diff --git a/_maps/__MAP_DEFINES.dm b/_maps/__MAP_DEFINES.dm index 18e66a2b9602..023287c66153 100644 --- a/_maps/__MAP_DEFINES.dm +++ b/_maps/__MAP_DEFINES.dm @@ -33,6 +33,7 @@ // Level names #define MAIN_STATION "Main Station" #define CENTCOMM "CentComm" + #define ADMIN_ZONE "Admin Zone" #define TELECOMMS "Telecomms Satellite" #define DERELICT "Derelicted Station" #define MINING "Lavaland" diff --git a/_maps/cyberiad.dm b/_maps/cyberiad.dm index aaa4d0774da0..4ff3c1383f9e 100644 --- a/_maps/cyberiad.dm +++ b/_maps/cyberiad.dm @@ -11,13 +11,15 @@ z4 = lavaland #if !defined(USING_MAP_DATUM) #include "map_files\cyberiad\cyberiad.dmm" - #include "map_files\cyberiad\z2.dmm" + #include "map_files\generic\CentComm.dmm" + #include "map_files\generic\Admin_Zone.dmm" #include "map_files\generic\Lavaland.dmm" #include "map_files\generic\syndicatebase.dmm" #define MAP_TRANSITION_CONFIG list(\ DECLARE_LEVEL(MAIN_STATION, CROSSLINKED, list(STATION_LEVEL, STATION_CONTACT, REACHABLE, AI_OK)),\ DECLARE_LEVEL(CENTCOMM, SELFLOOPING, list(ADMIN_LEVEL, BLOCK_TELEPORT, IMPEDES_MAGIC)),\ +DECLARE_LEVEL(ADMIN_ZONE, SELFLOOPING, list(ADMIN_LEVEL, BLOCK_TELEPORT, IMPEDES_MAGIC)),\ DECLARE_LEVEL(MINING, SELFLOOPING, list(ORE_LEVEL, REACHABLE, STATION_CONTACT, HAS_WEATHER, AI_OK)),\ DECLARE_LEVEL(RAMSS_TAIPAN, CROSSLINKED, list(REACHABLE, TAIPAN))) #define USING_MAP_DATUM /datum/map/cyberiad diff --git a/_maps/delta.dm b/_maps/delta.dm index c75caee9781a..e7d295c72486 100644 --- a/_maps/delta.dm +++ b/_maps/delta.dm @@ -8,15 +8,14 @@ z2 = centcomm z3 = space (empty) z4 = lavaland -Original design by Okand37 of TG Station -Lovingly ported by Purpose2 to Paradise -And remapped by ThaumicNik as per SS220 community requests +Remapped by ThaumicNik, TrashDoxx, J4.BA, BeepBoop, mr_g, IceGreen, AlexRavenidza, Bolmorr & Dikers for SS220. */ #if !defined(USING_MAP_DATUM) #include "map_files\delta\delta.dmm" - #include "map_files\cyberiad\z2.dmm" - #include "map_files\delta\Lavaland.dmm" + #include "map_files\generic\CentComm.dmm" + #include "map_files\generic\Admin_Zone.dmm" + #include "map_files\delta\lavaland.dmm" #include "map_files\generic\syndicatebase.dmm" #define MAP_FILE "delta.dmm" @@ -24,6 +23,7 @@ And remapped by ThaumicNik as per SS220 community requests #define MAP_TRANSITION_CONFIG list(\ DECLARE_LEVEL(MAIN_STATION, CROSSLINKED, list(STATION_LEVEL, STATION_CONTACT, REACHABLE, AI_OK)),\ DECLARE_LEVEL(CENTCOMM, SELFLOOPING, list(ADMIN_LEVEL, BLOCK_TELEPORT, IMPEDES_MAGIC)),\ +DECLARE_LEVEL(ADMIN_ZONE, SELFLOOPING, list(ADMIN_LEVEL, BLOCK_TELEPORT, IMPEDES_MAGIC)),\ DECLARE_LEVEL(MINING, SELFLOOPING, list(ORE_LEVEL, REACHABLE, STATION_CONTACT, HAS_WEATHER, AI_OK)),\ DECLARE_LEVEL(RAMSS_TAIPAN, CROSSLINKED, list(REACHABLE, TAIPAN))) diff --git a/_maps/map_files/Delta/Lavaland.dmm b/_maps/map_files/Delta/Lavaland.dmm index ea433eb0c6a1..77bdbb1018a1 100644 --- a/_maps/map_files/Delta/Lavaland.dmm +++ b/_maps/map_files/Delta/Lavaland.dmm @@ -94,20 +94,26 @@ dir = 4; network = list("Labor Camp") }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, /turf/simulated/floor/plasteel/white, /area/mine/laborcamp) "as" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, /turf/simulated/floor/plasteel/white, /area/mine/laborcamp) "at" = ( -/obj/machinery/shower{ +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 }, -/obj/structure/curtain/open/shower, -/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel/white, /area/mine/laborcamp) "au" = ( @@ -134,17 +140,21 @@ icon_state = "brown" }, /area/mine/laborcamp) -"aw" = ( -/turf/simulated/floor/plating/lava/smooth/lava_land_surface, -/area/lavaland/surface/outdoors/explored) "ax" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2 (EAST)" }, -/turf/simulated/floor/plasteel/white, -/area/mine/laborcamp) +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "ay" = ( /obj/item/bikehorn/rubberducky, /obj/effect/decal/cleanable/dirt, @@ -155,10 +165,8 @@ /turf/simulated/floor/plasteel/white, /area/mine/laborcamp) "az" = ( -/obj/structure/sign/nuke{ - pixel_y = 32 - }, -/obj/machinery/vending/boozeomat, +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, /turf/simulated/floor/plasteel{ icon_state = "grimy" }, @@ -167,7 +175,7 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/alarm{ dir = 1; - pixel_y = -22 + pixel_y = -24 }, /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -195,9 +203,6 @@ pixel_y = 24 }, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -208,27 +213,19 @@ /area/mine/laborcamp) "aF" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, /obj/effect/turf_decal/tile/brown{ dir = 1 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "brown" }, /area/mine/laborcamp) "aI" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/table, -/obj/machinery/chem_dispenser/soda, +/obj/machinery/vending/boozeomat, /turf/simulated/floor/plasteel{ icon_state = "grimy" }, @@ -247,7 +244,10 @@ /obj/effect/decal/cleanable/cobweb, /obj/machinery/alarm{ dir = 4; - pixel_x = -23 + pixel_x = -24 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 }, /turf/simulated/floor/plasteel{ icon_state = "barber" @@ -270,16 +270,6 @@ }, /turf/simulated/floor/plasteel, /area/mine/laborcamp) -"aN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) "aP" = ( /obj/structure/table, /obj/item/storage/firstaid/ancient, @@ -293,9 +283,6 @@ /obj/machinery/vending/wallmed{ pixel_y = -30 }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, /obj/item/stack/medical/bruise_pack/advanced, /obj/item/stack/medical/bruise_pack/advanced, /turf/simulated/floor/plasteel{ @@ -316,16 +303,6 @@ /obj/structure/ore_box, /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors/explored) -"aU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel, -/area/mine/laborcamp) "aV" = ( /obj/effect/turf_decal/delivery, /turf/simulated/floor/plasteel{ @@ -347,11 +324,12 @@ /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors/explored) "aY" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder{ - pixel_x = -1; - pixel_y = 9 +/obj/machinery/light{ + dir = 1; + on = 1 }, +/obj/structure/table, +/obj/machinery/chem_dispenser/soda, /turf/simulated/floor/plasteel{ icon_state = "grimy" }, @@ -383,15 +361,6 @@ }, /turf/simulated/floor/plasteel, /area/mine/laborcamp) -"bb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/mine/laborcamp) "be" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -406,16 +375,13 @@ /area/mine/laborcamp) "bf" = ( /obj/structure/table, -/obj/machinery/kitchen_machine/microwave{ - pixel_x = -2; - pixel_y = 6 +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" +/obj/structure/sign/nuke{ + pixel_y = 32 }, -/area/mine/living_quarters) -"bg" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/plasteel{ icon_state = "grimy" }, @@ -424,9 +390,6 @@ /obj/effect/decal/cleanable/dirt, /obj/structure/table, /obj/machinery/recharger, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "darkred" @@ -436,6 +399,9 @@ /obj/machinery/door/window/eastleft{ name = "Break Room Bar" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/simulated/floor/plasteel{ icon_state = "grimy" }, @@ -455,9 +421,6 @@ "bl" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/arrows, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /obj/machinery/requests_console{ department = "Labor Camp"; pixel_y = -32 @@ -468,9 +431,6 @@ /area/mine/laborcamp) "bm" = ( /obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, /obj/machinery/cryopod, /turf/simulated/floor/plasteel{ dir = 6; @@ -479,18 +439,11 @@ /area/mine/laborcamp) "bn" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /turf/simulated/floor/plasteel{ icon_state = "browncorner" }, /area/mine/laborcamp) "bp" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, /obj/machinery/alarm{ pixel_y = 24 }, @@ -498,34 +451,35 @@ c_tag = "Mining Bar"; network = list("Mining Outpost") }, -/turf/simulated/floor/plasteel, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, /area/mine/living_quarters) "bq" = ( /obj/structure/table, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, /obj/item/reagent_containers/food/drinks/cans/beer, /obj/machinery/light{ dir = 4 }, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) -"br" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" }, -/obj/effect/turf_decal/tile/bar, -/turf/simulated/floor/plasteel, /area/mine/living_quarters) "bs" = ( /obj/structure/chair, -/obj/effect/turf_decal/tile/bar{ - dir = 1 +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" }, -/obj/effect/turf_decal/tile/bar, -/turf/simulated/floor/plasteel, /area/mine/living_quarters) "bt" = ( /obj/structure/table/reinforced, @@ -541,14 +495,6 @@ icon_state = "grimy" }, /area/mine/living_quarters) -"bv" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/mine/living_quarters) "bw" = ( /obj/structure/table/reinforced, /obj/item/reagent_containers/food/drinks/bottle/whiskey, @@ -557,30 +503,28 @@ }, /area/mine/living_quarters) "by" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel{ icon_state = "brown" }, /area/mine/laborcamp) -"bz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/mine/laborcamp) "bA" = ( /obj/machinery/door/airlock/security/glass{ name = "Labor Camp Backroom"; req_access_txt = "2" }, +/obj/machinery/door/firedoor, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, -/obj/machinery/door/firedoor, /turf/simulated/floor/plasteel, /area/mine/laborcamp) "bB" = ( @@ -590,15 +534,18 @@ pixel_x = 1; pixel_y = 24 }, +/obj/machinery/computer/cryopod{ + pixel_y = 38 + }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d2 = 2; icon_state = "0-2" }, -/obj/machinery/computer/cryopod{ - pixel_y = 38 - }, /turf/simulated/floor/plasteel, /area/mine/laborcamp) "bC" = ( @@ -609,63 +556,22 @@ }, /area/mine/living_quarters) "bD" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) -"bE" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/stool/bar, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) -"bF" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/structure/chair/stool/bar, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) -"bG" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/structure/chair/stool/bar, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "bar" }, -/turf/simulated/floor/plasteel, /area/mine/living_quarters) "bH" = ( /obj/structure/chair{ dir = 1 }, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, /obj/item/radio/intercom{ pixel_x = 30; pixel_y = -4 }, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, /area/mine/living_quarters) "bI" = ( /obj/machinery/disposal, @@ -678,7 +584,9 @@ }, /area/mine/living_quarters) "bK" = ( -/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, /turf/simulated/floor/plasteel/dark, /area/mine/maintenance) "bL" = ( @@ -686,12 +594,14 @@ name = "Labor Camp Monitoring"; req_access_txt = "2" }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor, /turf/simulated/floor/plasteel/dark, /area/mine/laborcamp) "bM" = ( @@ -699,10 +609,12 @@ name = "Labor Camp Maintenance"; req_access_txt = "2" }, +/obj/machinery/atmospherics/pipe/simple/visible/universal, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/visible/universal, /turf/simulated/floor/plating, /area/mine/laborcamp) "bO" = ( @@ -719,56 +631,50 @@ /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors/explored) "bP" = ( -/turf/simulated/floor/plasteel/dark, +/obj/machinery/power/apc{ + dir = 1; + name = "Mining Communications APC"; + pixel_x = 1; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/bluegrid, /area/mine/maintenance) "bQ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/mine/maintenance) +"bR" = ( /obj/machinery/alarm{ pixel_y = 24 }, /turf/simulated/floor/bluegrid, /area/mine/maintenance) -"bR" = ( -/obj/machinery/status_display, -/turf/simulated/wall/r_wall, -/area/mine/maintenance) -"bS" = ( +"bS" = ( /obj/machinery/status_display, /turf/simulated/wall/r_wall, /area/mine/living_quarters) "bT" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal, +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, /turf/simulated/floor/plasteel{ icon_state = "grimy" }, /area/mine/living_quarters) -"bU" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) "bV" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) -"bW" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 +/turf/simulated/floor/plasteel{ + icon_state = "bar" }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel, /area/mine/living_quarters) "bX" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/machinery/iv_drip, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "whiteblue"; @@ -785,6 +691,9 @@ pixel_x = 26 }, /obj/item/reagent_containers/spray/cleaner, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -792,11 +701,11 @@ "bZ" = ( /obj/machinery/alarm{ dir = 4; - pixel_x = -23 + pixel_x = -24 }, /obj/effect/decal/cleanable/cobweb, /obj/machinery/computer/prisoner{ - dir = 1 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 @@ -804,7 +713,7 @@ /turf/simulated/floor/plasteel{ icon_state = "darkredcorners" }, -/area/mine/laborcamp) +/area/mine/laborcamp/security) "ca" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/chair{ @@ -813,12 +722,12 @@ /obj/machinery/light/small{ dir = 1 }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 1 }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, /turf/simulated/floor/plasteel{ icon_state = "darkred" }, @@ -827,10 +736,8 @@ /obj/machinery/light_switch{ pixel_y = 25 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, /obj/item/cigbutt, +/obj/effect/baseturf_helper/lava_land/surface, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -839,19 +746,19 @@ }, /area/mine/laborcamp/security) "cc" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 +/mob/living/simple_animal/bot/secbot/beepsky{ + desc = "Powered by the tears and sweat of laborers."; + name = "Prison Ofitser" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 }, -/mob/living/simple_animal/bot/secbot/beepsky{ - desc = "Powered by the tears and sweat of laborers."; - name = "Prison Ofitser" +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" }, /turf/simulated/floor/plasteel{ icon_state = "darkred" @@ -874,6 +781,7 @@ network = list("Labor Camp") }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/simulated/floor/plasteel{ @@ -886,6 +794,7 @@ charge = 5e+006 }, /obj/structure/cable{ + d2 = 4; icon_state = "0-4" }, /turf/simulated/floor/plating, @@ -896,17 +805,14 @@ }, /turf/simulated/floor/plating, /area/mine/laborcamp) -"ch" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/mine/laborcamp) "ci" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/chair{ dir = 4 }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "darkred" @@ -922,88 +828,67 @@ }, /turf/simulated/floor/plating, /area/mine/production) -"ck" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/mine/production) "cl" = ( /obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/effect/baseturf_helper/lava_land/surface, /turf/simulated/floor/bluegrid, /area/mine/maintenance) "cm" = ( /obj/machinery/hologram/holopad, -/obj/structure/cable{ - icon_state = "1-8" +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 }, -/turf/simulated/floor/bluegrid, +/turf/simulated/floor/plasteel/dark, /area/mine/maintenance) "cn" = ( /obj/machinery/status_display, /turf/simulated/wall, /area/mine/living_quarters) -"co" = ( -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/turf/simulated/floor/bluegrid, -/area/mine/maintenance) "cp" = ( -/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, /turf/simulated/floor/plasteel{ icon_state = "grimy" }, /area/mine/living_quarters) "cq" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/bar{ - dir = 1 +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" }, -/obj/effect/turf_decal/tile/bar, -/obj/item/reagent_containers/food/drinks/cans/beer, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, /area/mine/living_quarters) "cr" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/bar{ - dir = 1 +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/cans/beer, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 }, -/obj/effect/turf_decal/tile/bar, /obj/machinery/firealarm{ dir = 1; - pixel_y = -24 + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" }, -/turf/simulated/floor/plasteel, /area/mine/living_quarters) "cs" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" }, -/obj/effect/turf_decal/tile/bar, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, /area/mine/living_quarters) "cu" = ( /obj/item/pickaxe, @@ -1022,24 +907,27 @@ /area/mine/living_quarters) "cy" = ( /obj/effect/baseturf_helper/lava_land/surface, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /turf/simulated/floor/plasteel, /area/mine/laborcamp) "cz" = ( /obj/machinery/power/terminal{ dir = 1 }, +/obj/structure/reagent_dispensers/fueltank, /obj/structure/cable{ + d2 = 4; icon_state = "0-4" }, -/obj/structure/reagent_dispensers/fueltank, /turf/simulated/floor/plating, /area/mine/laborcamp) "cA" = ( /obj/structure/cable{ - d1 = 4; + d1 = 1; d2 = 8; - icon_state = "4-8"; - tag = "" + icon_state = "1-8" }, /turf/simulated/floor/plating, /area/mine/laborcamp) @@ -1062,17 +950,13 @@ /obj/item/stack/ore/gold, /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors) -"cF" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/mine/living_quarters) "cG" = ( /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating, /area/mine/laborcamp/security) "cI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/bed/roller, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "whiteblue"; @@ -1080,25 +964,23 @@ }, /area/mine/living_quarters) "cK" = ( -/obj/structure/table/reinforced, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/bot, +/obj/structure/closet/secure_closet/personal, /turf/simulated/floor/plasteel{ - icon_state = "grimy" + dir = 1; + icon_state = "brown" }, /area/mine/living_quarters) "cL" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, /obj/structure/reagent_dispensers/beerkeg, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, /area/mine/living_quarters) "cN" = ( /obj/machinery/defibrillator_mount/loaded{ pixel_y = 24 }, -/obj/structure/bed/roller, /obj/machinery/camera{ c_tag = "Mining Medpoint"; network = list("Mining Outpost") @@ -1123,23 +1005,10 @@ }, /turf/simulated/floor/plating, /area/mine/production) -"cP" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/mine/production) "cQ" = ( /obj/machinery/bodyscanner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, /turf/simulated/floor/plasteel{ dir = 10; icon_state = "whiteblue"; @@ -1175,13 +1044,20 @@ /turf/simulated/floor/plating, /area/mine/production) "cU" = ( -/turf/simulated/floor/bluegrid, +/obj/machinery/tcomms/relay/mining, +/obj/machinery/camera{ + c_tag = "Mining Communications Relay"; + network = list("Mining Outpost") + }, +/turf/simulated/floor/plasteel/dark, /area/mine/maintenance) "cV" = ( +/obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass{ name = "Break Room" }, -/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel, /area/mine/living_quarters) @@ -1199,10 +1075,12 @@ }, /area/mine/living_quarters) "cZ" = ( +/obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical/glass{ name = "Infirmary" }, -/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel{ icon_state = "white" }, @@ -1215,9 +1093,6 @@ /turf/simulated/floor/plating, /area/mine/production) "dc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /obj/machinery/alarm{ pixel_y = 24 }, @@ -1232,57 +1107,33 @@ }, /turf/simulated/floor/plating, /area/mine/production) -"de" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/mine/living_quarters) "df" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 }, /turf/simulated/floor/plasteel, -/area/mine/living_quarters) -"dg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/mine/living_quarters) +/area/mine/laborcamp) "dh" = ( /obj/machinery/atmospherics/binary/pump/on{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" + desc = "Отправляет дыхательную смесь из трубы распространяться по аванпосту через вентиляцию."; + dir = 8; + name = "Дыхательная смесь на аванпост"; + target_pressure = 303.325 }, /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plating, /area/mine/production) "di" = ( /obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/mine/living_quarters) -"dj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/plasteel{ icon_state = "brown" }, @@ -1292,8 +1143,10 @@ /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors) "dl" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, /obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "whiteblue"; @@ -1306,34 +1159,14 @@ dir = 1; network = list("Mining Outpost") }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, /turf/simulated/floor/plasteel{ icon_state = "brown" }, /area/mine/living_quarters) -"dp" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) -"dq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "browncorner" - }, -/area/mine/living_quarters) -"ds" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" +"dq" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" }, /area/mine/living_quarters) "dt" = ( @@ -1346,11 +1179,6 @@ /turf/simulated/floor/plasteel, /area/mine/production) "dv" = ( -/mob/living/simple_animal/bot/medbot{ - name = "Armalis"; - real_name = "Armalis" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ dir = 6; @@ -1369,7 +1197,7 @@ /area/mine/production) "dy" = ( /obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/visible/universal, +/obj/machinery/atmospherics/pipe/simple/visible, /turf/simulated/floor/plating/lava/smooth/lava_land_surface, /area/mine/living_quarters) "dz" = ( @@ -1408,11 +1236,11 @@ /turf/simulated/floor/plating, /area/mine/production) "dD" = ( +/obj/machinery/door/firedoor, /obj/machinery/door/airlock{ id_tag = "miningdorm2"; name = "Room 2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel, /area/mine/living_quarters) @@ -1421,20 +1249,40 @@ /obj/machinery/door/airlock/glass{ name = "Cryo Room" }, -/turf/simulated/floor/plasteel/freezer, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/mine/living_quarters) +"dG" = ( +/obj/structure/railing, +/obj/structure/railing, +/obj/structure/table, +/obj/item/mining_scanner, +/obj/structure/window/reinforced{ + layer = 4.3 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, /area/mine/living_quarters) "dK" = ( /obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, /area/mine/living_quarters) "dM" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, /obj/structure/cable{ - icon_state = "1-2" + d1 = 2; + d2 = 8; + icon_state = "2-8" }, -/obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, /area/mine/production) "dN" = ( @@ -1443,7 +1291,6 @@ /area/mine/production) "dP" = ( /obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/light/small{ dir = 4 }, @@ -1465,49 +1312,27 @@ }, /turf/simulated/floor/plating, /area/mine/production) -"dS" = ( -/obj/structure/closet/secure_closet/personal, -/obj/effect/turf_decal/bot, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) -"dT" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28; - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "brown" - }, -/area/mine/living_quarters) -"dU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "brown" - }, -/area/mine/living_quarters) "dW" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan, /obj/machinery/meter, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, -/obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, /area/mine/production) "dX" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/machinery/camera{ c_tag = "Mining Toilets"; dir = 6; network = list("Mining Outpost") }, -/turf/simulated/floor/plasteel/freezer, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, /area/mine/living_quarters) "dY" = ( /obj/machinery/door_control{ @@ -1518,23 +1343,11 @@ specialfunctions = 4 }, /obj/structure/closet/secure_closet/personal, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, /turf/simulated/floor/plasteel{ dir = 5; icon_state = "brown" }, /area/mine/living_quarters) -"dZ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) -"ec" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/mine/living_quarters) "ed" = ( /obj/machinery/cryopod/right, /turf/simulated/floor/plasteel{ @@ -1548,9 +1361,6 @@ }, /area/mine/living_quarters) "ef" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /obj/machinery/light{ dir = 1; on = 1 @@ -1561,14 +1371,18 @@ }, /area/mine/living_quarters) "ei" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - icon_state = "2-4" - }, /obj/structure/disposalpipe/junction{ dir = 4; icon_state = "pipe-y" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "brown" @@ -1579,15 +1393,17 @@ name = "Mining Station Maintenance"; req_access_txt = "48" }, -/obj/structure/cable{ - icon_state = "4-8" - }, /obj/machinery/atmospherics/pipe/simple/visible/universal{ dir = 4 }, /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plating, /area/mine/production) "ek" = ( @@ -1595,39 +1411,45 @@ /turf/simulated/floor/plating, /area/mine/production) "el" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plasteel{ dir = 5; icon_state = "brown" }, /area/mine/living_quarters) "em" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel{ - dir = 8; + dir = 9; icon_state = "whitegreen"; - tag = "icon-whitegreen (WEST)" + tag = "icon-whitegreen (NORTHWEST)" }, /area/mine/living_quarters) "eo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, /turf/simulated/floor/plasteel{ icon_state = "white" }, /area/mine/living_quarters) "ep" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel{ - dir = 4; + dir = 5; icon_state = "whitegreen"; - tag = "icon-whitegreen (EAST)" + tag = "icon-whitegreen (NORTHEAST)" }, /area/mine/living_quarters) "eq" = ( @@ -1638,19 +1460,12 @@ /area/mine/living_quarters) "es" = ( /obj/structure/closet/secure_closet/personal, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, /turf/simulated/floor/plasteel{ dir = 9; icon_state = "brown" }, /area/mine/living_quarters) "ew" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, /obj/machinery/door_control{ id = "miningdorm1"; name = "Door Bolt Control"; @@ -1658,37 +1473,13 @@ pixel_x = 24; specialfunctions = 4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel{ dir = 5; icon_state = "brown" }, /area/mine/living_quarters) -"eC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) -"eE" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 1; - icon_state = "pipe-j2"; - tag = "icon-pipe-j2" - }, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) "eF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/light{ dir = 4 }, @@ -1700,120 +1491,37 @@ icon_state = "brown" }, /area/mine/living_quarters) -"eH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) "eJ" = ( /turf/simulated/floor/plasteel{ dir = 4; icon_state = "brown" }, /area/mine/production) -"eL" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/mine/production) -"eM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/mine/production) "eN" = ( /obj/item/stack/ore/bananium, /turf/simulated/mineral/random/volcanic, /area/lavaland/surface/outdoors/unexplored/danger) -"eO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/mine/production) -"eP" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/mine/living_quarters) -"eQ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/mine/production) -"eS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/mine/production) -"eU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "browncorner" - }, -/area/mine/living_quarters) "eX" = ( -/obj/machinery/camera{ - c_tag = "Mining Storage"; - network = list("Mining Outpost") - }, +/obj/item/twohanded/required/kirbyplants, /turf/simulated/floor/plasteel{ dir = 5; icon_state = "brown" }, /area/mine/living_quarters) -"eY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/plasteel, -/area/mine/laborcamp) "eZ" = ( /obj/structure/ore_box, /obj/effect/turf_decal/delivery, /turf/simulated/floor/plasteel, /area/mine/production) "fb" = ( +/obj/machinery/door/firedoor, /obj/machinery/door/airlock{ id_tag = "miningdorm1"; name = "Room 1" }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel, /area/mine/living_quarters) -"fc" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "browncorner" - }, -/area/mine/production) "fe" = ( /obj/machinery/light{ dir = 1; @@ -1848,35 +1556,42 @@ /turf/simulated/floor/plating, /area/mine/production) "fh" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, /mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf{ a_intent = "help"; desc = "Sorry, Bobby, but I really need this legion core"; faction = list("neutral"); name = "Bobby" }, -/turf/simulated/floor/plasteel, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, /area/mine/living_quarters) "fi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel, /area/mine/living_quarters) "fj" = ( /obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, -/obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel, /area/mine/production) "fk" = ( @@ -1895,16 +1610,11 @@ }, /area/mine/production) "fo" = ( -/obj/machinery/disposal, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, +/obj/item/twohanded/required/kirbyplants, /turf/simulated/floor/plasteel, /area/mine/living_quarters) "fp" = ( /obj/structure/ore_box, -/obj/effect/turf_decal/bot, /turf/simulated/floor/plasteel, /area/mine/living_quarters) "fr" = ( @@ -1913,8 +1623,8 @@ /turf/simulated/floor/plasteel, /area/mine/living_quarters) "fs" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 }, /turf/simulated/floor/plasteel{ dir = 8; @@ -1926,12 +1636,12 @@ pixel_x = 28; pixel_y = -4 }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, /obj/machinery/light{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "brown" @@ -1939,6 +1649,9 @@ /area/mine/living_quarters) "fu" = ( /obj/structure/table, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, /obj/item/paper_bin, /obj/item/pen, /turf/simulated/floor/plasteel{ @@ -1947,11 +1660,14 @@ }, /area/mine/living_quarters) "fv" = ( +/obj/structure/table, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, /obj/item/radio/intercom{ pixel_x = 28; pixel_y = -4 }, -/obj/structure/table, /obj/item/paper/deltainfo, /obj/item/paper/deltainfo, /obj/item/paper/deltainfo, @@ -1961,14 +1677,20 @@ tag = "icon-whitebluefull" }, /area/mine/living_quarters) -"fy" = ( +"fx" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/area/mine/living_quarters) +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/mine/eva) "fz" = ( /turf/simulated/floor/plasteel{ dir = 6; @@ -1976,58 +1698,51 @@ }, /area/mine/living_quarters) "fE" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, /obj/machinery/light{ dir = 8 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "brown" }, -/area/mine/living_quarters) -"fF" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, +/area/mine/living_quarters) +"fF" = ( /obj/item/radio/intercom{ pixel_x = 28; pixel_y = -4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "brown" }, /area/mine/living_quarters) -"fH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/mine/production) "fI" = ( /obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/bot, /turf/simulated/floor/plasteel, /area/mine/living_quarters) -"fL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, +"fK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel, /area/mine/production) "fM" = ( /obj/machinery/door/firedoor, /turf/simulated/floor/plasteel, /area/mine/production) -"fN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/mine/living_quarters) "fO" = ( /obj/machinery/mineral/processing_unit_console, /turf/simulated/wall, @@ -2083,31 +1798,27 @@ /area/lavaland/surface/outdoors) "fX" = ( /obj/structure/table, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "brown" - }, -/area/mine/living_quarters) -"gd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 }, /turf/simulated/floor/plasteel{ - dir = 1; + dir = 6; icon_state = "brown" }, /area/mine/living_quarters) "ge" = ( /obj/structure/mirror{ - pixel_y = -32 + pixel_y = -30 }, /obj/structure/sink{ dir = 1 }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ +/obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, -/turf/simulated/floor/plasteel/freezer, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, /area/mine/living_quarters) "gh" = ( /obj/machinery/door/airlock{ @@ -2115,14 +1826,18 @@ light = null; name = "Toilet" }, -/turf/simulated/floor/plasteel/freezer, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, /area/mine/living_quarters) "gi" = ( /obj/structure/curtain/open/shower, /obj/machinery/shower{ pixel_y = 20 }, -/turf/simulated/floor/plasteel/freezer, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, /area/mine/living_quarters) "gj" = ( /obj/structure/stone_tile/surrounding_tile{ @@ -2222,15 +1937,15 @@ /area/mine/living_quarters) "gx" = ( /obj/structure/fans/tiny, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /obj/machinery/door/airlock/external{ id_tag = "laborcamp_away2"; name = "Labor Camp Airlock"; req_access_txt = null; req_one_access_txt = null }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /turf/simulated/floor/plasteel, /area/mine/laborcamp) "gy" = ( @@ -2271,12 +1986,6 @@ }, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) -"gD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/mine/laborcamp) "gF" = ( /obj/structure/fans/tiny, /obj/effect/decal/cleanable/dirt, @@ -2303,15 +2012,12 @@ /area/lavaland/surface/outdoors) "gH" = ( /obj/machinery/cryopod, -/obj/structure/closet/walllocker/emerglocker/east{ - dir = 2 - }, +/obj/structure/closet/walllocker/emerglocker/east, /turf/simulated/floor/plasteel{ icon_state = "freezerfloor" }, /area/mine/living_quarters) "gI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/firealarm{ dir = 4; pixel_x = -28 @@ -2323,14 +2029,17 @@ /area/mine/production) "gJ" = ( /obj/effect/baseturf_helper/lava_land/surface, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, -/obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel, /area/mine/production) "gK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/light/small{ dir = 4 }, @@ -2340,9 +2049,14 @@ }, /area/mine/production) "gL" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/turf_decal/bot, -/turf/simulated/floor/plasteel, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, /area/mine/living_quarters) "gM" = ( /obj/structure/stone_tile/block{ @@ -2372,12 +2086,33 @@ /mob/living/simple_animal/hostile/asteroid/goliath/beast/ancient, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) +"he" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "hg" = ( /obj/structure/stone_tile/surrounding, /obj/structure/stone_tile/center/cracked, /mob/living/simple_animal/hostile/megafauna/legion, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) +"hm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) "hs" = ( /obj/structure/stone_tile/block{ dir = 1 @@ -2386,28 +2121,22 @@ /area/lavaland/surface/outdoors) "hv" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, /obj/machinery/alarm{ dir = 1; - pixel_y = -22 + pixel_y = -24 + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 }, -/obj/machinery/light/small, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "darkred" }, /area/mine/laborcamp) -"hA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/mine/laborcamp) "hD" = ( /obj/structure/stone_tile, /obj/structure/stone_tile{ @@ -2454,6 +2183,15 @@ }, /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors) +"hI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/mine/eva) "hJ" = ( /obj/structure/stone_tile/block{ dir = 8 @@ -2465,9 +2203,6 @@ /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) "hM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, /turf/simulated/floor/plasteel{ dir = 10; icon_state = "brown" @@ -2483,6 +2218,16 @@ /obj/structure/fans/tiny, /turf/simulated/floor/plasteel, /area/mine/laborcamp) +"hU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/mine/living_quarters) "hZ" = ( /obj/structure/chair/comfy/brown{ dir = 8 @@ -2550,22 +2295,6 @@ }, /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors) -"iv" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/mine/production) "iw" = ( /obj/structure/stone_tile/slab/cracked{ dir = 4 @@ -2592,12 +2321,14 @@ /area/lavaland/surface/outdoors) "iE" = ( /obj/structure/mirror{ - pixel_y = -32 + pixel_y = -30 }, /obj/structure/sink{ dir = 1 }, -/turf/simulated/floor/plasteel/freezer, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, /area/mine/living_quarters) "iF" = ( /obj/structure/table, @@ -2608,6 +2339,9 @@ /area/mine/living_quarters) "iH" = ( /obj/structure/table, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, /turf/simulated/floor/plasteel{ dir = 10; icon_state = "brown" @@ -2620,15 +2354,6 @@ }, /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors) -"iL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/mine/production) "iM" = ( /obj/item/stack/ore/glass/basalt, /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, @@ -2685,9 +2410,6 @@ "jf" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/arrows, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /obj/machinery/mineral/labor_points_checker{ pixel_y = -32 }, @@ -2752,6 +2474,7 @@ network = list("Labor Camp") }, /obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel{ dir = 4; @@ -2836,23 +2559,22 @@ }, /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors) -"jT" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/mine/production) "jU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, /turf/simulated/floor/plasteel{ icon_state = "browncorner" }, /area/mine/living_quarters) +"ka" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "kg" = ( /obj/structure/fluff/drake_statue, /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, @@ -2952,7 +2674,6 @@ /obj/machinery/light{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "brown" @@ -3006,17 +2727,19 @@ light = null; name = "Restroom" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/simulated/floor/plasteel/freezer, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, /area/mine/living_quarters) "kV" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, /turf/simulated/floor/plasteel{ dir = 8; @@ -3037,12 +2760,6 @@ /obj/item/clockwork/alloy_shards/clockgolem_remains, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) -"kZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/wall, -/area/mine/living_quarters) "le" = ( /obj/structure/stone_tile, /obj/structure/stone_tile{ @@ -3090,6 +2807,23 @@ }, /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors) +"lm" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 4.3 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 4.3 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/mine/living_quarters) "lp" = ( /obj/structure/stone_tile/block/cracked{ dir = 4 @@ -3202,7 +2936,6 @@ /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors) "lH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/vending/wallmed{ pixel_x = 26 }, @@ -3575,15 +3308,11 @@ /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) "mT" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/poster/random{ - pixel_x = -32 +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" }, -/turf/simulated/floor/plasteel, /area/mine/living_quarters) "mV" = ( /obj/structure/stone_tile/block{ @@ -3642,6 +3371,17 @@ }, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) +"na" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/mine/living_quarters) "nb" = ( /obj/structure/stone_tile/cracked{ dir = 8 @@ -3690,18 +3430,8 @@ /obj/structure/stone_tile/block/cracked{ dir = 1 }, -/turf/simulated/floor/indestructible/boss, -/area/lavaland/surface/outdoors) -"nl" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/mine/eva) +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors) "no" = ( /obj/structure/stone_tile/slab/cracked, /mob/living/simple_animal/hostile/asteroid/basilisk/watcher/magmawing, @@ -3715,19 +3445,9 @@ icon_state = "brown" }, /area/mine/eva) -"ny" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/mine/eva) "nI" = ( /obj/item/radio/intercom{ dir = 8; - name = "Station Intercom (General)"; pixel_x = 28 }, /turf/simulated/floor/plasteel{ @@ -3736,7 +3456,6 @@ }, /area/mine/production) "nV" = ( -/obj/effect/decal/warning_stripes/yellow, /obj/structure/table, /obj/item/storage/toolbox/mechanical{ pixel_x = -2; @@ -3750,14 +3469,23 @@ /obj/item/gps/mining, /obj/item/gps/mining, /obj/item/gps/mining, -/obj/machinery/alarm{ +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "Mining EVA APC"; + pixel_x = 1; pixel_y = 24 }, +/turf/simulated/floor/plasteel, +/area/mine/eva) +"nX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/plasteel, -/area/mine/eva) +/area/mine/laborcamp) "nY" = ( /obj/effect/turf_decal/loading_area{ dir = 4 @@ -3765,19 +3493,19 @@ /turf/simulated/floor/plasteel, /area/mine/production) "od" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "browncorner" }, /area/mine/living_quarters) "og" = ( -/obj/structure/chair/comfy/brown, +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/bot, /turf/simulated/floor/plasteel{ - dir = 9; + dir = 5; icon_state = "brown" }, -/area/mine/living_quarters) +/area/mine/maintenance) "ol" = ( /obj/machinery/mineral/unloading_machine{ dir = 1; @@ -3831,17 +3559,21 @@ /obj/effect/baseturf_helper/lava_land/surface, /turf/simulated/floor/plasteel, /area/mine/eva) +"pg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/mine/production) "pK" = ( /obj/structure/ore_box, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, /obj/machinery/firealarm{ dir = 1; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "4-8" + pixel_y = -25 }, /obj/machinery/light, /turf/simulated/floor/plasteel{ @@ -3850,15 +3582,14 @@ }, /area/mine/production) "pL" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/britcup, +/obj/machinery/light{ + dir = 8 + }, /turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" + icon_state = "bar" }, /area/mine/living_quarters) "pP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/extinguisher_cabinet{ pixel_x = -28 }, @@ -3879,40 +3610,41 @@ /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) "qb" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/turf_decal/bot, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = -28 +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" }, -/turf/simulated/floor/plasteel, /area/mine/living_quarters) "qe" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) -"qh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, /turf/simulated/floor/plasteel, /area/mine/living_quarters) "qk" = ( -/obj/machinery/tcomms/relay/mining, -/obj/machinery/camera{ - c_tag = "Mining Communications Relay"; - network = list("Mining Outpost") +/obj/machinery/light/small{ + dir = 1 }, -/turf/simulated/floor/plasteel/dark, +/turf/simulated/floor/bluegrid, /area/mine/maintenance) +"qt" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "qw" = ( /obj/effect/decal/cleanable/dirt, /obj/item/cigbutt, @@ -3926,11 +3658,8 @@ c_tag = "Labor Camp Central 2"; network = list("Labor Camp") }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 }, /turf/simulated/floor/plasteel{ dir = 1; @@ -3972,18 +3701,20 @@ /turf/simulated/floor/plasteel, /area/mine/production) "qF" = ( +/obj/structure/disposalpipe/junction{ + dir = 4; + tag = "icon-pipe-j1 (EAST)" + }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" + dir = 1 }, /turf/simulated/floor/plasteel, /area/mine/living_quarters) @@ -4005,21 +3736,11 @@ /turf/simulated/floor/plasteel, /area/mine/living_quarters) "qX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /turf/simulated/floor/plasteel{ dir = 9; icon_state = "brown" }, /area/mine/eva) -"ra" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) "rf" = ( /obj/machinery/door/airlock/external{ glass = 1; @@ -4061,30 +3782,20 @@ icon_state = "wood-broken" }, /area/mine/laborcamp) -"rw" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/mine/eva) +"ry" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "rP" = ( -/obj/structure/sign/poster/random{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/structure/chair/stool/bar, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/bot, /turf/simulated/floor/plasteel, /area/mine/living_quarters) "rS" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/simulated/floor/plasteel{ @@ -4100,6 +3811,13 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, /turf/simulated/floor/plasteel, /area/mine/living_quarters) "rZ" = ( @@ -4107,6 +3825,31 @@ icon_state = "brown" }, /area/mine/living_quarters) +"sq" = ( +/turf/simulated/wall, +/area/mine/laborcamp/security) +"ss" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 4.3 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/mine/living_quarters) +"sx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/mine/eva) "sF" = ( /obj/machinery/door/airlock, /turf/simulated/floor/plasteel/white, @@ -4116,20 +3859,11 @@ pixel_x = -5; pixel_y = 30 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "brown" }, /area/mine/living_quarters) -"sH" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/mine/production) "sK" = ( /obj/machinery/door/firedoor, /turf/simulated/floor/plasteel{ @@ -4137,9 +3871,19 @@ icon_state = "brown" }, /area/mine/living_quarters) +"sN" = ( +/obj/structure/railing, +/obj/structure/window/reinforced{ + layer = 4.3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/mine/living_quarters) "sO" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/computer/security{ + dir = 4; network = list("Labor Camp") }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -4149,15 +3893,15 @@ dir = 4; icon_state = "darkredcorners" }, -/area/mine/laborcamp) +/area/mine/laborcamp/security) "sP" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, /obj/machinery/light/small{ dir = 1 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /turf/simulated/floor/plasteel{ icon_state = "barber" }, @@ -4173,16 +3917,6 @@ }, /turf/simulated/floor/plating, /area/mine/production) -"sR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel, -/area/mine/laborcamp) "sS" = ( /obj/structure/stone_tile, /obj/structure/stone_tile{ @@ -4196,9 +3930,20 @@ }, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) +"sW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/mine/production) "sZ" = ( /obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "brown" @@ -4210,6 +3955,15 @@ icon_state = "brown" }, /area/mine/living_quarters) +"th" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "tj" = ( /obj/effect/decal/cleanable/ash, /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, @@ -4239,7 +3993,7 @@ "ty" = ( /obj/structure/lattice/catwalk, /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, -/area/mine/laborcamp) +/area/mine/laborcamp/security) "tC" = ( /obj/machinery/camera{ c_tag = "Labor Camp Airlock"; @@ -4269,16 +4023,9 @@ /turf/simulated/wall, /area/mine/laborcamp) "uf" = ( -/obj/machinery/light/small{ - dir = 4 - }, /obj/effect/decal/cleanable/cobweb2, -/obj/structure/table, /obj/effect/decal/cleanable/dirt, -/obj/item/trash/tapetrash, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, +/obj/structure/bed, /turf/simulated/floor/wood{ icon_state = "wood-broken6"; tag = "icon-wood-broken6" @@ -4287,32 +4034,70 @@ "ug" = ( /obj/item/cigbutt, /turf/simulated/floor/plasteel{ - dir = 8; + dir = 8; + icon_state = "brown" + }, +/area/mine/laborcamp) +"ui" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) +"ur" = ( +/obj/structure/closet/secure_closet/personal, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/obj/effect/turf_decal/bot, +/turf/simulated/floor/plasteel{ + dir = 4; icon_state = "brown" }, -/area/mine/laborcamp) +/area/mine/maintenance) "uw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/structure/disposalpipe/junction{ dir = 1; icon_state = "pipe-j2"; tag = "icon-pipe-j2" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 }, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) -"ux" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) +"ux" = ( /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel, /area/mine/production) "uL" = ( @@ -4349,17 +4134,10 @@ /area/mine/eva) "ve" = ( /obj/effect/decal/warning_stripes/yellow, -/obj/machinery/power/apc{ - name = "Mining EVA APC"; - pixel_x = 1; - pixel_y = -24 - }, /obj/machinery/mineral/equipment_vendor, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 }, /turf/simulated/floor/plasteel, /area/mine/eva) @@ -4371,16 +4149,33 @@ icon_state = "brown" }, /area/mine/eva) -"vs" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 +"vk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" }, +/area/mine/production) +"vs" = ( /obj/machinery/door/firedoor, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "brown" }, /area/mine/living_quarters) +"vu" = ( +/obj/effect/baseturf_helper/lava_land/surface, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/bluegrid, +/area/mine/maintenance) "vw" = ( /obj/structure/table, /obj/item/storage/fancy/cigarettes/cigpack_random, @@ -4392,6 +4187,13 @@ icon_state = "darkred" }, /area/mine/laborcamp) +"vC" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/mine/laborcamp/security) "vI" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small{ @@ -4404,6 +4206,27 @@ icon_state = "darkred" }, /area/mine/laborcamp) +"vK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/mine/living_quarters) +"vO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "vS" = ( /obj/machinery/door/window/southleft{ dir = 8; @@ -4418,9 +4241,9 @@ /turf/simulated/floor/plating, /area/mine/production) "vZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/obj/structure/table, +/obj/item/pickaxe/safety, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "brown" @@ -4473,15 +4296,8 @@ /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors) "wR" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) +/turf/simulated/floor/bluegrid, +/area/mine/maintenance) "wX" = ( /obj/machinery/status_display, /turf/simulated/wall/r_wall, @@ -4490,6 +4306,14 @@ /obj/item/clothing/mask/gas/clown_hat, /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors) +"xl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/mine/eva) "xo" = ( /obj/structure/stone_tile/block/cracked{ dir = 8 @@ -4501,6 +4325,13 @@ /obj/structure/bookcase, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) +"xt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) "xw" = ( /obj/effect/decal/warning_stripes/yellow/hollow, /obj/machinery/door/airlock/external{ @@ -4534,9 +4365,6 @@ }, /area/mine/laborcamp) "xA" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, /obj/machinery/firealarm{ pixel_y = 26 }, @@ -4552,7 +4380,7 @@ }, /obj/structure/lattice/catwalk, /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, -/area/mine/laborcamp) +/area/mine/laborcamp/security) "xR" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel{ @@ -4579,16 +4407,11 @@ /obj/vehicle/lavaboat, /turf/simulated/floor/plating/lava/smooth/lava_land_surface, /area/lavaland/surface/outdoors) -"yj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/bluegrid, -/area/mine/maintenance) "ym" = ( /obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel{ dir = 4; @@ -4609,22 +4432,49 @@ /obj/structure/closet/crate/necropolis, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) -"yr" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 +"yq" = ( +/obj/structure/safe/floor, +/obj/item/whetstone/cult{ + layer = 2.9 + }, +/obj/item/mining_voucher{ + layer = 2.9 + }, +/obj/item/crusher_trophy/blaster_tubes/magma_wing{ + layer = 2.9 + }, +/obj/item/clothing/gloves/combat{ + layer = 2.9 + }, +/obj/machinery/vending/cola, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" }, +/area/mine/living_quarters) +"yr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable{ - icon_state = "4-8" + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/turf/simulated/floor/bluegrid, -/area/mine/maintenance) +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "yw" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "browncorner" }, /area/mine/production) +"yx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) "yH" = ( /obj/structure/stone_tile/block/cracked{ dir = 8 @@ -4637,6 +4487,16 @@ /obj/item/wirecutters/brass, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) +"yK" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/item/cigbutt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/mine/living_quarters) "yR" = ( /obj/structure/reagent_dispensers/fueltank, /obj/machinery/light/small{ @@ -4651,13 +4511,32 @@ }, /area/mine/production) "yT" = ( +/obj/machinery/door/firedoor, /obj/machinery/door/airlock/mining/glass{ name = "Mining Station EVA"; req_access_txt = "54" }, -/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plasteel, /area/mine/eva) +"ze" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/bot, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/mine/maintenance) "zo" = ( /obj/structure/table, /obj/item/kitchen/utensil/fork, @@ -4676,19 +4555,15 @@ name = "Labor Camp Bedroom" }, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/wood{ broken = 1; icon_state = "wood-broken" }, /area/mine/laborcamp) -"zu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, +"zB" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plating, /area/mine/living_quarters) "zI" = ( /obj/effect/decal/warning_stripes/yellow, @@ -4710,42 +4585,44 @@ /obj/item/storage/toolbox/brass, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) -"Ak" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, +"Ad" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, /area/mine/living_quarters) -"An" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ +"Ak" = ( +/obj/structure/chair{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, /area/mine/living_quarters) "Au" = ( /obj/item/stack/ore/iron, /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors) "AB" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, /obj/machinery/light/small, /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9; + level = 2 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, /turf/simulated/floor/plating, /area/mine/production) "AG" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ +/obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 }, /turf/simulated/floor/plasteel{ @@ -4753,6 +4630,32 @@ icon_state = "brown" }, /area/mine/eva) +"AJ" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/mine/living_quarters) +"AQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Mining Station Communications"; + req_access_txt = "48" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/mine/maintenance) "AU" = ( /obj/structure/stone_tile/block/cracked{ dir = 8 @@ -4764,6 +4667,23 @@ /mob/living/simple_animal/hostile/asteroid/hivelord/legion, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) +"Bi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "Bj" = ( /obj/structure/stone_tile, /obj/structure/stone_tile{ @@ -4792,7 +4712,9 @@ pixel_y = -24; specialfunctions = 4 }, -/turf/simulated/floor/plasteel/freezer, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, /area/mine/living_quarters) "Bu" = ( /turf/simulated/floor/plasteel{ @@ -4814,32 +4736,25 @@ pixel_y = -24; specialfunctions = 4 }, -/turf/simulated/floor/plasteel/freezer, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, /area/mine/living_quarters) "BK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/camera{ c_tag = "Mining East Hallway"; dir = 4; network = list("Mining Outpost") }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "brown" }, /area/mine/production) -"BL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) "BR" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, /obj/structure/dispenser/oxygen, /obj/machinery/light, /turf/simulated/floor/plasteel, @@ -4856,30 +4771,13 @@ /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) "BX" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ +/obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, /turf/simulated/floor/plasteel{ icon_state = "brown" }, /area/mine/eva) -"Ci" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/mine/production) -"Cs" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) "Cy" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel{ @@ -4913,23 +4811,19 @@ dir = 1; network = list("Mining Outpost") }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -25 + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "brown" }, /area/mine/production) -"CT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ +"Db" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/mine/laborcamp) -"Db" = ( /turf/simulated/floor/plasteel{ icon_state = "grimy" }, @@ -4999,14 +4893,6 @@ }, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) -"Dq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) "Dw" = ( /obj/structure/stone_tile/slab/cracked, /obj/structure/table/reinforced/brass, @@ -5027,13 +4913,21 @@ /obj/item/wrench/brass, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) -"DX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 +"DP" = ( +/obj/structure/chair{ + dir = 8 }, +/obj/item/toy/plushie/lizardplushie, /turf/simulated/floor/plasteel, -/area/mine/laborcamp) +/area/mine/living_quarters) +"DU" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/mine/living_quarters) "Eg" = ( /turf/simulated/floor/plasteel{ dir = 8; @@ -5062,22 +4956,20 @@ }, /area/mine/production) "Eq" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "brown" }, /area/mine/laborcamp) "EJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /obj/machinery/light{ dir = 4 }, +/obj/machinery/camera{ + c_tag = "Mining Storage"; + dir = 8; + network = list("Mining Outpost") + }, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "brown" @@ -5087,9 +4979,6 @@ /obj/effect/turf_decal/loading_area{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /turf/simulated/floor/plasteel, /area/mine/production) "EN" = ( @@ -5114,13 +5003,6 @@ icon_state = "brown" }, /area/mine/living_quarters) -"EY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/mine/living_quarters) "Fe" = ( /turf/simulated/wall, /area/mine/living_quarters) @@ -5142,10 +5024,11 @@ /obj/item/twohanded/required/kirbyplants, /obj/machinery/light, /obj/machinery/power/apc{ - name = "Living Area APC"; - pixel_y = -24 + name = "south bump"; + pixel_y = -26 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/simulated/floor/plasteel{ @@ -5154,21 +5037,14 @@ }, /area/mine/living_quarters) "FK" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/plasteel, /area/mine/living_quarters) -"FM" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, +"FN" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/mine/living_quarters) +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) "FO" = ( /obj/structure/rack, /obj/item/storage/bag/ore, @@ -5191,14 +5067,53 @@ /area/mine/laborcamp) "FQ" = ( /obj/item/radio/beacon, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, /obj/structure/cable{ - icon_state = "1-2" + d1 = 1; + d2 = 4; + icon_state = "1-4" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" }, /turf/simulated/floor/plasteel, /area/mine/production) +"FS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"FT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/mine/living_quarters) +"FY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/mine/living_quarters) "Gi" = ( /obj/structure/stone_tile/surrounding, /obj/structure/stone_tile/center/cracked, @@ -5241,14 +5156,28 @@ }, /turf/simulated/floor/plasteel, /area/mine/living_quarters) -"GA" = ( -/obj/structure/cable{ - icon_state = "4-8" +"Gu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 }, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) +"GA" = ( /obj/effect/baseturf_helper/lava_land/surface, /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plasteel, /area/mine/living_quarters) "GD" = ( @@ -5260,17 +5189,27 @@ /obj/effect/decal/cleanable/ash, /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors) +"GN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/mine/living_quarters) "GP" = ( /obj/machinery/light{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 }, -/turf/simulated/floor/plasteel/freezer, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, /area/mine/living_quarters) "GR" = ( /turf/simulated/floor/plasteel{ @@ -5282,6 +5221,23 @@ /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating, /area/mine/eva) +"GZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "Hg" = ( /obj/structure/stone_tile/cracked{ dir = 1 @@ -5303,13 +5259,6 @@ /obj/structure/table, /turf/simulated/floor/plasteel, /area/mine/laborcamp) -"Hj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plasteel, -/area/mine/laborcamp) "Hl" = ( /obj/structure/closet/crate, /turf/simulated/floor/plasteel, @@ -5324,6 +5273,14 @@ /obj/structure/bookcase, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) +"Ht" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/mine/production) "Hu" = ( /obj/machinery/light/small{ dir = 8 @@ -5340,14 +5297,12 @@ icon_state = "brown" }, /area/mine/laborcamp) -"HC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, +"HF" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/bot, /turf/simulated/floor/plasteel, -/area/mine/production) +/area/mine/living_quarters) "HG" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, /obj/machinery/portable_atmospherics/canister/oxygen, /obj/machinery/light{ dir = 1 @@ -5376,15 +5331,9 @@ }, /area/mine/laborcamp) "HK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, /obj/machinery/light/small{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "brown" @@ -5392,26 +5341,10 @@ /area/mine/laborcamp) "HL" = ( /turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "brown" - }, -/area/mine/living_quarters) -"HX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; + dir = 5; icon_state = "brown" }, /area/mine/living_quarters) -"Ia" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/mine/laborcamp) "Id" = ( /turf/simulated/floor/plasteel{ dir = 5; @@ -5436,11 +5369,15 @@ /mob/living/simple_animal/hostile/asteroid/hivelord/legion, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) -"IC" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 +"Iz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"IC" = ( /obj/machinery/light/small, /turf/simulated/floor/plasteel, /area/mine/production) @@ -5476,6 +5413,13 @@ }, /turf/simulated/floor/plating, /area/mine/production) +"Jk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/mine/living_quarters) "Jl" = ( /obj/machinery/conveyor{ dir = 1; @@ -5504,11 +5448,17 @@ /mob/living/simple_animal/hostile/big_legion, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) +"JG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) "JJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel, /area/mine/living_quarters) "JK" = ( @@ -5550,17 +5500,27 @@ /obj/machinery/vending/sustenance, /turf/simulated/floor/plasteel/dark, /area/mine/laborcamp) -"JX" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/mine/production) "JZ" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel, /area/mine/laborcamp) +"Kf" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/food/drinks/cans/beer, +/obj/item/reagent_containers/food/drinks/cans/beer, +/obj/item/reagent_containers/food/drinks/cans/beer, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 4.3 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/mine/living_quarters) "Kl" = ( /obj/structure/table, /obj/item/trash/plate, @@ -5589,6 +5549,12 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel/white, /area/mine/laborcamp) +"KV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "La" = ( /turf/simulated/wall/r_wall, /area/mine/maintenance) @@ -5601,63 +5567,91 @@ light = null; name = "Toilet" }, -/turf/simulated/floor/plasteel/freezer, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, /area/mine/living_quarters) "Lg" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" }, -/obj/effect/turf_decal/tile/bar, -/obj/machinery/vending/snack, -/turf/simulated/floor/plasteel, /area/mine/living_quarters) -"Lz" = ( -/obj/structure/lattice/catwalk, +"Lq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/mine/living_quarters) +"Lr" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 4.3 + }, +/obj/structure/window/reinforced{ + layer = 4.3 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" }, -/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, -/area/mine/laborcamp) -"LJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, /area/mine/living_quarters) +"LF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/mine/laborcamp) "LN" = ( /obj/structure/stone_tile/slab/cracked, /obj/structure/bookcase, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) "LO" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Mining Station Communications"; - req_access_txt = "48" +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 8 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -28 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel, -/area/mine/maintenance) +/area/mine/living_quarters) "LQ" = ( /obj/item/cigbutt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/machinery/light/small{ + dir = 1 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/machinery/light/small{ - dir = 1 - }, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "brown" }, /area/mine/laborcamp) "LY" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, /turf/simulated/floor/plasteel{ dir = 4; @@ -5677,16 +5671,24 @@ icon_state = "brown" }, /area/mine/eva) +"Ml" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/mine/production) "Mw" = ( /obj/effect/decal/warning_stripes/yellow/hollow, /turf/simulated/floor/plasteel, /area/mine/eva) "ME" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, /turf/simulated/floor/plasteel{ dir = 9; @@ -5698,9 +5700,9 @@ /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors) "ML" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/cans/beer{ + pixel_x = -6 }, /turf/simulated/floor/plasteel{ dir = 8; @@ -5708,24 +5710,55 @@ }, /area/mine/living_quarters) "MV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, -/obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel, /area/mine/production) +"Nd" = ( +/obj/machinery/disposal, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "Ne" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, /turf/simulated/floor/plasteel, /area/mine/laborcamp) +"Nf" = ( +/obj/structure/table, +/obj/item/gpsupgrade{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/clothing/gloves/fingerless, +/obj/item/clothing/mask/gas/explorer, +/obj/item/trash/syndi_cakes{ + layer = 1.9; + pixel_x = -6; + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/mine/living_quarters) "ND" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, /turf/simulated/floor/wood{ icon_state = "wood-broken3"; tag = "icon-wood-broken3" @@ -5741,11 +5774,15 @@ /obj/structure/mirror{ pixel_x = -28 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, /turf/simulated/floor/plasteel/white, /area/mine/laborcamp) +"NM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/mine/living_quarters) "NV" = ( /obj/item/stack/ore/plasma, /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, @@ -5766,14 +5803,19 @@ icon_state = "brown" }, /area/mine/laborcamp) -"Oi" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" +"Ok" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/white, +/area/mine/laborcamp) +"Ov" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 }, -/area/mine/living_quarters) +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) "OF" = ( /obj/item/card/id/prisoner/random, /obj/effect/decal/cleanable/ash, @@ -5786,10 +5828,8 @@ pixel_x = 1; pixel_y = -24 }, -/obj/structure/cable{ - icon_state = "0-4" - }, /obj/machinery/light, +/obj/structure/cable, /turf/simulated/floor/plasteel{ dir = 10; icon_state = "brown" @@ -5797,18 +5837,11 @@ /area/mine/production) "OR" = ( /obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "brown" }, /area/mine/production) -"Pf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) "PF" = ( /obj/machinery/shower{ dir = 8; @@ -5830,10 +5863,27 @@ icon_state = "brown" }, /area/mine/eva) +"PM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/mine/living_quarters) "PQ" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/chair/stool/holostool, /turf/simulated/floor/plasteel, /area/mine/living_quarters) "PU" = ( @@ -5843,6 +5893,24 @@ /obj/effect/decal/warning_stripes/yellow, /turf/simulated/floor/plasteel, /area/mine/living_quarters) +"PV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/mine/living_quarters) +"Qo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/mine/living_quarters) "Qr" = ( /obj/structure/stone_tile, /obj/structure/stone_tile{ @@ -5854,27 +5922,52 @@ /obj/structure/bookcase, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) +"Qw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "Qy" = ( /obj/structure/stone_tile/slab/cracked, /obj/item/clockwork/alloy_shards/clockgolem_remains, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) +"QD" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/mine/laborcamp/security) "QE" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/alarm{ dir = 4; - pixel_x = -22 + pixel_x = -24 }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "brown" }, /area/mine/laborcamp) +"QM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "QR" = ( /obj/structure/stone_tile/cracked{ dir = 4 @@ -5892,18 +5985,12 @@ /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) "QT" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, /turf/simulated/floor/plasteel{ dir = 10; icon_state = "brown" }, /area/mine/production) "QV" = ( -/obj/structure/chair/comfy/brown{ - dir = 1 - }, /obj/machinery/light, /turf/simulated/floor/plasteel{ dir = 10; @@ -5930,6 +6017,38 @@ icon_state = "brown" }, /area/mine/laborcamp) +"RA" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/mine/living_quarters) +"RM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/mine/eva) +"Sb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"Sd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) "Sj" = ( /obj/machinery/light/small{ dir = 1 @@ -6000,20 +6119,15 @@ dir = 1; network = list("Mining Outpost") }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, /turf/simulated/floor/plasteel{ icon_state = "brown" }, /area/mine/living_quarters) "Sv" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, /obj/structure/chair/stool/bar, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, /area/mine/living_quarters) "Sx" = ( /obj/structure/stone_tile, @@ -6028,33 +6142,33 @@ }, /turf/simulated/wall/indestructible/boss, /area/lavaland/surface/outdoors) -"SA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +"Sz" = ( +/obj/structure/chair{ + dir = 8 }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "brown" +/obj/item/clothing/accessory/necklace/skullcodpiece{ + pixel_x = -7; + pixel_y = -5 }, -/area/mine/production) +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) +"SF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) "SJ" = ( /obj/structure/stone_tile/surrounding, /obj/structure/closet/crate/necropolis/tendril, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) "SK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "browncorner" }, /area/mine/production) -"SW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/mine/living_quarters) "SY" = ( /obj/effect/decal/warning_stripes/yellow, /obj/machinery/disposal, @@ -6081,9 +6195,6 @@ }, /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, /turf/simulated/floor/wood{ broken = 1; icon_state = "wood-broken" @@ -6103,6 +6214,33 @@ /obj/structure/bookcase, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) +"Tn" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/mine/production) +"Tq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/mine/production) "Ts" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/unary/tank/air{ @@ -6113,32 +6251,53 @@ icon_state = "brown" }, /area/mine/laborcamp) +"Tv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) "TF" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel, /area/mine/eva) +"TG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "TH" = ( /turf/simulated/wall, /area/mine/production) -"TN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" +"TO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 }, -/area/mine/production) +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "TS" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Mining Communications APC"; - pixel_x = 1; - pixel_y = 25 - }, -/obj/structure/cable{ - icon_state = "0-2" +/obj/structure/table, +/obj/item/deck/cards, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" }, -/turf/simulated/floor/bluegrid, -/area/mine/maintenance) +/area/mine/living_quarters) "TV" = ( /obj/machinery/atmospherics/unary/tank/air{ dir = 8 @@ -6149,7 +6308,6 @@ /turf/simulated/floor/plating, /area/mine/production) "Ub" = ( -/obj/effect/decal/warning_stripes/yellow, /obj/machinery/computer/shuttle/mining{ req_access = null }, @@ -6162,7 +6320,16 @@ "Uh" = ( /obj/structure/lattice/catwalk, /turf/simulated/floor/plating/lava/smooth/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/mine/living_quarters) +"Ut" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/mine/living_quarters) "Uz" = ( /turf/simulated/floor/mech_bay_recharge_floor, /area/mine/production) @@ -6175,17 +6342,6 @@ icon_state = "brown" }, /area/mine/living_quarters) -"UE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/mine/living_quarters) "UH" = ( /obj/structure/stone_tile, /obj/structure/stone_tile{ @@ -6218,15 +6374,14 @@ /turf/simulated/floor/plasteel, /area/mine/production) "UQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "4-8" +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/disposalpipe/junction{ - dir = 4; - icon_state = "pipe-j2"; - tag = "icon-pipe-j2 (EAST)" +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, /turf/simulated/floor/plasteel, /area/mine/living_quarters) @@ -6236,12 +6391,22 @@ icon_state = "brown" }, /area/mine/production) +"Vd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/mine/laborcamp) "Vg" = ( /obj/effect/decal/warning_stripes/yellow, /obj/machinery/suit_storage_unit/lavaland, /obj/machinery/firealarm{ dir = 1; - pixel_y = -24 + pixel_y = -25 }, /turf/simulated/floor/plasteel, /area/mine/eva) @@ -6254,13 +6419,6 @@ icon_state = "brown" }, /area/mine/laborcamp) -"Vv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/mine/laborcamp) "Vz" = ( /obj/machinery/door/airlock{ name = "Restroom" @@ -6273,15 +6431,9 @@ }, /turf/simulated/floor/plasteel, /area/mine/laborcamp) -"VD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/mine/living_quarters) "VJ" = ( /obj/machinery/computer/secure_data{ - dir = 1 + dir = 8 }, /turf/simulated/floor/plasteel{ dir = 1; @@ -6289,8 +6441,15 @@ }, /area/mine/laborcamp/security) "VN" = ( -/obj/structure/bed, +/obj/structure/table, /obj/effect/decal/cleanable/dirt, +/obj/item/trash/tapetrash, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, /turf/simulated/floor/wood{ icon_state = "wood-broken7"; tag = "icon-wood-broken7" @@ -6303,16 +6462,13 @@ icon_state = "brown" }, /area/mine/laborcamp) -"VR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" +"Wf" = ( +/obj/structure/window/reinforced{ + dir = 1 }, -/area/mine/eva) +/turf/simulated/mineral/random/volcanic, +/area/lavaland/surface/outdoors) "Wj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -6321,12 +6477,31 @@ icon_state = "brown" }, /area/mine/production) +"Wo" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/mine/production) "Wt" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ +/obj/structure/chair{ dir = 8 }, -/turf/simulated/floor/plasteel, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, /area/mine/laborcamp) +"Wv" = ( +/obj/machinery/door/airlock/public, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "Ww" = ( /obj/structure/closet/crate{ icon_state = "crateopen" @@ -6334,9 +6509,6 @@ /turf/simulated/floor/plasteel, /area/mine/production) "WE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, /obj/structure/sign/poster/random{ pixel_x = -32; pixel_y = -32 @@ -6347,12 +6519,10 @@ }, /area/mine/living_quarters) "WG" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "bar" }, -/obj/machinery/vending/cigarette, -/turf/simulated/floor/plasteel, /area/mine/living_quarters) "WJ" = ( /obj/effect/decal/cleanable/dirt, @@ -6378,19 +6548,15 @@ }, /area/mine/eva) "Xd" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "brown" }, /area/mine/laborcamp) -"Xe" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/mine/living_quarters) "Xl" = ( /obj/structure/stone_tile/cracked{ dir = 1 @@ -6405,26 +6571,6 @@ /obj/item/clockwork/alloy_shards/clockgolem_remains, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) -"Xp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "brown" - }, -/area/mine/living_quarters) -"XH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/mine/production) "XW" = ( /obj/structure/stone_tile/cracked{ dir = 4 @@ -6439,14 +6585,20 @@ /obj/structure/table/reinforced/brass, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) +"Ym" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "Yr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/simulated/floor/plasteel/freezer, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, /area/mine/living_quarters) "YI" = ( /obj/structure/stone_tile/cracked{ @@ -6470,9 +6622,23 @@ name = "Labor Camp Storage" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel, /area/mine/laborcamp) +"YL" = ( +/obj/item/clothing/accessory/necklace/talisman, +/turf/simulated/floor/plating/lava/smooth/lava_land_surface, +/area/lavaland/surface/outdoors) +"YQ" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/mine/living_quarters) "YV" = ( /obj/structure/chair{ dir = 8 @@ -6523,14 +6689,6 @@ }, /turf/simulated/floor/plasteel, /area/mine/production) -"Zk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/mine/laborcamp) "Zp" = ( /obj/effect/turf_decal/loading_area{ dir = 8 @@ -6551,6 +6709,21 @@ /obj/structure/table/reinforced/brass, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) +"Zs" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/cans/beer{ + pixel_x = -6 + }, +/obj/item/reagent_containers/food/snacks/cheesiehonkers{ + pixel_x = 8; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/drinks/cans/beer{ + pixel_x = -2; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "Zx" = ( /obj/structure/stone_tile/block/cracked{ dir = 4 @@ -6561,20 +6734,31 @@ /obj/item/clockwork/alloy_shards/clockgolem_remains, /turf/simulated/floor/indestructible/boss, /area/lavaland/surface/outdoors) +"ZA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/bluegrid, +/area/mine/maintenance) "ZH" = ( /turf/simulated/wall/r_wall, /area/mine/eva) +"ZL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/mine/living_quarters) "ZQ" = ( /obj/machinery/status_display, /turf/simulated/wall, /area/mine/production) -"ZZ" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +"ZU" = ( +/obj/machinery/light_switch{ + pixel_y = -25 }, -/turf/simulated/floor/plating, -/area/mine/laborcamp) +/turf/simulated/floor/bluegrid, +/area/mine/maintenance) (1,1,1) = {" aa @@ -8069,7 +8253,7 @@ ab ab aj aj -aj +ab aj aj aj @@ -8326,7 +8510,7 @@ aj aj aj aj -ab +aj aj aj aj @@ -8583,8 +8767,8 @@ aj aj ab aj -aj -aj +ab +ab aj aj aj @@ -8840,7 +9024,7 @@ ab ab aj aj -aj +ab aj aj aj @@ -9099,17 +9283,17 @@ aj aj aj aj -aj -aj -aj -aj +ab aj aj ab +ab aj +ab aj aj -aj +ab +ab aj aj aj @@ -9355,19 +9539,19 @@ aj aj aj aj -ab -aj aj -aw -aD -aD -aD -aD -aD -aD -aw -aw aj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab aj ab aj @@ -9624,8 +9808,8 @@ aD ks aD aD -aj -aj +ab +ab aj aj aj @@ -9870,8 +10054,8 @@ aj ab aj aj -aj -aj +ab +ab aD aD aD @@ -9881,7 +10065,7 @@ aD aD aD aD -aj +ab aj aj aj @@ -10128,7 +10312,7 @@ wY aj aj aj -aj +ab aD aD aD @@ -10652,7 +10836,7 @@ aD aD aD aD -aj +ab aj aj aj @@ -11166,7 +11350,7 @@ aq hQ aq ty -Lz +vC ty aj aj @@ -11409,7 +11593,7 @@ aj Gp rj wh -wh +Wt JV Il tZ @@ -11422,9 +11606,9 @@ ao aq aJ aq -aq -ZZ -aq +sq +QD +sq aj aD aj @@ -11681,7 +11865,7 @@ hQ aq bZ sO -ap +cG aj aj aj @@ -11928,7 +12112,7 @@ qT Vz qT aL -ZZ +ap tZ ba aq @@ -12184,7 +12368,7 @@ NG qT ME QE -CT +Vd Eq HK ug @@ -12437,17 +12621,17 @@ qT GD YY as -ax +Ok aB Xd -bk -JZ -bk -aU -bb -Zk -Ne -hA +FN +Tv +FN +df +FS +SF +JG +FS by bL cc @@ -12700,8 +12884,8 @@ aE JZ uL Tj -JZ -Wt +xt +bk cy bn Oh @@ -12954,12 +13138,12 @@ aq aq tZ qA +Sb JZ JZ JZ JZ -JZ -JZ +Sd bl aq bA @@ -13211,15 +13395,15 @@ au Rd tZ LQ -JZ +Sd aM wg JZ bk -JZ +Sd jf aq -bz +Iz qT ce cz @@ -13465,21 +13649,21 @@ qT lO HA av -sR +Ov YJ aF -eY +Ne aV aS aW be -Hj +Sd bm aq bB bM -ch cA +LF tZ aj aj @@ -13730,13 +13914,13 @@ aq qT qT qT -Vv +Sd qT aq qT qT cg -cA +LF tZ aj aj @@ -13982,12 +14166,12 @@ JQ oR aq VO -gD +nX aq Tk ND zt -Ia +hm zt rr JP @@ -14239,7 +14423,7 @@ aq qT qT xx -DX +yx aq uf VN @@ -14526,7 +14710,7 @@ aj aj aj aj -aj +YL aj aj aj @@ -15796,10 +15980,10 @@ aj aj aj aj -aj ab ab -aj +ai +ab aj aj aj @@ -16052,15 +16236,15 @@ aj aj aj aj -aj -aj -ab ai -ab -aj -aj -aj -aj +ad +Zf +Zf +WO +Zf +WO +Zf +Zf aj aj aj @@ -16307,16 +16491,17 @@ aD aD aj aj -ai -aj aj ab -ad Zf Zf -WO Zf -WO +HF +HF +LO +HF +HF +Zf Zf Zf aj @@ -16324,10 +16509,9 @@ aj aj aj aj -aj -aj -aj -aj +lm +ss +Lr aj aj aj @@ -16561,26 +16745,31 @@ an an an an -an -aj -aj -ai +aD +aD aj ab ad -Zf -Zf -gL +WO +DU +YQ +IK +IK gL mT -gL +Qo qb -Zf +Nd Zf WO Zf WO Zf +Kf +RA +Lc +yK +Lr ab aj aj @@ -16593,11 +16782,6 @@ aj aj aj aj -aj -aj -aj -aj -aj "} (40,1,1) = {" aa @@ -16822,29 +17006,29 @@ an aD aj aj -aj -ab ai Zf -dS -fk -IK +Jk +ZL +Lc +Lc +KV ML FK -dT +rZ fo Fe BD Fe Bm Zf +ef +Sz +Zs +DP +sN ab ab -aj -aj -aj -aj -ab ab aj aj @@ -17079,15 +17263,15 @@ aD aD aj aj -aj -aj ab -WO -dS -ee +Zf +cK +rP +rP +Ad PQ vZ -JS +TO rZ fp Fe @@ -17095,13 +17279,13 @@ gh Fe Lf Zf -ad -ab -ab -aj +AJ +Lc +Lc +Lc +sN ab ab -ai ab aj aj @@ -17336,15 +17520,15 @@ aD aD aj aj -aj -ab -ab -Zf -dS -ee -SW -UA -df +ab +WO +Jk +ZL +ZL +HH +QM +TS +FK rZ fr Fe @@ -17352,15 +17536,15 @@ dX GP ge Zf +yq +td +Lc +Nf +dG +Wf ai ab ab -ab -ab -ai -ad -ab -ab aj aj aj @@ -17595,12 +17779,12 @@ aj aj ab La -La -La -La +og +ur +ze eX -SW -vZ +FY +td EJ fz fI @@ -17611,11 +17795,11 @@ iE Zf Zf WO -WO +Wv WO Zf ai -ai +ad ai ab aj @@ -17850,29 +18034,29 @@ aD aj aj ab +ab +La La La -TS -yj La WO rV -Ak -kZ WO Fe Fe Fe +Fe +Fe kT Fe cn SY -og -pL +fk +IK QV Zf Zf -ab +ai ab aj aj @@ -18108,24 +18292,24 @@ aj ab ab La -cU +La bP -yr +ZA La -Xp -ra -HX +fk +UQ +IK vs -EY -EY +IK +IK kE pP -An -EY -fN -HX +th +IK +vs +UA od -LJ +JS WE EU WO @@ -18368,22 +18552,22 @@ La qk bK cl -LO -UE +La +ee qF -uw +ka qe -Dq -Dq -Dq -Dq -Dq -Dq +qt +qt +qt +qt +he +qt qe fi -qh -Pf -Cs +yr +vO +Qw iF WO ab @@ -18623,12 +18807,12 @@ ab ab La cU -bP cm -La -gd -eH -eU +vu +AQ +Lg +TG +jU sK td tl @@ -18639,8 +18823,8 @@ td sK td HH -Lc -jU +Gu +PM hZ WO ab @@ -18877,15 +19061,15 @@ aj aj ab ab -ai -La +ab La +qk bQ -co +ZU La -gd -eH -fy +ee +GZ +rZ cn Fe Fe @@ -18900,7 +19084,7 @@ Lc FD Zf Zf -aj +ab aj aj aj @@ -19132,19 +19316,19 @@ aj aj aj ab -Zf -Zf -WO +ai +ai +ab Zf La bR -La +wR La sG -BL -FM +Bi +Ym dD -dU +PV fs fU Zf @@ -19156,8 +19340,8 @@ WO Gt WO WO -aj -aj +ab +ab aj aj aj @@ -19369,7 +19553,6 @@ ab ab ab ai -am ai ai ai @@ -19377,7 +19560,8 @@ ai ai ai ai -am +ai +ai ai ab aj @@ -19388,17 +19572,17 @@ aj aj ab ab -ab +ai +Zf +Zf +WO Zf -bT -cp -cK -rP -wR -Lg Zf -gd -eH +bS +Zf +Zf +ee +GZ Su Fe dY @@ -19412,9 +19596,9 @@ ab WO PU WO -aj ab -aj +ab +ab ab aj aj @@ -19648,14 +19832,14 @@ ai ad Zf az -Db +cp bt -bE -bU +Sv +pL WG Fe dc -eH +GZ di wA Fe @@ -19663,7 +19847,7 @@ Fe Fe Zf aj -ab +aj ab ab WO @@ -19672,7 +19856,7 @@ WO ab ab ab -ab +aj aj aj aj @@ -19907,13 +20091,13 @@ WO aI Db bu -bF -bU +Sv +bV bD Fe -gd -eH -fy +ee +GZ +rZ Fe ed fu @@ -20162,16 +20346,16 @@ ab ab Zf aY -bg -bv -bG +Db +bC +Sv bV cq -Xe -de -UQ -dj -ec +WO +ee +GZ +rZ +WO em kV gq @@ -20422,15 +20606,15 @@ bf Db bw Sv -bU +bV cr Fe -gd +ee GA -fy +ry dE -eo -eo +vK +Lq gt Zf aj @@ -20675,17 +20859,17 @@ aj aj ab Zf -bS +bT bi bC Sv -bU -br +bV +na +WO +ee +GZ +rZ WO -gd -eH -Oi -cF ep LY gw @@ -20931,23 +21115,23 @@ aj aj aj ab -ab +Zf Zf bp -br -fh -bW cs +fh +NM +hU cV -dZ -eH -fy +JJ +ax +rZ Fe eq fv gH Zf -ab +aj ab ab ab @@ -21187,17 +21371,17 @@ aj aj aj aj -aj +ab ab WO -br -bD -br -bU -br +bV +Ak +bV +bV +bV WO -gd -eH +ee +GZ di wA Fe @@ -21205,7 +21389,7 @@ Fe Fe Zf aj -ab +aj ab ab lC @@ -21450,11 +21634,11 @@ Zf bs bq bH -bU +bV cL Fe ef -eH +GZ do Fe es @@ -21463,7 +21647,7 @@ iH WO aj aj -ab +aj ab lC qD @@ -21711,8 +21895,8 @@ cn Fe Fe xA -aN -dp +Bi +Ym fb ew fF @@ -21727,9 +21911,9 @@ rf lC lC ab +ab aj -aj -aj +ab aj aj aj @@ -21966,27 +22150,27 @@ Zf cY bX cQ -cF -dg -eC -eP -ZQ -TH -TH -TH -aR +WO +ee +GZ +rZ +cn +Fe +Fe +Fe +Zf lC aR wX Ub Vb -Oe +Ml OL aR aR -aj -aj -aj +ab +ab +ab aj aj aj @@ -22219,29 +22403,29 @@ aj aj cw dy -cF +zB cI -VD -zu +eo +FT cZ -gd -eH +GN +ui dq sZ -eL +GR BK gI -fH -fH -fH +GR +GR +GR sZ -fH +GR SK -sH -XH +Ht +FC Jm lC -aj +ab aj aj aj @@ -22482,26 +22666,26 @@ dl dv dK ei -eE -JJ +uw +qt fj -eM MV +fK gJ MV -MV +Tn MV fj ux -iL +pg FQ -iv +FC Uz lC +ab +ab aj -aj -aj -aj +ab aj aj aj @@ -22730,7 +22914,7 @@ aj aj aj aj -aj +ab ab ad Zf @@ -22740,26 +22924,26 @@ cS Fe el eF -ds +Ut dP -eO -fL +Oe +Oe gK -TN -jT +eJ +vk lH OR Wj yw -eS -Ci +Tq +FC UK lC +ab aj aj -aj -aj -aj +ab +ab aj aj aj @@ -22986,29 +23170,29 @@ aj aj aj aj -aj +ab ab ai ai -aR -TH -TH -TH -TH +Zf +Fe +Fe +Fe +Fe ej TH TH TH -eQ +fM fM TH lC -JX +lC TH ZQ wq -SA -HC +Ma +Tq pK aR aR @@ -23243,7 +23427,7 @@ aj aj aj aj -aj +ab aR aR aR @@ -23256,7 +23440,7 @@ dh TH eZ fl -eS +Oe Oe yR Ww @@ -23264,9 +23448,9 @@ EK Zi kG kG -rw +GV yT -nl +GV ZH ai ai @@ -23500,20 +23684,20 @@ aj aj aj aj -aj +ab aR sQ Hu Ky -cP -ck dM +sW +Wo dW AB TH dt Ma -fc +yw Oe Eg GR @@ -23522,7 +23706,7 @@ Zp kG kG nV -kp +fx ve ZH ZH @@ -23757,7 +23941,7 @@ aj aj aj aj -aj +ab lh vS IZ @@ -23779,7 +23963,7 @@ Hl kG zI qX -kp +sx hM zI ZH @@ -24014,7 +24198,7 @@ aj aj aj aj -aj +ab aR aR aR @@ -24035,9 +24219,9 @@ Eg CS kG zI -ny -kp -VR +hI +RM +xl zI GV ab @@ -24271,16 +24455,16 @@ aj aj aj aj -aj +ab ab ad ai ab ab ab -aj -aj -aj +ab +ab +ab lC dB TH @@ -24297,7 +24481,7 @@ TF BX BR GV -aj +ab aj aj aj @@ -24537,7 +24721,7 @@ aj aj aj aj -aj +ab aR dC dR @@ -24554,7 +24738,7 @@ kp zq zI GV -aj +ab aj aj aj @@ -24794,7 +24978,7 @@ aj aj aj aj -aj +ab aR aR aR @@ -25051,7 +25235,7 @@ aj aj aj aj -aj +ab ab ab ab diff --git a/_maps/map_files/Delta/delta.dmm b/_maps/map_files/Delta/delta.dmm index 243e5035339c..10aa217c52c6 100644 --- a/_maps/map_files/Delta/delta.dmm +++ b/_maps/map_files/Delta/delta.dmm @@ -1,200336 +1,195050 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aaa" = ( -/turf/space, -/area/space) -"aac" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 10; - height = 35; - id = "whiteship_home"; - name = "north of Kerberos"; - width = 21 - }, -/turf/space, -/area/space) -"aad" = ( -/turf/simulated/shuttle/wall{ - dir = 8; - icon_state = "diagonalWall3" - }, -/area/shuttle/vox) -"aae" = ( -/obj/effect/landmark{ - name = "carpspawn" - }, -/turf/space, -/area/space) -"aaf" = ( -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/shuttle/vox) -"aag" = ( -/obj/machinery/door/airlock/hatch{ - frequency = 1331; - icon_state = "door_locked"; - id_tag = "vox_northwest_lock"; - locked = 1; - req_access_txt = "152"; - req_one_access = null - }, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1331; - master_tag = "vox_west_control"; - pixel_x = -29; - req_one_access_txt = "152" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"aah" = ( -/obj/effect/decal/warning_stripes/east, -/turf/space, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aak" = ( -/turf/simulated/shuttle/wall{ - dir = 1; - icon_state = "diagonalWall3" - }, -/area/shuttle/vox) -"aam" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table/glass, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/reagent_containers/dropper, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -23 - }, -/obj/effect/decal/warning_stripes/east, -/obj/item/reagent_containers/dropper/precision, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"aan" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - icon_state = "swall3" - }, -/area/shuttle/trade/sol) -"aao" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/space, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"aaq" = ( -/turf/space, -/turf/space, -/area/space) -"aar" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/air, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"aas" = ( -/obj/machinery/door/airlock/hatch{ - frequency = 1331; - icon_state = "door_locked"; - id_tag = "vox_northeast_lock"; - locked = 1; - req_access_txt = "152"; - req_one_access = null - }, -/obj/docking_port/mobile{ - dir = 2; - dwidth = 2; - height = 18; - id = "skipjack"; - name = "Vox Skipjack"; - roundstart_move = "skipjack_away"; - width = 19 - }, -/obj/docking_port/stationary{ - dir = 2; - dwidth = 2; - height = 18; - id = "skipjack_ne"; - name = "northeast of SS13"; - width = 19 - }, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1331; - master_tag = "vox_east_control"; - pixel_x = 28; - req_access_txt = "152" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"aat" = ( -/turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "wall3" - }, -/area/shuttle/vox) -"aav" = ( -/obj/machinery/airlock_sensor{ - frequency = 1331; - id_tag = "vox_west_sensor"; - pixel_x = 25; - req_access_txt = "152" - }, -/obj/machinery/light/spot{ - dir = 4; - tag = "icon-tube1 (EAST)" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"aaw" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "open"; - id_tag = "voxshutters"; - name = "Blast Shutters"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/shuttle/window{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_end"; - tag = "icon-window5_end" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"aaL" = ( -/obj/structure/table/reinforced, -/obj/item/taperecorder, -/obj/item/folder/red{ - pixel_y = 3 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"aaS" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-25"; - tag = "icon-plant-25" - }, -/obj/machinery/vending/wallmed{ - pixel_y = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "neutral" - }, -/area/crew_quarters/courtroom) -"aaZ" = ( -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" - }, -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_elite) -"aba" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/range) -"abb" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "open"; - id_tag = "voxshutters"; - name = "Blast Shutters"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/shuttle/window{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_mid"; - tag = "icon-window5_mid" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"abi" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "open"; - id_tag = "voxshutters"; - name = "Blast Shutters"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/shuttle/window{ - dir = 1; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_end"; - tag = "icon-window5_end (NORTH)" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"abj" = ( -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"abl" = ( -/obj/machinery/airlock_sensor{ - frequency = 1331; - id_tag = "vox_east_sensor"; - pixel_x = -25; - req_access_txt = "152" - }, -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"abq" = ( -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - frequency = 1331; - id_tag = "vox_west_control"; - pixel_x = 24; - req_access_txt = "152"; - tag_airpump = "vox_west_vent"; - tag_chamber_sensor = "vox_west_sensor"; - tag_exterior_door = "vox_northwest_lock"; - tag_interior_door = "vox_southwest_lock" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"abr" = ( -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"abs" = ( -/obj/machinery/light/spot{ - dir = 4; - tag = "icon-tube1 (EAST)" - }, -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"abz" = ( -/turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "wall3" - }, -/area/shuttle/syndicate) -"abA" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 1; - icon_state = "open"; - id_tag = "syndieshutters"; - name = "Blast Shutters"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/shuttle/window{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_end"; - tag = "icon-window5_end" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate) -"abB" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"abC" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 1; - icon_state = "open"; - id_tag = "syndieshutters"; - name = "Blast Shutters"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/shuttle/window{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_mid"; - tag = "icon-window5_mid" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate) -"abD" = ( -/obj/structure/table, -/obj/machinery/door_control{ - id = "syndieshutters"; - name = "remote shutter control"; - req_access_txt = "150" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"abF" = ( -/obj/machinery/computer/shuttle/syndicate, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"abG" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 1; - icon_state = "open"; - id_tag = "syndieshutters"; - name = "Blast Shutters"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/shuttle/window{ - dir = 1; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_end"; - tag = "icon-window5_end (NORTH)" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate) -"abN" = ( -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"abO" = ( -/obj/machinery/computer/shuttle/vox, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"abV" = ( -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - frequency = 1331; - id_tag = "vox_east_control"; - pixel_x = -24; - req_access_txt = "152"; - tag_airpump = "vox_east_vent"; - tag_chamber_sensor = "vox_east_sensor"; - tag_exterior_door = "vox_northeast_lock"; - tag_interior_door = "vox_southeast_lock" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"abX" = ( -/obj/machinery/door/airlock/hatch{ - frequency = 1331; - icon_state = "door_locked"; - id_tag = "vox_southwest_lock"; - locked = 1; - req_access_txt = "152"; - req_one_access = null - }, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1331; - master_tag = "vox_west_control"; - pixel_x = 28; - req_one_access_txt = "152" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"acb" = ( -/turf/space, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"acc" = ( -/obj/machinery/light/spot{ - dir = 4; - tag = "icon-tube1 (EAST)" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"acd" = ( -/obj/structure/computerframe, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"acg" = ( -/turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "diagonalWall3" - }, -/area/shuttle/vox) -"acj" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 8; - icon_state = "open"; - id_tag = "voxshutters"; - name = "Blast Shutters"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/shuttle/window{ - dir = 8; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_end"; - tag = "icon-window5_end (WEST)" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"ack" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"acn" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"acr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/landmark/start{ - name = "Coroner" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"act" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology) -"acu" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/space, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"acw" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"acz" = ( -/obj/structure/table/reinforced, -/obj/machinery/chem_dispenser/beer/upgraded, -/turf/space, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"acA" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - icon_state = "open"; - id_tag = "voxshutters"; - name = "Blast Shutters"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/shuttle/window{ - dir = 8; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_end"; - tag = "icon-window5_end (WEST)" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"acC" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry) -"acE" = ( -/turf/simulated/shuttle/wall{ - icon_state = "diagonalWall3" - }, -/area/shuttle/vox) -"acF" = ( -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"acH" = ( -/obj/effect/landmark{ - name = "Nuclear-Bomb" - }, -/obj/machinery/light/spot, -/obj/machinery/door/window{ - dir = 1; - name = "Secure Storage"; - req_access_txt = "150" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"acI" = ( -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1331; - master_tag = "synd_airlock"; - name = "interior access button"; - pixel_x = 25; - pixel_y = 25 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"acJ" = ( -/obj/machinery/door/airlock/hatch{ - frequency = 1331; - icon_state = "door_locked"; - id_tag = "vox_southeast_lock"; - locked = 1; - req_access_txt = "152"; - req_one_access = null - }, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1331; - master_tag = "vox_east_control"; - pixel_x = -30; - req_one_access_txt = "152" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"acK" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 8; - icon_state = "open"; - id_tag = "voxshutters"; - name = "Blast Shutters"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/shuttle/window{ - dir = 4; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_end"; - tag = "icon-window5_end (EAST)" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"acL" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_s6" - }, -/area/shuttle/administration) -"acM" = ( -/obj/machinery/computer/cloning, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration) -"acN" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 1; - tag = "icon-propulsion (NORTH)" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/administration) -"acP" = ( -/turf/simulated/shuttle/wall{ - dir = 8; - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate_elite) -"acQ" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 1; - icon_state = "propulsion_r"; - tag = "icon-propulsion_r (NORTH)" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate_elite) -"acS" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_s10" - }, -/area/shuttle/administration) -"acT" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 1; - tag = "icon-propulsion (NORTH)" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate_elite) -"acU" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 1; - icon_state = "propulsion_l"; - tag = "icon-propulsion_l (NORTH)" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate_elite) -"acV" = ( -/turf/simulated/shuttle/wall{ - dir = 1; - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate_elite) -"acW" = ( -/obj/machinery/light/spot, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"acY" = ( -/obj/structure/window/reinforced, -/obj/structure/shuttle/engine/heater{ - dir = 1; - tag = "icon-heater (NORTH)" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate_elite) -"acZ" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"ada" = ( -/obj/item/clothing/head/collectable/petehat{ - desc = "It smells faintly of reptile."; - name = "fancy leader hat" - }, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"add" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swallc4" - }, -/area/shuttle/administration) -"ade" = ( -/obj/machinery/light/spot, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"adf" = ( -/turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "wall3" - }, -/area/shuttle/syndicate_elite) -"adg" = ( -/obj/item/radio/intercom/syndicate{ - pixel_y = -28 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"adh" = ( -/obj/structure/shuttle/engine/heater{ - dir = 1; - tag = "icon-heater (NORTH)" - }, -/obj/structure/window/plasmareinforced{ - color = "#d70000" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/administration) -"adi" = ( -/turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate) -"adn" = ( -/obj/machinery/door/window{ - dir = 2; - name = "Cockpit"; - req_access_txt = "150" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"adq" = ( -/obj/machinery/sleeper/syndie{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_elite) -"adr" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - icon_state = "open"; - id_tag = "voxshutters"; - name = "Blast Shutters"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/shuttle/window{ - dir = 4; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_end"; - tag = "icon-window5_end (EAST)" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"ads" = ( -/obj/structure/chair/comfy/shuttle, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"adw" = ( -/obj/machinery/sleeper/syndie, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_elite) -"ady" = ( -/turf/simulated/shuttle/wall{ - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate) -"adE" = ( -/obj/machinery/recharge_station/upgraded, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"adG" = ( -/obj/machinery/door/airlock/hatch{ - req_access_txt = "152" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"adI" = ( -/obj/machinery/porta_turret/syndicate, -/turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "wall3" - }, -/area/shuttle/syndicate) -"adJ" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 8; - icon_state = "open"; - id_tag = "voxshutters"; - name = "Blast Shutters"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/shuttle/window{ - dir = 4; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_mid"; - tag = "icon-window5 (EAST)" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"adK" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/table, -/obj/machinery/recharger, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"adN" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/weed_extract, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"adR" = ( -/obj/machinery/computer/cryopod{ - layer = 4; - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/permabrig) -"adS" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/table, -/mob/living/simple_animal/bot/floorbot{ - on = 0 - }, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"adT" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/table, -/obj/item/broken_device, -/obj/item/robot_parts/chest, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"adW" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/table, -/obj/item/pickaxe, -/obj/item/storage/firstaid/toxin, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"adX" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/table, -/obj/item/scalpel, -/obj/item/stack/cable_coil, -/obj/item/storage/firstaid/regular, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"adY" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/table, -/obj/item/circular_saw, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"adZ" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/optable, -/obj/item/organ/internal/brain, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"aea" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - icon_state = "open"; - id_tag = "voxshutters"; - name = "Blast Shutters"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/shuttle/window{ - dir = 4; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_mid"; - tag = "icon-window5 (EAST)" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"aec" = ( -/turf/space, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"aed" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_elite) -"aef" = ( -/obj/item/storage/toolbox/syndicate, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"aeg" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_elite) -"aej" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall7" - }, -/area/shuttle/administration) -"ael" = ( -/turf/simulated/shuttle/wall{ - dir = 8; - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate) -"aem" = ( -/obj/item/skeleton/r_arm, -/turf/space, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"aeo" = ( -/obj/machinery/door/window{ - base_state = "right"; - icon_state = "right"; - name = "Infirmary"; - req_access_txt = "150" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"aer" = ( -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"aes" = ( -/obj/structure/rack, -/obj/item/tank/nitrogen, -/obj/item/tank/nitrogen, -/obj/item/tank/nitrogen, -/obj/item/tank/nitrogen, -/obj/item/tank/nitrogen, -/obj/item/tank/nitrogen, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"aet" = ( -/obj/structure/rack, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/suit/space/vox/carapace, -/obj/item/clothing/head/helmet/space/vox/carapace, -/obj/item/clothing/mask/breath, -/obj/item/storage/backpack/duffel/syndie{ - slowdown = 1 - }, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"aeu" = ( -/obj/structure/rack, -/obj/item/gun/dartgun/vox/raider, -/obj/item/gun/dartgun/vox/medical, -/obj/item/dart_cartridge, -/obj/item/dart_cartridge, -/obj/item/dart_cartridge, -/obj/item/dart_cartridge, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"aey" = ( -/obj/structure/table, -/obj/item/aicard, -/obj/item/storage/box/zipties, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"aez" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall11" - }, -/area/shuttle/administration) -"aeA" = ( -/obj/machinery/dna_scannernew/upgraded, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration) -"aeC" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"aeG" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "port4"; - name = "exterior access button"; - pixel_x = 24; - pixel_y = 4 - }, -/obj/machinery/door/airlock/external{ - frequency = 1379; - id_tag = "port4_outer"; - locked = 1 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/additional) -"aeH" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_elite) -"aeI" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/machinery/power/grounding_rod{ - anchored = 1 - }, -/obj/machinery/camera{ - c_tag = "Supermatter Center"; - dir = 1; - network = list("SS13","Engineering") - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aeJ" = ( -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" - }, -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"aeK" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Exp_lockdown"; - name = "Expedition Lockdown"; - opacity = 0 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Space Expedition Storage"; - req_one_access_txt = "18;48;70" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "rampbottom"; - tag = "icon-stage_stairs" - }, -/area/engine/mechanic_workshop/expedition) -"aeL" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "vault" - }, -/area/engine/mechanic_workshop/expedition) -"aeM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/engine/mechanic_workshop/expedition) -"aeP" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/shuttle/syndicate) -"aeQ" = ( -/obj/machinery/door/airlock/external{ - frequency = 1331; - icon_state = "door_locked"; - id_tag = "synd_outer"; - name = "Ship External Access"; - req_access = null; - req_access_txt = "150" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "smindicate"; - layer = 5; - name = "Outer Airlock"; - opacity = 0 - }, -/obj/machinery/door_control{ - id = "smindicate"; - name = "External Door Control"; - pixel_x = -26; - pixel_y = -2; - req_access_txt = "150" - }, -/obj/docking_port/mobile{ - dheight = 9; - dir = 2; - dwidth = 5; - height = 22; - id = "syndicate"; - name = "syndicate infiltrator"; - roundstart_move = "syndicate_away"; - width = 18 - }, -/obj/docking_port/stationary{ - dheight = 9; - dir = 2; - dwidth = 5; - height = 22; - id = "syndicate_nw"; - name = "northwest of station"; - width = 18 - }, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate) -"aeS" = ( -/obj/machinery/door/airlock/external{ - frequency = 1331; - icon_state = "door_locked"; - id_tag = "synd_outer"; - name = "Ship External Access"; - req_access = null; - req_access_txt = "150" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "smindicate"; - layer = 5; - name = "Outer Airlock"; - opacity = 0 - }, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate) -"aeT" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK" - }, -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/shuttle/syndicate) -"aeV" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_elite) -"aeW" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swallc3" - }, -/area/shuttle/administration) -"aeY" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/machinery/status_display{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/hardsuitstorage) -"afb" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - frequency = 1379; - id_tag = "port4_pump" - }, -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - id_tag = "port4"; - pixel_x = 25; - tag_airpump = "port4_pump"; - tag_chamber_sensor = "port4_sensor"; - tag_exterior_door = "port4_outer"; - tag_interior_door = "port4_inner" - }, -/obj/machinery/airlock_sensor{ - id_tag = "port4_sensor"; - pixel_x = 25; - pixel_y = 5 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/additional) -"afc" = ( -/obj/machinery/door/airlock/external{ - id_tag = "s_docking_airlock"; - name = "Shuttle Airlock"; - req_access_txt = "150" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "syndicate_elite"; - name = "Side Hull Door"; - opacity = 0; - req_access_txt = "150" - }, -/obj/docking_port/mobile{ - dir = 4; - dwidth = 7; - height = 5; - id = "sst"; - name = "SST shuttle"; - roundstart_move = "sst_away"; - width = 11 - }, -/obj/docking_port/stationary{ - dir = 4; - dwidth = 7; - height = 5; - id = "sst_home"; - name = "Near Kerberos Arrivals"; - width = 11 - }, -/obj/structure/fans/tiny, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate_elite) -"afg" = ( -/obj/structure/chair/comfy/shuttle, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_elite) -"afh" = ( -/turf/simulated/shuttle/wall{ - dir = 1; - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate) -"afi" = ( -/obj/structure/shuttle/engine/heater, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/shuttle/plating, -/area/shuttle/vox) -"afj" = ( -/obj/structure/rack, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/suit/space/vox/medic, -/obj/item/clothing/head/helmet/space/vox/medic, -/obj/item/clothing/mask/breath, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"afn" = ( -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" - }, -/obj/structure/table, -/obj/machinery/kitchen_machine/microwave, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"afo" = ( -/obj/structure/closet/syndicate/nuclear, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"afp" = ( -/obj/machinery/sleeper/upgraded{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration) -"afq" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"afs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"aft" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - frequency = 1331; - id_tag = "synd_pump" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"afu" = ( -/obj/machinery/clonepod/upgraded, -/obj/machinery/light/spot{ - dir = 4; - tag = "icon-tube1 (EAST)" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration) -"afv" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/drinkingglasses, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"afw" = ( -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"afx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/engine/mechanic_workshop/expedition) -"afy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/light/small, -/obj/machinery/door_control{ - desc = "A remote control-switch for the pod doors."; - id = "explorerpod"; - name = "Pod Door Control"; - pixel_x = 26; - pixel_y = -8; - req_one_access_txt = "18;48;70" - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"afB" = ( -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/shuttle/syndicate_elite) -"afC" = ( -/obj/structure/table, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"afD" = ( -/obj/effect/spawner/window/reinforced, -/turf/space, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/additional) -"afE" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - id_tag = "port4_inner"; - locked = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "port4"; - name = "exterior access button"; - pixel_x = 24; - pixel_y = -4 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/additional) -"afF" = ( -/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/sst, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_elite) -"afG" = ( -/obj/machinery/computer/shuttle/sst, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_elite) -"afH" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f6" - }, -/area/shuttle/pod_1) -"afI" = ( -/turf/space, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"afK" = ( -/obj/structure/window/full/shuttle, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/pod_1) -"afM" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f10" - }, -/area/shuttle/pod_1) -"afN" = ( -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"afO" = ( -/obj/structure/rack, -/obj/item/pneumatic_cannon, -/obj/item/harpoon, -/obj/item/harpoon, -/obj/item/harpoon, -/obj/item/harpoon, -/obj/item/tank/nitrogen, -/obj/machinery/light/spot{ - dir = 4; - tag = "icon-tube1 (EAST)" - }, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"afQ" = ( -/obj/machinery/door_control{ - desc = "A remote control-switch for the pod doors."; - id = "explorerpod"; - name = "Pod Door Control"; - pixel_x = 26; - pixel_y = 5; - req_one_access_txt = "18;48;70" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"afR" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f6" - }, -/area/shuttle/pod_2) -"afT" = ( -/obj/structure/window/full/shuttle, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/pod_2) -"afU" = ( -/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"afV" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f10" - }, -/area/shuttle/pod_2) -"afW" = ( -/obj/structure/shuttle/engine/propulsion{ - icon_state = "propulsion_r"; - tag = "icon-propulsion_r" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate) -"afX" = ( -/obj/structure/shuttle/engine/heater, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/space, -/turf/simulated/shuttle/plating, -/area/shuttle/vox) -"afY" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 1; - frequency = 1331; - id_tag = "synd_pump" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"afZ" = ( -/obj/structure/shuttle/engine/propulsion{ - icon_state = "propulsion_l"; - tag = "icon-propulsion_l" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/vox) -"aga" = ( -/obj/machinery/vending/snack, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"agb" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration) -"agc" = ( -/obj/structure/sign/poster/contraband/syndicate_recruitment{ - pixel_y = 32 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"age" = ( -/obj/structure/table/reinforced, -/obj/machinery/chem_dispenser/soda/upgraded, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"agf" = ( -/obj/machinery/door/airlock/external{ - frequency = 1331; - icon_state = "door_locked"; - id_tag = "synd_inner"; - locked = 1; - name = "Ship External Access"; - req_access = null; - req_access_txt = "150" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 6 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"agg" = ( -/turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate_elite) -"agh" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/emergency, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"agi" = ( -/obj/effect/spawner/window/reinforced, -/turf/space, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/eastarrival) -"agj" = ( -/turf/simulated/floor/plating/airless, -/area/shuttle/syndicate_elite) -"agk" = ( -/obj/machinery/vending/cigarette, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"agl" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/space, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"ago" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/northeast, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"agp" = ( -/turf/simulated/wall/r_wall, -/area/hallway/secondary/entry/westarrival) -"agt" = ( -/obj/structure/rack, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/suit/space/vox/pressure, -/obj/item/clothing/head/helmet/space/vox/pressure, -/obj/item/clothing/mask/breath, -/turf/space, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"agu" = ( -/obj/structure/table, -/obj/item/ashtray/glass, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"agC" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"agM" = ( -/obj/structure/rack, -/obj/item/reagent_containers/glass/beaker/thermite{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/clothing/glasses/welding{ - pixel_x = 4; - pixel_y = -4 - }, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"agN" = ( -/obj/docking_port/mobile/pod{ - id = "pod2"; - name = "escape pod 2" - }, -/obj/machinery/door/airlock/shuttle{ - id_tag = "s_docking_airlock"; - name = "Escape Pod Hatch" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/pod_2) -"agO" = ( -/turf/simulated/wall, -/area/engine/mechanic_workshop/expedition) -"agP" = ( -/turf/simulated/shuttle/wall{ - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate_elite) -"agQ" = ( -/obj/structure/rack, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/suit/space/vox/stealth, -/obj/item/clothing/head/helmet/space/vox/stealth, -/obj/item/clothing/mask/breath, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"agR" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - icon_state = "swall4" - }, -/area/shuttle/administration) -"agU" = ( -/obj/machinery/vending/medical, -/turf/simulated/floor/plasteel{ - icon_state = "cmo" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"ahc" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"ahd" = ( -/obj/machinery/door/airlock/external{ - id_tag = "s_docking_airlock"; - name = "Shuttle Airlock"; - req_access_txt = "150" - }, -/obj/machinery/door_control{ - id = "syndicate_elite"; - name = "Blast Doors"; - pixel_x = -25; - req_access_txt = "150" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "syndicate_elite"; - name = "Front Hull Door"; - opacity = 0; - req_access_txt = "150" - }, -/obj/structure/fans/tiny, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate_elite) -"ahe" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/pod_1) -"ahf" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/pod_2) -"ahg" = ( -/obj/structure/rack, -/obj/item/storage/belt/military{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/belt/military{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/storage/belt/military{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/storage/belt/military{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"ahh" = ( -/obj/machinery/vending/coffee, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"ahk" = ( -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" - }, -/obj/machinery/door_control{ - id = "adminshuttleblast"; - name = "blast door control"; - pixel_y = 30; - req_access_txt = "101" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"ahn" = ( -/obj/structure/grille, -/obj/structure/shuttle/window{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_end"; - tag = "icon-window5_end" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"aho" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall3" - }, -/area/shuttle/pod_2) -"ahq" = ( -/obj/structure/table, -/obj/machinery/kitchen_machine/microwave/upgraded, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"ahr" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/north, -/turf/space, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/westarrival) -"ahs" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/eastarrival) -"ahv" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/eastarrival) -"ahw" = ( -/obj/machinery/door/airlock/external{ - frequency = 1331; - icon_state = "door_locked"; - id_tag = "synd_inner"; - locked = 1; - name = "Ship External Access"; - req_access = null; - req_access_txt = "150" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"ahB" = ( -/obj/machinery/porta_turret/syndicate, -/turf/simulated/shuttle/wall{ - dir = 8; - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate) -"ahC" = ( -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"ahE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/suit_storage_unit/standard_unit, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"ahH" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"ahI" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"ahL" = ( -/obj/structure/chair/stool/bar, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"ahN" = ( -/obj/structure/table, -/obj/item/lighter/zippo{ - pixel_x = 5 - }, -/obj/item/storage/fancy/cigarettes/dromedaryco, -/turf/space, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"ahO" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/northwest, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"ahQ" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/space, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/westarrival) -"ahR" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"ahS" = ( -/turf/space, -/turf/simulated/wall, -/area/hallway/secondary/entry/westarrival) -"ahT" = ( -/obj/structure/grille, -/obj/structure/shuttle/window{ - dir = 1; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_end"; - tag = "icon-window5_end (NORTH)" - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"aia" = ( -/obj/item/broken_bottle, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"aie" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"aii" = ( -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/pod_1) -"aip" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/item/radio/beacon, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"aix" = ( -/obj/machinery/porta_turret/syndicate, -/turf/simulated/shuttle/wall{ - dir = 1; - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate) -"aiC" = ( -/obj/structure/dispenser/oxygen, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"aiE" = ( -/turf/simulated/wall/r_wall, -/area/hallway/secondary/entry/eastarrival) -"aiF" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/chair/office/light{ - dir = 1; - pixel_y = 3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"aiL" = ( -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/pod_2) -"aiO" = ( -/obj/machinery/door/window{ - name = "Infirmary"; - req_access_txt = "150" - }, -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"aiR" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"aiT" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "neutral" - }, -/area/engine/mechanic_workshop/expedition) -"aiU" = ( -/obj/item/tank/emergency_oxygen, -/obj/item/clothing/mask/breath, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"aiX" = ( -/obj/item/radio/intercom/syndicate{ - pixel_x = -28 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"aiZ" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 2; - height = 18; - id = "skipjack_nw"; - name = "northwest of SS13"; - width = 19 - }, -/turf/space, -/area/space) -"aja" = ( -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/shuttle/specops) -"ajb" = ( -/obj/machinery/iv_drip, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration) -"ajj" = ( -/obj/machinery/door/window/northright{ - dir = 8; - name = "bar" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"ajk" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall8" - }, -/area/shuttle/administration) -"ajl" = ( -/obj/machinery/door/poddoor/preopen{ - id_tag = "adminshuttleblast"; - name = "Blast Doors"; - req_access_txt = "101" - }, -/obj/machinery/door/airlock/centcom{ - id_tag = "adminshuttle"; - name = "General Access"; - opacity = 1; - req_access_txt = "101" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"ajn" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"ajo" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A8"; - location = "A7" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/additional) -"ajq" = ( -/obj/structure/lattice/catwalk, -/turf/space, -/turf/space, -/area/space/nearstation) -"ajr" = ( -/obj/structure/shuttle/engine/propulsion/burst, -/turf/simulated/shuttle/wall{ - icon_state = "swall_f5" - }, -/area/shuttle/pod_1) -"aju" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops) -"ajv" = ( -/obj/structure/shuttle/engine/propulsion/burst, -/turf/simulated/shuttle/wall{ - icon_state = "swall_f9" - }, -/area/shuttle/pod_1) -"ajy" = ( -/mob/living/simple_animal/mouse/brown, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"ajz" = ( -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"ajG" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"ajM" = ( -/obj/structure/spacepoddoor{ - luminosity = 3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"ajN" = ( -/turf/simulated/wall, -/area/hallway/secondary/entry/eastarrival) -"ajP" = ( -/obj/effect/decal/warning_stripes/arrow{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/partial{ - dir = 4 - }, -/obj/machinery/atm{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/office) -"ajQ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Exp_lockdown"; - name = "Expedition Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/engine/mechanic_workshop/expedition) -"ajR" = ( -/obj/item/clothing/head/bearpelt, -/obj/item/xenos_claw, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"ajS" = ( -/obj/structure/shuttle/engine/propulsion/burst, -/turf/simulated/shuttle/wall{ - icon_state = "swall_f5" - }, -/area/shuttle/pod_2) -"ajU" = ( -/obj/structure/shuttle/engine/propulsion/burst, -/turf/simulated/shuttle/wall{ - icon_state = "swall_f9" - }, -/area/shuttle/pod_2) -"ajY" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/obj/machinery/light/spot{ - dir = 4; - tag = "icon-tube1 (EAST)" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/administration) -"aka" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"akb" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/item/clothing/mask/breath, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"ake" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology/lab) -"akh" = ( -/obj/item/clothing/head/collectable/xenom, -/obj/item/clothing/head/chicken, -/obj/item/aiModule/syndicate, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"akk" = ( -/obj/item/stack/spacecash/c1000, -/obj/item/stack/spacecash/c500, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"akl" = ( -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/warning_stripes/yellow, -/turf/space, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"akn" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"ako" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stack/cable_coil{ - pixel_y = 10 - }, -/obj/item/stock_parts/cell/high{ - pixel_x = 6; - pixel_y = 1 - }, -/obj/item/stock_parts/cell/high{ - pixel_x = 6; - pixel_y = 1 - }, -/obj/item/stock_parts/cell/high{ - pixel_x = 6; - pixel_y = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"akr" = ( -/obj/machinery/door/airlock/centcom{ - id_tag = "adminshuttle"; - name = "Workshop"; - opacity = 1; - req_access_txt = "101" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"aks" = ( -/obj/item/stack/spacecash/c50, -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"akt" = ( -/obj/structure/table, -/obj/machinery/recharger, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"akw" = ( -/obj/machinery/vending/wallmed/syndicate{ - pixel_x = -30 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"aky" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "red" - }, -/area/security/main) -"akz" = ( -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/structure/rack, -/obj/item/gun/energy/kinetic_accelerator{ - pixel_y = -6 - }, -/obj/item/gun/energy/kinetic_accelerator{ - pixel_y = -3 - }, -/obj/item/gun/energy/kinetic_accelerator, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"akA" = ( -/obj/structure/computerframe, -/obj/item/paper/synditele, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"akC" = ( -/obj/machinery/teleport/station, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"akD" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/closet/walllocker/emerglocker/north{ - pixel_x = 32; - pixel_y = 0 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"akG" = ( -/obj/machinery/teleport/hub/upgraded, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"akJ" = ( -/obj/structure/closet/crate/internals, -/obj/item/tank/oxygen/red, -/obj/item/clothing/mask/gas, -/obj/item/tank/oxygen/red, -/obj/item/clothing/mask/gas, -/obj/item/tank/oxygen/red, -/obj/item/clothing/mask/gas, -/obj/item/tank/oxygen/red, -/obj/item/clothing/mask/gas, -/obj/item/tank/oxygen/red, -/obj/item/clothing/mask/gas, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"akL" = ( -/obj/machinery/vending/boozeomat, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"akQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/engine/mechanic_workshop/expedition) -"akV" = ( -/obj/structure/table, -/obj/item/storage/box/syndidonkpockets, -/obj/item/storage/box/syndidonkpockets, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"akW" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/engine/mechanic_workshop/expedition) -"akY" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"ala" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/eastarrival) -"alb" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/space, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "vault" - }, -/area/engine/mechanic_workshop) -"ald" = ( -/obj/effect/decal/warning_stripes/northeast, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "vault" - }, -/area/engine/mechanic_workshop/expedition) -"alf" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/engine/mechanic_workshop/expedition) -"alh" = ( -/obj/structure/closet/syndicate/personal, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"alk" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "Pilotp"; - name = "Pilot Privacy Shutters" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Exp_lockdown"; - name = "Expedition Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/engine/mechanic_workshop/expedition) -"all" = ( -/obj/machinery/door_control{ - id = "adminshuttleblast"; - name = "blast door control"; - pixel_y = 30; - req_access_txt = "101" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"alp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"alq" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"alr" = ( -/obj/effect/decal/warning_stripes/southwest, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "vault" - }, -/area/engine/mechanic_workshop/expedition) -"alt" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/additional) -"alv" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/westarrival) -"alw" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/eastarrival) -"alx" = ( -/obj/structure/AIcore, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"alD" = ( -/obj/machinery/door/window/westright{ - name = "Tool Storage"; - req_access_txt = "150" - }, -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"alF" = ( -/obj/effect/decal/warning_stripes/south, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/space, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"alG" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "vault" - }, -/area/engine/mechanic_workshop) -"alI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"alL" = ( -/obj/machinery/iv_drip, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"alO" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/main) -"alQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/suit_storage_unit/standard_unit, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"alS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/item/gps{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/gps, -/obj/item/gps{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gps{ - pixel_x = -6; - pixel_y = 6 - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"alT" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"alU" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/multi_tile/two_tile_hor{ - id_tag = "explorerpod" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Exp_lockdown"; - name = "Expedition Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"alV" = ( -/obj/structure/table, -/obj/item/grenade/plastic/c4{ - pixel_x = -4; - pixel_y = -2 - }, -/obj/item/grenade/syndieminibomb{ - pixel_x = 8 - }, -/obj/item/radio/beacon/syndicate/bomb{ - pixel_x = -5; - pixel_y = 12 - }, -/obj/item/radio/beacon/syndicate/bomb{ - pixel_x = -5; - pixel_y = 12 - }, -/obj/item/grenade/plastic/c4{ - pixel_x = -4; - pixel_y = -2 - }, -/obj/item/grenade/syndieminibomb{ - pixel_x = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"alX" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"alY" = ( -/obj/structure/table, -/obj/item/bonegel, -/obj/item/bonesetter, -/obj/item/hemostat, -/obj/item/cautery, -/obj/item/surgicaldrill, -/obj/item/circular_saw, -/obj/item/scalpel, -/obj/item/retractor, -/obj/item/FixOVein, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration) -"ama" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"amc" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/additional) -"ame" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"amh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"amj" = ( -/obj/machinery/door/airlock/external, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"amk" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/manifold/hidden, -/turf/simulated/floor/bluegrid{ - icon_state = "dark"; - name = "Mainframe Floor"; - nitrogen = 100; - oxygen = 0; - temperature = 80 - }, -/area/toxins/server) -"aml" = ( -/obj/machinery/door/airlock/external, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"amp" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall12"; - tag = "icon-swall12" - }, -/area/shuttle/arrival/station) -"amt" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/engine/mechanic_workshop/expedition) -"amu" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"amw" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Exp_lockdown"; - name = "Expedition Lockdown"; - opacity = 0 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Space Expedition Storage"; - req_one_access_txt = "18;48;70" - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"amx" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Exp_lockdown"; - name = "Expedition Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/engine/mechanic_workshop/expedition) -"amz" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/engine/mechanic_workshop/expedition) -"amC" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"amE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/engine/mechanic_workshop/expedition) -"amJ" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -26 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"amL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"amN" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/mechanic_workshop/expedition) -"amQ" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"amR" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"amS" = ( -/obj/structure/table, -/obj/item/storage/box/prisoner, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prisonershuttle) -"amV" = ( -/obj/machinery/bodyscanner, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"amZ" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"anb" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Expedition Hangar"; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"anc" = ( -/obj/structure/sign/nosmoking_2, -/turf/simulated/wall/r_wall, -/area/engine/mechanic_workshop/expedition) -"and" = ( -/obj/machinery/mecha_part_fabricator/upgraded, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"ane" = ( -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" - }, -/obj/machinery/sleeper/syndie{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"ang" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteyellowcorner" - }, -/area/medical/chemistry) -"ani" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry) -"anj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"ann" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"ano" = ( -/obj/machinery/door/window{ - dir = 8; - name = "Tool Storage"; - req_access_txt = "150" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"ans" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"anu" = ( -/obj/machinery/vending/boozeomat, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"anx" = ( -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/shuttle/syndicate) -"anz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/processing) -"anC" = ( -/obj/structure/dispenser, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"anF" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall4" - }, -/area/shuttle/administration) -"anP" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"anQ" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/louge) -"anZ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaLockdown"; - name = "Perma Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"aob" = ( -/obj/machinery/recharge_station, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitepurple"; - tag = "icon-whitepurple (SOUTHWEST)" - }, -/area/medical/research/restroom) -"aoc" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"aod" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/command/glass{ - name = "Space Expedition Storage"; - req_one_access_txt = "18;48;70" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Exp_lockdown"; - name = "Expedition Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"aoe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/engine/mechanic_workshop/expedition) -"aof" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkbluecorners" - }, -/area/construction/hallway) -"aon" = ( -/obj/structure/table/wood, -/obj/item/camera, -/obj/item/radio/intercom{ - pixel_x = 30; - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "escape" - }, -/area/crew_quarters/fitness) -"aoo" = ( -/turf/simulated/wall, -/area/security/vacantoffice) -"aou" = ( -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/checkpoint2) -"aow" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/checkpoint2) -"aox" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "vault" - }, -/area/engine/mechanic_workshop/expedition) -"aoL" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swallc1" - }, -/area/shuttle/administration) -"aoM" = ( -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/structure/table, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"aoN" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Port Fore"; - dir = 8 - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"aoO" = ( -/obj/structure/sign/pods{ - pixel_x = -32 - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aoR" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/wood, -/area/security/vacantoffice) -"aoS" = ( -/turf/simulated/floor/plasteel{ - icon_state = "carpet" - }, -/area/security/vacantoffice) -"aoT" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aoU" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"aoV" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aoX" = ( -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - frequency = 1331; - id_tag = "synd_airlock"; - pixel_x = 25; - req_access_txt = "150"; - tag_airpump = "synd_pump"; - tag_chamber_sensor = "synd_sensor"; - tag_exterior_door = "synd_outer"; - tag_interior_door = "synd_inner" - }, -/obj/machinery/airlock_sensor{ - frequency = 1331; - id_tag = "synd_sensor"; - pixel_x = 25; - pixel_y = 12; - req_access_txt = "150" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"apa" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "bluecorner" - }, -/area/hallway/secondary/entry/louge) -"aph" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Center Fore"; - dir = 8 - }, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"api" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/checkpoint2) -"apj" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Checkpoint"; - dir = 8 - }, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/obj/machinery/computer/prisoner, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "red" - }, -/area/security/checkpoint2) -"apk" = ( -/obj/structure/sign/pods{ - pixel_x = -32 - }, -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -28; - pixel_y = 28 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"app" = ( -/obj/structure/window/reinforced, -/obj/structure/shuttle/engine/heater{ - dir = 1; - tag = "icon-heater (NORTH)" - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/shuttle/plating, -/area/shuttle/arrival/station) -"apq" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"aps" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"apu" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/security/checkpoint2) -"apw" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"apy" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/camera{ - c_tag = "Expedition EVA"; - dir = 1; - network = list("SS13","Security"); - pixel_x = -9 - }, -/obj/machinery/light, -/obj/structure/table/reinforced, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/o2{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"apB" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Exp_lockdown"; - name = "Expedition Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"apF" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"apJ" = ( -/obj/structure/table/wood, -/obj/item/paicard, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"apL" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/security/vacantoffice) -"apM" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"apN" = ( -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/obj/structure/table/reinforced, -/obj/item/storage/belt/utility, -/obj/item/multitool, -/obj/item/clothing/glasses/meson, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"apO" = ( -/obj/machinery/camera{ - c_tag = "Customs Desk"; - dir = 4; - pixel_y = -22 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/machinery/computer/card, -/turf/simulated/floor/plasteel{ - icon_state = "bluefull" - }, -/area/bridge/checkpoint/north) -"apR" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "bluecorner" - }, -/area/hallway/secondary/entry/louge) -"apT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/hallway/secondary/entry/louge) -"apY" = ( -/obj/structure/shuttle/engine/heater, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate) -"apZ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/item/pen, -/obj/machinery/door/window/brigdoor/southright{ - dir = 8; - name = "Security Checkpoint"; - pixel_x = -8; - req_access_txt = "1" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/checkpoint2) -"aqa" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - dir = 1; - pixel_x = 28 - }, -/obj/machinery/computer/security{ - network = list("SS13","Research Outpost","Mining Outpost") - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/checkpoint2) -"aqc" = ( -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"aqf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "neutral" - }, -/area/engine/mechanic_workshop/expedition) -"aqg" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/louge) -"aqh" = ( -/obj/machinery/door/airlock/shuttle{ - id_tag = "s_docking_airlock" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aqq" = ( -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"aqr" = ( -/obj/machinery/sleeper/syndie{ - dir = 4 - }, -/obj/item/radio/intercom/syndicate{ - pixel_x = -28 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"aqs" = ( -/obj/structure/closet/crate/medical, -/obj/item/reagent_containers/glass/bottle/morphine, -/obj/item/storage/box/beakers, -/obj/item/robot_parts/l_arm, -/obj/item/robot_parts/r_arm, -/obj/item/clothing/mask/surgical, -/obj/item/reagent_containers/iv_bag/blood/OMinus, -/obj/item/tank/anesthetic, -/obj/item/clothing/mask/breath/medical, -/obj/item/robot_parts/l_leg, -/obj/item/robot_parts/r_leg, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"aqt" = ( -/obj/structure/table, -/obj/item/reagent_containers/syringe/charcoal, -/obj/item/reagent_containers/syringe/charcoal{ - pixel_y = 2 - }, -/obj/item/reagent_containers/syringe/charcoal{ - pixel_y = 4 - }, -/obj/item/gun/syringe/syndicate, -/obj/item/storage/firstaid/regular, -/obj/item/storage/firstaid/adv, -/obj/item/storage/box/syndie_kit/bonerepair, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"aqu" = ( -/obj/structure/table/reinforced, -/turf/simulated/floor/wood{ - icon_state = "wood-broken7"; - tag = "icon-wood-broken7" - }, -/area/maintenance/abandonedbar) -"aqx" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/flag/syndi{ - layer = 5 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"aqz" = ( -/obj/structure/table, -/obj/item/multitool{ - pixel_x = 11; - pixel_y = 5 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 10; - pixel_y = -5 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 10; - pixel_y = -5 - }, -/obj/item/assembly/signaler{ - pixel_y = 11 - }, -/obj/item/assembly/signaler{ - pixel_y = 11 - }, -/obj/item/assembly/signaler{ - pixel_y = 11 - }, -/obj/item/assembly/infra{ - pixel_x = -2; - pixel_y = -5 - }, -/obj/item/assembly/infra{ - pixel_x = -2; - pixel_y = -5 - }, -/obj/item/assembly/voice{ - pixel_x = -10; - pixel_y = 12 - }, -/obj/item/assembly/voice{ - pixel_x = -10; - pixel_y = 12 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"aqA" = ( -/obj/machinery/optable, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration) -"aqB" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A5"; - location = "A4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/westarrival) -"aqF" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aqH" = ( -/turf/simulated/floor/wood, -/area/security/vacantoffice) -"aqK" = ( -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/machinery/computer/med_data, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "blue" - }, -/area/bridge/checkpoint/north) -"aqM" = ( -/obj/structure/table/wood, -/obj/item/camera_film, -/obj/item/camera_film, -/turf/simulated/floor/wood, -/area/security/vacantoffice) -"aqN" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "blue" - }, -/area/bridge/checkpoint/north) -"aqQ" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/hallway/secondary/entry/louge) -"aqV" = ( -/obj/machinery/ai_status_display{ - pixel_x = 32 - }, -/obj/machinery/computer/secure_data, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/checkpoint2) -"aqY" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A2"; - location = "A1" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/eastarrival) -"ara" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"arb" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"ark" = ( -/obj/machinery/chem_master, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration) -"arl" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/administration) -"arm" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"arn" = ( -/obj/structure/lattice, -/obj/structure/lattice, -/turf/space, -/turf/space, -/area/space/nearstation) -"aro" = ( -/obj/machinery/bodyscanner{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration) -"ars" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/closet/emcloset, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/medical/research/nhallway) -"aru" = ( -/turf/simulated/wall/r_wall, -/area/security/permabrig) -"arw" = ( -/obj/machinery/door/airlock{ - name = "Internal Affairs Office"; - req_access_txt = "38" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"arA" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_x = -32 - }, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"arD" = ( -/obj/structure/filingcabinet, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "blue" - }, -/area/bridge/checkpoint/north) -"arF" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "bluecorner" - }, -/area/hallway/secondary/entry/louge) -"arG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/louge) -"arH" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"arL" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "redcorner" - }, -/area/hallway/secondary/entry/louge) -"arM" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/additional) -"arO" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/closet/secure_closet/security, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "red" - }, -/area/security/checkpoint2) -"arP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"arR" = ( -/obj/machinery/door/window{ - name = "Bar Door"; - req_access_txt = "25" - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"arT" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_x = 32 - }, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"arX" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"asb" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; - name = "KEEP CLEAR: DOCKING AREA" - }, -/turf/simulated/wall/r_wall, -/area/engine/mechanic_workshop/expedition) -"asd" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"asg" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"asi" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/westarrival) -"ask" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"asl" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 1; - tag = "icon-propulsion (NORTH)" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/arrival/station) -"asm" = ( -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/shuttle/arrival/station) -"asq" = ( -/obj/effect/decal/warning_stripes/west, -/obj/item/radio/intercom{ - pixel_x = -30 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"asr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/eastarrival) -"asD" = ( -/turf/simulated/wall/rust, -/area/security/checkpoint2) -"asE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "neutral" - }, -/area/engine/mechanic_workshop/expedition) -"asF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/light/small, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"asH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/engine/mechanic_workshop/expedition) -"asP" = ( -/obj/machinery/computer/operating, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"asQ" = ( -/obj/structure/table, -/obj/item/multitool, -/obj/item/stack/sheet/glass{ - amount = 10 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"asR" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxstarboard) -"asT" = ( -/turf/space, -/turf/simulated/wall, -/area/hallway/secondary/entry/additional) -"asU" = ( -/obj/item/radio/intercom{ - dir = 8; - pixel_x = -28 - }, -/obj/machinery/recharge_station, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"asW" = ( -/obj/structure/table/glass, -/obj/item/circular_saw, -/obj/item/surgicaldrill, -/obj/item/clothing/gloves/color/latex/nitrile, -/obj/structure/sink{ - dir = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"asX" = ( -/obj/item/trash/liquidfood, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"asY" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/checkpoint2) -"atc" = ( -/obj/structure/mirror{ - pixel_y = -30 - }, -/obj/structure/sink{ - dir = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"atd" = ( -/turf/simulated/wall/r_wall, -/area/engine/controlroom) -"atl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"atm" = ( -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"atq" = ( -/obj/structure/closet/wardrobe/mixed, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"atr" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"atv" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Customs Desk"; - req_access_txt = "19" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/bridge/checkpoint/north) -"atx" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/secondary/entry/louge) -"atA" = ( -/obj/machinery/vending/snack, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/hallway/secondary/entry/louge) -"atB" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/hallway/secondary/entry/louge) -"atE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"atL" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/yellow, -/obj/item/radio/intercom{ - pixel_x = 30 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"atM" = ( -/obj/structure/sink{ - dir = 1 - }, -/obj/structure/mirror{ - pixel_y = -30 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"atO" = ( -/obj/machinery/suit_storage_unit/syndicate/secure, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"atR" = ( -/obj/machinery/vending/medical, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration) -"atV" = ( -/obj/machinery/light, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration) -"atW" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"aua" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"auc" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aud" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aue" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"auf" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"auk" = ( -/obj/machinery/vending/hydronutrients, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"aul" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/westarrival) -"aun" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/warden) -"auo" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"aup" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f6" - }, -/area/shuttle/arrival/station) -"auq" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall12" - }, -/area/shuttle/arrival/station) -"auw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall, -/area/maintenance/disposal) -"aux" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"auy" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f10" - }, -/area/shuttle/arrival/station) -"auz" = ( -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/secondary/entry/louge) -"auB" = ( -/obj/machinery/door_control{ - id = "hangar"; - name = "Hangar Doors Control"; - pixel_y = -8; - req_one_access_txt = "18;70;71;48" - }, -/turf/simulated/wall/r_wall, -/area/engine/mechanic_workshop/hangar) -"auE" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Fore Starboard"; - dir = 4; - pixel_y = -22 - }, -/obj/machinery/status_display{ - layer = 4; - pixel_x = -32 - }, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"auF" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "QMLoad" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"auH" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/table/reinforced, -/obj/item/clothing/suit/radiation, -/obj/item/clothing/head/radiation, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"auJ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/eastarrival) -"auS" = ( -/obj/machinery/door/airlock/external{ - name = "Arrival Airlock" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"auW" = ( -/obj/structure/particle_accelerator/particle_emitter/center{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engine/engineering) -"auZ" = ( -/obj/structure/shuttle/engine/propulsion{ - icon_state = "propulsion_l"; - tag = "icon-propulsion_l" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate) -"avb" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"avd" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Hangar"; - req_one_access_txt = "18;70;71;48" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"avf" = ( -/obj/structure/disposalpipe/junction{ - dir = 8; - tag = "icon-pipe-j1 (EAST)" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A39"; - location = "A38" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/louge) -"avg" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"avi" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; - name = "KEEP CLEAR: DOCKING AREA" - }, -/turf/simulated/wall/r_wall, -/area/engine/mechanic_workshop) -"avj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"avk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"avm" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/reagent_dispensers/fueltank/chem{ - pixel_x = 32; - pixel_y = 32 - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop) -"avq" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"avr" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"avt" = ( -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"avw" = ( -/obj/structure/shuttle/engine/propulsion, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate) -"avx" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/structure/sign/nosmoking_2{ - pixel_y = -32 - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"avB" = ( -/obj/machinery/atmospherics/trinary/filter{ - dir = 4; - filter_type = "n2"; - name = "nitrogen filter"; - on = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"avC" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 10 - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"avD" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/item/twohanded/required/kirbyplants, -/obj/structure/sign/nosmoking_2{ - pixel_x = 32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"avE" = ( -/obj/machinery/chem_dispenser, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration) -"avF" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"avH" = ( -/obj/machinery/door_control{ - desc = "A remote control-switch for the pod doors."; - id = "secpodbay"; - name = "Pod Door Control"; - pixel_x = 26; - pixel_y = -7 - }, -/obj/machinery/camera{ - c_tag = "Hangar East North"; - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"avL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"avS" = ( -/turf/simulated/shuttle/floor, -/area/shuttle/administration) -"avX" = ( -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall/rust, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"avZ" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/landmark/start{ - name = "Cyborg" - }, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"awb" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/airlock/public/glass, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"awc" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/airlock/public/glass, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/fore) -"awd" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/airlock/public/glass, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"awg" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxstarboard) -"awh" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/hallway/secondary/entry/louge) -"awk" = ( -/obj/machinery/computer/scan_consolenew, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration) -"awl" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"awo" = ( -/obj/structure/sign/vacuum{ - pixel_x = -32 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"awr" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall7" - }, -/area/shuttle/arrival/station) -"aws" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall11" - }, -/area/shuttle/arrival/station) -"aww" = ( -/turf/simulated/wall, -/area/maintenance/abandonedbar) -"awA" = ( -/obj/structure/sign/vacuum{ - pixel_x = -32 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"awC" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"awF" = ( -/obj/structure/chair/comfy/shuttle, -/turf/simulated/shuttle/floor, -/area/shuttle/administration) -"awH" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"awI" = ( -/obj/machinery/status_display, -/turf/simulated/wall/r_wall, -/area/engine/supermatter) -"awJ" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"awM" = ( -/obj/structure/chair/comfy/shuttle, -/obj/machinery/light/spot{ - dir = 4; - tag = "icon-tube1 (EAST)" - }, -/obj/machinery/door_control{ - id = "adminshuttleshutters"; - name = "Shutter control"; - pixel_x = 35; - pixel_y = -5; - req_access = list(101) - }, -/obj/machinery/door_control{ - id = "adminshuttleblast"; - name = "Blast door control"; - pixel_x = 35; - pixel_y = 5; - req_access = list(101) - }, -/turf/simulated/shuttle/floor, -/area/shuttle/administration) -"awP" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 28 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"awQ" = ( -/obj/machinery/light, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"awU" = ( -/obj/structure/closet/wardrobe/black, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"awV" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"awW" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"awX" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"awY" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "18;70;71;48" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"axa" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"axc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random_spawners/blood_maybe, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"axd" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"axf" = ( -/obj/machinery/light/spot{ - dir = 4; - tag = "icon-tube1 (EAST)" - }, -/obj/machinery/computer/shuttle/ferry/request, -/turf/simulated/shuttle/floor, -/area/shuttle/transport) -"axg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/additional) -"axh" = ( -/obj/structure/sign/vacuum{ - pixel_x = -32 - }, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"axj" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/secondary/entry/louge) -"axm" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/security/checkpoint2) -"axq" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/item/hand_labeler, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/storage) -"axu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/westarrival) -"axw" = ( -/obj/machinery/atmospherics/unary/tank/air{ - dir = 1 - }, -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/shuttle/syndicate) -"axA" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/additional) -"axD" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/computer/rdconsole/mechanics, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/mechanic_workshop) -"axE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"axG" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 10 - }, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/engine/supermatter) -"axM" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/visible/universal, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"axN" = ( -/obj/effect/decal/warning_stripes/east, -/obj/structure/sign/vacuum{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"axP" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/engine/controlroom) -"axT" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"axU" = ( -/obj/structure/closet/emcloset, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"ayb" = ( -/obj/structure/table/reinforced, -/obj/item/storage/firstaid/regular, -/obj/machinery/camera{ - c_tag = "Arrivals Shuttle North"; - dir = 6 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aye" = ( -/obj/machinery/atmospherics/unary/outlet_injector/on{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/engine/controlroom) -"ayi" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"ayj" = ( -/obj/structure/sign/directions/engineering{ - pixel_y = 8 - }, -/obj/structure/sign/directions/science{ - pixel_y = 1 - }, -/obj/structure/sign/directions/evac{ - pixel_y = -8 - }, -/turf/simulated/wall, -/area/janitor) -"aym" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/janitor) -"ayo" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/eastarrival) -"ayr" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/apmaint) -"ays" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/maintenance/apmaint) -"ayv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"ayw" = ( -/turf/space, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"ayA" = ( -/turf/simulated/wall, -/area/quartermaster/sorting) -"ayB" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/westarrival) -"ayD" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"ayH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop) -"ayI" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Mechanic Workshop"; - req_access_txt = "70" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop) -"ayK" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/eastarrival) -"ayQ" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 8; - id_tag = "hangar"; - name = "Hangar Gate" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/hangar) -"ayU" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "purplecorner" - }, -/area/hallway/primary/aft) -"ayW" = ( -/obj/machinery/camera{ - c_tag = "Fore Hallway North 2"; - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"ayZ" = ( -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/machinery/camera{ - c_tag = "Hangar North"; - dir = 6 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"aza" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"azf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"azi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/janitor) -"azj" = ( -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"azk" = ( -/obj/effect/landmark/start{ - name = "Janitor" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/janitor) -"azl" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"azp" = ( -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"azr" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkyellowcorners" - }, -/area/engine/mechanic_workshop/hangar) -"azs" = ( -/obj/machinery/alarm{ - dir = 4; - pixel_x = -22 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"azu" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"azv" = ( -/obj/structure/closet/crate/internals, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"azw" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"azx" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Bay"; - req_access_txt = "31" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"azy" = ( -/obj/machinery/hologram/holopad, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"azz" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"azA" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"azB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"azC" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/closet/crate, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"azM" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall12" - }, -/area/shuttle/administration) -"azP" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"azQ" = ( -/obj/machinery/power/solar{ - name = "Aft Starboard Solar Panel" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" - }, -/area/solar/auxstarboard) -"azS" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall3" - }, -/area/shuttle/administration) -"azU" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; - dir = 1; - name = "Труба подачи азота в реактор" - }, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"azW" = ( -/obj/machinery/computer/camera_advanced/shuttle_docker/admin{ - name = "NTV Argos shuttle navigation computer" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/administration) -"aAa" = ( -/obj/machinery/computer/shuttle/admin{ - name = "NTV Argos shuttle console" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/administration) -"aAc" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/additional) -"aAn" = ( -/obj/machinery/computer/communications, -/turf/simulated/shuttle/floor, -/area/shuttle/administration) -"aAs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/additional) -"aAt" = ( -/obj/structure/janitorialcart, -/obj/machinery/light_switch{ - pixel_y = -26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "purple" - }, -/area/janitor) -"aAv" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/glass{ - amount = 10 - }, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/item/crowbar, -/obj/machinery/light, -/obj/machinery/computer/guestpass{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "purple" - }, -/area/janitor) -"aAB" = ( -/obj/structure/table/wood, -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/item/newspaper, -/obj/item/newspaper, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"aAC" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"aAE" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/starboard) -"aAG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"aAI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/mechanic_workshop) -"aAJ" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 1; - tag = "icon-propulsion (NORTH)" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/transport) -"aAK" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"aAM" = ( -/obj/machinery/door/airlock/shuttle{ - id_tag = "s_docking_airlock" - }, -/obj/structure/fans/tiny, -/turf/simulated/shuttle/floor, -/area/shuttle/transport) -"aAN" = ( -/obj/machinery/door/airlock/external{ - locked = 1 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aAO" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/closet/walllocker/emerglocker/north, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/port) -"aAQ" = ( -/obj/machinery/door/airlock/shuttle{ - id_tag = "s_docking_airlock" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/shuttle/arrival/station) -"aAW" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK" - }, -/turf/simulated/floor/plating, -/area/quartermaster/storage) -"aAY" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Mechanic Office"; - dir = 8; - network = list("Engineering","SS13"); - pixel_y = -1 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/mechanic_workshop) -"aBb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/whiskey{ - pixel_x = -2; - pixel_y = 13 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"aBc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/westarrival) -"aBd" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -25 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"aBe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aBh" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'RADIOACTIVE AREA'"; - icon_state = "radiation"; - name = "RADIOACTIVE AREA" - }, -/turf/simulated/wall/r_wall, -/area/engine/supermatter) -"aBj" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"aBl" = ( -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"aBm" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/space, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/additional) -"aBn" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aBp" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swallc2" - }, -/area/shuttle/administration) -"aBr" = ( -/obj/machinery/door/airlock/maintenance{ - name = "construction access" - }, -/obj/structure/barricade/wooden, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"aBs" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"aBt" = ( -/turf/simulated/wall, -/area/maintenance/engrooms) -"aBx" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/janitor) -"aBy" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atm{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"aBz" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"aBB" = ( -/obj/machinery/door/airlock/centcom{ - id_tag = "adminshuttle"; - name = "Medbay"; - opacity = 1; - req_access_txt = "101" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"aBF" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"aBI" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/disposalpipe/sortjunction{ - dir = 1; - name = "Quartermaster Junction"; - sortType = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"aBO" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/westarrival) -"aBS" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"aBU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"aBV" = ( -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "engsm"; - name = "Supermatter Blast Doors"; - opacity = 0 - }, -/obj/effect/decal/warning_stripes/east, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/engine/supermatter) -"aBX" = ( -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aBZ" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aCb" = ( -/obj/structure/lattice, -/turf/space, -/turf/space, -/area/space/nearstation) -"aCc" = ( -/obj/machinery/power/tracker, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" - }, -/area/solar/auxstarboard) -"aCe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/random/toolbox, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"aCf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"aCi" = ( -/obj/machinery/power/rad_collector, -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/greengrid, -/area/engine/supermatter) -"aCo" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"aCq" = ( -/obj/machinery/door/airlock/public/glass, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"aCv" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"aCx" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/sorting) -"aCA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall, -/area/quartermaster/sorting) -"aCC" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - icon_state = "swall12" - }, -/area/shuttle/administration) -"aCD" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/closet/firecloset, -/obj/item/radio/intercom{ - pixel_x = -30 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"aCE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/southeastcorner, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"aCF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/light, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"aCG" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the Special Ops team."; - name = "Spec Ops Monitor"; - network = list("ERT"); - pixel_y = 30 - }, -/obj/machinery/computer/shuttle/ert, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops) -"aCU" = ( -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "vault" - }, -/area/engine/mechanic_workshop) -"aCV" = ( -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "engsm"; - name = "Supermatter Blast Doors"; - opacity = 0 - }, -/obj/machinery/door/airlock/highsecurity{ - heat_proof = 1; - name = "Supermatter Chamber"; - req_one_access_txt = "24; 10" - }, -/turf/simulated/floor/engine, -/area/engine/supermatter) -"aDc" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/machinery/alarm{ - pixel_y = 23 - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/meter, -/turf/simulated/floor/plasteel, -/area/engine/supermatter) -"aDe" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/binary/volume_pump/on, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aDf" = ( -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop) -"aDg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"aDh" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aDj" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/additional) -"aDl" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"aDm" = ( -/obj/structure/bed, -/obj/item/bedsheet/orange, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"aDn" = ( -/obj/effect/decal/warning_stripes/east, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop) -"aDu" = ( -/obj/effect/decal/warning_stripes/east, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"aDx" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"aDA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/additional) -"aDC" = ( -/obj/machinery/power/supermatter_shard{ - anchored = 1 - }, -/turf/simulated/floor/engine, -/area/engine/supermatter) -"aDD" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"aDE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/westarrival) -"aDF" = ( -/obj/machinery/computer/shuttle/trade/sol, -/turf/simulated/floor/carpet/black, -/area/shuttle/trade/sol) -"aDG" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -23 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aDI" = ( -/turf/simulated/wall, -/area/janitor) -"aDL" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/table/reinforced, -/obj/item/hand_labeler, -/obj/item/stamp/granted{ - pixel_x = 3; - pixel_y = -4 - }, -/obj/item/stamp/denied{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/radio/intercom{ - dir = 0; - pixel_x = -28 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"aDM" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall2"; - tag = "icon-swall2" - }, -/area/shuttle/arrival/station) -"aDN" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/vending/snack, -/obj/effect/decal/warning_stripes/yellow, -/obj/item/radio/intercom{ - pixel_x = -30 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"aDO" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/eastarrival) -"aDP" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"aDR" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/eastarrival) -"aDS" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f9" - }, -/area/shuttle/arrival/station) -"aEb" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aEc" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 8; - id_tag = "hangar"; - name = "Hangar Gate" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/hangar) -"aEd" = ( -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "engsm"; - name = "Supermatter Blast Doors"; - opacity = 0 - }, -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/engine/supermatter) -"aEe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"aEg" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aEh" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/toolbox/mechanical, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/teleporter/abandoned) -"aEi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"aEj" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aEl" = ( -/obj/effect/decal/warning_stripes/southwest, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "vault" - }, -/area/engine/mechanic_workshop) -"aEm" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"aEn" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aEo" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"aEp" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "neutral" - }, -/area/maintenance/engrooms) -"aEr" = ( -/obj/machinery/door_control{ - id = "mechanicgate"; - name = "Mechanic Pod Door"; - pixel_x = 24; - pixel_y = -24; - req_access_txt = "70" - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop) -"aEs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/janitor) -"aEt" = ( -/obj/effect/decal/warning_stripes/east, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/door/poddoor/multi_tile/two_tile_ver{ - id_tag = "mechanicgate" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop) -"aEu" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aEw" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkyellowcorners" - }, -/area/engine/mechanic_workshop/hangar) -"aEx" = ( -/obj/machinery/power/solar{ - name = "Aft Starboard Solar Panel" - }, -/obj/structure/cable, -/turf/space, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" - }, -/area/solar/auxstarboard) -"aEy" = ( -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxstarboard) -"aEB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/sorting) -"aEF" = ( -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"aEL" = ( -/obj/machinery/flasher{ - id = "soltraderflash"; - pixel_x = -30 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/shuttle/trade/sol) -"aEM" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"aEN" = ( -/obj/structure/closet{ - icon_closed = "grey"; - icon_state = "grey"; - name = "Donksoft gear" - }, -/obj/effect/spawner/lootdrop/trade_sol/donksoft{ - loot = list(/obj/item/gun/projectile/automatic/c20r/toy = 50, /obj/item/gun/projectile/automatic/c20r/toy = 50, /obj/item/gun/projectile/automatic/c20r/toy = 50, /obj/item/gun/projectile/automatic/l6_saw/toy = 50, /obj/item/gun/projectile/automatic/l6_saw/toy = 50, /obj/item/gun/projectile/automatic/toy/pistol = 100, /obj/item/gun/projectile/automatic/toy/pistol = 100, /obj/item/gun/projectile/automatic/toy/pistol/enforcer = 50, /obj/item/gun/projectile/automatic/toy/pistol/enforcer = 50, /obj/item/gun/projectile/shotgun/toy = 50, /obj/item/gun/projectile/shotgun/toy = 50, /obj/item/gun/projectile/shotgun/toy/crossbow = 50, /obj/item/gun/projectile/shotgun/toy/crossbow = 50, /obj/item/gun/projectile/shotgun/toy/tommygun = 50, /obj/item/gun/projectile/shotgun/toy/tommygun = 50, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 50, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 50, /obj/item/ammo_box/foambox/sniper = 50, /obj/item/ammo_box/foambox = 50, /obj/item/ammo_box/foambox = 50, /obj/item/ammo_box/foambox = 50, /obj/item/ammo_box/foambox/riot = 50, /obj/item/ammo_box/foambox/riot = 50, /obj/item/ammo_box/foambox/sniper/riot = 50, /obj/item/twohanded/toy/chainsaw = 50, /obj/item/twohanded/dualsaber/toy = 50); - lootcount = 8; - name = "2. Donksoft gear" - }, -/turf/simulated/floor/wood, -/area/shuttle/trade/sol) -"aES" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aEV" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxstarboard) -"aEY" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/armoury) -"aEZ" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"aFa" = ( -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" - }, -/obj/machinery/computer/camera_advanced/shuttle_docker/ert, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops) -"aFc" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/controlroom) -"aFf" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/clothing/glasses/welding, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aFg" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aFj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/remains/human, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -25 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"aFl" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/northwestcorner, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aFo" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "Clown"; - name = "Clown Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/clownoffice) -"aFq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall, -/area/crew_quarters/bar) -"aFr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/structure/sign/poster/random{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"aFt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/bar) -"aFu" = ( -/turf/simulated/wall, -/area/hallway/secondary/entry/additional) -"aFy" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/sign/vacuum, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry) -"aFA" = ( -/turf/simulated/wall, -/area/crew_quarters/bar) -"aFB" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aFF" = ( -/obj/effect/spawner/window/reinforced, -/turf/space, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/westarrival) -"aFH" = ( -/obj/machinery/door/airlock/external{ - id_tag = "s_docking_airlock"; - name = "Shuttle Hatch"; - req_access_txt = "109" - }, -/obj/docking_port/mobile{ - dir = 8; - dwidth = 2; - height = 11; - id = "specops"; - name = "ert shuttle"; - roundstart_move = "specops_away"; - width = 5 - }, -/obj/docking_port/stationary{ - dir = 8; - dwidth = 2; - height = 11; - id = "specops_home"; - name = "port bay 2"; - width = 5 - }, -/obj/structure/fans/tiny, -/turf/simulated/shuttle/plating, -/area/shuttle/specops) -"aFI" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/stalkybush, -/obj/structure/window/full/shuttle{ - icon_state = "8" - }, -/turf/simulated/floor/plating, -/area/shuttle/arrival/station) -"aFL" = ( -/obj/structure/closet/crate/internals, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"aFT" = ( -/obj/machinery/vending/cola, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"aFU" = ( -/obj/effect/decal/warning_stripes/northwestcorner, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aFV" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "yellow" - }, -/area/engine/mechanic_workshop) -"aFY" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aGa" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/twohanded/required/kirbyplants, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "yellow" - }, -/area/engine/mechanic_workshop) -"aGc" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/closet/emcloset, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"aGh" = ( -/obj/structure/grille, -/obj/structure/shuttle/window, -/turf/simulated/shuttle/plating, -/area/shuttle/transport) -"aGk" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/window/eastright{ - dir = 2; - name = "Clown Delivery"; - req_access_txt = "46" - }, -/turf/simulated/floor/plasteel{ - icon_state = "bar" - }, -/area/clownoffice) -"aGl" = ( -/obj/structure/chair/comfy/shuttle, -/turf/simulated/shuttle/floor, -/area/shuttle/transport) -"aGm" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/floodlight, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aGn" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/camera{ - c_tag = "Service Hall North"; - dir = 4; - pixel_y = -22 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"aGo" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/bar) -"aGp" = ( -/obj/effect/landmark/start{ - name = "Bartender" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/bar) -"aGq" = ( -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"aGr" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"aGt" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"aGu" = ( -/obj/machinery/door_control{ - id = "Bar"; - name = "Bar Privacy Shutters Control"; - pixel_x = -25; - req_access_txt = "28" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"aGw" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"aGx" = ( -/obj/effect/landmark/start{ - name = "Bartender" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"aGy" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aGz" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"aGD" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window{ - dir = 2 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/quartermaster/delivery) -"aGE" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window{ - dir = 2 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/quartermaster/delivery) -"aGF" = ( -/obj/effect/landmark{ - name = "HONKsquad" - }, -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aGI" = ( -/obj/structure/chair/comfy/brown, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/storage) -"aGJ" = ( -/obj/effect/landmark{ - name = "HONKsquad" - }, -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aGL" = ( -/obj/item/radio/beacon, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"aGM" = ( -/turf/space, -/turf/simulated/wall/r_wall, -/area/engine/mechanic_workshop) -"aGO" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "70" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"aGQ" = ( -/obj/machinery/door/airlock/external{ - name = "Arrival Airlock" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"aGZ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/turbine) -"aHb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"aHc" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"aHe" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aHf" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aHi" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/south, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aHn" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aHo" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aHs" = ( -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" - }, -/obj/structure/closet{ - icon_closed = "red"; - icon_state = "red"; - name = "Sec. gear" - }, -/obj/effect/spawner/lootdrop/trade_sol/sec{ - loot = list(/obj/item/clothing/gloves/combat = 50, /obj/item/grenade/clusterbuster/smoke = 50, /obj/item/clothing/suit/armor/laserproof = 50, /obj/item/clothing/suit/armor/vest/combat = 50, /obj/item/clothing/suit/armor/vest/combat = 50, /obj/item/clothing/suit/armor/vest/combat = 50, /obj/item/kitchen/knife/combat = 50, /obj/item/kitchen/knife/combat = 50, /obj/item/kitchen/knife/combat = 50, /obj/item/fluff/desolate_baton_kit = 50, /obj/item/storage/belt/military/assault = 50, /obj/item/storage/belt/military/assault = 50, /obj/item/storage/belt/military/assault = 50, /obj/item/clothing/mask/gas/sechailer/swat = 50, /obj/item/clothing/mask/gas/sechailer/swat = 50, /obj/item/clothing/suit/space/swat = 50, /obj/item/clothing/suit/space/swat = 50, /obj/item/clothing/glasses/thermal = 50, /obj/item/storage/box/enforcer_rubber = 50, /obj/item/storage/box/enforcer_rubber = 50, /obj/item/storage/box/enforcer_lethal = 50, /obj/item/melee/classic_baton/telescopic = 50, /obj/item/melee/classic_baton/telescopic = 50, /obj/item/gun/projectile/shotgun/automatic/combat = 50, /obj/item/gun/projectile/shotgun/automatic/combat = 50, /obj/item/gun/projectile/shotgun/automatic/combat = 50, /obj/item/gun/projectile/shotgun/automatic/dual_tube = 50, /obj/item/gun/projectile/shotgun/automatic/dual_tube = 50, /obj/item/storage/box/buck = 50, /obj/item/storage/box/buck = 50, /obj/item/storage/box/buck = 50, /obj/item/ammo_box/shotgun/buck = 50, /obj/item/ammo_box/shotgun/buck = 50, /obj/item/grenade/clusterbuster = 50, /obj/item/grenade/clusterbuster = 50, /obj/item/grenade/clusterbuster/teargas = 50, /obj/item/grenade/clusterbuster/n2o = 50); - lootcount = 10; - name = "1. Sec. gear" - }, -/turf/simulated/floor/wood, -/area/shuttle/trade/sol) -"aHu" = ( -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"aHw" = ( -/obj/structure/table/reinforced, -/obj/item/toy/figure/mime{ - pixel_x = 6; - pixel_y = 1 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/mimeoffice) -"aHy" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"aHB" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/bar) -"aHD" = ( -/obj/structure/table/wood, -/obj/item/ammo_box/shotgun/beanbag, -/obj/item/gun/projectile/revolver/doublebarrel, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"aHE" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/crew_quarters/bar) -"aHF" = ( -/obj/machinery/smartfridge/drinks{ - opacity = 1 - }, -/obj/machinery/door/window/eastleft{ - dir = 1; - name = "Bar Desk"; - req_access_txt = "25" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"aHG" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/engine/mechanic_workshop) -"aHJ" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -26 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"aHM" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 8; - icon_state = "burst_l" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/specops) -"aHO" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aHS" = ( -/obj/machinery/computer/card, -/turf/simulated/shuttle/floor, -/area/shuttle/administration) -"aHT" = ( -/obj/machinery/door/airlock/external{ - id_tag = "s_docking_airlock"; - name = "Shuttle Hatch"; - req_access_txt = "109" - }, -/obj/structure/fans/tiny, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops) -"aHZ" = ( -/obj/structure/table, -/obj/item/storage/firstaid, -/turf/simulated/floor/plasteel, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"aIh" = ( -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"aIl" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"aIo" = ( -/obj/structure/particle_accelerator/fuel_chamber{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engine/engineering) -"aIr" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/turbine) -"aIs" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/turbine) -"aIt" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/atmos/glass{ - name = "Turbine Generator Access"; - req_access_txt = "24" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/maintenance/turbine) -"aIu" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aIz" = ( -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" - }, -/obj/structure/closet{ - icon_closed = "green"; - icon_state = "green"; - name = "Service gear" - }, -/obj/effect/spawner/lootdrop/trade_sol/serv{ - loot = list(/obj/item/storage/box/beakers/bluespace = 50, /obj/item/storage/box/monkeycubes = 50, /obj/item/storage/box/monkeycubes = 50, /obj/item/storage/box/stockparts/deluxe = 50, /obj/item/storage/box/rndboards = 50, /obj/item/reagent_containers/spray/cleaner = 50, /obj/item/soap = 50, /obj/item/clothing/under/syndicate/combat = 50, /obj/item/soap/syndie = 50, /obj/item/lighter/zippo/gonzofist = 50, /obj/item/clothing/under/psyjump = 50, /obj/item/immortality_talisman = 50, /obj/item/t_scanner/adv_mining_scanner = 50, /obj/item/storage/box/bartender_rare_ingredients_kit = 50, /obj/item/storage/box/chef_rare_ingredients_kit = 50, /obj/item/grenade/clusterbuster/cleaner = 50, /obj/item/mining_voucher = 50, /obj/item/gun/energy/kinetic_accelerator/experimental = 50, /obj/item/borg/upgrade/modkit/aoe/turfs/andmobs = 50, /obj/item/seeds/random/labelled = 50, /obj/item/seeds/random/labelled = 50, /obj/item/seeds/random/labelled = 50, /obj/item/grenade/clusterbuster/honk = 50, /obj/item/bikehorn/golden = 50); - lootcount = 8; - name = "7. Service gear" - }, -/turf/simulated/floor/wood, -/area/shuttle/trade/sol) -"aIB" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/shuttle/specops) -"aIC" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/additional) -"aIE" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aII" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/westarrival) -"aIJ" = ( -/obj/structure/closet/wardrobe/yellow, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aIO" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"aIP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "caution" - }, -/area/maintenance/engrooms) -"aIU" = ( -/turf/simulated/shuttle/wall{ - icon_state = "gwall_f1" - }, -/area/shuttle/specops) -"aIX" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -23 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"aJa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10; - initialize_directions = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"aJb" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A7"; - location = "A6" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"aJg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"aJh" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"aJl" = ( -/obj/machinery/door/airlock/external{ - id_tag = "s_docking_airlock"; - name = "Shuttle Hatch"; - req_access_txt = "31" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/supply) -"aJm" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/conveyor/east{ - id = "QMLoad" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"aJr" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/brigstaff) -"aJu" = ( -/obj/structure/rack, -/obj/item/weldingtool, -/obj/item/clothing/head/welding, -/obj/item/assembly/voice, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"aJv" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"aJy" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/controlroom) -"aJz" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aJC" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"aJF" = ( -/obj/effect/decal/warning_stripes/east, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aJK" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 8; - name = "Gas to Thermo" - }, -/turf/simulated/floor/plasteel, -/area/maintenance/turbine) -"aJL" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel, -/area/maintenance/turbine) -"aJN" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aJO" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/southeast, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aJQ" = ( -/obj/machinery/light/small, -/obj/effect/decal/warning_stripes/southwest, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aJV" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 28 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aJW" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -22 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/radiation, -/obj/item/clothing/glasses/meson, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aJY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/atmos) -"aKc" = ( -/obj/structure/closet{ - icon_closed = "pink"; - icon_state = "pink"; - name = "Science gear" - }, -/obj/effect/spawner/lootdrop/trade_sol/sci{ - loot = list(/obj/item/mmi/robotic_brain = 50, /obj/item/assembly/signaler/anomaly = 50, /obj/item/mecha_parts/mecha_equipment/weapon/energy/xray = 50, /obj/item/mecha_parts/mecha_equipment/teleporter/precise = 50, /obj/item/autoimplanter/old = 50, /obj/item/paper/researchnotes = 50, /obj/item/paper/researchnotes = 50, /obj/item/slimepotion/fireproof = 50, /obj/item/slimepotion/speed = 50, /obj/item/slimepotion/enhancer = 50,/obj/item/slimepotion/slime/mutator = 50, /obj/item/slimepotion/transference = 50, /obj/item/slimepotion/slime/steroid = 50, /obj/item/slimepotion/slime/stabilizer = 50, /obj/item/slimepotion/slime/docility = 50, /obj/item/slime_extract/bluespace = 50, /obj/item/slime_extract/adamantine = 50, /obj/item/slime_extract/rainbow = 50, /obj/item/slime_extract/sepia = 50, /obj/item/assembly/signaler/anomaly/vortex = 50, /obj/item/assembly/signaler/anomaly/bluespace = 50, /obj/item/assembly/signaler/anomaly/flux = 50, /obj/item/assembly/signaler/anomaly/grav = 50, /obj/item/assembly/signaler/anomaly/pyro = 50); - lootcount = 8; - name = "6. Science gear" - }, -/turf/simulated/floor/wood, -/area/shuttle/trade/sol) -"aKd" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/light, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"aKe" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "Mime"; - name = "Mime Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/mimeoffice) -"aKg" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/engine/mechanic_workshop/hangar) -"aKi" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"aKj" = ( -/obj/machinery/door/poddoor/multi_tile/four_tile_ver{ - id_tag = "secpodbay" - }, -/obj/structure/spacepoddoor{ - luminosity = 3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aKm" = ( -/turf/simulated/shuttle/wall{ - icon_state = "gwall_f3" - }, -/area/shuttle/specops) -"aKo" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel, -/area/maintenance/turbine) -"aKq" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"aKt" = ( -/obj/machinery/door_control{ - desc = "A remote control-switch for the pod doors."; - id = "secpodbay"; - name = "Pod Door Control"; - pixel_x = -9; - pixel_y = -23 - }, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aKx" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxstarboard) -"aKy" = ( -/obj/structure/table, -/obj/item/storage/fancy/donut_box, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -23 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"aKD" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall3"; - tag = "icon-swall3" - }, -/area/shuttle/supply) -"aKF" = ( -/obj/machinery/conveyor/northwest{ - id = "QMLoad2" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"aKI" = ( -/obj/machinery/status_display, -/turf/simulated/shuttle/wall{ - icon_state = "swall12"; - tag = "icon-swall12" - }, -/area/shuttle/arrival/station) -"aKK" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxstarboard) -"aKL" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"aKM" = ( -/obj/machinery/ai_status_display, -/turf/simulated/shuttle/wall{ - icon_state = "swall12"; - tag = "icon-swall12" - }, -/area/shuttle/arrival/station) -"aKO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"aKS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/light, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"aKT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -28 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"aKW" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/item/radio/intercom{ - pixel_y = 28 - }, -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"aKY" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Turbine Generator Access"; - req_access_txt = "32" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - name = "Труба турбины" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/atmos) -"aLd" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Access"; - req_one_access_txt = "24" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"aLe" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxstarboard) -"aLf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxstarboard) -"aLg" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f6"; - tag = "icon-swall_f6" - }, -/area/shuttle/trade/sol) -"aLh" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall14" - }, -/area/shuttle/trade/sol) -"aLi" = ( -/obj/structure/window/full/shuttle, -/obj/structure/grille, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "open"; - id_tag = "trader_privacy"; - name = "Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/shuttle/plating, -/area/shuttle/trade/sol) -"aLl" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 10; - name = "Труба турбины" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/turbine) -"aLm" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f10" - }, -/area/shuttle/trade/sol) -"aLn" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 8 - }, -/turf/simulated/shuttle/plating, -/area/shuttle/specops) -"aLo" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop) -"aLp" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/shuttle/engine/heater{ - dir = 8 - }, -/turf/unsimulated/floor, -/area/shuttle/specops) -"aLr" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/maintenance/turbine) -"aLs" = ( -/obj/item/radio/intercom/specops{ - pixel_y = 28 - }, -/obj/structure/table, -/obj/item/clothing/gloves/color/yellow, -/obj/item/multitool, -/obj/item/storage/toolbox/mechanical, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops) -"aLu" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/landmark/start{ - name = "Mechanic" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "yellow" - }, -/area/engine/mechanic_workshop) -"aLx" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "solar_chapel_airlock"; - name = "interior access button"; - pixel_x = 25; - pixel_y = 25; - req_access_txt = "13" - }, -/obj/effect/decal/warning_stripes/east, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"aLy" = ( -/obj/machinery/camera{ - c_tag = "CentComm Special Ops. Shuttle"; - network = list("ERT","CentComm") - }, -/obj/machinery/recharge_station/ert, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops) -"aLB" = ( -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 32 - }, -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" - }, -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops) -"aLC" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -25 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"aLE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"aLG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aLH" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/northwestsouth, -/obj/structure/rack{ - dir = 1; - pixel_y = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aLI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"aLJ" = ( -/obj/item/flag/species/human, -/turf/simulated/floor/wood, -/area/shuttle/trade/sol) -"aLM" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"aLQ" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/turbine) -"aLV" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"aLW" = ( -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" - }, -/obj/structure/chair/comfy/shuttle, -/turf/simulated/shuttle/floor, -/area/shuttle/transport) -"aLX" = ( -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "soltradeship_south"; - name = "Security Doors"; - opacity = 0 - }, -/obj/machinery/door/airlock/shuttle/glass{ - id_tag = "soltrader_south"; - name = "trader shuttle airlock"; - req_access_txt = "160"; - security_level = 6 - }, -/turf/simulated/floor/wood, -/area/shuttle/trade/sol) -"aLZ" = ( -/obj/machinery/light/spot{ - dir = 4; - tag = "icon-tube1 (EAST)" - }, -/obj/structure/chair/comfy/shuttle, -/turf/simulated/shuttle/floor, -/area/shuttle/transport) -"aMf" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aMg" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/camera{ - c_tag = "Arrivals Shuttle South West"; - dir = 4 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aMl" = ( -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"aMm" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/toy/figure/assistant, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aMn" = ( -/turf/simulated/shuttle/wall{ - dir = 3; - icon_state = "swall1" - }, -/area/shuttle/arrival/station) -"aMp" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Center Aft"; - dir = 8 - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aMr" = ( -/obj/structure/table/reinforced, -/obj/item/folder, -/obj/item/storage/pill_bottle/dice, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aMt" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall3" - }, -/area/shuttle/arrival/station) -"aMu" = ( -/obj/structure/chair/comfy/shuttle, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aMv" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"aMz" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/hallway/secondary/entry/louge) -"aMB" = ( -/obj/structure/rack{ - dir = 1 - }, -/obj/item/extinguisher, -/obj/item/storage/belt/utility, -/obj/item/storage/toolbox/electrical, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/radio{ - pixel_y = 6 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/obj/item/weldingtool/largetank, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/engine/mechanic_workshop) -"aMC" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop) -"aMD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/securearmoury) -"aMF" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop) -"aMI" = ( -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/computer/atmoscontrol, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"aMK" = ( -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"aMM" = ( -/obj/machinery/power/solar{ - name = "Aft Starboard Solar Panel" - }, -/obj/structure/cable, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" - }, -/area/solar/auxstarboard) -"aMO" = ( -/obj/structure/sign/vacuum, -/turf/simulated/wall/r_wall, -/area/maintenance/turbine) -"aMP" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/camera{ - c_tag = "Arrivals Shuttle South East"; - dir = 8 - }, -/obj/machinery/requests_console{ - department = "Arrival Shuttle"; - name = "Arrival Shuttle Requests Console"; - pixel_x = 32 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aMT" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "redcorner" - }, -/area/hallway/secondary/entry/louge) -"aMW" = ( -/turf/simulated/wall, -/area/maintenance/gambling_den) -"aMX" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -25 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"aMY" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"aNb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"aNc" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atm{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"aNd" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/camera{ - c_tag = "Hangar Hardsuit Storage"; - dir = 4 - }, -/obj/structure/dispenser/oxygen, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aNe" = ( -/obj/effect/decal/warning_stripes/east, -/obj/item/radio/intercom{ - pixel_x = 30 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"aNf" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/firecloset, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aNg" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aNj" = ( -/obj/structure/plasticflaps, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/quartermaster/delivery) -"aNk" = ( -/turf/simulated/shuttle/floor, -/area/shuttle/supply) -"aNl" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "blue" - }, -/area/bridge/checkpoint/north) -"aNm" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"aNp" = ( -/obj/structure/chair/comfy/brown, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/hallway/secondary/entry/louge) -"aNq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redcorner" - }, -/area/hallway/secondary/entry/louge) -"aNr" = ( -/obj/effect/decal/warning_stripes/west{ - icon = 'icons/turf/floors.dmi'; - icon_state = "siding4" - }, -/obj/effect/decal/warning_stripes/west{ - icon = 'icons/turf/floors.dmi'; - icon_state = "siding8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "asteroid"; - tag = "icon-asteroid (NORTH)" - }, -/area/hydroponics) -"aNu" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/security/checkpoint2) -"aNv" = ( -/turf/simulated/floor/wood{ - icon_state = "wood-broken3"; - tag = "icon-wood-broken3" - }, -/area/maintenance/abandonedbar) -"aNw" = ( -/obj/effect/decal/warning_stripes/east, -/obj/item/radio/intercom{ - pixel_x = 30 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aNx" = ( -/obj/structure/computerframe, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aNy" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/northwest, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aNz" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 8; - icon_state = "burst_l" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/trade/sol) -"aNA" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"aNB" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/computer/podtracker, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/engine/mechanic_workshop) -"aNE" = ( -/obj/machinery/door/airlock/shuttle/glass{ - name = "trader shuttle airlock"; - req_access_txt = "160"; - security_level = 6 - }, -/turf/simulated/floor/wood, -/area/shuttle/trade/sol) -"aNF" = ( -/obj/structure/table/wood, -/turf/simulated/floor/carpet, -/area/security/vacantoffice) -"aNG" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"aNH" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood, -/area/security/vacantoffice) -"aNI" = ( -/obj/machinery/ai_status_display{ - pixel_x = 32 - }, -/obj/structure/computerframe, -/turf/simulated/floor/plasteel{ - icon_state = "carpet" - }, -/area/security/vacantoffice) -"aNJ" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/carpet, -/area/hallway/secondary/entry/louge) -"aNK" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"aNM" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/floor/carpet/black, -/area/shuttle/trade/sol) -"aNO" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall3" - }, -/area/shuttle/trade/sol) -"aNP" = ( -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" - }, -/obj/item/flag/species/human, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/shuttle/trade/sol) -"aNQ" = ( -/obj/machinery/door/airlock/external{ - id_tag = "specops_home" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"aNS" = ( -/obj/machinery/alarm{ - dir = 4; - pixel_x = -23 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"aNT" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/tank/emergency_oxygen/engi, -/obj/item/clothing/glasses/meson, -/turf/simulated/floor/plasteel{ - icon_state = "caution" - }, -/area/maintenance/turbine) -"aNX" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"aOc" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"aOd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/medical/research/nhallway) -"aOg" = ( -/turf/simulated/wall/r_wall, -/area/atmos) -"aOk" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/door/airlock/external{ - locked = 1 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aOn" = ( -/obj/structure/sink{ - pixel_y = 29 - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/security/permabrig) -"aOo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/chair/stool, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"aOq" = ( -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aOr" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/hallway/secondary/entry/louge) -"aOs" = ( -/obj/machinery/slot_machine, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"aOt" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/hallway/secondary/entry/louge) -"aOu" = ( -/obj/effect/decal/warning_stripes/southwest, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aOw" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 8 - }, -/turf/simulated/shuttle/plating, -/area/shuttle/trade/sol) -"aOx" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"aOB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/crew_quarters/chief) -"aOF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/fore) -"aOG" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop) -"aOH" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - id = "cargodisposals" - }, -/turf/simulated/floor/plating, -/area/quartermaster/delivery) -"aOJ" = ( -/obj/machinery/atm, -/turf/simulated/shuttle/wall{ - dir = 3; - icon_state = "swall1" - }, -/area/shuttle/trade/sol) -"aOK" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxport) -"aOL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"aOP" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/beebox/unwrenched, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/hydroponics) -"aOR" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/southwest, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aOS" = ( -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/shuttle/trade/sol) -"aOT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel, -/area/hydroponics/abandoned_garden) -"aOV" = ( -/obj/machinery/light/spot, -/turf/simulated/floor/wood, -/area/shuttle/trade/sol) -"aOY" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/wood, -/area/security/vacantoffice) -"aOZ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/security/checkpoint2) -"aPc" = ( -/obj/structure/chair/stool/bar, -/mob/living/simple_animal/mouse/gray, -/turf/simulated/floor/carpet, -/area/maintenance/abandonedbar) -"aPd" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"aPf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/eastarrival) -"aPg" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/status_display{ - layer = 4; - pixel_x = 32 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"aPk" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/shuttle/engine/heater{ - dir = 8 - }, -/turf/space, -/turf/unsimulated/floor, -/area/shuttle/specops) -"aPl" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 6; - name = "Труба дыхательной смеси" - }, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"aPt" = ( -/obj/structure/table/wood, -/obj/item/stack/tape_roll, -/obj/item/stack/tape_roll{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/stack/tape_roll{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/hallway/secondary/entry/louge) -"aPu" = ( -/obj/machinery/computer/communications, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the Special Ops team."; - name = "Security Station Monitor"; - network = list("SS13","Research Outpost","Mining Outpost"); - pixel_y = -30 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops) -"aPz" = ( -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/hallway/secondary/entry/louge) -"aPA" = ( -/obj/structure/closet/wardrobe/red, -/obj/item/clothing/suit/tracksuit/red, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"aPE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering"; - req_access_txt = "32" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/atmos) -"aPJ" = ( -/turf/simulated/floor/wood{ - icon_state = "wood-broken6"; - tag = "icon-wood-broken6" - }, -/area/maintenance/abandonedbar) -"aPM" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/mrchangs) -"aPO" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/serviceyard) -"aPR" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"aPS" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"aPY" = ( -/obj/structure/statue/bananium/clown{ - name = "Статуя Великого Кекеги" - }, -/obj/item/radio/intercom{ - pixel_y = -35 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bar" - }, -/area/clownoffice) -"aQb" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/grown/grapes, -/obj/item/reagent_containers/food/snacks/grown/holymelon, -/obj/item/reagent_containers/food/snacks/grown/cocoapod, -/obj/item/reagent_containers/food/snacks/grown/chili, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"aQe" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "greencorner" - }, -/area/hydroponics/abandoned_garden) -"aQf" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Cargo Office SouthWest"; - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/storage) -"aQg" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"aQi" = ( -/obj/machinery/firealarm{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "yellow" - }, -/area/engine/mechanic_workshop) -"aQk" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops) -"aQp" = ( -/obj/structure/closet/walllocker/emerglocker/north{ - pixel_x = -32; - pixel_y = 0 - }, -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aQs" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop) -"aQv" = ( -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"aQx" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/secondary/entry/louge) -"aQy" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/hallway/secondary/entry/louge) -"aQz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"aQF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/mineral/stacking_unit_console{ - machinedir = 8; - pixel_x = 32 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"aQI" = ( -/obj/machinery/power/tracker, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" - }, -/area/solar/auxport) -"aQJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/space, -/turf/simulated/floor/greengrid, -/area/engine/controlroom) -"aQK" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/eastsouthwest, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"aQM" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 6; - name = "Труба смешивания" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"aQO" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel, -/area/atmos) -"aQR" = ( -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall, -/area/hydroponics/abandoned_garden) -"aQS" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"aQV" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"aRj" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall12" - }, -/area/shuttle/trade/sol) -"aRl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark"; - temperature = 80 - }, -/area/toxins/xenobiology) -"aRo" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"aRq" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Atrium"; - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/bar/atrium) -"aRC" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/machinery/newscaster{ - layer = 3.3; - pixel_x = -27 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "brown" - }, -/area/quartermaster/office) -"aRD" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"aRG" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"aRH" = ( -/obj/structure/closet/wardrobe/grey, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aRJ" = ( -/obj/machinery/vending/cigarette, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/office) -"aRL" = ( -/obj/machinery/door/airlock/external{ - id_tag = "ferry_home" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry) -"aRN" = ( -/obj/structure/plasticflaps/mining, -/obj/machinery/conveyor/west{ - id = "QMLoad2" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/supply) -"aRO" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Cargo Technician" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"aRQ" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry) -"aRS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/storage) -"aRT" = ( -/turf/simulated/floor/plasteel, -/area/crew_quarters/serviceyard) -"aSc" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/security/checkpoint2) -"aSd" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"aSf" = ( -/obj/structure/sign/pods, -/turf/simulated/wall, -/area/hallway/secondary/entry) -"aSg" = ( -/turf/simulated/wall, -/area/hallway/secondary/entry) -"aSh" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry) -"aSl" = ( -/obj/effect/decal/warning_stripes/northeast, -/obj/effect/decal/warning_stripes/southwestcorner, -/obj/machinery/door/window/eastright{ - base_state = "left"; - icon_state = "left"; - name = "Danger: Conveyor Access"; - req_access_txt = "12" - }, -/obj/machinery/conveyor/northwest/ccw{ - id = "garbage" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"aSn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/sign/electricshock{ - pixel_y = -32 - }, -/obj/machinery/door/airlock/engineering{ - icon_state = "door_closed"; - name = "Fore Starboard Solar Access"; - req_access_txt = "10" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"aSy" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/turbine) -"aSA" = ( -/obj/structure/closet/walllocker/emerglocker/north{ - pixel_x = 32; - pixel_y = 0 - }, -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aSE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/sleeper) -"aSF" = ( -/obj/machinery/vending/medical{ - req_access_txt = "63" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/security/medbay) -"aSG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aSH" = ( -/obj/machinery/air_sensor{ - frequency = 1441; - id_tag = "air_sensor" - }, -/turf/simulated/floor/engine/air, -/area/atmos) -"aSO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/greengrid, -/area/engine/controlroom) -"aSP" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"aSQ" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/wood, -/area/crew_quarters/mrchangs) -"aST" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/greengrid, -/area/engine/controlroom) -"aSV" = ( -/obj/structure/chair/stool/bar, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"aSW" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "privateroom" - }, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "privateroom" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "privateroom" - }, -/turf/simulated/floor/plating, -/area/crew_quarters/bar/atrium) -"aSY" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay2) -"aSZ" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"aTm" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/hologram/holopad, -/obj/effect/landmark/start{ - name = "Quartermaster" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"aTn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/fpmaint2) -"aTu" = ( -/obj/item/pod_parts/core, -/obj/item/circuitboard/mecha/pod, -/obj/item/clothing/glasses/welding{ - pixel_y = 12 - }, -/obj/item/gps, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/table/reinforced, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "yellow" - }, -/area/engine/mechanic_workshop) -"aTv" = ( -/obj/structure/closet/secure_closet/quartermaster, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 - }, -/obj/item/stamp/denied, -/obj/item/stamp/granted, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/qm) -"aTx" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "yellow" - }, -/area/engine/mechanic_workshop) -"aTy" = ( -/obj/machinery/camera{ - c_tag = "Hangar West South"; - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"aTA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"aTB" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/table, -/obj/item/plant_analyzer, -/obj/item/hatchet, -/obj/item/cultivator, -/obj/item/reagent_containers/glass/bucket, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"aTC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aTD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/louge) -"aTE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/louge) -"aTS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aTU" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; - dir = 4; - name = "Труба обработки" - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"aTY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"aUb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"aUc" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aUe" = ( -/obj/machinery/door/poddoor/shutters{ - closingLayer = 5; - density = 0; - icon_state = "open"; - id_tag = "trader_privacy"; - layer = 5; - name = "Privacy Shutters"; - opacity = 0 - }, -/obj/structure/table/reinforced/brass, -/obj/machinery/door/window/brigdoor/southright{ - dir = 4; - name = "Customs Desk"; - req_access_txt = "160" - }, -/turf/simulated/floor/carpet/black, -/area/shuttle/trade/sol) -"aUm" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/effect/decal/warning_stripes/south, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/recycler, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"aUp" = ( -/obj/structure/chair, -/obj/structure/sign/vacuum{ - pixel_x = -32 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -28; - pixel_y = 28 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"aUq" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/effect/decal/warning_stripes/northwestcorner, -/obj/machinery/door/window/eastright{ - name = "Danger: Conveyor Access"; - req_access_txt = "12" - }, -/obj/machinery/conveyor/northeast/ccw{ - id = "garbage" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"aUr" = ( -/obj/structure/chair, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 31 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"aUs" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 8; - icon_state = "burst_r" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/specops) -"aUt" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"aUv" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - location = "Bar" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"aUx" = ( -/obj/machinery/door/airlock/glass{ - id = "privateroom"; - id_tag = "privateroom"; - name = "Private Room" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/bar/atrium) -"aUy" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"aUB" = ( -/obj/structure/sign/vacuum{ - pixel_x = -32 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aUC" = ( -/obj/structure/sign/vacuum{ - pixel_x = 32 - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aUE" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/closet/secure_closet/miner, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"aUG" = ( -/obj/effect/landmark/start{ - name = "Chef" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"aUH" = ( -/obj/item/stack/spacecash/c200, -/obj/item/stack/spacecash/c50, -/obj/machinery/light/spot, -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"aUI" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f5" - }, -/area/shuttle/arrival/station) -"aUJ" = ( -/obj/effect/landmark{ - name = "blobstart" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/sorting) -"aUK" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"aUN" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxport) -"aUO" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/storage) -"aUP" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"aUQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"aUS" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall14" - }, -/area/shuttle/arrival/station) -"aUT" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"aUU" = ( -/obj/structure/disposalpipe/junction{ - dir = 2; - icon_state = "pipe-j2"; - tag = "icon-pipe-j2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/eastarrival) -"aUY" = ( -/obj/structure/sign/custodian, -/turf/simulated/wall, -/area/janitor) -"aVc" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Kitchen Windows"; - name = "Kitchen Privacy Shutters" - }, -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/crew_quarters/kitchen) -"aVg" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/controlroom) -"aVh" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aVi" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/controlroom) -"aVj" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/controlroom) -"aVk" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"aVB" = ( -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/medical/surgery1) -"aVO" = ( -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"aVS" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"aWb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"aWc" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 11 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3; - pixel_y = 11 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"aWd" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/bar/atrium) -"aWf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"aWk" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Mechanic Workshop"; - req_access_txt = "70" - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop) -"aWp" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/sorting) -"aWq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "purple" - }, -/area/quartermaster/storage) -"aWr" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/photocopier, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/storage) -"aWt" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "purple" - }, -/area/quartermaster/storage) -"aWw" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"aWx" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/qm) -"aWB" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop) -"aWC" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aWD" = ( -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"aWF" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/northeastsouth, -/obj/structure/rack{ - dir = 1; - pixel_y = 5 - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"aWI" = ( -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/secondary/entry/louge) -"aWP" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/aft) -"aWR" = ( -/turf/simulated/wall/r_wall/coated, -/area/maintenance/turbine) -"aWS" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "rampbottom"; - tag = "icon-stage_stairs" - }, -/area/crew_quarters/fitness) -"aWY" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/turf/simulated/floor/wood, -/area/library/abandoned) -"aXc" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 30; - pixel_y = 3 - }, -/obj/machinery/door_control{ - id = "ShootRange"; - name = "Shooting Range Shutters Control"; - pixel_x = 26; - pixel_y = -6 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/range) -"aXd" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/southwest, -/obj/structure/window/reinforced, -/obj/structure/closet/secure_closet/atmos_personal, -/obj/item/extinguisher/mini, -/turf/simulated/floor/plasteel, -/area/atmos) -"aXe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"aXh" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/suit_storage_unit/atmos, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"aXk" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - dir = 7; - icon_state = "yellow" - }, -/area/engine/engineering/monitor) -"aXl" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"aXs" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"aXt" = ( -/obj/machinery/door/airlock/external{ - id_tag = "trade_dock" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/commercial) -"aXx" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/wall, -/area/hydroponics) -"aXz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"aXA" = ( -/obj/structure/chair/sofa/left, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"aXB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atm{ - pixel_y = -32 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"aXC" = ( -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Arrivals Second Port"; - dir = 1; - pixel_x = -5 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"aXF" = ( -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"aXI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"aXJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"aXK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atm{ - pixel_y = -32 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"aXL" = ( -/obj/machinery/light, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"aXM" = ( -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/commercial) -"aXP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining{ - name = "Mining Dock"; - req_access_txt = "48" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"aXS" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/commercial) -"aXV" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/quartermaster/qm) -"aXW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"aYd" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"aYe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/starboard/east) -"aYj" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/machinery/light, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aYo" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"aYt" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aYx" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/suit_storage_unit/atmos, -/turf/simulated/floor/plasteel, -/area/atmos) -"aYC" = ( -/obj/machinery/light, -/obj/item/radio/intercom{ - dir = 1; - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/machinery/computer/station_alert, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/engine/engineering) -"aYE" = ( -/obj/structure/sign/nosmoking_1{ - pixel_x = 28; - pixel_y = -28 - }, -/obj/machinery/computer/atmos_alert, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/engine/engineering) -"aYF" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aYH" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Port Aft"; - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"aYJ" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/structure/sign/electricshock{ - pixel_y = -32 - }, -/obj/machinery/power/grounding_rod{ - anchored = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"aYP" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/louge) -"aYQ" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"aYW" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/greengrid, -/area/engine/controlroom) -"aYY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry) -"aYZ" = ( -/turf/simulated/wall, -/area/crew_quarters/kitchen) -"aZb" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"aZd" = ( -/obj/machinery/autolathe, -/obj/machinery/door/window/brigdoor{ - dir = 2; - id = "Autolathe"; - name = "Autolathe Access"; - req_access_txt = "31" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"aZe" = ( -/obj/item/storage/box/mousetraps, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"aZf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"aZg" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/closet/jcloset, -/obj/item/reagent_containers/spray/pestspray, -/obj/item/reagent_containers/spray/pestspray, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "purple" - }, -/area/janitor) -"aZh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"aZi" = ( -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"aZj" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -25 - }, -/obj/structure/rack, -/obj/item/storage/toolbox/emergency{ - pixel_x = 3; - pixel_y = -4 - }, -/obj/item/storage/toolbox/emergency, -/obj/item/shovel, -/obj/item/shovel, -/obj/item/pickaxe, -/obj/item/pickaxe, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"aZk" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_x = -24; - pixel_y = -24 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/secure_closet/cargotech, -/obj/item/stamp/granted, -/obj/item/stamp/denied, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "brown" - }, -/area/quartermaster/storage) -"aZm" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"aZp" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/machinery/mineral/equipment_vendor, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"aZq" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/quartermaster/qm) -"aZt" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/qm) -"aZu" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aZv" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Aft Starboard"; - dir = 4 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"aZx" = ( -/obj/structure/table, -/obj/random/toolbox, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry) -"aZz" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"aZA" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"aZZ" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/quartermaster/delivery) -"baf" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxport) -"bah" = ( -/obj/machinery/portable_atmospherics/canister, -/turf/simulated/floor/plasteel, -/area/atmos) -"bai" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/storage) -"baj" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/suit_storage_unit/atmos, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel, -/area/atmos) -"bal" = ( -/obj/effect/decal/warning_stripes/southwest, -/obj/machinery/suit_storage_unit/atmos, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel, -/area/atmos) -"bam" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 8; - icon_state = "burst_r" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/trade/sol) -"ban" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - name = "Труба смешивания" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"bax" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"baB" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "blue" - }, -/area/hydroponics) -"baC" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/structure/extinguisher_cabinet{ - pixel_x = -23 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/lobby) -"baD" = ( -/obj/structure/closet{ - icon_closed = "yellow"; - icon_state = "yellow"; - name = "Engineering gear" - }, -/obj/effect/spawner/lootdrop/trade_sol/eng{ - loot = list(/obj/item/pickaxe/drill/jackhammer = 50, /obj/item/storage/belt/utility/chief/full = 50, /obj/item/clothing/glasses/welding = 50, /obj/item/storage/belt/utility/full/multitool = 50, /obj/item/clothing/shoes/magboots = 50, /obj/item/rcd/combat = 50, /obj/item/rpd/bluespace = 50, /obj/item/tank/emergency_oxygen/double/full = 50, /obj/item/storage/backpack/holding = 50, /obj/item/clothing/glasses/meson/night = 50, /obj/item/clothing/glasses/material = 50, /obj/item/grenade/clusterbuster/metalfoam = 50, /obj/item/crowbar/power = 50, /obj/item/screwdriver/power = 50, /obj/item/t_scanner/extended_range = 50, /obj/item/borg/upgrade/abductor_engi = 50); - lootcount = 8; - name = "8. Eng. gear" - }, -/turf/simulated/floor/wood, -/area/shuttle/trade/sol) -"baF" = ( -/turf/simulated/wall, -/area/hydroponics) -"baG" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"baI" = ( -/obj/structure/table, -/obj/item/paper/deltainfo, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/processing) -"baK" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"baL" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/engine/engineering) -"baS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitehall" - }, -/area/toxins/xenobiology) -"baY" = ( -/obj/structure/filingcabinet/filingcabinet, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"bbb" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"bbe" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bbf" = ( -/turf/simulated/wall/r_wall/coated, -/area/engine/supermatter) -"bbh" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/qm) -"bbk" = ( -/obj/structure/grille, -/obj/structure/window/plasmareinforced, -/obj/structure/window/plasmareinforced{ - dir = 4 - }, -/obj/structure/window/plasmareinforced{ - dir = 1 - }, -/obj/structure/window/plasmareinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engine/supermatter) -"bbl" = ( -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bbn" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/shuttle/trade/sol) -"bbw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/commercial) -"bbA" = ( -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/maintenance/gambling_den) -"bbC" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"bbJ" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/medical/research/restroom) -"bbN" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/fireaxecabinet{ - pixel_x = 30 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "caution" - }, -/area/atmos) -"bbR" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/janitor) -"bbV" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f5" - }, -/area/shuttle/transport) -"bbY" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/keycard_auth{ - pixel_x = -26 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/heads/hop) -"bbZ" = ( -/obj/structure/sink{ - pixel_y = 31 - }, -/obj/item/reagent_containers/glass/bucket, -/obj/item/mop, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "purple" - }, -/area/janitor) -"bca" = ( -/turf/simulated/floor/plasteel{ - icon_state = "blue" - }, -/area/hydroponics) -"bcc" = ( -/obj/machinery/light, -/obj/structure/reagent_dispensers/watertank/high, -/turf/simulated/floor/plasteel, -/area/hydroponics) -"bcd" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/kitchen_machine/candy_maker, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"bce" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/freezer{ - req_access_txt = "28" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/crew_quarters/kitchen) -"bcf" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/kitchen) -"bci" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/kitchen) -"bck" = ( -/obj/structure/shuttle/window, -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/shuttle/transport) -"bcn" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/airlock/public/glass, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"bco" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/structure/extinguisher_cabinet{ - pixel_x = 25 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/crew_quarters/kitchen) -"bcr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/fore) -"bcw" = ( -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"bcy" = ( -/obj/machinery/door/airlock/shuttle{ - id_tag = "s_docking_airlock" - }, -/obj/docking_port/mobile{ - dwidth = 2; - height = 12; - id = "ferry"; - name = "ferry shuttle"; - roundstart_move = "ferry_away"; - width = 5 - }, -/obj/docking_port/stationary{ - dwidth = 2; - height = 12; - id = "ferry_home"; - name = "port bay 3"; - width = 5 - }, -/obj/structure/fans/tiny, -/turf/simulated/shuttle/floor, -/area/shuttle/transport) -"bcz" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating, -/area/maintenance/apmaint) -"bcA" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f9" - }, -/area/shuttle/transport) -"bcB" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"bcD" = ( -/obj/effect/landmark/start{ - name = "Shaft Miner" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bcL" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "brown" - }, -/area/quartermaster/qm) -"bcM" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bcQ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/engine/mechanic_workshop) -"bda" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/security/permabrig) -"bdd" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/effect/decal/warning_stripes/south, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bdh" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/camera{ - c_tag = "Cargo Office NorthWest"; - dir = 4 - }, -/obj/machinery/photocopier, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"bdi" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"bdq" = ( -/obj/machinery/conveyor{ - dir = 5; - id = "garbage" - }, -/obj/effect/decal/warning_stripes/northwest, -/obj/effect/decal/warning_stripes/southeastcorner, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bds" = ( -/obj/machinery/door_control{ - id = "soltradeship_south"; - name = "Trade Deposits Door"; - pixel_x = 24; - pixel_y = 8; - req_access_txt = "160" - }, -/obj/machinery/flasher_button{ - id = "soltraderflash"; - pixel_x = 24; - pixel_y = -8 - }, -/obj/machinery/door_control{ - id = "trader_privacy"; - name = "Privacy Shutters Control"; - pixel_x = 24; - req_access_txt = "160" - }, -/obj/item/flag/species/human, -/turf/simulated/floor/wood, -/area/shuttle/trade/sol) -"bdu" = ( -/turf/simulated/floor/plating, -/area/construction/hallway) -"bdx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/glass{ - name = "Vacant Office" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/security/vacantoffice) -"bdz" = ( -/obj/structure/closet/crate/freezer, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/machinery/requests_console{ - department = "Kitchen"; - departmentType = 2; - name = "Kitchen Requests Console"; - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"bdA" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall4" - }, -/area/shuttle/trade/sol) -"bdB" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/closet/emcloset, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"bdE" = ( -/obj/structure/sink/kitchen{ - pixel_y = 30 - }, -/obj/machinery/camera{ - c_tag = "Kitchen South" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"bdF" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/secondary/entry) -"bdG" = ( -/obj/machinery/vending/cigarette, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/hallway/secondary/entry) -"bdI" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 10 - }, -/turf/space, -/area/space/nearstation) -"bdL" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/southeastcorner, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"bdO" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"bdQ" = ( -/obj/structure/table/reinforced, -/obj/machinery/kitchen_machine/microwave{ - pixel_x = -1; - pixel_y = 7 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"bdR" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/prisonershuttle) -"bdY" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bea" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"beb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"bed" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bef" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/commercial) -"beh" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"bei" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bej" = ( -/obj/effect/landmark/start{ - name = "Shaft Miner" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bem" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/hallway/secondary/entry) -"beo" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/secondary/entry) -"bep" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"bev" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"bew" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/closet/emcloset, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"bey" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/westright{ - name = "Mechanic's Desk"; - req_access = null; - req_access_txt = "70" - }, -/obj/machinery/cell_charger, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop) -"beC" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/landmark/start{ - name = "Mechanic" - }, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop) -"beN" = ( -/obj/machinery/door_control{ - id = "mechanicgate"; - name = "Mechanic Pod Door"; - pixel_x = -24; - pixel_y = -24; - req_access_txt = "70" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"beO" = ( -/obj/machinery/air_sensor{ - frequency = 1441; - id_tag = "n2_sensor" - }, -/turf/simulated/floor/engine/n2, -/area/atmos) -"beU" = ( -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/janitor) -"beV" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"beW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "purplecorner" - }, -/area/janitor) -"beY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/landmark/start{ - name = "Chef" - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/kitchen) -"beZ" = ( -/obj/machinery/door/poddoor/shutters{ - id_tag = "janitorshutters"; - name = "Janitor Shutters" - }, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "purple" - }, -/area/janitor) -"bfc" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"bfg" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/wood, -/area/shuttle/trade/sol) -"bfi" = ( -/obj/effect/spawner/lootdrop/trade_sol/vehicle{ - loot = list(/obj/vehicle/motorcycle = 50, /obj/vehicle/snowmobile/key = 50, /obj/vehicle/snowmobile/blue/key = 50, /obj/vehicle/space/speedbike/red = 50, /obj/vehicle/space/speedbike = 50); - name = "4. Vehicle" - }, -/turf/simulated/floor/wood, -/area/shuttle/trade/sol) -"bfl" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"bfn" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "solar_chapel_inner"; - locked = 1; - name = "Engineering External Access"; - req_access = null; - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"bfq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/clothing/shoes/magboots{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots{ - pixel_x = 4; - pixel_y = -3 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"bfw" = ( -/obj/structure/ore_box, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bfx" = ( -/obj/effect/landmark/start{ - name = "Shaft Miner" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bfz" = ( -/obj/machinery/light/spot, -/obj/effect/spawner/lootdrop/trade_sol/largeitem{ - loot = list(/obj/machinery/floodlight = 50, /obj/machinery/disco = 50, /obj/mecha/combat/durand/old = 50, /obj/machinery/snow_machine = 50); - name = "3. Large item" - }, -/turf/simulated/floor/wood, -/area/shuttle/trade/sol) -"bfA" = ( -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bfF" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"bfL" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"bfQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bfU" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/closet/firecloset, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"bfY" = ( -/obj/structure/table, -/obj/item/screwdriver, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bfZ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 8; - frequency = 1379; - id_tag = "solar_chapel_pump" - }, -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - id_tag = "solar_chapel_airlock"; - pixel_y = 25; - req_access_txt = "13"; - tag_airpump = "solar_chapel_pump"; - tag_chamber_sensor = "solar_chapel_sensor"; - tag_exterior_door = "solar_chapel_outer"; - tag_interior_door = "solar_chapel_inner" - }, -/obj/machinery/airlock_sensor{ - id_tag = "solar_chapel_sensor"; - pixel_y = 32 - }, -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"bgb" = ( -/obj/structure/table/wood, -/obj/item/camera_film, -/obj/item/camera_film, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Librarian Desk"; - dir = 9; - pixel_x = 1; - pixel_y = -2 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"bge" = ( -/obj/machinery/chem_dispenser, -/obj/effect/decal/warning_stripes/southwest, -/obj/machinery/door_control{ - id = "Chemistry2"; - name = "Chem Medbay Desk Shutters"; - pixel_x = -18; - pixel_y = -24 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/reagent_dispensers/fueltank/chem{ - pixel_y = -32 - }, -/turf/simulated/floor/engine, -/area/medical/chemistry) -"bgi" = ( -/obj/structure/filingcabinet, -/obj/machinery/firealarm{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/checkpoint2) -"bgj" = ( -/obj/effect/decal/warning_stripes/south, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"bgk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "eva-shutters"; - name = "E.V.A. Storage Shutters" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"bgl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/janitor) -"bgm" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Hydroponics"; - req_access_txt = "35" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"bgn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplecorner" - }, -/area/janitor) -"bgo" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/chem_master/condimaster, -/turf/simulated/floor/plasteel, -/area/crew_quarters/kitchen) -"bgq" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"bgs" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"bgt" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/evidence) -"bgw" = ( -/turf/simulated/floor/plasteel{ - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"bgx" = ( -/obj/effect/landmark/start{ - name = "Cargo Technician" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"bgz" = ( -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"bgB" = ( -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"bgD" = ( -/mob/living/simple_animal/pet/dog/corgi/Ian, -/obj/structure/bed/dogbed/ian, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"bgE" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bgF" = ( -/obj/effect/decal/warning_stripes/south, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"bgH" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"bgI" = ( -/obj/structure/cable, -/obj/machinery/power/solar_control{ - id = "auxsolareast"; - name = "Fore Starboard Solar Control" - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"bgJ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK" - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry) -"bgK" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow/partial, -/obj/effect/decal/warning_stripes/arrow, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"bgL" = ( -/obj/machinery/door/airlock{ - name = "Magistrate's Office"; - req_access_txt = "74" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"bgM" = ( -/obj/machinery/atmospherics/pipe/simple/visible, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"bgN" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"bgO" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry) -"bgR" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bgU" = ( -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"bgY" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 5 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"bhn" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/westarrival) -"bhq" = ( -/obj/effect/decal/warning_stripes/southwest, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -28 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"bhs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/hydroponics) -"bht" = ( -/obj/effect/decal/warning_stripes/south, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"bhv" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/eastarrival) -"bhw" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/crew_quarters/serviceyard) -"bhx" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "Kitchen Windows"; - name = "Kitchen Privacy Shutters" - }, -/obj/item/clipboard, -/obj/item/toy/figure/chef, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/eastleft{ - dir = 8; - name = "Kitchen Desk"; - req_access_txt = "28" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"bhy" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/chair/office/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/kitchen) -"bhz" = ( -/obj/machinery/light, -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/snacks/sliceable/flatdough, -/obj/item/reagent_containers/food/snacks/meat, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"bhB" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/engine, -/area/engine/supermatter) -"bhE" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"bhF" = ( -/obj/structure/foodcart, -/obj/machinery/light, -/obj/machinery/computer/guestpass{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"bhJ" = ( -/obj/machinery/door_control{ - id = "Kitchen Windows"; - name = "Kitchen Privacy Shutters Control"; - pixel_y = -26; - req_access_txt = "28" - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"bhM" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bhN" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/engine/mechanic_workshop) -"bhP" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/requests_console{ - department = "Mechanic"; - departmentType = 2; - name = "Mechanic's Workshop Requests Console"; - pixel_y = -32 - }, -/obj/structure/closet/toolcloset, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "yellow" - }, -/area/engine/mechanic_workshop) -"bhS" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"bhW" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"bhY" = ( -/obj/structure/table/reinforced, -/obj/item/restraints/legcuffs/beartrap, -/obj/item/restraints/legcuffs/beartrap, -/obj/item/restraints/legcuffs/beartrap, -/obj/item/storage/box/mousetraps, -/obj/item/storage/box/mousetraps, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/item/storage/box/lights/mixed, -/obj/item/storage/box/lights/mixed{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "purple" - }, -/area/janitor) -"bhZ" = ( -/obj/machinery/door/airlock/shuttle{ - id_tag = "s_docking_airlock"; - req_access_txt = "48" - }, -/obj/structure/fans/tiny, -/turf/simulated/shuttle/floor, -/area/shuttle/mining) -"bia" = ( -/obj/structure/closet/secure_closet/miner, -/obj/machinery/camera{ - c_tag = "Mining Port"; - dir = 1 - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_y = -31 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bib" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/light, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bic" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 3 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bid" = ( -/obj/machinery/computer/security/mining, -/obj/machinery/newscaster{ - layer = 3.3; - pixel_y = -27 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bie" = ( -/obj/machinery/computer/shuttle/mining, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bif" = ( -/obj/machinery/power/terminal, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "yellow" - }, -/area/maintenance/electrical) -"big" = ( -/obj/structure/closet/l3closet/janitor, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "purple" - }, -/area/janitor) -"bii" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"bin" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"bix" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/security/vacantoffice) -"biJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"biL" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; - dir = 9; - name = "Труба обработки" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"biO" = ( -/obj/structure/chair/office/light, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurplecorner" - }, -/area/crew_quarters/hor) -"biQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/wood, -/area/security/vacantoffice) -"biS" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - on = 1 - }, -/turf/simulated/floor/engine, -/area/engine/supermatter) -"biU" = ( -/obj/structure/table/wood, -/obj/item/folder/blue{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/folder/yellow, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"biW" = ( -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/toxins/mixing) -"biX" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/insulated, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/toxins/mixing) -"biZ" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus{ - pixel_x = 5; - pixel_y = -5 - }, -/obj/item/stock_parts/cell/high/plus{ - pixel_x = 5; - pixel_y = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"bjc" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/serviceyard) -"bjg" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f5"; - tag = "icon-swall_f5" - }, -/area/shuttle/trade/sol) -"bjh" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall13" - }, -/area/shuttle/trade/sol) -"bjl" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f9" - }, -/area/shuttle/trade/sol) -"bjn" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/closet/walllocker/emerglocker/north{ - pixel_x = -32; - pixel_y = 0 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"bjr" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28; - pixel_y = 32 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"bjs" = ( -/obj/structure/chair, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"bjt" = ( -/obj/structure/sign/directions/engineering{ - dir = 8; - pixel_y = 8 - }, -/obj/structure/sign/directions/science{ - dir = 8; - pixel_y = 1 - }, -/obj/structure/sign/directions/evac{ - pixel_y = -8 - }, -/turf/simulated/wall, -/area/crew_quarters/kitchen) -"bju" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"bjx" = ( -/obj/machinery/ai_status_display, -/turf/simulated/wall/r_wall, -/area/engine/supermatter) -"bjy" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Cargo Disposals Control"; - dir = 1 - }, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/photocopier, -/turf/simulated/floor/plasteel, -/area/quartermaster/delivery) -"bjz" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/office) -"bjA" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 4 - }, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/engine/supermatter) -"bjB" = ( -/obj/structure/chair, -/obj/machinery/camera{ - c_tag = "Arrivals Waiting Zone" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"bjC" = ( -/obj/machinery/atmospherics/pipe/simple/visible, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/controlroom) -"bjD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"bjE" = ( -/obj/machinery/mineral/ore_redemption, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bjF" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"bjH" = ( -/obj/item/radio/intercom, -/turf/simulated/wall, -/area/hallway/secondary/entry/commercial) -"bjI" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry) -"bjK" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/closet/emcloset, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry) -"bjL" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/space, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry) -"bjM" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "carpet" - }, -/area/security/vacantoffice) -"bjN" = ( -/obj/machinery/status_display{ - pixel_x = 32 - }, -/obj/structure/computerframe, -/turf/simulated/floor/plasteel{ - icon_state = "carpet" - }, -/area/security/vacantoffice) -"bjO" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry) -"bjS" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/mining) -"bjT" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/recharge_station, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"bjU" = ( -/obj/machinery/power/rad_collector, -/obj/machinery/camera{ - c_tag = "Supermatter Engine West"; - network = list("SS13","Engineering") - }, -/obj/structure/cable/yellow{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/greengrid, -/area/engine/supermatter) -"bjW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"bkf" = ( -/obj/machinery/newscaster/security_unit{ - pixel_x = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/brig) -"bko" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/southwest, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"bkw" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/atmos/glass{ - name = "Distribution Loop"; - req_one_access_txt = "24" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/atmos) -"bkz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "bluecorner" - }, -/area/hallway/secondary/entry/louge) -"bkJ" = ( -/turf/simulated/wall, -/area/hallway/primary/port/west) -"bkK" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/camera{ - c_tag = "Arrivals Lobby" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/hallway/secondary/entry/louge) -"bkM" = ( -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"bkQ" = ( -/obj/machinery/mecha_part_fabricator/spacepod, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/mechanic_workshop) -"bkS" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"bkU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"bkV" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"bkX" = ( -/obj/structure/chair/comfy/brown, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/hallway/secondary/entry/louge) -"bkY" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bla" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A10"; - location = "A9" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"blb" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"blc" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"blf" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/machinery/gibber, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = 30 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/kitchen) -"blk" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"bll" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/hallway/primary/central/north) -"blq" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/wood{ - icon_state = "wood-broken"; - tag = "icon-wood-broken" - }, -/area/maintenance/abandonedbar) -"blt" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Cargo Technician" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"blv" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"blw" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A9"; - location = "A8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"blx" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"blB" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/delivery) -"blE" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"blH" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"blJ" = ( -/obj/machinery/light, -/obj/item/radio/intercom{ - dir = 1; - pixel_y = -25 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/closet/secure_closet/miner, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"blK" = ( -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"blL" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Hall Center" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"blM" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/detectives_office) -"blN" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/mining) -"blO" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"blQ" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"blR" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"blZ" = ( -/obj/machinery/vending/security, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/permabrig) -"bmb" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"bmd" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Brig Reception"; - dir = 8; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "red" - }, -/area/security/reception) -"bme" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A6"; - location = "A5" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"bmo" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay) -"bmp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/flasher{ - id = null; - pixel_y = 24 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/turret_protected/aisat_interior) -"bmq" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/disposalpipe/sortjunction{ - dir = 4; - tag = "icon-pipe-j1s (EAST)" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"bmr" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"bms" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A4"; - location = "A3" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"bmw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"bmG" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A11"; - location = "A10" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"bmJ" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"bmN" = ( -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/suit_storage_unit/atmos, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"bmV" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 6; - level = 1 - }, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/engine/supermatter) -"bmX" = ( -/obj/structure/chair/stool, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"bmZ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/prisonershuttle) -"bnc" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "browncorner" - }, -/area/hallway/primary/central/north) -"bnf" = ( -/obj/structure/closet/wardrobe/grey, -/obj/machinery/ai_status_display{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"bni" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A40"; - location = "A39" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"bnj" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"bnk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/hydroponics/soil, -/obj/effect/decal/warning_stripes/yellow, -/obj/item/seeds/sunflower, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"bnm" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A1"; - location = "A40" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"bnn" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/bridge/checkpoint/north) -"bnE" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/engine/hardsuitstorage) -"bnL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/junction{ - dir = 4; - tag = "icon-pipe-j1 (EAST)" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/starboard/east) -"bnM" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"bnO" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A3"; - location = "A2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"boc" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"bog" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"boi" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A14"; - location = "A13" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/north) -"bol" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"bon" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/closet/crate, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"bop" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"bot" = ( -/obj/effect/decal/warning_stripes/west, -/obj/item/twohanded/required/kirbyplants, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"boz" = ( -/turf/simulated/floor/plasteel{ - icon_state = "redcorner" - }, -/area/hallway/secondary/entry/louge) -"boD" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"boF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/slot_machine, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"boG" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/recharge_station, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry) -"boH" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"boJ" = ( -/obj/item/wrench, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 5 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"boK" = ( -/obj/machinery/power/solar{ - name = "Aft Starboard Solar Panel" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" - }, -/area/solar/auxport) -"boL" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"boP" = ( -/obj/structure/sign/fire, -/turf/simulated/wall/r_wall, -/area/engine/supermatter) -"boU" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/maintenance/engrooms) -"boW" = ( -/mob/living/simple_animal/mouse/brown{ - desc = "Главный помощник архитектора станции."; - real_name = "Инспектор Мышь" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"bpe" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"bpf" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/alarm{ - pixel_y = 25 - }, -/obj/machinery/camera{ - c_tag = "Clown Office" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bar" - }, -/area/clownoffice) -"bpg" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bph" = ( -/obj/structure/closet/cardboard, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 26 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bpm" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"bpn" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bpo" = ( -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/turret_protected/ai) -"bpq" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/medbay2) -"bpv" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"bpy" = ( -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 6; - name = "Труба на фильтрацию" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"bpI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bpK" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"bpQ" = ( -/obj/structure/closet/firecloset, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bpR" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Break Room Maintenance"; - req_access_txt = "47" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/maintenance/asmaint2) -"bpU" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel, -/area/hydroponics/abandoned_garden) -"bpZ" = ( -/obj/structure/table, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/reagent_containers/glass/bottle/nutrient/rh{ - pixel_x = 7; - pixel_y = 6 - }, -/obj/item/reagent_containers/spray/pestspray, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 5; - pixel_y = 6 - }, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"bqc" = ( -/obj/structure/grille, -/turf/space, -/area/space/nearstation) -"bqd" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/vending/coffee, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"bqe" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/hydroponics/constructable, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"bqf" = ( -/obj/machinery/firealarm{ - pixel_x = -28; - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"bqk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"bql" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"bqn" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/destTagger, -/obj/machinery/light_switch{ - pixel_x = -22 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"bqr" = ( -/turf/simulated/wall, -/area/hallway/primary/central/nw) -"bqt" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"bqB" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/landmark/start{ - name = "Cargo Technician" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"bqF" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/north, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"bqG" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/meter, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"bqH" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/door_control{ - id = "engsm"; - name = "Supermatter Blast Doors"; - pixel_y = 25; - req_access_txt = "10" - }, -/obj/machinery/door_control{ - id = "smbolts"; - name = "Supermatter Bolt Control"; - normaldoorcontrol = 1; - pixel_y = 36; - req_access_txt = "56"; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 9 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"bqK" = ( -/obj/machinery/camera{ - c_tag = "Supermatter South"; - network = list("SS13","Engineering") - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/effect/decal/warning_stripes/north, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 5 - }, -/turf/simulated/floor/plasteel, -/area/engine/supermatter) -"bqN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bqO" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"bri" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"brj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"brk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/security/vacantoffice) -"brl" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/table/reinforced, -/obj/item/folder/blue, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "blue" - }, -/area/bridge/checkpoint/north) -"brn" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/brigdoor/southright{ - dir = 8; - name = "Customs Desk"; - req_access_txt = "19" - }, -/turf/simulated/floor/plasteel, -/area/bridge/checkpoint/north) -"bro" = ( -/turf/simulated/floor/wood{ - icon_state = "wood-broken"; - tag = "icon-wood-broken" - }, -/area/maintenance/abandonedbar) -"bru" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"brv" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/toy/figure/cargotech, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/office) -"brB" = ( -/obj/machinery/light/small, -/obj/effect/decal/warning_stripes/southwest, -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 5; - name = "Труба на фильтрацию" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"brG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"brI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/window{ - base_state = "right"; - dir = 1; - icon_state = "right"; - name = "Atmospherics Deliveries"; - req_access_txt = "24" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/purple, -/turf/simulated/floor/plasteel, -/area/atmos) -"brN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"brO" = ( -/obj/structure/table/reinforced, -/turf/simulated/floor/wood, -/area/maintenance/abandonedbar) -"brR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"brW" = ( -/turf/simulated/wall, -/area/storage/tech) -"brY" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow, -/obj/item/clipboard, -/obj/item/toy/figure/botanist, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/eastleft{ - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"bsb" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bsd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"bsi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"bsq" = ( -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"bst" = ( -/obj/machinery/camera{ - c_tag = "Supermatter West"; - dir = 4; - network = list("Engineering","SS13"); - pixel_y = -22 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/unary/cold_sink/freezer{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"bsu" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/controlroom) -"bsw" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"bsx" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/hologram/holopad, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/controlroom) -"bsy" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"bsA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random_spawners/blood_maybe, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"bsB" = ( -/obj/item/crowbar/red{ - desc = "..."; - force = 20; - name = "Легендарная монтировка" - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "neutral" - }, -/area/maintenance/engrooms) -"bsC" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/bridge/checkpoint/north) -"bsD" = ( -/obj/machinery/light, -/obj/structure/table/reinforced, -/obj/structure/mirror{ - pixel_y = -30 - }, -/obj/item/stamp/clown, -/turf/simulated/floor/plasteel{ - icon_state = "bar" - }, -/area/clownoffice) -"bsE" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"bsF" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "cargodelivery" - }, -/turf/simulated/floor/plating, -/area/quartermaster/delivery) -"bsG" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/hallway/secondary/entry/louge) -"bsJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "E.V.A."; - req_one_access_txt = "18" - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"bsW" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/quartermaster/delivery) -"bsX" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - location = "QM #3" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/storage) -"bsY" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"bta" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"btb" = ( -/obj/structure/plasticflaps/mining, -/obj/machinery/conveyor/east{ - id = "QMLoad" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/supply) -"btd" = ( -/turf/simulated/wall/r_wall, -/area/turret_protected/ai) -"btg" = ( -/obj/machinery/status_display, -/turf/simulated/wall/r_wall, -/area/atmos) -"bth" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"bti" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering"; - req_access_txt = "32" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/atmos) -"btk" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"btm" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"btn" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/atmos) -"bto" = ( -/obj/structure/chair/stool/bar, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"btq" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"btt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"btv" = ( -/turf/simulated/floor/plasteel, -/area/hydroponics/abandoned_garden) -"btw" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"bty" = ( -/turf/simulated/wall, -/area/medical/genetics) -"btz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitecorner" - }, -/area/hallway/secondary/entry) -"btA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"btC" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/machinery/status_display{ - pixel_y = -32 - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"btD" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"btE" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"btF" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/southwestcorner, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"btG" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"btH" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/southeastcorner, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"btK" = ( -/obj/structure/table/wood, -/obj/item/camera, -/obj/machinery/light/small, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_y = -30 - }, -/turf/simulated/floor/wood, -/area/security/vacantoffice) -"btL" = ( -/turf/simulated/wall/r_wall, -/area/security/nuke_storage) -"btN" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/wall/rust, -/area/maintenance/engrooms) -"btO" = ( -/obj/structure/table/reinforced, -/obj/item/storage/fancy/donut_box, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"btP" = ( -/obj/structure/disposalpipe/segment, -/obj/item/radio/intercom{ - dir = 0; - pixel_x = 29 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"btQ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"btR" = ( -/obj/machinery/newscaster/security_unit{ - pixel_x = -30 - }, -/obj/structure/closet/wardrobe/red, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/item/clothing/suit/tracksuit/red, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "red" - }, -/area/security/checkpoint2) -"btT" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Patients Room" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/ward) -"btU" = ( -/obj/machinery/conveyor/east{ - id = "QMLoad" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"btV" = ( -/obj/structure/sign/electricshock{ - pixel_y = -32 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering{ - icon_state = "door_closed"; - name = "Fore Port Solar Access"; - req_access_txt = "32" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/auxsolarport) -"btW" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/auxsolarport) -"btX" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall/r_wall, -/area/engine/controlroom) -"btY" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry) -"btZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry) -"buf" = ( -/obj/structure/grille, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"buk" = ( -/obj/structure/sign/biohazard, -/turf/simulated/wall/r_wall, -/area/engine/controlroom) -"bul" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering"; - req_access_txt = "32" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"bum" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'RADIOACTIVE AREA'"; - icon_state = "radiation"; - name = "RADIOACTIVE AREA" - }, -/turf/simulated/wall/r_wall, -/area/engine/controlroom) -"buq" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/conveyor_switch/oneway{ - dir = 8; - id = "garbage" - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"but" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"buu" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"bux" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/pipe/simple/hidden/purple{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "caution" - }, -/area/atmos) -"buA" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/scrubber, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "caution" - }, -/area/hallway/primary/port/west) -"buC" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_y = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/range) -"buH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry) -"buJ" = ( -/obj/structure/table/reinforced, -/obj/item/mmi, -/obj/structure/extinguisher_cabinet{ - pixel_x = -6; - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/storage/tech) -"buK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry) -"buO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bluecorner" - }, -/area/hallway/secondary/entry) -"buP" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Hall Starboard"; - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_y = -30 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"buR" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"buS" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Kitchen Windows"; - name = "Kitchen Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/crew_quarters/kitchen) -"buU" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/smes, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"bva" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f5" - }, -/area/shuttle/siberia) -"bve" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/quartermaster/storage) -"bvf" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall7"; - tag = "icon-swall7" - }, -/area/shuttle/supply) -"bvg" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swallc1" - }, -/area/shuttle/supply) -"bvh" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/space, -/area/space/nearstation) -"bvj" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/emergency, -/obj/item/wrench, -/obj/item/tank/emergency_oxygen/engi, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "caution" - }, -/area/maintenance/turbine) -"bvk" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/turbine) -"bvl" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/turbine) -"bvn" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/turbine) -"bvo" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/turbine) -"bvp" = ( -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/camera{ - c_tag = "Supermatter Entrance"; - network = list("SS13","Engineering") - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"bvv" = ( -/obj/machinery/camera{ - c_tag = "Fore Starboard Solars"; - network = list("SS13","Engineering") - }, -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"bvA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"bvC" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/radiation, -/obj/item/clothing/glasses/meson, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"bvD" = ( -/obj/machinery/vending/cola, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/engine/break_room) -"bvF" = ( -/obj/machinery/camera{ - c_tag = "Medbay South East Hallway"; - dir = 8; - network = list("SS13","Medical") - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whiteblue (EAST)" - }, -/area/medical/medbay3) -"bvG" = ( -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bvK" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "caution" - }, -/area/atmos) -"bvL" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"bvM" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 5; - name = "Труба на фильтрацию" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port/west) -"bvN" = ( -/obj/structure/disposalpipe/junction, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry) -"bvO" = ( -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxport) -"bvQ" = ( -/obj/machinery/power/solar{ - name = "Aft Starboard Solar Panel" - }, -/obj/structure/cable, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" - }, -/area/solar/auxport) -"bvR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bvS" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"bvT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bvU" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/south, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - icon_state = "escape" - }, -/area/atmos) -"bvV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/tranquillite{ - name = "Mime's Office"; - req_access_txt = "46" - }, -/obj/machinery/door/firedoor, -/obj/item/grown/bananapeel{ - layer = 1.9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/mimeoffice) -"bvX" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"bwc" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"bwd" = ( -/obj/structure/table/reinforced, -/obj/item/assembly/timer, -/obj/item/assembly/signaler, -/obj/item/wrench, -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkyellowcorners" - }, -/area/bridge) -"bwe" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/turf/simulated/floor/plating, -/area/bridge) -"bwf" = ( -/turf/simulated/wall/r_wall, -/area/bridge) -"bwg" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"bwi" = ( -/obj/structure/table/wood, -/obj/machinery/bottler, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"bwj" = ( -/obj/structure/table/wood, -/obj/machinery/reagentgrinder, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"bwk" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/camera{ - c_tag = "Bar counter"; - dir = 4; - pixel_y = -22 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"bwl" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"bwp" = ( -/obj/machinery/conveyor{ - id = "cargodisposals" - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/quartermaster/delivery) -"bws" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"bwt" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/conveyor/west{ - id = "QMLoad2" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"bwx" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/shuttle/engine/heater, -/turf/simulated/shuttle/plating, -/area/shuttle/supply) -"bwy" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"bwC" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/smes, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"bwF" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"bwI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"bwN" = ( -/turf/simulated/wall/r_wall, -/area/engine/gravitygenerator) -"bwO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Prisoner Processing"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/prisonershuttle) -"bwP" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "solar_chapel_outer"; - locked = 1; - name = "Engineering External Access"; - req_access = null; - req_access_txt = "10;13" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"bwQ" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "solar_chapel_airlock"; - name = "exterior access button"; - pixel_x = -25; - pixel_y = -25; - req_access_txt = "10;13" - }, -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/space, -/area/solar/auxstarboard) -"bwS" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"bwT" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/space, -/area/solar/auxstarboard) -"bwV" = ( -/obj/structure/chair/office/dark, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"bwW" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/portable_atmospherics/canister, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "caution" - }, -/area/maintenance/turbine) -"bwX" = ( -/obj/structure/table/reinforced, -/obj/item/tank/emergency_oxygen, -/obj/item/tank/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "caution" - }, -/area/atmos) -"bwY" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/atmos) -"bwZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port/west) -"bxc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/hydroponics/soil, -/obj/item/seeds/tower, -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"bxd" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 22 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/radiation, -/obj/item/clothing/glasses/meson, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"bxe" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 2; - height = 18; - id = "skipjack_ne"; - name = "northeast of SS13"; - width = 19 - }, -/turf/space, -/area/space) -"bxf" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bxh" = ( -/turf/simulated/wall/r_wall, -/area/storage/tech) -"bxi" = ( -/obj/structure/table, -/obj/random/toolbox, -/obj/item/wrench, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bxj" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/mimeoffice) -"bxk" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"bxn" = ( -/obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the RD's goons from the safety of his office."; - name = "Research Monitor"; - network = list("Research","Research Outpost","RD"); - pixel_y = 2 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"bxo" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/computer/robotics, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkpurple" - }, -/area/bridge) -"bxp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bxq" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"bxr" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"bxs" = ( -/obj/machinery/light, -/obj/structure/closet/secure_closet/mime, -/obj/machinery/status_display{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/mimeoffice) -"bxt" = ( -/obj/machinery/suit_storage_unit/mime, -/obj/machinery/door_control{ - id = "Mime"; - name = "Mimes Privacy Shutters Control"; - pixel_y = -27 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 25; - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/mimeoffice) -"bxv" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/delivery) -"bxx" = ( -/obj/machinery/photocopier, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"bxy" = ( -/obj/structure/table/wood, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"bxz" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"bxA" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/firealarm{ - pixel_y = 32 - }, -/turf/simulated/floor/wood, -/area/security/vacantoffice) -"bxB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/security/vacantoffice) -"bxD" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"bxE" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"bxI" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"bxM" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "caution" - }, -/area/maintenance/turbine) -"bxX" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/firealarm{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "blue" - }, -/area/bridge/checkpoint/north) -"byh" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "bluecorner" - }, -/area/hallway/secondary/entry/louge) -"byl" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "caution" - }, -/area/engine/break_room) -"byn" = ( -/obj/machinery/iv_drip, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"byo" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/break_room) -"byp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering"; - req_access_txt = "32" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"bys" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "yellow" - }, -/area/engine/break_room) -"byt" = ( -/obj/machinery/light, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/computer/atmos_alert, -/turf/simulated/floor/plasteel{ - icon_state = "caution" - }, -/area/atmos) -"byu" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/louge) -"byv" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/requests_console{ - department = "Atmospherics"; - departmentType = 3; - name = "Atmospherics Requests Console"; - pixel_x = 30 - }, -/obj/machinery/status_display{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "caution" - }, -/area/atmos) -"byx" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port/west) -"byy" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port/west) -"byE" = ( -/obj/machinery/ai_status_display, -/turf/simulated/wall, -/area/hallway/secondary/entry/louge) -"byF" = ( -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/secondary/entry/louge) -"byG" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/security_space_law, -/obj/item/radio, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - name = "Security Requests Console"; - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/checkpoint2) -"byL" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/bridge) -"byM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"byN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"byO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"byP" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"byR" = ( -/obj/machinery/atm{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"byS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"byU" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"byV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"byW" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"byX" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/britcup, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/storage) -"bza" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"bzc" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"bzg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/hos) -"bzh" = ( -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bzi" = ( -/obj/structure/dispenser, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"bzl" = ( -/obj/structure/table/reinforced, -/obj/item/wrench, -/obj/item/crowbar/red, -/obj/item/stack/sheet/mineral/plasma, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"bzm" = ( -/obj/machinery/vending/cola, -/turf/simulated/floor/plasteel{ - icon_state = "yellowcorner" - }, -/area/hallway/primary/port/west) -"bzr" = ( -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/engine, -/area/security/execution) -"bzu" = ( -/obj/structure/table/wood, -/obj/item/trash/plate, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"bzy" = ( -/obj/effect/spawner/window/reinforced/plasma, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/engine/controlroom) -"bzz" = ( -/obj/structure/sign/electricshock, -/turf/simulated/wall/r_wall, -/area/engine/controlroom) -"bzA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/greengrid, -/area/engine/controlroom) -"bzB" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/engine/controlroom) -"bzC" = ( -/obj/machinery/door/airlock/security/glass{ - name = "High Sec Zone"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/permahallway) -"bzE" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"bzG" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "12;47" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"bzI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/northwestsouth, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"bzL" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"bzP" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/donkpockets{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/box/donkpockets, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/storage) -"bzS" = ( -/obj/machinery/vending/cigarette, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"bzT" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bzV" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/engine/controlroom) -"bzW" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port/west) -"bzX" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/status_display{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/storage/tech) -"bzY" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxport) -"bzZ" = ( -/obj/structure/rack, -/obj/item/circuitboard/scan_consolenew{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/circuitboard/med_data, -/obj/item/circuitboard/pandemic{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/tech) -"bAa" = ( -/obj/structure/sign/botany, -/turf/simulated/wall, -/area/hydroponics/abandoned_garden) -"bAe" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"bAh" = ( -/turf/simulated/wall/rust, -/area/hydroponics/abandoned_garden) -"bAi" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreencorner" - }, -/area/medical/virology/lab) -"bAk" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"bAl" = ( -/turf/simulated/wall, -/area/hallway/secondary/entry/louge) -"bAn" = ( -/obj/machinery/door/airlock/maintenance{ - name = "construction access" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"bAo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/universal, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bAr" = ( -/obj/machinery/embedded_controller/radio/airlock/access_controller{ - frequency = 1449; - id_tag = "turbine_control"; - name = "Turbine Access Console"; - pixel_x = 8; - pixel_y = -26; - req_access_txt = "12"; - tag_exterior_door = "gas_turbine_exterior"; - tag_interior_door = "gas_turbine_interior" - }, -/obj/machinery/ignition_switch{ - id = "Incinerator"; - pixel_x = 8; - pixel_y = -36 - }, -/obj/machinery/door_control{ - id = "turbinevent"; - name = "Turbine Vent Control"; - pixel_x = -8; - pixel_y = -36; - req_access_txt = "12" - }, -/obj/machinery/door_control{ - id = "auxincineratorvent"; - name = "Auxiliary Vent Control"; - pixel_x = -8; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/machinery/computer/turbine_computer{ - id = "incineratorturbine" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "caution" - }, -/area/maintenance/turbine) -"bAt" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/checkpoint/north) -"bAu" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 9 - }, -/obj/structure/table/reinforced, -/obj/item/folder, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "caution" - }, -/area/maintenance/turbine) -"bAv" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"bAw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/permahallway) -"bAy" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/louge) -"bAz" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/hallway/secondary/entry/louge) -"bAC" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "caution" - }, -/area/atmos) -"bAE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"bAF" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/louge) -"bAI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/security/checkpoint2) -"bAM" = ( -/mob/living/simple_animal/mouse/brown, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"bAN" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A25"; - location = "A24" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/south) -"bAP" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"bAQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "caution" - }, -/area/atmos) -"bAT" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/clipboard, -/obj/item/toy/figure/hop, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"bAV" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/delivery) -"bBf" = ( -/obj/structure/sign/botany, -/turf/simulated/wall/rust, -/area/hydroponics/abandoned_garden) -"bBg" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "ai2"; - name = "Turret Shutters" - }, -/turf/simulated/floor/plating, -/area/turret_protected/ai) -"bBi" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"bBj" = ( -/obj/effect/decal/warning_stripes/southeastcorner, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"bBl" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "caution" - }, -/area/engine/break_room) -"bBn" = ( -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "caution" - }, -/area/engine/break_room) -"bBo" = ( -/turf/simulated/wall, -/area/hydroponics/abandoned_garden) -"bBp" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "brown" - }, -/area/quartermaster/storage) -"bBr" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "caution" - }, -/area/engine/break_room) -"bBt" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"bBy" = ( -/mob/living/simple_animal/mouse/gray, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"bBA" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/obj/machinery/computer/guestpass{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "yellow" - }, -/area/engine/break_room) -"bBB" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/plasteel, -/area/maintenance/fpmaint2) -"bBC" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bBD" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "solar_xeno_outer"; - locked = 1; - name = "Engineering External Access"; - req_access = null; - req_access_txt = "10;13" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"bBF" = ( -/obj/item/trash/chips, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"bBG" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/vending/cola, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/hallway/secondary/entry/louge) -"bBH" = ( -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bBK" = ( -/turf/simulated/floor/wood{ - icon_state = "wood-broken7"; - tag = "icon-wood-broken7" - }, -/area/maintenance/abandonedbar) -"bBL" = ( -/obj/structure/rack, -/obj/item/circuitboard/cloning{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/circuitboard/clonescanner, -/obj/item/circuitboard/clonepod{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/tech) -"bBM" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/quartermaster/storage) -"bBN" = ( -/obj/structure/rack, -/obj/item/circuitboard/destructive_analyzer{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/circuitboard/protolathe, -/obj/item/circuitboard/circuit_imprinter{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/tech) -"bBQ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/quartermaster/qm) -"bBS" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bBV" = ( -/obj/structure/closet/radiation, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/maintenance/engrooms) -"bCc" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/obj/effect/decal/warning_stripes/north, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bCd" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxport) -"bCf" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/obj/effect/decal/warning_stripes/north, -/obj/effect/decal/warning_stripes/south, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bCh" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bCj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"bCk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Medbay Maintenance"; - req_one_access_txt = "5;12" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"bCl" = ( -/obj/machinery/camera{ - c_tag = "Bridge Port"; - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/bridge) -"bCm" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/grown/corn, -/obj/item/reagent_containers/food/snacks/grown/garlic, -/obj/item/reagent_containers/food/snacks/grown/citrus/orange, -/obj/item/reagent_containers/food/snacks/grown/cannabis{ - pixel_y = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "green" - }, -/area/hydroponics/abandoned_garden) -"bCn" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/bridge) -"bCo" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/folder/blue, -/obj/item/pen, -/obj/item/paper_bin, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/bridge) -"bCp" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/emergency, -/obj/item/wrench, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault"; - tag = "icon-vault (WEST)" - }, -/area/bridge) -"bCr" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/bridge) -"bCs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bCv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "greencorner" - }, -/area/hydroponics/abandoned_garden) -"bCy" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/maintenance/turbine) -"bCB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prisoner Processing"; - req_access_txt = "63" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/processing) -"bCC" = ( -/obj/item/mounted/frame/apc_frame, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"bCG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"bCI" = ( -/obj/structure/grille, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"bCJ" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "green" - }, -/area/hydroponics/abandoned_garden) -"bCK" = ( -/turf/simulated/wall/rust, -/area/maintenance/gambling_den) -"bCL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/junction{ - dir = 2; - icon_state = "pipe-j2"; - tag = "icon-pipe-j2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bCN" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Service Hall" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"bCO" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"bCP" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"bDb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/seed_extractor, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"bDd" = ( -/obj/machinery/hydroponics/soil, -/obj/effect/decal/warning_stripes/yellow, -/obj/item/seeds/tea, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/hydroponics/abandoned_garden) -"bDe" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/engine/break_room) -"bDf" = ( -/obj/machinery/vending/hydroseeds, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"bDg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel, -/area/hydroponics/abandoned_garden) -"bDh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bDi" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/security/vacantoffice) -"bDj" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/engine/break_room) -"bDk" = ( -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"bDm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"bDn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/pen, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/paper_bin, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"bDt" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"bDv" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"bDw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bDB" = ( -/obj/structure/table/reinforced, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/item/stock_parts/scanning_module, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/storage/tech) -"bDG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"bDI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellowcorner" - }, -/area/storage/primary) -"bDR" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Conference Room"; - req_access = null; - req_access_txt = "19" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"bDS" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bDT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/security/vacantoffice) -"bDV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bDW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/computer/communications, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/bridge) -"bDY" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/carpet, -/area/bridge) -"bEa" = ( -/obj/machinery/vending/suitdispenser, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/locker) -"bEc" = ( -/obj/machinery/ai_status_display{ - pixel_x = -32 - }, -/obj/machinery/computer/crew, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "blue" - }, -/area/bridge/checkpoint/north) -"bEd" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/cabin1) -"bEe" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/checkpoint/north) -"bEf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 8; - icon_state = "pipe-j2s"; - name = "Custodial Junction"; - sortType = 22 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bEg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bEh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bEi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bEk" = ( -/obj/machinery/slot_machine, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"bEl" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"bEm" = ( -/obj/machinery/gameboard, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"bEn" = ( -/obj/structure/table/reinforced, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/obj/item/reagent_containers/food/drinks/bottle/patron, -/obj/item/storage/fancy/cigarettes/cigpack_shadyjims, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"bEr" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"bEs" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"bEt" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/barricade/wooden, -/obj/machinery/door/airlock/maintenance, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"bEv" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/prisonershuttle) -"bEw" = ( -/obj/structure/statue/chickenstatue, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/mrchangs) -"bEx" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 2; - height = 18; - id = "skipjack_se"; - name = "southeast of SS13"; - width = 19 - }, -/turf/space, -/area/space) -"bEG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bEI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/secondary/entry/louge) -"bEJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"bEK" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "privateroom" - }, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "privateroom" - }, -/obj/structure/window/reinforced/polarized{ - id = "privateroom" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "privateroom" - }, -/turf/simulated/floor/plating, -/area/crew_quarters/bar/atrium) -"bEN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/louge) -"bEO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/secondary/entry/louge) -"bER" = ( -/obj/structure/chair/stool, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"bES" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"bEV" = ( -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"bEX" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"bFb" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bFc" = ( -/turf/simulated/floor/wood{ - icon_state = "wood-broken5"; - tag = "icon-wood-broken5" - }, -/area/maintenance/abandonedbar) -"bFf" = ( -/obj/structure/rack, -/obj/item/circuitboard/atmos_alert{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/circuitboard/powermonitor, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/tech) -"bFi" = ( -/obj/structure/closet/secure_closet, -/obj/item/storage/secure/briefcase, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "blue" - }, -/area/bridge/checkpoint/north) -"bFk" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/storage/box/lights/mixed, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"bFq" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bFr" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"bFu" = ( -/turf/simulated/wall, -/area/maintenance/apmaint) -"bFv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bFw" = ( -/obj/machinery/hydroponics/soil, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"bFx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = -32 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bFy" = ( -/obj/structure/table/wood, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"bFz" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload"; - req_access_txt = "30" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai_upload) -"bFA" = ( -/turf/simulated/floor/carpet, -/area/security/vacantoffice) -"bFB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/checkpoint/north) -"bFC" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/louge) -"bFD" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/security/checkpoint2) -"bFE" = ( -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bFG" = ( -/obj/structure/barricade/wooden, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"bFH" = ( -/obj/structure/chair/stool/bar, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/maintenance/abandonedbar) -"bFI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"bFJ" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bFK" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"bFQ" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/light_switch{ - pixel_x = -22 - }, -/turf/simulated/floor/carpet, -/area/security/detectives_office) -"bFR" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/structure/extinguisher_cabinet{ - pixel_x = 25 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "brown" - }, -/area/quartermaster/office) -"bFS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/lawoffice) -"bFU" = ( -/obj/item/radio/intercom{ - dir = 1; - pixel_x = 28 - }, -/turf/simulated/floor/wood, -/area/maintenance/abandonedbar) -"bFV" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"bGh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"bGm" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/qm) -"bGq" = ( -/obj/structure/table/reinforced, -/obj/item/wrench, -/obj/item/crowbar, -/obj/item/mmi, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"bGs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"bGt" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port/west) -"bGv" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/qm) -"bGw" = ( -/obj/machinery/biogenerator, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/hydroponics/abandoned_garden) -"bGy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/hydroponics/abandoned_garden) -"bGz" = ( -/turf/simulated/wall/r_wall, -/area/crew_quarters/chief) -"bGB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/warning_stripes/northwest, -/obj/structure/rack, -/obj/item/weldingtool, -/obj/item/assembly/voice, -/obj/item/clothing/head/welding, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bGC" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"bGD" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/engine/engineering/monitor) -"bGE" = ( -/obj/structure/sign/electricshock, -/turf/simulated/wall/r_wall, -/area/engine/engineering/monitor) -"bGJ" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/southwest, -/obj/effect/decal/warning_stripes/north, -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bGK" = ( -/obj/structure/rack, -/obj/item/circuitboard/teleporter_hub{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/circuitboard/teleporter_station, -/obj/item/circuitboard/teleporter{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/tech) -"bGL" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/rack, -/obj/item/circuitboard/autolathe{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/circuitboard/mechfab, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/tech) -"bGM" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 4; - name = "Труба фильтрации" - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"bGO" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/storage/tech) -"bGY" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/storage/primary) -"bHd" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"bHe" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 4; - name = "Труба фильтрации" - }, -/turf/simulated/floor/plasteel{ - icon_state = "caution" - }, -/area/atmos) -"bHf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/remains/human, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "greencorner" - }, -/area/hydroponics/abandoned_garden) -"bHj" = ( -/turf/simulated/wall/r_wall, -/area/bridge/meeting_room) -"bHl" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/effect/decal/warning_stripes/south, -/obj/effect/decal/warning_stripes/north, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bHo" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/controlroom) -"bHp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"bHq" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/controlroom) -"bHr" = ( -/obj/structure/table/wood, -/obj/machinery/light/small, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"bHs" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain) -"bHu" = ( -/obj/machinery/hydroponics/soil, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/seeds/wheat, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"bHv" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/donut_box, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain) -"bHw" = ( -/obj/machinery/light, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -2; - pixel_y = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/mrchangs) -"bHx" = ( -/turf/simulated/wall/r_wall, -/area/crew_quarters/captain) -"bHz" = ( -/obj/structure/chair/wood{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -8; - pixel_y = -25 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/mrchangs) -"bHH" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/processing) -"bHI" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Briefing"; - name = "Briefing Room Shutters" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/main) -"bHN" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/serviceyard) -"bHO" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/evidence) -"bHQ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/processing) -"bHS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/office) -"bHW" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Bay"; - req_access_txt = "31" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"bHX" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/storage) -"bHY" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"bId" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/stamp/qm, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/qm) -"bIn" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/maintcentral) -"bIp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Quartermaster" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/qm) -"bIq" = ( -/obj/machinery/computer/drone_control, -/turf/simulated/floor/plasteel{ - dir = 7; - icon_state = "yellow" - }, -/area/engine/break_room) -"bIr" = ( -/obj/machinery/autolathe, -/turf/simulated/floor/plasteel{ - dir = 7; - icon_state = "yellow" - }, -/area/engine/break_room) -"bIz" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/computer/security/engineering, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/engineering/monitor) -"bIA" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/break_room) -"bIE" = ( -/obj/machinery/status_display{ - pixel_x = 32 - }, -/obj/machinery/pdapainter, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"bIG" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/heads/hop) -"bIH" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/greengrid, -/area/engine/controlroom) -"bIK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"bIP" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; - dir = 10; - name = "Труба обработки" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"bIT" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/lighter/zippo, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"bIV" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/table/wood, -/obj/item/folder/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"bIW" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"bIX" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"bJa" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"bJf" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bJh" = ( -/turf/simulated/wall/r_wall, -/area/turret_protected/ai_upload) -"bJi" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"bJk" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/security/vacantoffice) -"bJn" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/security/customs) -"bJp" = ( -/obj/machinery/atmospherics/binary/valve, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"bJs" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/checkpoint/north) -"bJy" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/beach/water{ - icon_state = "seadeep" - }, -/area/crew_quarters/fitness) -"bJA" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = 30 - }, -/turf/space, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitered" - }, -/area/security/medbay) -"bJF" = ( -/obj/machinery/light/small, -/obj/machinery/camera{ - c_tag = "Xeno Containment 2"; - dir = 1; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"bJP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/medical/research{ - name = "Research Division" - }) -"bJW" = ( -/turf/simulated/wall/r_wall, -/area/turret_protected/aisat) -"bJZ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/crew_quarters/chief) -"bKc" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "redcorner" - }, -/area/hallway/secondary/entry/louge) -"bKd" = ( -/obj/structure/sink/kitchen{ - pixel_y = 25 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood{ - icon_state = "wood-broken6"; - tag = "icon-wood-broken6" - }, -/area/maintenance/abandonedbar) -"bKe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bKf" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/structure/sign/vacuum{ - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/south, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bKi" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering/monitor) -"bKl" = ( -/obj/machinery/camera{ - c_tag = "Engineering Monitoring"; - dir = 4; - network = list("Engineering","SS13"); - pixel_y = -22 - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/engine/engineering/monitor) -"bKr" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/clothing/accessory/stethoscope, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"bKs" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "bluecorner" - }, -/area/hydroponics) -"bKy" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/crate/engineering{ - desc = "В ящике хранится оборудование и ресурсы для осуществления ремонта станции гражданским персоналом в случае нужды или безработицы"; - name = "Ящик оборудования для ремонта" - }, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/obj/item/stack/sheet/glass{ - amount = 50 - }, -/obj/item/storage/box/lights/mixed, -/obj/item/storage/box/lights/mixed, -/obj/item/storage/box/lights/mixed, -/obj/item/clothing/head/welding, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/airlock_painter, -/obj/item/floor_painter, -/obj/item/floor_painter, -/obj/item/airlock_painter, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"bKB" = ( -/turf/simulated/floor/plasteel{ - icon_state = "yellowcorner" - }, -/area/storage/primary) -"bKE" = ( -/obj/machinery/computer/account_database, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge/meeting_room) -"bKF" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/south, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bKH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_upload) -"bKK" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/southeast, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/mass_driver{ - dir = 4; - id_tag = "trash" - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bKN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_upload) -"bKP" = ( -/obj/structure/bed/dogbed{ - name = "fox box" - }, -/mob/living/simple_animal/pet/dog/fox/Renault, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/captain) -"bKU" = ( -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"bKV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bLb" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"bLc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bLl" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"bLm" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"bLo" = ( -/obj/machinery/door/airlock/maintenance{ - name = "construction access" - }, -/obj/structure/barricade/wooden, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"bLq" = ( -/obj/structure/fans/tiny, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/door/poddoor{ - id_tag = "trash"; - name = "disposals blast door"; - protected = 0 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bLu" = ( -/turf/space, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/processing) -"bLv" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/interrogation) -"bLA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxport) -"bLH" = ( -/obj/structure/table/reinforced, -/obj/item/cartridge/quartermaster{ - pixel_x = -3 - }, -/obj/item/cartridge/quartermaster{ - pixel_x = 5; - pixel_y = 3 - }, -/obj/item/cartridge/quartermaster{ - pixel_x = -1; - pixel_y = 7 - }, -/obj/item/gps/mining, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/qm) -"bLL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"bLO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/turretid/stun{ - control_area = "\improper AI Satellite Antechamber"; - name = "AI Antechamber Turret Control"; - pixel_y = 28; - req_access_txt = "75" - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/turret_protected/aisat) -"bLT" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxport) -"bMd" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id_tag = "ceprivacy"; - name = "CE Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/chief) -"bMe" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"bMg" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 4 - }, -/turf/space, -/area/space/nearstation) -"bMi" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxport) -"bMk" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxport) -"bMl" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"bMn" = ( -/obj/effect/decal/warning_stripes/north, -/obj/effect/decal/warning_stripes/south, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"bMo" = ( -/obj/machinery/light_switch{ - pixel_x = -26 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "yellow" - }, -/area/engine/engineering/monitor) -"bMq" = ( -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/obj/structure/closet/firecloset, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/engineering/monitor) -"bMz" = ( -/obj/machinery/computer/security/mining, -/obj/structure/extinguisher_cabinet{ - pixel_x = 25 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/qm) -"bMA" = ( -/obj/structure/reflector/box{ - dir = 4 - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"bMB" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "Perma1"; - name = "Permabrig Access"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"bMC" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "blue" - }, -/area/bridge/checkpoint/north) -"bMD" = ( -/obj/effect/decal/warning_stripes/north, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"bMG" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"bMH" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/nw) -"bMJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/hydroponics/soil, -/obj/effect/decal/warning_stripes/yellow, -/obj/item/seeds/harebell, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"bMM" = ( -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "red" - }, -/area/security/main) -"bMN" = ( -/obj/machinery/alarm{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/porta_turret{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai_upload) -"bMP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/yellow, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "green" - }, -/area/hydroponics/abandoned_garden) -"bMQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/ai_slipper, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_upload) -"bMS" = ( -/obj/machinery/atmospherics/trinary/tvalve/digital/flipped/bypass{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"bMU" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/west, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/closet/secure_closet/atmos_personal, -/obj/item/extinguisher/mini, -/turf/simulated/floor/plasteel, -/area/atmos) -"bMV" = ( -/obj/machinery/porta_turret{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai_upload) -"bMW" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 1; - name = "Труба дыхательной смеси" - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"bMY" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai_upload) -"bNc" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/ne) -"bNd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bNk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"bNl" = ( -/obj/structure/table, -/obj/item/folder, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"bNo" = ( -/obj/machinery/door/window/brigdoor{ - dir = 1; - id = "Cell 5"; - name = "Cell 5"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/space, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prison/cell_block/A) -"bNz" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/secondary/entry/louge) -"bNA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bNC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bNE" = ( -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/sleeper) -"bNF" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bNH" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple"; - tag = "icon-whitepurple (EAST)" - }, -/area/medical/research{ - name = "Research Division" - }) -"bNJ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bNK" = ( -/obj/structure/table/wood, -/obj/item/phone, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"bNL" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Warden"; - name = "Warden Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/warden) -"bNR" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"bNS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bNX" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"bNY" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id_tag = "ceprivacy"; - name = "CE Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/chief) -"bOb" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"bOf" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"bOh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"bOj" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/machinery/camera{ - c_tag = "Journalist Office"; - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"bOk" = ( -/obj/structure/rack, -/obj/item/circuitboard/camera{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/circuitboard/prisoner, -/obj/item/circuitboard/secure_data{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/tech) -"bOl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"bOm" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/mob/living/simple_animal/mouse/brown, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bOn" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/wood, -/area/security/vacantoffice) -"bOo" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/turf/simulated/floor/wood, -/area/security/vacantoffice) -"bOq" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/airlock/public/glass, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/port/east) -"bOr" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "blue" - }, -/area/bridge/checkpoint/north) -"bOs" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/simulated/floor/wood, -/area/security/vacantoffice) -"bOt" = ( -/obj/item/flag/nt, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/wood, -/area/ntrep) -"bOu" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"bOv" = ( -/turf/simulated/floor/carpet, -/area/hallway/secondary/entry/louge) -"bOw" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"bOz" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/secure_closet/cargotech, -/obj/item/stamp/granted, -/obj/item/stamp/denied, -/turf/simulated/floor/plasteel{ - icon_state = "purple" - }, -/area/quartermaster/storage) -"bOA" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/hallway/primary/central/nw) -"bOD" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "blue" - }, -/area/bridge/checkpoint/north) -"bOE" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"bOG" = ( -/obj/item/aiModule/reset, -/obj/structure/table/glass, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai_upload) -"bOI" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/closet/crate, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"bOL" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/security/nuke_storage) -"bON" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 1 - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"bOO" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/hallway/secondary/entry/louge) -"bOP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/clothing/gloves/color/yellow, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "yellow" - }, -/area/maintenance/engrooms) -"bOQ" = ( -/obj/structure/table/wood, -/obj/machinery/computer/security/wooden_tv, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"bOR" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/hallway/secondary/entry/louge) -"bOS" = ( -/obj/structure/table/wood, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/hallway/secondary/entry/louge) -"bOT" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/qm) -"bOU" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/bed/dogbed, -/mob/living/simple_animal/pet/sloth/paperwork, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "brown" - }, -/area/quartermaster/qm) -"bOX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/ne) -"bOZ" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/fitness) -"bPj" = ( -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/iv_bag/blood/AMinus, -/obj/item/reagent_containers/iv_bag/blood/APlus, -/obj/item/reagent_containers/iv_bag/blood/BMinus, -/obj/item/reagent_containers/iv_bag/blood/BPlus, -/obj/item/reagent_containers/iv_bag/blood/OPlus, -/obj/item/reagent_containers/iv_bag/blood/OMinus, -/obj/item/reagent_containers/iv_bag/salglu, -/obj/item/reagent_containers/iv_bag/salglu, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/door_control{ - id = "First Surgery Window"; - name = "Surgery Window Shutters Control"; - pixel_y = -26 - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/surgery1) -"bPr" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bPt" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/window/westleft{ - dir = 2; - name = "Janitoral Delivery"; - req_access_txt = "26" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "purple" - }, -/area/janitor) -"bPv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "redcorner" - }, -/area/security/armoury) -"bPw" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 1; - name = "Труба смешивания" - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel, -/area/atmos) -"bPy" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/obj/machinery/atmospherics/binary/pump{ - desc = "Подаёт кислород в смеситель для создания дыхательной смеси, которая потом распространяется по станции"; - dir = 8; - name = "Кислород (O2) в дыхательную смесь"; - on = 1; - target_pressure = 101 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "blue" - }, -/area/atmos) -"bPA" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "garbage" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/west, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bPB" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bPD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Cargo Bay Maintenance"; - req_access_txt = "31" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bPH" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"bPK" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/break_room) -"bPM" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat) -"bPR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"bPT" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/light{ - dir = 1; - pixel_y = -6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"bPU" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"bPV" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"bPW" = ( -/obj/machinery/atmospherics/binary/valve/digital, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/controlroom) -"bPY" = ( -/obj/structure/chair/comfy/beige{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"bPZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"bQa" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/trinary/tvalve/digital/flipped/bypass, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"bQc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/ward) -"bQd" = ( -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"bQe" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"bQf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain) -"bQh" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/camera{ - c_tag = "Engineering Access"; - dir = 4; - network = list("Engineering","SS13"); - pixel_y = -1 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"bQk" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering/monitor) -"bQl" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering/monitor) -"bQm" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/engine/engineering/monitor) -"bQp" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/engine/engineering/monitor) -"bQq" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A20"; - location = "A19" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cautioncorner" - }, -/area/hallway/primary/port/west) -"bQr" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/lights/mixed, -/obj/item/storage/box/lights/mixed{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/lightreplacer{ - pixel_y = 5 - }, -/obj/item/lightreplacer{ - pixel_y = 5 - }, -/obj/effect/decal/cleanable/cobweb{ - layer = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/hardsuitstorage) -"bQu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/office) -"bQw" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/west, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"bQx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"bQB" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"bQD" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"bQE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance{ - name = "construction access" - }, -/obj/structure/barricade/wooden, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"bQF" = ( -/obj/machinery/light/small, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"bQH" = ( -/turf/simulated/floor/engine, -/area/engine/controlroom) -"bQL" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/suit_storage_unit/atmos, -/turf/simulated/floor/plasteel, -/area/atmos) -"bQN" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/toilet{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Captain" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/captain/bedroom) -"bQO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/safe/floor, -/obj/item/pneumatic_cannon/ghetto, -/obj/item/tank/oxygen, -/obj/item/clothing/gloves/color/yellow, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "neutral" - }, -/area/maintenance/engrooms) -"bQP" = ( -/obj/structure/table, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/reagentgrinder{ - pixel_x = -1; - pixel_y = 9 - }, -/obj/machinery/vending/wallmed{ - pixel_y = 30 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"bQS" = ( -/obj/structure/sign/electricshock, -/turf/simulated/wall/r_wall, -/area/security/nuke_storage) -"bQT" = ( -/obj/machinery/floodlight, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"bQU" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"bQV" = ( -/obj/structure/table/wood, -/obj/item/book/manual/security_space_law, -/turf/simulated/floor/carpet, -/area/lawoffice) -"bQW" = ( -/obj/effect/decal/warning_stripes/west{ - icon = 'icons/turf/floors.dmi'; - icon_state = "siding4" - }, -/obj/effect/decal/warning_stripes/west{ - icon = 'icons/turf/floors.dmi'; - icon_state = "siding8" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "asteroid"; - tag = "icon-asteroid (NORTH)" - }, -/area/hydroponics) -"bRe" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain/bedroom) -"bRj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"bRk" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"bRo" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/glasses/science, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitepurple" - }, -/area/medical/research{ - name = "Research Division" - }) -"bRp" = ( -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/starboard) -"bRr" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Chamber Hallway"; - req_access_txt = "75" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"bRt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"bRv" = ( -/obj/structure/table/reinforced, -/obj/item/paper/deltainfo, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"bRx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"bRy" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/mob/living/simple_animal/bot/secbot/pingsky, -/turf/simulated/floor/plasteel{ - icon_state = "darkbluefull" - }, -/area/turret_protected/aisat) -"bRA" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkbluecorners" - }, -/area/turret_protected/aisat) -"bRC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/wall/r_wall, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"bRD" = ( -/obj/structure/showcase{ - density = 0; - dir = 4; - icon = 'icons/mob/robots.dmi'; - icon_state = "robot_old"; - name = "Cyborg Statue"; - pixel_x = -9; - pixel_y = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/turretid/stun{ - control_area = "\improper AI Satellite"; - name = "AI Antechamber Turret Control"; - pixel_x = -32; - req_access_txt = "75" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"bRE" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"bRF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/emitter{ - dir = 1 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"bRK" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bRO" = ( -/obj/structure/transit_tube{ - icon_state = "N-SE"; - tag = "icon-N-SE" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/construction/hallway) -"bRT" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/crew_quarters/chief) -"bRW" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -22 - }, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"bRX" = ( -/obj/machinery/alarm{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/light/small, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"bRY" = ( -/obj/structure/disposalpipe/segment, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -26 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "purple" - }, -/area/janitor) -"bRZ" = ( -/obj/machinery/light/small, -/obj/structure/closet/radiation, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28; - pixel_y = -28 - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"bSc" = ( -/obj/machinery/ai_status_display{ - pixel_y = -32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/recharge_station, -/turf/simulated/floor/plasteel{ - dir = 7; - icon_state = "yellow" - }, -/area/engine/engineering/monitor) -"bSf" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id_tag = "ceprivacy"; - name = "CE Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/chief) -"bSg" = ( -/obj/effect/landmark/start{ - name = "Janitor" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "purplecorner" - }, -/area/janitor) -"bSo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat) -"bSr" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/turretid/stun{ - control_area = "\improper AI Satellite"; - name = "AI Antechamber Turret Control"; - pixel_x = 32; - req_access_txt = "75" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"bSt" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/airlock/public/glass, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/port/east) -"bSu" = ( -/obj/structure/sink{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "green" - }, -/area/hydroponics/abandoned_garden) -"bSw" = ( -/obj/structure/table, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"bSy" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/structure/bed, -/obj/item/bedsheet/clown, -/turf/simulated/floor/plasteel{ - icon_state = "bar" - }, -/area/clownoffice) -"bSz" = ( -/obj/machinery/alarm{ - pixel_y = 22 - }, -/mob/living/simple_animal/bot/cleanbot{ - on = 0 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "purple" - }, -/area/janitor) -"bSA" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"bSE" = ( -/turf/simulated/wall/r_wall, -/area/crew_quarters/heads/hop) -"bSH" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bSI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/hydroponics/abandoned_garden) -"bSJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/qm) -"bSK" = ( -/obj/machinery/camera{ - c_tag = "Cargo Backroom" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"bSM" = ( -/obj/structure/table, -/obj/item/wrench, -/obj/item/crowbar, -/obj/item/reagent_containers/glass/bucket, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "green" - }, -/area/hydroponics/abandoned_garden) -"bSN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/captain/bedroom) -"bST" = ( -/turf/simulated/wall/r_wall, -/area/crew_quarters/captain/bedroom) -"bTa" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/northeast, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/closet/secure_closet/atmos_personal, -/obj/item/extinguisher/mini, -/turf/simulated/floor/plasteel, -/area/atmos) -"bTo" = ( -/obj/effect/decal/warning_stripes/west{ - icon = 'icons/turf/floors.dmi'; - icon_state = "siding1" - }, -/obj/effect/decal/warning_stripes/west{ - icon = 'icons/turf/floors.dmi'; - icon_state = "siding2" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "asteroid"; - tag = "icon-asteroid (NORTH)" - }, -/area/hydroponics) -"bTs" = ( -/obj/machinery/computer/monitor, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Minisat Maintenance Room"; - dir = 1; - network = list("Minisat","SS13") - }, -/obj/machinery/status_display{ - pixel_y = -32 - }, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"bTt" = ( -/obj/machinery/cryopod/robot, -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/computer/cryopod/robot{ - pixel_y = -30 - }, -/turf/simulated/floor/plating, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"bTv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sink{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "green" - }, -/area/hydroponics/abandoned_garden) -"bTx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/wall/r_wall, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"bTy" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/turret_protected/aisat) -"bTA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat) -"bTB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat) -"bTD" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/turret_protected/aisat) -"bTE" = ( -/obj/structure/table, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/obj/item/storage/bag/plants/portaseeder, -/turf/simulated/floor/plating, -/area/hydroponics/abandoned_garden) -"bTG" = ( -/obj/machinery/newscaster{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"bTI" = ( -/obj/machinery/light, -/obj/machinery/status_display{ - pixel_y = -32 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/showcase{ - layer = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"bTK" = ( -/obj/machinery/recharge_station, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"bTM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bTQ" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/crayons, -/turf/simulated/floor/wood, -/area/library/abandoned) -"bTR" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Checkpoint Maintenance"; - req_access_txt = "19" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/bridge/checkpoint/north) -"bTV" = ( -/obj/machinery/status_display{ - pixel_x = 32 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28; - pixel_y = -32 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/folder/blue{ - pixel_x = 5; - pixel_y = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "yellow" - }, -/area/engine/engineering/monitor) -"bTY" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"bTZ" = ( -/obj/machinery/flasher{ - id = "hopflash"; - pixel_y = 58 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel, -/area/hallway/primary/central/west) -"bUa" = ( -/obj/structure/table/reinforced, -/obj/item/folder/blue, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/brigdoor/eastleft{ - name = "Access Desk"; - req_access_txt = "57" - }, -/obj/machinery/door/window/westright{ - name = "Access Queue" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "hopprivacy"; - name = "Head of Personal Privacy Shutters" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/heads/hop) -"bUc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/louge) -"bUd" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/security/checkpoint2) -"bUe" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"bUf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/storage) -"bUg" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"bUh" = ( -/obj/structure/table/reinforced, -/obj/item/storage/fancy/donut_box, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"bUk" = ( -/obj/item/trash/pistachios, -/turf/simulated/floor/carpet, -/area/maintenance/abandonedbar) -"bUl" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'RADIOACTIVE AREA'"; - icon_state = "radiation"; - name = "RADIOACTIVE AREA" - }, -/turf/simulated/wall, -/area/engine/engineering) -"bUm" = ( -/obj/effect/decal/warning_stripes/west{ - icon = 'icons/turf/floors.dmi'; - icon_state = "siding2" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "asteroid"; - tag = "icon-asteroid (NORTH)" - }, -/area/hydroponics) -"bUn" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/engine/engineering/monitor) -"bUo" = ( -/obj/structure/table/wood, -/obj/item/clothing/head/ushanka, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/maintenance/fsmaint) -"bUq" = ( -/obj/machinery/light/small{ - dir = 4; - tag = "icon-bulb1 (EAST)" - }, -/obj/structure/table/wood, -/turf/simulated/floor/wood, -/area/maintenance/abandonedbar) -"bUt" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/bridge) -"bUv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bUw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"bUC" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/serviceyard) -"bUD" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/turret_protected/aisat) -"bUG" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "2" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"bUH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/crew_quarters/locker) -"bUI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/computer/card, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/heads/hop) -"bUN" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "garbage" - }, -/obj/effect/decal/warning_stripes/west, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bUO" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"bUR" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 1; - icon_state = "left"; - name = "Danger: Conveyor Access"; - req_access_txt = "12" - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bUT" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/space, -/area/space/nearstation) -"bVd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"bVj" = ( -/obj/machinery/ai_slipper, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"bVk" = ( -/turf/space, -/turf/simulated/wall/r_wall, -/area/engine/controlroom) -"bVn" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -25 - }, -/obj/machinery/light/small, -/obj/structure/closet/crate, -/obj/item/storage/belt/champion, -/obj/item/stack/sheet/mineral/gold, -/obj/item/stack/sheet/mineral/gold, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/security/nuke_storage) -"bVo" = ( -/obj/machinery/ai_status_display{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/security/nuke_storage) -"bVq" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"bVr" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/recharger{ - pixel_y = 3 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/engineering/monitor) -"bVt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/crew_quarters/chief) -"bVz" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bVC" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreen"; - tag = "icon-whitegreen (WEST)" - }, -/area/medical/virology/lab) -"bVH" = ( -/obj/structure/reflector/box, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"bVI" = ( -/obj/effect/spawner/window/reinforced/plasma, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/engine/controlroom) -"bVJ" = ( -/obj/machinery/monkey_recycler, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"bVL" = ( -/obj/structure/chair/stool, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bVN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bVO" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkbluefull" - }, -/area/turret_protected/aisat) -"bVP" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/obj/item/flag/nt, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/turret_protected/aisat) -"bVS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bVU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bVZ" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"bWa" = ( -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bWb" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bWd" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/east, -/obj/structure/window/reinforced, -/obj/structure/closet/secure_closet/atmos_personal, -/obj/item/extinguisher/mini, -/turf/simulated/floor/plasteel, -/area/atmos) -"bWf" = ( -/obj/structure/disposalpipe/segment, -/obj/vehicle/janicart{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "purple" - }, -/area/janitor) -"bWg" = ( -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/janitor) -"bWl" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/chief) -"bWm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"bWn" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/engine/engineering/monitor) -"bWp" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/smes{ - charge = 2e+006 - }, -/turf/simulated/floor/greengrid, -/area/engine/engineering) -"bWs" = ( -/obj/machinery/atmospherics/trinary/filter{ - desc = "Отфильтровывает кислород из трубы и отправляет его в камеру хранения"; - dir = 1; - filter_type = 1; - name = "Фильтр Кислорода (O2)"; - on = 1; - target_pressure = 4500 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "blue" - }, -/area/atmos) -"bWv" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/fore) -"bWw" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/sorting) -"bWx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/firecloset, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bWz" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/firelock_electronics, -/obj/item/firelock_electronics, -/obj/item/firealarm_electronics, -/obj/item/firealarm_electronics, -/obj/item/circuitboard/sleeper, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/storage/tech) -"bWB" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"bWK" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cautioncorner" - }, -/area/hallway/primary/port/west) -"bWL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bWO" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/atmos) -"bWP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"bWQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/fpmaint2) -"bWR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bWS" = ( -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "green" - }, -/area/hydroponics) -"bWW" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/east) -"bWZ" = ( -/obj/structure/sink{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/hydroponics) -"bXb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/freezer{ - req_access_txt = "28" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/crew_quarters/kitchen) -"bXf" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bXh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"bXi" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/coffee, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/carpet, -/area/lawoffice) -"bXk" = ( -/obj/effect/landmark{ - name = "blobstart" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"bXu" = ( -/obj/structure/table/wood, -/obj/machinery/fishtank/bowl{ - pixel_y = 5 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/turf/simulated/floor/carpet, -/area/civilian/pet_store) -"bXy" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"bXA" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"bXB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/closet/cardboard, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"bXD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Primary Security Hallway East"; - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/security/lobby) -"bXG" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall/r_wall, -/area/turret_protected/ai) -"bXH" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall13" - }, -/area/shuttle/administration) -"bXJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bXL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/official/obey{ - pixel_y = 32 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bXM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"bXN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Bay"; - req_access_txt = "31" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"bXO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/northwest, -/obj/effect/decal/warning_stripes/yellow/partial, -/obj/effect/decal/warning_stripes/arrow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"bXP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/north, -/obj/effect/decal/warning_stripes/yellow/partial, -/obj/effect/decal/warning_stripes/arrow, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"bXR" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"bXS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/north, -/obj/effect/decal/warning_stripes/yellow/partial, -/obj/effect/decal/warning_stripes/arrow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"bXU" = ( -/turf/simulated/wall/r_wall, -/area/engine/engineering) -"bXY" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/engineering) -"bYa" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/taperecorder, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"bYc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/east, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering Storage"; - req_access_txt = "32" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"bYd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bYf" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction{ - dir = 4; - icon_state = "pipe-j2"; - tag = "icon-pipe-j2 (EAST)" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"bYg" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"bYj" = ( -/turf/simulated/wall, -/area/library) -"bYl" = ( -/obj/structure/transit_tube{ - icon_state = "E-SW-NW"; - tag = "icon-E-SW-NW" - }, -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/space, -/area/space/nearstation) -"bYn" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"bYp" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/paper/ntrep, -/obj/item/flashlight/lamp/green{ - pixel_x = -5; - pixel_y = 12 - }, -/turf/simulated/floor/carpet, -/area/ntrep) -"bYq" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/machinery/door/window/westleft{ - dir = 4; - name = "Mining Desk"; - req_access_txt = "48" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bYx" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain/bedroom) -"bYz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"bYA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"bYB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"bYJ" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"bYM" = ( -/turf/simulated/wall, -/area/magistrateoffice) -"bYW" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Captain" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain/bedroom) -"bYY" = ( -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"bZf" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Chief Engineer's Desk"; - departmentType = 7; - name = "Chief Engineer Requests Console"; - pixel_y = -32 - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/photocopier{ - pixel_y = 2 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"bZh" = ( -/obj/effect/decal/warning_stripes/arrow{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow/partial{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"bZl" = ( -/obj/structure/grille, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"bZm" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"bZn" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"bZs" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"bZt" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/engine/engineering) -"bZv" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/decal/warning_stripes/southwest, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"bZz" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/secondary/entry/louge) -"bZE" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/window/westright{ - dir = 4; - name = "Library Delivery"; - req_access_txt = "37" - }, -/turf/simulated/floor/wood, -/area/library) -"bZH" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/hallway/secondary/entry/louge) -"bZI" = ( -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"bZJ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/quartermaster/storage) -"bZL" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/secondary/entry/louge) -"bZN" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/secondary/entry/louge) -"bZO" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bZP" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"bZV" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/wood, -/area/maintenance/abandonedbar) -"bZX" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood, -/area/maintenance/abandonedbar) -"bZY" = ( -/obj/effect/landmark/start{ - name = "Barber" - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "barber" - }, -/area/civilian/barber) -"bZZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -25 - }, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"cac" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/showcase, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/security/warden) -"cae" = ( -/obj/item/trash/popcorn, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"caf" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cag" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/wood, -/area/crew_quarters/captain/bedroom) -"cah" = ( -/obj/structure/chair/wood/wings{ - dir = 4; - tag = "icon-wooden_chair_wings (EAST)" - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/obj/machinery/light/small, -/turf/simulated/floor/carpet, -/area/maintenance/abandonedbar) -"cai" = ( -/obj/structure/table/wood, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/recharger, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain/bedroom) -"caj" = ( -/obj/structure/filingcabinet, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain/bedroom) -"cak" = ( -/obj/structure/dresser, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain/bedroom) -"cal" = ( -/obj/structure/table/wood, -/obj/item/storage/pill_bottle/random_drug_bottle, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"cam" = ( -/obj/effect/decal/warning_stripes/east, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"car" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"cas" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/glass{ - name = "Hydroponics"; - req_one_access_txt = "28;35" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/hydroponics) -"cau" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "redcorner" - }, -/area/crew_quarters/courtroom) -"cav" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/crew_quarters/courtroom) -"caw" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "blue" - }, -/area/crew_quarters/courtroom) -"cay" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"caA" = ( -/obj/machinery/power/rad_collector, -/obj/structure/cable/yellow{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/greengrid, -/area/engine/supermatter) -"caB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"caD" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"caE" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/maintcentral) -"caF" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"caI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 4; - name = "Sorting Office"; - sortType = 2 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"caK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/wood/wings{ - dir = 8; - tag = "icon-wooden_chair_wings (WEST)" - }, -/turf/simulated/floor/carpet, -/area/maintenance/abandonedbar) -"caL" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"caN" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"caQ" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cbb" = ( -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"cbc" = ( -/obj/effect/decal/warning_stripes/southwestcorner, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"cbj" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"cbk" = ( -/obj/machinery/vending/engivend, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/engineering) -"cbl" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable/yellow, -/turf/simulated/floor/plating, -/area/engine/engineering) -"cbm" = ( -/obj/machinery/status_display{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Engine SMES"; - dir = 1; - network = list("Engineering","SS13") - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -26; - pixel_y = -28 - }, -/obj/machinery/computer/monitor, -/obj/structure/cable/yellow, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/engine/engineering) -"cbn" = ( -/obj/machinery/shieldgen, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"cbp" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"cbs" = ( -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cbt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/wood/wings{ - dir = 1; - tag = "icon-wooden_chair_wings (NORTH)" - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"cbu" = ( -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall, -/area/maintenance/disposal) -"cbx" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"cbz" = ( -/obj/structure/table, -/obj/machinery/kitchen_machine/microwave, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"cbA" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/wood, -/area/library) -"cbB" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/reagent_dispensers/watertank/high, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "purple" - }, -/area/janitor) -"cbC" = ( -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"cbD" = ( -/obj/effect/decal/warning_stripes/west, -/obj/effect/decal/warning_stripes/south, -/obj/effect/decal/warning_stripes/northeastcorner, -/obj/machinery/conveyor{ - dir = 9; - id = "garbage" - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"cbE" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"cbH" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"cbI" = ( -/obj/effect/decal/warning_stripes/northeastcorner, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"cbJ" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/black, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/item/analyzer, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cbN" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/heads/hop) -"cbT" = ( -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/supply) -"cbU" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cbY" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bcarpet05" - }, -/area/blueshield) -"cbZ" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"cca" = ( -/obj/effect/decal/warning_stripes/north, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"ccb" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"ccc" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -22 - }, -/obj/structure/closet/wardrobe/atmospherics_yellow, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "caution" - }, -/area/atmos) -"cce" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/greengrid, -/area/engine/controlroom) -"ccf" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"ccg" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cch" = ( -/obj/structure/table/reinforced, -/obj/item/tank/emergency_oxygen/engi, -/obj/item/tank/emergency_oxygen/engi, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"ccj" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/obj/machinery/computer/general_air_control/large_tank_control{ - frequency = 1441; - input_tag = "co2_in"; - name = "Carbon Dioxide Supply Control"; - output_tag = "co2_out"; - sensors = list("co2_sensor" = "Tank") - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"ccl" = ( -/obj/effect/decal/warning_stripes/northeast, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/medical/morgue) -"ccn" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/hydroponics) -"ccp" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "blue" - }, -/area/crew_quarters/courtroom) -"ccq" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/camera{ - pixel_x = 3; - pixel_y = -4 - }, -/obj/item/taperecorder{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/camera_film, -/obj/item/camera_film, -/obj/item/camera_film, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"ccs" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"ccv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"ccx" = ( -/obj/structure/lattice, -/obj/machinery/light/small, -/turf/space, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"ccC" = ( -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/machinery/hydroponics/constructable, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"ccI" = ( -/obj/machinery/camera{ - c_tag = "Central Ring Hallway Center 1"; - dir = 1 - }, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"ccJ" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"ccK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"ccO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/fpmaint2) -"ccW" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cdb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cdd" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"cdf" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/fpmaint2) -"cdh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cdj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance{ - name = "construction access" - }, -/obj/structure/barricade/wooden, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cdk" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cdl" = ( -/obj/effect/spawner/random_spawners/oil_maybe, -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"cdm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cdp" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cds" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/chair/office/dark, -/turf/simulated/floor/plasteel{ - icon_state = "bar" - }, -/area/clownoffice) -"cdt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cdw" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "purple" - }, -/area/janitor) -"cdx" = ( -/obj/machinery/smartfridge, -/obj/machinery/door/window/eastleft{ - dir = 8; - name = "Kitchen Desk"; - req_access_txt = "28" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"cdy" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"cdD" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/carpet, -/area/ntrep) -"cdF" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/toy/figure/janitor, -/obj/machinery/requests_console{ - department = "Janitorial"; - departmentType = 1; - name = "Janitor Requests Console"; - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Custodial Closet"; - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "purple" - }, -/area/janitor) -"cdK" = ( -/turf/simulated/floor/plasteel{ - icon_state = "bcarpet05" - }, -/area/blueshield) -"cdN" = ( -/obj/effect/landmark/start{ - name = "Cargo Technician" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/sorting) -"cdO" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/fore) -"cdP" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/maintenance/maintcentral) -"cdQ" = ( -/obj/machinery/conveyor/west{ - id = "QMLoad2" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"cdR" = ( -/obj/machinery/conveyor/northwest/ccw{ - id = "QMLoad2" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"cdS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cdT" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/visible, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/controlroom) -"cdV" = ( -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/office) -"cdZ" = ( -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "engsm"; - name = "Supermatter Blast Doors"; - opacity = 0 - }, -/obj/machinery/door/airlock/highsecurity{ - heat_proof = 1; - id_tag = "smbolts"; - locked = 1; - name = "Supermatter Chamber"; - req_one_access_txt = "24; 10" - }, -/turf/simulated/floor/engine, -/area/engine/supermatter) -"ced" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/medical/research{ - name = "Research Division" - }) -"cee" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/starboard/east) -"cei" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A12"; - location = "A11" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/louge) -"cem" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/door/airlock/glass{ - name = "Holodeck Door" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"ceo" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology/lab) -"cet" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 5 - }, -/turf/space, -/area/space/nearstation) -"cew" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"cex" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"ceA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"ceI" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"ceL" = ( -/obj/machinery/ai_slipper, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkbluefull" - }, -/area/tcommsat/chamber) -"ceN" = ( -/obj/item/radio/intercom{ - pixel_x = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/tcommsat/chamber) -"ceP" = ( -/turf/simulated/wall/rust, -/area/maintenance/engrooms) -"ceT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/security/permabrig) -"ceY" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"ceZ" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cfb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"cfd" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"cfe" = ( -/obj/structure/plasticflaps, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"cff" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/plasticflaps/mining, -/obj/machinery/conveyor/west{ - id = "QMLoad2" - }, -/turf/simulated/floor/plating, -/area/quartermaster/storage) -"cfg" = ( -/obj/machinery/atmospherics/trinary/filter{ - dir = 1; - filter_type = "n2"; - name = "nitrogen filter"; - on = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"cfi" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 9 - }, -/obj/effect/decal/warning_stripes/east, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cfj" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/item/flag/nt, -/turf/simulated/floor/wood, -/area/blueshield) -"cfm" = ( -/obj/machinery/atmospherics/trinary/filter/flipped{ - dir = 1; - filter_type = -1; - on = 1 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"cfo" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"cfr" = ( -/turf/simulated/floor/engine, -/area/engine/supermatter) -"cfs" = ( -/obj/item/wirecutters, -/turf/simulated/floor/plating, -/area/maintenance/storage{ - name = "Perma Maintenance" - }) -"cft" = ( -/obj/machinery/camera{ - c_tag = "Supermatter Pump Airlock"; - network = list("SS13","Engineering") - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/binary/valve/digital, -/turf/simulated/floor/engine, -/area/engine/supermatter) -"cfu" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"cfy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall, -/area/maintenance/abandonedbar) -"cfz" = ( -/obj/machinery/newscaster{ - pixel_x = -28 - }, -/obj/machinery/computer/arcade, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkred" - }, -/area/security/permabrig) -"cfA" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"cfB" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"cfC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"cfD" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - icon_state = "open"; - id_tag = "representative"; - name = "Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/ntrep) -"cfH" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/command{ - id_tag = "blueshieldofficedoor"; - name = "Blueshield"; - req_access_txt = "67" - }, -/turf/simulated/floor/wood, -/area/blueshield) -"cfL" = ( -/obj/structure/lattice, -/obj/machinery/camera/emp_proof{ - c_tag = "Singularity SouthWest"; - dir = 4; - network = list("SS13","Singularity","Engineering") - }, -/turf/space, -/area/engine/engineering) -"cfM" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 4; - name = "Труба фильтрации" - }, -/turf/simulated/floor/plating, -/area/atmos) -"cfO" = ( -/obj/machinery/teleport/hub, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/teleporter) -"cfR" = ( -/obj/effect/decal/warning_stripes/north, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atm{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"cga" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cge" = ( -/turf/simulated/floor/engine/n2, -/area/atmos) -"cgg" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"cgk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"cgm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/southeastcorner, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"cgr" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "green" - }, -/area/hydroponics) -"cgx" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyerPort"; - name = "Medbay Entrance"; - req_access_txt = "5" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/sleeper) -"cgz" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/sop_service, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"cgA" = ( -/obj/structure/window/reinforced, -/turf/space, -/area/space/nearstation) -"cgD" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cgE" = ( -/obj/structure/closet/secure_closet/ntrep, -/turf/simulated/floor/wood, -/area/ntrep) -"cgI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cgK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/kitchen) -"cgP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"cgQ" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/engine/controlroom) -"cgR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/kitchen) -"cgS" = ( -/obj/machinery/cooker/deepfryer, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"cgT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Library Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"cgU" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"cgV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/south) -"cgX" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/glasses/meson, -/obj/item/clothing/glasses/meson, -/obj/item/clothing/glasses/meson, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"chd" = ( -/obj/machinery/door/airlock/maintenance{ - name = "construction access" - }, -/obj/structure/barricade/wooden, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/maintenance/fpmaint2) -"che" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"chf" = ( -/obj/machinery/recharge_station, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"chg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"chh" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"chi" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/hologram/holopad, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=V2"; - location = "V1" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/vip) -"chy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"chA" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"chC" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/camera{ - c_tag = "Arrivals South End"; - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/secondary/entry/louge) -"chD" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/courtroom) -"chE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"chH" = ( -/obj/structure/closet/secure_closet/magistrate, -/obj/structure/disposalpipe/segment, -/obj/item/radio/headset/heads/magistrate/alt, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"chI" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin/nanotrasen, -/obj/item/pen/multi/gold, -/obj/item/stamp/magistrate, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"chJ" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 3 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"chL" = ( -/obj/docking_port/mobile{ - dir = 8; - dwidth = 3; - height = 5; - id = "mining"; - name = "mining shuttle"; - rebuildable = 1; - width = 7 - }, -/obj/docking_port/stationary{ - dir = 8; - dwidth = 3; - height = 5; - id = "mining_home"; - name = "mining shuttle bay"; - width = 7 - }, -/obj/structure/fans/tiny, -/obj/machinery/door/airlock/shuttle{ - id_tag = "s_docking_airlock"; - req_access_txt = "48" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/mining) -"chN" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whitered" - }, -/area/security/medbay) -"chO" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "purple" - }, -/area/hallway/primary/aft) -"chP" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister, -/turf/simulated/floor/plasteel, -/area/atmos) -"chW" = ( -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior 2"; - dir = 1; - network = list("SS13","MiniSat") - }, -/turf/space, -/area/space/nearstation) -"chX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"cie" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "neutral" - }, -/area/maintenance/engrooms) -"cij" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"cik" = ( -/obj/effect/decal/warning_stripes/southwestcorner, -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 4; - name = "Труба на фильтрацию" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"cir" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/west) -"cit" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 4; - name = "Труба на фильтрацию" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"ciu" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"ciy" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/smartfridge, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"ciC" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"ciD" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"ciE" = ( -/obj/machinery/camera{ - c_tag = "Central Ring Hallway Center 3" - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"ciJ" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/simulated/floor/wood, -/area/blueshield) -"ciL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/teleporter) -"ciM" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "blue" - }, -/area/hydroponics) -"ciR" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/teleporter) -"ciS" = ( -/obj/machinery/vending/snack, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"ciT" = ( -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - name = "Magazines for SMG"; - req_access_txt = "3" - }, -/obj/item/ammo_box/magazine/wt550m9{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/ammo_box/magazine/wt550m9{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/ammo_box/magazine/wt550m9, -/obj/item/ammo_box/magazine/wt550m9{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/ammo_box/magazine/wt550m9{ - pixel_x = 4; - pixel_y = -4 - }, -/obj/item/ammo_box/magazine/wt550m9{ - pixel_x = 6; - pixel_y = -6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"ciZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/courtroom) -"cjf" = ( -/obj/machinery/computer/prisoner{ - req_access = null; - req_access_txt = "2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"cjg" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"cjh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/rack{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"cji" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"cjk" = ( -/obj/machinery/computer/brigcells, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkred" - }, -/area/security/warden) -"cjl" = ( -/obj/structure/lattice, -/obj/structure/transit_tube{ - icon_state = "W-NE"; - tag = "icon-W-NE" - }, -/turf/space, -/area/space/nearstation) -"cjn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random_spawners/blood_maybe, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"cjp" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light/small, -/obj/effect/decal/warning_stripes/southeast, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 4; - name = "Труба на фильтрацию" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"cjs" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"cjv" = ( -/obj/structure/girder, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/maintenance/engrooms) -"cjD" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "green" - }, -/area/hallway/secondary/exit) -"cjF" = ( -/obj/structure/table/reinforced, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/micro_laser, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/turret_protected/aisat) -"cjH" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/kitchen/knife, -/obj/item/kitchen/rollingpin, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/kitchen) -"cjJ" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 6 - }, -/turf/space, -/area/space/nearstation) -"cjL" = ( -/obj/structure/bed, -/obj/structure/curtain/black, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/execution) -"cjM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall, -/area/security/processing) -"cjO" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/condiment/enzyme{ - pixel_y = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"cjQ" = ( -/obj/structure/chair/sofa/right{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/bar/atrium) -"cjY" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"cjZ" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"ckd" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"cke" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3; - pixel_y = 11 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"ckh" = ( -/turf/simulated/wall, -/area/clownoffice) -"cki" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ - dir = 8 - }, -/turf/simulated/wall/r_wall, -/area/engine/controlroom) -"ckj" = ( -/turf/simulated/floor/wood, -/area/library) -"ckk" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plating, -/area/crew_quarters/serviceyard) -"ckm" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/dispenser, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cko" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/wall, -/area/crew_quarters/serviceyard) -"ckp" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/reception) -"ckq" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/item/flag{ - layer = 4 - }, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"cks" = ( -/turf/simulated/wall/r_wall, -/area/ntrep) -"cku" = ( -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"ckw" = ( -/obj/machinery/light, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/teleporter) -"ckx" = ( -/obj/machinery/computer/teleporter, -/obj/machinery/vending/wallmed{ - pixel_x = 26 - }, -/turf/simulated/floor/plasteel, -/area/teleporter) -"ckz" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/bar/atrium) -"ckB" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/camera{ - c_tag = "Courtroom West"; - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"ckE" = ( -/obj/structure/table/reinforced, -/obj/item/storage/belt/utility, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"ckK" = ( -/obj/effect/decal/warning_stripes/southwestcorner, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"ckN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"ckQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"ckR" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall12" - }, -/area/shuttle/mining) -"ckS" = ( -/obj/structure/closet/secure_closet/security, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"ckW" = ( -/obj/structure/closet/toolcloset, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"clb" = ( -/obj/structure/table/reinforced, -/obj/item/radio/intercom{ - dir = 8; - pixel_x = -28 - }, -/obj/effect/decal/warning_stripes/east, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/dropper, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/lab) -"clj" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; - dir = 6; - name = "Труба обработки" - }, -/turf/space, -/area/space/nearstation) -"clk" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 4; - name = "Труба фильтрации" - }, -/turf/space, -/area/space/nearstation) -"clp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate/engineering, -/obj/item/multitool, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"clq" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/clothing/glasses/welding/superior, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/crew_quarters/hor) -"clr" = ( -/obj/machinery/power/apc{ - cell_type = 25000; - dir = 4; - name = "east bump"; - pixel_x = 24; - shock_proof = 1 - }, -/obj/structure/cable/yellow{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"clv" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/mob/living/simple_animal/mouse/gray, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"clz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"clA" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/donut_box, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"clB" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/atmos) -"clD" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Blueshield"; - departmentType = 5; - name = "Blueshield Requests Console"; - pixel_x = 32 - }, -/turf/simulated/floor/wood, -/area/blueshield) -"clF" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/rack, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"clH" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"clI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"clJ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"clP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/chair/comfy/brown, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"clQ" = ( -/obj/machinery/door/airlock/external{ - id_tag = "supply_home"; - name = "Cargo Docking Hatch"; - req_access_txt = "31" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"clT" = ( -/obj/machinery/atmospherics/pipe/simple/visible/universal{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/atmos) -"clU" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "teleportershutter"; - name = "Teleporter Shutters" - }, -/obj/effect/decal/warning_stripes/north, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/teleporter) -"clX" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/east) -"cmc" = ( -/obj/machinery/power/emitter{ - dir = 4 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"cmd" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"cmf" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"cmh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"cmi" = ( -/obj/machinery/atmospherics/pipe/simple/visible, -/turf/simulated/wall/r_wall, -/area/engine/supermatter) -"cmj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cmk" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cml" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"cmm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"cmn" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/seed_extractor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"cmo" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/closet/firecloset, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cmq" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"cmr" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"cms" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/storage/firstaid/fire{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/firstaid/fire{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/firstaid/fire, -/obj/machinery/camera{ - c_tag = "Medbay Storage"; - dir = 1; - network = list("SS13","Medical") - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/biostorage) -"cmx" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/blue/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"cmA" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"cmL" = ( -/turf/simulated/floor/plasteel{ - icon_state = "bluecorner" - }, -/area/hydroponics) -"cmO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/secure) -"cmP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "green" - }, -/area/hydroponics) -"cmR" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"cmV" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/sign/fire{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/secure) -"cmX" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"cmZ" = ( -/obj/structure/bed, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cna" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/dispenser, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"cnb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"cnf" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"cng" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/dresser, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cnj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"cnm" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/fore) -"cnn" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 25 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"cno" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed, -/obj/item/bedsheet/green, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"cnp" = ( -/obj/structure/disposalpipe/junction{ - dir = 2; - icon_state = "pipe-j2"; - tag = "icon-pipe-j2" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"cnq" = ( -/obj/structure/chair/stool, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cnx" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/window/westleft{ - dir = 1; - name = "Cargo Bay Desk"; - req_access_txt = "31" - }, -/obj/item/paper/deltainfo, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"cny" = ( -/obj/machinery/computer/camera_advanced/shuttle_docker/vox, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"cnA" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall3" - }, -/area/shuttle/mining) -"cnB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"cnD" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"cnE" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cnG" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"cnH" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/reagent_dispensers/spacecleanertank{ - pixel_y = 30 - }, -/obj/structure/table/reinforced, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "purple" - }, -/area/janitor) -"cnI" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"cnL" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/reagent_dispensers/spacecleanertank{ - pixel_y = 30 - }, -/obj/structure/table/reinforced, -/obj/item/key/janitor, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "purple" - }, -/area/janitor) -"cnM" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"cnN" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/sorting) -"cnP" = ( -/turf/simulated/wall, -/area/crew_quarters/locker) -"cnS" = ( -/obj/machinery/door/airlock{ - name = "Custodial Closet"; - req_access_txt = "26" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/janitor) -"cnY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"cnZ" = ( -/obj/structure/sign/directions/evac{ - pixel_y = -8 - }, -/obj/structure/sign/directions/medical, -/obj/structure/sign/directions/security{ - pixel_y = 8 - }, -/turf/simulated/wall, -/area/maintenance/apmaint) -"cod" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"cof" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"coh" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/plating, -/area/storage/secure) -"coi" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/maintenance{ - name = "Cargo Bay Maintenance"; - req_access_txt = "31" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"cop" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"cor" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/wall, -/area/quartermaster/storage) -"cot" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics West"; - dir = 4; - network = list("Engineering","SS13"); - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 1; - name = "Труба дыхательной смеси" - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"cov" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/atmos) -"cow" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"coz" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"coA" = ( -/obj/structure/delta_statue/sw, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "vault" - }, -/area/bridge/vip) -"coB" = ( -/obj/structure/transit_tube{ - icon_state = "E-NW"; - tag = "icon-E-NW" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"coE" = ( -/obj/structure/lattice, -/turf/space, -/area/space) -"coH" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/portable_atmospherics/canister/toxins, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"coL" = ( -/obj/machinery/door/airlock/maintenance{ - name = "construction access" - }, -/obj/structure/barricade/wooden, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"coP" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/sorting) -"coQ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"coR" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/sorting) -"coS" = ( -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/sorting) -"coT" = ( -/mob/living/simple_animal/hostile/killertomato{ - desc = "Прирученный ботаниками томат-убийца. Не подпускать к Сане."; - faction = list("plants","neutral","hostile"); - name = "Витамин" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "green" - }, -/area/hydroponics) -"cpb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/window/southright{ - dir = 4; - name = "AI Core Door"; - req_access = null; - req_access_txt = "16" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"cpd" = ( -/obj/effect/landmark/start{ - name = "AI" - }, -/obj/item/radio/intercom{ - dir = 1; - pixel_y = -28 - }, -/obj/item/radio/intercom/private{ - pixel_x = 28; - pixel_y = -10 - }, -/obj/item/radio/intercom/custom{ - pixel_x = -28; - pixel_y = -10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"cpg" = ( -/obj/structure/particle_accelerator/power_box{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engine/engineering) -"cpi" = ( -/obj/effect/decal/warning_stripes/southeastcorner, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"cpk" = ( -/obj/machinery/power/tesla_coil, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"cpl" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door_control{ - id = "engstorage"; - name = "Engineering Secure Storage Control"; - pixel_x = 23; - pixel_y = 8; - req_access_txt = "11" - }, -/obj/machinery/camera{ - c_tag = "Engineering Central Hall"; - dir = 1; - network = list("Engineering","SS13"); - pixel_y = -1 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"cpm" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall/r_wall, -/area/storage/secure) -"cpn" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"cpo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/secure) -"cpr" = ( -/obj/machinery/power/emitter, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/secure) -"cpy" = ( -/obj/machinery/vending/hydroseeds, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"cpA" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"cpC" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"cpD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/mob/living/simple_animal/mouse/gray, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cpJ" = ( -/turf/simulated/floor/carpet, -/area/library) -"cpK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"cpO" = ( -/obj/structure/table, -/obj/item/camera, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cpP" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/wood{ - icon_state = "wood-broken5"; - tag = "icon-wood-broken5" - }, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"cpQ" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cpW" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/chair/comfy/brown{ - dir = 8; - layer = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"cqb" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/range) -"cqd" = ( -/obj/machinery/vending/cigarette, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/bridge/vip) -"cqe" = ( -/obj/machinery/vending/coffee, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/bridge/vip) -"cqf" = ( -/turf/simulated/floor/plasteel{ - icon_state = "darkredcorners" - }, -/area/security/permabrig) -"cqg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/prisonershuttle) -"cqj" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"cqt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/security/medbay) -"cqw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cqB" = ( -/turf/simulated/wall, -/area/quartermaster/miningdock) -"cqJ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"cqK" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/briefcase{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cqM" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "ai2"; - name = "Turret Shutters" - }, -/turf/simulated/floor/plating, -/area/turret_protected/ai) -"cqQ" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Particle Accellerator"; - dir = 1; - network = list("Engineering","SS13") - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating, -/area/engine/engineering) -"cqT" = ( -/obj/effect/landmark/start{ - name = "Janitor" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/janitor) -"cqU" = ( -/obj/machinery/pipedispenser/disposal, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"cqW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "purple" - }, -/area/janitor) -"cqX" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/power/tesla_coil, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"cqY" = ( -/obj/machinery/door_control{ - id = "janitorshutters"; - name = "Janitor Shutters Control"; - pixel_y = -7; - req_access_txt = "26" - }, -/turf/simulated/wall, -/area/janitor) -"cqZ" = ( -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"cra" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"crg" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"crh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"cri" = ( -/turf/simulated/wall/r_wall, -/area/security/medbay) -"crj" = ( -/obj/machinery/atmospherics/trinary/tvalve/digital{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"crk" = ( -/obj/machinery/atmospherics/trinary/filter{ - dir = 8; - filter_type = "n2" - }, -/obj/effect/decal/warning_stripes/north, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"crn" = ( -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"cro" = ( -/obj/structure/cable, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"crp" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; - name = "Труба обработки" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "caution" - }, -/area/atmos) -"crr" = ( -/obj/structure/table/reinforced, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ai_monitored/storage/eva) -"crv" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/toy/figure/atmos, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"crA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"crE" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "neutral" - }, -/area/maintenance/engrooms) -"crF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"crG" = ( -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel, -/area/gateway) -"crI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"crJ" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/window/eastright{ - name = "Hydroponics Delivery"; - req_access_txt = "35"; - tag = "icon-right" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"crL" = ( -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - name = "Труба на фильтрацию" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "caution" - }, -/area/atmos) -"crN" = ( -/obj/structure/reagent_dispensers/watertank/high, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"crW" = ( -/obj/effect/landmark/start{ - name = "Clown" - }, -/turf/simulated/floor/plasteel{ - icon_state = "bar" - }, -/area/clownoffice) -"crX" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"csa" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Botanist" - }, -/obj/effect/landmark/start{ - name = "Botanist" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"csj" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"csm" = ( -/obj/machinery/power/tesla_coil, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"csn" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"cso" = ( -/obj/machinery/power/emitter, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"csr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "bar" - }, -/area/clownoffice) -"css" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/bananium{ - name = "Clown's Office"; - req_access_txt = "46" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "bar" - }, -/area/clownoffice) -"cst" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A15"; - location = "A14" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"csv" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"csz" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom{ - pixel_y = 28 - }, -/obj/structure/reagent_dispensers/beerkeg, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -26; - pixel_y = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"csC" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"csF" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/wall, -/area/quartermaster/delivery) -"csG" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/obj/machinery/atmospherics/binary/pump{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"csH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/northeastcorner, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"csJ" = ( -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"csK" = ( -/turf/simulated/wall/r_wall, -/area/ai_monitored/storage/eva) -"csO" = ( -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall, -/area/maintenance/gambling_den) -"csS" = ( -/obj/structure/closet/crate, -/obj/item/stack/rods{ - amount = 10 - }, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/item/storage/toolbox/emergency, -/obj/item/flashlight, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/gateway) -"csU" = ( -/obj/machinery/gateway{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/gateway) -"csV" = ( -/turf/simulated/wall/r_wall, -/area/gateway) -"cth" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/item/radio/intercom{ - dir = 8; - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"cti" = ( -/obj/structure/table, -/obj/item/storage/toolbox/emergency, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"ctj" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"ctn" = ( -/obj/structure/closet/firecloset, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"cto" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/toxins/explab) -"ctp" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/security/brigstaff) -"ctt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/rack{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"ctv" = ( -/obj/effect/decal/warning_stripes/northwestcorner, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"ctC" = ( -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"ctF" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - location = "QM #1" - }, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #1"; - suffix = "#1" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"ctG" = ( -/obj/machinery/vending/hydronutrients, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"ctH" = ( -/obj/structure/table/wood, -/obj/machinery/light, -/obj/item/radio/intercom{ - dir = 1; - pixel_y = -28 - }, -/obj/item/folder, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"ctI" = ( -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - location = "QM #2" - }, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #2"; - suffix = "#2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/storage) -"ctJ" = ( -/obj/effect/decal/warning_stripes/southwestcorner, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/controlroom) -"ctK" = ( -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"ctL" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/sw) -"ctN" = ( -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/sw) -"ctP" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/ai_monitored/storage/eva) -"ctQ" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/vending/wallmed{ - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ai_monitored/storage/eva) -"ctS" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - location = "QM #4" - }, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #4"; - suffix = "#4" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/storage) -"ctT" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/hydroponics) -"ctV" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"cua" = ( -/obj/machinery/vending/cigarette, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/storage) -"cue" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/lights/mixed, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/storage) -"cuf" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"cug" = ( -/obj/machinery/gateway{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/gateway) -"cui" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/crew_quarters/courtroom) -"cul" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"cum" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/decal/warning_stripes/southeastcorner, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/controlroom) -"cuo" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 4; - name = "Труба смешивания" - }, -/turf/space, -/area/space/nearstation) -"cup" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"cuq" = ( -/turf/simulated/floor/engine/air, -/area/atmos) -"cur" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/small, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/multitool, -/obj/item/multitool{ - pixel_x = 4; - pixel_y = -4 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cus" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/donut_box, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/bridge/meeting_room) -"cuv" = ( -/obj/structure/closet/wardrobe/green, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"cuw" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/camera{ - c_tag = "Cargo Supply North" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/storage) -"cux" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/storage) -"cuz" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/storage) -"cuB" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"cuC" = ( -/obj/structure/closet/secure_closet/security, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"cuM" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/door/window, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/fitness) -"cuN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Teleport Access"; - req_access_txt = "17" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/teleporter) -"cuO" = ( -/obj/structure/closet/crate, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "brown" - }, -/area/quartermaster/storage) -"cuQ" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/disposal, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"cuS" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/recharge_station, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"cuV" = ( -/obj/machinery/vending/cigarette, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"cva" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"cvc" = ( -/obj/machinery/camera{ - c_tag = "Supermatter North"; - network = list("SS13","Engineering") - }, -/obj/structure/reflector/box, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"cvf" = ( -/turf/simulated/wall/r_wall, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"cvg" = ( -/turf/simulated/wall/r_wall, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"cvh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/bar) -"cvj" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/engine/controlroom) -"cvk" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cvo" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/closet/crate/rcd, -/obj/machinery/door/window/southright{ - dir = 4; - name = "EVA Equipment" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ai_monitored/storage/eva) -"cvq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"cvt" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/showcase, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/assembly/showroom) -"cvu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/camera{ - c_tag = "Jury court"; - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"cvv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Bar Office"; - req_access_txt = "25" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cvA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cvE" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"cvF" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/gateway) -"cvG" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -25 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"cvH" = ( -/obj/machinery/gateway{ - dir = 10 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/landmark{ - name = "JoinLateGateway" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/gateway) -"cvI" = ( -/obj/effect/decal/warning_stripes/east, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cvK" = ( -/obj/item/radio/intercom{ - dir = 0; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"cvM" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"cvO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cvP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cvQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cvT" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cvU" = ( -/obj/machinery/power/rad_collector, -/obj/machinery/camera{ - c_tag = "Supermatter Engine East"; - network = list("SS13","Engineering") - }, -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/greengrid, -/area/engine/supermatter) -"cvX" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cvZ" = ( -/obj/structure/dresser, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/cabin1) -"cwa" = ( -/obj/structure/bed, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cwd" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"cwe" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 1; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"cwf" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/atmos) -"cwk" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 4; - name = "Труба на фильтрацию" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"cwl" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/obj/effect/decal/warning_stripes/east, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/atmos) -"cwn" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lantern, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"cwr" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"cwt" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cwu" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/engine/engineering) -"cwv" = ( -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"cwy" = ( -/obj/machinery/vending/tool, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"cwz" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/rack, -/obj/item/floor_painter{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/floor_painter{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/floor_painter, -/obj/item/floor_painter{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/floor_painter{ - pixel_x = 6; - pixel_y = -6 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"cwA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cwC" = ( -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "cargodelivery" - }, -/turf/simulated/floor/plating, -/area/quartermaster/delivery) -"cwE" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/disposaloutlet, -/turf/simulated/floor/plating, -/area/quartermaster/delivery) -"cwF" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/showcase, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"cwH" = ( -/obj/machinery/door/poddoor{ - id_tag = "QMLoaddoor"; - name = "supply dock loading door" - }, -/obj/machinery/conveyor/east{ - id = "QMLoad" - }, -/turf/simulated/floor/plating, -/area/quartermaster/storage) -"cwI" = ( -/obj/structure/table, -/obj/item/wrench, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cwK" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/light{ - on = 1; - pixel_y = 7 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"cwL" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/sw) -"cwP" = ( -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "green" - }, -/area/hydroponics) -"cxb" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/emcloset, -/turf/simulated/floor/plasteel, -/area/gateway) -"cxd" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 4; - name = "Труба смешивания" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"cxe" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -28 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"cxf" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"cxh" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Hydroponics North"; - dir = 8 - }, -/obj/machinery/hydroponics/constructable, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"cxn" = ( -/turf/simulated/wall, -/area/crew_quarters/locker/locker_toilet) -"cxp" = ( -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"cxr" = ( -/obj/structure/table, -/obj/item/storage/fancy/rollingpapers, -/obj/item/seeds/tobacco, -/obj/item/seeds/tobacco, -/obj/item/seeds/tobacco, -/obj/item/storage/box/matches, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"cxz" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"cxA" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cxE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/yellow{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"cxF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/obj/structure/cable/yellow{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"cxK" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/hardsuitstorage) -"cxM" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/machinery/alarm{ - pixel_y = 23 - }, -/obj/machinery/atmospherics/unary/portables_connector, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/maintenance/turbine) -"cxN" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance"; - req_access_txt = "75" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"cxP" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hallway/primary/central/ne) -"cxQ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/vault{ - icon_state = "door_locked"; - locked = 1; - req_access_txt = "53" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/nuke_storage) -"cxS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cxU" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cxV" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cxW" = ( -/obj/structure/rack, -/obj/item/weldingtool, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"cxY" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cxZ" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 8; - name = "Труба смешивания" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"cya" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/binary/volume_pump{ - desc = "Отправляет неотфильтрованные газы в отходы на повторную фильтрацию"; - dir = 4; - name = "Остатки газа в отходы" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"cyc" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Mime"; - name = "Mime Privacy Shutters" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Clown"; - name = "Clown Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/mimeoffice) -"cye" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/bar) -"cyf" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/wood, -/area/assembly/showroom) -"cyg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/wood, -/area/assembly/showroom) -"cyh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table/wood, -/obj/item/storage/secure/briefcase, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/assembly/showroom) -"cyj" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/rack, -/obj/item/gps{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/gps{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/gps{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/gps{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/kitchen/knife/combat/survival{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/kitchen/knife/combat/survival{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/kitchen/knife/combat/survival{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/kitchen/knife/combat/survival{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/turf/simulated/floor/plasteel, -/area/gateway) -"cyk" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table/wood, -/obj/item/clothing/mask/cigarette/cigar/havana{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/mask/cigarette/cigar/cohiba{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/simulated/floor/carpet, -/area/assembly/showroom) -"cyl" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/gateway) -"cym" = ( -/obj/structure/sign/fire, -/turf/simulated/wall/r_wall, -/area/atmos) -"cyn" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/gateway) -"cyp" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/gateway) -"cyt" = ( -/mob/living/carbon/human/monkey/punpun, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cyu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/primary/port/west) -"cyw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/locker/locker_toilet) -"cyx" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/requests_console{ - department = "Hydroponics"; - departmentType = 2; - name = "Hydroponics Requests Console"; - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"cyz" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"cyD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"cyG" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"cyH" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/crate, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"cyK" = ( -/obj/effect/landmark{ - name = "lightsout" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"cyM" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/cabin1) -"cyN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/north, -/obj/effect/decal/warning_stripes/yellow/partial, -/obj/effect/decal/warning_stripes/arrow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"cyO" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin2) -"cyP" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/delivery) -"cyS" = ( -/obj/machinery/cryopod/right, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/sleep) -"cza" = ( -/turf/simulated/floor/beach/water{ - icon_state = "seadeep" - }, -/area/crew_quarters/fitness) -"czb" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f6"; - tag = "icon-swall_f6" - }, -/area/shuttle/supply) -"cze" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall12"; - tag = "icon-swall12" - }, -/area/shuttle/supply) -"czi" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f10"; - tag = "icon-swall_f10" - }, -/area/shuttle/supply) -"czk" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"czo" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/quartermaster/delivery) -"czp" = ( -/obj/machinery/conveyor{ - id = "cargodisposals" - }, -/turf/simulated/floor/plating, -/area/quartermaster/delivery) -"czv" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/maintenance/fpmaint2) -"czw" = ( -/obj/machinery/field/generator{ - anchored = 1; - state = 2 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"czx" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkredcorners" - }, -/area/security/permabrig) -"czy" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical, -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = -32 - }, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"czz" = ( -/obj/machinery/ai_status_display, -/turf/simulated/wall, -/area/atmos) -"czB" = ( -/obj/structure/table/wood, -/obj/item/storage/bag/books, -/obj/item/taperecorder, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"czD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"czE" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/atmospherics/binary/volume_pump{ - desc = "Позволяет опустошить трубу дыхательной смеси, отправив её в отходы на повторную фильтрацию"; - dir = 4; - name = "Дыхательную смесь в отходы" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"czG" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"czK" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/assembly/showroom) -"czL" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/gateway) -"czM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"czN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "yellow" - }, -/area/maintenance/engrooms) -"czO" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/gateway) -"czP" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Exp_lockdown"; - name = "Expedition Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/gateway) -"czQ" = ( -/obj/machinery/recharge_station, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/gateway) -"czR" = ( -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/gateway) -"czS" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/gateway) -"czU" = ( -/obj/machinery/light, -/obj/machinery/status_display{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/crew_quarters/locker) -"czV" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/gateway{ - density = 0 - }, -/obj/effect/landmark{ - name = "JoinLateGateway" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/gateway) -"czW" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"czX" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction, -/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port/west) -"cAa" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/disposaloutlet, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"cAb" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 4 - }, -/obj/machinery/meter, -/turf/simulated/wall/r_wall, -/area/atmos) -"cAf" = ( -/obj/structure/closet/toolcloset, -/obj/item/clothing/glasses/welding, -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cAg" = ( -/obj/machinery/vending/hatdispenser, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/locker) -"cAh" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/maintenance/engrooms) -"cAj" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"cAk" = ( -/obj/structure/table, -/obj/item/deck/cards, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"cAq" = ( -/obj/machinery/bookbinder, -/turf/simulated/floor/wood, -/area/library) -"cAr" = ( -/turf/simulated/wall/rust, -/area/maintenance/asmaint2) -"cAt" = ( -/obj/machinery/door/airlock/maintenance{ - name = "construction access" - }, -/obj/structure/barricade/wooden, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cAv" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"cAw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"cAy" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"cAz" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cAA" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"cAB" = ( -/turf/simulated/floor/plasteel{ - icon_state = "yellowcorner" - }, -/area/hallway/primary/port/west) -"cAD" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"cAK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet{ - icon_closed = "cabinet_closed"; - icon_opened = "cabinet_open"; - icon_state = "cabinet_closed" - }, -/obj/item/clothing/gloves/color/yellow, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"cAM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"cAP" = ( -/obj/machinery/status_display{ - pixel_y = -32 - }, -/obj/machinery/light, -/obj/structure/dresser, -/obj/machinery/camera{ - c_tag = "Library Backroom"; - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"cAQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"cAR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"cAT" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"cAU" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"cAV" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"cBe" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/assembly/showroom) -"cBg" = ( -/obj/machinery/conveyor/east{ - id = "QMLoad" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"cBj" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/pen, -/turf/simulated/floor/carpet, -/area/assembly/showroom) -"cBk" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/assembly/showroom) -"cBn" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/wood, -/area/assembly/showroom) -"cBo" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/item/lipstick/jade, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cBq" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK" - }, -/turf/simulated/floor/plating, -/area/quartermaster/storage) -"cBr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Gateway Access"; - req_access_txt = "62" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/gateway) -"cBt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/janitor) -"cBu" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -25 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/gateway) -"cBw" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"cBA" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/south) -"cBD" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/quartermaster/storage) -"cBE" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/security/range) -"cBH" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/mirror{ - pixel_x = -26; - pixel_y = -1 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"cBI" = ( -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/light/small, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/door_control{ - desiredstate = 1; - id = "toilet1"; - name = "Toilet Bolt Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"cBJ" = ( -/obj/machinery/door/poddoor/shutters{ - id_tag = "janitorshutters"; - name = "Janitor Shutters" - }, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "purple" - }, -/area/janitor) -"cBK" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkbluefull" - }, -/area/turret_protected/ai) -"cBM" = ( -/obj/item/storage/box/lights/mixed, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/sorting) -"cBP" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/closet/crate/internals, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"cBQ" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"cBY" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 9 - }, -/turf/space, -/area/space/nearstation) -"cCa" = ( -/obj/structure/lattice/catwalk, -/obj/item/wrench, -/turf/space, -/area/solar/auxport) -"cCb" = ( -/obj/structure/table/reinforced, -/obj/item/paper/holodeck, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"cCc" = ( -/obj/machinery/atmospherics/unary/heat_reservoir/heater{ - dir = 1; - on = 1 - }, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "caution" - }, -/area/atmos) -"cCd" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/southwest, -/obj/structure/table/reinforced, -/obj/item/stack/sheet/mineral/plasma{ - amount = 30 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"cCg" = ( -/obj/machinery/atmospherics/unary/cold_sink/freezer{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cCh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/maintenance{ - name = "Engineering Maintenance"; - req_access_txt = "10"; - req_one_access_txt = null - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"cCi" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/binary/pump/on{ - desc = "Отправляет дыхательную смесь из трубы распространяться по станции через вентиляции"; - name = "Дыхательную смесь на станцию"; - target_pressure = 303.325 - }, -/turf/simulated/floor/plasteel{ - icon_state = "caution" - }, -/area/atmos) -"cCk" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 8 - }, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/engine/supermatter) -"cCl" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Supermatter East"; - dir = 8; - network = list("Engineering","SS13") - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cCn" = ( -/obj/structure/sign/poster/official/random{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/maintenance/fpmaint2) -"cCp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/engineering) -"cCt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cCw" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/toxins/xenobiology) -"cCz" = ( -/obj/structure/table/reinforced, -/obj/item/extinguisher/mini{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/extinguisher/mini, -/obj/item/extinguisher/mini{ - pixel_x = -3; - pixel_y = 3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "caution" - }, -/area/atmos) -"cCA" = ( -/obj/machinery/pipedispenser, -/turf/simulated/floor/plasteel{ - icon_state = "caution" - }, -/area/atmos) -"cCC" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/maintenance/engrooms) -"cCD" = ( -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"cCF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"cCG" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/whiskey, -/turf/simulated/floor/carpet, -/area/assembly/showroom) -"cCH" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/assembly/showroom) -"cCK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"cCL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/showcase, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/assembly/showroom) -"cCM" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"cCN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/maintenance/turbine) -"cCP" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/machinery/door/window{ - name = "Atmospherics Desk" - }, -/obj/machinery/door/window{ - dir = 8; - name = "Atmospherics Desk"; - req_access_txt = "24" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"cCQ" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"cCS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/binary/pump{ - name = "Gas to Turbine" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/turbine) -"cCT" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"cCV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purple" - }, -/area/janitor) -"cCW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/turbine) -"cCX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/se) -"cCZ" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/maintenance/turbine) -"cDb" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/maintenance/turbine) -"cDe" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/vending/wallmed{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cDg" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/structure/sign/nosmoking_2{ - pixel_y = 32 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; - dir = 1; - name = "Труба подачи азота в реактор" - }, -/turf/simulated/floor/plasteel, -/area/maintenance/turbine) -"cDh" = ( -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cDi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10; - initialize_directions = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"cDk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cDl" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port/west) -"cDm" = ( -/obj/machinery/alarm{ - dir = 4; - pixel_x = -23 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cDn" = ( -/obj/structure/chair/sofa/right{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"cDo" = ( -/turf/simulated/wall, -/area/crew_quarters/cabin1) -"cDp" = ( -/obj/machinery/camera{ - c_tag = "Fore Hallway North 1"; - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"cDs" = ( -/turf/simulated/wall, -/area/space/nearstation) -"cDt" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/sorting) -"cDu" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"cDv" = ( -/obj/structure/grille, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"cDz" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"cDC" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/sorting) -"cDD" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkbluefull" - }, -/area/turret_protected/ai) -"cDE" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/quartermaster/storage) -"cDF" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cDG" = ( -/obj/machinery/vending/tool, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"cDH" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"cDI" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 5 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cDK" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"cDL" = ( -/obj/structure/cable, -/obj/machinery/power/solar_control{ - id = "portsolar"; - name = "Aft Port Solar Control" - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"cDM" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -25 - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"cDN" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"cDO" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 10 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/east, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cDR" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/visible, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/turbine) -"cDU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"cDV" = ( -/turf/simulated/wall/r_wall/rust, -/area/engine/controlroom) -"cDZ" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cEa" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Central Ring Hallway West 1"; - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/nw) -"cEb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"cEd" = ( -/obj/machinery/ai_status_display{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Showroom" - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "vault" - }, -/area/assembly/showroom) -"cEe" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 4; - name = "Med. CMO"; - sortType = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/south) -"cEh" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cEi" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 5 - }, -/turf/simulated/wall/r_wall/coated, -/area/engine/supermatter) -"cEj" = ( -/obj/structure/closet/firecloset, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cEk" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A26"; - location = "A25" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/se) -"cEn" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"cEs" = ( -/obj/structure/table/wood, -/obj/item/lighter/zippo, -/turf/simulated/floor/carpet, -/area/assembly/showroom) -"cEv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"cEz" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 10 - }, -/obj/machinery/meter, -/turf/simulated/wall/r_wall/coated, -/area/engine/supermatter) -"cEA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/greengrid, -/area/security/nuke_storage) -"cED" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cEE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"cEF" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 6; - level = 1 - }, -/obj/machinery/meter, -/turf/simulated/wall/r_wall/coated, -/area/engine/supermatter) -"cEJ" = ( -/turf/simulated/wall, -/area/mimeoffice) -"cEN" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"cEQ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A23"; - location = "A22" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/south) -"cER" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/south) -"cES" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/port) -"cET" = ( -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"cFb" = ( -/obj/machinery/atmospherics/pipe/simple/visible/universal{ - name = "Из скрабберов на фильтрацию" - }, -/turf/simulated/wall, -/area/atmos) -"cFd" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/engine/break_room) -"cFe" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/magistrateoffice) -"cFh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"cFi" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"cFj" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"cFl" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/crew_quarters/sleep) -"cFn" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"cFs" = ( -/obj/machinery/camera{ - c_tag = "Dorm Hallway Port"; - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"cFv" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/fitness) -"cFw" = ( -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"cFy" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "green" - }, -/area/hallway/secondary/exit) -"cFA" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/structure/bed, -/obj/item/bedsheet/mime, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/mimeoffice) -"cFE" = ( -/obj/machinery/ai_status_display{ - pixel_y = -32 - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"cFF" = ( -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "privateroom" - }, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "privateroom" - }, -/obj/structure/window/reinforced/polarized{ - id = "privateroom" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "privateroom" - }, -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/crew_quarters/bar/atrium) -"cFG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/mimeoffice) -"cFH" = ( -/obj/machinery/computer/atmoscontrol, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "caution" - }, -/area/atmos) -"cFI" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"cFJ" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 9 - }, -/turf/simulated/wall/r_wall/coated, -/area/engine/supermatter) -"cFK" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"cFL" = ( -/obj/machinery/newscaster{ - layer = 3.3; - pixel_y = -27 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/window/southleft{ - dir = 1; - name = "Bar Delivery"; - req_access_txt = "25"; - tag = "icon-left (WEST)" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cFO" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Bar Office"; - req_access_txt = "25" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/bar) -"cFP" = ( -/obj/machinery/door/firedoor, -/obj/structure/table/reinforced, -/obj/machinery/door/window/westleft{ - dir = 4; - name = "Cargo Desk"; - req_access_txt = "50" - }, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/quartermaster/delivery) -"cFQ" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/snacks/baguette, -/obj/item/lipstick/random{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/lipstick/random{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/lipstick/random{ - pixel_x = 3; - pixel_y = 3 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/mimeoffice) -"cFU" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - location = "Mime" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/mimeoffice) -"cFW" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cGa" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/toxins/mixing) -"cGc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/delivery) -"cGd" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "cargodisposals"; - name = "Trash Filter Switch" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/quartermaster/delivery) -"cGe" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"cGf" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/secondary/entry/louge) -"cGj" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"cGk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"cGl" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"cGm" = ( -/obj/effect/landmark{ - name = "Marauder Entry" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"cGo" = ( -/obj/machinery/vending/autodrobe, -/obj/machinery/firealarm{ - pixel_y = 25 - }, -/obj/machinery/light_switch{ - pixel_x = -22; - pixel_y = -8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/mimeoffice) -"cGp" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/closet/crate/freezer, -/turf/simulated/floor/plasteel, -/area/hydroponics) -"cGs" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 8; - name = "Nitrogen to Loop" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cGw" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall15"; - tag = "icon-swall15" - }, -/area/shuttle/supply) -"cGx" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/ne) -"cGB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; - dir = 4; - name = "Труба подачи азота в реактор" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cGE" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; - dir = 4; - name = "Труба подачи азота в реактор" - }, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/engine/controlroom) -"cGF" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cGK" = ( -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "neutral" - }, -/area/maintenance/engrooms) -"cGL" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"cGM" = ( -/obj/machinery/door/airlock{ - id_tag = "cabin3"; - name = "Cabin" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin3) -"cGN" = ( -/obj/effect/spawner/random_spawners/blood_maybe, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cGP" = ( -/obj/machinery/door/airlock{ - id_tag = "cabin4"; - name = "Cabin" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/cabin4) -"cGT" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 22 - }, -/obj/structure/closet/radiation, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"cGW" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/metal{ - amount = 10 - }, -/obj/item/stack/sheet/glass{ - amount = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "caution" - }, -/area/engine/break_room) -"cGX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"cHb" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"cHc" = ( -/obj/structure/chair/sofa/right{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"cHd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"cHe" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "purplecorner" - }, -/area/maintenance/xenozoo) -"cHh" = ( -/obj/machinery/camera{ - c_tag = "Service Hall South"; - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/serviceyard) -"cHm" = ( -/obj/structure/table/reinforced, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/item/storage/belt/utility, -/obj/item/weldingtool, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"cHr" = ( -/obj/machinery/atmospherics/unary/cold_sink/freezer{ - dir = 1 - }, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -25 - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/cryo) -"cHt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/maintenance/fsmaint) -"cHw" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/chair, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple"; - tag = "icon-whitepurple (NORTH)" - }, -/area/medical/research{ - name = "Research Division" - }) -"cHz" = ( -/obj/effect/decal/remains/human, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"cHC" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/bridge) -"cHF" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/window/brigdoor/southright, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/bridge) -"cHH" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior 1"; - dir = 1; - network = list("SS13","MiniSat") - }, -/turf/space, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"cHJ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"cHK" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cHN" = ( -/obj/structure/chair/comfy/teal, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/reception) -"cHP" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cHT" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cHU" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red{ - pixel_y = 3 - }, -/obj/item/book/manual/security_space_law, -/obj/machinery/newscaster/security_unit{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"cIa" = ( -/turf/simulated/floor/plasteel, -/area/maintenance/turbine) -"cIb" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cIj" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 8; - icon_state = "pipe-j2s"; - name = "Bar Junction"; - sortType = 19 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cIq" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"cIr" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"cIt" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"cIu" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction{ - dir = 8; - icon_state = "pipe-j2"; - tag = "icon-pipe-j1 (WEST)" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cIv" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"cIx" = ( -/obj/item/shard{ - icon_state = "small" - }, -/obj/item/shard{ - icon_state = "medium"; - pixel_x = -7; - pixel_y = -10 - }, -/obj/item/airlock_electronics, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"cIz" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage"; - req_access_txt = "23" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"cIA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"cIB" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/break_room) -"cID" = ( -/obj/structure/table, -/obj/item/reagent_containers/syringe/antiviral, -/obj/item/reagent_containers/syringe/charcoal, -/obj/item/reagent_containers/syringe/insulin, -/obj/item/reagent_containers/glass/bottle/morphine, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/item/reagent_containers/syringe, -/obj/item/stack/medical/bruise_pack/advanced{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/stack/medical/ointment/advanced{ - pixel_x = 6; - pixel_y = 8 - }, -/obj/item/reagent_containers/food/pill/patch/styptic{ - pixel_y = 6 - }, -/obj/item/reagent_containers/food/pill/patch/styptic{ - pixel_x = 2; - pixel_y = 8 - }, -/obj/item/reagent_containers/food/pill/patch/silver_sulf{ - pixel_x = -8; - pixel_y = 6 - }, -/obj/item/reagent_containers/food/pill/patch/silver_sulf{ - pixel_x = -8; - pixel_y = 8 - }, -/obj/item/storage/pill_bottle/painkillers{ - pixel_x = -6; - pixel_y = -3 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" - }, -/area/medical/sleeper) -"cIE" = ( -/obj/effect/decal/warning_stripes/east, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/engine, -/area/medical/chemistry) -"cIG" = ( -/obj/machinery/light/small, -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cII" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/visible/universal, -/obj/machinery/status_display, -/turf/simulated/wall, -/area/atmos) -"cIK" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/pump, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port/west) -"cIM" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"cIN" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/radiation, -/obj/item/clothing/glasses/meson, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cIO" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/smes, -/obj/item/radio/intercom{ - dir = 1; - pixel_y = -25 - }, -/turf/simulated/floor/greengrid, -/area/engine/controlroom) -"cIQ" = ( -/obj/structure/sign/nosmoking_2{ - pixel_x = 32 - }, -/obj/machinery/computer/sm_monitor, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/engine/controlroom) -"cIR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/light/small, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cIU" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "bluecorner" - }, -/area/hallway/primary/central/south) -"cIV" = ( -/turf/simulated/wall/r_wall, -/area/space/nearstation) -"cIW" = ( -/obj/machinery/computer/secure_data, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "red" - }, -/area/security/reception) -"cIX" = ( -/obj/structure/table/reinforced, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/gps, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"cJc" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"cJd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cJf" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"cJj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cJl" = ( -/obj/structure/table/wood, -/obj/machinery/computer/security/wooden_tv, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/bridge) -"cJn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cJp" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cJq" = ( -/turf/simulated/wall/r_wall, -/area/medical/biostorage) -"cJr" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/bridge) -"cJu" = ( -/obj/effect/landmark{ - name = "lightsout" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/exit) -"cJv" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin/nanotrasen, -/obj/item/pen, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/alarm{ - pixel_y = 23 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"cJA" = ( -/obj/item/flag/mime, -/obj/machinery/power/apc{ - pixel_y = -26 - }, -/obj/structure/cable, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/mimeoffice) -"cJG" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "26" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/janitor) -"cJH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/gravitygenerator) -"cJI" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"cJJ" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"cJK" = ( -/obj/effect/decal/remains/xeno, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"cJL" = ( -/obj/machinery/power/port_gen/pacman, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"cJM" = ( -/obj/item/stack/cable_coil, -/turf/simulated/floor/plating, -/area/maintenance/storage{ - name = "Perma Maintenance" - }) -"cJN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/library) -"cJO" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"cJT" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"cJY" = ( -/obj/machinery/light/small, -/obj/structure/closet/radiation, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"cKb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/delivery) -"cKc" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/l3closet/scientist, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"cKd" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/ward) -"cKe" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/break_room) -"cKh" = ( -/obj/machinery/vending/wallmed{ - pixel_y = 30 - }, -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/simulated/floor/wood, -/area/library) -"cKj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/delivery) -"cKk" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/primary) -"cKq" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"cKr" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/medical/research/nhallway) -"cKv" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/nw) -"cKC" = ( -/obj/structure/chair/comfy/red{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/start{ - name = "Head of Security" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"cKH" = ( -/obj/structure/chair/comfy/teal{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whiteblue (EAST)" - }, -/area/medical/reception) -"cKI" = ( -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "Chemistry2"; - name = "Chemistry Privacy Shutter" - }, -/obj/machinery/smartfridge/secure/chemistry, -/turf/simulated/floor/plating, -/area/medical/chemistry) -"cKM" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"cKP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/chemistry) -"cKQ" = ( -/turf/space, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/lobby) -"cKR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"cKS" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/bridge) -"cKT" = ( -/obj/machinery/light_switch{ - pixel_x = -8; - pixel_y = -26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/bridge) -"cKU" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/crate/internals, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"cKV" = ( -/obj/structure/table, -/obj/item/gun/syringe{ - pixel_y = -2 - }, -/obj/item/gun/syringe{ - pixel_y = 6 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/biostorage) -"cKW" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"cKX" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/biostorage) -"cKY" = ( -/turf/simulated/wall, -/area/medical/ward) -"cKZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/apmaint) -"cLb" = ( -/obj/structure/shuttle/engine/propulsion, -/turf/simulated/shuttle/plating, -/area/shuttle/supply) -"cLc" = ( -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"cLd" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "QMLoad2" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"cLe" = ( -/obj/machinery/computer/security/wooden_tv{ - network = list("SS13","Research Outpost","Mining Outpost") - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/carpet, -/area/security/detectives_office) -"cLj" = ( -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin3) -"cLl" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/pen, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/cabin4) -"cLr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brig) -"cLs" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plating/airless, -/area/toxins/test_area) -"cLx" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/gravitygenerator) -"cLz" = ( -/obj/machinery/smartfridge/secure/extract, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = -32 - }, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"cLA" = ( -/obj/machinery/status_display{ - pixel_y = -32 - }, -/obj/machinery/light, -/obj/effect/decal/warning_stripes/southwest, -/obj/structure/rack, -/obj/item/crowbar, -/obj/item/storage/toolbox/mechanical, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"cLC" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"cLI" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/plasteel, -/obj/item/wrench, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/obj/machinery/light_switch{ - pixel_y = -26 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/paper/gravity_gen, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"cLJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/warning_stripes/southwest, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"cLL" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "sw_maint_outer"; - locked = 1; - name = "West Maintenance External Access"; - req_access = null - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"cLU" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/southwestcorner, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"cLV" = ( -/obj/structure/table/reinforced, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/micro_laser, -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/storage/tech) -"cLX" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/port) -"cMa" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "green" - }, -/area/hydroponics) -"cMc" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"cMh" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/portable_atmospherics/canister, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cMi" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/tech) -"cMk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/tech) -"cMl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"cMp" = ( -/obj/item/stack/sheet/mineral/plasma{ - amount = 5 - }, -/obj/structure/table, -/turf/simulated/floor/plasteel{ - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"cMr" = ( -/obj/structure/table/glass, -/obj/item/storage/box/masks, -/obj/item/storage/box/gloves{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/reagent_containers/spray/cleaner{ - desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; - name = "Chemistry Cleaner" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"cMs" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner (WEST)" - }, -/area/medical/biostorage) -"cMt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/biostorage) -"cMv" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10; - initialize_directions = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/biostorage) -"cMw" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags{ - pixel_x = 8 - }, -/obj/item/storage/box/bodybags{ - pixel_x = 8; - pixel_y = 4 - }, -/obj/item/storage/box/masks{ - pixel_x = -6 - }, -/obj/item/storage/box/masks{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/storage/box/patch_packs{ - pixel_x = -7; - pixel_y = 8 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/item/storage/box/patch_packs{ - pixel_x = 8; - pixel_y = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHEAST)" - }, -/area/medical/biostorage) -"cMy" = ( -/obj/effect/landmark/start{ - name = "Civilian" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/primary) -"cMP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/nw) -"cMU" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/keycard_auth, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/bridge) -"cMY" = ( -/obj/machinery/ai_status_display, -/turf/simulated/wall, -/area/bridge) -"cNa" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/binary/valve/digital, -/turf/simulated/floor/engine, -/area/engine/supermatter) -"cNb" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen/fancy, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"cNe" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"cNg" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cNh" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"cNl" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/chair/office/light{ - dir = 4; - pixel_y = 3 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"cNn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random_spawners/blood_maybe, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "neutral" - }, -/area/maintenance/engrooms) -"cNt" = ( -/obj/structure/table/reinforced, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"cNw" = ( -/obj/structure/table, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cNA" = ( -/obj/structure/chair/office/dark, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/library/abandoned) -"cNB" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/ne) -"cNC" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'BOMB RANGE"; - name = "BOMB RANGE" - }, -/turf/simulated/wall/r_wall, -/area/toxins/test_area) -"cNI" = ( -/turf/simulated/wall, -/area/medical/reception) -"cNJ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"cNT" = ( -/obj/structure/sign/electricshock, -/turf/simulated/wall/r_wall, -/area/atmos) -"cNV" = ( -/obj/machinery/atmospherics/unary/vent_pump, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cNW" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/storage/firstaid/brute{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/firstaid/brute{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/firstaid/brute, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/biostorage) -"cNX" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/storage/firstaid/o2{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/firstaid/o2{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/firstaid/o2, -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/biostorage) -"cNZ" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "vault" - }, -/area/engine/gravitygenerator) -"cOa" = ( -/obj/structure/bed, -/obj/item/radio/intercom{ - pixel_x = -32 - }, -/obj/structure/curtain/open, -/obj/item/bedsheet/medical{ - level = 1.4 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"cOb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "bcarpet05" - }, -/area/medical/ward) -"cOc" = ( -/obj/item/bedsheet/medical{ - level = 1.4 - }, -/obj/structure/bed, -/obj/structure/curtain/open, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"cOd" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"cOe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/delivery) -"cOf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/crew_quarters/serviceyard) -"cOh" = ( -/turf/simulated/floor/plasteel{ - icon_state = "browncorner" - }, -/area/quartermaster/storage) -"cOj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random_spawners/blood_maybe, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cOl" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cOm" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cOn" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"cOs" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/fore) -"cOt" = ( -/obj/structure/table/wood, -/obj/item/ashtray/bronze{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/storage/fancy/cigarettes/cigpack_robust, -/turf/simulated/floor/carpet, -/area/lawoffice) -"cOu" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Transit Tube"; - req_one_access_txt = "32;19" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/engine/aienter) -"cOv" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/maintenance/apmaint) -"cOw" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Cargo Bay Maintenance"; - req_access_txt = "31" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/apmaint) -"cOx" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/crate/medical, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/quartermaster/sorting) -"cOy" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"cOz" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/sorting) -"cOA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"cOC" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"cOF" = ( -/obj/structure/disposalpipe/junction{ - dir = 1; - icon_state = "pipe-j2"; - tag = "icon-pipe-j1 (WEST)" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"cOI" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"cOL" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/door_control{ - id = "xeno6"; - name = "Containment Control"; - pixel_y = 35; - req_access_txt = "55" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitehall" - }, -/area/toxins/xenobiology) -"cOM" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"cOO" = ( -/obj/structure/closet/secure_closet/injection, -/obj/effect/decal/warning_stripes/red, -/obj/machinery/newscaster/security_unit{ - pixel_x = -30 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/execution) -"cOP" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/toxins/xenobiology) -"cOR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"cOS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/southwestcorner, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"cOT" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/latex, -/obj/item/slime_scanner, -/obj/item/radio/intercom{ - dir = 1; - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"cOU" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/heat_exchanging, -/turf/space, -/area/space/nearstation) -"cOY" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"cPa" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/portable_atmospherics/canister, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cPd" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/teleporter/abandoned) -"cPe" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/stock_parts/cell/high, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/storage/tech) -"cPf" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"cPg" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cautioncorner" - }, -/area/storage/primary) -"cPi" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/compressor{ - comp_id = "incineratorturbine"; - dir = 4; - luminosity = 2 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/engine, -/area/maintenance/turbine) -"cPj" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/primary) -"cPk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"cPl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/greengrid, -/area/engine/controlroom) -"cPm" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/engine, -/area/maintenance/turbine) -"cPq" = ( -/obj/effect/decal/warning_stripes/east, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cPt" = ( -/obj/machinery/door/airlock/glass{ - autoclose = 0; - frequency = 1449; - heat_proof = 1; - icon_state = "door_locked"; - id_tag = "gas_turbine_interior"; - locked = 1; - name = "Turbine Interior Airlock"; - req_access_txt = "12" - }, -/obj/machinery/access_button{ - command = "cycle_interior"; - master_tag = "turbine_control"; - name = "Gas Turbine Access Button"; - pixel_x = -1; - pixel_y = 22 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/engine, -/area/maintenance/turbine) -"cPu" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/paper, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"cPy" = ( -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/reception) -"cPz" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 4; - tag = "icon-pipe-j1 (EAST)" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"cPA" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/toy/figure/captain, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"cPC" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/controlroom) -"cPE" = ( -/obj/effect/decal/warning_stripes/south, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/engine, -/area/medical/chemistry) -"cPF" = ( -/obj/machinery/smartfridge/medbay, -/obj/machinery/door/window/eastright{ - base_state = "left"; - desc = "You have the public fridge, pal, lube off."; - dir = 2; - icon_state = "left"; - name = "Anti-Theft Shield"; - req_access_txt = "5" - }, -/turf/simulated/floor/plating, -/area/medical/chemistry) -"cPG" = ( -/obj/effect/decal/cleanable/blood/xeno, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"cPI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/maintenance/turbine) -"cPJ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "construction access" - }, -/obj/structure/barricade/wooden, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cPK" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/visible, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "caution" - }, -/area/maintenance/turbine) -"cPL" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/medical/biostorage) -"cPM" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medical Supplies"; - req_access_txt = "5" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/biostorage) -"cPN" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/medical/biostorage) -"cPO" = ( -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" - }, -/area/medical/medbay) -"cPX" = ( -/obj/effect/decal/warning_stripes/northwestcorner, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"cQb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"cQh" = ( -/obj/machinery/computer/arcade/battle, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"cQj" = ( -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"cQk" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cQm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"cQo" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"cQp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"cQq" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/folder/red, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"cQr" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"cQu" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - location = "Clown" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bar" - }, -/area/clownoffice) -"cQv" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/machinery/door_control{ - id = "xenosecure"; - name = "Containment Control"; - pixel_y = 2; - req_access_txt = "55" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"cQz" = ( -/obj/structure/shuttle/engine/propulsion/burst{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/shuttle/pod_3) -"cQB" = ( -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/structure/closet/secure_closet/clown, -/obj/item/clothing/under/soldieruniform, -/obj/item/clothing/suit/soldiercoat, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bar" - }, -/area/clownoffice) -"cQH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/shower{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitehall" - }, -/area/toxins/xenobiology) -"cQK" = ( -/obj/item/flag/clown, -/obj/machinery/power/apc{ - pixel_y = 26 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "bar" - }, -/area/clownoffice) -"cQN" = ( -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/xenobiology) -"cQP" = ( -/obj/machinery/suit_storage_unit/clown, -/obj/machinery/door_control{ - id = "Clown"; - name = "Clowns Privacy Shutters Control"; - pixel_y = 26 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24; - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bar" - }, -/area/clownoffice) -"cQQ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/serviceyard) -"cQR" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/serviceyard) -"cQS" = ( -/obj/structure/barricade/wooden, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"cQU" = ( -/obj/structure/closet/firecloset, -/turf/simulated/floor/plating, -/area/maintenance/apmaint) -"cQV" = ( -/obj/structure/safe, -/obj/item/stack/ore/bluespace_crystal, -/obj/item/stack/ore/bluespace_crystal, -/obj/item/stack/ore/bluespace_crystal, -/obj/item/stack/ore/bluespace_crystal, -/obj/item/stack/ore/bluespace_crystal, -/obj/item/grown/bananapeel/bluespace, -/obj/item/slime_extract/bluespace, -/obj/item/stack/telecrystal, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"cQW" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whitepurple"; - tag = "icon-whitepurple (NORTHWEST)" - }, -/area/medical/genetics) -"cRb" = ( -/obj/machinery/autolathe, -/obj/machinery/door/window/brigdoor{ - dir = 1; - id = "Autolathe"; - name = "Autolathe Access"; - req_access_txt = "47" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id_tag = "researchdesk1"; - name = "Research Desk Shutters"; - opacity = 0 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/door/firedoor, -/obj/item/stack/sheet/metal{ - amount = 10 - }, -/obj/item/stack/sheet/glass{ - amount = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"cRe" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/lobby) -"cRf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/lightreplacer, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/stack/tape_roll, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"cRg" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/reception) -"cRh" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/applicator{ - pixel_x = 6; - pixel_y = 7 - }, -/obj/item/reagent_containers/applicator{ - pixel_x = 6; - pixel_y = 7 - }, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -5; - pixel_y = 1 - }, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -5; - pixel_y = 1 - }, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -5; - pixel_y = 1 - }, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -5; - pixel_y = 1 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/item/reagent_containers/applicator{ - pixel_x = 6; - pixel_y = 7 - }, -/obj/item/reagent_containers/applicator{ - pixel_x = 6; - pixel_y = 7 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"cRi" = ( -/obj/item/radio/intercom{ - pixel_x = -28; - pixel_y = -3 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/biostorage) -"cRj" = ( -/obj/effect/decal/warning_stripes/blue, -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/storage/firstaid/o2, -/obj/item/reagent_containers/spray/cleaner, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"cRk" = ( -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/biostorage) -"cRm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"cRn" = ( -/obj/machinery/door_control{ - id = "QMLoaddoor2"; - layer = 4; - name = "Loading Doors"; - pixel_x = 24; - pixel_y = 8 - }, -/obj/machinery/door_control{ - id = "QMLoaddoor"; - layer = 4; - name = "Loading Doors"; - pixel_x = 24; - pixel_y = -8 - }, -/obj/machinery/camera{ - c_tag = "Cargo Shuttle Airlock"; - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"cRo" = ( -/obj/machinery/light/spot{ - dir = 4; - tag = "icon-tube1 (EAST)" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/supply) -"cRq" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/ward) -"cRr" = ( -/obj/machinery/vending/wallmed{ - pixel_x = 26 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/break_room) -"cRz" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/tcommsat/chamber) -"cRB" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"cRC" = ( -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkred" - }, -/area/security/interrogation) -"cRE" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/closet/firecloset, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cRK" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cRT" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/northeastcorner, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cRU" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitehall" - }, -/area/toxins/xenobiology) -"cRW" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26; - pixel_y = -32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"cRX" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/toxins/xenobiology) -"cRY" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/west, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"cSa" = ( -/obj/machinery/atmospherics/pipe/manifold/visible, -/obj/effect/decal/warning_stripes/north, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cSb" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/table, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/delivery) -"cSc" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"cSd" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/teleporter/abandoned) -"cSe" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/delivery) -"cSf" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/storage) -"cSh" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"cSo" = ( -/mob/living/simple_animal/mouse/gray, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/library/abandoned) -"cSp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/closet/crate, -/obj/item/flashlight, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"cSu" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_y = 32 - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_upload) -"cSx" = ( -/obj/machinery/atmospherics/pipe/manifold/visible, -/obj/effect/decal/warning_stripes/north, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cSy" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/quartermaster/storage) -"cSA" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 9 - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"cSB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/landmark/start{ - name = "Internal Affairs Agent" - }, -/turf/simulated/floor/carpet, -/area/lawoffice) -"cSF" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"cSG" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"cSI" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "neutral" - }, -/area/maintenance/engrooms) -"cSJ" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/closet/secure_closet/bar, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cSK" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"cSL" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/chemistry) -"cSO" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteyellowfull" - }, -/area/medical/chemistry) -"cTc" = ( -/obj/structure/window/reinforced, -/obj/machinery/arcade/claw, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"cTf" = ( -/turf/simulated/wall/r_wall, -/area/engine/aienter) -"cTg" = ( -/turf/simulated/wall, -/area/maintenance/electrical) -"cTi" = ( -/turf/simulated/wall, -/area/maintenance/xenozoo) -"cTj" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/obj/machinery/camera{ - c_tag = "Bar Backroom" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cTl" = ( -/obj/machinery/atmospherics/unary/outlet_injector/on{ - dir = 4; - frequency = 1441; - id = "mix_in" - }, -/turf/simulated/floor/engine, -/area/maintenance/turbine) -"cTo" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/crew_quarters/chief) -"cTr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/east, -/obj/effect/decal/warning_stripes/west, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"cTu" = ( -/obj/structure/table/glass, -/obj/machinery/camera{ - c_tag = "Medbay Genetics Office"; - network = list("Medical","SS13") - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/item/storage/box/disks, -/obj/item/storage/box/disks{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/medical/genetics) -"cTz" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xeno2"; - name = "Creature Cell #4"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"cTA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/toxins/xenobiology) -"cTB" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/lab) -"cTE" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/engine, -/area/maintenance/turbine) -"cTG" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/ai_status_display{ - pixel_y = -32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"cTH" = ( -/obj/structure/sign/fire, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/wall/r_wall/coated, -/area/maintenance/turbine) -"cTL" = ( -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"cTM" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/drone_fabricator, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/break_room) -"cTO" = ( -/obj/item/radio/intercom{ - dir = 1; - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "yellow" - }, -/area/engine/break_room) -"cTP" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/mixing) -"cTQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/secondary/entry/louge) -"cTR" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/computer/rdconsole/core, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/lab) -"cTS" = ( -/obj/machinery/computer/monitor{ - name = "Grid Power Monitoring Computer" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "yellow" - }, -/area/engine/engineering/monitor) -"cTU" = ( -/obj/effect/decal/warning_stripes/southwest, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/r_n_d/destructive_analyzer{ - pixel_y = 2 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/lab) -"cTV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/light/small, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"cTZ" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/chemistry) -"cUa" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/structure/closet/secure_closet/bar, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cUb" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"cUe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"cUf" = ( -/obj/structure/closet/crate, -/obj/item/retractor, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"cUj" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/machinery/vending/cigarette, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cUk" = ( -/obj/structure/table, -/obj/item/storage/box/gloves{ - pixel_x = -4 - }, -/obj/item/storage/box/gloves{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/storage/box/beakers{ - pixel_x = 8 - }, -/obj/item/storage/box/beakers{ - pixel_x = 8; - pixel_y = 4 - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -26 - }, -/obj/structure/cable, -/obj/item/storage/box/iv_bags{ - pixel_x = -4; - pixel_y = 8 - }, -/obj/item/storage/box/iv_bags{ - pixel_x = 8; - pixel_y = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whiteblue"; - tag = "icon-whiteblue (SOUTHWEST)" - }, -/area/medical/biostorage) -"cUn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/biostorage) -"cUs" = ( -/obj/structure/table/wood, -/obj/structure/sign/barsign{ - pixel_y = 32 - }, -/obj/machinery/chem_dispenser/soda, -/obj/structure/closet/walllocker/emerglocker/north{ - pixel_x = -32; - pixel_y = 0 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cUu" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cautioncorner" - }, -/area/hallway/primary/port/west) -"cUx" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/beer, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cUy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"cUz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"cUB" = ( -/obj/machinery/power/tracker, -/obj/structure/cable, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" - }, -/area/solar/port) -"cUF" = ( -/obj/machinery/vending/boozeomat, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cUI" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "caution" - }, -/area/atmos) -"cUK" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cUL" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"cUN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/primary) -"cUQ" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/primary/central/nw) -"cUS" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/xenozoo) -"cUU" = ( -/obj/structure/sign/electricshock, -/turf/simulated/wall, -/area/toxins/xenobiology) -"cUW" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/east, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"cUY" = ( -/obj/effect/decal/warning_stripes/south, -/obj/effect/landmark/start{ - name = "Scientist" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/lab) -"cUZ" = ( -/obj/machinery/r_n_d/circuit_imprinter{ - pixel_x = -1; - pixel_y = 3 - }, -/obj/item/reagent_containers/glass/beaker/sulphuric, -/obj/effect/decal/warning_stripes/southeast, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/lab) -"cVb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xeno3"; - name = "Creature Cell #3"; - opacity = 0 - }, -/obj/machinery/door/window/brigdoor{ - dir = 2; - name = "Creature Pen"; - req_access_txt = "47" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"cVc" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters{ - density = 0; - icon_state = "shutter0"; - id_tag = "researchdesk2"; - name = "Research Desk Shutters"; - opacity = 0 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/toxins/lab) -"cVe" = ( -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "orangecorner" - }, -/area/hallway/primary/aft) -"cVf" = ( -/turf/simulated/wall/rust, -/area/teleporter/abandoned) -"cVg" = ( -/obj/structure/computerframe, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"cVh" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/atmos) -"cVm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"cVs" = ( -/obj/machinery/camera{ - c_tag = "Research and Development"; - dir = 9; - network = list("Research","SS13") - }, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Research Request Console"; - pixel_x = 30 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"cVy" = ( -/obj/structure/chair/comfy/teal, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whiteblue (EAST)" - }, -/area/medical/reception) -"cVz" = ( -/obj/machinery/chem_heater, -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/light, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -28 - }, -/obj/structure/cable, -/turf/simulated/floor/engine, -/area/medical/chemistry) -"cVA" = ( -/obj/structure/table, -/obj/item/roller{ - pixel_x = 3; - pixel_y = 10 - }, -/obj/item/roller{ - pixel_x = -5; - pixel_y = 6 - }, -/obj/item/roller, -/obj/effect/decal/warning_stripes/blue, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"cVD" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/chemistry) -"cVF" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge/meeting_room) -"cVG" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"cVH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/biostorage) -"cVI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteyellowcorner" - }, -/area/medical/chemistry) -"cVK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"cVO" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"cVP" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/closet/wardrobe/chemistry_white, -/obj/item/clothing/glasses/science{ - pixel_y = 3 - }, -/obj/item/clothing/glasses/science{ - pixel_y = 3 - }, -/obj/item/clothing/glasses/science{ - pixel_y = 3 - }, -/obj/item/storage/bag/chemistry, -/obj/item/storage/bag/chemistry, -/turf/simulated/floor/plasteel{ - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"cVT" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/table/wood, -/obj/machinery/requests_console{ - department = "Bar"; - departmentType = 2; - name = "Bar Requests Console"; - pixel_y = 30 - }, -/obj/item/book/manual/barman_recipes, -/obj/item/reagent_containers/food/drinks/shaker, -/obj/item/reagent_containers/food/drinks/shaker, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cVU" = ( -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/evidence) -"cVX" = ( -/obj/machinery/door/airlock/glass{ - name = "Cabin" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/sleep) -"cVZ" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"cWa" = ( -/obj/item/aiModule/protectStation{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/aiModule/nanotrasen{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/structure/table/glass, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai_upload) -"cWb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/chair/wood{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"cWe" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/toy/figure/bartender, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cWf" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "caution" - }, -/area/atmos) -"cWi" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain) -"cWn" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"cWo" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"cWp" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom{ - pixel_y = 28 - }, -/obj/item/storage/fancy/cigarettes/cigpack_random{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/storage/fancy/cigarettes/cigpack_random, -/obj/item/storage/box/matches, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cWq" = ( -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "yellow" - }, -/area/atmos) -"cWy" = ( -/obj/structure/table/wood, -/obj/item/toy/cards/deck/syndicate, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"cWA" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xeno3"; - name = "Creature Cell #3"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"cWL" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "orangecorner" - }, -/area/hallway/primary/aft) -"cWQ" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door_control{ - desc = "A remote control switch for the medbay foyer."; - id = "MedbayFoyerPort"; - name = "Medbay Doors Control"; - normaldoorcontrol = 1; - req_access_txt = null - }, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 1; - icon_state = "left"; - name = "Medical Reception"; - req_access_txt = "5" - }, -/turf/simulated/floor/plasteel{ - icon_state = "bluefull" - }, -/area/medical/reception) -"cWR" = ( -/obj/structure/table, -/obj/item/storage/box/cups, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whiteblue (EAST)" - }, -/area/medical/reception) -"cWS" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/item/clothing/accessory/stethoscope, -/obj/item/clothing/accessory/stethoscope{ - pixel_y = 6 - }, -/obj/item/clothing/accessory/stethoscope{ - pixel_y = 3 - }, -/obj/item/flashlight/pen{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/flashlight/pen, -/obj/item/flashlight/pen{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bluefull" - }, -/area/medical/reception) -"cWV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/xenobiology) -"cWY" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/hand_labeler, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Medbay Reception"; - dir = 5; - network = list("Medical","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "bluefull" - }, -/area/medical/reception) -"cXa" = ( -/turf/simulated/wall, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"cXg" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/landmark/start{ - name = "Chemist" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/chemistry) -"cXh" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/chemistry) -"cXj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/smartfridge/medbay, -/turf/simulated/floor/plasteel{ - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"cXp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/chemistry) -"cXs" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"cXv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay) -"cXz" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cXD" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal, -/obj/structure/sign/poster/official/high_class_martini{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"cXM" = ( -/obj/structure/morgue, -/obj/effect/decal/warning_stripes/southwest, -/obj/machinery/camera{ - c_tag = "Medbay Coroner's Office"; - dir = 1; - network = list("Medical","SS13") - }, -/obj/effect/landmark{ - name = "revenantspawn" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/medical/morgue) -"cXN" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/chair/wood{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/mrchangs) -"cXP" = ( -/obj/machinery/door_control{ - id = "transitlock"; - name = "Transit Tube Lockdown Control"; - pixel_x = 24; - pixel_y = -8; - req_access_txt = "11" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/engine/aienter) -"cXQ" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"cXR" = ( -/obj/machinery/camera{ - c_tag = "Chief Engineer's Office"; - dir = 4; - network = list("Engineering","SS13"); - pixel_y = -22 - }, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/computer/card/minor/ce, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"cXT" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/fore) -"cXU" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Bay"; - req_access_txt = "31" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/quartermaster/delivery) -"cXZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/table/wood/poker, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"cYa" = ( -/obj/structure/chair/wood{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/mrchangs) -"cYb" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Chief Engineer" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/chief) -"cYc" = ( -/obj/structure/disposalpipe/junction{ - dir = 2; - icon_state = "pipe-j2"; - tag = "icon-pipe-j2" - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Engineering Lobby"; - dir = 4; - network = list("Engineering","SS13"); - pixel_y = -22 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/engine/break_room) -"cYd" = ( -/obj/structure/morgue, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -22 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"cYf" = ( -/obj/structure/sign/nosmoking_2, -/turf/simulated/wall, -/area/engine/break_room) -"cYg" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/crew_quarters/mrchangs) -"cYj" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters{ - density = 0; - icon_state = "shutter0"; - id_tag = "researchdesk2"; - name = "Research Desk Shutters"; - opacity = 0 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/toxins/lab) -"cYk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door_control{ - id = "xeno2"; - name = "Containment Control"; - pixel_y = -28; - req_access_txt = "55" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitehall" - }, -/area/toxins/xenobiology) -"cYn" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/reception) -"cYq" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Medical Doctor" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/reception) -"cYr" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHEAST)" - }, -/area/medical/reception) -"cYw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall, -/area/medical/reception) -"cYB" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"cYJ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"cYK" = ( -/obj/machinery/ai_status_display{ - pixel_x = 32 - }, -/obj/machinery/computer/card/minor/cmo, -/turf/simulated/floor/plasteel, -/area/medical/cmo) -"cYL" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"cYM" = ( -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/grass, -/area/medical/biostorage) -"cYN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/medbay) -"cYP" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/light, -/obj/item/storage/firstaid/regular{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/firstaid/regular{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/firstaid/regular, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/biostorage) -"cYQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/chair/comfy/teal{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay) -"cYR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay) -"cYS" = ( -/obj/structure/disposalpipe/junction{ - dir = 8; - icon_state = "pipe-j2"; - tag = "icon-pipe-j1 (WEST)" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay) -"cYT" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/storage/firstaid/toxin{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/firstaid/toxin{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/firstaid/toxin, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/biostorage) -"cYW" = ( -/turf/simulated/wall, -/area/crew_quarters/bar/atrium) -"cYX" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"cZc" = ( -/obj/machinery/power/tesla_coil{ - anchored = 1 - }, -/obj/structure/cable/yellow{ - d2 = 2; - icon_state = "0-2" - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"cZe" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/engineering/monitor) -"cZg" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cautioncorner" - }, -/area/hallway/primary/port/west) -"cZi" = ( -/obj/docking_port/mobile/supply, -/obj/docking_port/stationary{ - dir = 8; - dwidth = 5; - height = 7; - id = "supply_home"; - name = "supply bay"; - width = 12 - }, -/turf/simulated/shuttle/wall{ - icon_state = "swall3"; - tag = "icon-swall3" - }, -/area/shuttle/supply) -"cZl" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port) -"cZn" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/mob/living/carbon/human/monkey, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/genetics) -"cZp" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/obj/machinery/telepad_cargo, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "brown" - }, -/area/quartermaster/delivery) -"cZq" = ( -/obj/structure/rack, -/obj/item/circuitboard/aifixer{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/circuitboard/rdconsole, -/obj/item/circuitboard/rdserver{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/tech) -"cZr" = ( -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/hallway/primary/aft) -"cZt" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/turf/simulated/floor/plating, -/area/quartermaster/delivery) -"cZu" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/toxins/lab) -"cZw" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellowcorner" - }, -/area/storage/primary) -"cZC" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/medical/research/nhallway) -"cZE" = ( -/obj/structure/cable, -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/medical/chemistry) -"cZH" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/medbay) -"cZI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/medical/glass{ - id_tag = null; - name = "Chemistry Lab"; - req_access_txt = "33" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/chemistry) -"cZL" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/space, -/area/space/nearstation) -"cZM" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/ward) -"cZN" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay3) -"cZP" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"cZQ" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/flag/nt{ - pixel_y = -6 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/construction/hallway) -"cZS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"cZU" = ( -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"cZW" = ( -/obj/structure/chair/stool, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"daa" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/storage) -"dac" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Library" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"dae" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/chair/comfy/beige{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"dag" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/bridge/meeting_room) -"dah" = ( -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"dai" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/flag/nt{ - pixel_y = -6 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/construction/hallway) -"daj" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/space, -/area/space/nearstation) -"dam" = ( -/obj/effect/decal/remains/human, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"dan" = ( -/obj/machinery/newscaster{ - pixel_x = 32; - pixel_y = -32 - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"dav" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/medical{ - name = "Operating Theatre"; - req_access_txt = "45" - }, -/obj/machinery/holosign/surgery{ - id = "surgery2" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/surgery2) -"dax" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/turbine) -"day" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/small, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/obj/item/tank/plasma, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"daC" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/north, -/obj/item/wrench, -/obj/item/storage/belt/utility, -/obj/item/clothing/glasses/welding, -/obj/item/stack/sheet/glass{ - amount = 50 - }, -/obj/item/stack/sheet/metal{ - amount = 50; - pixel_x = 2; - pixel_y = -2 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/lab) -"daE" = ( -/obj/machinery/light, -/obj/machinery/door_control{ - id = "researchdesk2"; - name = "Secondary Research Shutters"; - pixel_x = 8; - pixel_y = -26 - }, -/obj/machinery/door_control{ - id = "researchdesk1"; - name = "Primary Research Shutters"; - pixel_x = -8; - pixel_y = -26 - }, -/obj/machinery/computer/rdconsole/core, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/lab) -"daF" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters{ - density = 0; - icon_state = "shutter0"; - id_tag = "researchdesk2"; - name = "Research Desk Shutters"; - opacity = 0 - }, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/toxins/lab) -"daN" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/structure/table/reinforced, -/obj/machinery/light{ - on = 1 - }, -/obj/item/storage/belt/medical, -/obj/item/storage/belt/medical, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" - }, -/area/medical/reception) -"daR" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain) -"daS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"daU" = ( -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/carpet, -/area/lawoffice) -"dbf" = ( -/obj/machinery/light, -/obj/machinery/photocopier, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay) -"dbi" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/item/radio/intercom{ - dir = 1; - pixel_y = -25 - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"dbj" = ( -/obj/structure/table, -/obj/machinery/light, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell, -/obj/item/phone{ - pixel_x = -3; - pixel_y = 3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"dbk" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 3 - }, -/obj/item/reagent_containers/food/drinks/britcup, -/obj/item/screwdriver, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"dbl" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/table/wood, -/obj/item/storage/fancy/donut_box, -/turf/simulated/floor/carpet, -/area/assembly/showroom) -"dbm" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/maintenance/fpmaint2) -"dbn" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"dbq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/space_heater, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"dbr" = ( -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/ne) -"dbs" = ( -/obj/structure/girder, -/turf/simulated/floor/plasteel, -/area/maintenance/engrooms) -"dbt" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/podbay) -"dbu" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/snacks/grown/banana, -/obj/item/reagent_containers/food/snacks/grown/banana{ - pixel_x = -6; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/snacks/grown/banana{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/snacks/pie{ - pixel_y = 7 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bar" - }, -/area/clownoffice) -"dbv" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/bar) -"dbz" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"dbC" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/podbay) -"dbT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/shower{ - dir = 4; - tag = "icon-shower (EAST)" - }, -/obj/structure/curtain/open/shower, -/turf/simulated/floor/plasteel{ - icon_state = "showroomfloor" - }, -/area/maintenance/fsmaint) -"dbU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"dbY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/medical/glass{ - id_tag = null; - name = "Isolation A"; - req_access_txt = "39" - }, -/obj/effect/decal/warning_stripes/yellow/partial, -/obj/effect/decal/warning_stripes/arrow, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/medical/virology) -"dca" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/aft) -"dcc" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/medical/paramedic) -"dce" = ( -/obj/machinery/conveyor/southeast{ - id = "cargodelivery" - }, -/turf/simulated/floor/plating, -/area/quartermaster/delivery) -"dci" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay) -"dcj" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"dcm" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/genericbush, -/turf/simulated/floor/grass, -/area/medical/sleeper) -"dcq" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/disposaloutlet, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/delivery) -"dcs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"dcv" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/delivery) -"dcw" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/vending/wallmed{ - pixel_x = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "brown" - }, -/area/quartermaster/storage) -"dcz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Reception"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/turf/space, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/reception) -"dcA" = ( -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/lobby) -"dcC" = ( -/obj/machinery/atmospherics/unary/vent_pump, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"dcD" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Medbay Maintenance"; - req_access_txt = "5" - }, -/turf/simulated/floor/plating, -/area/medical/ward) -"dcE" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/storage) -"dcF" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/item/paper/deltainfo, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/storage) -"dcL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/aienter) -"dcN" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/storage) -"dcO" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/mrchangs) -"dcQ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/mrchangs) -"dcR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whiteblue"; - tag = "icon-whiteblue (SOUTHEAST)" - }, -/area/medical/sleeper) -"dcS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"dcU" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurplecorner" - }, -/area/toxins/misc_lab) -"dcV" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple"; - tag = "icon-whitepurple (NORTH)" - }, -/area/toxins/misc_lab) -"dcW" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple"; - tag = "icon-whitepurple (NORTH)" - }, -/area/toxins/misc_lab) -"dcX" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple"; - tag = "icon-whitepurple (NORTH)" - }, -/area/toxins/misc_lab) -"dcY" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/filingcabinet/filingcabinet, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"dda" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"ddb" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"ddc" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door_control{ - desiredstate = 1; - id = "privateroom"; - name = "Privacy Room Bolt Control"; - normaldoorcontrol = 1; - pixel_x = -26; - pixel_y = -24; - req_access_txt = "25"; - specialfunctions = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"ddd" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"ddg" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"ddh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"ddi" = ( -/turf/simulated/wall/r_wall, -/area/toxins/explab) -"ddk" = ( -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"ddl" = ( -/obj/machinery/keycard_auth{ - pixel_x = -24 - }, -/obj/machinery/door_control{ - id = "engstorage"; - name = "Engineering Secure Storage Control"; - pixel_x = -38; - pixel_y = 8; - req_access_txt = "11" - }, -/obj/machinery/door_control{ - id = "transitlock"; - name = "Transit Tube Lockdown Control"; - pixel_x = -38; - pixel_y = -8; - req_access_txt = "11" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/computer/security/engineering, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"ddp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"dds" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id_tag = "rdprivacy"; - name = "Research Director Office Shutters"; - opacity = 0 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/crew_quarters/hor) -"ddx" = ( -/obj/effect/decal/warning_stripes/east, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"ddE" = ( -/obj/machinery/computer/crew, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/paramedic) -"ddF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/reception) -"ddH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/filingcabinet/chestdrawer, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/reception) -"ddI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/mob/living/simple_animal/parrot/Poly, -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/chief) -"ddJ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/closet/secure_closet/paramedic, -/obj/item/defibrillator/loaded, -/obj/item/clothing/glasses/hud/health, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/paramedic) -"ddM" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay3) -"ddO" = ( -/obj/machinery/conveyor/northeast{ - id = "QMLoad" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"ddR" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/chief) -"deb" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port/west) -"dec" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "yellow" - }, -/area/maintenance/electrical) -"ded" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/primary) -"deg" = ( -/obj/structure/rack, -/obj/item/roller, -/obj/item/reagent_containers/iv_bag, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"del" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"deo" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"dep" = ( -/obj/machinery/light_switch{ - pixel_x = -8; - pixel_y = -26 - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"deq" = ( -/obj/machinery/atm{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"der" = ( -/obj/structure/grille, -/obj/structure/window/full/shuttle, -/turf/simulated/shuttle/plating, -/area/shuttle/pod_3) -"des" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_y = -30 - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"det" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/aienter) -"deu" = ( -/obj/structure/plasticflaps/mining, -/obj/machinery/conveyor/east{ - id = "QMLoad" - }, -/turf/simulated/floor/plating, -/area/quartermaster/storage) -"dev" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/plasticflaps/mining, -/obj/machinery/conveyor/east{ - id = "QMLoad" - }, -/turf/simulated/floor/plating, -/area/quartermaster/storage) -"dew" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"deA" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkbluecorners" - }, -/area/construction/hallway) -"deB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - desc = "\"This is a plaque in honour of our comrades on the G4407 Stations. Hopefully TG4407 model can live up to your fame and fortune.\" Scratched in beneath that is a crude image of a meteor and a spaceman. The spaceman is laughing. The meteor is exploding."; - dir = 4; - icon_state = "plaque"; - name = "Comemmorative Plaque" - }, -/area/hallway/primary/fore) -"deE" = ( -/obj/machinery/atmospherics/pipe/simple/insulated{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/toxins/misc_lab) -"deF" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/insulated{ - dir = 10 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/toxins/misc_lab) -"deG" = ( -/turf/simulated/wall, -/area/quartermaster/delivery) -"deH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/explab) -"deK" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"deL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/junction{ - dir = 4; - tag = "icon-pipe-j1 (EAST)" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/toxins/explab) -"deM" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/hand_tele, -/obj/item/coin/plasma, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"deN" = ( -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "escape" - }, -/area/bridge/checkpoint/south) -"deR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research/glass{ - name = "Experimentor"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"deS" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/medical/research/nhallway) -"deU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/medical/research/nhallway) -"deW" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkbluecorners" - }, -/area/construction/hallway) -"deX" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"dfd" = ( -/obj/structure/bed, -/obj/item/bedsheet/red, -/obj/item/radio/intercom{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redcorner" - }, -/area/security/prison/cell_block/A) -"dfe" = ( -/turf/simulated/wall, -/area/medical/research/restroom) -"dff" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"dfh" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/assembly/chargebay) -"dfj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door_control{ - id = "xeno4"; - name = "Containment Control"; - pixel_y = 35; - req_access_txt = "55" - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"dfk" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/ne) -"dfm" = ( -/turf/simulated/wall/r_wall, -/area/assembly/chargebay) -"dfn" = ( -/obj/machinery/computer/mech_bay_power_console, -/turf/simulated/floor/bluegrid, -/area/assembly/chargebay) -"dfo" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/construction/hallway) -"dfr" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining/glass{ - name = "Delivery Office"; - req_access_txt = "50" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/quartermaster/delivery) -"dft" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/additional) -"dfu" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"dfv" = ( -/turf/simulated/wall, -/area/medical/paramedic) -"dfy" = ( -/turf/simulated/wall, -/area/medical/genetics_cloning) -"dfA" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Shuttle South" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"dfD" = ( -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" - }, -/obj/structure/window/reinforced, -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_sit) -"dfE" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"dfI" = ( -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"dfM" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/quartermaster/delivery) -"dfO" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurplecorner" - }, -/area/toxins/misc_lab) -"dfP" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple"; - tag = "icon-whitepurple (NORTH)" - }, -/area/toxins/misc_lab) -"dfQ" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"dfR" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/suit/radiation, -/obj/item/clothing/head/radiation, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"dfS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/toxins/explab) -"dfT" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"dfU" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/quartermaster/storage) -"dfV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/xenobiology) -"dfW" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/portable_atmospherics/canister/air{ - filled = 0.05 - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"dfY" = ( -/obj/structure/table/reinforced, -/obj/machinery/light, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"dfZ" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/radiation, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"dgb" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/medical/research/nhallway) -"dgc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/junction{ - dir = 4; - tag = "icon-pipe-j1 (EAST)" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"dgd" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"dge" = ( -/obj/structure/table, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/recharger{ - pixel_y = 3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"dgi" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 8; - frequency = 1379; - id_tag = "engineering_west_pump" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"dgk" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"dgo" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/storage{ - name = "Perma Maintenance" - }) -"dgv" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"dgz" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/medbay) -"dgC" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/shower{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/genetics_cloning) -"dgE" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/item/destTagger, -/obj/item/destTagger, -/obj/item/destTagger, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"dgF" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/engine/aienter) -"dgH" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/genetics_cloning) -"dgO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 8; - icon_state = "pipe-j2"; - tag = "icon-pipe-j1 (WEST)" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"dgQ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/airlock/medical{ - name = "Operating Theatre"; - req_access_txt = "45" - }, -/obj/machinery/holosign/surgery{ - id = "surgery1" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/surgery1) -"dgT" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/visible, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics_cloning) -"dgU" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"dgW" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/wall, -/area/medical/psych) -"dgY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall/r_wall, -/area/maintenance/fsmaint) -"dha" = ( -/obj/structure/table/reinforced, -/obj/item/phone{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/mask/cigarette/cigar{ - pixel_x = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/chief) -"dhb" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "brown" - }, -/area/quartermaster/qm) -"dhc" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/landmark/start{ - name = "Chief Engineer" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/chief) -"dhh" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/camera{ - c_tag = "Port Fore Solars"; - network = list("SS13","Engineering") - }, -/obj/item/radio/intercom{ - pixel_y = 28 - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"dhi" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/electrical) -"dhj" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/sign/deathsposal{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/maintenance/turbine) -"dhm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/engine/engineering/monitor) -"dhn" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/toy/figure/qm, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/qm) -"dho" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/computer/station_alert, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/engineering/monitor) -"dhp" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/maintenance/turbine) -"dhq" = ( -/obj/structure/sign/nosmoking_2{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/unary/tank/toxins, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/maintenance/turbine) -"dhr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering/monitor) -"dhs" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/computer/general_air_control{ - frequency = 1443; - level = 3; - name = "Distribution and Waste Monitor"; - sensors = list("mair_in_meter" = "Mixed Air In", "air_sensor" = "Mixed Air Supply Tank", "mair_out_meter" = "Mixed Air Out", "dloop_atm_meter" = "Distribution Loop", "wloop_atm_meter" = "Waste Loop") - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/engineering/monitor) -"dht" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Cyborg" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"dhw" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"dhx" = ( -/obj/machinery/atmospherics/binary/valve, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/toxins/misc_lab) -"dhA" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/camera{ - c_tag = "Turbine"; - network = list("SS13","Engineering") - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -6; - pixel_y = 32 - }, -/obj/machinery/atmospherics/unary/portables_connector, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/maintenance/turbine) -"dhB" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/maintenance/turbine) -"dhH" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/maintenance/turbine) -"dhI" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/wall/r_wall, -/area/turret_protected/ai) -"dhL" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research/glass{ - name = "Toxin Mixing"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/mixing) -"dhN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"dhO" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"dhR" = ( -/obj/structure/sign/biohazard, -/turf/simulated/wall/r_wall, -/area/toxins/mixing) -"dhS" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"dhV" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/smes{ - charge = 1e+006 - }, -/obj/structure/sign/electricshock{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/maintenance/turbine) -"dhW" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"dhX" = ( -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkred" - }, -/area/security/evidence) -"die" = ( -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 24 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"dil" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/nw) -"dim" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/aft) -"dio" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"dip" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"dis" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atm{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"dit" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/paramedic) -"diu" = ( -/obj/machinery/door/window/brigdoor, -/obj/item/radio/intercom{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/genetics_cloning) -"dix" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHEAST)" - }, -/area/medical/sleeper) -"diy" = ( -/obj/structure/chair/office/light, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics_cloning) -"diz" = ( -/obj/machinery/camera{ - c_tag = "Medbay Cloning"; - dir = 9; - network = list("Medical","SS13") - }, -/obj/machinery/button/windowtint{ - id = "cloninglab"; - pixel_x = 22; - pixel_y = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/genetics_cloning) -"diB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"diD" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/surgery1) -"diJ" = ( -/turf/simulated/wall, -/area/medical/psych) -"diQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance{ - name = "construction access" - }, -/obj/structure/barricade/wooden, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"diR" = ( -/obj/effect/decal/warning_stripes/south, -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall, -/area/maintenance/engrooms) -"diS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"diU" = ( -/obj/structure/statue/gold/hop{ - desc = "Золотая литая статуя, посвящённая великому ХоПу - Михаилу Калинину, который продолжал исполнять свой долг даже в самых критических ситуациях"; - name = "Статуя Михаила Калинина" - }, -/turf/simulated/floor/plating, -/area/crew_quarters/heads/hop) -"diW" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"diX" = ( -/obj/machinery/computer/borgupload, -/obj/item/radio/intercom/private{ - pixel_y = -28 - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_upload) -"diY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"dja" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/toxins/misc_lab) -"djb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/research{ - name = "Chemical Toxins"; - req_access_txt = "47" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/misc_lab) -"djc" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 25 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"djf" = ( -/obj/structure/sign/fire, -/turf/simulated/wall/r_wall, -/area/toxins/mixing) -"djg" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/space, -/area/space/nearstation) -"djn" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 4; - name = "Труба смешивания" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"djo" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 4; - name = "Труба смешивания" - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"djt" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/storage/toolbox/mechanical, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitepurple"; - tag = "icon-whitepurple (SOUTHWEST)" - }, -/area/toxins/mixing) -"dju" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/dispenser, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/toxins/mixing) -"djw" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/insulated{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/toxins/mixing) -"djx" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/binary/valve{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Toxin Mixing"; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/toxins/mixing) -"djy" = ( -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/toxins/mixing) -"djJ" = ( -/obj/structure/table, -/obj/machinery/computer/mob_healer_terminal, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whiteblue (EAST)" - }, -/area/medical/reception) -"djM" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/fore) -"djS" = ( -/obj/effect/decal/warning_stripes/northwestsouth, -/obj/structure/bed/amb_trolley{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/paramedic) -"djT" = ( -/obj/effect/decal/warning_stripes/northeastsouth, -/obj/vehicle/ambulance{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/paramedic) -"djU" = ( -/obj/machinery/atm{ - pixel_y = -32 - }, -/obj/item/storage/briefcase, -/obj/structure/table/wood, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/bridge/vip) -"djV" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"djY" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/latex/nitrile, -/obj/item/clothing/mask/breath, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cmo" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"djZ" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/flasher_button{ - id = "permacell2"; - name = "Perma cell 2 flasher button"; - pixel_x = -38; - pixel_y = -4 - }, -/obj/machinery/flasher_button{ - id = "permacell1"; - name = "Perma cell 1 flasher button"; - pixel_x = -38; - pixel_y = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/permabrig) -"dka" = ( -/obj/machinery/computer/operating, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/medical/surgery1) -"dkd" = ( -/obj/structure/table/glass, -/obj/item/storage/toolbox/surgery{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/surgery1) -"dke" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"dkj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"dkk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Chief Medical Officer"; - req_access_txt = "40" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/medical/cmo) -"dkn" = ( -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research{ - name = "Research Division" - }) -"dko" = ( -/obj/machinery/conveyor/northeast/ccw{ - id = "QMLoad" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"dkp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"dkt" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/tape/random{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/taperecorder, -/obj/item/clothing/glasses/science, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/item/storage/bag/chemistry, -/obj/item/storage/bag/chemistry, -/obj/item/storage/bag/chemistry, -/obj/item/storage/bag/chemistry, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/toxins/misc_lab) -"dku" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/smartfridge/medbay, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whitepurple" - }, -/area/toxins/misc_lab) -"dkv" = ( -/obj/effect/decal/warning_stripes/south, -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/machinery/light, -/turf/simulated/floor/engine, -/area/toxins/misc_lab) -"dkw" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/quartermaster/storage) -"dky" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - name = "Труба турбины" - }, -/turf/space, -/area/space/nearstation) -"dkz" = ( -/obj/structure/table, -/obj/item/stack/medical/bruise_pack, -/obj/item/stack/medical/ointment, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"dkF" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/toxins/mixing) -"dkG" = ( -/obj/structure/table/glass, -/obj/item/storage/toolbox/surgery{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/surgery2) -"dkI" = ( -/turf/simulated/wall/r_wall, -/area/toxins/mixing) -"dkJ" = ( -/obj/structure/table/reinforced, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Research Director's Desk"; - departmentType = 7; - name = "Research Director Requests Console"; - pixel_x = -30; - pixel_y = -2 - }, -/obj/item/clipboard, -/obj/item/toy/figure/rd, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"dkK" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"dkM" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/computer/mecha, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"dkP" = ( -/obj/structure/table, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/folder/blue{ - pixel_x = 5 - }, -/obj/item/folder/red{ - pixel_x = -6 - }, -/obj/item/clothing/head/cone{ - desc = "Старый дорожный конус. Говорят он увеличивает интеллект носителя."; - name = "Символ Разумизма"; - pixel_x = -4; - pixel_y = 7 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"dkQ" = ( -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/landmark/start{ - name = "Cyborg" - }, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"dkS" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/assembly/chargebay) -"dkX" = ( -/obj/structure/chair/stool, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"dkY" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner (WEST)" - }, -/area/medical/genetics_cloning) -"dkZ" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Chief Engineer's Office" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"dlb" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/mrchangs) -"dlc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"dld" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Chief Medical Officer's Office"; - dir = 8; - network = list("Medical","SS13") - }, -/turf/simulated/floor/plasteel, -/area/medical/cmo) -"dle" = ( -/obj/structure/table/reinforced, -/obj/item/storage/fancy/donut_box, -/obj/item/hand_labeler, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"dlf" = ( -/obj/structure/table/glass, -/obj/item/soap{ - pixel_y = 11 - }, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/genetics_cloning) -"dlg" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay2) -"dlk" = ( -/obj/structure/chair/wood, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/mrchangs) -"dlp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/biostorage) -"dlr" = ( -/obj/structure/curtain/open/shower, -/obj/machinery/shower{ - pixel_y = 22 - }, -/obj/effect/decal/warning_stripes/blue/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/security/permabrig) -"dlu" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"dlv" = ( -/turf/simulated/floor/carpet, -/area/crew_quarters/mrchangs) -"dlz" = ( -/mob/living/carbon/human/monkey, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"dlA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "brown" - }, -/area/crew_quarters/chief) -"dlC" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering) -"dlJ" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/security/permabrig) -"dlK" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"dlL" = ( -/obj/machinery/reagentgrinder, -/obj/structure/table/reinforced, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitepurple" - }, -/area/toxins/misc_lab) -"dlM" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/chair/office/dark, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering/monitor) -"dlO" = ( -/obj/machinery/atmospherics/unary/outlet_injector{ - dir = 8; - frequency = 1443; - icon_state = "on"; - id = "air_in"; - on = 1 - }, -/obj/machinery/sparker{ - id = "toxinsigniter"; - pixel_x = 1; - pixel_y = 24 - }, -/turf/simulated/floor/engine/insulated/vacuum, -/area/toxins/mixing) -"dlR" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port) -"dlT" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - name = "Mech Bay"; - req_access_txt = "29" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"dlY" = ( -/obj/structure/table/reinforced, -/obj/machinery/light, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/item/radio/intercom{ - dir = 0; - pixel_x = -28; - pixel_y = -28 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Research Director's Office" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"dlZ" = ( -/obj/machinery/light, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/obj/machinery/computer/robotics, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/keycard_auth{ - pixel_y = -24 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"dmj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"dmk" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whiteblue"; - tag = "icon-whiteblue (SOUTHEAST)" - }, -/area/medical/genetics_cloning) -"dml" = ( -/obj/machinery/ai_status_display, -/turf/simulated/wall/r_wall, -/area/hallway/primary/central/west) -"dmm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Reception"; - req_access_txt = "63" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/reception) -"dmn" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay2) -"dmp" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/office) -"dmq" = ( -/turf/simulated/wall, -/area/quartermaster/storage) -"dmr" = ( -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/grass, -/area/hallway/secondary/exit) -"dms" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/flashlight/pen, -/obj/item/clothing/accessory/stethoscope, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/surgery1) -"dmu" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"dmv" = ( -/obj/machinery/computer/crew, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Chief Medical Officer's Desk"; - departmentType = 5; - name = "Chief Medical Officer Requests Console"; - pixel_x = 30 - }, -/turf/simulated/floor/plasteel, -/area/medical/cmo) -"dmx" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"dmz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai_upload) -"dmB" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "solar_tool_airlock"; - name = "exterior access button"; - pixel_x = 25; - pixel_y = -25; - req_access_txt = "32" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/auxport) -"dmC" = ( -/obj/machinery/atmospherics/binary/valve, -/obj/effect/decal/warning_stripes/south, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"dmE" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "solar_tool_outer"; - locked = 1; - name = "Engineering External Access"; - req_access = null; - req_access_txt = "32" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/maintenance/auxsolarport) -"dmF" = ( -/obj/structure/displaycase/captain, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain) -"dmH" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" - }, -/area/medical/reception) -"dmI" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/qm) -"dmJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/checkpoint2) -"dmK" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 4; - frequency = 1379; - id_tag = "solar_tool_pump" - }, -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - id_tag = "solar_tool_airlock"; - pixel_y = 25; - req_access_txt = "32"; - tag_airpump = "solar_tool_pump"; - tag_chamber_sensor = "solar_tool_sensor"; - tag_exterior_door = "solar_tool_outer"; - tag_interior_door = "solar_tool_inner" - }, -/obj/machinery/airlock_sensor{ - id_tag = "solar_tool_sensor"; - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel, -/area/maintenance/auxsolarport) -"dmL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"dmM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/remains/xeno, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"dmN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Gambling Den" - }, -/obj/structure/barricade/wooden, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"dmP" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/qm) -"dmQ" = ( -/obj/machinery/computer/supplycomp, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/qm) -"dmR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "solar_tool_inner"; - locked = 1; - name = "Engineering External Access"; - req_access = null; - req_access_txt = "32" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/maintenance/auxsolarport) -"dmT" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "solar_tool_airlock"; - name = "interior access button"; - pixel_x = -25; - pixel_y = 25; - req_access_txt = "32" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"dmX" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"dnc" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"dnf" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/ignition_switch{ - id = "toxinsigniter"; - pixel_x = 24; - pixel_y = -9 - }, -/obj/machinery/door_control{ - id = "ToxinsVenting"; - name = "Toxin Venting Control"; - pixel_x = 25 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple"; - tag = "icon-whitepurple (EAST)" - }, -/area/toxins/mixing) -"dnh" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/toxins/mixing) -"dnn" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"dns" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkbluecorners" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"dnw" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/starboard/east) -"dnx" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/aft) -"dny" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/turbine) -"dnz" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Access"; - req_one_access_txt = "24" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"dnB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"dnD" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/medical/genetics) -"dnE" = ( -/obj/item/storage/box/monkeycubes, -/obj/item/storage/box/monkeycubes/stokcubes, -/obj/item/storage/box/monkeycubes/neaeracubes, -/obj/item/storage/box/monkeycubes/wolpincubes, -/obj/item/storage/box/monkeycubes/farwacubes, -/obj/structure/table, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/genetics) -"dnG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"dnI" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 1; - name = "Труба смешивания" - }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 4; - name = "Труба фильтрации" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"dnK" = ( -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"dnN" = ( -/obj/item/radio/intercom{ - dir = 1; - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/engine/aienter) -"dnO" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 4; - name = "Труба фильтрации" - }, -/obj/machinery/atmospherics/binary/volume_pump{ - desc = "Позволяет подать горючую смесь в турбину"; - dir = 1; - name = "Смесь в турбину" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"dnP" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"dnQ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/medical/surgery1) -"dnS" = ( -/obj/structure/sign/nosmoking_2{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 4; - name = "Труба фильтрации" - }, -/turf/simulated/floor/plasteel{ - icon_state = "caution" - }, -/area/atmos) -"dnV" = ( -/turf/simulated/shuttle/floor, -/area/shuttle/mining) -"dnW" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"doc" = ( -/obj/machinery/vending/coffee, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"dod" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"dog" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/northeastcorner, -/obj/item/rcd, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/clothing/glasses/meson{ - pixel_x = 1; - pixel_y = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"doh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"doi" = ( -/obj/structure/table, -/obj/effect/decal/warning_stripes/yellow, -/obj/item/storage/toolbox/mechanical, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/electrical) -"dom" = ( -/obj/machinery/computer/sm_monitor, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"don" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/permabrig) -"dor" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id_tag = "ceprivacy"; - name = "CE Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/chief) -"dos" = ( -/obj/structure/sign/electricshock, -/turf/simulated/wall/r_wall, -/area/crew_quarters/chief) -"dot" = ( -/obj/machinery/light, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowcorner" - }, -/area/hallway/primary/port) -"dox" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"doy" = ( -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/aft) -"doA" = ( -/obj/machinery/portable_atmospherics/canister/air{ - anchored = 1 - }, -/turf/simulated/floor/engine/air, -/area/atmos) -"doB" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/engine/air, -/area/atmos) -"doJ" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -25 - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/portsolar) -"doK" = ( -/obj/machinery/hologram/holopad, -/obj/effect/landmark/start{ - name = "Roboticist" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/assembly/chargebay) -"doO" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/official/random{ - pixel_x = -32; - pixel_y = 32 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"doP" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "RoboDesk"; - name = "Robotics Privacy Shutter" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/assembly/robotics) -"doU" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/aft) -"doW" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "Genetics"; - name = "Genetics Privacy Shutters" - }, -/obj/machinery/door/window/eastleft{ - name = "Genetics Desk"; - req_access_txt = "9" - }, -/obj/machinery/door/window/eastleft{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/genetics) -"doX" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"doY" = ( -/obj/machinery/door/window/southright{ - dir = 1; - name = "Primate Pen"; - req_access_txt = "9" - }, -/obj/item/grown/bananapeel, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/genetics) -"doZ" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 28 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"dpa" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/grown/banana{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/snacks/grown/banana, -/obj/item/reagent_containers/food/snacks/grown/banana{ - pixel_x = -6; - pixel_y = 3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/genetics) -"dpb" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/genetics) -"dpc" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/medical/genetics) -"dpd" = ( -/obj/structure/sign/nosmoking_2{ - pixel_y = -32 - }, -/obj/machinery/vending/chinese, -/turf/simulated/floor/wood, -/area/crew_quarters/mrchangs) -"dpe" = ( -/obj/structure/table/reinforced, -/obj/structure/mirror{ - pixel_y = 26 - }, -/obj/item/reagent_containers/spray/waterflower, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/mimeoffice) -"dpg" = ( -/obj/structure/statue/tranquillite/mime, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/mimeoffice) -"dph" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/junction{ - dir = 1; - tag = "icon-pipe-j1 (EAST)" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay2) -"dpn" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowcorner" - }, -/area/hallway/primary/port) -"dpt" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 8; - icon_state = "shutter0"; - id_tag = "hopqueueshutters"; - name = "Queue Shutters"; - opacity = 0 - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/arrow{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow/partial{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/hallway/primary/central/west) -"dpv" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/arrow, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"dpw" = ( -/obj/structure/closet/secure_closet/CMO, -/obj/effect/decal/warning_stripes/northeast, -/obj/item/megaphone, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/cmo) -"dpA" = ( -/obj/structure/dresser, -/obj/structure/mirror{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/cmo) -"dpC" = ( -/obj/effect/decal/warning_stripes/north, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"dpD" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"dpH" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Bar"; - name = "Bar Privacy Shutters" - }, -/obj/item/reagent_containers/glass/rag, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"dpP" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"dpQ" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/construction/hallway) -"dpR" = ( -/obj/machinery/door/airlock/public{ - name = "Bar"; - req_access_txt = "25" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"dpW" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/prisonershuttle) -"dpX" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"dpY" = ( -/obj/machinery/door/poddoor/shutters{ - id_tag = "roboticsshutters"; - name = "Mech Bay Shutters" - }, -/obj/effect/decal/warning_stripes/east, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"dpZ" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"dqb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/medical/research/shallway) -"dqd" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"dqe" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining/glass{ - name = "Quartermaster"; - req_access_txt = "41" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/qm) -"dqg" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/smartfridge/secure/chemistry/virology, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"dqi" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"dqk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/remains/human, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"dql" = ( -/obj/structure/disposalpipe/sortjunction{ - dir = 2; - name = "Robotics Junction"; - sortType = 14 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "purple" - }, -/area/hallway/primary/aft) -"dqq" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/fore) -"dqr" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"dqt" = ( -/obj/structure/sign/poster/official/random{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay2) -"dqv" = ( -/obj/effect/decal/warning_stripes/arrow, -/obj/effect/decal/warning_stripes/yellow/partial, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/delivery) -"dqw" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"dqz" = ( -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHEAST)" - }, -/area/medical/medbay) -"dqD" = ( -/obj/machinery/ai_slipper, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"dqO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/starboard/east) -"dqP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/landmark/start{ - name = "Cargo Technician" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"dqR" = ( -/turf/simulated/wall/r_wall, -/area/medical/cmo) -"dqS" = ( -/obj/machinery/atmospherics/pipe/manifold4w/visible, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/maintenance/electrical) -"dqT" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/engineering{ - name = "Aft Starboard Solar Access"; - req_access_txt = "10" - }, -/obj/structure/sign/electricshock{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/starboardsolar) -"dqY" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "solar_xeno_inner"; - locked = 1; - name = "Engineering External Access"; - req_access = null; - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"dra" = ( -/obj/machinery/door/airlock/command/glass{ - name = "AI Core"; - req_access_txt = "16" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"drd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/starboard/east) -"dri" = ( -/obj/structure/closet/crate, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"dro" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/exit) -"drp" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 5 - }, -/turf/simulated/floor/engine/insulated/vacuum, -/area/toxins/mixing) -"drq" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 9 - }, -/turf/simulated/floor/engine/insulated/vacuum, -/area/toxins/mixing) -"drs" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple"; - tag = "icon-whitepurple (EAST)" - }, -/area/medical/research/nhallway) -"drv" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/assembly/robotics) -"drC" = ( -/obj/machinery/mecha_part_fabricator, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/assembly/robotics) -"drD" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"drE" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/genetics) -"drF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/medical/genetics) -"drG" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"drH" = ( -/obj/machinery/light/spot, -/turf/simulated/shuttle/floor, -/area/shuttle/supply) -"drK" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swallc2" - }, -/area/shuttle/supply) -"drL" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall11"; - tag = "icon-swall11" - }, -/area/shuttle/supply) -"drM" = ( -/obj/machinery/ai_slipper, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"drN" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/item/folder, -/obj/machinery/door/window/westleft{ - name = "Robotics Desk"; - req_access_txt = "29" - }, -/obj/machinery/door/window/eastleft, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "RoboDesk"; - name = "Robotics Privacy Shutter" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/assembly/robotics) -"drP" = ( -/obj/structure/table, -/obj/item/camera{ - name = "Autopsy Camera"; - pixel_x = -2; - pixel_y = -2 - }, -/obj/item/storage/box/gloves{ - pixel_y = 8 - }, -/obj/item/storage/box/bodybags{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/bodybags, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/medical/morgue) -"drR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/security/lobby) -"drT" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/security/permabrig) -"drU" = ( -/obj/structure/bed, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/item/radio/intercom{ - pixel_x = -30 - }, -/obj/machinery/flasher{ - id = "Perma1"; - pixel_x = -24; - pixel_y = -12 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkred" - }, -/area/security/permabrig) -"drW" = ( -/obj/machinery/firealarm{ - pixel_y = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/securehallway) -"drX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/security/permabrig) -"dse" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/space, -/area/space/nearstation) -"dsg" = ( -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/securehallway) -"dsh" = ( -/obj/item/radio/intercom{ - dir = 1; - pixel_y = -28 - }, -/obj/machinery/camera{ - c_tag = "Chief Medical Officer's Quarters"; - dir = 1; - network = list("Medical","SS13") - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"dsk" = ( -/obj/effect/decal/warning_stripes/southeastcorner, -/obj/machinery/atmospherics/pipe/manifold/visible{ - desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; - dir = 8; - name = "Труба обработки" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"dsq" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/space, -/area/space/nearstation) -"dsu" = ( -/obj/effect/decal/warning_stripes/southwestcorner, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"dsw" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/construction/hallway) -"dsx" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whitepurple" - }, -/area/medical/research/restroom) -"dsz" = ( -/obj/structure/table/wood, -/obj/item/pinpointer, -/obj/item/disk/nuclear, -/obj/item/radio/intercom{ - dir = 8; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain/bedroom) -"dsE" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/assembly/robotics) -"dsG" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/assembly/robotics) -"dsI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "neutral" - }, -/area/engine/mechanic_workshop/expedition) -"dsO" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Storage"; - req_one_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"dsP" = ( -/obj/structure/filingcabinet/chestdrawer/autopsy, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/medical/morgue) -"dsQ" = ( -/obj/structure/window/reinforced, -/obj/machinery/light{ - on = 1; - pixel_y = 7 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/construction/hallway) -"dsR" = ( -/obj/item/radio/intercom{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay2) -"dsT" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay2) -"dsV" = ( -/obj/item/radio/intercom/custom{ - pixel_y = 25 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/item/radio/intercom/private{ - pixel_y = -28 - }, -/obj/effect/landmark{ - name = "tripai" - }, -/obj/machinery/door/window/southright{ - dir = 8; - name = "AI Intercom"; - req_access_txt = "16" - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai) -"dsW" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/light_switch{ - pixel_x = 6; - pixel_y = -26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/cryo) -"dsY" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/medical/surgery2) -"dtb" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/magistrateoffice) -"dtc" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"dtd" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/construction/hallway) -"dte" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/ai_status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/chief) -"dti" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plating, -/area/atmos) -"dtj" = ( -/obj/machinery/flasher/portable, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "vault" - }, -/area/security/securearmoury) -"dtm" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/electrical) -"dtn" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"dtr" = ( -/obj/structure/closet, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"dtv" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/space, -/area/space/nearstation) -"dtA" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"dtB" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"dtC" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/structure/chair/sofa/right{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/bar/atrium) -"dtD" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/starboard) -"dtF" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"dtI" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "privateroom" - }, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "privateroom" - }, -/obj/structure/window/reinforced/polarized{ - id = "privateroom" - }, -/turf/simulated/floor/plating, -/area/crew_quarters/bar/atrium) -"dtJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"dtK" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/turbine) -"dtL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/turbine) -"dtU" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"dtZ" = ( -/obj/structure/table, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"duf" = ( -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"duh" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22"; - tag = "icon-plant-22" - }, -/obj/machinery/newscaster{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/medical/morgue) -"duk" = ( -/turf/simulated/wall, -/area/medical/morgue) -"dum" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay2) -"duo" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"dup" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay) -"duq" = ( -/obj/item/flag/cargo, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/qm) -"dut" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel, -/area/medical/cmo) -"duw" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/qm) -"duB" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/qm) -"duF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"duJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"duN" = ( -/obj/machinery/smartfridge/drying_rack, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"duO" = ( -/obj/machinery/power/terminal, -/obj/effect/decal/warning_stripes/south, -/obj/structure/cable/yellow, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"duT" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/paramedic) -"duY" = ( -/obj/item/radio/intercom{ - dir = 8; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"dvd" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/shallway) -"dvf" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"dvg" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/item/robot_parts/robot_suit, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/assembly/robotics) -"dvk" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Central Hallway South"; - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "orangecorner" - }, -/area/hallway/primary/aft) -"dvm" = ( -/obj/machinery/dna_scannernew, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/medical/genetics) -"dvr" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"dvt" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/medical/morgue) -"dvu" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/medical/morgue) -"dvv" = ( -/obj/machinery/door/airlock/medical{ - name = "Morgue"; - req_access_txt = "6" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"dvx" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay2) -"dvA" = ( -/obj/machinery/power/terminal, -/obj/effect/decal/warning_stripes/south, -/obj/structure/cable/yellow{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"dvB" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; - dir = 5; - name = "Труба подачи азота в реактор" - }, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ - dir = 5 - }, -/turf/space, -/area/space/nearstation) -"dvC" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"dvJ" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/surgery2) -"dvK" = ( -/obj/effect/spawner/random_spawners/grille_maybe, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"dvM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random_spawners/grille_maybe, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"dvN" = ( -/obj/machinery/air_sensor{ - frequency = 1441; - id_tag = "co2_sensor" - }, -/turf/simulated/floor/engine/co2, -/area/atmos) -"dvP" = ( -/obj/effect/landmark/start{ - name = "Mime" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/mimeoffice) -"dvR" = ( -/obj/machinery/chem_master/condimaster, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"dwg" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/toxins/server) -"dwh" = ( -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"dwk" = ( -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/assembly/robotics) -"dwm" = ( -/obj/structure/girder, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"dwo" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 25 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"dws" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/recharge_station, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/reception) -"dwu" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"dwv" = ( -/obj/structure/morgue, -/obj/effect/decal/warning_stripes/northwest, -/obj/effect/landmark{ - name = "revenantspawn" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"dww" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Cargo Technician" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "brown" - }, -/area/quartermaster/delivery) -"dwy" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/delivery) -"dwA" = ( -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/medical/surgery2) -"dwC" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"dwG" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"dwH" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/obj/machinery/atmospherics/binary/pump{ - desc = "Подаёт кислород для смешивания с другими газами"; - dir = 8; - name = "Кислород (O2) в смеситель"; - target_pressure = 101 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/atmos) -"dwL" = ( -/obj/effect/spawner/lootdrop/trade_sol/largeitem{ - loot = list(/obj/machinery/floodlight = 50, /obj/machinery/disco = 50, /obj/mecha/combat/durand/old = 50, /obj/machinery/snow_machine = 50); - name = "3. Large item" - }, -/turf/simulated/floor/wood, -/area/shuttle/trade/sol) -"dwM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"dwN" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port/west) -"dwP" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics East"; - dir = 8; - network = list("Engineering","SS13") - }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 10; - name = "Труба смешивания" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"dwW" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall/r_wall, -/area/atmos) -"dwX" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"dxa" = ( -/obj/machinery/door/window/eastleft{ - dir = 2; - name = "Kitchen Desk"; - req_access_txt = "28" - }, -/obj/machinery/smartfridge/dish{ - opacity = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"dxb" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Kitchen Dinner Windows"; - name = "Kitchen Shutters" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"dxc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/toxins/mixing) -"dxd" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f5"; - tag = "icon-swall_f5" - }, -/area/shuttle/supply) -"dxf" = ( -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"dxg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/item/card/id/captains_spare, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain/bedroom) -"dxh" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"dxn" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f9"; - tag = "icon-swall_f9" - }, -/area/shuttle/supply) -"dxs" = ( -/obj/structure/closet/wardrobe/white, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/ward) -"dxt" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecommunications Access"; - req_access_txt = "61" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/tcommsat/chamber) -"dxu" = ( -/obj/machinery/newscaster{ - pixel_y = -28 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/computer/operating{ - name = "Robotics Operating Computer" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whitepurple" - }, -/area/assembly/robotics) -"dxv" = ( -/obj/effect/decal/warning_stripes/northwestcorner, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"dxw" = ( -/obj/item/radio/intercom{ - dir = 1; - pixel_y = -28 - }, -/obj/structure/table/reinforced, -/obj/structure/sink{ - dir = 1 - }, -/obj/item/storage/toolbox/surgery{ - pixel_x = -1; - pixel_y = 2 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/assembly/robotics) -"dxx" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/storage/box/gloves{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/box/masks, -/obj/item/storage/box/bodybags{ - pixel_x = -4; - pixel_y = -4 - }, -/obj/item/tank/anesthetic, -/obj/item/clothing/mask/breath/medical, -/obj/item/reagent_containers/spray/cleaner{ - desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; - name = "Surgery Cleaner" - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whitepurple" - }, -/area/assembly/robotics) -"dxF" = ( -/obj/machinery/door/poddoor/shutters{ - id_tag = "roboticsshutters"; - name = "Mech Bay Shutters" - }, -/obj/machinery/door_control{ - id = "roboticsshutters"; - name = "Mech Bay Door Control"; - pixel_y = 24; - req_access_txt = "29" - }, -/obj/effect/decal/warning_stripes/east, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"dxG" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/vending/artvend, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "escape" - }, -/area/crew_quarters/fitness) -"dxN" = ( -/obj/machinery/door/window, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/toilet{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/blue/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/security/permabrig) -"dxQ" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"dxT" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay3) -"dxZ" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"dyd" = ( -/obj/structure/chair/office/dark, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/office) -"dye" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"dyk" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = -6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"dyn" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/ids, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "blue" - }, -/area/bridge/checkpoint/north) -"dyp" = ( -/obj/structure/rack, -/obj/item/extinguisher, -/obj/item/clothing/mask/gas, -/obj/item/grenade/chem_grenade/firefighting, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "neutral" - }, -/area/toxins/mixing) -"dyq" = ( -/obj/machinery/camera{ - c_tag = "Research Toxins Storage Room"; - dir = 4; - network = list("Research","SS13"); - pixel_y = -22 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/portable_atmospherics/scrubber/huge, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"dyr" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/bombcloset, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/toxins/mixing) -"dys" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/firecloset, -/obj/machinery/camera{ - c_tag = "Toxin Equipment Storage"; - dir = 1; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/toxins/mixing) -"dyu" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "neutral" - }, -/area/toxins/mixing) -"dyv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/west, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"dyw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"dyy" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; - dir = 10; - name = "Труба подачи азота в реактор" - }, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ - dir = 10 - }, -/turf/space, -/area/space/nearstation) -"dyB" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/machinery/portable_atmospherics/scrubber/huge, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/camera{ - c_tag = "Toxins Gas Storage"; - dir = 8; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"dyC" = ( -/obj/machinery/camera{ - c_tag = "Research South Hallway"; - dir = 4; - network = list("Research","SS13"); - pixel_y = -22 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"dyG" = ( -/obj/machinery/r_n_d/server/robotics, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/turf/simulated/floor/bluegrid{ - icon_state = "gcircuit"; - name = "Mainframe Floor"; - nitrogen = 100; - oxygen = 0; - temperature = 80 - }, -/area/toxins/server) -"dyI" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/assembly/chargebay) -"dza" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/engineering) -"dzc" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/turbine) -"dzf" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/navbeacon{ - codes_txt = "delivery"; - location = "Chemistry" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/medical/chemistry) -"dzh" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/secure_closet/cargotech, -/obj/item/stamp/granted, -/obj/item/stamp/denied, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/storage) -"dzi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/engineering) -"dzj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"dzm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering) -"dzp" = ( -/obj/structure/table/wood, -/obj/item/picket_sign, -/turf/simulated/floor/carpet, -/area/maintenance/fsmaint) -"dzr" = ( -/obj/structure/cable, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/computer/monitor{ - name = "Engineering Power Monitoring Console" - }, -/obj/machinery/status_display{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/engine/controlroom) -"dzs" = ( -/obj/machinery/photocopier, -/obj/machinery/firealarm{ - dir = 1; - pixel_x = -24; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "brown" - }, -/area/quartermaster/qm) -"dzt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4; - pixel_y = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"dzu" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/bookcase, -/obj/item/book/manual/security_space_law, -/obj/item/book/manual/sop_command, -/obj/item/book/manual/sop_engineering, -/obj/item/book/manual/sop_general, -/obj/item/book/manual/sop_legal, -/obj/item/book/manual/sop_medical, -/obj/item/book/manual/sop_science, -/obj/item/book/manual/sop_security, -/obj/item/book/manual/sop_service, -/obj/item/book/manual/sop_supply, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/processing) -"dzx" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/light/small, -/obj/machinery/power/smes, -/turf/simulated/floor/greengrid, -/area/engine/controlroom) -"dzy" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -25 - }, -/obj/machinery/camera{ - c_tag = "Mime Office"; - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/mimeoffice) -"dzA" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"dzC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/warning_stripes/west, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"dzD" = ( -/obj/machinery/portable_atmospherics/canister/sleeping_agent, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"dzE" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/delivery) -"dzH" = ( -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"dzI" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"dzJ" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"dzL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"dzQ" = ( -/obj/effect/decal/warning_stripes/south, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/assembly/robotics) -"dzY" = ( -/obj/structure/closet, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/stack/sheet/cardboard, -/obj/item/stack/sheet/cardboard, -/obj/item/stack/sheet/cardboard, -/obj/item/stack/sheet/cardboard, -/obj/item/stack/sheet/cardboard, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Evidence Storage"; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/evidence) -"dAc" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/evidence) -"dAf" = ( -/obj/structure/sign/chemistry, -/obj/structure/disposalpipe/segment, -/turf/simulated/wall/r_wall, -/area/medical/chemistry) -"dAl" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/medical/cryo) -"dAn" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/storage/briefcase{ - pixel_x = -2; - pixel_y = -5 - }, -/obj/item/storage/briefcase{ - pixel_x = 3 - }, -/obj/item/storage/secure/briefcase{ - pixel_x = 5; - pixel_y = -5 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"dAo" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/closet/emcloset, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/camera{ - c_tag = "Cargo Personal Corner"; - dir = 4; - pixel_y = -27 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/storage) -"dAq" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/medical/ward) -"dAr" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"dAt" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/recharge_station, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"dAv" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/toxins/mixing) -"dAz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"dAB" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"dAE" = ( -/obj/machinery/door/window{ - dir = 8; - req_access_txt = "63" - }, -/obj/structure/safe/floor{ - known_by = list("captain") - }, -/obj/item/gun/projectile/revolver/russian, -/obj/item/reagent_containers/food/drinks/bottle/absinthe/premium, -/obj/item/lighter/zippo/nt_rep, -/obj/item/storage/fancy/cigarettes/cigpack_robustgold, -/obj/item/toy/figure/captain, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain/bedroom) -"dAF" = ( -/turf/simulated/floor/carpet, -/area/crew_quarters/captain/bedroom) -"dAK" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/recharger, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"dAL" = ( -/obj/machinery/atmospherics/unary/outlet_injector/on{ - dir = 4; - frequency = 1441; - id = "co2_in" - }, -/turf/simulated/floor/engine/co2, -/area/atmos) -"dAN" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/southeast, -/obj/structure/window/reinforced, -/obj/structure/closet/secure_closet/atmos_personal, -/obj/item/extinguisher/mini, -/turf/simulated/floor/plasteel, -/area/atmos) -"dAO" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/twohanded/required/kirbyplants, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"dAP" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"dAU" = ( -/obj/structure/bed, -/obj/item/bedsheet/captain, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Captain" - }, -/obj/item/storage/secure/safe{ - pixel_x = 32 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain/bedroom) -"dAW" = ( -/obj/structure/rack, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"dAX" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"dAY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner (WEST)" - }, -/area/medical/genetics) -"dAZ" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"dBd" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"dBe" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery"; - location = "Hydroponics" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"dBg" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"dBh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Crematorium Maintenance"; - req_access_txt = "27" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/asmaint2) -"dBi" = ( -/obj/structure/shuttle/engine/propulsion{ - icon_state = "burst_l"; - tag = "icon-burst_l" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/supply) -"dBl" = ( -/obj/structure/shuttle/engine/propulsion{ - icon_state = "burst_r"; - tag = "icon-burst_r" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/supply) -"dBm" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/camera{ - c_tag = "Animal Garden"; - dir = 4 - }, -/turf/simulated/floor/grass, -/area/hydroponics) -"dBo" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaLockdown"; - name = "Perma Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"dBp" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"dBr" = ( -/turf/simulated/floor/carpet, -/area/maintenance/fsmaint) -"dBt" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/landmark/start{ - name = "Station Engineer" - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"dBu" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/sign/electricshock{ - pixel_x = 32 - }, -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"dBv" = ( -/obj/effect/decal/warning_stripes/west{ - icon = 'icons/turf/floors.dmi'; - icon_state = "siding4" - }, -/obj/effect/decal/warning_stripes/west{ - icon = 'icons/turf/floors.dmi'; - icon_state = "siding8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "asteroid"; - tag = "icon-asteroid (NORTH)" - }, -/area/hydroponics) -"dBA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"dBB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"dBE" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Library North"; - dir = 8 - }, -/turf/simulated/floor/wood, -/area/library) -"dBF" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"dBG" = ( -/obj/structure/sign/nosmoking_2, -/turf/simulated/wall, -/area/library) -"dBH" = ( -/obj/structure/sign/poster/random{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/sw) -"dBL" = ( -/obj/machinery/vending/cigarette, -/turf/simulated/floor/plasteel, -/area/bridge/vip) -"dBM" = ( -/mob/living/simple_animal/cow{ - name = "Betsy" - }, -/obj/structure/flora/ausbushes/ppflowers, -/turf/simulated/floor/grass, -/area/hydroponics) -"dBN" = ( -/obj/structure/table/reinforced, -/obj/structure/mirror{ - pixel_x = 28 - }, -/obj/item/razor, -/turf/simulated/floor/plasteel{ - icon_state = "barber" - }, -/area/civilian/barber) -"dBR" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - id_tag = "supply_home"; - name = "Cargo Docking Hatch"; - req_access_txt = "31" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"dBT" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/wood, -/area/blueshield) -"dBV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Courtroom East"; - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/crew_quarters/courtroom) -"dBZ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/south) -"dCb" = ( -/obj/structure/table/wood, -/obj/item/ashtray/glass{ - pixel_x = -4; - pixel_y = -4 - }, -/obj/item/lighter/zippo/blue{ - pixel_x = 7; - pixel_y = 4 - }, -/obj/item/paper/blueshield, -/obj/item/folder/blue{ - pixel_x = -5; - pixel_y = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bcarpet05" - }, -/area/blueshield) -"dCe" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/camera{ - c_tag = "Captain's Quarters"; - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain/bedroom) -"dCj" = ( -/obj/machinery/cryopod, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"dCk" = ( -/obj/machinery/optable, -/obj/item/scalpel, -/obj/item/autopsy_scanner, -/obj/item/clothing/gloves/color/latex/nitrile, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/security/detectives_office) -"dCn" = ( -/obj/machinery/power/rad_collector{ - anchored = 1 - }, -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating, -/area/engine/engineering) -"dCr" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaLockdown"; - name = "Perma Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"dCv" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/engineering_guide{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/book/manual/engineering_particle_accelerator, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/engineering) -"dCw" = ( -/obj/structure/table, -/obj/machinery/computer/library/public, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"dCy" = ( -/obj/structure/table/reinforced, -/obj/item/radio{ - pixel_x = 5; - pixel_y = 4 - }, -/obj/item/reagent_containers/spray/cleaner/drone{ - pixel_x = -6; - pixel_y = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/engineering) -"dCz" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/engineering_hacking{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/book/manual/engineering_construction{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/book/manual/engineering_singularity_safety, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "yellow" - }, -/area/engine/engineering) -"dCA" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaLockdown"; - name = "Perma Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"dCC" = ( -/obj/structure/chair/office/dark, -/turf/simulated/floor/wood, -/area/library) -"dCD" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/hydroponics) -"dCH" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/structure/bookcase, -/turf/simulated/floor/wood, -/area/library) -"dCK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/serviceyard) -"dCL" = ( -/obj/structure/closet/secure_closet/scientist, -/obj/structure/sign/poster/random{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/medical/research/restroom) -"dCM" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/window/southleft{ - dir = 4; - name = "Kitchen Delivery"; - req_access_txt = "28" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/kitchen) -"dCP" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -25 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"dCQ" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/quartermaster/miningdock) -"dCR" = ( -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"dCS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining{ - name = "Mining Dock"; - req_access_txt = "48" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"dCV" = ( -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "redcorner" - }, -/area/hallway/primary/starboard/east) -"dCW" = ( -/obj/item/paper_bin, -/obj/structure/table, -/obj/item/pen, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/bridge/checkpoint/south) -"dCX" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Head of Personnel's Office"; - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"dCY" = ( -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" - }, -/obj/machinery/door_control{ - id = "QMLoaddoor"; - layer = 3; - name = "Loading Doors"; - pixel_x = -24; - pixel_y = -8 - }, -/obj/machinery/door_control{ - id = "QMLoaddoor2"; - layer = 3; - name = "Loading Doors"; - pixel_x = -24; - pixel_y = 8 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/supply) -"dDa" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "NT Representative"; - departmentType = 5; - name = "NT Representative Requests Console"; - pixel_x = -32 - }, -/turf/simulated/floor/wood, -/area/ntrep) -"dDb" = ( -/turf/simulated/wall, -/area/quartermaster/qm) -"dDe" = ( -/obj/structure/sign/fire, -/turf/simulated/wall/r_wall/coated, -/area/maintenance/turbine) -"dDf" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "barber" - }, -/area/civilian/barber) -"dDi" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/engine, -/area/maintenance/turbine) -"dDj" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/wood, -/area/blueshield) -"dDl" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/wall/r_wall/coated, -/area/maintenance/turbine) -"dDm" = ( -/obj/machinery/computer/communications, -/obj/machinery/ai_status_display{ - pixel_x = -32 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"dDn" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/chem_master, -/turf/simulated/floor/engine, -/area/medical/chemistry) -"dDq" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/engine, -/area/maintenance/turbine) -"dDr" = ( -/obj/machinery/atmospherics/pipe/manifold/visible, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "caution" - }, -/area/maintenance/turbine) -"dDs" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/binary/valve{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/turbine) -"dDu" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/quartermaster/qm) -"dDv" = ( -/obj/machinery/alarm{ - dir = 4; - pixel_x = -22 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/east) -"dDC" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/quartermaster/qm) -"dDD" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/quartermaster/qm) -"dDE" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26; - pixel_y = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkred" - }, -/area/security/evidence) -"dDH" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'RADIOACTIVE AREA'"; - icon_state = "radiation"; - name = "RADIOACTIVE AREA" - }, -/turf/simulated/wall/r_wall, -/area/atmos) -"dDI" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"dDK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/courtroom) -"dDO" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 1; - name = "Труба смешивания" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"dDP" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"dDQ" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/structure/chair/comfy/purp{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplefull" - }, -/area/medical/research/restroom) -"dDR" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/restroom) -"dDS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"dDW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/chapel/main) -"dEa" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"dEb" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/medical/research{ - name = "Research Division" - }) -"dEg" = ( -/obj/machinery/computer/general_air_control/large_tank_control{ - frequency = 1441; - input_tag = "o2_in"; - name = "Oxygen Supply Control"; - output_tag = "o2_out"; - sensors = list("o2_sensor" = "Tank") - }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "blue" - }, -/area/atmos) -"dEi" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"dEk" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/quartermaster/storage) -"dEm" = ( -/obj/structure/closet/secure_closet/reagents, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"dEq" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/engine/o2, -/area/atmos) -"dEs" = ( -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"dEt" = ( -/obj/structure/table/wood, -/obj/item/clothing/glasses/sunglasses, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"dEA" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"dED" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"dEF" = ( -/mob/living/simple_animal/chicken{ - name = "Commander Clucky" - }, -/obj/structure/flora/ausbushes/lavendergrass, -/turf/simulated/floor/grass, -/area/hydroponics) -"dEG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/computer/arcade, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"dEH" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"dEO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/prisonershuttle) -"dEP" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"dEV" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/bridge/checkpoint/south) -"dEW" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/turf/simulated/floor/grass, -/area/hydroponics) -"dEZ" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior 4"; - dir = 4; - network = list("SS13","MiniSat") - }, -/turf/space, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"dFa" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"dFb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"dFc" = ( -/obj/structure/bookcase, -/obj/item/book/manual/sop_command, -/obj/item/book/manual/sop_engineering, -/obj/item/book/manual/sop_general, -/obj/item/book/manual/sop_legal, -/obj/item/book/manual/sop_medical, -/obj/item/book/manual/sop_science, -/obj/item/book/manual/sop_security, -/obj/item/book/manual/sop_service, -/obj/item/book/manual/sop_supply, -/turf/simulated/floor/wood, -/area/ntrep) -"dFd" = ( -/obj/structure/table, -/obj/machinery/door_control{ - id = "voxshutters"; - name = "remote shutter control"; - req_access_txt = "152" - }, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"dFe" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/civilian/barber) -"dFg" = ( -/turf/simulated/wall, -/area/library/abandoned) -"dFh" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; - dir = 6; - name = "Труба обработки" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"dFi" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light_switch{ - pixel_x = -25 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/wood, -/area/blueshield) -"dFm" = ( -/obj/machinery/slot_machine, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"dFn" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurplecorner" - }, -/area/medical/research/restroom) -"dFp" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/checkpoint/south) -"dFq" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/kitchen) -"dFr" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "SKPP" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "eslock"; - name = "Escape Shuttle Lockdown" - }, -/turf/simulated/floor/plating, -/area/bridge/checkpoint/south) -"dFt" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/kitchen) -"dFv" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Theatre" - }, -/obj/machinery/slot_machine, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"dFx" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/landmark/start{ - name = "Medical Doctor" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay2) -"dFC" = ( -/obj/structure/table/wood, -/obj/item/folder/yellow, -/obj/item/folder/blue{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/machinery/computer/secure_data/laptop, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "blue" - }, -/area/crew_quarters/courtroom) -"dFD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/crew_quarters/courtroom) -"dFG" = ( -/turf/simulated/wall/r_wall, -/area/medical/virology) -"dFK" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/library/abandoned) -"dFM" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"dFQ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/reception) -"dFS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"dFW" = ( -/obj/machinery/slot_machine, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"dFX" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"dGa" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/medbay3) -"dGc" = ( -/obj/machinery/icemachine, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"dGd" = ( -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/machinery/vending/coffee, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"dGe" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/bridge/checkpoint/south) -"dGi" = ( -/obj/machinery/vending/cola, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"dGk" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/condiment/enzyme{ - layer = 5; - pixel_y = 14 - }, -/obj/item/stack/packageWrap, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"dGo" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"dGu" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"dGw" = ( -/obj/item/radio/intercom{ - pixel_x = -30; - pixel_y = -4 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"dGy" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Bay"; - req_access_txt = "31" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/office) -"dGB" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/folder/red, -/turf/simulated/floor/plasteel{ - icon_state = "carpet" - }, -/area/library/abandoned) -"dGD" = ( -/obj/structure/chair/sofa/right, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"dGH" = ( -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"dGI" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/filingcabinet/filingcabinet, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/delivery) -"dGK" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/camera{ - c_tag = "NT Representative's Office"; - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal, -/turf/simulated/floor/wood, -/area/ntrep) -"dGL" = ( -/obj/structure/table/reinforced, -/obj/machinery/kitchen_machine/microwave, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/storage) -"dGN" = ( -/obj/structure/sign/barber{ - pixel_x = 22; - pixel_y = 32 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"dGO" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whitepurple" - }, -/area/medical/research/restroom) -"dGP" = ( -/obj/item/radio/intercom{ - pixel_y = -30 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/disposal, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/storage) -"dGQ" = ( -/obj/effect/decal/warning_stripes/southwestcorner, -/obj/effect/decal/warning_stripes/west, -/obj/structure/disposalpipe/junction{ - dir = 1; - icon_state = "pipe-j2"; - tag = "icon-pipe-j1 (WEST)" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"dGR" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/checkpoint/south) -"dGS" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/filingcabinet/chestdrawer, -/obj/item/radio/intercom{ - dir = 0; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"dGX" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"dGZ" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/secure/briefcase, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "blue" - }, -/area/crew_quarters/courtroom) -"dHa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"dHe" = ( -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"dHg" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"dHi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/chapel/main) -"dHj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Shaft Miner" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"dHk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Library Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"dHl" = ( -/turf/simulated/floor/plasteel{ - icon_state = "blue" - }, -/area/crew_quarters/courtroom) -"dHm" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/carpet, -/area/magistrateoffice) -"dHo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/carpet, -/area/magistrateoffice) -"dHp" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"dHq" = ( -/obj/machinery/field/generator{ - anchored = 1; - state = 2 - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"dHr" = ( -/obj/effect/decal/warning_stripes/arrow{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/yellow/partial{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"dHs" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaLockdown"; - name = "Perma Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"dHt" = ( -/obj/structure/bookcase, -/turf/simulated/floor/wood, -/area/library/abandoned) -"dHx" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkbluefull" - }, -/area/turret_protected/ai) -"dHy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Staff room"; - req_access_txt = "63" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brigstaff) -"dHA" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/turret_protected/ai) -"dHD" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"dHH" = ( -/obj/machinery/computer/arcade/battle, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"dHJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Chapel Short Hall"; - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"dHN" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"dHO" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/item/stack/rods{ - amount = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/permabrig) -"dHP" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 4; - name = "Труба фильтрации" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"dHQ" = ( -/turf/simulated/floor/engine/o2, -/area/atmos) -"dHR" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/permabrig) -"dHS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start{ - name = "Botanist" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "green" - }, -/area/hydroponics) -"dHT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"dHV" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/wood, -/area/library) -"dHW" = ( -/obj/structure/table, -/obj/item/clothing/glasses/welding{ - pixel_y = 10 - }, -/obj/item/weldingtool/largetank{ - pixel_x = 4; - pixel_y = -4 - }, -/turf/space, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"dHX" = ( -/obj/machinery/door/airlock/external, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"dHY" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "green" - }, -/area/hydroponics) -"dHZ" = ( -/obj/machinery/door/airlock/glass{ - name = "Hydroponics"; - req_access_txt = "35" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/hydroponics) -"dIb" = ( -/obj/effect/decal/warning_stripes/west{ - icon = 'icons/turf/floors.dmi'; - icon_state = "siding1" - }, -/obj/effect/decal/warning_stripes/west{ - icon = 'icons/turf/floors.dmi'; - icon_state = "siding2" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "asteroid"; - tag = "icon-asteroid (NORTH)" - }, -/area/hydroponics) -"dId" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/snacks/mint, -/obj/item/reagent_containers/food/drinks/bottle/cream, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"dIe" = ( -/obj/structure/closet/wardrobe/virology_white, -/obj/item/storage/belt/medical, -/obj/item/storage/belt/medical, -/obj/item/storage/belt/medical, -/obj/machinery/camera{ - c_tag = "Virology Bedroom"; - dir = 1; - network = list("Medical","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/virology) -"dIg" = ( -/turf/simulated/wall, -/area/crew_quarters/hor) -"dIh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurplecorner" - }, -/area/crew_quarters/hor) -"dIi" = ( -/obj/machinery/disposal, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/disposalpipe/trunk, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whitepurple"; - tag = "icon-whitepurple (NORTHWEST)" - }, -/area/assembly/robotics) -"dIj" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkredfull" - }, -/area/security/securearmoury) -"dIk" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/permabrig) -"dIm" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"dIo" = ( -/obj/structure/bookcase{ - name = "Forbidden Knowledge" - }, -/obj/item/book/manual/security_space_law, -/obj/item/book/manual/sop_command, -/obj/item/book/manual/sop_engineering, -/obj/item/book/manual/sop_general, -/obj/item/book/manual/sop_legal, -/obj/item/book/manual/sop_medical, -/obj/item/book/manual/sop_science, -/obj/item/book/manual/sop_security, -/obj/item/book/manual/sop_service, -/obj/item/book/manual/sop_supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"dIs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/girder, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"dIv" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"dIw" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"dIx" = ( -/turf/simulated/wall, -/area/chapel/office) -"dIy" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"dIC" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/arrow, -/obj/effect/decal/warning_stripes/yellow/partial, -/turf/simulated/floor/plasteel, -/area/teleporter) -"dIE" = ( -/obj/machinery/door/poddoor{ - id_tag = "turbinevent"; - name = "Turbine Vent" - }, -/turf/simulated/floor/engine, -/area/maintenance/turbine) -"dIF" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel, -/area/teleporter) -"dIH" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/greengrid, -/area/security/nuke_storage) -"dII" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/turbine{ - dir = 8; - luminosity = 2 - }, -/obj/structure/sign/vacuum{ - pixel_y = -32 - }, -/turf/simulated/floor/engine, -/area/maintenance/turbine) -"dIJ" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/emcloset, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"dIL" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/item/twohanded/required/kirbyplants, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/medical/genetics) -"dIN" = ( -/obj/effect/landmark/start{ - name = "Magistrate" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/courtroom) -"dIO" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/hallway/secondary/exit) -"dIS" = ( -/obj/machinery/igniter{ - id = "Incinerator"; - luminosity = 2 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/engine, -/area/maintenance/turbine) -"dIU" = ( -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"dIV" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"dIW" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 8; - icon_state = "open"; - id_tag = "magistrate"; - name = "Magistrate Privacy Shutters"; - opacity = 0 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/magistrateoffice) -"dJb" = ( -/obj/effect/decal/warning_stripes/arrow{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/yellow/partial{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"dJc" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"dJf" = ( -/obj/machinery/door/airlock/glass{ - autoclose = 0; - frequency = 1449; - heat_proof = 1; - icon_state = "door_locked"; - id_tag = "gas_turbine_exterior"; - locked = 1; - name = "Turbine Exterior Airlock"; - req_access_txt = "12" - }, -/obj/machinery/access_button{ - command = "cycle_exterior"; - master_tag = "turbine_control"; - name = "Gas Turbine Access Button"; - pixel_x = -2; - pixel_y = 22 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/engine, -/area/maintenance/turbine) -"dJh" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"dJi" = ( -/obj/machinery/field/generator{ - anchored = 1; - state = 2 - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"dJj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/warning_stripes/southwest, -/obj/structure/chair/office/dark, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/turbine) -"dJk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"dJl" = ( -/obj/effect/decal/warning_stripes/arrow{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/yellow/partial{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"dJn" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"dJr" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Chapel Morgue"; - req_access_txt = "27" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"dJv" = ( -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -6; - pixel_y = 32 - }, -/obj/structure/table/reinforced, -/obj/item/storage/belt/utility, -/obj/item/radio, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"dJx" = ( -/turf/simulated/wall, -/area/chapel/main) -"dJB" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/exit) -"dJD" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/item/radio/intercom{ - dir = 8; - pixel_x = -28 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/engineering) -"dJE" = ( -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplecorner" - }, -/area/hallway/primary/aft) -"dJH" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK" - }, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"dJJ" = ( -/obj/machinery/computer/shuttle/mining, -/turf/simulated/shuttle/floor, -/area/shuttle/mining) -"dJM" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/electrical) -"dJN" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreencorner" - }, -/area/medical/virology/lab) -"dJO" = ( -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"dJP" = ( -/obj/machinery/bodyscanner, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/security/medbay) -"dJS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/machinery/ai_status_display{ - pixel_y = 32 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/mob/living/simple_animal/bot/secbot/pingsky{ - desc = "Worse than nothing"; - name = "AI Defender" - }, -/obj/machinery/ai_slipper, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"dJT" = ( -/obj/machinery/air_sensor{ - frequency = 1441; - id_tag = "tox_sensor" - }, -/turf/simulated/floor/engine/plasma, -/area/atmos) -"dJU" = ( -/turf/simulated/wall/r_wall/rust, -/area/storage/secure) -"dJW" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"dJZ" = ( -/obj/machinery/computer/atmos_alert, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"dKa" = ( -/obj/structure/bed, -/obj/item/bedsheet/hop, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"dKe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"dKi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"dKm" = ( -/obj/effect/decal/warning_stripes/west, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/window/reinforced, -/obj/structure/closet/secure_closet/atmos_personal, -/obj/item/extinguisher/mini, -/turf/simulated/floor/plasteel, -/area/atmos) -"dKo" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/exit) -"dKt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/command{ - name = "Head of Personnel Bedroom"; - req_access_txt = "57" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"dKu" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"dKy" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/medical/virology/lab) -"dKz" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"dKA" = ( -/obj/structure/bed/roller, -/obj/effect/decal/warning_stripes/yellow/hollow, -/mob/living/carbon/human/monkey, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"dKB" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/dispenser/oxygen, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "caution" - }, -/area/atmos) -"dKD" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"dKE" = ( -/obj/effect/landmark{ - name = "blobstart" - }, -/turf/simulated/floor/plating, -/area/library/abandoned) -"dKM" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 1; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"dKR" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"dKU" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology/lab) -"dKV" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/hydroponics) -"dKW" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/medical/glass{ - id_tag = null; - name = "Virology Lab"; - req_access_txt = "39" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"dKX" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "green" - }, -/area/hydroponics) -"dKY" = ( -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/explab) -"dLa" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"dLb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/junction, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"dLd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"dLe" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/lights/mixed, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"dLf" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/bucket, -/obj/item/reagent_containers/glass/bucket, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/hydroponics) -"dLg" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"dLi" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"dLj" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"dLk" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"dLu" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"dLx" = ( -/obj/machinery/fishtank/wall{ - opacity = 1 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/kitchen) -"dLA" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/slot_machine, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"dLB" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 30 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"dLD" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"dLH" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/crew_quarters/courtroom) -"dLI" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/photocopier, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"dLK" = ( -/turf/simulated/floor/carpet, -/area/magistrateoffice) -"dLL" = ( -/turf/simulated/wall, -/area/medical/virology/lab) -"dLM" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/machinery/vending/coffee, -/turf/simulated/floor/wood, -/area/crew_quarters/mrchangs) -"dLN" = ( -/obj/structure/table, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Magistrate's Office" - }, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"dLP" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -2; - pixel_y = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/mrchangs) -"dLQ" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/universal{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"dLR" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"dLU" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"dLX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"dLY" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table/glass, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/mask/muzzle, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"dMc" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/table/wood, -/obj/item/kitchen/utensil/fork, -/obj/machinery/camera{ - c_tag = "Mr. Chang's" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/mrchangs) -"dMd" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library/abandoned) -"dMg" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"dMi" = ( -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/mrchangs) -"dMk" = ( -/obj/item/radio/intercom{ - pixel_y = 28 - }, -/obj/structure/table/wood, -/obj/item/paper/deltainfo, -/turf/simulated/floor/wood, -/area/crew_quarters/mrchangs) -"dMm" = ( -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/grass, -/area/hallway/secondary/exit) -"dMn" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"dMq" = ( -/obj/structure/table/wood, -/obj/item/kitchen/utensil/fork{ - pixel_x = 7 - }, -/obj/item/kitchen/utensil/spoon{ - pixel_x = 7 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"dMr" = ( -/obj/structure/chair/stool, -/turf/simulated/floor/plating, -/area/engine/engineering) -"dMs" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Cargo Technician" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/delivery) -"dMu" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"dMv" = ( -/obj/machinery/atmospherics/unary/tank/air{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/virology) -"dMw" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/medical{ - name = "Virology"; - req_access_txt = "39" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"dMx" = ( -/obj/structure/sign/nosmoking_2, -/turf/simulated/wall, -/area/medical/virology) -"dMy" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"dMG" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/delivery) -"dMI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"dMJ" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"dMK" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"dML" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"dMP" = ( -/obj/structure/chair/wood, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"dMW" = ( -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/grassybush, -/turf/simulated/floor/grass, -/area/hallway/secondary/exit) -"dMX" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/north) -"dNd" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/floodlight, -/turf/simulated/floor/plating, -/area/storage/secure) -"dNf" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/camera{ - c_tag = "Cargo Supply South"; - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"dNi" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"dNl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"dNm" = ( -/obj/machinery/iv_drip, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Virology Patients Rooms"; - dir = 1; - network = list("Medical","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitegreen"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/virology) -"dNn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"dNo" = ( -/obj/item/radio/intercom{ - pixel_x = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkred" - }, -/area/security/interrogation) -"dNr" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"dNw" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"dNy" = ( -/obj/structure/table, -/obj/machinery/kitchen_machine/microwave{ - pixel_x = -1; - pixel_y = 7 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"dNz" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/atmos) -"dNA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "caution" - }, -/area/atmos) -"dNB" = ( -/obj/effect/spawner/random_spawners/cobweb_right_frequent, -/obj/structure/closet, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"dNC" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"dNE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/space, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/processing) -"dNG" = ( -/obj/structure/closet, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/evidence) -"dNO" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"dNR" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"dNT" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light_switch{ - pixel_x = -8; - pixel_y = -24 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"dNW" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"dNX" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/door/airlock/medical/glass{ - id_tag = null; - name = "Monkey Pen"; - req_access_txt = "39" - }, -/obj/effect/decal/warning_stripes/yellow/partial{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/arrow{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/item/grown/bananapeel, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"dNZ" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/medical/research/restroom) -"dOa" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ - dir = 10 - }, -/turf/space, -/area/space/nearstation) -"dOc" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"dOd" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/evidence) -"dOf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"dOh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/teleporter) -"dOl" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/crew_quarters/courtroom) -"dOm" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"dOn" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/crew_quarters/courtroom) -"dOu" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/obj/machinery/suit_storage_unit/ce, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/crew_quarters/chief) -"dOB" = ( -/obj/machinery/atmospherics/unary/outlet_injector/on{ - dir = 4; - frequency = 1441; - id = "tox_in" - }, -/turf/simulated/floor/engine/plasma, -/area/atmos) -"dOE" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"dOF" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whitegreen"; - tag = "icon-whitegreen (NORTHWEST)" - }, -/area/medical/virology) -"dOH" = ( -/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - name = "Труба смешивания" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"dOJ" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 4; - name = "Труба смешивания" - }, -/turf/simulated/floor/plating, -/area/atmos) -"dOK" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 4; - name = "Труба смешивания" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"dOM" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"dOS" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/candle_box/eternal, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"dOX" = ( -/obj/structure/statue/chickenstatue, -/turf/simulated/floor/wood, -/area/crew_quarters/mrchangs) -"dOY" = ( -/obj/structure/closet/secure_closet/hydroponics, -/obj/item/clothing/glasses/hud/hydroponic, -/obj/item/clothing/glasses/hud/hydroponic, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/camera{ - c_tag = "Hydroponics Storage"; - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"dOZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"dPa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"dPb" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "blue" - }, -/area/hydroponics) -"dPc" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"dPe" = ( -/obj/machinery/status_display{ - pixel_x = 32 - }, -/obj/machinery/libraryscanner, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"dPf" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/mrchangs) -"dPg" = ( -/obj/structure/table/glass, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/machinery/alarm{ - pixel_y = 23 - }, -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"dPk" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/office) -"dPl" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"dPo" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"dPp" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"dPq" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/external{ - id_tag = "mining_home"; - name = "Mining Dock Airlock"; - req_access_txt = "48" - }, -/obj/structure/fans/tiny, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"dPt" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"dPy" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"dPF" = ( -/obj/structure/chair/sofa/right{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"dPJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"dPL" = ( -/mob/living/simple_animal/mouse/white{ - real_name = "Товарищ Свердлов" - }, -/turf/simulated/floor/carpet, -/area/maintenance/fsmaint) -"dPN" = ( -/obj/structure/chair/sofa/left{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"dPO" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Head of Personnel"; - req_access = null; - req_access_txt = "57" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"dPP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"dPQ" = ( -/obj/machinery/photocopier, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"dPS" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/camera{ - c_tag = "Arrivals Port Bay 4" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/hallway/secondary/entry/commercial) -"dPT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"dPX" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"dPZ" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"dQa" = ( -/obj/structure/closet/secure_closet/personal, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/locker) -"dQb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"dQd" = ( -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"dQi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Chapel South"; - dir = 1 - }, -/obj/machinery/hologram/holopad, -/obj/structure/sign/poster/official/religious{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"dQl" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"dQn" = ( -/obj/machinery/porta_turret, -/obj/machinery/ai_status_display{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"dQq" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"dQr" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"dQt" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "caution" - }, -/area/atmos) -"dQu" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"dQy" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"dQz" = ( -/obj/structure/particle_accelerator/end_cap{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engine/engineering) -"dQA" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating, -/area/engine/engineering) -"dQB" = ( -/obj/structure/table, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light_switch{ - pixel_x = -22; - pixel_y = -22 - }, -/obj/machinery/newscaster{ - layer = 3.3; - pixel_x = -27 - }, -/obj/machinery/recharger{ - pixel_y = 3 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "brown" - }, -/area/quartermaster/delivery) -"dQC" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/wardrobe/engineering_yellow, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"dQD" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/secure_closet/engineering_personal, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"dQF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/engine/engineering/monitor) -"dQK" = ( -/obj/effect/decal/cleanable/blood, -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"dQL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"dQP" = ( -/obj/structure/table, -/obj/item/folder/yellow, -/obj/item/destTagger, -/obj/item/rcs, -/obj/item/rcs, -/obj/item/rcs, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/delivery) -"dQQ" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"dQR" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/reagent_containers/food/drinks/bottle/vodka{ - desc = "For the Cargonia!"; - name = "Molotov cocktail" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "brown" - }, -/area/quartermaster/storage) -"dQS" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/landmark/start{ - name = "Station Engineer" - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/engineering) -"dQT" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/hologram/holopad, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering) -"dQV" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "brown" - }, -/area/quartermaster/storage) -"dQW" = ( -/obj/machinery/computer/general_air_control/large_tank_control{ - frequency = 1441; - input_tag = "n2_in"; - name = "Nitrogen Supply Control"; - output_tag = "n2_out"; - sensors = list("n2_sensor" = "Tank") - }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/atmos) -"dRb" = ( -/obj/structure/girder, -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"dRc" = ( -/obj/effect/decal/cleanable/blood, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"dRd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/secure) -"dRe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/secure) -"dRf" = ( -/obj/structure/table, -/obj/item/storage/box/masks, -/obj/item/storage/box/gloves, -/obj/structure/sign/vacuum{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"dRg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/storage) -"dRj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "brown" - }, -/area/quartermaster/storage) -"dRm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"dRq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/surgery1) -"dRr" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/chapel/main) -"dRs" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "22" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/asmaint2) -"dRt" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"dRw" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/secure) -"dRB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/hallway/primary/central/sw) -"dRC" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; - dir = 1; - name = "Труба подачи азота в реактор" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"dRE" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/engine/n2, -/area/atmos) -"dRG" = ( -/obj/machinery/status_display/supply_display, -/turf/simulated/wall, -/area/quartermaster/qm) -"dRJ" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/radio/intercom{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"dRK" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 27; - pixel_y = 6 - }, -/obj/machinery/driver_button{ - id_tag = "chapelgun"; - name = "Chapel Mass Driver"; - pixel_x = 27; - pixel_y = -5 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/chapel/main) -"dRL" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "eva-shutters"; - name = "E.V.A. Storage Shutters" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"dRM" = ( -/obj/structure/closet/secure_closet/hydroponics, -/obj/item/clothing/glasses/hud/hydroponic, -/obj/item/clothing/glasses/hud/hydroponic, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"dRO" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/security/checkpoint) -"dRT" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"dRW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"dRX" = ( -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "green" - }, -/area/hydroponics) -"dRZ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"dSb" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/lattice, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/space, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"dSc" = ( -/obj/structure/window/reinforced, -/obj/structure/closet/coffin, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "vault"; - tag = "icon-vault (NORTHEAST)" - }, -/area/chapel/main) -"dSf" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_y = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 6 - }, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "arrival_south_airlock"; - name = "interior access button"; - pixel_x = -24; - pixel_y = -24; - req_access_txt = "10;13" - }, -/obj/structure/sign/vacuum{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"dSg" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -26 - }, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Departure Lounge Security Checkpoint West"; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/checkpoint) -"dSi" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/checkpoint) -"dSj" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor/southright{ - dir = 1; - name = "Security Desk"; - pixel_y = 8; - req_access_txt = "63" - }, -/obj/item/folder/red, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/checkpoint) -"dSk" = ( -/obj/structure/table/reinforced, -/obj/item/storage/fancy/donut_box, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/checkpoint) -"dSl" = ( -/obj/structure/closet/wardrobe/red, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/item/clothing/suit/tracksuit/red, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/checkpoint) -"dSr" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"dSs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"dSy" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating, -/area/engine/engineering) -"dSz" = ( -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "Singularity"; - layer = 2.7; - name = "Singularity Blast Doors"; - opacity = 0 - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"dSA" = ( -/obj/item/radio/intercom{ - dir = 1; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"dSC" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"dSD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple"; - tag = "icon-whitepurple (EAST)" - }, -/area/medical/research/nhallway) -"dSF" = ( -/obj/effect/decal/warning_stripes/southwestcorner, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"dSH" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/engineering) -"dSI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Chapel Office"; - req_access_txt = "22" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"dSJ" = ( -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/security/checkpoint) -"dSL" = ( -/obj/structure/table/wood, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/obj/item/clipboard, -/obj/item/toy/figure/librarian, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"dSM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/checkpoint) -"dSP" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/security/checkpoint) -"dSQ" = ( -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/kitchen) -"dSR" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/security/checkpoint) -"dSW" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"dTd" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"dTf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/simulated/floor/carpet, -/area/chapel/office) -"dTi" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Holding Area"; - req_access_txt = "1" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/security/checkpoint) -"dTl" = ( -/obj/structure/table/reinforced, -/obj/item/restraints/handcuffs, -/obj/item/flash, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"dTm" = ( -/turf/simulated/floor/carpet, -/area/chapel/office) -"dTn" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/crayons, -/obj/machinery/camera{ - c_tag = "Chaplain's Office"; - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Chapel"; - departmentType = 2; - name = "Chapel Requests Console"; - pixel_y = -30 - }, -/obj/item/lighter/zippo/black, -/turf/simulated/floor/carpet, -/area/chapel/office) -"dTo" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"dTp" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 1; - frequency = 1379; - id_tag = "arrival_south_pump" - }, -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - id_tag = "arrival_south_airlock"; - pixel_x = 25; - tag_airpump = "arrival_south_pump"; - tag_chamber_sensor = "arrival_south_sensor"; - tag_exterior_door = "arrival_south_outer"; - tag_interior_door = "arrival_south_inner" - }, -/obj/machinery/airlock_sensor{ - id_tag = "arrival_south_sensor"; - pixel_x = -24 - }, -/obj/machinery/light/small{ - dir = 4; - pixel_y = 8 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"dTr" = ( -/obj/structure/delta_statue/s, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault"; - tag = "icon-vault (WEST)" - }, -/area/bridge/vip) -"dTs" = ( -/obj/machinery/computer/prisoner, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "red" - }, -/area/security/checkpoint) -"dTt" = ( -/obj/machinery/computer/secure_data, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/checkpoint) -"dTu" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"dTw" = ( -/obj/machinery/status_display{ - pixel_y = -32 - }, -/obj/machinery/computer/security{ - network = list("SS13","Research Outpost","Mining Outpost") - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "red" - }, -/area/security/checkpoint) -"dTy" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/item/flash, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/checkpoint) -"dTz" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/se) -"dTA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/camera{ - c_tag = "Departure Lounge Security Checkpoint East"; - dir = 1; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "red" - }, -/area/security/checkpoint) -"dTC" = ( -/obj/machinery/porta_turret, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/machinery/status_display{ - layer = 4; - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"dTD" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/security/checkpoint) -"dTJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/flag/sec, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/hos) -"dTK" = ( -/obj/structure/chair/comfy/shuttle, -/turf/simulated/shuttle/floor4, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"dTM" = ( -/obj/structure/table/reinforced, -/obj/item/paicard, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"dTN" = ( -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"dTS" = ( -/obj/machinery/vending/wallmed{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"dTT" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/space, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"dTW" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/chair, -/obj/structure/disposalpipe/sortjunction{ - name = "Chapel Junction"; - sortType = 17 - }, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "green" - }, -/area/hallway/secondary/exit) -"dUa" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/space, -/area/space/nearstation) -"dUb" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "arrival_south_outer"; - locked = 1; - name = "Arrivals External Access"; - req_access = null - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"dUc" = ( -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"dUe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"dUf" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/structure/sign/poster/official/report_crimes{ - pixel_y = -32 - }, -/turf/simulated/floor/plating, -/area/security/checkpoint) -"dUg" = ( -/obj/machinery/light, -/obj/structure/closet/secure_closet/security, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -25 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "red" - }, -/area/security/checkpoint) -"dUl" = ( -/obj/structure/table/wood, -/obj/machinery/newscaster{ - pixel_x = 27 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/storage/fancy/candle_box/full{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/storage/fancy/candle_box/full, -/obj/item/storage/fancy/candle_box/full{ - pixel_x = 4; - pixel_y = -4 - }, -/turf/simulated/floor/carpet, -/area/chapel/office) -"dUm" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space) -"dUo" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space) -"dUr" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Escape Shuttle Cell"; - req_access_txt = "2" - }, -/turf/simulated/shuttle/floor4, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"dUs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"dUw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"dUy" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"dUz" = ( -/obj/structure/window/full/shuttle, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/mining) -"dUA" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating, -/area/engine/engineering) -"dUC" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/decal/warning_stripes/southeast, -/obj/item/wrench, -/turf/simulated/floor/plating, -/area/engine/engineering) -"dUD" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the singularity chamber."; - dir = 8; - layer = 4; - name = "Singularity Engine Telescreen"; - network = list("Singularity") - }, -/turf/simulated/wall/r_wall, -/area/engine/engineering) -"dUE" = ( -/obj/machinery/power/tesla_coil{ - anchored = 1 - }, -/obj/structure/cable/yellow, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"dUG" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/spray/cleaner, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitered" - }, -/area/security/medbay) -"dUH" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"dUI" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"dUJ" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f10" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"dUK" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/donut_box, -/turf/simulated/floor/carpet, -/area/chapel/office) -"dUN" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"dUO" = ( -/obj/structure/table/reinforced, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/obj/item/tank/plasma, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/stack/sheet/mineral/plasma{ - amount = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "yellow" - }, -/area/engine/engineering) -"dUP" = ( -/obj/machinery/door/poddoor{ - id_tag = "auxincineratorvent"; - name = "Incineration Chamber Vent" - }, -/turf/simulated/floor/engine, -/area/maintenance/turbine) -"dUY" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "caution" - }, -/area/atmos) -"dVa" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"dVb" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/atmos) -"dVi" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 4; - name = "Труба смешивания" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"dVj" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreencorner" - }, -/area/medical/medbay3) -"dVm" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/structure/chair/comfy/brown{ - dir = 4; - layer = 4 - }, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"dVo" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = -4 - }, -/obj/structure/closet/secure_closet/chaplain, -/obj/item/storage/fancy/candle_box/eternal, -/obj/item/storage/fancy/candle_box/eternal, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"dVq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"dVr" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_y = 30 - }, -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"dVs" = ( -/obj/machinery/computer/secure_data, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkred" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"dVv" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Medbay Maintenance"; - req_access_txt = "5" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"dVw" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 10; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"dVx" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"dVy" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"dVz" = ( -/turf/space, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"dVB" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"dVC" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/turf/simulated/floor/wood, -/area/library) -"dVF" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/simulated/floor/plating, -/area/crew_quarters/mrchangs) -"dVH" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Courtroom North" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"dVJ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/hydroponics) -"dVM" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"dVQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"dVS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/mrchangs) -"dVU" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/mrchangs) -"dVV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "green" - }, -/area/hydroponics) -"dVW" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plating, -/area/engine/engineering) -"dVX" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"dVY" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/table/reinforced, -/obj/item/stack/cable_coil/random, -/obj/item/reagent_containers/spray/cleaner/drone, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/engineering) -"dWb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "green" - }, -/area/hydroponics) -"dWc" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"dWd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "greenblue" - }, -/area/crew_quarters/serviceyard) -"dWe" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"dWf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/serviceyard) -"dWg" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"dWh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitehall" - }, -/area/crew_quarters/serviceyard) -"dWi" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/engine/hardsuitstorage) -"dWj" = ( -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/aft) -"dWl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall, -/area/quartermaster/delivery) -"dWn" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/alarm{ - pixel_y = 22 - }, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"dWp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Club"; - req_access_txt = "31" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"dWs" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"dWv" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/kitchen) -"dWy" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"dWz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"dWB" = ( -/obj/machinery/door/airlock/external{ - id_tag = "s_docking_airlock"; - name = "Shuttle Hatch"; - req_access_txt = "106" - }, -/obj/structure/fans/tiny, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"dWC" = ( -/obj/effect/decal/warning_stripes/northwestcorner, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"dWD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall, -/area/quartermaster/storage) -"dWE" = ( -/obj/structure/bookcase, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"dWF" = ( -/obj/structure/table/reinforced, -/obj/item/stamp/granted{ - pixel_x = 3; - pixel_y = -4 - }, -/obj/item/stamp/denied{ - pixel_x = -4; - pixel_y = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"dWH" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/office) -"dWJ" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"dWK" = ( -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/sw) -"dWL" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/qm) -"dWM" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/qm) -"dWN" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/cryo) -"dWQ" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"dWR" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/machinery/camera{ - c_tag = "Cargo Ore Storage"; - dir = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"dWS" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/qm) -"dWT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/medical/glass{ - id_tag = null; - name = "Isolation B"; - req_access_txt = "39" - }, -/obj/effect/decal/warning_stripes/yellow/partial, -/obj/effect/decal/warning_stripes/arrow, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/medical/virology) -"dWV" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/machinery/camera{ - c_tag = "Permabrig West"; - network = list("Prison","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"dWW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkred" - }, -/area/security/permabrig) -"dWY" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"dWZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"dXa" = ( -/obj/structure/flora/ausbushes/palebush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/grass, -/area/hallway/secondary/exit) -"dXb" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"dXc" = ( -/turf/simulated/floor/plasteel{ - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"dXe" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"dXf" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"dXg" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/multitool, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"dXj" = ( -/obj/structure/sign/biohazard, -/turf/simulated/wall/r_wall, -/area/medical/virology) -"dXn" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/engine/engineering) -"dXo" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/warning_stripes/northeast, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/simulated/floor/plating, -/area/engine/engineering) -"dXp" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"dXr" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"dXt" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"dXw" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"dXx" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "barber" - }, -/area/civilian/barber) -"dXy" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/bridge/checkpoint/south) -"dXz" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/permabrig) -"dXB" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreen" - }, -/area/medical/virology/lab) -"dXD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering) -"dXG" = ( -/obj/structure/table, -/obj/item/reagent_containers/spray/cleaner, -/obj/machinery/camera{ - c_tag = "Permabrig East"; - network = list("Prison","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"dXH" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "ai2"; - name = "Turret Shutters" - }, -/turf/simulated/floor/plating, -/area/turret_protected/ai) -"dXK" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/chair{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/checkpoint) -"dXL" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/chem_master, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"dXM" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"dXN" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitegreencorner" - }, -/area/medical/virology/lab) -"dXO" = ( -/obj/structure/closet/l3closet/virology, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"dXP" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"dXQ" = ( -/turf/simulated/shuttle/floor4, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"dXR" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/door_control{ - id = "Virology"; - name = "Virology Window Shutters Control"; - pixel_x = -6; - pixel_y = -26 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"dXS" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"dXU" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/toy/figure/chaplain, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"dXV" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/carpet, -/area/chapel/office) -"dXW" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/chair{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/checkpoint) -"dXX" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library/abandoned) -"dYa" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"dYc" = ( -/obj/machinery/camera{ - c_tag = "Central Ring Hallway West 4"; - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/sw) -"dYd" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"dYf" = ( -/obj/structure/table/reinforced, -/obj/item/storage/firstaid/o2{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/storage/firstaid/regular, -/obj/item/storage/firstaid/regular{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHEAST)" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"dYg" = ( -/obj/structure/chair/comfy/brown{ - dir = 4; - layer = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"dYi" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/hologram/holopad, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=V4"; - location = "V3" - }, -/mob/living/simple_animal/bot/secbot/beepsky{ - desc = "It's Officer Vipsky! Powered by a potato and a shot of whiskey."; - name = "Officer Vipsky" - }, -/obj/machinery/light{ - dir = 1; - on = 1; - pixel_y = -6 - }, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"dYj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/ai_slipper, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"dYk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"dYl" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "ai2"; - name = "Turret Shutters" - }, -/turf/simulated/floor/plating, -/area/turret_protected/ai) -"dYm" = ( -/obj/machinery/air_sensor{ - frequency = 1441; - id_tag = "n2o_sensor" - }, -/turf/simulated/floor/engine/n20, -/area/atmos) -"dYo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/checkpoint/south) -"dYp" = ( -/obj/machinery/light, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/newscaster{ - layer = 3.3; - pixel_y = -27 - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/qm) -"dYs" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"dYt" = ( -/obj/structure/disposalpipe/segment{ - name = "Sorting Office" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/mrchangs) -"dYv" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"dYy" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"dYz" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; - name = "Труба обработки" - }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 4; - name = "Труба смешивания" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"dYC" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/showcase, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"dYD" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"dYE" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/manifold/visible{ - desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; - dir = 4; - name = "Труба обработки" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"dYJ" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 6; - name = "Труба на фильтрацию" - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel, -/area/atmos) -"dYL" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/port) -"dYO" = ( -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"dYP" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A28"; - location = "A27" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"dYU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"dYX" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/beach/water{ - icon_state = "seadeep" - }, -/area/crew_quarters/fitness) -"dYY" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 4; - name = "Труба на фильтрацию" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"dZa" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/crew_quarters/fitness) -"dZb" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"dZc" = ( -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "yellow" - }, -/area/engine/engineering) -"dZe" = ( -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"dZf" = ( -/obj/structure/door_assembly, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"dZg" = ( -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/office) -"dZh" = ( -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"dZi" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/structure/filingcabinet, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"dZj" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"dZk" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/space, -/area/space/nearstation) -"dZl" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall3" - }, -/area/shuttle/pod_1) -"dZn" = ( -/obj/machinery/photocopier, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"dZo" = ( -/obj/docking_port/mobile/pod{ - id = "pod1"; - name = "escape pod 1" - }, -/obj/machinery/door/airlock/shuttle{ - id_tag = "s_docking_airlock"; - name = "Escape Pod Hatch" - }, -/turf/space, -/turf/simulated/shuttle/floor, -/area/shuttle/pod_1) -"dZp" = ( -/turf/simulated/wall, -/area/hallway/secondary/entry/westarrival) -"dZq" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/space, -/turf/space, -/area/space/nearstation) -"dZt" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/item/storage/box/teargas, -/obj/item/storage/box/teargas{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"dZu" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high{ - charge = 100; - maxcharge = 15000 - }, -/obj/item/clothing/glasses/welding, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"dZw" = ( -/obj/structure/sign/botany{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "blue" - }, -/area/hydroponics) -"dZy" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"dZA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/table, -/obj/item/paper/pamphlet, -/obj/item/paper/pamphlet, -/obj/item/paper/pamphlet, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/gateway) -"dZB" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Exp_lockdown"; - name = "Expedition Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/gateway) -"dZC" = ( -/obj/machinery/gateway{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/gateway) -"dZE" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"dZH" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 1; - name = "Труба дыхательной смеси" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"dZJ" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; - dir = 9; - name = "Труба обработки" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "caution" - }, -/area/atmos) -"dZK" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"dZL" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"dZM" = ( -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "green" - }, -/area/hydroponics) -"dZN" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"dZR" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 4; - name = "Труба смешивания" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"dZU" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 1; - name = "Труба смешивания" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"dZV" = ( -/obj/structure/closet/secure_closet/security, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/vending/wallmed{ - pixel_x = -26 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"eab" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/girder, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"ead" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyerPort"; - name = "Medbay Entrance"; - req_access_txt = "5" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/sleeper) -"eap" = ( -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"eaq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"eaP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/wood, -/area/library/abandoned) -"eaZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/crew_quarters/serviceyard) -"ebt" = ( -/obj/machinery/shower{ - dir = 8; - tag = "icon-shower (WEST)" - }, -/obj/structure/curtain/open/shower, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/locker/locker_toilet) -"eby" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"ebz" = ( -/obj/structure/table/reinforced, -/obj/machinery/processor{ - pixel_y = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/kitchen) -"ebI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay3) -"ebY" = ( -/obj/effect/decal/warning_stripes/east, -/obj/structure/table/reinforced, -/obj/machinery/reagentgrinder{ - pixel_x = -1; - pixel_y = 9 - }, -/obj/machinery/light, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"ecb" = ( -/obj/machinery/atmospherics/binary/pump{ - desc = "Подаёт дыхательную смесь для смешивания с другими газами"; - dir = 8; - name = "Дыхательная смесь в смеситель"; - target_pressure = 101 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "arrival" - }, -/area/atmos) -"ecd" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"ecf" = ( -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"eci" = ( -/obj/effect/landmark/start{ - name = "Station Engineer" - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"ecz" = ( -/obj/machinery/light, -/obj/structure/closet/secure_closet/freezer/meat, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"ecF" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/spray/cleaner/drone{ - pixel_x = 6 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/hardsuitstorage) -"ecK" = ( -/mob/living/simple_animal/hostile/retaliate/carp/koi{ - desc = "Неопасный, но очень гордый представитель рода космокарпов."; - name = "Хотару" - }, -/turf/simulated/floor/beach/water{ - icon_state = "seadeep" - }, -/area/crew_quarters/fitness) -"ecO" = ( -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"ecU" = ( -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/brig) -"ecV" = ( -/obj/structure/grille, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/turf/simulated/wall/r_wall, -/area/atmos) -"ecW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/explab) -"edh" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/sw) -"eds" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/showcase{ - layer = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/turret_protected/aisat) -"edz" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 8; - external_pressure_bound = 0; - external_pressure_bound_default = 0; - frequency = 1441; - id_tag = "air_out"; - internal_pressure_bound = 2000; - internal_pressure_bound_default = 2000; - on = 1; - pressure_checks = 2; - pressure_checks_default = 2; - pump_direction = 0 - }, -/turf/simulated/floor/engine/air, -/area/atmos) -"edF" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"edJ" = ( -/mob/living/simple_animal/mouse/brown, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/maintenance/gambling_den) -"eey" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"eeD" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Server Room"; - req_access_txt = "30" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10; - initialize_directions = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/server) -"eeE" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Air Tank"; - network = list("SS13","Engineering") - }, -/turf/simulated/floor/engine/air, -/area/atmos) -"eeG" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/secure_closet/engineering_personal, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/engine/engineering) -"eeI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/table, -/obj/item/storage/fancy/donut_box, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prisonershuttle) -"eeL" = ( -/turf/simulated/wall/rust, -/area/maintenance/gambling_den/casino) -"efb" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/medbay3) -"efA" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"efR" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/siberia) -"egh" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"egl" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"ego" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "Warden"; - name = "Warden Privacy Shutters" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "ArmoryLock"; - name = "Armory Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/warden) -"egq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = 23 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/starboard/east) -"egu" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/electrical) -"egA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"egC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port/west) -"egD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/chair/stool, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"egF" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/engineering) -"egO" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood{ - icon_state = "wood-broken6"; - tag = "icon-wood-broken6" - }, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"egU" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"ehl" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/grown/banana{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/snacks/grown/banana{ - pixel_x = 6; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/snacks/grown/banana, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"ehw" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/medical/surgery1) -"ehA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/medical/research/restroom) -"ehB" = ( -/obj/structure/table/reinforced, -/obj/machinery/chem_dispenser/soda, -/obj/machinery/light, -/obj/machinery/alarm{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"ehF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"ehG" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/engine/engineering) -"ehL" = ( -/obj/structure/closet/boxinggloves, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/crew_quarters/fitness) -"ehV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/south, -/obj/effect/landmark/start{ - name = "Station Engineer" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/hardsuitstorage) -"ein" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "robotics_solar_airlock"; - name = "exterior access button"; - pixel_x = 25; - pixel_y = 25; - req_access_txt = "13" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/port) -"eir" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"eiw" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/landmark/start{ - name = "Scientist" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/xenobiology) -"eix" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_y = 30 - }, -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"ejf" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/hardsuitstorage) -"ejm" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redcorner" - }, -/area/security/prison/cell_block/A) -"ejp" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering) -"ejA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/fore) -"ejB" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"ejD" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/space, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"ejN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Local Armory"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/armoury) -"ejU" = ( -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -28 - }, -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/cable, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"ekb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/xeno, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"ekk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/firecloset, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"ekp" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaLockdown"; - name = "Perma Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"ekr" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"ekt" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xenosecure"; - name = "Secure Creature Cell"; - opacity = 0 - }, -/obj/machinery/door/window/brigdoor{ - dir = 8; - id = null; - name = "Creature Pen"; - req_access_txt = "47" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"ekW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner (WEST)" - }, -/area/medical/genetics) -"elh" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"ell" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"elv" = ( -/obj/structure/morgue, -/obj/effect/decal/warning_stripes/north, -/obj/effect/landmark{ - name = "revenantspawn" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/medical/morgue) -"elx" = ( -/obj/structure/chair/comfy/shuttle, -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"ely" = ( -/obj/machinery/keycard_auth{ - pixel_x = -24 - }, -/turf/simulated/floor/wood, -/area/ntrep) -"elI" = ( -/obj/structure/lattice, -/obj/machinery/camera/emp_proof{ - c_tag = "Singularity NorthWest"; - dir = 4; - network = list("SS13","Singularity","Engineering") - }, -/turf/space, -/area/engine/engineering) -"elW" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/item/paper_bin{ - pixel_y = 5 - }, -/obj/item/pen/multi, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/carpet, -/area/medical/psych) -"elZ" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"emT" = ( -/obj/machinery/door/airlock/external{ - id_tag = "admin_home" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/additional) -"ena" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/crew_quarters/hor) -"enb" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"enm" = ( -/obj/structure/chair/sofa/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"ens" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology/lab) -"enG" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/whiskey, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/carpet, -/area/security/detectives_office) -"enO" = ( -/obj/effect/decal/warning_stripes/northeastcorner, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; - name = "Труба обработки" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"enV" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prisoner Processing"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/processing) -"eoB" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/plasteel, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"eoM" = ( -/obj/structure/chair/sofa/corner, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"epd" = ( -/obj/structure/cable, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/crew_quarters/hor) -"epg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"epy" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"epA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/northwest, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"epC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Pods"; - req_access_txt = "71" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/podbay) -"epH" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/courtroom) -"epM" = ( -/obj/structure/chair/wood, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"eqp" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Bar" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"eqA" = ( -/obj/machinery/door/poddoor{ - id_tag = "QMLoaddoor2"; - name = "supply dock loading door" - }, -/obj/machinery/conveyor/west{ - id = "QMLoad2" - }, -/turf/simulated/floor/plating, -/area/quartermaster/storage) -"eqC" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/junction{ - dir = 1; - icon_state = "pipe-j2"; - tag = "icon-pipe-j2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/fore) -"eqN" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/multitool, -/obj/item/pen/red, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/office) -"eqO" = ( -/obj/effect/decal/warning_stripes/northwestcorner, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkred" - }, -/area/security/podbay) -"eqP" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/toy/figure/detective, -/turf/simulated/floor/wood, -/area/security/detectives_office) -"eqY" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/office) -"eri" = ( -/obj/structure/table/reinforced, -/obj/item/mmi, -/obj/item/mmi, -/obj/item/mmi, -/obj/item/mmi/robotic_brain, -/obj/item/robotanalyzer, -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/machinery/camera{ - c_tag = "Robotics Lab"; - dir = 4; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/assembly/robotics) -"erl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/sleeper) -"err" = ( -/obj/structure/bookcase, -/obj/effect/decal/cleanable/cobweb, -/turf/simulated/floor/wood, -/area/library/abandoned) -"erO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/camera{ - c_tag = "Engine Room North"; - network = list("Engineering","SS13") - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_y = 28 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"esa" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/shallway) -"ese" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/office) -"esq" = ( -/obj/structure/table, -/obj/machinery/camera{ - c_tag = "Cargo Office" - }, -/obj/machinery/requests_console{ - department = "Cargo Bay"; - departmentType = 2; - name = "Cargo Requests Console"; - pixel_y = 30 - }, -/obj/item/storage/firstaid/regular, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/office) -"esu" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/table, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/item/paper_bin, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/office) -"esz" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/medical/research/nhallway) -"esJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/se) -"esN" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -25 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/storage) -"esO" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"esP" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"esT" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/crew_quarters/hor) -"ete" = ( -/turf/simulated/floor/wood, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"eto" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/folder/yellow, -/obj/item/gps, -/obj/item/gps, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ai_monitored/storage/eva) -"ets" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id_tag = "rdprivacy"; - name = "Research Director Office Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/hor) -"etE" = ( -/obj/machinery/computer/supplycomp, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"etO" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"etQ" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/commercial) -"etR" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"etT" = ( -/obj/machinery/status_display{ - pixel_x = 32 - }, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"etU" = ( -/obj/effect/decal/warning_stripes/southwest, -/obj/structure/closet/walllocker/emerglocker/north{ - pixel_x = -30; - pixel_y = -32 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"eue" = ( -/obj/structure/table, -/obj/item/clothing/gloves/botanic_leather, -/obj/item/reagent_containers/spray/pestspray, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"eur" = ( -/obj/machinery/hydroponics/constructable{ - desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; - name = "Prison hydroponics tray"; - using_irrigation = 1 - }, -/obj/item/seeds/carrot, -/obj/item/seeds/carrot, -/obj/item/seeds/carrot, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"euu" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"euA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"evl" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"evo" = ( -/obj/structure/chair/wood{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"evL" = ( -/obj/machinery/door/airlock{ - id_tag = "cabin2"; - name = "Cabin" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin2) -"evO" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24; - pixel_y = -4 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"evQ" = ( -/obj/structure/table, -/obj/item/storage/fancy/donut_box, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"ewm" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f9" - }, -/area/shuttle/mining) -"ewt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/toxins/mixing) -"ewx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"ewF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"ewS" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/lattice, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"exh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/research{ - name = "Research Break Room"; - req_access_txt = "47" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/restroom) -"exn" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/surgery2) -"exv" = ( -/obj/structure/table/reinforced, -/obj/random/plushie, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -29 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/processing) -"exy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Local Armory"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/armoury) -"exN" = ( -/obj/structure/chair/stool/bar, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/maintenance/gambling_den) -"exV" = ( -/obj/structure/table/reinforced, -/obj/item/folder/blue, -/obj/item/robot_parts/r_leg, -/obj/item/robot_parts/l_leg, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"eye" = ( -/obj/structure/chair/office/dark, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"eyi" = ( -/obj/structure/morgue, -/obj/effect/decal/warning_stripes/southwest, -/obj/effect/landmark{ - name = "revenantspawn" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/medical/morgue) -"eyq" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"eyt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/start{ - name = "Security Pod Pilot" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"eyu" = ( -/obj/structure/sink{ - layer = 4; - pixel_y = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/sleeper) -"eyI" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"eyL" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/warning_stripes/northeast, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/simulated/floor/plating, -/area/engine/engineering) -"eyR" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/processing) -"eyU" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/dispenser/oxygen, -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/gateway) -"ezi" = ( -/turf/simulated/wall, -/area/gateway) -"ezj" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkbluecorners" - }, -/area/turret_protected/ai) -"ezv" = ( -/obj/machinery/gateway{ - dir = 6 - }, -/obj/machinery/camera{ - c_tag = "Gateway"; - dir = 8 - }, -/obj/effect/landmark{ - name = "JoinLateGateway" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/gateway) -"ezN" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"ezU" = ( -/obj/structure/table, -/obj/item/folder, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"ezY" = ( -/obj/structure/table, -/obj/effect/decal/warning_stripes/yellow, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/electrical) -"eAb" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/turf/simulated/floor/plasteel{ - dir = 7; - icon_state = "yellow" - }, -/area/engine/engineering) -"eAg" = ( -/obj/effect/decal/remains/human, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"eAm" = ( -/obj/machinery/camera/motion{ - c_tag = "Minisat AI Core North"; - dir = 1; - network = list("Minisat","SS13") - }, -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - name = "AI Requests Console"; - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"eAt" = ( -/obj/structure/closet/redcorp, -/obj/item/clothing/suit/tracksuit/red, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"eAw" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "redcorner" - }, -/area/security/main) -"eAH" = ( -/obj/effect/decal/warning_stripes/south, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"eAS" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Holodeck Control Room" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"eBn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/airlock/glass{ - name = "Holodeck Door" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"eBv" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkbluecorners" - }, -/area/turret_protected/ai) -"eBy" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "ai2"; - name = "Turret Shutters" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/turret_protected/ai) -"eBz" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"eCf" = ( -/obj/effect/decal/warning_stripes/north, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"eCs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/crew_quarters/sleep) -"eCO" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"eCP" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"eCU" = ( -/obj/structure/table, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"eCY" = ( -/obj/machinery/camera{ - c_tag = "Holodeck Aft"; - dir = 1 - }, -/turf/simulated/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/alphadeck) -"eCZ" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin3) -"eDn" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain/bedroom) -"eDD" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/flasher{ - id = null; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"eDV" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "open"; - id_tag = "representative"; - name = "Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/ntrep) -"eDX" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/turf/simulated/shuttle/floor4, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"eEb" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor{ - armor = list("melee" = 60, "bullet" = 70, "laser" = 70, "energy" = 70, "bomb" = 40, "bio" = 100, "rad" = 100, "fire" = 70, "acid" = 100); - dir = 2; - name = "Secure Armory"; - req_access_txt = "1" - }, -/obj/machinery/door/window/brigdoor{ - armor = list("melee" = 60, "bullet" = 70, "laser" = 70, "energy" = 70, "bomb" = 40, "bio" = 100, "rad" = 100, "fire" = 70, "acid" = 100); - dir = 1; - name = "Secure Armory"; - req_access_txt = "3" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "ArmoryLock"; - name = "Armory Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "ArmorySec"; - layer = 5; - name = "Armory Security Shutters" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"eEh" = ( -/obj/machinery/vending/crittercare, -/turf/simulated/floor/carpet, -/area/civilian/pet_store) -"eEj" = ( -/obj/structure/toilet{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/window{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/blue/hollow, -/obj/item/stack/cable_coil, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/security/permabrig) -"eEu" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research{ - name = "Research Division" - }) -"eEK" = ( -/obj/machinery/porta_turret, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai) -"eER" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/lattice, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"eEY" = ( -/obj/machinery/photocopier, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"eFc" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin2) -"eFi" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Shooting Range West"; - dir = 4; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"eFo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Mime" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/mimeoffice) -"eFr" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 1; - name = "Труба дыхательной смеси" - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"eFC" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple"; - tag = "icon-whitepurple (EAST)" - }, -/area/medical/research{ - name = "Research Division" - }) -"eFE" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 6; - name = "Труба фильтрации" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/atmos) -"eFI" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics North"; - dir = 1; - network = list("SS13","Engineering") - }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 4; - name = "Труба фильтрации" - }, -/turf/simulated/floor/plasteel{ - icon_state = "caution" - }, -/area/atmos) -"eFS" = ( -/obj/structure/sign/science{ - icon_state = "xenobio2" - }, -/turf/simulated/wall/r_wall, -/area/medical/research/nhallway) -"eGb" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"eGn" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/poddoor/shutters{ - dir = 8; - id_tag = "paramedic"; - name = "Paramedic Garage" - }, -/turf/simulated/floor/plasteel, -/area/medical/paramedic) -"eGt" = ( -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/grass, -/area/hallway/secondary/exit) -"eGA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - name = "Xenobiology Lab"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"eGC" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Service Bay"; - req_access_txt = "75" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"eGR" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/door_control{ - desc = "A remote control-switch for the pod doors."; - id = "secpilot"; - name = "Pod Door Control"; - pixel_x = -26; - pixel_y = 26; - req_access_txt = "71" - }, -/turf/space, -/area/security/podbay) -"eGT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "12;47" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"eHp" = ( -/obj/structure/chair/comfy/teal, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/reception) -"eHF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/lobby) -"eHM" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaCellsLockdown"; - name = "Perma Cells Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"eHP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkred" - }, -/area/security/permabrig) -"eIb" = ( -/obj/structure/table, -/obj/effect/decal/warning_stripes/yellow, -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/paper/deltainfo, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"eIk" = ( -/obj/machinery/atmospherics/unary/outlet_injector/on{ - dir = 4; - frequency = 1441; - id = "n2o_in" - }, -/turf/simulated/floor/engine/n20, -/area/atmos) -"eIu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering) -"eIv" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"eIw" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"eIQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"eIV" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/spray/cleaner{ - desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; - name = "Chemistry Cleaner" - }, -/obj/item/hand_labeler, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"eIX" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/porta_turret, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/tcommsat/chamber) -"eJc" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"eJk" = ( -/obj/structure/grille, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 4; - name = "Труба фильтрации" - }, -/turf/simulated/wall/r_wall, -/area/atmos) -"eJl" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/rack, -/obj/item/flashlight{ - pixel_x = -6; - pixel_y = 9 - }, -/obj/item/flashlight{ - pixel_x = -3; - pixel_y = 6 - }, -/obj/item/flashlight{ - pixel_y = 3 - }, -/obj/item/flashlight{ - pixel_x = 3 - }, -/obj/item/flashlight{ - pixel_x = 6; - pixel_y = -3 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"eJs" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/binary/volume_pump/on{ - desc = "Возвращает газ после обработки в трубу смешивания"; - name = "Выход газа после обработки" - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel, -/area/atmos) -"eJv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"eJH" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/clothing/glasses/meson{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/clothing/glasses/meson{ - pixel_x = -3; - pixel_y = 1 - }, -/obj/item/clothing/glasses/meson{ - pixel_y = -2 - }, -/obj/item/clothing/glasses/meson{ - pixel_x = 3; - pixel_y = -5 - }, -/obj/item/clothing/glasses/meson{ - pixel_x = 6; - pixel_y = -8 - }, -/obj/structure/rack, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"eJI" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/item/wrench, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/execution) -"eJR" = ( -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"eJV" = ( -/obj/machinery/door/window/brigdoor{ - dir = 1; - id = "Cell 1"; - name = "Cell 1"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prison/cell_block/A) -"eKe" = ( -/obj/structure/closet/firecloset, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkred" - }, -/area/security/permabrig) -"eKh" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"eKm" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Library" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"eKX" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/item/flag/nt, -/turf/simulated/floor/wood, -/area/ntrep) -"eLf" = ( -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/medical/surgery2) -"eLo" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/sign/vacuum{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology) -"eLE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/west) -"eLL" = ( -/obj/machinery/atmospherics/trinary/mixer{ - desc = "Смешивает кислород с плазмой в пропорции 1 к 1. Эта смесь необходима для работы турбины."; - dir = 1; - name = "Смеситель горючей смеси"; - target_pressure = 4500 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "caution" - }, -/area/atmos) -"eLO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 4; - name = "Труба фильтрации" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "caution" - }, -/area/atmos) -"eLT" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 1; - name = "Труба смешивания" - }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 4; - name = "Труба фильтрации" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"eLU" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"eMg" = ( -/obj/machinery/door/airlock/glass{ - name = "Cabin" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker) -"eMl" = ( -/obj/machinery/door/firedoor, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay3) -"eMu" = ( -/obj/machinery/computer/general_air_control/large_tank_control{ - frequency = 1441; - input_tag = "air_in"; - name = "Mixed Air Supply Control"; - output_tag = "air_out"; - pressure_setting = 2000; - sensors = list("air_sensor" = "Tank") - }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 10; - name = "Труба фильтрации" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "arrival" - }, -/area/atmos) -"eMv" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering) -"eMz" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/medical/virology) -"eMC" = ( -/obj/structure/table/wood, -/obj/machinery/light/small, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"eMI" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/crayons, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"eMM" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; - dir = 6; - name = "Труба обработки" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"eMN" = ( -/obj/machinery/alarm{ - dir = 4; - pixel_x = -23 - }, -/obj/machinery/newscaster{ - pixel_y = -28 - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/wood, -/area/medical/psych) -"eMU" = ( -/obj/machinery/washing_machine, -/obj/machinery/camera{ - c_tag = "Laundry Room"; - dir = 4; - pixel_y = -22 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "arrival" - }, -/area/crew_quarters/sleep) -"eMZ" = ( -/obj/structure/chair/comfy/brown, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start{ - name = "Internal Affairs Agent" - }, -/turf/simulated/floor/carpet, -/area/lawoffice) -"eNq" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"eNt" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"eNx" = ( -/obj/machinery/vending/cigarette, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"eNy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/west) -"eNC" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/crew_quarters/courtroom) -"eNW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/sw) -"eOr" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"eOt" = ( -/obj/effect/spawner/random_spawners/blood_maybe, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"eOC" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"eOQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"ePb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay) -"ePe" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"ePl" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - name = "Труба на фильтрацию" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"ePn" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"ePB" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/brig) -"ePR" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "engineering_east_outer"; - locked = 1; - name = "Engineering External Access"; - req_access = null; - req_access_txt = "10;13" - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"ePU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/securearmoury) -"eQd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"eQp" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whitegreen"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/virology/lab) -"eQA" = ( -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/medbay) -"eQR" = ( -/obj/machinery/computer/communications, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"eQV" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating, -/area/engine/engineering) -"eQZ" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/vending/snack, -/turf/simulated/floor/plasteel, -/area/bridge/vip) -"eRa" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"eRk" = ( -/obj/machinery/sleeper/syndie{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"eRm" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22"; - tag = "icon-plant-22" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay3) -"eRr" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/lobby) -"eRD" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/south, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"eRS" = ( -/obj/structure/table/wood, -/obj/item/camera, -/obj/machinery/ai_status_display{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"eRU" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/sw) -"eSm" = ( -/obj/machinery/door/airlock/external{ - id_tag = "s_docking_airlock"; - name = "Shuttle Hatch"; - req_access_txt = "106" - }, -/obj/docking_port/mobile{ - dir = 8; - dwidth = 9; - height = 18; - id = "admin"; - name = "administration shuttle"; - roundstart_move = "admin_away"; - width = 19 - }, -/obj/docking_port/stationary{ - dir = 8; - dwidth = 9; - height = 18; - id = "admin_home"; - name = "port bay 1"; - width = 19 - }, -/obj/structure/fans/tiny, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"eSr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"eSz" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"eSK" = ( -/obj/structure/table/reinforced, -/obj/item/grenade/chem_grenade/metalfoam, -/obj/item/grenade/chem_grenade/metalfoam, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/atmos) -"eTb" = ( -/obj/structure/chair/sofa/left{ - dir = 4 - }, -/obj/machinery/button/windowtint{ - id = "privateroom"; - pixel_x = -24; - pixel_y = 24 - }, -/obj/machinery/door_control{ - desiredstate = 1; - id = "privateroom"; - name = "Privacy Room Bolt Control"; - normaldoorcontrol = 1; - pixel_x = -26; - pixel_y = 31; - specialfunctions = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/bar/atrium) -"eTe" = ( -/obj/structure/closet/wardrobe/mixed, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"eTl" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"eTs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/permahallway) -"eTv" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/construction/hallway) -"eTz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"eTL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay) -"eTP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"eTR" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/securehallway) -"eTZ" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/bar/atrium) -"eUc" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "ai2"; - name = "Turret Shutters" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/turret_protected/ai) -"eUm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"eUt" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/wood, -/area/medical/psych) -"eVh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"eVy" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"eVB" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/medical/research/nhallway) -"eVH" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; - dir = 5; - name = "Труба подачи азота в реактор" - }, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"eVK" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"eVO" = ( -/obj/structure/table/reinforced, -/obj/item/radio{ - pixel_x = -4 - }, -/obj/item/radio{ - pixel_x = 4 - }, -/obj/item/radio{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/item/radio{ - pixel_x = 4; - pixel_y = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"eWw" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "brown" - }, -/area/crew_quarters/chief) -"eWC" = ( -/obj/effect/decal/warning_stripes/west, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"eWO" = ( -/obj/machinery/door/airlock/public/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"eWR" = ( -/obj/machinery/computer/arcade, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/bar/atrium) -"eXc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door_control{ - id = "xeno5"; - name = "Containment Control"; - pixel_y = 35; - req_access_txt = "55" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitehall" - }, -/area/toxins/xenobiology) -"eXf" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/medical/research/nhallway) -"eXm" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/hallway/primary/port) -"eXx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"eXS" = ( -/mob/living/simple_animal/mouse/gray{ - real_name = "Товарищ Троцкий" - }, -/turf/simulated/floor/carpet, -/area/maintenance/fsmaint) -"eXW" = ( -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"eXY" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering) -"eYe" = ( -/obj/machinery/requests_console{ - department = "EVA"; - name = "EVA Requests Console"; - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "EVA Storage"; - dir = 8 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"eYh" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Departure Lounge North" - }, -/obj/effect/decal/warning_stripes/north, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"eYo" = ( -/obj/structure/table/wood/poker, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"eYF" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 25 - }, -/turf/simulated/floor/wood, -/area/medical/psych) -"eYG" = ( -/obj/structure/chair/sofa/left{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"eYK" = ( -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"eYO" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/table/wood, -/obj/item/paper_bin, -/turf/simulated/floor/carpet, -/area/assembly/showroom) -"eYP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/podbay) -"eYQ" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/office) -"eYR" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/toxins/mixing) -"eYT" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/paramedic) -"eYY" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"eZb" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "redcorner" - }, -/area/security/prisonershuttle) -"eZl" = ( -/obj/machinery/power/terminal, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "yellow" - }, -/area/maintenance/electrical) -"eZs" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"eZt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A32"; - location = "A31" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"eZu" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"eZJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/medbay3) -"eZR" = ( -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - location = "Kitchen" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/crew_quarters/kitchen) -"far" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"fau" = ( -/obj/structure/disposalpipe/segment, -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplecorner" - }, -/area/hallway/primary/aft) -"fay" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel, -/area/gateway) -"faD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"faG" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/firealarm{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/medical/morgue) -"faL" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light/small, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/hallway/primary/aft) -"faV" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; - dir = 4; - name = "Труба подачи азота в реактор" - }, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/atmos) -"faY" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/customs) -"fbl" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/aft) -"fbz" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"fbF" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/machinery/alarm{ - pixel_y = 57 - }, -/obj/effect/landmark/start{ - name = "Geneticist" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/genetics) -"fbH" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/storage) -"fbL" = ( -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/exit) -"fbO" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/qm) -"fbU" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/item/radio/intercom{ - dir = 8; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"fcN" = ( -/obj/structure/chair/stool, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"fcZ" = ( -/obj/machinery/door/airlock/hatch/gamma{ - locked = 1; - req_access_txt = "1"; - use_power = 0 - }, -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/securehallway) -"fda" = ( -/obj/structure/closet/secure_closet/brig, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkred" - }, -/area/security/permabrig) -"fdc" = ( -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall, -/area/maintenance/asmaint) -"fdD" = ( -/obj/machinery/door/airlock{ - name = "Unisex Restrooms" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"fdQ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/qm) -"fdX" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaLockdown"; - name = "Perma Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"feb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/girder, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"fed" = ( -/obj/structure/table/glass, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/computer/med_data/laptop, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"fef" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"feg" = ( -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/explab) -"feu" = ( -/obj/structure/table/wood, -/obj/item/storage/photo_album, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/assembly/showroom) -"fev" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/range) -"feD" = ( -/turf/simulated/floor/carpet, -/area/medical/psych) -"feE" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"ffi" = ( -/obj/structure/table, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"ffs" = ( -/obj/structure/closet/wardrobe/pjs, -/obj/effect/decal/warning_stripes/red, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"ffK" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/red, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"ffP" = ( -/obj/structure/grille, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"ffR" = ( -/obj/structure/table, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_sit) -"fgj" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/permabrig) -"fgk" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/quartermaster/office) -"fgv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/permabrig) -"fgB" = ( -/obj/structure/bed, -/obj/item/bedsheet/blue, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/cabin1) -"fgD" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/south) -"fgI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door_control{ - desiredstate = 1; - id = "Perma11"; - name = "First Cell Brig Bolts"; - normaldoorcontrol = 1; - pixel_x = -38; - pixel_y = 24; - req_access_txt = "2"; - specialfunctions = 4 - }, -/obj/machinery/door_control{ - desiredstate = 1; - id = "Perma12"; - name = "First Cell Perma Bolts"; - normaldoorcontrol = 1; - pixel_x = -26; - pixel_y = 24; - req_access_txt = "2"; - specialfunctions = 4 - }, -/obj/machinery/flasher_button{ - id = "Perma1"; - layer = 4; - name = "Prison Flasher"; - pixel_x = -32; - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/permabrig) -"fhd" = ( -/obj/structure/bed, -/obj/item/bedsheet/syndie, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"fhY" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"fif" = ( -/obj/structure/dresser, -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = 28 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin3) -"fiH" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"fiP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"fiU" = ( -/obj/machinery/atmospherics/unary/outlet_injector/on, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/permabrig) -"fjs" = ( -/obj/structure/curtain/open/shower, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 28 - }, -/obj/structure/sink{ - dir = 4; - pixel_x = 12 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/shower{ - pixel_y = 20 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/surgery2) -"fju" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"fjF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "sw_maint2_airlock"; - name = "interior access button"; - pixel_x = -24; - pixel_y = 24 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"fjL" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"fjQ" = ( -/obj/machinery/light/small, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/obj/machinery/vending/boozeomat, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"fjY" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/quartermaster/office) -"fkh" = ( -/obj/structure/morgue, -/obj/effect/decal/warning_stripes/northwest, -/obj/effect/landmark{ - name = "revenantspawn" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/medical/morgue) -"fki" = ( -/obj/machinery/status_display/supply_display, -/turf/simulated/wall, -/area/quartermaster/office) -"fkq" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/exit) -"fks" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "BrigLeft"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/brig) -"fku" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/closet, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"fkB" = ( -/obj/machinery/hydroponics/constructable{ - desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; - name = "Prison hydroponics tray"; - using_irrigation = 1 - }, -/obj/item/seeds/wheat/rice, -/obj/item/seeds/wheat/rice, -/obj/item/seeds/wheat/rice, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"fkL" = ( -/obj/effect/decal/warning_stripes/southwest, -/obj/structure/chair/comfy/purp{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplefull" - }, -/area/medical/research/restroom) -"fkP" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"fkX" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"flo" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"flw" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 26 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"flH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"flW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"fmw" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplefull" - }, -/area/medical/research{ - name = "Research Division" - }) -"fmC" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = -6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"fmF" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/hologram/holopad, -/obj/effect/landmark/start{ - name = "Station Engineer" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/hardsuitstorage) -"fmK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"fmL" = ( -/obj/docking_port/stationary{ - dheight = 9; - dir = 2; - dwidth = 5; - height = 22; - id = "syndicate_s"; - name = "south of station"; - width = 18 - }, -/turf/space, -/area/space) -"fmO" = ( -/turf/simulated/floor/engine/co2, -/area/atmos) -"fmV" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/maintenance/fsmaint) -"fnm" = ( -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/starboard/east) -"fno" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research/glass{ - name = "Robotics Lab"; - req_access_txt = "29" - }, -/obj/effect/mapping_helpers/airlock/unres, -/turf/simulated/floor/plasteel, -/area/assembly/robotics) -"fnq" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics CO2 Tank"; - network = list("SS13","Engineering") - }, -/turf/simulated/floor/engine/co2, -/area/atmos) -"fnr" = ( -/obj/machinery/atmospherics/unary/vent_pump{ - dir = 4; - external_pressure_bound = 0; - external_pressure_bound_default = 0; - frequency = 1441; - id_tag = "co2_out"; - initialize_directions = 1; - internal_pressure_bound = 4000; - internal_pressure_bound_default = 4000; - layer = 2.4; - name = "co2 vent"; - on = 1; - pressure_checks = 2; - pressure_checks_default = 2; - pump_direction = 0 - }, -/turf/simulated/floor/engine/co2, -/area/atmos) -"fnw" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 1; - name = "Труба дыхательной смеси" - }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 4; - name = "Труба смешивания" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"fny" = ( -/obj/machinery/atmospherics/binary/pump{ - desc = "Подаёт углекислый для смешивания с другими газами"; - dir = 4; - name = "Углекислый газ (CO2) в смеситель"; - target_pressure = 101 - }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"fnC" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/atmos) -"fnI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/medical/research/nhallway) -"foa" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"foh" = ( -/obj/machinery/camera{ - c_tag = "Holodeck Fore" - }, -/turf/simulated/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/alphadeck) -"fos" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 6; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"foA" = ( -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/machinery/disposal, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"foE" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall12"; - tag = "icon-swall12" - }, -/area/shuttle/pod_4) -"fpl" = ( -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/tcommsat/chamber) -"fps" = ( -/turf/simulated/wall/r_wall, -/area/toxins/test_area) -"fpt" = ( -/turf/simulated/shuttle/wall, -/area/shuttle/siberia) -"fpN" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"fqa" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/paramedic) -"fqf" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 1; - name = "Труба смешивания" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"fqo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"fqq" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/chapel/main) -"fqv" = ( -/obj/machinery/computer/security/mining, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/heads/hop) -"fqG" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "arrival" - }, -/area/atmos) -"fre" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"frh" = ( -/obj/structure/table/wood, -/obj/item/dice/d10, -/obj/item/dice/d20, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"fro" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay) -"frp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"frq" = ( -/obj/effect/landmark{ - name = "HONKsquad" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"frJ" = ( -/obj/machinery/atmospherics/unary/outlet_injector/on{ - dir = 8; - frequency = 1441; - id = "air_in" - }, -/turf/simulated/floor/engine/air, -/area/atmos) -"frM" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/obj/structure/chair/stool/bar, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/maintenance/gambling_den) -"frN" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"fsc" = ( -/obj/structure/grille, -/obj/effect/decal/warning_stripes/east, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"fsk" = ( -/obj/machinery/light, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/patron{ - pixel_y = 7 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 8 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/bar/atrium) -"fsp" = ( -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"fsu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"fsw" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/fore) -"fsz" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"fsK" = ( -/obj/effect/landmark{ - name = "JoinLateCryo" - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/sleep) -"fsL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/yellow{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"fsZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/west) -"ftc" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/storage{ - name = "Perma Maintenance" - }) -"ftj" = ( -/obj/machinery/door/airlock/public/glass, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"ftu" = ( -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"ftG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"ftP" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/office) -"ftZ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Bay"; - req_access_txt = "31" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"fui" = ( -/obj/structure/cable/yellow{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/smes{ - charge = 2e+006 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"fuj" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/hallway/primary/central/west) -"fuF" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/security/medbay) -"fuR" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"fvo" = ( -/obj/effect/decal/warning_stripes/yellow/partial, -/turf/simulated/floor/plating, -/area/toxins/mixing) -"fvs" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/storage) -"fvu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"fvy" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 6 - }, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/chapel/main) -"fvB" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/barricade/wooden, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/teleporter/abandoned) -"fvC" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan, -/turf/simulated/floor/plasteel, -/area/atmos) -"fvE" = ( -/obj/structure/table/reinforced, -/obj/item/stack/rods{ - amount = 10 - }, -/obj/item/stack/cable_coil/random, -/obj/item/multitool, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ai_monitored/storage/eva) -"fvI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"fvQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreen" - }, -/area/medical/virology) -"fvU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"fvV" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"fwe" = ( -/obj/machinery/door/airlock/external{ - id_tag = "laborcamp_home"; - name = "Labor Camp Airlock"; - req_access_txt = "2" - }, -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/prisonershuttle) -"fwf" = ( -/obj/structure/table/wood, -/obj/item/deck/cards, -/obj/item/deck/cards{ - pixel_y = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "carpet" - }, -/area/library/abandoned) -"fwt" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/maintcentral) -"fwA" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "GYM"; - name = "Dungeon Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/processing) -"fwR" = ( -/obj/machinery/atmospherics/pipe/simple/visible/universal{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/north, -/obj/effect/decal/warning_stripes/south, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"fxz" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/electrical, -/obj/item/clothing/head/welding, -/turf/simulated/floor/bluegrid, -/area/tcommsat/chamber) -"fxR" = ( -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/table/reinforced, -/obj/item/flash{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 7 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"fxY" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"fye" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/evidence) -"fyj" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"fyk" = ( -/obj/structure/sign/poster/official/random{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"fyp" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"fyt" = ( -/obj/structure/closet/coffin, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"fyz" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"fyH" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red{ - pixel_y = 3 - }, -/obj/item/book/manual/sop_security, -/obj/item/stack/tape_roll, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"fyJ" = ( -/obj/machinery/light/small, -/obj/effect/decal/warning_stripes/south, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"fzv" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "GYM"; - name = "Dungeon Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/processing) -"fzL" = ( -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkred" - }, -/area/security/permabrig) -"fzQ" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/table/reinforced, -/obj/item/implanter/mindshield{ - pixel_x = 4; - pixel_y = 12 - }, -/obj/item/storage/toolbox/surgery{ - pixel_y = -6 - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_y = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/processing) -"fAl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"fAq" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "GYM"; - name = "Dungeon Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/processing) -"fAx" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/evidence) -"fAB" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaLockdown"; - name = "Perma Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"fAM" = ( -/obj/structure/table, -/obj/item/camera, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"fAR" = ( -/obj/machinery/camera{ - c_tag = "Central Ring Hallway West 2"; - dir = 8 - }, -/obj/machinery/computer/guestpass{ - pixel_x = 30 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"fBl" = ( -/obj/machinery/blackbox_recorder, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/turf/simulated/floor/bluegrid, -/area/tcommsat/chamber) -"fBo" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/beaker/waterbottle, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = -5 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = -5 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"fBp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"fBu" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"fBw" = ( -/obj/structure/table/glass, -/obj/item/clipboard, -/obj/item/toy/figure/virologist, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"fBW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4; - pixel_y = 8 - }, -/obj/machinery/vending/autodrobe, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"fCi" = ( -/obj/machinery/camera{ - c_tag = "Fore Hallway South 1"; - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "browncorner" - }, -/area/hallway/primary/fore) -"fCp" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"fCs" = ( -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/assembly/showroom) -"fCz" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/warden) -"fCJ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/processing) -"fCQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/permabrig) -"fCT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/permabrig) -"fDj" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Mech Bay External"; - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/aft) -"fDB" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/main) -"fEc" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"fEg" = ( -/obj/machinery/recharge_station, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"fEr" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Gateway Access"; - req_access_txt = "62" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Exp_lockdown"; - name = "Expedition Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plasteel, -/area/gateway) -"fEt" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/light/small, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology) -"fEz" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/podbay) -"fEC" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/gateway/centerstation, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/gateway) -"fEI" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaLockdown"; - name = "Perma Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"fEP" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/fitness) -"fEU" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"fFf" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/assembly/robotics) -"fFm" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior 17"; - dir = 8; - network = list("SS13","MiniSat") - }, -/turf/space, -/area/space/nearstation) -"fFv" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"fFw" = ( -/obj/machinery/porta_turret, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"fFz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/airlock/public/glass, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/starboard/east) -"fFB" = ( -/obj/machinery/hydroponics/constructable{ - desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; - name = "Prison hydroponics tray"; - using_irrigation = 1 - }, -/obj/item/seeds/chili, -/obj/item/seeds/chili, -/obj/item/seeds/chili, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/radio/intercom{ - pixel_x = 30 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"fFC" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"fFM" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/toxins/mixing) -"fFQ" = ( -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"fFR" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/secure_closet/engineering_electrical, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"fGa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"fGj" = ( -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"fGt" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "ai2"; - name = "Turret Shutters" - }, -/turf/simulated/floor/plating, -/area/turret_protected/ai) -"fGz" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreencorner" - }, -/area/medical/medbay3) -"fGA" = ( -/obj/machinery/suit_storage_unit/security/pod_pilot, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"fGE" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/wall/r_wall, -/area/turret_protected/ai) -"fGK" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/reception) -"fHi" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/turret_protected/ai) -"fHj" = ( -/obj/structure/table, -/obj/item/camera_film, -/obj/item/camera_film, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"fHp" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/door_control{ - desc = "A remote control-switch for the pod doors."; - id = "secpilot"; - name = "Pod Door Control"; - pixel_x = 26; - pixel_y = 26; - req_access_txt = "71" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"fHL" = ( -/obj/machinery/computer/security{ - network = list("SS13","Research Outpost","Mining Outpost") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"fHS" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior 3"; - dir = 4; - network = list("SS13","MiniSat") - }, -/turf/space, -/area/space/nearstation) -"fId" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - id_tag = "engstorage"; - name = "Secure Storage Blast Doors" - }, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"fIg" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"fIi" = ( -/obj/machinery/computer/operating, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/medical/surgery1) -"fIm" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Security"; - req_access_txt = "58" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/wood, -/area/security/hos) -"fIC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"fIE" = ( -/obj/machinery/vending/cart, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"fIG" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"fIH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/wall/r_wall, -/area/tcommsat/chamber) -"fIS" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/engine/co2, -/area/atmos) -"fJd" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology/lab) -"fJh" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/maintenance/gambling_den) -"fJp" = ( -/obj/machinery/teleport/hub, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"fKf" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ - anchored = 1 - }, -/turf/simulated/floor/engine/co2, -/area/atmos) -"fKi" = ( -/obj/structure/rack, -/obj/item/book/manual/engineering_guide, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"fKj" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "carpet" - }, -/area/crew_quarters/courtroom) -"fKr" = ( -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/wardrobe/atmospherics_yellow, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "caution" - }, -/area/atmos) -"fKE" = ( -/obj/structure/window/reinforced, -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior 10"; - dir = 6; - network = list("SS13","MiniSat") - }, -/turf/space, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"fKF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"fKI" = ( -/obj/effect/landmark/start{ - name = "Security Officer" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "red" - }, -/area/security/customs) -"fKJ" = ( -/obj/structure/table/reinforced, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/item/camera, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/turret_protected/aisat) -"fKK" = ( -/mob/living/simple_animal/mouse/gray, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"fLk" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Courtroom"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/crew_quarters/courtroom) -"fLm" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"fLp" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/east, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/closet/secure_closet/atmos_personal, -/obj/item/extinguisher/mini, -/turf/simulated/floor/plasteel, -/area/atmos) -"fLv" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/hardsuit/medical, -/obj/item/clothing/mask/gas, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/westleft{ - dir = 2; - name = "Emergency Hardsuits"; - req_access_txt = "40" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/biostorage) -"fLw" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"fLz" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 1; - name = "Труба смешивания" - }, -/turf/simulated/floor/plating, -/area/atmos) -"fLD" = ( -/obj/structure/bed, -/obj/item/bedsheet/brown, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin2) -"fLM" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; - name = "Труба обработки" - }, -/turf/simulated/floor/plating, -/area/atmos) -"fMg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"fMo" = ( -/obj/machinery/door/window/eastright{ - dir = 2; - name = "Coroner"; - req_one_access_txt = "5;4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/medical/morgue) -"fMt" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/starboardsolar) -"fMD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"fMN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"fMS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/prison/cell_block/A) -"fMV" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port) -"fNx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 1; - tag = "icon-pipe-j1 (EAST)" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/sleeper) -"fNH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"fNQ" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"fNY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/girder, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"fOa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"fOk" = ( -/obj/structure/grille, -/obj/structure/window/full/shuttle, -/turf/simulated/shuttle/plating, -/area/shuttle/pod_4) -"fOr" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 8; - icon_state = "pipe-j2s"; - name = "Hydroponics Junction"; - sortType = 21 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"fOC" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"fOE" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/arcade/claw, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"fOK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door_control{ - id = "xeno3"; - name = "Containment Control"; - pixel_y = -28; - req_access_txt = "55" - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"fON" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"fPi" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xeno6"; - name = "Creature Cell #6"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"fPA" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering) -"fPD" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/engineering) -"fPF" = ( -/obj/structure/closet/secure_closet/security, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/light, -/obj/item/spacepod_key{ - id = 100000 - }, -/obj/item/spacepod_equipment/weaponry/laser, -/obj/item/clothing/suit/jacket/pilot, -/obj/item/clothing/head/beret/sec, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"fPX" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/crew_quarters/courtroom) -"fQh" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/camera{ - c_tag = "Briefing Room North"; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/main) -"fQu" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"fQv" = ( -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/engineering) -"fQy" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"fQD" = ( -/obj/structure/chair/comfy/red{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brigstaff) -"fQE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/medbay) -"fQT" = ( -/obj/structure/closet/secure_closet/roboticist, -/obj/item/radio/headset/headset_sci{ - pixel_x = -3 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whitepurple"; - tag = "icon-whitepurple (SOUTHWEST)" - }, -/area/assembly/robotics) -"fRj" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkred" - }, -/area/security/evidence) -"fRt" = ( -/obj/structure/sign/directions/engineering{ - dir = 8; - pixel_y = 8 - }, -/obj/structure/sign/directions/science{ - dir = 8; - pixel_y = 1 - }, -/obj/structure/sign/directions/evac{ - pixel_y = -8 - }, -/turf/simulated/wall, -/area/medical/research{ - name = "Research Division" - }) -"fRu" = ( -/mob/living/simple_animal/mouse/brown, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"fRL" = ( -/obj/machinery/hydroponics/soil, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/grass, -/area/hydroponics) -"fRN" = ( -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = 28 - }, -/obj/machinery/cryopod, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/sleep) -"fRS" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"fRW" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"fSj" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/simulated/floor/grass, -/area/hydroponics) -"fSo" = ( -/obj/spacepod/sec{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"fSD" = ( -/obj/effect/decal/warning_stripes/west{ - icon = 'icons/turf/floors.dmi'; - icon_state = "siding4" - }, -/obj/effect/decal/warning_stripes/west{ - icon = 'icons/turf/floors.dmi'; - icon_state = "siding8" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "asteroid"; - tag = "icon-asteroid (NORTH)" - }, -/area/hydroponics) -"fTd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"fTl" = ( -/obj/structure/flora/ausbushes/ywflowers, -/turf/simulated/floor/grass, -/area/hydroponics) -"fTp" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/simulated/floor/grass, -/area/hydroponics) -"fTs" = ( -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"fTu" = ( -/obj/machinery/atmospherics/unary/vent_pump{ - external_pressure_bound = 140; - external_pressure_bound_default = 140; - on = 1; - pressure_checks = 0; - pressure_checks_default = 0 - }, -/turf/simulated/floor/greengrid{ - temperature = 80 - }, -/area/toxins/xenobiology) -"fTC" = ( -/obj/structure/table, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = -25 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Medbay Public Hall"; - dir = 4; - network = list("Medical","SS13") - }, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/reception) -"fTD" = ( -/obj/structure/table/reinforced, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 28 - }, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/camera{ - c_tag = "Minisat Hub"; - dir = 8; - network = list("Minisat","SS13") - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/turret_protected/aisat) -"fTY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/south, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"fUb" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "green" - }, -/area/hallway/secondary/exit) -"fUh" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "browncorner"; - tag = "icon-browncorner (EAST)" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"fUm" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "Genetics"; - name = "Genetics Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/genetics) -"fUo" = ( -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/south, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"fUr" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel, -/area/medical/cmo) -"fUt" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/crew_quarters/kitchen) -"fUv" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3; - pixel_y = 11 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 11 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"fUO" = ( -/obj/structure/bed, -/obj/item/bedsheet/cmo, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/obj/effect/landmark/start{ - name = "Chief Medical Officer" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/cmo) -"fVc" = ( -/obj/machinery/alarm{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/disposal, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/toxins/mixing) -"fVj" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Kitchen Dinner Windows"; - name = "Kitchen Shutters" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"fVn" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Xeno Kill Room"; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark"; - temperature = 80 - }, -/area/toxins/xenobiology) -"fVv" = ( -/obj/structure/barricade/wooden, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"fVA" = ( -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"fVK" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"fVM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"fVN" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"fVO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"fVT" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Morgue Maintenance"; - req_access_txt = "6" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/asmaint) -"fVX" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"fWc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"fWk" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"fWl" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/item/radio/intercom{ - pixel_x = 30 - }, -/obj/machinery/camera{ - c_tag = "Prison Execution Chamber"; - dir = 8; - network = list("Prison","SS13") - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkred" - }, -/area/security/execution) -"fWr" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "HoSPriv"; - name = "HoS Office Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/hos) -"fWz" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkred" - }, -/area/security/permabrig) -"fWD" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"fWL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brig) -"fWP" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "greencorner" - }, -/area/crew_quarters/courtroom) -"fWS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/item/flag/nt, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"fWW" = ( -/obj/effect/decal/warning_stripes/red, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/obj/machinery/door_control{ - id = "SecPilotPriv"; - name = "Pilot Privacy Shutters Control"; - pixel_x = 16; - pixel_y = 24; - req_access_txt = "71" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"fXj" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26; - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"fXt" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Kitchen Dinner Windows"; - name = "Kitchen Shutters" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/item/kitchen/utensil/fork{ - pixel_x = -2 - }, -/obj/item/kitchen/utensil/fork{ - pixel_x = -2 - }, -/obj/item/kitchen/utensil/fork{ - pixel_x = -2 - }, -/obj/item/kitchen/utensil/fork{ - pixel_x = -2 - }, -/obj/item/kitchen/utensil/fork{ - pixel_x = -2 - }, -/obj/item/kitchen/utensil/spoon{ - pixel_x = 10 - }, -/obj/item/kitchen/utensil/spoon{ - pixel_x = 10 - }, -/obj/item/kitchen/utensil/spoon{ - pixel_x = 10 - }, -/obj/item/kitchen/utensil/spoon{ - pixel_x = 10 - }, -/obj/item/kitchen/utensil/spoon{ - pixel_x = 10 - }, -/obj/item/kitchen/utensil/fork{ - pixel_x = -2 - }, -/obj/item/kitchen/utensil/fork{ - pixel_x = -2 - }, -/obj/item/kitchen/utensil/fork{ - pixel_x = -2 - }, -/obj/item/kitchen/utensil/fork{ - pixel_x = -2 - }, -/obj/item/kitchen/utensil/spoon{ - pixel_x = 10 - }, -/obj/item/kitchen/utensil/spoon{ - pixel_x = 10 - }, -/obj/item/kitchen/utensil/spoon{ - pixel_x = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"fXv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"fXx" = ( -/obj/machinery/status_display{ - pixel_y = -32 - }, -/obj/machinery/optable, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/assembly/robotics) -"fXD" = ( -/obj/effect/decal/cleanable/blood/xeno, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/maintenance/xenozoo) -"fXK" = ( -/obj/structure/table/reinforced, -/obj/machinery/light, -/obj/item/storage/belt/utility, -/obj/item/radio, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ai_monitored/storage/eva) -"fXN" = ( -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior 18"; - dir = 1; - network = list("SS13","MiniSat") - }, -/turf/space, -/area/space/nearstation) -"fXQ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/toxins/xenobiology) -"fXV" = ( -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkred" - }, -/area/security/interrogation) -"fXZ" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/fitness) -"fYm" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/assembly/showroom) -"fYu" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"fYB" = ( -/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - name = "Труба смешивания" - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "caution" - }, -/area/atmos) -"fYC" = ( -/mob/living/simple_animal/mouse/gray, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"fYM" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/assembly/showroom) -"fYR" = ( -/obj/machinery/door/airlock/public{ - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"fYZ" = ( -/obj/effect/landmark{ - name = "blobstart" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"fZf" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"fZm" = ( -/obj/item/radio/beacon/engine/tesling, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"fZr" = ( -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/armoury) -"fZs" = ( -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/assembly/showroom) -"fZE" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/assembly/showroom) -"fZL" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 9; - name = "Труба смешивания" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "caution" - }, -/area/atmos) -"gah" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "green" - }, -/area/hallway/secondary/exit) -"gat" = ( -/obj/machinery/camera{ - c_tag = "Fore Hallway South 2"; - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"gay" = ( -/obj/structure/chair/office/light, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/ward) -"gaE" = ( -/obj/structure/table/wood, -/obj/item/paicard, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/assembly/showroom) -"gaJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"gbp" = ( -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai) -"gbI" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"gbQ" = ( -/obj/machinery/disposal, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/cryo) -"gbS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/brig) -"gbW" = ( -/obj/structure/table/reinforced, -/obj/item/folder, -/obj/item/stack/tape_roll, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/item/rcs, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/office) -"gca" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/atmos) -"gcg" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ai_monitored/storage/eva) -"gcj" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'RADIOACTIVE AREA'"; - icon_state = "radiation"; - name = "RADIOACTIVE AREA" - }, -/turf/simulated/wall/r_wall, -/area/engine/engineering) -"gcs" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/medical/glass{ - id_tag = null; - name = "Virology Office"; - req_access_txt = "39" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology) -"gcx" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "HoSPriv"; - name = "HoS Office Privacy Shutters" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/hos) -"gds" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"gdv" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; - name = "KEEP CLEAR: DOCKING AREA" - }, -/turf/simulated/wall/r_wall, -/area/engine/mechanic_workshop/hangar) -"gdw" = ( -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/machinery/computer/cryopod{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Cryodorms Fore" - }, -/obj/effect/landmark{ - name = "JoinLateCryo" - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/sleep) -"gdD" = ( -/obj/machinery/mech_bay_recharge_port, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/electrical) -"gdQ" = ( -/obj/machinery/ai_status_display{ - pixel_y = -32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/secure_closet/cargotech, -/obj/item/stamp/granted, -/obj/item/stamp/denied, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/storage) -"gdV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"geb" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/engineering) -"geg" = ( -/obj/machinery/door/airlock{ - id_tag = "toilet3"; - name = "Toilet" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"gem" = ( -/obj/machinery/disposal, -/obj/machinery/light, -/obj/machinery/newscaster{ - layer = 3.3; - pixel_y = -27 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "purple" - }, -/area/quartermaster/storage) -"geA" = ( -/mob/living/simple_animal/mouse/brown{ - real_name = "Товарищ Ленин" - }, -/turf/simulated/floor/carpet, -/area/maintenance/fsmaint) -"geP" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"gff" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 1; - tag = "icon-propulsion (NORTH)" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate_sit) -"gfk" = ( -/obj/item/paper_bin, -/obj/structure/table, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/qm) -"gfJ" = ( -/obj/structure/closet/wardrobe/white, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" - }, -/area/medical/ward) -"gfO" = ( -/obj/machinery/door_control{ - id = "Kitchen Hall Windows"; - name = "Kitchen Hallway Shutters Control"; - pixel_x = 26; - pixel_y = 24; - req_access_txt = "28" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"gfQ" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/sw) -"ggf" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/camera{ - c_tag = "Quartermaster's Office"; - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/qm) -"ggx" = ( -/obj/machinery/door/airlock{ - id_tag = "toilet2"; - name = "Toilet" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"ggB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering Storage"; - req_access_txt = "32" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/hardsuitstorage) -"ggC" = ( -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/sleeper) -"ggD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/locker) -"ggP" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Bar" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"ggQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/customs) -"ggU" = ( -/obj/structure/closet/l3closet/virology, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/light/small, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology) -"gha" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"ghg" = ( -/obj/structure/table/wood, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/item/radio/intercom{ - dir = 1; - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"ghk" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/flashlight/pen, -/obj/item/clothing/accessory/stethoscope, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"ghI" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/security/prisonershuttle) -"ghN" = ( -/obj/structure/table, -/obj/item/paicard, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/medical/research{ - name = "Research Division" - }) -"ghY" = ( -/obj/machinery/door_control{ - desiredstate = 1; - id = "cabin2"; - name = "Door Bolt Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin2) -"gig" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xeno1"; - name = "Creature Cell #1"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"gih" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/landmark/start{ - name = "Roboticist" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"gik" = ( -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "rampbottom"; - tag = "icon-stage_stairs" - }, -/area/medical/research{ - name = "Research Division" - }) -"gio" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"gjh" = ( -/obj/structure/dresser, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin2) -"gjm" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat) -"gjD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/teleporter/abandoned) -"gjV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"gkk" = ( -/obj/structure/transit_tube{ - icon_state = "D-NW"; - tag = "icon-D-NW" - }, -/turf/space, -/area/space/nearstation) -"gko" = ( -/obj/effect/decal/warning_stripes/south, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/podbay) -"gku" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/grown/redbeet{ - pixel_y = 5 - }, -/turf/simulated/floor/carpet, -/area/maintenance/fsmaint) -"gkw" = ( -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/qm) -"gkD" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"gkQ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 8; - name = "Cargo Junction"; - sortType = 2 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/north) -"gkY" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/shallway) -"glb" = ( -/obj/structure/table/reinforced, -/obj/item/storage/bible, -/obj/item/reagent_containers/food/drinks/bottle/holywater, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/processing) -"gld" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/evidence) -"glp" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"glv" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/medical{ - name = "Virology Bedroom"; - req_access_txt = "39" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology) -"glw" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A37"; - location = "A36" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/north) -"glA" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/rack, -/obj/item/airlock_painter{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/airlock_painter{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/airlock_painter, -/obj/item/airlock_painter{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/airlock_painter{ - pixel_x = 6; - pixel_y = -6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"glJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"glQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/table, -/obj/machinery/recharger, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/processing) -"glR" = ( -/obj/effect/landmark/start{ - name = "Security Officer" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/customs) -"glT" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"gmk" = ( -/obj/structure/cult/archives, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"gmA" = ( -/obj/structure/table, -/obj/item/storage/box/evidence, -/obj/item/storage/box/evidence, -/obj/item/hand_labeler, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/evidence) -"gmI" = ( -/obj/machinery/camera{ - c_tag = "Engine Room South"; - dir = 1; - network = list("Engineering","SS13") - }, -/obj/effect/decal/warning_stripes/south, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"gnf" = ( -/turf/simulated/wall, -/area/crew_quarters/cabin2) -"gnn" = ( -/obj/structure/table/wood, -/obj/machinery/status_display{ - pixel_y = -32 - }, -/obj/machinery/light, -/obj/item/paicard, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin3) -"gnv" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/evidence) -"gnI" = ( -/obj/structure/table, -/obj/item/storage/fancy/crayons, -/obj/item/storage/fancy/crayons{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/structure/sign/poster/official/random{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"gnK" = ( -/obj/machinery/light, -/obj/machinery/vending/coffee, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay3) -"gnR" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port) -"gnV" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/structure/closet/radiation, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/biostorage) -"gof" = ( -/obj/structure/table, -/obj/item/instrument/harmonica, -/obj/item/dice/d20, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"goz" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/sleeper) -"goA" = ( -/obj/structure/table/wood, -/obj/item/camera, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"goC" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xenosecure"; - name = "Secure Creature Cell"; - opacity = 0 - }, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"goI" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"goP" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/gateway) -"goS" = ( -/obj/item/flag/nt, -/obj/machinery/status_display{ - layer = 4; - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"goZ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "SecPilotPriv" - }, -/turf/simulated/floor/plating, -/area/security/podbay) -"gps" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/security/securehallway) -"gpA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Research Director's Office"; - req_access = null; - req_access_txt = "30" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"gpE" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"gpH" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/brig) -"gpS" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/medical/research/restroom) -"gpV" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/light, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"gqd" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/engine/engineering/monitor) -"gqf" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Head of Security's Desk"; - departmentType = 5; - name = "Head of Security Requests Console"; - pixel_y = 30 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/hos) -"gqh" = ( -/obj/structure/rack, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/northwest, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"gqS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/junction{ - dir = 4; - tag = "icon-pipe-j1 (EAST)" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/sw) -"gra" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/sleeper) -"gre" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library/abandoned) -"grm" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -25 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay3) -"grq" = ( -/turf/simulated/wall, -/area/quartermaster/office) -"grN" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/radiation, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"grQ" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"grU" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "SecMedPriv" - }, -/turf/simulated/floor/plating, -/area/security/medbay) -"grW" = ( -/obj/item/radio/intercom{ - dir = 1; - pixel_y = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"gsc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/explab) -"gss" = ( -/obj/item/flag/nt, -/obj/machinery/status_display{ - layer = 4; - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"gsC" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"gsD" = ( -/obj/structure/chair/comfy/teal{ - dir = 4 - }, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay3) -"gsG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" - }, -/area/medical/sleeper) -"gsN" = ( -/obj/machinery/sleeper{ - dir = 4; - pixel_x = -3 - }, -/obj/effect/decal/warning_stripes/blue/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"gsY" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/processing) -"gtc" = ( -/obj/structure/closet/radiation, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"gtD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain/bedroom) -"gtP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"gtS" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"gui" = ( -/obj/structure/rack, -/obj/item/target/syndicate, -/obj/item/target/syndicate, -/obj/item/target/syndicate, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel, -/area/security/range) -"guk" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitebluecorner"; - tag = "icon-whiteblue (NORTH)" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"gum" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/space/nearstation) -"guD" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"guF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"guW" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/courtroom) -"guX" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/flasher{ - id = "Cell 1"; - pixel_y = 28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bcarpet05" - }, -/area/security/prison/cell_block/A) -"gvs" = ( -/obj/docking_port/mobile{ - dir = 8; - dwidth = 4; - height = 11; - id = "trade_sol"; - name = "sol trade shuttle"; - roundstart_move = "trade_sol_base"; - width = 9 - }, -/obj/machinery/door/airlock/shuttle/glass{ - id_tag = "s_docking_airlock" - }, -/obj/docking_port/stationary{ - dir = 8; - dwidth = 4; - height = 11; - id = "trade_dock"; - name = "port bay 5 at Kerberos"; - width = 9 - }, -/obj/machinery/door/poddoor/shutters{ - closingLayer = 5; - density = 0; - icon_state = "open"; - id_tag = "trader_privacy"; - layer = 5; - name = "Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/shuttle/trade/sol) -"gvy" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 1; - name = "Труба дыхательной смеси" - }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 4; - name = "Труба фильтрации" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"gvC" = ( -/obj/effect/decal/remains/human, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"gvH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"gvQ" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -23 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay3) -"gvS" = ( -/obj/machinery/atmospherics/trinary/filter{ - desc = "Отфильтровывает углекислый газ из трубы и отправляет его в камеру хранения"; - filter_type = 3; - name = "Фильтр Углекислого Газа (СO2)"; - on = 1; - target_pressure = 4500 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"gvU" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"gwx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"gwA" = ( -/obj/structure/chair, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "carpet" - }, -/area/crew_quarters/courtroom) -"gwN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"gwP" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/chair, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "green" - }, -/area/hallway/secondary/exit) -"gwY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/genetics_cloning) -"gxg" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - locked = 1; - name = "MiniSat Maintenance"; - req_access_txt = "75" - }, -/turf/simulated/floor/plating, -/area/turret_protected/ai) -"gxk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "eva-shutters"; - name = "E.V.A. Storage Shutters" - }, -/obj/machinery/door_control{ - id = "eva-shutters"; - name = "Auxilary E.V.A. Storage"; - pixel_x = 26; - req_one_access_txt = "18" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"gxv" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/effect/landmark{ - name = "xeno_spawn"; - pixel_x = -1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library/abandoned) -"gxI" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/obj/item/taperecorder, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/interrogation) -"gxS" = ( -/obj/structure/dispenser, -/obj/item/radio/intercom{ - dir = 1; - pixel_y = 25 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"gxY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkred" - }, -/area/security/podbay) -"gyo" = ( -/obj/machinery/atmospherics/trinary/mixer{ - desc = "Смешивает кислород и азот, создавая смесь для дыхания на станции"; - dir = 1; - name = "Дыхательный смеситель"; - node1_concentration = 0.8; - node2_concentration = 0.2; - on = 1; - target_pressure = 4500 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"gyp" = ( -/obj/structure/window/reinforced, -/obj/machinery/bodyscanner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkred" - }, -/area/security/execution) -"gyW" = ( -/obj/machinery/ai_status_display{ - pixel_x = 32 - }, -/obj/machinery/computer/card/minor/rd, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"gyZ" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port) -"gzc" = ( -/obj/structure/table, -/obj/item/storage/fancy/donut_box, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brigstaff) -"gzd" = ( -/obj/machinery/computer/scan_consolenew, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/medical/genetics) -"gze" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"gzr" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plasteel, -/area/hallway/primary/central/west) -"gzs" = ( -/obj/effect/decal/warning_stripes/north, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/podbay) -"gzz" = ( -/obj/machinery/door/airlock/centcom{ - id_tag = "adminshuttle"; - name = "Holding Cell"; - opacity = 1; - req_access_txt = "104" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"gzB" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/camera{ - c_tag = "Chaplain's Quarters" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"gzR" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"gzX" = ( -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "Singularity"; - layer = 2.7; - name = "Singularity Blast Doors"; - opacity = 0 - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating, -/area/engine/engineering) -"gAB" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"gAD" = ( -/obj/effect/decal/cleanable/blood, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"gAF" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/restroom) -"gAS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"gBj" = ( -/obj/structure/chair/comfy/shuttle, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"gBl" = ( -/obj/machinery/atmospherics/unary/vent_pump{ - dir = 8; - external_pressure_bound = 0; - external_pressure_bound_default = 0; - frequency = 1441; - id_tag = "o2_out"; - initialize_directions = 1; - internal_pressure_bound = 4000; - internal_pressure_bound_default = 4000; - name = "oxygen vent"; - on = 1; - pressure_checks = 2; - pressure_checks_default = 2; - pump_direction = 0 - }, -/turf/simulated/floor/engine/o2, -/area/atmos) -"gBu" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/portable_atmospherics/pump, -/obj/structure/extinguisher_cabinet{ - pixel_y = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/crew_quarters/locker) -"gBA" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/power/emitter{ - dir = 8 - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"gBH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/permahallway) -"gBU" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/lobby) -"gCh" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Oxygen Tank"; - network = list("SS13","Engineering") - }, -/turf/simulated/floor/engine/o2, -/area/atmos) -"gCs" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/maintenance{ - name = "Hydroponics Maintenance"; - req_access_txt = "35" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"gCu" = ( -/obj/machinery/air_sensor{ - frequency = 1441; - id_tag = "mix_sensor" - }, -/turf/simulated/floor/engine/insulated/vacuum, -/area/atmos) -"gCv" = ( -/mob/living/simple_animal/pig{ - name = "Саня" - }, -/obj/structure/flora/ausbushes/lavendergrass, -/turf/simulated/floor/grass, -/area/hydroponics) -"gCx" = ( -/obj/structure/sink/kitchen{ - pixel_y = 30 - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/crew_quarters/kitchen) -"gCz" = ( -/obj/structure/grille, -/obj/structure/window/plasmareinforced, -/obj/structure/window/plasmareinforced{ - dir = 4 - }, -/obj/structure/window/plasmareinforced{ - dir = 1 - }, -/obj/structure/window/plasmareinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/atmos) -"gCB" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/portable_atmospherics/canister/oxygen{ - name = "Canister: \[O2] (CRYO)" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/eastright{ - dir = 2; - icon_state = "left"; - name = "Cryo Tank Storage"; - req_one_access_txt = "5;32" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/cryo) -"gCI" = ( -/obj/machinery/camera{ - c_tag = "Kitchen Backroom" - }, -/obj/structure/sink/kitchen{ - pixel_y = 30 - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/crew_quarters/kitchen) -"gDm" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitegreencorner" - }, -/area/medical/medbay3) -"gDx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/lobby) -"gDy" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/kitchenspike, -/turf/simulated/floor/plasteel, -/area/crew_quarters/kitchen) -"gDz" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/door_control{ - id = "Kitchen Dinner Windows"; - name = "Kitchen Dinner Shutters Control"; - pixel_x = -26; - pixel_y = 26; - req_access_txt = "28" - }, -/obj/machinery/camera{ - c_tag = "Kitchen North"; - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"gDB" = ( -/turf/simulated/wall, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"gDQ" = ( -/obj/structure/grille, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"gDV" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_x = -24; - pixel_y = -24 - }, -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/stamp/denied{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/stamp/granted{ - pixel_x = 3; - pixel_y = -4 - }, -/obj/machinery/computer/guestpass{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "brown" - }, -/area/quartermaster/office) -"gDY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/reception) -"gEq" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/office) -"gEw" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/office) -"gEA" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/obj/item/stack/sheet/glass{ - amount = 50 - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/office) -"gEE" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/gateway) -"gEK" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 8; - frequency = 1379; - id_tag = "solar_xeno_pump" - }, -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - id_tag = "solar_xeno_airlock"; - pixel_y = 25; - req_access_txt = "13"; - tag_airpump = "solar_xeno_pump"; - tag_chamber_sensor = "solar_xeno_sensor"; - tag_exterior_door = "solar_xeno_outer"; - tag_interior_door = "solar_xeno_inner" - }, -/obj/machinery/airlock_sensor{ - id_tag = "solar_xeno_sensor"; - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"gEL" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"gES" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkred" - }, -/area/security/securearmoury) -"gET" = ( -/obj/structure/chair/stool, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whiteblue (EAST)" - }, -/area/medical/reception) -"gFa" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/camera{ - c_tag = "Chapel West"; - dir = 4; - pixel_y = -22 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"gFc" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"gFd" = ( -/obj/machinery/computer/supplycomp, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/office) -"gFf" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE" - }, -/turf/simulated/wall/r_wall, -/area/assembly/showroom) -"gFI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/west, -/obj/effect/decal/warning_stripes/east, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"gFN" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start{ - name = "Cargo Technician" - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/office) -"gFQ" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/stamp/granted{ - pixel_x = 3; - pixel_y = -4 - }, -/obj/item/stamp/denied{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/machinery/newscaster{ - layer = 3.3; - pixel_y = -28 - }, -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "brown" - }, -/area/quartermaster/office) -"gFR" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/atmos) -"gFV" = ( -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/ward) -"gFX" = ( -/obj/machinery/door/window{ - dir = 8; - name = "High-Risk Modules"; - req_access_txt = "20" - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/aiModule/oxygen, -/obj/item/aiModule/oneCrewMember, -/obj/item/aiModule/purge, -/obj/item/aiModule/antimov, -/obj/structure/table/glass, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_upload) -"gGh" = ( -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"gGi" = ( -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/securehallway) -"gGp" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/aft) -"gGx" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/binary/pump{ - desc = "Позволяет пропустить смесь не загружая её в хранилище"; - name = "Смесь в обход хранилища"; - target_pressure = 101 - }, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"gGA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"gGI" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/portable_atmospherics/scrubber, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "escape" - }, -/area/crew_quarters/locker) -"gGZ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "GYM"; - name = "Dungeon Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/processing) -"gHb" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"gHc" = ( -/obj/structure/grille, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"gHg" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/iv_bag/blood/random, -/obj/item/reagent_containers/iv_bag/blood/random, -/obj/item/reagent_containers/iv_bag/blood/random, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whiteblue (EAST)" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"gHm" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -22 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"gHp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/chair/comfy/teal{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay) -"gHq" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"gHz" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/item/wrench, -/obj/item/tank/emergency_oxygen/engi, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/engineering) -"gHB" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/syringe{ - pixel_x = -1; - pixel_y = -11 - }, -/obj/item/reagent_containers/syringe/calomel{ - pixel_x = -1; - pixel_y = -6 - }, -/obj/item/reagent_containers/syringe/heparin{ - pixel_x = -1; - pixel_y = -1 - }, -/obj/item/reagent_containers/glass/bottle/reagent/hairgrownium{ - pixel_x = -6; - pixel_y = 8 - }, -/obj/item/reagent_containers/glass/bottle/frostoil{ - pixel_x = 5; - pixel_y = 8 - }, -/obj/item/reagent_containers/glass/bottle/mutagen{ - pixel_y = 6 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -6; - pixel_y = 30 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/processing) -"gHM" = ( -/obj/machinery/door_control{ - id = "stationawaygate"; - name = "Gateway Shutters Access Control"; - pixel_x = -24; - req_access_txt = "62" - }, -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "stationawaygate"; - name = "Gateway Access Shutters" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Exp_lockdown"; - name = "Expedition Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plasteel, -/area/gateway) -"gHO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"gHQ" = ( -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - name = "Труба на фильтрацию" - }, -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/atmos) -"gHY" = ( -/obj/machinery/door_control{ - id = "GYM"; - name = "Dungeon Privacy Shutters Control"; - pixel_x = -24; - pixel_y = 23; - req_access_txt = "63" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/processing) -"gIa" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=P2"; - location = "P1" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/podbay) -"gIb" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "stationawaygate"; - name = "Gateway Access Shutters" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Exp_lockdown"; - name = "Expedition Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plasteel, -/area/gateway) -"gIn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"gIq" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"gIs" = ( -/obj/machinery/atmospherics/unary/outlet_injector/on, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/permabrig) -"gIu" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"gIA" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 1; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/atmos) -"gJf" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "Second Surgery Window"; - name = "Surgery Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/surgery2) -"gJh" = ( -/obj/structure/rack, -/obj/item/clothing/suit/fire/firefighter, -/obj/item/clothing/head/hardhat/red, -/obj/item/clothing/mask/gas, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/toxins/mixing) -"gJj" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"gJr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"gJw" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "bluecorner" - }, -/area/hallway/primary/aft) -"gJy" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/cryopod/right, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/sleep) -"gJA" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - name = "Труба на фильтрацию" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/atmos) -"gJB" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Local Armory"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/armoury) -"gJJ" = ( -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkred" - }, -/area/security/permabrig) -"gJO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkred" - }, -/area/security/evidence) -"gJQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"gKa" = ( -/obj/item/radio/intercom{ - pixel_x = -32 - }, -/obj/machinery/newscaster{ - pixel_y = -28 - }, -/obj/structure/weightmachine/weightlifter, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"gKm" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"gKC" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "greenblue" - }, -/area/crew_quarters/serviceyard) -"gKG" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"gKK" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"gKP" = ( -/obj/structure/table/wood, -/obj/machinery/recharger, -/obj/machinery/newscaster/security_unit{ - pixel_x = 30 - }, -/turf/simulated/floor/wood, -/area/security/detectives_office) -"gLd" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Bar"; - name = "Bar Privacy Shutters" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"gLn" = ( -/turf/simulated/floor/plasteel{ - icon_state = "redcorner" - }, -/area/security/main) -"gLr" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/prisonershuttle) -"gLz" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/processing) -"gLA" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"gLB" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"gLC" = ( -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/cryo) -"gLH" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/wood, -/area/assembly/showroom) -"gLL" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"gLN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"gLP" = ( -/obj/structure/bed, -/obj/item/bedsheet/red, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin3) -"gLR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/permabrig) -"gLS" = ( -/obj/effect/landmark{ - name = "carpspawn" - }, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"gLT" = ( -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/light/small, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/door_control{ - desiredstate = 1; - id = "toilet2"; - name = "Toilet Bolt Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"gMf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"gMw" = ( -/obj/effect/landmark{ - name = "revenantspawn" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"gMy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"gMU" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/medical/research/restroom) -"gMZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"gNb" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/atmos) -"gNj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/west) -"gNl" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/armoury) -"gNn" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/securehallway) -"gNz" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/port) -"gNP" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "Warden"; - name = "Warden Privacy Shutters" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "ArmoryLock"; - name = "Armory Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/warden) -"gNR" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/computer/secure_data, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/security/detectives_office) -"gNS" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags, -/obj/item/assembly/signaler{ - code = 6; - frequency = 1445 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/execution) -"gNU" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/structure/sign/nosmoking_2{ - pixel_x = 32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 10 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"gNY" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "purple" - }, -/area/maintenance/xenozoo) -"gNZ" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/monkeycubes, -/obj/item/storage/box/monkeycubes, -/obj/effect/decal/warning_stripes/west, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"gOb" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "HoSPriv"; - name = "HoS Office Privacy Shutters" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/hos) -"gOi" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/camera{ - c_tag = "Permabrig South"; - network = list("Prison","SS13") - }, -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/permabrig) -"gOj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"gOq" = ( -/obj/structure/table/reinforced, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/door/window/southleft{ - name = "Research Lab Desk"; - req_access_txt = "47" - }, -/obj/machinery/door/window/northleft, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id_tag = "researchdesk1"; - name = "Research Desk Shutters"; - opacity = 0 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/toxins/lab) -"gOv" = ( -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"gOF" = ( -/obj/machinery/computer/crew, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"gOL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/table/wood, -/obj/item/storage/bible, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"gOO" = ( -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"gPv" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/medical/cryo) -"gPw" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "purple" - }, -/area/maintenance/xenozoo) -"gPK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"gPL" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/box/monkeycubes, -/obj/item/storage/box/monkeycubes/farwacubes, -/obj/item/storage/box/monkeycubes/neaeracubes, -/obj/item/storage/box/monkeycubes/stokcubes, -/obj/item/storage/box/monkeycubes/wolpincubes, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"gPM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"gPR" = ( -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port/west) -"gPW" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/range) -"gQr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Shooting Range"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/range) -"gQC" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"gQD" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light_switch{ - pixel_x = 25 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/wood, -/area/ntrep) -"gQH" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/toxins/xenobiology) -"gQN" = ( -/obj/machinery/hydroponics/constructable{ - desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; - name = "Prison hydroponics tray"; - using_irrigation = 1 - }, -/obj/item/seeds/banana, -/obj/item/seeds/banana, -/obj/item/seeds/banana, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/item/radio/intercom{ - pixel_x = 30 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"gQS" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/machinery/camera{ - c_tag = "Minisat AI Core West"; - dir = 4; - network = list("Minisat","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"gQV" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"gRa" = ( -/obj/machinery/light, -/obj/structure/closet/emcloset, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/primary/central/sw) -"gRb" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"gRd" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"gRN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research{ - name = "Research Division" - }) -"gRO" = ( -/turf/simulated/floor/carpet, -/area/lawoffice) -"gRP" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/engine/hardsuitstorage) -"gRQ" = ( -/obj/machinery/door/airlock/glass{ - name = "Cabin" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker) -"gRY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/window/southright{ - dir = 8; - name = "AI Core Door"; - req_access = null; - req_access_txt = "16" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"gSi" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/turf/simulated/floor/wood, -/area/assembly/showroom) -"gSF" = ( -/obj/machinery/alarm{ - pixel_y = 23 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"gSG" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 8; - pixel_y = -24 - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai) -"gSN" = ( -/obj/machinery/light, -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/shuttle/floor4, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"gSY" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/machinery/camera{ - c_tag = "Minisat AI Core East"; - dir = 8; - network = list("Minisat","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"gTh" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"gTj" = ( -/turf/simulated/wall/rust, -/area/maintenance/maintcentral) -"gTl" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 1; - name = "Труба смешивания" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"gTr" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/storage/tech) -"gTw" = ( -/obj/machinery/air_sensor{ - frequency = 1441; - id_tag = "o2_sensor" - }, -/turf/simulated/floor/engine/o2, -/area/atmos) -"gTx" = ( -/obj/machinery/chem_dispenser, -/obj/effect/decal/warning_stripes/northwest, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/engine, -/area/medical/chemistry) -"gTG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"gTK" = ( -/obj/machinery/vending/security, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/processing) -"gUa" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"gUe" = ( -/obj/machinery/portable_atmospherics/canister/oxygen{ - anchored = 1 - }, -/turf/simulated/floor/engine/o2, -/area/atmos) -"gUN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whiteblue (EAST)" - }, -/area/medical/medbay3) -"gVa" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/table/glass, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"gVc" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/toxins/mixing) -"gVd" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/hydroponics) -"gVl" = ( -/obj/machinery/alarm{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/computer/message_monitor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/server) -"gVn" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"gVo" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/taperecorder{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/analyzer{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/machinery/camera{ - c_tag = "Toxins Lab"; - dir = 5; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/toxins/mixing) -"gVB" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"gVC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"gVK" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/security/checkpoint) -"gVL" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "execution" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "execution" - }, -/obj/structure/window/reinforced/polarized{ - id = "execution" - }, -/turf/simulated/floor/plating, -/area/security/execution) -"gVN" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - location = "Engineering" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"gVO" = ( -/obj/structure/table, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/book/manual/hydroponics_pod_people, -/obj/item/paper/hydroponics, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"gVU" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"gVV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research/glass{ - name = "Robotics Lab"; - req_access_txt = "29" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/assembly/robotics) -"gWh" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/civilian/pet_store) -"gWz" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/turf/simulated/floor/plating, -/area/maintenance/engrooms) -"gWH" = ( -/obj/structure/table, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = -5; - pixel_y = 6 - }, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 5; - pixel_y = 6 - }, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_y = 3 - }, -/obj/machinery/computer/guestpass{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"gWJ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/courtroom) -"gXb" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"gXc" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/flora/ausbushes/ppflowers, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/grass, -/area/hydroponics) -"gXh" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkbluefull" - }, -/area/construction/hallway) -"gXk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/carpet, -/area/library) -"gXq" = ( -/obj/machinery/mech_bay_recharge_port, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"gXK" = ( -/obj/structure/barricade/wooden, -/obj/machinery/door/airlock/maintenance, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library/abandoned) -"gXM" = ( -/obj/structure/flora/ausbushes/ywflowers, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/grass, -/area/hydroponics) -"gYb" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall/r_wall, -/area/toxins/server) -"gYd" = ( -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"gYg" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"gYl" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay3) -"gYp" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/medical/ward) -"gYq" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/securehallway) -"gYI" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "arrival_south_airlock"; - name = "exterior access button"; - pixel_x = 24; - pixel_y = 24; - req_access_txt = "10;13" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"gYJ" = ( -/obj/item/twohanded/required/kirbyplants{ - layer = 3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"gYL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/computer/pandemic, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"gYN" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/toxins/explab) -"gYX" = ( -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"gZg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"gZr" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - icon_state = "bluecorner" - }, -/area/hallway/primary/central/south) -"gZC" = ( -/obj/structure/morgue, -/obj/effect/decal/warning_stripes/northwest, -/obj/effect/landmark{ - name = "revenantspawn" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/medical/morgue) -"gZH" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"gZJ" = ( -/obj/structure/closet/crate/engineering, -/obj/item/storage/toolbox/electrical{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/storage/toolbox/emergency, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 4; - pixel_y = -4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"hab" = ( -/turf/simulated/floor/wood, -/area/shuttle/trade/sol) -"har" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/fore) -"has" = ( -/obj/structure/closet/secure_closet/captains, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/wood, -/area/crew_quarters/captain/bedroom) -"hax" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -25 - }, -/obj/machinery/camera{ - c_tag = "Departure Lounge South"; - dir = 1 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"haJ" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_y = 7 - }, -/obj/item/pen, -/obj/structure/disposalpipe/segment, -/obj/item/reagent_containers/spray/cleaner, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/medical/morgue) -"haO" = ( -/obj/machinery/computer/podtracker, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"haX" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"hbc" = ( -/turf/simulated/floor/plasteel{ - icon_state = "blue" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"hbA" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/range) -"hbD" = ( -/obj/machinery/ai_status_display{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"hbL" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"hbT" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"hbX" = ( -/obj/machinery/recharger, -/obj/structure/table, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"hcg" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/armoury) -"hcu" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/crew_quarters/fitness) -"hcz" = ( -/obj/structure/closet{ - icon_closed = "white"; - icon_state = "white"; - name = "Medical gear" - }, -/obj/effect/spawner/lootdrop/trade_sol/med{ - loot = list(/obj/item/storage/fancy/cigarettes/cigpack_med = 50, /obj/item/stack/nanopaste = 50, /obj/item/storage/pill_bottle/random_meds/labelled = 50, /obj/item/reagent_containers/glass/bottle/reagent/omnizine = 50, /obj/item/reagent_containers/glass/bottle/reagent/strange_reagent = 50, /obj/item/scalpel/laser/manager = 50, /obj/item/organ/internal/heart/gland/ventcrawling = 50, /obj/item/organ/internal/heart/gland/heals = 50, /obj/item/dnainjector/regenerate = 50, /obj/item/dnainjector/nobreath = 50, /obj/item/dnainjector/telemut = 50, /obj/item/reagent_containers/glass/bottle/regeneration = 50, /obj/item/reagent_containers/glass/bottle/sensory_restoration = 50, /obj/item/autopsy_scanner = 50, /obj/item/organ/internal/cyberimp/eyes/hud/medical = 50, /obj/item/gun/medbeam = 50, /obj/item/reagent_containers/applicator/dual/syndi = 50, /obj/item/reagent_containers/glass/bottle/retrovirus = 50, /obj/item/reagent_containers/glass/bottle/reagent/strange_reagent = 50, /obj/item/reagent_containers/glass/bottle/tuberculosiscure = 50, /obj/item/reagent_containers/glass/bottle/gbs = 50, /obj/item/bodyanalyzer/advanced = 50); - lootcount = 8; - name = "5. Medical gear" - }, -/turf/simulated/floor/wood, -/area/shuttle/trade/sol) -"hcE" = ( -/obj/machinery/light/small{ - dir = 4; - tag = "icon-bulb1 (EAST)" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"hcW" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/obj/machinery/hydroponics/constructable, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"hcZ" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/table, -/obj/item/clipboard, -/obj/item/toy/figure/miner, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"hdh" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"hdk" = ( -/obj/structure/table/glass, -/obj/item/storage/box/gloves{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/masks, -/obj/item/reagent_containers/spray/cleaner{ - desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; - name = "Surgery Cleaner" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/surgery2) -"hdm" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"hdu" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "High Sec Zone"; - req_access_txt = "63" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/permahallway) -"hdx" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/turf/simulated/floor/bluegrid, -/area/tcommsat/chamber) -"hdG" = ( -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"hdV" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/door/airlock/public/glass{ - id_tag = "KPPS" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "eslock"; - name = "Escape Shuttle Lockdown" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/bridge/checkpoint/south) -"hdZ" = ( -/obj/machinery/power/grounding_rod{ - anchored = 1 - }, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"hec" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"heg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "bluecorner" - }, -/area/hydroponics) -"heh" = ( -/obj/machinery/door/window/brigdoor{ - dir = 2; - id = "Cell 2"; - name = "Cell 2"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prison/cell_block/A) -"hes" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bluecorner" - }, -/area/hydroponics) -"hev" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"hez" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; - dir = 10; - name = "Труба обработки" - }, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"heE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitehall" - }, -/area/toxins/xenobiology) -"heF" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkbluecorners" - }, -/area/tcommsat/chamber) -"heT" = ( -/obj/machinery/door/airlock/external, -/turf/simulated/floor/plating, -/area/construction/hallway) -"heZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/reception) -"hfg" = ( -/obj/structure/bed/roller, -/turf/simulated/floor/plasteel{ - icon_state = "cmo" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"hfp" = ( -/obj/effect/spawner/window/reinforced/plasma, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/engine/controlroom) -"hfq" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"hfx" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/north) -"hfM" = ( -/turf/simulated/floor/wood, -/area/security/hos) -"hfR" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/medical/genetics) -"hfU" = ( -/obj/effect/landmark{ - name = "revenantspawn" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library/abandoned) -"hgg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/warden) -"hgx" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/assembly/showroom) -"hgF" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"hgH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/mounted/frame/apc_frame, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/teleporter/abandoned) -"hgM" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Warden"; - name = "Warden Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/warden) -"hgQ" = ( -/obj/structure/table, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/storage/toolbox/mechanical, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"hgR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"hgZ" = ( -/obj/structure/table, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/folder/yellow, -/obj/item/storage/belt/utility, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"hhe" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"hhf" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal, -/obj/item/stack/sheet/metal, -/obj/item/stack/sheet/metal, -/obj/item/stack/sheet/glass{ - amount = 50 - }, -/obj/item/stack/sheet/glass{ - amount = 50 - }, -/obj/item/stack/sheet/glass{ - amount = 50 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"hhg" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/effect/decal/warning_stripes/northwestcorner, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"hhq" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/turf/simulated/floor/carpet, -/area/civilian/pet_store) -"hhF" = ( -/obj/structure/table/wood, -/obj/item/taperecorder{ - pixel_x = -5 - }, -/obj/item/radio{ - pixel_x = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/hos) -"hhH" = ( -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/hallway/primary/central/north) -"hhI" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"hhJ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology/lab) -"hhQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/teleporter) -"hid" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/cobweb, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"hih" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f6" - }, -/area/shuttle/mining) -"hiB" = ( -/obj/machinery/light/small, -/obj/machinery/camera{ - c_tag = "Central Ring Hallway North 2"; - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"hiH" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/table/reinforced, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/item/folder/yellow, -/obj/item/airlock_electronics, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/storage/tech) -"hiQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"hiV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/research{ - name = "Toxin Mixing"; - req_access_txt = "47" - }, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"hjz" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"hjA" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f10"; - tag = "icon-swall_f10" - }, -/area/shuttle/mining) -"hjN" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"hjT" = ( -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Cell Block"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"hkf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/port) -"hko" = ( -/obj/machinery/requests_console{ - department = "Crew Quarters"; - name = "Crew Quarters Requests Console"; - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"hkp" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"hkr" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/podbay) -"hkF" = ( -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/gateway) -"hlh" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"hlj" = ( -/obj/machinery/computer/crew, -/obj/machinery/computer/guestpass{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/reception) -"hlF" = ( -/obj/structure/table/glass, -/obj/structure/sign/deathsposal{ - pixel_y = -32 - }, -/obj/item/paper_bin, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"hlJ" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"hlT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/sorting) -"hmo" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "SecPilotPriv" - }, -/turf/simulated/floor/plating, -/area/security/podbay) -"hmq" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "SecMedPriv" - }, -/turf/simulated/floor/plating, -/area/security/medbay) -"hmB" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/sign/poster/contraband/rebels_unite{ - pixel_y = 32 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"hmE" = ( -/obj/machinery/door/morgue{ - name = "Confession Booth (Chaplain)"; - req_access_txt = "22" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"hmL" = ( -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "yellow" - }, -/area/engine/hardsuitstorage) -"hmS" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"hne" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"hng" = ( -/obj/structure/weightmachine/weightlifter, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/fitness) -"hnB" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "SecMedPriv" - }, -/turf/simulated/floor/plating, -/area/security/medbay) -"hnE" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research{ - name = "Research Division" - }) -"hnQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"hnW" = ( -/obj/machinery/keycard_auth{ - pixel_x = -26; - pixel_y = 22 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Captain's Desk"; - departmentType = 5; - name = "Captain Requests Console"; - pixel_x = -30 - }, -/obj/machinery/computer/card, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"hog" = ( -/obj/machinery/sleeper{ - pixel_x = 3 - }, -/obj/effect/decal/warning_stripes/blue/hollow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/alarm{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/machinery/camera{ - c_tag = "Medbay Exam Room North"; - network = list("SS13","Medical"); - pixel_x = 34 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"hoo" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/status_display/supply_display{ - layer = 3.25; - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/office) -"hox" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/reception) -"hoH" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "medcabin1"; - name = "Patients Room" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"hoM" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"hoS" = ( -/obj/machinery/camera{ - c_tag = "Research Hallway"; - network = list("Research","SS13") - }, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"hoT" = ( -/obj/structure/delta_statue/c, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault"; - tag = "icon-vault (WEST)" - }, -/area/bridge/vip) -"hoU" = ( -/obj/structure/chair/office/dark, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/landmark/start{ - name = "Warden" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkredfull" - }, -/area/security/warden) -"hoX" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"hpc" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "browncorner" - }, -/area/hallway/primary/central/north) -"hpg" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "SecMedPriv" - }, -/turf/simulated/floor/plating, -/area/security/medbay) -"hph" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/item/reagent_containers/spray/pepper{ - pixel_x = -9; - pixel_y = 5 - }, -/obj/item/flash{ - pixel_x = 1; - pixel_y = 6 - }, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{ - pixel_x = 5; - pixel_y = -3 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/processing) -"hpE" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"hpG" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/maintenance/fsmaint) -"hpZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/evidence) -"hqc" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"hqh" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"hqq" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/machinery/computer/med_data/laptop, -/obj/machinery/flasher_button{ - id = "hopflash"; - pixel_x = -38; - pixel_y = -6 - }, -/obj/machinery/door_control{ - id = "hopprivacy"; - name = "Privacy Shutters"; - pixel_x = -24; - pixel_y = -6; - req_one_access_txt = "18" - }, -/obj/machinery/door_control{ - id = "hopqueueshutters"; - name = "Queue Shutters"; - pixel_x = -24; - pixel_y = 6; - req_one_access_txt = "18" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/heads/hop) -"hqC" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/customs) -"hqG" = ( -/obj/machinery/atmospherics/unary/vent_pump{ - dir = 4; - external_pressure_bound = 0; - external_pressure_bound_default = 0; - frequency = 1441; - id_tag = "mix_out"; - initialize_directions = 1; - internal_pressure_bound = 4000; - internal_pressure_bound_default = 4000; - layer = 2.4; - name = "mix vent"; - on = 1; - pressure_checks = 2; - pressure_checks_default = 2; - pump_direction = 0 - }, -/turf/simulated/floor/engine/insulated/vacuum, -/area/atmos) -"hqP" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"hqS" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whiteblue (EAST)" - }, -/area/medical/medbay3) -"hrb" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - name = "Труба смешивания" - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"hrt" = ( -/turf/simulated/wall/rust, -/area/maintenance/disposal) -"hrL" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "redcorner" - }, -/area/security/brigstaff) -"hrO" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"hrW" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/rack, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/item/tank/jetpack/carbondioxide, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = 4; - pixel_y = -3 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/engine/mechanic_workshop/expedition) -"hrX" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 1; - name = "Труба смешивания" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"hrY" = ( -/obj/structure/table/reinforced, -/obj/machinery/door_control{ - desiredstate = 1; - id = "KPPN"; - name = "North Checkpoint Bolts"; - normaldoorcontrol = 1; - pixel_x = -6; - pixel_y = 7; - req_access_txt = "19"; - specialfunctions = 4 - }, -/obj/machinery/door_control{ - desiredstate = 1; - id = "KPPS"; - name = "South Checkpoint Bolts"; - normaldoorcontrol = 1; - pixel_x = 6; - pixel_y = 7; - req_access_txt = "19"; - specialfunctions = 4 - }, -/obj/machinery/door_control{ - id = "eslock"; - name = "Privacy Shuttes Control"; - pixel_x = 6; - pixel_y = -2; - req_access_txt = "19" - }, -/obj/machinery/door_control{ - id = "SKPP"; - name = "Privacy Shuttes Control"; - pixel_x = -6; - pixel_y = -2; - req_access_txt = "19" - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "blue" - }, -/area/bridge/checkpoint/south) -"hsp" = ( -/turf/simulated/wall, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"hsI" = ( -/obj/structure/closet/emcloset, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/storage{ - name = "Perma Maintenance" - }) -"hsQ" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -22 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 8; - name = "Труба дыхательной смеси" - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/atmos) -"hsS" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"hsU" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/execution) -"htt" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/manifold4w/visible/purple, -/obj/machinery/meter, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/atmos) -"htC" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "experimentor"; - name = "Experimentor Blast Door"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/toxins/explab) -"htF" = ( -/obj/effect/decal/warning_stripes/north, -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"hur" = ( -/obj/structure/toilet{ - desc = "Старый грязный туалет, по какой-то причине стоящий в техах. У вас нет ни единого понятия откуда он здесь."; - name = "Параша" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"huw" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Service Hall" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/crew_quarters/serviceyard) -"huT" = ( -/obj/structure/bed/psych, -/obj/machinery/light{ - dir = 1 - }, -/mob/living/simple_animal/mouse/white{ - desc = "Близкий друг психиатра. Не подпускать к Рантайму."; - real_name = "Бобби" - }, -/turf/simulated/floor/wood, -/area/medical/psych) -"hvg" = ( -/obj/item/radio/intercom/custom{ - pixel_y = 25 - }, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/item/radio/intercom/private{ - pixel_y = -28 - }, -/obj/effect/landmark{ - name = "tripai" - }, -/obj/machinery/door/window/southright{ - dir = 4; - name = "AI Intercom"; - req_access_txt = "16" - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai) -"hvr" = ( -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"hvy" = ( -/turf/simulated/floor/wood, -/area/maintenance/fsmaint) -"hvz" = ( -/obj/structure/table, -/obj/item/stock_parts/cell/high, -/obj/machinery/cell_charger, -/obj/item/radio/intercom{ - dir = 8; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"hvE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"hvI" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 10; - name = "Труба на фильтрацию" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"hvP" = ( -/obj/effect/decal/warning_stripes/southwestcorner, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"hvW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"hwa" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/sw) -"hwj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"hwu" = ( -/turf/simulated/floor/engine/plasma, -/area/atmos) -"hwz" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/junction{ - dir = 4; - tag = "icon-pipe-j1 (EAST)" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/south) -"hwC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"hwE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"hxp" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/vending/plasmaresearch, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/toxins/mixing) -"hxV" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Toxins Tank"; - network = list("SS13","Engineering") - }, -/turf/simulated/floor/engine/plasma, -/area/atmos) -"hya" = ( -/obj/machinery/atmospherics/unary/vent_pump{ - dir = 4; - external_pressure_bound = 0; - external_pressure_bound_default = 0; - frequency = 1441; - id_tag = "tox_out"; - initialize_directions = 1; - internal_pressure_bound = 4000; - internal_pressure_bound_default = 4000; - layer = 2.4; - name = "plasma vent"; - on = 1; - pressure_checks = 2; - pressure_checks_default = 2; - pump_direction = 0 - }, -/turf/simulated/floor/engine/plasma, -/area/atmos) -"hyj" = ( -/obj/machinery/atmospherics/binary/pump{ - desc = "Подаёт токсины для смешивания с другими газами"; - dir = 4; - name = "Токсины (Плазма) в смеситель"; - target_pressure = 101 - }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "purple" - }, -/area/atmos) -"hyk" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = -4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"hyv" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/engine/engineering) -"hyI" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplefull" - }, -/area/medical/research{ - name = "Research Division" - }) -"hyJ" = ( -/obj/machinery/atmospherics/unary/heat_reservoir/heater{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"hyT" = ( -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/aft) -"hze" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/machinery/computer/card, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "bluefull" - }, -/area/bridge/checkpoint/south) -"hzk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/south) -"hzp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"hzK" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/mouse/brown, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"hzN" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-25"; - tag = "icon-plant-25" - }, -/obj/machinery/door_control{ - id = "magistrate"; - name = "Privacy Shutters Control"; - pixel_x = -25; - pixel_y = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -25 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"hzS" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" - }, -/area/medical/ward) -"hzT" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = -26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"hzX" = ( -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"hAu" = ( -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/east) -"hAC" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; - dir = 4; - name = "Труба обработки" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"hAQ" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"hAX" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/northwest, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/closet/secure_closet/atmos_personal, -/obj/item/extinguisher/mini, -/turf/simulated/floor/plasteel, -/area/atmos) -"hAY" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_s9" - }, -/area/shuttle/administration) -"hBg" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay3) -"hBD" = ( -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall, -/area/maintenance/gambling_den/casino) -"hBH" = ( -/obj/machinery/atmospherics/unary/outlet_injector/on{ - dir = 8; - frequency = 1441; - id = "o2_in" - }, -/turf/simulated/floor/engine/o2, -/area/atmos) -"hBQ" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -23 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/library) -"hBR" = ( -/obj/structure/chair/stool, -/turf/simulated/floor/carpet, -/area/maintenance/fsmaint) -"hBX" = ( -/obj/effect/decal/warning_stripes/west, -/obj/effect/landmark/start{ - name = "Scientist" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/toxins/mixing) -"hCd" = ( -/obj/item/radio/intercom/department/security{ - pixel_x = 32; - pixel_y = -7 - }, -/obj/item/radio/intercom{ - pixel_x = 32; - pixel_y = 5 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22"; - tag = "icon-plant-22" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 26 - }, -/obj/machinery/camera{ - c_tag = "Magistrate Office North" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"hCl" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/closet/crate/hydroponics/prespawned, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"hCs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"hCy" = ( -/obj/structure/table/reinforced, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/tank/jetpack/carbondioxide, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/hardsuitstorage) -"hCD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "green" - }, -/area/hydroponics) -"hCR" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 4; - name = "Chemistry Junction"; - sortType = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/south) -"hCW" = ( -/obj/structure/table, -/obj/item/tank/emergency_oxygen/nitrogen{ - pixel_x = 6; - pixel_y = -2 - }, -/obj/item/tank/emergency_oxygen/nitrogen{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/tank/emergency_oxygen/nitrogen{ - pixel_x = 6; - pixel_y = 10 - }, -/obj/item/tank/emergency_oxygen/plasma{ - pixel_x = -6; - pixel_y = -2 - }, -/obj/item/tank/emergency_oxygen/plasma{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/tank/emergency_oxygen/plasma{ - pixel_x = -6; - pixel_y = 10 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/biostorage) -"hDv" = ( -/obj/structure/table/wood/poker, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/maintenance/gambling_den) -"hDD" = ( -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall, -/area/security/processing) -"hDH" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/space, -/area/space/nearstation) -"hDU" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port) -"hEb" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology/lab) -"hEe" = ( -/obj/effect/decal/warning_stripes/west{ - icon = 'icons/turf/floors.dmi'; - icon_state = "siding1" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "asteroid"; - tag = "icon-asteroid (NORTH)" - }, -/area/hydroponics) -"hEh" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall14" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"hEs" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "blue" - }, -/area/hydroponics) -"hEv" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Librarian" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"hEB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/window/brigdoor{ - dir = 2; - name = "Creature Pen"; - req_access_txt = "47" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"hED" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/security/prison/cell_block/A) -"hEK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/security/detectives_office) -"hEN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"hEY" = ( -/obj/machinery/door/morgue{ - name = "Private Study"; - req_access_txt = "37" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"hFe" = ( -/obj/machinery/door/firedoor, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whiteblue (EAST)" - }, -/area/medical/medbay3) -"hFg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/nw) -"hFn" = ( -/turf/simulated/floor/mech_bay_recharge_floor, -/area/assembly/chargebay) -"hFv" = ( -/obj/effect/decal/warning_stripes/west{ - icon = 'icons/turf/floors.dmi'; - icon_state = "siding1" - }, -/obj/effect/decal/warning_stripes/west{ - icon = 'icons/turf/floors.dmi'; - icon_state = "siding2" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "asteroid"; - tag = "icon-asteroid (NORTH)" - }, -/area/hydroponics) -"hFx" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/item/radio/intercom{ - dir = 1; - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"hFG" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/southwestcorner, -/obj/effect/decal/warning_stripes/northwestcorner, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/electrical) -"hFX" = ( -/obj/machinery/atm, -/turf/simulated/shuttle/wall{ - icon_state = "swall8"; - tag = "icon-swall12" - }, -/area/shuttle/trade/sol) -"hGm" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/landmark/start{ - name = "Roboticist" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/assembly/robotics) -"hGs" = ( -/obj/structure/table/wood, -/obj/machinery/light, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/obj/item/toy/plushie/orange_cat{ - pixel_x = 3; - pixel_y = 4 - }, -/turf/simulated/floor/wood, -/area/civilian/pet_store) -"hGB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/warning_stripes/southwest, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"hGI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"hGZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"hHa" = ( -/turf/simulated/wall, -/area/hallway/primary/central/north) -"hHd" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/table, -/obj/item/hand_tele, -/turf/simulated/floor/plasteel, -/area/teleporter) -"hHo" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_x = -32 - }, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade{ - pixel_x = 10; - pixel_y = 5 - }, -/obj/item/grenade/chem_grenade{ - pixel_x = -7; - pixel_y = 6 - }, -/obj/item/grenade/chem_grenade{ - pixel_x = 1; - pixel_y = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/toxins/mixing) -"hHs" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/east) -"hHu" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"hHy" = ( -/obj/effect/decal/warning_stripes/east, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkredcorners" - }, -/area/security/podbay) -"hHE" = ( -/mob/living/simple_animal/mouse/gray, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"hHL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"hHP" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/sleep) -"hIc" = ( -/obj/structure/delta_statue/n, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault"; - tag = "icon-vault (WEST)" - }, -/area/bridge/vip) -"hIk" = ( -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"hIA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/sleeper) -"hIB" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/warden) -"hIZ" = ( -/obj/effect/decal/warning_stripes/southwestcorner, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"hJA" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/serviceyard) -"hJC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/serviceyard) -"hJG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/toxins/explab) -"hJO" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler{ - pixel_x = -8; - pixel_y = 5 - }, -/obj/item/assembly/signaler{ - pixel_x = 8; - pixel_y = 5 - }, -/obj/item/assembly/signaler{ - pixel_y = 13 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/toxins/mixing) -"hJX" = ( -/obj/effect/decal/warning_stripes/southeastcorner, -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Roboticist" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whitepurple"; - tag = "icon-whitepurple (NORTHWEST)" - }, -/area/assembly/robotics) -"hJZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/locker) -"hKe" = ( -/obj/machinery/tcomms/core/station, -/obj/machinery/flasher{ - id = null; - pixel_y = -24 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/camera/motion{ - c_tag = "Minisat Telecommunications"; - dir = 1; - network = list("Minisat","SS13") - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/bluegrid, -/area/tcommsat/chamber) -"hKl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance, -/obj/structure/barricade/wooden, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"hKm" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/ne) -"hKt" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/chapel/main) -"hKB" = ( -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"hKG" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"hKH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/sleep) -"hKL" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 4; - name = "Труба фильтрации" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - name = "Труба турбины" - }, -/turf/space, -/area/space/nearstation) -"hLe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/execution) -"hLh" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/crew_quarters/kitchen) -"hLi" = ( -/obj/structure/table/wood, -/obj/machinery/recharger{ - pixel_y = 3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bcarpet05" - }, -/area/blueshield) -"hLD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"hLJ" = ( -/obj/machinery/vending/cigarette/free, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/restroom) -"hLK" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_y = 8 - }, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_y = 8 - }, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_y = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"hLL" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"hLZ" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/table/wood, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/storage/toolbox/electrical, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"hMh" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/door/airlock/public/glass{ - id_tag = "KPPN" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "eslock"; - name = "Escape Shuttle Lockdown" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/bridge/checkpoint/south) -"hMj" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"hMB" = ( -/obj/structure/table/wood, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/item/reagent_containers/food/drinks/bottle/holywater, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"hMY" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/radio/intercom{ - dir = 0; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "brown" - }, -/area/quartermaster/office) -"hMZ" = ( -/obj/item/radio/intercom{ - dir = 0; - pixel_x = -28; - pixel_y = -28 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"hNt" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/office) -"hNA" = ( -/obj/machinery/door/airlock/shuttle{ - aiControlDisabled = 1; - hackProof = 1; - id_tag = "s_docking_airlock"; - name = "Shuttle Hatch" - }, -/turf/simulated/floor/plasteel, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"hNH" = ( -/obj/machinery/light, -/obj/machinery/vending/wallmed{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"hNJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/sleep) -"hOi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/office) -"hOp" = ( -/mob/living/simple_animal/crab/Coffee{ - desc = "Master of the GYM"; - name = "Billy Crabington"; - real_name = "Billy Crabington" - }, -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/fitness) -"hOs" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/office) -"hOx" = ( -/obj/structure/sign/poster/random{ - pixel_x = 32; - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port/west) -"hOy" = ( -/obj/structure/table/wood, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"hOE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall/r_wall, -/area/security/processing) -"hOJ" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"hOT" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/wall, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"hOZ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology/lab) -"hPb" = ( -/obj/structure/chair/comfy/lime{ - dir = 4 - }, -/obj/machinery/light{ - on = 1 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -29 - }, -/obj/effect/landmark/start{ - name = "Psychiatrist" - }, -/turf/simulated/floor/wood, -/area/medical/psych) -"hPg" = ( -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/fitness) -"hPl" = ( -/obj/structure/table/wood, -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/item/folder/blue, -/obj/item/pen/multi/fountain, -/obj/item/paper/safe_code{ - owner = "captain" - }, -/obj/item/paper/monitorkey, -/obj/item/lighter/zippo/cap, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain/bedroom) -"hPr" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/computer/supplycomp/public, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "brown" - }, -/area/quartermaster/office) -"hPC" = ( -/obj/machinery/photocopier, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"hPQ" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/security/nuke_storage) -"hQg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/table/wood, -/obj/machinery/door_control{ - id = "Brig_lockdown"; - name = "Brig Lockdown"; - pixel_x = 7; - pixel_y = 6; - req_access_txt = "58" - }, -/obj/machinery/keycard_auth{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/paper/monitorkey, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/hos) -"hQl" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/radiation, -/turf/simulated/floor/plasteel, -/area/medical/research/nhallway) -"hQn" = ( -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - name = "Труба на фильтрацию" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "caution" - }, -/area/atmos) -"hQr" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"hQz" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"hQH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/library) -"hQI" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"hQK" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/medical/morgue) -"hQL" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/medbay) -"hQM" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/administration) -"hQT" = ( -/obj/effect/landmark/start{ - name = "Shaft Miner" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"hQW" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id_tag = "rdprivacy"; - name = "Research Director Office Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/hor) -"hQX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/processing) -"hRg" = ( -/obj/machinery/vending/wallmed{ - pixel_x = -30; - pixel_y = 30 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops) -"hRq" = ( -/obj/machinery/computer/atmos_alert, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkyellow" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"hRv" = ( -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"hRw" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/storage/firstaid/regular{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/simulated/floor/plasteel, -/area/gateway) -"hRx" = ( -/obj/effect/decal/warning_stripes/arrow{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/partial{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"hRC" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"hRD" = ( -/obj/structure/bed, -/obj/machinery/newscaster{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "red" - }, -/area/security/prison/cell_block/A) -"hRY" = ( -/turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "wall3" - }, -/area/toxins/test_area) -"hSo" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 8; - icon_state = "open"; - id_tag = "blueshield"; - name = "Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/blueshield) -"hSs" = ( -/obj/item/storage/secure/safe{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"hSA" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/mining) -"hSF" = ( -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "engineering_east_airlock"; - name = "interior access button"; - pixel_x = -20; - pixel_y = 20; - req_access_txt = "10;13" - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/engineering) -"hTs" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -32 - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/medbay) -"hTw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = 28; - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/warden) -"hTU" = ( -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"hUf" = ( -/obj/machinery/atmospherics/unary/cryo_cell, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/genetics_cloning) -"hUg" = ( -/obj/machinery/door/airlock/external{ - id_tag = "s_docking_airlock"; - name = "Shuttle Airlock"; - req_access_txt = "150" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "syndicate_sit_1"; - name = "Side Hull Door"; - opacity = 0; - req_access_txt = "150" - }, -/obj/docking_port/mobile{ - dir = 8; - dwidth = 3; - height = 5; - id = "sit"; - name = "SIT shuttle"; - roundstart_move = "sit_away"; - width = 11 - }, -/obj/docking_port/stationary{ - dir = 8; - dwidth = 3; - height = 5; - id = "sit_arrivals"; - name = "South-East Solars"; - width = 11 - }, -/obj/structure/fans/tiny, -/obj/machinery/door_control{ - id = "syndicate_sit_1"; - name = "Blast Doors"; - pixel_y = -23; - req_access_txt = "150" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate_sit) -"hUk" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/sw) -"hUm" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall, -/area/engine/engineering) -"hUH" = ( -/obj/structure/sign/biohazard, -/turf/simulated/wall, -/area/toxins/xenobiology) -"hUJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/landmark/start{ - name = "Scientist" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/xenobiology) -"hUL" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"hUP" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreen"; - tag = "icon-whitegreen (EAST)" - }, -/area/medical/virology/lab) -"hUQ" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin2) -"hVe" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Command Departure Checkpoint" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "blue" - }, -/area/bridge/checkpoint/south) -"hVD" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/maintenance{ - name = "Chapel Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/asmaint2) -"hVL" = ( -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - id_tag = "engineering_west_airlock"; - pixel_y = -25; - req_access_txt = "10;13"; - tag_airpump = "engineering_west_pump"; - tag_chamber_sensor = "engineering_west_sensor"; - tag_exterior_door = "engineering_west_outer"; - tag_interior_door = "engineering_west_inner" - }, -/obj/machinery/airlock_sensor{ - id_tag = "engineering_west_sensor"; - pixel_y = -34 - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"hVP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"hWb" = ( -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - dir = 1; - name = "Secure Armory"; - req_access_txt = "1" - }, -/obj/item/clothing/suit/armor/laserproof, -/obj/item/gun/energy/ionrifle, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"hWA" = ( -/turf/simulated/floor/wood{ - icon_state = "wood-broken"; - tag = "icon-wood-broken" - }, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"hWL" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating, -/area/engine/engineering) -"hWX" = ( -/obj/machinery/sleeper{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/security/medbay) -"hXm" = ( -/obj/structure/table, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/recharger{ - pixel_x = 1; - pixel_y = 3 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"hXy" = ( -/obj/structure/bed/roller, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/security/medbay) -"hXL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"hYi" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/shallway) -"hYl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"hYw" = ( -/obj/machinery/shieldgen, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"hYI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/girder, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"hYL" = ( -/obj/machinery/door/morgue{ - name = "Chapel Morgue"; - req_access_txt = "22" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"hYQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/evidence) -"hZa" = ( -/obj/structure/table/reinforced, -/obj/item/paicard, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/simulated/floor/bluegrid, -/area/tcommsat/chamber) -"hZV" = ( -/obj/machinery/atmospherics/unary/outlet_injector/on{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"hZW" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/turf/simulated/floor/plating, -/area/maintenance/storage{ - name = "Perma Maintenance" - }) -"iaa" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"iad" = ( -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - name = "Rubber Bullets"; - req_access = list(1) - }, -/obj/item/ammo_box/magazine/enforcer{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/ammo_box/magazine/enforcer, -/obj/item/ammo_box/magazine/enforcer{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/ammo_box/magazine/enforcer{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/machinery/newscaster/security_unit{ - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/armoury) -"iah" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/disposal, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/ignition_switch{ - id = "testigniter"; - pixel_x = -24; - pixel_y = 6 - }, -/obj/machinery/door_control{ - id = "RnDChem"; - name = "Chamber Blast Doors"; - pixel_x = -24; - pixel_y = -5 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/toxins/misc_lab) -"ibj" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"ibu" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/mob/living/simple_animal/mouse/brown, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"ibA" = ( -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" - }, -/obj/item/shard, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"ibD" = ( -/obj/machinery/autolathe/upgraded{ - hacked = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"ibF" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "Perma2"; - name = "Permabrig Access"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaLockdown"; - name = "Perma Lockdown" - }, -/obj/structure/fans/tiny, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"ibI" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"ibJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library/abandoned) -"ibM" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/displaycase/labcage, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"ibN" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/clothing/suit/space/syndicate/black/red, -/obj/item/clothing/head/helmet/space/syndicate/black/red, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"ice" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaLockdown"; - name = "Perma Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"icl" = ( -/obj/effect/decal/warning_stripes/red, -/obj/structure/reagent_dispensers/watertank/high, -/obj/item/reagent_containers/glass/bucket, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"icp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"ics" = ( -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"icz" = ( -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"icF" = ( -/obj/machinery/portable_atmospherics/canister/sleeping_agent, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"icS" = ( -/obj/machinery/washing_machine, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "arrival" - }, -/area/crew_quarters/sleep) -"idn" = ( -/obj/item/storage/box/zipties, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"ido" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light/small, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/library/abandoned) -"idt" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, -/turf/space, -/area/space/nearstation) -"idu" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/closet/coffin, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "vault" - }, -/area/chapel/main) -"idx" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"idE" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"ieh" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A29"; - location = "A28" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/crew_quarters/sleep) -"ies" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/chair/stool, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"ieY" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/robot_parts/chest, -/obj/item/robot_parts/r_arm, -/obj/item/robot_parts/l_arm, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"ifq" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/shieldwallgen{ - req_access = list(47) - }, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"ifw" = ( -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = 28 - }, -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/item/clothing/under/lawyer/black, -/obj/item/clothing/under/lawyer/blue, -/obj/item/clothing/under/kilt, -/obj/item/clothing/head/beret, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin2) -"ifC" = ( -/obj/structure/closet/crate, -/obj/item/storage/toolbox/emergency, -/obj/item/storage/toolbox/emergency, -/obj/item/flashlight/flare, -/obj/item/flashlight/flare, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/radio, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"ifD" = ( -/obj/machinery/space_heater, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/atmos) -"ifK" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/north) -"igc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"igj" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"igk" = ( -/obj/machinery/photocopier, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 26 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/warden) -"igo" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/newscaster/security_unit{ - pixel_y = -30 - }, -/turf/simulated/floor/wood, -/area/security/hos) -"igC" = ( -/obj/machinery/door/airlock/glass{ - name = "Cabin" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/sleep) -"igE" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/item/storage/box/rxglasses, -/obj/item/storage/belt/medical, -/obj/item/clothing/glasses/hud/health, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/item/clothing/glasses/hud/health, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/biostorage) -"igF" = ( -/obj/machinery/door/airlock/external{ - id_tag = "s_docking_airlock" - }, -/obj/structure/fans/tiny, -/turf/simulated/floor/plasteel, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"igH" = ( -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - name = "Security SMG's"; - req_access_txt = "3" - }, -/obj/item/gun/projectile/automatic/wt550{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/projectile/automatic/wt550, -/obj/item/gun/projectile/automatic/wt550{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"igL" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/engine/plasma, -/area/atmos) -"igP" = ( -/obj/structure/sign/nosmoking_2{ - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/power/port_gen/pacman, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"igV" = ( -/turf/simulated/wall, -/area/civilian/pet_store) -"ihl" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "ai1"; - name = "Turret Shutters" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/turret_protected/aisat_interior) -"ihm" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"ihp" = ( -/obj/machinery/door/poddoor/multi_tile/two_tile_ver{ - id_tag = "secpilot"; - req_access_txt = "71" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/structure/spacepoddoor{ - luminosity = 3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"ihs" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/ward) -"ihv" = ( -/obj/machinery/camera{ - c_tag = "Departure Lounge South-West"; - dir = 1 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"ihw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/processing) -"ihB" = ( -/obj/machinery/atmospherics/unary/outlet_injector/on{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/tcommsat/chamber) -"ihW" = ( -/obj/machinery/requests_console{ - department = "Medbay"; - departmentType = 1; - name = "Medbay Requests Console"; - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/medbay) -"iil" = ( -/obj/machinery/atmospherics/binary/pump{ - desc = "Позволяет подать смесь в вентиляции станции"; - name = "Подача смеси в систему вентиляции"; - target_pressure = 101 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"iiP" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"ija" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/brig) -"ijj" = ( -/obj/structure/sign/directions/evac{ - pixel_y = -8 - }, -/obj/structure/sign/directions/medical{ - dir = 1 - }, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_y = 8 - }, -/turf/simulated/wall, -/area/bridge/checkpoint/south) -"ijp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/command{ - id_tag = "captainofficedoor"; - name = "Captain's Office"; - req_access = null; - req_access_txt = "20" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/maintenance/maintcentral) -"ijv" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "sw_maint2_inner"; - locked = 1; - name = "West Maintenance External Access"; - req_access = null; - req_access_txt = "10;13" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"ijz" = ( -/obj/machinery/door/airlock/shuttle/glass{ - name = "Emergency Airlock Access"; - req_one_access_txt = "2;19" - }, -/turf/simulated/floor/plasteel, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"ijD" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/warden) -"ijH" = ( -/obj/structure/rack, -/obj/item/paper, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"ijJ" = ( -/obj/machinery/portable_atmospherics/canister/toxins{ - anchored = 1 - }, -/turf/simulated/floor/engine/plasma, -/area/atmos) -"ikc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"ikg" = ( -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whitepurple" - }, -/area/toxins/xenobiology) -"ikr" = ( -/obj/machinery/suit_storage_unit/security{ - name = "head of security suit storage unit"; - suit_type = /obj/item/clothing/suit/space/hardsuit/security/hos - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/hos) -"ikv" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/obj/machinery/computer/general_air_control/large_tank_control{ - frequency = 1441; - input_tag = "tox_in"; - name = "Toxin Supply Control"; - output_tag = "tox_out"; - sensors = list("tox_sensor" = "Tank") - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "purple" - }, -/area/atmos) -"ikA" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"ikJ" = ( -/obj/structure/closet/secure_closet/hop, -/obj/machinery/camera{ - c_tag = "Head of Personal's bedroom"; - dir = 1 - }, -/obj/item/clothing/shoes/leather, -/obj/item/clothing/under/dress/dress_hop, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"ikN" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 5; - name = "Труба смешивания" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"ikS" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/ward) -"ilr" = ( -/obj/machinery/atmospherics/binary/pump{ - desc = "Подаёт азот для смешивания с другими газами"; - dir = 8; - name = "Азот (N2) в смеситель"; - target_pressure = 101 - }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/atmos) -"ilv" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics_cloning) -"ilz" = ( -/mob/living/simple_animal/hostile/retaliate/goat{ - name = "Pete"; - real_name = "Pete" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/kitchen) -"ilJ" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/storage/bag/bio, -/obj/item/storage/bag/bio, -/obj/item/storage/bag/bio, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"ilL" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"ilQ" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/structure/sign/nosmoking_2{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/northwestsouth, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/atmos) -"ima" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/northeastsouth, -/turf/simulated/floor/plasteel{ - icon_state = "escape" - }, -/area/atmos) -"iml" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permahallway) -"imy" = ( -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" - }, -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_sit) -"imB" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/purple{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/atmos) -"imD" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 10; - name = "Труба смешивания" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"imF" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"imH" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"imJ" = ( -/obj/effect/decal/warning_stripes/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/purple{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"imN" = ( -/obj/machinery/iv_drip, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whitegreen"; - tag = "icon-whitegreen (SOUTHWEST)" - }, -/area/medical/virology) -"imT" = ( -/obj/structure/table/wood, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"ind" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/effect/spawner/random_spawners/blood_maybe, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library/abandoned) -"inl" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/security/processing) -"inw" = ( -/obj/effect/decal/warning_stripes/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/atmos) -"inx" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/window/eastleft{ - dir = 2; - name = "Chapel Delivery"; - req_access_txt = "22" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"inF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/purple{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"inI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A17"; - location = "A16" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/west) -"inP" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/prisonershuttle) -"inQ" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/wood{ - icon_state = "wood-broken7"; - tag = "icon-wood-broken7" - }, -/area/maintenance/fsmaint) -"inS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/crew_quarters/sleep) -"inV" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/library) -"iof" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/hidden/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/atmos) -"ioo" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"iox" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/tcommsat/chamber) -"ioU" = ( -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/permahallway) -"ipb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"ipi" = ( -/obj/structure/closet/secure_closet/hydroponics, -/obj/item/clothing/glasses/hud/hydroponic, -/obj/item/clothing/glasses/hud/hydroponic, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/radio/intercom{ - pixel_x = -30; - pixel_y = -4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"ipw" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"ipx" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "green" - }, -/area/hydroponics) -"ipV" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/crew_quarters/serviceyard) -"ipW" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/north) -"iqh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=V3"; - location = "V2" - }, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"iqk" = ( -/obj/effect/decal/warning_stripes/southeastcorner, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"iqs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"iqD" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/northwestsouth, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"iqN" = ( -/obj/structure/closet/l3closet/scientist, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"iqP" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "HoSPriv"; - name = "HoS Office Privacy Shutters" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/hos) -"iqR" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"iqU" = ( -/obj/machinery/atmospherics/binary/valve, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "yellow" - }, -/area/maintenance/electrical) -"irg" = ( -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/structure/filingcabinet/security, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "blue" - }, -/area/bridge/checkpoint/south) -"irq" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/security/lobby) -"iru" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/navbeacon{ - codes_txt = "delivery"; - dir = 8; - location = "Library" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/simulated/floor/wood, -/area/library) -"irC" = ( -/obj/effect/decal/warning_stripes/south, -/obj/effect/landmark/start{ - name = "Chef" - }, -/obj/structure/sink{ - layer = 4; - pixel_y = 26 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"irD" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "browncorner" - }, -/area/hallway/primary/fore) -"irG" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command{ - id_tag = "captainofficedoor"; - name = "Captain's Office"; - req_access = null; - req_access_txt = "20" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"irI" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Kitchen Dinner Windows"; - name = "Kitchen Shutters" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/item/reagent_containers/food/snacks/soup/beetsoup{ - desc = "With the taste of execution"; - name = "borsch" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"irJ" = ( -/turf/simulated/wall/r_wall, -/area/engine/mechanic_workshop/expedition) -"irZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/arrow{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/yellow/partial{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/purple{ - dir = 10 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"iso" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/office) -"isq" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "yellow" - }, -/area/maintenance/electrical) -"isv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"isF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"isM" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"itk" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -11 - }, -/obj/item/radio/intercom{ - pixel_x = -30; - pixel_y = -4 - }, -/obj/item/reagent_containers/glass/bucket, -/obj/machinery/camera{ - c_tag = "Hydroponics South"; - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"itv" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/reception) -"itZ" = ( -/obj/structure/lattice, -/obj/structure/transit_tube{ - icon_state = "D-NE"; - tag = "icon-D-NE" - }, -/turf/space, -/area/space/nearstation) -"iuh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"iui" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"iul" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"ium" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"iuy" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"iuA" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/obj/structure/closet/walllocker/emerglocker/north{ - pixel_x = 30; - pixel_y = 0 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"iuG" = ( -/obj/effect/decal/warning_stripes/arrow{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/partial{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"iuQ" = ( -/obj/machinery/vending/medical, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whiteblue"; - tag = "icon-whiteblue (SOUTHWEST)" - }, -/area/medical/medbay3) -"iuW" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"ive" = ( -/obj/structure/bed, -/obj/item/bedsheet/patriot, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"ivi" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"ivw" = ( -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/checkpoint/south) -"ivy" = ( -/obj/structure/grille, -/obj/effect/decal/warning_stripes/west, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"ivL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/north) -"ivT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"ivV" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"iwe" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/nuclearbomb, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel, -/area/security/nuke_storage) -"iwp" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "HoSPriv"; - name = "HoS Office Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/hos) -"iwt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=P1"; - location = "P3" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"iwv" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkredcorners" - }, -/area/security/permabrig) -"iww" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"iwz" = ( -/obj/structure/bookcase, -/turf/simulated/floor/wood, -/area/assembly/showroom) -"iwC" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop{ - pixel_x = 1; - pixel_y = 2 - }, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/obj/item/radio/intercom{ - pixel_x = -30 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -24; - pixel_y = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whitered" - }, -/area/security/medbay) -"iwI" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkredcorners" - }, -/area/security/prison/cell_block/A) -"iwS" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitered" - }, -/area/security/medbay) -"ixc" = ( -/obj/machinery/door_timer/cell_2{ - pixel_y = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light/small, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"ixi" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/gateway) -"ixk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/defibrillator_mount/loaded{ - pixel_x = 60; - pixel_y = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitered" - }, -/area/security/medbay) -"ixm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/camera{ - c_tag = "Secure Armory West"; - dir = 4; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/securearmoury) -"ixo" = ( -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "rampbottom"; - tag = "icon-stage_stairs" - }, -/area/medical/reception) -"ixs" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"ixu" = ( -/obj/structure/closet, -/obj/item/storage/box/handcuffs, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/mask/muzzle, -/obj/item/storage/toolbox/mechanical, -/obj/item/stack/tape_roll, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/processing) -"ixy" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/checkpoint/south) -"ixz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"iyh" = ( -/obj/structure/closet/coffin, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "vault" - }, -/area/chapel/main) -"iyV" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "redcorner" - }, -/area/security/brig) -"izb" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"izf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/door/window/brigdoor{ - req_access_txt = "2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/crew_quarters/courtroom) -"izr" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/security/checkpoint) -"izJ" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whiteblue"; - tag = "icon-whiteblue (SOUTHEAST)" - }, -/area/medical/ward) -"izP" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/medical/cmo) -"izY" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/turbine) -"iAf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkred" - }, -/area/security/evidence) -"iAj" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "redcorner" - }, -/area/security/securehallway) -"iAw" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"iAy" = ( -/obj/structure/table, -/obj/item/storage/toolbox/emergency, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"iAK" = ( -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/turf/simulated/floor/plating, -/area/space/nearstation) -"iAS" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"iBh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"iBj" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/cobweb2, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"iBC" = ( -/obj/machinery/cryopod/right, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/sleep) -"iBE" = ( -/obj/structure/closet/firecloset, -/turf/simulated/floor/plating, -/area/maintenance/storage{ - name = "Perma Maintenance" - }) -"iBT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/reception) -"iBW" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id_tag = "eslock"; - name = "Escape Shuttle Lockdown" - }, -/obj/machinery/door/airlock/glass{ - name = "Chapel" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"iCk" = ( -/turf/simulated/floor/plating, -/area/maintenance/storage{ - name = "Perma Maintenance" - }) -"iCu" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaLockdown"; - name = "Perma Lockdown" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaCellsLockdown"; - name = "Perma Cells Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"iCB" = ( -/obj/machinery/bodyscanner{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cmo" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"iDp" = ( -/obj/machinery/door/airlock/public/glass{ - id_tag = "Perma22" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaLockdown"; - name = "Perma Lockdown" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaCellsLockdown"; - name = "Perma Cells Lockdown" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"iDr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"iDs" = ( -/obj/structure/closet/crate, -/obj/item/target, -/obj/item/target, -/obj/item/target, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel, -/area/security/range) -"iDE" = ( -/obj/structure/table/glass, -/obj/item/clipboard, -/obj/item/toy/figure/cmo, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/medical/cmo) -"iDF" = ( -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/securehallway) -"iDJ" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel, -/area/medical/cmo) -"iDS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"iEb" = ( -/obj/machinery/power/port_gen/pacman, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"iEi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/alarm{ - pixel_y = 23 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/starboard/east) -"iEY" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"iFc" = ( -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"iFi" = ( -/obj/structure/table/wood, -/turf/simulated/floor/plating, -/area/library/abandoned) -"iFq" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research/glass{ - name = "Xenobiology Lab"; - req_access_txt = "47" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"iFu" = ( -/obj/machinery/computer/med_data, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/ward) -"iFv" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/morgue{ - name = "Chapel Morgue"; - req_access_txt = "22" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"iFw" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/camera/motion{ - c_tag = "Minisat AI Core South"; - network = list("Minisat","SS13") - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"iFD" = ( -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/maintenance/gambling_den) -"iFH" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering) -"iFO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"iFR" = ( -/obj/structure/table, -/obj/item/storage/fancy/crayons, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"iFS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"iGj" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkbluefull" - }, -/area/turret_protected/ai) -"iGn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/processing) -"iGo" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/lattice, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"iGu" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall/r_wall, -/area/security/nuke_storage) -"iGw" = ( -/obj/structure/lattice, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"iGE" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"iGF" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window{ - dir = 8; - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "Kitchen Hall Windows"; - name = "Kitchen Shutters" - }, -/obj/item/kitchen/utensil/fork{ - pixel_x = -2 - }, -/obj/item/kitchen/utensil/spoon{ - pixel_x = 10 - }, -/obj/item/kitchen/utensil/spoon{ - pixel_x = 10 - }, -/obj/item/kitchen/utensil/spoon{ - pixel_x = 10 - }, -/obj/item/kitchen/utensil/spoon{ - pixel_x = 10 - }, -/obj/item/kitchen/utensil/fork{ - pixel_x = -2 - }, -/obj/item/kitchen/utensil/fork{ - pixel_x = -2 - }, -/obj/item/kitchen/utensil/fork{ - pixel_x = -2 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"iGG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/brig) -"iGM" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"iHp" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/main) -"iHu" = ( -/obj/structure/table, -/obj/item/folder/red, -/obj/item/restraints/handcuffs, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/siberia) -"iHx" = ( -/obj/machinery/door/window/eastright{ - dir = 8; - name = "Forensic laboratory"; - req_access_txt = "4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/detectives_office) -"iHE" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/ntrep) -"iHF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"iHJ" = ( -/obj/machinery/atmospherics/trinary/filter{ - desc = "Отфильтровывает токсины из трубы и отправляет их в камеру хранения"; - name = "Фильтр Токсинов (Плазма)"; - on = 1; - target_pressure = 4500 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "purple" - }, -/area/atmos) -"iHM" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"iHV" = ( -/obj/effect/landmark/start{ - name = "Medical Doctor" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/sleeper) -"iHX" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Engineering Storage"; - dir = 1; - network = list("SS13","Engineering") - }, -/turf/simulated/floor/plasteel{ - icon_state = "caution" - }, -/area/engine/break_room) -"iIc" = ( -/obj/machinery/atmospherics/unary/cold_sink/freezer{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"iIl" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/pen, -/obj/item/paper/monitorkey, -/obj/item/lighter/zippo/hop, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"iIm" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating, -/area/engine/engineering) -"iIq" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple"; - tag = "icon-whitepurple (NORTH)" - }, -/area/toxins/explab) -"iJa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/checkpoint) -"iJg" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"iJw" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"iJN" = ( -/obj/effect/decal/warning_stripes/southwest, -/obj/structure/table/reinforced, -/obj/item/taperecorder, -/obj/item/clothing/glasses/sunglasses/blindfold, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/engine, -/area/security/execution) -"iJV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/east, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/hardsuitstorage) -"iJW" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/east, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"iJZ" = ( -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/fitness) -"iKy" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/toxins/mixing) -"iKz" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/item/reagent_containers/glass/bucket, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/simulated/floor/wood, -/area/civilian/pet_store) -"iKD" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"iKW" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door_control{ - id = "xeno1"; - name = "Containment Control"; - pixel_y = -28; - req_access_txt = "55" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitehall" - }, -/area/toxins/xenobiology) -"iLb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/closet/emcloset, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prisonershuttle) -"iLc" = ( -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/range) -"iLi" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"iLk" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/table, -/obj/item/storage/toolbox/syndicate{ - pixel_y = 7 - }, -/obj/item/storage/toolbox/syndicate, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"iLo" = ( -/turf/simulated/floor/wood, -/area/blueshield) -"iLA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"iLB" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 5; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"iLK" = ( -/obj/machinery/portable_atmospherics/scrubber/huge/stationary, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"iLS" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"iMh" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"iMi" = ( -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Central Ring Hallway Center 2"; - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"iMj" = ( -/obj/effect/decal/warning_stripes/south, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/hardsuitstorage) -"iMk" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 28 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/aisat_interior) -"iMx" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/maintenance/electrical) -"iMK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"iNf" = ( -/obj/machinery/requests_console{ - department = "Engineering"; - departmentType = 3; - name = "Engineering Requests Console"; - pixel_y = -30 - }, -/obj/structure/closet/secure_closet/engineering_personal, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28; - pixel_y = -28 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"iNk" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/obj/machinery/atmospherics/binary/pump{ - desc = "Подаёт азот в смеситель для создания дыхательной смеси, которая потом распространяется по станции"; - dir = 8; - name = "Азот (N2) в дыхательную смесь"; - on = 1; - target_pressure = 101 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/atmos) -"iNy" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plating, -/area/maintenance/portsolar) -"iNB" = ( -/obj/machinery/atmospherics/unary/vent_pump{ - dir = 8; - external_pressure_bound = 0; - external_pressure_bound_default = 0; - frequency = 1441; - id_tag = "n2_out"; - initialize_directions = 1; - internal_pressure_bound = 4000; - internal_pressure_bound_default = 4000; - name = "n2 vent"; - on = 1; - pressure_checks = 2; - pressure_checks_default = 2; - pump_direction = 0 - }, -/turf/simulated/floor/engine/n2, -/area/atmos) -"iNC" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"iNJ" = ( -/obj/structure/closet{ - icon_closed = "black"; - icon_state = "black"; - name = "Mineral's" - }, -/obj/effect/spawner/lootdrop/trade_sol/minerals{ - loot = list(/obj/item/stack/sheet/mineral/silver = 50, /obj/item/stack/sheet/mineral/silver {amount = 10} = 50, /obj/item/stack/sheet/mineral/silver {amount = 30} = 50, /obj/item/stack/sheet/mineral/gold = 50, /obj/item/stack/sheet/mineral/gold {amount = 10} = 50, /obj/item/stack/sheet/mineral/gold {amount = 30} = 50, /obj/item/stack/sheet/mineral/uranium = 50, /obj/item/stack/sheet/mineral/uranium {amount = 10} = 50, /obj/item/stack/sheet/mineral/uranium {amount = 30} = 50, /obj/item/stack/sheet/mineral/diamond = 50, /obj/item/stack/sheet/mineral/diamond {amount = 10} = 50, /obj/item/stack/sheet/mineral/diamond {amount = 30} = 50, /obj/item/stack/sheet/mineral/titanium = 50, /obj/item/stack/sheet/mineral/titanium {amount = 10} = 50, /obj/item/stack/sheet/mineral/titanium {amount = 30} = 50, /obj/item/stack/sheet/plasteel = 50, /obj/item/stack/sheet/plasteel {amount = 10} = 50, /obj/item/stack/sheet/plasteel {amount = 30} = 50, /obj/item/stack/sheet/titaniumglass = 50, /obj/item/stack/sheet/titaniumglass {amount = 10} = 50, /obj/item/stack/sheet/titaniumglass {amount = 30} = 50, /obj/item/stack/sheet/mineral/tranquillite = 50, /obj/item/stack/sheet/mineral/tranquillite {amount = 10} = 50, /obj/item/stack/sheet/mineral/tranquillite {amount = 30} = 50, /obj/item/stack/sheet/mineral/bananium = 50, /obj/item/stack/sheet/mineral/bananium {amount = 10} = 50, /obj/item/stack/sheet/mineral/bananium {amount = 30} = 50, /obj/item/stack/sheet/wood = 50, /obj/item/stack/sheet/wood {amount = 10} = 50, /obj/item/stack/sheet/wood {amount = 30} = 50, /obj/item/stack/sheet/plastic = 50, /obj/item/stack/sheet/plastic {amount = 10} = 50, /obj/item/stack/sheet/plastic {amount = 30} = 50, /obj/item/stack/sheet/mineral/sandstone = 50, /obj/item/stack/sheet/mineral/sandstone {amount = 10} = 50, /obj/item/stack/sheet/mineral/sandstone {amount = 30} = 50); - lootcount = 15; - name = "9. Minerals" - }, -/turf/simulated/floor/wood, -/area/shuttle/trade/sol) -"iNR" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"iNS" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 4; - name = "Труба фильтрации" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"iOk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/security/lobby) -"iOz" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "Chemistry"; - name = "Chemistry Privacy Shutter" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/medical/biostorage) -"iOD" = ( -/turf/simulated/wall/r_wall, -/area/security/checkpoint) -"iOH" = ( -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall, -/area/maintenance/engrooms) -"iOJ" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/rack, -/obj/item/clothing/shoes/magboots{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots{ - pixel_x = 4; - pixel_y = -3 - }, -/obj/machinery/door/window/southright{ - dir = 4; - name = "EVA Equipment" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ai_monitored/storage/eva) -"iOQ" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 4; - name = "Труба фильтрации" - }, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 1; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"iOV" = ( -/obj/effect/decal/warning_stripes/red, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"iPd" = ( -/obj/effect/decal/warning_stripes/southeastcorner, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"iPo" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Nitrogen Tank"; - network = list("SS13","Engineering") - }, -/turf/simulated/floor/engine/n2, -/area/atmos) -"iPx" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/library/abandoned) -"iPD" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/northeastsouth, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"iQf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"iQu" = ( -/obj/machinery/atmospherics/unary/cold_sink/freezer{ - current_temperature = 80; - dir = 1; - min_temperature = 80; - on = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26; - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"iQL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "blue" - }, -/area/hydroponics) -"iQQ" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/medical/research{ - name = "Research Division" - }) -"iRd" = ( -/obj/machinery/camera{ - c_tag = "Research Lobby"; - dir = 1; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/medical/research{ - name = "Research Division" - }) -"iRu" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating/airless, -/area/toxins/mixing) -"iRA" = ( -/obj/machinery/seed_extractor, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"iSO" = ( -/turf/simulated/wall/rust, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"iSS" = ( -/obj/machinery/power/grounding_rod{ - anchored = 1 - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"iST" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/lobby) -"iSW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"iSY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/warning_stripes/west, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"iTe" = ( -/obj/effect/decal/warning_stripes/blue, -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/storage/firstaid/brute, -/obj/item/storage/firstaid/toxin{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"iTi" = ( -/obj/machinery/vending/medical, -/obj/effect/decal/warning_stripes/blue/hollow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"iTk" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Armory_South"; - location = "Armory_North" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"iTz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Hydroponics"; - req_access_txt = "35" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/hydroponics) -"iTF" = ( -/obj/structure/lattice, -/obj/structure/transit_tube{ - icon_state = "NE-SW" - }, -/turf/space, -/area/space/nearstation) -"iTM" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"iTQ" = ( -/obj/structure/closet, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/evidence) -"iTZ" = ( -/turf/simulated/wall, -/area/crew_quarters/serviceyard) -"iUs" = ( -/obj/machinery/door_control{ - desiredstate = 1; - id = "cabin3"; - name = "Door Bolt Control"; - normaldoorcontrol = 1; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -22 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin3) -"iUH" = ( -/obj/structure/table/glass, -/obj/item/defibrillator/loaded{ - pixel_y = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/surgery1) -"iUI" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/permahallway) -"iUP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"iUT" = ( -/obj/structure/chair/stool, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"iVa" = ( -/obj/effect/decal/warning_stripes/east, -/obj/structure/table/reinforced, -/obj/item/storage/firstaid/aquatic_kit/full, -/obj/item/reagent_containers/glass/bucket, -/obj/item/fish_eggs/salmon, -/obj/item/fish_eggs/shrimp, -/obj/item/fish_eggs/salmon, -/obj/item/fish_eggs/shrimp, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/kitchen) -"iVc" = ( -/obj/structure/dispenser, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/eastsouthwest, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump Engineering"; - pixel_y = 24; - shock_proof = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"iVn" = ( -/obj/structure/chair/wood, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"iVo" = ( -/obj/effect/decal/remains/xeno, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "purple" - }, -/area/maintenance/xenozoo) -"iVt" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id_tag = "researchdesk1"; - name = "Research Desk Shutters"; - opacity = 0 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/toxins/lab) -"iVE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/vending/dinnerware, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"iVI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"iVJ" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "caution" - }, -/area/atmos) -"iVN" = ( -/obj/machinery/vending/coffee, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/restroom) -"iWe" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"iWk" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/red, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"iWl" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/crew_quarters/hor) -"iWq" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Gambling Den" - }, -/obj/structure/barricade/wooden, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"iWC" = ( -/obj/effect/landmark/start{ - name = "Chef" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"iWJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"iWM" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sortjunction{ - name = "Atmospherics Junction"; - sortType = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port/west) -"iWO" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"iXb" = ( -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"iXf" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/mixing) -"iXh" = ( -/obj/effect/decal/warning_stripes/arrow{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/yellow/partial{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/quartermaster/office) -"iXr" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - id_tag = "BrigRight"; - name = "Brig"; - req_access_txt = "63" - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/brig) -"iXs" = ( -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/shuttle/syndicate_sit) -"iXv" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"iXx" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/pump, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "escape" - }, -/area/hallway/primary/port/west) -"iXG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"iXI" = ( -/obj/effect/decal/remains/xeno, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/maintenance/gambling_den) -"iXX" = ( -/obj/machinery/computer/security{ - network = list("SS13","Mining Outpost") - }, -/turf/simulated/floor/bluegrid, -/area/tcommsat/chamber) -"iYa" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plating, -/area/maintenance/portsolar) -"iYh" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/secure) -"iYl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"iYq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/west, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/research{ - name = "Chemical Toxins"; - req_access_txt = "47" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"iYw" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/rack, -/obj/item/circuitboard/communications{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/circuitboard/card, -/obj/item/circuitboard/crew{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/storage/tech) -"iYC" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal, -/obj/machinery/light, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"iYE" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/extinguisher_cabinet{ - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkred" - }, -/area/security/podbay) -"iYJ" = ( -/obj/machinery/camera{ - c_tag = "Shooting Range East"; - dir = 8; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/range) -"iZd" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "SKPP" - }, -/turf/simulated/floor/plating, -/area/bridge/checkpoint/south) -"iZf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/permabrig) -"iZi" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel, -/area/bridge/checkpoint/south) -"iZo" = ( -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" - }, -/obj/structure/closet/crate, -/turf/simulated/shuttle/floor, -/area/shuttle/transport) -"iZp" = ( -/obj/machinery/flasher{ - id = "gulagshuttleflasher"; - pixel_x = 25 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/siberia) -"iZq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10; - initialize_directions = 10 - }, -/turf/simulated/wall/r_wall, -/area/tcommsat/chamber) -"iZu" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "green" - }, -/area/crew_quarters/courtroom) -"iZE" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/reception) -"iZG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"iZQ" = ( -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"jao" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"jaz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/securehallway) -"jaN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/library/abandoned) -"jaP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"jaQ" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/exit) -"jba" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/rack, -/obj/item/circuitboard/aicore{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/circuitboard/aiupload, -/obj/item/circuitboard/borgupload{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/storage/tech) -"jbb" = ( -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"jbf" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"jby" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"jbH" = ( -/obj/structure/bookcase, -/obj/item/book/manual/security_space_law, -/obj/item/book/manual/sop_command, -/obj/item/book/manual/sop_engineering, -/obj/item/book/manual/sop_general, -/obj/item/book/manual/sop_legal, -/obj/item/book/manual/sop_medical, -/obj/item/book/manual/sop_science, -/obj/item/book/manual/sop_security, -/obj/item/book/manual/sop_service, -/obj/item/book/manual/sop_supply, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/warden) -"jbO" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/teleporter) -"jbQ" = ( -/obj/structure/closet/wardrobe/white, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"jco" = ( -/obj/structure/cable, -/obj/machinery/power/solar_control{ - id = "starboardsolar"; - name = "Aft Starboard Solar Control" - }, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -25 - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"jct" = ( -/obj/machinery/fishtank/wall{ - opacity = 1 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/bar/atrium) -"jcR" = ( -/obj/machinery/light/small, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"jcU" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/reception) -"jdn" = ( -/obj/structure/rack, -/obj/item/roller, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"jdp" = ( -/obj/machinery/computer/med_data, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/reception) -"jdI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"jdN" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/engineering) -"jdU" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Interrogation Room"; - dir = 8; - network = list("SS13","Security") - }, -/obj/machinery/button/windowtint{ - id = "Interrogation"; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/interrogation) -"jeh" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Security Officer" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/customs) -"jem" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"jeA" = ( -/obj/effect/landmark{ - name = "JoinLate" - }, -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"jeC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "red" - }, -/area/security/range) -"jeV" = ( -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 4; - name = "Труба на фильтрацию" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port/west) -"jfj" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/tcommsat/chamber) -"jfk" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/explab) -"jfp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/security/hos) -"jfE" = ( -/obj/structure/bed, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/obj/structure/curtain/open, -/obj/item/bedsheet/medical{ - level = 1.4 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"jgf" = ( -/obj/machinery/chem_master, -/obj/effect/decal/warning_stripes/northeast, -/obj/structure/disposalpipe/segment, -/obj/structure/reagent_dispensers/fueltank/chem{ - pixel_x = 33 - }, -/obj/machinery/door_control{ - id = "Chemistry1"; - name = "Chem Hallway Desk Shutters"; - pixel_x = 25; - pixel_y = 23 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/engine, -/area/medical/chemistry) -"jgl" = ( -/obj/structure/lattice/catwalk, -/obj/structure/grille, -/turf/space, -/area/space/nearstation) -"jhc" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - name = "Mech Bay"; - req_access_txt = "29" - }, -/obj/effect/decal/warning_stripes/east, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"jhm" = ( -/obj/effect/landmark{ - name = "xeno_spawn"; - pixel_x = -1 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/explab) -"jhv" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"jhN" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating/airless, -/area/toxins/test_area) -"jhQ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/paramedic) -"jig" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -26 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/nw) -"jik" = ( -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/grass, -/area/medical/medbay) -"jiq" = ( -/obj/effect/decal/warning_stripes/south, -/obj/item/radio/intercom{ - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/medical/morgue) -"jiD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/port) -"jiQ" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior 15"; - dir = 8; - network = list("SS13","MiniSat") - }, -/turf/space, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"jiS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id_tag = "eslock"; - name = "Escape Shuttle Lockdown" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/glass{ - name = "Chapel" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"jiV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"jjb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/effect/landmark/start{ - name = "Virologist" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/virology) -"jjc" = ( -/obj/effect/decal/warning_stripes/northeast, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/closet/secure_closet/hos, -/obj/item/megaphone, -/obj/item/reagent_containers/food/drinks/flask/barflask, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/hos) -"jjA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"jjC" = ( -/obj/machinery/status_display, -/turf/simulated/wall/r_wall, -/area/toxins/explab) -"jjD" = ( -/obj/machinery/sparker{ - id = "testigniter"; - name = "Test Igniter"; - pixel_x = -25 - }, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"jjT" = ( -/obj/machinery/dna_scannernew, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/medical/genetics) -"jjY" = ( -/obj/effect/decal/cleanable/blood/xeno, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"jkc" = ( -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 9; - level = 2 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"jkl" = ( -/obj/machinery/computer/crew, -/obj/machinery/camera{ - c_tag = "Brig Medbay"; - dir = 4; - network = list("SS13","Security") - }, -/obj/machinery/door_control{ - id = "SecMedPriv"; - name = "Brig Medbay Privacy Shutters Control"; - pixel_x = -24; - req_access_txt = "63" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitered" - }, -/area/security/medbay) -"jku" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/greengrid, -/area/security/nuke_storage) -"jkE" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"jkJ" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/vending/cigarette, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"jkT" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Brig Physician" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteredfull" - }, -/area/security/medbay) -"jlj" = ( -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/tcommsat/chamber) -"jlk" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/tank/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"jll" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/wall, -/area/security/processing) -"jlz" = ( -/obj/machinery/door/morgue{ - name = "Dungeon"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/processing) -"jlH" = ( -/obj/machinery/door/airlock/security{ - name = "Evidence Storage"; - req_access_txt = "1" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/evidence) -"jlK" = ( -/turf/space, -/area/space/nearstation) -"jlL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/office/light{ - dir = 4; - pixel_y = 3 - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/teleporter/abandoned) -"jme" = ( -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"jmj" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"jmo" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/crew_quarters/hor) -"jmK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 26 - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/maintenance/electrical) -"jmL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/shallway) -"jmN" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/prison/cell_block/A) -"jmR" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/checkpoint) -"jnn" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/processing) -"jnr" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -24 - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"jnU" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"jnW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"jnX" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"jnZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "redcorner" - }, -/area/security/range) -"job" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/medical/research/nhallway) -"joq" = ( -/obj/structure/table, -/obj/item/clothing/under/color/orange/prison, -/obj/item/clothing/shoes/orange, -/obj/item/wrench, -/turf/simulated/floor/plating, -/area/maintenance/storage{ - name = "Perma Maintenance" - }) -"jot" = ( -/obj/structure/rack, -/obj/machinery/camera{ - c_tag = "Gateway Access"; - dir = 4 - }, -/obj/item/stack/medical/bruise_pack, -/obj/item/stack/medical/bruise_pack/advanced, -/obj/item/stack/medical/ointment, -/obj/item/stack/medical/ointment/advanced, -/obj/item/reagent_containers/glass/bottle/charcoal, -/obj/item/reagent_containers/glass/bottle/morphine, -/obj/item/reagent_containers/syringe, -/obj/item/storage/pill_bottle/painkillers, -/obj/item/reagent_containers/food/pill/patch/styptic, -/obj/item/reagent_containers/food/pill/patch/silver_sulf, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/gateway) -"jox" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"joA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"joM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "blue" - }, -/area/hydroponics) -"joW" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/sign/poster/official/science{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/pen, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whitepurple"; - tag = "icon-whitepurple (NORTHWEST)" - }, -/area/medical/research{ - name = "Research Division" - }) -"jpa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research{ - name = "Research Division" - }) -"jqb" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple"; - tag = "icon-whitepurple (NORTH)" - }, -/area/medical/research{ - name = "Research Division" - }) -"jqd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"jqg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 1; - name = "Труба на фильтрацию" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port/west) -"jqi" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/range) -"jqj" = ( -/obj/structure/bed, -/obj/structure/curtain/open, -/obj/item/bedsheet/medical{ - level = 1.4 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHEAST)" - }, -/area/medical/ward) -"jqk" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/assembly/showroom) -"jqn" = ( -/obj/structure/bed, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/item/radio/intercom{ - pixel_x = 30 - }, -/obj/machinery/flasher{ - id = "Perma2"; - pixel_x = 24; - pixel_y = -12 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkred" - }, -/area/security/permabrig) -"jqp" = ( -/obj/machinery/vending/snack, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/lobby) -"jqE" = ( -/obj/machinery/porta_turret, -/obj/machinery/ai_status_display{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"jqY" = ( -/obj/structure/chair/office/dark, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"jrc" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/explab) -"jrh" = ( -/obj/machinery/vending/shoedispenser, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/locker) -"jrm" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/reception) -"jrq" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"jru" = ( -/obj/machinery/computer/cloning, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" - }, -/area/medical/genetics_cloning) -"jrw" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 1; - name = "Труба дыхательной смеси" - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"jry" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brigstaff) -"jrD" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/item/radio/intercom{ - pixel_y = 28 - }, -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"jrG" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"jrJ" = ( -/obj/structure/closet/secure_closet/reagents, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Medbey Chemistry"; - dir = 6; - network = list("Medical","SS13") - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"jrP" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/atmos) -"jrU" = ( -/obj/effect/decal/warning_stripes/north, -/obj/structure/chair/stool, -/obj/effect/landmark/start{ - name = "Chemist" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/engine, -/area/medical/chemistry) -"jsa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 6 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"jst" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 5; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "arrival" - }, -/area/atmos) -"jsw" = ( -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/machinery/light/small{ - dir = 4; - pixel_y = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"jsz" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"jsJ" = ( -/turf/simulated/wall/r_wall, -/area/medical/chemistry) -"jsU" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"jtd" = ( -/obj/effect/decal/warning_stripes/southwest, -/obj/machinery/atmospherics/binary/valve/digital/open{ - desc = "Позволяет отключить подачу дыхательной смеси на станцию, не отключая саму закачку газа. (Например, если требуется подать только смесь из оранжевых труб)"; - dir = 4; - name = "Подача дыхательной смеси на станцию" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"jtg" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "Warden"; - name = "Warden Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/warden) -"jti" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "caution" - }, -/area/atmos) -"jtr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/southwestcorner, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"jtt" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/light, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "red" - }, -/area/security/checkpoint) -"jty" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "caution" - }, -/area/atmos) -"jtE" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/hardsuit/medical, -/obj/item/clothing/mask/gas, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/westleft{ - dir = 2; - name = "Emergency Hardsuits"; - req_access_txt = "40" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" - }, -/area/medical/biostorage) -"jtI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "redcorner" - }, -/area/security/brigstaff) -"jtS" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"jub" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 1; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"juc" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -6; - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics South"; - network = list("SS13","Engineering") - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "caution" - }, -/area/atmos) -"juf" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26; - pixel_y = -32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"jun" = ( -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"juR" = ( -/obj/structure/table/wood, -/obj/item/storage/bible, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/chapel/main) -"juW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"jvy" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xeno5"; - name = "Creature Cell #5"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"jvC" = ( -/obj/structure/table/wood/poker, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"jvK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"jwd" = ( -/obj/structure/table, -/obj/item/assembly/igniter, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"jwe" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/portable_atmospherics/pump, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"jwn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"jww" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"jwA" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen{ - anchored = 1 - }, -/turf/simulated/floor/engine/n2, -/area/atmos) -"jwE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/door/airlock/glass{ - name = "Holodeck Door" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"jwN" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/engineering) -"jwR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/west, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/light, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"jwW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/security/checkpoint) -"jxh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/hos) -"jxo" = ( -/obj/structure/table/wood, -/obj/item/stack/rods{ - amount = 10 - }, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/sign/barsign{ - pixel_y = 32 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"jxu" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - name = "Труба дыхательной смеси" - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel, -/area/atmos) -"jxv" = ( -/obj/structure/table/reinforced, -/obj/machinery/kitchen_machine/microwave, -/obj/structure/sign/poster/official/help_others{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/engine/break_room) -"jxB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/permabrig) -"jxN" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/ward) -"jxO" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/light/small, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/medical/morgue) -"jxQ" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = -6 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/construction/hallway) -"jxS" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"jxT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"jxW" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"jya" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/north) -"jyc" = ( -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/bridge) -"jyk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "blue" - }, -/area/hydroponics) -"jyo" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/shuttle/plating/vox, -/area/shuttle/vox) -"jyy" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/hydroponics/constructable, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"jyC" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/mineral/stacking_machine{ - input_dir = 2; - stack_amt = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"jyF" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/item/phone{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/reagent_containers/spray/cleaner, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 1; - icon_state = "left"; - name = "Medical Reception"; - req_access_txt = "5" - }, -/turf/simulated/floor/plasteel{ - icon_state = "bluefull" - }, -/area/medical/reception) -"jyM" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/hidden/purple{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/atmos) -"jyU" = ( -/obj/effect/decal/warning_stripes/southwest, -/obj/machinery/chem_heater, -/obj/structure/window/plasmareinforced{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/engine, -/area/toxins/misc_lab) -"jzn" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"jzw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/alarm{ - pixel_y = 22 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitepurple"; - tag = "icon-whitepurple (SOUTHWEST)" - }, -/area/teleporter/abandoned) -"jzz" = ( -/obj/structure/closet, -/obj/structure/window/reinforced, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/evidence) -"jzY" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10; - initialize_directions = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"jAa" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Secure Technical Storage"; - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/tech) -"jAi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/mineral_door/wood, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"jAl" = ( -/obj/machinery/light, -/obj/machinery/computer/cryopod{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Cryodorms Aft"; - dir = 1 - }, -/obj/effect/landmark{ - name = "JoinLateCryo" - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/sleep) -"jAn" = ( -/obj/machinery/computer/mech_bay_power_console, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/electrical) -"jAs" = ( -/obj/structure/sink{ - level = 3; - pixel_y = 30 - }, -/obj/item/reagent_containers/glass/bucket, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"jAt" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay2) -"jAu" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/northwestcorner, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"jAB" = ( -/obj/structure/plasticflaps/mining, -/obj/machinery/conveyor/west{ - id = "QMLoad2" - }, -/turf/simulated/floor/plating, -/area/quartermaster/storage) -"jAF" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"jAL" = ( -/obj/structure/bed/roller, -/obj/effect/decal/warning_stripes/yellow/hollow, -/mob/living/carbon/human/monkey, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"jBm" = ( -/obj/effect/decal/warning_stripes/north, -/obj/item/radio/intercom{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"jBw" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"jBI" = ( -/obj/machinery/smartfridge, -/obj/machinery/door/window/eastleft{ - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"jBX" = ( -/obj/structure/closet/wardrobe/black, -/obj/machinery/requests_console{ - department = "Locker Room"; - name = "Locker Room Requests Console"; - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"jCn" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "greenblue" - }, -/area/crew_quarters/serviceyard) -"jCz" = ( -/obj/structure/table/reinforced, -/obj/machinery/newscaster/security_unit{ - pixel_y = -32 - }, -/obj/machinery/recharger, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "red" - }, -/area/security/checkpoint) -"jCC" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/reception) -"jCG" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "green" - }, -/area/crew_quarters/serviceyard) -"jCH" = ( -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/brig) -"jCJ" = ( -/obj/machinery/kitchen_machine/oven, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"jCM" = ( -/obj/machinery/autolathe/security{ - hacked = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"jCN" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - locked = 1; - name = "MiniSat Maintenance"; - req_access_txt = "75" - }, -/turf/simulated/floor/plating, -/area/turret_protected/aisat_interior) -"jCT" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "vault" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"jCX" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/nw) -"jDk" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/crew_quarters/serviceyard) -"jDw" = ( -/obj/structure/closet/l3closet/security, -/obj/effect/decal/warning_stripes/red, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"jDz" = ( -/obj/machinery/door/airlock/maintenance, -/obj/structure/barricade/wooden, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"jDQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark{ - name = "JoinLateCyborg" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"jDW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "browncorner" - }, -/area/hallway/primary/fore) -"jEw" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/office) -"jEA" = ( -/obj/machinery/biogenerator, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/item/reagent_containers/glass/bucket, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"jEJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/office) -"jFc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"jFg" = ( -/obj/machinery/door/airlock/maintenance, -/obj/structure/barricade/wooden, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"jFi" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/medbay2) -"jFn" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/pen/red, -/obj/item/paper_bin, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreen"; - tag = "icon-whitegreen (EAST)" - }, -/area/medical/virology) -"jFA" = ( -/obj/machinery/atmospherics/trinary/filter{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/toxins/explab) -"jFS" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"jGi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"jGo" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/light, -/turf/simulated/floor/plating, -/area/engine/engineering) -"jGz" = ( -/obj/machinery/door/airlock/shuttle{ - aiControlDisabled = 1; - hackProof = 1; - id_tag = "s_docking_airlock"; - name = "Shuttle Hatch" - }, -/obj/docking_port/stationary{ - dir = 4; - dwidth = 11; - height = 18; - id = "emergency_home"; - name = "emergency evac bay"; - width = 29 - }, -/obj/docking_port/mobile/emergency{ - dwidth = 11; - height = 18; - width = 29 - }, -/turf/simulated/floor/plasteel, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"jGF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"jGR" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"jGZ" = ( -/obj/machinery/computer/crew, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/bridge) -"jHw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"jHx" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"jHC" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/insulated{ - dir = 4 - }, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"jHF" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/office) -"jHH" = ( -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/chem_dispenser, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/sign/nosmoking_2{ - pixel_y = 32 - }, -/turf/simulated/floor/engine, -/area/toxins/misc_lab) -"jHJ" = ( -/obj/machinery/computer/prisoner{ - req_access = null; - req_access_txt = "2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prisonershuttle) -"jHV" = ( -/obj/machinery/photocopier, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/lobby) -"jIc" = ( -/obj/machinery/camera{ - armor = list("melee" = 50, "bullet" = 20, "laser" = 20, "energy" = 20, "bomb" = 100, "bio" = 0, "rad" = 0, "fire" = 90, "acid" = 50); - c_tag = "Research Toxins Test Chamber North"; - network = list("Toxins","Research","SS13") - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"jIl" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/navbeacon{ - codes_txt = "delivery"; - location = "Chapel" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"jIn" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/landmark/start{ - name = "Medical Doctor" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay2) -"jIo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"jIv" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/computer/med_data, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/bridge) -"jIx" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/processing) -"jIF" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Chemistry1"; - name = "Chemistry Privacy Shutter" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/medical/chemistry) -"jIN" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"jIR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/prisonershuttle) -"jIV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall, -/area/maintenance/gambling_den) -"jJj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkredfull" - }, -/area/security/warden) -"jJl" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/status_display{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"jJn" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/medical/psych) -"jJq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/toxins/explab) -"jJr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining{ - name = "Mining Dock"; - req_access_txt = "48" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"jJs" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/effect/decal/warning_stripes/north, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/medical/research/nhallway) -"jJM" = ( -/obj/structure/sink{ - dir = 1; - layer = 5 - }, -/obj/structure/bed/roller, -/turf/simulated/floor/plasteel{ - icon_state = "cmo" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"jJN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"jJO" = ( -/obj/machinery/computer/prisoner, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/bridge) -"jJU" = ( -/obj/machinery/computer/guestpass{ - pixel_y = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/brig) -"jJV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining{ - name = "Mining Dock"; - req_access_txt = "48" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"jJW" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"jKl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"jKV" = ( -/obj/effect/decal/warning_stripes/arrow, -/obj/structure/disposaloutlet, -/obj/structure/window/plasmareinforced{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/toxins/mixing) -"jKW" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/security/customs) -"jKY" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/mining_voucher, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"jLc" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"jLp" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/portable_atmospherics/pump, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "arrival" - }, -/area/crew_quarters/locker) -"jLs" = ( -/obj/machinery/status_display{ - pixel_y = -32 - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"jLD" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/security/checkpoint) -"jMi" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen/blue, -/obj/item/pen/red, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"jMm" = ( -/obj/structure/table/wood, -/obj/item/storage/box/ids, -/obj/item/storage/box/PDAs, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"jMn" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"jMs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/radiation, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/teleporter/abandoned) -"jMx" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/permahallway) -"jMC" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f5" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"jMH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/effect/decal/cleanable/blood/xeno, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"jMT" = ( -/obj/structure/chair/stool, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "escape" - }, -/area/crew_quarters/fitness) -"jNa" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/teleporter) -"jNE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"jNM" = ( -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/machinery/camera{ - c_tag = "Locker Room North" - }, -/obj/machinery/status_display{ - layer = 4; - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/crew_quarters/locker) -"jOc" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"jOd" = ( -/obj/structure/shuttle/engine/propulsion/burst{ - dir = 4 - }, -/turf/simulated/shuttle/wall{ - icon_state = "swall_f9" - }, -/area/shuttle/pod_4) -"jOe" = ( -/obj/machinery/vending/snack, -/turf/simulated/floor/wood, -/area/maintenance/fsmaint) -"jOq" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"jOB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/defibrillator_mount/loaded{ - pixel_y = -32 - }, -/obj/effect/landmark/start{ - name = "Medical Doctor" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/sleeper) -"jOE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/bridge/vip) -"jPa" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/computer/station_alert, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkyellow" - }, -/area/bridge) -"jPw" = ( -/obj/machinery/hologram/holopad, -/obj/effect/landmark/start{ - name = "Security Officer" - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/customs) -"jPz" = ( -/mob/living/simple_animal/mouse, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"jPB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"jPK" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/item/clothing/suit/armor/bulletproof, -/obj/item/clothing/head/helmet/alt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"jPU" = ( -/obj/structure/chair/e_chair{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/light, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/item/radio/intercom{ - pixel_y = -30 - }, -/turf/simulated/floor/engine, -/area/security/execution) -"jQa" = ( -/obj/machinery/computer/monitor, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkyellow" - }, -/area/bridge) -"jQn" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/razor, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin2) -"jQr" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "purple" - }, -/area/quartermaster/miningdock) -"jQt" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research{ - name = "Research Division" - }) -"jQW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"jRg" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/security/medbay) -"jRq" = ( -/obj/structure/table, -/obj/item/folder/yellow{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/pen/multi, -/obj/item/paper_bin/nanotrasen, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"jRu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/bridge/vip) -"jRH" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Robotics Maintenance"; - req_access_txt = "29" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/maintenance/asmaint2) -"jRL" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"jSb" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"jSg" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/medbay) -"jSh" = ( -/obj/structure/table, -/obj/machinery/kitchen_machine/microwave, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/virology) -"jSs" = ( -/obj/machinery/camera{ - c_tag = "Teleporter"; - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_x = -8; - pixel_y = -24 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/teleporter) -"jSu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"jSU" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/medbay3) -"jSV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplefull" - }, -/area/medical/research{ - name = "Research Division" - }) -"jTa" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/turret_protected/aisat) -"jTh" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/security/customs) -"jTt" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/security/hos) -"jTx" = ( -/obj/structure/rack, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/tank/emergency_oxygen/engi, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"jTz" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating, -/area/toxins/mixing) -"jTD" = ( -/obj/machinery/atmospherics/binary/volume_pump/on{ - desc = "Выкачивает углекислый газ и токсины со станции и отправляет на фильтрацию"; - dir = 1; - name = "Из скрабберов в фильтрацию" - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "caution" - }, -/area/atmos) -"jTF" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"jTV" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = -26 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whitepurple"; - tag = "icon-whitepurple (SOUTHWEST)" - }, -/area/medical/genetics) -"jTZ" = ( -/obj/effect/landmark/start{ - name = "Scientist" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/mixing) -"jUs" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"jUu" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"jUE" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/maintenance/portsolar) -"jUM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/processing) -"jUO" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkbluecorners" - }, -/area/bridge) -"jUR" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/glass{ - amount = 50 - }, -/obj/item/stack/sheet/metal{ - amount = 50; - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/grenade/chem_grenade/metalfoam, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ai_monitored/storage/eva) -"jVb" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"jVd" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"jVg" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/processing) -"jVx" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"jVz" = ( -/obj/structure/sign/nosmoking_2, -/turf/simulated/wall/r_wall, -/area/engine/break_room) -"jVF" = ( -/obj/machinery/light_switch{ - pixel_x = -8; - pixel_y = 26 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain/bedroom) -"jVL" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple"; - tag = "icon-whitepurple (NORTH)" - }, -/area/toxins/misc_lab) -"jWl" = ( -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "ramptop"; - tag = "icon-stage_stairs" - }, -/area/medical/reception) -"jWq" = ( -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - pixel_x = -1; - pixel_y = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"jWA" = ( -/obj/structure/table/glass, -/obj/item/stack/packageWrap, -/obj/item/reagent_scanner/adv, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/box/pillbottles{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"jWC" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/universal, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"jWD" = ( -/turf/simulated/wall, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"jWI" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/security/processing) -"jXd" = ( -/obj/structure/chair, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/processing) -"jXe" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/door/firedoor, -/obj/structure/table/reinforced, -/obj/item/folder/blue, -/obj/item/pen, -/obj/machinery/door/window/brigdoor/southright{ - dir = 8; - name = "Security Desk"; - req_access_txt = "19" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "SKPP" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "eslock"; - name = "Escape Shuttle Lockdown" - }, -/turf/simulated/floor/plasteel, -/area/bridge/checkpoint/south) -"jXk" = ( -/obj/structure/chair, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/processing) -"jXD" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/closet/medical_wall{ - pixel_x = -32 - }, -/obj/structure/closet/crate, -/obj/item/storage/belt/utility, -/obj/item/storage/belt/utility, -/obj/item/storage/belt/utility, -/obj/item/storage/belt/utility, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/item/multitool, -/obj/item/multitool, -/obj/item/multitool, -/turf/simulated/floor/plasteel, -/area/gateway) -"jXE" = ( -/obj/structure/dresser, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"jXH" = ( -/obj/machinery/vending/cola, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/lobby) -"jXW" = ( -/obj/structure/transit_tube{ - icon_state = "D-SW"; - tag = "icon-D-SW" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/space, -/area/space/nearstation) -"jYe" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/crew_quarters/serviceyard) -"jYQ" = ( -/obj/structure/table/reinforced, -/obj/machinery/camera{ - c_tag = "Xenobio East"; - dir = 8; - network = list("Research","SS13") - }, -/obj/machinery/requests_console{ - department = "Xenobiology"; - departmentType = 2; - name = "Xenobiology Requests Console"; - pixel_x = 30 - }, -/obj/machinery/reagentgrinder, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"jZb" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library/abandoned) -"jZj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/toxins/mixing) -"jZz" = ( -/obj/machinery/camera{ - c_tag = "Library South"; - dir = 1 - }, -/obj/machinery/light, -/turf/simulated/floor/wood, -/area/library) -"jZA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"jZI" = ( -/obj/structure/lattice, -/turf/space, -/area/engine/engineering) -"jZL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/turret_protected/aisat_interior) -"jZY" = ( -/obj/structure/chair, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/processing) -"kas" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/brigstaff) -"kay" = ( -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"kaB" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/item/storage/box/beanbag, -/obj/item/storage/box/beanbag{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/tranquilizer{ - pixel_x = -6; - pixel_y = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"kaE" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall/r_wall, -/area/engine/break_room) -"kaJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/permabrig) -"kaL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"kaX" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"kbT" = ( -/obj/structure/chair, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/processing) -"kbW" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/medbay) -"kcc" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/machinery/computer/monitor{ - name = "Grid Power Monitoring Computer" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "caution" - }, -/area/atmos) -"kci" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/hologram/holopad, -/obj/effect/landmark/start{ - name = "Life Support Specialist" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"kcq" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"kdd" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/processing) -"kdl" = ( -/obj/structure/disposalpipe/junction{ - dir = 1; - icon_state = "pipe-j2"; - tag = "icon-pipe-j2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/medical/research/restroom) -"kdM" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"kdO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkred" - }, -/area/security/permabrig) -"kdP" = ( -/obj/item/radio/intercom{ - pixel_y = 23 - }, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"keb" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "hopprivacy"; - name = "Head of Personal Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/crew_quarters/heads/hop) -"kee" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkbluecorners" - }, -/area/chapel/main) -"ker" = ( -/obj/effect/decal/warning_stripes/northeast, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "yellow" - }, -/area/maintenance/electrical) -"kew" = ( -/obj/machinery/camera{ - c_tag = "East-South Brig Hallway"; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/securehallway) -"keE" = ( -/obj/structure/table, -/obj/item/multitool, -/turf/simulated/floor/plating, -/area/maintenance/storage{ - name = "Perma Maintenance" - }) -"keL" = ( -/obj/structure/grille, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/warning_stripes/southwestcorner, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"keY" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/recharge_station, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"kfc" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/maintenance/storage{ - name = "Perma Maintenance" - }) -"kfh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"kfi" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"kfn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"kfr" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "engineering_west_airlock"; - name = "exterior access button"; - pixel_x = 20; - pixel_y = 20; - req_access_txt = "10;13" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"kfS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/reception) -"kfT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/effect/decal/cleanable/blood/xeno, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"kfX" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/lattice, -/obj/structure/lattice, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/space, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"kgz" = ( -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"kgB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"khe" = ( -/obj/machinery/computer/operating, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/medical/surgery2) -"khf" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"khy" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"khz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"khT" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"khY" = ( -/obj/structure/table/reinforced, -/obj/item/folder/blue, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"kiG" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/camera{ - c_tag = "Blueshield's Office"; - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal, -/turf/simulated/floor/wood, -/area/blueshield) -"kji" = ( -/obj/structure/table/reinforced, -/obj/item/radio, -/obj/item/t_scanner, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"kjk" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/cryo) -"kjn" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/photocopier, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/checkpoint2) -"kjs" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/hos) -"kjF" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/decal/warning_stripes/northeastcorner, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"kjS" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"kjT" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen"; - opened = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"kkd" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/ne) -"kkj" = ( -/obj/machinery/disposal, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/surgery2) -"kko" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/xenobiology) -"kku" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"kkK" = ( -/turf/simulated/floor/greengrid, -/area/security/nuke_storage) -"kkV" = ( -/obj/effect/decal/cleanable/blood/xeno, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"klb" = ( -/obj/structure/grille, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"klj" = ( -/turf/simulated/wall, -/area/hallway/primary/central/ne) -"kln" = ( -/obj/structure/closet/crate, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/mining) -"klo" = ( -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/explab) -"klr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"klv" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/space, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"klw" = ( -/turf/simulated/floor/engine/n20, -/area/atmos) -"klx" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "engineering_west_outer"; - locked = 1; - name = "Engineering External Access"; - req_access = null; - req_access_txt = "10;13" - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"klC" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics N2O Tank"; - network = list("SS13","Engineering") - }, -/turf/simulated/floor/engine/n20, -/area/atmos) -"klF" = ( -/obj/machinery/atmospherics/unary/vent_pump{ - dir = 4; - external_pressure_bound = 0; - external_pressure_bound_default = 0; - frequency = 1441; - id_tag = "n2o_out"; - initialize_directions = 1; - internal_pressure_bound = 4000; - internal_pressure_bound_default = 4000; - layer = 2.4; - name = "n2o vent"; - on = 1; - pressure_checks = 2; - pressure_checks_default = 2; - pump_direction = 0 - }, -/turf/simulated/floor/engine/n20, -/area/atmos) -"klL" = ( -/obj/machinery/shower{ - pixel_y = 22 - }, -/obj/structure/curtain/open/shower, -/obj/item/soap/deluxe, -/obj/item/bikehorn/rubberducky, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/captain/bedroom) -"klO" = ( -/obj/machinery/atmospherics/binary/pump{ - desc = "Подаёт оксид азота для смешивания с другими газами"; - dir = 4; - name = "Оксид азота (NO2) в смеситель"; - target_pressure = 101 - }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "escape" - }, -/area/atmos) -"kma" = ( -/obj/machinery/camera{ - c_tag = "Aft Starboard Solars" - }, -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"kmh" = ( -/obj/effect/decal/warning_stripes/northeastcorner, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkred" - }, -/area/security/podbay) -"kml" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/reception) -"kmA" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"kmC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/door/airlock/glass{ - name = "Holodeck Door" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"kmD" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; - name = "Труба обработки" - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"kmJ" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"kmL" = ( -/obj/machinery/atmospherics/unary/tank/air, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"kmU" = ( -/obj/structure/transit_tube/station{ - dir = 8; - tag = "icon-closed (EAST)" - }, -/obj/structure/transit_tube_pod, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = -6 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/construction/hallway) -"kna" = ( -/turf/simulated/floor/greengrid{ - temperature = 80 - }, -/area/toxins/xenobiology) -"knb" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research{ - name = "Research Division" - }) -"knS" = ( -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall, -/area/maintenance/electrical) -"knU" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10; - initialize_directions = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"kov" = ( -/obj/machinery/pipedispenser, -/obj/effect/decal/warning_stripes/yellow, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/electrical) -"kow" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"kox" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"koy" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/closet/firecloset, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whitepurple" - }, -/area/toxins/explab) -"koA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Research Director's Office"; - req_access = null; - req_access_txt = "30" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"koH" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"koK" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "brown" - }, -/area/quartermaster/delivery) -"kpn" = ( -/obj/structure/chair, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/checkpoint) -"kpq" = ( -/obj/effect/decal/warning_stripes/northwestcorner, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"kpr" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "blue" - }, -/area/bridge/checkpoint/south) -"kps" = ( -/obj/effect/decal/warning_stripes/southwest, -/obj/structure/window/plasmareinforced{ - dir = 8 - }, -/obj/structure/window/plasmareinforced, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal, -/turf/simulated/floor/engine, -/area/toxins/misc_lab) -"kpF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/junction{ - dir = 1; - tag = "icon-pipe-j1 (EAST)" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay2) -"kpL" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"kpR" = ( -/obj/structure/rack, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/item/tank/emergency_oxygen/engi, -/obj/item/stack/sheet/mineral/plasma{ - amount = 5 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/stack/tape_roll, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"kpT" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"kpV" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat) -"kpW" = ( -/obj/structure/table, -/obj/item/storage/lockbox/mindshield, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"kqm" = ( -/obj/structure/grille, -/obj/structure/window/full/shuttle, -/turf/space, -/turf/simulated/floor/plating, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"kqK" = ( -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Captain" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"kqN" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"krc" = ( -/obj/machinery/vending/autodrobe, -/obj/machinery/firealarm{ - pixel_y = -25 - }, -/obj/machinery/light_switch{ - pixel_x = -22; - pixel_y = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bar" - }, -/area/clownoffice) -"krh" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Courtroom"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "green" - }, -/area/crew_quarters/courtroom) -"kri" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"krC" = ( -/obj/machinery/atmospherics/trinary/filter{ - desc = "Отфильтровывает азот из трубы и отправляет его в камеру хранения"; - dir = 1; - filter_type = 2; - name = "Фильтр Азота (N2)"; - on = 1; - target_pressure = 4500 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "red" - }, -/area/atmos) -"krI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/chemistry) -"krK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/processing) -"krM" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "red" - }, -/area/security/processing) -"krN" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plating, -/area/assembly/chargebay) -"krY" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - id = "cloninglab" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "cloninglab" - }, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "cloninglab" - }, -/turf/simulated/floor/plating, -/area/medical/genetics_cloning) -"ksr" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/item/storage/box/rxglasses, -/obj/item/storage/belt/medical, -/obj/item/clothing/glasses/hud/health, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/item/clothing/glasses/hud/health, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/biostorage) -"kss" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/item/storage/box/rxglasses, -/obj/item/storage/belt/medical, -/obj/item/clothing/glasses/hud/health, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/item/clothing/glasses/hud/health, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/biostorage) -"ksN" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Xeno Containment 4"; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"ktf" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"ktg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/gateway) -"kti" = ( -/obj/machinery/hydroponics/constructable{ - desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; - name = "Prison hydroponics tray"; - using_irrigation = 1 - }, -/obj/item/seeds/orange, -/obj/item/seeds/orange, -/obj/item/seeds/orange, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"ktl" = ( -/obj/machinery/atmospherics/unary/outlet_injector/on{ - dir = 8; - frequency = 1441; - id = "n2_in" - }, -/turf/simulated/floor/engine/n2, -/area/atmos) -"ktI" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/brig) -"ktJ" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/cabin4) -"ktO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/reception) -"ktZ" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "yellow" - }, -/area/engine/hardsuitstorage) -"kud" = ( -/obj/machinery/vending/cigarette, -/obj/effect/decal/warning_stripes/yellow, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"kul" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/camera{ - c_tag = "Cosmination Room"; - dir = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/chapel/main) -"kuz" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"kuG" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating/airless, -/area/toxins/test_area) -"kva" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/west) -"kvB" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"kwk" = ( -/turf/simulated/wall, -/area/engine/gravitygenerator) -"kwl" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/light{ - dir = 1; - on = 1; - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/medbay) -"kwq" = ( -/obj/structure/closet/secure_closet/hydroponics, -/obj/item/clothing/glasses/hud/hydroponic, -/obj/item/clothing/glasses/hud/hydroponic, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"kwr" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/biostorage) -"kwN" = ( -/obj/structure/computerframe, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"kxq" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/flashbangs{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/storage/box/flashbangs, -/obj/machinery/door/poddoor/shutters{ - id_tag = "ShootRange"; - name = "Shooting Range Shutters" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"kxu" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/wall, -/area/atmos) -"kxD" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/security/checkpoint) -"kxK" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/teleporter) -"kxN" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/remains/human, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"kxQ" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xeno5"; - name = "Creature Cell #5"; - opacity = 0 - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Creature Pen"; - req_access_txt = "47" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"kxT" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/aienter) -"kyv" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "blue" - }, -/area/bridge/checkpoint/south) -"kyw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/interrogation) -"kyJ" = ( -/obj/structure/chair/comfy/teal{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay) -"kyY" = ( -/obj/structure/grille, -/turf/simulated/wall/r_wall, -/area/space/nearstation) -"kzc" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "redcorner" - }, -/area/security/brig) -"kze" = ( -/obj/machinery/vending/snack, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/engine/break_room) -"kzg" = ( -/obj/machinery/mineral/labor_claim_console{ - pixel_x = 30; - pixel_y = 30 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/siberia) -"kzh" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/ids, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "blue" - }, -/area/bridge/checkpoint/south) -"kzj" = ( -/obj/structure/bed, -/obj/machinery/status_display{ - pixel_y = -32 - }, -/obj/machinery/light, -/obj/item/bedsheet/yellow, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/cabin4) -"kzx" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/radio/intercom{ - pixel_y = 21 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitepurple" - }, -/area/toxins/misc_lab) -"kzy" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/wood, -/area/maintenance/fsmaint) -"kzG" = ( -/obj/machinery/vending/chinese, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay3) -"kzP" = ( -/obj/structure/chair, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/start{ - name = "Security Officer" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"kzU" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "SecMedPriv" - }, -/turf/simulated/floor/plating, -/area/security/medbay) -"kzW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/effect/decal/cleanable/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10; - initialize_directions = 10 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"kAe" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - dir = 7; - icon_state = "yellow" - }, -/area/engine/hardsuitstorage) -"kAm" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = null; - name = "Brig Medical Bay"; - req_one_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/security/medbay) -"kAF" = ( -/turf/simulated/wall/r_wall, -/area/engine/break_room) -"kAV" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/camera/emp_proof{ - c_tag = "Singularity NorthEast"; - dir = 8; - network = list("SS13","Singularity","Engineering") - }, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"kAW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/landmark{ - name = "xeno_spawn"; - pixel_x = -1 - }, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/portsolar) -"kAY" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"kBe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "green" - }, -/area/hydroponics) -"kBs" = ( -/obj/machinery/camera{ - c_tag = "HoS Bedroom"; - network = list("SS13","Security") - }, -/obj/item/ammo_box/a357{ - pixel_x = -9; - pixel_y = 9 - }, -/obj/item/ammo_box/a357{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/ammo_box/a357, -/obj/item/clothing/accessory/holster, -/obj/structure/safe{ - known_by = list("hos") - }, -/obj/item/gun/projectile/revolver/mateba, -/turf/simulated/floor/wood, -/area/security/hos) -"kBu" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/atmos) -"kBv" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"kBM" = ( -/obj/structure/table/wood, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/item/storage/briefcase, -/obj/item/cane, -/turf/simulated/floor/carpet, -/area/crew_quarters/cabin4) -"kBY" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "solar_xeno_airlock"; - name = "interior access button"; - pixel_x = 25; - pixel_y = -25; - req_access_txt = "10;13" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"kCn" = ( -/obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the horrors within the test chamber."; - name = "Research Monitor"; - network = list("TestChamber") - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/toxins/misc_lab) -"kCr" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window{ - dir = 8; - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "Kitchen Hall Windows"; - name = "Kitchen Shutters" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"kCD" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkredcorners" - }, -/area/security/podbay) -"kCE" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26; - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"kCF" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/beakers, -/obj/item/storage/box/syringes, -/obj/item/extinguisher/mini, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"kCV" = ( -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -22 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"kCW" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "RnDChem"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"kDa" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"kDr" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"kDH" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark"; - temperature = 80 - }, -/area/toxins/xenobiology) -"kDP" = ( -/obj/machinery/firealarm{ - pixel_y = -26 - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/wood, -/area/security/hos) -"kDR" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/simulated/floor/plating, -/area/library/abandoned) -"kEg" = ( -/obj/structure/closet/l3closet/scientist, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"kEj" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/safe/floor, -/obj/item/paper{ - desc = "Мятый лист бумаги. От одного вида на него у вас начинается головокружение."; - info = "

ПОМОГИТЕ МНЕ



ПОМОГИТЕМНЕ МНЕ ПОМОГИТЕМНЕПОМОГИТЕ МНЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕМНЕМНЕ ПОМОГИТЕМНЕМНЕПОМОГИТЕ ПОМОГИТЕМНЕ МНЕ ПОМОГИТЕМНЕПОМОГИТЕ МНЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕМНЕМНЕ ПОМОГИТЕМНЕМНЕПОМОГИТЕ ПОМОГИТЕМНЕ МНЕ ПОМОГИТЕМНЕПОМОГИТЕ МНЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕМНЕМНЕ ПОМОГИТЕМНЕМНЕПОМОГИТЕ ПОМОГИТЕМНЕ МНЕ ПОМОГИТЕМНЕПОМОГИТЕ МНЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕМНЕМНЕ ПОМОГИТЕМНЕМНЕПОМОГИТЕ ПОМОГИТЕМНЕ МНЕ ПОМОГИТЕМНЕПОМОГИТЕ МНЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕМНЕМНЕ ПОМОГИТЕМНЕМНЕПОМОГИТЕ ПОМОГИТЕМНЕ МНЕ ПОМОГИТЕМНЕПОМОГИТЕ МНЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕМНЕМНЕ ПОМОГИТЕМНЕМНЕПОМОГИТЕ ПОМОГИТЕМНЕ МНЕ ПОМОГИТЕМНЕПОМОГИТЕ МНЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕМНЕМНЕ ПОМОГИТЕМНЕМНЕПОМОГИТЕ ПОМОГИТЕМНЕ МНЕ ПОМОГИТЕМНЕПОМОГИТЕ МНЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕМНЕМНЕ ПОМОГИТЕМНЕМНЕПОМОГИТЕ "; - name = "Странные записи" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"kEp" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/medical/psych) -"kEz" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"kEH" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/security/medbay) -"kEM" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "green" - }, -/area/hydroponics) -"kFe" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/maintcentral) -"kFz" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plating, -/area/engine/engineering) -"kFQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"kFR" = ( -/obj/effect/landmark{ - name = "lightsout" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"kGf" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Hydroponics"; - req_access_txt = "35" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"kGl" = ( -/obj/structure/table/reinforced, -/obj/item/plant_analyzer, -/obj/item/plant_analyzer, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/storage/tech) -"kGp" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/medical/research{ - name = "Research Division" - }) -"kGG" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"kGQ" = ( -/obj/structure/table/reinforced, -/obj/item/aiModule/reset, -/obj/item/flash, -/obj/item/flash, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/requests_console{ - department = "Tech Storage"; - name = "Tech Storage Requests Console"; - pixel_y = 32 - }, -/turf/simulated/floor/plasteel, -/area/storage/tech) -"kGW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/kitchen) -"kHa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"kHo" = ( -/obj/structure/grille, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/light, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"kHz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/securehallway) -"kHF" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/misc_lab) -"kHS" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"kIa" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "green" - }, -/area/hydroponics) -"kIb" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permahallway) -"kId" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "blue" - }, -/area/bridge/checkpoint/south) -"kIA" = ( -/obj/effect/decal/warning_stripes/north, -/obj/effect/landmark/start{ - name = "Chef" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"kJm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"kJr" = ( -/obj/structure/chair/wood{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"kJs" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/window/reinforced, -/obj/machinery/vending/cola, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"kJu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"kJB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"kJV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/paramedic) -"kJY" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - dir = 8; - name = "Chemistry Desk"; - req_access_txt = "33" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "Chemistry2"; - name = "Chemistry Privacy Shutter" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/chemistry) -"kKd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"kKi" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"kKx" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/teleporter) -"kKB" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"kKR" = ( -/obj/machinery/light/small, -/obj/machinery/camera{ - c_tag = "Central Ring Hallway South 2"; - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"kKZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 24; - pixel_y = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/main) -"kLd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"kLx" = ( -/obj/machinery/field/generator{ - anchored = 1; - state = 2 - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"kLF" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/medbay) -"kLP" = ( -/turf/simulated/wall, -/area/atmos) -"kLY" = ( -/obj/machinery/door/window/southright{ - dir = 1; - name = "Toxins Launcher"; - req_access_txt = "7" - }, -/obj/machinery/door/window/southright{ - name = "Toxins Launcher"; - req_access_txt = "7" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plating, -/area/toxins/mixing) -"kLZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/sortjunction{ - dir = 1; - icon_state = "pipe-j2s"; - name = "Kitchen Junction"; - sortType = 20 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/fore) -"kMl" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"kMm" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/chemistry) -"kMn" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/gps/mining, -/obj/item/gps/mining, -/obj/item/gps/mining, -/obj/item/gps/mining, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"kMz" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/medical/research/restroom) -"kMC" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/item/clothing/head/kitty, -/obj/item/clothing/under/maid, -/obj/item/clothing/suit/browntrenchcoat, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin3) -"kMK" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/item/storage/box/bodybags, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/surgery2) -"kNe" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/gateway) -"kNh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/permabrig) -"kNj" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"kNl" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"kNt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"kNv" = ( -/obj/structure/dresser, -/turf/simulated/floor/carpet, -/area/crew_quarters/cabin4) -"kNI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/outlet_injector{ - dir = 4; - frequency = 1443; - icon_state = "on"; - id = "air_in"; - on = 1 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"kNO" = ( -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior 11"; - network = list("SS13","MiniSat") - }, -/turf/space, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"kNU" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood{ - icon_state = "wood-broken3"; - tag = "icon-wood-broken3" - }, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"kOu" = ( -/obj/structure/window/reinforced, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_sit) -"kOD" = ( -/obj/structure/bed, -/obj/item/bedsheet/orange, -/turf/simulated/floor/carpet, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"kOF" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/effect/landmark{ - name = "xeno_spawn"; - pixel_x = -1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/medical/morgue) -"kOV" = ( -/obj/structure/chair/comfy/red, -/turf/simulated/floor/wood, -/area/library) -"kPn" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"kPy" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"kPC" = ( -/obj/item/shard{ - icon_state = "medium"; - pixel_x = 9; - pixel_y = -9 - }, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"kPF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"kPH" = ( -/obj/structure/rack, -/obj/item/extinguisher, -/obj/item/clothing/mask/gas, -/obj/item/grenade/chem_grenade/firefighting, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/toxins/mixing) -"kQx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/podbay) -"kQD" = ( -/obj/structure/bookcase, -/turf/simulated/floor/wood{ - icon_state = "wood-broken3"; - tag = "icon-wood-broken3" - }, -/area/maintenance/fsmaint) -"kQE" = ( -/obj/machinery/suit_storage_unit/cmo, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/cmo) -"kQU" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/medical/research/restroom) -"kQV" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/hallway/primary/aft) -"kQW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/podbay) -"kRl" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/locker/locker_toilet) -"kRz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"kRB" = ( -/obj/machinery/door/airlock/shuttle{ - id_tag = "s_docking_airlock"; - name = "Labor Shuttle Airlock" - }, -/obj/structure/fans/tiny, -/turf/simulated/shuttle/floor, -/area/shuttle/siberia) -"kRE" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/cabin4) -"kRM" = ( -/obj/effect/decal/warning_stripes/north, -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/engine, -/area/toxins/misc_lab) -"kRP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -25 - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/lobby) -"kSt" = ( -/obj/structure/window/reinforced, -/turf/simulated/floor/beach/water{ - icon_state = "seadeep" - }, -/area/crew_quarters/fitness) -"kSH" = ( -/obj/structure/computerframe, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"kSR" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple"; - tag = "icon-whitepurple (EAST)" - }, -/area/toxins/lab) -"kSU" = ( -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/paramedic) -"kSW" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "purple" - }, -/area/maintenance/xenozoo) -"kTg" = ( -/obj/item/radio/intercom{ - pixel_y = -32 - }, -/obj/machinery/portable_atmospherics/canister/sleeping_agent, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"kTh" = ( -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkred" - }, -/area/security/permabrig) -"kTl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"kTm" = ( -/obj/structure/table/reinforced, -/obj/machinery/power/apc{ - cell_type = 5000; - name = "south bump Important Area"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Medbay Exam Room South"; - dir = 1; - network = list("SS13","Medical"); - pixel_x = 30 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"kTq" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/sw) -"kTu" = ( -/obj/structure/closet/wardrobe/coroner, -/obj/item/reagent_containers/glass/bottle/reagent/formaldehyde, -/obj/item/reagent_containers/dropper, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/medical/morgue) -"kTD" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"kUb" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/shuttle/engine/heater, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/shuttle/plating, -/area/shuttle/mining) -"kUr" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"kUz" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/south) -"kUB" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall7"; - tag = "icon-swall7" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"kUR" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"kVo" = ( -/turf/simulated/wall, -/area/engine/engineering) -"kVs" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/ward) -"kVz" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/medical/research/nhallway) -"kVH" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/structure/window/reinforced, -/obj/effect/decal/warning_stripes/red, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"kVJ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"kVR" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"kWc" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"kWh" = ( -/obj/structure/transit_tube{ - icon_state = "D-NE"; - tag = "icon-D-NE" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"kWn" = ( -/obj/effect/decal/warning_stripes/north, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"kWt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"kWR" = ( -/obj/structure/ore_box, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/mining) -"kWY" = ( -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"kXF" = ( -/turf/simulated/floor/plasteel{ - icon_state = "redcorner" - }, -/area/security/processing) -"kXP" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/effect/decal/warning_stripes/south, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/medical/research/nhallway) -"kXY" = ( -/obj/structure/transit_tube{ - icon_state = "D-NW"; - tag = "icon-D-NW" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/space, -/area/space/nearstation) -"kYh" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"kYq" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"kYC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redcorner" - }, -/area/hallway/primary/starboard/east) -"kYM" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/item/radio/beacon, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"kYQ" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"kZh" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"kZr" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/library/abandoned) -"kZv" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/turf/simulated/floor/plating, -/area/bridge) -"kZD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitehall" - }, -/area/toxins/xenobiology) -"kZJ" = ( -/obj/structure/grille, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/light, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"kZL" = ( -/obj/structure/table/wood, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/item/storage/fancy/candle_box/full, -/obj/item/storage/fancy/candle_box/full, -/obj/item/storage/fancy/candle_box/full, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"kZQ" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/obj/structure/closet/secure_closet, -/obj/item/storage/secure/briefcase, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "blue" - }, -/area/bridge/checkpoint/south) -"kZU" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"lap" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/exit) -"laz" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "SecMedPriv" - }, -/turf/simulated/floor/plating, -/area/security/medbay) -"laB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"laF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whitepurple" - }, -/area/toxins/xenobiology) -"lbf" = ( -/obj/structure/chair/comfy/teal{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay) -"lbj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "red" - }, -/area/security/range) -"lbp" = ( -/obj/structure/closet/secure_closet/brigdoc, -/obj/item/storage/belt/medical, -/obj/item/storage/pill_bottle, -/obj/item/storage/pill_bottle/patch_pack, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitered" - }, -/area/security/medbay) -"lbz" = ( -/obj/structure/table/reinforced, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/clothing/mask/gas, -/obj/machinery/camera{ - c_tag = "Research Outpost Temporary Storage"; - network = list("Research Outpost") - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/extinguisher_cabinet{ - pixel_y = 28 - }, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"lbE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"lbP" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"lch" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/item/folder/white{ - pixel_y = 3 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/reception) -"lcj" = ( -/obj/machinery/atmospherics/unary/cryo_cell, -/obj/machinery/light{ - dir = 1; - layer = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/cryo) -"lcG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random_spawners/grille_maybe, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"lde" = ( -/obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop, -/turf/simulated/floor/wood, -/area/medical/psych) -"ldq" = ( -/obj/machinery/door/airlock/shuttle{ - id_tag = "s_docking_airlock"; - name = "Labor Shuttle Airlock"; - req_access_txt = "2" - }, -/obj/structure/fans/tiny, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/siberia) -"ldB" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/secure_closet/engineering_welding, -/obj/item/clothing/glasses/welding, -/obj/item/clothing/glasses/welding, -/obj/item/clothing/glasses/welding, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"ldC" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"ldN" = ( -/obj/structure/grille, -/obj/effect/decal/warning_stripes/east, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"ldR" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/security/prison/cell_block/A) -"ldS" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteredfull" - }, -/area/security/medbay) -"ldV" = ( -/obj/structure/chair/comfy/shuttle, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"leo" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "12;47" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/maintenance/asmaint2) -"lev" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/reagent_containers/glass/beaker, -/obj/item/reagent_containers/dropper, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"lfc" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "redcorner" - }, -/area/security/processing) -"lfd" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research{ - name = "Research Division" - }) -"lfh" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"lfv" = ( -/obj/structure/table/glass, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/item/radio/intercom{ - pixel_y = 28 - }, -/obj/item/paper_bin, -/obj/item/pen/red, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"lfA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/effect/landmark{ - name = "Marauder Entry" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"lfG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"lga" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "Perma11"; - name = "Prison 1"; - req_access_txt = "2"; - security_level = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaCellsLockdown"; - name = "Perma Cells Lockdown" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"lgh" = ( -/obj/structure/chair/comfy/brown{ - dir = 8; - layer = 4 - }, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"lgH" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "Perma21"; - name = "Prison 2"; - req_access_txt = "2"; - security_level = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaCellsLockdown"; - name = "Perma Cells Lockdown" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"lgN" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "SecPilotPriv" - }, -/turf/simulated/floor/plating, -/area/security/podbay) -"lgS" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "SecPilotPriv" - }, -/turf/simulated/floor/plating, -/area/security/podbay) -"lhe" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkred" - }, -/area/security/warden) -"lhf" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/requests_console{ - department = "Warden"; - departmentType = 7; - name = "Warden's Requests Console"; - pixel_x = 29; - pixel_y = 25 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkred" - }, -/area/security/warden) -"lhk" = ( -/obj/effect/spawner/random_spawners/grille_maybe, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"lho" = ( -/obj/structure/lattice, -/turf/simulated/wall, -/area/chapel/main) -"lhr" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"lhs" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/mirror{ - pixel_x = -32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology) -"lhu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"lhC" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "SecPilotPriv" - }, -/turf/simulated/floor/plating, -/area/security/podbay) -"lhQ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "SecPilotPriv" - }, -/turf/simulated/floor/plating, -/area/security/podbay) -"lhR" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -28 - }, -/obj/machinery/camera{ - c_tag = "Brig Warden's Office"; - dir = 4; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/warden) -"lhS" = ( -/turf/simulated/wall/r_wall, -/area/security/securearmoury) -"lia" = ( -/obj/structure/lattice, -/turf/simulated/wall/r_wall, -/area/security/podbay) -"lin" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/lattice, -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior 16"; - dir = 8; - network = list("SS13","MiniSat") - }, -/turf/space, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"liE" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/maintenance/engrooms) -"liV" = ( -/turf/simulated/floor/plasteel{ - icon_state = "bluecorner" - }, -/area/hallway/primary/central/south) -"liZ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "ai2"; - name = "Turret Shutters" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/turret_protected/ai) -"ljm" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/engine/gravitygenerator) -"ljn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"ljs" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"ljF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"ljP" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "red" - }, -/area/security/prisonershuttle) -"lkn" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"lko" = ( -/obj/machinery/dye_generator, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -22 - }, -/turf/simulated/floor/plasteel{ - icon_state = "barber" - }, -/area/civilian/barber) -"lkA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sink{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "showroomfloor" - }, -/area/maintenance/fsmaint) -"lkC" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/gravitygenerator) -"lkN" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "ai2"; - name = "Turret Shutters" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/turret_protected/ai) -"llt" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/security_space_law, -/obj/item/book/manual/sop_legal{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/reception) -"llx" = ( -/obj/effect/decal/warning_stripes/southwest, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"llF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"llL" = ( -/obj/structure/window/reinforced, -/obj/structure/lattice, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/space, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"llN" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/lobby) -"lmd" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/kitchen) -"lme" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"lmj" = ( -/obj/machinery/r_n_d/circuit_imprinter{ - pixel_y = 3 - }, -/obj/item/reagent_containers/glass/beaker/sulphuric, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/assembly/robotics) -"lmz" = ( -/obj/effect/decal/warning_stripes/southwestcorner, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"lmG" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "ai2"; - name = "Turret Shutters" - }, -/turf/simulated/floor/plating, -/area/turret_protected/ai) -"lmV" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/engine/n20, -/area/atmos) -"lnn" = ( -/obj/structure/grille, -/obj/effect/decal/warning_stripes/east, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"lnt" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"lnB" = ( -/turf/simulated/wall, -/area/crew_quarters/mrchangs) -"lnH" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"lnW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/table/reinforced, -/obj/item/flashlight{ - pixel_y = 4 - }, -/obj/item/wirecutters{ - pixel_y = 18 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/processing) -"lof" = ( -/obj/item/paper_bin, -/obj/item/lighter/zippo{ - name = "Ash Generator 3000" - }, -/obj/structure/table, -/turf/simulated/floor/plasteel{ - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"lol" = ( -/obj/machinery/portable_atmospherics/canister/sleeping_agent{ - anchored = 1 - }, -/turf/simulated/floor/engine/n20, -/area/atmos) -"lor" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"lot" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xeno3"; - name = "Creature Cell #3"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"lov" = ( -/turf/simulated/wall, -/area/crew_quarters/cabin4) -"lox" = ( -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"loD" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"loO" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id_tag = "rdprivacy"; - name = "Research Director Office Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/hor) -"loS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/wood, -/area/ntrep) -"loT" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/chair/office/dark, -/obj/effect/landmark/start{ - name = "Head of Personnel" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"loV" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/cleanable/cobweb2, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library/abandoned) -"loZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"lpd" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/security/checkpoint) -"lpm" = ( -/turf/simulated/wall/r_wall/coated, -/area/toxins/test_chamber) -"lpp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/detectives_office) -"lpu" = ( -/obj/machinery/computer/general_air_control/large_tank_control{ - frequency = 1441; - input_tag = "n2o_in"; - name = "Nitrous Oxide Supply Control"; - output_tag = "n2o_out"; - sensors = list("n2o_sensor" = "Tank") - }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "escape" - }, -/area/atmos) -"lpv" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'RADIOACTIVE AREA'"; - icon_state = "radiation"; - name = "RADIOACTIVE AREA" - }, -/turf/simulated/wall/r_wall, -/area/engine/gravitygenerator) -"lpx" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command/glass{ - name = "Customs Desk"; - req_access_txt = "19" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/bridge/checkpoint/south) -"lpC" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Xeno Containment 5"; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"lpH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/glass{ - name = "Holodeck Door" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"lpO" = ( -/obj/effect/decal/warning_stripes/southwest, -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 8; - name = "Труба смешивания" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"lpT" = ( -/obj/machinery/camera{ - c_tag = "Gravity Generation Access"; - dir = 4; - network = list("Engineering","SS13"); - pixel_y = -22 - }, -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/air, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"lqe" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "red" - }, -/area/security/brigstaff) -"lql" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/storage/bible, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"lqn" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"lqA" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/binary/valve/digital{ - desc = "Открывает газу путь к нагревателям, холодильникам и фильтрам"; - dir = 4; - name = "Газ на обработку" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"lqF" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/eastright{ - dir = 2; - icon_state = "left"; - name = "Cryo Tank Storage"; - req_one_access_txt = "5;32" - }, -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/portable_atmospherics/canister/oxygen{ - name = "Canister: \[O2] (CRYO)" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHEAST)" - }, -/area/medical/genetics_cloning) -"lqG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Briefing Room"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"lqP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay2) -"lqY" = ( -/obj/structure/table/reinforced, -/obj/item/toy/figure/clown{ - pixel_x = 5; - pixel_y = 1 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bar" - }, -/area/clownoffice) -"lrb" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/manifold/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 1; - name = "Труба на фильтрацию" - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel, -/area/atmos) -"lrf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "cautioncorner" - }, -/area/hallway/primary/starboard/east) -"lrz" = ( -/obj/effect/decal/warning_stripes/southeastcorner, -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 4; - name = "Труба на фильтрацию" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/atmos) -"lrN" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 4; - name = "Труба на фильтрацию" - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel, -/area/atmos) -"lrR" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/atmospherics/pipe/manifold/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 1; - name = "Труба на фильтрацию" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"lsc" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"lsh" = ( -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"lsz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"lsH" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/item/stamp/hos, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/hos) -"lsQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/item/radio/beacon, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/vip) -"lsT" = ( -/turf/simulated/wall, -/area/engine/break_room) -"lsV" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"ltq" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkred" - }, -/area/security/permabrig) -"ltu" = ( -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 9; - name = "Труба на фильтрацию" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/atmos) -"lua" = ( -/obj/machinery/vending/medical, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" - }, -/area/medical/medbay) -"luw" = ( -/obj/effect/decal/cleanable/cobweb2, -/obj/structure/table/reinforced, -/obj/item/radio/electropack, -/obj/item/assembly/signaler, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/processing) -"luG" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/ward) -"luQ" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/hallway/primary/central/north) -"lvb" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/siberia) -"lvh" = ( -/obj/machinery/power/tesla_coil{ - anchored = 1 - }, -/obj/structure/cable/yellow{ - d2 = 8; - icon_state = "0-8" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"lvo" = ( -/obj/structure/chair/wood/wings{ - dir = 8; - tag = "icon-wooden_chair_wings (WEST)" - }, -/turf/simulated/floor/wood{ - icon_state = "wood-broken6"; - tag = "icon-wood-broken6" - }, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"lvs" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purple" - }, -/area/maintenance/xenozoo) -"lvv" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/machinery/door_control{ - id = "psychoffice"; - name = "Privacy Shutters Control"; - pixel_x = 28 - }, -/obj/machinery/light_switch{ - pixel_x = 37; - pixel_y = 1 - }, -/obj/effect/landmark/start{ - name = "Psychiatrist" - }, -/turf/simulated/floor/wood, -/area/medical/psych) -"lvI" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 4; - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkred" - }, -/area/security/warden) -"lvO" = ( -/obj/structure/sign/poster/official/random{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/brig) -"lvT" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; - dir = 1; - name = "Труба подачи азота в реактор" - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"lvU" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/chem_master, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"lwk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/securehallway) -"lwy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"lwz" = ( -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "green" - }, -/area/hydroponics) -"lwP" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/wall/r_wall/coated, -/area/toxins/storage) -"lwR" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/space, -/area/space/nearstation) -"lxh" = ( -/obj/machinery/light/small, -/obj/structure/closet/bombcloset, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whitepurple" - }, -/area/toxins/explab) -"lxD" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"lxQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/table/reinforced, -/obj/item/stack/sheet/cardboard, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "caution" - }, -/area/engine/break_room) -"lxZ" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/candle_box, -/obj/item/storage/fancy/candle_box, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"lyd" = ( -/obj/machinery/cryopod, -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = 28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/sleep) -"lyi" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "brown" - }, -/area/quartermaster/office) -"lyk" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating/airless, -/area/toxins/test_area) -"lyo" = ( -/obj/structure/closet/firecloset, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"lyA" = ( -/obj/item/radio/intercom{ - dir = 1; - pixel_y = -28 - }, -/obj/machinery/camera{ - c_tag = "South Medbey Hallway"; - dir = 1; - network = list("Medical","SS13") - }, -/obj/structure/chair/comfy/teal{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Medical Doctor" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay3) -"lyD" = ( -/obj/machinery/computer/secure_data, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/item/radio/intercom{ - pixel_x = 30; - pixel_y = -30 - }, -/obj/machinery/light{ - dir = 4; - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkred" - }, -/area/security/warden) -"lyE" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Mr. Chang's" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/mrchangs) -"lyM" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/table, -/obj/random/plushie, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"lyU" = ( -/obj/structure/table/reinforced, -/obj/item/radio{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/item/radio{ - pixel_x = 4; - pixel_y = 5 - }, -/obj/item/radio{ - pixel_x = -4 - }, -/obj/item/radio{ - pixel_x = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"lzg" = ( -/obj/structure/table, -/obj/machinery/camera{ - c_tag = "Research Director's Office"; - dir = 8; - network = list("Research","SS13") - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/item/cartridge/signal/toxins{ - pixel_x = -6 - }, -/obj/item/cartridge/signal/toxins{ - pixel_x = 6 - }, -/obj/item/cartridge/signal/toxins{ - pixel_y = 6 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/lighter/zippo/rd, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"lzm" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "barber" - }, -/area/civilian/barber) -"lzy" = ( -/obj/structure/table/wood, -/obj/item/deck/cards, -/obj/item/deck/cards{ - pixel_y = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"lzH" = ( -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"lzN" = ( -/obj/machinery/door/airlock/public/glass, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"lzW" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "yellow" - }, -/area/engine/break_room) -"lAc" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/break_room) -"lAr" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/south) -"lAy" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/fitness) -"lAA" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/office) -"lAB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brig) -"lAD" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/chair/wood, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"lAO" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/ward) -"lAU" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/evidence) -"lAV" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - icon_state = "caution" - }, -/area/atmos) -"lAZ" = ( -/obj/structure/closet, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/evidence) -"lBh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/shallway) -"lBo" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/landmark/start{ - name = "Scientist" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"lBD" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/door/window/westright{ - dir = 1; - name = "Front Desk"; - req_access_txt = "37" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"lCa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Chaplain" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/carpet, -/area/chapel/office) -"lCu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/interrogation) -"lCK" = ( -/obj/machinery/light, -/obj/machinery/vending/artvend, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/office) -"lCN" = ( -/obj/machinery/vending/cart, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/office) -"lCV" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/quartermaster/office) -"lDo" = ( -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "vault" - }, -/area/assembly/showroom) -"lDs" = ( -/obj/structure/bookcase, -/turf/simulated/floor/wood, -/area/library) -"lDu" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/west, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"lDx" = ( -/obj/machinery/computer/merch, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "brown" - }, -/area/quartermaster/office) -"lDA" = ( -/obj/machinery/field/generator{ - anchored = 1; - state = 2 - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"lEd" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"lEe" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "green" - }, -/area/hallway/secondary/exit) -"lEk" = ( -/turf/simulated/wall/r_wall, -/area/civilian/barber) -"lER" = ( -/turf/simulated/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/alphadeck) -"lFf" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/engine/mechanic_workshop/hangar) -"lFj" = ( -/obj/structure/table/reinforced, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/item/paper/deltainfo, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"lFu" = ( -/obj/structure/chair, -/obj/effect/landmark/start{ - name = "Security Officer" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/processing) -"lFw" = ( -/obj/machinery/door/window/brigdoor{ - dir = 2; - name = "Creature Pen" - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Creature Pen" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"lFG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/exit) -"lFP" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xenosecure"; - name = "Secure Creature Cell"; - opacity = 0 - }, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"lGd" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/maintenance/electrical) -"lGo" = ( -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/toxins/xenobiology) -"lGv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"lGD" = ( -/obj/structure/table/reinforced, -/obj/item/gps, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"lGJ" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"lGN" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "rampbottom"; - tag = "icon-stage_stairs" - }, -/area/medical/research{ - name = "Research Division" - }) -"lGO" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/disposaloutlet{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"lGR" = ( -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"lGZ" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/east, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/item/flag/med, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/cmo) -"lHc" = ( -/obj/effect/decal/warning_stripes/arrow{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/partial{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"lHd" = ( -/obj/structure/table, -/obj/item/radio/intercom{ - dir = 8; - pixel_x = -28 - }, -/obj/item/reagent_containers/food/snacks/grown/poppy/geranium, -/obj/item/reagent_containers/food/snacks/grown/poppy/lily{ - pixel_x = 4; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/snacks/grown/poppy{ - pixel_x = -4; - pixel_y = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"lHe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"lHk" = ( -/obj/structure/table/reinforced, -/obj/item/stock_parts/cell/high, -/obj/machinery/cell_charger, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "vault" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"lHA" = ( -/obj/machinery/air_sensor{ - frequency = 1222; - id_tag = "burn_sensor" - }, -/obj/machinery/atmospherics/pipe/simple/heat_exchanging, -/turf/simulated/floor/engine/insulated/vacuum, -/area/toxins/mixing) -"lHR" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/item/healthanalyzer, -/obj/item/healthanalyzer, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/storage/tech) -"lHT" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/toxins/mixing) -"lIo" = ( -/obj/item/radio/intercom{ - pixel_y = -29 - }, -/obj/structure/chair/sofa/left{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"lIC" = ( -/obj/machinery/recharge_station, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay2) -"lIJ" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "brown" - }, -/area/quartermaster/miningdock) -"lIZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/brig) -"lJn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"lJs" = ( -/obj/machinery/alarm{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/radio/intercom{ - dir = 1; - pixel_y = 28 - }, -/obj/structure/table/reinforced, -/obj/item/radio, -/obj/item/crowbar, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "blue" - }, -/area/bridge/checkpoint/south) -"lJv" = ( -/obj/structure/bookcase, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/chapel/main) -"lJE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"lJF" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/closet/wardrobe/miner, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"lJK" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/emcloset, -/obj/machinery/vending/wallmed{ - pixel_y = 30 - }, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"lJR" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f5" - }, -/area/shuttle/mining) -"lJZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table/wood, -/obj/item/folder/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/assembly/showroom) -"lKm" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/medical/chemistry) -"lKn" = ( -/obj/structure/shuttle/engine/propulsion, -/turf/simulated/shuttle/plating, -/area/shuttle/siberia) -"lKE" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/nw) -"lKG" = ( -/obj/structure/shuttle/engine/propulsion/burst, -/turf/simulated/shuttle/plating, -/area/shuttle/mining) -"lKU" = ( -/obj/structure/sign/chemistry, -/turf/simulated/wall/r_wall, -/area/medical/chemistry) -"lKX" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"lLb" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"lLm" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f6" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"lLn" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay2) -"lLz" = ( -/obj/structure/table, -/obj/item/camera, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"lLU" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "SecMedPriv" - }, -/turf/simulated/floor/plating, -/area/security/medbay) -"lLV" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/medical/chemistry) -"lLX" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/starboard) -"lMd" = ( -/obj/structure/closet/crate/freezer, -/obj/item/tank/emergency_oxygen/engi/empty, -/obj/item/tank/emergency_oxygen/engi/empty, -/obj/item/reagent_containers/iv_bag/blood/AMinus, -/obj/item/reagent_containers/iv_bag/blood/APlus, -/obj/item/reagent_containers/iv_bag/blood/BMinus, -/obj/item/reagent_containers/iv_bag/blood/BPlus, -/obj/item/reagent_containers/iv_bag/blood/OMinus, -/obj/item/reagent_containers/iv_bag/blood/OPlus, -/obj/item/reagent_containers/iv_bag/blood/random, -/obj/item/reagent_containers/iv_bag/blood/random, -/obj/item/reagent_containers/iv_bag/blood/random, -/obj/machinery/iv_drip, -/obj/item/reagent_containers/iv_bag/salglu, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitered" - }, -/area/security/medbay) -"lMi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/main) -"lMj" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"lMk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/lobby) -"lMn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/chair, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/processing) -"lMr" = ( -/obj/machinery/flasher/portable, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/obj/item/wrench, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "red" - }, -/area/security/processing) -"lMu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "green" - }, -/area/crew_quarters/courtroom) -"lMW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"lNc" = ( -/obj/structure/table/glass, -/obj/item/storage/box/bodybags, -/obj/item/reagent_containers/spray/cleaner, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/obj/item/paper/Cloning{ - pixel_x = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/genetics_cloning) -"lNg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "redcorner" - }, -/area/security/armoury) -"lNp" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger{ - pixel_y = 2 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 5; - pixel_y = -28 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"lNt" = ( -/obj/structure/toilet{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "showroomfloor" - }, -/area/maintenance/fsmaint) -"lNw" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"lNC" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/toxins/mixing) -"lNM" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = 28 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/cabin4) -"lNV" = ( -/obj/structure/closet/lasertag/blue, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"lOi" = ( -/obj/structure/chair, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"lOt" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"lOu" = ( -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Temporal Cell"; - dir = 1; - network = list("SS13","Security") - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/processing) -"lOz" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"lOG" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26; - pixel_y = 32 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/cryo) -"lOI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_x = 2; - pixel_y = 3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/virology) -"lPb" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"lPf" = ( -/obj/structure/table, -/obj/item/storage/box/handcuffs, -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"lPv" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/customs) -"lPH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"lPJ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/camera{ - c_tag = "Prison Solitary Confinement 2"; - dir = 6; - network = list("Prison","SS13") - }, -/obj/machinery/flasher{ - desc = "A floor-mounted flashbulb device."; - id = "permacell1"; - layer = 5; - pixel_y = 24; - range = 3 - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"lPW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library/abandoned) -"lQm" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/restraints/handcuffs/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "whitegreen"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/virology) -"lQG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fore{ - name = "Hangar Maintenance" - }) -"lQL" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"lQT" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"lQU" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/table/glass, -/obj/item/reagent_containers/spray/cleaner, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/paramedic) -"lRh" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "rampbottom"; - tag = "icon-stage_stairs" - }, -/area/medical/reception) -"lRk" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/crew_quarters/chief) -"lRu" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/ntrep) -"lRC" = ( -/obj/machinery/atmospherics/unary/tank/nitrogen{ - dir = 1 - }, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"lRT" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"lSr" = ( -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkred" - }, -/area/security/securearmoury) -"lSx" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"lSA" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/item/storage/box/flashbangs, -/obj/item/storage/box/flashbangs{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"lSG" = ( -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/bridge) -"lSJ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology/lab) -"lSM" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"lTb" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/assembly/showroom) -"lTh" = ( -/obj/structure/closet, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/evidence) -"lTm" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkredcorners" - }, -/area/security/prison/cell_block/A) -"lTn" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "Warden"; - name = "Warden Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/warden) -"lTt" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"lTF" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/shieldgen, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"lTH" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/red, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"lTJ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm{ - dir = 4; - layer = 3.25; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bluecorner" - }, -/area/hallway/primary/aft) -"lTM" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/cryo) -"lTQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/se) -"lTT" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/computer/mob_healer_terminal, -/obj/structure/table, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"lUg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"lUo" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/embedded_controller/radio/airlock/access_controller{ - id_tag = "viro_lab_airlock_control"; - name = "Virology Lab Access Console"; - pixel_x = 6; - pixel_y = 24; - req_one_access_txt = "39"; - tag_exterior_door = "viro_lab_airlock_exterior"; - tag_interior_door = "viro_lab_airlock_interior" - }, -/obj/machinery/camera{ - c_tag = "Virology Short Hall"; - dir = 10; - network = list("Medical","SS13") - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology) -"lUL" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/brig) -"lUP" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"lUS" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"lUZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"lVa" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/flashlight, -/obj/item/gps, -/obj/item/radio{ - pixel_y = 6 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = 26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"lVd" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"lVe" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/west, -/obj/effect/decal/warning_stripes/east, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"lVo" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"lVO" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat) -"lVP" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"lWa" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay) -"lWf" = ( -/obj/machinery/computer/secure_data, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"lWh" = ( -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_x = 32 - }, -/obj/machinery/computer/security{ - network = list("SS13","Research Outpost","Mining Outpost","Telecomms") - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkred" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"lWj" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/gateway) -"lWl" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/west, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"lWu" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/medbay) -"lXa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitehall" - }, -/area/toxins/xenobiology) -"lXr" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"lXs" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/bridge) -"lXQ" = ( -/obj/machinery/door/airlock/external{ - name = "Toxins Test Chamber" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating/airless, -/area/toxins/test_area) -"lYc" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"lYj" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Armory"; - req_access_txt = "3"; - security_level = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "ArmoryLock"; - name = "Armory Lockdown"; - opacity = 0 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/warden) -"lYu" = ( -/obj/effect/decal/warning_stripes/southeastcorner, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_y = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkred" - }, -/area/security/podbay) -"lZa" = ( -/obj/machinery/camera{ - c_tag = "Central Ring Hallway East 5"; - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/ne) -"lZb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/surgery1) -"lZk" = ( -/obj/structure/chair/wood, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"lZw" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/podbay) -"lZy" = ( -/turf/simulated/wall, -/area/bridge/checkpoint/north) -"lZA" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/aft) -"lZU" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/wood, -/area/library) -"mad" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"mak" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/wood, -/area/security/hos) -"mal" = ( -/obj/effect/decal/warning_stripes/northwestcorner, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"man" = ( -/obj/machinery/newscaster{ - pixel_x = -28 - }, -/turf/simulated/floor/wood, -/area/ntrep) -"mav" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "robotics_solar_inner"; - locked = 1; - name = "Engineering External Access"; - req_access = null; - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/portsolar) -"maw" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"maB" = ( -/obj/effect/decal/warning_stripes/southwestcorner, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Brig Hangar"; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkred" - }, -/area/security/podbay) -"maX" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "SecPilotPriv" - }, -/turf/simulated/floor/plating, -/area/security/podbay) -"mbc" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/lattice, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"mbs" = ( -/obj/structure/table/wood, -/obj/machinery/recharger{ - pixel_y = 3 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "escape" - }, -/area/crew_quarters/fitness) -"mbF" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library/abandoned) -"mbJ" = ( -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHEAST)" - }, -/area/medical/sleeper) -"mbM" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/structure/table/reinforced, -/obj/item/storage/fancy/cigarettes/cigpack_robust, -/obj/item/lighter, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/engine, -/area/security/execution) -"mbR" = ( -/obj/effect/decal/remains/human, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "purple" - }, -/area/maintenance/xenozoo) -"mbT" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"mbY" = ( -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkred" - }, -/area/security/securearmoury) -"mcd" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/medical/research{ - name = "Research Division" - }) -"mcf" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkbluecorners" - }, -/area/medical/morgue) -"mck" = ( -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/ai_monitored/storage/eva) -"mcm" = ( -/obj/machinery/atmospherics/trinary/filter{ - desc = "Отфильтровывает оксид азота из трубы и отправляет его в камеру хранения."; - filter_type = 4; - name = "Фильтр Оксида Азота (NO2)"; - on = 1; - target_pressure = 4500 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "escape" - }, -/area/atmos) -"mcs" = ( -/obj/structure/chair/office/dark, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/cabin1) -"mcy" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Escape Shuttle Cockpit"; - req_access_txt = "19" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"mcz" = ( -/obj/machinery/bluespace_beacon, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"mcD" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"mcI" = ( -/turf/simulated/shuttle/floor, -/area/shuttle/transport) -"mcQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"mcY" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/light{ - pixel_y = 6 - }, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"mdb" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"mdc" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/machinery/atmospherics/unary/cold_sink/freezer{ - current_temperature = 80; - on = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/server) -"mdd" = ( -/obj/machinery/vending/cola, -/turf/simulated/floor/plasteel, -/area/bridge/vip) -"mde" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellowcorner" - }, -/area/maintenance/electrical) -"mdx" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/vending/wallmed{ - pixel_x = 26 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"mdB" = ( -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/security/permabrig) -"mdH" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/landmark/start{ - name = "Warden" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkredfull" - }, -/area/security/warden) -"meo" = ( -/obj/machinery/alarm{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/mech_bay_recharge_floor, -/area/security/securearmoury) -"meq" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 1; - name = "Труба смешивания" - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel, -/area/atmos) -"meO" = ( -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - name = "Труба на фильтрацию" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "yellow" - }, -/area/atmos) -"meR" = ( -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"mfd" = ( -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/permahallway) -"mfo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/processing) -"mft" = ( -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/bridge) -"mfv" = ( -/obj/effect/spawner/random_spawners/blood_maybe, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"mfz" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/sleeper) -"mfF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/podbay) -"mfJ" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/paper_bin, -/obj/structure/sign/poster/official/do_not_question{ - pixel_y = -32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 5; - name = "Труба на фильтрацию" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"mfL" = ( -/obj/effect/decal/warning_stripes/northeast, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal, -/turf/simulated/floor/engine, -/area/medical/chemistry) -"mgb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A33"; - location = "A32" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/se) -"mgc" = ( -/obj/structure/table, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"mge" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"mgu" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"mgP" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/camera{ - c_tag = "Escape Shuttle Command Point"; - dir = 6 - }, -/obj/structure/closet/emcloset, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel, -/area/bridge/checkpoint/south) -"mhg" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; - dir = 9; - name = "Труба подачи азота в реактор" - }, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ - dir = 9 - }, -/turf/space, -/area/space/nearstation) -"mhi" = ( -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Cell Block"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"mhs" = ( -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/palebush, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/grass, -/area/medical/medbay) -"mhB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "escape" - }, -/area/bridge/checkpoint/south) -"mhC" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xeno6"; - name = "Creature Cell #6"; - opacity = 0 - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Creature Pen"; - req_access_txt = "47" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"mhI" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/medical/morgue) -"mhL" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/primary/aft) -"mhS" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"mhU" = ( -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/gravitygenerator) -"mhX" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/airlock/public/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/north) -"mid" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/airlock/public/glass, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "browncorner" - }, -/area/hallway/primary/central/north) -"mim" = ( -/obj/machinery/door/window/brigdoor{ - dir = 2; - name = "Cell Door"; - req_access_txt = "150" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_sit) -"miq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteredfull" - }, -/area/security/medbay) -"miw" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/hallway/primary/aft) -"miK" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Medbay Maintenance"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"miO" = ( -/obj/structure/filingcabinet, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"mjf" = ( -/obj/structure/sign/directions/evac{ - pixel_y = -8 - }, -/obj/structure/sign/directions/medical{ - dir = 4 - }, -/obj/structure/sign/directions/security{ - dir = 4; - pixel_y = 8 - }, -/turf/simulated/wall, -/area/quartermaster/office) -"mjk" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"mjr" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"mjs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"mjx" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "escape" - }, -/area/bridge/checkpoint/south) -"mjE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"mjG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/wall/r_wall, -/area/tcommsat/chamber) -"mjW" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage"; - req_access_txt = "23" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"mka" = ( -/obj/machinery/door/airlock/external{ - name = "Toxins Test Chamber" - }, -/turf/simulated/floor/plating/airless, -/area/toxins/test_area) -"mkb" = ( -/obj/structure/table/reinforced, -/obj/item/gun/energy/laser/practice{ - pixel_y = -10 - }, -/obj/item/gun/energy/laser/practice{ - pixel_y = 10 - }, -/obj/item/gun/energy/laser/practice, -/obj/machinery/door/poddoor/shutters{ - id_tag = "ShootRange"; - name = "Shooting Range Shutters" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"mkc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"mkf" = ( -/obj/structure/table/glass, -/obj/item/storage/box/masks{ - pixel_x = 6; - pixel_y = 2 - }, -/obj/item/storage/box/gloves, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whitered" - }, -/area/security/medbay) -"mkg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/sleeper) -"mkh" = ( -/obj/structure/bookcase/manuals/engineering, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"mkj" = ( -/obj/effect/landmark{ - name = "revenantspawn" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "whitegreen"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/virology) -"mkm" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/shieldwallgen{ - req_access = list(47) - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"mkF" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"mkL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/explab) -"mkM" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/decal/warning_stripes/south, -/obj/item/radio/beacon, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"mkS" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/wall, -/area/maintenance/asmaint2) -"mla" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreencorner" - }, -/area/medical/virology/lab) -"mle" = ( -/obj/machinery/door/airlock/external{ - hackProof = 1; - id_tag = "emergency_home"; - name = "Escape Airlock" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/security/checkpoint) -"mlh" = ( -/turf/simulated/wall/r_wall/rust, -/area/toxins/mixing) -"mll" = ( -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"mlo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"mlB" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/chair/stool, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"mlG" = ( -/obj/machinery/photocopier, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"mlL" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Shuttle Airlock"; - req_access_txt = "2" - }, -/turf/simulated/shuttle/floor{ - icon = 'icons/turf/floors.dmi'; - icon_state = "dark" - }, -/area/shuttle/siberia) -"mlM" = ( -/obj/structure/table, -/obj/item/flashlight/seclite, -/obj/item/restraints/handcuffs, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/processing) -"mlW" = ( -/obj/structure/table, -/obj/item/storage/box/gloves, -/obj/item/storage/box/bodybags, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"mlX" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/processing) -"mml" = ( -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/permahallway) -"mmo" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"mmv" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"mmA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/security/permabrig) -"mmE" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"mmK" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Cell Block"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"mmQ" = ( -/obj/structure/morgue, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"mmU" = ( -/obj/structure/dresser, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"mmZ" = ( -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/wall/r_wall, -/area/toxins/storage) -"mnh" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/toxins/lab) -"mnJ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"mnN" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/camera{ - c_tag = "EVA West" - }, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"mnO" = ( -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = 24 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"mnQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkredcorners" - }, -/area/security/permabrig) -"mnR" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 30; - pixel_y = 30 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops) -"mob" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Research Director's Quarters"; - req_access = null; - req_access_txt = "30" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"mof" = ( -/obj/machinery/atmospherics/unary/cryo_cell, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" - }, -/area/medical/cryo) -"mog" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/engine/break_room) -"mop" = ( -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/extinguisher, -/obj/item/secbot_assembly{ - created_name = "Officer Podsky"; - desc = "Ты не узнаешь ценность чего-либо, пока не потеряешь это..."; - name = "Обломки офицера Подски"; - pixel_y = 21 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"mov" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10; - initialize_directions = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/toxins/xenobiology) -"moG" = ( -/turf/simulated/wall, -/area/maintenance/fpmaint2) -"moU" = ( -/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/sit, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_sit) -"moW" = ( -/obj/structure/sign/science, -/turf/simulated/wall, -/area/hallway/primary/central/sw) -"moX" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/item/radio/intercom{ - dir = 1; - pixel_y = -28 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"mpg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"mpn" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/cans/beer, -/obj/item/reagent_containers/food/drinks/cans/beer, -/obj/item/pizzabox, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"mpA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/engine/break_room) -"mpI" = ( -/turf/space, -/turf/simulated/wall/r_wall, -/area/security/medbay) -"mpW" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/brig) -"mqj" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/processing) -"mqp" = ( -/obj/structure/table/reinforced, -/obj/machinery/light, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door_control{ - desc = "A remote control switch for the brig foyer."; - id = "BrigLeft"; - name = "Left Doors Control"; - normaldoorcontrol = 1; - pixel_x = -6; - pixel_y = 7; - req_access_txt = null - }, -/obj/machinery/door_control{ - desiredstate = 1; - id = "BrigLeft"; - name = "Left Doors Bolt Control"; - normaldoorcontrol = 1; - pixel_x = -6; - pixel_y = -2; - specialfunctions = 4 - }, -/obj/machinery/door_control{ - desc = "A remote control switch for the brig foyer."; - id = "BrigRight"; - name = "Right Doors Control"; - normaldoorcontrol = 1; - pixel_x = 6; - pixel_y = 7; - req_access_txt = null - }, -/obj/machinery/door_control{ - desiredstate = 1; - id = "BrigRight"; - name = "Right Doors Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 6; - pixel_y = -2; - specialfunctions = 4 - }, -/obj/machinery/flasher_button{ - id = "brigkpp"; - name = "Flasher Control"; - pixel_x = -17; - pixel_y = 2 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/reception) -"mqz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/permahallway) -"mqB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"mqV" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/crew_quarters/courtroom) -"mqW" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Briefing"; - name = "Briefing Room Shutters" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/main) -"mqY" = ( -/obj/effect/decal/warning_stripes/southwestcorner, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/hardsuitstorage) -"mrf" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"mrx" = ( -/obj/structure/table, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay) -"mrA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/computer/pandemic, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"mrG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/checkpoint) -"mrH" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"mrN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkred" - }, -/area/security/podbay) -"mrV" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"msG" = ( -/obj/structure/window/reinforced, -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"msV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"mth" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"mto" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"mtz" = ( -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - pixel_x = -1; - pixel_y = 9 - }, -/obj/item/radio/intercom{ - pixel_y = 32 - }, -/obj/machinery/door_control{ - id = "Chemistry"; - name = "Chem Privacy Shutters Control"; - pixel_x = -23; - pixel_y = -9 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"mtK" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 1; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plating, -/area/atmos) -"mtL" = ( -/obj/machinery/door/airlock/medical{ - name = "Operating Theatre"; - req_access_txt = "45" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/holosign/surgery{ - id = "surgery2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/surgery2) -"mtX" = ( -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/range) -"muf" = ( -/obj/machinery/door/airlock/maintenance, -/obj/structure/barricade/wooden, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"muo" = ( -/obj/structure/table/reinforced, -/obj/item/analyzer, -/obj/item/assembly/signaler, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"muq" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - name = "Труба турбины" - }, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"muD" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = 30 - }, -/turf/simulated/shuttle/floor4, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"muF" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"muH" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/turf/simulated/floor/plating, -/area/atmos) -"muK" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology/lab) -"muM" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/black, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"muS" = ( -/obj/structure/transit_tube{ - icon_state = "S-NE"; - tag = "icon-S-NE" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/construction/hallway) -"muV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"mvp" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology/lab) -"mvI" = ( -/obj/machinery/door_timer/cell_1{ - dir = 1; - pixel_y = 0 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"mwa" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"mwd" = ( -/obj/structure/sign/botany{ - pixel_x = -32 - }, -/obj/machinery/plantgenes, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"mwf" = ( -/obj/machinery/atmospherics/pipe/simple/visible/universal, -/obj/effect/landmark/start{ - name = "Cyborg" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"mwg" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/evidence) -"mwh" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"mwq" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkbluecorners" - }, -/area/medical/morgue) -"mwu" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/obj/machinery/light, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"mwA" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"mwB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"mwH" = ( -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior 8"; - dir = 6; - network = list("SS13","MiniSat") - }, -/turf/space, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"mwW" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"mxb" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - cell_type = 25000; - dir = 4; - name = "east bump"; - pixel_x = 24; - shock_proof = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/wood, -/area/ntrep) -"mxe" = ( -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/port) -"mxv" = ( -/obj/structure/table, -/obj/item/storage/briefcase{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"mxx" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/library/abandoned) -"mxH" = ( -/obj/item/radio/intercom{ - pixel_y = 23 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"mxM" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "red" - }, -/area/security/prisonershuttle) -"mxT" = ( -/obj/machinery/smartfridge/secure/extract, -/obj/machinery/light_switch{ - pixel_x = -26 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"mxV" = ( -/obj/machinery/camera{ - c_tag = "Central Ring Hallway North 3" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"mxZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Creature Pen"; - req_access_txt = "47" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"mya" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "CMO Shutters"; - name = "CMO Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/cmo) -"myh" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/carpet, -/area/civilian/pet_store) -"myq" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"myH" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/barricade/wooden, -/obj/machinery/door/airlock/maintenance, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library/abandoned) -"myO" = ( -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "browncorner" - }, -/area/hallway/primary/central/north) -"myQ" = ( -/obj/machinery/alarm{ - dir = 4; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/brig) -"myZ" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"mzf" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"mzj" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/shuttle/trade/sol) -"mzl" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreen" - }, -/area/medical/medbay3) -"mzo" = ( -/obj/item/radio/intercom{ - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/brig) -"mzI" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/showcase{ - layer = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/tcommsat/chamber) -"mzQ" = ( -/turf/simulated/wall, -/area/maintenance/gambling_den/casino) -"mzT" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Escape Shuttle Cockpit"; - req_access_txt = "19" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"mzW" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Briefing Room"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/main) -"mzX" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/air, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/construction/hallway) -"mzZ" = ( -/obj/structure/sign/science{ - icon_state = "doors" - }, -/turf/simulated/wall, -/area/toxins/xenobiology) -"mAa" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"mAd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"mAl" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/hardsuitstorage) -"mAn" = ( -/obj/machinery/computer/camera_advanced/xenobio, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/turf/simulated/floor/greengrid, -/area/toxins/xenobiology) -"mAq" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "browncorner" - }, -/area/hallway/primary/central/north) -"mAr" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaLockdown"; - name = "Perma Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"mAs" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/obj/machinery/camera{ - c_tag = "Central Ring Hallway North 1" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"mAE" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"mAF" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/hallway/primary/central/north) -"mAN" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/prison/cell_block/A) -"mAO" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"mAV" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/prison/cell_block/A) -"mAZ" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/hardsuitstorage) -"mBa" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/chair/stool, -/obj/effect/landmark/start{ - name = "Chemist" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/engine, -/area/medical/chemistry) -"mBc" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -26 - }, -/turf/simulated/floor/plating, -/area/library/abandoned) -"mBj" = ( -/turf/simulated/floor/carpet, -/area/maintenance/abandonedbar) -"mBm" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/coffee, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay) -"mBo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"mBE" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"mBF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/interrogation) -"mBL" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/processing) -"mBR" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/warden) -"mBV" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/toxins/explab) -"mCg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"mCj" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/start{ - name = "Security Officer" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/processing) -"mCs" = ( -/obj/machinery/atmospherics/pipe/manifold/visible, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/cryo) -"mCB" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "12;39" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"mCD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/aft) -"mCK" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/securehallway) -"mCW" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/medbay) -"mDc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/teleporter) -"mDe" = ( -/turf/simulated/wall/r_wall, -/area/engine/hardsuitstorage) -"mDi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/flasher{ - desc = "A floor-mounted flashbulb device."; - id = "brigkpp"; - layer = 5; - pixel_y = 55; - range = 3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/brig) -"mDj" = ( -/obj/structure/sign/science, -/turf/simulated/wall, -/area/medical/research{ - name = "Research Division" - }) -"mDw" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 4; - name = "Труба фильтрации" - }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; - dir = 1; - name = "Труба подачи азота в реактор" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"mDD" = ( -/obj/structure/chair/office/dark, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library/abandoned) -"mDI" = ( -/obj/machinery/door/airlock/medical{ - name = "Psych Office"; - req_access_txt = "64" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/medical/psych) -"mDK" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/starboard/east) -"mDL" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/machinery/newscaster/security_unit{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/interrogation) -"mDN" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prison/cell_block/A) -"mDP" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"mDY" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"mEt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/medbay) -"mEu" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkred" - }, -/area/security/interrogation) -"mEE" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"mEG" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/gateway) -"mEK" = ( -/obj/machinery/vending/cigarette/free, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brigstaff) -"mEL" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"mFb" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"mFd" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"mFk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=P3"; - location = "P2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkredcorners" - }, -/area/security/podbay) -"mFH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark"; - temperature = 80 - }, -/area/toxins/xenobiology) -"mFN" = ( -/turf/simulated/wall, -/area/maintenance/fsmaint) -"mGq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/medbay) -"mGs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering) -"mGt" = ( -/obj/structure/table/glass, -/obj/item/storage/toolbox/surgery{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/surgery1) -"mGx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/camera{ - c_tag = "Minisat Hallway North"; - network = list("Minisat","SS13") - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/turret_protected/aisat_interior) -"mGL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"mHd" = ( -/turf/simulated/floor/engine/insulated/vacuum, -/area/atmos) -"mHl" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/crew_quarters/courtroom) -"mHs" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/checkpoint) -"mHJ" = ( -/obj/machinery/computer/aiupload, -/obj/machinery/flasher{ - id = "AI"; - pixel_y = -21 - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_upload) -"mHX" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"mIg" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id_tag = "rdprivacy"; - name = "Research Director Office Shutters"; - opacity = 0 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/hor) -"mIh" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Gas Mix Tank"; - network = list("SS13","Engineering") - }, -/turf/simulated/floor/engine/insulated/vacuum, -/area/atmos) -"mIk" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"mIO" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"mIQ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/storage/primary) -"mIR" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "SecPilotPriv" - }, -/turf/simulated/floor/plating, -/area/security/podbay) -"mIV" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"mIY" = ( -/obj/structure/rack, -/obj/item/taperecorder, -/obj/item/storage/briefcase, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/wood, -/area/security/detectives_office) -"mIZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/hallway/primary/aft) -"mJu" = ( -/obj/machinery/atmospherics/unary/outlet_injector/on{ - dir = 4; - frequency = 1441; - id = "mix_in" - }, -/turf/simulated/floor/engine/insulated/vacuum, -/area/atmos) -"mJv" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library/abandoned) -"mJH" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/storage/primary) -"mJJ" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/hallway/primary/aft) -"mJK" = ( -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whiteblue"; - tag = "icon-whiteblue (SOUTHWEST)" - }, -/area/medical/sleeper) -"mJO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "cloninglab" - }, -/obj/structure/window/reinforced/polarized{ - id = "cloninglab" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "cloninglab" - }, -/turf/simulated/floor/plating, -/area/medical/genetics_cloning) -"mJU" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood, -/area/library/abandoned) -"mJY" = ( -/obj/structure/grille, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 4 - }, -/turf/simulated/wall/r_wall, -/area/atmos) -"mKb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay2) -"mKg" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/storage/primary) -"mKr" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 1; - name = "Труба дыхательной смеси" - }, -/obj/machinery/atmospherics/binary/pump{ - desc = "Отправляет смесь из трубы в хранилище для неё"; - dir = 8; - name = "Смесь в хранилище"; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "green" - }, -/area/atmos) -"mKu" = ( -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "yellow" - }, -/area/storage/primary) -"mKv" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 4; - name = "Труба смешивания" - }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "caution" - }, -/area/atmos) -"mKN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"mKO" = ( -/obj/structure/table/reinforced, -/obj/item/storage/belt/utility, -/obj/item/wrench, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"mKZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/medical/research/nhallway) -"mLo" = ( -/obj/item/reagent_containers/glass/bucket, -/obj/structure/sink{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/processing) -"mLx" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"mLE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/nw) -"mLI" = ( -/turf/simulated/floor/wood, -/area/security/detectives_office) -"mLJ" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/disposalpipe/junction, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "green" - }, -/area/hallway/secondary/exit) -"mLS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"mMd" = ( -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/nw) -"mMf" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"mMg" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"mMi" = ( -/obj/machinery/computer/security{ - network = list("SS13","Mining Outpost") - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkred" - }, -/area/security/warden) -"mMo" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"mMq" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/bridge) -"mMr" = ( -/obj/structure/table, -/obj/machinery/light, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/clothing/mask/gas, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"mMw" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/atmos) -"mMz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Cyborg" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"mME" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "cargodelivery"; - name = "deliver conveyor"; - pixel_x = -10 - }, -/obj/effect/decal/warning_stripes/arrow, -/obj/effect/decal/warning_stripes/yellow/partial, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/delivery) -"mMH" = ( -/obj/structure/sign/poster/official/work_for_a_future{ - pixel_x = 32 - }, -/obj/effect/decal/warning_stripes/east, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/atmos) -"mMQ" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/bridge) -"mNe" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Security"; - req_access_txt = "58" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/wood, -/area/security/hos) -"mNi" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"mNo" = ( -/obj/machinery/portable_atmospherics/canister/sleeping_agent, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/atmos) -"mNq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/table/wood, -/obj/item/storage/pill_bottle/dice, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"mNA" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/atmos) -"mNY" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/medical/research/nhallway) -"mOb" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/sw) -"mOq" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "HoSPriv"; - name = "HoS Office Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/hos) -"mOw" = ( -/obj/machinery/photocopier, -/obj/structure/sign/poster/official/random{ - pixel_x = -32 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/wood, -/area/ntrep) -"mPs" = ( -/obj/machinery/power/rad_collector{ - anchored = 1 - }, -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engine/engineering) -"mPC" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 27 - }, -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/black, -/obj/item/stack/cable_coil, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"mPE" = ( -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"mPJ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/turf/simulated/floor/plating, -/area/bridge) -"mPK" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22"; - tag = "icon-plant-22" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port/west) -"mPL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkredcorners" - }, -/area/security/evidence) -"mQn" = ( -/obj/machinery/vending/medical, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/item/radio/intercom{ - pixel_x = 28; - pixel_y = -28 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whiteblue"; - tag = "icon-whiteblue (SOUTHEAST)" - }, -/area/medical/reception) -"mQp" = ( -/obj/effect/landmark/start{ - name = "Station Engineer" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering) -"mQI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"mQL" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 2; - height = 18; - id = "skipjack_sw"; - name = "southwest of SS13"; - width = 19 - }, -/turf/space, -/area/space) -"mQO" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xeno1"; - name = "Creature Cell #1"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"mRg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/securehallway) -"mRi" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/structure/table/wood, -/obj/item/paper/deltainfo, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"mRE" = ( -/obj/effect/decal/warning_stripes/north, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"mRF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel, -/area/gateway) -"mRH" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/checkpoint) -"mRJ" = ( -/obj/machinery/computer/crew, -/obj/machinery/ai_status_display{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "blue" - }, -/area/bridge/checkpoint/south) -"mSc" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/security/armoury) -"mSh" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - cell_type = 5000; - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"mSn" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/hallway/primary/port/west) -"mSo" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"mSE" = ( -/obj/structure/table/wood, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"mSG" = ( -/obj/structure/transit_tube{ - icon_state = "W-SE"; - tag = "icon-W-SE" - }, -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/space, -/area/space/nearstation) -"mSR" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/crew_quarters/sleep) -"mTh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"mTu" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/chair/office/light{ - dir = 1; - pixel_y = 3 - }, -/obj/effect/landmark/start{ - name = "Research Director" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/crew_quarters/hor) -"mTB" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"mTD" = ( -/obj/machinery/photocopier, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "blue" - }, -/area/bridge/checkpoint/south) -"mTO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"mTP" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prisoner Processing"; - req_access_txt = "63" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/processing) -"mUc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitegreen"; - tag = "icon-whitegreen (NORTHEAST)" - }, -/area/medical/virology) -"mUg" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xeno2"; - name = "Creature Cell #4"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"mUi" = ( -/obj/machinery/photocopier, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"mUu" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"mUz" = ( -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/bridge) -"mUF" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/wall/r_wall, -/area/toxins/explab) -"mUQ" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/brigstaff) -"mUS" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/flashlight/lamp, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/bridge) -"mUT" = ( -/obj/effect/decal/warning_stripes/north, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"mUY" = ( -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"mVH" = ( -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"mVO" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"mVY" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/chair/comfy/shuttle, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"mWo" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"mWC" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/toxins/mixing) -"mWM" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/maintenance/electrical) -"mWP" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"mWR" = ( -/obj/machinery/dna_scannernew, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/genetics_cloning) -"mWV" = ( -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "Singularity"; - layer = 2.7; - name = "Singularity Blast Doors"; - opacity = 0 - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating, -/area/engine/engineering) -"mWY" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "HoSPriv"; - name = "HoS Office Privacy Shutters" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/hos) -"mXt" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"mXF" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"mXP" = ( -/obj/machinery/atmospherics/pipe/simple/visible, -/obj/machinery/meter, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"mYd" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/junction{ - dir = 8; - tag = "icon-pipe-j1 (EAST)" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"mYf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/bridge) -"mYk" = ( -/obj/effect/landmark{ - name = "revenantspawn" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"mYv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/wall, -/area/crew_quarters/fitness) -"mYA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"mYX" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ai_monitored/storage/eva) -"mZc" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"mZk" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/checkpoint/south) -"mZA" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/explab) -"mZI" = ( -/obj/structure/cable, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xenosecure"; - name = "Secure Creature Cell"; - opacity = 0 - }, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"mZK" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/reception) -"mZM" = ( -/obj/structure/table/reinforced, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -23 - }, -/obj/item/stock_parts/matter_bin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/micro_laser, -/obj/effect/decal/warning_stripes/northeast, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/scanning_module, -/obj/item/stock_parts/capacitor, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/lab) -"nab" = ( -/obj/structure/sign/barber{ - pixel_x = -21; - pixel_y = 32 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"naf" = ( -/obj/effect/decal/cleanable/vomit, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"nai" = ( -/obj/structure/chair/comfy/shuttle, -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" - }, -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"nak" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/sortjunction{ - dir = 1; - icon_state = "pipe-j2s"; - name = "Captain Office"; - sortType = 18 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/ne) -"nan" = ( -/obj/structure/reagent_dispensers/oil, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/assembly/robotics) -"naq" = ( -/obj/effect/landmark/start{ - name = "Scientist" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"naC" = ( -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - id_tag = "sw_maint_airlock"; - pixel_y = 25; - tag_airpump = "sw_maint_pump"; - tag_chamber_sensor = "sw_maint_sensor"; - tag_exterior_door = "sw_maint_outer"; - tag_interior_door = "sw_maint_inner" - }, -/obj/machinery/airlock_sensor{ - id_tag = "sw_maint_sensor"; - pixel_y = 33 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 4; - frequency = 1379; - id_tag = "sw_maint_pump" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"naD" = ( -/obj/item/target, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"naE" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -28 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin3) -"naI" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/security/prisonershuttle) -"naQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"naR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"nbb" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "HoSPriv"; - name = "HoS Office Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/hos) -"nbr" = ( -/obj/item/grenade/clusterbuster/honk, -/turf/simulated/floor/plating, -/area/toxins/storage) -"nbx" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/shallway) -"nbA" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/reception) -"nbP" = ( -/obj/structure/urinal{ - pixel_y = 28 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"nbT" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"ncb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/se) -"ncC" = ( -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "redcorner" - }, -/area/security/lobby) -"ncP" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"ncZ" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/primary/central/sw) -"ndm" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner (WEST)" - }, -/area/medical/reception) -"ndo" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/barricade/wooden, -/turf/simulated/floor/plating, -/area/library/abandoned) -"ndq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"ndu" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Unisex Restrooms" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"ndJ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"ndK" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"ndS" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/ne) -"ndY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"nee" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/pen, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "carpet" - }, -/area/crew_quarters/courtroom) -"neD" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 4; - name = "Труба на фильтрацию" - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Distribution"; - dir = 8; - network = list("SS13","Engineering") - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "caution" - }, -/area/atmos) -"neN" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"neW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"nfa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whiteblue (EAST)" - }, -/area/medical/sleeper) -"nfb" = ( -/obj/machinery/computer/secure_data, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/bridge) -"nfd" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"nfm" = ( -/obj/machinery/light/small, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"nft" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/beach/water{ - icon_state = "seadeep" - }, -/area/crew_quarters/fitness) -"nfv" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"nfN" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/security/customs) -"nfO" = ( -/obj/machinery/ai_status_display{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/medical/research/nhallway) -"nfX" = ( -/obj/machinery/alarm{ - pixel_y = 23 - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/wood, -/area/security/detectives_office) -"nfZ" = ( -/obj/machinery/door/airlock/public/glass{ - id_tag = "Perma12" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaLockdown"; - name = "Perma Lockdown" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaCellsLockdown"; - name = "Perma Cells Lockdown" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"ngy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"nhd" = ( -/obj/machinery/door/airlock/shuttle{ - id_tag = "s_docking_airlock" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/shuttle/arrival/station) -"nhs" = ( -/obj/structure/table, -/obj/machinery/kitchen_machine/microwave{ - pixel_x = -1; - pixel_y = 7 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brigstaff) -"nhC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"nhD" = ( -/turf/simulated/wall, -/area/maintenance/maintcentral) -"nhJ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/wall, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"nhY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkredcorners" - }, -/area/security/securearmoury) -"nig" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Break Room Maintenance"; - req_access_txt = "47" - }, -/turf/simulated/floor/plasteel, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"niq" = ( -/obj/machinery/computer/rdservercontrol, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/server) -"niu" = ( -/obj/machinery/light_switch{ - pixel_x = 4; - pixel_y = 26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"nix" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "SKPP" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "eslock"; - name = "Escape Shuttle Lockdown" - }, -/turf/simulated/floor/plating, -/area/bridge/checkpoint/south) -"niI" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "redcorner" - }, -/area/security/processing) -"nji" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/table/wood, -/obj/item/paicard, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"njj" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/mug/hos, -/obj/item/spacepod_key{ - id = 100000 - }, -/obj/machinery/firealarm{ - pixel_y = -26 - }, -/obj/item/paper/safe_code{ - owner = "hos" - }, -/obj/structure/sign/poster/secret/yug0{ - pixel_x = 32 - }, -/obj/item/lighter/zippo/hos, -/turf/simulated/floor/wood, -/area/security/hos) -"njk" = ( -/obj/machinery/vending/security, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"njq" = ( -/obj/machinery/atmospherics/pipe/simple/visible, -/obj/machinery/hologram/holopad, -/obj/effect/landmark/start{ - name = "Medical Doctor" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/cryo) -"njv" = ( -/obj/effect/decal/warning_stripes/southeastcorner, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"njy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"njF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/cryo) -"njG" = ( -/obj/machinery/door_control{ - id = "paramedic"; - name = "Garage Door Control"; - pixel_y = 24; - req_access_txt = "66" - }, -/obj/machinery/door/poddoor/shutters{ - dir = 8; - id_tag = "paramedic"; - name = "Paramedic Garage" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/medical/paramedic) -"njM" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"njP" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/medical/research{ - name = "Research Division" - }) -"nkf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/engineering) -"nkm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Customs"; - req_access_txt = "63" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"nkv" = ( -/obj/structure/chair, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/checkpoint) -"nkH" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"nkJ" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/toxins/mixing) -"nkN" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner (WEST)" - }, -/area/medical/medbay) -"nlf" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/structure/table, -/obj/machinery/smartfridge/disks, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"nlk" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/light, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"nlq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"nlu" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"nlC" = ( -/obj/machinery/photocopier, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -32 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain/bedroom) -"nlE" = ( -/obj/effect/landmark{ - name = "JoinLate" - }, -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"nlF" = ( -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/bar) -"nlJ" = ( -/obj/structure/barricade/wooden, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"nlK" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port/west) -"nlR" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"nmf" = ( -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/assembly/showroom) -"nml" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plating, -/area/engine/engineering) -"nmp" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/shallway) -"nmy" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"nmX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/computer/security{ - network = list("SS13","Mining Outpost") - }, -/turf/simulated/floor/wood, -/area/security/hos) -"nnt" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"nnx" = ( -/obj/machinery/cell_charger, -/obj/structure/table, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"nnB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"nnI" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "green" - }, -/area/hallway/secondary/exit) -"nnM" = ( -/obj/machinery/biogenerator, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"nnT" = ( -/obj/machinery/particle_accelerator/control_box, -/obj/structure/cable/yellow, -/turf/simulated/floor/plating, -/area/engine/engineering) -"noj" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"nol" = ( -/obj/machinery/light, -/obj/structure/chair{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/crew_quarters/fitness) -"nom" = ( -/obj/effect/decal/warning_stripes/east, -/obj/effect/landmark{ - name = "JoinLateCyborg" - }, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"nop" = ( -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Rec Room Aft"; - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/crew_quarters/fitness) -"nos" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaLockdown"; - name = "Perma Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"nou" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Courtroom"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"noI" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"npg" = ( -/obj/structure/table/reinforced, -/obj/item/folder, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"nph" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/door_control{ - id = "representative"; - name = "Privacy Shutters Control"; - pixel_x = -4; - pixel_y = 24; - req_access_txt = "73" - }, -/obj/machinery/door_control{ - id = "ntrepofficedoor"; - name = "Office Door"; - normaldoorcontrol = 1; - pixel_x = 6; - pixel_y = 24; - req_access_txt = "73" - }, -/turf/simulated/floor/wood, -/area/ntrep) -"npH" = ( -/obj/machinery/atmospherics/unary/tank/air{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"npN" = ( -/obj/machinery/computer/brigcells, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/reception) -"npP" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"npS" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/computer/prisoner{ - req_access = null; - req_access_txt = "2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/hos) -"npT" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"nqd" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plating, -/area/atmos) -"nqB" = ( -/obj/structure/table/reinforced, -/obj/item/folder, -/obj/item/pen, -/obj/item/reagent_containers/food/snacks/grown/apple, -/obj/machinery/door/window/eastleft{ - dir = 8; - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"nqE" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 8; - icon_state = "pipe-j2"; - tag = "icon-pipe-j1 (WEST)" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/reception) -"nqG" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A16"; - location = "A15" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"nqH" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/north) -"nqI" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/hardsuitstorage) -"nqL" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - id_tag = "engstorage"; - name = "Secure Storage Blast Doors" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"nqM" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A13"; - location = "A12" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/north) -"nrd" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xeno4"; - name = "Creature Cell #4"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"nrg" = ( -/obj/machinery/flasher_button{ - id = "gulagshuttleflasher"; - name = "Flash Control"; - pixel_y = -26; - req_access_txt = "1" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/siberia) -"nrr" = ( -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/crew_quarters/courtroom) -"nrz" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/disposalpipe/junction{ - dir = 1; - icon_state = "pipe-y" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/north) -"nrB" = ( -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"nrF" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/security/prisonershuttle) -"nrJ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Briefing"; - name = "Briefing Room Shutters" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/main) -"nsi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/serviceyard) -"nsl" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Gateway Access"; - req_access_txt = "62" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/gateway) -"nso" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"nsw" = ( -/obj/effect/decal/warning_stripes/northeastcorner, -/turf/simulated/floor/plasteel, -/area/gateway) -"nsA" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/gps, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/medical/research{ - name = "Research Division" - }) -"nsP" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"nsR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/range) -"nsS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"nsT" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"nsU" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"nte" = ( -/turf/simulated/wall, -/area/maintenance/asmaint2) -"nth" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering) -"ntj" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/electrical) -"ntt" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/lobby) -"ntG" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A38"; - location = "A37" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/north) -"ntK" = ( -/obj/structure/sign/securearea{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/east) -"ntS" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atm{ - pixel_x = -28; - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "purplecorner" - }, -/area/hallway/primary/aft) -"ntV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/se) -"nud" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/execution) -"nuj" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/turret_protected/aisat_interior) -"nuE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "green" - }, -/area/crew_quarters/courtroom) -"nuG" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/maintenance/electrical) -"nuU" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/radio, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/checkpoint) -"nve" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"nvg" = ( -/obj/structure/table/reinforced, -/obj/item/storage/firstaid/regular, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"nvk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/north) -"nvA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"nvS" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/security/podbay) -"nvU" = ( -/obj/structure/bookcase, -/turf/simulated/floor/plating, -/area/library/abandoned) -"nvV" = ( -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/brig) -"nwf" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/library/abandoned) -"nwh" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/beach/water{ - icon_state = "seadeep" - }, -/area/crew_quarters/fitness) -"nwn" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 8; - name = "Quartermaster Junction"; - sortType = 3 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/north) -"nwz" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"nwH" = ( -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/medical/morgue) -"nwK" = ( -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"nxa" = ( -/obj/structure/chair/comfy/teal{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/reception) -"nxr" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/toy/figure/borg, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/bluegrid, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"nxE" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell 1"; - name = "Cell 1 Locker" - }, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/obj/machinery/newscaster{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bcarpet05" - }, -/area/security/prison/cell_block/A) -"nxK" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"nxM" = ( -/obj/structure/bed, -/obj/item/bedsheet/red, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "redcorner" - }, -/area/security/prison/cell_block/A) -"nyi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/library/abandoned) -"nyp" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"nyX" = ( -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"nze" = ( -/obj/structure/closet/lasertag/red, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"nzg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/lobby) -"nzh" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"nzk" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "execution" - }, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "execution" - }, -/obj/structure/window/reinforced/polarized{ - id = "execution" - }, -/turf/simulated/floor/plating, -/area/security/execution) -"nzz" = ( -/obj/structure/closet/lawcloset, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/item/clothing/under/rank/internalaffairs, -/obj/item/clothing/under/rank/internalaffairs, -/obj/item/clothing/suit/storage/internalaffairs, -/obj/item/clothing/suit/storage/internalaffairs, -/obj/item/clothing/accessory/lawyers_badge, -/obj/item/clothing/accessory/lawyers_badge, -/obj/item/radio/headset/headset_iaa, -/obj/item/radio/headset/headset_iaa, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"nzN" = ( -/obj/effect/decal/warning_stripes/east, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"nzR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brig) -"nzZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"nAl" = ( -/obj/machinery/vending/autodrobe, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"nAw" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell 3"; - name = "Cell 3 Locker" - }, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/prison/cell_block/A) -"nAz" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating, -/area/engine/engineering) -"nAA" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/flasher{ - id = "Cell 3"; - pixel_y = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/prison/cell_block/A) -"nAL" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/visible, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/cryo) -"nAT" = ( -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "engineering_west_airlock"; - name = "interior access button"; - pixel_x = -20; - pixel_y = -20; - req_access_txt = "10;13" - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/engineering) -"nBl" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/disposaloutlet, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"nBu" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research{ - name = "Research Division" - }) -"nBy" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"nBI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"nBK" = ( -/obj/machinery/optable, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"nBR" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/chief) -"nCm" = ( -/obj/structure/rack, -/obj/item/tank/oxygen, -/obj/item/radio, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/teleporter) -"nCp" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/se) -"nCH" = ( -/obj/structure/chair/stool/bar, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"nCX" = ( -/obj/structure/bed, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/obj/machinery/newscaster{ - pixel_x = 27; - pixel_y = 33 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/prison/cell_block/A) -"nCY" = ( -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/prisonershuttle) -"nDc" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell 5"; - name = "Cell 5 Locker" - }, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/prison/cell_block/A) -"nDf" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/glass{ - amount = 10 - }, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"nDj" = ( -/obj/structure/closet/emcloset, -/obj/item/radio/intercom{ - dir = 1; - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/medical/research/nhallway) -"nDm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 36 - }, -/obj/machinery/flasher{ - id = "Cell 5"; - pixel_y = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/prison/cell_block/A) -"nDy" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Storage"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/permahallway) -"nDK" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"nDV" = ( -/obj/machinery/gravity_generator/main/station, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/engine/gravitygenerator) -"nEb" = ( -/obj/machinery/chem_heater, -/obj/effect/decal/warning_stripes/southwest, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/engine, -/area/medical/chemistry) -"nEj" = ( -/obj/machinery/door_timer/cell_3{ - dir = 1; - pixel_y = 0 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Brig Cells"; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"nEB" = ( -/obj/machinery/disposal, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"nEP" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat_interior) -"nFe" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library/abandoned) -"nFf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"nFA" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/gravitygenerator) -"nFB" = ( -/obj/structure/chair/comfy/brown, -/obj/effect/landmark/start{ - name = "Librarian" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"nFC" = ( -/obj/structure/table/wood, -/obj/machinery/light/small, -/obj/machinery/computer/security/wooden_tv, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain/bedroom) -"nFL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/prison/cell_block/A) -"nGa" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/item/gun/projectile/shotgun/riot{ - pixel_x = -1; - pixel_y = -6 - }, -/obj/item/gun/projectile/shotgun/riot{ - pixel_x = -1; - pixel_y = -3 - }, -/obj/item/gun/projectile/shotgun/riot{ - pixel_x = -1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"nGg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"nGj" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "sw_maint_inner"; - locked = 1; - name = "West Maintenance External Access"; - req_access = null; - req_access_txt = "10;13" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"nGl" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/machinery/status_display{ - layer = 4; - pixel_y = 32 - }, -/obj/item/pen, -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin2) -"nGq" = ( -/obj/structure/table, -/obj/item/storage/fancy/donut_box, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/processing) -"nGr" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/gravitygenerator) -"nGy" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay2) -"nGC" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"nGI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"nGQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"nGY" = ( -/obj/structure/particle_accelerator/particle_emitter/right{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engine/engineering) -"nHp" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"nHu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"nHz" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "redcorner" - }, -/area/security/main) -"nHQ" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/toxins/mixing) -"nIa" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/obj/item/stack/sheet/glass{ - amount = 50 - }, -/obj/item/storage/belt/utility, -/turf/simulated/floor/bluegrid, -/area/tcommsat/chamber) -"nIm" = ( -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"nIo" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/engine/break_room) -"nIr" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/biostorage) -"nIv" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology/lab) -"nIw" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Botanist" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"nIB" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"nIG" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"nIS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"nJf" = ( -/obj/machinery/power/treadmill{ - dir = 8 - }, -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/prison/cell_block/A) -"nJm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/processing) -"nJr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteredfull" - }, -/area/security/medbay) -"nJv" = ( -/obj/structure/chair/stool, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/electrical) -"nJx" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/processing) -"nJD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/door/airlock/public/glass{ - id_tag = "KPPS" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "eslock"; - name = "Escape Shuttle Lockdown" - }, -/turf/simulated/floor/plasteel, -/area/bridge/checkpoint/south) -"nJR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - id = "Interrogation"; - name = "Private Room"; - req_access_txt = "63" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/interrogation) -"nJZ" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple"; - tag = "icon-whitepurple (NORTH)" - }, -/area/medical/research{ - name = "Research Division" - }) -"nKc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/interrogation) -"nKe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Prison Solitary Confinement 1"; - dir = 6; - network = list("Prison","SS13") - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"nKi" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/medical/cmo) -"nKl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"nKr" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/medical/virology) -"nKG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/medical/research/nhallway) -"nKW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "green" - }, -/area/crew_quarters/courtroom) -"nLe" = ( -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whitegreen"; - tag = "icon-whitegreen (SOUTHEAST)" - }, -/area/medical/virology) -"nLj" = ( -/obj/structure/table/wood, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"nLE" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = 1; - pixel_y = 2 - }, -/obj/item/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = 8; - pixel_y = 9 - }, -/obj/item/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = -6; - pixel_y = 9 - }, -/obj/machinery/camera{ - c_tag = "Medbay Cryo Room"; - dir = 1; - network = list("SS13","Medical") - }, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 26 - }, -/obj/structure/cable, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/cryo) -"nLI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/permabrig) -"nLY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/permabrig) -"nMi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "rampbottom"; - tag = "icon-stage_stairs" - }, -/area/medical/research{ - name = "Research Division" - }) -"nMs" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/grassybush, -/turf/simulated/floor/grass, -/area/medical/cryo) -"nMw" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay) -"nMC" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/closet/bombcloset, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"nMD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"nMG" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/portable_atmospherics/canister/sleeping_agent, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permahallway) -"nNj" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/primary/central/sw) -"nNm" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = null; - name = "Escape Shuttle Infirmary" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"nNp" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/machinery/light, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"nNu" = ( -/turf/space, -/turf/simulated/wall/r_wall, -/area/security/processing) -"nNy" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/crew_quarters/fitness) -"nNJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"nNL" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 4; - name = "Brig HoS Office"; - sortType = 7 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"nNN" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/fitness) -"nOg" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"nOn" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/sign/science{ - pixel_x = 32; - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/aft) -"nOr" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"nOs" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/magistrateoffice) -"nOK" = ( -/obj/machinery/power/solar{ - name = "Aft Starboard Solar Panel" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" - }, -/area/solar/port) -"nOR" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/library/abandoned) -"nOT" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/cabin4) -"nPr" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/vodka{ - desc = "Кто это тут к нам колёса катит?"; - name = "Старая бутылка водки" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/simulated/floor/wood, -/area/security/detectives_office) -"nPA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/ne) -"nPN" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/turf/simulated/floor/plasteel{ - icon_state = "bcarpet05" - }, -/area/blueshield) -"nPX" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"nPZ" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"nQl" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "SecPilotPriv" - }, -/turf/simulated/floor/plating, -/area/security/podbay) -"nQo" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/podbay) -"nQt" = ( -/obj/structure/table/reinforced, -/obj/item/storage/firstaid/fire, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "yellow" - }, -/area/engine/engineering) -"nQv" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"nQy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"nQB" = ( -/obj/structure/table/reinforced, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/turf/simulated/floor/plasteel{ - dir = 7; - icon_state = "yellow" - }, -/area/engine/engineering) -"nQC" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"nQG" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "ai1"; - name = "Turret Shutters" - }, -/turf/simulated/floor/plating, -/area/turret_protected/aisat_interior) -"nQR" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/wood, -/area/library) -"nQS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"nQZ" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"nRi" = ( -/obj/structure/rack, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/item/wrench, -/obj/item/crowbar, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"nRp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"nRt" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/engine/insulated/vacuum, -/area/atmos) -"nRC" = ( -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"nRQ" = ( -/obj/machinery/computer/general_air_control/large_tank_control{ - frequency = 1441; - input_tag = "mix_in"; - name = "Gas Mix Tank Control"; - output_tag = "mix_out"; - sensors = list("mix_sensor" = "Tank") - }, -/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 8; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "green" - }, -/area/atmos) -"nRT" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/brig) -"nRY" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/customs) -"nSd" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"nSf" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/storage/tech) -"nSl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bcarpet05" - }, -/area/medical/ward) -"nSr" = ( -/obj/structure/table/wood, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "escape" - }, -/area/crew_quarters/fitness) -"nSs" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/toxins/explab) -"nSt" = ( -/obj/structure/table/reinforced, -/obj/item/weldingtool, -/obj/item/clothing/head/welding, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"nSx" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"nSA" = ( -/obj/structure/table, -/obj/item/paicard, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"nSW" = ( -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor{ - id_tag = "toxinsdriver"; - name = "disposal bay door"; - protected = 0 - }, -/turf/simulated/floor/plating, -/area/toxins/mixing) -"nSZ" = ( -/turf/simulated/wall/r_wall, -/area/security/evidence) -"nTk" = ( -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"nTm" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "yellow" - }, -/area/engine/hardsuitstorage) -"nTo" = ( -/obj/structure/table/reinforced, -/obj/item/t_scanner, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"nTz" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/status_display{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Engineering Storage 1"; - dir = 1; - network = list("Engineering","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/hardsuitstorage) -"nTD" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A19"; - location = "A18" - }, -/mob/living/simple_animal/bot/secbot/beepsky, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port/west) -"nTJ" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay2) -"nTV" = ( -/obj/structure/closet/l3closet/scientist, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"nTY" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"nUq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "green" - }, -/area/hydroponics) -"nUs" = ( -/obj/machinery/ai_slipper, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat_interior) -"nUw" = ( -/obj/structure/table/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/abandonedbar) -"nUy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"nUJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/tech) -"nUP" = ( -/obj/effect/decal/warning_stripes/northwestcorner, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/hardsuitstorage) -"nVA" = ( -/obj/machinery/computer/HolodeckControl, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"nVJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"nVL" = ( -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/primary) -"nVR" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - cell_type = 5000; - name = "south bump Important Area"; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/bridge) -"nWl" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen/multi/fountain, -/obj/item/stamp/rep, -/obj/item/lighter/zippo/nt_rep, -/turf/simulated/floor/carpet, -/area/ntrep) -"nWB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "green" - }, -/area/hydroponics) -"nWI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "escape" - }, -/area/bridge/checkpoint/south) -"nWK" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/construction/hallway) -"nWY" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"nXe" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/taperecorder, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/bridge) -"nXm" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"nXs" = ( -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/vending/coffee, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"nXz" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/hos) -"nXE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/carpet, -/area/bridge) -"nXK" = ( -/obj/structure/sign/goldenplaque{ - desc = "ЦК награждает клоуна Шляпку как первого заключённого брига после перестройки. Он был задержан по статьям 100 104 и 309. Так держать."; - name = "Награда за первое нарушение в новом бриге"; - pixel_y = 32 - }, -/mob/living/simple_animal/pet/dog/security, -/obj/structure/bed/dogbed, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/processing) -"nYi" = ( -/obj/structure/table/reinforced, -/obj/item/seeds/lime, -/obj/item/seeds/watermelon, -/obj/item/seeds/grape, -/obj/item/reagent_containers/food/snacks/grown/wheat, -/obj/item/reagent_containers/food/snacks/grown/watermelon, -/obj/item/reagent_containers/food/snacks/grown/banana, -/obj/machinery/door/window/eastright{ - dir = 8; - name = "Hydroponics Desk"; - req_access_txt = "35"; - tag = "icon-right" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"nYp" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/bridge) -"nYC" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id_tag = "rdprivacy"; - name = "Research Director Office Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/hor) -"nYK" = ( -/obj/machinery/light/small, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"nYW" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"nYY" = ( -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"nZi" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/medical/research/nhallway) -"nZz" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"nZM" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 4; - pixel_y = -32 - }, -/obj/structure/closet/l3closet/virology, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/camera{ - c_tag = "Virology Airlock"; - dir = 1; - network = list("Medical","SS13") - }, -/turf/simulated/floor/plasteel, -/area/medical/virology) -"oag" = ( -/obj/machinery/light/small, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"oah" = ( -/obj/effect/landmark{ - name = "Observer-Start" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/hallway/primary/central/north) -"oak" = ( -/obj/structure/grille, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"oan" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 58; - pixel_y = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkredcorners" - }, -/area/security/warden) -"oau" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/brig) -"oaU" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"obc" = ( -/obj/structure/table/reinforced, -/obj/item/folder/blue, -/obj/item/flash, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/turret_protected/aisat) -"obl" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/greengrid, -/area/security/nuke_storage) -"obr" = ( -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"obt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "cautioncorner" - }, -/area/hallway/primary/starboard/east) -"obu" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"obv" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 4; - frequency = 1379; - id_tag = "sw_maint2_pump" - }, -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - id_tag = "sw_maint2_airlock"; - pixel_y = 25; - tag_airpump = "sw_maint2_pump"; - tag_chamber_sensor = "sw_maint2_sensor"; - tag_exterior_door = "sw_maint2_outer"; - tag_interior_door = "sw_maint2_inner" - }, -/obj/machinery/airlock_sensor{ - id_tag = "sw_maint2_sensor"; - pixel_y = 33 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"obB" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"obE" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"obR" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"oca" = ( -/obj/structure/table/wood, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"ocg" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/closet/crate, -/obj/item/coin/silver, -/obj/item/coin/silver, -/obj/item/coin/silver, -/obj/item/coin/silver, -/obj/item/coin/silver, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/security/nuke_storage) -"ocu" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brig) -"ocw" = ( -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/security/nuke_storage) -"ocD" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance, -/obj/structure/barricade/wooden, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"ocE" = ( -/turf/simulated/floor/plasteel{ - dir = 7; - icon_state = "yellow" - }, -/area/engine/hardsuitstorage) -"ocK" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/closet/fireaxecabinet{ - pixel_y = 32 - }, -/obj/structure/closet/secure_closet/freezer/money, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/security/nuke_storage) -"ocR" = ( -/obj/effect/decal/warning_stripes/arrow, -/obj/effect/decal/warning_stripes/yellow/partial, -/turf/simulated/floor/plasteel, -/area/teleporter) -"odl" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/ne) -"odT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"oee" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/prison/cell_block/A) -"oeC" = ( -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/sunnybush, -/turf/simulated/floor/grass, -/area/hallway/secondary/exit) -"oeE" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "escape" - }, -/area/bridge/checkpoint/south) -"oeN" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Chapel Morgue"; - req_access_txt = "27" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"ofk" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/table/reinforced, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/lab) -"ofn" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - layer = 2 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"ofo" = ( -/obj/machinery/computer/arcade, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "bcarpet05" - }, -/area/security/prison/cell_block/A) -"ofr" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Central Ring Hallway East 4"; - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/east) -"ofG" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"ofJ" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/light/spot, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"ofQ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"ogb" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/aft) -"ogj" = ( -/obj/structure/sign/greencross{ - pixel_x = 32 - }, -/turf/simulated/wall, -/area/medical/cryo) -"ogy" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Medical Doctor" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/reception) -"ogG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "bcarpet05" - }, -/area/security/prison/cell_block/A) -"ogO" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/window/brigdoor{ - id = null; - name = "Creature Pen"; - req_access_txt = "47" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"ogP" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/storage/box/monkeycubes, -/obj/item/storage/box/monkeycubes, -/obj/item/storage/box/monkeycubes, -/obj/item/reagent_containers/spray/cleaner{ - desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; - name = "Chemistry Cleaner" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whitepurple" - }, -/area/toxins/misc_lab) -"ogS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"ogV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/hologram/holopad, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"ogY" = ( -/obj/machinery/vending/medical, -/obj/effect/decal/warning_stripes/blue/hollow, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 30 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"ogZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/prison/cell_block/A) -"oha" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/junction{ - dir = 8; - icon_state = "pipe-j2"; - tag = "icon-pipe-j1 (WEST)" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"ohb" = ( -/turf/simulated/floor/carpet, -/area/ntrep) -"ohk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"ohs" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/landmark{ - name = "xeno_spawn"; - pixel_x = -1 - }, -/turf/simulated/floor/plating, -/area/library/abandoned) -"ohx" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table/glass, -/obj/item/storage/box/beakers, -/obj/item/storage/box/syringes, -/obj/effect/decal/warning_stripes/northeastcorner, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"ohz" = ( -/obj/machinery/ai_status_display{ - pixel_x = 32 - }, -/obj/machinery/r_n_d/protolathe{ - pixel_y = 2 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/lab) -"ohL" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/hardsuitstorage) -"ohN" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/processing) -"ohO" = ( -/obj/machinery/camera{ - c_tag = "Medbay Waiting Room"; - dir = 4; - network = list("SS13","Medical") - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay) -"oij" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/flasher{ - desc = "A floor-mounted flashbulb device."; - id = "permacell2"; - layer = 5; - pixel_y = -24; - range = 3 - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"oip" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreencorner" - }, -/area/medical/medbay3) -"ojd" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/starboard) -"ojf" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/louge) -"ojk" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/toy/figure/warden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -24; - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 8; - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkred" - }, -/area/security/warden) -"ojn" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/security/processing) -"ojw" = ( -/obj/structure/table, -/obj/item/plant_analyzer, -/obj/item/cultivator, -/obj/item/reagent_containers/spray/plantbgone, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"ojx" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/crew_quarters/sleep) -"ojC" = ( -/obj/structure/bed, -/obj/structure/curtain/open, -/obj/item/bedsheet/medical{ - level = 1.4 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"ojL" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"ojU" = ( -/obj/structure/bed, -/obj/item/bedsheet/patriot, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"okc" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator Foyer"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"oke" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering"; - req_access_txt = "32" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"okj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/toy/figure/dsquad, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/assembly/showroom) -"okq" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/reception) -"okD" = ( -/obj/effect/decal/cleanable/blood/xeno, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"okH" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/hologram/holopad{ - pixel_x = -16 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/toxins/lab) -"okI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/library) -"okQ" = ( -/obj/machinery/vending/engivend, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"okX" = ( -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/permabrig) -"olb" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/ward) -"olj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"olA" = ( -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"olG" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/checkpoint) -"olI" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/turf/simulated/floor/wood, -/area/library) -"olS" = ( -/obj/structure/table, -/obj/item/storage/box/chemimp{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/storage/box/trackimp, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"omi" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/camera{ - c_tag = "Permabrig Office South"; - dir = 1; - network = list("Prison","SS13"); - pixel_x = 22 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/permabrig) -"omz" = ( -/obj/machinery/computer/area_atmos/area, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"omC" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/checkpoint/south) -"omJ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port/west) -"omO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"omQ" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/firealarm{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/surgery2) -"omU" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/assembly/robotics) -"onj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"onq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/permahallway) -"onr" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"onT" = ( -/obj/structure/chair/comfy/teal, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"oof" = ( -/obj/structure/sign/nosmoking_1, -/turf/simulated/wall, -/area/medical/morgue) -"oop" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/wood, -/area/blueshield) -"ooA" = ( -/obj/machinery/computer/prisoner{ - req_access = null; - req_access_txt = "2" - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"ooO" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/clipboard, -/obj/item/folder/blue, -/obj/machinery/camera{ - c_tag = "AI Transit Tube Access"; - network = list("SS13","Engineering") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/aienter) -"ooV" = ( -/obj/machinery/atm{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"ooZ" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/pod_4) -"opt" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library/abandoned) -"opy" = ( -/obj/effect/landmark{ - name = "lightsout" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/primary) -"opE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8"; - tag = "" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Temporal Prisoner Cell"; - req_access_txt = "63" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/processing) -"opF" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "ai1"; - name = "Turret Shutters" - }, -/turf/simulated/floor/plating, -/area/turret_protected/aisat_interior) -"opP" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/library/abandoned) -"oqa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"oqc" = ( -/obj/structure/grille, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"oql" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/medical/psych) -"oqp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/surgery2) -"oqr" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/wood, -/area/assembly/showroom) -"oqs" = ( -/obj/structure/chair, -/obj/machinery/door/window/eastright, -/turf/simulated/floor/plasteel{ - icon_state = "carpet" - }, -/area/crew_quarters/courtroom) -"oqv" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"oqw" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "ai1"; - name = "Turret Shutters" - }, -/turf/simulated/floor/plating, -/area/turret_protected/aisat_interior) -"oqA" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/medical/research{ - name = "Research Division" - }) -"oqG" = ( -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/prisonershuttle) -"oqI" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/light, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"oqN" = ( -/obj/structure/delta_statue/se, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "vault" - }, -/area/bridge/vip) -"oqZ" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = null; - name = "Paramedic"; - req_access_txt = "66" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/paramedic) -"orl" = ( -/obj/machinery/recharge_station, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"orw" = ( -/obj/machinery/atmospherics/binary/pump{ - desc = "Переводит смесь из хранилища в трубы"; - dir = 4; - name = "Из хранилища в трубы"; - target_pressure = 101 - }, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 1; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "green" - }, -/area/atmos) -"orN" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"orS" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 4; - name = "Труба смешивания" - }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"orT" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"osl" = ( -/obj/machinery/recharge_station, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"oss" = ( -/obj/structure/table/wood, -/obj/item/lighter/zippo/engraved{ - pixel_x = 1; - pixel_y = 3 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"osx" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall/r_wall, -/area/toxins/explab) -"osE" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/storage/fancy/donut_box, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/bridge) -"osJ" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/cabin4) -"osV" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"oth" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge Requests Console"; - pixel_x = -30; - pixel_y = -30 - }, -/obj/machinery/camera{ - c_tag = "Bridge Center"; - dir = 1 - }, -/obj/machinery/turretid/stun{ - control_area = "\improper AI Upload Chamber"; - name = "AI Upload Turret Control"; - pixel_y = -24; - req_access = list(75) - }, -/turf/simulated/floor/carpet, -/area/bridge) -"otn" = ( -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 29; - pixel_y = 22 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/sink{ - pixel_y = 30 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"otC" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"otM" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"otO" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "open"; - id_tag = "blueshield"; - name = "Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/blueshield) -"otP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"oud" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/binary/volume_pump{ - desc = "Позволяет опустошить трубы для смеси, отправив весь газ в отходы на фильтрацию"; - dir = 4; - name = "Смесь в отходы" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"oum" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreencorner" - }, -/area/medical/virology/lab) -"ouw" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/customs) -"ouL" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/medical/research{ - name = "Research Division" - }) -"ouO" = ( -/obj/structure/table/wood, -/obj/machinery/cell_charger, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"ovf" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 10; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"ovJ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/crew_quarters/locker) -"ovP" = ( -/turf/simulated/floor/carpet, -/area/crew_quarters/cabin4) -"ovT" = ( -/obj/machinery/door_control{ - id = "Exp_lockdown"; - name = "Expedition Lockdown Control"; - pixel_x = 7; - pixel_y = -26; - req_access_txt = "62" - }, -/obj/machinery/door_control{ - id = "eva-shutters"; - name = "Auxilary E.V.A. Storage"; - pixel_x = -7; - pixel_y = -26; - req_one_access_txt = "18" - }, -/obj/machinery/door_control{ - id = "BridgeLockdown"; - name = "Bridge Lockdown"; - pixel_x = 7; - pixel_y = -35; - req_access_txt = "62" - }, -/turf/simulated/floor/carpet, -/area/bridge) -"ovW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"ovX" = ( -/obj/structure/table/reinforced, -/obj/item/folder{ - pixel_x = -4 - }, -/obj/item/folder/red{ - pixel_y = 3 - }, -/obj/item/folder/blue{ - pixel_x = 5 - }, -/obj/item/folder/yellow{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/stamp/law, -/obj/item/pen/multi, -/obj/item/radio/intercom{ - pixel_y = 23 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"owd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"owg" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/security/detectives_office) -"owl" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"owm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/turret_protected/aisat_interior) -"owp" = ( -/obj/machinery/photocopier, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" - }, -/area/medical/reception) -"owB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"owM" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "green" - }, -/area/hydroponics) -"owP" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - id_tag = "captainofficedoor"; - name = "Captain's Office"; - req_access = null; - req_access_txt = "20" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"oxm" = ( -/obj/machinery/camera{ - c_tag = "Research Central Hall"; - dir = 8; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"oxF" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/securehallway) -"oyq" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"oyr" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Desc"; - req_one_access_txt = "24; 10" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"oyt" = ( -/obj/machinery/atmospherics/unary/vent_pump{ - external_pressure_bound = 140; - external_pressure_bound_default = 140; - name = "server vent"; - on = 1; - pressure_checks = 0 - }, -/turf/simulated/floor/bluegrid{ - icon_state = "gcircuit"; - name = "Mainframe Floor"; - nitrogen = 100; - oxygen = 0; - temperature = 80 - }, -/area/toxins/server) -"oyP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"oyT" = ( -/obj/machinery/vending/coffee, -/obj/machinery/light, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/processing) -"ozi" = ( -/obj/machinery/portable_atmospherics/canister/sleeping_agent, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"ozk" = ( -/obj/structure/sign/poster/official/random{ - pixel_x = 32 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/brig) -"ozo" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/newscaster/security_unit{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkred" - }, -/area/security/podbay) -"ozq" = ( -/obj/structure/bookcase, -/obj/structure/closet/walllocker/emerglocker/north{ - pixel_y = -32 - }, -/turf/simulated/floor/wood, -/area/library) -"ozs" = ( -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"ozv" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"ozQ" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"ozX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/evidence) -"oAa" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "execution" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "execution" - }, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "execution" - }, -/obj/structure/window/reinforced/polarized{ - id = "execution" - }, -/turf/simulated/floor/plating, -/area/security/execution) -"oAc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/prison/cell_block/A) -"oAg" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "ai1"; - name = "Turret Shutters" - }, -/turf/simulated/floor/plating, -/area/turret_protected/aisat_interior) -"oAp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "green" - }, -/area/crew_quarters/courtroom) -"oAs" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10; - initialize_directions = 10 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"oAA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 6; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port/west) -"oAM" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/port) -"oAW" = ( -/obj/machinery/light, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"oBd" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/security/vacantoffice) -"oBf" = ( -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"oBj" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"oBA" = ( -/obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/obj/item/paper/deltainfo, -/turf/simulated/floor/plasteel{ - icon_state = "barber" - }, -/area/civilian/barber) -"oBH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research{ - name = "Research Division" - }) -"oBL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"oBM" = ( -/obj/machinery/camera{ - c_tag = "Research West Hallway"; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"oCc" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/northwest, -/obj/structure/table, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/electrical) -"oCg" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/item/storage/box/bodybags, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/surgery1) -"oCk" = ( -/obj/structure/table/reinforced, -/obj/item/restraints/handcuffs{ - pixel_y = -3 - }, -/obj/item/restraints/handcuffs, -/obj/item/restraints/handcuffs{ - pixel_y = 3 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"oCD" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"oCG" = ( -/obj/machinery/light, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/obj/machinery/firealarm{ - pixel_y = -26 - }, -/obj/structure/bed/dogbed{ - desc = "A comfy-looking spider bed. You can even strap your pet in, just in case the gravity turns off."; - name = "spider bed" - }, -/mob/living/simple_animal/hostile/retaliate/araneus, -/turf/simulated/floor/wood, -/area/security/hos) -"oCP" = ( -/obj/structure/weightmachine/stacklifter, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/fitness) -"oCX" = ( -/obj/item/radio/intercom, -/turf/simulated/wall, -/area/hallway/primary/central/ne) -"oDk" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/cabin1) -"oDr" = ( -/obj/machinery/power/emitter, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"oDx" = ( -/obj/machinery/camera/motion{ - c_tag = "Vault"; - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/security/nuke_storage) -"oDB" = ( -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/mixing) -"oEg" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "caution" - }, -/area/atmos) -"oEj" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel, -/area/medical/research/nhallway) -"oEk" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/medical/research/nhallway) -"oEz" = ( -/obj/effect/landmark/start{ - name = "Security Officer" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/range) -"oEJ" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/turf/simulated/floor/plating, -/area/library/abandoned) -"oEO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/vodka{ - pixel_x = 5; - pixel_y = 15 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -8; - pixel_y = -6 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"oET" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A31"; - location = "A30" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/crew_quarters/sleep) -"oFh" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/flashlight/pen, -/obj/item/clothing/accessory/stethoscope, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/surgery2) -"oFp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/restroom) -"oFs" = ( -/turf/simulated/floor/plating, -/area/engine/engineering) -"oFJ" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"oFK" = ( -/obj/item/radio/beacon, -/obj/machinery/camera{ - armor = list("melee" = 50, "bullet" = 20, "laser" = 20, "energy" = 20, "bomb" = 100, "bio" = 0, "rad" = 0, "fire" = 90, "acid" = 50); - c_tag = "Research Toxins Test Chamber East"; - dir = 4; - network = list("Toxins","Research","SS13") - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel/airless/indestructible, -/area/toxins/test_area) -"oFL" = ( -/obj/structure/table/wood, -/obj/item/book/manual{ - attack_verb = list("nationalized","equalized","collectivized"); - damtype = "burn"; - desc = "A book, that descripe path to building communism. Still actual in 26XX. It has bear sketch on cover"; - force = 5; - name = "Communist party manifesto" - }, -/turf/simulated/floor/wood{ - icon_state = "wood-broken7"; - tag = "icon-wood-broken7" - }, -/area/maintenance/fsmaint) -"oFU" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/hardsuit/medical, -/obj/item/clothing/mask/gas, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/westleft{ - dir = 2; - name = "Emergency Hardsuits"; - req_access_txt = "40" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/biostorage) -"oFX" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"oGg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"oGK" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"oGM" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Permabrig"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"oGO" = ( -/obj/machinery/light, -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"oGV" = ( -/obj/machinery/camera{ - c_tag = "Central Ring Hallway East 3"; - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/east) -"oGY" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/carpet, -/area/lawoffice) -"oGZ" = ( -/obj/structure/sign/vacuum, -/turf/simulated/wall/r_wall, -/area/engine/engineering) -"oHg" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"oHq" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/medical/surgery2) -"oHz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Pods"; - req_access_txt = "71" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"oHH" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = -32 - }, -/obj/item/radio/intercom/specops{ - pixel_x = 32 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops) -"oHJ" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/main) -"oHK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"oHL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"oHS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"oHY" = ( -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/vending/cigarette, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"oId" = ( -/obj/structure/chair, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/crew_quarters/fitness) -"oIf" = ( -/obj/structure/delta_statue/ne, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "vault" - }, -/area/bridge/vip) -"oIk" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/simulated/floor/carpet, -/area/security/vacantoffice) -"oIm" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"oIn" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/permahallway) -"oIq" = ( -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"oIw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"oIy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"oIH" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/grown/redbeet, -/turf/simulated/floor/wood{ - icon_state = "wood-broken3"; - tag = "icon-wood-broken3" - }, -/area/maintenance/fsmaint) -"oIN" = ( -/obj/machinery/door/airlock/security{ - name = "Restroom"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/security/brigstaff) -"oIQ" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 26 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"oIV" = ( -/obj/machinery/porta_turret{ - dir = 4; - installation = /obj/item/gun/energy/gun; - name = "hallway turret" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/turret_protected/aisat_interior) -"oJo" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"oJx" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; - dir = 4; - name = "Труба подачи азота в реактор" - }, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ - dir = 4 - }, -/turf/space, -/area/space/nearstation) -"oJy" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"oJF" = ( -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/machinery/photocopier{ - pixel_y = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"oJO" = ( -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" - }, -/area/medical/sleeper) -"oJS" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/wrench, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"oJX" = ( -/obj/structure/closet/wardrobe/medic_white, -/obj/item/clothing/head/surgery/blue, -/obj/item/clothing/head/surgery/blue, -/obj/item/clothing/head/surgery/green, -/obj/item/clothing/head/surgery/green, -/obj/item/clothing/head/surgery/purple, -/obj/item/clothing/head/surgery/purple, -/obj/item/clothing/suit/storage/fr_jacket, -/obj/item/clothing/suit/storage/fr_jacket, -/obj/item/clothing/suit/storage/fr_jacket, -/obj/item/clothing/under/rank/medical/blue, -/obj/item/clothing/under/rank/medical/green, -/obj/item/clothing/under/rank/medical/purple, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"oKb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/ward) -"oKl" = ( -/obj/structure/chair, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple"; - tag = "icon-whitepurple (NORTH)" - }, -/area/medical/research{ - name = "Research Division" - }) -"oKs" = ( -/obj/structure/window/reinforced, -/obj/structure/lattice, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"oKv" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/status_display{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/virology) -"oKx" = ( -/obj/machinery/vending/plasmaresearch, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whitepurple" - }, -/area/toxins/misc_lab) -"oKD" = ( -/obj/effect/decal/warning_stripes/eastnorthwest, -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"oKG" = ( -/obj/machinery/door/airlock/external{ - id_tag = "laborcamp_home"; - name = "Labor Camp Airlock"; - req_access_txt = "2" - }, -/obj/structure/fans/tiny, -/turf/simulated/floor/plating, -/area/security/prisonershuttle) -"oKJ" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay) -"oKQ" = ( -/obj/structure/sign/electricshock, -/turf/simulated/wall/r_wall, -/area/crew_quarters/heads/hop) -"oKR" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner (WEST)" - }, -/area/medical/cryo) -"oKS" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"oLb" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "ai1"; - name = "Turret Shutters" - }, -/turf/simulated/floor/plating, -/area/turret_protected/aisat_interior) -"oLC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/turret_protected/aisat_interior) -"oLF" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/machinery/reagentgrinder{ - layer = 4; - pixel_x = -1; - pixel_y = 9 - }, -/obj/item/radio/intercom{ - pixel_x = 30 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"oLH" = ( -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Cell Block"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"oLJ" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/britcup, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay3) -"oLV" = ( -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/pod_3) -"oMo" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/engine/hardsuitstorage) -"oMt" = ( -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 1; - name = "Труба дыхательной смеси" - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "arrival" - }, -/area/atmos) -"oMx" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/security/checkpoint) -"oMz" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 1; - name = "Труба фильтрации" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"oMF" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/camera{ - c_tag = "Atmospherics Storage"; - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/south, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/atmos) -"oMH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port/west) -"oNa" = ( -/obj/structure/sign/vacuum{ - pixel_y = -32 - }, -/obj/machinery/light, -/obj/effect/decal/warning_stripes/southeast, -/obj/structure/closet/bombcloset, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"oNr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"oNx" = ( -/obj/structure/sign/electricshock, -/turf/simulated/wall/r_wall, -/area/storage/tech) -"oNP" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/main) -"oNS" = ( -/obj/structure/sign/science, -/turf/simulated/wall, -/area/assembly/robotics) -"oNV" = ( -/turf/simulated/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"oOg" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"oOo" = ( -/turf/simulated/wall/r_wall, -/area/toxins/xenobiology) -"oOq" = ( -/obj/structure/table/reinforced, -/obj/item/storage/fancy/donut_box, -/obj/machinery/recharger/wallcharger{ - pixel_x = 33; - pixel_y = -7 - }, -/turf/simulated/shuttle/floor4, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"oOr" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/reception) -"oOK" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"oON" = ( -/obj/item/stack/cable_coil/random, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plating, -/area/engine/engineering) -"oOX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"oOY" = ( -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/structure/table/reinforced, -/obj/item/enginepicker{ - layer = 3.1; - pixel_y = 3 - }, -/obj/effect/decal/warning_stripes/southeastcorner, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"oOZ" = ( -/turf/simulated/wall/r_wall, -/area/toxins/misc_lab) -"oPh" = ( -/obj/machinery/field/generator{ - anchored = 1; - state = 2 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"oPr" = ( -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "blue" - }, -/area/hydroponics) -"oPH" = ( -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"oPP" = ( -/obj/machinery/camera{ - c_tag = "Dorm Hallway Starboard" - }, -/obj/machinery/alarm{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"oPR" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/item/gun/energy/laser{ - pixel_x = -2; - pixel_y = 3 - }, -/obj/item/gun/energy/laser, -/obj/item/gun/energy/laser{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"oPZ" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"oQg" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitegreen"; - tag = "icon-whitegreen (NORTHEAST)" - }, -/area/medical/virology) -"oQk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "caution" - }, -/area/atmos) -"oQn" = ( -/obj/structure/chair/comfy/red{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Security Officer" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brigstaff) -"oQz" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"oQC" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"oQQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"oQU" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/reception) -"oRe" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whiteblue (EAST)" - }, -/area/medical/sleeper) -"oRg" = ( -/turf/simulated/wall, -/area/maintenance/asmaint) -"oRh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"oRr" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/medical/research/nhallway) -"oRC" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/engine/break_room) -"oRQ" = ( -/turf/simulated/floor/wood{ - icon_state = "wood-broken3"; - tag = "icon-wood-broken3" - }, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"oRS" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"oRX" = ( -/obj/structure/table/reinforced, -/obj/machinery/camera{ - c_tag = "Technical Storage"; - dir = 4 - }, -/obj/item/airalarm_electronics, -/obj/item/apc_electronics, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/storage/tech) -"oSv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/chair/comfy/brown, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"oSy" = ( -/obj/machinery/door/morgue{ - name = "Confession Booth" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"oSL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/tech) -"oSO" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/primary/central/ne) -"oSQ" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/trinary/mixer{ - req_access = null - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/toxins/mixing) -"oSZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research{ - name = "Research Division" - }) -"oTc" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/bridge/checkpoint/south) -"oTg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Local Armory"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/armoury) -"oTk" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/wood, -/area/library) -"oTB" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"oTI" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/construction/hallway) -"oTL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/starboard) -"oTZ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/security/nuke_storage) -"oUh" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"oUj" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"oUP" = ( -/obj/machinery/computer/security{ - network = list("SS13","Mining Outpost") - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 62 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prisonershuttle) -"oUQ" = ( -/obj/machinery/bodyscanner{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/blue/hollow, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"oUT" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = -32 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops) -"oVf" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"oVl" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"oVx" = ( -/obj/structure/table, -/obj/item/storage/fancy/donut_box, -/obj/machinery/alarm{ - pixel_x = -32; - pixel_y = 23 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"oVy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/main) -"oVM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prison/cell_block/A) -"oVN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"oVT" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/closet/secure_closet/medical1, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/gateway) -"oWg" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/nw) -"oWk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"oWp" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"oWt" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"oWy" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/light_switch{ - pixel_x = 11; - pixel_y = 22 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"oWB" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"oWK" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall/r_wall, -/area/toxins/mixing) -"oWT" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Cell Block"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"oXa" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/starboard/east) -"oXm" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research/glass{ - name = "Research and Development"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/toxins/lab) -"oXs" = ( -/obj/structure/closet/secure_closet/scientist, -/obj/machinery/power/apc{ - cell_type = 5000; - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/medical/research/restroom) -"oXx" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat_interior) -"oXK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"oYj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/landmark/start{ - name = "Scientist" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"oYk" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/bed, -/obj/item/bedsheet/rd, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple"; - tag = "icon-whitepurple (EAST)" - }, -/area/crew_quarters/hor) -"oYl" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"oYp" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -25 - }, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"oYt" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"oYL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"oZd" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "redcorner" - }, -/area/security/brig) -"oZz" = ( -/obj/machinery/photocopier, -/obj/machinery/status_display/supply_display{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/quartermaster/office) -"oZD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/reception) -"oZH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"oZS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10; - initialize_directions = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/kitchen) -"paa" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/machinery/newscaster/security_unit{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/brig) -"paK" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"pbg" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "ai2"; - name = "Turret Shutters" - }, -/turf/simulated/floor/plating, -/area/turret_protected/ai) -"pbk" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"pbv" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood, -/area/maintenance/fsmaint) -"pbw" = ( -/obj/machinery/vending/chinese, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whiteblue"; - tag = "icon-whiteblue (SOUTHWEST)" - }, -/area/medical/ward) -"pby" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/brig) -"pbz" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/medbay3) -"pbM" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/permahallway) -"pbQ" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"pbX" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/se) -"pcb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/landmark/start{ - name = "Chaplain" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"pcc" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/permahallway) -"pcj" = ( -/obj/structure/window/reinforced, -/obj/machinery/computer/med_data, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/security/detectives_office) -"pcp" = ( -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/customs) -"pcM" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/reception) -"pcQ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "SecPilotPriv" - }, -/turf/simulated/floor/plating, -/area/security/podbay) -"pcV" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/window/eastright{ - name = "Medbey Reception"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/reception) -"pda" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"pdt" = ( -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/permahallway) -"pdP" = ( -/obj/machinery/camera{ - c_tag = "Permabrig Hallway"; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/permahallway) -"pee" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/permahallway) -"pei" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/toy/figure/engineer, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "yellow" - }, -/area/engine/engineering) -"pem" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/medical/morgue) -"pen" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"peP" = ( -/obj/structure/table/wood, -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/item/flashlight/lamp, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"pfa" = ( -/obj/structure/cable, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"pfs" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/landmark/start{ - name = "Medical Doctor" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay) -"pfA" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/north, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/toxins/mixing) -"pfD" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/window/eastright{ - dir = 2; - name = "Chemistry Delivery"; - req_access_txt = "33" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"pfE" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/permahallway) -"pfN" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"pfR" = ( -/obj/structure/table/wood, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"pfV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/permahallway) -"pgp" = ( -/obj/structure/sign/nosmoking_2{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"pgt" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"pgv" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/turret_protected/ai) -"pgx" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay2) -"pgA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay2) -"pgE" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/processing) -"pgF" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 8; - icon_state = "open"; - id_tag = "brig_detprivacy"; - name = "Detective Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/detectives_office) -"pgG" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Exp_lockdown"; - name = "Expedition Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/engine/mechanic_workshop/expedition) -"pgI" = ( -/turf/simulated/floor/plasteel{ - icon_state = "redcorner" - }, -/area/security/brig) -"pgL" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/aft) -"pgO" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/warden) -"pgR" = ( -/obj/machinery/door/window/brigdoor/southleft{ - dir = 4; - req_access_txt = "63" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prisonershuttle) -"phd" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"phf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"phg" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/medbay) -"phh" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurplecorner" - }, -/area/toxins/explab) -"phO" = ( -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/securehallway) -"phQ" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/simulated/floor/wood, -/area/library) -"phR" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel, -/area/bridge/checkpoint/south) -"pid" = ( -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/detectives_office) -"pie" = ( -/obj/machinery/atmospherics/trinary/filter{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"pif" = ( -/obj/machinery/vending/cigarette, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/processing) -"piB" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/closet/athletic_mixed, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/crew_quarters/fitness) -"piQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"piW" = ( -/obj/machinery/vending/artvend, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/locker) -"pjh" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior 5"; - dir = 4; - network = list("SS13","MiniSat") - }, -/turf/space, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"pjj" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay) -"pjr" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"pjI" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "atmos_tank_airlock"; - name = "exterior access button"; - pixel_x = 20; - pixel_y = -20; - req_access_txt = "10;13" - }, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"pjP" = ( -/obj/machinery/door/airlock/engineering{ - name = "Electrical Maintenance"; - req_access_txt = "11" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"pjS" = ( -/obj/machinery/vending/snack, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "yellow" - }, -/area/hallway/primary/port/west) -"pjT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/table, -/obj/item/folder/red, -/obj/item/pen/multi, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/processing) -"pjV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"pkc" = ( -/obj/structure/bed, -/obj/item/bedsheet/brown, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"pke" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light_switch{ - pixel_x = 8; - pixel_y = -25 - }, -/obj/machinery/holosign_switch{ - id = "surgery1"; - pixel_x = -6; - pixel_y = -25 - }, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/surgery1) -"pkf" = ( -/obj/structure/chair/sofa/left{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/bar/atrium) -"pkp" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"pkt" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/unary/outlet_injector/on{ - dir = 4; - frequency = 1441; - id = "tox_in" - }, -/turf/space, -/area/atmos) -"pku" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Security Pod Pilot" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/podbay) -"pkE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/wall/r_wall, -/area/turret_protected/aisat) -"pkL" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/chair/comfy/brown, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"pkR" = ( -/obj/machinery/photocopier, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/wood, -/area/security/detectives_office) -"pln" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/chair/wood, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/maintenance/gambling_den) -"plt" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"ply" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"plB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/lobby) -"plG" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"plJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "brown" - }, -/area/crew_quarters/chief) -"pmd" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - id_tag = null; - name = "Virology"; - req_access_txt = "39" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay3) -"pmu" = ( -/obj/structure/chair/wood, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"pmx" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"pnb" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/crew_quarters/courtroom) -"pnv" = ( -/obj/structure/sign/science{ - pixel_y = 32 - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/camera{ - c_tag = "Research Break Room"; - network = list("Research","SS13") - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whitepurple"; - tag = "icon-whitepurple (NORTHWEST)" - }, -/area/medical/research/restroom) -"pnx" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"pnz" = ( -/obj/machinery/door/airlock/engineering{ - name = "Electrical Maintenance"; - req_access_txt = "11" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"pnA" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; - dir = 4; - name = "Труба фильтрации" - }, -/turf/simulated/wall/r_wall, -/area/atmos) -"pnF" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "brown" - }, -/area/crew_quarters/chief) -"pnI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/library) -"pnK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"pnM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/chair/wood, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"pnT" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/sw) -"poa" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/landmark{ - name = "xeno_spawn"; - pixel_x = -1 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"pob" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/crew_quarters/chief) -"pof" = ( -/obj/structure/table/glass, -/obj/item/storage/box/gloves{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/masks, -/obj/item/reagent_containers/spray/cleaner{ - desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; - name = "Surgery Cleaner" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/surgery1) -"poh" = ( -/obj/structure/fans/tiny, -/turf/simulated/floor/plating/airless, -/area/toxins/test_area) -"poi" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"pom" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/sleep) -"poq" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Chief Engineer"; - req_access_txt = "56" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/chief) -"pot" = ( -/obj/machinery/atmospherics/binary/volume_pump/on{ - desc = "Отправляет неотфильтрованный газ в космос"; - dir = 8; - name = "Остатки газа в космос" - }, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 1; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "arrival" - }, -/area/atmos) -"pox" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"poE" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/electrical) -"poO" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"poX" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/manifold/visible/green, -/obj/machinery/meter, -/turf/simulated/floor/plasteel, -/area/atmos) -"ppf" = ( -/obj/structure/table/wood, -/obj/machinery/recharger, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"ppp" = ( -/obj/machinery/computer/card/minor/hos, -/turf/simulated/floor/wood, -/area/security/hos) -"ppG" = ( -/obj/structure/table/glass, -/obj/item/folder/blue, -/obj/item/cartridge/medical, -/obj/item/cartridge/medical, -/obj/item/cartridge/chemistry, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"ppO" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - dir = 4; - name = "Труба на фильтрацию" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "caution" - }, -/area/atmos) -"ppQ" = ( -/obj/item/flag/nt, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/wood, -/area/blueshield) -"pql" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/grown/poppy/geranium, -/obj/item/reagent_containers/food/snacks/grown/poppy/lily{ - pixel_x = 4; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/snacks/grown/poppy{ - pixel_x = -4; - pixel_y = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"pqn" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/engine/break_room) -"pqz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"pqF" = ( -/obj/structure/table/glass, -/obj/item/storage/backpack/duffel/syndie/surgery_fake, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate) -"pqM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10; - initialize_directions = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"pqT" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/atmos) -"pqZ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/break_room) -"prh" = ( -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - name = "Lethal Bullets" - }, -/obj/item/ammo_box/magazine/enforcer/lethal{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/ammo_box/magazine/enforcer/lethal{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/machinery/camera{ - c_tag = "Brig Local Armory"; - dir = 1; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/armoury) -"pri" = ( -/turf/simulated/floor/plasteel{ - icon_state = "vault" - }, -/area/assembly/showroom) -"prm" = ( -/obj/effect/landmark{ - name = "revenantspawn" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/explab) -"prr" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/chair/barber{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "barber" - }, -/area/civilian/barber) -"prs" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/library/abandoned) -"prC" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"prI" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/radio/intercom{ - dir = 8; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/chapel/main) -"prK" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"prU" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/engine/break_room) -"pse" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/rack, -/obj/item/circuitboard/robotics{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/circuitboard/mecha_control, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/storage/tech) -"psg" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10; - initialize_directions = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"psj" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "green" - }, -/area/hallway/secondary/exit) -"psk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"psx" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"psy" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/fitness) -"psE" = ( -/obj/structure/sink{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/sleeper) -"psQ" = ( -/obj/machinery/camera{ - c_tag = "Medbay South Central Hall"; - dir = 4; - network = list("Medical","SS13") - }, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay2) -"pth" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"pts" = ( -/turf/simulated/wall, -/area/crew_quarters/cabin3) -"pty" = ( -/turf/simulated/wall/r_wall, -/area/blueshield) -"ptE" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/northeastcorner, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"pua" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "robotics_solar_airlock"; - name = "interior access button"; - pixel_x = -25; - pixel_y = -25; - req_access_txt = "13" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating, -/area/maintenance/portsolar) -"puk" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/walllocker/emerglocker/north{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"pus" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/machinery/field/generator, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"puv" = ( -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"pux" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/floodlight, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"puA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "ai_airlock"; - name = "interior access button"; - pixel_x = 25; - pixel_y = 25 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/construction/hallway) -"puB" = ( -/turf/simulated/wall/r_wall, -/area/toxins/storage) -"puJ" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/east) -"puM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/clothing, -/turf/simulated/floor/plasteel, -/area/maintenance/fsmaint) -"pvm" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "green" - }, -/area/hallway/secondary/exit) -"pvn" = ( -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "Singularity"; - layer = 2.7; - name = "Singularity Blast Doors"; - opacity = 0 - }, -/obj/machinery/door_control{ - id = "Singularity"; - name = "Containment Blast Doors"; - pixel_x = 32 - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"pvu" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/security/hos) -"pvA" = ( -/obj/machinery/porta_turret/syndicate, -/turf/simulated/shuttle/wall{ - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate) -"pvW" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"pwt" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/primary) -"pww" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/chair/stool, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"pwH" = ( -/obj/machinery/light/small, -/obj/effect/decal/warning_stripes/southeast, -/obj/structure/closet/walllocker/emerglocker/north{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"pwN" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/obj/structure/dresser, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"pwU" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/crew_quarters/courtroom) -"pxm" = ( -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay3) -"pxt" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner (WEST)" - }, -/area/medical/medbay3) -"pxD" = ( -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/start{ - name = "Head of Security" - }, -/turf/simulated/floor/wood, -/area/security/hos) -"pxR" = ( -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"pyj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/nw) -"pyk" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/door/window{ - dir = 2; - name = "Secure Armory"; - req_access_txt = "1" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/clothing/suit/armor/riot, -/obj/item/shield/riot, -/obj/item/clothing/head/helmet/riot, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"pyN" = ( -/obj/machinery/power/emitter{ - anchored = 1; - dir = 1; - state = 2 - }, -/obj/structure/cable/yellow{ - d2 = 2; - icon_state = "0-2" - }, -/obj/effect/decal/warning_stripes/eastnorthwest, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"pyO" = ( -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai) -"pyQ" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/closet/secure_closet/engineering_personal, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"pzi" = ( -/obj/structure/chair/comfy/brown, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"pzu" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"pzG" = ( -/obj/effect/decal/warning_stripes/southwestcorner, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"pzH" = ( -/obj/structure/chair/comfy/brown, -/obj/effect/landmark/start{ - name = "Magistrate" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"pzJ" = ( -/obj/structure/chair/comfy/beige, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"pzO" = ( -/obj/machinery/defibrillator_mount/loaded{ - pixel_y = 32 - }, -/obj/effect/landmark/start{ - name = "Medical Doctor" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/sleeper) -"pzS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xeno1"; - name = "Creature Cell #1"; - opacity = 0 - }, -/obj/machinery/door/window/brigdoor{ - dir = 2; - name = "Creature Pen"; - req_access_txt = "47" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"pzW" = ( -/obj/machinery/computer/guestpass{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"pAa" = ( -/obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the test chamber."; - dir = 4; - layer = 4; - name = "Test Chamber Telescreen"; - network = list("Toxins") - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"pAg" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/bridge) -"pAh" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"pAi" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/turf/simulated/floor/plating, -/area/bridge) -"pAm" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/smes{ - charge = 2e+006 - }, -/turf/simulated/floor/greengrid, -/area/engine/engineering) -"pAn" = ( -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/grass, -/area/hallway/secondary/exit) -"pAy" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/medical/research/nhallway) -"pAL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/chair/comfy/brown, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"pAT" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/hologram/holopad, -/obj/structure/disposalpipe/junction{ - dir = 1; - tag = "icon-pipe-j1 (EAST)" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/medbay2) -"pAV" = ( -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"pBc" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"pBd" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Security Officer" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/processing) -"pBi" = ( -/obj/structure/grille, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/light, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"pBj" = ( -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "ramptop"; - tag = "icon-stage_stairs" - }, -/area/crew_quarters/fitness) -"pBl" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/checkpoint/south) -"pBp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/table/wood, -/obj/item/phone, -/obj/item/cigbutt/cigarbutt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/bridge/meeting_room) -"pBq" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"pBD" = ( -/turf/simulated/wall/r_wall, -/area/toxins/lab) -"pBI" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/north, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"pBJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"pBK" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/turf/simulated/floor/plating, -/area/bridge) -"pBZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bookcase, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"pCm" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 1 - }, -/obj/machinery/meter, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"pCn" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light, -/obj/effect/decal/warning_stripes/northwest, -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/toy/figure/scientist, -/obj/item/disk/tech_disk{ - pixel_x = -6 - }, -/obj/item/disk/tech_disk{ - pixel_x = 6 - }, -/obj/item/disk/tech_disk{ - pixel_y = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/lab) -"pCr" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/bridge) -"pCs" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10; - initialize_directions = 10 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"pCx" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -6; - pixel_y = -30 - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 7; - pixel_y = -30 - }, -/obj/machinery/r_n_d/protolathe{ - pixel_x = 1 - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/lab) -"pCz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/chair/wood{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/maintenance/gambling_den) -"pCB" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"pCL" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/sleeper) -"pCP" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"pCW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/chair/comfy/black, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"pCX" = ( -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - name = "Dominator's"; - req_access = list(1) - }, -/obj/item/gun/energy/dominator, -/obj/item/gun/energy/dominator, -/obj/item/gun/energy/dominator, -/obj/item/gun/energy/dominator, -/obj/item/gun/energy/dominator, -/obj/item/gun/energy/dominator, -/obj/machinery/light, -/obj/machinery/firealarm{ - pixel_y = -26 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/armoury) -"pCY" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/east) -"pDh" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/turf/simulated/floor/plating, -/area/bridge) -"pDj" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/turf/simulated/floor/plating, -/area/bridge) -"pDt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/mob/living/simple_animal/bot/medbot, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/reception) -"pDF" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall/r_wall, -/area/crew_quarters/hor) -"pDP" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/obj/structure/closet/walllocker/emerglocker/north{ - pixel_x = -30; - pixel_y = 0 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"pDS" = ( -/obj/machinery/porta_turret/syndicate, -/turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate) -"pEd" = ( -/obj/structure/closet/walllocker/emerglocker/north, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"pEi" = ( -/turf/simulated/wall, -/area/medical/cryo) -"pEm" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/hallway/primary/central/south) -"pEo" = ( -/obj/structure/table/wood, -/obj/item/camera, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"pEu" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f9" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"pEz" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/engine/engineering) -"pEC" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/medbay) -"pET" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/turf/simulated/floor/plating, -/area/bridge) -"pEY" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"pFn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Shooting Range"; - req_access_txt = "63" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"pFp" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/turf/simulated/floor/plating, -/area/bridge) -"pFA" = ( -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "red" - }, -/area/security/processing) -"pFE" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/sleeper) -"pFF" = ( -/turf/simulated/floor/wood, -/area/ntrep) -"pFW" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay) -"pGk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"pGl" = ( -/obj/structure/table/wood, -/obj/machinery/ai_status_display{ - pixel_x = -32 - }, -/obj/item/clipboard, -/obj/item/folder, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"pGp" = ( -/obj/effect/decal/warning_stripes/east, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"pGq" = ( -/obj/structure/table, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/storage/firstaid/o2, -/turf/simulated/floor/plasteel, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"pGt" = ( -/obj/structure/sign/greencross, -/turf/simulated/wall, -/area/medical/medbay3) -"pGu" = ( -/obj/machinery/door/airlock{ - name = "Unisex Showers" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/locker/locker_toilet) -"pGw" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"pGB" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"pGI" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/bridge) -"pGQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/se) -"pGY" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/prison/cell_block/A) -"pHr" = ( -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"pHJ" = ( -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/firealarm{ - pixel_x = -28; - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"pHK" = ( -/obj/machinery/camera{ - c_tag = "Xeno High Security Containment"; - dir = 4; - network = list("Research","SS13"); - pixel_y = -22 - }, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"pHL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/photocopier, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/medical/research/nhallway) -"pHP" = ( -/obj/structure/table/reinforced, -/obj/machinery/computer/secure_data/laptop, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"pIb" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"pId" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/hallway/primary/central/west) -"pIp" = ( -/obj/machinery/vending/cola/free, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"pIq" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prison/cell_block/A) -"pIt" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/crew_quarters/locker) -"pIy" = ( -/obj/machinery/door_timer/cell_4{ - pixel_y = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light/small, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"pID" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"pIL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/crew_quarters/courtroom) -"pIR" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/port) -"pIZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/sleeper) -"pJg" = ( -/obj/machinery/vending/security, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"pJi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light/small, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"pJp" = ( -/obj/machinery/vending/security, -/turf/simulated/shuttle/floor4, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"pJs" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"pJx" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prisonershuttle) -"pJA" = ( -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay2) -"pJN" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/security/armoury) -"pJU" = ( -/turf/simulated/wall/r_wall, -/area/security/armoury) -"pJV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/carpet, -/area/assembly/showroom) -"pKc" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/ai_status_display{ - pixel_x = -32 - }, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/camera{ - c_tag = "Research Director's Bedroom"; - dir = 4; - network = list("Research","SS13"); - pixel_y = -22 - }, -/obj/item/flag/rnd, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"pKg" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"pKh" = ( -/obj/machinery/shower{ - dir = 8; - tag = "icon-shower (WEST)" - }, -/obj/effect/decal/warning_stripes/southwest, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology) -"pKk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/toxins/xenobiology) -"pKm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/hos) -"pKu" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"pKE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"pKP" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"pKY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/sleeper) -"pLb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 8; - name = "Brig Physician"; - sortType = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "redcorner" - }, -/area/security/brig) -"pLm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brig) -"pLz" = ( -/turf/simulated/wall/r_wall, -/area/security/hos) -"pLB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "High Sec Zone"; - req_access_txt = "63" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/permahallway) -"pLF" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/permahallway) -"pLM" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/medical/surgery2) -"pLR" = ( -/turf/simulated/floor/carpet, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"pMj" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/landmark/start{ - name = "Geneticist" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics_cloning) -"pMp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/wall, -/area/security/checkpoint) -"pMx" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/brig) -"pMH" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"pMV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"pNk" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -28 - }, -/obj/structure/cable, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/medical/morgue) -"pNr" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Exp_lockdown"; - name = "Expedition Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/engine/mechanic_workshop/expedition) -"pNt" = ( -/obj/machinery/door/airlock/shuttle/glass{ - name = "Shuttle Cargo Hatch" - }, -/turf/simulated/floor/plasteel, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"pNG" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"pNI" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"pNN" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction{ - dir = 8; - tag = "icon-pipe-j1 (EAST)" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"pNO" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/medical/research/nhallway) -"pNV" = ( -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/processing) -"pOa" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/medical/research{ - name = "Research Division" - }) -"pOg" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/tcommsat/chamber) -"pOC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/starboard/east) -"pOI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/grass, -/area/medical/medbay) -"pOP" = ( -/obj/structure/table/reinforced, -/obj/item/storage/belt/utility, -/obj/item/flashlight, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/turret_protected/aisat) -"pOS" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/checkpoint) -"pPo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"pPx" = ( -/obj/structure/bed, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/obj/structure/curtain/open, -/obj/item/bedsheet/medical{ - level = 1.4 - }, -/obj/machinery/camera{ - c_tag = "Medbay Patients Rooms"; - network = list("SS13","Medical"); - pixel_x = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" - }, -/area/medical/ward) -"pPK" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Captain" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain) -"pPR" = ( -/obj/structure/table, -/obj/item/clothing/under/color/orange/prison, -/obj/item/clothing/shoes/orange, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/lobby) -"pPV" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/emergency, -/obj/item/crowbar, -/obj/item/wrench, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/teleporter) -"pPW" = ( -/obj/machinery/computer/security{ - network = list("SS13","Research Outpost","Mining Outpost") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"pQa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/securehallway) -"pQd" = ( -/obj/item/radio/beacon, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"pQg" = ( -/obj/structure/delta_statue/w, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault"; - tag = "icon-vault (WEST)" - }, -/area/bridge/vip) -"pQl" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f9" - }, -/area/shuttle/pod_3) -"pQs" = ( -/obj/machinery/iv_drip, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/surgery1) -"pQN" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/security/lobby) -"pQP" = ( -/obj/structure/table, -/obj/item/lighter, -/obj/item/storage/fancy/cigarettes/cigpack_robust, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Prisoner Processing"; - dir = 6; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/processing) -"pQU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkredfull" - }, -/area/security/warden) -"pRa" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/hologram/holopad, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/sleep) -"pRj" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "First Surgery Window"; - name = "Surgery Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/surgery1) -"pRy" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/securehallway) -"pRB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/aft) -"pSd" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/closet/coffin, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "vault" - }, -/area/chapel/main) -"pSp" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/chapel/office) -"pSs" = ( -/obj/machinery/door/airlock/centcom{ - id_tag = "adminshuttle"; - name = "Bridge"; - opacity = 1; - req_access_txt = "101" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/administration) -"pSF" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/assembly/showroom) -"pSM" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/surgery1) -"pTt" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "atmos_tank_outer"; - locked = 1; - name = "Atmos External Access"; - req_access_txt = "10;13" - }, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"pTv" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"pTx" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/medical/ward) -"pTS" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/machinery/camera{ - c_tag = "Rec Room Fore" - }, -/obj/item/clipboard, -/obj/item/folder, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/crew_quarters/fitness) -"pUb" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain) -"pUz" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/effect/landmark/start{ - name = "Head of Personnel" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"pUJ" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/construction/hallway) -"pUL" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id_tag = "rdprivacy"; - name = "Research Director Office Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/hor) -"pUS" = ( -/obj/structure/grille, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"pVa" = ( -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"pVj" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/mixing) -"pVo" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"pVu" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = 28 - }, -/obj/item/reagent_containers/food/snacks/grown/poppy/geranium, -/obj/item/reagent_containers/food/snacks/grown/poppy/geranium, -/obj/item/reagent_containers/food/snacks/grown/poppy/geranium, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/cabin1) -"pVy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/sleep) -"pVL" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/closet, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/evidence) -"pVM" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"pVP" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"pWb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"pWn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/fueltank, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"pWo" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"pWu" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/locker/locker_toilet) -"pWx" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/engine/break_room) -"pWC" = ( -/obj/structure/table/reinforced, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/item/reagent_containers/spray/cleaner/drone, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/engine/break_room) -"pWD" = ( -/obj/structure/closet/secure_closet/security, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/extinguisher_cabinet{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"pWK" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/closet/firecloset, -/obj/machinery/firealarm{ - pixel_x = -32; - pixel_y = 24 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -24 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"pWN" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"pWR" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/wood, -/area/library/abandoned) -"pWT" = ( -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library/abandoned) -"pXd" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"pXf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/tcommsat/chamber) -"pXg" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/camera{ - c_tag = "Atmos Hatch"; - dir = 8; - network = list("Engineering","SS13"); - pixel_y = -22 - }, -/obj/machinery/recharge_station, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"pXo" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"pXr" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/toxins/mixing) -"pXv" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/east) -"pXz" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/vending/wallmed{ - pixel_y = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"pXD" = ( -/obj/structure/table/reinforced, -/obj/item/wrench, -/obj/item/crowbar, -/obj/item/analyzer, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Front Desk"; - dir = 4; - network = list("SS13","Engineering") - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "caution" - }, -/area/atmos) -"pXO" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/ne) -"pXV" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/tech) -"pXX" = ( -/obj/structure/window/reinforced, -/obj/machinery/photocopier, -/obj/machinery/light/small{ - dir = 4; - pixel_y = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/medical/morgue) -"pYf" = ( -/obj/structure/bed/roller, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"pYm" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/candle_box/full, -/obj/item/storage/fancy/candle_box/full{ - pixel_x = -3; - pixel_y = 3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"pYt" = ( -/mob/living/simple_animal/mouse/brown, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"pYG" = ( -/obj/machinery/newscaster/security_unit{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/brig) -"pYJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - name = "Mech Bay"; - req_access_txt = "29" - }, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"pYL" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/misc_lab) -"pYR" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"pZl" = ( -/obj/effect/decal/warning_stripes/northeastcorner, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"pZq" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/storage/tech) -"pZL" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/reception) -"pZM" = ( -/obj/machinery/light/small, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"pZQ" = ( -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"pZR" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"qac" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"qaw" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/crew_quarters/hor) -"qaH" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/sw) -"qaX" = ( -/obj/machinery/mineral/stacking_machine/laborstacker{ - input_dir = 2; - output_dir = 1 - }, -/turf/simulated/shuttle/floor{ - icon = 'icons/turf/floors.dmi'; - icon_state = "dark" - }, -/area/shuttle/siberia) -"qbq" = ( -/obj/structure/table/wood, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"qbt" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaLockdown"; - name = "Perma Lockdown" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaCellsLockdown"; - name = "Perma Cells Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"qbx" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/cryopod/robot, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"qbE" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/showcase, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/turret_protected/aisat) -"qbQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/nw) -"qbW" = ( -/obj/machinery/portable_atmospherics/scrubber/huge/stationary, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/camera{ - c_tag = "Permabrig North"; - dir = 1; - network = list("Prison","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"qbY" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"qcd" = ( -/obj/machinery/ai_slipper, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat) -"qce" = ( -/obj/machinery/space_heater, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"qcB" = ( -/obj/machinery/computer/card, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/bridge) -"qcE" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/smes, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/maintenance/portsolar) -"qcF" = ( -/obj/machinery/computer/scan_consolenew, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/medical/genetics) -"qcG" = ( -/obj/structure/table/reinforced, -/obj/item/restraints/handcuffs, -/obj/item/flash, -/obj/machinery/ai_status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"qcL" = ( -/obj/machinery/alarm{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/port) -"qcM" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/computer/security{ - network = list("SS13","Mining Outpost") - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/bridge) -"qcW" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"qcX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/kitchenspike, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"qde" = ( -/obj/machinery/computer/atmos_alert, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkyellow" - }, -/area/bridge) -"qdg" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/primary/central/ne) -"qdp" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/item/clothing/suit/armor/bulletproof, -/obj/item/clothing/head/helmet/alt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"qdz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"qdI" = ( -/obj/machinery/disposal, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"qdV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "caution" - }, -/area/atmos) -"qef" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/structure/weightmachine/weightlifter, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/fitness) -"qeg" = ( -/obj/structure/table/wood, -/obj/item/storage/box/bodybags{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/chapel/main) -"qek" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Local Armory"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/armoury) -"qex" = ( -/obj/structure/window/reinforced, -/obj/structure/shuttle/engine/heater{ - dir = 1; - tag = "icon-heater (NORTH)" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate_sit) -"qeJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/starboard/east) -"qfb" = ( -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/iv_bag/blood/AMinus, -/obj/item/reagent_containers/iv_bag/blood/APlus, -/obj/item/reagent_containers/iv_bag/blood/BMinus, -/obj/item/reagent_containers/iv_bag/blood/BPlus, -/obj/item/reagent_containers/iv_bag/blood/OMinus, -/obj/item/reagent_containers/iv_bag/blood/OPlus, -/obj/item/reagent_containers/iv_bag/blood/random, -/obj/item/reagent_containers/iv_bag/blood/random, -/obj/item/reagent_containers/iv_bag/blood/random, -/obj/machinery/iv_drip, -/obj/item/reagent_containers/iv_bag/salglu, -/obj/effect/decal/warning_stripes/blue/hollow, -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_x = -29; - pixel_y = -12 - }, -/obj/item/tank/emergency_oxygen/engi/full, -/obj/item/tank/emergency_oxygen/engi/full, -/obj/item/tank/emergency_oxygen/nitrogen, -/obj/item/tank/emergency_oxygen/plasma, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"qfe" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay2) -"qfg" = ( -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/iv_bag/blood/AMinus, -/obj/item/reagent_containers/iv_bag/blood/APlus, -/obj/item/reagent_containers/iv_bag/blood/BMinus, -/obj/item/reagent_containers/iv_bag/blood/BPlus, -/obj/item/reagent_containers/iv_bag/blood/OMinus, -/obj/item/reagent_containers/iv_bag/blood/OPlus, -/obj/item/reagent_containers/iv_bag/blood/random, -/obj/item/reagent_containers/iv_bag/blood/random, -/obj/item/reagent_containers/iv_bag/blood/random, -/obj/machinery/iv_drip, -/obj/item/reagent_containers/iv_bag/salglu, -/obj/effect/decal/warning_stripes/blue/hollow, -/obj/item/tank/emergency_oxygen/engi/full, -/obj/item/tank/emergency_oxygen/engi/full, -/obj/item/tank/emergency_oxygen/nitrogen, -/obj/item/tank/emergency_oxygen/plasma, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"qfp" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; - dir = 4; - name = "Труба подачи азота в реактор" - }, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"qfq" = ( -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"qfr" = ( -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/bar/atrium) -"qfD" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/door_control{ - id = "xenokill"; - name = "Xenobio Kill Room Bolts"; - normaldoorcontrol = 1; - pixel_x = 30; - specialfunctions = 4 - }, -/obj/machinery/door/airlock/research/glass{ - id_tag = "xenokill"; - locked = 1; - name = "Xenobio Kill Room" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"qfO" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Morgue External"; - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/aft) -"qfW" = ( -/obj/machinery/camera{ - c_tag = "Locker Room South"; - dir = 5 - }, -/obj/structure/closet/wardrobe/xenos, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"qgl" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/ne) -"qgq" = ( -/obj/machinery/light/small, -/obj/item/clothing/head/bearpelt, -/obj/item/folder/documents, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/obj/item/lighter/zippo/nt_rep, -/obj/item/storage/fancy/cigarettes/cigpack_robustgold, -/obj/item/stack/spacecash/c1000{ - amount = 100000 - }, -/obj/structure/safe{ - known_by = list("captain") - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/security/nuke_storage) -"qgz" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/brig) -"qgZ" = ( -/obj/machinery/light/small, -/obj/structure/sign/poster/contraband/communist_state{ - pixel_y = -32 - }, -/turf/simulated/floor/wood{ - icon_state = "wood-broken"; - tag = "icon-wood-broken" - }, -/area/maintenance/fsmaint) -"qhf" = ( -/obj/structure/table/reinforced, -/obj/item/stamp/rd, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/door_control{ - id = "rdprivacy"; - name = "Privacy Shutters"; - pixel_x = -6; - pixel_y = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple"; - tag = "icon-whitepurple (EAST)" - }, -/area/crew_quarters/hor) -"qhn" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/brig) -"qhH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitehall" - }, -/area/toxins/xenobiology) -"qhS" = ( -/obj/structure/chair/comfy/shuttle, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = -26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"qhT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research{ - name = "Research Division" - }) -"qhW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/processing) -"qic" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaCellsLockdown"; - name = "Perma Cells Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"qie" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "Interrogation" - }, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "Interrogation" - }, -/obj/structure/window/reinforced/polarized{ - id = "Interrogation" - }, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "Interrogation" - }, -/turf/simulated/floor/plating, -/area/security/interrogation) -"qiv" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/newscaster/security_unit{ - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/permahallway) -"qiB" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "High Sec Zone"; - req_access_txt = "63" - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/permahallway) -"qiD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"qiF" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/crew_quarters/bar/atrium) -"qiL" = ( -/obj/machinery/camera{ - c_tag = "East-North Brig Hallway"; - dir = 8; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/securehallway) -"qiR" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10; - initialize_directions = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"qiU" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat_interior) -"qji" = ( -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "red" - }, -/area/security/prisonershuttle) -"qjj" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/wood, -/area/ntrep) -"qjn" = ( -/obj/machinery/computer/med_data, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"qjp" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/closet/walllocker/emerglocker/north{ - pixel_x = -30; - pixel_y = 0 - }, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"qjr" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - frequency = 1379; - id_tag = "atmos_tank_pump" - }, -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - id_tag = "atmos_tank_airlock"; - pixel_x = 57; - req_access_txt = "10;13"; - tag_airpump = "atmos_tank_pump"; - tag_chamber_sensor = "atmos_tank_sensor"; - tag_exterior_door = "atmos_tank_outer"; - tag_interior_door = "atmos_tank_inner" - }, -/obj/machinery/airlock_sensor{ - id_tag = "atmos_tank_sensor"; - pixel_x = 57; - pixel_y = 8 - }, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"qjy" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/machinery/camera{ - c_tag = "Medbay Staff Room"; - network = list("SS13","Medical") - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/ward) -"qjM" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"qjN" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"qjU" = ( -/obj/structure/table/glass, -/obj/item/storage/firstaid/adv{ - pixel_x = 1; - pixel_y = 2 - }, -/obj/item/reagent_containers/glass/bottle/epinephrine{ - pixel_y = 2 - }, -/obj/item/reagent_containers/glass/bottle/charcoal, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "whitered" - }, -/area/security/medbay) -"qjY" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/gameboard{ - pixel_x = 3; - pixel_y = -7 - }, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"qks" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/cobweb2, -/obj/item/flashlight/lamp, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/library/abandoned) -"qkv" = ( -/obj/machinery/light/small{ - dir = 4; - tag = "icon-bulb1 (EAST)" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"qkH" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/clothing/glasses/welding, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "arrival" - }, -/area/atmos) -"qla" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/extinguisher_cabinet{ - pixel_y = 28 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"qlu" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/engineering) -"qlw" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"qlJ" = ( -/obj/structure/sign/science{ - icon_state = "xenobio2" - }, -/turf/simulated/wall, -/area/toxins/xenobiology) -"qlP" = ( -/obj/effect/landmark/start{ - name = "Blueshield" - }, -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bcarpet05" - }, -/area/blueshield) -"qlT" = ( -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai_upload) -"qlZ" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"qme" = ( -/obj/structure/table/wood, -/obj/item/storage/pill_bottle/dice, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -32 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"qmn" = ( -/obj/structure/table/reinforced, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/item/storage/box/donkpockets, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/engine/break_room) -"qmu" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/engine/break_room) -"qmv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"qmz" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"qmF" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/turf/simulated/floor/plasteel, -/area/teleporter) -"qmT" = ( -/obj/machinery/door/airlock{ - id_tag = "cabin1"; - name = "Cabin" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/cabin1) -"qnc" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/quartermaster/storage) -"qni" = ( -/turf/simulated/wall/r_wall, -/area/turret_protected/aisat_interior) -"qnk" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/chair/barber{ - dir = 4 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "barber" - }, -/area/civilian/barber) -"qnB" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"qnC" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"qnD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/medbay) -"qnL" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"qnQ" = ( -/obj/structure/table/wood/poker, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"qol" = ( -/obj/effect/decal/cleanable/blood/xeno, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"qos" = ( -/obj/structure/table, -/obj/item/wrench, -/obj/item/clothing/mask/gas, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "escape" - }, -/area/hallway/primary/port/west) -"qoy" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/item/clothing/suit/armor/bulletproof, -/obj/item/clothing/head/helmet/alt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"qoz" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal, -/obj/item/clothing/glasses/welding, -/obj/item/weldingtool, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_sit) -"qoG" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Port Hallway North"; - dir = 8 - }, -/obj/machinery/portable_atmospherics/scrubber, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "arrival" - }, -/area/hallway/primary/port/west) -"qoH" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/sw) -"qoN" = ( -/obj/structure/closet, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/evidence) -"qoQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage"; - req_access_txt = "19;23" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/storage/tech) -"qpj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"qpk" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall7" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"qpm" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/visible, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/cryo) -"qpw" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"qpC" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/light/small, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"qpU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Reception"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/reception) -"qqe" = ( -/obj/structure/closet, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/obj/item/stack/sheet/glass{ - amount = 50 - }, -/obj/item/stack/sheet/glass{ - amount = 50 - }, -/obj/item/stack/sheet/plasteel{ - amount = 15 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/assembly/robotics) -"qqA" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/permabrig) -"qqO" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"qqU" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"qqV" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plating, -/area/library/abandoned) -"qqW" = ( -/obj/structure/chair/comfy/red, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/wood, -/area/library) -"qrj" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"qrz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/civilian/pet_store) -"qrH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whitegreen"; - tag = "icon-whitegreen (NORTHWEST)" - }, -/area/medical/virology) -"qrL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"qrR" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/medical/surgery1) -"qrT" = ( -/turf/simulated/wall/r_wall, -/area/tcommsat/chamber) -"qrV" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/lightreplacer, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/turret_protected/aisat) -"qrW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"qsc" = ( -/turf/simulated/wall/r_wall, -/area/medical/surgery1) -"qsg" = ( -/obj/structure/flora/ausbushes/palebush, -/obj/structure/flora/ausbushes/brflowers, -/turf/simulated/floor/grass, -/area/hallway/secondary/exit) -"qsw" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"qsF" = ( -/turf/simulated/floor/plating, -/area/library/abandoned) -"qsX" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"qsZ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"qtp" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"qtq" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall, -/area/toxins/explab) -"qtv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"qtz" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall12"; - tag = "icon-swall12" - }, -/area/shuttle/pod_3) -"qtU" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/nw) -"qtZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/explab) -"qug" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/permahallway) -"qui" = ( -/obj/structure/dispenser/oxygen, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/ai_monitored/storage/eva) -"qul" = ( -/obj/machinery/shower{ - dir = 4 - }, -/obj/structure/curtain/open/shower, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/locker/locker_toilet) -"qut" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10; - initialize_directions = 10 - }, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "station_ai_airlock"; - name = "interior access button"; - pixel_x = -23; - pixel_y = -21; - req_access_txt = "10;13" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/aienter) -"quv" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"quy" = ( -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"quA" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/west) -"quO" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/chair/wood, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"quV" = ( -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/toxins/explab) -"qvg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/nw) -"qvr" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/sw) -"qvz" = ( -/obj/structure/chair/comfy/shuttle, -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"qvF" = ( -/obj/structure/grille, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"qvN" = ( -/obj/machinery/light/small{ - dir = 4; - tag = "icon-bulb1 (EAST)" - }, -/obj/machinery/camera{ - c_tag = "AI Transit Tube Airlock"; - dir = 8; - network = list("SS13","Engineering") - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/aienter) -"qvY" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/structure/extinguisher_cabinet{ - pixel_x = 25 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/cmo) -"qwa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"qwb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"qwo" = ( -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/palebush, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/grass, -/area/hallway/secondary/exit) -"qws" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/turf/simulated/floor/plating, -/area/bridge) -"qwy" = ( -/obj/structure/table/reinforced, -/obj/item/storage/firstaid/regular, -/obj/item/radio/intercom{ - dir = 8; - pixel_x = -28 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkbluecorners" - }, -/area/bridge) -"qwA" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/ne) -"qwG" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"qwQ" = ( -/obj/machinery/field/generator{ - anchored = 1; - state = 2 - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"qwW" = ( -/turf/simulated/floor/plasteel, -/area/hallway/primary/central/ne) -"qwX" = ( -/obj/machinery/computer/arcade, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "bcarpet05" - }, -/area/security/prison/cell_block/A) -"qwZ" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/surgery1) -"qxd" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"qxf" = ( -/obj/structure/table/wood, -/obj/item/paicard, -/turf/simulated/floor/plasteel{ - icon_state = "carpet" - }, -/area/library/abandoned) -"qxo" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"qxs" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/medbay3) -"qxv" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple"; - tag = "icon-whitepurple (EAST)" - }, -/area/toxins/explab) -"qxP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "bcarpet05" - }, -/area/security/prison/cell_block/A) -"qxQ" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"qxY" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"qyg" = ( -/obj/machinery/teleport/station, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel, -/area/teleporter) -"qze" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/starboard/east) -"qzh" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "redcorner" - }, -/area/security/prison/cell_block/A) -"qzk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"qzl" = ( -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/tcommsat/chamber) -"qzC" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/server) -"qzP" = ( -/obj/machinery/power/treadmill{ - dir = 8 - }, -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/prison/cell_block/A) -"qAH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/prison/cell_block/A) -"qAK" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering) -"qAT" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"qAX" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/vip) -"qAY" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/prison/cell_block/A) -"qBc" = ( -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/computer/atmos_alert, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"qBn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/exit) -"qBv" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"qBw" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/lighter/zippo, -/obj/machinery/door_control{ - desiredstate = 1; - id = "cabin1"; - name = "Door Bolt Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/cabin1) -"qBC" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"qBE" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/east) -"qBG" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitegreencorner" - }, -/area/medical/virology/lab) -"qBV" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkred" - }, -/area/security/permabrig) -"qBZ" = ( -/obj/structure/sign/poster/contraband/communist_state{ - pixel_x = 33 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"qCA" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/securehallway) -"qCE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"qCK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurplecorner" - }, -/area/crew_quarters/hor) -"qCL" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/chief) -"qCX" = ( -/obj/machinery/power/emitter{ - anchored = 1; - state = 2 - }, -/obj/structure/cable/yellow, -/obj/effect/decal/warning_stripes/eastsouthwest, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"qDm" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"qDH" = ( -/obj/structure/table/reinforced, -/obj/item/flash, -/obj/item/restraints/handcuffs, -/obj/item/folder/red, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"qDW" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkredcorners" - }, -/area/security/permabrig) -"qEd" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "teleaccessshutter"; - name = "Teleporter Access Shutters" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/teleporter) -"qEj" = ( -/obj/structure/grille, -/obj/effect/decal/warning_stripes/west, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"qEm" = ( -/obj/effect/landmark/start{ - name = "Security Officer" - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/customs) -"qEo" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitepurple" - }, -/area/toxins/explab) -"qEx" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"qEC" = ( -/turf/simulated/wall, -/area/crew_quarters/fitness) -"qEK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/checkpoint) -"qEP" = ( -/obj/structure/closet/secure_closet/brig, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkred" - }, -/area/security/permabrig) -"qEX" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/medbay) -"qEZ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/reception) -"qFn" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/floodlight, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"qFw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction{ - dir = 8; - icon_state = "pipe-j2"; - tag = "icon-pipe-j1 (WEST)" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brig) -"qFx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"qFz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brig) -"qFD" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Warden"; - name = "Warden Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/warden) -"qFN" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/chief) -"qFQ" = ( -/obj/structure/closet/bombcloset, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"qFV" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"qGf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/medical/research/nhallway) -"qGg" = ( -/obj/machinery/status_display{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 7; - icon_state = "yellow" - }, -/area/engine/break_room) -"qGj" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/security/prison/cell_block/A) -"qGp" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitehall" - }, -/area/toxins/xenobiology) -"qGq" = ( -/obj/docking_port/mobile/pod{ - dir = 4; - id = "pod3"; - name = "escape pod 3" - }, -/obj/machinery/door/airlock/shuttle{ - id_tag = "s_docking_airlock"; - name = "Escape Pod Hatch" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/pod_3) -"qGv" = ( -/obj/machinery/light, -/obj/structure/table/reinforced, -/obj/item/storage/briefcase/inflatable{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/storage/briefcase/inflatable, -/obj/machinery/newscaster{ - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 7; - icon_state = "yellow" - }, -/area/engine/engineering/monitor) -"qGy" = ( -/turf/simulated/wall/r_wall, -/area/medical/virology/lab) -"qGO" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/unres, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/medical{ - id_tag = "CloningDoor"; - name = "Cloning Lab"; - req_access_txt = "5;9" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics_cloning) -"qGP" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"qGR" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"qHb" = ( -/obj/machinery/door/window/brigdoor/southleft{ - dir = 1; - req_access_txt = "63" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/evidence) -"qHk" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/armoury) -"qIf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"qIg" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/table/glass, -/obj/item/storage/box/beakers, -/obj/item/storage/box/beakers, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"qIk" = ( -/obj/structure/closet/coffin, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"qIq" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/west) -"qIs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/break_room) -"qIz" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Warden"; - name = "Warden Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/warden) -"qIQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"qJh" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Chapel North" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"qJo" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/tech) -"qJB" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/security/permahallway) -"qJK" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "open"; - id_tag = "brig_detprivacy"; - name = "Detective Privacy Shutters"; - opacity = 0 - }, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/security/detectives_office) -"qJM" = ( -/obj/machinery/door/airlock{ - id_tag = "PermaBath"; - name = "Restroom" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/security/permabrig) -"qJO" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood{ - icon_state = "wood-broken6"; - tag = "icon-wood-broken6" - }, -/area/maintenance/fsmaint) -"qKj" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai) -"qKm" = ( -/turf/simulated/wall, -/area/security/brigstaff) -"qKv" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"qKK" = ( -/obj/machinery/teleport/station, -/obj/effect/decal/warning_stripes/south, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/machinery/camera/motion{ - c_tag = "Minisat Teleporter Room"; - network = list("Minisat","SS13") - }, -/turf/simulated/floor/bluegrid, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"qKO" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/aft) -"qKS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"qKW" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/permahallway) -"qKZ" = ( -/obj/structure/grille, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/warning_stripes/southeastcorner, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"qLa" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "vault" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"qLc" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"qLt" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/aft) -"qLE" = ( -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "yellow" - }, -/area/storage/primary) -"qLZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Clown" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "bar" - }, -/area/clownoffice) -"qMb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table/glass, -/obj/item/clothing/gloves/color/latex, -/obj/item/healthanalyzer, -/obj/item/clothing/glasses/hud/health, -/obj/effect/decal/warning_stripes/southeastcorner, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"qMm" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Chemistry1"; - name = "Chemistry Privacy Shutter" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/medical/chemistry) -"qMp" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/nw) -"qMN" = ( -/obj/structure/table, -/obj/item/book/manual/nuclear, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"qMP" = ( -/turf/simulated/floor/plasteel, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"qNc" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "execution" - }, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "execution" - }, -/obj/structure/window/reinforced/polarized{ - id = "execution" - }, -/turf/simulated/floor/plating, -/area/security/execution) -"qNd" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"qNl" = ( -/obj/machinery/computer/shuttle/sit, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_sit) -"qNA" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology/lab) -"qNQ" = ( -/obj/effect/landmark/start{ - name = "Civilian" - }, -/obj/item/bikehorn/rubberducky, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/locker/locker_toilet) -"qNR" = ( -/turf/simulated/floor/plating/airless, -/area/toxins/test_area) -"qNW" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "Genetics"; - name = "Genetics Privacy Shutters" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/medical/genetics) -"qNZ" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/assembly/robotics) -"qOh" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/assembly/robotics) -"qOo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/universal{ - dir = 4 - }, -/turf/simulated/wall/r_wall, -/area/tcommsat/chamber) -"qOs" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/east) -"qOt" = ( -/obj/structure/closet/emcloset, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/maintenance/maintcentral) -"qPa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/morgue{ - name = "Occult Study" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library/abandoned) -"qPr" = ( -/obj/machinery/door/airlock/security/glass{ - id = "execution"; - name = "Prisoner Lockers"; - req_access_txt = "1" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/execution) -"qPF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"qPG" = ( -/obj/structure/table/glass, -/obj/item/storage/toolbox/surgery{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/surgery2) -"qQf" = ( -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall/r_wall, -/area/maintenance/xenozoo) -"qQk" = ( -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/iv_bag/blood/AMinus, -/obj/item/reagent_containers/iv_bag/blood/APlus, -/obj/item/reagent_containers/iv_bag/blood/BMinus, -/obj/item/reagent_containers/iv_bag/blood/BPlus, -/obj/item/reagent_containers/iv_bag/blood/OPlus, -/obj/item/reagent_containers/iv_bag/blood/OMinus, -/obj/item/reagent_containers/iv_bag/salglu, -/obj/item/reagent_containers/iv_bag/salglu, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/door_control{ - id = "Second Surgery Window"; - name = "Surgery Window Shutters Control"; - pixel_y = 26 - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/surgery2) -"qQl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/maintenance/gambling_den) -"qQu" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "CMO Shutters"; - name = "CMO Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/cmo) -"qQz" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"qQG" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/bridge/meeting_room) -"qQQ" = ( -/obj/structure/table/reinforced, -/obj/item/dice/d10, -/obj/item/dice/d20, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"qQS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/table/wood, -/obj/item/folder/blue, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"qRn" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"qRt" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/medbay3) -"qRN" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"qRT" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay2) -"qRV" = ( -/obj/machinery/vending/coffee/free, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"qSE" = ( -/turf/simulated/wall, -/area/toxins/explab) -"qSG" = ( -/obj/item/phone{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai_upload) -"qSI" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door_control{ - id = "experimentor"; - name = "Experimentor Control"; - pixel_x = -26 - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "experimentor"; - name = "Experimentor Blast Door"; - opacity = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/explab) -"qSJ" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger{ - pixel_y = 2 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 5; - pixel_y = -28 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"qTn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"qTt" = ( -/obj/structure/girder, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"qTv" = ( -/obj/structure/sign/greencross, -/turf/simulated/wall/r_wall, -/area/medical/cmo) -"qTG" = ( -/obj/structure/rack, -/obj/item/rcd, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"qTI" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/landmark{ - name = "blobstart" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"qTK" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/gravitygenerator) -"qTP" = ( -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain) -"qUc" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/engineering{ - name = "Aft Port Solar Access"; - req_access_txt = "10" - }, -/obj/structure/sign/electricshock{ - pixel_y = -32 - }, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/portsolar) -"qUe" = ( -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"qUh" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/sign/electricshock{ - pixel_y = 32 - }, -/turf/simulated/floor/plating, -/area/engine/gravitygenerator) -"qUz" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/checkpoint/south) -"qUF" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"qUJ" = ( -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/computer/station_alert, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"qUL" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain) -"qUO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/reception) -"qUR" = ( -/obj/structure/window/reinforced, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"qUW" = ( -/obj/structure/table/glass, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 32 - }, -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/obj/machinery/computer/med_data/laptop, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/virology) -"qVc" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/security/vacantoffice) -"qVg" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/aft) -"qVm" = ( -/obj/structure/transit_tube{ - icon_state = "D-SE"; - tag = "icon-D-SE" - }, -/obj/structure/window/reinforced, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"qVp" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"qVB" = ( -/obj/structure/closet{ - icon_closed = "cabinet_closed"; - icon_opened = "cabinet_open"; - icon_state = "cabinet_closed" - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"qVO" = ( -/obj/structure/sign/electricshock, -/turf/simulated/wall/r_wall, -/area/toxins/xenobiology) -"qWf" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Head of Personnel" - }, -/obj/machinery/door_control/ticket_machine_button{ - pixel_x = -38; - pixel_y = 38 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/heads/hop) -"qWu" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/northeastcorner, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/controlroom) -"qWw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/main) -"qWC" = ( -/obj/structure/table/wood/poker, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"qWU" = ( -/turf/simulated/wall/r_wall, -/area/teleporter/abandoned) -"qXd" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/clothing/accessory/holster{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/clothing/accessory/holster{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/clothing/accessory/holster{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/accessory/holster{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/accessory/holster, -/obj/item/clothing/accessory/holster, -/obj/item/clothing/accessory/holster{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/accessory/holster{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/accessory/holster{ - pixel_x = 6; - pixel_y = -6 - }, -/obj/item/clothing/accessory/holster{ - pixel_x = 6; - pixel_y = -6 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/armoury) -"qXt" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay) -"qXu" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"qXv" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/medical/genetics) -"qXy" = ( -/obj/effect/landmark/start{ - name = "Nanotrasen Representative" - }, -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/ntrep) -"qXC" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"qXH" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plating, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"qYh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/crema_switch{ - pixel_x = 26 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"qYr" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Chamber Observation"; - req_access_txt = "75" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"qYG" = ( -/obj/machinery/message_server, -/obj/machinery/power/apc{ - cell_type = 5000; - name = "south bump Important Area"; - pixel_y = -24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/bluegrid, -/area/tcommsat/chamber) -"qYL" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/effect/decal/warning_stripes/north, -/obj/structure/chair/stool, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"qYR" = ( -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/medical/surgery1) -"qYZ" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/camera{ - c_tag = "Gravity Generator Area"; - network = list("SS13","Engineering") - }, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"qZe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool/bar, -/turf/simulated/floor/wood{ - icon_state = "wood-broken3"; - tag = "icon-wood-broken3" - }, -/area/maintenance/abandonedbar) -"qZm" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/effect/decal/cleanable/cobweb2, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 22 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"qZn" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/toy/figure/lawyer, -/obj/machinery/light_switch{ - pixel_x = -26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"qZq" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "atmos_tank_inner"; - locked = 1; - name = "Atmos External Access"; - req_access_txt = "10;13" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"qZt" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/status_display, -/turf/simulated/wall, -/area/atmos) -"qZv" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/chair/office/light, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/hor) -"qZy" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "redyellowfull" - }, -/area/engine/break_room) -"qZG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "darkbluefull" - }, -/area/turret_protected/aisat) -"qZO" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"qZZ" = ( -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whitegreen"; - tag = "icon-whitegreen (SOUTHWEST)" - }, -/area/medical/virology) -"rab" = ( -/obj/structure/table/glass, -/obj/item/storage/firstaid/regular, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"rai" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/se) -"raC" = ( -/turf/simulated/wall, -/area/engine/aienter) -"raO" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/engine/aienter) -"raR" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light, -/obj/machinery/light_switch{ - pixel_x = 4; - pixel_y = -26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"raW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/aienter) -"rbh" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 1; - icon_state = "left"; - name = "Medical Reception"; - req_access_txt = "5" - }, -/turf/simulated/floor/plasteel{ - icon_state = "bluefull" - }, -/area/medical/reception) -"rbm" = ( -/turf/simulated/floor/plasteel{ - icon_state = "redcorner" - }, -/area/security/range) -"rbs" = ( -/obj/structure/morgue, -/obj/effect/decal/warning_stripes/southwest, -/obj/effect/landmark{ - name = "revenantspawn" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"rbA" = ( -/obj/structure/closet/secure_closet/research_reagents, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/insulated{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/toxins/misc_lab) -"rbD" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"rbH" = ( -/obj/structure/disposalpipe/junction{ - dir = 4; - tag = "icon-pipe-j1 (EAST)" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/toxins/misc_lab) -"rbI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Chief Engineer"; - req_access_txt = "56" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"rbR" = ( -/obj/structure/bed, -/obj/item/bedsheet/blue, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "whitered" - }, -/area/security/medbay) -"rbU" = ( -/obj/machinery/vending/cola, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/permabrig) -"rcc" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"rcf" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "arrival" - }, -/area/hallway/primary/port/west) -"rch" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/medbay2) -"rcp" = ( -/obj/structure/table/reinforced, -/obj/item/paicard, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/chief) -"rcr" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"rcy" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/sleeper) -"rcA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Corporate Lounge"; - req_one_access_txt = "19" - }, -/turf/simulated/floor/wood, -/area/assembly/showroom) -"rcM" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"rcP" = ( -/obj/structure/chair/stool, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/driver_button{ - id_tag = "trash"; - name = "Trash Ejector Button"; - pixel_x = -26 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"rcT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=V1"; - location = "V4" - }, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"rcV" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall, -/area/engine/break_room) -"rcX" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/toxins/misc_lab) -"rdn" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A24"; - location = "A23" - }, -/mob/living/simple_animal/bot/secbot/beepsky{ - desc = "It's Officer Boopsky! Powered by a potato and a shot of whiskey."; - name = "Officer Boopsky" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"rdo" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/box/lights/mixed, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permahallway) -"rdB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/misc_lab) -"rdK" = ( -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"rdT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "redcorner" - }, -/area/security/main) -"ref" = ( -/obj/structure/table/reinforced, -/obj/item/analyzer, -/obj/item/assembly/signaler, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/storage/tech) -"reA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay2) -"reI" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/bridge/checkpoint/south) -"rfm" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/north) -"rfr" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "carpet" - }, -/area/crew_quarters/courtroom) -"rfs" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/taperecorder, -/obj/item/stack/sheet/mineral/plasma, -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/toxins/explab) -"rfz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/effect/decal/warning_stripes/south, -/obj/item/twohanded/required/kirbyplants, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"rfA" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/clipboard, -/obj/item/toy/figure/scientist, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "neutral" - }, -/area/toxins/mixing) -"rfB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/obj/structure/chair/office/light, -/obj/effect/landmark/start{ - name = "Scientist" - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/toxins/explab) -"rfK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/folder/white, -/obj/item/pen, -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/toxins/explab) -"rfQ" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/storage/tech) -"rfV" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"rfZ" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"rgj" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/camera{ - c_tag = "Xenobio West"; - network = list("Research","SS13") - }, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"rgA" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/stack/tape_roll, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"rgD" = ( -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_x = -32 - }, -/obj/structure/table, -/obj/machinery/kitchen_machine/microwave{ - pixel_x = -1; - pixel_y = 7 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/medical/research/restroom) -"rgF" = ( -/obj/machinery/driver_button{ - id_tag = "toxinsdriver"; - pixel_x = -26 - }, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"rgY" = ( -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay) -"rho" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/medical/research/nhallway) -"rhx" = ( -/obj/machinery/alarm{ - dir = 4; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/nw) -"rhy" = ( -/obj/effect/landmark/start{ - name = "Station Engineer" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/hardsuitstorage) -"rhD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"rhQ" = ( -/obj/item/radio/intercom{ - pixel_y = -30 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/brig) -"rhU" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreen"; - tag = "icon-whitegreen (EAST)" - }, -/area/medical/medbay3) -"rhW" = ( -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall, -/area/medical/medbay2) -"rhX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/turret_protected/aisat_interior) -"riA" = ( -/obj/structure/chair/comfy/teal, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/ward) -"riE" = ( -/obj/structure/morgue, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"riI" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar/atrium) -"riJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/warden) -"riK" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/vending/cigarette/free, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/hos) -"riW" = ( -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_x = -32 - }, -/obj/machinery/computer/station_alert, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkyellow" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"riX" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkred" - }, -/area/security/permabrig) -"rja" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"rjs" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/assembly/chargebay) -"rju" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"rjK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" - }, -/area/medical/sleeper) -"rjT" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/assembly/showroom) -"rkC" = ( -/turf/simulated/floor/carpet/black, -/area/shuttle/trade/sol) -"rkO" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"rkP" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/securehallway) -"rlh" = ( -/obj/machinery/door/airlock/shuttle{ - id_tag = "s_docking_airlock"; - name = "Labor Shuttle Airlock" - }, -/obj/docking_port/mobile{ - dir = 8; - dwidth = 2; - height = 5; - id = "laborcamp"; - name = "labor camp shuttle"; - rebuildable = 1; - width = 9 - }, -/obj/docking_port/stationary{ - dir = 8; - dwidth = 2; - height = 5; - id = "laborcamp_home"; - name = "fore bay 1"; - width = 9 - }, -/obj/structure/fans/tiny, -/turf/simulated/shuttle/floor, -/area/shuttle/siberia) -"rlj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/paramedic) -"rlm" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/bridge) -"rlp" = ( -/obj/machinery/clonepod/biomass, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/genetics_cloning) -"rlE" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/airlock/public/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/hallway/primary/aft) -"rlI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/crew_quarters/locker) -"rlK" = ( -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" - }, -/turf/simulated/floor/mech_bay_recharge_floor, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"rma" = ( -/obj/machinery/vending/cola, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/bridge) -"rmb" = ( -/obj/machinery/vending/snack, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/bridge) -"rmg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Station Engineer" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering/monitor) -"rmy" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology/lab) -"rmB" = ( -/obj/structure/bed, -/obj/item/bedsheet/hos, -/obj/item/radio/intercom{ - pixel_x = 32 - }, -/obj/machinery/door_control{ - id = "HoSPriv"; - name = "HoS Office Privacy Shutters Control"; - pixel_y = 24; - req_access_txt = "58" - }, -/obj/effect/landmark/start{ - name = "Head of Security" - }, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/hos) -"rmX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/southeastcorner, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/hardsuitstorage) -"rna" = ( -/obj/machinery/atmospherics/unary/cold_sink/freezer, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/genetics_cloning) -"rnp" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/storage/tech) -"rnr" = ( -/obj/item/flag/grey, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"rnz" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 26 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/biostorage) -"rnJ" = ( -/turf/simulated/wall, -/area/ai_monitored/storage/eva) -"rnS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics_cloning) -"rnT" = ( -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/pointybush, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/grass, -/area/medical/biostorage) -"rnY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellowcorner" - }, -/area/storage/primary) -"rob" = ( -/obj/machinery/recharge_station/ert, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"roe" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/east) -"rof" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "red" - }, -/area/security/range) -"rop" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"ros" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A36"; - location = "A35" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/east) -"rot" = ( -/obj/structure/sign/science, -/turf/simulated/wall/r_wall, -/area/toxins/lab) -"roC" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/range) -"roH" = ( -/obj/machinery/computer/security/mining, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkpurple" - }, -/area/bridge) -"roU" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/item/stack/cable_coil, -/obj/item/multitool{ - pixel_x = 3 - }, -/obj/item/flash, -/obj/item/flash, -/obj/item/flash, -/obj/item/flash, -/obj/item/flash, -/obj/item/flash, -/obj/structure/sign/poster/random{ - pixel_x = -32 - }, -/obj/item/clothing/suit/fire/firefighter, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/assembly/robotics) -"roX" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/turf/simulated/floor/plating, -/area/library/abandoned) -"rpb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"rpj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/computer/supplycomp, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkyellow" - }, -/area/bridge) -"rpv" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/hor) -"rpw" = ( -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/medical/surgery1) -"rpB" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"rpF" = ( -/obj/machinery/door_timer/cell_5{ - dir = 1; - pixel_y = 0 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"rpM" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/sleeper) -"rpN" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start{ - name = "Virologist" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreencorner" - }, -/area/medical/virology/lab) -"rpO" = ( -/obj/item/flag/command, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"rpQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/item/radio/beacon, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"rpT" = ( -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"rpY" = ( -/turf/simulated/wall, -/area/storage/primary) -"rqh" = ( -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/structure/chair, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/crew_quarters/fitness) -"rqk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"rqn" = ( -/obj/machinery/light, -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/obj/machinery/status_display{ - layer = 4; - pixel_y = 32 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/pod_4) -"rqF" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"rqO" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/nw) -"rqW" = ( -/obj/machinery/sleeper{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cmo" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"rri" = ( -/obj/machinery/alarm{ - pixel_y = 23 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/crew_quarters/courtroom) -"rrl" = ( -/obj/machinery/flasher/portable, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "vault" - }, -/area/security/securearmoury) -"rru" = ( -/turf/simulated/floor/mech_bay_recharge_floor, -/area/assembly/robotics) -"rrz" = ( -/turf/simulated/floor/plasteel, -/area/bridge/vip) -"rrR" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"rsd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/courtroom) -"rsE" = ( -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"rsK" = ( -/obj/structure/table/wood, -/obj/machinery/light, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Head of Personnel's Office" - }, -/obj/machinery/vending/wallmed{ - pixel_x = 26 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"rsM" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/nw) -"rsV" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall/r_wall, -/area/medical/research/nhallway) -"rsW" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/southeastcorner, -/obj/effect/decal/warning_stripes/southwestcorner, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"rsY" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/construction/hallway) -"rtb" = ( -/obj/structure/closet/coffin, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/door/window/eastleft{ - dir = 8; - name = "Coffin Storage"; - req_access_txt = "22" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"rtl" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"rtn" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell 4"; - name = "Cell 4 Locker" - }, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "red" - }, -/area/security/prison/cell_block/A) -"rtB" = ( -/obj/structure/closet/l3closet/scientist, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"rtG" = ( -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/range) -"rtJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/landmark{ - name = "Marauder Entry" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"rum" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/item/flag/command, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"run" = ( -/obj/machinery/sleeper/upgraded{ - dir = 4 - }, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"rus" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/junction{ - dir = 4; - tag = "icon-pipe-j1 (EAST)" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/se) -"ruH" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = -32 - }, -/turf/simulated/shuttle/floor4, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"ruT" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/vending/snack, -/obj/structure/sign/poster/contraband/smoke{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/restroom) -"rvd" = ( -/obj/machinery/vending/tool, -/turf/simulated/floor/wood, -/area/maintenance/fsmaint) -"rvg" = ( -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"rvh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"rvn" = ( -/obj/effect/decal/warning_stripes/northeastcorner, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"rvt" = ( -/obj/effect/decal/warning_stripes/northeast, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"rvG" = ( -/obj/structure/table/wood, -/obj/item/toy/figure/bartender, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/maintenance/abandonedbar) -"rvX" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 4; - name = "Medbay Junction"; - sortType = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/south) -"rwl" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/northeast, -/obj/structure/table, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/item/analyzer, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/electrical) -"rwB" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"rwH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 1; - tag = "icon-pipe-j1 (EAST)" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whiteblue (EAST)" - }, -/area/medical/sleeper) -"rwM" = ( -/obj/structure/table, -/obj/item/clothing/head/helmet/skull{ - desc = "Бедный Йорик..."; - name = "Йорик" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"rwW" = ( -/obj/machinery/computer/aifixer, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkpurple" - }, -/area/bridge) -"rxc" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"rxr" = ( -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"rxs" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_y = 32 - }, -/obj/machinery/light, -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/pod_3) -"rxv" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"rxx" = ( -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/grass, -/area/hallway/secondary/exit) -"rxD" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/security_space_law{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/megaphone, -/obj/item/radio/intercom{ - pixel_x = 28; - pixel_y = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/reception) -"rxE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/maintenance/apmaint) -"rxF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/reception) -"rxH" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/disposaloutlet{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"rxL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"rye" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/mech_bay_recharge_floor, -/area/maintenance/electrical) -"ryp" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/bridge) -"ryr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brig) -"ryt" = ( -/obj/machinery/vending/cigarette, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/bridge) -"ryz" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"ryM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/engineering) -"ryP" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkred" - }, -/area/security/permabrig) -"rze" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/starboard) -"rzf" = ( -/obj/effect/decal/warning_stripes/northwestcorner, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"rzh" = ( -/turf/simulated/wall, -/area/security/processing) -"rzo" = ( -/obj/item/aiModule/quarantine, -/obj/structure/table/glass, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai_upload) -"rzq" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin3) -"rzv" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"rzM" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/portable_atmospherics/canister/air, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"rzO" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"rzT" = ( -/obj/machinery/mecha_part_fabricator, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/assembly/robotics) -"rzU" = ( -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"rAb" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"rAh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"rAl" = ( -/obj/structure/table/reinforced, -/obj/item/paper/deltainfo, -/obj/item/flashlight/seclite, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"rAs" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkred" - }, -/area/security/securearmoury) -"rAA" = ( -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/locker) -"rAC" = ( -/obj/structure/chair/wood, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"rAM" = ( -/turf/simulated/wall, -/area/toxins/xenobiology) -"rAN" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/northeast, -/obj/structure/closet/secure_closet/brig, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prisonershuttle) -"rBg" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "bluecorner" - }, -/area/hallway/primary/central/ne) -"rBh" = ( -/obj/effect/decal/cleanable/blood/xeno, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"rBk" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/auxsolarstarboard) -"rBx" = ( -/obj/machinery/computer/crew, -/obj/machinery/door_control{ - id = "blueshieldofficedoor"; - name = "Office Door"; - normaldoorcontrol = 1; - pixel_x = 6; - pixel_y = 24; - req_access_txt = "67" - }, -/obj/machinery/door_control{ - id = "blueshield"; - name = "Privacy Shutters Control"; - pixel_x = -4; - pixel_y = 24; - req_access_txt = "67" - }, -/turf/simulated/floor/wood, -/area/blueshield) -"rBA" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell 2"; - name = "Cell 2 Locker" - }, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/obj/machinery/newscaster{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bcarpet05" - }, -/area/security/prison/cell_block/A) -"rCf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/medical/research/nhallway) -"rCi" = ( -/obj/machinery/vending/sovietsoda, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"rCs" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/machinery/light, -/obj/machinery/flasher{ - id = "Cell 2"; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bcarpet05" - }, -/area/security/prison/cell_block/A) -"rCy" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/reception) -"rCP" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_s5" - }, -/area/shuttle/administration) -"rCV" = ( -/obj/structure/table/reinforced, -/obj/machinery/door_control{ - id = "ArmorySec"; - name = "Armory Security Window Control"; - pixel_x = 7; - pixel_y = 7; - req_access_txt = "3" - }, -/obj/machinery/door_control{ - id = "ArmorySecAccess"; - name = "Armory Security Access Control"; - pixel_x = 7; - pixel_y = -2; - req_access_txt = "3" - }, -/obj/machinery/door_control{ - id = "Warden"; - name = "Warden Privacy Shutters Control"; - pixel_x = -7; - pixel_y = 7; - req_access_txt = "3" - }, -/obj/machinery/door_control{ - id = "ArmoryLock"; - name = "Armory Lockdown"; - pixel_x = -7; - pixel_y = -2; - req_access_txt = "3" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/warden) -"rDf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/southwest, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"rDm" = ( -/obj/structure/transit_tube, -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/space, -/area/space/nearstation) -"rDp" = ( -/obj/effect/decal/warning_stripes/southwestcorner, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"rDA" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "HoSPriv"; - name = "HoS Office Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/hos) -"rDF" = ( -/obj/effect/decal/warning_stripes/west, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel{ - dir = 7; - icon_state = "yellow" - }, -/area/engine/engineering) -"rDK" = ( -/obj/machinery/autolathe/security, -/obj/item/stack/sheet/metal{ - amount = 10 - }, -/obj/item/stack/sheet/glass{ - amount = 10 - }, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/armoury) -"rDM" = ( -/obj/machinery/flasher/portable, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "vault" - }, -/area/security/securearmoury) -"rDP" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"rDQ" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/bottle/ether, -/obj/item/reagent_containers/syringe{ - pixel_x = -1; - pixel_y = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/surgery1) -"rDZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "arrival" - }, -/area/hallway/secondary/entry) -"rEd" = ( -/obj/machinery/camera{ - c_tag = "Research Test Chamber"; - dir = 4; - network = list("TestChamber","SS13","Research") - }, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"rEe" = ( -/obj/effect/landmark{ - name = "xeno_spawn"; - pixel_x = -1 - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"rEq" = ( -/obj/machinery/camera{ - c_tag = "Captain's Room"; - dir = 8 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"rEx" = ( -/obj/structure/table/reinforced, -/obj/item/radio/electropack, -/obj/item/assembly/signaler, -/obj/item/healthanalyzer, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/toxins/misc_lab) -"rEC" = ( -/obj/machinery/newscaster{ - pixel_x = 28 - }, -/obj/machinery/computer/arcade, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkred" - }, -/area/security/permabrig) -"rEO" = ( -/obj/effect/decal/warning_stripes/south, -/obj/structure/rack, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/tank/emergency_oxygen/engi, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"rEU" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall3" - }, -/area/shuttle/siberia) -"rFb" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - armor = list("melee" = 50, "bullet" = 20, "laser" = 20, "energy" = 20, "bomb" = 100, "bio" = 0, "rad" = 0, "fire" = 90, "acid" = 50); - c_tag = "Research Toxins Test Chamber West"; - dir = 4; - network = list("Toxins","Research","SS13") - }, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"rFi" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/chair, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "green" - }, -/area/hallway/secondary/exit) -"rFn" = ( -/obj/effect/decal/cleanable/blood, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"rFw" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/table/wood, -/obj/item/storage/fancy/candle_box/full, -/obj/item/storage/fancy/candle_box/full{ - pixel_x = 3; - pixel_y = 3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/chapel/main) -"rFB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/surgery1) -"rFC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/door/airlock/glass{ - name = "Holodeck Door" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"rFG" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/toxins/misc_lab) -"rFJ" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/flag{ - layer = 4 - }, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"rGw" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/beakers, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whitepurple"; - tag = "icon-whitepurple (SOUTHEAST)" - }, -/area/toxins/misc_lab) -"rGx" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/mug/sec, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/processing) -"rGK" = ( -/obj/machinery/flasher/portable, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "vault" - }, -/area/security/securearmoury) -"rGM" = ( -/obj/machinery/computer/rdconsole/experiment, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"rGO" = ( -/obj/effect/decal/warning_stripes/red, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "vault" - }, -/area/security/securearmoury) -"rHl" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/range) -"rHq" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/turret_protected/ai) -"rHr" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"rHz" = ( -/obj/structure/closet/crate{ - name = "solar pack crate" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/paper/solar, -/obj/item/circuitboard/solar_control, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/tracker_electronics, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"rHD" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"rHM" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/computer/monitor{ - name = "Backup Power Monitoring Console" - }, -/obj/structure/cable, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/electrical) -"rHV" = ( -/obj/machinery/computer/security{ - network = list("SS13","Research Outpost","Mining Outpost") - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/reception) -"rHW" = ( -/obj/structure/dispenser/oxygen, -/obj/effect/decal/warning_stripes/red, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"rIt" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/alarm{ - pixel_y = 24 - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"rIw" = ( -/obj/structure/cable, -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "Interrogation" - }, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "Interrogation" - }, -/obj/structure/window/reinforced/polarized{ - id = "Interrogation" - }, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "Interrogation" - }, -/turf/simulated/floor/plating, -/area/security/interrogation) -"rIx" = ( -/turf/simulated/wall/r_wall, -/area/teleporter) -"rIC" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"rIF" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - icon_state = "open"; - id_tag = "adminshuttleshutters"; - name = "Blast Shutters"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/window/full/shuttle, -/turf/simulated/floor/plating, -/area/shuttle/administration) -"rIU" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"rIV" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/sleeper) -"rIY" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"rIZ" = ( -/obj/machinery/bluespace_beacon, -/obj/machinery/door_control{ - id = "teleaccessshutter"; - name = "Teleporter Shutters Access Control"; - pixel_y = 24; - req_access_txt = "62" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/teleporter) -"rJr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/vending/cigarette, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"rJw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"rJG" = ( -/obj/machinery/suit_storage_unit/security/secure, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"rJJ" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/closet/radiation, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"rJZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 1; - name = "Research Junction"; - sortType = 12; - tag = "icon-pipe-j1s (EAST)" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"rKg" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/sign/poster/official/random{ - pixel_x = -32 - }, -/obj/item/radio/intercom{ - pixel_x = -32 - }, -/obj/machinery/door_control{ - id = "Briefing"; - name = "Briefing room Shutters Control"; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"rKr" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - cell_type = 5000; - name = "south bump Important Area"; - pixel_y = -24 - }, -/obj/machinery/computer/message_monitor, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_upload) -"rKL" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/south) -"rKM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"rKQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"rKX" = ( -/obj/structure/closet/fireaxecabinet{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "blue" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"rKZ" = ( -/obj/structure/disposalpipe/junction{ - dir = 1; - icon_state = "pipe-j2"; - tag = "icon-pipe-j2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/medical/research/shallway) -"rLd" = ( -/obj/machinery/power/grounding_rod{ - anchored = 1 - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"rLk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/navbeacon{ - codes_txt = "delivery"; - dir = 1; - location = "Robotics" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/assembly/robotics) -"rLl" = ( -/obj/machinery/suit_storage_unit/security/secure, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"rLt" = ( -/obj/structure/table/wood, -/obj/machinery/computer/library/checkout, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"rLv" = ( -/obj/structure/showcase{ - density = 0; - dir = 4; - icon = 'icons/mob/robots.dmi'; - icon_state = "robot_old"; - name = "Cyborg Statue"; - pixel_x = -9; - pixel_y = 2 - }, -/obj/machinery/flasher{ - id = null; - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"rLF" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/suit_storage_unit/security/secure, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"rLL" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/security/podbay) -"rLZ" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/genetics_cloning) -"rMg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/mixing) -"rMl" = ( -/obj/structure/closet/wardrobe/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"rMr" = ( -/obj/machinery/hologram/holopad, -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"rMu" = ( -/obj/structure/table/wood, -/obj/item/storage/pill_bottle/dice, -/turf/simulated/floor/plasteel{ - icon_state = "carpet" - }, -/area/library/abandoned) -"rMN" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics_cloning) -"rNg" = ( -/obj/effect/decal/remains/xeno, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"rNh" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"rNO" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/shallway) -"rNW" = ( -/obj/structure/reflector/box{ - dir = 8 - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"rNX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"rOm" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/medical/cmo) -"rOC" = ( -/obj/structure/table, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 5; - pixel_y = 10 - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -5; - pixel_y = 10 - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 5 - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -5 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/biostorage) -"rOD" = ( -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/permahallway) -"rOG" = ( -/obj/structure/showcase{ - density = 0; - dir = 8; - icon = 'icons/mob/robots.dmi'; - icon_state = "robot_old"; - name = "Cyborg Statue"; - pixel_x = 9; - pixel_y = 2 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 6; - pixel_y = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"rOY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkred" - }, -/area/security/execution) -"rPi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/execution) -"rPj" = ( -/obj/machinery/field/generator{ - anchored = 1; - state = 2 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"rPu" = ( -/obj/structure/chair/comfy/shuttle, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_sit) -"rPE" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/civilian/pet_store) -"rPG" = ( -/turf/simulated/shuttle/wall{ - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate_sit) -"rPI" = ( -/turf/simulated/wall/rust, -/area/toxins/mixing) -"rPP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"rPU" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/gateway) -"rQd" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/closet/secure_closet{ - anchored = 1; - name = "Evidence Storage"; - req_access_txt = "4" - }, -/obj/item/folder/red, -/obj/item/folder/red, -/obj/item/folder/red, -/obj/item/storage/box/bodybags, -/obj/item/reagent_containers/spray/cleaner, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/security/detectives_office) -"rQf" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor{ - icon_state = "open"; - id_tag = "transitlock"; - name = "Transit Tube Blast Doors" - }, -/turf/simulated/floor/plating, -/area/engine/aienter) -"rQm" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"rQt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/electrical) -"rQw" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 26 - }, -/obj/machinery/button/windowtint{ - id = "execution"; - pixel_x = -8; - pixel_y = 24 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkred" - }, -/area/security/execution) -"rQz" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/starboard/east) -"rQP" = ( -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "Singularity"; - layer = 2.7; - name = "Singularity Blast Doors"; - opacity = 0 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating, -/area/engine/engineering) -"rQT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"rRf" = ( -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - id_tag = "engineering_east_airlock"; - pixel_y = 25; - req_access_txt = "10;13"; - tag_airpump = "engineering_east_pump"; - tag_chamber_sensor = "engineering_east_sensor"; - tag_exterior_door = "engineering_east_outer"; - tag_interior_door = "engineering_east_inner" - }, -/obj/machinery/airlock_sensor{ - id_tag = "engineering_east_sensor"; - pixel_y = 33 - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"rRs" = ( -/turf/simulated/floor/wood, -/area/maintenance/abandonedbar) -"rRy" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "green" - }, -/area/hydroponics) -"rRA" = ( -/obj/machinery/door/airlock{ - id_tag = "toilet1"; - name = "Toilet" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"rRM" = ( -/obj/structure/rack, -/obj/item/wrench, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"rRO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Chapel Morgue"; - req_access_txt = "27" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"rRS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/locker) -"rRV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"rSa" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"rSr" = ( -/obj/structure/toilet{ - dir = 1 - }, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/obj/item/radio/intercom{ - pixel_x = 30 - }, -/obj/structure/curtain/open/shower/security, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/security/brigstaff) -"rSt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"rSH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellowcorner" - }, -/area/engine/engineering/monitor) -"rSJ" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"rSK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/armoury) -"rSL" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"rTm" = ( -/obj/effect/decal/warning_stripes/east, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/atmos) -"rTE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"rTF" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/lab) -"rTH" = ( -/obj/structure/lattice, -/obj/structure/lattice, -/obj/structure/grille, -/turf/space, -/area/space/nearstation) -"rTW" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/medical/reception) -"rUa" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/gravitygenerator) -"rUr" = ( -/mob/living/simple_animal/hostile/carp/megacarp{ - desc = "Странная космическая акула, летающая неподалёку от станции. Многие поговаривают, что данное существо - аватар могущественного блю-спейс божества"; - faction = list("carp","neutral"); - name = "Странная Космическая Акула" - }, -/turf/space, -/area/space) -"rUs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat) -"rUu" = ( -/obj/structure/safe/floor, -/obj/item/melee/cultblade, -/obj/item/restraints/legcuffs/bola/cult, -/obj/item/whetstone/cult, -/obj/item/stack/sheet/runed_metal{ - amount = 50 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library/abandoned) -"rUC" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/engine/gravitygenerator) -"rUE" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/crew_quarters/hor) -"rUF" = ( -/obj/effect/landmark/start{ - name = "Virologist" - }, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"rUS" = ( -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/maintenance/gambling_den) -"rVa" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/carpet, -/area/lawoffice) -"rVb" = ( -/obj/structure/table/reinforced, -/obj/item/stack/rods{ - amount = 10 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/stack/sheet/glass{ - amount = 10 - }, -/obj/item/stack/sheet/metal{ - amount = 10 - }, -/obj/item/stack/sheet/metal{ - amount = 10 - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"rVe" = ( -/obj/effect/decal/warning_stripes/west, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"rVf" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/aienter) -"rVi" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/security/prison/cell_block/A) -"rVp" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_sit) -"rVw" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage"; - req_access_txt = "23" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/storage/tech) -"rVP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Corporate Lounge"; - req_one_access_txt = "19" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/wood, -/area/assembly/showroom) -"rVS" = ( -/obj/machinery/door/airlock/silver{ - name = "Captain's Bathroom" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/captain/bedroom) -"rWt" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/processing) -"rWu" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"rWO" = ( -/obj/structure/window/plasmareinforced{ - color = "#FF0000"; - dir = 1 - }, -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"rWW" = ( -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "red" - }, -/area/security/main) -"rXc" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "atmos_tank_airlock"; - name = "interior access button"; - pixel_x = -22; - pixel_y = 20; - req_access_txt = "10;13" - }, -/obj/item/radio/intercom{ - pixel_x = 30; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"rXo" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/biostorage) -"rXq" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "caution" - }, -/area/engine/break_room) -"rYp" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/portsolar) -"rYz" = ( -/obj/structure/chair/wood/wings{ - dir = 8; - tag = "icon-wooden_chair_wings (WEST)" - }, -/turf/simulated/floor/wood, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"rYG" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/reception) -"rYY" = ( -/obj/machinery/hologram/holopad, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"rZe" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "caution" - }, -/area/engine/break_room) -"rZo" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "caution" - }, -/area/engine/break_room) -"rZz" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/engine/break_room) -"rZF" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/obj/machinery/vending/wallmed{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/lobby) -"rZI" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay3) -"rZN" = ( -/obj/structure/delta_statue/e, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault"; - tag = "icon-vault (WEST)" - }, -/area/bridge/vip) -"rZU" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/break_room) -"sag" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/chapel/main) -"san" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xeno4"; - name = "Creature Cell #4"; - opacity = 0 - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Creature Pen"; - req_access_txt = "47" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"saA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/break_room) -"saS" = ( -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/crew_quarters/courtroom) -"saY" = ( -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "rampbottom"; - tag = "icon-stage_stairs" - }, -/area/medical/research{ - name = "Research Division" - }) -"sbb" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "caution" - }, -/area/atmos) -"sbc" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/computer/station_alert, -/turf/simulated/floor/plasteel{ - icon_state = "caution" - }, -/area/atmos) -"sbf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/table/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the RD's goons from the safety of his office."; - name = "Research Monitor"; - network = list("Research","Research Outpost","RD"); - pixel_y = 2 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/hor) -"sbj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"sbn" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/storage/tech) -"sbq" = ( -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"sbt" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/aicard, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/storage/tech) -"sbD" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/analyzer, -/obj/item/analyzer, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"sbF" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"sbR" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal, -/obj/machinery/requests_console{ - department = "Primary Tool Storage"; - name = "Primary Tool Storage Console"; - pixel_y = 30 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"scg" = ( -/obj/machinery/mineral/labor_claim_console{ - machinedir = 1; - pixel_x = 30 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/siberia) -"sci" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai) -"scl" = ( -/obj/machinery/door/window/westright{ - name = "Front Desk"; - req_access_txt = "37" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"scn" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/processing) -"sct" = ( -/obj/machinery/status_display{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"scx" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"scD" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"scP" = ( -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/securehallway) -"scS" = ( -/obj/item/radio/intercom, -/turf/simulated/wall, -/area/medical/ward) -"scT" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"scZ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"sdb" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"sdj" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/maintenance/electrical) -"sdz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"sdF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/reception) -"sdY" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"see" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Departure Lounge West"; - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "green" - }, -/area/hallway/secondary/exit) -"sei" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/securearmoury) -"sek" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/storage/primary) -"seo" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Briefing"; - name = "Briefing Room Shutters" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/main) -"sez" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/simulated/floor/wood, -/area/library) -"seF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/misc_lab) -"seJ" = ( -/obj/effect/spawner/random_spawners/oil_maybe, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"seM" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"sfq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"sfI" = ( -/obj/machinery/camera{ - c_tag = "Experimention Lab"; - dir = 1; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/explab) -"sfU" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/toxins/misc_lab) -"sfV" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay3) -"sgo" = ( -/obj/machinery/vending/wallmed{ - pixel_y = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"sgu" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whitepurple"; - tag = "icon-whitepurple (SOUTHEAST)" - }, -/area/toxins/misc_lab) -"sgw" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"sgK" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"sgM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/primary) -"sgX" = ( -/obj/machinery/vending/cola, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/bridge/vip) -"sha" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/hos) -"shS" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; - dir = 10; - name = "Труба подачи азота в реактор" - }, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"sic" = ( -/turf/simulated/floor/greengrid, -/area/maintenance/xenozoo) -"sid" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/shallway) -"sil" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"sio" = ( -/obj/machinery/door/poddoor/shutters{ - id_tag = "roboticsshutters"; - name = "Mech Bay Shutters" - }, -/obj/effect/decal/warning_stripes/east, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"sip" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkredcorners" - }, -/area/security/execution) -"six" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/nw) -"siH" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/hallway/primary/aft) -"siJ" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"siL" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"siM" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/storage/primary) -"sja" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/customs) -"sjm" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/assembly/chargebay) -"sjs" = ( -/turf/simulated/wall/rust, -/area/maintenance/abandonedbar) -"sjQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"sjW" = ( -/obj/structure/sign/science, -/turf/simulated/wall/r_wall, -/area/medical/research/nhallway) -"skp" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"skw" = ( -/turf/space, -/area/shuttle/vox) -"sky" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Pods"; - req_access_txt = "71" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/podbay) -"skB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/nw) -"skZ" = ( -/obj/machinery/camera{ - c_tag = "Central Ring Hallway East 1"; - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"slb" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/airlock/public/glass, -/turf/simulated/floor/plasteel, -/area/hallway/primary/aft) -"sll" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Library" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"sln" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/sleeper) -"slr" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/bridge) -"slv" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/ears/earmuffs{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs{ - pixel_x = 3; - pixel_y = 2 - }, -/obj/machinery/door/poddoor/shutters{ - id_tag = "ShootRange"; - name = "Shooting Range Shutters" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"slF" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"slQ" = ( -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/securehallway) -"smb" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/turret_protected/ai_upload) -"sme" = ( -/turf/simulated/wall, -/area/security/checkpoint) -"smf" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/hardsuitstorage) -"smu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/genetics_cloning) -"smw" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/processing) -"smD" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay2) -"sno" = ( -/obj/machinery/camera{ - c_tag = "Central Ring Hallway East 2"; - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"snq" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"snF" = ( -/turf/space, -/turf/simulated/wall/r_wall, -/area/medical/virology) -"snP" = ( -/turf/simulated/wall, -/area/maintenance/disposal) -"soa" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/securehallway) -"sod" = ( -/obj/structure/rack, -/obj/machinery/light/small{ - dir = 4; - pixel_y = 8 - }, -/mob/living/simple_animal/mouse/gray, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"sok" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/west) -"sot" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/window/reinforced, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/bridge) -"sov" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel, -/area/hallway/primary/central/west) -"soz" = ( -/obj/machinery/door/airlock/hatch/gamma{ - locked = 1; - req_access_txt = "1"; - use_power = 0 - }, -/obj/structure/fans/tiny, -/turf/simulated/floor/plating, -/area/security/securehallway) -"soE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/execution) -"soL" = ( -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_upload) -"soM" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/beach/water{ - icon_state = "seadeep" - }, -/area/crew_quarters/fitness) -"soV" = ( -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/medical/surgery1) -"spe" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xeno5"; - name = "Creature Cell #5"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"sps" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"spv" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"spC" = ( -/obj/structure/chair/office/light, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"spH" = ( -/obj/structure/closet/secure_closet/RD, -/obj/effect/decal/warning_stripes/northeast, -/obj/item/megaphone, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"spK" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/mechanic_workshop/expedition) -"spR" = ( -/obj/structure/crematorium, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"spS" = ( -/obj/structure/bookcase, -/obj/item/book/manual/sop_engineering, -/obj/item/book/manual/sop_medical, -/obj/item/book/manual/sop_science, -/obj/item/book/manual/sop_security, -/obj/item/book/manual/sop_service, -/obj/item/book/manual/sop_supply, -/obj/item/book/manual/sop_general, -/obj/item/book/manual/sop_legal, -/obj/item/book/manual/sop_command, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"spW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"sqs" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/range) -"sqK" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/medical/research{ - name = "Research Division" - }) -"sqO" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/exit) -"sqY" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkbluecorners" - }, -/area/bridge) -"sqZ" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/sw) -"srd" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/bridge) -"srp" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"srA" = ( -/obj/structure/closet/l3closet/scientist, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/medical/research/nhallway) -"srI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/bridge) -"srP" = ( -/obj/machinery/light, -/obj/structure/chair/sofa{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"srS" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light_switch{ - pixel_x = 25 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prisonershuttle) -"srW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/port) -"srZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/morgue{ - name = "Chapel Morgue"; - req_access_txt = "22" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"ssj" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"sss" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "bluecorner" - }, -/area/hallway/primary/central/ne) -"stf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/east) -"stl" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 1; - icon_state = "pipe-j2s"; - name = "HoP Office"; - sortType = 15 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/ne) -"stC" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whiteblue (EAST)" - }, -/area/medical/sleeper) -"stI" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 1; - icon_state = "open"; - id_tag = "brig_detprivacy"; - name = "Detective Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/detectives_office) -"stT" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/item/gun/energy/gun{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/gun, -/obj/item/gun/energy/gun{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"stV" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 1; - icon_state = "open"; - id_tag = "brig_detprivacy"; - name = "Detective Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/detectives_office) -"suf" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"sui" = ( -/obj/structure/grille, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"sum" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"sut" = ( -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/brigstaff) -"suE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/wall, -/area/medical/paramedic) -"suJ" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/surgery1) -"suL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"suV" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 1; - icon_state = "open"; - id_tag = "brig_detprivacy"; - name = "Detective Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/detectives_office) -"suW" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/armoury) -"svh" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 4; - name = "RD Junction"; - sortType = 13 - }, -/obj/structure/table/reinforced, -/obj/item/aicard, -/obj/item/circuitboard/aicore, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"svD" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/toxins/misc_lab) -"svL" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "redcorner" - }, -/area/security/range) -"svM" = ( -/obj/effect/decal/warning_stripes/north, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"svX" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 1; - icon_state = "open"; - id_tag = "lawyer"; - name = "Internal Affairs Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/lawoffice) -"sws" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/prisonershuttle) -"swx" = ( -/obj/structure/table/wood, -/obj/item/ashtray/bronze, -/obj/item/storage/fancy/cigarettes/dromedaryco, -/turf/simulated/floor/carpet, -/area/security/detectives_office) -"swI" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "sw_maint2_outer"; - locked = 1; - name = "West Maintenance External Access"; - req_access = null - }, -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"swQ" = ( -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Cell Block"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"swV" = ( -/obj/structure/window/reinforced, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/medical/morgue) -"swW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"sxk" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain/bedroom) -"sxn" = ( -/obj/machinery/photocopier, -/obj/effect/decal/warning_stripes/red, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"sxp" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"sxt" = ( -/obj/effect/decal/warning_stripes/southeastcorner, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"sxH" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"sxJ" = ( -/obj/structure/table/wood, -/obj/machinery/door/window{ - base_state = "right"; - dir = 1; - icon_state = "right"; - name = "Captain's Desk Door"; - req_access_txt = "20" - }, -/obj/item/folder/blue, -/obj/item/stamp/captain, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"sxM" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/pen, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - icon_state = "carpet" - }, -/area/crew_quarters/courtroom) -"sxO" = ( -/obj/machinery/door/window{ - base_state = "right"; - dir = 1; - icon_state = "right"; - name = "Captain's Desk Door"; - req_access_txt = "20" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain) -"sxS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"sxW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/hos) -"sxX" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/toy/figure/ian, -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"sxZ" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/item/storage/secure/briefcase, -/obj/item/storage/lockbox/medal, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain) -"syf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkredcorners" - }, -/area/security/warden) -"syj" = ( -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"sys" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"syB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"syC" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"szb" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/processing) -"szc" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -26 - }, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"szd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"szM" = ( -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkred" - }, -/area/security/securearmoury) -"szQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"szR" = ( -/turf/simulated/wall/r_wall, -/area/chapel/office) -"szY" = ( -/obj/structure/disposalpipe/sortjunction{ - dir = 1; - name = "Genetics Junction"; - sortType = 23 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplecorner" - }, -/area/hallway/primary/aft) -"sAv" = ( -/obj/machinery/light/small, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/hallway/primary/aft) -"sAI" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior Arrivals"; - dir = 6; - network = list("SS13","MiniSat") - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/construction/hallway) -"sAQ" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/podbay) -"sAT" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/aft) -"sBd" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securearmoury) -"sBk" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/machinery/camera{ - c_tag = "Brig Storage"; - dir = 5; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permahallway) -"sBl" = ( -/obj/structure/table/wood, -/obj/machinery/recharger, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"sBx" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/reagent_containers/dropper/precision, -/obj/item/reagent_containers/dropper/precision, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/dropper, -/obj/item/storage/box/pillbottles, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/storage/box/beakers, -/obj/item/storage/box/beakers, -/obj/item/storage/box/syringes, -/obj/item/storage/box/syringes, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/toxins/misc_lab) -"sBL" = ( -/turf/simulated/wall/r_wall, -/area/security/main) -"sBX" = ( -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/machinery/computer/station_alert, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"sCb" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitered" - }, -/area/security/medbay) -"sCf" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/disposal, -/obj/structure/window/plasmareinforced{ - dir = 8 - }, -/obj/structure/window/plasmareinforced{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/simulated/floor/engine, -/area/toxins/misc_lab) -"sCp" = ( -/obj/machinery/light, -/obj/structure/filingcabinet, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"sCt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"sCy" = ( -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/quartermaster/storage) -"sCz" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/security/checkpoint) -"sCB" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/secure_closet/engineering_welding, -/obj/item/clothing/glasses/welding, -/obj/item/clothing/glasses/welding, -/obj/item/clothing/glasses/welding, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"sCH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/courtroom) -"sCL" = ( -/obj/structure/showcase{ - density = 0; - dir = 8; - icon = 'icons/mob/robots.dmi'; - icon_state = "robot_old"; - name = "Cyborg Statue"; - pixel_x = 9; - pixel_y = 2 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"sCQ" = ( -/obj/structure/flora/ausbushes/fernybush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/grass, -/area/hallway/secondary/exit) -"sCY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkred" - }, -/area/security/execution) -"sDu" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "blue" - }, -/area/hydroponics) -"sDx" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/pen/red, -/obj/item/stack/sheet/mineral/plasma{ - amount = 5 - }, -/obj/machinery/requests_console{ - department = "Virology"; - departmentType = 3; - name = "Virology Requests Console"; - pixel_y = 30 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"sDy" = ( -/obj/structure/table, -/obj/machinery/syndicatebomb/training, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"sDC" = ( -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/medical/research{ - name = "Research Division" - }) -"sDU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"sDV" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"sDY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/sleeper) -"sEp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table/wood, -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/obj/item/folder/red, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/assembly/showroom) -"sEz" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/effect/decal/cleanable/blood/xeno, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"sEG" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"sEK" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"sEO" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/engine, -/area/toxins/misc_lab) -"sEV" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -26 - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/aisat_interior) -"sEW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/crew_quarters/sleep) -"sEZ" = ( -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/chem_master, -/obj/structure/window/plasmareinforced{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/engine, -/area/toxins/misc_lab) -"sFa" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/bottle/ether, -/obj/item/reagent_containers/syringe{ - pixel_x = -1; - pixel_y = 11 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/surgery2) -"sFj" = ( -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/range) -"sFF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port) -"sFJ" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/construction/hallway) -"sGl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 4; - tag = "icon-pipe-j1 (EAST)" - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/lobby) -"sGp" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"sGs" = ( -/obj/structure/table, -/obj/item/clothing/suit/storage/hazardvest, -/obj/item/clothing/mask/gas, -/obj/item/clothing/gloves/color/black, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/maintenance/electrical) -"sGz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/turret_protected/aisat_interior) -"sGJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkbluefull" - }, -/area/turret_protected/aisat_interior) -"sGS" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"sHi" = ( -/obj/machinery/vending/snack, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"sHq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/explab) -"sHA" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay3) -"sHI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/turret_protected/aisat_interior) -"sHT" = ( -/obj/structure/transit_tube{ - icon_state = "D-SW"; - tag = "icon-D-SW" - }, -/turf/space, -/area/space/nearstation) -"sHX" = ( -/obj/machinery/photocopier, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/wood, -/area/blueshield) -"sHY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"sIs" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"sIy" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/warning_stripes/arrow{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow/partial{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"sII" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "engineering_east_inner"; - locked = 1; - name = "Engineering External Access"; - req_access = null; - req_access_txt = "10;13" - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"sIS" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/aisat_interior) -"sIV" = ( -/obj/machinery/door/airlock/research/glass{ - heat_proof = 1; - name = "Chemical Testing Room"; - req_access_txt = "47" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "RnDChem"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"sIX" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "cloninglab" - }, -/obj/structure/window/reinforced/polarized{ - id = "cloninglab" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "cloninglab" - }, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "cloninglab" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Genetics"; - name = "Genetics Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/genetics) -"sIZ" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'RADIOACTIVE AREA'"; - icon_state = "radiation"; - name = "RADIOACTIVE AREA"; - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/gravitygenerator) -"sJK" = ( -/turf/simulated/floor/greengrid, -/area/engine/gravitygenerator) -"sJO" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "bcarpet05" - }, -/area/blueshield) -"sKp" = ( -/obj/structure/closet/secure_closet/blueshield, -/obj/item/stack/tape_roll, -/obj/item/sensor_device, -/turf/simulated/floor/wood, -/area/blueshield) -"sKw" = ( -/obj/item/radio/intercom{ - dir = 8; - pixel_x = -28 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"sKF" = ( -/obj/effect/decal/warning_stripes/northeastcorner, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"sKK" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"sKP" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator Room"; - req_access_txt = "19;23" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/gravitygenerator) -"sKT" = ( -/obj/structure/chair/comfy/brown, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"sLa" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/maintenance/electrical) -"sLi" = ( -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall/rust, -/area/maintenance/asmaint) -"sLl" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"sLr" = ( -/obj/machinery/light, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/table/wood, -/obj/item/toy/russian_revolver, -/obj/item/reagent_containers/food/drinks/bottle/whiskey{ - pixel_y = 18 - }, -/turf/simulated/floor/wood, -/area/security/hos) -"sMh" = ( -/obj/structure/table, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel, -/area/security/range) -"sMk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/break_room) -"sMv" = ( -/obj/structure/table/reinforced, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/item/stack/sheet/rglass{ - amount = 20; - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/crowbar, -/obj/item/wrench, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ai_monitored/storage/eva) -"sMF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"sMH" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"sMJ" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"sMM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"sMP" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"sMS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port/west) -"sMZ" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port/west) -"sNa" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"sNf" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/storage/tech) -"sNt" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/ai_status_display{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/storage/tech) -"sNx" = ( -/obj/effect/spawner/random_spawners/wall_rusted_maybe, -/turf/simulated/wall, -/area/maintenance/fsmaint) -"sND" = ( -/obj/structure/bookcase, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/library) -"sNW" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = -25 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"sNY" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/turretid/stun{ - control_area = "\improper Telecoms Central Compartment"; - name = "AI Antechamber Turret Control"; - pixel_y = -26; - req_access_txt = "75" - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/turret_protected/aisat) -"sOt" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"sOC" = ( -/obj/structure/closet/secure_closet/exile, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/gateway) -"sOE" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/medical/research{ - name = "Research Division" - }) -"sOI" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Chamber Hallway"; - req_access_txt = "75" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"sOS" = ( -/obj/machinery/disposal, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/sign/poster/official/random{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brigstaff) -"sOV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "yellow" - }, -/area/storage/primary) -"sOW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"sPe" = ( -/obj/structure/transit_tube{ - icon_state = "D-NE"; - tag = "icon-D-NE" - }, -/obj/structure/transit_tube{ - icon_state = "D-SE"; - tag = "icon-D-SE" - }, -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/space, -/area/space/nearstation) -"sPy" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/range) -"sPF" = ( -/obj/machinery/light/small, -/obj/machinery/camera{ - c_tag = "Xeno Containment 1"; - dir = 1; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"sPG" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/toxins/server) -"sPM" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"sPY" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge) -"sQd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library/abandoned) -"sQx" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/restraints/handcuffs, -/obj/item/flash, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/bridge) -"sQz" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology/lab) -"sQK" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"sQS" = ( -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/bridge) -"sQU" = ( -/obj/structure/window/full/reinforced/tinted, -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/chapel/main) -"sRa" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table/glass, -/obj/structure/reagent_dispensers/virusfood{ - pixel_x = -32 - }, -/obj/machinery/reagentgrinder, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"sRf" = ( -/obj/structure/chair, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple"; - tag = "icon-whitepurple (NORTH)" - }, -/area/medical/research{ - name = "Research Division" - }) -"sRk" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/hand_labeler, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"sRo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "brown" - }, -/area/crew_quarters/chief) -"sRr" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/bridge) -"sRy" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/space, -/area/space/nearstation) -"sRA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/reception) -"sRC" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating/airless, -/area/toxins/mixing) -"sRG" = ( -/obj/structure/table, -/obj/item/stack/cable_coil/random, -/obj/item/assembly/igniter, -/obj/item/assembly/timer{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple"; - tag = "icon-whitepurple (NORTH)" - }, -/area/medical/research{ - name = "Research Division" - }) -"sRH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/bridge) -"sRM" = ( -/turf/simulated/floor/plasteel{ - icon_state = "purple" - }, -/area/maintenance/xenozoo) -"sRN" = ( -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/space/nearstation) -"sSo" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/checkpoint/south) -"sSD" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/computer/shuttle/labor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prisonershuttle) -"sSH" = ( -/obj/machinery/light_switch{ - pixel_x = 26 - }, -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/chem_dispenser, -/obj/effect/decal/warning_stripes/yellow, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/engine, -/area/toxins/misc_lab) -"sTk" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/processing) -"sTA" = ( -/obj/item/flag/sec, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/brigstaff) -"sTG" = ( -/obj/machinery/computer/prisoner{ - req_access = null; - req_access_txt = "2" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/firealarm{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"sTO" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/range) -"sUa" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"sUb" = ( -/obj/structure/target_stake, -/obj/machinery/magnetic_module, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"sUd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "bluecorner" - }, -/area/hallway/primary/central/ne) -"sUj" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/explab) -"sUp" = ( -/turf/simulated/floor/carpet, -/area/security/detectives_office) -"sUw" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 27 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/chapel/main) -"sUN" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"sUU" = ( -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"sUY" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"sVC" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/security/detectives_office) -"sVH" = ( -/obj/effect/spawner/window/reinforced/plasma, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/engine/controlroom) -"sVN" = ( -/turf/simulated/wall, -/area/teleporter/abandoned) -"sVU" = ( -/turf/simulated/wall, -/area/security/range) -"sVV" = ( -/obj/machinery/camera{ - c_tag = "Virology Office"; - dir = 8; - network = list("Medical","SS13") - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/vending/wallmed{ - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"sWf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/chair/office/dark, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/prisonershuttle) -"sWh" = ( -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"sWp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"sWs" = ( -/obj/structure/chair/wheelchair{ - desc = "Это кресло осталось от одного из предыдущих детективов. Говорят, что тот открыл в себе псионические способности и ушёл работать в федерацию магов."; - name = "Старое инвалидное кресло" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/security/detectives_office) -"sWC" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"sWN" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/processing) -"sXk" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "redcorner" - }, -/area/security/prisonershuttle) -"sXQ" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/bottle/morphine{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/reagent_containers/glass/bottle/sulfonal{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/execution) -"sXY" = ( -/obj/structure/morgue{ - dir = 8; - tag = "icon-morgue1 (WEST)" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/security/detectives_office) -"sYB" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/explab) -"sYS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"sYW" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/camera{ - c_tag = "Psychiatrist"; - dir = 6; - network = list("Medical","SS13") - }, -/turf/simulated/floor/carpet, -/area/medical/psych) -"sYX" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"sZg" = ( -/obj/effect/decal/remains/xeno, -/obj/effect/decal/cleanable/blood/xeno, -/turf/simulated/floor/greengrid, -/area/toxins/xenobiology) -"sZn" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "hopprivacy"; - name = "Head of Personal Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/crew_quarters/heads/hop) -"sZp" = ( -/obj/structure/morgue, -/obj/effect/decal/warning_stripes/northwest, -/obj/effect/landmark{ - name = "revenantspawn" - }, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/medical/morgue) -"sZx" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkbluecorners" - }, -/area/security/detectives_office) -"sZN" = ( -/obj/structure/chair/wood, -/turf/simulated/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"sZP" = ( -/turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate_sit) -"sZT" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/sleeper) -"tae" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/sign/greencross{ - pixel_y = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"taw" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/gateway) -"taM" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/port) -"taO" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/door/window/eastright, -/turf/simulated/floor/plasteel{ - icon_state = "carpet" - }, -/area/crew_quarters/courtroom) -"tbb" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"tby" = ( -/obj/structure/table/reinforced, -/obj/item/storage/fancy/donut_box, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/processing) -"tbM" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/security/hos) -"tbO" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library/abandoned) -"tbX" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/camera{ - c_tag = "Port Aft Solars" - }, -/obj/item/radio/intercom{ - pixel_y = 28 - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plating, -/area/maintenance/portsolar) -"tcb" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"tcp" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/medical/research/nhallway) -"tct" = ( -/obj/machinery/hologram/holopad, -/obj/effect/landmark/start{ - name = "Detective" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/detectives_office) -"tcC" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "red" - }, -/area/security/range) -"tcD" = ( -/obj/machinery/light, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"tcF" = ( -/obj/structure/cable, -/obj/machinery/power/solar_control{ - id = "portsolar"; - name = "Aft Port Solar Control" - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plating, -/area/maintenance/portsolar) -"tcH" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door_control{ - id = "lawyer"; - name = "Internal Affairs Privacy Shutters Control"; - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"tcK" = ( -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"tcP" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brig) -"tcS" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "HoSPriv"; - name = "HoS Office Privacy Shutters" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/hos) -"tda" = ( -/obj/machinery/r_n_d/experimentor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/explab) -"tdf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/restroom) -"tdm" = ( -/obj/machinery/photocopier, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Internal Affairs Office North"; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"tdn" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"tdo" = ( -/obj/machinery/camera{ - c_tag = "Central Ring Hallway South 1" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"tdp" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "CMO Shutters"; - name = "CMO Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/cmo) -"tdt" = ( -/obj/machinery/atmospherics/pipe/simple/insulated{ - dir = 5 - }, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"tdv" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/engineering) -"tdA" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "RoboPrivat"; - name = "Robotics Privacy Shutter" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/assembly/robotics) -"tdC" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Barber Shop" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "barber" - }, -/area/civilian/barber) -"tdH" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/storage/tech) -"tdT" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/insulated{ - dir = 10 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/toxins/mixing) -"tea" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/hallway/primary/central/west) -"tek" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/gateway) -"ten" = ( -/obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Internal Affairs Office" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"tez" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/item/radio/beacon, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering) -"teD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brig) -"teF" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkbluefull" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"teJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/floodlight, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"teS" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/structure/closet/secure_closet/brig, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prisonershuttle) -"tfd" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/turf/simulated/floor/carpet, -/area/ntrep) -"tfh" = ( -/obj/structure/closet/bombclosetsecurity, -/obj/effect/decal/warning_stripes/red, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24; - pixel_y = -4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"tfy" = ( -/obj/machinery/vending/snack, -/obj/structure/disposalpipe/junction{ - dir = 4; - icon_state = "pipe-j2"; - tag = "icon-pipe-j2 (EAST)" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"tfE" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkyellow" - }, -/area/engine/mechanic_workshop/hangar) -"tfI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/toxins/explab) -"tfK" = ( -/obj/machinery/sleeper{ - pixel_x = 3 - }, -/obj/effect/decal/warning_stripes/blue/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"tfS" = ( -/obj/structure/filingcabinet/employment, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"tgf" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/camera/emp_proof{ - c_tag = "Singularity SouthEast"; - dir = 8; - network = list("SS13","Singularity","Engineering") - }, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"tgg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/girder, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"tgy" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A18"; - location = "A17" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port/west) -"tgF" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/handcuffs, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prisonershuttle) -"tgH" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Teleporter Room"; - req_access_txt = "17;75" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"tgM" = ( -/obj/effect/decal/remains/human, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"tgP" = ( -/obj/item/radio/intercom{ - dir = 1; - pixel_y = 28 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/medical/research/restroom) -"tgT" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"thk" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/showcase, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/security/warden) -"thl" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "CMO Shutters"; - name = "CMO Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/cmo) -"tht" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/warning_stripes/east, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"thA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"thO" = ( -/turf/simulated/wall, -/area/security/customs) -"thR" = ( -/obj/structure/table, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/item/reagent_containers/food/snacks/grown/harebell{ - pixel_x = 5 - }, -/obj/item/reagent_containers/food/snacks/grown/harebell{ - pixel_x = 3; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/snacks/grown/harebell, -/obj/item/reagent_containers/food/snacks/grown/harebell{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"thS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/maintenance/electrical) -"tif" = ( -/obj/structure/table, -/obj/item/book/manual/security_space_law, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/lobby) -"tii" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/vending/coffee, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"tik" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"til" = ( -/obj/structure/chair/office/dark, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/reception) -"tiq" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"tir" = ( -/obj/machinery/vending/wallmed{ - pixel_y = 30 - }, -/obj/structure/table, -/obj/item/flashlight/lamp, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/lobby) -"tiz" = ( -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plating/airless, -/area/space/nearstation) -"tiJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "redcorner" - }, -/area/security/lobby) -"tiL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/courtroom) -"tiU" = ( -/obj/item/flag/cult, -/turf/simulated/floor/plating, -/area/library/abandoned) -"tja" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"tjq" = ( -/obj/structure/computerframe, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/teleporter/abandoned) -"tjE" = ( -/obj/effect/decal/remains/human, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_sit) -"tjK" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 12 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/captain/bedroom) -"tjR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/assembly/chargebay) -"tjW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"tkc" = ( -/turf/simulated/wall/rust, -/area/maintenance/asmaint) -"tkf" = ( -/obj/item/hand_labeler, -/obj/item/reagent_containers/spray/cleaner, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/structure/table/glass, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitepurple"; - tag = "icon-whitepurple (SOUTHWEST)" - }, -/area/medical/genetics) -"tkg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/wall/r_wall, -/area/turret_protected/ai) -"tku" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/customs) -"tkR" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"tkW" = ( -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/checkpoint/south) -"tla" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"tlc" = ( -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/medical/research/nhallway) -"tle" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "redcorner" - }, -/area/security/lobby) -"tlg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/command{ - id_tag = "ntrepofficedoor"; - name = "NT Representative's Office"; - req_access_txt = "73" - }, -/turf/simulated/floor/wood, -/area/ntrep) -"tlZ" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/filingcabinet, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"tmc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/east) -"tmp" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/item/pen/multi, -/obj/machinery/newscaster/security_unit{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "red" - }, -/area/security/reception) -"tmB" = ( -/obj/effect/decal/warning_stripes/blue, -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/storage/firstaid/doctor, -/obj/item/storage/firstaid/fire{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"tmF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/customs) -"tmH" = ( -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Detective's Lab"; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/security/detectives_office) -"tmR" = ( -/obj/effect/decal/warning_stripes/east, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"tmW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/reception) -"tnd" = ( -/obj/structure/disposalpipe/segment, -/obj/item/radio/intercom{ - pixel_x = 28; - pixel_y = -2 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/brig) -"tni" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"tno" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/starboard/east) -"tnr" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "First Surgery Window"; - name = "Surgery Shutters" - }, -/obj/structure/cable, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Second Surgery Window"; - name = "Surgery Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/surgery2) -"tnM" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/teargas, -/obj/item/storage/box/teargas{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/machinery/light_switch{ - pixel_x = -22; - pixel_y = -8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/warden) -"tnS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/ward) -"tom" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat) -"tot" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/medical/research{ - name = "Research Division" - }) -"tou" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/transit_tube{ - icon_state = "E-W-Pass" - }, -/turf/space, -/area/space/nearstation) -"toB" = ( -/obj/item/radio/intercom{ - pixel_x = -27 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"toL" = ( -/obj/effect/decal/warning_stripes/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"toP" = ( -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkredfull" - }, -/area/security/securearmoury) -"toS" = ( -/obj/effect/decal/warning_stripes/northeastcorner, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkredcorners" - }, -/area/security/securearmoury) -"toW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"toY" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/transit_tube, -/turf/space, -/area/space/nearstation) -"tpe" = ( -/obj/structure/closet/secure_closet/security, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/light, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/camera{ - c_tag = "Brig Customs"; - dir = 1; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"tpt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "redcorner" - }, -/area/security/customs) -"tpv" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/light, -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"tpA" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"tpM" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"tpR" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research{ - name = "Research Division" - }) -"tpS" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f9" - }, -/area/shuttle/siberia) -"tqc" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"tqf" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/maintenance/electrical) -"tqj" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"tqu" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"tqz" = ( -/obj/machinery/computer/med_data, -/obj/machinery/status_display{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "blue" - }, -/area/bridge/checkpoint/south) -"tqF" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/wood, -/area/library) -"trg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A34"; - location = "A33" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/east) -"trA" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/structure/closet/wardrobe/pjs, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"trI" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/medical/research/restroom) -"tsi" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"tst" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"tsu" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/white, -/obj/item/clothing/gloves/color/white, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/science, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"tsB" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/sleeper) -"tsG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall/r_wall/coated, -/area/toxins/test_chamber) -"tsS" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light_switch{ - pixel_x = -8; - pixel_y = 24 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/gateway) -"tsW" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/securearmoury) -"tta" = ( -/obj/structure/table, -/obj/item/storage/box/pillbottles{ - pixel_x = 8 - }, -/obj/item/storage/box/pillbottles{ - pixel_x = 8; - pixel_y = 4 - }, -/obj/item/storage/box/syringes{ - pixel_x = -6 - }, -/obj/item/storage/box/syringes{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/storage/box/autoinjectors{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/storage/box/autoinjectors{ - pixel_x = -6; - pixel_y = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/biostorage) -"ttc" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/processing) -"ttw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/customs) -"ttY" = ( -/obj/structure/table, -/obj/item/stack/sheet/cloth/ten, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"tui" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"tum" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"tuv" = ( -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/medical/surgery2) -"tuE" = ( -/obj/structure/table/reinforced, -/obj/item/kitchen/knife, -/obj/item/kitchen/rollingpin, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"tuK" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/medical/research/nhallway) -"tuQ" = ( -/obj/structure/transit_tube{ - icon_state = "E-W-Pass" - }, -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/space, -/area/space/nearstation) -"tuT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"tuU" = ( -/obj/structure/closet/secure_closet/security, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"tuY" = ( -/obj/machinery/recharge_station, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "red" - }, -/area/security/processing) -"tuZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkbluecorners" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"tvi" = ( -/obj/machinery/power/solar{ - name = "Aft Starboard Solar Panel" - }, -/obj/structure/cable, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" - }, -/area/solar/port) -"tvK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"tvY" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain/bedroom) -"tvZ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"twd" = ( -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/permahallway) -"twe" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/security/hos) -"twh" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"two" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/securehallway) -"twN" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/mask/gas, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"twU" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/space, -/area/space/nearstation) -"txb" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/toxins/mixing) -"txk" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat_interior) -"txl" = ( -/obj/structure/table/wood, -/obj/item/soap, -/turf/simulated/floor/wood{ - icon_state = "wood-broken"; - tag = "icon-wood-broken" - }, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"txq" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/portsolar) -"txt" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/permahallway) -"txE" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"txI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"tyn" = ( -/obj/machinery/photocopier, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/simulated/floor/wood, -/area/library) -"tyJ" = ( -/obj/machinery/door/airlock/medical{ - name = "Operating Theatre"; - req_access_txt = "45" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/holosign/surgery{ - id = "surgery1" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/surgery1) -"tzb" = ( -/obj/machinery/status_display{ - pixel_x = 32; - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "cautioncorner" - }, -/area/engine/break_room) -"tzg" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/camera{ - c_tag = "Engineering Entrance"; - dir = 4; - network = list("Engineering","SS13"); - pixel_y = -22 - }, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"tzh" = ( -/turf/simulated/wall/r_wall, -/area/security/warden) -"tzi" = ( -/obj/structure/grille, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"tzk" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "redcorner" - }, -/area/security/main) -"tzp" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"tzt" = ( -/obj/machinery/computer/arcade/orion_trail, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"tzE" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/vending/snack, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"tzI" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall3" - }, -/area/shuttle/transport) -"tzJ" = ( -/obj/structure/sign/redcross{ - desc = "The Star of Life, a symbol of Medical Aid."; - icon_state = "lifestar"; - name = "Medbay" - }, -/turf/simulated/wall/r_wall, -/area/medical/chemistry) -"tzL" = ( -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"tzM" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering) -"tzQ" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 1; - tag = "icon-propulsion (NORTH)" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"tzR" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - icon_state = "barber" - }, -/area/civilian/barber) -"tzV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Pet Store" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/civilian/pet_store) -"tzX" = ( -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"tzZ" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/light_switch{ - pixel_x = 4; - pixel_y = 26 - }, -/obj/item/radio/intercom{ - dir = 1; - pixel_x = 28 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"tAz" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/ai_status_display{ - pixel_x = 32 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"tAB" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 28; - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/engine/break_room) -"tAC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"tBr" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port/west) -"tBs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"tBB" = ( -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/crate/plastic{ - desc = "В ящике хранится оборудование для осуществления уборки станции гражданским персоналом в случае нужды или безработицы"; - name = "Ящик оборудования для уборки" - }, -/obj/item/mop, -/obj/item/mop, -/obj/item/mop, -/obj/item/mop, -/obj/item/mop, -/obj/item/reagent_containers/glass/bucket, -/obj/item/reagent_containers/glass/bucket, -/obj/item/reagent_containers/glass/bucket, -/obj/item/reagent_containers/glass/bucket, -/obj/item/reagent_containers/glass/bucket, -/obj/item/storage/bag/trash, -/obj/item/storage/bag/trash, -/obj/item/storage/bag/trash, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"tBR" = ( -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"tCj" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple"; - tag = "icon-whitepurple (EAST)" - }, -/area/toxins/mixing) -"tCu" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/storage/primary) -"tCy" = ( -/obj/structure/mineral_door/wood, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"tCB" = ( -/turf/simulated/wall/r_wall, -/area/medical/surgery2) -"tCM" = ( -/obj/machinery/camera{ - c_tag = "Virology Maintance Access"; - dir = 4; - network = list("Medical","SS13") - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreen"; - tag = "icon-whitegreen (WEST)" - }, -/area/medical/medbay3) -"tCN" = ( -/obj/machinery/door/window/brigdoor{ - dir = 2; - name = "Execution Access"; - req_access_txt = "1" - }, -/obj/machinery/atmospherics/binary/valve/digital, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/execution) -"tDc" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/nw) -"tDg" = ( -/obj/machinery/ai_status_display{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"tDB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"tDD" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -25 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/south, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/toxins/mixing) -"tDN" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/bridge) -"tEg" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/folder, -/obj/item/pen, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"tEh" = ( -/obj/machinery/sleeper{ - dir = 4; - pixel_x = -3 - }, -/obj/effect/decal/warning_stripes/blue/hollow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"tEl" = ( -/obj/machinery/status_display, -/turf/simulated/wall/r_wall, -/area/crew_quarters/heads/hop) -"tEw" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/bridge) -"tEy" = ( -/obj/structure/closet/fireaxecabinet{ - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/bridge) -"tEB" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"tED" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/engineering) -"tEE" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/turf/simulated/floor/plating, -/area/storage/secure) -"tEG" = ( -/obj/machinery/door/poddoor/preopen{ - id_tag = "eslock"; - name = "Escape Shuttle Lockdown" - }, -/obj/machinery/door/airlock{ - name = "Chapel Office"; - req_access_txt = "22" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"tFd" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"tFj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"tFt" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/paper_bin, -/obj/item/pen/multi, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"tFv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/processing) -"tFz" = ( -/obj/machinery/door_control{ - id = "HoSPriv"; - name = "HoS Office Privacy Shutters Control"; - pixel_y = -24 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/wood, -/area/security/hos) -"tFO" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/northwest, -/obj/structure/table/reinforced, -/obj/item/crowbar/red, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"tFR" = ( -/turf/simulated/floor/bluegrid, -/area/turret_protected/aisat_interior) -"tGd" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/wood, -/area/library/abandoned) -"tGi" = ( -/obj/structure/closet/chefcloset, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/reagent_containers/glass/bucket, -/obj/item/mop, -/obj/item/soap, -/turf/simulated/floor/plasteel, -/area/crew_quarters/kitchen) -"tGl" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/toxins/mixing) -"tGo" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating/airless, -/area/toxins/test_area) -"tGs" = ( -/obj/structure/table/glass, -/obj/item/flashlight/lamp, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/virology) -"tGA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"tGD" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Chief Medical Officer" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"tGE" = ( -/turf/simulated/wall/r_wall, -/area/engine/supermatter) -"tGG" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"tGM" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/atmospherics/pipe/simple/insulated, -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/obj/machinery/vending/wallmed{ - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/toxins/mixing) -"tGR" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/ward) -"tGV" = ( -/turf/simulated/floor/plasteel{ - icon_state = "browncorner"; - tag = "icon-browncorner (EAST)" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"tHn" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"tHr" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"tHC" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"tHH" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"tHP" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/bridge) -"tHS" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/securearmoury) -"tHZ" = ( -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"tIb" = ( -/obj/machinery/camera{ - c_tag = "Paramedic's Office"; - dir = 1; - network = list("Medical","SS13") - }, -/obj/item/radio/intercom{ - pixel_y = -32 - }, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner (WEST)" - }, -/area/medical/paramedic) -"tIh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"tIu" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"tIz" = ( -/obj/machinery/alarm{ - dir = 4; - pixel_x = -23 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/securehallway) -"tID" = ( -/obj/structure/transit_tube{ - icon_state = "D-NE"; - tag = "icon-D-NE" - }, -/turf/space, -/area/space/nearstation) -"tIK" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"tIL" = ( -/obj/structure/rack, -/obj/machinery/light/small, -/obj/item/aicard, -/obj/item/storage/secure/briefcase, -/obj/item/multitool, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault"; - tag = "icon-vault (WEST)" - }, -/area/bridge) -"tIQ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/reception) -"tIY" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"tJh" = ( -/mob/living/simple_animal/pet/dog/pug, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/explab) -"tJk" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/carpet, -/area/bridge) -"tJu" = ( -/obj/machinery/newscaster{ - layer = 3.3; - pixel_y = -27 - }, -/obj/structure/piano, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/bar/atrium) -"tJM" = ( -/obj/machinery/light_switch{ - pixel_x = 4; - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"tJN" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"tKa" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/sw) -"tKh" = ( -/obj/machinery/vending/security, -/obj/machinery/newscaster/security_unit{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/evidence) -"tKj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"tKk" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/computer/guestpass/hop{ - pixel_x = -30 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"tKz" = ( -/obj/item/screwdriver, -/turf/simulated/floor/plating, -/area/engine/engineering) -"tKK" = ( -/obj/structure/table, -/obj/item/book/manual/security_space_law, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/processing) -"tKL" = ( -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior 9"; - dir = 6; - network = list("SS13","MiniSat") - }, -/turf/space, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"tKX" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/space, -/area/space/nearstation) -"tLc" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xeno6"; - name = "Creature Cell #6"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"tLh" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "teleportershutter"; - name = "Teleporter Shutters" - }, -/obj/machinery/door_control{ - id = "teleportershutter"; - name = "Teleporter Shutters Access Control"; - pixel_x = -24; - req_access_txt = "17" - }, -/obj/effect/decal/warning_stripes/north, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/teleporter) -"tLj" = ( -/obj/structure/window/plasmareinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/chair/comfy/shuttle, -/turf/simulated/shuttle/floor, -/area/shuttle/transport) -"tLr" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/machinery/light_switch{ - pixel_x = 8; - pixel_y = -24 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/gateway) -"tLv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brig) -"tLy" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/bridge) -"tLB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"tLD" = ( -/turf/simulated/wall, -/area/security/permabrig) -"tLH" = ( -/obj/structure/table/reinforced, -/obj/item/folder/blue, -/obj/item/paper/tcommskey, -/obj/item/stamp/ce, -/obj/item/paper/monitorkey, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/chief) -"tLI" = ( -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"tLN" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/crew_quarters/chief) -"tLO" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/virology) -"tLT" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/structure/table/glass, -/obj/item/scalpel{ - pixel_y = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplefull" - }, -/area/medical/research/restroom) -"tMi" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/sorting) -"tMj" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/west, -/obj/item/flag/atmos{ - name = "Atmosia Flag" - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/chief) -"tMm" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"tMG" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/medbay3) -"tML" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light_switch{ - pixel_x = 8; - pixel_y = 26 - }, -/obj/machinery/holosign_switch{ - id = "surgery2"; - pixel_x = -6; - pixel_y = 26 - }, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/surgery2) -"tMO" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door_control{ - id = "CMO Shutters"; - name = "CMO Privacy Shutters Control"; - pixel_x = 26; - pixel_y = 7 - }, -/obj/machinery/door_control{ - id = "Biohazard_medi"; - name = "Medbay Lockdown"; - pixel_x = 26; - pixel_y = -9 - }, -/obj/structure/table/glass, -/obj/item/phone, -/obj/item/lighter/zippo/cmo, -/turf/simulated/floor/plasteel, -/area/medical/cmo) -"tMQ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/junction{ - dir = 8; - icon_state = "pipe-j2"; - tag = "icon-pipe-j1 (WEST)" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prison/cell_block/A) -"tMU" = ( -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/brig) -"tMV" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/medical/virology/lab) -"tNa" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/security/armoury) -"tNf" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"tNl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"tNI" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall14"; - tag = "icon-swall14" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"tNL" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/reception) -"tOb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"tOf" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Chemistry"; - name = "Chemistry Privacy Shutter" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/medical/chemistry) -"tOg" = ( -/obj/item/flag/cargo, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"tOj" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/construction/hallway) -"tOs" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"tOA" = ( -/obj/machinery/camera{ - c_tag = "Bridge Starboard"; - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/bridge) -"tOB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/bridge) -"tOD" = ( -/obj/machinery/light/small, -/obj/machinery/camera{ - c_tag = "Xeno Containment 3"; - dir = 1; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"tON" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "escape" - }, -/area/crew_quarters/fitness) -"tOT" = ( -/obj/machinery/computer/security{ - network = list("SS13","Research Outpost","Mining Outpost") - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "red" - }, -/area/security/reception) -"tPd" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id_tag = "ceprivacy"; - name = "CE Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/chief) -"tPe" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/ne) -"tPh" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"tPj" = ( -/obj/structure/chair/sofa, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"tPv" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"tPD" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 1; - icon_state = "propulsion_r"; - tag = "icon-propulsion_r (NORTH)" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate_sit) -"tQe" = ( -/obj/structure/chair/comfy/brown, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/landmark/start{ - name = "Detective" - }, -/turf/simulated/floor/carpet, -/area/security/detectives_office) -"tQh" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"tQn" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"tQo" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/engine/engineering/monitor) -"tQq" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Internal Affairs Agent" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"tQs" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "Warden"; - name = "Warden Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/warden) -"tQF" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/securehallway) -"tQG" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/prisonershuttle) -"tQL" = ( -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "yellow" - }, -/area/maintenance/electrical) -"tQQ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/engine/hardsuitstorage) -"tQX" = ( -/obj/machinery/computer/message_monitor, -/turf/simulated/floor/bluegrid, -/area/tcommsat/chamber) -"tRb" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/prisonershuttle) -"tRm" = ( -/obj/machinery/door/airlock/external{ - id_tag = "s_docking_airlock"; - name = "Shuttle Airlock"; - req_access_txt = "150" - }, -/obj/machinery/door_control{ - id = "syndicate_sit_1"; - name = "Blast Doors"; - pixel_x = -25; - req_access_txt = "150" - }, -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "syndicate_sit_1"; - name = "Front Hull Door"; - opacity = 0; - req_access_txt = "150" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate_sit) -"tRE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering/monitor) -"tRG" = ( -/obj/machinery/optable, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/shower{ - pixel_x = -3; - pixel_y = 3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/surgery2) -"tSb" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/space, -/area/space/nearstation) -"tSc" = ( -/turf/simulated/wall/r_wall, -/area/engine/engineering/monitor) -"tSj" = ( -/obj/structure/lattice, -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/space, -/area/space/nearstation) -"tSn" = ( -/obj/structure/mirror{ - pixel_y = 32 - }, -/obj/structure/sink{ - pixel_y = 21 - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/security/brigstaff) -"tSo" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28; - pixel_y = -28 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/server) -"tSv" = ( -/turf/simulated/shuttle/wall{ - dir = 1; - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate_sit) -"tSz" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"tSD" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "ai1"; - name = "Turret Shutters" - }, -/turf/simulated/floor/plating, -/area/turret_protected/aisat_interior) -"tSH" = ( -/obj/structure/bed, -/obj/item/bedsheet/brown, -/obj/effect/landmark/start{ - name = "Chaplain" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"tTu" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "caution" - }, -/area/atmos) -"tTD" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port) -"tTG" = ( -/obj/machinery/camera{ - c_tag = "Gravity Generation"; - dir = 1; - network = list("SS13","Engineering") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/gravitygenerator) -"tTI" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/sign/electricshock{ - pixel_y = -32 - }, -/turf/simulated/floor/plating, -/area/engine/gravitygenerator) -"tTR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat) -"tTW" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/medbay3) -"tUd" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/hallway/primary/central/nw) -"tUh" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/locker) -"tUB" = ( -/obj/machinery/vending/snack, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brigstaff) -"tUH" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"tUI" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "Chemistry2"; - name = "Chemistry Privacy Shutter" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/medical/chemistry) -"tUR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/carpet, -/area/library) -"tUT" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/effect/decal/warning_stripes/south, -/obj/structure/closet/firecloset, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"tUW" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_y = -30 - }, -/turf/simulated/floor/plasteel, -/area/engine/gravitygenerator) -"tUX" = ( -/turf/simulated/floor/engine/insulated/vacuum, -/area/toxins/mixing) -"tVr" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/engine/break_room) -"tVu" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"tVz" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/northeastcorner, -/obj/effect/decal/warning_stripes/southeastcorner, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/maintenance/electrical) -"tVC" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "green" - }, -/area/hallway/secondary/exit) -"tVP" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering"; - req_access_txt = "32" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"tVV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"tWj" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/fsmaint) -"tWn" = ( -/turf/simulated/wall, -/area/security/execution) -"tWL" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xeno4"; - name = "Creature Cell #4"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"tWM" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/electrical) -"tXf" = ( -/turf/simulated/wall, -/area/assembly/robotics) -"tXp" = ( -/obj/machinery/status_display, -/turf/simulated/wall/r_wall, -/area/engine/engineering) -"tXq" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port/west) -"tXC" = ( -/obj/structure/closet/paramedic, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/paramedic) -"tXF" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "HoSPriv"; - name = "HoS Office Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/hos) -"tXG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/crew_quarters/courtroom) -"tXP" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 25 - }, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/library/abandoned) -"tXR" = ( -/obj/item/flag/med, -/turf/simulated/floor/plasteel{ - icon_state = "cmo" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"tXT" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreen"; - tag = "icon-whitegreen (WEST)" - }, -/area/medical/virology) -"tXZ" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/toy/figure/secofficer, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/reception) -"tYb" = ( -/obj/machinery/door/window/brigdoor/westleft{ - color = "#d70000"; - dir = 1; - req_access_txt = "104" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"tYf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Head of Personnel"; - req_access = null; - req_access_txt = "57" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"tYg" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "yellow" - }, -/area/maintenance/electrical) -"tYi" = ( -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/checkpoint) -"tYo" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin2) -"tYx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/chapel/main) -"tYG" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/storage/tech) -"tYK" = ( -/turf/simulated/wall/r_wall, -/area/medical/ward) -"tYL" = ( -/obj/structure/table/wood, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Captain's Office" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain) -"tYM" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/turret_protected/aisat_interior) -"tYU" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/hologram/holopad, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/tech) -"tZg" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "yellow" - }, -/area/maintenance/electrical) -"tZh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/surgery2) -"tZs" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/turf/simulated/floor/wood, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"tZI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/apmaint) -"tZN" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"tZR" = ( -/obj/machinery/pipedispenser, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"tZU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/explab) -"ual" = ( -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"uaF" = ( -/obj/item/radio/intercom{ - dir = 1; - pixel_y = -28 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/light, -/obj/structure/closet/secure_closet/personal/patient, -/turf/simulated/floor/plasteel, -/area/medical/virology) -"uaK" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/storage/tech) -"ubg" = ( -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/processing) -"ubu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"ubA" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/airlock_electronics, -/obj/item/stack/sheet/glass, -/obj/item/assembly/signaler, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whitepurple"; - tag = "icon-whitepurple (SOUTHWEST)" - }, -/area/medical/research{ - name = "Research Division" - }) -"ubI" = ( -/obj/machinery/keycard_auth{ - pixel_x = 24 - }, -/turf/simulated/floor/wood, -/area/blueshield) -"ubJ" = ( -/obj/structure/grille, -/obj/structure/window/full/shuttle, -/turf/simulated/floor/plating, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"ubP" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/exit) -"ubT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"ubV" = ( -/obj/structure/chair/stool, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"ucf" = ( -/obj/machinery/disposal, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/disposalpipe/trunk, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/surgery1) -"ucx" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"ucJ" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/obj/machinery/camera{ - c_tag = "Primary Tool Storage"; - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/janitorialcart, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"ucN" = ( -/obj/machinery/camera{ - c_tag = "Rec Room Center"; - dir = 4; - pixel_y = -22 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"ucR" = ( -/obj/structure/rack{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/item/tank/jetpack/oxygen, -/obj/item/tank/oxygen, -/obj/item/clothing/shoes/magboots, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/camera{ - c_tag = "Brig Pilot Office"; - dir = 1; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"ude" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/closet/wardrobe/pink, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"udm" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/medical/research/nhallway) -"udw" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"udI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellowcorner" - }, -/area/storage/primary) -"udO" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/reception) -"udT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "cautioncorner" - }, -/area/hallway/primary/starboard/east) -"udZ" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"uek" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/teleporter) -"ueo" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/paramedic) -"uex" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"uey" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"uez" = ( -/obj/structure/sign/greencross, -/turf/simulated/wall, -/area/medical/ward) -"ueJ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/security/detectives_office) -"ueQ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"ufg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"ufl" = ( -/obj/structure/grille, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/decal/warning_stripes/northwestcorner, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"ufn" = ( -/obj/structure/window/reinforced, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/construction/hallway) -"ufo" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/nw) -"ufp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"ufw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"ufD" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"ufG" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/space, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"ufP" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/ward) -"ufR" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/bot/floorbot{ - on = 0 - }, -/turf/simulated/floor/plating, -/area/storage/secure) -"ufU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"uga" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/computer/secure_data, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/reception) -"ugf" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/bridge) -"ugg" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"ugi" = ( -/obj/structure/table/reinforced, -/obj/item/folder{ - pixel_x = -4 - }, -/obj/item/folder/red{ - pixel_y = 3 - }, -/obj/item/folder/blue{ - pixel_x = 5 - }, -/obj/item/folder/yellow{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/stamp/law, -/obj/item/pen/multi, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"ugl" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/ne) -"ugu" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitered" - }, -/area/security/medbay) -"ugy" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplefull" - }, -/area/medical/research{ - name = "Research Division" - }) -"ugH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "redcorner" - }, -/area/security/main) -"ugN" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"ugW" = ( -/obj/structure/grille, -/obj/structure/window/full/shuttle{ - icon_state = "8" - }, -/turf/simulated/floor/plating, -/area/shuttle/arrival/station) -"ugX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = -28; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"uhk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"uhn" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/carpet, -/area/lawoffice) -"uhI" = ( -/obj/machinery/mass_driver{ - id_tag = "chapelgun" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window{ - dir = 1; - name = "Mass Driver"; - req_access_txt = "22" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/chapel/main) -"uhP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/reception) -"uhY" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "redcorner" - }, -/area/security/securehallway) -"uip" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"uiA" = ( -/obj/machinery/photocopier, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 26 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/reception) -"uiX" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/brig) -"ujh" = ( -/obj/structure/table/wood, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/obj/item/flashlight/lamp, -/obj/item/paper/monitorkey, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/crew_quarters/hor) -"ujn" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"uju" = ( -/obj/structure/sign/nosmoking_2, -/turf/simulated/wall, -/area/medical/virology/lab) -"ujB" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"ujV" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/starboard) -"ukb" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port/west) -"ukf" = ( -/obj/structure/sign/directions/engineering{ - dir = 1; - pixel_y = 8 - }, -/obj/structure/sign/directions/science{ - dir = 1; - pixel_y = 1 - }, -/obj/structure/sign/directions/evac{ - pixel_y = -8 - }, -/turf/simulated/wall, -/area/bridge/checkpoint/south) -"ukt" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/prisonershuttle) -"ukv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"ukA" = ( -/turf/simulated/floor/wood{ - icon_state = "wood-broken3"; - tag = "icon-wood-broken3" - }, -/area/maintenance/fsmaint) -"ulb" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay2) -"ult" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaCellsLockdown"; - name = "Perma Cells Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"umd" = ( -/obj/effect/decal/warning_stripes/northwestcorner, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"umr" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Cremator"; - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"umy" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/securehallway) -"umL" = ( -/obj/structure/sign/poster/official/random{ - pixel_x = 32 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"umX" = ( -/obj/machinery/camera{ - c_tag = "Central Ring Hallway West 3"; - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"unk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "E.V.A."; - req_one_access_txt = "18" - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"unn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/surgery2) -"unx" = ( -/obj/structure/sign/botany, -/turf/simulated/wall, -/area/hydroponics) -"unE" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bcarpet05" - }, -/area/blueshield) -"unM" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Warden's Office"; - req_access_txt = "3" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/warden) -"unN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/main) -"uob" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/warden) -"uoA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"uoI" = ( -/obj/structure/transit_tube{ - icon_state = "D-SE"; - tag = "icon-D-SE" - }, -/turf/space, -/area/space/nearstation) -"uoK" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"uoL" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"uoW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/warden) -"uoY" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/medical/research/restroom) -"upr" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/toxins/mixing) -"upx" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/paramedic) -"upN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/warden) -"upS" = ( -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "orangecorner" - }, -/area/hallway/primary/aft) -"upW" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/dropper/precision, -/obj/item/reagent_containers/dropper/precision, -/obj/item/reagent_containers/dropper/precision, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/box/syringes, -/obj/item/storage/box/syringes, -/obj/item/storage/box/iv_bags{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/box/iv_bags{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"upZ" = ( -/turf/simulated/shuttle/wall{ - dir = 8; - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate_sit) -"uqq" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/alarm{ - pixel_y = 24 - }, -/obj/machinery/shieldgen, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"uqu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/securearmoury) -"uqM" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/item/gun/energy/gun/advtaser{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/gun/advtaser, -/obj/item/gun/energy/gun/advtaser{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"uqO" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/port) -"urn" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/grenade/barrier{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/grenade/barrier, -/obj/item/grenade/barrier{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/grenade/barrier{ - pixel_x = 6; - pixel_y = -6 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"urA" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/construction/hallway) -"urC" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction, -/turf/simulated/wall/r_wall/coated, -/area/toxins/mixing) -"usd" = ( -/obj/machinery/door/airlock/maintenance, -/obj/structure/barricade/wooden, -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"usx" = ( -/obj/machinery/light/small, -/obj/item/radio/intercom{ - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "red" - }, -/area/security/range) -"usy" = ( -/obj/structure/closet/secure_closet/security, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"usM" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"usN" = ( -/obj/machinery/photocopier, -/turf/simulated/floor/plasteel, -/area/medical/cmo) -"usO" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "carpet" - }, -/area/crew_quarters/courtroom) -"utb" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"utf" = ( -/obj/machinery/power/tracker, -/obj/structure/cable, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" - }, -/area/solar/starboard) -"utt" = ( -/turf/simulated/wall/r_wall, -/area/storage/secure) -"uty" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"utB" = ( -/obj/machinery/vending/coffee, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_y = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brigstaff) -"utI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay3) -"utT" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "RoboPrivat"; - name = "Robotics Privacy Shutter" - }, -/turf/simulated/floor/plating, -/area/assembly/robotics) -"uud" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/girder, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"uue" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction{ - dir = 4; - icon_state = "pipe-j2"; - tag = "icon-pipe-j2 (EAST)" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"uuo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"uuu" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "purplecorner" - }, -/area/hallway/primary/aft) -"uuw" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "vault" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"uuA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/sleep) -"uuD" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Geneticist" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/medical/genetics) -"uuH" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"uuK" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"uuQ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreen"; - tag = "icon-whitegreen (WEST)" - }, -/area/medical/medbay3) -"uuY" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/machinery/door_control{ - id = "Genetics"; - name = "Genetic Privacy Shutters Control"; - pixel_y = 26 - }, -/obj/item/storage/box/beakers{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/box/syringes, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/medical/genetics) -"uve" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"uvp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/range) -"uvs" = ( -/obj/structure/sign/mech{ - pixel_y = 32 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/camera{ - c_tag = "Brig Staff Room"; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/brigstaff) -"uvt" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"uvC" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/westarrival) -"uvG" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/brigstaff) -"uvJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"uvO" = ( -/obj/structure/delta_statue/nw, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "vault"; - tag = "icon-vault (NORTHEAST)" - }, -/area/bridge/vip) -"uvT" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/camera{ - c_tag = "Library West"; - dir = 4 - }, -/turf/simulated/floor/wood, -/area/library) -"uvW" = ( -/obj/effect/decal/warning_stripes/west{ - icon = 'icons/turf/floors.dmi'; - icon_state = "siding1" - }, -/obj/effect/decal/warning_stripes/west{ - icon = 'icons/turf/floors.dmi'; - icon_state = "siding2" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "asteroid"; - tag = "icon-asteroid (NORTH)" - }, -/area/hydroponics) -"uwp" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"uws" = ( -/obj/machinery/vending/cola, -/obj/effect/decal/warning_stripes/yellow, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"uwP" = ( -/obj/structure/chair, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"uwZ" = ( -/obj/machinery/ai_slipper, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"uxe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/closet/emcloset, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"uxj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"uxy" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat) -"uxz" = ( -/obj/machinery/light/small, -/obj/structure/chair/wood{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"uxL" = ( -/obj/machinery/recharge_station, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brigstaff) -"uxS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/medical/genetics) -"uye" = ( -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreen"; - tag = "icon-whitegreen (EAST)" - }, -/area/medical/medbay3) -"uyo" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "execution" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "execution" - }, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "execution" - }, -/turf/simulated/floor/plating, -/area/security/execution) -"uyr" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/engine, -/area/security/execution) -"uyD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/mixing) -"uyI" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"uyQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/landmark/start{ - name = "Cyborg" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkbluefull" - }, -/area/turret_protected/aisat) -"uzj" = ( -/obj/structure/sign/redcross{ - desc = "The Star of Life, a symbol of Medical Aid."; - icon_state = "lifestar"; - name = "Medbay" - }, -/turf/simulated/wall, -/area/medical/reception) -"uzl" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "HoS Office"; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/hos) -"uzy" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/gateway) -"uAd" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/toy/figure/hos, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/hos) -"uAe" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat) -"uAf" = ( -/obj/machinery/conveyor/west{ - id = "QMLoad2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/quartermaster/storage) -"uAh" = ( -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/iv_bag/blood/OMinus, -/obj/item/reagent_containers/iv_bag/blood/OPlus, -/obj/item/reagent_containers/iv_bag/blood/random, -/obj/item/reagent_containers/iv_bag/blood/random, -/obj/item/radio/intercom{ - pixel_y = 28 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/camera{ - c_tag = "Virology Work Area"; - network = list("Medical","SS13") - }, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"uAm" = ( -/obj/machinery/door/airlock/medical{ - name = "Morgue"; - req_access_txt = "6" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"uAn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"uAC" = ( -/turf/simulated/wall, -/area/medical/cmo) -"uAL" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/unary/outlet_injector/on{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/engine, -/area/security/execution) -"uAX" = ( -/turf/simulated/wall/r_wall, -/area/construction/hallway) -"uBr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/securehallway) -"uBu" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - name = "Труба на фильтрацию" - }, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/atmos) -"uBz" = ( -/obj/item/radio/intercom{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/securehallway) -"uBD" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Security"; - req_access_txt = "58" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/hos) -"uBQ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/mixing) -"uBS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/west) -"uBX" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/floodlight, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permahallway) -"uBY" = ( -/turf/simulated/wall, -/area/bridge/checkpoint/south) -"uCn" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"uCs" = ( -/obj/structure/cable/yellow{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"uCv" = ( -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/suit_storage_unit/security, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prisonershuttle) -"uCM" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall/r_wall, -/area/turret_protected/aisat_interior) -"uCN" = ( -/turf/simulated/wall, -/area/hallway/secondary/entry/commercial) -"uCO" = ( -/obj/structure/chair/wood/wings, -/turf/simulated/floor/wood{ - icon_state = "wood-broken5"; - tag = "icon-wood-broken5" - }, -/area/maintenance/abandonedbar) -"uCS" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f6" - }, -/area/shuttle/siberia) -"uDa" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/closet/firecloset, -/turf/simulated/floor/plasteel, -/area/hallway/primary/aft) -"uDd" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"uDf" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"uDx" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"uDz" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"uDH" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/crew_quarters/fitness) -"uDP" = ( -/obj/structure/grille, -/obj/structure/window/full/shuttle{ - icon_state = "window4" - }, -/turf/simulated/floor/plating, -/area/shuttle/siberia) -"uDV" = ( -/obj/structure/grille, -/obj/structure/window/full/shuttle{ - dir = 10; - icon_state = "9" - }, -/turf/simulated/floor/plating, -/area/shuttle/siberia) -"uDY" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/east, -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"uEq" = ( -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/main) -"uEr" = ( -/obj/structure/closet/bombclosetsecurity, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel, -/area/security/range) -"uEP" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"uEV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/radio/beacon, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"uEZ" = ( -/obj/structure/sign/nosmoking_2, -/turf/simulated/wall/r_wall, -/area/toxins/lab) -"uFk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/medbay) -"uFl" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/medical/glass{ - id_tag = null; - name = "Virology"; - req_access_txt = "39" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology) -"uFo" = ( -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"uFp" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Briefing"; - name = "Briefing Room Shutters" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/main) -"uFy" = ( -/obj/structure/grille, -/obj/structure/window/full/shuttle{ - icon_state = "window8" - }, -/turf/simulated/floor/plating, -/area/shuttle/siberia) -"uFL" = ( -/obj/structure/lattice, -/turf/simulated/wall/r_wall, -/area/space/nearstation) -"uFM" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/processing) -"uFO" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/surgery2) -"uFV" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"uFX" = ( -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"uFZ" = ( -/obj/structure/curtain/open/shower/security, -/obj/item/restraints/handcuffs/pinkcuffs, -/obj/machinery/shower{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/security/brigstaff) -"uGh" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkbluecorners" - }, -/area/tcommsat/chamber) -"uGt" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library/abandoned) -"uGu" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "ai1"; - name = "Turret Shutters" - }, -/turf/simulated/floor/plating, -/area/turret_protected/aisat_interior) -"uGF" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"uGH" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/wall, -/area/quartermaster/delivery) -"uHc" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f10"; - tag = "icon-swall_f10" - }, -/area/shuttle/siberia) -"uHf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"uHk" = ( -/obj/structure/closet/secure_closet/security, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/reception) -"uHl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/flasher{ - id = null; - pixel_y = -24 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/turret_protected/aisat_interior) -"uHq" = ( -/obj/structure/bed, -/obj/item/bedsheet/rainbow, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"uHt" = ( -/obj/structure/cable, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/toxins/mixing) -"uHu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/camera/motion{ - c_tag = "Minisat Hallway South"; - dir = 1; - network = list("Minisat","SS13") - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/turret_protected/aisat_interior) -"uHv" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -6; - pixel_y = 32 - }, -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"uHA" = ( -/turf/simulated/wall/r_wall, -/area/medical/research/nhallway) -"uHP" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -23 - }, -/obj/structure/bed/dogbed{ - name = "kitty basket" - }, -/mob/living/simple_animal/pet/cat/Runtime{ - desc = "Пушистый любитель печени. Не подпускать к операционным."; - name = "Вольфхар" - }, -/turf/simulated/floor/plasteel, -/area/medical/cmo) -"uHW" = ( -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - name = "Security Ballistic Weapons"; - req_access = list(1) - }, -/obj/item/gun/projectile/automatic/pistol/enforcer/security{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/projectile/automatic/pistol/enforcer/security, -/obj/item/gun/projectile/automatic/pistol/enforcer/security{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/gun/projectile/automatic/pistol/enforcer/security{ - pixel_x = 6; - pixel_y = -6 - }, -/obj/machinery/light, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/obj/item/radio/intercom{ - pixel_x = -28; - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/armoury) -"uIx" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Warden"; - name = "Warden Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/warden) -"uIF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A21"; - location = "A20" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/west) -"uIH" = ( -/obj/machinery/ai_status_display{ - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/computer/atmoscontrol, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"uIQ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Mech Lab"; - dir = 1; - network = list("Research","SS13") - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"uIT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"uJd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/remains/human, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"uJi" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"uJj" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "engineering_east_airlock"; - name = "exterior access button"; - pixel_x = 20; - pixel_y = 20; - req_access_txt = "10;13" - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"uJo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"uJw" = ( -/obj/structure/table/wood/poker, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/maintenance/gambling_den) -"uJx" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"uJA" = ( -/obj/structure/table/wood, -/obj/item/kitchen/utensil/spoon{ - pixel_x = 7 - }, -/obj/item/kitchen/utensil/fork{ - pixel_x = 7 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"uJJ" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"uKk" = ( -/obj/structure/table/reinforced, -/obj/item/bikehorn{ - pixel_x = -1; - pixel_y = 13 - }, -/obj/item/instrument/bikehorn{ - pixel_y = -2 - }, -/obj/item/kitchen/utensil/spoon{ - pixel_x = -3; - pixel_y = 18 - }, -/obj/item/kitchen/utensil/fork{ - pixel_x = -4; - pixel_y = 18 - }, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/processing) -"uKo" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/firealarm{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner (WEST)" - }, -/area/medical/surgery1) -"uKu" = ( -/obj/effect/decal/warning_stripes/west, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/gateway) -"uKw" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "redcorner" - }, -/area/security/brig) -"uKK" = ( -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/medical/surgery2) -"uKN" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"uKQ" = ( -/obj/structure/table/wood/poker, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"uKR" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/simulated/floor/bluegrid, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"uKT" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"uKU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"uLk" = ( -/obj/effect/decal/warning_stripes/south, -/obj/effect/decal/warning_stripes/north, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/engine, -/area/engine/controlroom) -"uLp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/start{ - name = "Security Officer" - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/customs) -"uLv" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/medbay) -"uLw" = ( -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/machinery/camera{ - c_tag = "Central Ring Hallway South 3" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"uLD" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"uLR" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/chief) -"uLT" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/medical/research{ - name = "Research Division" - }) -"uLW" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreen" - }, -/area/medical/virology) -"uLX" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"uLY" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/mmi{ - pixel_x = 1; - pixel_y = -9 - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 4; - pixel_y = 7 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/processing) -"uMC" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/chair/office/dark, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/library/abandoned) -"uMU" = ( -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"uNi" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"uNn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/engine/break_room) -"uNE" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = 30; - pixel_y = 30 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"uNG" = ( -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/security/brigstaff) -"uNV" = ( -/obj/structure/chair/wood/wings{ - dir = 8; - tag = "icon-wooden_chair_wings (WEST)" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"uNZ" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"uOb" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brigstaff) -"uOm" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkbluefull" - }, -/area/construction/hallway) -"uOt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall/r_wall, -/area/security/evidence) -"uOu" = ( -/obj/structure/chair/comfy/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Security Officer" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brigstaff) -"uOE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/break_room) -"uOJ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/space, -/area/space/nearstation) -"uPa" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/aienter) -"uPb" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/permabrig) -"uPh" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/crew_quarters/hor) -"uPo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"uPv" = ( -/obj/machinery/hydroponics/soil, -/turf/simulated/floor/grass, -/area/hydroponics) -"uPB" = ( -/obj/structure/dresser, -/obj/machinery/vending/wallmed{ - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurplecorner" - }, -/area/crew_quarters/hor) -"uPX" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/grille, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"uQb" = ( -/obj/structure/disposalpipe/sortjunction{ - name = "CE's Junction"; - sortType = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/engine/break_room) -"uQo" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/aienter) -"uQp" = ( -/obj/machinery/vending/tool, -/obj/item/radio/intercom{ - dir = 0; - pixel_x = -28 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"uQq" = ( -/obj/structure/table/reinforced, -/obj/item/ashtray/bronze{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/storage/fancy/cigarettes/cigpack_robust, -/obj/item/stack/tape_roll, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"uQr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"uQy" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"uQL" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/glasses/hud/diagnostic{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/item/clothing/glasses/hud/diagnostic{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/item/clothing/glasses/hud/diagnostic{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/item/clothing/glasses/welding, -/obj/item/clothing/glasses/welding, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"uQO" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = -26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"uQR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "redcorner" - }, -/area/security/range) -"uQU" = ( -/obj/structure/bookcase, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"uQV" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"uQY" = ( -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/aft) -"uRn" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/chem_heater, -/obj/structure/window/plasmareinforced{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/camera{ - c_tag = "Chemical Toxins Lab"; - network = list("Research","SS13") - }, -/turf/simulated/floor/engine, -/area/toxins/misc_lab) -"uRr" = ( -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"uRB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 2; - icon_state = "pipe-j2"; - tag = "icon-pipe-j2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"uRG" = ( -/obj/structure/chair{ - desc = "Этот красивый стул был отлит из двух трофейных боргов синдиката."; - name = "Дизайнерский стул" - }, -/obj/machinery/shower{ - pixel_y = 5 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/security/processing) -"uRI" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/sign/science{ - pixel_x = -32; - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "purplecorner" - }, -/area/hallway/primary/aft) -"uRL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -28 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/genetics_cloning) -"uRQ" = ( -/obj/structure/chair/office/light, -/obj/effect/landmark/start{ - name = "Geneticist" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/genetics) -"uSt" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"uSv" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/obj/machinery/newscaster/security_unit{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"uSR" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25 - }, -/obj/machinery/light/small{ - dir = 4; - tag = "icon-bulb1 (EAST)" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/engine/aienter) -"uST" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/mob/living/carbon/human/monkey, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/genetics) -"uSY" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/processing) -"uTb" = ( -/turf/simulated/floor/plasteel{ - icon_state = "darkbluefull" - }, -/area/construction/hallway) -"uTm" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/wood, -/area/library/abandoned) -"uTp" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "yellow" - }, -/area/engine/hardsuitstorage) -"uTr" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/fitness) -"uTP" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay3) -"uTS" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/securearmoury) -"uUa" = ( -/obj/structure/chair/wood, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"uUx" = ( -/obj/effect/decal/warning_stripes/south, -/obj/item/radio/intercom{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "yellow" - }, -/area/maintenance/electrical) -"uUy" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door_control{ - id = "brig_detprivacy"; - name = "Detective Privacy Shutters Control"; - pixel_x = -23; - pixel_y = 22 - }, -/turf/simulated/floor/carpet, -/area/security/detectives_office) -"uUI" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "ai1"; - name = "Turret Shutters" - }, -/turf/simulated/floor/plating, -/area/turret_protected/aisat_interior) -"uUW" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/medical/research/nhallway) -"uVh" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Chapel Office"; - req_access_txt = "22" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"uVl" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/carpet, -/area/maintenance/fsmaint) -"uVw" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/sleeper) -"uVC" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"uVI" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/aft) -"uVS" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"uWb" = ( -/obj/structure/window/reinforced, -/obj/structure/shuttle/engine/heater{ - dir = 1; - tag = "icon-heater (NORTH)" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"uWd" = ( -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"uWf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "brown" - }, -/area/crew_quarters/chief) -"uWi" = ( -/obj/structure/closet/secure_closet/psychiatrist, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/mask/muzzle, -/obj/item/clothing/mask/muzzle, -/obj/item/clipboard{ - pixel_x = -5 - }, -/turf/simulated/floor/wood, -/area/medical/psych) -"uWl" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/space, -/area/space/nearstation) -"uWr" = ( -/obj/structure/window/plasmareinforced{ - color = "#FF0000"; - dir = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"uWG" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/showcase{ - layer = 5 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/tcommsat/chamber) -"uWH" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"uWM" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"uWW" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"uXc" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Experimentation Lab Office"; - network = list("Research","SS13") - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/telepad_cargo, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"uXf" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/chief) -"uXj" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"uXl" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"uXu" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"uXz" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/ne) -"uXN" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light_switch{ - pixel_x = -8; - pixel_y = 24 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"uXS" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/engine/engineering) -"uXU" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/cleanable/cobweb, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"uXX" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal, -/obj/machinery/light_switch{ - pixel_x = 8; - pixel_y = 26 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"uYb" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/engine/engineering/monitor) -"uYe" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"uYk" = ( -/obj/structure/grille, -/turf/simulated/wall/r_wall, -/area/atmos) -"uYt" = ( -/obj/structure/table, -/obj/effect/decal/warning_stripes/yellow, -/obj/effect/decal/warning_stripes/eastsouthwest, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/electrical) -"uYw" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ai_monitored/storage/eva) -"uYG" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/chair, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "green" - }, -/area/hallway/secondary/exit) -"uYP" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library/abandoned) -"uYS" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/construction/hallway) -"uYT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction{ - dir = 4; - tag = "icon-pipe-j1 (EAST)" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"uYX" = ( -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"uZd" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/fans/tiny, -/obj/machinery/door/window/brigdoor/southleft{ - dir = 4; - req_access_txt = "17;75" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"uZl" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port) -"uZn" = ( -/obj/machinery/computer/crew, -/obj/machinery/light_switch{ - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"uZs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"uZv" = ( -/obj/machinery/ai_status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"uZJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/glass{ - name = "Courtroom"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/crew_quarters/courtroom) -"uZR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "redcorner" - }, -/area/hallway/primary/starboard/east) -"uZU" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"vad" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/library) -"vai" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/maintenance/fsmaint) -"val" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"vam" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Telescience" - }, -/obj/structure/barricade/wooden, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"vat" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "arrival_south_inner"; - locked = 1; - name = "Arrivals External Access"; - req_access = null - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"vaH" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"vbc" = ( -/obj/structure/morgue, -/obj/effect/decal/warning_stripes/southwest, -/obj/effect/landmark{ - name = "revenantspawn" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/medical/morgue) -"vbh" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/simulated/floor/plating, -/area/security/permabrig) -"vbq" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port) -"vbw" = ( -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"vbJ" = ( -/obj/machinery/atmospherics/pipe/simple/visible/universal{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/north, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"vbL" = ( -/obj/structure/sign/bobross{ - pixel_y = 32 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"vbO" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/wood, -/area/crew_quarters/captain/bedroom) -"vbR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"vcb" = ( -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"vcj" = ( -/obj/effect/decal/cleanable/vomit, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/item/flag/syndi, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"vcq" = ( -/obj/machinery/power/smes, -/obj/effect/decal/warning_stripes/yellow, -/obj/effect/decal/warning_stripes/eastnorthwest, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/electrical) -"vct" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/power/port_gen/pacman, -/obj/machinery/light, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"vcw" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/vending/wallmed{ - pixel_x = 26 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"vcx" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/window/reinforced, -/obj/structure/table, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/obj/item/paper/deltainfo, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"vcG" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/security/detectives_office) -"vcX" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/main) -"vdd" = ( -/obj/structure/chair/sofa/right{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"vdu" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Xeno Containment 6"; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"vdz" = ( -/obj/item/flag/nt, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/tcommsat/chamber) -"vdJ" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Armory_North"; - location = "Armory_sprava" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/securearmoury) -"vdX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/ward) -"vec" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Paramedic" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/paramedic) -"veO" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xenosecure"; - name = "Secure Creature Cell"; - opacity = 0 - }, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"vfa" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"vfb" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Briefing Room"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/main) -"vfc" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/door/airlock/command{ - name = "Chief Medical Officer"; - req_access_txt = "40" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/cmo) -"vfh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port) -"vfE" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/security/prison/cell_block/A) -"vfH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/maintenance/electrical) -"vfK" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_sit) -"vga" = ( -/obj/machinery/computer/general_air_control{ - frequency = 1222; - name = "Bomb Mix Monitor"; - sensors = list("burn_sensor" = "Burn Mix") - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutral" - }, -/area/toxins/mixing) -"vgb" = ( -/obj/structure/table/wood, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/item/stack/wrapping_paper, -/obj/item/reagent_containers/food/snacks/grown/wheat, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/turf/simulated/floor/wood, -/area/civilian/pet_store) -"vge" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/medical{ - id_tag = "GeneticsDoor"; - name = "Genetics"; - req_access_txt = "9" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"vgk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/chief) -"vgu" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"vgF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteyellow" - }, -/area/medical/chemistry) -"vgI" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f10" - }, -/area/shuttle/pod_3) -"vgP" = ( -/turf/simulated/wall/r_wall, -/area/assembly/showroom) -"vgU" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"vhp" = ( -/obj/structure/bed, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"vhD" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/public/glass, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port/east) -"vhI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/chair, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/hos) -"vhQ" = ( -/obj/machinery/light/small, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/recharge_station, -/obj/machinery/door_control{ - desiredstate = 1; - id = "toilet3"; - name = "Toilet Bolt Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"vhR" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/applicator/burn, -/obj/item/reagent_containers/glass/bottle/charcoal, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/medical/genetics) -"vhU" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/mob/living/simple_animal/mouse/brown, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"vhV" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_y = -30 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"vhW" = ( -/obj/structure/chair/stool, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/wood, -/area/security/detectives_office) -"vib" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/effect/landmark/start{ - name = "Research Director" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/crew_quarters/hor) -"vic" = ( -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/main) -"vik" = ( -/obj/structure/table/reinforced, -/obj/item/camera, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"viq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/aft) -"viE" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"viX" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"vjp" = ( -/obj/machinery/computer/mech_bay_power_console, -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"vjr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"vjx" = ( -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"vjQ" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/lawoffice) -"vkb" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/cabin1) -"vkj" = ( -/obj/structure/table/reinforced, -/obj/item/toy/russian_revolver, -/obj/item/stamp/warden{ - pixel_y = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/warden) -"vkl" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner (WEST)" - }, -/area/medical/genetics) -"vkm" = ( -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"vku" = ( -/turf/simulated/wall, -/area/security/permahallway) -"vkC" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/prisonershuttle) -"vkS" = ( -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/teleporter/abandoned) -"vkV" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/sign/deathsposal{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"vkX" = ( -/turf/simulated/floor/wood{ - icon_state = "wood-broken5"; - tag = "icon-wood-broken5" - }, -/area/maintenance/fsmaint) -"vlc" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/newscaster{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/medical/genetics) -"vlf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "xeno2"; - name = "Creature Cell #4"; - opacity = 0 - }, -/obj/machinery/door/window/brigdoor{ - dir = 2; - name = "Creature Pen"; - req_access_txt = "47" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/xenobiology) -"vlh" = ( -/obj/machinery/bodyscanner, -/obj/machinery/light/spot, -/turf/simulated/shuttle/floor4/vox, -/area/shuttle/vox) -"vli" = ( -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"vly" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"vlD" = ( -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "red" - }, -/area/security/securehallway) -"vlG" = ( -/turf/simulated/wall, -/area/toxins/mixing) -"vlN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"vlP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/medical/genetics) -"vlU" = ( -/obj/structure/table/wood, -/obj/item/paper_bin/nanotrasen, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/carpet, -/area/lawoffice) -"vmb" = ( -/obj/structure/table/wood, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "NT Representative's Office" - }, -/turf/simulated/floor/wood, -/area/ntrep) -"vmj" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/processing) -"vmn" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -28 - }, -/mob/living/carbon/human/monkey, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/genetics) -"vmq" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin2) -"vmx" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/hologram/holopad, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/medbay3) -"vmL" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"vmP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10; - initialize_directions = 10 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"vmX" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/reception) -"vnq" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/hor) -"vns" = ( -/obj/structure/lattice, -/obj/structure/transit_tube{ - icon_state = "E-W-Pass" - }, -/turf/space, -/area/space/nearstation) -"vnu" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"vnH" = ( -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"vnI" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/assembly/chargebay) -"vnQ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"vnS" = ( -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/genetics) -"vof" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 8; - icon_state = "shutter0"; - id_tag = "hopqueueshutters"; - name = "Queue Shutters"; - opacity = 0 - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/arrow{ - dir = 4 - }, -/obj/machinery/ticket_machine{ - layer = 4; - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/hallway/primary/central/west) -"vom" = ( -/obj/structure/sink{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/genetics) -"vor" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"vos" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/experimentor, -/obj/item/healthanalyzer, -/obj/effect/decal/warning_stripes/northwestcorner, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"vov" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"voL" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/toxins/xenobiology) -"voP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/reception) -"vpc" = ( -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/medical/surgery2) -"vpi" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/item/storage/box/buck{ - pixel_x = 3 - }, -/obj/item/storage/box/buck{ - pixel_y = 3 - }, -/obj/item/storage/box/slug{ - pixel_x = -3; - pixel_y = 6 - }, -/obj/machinery/camera{ - c_tag = "Secure Armory East"; - dir = 8; - network = list("SS13","Security") - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"vpu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brig) -"vpz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"vpA" = ( -/obj/structure/window/reinforced, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior 7"; - dir = 4; - network = list("SS13","MiniSat") - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/construction/hallway) -"vpK" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; - dir = 1; - name = "Труба подачи азота в реактор" - }, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, -/turf/space, -/area/space/nearstation) -"vpM" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/toy/figure/md, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/reception) -"vpP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/sleeper) -"vpV" = ( -/obj/structure/barricade/wooden, -/turf/simulated/floor/wood, -/area/maintenance/fsmaint) -"vpW" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/brig) -"vqg" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/west) -"vqK" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"vqL" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "Second Surgery Window"; - name = "Surgery Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/surgery2) -"vqM" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/door/window{ - dir = 2; - name = "Secure Armory"; - req_access_txt = "1" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/clothing/suit/armor/riot, -/obj/item/shield/riot, -/obj/item/clothing/head/helmet/riot, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"vqY" = ( -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/brigstaff) -"vrg" = ( -/obj/structure/window/plasmareinforced{ - color = "#FF0000"; - dir = 1 - }, -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration) -"vru" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"vrx" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/sleeper) -"vrH" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel, -/area/gateway) -"vrL" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/prisonershuttle) -"vrN" = ( -/obj/machinery/computer/shuttle/labor, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/siberia) -"vsb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brig) -"vse" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/west) -"vsn" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"vsp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"vsA" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/toxins/mixing) -"vsE" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/effect/decal/warning_stripes/southwest, -/obj/machinery/doppler_array{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"vsF" = ( -/turf/simulated/wall, -/area/crew_quarters/sleep) -"vsH" = ( -/turf/simulated/wall/r_wall, -/area/crew_quarters/hor) -"vsM" = ( -/obj/machinery/disposal, -/obj/effect/decal/warning_stripes/southeast, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/simulated/floor/engine, -/area/medical/chemistry) -"vsN" = ( -/turf/simulated/wall/r_wall, -/area/engine/mechanic_workshop/hangar) -"vsT" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/security/detectives_office) -"vte" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"vtj" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"vtm" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/engine/engineering) -"vtu" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/sleeper) -"vtK" = ( -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior 14"; - dir = 8; - network = list("SS13","MiniSat") - }, -/turf/space, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"vtR" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/rack, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/obj/item/stack/sheet/glass{ - amount = 50 - }, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/clothing/head/welding, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"vtW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"vud" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "BrigRight"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/brig) -"vuo" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"vup" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/hos) -"vur" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/checkpoint) -"vuD" = ( -/obj/effect/decal/warning_stripes/yellow/partial, -/mob/living/simple_animal/pet/dog/corgi/borgi, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel, -/area/assembly/robotics) -"vuE" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/security/securearmoury) -"vvh" = ( -/obj/structure/bed, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"vvn" = ( -/obj/machinery/kitchen_machine/grill, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/crew_quarters/kitchen) -"vvz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/wall/r_wall, -/area/turret_protected/aisat) -"vvG" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/detectives_office) -"vvP" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"vvX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/west) -"vvY" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/radio/intercom{ - dir = 1; - pixel_y = 28 - }, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -23 - }, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"vwj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/junction, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"vwq" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber"; - req_access_txt = "75" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat) -"vww" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hallway/primary/central/west) -"vwy" = ( -/obj/machinery/vending/clothing, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/locker) -"vwD" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"vwH" = ( -/obj/structure/table/wood, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Head of Personnel's Desk"; - departmentType = 5; - name = "Head of Personnel Requests Console"; - pixel_y = 30 - }, -/obj/item/paper_bin, -/obj/item/stamp/hop, -/obj/item/pen/fancy, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"vwQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"vwV" = ( -/obj/structure/chair/comfy/shuttle, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"vwX" = ( -/obj/structure/table/wood, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/item/storage/fancy/donut_box, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"vxe" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/aft) -"vxf" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/sleeper) -"vxh" = ( -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior 6"; - dir = 4; - network = list("SS13","MiniSat") - }, -/turf/space, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"vxk" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Librarian" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/carpet, -/area/library) -"vxs" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay3) -"vxJ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"vxO" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "ai_airlock"; - name = "exterior access button"; - pixel_x = 25; - pixel_y = -25; - req_access_txt = "75;13" - }, -/turf/space, -/area/space/nearstation) -"vxP" = ( -/obj/structure/closet/walllocker/emerglocker/north, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/engine/aienter) -"vxU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/bed/dogbed, -/mob/living/simple_animal/pet/dog/security/warden, -/turf/simulated/floor/plasteel{ - icon_state = "darkredcorners" - }, -/area/security/warden) -"vxW" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/heads/hop) -"vye" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/nhallway) -"vyh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/west) -"vyi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/processing) -"vyq" = ( -/obj/effect/landmark/start{ - name = "Security Officer" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/customs) -"vyB" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/medical/research/nhallway) -"vyD" = ( -/obj/structure/bookcase, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"vyF" = ( -/mob/living/simple_animal/slime, -/turf/simulated/floor/greengrid, -/area/toxins/xenobiology) -"vyN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/landmark/start{ - name = "Cyborg" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkbluefull" - }, -/area/turret_protected/aisat) -"vyT" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/medical/research{ - name = "Research Division" - }) -"vyW" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/security/hos) -"vzv" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"vzx" = ( -/obj/structure/chair/stool/bar, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"vzz" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/engine/aienter) -"vzE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/east) -"vzF" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "solar_xeno_airlock"; - name = "exterior access button"; - pixel_x = -25; - pixel_y = 25; - req_access_txt = "13" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/starboard) -"vzN" = ( -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"vzV" = ( -/obj/machinery/door/window/brigdoor{ - base_state = "rightsecure"; - dir = 2; - icon_state = "rightsecure"; - id = "Cell 4"; - name = "Cell 4"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prison/cell_block/A) -"vzW" = ( -/obj/machinery/door/firedoor, -/obj/structure/sign/poster/official/random{ - pixel_x = -32 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/sleeper) -"vAa" = ( -/obj/structure/bedsheetbin, -/obj/structure/table, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "arrival" - }, -/area/crew_quarters/sleep) -"vAb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/aienter) -"vAj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/reception) -"vAm" = ( -/obj/machinery/door/airlock/shuttle{ - id_tag = "s_docking_airlock"; - name = "Escape Pod Hatch" - }, -/obj/docking_port/mobile/pod{ - dir = 8; - id = "pod4"; - name = "escape pod 4" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/pod_4) -"vAr" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"vAC" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/engine/aienter) -"vAN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"vAZ" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/gps/engineering, -/obj/item/lighter/zippo/ce, -/obj/effect/decal/warning_stripes/east, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"vBg" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_y = 8 - }, -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/simulated/floor/wood, -/area/maintenance/fsmaint) -"vBi" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "robotics_solar_outer"; - locked = 1; - name = "Engineering External Access"; - req_access = null; - req_access_txt = "10;13" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating, -/area/maintenance/portsolar) -"vBm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"vBp" = ( -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"vBr" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/genericbush, -/turf/simulated/floor/grass, -/area/medical/cryo) -"vBt" = ( -/turf/simulated/floor/wood{ - icon_state = "wood-broken6"; - tag = "icon-wood-broken6" - }, -/area/maintenance/fsmaint) -"vBE" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/machinery/light, -/obj/machinery/flasher{ - id = "Cell 5"; - pixel_y = -28 - }, -/obj/item/radio/intercom{ - pixel_y = -42 - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/prison/cell_block/A) -"vBG" = ( -/obj/machinery/light_switch{ - pixel_x = 10; - pixel_y = -24 - }, -/turf/simulated/floor/wood, -/area/security/hos) -"vBQ" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "brown" - }, -/area/crew_quarters/chief) -"vBX" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"vCh" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"vCj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/break_room) -"vCl" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/biostorage) -"vCr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/item/folder/yellow, -/obj/item/pen, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"vCt" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall/r_wall, -/area/medical/virology) -"vCx" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"vCW" = ( -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/leafybush, -/turf/simulated/floor/grass, -/area/hallway/secondary/exit) -"vCY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/fitness) -"vCZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/engine/engineering/monitor) -"vDd" = ( -/obj/structure/table/reinforced, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/tank/jetpack/carbondioxide, -/turf/simulated/floor/plasteel{ - icon_state = "yellowfull" - }, -/area/engine/hardsuitstorage) -"vDe" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = -26 - }, -/obj/machinery/keycard_auth{ - pixel_x = 38; - pixel_y = -26 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"vDy" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/ai_status_display{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/storage/tech) -"vDA" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall13" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"vDO" = ( -/obj/structure/chair/comfy/brown{ - dir = 8; - layer = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"vEb" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/medical/cmo) -"vEd" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/security/prisonershuttle) -"vEh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"vEo" = ( -/turf/simulated/wall, -/area/assembly/chargebay) -"vEu" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 - }, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"vEw" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"vEN" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"vEU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"vEZ" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"vFe" = ( -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/machinery/vending/assist, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"vFi" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/brigstaff) -"vFl" = ( -/obj/machinery/light_switch{ - pixel_x = -8; - pixel_y = -26 - }, -/obj/machinery/camera{ - c_tag = "Captain's Desk"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"vFr" = ( -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/aisat_interior) -"vFy" = ( -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"vFG" = ( -/obj/structure/table, -/obj/machinery/microscope{ - pixel_y = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/security/detectives_office) -"vFU" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/ward) -"vGf" = ( -/obj/structure/table/wood, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"vGi" = ( -/obj/structure/sign/poster/contraband/missing_gloves{ - pixel_x = 32 - }, -/obj/structure/table/wood, -/obj/machinery/recharger, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"vGv" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/permabrig) -"vGw" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/storage/primary) -"vGz" = ( -/turf/simulated/shuttle/wall, -/area/shuttle/trade/sol) -"vGN" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"vHg" = ( -/obj/item/radio/intercom{ - dir = 1; - pixel_y = -28 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain) -"vHh" = ( -/obj/machinery/door/airlock/glass{ - name = "Cabin" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/crew_quarters/sleep) -"vHi" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/recharge_station, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"vHs" = ( -/obj/machinery/atmospherics/pipe/simple/insulated{ - dir = 4 - }, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/toxins/mixing) -"vHA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/airlock/public/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/starboard/east) -"vHG" = ( -/obj/machinery/atmospherics/unary/passive_vent{ - dir = 8 - }, -/turf/simulated/floor/engine/insulated/vacuum, -/area/toxins/mixing) -"vIi" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/starboard/east) -"vIl" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/courtroom) -"vIm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"vIt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/start{ - name = "Brig Physician" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/security/medbay) -"vIC" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 8; - icon_state = "shutter0"; - id_tag = "meetroomshutters"; - name = "Meeting Room Shutters"; - opacity = 0 - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/turf/simulated/floor/plating, -/area/bridge/meeting_room) -"vJn" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/securehallway) -"vJr" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/table/wood, -/obj/item/clothing/mask/cigarette/cigar{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/clothing/mask/cigarette/cigar{ - pixel_x = -2; - pixel_y = 3 - }, -/obj/machinery/door_control{ - id = "meetroomshutters"; - name = "Privacy Shutters"; - pixel_x = 6; - pixel_y = -2; - req_one_access_txt = "18" - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"vJv" = ( -/obj/effect/decal/warning_stripes/north, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"vJw" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"vJJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/processing) -"vJQ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology/lab) -"vJX" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"vKJ" = ( -/turf/simulated/wall/r_wall, -/area/security/detectives_office) -"vLk" = ( -/obj/machinery/light/spot{ - dir = 4; - tag = "icon-tube1 (EAST)" - }, -/obj/structure/closet/crate, -/turf/simulated/shuttle/floor, -/area/shuttle/transport) -"vLq" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/medical/ward) -"vLr" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology) -"vLs" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/cobweb2, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"vLA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/hardsuitstorage) -"vLQ" = ( -/obj/structure/table/wood, -/obj/item/kitchen/utensil/fork, -/obj/item/kitchen/utensil/spoon, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar/atrium) -"vLR" = ( -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/bridge/meeting_room) -"vMe" = ( -/obj/machinery/porta_turret, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_upload) -"vMk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/medbay3) -"vMK" = ( -/turf/simulated/wall/r_wall, -/area/security/processing) -"vMV" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/assembly/robotics) -"vMY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/range) -"vMZ" = ( -/obj/structure/dresser, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/virology) -"vNi" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id_tag = "First Surgery Window"; - name = "Surgery Shutters" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/medical/surgery1) -"vNk" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/security/checkpoint) -"vNl" = ( -/obj/structure/chair/comfy/shuttle, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"vNo" = ( -/obj/machinery/ai_status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_upload) -"vNE" = ( -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"vNO" = ( -/obj/structure/lattice, -/obj/structure/transit_tube{ - icon_state = "D-NW"; - tag = "icon-D-NW" - }, -/turf/space, -/area/space/nearstation) -"vNP" = ( -/obj/structure/computerframe, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"vNU" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "RoboDesk"; - name = "Robotics Privacy Shutter" - }, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/assembly/robotics) -"vNX" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/security/securearmoury) -"vNZ" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/hallway/primary/aft) -"vOa" = ( -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 7 - }, -/obj/item/pen, -/obj/structure/table/glass, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/medical/genetics) -"vOc" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/obj/item/radio/intercom{ - dir = 8; - pixel_x = -28 - }, -/turf/simulated/shuttle/floor4, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"vOe" = ( -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"vOF" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaCellsLockdown"; - name = "Perma Cells Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"vOJ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/space, -/area/space/nearstation) -"vOV" = ( -/obj/machinery/camera{ - armor = list("melee" = 50, "bullet" = 20, "laser" = 20, "energy" = 20, "bomb" = 100, "bio" = 0, "rad" = 0, "fire" = 90, "acid" = 50); - c_tag = "Research Toxins Test Chamber South"; - dir = 1; - network = list("Toxins","Research","SS13") - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel/airless, -/area/toxins/test_area) -"vOX" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/starboard/east) -"vPl" = ( -/obj/machinery/vending/coffee, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"vPn" = ( -/obj/structure/table/wood, -/obj/item/toy/russian_revolver, -/turf/simulated/floor/carpet, -/area/maintenance/fsmaint) -"vPt" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/security/prison/cell_block/A) -"vPu" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai_upload) -"vPC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/processing) -"vPO" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/hallway/primary/central/ne) -"vPS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den/casino) -"vQn" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber" - }, -/obj/machinery/light_switch{ - pixel_x = -5; - pixel_y = 26 - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_upload) -"vQs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"vQt" = ( -/obj/machinery/computer/operating, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/medical/surgery2) -"vQz" = ( -/obj/machinery/vending/boozeomat, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/captain) -"vQG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brig) -"vQJ" = ( -/obj/machinery/door/airlock/medical{ - name = "Morgue"; - req_one_access_txt = "5;6" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"vQL" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/starboard/east) -"vQQ" = ( -/obj/machinery/bodyscanner{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "South Surgery"; - dir = 1; - network = list("SS13","Medical"); - pixel_x = 30 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/surgery2) -"vQX" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay2) -"vQY" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plating, -/area/assembly/chargebay) -"vRb" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 1; - icon_state = "propulsion_l"; - tag = "icon-propulsion_l (NORTH)" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/syndicate_sit) -"vRl" = ( -/obj/structure/table/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"vRu" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - dir = 4; - name = "Труба смешивания" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - name = "Труба турбины" - }, -/turf/space, -/area/space/nearstation) -"vSm" = ( -/obj/structure/closet/wardrobe/white, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/ward) -"vSn" = ( -/obj/structure/table/glass, -/obj/item/defibrillator/loaded{ - pixel_y = 5 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/surgery2) -"vSt" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/door/window{ - dir = 2; - name = "Secure Armory"; - req_access_txt = "1" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/clothing/suit/armor/riot, -/obj/item/shield/riot, -/obj/item/clothing/head/helmet/riot, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"vSA" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain) -"vSD" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"vSE" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/air, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"vSK" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/southwest, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"vSU" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/sortjunction{ - dir = 4; - icon_state = "pipe-j2s"; - name = "Library Junction"; - sortType = 16 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"vSV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"vTf" = ( -/obj/structure/table/wood, -/obj/machinery/recharger{ - pixel_y = 3 - }, -/turf/simulated/floor/carpet, -/area/maintenance/fsmaint) -"vTj" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/teleporter/abandoned) -"vTk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/lobby) -"vTw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"vTC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"vTF" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/security/reception) -"vTG" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/table/reinforced, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Permabrig Office North"; - network = list("Prison","SS13") - }, -/obj/machinery/door_control{ - id = "PermaLockdown"; - name = "Perma Lockdown"; - pixel_x = 4; - pixel_y = 6; - req_access_txt = "2" - }, -/obj/machinery/door_control{ - id = "PermaCellsLockdown"; - name = "Perma Cells Lockdown"; - pixel_x = 4; - pixel_y = -3; - req_access_txt = "2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"vTI" = ( -/obj/machinery/gateway{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/gateway) -"vTL" = ( -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/hos) -"vTN" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ - dir = 4 - }, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/engine/controlroom) -"vTW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"vTX" = ( -/obj/structure/closet/secure_closet/detective, -/obj/item/hand_labeler, -/obj/item/storage/box/evidence, -/obj/item/storage/box/evidence, -/obj/item/camera{ - desc = "A one use - polaroid camera. 30 photos left."; - name = "detectives camera"; - pictures_left = 30 - }, -/obj/item/restraints/handcuffs, -/obj/item/flash, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/simulated/floor/wood, -/area/security/detectives_office) -"vUc" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/detectives_office) -"vUh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/ward) -"vUq" = ( -/obj/structure/table/wood, -/obj/item/camera_film, -/obj/item/book/manual/security_space_law, -/obj/item/reagent_containers/food/drinks/flask/detflask, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/requests_console{ - name = "Detective Requests Console"; - pixel_x = -32 - }, -/turf/simulated/floor/carpet, -/area/security/detectives_office) -"vUu" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay3) -"vUF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "redcorner" - }, -/area/hallway/primary/starboard/east) -"vUJ" = ( -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/secure_closet/engineering_electrical, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/engineering) -"vUL" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"vUU" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"vUZ" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/requests_console{ - department = "Internal Affairs Office"; - name = "Internal Affairs Requests Console"; - pixel_y = 28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"vVe" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/security/checkpoint2) -"vVp" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/wall, -/area/maintenance/electrical) -"vVr" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/sign/poster/contraband/power_people{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "showroomfloor" - }, -/area/maintenance/fsmaint) -"vVv" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/starboard/east) -"vVL" = ( -/obj/structure/table/reinforced, -/obj/item/storage/fancy/donut_box, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"vVR" = ( -/obj/structure/closet/coffin, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"vWa" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"vWf" = ( -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - desc = "Труба ведёт газ на фильтрацию"; - name = "Труба на фильтрацию" - }, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - desc = "Труба содержит дыхательную смесь для подачи на станцию"; - dir = 4; - name = "Труба дыхательной смеси" - }, -/turf/simulated/floor/plasteel, -/area/atmos) -"vWg" = ( -/obj/machinery/bodyscanner{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/machinery/camera{ - c_tag = "North Surgery"; - network = list("SS13","Medical"); - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/surgery1) -"vWq" = ( -/obj/machinery/computer/prisoner, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 8; - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkred" - }, -/area/security/warden) -"vWy" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"vWz" = ( -/obj/structure/chair/stool, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/lobby) -"vWE" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor{ - dir = 8; - name = "Security Reception"; - req_access_txt = "1" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/reception) -"vWF" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/landmark{ - name = "xeno_spawn"; - pixel_x = -1 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"vWI" = ( -/obj/machinery/light/small, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/entry/commercial) -"vWO" = ( -/obj/machinery/disposal, -/obj/structure/sign/deathsposal{ - pixel_y = 32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/processing) -"vWQ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/plating, -/area/toxins/xenobiology) -"vWS" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "Warden"; - name = "Warden Privacy Shutters" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "ArmoryLock"; - name = "Armory Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/warden) -"vXH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkred" - }, -/area/security/securearmoury) -"vXL" = ( -/obj/machinery/alarm{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/south) -"vYj" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/magistrateoffice) -"vYk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/securearmoury) -"vYr" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/porta_turret, -/obj/machinery/status_display{ - pixel_x = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkblue" - }, -/area/tcommsat/chamber) -"vYt" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkredfull" - }, -/area/security/securearmoury) -"vYK" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"vYL" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/window{ - dir = 8; - name = "Secure Armory"; - req_access_txt = "1" - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/item/storage/lockbox/mindshield, -/obj/item/storage/box/trackimp, -/obj/item/storage/box/chemimp{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/lock_buster, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"vYT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/brigstaff) -"vZi" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/pen/red, -/obj/effect/decal/warning_stripes/yellow, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/syringe/antiviral, -/obj/item/reagent_containers/glass/beaker, -/obj/item/reagent_containers/dropper/precision, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology) -"vZk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/main) -"vZl" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "execution" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "execution" - }, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "execution" - }, -/turf/simulated/floor/plating, -/area/security/execution) -"vZn" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library/abandoned) -"vZo" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/ore_box, -/obj/machinery/newscaster/security_unit{ - pixel_y = -30 - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prisonershuttle) -"vZy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/effect/landmark/start{ - name = "Security Officer" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/customs) -"vZG" = ( -/obj/structure/chair/office/dark, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin3) -"wap" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/security/prisonershuttle) -"wav" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"waG" = ( -/obj/structure/fans/tiny, -/obj/machinery/door/airlock/shuttle{ - id_tag = "s_docking_airlock"; - name = "Labor Shuttle Airlock"; - req_access_txt = "2" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/siberia) -"waI" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/engine/engineering) -"waL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/chapel/main) -"waQ" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/space, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"waS" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/showcase, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/turret_protected/aisat) -"waY" = ( -/obj/structure/closet/walllocker/emerglocker/north{ - pixel_x = 30; - pixel_y = 0 - }, -/obj/item/flag/med, -/turf/simulated/floor/plasteel{ - icon_state = "cmo" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"wbi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"wbl" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/turret_protected/aisat) -"wbr" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"wbx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/item/flag/nt, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/turret_protected/aisat) -"wbP" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id_tag = "rdprivacy"; - name = "Research Director Office Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/hor) -"wbR" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/brigdoor{ - dir = 2; - name = "Riot Control"; - req_access_txt = "2" - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/item/wrench, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"wbZ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/security/checkpoint) -"wck" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/space, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"wcl" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "ai_outer"; - locked = 1; - name = "MiniSat External Access"; - req_one_access_txt = "75;13;19;32" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"wcr" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "station_ai_airlock"; - name = "exterior access button"; - pixel_x = 22; - pixel_y = 22; - req_access_txt = "10;13" - }, -/turf/space, -/area/space/nearstation) -"wcw" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "station_ai_outer"; - locked = 1; - name = "Minisat Access"; - req_access = null; - req_access_txt = "10;13" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/aienter) -"wcz" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"wcE" = ( -/obj/machinery/light, -/obj/machinery/status_display{ - pixel_y = -32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"wcN" = ( -/obj/structure/table/wood, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"wcO" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/sign/nosmoking_2{ - pixel_x = 32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/computer/cryopod/robot{ - pixel_y = 28 - }, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"wcP" = ( -/obj/machinery/recharge_station/ert, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"wcS" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"wdd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/brig) -"wds" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/reception) -"wdx" = ( -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/library/abandoned) -"wdz" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window{ - dir = 8; - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "Kitchen Hall Windows"; - name = "Kitchen Shutters" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"wdC" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"wdH" = ( -/obj/structure/table/reinforced, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"wdO" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; - dir = 10; - name = "Труба обработки" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" - }, -/area/atmos) -"wdW" = ( -/obj/item/storage/secure/safe{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"weg" = ( -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - id_tag = "station_ai_airlock"; - pixel_y = -57; - req_access_txt = "10;13"; - tag_airpump = "station_ai_pump"; - tag_chamber_sensor = "station_ai_sensor"; - tag_exterior_door = "station_ai_outer"; - tag_interior_door = "station_ai_inner" - }, -/obj/machinery/airlock_sensor{ - id_tag = "station_ai_sensor"; - pixel_y = -66 - }, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 4; - frequency = 1379; - id_tag = "station_ai_pump" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/aienter) -"wek" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/tcommsat/chamber) -"wep" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "station_ai_inner"; - locked = 1; - name = "Minisat Access"; - req_access = null; - req_access_txt = "10;13" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/aienter) -"weY" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple"; - tag = "icon-whitepurple (EAST)" - }, -/area/toxins/mixing) -"weZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/armoury) -"wfs" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/mixing) -"wfN" = ( -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"wfQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/hallway/primary/central/south) -"wfV" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/crew_quarters/chief) -"wga" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/cabin3) -"wgm" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "engineering_west_inner"; - locked = 1; - name = "Engineering External Access"; - req_access = null; - req_access_txt = "10;13" - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"wgt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"wgX" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/construction/hallway) -"whc" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/medbay3) -"whh" = ( -/obj/machinery/light, -/obj/machinery/light_switch{ - pixel_y = -26 - }, -/obj/structure/table/reinforced, -/obj/item/stack/sheet/metal{ - amount = 10 - }, -/obj/item/stack/sheet/glass{ - amount = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 7; - icon_state = "yellow" - }, -/area/engine/break_room) -"whO" = ( -/turf/simulated/wall/r_wall/coated, -/area/crew_quarters/hor) -"wio" = ( -/obj/item/flag/species, -/obj/effect/decal/warning_stripes/red, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"wir" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurplecorner" - }, -/area/crew_quarters/hor) -"wiM" = ( -/turf/simulated/floor/plasteel{ - dir = 7; - icon_state = "yellow" - }, -/area/engine/break_room) -"wiT" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating, -/area/toxins/mixing) -"wiW" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"wiY" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -26 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/medical/research/nhallway) -"wiZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 7; - icon_state = "yellow" - }, -/area/engine/break_room) -"wjc" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/power/apc{ - cell_type = 5000; - dir = 4; - name = "east bump"; - pixel_x = 28; - pixel_y = 6 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door_control{ - id = "RoboPrivat"; - name = "Robotics Privacy Shutters Control"; - pixel_x = 24; - pixel_y = -9 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/assembly/robotics) -"wjj" = ( -/turf/simulated/wall/rust, -/area/library/abandoned) -"wjl" = ( -/obj/effect/decal/warning_stripes/east, -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"wjn" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/wood, -/area/security/hos) -"wjo" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/sleeper) -"wjF" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/construction/hallway) -"wjI" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/asmaint2) -"wjV" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/engine/engineering/monitor) -"wka" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/obj/item/clothing/gloves/color/yellow, -/obj/item/storage/toolbox/electrical, -/obj/item/multitool, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/storage/tech) -"wkc" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"wkl" = ( -/obj/structure/closet/secure_closet/warden, -/obj/item/megaphone, -/obj/item/book/manual/security_space_law, -/obj/item/clothing/accessory/holster, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/warden) -"wkn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/permabrig) -"wkt" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/medical/morgue) -"wkB" = ( -/turf/simulated/wall/r_wall, -/area/engine/mechanic_workshop) -"wkE" = ( -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/crew_quarters/fitness) -"wkK" = ( -/turf/simulated/wall/r_wall, -/area/lawoffice) -"wlk" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/brig) -"wlr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"wlx" = ( -/turf/simulated/floor/plasteel, -/area/crew_quarters/locker/locker_toilet) -"wlE" = ( -/obj/effect/decal/warning_stripes/eastnorthwest, -/obj/structure/chair/comfy/purp, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplefull" - }, -/area/medical/research/restroom) -"wlH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/sleep) -"wlX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/chair/wood{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"wmd" = ( -/obj/structure/grille, -/obj/structure/window/plasmareinforced{ - dir = 8 - }, -/obj/structure/window/plasmareinforced, -/obj/structure/window/plasmareinforced{ - dir = 4 - }, -/obj/structure/window/plasmareinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/toxins/mixing) -"wmD" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/camera{ - c_tag = "Minisat AI Control Room"; - dir = 1; - network = list("Minisat","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"wmH" = ( -/obj/machinery/status_display/supply_display, -/turf/simulated/wall, -/area/quartermaster/storage) -"wmI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/item/clothing/head/welding, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"wmL" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library/abandoned) -"wmW" = ( -/obj/machinery/vending/coffee, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutral" - }, -/area/hallway/secondary/entry) -"wna" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkbluecorners" - }, -/area/turret_protected/aisat) -"wnb" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 8; - frequency = 1379; - id_tag = "engineering_east_pump" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"wnc" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "bluecorner" - }, -/area/hallway/primary/central/south) -"wnd" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/glass{ - amount = 50 - }, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -22 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/stack/sheet/metal{ - amount = 10 - }, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"wnh" = ( -/obj/structure/closet/wardrobe/robotics_black, -/obj/item/radio/headset/headset_sci{ - pixel_x = -3 - }, -/obj/structure/closet/walllocker/emerglocker{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whitepurple" - }, -/area/assembly/robotics) -"wns" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"wnD" = ( -/obj/structure/table/reinforced, -/obj/item/taperecorder, -/obj/item/megaphone, -/obj/item/flashlight/lamp, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"wnE" = ( -/obj/machinery/recharge_station, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -28 - }, -/obj/machinery/camera{ - c_tag = "Briefing Room South"; - dir = 4; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"wnX" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/showcase, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/security/warden) -"wob" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"wop" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"wou" = ( -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "yellow" - }, -/area/storage/primary) -"woA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"woE" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Second Surgery Window"; - name = "Surgery Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/surgery2) -"woF" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/exit) -"woL" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"wpk" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/wood, -/area/security/hos) -"wpn" = ( -/obj/structure/transit_tube, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/engine/aienter) -"wps" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/security/prisonershuttle) -"wpA" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/podbay) -"wpC" = ( -/obj/structure/bookcase, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"wpK" = ( -/obj/structure/chair/comfy/shuttle, -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_y = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"wpN" = ( -/obj/structure/transit_tube, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/aienter) -"wpP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cautioncorner" - }, -/area/storage/primary) -"wpY" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay3) -"wqd" = ( -/obj/structure/table, -/obj/item/paper/deltainfo, -/obj/machinery/camera{ - c_tag = "Brig Lobby"; - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/lobby) -"wqh" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/securehallway) -"wqt" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/teleporter) -"wqx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"wqy" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"wqC" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A22"; - location = "A21" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/sw) -"wqD" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"wqU" = ( -/turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "wall3" - }, -/area/shuttle/syndicate_sit) -"wrb" = ( -/obj/structure/transit_tube/station/reverse{ - dir = 1 - }, -/obj/structure/transit_tube_pod{ - dir = 8 - }, -/obj/machinery/ai_status_display{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/engine/aienter) -"wrc" = ( -/obj/structure/table/wood, -/obj/item/gavelblock, -/obj/item/gavelhammer, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "blue" - }, -/area/crew_quarters/courtroom) -"wrm" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/photocopier, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "blue" - }, -/area/bridge/checkpoint/north) -"wrB" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"wrC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/armoury) -"wrH" = ( -/turf/simulated/wall, -/area/security/medbay) -"wrP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"wrQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/maintenance{ - name = "Medbay Maintenance"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/maintenance/asmaint) -"wsa" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowcorner" - }, -/area/storage/primary) -"wsf" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whiteblue"; - tag = "icon-whiteblue (SOUTHEAST)" - }, -/area/medical/reception) -"wsg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/sw) -"wsr" = ( -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "yellow" - }, -/area/storage/primary) -"wss" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/security/customs) -"wsA" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/electrical, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/flashlight, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"wsC" = ( -/obj/effect/decal/warning_stripes/east, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/muffin{ - pixel_y = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/chapel/main) -"wsG" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 32 - }, -/obj/machinery/disposal, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"wsK" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/flag/nt{ - pixel_y = -6 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/construction/hallway) -"wsN" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/photocopier, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"wsP" = ( -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"wti" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"wtj" = ( -/obj/structure/rack, -/obj/item/lock_buster, -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"wtk" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "ai1"; - name = "Turret Shutters" - }, -/turf/simulated/floor/plating, -/area/turret_protected/aisat_interior) -"wtq" = ( -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"wts" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/vending/cigarette, -/obj/machinery/camera{ - c_tag = "Uplink Terminal"; - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/bridge/meeting_room) -"wtu" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/camera{ - c_tag = "Captain's Meet Room"; - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/captain) -"wtv" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "yellowcorner" - }, -/area/hallway/primary/port) -"wtR" = ( -/turf/simulated/floor/plasteel{ - icon_state = "yellowcorner" - }, -/area/hallway/primary/port) -"wtZ" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"wua" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/crew_quarters/hor) -"wuc" = ( -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"wuf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/processing) -"wuv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/hos) -"wuP" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "sw_maint2_airlock"; - name = "exterior access button"; - pixel_x = 24; - pixel_y = 24 - }, -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/space, -/area/space/nearstation) -"wuY" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/prisonershuttle) -"wvd" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "red" - }, -/area/security/range) -"wvA" = ( -/obj/item/radio/intercom{ - pixel_y = -30 - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "red" - }, -/area/security/permahallway) -"wvC" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"wvL" = ( -/obj/structure/table/wood, -/obj/item/clothing/mask/cigarette/cigar, -/obj/item/clothing/mask/cigarette/cigar, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain) -"wvQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"wvS" = ( -/obj/machinery/atmospherics/pipe/simple/visible/universal{ - dir = 4 - }, -/mob/living/simple_animal/mouse/brown, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"wwg" = ( -/obj/structure/bed/dogbed, -/mob/living/simple_animal/pet/dog/detective, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/security/detectives_office) -"wwp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"wwu" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/library/abandoned) -"wwI" = ( -/obj/machinery/door_control{ - desiredstate = 1; - id = "medcabin2"; - name = "Door Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 7; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/machinery/door_control{ - desiredstate = 1; - id = "medcabin1"; - name = "Door Bolt Control"; - normaldoorcontrol = 1; - pixel_x = -6; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/ward) -"wwK" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/fitness) -"wwM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/customs) -"wwO" = ( -/obj/machinery/photocopier, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_y = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "red" - }, -/area/security/processing) -"wwZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Armory_sprava"; - location = "Armory_South" - }, -/mob/living/simple_animal/bot/secbot/armsky{ - auto_patrol = 1 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/securearmoury) -"wxt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "yellowcorner" - }, -/area/hallway/primary/port) -"wxC" = ( -/turf/simulated/wall/r_wall, -/area/security/prisonershuttle) -"wxD" = ( -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/permabrig) -"wxH" = ( -/obj/machinery/space_heater, -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"wxS" = ( -/obj/structure/girder, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"wxT" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/detectives_office) -"wxU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library/abandoned) -"wyv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - name = "Труба турбины" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "caution" - }, -/area/atmos) -"wyy" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/port) -"wyD" = ( -/turf/simulated/wall/r_wall, -/area/security/podbay) -"wyI" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"wyQ" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/flask/gold, -/obj/item/razor, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain/bedroom) -"wyR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/mob/living/simple_animal/mouse/brown, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"wyT" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"wyV" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"wze" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/chair{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "green" - }, -/area/hallway/secondary/exit) -"wzl" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Internal Affairs Agent" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"wzs" = ( -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Internal Affairs Agent" - }, -/turf/simulated/floor/carpet, -/area/lawoffice) -"wzK" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/lobby) -"wAb" = ( -/turf/simulated/wall, -/area/medical/medbay2) -"wAe" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/lobby) -"wAh" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/reception) -"wAp" = ( -/obj/structure/chair/stool, -/turf/simulated/floor/wood, -/area/maintenance/fsmaint) -"wAs" = ( -/obj/structure/table/reinforced, -/obj/item/paicard, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"wAv" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/folder/white, -/obj/item/pen, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"wAE" = ( -/obj/machinery/power/solar{ - name = "Aft Starboard Solar Panel" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" - }, -/area/solar/starboard) -"wAH" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/courtroom) -"wAM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkredcorners" - }, -/area/security/warden) -"wBf" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_sit) -"wBo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/item/paper_bin, -/obj/structure/table/wood, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/carpet, -/area/chapel/office) -"wBq" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/mechanic_workshop/hangar) -"wBr" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"wCd" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "Warden"; - name = "Warden Privacy Shutters" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "ArmoryLock"; - name = "Armory Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/warden) -"wCm" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"wCp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"wCy" = ( -/obj/machinery/atmospherics/unary/cold_sink/freezer{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/eastsouthwest, -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"wCD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/serviceyard) -"wCE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/mixing) -"wCG" = ( -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"wCH" = ( -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/securearmoury) -"wCS" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/vending/medical, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay2) -"wDg" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "RnDChem"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/obj/machinery/atmospherics/pipe/simple/insulated{ - dir = 4 - }, -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"wDh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/book/manual/security_space_law, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/prison/cell_block/A) -"wDs" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 1; - icon_state = "pipe-j2"; - tag = "icon-pipe-j2" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A30"; - location = "A29" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"wDx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"wDC" = ( -/turf/simulated/wall, -/area/medical/medbay3) -"wDS" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Solitary Confinement"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plating, -/area/security/permabrig) -"wDT" = ( -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"wEb" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/westleft{ - name = "Research Lab Desk"; - req_access_txt = "47" - }, -/obj/machinery/door/window/eastleft, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/door/poddoor/shutters{ - density = 0; - icon_state = "shutter0"; - id_tag = "researchdesk2"; - name = "Research Desk Shutters"; - opacity = 0 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/toxins/lab) -"wEh" = ( -/turf/simulated/wall/r_wall, -/area/medical/research/restroom) -"wEm" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "redcorner" - }, -/area/security/brigstaff) -"wEr" = ( -/obj/structure/table/wood, -/obj/item/newspaper, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"wEA" = ( -/obj/structure/rack, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/north, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"wEJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/medical/research/nhallway) -"wEK" = ( -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "sw_maint_airlock"; - name = "interior access button"; - pixel_x = -24; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"wEP" = ( -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"wEY" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "HoSPriv"; - name = "HoS Office Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/hos) -"wFb" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/obj/machinery/vending/cart/free, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"wFd" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -26 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"wFJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/heads/hop) -"wFR" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" - }, -/area/medical/ward) -"wFU" = ( -/obj/machinery/bodyscanner{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/obj/machinery/requests_console{ - department = "Morgue"; - departmentType = 5; - name = "Morgue Requests Console"; - pixel_y = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/medical/morgue) -"wFY" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"wGd" = ( -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/security/brigstaff) -"wGm" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"wGs" = ( -/turf/simulated/floor/bluegrid, -/area/assembly/chargebay) -"wGH" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/blood, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"wGM" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/northeastsouth, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"wGU" = ( -/obj/effect/decal/warning_stripes/southwest, -/obj/machinery/recharge_station, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"wGW" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/securehallway) -"wHz" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"wHC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"wHF" = ( -/obj/structure/table/reinforced, -/obj/item/storage/backpack/medic, -/obj/item/storage/belt/medical, -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 29; - pixel_y = 30 - }, -/obj/machinery/defibrillator_mount/loaded{ - pixel_y = 30 - }, -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cmo" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"wHM" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/wall/r_wall/coated, -/area/toxins/storage) -"wHR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"wId" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whitepurple"; - tag = "icon-whitepurple (SOUTHEAST)" - }, -/area/medical/research{ - name = "Research Division" - }) -"wJs" = ( -/obj/machinery/alarm{ - dir = 4; - pixel_x = -23 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "red" - }, -/area/security/prisonershuttle) -"wJy" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whiteblue (EAST)" - }, -/area/medical/sleeper) -"wJB" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"wJC" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance"; - req_access_txt = "75" - }, -/turf/simulated/floor/plating, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"wJG" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurplecorner" - }, -/area/assembly/robotics) -"wJK" = ( -/obj/machinery/computer/rdconsole/robotics, -/obj/machinery/requests_console{ - department = "Robotics"; - departmentType = 2; - name = "Robotics Requests Console"; - pixel_x = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitepurple"; - tag = "icon-whitepurple (SOUTHWEST)" - }, -/area/assembly/robotics) -"wJP" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"wJR" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance"; - req_access_txt = "75" - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"wKe" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"wKp" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/space, -/area/space/nearstation) -"wKr" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"wKA" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/fans/tiny, -/obj/machinery/door/window/brigdoor/southright{ - dir = 8; - req_access_txt = "17;75" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"wKB" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id_tag = "rdprivacy"; - name = "Research Director Office Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/hor) -"wKZ" = ( -/obj/structure/closet/masks, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/crew_quarters/fitness) -"wLd" = ( -/obj/effect/spawner/random_spawners/wall_rusted_probably, -/turf/simulated/wall, -/area/maintenance/gambling_den) -"wLu" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "BrigLeft"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/brig) -"wLw" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/obj/effect/landmark/start{ - name = "Head of Security" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/hos) -"wLC" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/l3closet/scientist, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/toxins/mixing) -"wLE" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - frequency = 1379; - id_tag = "ai_pump" - }, -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - id_tag = "ai_airlock"; - pixel_x = 28; - tag_airpump = "ai_pump"; - tag_chamber_sensor = "ai_sensor"; - tag_exterior_door = "ai_outer"; - tag_interior_door = "ai_inner" - }, -/obj/machinery/airlock_sensor{ - id_tag = "ai_sensor"; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/construction/hallway) -"wMm" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - location = "Janitor" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/janitor) -"wMn" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"wMq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - initialize_directions = 11 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"wMw" = ( -/turf/simulated/wall, -/area/security/interrogation) -"wMx" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall11" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"wMA" = ( -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"wMB" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/assembly/showroom) -"wMC" = ( -/obj/machinery/photocopier, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_y = 28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/hos) -"wML" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/east) -"wMO" = ( -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai_upload) -"wMS" = ( -/obj/machinery/iv_drip, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whitegreen"; - tag = "icon-whitegreen (SOUTHEAST)" - }, -/area/medical/virology) -"wMU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/east) -"wMW" = ( -/turf/simulated/floor/greengrid, -/area/toxins/xenobiology) -"wMY" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Paramedic" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner (WEST)" - }, -/area/medical/paramedic) -"wNc" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/medbay2) -"wNw" = ( -/obj/structure/table/wood, -/obj/machinery/computer/library, -/obj/machinery/light_switch{ - pixel_x = 4; - pixel_y = 26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"wNB" = ( -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "pdoor0"; - id_tag = "Singularity"; - layer = 2.7; - name = "Singularity Blast Doors"; - opacity = 0 - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plating, -/area/engine/engineering) -"wNN" = ( -/obj/machinery/light, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/explab) -"wNO" = ( -/obj/machinery/portable_atmospherics/canister/sleeping_agent, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/security/permabrig) -"wNR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/airlock/public/glass, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/starboard/east) -"wOc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -25 - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/starboard/east) -"wOf" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research/restroom) -"wOn" = ( -/obj/structure/chair/stool/bar, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/maintenance/gambling_den) -"wOo" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/engine/engineering/monitor) -"wOF" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"wPc" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel, -/area/ai_monitored/storage/eva) -"wPh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "redcorner" - }, -/area/hallway/primary/starboard/east) -"wPi" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/yellow, -/obj/item/storage/toolbox/electrical, -/obj/item/multitool, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/storage/tech) -"wPv" = ( -/obj/structure/table/reinforced, -/obj/item/assembly/timer, -/obj/item/assembly/timer, -/obj/item/assembly/voice, -/obj/item/assembly/voice, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/storage/tech) -"wPH" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/prison/cell_block/A) -"wPK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redcorner" - }, -/area/hallway/primary/starboard/east) -"wPQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/se) -"wPU" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"wQj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/storage/tech) -"wQq" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/window/eastright{ - dir = 1; - name = "Mime Delivery"; - req_access_txt = "46" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_regular_floor = "yellowsiding"; - icon_state = "tranquillite" - }, -/area/mimeoffice) -"wQr" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 4; - name = "Brig Equipment Storage"; - sortType = 8 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/brig) -"wQu" = ( -/obj/machinery/optable, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/shower{ - pixel_x = -3; - pixel_y = 3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/surgery1) -"wQA" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"wQJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"wQO" = ( -/obj/machinery/power/solar{ - name = "Aft Starboard Solar Panel" - }, -/obj/structure/cable, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" - }, -/area/solar/starboard) -"wQP" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/the_singularitygen, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"wQV" = ( -/turf/simulated/wall, -/area/security/checkpoint2) -"wQX" = ( -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/mouse/gray, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"wRq" = ( -/obj/structure/table/wood, -/obj/machinery/fishtank/bowl{ - pixel_y = 5 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Pet Shop"; - dir = 9 - }, -/turf/simulated/floor/carpet, -/area/civilian/pet_store) -"wRu" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/shuttle/floor4, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"wRw" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"wRz" = ( -/turf/simulated/floor/plasteel{ - icon_state = "darkbluecorners" - }, -/area/construction/hallway) -"wRB" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light_switch{ - pixel_x = -8; - pixel_y = -26 - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/storage/tech) -"wRH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/tcommsat/chamber) -"wRP" = ( -/obj/structure/table/reinforced, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/item/wrench, -/obj/item/crowbar, -/obj/item/paicard, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/storage/tech) -"wRT" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/storage/tech) -"wRU" = ( -/obj/machinery/recharge_station, -/obj/effect/decal/warning_stripes/northwest, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/plating, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"wRX" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/surgery2) -"wSc" = ( -/obj/structure/table/wood/poker, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/maintenance/gambling_den) -"wSo" = ( -/obj/machinery/hydroponics/constructable{ - desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; - name = "Prison hydroponics tray"; - using_irrigation = 1 - }, -/obj/item/seeds/nymph, -/obj/item/seeds/nymph, -/obj/item/seeds/nymph, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"wSx" = ( -/obj/structure/table/reinforced, -/obj/machinery/light, -/obj/item/assembly/timer, -/obj/item/assembly/timer, -/obj/item/multitool, -/obj/item/multitool, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"wSC" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"wSO" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaCellsLockdown"; - name = "Perma Cells Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"wST" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/girder, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint) -"wSW" = ( -/obj/machinery/computer/med_data, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/paramedic) -"wTf" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/reception) -"wTn" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"wTs" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"wTz" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/medical{ - autoclose = 0; - frequency = 1379; - icon_state = "door_locked"; - id_tag = "viro_lab_airlock_interior"; - locked = 1; - name = "Virology Lab Internal Airlock"; - req_access_txt = "39" - }, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "viro_lab_airlock_control"; - name = "Virology Lab Access Button"; - pixel_y = -24; - req_access_txt = "39" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/medical/virology) -"wTJ" = ( -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkred" - }, -/area/security/permabrig) -"wTQ" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/smes, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"wTW" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/library/abandoned) -"wTX" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"wUg" = ( -/turf/simulated/shuttle/floor, -/area/shuttle/siberia) -"wUq" = ( -/obj/item/clothing/mask/cigarette, -/turf/simulated/floor/plating/airless, -/area/toxins/test_area) -"wUr" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"wUu" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/stack/tape_roll, -/turf/simulated/floor/plasteel, -/area/storage/primary) -"wUB" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/landmark/start{ - name = "Station Engineer" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/engineering) -"wUC" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/suit_storage_unit/engine, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"wUE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/safe/floor, -/obj/item/reagent_containers/food/drinks/bottle/vodka, -/obj/item/reagent_containers/food/drinks/bottle/vodka, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/obj/item/reagent_containers/food/drinks/bottle/gin, -/obj/item/reagent_containers/food/drinks/bottle/patron, -/obj/item/reagent_containers/food/drinks/bottle/patron, -/obj/item/reagent_containers/food/drinks/bottle/cognac, -/obj/item/reagent_containers/food/drinks/bottle/tequila, -/obj/item/reagent_containers/food/drinks/bottle/tequila, -/obj/item/reagent_containers/food/drinks/bottle/patron, -/turf/simulated/floor/wood, -/area/maintenance/fsmaint) -"wUT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"wUX" = ( -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/structure/sign/fire, -/turf/simulated/wall/r_wall/coated, -/area/toxins/test_chamber) -"wVc" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/table/wood, -/obj/item/book/manual/security_space_law, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"wVd" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay) -"wVe" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/lattice, -/turf/space, -/area/space/nearstation) -"wVn" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/north) -"wVA" = ( -/obj/structure/lattice, -/obj/structure/transit_tube{ - icon_state = "E-NW"; - tag = "icon-E-NW" - }, -/turf/space, -/area/space/nearstation) -"wVP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"wVQ" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Toxin Mixing"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"wVT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"wWk" = ( -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior 12"; - network = list("SS13","MiniSat") - }, -/turf/space, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"wWu" = ( -/obj/effect/landmark/start{ - name = "Cyborg" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkbluefull" - }, -/area/construction/hallway) -"wWK" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay2) -"wWP" = ( -/obj/structure/closet/crate/medical, -/obj/item/storage/firstaid/regular, -/obj/item/storage/firstaid/o2{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/storage/firstaid/toxin{ - pixel_x = -2; - pixel_y = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"wWW" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"wWZ" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/biostorage) -"wXd" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/table/reinforced, -/obj/item/stack/rods{ - amount = 50 - }, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/obj/item/stack/sheet/glass{ - amount = 50 - }, -/obj/item/stack/sheet/mineral/plasma{ - amount = 30 - }, -/obj/item/clothing/gloves/color/yellow, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/mechanic_workshop) -"wXh" = ( -/obj/structure/lattice, -/turf/simulated/wall, -/area/maintenance/apmaint) -"wXm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/window/eastleft{ - dir = 1; - req_access_txt = "10" - }, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"wXp" = ( -/obj/effect/decal/warning_stripes/southwest, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"wXI" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_upload) -"wXY" = ( -/obj/structure/transit_tube{ - icon_state = "D-SW"; - tag = "icon-D-SW" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/space, -/area/space/nearstation) -"wYh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"wYr" = ( -/obj/structure/window/full/shuttle, -/obj/structure/grille, -/obj/machinery/door/poddoor/shutters{ - density = 0; - icon_state = "open"; - id_tag = "trader_privacy"; - name = "Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/shuttle/plating, -/area/shuttle/trade/sol) -"wYL" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "sw_maint_airlock"; - name = "exterior access button"; - pixel_x = 24; - pixel_y = 24 - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"wYM" = ( -/obj/structure/closet/secure_closet/security, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"wYQ" = ( -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/maintenance/fsmaint) -"wYX" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai_upload) -"wYY" = ( -/obj/machinery/vending/coffee, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"wZo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai_upload) -"wZF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/table/wood, -/obj/item/paicard, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"wZL" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/toxins/explab) -"wZR" = ( -/obj/machinery/iv_drip, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/surgery2) -"xan" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"xat" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Library Starboard" - }, -/obj/structure/bookcase, -/turf/simulated/floor/wood, -/area/library) -"xaE" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/prisonershuttle) -"xbh" = ( -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"xbk" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_upload) -"xbn" = ( -/turf/simulated/wall/r_wall/coated, -/area/toxins/mixing) -"xbr" = ( -/obj/item/aiModule/freeform, -/obj/structure/table/glass, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/ai_upload) -"xbB" = ( -/obj/machinery/door/window/brigdoor{ - base_state = "rightsecure"; - dir = 1; - icon_state = "rightsecure"; - id = "Cell 3"; - name = "Cell 3"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prison/cell_block/A) -"xbJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/main) -"xbO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"xbS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"xcb" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/south) -"xci" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"xct" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/machinery/light, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/electrical) -"xcu" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"xcz" = ( -/obj/structure/window/reinforced, -/obj/structure/rack, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/item/tank/jetpack/carbondioxide, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = 4; - pixel_y = -3 - }, -/obj/machinery/door/window/southright{ - dir = 4; - name = "EVA Equipment" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ai_monitored/storage/eva) -"xcF" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"xcG" = ( -/obj/machinery/recharge_station, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/assembly/chargebay) -"xcU" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/northwest, -/obj/structure/closet/secure_closet/brig, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prisonershuttle) -"xcV" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/wood{ - broken = 1; - icon_state = "wood-broken" - }, -/area/library/abandoned) -"xdb" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"xdo" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkbluefull" - }, -/area/turret_protected/aisat_interior) -"xds" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/range) -"xdz" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/west, -/obj/machinery/photocopier, -/turf/simulated/floor/plasteel, -/area/crew_quarters/hor) -"xdB" = ( -/obj/machinery/processor{ - desc = "A machine used to process slimes and retrieve their extract."; - name = "Slime Processor" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"xdE" = ( -/obj/item/radio/intercom{ - dir = 1; - pixel_y = -28 - }, -/obj/machinery/newscaster{ - pixel_x = -32; - pixel_y = -32 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"xdP" = ( -/obj/structure/bed/roller, -/mob/living/carbon/human/monkey, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreen" - }, -/area/medical/virology) -"xdT" = ( -/obj/structure/chair/comfy/brown, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"xdX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "rampbottom"; - tag = "icon-stage_stairs" - }, -/area/medical/research{ - name = "Research Division" - }) -"xed" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"xek" = ( -/obj/machinery/power/smes, -/obj/effect/decal/warning_stripes/yellow, -/obj/effect/decal/warning_stripes/eastnorthwest, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/electrical) -"xen" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin/nanotrasen, -/obj/item/pen, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"xex" = ( -/obj/machinery/alarm{ - dir = 4; - pixel_x = -22 - }, -/turf/simulated/floor/wood, -/area/library/abandoned) -"xeE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/library) -"xeK" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - name = "Toxins Storage"; - req_access_txt = "8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"xeP" = ( -/obj/machinery/door/window/brigdoor{ - name = "Creature Pen" - }, -/obj/machinery/door/window/brigdoor{ - dir = 8; - name = "Creature Pen" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"xeQ" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/atmos) -"xeT" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/assembly/robotics) -"xfd" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/sign/nosmoking_2{ - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"xfo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = -32 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"xfr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkredcorners" - }, -/area/security/permabrig) -"xfy" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/medical{ - autoclose = 0; - frequency = 1379; - icon_state = "door_locked"; - id_tag = "viro_lab_airlock_exterior"; - locked = 1; - name = "Virology Lab External Airlock"; - req_access_txt = "39" - }, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - layer = 3.6; - master_tag = "viro_lab_airlock_control"; - name = "Virology Lab Access Button"; - pixel_x = -24; - req_access_txt = "39" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/virology) -"xfE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"xfH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"xfR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"xfT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/turf/simulated/floor/carpet/black, -/area/bridge/vip) -"xfV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"xfX" = ( -/obj/effect/decal/warning_stripes/northwest, -/obj/item/twohanded/required/kirbyplants, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"xgb" = ( -/obj/machinery/power/apc{ - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"xgc" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/range) -"xgm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"xgu" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/flashlight/lamp/green{ - on = 0; - pixel_x = -3; - pixel_y = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/carpet, -/area/security/detectives_office) -"xgy" = ( -/obj/machinery/gateway{ - dir = 1 - }, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/gateway) -"xgz" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/ne) -"xgF" = ( -/obj/machinery/vending/cigarette/free, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/wood, -/area/security/detectives_office) -"xgP" = ( -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/grass, -/area/medical/medbay) -"xhi" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"xhn" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"xhp" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "cloninglab" - }, -/obj/structure/window/reinforced/polarized{ - id = "cloninglab" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "cloninglab" - }, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "cloninglab" - }, -/turf/simulated/floor/plating, -/area/medical/genetics_cloning) -"xhy" = ( -/obj/machinery/turretid/lethal{ - check_synth = 1; - name = "AI Chamber Turret Control"; - pixel_x = -2; - pixel_y = 28; - req_access_txt = "75" - }, -/obj/machinery/camera{ - c_tag = "Minisat AI Core Centre"; - network = list("Minisat","SS13") - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door_control{ - id = "ai1"; - name = "Turret Hallway Shutters Control"; - pixel_x = -8; - pixel_y = 40 - }, -/obj/machinery/door_control{ - id = "ai2"; - name = "Turret AI Core Shutters Control"; - pixel_x = 8; - pixel_y = 40 - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai) -"xhC" = ( -/obj/structure/sign/poster/random{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/se) -"xhK" = ( -/obj/effect/decal/warning_stripes/east, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; - name = "Труба обработки" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/atmos) -"xhR" = ( -/obj/machinery/shieldwallgen, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel, -/area/teleporter) -"xhV" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"xik" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner (WEST)" - }, -/area/medical/sleeper) -"xit" = ( -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/crew_quarters/locker) -"xiu" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/wood, -/area/security/detectives_office) -"xiz" = ( -/obj/structure/sign/vacuum{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/engine/aienter) -"xiA" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/crew_quarters/courtroom) -"xiB" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/drinks/mug, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"xiC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/wall, -/area/crew_quarters/fitness) -"xiE" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/brig) -"xiH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"xiR" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"xjd" = ( -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/machinery/vending/coffee, -/turf/simulated/floor/plasteel, -/area/bridge/vip) -"xji" = ( -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"xjj" = ( -/obj/structure/chair/comfy/teal{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whiteblue" - }, -/area/medical/medbay) -"xjl" = ( -/obj/structure/morgue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"xjm" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/xenozoo) -"xjr" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - name = "Труба турбины" - }, -/turf/space, -/area/space/nearstation) -"xjw" = ( -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall, -/area/chapel/office) -"xjZ" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Cyborg" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"xkm" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/exit) -"xkY" = ( -/obj/structure/lattice/catwalk, -/turf/space, -/area/security/podbay) -"xld" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f5"; - tag = "icon-swall_f5" - }, -/area/shuttle/pod_4) -"xlq" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"xlF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/carpet, -/area/civilian/pet_store) -"xlL" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"xlY" = ( -/obj/machinery/door/window/westleft{ - dir = 1; - name = "Robotic Delivery"; - req_access_txt = "29" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/assembly/robotics) -"xmf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"xmh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"xmo" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Internal Affairs Office South"; - dir = 1; - network = list("SS13","Security") - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"xmw" = ( -/obj/machinery/computer/mech_bay_power_console, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securearmoury) -"xmM" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"xne" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/east, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"xnf" = ( -/turf/simulated/wall, -/area/engine/engineering/monitor) -"xnm" = ( -/obj/structure/chair/office/light{ - dir = 4; - pixel_y = 3 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/medical/psych) -"xno" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"xnx" = ( -/turf/simulated/wall, -/area/lawoffice) -"xnC" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining{ - name = "Mining Dock"; - req_access_txt = "48" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/quartermaster/miningdock) -"xnD" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay) -"xnH" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall3" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"xnM" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/research{ - name = "Research Division" - }) -"xnO" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple"; - tag = "icon-whitepurple (EAST)" - }, -/area/toxins/misc_lab) -"xnT" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Exp_lockdown"; - name = "Expedition Lockdown"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/gateway) -"xnX" = ( -/turf/simulated/wall/r_wall, -/area/security/reception) -"xoj" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id_tag = "rdprivacy"; - name = "Research Director Office Shutters"; - opacity = 0 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/crew_quarters/hor) -"xol" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/brig) -"xon" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/computer/aifixer, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/hor) -"xou" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/showcase, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/security/warden) -"xoK" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"xoP" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/fitness) -"xpj" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/aft) -"xpr" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/processing) -"xpv" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"xpx" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/warden) -"xpz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/processing) -"xpD" = ( -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/toxins/mixing) -"xpQ" = ( -/obj/effect/landmark/start{ - name = "Coroner" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"xpU" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay3) -"xpW" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/security/reception) -"xqb" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/securehallway) -"xqg" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 1; - tag = "icon-pipe-j1 (EAST)" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"xqm" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "Virology"; - name = "Virology Shutters" - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"xqr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Brig_lockdown"; - name = "Brig Lockdown"; - opacity = 0 - }, -/obj/structure/spacepoddoor{ - luminosity = 3 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/podbay) -"xqu" = ( -/turf/simulated/wall/r_wall, -/area/security/range) -"xqC" = ( -/obj/structure/grille, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/decal/warning_stripes/northeastcorner, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"xqJ" = ( -/obj/structure/chair/office/light, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/security/vacantoffice) -"xqW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/prisonershuttle) -"xqX" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/security/checkpoint) -"xqY" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/securehallway) -"xrn" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/carpet, -/area/medical/psych) -"xrx" = ( -/obj/machinery/light/small, -/mob/living/simple_animal/mouse/brown, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"xrA" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/maintenance/fsmaint) -"xrC" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/xenozoo) -"xsa" = ( -/obj/machinery/door/window{ - base_state = "right"; - icon_state = "right"; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/aiModule/crewsimov, -/obj/item/aiModule/freeformcore, -/obj/item/aiModule/corp, -/obj/item/aiModule/paladin, -/obj/item/aiModule/robocop, -/obj/structure/table/glass, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_upload) -"xsc" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/atmospherics/pipe/simple/hidden/universal, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel, -/area/toxins/xenobiology) -"xsj" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "yellow" - }, -/area/engine/engineering) -"xsv" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/robotics_cyborgs{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/item/clipboard, -/obj/item/toy/figure/roboticist, -/obj/machinery/door_control{ - id = "RoboDesk"; - name = "Robotics Desc Privacy Shutters Control"; - pixel_x = 24; - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitepurple"; - tag = "icon-whitepurple (SOUTHWEST)" - }, -/area/assembly/robotics) -"xsI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/secondary/exit) -"xsK" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) -"xsS" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/machinery/camera{ - c_tag = "Brig Labor Camp Airlock North"; - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/prisonershuttle) -"xtb" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Virologist" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreencorner" - }, -/area/medical/virology/lab) -"xte" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/sleeper) -"xtj" = ( -/obj/structure/lattice, -/turf/simulated/wall/r_wall, -/area/construction/hallway) -"xts" = ( -/obj/effect/decal/warning_stripes/southeastcorner, -/obj/machinery/atmospherics/unary/tank/air, -/turf/simulated/floor/plating, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"xtw" = ( -/obj/machinery/atmospherics/trinary/filter{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/toxins/mixing) -"xtz" = ( -/obj/effect/decal/warning_stripes/south, -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 26 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"xtH" = ( -/obj/structure/chair/comfy/shuttle, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"xtL" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/sign/electricshock{ - pixel_y = 32 - }, -/turf/simulated/floor/plating, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"xtO" = ( -/obj/structure/chair/office/light, -/obj/effect/landmark/start{ - name = "Detective" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkbluecorners" - }, -/area/security/detectives_office) -"xua" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/cult/archives, -/turf/simulated/floor/plating, -/area/library/abandoned) -"xuj" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/chapel/main) -"xun" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/crew_quarters/fitness) -"xuq" = ( -/obj/machinery/power/port_gen/pacman, -/obj/effect/decal/warning_stripes/southeast, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"xus" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"xut" = ( -/obj/machinery/door/poddoor{ - id_tag = "ToxinsVenting"; - name = "Toxins Venting Bay Door"; - use_power = 0 - }, -/turf/simulated/floor/engine/insulated/vacuum, -/area/toxins/mixing) -"xuv" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "bluecorner" - }, -/area/hallway/primary/central/south) -"xux" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "open"; - id_tag = "lawyer"; - name = "Internal Affairs Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/lawoffice) -"xuA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Local Armory"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "red" - }, -/area/security/armoury) -"xuF" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - icon_state = "open"; - id_tag = "lawyer"; - name = "Internal Affairs Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/lawoffice) -"xuG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"xuK" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Kitchen Dinner Windows"; - name = "Kitchen Shutters" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/item/clothing/head/cakehat, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"xuL" = ( -/obj/machinery/newscaster{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"xuX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/hardsuitstorage) -"xva" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"xvh" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkred" - }, -/area/security/permabrig) -"xvo" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/chair/office/light, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "cmo" - }, -/area/medical/cmo) -"xvs" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/reagent_containers/spray/cleaner/drone, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/turret_protected/aisat) -"xvt" = ( -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"xvv" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_y = 32 - }, -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/item/clothing/suit/leathercoat, -/obj/item/clothing/head/fedora, -/obj/item/clothing/under/blacktango, -/obj/item/clothing/head/bowlerhat, -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/cabin1) -"xvy" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id_tag = "First Surgery Window"; - name = "Surgery Shutters" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/medical/surgery1) -"xvB" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/apc_electronics, -/obj/item/airlock_electronics, -/obj/item/firelock_electronics, -/obj/item/firealarm_electronics, -/obj/item/airalarm_electronics, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"xvG" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkbluecorners" - }, -/area/turret_protected/aisat) -"xvO" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/landmark/start{ - name = "Chaplain" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"xvX" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkbluecorners" - }, -/area/turret_protected/aisat) -"xwc" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/hologram/holopad, -/obj/effect/landmark/start{ - name = "Warden" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/warden) -"xwd" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 9 - }, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = -4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/toxins/mixing) -"xwf" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/bombcloset, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "neutral" - }, -/area/toxins/mixing) -"xwq" = ( -/obj/effect/spawner/window/reinforced/plasma, -/turf/simulated/floor/plating, -/area/toxins/storage) -"xwt" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/chem_master, -/obj/structure/window/plasmareinforced, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/engine, -/area/toxins/misc_lab) -"xwx" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/port) -"xwF" = ( -/obj/structure/window/reinforced, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/camera{ - c_tag = "AI Satellite Exterior 13"; - dir = 8; - network = list("SS13","MiniSat") - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkblue" - }, -/area/construction/hallway) -"xwM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/lobby) -"xwO" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaCellsLockdown"; - name = "Perma Cells Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"xwV" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/plating/airless, -/area/toxins/test_area) -"xwW" = ( -/obj/structure/bookcase, -/obj/effect/decal/cleanable/cobweb2, -/turf/simulated/floor/wood, -/area/library/abandoned) -"xwX" = ( -/obj/machinery/suit_storage_unit/captain, -/obj/machinery/light{ - dir = 1; - in_use = 1 - }, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/wood, -/area/crew_quarters/captain/bedroom) -"xxb" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/table, -/obj/item/flashlight, -/obj/item/reagent_containers/spray/cleaner, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"xxi" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -26 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/east) -"xxk" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/item/transfer_valve{ - pixel_x = 8; - pixel_y = -6 - }, -/obj/item/transfer_valve{ - pixel_x = 6; - pixel_y = -4 - }, -/obj/item/transfer_valve{ - pixel_x = 4; - pixel_y = -2 - }, -/obj/item/transfer_valve{ - pixel_x = 2 - }, -/obj/item/transfer_valve{ - pixel_y = 2 - }, -/obj/item/transfer_valve{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/transfer_valve{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/transfer_valve{ - pixel_x = -6; - pixel_y = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/toxins/mixing) -"xxx" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/interrogation) -"xxy" = ( -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"xxF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkredcorners" - }, -/area/security/podbay) -"xxG" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/permabrig) -"xxI" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"xxJ" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutral" - }, -/area/toxins/mixing) -"xxK" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"xyi" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/fitness) -"xyp" = ( -/obj/structure/sign/directions/evac{ - pixel_y = -8 - }, -/obj/structure/sign/directions/medical, -/obj/structure/sign/directions/security{ - dir = 4; - pixel_y = 8 - }, -/turf/simulated/wall, -/area/crew_quarters/courtroom) -"xyJ" = ( -/obj/machinery/teleport/hub, -/obj/effect/decal/warning_stripes/southwest, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"xyK" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging, -/turf/simulated/floor/engine/insulated/vacuum, -/area/toxins/mixing) -"xyS" = ( -/obj/machinery/computer/teleporter, -/obj/effect/decal/warning_stripes/southeast, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"xyU" = ( -/obj/machinery/camera{ - c_tag = "Chapel Backroom"; - dir = 8 - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"xyW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" - }, -/area/security/prison/cell_block/A) -"xza" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/library) -"xzg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/simulated/floor/plasteel, -/area/maintenance/fsmaint) -"xzi" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction{ - dir = 4; - icon_state = "pipe-j2"; - tag = "icon-pipe-j2 (EAST)" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/securehallway) -"xzk" = ( -/obj/structure/bookcase, -/obj/item/book/manual/sop_engineering, -/obj/item/book/manual/sop_medical, -/obj/item/book/manual/sop_security, -/obj/item/book/manual/sop_service, -/obj/item/book/manual/sop_supply, -/obj/item/book/manual/sop_general, -/obj/item/book/manual/sop_legal, -/obj/item/book/manual/sop_command, -/obj/item/book/manual/sop_science, -/obj/item/book/manual/security_space_law, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/magistrateoffice) -"xzo" = ( -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"xzK" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/computer/area_atmos, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"xAb" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "execution" - }, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "execution" - }, -/obj/structure/window/reinforced/polarized{ - id = "execution" - }, -/turf/simulated/floor/plating, -/area/security/execution) -"xAj" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"xAp" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 26 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"xAs" = ( -/obj/structure/window/reinforced, -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/space/nearstation) -"xAu" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"xAB" = ( -/turf/simulated/wall, -/area/security/armoury) -"xAH" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/ai_monitored/storage/eva) -"xAV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "redcorner" - }, -/area/security/brig) -"xBo" = ( -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/machinery/recharge_station, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/library) -"xBx" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 2; - icon_state = "open"; - id_tag = "magistrate"; - name = "Magistrate Privacy Shutters"; - opacity = 0 - }, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/magistrateoffice) -"xBC" = ( -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/kitchen) -"xBE" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "ai_inner"; - locked = 1; - name = "MiniSat External Access"; - req_one_access_txt = "75;13;19;32" - }, -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/construction/hallway) -"xBS" = ( -/obj/effect/decal/warning_stripes/northeastcorner, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/engine/hardsuitstorage) -"xBT" = ( -/obj/structure/lattice, -/obj/structure/transit_tube{ - icon_state = "E-SW"; - tag = "icon-E-SW" - }, -/turf/space, -/area/space/nearstation) -"xCj" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/showcase{ - layer = 5 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/turret_protected/aisat) -"xCt" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkred" - }, -/area/security/execution) -"xCD" = ( -/obj/machinery/mass_driver{ - dir = 8; - id_tag = "toxinsdriver" - }, -/turf/simulated/floor/plating, -/area/toxins/mixing) -"xCP" = ( -/obj/structure/lattice, -/obj/structure/transit_tube{ - icon_state = "W-SE"; - tag = "icon-W-SE" - }, -/turf/space, -/area/space/nearstation) -"xCQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"xDk" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/cobweb, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/plating, -/area/library/abandoned) -"xDp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"xDv" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/medical/research/shallway) -"xDB" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"xDD" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/medical/research/shallway) -"xDG" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whitepurple" - }, -/area/toxins/explab) -"xDL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Primary Security Hallway" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/starboard/east) -"xDU" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"xEf" = ( -/obj/structure/table/reinforced, -/obj/item/storage/firstaid/machine{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/firstaid/machine{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/firstaid/machine, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/assembly/robotics) -"xEr" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat) -"xEA" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whitepurple"; - tag = "icon-whitepurple (NORTHWEST)" - }, -/area/medical/research/restroom) -"xEF" = ( -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/medical/surgery1) -"xEM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/lobby) -"xEP" = ( -/obj/structure/chair/sofa{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Port Hallway Middle"; - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/west) -"xFd" = ( -/obj/effect/decal/warning_stripes/north, -/obj/effect/decal/warning_stripes/yellow/partial{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"xFk" = ( -/obj/machinery/ai_status_display{ - pixel_y = -32 - }, -/obj/machinery/ai_slipper, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/turret_protected/ai) -"xFp" = ( -/obj/structure/morgue, -/obj/effect/decal/warning_stripes/north, -/obj/effect/landmark{ - name = "revenantspawn" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"xFr" = ( -/obj/structure/lattice, -/obj/structure/transit_tube{ - icon_state = "D-SW"; - tag = "icon-D-SW" - }, -/turf/space, -/area/space/nearstation) -"xFt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/turret_protected/aisat) -"xFw" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 11; - pixel_y = 13 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -4 - }, -/turf/simulated/floor/carpet, -/area/maintenance/fsmaint) -"xFF" = ( -/obj/machinery/atmospherics/unary/cryo_cell, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/cryo) -"xFL" = ( -/obj/structure/chair, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/effect/landmark/start{ - name = "Security Officer" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"xFN" = ( -/obj/machinery/computer/emergency_shuttle, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"xFU" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay3) -"xGa" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "green" - }, -/area/hydroponics) -"xGf" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/turf/simulated/floor/plasteel{ - dir = 7; - icon_state = "yellow" - }, -/area/engine/engineering) -"xGk" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Transit Tube"; - req_one_access_txt = "32;19" - }, -/obj/machinery/door/poddoor{ - icon_state = "open"; - id_tag = "transitlock"; - name = "Transit Tube Blast Doors" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/aienter) -"xGB" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/security/reception) -"xGL" = ( -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"xGN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"xGX" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - desc = "Труба хранит в себе набор газов для смешивания"; - name = "Труба смешивания" - }, -/turf/space, -/area/space/nearstation) -"xHa" = ( -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkblue" - }, -/area/medical/morgue) -"xHb" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "brown" - }, -/area/crew_quarters/chief) -"xHe" = ( -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/hallway/primary/central/east) -"xHm" = ( -/obj/effect/landmark/battle_mob_point, -/turf/simulated/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/alphadeck) -"xHs" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "purplecorner" - }, -/area/hallway/primary/aft) -"xHA" = ( -/obj/machinery/light, -/obj/structure/closet/gmcloset, -/obj/item/wrench, -/obj/item/stack/sheet/glass{ - amount = 50 - }, -/obj/item/stack/sheet/metal{ - amount = 50 - }, -/obj/item/stack/cable_coil/random{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/stack/cable_coil/random, -/obj/item/storage/firstaid/aquatic_kit/full, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "dark"; - tag = "icon-vault (NORTHEAST)" - }, -/area/crew_quarters/bar) -"xHM" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/medbay2) -"xHR" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/toy/figure/ce, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/chief) -"xHS" = ( -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"xHT" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/security/securehallway) -"xHW" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay3) -"xHY" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/wardrobe/engineering_yellow, -/obj/machinery/light, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"xIm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint{ - name = "AI Maintenance" - }) -"xIo" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - dir = 1; - name = "Chemistry Desk"; - req_access_txt = "33" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "Biohazard_medi"; - name = "Quarantine Lockdown"; - opacity = 0 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id_tag = "Chemistry1"; - name = "Chemistry Privacy Shutter" - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/medical/chemistry) -"xIw" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "medcabin2"; - name = "Patients Room" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whiteblue"; - tag = "icon-whiteblue (WEST)" - }, -/area/medical/ward) -"xIB" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"xIF" = ( -/obj/machinery/light{ - dir = 1; - on = 1 - }, -/obj/structure/bed, -/obj/item/bedsheet/ce, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/chief) -"xIZ" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"xJf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "purplefull" - }, -/area/medical/research/shallway) -"xJj" = ( -/turf/simulated/wall/r_wall, -/area/security/customs) -"xJv" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"xJC" = ( -/obj/structure/rack, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/northeast, -/obj/item/stack/sheet/glass{ - amount = 50 - }, -/obj/item/stack/sheet/glass{ - amount = 50 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"xJK" = ( -/obj/effect/spawner/random_spawners/wall_rusted_maybe, -/turf/simulated/wall/rust, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"xJW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"xKd" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/assembly/showroom) -"xKf" = ( -/obj/structure/dresser, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/chief) -"xKm" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "SecPilotPriv" - }, -/turf/simulated/floor/plating, -/area/security/podbay) -"xKp" = ( -/obj/structure/table, -/obj/item/taperecorder, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "redfull"; - tag = "icon-redfull (NORTHWEST)" - }, -/area/security/processing) -"xKq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/field/generator, -/turf/simulated/floor/plasteel, -/area/storage/secure) -"xKu" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/light, -/turf/simulated/floor/plasteel, -/area/medical/research/nhallway) -"xKw" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/chair/office/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "bluefull" - }, -/area/bridge/checkpoint/south) -"xKC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/sleeper) -"xKE" = ( -/obj/effect/spawner/window/reinforced, -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 8; - icon_state = "open"; - id_tag = "psychoffice"; - name = "Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/psych) -"xKF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/gambling_den) -"xKH" = ( -/obj/structure/closet/secure_closet/engineering_chief, -/obj/machinery/camera{ - c_tag = "Chief Engineer's Quarters"; - network = list("Engineering","SS13") - }, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/machinery/door_control{ - id = "ceprivacy"; - name = "Privacy Shutters"; - pixel_x = 24 - }, -/obj/effect/decal/warning_stripes/northwest, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/obj/item/megaphone, -/turf/simulated/floor/plasteel, -/area/crew_quarters/chief) -"xKL" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 27 - }, -/obj/structure/cable, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/turf/simulated/floor/wood, -/area/medical/psych) -"xKP" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"xKT" = ( -/obj/structure/lattice, -/obj/structure/transit_tube{ - icon_state = "NW-SE" - }, -/turf/space, -/area/space/nearstation) -"xLa" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/maintenance{ - name = "Teleporter Maintenance"; - req_access_txt = "17" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, -/area/maintenance/maintcentral) -"xLj" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/closet/radiation, -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"xLB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/execution) -"xLG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/crew_quarters/locker) -"xLH" = ( -/turf/simulated/wall/rust, -/area/maintenance/fsmaint) -"xLJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/light, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "darkred" - }, -/area/security/permabrig) -"xLK" = ( -/obj/structure/shuttle/engine/heater, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/simulated/shuttle/plating, -/area/shuttle/siberia) -"xLL" = ( -/obj/structure/window/reinforced, -/obj/structure/closet/coffin, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"xLM" = ( -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/mouse/gray, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"xLU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"xLY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"xMc" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/warning_stripes/northwest, -/turf/simulated/floor/plasteel, -/area/medical/research/nhallway) -"xMd" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"xMf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"xMi" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/south) -"xMs" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/disposal, -/obj/effect/decal/warning_stripes/yellow, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "yellow" - }, -/area/engine/engineering/monitor) -"xMC" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/carpet, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"xME" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"xMX" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/disposalpipe/sortjunction{ - name = "Engineering Junction"; - sortType = 4 - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"xNa" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/hallway/secondary/exit) -"xNb" = ( -/obj/structure/table/glass, -/obj/item/folder/blue, -/obj/item/radio/intercom{ - pixel_y = 28 - }, -/obj/item/clothing/glasses/hud/health, -/obj/item/stamp/cmo, -/turf/simulated/floor/plasteel, -/area/medical/cmo) -"xNt" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/secure_closet/engineering_personal, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellow" - }, -/area/engine/engineering) -"xNu" = ( -/obj/effect/decal/warning_stripes/northeast, -/obj/machinery/atmospherics/unary/portables_connector{ - layer = 2 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/toxins/mixing) -"xNy" = ( -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 - }, -/obj/machinery/camera{ - c_tag = "Virology Main Hall"; - dir = 9; - network = list("Medical","SS13") - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitegreen"; - tag = "icon-whitegreen (EAST)" - }, -/area/medical/virology) -"xOk" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/cans/beer{ - pixel_x = -4 - }, -/obj/item/reagent_containers/food/drinks/cans/beer{ - pixel_x = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/brigstaff) -"xOq" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/unary/cold_sink/freezer{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/engine/controlroom) -"xOx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - desc = "Труба служит для подачу горючей смеси в турбину для её работы"; - dir = 4; - name = "Труба турбины" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/atmos) -"xOy" = ( -/turf/simulated/wall, -/area/medical/virology) -"xOD" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteyellowcorner" - }, -/area/medical/chemistry) -"xOM" = ( -/obj/effect/decal/warning_stripes/southeastcorner, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"xOP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/crew_quarters/sleep) -"xOX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/medical/glass{ - id_tag = ""; - name = "Staff Room"; - req_access_txt = "5" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/ward) -"xPa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/bridge/checkpoint/south) -"xPe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/research{ - name = "Toxin Test Firing Range"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"xPg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/hallway/primary/starboard/east) -"xPm" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger{ - pixel_y = 2 - }, -/obj/item/stock_parts/cell/high, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/crew_quarters/chief) -"xPq" = ( -/obj/machinery/camera{ - c_tag = "Port Hallway South"; - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellowcorner" - }, -/area/hallway/primary/port/west) -"xPw" = ( -/obj/machinery/light/small, -/obj/structure/chair/wood{ - dir = 8 - }, -/obj/item/radio/intercom{ - dir = 8; - frequency = 1465; - pixel_y = 22 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/office) -"xPL" = ( -/obj/structure/table/wood, -/obj/machinery/ai_status_display{ - pixel_x = -32 - }, -/obj/item/storage/briefcase, -/obj/item/storage/secure/briefcase, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"xPP" = ( -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/hallway/primary/fore) -"xPY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutral" - }, -/area/toxins/mixing) -"xQb" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"xQd" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"xQi" = ( -/obj/structure/bookcase, -/obj/item/radio/intercom{ - dir = 1; - pixel_y = -28 - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"xQj" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/vending/wallmed{ - pixel_x = 26 - }, -/turf/simulated/floor/plasteel, -/area/toxins/storage) -"xQt" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/north, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"xQv" = ( -/obj/machinery/camera{ - c_tag = "Command Meeting Room"; - dir = 1 - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"xQx" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/item/paper_bin, -/obj/item/pen/fancy, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"xQz" = ( -/obj/structure/closet{ - icon_closed = "cabinet_closed"; - icon_opened = "cabinet_open"; - icon_state = "cabinet_closed" - }, -/obj/item/reagent_containers/food/drinks/bottle/whiskey, -/obj/item/reagent_containers/food/drinks/drinkingglass, -/obj/item/reagent_containers/food/drinks/drinkingglass, -/turf/simulated/floor/wood, -/area/blueshield) -"xQB" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/sop_science, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/storage/belt/utility, -/obj/item/radio/intercom{ - dir = 1; - pixel_y = 28 - }, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"xQE" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/chapel/main) -"xQG" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/aft) -"xQH" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/obj/structure/closet/l3closet, -/obj/item/clothing/mask/gas, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" - }, -/area/medical/biostorage) -"xQM" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/prisonershuttle) -"xQS" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 0; - icon_state = "green" - }, -/area/hallway/secondary/exit) -"xQW" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/mouse/brown, -/turf/simulated/floor/plating, -/area/maintenance/fpmaint2) -"xQY" = ( -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"xQZ" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" - }, -/area/medical/research/nhallway) -"xRq" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/sw) -"xRC" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" - }, -/area/security/podbay) -"xRL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood, -/mob/living/simple_animal/mouse/brown, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"xRU" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/medical/virology/lab) -"xRX" = ( -/obj/structure/table/glass, -/obj/machinery/vending/wallmed{ - layer = 3.3; - name = "Emergency NanoMed"; - pixel_y = -32 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Chief Medical Officer's Office" - }, -/turf/simulated/floor/plasteel, -/area/medical/cmo) -"xSf" = ( -/turf/simulated/wall/r_wall, -/area/toxins/server) -"xSn" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/warning_stripes/north, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"xSG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"xSP" = ( -/obj/machinery/r_n_d/server/core, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/turf/simulated/floor/bluegrid{ - icon_state = "gcircuit"; - name = "Mainframe Floor"; - nitrogen = 100; - oxygen = 0; - temperature = 80 - }, -/area/toxins/server) -"xTb" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"xTd" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "vault" - }, -/area/construction/hallway) -"xTh" = ( -/obj/machinery/camera{ - c_tag = "Server Room"; - dir = 8; - network = list("SS13","Research") - }, -/obj/machinery/atmospherics/unary/vent_pump{ - external_pressure_bound = 140; - external_pressure_bound_default = 140; - name = "server vent"; - on = 1; - pressure_checks = 0 - }, -/turf/simulated/floor/bluegrid{ - icon_state = "gcircuit"; - name = "Mainframe Floor"; - nitrogen = 100; - oxygen = 0; - temperature = 80 - }, -/area/toxins/server) -"xTn" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/security{ - name = "Detective"; - req_access = null; - req_access_txt = "4" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor, -/turf/simulated/floor/wood, -/area/security/detectives_office) -"xTp" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/lobby) -"xTJ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/security/reception) -"xTL" = ( -/obj/effect/decal/warning_stripes/southwest, -/obj/structure/closet/secure_closet/brig, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/prisonershuttle) -"xUv" = ( -/obj/machinery/vending/medical, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whitepurple"; - tag = "icon-whitepurple (SOUTHWEST)" - }, -/area/medical/genetics) -"xUz" = ( -/obj/structure/table/reinforced, -/obj/item/crowbar, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/healthanalyzer, -/obj/item/healthanalyzer, -/obj/item/healthanalyzer, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/assembly/robotics) -"xUA" = ( -/obj/item/radio/intercom{ - pixel_x = 28; - pixel_y = -2 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "red" - }, -/area/security/brig) -"xUD" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = -6 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/construction/hallway) -"xUL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random_spawners/cobweb_left_frequent, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"xUN" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/aft) -"xUP" = ( -/turf/simulated/wall/r_wall, -/area/security/securehallway) -"xUR" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"xUV" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "bluecorner" - }, -/area/hallway/primary/aft) -"xUX" = ( -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/mouse/gray, -/turf/simulated/floor/plating, -/area/library/abandoned) -"xVr" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall12" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"xVs" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitegreen"; - tag = "icon-whitehall (WEST)" - }, -/area/medical/medbay3) -"xWh" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"xWm" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/south, -/obj/machinery/door/airlock/public/glass{ - id_tag = "KPPN" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "eslock"; - name = "Escape Shuttle Lockdown" - }, -/turf/simulated/floor/plasteel, -/area/bridge/checkpoint/south) -"xWn" = ( -/obj/structure/table/reinforced, -/obj/structure/mirror{ - pixel_x = 28 - }, -/obj/item/razor, -/obj/machinery/camera{ - c_tag = "Barber Shop" - }, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "barber" - }, -/area/civilian/barber) -"xWr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/wall/r_wall, -/area/turret_protected/ai) -"xWx" = ( -/obj/effect/decal/warning_stripes/south, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/medical/morgue) -"xWJ" = ( -/obj/machinery/cryopod, -/turf/simulated/floor/plasteel{ - icon_state = "freezerfloor" - }, -/area/crew_quarters/sleep) -"xWS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"xWZ" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id_tag = "Warden"; - name = "Warden Privacy Shutters" - }, -/turf/simulated/floor/plating, -/area/security/warden) -"xXf" = ( -/obj/effect/decal/warning_stripes/east, -/obj/structure/table/glass, -/obj/effect/decal/warning_stripes/northwestcorner, -/obj/item/reagent_containers/food/snacks/sliceable/braincake, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplefull" - }, -/area/medical/research/restroom) -"xXi" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/medical/research{ - name = "Research Division" - }) -"xXm" = ( -/obj/structure/morgue, -/obj/effect/decal/warning_stripes/south, -/obj/effect/landmark{ - name = "revenantspawn" - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/medical/morgue) -"xXq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"xXu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/wood, -/area/maintenance/gambling_den) -"xXA" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/main) -"xXC" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Armory"; - req_access_txt = "1"; - security_level = 1 - }, -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "ArmorySecAccess"; - name = "Armory Security Shutters" - }, -/obj/machinery/door/poddoor{ - density = 0; - icon_state = "open"; - id_tag = "ArmoryLock"; - name = "Armory Lockdown"; - opacity = 0 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/securearmoury) -"xXP" = ( -/obj/structure/dresser, -/turf/simulated/floor/plasteel{ - icon_state = "barber" - }, -/area/civilian/barber) -"xXZ" = ( -/obj/machinery/door_control{ - id = "ArmorySecAccess"; - name = "Armory Security Access Control"; - pixel_x = -7; - pixel_y = -2; - req_access_txt = "3" - }, -/obj/machinery/door_control{ - id = "ArmorySec"; - name = "Armory Security Window Control"; - pixel_x = 8; - pixel_y = -2; - req_access_txt = "3" - }, -/turf/simulated/wall/r_wall, -/area/security/securearmoury) -"xYa" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/pill/fakedeath{ - pixel_x = -4; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/pill/morphine{ - pixel_x = 7; - pixel_y = 9 - }, -/obj/item/reagent_containers/syringe{ - pixel_x = -3; - pixel_y = 4 - }, -/obj/item/reagent_containers/syringe/capulettium_plus{ - pixel_x = -3; - pixel_y = -2 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/execution) -"xYg" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whiteblue"; - tag = "icon-whiteblue (EAST)" - }, -/area/medical/medbay3) -"xYh" = ( -/obj/structure/closet/crate/internals, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/tank/emergency_oxygen/engi, -/obj/item/tank/emergency_oxygen/engi, -/obj/item/tank/emergency_oxygen/engi, -/obj/item/tank/emergency_oxygen/engi, -/obj/structure/reagent_dispensers/fueltank/chem{ - pixel_y = -30 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "bot" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"xYn" = ( -/obj/structure/table/wood, -/obj/item/camera{ - pixel_x = 3; - pixel_y = -4 - }, -/obj/item/taperecorder{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/carpet, -/area/lawoffice) -"xYp" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/engine, -/area/toxins/test_chamber) -"xYq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain/bedroom) -"xYt" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark"; - temperature = 80 - }, -/area/toxins/xenobiology) -"xYw" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitegreencorner" - }, -/area/medical/virology) -"xYy" = ( -/obj/structure/table/wood, -/obj/item/phone{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/briefcase, -/turf/simulated/floor/wood, -/area/medical/psych) -"xYF" = ( -/obj/machinery/door/airlock/external{ - hackProof = 1; - id_tag = "emergency_home"; - name = "Escape Airlock" - }, -/obj/effect/decal/warning_stripes/west, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/exit) -"xYM" = ( -/obj/item/radio/intercom{ - dir = 1; - pixel_y = -28 - }, -/obj/machinery/photocopier, -/turf/simulated/floor/wood, -/area/medical/psych) -"xYU" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/medical/reception) -"xZc" = ( -/turf/simulated/floor/wood, -/area/library/abandoned) -"xZk" = ( -/obj/structure/morgue, -/obj/effect/decal/warning_stripes/south, -/obj/effect/landmark{ - name = "revenantspawn" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"xZm" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plasteel, -/area/hallway/secondary/entry/commercial) -"xZs" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/security/main) -"xZu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"xZv" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10; - initialize_directions = 10 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain/bedroom) -"xZw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain/bedroom) -"xZR" = ( -/turf/simulated/wall, -/area/security/main) -"xZT" = ( -/obj/machinery/light, -/obj/machinery/vending/snack, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/se) -"yae" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/portable_atmospherics/scrubber, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "escape" - }, -/area/crew_quarters/locker) -"yah" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/brigstaff) -"yai" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Service Foyer" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel, -/area/crew_quarters/serviceyard) -"yak" = ( -/obj/structure/table/wood, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Head of Security's Office" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/hos) -"yal" = ( -/obj/machinery/status_display, -/turf/simulated/shuttle/wall{ - icon_state = "swall13" - }, -/area/shuttle/escape{ - parallax_movedir = 2 - }) -"yap" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/vomit, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"yaz" = ( -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall, -/area/maintenance/fsmaint) -"ybx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/captain/bedroom) -"ybC" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat{ - name = "\improper AI Satellite Hallway" - }) -"ybH" = ( -/obj/structure/window/reinforced, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/construction/hallway) -"ybL" = ( -/obj/structure/table/reinforced, -/obj/item/wrench, -/obj/item/crowbar, -/obj/item/clothing/mask/gas, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/explab) -"ybN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"ybR" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"ybT" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/decal/warning_stripes/southeastcorner, -/turf/simulated/floor/plasteel, -/area/engine/engineering) -"ybU" = ( -/obj/structure/grille, -/obj/effect/decal/warning_stripes/west, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plating/airless, -/area/engine/engineering) -"ybW" = ( -/obj/machinery/computer/secure_data, -/turf/simulated/floor/wood, -/area/security/hos) -"ycj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/securehallway) -"ycn" = ( -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall, -/area/maintenance/asmaint2) -"ycr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/prisonershuttle) -"ycx" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel/main) -"ycE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) -"ycJ" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin/nanotrasen, -/obj/item/pen, -/obj/machinery/door/window/eastright{ - dir = 8; - name = "Internal Affairs Desk"; - req_access_txt = "38" - }, -/obj/machinery/door/poddoor/shutters{ - density = 0; - icon_state = "open"; - id_tag = "lawyer"; - name = "Internal Affairs Privacy Shutters"; - opacity = 0 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - icon_state = "cult"; - tag = "icon-cult" - }, -/area/lawoffice) -"ycP" = ( -/obj/effect/decal/warning_stripes/south, -/turf/simulated/floor/engine, -/area/toxins/misc_lab) -"ycU" = ( -/obj/machinery/door_control{ - desiredstate = 1; - id = "cabin4"; - name = "Door Bolt Control"; - normaldoorcontrol = 1; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -22 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/cabin4) -"ycV" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/space, -/area/solar/starboard) -"ydg" = ( -/obj/machinery/door/poddoor/preopen{ - id_tag = "BridgeLockdown"; - name = "Bridge Lockdown" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/bridge) -"ydj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=A27"; - location = "A26" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/se) -"ydv" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/closet/l3closet/scientist, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"ydy" = ( -/obj/structure/grille, -/obj/structure/window/full/shuttle, -/turf/simulated/floor/plating, -/area/shuttle/siberia) -"ydB" = ( -/obj/structure/table/wood, -/obj/item/paper/deltainfo, -/turf/simulated/floor/wood, -/area/library/abandoned) -"ydL" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/prize_counter, -/turf/simulated/floor/carpet/arcade, -/area/crew_quarters/fitness) -"ydO" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/toxins/xenobiology) -"ydS" = ( -/turf/simulated/wall, -/area/crew_quarters/courtroom) -"yem" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/south) -"yeA" = ( -/obj/structure/curtain/open/shower, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 28 - }, -/obj/structure/sink{ - dir = 4; - pixel_x = 12 - }, -/obj/structure/cable, -/obj/machinery/shower{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" - }, -/area/medical/surgery1) -"yeB" = ( -/obj/effect/landmark/start{ - name = "Cyborg" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"yeE" = ( -/obj/machinery/alarm{ - dir = 4; - pixel_x = -22 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/crew_quarters/fitness) -"yeI" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/bridge/vip) -"yeK" = ( -/obj/machinery/door/poddoor{ - id_tag = "chapelgun"; - name = "Chapel Launcher Door"; - protected = 0 - }, -/obj/effect/decal/warning_stripes/south, -/obj/effect/decal/warning_stripes/north, -/obj/structure/fans/tiny, -/turf/simulated/floor/plating, -/area/chapel/main) -"yeL" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"yeN" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id_tag = "PermaLockdown"; - name = "Perma Lockdown" - }, -/turf/simulated/floor/plating, -/area/security/permabrig) -"yeQ" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/siberia) -"yff" = ( -/obj/machinery/bodyscanner, -/obj/effect/decal/warning_stripes/blue/hollow, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/sleeper) -"yfm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"yfp" = ( -/obj/machinery/pipedispenser, -/obj/effect/decal/warning_stripes/yellow, -/obj/effect/decal/warning_stripes/eastsouthwest, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/maintenance/electrical) -"yfs" = ( -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall, -/area/library/abandoned) -"yfD" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/turf/simulated/floor/plasteel, -/area/bridge/vip) -"yfG" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"yfK" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"yfQ" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/effect/decal/warning_stripes/southwest, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Engineering Storage 2"; - dir = 6; - network = list("Engineering","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/engine/hardsuitstorage) -"ygb" = ( -/turf/simulated/wall, -/area/hallway/secondary/exit) -"ygf" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"ygy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/maintenance{ - name = "Gambling Den" - }, -/obj/structure/barricade/wooden, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/gambling_den) -"ygC" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/decal/warning_stripes/yellow, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/ai_monitored/storage/eva) -"ygD" = ( -/obj/machinery/dnaforensics, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "darkblue" - }, -/area/security/detectives_office) -"ygK" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1; - initialize_directions = 11 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/port) -"ygQ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint) -"ygS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple"; - tag = "icon-whitepurple (WEST)" - }, -/area/medical/research/restroom) -"yhb" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_f6" - }, -/area/shuttle/pod_4) -"yhc" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"yhg" = ( -/obj/structure/shuttle/engine/propulsion/burst{ - dir = 4 - }, -/turf/simulated/shuttle/wall{ - icon_state = "swall_f10" - }, -/area/shuttle/pod_4) -"yhz" = ( -/obj/structure/rack{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/port{ - name = "Brig Maintenance" - }) -"yhA" = ( -/obj/machinery/atmospherics/unary/vent_scrubber{ - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/security/brig) -"yhG" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/medical/medbay) -"yhL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/security/hos) -"yhO" = ( -/obj/machinery/light/small, -/obj/effect/decal/warning_stripes/southwest, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/toxins/mixing) -"yhS" = ( -/obj/structure/sign/securearea, -/obj/effect/decal/cleanable/fungus, -/turf/simulated/wall/r_wall, -/area/toxins/mixing) -"yhX" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/starboard{ - name = "Engineering Maintenance" - }) -"yhY" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/server) -"yhZ" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "green" - }, -/area/hallway/secondary/exit) -"yio" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/gateway) -"yiu" = ( -/obj/machinery/porta_turret, -/turf/simulated/floor/bluegrid, -/area/turret_protected/aisat) -"yiA" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkblue" - }, -/area/construction/hallway) -"yiC" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralfull" - }, -/area/hallway/primary/central/sw) -"yiZ" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/chapel/main) -"yjn" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/south, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/simulated/floor/plating, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"yjo" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/asmaint2) -"yjq" = ( -/obj/structure/table/reinforced, -/obj/machinery/status_display{ - pixel_y = -32 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/effect/decal/warning_stripes/northeast, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/lab) -"yjv" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkblue" - }, -/area/construction/hallway) -"yjA" = ( -/obj/structure/particle_accelerator/particle_emitter/left{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engine/engineering) -"yjC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/bluegrid{ - icon_state = "dark"; - name = "Mainframe Floor"; - nitrogen = 100; - oxygen = 0; - temperature = 80 - }, -/area/toxins/server) -"yjD" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/firealarm{ - pixel_y = -28 - }, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Detective's Office"; - dir = 1; - network = list("SS13","Security") - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/security/detectives_office) -"yjG" = ( -/obj/effect/decal/warning_stripes/southeast, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"yjJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/security/execution) -"ykg" = ( -/turf/simulated/wall/r_wall, -/area/security/prison/cell_block/A) -"yko" = ( -/obj/machinery/optable, -/obj/machinery/status_display{ - layer = 4; - pixel_y = 32 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/autopsy_scanner, -/obj/item/scalpel, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" - }, -/area/medical/morgue) -"ykx" = ( -/turf/simulated/wall/r_wall, -/area/assembly/robotics) -"yky" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/warning_stripes/red/hollow, -/obj/structure/closet/secure_closet/security, -/turf/simulated/floor/plasteel{ - dir = 1 - }, -/area/security/customs) -"ykz" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 4; - frequency = 1379; - id_tag = "robotics_solar_pump" - }, -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - id_tag = "robotics_solar_airlock"; - pixel_y = -25; - req_access_txt = "13"; - tag_airpump = "robotics_solar_pump"; - tag_chamber_sensor = "robotics_solar_sensor"; - tag_exterior_door = "robotics_solar_outer"; - tag_interior_door = "robotics_solar_inner" - }, -/obj/machinery/airlock_sensor{ - id_tag = "robotics_solar_sensor"; - pixel_x = 12; - pixel_y = -25 - }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/portsolar) -"ykI" = ( -/obj/structure/cable, -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "Interrogation" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "Interrogation" - }, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "Interrogation" - }, -/obj/structure/window/reinforced/polarized{ - id = "Interrogation" - }, -/turf/simulated/floor/plating, -/area/security/interrogation) -"ykR" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/command{ - name = "Server Room"; - req_access = null; - req_access_txt = "30" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/toxins/server) -"ykW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel{ - icon_state = "darkbluefull" - }, -/area/turret_protected/aisat) -"ylm" = ( -/obj/structure/table/wood, -/obj/item/clothing/under/soviet, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" - }, -/area/maintenance/fsmaint) -"ylo" = ( -/obj/machinery/door_control{ - desiredstate = 1; - id = "Perma22"; - name = "Third Cell Perma Bolts"; - normaldoorcontrol = 1; - pixel_x = 38; - pixel_y = 24; - req_access_txt = "2"; - specialfunctions = 4 - }, -/obj/machinery/door_control{ - desiredstate = 1; - id = "Perma21"; - name = "Third Cell Brig Bolts"; - normaldoorcontrol = 1; - pixel_x = 26; - pixel_y = 24; - req_access_txt = "2"; - specialfunctions = 4 - }, -/obj/machinery/flasher_button{ - id = "Perma2"; - layer = 4; - name = "Prison Flasher"; - pixel_x = 32; - pixel_y = 32 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = 28 - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkred" - }, -/area/security/permabrig) -"ylv" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "blue" - }, -/area/crew_quarters/courtroom) -"ylx" = ( -/turf/space, -/area/shuttle/gamma/station) -"ylF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkblue" - }, -/area/aisat/maintenance{ - name = "\improper AI Satellite Service" - }) -"ylJ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/medical/morgue) -"ylM" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/heads/hop) -"ylQ" = ( -/obj/structure/disposalpipe/segment, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "neutralcorner" - }, -/area/hallway/primary/aft) -"ylW" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/simulated/floor/plating, -/area/maintenance/fsmaint2{ - name = "Tourist Area Maintenance" - }) - -(1,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(2,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(3,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(4,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(5,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(6,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(7,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(8,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(9,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(10,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(11,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -yhb -fOk -xld -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(12,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -foE -rqn -foE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(13,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -uAX -foE -ooZ -foE -uAX -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(14,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -uAX -yhg -vAm -jOd -uAX -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(15,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -xtj -oTI -bdu -wjF -xtj -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(16,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -rTH -bvh -abj -bvh -bvh -abj -bvh -bvh -uAX -tOj -heT -tOj -uAX -bvh -bvh -abj -bvh -bvh -abj -bvh -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(17,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -jlK -vAr -dse -dse -vAr -dse -dse -cZL -uYS -bRE -yjv -lwR -dse -vAr -dse -vAr -dse -vAr -jlK -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(18,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -qUR -dYa -vfa -vfa -dxQ -vfa -uZd -vfa -bRE -bRE -bRE -vfa -uZd -vfa -dxQ -vfa -vfa -mrV -bXR -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(19,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ahB -abz -abz -abz -abz -abz -abz -abz -ady -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -cgA -sOt -dtv -wKp -wob -wKp -jlK -daj -wgX -bRE -ybH -uWl -jlK -wob -wKp -wob -daj -sOt -bUT -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(20,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ael -abz -abz -abz -anx -abz -eRk -ane -aqr -nBK -asP -apY -auZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -bvh -abj -bvh -bvh -bvh -abj -bvh -bvh -bvh -abj -bvh -bvh -bvh -abj -bvh -bvh -bvh -aaa -aaa -aaa -aaa -aaa -aaa -bvh -qUR -sOt -bXR -abj -abj -abj -abj -qUR -yiA -bRE -xwF -bXR -abj -abj -abj -abj -qUR -sOt -bXR -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(21,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -anx -afn -aey -asQ -anx -abB -abB -abB -abB -abB -asW -apY -avw -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -bvh -abj -bvh -bvh -bvh -abj -bvh -jlK -vAr -dse -dse -vAr -dse -dse -vAr -dse -dse -vAr -dse -dse -dse -vAr -jlK -bvh -abj -bvh -bvh -bvh -aaa -aaa -iGw -cgA -sOt -bUT -aaa -abj -aaa -aaa -cvf -cvf -eGC -cvf -cvf -aaa -abj -aaa -abj -cgA -sOt -bUT -bvh -bvh -abj -bvh -bvh -abj -bvh -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(22,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -anx -akV -abB -abB -anx -akn -abB -abB -alL -amV -pqF -apY -afW -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -jlK -vAr -dse -vAr -dse -dse -vAr -cZL -dYa -evl -fkP -evl -evl -evl -evl -evl -evl -fkP -evl -evl -evl -mrV -dsq -dse -vAr -dse -vAr -abj -aaa -aaa -bvh -cgA -sOt -bUT -aaa -abj -aaa -cvf -cvf -yjn -uty -spv -cvf -cvf -abj -aaa -abj -cgA -sOt -dsq -dse -vAr -dse -vAr -dse -vAr -jlK -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(23,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -anx -alh -abB -atc -anx -ako -acb -abB -aqs -abz -abz -abz -adi -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -qUR -dlK -vfa -dxQ -vfa -vfa -vfa -vfa -dYy -ewS -iGo -fFm -dSb -wob -wob -wob -wob -wob -kfX -lin -mbc -diW -evl -fkP -evl -evl -mrV -bXR -abj -bvh -bvh -qUR -sOt -bXR -abj -abj -abj -cvf -xts -yjG -mwf -wkc -hMj -cvf -cvf -abj -abj -qUR -dmx -evl -evl -evl -fkP -evl -evl -dZj -bXR -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(24,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ahB -abz -abz -abz -ady -aaa -aaa -aaa -aaa -aeP -afo -abB -atM -anx -akt -abB -abB -aqt -anx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -cgA -bNR -wVe -iGo -wob -wob -iGo -dSb -wob -abj -abj -btd -btd -btd -btd -btd -btd -btd -dEP -dEP -iGw -iGo -wob -wob -wob -oJo -sOt -dsq -dse -dse -vAr -cZL -sOt -tSb -aaa -vtK -waQ -cvf -xtz -ylF -uwZ -mMz -wRU -cvf -cvf -ejD -abj -jlK -wob -wKp -wKp -wob -wKp -wob -daj -sOt -bUT -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(25,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abA -acd -abN -ade -anx -abz -abz -adI -abz -abz -abz -agc -abB -anx -abz -aiO -aeo -ibN -abz -pvA -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -cgA -bNR -bUT -abj -aaa -aaa -btd -btd -btd -btd -btd -btd -bpo -bpo -bpo -bpo -bpo -btd -nsP -dEP -dEP -dEP -dEP -dEP -abj -oKs -diW -evl -evl -fkP -evl -evl -dYy -tSj -abj -dEP -dEP -cvf -xtL -sLl -yeB -bRx -bTs -cvf -dEP -dEP -wWk -abj -abj -abj -abj -abj -abj -abj -qUR -sOt -bXR -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(26,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abC -afU -abB -abB -anx -adE -aiX -aeC -aeC -aeC -aeJ -abB -abB -aiX -akw -abB -abB -aqx -apY -auZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -qUR -bNR -bXR -iGw -fXN -btd -btd -bpo -bpo -bpo -bpo -bpo -bpo -btd -btd -btd -bpo -btd -kgz -pIb -xHS -mth -xHS -dEP -dEP -abj -jiQ -wob -wob -wob -wob -wob -twU -abj -dEP -dEP -dEP -cvf -xuq -tjW -kVR -jDQ -bTt -cvf -dEP -dEP -dEP -dEP -dEP -dEP -aaa -abj -aaa -abj -cgA -sOt -bUT -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(27,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abC -abD -acu -abB -adn -abB -acb -abB -abB -abB -abB -abB -abB -abB -abB -abB -abB -acH -apY -avw -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -cgA -bPT -bUT -abj -aaa -btd -bpo -bpo -btd -btd -btd -btd -btd -btd -hvg -btd -btd -btd -btd -btd -gxg -btd -xHS -nQv -dEP -dEP -dEP -dEP -dEP -dEP -dEP -dEP -dEP -dEP -dEP -vtR -xHS -wJC -xuL -uty -yeB -dcS -lfh -cxN -iDS -dEP -dEP -xIm -kEj -dEP -dEP -abj -aaa -abj -cgA -cwK -bUT -bvh -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(28,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abC -abF -abB -adg -anx -adE -abB -aeC -aeC -aeC -abs -acI -abB -abB -dLB -abB -abB -aqx -apY -afW -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -bvh -cgA -bNR -bUT -ccx -btd -btd -bpo -btd -btd -exV -flo -fFw -goS -gQS -sci -ieY -dTo -jqE -khy -dXH -pyO -btd -pIb -xHS -ftG -oKS -xHS -pIb -ftG -kgz -xHS -sEG -pIb -pIb -kgz -pIb -xHS -cvf -cvf -qXH -bPH -bSr -cvf -cvf -doZ -xHS -wJR -xHS -pIb -vNP -dEP -dEP -kNO -abj -qUR -sOt -tqu -abj -bvh -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(29,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abG -acd -acc -abB -anx -abz -abz -adI -abz -abz -abz -agf -ahw -axw -abz -alD -ano -iLk -abz -pDS -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -abj -dew -bNR -bXR -abj -btd -bpo -bpo -btd -dYC -eyI -qBC -qBC -qBC -gRb -qBC -qBC -qBC -jqY -khY -liZ -eEK -btd -qni -qni -qni -qni -jCN -qni -uCM -qni -jCN -qni -qni -qni -qni -bJW -bJW -cvf -cvf -cvf -bRr -bTx -cvf -cvf -qrT -qrT -qrT -qrT -qrT -qrT -qrT -qrT -aaa -abj -hDH -fLw -eTv -lwR -jlK -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(30,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aix -abz -abz -abz -adi -aaa -aaa -aaa -aaa -anx -aft -afq -afY -anx -akA -abB -abB -aqz -anx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -jlK -cZL -uYS -cCD -dsq -abj -btd -bpo -btd -btd -dYO -ezj -sci -kPn -kPn -kPn -dqD -sci -dHx -jrq -btd -eBy -fGt -btd -qni -tFR -oIV -vFr -tFR -tFR -oIV -tFR -tFR -sEV -oIV -tFR -qni -bJW -waS -yiu -xvs -fKJ -uxy -bUD -yiu -xCj -qrT -qrT -qrT -hdx -vYr -nIa -qrT -qrT -qrT -llL -uYS -bRE -aof -yjv -bXR -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(31,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeQ -abB -afs -abB -anx -akC -abB -abB -alV -abz -abz -abz -ady -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -qUR -cZQ -deA -bRE -dsw -bXR -btd -bpo -btd -dTl -dhS -cBK -mYA -rHq -gpE -gRY -dHA -igc -iDr -dQd -dYl -jlk -eoB -btd -qni -nQG -opF -oLb -wtk -wtk -wtk -wtk -wtk -wtk -wtk -tSD -qni -bJW -wbl -bTy -xvG -gjm -xFt -wna -bTy -obc -qrT -tQX -jfj -heF -pOg -jlj -qYG -qrT -qrT -qUR -wsK -bRE -uwP -ybH -bUT -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(32,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeS -abB -afs -abB -anx -akG -abB -abB -abB -aiX -abB -apY -auZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -cgA -wgX -dht -uTb -ybH -bXR -btd -bpo -btd -dTo -dhS -dQd -bXG -fGE -qKj -gSG -btd -btd -iFw -dPJ -cqM -ljn -eDD -xWr -mGx -rhX -rhX -jZL -rhX -rhX -rhX -rhX -rhX -sGz -nuj -rhX -uHl -vvz -wbx -tTR -tTR -qZG -vyN -kpV -xEr -sNY -qrT -qrT -vdz -pOg -cRz -qzl -uWG -qrT -qrT -qUR -wgX -uTb -uwP -ybH -bXR -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(33,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeT -aft -aoX -afY -anx -akJ -abB -abB -abB -abB -abB -apY -avw -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -qUR -wgX -bEm -bRE -dsQ -cHH -btd -bpo -btd -dTC -dhO -xFk -btd -cSF -cmx -bpm -cpd -btd -dJS -bwI -dra -dYj -bmr -qYr -oXx -oXx -nEP -xdo -nUs -oXx -qiU -oXx -nUs -sGJ -txk -oXx -oXx -vwq -lVO -lVO -bVO -qcd -bPM -bRy -bTA -bTA -wRH -dxt -wRH -iox -ceL -pXf -hKe -fIH -qrT -fKE -xUD -xTd -mpn -ybH -bUT -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(34,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -afh -abz -abz -abz -anx -abz -atO -atO -atO -atO -atO -apY -afW -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -cgA -wgX -xjZ -uTb -ybH -bXR -btd -bpo -btd -dTo -dhS -eAm -btd -dhI -xhy -gbp -btd -bXG -iFO -dPT -bBg -cnY -wmD -tkg -bmp -owm -tYM -oLC -owm -owm -owm -owm -owm -sHI -owm -owm -uHu -pkE -bLO -rUs -rUs -ykW -uyQ -bTB -xEr -bVP -qrT -qrT -vdz -pOg -wek -qzl -mzI -mjG -qrT -qUR -wgX -uTb -uwP -ybH -bXR -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(35,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aix -abz -abz -abz -abz -abz -abz -abz -adi -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -qUR -dai -deW -bRE -dtd -bXR -btd -bpo -btd -dTM -dhS -cDD -ngy -fHi -dAB -cpb -pgv -oGg -iFS -dQd -dYl -eIw -muo -btd -qni -uGu -oqw -ihl -uUI -uUI -uUI -uUI -uUI -uUI -uUI -oAg -qni -bJW -pOP -jTa -xvX -tom -bSo -bRA -jTa -cjF -qrT -iXX -ceN -uGh -pOg -fpl -fBl -mjG -qrT -qUR -wsK -bRE -uwP -ybH -bUT -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(36,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -jlK -daj -dfo -cCD -dtv -abj -btd -bpo -btd -btd -dZh -eBv -sci -qBC -qBC -qBC -drM -sci -iGj -dQl -btd -eUc -pbg -btd -qni -tFR -oIV -iMk -tFR -tFR -oIV -tFR -tFR -sIS -oIV -tFR -qni -bJW -qbE -yiu -qrV -fTD -uAe -bTD -yiu -eds -qrT -qrT -qrT -hZa -eIX -fxz -qrT -qOo -qrT -llL -sFJ -bRE -wRz -dpQ -bXR -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(37,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -abj -bEr -bNR -bXR -abj -btd -bpo -bpo -btd -cwF -dZh -dmX -kPn -kPn -dqr -kPn -kPn -kPn -dUc -kji -lkN -eEK -btd -qni -qni -qni -qni -jCN -qni -uCM -qni -jCN -qni -qni -qni -qni -bJW -bJW -cvg -cvg -cvg -sOI -bRC -cvg -cvg -qrT -qrT -qrT -qrT -qrT -qrT -qrT -iZq -ihB -abj -dUa -fLw -urA -uWl -jlK -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(38,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -bvh -cgA -bNR -bUT -ccx -btd -btd -bpo -btd -btd -cDH -bYa -fFw -gss -gSY -sci -dAK -iGM -dQn -bGq -lmG -pyO -btd -xHS -xHS -ftG -wPU -xHS -pIb -pIb -kgz -xHS -wPU -pIb -ftG -kgz -xHS -pIb -cvg -cvg -rLv -ybC -bRD -cvg -cvg -wTn -pIb -wJR -xHS -wlr -iEb -dEP -dEP -tKL -abj -qUR -sOt -wVe -abj -bvh -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(39,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -cgA -bPT -bUT -abj -aaa -btd -bpo -bpo -btd -btd -btd -btd -btd -btd -dsV -btd -btd -btd -btd -btd -gxg -btd -pIb -nRi -dEP -dEP -dEP -dEP -dEP -dEP -dEP -dEP -dEP -dEP -dEP -vwD -pIb -wJR -xxy -dns -uuK -wns -bTG -wJR -pIb -dEP -dEP -wmI -mXt -dEP -dEP -abj -aaa -abj -cgA -cwK -bUT -bvh -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(40,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -qUR -bNR -bXR -iGw -chW -btd -btd -bpo -bpo -bpo -bpo -bpo -bpo -btd -btd -btd -bpo -btd -xHS -ftG -pIb -wPU -xHS -dEP -dEP -abj -pjh -vAr -vAr -vAr -vAr -vAr -vAr -abj -dEP -dEP -dEP -cvg -xyJ -tst -teF -tDB -uKR -cvg -dEP -dEP -dEP -dEP -dEP -dEP -aaa -abj -aaa -abj -cgA -sOt -bUT -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(41,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -cgA -bNR -bUT -abj -aaa -aaa -btd -btd -btd -btd -btd -btd -bpo -bpo -bpo -bpo -bpo -btd -kjS -dEP -dEP -dEP -dEP -dEP -abj -qUR -dYa -vfa -vfa -dyk -vfa -vfa -mrV -bXR -abj -dEP -dEP -cvg -qKK -mcz -iAw -bVj -bTI -cvg -cvg -cvg -mwH -abj -abj -abj -abj -abj -abj -abj -qUR -sOt -bXR -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(42,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -cgA -bNR -dtA -dxZ -vAr -vAr -vAr -dTT -vAr -abj -abj -btd -btd -btd -btd -btd -btd -btd -dEP -dEP -abj -vAr -vAr -vAr -vAr -dew -bNR -uWl -wKp -wKp -wob -daj -sOt -bXR -aaa -vxh -wck -cvg -xyS -tst -teF -tDB -nxr -cvg -cvg -ufG -abj -jlK -vAr -dse -dse -vAr -dse -vAr -hDH -sOt -bUT -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(43,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -qUR -dmx -vfa -dyk -vfa -vfa -vfa -vfa -dZj -eER -dxZ -fHS -dTT -vAr -vAr -vAr -vAr -vAr -klv -dEZ -mbT -dYa -vfa -dyk -evl -vfa -pjr -bXR -bvh -bvh -abj -qUR -sOt -bXR -abj -abj -abj -cvg -xAp -tuZ -bQD -dPa -bTK -cvg -cvg -abj -abj -qUR -dlK -evl -evl -evl -fmC -evl -evl -pjr -bXR -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(44,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -jlK -wob -wKp -wob -wKp -wKp -wob -dUa -diW -evl -fmC -evl -evl -evl -evl -evl -evl -fmC -evl -evl -evl -dYy -uWl -wKp -wob -wKp -wob -abj -aaa -aaa -abj -cgA -sOt -bUT -aaa -abj -aaa -cvg -cvg -rOG -ybC -sCL -cvg -cvg -abj -aaa -abj -cgA -sOt -uWl -wKp -wob -wKp -wob -wKp -wob -jlK -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(45,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -abj -bvh -bvh -abj -bvh -bvh -abj -jlK -wob -wKp -wKp -wob -wKp -wKp -wob -wKp -wKp -wob -wKp -wKp -wKp -wob -jlK -bvh -bvh -bvh -bvh -abj -aaa -aaa -bvh -cgA -sOt -bUT -aaa -abj -aaa -aaa -cvg -cvg -tgH -cvg -cvg -aaa -abj -aaa -abj -cgA -sOt -bUT -bvh -bvh -abj -bvh -bvh -abj -bvh -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(46,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -bvh -bvh -abj -bvh -bvh -bvh -abj -bvh -bvh -bvh -abj -bvh -bvh -bvh -abj -bvh -bCI -aaa -aaa -aaa -aaa -aaa -aaa -bvh -qUR -sOt -bXR -abj -iGw -abj -abj -qUR -rsY -uNi -vpA -bXR -abj -abj -abj -abj -qUR -sOt -bXR -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(47,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -cgA -sOt -lwR -dse -vAr -dse -jlK -cZL -pUJ -gXh -ybH -lwR -jlK -vAr -dse -vAr -hDH -sOt -bUT -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(48,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -qUR -diW -vfa -vfa -dyk -vfa -wKA -vfa -uNi -bRE -bRE -vfa -wKA -vfa -dyk -vfa -vfa -dYy -bXR -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(49,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -jlK -wob -wKp -wKp -wob -wKp -wKp -daj -pUJ -bRE -ybH -uWl -wKp -wob -wKp -wob -wKp -wob -jlK -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(50,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -abj -abj -abj -bvh -bvh -bvh -abj -qUR -jxQ -wWu -dsQ -bXR -abj -bvh -abj -bvh -bvh -abj -bvh -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -abj -abj -abj -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(51,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -aaa -bvh -aaa -aaa -abj -aaa -aaa -cgA -nWK -uEP -ybH -bXR -aaa -bvh -aaa -abj -aaa -abj -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -fps -fps -fps -fps -fps -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(52,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -abj -aaa -aaa -abj -gum -gum -xAs -mzX -uNi -ybH -bXR -aaa -bvh -aaa -bvh -aaa -abj -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -fps -fps -gOO -hRY -gOO -fps -fps -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -mQL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(53,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -abj -abj -acF -vxO -wcl -wLE -xBE -puA -uOm -ybH -bXR -abj -abj -abj -bvh -bvh -abj -bvh -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -fps -fps -gOO -gOO -rFb -gOO -gOO -fps -fps -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(54,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -bCI -aaa -acF -aaa -gum -gum -gum -sAI -uNi -ufn -bXR -aaa -bvh -aaa -bvh -aaa -abj -aaa -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -fps -fps -naD -gOO -quy -lqn -vNE -gOO -naD -fps -fps -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(55,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -abj -abj -acF -abj -abj -abj -qVm -muS -kmU -bRO -kWh -abj -bvh -abj -abj -abj -bvh -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -fps -fps -quy -lqn -lqn -mal -gOO -rDp -lqn -lqn -vNE -fps -fps -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(56,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -bCI -aaa -acF -aaa -bvh -aaa -xBT -kXY -uOJ -jXW -wVA -aaa -bvh -aaa -aaa -aaa -abj -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -fps -fps -gOO -oFX -gOO -gOO -gOO -gOO -gOO -gOO -gOO -tni -gOO -fps -fps -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(57,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -bCI -abj -bCI -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -bCI -abj -acF -abj -bvh -abj -vns -abj -tKX -abj -vns -abj -bvh -bvh -abj -abj -bCI -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -fps -fps -gOO -gOO -oFX -gOO -gOO -njv -nzh -rvn -gOO -gOO -tni -gOO -gOO -fps -fps -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(58,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -abj -bCI -bCI -aaa -abj -aaa -abj -aaa -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -abj -aaa -acF -aaa -bvh -aaa -xCP -tID -tKX -uoI -cjl -aaa -abj -aaa -aaa -aaa -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -fps -gOO -gOO -quy -mal -gOO -gOO -nlk -hRY -rSa -gOO -gOO -rDp -vNE -gOO -gOO -fps -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(59,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -abj -aaa -abj -aaa -boK -baf -bvQ -aaa -abj -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -bCI -aaa -acF -aaa -abj -aaa -xFr -xKT -sPe -iTF -vNO -aaa -abj -aaa -aaa -aaa -bCI -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -fps -hRY -jIc -oFX -gOO -gOO -gOO -tni -oFK -oFX -gOO -gOO -gOO -tni -vOV -hRY -fps -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(60,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -boK -baf -bvQ -aaa -boK -aOK -bvQ -aaa -boK -baf -bvQ -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -bCI -aaa -acF -aaa -abj -aaa -abj -sHT -bYl -gkk -abj -aaa -abj -aaa -aaa -aaa -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -fps -gOO -gOO -lox -rvn -gOO -gOO -tni -qNR -oFX -gOO -gOO -njv -tja -gOO -gOO -fps -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(61,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aiZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -boK -aOK -bvQ -aaa -boK -aOK -bvQ -aaa -boK -aOK -bvQ -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -bvh -abj -bvh -bvh -abj -bCI -abj -bCI -abj -acF -acF -acF -abj -bvh -abj -tou -abj -bvh -abj -bvh -bvh -bvh -abj -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -cNC -fps -gOO -gOO -oFX -gOO -gOO -tni -qNR -oFX -gOO -gOO -tni -gOO -gOO -fps -cNC -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(62,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -boK -aOK -bvQ -abj -boK -aOK -bvQ -abj -boK -aOK -bvQ -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -abj -aaa -abj -aaa -aaa -abj -aaa -abj -aaa -abj -acF -aaa -bvh -abj -toY -abj -bvh -aaa -bvh -aaa -abj -bCI -bCI -bCI -bCI -abj -bCI -bCI -abj -bCI -bCI -bCI -bCI -bCI -bCI -abj -abj -abj -aaa -acF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -fps -fps -fps -naD -oFX -gOO -gOO -tni -qNR -oFX -gOO -gOO -tni -naD -fps -fps -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(63,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -boK -aOK -bvQ -aaa -boK -aOK -bvQ -aaa -boK -aOK -bvQ -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -bCI -bCI -abj -bCI -abj -bCI -bCI -bvh -bCI -abj -acF -abj -bvh -aaa -rDm -aaa -abj -aaa -abj -aaa -abj -aaa -aaa -abj -aaa -aaa -aaa -abj -aaa -aaa -aaa -abj -aaa -abj -aaa -aaa -aaa -aaa -abj -acF -abj -abj -bCI -bCI -bCI -abj -bCI -bCI -bCI -abj -bCI -bCI -abj -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -fps -fps -fps -fps -mBE -gOO -tni -qNR -oFX -gOO -tcD -fps -fps -fps -fps -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(64,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -bCI -bCI -aaa -boK -aOK -bvQ -aaa -abj -bzY -abj -aaa -boK -aOK -bvQ -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -bCI -abj -abj -abj -abj -abj -abj -abj -abj -abj -acF -aaa -abj -aaa -rDm -aaa -abj -abj -bCI -bCI -bCI -abj -bCI -bCI -bCI -abj -bCI -bCI -bCI -abj -bCI -bCI -bCI -abj -bCI -bCI -bCI -abj -aaa -acF -aaa -abj -aaa -abj -aaa -abj -aaa -abj -aaa -abj -aaa -abj -abj -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -fps -qNR -qNR -mka -gOO -gOO -tni -qNR -oFX -gOO -gOO -mka -qNR -wUq -fps -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(65,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -abj -abj -abj -abj -bzY -abj -abj -abj -bvO -abj -abj -abj -bzY -abj -abj -abj -abj -abj -abj -abj -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -aaa -bCI -abj -bwN -bwN -bwN -bwN -bwN -bwN -bwN -abj -acF -abj -abj -abj -tuQ -abj -abj -abj -aaa -abj -aaa -abj -aaa -abj -aaa -abj -aaa -abj -aaa -abj -aaa -abj -aaa -abj -aaa -abj -aaa -abj -abj -acF -abj -bCI -bCI -bCI -abj -bCI -bCI -bCI -abj -bCI -abj -bCI -bCI -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -jhN -qNR -cLs -fps -fps -gOO -tni -qNR -oFX -gOO -fps -fps -tGo -qNR -jhN -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(66,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -aQI -aUN -aUN -aUN -bCd -bvO -bvO -bvO -bvO -bvO -bvO -bvO -bvO -bMk -aUN -aUN -aUN -bCd -bvO -bvO -bvO -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -bCI -abj -bwN -qTK -cLx -sIZ -cLx -cLx -bwN -abj -acF -aaa -bvh -aaa -rDm -aaa -aaa -bXU -qEj -qEj -qEj -bXU -lnn -lnn -lnn -bXU -lnn -lnn -lnn -bXU -lnn -lnn -lnn -bXU -lnn -lnn -lnn -bXU -aaa -acF -aaa -abj -aaa -abj -abj -abj -aaa -abj -abj -abj -aaa -abj -abj -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -fps -kuG -lyk -fps -fps -fps -tni -qNR -oFX -fps -fps -fps -qNR -xwV -fps -gLS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(67,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -abj -abj -abj -abj -bLT -abj -abj -abj -bvO -abj -abj -abj -bLT -abj -abj -abj -abj -abj -abj -abj -cCa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -abj -abj -bwN -cLx -cNZ -ljm -cNZ -cLx -bwN -abj -acF -aaa -bvh -aaa -rDm -aaa -abj -bXU -bXU -bXU -bXU -bXU -bXU -bXU -bXU -bXU -bXU -bXU -bXU -bXU -bXU -bXU -bXU -bXU -bXU -bXU -bXU -bXU -abj -wYL -hsp -hsp -qGR -iSO -hsp -nTk -qGR -hsp -hsp -iSO -qGR -hsp -hsp -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -gLS -fps -fps -lXQ -fps -abj -fps -fps -poh -fps -fps -abj -fps -mka -fps -fps -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(68,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -abj -abj -aaa -boK -bMi -bvQ -aaa -abj -bLT -abj -aaa -boK -bMi -bvQ -aaa -abj -aaa -aaa -aaa -abj -bvO -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -bCI -abj -bwN -cLx -ljm -sJK -nDV -tTG -bwN -abj -acF -abj -bvh -abj -tuQ -abj -abj -bXU -ybU -ivy -ybU -bXU -ldN -fsc -ldN -bXU -ldN -fsc -ldN -bXU -ldN -fsc -ldN -bXU -ldN -fsc -ldN -bXU -ePn -cLL -hsp -qVB -amQ -ylW -hsp -qVB -aKL -oYl -hsp -qVB -cpP -tZs -hsp -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -abj -tKX -abj -abj -abj -abj -jlK -abj -abj -abj -abj -abj -abj -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(69,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -boK -bMi -bvQ -aaa -boK -bMi -bvQ -aaa -boK -bMi -bvQ -aaa -bCI -aaa -aaa -aaa -abj -dmB -abj -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -bCI -abj -bwN -cLx -cNZ -ljm -cNZ -cLx -bwN -abj -acF -aaa -abj -aaa -rDm -aaa -bXU -bXU -cbb -abj -aaa -elI -aaa -aaa -aaa -jZI -aaa -aaa -aaa -jZI -aaa -aaa -aaa -cfL -aaa -abj -cbb -bXU -ePn -naC -iSO -hWA -kNU -oss -iSO -pxR -pxR -txl -hsp -deX -ete -goA -qGR -abj -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -tKX -aaa -aaa -aaa -bvh -jlK -iGw -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(70,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -boK -bMi -bvQ -abj -boK -bMi -bvQ -abj -boK -bMi -bvQ -abj -bCI -aaa -aaa -aaa -cDK -dmE -cDK -abj -dDe -dIE -dDe -dUm -abj -bvh -bvh -abj -bCI -bCI -bCI -bCI -bCI -abj -bCI -bCI -bCI -bCI -bCI -abj -bCI -abj -bCI -abj -bwN -cLx -rUa -cJH -nFA -cLx -bwN -abj -acF -aaa -abj -aaa -rDm -aaa -bXU -klb -cbb -rLd -aaa -xiR -pnx -pnx -dJh -pnx -pnx -goI -pnx -pnx -nGC -pnx -pnx -qlZ -aaa -hdZ -cbb -tzi -bXU -nGj -avX -uFo -uFo -lvo -hsp -pxR -xMC -uNV -iSO -uFo -wUr -rYz -qGR -abj -aaa -bqc -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -tKX -aaa -aaa -aaa -bvh -jlK -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(71,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -boK -bMi -bvQ -aaa -boK -bMi -bvQ -aaa -boK -bMi -bvQ -aaa -bCI -aaa -abj -abj -cDK -dmK -cDK -abj -aWR -dII -aWR -dUo -dZk -aaa -abj -aaa -abj -aaa -abj -aaa -abj -aaa -abj -aaa -abj -aaa -abj -aaa -abj -aaa -aaa -abj -bwN -qUh -rUC -sKP -rUC -tTI -bwN -abj -acF -abj -abj -abj -rDm -abj -bXU -klb -cbb -lEd -abj -efA -nyX -jsz -lvh -jsz -jsz -lvh -jsz -jsz -lvh -jsz -tiz -efA -abj -rfZ -cbb -tzi -bXU -wEK -hsp -uHq -wUr -pxR -hsp -kOD -pLR -egO -nTk -ive -sbF -oRQ -hsp -abj -aaa -bqc -bqc -aaa -bqc -aaa -aaa -bqc -bqc -aaa -aaa -aaa -aaa -aaa -aaa -aaa -tKX -aaa -aaa -aaa -bvh -jlK -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(72,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -boK -bLA -bvQ -aaa -boK -bMi -bvQ -aaa -boK -bLA -bvQ -aaa -abj -abj -abj -cDK -cDK -dmR -cDK -aWR -aWR -cPi -aWR -aWR -diY -bCI -bCI -bCI -bCI -bCI -abj -bCI -bCI -bCI -bCI -bCI -abj -bCI -bCI -bCI -bCI -bCI -abj -abj -bwN -qUJ -rVe -mgu -cJI -cLA -bwN -acF -wcr -acF -abj -abj -tou -abj -bXU -oqc -qCX -lEd -aaa -efA -siL -dJi -abj -abj -rPj -aaa -acF -abj -abj -kLx -dZb -efA -aaa -rfZ -pyN -kZJ -bXU -qmv -hOT -hsp -jDz -hsp -iSO -hsp -jDz -iSO -hsp -iSO -jDz -hsp -hsp -abj -aaa -abj -abj -aaa -abj -aaa -abj -abj -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -tKX -aaa -aaa -aaa -abj -jlK -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(73,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -bCI -aaa -abj -aaa -abj -aaa -boK -bLA -bvQ -aaa -abj -aaa -abj -aaa -bCI -aaa -abj -btW -dfW -dmT -cDL -aWR -dDi -dIS -cTl -dUP -djg -abj -abj -aaa -abj -abj -abj -aaa -abj -abj -abj -aaa -abj -abj -abj -aaa -abj -abj -abj -abj -bwN -qYL -lkC -mhU -nGr -tUT -cTf -cTf -wcw -cTf -cTf -abj -mSG -itZ -bXU -bZl -cbb -lEd -abj -wav -dUE -abj -aaa -aaa -acF -abj -acF -aaa -aaa -abj -cZc -nfv -abj -rfZ -cbb -cDv -bXU -vmP -usd -xSG -xSG -sfq -phd -fIg -wUr -olA -vor -wUr -wUr -nsU -nTk -abj -abj -abj -dbz -dbz -aMW -dbz -aMW -dbz -dbz -abj -aaa -bCI -bCI -aaa -aaa -aaa -tKX -aaa -aaa -aaa -bvh -jlK -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(74,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -bCI -bCI -abj -bCI -abj -aaa -abj -aaa -abj -abj -abj -bCI -abj -bCI -bCI -aaa -abj -btW -bwC -dnc -cDM -aWR -dDl -dJf -cTH -aWR -diY -uYk -uYk -uYk -uYk -uYk -uYk -uYk -uYk -uYk -uYk -uYk -uYk -uYk -uYk -uYk -uYk -uYk -abj -abj -bwN -qYZ -loD -mjr -cJJ -cLC -cTf -vxP -weg -xiz -cTf -aux -wXY -coB -bXU -keL -gDQ -lEd -aaa -efA -siL -abj -aaa -acF -acF -acF -acF -acF -aaa -abj -dZb -efA -aaa -rfZ -pUS -ufl -bXU -nlR -ycE -fIg -olA -pxR -wUr -wUr -pxR -pxR -wUr -pxR -pxR -pxR -hsp -abj -abj -sRN -dbz -xDB -fJh -wSc -frM -vbw -dbz -abj -abj -abj -abj -abj -aaa -aaa -tKX -aaa -aaa -aaa -bCI -jlK -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(75,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -bqc -bqc -abj -abj -iGw -abj -bCI -bCI -bCI -bCI -bCI -bCI -bCI -bCI -bCI -abj -abj -abj -abj -abj -btW -dhh -cCF -cDN -aWR -dDq -cPm -cTE -aWR -djg -uYk -fmO -fIS -fmO -uYk -hwu -igL -hwu -uYk -klw -lmV -klw -uYk -mHd -nRt -mHd -uYk -abj -abj -bwN -qZm -loZ -cIq -cJL -cLI -cTf -raC -wep -raC -cTf -ooO -kxT -wpn -bXU -bXU -bZl -hvP -acF -efA -siL -czw -acF -acF -nyX -jsz -tiz -acF -acF -acF -dZb -efA -acF -cbb -cDv -bXU -bXU -pxR -cUS -cUS -cUS -jFg -cUS -qQf -cUS -cUS -cUS -cUS -qGR -hKl -aMW -csO -dbz -jIV -dbz -vbw -bbA -hDv -exN -xji -dbz -aMW -dbz -csO -aMW -abj -bCI -aaa -tKX -aaa -aaa -aaa -bvh -jlK -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(76,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bqc -abj -abj -abj -abj -aaa -aaa -aaa -aaa -abj -abj -abj -abj -aaa -abj -abj -abj -aaa -abj -abj -btW -btW -btV -btW -aWR -dDl -cPt -cTH -aWR -diY -uYk -fnq -fKf -fmO -uYk -hxV -ijJ -hwu -uYk -klC -lol -klw -uYk -mIh -mHd -mHd -uYk -abj -bwN -bwN -bwN -lpv -okc -lpv -bwN -cTf -vzz -qut -raO -rQf -rVf -uPa -wpN -bXU -bXU -qvF -cbb -abj -wav -dUE -aaa -abj -acF -siL -fZm -dZb -acF -abj -aaa -cZc -nfv -abj -cbb -pBi -bXU -cDu -wUr -cUS -iqN -iXv -lQT -iXv -bwy -cTL -nWY -okD -cUS -pxR -pxR -bCK -uXU -vbw -kDr -pzu -xji -wSc -hDv -exN -xji -epM -ghg -evo -xDB -aMW -abj -bCI -bCI -tKX -aaa -aaa -aaa -abj -jlK -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(77,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -aaa -abj -aaa -abj -aaa -aaa -bvh -bvh -bvh -aaa -bvh -aaa -aaa -bvh -aaa -aaa -aaa -bvh -abj -aSy -dhj -cCN -bvj -bwW -dDr -cPI -bAr -aSy -djg -uYk -fnr -dvN -dAL -uYk -hya -dJT -dOB -uYk -klF -dYm -eIk -uYk -mJu -gCu -hqG -uYk -abj -bwN -qjp -kwk -lpT -bzE -bBi -cLJ -cOu -vAb -dcL -raW -xGk -det -uQo -wrb -bXU -bXU -bZl -xOM -acF -efA -siL -acF -acF -acF -gOv -dHp -dQy -acF -acF -oPh -dZb -efA -acF -cbb -cDv -bXU -bXU -pxR -bwy -edF -fsp -xrC -cJK -lFw -xrC -tgM -fyJ -cUS -pxR -olA -wLd -vbw -gPK -oHK -ipb -ekb -szQ -szQ -szQ -sjQ -gaJ -mLx -dYs -kay -dbz -abj -abj -abj -tKX -bCI -aaa -aaa -bvh -jlK -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(78,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -bvh -aaa -bvh -bvh -abj -abj -abj -abj -aaa -bvh -aaa -aaa -bvh -aaa -aaa -bvh -bvh -abj -dax -dhp -dny -bvk -dzc -dDs -dJj -aNT -bCy -dZE -uYk -cAb -gCz -eJk -uYk -cAb -gCz -eJk -uYk -cAb -gCz -eJk -uYk -mJY -gCz -cAb -uYk -pjI -pTt -qjr -qZq -rXc -cIr -bBj -tUW -cTf -vAC -qvN -cXP -rQf -dgF -uSR -dnN -bXU -qKZ -ffP -lEd -aaa -efA -siL -abj -aaa -acF -acF -acF -acF -acF -aaa -abj -dZb -efA -aaa -rfZ -oak -xqC -bXU -pxR -cUS -rtB -fsp -sRM -kPC -ibA -cPG -tmR -rBh -cUS -eCP -nsU -wLd -hfq -uQr -sCt -iXI -vbw -vzN -iFD -kay -dqk -wVP -xXu -kfT -nLj -bCK -abj -aaa -aaa -tKX -bCI -aaa -aaa -bvh -jlK -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(79,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bqc -aaa -bvh -abj -bvh -abj -abj -bvh -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -aSy -dhq -cCS -bvl -aLQ -bxM -cPK -bAu -aSy -clj -xjr -vRu -xjr -hKL -xjr -xGX -abj -clk -abj -cuo -abj -clk -abj -cuo -abj -cuo -abj -pkt -bwN -qkv -kwk -cGT -cIt -cJY -bGz -bGz -bGz -bGz -bGz -bGz -bGz -bGz -bGz -bXU -bZl -cbb -lEd -abj -wav -dUE -abj -aaa -aaa -acF -abj -acF -aaa -aaa -abj -cZc -nfv -abj -rfZ -cbb -cDv -bXU -pxR -qQf -cUS -qol -fsp -pVo -cTi -bwy -bwy -bwy -cUS -bLm -olA -wLd -ouO -flH -ies -egh -sxS -sxS -sxS -sxS -sxS -sMF -xji -flH -kJr -dbz -dbz -dbz -aaa -tKX -bCI -abj -abj -abj -jlK -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(80,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -bvh -aaa -abj -aaa -aaa -bvh -aaa -abj -aaa -cjJ -cOU -cOU -cOU -cOU -cOU -cOU -cOU -cet -aSy -cxM -cCS -cDR -aJK -gFR -gFR -gFR -aOg -nqd -aOg -dOJ -gFR -cfM -dwW -dOJ -gFR -cfM -dwW -dOJ -gFR -cfM -aOg -dOJ -gFR -dOJ -aOg -pnA -aOg -kLP -kLP -lsT -mjW -lsT -bGz -oOY -vAZ -qBc -cXR -ddl -sBX -dkZ -dog -bXU -sui -qCX -lEd -aaa -efA -siL -dHq -abj -abj -acF -aaa -lDA -abj -abj -qwQ -dZb -efA -aaa -rfZ -pyN -kHo -bXU -pxR -cUS -npg -mbR -fsp -kgB -cLz -vVL -lxD -qQQ -cUS -nnt -fIg -aMW -hLZ -kxN -uIT -hGI -dYs -dYv -gAD -gAD -vbw -uPX -rUS -ubu -xji -vbw -vbw -dbz -aaa -tKX -aaa -aaa -aaa -bvh -jlK -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(81,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bqc -abj -bvh -abj -bvh -bvh -abj -bvh -abj -abj -abj -bMg -cjJ -cOU -cOU -cOU -cOU -cOU -cOU -cBY -aSy -dhA -cCS -bvn -aJL -gFR -bzi -bAv -aPl -dZH -eFr -fnw -cwe -gvy -cot -fnw -cwe -gvy -jrw -fnw -cwe -gvy -mtK -mKr -nRQ -orw -oMt -pot -jst -qkH -kxu -rXq -bzI -bBl -bGz -uHv -vBQ -wfV -wfV -xHb -wfV -eWw -xPm -bXU -bZl -cbb -lEd -abj -efA -siL -cwv -aaa -aaa -acF -aaa -cwv -aaa -aaa -cwv -dZb -efA -abj -rfZ -cbb -cDv -bXU -hGZ -bwy -kSH -kTD -cHe -fsp -kSW -kSW -xrC -utb -cUS -mLS -fIg -aMW -jxo -suf -uIT -pKP -dYs -scD -vbw -mYk -dYs -uPX -vbw -vzx -eYo -rUS -nfm -aMW -abj -tKX -aaa -aaa -aaa -bvh -jlK -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(82,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -abj -aaa -aaa -abj -aaa -abj -aaa -bPU -bdI -cOU -cOU -cOU -cOU -cOU -cOU -cet -dax -dhB -aGZ -dtK -aKo -gFR -dFh -eLL -dUY -dZJ -eFE -fny -ccj -gvS -bWO -hyj -ikv -iHJ -jrP -klO -lpu -mcm -muH -mKv -nSd -orS -oMz -poX -jtd -lAV -qZt -rZe -bGC -iHX -bGz -uIH -plJ -qCL -cYb -ddI -dha -uWf -dom -bXU -buf -kfr -kAV -aaa -bep -oHg -nsT -nsT -nsT -nsT -ajG -nsT -nsT -nsT -nsT -tgT -hHu -aaa -tgf -uJj -gHc -bXU -pxR -bwy -kwN -far -kUR -fXD -ibu -kUR -lvs -xjm -muf -gze -wUr -aMW -xDB -kNj -pln -pMH -gAD -dYs -vcj -gAD -bmJ -uPX -twh -vzx -uJw -vbw -wcN -dbz -aaa -tKX -abj -abj -abj -abj -jlK -abj -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(83,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -bCI -abj -bCI -bCI -bCI -bCI -abj -abj -abj -bPU -cjJ -cOU -cOU -cOU -cOU -cOU -cOU -cBY -dax -dhH -cCW -dtL -aLl -aKY -dJk -bAQ -dVa -aQM -dnI -dVi -dDO -bPw -dDO -dVi -dDO -dDO -bPw -dVi -lpO -meq -fLz -fYB -gGx -hrb -ihm -iNS -jub -cCc -kLP -cGW -mmo -bBn -bGz -uJJ -plJ -qFN -rcp -xHR -tLH -aOB -wtj -bXU -bXU -klx -bXU -rLd -abj -cwv -hdZ -cwu -cwu -cwu -hyv -cwu -cwu -cwu -hdZ -cwv -abj -iSS -bXU -ePR -bXU -bXU -pxR -bwy -kSH -gPw -iVo -fsp -gNY -xrC -oUj -xbh -cUS -mLS -wUr -aMW -nBy -suf -pnM -pMH -gAD -vbw -gAD -dYs -dYs -uPX -wtZ -vzx -uKQ -xji -fjQ -aMW -abj -tKX -aaa -aaa -aaa -bvh -jlK -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(84,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bqc -bvh -abj -bCI -abj -aaa -aaa -abj -abj -aaa -aaa -aaa -bPU -bdI -cOU -cOU -cOU -cOU -cOU -cOU -cet -aSy -dhV -cCZ -aIr -izY -gFR -wdO -wyv -coz -djn -dnO -dsk -xhK -xhK -xhK -xhK -xhK -xhK -xhK -enO -dYz -eJs -fLz -fZL -gIq -hrX -iil -iOQ -jxu -cCi -cII -lxQ -bzL -byl -bGz -uKT -pnF -sRo -bJZ -sRo -bVt -dlA -bZf -bXU -vSE -hVL -bXU -bXU -cwu -cwu -cwu -cwu -dVW -eQV -hWL -eQV -nml -cwu -cwu -cwu -cwu -bXU -bXU -rRf -pZM -bXU -wUr -cUS -vik -fsp -xrC -pVo -wFY -eAg -iNR -xrC -qQf -mLS -pxR -csO -vbw -kNj -pmu -pMH -vbw -bmJ -vbw -dYv -gAD -uPX -rzO -wOn -uJw -vbw -qbq -dbz -aaa -tKX -abj -abj -abj -abj -jlK -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(85,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bqc -abj -aaa -abj -abj -abj -bCI -bCI -abj -atd -cvj -cvj -cki -cvj -cvj -cvj -atd -cvj -cvj -cvj -cki -atd -aSy -cDb -aIs -cIa -gFR -bzl -oQk -aQO -djo -bGM -aTU -chP -chP -chP -hyJ -hyJ -iIc -iIc -kmA -lqA -eMM -fLM -crp -csG -bpv -ihm -iNS -pVP -cCz -kxu -rZo -iPD -bBr -bGz -uKU -pob -bRT -lRk -bRT -tLN -wfV -wtq -bXU -dgi -gFc -oGZ -kFz -dCn -mPs -dCn -cwu -waI -yjA -auW -nGY -iIm -cwu -dCn -mPs -dCn -eyL -oGZ -gFc -wnb -bXU -pxR -cUS -cUS -bwy -cIx -bwy -cUS -bwy -xeP -bwy -cUS -mLS -pxR -iWq -vbw -jHw -qnQ -dfQ -jUs -jUs -jUs -iHF -wGH -pfa -edJ -dmM -qWC -dbz -dbz -dbz -aaa -tKX -aaa -aaa -aaa -bvh -jlK -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -bCI -abj -abj -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(86,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aLg -aNz -aOw -aNz -aOw -bam -aOw -bam -bjg -aaa -abj -abj -bCI -bCI -abj -abj -aaa -jlK -abj -atd -cbJ -cgX -ckm -coH -xOq -bst -cCg -cDF -cMh -cPa -cRE -day -aSy -cDg -bvo -aLr -aOg -dJv -oQk -gIq -cxd -iNS -bIP -bMS -cfm -cfm -hAC -hAC -hAC -hAC -kmD -dYE -biL -bkw -cUI -csJ -oud -cwf -cya -czE -cCA -kLP -lsT -cIz -lsT -bGz -uLR -poq -cTo -dos -bMd -rbI -bSf -bGz -bXU -oGZ -wgm -bXU -rQP -mWV -gzX -wNB -gcj -oON -dMr -cpg -tKz -jGo -gcj -mWV -gzX -wNB -rQP -bXU -sII -oGZ -bXU -pxR -nUy -cUS -cTL -pVo -vkm -bwy -kWY -pVo -okD -cUS -hoX -xbS -ygy -xKF -arH -jvC -cXZ -pCz -wlX -cWb -qQl -vAN -dDI -kZh -uJd -mdb -aMW -abj -aaa -aaa -tKX -bCI -aaa -aaa -bvh -jlK -bvh -upZ -wqU -wqU -wqU -wqU -wqU -wqU -wqU -wqU -iXs -rPG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -bvh -abj -bCI -abj -abj -bCI -bCI -aaa -aaa -abj -aaa -aaa -bCI -bCI -abj -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(87,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aLh -aNO -aNO -aNO -aNO -aNO -aNO -aNO -bjh -aaa -bqc -aaa -bCI -abj -abj -atd -sVH -hfp -atd -atd -cbU -bPV -bOE -bPV -cvk -caf -caf -cDI -bPV -bPV -cRK -dbi -aSy -aSy -aIt -aMO -aOg -dJO -qdV -gIq -cxd -iNS -cLU -dQq -dQq -dQq -dQq -dQq -iJg -dQq -kpq -dYJ -ePl -gHQ -hQn -vWf -neD -crL -ppO -ppO -jTD -cFb -rZz -mog -nIo -bDj -uNn -pqn -nIo -bGz -bMe -bNX -bQe -dos -bUe -xfX -nAT -mrH -tdv -tPh -dDP -dQC -tXp -uXS -nnT -aIo -oFs -cqQ -tXp -ldB -dDP -tPh -rDF -glp -hSF -wGU -bXU -hGZ -olA -bwy -mRE -fsp -kkV -bwy -kWn -sic -qXu -qQf -olA -ivi -wLd -pkp -jMH -poa -dYs -dam -dYs -dYs -dYs -vbw -otP -oYL -khz -dYv -dbz -abj -abj -abj -tKX -bCI -abj -abj -abj -jlK -abj -tPD -qex -vfK -dfD -ffR -rVp -rVp -imy -qoz -moU -iXs -acF -aaa -aaa -aaa -aaa -aaa -aaa -bvh -aaa -aaa -bCI -aaa -aaa -abj -aaa -aaa -nOK -pIR -tvi -aaa -aaa -abj -aaa -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(88,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aRj -bfg -hcz -aKc -aIz -baD -iNJ -bfg -aRj -aaq -bqc -abj -bCI -abj -atd -atd -oDr -bMA -bPR -bVk -cca -bHo -bON -bPW -bUO -bjC -bgM -cdT -cfg -bjC -crj -ctJ -cxU -bum -aIu -aJN -aOg -bAv -xOx -gIq -cxd -bHe -czz -bMU -aXd -bah -hAX -dKm -fnC -cUI -ihm -dYY -clB -gFR -gFR -dti -aOg -aOg -aOg -aOg -kLP -kLP -rZU -sMk -bPK -tVr -uOE -pqZ -cTM -bGz -dte -vgk -uXf -bNY -pyQ -toL -fPA -bZn -gHz -wUB -nth -pGB -pvn -dXn -pEz -dQz -pEz -dUA -pvn -pGB -ejp -qAK -xGf -jsU -eMv -rEO -bXU -pxR -fIg -cUS -cPG -cOC -lRT -bwy -jjY -cOC -rQm -cUS -fIg -prC -wLd -xDB -kBv -dYs -dYs -dYs -rNg -xDB -dhw -imT -qbq -pzu -eUm -xDB -aMW -abj -aaa -aaa -tKX -bCI -aaa -aaa -bvh -jlK -bvh -gff -qex -tjE -kOu -vfK -vfK -vfK -vfK -vfK -vfK -tRm -acF -bvh -bvh -abj -bvh -bvh -abj -abj -abj -abj -bCI -aaa -nOK -pIR -tvi -aaa -nOK -dYL -tvi -aaa -nOK -pIR -tvi -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(89,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aLi -aEN -rkC -rkC -rkC -rkC -rkC -bfi -aLi -aaa -abj -abj -abj -abj -atd -bJi -jox -bMn -bPZ -bzV -ccb -bHp -bdL -caN -cvI -cam -cam -cDO -cfi -cPq -cRT -ctK -cxV -dnz -dtU -aJO -aLd -dJW -cVO -gIq -cxd -eFI -kLP -kLP -gFR -gFR -gFR -kLP -kLP -dQt -ihm -dYY -cWq -cov -cov -gIA -hsQ -ilQ -aOg -jxv -qmn -cFd -lzW -mpA -bDe -cYc -uQb -prU -cTO -bGz -xIF -dhc -ddR -dor -bUg -xLU -cCp -dBp -dCv -tzM -tzM -dQD -bXU -dXo -nAz -dQA -dSy -dUC -bXU -fFR -tzM -tzM -nQB -uyI -fPD -rfz -bXU -jDz -cUS -cUS -cUS -cUS -qQf -cUS -cUS -cUS -cUS -cUS -cUS -ocD -iZQ -iZQ -lpm -lpm -lpm -lpm -lpm -lpm -lpm -lpm -lpm -lpm -dmN -nte -nte -aaa -aaa -aaa -tKX -bCI -aaa -aaa -bvh -jlK -bvh -vRb -qex -vfK -mim -vfK -wBf -wBf -vfK -rPu -qNl -iXs -acF -bvh -aaa -aaa -abj -aaa -aaa -bvh -aaa -aaa -abj -aaa -nOK -dYL -tvi -aaa -nOK -dYL -tvi -aaa -nOK -dYL -tvi -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(90,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aRj -aHs -rkC -rkC -rkC -rkC -rkC -bfz -aRj -aaa -bqc -abj -bCI -aaa -bzy -bVH -gFI -bMA -bQH -bzV -aSG -bHq -aYj -bjx -aBV -aBV -aBV -awI -cga -boJ -bqF -aJy -btA -btX -bvC -bxd -aOg -bAv -dNz -gIq -cxd -bHe -gFR -ccc -bmN -bQL -baj -dKB -gFR -jti -ihm -dYY -bwY -cow -mKO -nSt -ovf -oMF -aOg -pWx -qmu -qZy -cKe -mto -nOg -bEJ -oPZ -psk -bIq -bGz -xKf -nBR -bWl -tPd -bUg -xLU -eIu -dUI -dCy -tzM -tzM -dQD -bXU -bXU -dSz -dUD -dSz -bXU -bXU -dXr -tzM -mQp -eAb -uyI -tzM -wXm -gVN -pgt -yhX -yhX -dWg -cbC -yhX -cbC -cbC -fYZ -dWg -cbC -yhX -hwC -cbC -cbC -lpm -dah -xYp -jjD -dlz -rEd -xYp -szc -twN -lpm -rNX -aSP -vEZ -aaa -aaa -aaa -tKX -aaa -aaa -aaa -bvh -jlK -bvh -tSv -wqU -wqU -wqU -wqU -wqU -wqU -hUg -wqU -iXs -sZP -aaa -bvh -abj -abj -bvh -bvh -abj -bvh -bvh -abj -abj -abj -nOK -dYL -tvi -abj -nOK -dYL -tvi -abj -nOK -dYL -tvi -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(91,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aRj -dwL -rkC -rkC -rkC -rkC -rkC -hab -aRj -aaa -bqc -aaa -bCI -abj -atd -bJi -fBu -bMD -bQF -bzz -bCj -qWu -aYt -tGE -bjU -caA -caA -tGE -cga -boL -crk -ctV -btC -atd -cDV -atd -aOg -aMI -cWf -aQS -dZR -eLO -dsO -cHb -gwN -gwN -gwN -cHb -dsO -jty -cfC -dYY -bwY -muM -crv -nTo -bpy -bvU -btg -pWC -bvD -kze -cKe -cIA -bER -bDm -oPZ -psk -bIr -bGz -xKH -tMj -dOu -dos -bUh -xLU -dza -dUI -dCz -egF -egF -xNt -dJD -pei -dOM -dQQ -dSC -dUO -dVY -vUJ -egF -egF -nQt -uyI -fQv -gmI -bXU -hLD -jFc -xiH -ybN -wbi -wbi -vpz -wbi -wbi -wbi -wbi -wbi -cqJ -xiH -wYh -lpm -wcS -gkD -kYM -kNI -nkH -fiH -nkH -ejU -lpm -gMy -wKr -vEZ -abj -abj -abj -tKX -abj -acF -abj -abj -jlK -abj -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aaa -abj -aaa -aaa -abj -aaa -aaa -bCI -aaa -nOK -dYL -tvi -aaa -nOK -dYL -tvi -aaa -nOK -dYL -tvi -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(92,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aRj -bfg -aLJ -aNM -aDF -aNM -bds -hab -aRj -aaq -abj -abj -bvh -abj -atd -atd -pTv -bMD -bwl -aQJ -cce -aVg -aYF -bbf -bmV -cCk -cCk -cEi -aBh -boP -bqG -bsu -btE -atd -bvC -aJW -aOg -dJZ -dNA -gIq -cxd -bHe -gFR -fKr -aXh -aYx -bal -bbN -gFR -cUI -dVq -lrb -meO -gJA -gJA -uBu -htt -ima -aOg -kAF -kAF -kAF -lAc -cIA -bER -bDn -bER -psk -whh -bGz -bGz -tPd -bGz -bGz -kVo -erO -eIu -cbc -tPh -tPh -tPh -tPh -tPh -tPh -rzf -dQS -dSF -tPh -tPh -tPh -tPh -tPh -tPh -cPX -mGs -eLU -cCh -dVy -yhX -ftu -qTt -ikA -ikA -ikA -ikA -ikA -ikA -ikA -ikA -ikA -cbC -oHS -lpm -kdP -dfT -fvu -jHC -thA -scZ -eRa -sRk -lpm -rNX -wKr -vEZ -aaa -aaa -aaa -tKX -aaa -acF -aaa -abj -jlK -abj -aaa -abj -abj -abj -abj -acF -aaa -aaa -aaa -aaa -aaa -aaa -bvh -aaa -aaa -bCI -bCI -aaa -bCI -bCI -aaa -bCI -aaa -nOK -dYL -tvi -aaa -abj -gNz -abj -aaa -nOK -dYL -tvi -aaa -abj -bCI -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(93,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aLh -aNO -aOJ -aUe -vGz -aUe -bdA -aNE -aRj -aaa -bqc -abj -bCI -aaa -bzy -cmc -fBu -bMD -bQH -bQH -cPl -aVh -aYJ -bbf -biS -biS -biS -cEz -cNa -cmi -bqH -bsw -btF -buk -duf -aJQ -dDH -bAv -aJY -gIq -cxd -dnS -kLP -kLP -gFR -gFR -gFR -kLP -kLP -juc -dVq -cik -gca -gca -gca -qbY -hvI -brB -dwW -pWK -jVz -bwS -byo -cIA -oPZ -cRf -bER -psk -wiM -cYf -xLj -tPh -bQh -bRX -hUm -bWm -ryM -dXD -nkf -dXD -nkf -dXD -nkf -dXD -qlu -dQT -dSH -dXD -nkf -dXD -nkf -dXD -jdN -eXY -jwN -gpV -bXU -cDz -yhX -cbC -fbz -ikA -cOM -cOM -cIM -pHK -cIM -cIM -cIM -ikA -hUL -pMV -lpm -wUX -sIV -tsG -wDg -kCW -kCW -kCW -lpm -lpm -rAh -tLI -nte -abj -abj -abj -tKX -abj -acF -iGw -abj -jlK -abj -abj -abj -aaa -aaa -aaa -acF -abj -abj -abj -acF -aaa -aaa -bvh -abj -abj -bCI -abj -abj -abj -abj -abj -abj -aaa -aaa -gNz -abj -abj -abj -mxe -abj -abj -abj -gNz -abj -aaa -aaa -abj -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(94,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aRj -mzj -aOS -bbn -aEL -bbn -hFX -hab -aRj -aaa -bqc -aaa -abj -abj -atd -cvc -tht -bVH -bQw -aQK -aSO -bIH -aYW -bbk -cfr -aDC -cfr -cdZ -cfr -aCV -aEg -bsx -btG -bul -duo -dzj -aPE -dKD -cWn -gIq -cxd -bHe -fnC -fLp -dAN -bpK -bTa -bWd -czz -cUI -kpL -cit -eSz -iww -iww -oRh -ovW -cwk -bti -pWN -byp -rbD -saA -aUb -txI -tVu -bES -vBX -wiZ -rcM -xMd -tez -dlC -cnj -oQC -xMX -iFH -ybT -cbj -cbj -wcz -cbj -cbj -vCh -ptE -tED -cpi -tPv -etT -sMJ -tPv -tPv -pox -tPv -tPv -vhV -bXU -cDz -yhX -yhX -fKi -ikA -sEz -sZg -wMW -wMW -wMW -wMW -eYK -ikA -cbC -oHS -oOZ -oKx -pYL -iah -rbA -rEx -kCn -sBx -ogP -oOZ -rAh -xzo -ycn -aaa -aaa -aaa -tKX -aaa -aaa -aaa -bvh -jlK -bvh -aaa -abj -abj -abj -abj -acF -aaa -aaa -aaa -acF -abj -abj -acF -aaa -aaa -bCI -abj -mxe -mxe -mxe -mxe -mxe -mxe -mxe -mxe -mxe -mxe -mxe -mxe -mxe -mxe -mxe -mxe -uqO -hkf -hkf -cUB -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(95,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aLi -aNP -aOS -aOS -aOS -aOS -aLX -aOV -aLi -aaa -abj -abj -bCI -aaa -bzy -cGe -maw -bMD -bQH -bQH -cPl -aVh -aeI -bbf -bhB -bhB -bhB -cEF -cft -cmi -bqK -bsy -btH -bum -bvp -cIG -cym -kWc -cVh -gIq -cxd -iNS -bIW -ihm -ihm -gTh -dVB -dVB -iLi -dVB -dVB -lrz -rTm -cwl -mMH -pGp -owl -cjp -cym -pXg -kaE -bwS -bys -cIB -tzb -psk -oPZ -vCj -wiM -rcV -bMl -tPv -fkX -bRZ -bUl -xQt -dzi -uJi -dZc -ehG -xsj -eeG -vtm -fui -uCs -cmR -cod -cpl -mDe -mDe -bnE -oMo -ggB -tQQ -dWi -mDe -mDe -dvC -yhX -yhX -vEh -ikA -cIM -cOM -cIM -cIM -cIM -cIM -cIM -ikA -lGR -oHS -oOZ -kzx -xnO -dcU -deE -dfO -seF -kHF -dkt -oOZ -rNX -xGN -nte -aaa -aaa -aaa -tKX -bCI -aaa -aaa -bvh -jlK -bvh -aaa -aaa -aaa -abj -aaa -acF -abj -abj -abj -acF -aaa -aaa -acF -abj -abj -abj -abj -mxe -abj -abj -abj -abj -aaa -aaa -xwx -abj -abj -abj -mxe -abj -abj -abj -xwx -abj -aaa -aaa -abj -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(96,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aLm -aNO -aan -wYr -gvs -wYr -aNO -aNO -bjl -aaa -dZq -iGw -bvh -abj -atd -atd -pTv -bMD -bQB -bzA -aST -aVi -avx -bbf -axG -bjA -bjA -cFJ -aBh -tGE -aDc -bsu -cDe -atd -bvC -cIN -aOg -aMK -tTu -aQO -djo -bGM -ihm -ihm -ihm -ihm -ihm -ihm -ihm -ihm -ihm -dYY -rVb -aOg -aOg -mMw -oyr -imB -aOg -aOg -aOg -aOg -aOg -aOg -cKe -ofQ -oPZ -aLM -qGg -xnf -xnf -tQo -uYb -bWn -xnf -xSn -dzm -cdd -geb -dEs -eci -iTM -utt -cpm -nqL -fId -nqL -cpm -mDe -bQr -ktZ -gRP -vLA -gRP -uTp -ecF -mDe -jIN -cbC -cbC -oyP -ikA -oOo -qVO -cIM -cIM -lGO -qVO -oOo -ikA -cbC -oHS -oOZ -uRn -kps -dcV -deF -dfP -dhx -dja -dku -oOZ -rNX -uex -nte -aaa -aaa -aaa -tKX -bCI -aaa -aaa -abj -jlK -abj -aaa -aaa -aaa -abj -aaa -aaa -aaa -abj -aaa -acF -abj -abj -acF -aaa -aaa -bCI -abj -xwx -abj -aaa -aaa -bCI -aaa -nOK -oAM -tvi -aaa -abj -xwx -abj -aaa -nOK -oAM -tvi -aaa -abj -bCI -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(97,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -uCN -aXt -uCN -aaa -aaa -aaa -aaa -abj -abj -abj -abj -atd -bJi -maw -bMD -bQF -bzz -ccf -jAu -aYt -tGE -cvU -aCi -aCi -tGE -cga -aDe -cSa -aHc -aHo -atd -atd -atd -aOg -but -oEg -gIq -cxd -iNS -fos -bMW -gyo -dKM -dKM -dKM -iLB -ihm -ihm -lrN -eSK -aOg -ifD -qce -hoM -imJ -iVJ -pXD -kcc -cFH -sbb -aOg -bBA -oha -bIA -cRr -qIs -wOo -bMo -dhm -gqd -dQF -bUn -bOf -bXY -bZs -cbk -cDG -clr -iNf -utt -wQP -rSt -cnB -cof -cpn -mDe -vSK -mAZ -rmX -iJV -xBS -kAe -cAD -mDe -eTl -sbj -jZA -jUu -ikA -ifq -veO -lFP -ekt -goC -mZI -mkm -ikA -qUe -pMV -oOZ -kRM -ycP -dcW -rbH -jVL -sfU -sCf -jyU -oOZ -rAh -xzo -vEZ -aaa -aaa -aaa -tKX -bCI -aaa -aaa -abj -jlK -abj -aaa -aaa -aaa -abj -aaa -aaa -aaa -abj -aaa -aaa -aaa -aaa -abj -abj -abj -bCI -abj -taM -abj -aaa -aaa -bCI -aaa -nOK -oAM -tvi -aaa -nOK -oAM -tvi -aaa -nOK -oAM -tvi -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(98,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acL -azS -azS -azS -aej -azS -azS -aej -azS -azS -azS -azS -rCP -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -etQ -vWI -uCN -etQ -etQ -uCN -etQ -etQ -uCN -abj -aaa -bzy -bVH -uDY -rNW -bQH -bzV -aua -bHq -oAW -awI -aEd -aEd -aEd -bjx -cga -aDe -cSx -aFc -diB -bzB -duF -dzr -aOg -dKR -bAC -csJ -dZU -eLT -fqf -cxZ -fqf -gTl -gTl -ikN -iMh -cwf -cwf -lrR -mfJ -aOg -mNo -icF -ozi -inw -jGF -kdM -qnB -rcc -sbc -aOg -lsT -tVP -lsT -xnf -wjV -xnf -xMs -bKi -bQk -bSc -tSc -baL -bYc -bZt -cbl -bXU -bXU -bXU -utt -wUC -dWc -cpo -cqU -tZR -mDe -vly -mAZ -ehV -czk -mAl -ocE -vct -mDe -dvC -ikA -ikA -nig -cXa -muV -oJS -cQv -ogO -uKN -wQA -muV -ikA -ybR -pMV -oOZ -jHH -xwt -dcX -rcX -rFG -svD -sEO -dkv -oOZ -rNX -fGj -vEZ -aaa -aaa -aaa -tKX -bCI -aaa -aaa -bvh -jlK -bvh -aaa -aaa -aaa -abj -aaa -aaa -aaa -abj -aaa -aaa -bCI -bCI -bCI -abj -abj -abj -abj -ein -abj -abj -aaa -bCI -abj -nOK -oAM -tvi -abj -nOK -oAM -tvi -abj -nOK -oAM -tvi -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(99,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acL -add -alY -aqA -atR -azM -acZ -afw -azM -kpW -olS -acZ -acZ -aoL -azS -rCP -aaa -aaa -aaa -aaa -aaa -aaa -uCN -uCN -aXt -uCN -bdB -bfU -uCN -bjT -bqd -uCN -aaa -aaa -atd -gBA -bRj -uLk -bRt -bzV -ccg -bJa -ckK -awJ -cvX -caL -caL -cFW -aDh -aDh -aFl -cul -aEn -aHe -duO -dzx -aOg -dLe -cVh -dVb -ecb -eMu -fqG -dwH -bPy -dEg -bWs -ilr -iNk -dQW -krC -ltu -clT -aOg -mNA -cuB -ozQ -inF -btm -buu -kci -bwV -byt -aOg -tzg -bDt -bEV -bQp -bIz -bKl -rSH -dhr -bQl -qGv -tSc -bWp -cxE -bZv -cbm -bXU -hYw -cbn -utt -igP -dOZ -dRd -cpk -csm -mDe -feE -mAZ -ejf -eJl -mAl -ocE -nTz -mDe -dvC -ikA -cJO -epA -rAM -rgj -qrW -uxj -kZU -uxj -tLB -uLD -ikA -ajy -wBr -oOZ -oOZ -oOZ -dlL -rdB -rGw -sgu -sEZ -sSH -oOZ -rNX -wKr -vEZ -aaa -aaa -aaa -tKX -aaa -aaa -aaa -bvh -jlK -bvh -aaa -aaa -aaa -abj -aaa -aaa -aaa -abj -aae -aaa -aaa -aaa -aaa -aaa -aaa -abj -rYp -vBi -rYp -abj -aaa -bCI -aaa -nOK -oAM -tvi -aaa -nOK -oAM -tvi -aaa -nOK -oAM -tvi -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(100,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acL -add -ajb -agb -agb -atV -azM -acZ -acZ -ajk -lPf -acZ -acZ -acZ -rWO -ryz -aoL -rCP -aaa -aaa -aaa -aaa -aaa -etQ -aUp -aXM -aBy -bdO -bgz -bjn -bkM -bqf -etQ -abj -abj -atd -atd -ecd -rNW -bRF -atd -dBF -aVj -avB -bjC -mXP -bjC -bgM -cPC -cNh -cPC -cSA -cum -caN -cDh -dvA -cIO -aOg -bAv -btq -dVw -aQV -kWc -dtc -dwP -ban -kWc -dHP -imD -dOH -dRC -mDw -lvT -eVH -aOg -gNb -amZ -oAs -iof -qUF -jxT -qnC -kAY -lAV -aOg -tzp -tVV -oQQ -vCZ -dho -rmg -tRE -tRE -dlM -aXk -bWn -bWp -fsL -dBt -aYC -bXU -npT -vWF -utt -wUC -dOZ -dRd -cso -cso -mDe -vDd -mAZ -ejf -eJH -mAl -kAe -gqh -mDe -dvC -ikA -txE -mwW -eGA -xsc -lVP -dpP -lBo -mVH -avL -cKc -ikA -cbC -cmX -cbC -cbC -oOZ -oOZ -djb -oOZ -oOZ -oOZ -oOZ -oOZ -dmN -mkS -nte -abj -abj -abj -tKX -abj -abj -abj -abj -jlK -abj -abj -abj -abj -bCI -bCI -abj -bCI -bCI -bCI -bCI -bCI -abj -bCI -bCI -abj -abj -rYp -ykz -rYp -abj -abj -bCI -aaa -nOK -srW -tvi -aaa -nOK -oAM -tvi -aaa -nOK -srW -tvi -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(101,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acL -add -afp -agb -agb -ark -avE -azM -acZ -acZ -gzz -acZ -acZ -acZ -acZ -tYb -acZ -eby -azM -aaa -aaa -aaa -aaa -aaa -etQ -xZm -aXS -bbw -bef -aPd -aRo -bla -aXe -etQ -aaa -abj -abj -atd -bVI -hfp -atd -atd -xvt -cSG -avC -bQa -axM -mmv -caN -cGs -cgD -cgD -cSG -aFg -aFf -bzV -aIE -cIQ -cNT -aOg -nqd -aOg -dti -gFR -dti -dwW -dOJ -gFR -cfM -dwW -dOJ -gFR -cfM -aOg -faV -aOg -xeQ -gNU -fvC -irZ -brI -bux -bvK -bwX -byv -aOg -tAB -ohk -bEX -bGD -cTS -cZe -bMq -dhs -bVr -bTV -tSc -pAm -cxF -dBu -aYE -bXU -jTx -cij -dJU -lTF -xKq -cmO -cso -cpr -mDe -iVc -xuX -iMj -cwz -fmF -kAe -wEA -mDe -cDz -ikA -kmL -jkc -rAM -tzZ -mwh -odT -muV -lUS -mwh -mMr -ikA -yhX -knU -sys -ndY -ddi -koy -deH -xDG -ddi -wVT -xzo -tzX -rNX -qac -nte -nte -aaa -aaa -tKX -aaa -aaa -aaa -bvh -jlK -bvh -aaa -aaa -aaa -aaa -abj -aaa -aaa -aaa -abj -aaa -aaa -aaa -abj -aaa -abj -rYp -rYp -mav -rYp -rYp -abj -abj -aaa -aaa -abj -aaa -aaa -nOK -srW -tvi -aaa -aaa -abj -aaa -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(102,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acN -adh -agb -agb -agb -aro -agb -ajk -acZ -acZ -anF -acZ -acZ -acZ -acZ -uWr -acZ -mwu -azM -aaa -aaa -aaa -aaa -aaa -etQ -aUr -aMl -qcW -qcW -aPg -aRD -aVk -aXz -etQ -aaa -aaa -aaa -abj -aaa -abj -aaa -atd -cch -auH -avD -awH -bgY -biJ -cCl -cGB -cgI -cmj -cro -cur -atd -cIV -cIV -cIV -cIV -abj -hez -muq -dky -muq -dky -muq -xGX -abj -clk -abj -dOK -abj -clk -abj -oJx -aOg -aOg -aOg -btg -pqT -btn -jyM -cCP -kBu -aOg -aOg -bDj -oke -oRC -bGE -tSc -bQm -tSc -tSc -bQm -tSc -tSc -bXU -bXU -bXU -bXU -bXU -xJK -oZH -utt -uqq -pus -dRe -rHz -cqX -mDe -hCy -mAZ -ejf -glA -mAl -ocE -xJC -mDe -dvC -ikA -rAM -rAM -rAM -rAM -qlJ -cRY -lDu -lVe -qlJ -rAM -ikA -ikA -ikA -ikA -qiR -eGT -iIq -sUj -dfS -bzG -yjo -pth -yjo -hwj -wvQ -fku -nte -aaa -abj -sRy -vOJ -vOJ -vOJ -vOJ -vOJ -vOJ -wuP -acF -abj -aaa -bCI -bCI -bCI -bCI -bCI -abj -bCI -bCI -bCI -aaa -abj -txq -iYa -pua -tcF -txq -abj -bqc -aaa -bCI -bCI -aaa -aaa -aaa -abj -aaa -aaa -abj -bCI -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(103,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acN -adh -agb -agb -agb -agb -agb -aBB -acZ -acZ -azM -azP -azP -azP -azP -vrg -azP -aBp -hAY -aaa -aaa -aaa -aaa -aaa -uCN -uCN -etQ -etQ -etQ -uCN -uCN -dPS -aXs -uCN -abj -bvh -bvh -abj -bvh -bvh -abj -atd -cgQ -cgQ -atd -axP -axP -vTN -btX -cGE -cgQ -cgQ -atd -atd -atd -aaa -abj -aaa -abj -aaa -abj -uYk -ecV -gCz -ecV -uYk -cAb -gCz -eJk -uYk -cAb -gCz -eJk -uYk -oJx -bkJ -mPK -cDl -cDl -oMH -cyu -jeV -cDl -cDl -cDl -bzW -cDl -omJ -cZg -cZg -cUu -cZg -cZg -cZg -bQq -cZg -bWK -cXa -nbT -cAU -cbp -cbC -cbC -jem -utt -dNd -qFn -dRw -dWc -kpR -mDe -yfQ -mAZ -ejf -sCB -mAl -ocE -aeY -mDe -dvC -ikA -cIM -cIM -cIM -nrd -qlw -dfj -muV -iYl -cVG -gig -nBl -cIM -cIM -ikA -ijH -mUF -qEo -tZU -lxh -ddi -tpM -wKr -jsw -fGj -kVJ -tzX -nte -abj -dkI -xpD -xpD -dkI -wmd -dkI -iRu -dkI -swI -nte -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -txq -qcE -jUE -doJ -txq -abj -aaa -aaa -aaa -abj -aaa -bCI -bCI -abj -bCI -bCI -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(104,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acN -adh -aeA -acM -afu -aeA -awk -anF -acZ -acZ -aoL -azS -azS -aej -azS -azS -azS -bXH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aaa -uCN -aHy -aKS -uCN -aaa -abj -aaa -abj -aaa -abj -aaa -abj -aaa -abj -aaa -aye -aye -dOa -idt -shS -vpK -azU -vpK -vpK -vpK -vpK -vpK -vpK -vpK -dvB -abj -uYk -edz -aSH -frJ -uYk -gBl -gTw -hBH -uYk -iNB -beO -ktl -uYk -qfp -bkJ -mSn -nTD -oAA -czX -iWM -jqg -bvM -bwZ -byx -sMS -tBr -bGt -dwN -dwN -dwN -dwN -dwN -dwN -egC -ukb -pjS -cXa -cbC -yhX -cbC -cbC -yhX -eir -utt -qFn -teJ -dRw -dWc -xvB -mDe -vly -rhy -mqY -ohL -nUP -kAe -xHY -mDe -cDz -ikA -ksN -vyF -cIM -san -hEB -mQI -cOI -lWl -mxZ -pzS -cIM -wMW -sPF -ddi -ddi -ddi -ddi -iYq -ddi -ddi -ddi -ddi -ddi -ddi -rtl -eIQ -vEZ -aaa -xpD -pAh -pAa -rgF -vsE -xpD -sRC -mlh -obv -dFg -dFg -dFg -dFg -dFg -dFg -dFg -dFg -dFg -dFg -dFg -dFg -dFg -abj -txq -tbX -kAW -iNy -txq -abj -abj -abj -aaa -abj -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(105,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acS -aej -azS -azS -azS -azS -azS -add -acZ -acZ -hQM -hQM -hQM -ajk -avS -awF -azW -rIF -aaa -aaa -aaa -aHM -aLn -aLn -aLn -aUs -aaa -abj -aaa -aaa -etQ -blb -aKO -etQ -aaa -bBo -bAh -bAP -bAP -bAP -bBo -bAh -moG -moG -moG -gbI -gbI -gbI -moG -gbI -gbI -gbI -moG -moG -moG -moG -moG -moG -moG -oJx -abj -uYk -eeE -doA -cuq -uYk -gCh -gUe -dHQ -uYk -iPo -jwA -cge -uYk -oJx -bkJ -nlK -gPR -cIK -iXx -qos -buA -qoG -rcf -byy -sMZ -deb -tXq -deb -deb -deb -deb -xPq -hOx -tgy -cAB -bzm -cXa -npT -yhX -cbC -cdl -xLM -dkj -utt -gxS -cna -iYh -cra -tEE -mDe -prK -hmL -cxK -cxK -cxK -nTm -obE -mDe -cDz -ikA -cIM -cIM -rxH -tWL -uve -kZD -dfV -iKW -cRW -mQO -cIM -cIM -cIM -ddi -mad -ybL -fRS -gTG -dkz -ddi -jfk -jrc -jfk -ddi -dIy -fGj -vEZ -abj -xpD -mUY -vli -vmL -oNa -vlG -nSW -dkI -ijv -dFg -xDk -iFi -kZr -err -mBc -dHt -opP -xwW -xex -uTm -kDR -dFg -nte -txq -txq -qUc -txq -txq -cAr -nte -abj -bCI -abj -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(106,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -azM -acZ -acZ -acZ -acZ -acZ -aCq -acZ -acZ -avS -avS -avS -pSs -avS -awF -aHS -rIF -aaa -aaa -aaa -aja -aLp -aLp -aPk -aja -aaa -abj -abj -abj -etQ -aVk -aao -etQ -abj -bAa -bCm -bFw -bGw -bMJ -bRW -bBo -ccv -chd -ckN -bfQ -bfQ -czv -cCn -ckN -bfQ -bWQ -bqN -dbm -diQ -dnB -cbs -bBC -moG -oJx -abj -uYk -cuq -doB -cuq -uYk -dHQ -dEq -dHQ -uYk -cge -dRE -cge -uYk -qfp -moG -mTB -brW -brW -brW -gTr -brW -bxh -bxh -bxh -bxh -bxh -bxh -bxh -bxh -bxh -bxh -bxh -cZl -eXm -wtv -cXa -cXa -qIf -lhk -iZQ -qUe -ekk -onj -utt -jtS -coh -cmV -dOZ -ufR -mDe -smf -tFO -cwy -mPC -okQ -cCd -nqI -mDe -nso -ikA -rAM -rAM -rAM -rAM -rAM -heE -voL -lXa -mzZ -rAM -rAM -rAM -rAM -ddi -kvB -cto -nSs -hJG -sKK -qSI -ecW -sYB -wNN -ddi -rtl -fGj -ycn -aaa -dkI -lbz -mWC -xLY -ydv -xpD -wiT -dkI -fjF -dFg -roX -mbF -wdx -dHt -nwf -xwW -xZc -err -wdx -cNA -aWY -dFg -fGj -mfv -xfo -nnB -fGj -wKr -wHz -vEZ -abj -bCI -bCI -abj -bCI -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(107,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -azM -ahH -ahH -ahH -ahH -ahH -anF -acZ -acZ -avS -avS -avS -pSs -avS -awF -aAa -rIF -aaa -aaa -aaa -aja -aCG -aFa -aPu -aja -aaa -abj -aaa -aaa -etQ -aVk -aXz -etQ -abj -bAP -auk -btv -bpe -btv -bSu -bAP -ccJ -aBt -aBt -coL -bLb -aBt -iOH -ceP -bLb -cPJ -bLb -iOH -aBt -cDk -cbs -cZP -moG -oJx -abj -uYk -uYk -uYk -uYk -uYk -uYk -uYk -uYk -uYk -uYk -uYk -uYk -uYk -oJx -moG -mUu -brW -aaa -aaa -aaa -aaa -bxh -kGl -lHR -bzX -nSf -hiH -oRX -vDy -wka -wPi -bxh -tTD -vfh -wtR -cXa -xUL -cbC -cXa -nhJ -nhJ -qUe -jem -utt -dJU -utt -utt -utt -utt -mDe -mDe -mDe -mDe -mDe -mDe -mDe -mDe -mDe -cDz -ikA -cIM -cIM -cIM -jvy -qlw -eXc -cWV -qhH -juf -cTz -nBl -cIM -cIM -ddi -xfd -jFA -klo -deL -iYC -osx -mkL -tJh -dKY -ddi -pBc -lcG -vEZ -abj -xpD -gKK -xxJ -xMf -yeL -kLY -fvo -mlh -aAG -ndo -nFe -jZb -wdx -ohs -iPx -xZc -cSo -xZc -mJU -wwu -ido -dFg -iqs -eOt -mKN -dwm -gVC -wKr -mSo -vEZ -abj -abj -abj -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(108,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acL -aez -azS -azS -azS -azS -azS -bXH -dTN -acZ -ajY -arl -arl -anF -avS -awM -aAn -rIF -aaa -aaa -aaa -aja -aLs -aQk -aQk -aja -aaa -abj -aaa -uCN -uCN -blc -aXz -uCN -abj -bAP -bnk -bpe -atm -btv -bxc -bAP -ccK -ceP -bOP -aHu -boU -czy -aBt -ceI -bQd -aDg -ccW -liE -iOH -cDk -cbs -dtZ -moG -dyy -azU -vpK -vpK -vpK -vpK -vpK -vpK -vpK -vpK -vpK -vpK -vpK -vpK -azU -mhg -moG -mWP -brW -aaa -oNx -oOg -bxh -bxh -ref -sbn -sNf -sNf -tYG -sNf -sNf -sNf -wPv -bxh -fMV -gnR -wxt -bUw -neW -jFc -tgg -uxe -owd -hvW -sYS -xiH -xiH -uAn -cop -cnb -tgg -xiH -xiH -xiH -xiH -eQd -xiH -xiH -xiH -xiH -ack -ikA -lpC -wMW -cIM -kxQ -hEB -baS -cOP -cRU -mxZ -vlf -cIM -vyF -bJF -ddi -rIt -gYN -quV -jJq -tsu -jjC -mkL -prm -jfk -ddi -rtl -fGj -vEZ -aaa -xpD -rHD -xtw -xME -yfG -eYR -jTz -dkI -aAG -gXK -pWT -pWT -pWT -sQd -vZn -opt -pWT -rUu -pWT -mxx -ydB -yfs -rAh -xrx -nte -nte -hqh -ycn -nte -nte -abj -aaa -bCI -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(109,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acN -adh -aga -acZ -afw -acZ -acZ -ajk -acZ -acZ -aBp -azS -azS -aez -azS -azS -azS -bXH -aaa -aaa -aaa -aja -aLy -aju -aQk -aja -aaa -abj -abj -etQ -bjr -aVk -bqk -uCN -aaa -bAP -aTB -bpU -aQe -atm -bSw -bAP -ccO -iOH -ckQ -bQU -aHu -czM -ceP -cGF -cNn -cQb -crA -cAz -ceP -cDk -cbs -bvG -moG -moG -moG -moG -gbI -gbI -gbI -moG -gbI -gbI -gbI -moG -gbI -gbI -gbI -moG -moG -moG -mXF -brW -aaa -oOg -pse -pXV -oOg -rfQ -qJo -bzZ -bBL -cMi -bOk -bGK -qJo -rnp -bxh -gyZ -dlR -dpn -cXa -tIu -dzt -yhX -yhX -cbC -cbC -ukv -yhX -yhX -yhX -cbC -grQ -cbC -yhX -yhX -cbC -lGR -qUe -ssj -cbC -cbC -yhX -jiV -ikA -cIM -cIM -rxH -spe -kCE -kZD -cWV -cYk -mAa -mUg -cIM -cIM -cIM -ddi -uXc -mBV -qtZ -rfs -vos -htC -mkL -tda -sfI -ddi -dIy -wKr -nte -abj -dkI -fWk -xwd -xME -ygf -jKV -xCD -dkI -cAA -myH -uGt -uGt -uGt -ibJ -uYP -lPW -lPW -lPW -lPW -eaP -uTm -dFg -rNX -gJr -nte -rNh -oOX -dQK -nte -abj -abj -abj -bCI -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(110,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acN -adh -agk -acZ -acZ -acZ -acZ -aCq -acZ -acZ -azM -mNi -ozv -rob -rob -jCM -ibD -aoL -rCP -aaa -aaa -aHT -hRg -aju -aQk -aja -aaa -abj -aaa -etQ -bjs -aVk -aXz -etQ -abj -bAP -bCv -atm -aOL -btv -bSA -aQR -ccO -bLb -bBV -bQd -aHu -aEm -aBt -bQU -bmX -cQk -bqO -aFj -aBt -dnG -cbs -cbs -cbs -dLg -aVS -aVS -aVS -aVS -dLg -fNH -fOC -fOC -fOC -imH -iQf -iQf -fOC -fOC -fOC -fOC -mYd -gTr -aaa -oOK -iYw -pZq -qoQ -pZq -nUJ -nUJ -nUJ -tYU -oSL -oSL -oSL -wQj -rVw -sFF -uZl -dot -bYj -bYj -bYj -iru -bYj -bYj -bYj -cgT -bYj -bYj -bYj -bYj -bYj -bYj -bYj -bYj -bYj -bYj -bYj -bYj -bYj -cbC -yhX -ugg -ikA -rAM -rAM -rAM -rAM -mzZ -qGp -voL -cQH -cUU -rAM -rAM -rAM -rAM -ddi -gXb -phh -quV -rfB -rGM -htC -sHq -jfk -jfk -ddi -rtl -wKr -nte -ycn -dkI -dkI -dkI -xPe -dkI -oWK -dkI -dkI -xTb -ndo -nFe -wmL -xwW -tGd -dHt -wTW -err -wdx -xZc -jaN -pWR -dFg -mcQ -fGj -nte -qcX -wyR -dQL -vEZ -abj -aaa -aaa -bCI -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(111,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acN -adh -ahh -acZ -ahL -ahL -ahL -agR -acZ -acZ -ajk -acZ -acZ -acZ -acZ -acZ -acZ -anC -aCC -aaa -aaa -aHT -mnR -aju -aQk -aja -aaa -abj -aaa -etQ -bjB -aVk -bql -etQ -abj -bBo -bCC -bpU -aOT -atl -bSI -bAn -cdb -bLb -bjW -aHu -aHu -czN -aBt -cGK -chJ -cmk -crE -aHu -ceP -dod -bvG -hBD -hBD -mzQ -eeL -mzQ -mzQ -mzQ -hBD -fOa -baF -baF -baF -baF -baF -baF -baF -baF -baF -bWx -ncP -brW -aaa -kcq -jba -jAa -kcq -rfQ -qJo -cZq -bBN -cMk -bFf -bGL -qJo -wRB -bxh -tTD -vfh -wtR -bYj -wNw -vGf -bZE -hBQ -sez -phQ -pnI -lDs -olI -sND -uvT -lDs -bYj -cfu -pGl -foA -viX -aAB -mVO -bYj -yfm -qUe -cAT -ikA -cIM -cIM -cIM -fPi -fXj -cOL -kko -qhH -cVG -cWA -nBl -cIM -cIM -ddi -nTV -phh -klo -rfK -kjF -htC -mkL -jfk -mZA -ddi -rtl -fGj -uwp -fGj -wKr -rPI -pZR -xPY -yhO -vlG -rzM -uLX -tqc -dFg -dXX -wmL -wdx -xZc -xZc -xZc -qsF -xZc -xZc -nyi -prs -dFg -fNY -fGj -nte -gvC -oOX -dRc -vEZ -abj -aaa -aaa -abj -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(112,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acS -aeW -ahq -ajj -afC -agu -ahN -azM -all -acZ -akr -acZ -acZ -acZ -acZ -acZ -acZ -nNp -azM -aaa -aaq -aja -aQk -aju -oUT -aja -aaa -abj -aaa -etQ -bjs -aVk -bri -etQ -aaa -bAP -bCJ -atm -bGy -btv -bSA -bBo -aTn -aBt -baG -aIP -bQU -cAf -iOH -aHu -cNw -aCe -crF -gWz -aBt -cDk -cEh -hBD -dEt -dLj -osV -dVx -osV -cup -eeL -fOa -dBe -crJ -hCl -ipi -dOY -dRM -kwq -lvU -baF -bvG -ndJ -brW -aaa -oNx -kcq -bxh -bxh -kGQ -tdH -tdH -tdH -uaK -tdH -tdH -tdH -wRP -bxh -cLX -vfh -wyy -inV -uey -hEv -lZU -dCC -oTk -tqF -pnI -lDs -okI -lDs -lZU -lDs -bYj -kYq -crn -iKD -iKD -euu -vwX -bYj -yhX -rRM -ugg -ikA -vdu -vyF -cIM -mhC -hEB -laB -jHx -xne -mxZ -cVb -cIM -wMW -tOD -ddi -nMC -phh -qxv -tfI -dfY -jjC -gsc -jhm -feg -ddi -fVN -bAE -tHn -yjo -tHn -leo -gVc -aip -fFM -leo -yjo -yjo -eOQ -yfs -pWT -mJv -mJv -dKE -xcV -dHt -xZc -dHt -qqV -jaN -bTQ -dFg -xJW -fGj -ycn -tzX -sMM -lql -vEZ -abj -abj -abj -abj -abj -bCI -abj -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(113,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acS -aeW -acZ -acZ -afI -awQ -azM -ajl -ajl -anF -dTN -acZ -acZ -acZ -hhf -and -aBp -hAY -aaa -aaa -aIB -aLB -aju -oHH -aja -aaa -abj -abj -etQ -bjF -aVk -brj -uCN -abj -bAP -bDb -atm -bHf -atm -aQb -bAP -aTA -ceP -clp -bfc -aHu -cAh -ceP -cGN -cie -aDg -cNg -bsA -diR -cDk -cEj -mzQ -cup -dLu -dOE -osV -hKB -eMC -mzQ -fOa -baF -gVd -hCD -ipx -iQL -jyk -kBe -lwz -baF -vhU -ncP -brW -aaa -aaa -aaa -aaa -bxh -buJ -sbt -sNt -cLV -bDB -cPe -bGO -bWz -wRT -bxh -qcL -ygK -jiD -dac -lHe -hne -dBB -lHe -lHe -sxH -idE -piQ -qIQ -lHe -oaU -lHe -jAi -lHe -tcK -nji -mNq -iiP -fpN -bYj -cbC -cbC -cTV -ikA -cIM -cIM -rxH -tLc -uve -odT -muV -fOK -mAa -lot -cIM -cIM -cIM -ddi -dfR -wdH -mkF -pqz -dfZ -ddi -jfk -jfk -jfk -ddi -sEK -tzX -bIK -qGP -aSP -vlG -eap -txb -pwH -vlG -hlJ -fGj -rNX -wjj -mDD -qxf -fwf -pWT -xcV -dHt -tXP -xwW -qqV -nyi -oEJ -dFg -tBs -wKr -nte -dRc -oOX -qcX -vEZ -abj -aaa -aaa -abj -aaa -bCI -aaa -aaa -bqc -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(114,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acS -akL -acz -afv -age -azM -ahk -acZ -azM -nnx -afC -aoM -awl -aBp -azS -hAY -aaa -aaa -aaa -aIU -aja -aju -aja -aKm -aaa -abj -aaa -uCN -uCN -blc -brG -uCN -abj -bAP -bDd -bpU -atm -btv -bSM -bAP -cdf -ceP -aBt -aBr -bLb -aBt -aBt -cHd -cNV -cml -aEp -aHu -btN -cDk -bVS -mzQ -dEA -cQq -cWy -hKB -dkX -aOs -mzQ -fOa -baF -bQP -joM -dKV -dPb -ccn -bhs -dZw -baF -btD -ndJ -brW -brW -brW -gTr -brW -bxh -bxh -bxh -bxh -bxh -bxh -bxh -bxh -bxh -bxh -bxh -cLX -vfh -wyy -eKm -crn -xeE -crn -crn -crn -iSW -crn -crn -kLd -crn -xeE -crn -tCy -crn -fVA -tQn -lzy -cAM -moX -bYj -cbC -hwE -ugg -ikA -rAM -rAM -rAM -rAM -hUH -iJW -cUW -cTr -hUH -rAM -rAM -oOo -oOo -ddi -qSE -wZL -qSE -deR -qtq -dkI -dkI -dkI -dkI -dkI -dkI -dkI -dkI -dkI -dkI -dkI -dkI -hiV -dkI -dkI -jVd -fGj -rNX -dFg -uMC -rMu -dGB -tbO -qsF -dFg -dFg -wjj -dFg -qPa -dFg -dFg -rNX -fGj -nte -qcX -oOX -dRb -nte -abj -abj -abj -abj -abj -abj -abj -aaa -bvh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(115,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acS -azS -azS -azS -add -dWB -eSm -aoL -azS -azS -azS -azS -hAY -aaa -aaa -aaa -aaa -aaa -aaa -aIU -aFH -aKm -aaa -aaa -abj -aaa -aaa -etQ -aVk -brN -etQ -abj -bAP -bDf -btv -btv -atm -bTv -bAP -bxp -bLb -clF -bQx -bev -bLb -ccW -cHz -aHu -boW -cSI -dbs -iOH -cDk -bWL -mzQ -dEG -tOs -osV -dcC -egD -aOs -mzQ -fOr -aXx -gVO -dHS -dKX -dPc -dRX -dVJ -dZM -baF -bWL -njM -gZH -oBL -crI -cXz -cXz -qpj -nVJ -cUK -mIO -nVJ -nVJ -mIO -mIO -cUK -mIO -scT -cES -vbq -wyy -inV -cIv -dGo -dBE -cbA -crn -iSW -ckj -lDs -cJN -lDs -vad -lDs -bYj -noI -rMr -wEr -cva -cAM -cAP -bYj -npT -qUe -ugg -ikA -xYt -xYt -xYt -rAM -bVJ -odT -muV -sHY -xdB -mxT -vkV -eFS -fEg -ars -eIb -nZi -ddb -cPk -qFQ -djf -pfA -dAv -tDD -gVo -hHo -hJO -fVc -oKD -wCy -dkI -rfA -dxc -dyp -dkI -tLI -fGj -rAh -dFg -loV -gre -dFK -pWT -nOR -dFg -xua -hfU -gxv -ind -tiU -dFg -rNX -fGj -nte -dJx -dRs -dJx -dJx -dJx -yiZ -yiZ -dJx -lho -aaa -bCI -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(116,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -dft -emT -emT -dft -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -aCb -dft -aNQ -dft -abj -abj -abj -abj -abj -etQ -aVk -brN -etQ -aaa -aQR -bDg -bpZ -bHu -bMP -bTE -bBf -cdh -bLo -cmh -cpD -axc -cAt -cCt -cCt -cjn -cmm -bsA -egA -ceP -qKv -dvK -mzQ -hOy -cQr -aOo -bCG -vPS -bHr -mzQ -aBs -baF -gWH -baB -bca -baF -dCD -bgm -dCD -baF -baF -baF -baF -baF -baF -baF -baF -aBs -rpY -rpY -rpY -rpY -rpY -rpY -rpY -rpY -rpY -rpY -aAO -hDU -wyy -bYj -cfu -xBo -dBG -cAq -crn -sUU -ckj -lDs -cJN -lDs -ckj -lDs -bYj -niu -vru -dZe -gHq -cAR -frh -bYj -yhX -qUe -cAT -ikA -xYt -fTu -kDH -vWQ -iQu -laF -gQH -pKk -cRX -ikg -ilJ -udm -oBj -puv -mHX -rkO -puv -iZG -dgb -uHt -xNu -oSQ -nHQ -xxk -pVj -oDB -uyD -iXf -gJh -xpD -nkJ -fCp -dyr -dkI -tzX -fGj -yap -dFg -dFg -yfs -dFg -dFg -qks -dFg -nvU -dKE -xUX -wxU -dMd -dFg -rAh -wKr -nte -xQE -llF -hKt -kul -prI -juR -fvy -lJv -dJx -abj -bCI -abj -bqc -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(117,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -abj -dft -aDx -aDx -dft -aaa -abj -aaa -aaa -abj -aaa -dft -aFu -dft -dft -aFu -dft -aDx -dft -aaa -abj -aaa -aaa -aaa -etQ -blk -brR -etQ -aaa -bAh -bBo -bAP -bAP -bAP -bBo -bBo -aTn -bLb -cmo -aHu -bew -aBz -cCC -aHu -cjv -cQo -ccW -liE -aBt -doh -dvM -eeL -cup -dLA -aOs -dEG -bEs -cup -mzQ -aBs -baF -bQT -dHY -bWS -baF -ccC -cgk -ciy -cmn -mwd -nlf -hcW -bqe -itk -xsK -baF -aBs -rpY -sbD -bKy -tBB -ucJ -uQp -vFe -wnd -wSx -siM -bOq -vhD -bSt -bYj -bYj -bYj -bYj -dCH -crn -iSW -ckj -ckj -cJN -ckj -ckj -jZz -xza -eMI -gUa -gUa -gUa -eTz -miO -bYj -kDa -hHE -qpC -ikA -fVn -kna -aRl -qfD -tui -cCw -hUJ -mov -eiw -ydO -dWs -iFq -uSt -vyB -mkc -nKG -ddp -deS -dgc -dhL -wfs -uBQ -lHT -wfs -lNC -cTP -cGa -rMg -wCE -wVQ -jZj -dBA -dys -dkI -hur -naf -rNX -mfv -fGj -wQX -dFM -dFg -dFg -wjj -wjj -dFg -wjj -wjj -dFg -yfs -rNX -fGj -nte -qeg -ivT -dDW -kee -sxt -hAQ -dio -wsC -yiZ -acF -acF -acF -acF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(118,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aFu -dft -aFu -dft -emT -emT -dft -dft -aFu -dft -dft -dft -dft -dft -aCD -aEZ -aGc -aIX -dft -aNQ -dft -dft -aFu -aFu -dft -aFu -bjH -blv -bsd -uCN -abj -abj -abj -abj -abj -abj -gbI -bBB -bxp -aBt -aBt -bQE -iOH -aBt -aBt -ceP -aBt -ceP -aBt -aBt -aBt -dox -bvR -mzQ -mzQ -hBD -mzQ -eeL -bEt -mzQ -mzQ -fQu -baF -dCD -dHZ -dCD -unx -xsK -kEM -ciM -xGa -xGa -xGa -xGa -ciM -lwz -xsK -baF -aBs -rpY -dis -sOV -tCu -tCu -tCu -tCu -wou -wTs -sek -bOw -vse -dPt -htF -kuz -cgU -bYj -cKh -crn -iSW -ckj -lDs -cJN -lDs -ckj -lDs -bYj -lxZ -dEi -eEY -enb -eTP -frp -bYj -cbC -qUe -cAT -ikA -xYt -fTu -mFH -fYu -tHr -fXQ -lGo -cQN -lGo -cTA -mwh -eXf -oBj -oUh -vnu -mMf -dgd -rhD -kEg -uHt -dju -jTZ -oDB -oDB -vsA -hBX -iKy -oDB -iqD -xpD -kPH -qrj -wLC -dkI -wKr -fGj -tvK -mKN -vTC -mKN -ezN -vTC -mKN -dIs -cSp -mKN -tHn -yjo -yjo -dMK -wrP -fGj -nte -pSd -rtb -idu -tYx -mrf -uhI -sag -sag -yeK -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(119,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -dft -dft -afD -aDx -ahO -ajn -ajn -ajn -ajn -ajn -arA -atW -awo -axd -ajn -ajn -ajn -ajn -ajn -ajn -ajn -ajn -ajn -awo -aYd -bbC -ajn -bgB -aSh -blw -aXB -moG -moG -moG -moG -moG -moG -moG -moG -moG -cdj -iOH -cmZ -cNg -bQU -aDm -aBt -ceZ -kox -aDl -crI -kox -cXz -doO -cED -cXz -cXz -cXz -cXz -bCL -ehF -cXz -cXz -fQy -gCs -gXc -bTo -dEW -baF -jyy -cgr -kIa -cmL -coT -owM -heg -kIa -cwP -cyx -baF -qpw -rpY -sbR -mIQ -pwt -opy -pwt -pwt -qLE -rnr -sek -bOw -vse -dPt -dtB -quA -vdd -bYj -dVC -crn -kLd -ckj -lDs -pnI -lDs -ckj -ozq -bYj -bYj -bYj -bYj -bYj -bYj -dHk -bYj -yhX -cxW -ugg -ikA -xYt -xYt -xYt -rAM -otn -icz -cNl -gNZ -vaH -mWo -cTG -uHA -oBj -oRr -pNO -pNO -pNO -deU -dge -dhR -djt -tCj -tCj -dnf -pXr -vga -tGl -weY -wGM -dkI -xwf -ewt -dyu -dkI -dQL -naf -fGj -fGj -fGj -fGj -rAh -fGj -fGj -cGX -fGj -fGj -wKr -fGj -gvH -tzX -wKr -fGj -nte -qIk -fyt -xLL -dHi -pzG -cjs -iJw -rFw -yiZ -acF -acF -acF -acF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(120,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeG -afb -afE -ayv -aie -ajo -alt -amc -amc -amc -arM -amc -amc -axg -aAs -aAs -aDj -axA -aAc -aBm -aDA -aIC -aIC -aIC -aIC -aIC -aIC -bgF -bjI -aWf -aXC -moG -bRK -aEo -cbs -bFx -bJf -cbs -moG -bsb -aTA -ceP -cnf -aHu -cNg -cAy -ceP -aBs -ckh -cQu -ckh -ckh -cEJ -cEJ -cEJ -cFU -lnB -lnB -lnB -dVF -lnB -lnB -baF -baF -baF -gXM -hEe -aNr -iTz -jzn -sDu -dZN -cmP -ctG -nnM -nUq -xsK -oPr -xsK -baF -qqO -rfV -scx -mIQ -nVL -oqv -uQy -vGw -wpP -rnY -sgM -gNj -vvX -dPt -dtB -quA -xEP -bYj -tyn -crn -iSW -ckj -epy -scl -tFt -jMi -qme -bYj -mmU -gmk -dZi -bYj -eVK -frN -fWc -iHM -iHM -vSU -ikA -ikA -ikA -ikA -ikA -kCF -lev -mAn -jYQ -mAn -wAv -cOT -uHA -oBM -oUh -dpZ -isM -deK -rhD -rJJ -uHt -hxp -dkF -biW -xbn -vHs -xpD -vHs -xbn -xpD -xbn -djf -xeK -yhS -dkI -wjI -wjI -wjI -wjI -dWy -woL -kVJ -dIx -xjw -dIx -dIx -dIx -dIx -dIx -dIx -dIx -dNB -lfG -mkS -iyh -vVR -dSc -waL -dRK -sUw -fqq -xuj -dJx -abj -bvh -abj -bqc -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(121,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -dft -dft -dft -agC -akY -aOc -aOc -ame -aOc -aNe -arT -aoN -aOc -aOc -aOc -aOc -aDu -aOc -aOc -aOc -aLV -aOc -aOc -aOc -aYH -aNe -aOc -bgH -aSh -aJb -aXI -bTM -bxf -bAo -bDh -bDh -bAo -bNd -bTM -bNd -cdk -aBt -cng -bQO -bsB -cAz -aBt -cHK -ckh -aGk -bSy -krc -cEJ -cGo -cFA -wQq -lnB -dLM -dOX -dVS -bEw -dpd -baF -fRL -dBm -dEF -uvW -bWZ -baF -jAs -joM -xsK -cwP -cpy -crN -nWB -xsK -oPr -puk -baF -qsw -kJB -sdY -mJH -cKk -cUL -bFk -cKk -wsa -cZw -ded -sok -eNy -dPt -dtB -quA -srP -bYj -xat -crn -iSW -ckj -clA -hQH -cpJ -cpJ -raR -bYj -tJM -gMw -jJl -bYj -cbC -cbC -yhX -cbC -yhX -ugg -dkp -kjT -ekk -hlh -ikA -qWU -qWU -qWU -qWU -qWU -qWU -qWU -uHA -wRw -kVz -puv -rho -puv -rCf -rJr -uHt -djw -tdt -upr -xbn -dlO -tUX -vHG -xut -aaa -xwq -gzR -dxh -dyq -dzA -dEH -dEH -dEH -puB -iul -pie -kVJ -dIx -riE -thR -riE -lHd -mmQ -cmA -riE -dIx -szR -szR -szR -szR -szR -dIx -hYL -dIx -dIx -pSp -dIx -dIx -abj -bCI -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(122,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -asT -dft -aFu -dft -dft -aFu -dft -aFu -aFu -dft -dft -dft -dft -dft -awP -axT -arm -auf -dft -dft -dft -dft -aFu -aFu -dft -aFu -aSg -aWw -rDZ -moG -bxi -cEj -aar -bhM -cDZ -btD -moG -cbs -amh -aBt -cno -bQU -cwa -cAK -aBt -cHP -ckh -bpf -crW -dbu -cyc -cFQ -dvP -dzy -lnB -dLP -dPf -dVU -dlb -dMi -baF -fSj -gCv -fTl -dIb -dLf -dCD -xsK -dVV -rRy -bKs -cMa -xGa -hes -rRy -cwP -jhv -baF -clJ -rpY -lJK -mKg -pwt -cMy -pwt -pwt -qLE -rop -sek -bOu -vqg -bTY -dtB -quA -lIo -bYj -qqW -crn -iSW -ckj -lBD -vxk -tUR -gXk -lhu -hEY -rcr -nFB -ctH -bYj -qUe -fYZ -nhJ -qUe -cbC -cDU -xuG -cbC -cbC -yhX -ybR -sVN -cNt -lGD -sVN -cVf -cQV -aEh -uHA -ual -oWk -mGL -pQd -puv -rhD -pHL -uHt -djx -pCm -biX -dnh -xyK -lHA -drp -xut -aaa -xwq -gzR -esO -dyw -dzA -jBw -dEH -dEH -puB -cMc -dOm -dIv -dBh -iNC -spW -rxL -xvO -rxL -lhr -ljs -dIx -spR -sKw -cYd -mlW -xjl -dIx -dHJ -dIx -cth -tSH -pwN -dIx -aaa -abj -abj -bqc -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(123,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -abj -abj -aaa -aaa -abj -aaa -aaa -abj -aaa -aaa -abj -dft -aFu -dft -dft -asT -dft -abj -aaa -abj -aaa -aaa -aaa -aaa -aSg -aWw -hjN -aoo -aoo -aoo -aoo -aoo -aoo -aoo -aoo -bBC -bxp -ceP -iOH -iOH -aBt -ceP -aBt -aBs -ckh -cQB -cds -bsD -cEJ -dpe -bxj -bxs -lnB -dMc -cXN -dcO -dlk -bHw -baF -fSD -dBv -bQW -bUm -bcc -dCD -xsK -dWb -hEs -owM -owM -owM -owM -hEs -bWS -xsK -baF -clJ -rpY -cHm -mKu -bGY -bDI -bKB -bGY -wsr -rpB -sek -bOw -vse -dPt -dtB -quA -mlG -bYj -kOV -crn -kLd -dHV -rgA -cpJ -cpJ -cpJ -wvC -xza -blH -gKG -eRS -bYj -cbC -cbC -cbC -cbC -yhX -ugg -yhX -yhX -cbC -cbC -yhX -sVN -jzw -qwa -gjD -hbL -uuo -tjq -uHA -nrB -wEJ -pKg -drs -dgk -dSD -tfy -dkI -djy -tdT -tGM -urC -xyK -xyK -drq -xut -aaa -xwq -xzK -rsW -dyv -dzC -iSY -eWC -jwR -puB -qwG -jOc -gZg -dIx -jxW -qxd -kWt -uuH -xyU -eBz -pXd -oeN -gGA -qYh -umr -tFj -gGA -srZ -jNE -iFv -gMZ -sIs -pql -pSp -abj -bCI -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(124,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -iGw -iGw -arn -iGw -abj -aCb -abj -abj -abj -aCb -abj -abj -acC -aIO -amL -aoo -bxq -bhS -bxk -aNS -xqJ -aNX -aoo -bVN -cdp -aVS -bWL -cbs -aEo -caQ -cdm -cHT -ckh -cQK -qLZ -lqY -cyc -aHw -eFo -cJA -lnB -dMi -dlv -dcQ -dlv -bHz -baF -fTl -dBM -dEW -hFv -aOP -baF -jAF -kFQ -nIw -cxh -xsK -csa -nXm -cuQ -oQz -pux -baF -clI -rpY -sgK -cIX -cKq -udI -cPg -vHi -wsA -wUu -rpY -bOw -vse -dPt -dtB -quA -rIC -bYj -nQR -crn -iSW -cbA -bgb -rLt -dPe -czB -dSL -bYj -dWE -wMA -dZn -bYj -ssj -nPZ -cbC -yhX -hcE -ufD -cbC -iuW -iZQ -sWp -cbC -cVf -sVN -cOY -cPd -vkS -jcR -cVf -uHA -xKP -uJo -pzW -vsH -dds -koA -mIg -vsH -vsH -vsH -vsH -whO -whO -whO -whO -whO -wHM -lwP -dWn -eRD -mMo -dzD -aoc -pJs -pda -puB -iFc -xzo -dFS -dIx -dIx -dIx -dJr -rRO -dIx -dIx -dIx -dIx -dJx -dJx -dJx -dJx -dJx -dJx -dJx -dIx -guD -eIv -pYm -pSp -aaa -abj -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -cDs -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(125,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajq -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaq -aaa -abj -acC -aSg -blx -rDZ -aoo -bxr -bsq -bDi -bFA -aNG -bNK -aoo -bVS -auo -che -che -che -cwt -che -che -cIb -ckh -cQP -csr -aPY -cEJ -dpg -cFG -bxt -lnB -dMk -cYa -aPM -dYt -aSQ -baF -fTp -uPv -uPv -uvW -cGp -baF -jBI -kGf -brY -baF -ctT -nqB -nYi -unx -dCD -baF -baF -qtp -rpY -siM -sek -sek -cUN -cPj -sek -sek -rpY -rpY -bOw -vse -dPt -fTs -dRT -wjl -bYj -inV -eKm -sll -inV -bYj -bYj -bYj -bYj -bYj -bYj -bYj -bYj -bYj -bYj -cXa -cXa -cXa -cXa -cXa -qBv -cXa -cXa -cXa -dzL -yhX -vam -ozs -tKj -ozs -fYC -izb -fJp -uHA -pgp -fnI -xQZ -vsH -wAs -pCB -svh -dhW -gHm -dkJ -dlY -dIg -spH -pKc -onr -vsH -nbr -mmZ -jwe -xQj -dyB -dzD -pJs -aoc -pda -puB -fGj -pYt -dFS -fGj -jIl -inx -hIk -fMD -gFa -rAC -iVn -dMP -jao -yhc -gJj -wyV -lsV -oSy -uxz -dIx -gzB -qsX -eOr -pSp -abj -bCI -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(126,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acP -adf -adf -adf -adf -adf -adf -afc -adf -agP -aaa -acF -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aAJ -tzI -tzI -tzI -aGh -tzI -tzI -tzI -aGh -tzI -tzI -bbV -abj -bgJ -bjK -aWw -rDZ -aoo -bxx -bhW -aNF -oIk -bsq -nSx -aoo -aVS -bDw -moG -gbI -cbs -cwA -gbI -moG -aBs -ckh -aFo -css -aFo -cEJ -aKe -bvV -aKe -lnB -lnB -cYg -lyE -cYg -lnB -baF -unx -dCD -dCD -cas -baF -baF -jCn -dWd -gKC -jYe -cpA -nqG -wVn -six -qMp -jig -jCX -qtU -rhx -qMp -qMp -cKv -cMP -oWg -qMp -qMp -rqO -six -bOw -vse -dPt -dPt -dPt -mDY -wFd -dPt -dPt -gMf -dPt -dED -dPt -tKa -qvr -qvr -qvr -qvr -dYc -ctN -dBH -qoH -qvr -edh -qvr -qvr -hwa -qvr -nNj -cXa -cbC -cbC -sVN -cVf -fvB -vTj -cSd -jcR -sVN -uHA -puv -vye -xQZ -pUL -xdz -rDf -qaw -rUE -jmo -iWl -uPh -loO -wir -rpv -ena -vsH -xSf -xSf -xSf -xSf -xSf -wEh -wEh -wEh -wEh -wEh -dfe -dfe -gLL -tzX -dJx -wpC -hIk -fMD -dMg -sZN -lZk -sZN -nwz -oNV -dMg -ktf -rsE -dJx -sQU -dIx -hMB -vTw -dVo -dIx -abj -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(127,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acQ -acY -adq -aaZ -aed -aed -aaZ -aeV -afF -afB -agP -acF -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aAJ -tLj -aLW -aGl -aGl -aGl -aLW -aGl -aGl -aGl -iZo -bck -acC -acC -acC -aWw -aXJ -aoo -bxy -bin -qVc -qVc -bsq -bOb -aoo -bVU -bCs -gbI -cbs -bVL -cbs -cbs -gbI -cIj -ckk -cQQ -cst -aHb -aGn -rJw -cFI -wCD -aLC -dMn -nsi -aPO -dCK -wCD -aUt -fTY -dCK -bUC -hJA -ipV -huw -jCG -dWf -eaZ -yai -mwB -dMX -hfx -hFg -mLE -pyj -qbQ -qvg -mLE -skB -mLE -dil -ufo -mLE -mLE -mLE -mLE -hFg -inI -uBS -uIF -fsZ -eLE -vyh -kva -eLE -cir -qIq -eLE -eLE -eLE -xRq -eNW -yiC -yiC -yiC -yiC -yiC -yiC -qaH -yiC -wsg -yiC -kTq -wqC -qvr -gRa -cXa -ybR -yhX -sVN -hgH -mAd -cQS -nPX -jlL -cVg -uHA -nfO -aOd -xJv -pDF -ibM -eAH -esT -qZv -sbf -xon -wua -mob -dIh -vib -epd -vsH -gVl -mdc -sPG -oyt -xSP -wEh -iVN -xEA -dNZ -rgD -dsx -dfe -dFS -dFM -dJx -kZL -eJc -fMD -gJj -rAC -iVn -rAC -nDK -yhc -dOS -cwn -qCE -dJx -xPw -dIx -dIx -dSI -dIx -dIx -abj -aaa -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(128,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acT -acY -aeV -aeV -aeV -aeV -aeV -aeV -aeV -ahd -agj -acF -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aAM -mcI -mcI -mcI -mcI -mcI -mcI -mcI -mcI -mcI -mcI -bcy -aRL -bgO -aRL -aWw -bsi -aoo -bxz -bin -aNG -bsq -xqJ -bOj -aoo -bWa -bDw -gbI -bVL -cpO -cwI -cbs -aVS -cIu -cOf -cQR -btP -bsE -diS -dpv -cGj -udw -cGj -cGj -dPl -bHN -cGj -eNq -cGj -fUo -aRT -cHh -hJC -bjc -iTZ -jDk -dWh -bhw -jYe -wVn -boi -oBf -bMH -mMd -mMd -mMd -cEa -mMd -lKE -mMd -tDc -rsM -mMd -mMd -mMd -mMd -bMH -fAR -igj -nzZ -eJR -kFR -fyj -eJR -eJR -gtP -umX -dvf -eJR -eJR -eRU -dRB -dWK -gfQ -pnT -gfQ -ctL -gfQ -cwL -gfQ -gfQ -gfQ -gfQ -gqS -hUk -ncZ -cXa -czD -cbC -cVf -dHD -jMs -cVf -sVN -cSc -nDf -uHA -pEd -vye -xQZ -loO -ddx -dff -qCK -biO -qhf -mTu -ena -wKB -wir -vnq -clq -nYC -qzC -yhY -eeD -yjC -amk -wEh -ruT -gpS -tdf -gAF -bbJ -dfe -sUN -tpM -dJx -ucx -xbJ -fMD -dMg -sZN -lZk -oNV -nwz -oNV -oca -hIk -tDg -dJx -hmE -dIx -hyk -vTw -dXU -dIx -abj -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(129,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acU -acY -adw -aeg -aeg -aeg -aeH -afg -afG -afB -agg -acF -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aAJ -tLj -axf -aGl -aGl -aGl -aLZ -aGl -aGl -aGl -vLk -bck -acC -acC -acC -aWw -aXW -aoo -bxA -bix -aNH -aOY -aNH -bOn -aoo -bWb -bDw -aVS -aVS -cpQ -cxA -bVL -aVS -cIR -cko -aFA -aFA -aFq -cFO -aFA -aUv -aFA -cYW -qiF -cYW -bCN -cYW -bEK -cYW -aYZ -eZR -aYZ -bce -aYZ -aYZ -cdx -dWv -bhx -aYZ -wVn -ipW -nIm -bqr -tUd -cUQ -cUQ -bwf -kZv -slr -mMq -mPJ -bHj -bHj -vIC -vIC -vIC -bHj -bSE -dml -dpt -pId -pId -pId -pId -pId -vof -tEl -bSE -bSE -bSE -bSE -jSu -yeI -csK -csK -csK -csK -csK -csK -csK -csK -csK -sqZ -mOb -tKa -moW -cXa -cXa -uvt -qWU -qWU -qWU -qWU -qWU -qWU -qWU -uHA -hoS -fnI -xQZ -ets -dkP -hvE -cMl -lzg -gyW -dkM -dlZ -dIg -uPB -oYk -ujh -vsH -niq -tSo -dwg -xTh -dyG -wEh -hLJ -gpS -kMz -trI -ehA -dfe -xAu -bAE -hVD -bAe -eVh -sOW -nvA -nvA -nvA -nvA -wJP -pnK -gOL -pcb -dQi -dJx -dXS -dSA -fmK -vTw -dXS -pSp -abj -bCI -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(130,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acV -adf -adf -adf -adf -adf -adf -adf -adf -agg -aaa -acF -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aAJ -tzI -tzI -tzI -aGh -tzI -tzI -tzI -aGh -tzI -tzI -bcA -abj -aFy -aRQ -aWw -btk -bdx -bxB -biQ -bDT -aoR -bJk -bOo -aoo -bWx -bDw -cbs -cnq -bfY -bVz -cbs -gbI -cdS -cku -aFA -csz -aFr -btQ -cDm -cFL -aFA -byP -riI -dPp -ddc -bEK -eTb -dtC -fUt -dCM -bgo -bcf -aYZ -bdz -dSQ -dWz -bhy -aYZ -wVn -ipW -bog -bqr -bOA -bOA -bOA -bwf -cFK -lKX -byU -nZz -bHj -peP -vJr -wsN -wVc -xPL -bSE -vww -bTZ -fuj -tea -tea -tea -sov -gzr -bSE -jXE -dKa -fbU -bSE -dwM -wrB -csK -fvE -sMv -iOJ -cvo -xcz -jUR -eto -csK -grW -cgV -cQp -dEb -joW -nsA -dkn -sqK -pOa -ubA -uHA -hQl -wiY -nDj -uHA -oBj -vye -xQZ -wbP -hQW -gpA -xoj -vsH -vsH -wKB -vsH -vsH -vsH -vsH -vsH -vsH -gYb -ykR -xSf -xSf -xSf -wEh -pnv -uoY -dDQ -fkL -kdl -bpR -vJX -fGj -dJx -orN -qCE -nGI -gJj -rAC -iVn -yhc -gJj -yhc -oca -hIk -nGI -dRr -elZ -sIs -ikc -eNt -vCx -pSp -aaa -abj -aaa -bCI -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(131,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acF -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -acC -aSg -blK -rDZ -aoo -bxE -biU -apJ -oBd -aNH -bOn -aoo -bWL -bDw -gbI -aVS -aVS -bVL -cbs -gbI -cJd -ckW -aFA -cSJ -dbv -aGo -nlF -dvR -aFA -dFm -ddk -ddk -dVX -aUx -eTZ -fsk -aYZ -gCx -dFq -hLh -dLx -lmd -xBC -cgK -bhz -aYZ -mxH -ipW -oBf -luQ -aaa -abj -aaa -bwf -mMQ -byL -mMQ -mMQ -bHj -uQU -vLR -qQG -vLR -xQi -bSE -bSE -bUa -keb -tEl -keb -oKQ -keb -bSE -bSE -tlZ -pUz -ikJ -bSE -fvI -wrB -csK -mnN -uWd -tFd -tFd -tFd -jme -cFE -csK -cCM -lAr -qVp -uLT -cHw -hyI -kGp -kGp -hyI -nBu -uUW -xMc -tcp -tuK -cZC -esP -mKZ -xQZ -cVZ -xAj -nQS -rKQ -dzI -xAj -xAj -xAj -dzH -xAj -xAj -xAj -duY -xAj -tEB -xAj -dyC -dzI -wEh -tgP -wlE -xXf -tLT -gMU -dfe -kVJ -wKr -dJx -mSE -nfd -nGI -dMg -sZN -lZk -sZN -dMg -oNV -dOS -cwn -nGI -dJx -gSF -eye -dTf -wBo -dTm -pSp -aaa -abj -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(132,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -abj -abj -abj -abj -abj -abj -uvC -aAN -uvC -abj -abj -abj -abj -uvC -aOk -uvC -abj -abj -abj -abj -abj -acC -aIl -btt -aoo -aMv -bjM -aoS -brk -aqH -btK -aoo -bWR -bDw -moG -gbI -bRK -aVS -gbI -moG -cJj -cOj -aFA -cTj -aFt -aGp -aHB -xHA -aFA -dFv -aNb -aUy -ddd -cFF -cjQ -pkf -aYZ -blf -ilz -oZS -bXb -iUP -beY -pKu -cjH -buS -wVn -ipW -oBf -luQ -aaa -abj -aaa -bwf -bwf -cHC -cJr -bwf -bHj -uVC -bHd -bFr -rvg -skp -bSE -hqq -qWf -bUI -bIG -cbN -fqv -vxW -bbY -bSE -bSE -dKt -bSE -bSE -gIn -cpK -bsJ -sUY -dFX -ygC -ygC -ygC -wDT -hFx -csK -tdo -yem -vzv -saY -dkn -njP -dkn -dkn -iQQ -ced -sjW -oEj -tlc -xKu -sjW -pAy -hCs -qGf -nmp -xJf -nbx -rKZ -sid -xDv -lBh -dqb -gkY -dqb -jmL -dqb -esa -xDv -dvd -xDv -hYi -rNO -exh -wOf -oFp -dDR -dFn -ygS -dfe -dIy -fGj -dJx -vyD -hIk -dRm -kKB -quO -lAD -quO -kKB -xQb -kKB -rIY -ycx -uVh -dRt -kGG -dXV -lCa -dTm -pSp -abj -bCI -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(133,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -aaa -aaa -abj -aaa -aaa -abj -aaa -uvC -aFY -uvC -dZp -uvC -uvC -dZp -uvC -aFY -uvC -aaa -abj -aaa -aaa -aaa -aSg -aWw -aXK -aoo -bxI -bjN -aNI -brk -aqM -bOs -aoo -cbs -bDS -chg -ckN -cqw -cxS -ckN -ckN -cJn -aVS -aFA -cUa -cvh -cye -nlF -bwj -aFA -dFW -ddk -ddk -oNr -jct -aSW -dtI -aYZ -gCI -dFt -bci -dLx -lmd -dSW -kGW -cjO -buS -wVn -ipW -oBf -luQ -aaa -abj -aaa -bwf -rlm -lKX -byU -cKT -bHj -uVS -pzi -qQS -bPY -xQv -bSE -vwH -dxf -dtF -dxf -dtF -dxf -loT -iIl -vtj -ylM -mqB -tKk -bSE -dwM -rpT -csK -fyz -pCs -iuh -iuh -iuh -nIG -lsz -bgk -ejB -cER -cQm -lGN -jpa -jSV -lfd -knb -fmw -tpR -kXP -esz -eVB -job -jJs -rJZ -mNY -mHX -oVl -xDD -xDD -cJT -wOF -xDD -xDD -oxm -eCO -xDD -mEE -xDD -anP -xDD -xDD -xDD -mSh -dzJ -wEh -aob -kQU -dCL -oXs -dGO -dfe -rtl -rNh -dJx -qJh -hIk -dKe -jRL -sZN -lZk -uUa -dip -oNV -dMg -tJN -jnr -dJx -mnO -vYK -dUK -dUl -dTn -dIx -abj -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(134,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agp -dZp -dZp -dZp -dZp -uvC -dZp -dZp -uvC -uvC -aAN -uvC -aDG -aFB -aGy -aJz -uvC -aOk -uvC -uvC -dZp -dZp -uvC -dZp -aSg -blL -aKT -aoo -aoo -aoo -aoo -apL -aoo -aoo -aoo -bXf -bDV -chA -cnE -cqK -cxY -cBo -xQW -cJp -clz -aFA -cUj -cvA -aGr -aHD -bwi -aFA -dGd -aXF -aXF -oNr -aRq -eWR -tJu -aYZ -gDy -bco -tGi -aYZ -bdE -dSQ -cgP -ebz -buS -wVn -nqH -nYK -hHa -abj -abj -abj -bwf -rma -lKX -byU -lSG -bHj -uWM -pzJ -bIT -hRv -bMG -bSE -kpT -wCm -dAr -wCG -dAr -wCG -fWS -dFa -cfA -wCm -qqU -dNC -sZn -nlu -mwA -csK -cvE -mkM -ctP -qui -mck -qxQ -czG -dRL -oFJ -xMi -vzv -oqA -oKl -njP -qhT -dkn -iQQ -ghN -rsV -oEk -cKr -srA -rsV -uZs -iVI -uDz -vEo -vEo -rjs -vEo -dlT -vEo -rjs -vEo -tXf -tXf -tXf -qOh -gVV -qOh -tXf -tXf -tXf -ykx -wEh -dfe -dfe -dfe -dfe -dfe -dfe -rtl -nte -dJx -yiZ -iBW -jiS -yiZ -yiZ -yiZ -dJx -dJx -yiZ -yiZ -yiZ -dJx -dJx -tEG -dIx -dIx -dIx -dIx -dIx -abj -abj -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(135,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -afH -dZl -dZl -ajr -alv -uvC -aoO -axa -arX -auc -axa -axh -axa -axa -axa -axa -axa -axa -axa -axa -axa -aUB -aYQ -arX -axa -bgU -aSh -bme -btw -ann -mIO -mIO -aoU -apM -nVJ -nVJ -nVJ -bXJ -cdt -aDI -aDI -aDI -aDI -aDI -aDI -aDI -clH -aFA -aFA -cvv -aFA -aHE -aFA -aFA -dGi -aXF -aXF -oNr -aWd -qfr -ckz -aYZ -aYZ -aYZ -aYZ -aYZ -iVa -dTd -cgR -ebY -aYZ -mxV -ipW -oBf -luQ -aaa -abj -aaa -bwf -rmb -lLb -sPM -tDN -bHj -uXj -pAL -bIV -dae -deo -tYf -rju -wCp -bYn -rTE -bLL -rxc -bYn -dFb -rTE -jVx -wFJ -dNO -bSE -qtv -ccI -csK -fyz -pYR -eXx -eXx -eXx -gIu -lbE -gxk -hev -rKL -vzv -oqA -jqb -ugy -gRN -jQt -ugy -iRd -rot -uEZ -pBD -pBD -pBD -mnh -oXm -cZu -vEo -vvY -xcG -avZ -die -dkQ -xcG -hsS -tXf -xQB -uQL -omU -klr -fFf -roU -eri -wnh -ykx -dAW -fqo -tzX -dEa -wKr -fGj -wKr -kVJ -ygb -keY -iEY -sWh -bko -tzE -mhS -kJs -tum -uMU -tii -mhS -jkJ -sWh -wuc -etU -vgu -dSf -vat -dTp -dUb -gYI -acF -aaa -abj -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(136,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -afK -ahe -aii -dZo -ayB -amj -aoT -aqB -asi -aul -asi -axu -aBc -aBc -aBc -ahQ -aBc -aBO -aDE -aII -aII -aII -aII -aII -aII -alF -bjI -aWf -aXL -lZy -lZy -lZy -lZy -lZy -lZy -lZy -lZy -bXL -bEf -wMm -bPt -bRY -bWf -cbB -cdw -aDI -clI -aFA -cUs -cvA -aGu -aHF -bwk -qXC -aXF -aXF -dPy -dWe -ell -aXF -hMZ -dxa -gDz -dGc -bcd -bXy -iVE -cdy -kHa -bhE -aVc -wVn -ipW -oBf -luQ -aaa -abj -aaa -bwf -bwf -lOt -sPY -tEw -bDR -uXu -pBp -cus -dag -dep -bSE -uXN -wCG -wCG -wCG -dCX -poi -wCG -wCG -wCG -wCG -psg -xQd -dPO -srp -jwn -unk -vte -dYd -ygC -ygC -ygC -ixs -qRN -csK -cCM -xMi -vzv -mcd -nJZ -ouL -oSZ -dkn -iQQ -sDC -pBD -oJF -mZM -clb -ofk -poO -iLA -pCn -vEo -qFV -kaX -kaX -gha -kaX -kaX -etO -utT -xUz -hJX -qNZ -xdb -nzN -nzN -cbI -uQV -jRH -plG -khf -aKq -yjo -eOC -aKq -yjo -kku -nFf -fEU -kUr -umd -jtr -wuc -wuc -wuc -umd -hIZ -wuc -wuc -wuc -umd -xQY -ihv -sme -pMp -sme -sme -iOD -abj -abj -aaa -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(137,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -afM -dZl -dZl -ajv -ahr -uvC -aoV -aud -aNw -aph -aud -axN -aud -aud -aah -aah -aud -aJF -aMf -aud -aud -aUC -aMp -aNw -aud -bhn -aSh -bms -aXW -lZy -dyn -bMC -bEc -apO -aqK -bFi -lZy -bWL -bEh -aDI -cnH -cqT -beU -cBt -cCV -cJG -cOl -aFA -cUx -dbU -aGt -dpH -aSV -aXF -dGD -vLQ -dPF -oIy -enm -cHc -aXF -xuK -bKU -xBC -bKU -iqk -iWe -dTd -sKF -bhF -aYZ -myq -rfm -nYW -luQ -aaa -abj -aaa -qws -roH -lOz -byU -bCl -bHj -pHr -pHr -cVm -dan -des -bSE -jMm -wFb -bIE -rsK -bSE -bAT -ppf -mUi -bgD -tAz -sxX -dNT -bSE -dwM -hpE -csK -uDd -wPc -dZy -eYe -dZy -bDk -jLs -csK -hzX -kUz -noj -oqA -sRG -ugy -oBH -hnE -ugy -iQQ -cRb -oIq -fVX -nsS -dgv -nsS -oXK -daC -rjs -kPy -dfh -dyI -sjm -vnI -dkS -dnn -utT -biZ -drv -rzT -dsE -rru -xeT -idx -fQT -ykx -wKr -dBd -uBY -uBY -uBY -uBY -uBY -uBY -uBY -pBI -lap -fkq -lFG -dKo -dKo -dKo -fbL -dKo -dKo -dKo -dKo -ubP -dKo -bgj -sme -dSg -nuU -jCz -iOD -abj -bCI -abj -bCI -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(138,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agp -dZp -dZp -dZp -dZp -uvC -dZp -dZp -uvC -uvC -auS -uvC -atL -ahR -ahR -aJV -uvC -auS -uvC -uvC -dZp -dZp -uvC -dZp -aSf -aWw -rDZ -bnn -wrm -bAt -bEe -bFB -bJs -bOD -bTR -bYd -bEi -aDI -aZg -bbR -aBx -azi -aAt -aDI -clJ -aFA -cUF -cvP -aGx -gLd -aSV -aXF -aXA -aWc -dPN -oIy -tPj -vLQ -aXF -dxb -xBC -dGk -cgz -bLl -bdQ -jCJ -bgs -ecz -buS -wVn -ipW -nYY -hHa -abj -abj -abj -pBK -rpj -snq -kfi -nVR -bHj -bFy -pHr -bIX -pHr -bHj -bSE -bSE -bSE -bSE -bSE -bSE -bSE -bSE -bSE -bSE -bSE -bSE -bSE -bSE -hzp -yeI -csK -crr -mYX -ctQ -rnJ -gcg -uYw -fXK -csK -pCP -xMi -vzv -oqA -sRf -njP -qhT -dkn -iQQ -xXi -pBD -rTF -naq -oIq -kSR -oIq -naR -yjq -vEo -kPy -dfn -wGs -tjR -wGs -dfn -uIQ -oNS -dIi -dzQ -qqe -vuD -dwk -dvg -xFd -xlY -rLk -fIC -eGb -uBY -lJs -tqz -hze -mRJ -kyv -uBY -eCf -ixz -cjD -dKi -dro -lJE -see -lEe -yhZ -lJE -dro -oJy -gah -lJE -iAS -jwW -dSi -vNk -mRH -wbZ -abj -abj -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(139,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -aCb -aaa -abj -aaa -aaa -abj -aaa -uvC -aFY -uvC -ahS -aFF -uvC -dZp -uvC -aFY -uvC -aaa -abj -aaa -aaa -aaa -aSg -aWw -rDZ -lZy -bxX -aNl -bOr -brl -aqN -arD -lZy -bZm -cdS -aDI -cnL -bSg -bWg -aEs -cdF -aDI -clJ -aFA -cVT -cvO -cyt -gLd -aSV -aXF -aXF -aXF -aXF -oIy -tPj -fUv -aXF -fVj -aUG -tuE -hLK -irC -vvn -cgS -kIA -egl -buS -wVn -ipW -oBf -luQ -aaa -bwf -ydg -bwf -jKY -lVo -byU -tEy -bHj -bHj -cVF -wts -bKE -bHj -diU -bSE -aaa -cks -cgE -man -ely -dDa -dFc -mOw -cks -dBL -xjd -dPQ -dwM -npP -csK -csK -xAH -csK -csK -csK -csK -csK -csK -aVO -hwz -qVp -xdX -eEu -hyI -xnM -eEu -hyI -sOE -pBD -mAO -nIS -nGQ -okH -nIS -oYj -nIS -pYJ -qzk -hFn -wGs -doK -wGs -hFn -dnn -utT -nan -fZf -drC -dsG -rru -xeT -xDU -dxu -ykx -pYt -kVJ -uBY -kzh -sSo -pBl -omC -kId -lpx -svM -xQS -dXa -gwP -dKo -wze -xNa -dIO -xNa -uYG -dKo -cFy -eGt -uYG -xhn -xqX -pOS -dSJ -dTs -wbZ -aaa -abj -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -fmL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(140,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -abj -abj -abj -abj -abj -abj -abj -uvC -auS -uvC -abj -aaq -aaa -abj -uvC -auS -uvC -abj -abj -abj -abj -aCb -acC -aIO -amL -lZy -lZy -atv -bnn -brn -bsC -lZy -lZy -moG -bEG -aDI -aDI -bbZ -aym -azk -aAv -aDI -clJ -aFA -cWe -cvP -aGx -gLd -nCH -aXF -dGD -aWc -cDn -oIy -tPj -uJA -aXF -irI -xBC -cke -dId -bLl -bdQ -jCJ -qRn -ckd -buS -wVn -ipW -oBf -luQ -aaa -pAg -qcB -qwy -rpO -bmb -byU -lSG -cNe -bJh -bJh -bJh -bJh -bJh -bJh -bJh -aaa -cks -nph -qXy -tfd -lRu -ohb -eKX -eDV -ciD -wrB -wrB -dwM -wrB -dVm -hQI -dYg -pSF -cvt -gSi -okj -lJZ -cBe -cCM -xMi -vzv -saY -dkn -njP -qhT -dkn -iQQ -tot -iVt -gjV -cTR -cTU -oIq -oIq -oYt -pCx -vEo -kPy -vQY -wGs -tjR -wGs -krN -sWC -fno -uQV -dsu -wJB -wiW -wJB -xhi -dxv -fXx -ykx -wKr -kVJ -uBY -hVe -ivw -qUz -dFp -mTD -iZd -vJv -tVC -xNa -gwP -dKo -wze -dIO -vCW -dIO -uYG -dKo -cFy -xNa -rFi -xhn -dRO -dSj -dSP -dTt -wbZ -abj -abj -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(141,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acF -aaa -abj -aaa -aaa -aup -awr -aMt -aAQ -aMt -ugW -ugW -ugW -ugW -aMt -aAQ -aMt -aUI -aaa -aaa -aaa -aaa -aSg -blx -btz -bvL -byh -bkz -apa -apR -arF -arF -aQx -bZz -bEI -cGf -aDI -bSz -beU -bgl -bhY -aDI -clJ -aFA -cWp -cvQ -aGw -gLd -aSV -aXF -aXA -dMq -dPN -oNr -eoM -eYG -aXF -fXt -bKU -xBC -bKU -lmz -seM -dTu -dWC -ehB -aYZ -wVn -ipW -oBf -luQ -aaa -pAi -jGZ -bwg -byU -lVo -mft -tHP -osl -bJh -vMe -bOG -rzo -bMN -xsa -bJh -abj -cks -vmb -bYp -nWl -iHE -cdD -dGK -cks -quv -wrB -uFX -rcT -uFX -wrB -rrz -wrB -vgP -iwz -gLH -fCs -feu -gFf -cCM -xMi -vzv -oqA -oKl -ugy -bJP -vyT -ugy -tot -gOq -aiF -cTB -cUY -cVs -oIq -cYB -daE -vEo -qEx -nom -tHC -rwB -tHC -tHC -lsc -utT -xsv -hGm -vMV -wjc -wJG -xus -gih -dxw -ykx -fGj -kVJ -uBY -kZQ -hrY -xKw -kpr -irg -uBY -cfR -xQS -qwo -gwP -dKo -wze -dIO -oeC -dIO -uYG -dKo -cFy -dMm -uYG -xhn -olG -dSk -sCz -dTw -iOD -abj -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(142,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acF -aaa -abj -aaa -asl -auq -amp -axU -ahC -awX -nlE -nlE -aGF -nlE -aMg -ahC -aQp -amp -aaa -aaa -aaa -aaa -acC -bmG -btY -ani -byu -bAy -arG -bFC -arG -arG -bUc -arG -cei -cTQ -cnS -cqW -beW -bgn -big -aDI -clI -aFA -cXD -cvT -djc -dpR -dwh -aJv -aXF -aXF -dPP -bCO -epg -aXF -aXF -fYR -dwo -gYJ -oLF -gfO -iWC -bKU -kJm -bhJ -aYZ -wVn -ipW -oBf -luQ -aaa -pBK -jIv -kfh -lfA -jUO -rlm -tIL -ugf -bJh -bMY -soL -wXI -bMY -qlT -bJh -aaa -cks -bOt -pFF -qjj -mxb -gQD -loS -tlg -kRz -dYk -sKT -wZF -xfT -iui -jOE -iBh -rcA -fYm -cyf -fYm -fYm -rcA -cEb -fgD -vzv -oqA -bRo -eFC -qhT -dkn -bNH -wId -iVt -hXm -ohz -cUZ -pBD -cYj -wEb -daF -dfm -wcO -qbx -qxY -khT -qxY -kCV -evO -ykx -doP -drN -vNU -ykx -wJK -lmj -xEf -dxx -ykx -nte -eKh -uBY -uBY -nix -jXe -dFr -uBY -uBY -eYh -xQS -pAn -gwP -dKo -wze -dIO -dMW -dIO -uYG -dKo -cFy -dmr -uYG -xhn -kxD -dSl -dSM -dUg -iOD -abj -bCI -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(143,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acF -aaa -abj -aaa -asl -app -ugW -atq -frq -ahC -ahC -ahC -ahC -ahC -ahC -frq -awU -aUS -aMt -ugW -aUI -aaa -acC -aWw -btZ -bdF -byE -bkK -aqQ -apT -aqQ -aPt -aMz -atx -bEN -aWI -ayj -cqY -beZ -cBJ -aUY -aDI -cOm -aFA -aFA -aFA -aFA -aFA -cYW -cYW -qiF -qiF -ggP -cYW -eqp -qiF -qiF -aYZ -aYZ -aYZ -aYZ -wdz -kCr -wdz -iGF -aYZ -bjt -wVn -ipW -oag -hHa -abj -bwf -qcG -byU -byU -bUt -sQx -nXe -osE -bJh -vNo -soL -bKH -soL -soL -bJh -aaa -cks -cks -cks -cks -cks -cks -cfD -cks -sgo -ueQ -oSv -vCr -eYY -sYX -rrz -wrB -pSF -hgx -lTb -wMB -czK -vgP -cCM -xMi -kKR -fRt -mDj -oqA -nMi -gik -oqA -mDj -pBD -cVc -pBD -cVc -rot -mJJ -cZr -vNZ -dfm -dfm -dfm -dxF -sio -dpY -jhc -dfm -ykx -mJJ -mIZ -vNZ -ykx -ykx -tdA -tdA -ykx -ykx -mhL -faL -uBY -mgP -phR -dXy -phR -dGe -ukf -eey -tVC -xNa -gwP -dKo -wze -dIO -qsg -dIO -uYG -dKo -cFy -xNa -rFi -hax -sme -dSR -dTi -dUf -iOD -abj -bCI -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(144,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acF -aaa -abj -aaa -asl -app -ugW -agh -frq -ahC -jeA -jeA -jeA -jeA -aMm -frq -aRH -aKI -aZu -aNx -ugW -aaa -acC -aWw -aYY -bdG -ojf -bkX -bOv -aQy -bsG -bOO -bAl -bBG -bEN -bNz -awb -xPP -xPP -xPP -xPP -xPP -cOn -aDD -cXQ -xPP -aGz -cDp -xPP -xPP -xPP -xPP -dQb -deq -bFI -xPP -xPP -gat -dCP -dGw -xPP -xPP -xPP -xPP -kKd -xPP -bcn -wVn -nqM -hhH -luQ -aaa -pCr -jJO -cEn -cGm -cHF -mUz -tJk -oth -bJh -soL -bMY -dmz -smb -mHJ -bJh -aaa -lEk -lko -dXx -bZY -dDf -dFe -nab -chh -ciD -ckq -uvO -pQg -coA -rFJ -rrz -qDm -vgP -cEd -cCG -cBj -nmf -xKd -cCM -cEQ -qVp -slb -xUN -xUN -xQG -xUN -xUN -xUN -lZA -xUN -mCD -xUN -xUN -ayU -chO -ntS -xUN -dim -fDj -miw -siH -miw -kQV -mCD -xUN -uRI -dql -xHs -xUN -dim -xUN -xUN -xUN -ylQ -xUN -xpj -xWm -mjx -dGR -dGR -mZk -oeE -nJD -mUT -mLJ -rxx -dTW -xkm -wze -xNa -dIO -xNa -uYG -dKo -cFy -sCQ -uYG -xhn -xqX -nkv -iJa -jtt -iOD -abj -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(145,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -acF -aCb -abj -aaa -asm -asm -amp -ayb -ahC -oqI -aDM -aFI -aFI -aFI -aMn -aOq -ahC -aqh -aMu -aNx -ugW -aaa -acC -aWw -buH -bem -ojf -atB -bOv -aOr -bOv -bOR -bAl -bZH -aTD -aYP -awc -bcr -bWv -cnm -cnm -cnm -cOs -cnm -cXT -cnm -djM -dqq -cnm -cnm -cnm -cnm -aOF -deB -eqC -ejA -fsw -cnm -cnm -har -cnm -cnm -ejA -cdO -kLZ -ejA -mhX -bll -nrz -oah -luQ -aaa -pDh -qcM -kfi -rpQ -sot -bDW -nXE -bDY -bFz -vPu -qSG -wYX -bMQ -rKr -bJh -abj -lEk -qnk -tzR -prr -lzm -tdC -qAX -chi -lsQ -mcY -hIc -hoT -dTr -dYi -rrz -djU -vgP -pri -dbl -cyk -fYM -cCH -pEm -cBA -wfQ -rlE -viq -viq -vxe -dWj -viq -viq -viq -pRB -ogb -doy -pRB -pRB -pRB -pRB -pRB -pRB -pRB -pRB -doU -pRB -doy -qVg -pRB -pRB -pRB -pRB -pRB -uQY -qKO -pRB -fbl -qVg -pRB -sAT -hMh -mhB -xPa -tkW -dYo -nWI -hdV -dZK -rdn -nnI -kHS -qBn -wDx -fUb -pvm -fUb -wDx -dro -gds -psj -pBJ -xhn -gVK -kpn -dTD -dXW -wbZ -abj -abj -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(146,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acF -aaa -abj -aaa -asl -app -ugW -ayi -frq -ahC -nlE -nlE -nlE -nlE -aMr -frq -aRH -aKM -dfA -aNx -ugW -aaa -acC -aWw -aYY -wmW -ojf -aNp -aNJ -aOt -bOv -aPz -bAl -atA -aTE -byF -awd -ayW -bYf -cwd -cwd -cwd -cwd -cnn -cjZ -cwd -aZb -cwd -cwd -cwd -dGH -cwd -dQr -bCP -cwd -cwd -fsz -cwd -cwd -aZb -cwd -irD -irD -jDW -irD -fCi -mid -bnc -ntG -hhH -luQ -aaa -pDj -nfb -cEn -cGm -bUt -cJl -bCn -ovT -bJh -vQn -bMY -wZo -smb -diX -bJh -aaa -lEk -xWn -oBA -dBN -xXP -dFe -dGN -dIw -tIK -ckq -oIf -rZN -oqN -rFJ -rrz -lgh -vgP -lDo -eYO -cEs -fZs -jqk -rSJ -bAN -cIU -slb -lTJ -xUV -xUV -xUV -gJw -pgL -pgL -cWL -dvk -cVe -cWL -cWL -upS -cWL -dca -pgL -pgL -pgL -pgL -dnx -fau -szY -uuu -dJE -uuu -nOn -qLt -qfO -hyT -pgL -aWP -uVI -pgL -gGp -xWm -mjx -ixy -dGR -dGR -deN -nJD -dHN -woF -dJB -woF -sqO -dKo -dKo -cJu -dKo -dKo -dKo -dKo -jaQ -xsI -iAS -oMx -mrG -izr -dTy -wbZ -aaa -abj -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(147,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -acF -aaq -abj -aaa -asl -app -ugW -atq -frq -ahC -ahC -ahC -ahC -ahC -ahC -frq -aIJ -aUS -aMt -ugW -aDS -aaa -acC -aWw -aYY -beo -aMz -bAz -awh -apT -awh -bOS -byE -bZL -bEN -auz -cnZ -wXh -ayr -bFu -wXh -bFu -bFu -bFu -deG -cwC -dfM -dfM -cFP -dfM -deG -deG -deG -deG -grq -fgk -cdV -fgk -grq -grq -grq -fgk -fjY -jEw -fgk -grq -mjf -bnc -jya -hiB -hHa -abj -bwf -jOq -byU -byU -bUt -mUS -bCo -cMU -bJh -cSu -soL -bKN -soL -soL -bJh -aaa -pty -pty -pty -pty -pty -pty -hSo -pty -ciE -gAS -clP -uPo -oGK -cbH -rrz -vjx -pSF -hgx -pJV -cBk -fZE -vgP -cEN -xcb -gZr -uzj -xYU -jWl -jWl -xYU -cNI -xYU -jWl -jWl -xYU -cYw -uzj -jcU -rTW -jcU -dfv -dfv -njG -eGn -dfv -dfv -bty -fUm -doW -qNW -bty -duk -duk -oof -uAm -duk -duk -duk -uDa -sAv -uBY -dCW -reI -oTc -reI -iZi -ijj -vBp -jnX -jnX -jnX -jnX -jnX -pZl -eXW -iPd -jnX -jnX -jnX -pZl -xQY -xhn -vur -qEK -sCz -dXK -wbZ -abj -abj -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(148,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acF -aaa -abj -aaa -asl -auq -amp -axU -ahC -awX -jeA -jeA -aGJ -jeA -aMP -ahC -aSA -amp -aaa -aaa -aaa -aaa -acC -bni -buK -bvN -anQ -bAF -aYP -aqg -aYP -aYP -aYP -aYP -avf -axj -bFu -bcz -ays -tZI -rxE -cKZ -cOv -cQU -deG -bsF -dfM -blB -dww -dzE -dGI -cSb -dQB -deG -aRC -eYQ -ftP -dyd -gDV -grq -hMY -iso -dPk -jEJ -dWH -lyi -fgk -bnc -jya -kow -luQ -aaa -pET -jPa -kfh -rtJ -sqY -rlm -bCp -cMY -bJh -bMY -soL -xbk -bMY -wMO -bJh -aaa -pty -ppQ -iLo -dBT -dDj -dFi -oop -cfH -ufg -dLb -pkL -mRi -gdV -hmS -jRu -oqa -rVP -cyg -oqr -cyg -cyg -rVP -cCK -hzk -liV -xYU -dmH -oOr -ndm -eHp -fTC -nxa -oOr -ndm -nbA -dws -cWY -owp -jdp -hlj -dfv -ddE -wMY -duT -tIb -dfv -cQW -qXv -uuD -dIL -jTV -duk -gZC -vbc -rQT -sZp -eyi -duk -oRg -nGg -uBY -uBY -dEV -dEV -dEV -uBY -uBY -sbq -dIJ -xxb -dLD -dIJ -dAO -vBp -jnX -oCD -wbr -mhS -vcx -vBp -jnX -oCD -vur -tYi -mHs -dTA -iOD -abj -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(149,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acF -aaa -abj -aaa -aaa -auy -aws -aMt -nhd -aMt -ugW -ugW -ugW -ugW -aMt -nhd -aMt -aDS -aaa -aaa -aaa -aaa -aSg -bnj -buO -bvS -aMT -aNq -boz -arL -bKc -bKc -byF -bZN -bEO -chC -bFu -bFu -bFu -bFu -bFu -bFu -cOw -bFu -deG -dce -aGD -mME -dwy -bxv -bxv -dMs -dQP -dfM -eqN -blt -bVd -aNm -gEq -fgk -hNt -aNm -aNm -fVO -aNm -lAA -fgk -bnc -jya -kow -luQ -aaa -pFp -qde -bwc -byU -lVo -sQS -cKS -cNb -bJh -vMe -cWa -xbr -bMV -gFX -bJh -abj -pty -ciJ -nPN -hLi -unE -sJO -kiG -pty -qQz -vjx -uFX -iqh -uFX -wrB -rrz -vjx -vgP -iwz -rjT -fCs -gaE -gFf -rSJ -xMi -liV -ixo -oOr -dFQ -oQU -cPy -cPy -cPy -cPy -oQU -dFQ -gDY -rbh -ckp -ogy -vpM -dcc -wSW -eYT -jhQ -tXC -dfv -gzd -fbF -pAV -uRQ -qcF -duk -pem -xmM -rQT -xGL -jxO -duk -wEP -woA -oRg -aaa -abj -aaa -abj -aaa -dIO -dIO -dIO -dIO -dIO -dIO -dIO -xYF -dIO -xYF -dIO -dIO -dIO -dIO -dIO -xYF -olG -mle -dSR -jmR -wbZ -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(150,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -abj -abj -abj -abj -abj -ala -aGQ -ala -abj -aaa -aaa -abj -ala -aGQ -ala -abj -abj -abj -abj -abj -acC -aIl -aZf -wQV -wQV -aNu -vVe -aSc -aOZ -wQV -wQV -jWD -cew -jWD -ayA -cqZ -bfl -azs -aAC -bfl -caI -cnp -csF -dcq -aGE -dqv -cGc -cKb -cOe -cSe -bAV -dfr -eqY -bvA -dtJ -bOl -bQu -dGy -hOi -dLX -dPo -bju -aNm -dZg -fjY -bnc -jya -kow -luQ -aaa -pGI -jQa -bwd -rum -lQL -byU -lSG -cNe -bJh -bJh -bJh -bJh -bJh -bJh -bJh -aaa -pty -rBx -qlP -dCb -cbY -cdK -cfj -otO -tIK -vjx -vjx -dRW -vjx -cpW -dWQ -vDO -pSF -cCL -cBn -cyh -sEp -cBe -rSJ -cEe -xuv -lRh -sdF -wds -udO -heZ -pDt -sRA -heZ -kml -rYG -ddF -cWQ -cYn -nqE -vAj -oqZ -upx -rlj -kJV -fqa -suE -jjT -tHH -doX -drD -dvm -duk -elv -xZk -rQT -xFp -xXm -duk -wEP -oIw -tkc -abj -abj -abj -abj -abj -abj -abj -abj -abj -aaa -aaa -dIO -iaa -dIO -iaa -dIO -abj -abj -abj -dIO -iaa -lpd -jLD -lpd -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(151,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -abj -aaa -abj -aaa -aaa -abj -aaa -agi -aBj -ala -ajN -ala -ala -ajN -ala -aBj -ala -aaa -abj -aaq -aaa -aaa -aSg -aWw -aZh -wQV -bgi -aou -api -apZ -asY -btR -wQV -aSd -bFb -avb -ayA -crg -cyH -cBM -cDt -cLc -cOx -cnN -cXU -dcv -cyP -cyP -koK -cKj -cKj -dMG -cZp -dfM -ese -dpD -ioo -aNm -gEw -fgk -dmp -aNm -bYg -jGR -aNm -dZg -fjY -bnc -jya -kow -luQ -aaa -bwf -jyc -bwf -bxn -lVo -byU -nYp -bHx -bHx -vQz -wtu -bKP -bHx -aaa -abj -aaa -pty -sKp -iLo -ubI -clD -xQz -sHX -pty -mdd -eQZ -yfD -uue -fIG -csV -csV -uzy -csV -csV -csV -csV -csV -csV -muF -xMi -liV -ixo -jrm -wTf -oQU -cPy -cPy -cPy -cPy -qUO -wTf -gDY -jyF -cYq -tIQ -ddH -dcc -ddJ -vec -ueo -djS -dfv -vhR -vkl -dvr -drE -vlc -duk -nwH -mzf -dwu -rvt -pNk -duk -wGm -wST -sLi -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -dIO -xYF -dIO -xYF -dIO -aaa -aaa -aaa -dIO -xYF -lpd -mle -lpd -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(152,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aiE -ajN -ajN -aiE -ajN -ala -ajN -ajN -ala -ala -aGQ -ala -aDN -aFT -aGL -aKd -ala -aGQ -ala -ala -ajN -ajN -ala -ajN -aSf -aWw -aZh -vVe -kjn -bAI -apu -bFD -axm -dmJ -bUd -bZO -cfb -bNA -coi -crh -bWw -aCx -aEB -tMi -cOz -coS -deG -bsW -czo -czo -cGd -bjy -aZZ -aNj -deG -deG -oZz -dpX -aNm -aNm -brv -grq -ajP -aNm -hdh -ekr -ioo -lCK -grq -myO -jya -obr -hHa -abj -abj -abj -bwe -bxo -mge -byU -tLy -bHx -cPA -rzU -rzU -xdE -bHx -bHx -bHx -bHx -bST -bST -bST -bST -bST -rIx -rIx -rIx -rIx -rIx -rIx -wwp -nyp -csV -sOC -oVT -jXD -jot -cxb -cyj -czL -csV -vXL -xMi -liV -xYU -cHN -cWR -cKH -gET -cVy -djJ -cRg -iBT -iZE -wsf -cWS -cYr -pcM -mQn -dfv -lQU -kSU -dit -djT -dfv -cTu -vSV -dpb -drF -vlP -vQJ -dhN -dhN -xpQ -xXq -xXq -fVT -qdz -qwb -oRg -aaa -abj -aaa -aaa -lLm -qpk -xnH -ubJ -ubJ -xnH -kUB -xnH -hNA -xnH -jGz -xnH -ubJ -ubJ -ubJ -xnH -hNA -kUB -dUr -xnH -xnH -xnH -jMC -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(153,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -afR -aho -aho -ajS -alw -ala -apk -awV -asq -auE -awA -awV -awV -awV -awV -awV -awV -awV -aMY -awV -awV -awA -aZv -asq -awV -bhq -bjL -bnm -buP -wQV -byG -aow -apj -aqa -aqV -arO -wQV -bZP -clv -bNC -ayA -csn -bWP -cbE -cdN -cfd -bmq -coP -csF -cwE -czp -bwp -czp -czp -aOH -czp -cZt -uGH -esq -dpX -bcw -aNm -gEA -fgk -hoo -aNm -iWO -jFS -aNm -dZg -fjY -mAq -nvk -obu -luQ -aaa -abj -aaa -pDj -rwW -cHJ -byU -tOA -bHx -uXX -vSA -qTP -rzU -deM -hnW -dDm -bHx -nlC -dsz -hPl -wyQ -bST -xhR -xhR -dIC -pPV -nCm -rIx -jPB -vjx -csV -tek -vrH -goP -uKu -goP -czR -tLr -csV -uLw -kUz -wnc -tzJ -jsJ -lKU -cKI -kJY -tUI -jsJ -rIV -ead -cgx -rIV -cNI -lch -pcV -daN -dfv -dfv -dfv -dfv -dfv -dfv -uuY -dAY -dpc -uST -vmn -duk -fkh -rbs -xlL -dwv -cXM -duk -wEP -oIw -lMj -abj -abj -aaa -tzQ -uWb -xVr -iCB -rqW -rqW -tXR -xVr -tae -dKu -elx -dKu -xtH -xtH -xtH -xtH -nai -qMP -xVr -dXQ -ruH -vOc -pJp -xVr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(154,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -afT -ahf -aiL -agN -ahs -aml -aps -aqY -asr -auJ -aPf -ayo -aPf -aPf -aDO -ayK -aPf -aPf -aDR -aPf -aPf -aUU -aPf -aPf -aPf -bht -bjO -bnM -buR -wQV -wQV -wQV -wQV -wQV -wQV -wQV -asD -bBH -bFq -bNC -ayA -bSK -bXh -cbE -aUJ -blQ -boc -coR -deG -deG -dfM -dfM -dfM -deG -deG -dfM -dfM -dWl -esu -cNJ -aNm -aNm -dZg -aZd -hOs -aNm -bYg -jGR -aNm -dZg -fjY -bnc -jya -kow -luQ -aaa -abj -aaa -bwf -bwf -byV -bFV -tOB -owP -uYe -bHs -daR -xdT -sxJ -kqK -suL -irG -vbO -gtD -bYW -nFC -bST -xhR -xhR -ocR -mDc -jNa -cuN -rDP -ium -nsl -kNe -ktg -ixi -mEG -yio -cyl -czO -cBr -cUy -dBZ -liV -jsJ -mtz -dEm -dDn -mBa -bge -jsJ -mfz -erl -rcy -cVA -cID -oJO -pen -pCL -qfb -dfy -rlp -dgC -diu -sIX -hfR -tIh -dnD -doY -vnS -duk -wkt -xmM -ylJ -xGL -xWx -duk -wEP -oIw -oRg -aaa -abj -aaa -tzQ -uWb -ubJ -jSb -jSb -dnK -rqW -ubJ -xtH -dKu -xtH -dKu -xtH -xtH -xtH -xtH -xtH -xcF -dUr -dXQ -dXQ -dXQ -wRu -ubJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(155,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -afV -aho -aho -ajU -ahv -ala -apF -aNA -aka -apw -aNA -atr -aBl -aNA -aDP -aNA -aNA -aNA -aNc -aNA -aSZ -aWb -aZA -aNA -aBl -bhv -aSh -bnO -aZi -jWD -bBH -bkY -aNK -aqc -aQz -arP -aQz -bbl -bFv -bNC -ayA -csv -bXB -azv -aWp -aZe -bol -coS -dmq -dcw -aGI -byX -sCy -dAo -dGL -bzP -dQR -dfU -aRJ -dDS -fRW -aNm -gFd -fgk -hOs -aNm -aNm -dpX -aNm -lCN -fgk -bnc -jya -kow -luQ -aaa -abj -aaa -bwf -ryp -lUP -byW -tDN -bHx -uYX -qTP -qUL -xfH -xQx -bOQ -vFl -bHx -jVF -xYq -bRe -cag -bIn -gTj -nhD -qmF -ciL -jSs -rIx -jPB -vjx -csV -tsS -hkF -gEE -cvF -nsw -taw -cBu -csV -rSJ -xMi -liV -tOf -upW -vgF -mfL -cIE -cVz -jsJ -mbJ -sln -xik -rpM -iHV -xte -pen -rcy -qfg -mJO -jru -rLZ -gwY -vge -szd -ekW -uxS -cZn -vom -duk -elv -xZk -xpv -xFp -xXm -duk -flw -jIo -oRg -aaa -abj -aaa -tzQ -uWb -ubJ -pYf -cZU -uoL -hfg -ubJ -xtH -dKu -dKu -dKu -dKu -dKu -dKu -dKu -dKu -xcF -ubJ -dTK -dXQ -dXQ -gSN -hEh -jMC -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(156,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -irJ -agO -irJ -irJ -irJ -irJ -aod -irJ -asb -auB -avd -ayQ -aEc -ayQ -ayQ -aKg -vsN -avi -wkB -aWk -wkB -bcQ -bey -bhN -wkB -aWD -aZm -jWD -byM -atE -bEg -bFE -atE -bEg -bEg -atE -cfo -chX -ayA -csC -aBU -azw -cDC -aEF -bon -coS -dmq -dcE -aBS -aBS -aBS -aBS -aBS -aBS -bZI -dWp -dmp -dpX -aNm -aNm -gFN -cnx -bYg -aNm -aNm -dUs -aNm -lCV -fgk -bnc -jya -obB -hHa -abj -abj -abj -bwf -ryt -lVo -mjs -bCr -bHx -bFJ -rzU -rzU -bLc -sxO -bQf -vHg -bHx -xwX -xZv -tvY -sxk -ijp -kFe -nhD -hHd -hhQ -kKx -tLh -qFx -iMi -csV -csS -hRw -dZA -eyU -hkF -cyn -czQ -csV -cCQ -xMi -liV -tOf -cRh -ang -cPz -kMl -lnt -lKm -tmB -sDY -dcR -mkg -aSE -mkg -pFE -xik -ggC -krY -mWR -rMN -smu -sIX -tkf -vOa -xUv -dpa -dnE -duk -ccl -kOF -mwq -xGL -jiq -duk -wGm -oIw -lMj -abj -abj -aaa -cxp -cxp -xVr -wHF -tla -uoL -jJM -xVr -xtH -dKu -xtH -xtH -xtH -xtH -xtH -xtH -xtH -xcF -ubJ -dTK -dXQ -dXQ -wRu -hEh -wMx -xnH -ubJ -xnH -jMC -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(157,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -irJ -ajz -apN -amJ -aEe -akz -irJ -afN -rqF -aQg -aEi -aza -aza -aKi -aNd -wkB -aTu -aLo -aMB -aNB -beC -bhP -aGM -boG -aZx -jWD -byN -aww -aww -dZf -aww -kri -kri -sjs -aww -avg -ayA -ctC -bXM -hlT -aCv -aBF -bop -cpC -dmq -dcF -aBS -aBS -aBS -aBS -cOh -cSf -bBp -dfU -bFR -bHS -bjz -gbW -gFQ -grq -hPr -bYg -iXh -jHF -bjz -lDx -fki -ivV -jya -kow -luQ -aaa -abj -aaa -bwf -rlm -lVo -mjs -cKT -bHx -uZv -pPK -cWi -bKV -sxZ -tYL -dmF -bHx -has -xZw -bYx -dCe -bIn -caE -nhD -dIF -wqt -kKx -clU -uhk -pbQ -csV -csV -czP -dZB -ezi -czP -fEr -xnT -csV -rSJ -hwz -cIU -dAf -jrJ -cJf -xOD -cVD -lof -lKU -iTe -sZT -vtu -tsB -stC -gra -goz -fBp -fBp -qGO -rnS -pMj -uRL -dfy -dfy -oRg -oRg -duk -duk -duk -mhI -haJ -hQK -xFp -xXm -duk -wEP -oIw -fdc -aaa -abj -aaa -tzQ -uWb -xVr -dYf -tla -guk -jSb -nNm -dKu -dKu -ads -xtH -vwV -xtH -xtH -xtH -ads -xcF -ubJ -dTK -dXQ -dXQ -wRu -xVr -hRq -riW -jCT -lHk -xVr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(158,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -aaa -ajQ -alQ -aqf -ara -asE -alQ -pNr -tfE -rqF -aHO -aue -azj -aHf -bgw -pEY -aHG -bkQ -aWB -aMC -aDf -aOG -aQi -wkB -jWD -jWD -jWD -byO -aww -boF -lzH -bth -lzH -bro -bZV -aww -bNF -ayA -ayA -bXN -azx -ayA -cfe -aCA -ayA -dmq -dcN -cAv -aBS -aBS -dAt -dGP -dmq -bBM -dWD -dmq -bHW -ftZ -dmq -cqB -cqB -dXb -bYq -dXb -jJr -dXb -cqB -cqB -mAs -jya -kow -luQ -aaa -abj -aaa -bwf -bwf -lXs -sRr -bwf -bHx -vbL -bHv -wvL -xgb -bHx -bST -bST -bST -bST -dxg -dAE -cai -bIn -cdP -xLa -kxK -uek -ckw -rIx -jPB -vjx -cqd -csV -csU -cug -cvH -crG -lWj -czR -gHM -cCT -xMi -liV -qMm -gTx -nEb -cKM -kMm -cXj -cZE -cRj -sZT -vtu -rcy -yff -sZT -vpP -tsB -bNE -mJO -rna -ilv -dkY -lNc -dfy -npH -dqi -duk -wFU -duh -mcf -swV -dvu -xGL -jxO -duk -seJ -woA -oRg -aaa -abj -aaa -tzQ -uWb -ubJ -gHg -meR -pvW -pvW -nNm -dKu -dKu -xnH -ubJ -xnH -ubJ -xnH -ubJ -xnH -gYd -xVr -muD -dXQ -eDX -oOq -xVr -dVr -rAb -rAb -btO -ubJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(159,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -aaa -ajQ -ahE -amu -amN -alp -ahE -pNr -ayw -aBn -aBX -axE -azl -ask -bgw -aEb -aHG -wXd -aLu -aAI -alb -aEl -aQs -aGO -boH -aZz -ans -byS -aww -bEk -bFH -rRs -aCo -arb -bZX -kri -bNF -dmq -ctF -bXO -bgq -bdh -blR -bot -bqn -aDL -dcY -cAw -cYL -cYL -dAP -dGQ -qnc -dQV -aQf -esN -bHX -aUO -aZk -dCQ -dGS -hPC -dMu -jbf -dUw -dWR -lFj -cqB -ivV -jya -kow -luQ -aaa -abj -aaa -bwf -mMQ -srd -sRH -mMQ -bHx -vcb -pUb -pUb -rzU -pEo -bST -bQN -bSN -rVS -ybx -dAF -caj -bIn -fwt -nhD -rIZ -ciR -dOh -jbO -jPB -vjx -cqe -csV -xgy -fEC -czV -fay -mRF -czS -gIb -cCT -rvX -cIU -xIo -jrU -cPE -cVK -cXg -cMp -jsJ -hog -sZT -vtu -psE -dcm -eyu -vpP -rcy -tfK -krY -hUf -dgT -diy -dlf -dfy -wvS -kTg -duk -yko -gHb -acr -fMo -dvt -xFp -xXm -duk -fKK -oIw -lMj -abj -abj -aaa -cxp -cxp -xVr -tXR -agU -djY -waY -xVr -gBj -dKu -qnL -pGw -uQO -pGw -pDP -pGw -qnL -wfN -hEh -xnH -dUr -ubJ -xnH -yal -ldV -kYh -ldV -gOF -ubJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(160,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -bvh -abj -irJ -aiC -amt -amR -aoe -apy -irJ -ayZ -avt -vEw -axE -aqF -asg -bgw -tpv -aHG -axD -ayH -aMF -aCU -alG -aFV -wkB -bbl -lQG -aww -aww -sjs -bEn -aqu -bAM -asX -bFc -bZZ -sjs -bNF -dmq -ctI -cyN -azy -aAK -aBS -cAQ -aBS -aBS -aBS -cAQ -aEM -aBS -dAX -aBS -cSh -daa -dWF -dmu -eZs -aUP -dzh -dXb -haX -hQr -isv -dnW -jJN -dWY -lHc -gAB -hpc -gkQ -kow -oCX -vPO -vPO -vPO -bwf -cFK -lVo -mjs -nZz -bHx -vcw -pVM -cWo -rEq -sBl -bST -klL -tjK -bST -eDn -dAU -cak -bIn -qOt -nhD -cfO -qyg -ckx -rIx -jPB -vjx -sgX -csV -vTI -dZC -ezv -hkF -cyp -rPU -gIb -cCT -hCR -cIU -jIF -jgf -vsM -cUe -cSL -cVP -cZE -vRl -pzO -vtu -rcy -oUQ -sZT -pKY -jOB -kTm -dfy -lqF -dgH -diz -dmk -dfy -bCk -oRg -duk -kTu -drP -dsP -pXX -dvu -xHa -faG -duk -cET -hXL -fdc -aaa -abj -aaa -tzQ -uWb -tNI -xnH -xnH -xnH -xnH -vDA -wpK -dKu -dKu -dKu -dKu -dKu -dKu -dKu -dKu -xcF -mzT -xcF -dKu -dKu -hbc -mcy -kYh -kYh -ldV -qjn -ubJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(161,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -bvh -aaa -ajQ -alQ -amu -spK -alq -alS -pNr -tfE -rqF -rqF -uGF -azl -ask -bgw -aNf -wkB -aTx -avm -aAY -aDf -aEr -aGa -wkB -aJC -lQG -aww -anu -blq -bFc -bru -bto -bFc -mBj -cae -bFG -ciu -cor -bsX -bXP -azz -bkS -aBS -cAQ -aBS -aBS -aBS -cAQ -aJg -aBS -aBS -aBS -cSh -daa -dgE -aRO -dqd -aUQ -aWq -aXP -dlc -cwr -dML -bdY -dUy -dnW -bgE -bjE -mAF -nwn -obR -klj -oSO -oSO -qdg -bwf -kZv -srI -mYf -mPJ -bHx -bHx -bHx -bHx -bHx -bHx -bST -bST -bST -bST -bST -bST -bST -bIn -bIn -bIn -qEd -rIx -rIx -rIx -bGh -wMn -csV -csV -csV -csV -csV -csV -csV -csV -csV -hhg -ntV -geP -jsJ -jsJ -jWq -cVI -cXh -lor -lLV -tEh -sZT -vtu -xik -wjo -xte -vpP -rcy -gsN -dfy -dfy -xhp -dfy -dfy -dfy -lqP -wCS -duk -duk -duk -duk -oof -dvv -duk -duk -duk -fKF -oIw -oRg -aaa -abj -aaa -tzQ -uWb -tNI -xnH -xnH -xnH -xnH -vDA -xtH -dKu -dKu -dKu -dKu -dKu -dKu -dKu -dKu -xcF -mzT -ddg -dKu -dKu -rKX -mcy -kYh -kYh -ldV -xFN -ubJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(162,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -abj -aaa -ajQ -ahE -aiT -dfu -dsI -alT -amw -azf -avj -avj -wBq -aqF -asg -bgw -aNg -wkB -wkB -ayI -wkB -aDn -aEt -wkB -wkB -bpg -bax -kri -bza -bBF -aCo -brO -arb -mBj -lzH -cah -aww -ciC -cor -ctS -bXS -azC -bkU -aBI -cOF -bOI -cYL -dda -djV -dqw -aBS -dAZ -aBS -cSh -daa -aBS -aBS -bHY -aBS -aWr -dXb -ckE -bbe -dOf -dOf -dUH -dWZ -sIy -gAB -hpc -ifK -kow -dfk -pXO -pXO -pXO -qwA -rBg -sss -sUd -tPe -cNB -pXO -pXO -pXO -dbr -dfk -wML -ofr -wML -xxi -hAu -puJ -wML -dDv -wML -ntK -wML -wML -wML -dPX -ugX -tdn -cBw -cvG -cBw -sno -cvK -cxe -cBw -czW -cBw -cBw -rus -eyq -nCp -jsJ -jWA -cKP -cSO -cUb -cPF -gsG -xte -mJK -vtu -hIA -vtu -rjK -xik -rpM -vzW -dum -ulb -pJA -dmn -dqt -pgA -pgx -psQ -lLn -pgx -dsR -dum -nGy -aSY -qfe -wAb -wEP -oIw -lMj -abj -abj -aaa -cxp -cxp -xVr -dHW -hzT -nIB -hvz -xVr -gBj -dKu -vWa -wSC -neN -wSC -iuA -wSC -vWa -fFQ -tNI -xnH -ijz -ijz -xnH -yal -ldV -dVz -ldV -eQR -ubJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(163,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -dZq -aaa -irJ -akl -aqq -aqq -bfq -hrW -irJ -azp -aBn -aBX -axE -azl -ask -aEw -aQg -aHJ -aTy -aLE -aBd -aQg -beN -aGm -vsN -bph -anj -kri -bzu -aNv -bro -nUw -qZe -mBj -mBj -cal -bFK -avk -bPD -bUf -ayD -azB -bkV -aCf -cOR -cRm -bDG -ddh -bDG -dqP -dwX -cRm -bDG -dMI -dRg -bDG -bDG -aTm -aBS -bOz -cqB -bRv -baY -bYz -bcB -cex -bea -lIJ -cqB -ivV -glw -ivL -hKm -cGx -kkd -qgl -kkd -kkd -stl -nak -nPA -ugl -kkd -kkd -kkd -kkd -hKm -ros -roe -trg -pCY -hHs -pXv -hHs -hHs -hHs -stf -hHs -hHs -hHs -ncb -pGQ -dTz -mgb -rai -ydj -wPQ -wPQ -lTQ -wPQ -esJ -wPQ -wPQ -cEk -vFy -xZT -tOf -eIV -krI -cTZ -cXp -cZI -dgO -mTO -pIZ -rwH -nfa -fNx -rxv -nMD -nMD -xcu -rch -kpF -smD -jIn -bpq -mKb -smD -dph -bpq -dFx -smD -smD -pAT -jAt -reA -wrQ -iWJ -mZc -oRg -aaa -abj -aaa -tzQ -uWb -ubJ -gXq -oWB -fUh -tQh -pNt -dKu -dKu -xnH -ubJ -xnH -ubJ -xnH -ubJ -xnH -pZQ -xVr -aHZ -vOe -wTX -pGq -xVr -eix -pXo -pXo -qDH -ubJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(164,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -bvh -abj -irJ -amx -aeK -aeK -pgG -irJ -irJ -aOx -avt -vEw -axE -aqF -asg -rqF -rqF -aHO -aTC -aWC -aBe -bdi -aEw -aGq -vsN -bpn -bax -kri -rvG -rRs -bBK -bru -aPc -aPJ -bUk -caK -bGs -lPb -dmq -cua -bYJ -aBS -aBS -aBS -aCE -bEl -csH -aBS -aBS -aBS -cGk -aBS -aBS -cSh -daa -aBS -aBS -bHY -aUT -gdQ -cqB -cqB -dXb -xnC -dQu -jJV -dXb -cqB -cqB -ivV -nwK -ivV -bNc -bOX -uXz -uXz -qwW -uXz -lZa -ndS -odl -uXz -uXz -uXz -uXz -xgz -bNc -tmc -clX -wMU -xHe -bWW -qOs -xHe -qBE -xHe -vzE -xHe -oGV -xHe -geP -vFy -vFy -oRS -cCX -vFy -vFy -cvM -cxf -vFy -xhC -vFy -vFy -gVn -skZ -pbX -dzf -pfD -cKR -cMr -cXs -jsJ -dix -vrx -rcy -iTi -ogY -xKC -jnW -tsB -wJy -oRe -wWK -vQX -wWK -dsT -dlg -wWK -wWK -vQX -wWK -wWK -dlg -wNc -dvx -xHM -lIC -wAb -wGm -woA -oRg -aaa -abj -aaa -tzQ -uWb -xVr -rlK -oWB -tGV -iLS -pNt -dKu -dKu -vNl -xtH -qhS -xtH -xtH -xtH -vNl -dKu -xVr -xtH -mll -xcF -tqj -xVr -dVs -lWh -qLa -uuw -xVr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(165,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -dZq -aaa -irJ -agl -akW -akQ -asF -pNr -afN -azr -rqF -awW -aEj -azl -ask -rqF -rqF -rqF -rqF -aLG -rqF -rqF -rqF -aQv -vsN -bBH -bax -aww -bzS -blO -lzH -nUw -aNv -mBj -mBj -lzH -bGs -bNF -dmq -axq -bYJ -tiq -uAf -bAk -aCF -dmq -cOy -bxD -cBg -bAk -cGk -cKU -aBS -cSh -daa -dgU -aRO -bHY -aBS -gem -cqB -hcZ -bbb -bYA -dSs -ceA -chf -aZj -cqB -hHa -hHa -luQ -vPO -cxP -vPO -vPO -klj -klj -vKJ -vKJ -pgF -vKJ -pgF -vKJ -pgF -vKJ -vKJ -fFz -vHA -wNR -xyp -ydS -ydS -ydS -ydS -xiA -kaL -xiA -ydS -ydS -ydS -ydS -ydS -cqj -dXf -lVd -cxn -cxn -cxn -cxn -igV -igV -gWh -tzV -igV -cJq -cJq -cJq -iOz -cJq -cJq -cJq -dAl -lTM -kjk -gPv -pEi -uVw -tik -vxf -qsc -qsc -vNi -tyJ -vNi -qsc -tCB -tCB -gJf -mtL -gJf -tCB -tCB -jFi -nTJ -qRT -wAb -rhW -wGm -oIw -lMj -abj -abj -aaa -cxp -cxp -xVr -vjp -oWB -ics -xYh -xVr -xtH -dKu -xtH -xtH -xtH -xtH -xtH -xtH -xtH -dKu -xVr -mVY -mll -xcF -oGO -tNI -kUB -xnH -kqm -xnH -pEu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(166,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -aaa -ajQ -amz -aox -alr -asH -alU -awC -azu -dZL -aBZ -aEu -aFU -aHi -ePe -aNy -aOu -aTS -aLH -ePe -cbZ -aOR -ePe -awY -bpI -baK -aww -aww -sjs -arR -aww -bKd -aCo -mBj -bBK -bGs -lPb -dmq -cue -bYJ -bgx -uAf -bxD -cOS -bqt -ctv -bAk -cBg -dri -cGk -bxD -aBS -cSh -daa -dmu -etE -eZu -fuR -bai -dCR -hdm -hQz -iuy -dOf -dUN -dXc -lJF -cqB -abj -abj -abj -vPO -cxP -vPO -abj -abj -abj -vKJ -bFQ -cLe -vUq -vcG -vTX -wwg -xgF -vKJ -obt -vIi -pOC -ydS -ciS -cbz -pbk -dLi -uoK -oVN -uoK -asU -ckB -aKy -wAH -ydS -tbb -xLG -nRC -cxn -qul -qul -qul -igV -bXu -xlF -rPE -vgb -cJq -jtE -cRi -rOC -cUk -cYM -cJq -mof -dWN -oKR -gbQ -pEi -mGq -wVd -ihW -qsc -ucf -pSM -rFB -diD -pke -tCB -tML -wRX -oqp -tZh -kkj -tCB -qxs -pbz -gsD -wDC -grN -wEP -wST -oRg -aaa -abj -aaa -tzQ -uWb -ubJ -wcP -oWB -ics -ifC -ubJ -xtH -dKu -dKu -dKu -dKu -dKu -dKu -dKu -dKu -dKu -xVr -gBj -mll -xcF -tqj -hEh -pEu -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(167,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bvh -aaa -ajQ -amE -ald -aeL -afx -apB -tfE -ago -avF -azA -avF -azA -aHn -rqF -avt -vEw -aUc -aWF -rqF -ago -beV -bgw -vsN -bpQ -aTY -bvT -aNK -bmw -apq -bFU -lzH -uCO -bUq -cbt -cfy -bNF -dmq -cuw -bYJ -bAk -uAf -tiq -aJg -bqB -aBS -aFL -cBg -bAk -cGk -bxD -aBS -dMJ -dRj -aRS -aRS -fbH -fvs -aWt -dCS -hec -dIV -bYB -bcM -bgR -beb -aUE -cqB -abj -abj -btL -iGu -cxQ -bQS -btL -abj -abj -stI -uUy -tQe -xgu -vhW -vUc -wxT -xiu -xTn -lrf -vOX -pOC -xiA -uoK -lXr -uoK -uoK -hOJ -oVN -uoK -uoK -lXr -uoK -uoK -xiA -tbb -xLG -nRC -cxn -kRl -qNQ -pWu -igV -eEh -myh -qrz -hGs -cJq -gnV -nIr -kwr -cMs -rXo -cJq -gCB -mCs -gLC -vBr -dAl -mGq -cZH -uLv -pRj -dms -aVB -dka -qYR -suJ -tnr -dvJ -eLf -vQt -dwA -oFh -woE -qxs -xpU -oLJ -wDC -vbR -wGm -woA -fdc -aaa -abj -aaa -tzQ -uWb -ubJ -wcP -oWB -ics -gZJ -ubJ -xtH -dKu -xtH -xtH -xtH -xtH -xtH -xtH -xtH -dKu -xVr -xtH -ecf -qfq -tqj -ubJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(168,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -irJ -anb -alf -aeM -afy -pNr -afQ -aLI -avH -ahc -rqF -rqF -rqF -rqF -ama -aIh -aLI -aLI -akD -aLI -aLI -alX -vsN -amC -bbl -alI -bzT -aww -sjs -aww -kri -kri -sjs -snP -auw -cjg -snP -cux -bYJ -cBP -uAf -cKW -bzc -cKW -aBS -bsY -cBg -drG -cGl -cKW -aBS -dNf -dRG -aZq -aZq -dqe -aZq -aZq -dDb -bSH -dJb -dHj -bfA -jKl -dXe -blJ -cqB -abj -btL -btL -oDx -oTZ -hPQ -btL -btL -abj -stV -sUp -enG -swx -hEK -tct -lpp -yjD -vKJ -udT -vQL -dqO -eWO -dVQ -cnD -car -sum -sum -ujn -msV -sum -cjY -dVQ -msV -eWO -rlI -lnH -xit -cxn -ebt -cyw -ebt -igV -wRq -hhq -qrz -iKz -cJq -fLv -cRk -cKV -cUn -cYP -cJq -lcj -nAL -njq -cHr -pEi -mGq -pfs -uLv -pRj -rDQ -ehw -wQu -xEF -mGt -tnr -dkG -pLM -tRG -vpc -sFa -woE -qxs -xpU -lyA -wDC -gtc -wEP -oIw -lMj -abj -abj -aaa -tzQ -uWb -xVr -tOg -dWJ -mgc -wWP -xVr -hhe -mcD -qvz -xtH -xtH -xtH -xtH -xtH -qvz -mcD -xVr -xtH -dIU -pmx -tqj -xVr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(169,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -irJ -agO -irJ -anc -alk -alk -irJ -irJ -vsN -lFf -vsN -vsN -ahI -rqF -rqF -rqF -vsN -vsN -lFf -lFf -vsN -lFf -lFf -vsN -vsN -rBk -rBk -aSn -rBk -rBk -abj -abj -acF -acF -abj -bBS -bGB -bNJ -snP -cuz -bYY -cBQ -bwt -aJh -aJh -aJh -aJh -aJh -aJm -aJh -aJh -cBQ -aJh -dNi -aZq -dhb -aZt -fbO -duq -dzs -aXV -bSH -dJl -bcD -bed -bfx -bgK -bia -cqB -abj -btL -ocg -kkK -dIH -kkK -bVn -btL -abj -vKJ -nfX -vsT -mLI -ueJ -pid -blM -pkR -qJK -udT -vVv -pOC -xiA -dLi -dLk -nQy -jrG -jrG -jrG -mCg -jrG -sps -uoK -mCg -xiA -dVM -ogV -vgU -cxn -cxn -pGu -cxn -igV -igV -igV -vlN -igV -cJq -xQH -wWZ -hCW -vCl -cNW -cJq -gCB -qpm -gLC -nMs -dAl -mGq -yhG -eQA -qsc -vWg -qrR -pQs -dnQ -bPj -tCB -qQk -oHq -wZR -dsY -vQQ -tCB -qRt -vmx -xHW -wDC -njy -wEP -woA -oRg -aaa -abj -aaa -aaa -dUJ -wMx -xnH -xnH -xnH -xnH -wMx -xnH -xnH -xnH -xnH -xnH -ubJ -ubJ -ubJ -xnH -xnH -wMx -ubJ -igF -igF -ubJ -pEu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(170,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -agO -aaa -aaa -aaa -abj -aaa -abj -aaa -aaa -vsN -ajM -ajM -ajM -aKj -vsN -aaa -abj -aaa -abj -aaa -aaa -abj -aaa -rBk -aKW -bvX -cxz -rBk -abj -bBS -bBS -bBS -snP -cbu -cfB -fyp -snP -cuO -bZh -bZh -cdQ -cLd -bZI -bZI -bZI -auF -btU -bZI -bZI -bZI -dHr -dNr -aZq -dhn -duw -fdQ -duw -gfk -aZq -bSH -dJb -bej -bfA -jMn -dXp -bib -cqB -abj -btL -ocw -cEA -iwe -jku -bVo -btL -abj -vKJ -rQd -iHx -owg -gNR -pid -pid -mIY -qJK -udT -vVv -drd -ydS -dVH -cnG -nQy -jrG -jrG -jrG -mCg -jrG -jrG -cmd -cvq -ydS -wyI -xLG -nRC -cxn -hrO -mlo -cBH -cBH -eNx -cxn -hEN -ibI -cJq -oFU -rnz -cKX -cMt -cms -cJq -xFF -lOG -njF -nLE -ogj -qnD -wVd -uLv -pRj -iUH -ehw -wQu -xEF -dkd -tnr -qPG -pLM -tRG -vpc -vSn -woE -qxs -xpU -eRm -wDC -sUa -wEP -ujB -tkc -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(171,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -irJ -abj -bvh -bCI -bvh -abj -bCI -bCI -abj -gdv -aES -rqF -rqF -aKt -gdv -abj -abj -abj -abj -abj -abj -abj -abj -vWy -buU -bwF -aMX -rBk -acF -bBS -bKe -bPr -bUv -bUv -cgm -dnP -snP -cuS -bZI -bZI -cdR -aKF -bta -cRn -cYX -ddO -dko -bZI -bZI -dBg -dHr -dNr -aZq -dWL -bGm -aWx -duw -dYp -dDb -aZp -hQT -bej -bfA -bfA -blE -bic -cqB -abj -btL -ocK -kkK -obl -kkK -qgq -btL -abj -suV -sVC -vvG -xtO -pcj -gKP -nPr -eqP -vKJ -qeJ -rQz -wOc -ydS -pwU -pwU -fLk -pwU -pwU -pwU -krh -pwU -pwU -ydS -nou -ydS -byR -xxK -ubT -fdD -fMg -tIY -fFv -mdx -lNw -xzg -aPR -cGL -cJq -cJq -cJq -ksr -cVH -cNX -cJq -pEi -lTM -dsW -pEi -pEi -fQE -jSg -pEC -pRj -pof -rpw -fIi -soV -oCg -tnr -kMK -uKK -khe -tuv -hdk -woE -qxs -xpU -grm -wDC -wDC -wDC -mCB -wDC -wDC -dFG -dFG -dFG -dFG -dFG -aaa -ceo -ake -qGy -nIv -qGy -mvp -fJd -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(172,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aaa -abj -aaa -abj -aaa -rBk -bvv -aLx -bgI -rBk -abj -bBS -bdq -bPA -bUN -cbD -bGJ -bNS -hrt -dmq -bZJ -bve -cDE -jAB -clQ -bBM -clQ -deu -dkw -bve -bve -bve -bve -cSy -dDb -dWM -bGv -bbh -duB -ggf -dDb -hgQ -hRx -iuG -bfA -bfA -gsC -bid -cqB -abj -btL -btL -hPQ -bOL -hPQ -btL -btL -abj -suV -sWs -vvG -ygD -wkK -wkK -wkK -wkK -wkK -iEi -vVv -tno -ydS -gwA -sxM -pnb -mqV -izf -pIL -nuE -nee -fKj -qNd -mCg -ydS -ofG -dwG -paK -cxn -qxo -pWo -cyz -cxn -cxn -cxn -fxY -lsh -lyo -jbb -cJq -kss -cVH -cYT -cPL -lua -kbW -nkN -nMw -ohO -cYN -wVd -uLv -qsc -uKo -qwZ -dRq -lZb -yeA -tCB -fjs -exn -unn -uFO -omQ -tCB -qxs -whc -pxt -iuQ -pGt -fGz -uuQ -tCM -dVj -dFG -vLr -lhs -ggU -dXj -abj -lSJ -qMb -sRa -dqg -aam -ohx -qNA -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(173,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aaa -abj -aaa -abj -aaa -vWy -vWy -bfn -vWy -vWy -abj -snP -bKf -snP -snP -bCc -bdd -bOm -hrt -abj -abj -abj -aAW -eqA -bYJ -wmH -cSh -cwH -cBq -bvh -abj -abj -abj -abj -dDu -dWS -dmI -bId -bLH -gkw -dDu -hgZ -bVq -dNw -beh -jQr -kMn -bie -bfL -abj -abj -btL -btL -btL -btL -btL -abj -abj -vKJ -tmH -sZx -vFG -wkK -ovX -xen -uSv -xnx -xDL -vVv -pOC -ydS -oqs -usO -tXG -dDK -guW -rsd -lMu -rfr -taO -cmf -pPo -mHl -dVM -xLG -ctj -cxn -nbP -vUU -mnJ -geg -vhQ -cxn -xfV -lsh -xci -wxH -cJq -igE -cMv -dlp -cPM -lWa -xnD -qXt -dup -lWa -ePb -bmo -hTs -qsc -qsc -xvy -dgQ -xvy -qsc -tCB -tCB -vqL -dav -vqL -tCB -tCB -tTW -xFU -dxT -dxT -pmd -mzl -wpY -sfV -xVs -xfy -chE -hGB -nZM -dFG -aaa -qGy -sDx -xtb -bVC -rpN -hlF -qGy -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(174,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -abj -abj -abj -abj -abj -abj -abj -vWy -bfZ -vWy -abj -abj -bBS -bdd -rcP -bzh -bCf -bHl -jjA -snP -abj -aaa -aaa -dEk -cff -dBR -bve -dBR -dev -cBD -abj -aaa -aaa -abj -abj -bBQ -bSJ -dmP -bIp -dmP -bOT -dDC -hhI -dJn -dXb -dPq -dXb -kNl -elh -cnM -abj -abj -abj -abj -abj -abj -abj -abj -abj -suV -sXY -dCk -wkK -wkK -vUZ -wzl -xiB -xux -xPg -vVv -pOC -ydS -rri -eNC -cau -tiL -epH -tiL -fWP -oAp -nKW -tEg -ewF -mHl -dVM -xLG -ctj -cxn -nbP -wlx -fFC -cxn -cxn -cxn -wqD -lsh -lsh -cSK -cJq -rnT -cMw -tta -cPN -dqz -qEX -hQL -lbf -mBm -gHp -dgz -nkN -rZI -sHA -sHA -vMk -sHA -hBg -gvQ -sHA -sHA -vUu -sHA -sHA -eMl -efb -xpU -pxm -kzG -wDC -oip -rhU -uye -gDm -dXj -pKh -aYo -fEt -vCt -abj -sQz -gYL -mla -vJQ -bAi -mrA -ens -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(175,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aaa -abj -aaa -abj -aaa -aaa -vWy -bwP -vWy -abj -abj -bBS -bdd -buq -bUR -bCc -aUm -cji -bBS -abj -czb -aKD -aKD -aRN -aJl -aKD -aJl -btb -aKD -bvf -dxd -aaa -abj -abj -dDD -bcL -dmQ -aTv -bMz -bOU -dDD -aaa -dXt -bfw -bei -cbx -dXt -aaa -abj -abj -bvh -aaa -bvh -aaa -bvh -aaa -bvh -abj -wkK -wkK -wkK -wkK -spS -jun -jun -sTG -xnx -xPg -vVv -pOC -ydS -saS -gWJ -cui -wrc -dFC -ylv -nrr -sCH -dOl -pfR -bjD -mHl -dVM -xLG -uRr -cxn -nbP -wlx -fFC -ggx -gLT -cxn -wqD -lsh -lOi -gLA -tYK -tYK -pTx -tYK -tYK -mhs -kwl -xjj -jik -xgP -pOI -uFk -dci -ddM -cZN -tMG -vxs -cZN -ebI -eZJ -dxT -dxT -uTP -dGa -dxT -gYl -dxT -jSU -pxm -gnK -wDC -wDC -mCB -wDC -wDC -dFG -dFG -wTz -dFG -dFG -aaa -hhJ -xRU -dXB -dKU -eQp -dXP -hOZ -aaa -abj -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(176,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -abj -bCI -bCI -abj -bCI -abj -abj -abj -abj -bwQ -abj -abj -aaa -snP -bKF -asd -jyC -aSl -aUq -avq -bBS -abj -cze -aNk -aNk -aNk -aNk -dCY -aNk -aNk -aNk -bvg -cGw -dBi -abj -abj -dDb -dDb -dDb -dDb -dDb -dDb -dDb -aaa -dJH -boD -jby -ceY -dJH -aaa -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -svX -tcb -qZn -aPS -viE -jun -jun -qRV -xux -xPg -cee -bnL -uZJ -fPX -vIl -cav -ccp -dIN -dGZ -iZu -ciZ -dOl -cmf -cvu -mHl -dVM -xLG -ctj -cxn -nbP -vuo -kKi -cxn -cxn -cxn -xfV -xci -lsh -dNR -cKY -ojC -dxs -cOa -dAq -cPO -mCW -nkN -kyJ -mrx -cYQ -phg -kLF -hFe -xYg -utI -xYg -xYg -gUN -xYg -xYg -hqS -bvF -xYg -xYg -hFe -xYg -xpU -xYg -xYg -dVv -xci -xfV -mFN -aaa -aaa -dFG -lUo -dFG -aaa -aaa -qGy -qIg -dJN -hEb -dXN -wcE -qGy -abj -bCI -abj -bCI -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(177,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -abj -bCI -bCI -aaa -aaa -abj -aaa -aaa -bCI -bCI -abj -bqc -abj -bwT -abj -bCI -abj -snP -bKK -bPB -aQF -bCh -bCh -avr -snP -abj -cze -aNk -aNk -aNk -aNk -aNk -aNk -aNk -aNk -aNk -bwx -cLb -abj -abj -abj -abj -abj -abj -abj -abj -abj -aaa -hRC -bii -dPq -bfF -dXw -aaa -abj -ykg -ykg -oee -ykg -mAV -pGY -ykg -oee -ykg -wkK -cJv -tQq -jun -gRO -vjQ -jun -xlq -xux -xPg -vVv -pOC -ydS -aaS -dBV -chD -caw -dFD -dHl -chD -dLH -dOn -dPZ -dSr -ydS -fre -aXl -fvU -cxn -qla -jxS -fFC -rRA -cBI -cxn -xfV -lsh -sod -tzL -cKY -cRq -nSl -cOb -btT -eTL -rgY -rgY -rgY -rgY -cYR -fro -dbf -qTv -qQu -dkk -tdp -dqR -mya -thl -dqR -dqR -dqR -thl -dqR -dqR -xKE -mDI -xKE -diJ -diJ -lsh -imF -hLL -abj -abj -tvZ -eLo -rWu -abj -abj -rmy -tGA -oum -hUP -qBG -uCn -muK -aaa -bCI -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(178,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -aaa -abj -aaa -aaa -azQ -aKx -aMM -aaa -aaa -abj -aaa -aaa -abj -aEy -aaa -bCI -abj -snP -bLq -snP -hrt -bBS -bBS -snP -snP -abj -cze -cbT -aNk -aNk -aNk -aNk -aNk -aNk -aNk -drH -bwx -cLb -abj -aaa -aaa -bCI -bvh -bvh -aaa -aaa -abj -hih -cnA -dUz -bhZ -dUz -cnA -lJR -abj -ykg -nxE -ofo -vfE -oVx -pHJ -rVi -qwX -rBA -wkK -ugi -jun -oGY -rVa -bQV -wzs -xmo -xnx -egq -vVv -aYe -bYM -bYM -bYM -dIW -dIW -bgL -dIW -dIW -bYM -bYM -ydS -ydS -ydS -ftj -tUh -lzN -cxn -cxn -cxn -ndu -cxn -cxn -cxn -vov -mFN -yaz -mFN -cKY -jqj -jbQ -cOc -dAq -lWu -mEt -cXv -oKJ -cXv -cYS -pjj -pFW -dqR -iDJ -vEb -dut -uHP -nKi -iDE -xRX -uAC -dpw -lGZ -kQE -dqR -uWi -oql -jJn -eMN -diJ -lsh -hYI -mFN -aaa -aaa -tvZ -act -rWu -aaa -aaa -qGy -uAh -dXL -dXM -dXO -dXR -qGy -abj -abj -abj -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(179,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -azQ -aKx -aMM -aaa -azQ -asR -aMM -aaa -azQ -aKx -aMM -aaa -abj -aEy -abj -bCI -abj -acF -aaa -acF -abj -abj -abj -abj -abj -abj -cze -aNk -aNk -aNk -aNk -aNk -aNk -aNk -aNk -aNk -bwx -cLb -abj -aaa -aaa -aaa -abj -aaa -aaa -aaa -abj -ckR -hSA -dnV -dnV -blN -kln -ckR -abj -mAN -guX -ogG -eJV -oVM -pIq -heh -qxP -rCs -wkK -tcH -rYY -eMZ -vlU -cOt -gRO -xlq -xux -vUF -oXa -fnm -bYM -hzN -fyk -cay -dLI -bgN -ccq -dJc -sCp -bYM -dQa -cnI -dTS -hgR -bUH -fAl -trA -qfW -nAl -hHL -vwy -cnP -hid -wqD -mPE -jbb -ibI -cKY -dAq -cKY -dAq -cKY -kVs -pfN -uez -scS -vLq -xOX -gYp -cKY -dqR -ppG -rrR -dmj -dke -ufp -bRk -nmy -izP -nmy -oyq -fed -dqR -sYW -xrn -kEp -hPb -diJ -oVf -xfV -yaz -aaa -dFG -dFG -uFl -dFG -dFG -snF -qGy -uju -dKy -dKW -tMV -dLL -qGy -dFG -dFG -abj -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -cDs -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(180,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -azQ -asR -aMM -aaa -azQ -asR -aMM -aaa -azQ -asR -aMM -aaa -abj -aEy -aaa -abj -abj -abj -aaa -abj -aaa -kyY -kyY -aaa -aaa -abj -cze -aNk -aNk -aNk -aNk -cRo -aNk -aNk -aNk -drK -cGw -dBl -abj -aaa -aaa -aaa -abj -aaa -aaa -aaa -abj -dUz -dJJ -blN -dnV -blN -kUb -lKG -abj -ykg -nxM -ejm -vfE -gVB -naQ -rVi -qzh -dfd -wkK -tdm -jun -uhn -xYn -bXi -daU -fXv -arw -dCV -mDK -kYC -xBx -wsP -pHP -wsP -dLK -vYj -dHm -dLK -rwM -bYM -dQa -dVM -vSD -vSD -fVM -iXb -vSD -vSD -vSD -hHL -bEa -cnP -jdn -xWh -xWS -xWS -uJx -cKY -pPx -riA -cOd -dAq -bQc -tMm -cKY -hzS -luG -lAO -cZM -pbw -dqR -ghk -rvh -oHL -spC -gVa -lMW -tSz -vfc -tSz -vsp -dsh -dqR -huT -xnm -feD -xYy -diJ -lsh -imF -mFN -abj -dFG -bXA -egU -rzv -qsZ -gVU -sNW -tXT -tkR -vJw -tkR -tkR -jJW -mjk -dFG -jsa -hZV -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cDs -cDs -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(181,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -azQ -asR -aEx -abj -azQ -asR -aMM -abj -azQ -asR -aMM -abj -abj -aEy -aaa -bCI -bCI -acF -aaa -acF -aaa -aaa -aaa -aaa -aaa -abj -czi -aKD -aKD -aKD -aKD -aKD -cZi -aKD -aKD -drL -dxn -aaa -abj -aaa -aaa -aaa -abj -aaa -aaa -aaa -abj -ckR -bjS -dnV -dnV -blN -kWR -ckR -abj -ykg -rVi -qGj -ykg -mvI -ixc -ykg -vPt -vfE -wkK -ten -lwy -xfE -bFS -cSB -lwy -xno -xux -vUF -dnw -wPh -xBx -pzH -wnD -dfE -dLK -dtb -dHo -dLK -dLN -bYM -dQa -dVM -vSD -cJc -fVM -vSD -vSD -bws -uHf -cyG -cAg -cnP -gLA -rxr -cUz -cUz -cZS -cKY -vSm -lUZ -gwx -hoH -jxN -mFb -vLq -vFU -vUh -tnS -gFV -vPl -dqR -rab -nmy -nmy -xvo -qKS -tGD -vDe -rOm -fNQ -vqK -uXl -dqR -lde -elW -eUt -xYM -diJ -tzL -xfV -hLL -aaa -tvZ -uLW -jzY -dLa -lbP -qmz -isF -pWb -dKz -vwj -uRB -cOA -hiQ -lQm -jWC -fju -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -cDs -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(182,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -azQ -asR -aMM -aaa -azQ -asR -aMM -aaa -azQ -asR -aMM -aaa -abj -aEy -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -bvh -bvh -bvh -abj -abj -abj -hjA -cnA -dUz -chL -dUz -cnA -ewm -abj -ykg -nAw -nJf -vfE -oWp -fON -rVi -qzP -rtn -wkK -tfS -hSs -cYJ -lTt -cYJ -dAn -nzz -xnx -uZR -qze -wPK -xBx -wsP -chI -wsP -dLK -cFe -nOs -dLK -jRq -bYM -dQa -dVM -fcN -evQ -iFR -vSD -cti -bNl -fcN -hHL -jrh -cnP -iBj -gLA -byn -lsh -daS -cKY -dAq -cKY -dAq -cKY -wwI -hNH -cKY -qjy -ikS -wFR -gay -dbj -dqR -xNb -fUr -usN -dld -tMO -cYK -dmv -uAC -dpA -fUO -qvY -dqR -lvv -eYF -xKL -diJ -dgW -lsh -imF -mFN -abj -dFG -mEL -gRd -dHg -dLd -gRd -lSx -xNy -sgw -oPH -dAz -jVb -oPH -dRf -dFG -nNJ -cAa -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cDs -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(183,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -bCI -bCI -abj -azQ -asR -aMM -aaa -aaa -aKK -aaa -aaa -azQ -asR -aMM -aaa -abj -aEy -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -abj -acF -jgl -acF -abj -abj -abj -mAV -nAA -fMS -xbB -oVM -mDN -vzV -qAH -vBE -wkK -xuF -xnx -xuF -ycJ -xuF -xnx -xuF -xnx -iOk -irq -bXD -bYM -hCd -umL -caB -ccs -otC -wsP -wsP -slF -bYM -cnP -jNM -vSD -lLz -ffi -vSD -qAT -nSA -fcN -czU -cnP -cnP -vsF -vsF -vsF -vsF -jww -cKY -gfJ -oKb -vdX -xIw -tGR -mFb -vLq -iFu -olb -cKd -ihs -dbk -qTv -dqR -dqR -dqR -dqR -dqR -dqR -dqR -dqR -dqR -dqR -dqR -dqR -diJ -diJ -diJ -diJ -lsh -xci -vEU -xLH -aaa -dFG -xOy -nKr -gcs -dLQ -xOy -xOy -xOy -nTY -xOy -dLR -dMw -nKr -xOy -dFG -dFG -dFG -dFG -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(184,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -abj -aaa -aaa -aaa -aKK -aaa -aaa -aaa -aEy -aaa -aaa -aaa -aKK -abj -abj -abj -aEy -abj -bCI -abj -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -abj -cri -cri -cri -cri -laz -lLU -cri -cri -nCX -jmN -vfE -oWt -jdI -rVi -qAY -hRD -ykg -tif -baC -ntt -eRr -jqp -wzK -cRe -rZF -ncC -pQN -drR -bYM -bYM -bYM -bYM -bYM -xzk -cjf -chH -wti -bYM -gBu -tbb -fcN -fHj -cAk -vSD -mxv -eCU -vSD -mTh -piW -cnP -eMU -vAa -icS -vsF -xfV -cKY -jfE -onT -izJ -dAq -uNE -oYp -cKY -uZn -lGJ -oJX -ufP -orl -mFN -nlJ -tzL -dwC -sNa -dgY -tzL -sNa -sNa -jPz -vtW -xZu -wqx -rFn -wqx -feb -xZu -yfK -yfK -pWn -xLH -abj -dFG -lfv -fBw -vJw -dLU -dMv -xOy -ehl -dKA -xOy -ipw -iGE -fvV -eMz -dOF -imN -uaF -dFG -abj -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -cDs -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(185,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -aCc -aEV -aEV -aEV -aLe -aEy -aEy -aEy -aEy -aEy -aEy -aEy -aEy -aEy -aEy -aEy -aEy -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -cri -cri -iwC -jkl -dUG -lbp -lMd -mkf -cri -rVi -ldR -ykg -nEj -pIy -ykg -wPH -vfE -ykg -tir -dcA -dcA -dcA -dcA -gBU -dcA -dcA -eHF -vTk -plB -gDB -jmj -iAy -caD -bYM -bYM -bYM -bYM -bYM -bYM -jLp -tbb -vSD -sDV -qjN -cyK -vSD -cJc -vSD -mTh -ggD -eMg -fMN -eCs -gHO -vsF -vov -cKY -cKY -cKY -cKY -cKY -miK -cKY -cKY -cKY -cKY -cKY -dcD -cKY -mFN -lsh -toW -lsh -lsh -xci -xci -lsh -toW -lsh -mAE -xRL -xCQ -lsh -lsh -lsh -xci -xci -qTn -mFN -xLH -aaa -bWB -xYw -rUF -dYD -dHa -oKv -xOy -xUR -tkR -dNW -sdb -dMy -dNl -dbY -mUc -nLe -vZi -gQV -aaa -abj -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -cDs -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(186,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -abj -aaa -aaa -aaa -awg -aaa -aaa -aaa -aEy -aaa -aaa -aaa -awg -abj -abj -abj -abj -abj -bCI -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -hmq -hWX -iwS -jkT -jRg -ldS -fuF -rbR -cri -nDc -wDh -vfE -gVB -lTm -oLH -xyW -xyW -hjT -tiJ -xEM -xwM -xwM -xEM -nzg -xEM -xwM -gDx -llN -sGl -duJ -uvJ -uvJ -uvJ -vTW -ndq -uvJ -ctt -cjh -cnP -yae -tbb -dUe -eZt -cAj -dYP -fef -oIm -fef -mMg -hJZ -pIt -oET -pRa -ieh -vsF -xWh -xWS -xWS -xWS -xWS -xWS -flW -tzL -cUf -bKr -jbb -lsh -xfV -deg -tzL -lsh -lsh -lsh -xci -xci -lsh -lsh -lsh -lsh -daS -uWH -mFN -xLH -hLL -hLL -yaz -mFN -xLH -mFN -mFN -aaa -wWW -kEz -hKG -ogS -dOc -lOI -eMz -xdP -mkj -dNX -fvQ -dlu -dNm -xOy -xOy -xOy -xOy -dFG -abj -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(187,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -bCI -bCI -abj -azQ -aLf -aMM -aaa -aaa -awg -aaa -aaa -azQ -aLf -aMM -abj -bCI -abj -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -bCI -abj -hnB -hXy -ixk -kEH -nJr -vIt -miq -qjU -cri -nDm -ogZ -bNo -oVM -iwI -mhi -gEL -gEL -swQ -tle -cKQ -dcA -dcA -dcA -dcA -dcA -dcA -dcA -vTk -kRP -gDB -dye -syj -caF -syj -syj -syj -syj -rRV -cnP -gGI -wdW -ovJ -cuf -jBX -bnf -cuv -ude -eTe -rMl -rAA -gRQ -bOh -inS -jaP -vsF -kzW -fTd -xmh -eSr -eab -hVP -sGS -yfK -yfK -yfK -plt -nOr -hqc -uDx -yfK -nlq -nlq -wxS -fVv -nlq -aUK -fiP -cPf -sMH -sxp -mDP -mFN -pBZ -bUo -ylm -tAC -xLH -lsh -dbT -mFN -abj -dFG -wsG -sVV -jTF -oPH -jSh -xOy -uNZ -oPH -nTY -gRd -vnQ -dNn -dWT -qrH -qZZ -vZi -gQV -aaa -abj -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(188,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -azQ -aLf -aMM -aaa -azQ -aLf -aMM -aaa -azQ -aLf -aMM -aaa -bCI -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -abj -abj -abj -hpg -dJP -bJA -sCb -ugu -sCb -cqt -chN -mpI -nFL -oAc -vfE -gVB -pID -ykg -rVi -hED -ykg -iST -pPR -wqd -jHV -vWz -wAe -jXH -xTp -tle -vTk -lMk -gDB -yhz -dtr -tBR -tBR -yhz -bBy -syj -glJ -cnP -cnP -cnP -rRS -cnP -cnP -cnP -cnP -cnP -cnP -cnP -cnP -cnP -vHh -mSR -igC -pts -pts -pts -pts -pts -pts -hzK -xfV -cTg -cTg -sQK -cTg -cTg -rpb -cTg -cTg -sQK -cTg -cTg -cTg -sQK -vbJ -sQK -cTg -cTg -jkE -sNa -hLL -hpG -ubV -xci -fmV -xLH -vVr -lkA -xLH -abj -dFG -xOy -xOy -glv -xOy -dMx -xOy -gPL -jAL -xOy -dPg -jFn -dLY -eMz -oQg -wMS -uaF -dFG -abj -bCI -abj -bCI -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(189,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -azQ -aLf -aMM -abj -azQ -aLf -aMM -abj -azQ -aLf -aMM -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -abj -vMK -gGZ -cri -wrH -wrH -aSF -wrH -grU -kAm -kzU -cri -rVi -qGj -ykg -rpF -pJi -xnX -npN -uga -xnX -xnX -xnX -xnX -vmX -vWE -wAh -xnX -xnX -wLu -gbS -fks -xJj -xJj -xJj -xJj -xJj -xJj -cgg -tBR -aJa -kJu -owB -wgt -coQ -kJu -vBm -yhz -cDo -cvZ -vkb -mcs -qBw -cDo -cDi -hHP -cFh -pts -iUs -eCZ -naE -wga -pts -tzL -xfV -cTg -uYt -tQL -vxJ -cTg -pnz -cTg -tQL -bif -xek -cTg -tWM -vvP -hFG -wXp -poE -cTg -jkE -lsh -hLL -tAC -xrA -qBZ -lsh -mFN -xci -lNt -xLH -abj -abj -dFG -tGs -egU -dHe -vMZ -dFG -dFG -dFG -dFG -dFG -xqm -dFG -dFG -dFG -dFG -dFG -dFG -abj -aaa -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(190,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -azQ -aLf -aMM -aaa -azQ -aLf -aMM -aaa -azQ -aLf -aMM -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -abj -vMK -rzh -gHB -hph -uKk -rzh -rzh -rzh -gTK -ihw -lFu -baI -nGq -pFA -ojn -gVB -pKE -xpW -qEZ -rCy -rHV -tmp -xpW -uHk -hox -tNL -cIW -tXZ -xpW -nRT -nzR -iGG -jTh -cHU -dZV -ckS -cuC -xJj -xqu -xqu -xqu -xqu -xqu -xqu -xqu -xqu -bNk -fRu -cDo -xvv -oDk -oDk -oDk -qmT -eVy -hNJ -cFi -cGM -rzq -rzq -vZG -gnn -pts -lJn -xfV -cTg -cTg -nuG -vxJ -lGd -rpb -mWM -dfI -xct -vVp -cTg -ofn -bJp -dqS -iqU -siJ -knS -mAE -xci -mFN -puM -fBW -mFN -cHt -mFN -nlJ -mFN -xLH -abj -abj -tvZ -jjb -kqN -dIm -tLO -rWu -aaa -abj -abj -abj -aaa -abj -abj -abj -abj -abj -abj -abj -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(191,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -azQ -aLf -aMM -aaa -azQ -aLf -aMM -aaa -azQ -aLf -aMM -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -bCI -abj -fwA -glb -gHY -uFM -bHH -mLo -jll -vWO -lfc -ihw -ubg -ubg -nJm -ohN -nNu -oWy -tMQ -dmm -ktO -rxF -oZD -tmW -dcz -uhP -voP -kfS -til -mqp -xTJ -mpW -mDi -ktI -jKW -fyH -glR -vyq -fKI -jTh -hbA -tcC -sDy -eFi -dXg -gPW -rof -xqu -kNt -ctn -cDo -pVu -fgB -cyM -bEd -cDo -aRG -pVy -cFj -pts -fif -gLP -cLj -kMC -pts -ibI -wqD -cTg -gdD -vxJ -dtm -omO -ntj -dfI -egu -isq -oCc -cTg -cTg -sLa -dJM -uUx -cTg -cTg -mAE -koH -xLH -mFN -mFN -mFN -lsh -inQ -hvy -rvd -yaz -aaa -abj -dFG -qUW -dGu -hbD -dIe -dFG -abj -bCI -bCI -bCI -abj -bCI -bCI -bCI -aaa -bCI -bCI -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(192,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -aaa -abj -aaa -aaa -azQ -aLf -aMM -aaa -aaa -abj -aaa -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -fzv -dzu -eyR -uRG -qhW -dNE -jlz -jUM -jUM -sTk -gsY -bLu -ttc -wuf -ojn -gVB -pKE -okq -pZL -llt -itv -bmd -okq -uiA -mZK -jCC -tOT -rxD -okq -nRT -tLv -tMU -bJn -yky -vZy -tpt -ggQ -gQr -nRp -uQR -xds -uvp -cqb -jnZ -xgc -dkK -eJv -yhz -cDo -cDo -cDo -cDo -cDo -cDo -ecO -wlH -cFs -pts -pts -pts -pts -pts -pts -oIQ -bDv -sQK -rye -dfI -nJv -sGs -sdj -gio -nJv -ilL -rHM -sQK -ezY -dpC -tqf -tZN -doi -sQK -xed -xci -mFN -mkh -kQD -rCi -pbv -lsh -vBt -lsh -hLL -aaa -abj -dFG -dFG -dFG -dFG -dFG -dFG -aaa -abj -aaa -aaa -aaa -aaa -aaa -abj -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(193,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -abj -bCI -bCI -aaa -aaa -abj -aaa -aaa -bCI -bCI -abj -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -fAq -luw -bHH -sWN -xpr -ixu -cjM -gLz -ubg -anz -mlM -mBL -nJx -jIx -vMK -oWT -mmK -xnX -xnX -fGK -xGB -xnX -xnX -xnX -vTF -qpU -xGB -xnX -xnX -vud -lIZ -iXr -thO -tuU -jeh -lPv -vGN -faY -sFj -aXc -fev -oEz -rHl -aba -jeC -xqu -bNk -yhz -gnf -hUQ -jQn -cyO -ghY -gnf -rja -pVy -kYQ -lov -ycU -kBM -cLl -kNv -lov -bXk -xfV -cTg -jAn -iMx -dfI -cZW -vQs -rQt -dfI -isq -rwl -cTg -cTg -sLa -tpA -tYg -cTg -cTg -jkE -sNa -hLL -hvy -xci -wYQ -xci -wUE -xci -hvy -hLL -abj -abj -abj -aaa -aaa -aaa -abj -abj -abj -bCI -bCI -abj -abj -abj -bCI -bCI -bCI -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(194,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -abj -bCI -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -vMK -hDD -fzQ -uLY -lnW -rzh -cjM -pQP -smw -lMn -xKp -tKK -tFv -niI -enV -oZd -pLb -qgz -xiE -xiE -xiE -myQ -lvO -xiE -gpH -nzR -xiE -xiE -bkf -kzc -tLv -tMU -jTh -hqC -sja -pcp -njk -thO -cBE -sVU -slv -mkb -kxq -sVU -pFn -xqu -gJQ -tBR -gnf -nGl -tYo -eFc -eFc -evL -sEW -hKH -cFl -cGP -nOT -osJ -nOT -kzj -lov -jbb -xfV -cTg -cTg -jmK -usM -vfH -thS -dbn -mde -rKM -vVp -cTg -gvU -bJp -dqS -dmC -dhi -cTg -jkE -tzL -mFN -hmB -hvy -xci -geA -oIH -wAp -lsh -hLL -abj -bCI -bCI -bCI -abj -bCI -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(195,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -vMK -vMK -vMK -vMK -vMK -vMK -hOE -rGx -iGn -bHQ -pjT -glQ -mqj -mfo -bCB -vsb -ePB -vsb -qFz -vsb -vsb -vsb -vsb -uiX -vpu -ocu -vsb -vsb -vsb -vsb -wQr -cLr -nkm -rPP -qZO -jPw -tpe -thO -mtX -sqs -sPy -sPy -sPy -sqs -lbj -xqu -gJQ -hbX -gnf -ifw -vmq -fLD -gjh -gnf -oPP -pVy -tHZ -lov -lNM -ovP -ktJ -kRE -lov -uWH -xfV -cTg -yfp -dfI -dfI -cTg -pjP -cTg -dec -eZl -vcq -cTg -kov -ker -tVz -tZg -uFV -cTg -jkE -lsh -vpV -qJO -xci -hBR -vTf -oEO -vPn -qgZ -mFN -abj -aaa -aaa -abj -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(196,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -nSZ -qoN -jzz -tKh -lTh -lAZ -uOt -jVg -xpz -pNV -rWt -scn -hQX -kXF -mTP -iyV -qFw -uKw -ozk -lUL -lUL -tnd -lUL -ryr -vpW -pMx -pMx -xol -xUA -iyV -tLv -tMU -faY -nRY -tku -uLp -wYM -nfN -jqi -rtG -uDf -ufw -llx -vMY -nsR -xqu -bNk -syj -gnf -gnf -gnf -gnf -gnf -gnf -pXz -uuA -cFn -lov -lov -lov -lov -lov -lov -tzL -xfV -knS -cTg -sQK -cTg -cTg -pjV -cTg -cTg -sQK -cTg -cTg -cTg -sQK -fwR -sQK -cTg -cTg -jkE -lsh -mFN -kzy -dPL -gku -aBb -xFw -pGk -hvy -hLL -abj -abj -bCI -bCI -bCI -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(197,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -fAx -gld -gJO -hpZ -hYQ -iAf -jlH -mfo -fCJ -ubg -ubg -vmj -vPC -oyT -rzh -nRT -vQG -nvV -tzh -tzh -jtg -tzh -tQs -unM -lTn -tzh -jtg -tzh -tzh -nRT -teD -jCH -thO -aPA -tmF -ouw -qSJ -thO -roC -svL -qLc -rtG -fEc -rbm -usx -xqu -hYl -cgg -vsF -iBC -iBC -cyS -iBC -ojx -xhV -pVy -cFw -ojx -iBC -gJy -iBC -iBC -vsF -crX -dtn -xZu -iXG -guF -guF -xZu -vEN -dbq -uud -del -faD -xfR -kTl -guF -kPF -wMq -guF -cEE -hgF -lsh -hLL -lsh -dBr -vkX -pGk -dzp -dBr -xci -hLL -abj -abj -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(198,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -nSZ -dzY -dOd -mPL -fye -dhX -uOt -nXK -xpz -ubg -szb -ubg -xpz -pif -inl -nRT -vQG -nvV -tzh -thk -ojk -tnM -mBR -uob -wkl -lhR -vWq -xou -tzh -pYG -tLv -tMU -jTh -dle -ttw -pcp -lNp -thO -gui -jqi -sUb -rtG -sUb -iLc -uEr -xqu -bNk -tBR -vsF -gdw -fsK -fsK -fsK -cVX -xhV -pVy -cFw -cVX -fsK -fsK -fsK -jAl -vsF -gYg -jkE -lsh -xci -xci -xci -lsh -xci -lsh -lsh -lsh -bXk -lsh -lsh -xci -xci -qrL -lsh -lsh -ygQ -mDP -xLH -gYg -ukA -eXS -dBr -lsh -uVl -pbv -hLL -abj -bCI -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(199,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -nSZ -dAc -bHO -mwg -pVL -iTQ -uOt -wwO -xpz -pBd -mlX -mCj -vJJ -tuY -rzh -paa -wdd -nvV -hgM -lhe -syf -hIB -hIB -riJ -pgO -xpx -wAM -mMi -xWZ -nRT -tLv -ecU -wss -lyU -wwM -uLp -usy -nfN -iDs -jqi -gGh -hdG -bBt -iLc -sMh -xqu -bNk -yhz -vsF -lyd -xWJ -xWJ -xWJ -ojx -xOP -pom -iMK -ojx -fRN -xWJ -xWJ -xWJ -vsF -lsh -xfV -tzL -wqy -xLH -hLL -hLL -mFN -mFN -dHX -mFN -mFN -hLL -hLL -sNx -mFN -dmL -fMt -fMt -dqT -fMt -fMt -jOe -xci -oFL -vGi -vBg -xci -vai -xLH -abj -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(200,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -fAx -gmA -ozX -lAU -qHb -cVU -uOt -jWI -opE -ojn -wMw -qie -nJR -rIw -wMw -wlk -vQG -nvV -qFD -rCV -mdH -aun -pQU -xwc -jJj -fCz -hoU -hgg -bNL -mpW -tLv -tMU -faY -eAt -ttw -qEm -pWD -thO -sVU -sTO -buC -iYJ -buC -wvd -xqu -xqu -nve -qEC -vsF -vsF -ojx -ojx -vsF -vsF -vHh -mSR -igC -vsF -vsF -ojx -ojx -vsF -vsF -qEC -hkp -qEC -qEC -qEC -abj -aaa -hLL -lsh -lsh -lsh -hLL -aaa -abj -mFN -aJu -qrL -fMt -jrD -swW -uip -fMt -mFN -hLL -yaz -xLH -xLH -hLL -mFN -mFN -abj -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(201,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bxe -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -nSZ -gnv -dDE -fRj -qoN -dNG -uOt -jXd -xpz -lMr -wMw -cRC -mBF -fXV -wMw -yhA -lAB -oau -qIz -lhf -oan -hIB -hIB -uoW -hIB -hIB -vxU -cjk -uIx -yhA -tcP -rhQ -xAB -pJN -qek -ejN -tNa -pJU -xqu -xqu -xqu -xqu -xqu -xqu -xqu -cmr -jLc -toB -hqP -doc -cAV -ezU -yeE -ooV -pqM -ucN -jGi -sil -uws -sHi -xva -xIZ -oTB -hko -nBI -qdI -kud -qEC -abj -abj -mFN -cQz -qGq -cQz -mFN -abj -coE -hLL -tsi -rEe -fMt -wTQ -qTI -vUL -tGG -abj -abj -abj -abj -abj -abj -abj -abj -abj -aaa -aaa -bCI -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(202,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -aaa -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -nSZ -nSZ -bgt -nSZ -nSZ -nSZ -uOt -jXk -vyi -uSY -qie -kyw -nKc -lCu -rIw -nRT -vQG -nvV -tzh -wnX -lvI -vkj -igk -hTw -jbH -ijD -lyD -cac -tzh -jJU -tLv -tMU -mSc -rDK -hcg -qHk -uHW -pJU -abj -abj -abj -abj -abj -abj -csj -hqP -mIV -wdC -orT -orT -orT -orT -wdC -wdC -orT -wDs -mwa -wdC -wdC -wdC -wdC -wdC -wKe -wdC -mpg -nxK -sil -csj -abj -aaa -mFN -qtz -oLV -qtz -mFN -aaa -abj -hLL -vLs -uWW -fMt -kma -kBY -jco -fMt -abj -bCI -bCI -bCI -abj -bCI -bCI -bCI -abj -abj -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bEx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(203,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -cDs -cDs -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -abj -abj -abj -abj -abj -acF -hOE -jZY -krK -lOu -wMw -mDL -gxI -bLv -wMw -nRT -vQG -mzo -tzh -tzh -gNP -ego -tzh -upN -tzh -vWS -wCd -tzh -tzh -wlk -fWL -xAV -oTg -wrC -lNg -fZr -iad -pJU -abj -aaa -aaa -aaa -aaa -aaa -csj -nze -tNl -aWS -nft -nft -bJy -xyi -wkE -xoP -fEP -wwK -fEP -iJZ -nNy -xyi -qjY -xoK -xIB -wop -pCW -lyM -sil -csj -abj -abj -tWj -qtz -rxs -qtz -tWj -abj -coE -hLL -hLL -mFN -tGG -tGG -dqY -tGG -tGG -abj -aaa -aaa -abj -aaa -aaa -abj -abj -aaa -abj -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(204,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cDs -cDs -abj -abj -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -iAK -jnn -kbT -pgE -krM -qie -kyw -xxx -lCu -ykI -nRT -pLm -qhn -lhS -rDM -rrl -dtj -tzh -lYj -tzh -ciT -igH -lhS -lhS -pby -ija -pgI -gJB -aEY -bPv -weZ -prh -pJU -abj -aaa -aaa -aaa -aaa -aaa -csj -ttY -tNl -soM -cza -cza -kSt -xyi -hcu -nNN -oCP -fXZ -qef -hPg -oId -xyi -fVK -cQj -cQj -iUT -mjE -msG -sil -csj -abj -aaa -aaa -vgI -der -pQl -aaa -aaa -abj -abj -abj -abj -abj -tGG -gEK -tGG -abj -aaa -aaa -bCI -bCI -abj -bCI -bCI -bCI -bCI -abj -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(205,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -cDs -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -abj -abj -acF -vMK -kdd -tby -exv -wMw -mEu -jdU -dNo -wMw -pby -vQG -nvV -lhS -rGK -szM -aMD -ixm -uqu -sei -vXH -iOV -hWb -lhS -mpW -tLv -tMU -gNl -qXd -rSK -suW -pCX -pJU -abj -abj -aaa -aaa -aaa -aaa -csj -pTS -ufU -soM -ecK -cza -kSt -xyi -nol -nNN -lAy -hOp -lAy -hPg -rqh -xyi -cQj -cQj -tzt -cQh -mjE -foa -nop -csj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -bCI -bCI -abj -tGG -bBD -tGG -abj -abj -bCI -bCI -aaa -aaa -abj -aaa -aaa -abj -abj -bCI -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(206,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -cDs -cDs -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -bCI -aaa -abj -abj -abj -ftc -ftc -ftc -ftc -aru -aru -aru -aru -aru -aru -aru -hdu -pLB -bzC -lhS -rGO -tHS -dIj -oPR -uqM -stT -vYk -bVZ -lhS -lhS -mzW -lqG -vfb -xAB -pJN -exy -xuA -tNa -pJU -sBL -abj -abj -aaa -aaa -aaa -csj -xun -tNl -soM -cza -cza -kSt -xyi -hcu -nNN -hng -psy -oCP -hPg -oId -xyi -fIE -cQj -iUT -cQj -pww -cTc -wkE -csj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -vzF -abj -abj -aaa -abj -aaa -aaa -wAE -oTL -wQO -aaa -aaa -abj -aaa -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(207,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cDs -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -bCI -abj -abj -abj -abj -abj -abj -abj -ftc -ftc -ftc -iBE -joq -keE -aru -vvh -vbh -aru -vbh -vhp -aru -oIn -qug -mml -lhS -rHW -tHS -iTk -jPK -vNX -vSt -wwZ -qjM -lhS -sxn -vcX -nHu -uEq -pJg -uQq -qWw -nHz -bMM -wnE -sBL -sBL -abj -aaa -aaa -aaa -csj -lNV -tNl -dYX -nwh -nwh -pBj -xyi -wkE -cuM -cFv -bOZ -cFv -uTr -nNy -xyi -ydL -lTT -lkn -lPH -mlB -fOE -pVa -csj -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -ujV -abj -aaa -wAE -rze -wQO -aaa -wAE -oTL -wQO -aaa -wAE -oTL -wQO -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(208,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -abj -abj -aru -aru -mAr -fdX -fAB -aru -aru -hsI -hZW -iCk -iCk -kfc -aru -lPJ -mmA -aru -nKe -oij -aru -pbM -mqz -iUI -lhS -rJG -tHS -sMP -qdp -vNX -pyk -ePU -dZt -lhS -xXA -vcX -tNf -ugH -oVy -oVy -tzk -uZU -nHz -bMM -rKg -sBL -abj -aaa -aaa -aaa -csj -udZ -tuT -wQJ -wQJ -wQJ -wQJ -wQJ -rqk -rqk -eaq -cEv -rqk -mBo -rqk -rqk -rqk -rqk -rqk -rqk -tOb -xyi -pVa -csj -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -abj -aaa -bRp -abj -abj -wAE -oTL -wQO -aaa -wAE -oTL -wQO -aaa -wAE -oTL -wQO -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(209,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -dCr -aru -aru -dWV -etR -ffs -fAM -gnI -aru -aru -dgo -iCk -cfs -cJM -aru -lSM -xbO -aru -nKl -kmJ -aru -pcc -qug -mfd -lhS -rLl -tHS -toP -qdp -vNX -pyk -ePU -lSA -lhS -lhS -vcX -iHp -uZU -xFL -xFL -syB -vnH -vic -uEq -wio -bHI -abj -aaa -aaa -aaa -csj -udZ -udZ -udZ -udZ -fhY -tUH -tUH -tUH -udZ -hnQ -uDH -uDH -nhC -pVa -nQZ -nQZ -iqR -nQZ -pVa -pVa -pVa -rHr -csj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -bRp -abj -aaa -wAE -oTL -wQO -abj -wAE -oTL -wQO -abj -wAE -oTL -wQO -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(210,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -abj -dBo -dHs -dNy -dRJ -dWW -wkn -wkn -jxB -wTJ -gKa -aru -bUG -aru -aru -aru -aru -aru -wDS -aru -wDS -aru -aru -pdt -onq -ioU -lhS -rLF -rAs -toS -qoy -vNX -vqM -nhY -lSr -pNI -xXC -vcX -nHu -xFL -xFL -xFL -syB -mIk -hvr -uEq -eVO -uFp -abj -aaa -aaa -aaa -csj -dZa -dZa -dZa -csj -csj -csj -csj -csj -csj -lpH -csj -csj -eBn -csj -csj -csj -csj -csj -csj -tON -jMT -mbs -csj -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -bRp -abj -abj -wAE -oTL -wQO -aaa -wAE -oTL -wQO -aaa -wAE -oTL -wQO -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(211,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -bCI -abj -aru -anZ -dHH -fzL -uPb -czx -xan -pIp -vIm -qDW -uPb -wTJ -vIm -qbt -drU -cfz -ult -lTH -fgI -djZ -nLI -otM -aru -pdP -qug -mml -lhS -lhS -xmw -tsW -vuE -urn -vuE -vYt -wCH -myZ -xXZ -oNP -icp -kzP -kzP -fDB -uEV -ply -cKC -lMi -oCk -seo -abj -aaa -aaa -aaa -csj -wKZ -piB -ehL -csj -aaa -aaa -abj -aaa -csj -ljF -qEC -qEC -lGv -csj -aaa -abj -aaa -aaa -csj -nSr -dxG -aon -csj -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -bRp -abj -aaa -wAE -oTL -wQO -aaa -abj -ujV -abj -aaa -wAE -oTL -wQO -aaa -bCI -abj -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(212,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -abj -abj -aru -dCj -fzL -czx -fLm -xan -cPu -tLD -fBo -val -gKm -val -ibj -nfZ -joA -kfn -lga -chy -mmE -dcs -nLY -ojL -xxI -oIn -qug -mml -blZ -lhS -meo -gES -uTS -vdJ -uTS -uTS -mbY -jBm -eEb -vcX -nHu -xFL -xFL -xFL -syB -aaL -hvr -uEq -rAl -nrJ -abj -aaa -aaa -aaa -qEC -csj -csj -csj -qEC -abj -ldC -dGX -dGX -dGX -rFC -csj -csj -jwE -psx -psx -psx -rSL -abj -qEC -csj -csj -csj -qEC -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -bRp -abj -aaa -abj -ujV -abj -abj -abj -bRp -abj -abj -abj -ujV -abj -aaa -aaa -abj -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(213,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -aru -aru -aru -aru -adR -euA -dRZ -jQW -jQW -ffK -jQW -jQW -gLN -wxD -iLK -iCu -fda -riX -wSO -fxR -kaJ -xan -wxD -jnU -wyT -pee -gBH -mml -rbU -lhS -sBd -tfh -nGa -vpi -kaB -vYL -jDw -lhS -lhS -oHJ -unN -hbT -xFL -xFL -syB -vnH -vic -uEq -wio -mqW -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -csj -aaa -hjz -lER -lER -lER -lER -lER -lER -lER -lER -lER -lER -rIU -aaa -csj -abj -abj -abj -abj -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -bRp -dtD -ycV -ycV -ycV -ycV -ycV -ycV -aAE -bRp -bRp -bRp -dtD -ycV -ycV -ycV -utf -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(214,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -aru -aru -aOn -dxN -aru -dXz -xmf -vGv -vGv -vGv -gIs -kNh -kNh -vjr -wxD -aru -xwO -qic -vOF -aru -vTG -kaJ -nHp -qDW -wTJ -ugN -pfE -pLF -qiv -aru -lhS -lhS -lhS -lhS -lhS -lhS -lhS -lhS -lhS -lhS -fQh -uYT -rdT -vZk -vZk -eAw -hbT -gLn -rWW -vEu -sBL -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -csj -aaa -hjz -lER -lER -lER -lER -lER -lER -lER -lER -lER -lER -rIU -aaa -csj -abj -aaa -aaa -bCI -bCI -bCI -aaa -aaa -aaa -aaq -aaa -aaq -aaa -aaa -aaa -aaa -bCI -aaa -aaa -abj -aaa -abj -lLX -abj -abj -abj -bRp -abj -abj -abj -lLX -abj -aaa -aaa -abj -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(215,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -aru -dlr -drT -mdB -aru -dHO -fgv -jwd -xxG -ojU -fhd -pkc -xxG -gLR -wxD -yeN -fWz -fgj -ryP -xxI -fzL -xfr -wUT -xan -okX -aru -jMx -qug -mml -qJB -kIb -sBk -nMG -vku -nhs -uOb -sOS -sTA -lqe -xZs -kKZ -dYU -uEq -cuV -wYY -alO -cmq -aky -nEB -sBL -sBL -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -csj -abj -mYv -foh -lER -lER -xHm -lER -lER -xHm -lER -lER -eCY -xiC -abj -csj -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -abj -abj -aaa -wAE -ojd -wQO -aaa -abj -lLX -abj -aaa -wAE -ojd -wQO -aaa -bCI -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(216,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -aru -dlJ -drX -ceT -qJM -dcs -xLJ -qbW -tLD -xxG -xxG -xxG -tLD -gOi -lme -ibF -lme -fjL -lme -bMB -lUg -syC -mFd -chy -olj -oGM -pfV -txt -bAw -nDy -rOD -rOD -twd -vku -utB -vqY -vYT -wEm -sut -xZR -mzW -lqG -vfb -pLz -pLz -fWr -fIm -iwp -pLz -pLz -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -csj -aaa -hjz -lER -lER -lER -lER -lER -lER -lER -lER -lER -lER -rIU -aaa -csj -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -wAE -ojd -wQO -aaa -wAE -ojd -wQO -aaa -wAE -ojd -wQO -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(217,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -aru -dlr -bda -mdB -aru -dHR -don -qMN -xxG -duN -iRA -jEA -xxG -gLR -wxD -ice -eKe -qqA -ltq -ugN -eHP -mnQ -xmf -xan -omi -aru -oIn -qug -mml -qKW -uBX -rdo -iml -vku -tUB -mUQ -uOu -fQD -sut -ctp -umy -xDp -scP -pLz -wMC -hfM -pvu -hfM -kDP -pLz -abj -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -csj -aaa -hjz -lER -lER -lER -lER -lER -lER -lER -lER -lER -lER -rIU -aaa -csj -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -wAE -ojd -wQO -abj -wAE -ojd -wQO -abj -wAE -ojd -wQO -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(218,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aat -aat -aat -aaf -aaf -acj -adJ -acK -aat -aat -acE -skw -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -aru -aru -aOn -eEj -aru -dXz -wUT -uPb -uPb -uPb -fiU -fCQ -fCQ -gOj -wxD -aru -xwO -eHM -vOF -aru -wbR -kaJ -nQC -cqf -kTh -xxI -oIn -eTs -wvA -tWn -tWn -oAa -tWn -tWn -uvs -jtI -xOk -gzc -jry -dHy -jaz -xzi -scP -tXF -yak -twe -nXz -hfM -oCG -pLz -pLz -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -qEC -abj -dcj -dGX -dGX -dGX -cem -csj -csj -kmC -psx -psx -psx -pBq -abj -qEC -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -wAE -ojd -wQO -aaa -wAE -ojd -wQO -aaa -wAE -ojd -wQO -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(219,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaf -aer -aer -abX -aer -aer -aer -abr -abr -lRC -afi -afZ -skw -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -aru -aru -aru -aru -dIk -fsu -gLB -juW -juW -iWk -juW -juW -gPM -wxD -iLK -qbt -qEP -xvh -ult -wNO -kaJ -xan -wxD -omz -wyT -pee -gBH -mml -tWn -cOO -cjL -sXQ -tWn -uvG -vFi -hrL -oQn -sut -yah -umy -xDp -scP -rDA -lsH -wuv -nXz -vTL -hfM -tFz -pLz -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -csj -aaa -aaa -abj -aaa -csj -ljF -qEC -qEC -lGv -csj -aaa -abj -aaa -aaa -csj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -wAE -ojd -wQO -aaa -wAE -ojd -wQO -aaa -wAE -ojd -wQO -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(220,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aag -aav -abq -aaf -aaf -aaf -aer -adK -abr -ndK -afi -afZ -skw -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -abj -abj -aru -dCw -gJJ -iwv -vsn -xan -eue -tLD -cxr -val -gQC -xan -xan -iDp -jqd -sdz -lgH -chy -xgm -xan -wxD -pPW -ugN -oIn -mqz -mml -gVL -rOY -sCY -xYa -tWn -uxL -mEK -aJr -kas -sut -qKm -drW -xDp -scP -pLz -sha -wuv -nXz -uAd -hfM -ybW -gOb -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -csj -csj -csj -csj -csj -csj -lpH -csj -csj -eBn -csj -csj -csj -csj -csj -csj -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -aaa -aaa -aaa -aaa -aaa -wAE -ojd -wQO -aaa -aaa -aaa -aaa -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(221,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aak -aat -aat -acg -skw -aaf -aer -adN -abr -ofJ -aaf -acg -skw -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -bCI -abj -aru -dCr -dIo -gJJ -vGv -iwv -xan -ojw -vIm -cqf -vGv -qBV -icl -iCu -jqn -rEC -wSO -lTH -ylo -vGv -kTh -ooA -aru -pbM -qug -mml -qNc -rPi -soE -gNS -tWn -uyo -nzk -tWn -oIN -qKm -qKm -eTR -nNL -lwk -uBD -vup -wLw -vhI -hQg -pxD -nmX -tcS -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -abj -abj -abj -csj -vCY -nVA -nvg -dHT -csj -abj -abj -abj -abj -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -abj -bCI -bCI -aaa -aaa -aaa -aaa -aaa -bCI -abj -bCI -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(222,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaf -aer -adS -aec -qTG -aaf -skw -skw -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -abj -dCA -ekp -wSo -fFB -kdO -iZf -iZf -fCT -kTh -gQN -aru -aru -aru -aru -aru -wyD -wyD -wyD -pcQ -nQl -wyD -wyD -hdu -pLB -qiB -tWn -xCt -sip -eJI -gyp -uyr -iJN -tWn -tSn -uFZ -qKm -umy -xDp -scP -pLz -uzl -pKm -bzg -hhF -hfM -ppp -iqP -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -aaa -bCI -abj -qEC -eAS -cRB -rdK -sct -qEC -abj -aaa -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -abj -bCI -bCI -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(223,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -acj -acK -aaf -aer -adT -aef -aes -aaf -skw -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -anZ -aru -aru -dXG -eur -fkB -kti -gof -aru -aru -abj -abj -abj -abj -wyD -lVa -mop -gxY -nQo -iYE -goZ -umy -pNG -qiD -qPr -hLe -yjJ -hsU -tCN -uAL -jPU -tWn -wGd -uNG -qKm -gGi -xDp -scP -mOq -riK -pKm -bzg -vTL -hfM -igo -pLz -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -csj -gYX -gtS -cCb -gYX -csj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(224,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaf -acn -acn -aaf -aer -aat -aat -aat -aat -aat -aat -aat -aat -aat -acE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -abj -abj -aru -aru -mAr -nos -fEI -aru -aru -abj -abj -bCI -bCI -abj -lgN -dZu -mrN -mFk -eyt -iwt -oHz -phf -pNN -dsg -tWn -rQw -nud -xLB -fWl -bzr -mbM -tWn -tSn -rSr -qKm -kew -ewx -scP -wEY -npS -wpk -sxW -hfM -sLr -pLz -pLz -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -csj -csj -csj -csj -csj -csj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(225,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aat -abr -abr -abr -aaf -aer -adG -aec -aet -afj -agt -agQ -ahn -aia -akb -aaf -acE -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -bCI -abj -abj -abj -abj -abj -abj -abj -abj -abj -aaa -aaa -bCI -abj -lgS -lWf -fEz -xxF -xRC -ozo -xKm -umy -vwQ -dsg -tWn -tWn -vZl -xAb -tWn -vZl -xAb -tWn -qKm -qKm -qKm -xqY -xDp -scP -pLz -gqf -wjn -yhL -vBG -pLz -pLz -abj -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(226,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -skw -aaw -cny -abr -acW -aaf -aat -aaf -abr -abr -abr -abr -abr -ahT -aiR -akh -alx -aaf -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -bCI -aaa -bCI -bCI -bCI -aaa -aaa -aaa -abj -wyD -haO -pku -mfF -fPF -wyD -wyD -iDF -vwQ -iAj -tIz -xHT -xHT -xHT -xHT -xHT -xHT -rkP -wGW -xqb -qCA -uhY -xDp -slQ -pLz -pLz -jTt -mNe -vyW -pLz -abj -abj -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(227,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -skw -abb -abO -glT -ada -adG -jyo -adG -abr -abr -aec -abr -abr -adG -abr -abr -aUH -aaf -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -lhC -fHL -wpA -eYP -ucR -wyD -nXs -umy -pQa -jvK -qPF -jvK -sDU -cyD -jvK -uBr -jvK -jvK -wHR -xqg -ycj -jvK -mRg -gYq -pLz -kBs -mak -tbM -ikr -gOb -abj -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(228,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -skw -abi -dFd -abr -abr -aaf -aat -aaf -abr -aec -abr -abr -abr -ahn -aiU -akk -idn -aaf -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -lhQ -lYc -kQx -kQW -kVH -mIR -oHY -phO -oxF -qiL -kHz -hTU -oxF -two -tQF -uBz -vJn -vJn -vJn -wHC -mCK -vJn -vJn -vlD -nbb -dTJ -jxh -jfp -jjc -gcx -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(229,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aak -aat -abr -abr -abr -aaf -aer -adG -aec -aeu -afO -agM -ahg -ahT -ajR -aks -aaf -acg -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -wyD -fWW -dbC -gIa -fGA -wyD -xUP -wqh -pRy -xUP -soa -soz -soa -xUP -wxC -wxC -wps -wap -wxC -bwO -wxC -vEd -nrF -wxC -pLz -rmB -kjs -njj -pLz -pLz -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(230,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aak -aaf -acw -acw -aaf -aer -aat -aat -aat -aat -aat -aat -aat -aat -aat -acg -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -wyD -rLL -sky -epC -nvS -wyD -abj -aaa -abj -aaa -soa -gps -soa -aaa -wxC -jHJ -oUP -sSD -wJs -xqW -mxM -xcU -pJx -xTL -pLz -pLz -mWY -pLz -pLz -abj -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(231,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aak -acA -adr -aaf -aer -adW -abr -run -aaf -skw -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -lia -lYu -kCD -hHy -kmh -wyD -abj -abj -abj -abj -gNn -fcZ -gNn -aaa -tQG -tgF -vrL -wuY -eZb -xqW -oqG -rAN -pgR -teS -tQG -abj -abj -abj -abj -abj -bCI -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(232,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaf -aer -adX -abr -abr -aaf -skw -skw -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -lhC -lZw -sGp -fSo -sAQ -dbt -abj -ylx -ylx -ylx -ylx -ylx -ylx -ylx -sws -uCv -gLr -dpW -nCY -cqg -sXk -wuY -qji -amS -sws -abj -bCI -bCI -bCI -aaa -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -rUr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(233,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aat -aat -acE -skw -aaf -aer -adY -aem -vlh -aaf -acE -skw -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -lhQ -gko -fGa -uoA -gzs -hkr -abj -ylx -ylx -ylx -ylx -ylx -ylx -ylx -tRb -iLb -xQM -inP -jIR -dEO -ycr -bdR -sWf -eeI -bEv -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(234,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aas -abl -abV -aaf -aaf -aaf -aer -adZ -abr -aec -afi -afZ -skw -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -wyD -maB -fHp -fWD -eqO -wyD -abj -ylx -ylx -ylx -ylx -ylx -ylx -ylx -wxC -srS -bmZ -nCY -xaE -xsS -xaE -nCY -ljP -vZo -wxC -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(235,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaf -aer -aer -acJ -aer -aer -aer -abr -abr -lRC -afX -afZ -skw -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -wyD -maX -xqr -ihp -hmo -wyD -abj -ylx -ylx -ylx -ylx -ylx -ylx -ylx -wxC -wxC -vkC -oKG -vkC -wxC -vkC -oKG -vkC -wxC -wxC -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(236,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aak -aat -aat -aat -aaf -aaf -acA -aea -adr -aat -aat -acg -skw -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -abj -abj -abj -eGR -xkY -abj -abj -abj -ylx -ylx -ylx -ylx -ylx -ylx -ylx -abj -abj -vkC -naI -vkC -aaa -vkC -ghI -vkC -abj -abj -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(237,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bCI -bCI -bCI -abj -acF -acF -abj -aaa -abj -ylx -ylx -ylx -ylx -ylx -ylx -ylx -abj -abj -ukt -fwe -ukt -aaa -ukt -fwe -ukt -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(238,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -abj -acF -cIV -acF -abj -abj -abj -uCS -rEU -waG -rEU -rEU -ydy -kRB -rEU -bva -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(239,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -uDP -vrN -efR -mlL -wUg -yeQ -wUg -xLK -lKn -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(240,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -uDV -lvb -nrg -fpt -wUg -wUg -wUg -xLK -lKn -abj -bCI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(241,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -uFy -iHu -kzg -qaX -scg -iZp -wUg -xLK -lKn -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(242,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -uHc -rEU -ldq -rEU -rEU -rEU -rlh -rEU -tpS -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(243,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -acF -uFL -acF -abj -acF -uFL -acF -abj -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(244,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(245,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(246,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(247,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(248,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(249,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(250,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(251,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(252,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(253,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(254,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(255,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/turf/space, +/area/space) +"aac" = ( +/obj/docking_port/stationary/whiteship{ + dir = 8; + id = "whiteship_home"; + name = "Near NSS Kerberos" + }, +/turf/space, +/area/space) +"aae" = ( +/obj/effect/landmark{ + name = "carpspawn" + }, +/turf/space, +/area/space) +"aah" = ( +/obj/effect/decal/warning_stripes/east, +/turf/space, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"aam" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/dropper, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/decal/warning_stripes/east, +/obj/item/reagent_containers/dropper/precision, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"aaq" = ( +/turf/space, +/turf/space, +/area/space) +"aar" = ( +/obj/structure/bed, +/obj/item/bedsheet/syndie, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/maintenance/fpmaint) +"aas" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_ne"; + name = "northeast of SS13"; + width = 19 + }, +/turf/space, +/area/space) +"aaL" = ( +/obj/structure/table/reinforced, +/obj/item/taperecorder, +/obj/item/folder/red{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"aaS" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-25"; + tag = "icon-plant-25" + }, +/obj/machinery/vending/wallmed{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/crew_quarters/courtroom) +"aba" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/range) +"abj" = ( +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"ack" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"acr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start{ + name = "Coroner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"act" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology) +"acC" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry) +"acF" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"ads" = ( +/obj/structure/chair/comfy/shuttle, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"adR" = ( +/obj/machinery/computer/cryopod{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/permabrig) +"aeG" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + id_tag = "port4_inner"; + locked = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "port4"; + name = "exterior access button"; + pixel_x = 24; + pixel_y = -4 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/additional) +"aeI" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/power/grounding_rod{ + anchored = 1 + }, +/obj/machinery/camera{ + c_tag = "Supermatter Center"; + dir = 1; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aeQ" = ( +/obj/docking_port/stationary{ + dheight = 9; + dir = 2; + dwidth = 5; + height = 22; + id = "syndicate_nw"; + name = "northwest of station"; + width = 18 + }, +/turf/space, +/area/space) +"aeY" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/hardsuitstorage) +"afb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"afy" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"afD" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/space, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"afE" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"afQ" = ( +/obj/machinery/door_control{ + desc = "A remote control-switch for the pod doors."; + id = "secpodbay"; + name = "Pod Door Control"; + pixel_x = 26; + pixel_y = -7 + }, +/obj/machinery/camera{ + c_tag = "Pod Hangar"; + dir = 8; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"agi" = ( +/obj/effect/spawner/window/reinforced, +/turf/space, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/eastarrival) +"agp" = ( +/turf/simulated/wall/r_wall, +/area/hallway/secondary/entry/westarrival) +"agA" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"agC" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "port4"; + name = "exterior access button"; + pixel_x = 24; + pixel_y = 4 + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + id_tag = "port4_outer"; + locked = 1 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/additional) +"agN" = ( +/obj/machinery/door/airlock/external, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"agU" = ( +/obj/machinery/vending/medical, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"ahe" = ( +/obj/docking_port/mobile/pod{ + id = "pod1"; + name = "escape pod 1" + }, +/turf/space, +/area/space) +"ahf" = ( +/obj/docking_port/mobile/pod{ + id = "pod2"; + name = "escape pod 2" + }, +/turf/space, +/area/space) +"ahh" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + frequency = 1379; + id_tag = "port4_pump" + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "port4"; + pixel_x = 25; + tag_airpump = "port4_pump"; + tag_chamber_sensor = "port4_sensor"; + tag_exterior_door = "port4_outer"; + tag_interior_door = "port4_inner" + }, +/obj/machinery/airlock_sensor{ + id_tag = "port4_sensor"; + pixel_x = 25; + pixel_y = 5 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/additional) +"ahr" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 25 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/space, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"ahs" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"ahv" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"ahC" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"ahE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/engine/mechanic_workshop/expedition) +"ahI" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 7; + height = 5; + id = "sst_home"; + name = "Near Kerberos Arrivals"; + width = 11 + }, +/turf/space, +/area/space) +"ahQ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/space, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/westarrival) +"ahR" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/light, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"ahS" = ( +/obj/effect/spawner/window/reinforced, +/turf/space, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/westarrival) +"aie" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/additional) +"aii" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/westarrival) +"aip" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/item/radio/beacon, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"aiC" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"aiE" = ( +/turf/simulated/wall/r_wall, +/area/hallway/secondary/entry/eastarrival) +"aiF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/chair/office/light{ + dir = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"aiL" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/eastarrival) +"aiT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/engine/mechanic_workshop/expedition) +"aiZ" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_nw"; + name = "northwest of SS13"; + width = 19 + }, +/turf/space, +/area/space) +"ajg" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"ajn" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"ajy" = ( +/mob/living/simple_animal/mouse/brown, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"ajz" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -25 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"ajG" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"ajM" = ( +/obj/structure/spacepoddoor{ + luminosity = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"ajN" = ( +/turf/simulated/wall, +/area/hallway/secondary/entry/eastarrival) +"ajP" = ( +/obj/effect/decal/warning_stripes/arrow{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 4 + }, +/obj/machinery/atm{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/office) +"ajQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/engine/mechanic_workshop/expedition) +"ake" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology/lab) +"akl" = ( +/obj/structure/sign/poster/official/work_for_a_future{ + pixel_x = 32 + }, +/turf/space, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"aky" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/main) +"ala" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/eastarrival) +"alb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/space, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/engine/mechanic_workshop) +"ald" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/sign/vacuum{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"alf" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"alv" = ( +/obj/structure/sign/pods{ + pixel_x = -32 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"alw" = ( +/obj/structure/sign/pods{ + pixel_x = -32 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -28; + pixel_y = 28 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"alF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/space, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"alO" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/main) +"alQ" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"alT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"alX" = ( +/obj/machinery/constructable_frame/machine_frame, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"ame" = ( +/obj/item/radio/intercom{ + pixel_x = 28; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"amh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"amj" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A5"; + location = "A4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/westarrival) +"amk" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/bluegrid{ + icon_state = "dark"; + name = "Mainframe Floor"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/toxins/server) +"aml" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A2"; + location = "A1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/eastarrival) +"amp" = ( +/obj/machinery/light, +/obj/effect/landmark{ + name = "HONKsquad" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"amt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/engine/mechanic_workshop/expedition) +"amu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"amJ" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"amL" = ( +/obj/structure/computerframe, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/grimy, +/area/civilian/vacantoffice) +"amN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/reinforced, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"amQ" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"amR" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/camera{ + c_tag = "Expedition EVA"; + dir = 1; + network = list("SS13","Security"); + pixel_x = -9 + }, +/obj/machinery/light, +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/o2{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"amS" = ( +/obj/structure/table, +/obj/item/storage/box/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prisonershuttle) +"amZ" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"anb" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"ang" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellowcorner" + }, +/area/medical/chemistry) +"ann" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 10; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"anu" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"anz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/processing) +"anP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"anQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"anZ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaLockdown"; + name = "Perma Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"aob" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple"; + tag = "icon-whitepurple (SOUTHWEST)" + }, +/area/medical/research/restroom) +"aoc" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"aod" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall/r_wall, +/area/engine/mechanic_workshop/expedition) +"aof" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/construction/hallway) +"aon" = ( +/obj/structure/table/wood, +/obj/item/camera, +/obj/item/radio/intercom{ + pixel_x = 30; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "escape" + }, +/area/crew_quarters/fitness) +"aoo" = ( +/turf/simulated/wall, +/area/civilian/vacantoffice) +"aou" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/checkpoint) +"aow" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Checkpoint"; + dir = 8 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/computer/prisoner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/checkpoint) +"aoS" = ( +/obj/machinery/door/airlock/external{ + id_tag = "admin_home" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"aoU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 9; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aph" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"api" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/pen, +/obj/machinery/door/window/brigdoor/southright{ + dir = 8; + name = "Security Checkpoint"; + pixel_x = -8; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/checkpoint) +"apj" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = 28; + pixel_y = -2 + }, +/obj/machinery/computer/security{ + network = list("SS13","Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/security/checkpoint) +"apk" = ( +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"app" = ( +/obj/structure/closet/emcloset, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aps" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/eastarrival) +"apu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/security/checkpoint) +"apw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"apy" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Hangar North"; + dir = 6 + }, +/obj/machinery/light_switch{ + name = "north bump"; + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"apB" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/westarrival) +"apF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"apJ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/civilian/vacantoffice) +"apL" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/westarrival) +"apM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"apN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"apO" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/computer/med_data{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/bridge/checkpoint/north) +"apZ" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/checkpoint) +"aqa" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/checkpoint) +"aqc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"aqf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/engine/mechanic_workshop/expedition) +"aqq" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/magboots{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots{ + pixel_x = 4; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"aqu" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"aqB" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/westarrival) +"aqH" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/turf/space, +/area/space/nearstation) +"aqK" = ( +/obj/structure/closet/secure_closet, +/obj/item/storage/secure/briefcase, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/bridge/checkpoint/north) +"aqM" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/eastarrival) +"aqN" = ( +/obj/structure/filingcabinet, +/obj/machinery/newscaster{ + pixel_x = 28; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/bridge/checkpoint/north) +"aqV" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/closet/secure_closet/security, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/checkpoint) +"aqY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/eastarrival) +"ara" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/rack, +/obj/item/gun/energy/kinetic_accelerator{ + pixel_y = -6 + }, +/obj/item/gun/energy/kinetic_accelerator{ + pixel_y = -3 + }, +/obj/item/gun/energy/kinetic_accelerator, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"arm" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/eastarrival) +"arn" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Exp_lockdown"; + name = "Expedition Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/engine/mechanic_workshop/expedition) +"ars" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/research/nhallway) +"aru" = ( +/turf/simulated/wall/r_wall, +/area/security/permabrig) +"arw" = ( +/obj/machinery/door/airlock{ + name = "Internal Affairs Office"; + req_access_txt = "38" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"arA" = ( +/turf/space, +/turf/simulated/wall/r_wall, +/area/engine/mechanic_workshop/expedition) +"arD" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 9; + height = 18; + id = "admin_home"; + name = "port bay 1"; + width = 19 + }, +/turf/space, +/area/space) +"arG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"arH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"arM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/additional) +"arO" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 25 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"arP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"arR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark{ + name = "blob" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"arT" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"arX" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"asb" = ( +/obj/machinery/door_control{ + id = "hangar"; + name = "Hangar Doors Control"; + pixel_y = -8; + req_one_access_txt = "18;70;71;48" + }, +/turf/simulated/wall, +/area/engine/mechanic_workshop/hangar) +"asg" = ( +/obj/machinery/light, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"asi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/westarrival) +"ask" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"asm" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/arrival/station) +"asq" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"asE" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Exp_lockdown"; + name = "Expedition Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/engine/mechanic_workshop/expedition) +"asF" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"asH" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"asR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/suit_storage_unit/standard_unit, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"asT" = ( +/turf/space, +/turf/simulated/wall, +/area/hallway/secondary/entry/additional) +"asU" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"asX" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"asY" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = -30; + pixel_y = 2 + }, +/obj/structure/closet/wardrobe/red, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/item/clothing/suit/tracksuit/red, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/checkpoint) +"atd" = ( +/turf/simulated/wall/r_wall, +/area/engine/controlroom) +"atl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"atm" = ( +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"atq" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"atv" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/bridge/checkpoint/north) +"atF" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"atL" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"atR" = ( +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -25 + }, +/obj/structure/table/reinforced, +/obj/item/storage/belt/utility, +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"atV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"atW" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"aua" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"auc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"aud" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"auf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/engine/mechanic_workshop/expedition) +"auk" = ( +/obj/machinery/vending/hydronutrients, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"aul" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/westarrival) +"aun" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"auo" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aup" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/engine/mechanic_workshop/expedition) +"auq" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"aux" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"auz" = ( +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/obj/structure/sign/directions/medical, +/obj/structure/sign/directions/security{ + pixel_y = 8 + }, +/turf/simulated/wall, +/area/hallway/secondary/entry/lounge) +"auB" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Hangar"; + req_one_access_txt = "18;70;71;48" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"auH" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/table/reinforced, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/head/radiation, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"auJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/eastarrival) +"auS" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom{ + pixel_x = 28; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"auW" = ( +/obj/structure/particle_accelerator/particle_emitter/center{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"avb" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"avd" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "hangar"; + name = "Hangar Gate" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/hangar) +"avf" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/secondary/entry/lounge) +"avi" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Mechanic Workshop"; + req_access_txt = "70" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"avj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"avk" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"avm" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/mechanic_workshop) +"avr" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/auxstarboard) +"avx" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/sign/nosmoking_2{ + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"avB" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 4; + filter_type = "n2"; + name = "nitrogen filter"; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"avC" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"avD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/nosmoking_2{ + pixel_x = 32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"avE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/engine/mechanic_workshop/expedition) +"avH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"avL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"avX" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall/rust, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"avZ" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/landmark/start{ + name = "Cyborg" + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"awg" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"awh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry/lounge) +"awk" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/additional) +"awl" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"awo" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"aws" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/plating, +/area/shuttle/arrival/station) +"aww" = ( +/turf/simulated/wall, +/area/maintenance/bar) +"awA" = ( +/obj/effect/decal/warning_stripes/west, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"awH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"awI" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/engine/supermatter) +"awJ" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"awP" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"awU" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + tag = "icon-propulsion (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/arrival/station) +"awV" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"awY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"axa" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"axc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"axd" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/arrival/station) +"axf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/command/glass{ + name = "Space Expedition Storage"; + req_one_access_txt = "18;48;70" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Exp_lockdown"; + name = "Expedition Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"axg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/additional) +"axh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"axj" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -25 + }, +/obj/structure/table, +/obj/random/toolbox, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"axm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/checkpoint) +"axD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"axG" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/engine/supermatter) +"axM" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"axP" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/engine/controlroom) +"axT" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 25 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"aye" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/engine/controlroom) +"ayi" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"ayj" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"aym" = ( +/obj/effect/landmark/start{ + name = "Janitor" + }, +/turf/simulated/floor/plasteel, +/area/janitor) +"ayr" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"ays" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall, +/area/quartermaster/sorting) +"ayv" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A8"; + location = "A7" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/additional) +"ayw" = ( +/turf/space, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/engine/mechanic_workshop/hangar) +"ayA" = ( +/turf/simulated/wall, +/area/quartermaster/sorting) +"ayB" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"ayD" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Center Fore"; + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"ayH" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/engine/mechanic_workshop) +"ayI" = ( +/obj/effect/decal/warning_stripes/north, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"ayQ" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "hangar"; + name = "Hangar Gate" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/hangar) +"ayU" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purplecorner" + }, +/area/hallway/primary/aft) +"ayW" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6" + }, +/area/shuttle/arrival/station) +"azf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"azi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/janitor) +"azk" = ( +/obj/effect/landmark/start{ + name = "Janitor" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/janitor) +"azl" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"azr" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"azs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/effect/turf_decal/box, +/obj/structure/closet/cardboard, +/obj/item/storage/box/lights/mixed, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/sorting) +"azv" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + name = "Disposals Junction"; + tag = "icon-pipe-j1s (EAST)" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"azw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay"; + req_access_txt = "31" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"azx" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"azC" = ( +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"azU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; + dir = 1; + name = "Труба подачи азота в реактор" + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"azW" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/arrival/station) +"aAa" = ( +/obj/structure/window/reinforced, +/obj/structure/shuttle/engine/heater{ + dir = 1; + tag = "icon-heater (NORTH)" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/shuttle/plating, +/area/shuttle/arrival/station) +"aAc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/additional) +"aAn" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10" + }, +/area/shuttle/arrival/station) +"aAs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/additional) +"aAt" = ( +/obj/structure/janitorialcart, +/obj/machinery/light_switch{ + dir = 1; + name = "south bump"; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/janitor) +"aAv" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/item/crowbar, +/obj/machinery/light, +/obj/machinery/computer/guestpass{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/janitor) +"aAB" = ( +/obj/structure/table/wood, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/item/newspaper, +/obj/item/newspaper, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"aAE" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"aAG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"aAI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/engine/mechanic_workshop) +"aAK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"aAM" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Fore Starboard"; + dir = 4; + pixel_y = -22 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"aAN" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"aAO" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/port) +"aAW" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"aAY" = ( +/obj/machinery/door_control{ + id = "mechanicgate"; + name = "Mechanic Pod Door"; + pixel_x = 24; + pixel_y = -24; + req_access_txt = "70" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/mechanic_workshop) +"aBb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_x = -2; + pixel_y = 13 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aBc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/westarrival) +"aBd" = ( +/obj/machinery/door_control{ + id = "mechanicgate"; + name = "Mechanic Pod Door"; + pixel_x = -24; + pixel_y = -24; + req_access_txt = "70" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"aBe" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/engine/mechanic_workshop/hangar) +"aBh" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA" + }, +/turf/simulated/wall/r_wall, +/area/engine/supermatter) +"aBj" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/rack, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"aBl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"aBm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/space, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/additional) +"aBn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"aBr" = ( +/obj/machinery/door/airlock/maintenance{ + name = "construction access" + }, +/obj/structure/barricade/wooden, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"aBs" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aBt" = ( +/turf/simulated/wall, +/area/maintenance/engrooms) +"aBy" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/commercial) +"aBz" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"aBF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/storage) +"aBI" = ( +/turf/simulated/wall/rust, +/area/maintenance/bar) +"aBS" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + name = "Waste Disposals Junction"; + sortType = 1; + tag = "icon-pipe-j1s (EAST)" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/bot/left, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"aBU" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall7" + }, +/area/shuttle/arrival/station) +"aBV" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "engsm"; + name = "Supermatter Blast Doors"; + opacity = 0 + }, +/obj/effect/decal/warning_stripes/east, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/engine/supermatter) +"aBZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"aCb" = ( +/obj/structure/lattice, +/turf/space, +/turf/space, +/area/space/nearstation) +"aCc" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall11" + }, +/area/shuttle/arrival/station) +"aCe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/random/toolbox, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"aCf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"aCi" = ( +/obj/machinery/power/rad_collector, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/greengrid, +/area/engine/supermatter) +"aCv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/storage) +"aCx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Cargo Technician" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"aCA" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"aCD" = ( +/obj/effect/decal/warning_stripes/blue, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"aCE" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/blood/tracks{ + basecolor = "#030303"; + desc = "It's black and greasy. Looks like Beepsky made another mess."; + drydesc = "It's dry and crusty. Someone is not doing their job." + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/storage) +"aCU" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/engine/mechanic_workshop) +"aCV" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "engsm"; + name = "Supermatter Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/highsecurity{ + heat_proof = 1; + name = "Supermatter Chamber"; + req_one_access_txt = "24; 10" + }, +/turf/simulated/floor/engine, +/area/engine/supermatter) +"aDc" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/engine/supermatter) +"aDe" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/binary/volume_pump/on, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aDf" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/engine/mechanic_workshop) +"aDg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"aDh" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aDj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/additional) +"aDl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aDm" = ( +/obj/structure/bed, +/obj/item/bedsheet/orange, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"aDx" = ( +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"aDC" = ( +/obj/machinery/power/supermatter_shard{ + anchored = 1 + }, +/turf/simulated/floor/engine, +/area/engine/supermatter) +"aDD" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/space, +/area/solar/auxstarboard) +"aDG" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"aDI" = ( +/turf/simulated/wall, +/area/janitor) +"aDL" = ( +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -25 + }, +/obj/machinery/camera{ + c_tag = "Cargo Office NorthWest"; + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/computer/supplycomp{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"aDN" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"aEb" = ( +/obj/structure/table/reinforced, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/obj/item/clothing/gloves/color/yellow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/mechanic_workshop) +"aEc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/additional) +"aEd" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "engsm"; + name = "Supermatter Blast Doors"; + opacity = 0 + }, +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/engine/supermatter) +"aEe" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/emergency, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aEg" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aEh" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/teleporter/abandoned) +"aEi" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/obj/machinery/camera{ + c_tag = "Arrivals Shuttle North"; + dir = 6 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/arrival/station) +"aEl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "70" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"aEm" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"aEn" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aEo" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aEp" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "neutral" + }, +/area/maintenance/engrooms) +"aEs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/janitor) +"aEw" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -25 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"aEx" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/space, +/area/solar/auxstarboard) +"aEy" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxstarboard) +"aEB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"aEF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay"; + req_access_txt = "31" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"aEN" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aES" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"aEY" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/armoury) +"aEZ" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/warning_stripes/red, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"aFc" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/controlroom) +"aFf" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aFg" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aFj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/human, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"aFl" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/northwestcorner, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aFo" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Clown"; + name = "Clown Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/clownoffice) +"aFr" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"aFt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"aFu" = ( +/turf/simulated/wall, +/area/hallway/secondary/entry/additional) +"aFA" = ( +/turf/simulated/wall, +/area/crew_quarters/bar) +"aFB" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -25 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"aFF" = ( +/turf/space, +/turf/simulated/wall, +/area/hallway/secondary/entry/westarrival) +"aFT" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"aGa" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"aGk" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/window/eastright{ + dir = 2; + name = "Clown Delivery"; + req_access_txt = "46" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/clownoffice) +"aGm" = ( +/obj/structure/closet/cardboard, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"aGn" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "Service Hall North"; + dir = 4; + pixel_y = -22 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/serviceyard) +"aGo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"aGp" = ( +/obj/effect/landmark/start{ + name = "Bartender" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"aGq" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"aGr" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"aGt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"aGu" = ( +/obj/machinery/door_control{ + id = "Bar"; + name = "Bar Privacy Shutters Control"; + pixel_x = -25; + req_access_txt = "28" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"aGw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"aGx" = ( +/obj/effect/landmark/start{ + name = "Bartender" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"aGz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"aGE" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/machinery/conveyor/north{ + id = "cargodelivery" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/delivery) +"aGF" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Shuttle South West"; + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aGI" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start{ + name = "Cargo Technician" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/storage) +"aGJ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "Arrivals Shuttle South East"; + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Arrival Shuttle"; + name = "Arrival Shuttle Requests Console"; + pixel_x = 32 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aGL" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"aGM" = ( +/turf/space, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"aGQ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"aGZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"aHb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/serviceyard) +"aHc" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"aHe" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aHf" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"aHo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aHs" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"aHu" = ( +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"aHw" = ( +/obj/structure/table/reinforced, +/obj/item/toy/figure/mime{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"aHB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"aHD" = ( +/obj/structure/table/wood, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/gun/projectile/revolver/doublebarrel, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"aHE" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/crew_quarters/bar) +"aHF" = ( +/obj/machinery/smartfridge/drinks{ + opacity = 1 + }, +/obj/machinery/door/window/eastleft{ + dir = 1; + name = "Bar Desk"; + req_access_txt = "25" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"aHG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"aHS" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"aHZ" = ( +/obj/structure/table, +/obj/item/storage/firstaid, +/turf/simulated/floor/plasteel, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"aIh" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"aIl" = ( +/obj/structure/sign/directions/engineering{ + pixel_y = 8 + }, +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/obj/structure/sign/directions/science, +/turf/simulated/wall, +/area/bridge/checkpoint/north) +"aIo" = ( +/obj/structure/particle_accelerator/fuel_chamber{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"aIr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/turbine) +"aIs" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/turbine) +"aIt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass{ + name = "Turbine Generator Access"; + req_access_txt = "24" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"aIu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aIC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/additional) +"aIE" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aII" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/westarrival) +"aIJ" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall/r_wall, +/area/engine/mechanic_workshop/hangar) +"aIO" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry) +"aIP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/maintenance/engrooms) +"aIX" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_home" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"aJa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"aJb" = ( +/obj/machinery/door/airlock{ + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/maintenance/fpmaint) +"aJg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"aJi" = ( +/obj/effect/decal/warning_stripes/yellow, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 4; + location = "QM #2" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Cargo Disposals Control"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/delivery) +"aJm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"aJr" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/brigstaff) +"aJu" = ( +/obj/structure/rack, +/obj/item/weldingtool, +/obj/item/clothing/head/welding, +/obj/item/assembly/voice, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aJv" = ( +/obj/machinery/atm{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"aJy" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/controlroom) +"aJz" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/red, +/obj/structure/closet/firecloset, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"aJC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/toy/balloon, +/obj/item/toy/balloon{ + pixel_x = 7; + pixel_y = -7 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"aJF" = ( +/obj/effect/decal/warning_stripes/east, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"aJK" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Gas to Thermo" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"aJL" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"aJN" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aJO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/southeast, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aJQ" = ( +/obj/machinery/light/small, +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aJV" = ( +/obj/machinery/door/airlock/external{ + name = "Arrival Airlock" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"aJW" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -22 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aJY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/atmos) +"aKd" = ( +/obj/machinery/door/airlock/external{ + name = "Arrival Airlock" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"aKe" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Mime"; + name = "Mime Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/mimeoffice) +"aKg" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall, +/area/engine/mechanic_workshop) +"aKj" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"aKo" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"aKq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"aKt" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/eastarrival) +"aKx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"aKy" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"aKF" = ( +/obj/machinery/conveyor/north{ + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"aKK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"aKL" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"aKM" = ( +/obj/structure/computerframe, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aKO" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"aKS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"aKT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aKY" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Turbine Generator Access"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + name = "Труба турбины" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/atmos) +"aLd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Access"; + req_one_access_txt = "24" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"aLe" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"aLf" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"aLi" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/auxstarboard) +"aLl" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 10; + name = "Труба турбины" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"aLo" = ( +/obj/machinery/computer/podtracker{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/engine/mechanic_workshop) +"aLr" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"aLu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/engine/mechanic_workshop) +"aLC" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/serviceyard) +"aLE" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"aLG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/additional) +"aLH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/engine/mechanic_workshop/hangar) +"aLI" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"aLM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"aLQ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"aLV" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"aLW" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"aLX" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/westarrival) +"aLZ" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"aMf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/eastarrival) +"aMn" = ( +/obj/item/radio/beacon, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aMp" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/space, +/area/solar/auxstarboard) +"aMr" = ( +/obj/structure/closet/wardrobe/grey, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aMt" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/arrival/station) +"aMz" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry/lounge) +"aMB" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/engine/mechanic_workshop) +"aMC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"aMD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/securearmoury) +"aMF" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/engine/mechanic_workshop) +"aMI" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/computer/atmoscontrol, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"aMK" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"aMM" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/space) +"aMO" = ( +/obj/structure/sign/vacuum, +/turf/simulated/wall/r_wall, +/area/maintenance/turbine) +"aMP" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aMT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/hallway/secondary/entry/lounge) +"aMW" = ( +/turf/simulated/wall, +/area/maintenance/gambling_den) +"aMX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/space, +/area/solar/auxstarboard) +"aNc" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 25 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"aNd" = ( +/obj/item/pod_parts/core, +/obj/item/circuitboard/mecha/pod, +/obj/item/clothing/glasses/welding{ + pixel_y = 12 + }, +/obj/item/gps, +/obj/structure/table/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/engine/mechanic_workshop) +"aNe" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Port Fore"; + dir = 8 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"aNf" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/item/radio/intercom{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/engine/mechanic_workshop) +"aNj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/delivery) +"aNl" = ( +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/bridge/checkpoint/north) +"aNm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"aNp" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/carpet, +/area/hallway/secondary/entry/lounge) +"aNr" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid"; + tag = "icon-asteroid (NORTH)" + }, +/area/hydroponics) +"aNv" = ( +/obj/structure/closet/body_bag, +/obj/item/storage/pill_bottle/random_drug_bottle, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aNw" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"aNA" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"aNB" = ( +/obj/machinery/requests_console{ + department = "Mechanic"; + departmentType = 2; + name = "Mechanic's Workshop Requests Console"; + pixel_y = -32 + }, +/obj/structure/closet/toolcloset, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/engine/mechanic_workshop) +"aNG" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/wood, +/area/civilian/vacantoffice) +"aNI" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aNJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/hallway/secondary/entry/lounge) +"aNS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/east, +/turf/space, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"aNT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/tank/emergency_oxygen/engi, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/maintenance/turbine) +"aOc" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"aOd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/medical/research/nhallway) +"aOg" = ( +/turf/simulated/wall/r_wall, +/area/atmos) +"aOk" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_ver{ + id_tag = "secpodbay" + }, +/obj/structure/spacepoddoor{ + luminosity = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"aOn" = ( +/obj/structure/sink{ + pixel_y = 29 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/permabrig) +"aOo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"aOq" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aOs" = ( +/obj/machinery/slot_machine, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"aOu" = ( +/obj/structure/rack, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"aOB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/crew_quarters/chief) +"aOF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/fore) +"aOH" = ( +/obj/effect/decal/warning_stripes/yellow, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #4"; + suffix = "#4" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 4; + location = "QM #3" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/delivery) +"aOK" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"aOL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"aOP" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/beebox/unwrenched, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"aOR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + req_one_access_txt = "18;70;71;48" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"aOT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/hydroponics/abandoned_garden) +"aOV" = ( +/obj/machinery/door_control{ + desc = "A remote control-switch for the pod doors."; + id = "secpodbay"; + name = "Pod Door Control"; + pixel_x = -9; + pixel_y = -23 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"aOY" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aPd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A10"; + location = "A9" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"aPg" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"aPk" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/space, +/area/solar/auxstarboard) +"aPl" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 6; + name = "Труба дыхательной смеси" + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"aPt" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/hallway/secondary/entry/lounge) +"aPu" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/auxstarboard) +"aPx" = ( +/obj/structure/bookcase, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/maintenance/bar) +"aPA" = ( +/obj/structure/closet/wardrobe/red, +/obj/item/clothing/suit/tracksuit/red, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"aPE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/atmos) +"aPJ" = ( +/mob/living/simple_animal/mouse/gray, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/maintenance/bar) +"aPM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"aPO" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/serviceyard) +"aPR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aPS" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"aPY" = ( +/obj/structure/statue/bananium/clown{ + name = "Статуя Великого Кекеги" + }, +/obj/item/radio/intercom{ + pixel_y = -35 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/clownoffice) +"aQb" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/grown/grapes, +/obj/item/reagent_containers/food/snacks/grown/holymelon, +/obj/item/reagent_containers/food/snacks/grown/cocoapod, +/obj/item/reagent_containers/food/snacks/grown/chili, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"aQe" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "greencorner" + }, +/area/hydroponics/abandoned_garden) +"aQf" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/camera{ + c_tag = "Cargo Office SouthWest"; + dir = 4 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/storage) +"aQg" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"aQi" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/space, +/area/solar/auxstarboard) +"aQs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"aQx" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"aQy" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/hallway/secondary/entry/lounge) +"aQz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"aQF" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/space, +/area/solar/auxstarboard) +"aQI" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/auxport) +"aQJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/space, +/turf/simulated/floor/greengrid, +/area/engine/controlroom) +"aQK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/eastsouthwest, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"aQM" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 6; + name = "Труба смешивания" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"aQO" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/atmos) +"aQR" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/hydroponics/abandoned_garden) +"aQS" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"aQV" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"aRl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark"; + temperature = 80 + }, +/area/toxins/xenobiology) +"aRo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"aRq" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/machinery/camera{ + c_tag = "Atrium"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar/atrium) +"aRC" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table, +/obj/item/paper_bin, +/obj/machinery/newscaster{ + pixel_x = -28 + }, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + name = "Cargo Requests Console"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/quartermaster/office) +"aRG" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"aRH" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aRJ" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/office) +"aRL" = ( +/obj/machinery/door/airlock/external{ + id_tag = "ferry_home" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aRO" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Cargo Technician" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"aRQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"aRT" = ( +/turf/simulated/floor/plasteel, +/area/crew_quarters/serviceyard) +"aSd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"aSh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atm{ + pixel_y = -32 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"aSl" = ( +/obj/machinery/conveyor{ + dir = 9; + id = "garbage" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"aSy" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/turbine) +"aSE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/sleeper) +"aSF" = ( +/obj/machinery/vending/medical{ + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/security/medbay) +"aSG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aSH" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "air_sensor" + }, +/turf/simulated/floor/engine/air, +/area/atmos) +"aSO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/greengrid, +/area/engine/controlroom) +"aSP" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"aSQ" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"aST" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/greengrid, +/area/engine/controlroom) +"aSV" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar/atrium) +"aSW" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "privateroom" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "privateroom" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "privateroom" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/bar/atrium) +"aSY" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay2) +"aSZ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"aTm" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"aTn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/fpmaint) +"aTu" = ( +/obj/structure/rack, +/obj/item/extinguisher, +/obj/item/storage/belt/utility, +/obj/item/storage/toolbox/electrical, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/radio{ + pixel_y = 6 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -25 + }, +/obj/item/weldingtool/largetank, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/engine/mechanic_workshop) +"aTv" = ( +/obj/structure/closet/secure_closet/quartermaster, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/item/stamp/denied, +/obj/item/stamp/granted, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/qm) +"aTx" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Mechanic's Office"; + dir = 8; + network = list("Engineering","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/mechanic_workshop) +"aTy" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"aTA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aTB" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/item/hatchet, +/obj/item/cultivator, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"aTC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"aTD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"aTS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"aTU" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; + dir = 4; + name = "Труба обработки" + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"aTY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -2; + pixel_y = 7 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"aUb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"aUm" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"aUq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"aUr" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/commercial) +"aUt" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/serviceyard) +"aUv" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + location = "Bar" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"aUx" = ( +/obj/machinery/door/airlock/glass{ + id = "privateroom"; + id_tag = "privateroom"; + name = "Private Room" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/bar/atrium) +"aUy" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar/atrium) +"aUB" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"aUC" = ( +/obj/item/radio/intercom{ + pixel_x = 28; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"aUE" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"aUG" = ( +/obj/effect/landmark/start{ + name = "Chef" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"aUK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aUN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"aUO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/storage) +"aUP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"aUQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"aUT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"aUU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/eastarrival) +"aUY" = ( +/obj/structure/sign/custodian, +/turf/simulated/wall, +/area/janitor) +"aVc" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Kitchen Windows"; + name = "Kitchen Privacy Shutters" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/crew_quarters/kitchen) +"aVg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/controlroom) +"aVh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aVi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/controlroom) +"aVj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/controlroom) +"aVB" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/medical/surgery1) +"aVO" = ( +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"aVS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aWc" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 11 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar/atrium) +"aWd" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar/atrium) +"aWr" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/secure_closet/cargotech, +/obj/item/stamp/granted, +/obj/item/stamp/denied, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/storage) +"aWt" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/quartermaster/storage) +"aWw" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Vacant Office" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/civilian/vacantoffice) +"aWx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/qm) +"aWB" = ( +/obj/effect/landmark/start{ + name = "Mechanic" + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"aWC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"aWI" = ( +/obj/structure/sign/directions/engineering{ + pixel_y = 8 + }, +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/obj/structure/sign/directions/science, +/turf/simulated/wall, +/area/hallway/secondary/entry/lounge) +"aWP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/aft) +"aWR" = ( +/turf/simulated/wall/r_wall/coated, +/area/maintenance/turbine) +"aWS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/crew_quarters/fitness) +"aWY" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen, +/turf/simulated/floor/wood, +/area/library/abandoned) +"aXc" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = 30; + pixel_y = 3 + }, +/obj/machinery/door_control{ + id = "ShootRange"; + name = "Shooting Range Shutters Control"; + pixel_x = 26; + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/range) +"aXd" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/southwest, +/obj/structure/window/reinforced, +/obj/structure/closet/secure_closet/atmos_personal, +/obj/item/extinguisher/mini, +/turf/simulated/floor/plasteel, +/area/atmos) +"aXe" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"aXh" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/suit_storage_unit/atmos, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"aXj" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/space, +/area/solar/auxstarboard) +"aXk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 7; + icon_state = "yellow" + }, +/area/engine/engineering/monitor) +"aXl" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"aXs" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"aXt" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/hallway/secondary/entry/commercial) +"aXx" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall, +/area/hydroponics) +"aXA" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar/atrium) +"aXB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/westarrival) +"aXC" = ( +/obj/structure/toilet{ + pixel_y = 17 + }, +/obj/item/bikehorn/rubberducky{ + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/maintenance/fpmaint) +"aXF" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"aXI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/maintenance/fpmaint) +"aXJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/civilian/vacantoffice) +"aXK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aXL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"aXM" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/commercial) +"aXP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining{ + name = "Mining Dock"; + req_access_txt = "48" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"aXS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/commercial) +"aXV" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/quartermaster/qm) +"aYd" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/toy/figure/assistant, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aYe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/starboard/east) +"aYj" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/light, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aYo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"aYt" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aYx" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/suit_storage_unit/atmos, +/turf/simulated/floor/plasteel, +/area/atmos) +"aYC" = ( +/obj/machinery/light, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/engine/engineering) +"aYE" = ( +/obj/structure/sign/nosmoking_1{ + pixel_x = 28; + pixel_y = -28 + }, +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/engine/engineering) +"aYF" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aYH" = ( +/obj/structure/table/reinforced, +/obj/item/folder, +/obj/item/storage/pill_bottle/dice, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aYJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/obj/machinery/power/grounding_rod{ + anchored = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"aYP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"aYQ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"aYW" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/greengrid, +/area/engine/controlroom) +"aYY" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/hallway/secondary/entry) +"aYZ" = ( +/turf/simulated/wall, +/area/crew_quarters/kitchen) +"aZb" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"aZd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/autolathe, +/obj/machinery/door/window/brigdoor{ + dir = 2; + id = "Autolathe"; + name = "Autolathe Access"; + req_access_txt = "31" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Cargo Office Windows"; + name = "Cargo Office Shutters" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"aZf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/eastarrival) +"aZg" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/closet/jcloset, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/reagent_containers/spray/pestspray, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/janitor) +"aZh" = ( +/obj/machinery/atm{ + pixel_x = 32 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"aZi" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"aZj" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"aZk" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_x = -27; + pixel_y = -25 + }, +/obj/machinery/light_switch{ + dir = 4; + name = "west bump"; + pixel_x = -25 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/quartermaster/storage) +"aZm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"aZp" = ( +/obj/machinery/computer/shuttle/mining, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"aZq" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/quartermaster/qm) +"aZt" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/qm) +"aZv" = ( +/obj/machinery/camera{ + c_tag = "Hangar Hardsuit Storage"; + dir = 4 + }, +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"aZx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"aZz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"aZA" = ( +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"baf" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"bah" = ( +/obj/machinery/portable_atmospherics/canister, +/turf/simulated/floor/plasteel, +/area/atmos) +"bai" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/storage) +"baj" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/suit_storage_unit/atmos, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel, +/area/atmos) +"bal" = ( +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/suit_storage_unit/atmos, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel, +/area/atmos) +"ban" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + name = "Труба смешивания" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"baB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/hydroponics) +"baC" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -23 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/lobby) +"baF" = ( +/turf/simulated/wall, +/area/hydroponics) +"baG" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"baI" = ( +/obj/structure/table, +/obj/item/paper/deltainfo, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/processing) +"baK" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 19 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"baL" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"baS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/toxins/xenobiology) +"baY" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/quartermaster/miningdock) +"bbb" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"bbe" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"bbf" = ( +/turf/simulated/wall/r_wall/coated, +/area/engine/supermatter) +"bbh" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/qm) +"bbk" = ( +/obj/structure/grille, +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engine/supermatter) +"bbl" = ( +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"bbw" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/commercial) +"bbA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/maintenance/gambling_den) +"bbC" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"bbJ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/research/restroom) +"bbN" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/fireaxecabinet{ + pixel_x = 30 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/atmos) +"bbR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/janitor) +"bbV" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry) +"bbY" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/keycard_auth{ + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/heads/hop) +"bbZ" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/obj/item/reagent_containers/glass/bucket, +/obj/item/mop, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/janitor) +"bca" = ( +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/hydroponics) +"bcc" = ( +/obj/machinery/light, +/obj/structure/reagent_dispensers/watertank/high, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"bcd" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/kitchen_machine/candy_maker, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"bce" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/freezer{ + req_access_txt = "28" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/crew_quarters/kitchen) +"bcf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/kitchen) +"bci" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/kitchen) +"bck" = ( +/obj/effect/decal/warning_stripes/red, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"bcn" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"bco" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/crew_quarters/kitchen) +"bcw" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"bcy" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bcz" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk, +/obj/machinery/conveyor/west{ + id = "cargodisposals" + }, +/turf/simulated/floor/plating, +/area/quartermaster/sorting) +"bcA" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/vacuum, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry) +"bcB" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/quartermaster/miningdock) +"bcL" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"bda" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/permabrig) +"bdd" = ( +/obj/structure/closet/critter, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bdi" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"bdq" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"bds" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"bdu" = ( +/turf/simulated/floor/plating, +/area/construction/hallway) +"bdz" = ( +/obj/structure/closet/crate/freezer, +/obj/item/radio/intercom{ + pixel_y = 22 + }, +/obj/machinery/requests_console{ + department = "Kitchen"; + departmentType = 2; + name = "Kitchen Requests Console"; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"bdE" = ( +/obj/structure/sink/kitchen{ + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "Kitchen South" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"bdI" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/space, +/area/space/nearstation) +"bdL" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"bdO" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/closet/walllocker/emerglocker/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/commercial) +"bdQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -1; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"bdR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/prisonershuttle) +"bdY" = ( +/obj/effect/turf_decal/box, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"bea" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/quartermaster/miningdock) +"bed" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"bef" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/commercial) +"bei" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"bep" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"bev" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"bew" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"beC" = ( +/turf/simulated/wall, +/area/engine/mechanic_workshop) +"beO" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "n2_sensor" + }, +/turf/simulated/floor/engine/n2, +/area/atmos) +"beU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/janitor) +"beV" = ( +/turf/simulated/wall, +/area/engine/mechanic_workshop/hangar) +"beW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/janitor) +"beY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/landmark/start{ + name = "Chef" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/kitchen) +"beZ" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "janitorshutters"; + name = "Janitor Shutters" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/janitor) +"bfc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"bfw" = ( +/obj/structure/ore_box, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"bfz" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 11; + id = "specops_home"; + name = "port bay 2"; + width = 5 + }, +/turf/space, +/area/space) +"bfF" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_home" + }, +/obj/effect/decal/warning_stripes/north, +/turf/space, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"bfL" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"bfQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bfU" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/commercial) +"bfW" = ( +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bfY" = ( +/obj/structure/table, +/obj/item/screwdriver, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bfZ" = ( +/obj/item/radio/intercom{ + pixel_x = 28; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"bgb" = ( +/obj/structure/table/wood, +/obj/item/camera_film, +/obj/item/camera_film, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Librarian Desk"; + dir = 9; + pixel_x = 1; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"bge" = ( +/obj/machinery/chem_dispenser, +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/door_control{ + id = "Chemistry2"; + name = "Chem Medbay Desk Shutters"; + pixel_x = -18; + pixel_y = -24 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_y = -32 + }, +/turf/simulated/floor/engine, +/area/medical/chemistry) +"bgi" = ( +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/checkpoint) +"bgj" = ( +/obj/effect/decal/warning_stripes/south, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bgk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "eva-shutters"; + name = "E.V.A. Storage Shutters" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"bgl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/janitor) +"bgm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Hydroponics"; + req_access_txt = "35" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"bgn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/janitor) +"bgo" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/chem_master/condimaster, +/turf/simulated/floor/plasteel, +/area/crew_quarters/kitchen) +"bgs" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"bgt" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/evidence) +"bgw" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/engine/mechanic_workshop) +"bgz" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"bgB" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A9"; + location = "A8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bgD" = ( +/mob/living/simple_animal/pet/dog/corgi/Ian, +/obj/structure/bed/dogbed/ian, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"bgE" = ( +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"bgF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bgH" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A7"; + location = "A6" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bgI" = ( +/obj/item/vending_refill/sovietsoda, +/obj/structure/rack, +/turf/simulated/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"bgL" = ( +/obj/machinery/door/airlock{ + name = "Magistrate's Office"; + req_access_txt = "74" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"bgM" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"bgN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"bgO" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bgU" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A6"; + location = "A5" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bgY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"bhn" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A4"; + location = "A3" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bhq" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A1"; + location = "A40" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bhs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"bht" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bhv" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A3"; + location = "A2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bhw" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/crew_quarters/serviceyard) +"bhx" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Kitchen Windows"; + name = "Kitchen Privacy Shutters" + }, +/obj/item/clipboard, +/obj/item/toy/figure/chef, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/eastleft{ + dir = 8; + name = "Kitchen Desk"; + req_access_txt = "28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"bhy" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/kitchen) +"bhz" = ( +/obj/machinery/light, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/sliceable/flatdough, +/obj/item/reagent_containers/food/snacks/meat, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"bhB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/engine/supermatter) +"bhE" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"bhF" = ( +/obj/structure/foodcart, +/obj/machinery/light, +/obj/machinery/computer/guestpass{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"bhJ" = ( +/obj/machinery/door_control{ + id = "Kitchen Windows"; + name = "Kitchen Privacy Shutters Control"; + pixel_y = -26; + req_access_txt = "28" + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"bhM" = ( +/obj/structure/table/wood, +/obj/item/phone, +/obj/item/reagent_containers/food/drinks/cans/beer{ + pixel_x = -8; + pixel_y = 12 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/maintenance/fpmaint) +"bhN" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bhP" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bhY" = ( +/obj/structure/table/reinforced, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/storage/box/mousetraps, +/obj/item/storage/box/mousetraps, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/janitor) +"bia" = ( +/obj/machinery/camera{ + c_tag = "Mining Port"; + dir = 1 + }, +/obj/structure/closet/wardrobe/miner, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/vending/wallmed{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"bib" = ( +/obj/structure/closet/secure_closet/miner, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"bie" = ( +/obj/machinery/mineral/equipment_vendor, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"bif" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/maintenance/electrical) +"big" = ( +/obj/structure/closet/l3closet/janitor, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/janitor) +"biq" = ( +/obj/item/reagent_containers/food/snacks/carpmeat, +/obj/effect/decal/cleanable/blood/gibs/cleangibs, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bix" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/civilian/vacantoffice) +"biC" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/maintenance/bar) +"biJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"biL" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; + dir = 9; + name = "Труба обработки" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"biO" = ( +/obj/structure/chair/office/light, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/crew_quarters/hor) +"biQ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/wood, +/area/civilian/vacantoffice) +"biS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + on = 1 + }, +/turf/simulated/floor/engine, +/area/engine/supermatter) +"biU" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/civilian/vacantoffice) +"biW" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/toxins/mixing) +"biX" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/insulated, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/toxins/mixing) +"biZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bjc" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/serviceyard) +"bjg" = ( +/obj/structure/chair, +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -28; + pixel_y = 28 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/commercial) +"bjh" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/commercial) +"bjl" = ( +/obj/structure/chair, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = 28; + pixel_y = -2 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/commercial) +"bjn" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_x = -27; + pixel_y = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"bjr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"bjs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"bjt" = ( +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_y = 8 + }, +/obj/structure/sign/directions/science{ + dir = 8; + pixel_y = 1 + }, +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/turf/simulated/wall, +/area/crew_quarters/kitchen) +"bju" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"bjx" = ( +/obj/machinery/ai_status_display, +/turf/simulated/wall/r_wall, +/area/engine/supermatter) +"bjz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/office) +"bjA" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/engine/supermatter) +"bjB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"bjC" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/controlroom) +"bjD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"bjE" = ( +/obj/machinery/mineral/ore_redemption, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"bjF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"bjH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"bjI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bjK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bjL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bjM" = ( +/obj/structure/closet/wardrobe/black, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"bjN" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bjO" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/light, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bjT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"bjU" = ( +/obj/machinery/power/rad_collector, +/obj/machinery/camera{ + c_tag = "Supermatter Engine West"; + network = list("SS13","Engineering") + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/greengrid, +/area/engine/supermatter) +"bjV" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/maintenance/bar) +"bjW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"bkf" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/brig) +"bkk" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"bko" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bkw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass{ + name = "Distribution Loop"; + req_one_access_txt = "24" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/atmos) +"bkJ" = ( +/turf/simulated/wall, +/area/hallway/primary/port/west) +"bkK" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry/lounge) +"bkM" = ( +/obj/machinery/camera{ + c_tag = "Hangar West South"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"bkQ" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"bkS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"bkU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"bkV" = ( +/obj/effect/decal/warning_stripes/arrow{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"bkX" = ( +/turf/simulated/floor/carpet, +/area/hallway/secondary/entry/lounge) +"bkY" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"bla" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"blf" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/machinery/gibber, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/kitchen) +"blk" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 4; + height = 11; + id = "trade_dock"; + name = "port bay 5 at Kerberos"; + width = 9 + }, +/turf/space, +/area/space) +"bll" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/hallway/primary/central/north) +"blq" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/maintenance/bar) +"blt" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"blv" = ( +/obj/machinery/door/airlock/external{ + id_tag = "trade_dock" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/commercial) +"blw" = ( +/obj/machinery/light/small, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/commercial) +"blx" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"blB" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/sign/cargo{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/hallway/primary/fore) +"blH" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"blJ" = ( +/obj/item/radio/intercom{ + pixel_y = -29 + }, +/obj/structure/closet/secure_closet/miner, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"blK" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/commercial) +"blL" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"blM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"blO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/commercial) +"blZ" = ( +/obj/machinery/vending/security, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/permabrig) +"bmb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"bmd" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Brig Reception"; + dir = 8; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/reception) +"bme" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/commercial) +"bmo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay) +"bmp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/flasher{ + id = null; + pixel_y = 24 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/turret_protected/aisat_interior) +"bmq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/quartermaster/sorting) +"bmr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"bmG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bmJ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"bmN" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/suit_storage_unit/atmos, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"bmV" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6; + level = 1 + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/engine/supermatter) +"bmX" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"bmZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/prisonershuttle) +"bnc" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/hallway/primary/central/north) +"bnf" = ( +/obj/structure/closet/wardrobe/grey, +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"bni" = ( +/obj/structure/disposalpipe/junction, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bnj" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bnk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hydroponics/soil, +/obj/effect/decal/warning_stripes/yellow, +/obj/item/seeds/sunflower, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"bnm" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry) +"bnn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/bridge/checkpoint/north) +"bnE" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/engine/hardsuitstorage) +"bnL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/junction{ + dir = 4; + tag = "icon-pipe-j1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/starboard/east) +"bnO" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" + }, +/area/shuttle/arrival/station) +"boc" = ( +/obj/effect/turf_decal/box, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/sorting) +"bog" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"boi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A14"; + location = "A13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/north) +"bol" = ( +/obj/effect/turf_decal/box, +/obj/structure/closet/crate/medical, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/quartermaster/sorting) +"bon" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall14" + }, +/area/shuttle/arrival/station) +"bop" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/storage) +"bot" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"boD" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"boG" = ( +/obj/machinery/status_display, +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/arrival/station) +"boH" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"boJ" = ( +/obj/item/wrench, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"boK" = ( +/obj/machinery/power/solar{ + name = "Aft Starboard Solar Panel" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/auxport) +"boL" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"boP" = ( +/obj/structure/sign/fire, +/turf/simulated/wall/r_wall, +/area/engine/supermatter) +"boU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/maintenance/engrooms) +"boW" = ( +/mob/living/simple_animal/mouse/brown{ + desc = "Главный помощник архитектора станции."; + real_name = "Инспектор Мышь" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"bpe" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"bpf" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/alarm{ + pixel_y = 25 + }, +/obj/machinery/camera{ + c_tag = "Clown Office" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/clownoffice) +"bpg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/spawner/random_barrier/possibly_welded_airlock{ + layer = 2.9 + }, +/obj/structure/barricade/wooden{ + layer = 3.5 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"bph" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"bpm" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"bpn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"bpo" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/turret_protected/ai) +"bpq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/medbay2) +"bpv" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"bpy" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 6; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"bpI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"bpK" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"bpR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Break Room Maintenance"; + req_access_txt = "47" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/maintenance/asmaint2) +"bpU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/hydroponics/abandoned_garden) +"bpZ" = ( +/obj/structure/table, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/reagent_containers/glass/bottle/nutrient/rh{ + pixel_x = 7; + pixel_y = 6 + }, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"bqc" = ( +/obj/structure/grille, +/turf/space, +/area/space/nearstation) +"bqd" = ( +/obj/machinery/ai_status_display, +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/arrival/station) +"bqe" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"bqf" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/arrival/station) +"bqk" = ( +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/eastarrival) +"bql" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"bqn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bqr" = ( +/turf/simulated/wall, +/area/hallway/primary/central/nw) +"bqF" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/north, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"bqG" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"bqH" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/door_control{ + id = "engsm"; + name = "Supermatter Blast Doors"; + pixel_y = 25; + req_access_txt = "10" + }, +/obj/machinery/door_control{ + id = "smbolts"; + name = "Supermatter Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 36; + req_access_txt = "56"; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"bqK" = ( +/obj/machinery/camera{ + c_tag = "Supermatter South"; + network = list("SS13","Engineering") + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/effect/decal/warning_stripes/north, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/engine/supermatter) +"bqN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bqO" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"bri" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"brj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"brk" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/mechanic_workshop) +"brl" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/bridge/checkpoint/north) +"brn" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/bridge/checkpoint/north) +"bru" = ( +/obj/structure/closet, +/obj/machinery/power/tracker, +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"brv" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/toy/figure/cargotech, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/office) +"brB" = ( +/obj/machinery/light/small, +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 5; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"brF" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor/west{ + id = "QMLoad2" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"brG" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Mechanic Workshop"; + req_access_txt = "70" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"brI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/window{ + base_state = "right"; + dir = 1; + icon_state = "right"; + name = "Atmospherics Deliveries"; + req_access_txt = "24" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/floor/plasteel, +/area/atmos) +"brN" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"brO" = ( +/obj/structure/rack, +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"brR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"brW" = ( +/turf/simulated/wall, +/area/storage/tech) +"brY" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow, +/obj/item/clipboard, +/obj/item/toy/figure/botanist, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/eastleft{ + name = "Hydroponics Desk"; + req_access_txt = "35" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"bsb" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bsd" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"bsi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel/grimy, +/area/civilian/vacantoffice) +"bsq" = ( +/turf/simulated/floor/wood, +/area/civilian/vacantoffice) +"bst" = ( +/obj/machinery/camera{ + c_tag = "Supermatter West"; + dir = 4; + network = list("Engineering","SS13"); + pixel_y = -22 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/unary/cold_sink/freezer{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"bsu" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/controlroom) +"bsw" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"bsx" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/hologram/holopad, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/controlroom) +"bsy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"bsA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"bsB" = ( +/obj/item/crowbar/red{ + desc = "..."; + force = 20; + name = "Легендарная монтировка" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/maintenance/engrooms) +"bsC" = ( +/obj/machinery/atm{ + pixel_x = -32 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/commercial) +"bsD" = ( +/obj/machinery/light, +/obj/structure/table/reinforced, +/obj/structure/mirror{ + pixel_y = -30 + }, +/obj/item/stamp/clown, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/clownoffice) +"bsE" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/commercial) +"bsF" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"bsG" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry/lounge) +"bsJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "E.V.A."; + req_one_access_txt = "18" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"bsW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/mining/glass{ + name = "Delivery Office"; + req_access_txt = "50" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"bsX" = ( +/obj/structure/table, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/storage) +"bta" = ( +/obj/machinery/conveyor/northwest{ + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"btd" = ( +/turf/simulated/wall/r_wall, +/area/turret_protected/ai) +"btg" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/atmos) +"bth" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/maintenance/bar) +"bti" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/atmos) +"btk" = ( +/obj/structure/chair/comfy/black, +/turf/simulated/floor/plasteel/grimy, +/area/civilian/vacantoffice) +"btm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"btn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/atmos) +"bto" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Center Aft"; + dir = 8 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"btq" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"btv" = ( +/turf/simulated/floor/plasteel, +/area/hydroponics/abandoned_garden) +"btw" = ( +/obj/structure/table, +/obj/random/toolbox, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bty" = ( +/turf/simulated/wall, +/area/medical/genetics) +"btA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"btC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"btD" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"btE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"btF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"btG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"btH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"btL" = ( +/turf/simulated/wall/r_wall, +/area/security/nuke_storage) +"btN" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/wall/rust, +/area/maintenance/engrooms) +"btO" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"btP" = ( +/obj/item/radio/intercom{ + dir = 0; + pixel_x = 29 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/serviceyard) +"btQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"btR" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"btT" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Patients Room" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/ward) +"btV" = ( +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + icon_state = "door_closed"; + name = "Fore Port Solar Access"; + req_access_txt = "32" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/auxsolarport) +"btW" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/auxsolarport) +"btX" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/engine/controlroom) +"btY" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/lounge) +"buf" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"buk" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/r_wall, +/area/engine/controlroom) +"bul" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"bum" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA" + }, +/turf/simulated/wall/r_wall, +/area/engine/controlroom) +"buq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"but" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"buu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"bux" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/atmos) +"buA" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/scrubber, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/hallway/primary/port/west) +"buC" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/range) +"buE" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"buH" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/hallway/secondary/entry) +"buJ" = ( +/obj/structure/table/reinforced, +/obj/item/mmi, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/storage/tech) +"buK" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/lounge) +"buO" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/lounge) +"buP" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Center Aft"; + dir = 8 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"buR" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"buS" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Kitchen Windows"; + name = "Kitchen Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/kitchen) +"buU" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -26 + }, +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"bvf" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Shuttle South" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"bvg" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Aft Starboard"; + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"bvh" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/space/nearstation) +"bvj" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/obj/item/wrench, +/obj/item/tank/emergency_oxygen/engi, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/maintenance/turbine) +"bvk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/turbine) +"bvl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/turbine) +"bvn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/turbine) +"bvo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/turbine) +"bvp" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/camera{ + c_tag = "Supermatter Entrance"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"bvv" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"bvC" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"bvD" = ( +/obj/machinery/vending/cola, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/engine/break_room) +"bvF" = ( +/obj/machinery/camera{ + c_tag = "Medbay South East Hallway"; + dir = 8; + network = list("SS13","Medical") + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/medical/medbay3) +"bvG" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bvK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/atmos) +"bvL" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/hallway/secondary/entry/lounge) +"bvM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 5; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port/west) +"bvO" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"bvQ" = ( +/obj/machinery/power/solar{ + name = "Aft Starboard Solar Panel" + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/auxport) +"bvR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bvT" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"bvU" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/south, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "escape" + }, +/area/atmos) +"bvV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/tranquillite{ + name = "Mime's Office"; + req_access_txt = "46" + }, +/obj/machinery/door/firedoor, +/obj/item/grown/bananapeel{ + layer = 1.9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"bwc" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"bwd" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/timer, +/obj/item/assembly/signaler, +/obj/item/wrench, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/bridge) +"bwe" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/turf/simulated/floor/plating, +/area/bridge) +"bwf" = ( +/turf/simulated/wall/r_wall, +/area/bridge) +"bwg" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"bwi" = ( +/obj/structure/table/wood, +/obj/machinery/bottler, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"bwj" = ( +/obj/structure/table/wood, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"bwk" = ( +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Bar counter"; + dir = 4; + pixel_y = -22 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"bwl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"bwp" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/destTagger, +/obj/item/rcs, +/obj/item/rcs, +/obj/item/rcs, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/delivery) +"bws" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"bwy" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"bwC" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/smes, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"bwF" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/auxsolarstarboard) +"bwI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"bwN" = ( +/turf/simulated/wall/r_wall, +/area/engine/gravitygenerator) +"bwO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Processing"; + req_access_txt = "1" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/prisonershuttle) +"bwP" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/closet/walllocker/emerglocker/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"bwS" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"bwT" = ( +/obj/effect/decal/warning_stripes/blue, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/commercial) +"bwV" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"bwW" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/maintenance/turbine) +"bwX" = ( +/obj/structure/table/reinforced, +/obj/item/tank/emergency_oxygen, +/obj/item/tank/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/atmos) +"bwY" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/atmos) +"bwZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port/west) +"bxc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hydroponics/soil, +/obj/item/seeds/tower, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"bxd" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 22 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"bxh" = ( +/turf/simulated/wall/r_wall, +/area/storage/tech) +"bxi" = ( +/obj/item/soap/syndie, +/obj/structure/falsewall, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/maintenance/fpmaint) +"bxj" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"bxk" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/civilian/vacantoffice) +"bxn" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the RD's goons from the safety of his office."; + name = "Research Monitor"; + network = list("Research","Research Outpost","RD"); + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"bxo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/computer/robotics, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/bridge) +"bxp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bxq" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel/grimy, +/area/civilian/vacantoffice) +"bxr" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel/grimy, +/area/civilian/vacantoffice) +"bxs" = ( +/obj/machinery/light, +/obj/structure/closet/secure_closet/mime, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"bxt" = ( +/obj/machinery/suit_storage_unit/mime, +/obj/machinery/door_control{ + id = "Mime"; + name = "Mimes Privacy Shutters Control"; + pixel_y = -27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"bxv" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/machinery/door/window/westleft{ + dir = 4; + name = "Cargo Desk"; + req_access_txt = "50" + }, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/effect/decal/warning_stripes/yellow, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plasteel, +/area/quartermaster/delivery) +"bxx" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel/grimy, +/area/civilian/vacantoffice) +"bxy" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/civilian/vacantoffice) +"bxz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel/grimy, +/area/civilian/vacantoffice) +"bxB" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/plasteel/grimy, +/area/civilian/vacantoffice) +"bxD" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/bot/left, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate{ + icon_state = "crateopen"; + opened = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"bxE" = ( +/obj/structure/table/wood, +/obj/item/toner{ + pixel_y = 6 + }, +/obj/item/toner{ + pixel_y = 4 + }, +/obj/item/toner{ + pixel_y = 2 + }, +/obj/item/toner, +/obj/item/toner{ + pixel_y = -2 + }, +/turf/simulated/floor/plasteel/grimy, +/area/civilian/vacantoffice) +"bxI" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bxM" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/maintenance/turbine) +"bxX" = ( +/obj/machinery/light_switch{ + pixel_x = 23; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/bridge/checkpoint/north) +"byh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/hallway/secondary/entry/lounge) +"byl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/engine/break_room) +"byn" = ( +/obj/machinery/iv_drip, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"byo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/break_room) +"byp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"bys" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/engine/break_room) +"byt" = ( +/obj/machinery/light, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/atmos) +"byu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"byv" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/requests_console{ + department = "Atmospherics"; + departmentType = 3; + name = "Atmospherics Requests Console"; + pixel_x = 30 + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/atmos) +"byx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port/west) +"byy" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port/west) +"byE" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/camera{ + c_tag = "Arrivals Lobby" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry/lounge) +"byG" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/checkpoint) +"byL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/bridge) +"byM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"byN" = ( +/obj/docking_port/stationary{ + dwidth = 2; + height = 12; + id = "ferry_home"; + name = "port bay 3"; + width = 5 + }, +/turf/space, +/area/space) +"byP" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"byR" = ( +/obj/machinery/atm{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"byS" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"byU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"byV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"byW" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"byX" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/storage) +"bzc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"bzg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/hos) +"bzh" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/chair, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bzi" = ( +/obj/structure/dispenser, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"bzl" = ( +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/crowbar/red, +/obj/item/stack/sheet/mineral/plasma, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"bzm" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/port/west) +"bzr" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/security/execution) +"bzy" = ( +/obj/effect/spawner/window/reinforced/plasma, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/engine/controlroom) +"bzz" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/engine/controlroom) +"bzA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/greengrid, +/area/engine/controlroom) +"bzB" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engine/controlroom) +"bzC" = ( +/obj/machinery/door/airlock/security/glass{ + name = "High Sec Zone"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/permahallway) +"bzE" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bzG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + req_one_access_txt = "12;47" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"bzI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/northwestsouth, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"bzL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"bzP" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/storage) +"bzT" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/maintenance/bar) +"bzV" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/engine/controlroom) +"bzW" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port/west) +"bzX" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/storage/tech) +"bzY" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"bzZ" = ( +/obj/structure/rack, +/obj/item/circuitboard/scan_consolenew{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/med_data, +/obj/item/circuitboard/pandemic{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/tech) +"bAa" = ( +/obj/structure/sign/botany, +/turf/simulated/wall, +/area/hydroponics/abandoned_garden) +"bAe" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bAf" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"bAh" = ( +/turf/simulated/wall/rust, +/area/hydroponics/abandoned_garden) +"bAi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/virology/lab) +"bAl" = ( +/obj/machinery/vending/sustenance{ + contraband = list(/obj/item/kitchen/knife = 2); + desc = "Какого этот автомат тут оказался?!"; + products = list(/obj/item/reagent_containers/food/snacks/tofu = 12, /obj/item/reagent_containers/food/drinks/ice = 6, /obj/item/reagent_containers/food/snacks/candy/candy_corn = 6) + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"bAn" = ( +/obj/machinery/door/airlock/maintenance{ + name = "construction access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"bAo" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/structure/sign/poster/contraband/syndicate_recruitment{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/maintenance/fpmaint) +"bAr" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 1449; + id_tag = "turbine_control"; + name = "Turbine Access Console"; + pixel_x = 8; + pixel_y = -26; + req_access_txt = "12"; + tag_exterior_door = "gas_turbine_exterior"; + tag_interior_door = "gas_turbine_interior" + }, +/obj/machinery/ignition_switch{ + id = "Incinerator"; + pixel_x = 8; + pixel_y = -36 + }, +/obj/machinery/door_control{ + id = "turbinevent"; + name = "Turbine Vent Control"; + pixel_x = -8; + pixel_y = -36; + req_access_txt = "12" + }, +/obj/machinery/door_control{ + id = "auxincineratorvent"; + name = "Auxiliary Vent Control"; + pixel_x = -8; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/computer/turbine_computer{ + id = "incineratorturbine" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/maintenance/turbine) +"bAt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/bridge/checkpoint/north) +"bAu" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/structure/table/reinforced, +/obj/item/folder, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/maintenance/turbine) +"bAv" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"bAw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/permahallway) +"bAz" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry/lounge) +"bAC" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/atmos) +"bAE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"bAF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"bAI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/security/checkpoint) +"bAM" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/westright{ + name = "Mechanic's Desk"; + req_access = null; + req_access_txt = "70" + }, +/obj/machinery/cell_charger{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"bAN" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A25"; + location = "A24" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/south) +"bAP" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"bAQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/atmos) +"bAT" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/clipboard, +/obj/item/toy/figure/hop, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"bAV" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/quartermaster/delivery) +"bBf" = ( +/obj/structure/sign/botany, +/turf/simulated/wall/rust, +/area/hydroponics/abandoned_garden) +"bBg" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "ai2"; + name = "Turret Shutters" + }, +/turf/simulated/floor/plating, +/area/turret_protected/ai) +"bBi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bBj" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bBl" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/engine/break_room) +"bBn" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/engine/break_room) +"bBo" = ( +/turf/simulated/wall, +/area/hydroponics/abandoned_garden) +"bBp" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/quartermaster/storage) +"bBr" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/engine/break_room) +"bBt" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"bBy" = ( +/mob/living/simple_animal/mouse/gray, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"bBA" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/obj/machinery/computer/guestpass{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/engine/break_room) +"bBB" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/maintenance/fpmaint) +"bBC" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bBD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "solar_xeno_outer"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "10;13" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"bBF" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/maintenance/bar) +"bBG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/lounge) +"bBH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/c_tube, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"bBK" = ( +/turf/simulated/floor/plating, +/area/maintenance/bar) +"bBL" = ( +/obj/structure/rack, +/obj/item/circuitboard/cloning{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/clonescanner, +/obj/item/circuitboard/clonepod{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/tech) +"bBM" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"bBN" = ( +/obj/structure/rack, +/obj/item/circuitboard/destructive_analyzer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/protolathe, +/obj/item/circuitboard/circuit_imprinter{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/tech) +"bBQ" = ( +/obj/effect/decal/warning_stripes/north, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/door/poddoor/multi_tile/two_tile_ver{ + id_tag = "mechanicgate" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"bBS" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bBV" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/maintenance/engrooms) +"bCc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bCd" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"bCf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bCh" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/obj/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bCj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"bCk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance"; + req_one_access_txt = "5;12" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"bCl" = ( +/obj/machinery/camera{ + c_tag = "Bridge Port"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/bridge) +"bCm" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/grown/corn, +/obj/item/reagent_containers/food/snacks/grown/garlic, +/obj/item/reagent_containers/food/snacks/grown/citrus/orange, +/obj/item/reagent_containers/food/snacks/grown/cannabis{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/hydroponics/abandoned_garden) +"bCn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/bridge) +"bCo" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/folder/blue, +/obj/item/pen, +/obj/item/paper_bin, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/bridge) +"bCp" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/obj/item/wrench, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault"; + tag = "icon-vault (WEST)" + }, +/area/bridge) +"bCr" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/bridge) +"bCv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greencorner" + }, +/area/hydroponics/abandoned_garden) +"bCy" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/turbine) +"bCB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Processing"; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/processing) +"bCC" = ( +/obj/item/mounted/frame/apc_frame, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"bCG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"bCI" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"bCJ" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/hydroponics/abandoned_garden) +"bCK" = ( +/turf/simulated/wall/rust, +/area/maintenance/gambling_den) +"bCL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bCN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Service Hall" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"bCO" = ( +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2 (EAST)" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"bCP" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"bDb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/seed_extractor, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"bDd" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/decal/warning_stripes/yellow, +/obj/item/seeds/tea, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/hydroponics/abandoned_garden) +"bDe" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/engine/break_room) +"bDf" = ( +/obj/machinery/vending/hydroseeds, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"bDg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel, +/area/hydroponics/abandoned_garden) +"bDh" = ( +/obj/item/target/syndicate, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/maintenance/fpmaint) +"bDi" = ( +/obj/structure/bookcase, +/turf/simulated/floor/wood, +/area/civilian/vacantoffice) +"bDj" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/engine/break_room) +"bDk" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"bDm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"bDn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/pen, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/paper_bin, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"bDt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"bDv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"bDw" = ( +/obj/effect/decal/warning_stripes/red, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/commercial) +"bDB" = ( +/obj/structure/table/reinforced, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/item/stock_parts/scanning_module, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/storage/tech) +"bDG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"bDI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/storage/primary) +"bDR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Conference Room"; + req_access = null; + req_access_txt = "19" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bDS" = ( +/obj/effect/decal/warning_stripes/south, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"bDT" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -26 + }, +/obj/structure/cable, +/turf/simulated/floor/wood, +/area/civilian/vacantoffice) +"bDW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/computer/communications, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/bridge) +"bDY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/bridge) +"bEa" = ( +/obj/machinery/vending/suitdispenser, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/locker) +"bEc" = ( +/obj/machinery/camera{ + c_tag = "Customs Desk"; + dir = 4; + pixel_y = -22 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/machinery/computer/card{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/bridge/checkpoint/north) +"bEd" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/cabin1) +"bEe" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/bridge/checkpoint/north) +"bEf" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/additional) +"bEg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"bEh" = ( +/obj/effect/decal/warning_stripes/south, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"bEi" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bEm" = ( +/obj/machinery/gameboard, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"bEr" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"bEs" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"bEt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"bEv" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"bEw" = ( +/obj/structure/statue/chickenstatue, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"bEx" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_se"; + name = "southeast of SS13"; + width = 19 + }, +/turf/space, +/area/space) +"bEG" = ( +/obj/effect/decal/warning_stripes/south, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"bEI" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"bEJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"bEK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "privateroom" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "privateroom" + }, +/obj/structure/window/reinforced/polarized{ + id = "privateroom" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "privateroom" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/bar/atrium) +"bEN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"bEO" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"bER" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"bES" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"bEV" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"bEX" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"bFb" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/eastarrival) +"bFf" = ( +/obj/structure/rack, +/obj/item/circuitboard/atmos_alert{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/powermonitor, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/tech) +"bFi" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/engine/mechanic_workshop) +"bFk" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/storage/box/lights/mixed, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"bFq" = ( +/obj/structure/girder, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"bFr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bFv" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Gas Pump" + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"bFw" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"bFy" = ( +/obj/structure/table/wood, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bFz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload"; + req_access_txt = "30" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bFA" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/floodlight, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"bFB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/bridge/checkpoint/north) +"bFC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"bFD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/security/checkpoint) +"bFE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/item/caution, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"bFH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"bFI" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"bFJ" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bFK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"bFQ" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/light_switch{ + pixel_x = -22 + }, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"bFR" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/quartermaster/office) +"bFS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/lawoffice) +"bFU" = ( +/obj/item/vending_refill/cigarette, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/maintenance/bar) +"bFV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"bGh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"bGm" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/qm) +"bGq" = ( +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/crowbar, +/obj/item/mmi, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"bGs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"bGt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port/west) +"bGv" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/qm) +"bGw" = ( +/obj/machinery/biogenerator, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/hydroponics/abandoned_garden) +"bGy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/hydroponics/abandoned_garden) +"bGz" = ( +/turf/simulated/wall/r_wall, +/area/crew_quarters/chief) +"bGC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"bGD" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/engine/engineering/monitor) +"bGE" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/engine/engineering/monitor) +"bGJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/falsewall, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bGK" = ( +/obj/structure/rack, +/obj/item/circuitboard/teleporter_hub{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/teleporter_station, +/obj/item/circuitboard/teleporter{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/tech) +"bGL" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/rack, +/obj/item/circuitboard/autolathe{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/mechfab, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/tech) +"bGM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 4; + name = "Труба фильтрации" + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"bGO" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/storage/tech) +"bGY" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/storage/primary) +"bHd" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bHe" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 4; + name = "Труба фильтрации" + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/atmos) +"bHf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/human, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greencorner" + }, +/area/hydroponics/abandoned_garden) +"bHj" = ( +/turf/simulated/wall/r_wall, +/area/bridge/meeting_room) +"bHl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bHo" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/controlroom) +"bHp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"bHq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/controlroom) +"bHr" = ( +/obj/structure/table/wood, +/obj/machinery/light/small, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"bHs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain) +"bHu" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/seeds/wheat, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"bHv" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain) +"bHw" = ( +/obj/machinery/light, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"bHx" = ( +/turf/simulated/wall/r_wall, +/area/crew_quarters/captain) +"bHz" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -8; + pixel_y = -25 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"bHH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/processing) +"bHI" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Briefing"; + name = "Briefing Room Shutters" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/main) +"bHN" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/serviceyard) +"bHO" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/evidence) +"bHQ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/processing) +"bHS" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/office) +"bHX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/storage) +"bId" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/stamp/qm, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/qm) +"bIn" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/maintcentral) +"bIp" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Quartermaster" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/qm) +"bIq" = ( +/obj/machinery/computer/drone_control, +/turf/simulated/floor/plasteel{ + dir = 7; + icon_state = "yellow" + }, +/area/engine/break_room) +"bIr" = ( +/obj/machinery/autolathe, +/turf/simulated/floor/plasteel{ + dir = 7; + icon_state = "yellow" + }, +/area/engine/break_room) +"bIz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/computer/security/engineering, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/engineering/monitor) +"bIA" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/break_room) +"bIE" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/pdapainter, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"bIG" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/heads/hop) +"bIH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/greengrid, +/area/engine/controlroom) +"bIK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"bIP" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; + dir = 10; + name = "Труба обработки" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"bIT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/lighter/zippo, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bIV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bIW" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"bIX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bJa" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"bJf" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/auxstarboard) +"bJh" = ( +/turf/simulated/wall/r_wall, +/area/turret_protected/ai_upload) +"bJi" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"bJk" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bJn" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/security/customs) +"bJp" = ( +/obj/machinery/atmospherics/binary/valve, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"bJs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/bridge/checkpoint/north) +"bJy" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/crew_quarters/fitness) +"bJA" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = 30 + }, +/turf/space, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitered" + }, +/area/security/medbay) +"bJF" = ( +/obj/machinery/light/small, +/obj/machinery/camera{ + c_tag = "Xeno Containment 2"; + dir = 1; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"bJP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/medical/research{ + name = "Research Division" + }) +"bJW" = ( +/turf/simulated/wall/r_wall, +/area/turret_protected/aisat) +"bJZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/crew_quarters/chief) +"bKc" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/hallway/secondary/entry/lounge) +"bKd" = ( +/obj/machinery/vending/wallmed{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"bKe" = ( +/obj/structure/table/reinforced, +/obj/item/deck/doublecards, +/turf/simulated/floor/wood, +/area/maintenance/bar) +"bKf" = ( +/obj/structure/table/wood, +/obj/item/toy/figure/bartender, +/turf/simulated/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/bar) +"bKi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering/monitor) +"bKl" = ( +/obj/machinery/camera{ + c_tag = "Engineering Monitoring"; + dir = 4; + network = list("Engineering","SS13"); + pixel_y = -22 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/engine/engineering/monitor) +"bKr" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/clothing/accessory/stethoscope, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"bKs" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hydroponics) +"bKy" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/crate/engineering{ + desc = "В ящике хранится оборудование и ресурсы для осуществления ремонта станции гражданским персоналом в случае нужды или безработицы"; + name = "Ящик оборудования для ремонта" + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/clothing/head/welding, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/airlock_painter, +/obj/item/floor_painter, +/obj/item/floor_painter, +/obj/item/airlock_painter, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"bKB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/storage/primary) +"bKE" = ( +/obj/machinery/computer/account_database, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge/meeting_room) +"bKF" = ( +/obj/machinery/conveyor{ + dir = 5; + id = "garbage" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bKH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bKK" = ( +/obj/machinery/recycler, +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bKN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bKP" = ( +/obj/structure/bed/dogbed{ + name = "fox box" + }, +/mob/living/simple_animal/pet/dog/fox/Renault, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/captain) +"bKU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"bKV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bLb" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"bLc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bLl" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"bLm" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"bLo" = ( +/obj/machinery/door/airlock/maintenance{ + name = "construction access" + }, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"bLu" = ( +/turf/space, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/processing) +"bLv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/interrogation) +"bLA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"bLH" = ( +/obj/structure/table/reinforced, +/obj/item/cartridge/quartermaster{ + pixel_x = -3 + }, +/obj/item/cartridge/quartermaster{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/cartridge/quartermaster{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/item/gps/mining, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/qm) +"bLL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"bLO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/turretid/stun{ + control_area = "\improper AI Satellite Antechamber"; + name = "AI Antechamber Turret Control"; + pixel_y = 28; + req_access_txt = "75" + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/turret_protected/aisat) +"bLT" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"bMd" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id_tag = "ceprivacy"; + name = "CE Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/chief) +"bMe" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"bMg" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"bMi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"bMk" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"bMl" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"bMn" = ( +/obj/effect/decal/warning_stripes/north, +/obj/effect/decal/warning_stripes/south, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"bMo" = ( +/obj/machinery/light_switch{ + pixel_x = -26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/engine/engineering/monitor) +"bMq" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/obj/structure/closet/firecloset, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/engineering/monitor) +"bMz" = ( +/obj/machinery/computer/security/mining{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/qm) +"bMA" = ( +/obj/structure/reflector/box{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"bMB" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "Perma1"; + name = "Permabrig Access"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"bMC" = ( +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/bridge/checkpoint/north) +"bMD" = ( +/obj/effect/decal/warning_stripes/north, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"bMG" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bMH" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/nw) +"bMJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hydroponics/soil, +/obj/effect/decal/warning_stripes/yellow, +/obj/item/seeds/harebell, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"bMM" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/main) +"bMN" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/porta_turret{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bMP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/yellow, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hydroponics/abandoned_garden) +"bMQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/ai_slipper, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bMS" = ( +/obj/machinery/atmospherics/trinary/tvalve/digital/flipped/bypass{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"bMU" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/west, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/closet/secure_closet/atmos_personal, +/obj/item/extinguisher/mini, +/turf/simulated/floor/plasteel, +/area/atmos) +"bMV" = ( +/obj/machinery/porta_turret{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bMW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 1; + name = "Труба дыхательной смеси" + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"bMY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bNc" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/ne) +"bNd" = ( +/obj/structure/bookcase, +/obj/item/book/random, +/obj/item/book/random, +/obj/item/book/random, +/obj/item/book/random, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bNk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"bNl" = ( +/obj/structure/table, +/obj/item/folder, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"bNo" = ( +/obj/machinery/door/window/brigdoor{ + dir = 1; + id = "Cell 5"; + name = "Cell 5"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/space, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"bNz" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"bNA" = ( +/obj/structure/rack, +/obj/item/radio{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/drinks/mug/sec, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"bNC" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"bNE" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/sleeper) +"bNF" = ( +/obj/structure/closet/cardboard, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/maintenance/bar) +"bNH" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple"; + tag = "icon-whitepurple (EAST)" + }, +/area/medical/research{ + name = "Research Division" + }) +"bNJ" = ( +/obj/item/twohanded/required/kirbyplants/dead, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/maintenance/bar) +"bNK" = ( +/obj/effect/decal/cleanable/blood/gibs/cleangibs, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bNL" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/warden) +"bNR" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"bNS" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/commercial) +"bNX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"bNY" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id_tag = "ceprivacy"; + name = "CE Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/chief) +"bOb" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/commercial) +"bOf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"bOh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"bOj" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bOk" = ( +/obj/structure/rack, +/obj/item/circuitboard/camera{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/prisoner, +/obj/item/circuitboard/secure_data{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/tech) +"bOm" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/commercial) +"bOn" = ( +/obj/structure/chair, +/obj/machinery/camera{ + c_tag = "Arrivals Waiting Zone" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/commercial) +"bOo" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/commercial) +"bOq" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/port/east) +"bOr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/obj/item/folder/blue, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/bridge/checkpoint/north) +"bOs" = ( +/obj/item/radio/intercom, +/turf/simulated/wall, +/area/hallway/secondary/entry/commercial) +"bOt" = ( +/obj/item/flag/nt, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/wood, +/area/ntrep) +"bOu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"bOv" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/hallway/secondary/entry/lounge) +"bOw" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"bOz" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/secure_closet/cargotech, +/obj/item/stamp/granted, +/obj/item/stamp/denied, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/storage) +"bOA" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/primary/central/nw) +"bOD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Checkpoint Maintenance"; + req_access_txt = "19" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/bridge/checkpoint/north) +"bOE" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"bOG" = ( +/obj/item/aiModule/reset, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bOI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"bOL" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/nuke_storage) +"bON" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"bOP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/maintenance/engrooms) +"bOQ" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bOR" = ( +/turf/simulated/wall, +/area/hallway/secondary/entry/lounge) +"bOS" = ( +/obj/machinery/ai_status_display, +/turf/simulated/wall, +/area/hallway/secondary/entry/lounge) +"bOT" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/bed/dogbed, +/mob/living/simple_animal/pet/sloth/paperwork, +/obj/machinery/computer/guestpass{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/quartermaster/qm) +"bOU" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bOX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/ne) +"bOZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/fitness) +"bPj" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/door_control{ + id = "First Surgery Window"; + name = "Surgery Window Shutters Control"; + pixel_y = -26 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/surgery1) +"bPr" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bPt" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/window/westleft{ + dir = 2; + name = "Janitoral Delivery"; + req_access_txt = "26" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/janitor) +"bPv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/armoury) +"bPw" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 1; + name = "Труба смешивания" + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/atmos) +"bPy" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/obj/machinery/atmospherics/binary/pump{ + desc = "Подаёт кислород в смеситель для создания дыхательной смеси, которая потом распространяется по станции"; + dir = 8; + name = "Кислород (O2) в дыхательную смесь"; + on = 1; + target_pressure = 101 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/atmos) +"bPA" = ( +/turf/simulated/wall, +/area/hallway/secondary/entry) +"bPB" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/turf/space, +/area/solar/auxstarboard) +"bPD" = ( +/obj/effect/decal/warning_stripes/blue, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bPH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"bPK" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/break_room) +"bPM" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat) +"bPR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"bPT" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/light{ + dir = 1; + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"bPU" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"bPV" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"bPW" = ( +/obj/machinery/atmospherics/binary/valve/digital, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/controlroom) +"bPY" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bPZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"bQa" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/trinary/tvalve/digital/flipped/bypass, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"bQc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/ward) +"bQd" = ( +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"bQe" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"bQf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain) +"bQh" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/camera{ + c_tag = "Engineering Access"; + dir = 4; + network = list("Engineering","SS13"); + pixel_y = -1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"bQk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering/monitor) +"bQl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering/monitor) +"bQm" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/engine/engineering/monitor) +"bQp" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/engine/engineering/monitor) +"bQq" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A20"; + location = "A19" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/hallway/primary/port/west) +"bQr" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/lightreplacer{ + pixel_y = 5 + }, +/obj/item/lightreplacer{ + pixel_y = 5 + }, +/obj/effect/decal/cleanable/cobweb{ + layer = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/hardsuitstorage) +"bQu" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bQw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"bQx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"bQB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"bQD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"bQE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance{ + name = "construction access" + }, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"bQF" = ( +/obj/machinery/light/small, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"bQH" = ( +/turf/simulated/floor/engine, +/area/engine/controlroom) +"bQL" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/suit_storage_unit/atmos, +/turf/simulated/floor/plasteel, +/area/atmos) +"bQN" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Captain" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/captain/bedroom) +"bQO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/safe/floor, +/obj/item/pneumatic_cannon/ghetto, +/obj/item/tank/oxygen, +/obj/item/clothing/gloves/color/yellow, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/maintenance/engrooms) +"bQP" = ( +/obj/structure/table, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/machinery/vending/wallmed{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"bQS" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/security/nuke_storage) +"bQT" = ( +/obj/machinery/floodlight, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"bQU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"bQV" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/mug, +/turf/simulated/floor/carpet, +/area/lawoffice) +"bQW" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid"; + tag = "icon-asteroid (NORTH)" + }, +/area/hydroponics) +"bRe" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain/bedroom) +"bRj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"bRk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"bRo" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/glasses/science, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/medical/research{ + name = "Research Division" + }) +"bRp" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"bRr" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Chamber Hallway"; + req_access_txt = "75" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"bRt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"bRv" = ( +/obj/structure/table, +/obj/item/paper/deltainfo, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"bRx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"bRy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/mob/living/simple_animal/bot/secbot/pingsky, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/turret_protected/aisat) +"bRA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/turret_protected/aisat) +"bRC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"bRD" = ( +/obj/structure/showcase{ + density = 0; + dir = 4; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = -9; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/turretid/stun{ + control_area = "\improper AI Satellite"; + name = "AI Antechamber Turret Control"; + pixel_x = -32; + req_access_txt = "75" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"bRE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"bRF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/emitter{ + dir = 1 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"bRK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bRO" = ( +/obj/structure/transit_tube{ + icon_state = "N-SE"; + tag = "icon-N-SE" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/construction/hallway) +"bRT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/crew_quarters/chief) +"bRW" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"bRX" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light/small, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"bRY" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -25 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/janitor) +"bRZ" = ( +/obj/machinery/light/small, +/obj/structure/closet/radiation, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28; + pixel_y = -28 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"bSc" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 7; + icon_state = "yellow" + }, +/area/engine/engineering/monitor) +"bSf" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id_tag = "ceprivacy"; + name = "CE Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/chief) +"bSg" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/janitor) +"bSo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat) +"bSr" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/turretid/stun{ + control_area = "\improper AI Satellite"; + name = "AI Antechamber Turret Control"; + pixel_x = 32; + req_access_txt = "75" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"bSt" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/port/east) +"bSu" = ( +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/hydroponics/abandoned_garden) +"bSw" = ( +/obj/structure/table, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"bSy" = ( +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/structure/bed, +/obj/item/bedsheet/clown, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/clownoffice) +"bSz" = ( +/mob/living/simple_animal/bot/cleanbot{ + name = "D.E.N"; + on = 0; + real_name = "D.E.N" + }, +/obj/machinery/alarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/janitor) +"bSA" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"bSE" = ( +/turf/simulated/wall/r_wall, +/area/crew_quarters/heads/hop) +"bSH" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"bSI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hydroponics/abandoned_garden) +"bSJ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = 28; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/quartermaster/qm) +"bSM" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/crowbar, +/obj/item/reagent_containers/glass/bucket, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/hydroponics/abandoned_garden) +"bSN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/captain/bedroom) +"bST" = ( +/turf/simulated/wall/r_wall, +/area/crew_quarters/captain/bedroom) +"bTa" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/northeast, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/closet/secure_closet/atmos_personal, +/obj/item/extinguisher/mini, +/turf/simulated/floor/plasteel, +/area/atmos) +"bTo" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid"; + tag = "icon-asteroid (NORTH)" + }, +/area/hydroponics) +"bTs" = ( +/obj/machinery/computer/monitor, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Minisat Maintenance Room"; + dir = 1; + network = list("Minisat","SS13") + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"bTt" = ( +/obj/machinery/cryopod/robot, +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/computer/cryopod/robot{ + pixel_y = -30 + }, +/turf/simulated/floor/plating, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"bTv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/hydroponics/abandoned_garden) +"bTx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"bTy" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/turret_protected/aisat) +"bTA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat) +"bTB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat) +"bTD" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/turret_protected/aisat) +"bTE" = ( +/obj/structure/table, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/obj/item/storage/bag/plants/portaseeder, +/turf/simulated/floor/plating, +/area/hydroponics/abandoned_garden) +"bTG" = ( +/obj/machinery/newscaster{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"bTI" = ( +/obj/machinery/light, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/showcase{ + layer = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"bTK" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"bTM" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/structure/mirror{ + pixel_x = -26; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/maintenance/fpmaint) +"bTQ" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/wood, +/area/library/abandoned) +"bTR" = ( +/obj/structure/sign/pods, +/turf/simulated/wall, +/area/hallway/secondary/entry) +"bTV" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28; + pixel_y = -32 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/folder/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/engine/engineering/monitor) +"bTY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"bTZ" = ( +/obj/machinery/flasher{ + id = "hopflash"; + pixel_y = 58 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/west) +"bUa" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/eastleft{ + name = "Access Desk"; + req_access_txt = "57" + }, +/obj/machinery/door/window/westright{ + name = "Access Queue" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "hopprivacy"; + name = "Head of Personal Privacy Shutters" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/heads/hop) +"bUc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/secondary/entry/lounge) +"bUd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"bUe" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"bUf" = ( +/obj/machinery/camera{ + c_tag = "Cargo Supply North" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/storage) +"bUg" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"bUh" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"bUl" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA" + }, +/turf/simulated/wall, +/area/engine/engineering) +"bUm" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid"; + tag = "icon-asteroid (NORTH)" + }, +/area/hydroponics) +"bUn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/engineering/monitor) +"bUo" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/ushanka, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/maintenance/fsmaint) +"bUq" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/maintenance/bar) +"bUt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/bridge) +"bUv" = ( +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/maintenance/bar) +"bUw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"bUC" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/serviceyard) +"bUD" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/turret_protected/aisat) +"bUG" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"bUH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/crew_quarters/locker) +"bUI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/computer/card, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/heads/hop) +"bUN" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bUO" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"bUR" = ( +/obj/effect/decal/cleanable/vomit, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bUT" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"bVd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"bVj" = ( +/obj/machinery/ai_slipper, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"bVk" = ( +/turf/space, +/turf/simulated/wall/r_wall, +/area/engine/controlroom) +"bVn" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/obj/machinery/light/small, +/obj/structure/closet/crate, +/obj/item/storage/belt/champion, +/obj/item/stack/sheet/mineral/gold, +/obj/item/stack/sheet/mineral/gold, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/nuke_storage) +"bVo" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/nuke_storage) +"bVq" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"bVr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/engineering/monitor) +"bVt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/crew_quarters/chief) +"bVz" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bVC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology/lab) +"bVH" = ( +/obj/structure/reflector/box, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"bVI" = ( +/obj/effect/spawner/window/reinforced/plasma, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/engine/controlroom) +"bVJ" = ( +/obj/machinery/monkey_recycler, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"bVL" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bVN" = ( +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/obj/structure/sign/directions/medical, +/obj/structure/sign/directions/security{ + pixel_y = 8 + }, +/turf/simulated/wall, +/area/security/checkpoint) +"bVO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/turret_protected/aisat) +"bVP" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/item/flag/nt, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/turret_protected/aisat) +"bVS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bVU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bVZ" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/grenade/barrier{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/grenade/barrier, +/obj/item/grenade/barrier{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/grenade/barrier{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"bWa" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bWb" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/solar/auxstarboard) +"bWd" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/east, +/obj/structure/window/reinforced, +/obj/structure/closet/secure_closet/atmos_personal, +/obj/item/extinguisher/mini, +/turf/simulated/floor/plasteel, +/area/atmos) +"bWf" = ( +/obj/machinery/newscaster{ + pixel_x = -28; + pixel_y = 2 + }, +/obj/vehicle/janicart{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/janitor) +"bWg" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/janitor) +"bWl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/chief) +"bWm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"bWn" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/engine/engineering/monitor) +"bWp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/smes{ + charge = 2e+006 + }, +/turf/simulated/floor/greengrid, +/area/engine/engineering) +"bWs" = ( +/obj/machinery/atmospherics/trinary/filter{ + desc = "Отфильтровывает кислород из трубы и отправляет его в камеру хранения"; + dir = 1; + filter_type = 1; + name = "Фильтр Кислорода (O2)"; + on = 1; + target_pressure = 4500 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/atmos) +"bWv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/fore) +"bWx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bWz" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/firelock_electronics, +/obj/item/firelock_electronics, +/obj/item/firealarm_electronics, +/obj/item/firealarm_electronics, +/obj/item/circuitboard/sleeper, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/storage/tech) +"bWB" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"bWK" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/hallway/primary/port/west) +"bWL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bWO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/atmos) +"bWQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/fpmaint) +"bWR" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/camera{ + c_tag = "Arrivals Port Bay 4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"bWS" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/hydroponics) +"bWW" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/east) +"bWZ" = ( +/obj/structure/sink{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"bXb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/freezer{ + req_access_txt = "28" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/crew_quarters/kitchen) +"bXf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bXh" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/sorting) +"bXi" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/clipboard, +/obj/item/toy/figure/lawyer, +/turf/simulated/floor/carpet, +/area/lawoffice) +"bXk" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"bXu" = ( +/obj/structure/table/wood, +/obj/machinery/fishtank/bowl{ + pixel_y = 5 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/carpet, +/area/civilian/pet_store) +"bXy" = ( +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"bXA" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"bXB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/destTagger, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/quartermaster/sorting) +"bXD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Primary Security Hallway East"; + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/security/lobby) +"bXG" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/turret_protected/ai) +"bXH" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"bXJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bXL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bXM" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/storage) +"bXN" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/effect/landmark/start{ + name = "Cargo Technician" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bXO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"bXP" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"bXR" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"bXS" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"bXU" = ( +/turf/simulated/wall/r_wall, +/area/engine/engineering) +"bXY" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/engineering) +"bYa" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/taperecorder, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"bYc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Storage"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"bYd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bYf" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"bYg" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/office) +"bYj" = ( +/turf/simulated/wall, +/area/library) +"bYl" = ( +/obj/structure/transit_tube{ + icon_state = "E-SW-NW"; + tag = "icon-E-SW-NW" + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/space/nearstation) +"bYn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"bYp" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/paper/ntrep, +/obj/item/flashlight/lamp/green{ + pixel_x = -5; + pixel_y = 12 + }, +/turf/simulated/floor/carpet, +/area/ntrep) +"bYq" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/machinery/door/window/westleft{ + dir = 4; + name = "Mining Desk"; + req_access_txt = "48" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"bYx" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain/bedroom) +"bYz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"bYA" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Second Port" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bYB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"bYJ" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bYM" = ( +/turf/simulated/wall, +/area/magistrateoffice) +"bYW" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Captain" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain/bedroom) +"bYY" = ( +/obj/item/radio/intercom{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bZf" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + departmentType = 7; + name = "Chief Engineer Requests Console"; + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/photocopier{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"bZh" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bZl" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"bZm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bZn" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"bZs" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"bZt" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"bZv" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/warning_stripes/southwest, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"bZz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"bZE" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/window/westright{ + dir = 4; + name = "Library Delivery"; + req_access_txt = "37" + }, +/turf/simulated/floor/wood, +/area/library) +"bZH" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + tag = "icon-pipe-j1 (EAST)" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/lounge) +"bZI" = ( +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bZJ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bZL" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/space, +/area/solar/auxstarboard) +"bZN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"bZO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"bZP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/mob/living/simple_animal/mouse/gray, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"bZV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/maintenance/bar) +"bZX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"bZY" = ( +/obj/effect/landmark/start{ + name = "Barber" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"cac" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/showcase, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/warden) +"cae" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cautioncorner" + }, +/area/maintenance/bar) +"caf" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cag" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/crew_quarters/captain/bedroom) +"cah" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/grille/broken, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/maintenance/bar) +"cai" = ( +/obj/structure/table/wood, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain/bedroom) +"caj" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain/bedroom) +"cak" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain/bedroom) +"cal" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"cam" = ( +/obj/effect/decal/warning_stripes/east, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"car" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"cas" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/glass{ + name = "Hydroponics"; + req_one_access_txt = "28;35" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"cau" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/crew_quarters/courtroom) +"cav" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/crew_quarters/courtroom) +"caw" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"cay" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"caA" = ( +/obj/machinery/power/rad_collector, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/greengrid, +/area/engine/supermatter) +"caB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"caD" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"caE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/maintcentral) +"caF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"caK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"caL" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"caN" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"caQ" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cbb" = ( +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cbc" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cbj" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cbk" = ( +/obj/machinery/vending/engivend, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/engineering) +"cbl" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cbm" = ( +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Engine SMES"; + dir = 1; + network = list("Engineering","SS13") + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -26; + pixel_y = -28 + }, +/obj/machinery/computer/monitor, +/obj/structure/cable/yellow, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/engine/engineering) +"cbn" = ( +/obj/machinery/shieldgen, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"cbp" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"cbs" = ( +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cbt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"cbu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"cbx" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cbz" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"cbA" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/library) +"cbB" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/janitor) +"cbC" = ( +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"cbD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"cbH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"cbI" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"cbJ" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/black, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/analyzer, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cbN" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/heads/hop) +"cbU" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cbY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"cbZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"cca" = ( +/obj/effect/decal/warning_stripes/north, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"ccb" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"ccc" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -22 + }, +/obj/structure/closet/wardrobe/atmospherics_yellow, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/atmos) +"cce" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/greengrid, +/area/engine/controlroom) +"ccf" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"ccg" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cch" = ( +/obj/structure/table/reinforced, +/obj/item/tank/emergency_oxygen/engi, +/obj/item/tank/emergency_oxygen/engi, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"ccj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1441; + input_tag = "co2_in"; + name = "Carbon Dioxide Supply Control"; + output_tag = "co2_out"; + sensors = list("co2_sensor" = "Tank") + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"ccl" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/medical/morgue) +"ccn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"ccp" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"ccq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/camera{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/item/taperecorder{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/camera_film, +/obj/item/camera_film, +/obj/item/camera_film, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"ccs" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"cct" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/storage) +"ccv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"ccx" = ( +/obj/structure/lattice, +/obj/machinery/light/small, +/turf/space, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"ccC" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"ccI" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway Center 1"; + dir = 1 + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"ccJ" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"ccK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"ccO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/fpmaint) +"ccW" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cdb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cdd" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cdf" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/fpmaint) +"cdh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cdj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance{ + name = "construction access" + }, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cdk" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"cdl" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"cdm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cdp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cds" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/clownoffice) +"cdt" = ( +/obj/structure/grille/broken, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cdw" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/machinery/vending/wallmed{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/janitor) +"cdx" = ( +/obj/machinery/smartfridge, +/obj/machinery/door/window/eastleft{ + dir = 8; + name = "Kitchen Desk"; + req_access_txt = "28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"cdy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"cdD" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/ntrep) +"cdF" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/toy/figure/janitor, +/obj/machinery/requests_console{ + department = "Janitorial"; + departmentType = 1; + name = "Janitor Requests Console"; + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Custodial Closet"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/janitor) +"cdK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"cdN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"cdO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/fore) +"cdP" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/maintcentral) +"cdQ" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/conveyor/west{ + id = "QMLoad2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"cdR" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/conveyor/northwest/ccw{ + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"cdS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cdT" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/controlroom) +"cdV" = ( +/obj/structure/plasticflaps, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"cdZ" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "engsm"; + name = "Supermatter Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/highsecurity{ + heat_proof = 1; + id_tag = "smbolts"; + locked = 1; + name = "Supermatter Chamber"; + req_one_access_txt = "24; 10" + }, +/turf/simulated/floor/engine, +/area/engine/supermatter) +"ced" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/medical/research{ + name = "Research Division" + }) +"cee" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/starboard/east) +"cei" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/secondary/entry/lounge) +"cem" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/door/airlock/glass{ + name = "Holodeck Door" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"ceo" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology/lab) +"cet" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/space, +/area/space/nearstation) +"cew" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Hall Center" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"cex" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"ceA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"ceI" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"ceL" = ( +/obj/machinery/ai_slipper, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluefull" + }, +/area/tcommsat/chamber) +"ceN" = ( +/obj/item/radio/intercom{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/tcommsat/chamber) +"ceP" = ( +/turf/simulated/wall/rust, +/area/maintenance/engrooms) +"ceT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/permabrig) +"ceY" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"ceZ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cfb" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/space, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"cfe" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"cff" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A11"; + location = "A10" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"cfg" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 1; + filter_type = "n2"; + name = "nitrogen filter"; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"cfi" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/effect/decal/warning_stripes/east, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cfj" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/blueshield) +"cfm" = ( +/obj/machinery/atmospherics/trinary/filter/flipped{ + dir = 1; + filter_type = -1; + on = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cfo" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"cfr" = ( +/turf/simulated/floor/engine, +/area/engine/supermatter) +"cfs" = ( +/obj/item/wirecutters, +/turf/simulated/floor/plating, +/area/maintenance/storage{ + name = "Perma Maintenance" + }) +"cft" = ( +/obj/machinery/camera{ + c_tag = "Supermatter Pump Airlock"; + network = list("SS13","Engineering") + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/binary/valve/digital, +/turf/simulated/floor/engine, +/area/engine/supermatter) +"cfu" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"cfy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"cfz" = ( +/obj/machinery/newscaster{ + pixel_x = -28 + }, +/obj/machinery/computer/arcade, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/permabrig) +"cfA" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"cfB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"cfC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"cfD" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "representative"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/ntrep) +"cfH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/command{ + id_tag = "blueshieldofficedoor"; + name = "Blueshield"; + req_access_txt = "67" + }, +/turf/simulated/floor/wood, +/area/blueshield) +"cfL" = ( +/obj/structure/lattice, +/obj/machinery/camera/emp_proof{ + c_tag = "Singularity SouthWest"; + dir = 4; + network = list("SS13","Singularity","Engineering") + }, +/turf/space, +/area/engine/engineering) +"cfM" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 4; + name = "Труба фильтрации" + }, +/turf/simulated/floor/plating, +/area/atmos) +"cfO" = ( +/obj/machinery/teleport/hub, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/teleporter) +"cfR" = ( +/obj/effect/decal/warning_stripes/north, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atm{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"cga" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cge" = ( +/turf/simulated/floor/engine/n2, +/area/atmos) +"cgg" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"cgk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"cgm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/maintenance/bar) +"cgr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/hydroponics) +"cgx" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyerPort"; + name = "Medbay Entrance"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/sleeper) +"cgz" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/sop_service, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"cgA" = ( +/obj/structure/window/reinforced, +/turf/space, +/area/space/nearstation) +"cgD" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cgE" = ( +/obj/structure/closet/secure_closet/ntrep, +/turf/simulated/floor/wood, +/area/ntrep) +"cgI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cgK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/kitchen) +"cgP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"cgQ" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/engine/controlroom) +"cgR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/kitchen) +"cgS" = ( +/obj/machinery/cooker/deepfryer, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"cgT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Library Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"cgU" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"cgV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/south) +"cgX" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"chd" = ( +/obj/machinery/door/airlock/maintenance{ + name = "construction access" + }, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/maintenance/fpmaint) +"che" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"chg" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A40"; + location = "A39" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"chh" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"chi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/hologram/holopad, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=V2"; + location = "V1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/bridge/vip) +"chy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"chC" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"chD" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/courtroom) +"chE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"chH" = ( +/obj/structure/closet/secure_closet/magistrate, +/obj/structure/disposalpipe/segment, +/obj/item/radio/headset/heads/magistrate/alt, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"chI" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/gold, +/obj/item/stamp/magistrate, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"chJ" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"chL" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "mining_home"; + name = "mining shuttle bay"; + width = 7 + }, +/turf/space, +/area/space) +"chN" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitered" + }, +/area/security/medbay) +"chO" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/hallway/primary/aft) +"chP" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/simulated/floor/plasteel, +/area/atmos) +"chW" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior 2"; + dir = 1; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/space/nearstation) +"chX" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"cie" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/maintenance/engrooms) +"cij" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"cik" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 4; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cir" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/west) +"cit" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 4; + name = "Труба на фильтрацию" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"ciu" = ( +/obj/machinery/slot_machine, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/maintenance/bar) +"ciy" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/smartfridge, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"ciC" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"ciD" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"ciE" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway Center 3" + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"ciJ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/wood, +/area/blueshield) +"ciL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/teleporter) +"ciM" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/hydroponics) +"ciR" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/teleporter) +"ciS" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"ciT" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Magazines for SMG"; + req_access_txt = "3" + }, +/obj/item/ammo_box/magazine/wt550m9{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/ammo_box/magazine/wt550m9{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/ammo_box/magazine/wt550m9{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/ammo_box/magazine/wt550m9{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"ciZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/courtroom) +"cjf" = ( +/obj/machinery/computer/prisoner{ + req_access = null; + req_access_txt = "2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"cjg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/maintenance/bar) +"cjh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/rack{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"cji" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"cjk" = ( +/obj/machinery/computer/brigcells, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/security/warden) +"cjl" = ( +/obj/structure/lattice, +/obj/structure/transit_tube{ + icon_state = "W-NE"; + tag = "icon-W-NE" + }, +/turf/space, +/area/space/nearstation) +"cjn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"cjp" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small, +/obj/effect/decal/warning_stripes/southeast, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 4; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cjs" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"cjv" = ( +/obj/structure/girder, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/maintenance/engrooms) +"cjD" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"cjF" = ( +/obj/structure/table/reinforced, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/micro_laser, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/turret_protected/aisat) +"cjH" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/kitchen/knife, +/obj/item/kitchen/rollingpin, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/kitchen) +"cjJ" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/space, +/area/space/nearstation) +"cjL" = ( +/obj/structure/bed, +/obj/structure/curtain/black, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"cjM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/security/processing) +"cjO" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"cjQ" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/bar/atrium) +"cjY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"cjZ" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"ckd" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"cke" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"ckh" = ( +/turf/simulated/wall, +/area/clownoffice) +"cki" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 8 + }, +/turf/simulated/wall/r_wall, +/area/engine/controlroom) +"ckj" = ( +/turf/simulated/floor/wood, +/area/library) +"ckk" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plating, +/area/crew_quarters/serviceyard) +"ckm" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/dispenser, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cko" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall, +/area/crew_quarters/bar) +"ckp" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/reception) +"ckq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/item/flag{ + layer = 4 + }, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"cks" = ( +/turf/simulated/wall/r_wall, +/area/ntrep) +"cku" = ( +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"ckw" = ( +/obj/machinery/light, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"ckx" = ( +/obj/machinery/computer/teleporter, +/obj/machinery/vending/wallmed{ + pixel_x = 26 + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"ckz" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar/atrium) +"ckB" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/camera{ + c_tag = "Courtroom West"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"ckE" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/quartermaster/miningdock) +"ckK" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"ckN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"ckQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"ckS" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"ckW" = ( +/obj/structure/closet/toolcloset, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"clb" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/obj/effect/decal/warning_stripes/east, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/dropper, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/lab) +"clj" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; + dir = 6; + name = "Труба обработки" + }, +/turf/space, +/area/space/nearstation) +"clk" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 4; + name = "Труба фильтрации" + }, +/turf/space, +/area/space/nearstation) +"clp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/engineering, +/obj/item/multitool, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"clq" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/clothing/glasses/welding/superior, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/crew_quarters/hor) +"clr" = ( +/obj/machinery/power/apc{ + cell_type = 25000; + dir = 4; + name = "east bump"; + pixel_x = 24; + shock_proof = 1 + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"clv" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"clz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"clA" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"clB" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/atmos) +"clD" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Blueshield"; + departmentType = 5; + name = "Blueshield Requests Console"; + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/blueshield) +"clF" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/rack, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"clH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"clI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"clJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"clP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"clQ" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor/west{ + id = "QMLoad2" + }, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"clT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/atmos) +"clU" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "teleportershutter"; + name = "Teleporter Shutters" + }, +/obj/effect/decal/warning_stripes/north, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/teleporter) +"clX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/east) +"cmc" = ( +/obj/machinery/power/emitter{ + dir = 4 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"cmd" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"cmf" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"cmh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"cmi" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/wall/r_wall, +/area/engine/supermatter) +"cmj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cmk" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cml" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"cmm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"cmn" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/seed_extractor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"cmo" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cmq" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"cmr" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"cms" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/firstaid/fire{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/firstaid/fire{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/firstaid/fire, +/obj/machinery/camera{ + c_tag = "Medbay Storage"; + dir = 1; + network = list("SS13","Medical") + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/biostorage) +"cmx" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"cmA" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"cmL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hydroponics) +"cmO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/secure) +"cmP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/hydroponics) +"cmR" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cmV" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/sign/fire{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/secure) +"cmX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"cmZ" = ( +/obj/structure/bed, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cna" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/dispenser, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"cnb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"cnf" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"cng" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/dresser, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cnj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cnm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/fore) +"cnn" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"cno" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed, +/obj/item/bedsheet/green, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"cnp" = ( +/obj/effect/turf_decal/box, +/obj/item/storage/box/mousetraps, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"cnq" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cnx" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/window/westleft{ + dir = 1; + name = "Cargo Bay Desk"; + req_access_txt = "31" + }, +/obj/item/paper/deltainfo, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Cargo Office Windows"; + name = "Cargo Office Shutters" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"cnB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"cnD" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"cnG" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"cnH" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/structure/reagent_dispensers/spacecleanertank{ + pixel_y = 30 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/janitor) +"cnI" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"cnL" = ( +/obj/structure/table/reinforced, +/obj/item/key/janitor, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/janitor) +"cnM" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/commercial) +"cnN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/sorting) +"cnP" = ( +/turf/simulated/wall, +/area/crew_quarters/locker) +"cnS" = ( +/obj/machinery/door/airlock{ + name = "Custodial Closet"; + req_access_txt = "26" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/janitor) +"cnY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"cnZ" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"cod" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cof" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"coh" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plating, +/area/storage/secure) +"coi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"cop" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"cor" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"cot" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics West"; + dir = 4; + network = list("Engineering","SS13"); + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 1; + name = "Труба дыхательной смеси" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"cov" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/atmos) +"cow" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"coz" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"coA" = ( +/obj/structure/delta_statue/sw, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "vault" + }, +/area/bridge/vip) +"coB" = ( +/obj/structure/transit_tube{ + icon_state = "E-NW"; + tag = "icon-E-NW" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"coE" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"coH" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"coL" = ( +/obj/machinery/door/airlock/maintenance{ + name = "construction access" + }, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"coP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/sorting) +"coQ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"coR" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"coS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"coT" = ( +/mob/living/simple_animal/hostile/killertomato{ + desc = "Прирученный ботаниками томат-убийца. Не подпускать к Сане."; + faction = list("plants","neutral","hostile"); + name = "Витамин" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hydroponics) +"cpb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/window/southright{ + dir = 4; + name = "AI Core Door"; + req_access = null; + req_access_txt = "16" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"cpd" = ( +/obj/effect/landmark/start{ + name = "AI" + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/obj/item/radio/intercom/private{ + pixel_x = 28; + pixel_y = -10 + }, +/obj/item/radio/intercom/custom{ + pixel_x = -28; + pixel_y = -10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"cpg" = ( +/obj/structure/particle_accelerator/power_box{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cpi" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cpk" = ( +/obj/machinery/power/tesla_coil, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"cpl" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door_control{ + id = "engstorage"; + name = "Engineering Secure Storage Control"; + pixel_x = 23; + pixel_y = 8; + req_access_txt = "11" + }, +/obj/machinery/camera{ + c_tag = "Engineering Central Hall"; + dir = 1; + network = list("Engineering","SS13"); + pixel_y = -1 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cpm" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/storage/secure) +"cpn" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"cpo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/secure) +"cpr" = ( +/obj/machinery/power/emitter, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/secure) +"cpy" = ( +/obj/machinery/vending/hydroseeds, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"cpA" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"cpC" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + tag = "icon-pipe-j2" + }, +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/destTagger, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/quartermaster/storage) +"cpD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/mob/living/simple_animal/mouse/gray, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cpJ" = ( +/turf/simulated/floor/carpet, +/area/library) +"cpK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"cpO" = ( +/obj/structure/table, +/obj/item/camera, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cpP" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "wood-broken5"; + tag = "icon-wood-broken5" + }, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"cpQ" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cpW" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/chair/comfy/brown{ + dir = 8; + layer = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"cqb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/range) +"cqd" = ( +/obj/machinery/vending/cigarette, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/bridge/vip) +"cqe" = ( +/obj/machinery/vending/coffee, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/bridge/vip) +"cqf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/permabrig) +"cqg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/prisonershuttle) +"cqj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"cqt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/security/medbay) +"cqw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cqB" = ( +/turf/simulated/wall, +/area/quartermaster/miningdock) +"cqJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"cqK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/box/lights/bulbs, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cqM" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "ai2"; + name = "Turret Shutters" + }, +/turf/simulated/floor/plating, +/area/turret_protected/ai) +"cqQ" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Particle Accellerator"; + dir = 1; + network = list("Engineering","SS13") + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cqT" = ( +/obj/effect/landmark/start{ + name = "Janitor" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/janitor) +"cqU" = ( +/obj/machinery/pipedispenser/disposal, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"cqW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/janitor) +"cqX" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/power/tesla_coil, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"cqY" = ( +/obj/machinery/door_control{ + id = "janitorshutters"; + name = "Janitor Shutters Control"; + pixel_y = -7; + req_access_txt = "26" + }, +/turf/simulated/wall, +/area/janitor) +"cqZ" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor/west{ + id = "cargodisposals" + }, +/turf/simulated/floor/plating, +/area/quartermaster/sorting) +"cra" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"crg" = ( +/obj/machinery/conveyor/west{ + id = "cargodisposals" + }, +/turf/simulated/floor/plating, +/area/quartermaster/sorting) +"crh" = ( +/obj/machinery/camera{ + c_tag = "Cargo Backroom" + }, +/obj/machinery/conveyor/west{ + id = "cargodisposals" + }, +/turf/simulated/floor/plating, +/area/quartermaster/sorting) +"cri" = ( +/turf/simulated/wall/r_wall, +/area/security/medbay) +"crj" = ( +/obj/machinery/atmospherics/trinary/tvalve/digital{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"crk" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 8; + filter_type = "n2" + }, +/obj/effect/decal/warning_stripes/north, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"crn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"cro" = ( +/obj/structure/cable, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"crp" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; + name = "Труба обработки" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/atmos) +"crr" = ( +/obj/structure/table/reinforced, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"crv" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/toy/figure/atmos, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"crA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"crE" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "neutral" + }, +/area/maintenance/engrooms) +"crF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"crG" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/gateway) +"crI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"crJ" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/window/eastright{ + name = "Hydroponics Delivery"; + req_access_txt = "35"; + tag = "icon-right" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"crL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + name = "Труба на фильтрацию" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/atmos) +"crN" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"crW" = ( +/obj/effect/landmark/start{ + name = "Clown" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/clownoffice) +"crX" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"csa" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Botanist" + }, +/obj/effect/landmark/start{ + name = "Botanist" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"csj" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"csm" = ( +/obj/machinery/power/tesla_coil, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"csn" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/conveyor/west{ + id = "cargodisposals" + }, +/turf/simulated/floor/plating, +/area/quartermaster/sorting) +"cso" = ( +/obj/machinery/power/emitter, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"csr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/clownoffice) +"css" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/bananium{ + name = "Clown's Office"; + req_access_txt = "46" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/clownoffice) +"cst" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A15"; + location = "A14" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/serviceyard) +"csv" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk, +/obj/machinery/conveyor/west{ + id = "cargodisposals" + }, +/turf/simulated/floor/plating, +/area/quartermaster/sorting) +"csz" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + pixel_y = 28 + }, +/obj/structure/reagent_dispensers/beerkeg, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -26; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"csC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"csF" = ( +/obj/machinery/conveyor/northwest/ccw{ + id = "cargodelivery" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"csG" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"csH" = ( +/obj/effect/decal/warning_stripes/north, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"csJ" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"csK" = ( +/turf/simulated/wall/r_wall, +/area/ai_monitored/storage/eva) +"csO" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/gambling_den) +"csS" = ( +/obj/structure/closet/crate, +/obj/item/stack/rods{ + amount = 10 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/obj/item/storage/toolbox/emergency, +/obj/item/flashlight, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/gateway) +"csU" = ( +/obj/machinery/gateway{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"csV" = ( +/turf/simulated/wall/r_wall, +/area/gateway) +"cth" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/item/radio/intercom{ + dir = 8; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"cti" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"ctj" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"ctn" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"cto" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/toxins/explab) +"ctp" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/brigstaff) +"ctt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/rack{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"ctv" = ( +/obj/effect/landmark/start{ + name = "Cargo Technician" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"ctC" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/quartermaster/storage) +"ctF" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/storage) +"ctG" = ( +/obj/machinery/vending/hydronutrients, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"ctH" = ( +/obj/structure/table/wood, +/obj/machinery/light, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/obj/item/folder, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"ctI" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/alarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/storage) +"ctJ" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/controlroom) +"ctK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"ctL" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/sw) +"ctN" = ( +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/sw) +"ctP" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/ai_monitored/storage/eva) +"ctQ" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/vending/wallmed{ + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"ctS" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/storage) +"ctT" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/hydroponics) +"ctV" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"cua" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/storage) +"cue" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/storage) +"cuf" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"cug" = ( +/obj/machinery/gateway{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"cui" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/crew_quarters/courtroom) +"cul" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"cum" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/controlroom) +"cuo" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 4; + name = "Труба смешивания" + }, +/turf/space, +/area/space/nearstation) +"cup" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"cuq" = ( +/turf/simulated/floor/engine/air, +/area/atmos) +"cur" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/small, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/multitool, +/obj/item/multitool{ + pixel_x = 4; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cus" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/bridge/meeting_room) +"cuv" = ( +/obj/structure/closet/wardrobe/green, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"cuw" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/storage) +"cux" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/storage) +"cuz" = ( +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/storage) +"cuB" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cuC" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"cuM" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/window, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/fitness) +"cuN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Teleport Access"; + req_access_txt = "17" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"cuO" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/storage) +"cuQ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"cuS" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/quartermaster/storage) +"cuV" = ( +/obj/machinery/vending/cigarette, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"cva" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"cvc" = ( +/obj/machinery/camera{ + c_tag = "Supermatter North"; + network = list("SS13","Engineering") + }, +/obj/structure/reflector/box, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"cvf" = ( +/turf/simulated/wall/r_wall, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"cvg" = ( +/turf/simulated/wall/r_wall, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"cvh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"cvj" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/engine/controlroom) +"cvk" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cvo" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/closet/crate/rcd, +/obj/machinery/door/window/southright{ + dir = 4; + name = "EVA Equipment" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"cvq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"cvt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/showcase, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/assembly/showroom) +"cvu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/camera{ + c_tag = "Jury court"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"cvv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Bar Office"; + req_access_txt = "25" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"cvA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"cvE" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"cvF" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/gateway) +"cvG" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -25 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"cvH" = ( +/obj/machinery/gateway{ + dir = 10 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/landmark{ + name = "JoinLateGateway" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"cvI" = ( +/obj/effect/decal/warning_stripes/east, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cvK" = ( +/obj/item/radio/intercom{ + dir = 0; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"cvM" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"cvO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"cvP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"cvQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"cvT" = ( +/obj/machinery/newscaster{ + pixel_x = 28; + pixel_y = 2 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/bar) +"cvU" = ( +/obj/machinery/power/rad_collector, +/obj/machinery/camera{ + c_tag = "Supermatter Engine East"; + network = list("SS13","Engineering") + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/greengrid, +/area/engine/supermatter) +"cvX" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cvZ" = ( +/obj/structure/dresser, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/cabin1) +"cwa" = ( +/obj/structure/bed, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cwd" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"cwe" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 1; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"cwf" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/atmos) +"cwk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 4; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cwl" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/obj/effect/decal/warning_stripes/east, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/atmos) +"cwn" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"cwr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cwt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cwu" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cwv" = ( +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cwx" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"cwy" = ( +/obj/machinery/vending/tool, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"cwz" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/rack, +/obj/item/floor_painter{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/floor_painter{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/floor_painter, +/obj/item/floor_painter{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/floor_painter{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"cwA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cwC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"cwF" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/showcase, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"cwH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -26 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"cwI" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cwK" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light{ + on = 1; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"cwL" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/sw) +"cwP" = ( +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/hydroponics) +"cxb" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/gateway) +"cxd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 4; + name = "Труба смешивания" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"cxe" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -28 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"cxf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"cxh" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Hydroponics North"; + dir = 8 + }, +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"cxn" = ( +/turf/simulated/wall, +/area/crew_quarters/locker/locker_toilet) +"cxp" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"cxr" = ( +/obj/structure/table, +/obj/item/storage/fancy/rollingpapers, +/obj/item/seeds/tobacco, +/obj/item/seeds/tobacco, +/obj/item/seeds/tobacco, +/obj/item/storage/box/matches, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"cxz" = ( +/obj/structure/rack, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/maintenance/bar) +"cxA" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cxE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cxF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cxK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/hardsuitstorage) +"cxM" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/maintenance/turbine) +"cxN" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "75" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"cxP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hallway/primary/central/ne) +"cxQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/vault{ + locked = 1; + req_access_txt = "53" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/nuke_storage) +"cxS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"cxU" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cxV" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cxW" = ( +/obj/structure/rack, +/obj/item/weldingtool, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"cxY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cxZ" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 8; + name = "Труба смешивания" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cya" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/binary/volume_pump{ + desc = "Отправляет неотфильтрованные газы в отходы на повторную фильтрацию"; + dir = 4; + name = "Остатки газа в отходы" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cyc" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Mime"; + name = "Mime Privacy Shutters" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Clown"; + name = "Clown Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/mimeoffice) +"cye" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"cyf" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/assembly/showroom) +"cyg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/assembly/showroom) +"cyh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/wood, +/obj/item/storage/secure/briefcase, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/assembly/showroom) +"cyj" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/rack, +/obj/item/gps{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/gps{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/gps{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/gps{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/kitchen/knife/combat/survival{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/kitchen/knife/combat/survival{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/kitchen/knife/combat/survival{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/kitchen/knife/combat/survival{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/turf/simulated/floor/plasteel, +/area/gateway) +"cyk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/carpet, +/area/assembly/showroom) +"cyl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/gateway) +"cym" = ( +/obj/structure/sign/fire, +/turf/simulated/wall/r_wall, +/area/atmos) +"cyn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/gateway) +"cyp" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/gateway) +"cyt" = ( +/mob/living/carbon/human/monkey/punpun, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"cyu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port/west) +"cyw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"cyx" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/requests_console{ + department = "Hydroponics"; + departmentType = 2; + name = "Hydroponics Requests Console"; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"cyz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"cyD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"cyG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"cyH" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "cargodisposals"; + name = "Cargo Disposals" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/quartermaster/sorting) +"cyK" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"cyM" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/cabin1) +"cyN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry/commercial) +"cyO" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin2) +"cyP" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/quartermaster/delivery) +"cyS" = ( +/obj/machinery/cryopod/right, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/sleep) +"cza" = ( +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/crew_quarters/fitness) +"czb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"cze" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"czi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"czk" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"czo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/delivery) +"czp" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/quartermaster/delivery) +"czv" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/maintenance/fpmaint) +"czw" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"czx" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/permabrig) +"czy" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical, +/obj/structure/closet/walllocker/emerglocker{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"czz" = ( +/obj/machinery/ai_status_display, +/turf/simulated/wall, +/area/atmos) +"czB" = ( +/obj/structure/table/wood, +/obj/item/storage/bag/books, +/obj/item/taperecorder, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"czD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"czE" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/atmospherics/binary/volume_pump{ + desc = "Позволяет опустошить трубу дыхательной смеси, отправив её в отходы на повторную фильтрацию"; + dir = 4; + name = "Дыхательную смесь в отходы" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"czG" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"czK" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/assembly/showroom) +"czL" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/gateway) +"czM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"czN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "yellow" + }, +/area/maintenance/engrooms) +"czO" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/gateway) +"czP" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Exp_lockdown"; + name = "Expedition Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/gateway) +"czQ" = ( +/obj/machinery/recharge_station, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/gateway) +"czR" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/gateway) +"czS" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/gateway) +"czU" = ( +/obj/machinery/light, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/crew_quarters/locker) +"czV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/gateway{ + density = 0 + }, +/obj/effect/landmark{ + name = "JoinLateGateway" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"czW" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"czX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port/west) +"cAa" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cAb" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/wall/r_wall, +/area/atmos) +"cAf" = ( +/obj/structure/closet/toolcloset, +/obj/item/clothing/glasses/welding, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cAg" = ( +/obj/machinery/vending/hatdispenser, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/locker) +"cAh" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/maintenance/engrooms) +"cAj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"cAk" = ( +/obj/structure/table, +/obj/item/deck/cards, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"cAq" = ( +/obj/machinery/bookbinder, +/turf/simulated/floor/wood, +/area/library) +"cAr" = ( +/turf/simulated/wall/rust, +/area/maintenance/asmaint2) +"cAt" = ( +/obj/machinery/door/airlock/maintenance{ + name = "construction access" + }, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cAv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"cAy" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"cAz" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cAA" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cAB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/port/west) +"cAD" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"cAK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/gloves/color/yellow, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"cAM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"cAP" = ( +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/machinery/light, +/obj/structure/dresser, +/obj/machinery/camera{ + c_tag = "Library Backroom"; + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"cAR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"cAT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"cAU" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"cAV" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"cBe" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/assembly/showroom) +"cBj" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/pen, +/turf/simulated/floor/carpet, +/area/assembly/showroom) +"cBk" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/assembly/showroom) +"cBn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/assembly/showroom) +"cBo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + icon_state = "pipe-j2s"; + name = "Janitor"; + sortType = 22 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cBq" = ( +/obj/machinery/door/poddoor{ + id_tag = "QMLoaddoor"; + name = "supply dock loading door" + }, +/obj/machinery/conveyor/east{ + id = "QMLoad" + }, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"cBr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Gateway Access"; + req_access_txt = "62" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/gateway) +"cBt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/janitor) +"cBu" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/gateway) +"cBw" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"cBA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/south) +"cBE" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/range) +"cBH" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/mirror{ + pixel_x = -26; + pixel_y = -1 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"cBI" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/door_control{ + desiredstate = 1; + id = "toilet1"; + name = "Toilet Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"cBJ" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "janitorshutters"; + name = "Janitor Shutters" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/janitor) +"cBK" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluefull" + }, +/area/turret_protected/ai) +"cBM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/quartermaster/sorting) +"cBY" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/space, +/area/space/nearstation) +"cCa" = ( +/obj/structure/lattice/catwalk, +/obj/item/wrench, +/turf/space, +/area/solar/auxport) +"cCb" = ( +/obj/structure/table/reinforced, +/obj/item/paper/holodeck, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"cCc" = ( +/obj/machinery/atmospherics/unary/heat_reservoir/heater{ + dir = 1; + on = 1 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/atmos) +"cCd" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/southwest, +/obj/structure/table/reinforced, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"cCg" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cCh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance"; + req_access_txt = "10"; + req_one_access_txt = null + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"cCi" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/binary/pump/on{ + desc = "Отправляет дыхательную смесь из трубы распространяться по станции через вентиляции"; + name = "Дыхательную смесь на станцию"; + target_pressure = 303.325 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/atmos) +"cCk" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/engine/supermatter) +"cCl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Supermatter East"; + dir = 8; + network = list("Engineering","SS13") + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cCn" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/maintenance/fpmaint) +"cCp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/engineering) +"cCt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cCw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/toxins/xenobiology) +"cCz" = ( +/obj/structure/table/reinforced, +/obj/item/extinguisher/mini{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/extinguisher/mini, +/obj/item/extinguisher/mini{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/atmos) +"cCA" = ( +/obj/machinery/pipedispenser, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/atmos) +"cCC" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/maintenance/engrooms) +"cCD" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"cCE" = ( +/turf/simulated/wall/rust, +/area/space/nearstation) +"cCF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"cCG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/whiskey, +/turf/simulated/floor/carpet, +/area/assembly/showroom) +"cCH" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/assembly/showroom) +"cCK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"cCL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/showcase, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/assembly/showroom) +"cCM" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"cCN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/maintenance/turbine) +"cCO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"cCP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/machinery/door/window{ + name = "Atmospherics Desk" + }, +/obj/machinery/door/window{ + dir = 8; + name = "Atmospherics Desk"; + req_access_txt = "24" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cCQ" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"cCS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/binary/pump{ + name = "Gas to Turbine" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"cCT" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"cCV" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/janitor) +"cCW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"cCX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/se) +"cCZ" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"cDb" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"cDe" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/vending/wallmed{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cDg" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"cDh" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cDi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"cDj" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"cDk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cDl" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port/west) +"cDm" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"cDo" = ( +/turf/simulated/wall, +/area/crew_quarters/cabin1) +"cDp" = ( +/obj/machinery/camera{ + c_tag = "Fore Hallway North 1"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"cDs" = ( +/turf/simulated/wall, +/area/space/nearstation) +"cDu" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"cDv" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cDx" = ( +/obj/machinery/door/poddoor{ + id_tag = "trash"; + name = "Disposal Blast Door"; + protected = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"cDz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"cDC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/quartermaster/sorting) +"cDD" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluefull" + }, +/area/turret_protected/ai) +"cDE" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"cDF" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cDG" = ( +/obj/machinery/vending/tool, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cDH" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"cDI" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cDK" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"cDL" = ( +/obj/structure/cable, +/obj/machinery/power/solar_control{ + id = "portsolar"; + name = "Aft Port Solar Control" + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"cDM" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"cDN" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"cDO" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/east, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cDR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/turbine) +"cDU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"cDV" = ( +/turf/simulated/wall/r_wall/rust, +/area/engine/controlroom) +"cDZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/vending/wallmed{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"cEa" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Central Ring Hallway West 1"; + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/nw) +"cEb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"cEd" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Showroom" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "vault" + }, +/area/assembly/showroom) +"cEe" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + name = "Med. CMO"; + sortType = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/south) +"cEh" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cEi" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/wall/r_wall/coated, +/area/engine/supermatter) +"cEj" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cEk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A26"; + location = "A25" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/se) +"cEn" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"cEs" = ( +/obj/structure/table/wood, +/obj/item/lighter/zippo, +/turf/simulated/floor/carpet, +/area/assembly/showroom) +"cEv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"cEz" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/machinery/meter, +/turf/simulated/wall/r_wall/coated, +/area/engine/supermatter) +"cEA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/greengrid, +/area/security/nuke_storage) +"cED" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cEE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"cEF" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6; + level = 1 + }, +/obj/machinery/meter, +/turf/simulated/wall/r_wall/coated, +/area/engine/supermatter) +"cEJ" = ( +/turf/simulated/wall, +/area/mimeoffice) +"cEN" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"cEQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A23"; + location = "A22" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/south) +"cER" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/south) +"cES" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/port) +"cET" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cFb" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + name = "Из скрабберов на фильтрацию" + }, +/turf/simulated/wall, +/area/atmos) +"cFd" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/engine/break_room) +"cFe" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/magistrateoffice) +"cFh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"cFi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"cFj" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"cFl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/crew_quarters/sleep) +"cFn" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"cFs" = ( +/obj/machinery/camera{ + c_tag = "Dorm Hallway Port"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"cFv" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/fitness) +"cFw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"cFy" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"cFA" = ( +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/structure/bed, +/obj/item/bedsheet/mime, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"cFE" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"cFF" = ( +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "privateroom" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "privateroom" + }, +/obj/structure/window/reinforced/polarized{ + id = "privateroom" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "privateroom" + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/crew_quarters/bar/atrium) +"cFG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"cFH" = ( +/obj/machinery/computer/atmoscontrol, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/atmos) +"cFI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/serviceyard) +"cFJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/wall/r_wall/coated, +/area/engine/supermatter) +"cFK" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"cFL" = ( +/obj/machinery/newscaster{ + layer = 3.3; + pixel_y = -27 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/window/southleft{ + dir = 1; + name = "Bar Delivery"; + req_access_txt = "25"; + tag = "icon-left (WEST)" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"cFO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Bar Office"; + req_access_txt = "25" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/bar) +"cFP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/fore) +"cFQ" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/baguette, +/obj/item/lipstick/random{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/lipstick/random{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/lipstick/random{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"cFU" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + location = "Mime" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"cFW" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cGa" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/toxins/mixing) +"cGc" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/quartermaster/delivery) +"cGd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/delivery) +"cGe" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"cGf" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"cGj" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/serviceyard) +"cGl" = ( +/obj/machinery/conveyor/east{ + id = "QMLoad" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"cGm" = ( +/obj/effect/landmark{ + name = "Marauder Entry" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"cGo" = ( +/obj/machinery/vending/autodrobe, +/obj/machinery/firealarm{ + pixel_y = 25 + }, +/obj/machinery/light_switch{ + pixel_x = -22; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"cGp" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/closet/crate/freezer, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"cGs" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Nitrogen to Loop" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cGx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/ne) +"cGB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; + dir = 4; + name = "Труба подачи азота в реактор" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cGE" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; + dir = 4; + name = "Труба подачи азота в реактор" + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/engine/controlroom) +"cGF" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cGK" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/maintenance/engrooms) +"cGL" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"cGM" = ( +/obj/machinery/door/airlock{ + id_tag = "cabin3"; + name = "Cabin" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin3) +"cGN" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cGP" = ( +/obj/machinery/door/airlock{ + id_tag = "cabin4"; + name = "Cabin" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/cabin4) +"cGT" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 22 + }, +/obj/structure/closet/radiation, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"cGW" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/metal{ + amount = 10 + }, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/engine/break_room) +"cGX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cHb" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"cHc" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar/atrium) +"cHd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"cHe" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/maintenance/xenozoo) +"cHh" = ( +/obj/machinery/camera{ + c_tag = "Service Hall South"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/serviceyard) +"cHm" = ( +/obj/structure/table/reinforced, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/item/storage/belt/utility, +/obj/item/weldingtool, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"cHr" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer{ + dir = 1 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/cryo) +"cHt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/maintenance/fsmaint) +"cHw" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTH)" + }, +/area/medical/research{ + name = "Research Division" + }) +"cHz" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"cHC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/bridge) +"cHF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/window/brigdoor/southright, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/bridge) +"cHH" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior 1"; + dir = 1; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"cHJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"cHK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cHN" = ( +/obj/structure/chair/comfy/teal, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/reception) +"cHP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cHT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cHU" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/book/manual/security_space_law, +/obj/machinery/newscaster/security_unit{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"cIa" = ( +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"cIb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cIj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + icon_state = "pipe-j2s"; + name = "Bar Junction"; + sortType = 19 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cIq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"cIr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"cIt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"cIu" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cIv" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"cIx" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = -10 + }, +/obj/item/airlock_electronics, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"cIz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage"; + req_access_txt = "23" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cIA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"cIB" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/break_room) +"cID" = ( +/obj/structure/table, +/obj/item/reagent_containers/syringe/antiviral, +/obj/item/reagent_containers/syringe/charcoal, +/obj/item/reagent_containers/syringe/insulin, +/obj/item/reagent_containers/glass/bottle/morphine, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/reagent_containers/syringe, +/obj/item/stack/medical/bruise_pack/advanced{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/stack/medical/ointment/advanced{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/pill/patch/styptic{ + pixel_y = 6 + }, +/obj/item/reagent_containers/food/pill/patch/styptic{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/pill/patch/silver_sulf{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/pill/patch/silver_sulf{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/storage/pill_bottle/painkillers{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/sleeper) +"cIE" = ( +/obj/effect/decal/warning_stripes/east, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/engine, +/area/medical/chemistry) +"cIG" = ( +/obj/machinery/light/small, +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cII" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/obj/machinery/status_display, +/turf/simulated/wall, +/area/atmos) +"cIK" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/pump, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port/west) +"cIM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"cIN" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cIO" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -25 + }, +/turf/simulated/floor/greengrid, +/area/engine/controlroom) +"cIQ" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = 32 + }, +/obj/machinery/computer/sm_monitor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/engine/controlroom) +"cIR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/small, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cIU" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/central/south) +"cIV" = ( +/turf/simulated/wall/r_wall, +/area/space/nearstation) +"cIW" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/reception) +"cIX" = ( +/obj/structure/table/reinforced, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/gps, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"cJc" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"cJd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cJf" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"cJj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cJl" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/bridge) +"cJn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atm{ + pixel_y = -32 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"cJp" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cJq" = ( +/turf/simulated/wall/r_wall, +/area/medical/biostorage) +"cJr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/bridge) +"cJu" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/secondary/exit) +"cJv" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/item/taperecorder{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/camera{ + pixel_x = 3; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"cJA" = ( +/obj/item/flag/mime, +/obj/machinery/power/apc{ + pixel_y = -26 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"cJG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"cJH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"cJI" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"cJJ" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"cJK" = ( +/obj/effect/decal/remains/xeno, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"cJL" = ( +/obj/machinery/power/port_gen/pacman, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"cJM" = ( +/obj/item/stack/cable_coil, +/turf/simulated/floor/plating, +/area/maintenance/storage{ + name = "Perma Maintenance" + }) +"cJN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"cJO" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cJT" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"cJY" = ( +/obj/machinery/light/small, +/obj/structure/closet/radiation, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"cKb" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/delivery) +"cKc" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/l3closet/scientist, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cKd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/ward) +"cKe" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/break_room) +"cKh" = ( +/obj/machinery/vending/wallmed{ + pixel_y = 30 + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/wood, +/area/library) +"cKj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/delivery) +"cKk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/primary) +"cKq" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"cKr" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/medical/research/nhallway) +"cKv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/nw) +"cKz" = ( +/obj/item/reagent_containers/glass/bottle/ether{ + layer = 1.9; + volume = 5 + }, +/obj/effect/decal/cleanable/blood/gibs/cleangibs, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cKC" = ( +/obj/structure/chair/comfy/red{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start{ + name = "Head of Security" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"cKH" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/medical/reception) +"cKI" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Chemistry2"; + name = "Chemistry Privacy Shutter" + }, +/obj/machinery/smartfridge/secure/chemistry, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"cKM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"cKP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"cKQ" = ( +/turf/space, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/lobby) +"cKR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"cKS" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/bridge) +"cKT" = ( +/obj/machinery/light_switch{ + pixel_x = -8; + pixel_y = -26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/bridge) +"cKV" = ( +/obj/structure/table, +/obj/item/gun/syringe{ + pixel_y = -2 + }, +/obj/item/gun/syringe{ + pixel_y = 6 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/biostorage) +"cKW" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/effect/turf_decal/bot/right, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"cKX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/biostorage) +"cKY" = ( +/turf/simulated/wall, +/area/medical/ward) +"cKZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/sorting) +"cLc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"cLd" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2"; + name = "Download" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"cLe" = ( +/obj/machinery/computer/security/wooden_tv{ + network = list("SS13","Research Outpost","Mining Outpost") + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"cLj" = ( +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin3) +"cLl" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/pen, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/cabin4) +"cLr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brig) +"cLs" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"cLx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"cLz" = ( +/obj/machinery/smartfridge/secure/extract, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/closet/walllocker/emerglocker{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"cLA" = ( +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/machinery/light, +/obj/effect/decal/warning_stripes/southwest, +/obj/structure/rack, +/obj/item/crowbar, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"cLC" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"cLI" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/plasteel, +/obj/item/wrench, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/obj/machinery/light_switch{ + pixel_y = -26 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/paper/gravity_gen, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"cLJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"cLL" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "sw_maint_outer"; + locked = 1; + name = "West Maintenance External Access"; + req_access = null + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"cLU" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"cLV" = ( +/obj/structure/table/reinforced, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/micro_laser, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/storage/tech) +"cLX" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/port) +"cMa" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/hydroponics) +"cMc" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cMh" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/portable_atmospherics/canister, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cMi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/tech) +"cMk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/tech) +"cMl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"cMp" = ( +/obj/item/stack/sheet/mineral/plasma{ + amount = 5 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"cMr" = ( +/obj/structure/table/glass, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; + name = "Chemistry Cleaner" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"cMs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/biostorage) +"cMt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/biostorage) +"cMv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/biostorage) +"cMw" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_x = 8 + }, +/obj/item/storage/box/bodybags{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/storage/box/masks{ + pixel_x = -6 + }, +/obj/item/storage/box/masks{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/storage/box/patch_packs{ + pixel_x = -7; + pixel_y = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/storage/box/patch_packs{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" + }, +/area/medical/biostorage) +"cMy" = ( +/obj/effect/landmark/start{ + name = "Civilian" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/primary) +"cMP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/nw) +"cMU" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/keycard_auth, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/bridge) +"cMY" = ( +/obj/machinery/ai_status_display, +/turf/simulated/wall, +/area/bridge) +"cNa" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/binary/valve/digital, +/turf/simulated/floor/engine, +/area/engine/supermatter) +"cNb" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen/fancy, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"cNe" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"cNg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cNh" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"cNl" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/chair/office/light{ + dir = 4; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cNn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/maintenance/engrooms) +"cNt" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"cNw" = ( +/obj/structure/table, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cNA" = ( +/obj/structure/chair/office/dark, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/library/abandoned) +"cNB" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/ne) +"cNC" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/simulated/wall/r_wall, +/area/toxins/test_area) +"cNI" = ( +/turf/simulated/wall, +/area/medical/reception) +"cNJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"cNT" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/atmos) +"cNV" = ( +/obj/machinery/atmospherics/unary/vent_pump, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cNW" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/firstaid/brute{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/firstaid/brute{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/firstaid/brute, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/biostorage) +"cNX" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/firstaid/o2{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/firstaid/o2{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/firstaid/o2, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/biostorage) +"cNZ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/engine/gravitygenerator) +"cOa" = ( +/obj/structure/bed, +/obj/item/radio/intercom{ + pixel_x = -32 + }, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"cOb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/medical/ward) +"cOc" = ( +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/obj/structure/bed, +/obj/structure/curtain/open, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"cOd" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"cOe" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/delivery) +"cOf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/maintenance/fpmaint) +"cOh" = ( +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/quartermaster/storage) +"cOj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/rack, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cOl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cOm" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cOn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"cOs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/fore) +"cOt" = ( +/obj/structure/table/wood, +/obj/item/ashtray/bronze{ + pixel_x = -1; + pixel_y = 1 + }, +/turf/simulated/floor/carpet, +/area/lawoffice) +"cOu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Transit Tube"; + req_one_access_txt = "32;19" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/aienter) +"cOv" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/quartermaster/sorting) +"cOw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/sorting) +"cOx" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/quartermaster/sorting) +"cOy" = ( +/obj/machinery/status_display/supply_display, +/turf/simulated/wall, +/area/quartermaster/storage) +"cOz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"cOA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"cOC" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"cOF" = ( +/obj/structure/closet/crate/internals, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"cOI" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cOL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "xeno6"; + name = "Containment Control"; + pixel_y = 35; + req_access_txt = "55" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/toxins/xenobiology) +"cOM" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"cOO" = ( +/obj/structure/closet/secure_closet/injection, +/obj/effect/decal/warning_stripes/red, +/obj/machinery/newscaster/security_unit{ + pixel_x = -30 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"cOP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/toxins/xenobiology) +"cOR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"cOS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"cOT" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/latex, +/obj/item/slime_scanner, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cOU" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space/nearstation) +"cOY" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"cPa" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/portable_atmospherics/canister, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cPd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/teleporter/abandoned) +"cPe" = ( +/obj/structure/table/reinforced, +/obj/item/folder/white, +/obj/item/stock_parts/cell/high, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/storage/tech) +"cPf" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"cPg" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/storage/primary) +"cPi" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/compressor{ + comp_id = "incineratorturbine"; + dir = 4; + luminosity = 2 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/maintenance/turbine) +"cPj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/primary) +"cPk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"cPl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/greengrid, +/area/engine/controlroom) +"cPm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/maintenance/turbine) +"cPq" = ( +/obj/effect/decal/warning_stripes/east, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cPt" = ( +/obj/machinery/door/airlock/glass{ + autoclose = 0; + frequency = 1449; + heat_proof = 1; + icon_state = "door_locked"; + id_tag = "gas_turbine_interior"; + locked = 1; + name = "Turbine Interior Airlock"; + req_access_txt = "12" + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + master_tag = "turbine_control"; + name = "Gas Turbine Access Button"; + pixel_x = -1; + pixel_y = 22 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/maintenance/turbine) +"cPu" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/paper, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"cPy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/reception) +"cPz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 4; + tag = "icon-pipe-j1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"cPA" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/toy/figure/captain, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"cPC" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/controlroom) +"cPE" = ( +/obj/effect/decal/warning_stripes/south, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/engine, +/area/medical/chemistry) +"cPF" = ( +/obj/machinery/smartfridge/medbay, +/obj/machinery/door/window/eastright{ + base_state = "left"; + desc = "You have the public fridge, pal, lube off."; + dir = 2; + icon_state = "left"; + name = "Anti-Theft Shield"; + req_access_txt = "5" + }, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"cPG" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"cPI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/maintenance/turbine) +"cPJ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "construction access" + }, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cPK" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/maintenance/turbine) +"cPL" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/medical/biostorage) +"cPM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medical Supplies"; + req_access_txt = "5" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/biostorage) +"cPN" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/medical/biostorage) +"cPO" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/medbay) +"cPX" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cQb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"cQc" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"cQh" = ( +/obj/machinery/computer/arcade/battle, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"cQj" = ( +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"cQk" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cQm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"cQo" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"cQp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"cQq" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/folder/red, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"cQr" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"cQu" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + location = "Clown" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/clownoffice) +"cQv" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/door_control{ + id = "xenosecure"; + name = "Containment Control"; + pixel_y = 2; + req_access_txt = "55" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cQB" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/structure/closet/secure_closet/clown, +/obj/item/clothing/under/soldieruniform, +/obj/item/clothing/suit/soldiercoat, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/clownoffice) +"cQH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitehall" + }, +/area/toxins/xenobiology) +"cQK" = ( +/obj/item/flag/clown, +/obj/machinery/power/apc{ + pixel_y = 26 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/clownoffice) +"cQN" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cQP" = ( +/obj/machinery/suit_storage_unit/clown, +/obj/machinery/door_control{ + id = "Clown"; + name = "Clowns Privacy Shutters Control"; + pixel_y = 26 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 24; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/clownoffice) +"cQQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/serviceyard) +"cQR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/serviceyard) +"cQS" = ( +/obj/structure/barricade/wooden, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"cQU" = ( +/obj/effect/turf_decal/box, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"cQV" = ( +/obj/structure/safe, +/obj/item/stack/ore/bluespace_crystal, +/obj/item/stack/ore/bluespace_crystal, +/obj/item/stack/ore/bluespace_crystal, +/obj/item/stack/ore/bluespace_crystal, +/obj/item/stack/ore/bluespace_crystal, +/obj/item/grown/bananapeel/bluespace, +/obj/item/slime_extract/bluespace, +/obj/item/stack/telecrystal, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"cQW" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTHWEST)" + }, +/area/medical/genetics) +"cRb" = ( +/obj/machinery/autolathe, +/obj/machinery/door/window/brigdoor{ + dir = 1; + id = "Autolathe"; + name = "Autolathe Access"; + req_access_txt = "47" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id_tag = "researchdesk1"; + name = "Research Desk Shutters"; + opacity = 0 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/door/firedoor, +/obj/item/stack/sheet/metal{ + amount = 10 + }, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"cRe" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/lobby) +"cRf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/lightreplacer, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/stack/tape_roll, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"cRg" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/reception) +"cRh" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/applicator{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/item/reagent_containers/applicator{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/item/reagent_containers/applicator{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/item/reagent_containers/applicator{ + pixel_x = 6; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"cRi" = ( +/obj/item/radio/intercom{ + pixel_x = -28; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/biostorage) +"cRj" = ( +/obj/effect/decal/warning_stripes/blue, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/storage/firstaid/o2, +/obj/item/reagent_containers/spray/cleaner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"cRk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/biostorage) +"cRm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"cRo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"cRq" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/ward) +"cRr" = ( +/obj/machinery/vending/wallmed{ + pixel_x = 26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/break_room) +"cRz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/tcommsat/chamber) +"cRB" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"cRC" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/security/interrogation) +"cRE" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cRK" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cRT" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/northeastcorner, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cRU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitehall" + }, +/area/toxins/xenobiology) +"cRW" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26; + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cRX" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/toxins/xenobiology) +"cRY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cSa" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/effect/decal/warning_stripes/north, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cSb" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/hallway/primary/fore) +"cSc" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"cSd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/teleporter/abandoned) +"cSe" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/delivery) +"cSf" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/storage) +"cSh" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"cSo" = ( +/mob/living/simple_animal/mouse/gray, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/library/abandoned) +"cSp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/closet/crate, +/obj/item/flashlight, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cSu" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"cSx" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/effect/decal/warning_stripes/north, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cSy" = ( +/obj/machinery/light, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"cSA" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"cSB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/carpet, +/area/lawoffice) +"cSF" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"cSG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cSI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "neutral" + }, +/area/maintenance/engrooms) +"cSJ" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/closet/secure_closet/bar, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"cSK" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"cSL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"cSO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowfull" + }, +/area/medical/chemistry) +"cTc" = ( +/obj/structure/window/reinforced, +/obj/machinery/arcade/claw, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"cTf" = ( +/turf/simulated/wall/r_wall, +/area/engine/aienter) +"cTg" = ( +/turf/simulated/wall, +/area/maintenance/electrical) +"cTi" = ( +/turf/simulated/wall, +/area/maintenance/xenozoo) +"cTj" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/obj/machinery/camera{ + c_tag = "Bar Backroom" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"cTl" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4; + frequency = 1441; + id = "mix_in" + }, +/turf/simulated/floor/engine, +/area/maintenance/turbine) +"cTo" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/crew_quarters/chief) +"cTr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/warning_stripes/west, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cTu" = ( +/obj/structure/table/glass, +/obj/machinery/camera{ + c_tag = "Medbay Genetics Office"; + network = list("Medical","SS13") + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/obj/item/storage/box/disks, +/obj/item/storage/box/disks{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/medical/genetics) +"cTz" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xeno2"; + name = "Creature Cell #4"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"cTA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/toxins/xenobiology) +"cTB" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/lab) +"cTE" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/maintenance/turbine) +"cTG" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cTH" = ( +/obj/structure/sign/fire, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/wall/r_wall/coated, +/area/maintenance/turbine) +"cTL" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"cTM" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/drone_fabricator, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/break_room) +"cTO" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/engine/break_room) +"cTP" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cTQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"cTR" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/computer/rdconsole/core, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/lab) +"cTS" = ( +/obj/machinery/computer/monitor{ + name = "Grid Power Monitoring Computer" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/engine/engineering/monitor) +"cTU" = ( +/obj/effect/decal/warning_stripes/southwest, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/r_n_d/destructive_analyzer{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/lab) +"cTV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/small, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"cTZ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"cUa" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/structure/closet/secure_closet/bar, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"cUb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"cUe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"cUf" = ( +/obj/structure/closet/crate, +/obj/item/retractor, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"cUj" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/machinery/light_switch{ + pixel_x = 26; + pixel_y = 26 + }, +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"cUk" = ( +/obj/structure/table, +/obj/item/storage/box/gloves{ + pixel_x = -4 + }, +/obj/item/storage/box/gloves{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/storage/box/beakers{ + pixel_x = 8 + }, +/obj/item/storage/box/beakers{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/structure/cable, +/obj/item/storage/box/iv_bags{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/storage/box/iv_bags{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHWEST)" + }, +/area/medical/biostorage) +"cUn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/biostorage) +"cUs" = ( +/obj/structure/table/wood, +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/obj/machinery/chem_dispenser/soda, +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_x = -32; + pixel_y = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"cUu" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/hallway/primary/port/west) +"cUx" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"cUy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"cUz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"cUB" = ( +/obj/machinery/power/tracker, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/port) +"cUF" = ( +/obj/machinery/vending/boozeomat, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"cUI" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/atmos) +"cUK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cUL" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"cUN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/primary) +"cUQ" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/nw) +"cUS" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/xenozoo) +"cUU" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall, +/area/toxins/xenobiology) +"cUW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cUY" = ( +/obj/effect/decal/warning_stripes/south, +/obj/effect/landmark/start{ + name = "Scientist" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/lab) +"cUZ" = ( +/obj/machinery/r_n_d/circuit_imprinter{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker/sulphuric, +/obj/effect/decal/warning_stripes/southeast, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/lab) +"cVb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xeno3"; + name = "Creature Cell #3"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor{ + dir = 2; + name = "Creature Pen"; + req_access_txt = "47" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"cVc" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "shutter0"; + id_tag = "researchdesk2"; + name = "Research Desk Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/toxins/lab) +"cVe" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "orangecorner" + }, +/area/hallway/primary/aft) +"cVf" = ( +/turf/simulated/wall/rust, +/area/teleporter/abandoned) +"cVg" = ( +/obj/structure/computerframe, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"cVh" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/atmos) +"cVm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"cVs" = ( +/obj/machinery/camera{ + c_tag = "Research and Development"; + dir = 9; + network = list("Research","SS13") + }, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Research Request Console"; + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"cVy" = ( +/obj/structure/chair/comfy/teal, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/medical/reception) +"cVz" = ( +/obj/machinery/chem_heater, +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/light, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -28 + }, +/obj/structure/cable, +/turf/simulated/floor/engine, +/area/medical/chemistry) +"cVA" = ( +/obj/structure/table, +/obj/item/roller{ + pixel_x = 3; + pixel_y = 10 + }, +/obj/item/roller{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/roller, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"cVD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"cVF" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge/meeting_room) +"cVG" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cVH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/biostorage) +"cVI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellowcorner" + }, +/area/medical/chemistry) +"cVK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"cVO" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"cVP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/closet/wardrobe/chemistry_white, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/item/storage/bag/chemistry, +/obj/item/storage/bag/chemistry, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"cVT" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/machinery/requests_console{ + department = "Bar"; + departmentType = 2; + name = "Bar Requests Console"; + pixel_y = 30 + }, +/obj/item/book/manual/barman_recipes, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"cVU" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"cVX" = ( +/obj/machinery/door/airlock/glass{ + name = "Cabin" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/sleep) +"cVZ" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"cWa" = ( +/obj/item/aiModule/protectStation{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/aiModule/nanotrasen{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"cWb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"cWe" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/toy/figure/bartender, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"cWf" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/atmos) +"cWi" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain) +"cWn" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"cWo" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"cWp" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + pixel_y = 28 + }, +/obj/item/storage/fancy/cigarettes/cigpack_random{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/fancy/cigarettes/cigpack_random, +/obj/item/storage/box/matches, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"cWq" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/atmos) +"cWy" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck/syndicate, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"cWA" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xeno3"; + name = "Creature Cell #3"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"cWJ" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/office) +"cWL" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "orangecorner" + }, +/area/hallway/primary/aft) +"cWQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door_control{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyerPort"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + req_access_txt = null + }, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 1; + icon_state = "left"; + name = "Medical Reception"; + req_access_txt = "5" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/medical/reception) +"cWR" = ( +/obj/structure/table, +/obj/item/storage/box/cups, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/medical/reception) +"cWS" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/item/clothing/accessory/stethoscope, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 6 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 3 + }, +/obj/item/flashlight/pen{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/flashlight/pen, +/obj/item/flashlight/pen{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/medical/reception) +"cWV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cWY" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/hand_labeler, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Medbay Reception"; + dir = 5; + network = list("Medical","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/medical/reception) +"cXa" = ( +/turf/simulated/wall, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"cXg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/landmark/start{ + name = "Chemist" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"cXh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"cXj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/smartfridge/medbay, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"cXp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"cXs" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"cXv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay) +"cXz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cXD" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/item/radio/intercom{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/bar) +"cXM" = ( +/obj/structure/morgue, +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/camera{ + c_tag = "Medbay Coroner's Office"; + dir = 1; + network = list("Medical","SS13") + }, +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/medical/morgue) +"cXN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"cXP" = ( +/obj/machinery/door_control{ + id = "transitlock"; + name = "Transit Tube Lockdown Control"; + pixel_x = 24; + pixel_y = -8; + req_access_txt = "11" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/engine/aienter) +"cXQ" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"cXR" = ( +/obj/machinery/camera{ + c_tag = "Chief Engineer's Office"; + dir = 4; + network = list("Engineering","SS13"); + pixel_y = -22 + }, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/computer/card/minor/ce, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"cXT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/fore) +"cXU" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/quartermaster/sorting) +"cXZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/table/wood/poker, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"cYa" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"cYb" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Chief Engineer" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/chief) +"cYc" = ( +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2" + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Engineering Lobby"; + dir = 4; + network = list("Engineering","SS13"); + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/engine/break_room) +"cYd" = ( +/obj/structure/morgue, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"cYf" = ( +/obj/structure/sign/nosmoking_2, +/turf/simulated/wall, +/area/engine/break_room) +"cYg" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/crew_quarters/mrchangs) +"cYj" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "shutter0"; + id_tag = "researchdesk2"; + name = "Research Desk Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/toxins/lab) +"cYk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door_control{ + id = "xeno2"; + name = "Containment Control"; + pixel_y = -28; + req_access_txt = "55" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitehall" + }, +/area/toxins/xenobiology) +"cYn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/reception) +"cYq" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Medical Doctor" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/reception) +"cYr" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light_switch{ + pixel_x = 24; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" + }, +/area/medical/reception) +"cYw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/medical/reception) +"cYB" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"cYJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"cYK" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/obj/machinery/computer/card/minor/cmo, +/turf/simulated/floor/plasteel, +/area/medical/cmo) +"cYL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"cYM" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/medical/biostorage) +"cYN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay) +"cYP" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/light, +/obj/item/storage/firstaid/regular{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/biostorage) +"cYQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay) +"cYR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay) +"cYS" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2"; + tag = "icon-pipe-j1 (WEST)" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay) +"cYT" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/firstaid/toxin{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/firstaid/toxin{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/firstaid/toxin, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/biostorage) +"cYW" = ( +/turf/simulated/wall, +/area/crew_quarters/bar/atrium) +"cYX" = ( +/obj/machinery/door_control{ + id = "QMLoaddoor2"; + layer = 4; + name = "Loading Doors"; + pixel_x = 24; + pixel_y = 8 + }, +/obj/machinery/door_control{ + id = "QMLoaddoor"; + layer = 4; + name = "Loading Doors"; + pixel_x = 24; + pixel_y = -8 + }, +/obj/machinery/camera{ + c_tag = "Cargo Shuttle Airlock"; + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"cZc" = ( +/obj/machinery/power/tesla_coil{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cZe" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/engineering/monitor) +"cZg" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/hallway/primary/port/west) +"cZi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"cZl" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port) +"cZn" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/mob/living/carbon/human/monkey, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/genetics) +"cZp" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/delivery) +"cZq" = ( +/obj/structure/rack, +/obj/item/circuitboard/aifixer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/rdconsole, +/obj/item/circuitboard/rdserver{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/tech) +"cZr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/hallway/primary/aft) +"cZt" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/quartermaster/delivery) +"cZu" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/toxins/lab) +"cZw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/storage/primary) +"cZC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/medical/research/nhallway) +"cZE" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"cZH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/medbay) +"cZI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Chemistry Lab"; + req_access_txt = "33" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"cZL" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/space, +/area/space/nearstation) +"cZM" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/ward) +"cZN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay3) +"cZP" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"cZQ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/flag/nt{ + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/construction/hallway) +"cZS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"cZU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"cZW" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"daa" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/storage) +"dac" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"dae" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"dag" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/bridge/meeting_room) +"dah" = ( +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"dai" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/flag/nt{ + pixel_y = -6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/construction/hallway) +"daj" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/space, +/area/space/nearstation) +"dam" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"dan" = ( +/obj/machinery/newscaster{ + pixel_x = 32; + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"dav" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre"; + req_access_txt = "45" + }, +/obj/machinery/holosign/surgery{ + id = "surgery2" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/surgery2) +"dax" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/turbine) +"day" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/small, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/obj/item/tank/plasma, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"daC" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/north, +/obj/item/wrench, +/obj/item/storage/belt/utility, +/obj/item/clothing/glasses/welding, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50; + pixel_x = 2; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/lab) +"daE" = ( +/obj/machinery/light, +/obj/machinery/door_control{ + id = "researchdesk2"; + name = "Secondary Research Shutters"; + pixel_x = 8; + pixel_y = -26 + }, +/obj/machinery/door_control{ + id = "researchdesk1"; + name = "Primary Research Shutters"; + pixel_x = -8; + pixel_y = -26 + }, +/obj/machinery/computer/rdconsole/core, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/lab) +"daF" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "shutter0"; + id_tag = "researchdesk2"; + name = "Research Desk Shutters"; + opacity = 0 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/toxins/lab) +"daN" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/machinery/light{ + on = 1 + }, +/obj/item/storage/belt/medical, +/obj/item/storage/belt/medical, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/reception) +"daR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain) +"daS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"daU" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/lawoffice) +"dbf" = ( +/obj/machinery/light, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay) +"dbi" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -25 + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"dbj" = ( +/obj/structure/table, +/obj/machinery/light, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"dbk" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/drinks/britcup, +/obj/item/screwdriver, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"dbl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/carpet, +/area/assembly/showroom) +"dbm" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/maintenance/fpmaint) +"dbn" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"dbq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/space_heater, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"dbr" = ( +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/ne) +"dbs" = ( +/obj/structure/girder, +/turf/simulated/floor/plasteel, +/area/maintenance/engrooms) +"dbt" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/podbay) +"dbu" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/snacks/grown/banana{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/snacks/pie{ + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/clownoffice) +"dbv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"dbz" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"dbC" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/podbay) +"dbE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/landmark/start{ + name = "Cargo Technician" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"dbT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/shower{ + dir = 4; + tag = "icon-shower (EAST)" + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/maintenance/fsmaint) +"dbU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"dbY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Isolation A"; + req_access_txt = "39" + }, +/obj/effect/decal/warning_stripes/yellow/partial, +/obj/effect/decal/warning_stripes/arrow, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/medical/virology) +"dca" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/aft) +"dcc" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/paramedic) +"dce" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitecorner" + }, +/area/hallway/secondary/entry) +"dci" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay) +"dcj" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"dcm" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/grass, +/area/medical/sleeper) +"dcq" = ( +/obj/structure/plasticflaps, +/obj/structure/closet/crate/internals, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/machinery/conveyor/north{ + id = "cargodelivery" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"dcs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"dcw" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/vending/wallmed{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/quartermaster/storage) +"dcz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Reception"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/turf/space, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/reception) +"dcA" = ( +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/lobby) +"dcC" = ( +/obj/machinery/atmospherics/unary/vent_pump, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"dcD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance"; + req_access_txt = "5" + }, +/turf/simulated/floor/plating, +/area/medical/ward) +"dcE" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/storage) +"dcF" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/paper/deltainfo, +/obj/item/radio/intercom{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/storage) +"dcL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/aienter) +"dcN" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/quartermaster/storage) +"dcO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"dcQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"dcR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHEAST)" + }, +/area/medical/sleeper) +"dcS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"dcU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/toxins/misc_lab) +"dcV" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTH)" + }, +/area/toxins/misc_lab) +"dcW" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTH)" + }, +/area/toxins/misc_lab) +"dcX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTH)" + }, +/area/toxins/misc_lab) +"ddb" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"ddc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "privateroom"; + name = "Privacy Room Bolt Control"; + normaldoorcontrol = 1; + pixel_x = -26; + pixel_y = -24; + req_access_txt = "25"; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"ddd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"ddg" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"ddh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"ddi" = ( +/turf/simulated/wall/r_wall, +/area/toxins/explab) +"ddk" = ( +/turf/simulated/floor/carpet, +/area/crew_quarters/bar/atrium) +"ddl" = ( +/obj/machinery/keycard_auth{ + pixel_x = -24 + }, +/obj/machinery/door_control{ + id = "engstorage"; + name = "Engineering Secure Storage Control"; + pixel_x = -38; + pixel_y = 8; + req_access_txt = "11" + }, +/obj/machinery/door_control{ + id = "transitlock"; + name = "Transit Tube Lockdown Control"; + pixel_x = -38; + pixel_y = -8; + req_access_txt = "11" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/computer/security/engineering, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"ddp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"dds" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id_tag = "rdprivacy"; + name = "Research Director Office Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/hor) +"ddx" = ( +/obj/effect/decal/warning_stripes/east, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"ddE" = ( +/obj/machinery/computer/crew, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/paramedic) +"ddF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/reception) +"ddH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/reception) +"ddI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/mob/living/simple_animal/parrot/Poly, +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/chief) +"ddJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/closet/secure_closet/paramedic, +/obj/item/defibrillator/loaded, +/obj/item/clothing/glasses/hud/health, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/paramedic) +"ddM" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay3) +"ddO" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"ddR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/chief) +"deb" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port/west) +"dec" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/maintenance/electrical) +"ded" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/primary) +"deg" = ( +/obj/structure/rack, +/obj/item/roller, +/obj/item/reagent_containers/iv_bag, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"del" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"deo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"dep" = ( +/obj/machinery/light_switch{ + pixel_x = -8; + pixel_y = -26 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"deq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"des" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = -30 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"det" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/aienter) +"dew" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"deA" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/construction/hallway) +"deB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + desc = "\"This is a plaque in honour of our comrades on the G4407 Stations. Hopefully TG4407 model can live up to your fame and fortune.\" Scratched in beneath that is a crude image of a meteor and a spaceman. The spaceman is laughing. The meteor is exploding."; + dir = 4; + icon_state = "plaque"; + name = "Comemmorative Plaque" + }, +/area/hallway/primary/fore) +"deE" = ( +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/toxins/misc_lab) +"deF" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/toxins/misc_lab) +"deG" = ( +/turf/simulated/wall, +/area/quartermaster/delivery) +"deH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"deK" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"deL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 4; + tag = "icon-pipe-j1 (EAST)" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/toxins/explab) +"deM" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/hand_tele, +/obj/item/coin/plasma, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"deN" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escape" + }, +/area/bridge/checkpoint/south) +"deR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + name = "Experimentor"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"deS" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/medical/research/nhallway) +"deU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/medical/research/nhallway) +"deW" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/construction/hallway) +"deX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"dfd" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/item/radio/intercom{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/security/prison/cell_block/A) +"dfe" = ( +/turf/simulated/wall, +/area/medical/research/restroom) +"dff" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"dfh" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/assembly/chargebay) +"dfj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door_control{ + id = "xeno4"; + name = "Containment Control"; + pixel_y = 35; + req_access_txt = "55" + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"dfk" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/ne) +"dfm" = ( +/turf/simulated/wall/r_wall, +/area/assembly/chargebay) +"dfn" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/simulated/floor/bluegrid, +/area/assembly/chargebay) +"dfo" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/construction/hallway) +"dfr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"dft" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/additional) +"dfu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"dfv" = ( +/turf/simulated/wall, +/area/medical/paramedic) +"dfy" = ( +/turf/simulated/wall, +/area/medical/genetics_cloning) +"dfE" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"dfI" = ( +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"dfM" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/quartermaster/delivery) +"dfO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/toxins/misc_lab) +"dfP" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTH)" + }, +/area/toxins/misc_lab) +"dfQ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"dfR" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/head/radiation, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"dfS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/toxins/explab) +"dfT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"dfU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"dfV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"dfW" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister/air{ + filled = 0.05 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"dfY" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"dfZ" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"dgb" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/research/nhallway) +"dgc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/junction{ + dir = 4; + tag = "icon-pipe-j1 (EAST)" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"dgd" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"dge" = ( +/obj/structure/table, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"dgi" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1379; + id_tag = "engineering_west_pump" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dgk" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"dgo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/storage{ + name = "Perma Maintenance" + }) +"dgv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"dgz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay) +"dgC" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/shower{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/genetics_cloning) +"dgE" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/item/destTagger, +/obj/item/destTagger, +/obj/item/destTagger, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"dgF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/engine/aienter) +"dgH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/genetics_cloning) +"dgO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2"; + tag = "icon-pipe-j1 (WEST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"dgP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random_barrier, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"dgQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre"; + req_access_txt = "45" + }, +/obj/machinery/holosign/surgery{ + id = "surgery1" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/surgery1) +"dgT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics_cloning) +"dgU" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"dgW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall, +/area/medical/psych) +"dgY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall/r_wall, +/area/maintenance/fsmaint) +"dha" = ( +/obj/structure/table/reinforced, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/chief) +"dhb" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/quartermaster/qm) +"dhc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/landmark/start{ + name = "Chief Engineer" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/chief) +"dhh" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/camera{ + c_tag = "Port Fore Solars"; + network = list("SS13","Engineering") + }, +/obj/item/radio/intercom{ + pixel_y = 28 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"dhi" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/electrical) +"dhj" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/sign/deathsposal{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/maintenance/turbine) +"dhm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/engine/engineering/monitor) +"dhn" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/toy/figure/qm, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/qm) +"dho" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/engineering/monitor) +"dhp" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/maintenance/turbine) +"dhq" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/tank/toxins, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/maintenance/turbine) +"dhr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering/monitor) +"dhs" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/computer/general_air_control{ + frequency = 1443; + level = 3; + name = "Distribution and Waste Monitor"; + sensors = list("mair_in_meter" = "Mixed Air In", "air_sensor" = "Mixed Air Supply Tank", "mair_out_meter" = "Mixed Air Out", "dloop_atm_meter" = "Distribution Loop", "wloop_atm_meter" = "Waste Loop") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/engineering/monitor) +"dht" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Cyborg" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"dhw" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"dhx" = ( +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/toxins/misc_lab) +"dhA" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/camera{ + c_tag = "Turbine"; + network = list("SS13","Engineering") + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/maintenance/turbine) +"dhB" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/maintenance/turbine) +"dhH" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/maintenance/turbine) +"dhI" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/wall/r_wall, +/area/turret_protected/ai) +"dhL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + name = "Toxin Mixing"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"dhN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"dhO" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"dhR" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/r_wall, +/area/toxins/mixing) +"dhS" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"dhV" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/smes{ + charge = 1e+006 + }, +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/maintenance/turbine) +"dhW" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"dhX" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/security/evidence) +"die" = ( +/obj/machinery/light_switch{ + pixel_x = -24; + pixel_y = 24 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"dil" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/nw) +"dim" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/aft) +"dio" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"dip" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"dis" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atm{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"dit" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/paramedic) +"diu" = ( +/obj/machinery/door/window/brigdoor, +/obj/item/radio/intercom{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/genetics_cloning) +"dix" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" + }, +/area/medical/sleeper) +"diy" = ( +/obj/structure/chair/office/light, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics_cloning) +"diz" = ( +/obj/machinery/camera{ + c_tag = "Medbay Cloning"; + dir = 9; + network = list("Medical","SS13") + }, +/obj/machinery/button/windowtint{ + id = "cloninglab"; + pixel_x = 22; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/genetics_cloning) +"diB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"diD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery1) +"diI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"diJ" = ( +/turf/simulated/wall, +/area/medical/psych) +"diQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance{ + name = "construction access" + }, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"diR" = ( +/obj/effect/decal/warning_stripes/south, +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/engrooms) +"diS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/serviceyard) +"diU" = ( +/obj/structure/statue/gold/hop{ + desc = "Золотая литая статуя, посвящённая великому ХоПу - Михаилу Калинину, который продолжал исполнять свой долг даже в самых критических ситуациях"; + name = "Статуя Михаила Калинина" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hop) +"diW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"diX" = ( +/obj/machinery/computer/borgupload, +/obj/item/radio/intercom/private{ + pixel_y = -28 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"diY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"dja" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/toxins/misc_lab) +"djb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/research{ + name = "Chemical Toxins"; + req_access_txt = "47" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"djc" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/bar) +"djf" = ( +/obj/structure/sign/fire, +/turf/simulated/wall/r_wall, +/area/toxins/mixing) +"djg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"djn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 4; + name = "Труба смешивания" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"djo" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 4; + name = "Труба смешивания" + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"djt" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple"; + tag = "icon-whitepurple (SOUTHWEST)" + }, +/area/toxins/mixing) +"dju" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/dispenser, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/toxins/mixing) +"djw" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/toxins/mixing) +"djx" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Toxin Mixing"; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/toxins/mixing) +"djy" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/toxins/mixing) +"djJ" = ( +/obj/structure/table, +/obj/machinery/computer/mob_healer_terminal, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/medical/reception) +"djM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/fore) +"djQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/robot, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"djR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"djS" = ( +/obj/effect/decal/warning_stripes/northwestsouth, +/obj/structure/bed/amb_trolley{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/paramedic) +"djT" = ( +/obj/effect/decal/warning_stripes/northeastsouth, +/obj/vehicle/ambulance{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/paramedic) +"djU" = ( +/obj/machinery/atm{ + pixel_y = -32 + }, +/obj/item/storage/briefcase, +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/bridge/vip) +"djV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"djY" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/clothing/mask/breath, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"djZ" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/obj/machinery/flasher_button{ + id = "permacell2"; + name = "Perma cell 2 flasher button"; + pixel_x = -38; + pixel_y = -4 + }, +/obj/machinery/flasher_button{ + id = "permacell1"; + name = "Perma cell 1 flasher button"; + pixel_x = -38; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/permabrig) +"dka" = ( +/obj/machinery/computer/operating, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/medical/surgery1) +"dkd" = ( +/obj/structure/table/glass, +/obj/item/storage/toolbox/surgery{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/surgery1) +"dke" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"dkj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"dkk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Chief Medical Officer"; + req_access_txt = "40" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/medical/cmo) +"dkn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"dko" = ( +/obj/machinery/conveyor/northeast{ + id = "QMLoad" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"dkp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"dkt" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/tape/random{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/taperecorder, +/obj/item/clothing/glasses/science, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/item/storage/bag/chemistry, +/obj/item/storage/bag/chemistry, +/obj/item/storage/bag/chemistry, +/obj/item/storage/bag/chemistry, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/toxins/misc_lab) +"dku" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/smartfridge/medbay, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/toxins/misc_lab) +"dkv" = ( +/obj/effect/decal/warning_stripes/south, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/engine, +/area/toxins/misc_lab) +"dkw" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor/east{ + id = "QMLoad" + }, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"dky" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + name = "Труба турбины" + }, +/turf/space, +/area/space/nearstation) +"dkz" = ( +/obj/structure/table, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"dkF" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/toxins/mixing) +"dkG" = ( +/obj/structure/table/glass, +/obj/item/storage/toolbox/surgery{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/surgery2) +"dkI" = ( +/turf/simulated/wall/r_wall, +/area/toxins/mixing) +"dkJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Research Director's Desk"; + departmentType = 7; + name = "Research Director Requests Console"; + pixel_x = -30; + pixel_y = -2 + }, +/obj/item/clipboard, +/obj/item/toy/figure/rd, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"dkK" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"dkM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/computer/mecha, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"dkP" = ( +/obj/structure/table, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/folder/blue{ + pixel_x = 5 + }, +/obj/item/folder/red{ + pixel_x = -6 + }, +/obj/item/clothing/head/cone{ + desc = "Старый дорожный конус. Говорят он увеличивает интеллект носителя."; + name = "Символ Разумизма"; + pixel_x = -4; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"dkQ" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/landmark/start{ + name = "Cyborg" + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"dkS" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/assembly/chargebay) +"dkX" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"dkY" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/genetics_cloning) +"dkZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Chief Engineer's Office" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"dlb" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"dlc" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"dld" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Chief Medical Officer's Office"; + dir = 8; + network = list("Medical","SS13") + }, +/turf/simulated/floor/plasteel, +/area/medical/cmo) +"dle" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"dlf" = ( +/obj/structure/table/glass, +/obj/item/soap{ + pixel_y = 11 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/genetics_cloning) +"dlg" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay2) +"dlk" = ( +/obj/structure/chair/wood, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"dlp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/biostorage) +"dlr" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + pixel_y = 22 + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/permabrig) +"dlu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"dlv" = ( +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"dlz" = ( +/mob/living/carbon/human/monkey, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"dlA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/crew_quarters/chief) +"dlC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering) +"dlJ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/permabrig) +"dlK" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"dlL" = ( +/obj/machinery/reagentgrinder, +/obj/structure/table/reinforced, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/toxins/misc_lab) +"dlM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering/monitor) +"dlO" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 8; + frequency = 1443; + icon_state = "on"; + id = "air_in"; + on = 1 + }, +/obj/machinery/sparker{ + id = "toxinsigniter"; + pixel_x = 1; + pixel_y = 24 + }, +/turf/simulated/floor/engine/insulated/vacuum, +/area/toxins/mixing) +"dlR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port) +"dlT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Mech Bay"; + req_access_txt = "29" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"dlY" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/item/radio/intercom{ + dir = 0; + pixel_x = -28; + pixel_y = -28 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Research Director's Office" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"dlZ" = ( +/obj/machinery/light, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/computer/robotics, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/keycard_auth{ + pixel_y = -24 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"dmj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"dmk" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -32 + }, +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHEAST)" + }, +/area/medical/genetics_cloning) +"dml" = ( +/obj/machinery/ai_status_display, +/turf/simulated/wall/r_wall, +/area/hallway/primary/central/west) +"dmm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Reception"; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/reception) +"dmn" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay2) +"dmp" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/office) +"dmq" = ( +/turf/simulated/wall, +/area/quartermaster/storage) +"dmr" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hallway/secondary/exit) +"dms" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/flashlight/pen, +/obj/item/clothing/accessory/stethoscope, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery1) +"dmu" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"dmv" = ( +/obj/machinery/computer/crew, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Medical Officer's Desk"; + departmentType = 5; + name = "Chief Medical Officer Requests Console"; + pixel_x = 30 + }, +/turf/simulated/floor/plasteel, +/area/medical/cmo) +"dmx" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"dmz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"dmB" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "solar_tool_airlock"; + name = "exterior access button"; + pixel_x = 25; + pixel_y = -25; + req_access_txt = "32" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"dmC" = ( +/obj/machinery/atmospherics/binary/valve, +/obj/effect/decal/warning_stripes/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"dmE" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "solar_tool_outer"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "32" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/auxsolarport) +"dmF" = ( +/obj/structure/displaycase/captain, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain) +"dmH" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/reception) +"dmI" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/qm) +"dmJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/security/checkpoint) +"dmK" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1379; + id_tag = "solar_tool_pump" + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "solar_tool_airlock"; + pixel_y = 25; + req_access_txt = "32"; + tag_airpump = "solar_tool_pump"; + tag_chamber_sensor = "solar_tool_sensor"; + tag_exterior_door = "solar_tool_outer"; + tag_interior_door = "solar_tool_inner" + }, +/obj/machinery/airlock_sensor{ + id_tag = "solar_tool_sensor"; + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel, +/area/maintenance/auxsolarport) +"dmL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"dmM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/remains/xeno, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"dmN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Gambling Den" + }, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dmP" = ( +/obj/effect/landmark/start{ + name = "Quartermaster" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"dmQ" = ( +/obj/machinery/computer/supplycomp{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/qm) +"dmR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "solar_tool_inner"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "32" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/auxsolarport) +"dmT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "solar_tool_airlock"; + name = "interior access button"; + pixel_x = -25; + pixel_y = 25; + req_access_txt = "32" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"dmX" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"dnc" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"dnf" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/ignition_switch{ + id = "toxinsigniter"; + pixel_x = 24; + pixel_y = -9 + }, +/obj/machinery/door_control{ + id = "ToxinsVenting"; + name = "Toxin Venting Control"; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple"; + tag = "icon-whitepurple (EAST)" + }, +/area/toxins/mixing) +"dnh" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"dnn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"dns" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dnw" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/starboard/east) +"dnx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/aft) +"dny" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"dnz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Access"; + req_one_access_txt = "24" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"dnB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"dnD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/genetics) +"dnE" = ( +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/item/storage/box/monkeycubes/wolpincubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/genetics) +"dnG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"dnI" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 1; + name = "Труба смешивания" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 4; + name = "Труба фильтрации" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dnK" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"dnN" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/engine/aienter) +"dnO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 4; + name = "Труба фильтрации" + }, +/obj/machinery/atmospherics/binary/volume_pump{ + desc = "Позволяет подать горючую смесь в турбину"; + dir = 1; + name = "Смесь в турбину" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"dnP" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/maintenance/bar) +"dnQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/medical/surgery1) +"dnS" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 4; + name = "Труба фильтрации" + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/atmos) +"dnW" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"doc" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"dod" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"dog" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/northeastcorner, +/obj/item/rcd, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/clothing/glasses/meson{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"doh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"doi" = ( +/obj/structure/table, +/obj/effect/decal/warning_stripes/yellow, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/electrical) +"dom" = ( +/obj/machinery/computer/sm_monitor, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"don" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/permabrig) +"dor" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id_tag = "ceprivacy"; + name = "CE Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/chief) +"dos" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/crew_quarters/chief) +"dot" = ( +/obj/machinery/light, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/port) +"dox" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"doy" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/aft) +"doA" = ( +/obj/machinery/portable_atmospherics/canister/air{ + anchored = 1 + }, +/turf/simulated/floor/engine/air, +/area/atmos) +"doB" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/engine/air, +/area/atmos) +"doJ" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"doK" = ( +/obj/machinery/hologram/holopad, +/obj/effect/landmark/start{ + name = "Roboticist" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/assembly/chargebay) +"doO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random{ + pixel_x = -32; + pixel_y = 32 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"doP" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "RoboDesk"; + name = "Robotics Privacy Shutter" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/assembly/robotics) +"doU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/aft) +"doW" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Genetics"; + name = "Genetics Privacy Shutters" + }, +/obj/machinery/door/window/eastleft{ + name = "Genetics Desk"; + req_access_txt = "9" + }, +/obj/machinery/door/window/eastleft{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/genetics) +"doX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics) +"doY" = ( +/obj/machinery/door/window/southright{ + dir = 1; + name = "Primate Pen"; + req_access_txt = "9" + }, +/obj/item/grown/bananapeel, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/genetics) +"doZ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"dpa" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/grown/banana{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana{ + pixel_x = -6; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/genetics) +"dpb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/genetics) +"dpc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/genetics) +"dpd" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = -32 + }, +/obj/machinery/vending/chinese, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"dpe" = ( +/obj/structure/table/reinforced, +/obj/structure/mirror{ + pixel_y = 26 + }, +/obj/item/reagent_containers/spray/waterflower, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"dpg" = ( +/obj/structure/statue/tranquillite/mime, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"dph" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + tag = "icon-pipe-j1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"dpn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/port) +"dpt" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "shutter0"; + id_tag = "hopqueueshutters"; + name = "Queue Shutters"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/arrow{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/west) +"dpv" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/arrow, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/serviceyard) +"dpw" = ( +/obj/structure/closet/secure_closet/CMO, +/obj/effect/decal/warning_stripes/northeast, +/obj/item/megaphone, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/cmo) +"dpA" = ( +/obj/structure/dresser, +/obj/structure/mirror{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/cmo) +"dpC" = ( +/obj/effect/decal/warning_stripes/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"dpD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"dpH" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Bar"; + name = "Bar Privacy Shutters" + }, +/obj/item/reagent_containers/glass/rag, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"dpP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"dpQ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/construction/hallway) +"dpR" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/door/airlock/public{ + name = "Bar"; + req_access_txt = "25" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"dpW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/prisonershuttle) +"dpX" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"dpY" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "roboticsshutters"; + name = "Mech Bay Shutters" + }, +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"dpZ" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"dqb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/medical/research/shallway) +"dqd" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"dqe" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Quartermaster"; + req_access_txt = "41" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"dqg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/smartfridge/secure/chemistry/virology, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"dqi" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dqk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"dql" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + name = "Robotics Junction"; + sortType = 14 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/hallway/primary/aft) +"dqq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/fore) +"dqr" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"dqt" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay2) +"dqv" = ( +/obj/machinery/conveyor/northeast/ccw{ + id = "cargodelivery" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/delivery) +"dqw" = ( +/obj/effect/decal/warning_stripes/red, +/obj/structure/closet/crate/internals, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"dqz" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" + }, +/area/medical/medbay) +"dqD" = ( +/obj/machinery/ai_slipper, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"dqO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/starboard/east) +"dqP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"dqR" = ( +/turf/simulated/wall/r_wall, +/area/medical/cmo) +"dqS" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/maintenance/electrical) +"dqT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering{ + name = "Aft Starboard Solar Access"; + req_access_txt = "10" + }, +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/starboardsolar) +"dqY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "solar_xeno_inner"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"dra" = ( +/obj/machinery/door/airlock/command/glass{ + name = "AI Core"; + req_access_txt = "16" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"drd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/starboard/east) +"dri" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/north, +/obj/effect/decal/cleanable/blood/tracks{ + basecolor = "#030303"; + desc = "It's black and greasy. Looks like Beepsky made another mess."; + drydesc = "It's dry and crusty. Someone is not doing their job." + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"dro" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/secondary/exit) +"drp" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/engine/insulated/vacuum, +/area/toxins/mixing) +"drq" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/engine/insulated/vacuum, +/area/toxins/mixing) +"drs" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple"; + tag = "icon-whitepurple (EAST)" + }, +/area/medical/research/nhallway) +"drv" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/assembly/robotics) +"drC" = ( +/obj/machinery/mecha_part_fabricator, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/assembly/robotics) +"drD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics) +"drE" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/genetics) +"drF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/medical/genetics) +"drH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"drK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"drL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/secondary/entry) +"drM" = ( +/obj/machinery/ai_slipper, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"drN" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/folder, +/obj/machinery/door/window/westleft{ + name = "Robotics Desk"; + req_access_txt = "29" + }, +/obj/machinery/door/window/eastleft, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "RoboDesk"; + name = "Robotics Privacy Shutter" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"drP" = ( +/obj/structure/table, +/obj/item/camera{ + name = "Autopsy Camera"; + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/gloves{ + pixel_y = 8 + }, +/obj/item/storage/box/bodybags{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/medical/morgue) +"drR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atm{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/security/lobby) +"drT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/permabrig) +"drU" = ( +/obj/structure/bed, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/obj/machinery/flasher{ + id = "Perma1"; + pixel_x = -24; + pixel_y = -12 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/security/permabrig) +"drW" = ( +/obj/machinery/firealarm{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/securehallway) +"drX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/permabrig) +"dse" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"dsg" = ( +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/securehallway) +"dsh" = ( +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/obj/machinery/camera{ + c_tag = "Chief Medical Officer's Quarters"; + dir = 1; + network = list("Medical","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"dsk" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/machinery/atmospherics/pipe/manifold/visible{ + desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; + dir = 8; + name = "Труба обработки" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"dsq" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"dsu" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"dsw" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/construction/hallway) +"dsx" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/medical/research/restroom) +"dsz" = ( +/obj/structure/table/wood, +/obj/item/pinpointer, +/obj/item/disk/nuclear, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain/bedroom) +"dsE" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/assembly/robotics) +"dsG" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/assembly/robotics) +"dsI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Exp_lockdown"; + name = "Expedition Lockdown"; + opacity = 0 + }, +/obj/machinery/door/airlock/command/glass{ + name = "Space Expedition Storage"; + req_one_access_txt = "18;48;70" + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"dsO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Storage"; + req_one_access_txt = "24" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"dsP" = ( +/obj/structure/filingcabinet/chestdrawer/autopsy, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/medical/morgue) +"dsQ" = ( +/obj/structure/window/reinforced, +/obj/machinery/light{ + on = 1; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/construction/hallway) +"dsR" = ( +/obj/item/radio/intercom{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay2) +"dsT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay2) +"dsV" = ( +/obj/item/radio/intercom/custom{ + pixel_y = 25 + }, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/obj/item/radio/intercom/private{ + pixel_y = -28 + }, +/obj/effect/landmark{ + name = "tripai" + }, +/obj/machinery/door/window/southright{ + dir = 8; + name = "AI Intercom"; + req_access_txt = "16" + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"dsW" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light_switch{ + pixel_x = 6; + pixel_y = -26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/cryo) +"dsY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/medical/surgery2) +"dtb" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/magistrateoffice) +"dtc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"dtd" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/construction/hallway) +"dte" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/chief) +"dti" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plating, +/area/atmos) +"dtj" = ( +/obj/machinery/flasher/portable, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/security/securearmoury) +"dtm" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/electrical) +"dtn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"dtr" = ( +/obj/structure/closet, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"dtv" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"dtA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"dtB" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"dtC" = ( +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/bar/atrium) +"dtD" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"dtE" = ( +/obj/structure/bookcase, +/obj/item/book/random, +/obj/item/book/random, +/obj/item/book/random, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"dtF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"dtI" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "privateroom" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "privateroom" + }, +/obj/structure/window/reinforced/polarized{ + id = "privateroom" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/bar/atrium) +"dtJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"dtK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/turbine) +"dtL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/turbine) +"dtU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"dtZ" = ( +/obj/structure/table, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"duf" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"duh" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/obj/machinery/newscaster{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/medical/morgue) +"duk" = ( +/turf/simulated/wall, +/area/medical/morgue) +"dum" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay2) +"duo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"dup" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay) +"duq" = ( +/obj/item/flag/cargo, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/qm) +"dut" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel, +/area/medical/cmo) +"duw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/qm) +"duB" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/qm) +"duF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"duJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"duN" = ( +/obj/machinery/smartfridge/drying_rack, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"duO" = ( +/obj/machinery/power/terminal, +/obj/effect/decal/warning_stripes/south, +/obj/structure/cable/yellow, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"duT" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/paramedic) +"duY" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"dvd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/shallway) +"dvf" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"dvg" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/item/robot_parts/robot_suit, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"dvk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Central Hallway South"; + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "orangecorner" + }, +/area/hallway/primary/aft) +"dvm" = ( +/obj/machinery/dna_scannernew, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/genetics) +"dvr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics) +"dvt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/medical/morgue) +"dvu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/medical/morgue) +"dvv" = ( +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access_txt = "6" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"dvx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"dvA" = ( +/obj/machinery/power/terminal, +/obj/effect/decal/warning_stripes/south, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"dvB" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; + dir = 5; + name = "Труба подачи азота в реактор" + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 5 + }, +/turf/space, +/area/space/nearstation) +"dvC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"dvJ" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/surgery2) +"dvK" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"dvM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"dvN" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "co2_sensor" + }, +/turf/simulated/floor/engine/co2, +/area/atmos) +"dvP" = ( +/obj/effect/landmark/start{ + name = "Mime" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"dvR" = ( +/obj/machinery/chem_master/condimaster, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"dwg" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/toxins/server) +"dwh" = ( +/obj/item/radio/intercom{ + pixel_x = 28; + pixel_y = -2 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"dwk" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"dwm" = ( +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dwo" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"dws" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/reception) +"dwu" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"dwv" = ( +/obj/structure/morgue, +/obj/effect/decal/warning_stripes/northwest, +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"dww" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"dwy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"dwA" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/medical/surgery2) +"dwC" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"dwG" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"dwH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/obj/machinery/atmospherics/binary/pump{ + desc = "Подаёт кислород для смешивания с другими газами"; + dir = 8; + name = "Кислород (O2) в смеситель"; + target_pressure = 101 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/atmos) +"dwL" = ( +/obj/machinery/newscaster{ + pixel_y = -30 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Hall Starboard"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"dwM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"dwN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port/west) +"dwP" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics East"; + dir = 8; + network = list("Engineering","SS13") + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 10; + name = "Труба смешивания" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"dwW" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/atmos) +"dwX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/arrow{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"dxa" = ( +/obj/machinery/door/window/eastleft{ + dir = 2; + name = "Kitchen Desk"; + req_access_txt = "28" + }, +/obj/machinery/smartfridge/dish{ + opacity = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"dxb" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Kitchen Dinner Windows"; + name = "Kitchen Shutters" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"dxc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/toxins/mixing) +"dxf" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"dxg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/item/card/id/captains_spare, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain/bedroom) +"dxh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"dxs" = ( +/obj/structure/closet/wardrobe/white, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/ward) +"dxt" = ( +/obj/machinery/door/airlock/hatch{ + name = "Telecommunications Access"; + req_access_txt = "61" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/tcommsat/chamber) +"dxu" = ( +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/operating{ + name = "Robotics Operating Computer" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/assembly/robotics) +"dxv" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"dxw" = ( +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/obj/structure/table/reinforced, +/obj/structure/sink{ + dir = 1 + }, +/obj/item/storage/toolbox/surgery{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/assembly/robotics) +"dxx" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/gloves{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/masks, +/obj/item/storage/box/bodybags{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/tank/anesthetic, +/obj/item/clothing/mask/breath/medical, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/assembly/robotics) +"dxF" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "roboticsshutters"; + name = "Mech Bay Shutters" + }, +/obj/machinery/door_control{ + id = "roboticsshutters"; + name = "Mech Bay Door Control"; + pixel_y = 24; + req_access_txt = "29" + }, +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"dxG" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/vending/artvend, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "escape" + }, +/area/crew_quarters/fitness) +"dxN" = ( +/obj/machinery/door/window, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/permabrig) +"dxQ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"dxT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay3) +"dxZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"dyd" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start{ + name = "Cargo Technician" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/office) +"dye" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"dyk" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"dyn" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/bridge/checkpoint/north) +"dyp" = ( +/obj/structure/rack, +/obj/item/extinguisher, +/obj/item/clothing/mask/gas, +/obj/item/grenade/chem_grenade/firefighting, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/toxins/mixing) +"dyq" = ( +/obj/machinery/camera{ + c_tag = "Research Toxins Storage Room"; + dir = 4; + network = list("Research","SS13"); + pixel_y = -22 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/portable_atmospherics/scrubber/huge, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"dyr" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/bombcloset, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/toxins/mixing) +"dys" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/firecloset, +/obj/machinery/camera{ + c_tag = "Toxin Equipment Storage"; + dir = 1; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/toxins/mixing) +"dyu" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/toxins/mixing) +"dyv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"dyw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"dyy" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; + dir = 10; + name = "Труба подачи азота в реактор" + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 10 + }, +/turf/space, +/area/space/nearstation) +"dyB" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/machinery/portable_atmospherics/scrubber/huge, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/camera{ + c_tag = "Toxins Gas Storage"; + dir = 8; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"dyC" = ( +/obj/machinery/camera{ + c_tag = "Research South Hallway"; + dir = 4; + network = list("Research","SS13"); + pixel_y = -22 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"dyG" = ( +/obj/machinery/r_n_d/server/robotics, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuit"; + name = "Mainframe Floor"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/toxins/server) +"dyI" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/assembly/chargebay) +"dza" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/engineering) +"dzc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/turbine) +"dzf" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Chemistry" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/medical/chemistry) +"dzh" = ( +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/storage) +"dzi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/engineering) +"dzj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"dzm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering) +"dzp" = ( +/obj/structure/table/wood, +/obj/item/picket_sign, +/turf/simulated/floor/carpet, +/area/maintenance/fsmaint) +"dzr" = ( +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/computer/monitor{ + name = "Engineering Power Monitoring Console" + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/engine/controlroom) +"dzs" = ( +/obj/machinery/photocopier, +/obj/machinery/firealarm{ + dir = 1; + pixel_x = -27; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/quartermaster/qm) +"dzt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"dzu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_general, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/processing) +"dzv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"dzx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/light/small, +/obj/machinery/power/smes, +/turf/simulated/floor/greengrid, +/area/engine/controlroom) +"dzy" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/obj/machinery/camera{ + c_tag = "Mime Office"; + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"dzA" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"dzC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"dzD" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"dzE" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/hallway/primary/fore) +"dzH" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"dzI" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"dzJ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"dzL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"dzQ" = ( +/obj/effect/decal/warning_stripes/south, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/assembly/robotics) +"dzY" = ( +/obj/structure/closet, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/sheet/cardboard, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Evidence Storage"; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"dAc" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"dAf" = ( +/obj/structure/sign/chemistry, +/obj/structure/disposalpipe/segment, +/turf/simulated/wall/r_wall, +/area/medical/chemistry) +"dAl" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/cryo) +"dAn" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/vending/coffee/free, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"dAo" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Cargo Personal Corner"; + dir = 4; + pixel_y = -27 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/storage) +"dAq" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/ward) +"dAr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"dAt" = ( +/obj/machinery/vending/wallmed{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"dAv" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/toxins/mixing) +"dAz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"dAB" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"dAE" = ( +/obj/machinery/door/window{ + dir = 8; + req_access_txt = "63" + }, +/obj/structure/safe/floor{ + known_by = list("captain") + }, +/obj/item/gun/projectile/revolver/russian, +/obj/item/reagent_containers/food/drinks/bottle/absinthe/premium, +/obj/item/lighter/zippo/nt_rep, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/toy/figure/captain, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain/bedroom) +"dAF" = ( +/turf/simulated/floor/carpet, +/area/crew_quarters/captain/bedroom) +"dAK" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"dAL" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4; + frequency = 1441; + id = "co2_in" + }, +/turf/simulated/floor/engine/co2, +/area/atmos) +"dAN" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/southeast, +/obj/structure/window/reinforced, +/obj/structure/closet/secure_closet/atmos_personal, +/obj/item/extinguisher/mini, +/turf/simulated/floor/plasteel, +/area/atmos) +"dAO" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"dAU" = ( +/obj/structure/bed, +/obj/item/bedsheet/captain, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Captain" + }, +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain/bedroom) +"dAW" = ( +/obj/structure/rack, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dAY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/genetics) +"dAZ" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"dBd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dBe" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Hydroponics" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"dBg" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"dBh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Crematorium Maintenance"; + req_access_txt = "27" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/asmaint2) +"dBm" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/camera{ + c_tag = "Animal Garden"; + dir = 4 + }, +/turf/simulated/floor/grass, +/area/hydroponics) +"dBo" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaLockdown"; + name = "Perma Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"dBp" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dBr" = ( +/turf/simulated/floor/carpet, +/area/maintenance/fsmaint) +"dBt" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/landmark/start{ + name = "Station Engineer" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dBu" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/sign/electricshock{ + pixel_x = 32 + }, +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dBv" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid"; + tag = "icon-asteroid (NORTH)" + }, +/area/hydroponics) +"dBA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"dBB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"dBE" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Library North"; + dir = 8 + }, +/turf/simulated/floor/wood, +/area/library) +"dBF" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"dBG" = ( +/obj/structure/sign/nosmoking_2, +/turf/simulated/wall, +/area/library) +"dBH" = ( +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/sw) +"dBL" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel, +/area/bridge/vip) +"dBM" = ( +/mob/living/simple_animal/cow{ + name = "Betsy" + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/hydroponics) +"dBN" = ( +/obj/structure/table/reinforced, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/item/razor, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"dBT" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/blueshield) +"dBV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Courtroom East"; + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/crew_quarters/courtroom) +"dBZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/south) +"dCb" = ( +/obj/structure/table/wood, +/obj/item/ashtray/glass{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/paper/blueshield, +/obj/item/folder/blue{ + pixel_x = -5; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"dCe" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "Captain's Quarters"; + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain/bedroom) +"dCj" = ( +/obj/machinery/cryopod, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"dCk" = ( +/obj/machinery/optable, +/obj/item/scalpel, +/obj/item/autopsy_scanner, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"dCn" = ( +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dCr" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaLockdown"; + name = "Perma Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"dCv" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/engineering_guide{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/book/manual/engineering_particle_accelerator, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/engineering) +"dCw" = ( +/obj/structure/table, +/obj/machinery/computer/library/public, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"dCy" = ( +/obj/structure/table/reinforced, +/obj/item/radio{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/reagent_containers/spray/cleaner/drone{ + pixel_x = -6; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/engineering) +"dCz" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/engineering_hacking{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/book/manual/engineering_construction{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/book/manual/engineering_singularity_safety, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/engine/engineering) +"dCA" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaLockdown"; + name = "Perma Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"dCC" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/wood, +/area/library) +"dCD" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hydroponics) +"dCH" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/structure/bookcase, +/turf/simulated/floor/wood, +/area/library) +"dCK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/serviceyard) +"dCL" = ( +/obj/structure/closet/secure_closet/scientist, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/medical/research/restroom) +"dCM" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/window/southleft{ + dir = 4; + name = "Kitchen Delivery"; + req_access_txt = "28" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/kitchen) +"dCP" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"dCQ" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/quartermaster/miningdock) +"dCR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining{ + name = "Mining Dock"; + req_access_txt = "48" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"dCS" = ( +/obj/item/toy/balloon, +/obj/item/toy/balloon{ + pixel_x = 7; + pixel_y = -7 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"dCV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"dCW" = ( +/obj/item/paper_bin, +/obj/structure/table, +/obj/item/pen, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/bridge/checkpoint/south) +"dCX" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "Head of Personnel's Office"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"dCY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"dDa" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "NT Representative"; + departmentType = 5; + name = "NT Representative Requests Console"; + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/ntrep) +"dDb" = ( +/turf/simulated/wall, +/area/quartermaster/qm) +"dDe" = ( +/obj/structure/sign/fire, +/turf/simulated/wall/r_wall/coated, +/area/maintenance/turbine) +"dDf" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"dDi" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/engine, +/area/maintenance/turbine) +"dDj" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/blueshield) +"dDl" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/wall/r_wall/coated, +/area/maintenance/turbine) +"dDm" = ( +/obj/machinery/computer/communications, +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"dDn" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/chem_master, +/turf/simulated/floor/engine, +/area/medical/chemistry) +"dDq" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/maintenance/turbine) +"dDr" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/maintenance/turbine) +"dDs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/turbine) +"dDu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"dDv" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/east) +"dDC" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"dDD" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/item/radio/intercom{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"dDE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/security/evidence) +"dDH" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA" + }, +/turf/simulated/wall/r_wall, +/area/atmos) +"dDI" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"dDK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/courtroom) +"dDO" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 1; + name = "Труба смешивания" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dDP" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dDQ" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/medical/research/restroom) +"dDR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/restroom) +"dDW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/chapel/main) +"dEa" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dEb" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/medical/research{ + name = "Research Division" + }) +"dEg" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1441; + input_tag = "o2_in"; + name = "Oxygen Supply Control"; + output_tag = "o2_out"; + sensors = list("o2_sensor" = "Tank") + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/atmos) +"dEi" = ( +/obj/structure/table/wood, +/obj/item/storage/briefcase, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"dEk" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"dEm" = ( +/obj/structure/closet/secure_closet/reagents, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"dEq" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/engine/o2, +/area/atmos) +"dEs" = ( +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dEt" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"dEA" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"dED" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"dEF" = ( +/mob/living/simple_animal/chicken{ + name = "Commander Clucky" + }, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/hydroponics) +"dEG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/computer/arcade, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"dEH" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"dEO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/prisonershuttle) +"dEP" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"dEV" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/bridge/checkpoint/south) +"dEW" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/hydroponics) +"dEZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior 4"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"dFa" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"dFb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"dFc" = ( +/obj/structure/bookcase, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_general, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/turf/simulated/floor/wood, +/area/ntrep) +"dFe" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/civilian/barber) +"dFg" = ( +/turf/simulated/wall, +/area/library/abandoned) +"dFh" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; + dir = 6; + name = "Труба обработки" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"dFi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/blueshield) +"dFm" = ( +/obj/machinery/slot_machine, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"dFn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/medical/research/restroom) +"dFp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/bridge/checkpoint/south) +"dFq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/kitchen) +"dFr" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "SKPP" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "eslock"; + name = "Escape Shuttle Lockdown" + }, +/turf/simulated/floor/plating, +/area/bridge/checkpoint/south) +"dFt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/kitchen) +"dFv" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Theatre" + }, +/obj/machinery/slot_machine, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"dFx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/landmark/start{ + name = "Medical Doctor" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"dFC" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/item/folder/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/machinery/computer/secure_data/laptop, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"dFD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/crew_quarters/courtroom) +"dFG" = ( +/turf/simulated/wall/r_wall, +/area/medical/virology) +"dFK" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/library/abandoned) +"dFM" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dFQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/reception) +"dFS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dFW" = ( +/obj/machinery/slot_machine, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"dFX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"dGa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/medbay3) +"dGc" = ( +/obj/machinery/icemachine, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"dGd" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"dGe" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/bridge/checkpoint/south) +"dGi" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"dGk" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_y = 14 + }, +/obj/item/stack/packageWrap, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"dGo" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"dGu" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"dGw" = ( +/obj/machinery/camera{ + c_tag = "Fore Starboard Solars"; + network = list("SS13","Engineering") + }, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"dGy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Office"; + req_one_access_txt = "31;50" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"dGB" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/folder/red, +/turf/simulated/floor/plasteel{ + icon_state = "carpet" + }, +/area/library/abandoned) +"dGD" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar/atrium) +"dGH" = ( +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/maintenance/fpmaint) +"dGI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/hallway/primary/fore) +"dGK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/camera{ + c_tag = "NT Representative's Office"; + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal, +/turf/simulated/floor/wood, +/area/ntrep) +"dGL" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/storage) +"dGN" = ( +/obj/structure/sign/barber{ + pixel_x = 22; + pixel_y = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"dGO" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/medical/research/restroom) +"dGP" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/quartermaster/storage) +"dGQ" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"dGR" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/bridge/checkpoint/south) +"dGS" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"dGX" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"dGZ" = ( +/obj/structure/table/wood, +/obj/item/storage/briefcase{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/secure/briefcase, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"dHa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"dHe" = ( +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"dHg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"dHi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/chapel/main) +"dHk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Library Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"dHl" = ( +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"dHm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/carpet, +/area/magistrateoffice) +"dHo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/carpet, +/area/magistrateoffice) +"dHp" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dHq" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dHr" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"dHs" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaLockdown"; + name = "Perma Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"dHt" = ( +/obj/structure/bookcase, +/turf/simulated/floor/wood, +/area/library/abandoned) +"dHx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluefull" + }, +/area/turret_protected/ai) +"dHy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/security/glass{ + name = "Staff room"; + req_access_txt = "63" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brigstaff) +"dHA" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/turret_protected/ai) +"dHD" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"dHH" = ( +/obj/machinery/computer/arcade/battle, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"dHJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Chapel Short Hall"; + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"dHN" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"dHO" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/stack/rods{ + amount = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/permabrig) +"dHP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 4; + name = "Труба фильтрации" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"dHQ" = ( +/turf/simulated/floor/engine/o2, +/area/atmos) +"dHR" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/permabrig) +"dHS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start{ + name = "Botanist" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/hydroponics) +"dHT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"dHV" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/library) +"dHW" = ( +/obj/structure/table, +/obj/item/clothing/glasses/welding{ + pixel_y = 10 + }, +/obj/item/weldingtool/largetank{ + pixel_x = 4; + pixel_y = -4 + }, +/turf/space, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"dHX" = ( +/obj/machinery/door/airlock/external, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"dHY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/hydroponics) +"dHZ" = ( +/obj/machinery/door/airlock/glass{ + name = "Hydroponics"; + req_access_txt = "35" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"dIb" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid"; + tag = "icon-asteroid (NORTH)" + }, +/area/hydroponics) +"dId" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/mint, +/obj/item/reagent_containers/food/drinks/bottle/cream, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"dIe" = ( +/obj/structure/closet/wardrobe/virology_white, +/obj/item/storage/belt/medical, +/obj/item/storage/belt/medical, +/obj/item/storage/belt/medical, +/obj/machinery/camera{ + c_tag = "Virology Bedroom"; + dir = 1; + network = list("Medical","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/virology) +"dIg" = ( +/turf/simulated/wall, +/area/crew_quarters/hor) +"dIh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/crew_quarters/hor) +"dIi" = ( +/obj/machinery/disposal, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTHWEST)" + }, +/area/assembly/robotics) +"dIj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredfull" + }, +/area/security/securearmoury) +"dIk" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/permabrig) +"dIm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"dIo" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_general, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"dIs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dIv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dIw" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"dIx" = ( +/turf/simulated/wall, +/area/chapel/office) +"dIy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dIC" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/arrow, +/obj/effect/decal/warning_stripes/yellow/partial, +/turf/simulated/floor/plasteel, +/area/teleporter) +"dIE" = ( +/obj/machinery/door/poddoor{ + id_tag = "turbinevent"; + name = "Turbine Vent" + }, +/turf/simulated/floor/engine, +/area/maintenance/turbine) +"dIF" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"dIH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/greengrid, +/area/security/nuke_storage) +"dII" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/turbine{ + dir = 8; + luminosity = 2 + }, +/obj/structure/sign/vacuum{ + pixel_y = -32 + }, +/turf/simulated/floor/engine, +/area/maintenance/turbine) +"dIJ" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"dIL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/item/twohanded/required/kirbyplants, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/medical/genetics) +"dIN" = ( +/obj/effect/landmark/start{ + name = "Magistrate" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/courtroom) +"dIO" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"dIS" = ( +/obj/machinery/igniter{ + id = "Incinerator"; + luminosity = 2 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/maintenance/turbine) +"dIU" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"dIW" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "magistrate"; + name = "Magistrate Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/magistrateoffice) +"dJc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"dJf" = ( +/obj/machinery/door/airlock/glass{ + autoclose = 0; + frequency = 1449; + heat_proof = 1; + icon_state = "door_locked"; + id_tag = "gas_turbine_exterior"; + locked = 1; + name = "Turbine Exterior Airlock"; + req_access_txt = "12" + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + master_tag = "turbine_control"; + name = "Gas Turbine Access Button"; + pixel_x = -2; + pixel_y = 22 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/maintenance/turbine) +"dJh" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"dJi" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dJj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/southwest, +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/turbine) +"dJk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"dJl" = ( +/obj/effect/decal/warning_stripes/arrow{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"dJn" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry) +"dJr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Chapel Morgue"; + req_access_txt = "27" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"dJv" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 32 + }, +/obj/structure/table/reinforced, +/obj/item/storage/belt/utility, +/obj/item/radio, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"dJx" = ( +/turf/simulated/wall, +/area/chapel/main) +"dJB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/secondary/exit) +"dJD" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/engineering) +"dJE" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/hallway/primary/aft) +"dJH" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK" + }, +/turf/simulated/floor/plating, +/area/quartermaster/miningdock) +"dJM" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/electrical) +"dJN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/medical/virology/lab) +"dJO" = ( +/obj/item/radio/intercom{ + pixel_y = 22 + }, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"dJP" = ( +/obj/machinery/bodyscanner, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/security/medbay) +"dJS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/mob/living/simple_animal/bot/secbot/pingsky{ + desc = "Worse than nothing"; + name = "AI Defender" + }, +/obj/machinery/ai_slipper, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"dJT" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "tox_sensor" + }, +/turf/simulated/floor/engine/plasma, +/area/atmos) +"dJU" = ( +/turf/simulated/wall/r_wall/rust, +/area/storage/secure) +"dJW" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"dJZ" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"dKa" = ( +/obj/structure/bed, +/obj/item/bedsheet/hop, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"dKe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"dKi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"dKm" = ( +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/window/reinforced, +/obj/structure/closet/secure_closet/atmos_personal, +/obj/item/extinguisher/mini, +/turf/simulated/floor/plasteel, +/area/atmos) +"dKo" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/secondary/exit) +"dKt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/command{ + name = "Head of Personnel Bedroom"; + req_access_txt = "57" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"dKu" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"dKy" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/medical/virology/lab) +"dKz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"dKA" = ( +/obj/structure/bed/roller, +/obj/effect/decal/warning_stripes/yellow/hollow, +/mob/living/carbon/human/monkey, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"dKB" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/atmos) +"dKD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"dKE" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/plating, +/area/library/abandoned) +"dKM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 1; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"dKR" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"dKU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology/lab) +"dKV" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"dKW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Virology Lab"; + req_access_txt = "39" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"dKX" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/hydroponics) +"dKY" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/explab) +"dLa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"dLb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/junction, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"dLd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"dLe" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"dLf" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"dLg" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"dLi" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"dLj" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"dLk" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"dLu" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"dLx" = ( +/obj/machinery/fishtank/wall{ + opacity = 1 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/kitchen) +"dLA" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/slot_machine, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"dLD" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"dLH" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/crew_quarters/courtroom) +"dLI" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"dLK" = ( +/turf/simulated/floor/carpet, +/area/magistrateoffice) +"dLL" = ( +/turf/simulated/wall, +/area/medical/virology/lab) +"dLM" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"dLN" = ( +/obj/structure/table, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Magistrate's Office" + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"dLP" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"dLQ" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"dLR" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"dLU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"dLX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"dLY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/glass, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"dMc" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/table/wood, +/obj/item/kitchen/utensil/fork, +/obj/machinery/camera{ + c_tag = "Mr. Chang's" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"dMd" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library/abandoned) +"dMg" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"dMi" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"dMk" = ( +/obj/item/radio/intercom{ + pixel_y = 28 + }, +/obj/structure/table/wood, +/obj/item/paper/deltainfo, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"dMm" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hallway/secondary/exit) +"dMn" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/serviceyard) +"dMq" = ( +/obj/structure/table/wood, +/obj/item/kitchen/utensil/fork{ + pixel_x = 7 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = 7 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar/atrium) +"dMr" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dMs" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor/west{ + id = "cargodelivery" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/delivery) +"dMu" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Cargo Technician" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"dMv" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/virology) +"dMw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Virology"; + req_access_txt = "39" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"dMx" = ( +/obj/structure/sign/nosmoking_2, +/turf/simulated/wall, +/area/medical/virology) +"dMy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"dMG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/delivery) +"dMI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"dMK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dML" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"dMP" = ( +/obj/structure/chair/wood, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/chapel/main) +"dMW" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/grass, +/area/hallway/secondary/exit) +"dMX" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/north) +"dNd" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/floodlight, +/turf/simulated/floor/plating, +/area/storage/secure) +"dNf" = ( +/obj/machinery/camera{ + c_tag = "Cargo Supply South"; + dir = 1 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"dNl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"dNm" = ( +/obj/machinery/iv_drip, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Virology Patients Rooms"; + dir = 1; + network = list("Medical","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology) +"dNn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"dNo" = ( +/obj/item/radio/intercom{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/security/interrogation) +"dNr" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"dNw" = ( +/obj/machinery/computer/security/mining{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"dNy" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"dNz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/atmos) +"dNA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/atmos) +"dNB" = ( +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/obj/structure/closet, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dNC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"dNE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/space, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/processing) +"dNG" = ( +/obj/structure/closet, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"dNO" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"dNR" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"dNT" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light_switch{ + pixel_x = -8; + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"dNW" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"dNX" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Monkey Pen"; + req_access_txt = "39" + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/arrow{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/item/grown/bananapeel, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"dNZ" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/medical/research/restroom) +"dOa" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 10 + }, +/turf/space, +/area/space/nearstation) +"dOc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"dOd" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/evidence) +"dOf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"dOh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/teleporter) +"dOl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/crew_quarters/courtroom) +"dOm" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dOn" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/crew_quarters/courtroom) +"dOu" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/suit_storage_unit/ce, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/crew_quarters/chief) +"dOB" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4; + frequency = 1441; + id = "tox_in" + }, +/turf/simulated/floor/engine/plasma, +/area/atmos) +"dOE" = ( +/obj/structure/table/wood, +/obj/item/storage/briefcase, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"dOF" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen"; + tag = "icon-whitegreen (NORTHWEST)" + }, +/area/medical/virology) +"dOH" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + name = "Труба смешивания" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"dOJ" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 4; + name = "Труба смешивания" + }, +/turf/simulated/floor/plating, +/area/atmos) +"dOK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 4; + name = "Труба смешивания" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"dOM" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dOS" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box/eternal, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"dOX" = ( +/obj/structure/statue/chickenstatue, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"dOY" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/camera{ + c_tag = "Hydroponics Storage"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"dOZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"dPa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dPb" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/hydroponics) +"dPc" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"dPe" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/libraryscanner, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"dPf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"dPg" = ( +/obj/structure/table/glass, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"dPk" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/office) +"dPl" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/serviceyard) +"dPp" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"dPq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external{ + id_tag = "mining_home"; + name = "Mining Dock Airlock"; + req_access_txt = "48" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"dPt" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"dPy" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry) +"dPF" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"dPJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"dPL" = ( +/mob/living/simple_animal/mouse/white{ + real_name = "Товарищ Свердлов" + }, +/turf/simulated/floor/carpet, +/area/maintenance/fsmaint) +"dPN" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"dPO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Head of Personnel"; + req_access = null; + req_access_txt = "57" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"dPP" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"dPQ" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"dPS" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"dPT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"dPX" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"dPZ" = ( +/obj/structure/table/wood, +/obj/item/storage/briefcase{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"dQa" = ( +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/locker) +"dQb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"dQc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/sorting) +"dQd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"dQi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Chapel South"; + dir = 1 + }, +/obj/machinery/hologram/holopad, +/obj/structure/sign/poster/official/religious{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"dQl" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"dQn" = ( +/obj/machinery/porta_turret, +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"dQq" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"dQr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"dQt" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/atmos) +"dQu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"dQy" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dQz" = ( +/obj/structure/particle_accelerator/end_cap{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dQA" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dQB" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/hallway/primary/fore) +"dQC" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/wardrobe/engineering_yellow, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dQD" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/secure_closet/engineering_personal, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dQF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/engine/engineering/monitor) +"dQK" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dQL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dQP" = ( +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"dQQ" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dQR" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + desc = "For the Cargonia!"; + name = "Molotov cocktail" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/quartermaster/storage) +"dQS" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/landmark/start{ + name = "Station Engineer" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/engineering) +"dQT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering) +"dQV" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/quartermaster/storage) +"dQW" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1441; + input_tag = "n2_in"; + name = "Nitrogen Supply Control"; + output_tag = "n2_out"; + sensors = list("n2_sensor" = "Tank") + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/atmos) +"dRb" = ( +/obj/structure/girder, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dRc" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dRd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/secure) +"dRe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/secure) +"dRf" = ( +/obj/structure/table, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves, +/obj/structure/sign/vacuum{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"dRg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/storage) +"dRj" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/quartermaster/storage) +"dRm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"dRq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/surgery1) +"dRr" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/chapel/main) +"dRs" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "22" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/asmaint2) +"dRt" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"dRw" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/secure) +"dRB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"dRC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; + dir = 1; + name = "Труба подачи азота в реактор" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"dRE" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/engine/n2, +/area/atmos) +"dRG" = ( +/obj/machinery/status_display/supply_display, +/turf/simulated/wall, +/area/quartermaster/qm) +"dRJ" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/radio/intercom{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"dRK" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 27; + pixel_y = 6 + }, +/obj/machinery/driver_button{ + id_tag = "chapelgun"; + name = "Chapel Mass Driver"; + pixel_x = 27; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/chapel/main) +"dRL" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "eva-shutters"; + name = "E.V.A. Storage Shutters" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"dRM" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"dRO" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/security/checkpoint) +"dRT" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"dRW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"dRX" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "green" + }, +/area/hydroponics) +"dRZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"dSb" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/lattice, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/space, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dSc" = ( +/obj/structure/window/reinforced, +/obj/structure/closet/coffin, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/chapel/main) +"dSf" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "arrival_south_airlock"; + name = "interior access button"; + pixel_x = -24; + pixel_y = -24; + req_access_txt = "10;13" + }, +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"dSg" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -26 + }, +/obj/machinery/light_switch{ + pixel_x = -24; + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Departure Lounge Security Checkpoint West"; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/checkpoint) +"dSi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/checkpoint) +"dSj" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor/southright{ + dir = 1; + name = "Security Desk"; + pixel_y = 8; + req_access_txt = "63" + }, +/obj/item/folder/red, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/checkpoint) +"dSk" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/checkpoint) +"dSl" = ( +/obj/structure/closet/wardrobe/red, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/item/clothing/suit/tracksuit/red, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/checkpoint) +"dSr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"dSy" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dSz" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "Singularity"; + layer = 2.7; + name = "Singularity Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dSA" = ( +/obj/item/radio/intercom{ + dir = 1; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"dSC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dSD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple"; + tag = "icon-whitepurple (EAST)" + }, +/area/medical/research/nhallway) +"dSF" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dSH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/engineering) +"dSI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Chapel Office"; + req_access_txt = "22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"dSJ" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/security/checkpoint) +"dSL" = ( +/obj/structure/table/wood, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/item/clipboard, +/obj/item/toy/figure/librarian, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"dSM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/checkpoint) +"dSP" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/security/checkpoint) +"dSQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/kitchen) +"dSR" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/security/checkpoint) +"dSW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"dTd" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"dTf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/carpet, +/area/chapel/office) +"dTi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Holding Area"; + req_access_txt = "1" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/checkpoint) +"dTl" = ( +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs, +/obj/item/flash, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"dTm" = ( +/turf/simulated/floor/carpet, +/area/chapel/office) +"dTn" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/crayons, +/obj/machinery/camera{ + c_tag = "Chaplain's Office"; + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Chapel"; + departmentType = 2; + name = "Chapel Requests Console"; + pixel_y = -30 + }, +/obj/item/lighter/zippo/black, +/turf/simulated/floor/carpet, +/area/chapel/office) +"dTo" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"dTp" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1379; + id_tag = "arrival_south_pump" + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "arrival_south_airlock"; + pixel_x = 25; + tag_airpump = "arrival_south_pump"; + tag_chamber_sensor = "arrival_south_sensor"; + tag_exterior_door = "arrival_south_outer"; + tag_interior_door = "arrival_south_inner" + }, +/obj/machinery/airlock_sensor{ + id_tag = "arrival_south_sensor"; + pixel_x = -24 + }, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"dTr" = ( +/obj/structure/delta_statue/s, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault"; + tag = "icon-vault (WEST)" + }, +/area/bridge/vip) +"dTs" = ( +/obj/machinery/computer/prisoner, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/checkpoint) +"dTt" = ( +/obj/machinery/computer/secure_data, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/checkpoint) +"dTu" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"dTw" = ( +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/checkpoint) +"dTy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/item/flash, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/checkpoint) +"dTz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/se) +"dTA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/camera{ + c_tag = "Departure Lounge Security Checkpoint East"; + dir = 1; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/checkpoint) +"dTC" = ( +/obj/machinery/porta_turret, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"dTD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/security/checkpoint) +"dTJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/flag/sec, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/hos) +"dTK" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"dTM" = ( +/obj/structure/table/reinforced, +/obj/item/paicard, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"dTS" = ( +/obj/machinery/vending/wallmed{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"dTT" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/space, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dTW" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/chair, +/obj/structure/disposalpipe/sortjunction{ + name = "Chapel Junction"; + sortType = 17 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"dUa" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"dUb" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "arrival_south_outer"; + locked = 1; + name = "Arrivals External Access"; + req_access = null + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"dUc" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"dUe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"dUf" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/structure/sign/poster/official/report_crimes{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/security/checkpoint) +"dUg" = ( +/obj/machinery/light, +/obj/structure/closet/secure_closet/security, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/checkpoint) +"dUl" = ( +/obj/structure/table/wood, +/obj/machinery/newscaster{ + pixel_x = 27 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/storage/fancy/candle_box/full{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/storage/fancy/candle_box/full, +/obj/item/storage/fancy/candle_box/full{ + pixel_x = 4; + pixel_y = -4 + }, +/turf/simulated/floor/carpet, +/area/chapel/office) +"dUm" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space) +"dUo" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space) +"dUr" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Escape Shuttle Cell"; + req_access_txt = "2" + }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"dUs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"dUw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"dUy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"dUA" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dUC" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/warning_stripes/southeast, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dUD" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the singularity chamber."; + dir = 8; + layer = 4; + name = "Singularity Engine Telescreen"; + network = list("Singularity") + }, +/turf/simulated/wall/r_wall, +/area/engine/engineering) +"dUE" = ( +/obj/machinery/power/tesla_coil{ + anchored = 1 + }, +/obj/structure/cable/yellow, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dUG" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitered" + }, +/area/security/medbay) +"dUH" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"dUI" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dUJ" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"dUK" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/carpet, +/area/chapel/office) +"dUN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/quartermaster/miningdock) +"dUO" = ( +/obj/structure/table/reinforced, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/obj/item/tank/plasma, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/engine/engineering) +"dUP" = ( +/obj/machinery/door/poddoor{ + id_tag = "auxincineratorvent"; + name = "Incineration Chamber Vent" + }, +/turf/simulated/floor/engine, +/area/maintenance/turbine) +"dUY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/atmos) +"dVa" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dVb" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/atmos) +"dVi" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 4; + name = "Труба смешивания" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dVj" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/medbay3) +"dVm" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/structure/chair/comfy/brown{ + dir = 4; + layer = 4 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"dVo" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/light_switch{ + pixel_x = 26; + pixel_y = -4 + }, +/obj/structure/closet/secure_closet/chaplain, +/obj/item/storage/fancy/candle_box/eternal, +/obj/item/storage/fancy/candle_box/eternal, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"dVq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"dVr" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_y = 30 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"dVs" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"dVv" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance"; + req_access_txt = "5" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"dVw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 10; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"dVx" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"dVy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"dVz" = ( +/turf/space, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"dVB" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"dVC" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/turf/simulated/floor/wood, +/area/library) +"dVH" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Courtroom North" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"dVJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"dVM" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"dVQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"dVS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"dVU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"dVV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/hydroponics) +"dVW" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dVX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"dVY" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/table/reinforced, +/obj/item/stack/cable_coil/random, +/obj/item/reagent_containers/spray/cleaner/drone, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/engineering) +"dWb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "green" + }, +/area/hydroponics) +"dWc" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"dWd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "greenblue" + }, +/area/crew_quarters/serviceyard) +"dWe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"dWf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/serviceyard) +"dWg" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"dWh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitehall" + }, +/area/crew_quarters/serviceyard) +"dWi" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/engine/hardsuitstorage) +"dWj" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/aft) +"dWk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"dWl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering{ + name = "Fore Starboard Solar Access"; + req_access_txt = "10" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"dWn" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"dWp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay"; + req_access_txt = "31" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"dWs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"dWv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Kitchen"; + req_access_txt = "28" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/kitchen) +"dWy" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dWz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"dWC" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"dWD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"dWE" = ( +/obj/structure/bookcase, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"dWF" = ( +/obj/structure/table, +/obj/item/stamp/granted{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/item/stamp/denied{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"dWH" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/office) +"dWJ" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"dWK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/sw) +"dWL" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/qm) +"dWM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/qm) +"dWN" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/cryo) +"dWQ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"dWR" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/machinery/camera{ + c_tag = "Cargo Ore Storage"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/quartermaster/miningdock) +"dWS" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/qm) +"dWT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Isolation B"; + req_access_txt = "39" + }, +/obj/effect/decal/warning_stripes/yellow/partial, +/obj/effect/decal/warning_stripes/arrow, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/medical/virology) +"dWV" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/obj/machinery/camera{ + c_tag = "Permabrig West"; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"dWW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/security/permabrig) +"dWY" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"dWZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"dXa" = ( +/obj/structure/flora/ausbushes/palebush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hallway/secondary/exit) +"dXb" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/quartermaster/miningdock) +"dXe" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"dXf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"dXg" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/multitool, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"dXj" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/r_wall, +/area/medical/virology) +"dXn" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dXo" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/northeast, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dXp" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/auxstarboard) +"dXr" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dXt" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"dXw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "solar_chapel_airlock"; + name = "interior access button"; + pixel_x = 25; + pixel_y = 25; + req_access_txt = "13" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"dXx" = ( +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"dXy" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/bridge/checkpoint/south) +"dXz" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/permabrig) +"dXB" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/medical/virology/lab) +"dXD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering) +"dXG" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/camera{ + c_tag = "Permabrig East"; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"dXH" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "ai2"; + name = "Turret Shutters" + }, +/turf/simulated/floor/plating, +/area/turret_protected/ai) +"dXK" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/checkpoint) +"dXL" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/chem_master, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"dXM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"dXN" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreencorner" + }, +/area/medical/virology/lab) +"dXO" = ( +/obj/structure/closet/l3closet/virology, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"dXP" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"dXQ" = ( +/turf/simulated/shuttle/floor4, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"dXR" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/door_control{ + id = "Virology"; + name = "Virology Window Shutters Control"; + pixel_x = -6; + pixel_y = -26 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"dXS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"dXU" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/toy/figure/chaplain, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"dXV" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/chapel/office) +"dXW" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/checkpoint) +"dXX" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library/abandoned) +"dYa" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"dYc" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway West 4"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/sw) +"dYd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"dYf" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/o2{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"dYg" = ( +/obj/structure/chair/comfy/brown{ + dir = 4; + layer = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"dYi" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/hologram/holopad, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=V4"; + location = "V3" + }, +/mob/living/simple_animal/bot/secbot/beepsky{ + desc = "It's Officer Vipsky! Powered by a potato and a shot of whiskey."; + name = "Officer Vipsky" + }, +/obj/machinery/light{ + dir = 1; + on = 1; + pixel_y = -6 + }, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"dYj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/ai_slipper, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"dYk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"dYl" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "ai2"; + name = "Turret Shutters" + }, +/turf/simulated/floor/plating, +/area/turret_protected/ai) +"dYm" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "n2o_sensor" + }, +/turf/simulated/floor/engine/n20, +/area/atmos) +"dYo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/bridge/checkpoint/south) +"dYp" = ( +/obj/machinery/light, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/qm) +"dYs" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"dYt" = ( +/obj/structure/disposalpipe/segment{ + name = "Sorting Office" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"dYv" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"dYy" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"dYz" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; + name = "Труба обработки" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 4; + name = "Труба смешивания" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dYC" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/showcase, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"dYD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"dYE" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/manifold/visible{ + desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; + dir = 4; + name = "Труба обработки" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dYJ" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 6; + name = "Труба на фильтрацию" + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/atmos) +"dYL" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"dYO" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"dYP" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A28"; + location = "A27" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"dYU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"dYX" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/crew_quarters/fitness) +"dYY" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 4; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dZa" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/crew_quarters/fitness) +"dZb" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dZc" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/engine/engineering) +"dZe" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"dZf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + id_tag = "solar_chapel_inner"; + locked = 1; + name = "Engineering External Access"; + req_access_txt = "13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"dZg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/office) +"dZh" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"dZi" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/filingcabinet, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"dZj" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"dZk" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/space, +/area/space/nearstation) +"dZn" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"dZo" = ( +/obj/machinery/door/airlock/external, +/obj/effect/decal/warning_stripes/north, +/turf/space, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/westarrival) +"dZp" = ( +/turf/simulated/wall, +/area/hallway/secondary/entry/westarrival) +"dZq" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/turf/space, +/area/space/nearstation) +"dZt" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/storage/box/teargas, +/obj/item/storage/box/teargas{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"dZu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/item/clothing/glasses/welding, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"dZw" = ( +/obj/structure/sign/botany{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/hydroponics) +"dZy" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"dZA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/table, +/obj/item/paper/pamphlet, +/obj/item/paper/pamphlet, +/obj/item/paper/pamphlet, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/gateway) +"dZB" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Exp_lockdown"; + name = "Expedition Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/gateway) +"dZC" = ( +/obj/machinery/gateway{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"dZE" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"dZH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 1; + name = "Труба дыхательной смеси" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"dZJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; + dir = 9; + name = "Труба обработки" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/atmos) +"dZK" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"dZL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"dZM" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/hydroponics) +"dZN" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"dZR" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 4; + name = "Труба смешивания" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"dZU" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 1; + name = "Труба смешивания" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dZV" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/vending/wallmed{ + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"eab" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"ead" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyerPort"; + name = "Medbay Entrance"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/sleeper) +"eap" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"eaq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"eaP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/library/abandoned) +"eaZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/crew_quarters/serviceyard) +"ebt" = ( +/obj/machinery/shower{ + dir = 8; + tag = "icon-shower (WEST)" + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"eby" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1379; + id_tag = "solar_chapel_pump" + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "solar_chapel_airlock"; + pixel_y = 25; + req_access_txt = "13"; + tag_airpump = "solar_chapel_pump"; + tag_chamber_sensor = "solar_chapel_sensor"; + tag_exterior_door = "solar_chapel_outer"; + tag_interior_door = "solar_chapel_inner" + }, +/obj/machinery/airlock_sensor{ + id_tag = "solar_chapel_sensor"; + pixel_y = 32 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"ebz" = ( +/obj/structure/table/reinforced, +/obj/machinery/processor{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/kitchen) +"ebI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay3) +"ebV" = ( +/obj/effect/decal/warning_stripes/arrow{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"ebY" = ( +/obj/effect/decal/warning_stripes/east, +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/machinery/light, +/obj/structure/extinguisher_cabinet{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"ecb" = ( +/obj/machinery/atmospherics/binary/pump{ + desc = "Подаёт дыхательную смесь для смешивания с другими газами"; + dir = 8; + name = "Дыхательная смесь в смеситель"; + target_pressure = 101 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "arrival" + }, +/area/atmos) +"ecd" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"ecf" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"eci" = ( +/obj/effect/landmark/start{ + name = "Station Engineer" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"ecz" = ( +/obj/machinery/light, +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"ecF" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/spray/cleaner/drone{ + pixel_x = 6 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/hardsuitstorage) +"ecK" = ( +/mob/living/simple_animal/hostile/retaliate/carp/koi{ + desc = "Прелестный карп."; + name = "Джереми" + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/crew_quarters/fitness) +"ecO" = ( +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"ecU" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/brig) +"ecV" = ( +/obj/structure/grille, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/wall/r_wall, +/area/atmos) +"ecW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/explab) +"edh" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/sw) +"eds" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/showcase{ + layer = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/turret_protected/aisat) +"edz" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + id_tag = "air_out"; + internal_pressure_bound = 2000; + internal_pressure_bound_default = 2000; + on = 1; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0 + }, +/turf/simulated/floor/engine/air, +/area/atmos) +"edF" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"edJ" = ( +/mob/living/simple_animal/mouse/brown, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/gambling_den) +"eey" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"eeD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Server Room"; + req_access_txt = "30" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/server) +"eeE" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Air Tank"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/engine/air, +/area/atmos) +"eeG" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/secure_closet/engineering_personal, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/engine/engineering) +"eeI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prisonershuttle) +"eeL" = ( +/turf/simulated/wall/rust, +/area/maintenance/gambling_den/casino) +"efb" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay3) +"efA" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"egh" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"egl" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"ego" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "ArmoryLock"; + name = "Armory Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/warden) +"egq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = 23 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/starboard/east) +"egs" = ( +/obj/machinery/light, +/obj/machinery/conveyor/west{ + id = "cargodelivery" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"egu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/electrical) +"egA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"egC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port/west) +"egD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"egF" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/engineering) +"egO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood{ + icon_state = "wood-broken6"; + tag = "icon-wood-broken6" + }, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"egU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"ehi" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/maintenance/disposal) +"ehl" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/grown/banana{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/snacks/grown/banana{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/snacks/grown/banana, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"ehw" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/medical/surgery1) +"ehA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/research/restroom) +"ehB" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda, +/obj/machinery/light, +/obj/machinery/alarm{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"ehF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"ehG" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/engine/engineering) +"ehL" = ( +/obj/structure/closet/boxinggloves, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/crew_quarters/fitness) +"ehV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/south, +/obj/effect/landmark/start{ + name = "Station Engineer" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/hardsuitstorage) +"ein" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "robotics_solar_airlock"; + name = "exterior access button"; + pixel_x = 25; + pixel_y = 25; + req_access_txt = "13" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"eir" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"eiw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start{ + name = "Scientist" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"eix" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_y = 30 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"eiH" = ( +/obj/structure/curtain/black, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/maintenance/bar) +"ejf" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/hardsuitstorage) +"ejm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/security/prison/cell_block/A) +"ejp" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering) +"ejB" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"ejD" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/space, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"ejN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Local Armory"; + req_access_txt = "1" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/armoury) +"ejU" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -28 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/cable, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"ekb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/xeno, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"ekj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"ekk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"ekp" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaLockdown"; + name = "Perma Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"ekr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"ekt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xenosecure"; + name = "Secure Creature Cell"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor{ + dir = 8; + id = null; + name = "Creature Pen"; + req_access_txt = "47" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"ekW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/genetics) +"elh" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + id_tag = "solar_chapel_outer"; + locked = 1; + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"ell" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "solar_chapel_airlock"; + name = "exterior access button"; + pixel_x = -25; + pixel_y = -25; + req_access_txt = "10;13" + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/solar/auxstarboard) +"elv" = ( +/obj/structure/morgue, +/obj/effect/decal/warning_stripes/north, +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/medical/morgue) +"elx" = ( +/obj/structure/chair/comfy/shuttle, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"ely" = ( +/obj/machinery/keycard_auth{ + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/ntrep) +"elI" = ( +/obj/structure/lattice, +/obj/machinery/camera/emp_proof{ + c_tag = "Singularity NorthWest"; + dir = 4; + network = list("SS13","Singularity","Engineering") + }, +/turf/space, +/area/engine/engineering) +"elW" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/pen/multi, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/medical/psych) +"elZ" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"emT" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/solar/auxstarboard) +"ena" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/crew_quarters/hor) +"enb" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"enm" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar/atrium) +"ens" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology/lab) +"enG" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/whiskey, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"enO" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; + name = "Труба обработки" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"enV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Processing"; + req_access_txt = "63" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/processing) +"eoB" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/plasteel, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"eoM" = ( +/obj/structure/chair/sofa/corner, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar/atrium) +"epd" = ( +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/crew_quarters/hor) +"epg" = ( +/obj/structure/closet/cardboard, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"epy" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"epA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/northwest, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"epC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/airlock/security/glass{ + name = "Security Pods"; + req_access_txt = "71" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/podbay) +"epH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/courtroom) +"epM" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"epY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/maintenance/bar) +"eqp" = ( +/obj/structure/computerframe, +/obj/machinery/light_switch{ + pixel_x = 23; + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel/grimy, +/area/civilian/vacantoffice) +"eqA" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK" + }, +/turf/simulated/wall, +/area/quartermaster/storage) +"eqN" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/multitool, +/obj/item/pen/red, +/obj/machinery/door_control{ + id = "Cargo Office Windows"; + name = "Cargo Office Shutters Control"; + pixel_x = 7; + pixel_y = 24; + req_one_access_txt = "50" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/office) +"eqO" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/security/podbay) +"eqP" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/toy/figure/detective, +/turf/simulated/floor/wood, +/area/security/detectives_office) +"eqQ" = ( +/obj/machinery/door/poddoor{ + id_tag = "QMLoaddoor2"; + name = "supply dock loading door" + }, +/obj/machinery/conveyor/west{ + id = "QMLoad2" + }, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"eqY" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/office) +"eri" = ( +/obj/structure/table/reinforced, +/obj/item/mmi, +/obj/item/mmi, +/obj/item/mmi, +/obj/item/mmi/robotic_brain, +/obj/item/robotanalyzer, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Robotics Lab"; + dir = 4; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/assembly/robotics) +"erl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/sleeper) +"err" = ( +/obj/structure/bookcase, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/wood, +/area/library/abandoned) +"erO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "Engine Room North"; + network = list("Engineering","SS13") + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"esa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/shallway) +"ese" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/office) +"esq" = ( +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Cargo Office" + }, +/obj/item/storage/firstaid/regular, +/obj/machinery/status_display/supply_display{ + layer = 3.25; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/office) +"esu" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/table, +/obj/item/paper_bin, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/office) +"esz" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/medical/research/nhallway) +"esJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/se) +"esN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/storage) +"esO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"esP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"esT" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/crew_quarters/hor) +"ete" = ( +/turf/simulated/floor/wood, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"eto" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/folder/yellow, +/obj/item/gps, +/obj/item/gps, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"ets" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id_tag = "rdprivacy"; + name = "Research Director Office Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/hor) +"etE" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"etO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"etQ" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/commercial) +"etR" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"etT" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"etU" = ( +/obj/effect/decal/warning_stripes/southwest, +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_x = -30; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"eue" = ( +/obj/structure/table, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/reagent_containers/spray/pestspray, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"eur" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/carrot, +/obj/item/seeds/carrot, +/obj/item/seeds/carrot, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"euu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"euA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"evl" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"evo" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"evL" = ( +/obj/machinery/door/airlock{ + id_tag = "cabin2"; + name = "Cabin" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin2) +"evO" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24; + pixel_y = -4 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"evQ" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"ewt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/toxins/mixing) +"ewx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"ewF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"ewS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/lattice, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"exh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/research{ + name = "Research Break Room"; + req_access_txt = "47" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/restroom) +"exn" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/surgery2) +"exv" = ( +/obj/structure/table/reinforced, +/obj/random/plushie, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -29 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/processing) +"exy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Local Armory"; + req_access_txt = "1" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/armoury) +"exN" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/maintenance/gambling_den) +"exV" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue, +/obj/item/robot_parts/r_leg, +/obj/item/robot_parts/l_leg, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"eye" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"eyi" = ( +/obj/structure/morgue, +/obj/effect/decal/warning_stripes/southwest, +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/medical/morgue) +"eyq" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"eyt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start{ + name = "Security Pod Pilot" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"eyu" = ( +/obj/structure/sink{ + layer = 4; + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/sleeper) +"eyI" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"eyJ" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry/lounge) +"eyL" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/warning_stripes/northeast, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"eyR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/processing) +"eyU" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/dispenser/oxygen, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/gateway) +"ezi" = ( +/turf/simulated/wall, +/area/gateway) +"ezj" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/turret_protected/ai) +"ezv" = ( +/obj/machinery/gateway{ + dir = 6 + }, +/obj/machinery/camera{ + c_tag = "Gateway"; + dir = 8 + }, +/obj/effect/landmark{ + name = "JoinLateGateway" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"ezN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"ezU" = ( +/obj/structure/table, +/obj/item/folder, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"ezY" = ( +/obj/structure/table, +/obj/effect/decal/warning_stripes/yellow, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/electrical) +"eAb" = ( +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel{ + dir = 7; + icon_state = "yellow" + }, +/area/engine/engineering) +"eAg" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"eAm" = ( +/obj/machinery/camera/motion{ + c_tag = "Minisat AI Core North"; + dir = 1; + network = list("Minisat","SS13") + }, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + name = "AI Requests Console"; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"eAt" = ( +/obj/structure/closet/redcorp, +/obj/item/clothing/suit/tracksuit/red, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"eAw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/main) +"eAH" = ( +/obj/effect/decal/warning_stripes/south, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"eAS" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Holodeck Control Room" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"eBn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/glass{ + name = "Holodeck Door" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"eBv" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/turret_protected/ai) +"eBy" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "ai2"; + name = "Turret Shutters" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/turret_protected/ai) +"eBz" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"eCf" = ( +/obj/effect/decal/warning_stripes/north, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"eCs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/crew_quarters/sleep) +"eCO" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"eCP" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"eCU" = ( +/obj/structure/table, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"eCY" = ( +/obj/machinery/camera{ + c_tag = "Holodeck Aft"; + dir = 1 + }, +/turf/simulated/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/alphadeck) +"eCZ" = ( +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin3) +"eDn" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain/bedroom) +"eDD" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/flasher{ + id = null; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"eDV" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "representative"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/ntrep) +"eDX" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"eEb" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + armor = list("melee" = 60, "bullet" = 70, "laser" = 70, "energy" = 70, "bomb" = 40, "bio" = 100, "rad" = 100, "fire" = 70, "acid" = 100); + dir = 2; + name = "Secure Armory"; + req_access_txt = "1" + }, +/obj/machinery/door/window/brigdoor{ + armor = list("melee" = 60, "bullet" = 70, "laser" = 70, "energy" = 70, "bomb" = 40, "bio" = 100, "rad" = 100, "fire" = 70, "acid" = 100); + dir = 1; + name = "Secure Armory"; + req_access_txt = "3" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "ArmoryLock"; + name = "Armory Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ArmorySec"; + layer = 5; + name = "Armory Security Shutters" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"eEh" = ( +/obj/machinery/vending/crittercare, +/turf/simulated/floor/carpet, +/area/civilian/pet_store) +"eEj" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/permabrig) +"eEu" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"eEK" = ( +/obj/machinery/porta_turret, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"eER" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/lattice, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"eEY" = ( +/obj/machinery/photocopier, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"eFc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin2) +"eFi" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24 + }, +/obj/machinery/camera{ + c_tag = "Shooting Range West"; + dir = 4; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"eFo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Mime" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"eFr" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 1; + name = "Труба дыхательной смеси" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"eFC" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple"; + tag = "icon-whitepurple (EAST)" + }, +/area/medical/research{ + name = "Research Division" + }) +"eFE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 6; + name = "Труба фильтрации" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/atmos) +"eFI" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics North"; + dir = 1; + network = list("SS13","Engineering") + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 4; + name = "Труба фильтрации" + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/atmos) +"eFS" = ( +/obj/structure/sign/science{ + icon_state = "xenobio2" + }, +/turf/simulated/wall/r_wall, +/area/medical/research/nhallway) +"eGb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"eGn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "paramedic"; + name = "Paramedic Garage" + }, +/turf/simulated/floor/plasteel, +/area/medical/paramedic) +"eGt" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hallway/secondary/exit) +"eGA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Xenobiology Lab"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"eGC" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Service Bay"; + req_access_txt = "75" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"eGR" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/door_control{ + desc = "A remote control-switch for the pod doors."; + id = "secpilot"; + name = "Pod Door Control"; + pixel_x = -26; + pixel_y = 26; + req_access_txt = "71" + }, +/turf/space, +/area/security/podbay) +"eGT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + req_one_access_txt = "12;47" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"eHp" = ( +/obj/structure/chair/comfy/teal, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/reception) +"eHF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/lobby) +"eHM" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaCellsLockdown"; + name = "Perma Cells Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"eHP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/security/permabrig) +"eIb" = ( +/obj/structure/table, +/obj/effect/decal/warning_stripes/yellow, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/paper/deltainfo, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"eIk" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4; + frequency = 1441; + id = "n2o_in" + }, +/turf/simulated/floor/engine/n20, +/area/atmos) +"eIu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering) +"eIv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"eIw" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"eIQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"eIV" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; + name = "Chemistry Cleaner" + }, +/obj/item/hand_labeler, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"eIX" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/porta_turret, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/tcommsat/chamber) +"eJc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"eJk" = ( +/obj/structure/grille, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 4; + name = "Труба фильтрации" + }, +/turf/simulated/wall/r_wall, +/area/atmos) +"eJl" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/rack, +/obj/item/flashlight{ + pixel_x = -6; + pixel_y = 9 + }, +/obj/item/flashlight{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/flashlight{ + pixel_y = 3 + }, +/obj/item/flashlight{ + pixel_x = 3 + }, +/obj/item/flashlight{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"eJs" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/binary/volume_pump/on{ + desc = "Возвращает газ после обработки в трубу смешивания"; + name = "Выход газа после обработки" + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/atmos) +"eJv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"eJH" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/clothing/glasses/meson{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/clothing/glasses/meson{ + pixel_x = -3; + pixel_y = 1 + }, +/obj/item/clothing/glasses/meson{ + pixel_y = -2 + }, +/obj/item/clothing/glasses/meson{ + pixel_x = 3; + pixel_y = -5 + }, +/obj/item/clothing/glasses/meson{ + pixel_x = 6; + pixel_y = -8 + }, +/obj/structure/rack, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"eJI" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/wrench, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/execution) +"eJR" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"eJV" = ( +/obj/machinery/door/window/brigdoor{ + dir = 1; + id = "Cell 1"; + name = "Cell 1"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"eKd" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"eKe" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/security/permabrig) +"eKh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"eKm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"eKX" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/ntrep) +"eLf" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/medical/surgery2) +"eLo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/sign/vacuum{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology) +"eLE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/west) +"eLL" = ( +/obj/machinery/atmospherics/trinary/mixer{ + desc = "Смешивает кислород с плазмой в пропорции 1 к 1. Эта смесь необходима для работы турбины."; + dir = 1; + name = "Смеситель горючей смеси"; + target_pressure = 4500 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/atmos) +"eLO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 4; + name = "Труба фильтрации" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/atmos) +"eLT" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 1; + name = "Труба смешивания" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 4; + name = "Труба фильтрации" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"eLU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"eMg" = ( +/obj/machinery/door/airlock/glass{ + name = "Cabin" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"eMl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay3) +"eMu" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1441; + input_tag = "air_in"; + name = "Mixed Air Supply Control"; + output_tag = "air_out"; + pressure_setting = 2000; + sensors = list("air_sensor" = "Tank") + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 10; + name = "Труба фильтрации" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/atmos) +"eMv" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering) +"eMz" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/medical/virology) +"eMA" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "garbage" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"eMC" = ( +/obj/structure/table/wood, +/obj/machinery/light/small, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"eMI" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"eMM" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; + dir = 6; + name = "Труба обработки" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"eMN" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood, +/area/medical/psych) +"eMU" = ( +/obj/machinery/washing_machine, +/obj/machinery/camera{ + c_tag = "Laundry Room"; + dir = 4; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/crew_quarters/sleep) +"eMZ" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/carpet, +/area/lawoffice) +"eNq" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/serviceyard) +"eNt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"eNx" = ( +/obj/machinery/vending/cigarette, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"eNy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/west) +"eNC" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/crew_quarters/courtroom) +"eNU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"eNW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/sw) +"eOr" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"eOt" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"eOC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"eOQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"ePb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay) +"ePe" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/engine/mechanic_workshop/hangar) +"ePl" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"ePn" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"ePB" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/brig) +"ePR" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "engineering_east_outer"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "10;13" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"ePU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/securearmoury) +"eQd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"eQp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology/lab) +"eQA" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/medbay) +"eQR" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"eQV" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/engine/engineering) +"eQZ" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel, +/area/bridge/vip) +"eRa" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"eRm" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay3) +"eRr" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/lobby) +"eRD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/south, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"eRS" = ( +/obj/structure/table/wood, +/obj/item/camera, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"eRU" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/sw) +"eSm" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/turf/simulated/floor/plasteel/grimy, +/area/civilian/vacantoffice) +"eSr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"eSz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"eSK" = ( +/obj/structure/table/reinforced, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/atmos) +"eSU" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/hallway/primary/central/north) +"eTb" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/machinery/button/windowtint{ + id = "privateroom"; + pixel_x = -24; + pixel_y = 24 + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "privateroom"; + name = "Privacy Room Bolt Control"; + normaldoorcontrol = 1; + pixel_x = -26; + pixel_y = 31; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/bar/atrium) +"eTe" = ( +/obj/structure/closet/wardrobe/mixed, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"eTl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"eTs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/permahallway) +"eTv" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/construction/hallway) +"eTz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"eTL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay) +"eTP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"eTR" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/securehallway) +"eTZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/bar/atrium) +"eUc" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "ai2"; + name = "Turret Shutters" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/turret_protected/ai) +"eUm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"eUt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"eVh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"eVy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"eVB" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/medical/research/nhallway) +"eVH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; + dir = 5; + name = "Труба подачи азота в реактор" + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"eVK" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"eVO" = ( +/obj/structure/table/reinforced, +/obj/item/radio{ + pixel_x = -4 + }, +/obj/item/radio{ + pixel_x = 4 + }, +/obj/item/radio{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"eWq" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"eWw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/crew_quarters/chief) +"eWC" = ( +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"eWN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"eWO" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"eWR" = ( +/obj/machinery/computer/arcade, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar/atrium) +"eXc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door_control{ + id = "xeno5"; + name = "Containment Control"; + pixel_y = 35; + req_access_txt = "55" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/toxins/xenobiology) +"eXf" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/medical/research/nhallway) +"eXm" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"eXx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"eXH" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A12"; + location = "A11" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/lounge) +"eXS" = ( +/mob/living/simple_animal/mouse/gray{ + real_name = "Товарищ Троцкий" + }, +/turf/simulated/floor/carpet, +/area/maintenance/fsmaint) +"eXW" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"eXY" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering) +"eYe" = ( +/obj/machinery/requests_console{ + department = "EVA"; + name = "EVA Requests Console"; + pixel_x = 32 + }, +/obj/machinery/camera{ + c_tag = "EVA Storage"; + dir = 8 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"eYh" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Departure Lounge North" + }, +/obj/effect/decal/warning_stripes/north, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"eYo" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"eYF" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"eYG" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar/atrium) +"eYK" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"eYO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/table/wood, +/obj/item/paper_bin, +/turf/simulated/floor/carpet, +/area/assembly/showroom) +"eYP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/podbay) +"eYQ" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/office) +"eYR" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"eYT" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/paramedic) +"eYY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"eZb" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/prisonershuttle) +"eZl" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/maintenance/electrical) +"eZs" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"eZt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A32"; + location = "A31" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"eZu" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"eZJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/medbay3) +"eZR" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + location = "Kitchen" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/crew_quarters/kitchen) +"far" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"fau" = ( +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/hallway/primary/aft) +"fay" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/gateway) +"faD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"faG" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/medical/morgue) +"faL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"faV" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; + dir = 4; + name = "Труба подачи азота в реактор" + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/atmos) +"faY" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/customs) +"fbl" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/aft) +"fbz" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"fbF" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/alarm{ + pixel_y = 57 + }, +/obj/effect/landmark/start{ + name = "Geneticist" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/genetics) +"fbH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/storage) +"fbL" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/secondary/exit) +"fbO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/qm) +"fbU" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"fcN" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"fcZ" = ( +/obj/machinery/door/airlock/hatch/gamma{ + locked = 1; + req_access_txt = "1"; + use_power = 0 + }, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/securehallway) +"fda" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/security/permabrig) +"fdc" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/asmaint) +"fdD" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"fdQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/qm) +"fdX" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaLockdown"; + name = "Perma Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"feb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"fed" = ( +/obj/structure/table/glass, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/machinery/computer/med_data/laptop, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"fef" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"feg" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/explab) +"feu" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/assembly/showroom) +"fev" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/range) +"feD" = ( +/turf/simulated/floor/carpet, +/area/medical/psych) +"feE" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"ffi" = ( +/obj/structure/table, +/obj/item/folder, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"ffs" = ( +/obj/structure/closet/wardrobe/pjs, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"ffK" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/red, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"ffP" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"fgj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/permabrig) +"fgk" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"fgv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/permabrig) +"fgB" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/cabin1) +"fgD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/south) +"fgI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "Perma11"; + name = "First Cell Brig Bolts"; + normaldoorcontrol = 1; + pixel_x = -38; + pixel_y = 24; + req_access_txt = "2"; + specialfunctions = 4 + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "Perma12"; + name = "First Cell Perma Bolts"; + normaldoorcontrol = 1; + pixel_x = -26; + pixel_y = 24; + req_access_txt = "2"; + specialfunctions = 4 + }, +/obj/machinery/flasher_button{ + id = "Perma1"; + layer = 4; + name = "Prison Flasher"; + pixel_x = -32; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/permabrig) +"fhd" = ( +/obj/structure/bed, +/obj/item/bedsheet/syndie, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"fhY" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"fif" = ( +/obj/structure/dresser, +/obj/item/radio/intercom{ + pixel_x = 26; + pixel_y = 28 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin3) +"fiH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"fiP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"fiU" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/permabrig) +"fjs" = ( +/obj/structure/curtain/open/shower, +/obj/structure/sink{ + dir = 4; + pixel_x = 12 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/shower{ + pixel_y = 20 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/surgery2) +"fju" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"fjF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "sw_maint2_airlock"; + name = "interior access button"; + pixel_x = -24; + pixel_y = 24 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"fjL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"fjQ" = ( +/obj/machinery/light/small, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"fjY" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"fkh" = ( +/obj/structure/morgue, +/obj/effect/decal/warning_stripes/northwest, +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/medical/morgue) +"fki" = ( +/obj/machinery/status_display/supply_display, +/turf/simulated/wall, +/area/quartermaster/office) +"fkq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/secondary/exit) +"fks" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "BrigLeft"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/brig) +"fku" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/closet, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"fkB" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/wheat/rice, +/obj/item/seeds/wheat/rice, +/obj/item/seeds/wheat/rice, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"fkL" = ( +/obj/effect/decal/warning_stripes/southwest, +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/medical/research/restroom) +"fkP" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"fkX" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"flo" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"flw" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 26 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"flH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"flW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"fma" = ( +/obj/structure/table/wood, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry/lounge) +"fmw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/medical/research{ + name = "Research Division" + }) +"fmC" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"fmF" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/hologram/holopad, +/obj/effect/landmark/start{ + name = "Station Engineer" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/hardsuitstorage) +"fmK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"fmL" = ( +/obj/docking_port/stationary{ + dheight = 9; + dir = 2; + dwidth = 5; + height = 22; + id = "syndicate_s"; + name = "south of station"; + width = 18 + }, +/turf/space, +/area/space) +"fmO" = ( +/turf/simulated/floor/engine/co2, +/area/atmos) +"fmV" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/maintenance/fsmaint) +"fnm" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/starboard/east) +"fno" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + name = "Robotics Lab"; + req_access_txt = "29" + }, +/obj/effect/mapping_helpers/airlock/unres, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"fnq" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics CO2 Tank"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/engine/co2, +/area/atmos) +"fnr" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + id_tag = "co2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + layer = 2.4; + name = "co2 vent"; + on = 1; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0 + }, +/turf/simulated/floor/engine/co2, +/area/atmos) +"fnw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 1; + name = "Труба дыхательной смеси" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 4; + name = "Труба смешивания" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"fny" = ( +/obj/machinery/atmospherics/binary/pump{ + desc = "Подаёт углекислый для смешивания с другими газами"; + dir = 4; + name = "Углекислый газ (CO2) в смеситель"; + target_pressure = 101 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"fnC" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/atmos) +"fnI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/medical/research/nhallway) +"foa" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"foh" = ( +/obj/machinery/camera{ + c_tag = "Holodeck Fore" + }, +/turf/simulated/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/alphadeck) +"fos" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 6; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"foA" = ( +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/disposal, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"fpl" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/tcommsat/chamber) +"fps" = ( +/turf/simulated/wall/r_wall, +/area/toxins/test_area) +"fpN" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"fqa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/paramedic) +"fqf" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 1; + name = "Труба смешивания" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"fqo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"fqq" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/chapel/main) +"fqv" = ( +/obj/machinery/computer/security/mining, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/heads/hop) +"fqG" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "arrival" + }, +/area/atmos) +"fre" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"frh" = ( +/obj/structure/table/wood, +/obj/item/dice/d10, +/obj/item/dice/d20, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"fro" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay) +"frp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"frJ" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8; + frequency = 1441; + id = "air_in" + }, +/turf/simulated/floor/engine/air, +/area/atmos) +"frM" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/structure/chair/stool/bar, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/maintenance/gambling_den) +"frN" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"fsc" = ( +/obj/structure/grille, +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"fsk" = ( +/obj/machinery/light, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/patron{ + pixel_y = 7 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/bar/atrium) +"fsp" = ( +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"fsu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"fsw" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + name = "Cargo Junction"; + sortType = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/fore) +"fsz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"fsK" = ( +/obj/effect/landmark{ + name = "JoinLateCryo" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/sleep) +"fsL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"fsZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/west) +"ftc" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/storage{ + name = "Perma Maintenance" + }) +"ftj" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"ftu" = ( +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"ftG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"ftP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/office) +"ftZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay"; + req_access_txt = "31" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"fui" = ( +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/smes{ + charge = 2e+006 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"fuj" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/west) +"fuF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/security/medbay) +"fuR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"fvo" = ( +/obj/effect/decal/warning_stripes/yellow/partial, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"fvs" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/lighter/zippo{ + pixel_x = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel/grimy, +/area/civilian/vacantoffice) +"fvu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"fvy" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/chapel/main) +"fvB" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/barricade/wooden, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/teleporter/abandoned) +"fvC" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/atmos) +"fvE" = ( +/obj/structure/table/reinforced, +/obj/item/stack/rods{ + amount = 10 + }, +/obj/item/stack/cable_coil/random, +/obj/item/multitool, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"fvI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"fvQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/medical/virology) +"fvU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"fvV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"fwe" = ( +/obj/machinery/door/airlock/external{ + id_tag = "laborcamp_home"; + name = "Labor Camp Airlock"; + req_access_txt = "2" + }, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"fwf" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/obj/item/deck/cards{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "carpet" + }, +/area/library/abandoned) +"fwt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/maintcentral) +"fwA" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "GYM"; + name = "Dungeon Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/processing) +"fwR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/north, +/obj/effect/decal/warning_stripes/south, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"fxz" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/electrical, +/obj/item/clothing/head/welding, +/turf/simulated/floor/bluegrid, +/area/tcommsat/chamber) +"fxR" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/table/reinforced, +/obj/item/flash{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"fxY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"fye" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/evidence) +"fyj" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"fyk" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"fyp" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/maintenance/bar) +"fyt" = ( +/obj/structure/closet/coffin, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"fyz" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"fyH" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/book/manual/sop_security, +/obj/item/stack/tape_roll, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"fyJ" = ( +/obj/machinery/light/small, +/obj/effect/decal/warning_stripes/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"fzv" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "GYM"; + name = "Dungeon Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/processing) +"fzL" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/security/permabrig) +"fzQ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/table/reinforced, +/obj/item/implanter/mindshield{ + pixel_x = 4; + pixel_y = 12 + }, +/obj/item/storage/toolbox/surgery{ + pixel_y = -6 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/processing) +"fAl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"fAq" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "GYM"; + name = "Dungeon Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/processing) +"fAx" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/evidence) +"fAB" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaLockdown"; + name = "Perma Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"fAM" = ( +/obj/structure/table, +/obj/item/camera, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"fAR" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway West 2"; + dir = 8 + }, +/obj/machinery/computer/guestpass{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"fBl" = ( +/obj/machinery/blackbox_recorder, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/bluegrid, +/area/tcommsat/chamber) +"fBo" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"fBp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"fBu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"fBw" = ( +/obj/structure/table/glass, +/obj/item/clipboard, +/obj/item/toy/figure/virologist, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"fBW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/obj/machinery/vending/autodrobe, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"fCi" = ( +/obj/machinery/camera{ + c_tag = "Fore Hallway South 1"; + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/hallway/primary/fore) +"fCp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"fCs" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/assembly/showroom) +"fCz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"fCH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"fCJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/processing) +"fCQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/permabrig) +"fCT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/permabrig) +"fDj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Mech Bay External"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/aft) +"fDB" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/main) +"fEc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"fEg" = ( +/obj/machinery/recharge_station, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"fEr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Gateway Access"; + req_access_txt = "62" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Exp_lockdown"; + name = "Expedition Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel, +/area/gateway) +"fEt" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light/small, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology) +"fEz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/podbay) +"fEC" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/gateway/centerstation, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"fEI" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaLockdown"; + name = "Perma Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"fEP" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/fitness) +"fEU" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"fFf" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/assembly/robotics) +"fFl" = ( +/obj/effect/spawner/random_barrier/obstruction, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"fFm" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior 17"; + dir = 8; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/space/nearstation) +"fFv" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"fFw" = ( +/obj/machinery/porta_turret, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"fFz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/starboard/east) +"fFB" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/chili, +/obj/item/seeds/chili, +/obj/item/seeds/chili, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/radio/intercom{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"fFC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"fFM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/toxins/mixing) +"fFQ" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"fFR" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"fGa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"fGj" = ( +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"fGt" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "ai2"; + name = "Turret Shutters" + }, +/turf/simulated/floor/plating, +/area/turret_protected/ai) +"fGz" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/medbay3) +"fGA" = ( +/obj/machinery/suit_storage_unit/security/pod_pilot, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"fGE" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/wall/r_wall, +/area/turret_protected/ai) +"fGK" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/reception) +"fHi" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/turret_protected/ai) +"fHj" = ( +/obj/structure/table, +/obj/item/camera_film, +/obj/item/camera_film, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"fHp" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/door_control{ + desc = "A remote control-switch for the pod doors."; + id = "secpilot"; + name = "Pod Door Control"; + pixel_x = 26; + pixel_y = 26; + req_access_txt = "71" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"fHL" = ( +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"fHS" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior 3"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/space/nearstation) +"fId" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + id_tag = "engstorage"; + name = "Secure Storage Blast Doors" + }, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"fIg" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"fIi" = ( +/obj/machinery/computer/operating, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/medical/surgery1) +"fIm" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Security"; + req_access_txt = "58" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/security/hos) +"fIC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"fIE" = ( +/obj/machinery/vending/cart, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"fIG" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"fIH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/wall/r_wall, +/area/tcommsat/chamber) +"fIS" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/engine/co2, +/area/atmos) +"fJd" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology/lab) +"fJh" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/maintenance/gambling_den) +"fJp" = ( +/obj/machinery/teleport/hub, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"fKf" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + anchored = 1 + }, +/turf/simulated/floor/engine/co2, +/area/atmos) +"fKi" = ( +/obj/structure/rack, +/obj/item/book/manual/engineering_guide, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"fKj" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "carpet" + }, +/area/crew_quarters/courtroom) +"fKr" = ( +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/wardrobe/atmospherics_yellow, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/atmos) +"fKE" = ( +/obj/structure/window/reinforced, +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior 10"; + dir = 6; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"fKF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"fKI" = ( +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/customs) +"fKJ" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/item/camera, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/turret_protected/aisat) +"fKK" = ( +/mob/living/simple_animal/mouse/gray, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"fLk" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/crew_quarters/courtroom) +"fLm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"fLp" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/east, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/closet/secure_closet/atmos_personal, +/obj/item/extinguisher/mini, +/turf/simulated/floor/plasteel, +/area/atmos) +"fLv" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/hardsuit/medical, +/obj/item/clothing/mask/gas, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/westleft{ + dir = 2; + name = "Emergency Hardsuits"; + req_access_txt = "40" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/biostorage) +"fLw" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"fLz" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 1; + name = "Труба смешивания" + }, +/turf/simulated/floor/plating, +/area/atmos) +"fLD" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin2) +"fLM" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; + name = "Труба обработки" + }, +/turf/simulated/floor/plating, +/area/atmos) +"fMg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"fMo" = ( +/obj/machinery/door/window/eastright{ + dir = 2; + name = "Coroner"; + req_one_access_txt = "5;4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/medical/morgue) +"fMt" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/starboardsolar) +"fMD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"fMN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"fMS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/prison/cell_block/A) +"fMV" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port) +"fNx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + tag = "icon-pipe-j1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/sleeper) +"fND" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"fNH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"fNQ" = ( +/obj/machinery/light_switch{ + pixel_x = 26; + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"fNY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"fOa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"fOr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + icon_state = "pipe-j2s"; + name = "Hydroponics Junction"; + sortType = 21 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"fOC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"fOE" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/arcade/claw, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"fOK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door_control{ + id = "xeno3"; + name = "Containment Control"; + pixel_y = -28; + req_access_txt = "55" + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"fON" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"fPi" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xeno6"; + name = "Creature Cell #6"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"fPA" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering) +"fPD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/engineering) +"fPF" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/light, +/obj/item/spacepod_key{ + id = 100000 + }, +/obj/item/spacepod_equipment/weaponry/laser, +/obj/item/clothing/suit/jacket/pilot, +/obj/item/clothing/head/beret/sec, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"fPX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/crew_quarters/courtroom) +"fQh" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/camera{ + c_tag = "Briefing Room North"; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/main) +"fQu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"fQv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/engineering) +"fQy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"fQD" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brigstaff) +"fQE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/medbay) +"fQT" = ( +/obj/structure/closet/secure_closet/roboticist, +/obj/item/radio/headset/headset_sci{ + pixel_x = -3 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple"; + tag = "icon-whitepurple (SOUTHWEST)" + }, +/area/assembly/robotics) +"fRj" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/security/evidence) +"fRt" = ( +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_y = 8 + }, +/obj/structure/sign/directions/science{ + dir = 8; + pixel_y = 1 + }, +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/turf/simulated/wall, +/area/medical/research{ + name = "Research Division" + }) +"fRu" = ( +/mob/living/simple_animal/mouse/brown, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"fRL" = ( +/obj/machinery/hydroponics/soil, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/grass, +/area/hydroponics) +"fRN" = ( +/obj/item/radio/intercom{ + pixel_x = 26; + pixel_y = 28 + }, +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/sleep) +"fRS" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"fRW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"fSj" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/grass, +/area/hydroponics) +"fSo" = ( +/obj/spacepod/sec{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"fSD" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid"; + tag = "icon-asteroid (NORTH)" + }, +/area/hydroponics) +"fTd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"fTl" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/hydroponics) +"fTp" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/grass, +/area/hydroponics) +"fTs" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"fTu" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + external_pressure_bound = 140; + external_pressure_bound_default = 140; + on = 1; + pressure_checks = 0; + pressure_checks_default = 0 + }, +/turf/simulated/floor/greengrid{ + temperature = 80 + }, +/area/toxins/xenobiology) +"fTC" = ( +/obj/structure/table, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -25 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Medbay Public Hall"; + dir = 4; + network = list("Medical","SS13") + }, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/reception) +"fTD" = ( +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/camera{ + c_tag = "Minisat Hub"; + dir = 8; + network = list("Minisat","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/turret_protected/aisat) +"fTY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/south, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/serviceyard) +"fUb" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"fUh" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner"; + tag = "icon-browncorner (EAST)" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"fUm" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Genetics"; + name = "Genetics Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/genetics) +"fUo" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/south, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/serviceyard) +"fUr" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel, +/area/medical/cmo) +"fUt" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/crew_quarters/kitchen) +"fUv" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar/atrium) +"fUO" = ( +/obj/structure/bed, +/obj/item/bedsheet/cmo, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/effect/landmark/start{ + name = "Chief Medical Officer" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/cmo) +"fVc" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/disposal, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/toxins/mixing) +"fVj" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Kitchen Dinner Windows"; + name = "Kitchen Shutters" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"fVn" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Xeno Kill Room"; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark"; + temperature = 80 + }, +/area/toxins/xenobiology) +"fVv" = ( +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"fVA" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"fVK" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"fVM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"fVN" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"fVO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"fVT" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Morgue Maintenance"; + req_access_txt = "6" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/asmaint) +"fVX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"fWc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"fWk" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"fWl" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/radio/intercom{ + pixel_x = 30 + }, +/obj/machinery/camera{ + c_tag = "Prison Execution Chamber"; + dir = 8; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/security/execution) +"fWr" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "HoSPriv"; + name = "HoS Office Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/hos) +"fWz" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/security/permabrig) +"fWD" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"fWL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brig) +"fWP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "greencorner" + }, +/area/crew_quarters/courtroom) +"fWS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"fWW" = ( +/obj/effect/decal/warning_stripes/red, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/obj/machinery/door_control{ + id = "SecPilotPriv"; + name = "Pilot Privacy Shutters Control"; + pixel_x = 16; + pixel_y = 24; + req_access_txt = "71" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"fXj" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26; + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"fXt" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Kitchen Dinner Windows"; + name = "Kitchen Shutters" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/item/kitchen/utensil/fork{ + pixel_x = -2 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = -2 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = -2 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = -2 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = -2 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = 10 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = 10 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = 10 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = 10 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = 10 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = -2 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = -2 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = -2 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = -2 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = 10 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = 10 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"fXv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"fXx" = ( +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/machinery/optable, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/assembly/robotics) +"fXD" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/xenozoo) +"fXK" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/obj/item/storage/belt/utility, +/obj/item/radio, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"fXN" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior 18"; + dir = 1; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/space/nearstation) +"fXQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/toxins/xenobiology) +"fXV" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/interrogation) +"fXZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/fitness) +"fYm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/assembly/showroom) +"fYu" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"fYB" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + name = "Труба смешивания" + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/atmos) +"fYC" = ( +/mob/living/simple_animal/mouse/gray, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"fYM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/assembly/showroom) +"fYR" = ( +/obj/machinery/door/airlock/public{ + name = "Kitchen"; + req_access_txt = "28" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"fYZ" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"fZe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/conveyor/south/ccw{ + id = "QMLoad2" + }, +/obj/machinery/conveyor/west{ + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"fZf" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"fZm" = ( +/obj/item/radio/beacon/engine/tesling, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"fZr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/armoury) +"fZs" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/assembly/showroom) +"fZE" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/assembly/showroom) +"fZL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 9; + name = "Труба смешивания" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/atmos) +"gah" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"gat" = ( +/obj/machinery/camera{ + c_tag = "Fore Hallway South 2"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"gay" = ( +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/ward) +"gaE" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/assembly/showroom) +"gaJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"gbp" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"gbI" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"gbQ" = ( +/obj/machinery/disposal, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/cryo) +"gbS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/brig) +"gbW" = ( +/obj/structure/table, +/obj/item/folder, +/obj/item/stack/tape_roll, +/obj/machinery/light_switch{ + dir = 8; + name = "east bump"; + pixel_x = 25 + }, +/obj/item/rcs, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/office) +"gca" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/atmos) +"gcg" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"gcj" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA" + }, +/turf/simulated/wall/r_wall, +/area/engine/engineering) +"gcs" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Virology Office"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology) +"gcx" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "HoSPriv"; + name = "HoS Office Privacy Shutters" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/hos) +"gcK" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"gds" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"gdv" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/hallway/secondary/entry) +"gdw" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Cryodorms Fore" + }, +/obj/effect/landmark{ + name = "JoinLateCryo" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/sleep) +"gdD" = ( +/obj/machinery/mech_bay_recharge_port, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/electrical) +"gdQ" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"gdV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"geb" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/engineering) +"geg" = ( +/obj/machinery/door/airlock{ + id_tag = "toilet3"; + name = "Toilet" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"gem" = ( +/obj/machinery/light, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/storage) +"gep" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"geA" = ( +/mob/living/simple_animal/mouse/brown{ + real_name = "Товарищ Ленин" + }, +/turf/simulated/floor/carpet, +/area/maintenance/fsmaint) +"geP" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"geW" = ( +/obj/item/camera_assembly, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/maintenance/bar) +"gfk" = ( +/obj/item/paper_bin, +/obj/structure/table, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/qm) +"gfJ" = ( +/obj/structure/closet/wardrobe/white, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/ward) +"gfO" = ( +/obj/machinery/door_control{ + id = "Kitchen Hall Windows"; + name = "Kitchen Hallway Shutters Control"; + pixel_x = 26; + pixel_y = 24; + req_access_txt = "28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"gfQ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/sw) +"ggf" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/camera{ + c_tag = "Quartermaster's Office"; + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/qm) +"ggx" = ( +/obj/machinery/door/airlock{ + id_tag = "toilet2"; + name = "Toilet" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"ggB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Storage"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/hardsuitstorage) +"ggC" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/sleeper) +"ggD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/locker) +"ggP" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"ggQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/customs) +"ggU" = ( +/obj/structure/closet/l3closet/virology, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light/small, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology) +"gha" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"ghg" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"ghk" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/flashlight/pen, +/obj/item/clothing/accessory/stethoscope, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"ghI" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"ghN" = ( +/obj/structure/table, +/obj/item/paicard, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/medical/research{ + name = "Research Division" + }) +"ghY" = ( +/obj/machinery/door_control{ + desiredstate = 1; + id = "cabin2"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin2) +"gig" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xeno1"; + name = "Creature Cell #1"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"gih" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/landmark/start{ + name = "Roboticist" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"gik" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/medical/research{ + name = "Research Division" + }) +"gio" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"gjh" = ( +/obj/structure/dresser, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin2) +"gjm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat) +"gjD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/teleporter/abandoned) +"gjV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"gkk" = ( +/obj/structure/transit_tube{ + icon_state = "D-NW"; + tag = "icon-D-NW" + }, +/turf/space, +/area/space/nearstation) +"gko" = ( +/obj/effect/decal/warning_stripes/south, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/podbay) +"gku" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/grown/redbeet{ + pixel_y = 5 + }, +/turf/simulated/floor/carpet, +/area/maintenance/fsmaint) +"gkw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/qm) +"gkD" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"gkQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + name = "QM's Junction"; + sortType = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/central/north) +"gkY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/shallway) +"glb" = ( +/obj/structure/table/reinforced, +/obj/item/storage/bible, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/processing) +"gld" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"glp" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"glv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/medical{ + name = "Virology Bedroom"; + req_access_txt = "39" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology) +"glw" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A37"; + location = "A36" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/central/north) +"glA" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/rack, +/obj/item/airlock_painter{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/airlock_painter{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/airlock_painter, +/obj/item/airlock_painter{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/airlock_painter{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"glJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"glQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/processing) +"glR" = ( +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/customs) +"gmk" = ( +/obj/structure/cult/archives, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"gmA" = ( +/obj/structure/table, +/obj/item/storage/box/evidence, +/obj/item/storage/box/evidence, +/obj/item/hand_labeler, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"gmI" = ( +/obj/machinery/camera{ + c_tag = "Engine Room South"; + dir = 1; + network = list("Engineering","SS13") + }, +/obj/effect/decal/warning_stripes/south, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"gnf" = ( +/turf/simulated/wall, +/area/crew_quarters/cabin2) +"gnn" = ( +/obj/structure/table/wood, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/machinery/light, +/obj/item/paicard, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin3) +"gnv" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"gnI" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/obj/item/storage/fancy/crayons{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"gnK" = ( +/obj/machinery/light, +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay3) +"gnR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port) +"gnV" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/biostorage) +"goc" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"gof" = ( +/obj/structure/table, +/obj/item/instrument/harmonica, +/obj/item/dice/d20, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"goz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/sleeper) +"goA" = ( +/obj/structure/table/wood, +/obj/item/camera, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"goC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xenosecure"; + name = "Secure Creature Cell"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"goI" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"goP" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/gateway) +"goS" = ( +/obj/item/flag/nt, +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"goZ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "SecPilotPriv" + }, +/turf/simulated/floor/plating, +/area/security/podbay) +"gps" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/security/securehallway) +"gpA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Research Director's Office"; + req_access = null; + req_access_txt = "30" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"gpE" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"gpH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/brig) +"gpS" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/medical/research/restroom) +"gpV" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/light, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"gqd" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/engine/engineering/monitor) +"gqf" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Security's Desk"; + departmentType = 5; + name = "Head of Security Requests Console"; + pixel_y = 30 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"gqh" = ( +/obj/structure/rack, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/northwest, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"gqS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 4; + tag = "icon-pipe-j1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/sw) +"gra" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/sleeper) +"gre" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library/abandoned) +"grm" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay3) +"grq" = ( +/turf/simulated/wall, +/area/quartermaster/office) +"grN" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/radiation, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"grQ" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"grU" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "SecMedPriv" + }, +/turf/simulated/floor/plating, +/area/security/medbay) +"grW" = ( +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"gsc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/explab) +"gss" = ( +/obj/item/flag/nt, +/obj/machinery/status_display{ + layer = 4; + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"gsD" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay3) +"gsG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/sleeper) +"gsN" = ( +/obj/machinery/sleeper{ + dir = 4; + pixel_x = -3 + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"gsY" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/processing) +"gtc" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"gtD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain/bedroom) +"gtP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"gtS" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"gui" = ( +/obj/structure/rack, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel, +/area/security/range) +"guk" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whiteblue (NORTH)" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"gum" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/space/nearstation) +"gus" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"guD" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"guF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"guW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/courtroom) +"guX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/flasher{ + id = "Cell 1"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/prison/cell_block/A) +"gvs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/mounted/frame/extinguisher{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"gvy" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 1; + name = "Труба дыхательной смеси" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 4; + name = "Труба фильтрации" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"gvC" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"gvH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"gvQ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay3) +"gvS" = ( +/obj/machinery/atmospherics/trinary/filter{ + desc = "Отфильтровывает углекислый газ из трубы и отправляет его в камеру хранения"; + filter_type = 3; + name = "Фильтр Углекислого Газа (СO2)"; + on = 1; + target_pressure = 4500 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"gvU" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"gwx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"gwA" = ( +/obj/structure/chair, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "carpet" + }, +/area/crew_quarters/courtroom) +"gwN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"gwP" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/chair, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"gwY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/genetics_cloning) +"gxg" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + locked = 1; + name = "MiniSat Maintenance"; + req_access_txt = "75" + }, +/turf/simulated/floor/plating, +/area/turret_protected/ai) +"gxk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "eva-shutters"; + name = "E.V.A. Storage Shutters" + }, +/obj/machinery/door_control{ + id = "eva-shutters"; + name = "Auxilary E.V.A. Storage"; + pixel_x = 26; + req_one_access_txt = "18" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"gxv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library/abandoned) +"gxI" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/obj/item/taperecorder, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/interrogation) +"gxS" = ( +/obj/structure/dispenser, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 25 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"gxY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/security/podbay) +"gyo" = ( +/obj/machinery/atmospherics/trinary/mixer{ + desc = "Смешивает кислород и азот, создавая смесь для дыхания на станции"; + dir = 1; + name = "Дыхательный смеситель"; + node1_concentration = 0.8; + node2_concentration = 0.2; + on = 1; + target_pressure = 4500 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"gyp" = ( +/obj/structure/window/reinforced, +/obj/machinery/bodyscanner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/execution) +"gyW" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/obj/machinery/computer/card/minor/rd, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"gyZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port) +"gzc" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brigstaff) +"gzd" = ( +/obj/machinery/computer/scan_consolenew, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/medical/genetics) +"gze" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"gzr" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/west) +"gzs" = ( +/obj/effect/decal/warning_stripes/north, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/podbay) +"gzz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"gzB" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "Chaplain's Quarters" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"gzR" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"gzX" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "Singularity"; + layer = 2.7; + name = "Singularity Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/engine/engineering) +"gAB" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/quartermaster/miningdock) +"gAD" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"gAF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/restroom) +"gAS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"gBj" = ( +/obj/structure/chair/comfy/shuttle, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"gBl" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + id_tag = "o2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + name = "oxygen vent"; + on = 1; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0 + }, +/turf/simulated/floor/engine/o2, +/area/atmos) +"gBu" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/pump, +/obj/structure/extinguisher_cabinet{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/crew_quarters/locker) +"gBA" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/power/emitter{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"gBH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/permahallway) +"gBU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/lobby) +"gCh" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Oxygen Tank"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/engine/o2, +/area/atmos) +"gCs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance{ + name = "Hydroponics Maintenance"; + req_access_txt = "35" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"gCu" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "mix_sensor" + }, +/turf/simulated/floor/engine/insulated/vacuum, +/area/atmos) +"gCv" = ( +/mob/living/simple_animal/pig{ + name = "Саня" + }, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/hydroponics) +"gCx" = ( +/obj/structure/sink/kitchen{ + pixel_y = 30 + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/crew_quarters/kitchen) +"gCz" = ( +/obj/structure/grille, +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/atmos) +"gCB" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/eastright{ + dir = 2; + icon_state = "left"; + name = "Cryo Tank Storage"; + req_one_access_txt = "5;32" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/cryo) +"gCI" = ( +/obj/machinery/camera{ + c_tag = "Kitchen Backroom" + }, +/obj/structure/sink/kitchen{ + pixel_y = 30 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/crew_quarters/kitchen) +"gDm" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreencorner" + }, +/area/medical/medbay3) +"gDx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/lobby) +"gDy" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/kitchenspike, +/turf/simulated/floor/plasteel, +/area/crew_quarters/kitchen) +"gDz" = ( +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/door_control{ + id = "Kitchen Dinner Windows"; + name = "Kitchen Dinner Shutters Control"; + pixel_x = -26; + pixel_y = 26; + req_access_txt = "28" + }, +/obj/machinery/camera{ + c_tag = "Kitchen North"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"gDB" = ( +/turf/simulated/wall, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"gDQ" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"gDV" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_x = -27; + pixel_y = -25 + }, +/obj/structure/table, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/stamp/denied{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/stamp/granted{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/machinery/computer/guestpass{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/quartermaster/office) +"gDY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/reception) +"gEq" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/office) +"gEw" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/office) +"gEA" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/office) +"gEE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/gateway) +"gEK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1379; + id_tag = "solar_xeno_pump" + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "solar_xeno_airlock"; + pixel_y = 25; + req_access_txt = "13"; + tag_airpump = "solar_xeno_pump"; + tag_chamber_sensor = "solar_xeno_sensor"; + tag_exterior_door = "solar_xeno_outer"; + tag_interior_door = "solar_xeno_inner" + }, +/obj/machinery/airlock_sensor{ + id_tag = "solar_xeno_sensor"; + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"gEL" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"gES" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/security/securearmoury) +"gET" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/medical/reception) +"gFa" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "Chapel West"; + dir = 4; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"gFc" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"gFd" = ( +/obj/machinery/computer/supplycomp{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/office) +"gFf" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE" + }, +/turf/simulated/wall/r_wall, +/area/assembly/showroom) +"gFI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/warning_stripes/east, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"gFN" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start{ + name = "Cargo Technician" + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/office) +"gFQ" = ( +/obj/structure/table, +/obj/item/stamp/granted{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/item/stamp/denied{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/obj/item/radio/intercom{ + pixel_x = 28; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/quartermaster/office) +"gFR" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/atmos) +"gFV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/ward) +"gFX" = ( +/obj/machinery/door/window{ + dir = 8; + name = "High-Risk Modules"; + req_access_txt = "20" + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/aiModule/oxygen, +/obj/item/aiModule/oneCrewMember, +/obj/item/aiModule/purge, +/obj/item/aiModule/antimov, +/obj/structure/table/glass, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"gGh" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"gGi" = ( +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/securehallway) +"gGp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/aft) +"gGx" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/binary/pump{ + desc = "Позволяет пропустить смесь не загружая её в хранилище"; + name = "Смесь в обход хранилища"; + target_pressure = 101 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"gGA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"gGI" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/scrubber, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "escape" + }, +/area/crew_quarters/locker) +"gGZ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "GYM"; + name = "Dungeon Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/processing) +"gHb" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"gHc" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"gHg" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"gHm" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"gHp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay) +"gHq" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"gHz" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/tank/emergency_oxygen/engi, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/engineering) +"gHB" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/syringe{ + pixel_x = -1; + pixel_y = -11 + }, +/obj/item/reagent_containers/syringe/calomel{ + pixel_x = -1; + pixel_y = -6 + }, +/obj/item/reagent_containers/syringe/heparin{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/reagent_containers/glass/bottle/reagent/hairgrownium{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/bottle/frostoil{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/bottle/mutagen{ + pixel_y = 6 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 30 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/processing) +"gHM" = ( +/obj/machinery/door_control{ + id = "stationawaygate"; + name = "Gateway Shutters Access Control"; + pixel_x = -24; + req_access_txt = "62" + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "stationawaygate"; + name = "Gateway Access Shutters" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Exp_lockdown"; + name = "Expedition Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel, +/area/gateway) +"gHO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"gHQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + name = "Труба на фильтрацию" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/atmos) +"gHY" = ( +/obj/machinery/door_control{ + id = "GYM"; + name = "Dungeon Privacy Shutters Control"; + pixel_x = -24; + pixel_y = 23; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/processing) +"gIa" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=P2"; + location = "P1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/podbay) +"gIb" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "stationawaygate"; + name = "Gateway Access Shutters" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Exp_lockdown"; + name = "Expedition Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel, +/area/gateway) +"gIn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"gIq" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"gIs" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/permabrig) +"gIu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"gIA" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 1; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/atmos) +"gJf" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Second Surgery Window"; + name = "Surgery Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/surgery2) +"gJh" = ( +/obj/structure/rack, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/clothing/head/hardhat/red, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/toxins/mixing) +"gJj" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"gJq" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/quartermaster/sorting) +"gJr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"gJw" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/aft) +"gJy" = ( +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/cryopod/right, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/sleep) +"gJA" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/atmos) +"gJB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Local Armory"; + req_access_txt = "1" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/armoury) +"gJJ" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/security/permabrig) +"gJO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/security/evidence) +"gJQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"gKa" = ( +/obj/item/radio/intercom{ + pixel_x = -32 + }, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/obj/structure/weightmachine/weightlifter, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"gKd" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency/old, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredfull" + }, +/area/space/nearstation) +"gKm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"gKs" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"gKC" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "greenblue" + }, +/area/crew_quarters/serviceyard) +"gKG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"gKK" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"gKP" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = 30 + }, +/turf/simulated/floor/wood, +/area/security/detectives_office) +"gLd" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Bar"; + name = "Bar Privacy Shutters" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"gLn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/security/main) +"gLr" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/prisonershuttle) +"gLz" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/processing) +"gLA" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"gLB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"gLC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/cryo) +"gLH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/assembly/showroom) +"gLL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"gLN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"gLP" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin3) +"gLR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/permabrig) +"gLS" = ( +/obj/effect/landmark{ + name = "carpspawn" + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"gLT" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/door_control{ + desiredstate = 1; + id = "toilet2"; + name = "Toilet Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"gMf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"gMv" = ( +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/space/nearstation) +"gMw" = ( +/obj/effect/landmark{ + name = "revenantspawn" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"gMy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"gMU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/research/restroom) +"gMZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"gNb" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/atmos) +"gNj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/west) +"gNl" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/armoury) +"gNn" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/securehallway) +"gNy" = ( +/obj/effect/decal/warning_stripes/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"gNz" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"gNP" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "ArmoryLock"; + name = "Armory Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/warden) +"gNR" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/secure_data, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"gNS" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/assembly/signaler{ + code = 6; + frequency = 1445 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"gNU" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/structure/sign/nosmoking_2{ + pixel_x = 32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"gNY" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/maintenance/xenozoo) +"gNZ" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/effect/decal/warning_stripes/west, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"gOb" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "HoSPriv"; + name = "HoS Office Privacy Shutters" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/hos) +"gOi" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/camera{ + c_tag = "Permabrig South"; + network = list("Prison","SS13") + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/permabrig) +"gOj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"gOq" = ( +/obj/structure/table/reinforced, +/obj/item/folder, +/obj/item/pen, +/obj/machinery/door/window/southleft{ + name = "Research Lab Desk"; + req_access_txt = "47" + }, +/obj/machinery/door/window/northleft, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id_tag = "researchdesk1"; + name = "Research Desk Shutters"; + opacity = 0 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/toxins/lab) +"gOv" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"gOF" = ( +/obj/machinery/computer/crew, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"gOL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/table/wood, +/obj/item/storage/bible, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"gOO" = ( +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"gOW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/crate/internals, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"gPv" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/medical/cryo) +"gPw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/maintenance/xenozoo) +"gPK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"gPL" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/wolpincubes, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"gPM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"gPR" = ( +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port/west) +"gPW" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/range) +"gQr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/security/glass{ + name = "Shooting Range"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/range) +"gQC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"gQD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/ntrep) +"gQH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/toxins/xenobiology) +"gQN" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/banana, +/obj/item/seeds/banana, +/obj/item/seeds/banana, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/radio/intercom{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"gQS" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/machinery/camera{ + c_tag = "Minisat AI Core West"; + dir = 4; + network = list("Minisat","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"gQV" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"gRa" = ( +/obj/machinery/light, +/obj/structure/closet/emcloset, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"gRb" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"gRd" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"gRN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"gRO" = ( +/turf/simulated/floor/carpet, +/area/lawoffice) +"gRP" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/engine/hardsuitstorage) +"gRQ" = ( +/obj/machinery/door/airlock/glass{ + name = "Cabin" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"gRY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/window/southright{ + dir = 8; + name = "AI Core Door"; + req_access = null; + req_access_txt = "16" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"gSi" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/assembly/showroom) +"gSF" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"gSG" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 8; + pixel_y = -24 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"gSN" = ( +/obj/machinery/light, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"gSY" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/machinery/camera{ + c_tag = "Minisat AI Core East"; + dir = 8; + network = list("Minisat","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"gTh" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"gTj" = ( +/turf/simulated/wall/rust, +/area/maintenance/maintcentral) +"gTl" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 1; + name = "Труба смешивания" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"gTr" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/storage/tech) +"gTw" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "o2_sensor" + }, +/turf/simulated/floor/engine/o2, +/area/atmos) +"gTx" = ( +/obj/machinery/chem_dispenser, +/obj/effect/decal/warning_stripes/northwest, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/engine, +/area/medical/chemistry) +"gTG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"gTK" = ( +/obj/machinery/vending/security, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/processing) +"gUa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"gUe" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + anchored = 1 + }, +/turf/simulated/floor/engine/o2, +/area/atmos) +"gUN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/medical/medbay3) +"gVa" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/table/glass, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"gVc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/toxins/mixing) +"gVd" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/hydroponics) +"gVl" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/computer/message_monitor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/server) +"gVn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"gVo" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/taperecorder{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/analyzer{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/machinery/camera{ + c_tag = "Toxins Lab"; + dir = 5; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/toxins/mixing) +"gVB" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"gVC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"gVK" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/checkpoint) +"gVL" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "execution" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "execution" + }, +/obj/structure/window/reinforced/polarized{ + id = "execution" + }, +/turf/simulated/floor/plating, +/area/security/execution) +"gVN" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + location = "Engineering" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"gVO" = ( +/obj/structure/table, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/book/manual/hydroponics_pod_people, +/obj/item/paper/hydroponics, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"gVU" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"gVV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + name = "Robotics Lab"; + req_access_txt = "29" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"gWh" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/civilian/pet_store) +"gWq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"gWz" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/maintenance/engrooms) +"gWH" = ( +/obj/structure/table, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_y = 3 + }, +/obj/machinery/computer/guestpass{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"gWJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/courtroom) +"gXb" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"gXc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/flora/ausbushes/ppflowers, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/grass, +/area/hydroponics) +"gXh" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/construction/hallway) +"gXk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/library) +"gXq" = ( +/obj/machinery/mech_bay_recharge_port, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"gXE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"gXK" = ( +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library/abandoned) +"gXM" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/grass, +/area/hydroponics) +"gYb" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/toxins/server) +"gYd" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"gYg" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"gYl" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay3) +"gYp" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/medical/ward) +"gYq" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/securehallway) +"gYI" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "arrival_south_airlock"; + name = "exterior access button"; + pixel_x = 24; + pixel_y = 24; + req_access_txt = "10;13" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"gYJ" = ( +/obj/item/twohanded/required/kirbyplants{ + layer = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"gYL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/computer/pandemic, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"gYN" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/toxins/explab) +"gYX" = ( +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"gZg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"gZr" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/central/south) +"gZC" = ( +/obj/structure/morgue, +/obj/effect/decal/warning_stripes/northwest, +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/medical/morgue) +"gZH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"gZJ" = ( +/obj/structure/closet/crate/engineering, +/obj/item/storage/toolbox/electrical{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 4; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"hab" = ( +/obj/structure/cable, +/obj/machinery/power/solar_control{ + dir = 8; + id = "auxsolareast"; + name = "Fore Starboard Solar Control" + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"har" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/fore) +"has" = ( +/obj/structure/closet/secure_closet/captains, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/wood, +/area/crew_quarters/captain/bedroom) +"hax" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/obj/machinery/camera{ + c_tag = "Departure Lounge South"; + dir = 1 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"haJ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 7 + }, +/obj/item/pen, +/obj/structure/disposalpipe/segment, +/obj/item/reagent_containers/spray/cleaner, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/medical/morgue) +"haO" = ( +/obj/machinery/computer/podtracker, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"haX" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/quartermaster/miningdock) +"hbc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"hbA" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/range) +"hbD" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"hbL" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"hbT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"hbX" = ( +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/table, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"hcg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/armoury) +"hcu" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/crew_quarters/fitness) +"hcE" = ( +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"hcW" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"hcZ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table, +/obj/item/clipboard, +/obj/item/toy/figure/miner, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"hdh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"hdk" = ( +/obj/structure/table/glass, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/masks, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery2) +"hdm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"hdu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "High Sec Zone"; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/permahallway) +"hdx" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/bluegrid, +/area/tcommsat/chamber) +"hdG" = ( +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"hdV" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/door/airlock/public/glass{ + id_tag = "KPPS" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "eslock"; + name = "Escape Shuttle Lockdown" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/bridge/checkpoint/south) +"hdZ" = ( +/obj/machinery/power/grounding_rod{ + anchored = 1 + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"hec" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"heg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/hydroponics) +"heh" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + id = "Cell 2"; + name = "Cell 2"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"hes" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/hydroponics) +"hev" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"hez" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; + dir = 10; + name = "Труба обработки" + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"heE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/toxins/xenobiology) +"heF" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/tcommsat/chamber) +"heT" = ( +/obj/machinery/door/airlock/external, +/turf/simulated/floor/plating, +/area/construction/hallway) +"heZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"hfg" = ( +/obj/structure/bed/roller, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"hfp" = ( +/obj/effect/spawner/window/reinforced/plasma, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/engine/controlroom) +"hfq" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"hfx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/north) +"hfM" = ( +/turf/simulated/floor/wood, +/area/security/hos) +"hfR" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/medical/genetics) +"hfU" = ( +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library/abandoned) +"hgg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/warden) +"hgx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/assembly/showroom) +"hgF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"hgH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/mounted/frame/apc_frame, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/teleporter/abandoned) +"hgM" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/warden) +"hgQ" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"hgR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"hgZ" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"hhe" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"hhg" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"hhq" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/carpet, +/area/civilian/pet_store) +"hhF" = ( +/obj/structure/table/wood, +/obj/item/taperecorder{ + pixel_x = -5 + }, +/obj/item/radio{ + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/hos) +"hhH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/hallway/primary/central/north) +"hhI" = ( +/obj/machinery/newscaster{ + pixel_x = -28; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/grimy, +/area/civilian/vacantoffice) +"hhJ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology/lab) +"hhQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/teleporter) +"hid" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"hiB" = ( +/obj/machinery/light/small, +/obj/machinery/camera{ + c_tag = "Central Ring Hallway North 2"; + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"hiH" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/table/reinforced, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/item/folder/yellow, +/obj/item/airlock_electronics, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/storage/tech) +"hiQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"hiV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/research{ + name = "Toxin Mixing"; + req_access_txt = "47" + }, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"hjz" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"hjN" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel/grimy, +/area/civilian/vacantoffice) +"hjT" = ( +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Cell Block"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"hkf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"hko" = ( +/obj/machinery/requests_console{ + department = "Crew Quarters"; + name = "Crew Quarters Requests Console"; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"hkp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"hkr" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/podbay) +"hkF" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/gateway) +"hlh" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"hlj" = ( +/obj/machinery/computer/crew, +/obj/machinery/computer/guestpass{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/reception) +"hlF" = ( +/obj/structure/table/glass, +/obj/structure/sign/deathsposal{ + pixel_y = -32 + }, +/obj/item/paper_bin, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"hlJ" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"hlT" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + icon_state = "pipe-j2s"; + name = "Cargo Bay"; + sortType = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/storage) +"hmo" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "SecPilotPriv" + }, +/turf/simulated/floor/plating, +/area/security/podbay) +"hmq" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "SecMedPriv" + }, +/turf/simulated/floor/plating, +/area/security/medbay) +"hmB" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/rebels_unite{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"hmE" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth (Chaplain)"; + req_access_txt = "22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"hmL" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/engine/hardsuitstorage) +"hmS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"hne" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"hng" = ( +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/fitness) +"hnB" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "SecMedPriv" + }, +/turf/simulated/floor/plating, +/area/security/medbay) +"hnE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"hnQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"hnU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"hnW" = ( +/obj/machinery/keycard_auth{ + pixel_x = -26; + pixel_y = 22 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Captain's Desk"; + departmentType = 5; + name = "Captain Requests Console"; + pixel_x = -30 + }, +/obj/machinery/computer/card, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"hog" = ( +/obj/machinery/sleeper{ + pixel_x = 3 + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/alarm{ + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/machinery/camera{ + c_tag = "Medbay Exam Room North"; + network = list("SS13","Medical"); + pixel_x = 34 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"hoo" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/status_display/supply_display{ + layer = 3.25; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/office) +"hox" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/reception) +"hoH" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "medcabin1"; + name = "Patients Room" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"hoM" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"hoS" = ( +/obj/machinery/camera{ + c_tag = "Research Hallway"; + network = list("Research","SS13") + }, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"hoT" = ( +/obj/structure/delta_statue/c, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault"; + tag = "icon-vault (WEST)" + }, +/area/bridge/vip) +"hoU" = ( +/obj/structure/chair/office/dark, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/landmark/start{ + name = "Warden" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredfull" + }, +/area/security/warden) +"hoX" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"hpc" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/hallway/primary/central/north) +"hpg" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "SecMedPriv" + }, +/turf/simulated/floor/plating, +/area/security/medbay) +"hph" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/item/flash{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/processing) +"hpE" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"hpG" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/maintenance/fsmaint) +"hpZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/evidence) +"hqc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"hqh" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"hqq" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + pixel_y = 26 + }, +/obj/machinery/computer/med_data/laptop, +/obj/machinery/flasher_button{ + id = "hopflash"; + pixel_x = -38; + pixel_y = -6 + }, +/obj/machinery/door_control{ + id = "hopprivacy"; + name = "Privacy Shutters"; + pixel_x = -24; + pixel_y = -6; + req_one_access_txt = "18" + }, +/obj/machinery/door_control{ + id = "hopqueueshutters"; + name = "Queue Shutters"; + pixel_x = -24; + pixel_y = 6; + req_one_access_txt = "18" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/heads/hop) +"hqC" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/customs) +"hqG" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + id_tag = "mix_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + layer = 2.4; + name = "mix vent"; + on = 1; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0 + }, +/turf/simulated/floor/engine/insulated/vacuum, +/area/atmos) +"hqP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"hqS" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/closet/walllocker/emerglocker{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/medical/medbay3) +"hrb" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + name = "Труба смешивания" + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"hrt" = ( +/obj/structure/chair/stool, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/driver_button{ + id_tag = "trash"; + name = "Trash Ejector Button"; + pixel_x = -26 + }, +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom{ + pixel_x = -28; + pixel_y = 26 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"hrL" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/brigstaff) +"hrO" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"hrW" = ( +/obj/item/radio/intercom{ + pixel_y = 22 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/engine/mechanic_workshop/hangar) +"hrX" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 1; + name = "Труба смешивания" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"hrY" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + desiredstate = 1; + id = "KPPN"; + name = "North Checkpoint Bolts"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = 7; + req_access_txt = "19"; + specialfunctions = 4 + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "KPPS"; + name = "South Checkpoint Bolts"; + normaldoorcontrol = 1; + pixel_x = 6; + pixel_y = 7; + req_access_txt = "19"; + specialfunctions = 4 + }, +/obj/machinery/door_control{ + id = "eslock"; + name = "Privacy Shuttes Control"; + pixel_x = 6; + pixel_y = -2; + req_access_txt = "19" + }, +/obj/machinery/door_control{ + id = "SKPP"; + name = "Privacy Shuttes Control"; + pixel_x = -6; + pixel_y = -2; + req_access_txt = "19" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/bridge/checkpoint/south) +"hsp" = ( +/turf/simulated/wall, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"hsI" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/storage{ + name = "Perma Maintenance" + }) +"hsQ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 8; + name = "Труба дыхательной смеси" + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/atmos) +"hsS" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"hsU" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"htb" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"htt" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/manifold4w/visible/purple, +/obj/machinery/meter, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/atmos) +"htC" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "experimentor"; + name = "Experimentor Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/explab) +"htF" = ( +/obj/effect/decal/warning_stripes/north, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"hur" = ( +/obj/structure/toilet{ + desc = "Старый грязный туалет, по какой-то причине стоящий в техах. У вас нет ни единого понятия откуда он здесь."; + name = "Параша" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"huw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Service Hall" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/crew_quarters/serviceyard) +"huC" = ( +/obj/structure/chair/stool, +/obj/item/mounted/frame/newscaster_frame, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/maintenance/bar) +"huT" = ( +/obj/structure/bed/psych, +/obj/machinery/light{ + dir = 1 + }, +/mob/living/simple_animal/mouse/white{ + desc = "Близкий друг психиатра. Не подпускать к Рантайму."; + real_name = "Бобби" + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"hvg" = ( +/obj/item/radio/intercom/custom{ + pixel_y = 25 + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/item/radio/intercom/private{ + pixel_y = -28 + }, +/obj/effect/landmark{ + name = "tripai" + }, +/obj/machinery/door/window/southright{ + dir = 4; + name = "AI Intercom"; + req_access_txt = "16" + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"hvr" = ( +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"hvy" = ( +/turf/simulated/floor/wood, +/area/maintenance/fsmaint) +"hvz" = ( +/obj/structure/table, +/obj/item/stock_parts/cell/high, +/obj/machinery/cell_charger, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"hvE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"hvI" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 10; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"hvP" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"hvW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"hwa" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/sw) +"hwj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"hwu" = ( +/turf/simulated/floor/engine/plasma, +/area/atmos) +"hwz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 4; + tag = "icon-pipe-j1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/south) +"hwC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"hwE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"hxp" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/vending/plasmaresearch, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/toxins/mixing) +"hxV" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Toxins Tank"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/engine/plasma, +/area/atmos) +"hya" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + id_tag = "tox_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + layer = 2.4; + name = "plasma vent"; + on = 1; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0 + }, +/turf/simulated/floor/engine/plasma, +/area/atmos) +"hyj" = ( +/obj/machinery/atmospherics/binary/pump{ + desc = "Подаёт токсины для смешивания с другими газами"; + dir = 4; + name = "Токсины (Плазма) в смеситель"; + target_pressure = 101 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/atmos) +"hyk" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"hyv" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"hyI" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/medical/research{ + name = "Research Division" + }) +"hyJ" = ( +/obj/machinery/atmospherics/unary/heat_reservoir/heater{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"hyT" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/aft) +"hzd" = ( +/turf/simulated/wall/rust, +/area/security/checkpoint) +"hze" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/machinery/computer/card, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "bluefull" + }, +/area/bridge/checkpoint/south) +"hzk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/south) +"hzp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"hzK" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/brown, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"hzN" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-25"; + tag = "icon-plant-25" + }, +/obj/machinery/door_control{ + id = "magistrate"; + name = "Privacy Shutters Control"; + pixel_x = -25; + pixel_y = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"hzS" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/ward) +"hzT" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"hzX" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"hAu" = ( +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/east) +"hAw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"hAC" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; + dir = 4; + name = "Труба обработки" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"hAQ" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"hAX" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/northwest, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/closet/secure_closet/atmos_personal, +/obj/item/extinguisher/mini, +/turf/simulated/floor/plasteel, +/area/atmos) +"hAY" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/turf/simulated/floor/plasteel/grimy, +/area/civilian/vacantoffice) +"hBg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay3) +"hBD" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/gambling_den/casino) +"hBH" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8; + frequency = 1441; + id = "o2_in" + }, +/turf/simulated/floor/engine/o2, +/area/atmos) +"hBQ" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/library) +"hBR" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/carpet, +/area/maintenance/fsmaint) +"hBX" = ( +/obj/effect/decal/warning_stripes/west, +/obj/effect/landmark/start{ + name = "Scientist" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/toxins/mixing) +"hCd" = ( +/obj/item/radio/intercom/department/security{ + pixel_x = 32; + pixel_y = -7 + }, +/obj/item/radio/intercom{ + pixel_x = 32; + pixel_y = 5 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 26 + }, +/obj/machinery/camera{ + c_tag = "Magistrate Office North" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"hCl" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/closet/crate/hydroponics/prespawned, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"hCs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"hCy" = ( +/obj/structure/table/reinforced, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/hardsuitstorage) +"hCD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/hydroponics) +"hCR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + name = "Chemistry Junction"; + sortType = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/south) +"hCW" = ( +/obj/structure/table, +/obj/item/tank/emergency_oxygen/nitrogen{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/tank/emergency_oxygen/nitrogen{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/tank/emergency_oxygen/nitrogen{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/tank/emergency_oxygen/plasma{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/tank/emergency_oxygen/plasma{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/tank/emergency_oxygen/plasma{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/biostorage) +"hCZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Maintenance"; + req_access_txt = "31" + }, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"hDv" = ( +/obj/structure/table/wood/poker, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/maintenance/gambling_den) +"hDD" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/security/processing) +"hDH" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"hDU" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port) +"hEb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology/lab) +"hEe" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid"; + tag = "icon-asteroid (NORTH)" + }, +/area/hydroponics) +"hEh" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall14" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"hEs" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/hydroponics) +"hEv" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Librarian" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"hEB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/window/brigdoor{ + dir = 2; + name = "Creature Pen"; + req_access_txt = "47" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"hED" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"hEK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/security/detectives_office) +"hEN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"hEY" = ( +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access_txt = "37" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"hFe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/medical/medbay3) +"hFg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/nw) +"hFn" = ( +/turf/simulated/floor/mech_bay_recharge_floor, +/area/assembly/chargebay) +"hFv" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid"; + tag = "icon-asteroid (NORTH)" + }, +/area/hydroponics) +"hFx" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"hFG" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/electrical) +"hFX" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/civilian/vacantoffice) +"hGm" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/landmark/start{ + name = "Roboticist" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/assembly/robotics) +"hGs" = ( +/obj/structure/table/wood, +/obj/machinery/light, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/item/toy/plushie/orange_cat{ + pixel_x = 3; + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/civilian/pet_store) +"hGB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"hGI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"hGZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"hHa" = ( +/turf/simulated/wall, +/area/hallway/primary/central/north) +"hHd" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/table, +/obj/item/hand_tele, +/turf/simulated/floor/plasteel, +/area/teleporter) +"hHo" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_x = -32 + }, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade{ + pixel_x = 10; + pixel_y = 5 + }, +/obj/item/grenade/chem_grenade{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/grenade/chem_grenade{ + pixel_x = 1; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/toxins/mixing) +"hHs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/east) +"hHu" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"hHy" = ( +/obj/effect/decal/warning_stripes/east, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/podbay) +"hHE" = ( +/mob/living/simple_animal/mouse/gray, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"hHL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"hHP" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/sleep) +"hIc" = ( +/obj/structure/delta_statue/n, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault"; + tag = "icon-vault (WEST)" + }, +/area/bridge/vip) +"hIk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"hIA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/sleeper) +"hIB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"hIZ" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"hJA" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/serviceyard) +"hJC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/serviceyard) +"hJG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/toxins/explab) +"hJO" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_y = 13 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/toxins/mixing) +"hJX" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Roboticist" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTHWEST)" + }, +/area/assembly/robotics) +"hJZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/locker) +"hKe" = ( +/obj/machinery/tcomms/core/station, +/obj/machinery/flasher{ + id = null; + pixel_y = -24 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/camera/motion{ + c_tag = "Minisat Telecommunications"; + dir = 1; + network = list("Minisat","SS13") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/bluegrid, +/area/tcommsat/chamber) +"hKl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"hKm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/ne) +"hKt" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/chapel/main) +"hKB" = ( +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"hKG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"hKH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/sleep) +"hKL" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 4; + name = "Труба фильтрации" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + name = "Труба турбины" + }, +/turf/space, +/area/space/nearstation) +"hLe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"hLh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/kitchen) +"hLi" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"hLD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"hLJ" = ( +/obj/machinery/vending/cigarette/free, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/restroom) +"hLK" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"hLL" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"hLZ" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/table/wood, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/storage/toolbox/electrical, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"hMh" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/door/airlock/public/glass{ + id_tag = "KPPN" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "eslock"; + name = "Escape Shuttle Lockdown" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/bridge/checkpoint/south) +"hMj" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"hMB" = ( +/obj/structure/table/wood, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"hMY" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/quartermaster/office) +"hMZ" = ( +/obj/item/radio/intercom{ + dir = 0; + pixel_x = -28; + pixel_y = -28 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"hNt" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/office) +"hNA" = ( +/obj/machinery/door/airlock/shuttle{ + aiControlDisabled = 1; + hackProof = 1; + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch" + }, +/turf/simulated/floor/plasteel, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"hNH" = ( +/obj/machinery/light, +/obj/machinery/vending/wallmed{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"hNJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/sleep) +"hOi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/grimy, +/area/civilian/vacantoffice) +"hOp" = ( +/mob/living/simple_animal/crab/Coffee{ + desc = "Master of the GYM"; + name = "Billy Crabington"; + real_name = "Billy Crabington" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/fitness) +"hOs" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/office) +"hOx" = ( +/obj/structure/sign/poster/random{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port/west) +"hOy" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"hOD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"hOE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/security/processing) +"hOJ" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"hOT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"hOZ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology/lab) +"hPb" = ( +/obj/structure/chair/comfy/lime{ + dir = 4 + }, +/obj/machinery/light{ + on = 1 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -29 + }, +/obj/effect/landmark/start{ + name = "Psychiatrist" + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"hPg" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/fitness) +"hPl" = ( +/obj/structure/table/wood, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/item/folder/blue, +/obj/item/pen/multi/fountain, +/obj/item/paper/safe_code{ + owner = "captain" + }, +/obj/item/paper/monitorkey, +/obj/item/lighter/zippo/cap, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain/bedroom) +"hPr" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/computer/supplycomp/public{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/quartermaster/office) +"hPC" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/quartermaster/miningdock) +"hPQ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/nuke_storage) +"hQg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/table/wood, +/obj/machinery/door_control{ + id = "Brig_lockdown"; + name = "Brig Lockdown"; + pixel_x = 7; + pixel_y = 6; + req_access_txt = "58" + }, +/obj/machinery/keycard_auth{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/paper/monitorkey, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/hos) +"hQl" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel, +/area/medical/research/nhallway) +"hQn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/atmos) +"hQr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"hQz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"hQH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/library) +"hQI" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"hQK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/medical/morgue) +"hQL" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay) +"hQW" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id_tag = "rdprivacy"; + name = "Research Director Office Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/hor) +"hQX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/processing) +"hRd" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/briefcase{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"hRq" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"hRv" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"hRw" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/storage/firstaid/regular{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/gateway) +"hRx" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"hRC" = ( +/obj/structure/table/wood, +/obj/item/storage/briefcase, +/turf/simulated/floor/plasteel/grimy, +/area/civilian/vacantoffice) +"hRD" = ( +/obj/structure/bed, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/prison/cell_block/A) +"hRY" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/toxins/test_area) +"hSo" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "blueshield"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/blueshield) +"hSs" = ( +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/obj/structure/filingcabinet/employment, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"hSF" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "engineering_east_airlock"; + name = "interior access button"; + pixel_x = -20; + pixel_y = 20; + req_access_txt = "10;13" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/engineering) +"hSN" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall, +/area/quartermaster/storage) +"hTs" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = -32 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/medbay) +"hTw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = 28; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"hTU" = ( +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"hTY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"hUf" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/genetics_cloning) +"hUg" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "sit_arrivals"; + name = "South-East Solars"; + width = 11 + }, +/turf/space, +/area/space) +"hUk" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/sw) +"hUm" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall, +/area/engine/engineering) +"hUH" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall, +/area/toxins/xenobiology) +"hUJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/landmark/start{ + name = "Scientist" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"hUL" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"hUP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen"; + tag = "icon-whitegreen (EAST)" + }, +/area/medical/virology/lab) +"hUQ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin2) +"hUX" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"hVe" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 32; + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Command Departure Checkpoint" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/bridge/checkpoint/south) +"hVC" = ( +/obj/effect/turf_decal/bot/left, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"hVD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance{ + name = "Chapel Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/asmaint2) +"hVL" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "engineering_west_airlock"; + pixel_y = -25; + req_access_txt = "10;13"; + tag_airpump = "engineering_west_pump"; + tag_chamber_sensor = "engineering_west_sensor"; + tag_exterior_door = "engineering_west_outer"; + tag_interior_door = "engineering_west_inner" + }, +/obj/machinery/airlock_sensor{ + id_tag = "engineering_west_sensor"; + pixel_y = -34 + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"hVP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"hWb" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + dir = 1; + name = "Secure Armory"; + req_access_txt = "1" + }, +/obj/item/clothing/suit/armor/laserproof, +/obj/item/gun/energy/ionrifle, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"hWl" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"hWA" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" + }, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"hWL" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/engine/engineering) +"hWX" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/security/medbay) +"hXm" = ( +/obj/structure/table, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"hXt" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"hXy" = ( +/obj/structure/bed/roller, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/security/medbay) +"hXL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"hYi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/shallway) +"hYl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"hYw" = ( +/obj/machinery/shieldgen, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"hYI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"hYL" = ( +/obj/machinery/door/morgue{ + name = "Chapel Morgue"; + req_access_txt = "22" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"hYQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/evidence) +"hZa" = ( +/obj/structure/table/reinforced, +/obj/item/paicard, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/bluegrid, +/area/tcommsat/chamber) +"hZV" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"hZW" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plating, +/area/maintenance/storage{ + name = "Perma Maintenance" + }) +"iaa" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"iad" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Rubber Bullets"; + req_access = list(1) + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/armoury) +"iah" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/ignition_switch{ + id = "testigniter"; + pixel_x = -24; + pixel_y = 6 + }, +/obj/machinery/door_control{ + id = "RnDChem"; + name = "Chamber Blast Doors"; + pixel_x = -24; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/toxins/misc_lab) +"ibj" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"ibu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/mob/living/simple_animal/mouse/brown, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"ibA" = ( +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/obj/item/shard, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"ibF" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "Perma2"; + name = "Permabrig Access"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaLockdown"; + name = "Perma Lockdown" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"ibI" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"ibJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library/abandoned) +"ibM" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/displaycase/labcage, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"ice" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaLockdown"; + name = "Perma Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"icl" = ( +/obj/effect/decal/warning_stripes/red, +/obj/structure/reagent_dispensers/watertank/high, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"icp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"ics" = ( +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"icz" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"icF" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"icS" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/crew_quarters/sleep) +"ido" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/library/abandoned) +"idt" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/turf/space, +/area/space/nearstation) +"idu" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/coffin, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "vault" + }, +/area/chapel/main) +"idx" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"idE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"ief" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"ieh" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A29"; + location = "A28" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/crew_quarters/sleep) +"ies" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/chair/stool, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"ieY" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/robot_parts/chest, +/obj/item/robot_parts/r_arm, +/obj/item/robot_parts/l_arm, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"ifq" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/shieldwallgen{ + req_access = list(47) + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"ifw" = ( +/obj/item/radio/intercom{ + pixel_x = 26; + pixel_y = 28 + }, +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/kilt, +/obj/item/clothing/head/beret, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin2) +"ifC" = ( +/obj/structure/closet/crate, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/emergency, +/obj/item/flashlight/flare, +/obj/item/flashlight/flare, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/radio, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"ifD" = ( +/obj/machinery/space_heater, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/atmos) +"ifK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/central/north) +"igc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"igj" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"igk" = ( +/obj/machinery/photocopier, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 26 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/warden) +"igo" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/newscaster/security_unit{ + pixel_y = -30 + }, +/turf/simulated/floor/wood, +/area/security/hos) +"igC" = ( +/obj/machinery/door/airlock/glass{ + name = "Cabin" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/sleep) +"igE" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/storage/box/rxglasses, +/obj/item/storage/belt/medical, +/obj/item/clothing/glasses/hud/health, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/item/clothing/glasses/hud/health, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/biostorage) +"igF" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"igH" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Security SMG's"; + req_access_txt = "3" + }, +/obj/item/gun/projectile/automatic/wt550{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/wt550, +/obj/item/gun/projectile/automatic/wt550{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"igL" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/engine/plasma, +/area/atmos) +"igP" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/power/port_gen/pacman, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"igV" = ( +/turf/simulated/wall, +/area/civilian/pet_store) +"ihl" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "ai1"; + name = "Turret Shutters" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"ihm" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"ihp" = ( +/obj/machinery/door/poddoor/multi_tile/two_tile_ver{ + id_tag = "secpilot"; + req_access_txt = "71" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/structure/spacepoddoor{ + luminosity = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"ihs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/ward) +"ihv" = ( +/obj/machinery/camera{ + c_tag = "Departure Lounge South-West"; + dir = 1 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"ihw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/processing) +"ihB" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/tcommsat/chamber) +"ihW" = ( +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay Requests Console"; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/medbay) +"iil" = ( +/obj/machinery/atmospherics/binary/pump{ + desc = "Позволяет подать смесь в вентиляции станции"; + name = "Подача смеси в систему вентиляции"; + target_pressure = 101 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"iiP" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"ija" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/brig) +"ijj" = ( +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/obj/structure/sign/directions/medical{ + dir = 1 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 8 + }, +/turf/simulated/wall, +/area/bridge/checkpoint/south) +"ijp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/command{ + id_tag = "captainofficedoor"; + name = "Captain's Office"; + req_access = null; + req_access_txt = "20" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/maintenance/maintcentral) +"ijv" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "sw_maint2_inner"; + locked = 1; + name = "West Maintenance External Access"; + req_access = null; + req_access_txt = "10;13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"ijz" = ( +/obj/machinery/door/airlock/shuttle/glass{ + name = "Emergency Airlock Access"; + req_one_access_txt = "2;19" + }, +/turf/simulated/floor/plasteel, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"ijD" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/warden) +"ijH" = ( +/obj/structure/rack, +/obj/item/paper, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"ijJ" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + anchored = 1 + }, +/turf/simulated/floor/engine/plasma, +/area/atmos) +"ikc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"ikg" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/toxins/xenobiology) +"ikr" = ( +/obj/machinery/suit_storage_unit/security{ + name = "head of security suit storage unit"; + suit_type = /obj/item/clothing/suit/space/hardsuit/security/hos + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"ikv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1441; + input_tag = "tox_in"; + name = "Toxin Supply Control"; + output_tag = "tox_out"; + sensors = list("tox_sensor" = "Tank") + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/atmos) +"ikA" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"ikJ" = ( +/obj/structure/closet/secure_closet/hop, +/obj/machinery/camera{ + c_tag = "Head of Personal's bedroom"; + dir = 1 + }, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/under/dress/dress_hop, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"ikN" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 5; + name = "Труба смешивания" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"ikS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/ward) +"ilr" = ( +/obj/machinery/atmospherics/binary/pump{ + desc = "Подаёт азот для смешивания с другими газами"; + dir = 8; + name = "Азот (N2) в смеситель"; + target_pressure = 101 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/atmos) +"ilv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics_cloning) +"ilz" = ( +/mob/living/simple_animal/hostile/retaliate/goat{ + name = "Pete"; + real_name = "Pete" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/kitchen) +"ilF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"ilJ" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/storage/bag/bio, +/obj/item/storage/bag/bio, +/obj/item/storage/bag/bio, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"ilL" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"ilQ" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/structure/sign/nosmoking_2{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/northwestsouth, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/atmos) +"ima" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/northeastsouth, +/turf/simulated/floor/plasteel{ + icon_state = "escape" + }, +/area/atmos) +"iml" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permahallway) +"imB" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/atmos) +"imD" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 10; + name = "Труба смешивания" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"imF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"imH" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"imJ" = ( +/obj/effect/decal/warning_stripes/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"imN" = ( +/obj/machinery/iv_drip, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen"; + tag = "icon-whitegreen (SOUTHWEST)" + }, +/area/medical/virology) +"imT" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"ind" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library/abandoned) +"inl" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/processing) +"inw" = ( +/obj/effect/decal/warning_stripes/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/atmos) +"inx" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/window/eastleft{ + dir = 2; + name = "Chapel Delivery"; + req_access_txt = "22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"inF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"inI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A17"; + location = "A16" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/west) +"inP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/prisonershuttle) +"inQ" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood{ + icon_state = "wood-broken7"; + tag = "icon-wood-broken7" + }, +/area/maintenance/fsmaint) +"inS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/crew_quarters/sleep) +"inV" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/library) +"iof" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/atmos) +"ioo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"iox" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/tcommsat/chamber) +"ioU" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/permahallway) +"ipb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"ipi" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/radio/intercom{ + pixel_x = -30; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"ipw" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"ipx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/hydroponics) +"ipV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/crew_quarters/serviceyard) +"ipW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/north) +"iqh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=V3"; + location = "V2" + }, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"iqk" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"iqs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"iqD" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/northwestsouth, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"iqN" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"iqP" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "HoSPriv"; + name = "HoS Office Privacy Shutters" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/hos) +"iqR" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"iqU" = ( +/obj/machinery/atmospherics/binary/valve, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "yellow" + }, +/area/maintenance/electrical) +"irg" = ( +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/structure/filingcabinet/security, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/bridge/checkpoint/south) +"irq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/security/lobby) +"iru" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "Library" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/wood, +/area/library) +"irC" = ( +/obj/effect/decal/warning_stripes/south, +/obj/effect/landmark/start{ + name = "Chef" + }, +/obj/structure/sink{ + layer = 4; + pixel_y = 26 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"irD" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/hallway/primary/fore) +"irG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/command{ + id_tag = "captainofficedoor"; + name = "Captain's Office"; + req_access = null; + req_access_txt = "20" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"irI" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Kitchen Dinner Windows"; + name = "Kitchen Shutters" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/item/reagent_containers/food/snacks/soup/beetsoup{ + desc = "With the taste of execution"; + name = "borsch" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"irJ" = ( +/turf/simulated/wall/r_wall, +/area/engine/mechanic_workshop/expedition) +"irZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/arrow{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"isb" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/mopbucket/full, +/obj/item/mop, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"iso" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/office) +"isq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "yellow" + }, +/area/maintenance/electrical) +"isv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"isF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"isM" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"itk" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/obj/item/radio/intercom{ + pixel_x = -30; + pixel_y = -4 + }, +/obj/item/reagent_containers/glass/bucket, +/obj/machinery/camera{ + c_tag = "Hydroponics South"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"itv" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/reception) +"itZ" = ( +/obj/structure/lattice, +/obj/structure/transit_tube{ + icon_state = "D-NE"; + tag = "icon-D-NE" + }, +/turf/space, +/area/space/nearstation) +"iuh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"iui" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"iul" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"ium" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"iuy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/quartermaster/miningdock) +"iuA" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_x = 30; + pixel_y = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"iuG" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"iuQ" = ( +/obj/machinery/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHWEST)" + }, +/area/medical/medbay3) +"iuW" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"ive" = ( +/obj/structure/bed, +/obj/item/bedsheet/patriot, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"ivi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"ivw" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/bridge/checkpoint/south) +"ivy" = ( +/obj/structure/grille, +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"ivL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/central/north) +"ivT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"ivV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"iwe" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/nuclearbomb, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/security/nuke_storage) +"iwp" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "HoSPriv"; + name = "HoS Office Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/hos) +"iwt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=P1"; + location = "P3" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"iwv" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/permabrig) +"iww" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"iwz" = ( +/obj/structure/bookcase, +/turf/simulated/floor/wood, +/area/assembly/showroom) +"iwC" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitered" + }, +/area/security/medbay) +"iwI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"iwS" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitered" + }, +/area/security/medbay) +"ixc" = ( +/obj/machinery/door_timer/cell_2, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"ixi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/gateway) +"ixk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 60; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitered" + }, +/area/security/medbay) +"ixm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera{ + c_tag = "Secure Armory West"; + dir = 4; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/securearmoury) +"ixo" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/medical/reception) +"ixs" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"ixu" = ( +/obj/structure/closet, +/obj/item/storage/box/handcuffs, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/item/storage/toolbox/mechanical, +/obj/item/stack/tape_roll, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/processing) +"ixy" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/bridge/checkpoint/south) +"ixz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"iyh" = ( +/obj/structure/closet/coffin, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "vault" + }, +/area/chapel/main) +"iyV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/brig) +"izb" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"izf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/door/window/brigdoor{ + req_access_txt = "2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/crew_quarters/courtroom) +"izr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/security/checkpoint) +"izJ" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHEAST)" + }, +/area/medical/ward) +"izP" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/medical/cmo) +"izY" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"iAf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/evidence) +"iAj" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/securehallway) +"iAw" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"iAy" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"iAK" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plating, +/area/space/nearstation) +"iAS" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"iBh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"iBj" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"iBC" = ( +/obj/machinery/cryopod/right, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/sleep) +"iBE" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/storage{ + name = "Perma Maintenance" + }) +"iBT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/reception) +"iBW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "eslock"; + name = "Escape Shuttle Lockdown" + }, +/obj/machinery/door/airlock/glass{ + name = "Chapel" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"iCk" = ( +/turf/simulated/floor/plating, +/area/maintenance/storage{ + name = "Perma Maintenance" + }) +"iCu" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaLockdown"; + name = "Perma Lockdown" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaCellsLockdown"; + name = "Perma Cells Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"iCB" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"iDp" = ( +/obj/machinery/door/airlock/public/glass{ + id_tag = "Perma22" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaLockdown"; + name = "Perma Lockdown" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaCellsLockdown"; + name = "Perma Cells Lockdown" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"iDr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"iDs" = ( +/obj/structure/closet/crate, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel, +/area/security/range) +"iDE" = ( +/obj/structure/table/glass, +/obj/item/clipboard, +/obj/item/toy/figure/cmo, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/medical/cmo) +"iDF" = ( +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/securehallway) +"iDJ" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/medical/cmo) +"iDS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"iEb" = ( +/obj/machinery/power/port_gen/pacman, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"iEi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/alarm{ + pixel_y = 23 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/starboard/east) +"iEY" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"iFc" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"iFi" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plating, +/area/library/abandoned) +"iFq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + name = "Xenobiology Lab"; + req_access_txt = "47" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"iFu" = ( +/obj/machinery/computer/med_data, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/ward) +"iFv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/morgue{ + name = "Chapel Morgue"; + req_access_txt = "22" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"iFw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/camera/motion{ + c_tag = "Minisat AI Core South"; + network = list("Minisat","SS13") + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"iFD" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/gambling_den) +"iFH" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering) +"iFO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"iFR" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"iFS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"iGj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluefull" + }, +/area/turret_protected/ai) +"iGn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/processing) +"iGo" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/lattice, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"iGu" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/security/nuke_storage) +"iGw" = ( +/obj/structure/lattice, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"iGE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"iGF" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window{ + dir = 8; + name = "Kitchen"; + req_access_txt = "28" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Kitchen Hall Windows"; + name = "Kitchen Shutters" + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = -2 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = 10 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = 10 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = 10 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = 10 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = -2 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = -2 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = -2 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"iGG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/brig) +"iGM" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"iGN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"iHp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/main) +"iHx" = ( +/obj/machinery/door/window/eastright{ + dir = 8; + name = "Forensic laboratory"; + req_access_txt = "4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/detectives_office) +"iHE" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/ntrep) +"iHF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"iHJ" = ( +/obj/machinery/atmospherics/trinary/filter{ + desc = "Отфильтровывает токсины из трубы и отправляет их в камеру хранения"; + name = "Фильтр Токсинов (Плазма)"; + on = 1; + target_pressure = 4500 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/atmos) +"iHM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"iHV" = ( +/obj/effect/landmark/start{ + name = "Medical Doctor" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/sleeper) +"iHX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Engineering Storage"; + dir = 1; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/engine/break_room) +"iIc" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"iIl" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/pen, +/obj/item/paper/monitorkey, +/obj/item/lighter/zippo/hop, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"iIm" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating, +/area/engine/engineering) +"iIq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTH)" + }, +/area/toxins/explab) +"iJa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/checkpoint) +"iJg" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"iJw" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"iJN" = ( +/obj/effect/decal/warning_stripes/southwest, +/obj/structure/table/reinforced, +/obj/item/taperecorder, +/obj/item/clothing/glasses/sunglasses/blindfold, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/security/execution) +"iJV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/east, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/hardsuitstorage) +"iJW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"iJZ" = ( +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/fitness) +"iKy" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/toxins/mixing) +"iKz" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/item/reagent_containers/glass/bucket, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/civilian/pet_store) +"iKD" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"iKW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door_control{ + id = "xeno1"; + name = "Containment Control"; + pixel_y = -28; + req_access_txt = "55" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitehall" + }, +/area/toxins/xenobiology) +"iLb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/closet/emcloset, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prisonershuttle) +"iLc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/range) +"iLi" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"iLo" = ( +/turf/simulated/floor/wood, +/area/blueshield) +"iLA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"iLB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 5; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"iLK" = ( +/obj/machinery/portable_atmospherics/scrubber/huge/stationary, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"iLQ" = ( +/obj/effect/decal/warning_stripes/yellow, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #1"; + suffix = "#1" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 4; + location = "QM #1" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/delivery) +"iLS" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"iMh" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"iMi" = ( +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Central Ring Hallway Center 2"; + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"iMj" = ( +/obj/effect/decal/warning_stripes/south, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/hardsuitstorage) +"iMk" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/aisat_interior) +"iMx" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/maintenance/electrical) +"iMK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"iNf" = ( +/obj/machinery/requests_console{ + department = "Engineering"; + departmentType = 3; + name = "Engineering Requests Console"; + pixel_y = -30 + }, +/obj/structure/closet/secure_closet/engineering_personal, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28; + pixel_y = -28 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"iNk" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/obj/machinery/atmospherics/binary/pump{ + desc = "Подаёт азот в смеситель для создания дыхательной смеси, которая потом распространяется по станции"; + dir = 8; + name = "Азот (N2) в дыхательную смесь"; + on = 1; + target_pressure = 101 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/atmos) +"iNy" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"iNB" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + id_tag = "n2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + name = "n2 vent"; + on = 1; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0 + }, +/turf/simulated/floor/engine/n2, +/area/atmos) +"iNC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"iNJ" = ( +/obj/structure/table/wood, +/obj/item/camera, +/turf/simulated/floor/plasteel/grimy, +/area/civilian/vacantoffice) +"iNR" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"iNS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 4; + name = "Труба фильтрации" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"iOk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/security/lobby) +"iOz" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Chemistry"; + name = "Chemistry Privacy Shutter" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/medical/biostorage) +"iOD" = ( +/turf/simulated/wall/r_wall, +/area/security/checkpoint) +"iOH" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/engrooms) +"iOJ" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/rack, +/obj/item/clothing/shoes/magboots{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/machinery/door/window/southright{ + dir = 4; + name = "EVA Equipment" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"iOQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 4; + name = "Труба фильтрации" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 1; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"iOV" = ( +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"iPd" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"iPo" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Nitrogen Tank"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/engine/n2, +/area/atmos) +"iPx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/library/abandoned) +"iPD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/northeastsouth, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"iQf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"iQu" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer{ + current_temperature = 80; + dir = 1; + min_temperature = 80; + on = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26; + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"iQL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/hydroponics) +"iQQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/medical/research{ + name = "Research Division" + }) +"iRd" = ( +/obj/machinery/camera{ + c_tag = "Research Lobby"; + dir = 1; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/medical/research{ + name = "Research Division" + }) +"iRu" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating/airless, +/area/toxins/mixing) +"iRA" = ( +/obj/machinery/seed_extractor, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"iSO" = ( +/turf/simulated/wall/rust, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"iSS" = ( +/obj/machinery/power/grounding_rod{ + anchored = 1 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"iST" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/lobby) +"iSW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"iSY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"iTe" = ( +/obj/effect/decal/warning_stripes/blue, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/toxin{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"iTi" = ( +/obj/machinery/vending/medical, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"iTk" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Armory_South"; + location = "Armory_North" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"iTz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Hydroponics"; + req_access_txt = "35" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"iTF" = ( +/obj/structure/lattice, +/obj/structure/transit_tube{ + icon_state = "NE-SW" + }, +/turf/space, +/area/space/nearstation) +"iTM" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"iTQ" = ( +/obj/structure/closet, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"iTZ" = ( +/turf/simulated/wall, +/area/crew_quarters/serviceyard) +"iUs" = ( +/obj/machinery/door_control{ + desiredstate = 1; + id = "cabin3"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin3) +"iUH" = ( +/obj/structure/table/glass, +/obj/item/defibrillator/loaded{ + pixel_y = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery1) +"iUI" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/permahallway) +"iUP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"iUT" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"iVa" = ( +/obj/effect/decal/warning_stripes/east, +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/aquatic_kit/full, +/obj/item/reagent_containers/glass/bucket, +/obj/item/fish_eggs/salmon, +/obj/item/fish_eggs/shrimp, +/obj/item/fish_eggs/salmon, +/obj/item/fish_eggs/shrimp, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/kitchen) +"iVc" = ( +/obj/structure/dispenser, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/eastsouthwest, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump Engineering"; + pixel_y = 24; + shock_proof = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"iVn" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"iVo" = ( +/obj/effect/decal/remains/xeno, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/maintenance/xenozoo) +"iVt" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id_tag = "researchdesk1"; + name = "Research Desk Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/toxins/lab) +"iVE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"iVI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"iVJ" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/atmos) +"iVN" = ( +/obj/machinery/vending/coffee, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/restroom) +"iWe" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"iWk" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/red, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"iWl" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/crew_quarters/hor) +"iWq" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Gambling Den" + }, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"iWC" = ( +/obj/effect/landmark/start{ + name = "Chef" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"iWJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"iWM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sortjunction{ + name = "Atmospherics Junction"; + sortType = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port/west) +"iWO" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"iXb" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"iXf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"iXh" = ( +/obj/effect/decal/warning_stripes/arrow{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/office) +"iXr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "BrigRight"; + name = "Brig"; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/brig) +"iXv" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"iXx" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/pump, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "escape" + }, +/area/hallway/primary/port/west) +"iXG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"iXI" = ( +/obj/effect/decal/remains/xeno, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/gambling_den) +"iXX" = ( +/obj/machinery/computer/security{ + network = list("SS13","Mining Outpost") + }, +/turf/simulated/floor/bluegrid, +/area/tcommsat/chamber) +"iYa" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"iYh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/secure) +"iYl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"iYq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/research{ + name = "Chemical Toxins"; + req_access_txt = "47" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"iYw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/rack, +/obj/item/circuitboard/communications{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/card, +/obj/item/circuitboard/crew{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"iYC" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/machinery/light, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"iYE" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/podbay) +"iYJ" = ( +/obj/machinery/camera{ + c_tag = "Shooting Range East"; + dir = 8; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/range) +"iZd" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "SKPP" + }, +/turf/simulated/floor/plating, +/area/bridge/checkpoint/south) +"iZf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/permabrig) +"iZi" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/bridge/checkpoint/south) +"iZo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"iZq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/wall/r_wall, +/area/tcommsat/chamber) +"iZu" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/crew_quarters/courtroom) +"iZE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/reception) +"iZG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"iZQ" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"jao" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"jaz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/securehallway) +"jaN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library/abandoned) +"jaP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"jaQ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/secondary/exit) +"jba" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/rack, +/obj/item/circuitboard/aicore{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/aiupload, +/obj/item/circuitboard/borgupload{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"jbb" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"jbf" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/quartermaster/miningdock) +"jby" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"jbH" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_general, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/warden) +"jbO" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/teleporter) +"jbQ" = ( +/obj/structure/closet/wardrobe/white, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"jco" = ( +/obj/structure/cable, +/obj/machinery/power/solar_control{ + id = "starboardsolar"; + name = "Aft Starboard Solar Control" + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"jct" = ( +/obj/machinery/fishtank/wall{ + opacity = 1 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/bar/atrium) +"jcR" = ( +/obj/machinery/light/small, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"jcU" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/reception) +"jdn" = ( +/obj/structure/rack, +/obj/item/roller, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"jdp" = ( +/obj/machinery/computer/med_data, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/reception) +"jdI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"jdN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/engineering) +"jdU" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Interrogation Room"; + dir = 8; + network = list("SS13","Security") + }, +/obj/machinery/button/windowtint{ + id = "Interrogation"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/interrogation) +"jeh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/customs) +"jem" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"jeA" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/landmark{ + name = "JoinLate" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"jeC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/range) +"jeV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 4; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port/west) +"jeY" = ( +/obj/machinery/firealarm{ + pixel_y = 25 + }, +/obj/machinery/vending/artvend, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"jfj" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/tcommsat/chamber) +"jfk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/explab) +"jfp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/security/hos) +"jfE" = ( +/obj/structure/bed, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"jfY" = ( +/obj/effect/decal/warning_stripes/arrow{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"jgf" = ( +/obj/machinery/chem_master, +/obj/effect/decal/warning_stripes/northeast, +/obj/structure/disposalpipe/segment, +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_x = 33 + }, +/obj/machinery/door_control{ + id = "Chemistry1"; + name = "Chem Hallway Desk Shutters"; + pixel_x = 25; + pixel_y = 23 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/engine, +/area/medical/chemistry) +"jgl" = ( +/obj/structure/lattice/catwalk, +/obj/structure/grille, +/turf/space, +/area/space/nearstation) +"jgZ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"jhc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Mech Bay"; + req_access_txt = "29" + }, +/obj/effect/decal/warning_stripes/east, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"jhm" = ( +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/explab) +"jhv" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"jhN" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"jhQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/paramedic) +"jig" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/nw) +"jik" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/medical/medbay) +"jiq" = ( +/obj/effect/decal/warning_stripes/south, +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/medical/morgue) +"jiD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/port) +"jiQ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior 15"; + dir = 8; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"jiS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "eslock"; + name = "Escape Shuttle Lockdown" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass{ + name = "Chapel" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"jiV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"jjb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/effect/landmark/start{ + name = "Virologist" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/virology) +"jjc" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/closet/secure_closet/hos, +/obj/item/megaphone, +/obj/item/reagent_containers/food/drinks/flask/barflask, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"jjA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"jjC" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/toxins/explab) +"jjD" = ( +/obj/machinery/sparker{ + id = "testigniter"; + name = "Test Igniter"; + pixel_x = -25 + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"jjT" = ( +/obj/machinery/dna_scannernew, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/medical/genetics) +"jjY" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"jkc" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9; + level = 2 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"jkl" = ( +/obj/machinery/computer/crew, +/obj/machinery/camera{ + c_tag = "Brig Medbay"; + dir = 4; + network = list("SS13","Security") + }, +/obj/machinery/door_control{ + id = "SecMedPriv"; + name = "Brig Medbay Privacy Shutters Control"; + pixel_x = -24; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitered" + }, +/area/security/medbay) +"jku" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/greengrid, +/area/security/nuke_storage) +"jkE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"jkJ" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/vending/cigarette, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"jkM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"jkT" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Brig Physician" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteredfull" + }, +/area/security/medbay) +"jlj" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/tcommsat/chamber) +"jlk" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/tank/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"jll" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/wall, +/area/security/processing) +"jlz" = ( +/obj/machinery/door/morgue{ + name = "Dungeon"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/processing) +"jlH" = ( +/obj/machinery/door/airlock/security{ + name = "Evidence Storage"; + req_access_txt = "1" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"jlK" = ( +/turf/space, +/area/space/nearstation) +"jlL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office/light{ + dir = 4; + pixel_y = 3 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/teleporter/abandoned) +"jme" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"jmj" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"jmo" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/crew_quarters/hor) +"jmK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 26 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/maintenance/electrical) +"jmL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/shallway) +"jmN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/prison/cell_block/A) +"jmR" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/checkpoint) +"jnn" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/processing) +"jnr" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light_switch{ + pixel_x = 24; + pixel_y = -24 + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"jnU" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"jnW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"jnX" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"jnZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/range) +"job" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/medical/research/nhallway) +"joq" = ( +/obj/structure/table, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/maintenance/storage{ + name = "Perma Maintenance" + }) +"jot" = ( +/obj/structure/rack, +/obj/machinery/camera{ + c_tag = "Gateway Access"; + dir = 4 + }, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/item/stack/medical/ointment, +/obj/item/stack/medical/ointment/advanced, +/obj/item/reagent_containers/glass/bottle/charcoal, +/obj/item/reagent_containers/glass/bottle/morphine, +/obj/item/reagent_containers/syringe, +/obj/item/storage/pill_bottle/painkillers, +/obj/item/reagent_containers/food/pill/patch/styptic, +/obj/item/reagent_containers/food/pill/patch/silver_sulf, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/gateway) +"jox" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"joA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"joM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/hydroponics) +"joW" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/sign/poster/official/science{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/pen, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTHWEST)" + }, +/area/medical/research{ + name = "Research Division" + }) +"jpa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"jpK" = ( +/obj/effect/decal/warning_stripes/arrow{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/fore) +"jqb" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTH)" + }, +/area/medical/research{ + name = "Research Division" + }) +"jqd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"jqg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 1; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port/west) +"jqi" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/range) +"jqj" = ( +/obj/structure/bed, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" + }, +/area/medical/ward) +"jqk" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/assembly/showroom) +"jqn" = ( +/obj/structure/bed, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/item/radio/intercom{ + pixel_x = 30 + }, +/obj/machinery/flasher{ + id = "Perma2"; + pixel_x = 24; + pixel_y = -12 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/security/permabrig) +"jqp" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/lobby) +"jqE" = ( +/obj/machinery/porta_turret, +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"jqY" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"jrc" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/explab) +"jrh" = ( +/obj/machinery/vending/shoedispenser, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/locker) +"jrm" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/reception) +"jrq" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"jru" = ( +/obj/machinery/computer/cloning, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/genetics_cloning) +"jrw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 1; + name = "Труба дыхательной смеси" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"jry" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brigstaff) +"jrD" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/item/radio/intercom{ + pixel_y = 28 + }, +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"jrG" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"jrJ" = ( +/obj/structure/closet/secure_closet/reagents, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Medbey Chemistry"; + dir = 6; + network = list("Medical","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"jrP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/atmos) +"jrU" = ( +/obj/effect/decal/warning_stripes/north, +/obj/structure/chair/stool, +/obj/effect/landmark/start{ + name = "Chemist" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/engine, +/area/medical/chemistry) +"jsa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"jst" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 5; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/atmos) +"jsw" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"jsz" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"jsJ" = ( +/turf/simulated/wall/r_wall, +/area/medical/chemistry) +"jsU" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"jtd" = ( +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/atmospherics/binary/valve/digital/open{ + desc = "Позволяет отключить подачу дыхательной смеси на станцию, не отключая саму закачку газа. (Например, если требуется подать только смесь из оранжевых труб)"; + dir = 4; + name = "Подача дыхательной смеси на станцию" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"jtg" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/warden) +"jti" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/atmos) +"jtr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"jtt" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/checkpoint) +"jty" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/atmos) +"jtE" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/hardsuit/medical, +/obj/item/clothing/mask/gas, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/westleft{ + dir = 2; + name = "Emergency Hardsuits"; + req_access_txt = "40" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/biostorage) +"jtI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/brigstaff) +"jtS" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"jub" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 1; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"juc" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics South"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/atmos) +"juf" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26; + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"jun" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"juy" = ( +/obj/structure/falsewall, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"juR" = ( +/obj/structure/table/wood, +/obj/item/storage/bible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/chapel/main) +"juW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"jvg" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/delivery) +"jvq" = ( +/obj/effect/turf_decal/bot/left, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"jvy" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xeno5"; + name = "Creature Cell #5"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"jvC" = ( +/obj/structure/table/wood/poker, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"jvK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"jwd" = ( +/obj/structure/table, +/obj/item/assembly/igniter, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"jwe" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/portable_atmospherics/pump, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"jwn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"jwr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"jww" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"jwA" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + anchored = 1 + }, +/turf/simulated/floor/engine/n2, +/area/atmos) +"jwE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/door/airlock/glass{ + name = "Holodeck Door" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"jwN" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/engineering) +"jwR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/light, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"jwW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/security/checkpoint) +"jxh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/hos) +"jxo" = ( +/obj/structure/table/wood, +/obj/item/stack/rods{ + amount = 10 + }, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"jxu" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + name = "Труба дыхательной смеси" + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/atmos) +"jxv" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave, +/obj/structure/sign/poster/official/help_others{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/engine/break_room) +"jxB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/permabrig) +"jxE" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "trash" + }, +/obj/structure/sign/vacuum{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"jxN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/ward) +"jxO" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/light/small, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/medical/morgue) +"jxQ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = -6 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/construction/hallway) +"jxS" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"jxT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"jxW" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"jya" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/central/north) +"jyc" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/bridge) +"jyk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/hydroponics) +"jyy" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"jyC" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "garbage" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"jyF" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/item/phone{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 1; + icon_state = "left"; + name = "Medical Reception"; + req_access_txt = "5" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/medical/reception) +"jyM" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/atmos) +"jyU" = ( +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/chem_heater, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/engine, +/area/toxins/misc_lab) +"jzn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"jzw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple"; + tag = "icon-whitepurple (SOUTHWEST)" + }, +/area/teleporter/abandoned) +"jzz" = ( +/obj/structure/closet, +/obj/structure/window/reinforced, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"jzY" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"jAa" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Secure Technical Storage"; + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"jAi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/mineral_door/wood, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"jAl" = ( +/obj/machinery/light, +/obj/machinery/computer/cryopod{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Cryodorms Aft"; + dir = 1 + }, +/obj/effect/landmark{ + name = "JoinLateCryo" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/sleep) +"jAn" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/electrical) +"jAs" = ( +/obj/structure/sink{ + level = 3; + pixel_y = 30 + }, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"jAt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"jAu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"jAB" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/ids, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/bridge/checkpoint/north) +"jAF" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"jAL" = ( +/obj/structure/bed/roller, +/obj/effect/decal/warning_stripes/yellow/hollow, +/mob/living/carbon/human/monkey, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"jBm" = ( +/obj/effect/decal/warning_stripes/north, +/obj/item/radio/intercom{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"jBw" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"jBI" = ( +/obj/machinery/smartfridge, +/obj/machinery/door/window/eastleft{ + name = "Hydroponics Desk"; + req_access_txt = "35" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"jBX" = ( +/obj/structure/closet/wardrobe/black, +/obj/machinery/requests_console{ + department = "Locker Room"; + name = "Locker Room Requests Console"; + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"jCn" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "greenblue" + }, +/area/crew_quarters/serviceyard) +"jCz" = ( +/obj/structure/table/reinforced, +/obj/machinery/newscaster/security_unit{ + pixel_y = -32 + }, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/checkpoint) +"jCC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/reception) +"jCG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/crew_quarters/serviceyard) +"jCH" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/brig) +"jCJ" = ( +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"jCN" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + locked = 1; + name = "MiniSat Maintenance"; + req_access_txt = "75" + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"jCT" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"jCX" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/nw) +"jDk" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/crew_quarters/serviceyard) +"jDw" = ( +/obj/structure/closet/l3closet/security, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"jDz" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"jDQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark{ + name = "JoinLateCyborg" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"jDW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/hallway/primary/fore) +"jEw" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"jEA" = ( +/obj/machinery/biogenerator, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"jEJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/office) +"jFc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"jFg" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"jFi" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/medbay2) +"jFn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/pen/red, +/obj/item/paper_bin, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen"; + tag = "icon-whitegreen (EAST)" + }, +/area/medical/virology) +"jFA" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/toxins/explab) +"jFS" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"jGi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"jGo" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/engine/engineering) +"jGz" = ( +/obj/machinery/door/airlock/shuttle{ + aiControlDisabled = 1; + hackProof = 1; + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch" + }, +/obj/docking_port/stationary{ + dir = 4; + dwidth = 11; + height = 18; + id = "emergency_home"; + name = "emergency evac bay"; + width = 29 + }, +/obj/docking_port/mobile/emergency{ + dwidth = 11; + height = 18; + width = 29 + }, +/turf/simulated/floor/plasteel, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"jGF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"jGR" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"jGZ" = ( +/obj/machinery/computer/crew, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/bridge) +"jHw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"jHx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"jHC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"jHF" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/office) +"jHH" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/chem_dispenser, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/turf/simulated/floor/engine, +/area/toxins/misc_lab) +"jHJ" = ( +/obj/machinery/computer/prisoner{ + req_access = null; + req_access_txt = "2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prisonershuttle) +"jHV" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/lobby) +"jIc" = ( +/obj/machinery/camera{ + armor = list("melee" = 50, "bullet" = 20, "laser" = 20, "energy" = 20, "bomb" = 100, "bio" = 0, "rad" = 0, "fire" = 90, "acid" = 50); + c_tag = "Research Toxins Test Chamber North"; + network = list("Toxins","Research","SS13") + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"jIl" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Chapel" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"jIn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/landmark/start{ + name = "Medical Doctor" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"jIo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"jIv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/computer/med_data, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/bridge) +"jIx" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/processing) +"jIF" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Chemistry1"; + name = "Chemistry Privacy Shutter" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"jIN" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"jIR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/prisonershuttle) +"jIV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/maintenance/gambling_den) +"jJj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredfull" + }, +/area/security/warden) +"jJl" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"jJn" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"jJq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/toxins/explab) +"jJr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining{ + name = "Mining Dock"; + req_access_txt = "48" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"jJs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/effect/decal/warning_stripes/north, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/medical/research/nhallway) +"jJM" = ( +/obj/structure/sink{ + dir = 1; + layer = 5 + }, +/obj/structure/bed/roller, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"jJN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"jJO" = ( +/obj/machinery/computer/prisoner, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/bridge) +"jJU" = ( +/obj/machinery/computer/guestpass{ + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/brig) +"jJV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining{ + name = "Mining Dock"; + req_access_txt = "48" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"jJW" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"jKV" = ( +/obj/effect/decal/warning_stripes/arrow, +/obj/structure/disposaloutlet, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"jKW" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/security/customs) +"jKY" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/mining_voucher, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"jLc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"jLp" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/pump, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/crew_quarters/locker) +"jLs" = ( +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"jLD" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/security/checkpoint) +"jMi" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen/blue, +/obj/item/pen/red, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"jMm" = ( +/obj/structure/table/wood, +/obj/item/storage/box/ids, +/obj/item/storage/box/PDAs, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"jMn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"jMs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/teleporter/abandoned) +"jMx" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/permahallway) +"jMC" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"jMH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"jMT" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "escape" + }, +/area/crew_quarters/fitness) +"jNa" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/teleporter) +"jNE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"jNM" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/machinery/camera{ + c_tag = "Locker Room North" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/crew_quarters/locker) +"jOc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"jOe" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/wood, +/area/maintenance/fsmaint) +"jOq" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"jOB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -32 + }, +/obj/effect/landmark/start{ + name = "Medical Doctor" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/sleeper) +"jOE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/bridge/vip) +"jPa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/bridge) +"jPw" = ( +/obj/machinery/hologram/holopad, +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/customs) +"jPz" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"jPB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"jPC" = ( +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/space/nearstation) +"jPK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/clothing/suit/armor/bulletproof, +/obj/item/clothing/head/helmet/alt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"jPU" = ( +/obj/structure/chair/e_chair{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/light, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/turf/simulated/floor/engine, +/area/security/execution) +"jQa" = ( +/obj/machinery/computer/monitor, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/bridge) +"jQn" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/razor, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin2) +"jQt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"jQM" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "cautioncorner" + }, +/area/maintenance/bar) +"jQW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"jQY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"jRg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/security/medbay) +"jRq" = ( +/obj/structure/table, +/obj/item/folder/yellow{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/pen/multi, +/obj/item/paper_bin/nanotrasen, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"jRu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/bridge/vip) +"jRH" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Robotics Maintenance"; + req_access_txt = "29" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/maintenance/asmaint2) +"jRL" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"jSb" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"jSg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/medbay) +"jSh" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/virology) +"jSk" = ( +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/space/nearstation) +"jSs" = ( +/obj/machinery/camera{ + c_tag = "Teleporter"; + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_x = -8; + pixel_y = -24 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"jSu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"jSU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/medbay3) +"jSV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/medical/research{ + name = "Research Division" + }) +"jTa" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/turret_protected/aisat) +"jTh" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/customs) +"jTt" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/security/hos) +"jTx" = ( +/obj/structure/rack, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/tank/emergency_oxygen/engi, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"jTz" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"jTD" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + desc = "Выкачивает углекислый газ и токсины со станции и отправляет на фильтрацию"; + dir = 1; + name = "Из скрабберов в фильтрацию" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/atmos) +"jTF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"jTV" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple"; + tag = "icon-whitepurple (SOUTHWEST)" + }, +/area/medical/genetics) +"jTZ" = ( +/obj/effect/landmark/start{ + name = "Scientist" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"jUs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"jUu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"jUE" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"jUM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/processing) +"jUO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/bridge) +"jUR" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50; + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"jVb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"jVd" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"jVg" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/processing) +"jVx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"jVz" = ( +/obj/structure/sign/nosmoking_2, +/turf/simulated/wall/r_wall, +/area/engine/break_room) +"jVF" = ( +/obj/machinery/light_switch{ + pixel_x = -8; + pixel_y = 26 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain/bedroom) +"jVL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTH)" + }, +/area/toxins/misc_lab) +"jWl" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "ramptop"; + tag = "icon-stage_stairs" + }, +/area/medical/reception) +"jWn" = ( +/obj/structure/plasticflaps, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/conveyor/west{ + dir = 1; + id = "cargodisposals" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"jWq" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"jWA" = ( +/obj/structure/table/glass, +/obj/item/stack/packageWrap, +/obj/item/reagent_scanner/adv, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/pillbottles{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"jWC" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"jWD" = ( +/turf/simulated/wall, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"jWI" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/security/processing) +"jXd" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/processing) +"jXe" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/item/folder/blue, +/obj/item/pen, +/obj/machinery/door/window/brigdoor/southright{ + dir = 8; + name = "Security Desk"; + req_access_txt = "19" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "SKPP" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "eslock"; + name = "Escape Shuttle Lockdown" + }, +/turf/simulated/floor/plasteel, +/area/bridge/checkpoint/south) +"jXk" = ( +/obj/structure/chair, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/processing) +"jXD" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/closet/medical_wall{ + pixel_x = -32 + }, +/obj/structure/closet/crate, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/item/multitool, +/obj/item/multitool, +/obj/item/multitool, +/turf/simulated/floor/plasteel, +/area/gateway) +"jXE" = ( +/obj/structure/dresser, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"jXH" = ( +/obj/machinery/vending/cola, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/lobby) +"jXW" = ( +/obj/structure/transit_tube{ + icon_state = "D-SW"; + tag = "icon-D-SW" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"jYe" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/crew_quarters/serviceyard) +"jYE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/camera_assembly, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/maintenance/bar) +"jYQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/camera{ + c_tag = "Xenobio East"; + dir = 8; + network = list("Research","SS13") + }, +/obj/machinery/requests_console{ + department = "Xenobiology"; + departmentType = 2; + name = "Xenobiology Requests Console"; + pixel_x = 30 + }, +/obj/machinery/reagentgrinder, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"jZb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library/abandoned) +"jZj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/toxins/mixing) +"jZz" = ( +/obj/machinery/camera{ + c_tag = "Library South"; + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/library) +"jZA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"jZI" = ( +/obj/structure/lattice, +/turf/space, +/area/engine/engineering) +"jZL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/turret_protected/aisat_interior) +"jZY" = ( +/obj/structure/chair, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/processing) +"kas" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/brigstaff) +"kay" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"kaB" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/tranquilizer{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"kaE" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/engine/break_room) +"kaJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/permabrig) +"kaL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"kaX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"kbT" = ( +/obj/structure/chair, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/processing) +"kbW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay) +"kcc" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/computer/monitor{ + name = "Grid Power Monitoring Computer" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/atmos) +"kci" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/hologram/holopad, +/obj/effect/landmark/start{ + name = "Life Support Specialist" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"kcq" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"kdd" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/processing) +"kdl" = ( +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/research/restroom) +"kdM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"kdO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/security/permabrig) +"kdP" = ( +/obj/item/radio/intercom{ + pixel_y = 23 + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"keb" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "hopprivacy"; + name = "Head of Personal Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hop) +"kee" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/chapel/main) +"ker" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/maintenance/electrical) +"kew" = ( +/obj/machinery/camera{ + c_tag = "East-South Brig Hallway"; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/securehallway) +"keE" = ( +/obj/structure/table, +/obj/item/multitool, +/turf/simulated/floor/plating, +/area/maintenance/storage{ + name = "Perma Maintenance" + }) +"keL" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"keY" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"kfc" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/storage{ + name = "Perma Maintenance" + }) +"kfh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"kfi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"kfn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"kfr" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "engineering_west_airlock"; + name = "exterior access button"; + pixel_x = 20; + pixel_y = 20; + req_access_txt = "10;13" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"kfS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/reception) +"kfT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"kfX" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/lattice, +/obj/structure/lattice, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/space, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"kgz" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"kgB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"khe" = ( +/obj/machinery/computer/operating, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/medical/surgery2) +"khf" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"khy" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"khz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"khM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/curtain/black, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/maintenance/bar) +"khT" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"khY" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"kiG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/camera{ + c_tag = "Blueshield's Office"; + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal, +/turf/simulated/floor/wood, +/area/blueshield) +"kiI" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/hallway/primary/fore) +"kji" = ( +/obj/structure/table/reinforced, +/obj/item/radio, +/obj/item/t_scanner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"kjk" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/cryo) +"kjn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/box/white, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/security/checkpoint) +"kjs" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/hos) +"kjF" = ( +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"kjS" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"kjT" = ( +/obj/structure/closet/crate{ + icon_state = "crateopen"; + opened = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"kkd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/ne) +"kkj" = ( +/obj/machinery/disposal, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -24 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/surgery2) +"kko" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"kku" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"kkK" = ( +/turf/simulated/floor/greengrid, +/area/security/nuke_storage) +"kkV" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"klb" = ( +/obj/structure/grille, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"klj" = ( +/turf/simulated/wall, +/area/hallway/primary/central/ne) +"klo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"klr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"klv" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/space, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"klw" = ( +/turf/simulated/floor/engine/n20, +/area/atmos) +"klx" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "engineering_west_outer"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "10;13" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"klC" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics N2O Tank"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/engine/n20, +/area/atmos) +"klF" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + id_tag = "n2o_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + layer = 2.4; + name = "n2o vent"; + on = 1; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0 + }, +/turf/simulated/floor/engine/n20, +/area/atmos) +"klL" = ( +/obj/machinery/shower{ + pixel_y = 22 + }, +/obj/structure/curtain/open/shower, +/obj/item/soap/deluxe, +/obj/item/bikehorn/rubberducky, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/captain/bedroom) +"klO" = ( +/obj/machinery/atmospherics/binary/pump{ + desc = "Подаёт оксид азота для смешивания с другими газами"; + dir = 4; + name = "Оксид азота (NO2) в смеситель"; + target_pressure = 101 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "escape" + }, +/area/atmos) +"kma" = ( +/obj/machinery/camera{ + c_tag = "Aft Starboard Solars" + }, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"kmb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"kmh" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/podbay) +"kml" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"kmA" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"kmC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/door/airlock/glass{ + name = "Holodeck Door" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"kmD" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; + name = "Труба обработки" + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"kmJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"kmL" = ( +/obj/machinery/atmospherics/unary/tank/air, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"kmU" = ( +/obj/structure/transit_tube/station{ + dir = 8; + tag = "icon-closed (EAST)" + }, +/obj/structure/transit_tube_pod, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = -6 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/construction/hallway) +"kna" = ( +/turf/simulated/floor/greengrid{ + temperature = 80 + }, +/area/toxins/xenobiology) +"knb" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"knS" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/electrical) +"knU" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"kov" = ( +/obj/machinery/pipedispenser, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/electrical) +"kow" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"kox" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"koy" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/toxins/explab) +"koA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Research Director's Office"; + req_access = null; + req_access_txt = "30" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"koH" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"koK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/quartermaster/delivery) +"kpn" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/checkpoint) +"kpq" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"kpr" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/bridge/checkpoint/south) +"kps" = ( +/obj/effect/decal/warning_stripes/southwest, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/structure/window/plasmareinforced, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/turf/simulated/floor/engine, +/area/toxins/misc_lab) +"kpF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + tag = "icon-pipe-j1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"kpL" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"kpR" = ( +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/item/tank/emergency_oxygen/engi, +/obj/item/stack/sheet/mineral/plasma{ + amount = 5 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/stack/tape_roll, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"kpT" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"kpV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat) +"kpW" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/bridge/checkpoint/north) +"kqm" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/turf/space, +/turf/simulated/floor/plating, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"kqK" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Captain" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"kqN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"krc" = ( +/obj/machinery/vending/autodrobe, +/obj/machinery/firealarm{ + pixel_y = -25 + }, +/obj/machinery/light_switch{ + pixel_x = -22; + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/clownoffice) +"krh" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/crew_quarters/courtroom) +"kri" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"krB" = ( +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"krC" = ( +/obj/machinery/atmospherics/trinary/filter{ + desc = "Отфильтровывает азот из трубы и отправляет его в камеру хранения"; + dir = 1; + filter_type = 2; + name = "Фильтр Азота (N2)"; + on = 1; + target_pressure = 4500 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/atmos) +"krI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"krK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/processing) +"krM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/processing) +"krN" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plating, +/area/assembly/chargebay) +"krY" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + id = "cloninglab" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "cloninglab" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "cloninglab" + }, +/turf/simulated/floor/plating, +/area/medical/genetics_cloning) +"ksr" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/storage/box/rxglasses, +/obj/item/storage/belt/medical, +/obj/item/clothing/glasses/hud/health, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/clothing/glasses/hud/health, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/biostorage) +"kss" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/storage/box/rxglasses, +/obj/item/storage/belt/medical, +/obj/item/clothing/glasses/hud/health, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/clothing/glasses/hud/health, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/biostorage) +"ksN" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Xeno Containment 4"; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"ktf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"ktg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/gateway) +"kti" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/orange, +/obj/item/seeds/orange, +/obj/item/seeds/orange, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"ktl" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8; + frequency = 1441; + id = "n2_in" + }, +/turf/simulated/floor/engine/n2, +/area/atmos) +"ktI" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/brig) +"ktJ" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/cabin4) +"ktO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/reception) +"ktZ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/engine/hardsuitstorage) +"kud" = ( +/obj/machinery/vending/cigarette, +/obj/effect/decal/warning_stripes/yellow, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"kul" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/camera{ + c_tag = "Cosmination Room"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/chapel/main) +"kuz" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"kuG" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"kva" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/west) +"kvB" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"kwk" = ( +/turf/simulated/wall, +/area/engine/gravitygenerator) +"kwl" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/light{ + dir = 1; + on = 1; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/medbay) +"kwq" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"kwr" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/biostorage) +"kwG" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"kwN" = ( +/obj/structure/computerframe, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"kxq" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flashbangs{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/box/flashbangs, +/obj/machinery/door/poddoor/shutters{ + id_tag = "ShootRange"; + name = "Shooting Range Shutters" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"kxu" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/wall, +/area/atmos) +"kxD" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/security/checkpoint) +"kxK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/teleporter) +"kxN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"kxQ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xeno5"; + name = "Creature Cell #5"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Creature Pen"; + req_access_txt = "47" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"kxT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/aienter) +"kyv" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/bridge/checkpoint/south) +"kyw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/interrogation) +"kyJ" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay) +"kyY" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"kzc" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/brig) +"kze" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/engine/break_room) +"kzh" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/ids, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/bridge/checkpoint/south) +"kzj" = ( +/obj/structure/bed, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/machinery/light, +/obj/item/bedsheet/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/cabin4) +"kzx" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/ears/earmuffs, +/obj/item/radio/intercom{ + pixel_y = 21 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/toxins/misc_lab) +"kzy" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/maintenance/fsmaint) +"kzG" = ( +/obj/machinery/vending/chinese, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay3) +"kzP" = ( +/obj/structure/chair, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"kzU" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "SecMedPriv" + }, +/turf/simulated/floor/plating, +/area/security/medbay) +"kzW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"kAe" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 7; + icon_state = "yellow" + }, +/area/engine/hardsuitstorage) +"kAm" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Brig Medical Bay"; + req_one_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/security/medbay) +"kAF" = ( +/turf/simulated/wall/r_wall, +/area/engine/break_room) +"kAV" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/camera/emp_proof{ + c_tag = "Singularity NorthEast"; + dir = 8; + network = list("SS13","Singularity","Engineering") + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"kAW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"kAY" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"kBe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/hydroponics) +"kBs" = ( +/obj/machinery/camera{ + c_tag = "HoS Bedroom"; + network = list("SS13","Security") + }, +/obj/item/ammo_box/a357{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/ammo_box/a357{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/ammo_box/a357, +/obj/item/clothing/accessory/holster, +/obj/structure/safe{ + known_by = list("hos") + }, +/obj/item/gun/projectile/revolver/mateba, +/turf/simulated/floor/wood, +/area/security/hos) +"kBu" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/atmos) +"kBv" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"kBM" = ( +/obj/structure/table/wood, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/item/storage/briefcase, +/obj/item/cane, +/turf/simulated/floor/carpet, +/area/crew_quarters/cabin4) +"kBY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "solar_xeno_airlock"; + name = "interior access button"; + pixel_x = 25; + pixel_y = -25; + req_access_txt = "10;13" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"kCn" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the horrors within the test chamber."; + name = "Research Monitor"; + network = list("TestChamber") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/toxins/misc_lab) +"kCr" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window{ + dir = 8; + name = "Kitchen"; + req_access_txt = "28" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Kitchen Hall Windows"; + name = "Kitchen Shutters" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"kCD" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/podbay) +"kCE" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26; + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"kCF" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/beakers, +/obj/item/storage/box/syringes, +/obj/item/extinguisher/mini, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"kCV" = ( +/obj/machinery/light_switch{ + pixel_x = 24; + pixel_y = -22 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"kCW" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "RnDChem"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"kDa" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"kDr" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"kDH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark"; + temperature = 80 + }, +/area/toxins/xenobiology) +"kDP" = ( +/obj/machinery/firealarm{ + pixel_y = -26 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood, +/area/security/hos) +"kDR" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plating, +/area/library/abandoned) +"kEg" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"kEj" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/safe/floor, +/obj/item/paper{ + desc = "Мятый лист бумаги. От одного вида на него у вас начинается головокружение."; + info = "

ПОМОГИТЕ МНЕ



ПОМОГИТЕМНЕ МНЕ ПОМОГИТЕМНЕПОМОГИТЕ МНЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕМНЕМНЕ ПОМОГИТЕМНЕМНЕПОМОГИТЕ ПОМОГИТЕМНЕ МНЕ ПОМОГИТЕМНЕПОМОГИТЕ МНЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕМНЕМНЕ ПОМОГИТЕМНЕМНЕПОМОГИТЕ ПОМОГИТЕМНЕ МНЕ ПОМОГИТЕМНЕПОМОГИТЕ МНЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕМНЕМНЕ ПОМОГИТЕМНЕМНЕПОМОГИТЕ ПОМОГИТЕМНЕ МНЕ ПОМОГИТЕМНЕПОМОГИТЕ МНЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕМНЕМНЕ ПОМОГИТЕМНЕМНЕПОМОГИТЕ ПОМОГИТЕМНЕ МНЕ ПОМОГИТЕМНЕПОМОГИТЕ МНЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕМНЕМНЕ ПОМОГИТЕМНЕМНЕПОМОГИТЕ ПОМОГИТЕМНЕ МНЕ ПОМОГИТЕМНЕПОМОГИТЕ МНЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕМНЕМНЕ ПОМОГИТЕМНЕМНЕПОМОГИТЕ ПОМОГИТЕМНЕ МНЕ ПОМОГИТЕМНЕПОМОГИТЕ МНЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕМНЕМНЕ ПОМОГИТЕМНЕМНЕПОМОГИТЕ ПОМОГИТЕМНЕ МНЕ ПОМОГИТЕМНЕПОМОГИТЕ МНЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕПОМОГИТЕМНЕ ПОМОГИТЕПОМОГИТЕПОМОГИТЕ МНЕПОМОГИТЕМНЕМНЕ ПОМОГИТЕМНЕМНЕПОМОГИТЕ "; + name = "Странные записи" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"kEp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/medical/psych) +"kEz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"kEH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/security/medbay) +"kEM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/hydroponics) +"kFe" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/maintcentral) +"kFz" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plating, +/area/engine/engineering) +"kFQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"kFR" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"kGf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Hydroponics"; + req_access_txt = "35" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"kGl" = ( +/obj/structure/table/reinforced, +/obj/item/plant_analyzer, +/obj/item/plant_analyzer, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/storage/tech) +"kGp" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/medical/research{ + name = "Research Division" + }) +"kGG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"kGQ" = ( +/obj/structure/table/reinforced, +/obj/item/aiModule/reset, +/obj/item/flash, +/obj/item/flash, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/requests_console{ + department = "Tech Storage"; + name = "Tech Storage Requests Console"; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"kGW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/kitchen) +"kGY" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/space/nearstation) +"kHa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"kHo" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/light, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"kHz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/securehallway) +"kHF" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"kHS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"kIa" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hydroponics) +"kIb" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permahallway) +"kId" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/bridge/checkpoint/south) +"kIA" = ( +/obj/effect/decal/warning_stripes/north, +/obj/effect/landmark/start{ + name = "Chef" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"kJm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"kJr" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"kJs" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/window/reinforced, +/obj/machinery/vending/cola, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"kJu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"kJB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"kJV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/paramedic) +"kJY" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + dir = 8; + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Chemistry2"; + name = "Chemistry Privacy Shutter" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"kKd" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"kKi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"kKx" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/teleporter) +"kKB" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"kKR" = ( +/obj/machinery/light/small, +/obj/machinery/camera{ + c_tag = "Central Ring Hallway South 2"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"kKZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 24; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/main) +"kLd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"kLx" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"kLF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay) +"kLP" = ( +/turf/simulated/wall, +/area/atmos) +"kLY" = ( +/obj/machinery/door/window/southright{ + dir = 1; + name = "Toxins Launcher"; + req_access_txt = "7" + }, +/obj/machinery/door/window/southright{ + name = "Toxins Launcher"; + req_access_txt = "7" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"kLZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/fore) +"kMl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"kMm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"kMn" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/quartermaster/miningdock) +"kMz" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/medical/research/restroom) +"kMC" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/head/kitty, +/obj/item/clothing/under/maid, +/obj/item/clothing/suit/browntrenchcoat, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin3) +"kMK" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/storage/box/bodybags, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/surgery2) +"kNe" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/gateway) +"kNh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/permabrig) +"kNj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"kNl" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law, +/obj/item/radio, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + name = "Security Requests Console"; + pixel_x = 32 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/checkpoint) +"kNt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"kNv" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet, +/area/crew_quarters/cabin4) +"kNy" = ( +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"kNI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 4; + frequency = 1443; + icon_state = "on"; + id = "air_in"; + on = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"kNO" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior 11"; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"kNU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood{ + icon_state = "wood-broken3"; + tag = "icon-wood-broken3" + }, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"kOD" = ( +/obj/structure/bed, +/obj/item/bedsheet/orange, +/turf/simulated/floor/carpet, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"kOF" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/medical/morgue) +"kOV" = ( +/obj/structure/chair/comfy/red, +/turf/simulated/floor/wood, +/area/library) +"kPn" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"kPy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"kPC" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"kPF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"kPH" = ( +/obj/structure/rack, +/obj/item/extinguisher, +/obj/item/clothing/mask/gas, +/obj/item/grenade/chem_grenade/firefighting, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/toxins/mixing) +"kQx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/podbay) +"kQD" = ( +/obj/structure/bookcase, +/turf/simulated/floor/wood{ + icon_state = "wood-broken3"; + tag = "icon-wood-broken3" + }, +/area/maintenance/fsmaint) +"kQE" = ( +/obj/machinery/suit_storage_unit/cmo, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/cmo) +"kQU" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/medical/research/restroom) +"kQV" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"kQW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/podbay) +"kRl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"kRz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"kRE" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/cabin4) +"kRM" = ( +/obj/effect/decal/warning_stripes/north, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/engine, +/area/toxins/misc_lab) +"kRP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/lobby) +"kSr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/obey{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"kSt" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/crew_quarters/fitness) +"kSH" = ( +/obj/structure/computerframe, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"kSR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple"; + tag = "icon-whitepurple (EAST)" + }, +/area/toxins/lab) +"kSU" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/paramedic) +"kSW" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/maintenance/xenozoo) +"kTg" = ( +/obj/item/radio/intercom{ + pixel_y = -32 + }, +/obj/machinery/portable_atmospherics/canister/sleeping_agent, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"kTh" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/security/permabrig) +"kTl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"kTm" = ( +/obj/structure/table/reinforced, +/obj/machinery/power/apc{ + cell_type = 5000; + name = "south bump Important Area"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Medbay Exam Room South"; + dir = 1; + network = list("SS13","Medical"); + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"kTq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/sw) +"kTu" = ( +/obj/structure/closet/wardrobe/coroner, +/obj/item/reagent_containers/glass/bottle/reagent/formaldehyde, +/obj/item/reagent_containers/dropper, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/medical/morgue) +"kTD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"kUr" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"kUz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/south) +"kUB" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall7"; + tag = "icon-swall7" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"kUR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"kVo" = ( +/turf/simulated/wall, +/area/engine/engineering) +"kVs" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/ward) +"kVz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/medical/research/nhallway) +"kVH" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/structure/window/reinforced, +/obj/effect/decal/warning_stripes/red, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"kVJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"kVR" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"kWc" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"kWh" = ( +/obj/structure/transit_tube{ + icon_state = "D-NE"; + tag = "icon-D-NE" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"kWn" = ( +/obj/effect/decal/warning_stripes/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"kWt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"kWY" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"kXF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/security/processing) +"kXP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/effect/decal/warning_stripes/south, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/medical/research/nhallway) +"kXY" = ( +/obj/structure/transit_tube{ + icon_state = "D-NW"; + tag = "icon-D-NW" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"kYh" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"kYq" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"kYC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/hallway/primary/starboard/east) +"kYM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/item/radio/beacon, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"kYQ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"kZh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"kZr" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/library/abandoned) +"kZv" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/turf/simulated/floor/plating, +/area/bridge) +"kZD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/toxins/xenobiology) +"kZJ" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/light, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"kZL" = ( +/obj/structure/table/wood, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/item/storage/fancy/candle_box/full, +/obj/item/storage/fancy/candle_box/full, +/obj/item/storage/fancy/candle_box/full, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"kZQ" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/obj/structure/closet/secure_closet, +/obj/item/storage/secure/briefcase, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/bridge/checkpoint/south) +"kZU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"lap" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/secondary/exit) +"laz" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "SecMedPriv" + }, +/turf/simulated/floor/plating, +/area/security/medbay) +"laB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"laF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/toxins/xenobiology) +"lbf" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay) +"lbj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/range) +"lbp" = ( +/obj/structure/closet/secure_closet/brigdoc, +/obj/item/storage/belt/medical, +/obj/item/storage/pill_bottle, +/obj/item/storage/pill_bottle/patch_pack, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitered" + }, +/area/security/medbay) +"lbz" = ( +/obj/structure/table/reinforced, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/clothing/mask/gas, +/obj/machinery/camera{ + c_tag = "Research Outpost Temporary Storage"; + network = list("Research Outpost") + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/extinguisher_cabinet{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"lbE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"lbP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"lch" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/item/folder/white{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/reception) +"lcj" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/obj/machinery/light{ + dir = 1; + layer = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/cryo) +"lcG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"lde" = ( +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop, +/turf/simulated/floor/wood, +/area/medical/psych) +"ldB" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/secure_closet/engineering_welding, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"ldC" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"ldN" = ( +/obj/structure/grille, +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"ldR" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"ldS" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteredfull" + }, +/area/security/medbay) +"ldV" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"ldW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"leo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance{ + req_one_access_txt = "12;47" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/maintenance/asmaint2) +"lev" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/reagent_containers/glass/beaker, +/obj/item/reagent_containers/dropper, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"lfc" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/processing) +"lfd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"lfh" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"lfv" = ( +/obj/structure/table/glass, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/item/radio/intercom{ + pixel_y = 28 + }, +/obj/item/paper_bin, +/obj/item/pen/red, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"lfA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/landmark{ + name = "Marauder Entry" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"lfG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"lga" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "Perma11"; + name = "Prison 1"; + req_access_txt = "2"; + security_level = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaCellsLockdown"; + name = "Perma Cells Lockdown" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"lgh" = ( +/obj/structure/chair/comfy/brown{ + dir = 8; + layer = 4 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"lgH" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "Perma21"; + name = "Prison 2"; + req_access_txt = "2"; + security_level = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaCellsLockdown"; + name = "Perma Cells Lockdown" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"lgN" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "SecPilotPriv" + }, +/turf/simulated/floor/plating, +/area/security/podbay) +"lgS" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "SecPilotPriv" + }, +/turf/simulated/floor/plating, +/area/security/podbay) +"lhe" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/security/warden) +"lhf" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/requests_console{ + department = "Warden"; + departmentType = 7; + name = "Warden's Requests Console"; + pixel_x = 29; + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/security/warden) +"lhk" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"lho" = ( +/obj/structure/lattice, +/turf/simulated/wall, +/area/chapel/main) +"lhr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"lhs" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology) +"lhu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"lhC" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "SecPilotPriv" + }, +/turf/simulated/floor/plating, +/area/security/podbay) +"lhQ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "SecPilotPriv" + }, +/turf/simulated/floor/plating, +/area/security/podbay) +"lhR" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -28 + }, +/obj/machinery/camera{ + c_tag = "Brig Warden's Office"; + dir = 4; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/warden) +"lhS" = ( +/turf/simulated/wall/r_wall, +/area/security/securearmoury) +"lia" = ( +/obj/structure/lattice, +/turf/simulated/wall/r_wall, +/area/security/podbay) +"lin" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/lattice, +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior 16"; + dir = 8; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"liE" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/maintenance/engrooms) +"liV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/central/south) +"liZ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "ai2"; + name = "Turret Shutters" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/turret_protected/ai) +"ljm" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/engine/gravitygenerator) +"ljn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"ljs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"ljv" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"ljF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"ljP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/prisonershuttle) +"lkn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"lko" = ( +/obj/machinery/dye_generator, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"lkA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/maintenance/fsmaint) +"lkC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/gravitygenerator) +"lkN" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "ai2"; + name = "Turret Shutters" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/turret_protected/ai) +"llt" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/sop_legal{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/reception) +"llx" = ( +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"llF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"llL" = ( +/obj/structure/window/reinforced, +/obj/structure/lattice, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/space, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"llN" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/lobby) +"lmd" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/kitchen) +"lme" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"lmj" = ( +/obj/machinery/r_n_d/circuit_imprinter{ + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker/sulphuric, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/assembly/robotics) +"lmz" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"lmG" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "ai2"; + name = "Turret Shutters" + }, +/turf/simulated/floor/plating, +/area/turret_protected/ai) +"lmV" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/engine/n20, +/area/atmos) +"lnn" = ( +/obj/structure/grille, +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"lnt" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"lnB" = ( +/turf/simulated/wall, +/area/crew_quarters/mrchangs) +"lnH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"lnW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/table/reinforced, +/obj/item/flashlight{ + pixel_y = 4 + }, +/obj/item/wirecutters{ + pixel_y = 18 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/processing) +"lof" = ( +/obj/item/paper_bin, +/obj/item/lighter/zippo{ + name = "Ash Generator 3000" + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"lol" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + anchored = 1 + }, +/turf/simulated/floor/engine/n20, +/area/atmos) +"lor" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"lot" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xeno3"; + name = "Creature Cell #3"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"lov" = ( +/turf/simulated/wall, +/area/crew_quarters/cabin4) +"lox" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"loD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"loO" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id_tag = "rdprivacy"; + name = "Research Director Office Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/hor) +"loS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/wood, +/area/ntrep) +"loT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/chair/office/dark, +/obj/effect/landmark/start{ + name = "Head of Personnel" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"loV" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library/abandoned) +"loZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"lpd" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/checkpoint) +"lpm" = ( +/turf/simulated/wall/r_wall/coated, +/area/toxins/test_chamber) +"lpp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"lpu" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1441; + input_tag = "n2o_in"; + name = "Nitrous Oxide Supply Control"; + output_tag = "n2o_out"; + sensors = list("n2o_sensor" = "Tank") + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "escape" + }, +/area/atmos) +"lpv" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA" + }, +/turf/simulated/wall/r_wall, +/area/engine/gravitygenerator) +"lpx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/command/glass{ + name = "Customs Desk"; + req_access_txt = "19" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/bridge/checkpoint/south) +"lpC" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Xeno Containment 5"; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"lpH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/glass{ + name = "Holodeck Door" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"lpO" = ( +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 8; + name = "Труба смешивания" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"lpT" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generation Access"; + dir = 4; + network = list("Engineering","SS13"); + pixel_y = -22 + }, +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"lqe" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/brigstaff) +"lql" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/storage/bible, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"lqn" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"lqA" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/binary/valve/digital{ + desc = "Открывает газу путь к нагревателям, холодильникам и фильтрам"; + dir = 4; + name = "Газ на обработку" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"lqF" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/eastright{ + dir = 2; + icon_state = "left"; + name = "Cryo Tank Storage"; + req_one_access_txt = "5;32" + }, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" + }, +/area/medical/genetics_cloning) +"lqG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Briefing Room"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"lqP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"lqY" = ( +/obj/structure/table/reinforced, +/obj/item/toy/figure/clown{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/clownoffice) +"lrb" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 1; + name = "Труба на фильтрацию" + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/atmos) +"lrf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/hallway/primary/starboard/east) +"lrz" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 4; + name = "Труба на фильтрацию" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/atmos) +"lrN" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 4; + name = "Труба на фильтрацию" + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/atmos) +"lrR" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 1; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"lsc" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"lsh" = ( +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"lsz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"lsH" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/stamp/hos, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"lsQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/radio/beacon, +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/bridge/vip) +"lsT" = ( +/turf/simulated/wall, +/area/engine/break_room) +"lsV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"lto" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"ltq" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/security/permabrig) +"ltu" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 9; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/atmos) +"lua" = ( +/obj/machinery/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/medbay) +"luw" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/table/reinforced, +/obj/item/radio/electropack, +/obj/item/assembly/signaler, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/processing) +"luz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/conveyor_switch/oneway{ + id = "cargodelivery"; + name = "Cargo Delivery"; + pixel_x = -10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/delivery) +"luG" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/ward) +"luK" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/crate/internals, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"luQ" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/primary/central/north) +"lvh" = ( +/obj/machinery/power/tesla_coil{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"lvo" = ( +/obj/structure/chair/wood/wings{ + dir = 8; + tag = "icon-wooden_chair_wings (WEST)" + }, +/turf/simulated/floor/wood{ + icon_state = "wood-broken6"; + tag = "icon-wood-broken6" + }, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"lvs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/maintenance/xenozoo) +"lvv" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/door_control{ + id = "psychoffice"; + name = "Privacy Shutters Control"; + pixel_x = 28 + }, +/obj/machinery/light_switch{ + pixel_x = 37; + pixel_y = 1 + }, +/obj/effect/landmark/start{ + name = "Psychiatrist" + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"lvI" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/security/warden) +"lvO" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/brig) +"lvT" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; + dir = 1; + name = "Труба подачи азота в реактор" + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"lvU" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/chem_master, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"lwk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/securehallway) +"lwr" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"lwy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"lwz" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/hydroponics) +"lwP" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/wall/r_wall/coated, +/area/toxins/storage) +"lwR" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"lxh" = ( +/obj/machinery/light/small, +/obj/structure/closet/bombcloset, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/toxins/explab) +"lxD" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"lxQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/table/reinforced, +/obj/item/stack/sheet/cardboard, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/engine/break_room) +"lxZ" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box, +/obj/item/storage/fancy/candle_box, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"lyd" = ( +/obj/machinery/cryopod, +/obj/item/radio/intercom{ + pixel_x = 26; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/sleep) +"lyi" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/quartermaster/office) +"lyk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"lyo" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"lyA" = ( +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/obj/machinery/camera{ + c_tag = "South Medbey Hallway"; + dir = 1; + network = list("Medical","SS13") + }, +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Medical Doctor" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay3) +"lyD" = ( +/obj/machinery/computer/secure_data, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/radio/intercom{ + pixel_x = 30; + pixel_y = -30 + }, +/obj/machinery/light{ + dir = 4; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/security/warden) +"lyE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Mr. Chang's" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"lyM" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table, +/obj/random/plushie, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"lyU" = ( +/obj/structure/table/reinforced, +/obj/item/radio{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = -4 + }, +/obj/item/radio{ + pixel_x = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"lzg" = ( +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Research Director's Office"; + dir = 8; + network = list("Research","SS13") + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/item/cartridge/signal/toxins{ + pixel_x = -6 + }, +/obj/item/cartridge/signal/toxins{ + pixel_x = 6 + }, +/obj/item/cartridge/signal/toxins{ + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/lighter/zippo/rd, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"lzm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"lzy" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/obj/item/deck/cards{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"lzH" = ( +/obj/structure/falsewall, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"lzN" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"lzW" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/engine/break_room) +"lAc" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/break_room) +"lAr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/south) +"lAy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/fitness) +"lAA" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/office) +"lAB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brig) +"lAD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/wood, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"lAO" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/ward) +"lAU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/evidence) +"lAV" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/atmos) +"lAZ" = ( +/obj/structure/closet, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"lBh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/shallway) +"lBo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/landmark/start{ + name = "Scientist" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"lBD" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Front Desk"; + req_access_txt = "37" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"lCa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Chaplain" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/carpet, +/area/chapel/office) +"lCu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/interrogation) +"lCK" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/office) +"lCN" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/office) +"lCV" = ( +/obj/machinery/vending/cart{ + pixel_x = -1; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/office) +"lDo" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "vault" + }, +/area/assembly/showroom) +"lDs" = ( +/obj/structure/bookcase, +/turf/simulated/floor/wood, +/area/library) +"lDu" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"lDx" = ( +/obj/machinery/computer/merch{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/quartermaster/office) +"lDA" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"lEd" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"lEe" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"lEk" = ( +/turf/simulated/wall/r_wall, +/area/civilian/barber) +"lER" = ( +/turf/simulated/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/alphadeck) +"lFf" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/engine/mechanic_workshop/hangar) +"lFj" = ( +/obj/structure/table, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -25 + }, +/obj/item/paper/deltainfo, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"lFu" = ( +/obj/structure/chair, +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/processing) +"lFw" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + name = "Creature Pen" + }, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Creature Pen" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"lFG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/secondary/exit) +"lFP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xenosecure"; + name = "Secure Creature Cell"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"lGd" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/maintenance/electrical) +"lGo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/toxins/xenobiology) +"lGv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"lGD" = ( +/obj/structure/table/reinforced, +/obj/item/gps, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"lGJ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"lGN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/medical/research{ + name = "Research Division" + }) +"lGO" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"lGR" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"lGZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/east, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/flag/med, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/cmo) +"lHc" = ( +/obj/effect/decal/warning_stripes/arrow{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"lHd" = ( +/obj/structure/table, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/obj/item/reagent_containers/food/snacks/grown/poppy/geranium, +/obj/item/reagent_containers/food/snacks/grown/poppy/lily{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/snacks/grown/poppy{ + pixel_x = -4; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"lHe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"lHk" = ( +/obj/structure/table/reinforced, +/obj/item/stock_parts/cell/high, +/obj/machinery/cell_charger, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"lHA" = ( +/obj/machinery/air_sensor{ + frequency = 1222; + id_tag = "burn_sensor" + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/engine/insulated/vacuum, +/area/toxins/mixing) +"lHR" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/storage/tech) +"lHT" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/toxins/mixing) +"lIo" = ( +/obj/item/radio/intercom{ + pixel_y = -29 + }, +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"lIC" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay2) +"lIJ" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/light, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"lIZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/brig) +"lJn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"lJs" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 28 + }, +/obj/structure/table/reinforced, +/obj/item/radio, +/obj/item/crowbar, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/bridge/checkpoint/south) +"lJv" = ( +/obj/structure/bookcase, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/chapel/main) +"lJE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"lJF" = ( +/obj/machinery/light, +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"lJK" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/emcloset, +/obj/machinery/vending/wallmed{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"lJP" = ( +/obj/structure/rack, +/obj/item/assembly/voice, +/obj/item/clothing/head/welding, +/obj/item/weldingtool, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"lJZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/wood, +/obj/item/folder/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/assembly/showroom) +"lKm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"lKE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/nw) +"lKU" = ( +/obj/structure/sign/chemistry, +/turf/simulated/wall/r_wall, +/area/medical/chemistry) +"lKX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"lLb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"lLm" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"lLn" = ( +/obj/structure/closet/walllocker/emerglocker{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay2) +"lLz" = ( +/obj/structure/table, +/obj/item/camera, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"lLU" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "SecMedPriv" + }, +/turf/simulated/floor/plating, +/area/security/medbay) +"lLV" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"lLX" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"lMd" = ( +/obj/structure/closet/crate/freezer, +/obj/item/tank/emergency_oxygen/engi/empty, +/obj/item/tank/emergency_oxygen/engi/empty, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/machinery/iv_drip, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitered" + }, +/area/security/medbay) +"lMi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/main) +"lMj" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"lMk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/lobby) +"lMn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/chair, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/processing) +"lMr" = ( +/obj/machinery/flasher/portable, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/item/wrench, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/processing) +"lMu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/crew_quarters/courtroom) +"lMW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"lNc" = ( +/obj/structure/table/glass, +/obj/item/storage/box/bodybags, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/item/paper/Cloning{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/genetics_cloning) +"lNg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/armoury) +"lNp" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 5; + pixel_y = -28 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"lNt" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/maintenance/fsmaint) +"lNw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"lNC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/toxins/mixing) +"lNM" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom{ + pixel_x = 26; + pixel_y = 28 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/cabin4) +"lNV" = ( +/obj/structure/closet/lasertag/blue, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"lOi" = ( +/obj/structure/chair, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"lOt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"lOu" = ( +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Temporal Cell"; + dir = 1; + network = list("SS13","Security") + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/processing) +"lOz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"lOG" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26; + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/cryo) +"lOI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 2; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/virology) +"lPb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"lPf" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"lPv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/customs) +"lPH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"lPJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/camera{ + c_tag = "Prison Solitary Confinement 2"; + dir = 6; + network = list("Prison","SS13") + }, +/obj/machinery/flasher{ + desc = "A floor-mounted flashbulb device."; + id = "permacell1"; + layer = 5; + pixel_y = 24; + range = 3 + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"lPW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library/abandoned) +"lQm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/restraints/handcuffs/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology) +"lQG" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"lQL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"lQT" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"lQU" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/paramedic) +"lRh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/medical/reception) +"lRk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/crew_quarters/chief) +"lRu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/ntrep) +"lRT" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"lSr" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/securearmoury) +"lSx" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"lSA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/storage/box/flashbangs, +/obj/item/storage/box/flashbangs{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"lSG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/bridge) +"lSJ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology/lab) +"lSM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"lTb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/assembly/showroom) +"lTh" = ( +/obj/structure/closet, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"lTm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"lTn" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/warden) +"lTt" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"lTF" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/shieldgen, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"lTH" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"lTJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm{ + dir = 4; + layer = 3.25; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/aft) +"lTM" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/cryo) +"lTQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/se) +"lTT" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/mob_healer_terminal, +/obj/structure/table, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"lUg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"lUo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + id_tag = "viro_lab_airlock_control"; + name = "Virology Lab Access Console"; + pixel_x = 6; + pixel_y = 24; + req_one_access_txt = "39"; + tag_exterior_door = "viro_lab_airlock_exterior"; + tag_interior_door = "viro_lab_airlock_interior" + }, +/obj/machinery/camera{ + c_tag = "Virology Short Hall"; + dir = 10; + network = list("Medical","SS13") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology) +"lUL" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/brig) +"lUP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"lUS" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"lUZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"lVa" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/flashlight, +/obj/item/gps, +/obj/item/radio{ + pixel_y = 6 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"lVd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"lVe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/warning_stripes/east, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"lVo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"lVO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat) +"lVP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"lWa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay) +"lWf" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"lWh" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost","Telecomms") + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"lWj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/gateway) +"lWl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"lWu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/medbay) +"lXa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitehall" + }, +/area/toxins/xenobiology) +"lXr" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"lXs" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/bridge) +"lXQ" = ( +/obj/machinery/door/airlock/external{ + name = "Toxins Test Chamber" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"lXS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"lYc" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"lYj" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Armory"; + req_access_txt = "3"; + security_level = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "ArmoryLock"; + name = "Armory Lockdown"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"lYu" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/security/podbay) +"lZa" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway East 5"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/ne) +"lZb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/surgery1) +"lZk" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"lZw" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/podbay) +"lZy" = ( +/turf/simulated/wall, +/area/bridge/checkpoint/north) +"lZA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/aft) +"lZU" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/library) +"mad" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"mak" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/security/hos) +"mal" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"man" = ( +/obj/machinery/newscaster{ + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/ntrep) +"mav" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "robotics_solar_inner"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"maw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"maB" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Brig Hangar"; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/security/podbay) +"maX" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "SecPilotPriv" + }, +/turf/simulated/floor/plating, +/area/security/podbay) +"mbc" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/lattice, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"mbm" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"mbs" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "escape" + }, +/area/crew_quarters/fitness) +"mbE" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"mbF" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library/abandoned) +"mbJ" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" + }, +/area/medical/sleeper) +"mbM" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/structure/table/reinforced, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/item/lighter, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/security/execution) +"mbR" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/maintenance/xenozoo) +"mbT" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"mbY" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/security/securearmoury) +"mcd" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/medical/research{ + name = "Research Division" + }) +"mcf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/medical/morgue) +"mck" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/ai_monitored/storage/eva) +"mcm" = ( +/obj/machinery/atmospherics/trinary/filter{ + desc = "Отфильтровывает оксид азота из трубы и отправляет его в камеру хранения."; + filter_type = 4; + name = "Фильтр Оксида Азота (NO2)"; + on = 1; + target_pressure = 4500 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "escape" + }, +/area/atmos) +"mcs" = ( +/obj/structure/chair/office/dark, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/cabin1) +"mcy" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Escape Shuttle Cockpit"; + req_access_txt = "19" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"mcz" = ( +/obj/machinery/bluespace_beacon, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"mcD" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"mcQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"mcY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/light{ + pixel_y = 6 + }, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"mdb" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"mdc" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/machinery/atmospherics/unary/cold_sink/freezer{ + current_temperature = 80; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/server) +"mdd" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/plasteel, +/area/bridge/vip) +"mde" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/maintenance/electrical) +"mdr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"mdx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/vending/wallmed{ + pixel_x = 26 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"mdB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/permabrig) +"mdH" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/landmark/start{ + name = "Warden" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredfull" + }, +/area/security/warden) +"meo" = ( +/obj/machinery/alarm{ + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/security/securearmoury) +"meq" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 1; + name = "Труба смешивания" + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/atmos) +"meO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/atmos) +"meR" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"mfd" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/permahallway) +"mfh" = ( +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"mfo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/processing) +"mft" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/bridge) +"mfv" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"mfz" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/sleeper) +"mfF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/podbay) +"mfJ" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/paper_bin, +/obj/structure/sign/poster/official/do_not_question{ + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 5; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"mfL" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal, +/turf/simulated/floor/engine, +/area/medical/chemistry) +"mgb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A33"; + location = "A32" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/se) +"mgc" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"mge" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"mgu" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"mgP" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/camera{ + c_tag = "Escape Shuttle Command Point"; + dir = 6 + }, +/obj/structure/closet/emcloset, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/bridge/checkpoint/south) +"mhg" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; + dir = 9; + name = "Труба подачи азота в реактор" + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 9 + }, +/turf/space, +/area/space/nearstation) +"mhi" = ( +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Cell Block"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"mhs" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/grass, +/area/medical/medbay) +"mhB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "escape" + }, +/area/bridge/checkpoint/south) +"mhC" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xeno6"; + name = "Creature Cell #6"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Creature Pen"; + req_access_txt = "47" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"mhI" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/medical/morgue) +"mhL" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"mhS" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"mhU" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/gravitygenerator) +"mhX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/fore) +"mid" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/hallway/primary/fore) +"miq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteredfull" + }, +/area/security/medbay) +"miw" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"miK" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"miO" = ( +/obj/structure/filingcabinet, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"mjf" = ( +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/obj/structure/sign/directions/medical{ + dir = 4 + }, +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 8 + }, +/turf/simulated/wall, +/area/quartermaster/office) +"mjk" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"mjr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"mjs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"mjx" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "escape" + }, +/area/bridge/checkpoint/south) +"mjE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"mjG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/tcommsat/chamber) +"mjW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage"; + req_access_txt = "23" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"mka" = ( +/obj/machinery/door/airlock/external{ + name = "Toxins Test Chamber" + }, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"mkb" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/laser/practice{ + pixel_y = -10 + }, +/obj/item/gun/energy/laser/practice{ + pixel_y = 10 + }, +/obj/item/gun/energy/laser/practice, +/obj/machinery/door/poddoor/shutters{ + id_tag = "ShootRange"; + name = "Shooting Range Shutters" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"mkc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"mkf" = ( +/obj/structure/table/glass, +/obj/item/storage/box/masks{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/storage/box/gloves, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitered" + }, +/area/security/medbay) +"mkg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/sleeper) +"mkh" = ( +/obj/structure/bookcase/manuals/engineering, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"mkj" = ( +/obj/effect/landmark{ + name = "revenantspawn" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology) +"mkm" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/shieldwallgen{ + req_access = list(47) + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"mkF" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"mkL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/explab) +"mkM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/warning_stripes/south, +/obj/item/radio/beacon, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"mkS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall, +/area/maintenance/asmaint2) +"mla" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/virology/lab) +"mle" = ( +/obj/machinery/door/airlock/external{ + hackProof = 1; + id_tag = "emergency_home"; + name = "Escape Airlock" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/security/checkpoint) +"mlh" = ( +/turf/simulated/wall/r_wall/rust, +/area/toxins/mixing) +"mll" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"mlo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"mlB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/chair/stool, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"mlG" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"mlM" = ( +/obj/structure/table, +/obj/item/flashlight/seclite, +/obj/item/restraints/handcuffs, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/processing) +"mlW" = ( +/obj/structure/table, +/obj/item/storage/box/gloves, +/obj/item/storage/box/bodybags, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"mlX" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/processing) +"mml" = ( +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/permahallway) +"mmo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"mmv" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"mmA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/security/permabrig) +"mmE" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"mmK" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Cell Block"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"mmQ" = ( +/obj/structure/morgue, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"mmU" = ( +/obj/structure/dresser, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"mmZ" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/wall/r_wall, +/area/toxins/storage) +"mnh" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/toxins/lab) +"mnJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"mnN" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/camera{ + c_tag = "EVA West" + }, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"mnO" = ( +/obj/machinery/light_switch{ + pixel_x = 24; + pixel_y = 24 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"mnQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/permabrig) +"mob" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Research Director's Quarters"; + req_access = null; + req_access_txt = "30" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"mof" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/cryo) +"mog" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/engine/break_room) +"mop" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/extinguisher, +/obj/item/secbot_assembly{ + created_name = "Officer Podsky"; + desc = "Ты не узнаешь ценность чего-либо, пока не потеряешь это..."; + name = "Обломки офицера Подски"; + pixel_y = 21 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"mov" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/toxins/xenobiology) +"moG" = ( +/turf/simulated/wall, +/area/maintenance/fpmaint) +"moW" = ( +/obj/structure/sign/science, +/turf/simulated/wall, +/area/hallway/primary/central/sw) +"moX" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"mpg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"mpn" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/cans/beer, +/obj/item/reagent_containers/food/drinks/cans/beer, +/obj/item/pizzabox, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"mpA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/engine/break_room) +"mpI" = ( +/turf/space, +/turf/simulated/wall/r_wall, +/area/security/medbay) +"mpW" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/brig) +"mqj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/processing) +"mqp" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door_control{ + desc = "A remote control switch for the brig foyer."; + id = "BrigLeft"; + name = "Left Doors Control"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = 7; + req_access_txt = null + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "BrigLeft"; + name = "Left Doors Bolt Control"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = -2; + specialfunctions = 4 + }, +/obj/machinery/door_control{ + desc = "A remote control switch for the brig foyer."; + id = "BrigRight"; + name = "Right Doors Control"; + normaldoorcontrol = 1; + pixel_x = 6; + pixel_y = 7; + req_access_txt = null + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "BrigRight"; + name = "Right Doors Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 6; + pixel_y = -2; + specialfunctions = 4 + }, +/obj/machinery/flasher_button{ + id = "brigkpp"; + name = "Flasher Control"; + pixel_x = -17; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/reception) +"mqz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/permahallway) +"mqB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"mqV" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/crew_quarters/courtroom) +"mqW" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Briefing"; + name = "Briefing Room Shutters" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/main) +"mqY" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/hardsuitstorage) +"mrf" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"mrx" = ( +/obj/structure/table, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay) +"mrA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/computer/pandemic, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"mrG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/checkpoint) +"mrH" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"mrN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/security/podbay) +"mrV" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"msG" = ( +/obj/structure/window/reinforced, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"msV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"mth" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"mto" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"mtz" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/item/radio/intercom{ + pixel_y = 32 + }, +/obj/machinery/door_control{ + id = "Chemistry"; + name = "Chem Privacy Shutters Control"; + pixel_x = -23; + pixel_y = -9 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"mtK" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 1; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plating, +/area/atmos) +"mtL" = ( +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre"; + req_access_txt = "45" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holosign/surgery{ + id = "surgery2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/surgery2) +"mtX" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/range) +"muf" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/barricade/wooden, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"muo" = ( +/obj/structure/table/reinforced, +/obj/item/analyzer, +/obj/item/assembly/signaler, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"muq" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + name = "Труба турбины" + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"muD" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 30 + }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"muF" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"muH" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/turf/simulated/floor/plating, +/area/atmos) +"muK" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology/lab) +"muM" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/black, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"muS" = ( +/obj/structure/transit_tube{ + icon_state = "S-NE"; + tag = "icon-S-NE" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/construction/hallway) +"muV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"mvp" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology/lab) +"mvI" = ( +/obj/machinery/door_timer/cell_1{ + dir = 1; + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"mwa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"mwd" = ( +/obj/structure/sign/botany{ + pixel_x = -32 + }, +/obj/machinery/plantgenes, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"mwf" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/obj/effect/landmark/start{ + name = "Cyborg" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"mwg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/evidence) +"mwh" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"mwq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/medical/morgue) +"mwu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"mwA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"mwB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"mwH" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior 8"; + dir = 6; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"mwW" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"mxb" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + cell_type = 25000; + dir = 4; + name = "east bump"; + pixel_x = 24; + shock_proof = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/ntrep) +"mxe" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"mxv" = ( +/obj/structure/table, +/obj/item/storage/briefcase{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"mxx" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/library/abandoned) +"mxH" = ( +/obj/structure/closet/crate/engineering, +/obj/item/apc_electronics, +/obj/item/apc_electronics, +/obj/item/airlock_electronics, +/obj/item/airlock_electronics, +/obj/item/firelock_electronics, +/obj/item/firelock_electronics, +/obj/item/airalarm_electronics, +/obj/item/airalarm_electronics, +/obj/item/intercom_electronics, +/obj/item/intercom_electronics, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"mxM" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/prisonershuttle) +"mxT" = ( +/obj/machinery/smartfridge/secure/extract, +/obj/machinery/light_switch{ + pixel_x = -26 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"mxV" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway North 3" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"mxZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Creature Pen"; + req_access_txt = "47" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"mya" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "CMO Shutters"; + name = "CMO Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/cmo) +"myh" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/civilian/pet_store) +"myq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"myH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library/abandoned) +"myO" = ( +/obj/item/radio/intercom{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/hallway/primary/central/north) +"myQ" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/brig) +"myZ" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"mzf" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"mzl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/medical/medbay3) +"mzo" = ( +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/brig) +"mzI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/showcase{ + layer = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/tcommsat/chamber) +"mzQ" = ( +/turf/simulated/wall, +/area/maintenance/gambling_den/casino) +"mzT" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Escape Shuttle Cockpit"; + req_access_txt = "19" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"mzW" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Briefing Room"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/main) +"mzX" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/construction/hallway) +"mzZ" = ( +/obj/structure/sign/science{ + icon_state = "doors" + }, +/turf/simulated/wall, +/area/toxins/xenobiology) +"mAa" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"mAd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"mAl" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/hardsuitstorage) +"mAn" = ( +/obj/machinery/computer/camera_advanced/xenobio, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/greengrid, +/area/toxins/xenobiology) +"mAq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/hallway/primary/central/north) +"mAr" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaLockdown"; + name = "Perma Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"mAs" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "Central Ring Hallway North 1" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"mAE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"mAF" = ( +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/north) +"mAN" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"mAO" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"mAV" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"mAZ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/hardsuitstorage) +"mBa" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/chair/stool, +/obj/effect/landmark/start{ + name = "Chemist" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/engine, +/area/medical/chemistry) +"mBc" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/library/abandoned) +"mBj" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"mBm" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/coffee, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay) +"mBo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"mBy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"mBE" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"mBF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/interrogation) +"mBL" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/processing) +"mBR" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/warden) +"mBV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/toxins/explab) +"mCg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"mCj" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/processing) +"mCs" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/cryo) +"mCB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + req_one_access_txt = "12;39" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"mCD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/aft) +"mCK" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/securehallway) +"mCN" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"mCW" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay) +"mDc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/teleporter) +"mDe" = ( +/turf/simulated/wall/r_wall, +/area/engine/hardsuitstorage) +"mDi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/flasher{ + desc = "A floor-mounted flashbulb device."; + id = "brigkpp"; + layer = 5; + pixel_y = 55; + range = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/brig) +"mDj" = ( +/obj/structure/sign/science, +/turf/simulated/wall, +/area/medical/research{ + name = "Research Division" + }) +"mDw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 4; + name = "Труба фильтрации" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; + dir = 1; + name = "Труба подачи азота в реактор" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"mDD" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library/abandoned) +"mDI" = ( +/obj/machinery/door/airlock/medical{ + name = "Psych Office"; + req_access_txt = "64" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"mDK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/starboard/east) +"mDL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/interrogation) +"mDN" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"mDP" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"mDY" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"mEg" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/conveyor/east{ + id = "QMLoad" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"mEt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay) +"mEu" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/security/interrogation) +"mEE" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"mEG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/gateway) +"mEK" = ( +/obj/machinery/vending/cigarette/free, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brigstaff) +"mEL" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"mFb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"mFd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"mFk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=P3"; + location = "P2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/podbay) +"mFH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark"; + temperature = 80 + }, +/area/toxins/xenobiology) +"mFN" = ( +/turf/simulated/wall, +/area/maintenance/fsmaint) +"mGq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/medbay) +"mGs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering) +"mGt" = ( +/obj/structure/table/glass, +/obj/item/storage/toolbox/surgery{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/surgery1) +"mGx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/camera{ + c_tag = "Minisat Hallway North"; + network = list("Minisat","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/turret_protected/aisat_interior) +"mGL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"mHd" = ( +/turf/simulated/floor/engine/insulated/vacuum, +/area/atmos) +"mHl" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/crew_quarters/courtroom) +"mHs" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/checkpoint) +"mHJ" = ( +/obj/machinery/computer/aiupload, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -21 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"mHQ" = ( +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"mHX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"mIg" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id_tag = "rdprivacy"; + name = "Research Director Office Shutters"; + opacity = 0 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/hor) +"mIh" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Gas Mix Tank"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/engine/insulated/vacuum, +/area/atmos) +"mIk" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"mIO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"mIQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/storage/primary) +"mIR" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "SecPilotPriv" + }, +/turf/simulated/floor/plating, +/area/security/podbay) +"mIV" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"mIY" = ( +/obj/structure/rack, +/obj/item/taperecorder, +/obj/item/storage/briefcase, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood, +/area/security/detectives_office) +"mIZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/hallway/primary/aft) +"mJu" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4; + frequency = 1441; + id = "mix_in" + }, +/turf/simulated/floor/engine/insulated/vacuum, +/area/atmos) +"mJv" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library/abandoned) +"mJH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/storage/primary) +"mJJ" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/hallway/primary/aft) +"mJK" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHWEST)" + }, +/area/medical/sleeper) +"mJO" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "cloninglab" + }, +/obj/structure/window/reinforced/polarized{ + id = "cloninglab" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "cloninglab" + }, +/turf/simulated/floor/plating, +/area/medical/genetics_cloning) +"mJU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/library/abandoned) +"mJY" = ( +/obj/structure/grille, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/atmos) +"mKb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"mKg" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/storage/primary) +"mKr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 1; + name = "Труба дыхательной смеси" + }, +/obj/machinery/atmospherics/binary/pump{ + desc = "Отправляет смесь из трубы в хранилище для неё"; + dir = 8; + name = "Смесь в хранилище"; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/atmos) +"mKu" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/storage/primary) +"mKv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 4; + name = "Труба смешивания" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/atmos) +"mKN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"mKO" = ( +/obj/structure/table/reinforced, +/obj/item/storage/belt/utility, +/obj/item/wrench, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"mKZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/medical/research/nhallway) +"mLo" = ( +/obj/item/reagent_containers/glass/bucket, +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/processing) +"mLx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"mLE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/nw) +"mLI" = ( +/turf/simulated/floor/wood, +/area/security/detectives_office) +"mLJ" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/disposalpipe/junction, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"mLS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"mMd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/nw) +"mMf" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"mMg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"mMi" = ( +/obj/machinery/computer/security{ + network = list("SS13","Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/warden) +"mMo" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"mMq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/bridge) +"mMr" = ( +/obj/structure/table, +/obj/machinery/light, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/clothing/mask/gas, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"mMw" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/atmos) +"mMz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Cyborg" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"mME" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor/east{ + id = "cargodelivery" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/delivery) +"mMH" = ( +/obj/structure/sign/poster/official/work_for_a_future{ + pixel_x = 32 + }, +/obj/effect/decal/warning_stripes/east, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/atmos) +"mMQ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/bridge) +"mNe" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Security"; + req_access_txt = "58" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/security/hos) +"mNo" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/atmos) +"mNq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"mNA" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/atmos) +"mNY" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/medical/research/nhallway) +"mOb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/sw) +"mOi" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/drinks/bottle/patron, +/obj/item/storage/fancy/cigarettes/cigpack_shadyjims, +/turf/simulated/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/bar) +"mOq" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "HoSPriv"; + name = "HoS Office Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/hos) +"mOw" = ( +/obj/machinery/photocopier, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/ntrep) +"mPs" = ( +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"mPC" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 27 + }, +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/black, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"mPE" = ( +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"mPJ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/turf/simulated/floor/plating, +/area/bridge) +"mPK" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port/west) +"mPL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/evidence) +"mQn" = ( +/obj/machinery/vending/medical, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/item/radio/intercom{ + pixel_x = 28; + pixel_y = -28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHEAST)" + }, +/area/medical/reception) +"mQp" = ( +/obj/effect/landmark/start{ + name = "Station Engineer" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering) +"mQI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"mQL" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_sw"; + name = "southwest of SS13"; + width = 19 + }, +/turf/space, +/area/space) +"mQO" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xeno1"; + name = "Creature Cell #1"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"mRg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/securehallway) +"mRi" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/table/wood, +/obj/item/paper/deltainfo, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"mRE" = ( +/obj/effect/decal/warning_stripes/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"mRF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/gateway) +"mRH" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/checkpoint) +"mRJ" = ( +/obj/machinery/computer/crew, +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/bridge/checkpoint/south) +"mRM" = ( +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/obj/effect/decal/warning_stripes/yellow/partial, +/obj/effect/decal/warning_stripes/arrow, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"mSc" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/armoury) +"mSh" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + cell_type = 5000; + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"mSn" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/hallway/primary/port/west) +"mSo" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"mSE" = ( +/obj/structure/table/wood, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"mSG" = ( +/obj/structure/transit_tube{ + icon_state = "W-SE"; + tag = "icon-W-SE" + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/space/nearstation) +"mSR" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep) +"mTh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"mTu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/chair/office/light{ + dir = 1; + pixel_y = 3 + }, +/obj/effect/landmark/start{ + name = "Research Director" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/crew_quarters/hor) +"mTB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"mTD" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/bridge/checkpoint/south) +"mTO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"mTP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Processing"; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/processing) +"mUc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen"; + tag = "icon-whitegreen (NORTHEAST)" + }, +/area/medical/virology) +"mUg" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xeno2"; + name = "Creature Cell #4"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"mUi" = ( +/obj/machinery/photocopier, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"mUu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"mUz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/bridge) +"mUF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall/r_wall, +/area/toxins/explab) +"mUQ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/brigstaff) +"mUS" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/bridge) +"mUT" = ( +/obj/effect/decal/warning_stripes/north, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"mUY" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"mVH" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"mVO" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"mVY" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"mWo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"mWC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/toxins/mixing) +"mWM" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/maintenance/electrical) +"mWP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"mWR" = ( +/obj/machinery/dna_scannernew, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/genetics_cloning) +"mWV" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "Singularity"; + layer = 2.7; + name = "Singularity Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/engine/engineering) +"mWY" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "HoSPriv"; + name = "HoS Office Privacy Shutters" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/hos) +"mXt" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"mXF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"mXP" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/meter, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"mYd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/junction{ + dir = 8; + tag = "icon-pipe-j1 (EAST)" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"mYf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/bridge) +"mYk" = ( +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"mYv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/wall, +/area/crew_quarters/fitness) +"mYA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"mYX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"mZc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"mZk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/bridge/checkpoint/south) +"mZA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/explab) +"mZI" = ( +/obj/structure/cable, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xenosecure"; + name = "Secure Creature Cell"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"mZK" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/reception) +"mZM" = ( +/obj/structure/table/reinforced, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/item/stock_parts/matter_bin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/micro_laser, +/obj/effect/decal/warning_stripes/northeast, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/scanning_module, +/obj/item/stock_parts/capacitor, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/lab) +"nab" = ( +/obj/structure/sign/barber{ + pixel_x = -21; + pixel_y = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"naf" = ( +/obj/effect/decal/cleanable/vomit, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"nai" = ( +/obj/structure/chair/comfy/shuttle, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"nak" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + icon_state = "pipe-j2s"; + name = "Captain Office"; + sortType = 18 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/ne) +"nan" = ( +/obj/structure/reagent_dispensers/oil, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/assembly/robotics) +"naq" = ( +/obj/effect/landmark/start{ + name = "Scientist" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"naC" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "sw_maint_airlock"; + pixel_y = 25; + tag_airpump = "sw_maint_pump"; + tag_chamber_sensor = "sw_maint_sensor"; + tag_exterior_door = "sw_maint_outer"; + tag_interior_door = "sw_maint_inner" + }, +/obj/machinery/airlock_sensor{ + id_tag = "sw_maint_sensor"; + pixel_y = 33 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1379; + id_tag = "sw_maint_pump" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"naD" = ( +/obj/item/target, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"naE" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin3) +"naI" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"naQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"naR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"nbb" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "HoSPriv"; + name = "HoS Office Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/hos) +"nbr" = ( +/obj/item/grenade/clusterbuster/honk, +/turf/simulated/floor/plating, +/area/toxins/storage) +"nbx" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/shallway) +"nbA" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/reception) +"nbP" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"nbT" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"ncb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/se) +"nct" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"ncu" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"ncC" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/lobby) +"ncP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"ncZ" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"ndm" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/reception) +"ndo" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/library/abandoned) +"ndq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"ndu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"ndJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"ndS" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/ne) +"ndY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"nee" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/pen, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "carpet" + }, +/area/crew_quarters/courtroom) +"neD" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 4; + name = "Труба на фильтрацию" + }, +/obj/machinery/camera{ + c_tag = "Atmospherics Distribution"; + dir = 8; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/atmos) +"neN" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"neW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"nfa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/medical/sleeper) +"nfb" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/bridge) +"nfd" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"nfm" = ( +/obj/machinery/light/small, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"nft" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/crew_quarters/fitness) +"nfv" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"nfN" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/security/customs) +"nfO" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/medical/research/nhallway) +"nfX" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/wood, +/area/security/detectives_office) +"nfZ" = ( +/obj/machinery/door/airlock/public/glass{ + id_tag = "Perma12" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaLockdown"; + name = "Perma Lockdown" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaCellsLockdown"; + name = "Perma Cells Lockdown" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"ngy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"nhs" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -1; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brigstaff) +"nhC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"nhD" = ( +/turf/simulated/wall, +/area/maintenance/maintcentral) +"nhF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"nhJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"nhY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/securearmoury) +"nig" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Break Room Maintenance"; + req_access_txt = "47" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"niq" = ( +/obj/machinery/computer/rdservercontrol, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/server) +"niu" = ( +/obj/machinery/light_switch{ + pixel_x = 4; + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"nix" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "SKPP" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "eslock"; + name = "Escape Shuttle Lockdown" + }, +/turf/simulated/floor/plating, +/area/bridge/checkpoint/south) +"niI" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/processing) +"nji" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/table/wood, +/obj/item/paicard, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"njj" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/mug/hos, +/obj/item/spacepod_key{ + id = 100000 + }, +/obj/machinery/firealarm{ + pixel_y = -26 + }, +/obj/item/paper/safe_code{ + owner = "hos" + }, +/obj/structure/sign/poster/secret/yug0{ + pixel_x = 32 + }, +/obj/item/lighter/zippo/hos, +/turf/simulated/floor/wood, +/area/security/hos) +"njk" = ( +/obj/machinery/vending/security, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"njq" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/hologram/holopad, +/obj/effect/landmark/start{ + name = "Medical Doctor" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/cryo) +"njv" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"njy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"njF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/cryo) +"njG" = ( +/obj/machinery/door_control{ + id = "paramedic"; + name = "Garage Door Control"; + pixel_y = 24; + req_access_txt = "66" + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "paramedic"; + name = "Paramedic Garage" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/medical/paramedic) +"njM" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"njP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/medical/research{ + name = "Research Division" + }) +"nkf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/engineering) +"nkm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Customs"; + req_access_txt = "63" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"nkv" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/checkpoint) +"nkH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"nkJ" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/toxins/mixing) +"nkN" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/medbay) +"nlf" = ( +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/structure/table, +/obj/machinery/smartfridge/disks, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"nlk" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/light, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"nlq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"nlu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"nlC" = ( +/obj/machinery/photocopier, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain/bedroom) +"nlE" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/landmark{ + name = "JoinLate" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"nlF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"nlJ" = ( +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"nlK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port/west) +"nlR" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"nmf" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/assembly/showroom) +"nml" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plating, +/area/engine/engineering) +"nmp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/shallway) +"nmy" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"nmX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/computer/security{ + network = list("SS13","Mining Outpost") + }, +/turf/simulated/floor/wood, +/area/security/hos) +"nnt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"nnB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"nnI" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"nnM" = ( +/obj/machinery/biogenerator, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"nnT" = ( +/obj/machinery/particle_accelerator/control_box, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/engine/engineering) +"noj" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"nol" = ( +/obj/machinery/light, +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/crew_quarters/fitness) +"nom" = ( +/obj/effect/decal/warning_stripes/east, +/obj/effect/landmark{ + name = "JoinLateCyborg" + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"nop" = ( +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Rec Room Aft"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/crew_quarters/fitness) +"nos" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaLockdown"; + name = "Perma Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"nou" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"noI" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"npg" = ( +/obj/structure/table/reinforced, +/obj/item/folder, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"nph" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/door_control{ + id = "representative"; + name = "Privacy Shutters Control"; + pixel_x = -4; + pixel_y = 24; + req_access_txt = "73" + }, +/obj/machinery/door_control{ + id = "ntrepofficedoor"; + name = "Office Door"; + normaldoorcontrol = 1; + pixel_x = 6; + pixel_y = 24; + req_access_txt = "73" + }, +/turf/simulated/floor/wood, +/area/ntrep) +"npi" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"npH" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"npN" = ( +/obj/machinery/computer/brigcells, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/reception) +"npP" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"npS" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/computer/prisoner{ + req_access = null; + req_access_txt = "2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"npT" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"nqd" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plating, +/area/atmos) +"nqt" = ( +/obj/structure/chair/sofa, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar/atrium) +"nqB" = ( +/obj/structure/table/reinforced, +/obj/item/folder, +/obj/item/pen, +/obj/item/reagent_containers/food/snacks/grown/apple, +/obj/machinery/door/window/eastleft{ + dir = 8; + name = "Hydroponics Desk"; + req_access_txt = "35" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"nqE" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2"; + tag = "icon-pipe-j1 (WEST)" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/reception) +"nqG" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A16"; + location = "A15" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"nqH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/central/north) +"nqI" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/hardsuitstorage) +"nqL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + id_tag = "engstorage"; + name = "Secure Storage Blast Doors" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"nqM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A13"; + location = "A12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/central/north) +"nqX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"nrd" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xeno4"; + name = "Creature Cell #4"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"nrr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/crew_quarters/courtroom) +"nrz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-y" + }, +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/central/north) +"nrB" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"nrF" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"nrJ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Briefing"; + name = "Briefing Room Shutters" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/main) +"nsi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/serviceyard) +"nsl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Gateway Access"; + req_access_txt = "62" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/gateway) +"nso" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"nst" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"nsw" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel, +/area/gateway) +"nsA" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/gps, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/research{ + name = "Research Division" + }) +"nsP" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"nsR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/range) +"nsS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"nsT" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"nsU" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"nte" = ( +/turf/simulated/wall, +/area/maintenance/asmaint2) +"nth" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering) +"ntj" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/electrical) +"ntt" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/lobby) +"ntG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A38"; + location = "A37" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/central/north) +"ntK" = ( +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/east) +"ntS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atm{ + pixel_x = -28; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/hallway/primary/aft) +"ntV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/se) +"nud" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/execution) +"nuj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/turret_protected/aisat_interior) +"nuE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/crew_quarters/courtroom) +"nuG" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/maintenance/electrical) +"nuU" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/radio, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/checkpoint) +"nuY" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/bar) +"nve" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"nvg" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"nvk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/central/north) +"nvA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"nvL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"nvS" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/security/podbay) +"nvU" = ( +/obj/structure/bookcase, +/turf/simulated/floor/plating, +/area/library/abandoned) +"nvV" = ( +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/brig) +"nwf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/library/abandoned) +"nwh" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/crew_quarters/fitness) +"nwn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/central/north) +"nwz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"nwH" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/medical/morgue) +"nwK" = ( +/obj/item/radio/intercom{ + pixel_x = 28; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"nxa" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/reception) +"nxr" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/toy/figure/borg, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/bluegrid, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"nxE" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/machinery/newscaster{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/prison/cell_block/A) +"nxK" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"nxM" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/prison/cell_block/A) +"nyi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/library/abandoned) +"nyp" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"nyK" = ( +/obj/machinery/door/airlock/external{ + id_tag = "supply_home"; + name = "Cargo Docking Hatch"; + req_access_txt = "31" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"nyX" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"nze" = ( +/obj/structure/closet/lasertag/red, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"nzg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/lobby) +"nzh" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"nzk" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "execution" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "execution" + }, +/obj/structure/window/reinforced/polarized{ + id = "execution" + }, +/turf/simulated/floor/plating, +/area/security/execution) +"nzz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"nzN" = ( +/obj/effect/decal/warning_stripes/east, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"nzR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brig) +"nzZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"nAl" = ( +/obj/machinery/vending/autodrobe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"nAw" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/prison/cell_block/A) +"nAz" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/engine/engineering) +"nAA" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/flasher{ + id = "Cell 3"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/prison/cell_block/A) +"nAL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/cryo) +"nAT" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "engineering_west_airlock"; + name = "interior access button"; + pixel_x = -20; + pixel_y = -20; + req_access_txt = "10;13" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/engineering) +"nBl" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"nBu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"nBy" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"nBI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"nBR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/chief) +"nCm" = ( +/obj/structure/rack, +/obj/item/tank/oxygen, +/obj/item/radio, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/teleporter) +"nCp" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/se) +"nCH" = ( +/obj/structure/chair/stool/bar, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar/atrium) +"nCX" = ( +/obj/structure/bed, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/obj/machinery/newscaster{ + pixel_x = 27; + pixel_y = 33 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/prison/cell_block/A) +"nCY" = ( +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/prisonershuttle) +"nDc" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 5"; + name = "Cell 5 Locker" + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/prison/cell_block/A) +"nDf" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"nDj" = ( +/obj/structure/closet/emcloset, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/medical/research/nhallway) +"nDm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = 36 + }, +/obj/machinery/flasher{ + id = "Cell 5"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/prison/cell_block/A) +"nDy" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Storage"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/permahallway) +"nDK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"nDV" = ( +/obj/machinery/gravity_generator/main/station, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/engine/gravitygenerator) +"nEb" = ( +/obj/machinery/chem_heater, +/obj/effect/decal/warning_stripes/southwest, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/medical/chemistry) +"nEj" = ( +/obj/machinery/door_timer/cell_3{ + dir = 1; + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Brig Cells"; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"nEB" = ( +/obj/machinery/disposal, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"nEC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar/atrium) +"nEP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat_interior) +"nFe" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library/abandoned) +"nFf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"nFA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"nFB" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start{ + name = "Librarian" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"nFC" = ( +/obj/structure/table/wood, +/obj/machinery/light/small, +/obj/machinery/computer/security/wooden_tv, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain/bedroom) +"nFL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/prison/cell_block/A) +"nGa" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = -1; + pixel_y = -6 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = -1; + pixel_y = -3 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"nGg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"nGj" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "sw_maint_inner"; + locked = 1; + name = "West Maintenance External Access"; + req_access = null; + req_access_txt = "10;13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"nGl" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/item/pen, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin2) +"nGq" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/processing) +"nGr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/gravitygenerator) +"nGy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"nGC" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"nGG" = ( +/mob/living/simple_animal/mouse/brown, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"nGI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"nGQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"nGY" = ( +/obj/structure/particle_accelerator/particle_emitter/right{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"nHp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"nHu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"nHz" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/main) +"nHQ" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/toxins/mixing) +"nIa" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/storage/belt/utility, +/turf/simulated/floor/bluegrid, +/area/tcommsat/chamber) +"nIm" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"nIo" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/engine/break_room) +"nIr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/biostorage) +"nIv" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology/lab) +"nIw" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Botanist" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"nIB" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"nIG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"nIS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"nJf" = ( +/obj/machinery/power/treadmill{ + dir = 8 + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/prison/cell_block/A) +"nJm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/processing) +"nJr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteredfull" + }, +/area/security/medbay) +"nJv" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/electrical) +"nJx" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/processing) +"nJD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/door/airlock/public/glass{ + id_tag = "KPPS" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "eslock"; + name = "Escape Shuttle Lockdown" + }, +/turf/simulated/floor/plasteel, +/area/bridge/checkpoint/south) +"nJR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id = "Interrogation"; + name = "Private Room"; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/interrogation) +"nJZ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTH)" + }, +/area/medical/research{ + name = "Research Division" + }) +"nKc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/interrogation) +"nKe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Prison Solitary Confinement 1"; + dir = 6; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"nKi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/medical/cmo) +"nKl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"nKr" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/virology) +"nKG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/medical/research/nhallway) +"nKJ" = ( +/obj/effect/turf_decal/bot/right, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"nKW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/crew_quarters/courtroom) +"nLe" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen"; + tag = "icon-whitegreen (SOUTHEAST)" + }, +/area/medical/virology) +"nLj" = ( +/obj/structure/table/wood, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"nLE" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = -6; + pixel_y = 9 + }, +/obj/machinery/camera{ + c_tag = "Medbay Cryo Room"; + dir = 1; + network = list("SS13","Medical") + }, +/obj/item/radio/intercom{ + pixel_y = -26 + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 26 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/cryo) +"nLI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/permabrig) +"nLY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/permabrig) +"nMi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/medical/research{ + name = "Research Division" + }) +"nMs" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/grass, +/area/medical/cryo) +"nMw" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay) +"nMC" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/closet/bombcloset, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"nMD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"nMG" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/portable_atmospherics/canister/sleeping_agent, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permahallway) +"nNc" = ( +/obj/machinery/conveyor/north{ + id = "QMLoad" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"nNj" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"nNm" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Escape Shuttle Infirmary" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"nNp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"nNu" = ( +/turf/space, +/turf/simulated/wall/r_wall, +/area/security/processing) +"nNy" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/crew_quarters/fitness) +"nNJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"nNL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + name = "Brig HoS Office"; + sortType = 7 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"nNN" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/fitness) +"nOg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"nOn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/sign/science{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/aft) +"nOr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"nOs" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/magistrateoffice) +"nOK" = ( +/obj/machinery/power/solar{ + name = "Aft Starboard Solar Panel" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/port) +"nOR" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/library/abandoned) +"nOT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/cabin4) +"nPr" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + desc = "Кто это тут к нам колёса катит?"; + name = "Старая бутылка водки" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/security/detectives_office) +"nPA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/ne) +"nPN" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"nPX" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"nPZ" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"nQl" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "SecPilotPriv" + }, +/turf/simulated/floor/plating, +/area/security/podbay) +"nQo" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/podbay) +"nQt" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/fire, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/engine/engineering) +"nQv" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"nQy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"nQB" = ( +/obj/structure/table/reinforced, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/turf/simulated/floor/plasteel{ + dir = 7; + icon_state = "yellow" + }, +/area/engine/engineering) +"nQC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"nQG" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "ai1"; + name = "Turret Shutters" + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"nQR" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/library) +"nQS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"nQZ" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"nRi" = ( +/obj/structure/rack, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/wrench, +/obj/item/crowbar, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"nRp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"nRt" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/engine/insulated/vacuum, +/area/atmos) +"nRC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"nRQ" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1441; + input_tag = "mix_in"; + name = "Gas Mix Tank Control"; + output_tag = "mix_out"; + sensors = list("mix_sensor" = "Tank") + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 8; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/atmos) +"nRT" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/brig) +"nRY" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/customs) +"nSd" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"nSf" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/storage/tech) +"nSl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/medical/ward) +"nSr" = ( +/obj/structure/table/wood, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "escape" + }, +/area/crew_quarters/fitness) +"nSs" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/toxins/explab) +"nSt" = ( +/obj/structure/table/reinforced, +/obj/item/weldingtool, +/obj/item/clothing/head/welding, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"nSx" = ( +/obj/item/reagent_containers/food/snacks/carpmeat, +/obj/effect/decal/cleanable/blood/gibs/cleangibs, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"nSA" = ( +/obj/structure/table, +/obj/item/paicard, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"nSW" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + id_tag = "toxinsdriver"; + name = "disposal bay door"; + protected = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"nSZ" = ( +/turf/simulated/wall/r_wall, +/area/security/evidence) +"nTk" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"nTm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/engine/hardsuitstorage) +"nTo" = ( +/obj/structure/table/reinforced, +/obj/item/t_scanner, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"nTz" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Engineering Storage 1"; + dir = 1; + network = list("Engineering","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/hardsuitstorage) +"nTD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A19"; + location = "A18" + }, +/mob/living/simple_animal/bot/secbot/beepsky, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port/west) +"nTJ" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"nTV" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"nTY" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"nUq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/hydroponics) +"nUs" = ( +/obj/machinery/ai_slipper, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat_interior) +"nUw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"nUy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"nUI" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 5; + height = 7; + id = "supply_home"; + name = "supply bay"; + width = 12 + }, +/turf/space, +/area/space) +"nUJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/tech) +"nUP" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/hardsuitstorage) +"nVA" = ( +/obj/machinery/computer/HolodeckControl, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"nVJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"nVL" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/primary) +"nVR" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + cell_type = 5000; + name = "south bump Important Area"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/bridge) +"nWl" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen/multi/fountain, +/obj/item/stamp/rep, +/obj/item/lighter/zippo/nt_rep, +/turf/simulated/floor/carpet, +/area/ntrep) +"nWB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/hydroponics) +"nWI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "escape" + }, +/area/bridge/checkpoint/south) +"nWK" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/construction/hallway) +"nWY" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"nXe" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/taperecorder, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/bridge) +"nXm" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"nXs" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"nXz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/hos) +"nXE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/carpet, +/area/bridge) +"nXK" = ( +/obj/structure/sign/goldenplaque{ + desc = "ЦК награждает клоуна Шляпку как первого заключённого брига после перестройки. Он был задержан по статьям 100 104 и 309. Так держать."; + name = "Награда за первое нарушение в новом бриге"; + pixel_y = 32 + }, +/mob/living/simple_animal/pet/dog/security, +/obj/structure/bed/dogbed, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/processing) +"nYi" = ( +/obj/structure/table/reinforced, +/obj/item/seeds/lime, +/obj/item/seeds/watermelon, +/obj/item/seeds/grape, +/obj/item/reagent_containers/food/snacks/grown/wheat, +/obj/item/reagent_containers/food/snacks/grown/watermelon, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/machinery/door/window/eastright{ + dir = 8; + name = "Hydroponics Desk"; + req_access_txt = "35"; + tag = "icon-right" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"nYp" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/bridge) +"nYC" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id_tag = "rdprivacy"; + name = "Research Director Office Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/hor) +"nYK" = ( +/obj/machinery/light/small, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -26 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"nYW" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"nYY" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"nZi" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/research/nhallway) +"nZz" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"nZM" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 4; + pixel_y = -32 + }, +/obj/structure/closet/l3closet/virology, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/camera{ + c_tag = "Virology Airlock"; + dir = 1; + network = list("Medical","SS13") + }, +/turf/simulated/floor/plasteel, +/area/medical/virology) +"oag" = ( +/obj/machinery/light/small, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"oah" = ( +/obj/effect/landmark{ + name = "Observer-Start" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/hallway/primary/central/north) +"oak" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"oan" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 58; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/warden) +"oau" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/brig) +"oaU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"obc" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue, +/obj/item/flash, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/turret_protected/aisat) +"obl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/greengrid, +/area/security/nuke_storage) +"obr" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"obt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/hallway/primary/starboard/east) +"obu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"obv" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1379; + id_tag = "sw_maint2_pump" + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "sw_maint2_airlock"; + pixel_y = 25; + tag_airpump = "sw_maint2_pump"; + tag_chamber_sensor = "sw_maint2_sensor"; + tag_exterior_door = "sw_maint2_outer"; + tag_interior_door = "sw_maint2_inner" + }, +/obj/machinery/airlock_sensor{ + id_tag = "sw_maint2_sensor"; + pixel_y = 33 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"obB" = ( +/obj/machinery/light/small, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"obE" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"obR" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"oca" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"ocg" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/closet/crate, +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/nuke_storage) +"ocu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brig) +"ocv" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 1; + icon_state = "left"; + name = "Danger: Conveyor Access"; + req_access_txt = "12" + }, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 2; + icon_state = "left"; + name = "Danger: Conveyor Access"; + req_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"ocw" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/nuke_storage) +"ocD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/structure/barricade/wooden, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"ocE" = ( +/turf/simulated/floor/plasteel{ + dir = 7; + icon_state = "yellow" + }, +/area/engine/hardsuitstorage) +"ocK" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/closet/fireaxecabinet{ + pixel_y = 32 + }, +/obj/structure/closet/secure_closet/freezer/money, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/nuke_storage) +"ocR" = ( +/obj/effect/decal/warning_stripes/arrow, +/obj/effect/decal/warning_stripes/yellow/partial, +/turf/simulated/floor/plasteel, +/area/teleporter) +"odl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/ne) +"odT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"oee" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"oeC" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/grass, +/area/hallway/secondary/exit) +"oeE" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "escape" + }, +/area/bridge/checkpoint/south) +"oeN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Chapel Morgue"; + req_access_txt = "27" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"ofk" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/table/reinforced, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/lab) +"ofn" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + layer = 2 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"ofo" = ( +/obj/machinery/computer/arcade, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/prison/cell_block/A) +"ofr" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Central Ring Hallway East 4"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/east) +"ofG" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"ofQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"ogb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/aft) +"ogj" = ( +/obj/structure/sign/greencross{ + pixel_x = 32 + }, +/turf/simulated/wall, +/area/medical/cryo) +"ogy" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Medical Doctor" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/reception) +"ogG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/prison/cell_block/A) +"ogO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/window/brigdoor{ + id = null; + name = "Creature Pen"; + req_access_txt = "47" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"ogP" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; + name = "Chemistry Cleaner" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/toxins/misc_lab) +"ogS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"ogV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"ogY" = ( +/obj/machinery/vending/medical, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"ogZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/prison/cell_block/A) +"oha" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2"; + tag = "icon-pipe-j1 (WEST)" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"ohb" = ( +/turf/simulated/floor/carpet, +/area/ntrep) +"ohk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"ohs" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/plating, +/area/library/abandoned) +"oht" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"ohx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/glass, +/obj/item/storage/box/beakers, +/obj/item/storage/box/syringes, +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"ohz" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/obj/machinery/r_n_d/protolathe{ + pixel_y = 2 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/lab) +"ohL" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/hardsuitstorage) +"ohN" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/processing) +"ohO" = ( +/obj/machinery/camera{ + c_tag = "Medbay Waiting Room"; + dir = 4; + network = list("SS13","Medical") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay) +"oij" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/flasher{ + desc = "A floor-mounted flashbulb device."; + id = "permacell2"; + layer = 5; + pixel_y = -24; + range = 3 + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"oip" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/medical/medbay3) +"oiT" = ( +/mob/living/simple_animal/mouse/brown, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"ojd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"ojf" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry/lounge) +"ojk" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/toy/figure/warden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -24; + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 8; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/security/warden) +"ojn" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/security/processing) +"ojw" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/item/cultivator, +/obj/item/reagent_containers/spray/plantbgone, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"ojx" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep) +"ojC" = ( +/obj/structure/bed, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"ojL" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"ojU" = ( +/obj/structure/bed, +/obj/item/bedsheet/patriot, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"okc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator Foyer"; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"oke" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"okj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/toy/figure/dsquad, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/assembly/showroom) +"okq" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/reception) +"okD" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"okH" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/hologram/holopad{ + pixel_x = -16 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/toxins/lab) +"okI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/library) +"okQ" = ( +/obj/machinery/vending/engivend, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"okX" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/permabrig) +"olb" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/ward) +"olj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"olA" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"olG" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/checkpoint) +"olI" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/library) +"olS" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"omi" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/camera{ + c_tag = "Permabrig Office South"; + dir = 1; + network = list("Prison","SS13"); + pixel_x = 22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/permabrig) +"omz" = ( +/obj/machinery/computer/area_atmos/area, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"omC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/bridge/checkpoint/south) +"omJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port/west) +"omO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"omQ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/firealarm{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/surgery2) +"omU" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/assembly/robotics) +"onj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"onq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/permahallway) +"onr" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"onT" = ( +/obj/structure/chair/comfy/teal, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"oof" = ( +/obj/structure/sign/nosmoking_1, +/turf/simulated/wall, +/area/medical/morgue) +"oop" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/wood, +/area/blueshield) +"ooA" = ( +/obj/machinery/computer/prisoner{ + req_access = null; + req_access_txt = "2" + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"ooO" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/clipboard, +/obj/item/folder/blue, +/obj/machinery/camera{ + c_tag = "AI Transit Tube Access"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/aienter) +"ooV" = ( +/obj/machinery/atm{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"opt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library/abandoned) +"opy" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/primary) +"opE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Temporal Prisoner Cell"; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/processing) +"opF" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "ai1"; + name = "Turret Shutters" + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"opP" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/library/abandoned) +"oqa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"oqc" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"oql" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/medical/psych) +"oqp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery2) +"oqr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/wood, +/area/assembly/showroom) +"oqs" = ( +/obj/structure/chair, +/obj/machinery/door/window/eastright, +/turf/simulated/floor/plasteel{ + icon_state = "carpet" + }, +/area/crew_quarters/courtroom) +"oqv" = ( +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"oqw" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "ai1"; + name = "Turret Shutters" + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"oqA" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/research{ + name = "Research Division" + }) +"oqG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/prisonershuttle) +"oqI" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/turf/simulated/shuttle/plating, +/area/shuttle/arrival/station) +"oqN" = ( +/obj/structure/delta_statue/se, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "vault" + }, +/area/bridge/vip) +"oqZ" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Paramedic"; + req_access_txt = "66" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/paramedic) +"orl" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"orw" = ( +/obj/machinery/atmospherics/binary/pump{ + desc = "Переводит смесь из хранилища в трубы"; + dir = 4; + name = "Из хранилища в трубы"; + target_pressure = 101 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 1; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/atmos) +"orI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + icon_state = "pipe-j2s"; + name = "Kitchen Junction"; + sortType = 20 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/fore) +"orN" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom{ + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"orS" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 4; + name = "Труба смешивания" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"orT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"ose" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"osl" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"oss" = ( +/obj/structure/table/wood, +/obj/item/lighter/zippo/engraved{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"osx" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/toxins/explab) +"osE" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/bridge) +"osJ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/cabin4) +"osV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"oth" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge Requests Console"; + pixel_x = -30; + pixel_y = -30 + }, +/obj/machinery/camera{ + c_tag = "Bridge Center"; + dir = 1 + }, +/obj/machinery/turretid/stun{ + control_area = "\improper AI Upload Chamber"; + name = "AI Upload Turret Control"; + pixel_y = -24; + req_access = list(75) + }, +/turf/simulated/floor/carpet, +/area/bridge) +"otn" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 29; + pixel_y = 22 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/sink{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"otC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"otM" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"otO" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "blueshield"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/blueshield) +"otP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"oud" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/binary/volume_pump{ + desc = "Позволяет опустошить трубы для смеси, отправив весь газ в отходы на фильтрацию"; + dir = 4; + name = "Смесь в отходы" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"oum" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/medical/virology/lab) +"ouw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/customs) +"ouL" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/medical/research{ + name = "Research Division" + }) +"ouO" = ( +/obj/structure/table/wood, +/obj/machinery/cell_charger, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"ovf" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 10; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"ovk" = ( +/obj/machinery/shieldgen, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"ovx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"ovJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/crew_quarters/locker) +"ovP" = ( +/turf/simulated/floor/carpet, +/area/crew_quarters/cabin4) +"ovT" = ( +/obj/machinery/door_control{ + id = "Exp_lockdown"; + name = "Expedition Lockdown Control"; + pixel_x = 7; + pixel_y = -26; + req_access_txt = "62" + }, +/obj/machinery/door_control{ + id = "eva-shutters"; + name = "Auxilary E.V.A. Storage"; + pixel_x = -7; + pixel_y = -26; + req_one_access_txt = "18" + }, +/obj/machinery/door_control{ + id = "BridgeLockdown"; + name = "Bridge Lockdown"; + pixel_x = 7; + pixel_y = -35; + req_access_txt = "62" + }, +/turf/simulated/floor/carpet, +/area/bridge) +"ovW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"ovX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"owd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"owg" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"owl" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"owm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/turret_protected/aisat_interior) +"owp" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/reception) +"owB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"owM" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hydroponics) +"owP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + id_tag = "captainofficedoor"; + name = "Captain's Office"; + req_access = null; + req_access_txt = "20" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"oxm" = ( +/obj/machinery/camera{ + c_tag = "Research Central Hall"; + dir = 8; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"oxF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/securehallway) +"oyq" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"oyr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Desc"; + req_one_access_txt = "24; 10" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"oyt" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + external_pressure_bound = 140; + external_pressure_bound_default = 140; + name = "server vent"; + on = 1; + pressure_checks = 0 + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuit"; + name = "Mainframe Floor"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/toxins/server) +"oyI" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/conveyor/south/ccw{ + id = "QMLoad2" + }, +/obj/machinery/conveyor/west{ + id = "QMLoad2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"oyP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"oyT" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/processing) +"ozi" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"ozk" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/brig) +"ozo" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/newscaster/security_unit{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/security/podbay) +"ozq" = ( +/obj/structure/bookcase, +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/library) +"ozs" = ( +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"ozQ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"ozX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/evidence) +"oAa" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "execution" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "execution" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "execution" + }, +/obj/structure/window/reinforced/polarized{ + id = "execution" + }, +/turf/simulated/floor/plating, +/area/security/execution) +"oAc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/prison/cell_block/A) +"oAg" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "ai1"; + name = "Turret Shutters" + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"oAp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/crew_quarters/courtroom) +"oAs" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"oAA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 6; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port/west) +"oAM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"oAW" = ( +/obj/machinery/light, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"oBd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Customs Desk"; + req_access_txt = "19" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/bridge/checkpoint/north) +"oBf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"oBj" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"oBA" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 32 + }, +/obj/item/paper/deltainfo, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"oBH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"oBL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"oBM" = ( +/obj/machinery/camera{ + c_tag = "Research West Hallway"; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"oCc" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/northwest, +/obj/structure/table, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/electrical) +"oCg" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/storage/box/bodybags, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/surgery1) +"oCk" = ( +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs{ + pixel_y = -3 + }, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs{ + pixel_y = 3 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"oCD" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"oCG" = ( +/obj/machinery/light, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/machinery/firealarm{ + pixel_y = -26 + }, +/obj/structure/bed/dogbed{ + desc = "A comfy-looking spider bed. You can even strap your pet in, just in case the gravity turns off."; + name = "spider bed" + }, +/mob/living/simple_animal/hostile/retaliate/araneus, +/turf/simulated/floor/wood, +/area/security/hos) +"oCP" = ( +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/fitness) +"oDk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/cabin1) +"oDr" = ( +/obj/machinery/power/emitter, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"oDx" = ( +/obj/machinery/camera/motion{ + c_tag = "Vault"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/nuke_storage) +"oDB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"oEg" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/atmos) +"oEj" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel, +/area/medical/research/nhallway) +"oEk" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/medical/research/nhallway) +"oEz" = ( +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/range) +"oEJ" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/turf/simulated/floor/plating, +/area/library/abandoned) +"oEO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = 5; + pixel_y = 15 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -8; + pixel_y = -6 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"oET" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A31"; + location = "A30" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/crew_quarters/sleep) +"oFh" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/flashlight/pen, +/obj/item/clothing/accessory/stethoscope, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery2) +"oFp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/restroom) +"oFs" = ( +/turf/simulated/floor/plating, +/area/engine/engineering) +"oFJ" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"oFK" = ( +/obj/item/radio/beacon, +/obj/machinery/camera{ + armor = list("melee" = 50, "bullet" = 20, "laser" = 20, "energy" = 20, "bomb" = 100, "bio" = 0, "rad" = 0, "fire" = 90, "acid" = 50); + c_tag = "Research Toxins Test Chamber East"; + dir = 4; + network = list("Toxins","Research","SS13") + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel/airless/indestructible, +/area/toxins/test_area) +"oFL" = ( +/obj/structure/table/wood, +/obj/item/book/manual{ + attack_verb = list("nationalized","equalized","collectivized"); + damtype = "burn"; + desc = "A book, that descripe path to building communism. Still actual in 26XX. It has bear sketch on cover"; + force = 5; + name = "Communist party manifesto" + }, +/turf/simulated/floor/wood{ + icon_state = "wood-broken7"; + tag = "icon-wood-broken7" + }, +/area/maintenance/fsmaint) +"oFU" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/hardsuit/medical, +/obj/item/clothing/mask/gas, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/westleft{ + dir = 2; + name = "Emergency Hardsuits"; + req_access_txt = "40" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/biostorage) +"oFX" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"oGg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"oGK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"oGM" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Permabrig"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"oGO" = ( +/obj/machinery/light, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"oGV" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway East 3"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/east) +"oGY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/carpet, +/area/lawoffice) +"oGZ" = ( +/obj/structure/sign/vacuum, +/turf/simulated/wall/r_wall, +/area/engine/engineering) +"oHg" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"oHq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/medical/surgery2) +"oHz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/airlock/security/glass{ + name = "Security Pods"; + req_access_txt = "71" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"oHH" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry/lounge) +"oHJ" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/main) +"oHK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"oHL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"oHS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"oHY" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"oId" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/crew_quarters/fitness) +"oIf" = ( +/obj/structure/delta_statue/ne, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "vault" + }, +/area/bridge/vip) +"oIk" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry/lounge) +"oIm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"oIn" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/permahallway) +"oIq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"oIw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"oIy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"oIH" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/grown/redbeet, +/turf/simulated/floor/wood{ + icon_state = "wood-broken3"; + tag = "icon-wood-broken3" + }, +/area/maintenance/fsmaint) +"oIN" = ( +/obj/machinery/door/airlock/security{ + name = "Restroom"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/brigstaff) +"oIQ" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 26 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"oIV" = ( +/obj/machinery/porta_turret{ + dir = 4; + installation = /obj/item/gun/energy/gun; + name = "hallway turret" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/turret_protected/aisat_interior) +"oJo" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"oJx" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; + dir = 4; + name = "Труба подачи азота в реактор" + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"oJy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"oJF" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/machinery/photocopier{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"oJN" = ( +/obj/item/radio/intercom{ + pixel_x = -30; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"oJO" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/sleeper) +"oJS" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/wrench, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"oJX" = ( +/obj/structure/closet/wardrobe/medic_white, +/obj/item/clothing/head/surgery/blue, +/obj/item/clothing/head/surgery/blue, +/obj/item/clothing/head/surgery/green, +/obj/item/clothing/head/surgery/green, +/obj/item/clothing/head/surgery/purple, +/obj/item/clothing/head/surgery/purple, +/obj/item/clothing/suit/storage/fr_jacket, +/obj/item/clothing/suit/storage/fr_jacket, +/obj/item/clothing/suit/storage/fr_jacket, +/obj/item/clothing/under/rank/medical/blue, +/obj/item/clothing/under/rank/medical/green, +/obj/item/clothing/under/rank/medical/purple, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"oKb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/ward) +"oKl" = ( +/obj/structure/chair, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTH)" + }, +/area/medical/research{ + name = "Research Division" + }) +"oKs" = ( +/obj/structure/window/reinforced, +/obj/structure/lattice, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"oKv" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/virology) +"oKx" = ( +/obj/machinery/vending/plasmaresearch, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/toxins/misc_lab) +"oKD" = ( +/obj/effect/decal/warning_stripes/eastnorthwest, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"oKG" = ( +/obj/machinery/door/airlock/external{ + id_tag = "laborcamp_home"; + name = "Labor Camp Airlock"; + req_access_txt = "2" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"oKJ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay) +"oKQ" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/crew_quarters/heads/hop) +"oKR" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/cryo) +"oKS" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"oLb" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "ai1"; + name = "Turret Shutters" + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"oLC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/turret_protected/aisat_interior) +"oLF" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + layer = 4; + pixel_x = -1; + pixel_y = 9 + }, +/obj/item/radio/intercom{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"oLH" = ( +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Cell Block"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"oLJ" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/britcup, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay3) +"oMo" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engine/hardsuitstorage) +"oMt" = ( +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 1; + name = "Труба дыхательной смеси" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "arrival" + }, +/area/atmos) +"oMv" = ( +/obj/structure/table/wood, +/obj/item/stack/tape_roll, +/obj/item/stack/tape_roll{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/stack/tape_roll{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry/lounge) +"oMx" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/security/checkpoint) +"oMz" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 1; + name = "Труба фильтрации" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"oMF" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/camera{ + c_tag = "Atmospherics Storage"; + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/south, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/atmos) +"oMH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port/west) +"oNa" = ( +/obj/structure/sign/vacuum{ + pixel_y = -32 + }, +/obj/machinery/light, +/obj/effect/decal/warning_stripes/southeast, +/obj/structure/closet/bombcloset, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"oNr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"oNx" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/storage/tech) +"oNP" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/main) +"oNS" = ( +/obj/structure/sign/science, +/turf/simulated/wall, +/area/assembly/robotics) +"oNV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"oOg" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"oOo" = ( +/turf/simulated/wall/r_wall, +/area/toxins/xenobiology) +"oOq" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"oOr" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/reception) +"oOK" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"oON" = ( +/obj/item/stack/cable_coil/random, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"oOX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"oOY" = ( +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/structure/table/reinforced, +/obj/item/enginepicker{ + layer = 3.1; + pixel_y = 3 + }, +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"oOZ" = ( +/turf/simulated/wall/r_wall, +/area/toxins/misc_lab) +"oPh" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"oPr" = ( +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/hydroponics) +"oPH" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"oPP" = ( +/obj/machinery/camera{ + c_tag = "Dorm Hallway Starboard" + }, +/obj/machinery/alarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"oPR" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/gun/energy/laser{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"oPZ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"oQg" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen"; + tag = "icon-whitegreen (NORTHEAST)" + }, +/area/medical/virology) +"oQk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/atmos) +"oQn" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brigstaff) +"oQz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"oQC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"oQQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"oQU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"oRe" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/medical/sleeper) +"oRg" = ( +/turf/simulated/wall, +/area/maintenance/asmaint) +"oRh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"oRr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/medical/research/nhallway) +"oRC" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/engine/break_room) +"oRQ" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken3"; + tag = "icon-wood-broken3" + }, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"oRS" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"oRX" = ( +/obj/structure/table/reinforced, +/obj/machinery/camera{ + c_tag = "Technical Storage"; + dir = 4 + }, +/obj/item/airalarm_electronics, +/obj/item/apc_electronics, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/storage/tech) +"oSv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"oSy" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"oSG" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/hallway/secondary/entry/lounge) +"oSL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/tech) +"oSO" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"oSQ" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/trinary/mixer{ + req_access = null + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/toxins/mixing) +"oSZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"oTc" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/bridge/checkpoint/south) +"oTg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Local Armory"; + req_access_txt = "1" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/armoury) +"oTk" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/wood, +/area/library) +"oTB" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"oTI" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/construction/hallway) +"oTL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"oTZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/nuke_storage) +"oUh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"oUj" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"oUA" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/delivery) +"oUP" = ( +/obj/machinery/computer/security{ + network = list("SS13","Mining Outpost") + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 62 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prisonershuttle) +"oUQ" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"oUT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/security/checkpoint) +"oVf" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"oVl" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"oVx" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/machinery/alarm{ + pixel_x = -32; + pixel_y = 23 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"oVy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/main) +"oVM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"oVN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"oVT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/closet/secure_closet/medical1, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/gateway) +"oWg" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/nw) +"oWk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"oWp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"oWt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"oWy" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"oWB" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"oWK" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/toxins/mixing) +"oWL" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"oWT" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Cell Block"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"oXa" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/starboard/east) +"oXm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + name = "Research and Development"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/toxins/lab) +"oXs" = ( +/obj/structure/closet/secure_closet/scientist, +/obj/machinery/power/apc{ + cell_type = 5000; + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/medical/research/restroom) +"oXx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat_interior) +"oXK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"oYj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/landmark/start{ + name = "Scientist" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"oYk" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/bed, +/obj/item/bedsheet/rd, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple"; + tag = "icon-whitepurple (EAST)" + }, +/area/crew_quarters/hor) +"oYl" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"oYp" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"oYt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"oYL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"oZd" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/brig) +"oZo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"oZz" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/office) +"oZD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/reception) +"oZH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"oZS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/kitchen) +"paa" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/brig) +"paK" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"pbg" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "ai2"; + name = "Turret Shutters" + }, +/turf/simulated/floor/plating, +/area/turret_protected/ai) +"pbk" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"pbv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/maintenance/fsmaint) +"pbw" = ( +/obj/machinery/vending/chinese, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHWEST)" + }, +/area/medical/ward) +"pby" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/brig) +"pbz" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/medbay3) +"pbM" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/permahallway) +"pbQ" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"pbX" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/se) +"pcb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start{ + name = "Chaplain" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"pcc" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/permahallway) +"pcj" = ( +/obj/structure/window/reinforced, +/obj/machinery/computer/med_data, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"pcp" = ( +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/customs) +"pcM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/reception) +"pcQ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "SecPilotPriv" + }, +/turf/simulated/floor/plating, +/area/security/podbay) +"pcV" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/window/eastright{ + name = "Medbey Reception"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/reception) +"pda" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"pdt" = ( +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/permahallway) +"pdP" = ( +/obj/machinery/camera{ + c_tag = "Permabrig Hallway"; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/permahallway) +"pee" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/permahallway) +"pei" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/toy/figure/engineer, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/engine/engineering) +"pem" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/medical/morgue) +"pen" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"peP" = ( +/obj/structure/table/wood, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/item/flashlight/lamp, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"pfa" = ( +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"pfs" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/landmark/start{ + name = "Medical Doctor" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay) +"pfA" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/north, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/toxins/mixing) +"pfD" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/window/eastright{ + dir = 2; + name = "Chemistry Delivery"; + req_access_txt = "33" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"pfE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/permahallway) +"pfN" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"pfR" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"pfV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/permahallway) +"pgp" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"pgt" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"pgv" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/turret_protected/ai) +"pgx" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay2) +"pgA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay2) +"pgE" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/processing) +"pgF" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "brig_detprivacy"; + name = "Detective Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/detectives_office) +"pgG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/fancy/donut_box, +/obj/structure/table, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"pgI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/security/brig) +"pgL" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/aft) +"pgO" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"pgR" = ( +/obj/machinery/door/window/brigdoor/southleft{ + dir = 4; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prisonershuttle) +"phd" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"phf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"phg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay) +"phh" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/toxins/explab) +"phO" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/securehallway) +"phQ" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/library) +"phR" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel, +/area/bridge/checkpoint/south) +"pid" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"pie" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"pif" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/processing) +"piB" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/closet/athletic_mixed, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/crew_quarters/fitness) +"piQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"piW" = ( +/obj/machinery/vending/artvend, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/locker) +"pjh" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior 5"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"pjj" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay) +"pjr" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"pjI" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "atmos_tank_airlock"; + name = "exterior access button"; + pixel_x = 20; + pixel_y = -20; + req_access_txt = "10;13" + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"pjP" = ( +/obj/machinery/door/airlock/engineering{ + name = "Electrical Maintenance"; + req_access_txt = "11" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"pjS" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "yellow" + }, +/area/hallway/primary/port/west) +"pjT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/table, +/obj/item/folder/red, +/obj/item/pen/multi, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/processing) +"pjV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"pkc" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"pke" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light_switch{ + pixel_x = 8; + pixel_y = -25 + }, +/obj/machinery/holosign_switch{ + id = "surgery1"; + pixel_x = -6; + pixel_y = -25 + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/surgery1) +"pkf" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/bar/atrium) +"pkp" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"pkt" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4; + frequency = 1441; + id = "tox_in" + }, +/turf/space, +/area/atmos) +"pku" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Security Pod Pilot" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/podbay) +"pkE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/wall/r_wall, +/area/turret_protected/aisat) +"pkL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"pkR" = ( +/obj/machinery/photocopier, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood, +/area/security/detectives_office) +"pln" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/chair/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/gambling_den) +"plt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"ply" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"plB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/lobby) +"plG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"plJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/crew_quarters/chief) +"pmd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Virology"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay3) +"pmu" = ( +/obj/structure/chair/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"pmx" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"pnb" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/crew_quarters/courtroom) +"pnv" = ( +/obj/structure/sign/science{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/camera{ + c_tag = "Research Break Room"; + network = list("Research","SS13") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTHWEST)" + }, +/area/medical/research/restroom) +"pnx" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"pnz" = ( +/obj/machinery/door/airlock/engineering{ + name = "Electrical Maintenance"; + req_access_txt = "11" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"pnA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + desc = "Труба проводящая газ по фильтрам, где он перемещается в камеры хранения"; + dir = 4; + name = "Труба фильтрации" + }, +/turf/simulated/wall/r_wall, +/area/atmos) +"pnF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/crew_quarters/chief) +"pnI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"pnJ" = ( +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"pnK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"pnM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/chair/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"pnT" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/sw) +"poa" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"pob" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/crew_quarters/chief) +"pof" = ( +/obj/structure/table/glass, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/masks, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery1) +"poh" = ( +/obj/structure/fans/tiny, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"poi" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"pom" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/sleep) +"poq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Chief Engineer"; + req_access_txt = "56" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/chief) +"pot" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + desc = "Отправляет неотфильтрованный газ в космос"; + dir = 8; + name = "Остатки газа в космос" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 1; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/atmos) +"pox" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"poE" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/electrical) +"poO" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"poX" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/manifold/visible/green, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/atmos) +"ppf" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"ppp" = ( +/obj/machinery/computer/card/minor/hos, +/turf/simulated/floor/wood, +/area/security/hos) +"ppG" = ( +/obj/structure/table/glass, +/obj/item/folder/blue, +/obj/item/cartridge/medical, +/obj/item/cartridge/medical, +/obj/item/cartridge/chemistry, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"ppM" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Cargo Office Windows"; + name = "Cargo Office Shutters" + }, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"ppO" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 4; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/atmos) +"ppQ" = ( +/obj/item/flag/nt, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/wood, +/area/blueshield) +"pql" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/grown/poppy/geranium, +/obj/item/reagent_containers/food/snacks/grown/poppy/lily{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/snacks/grown/poppy{ + pixel_x = -4; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"pqn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/engine/break_room) +"pqz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"pqC" = ( +/obj/effect/turf_decal/box, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"pqM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"pqT" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/atmos) +"pqZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/break_room) +"prh" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Lethal Bullets" + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Brig Local Armory"; + dir = 1; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/armoury) +"pri" = ( +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/assembly/showroom) +"prm" = ( +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/explab) +"prr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/chair/barber{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"prs" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/library/abandoned) +"prC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"prI" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/chapel/main) +"prK" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"prU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/engine/break_room) +"pse" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/rack, +/obj/item/circuitboard/robotics{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/mecha_control, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"psg" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"psj" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"psk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"psx" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"psy" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/fitness) +"psE" = ( +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/sleeper) +"psQ" = ( +/obj/machinery/camera{ + c_tag = "Medbay South Central Hall"; + dir = 4; + network = list("Medical","SS13") + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay2) +"pth" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"pts" = ( +/turf/simulated/wall, +/area/crew_quarters/cabin3) +"pty" = ( +/turf/simulated/wall/r_wall, +/area/blueshield) +"ptE" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"pua" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "robotics_solar_airlock"; + name = "interior access button"; + pixel_x = -25; + pixel_y = -25; + req_access_txt = "13" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"puk" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"pus" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/machinery/field/generator, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"puv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"pux" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/floodlight, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"puA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "ai_airlock"; + name = "interior access button"; + pixel_x = 25; + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/construction/hallway) +"puB" = ( +/turf/simulated/wall/r_wall, +/area/toxins/storage) +"puJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/east) +"puM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/vending/clothing, +/turf/simulated/floor/plasteel, +/area/maintenance/fsmaint) +"puN" = ( +/turf/simulated/wall/rust, +/area/maintenance/disposal) +"pvm" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"pvn" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "Singularity"; + layer = 2.7; + name = "Singularity Blast Doors"; + opacity = 0 + }, +/obj/machinery/door_control{ + id = "Singularity"; + name = "Containment Blast Doors"; + pixel_x = 32 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"pvu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/security/hos) +"pvW" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"pwt" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/primary) +"pww" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/chair/stool, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"pwH" = ( +/obj/machinery/light/small, +/obj/effect/decal/warning_stripes/southeast, +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"pwN" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/obj/structure/dresser, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"pwU" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/courtroom) +"pxm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay3) +"pxt" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/medbay3) +"pxD" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start{ + name = "Head of Security" + }, +/turf/simulated/floor/wood, +/area/security/hos) +"pxR" = ( +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"pyj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/nw) +"pyk" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/door/window{ + dir = 2; + name = "Secure Armory"; + req_access_txt = "1" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/clothing/suit/armor/riot, +/obj/item/shield/riot, +/obj/item/clothing/head/helmet/riot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"pyN" = ( +/obj/machinery/power/emitter{ + anchored = 1; + dir = 1; + state = 2 + }, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/obj/effect/decal/warning_stripes/eastnorthwest, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"pyO" = ( +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"pyQ" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/closet/secure_closet/engineering_personal, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"pzi" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"pzu" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"pzG" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"pzH" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start{ + name = "Magistrate" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"pzJ" = ( +/obj/structure/chair/comfy/beige, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"pzO" = ( +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 32 + }, +/obj/effect/landmark/start{ + name = "Medical Doctor" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/sleeper) +"pzS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xeno1"; + name = "Creature Cell #1"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor{ + dir = 2; + name = "Creature Pen"; + req_access_txt = "47" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"pzW" = ( +/obj/machinery/computer/guestpass{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"pAa" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the test chamber."; + dir = 4; + layer = 4; + name = "Test Chamber Telescreen"; + network = list("Toxins") + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"pAg" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/bridge) +"pAh" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_x = -26; + pixel_y = 26 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"pAi" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/turf/simulated/floor/plating, +/area/bridge) +"pAm" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/smes{ + charge = 2e+006 + }, +/turf/simulated/floor/greengrid, +/area/engine/engineering) +"pAn" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hallway/secondary/exit) +"pAy" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/medical/research/nhallway) +"pAL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"pAT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/junction{ + dir = 1; + tag = "icon-pipe-j1 (EAST)" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/medbay2) +"pAV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics) +"pBc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"pBd" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/processing) +"pBi" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/light, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"pBj" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "ramptop"; + tag = "icon-stage_stairs" + }, +/area/crew_quarters/fitness) +"pBl" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/bridge/checkpoint/south) +"pBp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/table/wood, +/obj/item/phone, +/obj/item/cigbutt/cigarbutt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/bridge/meeting_room) +"pBq" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"pBD" = ( +/turf/simulated/wall/r_wall, +/area/toxins/lab) +"pBI" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/north, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"pBJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"pBK" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/turf/simulated/floor/plating, +/area/bridge) +"pBZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bookcase, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"pCm" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"pCn" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/light, +/obj/effect/decal/warning_stripes/northwest, +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/toy/figure/scientist, +/obj/item/disk/tech_disk{ + pixel_x = -6 + }, +/obj/item/disk/tech_disk{ + pixel_x = 6 + }, +/obj/item/disk/tech_disk{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/lab) +"pCr" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/bridge) +"pCs" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"pCx" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = -30 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 7; + pixel_y = -30 + }, +/obj/machinery/r_n_d/protolathe{ + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/lab) +"pCz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/gambling_den) +"pCB" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"pCL" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/sleeper) +"pCP" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"pCW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/chair/comfy/black, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"pCX" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Dominator's"; + req_access = list(1) + }, +/obj/item/gun/energy/dominator, +/obj/item/gun/energy/dominator, +/obj/item/gun/energy/dominator, +/obj/item/gun/energy/dominator, +/obj/item/gun/energy/dominator, +/obj/item/gun/energy/dominator, +/obj/machinery/light, +/obj/machinery/firealarm{ + pixel_y = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/armoury) +"pCY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/east) +"pDh" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/turf/simulated/floor/plating, +/area/bridge) +"pDj" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/turf/simulated/floor/plating, +/area/bridge) +"pDt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/mob/living/simple_animal/bot/medbot, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/reception) +"pDF" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/crew_quarters/hor) +"pDP" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_x = -30; + pixel_y = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"pEd" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"pEi" = ( +/turf/simulated/wall, +/area/medical/cryo) +"pEm" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/hallway/primary/central/south) +"pEo" = ( +/obj/structure/table/wood, +/obj/item/camera, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"pEu" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"pEz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/engine/engineering) +"pEC" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/medbay) +"pET" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/turf/simulated/floor/plating, +/area/bridge) +"pEY" = ( +/obj/machinery/mecha_part_fabricator/spacepod, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/mechanic_workshop) +"pFn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Shooting Range"; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"pFp" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/turf/simulated/floor/plating, +/area/bridge) +"pFA" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/processing) +"pFE" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/sleeper) +"pFF" = ( +/turf/simulated/floor/wood, +/area/ntrep) +"pFW" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay) +"pGk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"pGl" = ( +/obj/structure/table/wood, +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/obj/item/clipboard, +/obj/item/folder, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"pGp" = ( +/obj/effect/decal/warning_stripes/east, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"pGq" = ( +/obj/structure/table, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/storage/firstaid/o2, +/turf/simulated/floor/plasteel, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"pGt" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall, +/area/medical/medbay3) +"pGu" = ( +/obj/machinery/door/airlock{ + name = "Unisex Showers" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"pGw" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"pGB" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"pGI" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/bridge) +"pGQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/se) +"pGY" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"pHr" = ( +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"pHw" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/bar) +"pHJ" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/firealarm{ + pixel_x = -28; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"pHK" = ( +/obj/machinery/camera{ + c_tag = "Xeno High Security Containment"; + dir = 4; + network = list("Research","SS13"); + pixel_y = -22 + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"pHL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/research/nhallway) +"pHP" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/secure_data/laptop, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"pHT" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"pIb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"pId" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/primary/central/west) +"pIp" = ( +/obj/machinery/vending/cola/free, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"pIq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"pIt" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/crew_quarters/locker) +"pIy" = ( +/obj/machinery/door_timer/cell_4, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"pID" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"pIL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/crew_quarters/courtroom) +"pIR" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"pIZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/sleeper) +"pJg" = ( +/obj/machinery/vending/security, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"pJi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"pJp" = ( +/obj/machinery/vending/security, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"pJs" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"pJx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prisonershuttle) +"pJA" = ( +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay2) +"pJN" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/security/armoury) +"pJU" = ( +/turf/simulated/wall/r_wall, +/area/security/armoury) +"pJV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/carpet, +/area/assembly/showroom) +"pKc" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/camera{ + c_tag = "Research Director's Bedroom"; + dir = 4; + network = list("Research","SS13"); + pixel_y = -22 + }, +/obj/item/flag/rnd, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"pKg" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"pKh" = ( +/obj/machinery/shower{ + dir = 8; + tag = "icon-shower (WEST)" + }, +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology) +"pKk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/toxins/xenobiology) +"pKm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/hos) +"pKu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"pKE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"pKP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"pKY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/sleeper) +"pLb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + name = "Brig Physician"; + sortType = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/brig) +"pLm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brig) +"pLz" = ( +/turf/simulated/wall/r_wall, +/area/security/hos) +"pLB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "High Sec Zone"; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/permahallway) +"pLE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/maintenance/bar) +"pLF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/permahallway) +"pLM" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/medical/surgery2) +"pLR" = ( +/turf/simulated/floor/carpet, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"pMj" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/landmark/start{ + name = "Geneticist" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics_cloning) +"pMp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/wall, +/area/security/checkpoint) +"pMx" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/brig) +"pMH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"pMV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"pNk" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -28 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/medical/morgue) +"pNr" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/engine/mechanic_workshop/hangar) +"pNt" = ( +/obj/machinery/door/airlock/shuttle/glass{ + name = "Shuttle Cargo Hatch" + }, +/turf/simulated/floor/plasteel, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"pNE" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/bot/right, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"pNG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"pNI" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"pNN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + tag = "icon-pipe-j1 (EAST)" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"pNO" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/research/nhallway) +"pNV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/processing) +"pOa" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/research{ + name = "Research Division" + }) +"pOg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/tcommsat/chamber) +"pOC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/starboard/east) +"pOI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/grass, +/area/medical/medbay) +"pOP" = ( +/obj/structure/table/reinforced, +/obj/item/storage/belt/utility, +/obj/item/flashlight, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/turret_protected/aisat) +"pOS" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/checkpoint) +"pPo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"pPx" = ( +/obj/structure/bed, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/obj/machinery/camera{ + c_tag = "Medbay Patients Rooms"; + network = list("SS13","Medical"); + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/ward) +"pPK" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Captain" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain) +"pPR" = ( +/obj/structure/table, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/lobby) +"pPV" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/obj/item/crowbar, +/obj/item/wrench, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/teleporter) +"pPW" = ( +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"pQa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/securehallway) +"pQd" = ( +/obj/item/radio/beacon, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"pQg" = ( +/obj/structure/delta_statue/w, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault"; + tag = "icon-vault (WEST)" + }, +/area/bridge/vip) +"pQs" = ( +/obj/machinery/iv_drip, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/surgery1) +"pQN" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/security/lobby) +"pQP" = ( +/obj/structure/table, +/obj/item/lighter, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Prisoner Processing"; + dir = 6; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/processing) +"pQU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredfull" + }, +/area/security/warden) +"pRa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/sleep) +"pRj" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "First Surgery Window"; + name = "Surgery Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/surgery1) +"pRy" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/securehallway) +"pRB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/aft) +"pRK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"pSd" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/coffin, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "vault" + }, +/area/chapel/main) +"pSp" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/chapel/office) +"pSF" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/assembly/showroom) +"pSM" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery1) +"pTt" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "atmos_tank_outer"; + locked = 1; + name = "Atmos External Access"; + req_access_txt = "10;13" + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"pTv" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"pTx" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/ward) +"pTS" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/machinery/camera{ + c_tag = "Rec Room Fore" + }, +/obj/item/clipboard, +/obj/item/folder, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/crew_quarters/fitness) +"pUb" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain) +"pUz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 26; + pixel_y = 26 + }, +/obj/effect/landmark/start{ + name = "Head of Personnel" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"pUJ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/construction/hallway) +"pUL" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id_tag = "rdprivacy"; + name = "Research Director Office Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/hor) +"pUS" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"pVa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"pVj" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"pVo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"pVu" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + pixel_x = 26; + pixel_y = 28 + }, +/obj/item/reagent_containers/food/snacks/grown/poppy/geranium, +/obj/item/reagent_containers/food/snacks/grown/poppy/geranium, +/obj/item/reagent_containers/food/snacks/grown/poppy/geranium, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/cabin1) +"pVy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/sleep) +"pVL" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"pVM" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"pVP" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"pWb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"pWn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"pWo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"pWu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"pWx" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/engine/break_room) +"pWC" = ( +/obj/structure/table/reinforced, +/obj/structure/extinguisher_cabinet{ + pixel_x = 24 + }, +/obj/item/reagent_containers/spray/cleaner/drone, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/engine/break_room) +"pWD" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/extinguisher_cabinet{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"pWK" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/closet/firecloset, +/obj/machinery/firealarm{ + pixel_x = -32; + pixel_y = 24 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"pWN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"pWR" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/library/abandoned) +"pWT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library/abandoned) +"pXd" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"pXf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/tcommsat/chamber) +"pXg" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/camera{ + c_tag = "Atmos Hatch"; + dir = 8; + network = list("Engineering","SS13"); + pixel_y = -22 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"pXo" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"pXr" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/toxins/mixing) +"pXv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/east) +"pXz" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/vending/wallmed{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"pXD" = ( +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/crowbar, +/obj/item/analyzer, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics Front Desk"; + dir = 4; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/atmos) +"pXO" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/ne) +"pXV" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"pXX" = ( +/obj/structure/window/reinforced, +/obj/machinery/photocopier, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/medical/morgue) +"pYf" = ( +/obj/structure/bed/roller, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"pYm" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box/full, +/obj/item/storage/fancy/candle_box/full{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"pYt" = ( +/mob/living/simple_animal/mouse/brown, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"pYG" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/brig) +"pYJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Mech Bay"; + req_access_txt = "29" + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"pYL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"pYR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"pZl" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"pZq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"pZL" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/reception) +"pZM" = ( +/obj/machinery/light/small, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"pZQ" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"pZR" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"qac" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"qak" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"qaw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/crew_quarters/hor) +"qaH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/sw) +"qbq" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"qbt" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaLockdown"; + name = "Perma Lockdown" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaCellsLockdown"; + name = "Perma Cells Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"qbx" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/cryopod/robot, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"qbE" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/showcase, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/turret_protected/aisat) +"qbQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/nw) +"qbW" = ( +/obj/machinery/portable_atmospherics/scrubber/huge/stationary, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/camera{ + c_tag = "Permabrig North"; + dir = 1; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"qbY" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"qcd" = ( +/obj/machinery/ai_slipper, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat) +"qce" = ( +/obj/machinery/space_heater, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"qcB" = ( +/obj/machinery/computer/card, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/bridge) +"qcE" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/smes, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"qcF" = ( +/obj/machinery/computer/scan_consolenew, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/genetics) +"qcG" = ( +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs, +/obj/item/flash, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"qcL" = ( +/obj/machinery/alarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/port) +"qcM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/computer/security{ + network = list("SS13","Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/bridge) +"qcW" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/commercial) +"qcX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/kitchenspike, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"qde" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/bridge) +"qdg" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"qdp" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/clothing/suit/armor/bulletproof, +/obj/item/clothing/head/helmet/alt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"qdz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"qdI" = ( +/obj/machinery/disposal, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"qdV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/atmos) +"qef" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/fpmaint) +"qeg" = ( +/obj/structure/table/wood, +/obj/item/storage/box/bodybags{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/chapel/main) +"qek" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Local Armory"; + req_access_txt = "1" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/armoury) +"qeJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/starboard/east) +"qfb" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/machinery/iv_drip, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_x = -29; + pixel_y = -12 + }, +/obj/item/tank/emergency_oxygen/engi/full, +/obj/item/tank/emergency_oxygen/engi/full, +/obj/item/tank/emergency_oxygen/nitrogen, +/obj/item/tank/emergency_oxygen/plasma, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"qfe" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay2) +"qfg" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/machinery/iv_drip, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/item/tank/emergency_oxygen/engi/full, +/obj/item/tank/emergency_oxygen/engi/full, +/obj/item/tank/emergency_oxygen/nitrogen, +/obj/item/tank/emergency_oxygen/plasma, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"qfp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; + dir = 4; + name = "Труба подачи азота в реактор" + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"qfq" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"qfr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar/atrium) +"qfD" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door_control{ + id = "xenokill"; + name = "Xenobio Kill Room Bolts"; + normaldoorcontrol = 1; + pixel_x = 30; + specialfunctions = 4 + }, +/obj/machinery/door/airlock/research/glass{ + id_tag = "xenokill"; + locked = 1; + name = "Xenobio Kill Room" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"qfO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Morgue External"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/aft) +"qfW" = ( +/obj/machinery/camera{ + c_tag = "Locker Room South"; + dir = 5 + }, +/obj/structure/closet/wardrobe/xenos, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"qgl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/ne) +"qgq" = ( +/obj/machinery/light/small, +/obj/item/clothing/head/bearpelt, +/obj/item/folder/documents, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/item/lighter/zippo/nt_rep, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/stack/spacecash/c1000{ + amount = 100000 + }, +/obj/structure/safe{ + known_by = list("captain") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/nuke_storage) +"qgz" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/brig) +"qgX" = ( +/obj/structure/lattice, +/turf/simulated/wall/rust, +/area/space/nearstation) +"qgZ" = ( +/obj/machinery/light/small, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_y = -32 + }, +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" + }, +/area/maintenance/fsmaint) +"qhf" = ( +/obj/structure/table/reinforced, +/obj/item/stamp/rd, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/door_control{ + id = "rdprivacy"; + name = "Privacy Shutters"; + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple"; + tag = "icon-whitepurple (EAST)" + }, +/area/crew_quarters/hor) +"qhn" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/brig) +"qhH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitehall" + }, +/area/toxins/xenobiology) +"qhS" = ( +/obj/structure/chair/comfy/shuttle, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"qhT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"qhW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/processing) +"qic" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaCellsLockdown"; + name = "Perma Cells Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"qie" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "Interrogation" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "Interrogation" + }, +/obj/structure/window/reinforced/polarized{ + id = "Interrogation" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "Interrogation" + }, +/turf/simulated/floor/plating, +/area/security/interrogation) +"qis" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"qiv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/permahallway) +"qiB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "High Sec Zone"; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/permahallway) +"qiD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"qiF" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/crew_quarters/bar/atrium) +"qiL" = ( +/obj/machinery/camera{ + c_tag = "East-North Brig Hallway"; + dir = 8; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/securehallway) +"qiR" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"qiU" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat_interior) +"qjh" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/quartermaster/miningdock) +"qji" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/prisonershuttle) +"qjj" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/ntrep) +"qjn" = ( +/obj/machinery/computer/med_data, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"qjp" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_x = -30; + pixel_y = 0 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"qjr" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + frequency = 1379; + id_tag = "atmos_tank_pump" + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "atmos_tank_airlock"; + pixel_x = 57; + req_access_txt = "10;13"; + tag_airpump = "atmos_tank_pump"; + tag_chamber_sensor = "atmos_tank_sensor"; + tag_exterior_door = "atmos_tank_outer"; + tag_interior_door = "atmos_tank_inner" + }, +/obj/machinery/airlock_sensor{ + id_tag = "atmos_tank_sensor"; + pixel_x = 57; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"qjy" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/camera{ + c_tag = "Medbay Staff Room"; + network = list("SS13","Medical") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/ward) +"qjM" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"qjN" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"qjU" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/adv{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/bottle/charcoal, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "whitered" + }, +/area/security/medbay) +"qjY" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/gameboard{ + pixel_x = 3; + pixel_y = -7 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"qks" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/cobweb2, +/obj/item/flashlight/lamp, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/library/abandoned) +"qkv" = ( +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"qkH" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "arrival" + }, +/area/atmos) +"qla" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/extinguisher_cabinet{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"qlu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/engineering) +"qlw" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"qlJ" = ( +/obj/structure/sign/science{ + icon_state = "xenobio2" + }, +/turf/simulated/wall, +/area/toxins/xenobiology) +"qlN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"qlP" = ( +/obj/effect/landmark/start{ + name = "Blueshield" + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"qlT" = ( +/obj/machinery/light, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"qlZ" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"qme" = ( +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = -32 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"qmn" = ( +/obj/structure/table/reinforced, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/engine/break_room) +"qmu" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/engine/break_room) +"qmv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"qmz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"qmF" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"qmT" = ( +/obj/machinery/door/airlock{ + id_tag = "cabin1"; + name = "Cabin" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/cabin1) +"qnc" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"qni" = ( +/turf/simulated/wall/r_wall, +/area/turret_protected/aisat_interior) +"qnk" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/chair/barber{ + dir = 4 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"qnB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"qnC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"qnD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/medbay) +"qnL" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"qnQ" = ( +/obj/structure/table/wood/poker, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"qol" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"qos" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "escape" + }, +/area/hallway/primary/port/west) +"qoy" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/clothing/suit/armor/bulletproof, +/obj/item/clothing/head/helmet/alt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"qoG" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Port Hallway North"; + dir = 8 + }, +/obj/machinery/portable_atmospherics/scrubber, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/hallway/primary/port/west) +"qoH" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/sw) +"qoN" = ( +/obj/structure/closet, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"qoQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage"; + req_access_txt = "19;23" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"qpj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"qpk" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall7" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"qpm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/cryo) +"qpw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"qpC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/small, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"qpU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Reception"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/reception) +"qpZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"qqe" = ( +/obj/structure/closet, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/plasteel{ + amount = 15 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/assembly/robotics) +"qqA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/permabrig) +"qqO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"qqU" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"qqV" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plating, +/area/library/abandoned) +"qqW" = ( +/obj/structure/chair/comfy/red, +/obj/item/radio/intercom{ + pixel_y = 22 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/wood, +/area/library) +"qrj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"qrz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/civilian/pet_store) +"qrH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen"; + tag = "icon-whitegreen (NORTHWEST)" + }, +/area/medical/virology) +"qrL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"qrR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/medical/surgery1) +"qrT" = ( +/turf/simulated/wall/r_wall, +/area/tcommsat/chamber) +"qrV" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/lightreplacer, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/turret_protected/aisat) +"qrW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"qsc" = ( +/turf/simulated/wall/r_wall, +/area/medical/surgery1) +"qsg" = ( +/obj/structure/flora/ausbushes/palebush, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/hallway/secondary/exit) +"qsv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"qsw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"qsF" = ( +/turf/simulated/floor/plating, +/area/library/abandoned) +"qsX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"qsZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"qtp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"qtq" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall, +/area/toxins/explab) +"qtv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"qtU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/nw) +"qtZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"qug" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/permahallway) +"qui" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/ai_monitored/storage/eva) +"qul" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"qut" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "station_ai_airlock"; + name = "interior access button"; + pixel_x = -23; + pixel_y = -21; + req_access_txt = "10;13" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/aienter) +"quv" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"quy" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"quA" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/west) +"quO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/wood, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/chapel/main) +"quV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/toxins/explab) +"qvg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/nw) +"qvr" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/sw) +"qvt" = ( +/obj/machinery/slot_machine, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/maintenance/bar) +"qvz" = ( +/obj/structure/chair/comfy/shuttle, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"qvF" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"qvN" = ( +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/obj/machinery/camera{ + c_tag = "AI Transit Tube Airlock"; + dir = 8; + network = list("SS13","Engineering") + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/aienter) +"qvY" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/cmo) +"qwa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"qwb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"qwo" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hallway/secondary/exit) +"qws" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/turf/simulated/floor/plating, +/area/bridge) +"qwy" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/bridge) +"qwA" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/ne) +"qwC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"qwG" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"qwQ" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"qwW" = ( +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"qwX" = ( +/obj/machinery/computer/arcade, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/prison/cell_block/A) +"qwZ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/surgery1) +"qxd" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"qxf" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/turf/simulated/floor/plasteel{ + icon_state = "carpet" + }, +/area/library/abandoned) +"qxo" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"qxs" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/medbay3) +"qxv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple"; + tag = "icon-whitepurple (EAST)" + }, +/area/toxins/explab) +"qxP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/prison/cell_block/A) +"qxQ" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"qxY" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"qyg" = ( +/obj/machinery/teleport/station, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"qyB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"qze" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/starboard/east) +"qzh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/prison/cell_block/A) +"qzk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"qzl" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/tcommsat/chamber) +"qzC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/server) +"qzP" = ( +/obj/machinery/power/treadmill{ + dir = 8 + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/prison/cell_block/A) +"qAH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/prison/cell_block/A) +"qAK" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering) +"qAT" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"qAX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/bridge/vip) +"qAY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/prison/cell_block/A) +"qBc" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"qBn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/secondary/exit) +"qBv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"qBw" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/lighter/zippo, +/obj/machinery/door_control{ + desiredstate = 1; + id = "cabin1"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/cabin1) +"qBA" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/disposal/deliveryChute{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"qBC" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"qBE" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/east) +"qBG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreencorner" + }, +/area/medical/virology/lab) +"qBV" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/security/permabrig) +"qBZ" = ( +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = 33 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"qCA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/securehallway) +"qCE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"qCK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/crew_quarters/hor) +"qCL" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/chief) +"qCX" = ( +/obj/machinery/power/emitter{ + anchored = 1; + state = 2 + }, +/obj/structure/cable/yellow, +/obj/effect/decal/warning_stripes/eastsouthwest, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"qDm" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"qDz" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"qDH" = ( +/obj/structure/table/reinforced, +/obj/item/flash, +/obj/item/restraints/handcuffs, +/obj/item/folder/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"qDW" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/permabrig) +"qEd" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "teleaccessshutter"; + name = "Teleporter Access Shutters" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/teleporter) +"qEj" = ( +/obj/structure/grille, +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"qEm" = ( +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/customs) +"qEo" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/toxins/explab) +"qEx" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"qEC" = ( +/turf/simulated/wall, +/area/crew_quarters/fitness) +"qEK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/checkpoint) +"qEP" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/security/permabrig) +"qEX" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay) +"qEZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/reception) +"qFn" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/floodlight, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"qFw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2"; + tag = "icon-pipe-j1 (WEST)" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brig) +"qFx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"qFz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brig) +"qFD" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/warden) +"qFN" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/chief) +"qFQ" = ( +/obj/structure/closet/bombcloset, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"qFV" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"qGf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/medical/research/nhallway) +"qGg" = ( +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 7; + icon_state = "yellow" + }, +/area/engine/break_room) +"qGj" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"qGp" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/toxins/xenobiology) +"qGq" = ( +/obj/docking_port/mobile/pod{ + dir = 4; + id = "pod3"; + name = "escape pod 3" + }, +/turf/space, +/area/space) +"qGv" = ( +/obj/machinery/light, +/obj/structure/table/reinforced, +/obj/item/storage/briefcase/inflatable{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/storage/briefcase/inflatable, +/obj/machinery/newscaster{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 7; + icon_state = "yellow" + }, +/area/engine/engineering/monitor) +"qGy" = ( +/turf/simulated/wall/r_wall, +/area/medical/virology/lab) +"qGO" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/medical{ + id_tag = "CloningDoor"; + name = "Cloning Lab"; + req_access_txt = "5;9" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics_cloning) +"qGP" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"qGR" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"qHb" = ( +/obj/machinery/door/window/brigdoor/southleft{ + dir = 1; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"qHk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/armoury) +"qIf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"qIg" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/table/glass, +/obj/item/storage/box/beakers, +/obj/item/storage/box/beakers, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"qIk" = ( +/obj/structure/closet/coffin, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"qIq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/west) +"qIs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/break_room) +"qIz" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/warden) +"qIQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"qJh" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Chapel North" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"qJo" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/tech) +"qJB" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/permahallway) +"qJK" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "brig_detprivacy"; + name = "Detective Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/security/detectives_office) +"qJM" = ( +/obj/machinery/door/airlock{ + id_tag = "PermaBath"; + name = "Restroom" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/permabrig) +"qJO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood{ + icon_state = "wood-broken6"; + tag = "icon-wood-broken6" + }, +/area/maintenance/fsmaint) +"qKj" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"qKm" = ( +/turf/simulated/wall, +/area/security/brigstaff) +"qKv" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"qKK" = ( +/obj/machinery/teleport/station, +/obj/effect/decal/warning_stripes/south, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/machinery/camera/motion{ + c_tag = "Minisat Teleporter Room"; + network = list("Minisat","SS13") + }, +/turf/simulated/floor/bluegrid, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"qKO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/aft) +"qKS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"qKW" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/permahallway) +"qKZ" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"qLa" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"qLc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"qLt" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/aft) +"qLE" = ( +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "yellow" + }, +/area/storage/primary) +"qLZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Clown" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/clownoffice) +"qMb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex, +/obj/item/healthanalyzer, +/obj/item/clothing/glasses/hud/health, +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"qMm" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Chemistry1"; + name = "Chemistry Privacy Shutter" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"qMp" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/nw) +"qMN" = ( +/obj/structure/table, +/obj/item/book/manual/nuclear, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"qMP" = ( +/turf/simulated/floor/plasteel, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"qMV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/hand_labeler, +/obj/item/stamp/granted{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/item/stamp/denied{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/storage) +"qNc" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "execution" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "execution" + }, +/obj/structure/window/reinforced/polarized{ + id = "execution" + }, +/turf/simulated/floor/plating, +/area/security/execution) +"qNd" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"qNA" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology/lab) +"qNQ" = ( +/obj/effect/landmark/start{ + name = "Civilian" + }, +/obj/item/bikehorn/rubberducky, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"qNR" = ( +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"qNW" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Genetics"; + name = "Genetics Privacy Shutters" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/medical/genetics) +"qNZ" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/assembly/robotics) +"qOh" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/assembly/robotics) +"qOo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/tcommsat/chamber) +"qOs" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/east) +"qOt" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/maintcentral) +"qPa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/morgue{ + name = "Occult Study" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library/abandoned) +"qPr" = ( +/obj/machinery/door/airlock/security/glass{ + id = "execution"; + name = "Prisoner Lockers"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"qPF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"qPG" = ( +/obj/structure/table/glass, +/obj/item/storage/toolbox/surgery{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/surgery2) +"qQf" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall/r_wall, +/area/maintenance/xenozoo) +"qQk" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door_control{ + id = "Second Surgery Window"; + name = "Surgery Window Shutters Control"; + pixel_y = 26 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/surgery2) +"qQl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/gambling_den) +"qQu" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "CMO Shutters"; + name = "CMO Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/cmo) +"qQz" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"qQG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/bridge/meeting_room) +"qQQ" = ( +/obj/structure/table/reinforced, +/obj/item/dice/d10, +/obj/item/dice/d20, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"qQS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/table/wood, +/obj/item/folder/blue, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"qRa" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/conveyor/east{ + id = "QMLoad" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"qRn" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"qRt" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/medbay3) +"qRN" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"qRT" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay2) +"qRV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"qSE" = ( +/turf/simulated/wall, +/area/toxins/explab) +"qSG" = ( +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"qSI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door_control{ + id = "experimentor"; + name = "Experimentor Control"; + pixel_x = -26 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "experimentor"; + name = "Experimentor Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/explab) +"qSJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 5; + pixel_y = -28 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"qTn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"qTt" = ( +/obj/structure/girder, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"qTv" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall/r_wall, +/area/medical/cmo) +"qTI" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"qTK" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"qTP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain) +"qUc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering{ + name = "Aft Port Solar Access"; + req_access_txt = "10" + }, +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"qUe" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"qUh" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/engine/gravitygenerator) +"qUz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/bridge/checkpoint/south) +"qUF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"qUJ" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"qUL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain) +"qUO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"qUR" = ( +/obj/structure/window/reinforced, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"qUW" = ( +/obj/structure/table/glass, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 32 + }, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/obj/machinery/computer/med_data/laptop, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/virology) +"qVc" = ( +/obj/structure/table/wood, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -25 + }, +/obj/item/folder/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/folder, +/turf/simulated/floor/wood, +/area/civilian/vacantoffice) +"qVg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/aft) +"qVm" = ( +/obj/structure/transit_tube{ + icon_state = "D-SE"; + tag = "icon-D-SE" + }, +/obj/structure/window/reinforced, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"qVp" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"qVB" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"qVO" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/toxins/xenobiology) +"qWf" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Head of Personnel" + }, +/obj/machinery/door_control/ticket_machine_button{ + pixel_x = -38; + pixel_y = 38 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/heads/hop) +"qWu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/controlroom) +"qWw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/main) +"qWC" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"qWU" = ( +/turf/simulated/wall/r_wall, +/area/teleporter/abandoned) +"qXd" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/accessory/holster{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/clothing/accessory/holster{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/clothing/accessory/holster{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/accessory/holster{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/accessory/holster{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/accessory/holster{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/clothing/accessory/holster{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/armoury) +"qXt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay) +"qXu" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"qXv" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/medical/genetics) +"qXy" = ( +/obj/effect/landmark/start{ + name = "Nanotrasen Representative" + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/ntrep) +"qXC" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"qXH" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plating, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"qYh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/crema_switch{ + pixel_x = 26 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"qYr" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Chamber Observation"; + req_access_txt = "75" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"qYG" = ( +/obj/machinery/message_server, +/obj/machinery/power/apc{ + cell_type = 5000; + name = "south bump Important Area"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/bluegrid, +/area/tcommsat/chamber) +"qYL" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/effect/decal/warning_stripes/north, +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"qYR" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/medical/surgery1) +"qYZ" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = 26 + }, +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/camera{ + c_tag = "Gravity Generator Area"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"qZm" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/cobweb2, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 22 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"qZn" = ( +/obj/machinery/light_switch{ + pixel_x = -26 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"qZq" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "atmos_tank_inner"; + locked = 1; + name = "Atmos External Access"; + req_access_txt = "10;13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"qZt" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/status_display, +/turf/simulated/wall, +/area/atmos) +"qZv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/hor) +"qZy" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/engine/break_room) +"qZG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/turret_protected/aisat) +"qZO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"qZZ" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen"; + tag = "icon-whitegreen (SOUTHWEST)" + }, +/area/medical/virology) +"rab" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"rai" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/se) +"raC" = ( +/turf/simulated/wall, +/area/engine/aienter) +"raO" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/engine/aienter) +"raR" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light, +/obj/machinery/light_switch{ + pixel_x = 4; + pixel_y = -26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"raW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/aienter) +"rbh" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 1; + icon_state = "left"; + name = "Medical Reception"; + req_access_txt = "5" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/medical/reception) +"rbm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/security/range) +"rbs" = ( +/obj/structure/morgue, +/obj/effect/decal/warning_stripes/southwest, +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"rbA" = ( +/obj/structure/closet/secure_closet/research_reagents, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/toxins/misc_lab) +"rbD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"rbH" = ( +/obj/structure/disposalpipe/junction{ + dir = 4; + tag = "icon-pipe-j1 (EAST)" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/toxins/misc_lab) +"rbI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Chief Engineer"; + req_access_txt = "56" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"rbN" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"rbR" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "whitered" + }, +/area/security/medbay) +"rbU" = ( +/obj/machinery/vending/cola, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/permabrig) +"rcc" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"rcf" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/hallway/primary/port/west) +"rch" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/medbay2) +"rcm" = ( +/obj/effect/landmark{ + name = "blob" + }, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"rcp" = ( +/obj/structure/table/reinforced, +/obj/item/paicard, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/chief) +"rcr" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"rcy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/sleeper) +"rcA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Corporate Lounge"; + req_one_access_txt = "19" + }, +/turf/simulated/floor/wood, +/area/assembly/showroom) +"rcD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/quartermaster/sorting) +"rcM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"rcP" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/disposal) +"rcT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=V1"; + location = "V4" + }, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"rcV" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall, +/area/engine/break_room) +"rcX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/toxins/misc_lab) +"rdn" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A24"; + location = "A23" + }, +/mob/living/simple_animal/bot/secbot/beepsky{ + desc = "It's Officer Boopsky! Powered by a potato and a shot of whiskey."; + name = "Officer Boopsky" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"rdo" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/box/lights/mixed, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permahallway) +"rdB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"rdK" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"rdP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"rdT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/security/main) +"ref" = ( +/obj/structure/table/reinforced, +/obj/item/analyzer, +/obj/item/assembly/signaler, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"reA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"reI" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/bridge/checkpoint/south) +"rfm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/central/north) +"rfr" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "carpet" + }, +/area/crew_quarters/courtroom) +"rfs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/taperecorder, +/obj/item/stack/sheet/mineral/plasma, +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/toxins/explab) +"rfz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/decal/warning_stripes/south, +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"rfA" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/clipboard, +/obj/item/toy/figure/scientist, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/toxins/mixing) +"rfB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/structure/chair/office/light, +/obj/effect/landmark/start{ + name = "Scientist" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/toxins/explab) +"rfK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/folder/white, +/obj/item/pen, +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/toxins/explab) +"rfQ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"rfV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"rfZ" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"rgj" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/camera{ + c_tag = "Xenobio West"; + network = list("Research","SS13") + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"rgA" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/stack/tape_roll, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"rgD" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -1; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/medical/research/restroom) +"rgF" = ( +/obj/machinery/driver_button{ + id_tag = "toxinsdriver"; + pixel_x = -26 + }, +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"rgY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay) +"rho" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/medical/research/nhallway) +"rhx" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/nw) +"rhy" = ( +/obj/effect/landmark/start{ + name = "Station Engineer" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/hardsuitstorage) +"rhD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"rhQ" = ( +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/brig) +"rhU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen"; + tag = "icon-whitegreen (EAST)" + }, +/area/medical/medbay3) +"rhW" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/medical/medbay2) +"rhX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/turret_protected/aisat_interior) +"ric" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"riA" = ( +/obj/structure/chair/comfy/teal, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/ward) +"riE" = ( +/obj/structure/morgue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"riI" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"riJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/warden) +"riK" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/vending/cigarette/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"riW" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"riX" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/security/permabrig) +"rja" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"rjs" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/assembly/chargebay) +"rju" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"rjK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/sleeper) +"rjT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/assembly/showroom) +"rkw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Delivery Office"; + req_access_txt = "50" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"rkO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"rkP" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/securehallway) +"rlh" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 5; + id = "laborcamp_home"; + name = "fore bay 1"; + width = 9 + }, +/turf/space, +/area/space) +"rlj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/paramedic) +"rlm" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/bridge) +"rlp" = ( +/obj/machinery/clonepod/biomass, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/genetics_cloning) +"rlE" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"rlI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/crew_quarters/locker) +"rlK" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"rma" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/bridge) +"rmb" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/bridge) +"rmg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Station Engineer" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering/monitor) +"rmy" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology/lab) +"rmB" = ( +/obj/structure/bed, +/obj/item/bedsheet/hos, +/obj/item/radio/intercom{ + pixel_x = 32 + }, +/obj/machinery/door_control{ + id = "HoSPriv"; + name = "HoS Office Privacy Shutters Control"; + pixel_y = 24; + req_access_txt = "58" + }, +/obj/effect/landmark/start{ + name = "Head of Security" + }, +/obj/machinery/light_switch{ + pixel_x = 24; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/hos) +"rmX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/hardsuitstorage) +"rna" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/genetics_cloning) +"rnp" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"rnr" = ( +/obj/item/flag/grey, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"rnz" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/biostorage) +"rnJ" = ( +/turf/simulated/wall, +/area/ai_monitored/storage/eva) +"rnS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics_cloning) +"rnT" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/grass, +/area/medical/biostorage) +"rnY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/storage/primary) +"roe" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/east) +"rof" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/range) +"rop" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"ros" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A36"; + location = "A35" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/east) +"rot" = ( +/obj/structure/sign/science, +/turf/simulated/wall/r_wall, +/area/toxins/lab) +"roC" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/range) +"roH" = ( +/obj/machinery/computer/security/mining, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/bridge) +"roU" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/cable_coil, +/obj/item/multitool{ + pixel_x = 3 + }, +/obj/item/flash, +/obj/item/flash, +/obj/item/flash, +/obj/item/flash, +/obj/item/flash, +/obj/item/flash, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/obj/item/clothing/suit/fire/firefighter, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/assembly/robotics) +"roX" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen, +/turf/simulated/floor/plating, +/area/library/abandoned) +"rpb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"rpj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/computer/supplycomp, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/bridge) +"rpv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/hor) +"rpw" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/medical/surgery1) +"rpB" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"rpF" = ( +/obj/machinery/door_timer/cell_5{ + dir = 1; + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"rpM" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/sleeper) +"rpN" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start{ + name = "Virologist" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/virology/lab) +"rpO" = ( +/obj/item/flag/command, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"rpQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/item/radio/beacon, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"rpT" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"rpY" = ( +/turf/simulated/wall, +/area/storage/primary) +"rqh" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/crew_quarters/fitness) +"rqk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"rqF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop/hangar) +"rqO" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/nw) +"rqW" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"rri" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/crew_quarters/courtroom) +"rrl" = ( +/obj/machinery/flasher/portable, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/security/securearmoury) +"rrr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"rru" = ( +/turf/simulated/floor/mech_bay_recharge_floor, +/area/assembly/robotics) +"rrz" = ( +/turf/simulated/floor/plasteel, +/area/bridge/vip) +"rrR" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"rsd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/courtroom) +"rsC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Maintenance"; + req_access_txt = "31" + }, +/obj/effect/decal/cleanable/blood/tracks{ + basecolor = "#030303"; + desc = "It's black and greasy. Looks like Beepsky made another mess."; + drydesc = "It's dry and crusty. Someone is not doing their job." + }, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"rsE" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"rsK" = ( +/obj/structure/table/wood, +/obj/machinery/light, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Head of Personnel's Office" + }, +/obj/machinery/vending/wallmed{ + pixel_x = 26 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"rsM" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/nw) +"rsV" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/medical/research/nhallway) +"rsW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"rsY" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/construction/hallway) +"rtb" = ( +/obj/structure/closet/coffin, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/door/window/eastleft{ + dir = 8; + name = "Coffin Storage"; + req_access_txt = "22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"rtl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"rtn" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 4"; + name = "Cell 4 Locker" + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/prison/cell_block/A) +"rtB" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"rtG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/range) +"rtJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/landmark{ + name = "Marauder Entry" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"rum" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/item/flag/command, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"rup" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"rus" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 4; + tag = "icon-pipe-j1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/se) +"ruH" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/structure/closet/walllocker/emerglocker{ + pixel_x = -32 + }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"ruT" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/vending/snack, +/obj/structure/sign/poster/contraband/smoke{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/restroom) +"rvb" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/secondary/entry/lounge) +"rvd" = ( +/obj/machinery/vending/tool, +/turf/simulated/floor/wood, +/area/maintenance/fsmaint) +"rvg" = ( +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"rvh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"rvn" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"rvt" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"rvG" = ( +/obj/structure/door_assembly/door_assembly_mai, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"rvX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + name = "Medbay Junction"; + sortType = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/south) +"rwl" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/northeast, +/obj/structure/table, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/analyzer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/electrical) +"rwB" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"rwH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + tag = "icon-pipe-j1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/medical/sleeper) +"rwM" = ( +/obj/structure/table, +/obj/item/clothing/head/helmet/skull{ + desc = "Бедный Йорик..."; + name = "Йорик" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"rwW" = ( +/obj/machinery/computer/aifixer, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/bridge) +"rxc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"rxr" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"rxv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"rxx" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/grass, +/area/hallway/secondary/exit) +"rxD" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/megaphone, +/obj/item/radio/intercom{ + pixel_x = 28; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/reception) +"rxE" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/sorting) +"rxF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/reception) +"rxH" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"rxL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"rye" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/maintenance/electrical) +"ryp" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/bridge) +"ryr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brig) +"ryt" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/bridge) +"ryM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/engineering) +"ryP" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/permabrig) +"rze" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"rzf" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"rzh" = ( +/turf/simulated/wall, +/area/security/processing) +"rzo" = ( +/obj/item/aiModule/quarantine, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"rzq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin3) +"rzv" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"rzA" = ( +/turf/simulated/floor/plating, +/area/space/nearstation) +"rzM" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"rzO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"rzT" = ( +/obj/machinery/mecha_part_fabricator, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/assembly/robotics) +"rzU" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"rAb" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"rAh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"rAl" = ( +/obj/structure/table/reinforced, +/obj/item/paper/deltainfo, +/obj/item/flashlight/seclite, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"rAs" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/security/securearmoury) +"rAA" = ( +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/locker) +"rAC" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/chapel/main) +"rAM" = ( +/turf/simulated/wall, +/area/toxins/xenobiology) +"rAN" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/northeast, +/obj/structure/closet/secure_closet/brig, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prisonershuttle) +"rBg" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/ne) +"rBh" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"rBk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"rBx" = ( +/obj/machinery/computer/crew, +/obj/machinery/door_control{ + id = "blueshieldofficedoor"; + name = "Office Door"; + normaldoorcontrol = 1; + pixel_x = 6; + pixel_y = 24; + req_access_txt = "67" + }, +/obj/machinery/door_control{ + id = "blueshield"; + name = "Privacy Shutters Control"; + pixel_x = -4; + pixel_y = 24; + req_access_txt = "67" + }, +/turf/simulated/floor/wood, +/area/blueshield) +"rBA" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/machinery/newscaster{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/prison/cell_block/A) +"rCf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/medical/research/nhallway) +"rCi" = ( +/obj/machinery/vending/sovietsoda, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"rCs" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/machinery/light, +/obj/machinery/flasher{ + id = "Cell 2"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/prison/cell_block/A) +"rCy" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/reception) +"rCP" = ( +/obj/structure/closet, +/obj/item/clothing/under/color/grey, +/obj/item/twohanded/spear/grey_tide, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/maintenance/bar) +"rCV" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + id = "ArmorySec"; + name = "Armory Security Window Control"; + pixel_x = 7; + pixel_y = 7; + req_access_txt = "3" + }, +/obj/machinery/door_control{ + id = "ArmorySecAccess"; + name = "Armory Security Access Control"; + pixel_x = 7; + pixel_y = -2; + req_access_txt = "3" + }, +/obj/machinery/door_control{ + id = "Warden"; + name = "Warden Privacy Shutters Control"; + pixel_x = -7; + pixel_y = 7; + req_access_txt = "3" + }, +/obj/machinery/door_control{ + id = "ArmoryLock"; + name = "Armory Lockdown"; + pixel_x = -7; + pixel_y = -2; + req_access_txt = "3" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/warden) +"rDf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/southwest, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"rDm" = ( +/obj/structure/transit_tube, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/space/nearstation) +"rDp" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"rDA" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "HoSPriv"; + name = "HoS Office Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/hos) +"rDF" = ( +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + dir = 7; + icon_state = "yellow" + }, +/area/engine/engineering) +"rDK" = ( +/obj/machinery/autolathe/security, +/obj/item/stack/sheet/metal{ + amount = 10 + }, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/obj/machinery/light_switch{ + pixel_x = -24; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/armoury) +"rDM" = ( +/obj/machinery/flasher/portable, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/security/securearmoury) +"rDP" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"rDQ" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/ether, +/obj/item/reagent_containers/syringe{ + pixel_x = -1; + pixel_y = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery1) +"rDZ" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 8; + tag = "icon-shower (WEST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/maintenance/fpmaint) +"rEd" = ( +/obj/machinery/camera{ + c_tag = "Research Test Chamber"; + dir = 4; + network = list("TestChamber","SS13","Research") + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"rEe" = ( +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"rEq" = ( +/obj/machinery/camera{ + c_tag = "Captain's Room"; + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"rEt" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"rEx" = ( +/obj/structure/table/reinforced, +/obj/item/radio/electropack, +/obj/item/assembly/signaler, +/obj/item/healthanalyzer, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/toxins/misc_lab) +"rEC" = ( +/obj/machinery/newscaster{ + pixel_x = 28 + }, +/obj/machinery/computer/arcade, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/security/permabrig) +"rEO" = ( +/obj/effect/decal/warning_stripes/south, +/obj/structure/rack, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/tank/emergency_oxygen/engi, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"rFb" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + armor = list("melee" = 50, "bullet" = 20, "laser" = 20, "energy" = 20, "bomb" = 100, "bio" = 0, "rad" = 0, "fire" = 90, "acid" = 50); + c_tag = "Research Toxins Test Chamber West"; + dir = 4; + network = list("Toxins","Research","SS13") + }, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"rFi" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/chair, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"rFn" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"rFw" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box/full, +/obj/item/storage/fancy/candle_box/full{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/chapel/main) +"rFB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery1) +"rFC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/door/airlock/glass{ + name = "Holodeck Door" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"rFG" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/toxins/misc_lab) +"rFJ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/flag{ + layer = 4 + }, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"rGw" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple"; + tag = "icon-whitepurple (SOUTHEAST)" + }, +/area/toxins/misc_lab) +"rGx" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/mug/sec, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/processing) +"rGK" = ( +/obj/machinery/flasher/portable, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/security/securearmoury) +"rGM" = ( +/obj/machinery/computer/rdconsole/experiment, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"rGO" = ( +/obj/effect/decal/warning_stripes/red, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/item/radio/intercom{ + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/security/securearmoury) +"rHl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/range) +"rHq" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/turret_protected/ai) +"rHr" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"rHz" = ( +/obj/structure/closet/crate{ + name = "solar pack crate" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/paper/solar, +/obj/item/circuitboard/solar_control, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/tracker_electronics, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"rHD" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"rHM" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/computer/monitor{ + name = "Backup Power Monitoring Console" + }, +/obj/structure/cable, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/electrical) +"rHV" = ( +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost") + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/reception) +"rHW" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"rIt" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/alarm{ + pixel_y = 24 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"rIw" = ( +/obj/structure/cable, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "Interrogation" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "Interrogation" + }, +/obj/structure/window/reinforced/polarized{ + id = "Interrogation" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "Interrogation" + }, +/turf/simulated/floor/plating, +/area/security/interrogation) +"rIx" = ( +/turf/simulated/wall/r_wall, +/area/teleporter) +"rIC" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"rIF" = ( +/obj/machinery/kitchen_machine/grill, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/maintenance/bar) +"rIU" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"rIV" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/sleeper) +"rIY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/chapel/main) +"rIZ" = ( +/obj/machinery/bluespace_beacon, +/obj/machinery/door_control{ + id = "teleaccessshutter"; + name = "Teleporter Shutters Access Control"; + pixel_y = 24; + req_access_txt = "62" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/teleporter) +"rJr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/vending/cigarette, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"rJw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/serviceyard) +"rJG" = ( +/obj/machinery/suit_storage_unit/security/secure, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"rJJ" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/closet/radiation, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"rJZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + name = "Research Junction"; + sortType = 12; + tag = "icon-pipe-j1s (EAST)" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"rKg" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/item/radio/intercom{ + pixel_x = -32 + }, +/obj/machinery/door_control{ + id = "Briefing"; + name = "Briefing room Shutters Control"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"rKr" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + cell_type = 5000; + name = "south bump Important Area"; + pixel_y = -24 + }, +/obj/machinery/computer/message_monitor, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"rKL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/south) +"rKM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"rKQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"rKX" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"rKZ" = ( +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/medical/research/shallway) +"rLd" = ( +/obj/machinery/power/grounding_rod{ + anchored = 1 + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"rLk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 1; + location = "Robotics" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"rLl" = ( +/obj/machinery/suit_storage_unit/security/secure, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"rLt" = ( +/obj/structure/table/wood, +/obj/machinery/computer/library/checkout, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"rLv" = ( +/obj/structure/showcase{ + density = 0; + dir = 4; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = -9; + pixel_y = 2 + }, +/obj/machinery/flasher{ + id = null; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"rLF" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/suit_storage_unit/security/secure, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"rLL" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/security/podbay) +"rLZ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/genetics_cloning) +"rMg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"rMl" = ( +/obj/structure/closet/wardrobe/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"rMr" = ( +/obj/machinery/hologram/holopad, +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"rMu" = ( +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice, +/turf/simulated/floor/plasteel{ + icon_state = "carpet" + }, +/area/library/abandoned) +"rMN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics_cloning) +"rNg" = ( +/obj/effect/decal/remains/xeno, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"rNh" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"rNO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/shallway) +"rNW" = ( +/obj/structure/reflector/box{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"rNX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"rOm" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/medical/cmo) +"rOC" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 5; + pixel_y = 10 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 5 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -5 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/biostorage) +"rOD" = ( +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/permahallway) +"rOG" = ( +/obj/structure/showcase{ + density = 0; + dir = 8; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = 9; + pixel_y = 2 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 6; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"rOY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/security/execution) +"rPi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/execution) +"rPj" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"rPE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/civilian/pet_store) +"rPI" = ( +/turf/simulated/wall/rust, +/area/toxins/mixing) +"rPP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"rPU" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/gateway) +"rQd" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/secure_closet{ + anchored = 1; + name = "Evidence Storage"; + req_access_txt = "4" + }, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/storage/box/bodybags, +/obj/item/reagent_containers/spray/cleaner, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"rQf" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + icon_state = "open"; + id_tag = "transitlock"; + name = "Transit Tube Blast Doors" + }, +/turf/simulated/floor/plating, +/area/engine/aienter) +"rQm" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"rQt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/electrical) +"rQw" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/obj/machinery/button/windowtint{ + id = "execution"; + pixel_x = -8; + pixel_y = 24 + }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/security/execution) +"rQz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/starboard/east) +"rQB" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel, +/area/security/checkpoint) +"rQP" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "Singularity"; + layer = 2.7; + name = "Singularity Blast Doors"; + opacity = 0 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/engine/engineering) +"rQT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"rRf" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "engineering_east_airlock"; + pixel_y = 25; + req_access_txt = "10;13"; + tag_airpump = "engineering_east_pump"; + tag_chamber_sensor = "engineering_east_sensor"; + tag_exterior_door = "engineering_east_outer"; + tag_interior_door = "engineering_east_inner" + }, +/obj/machinery/airlock_sensor{ + id_tag = "engineering_east_sensor"; + pixel_y = 33 + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"rRs" = ( +/obj/structure/chair, +/obj/item/poster/random_contraband{ + pixel_x = 1; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/maintenance/bar) +"rRy" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/hydroponics) +"rRA" = ( +/obj/machinery/door/airlock{ + id_tag = "toilet1"; + name = "Toilet" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"rRM" = ( +/obj/structure/rack, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"rRO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Chapel Morgue"; + req_access_txt = "27" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"rRS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/locker) +"rRV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"rSa" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"rSr" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/item/radio/intercom{ + pixel_x = 30 + }, +/obj/structure/curtain/open/shower/security, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/brigstaff) +"rSt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"rSH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/engine/engineering/monitor) +"rSJ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"rSK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/armoury) +"rSL" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"rTm" = ( +/obj/effect/decal/warning_stripes/east, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/atmos) +"rTE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"rTF" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"rTH" = ( +/obj/structure/lattice, +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/space/nearstation) +"rTW" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/medical/reception) +"rUa" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"rUr" = ( +/mob/living/simple_animal/hostile/carp/megacarp{ + desc = "Странная космическая акула, летающая неподалёку от станции. Многие поговаривают, что данное существо - аватар могущественного блю-спейс божества"; + faction = list("carp","neutral"); + name = "Странная Космическая Акула" + }, +/turf/space, +/area/space) +"rUs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat) +"rUu" = ( +/obj/structure/safe/floor, +/obj/item/melee/cultblade, +/obj/item/restraints/legcuffs/bola/cult, +/obj/item/whetstone/cult, +/obj/item/stack/sheet/runed_metal{ + amount = 50 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library/abandoned) +"rUC" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/engine/gravitygenerator) +"rUE" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/crew_quarters/hor) +"rUF" = ( +/obj/effect/landmark/start{ + name = "Virologist" + }, +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"rUS" = ( +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/gambling_den) +"rVa" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/carpet, +/area/lawoffice) +"rVb" = ( +/obj/structure/table/reinforced, +/obj/item/stack/rods{ + amount = 10 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/obj/item/stack/sheet/metal{ + amount = 10 + }, +/obj/item/stack/sheet/metal{ + amount = 10 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"rVe" = ( +/obj/effect/decal/warning_stripes/west, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"rVf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/aienter) +"rVi" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"rVw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage"; + req_access_txt = "23" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"rVF" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + tag = "icon-pipe-j1 (EAST)" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A39"; + location = "A38" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry/lounge) +"rVP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Corporate Lounge"; + req_one_access_txt = "19" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/assembly/showroom) +"rVS" = ( +/obj/machinery/door/airlock/silver{ + name = "Captain's Bathroom" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/captain/bedroom) +"rWt" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/processing) +"rWu" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"rWW" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/main) +"rXc" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "atmos_tank_airlock"; + name = "interior access button"; + pixel_x = -22; + pixel_y = 20; + req_access_txt = "10;13" + }, +/obj/item/radio/intercom{ + pixel_x = 30; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"rXo" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/biostorage) +"rXq" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/engine/break_room) +"rYp" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"rYz" = ( +/obj/structure/chair/wood/wings{ + dir = 8; + tag = "icon-wooden_chair_wings (WEST)" + }, +/turf/simulated/floor/wood, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"rYG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"rYY" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"rZe" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/engine/break_room) +"rZo" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/engine/break_room) +"rZz" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/engine/break_room) +"rZF" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/machinery/vending/wallmed{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/lobby) +"rZI" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay3) +"rZN" = ( +/obj/structure/delta_statue/e, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault"; + tag = "icon-vault (WEST)" + }, +/area/bridge/vip) +"rZU" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/break_room) +"sag" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/chapel/main) +"san" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xeno4"; + name = "Creature Cell #4"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Creature Pen"; + req_access_txt = "47" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"saA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/break_room) +"saS" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/crew_quarters/courtroom) +"saY" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/medical/research{ + name = "Research Division" + }) +"sbb" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/atmos) +"sbc" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/atmos) +"sbf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the RD's goons from the safety of his office."; + name = "Research Monitor"; + network = list("Research","Research Outpost","RD"); + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/hor) +"sbj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"sbn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/storage/tech) +"sbq" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"sbt" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/aicard, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/storage/tech) +"sbD" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/analyzer, +/obj/item/analyzer, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"sbF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"sbR" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/machinery/requests_console{ + department = "Primary Tool Storage"; + name = "Primary Tool Storage Console"; + pixel_y = 30 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"sci" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai) +"scl" = ( +/obj/machinery/door/window/westright{ + name = "Front Desk"; + req_access_txt = "37" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"scn" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/processing) +"sct" = ( +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"scx" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"scD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"scP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/securehallway) +"scS" = ( +/obj/item/radio/intercom, +/turf/simulated/wall, +/area/medical/ward) +"scT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"scY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/mineral/stacking_unit_console{ + machinedir = 8; + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"scZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"sdb" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"sdj" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/maintenance/electrical) +"sdz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"sdF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/reception) +"sdY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"see" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Departure Lounge West"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"sei" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/securearmoury) +"sek" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/storage/primary) +"seo" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Briefing"; + name = "Briefing Room Shutters" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/main) +"sez" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/library) +"seF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"seJ" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"seM" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"sfq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"sfI" = ( +/obj/machinery/camera{ + c_tag = "Experimention Lab"; + dir = 1; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/explab) +"sfU" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/toxins/misc_lab) +"sfV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay3) +"sgo" = ( +/obj/machinery/vending/wallmed{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"sgu" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple"; + tag = "icon-whitepurple (SOUTHEAST)" + }, +/area/toxins/misc_lab) +"sgw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"sgK" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"sgM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/primary) +"sgX" = ( +/obj/machinery/vending/cola, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/bridge/vip) +"sha" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"shS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; + dir = 10; + name = "Труба подачи азота в реактор" + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"sic" = ( +/turf/simulated/floor/greengrid, +/area/maintenance/xenozoo) +"sid" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/shallway) +"sil" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"sio" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "roboticsshutters"; + name = "Mech Bay Shutters" + }, +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"sip" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/execution) +"six" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/nw) +"siH" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"siJ" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"siL" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"siM" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/storage/primary) +"sja" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/customs) +"sjm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/assembly/chargebay) +"sjs" = ( +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"sjQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"sjW" = ( +/obj/structure/sign/science, +/turf/simulated/wall/r_wall, +/area/medical/research/nhallway) +"skp" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"sky" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/security/glass{ + name = "Security Pods"; + req_access_txt = "71" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/podbay) +"skB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/nw) +"skZ" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway East 1"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"slb" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"sll" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"sln" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/sleeper) +"slr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/bridge) +"slv" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/ears/earmuffs{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "ShootRange"; + name = "Shooting Range Shutters" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"slF" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"slQ" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/securehallway) +"smb" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/turret_protected/ai_upload) +"sme" = ( +/turf/simulated/wall, +/area/security/checkpoint) +"smf" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/hardsuitstorage) +"smu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/genetics_cloning) +"smw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/processing) +"smD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"sno" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway East 2"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"snq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"snF" = ( +/turf/space, +/turf/simulated/wall/r_wall, +/area/medical/virology) +"snP" = ( +/turf/simulated/wall, +/area/maintenance/disposal) +"soa" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/securehallway) +"sod" = ( +/obj/structure/rack, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/mob/living/simple_animal/mouse/gray, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"sok" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/west) +"sot" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/window/reinforced, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/bridge) +"sov" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/west) +"soz" = ( +/obj/machinery/door/airlock/hatch/gamma{ + locked = 1; + req_access_txt = "1"; + use_power = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/security/securehallway) +"soE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/execution) +"soL" = ( +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"soM" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/crew_quarters/fitness) +"soV" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/medical/surgery1) +"spe" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xeno5"; + name = "Creature Cell #5"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"sps" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"spv" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"spC" = ( +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"spH" = ( +/obj/structure/closet/secure_closet/RD, +/obj/effect/decal/warning_stripes/northeast, +/obj/item/megaphone, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"spK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/reinforced, +/obj/item/gps{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gps, +/obj/item/gps{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gps{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop/expedition) +"spR" = ( +/obj/structure/crematorium, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"spS" = ( +/obj/structure/bookcase, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/obj/item/book/manual/sop_general, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_command, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"spW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"sqs" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/range) +"sqK" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/research{ + name = "Research Division" + }) +"sqO" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/secondary/exit) +"sqY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/bridge) +"sqZ" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/sw) +"srd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/bridge) +"srp" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"srA" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/medical/research/nhallway) +"srI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/bridge) +"srP" = ( +/obj/machinery/light, +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"srS" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prisonershuttle) +"srW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"srZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/morgue{ + name = "Chapel Morgue"; + req_access_txt = "22" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"ssj" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"sss" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/ne) +"stf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/east) +"stl" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + icon_state = "pipe-j2s"; + name = "HoP Office"; + sortType = 15 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/ne) +"stC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/medical/sleeper) +"stI" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "brig_detprivacy"; + name = "Detective Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/detectives_office) +"stT" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/gun/energy/gun{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"stV" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "brig_detprivacy"; + name = "Detective Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/detectives_office) +"suf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"sui" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"sum" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"sut" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/brigstaff) +"suE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall, +/area/medical/paramedic) +"suJ" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/surgery1) +"suL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"suV" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "brig_detprivacy"; + name = "Detective Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/detectives_office) +"suW" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/armoury) +"svh" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + name = "RD Junction"; + sortType = 13 + }, +/obj/structure/table/reinforced, +/obj/item/aicard, +/obj/item/circuitboard/aicore, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"svo" = ( +/obj/structure/grille/broken, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = -10 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"svD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/toxins/misc_lab) +"svL" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/range) +"svM" = ( +/obj/effect/decal/warning_stripes/north, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"svX" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "lawyer"; + name = "Internal Affairs Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/lawoffice) +"sws" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"swx" = ( +/obj/structure/table/wood, +/obj/item/ashtray/bronze, +/obj/item/storage/fancy/cigarettes/dromedaryco, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"swI" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "sw_maint2_outer"; + locked = 1; + name = "West Maintenance External Access"; + req_access = null + }, +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"swQ" = ( +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Cell Block"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"swV" = ( +/obj/structure/window/reinforced, +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/medical/morgue) +"swW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"sxk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain/bedroom) +"sxn" = ( +/obj/machinery/photocopier, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"sxp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"sxt" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"sxH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"sxJ" = ( +/obj/structure/table/wood, +/obj/machinery/door/window{ + base_state = "right"; + dir = 1; + icon_state = "right"; + name = "Captain's Desk Door"; + req_access_txt = "20" + }, +/obj/item/folder/blue, +/obj/item/stamp/captain, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"sxM" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/pen, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "carpet" + }, +/area/crew_quarters/courtroom) +"sxO" = ( +/obj/machinery/door/window{ + base_state = "right"; + dir = 1; + icon_state = "right"; + name = "Captain's Desk Door"; + req_access_txt = "20" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain) +"sxS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"sxW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/hos) +"sxX" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/toy/figure/ian, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"sxZ" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/item/storage/secure/briefcase, +/obj/item/storage/lockbox/medal, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain) +"syf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/warden) +"syj" = ( +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"sys" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"syB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"syC" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"szb" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/processing) +"szc" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -26 + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"szd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics) +"szM" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/security/securearmoury) +"szQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"szR" = ( +/turf/simulated/wall/r_wall, +/area/chapel/office) +"szY" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + name = "Genetics Junction"; + sortType = 23 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/hallway/primary/aft) +"sAv" = ( +/obj/machinery/light/small, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"sAI" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior Arrivals"; + dir = 6; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/construction/hallway) +"sAQ" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/podbay) +"sAT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/aft) +"sBd" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securearmoury) +"sBk" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/machinery/camera{ + c_tag = "Brig Storage"; + dir = 5; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permahallway) +"sBl" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"sBx" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/reagent_containers/dropper/precision, +/obj/item/reagent_containers/dropper/precision, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper, +/obj/item/storage/box/pillbottles, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/storage/box/beakers, +/obj/item/storage/box/beakers, +/obj/item/storage/box/syringes, +/obj/item/storage/box/syringes, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/toxins/misc_lab) +"sBL" = ( +/turf/simulated/wall/r_wall, +/area/security/main) +"sBX" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/computer/station_alert, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"sCb" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitered" + }, +/area/security/medbay) +"sCf" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/disposal, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/toxins/misc_lab) +"sCp" = ( +/obj/machinery/light, +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"sCt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"sCy" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/storage) +"sCz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/security/checkpoint) +"sCB" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/secure_closet/engineering_welding, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"sCH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/courtroom) +"sCL" = ( +/obj/structure/showcase{ + density = 0; + dir = 8; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = 9; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"sCQ" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hallway/secondary/exit) +"sCY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/execution) +"sDo" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/maintenance/fpmaint) +"sDu" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/hydroponics) +"sDx" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/pen/red, +/obj/item/stack/sheet/mineral/plasma{ + amount = 5 + }, +/obj/machinery/requests_console{ + department = "Virology"; + departmentType = 3; + name = "Virology Requests Console"; + pixel_y = 30 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"sDy" = ( +/obj/structure/table, +/obj/machinery/syndicatebomb/training, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"sDC" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/medical/research{ + name = "Research Division" + }) +"sDI" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"sDU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"sDV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"sDY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/sleeper) +"sEp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/wood, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/obj/item/folder/red, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/assembly/showroom) +"sEz" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"sEG" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"sEK" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"sEO" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/engine, +/area/toxins/misc_lab) +"sEV" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -26 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/aisat_interior) +"sEW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/crew_quarters/sleep) +"sEZ" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/chem_master, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/engine, +/area/toxins/misc_lab) +"sFa" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/ether, +/obj/item/reagent_containers/syringe{ + pixel_x = -1; + pixel_y = 11 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery2) +"sFj" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/range) +"sFF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port) +"sFJ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/construction/hallway) +"sGl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 4; + tag = "icon-pipe-j1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/lobby) +"sGp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"sGs" = ( +/obj/structure/table, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/mask/gas, +/obj/item/clothing/gloves/color/black, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/maintenance/electrical) +"sGz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/turret_protected/aisat_interior) +"sGJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluefull" + }, +/area/turret_protected/aisat_interior) +"sGS" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"sHi" = ( +/obj/machinery/vending/snack, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"sHq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/explab) +"sHA" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay3) +"sHI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/turret_protected/aisat_interior) +"sHT" = ( +/obj/structure/transit_tube{ + icon_state = "D-SW"; + tag = "icon-D-SW" + }, +/turf/space, +/area/space/nearstation) +"sHX" = ( +/obj/machinery/photocopier, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/blueshield) +"sHY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"sIo" = ( +/obj/item/radio/intercom{ + pixel_y = 21 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"sIs" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"sIy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/arrow{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"sII" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "engineering_east_inner"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "10;13" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"sIS" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/aisat_interior) +"sIV" = ( +/obj/machinery/door/airlock/research/glass{ + heat_proof = 1; + name = "Chemical Testing Room"; + req_access_txt = "47" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "RnDChem"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"sIX" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "cloninglab" + }, +/obj/structure/window/reinforced/polarized{ + id = "cloninglab" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "cloninglab" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "cloninglab" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Genetics"; + name = "Genetics Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/genetics) +"sIZ" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA"; + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"sJK" = ( +/turf/simulated/floor/greengrid, +/area/engine/gravitygenerator) +"sJO" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"sKp" = ( +/obj/structure/closet/secure_closet/blueshield, +/obj/item/stack/tape_roll, +/obj/item/sensor_device, +/turf/simulated/floor/wood, +/area/blueshield) +"sKw" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"sKF" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"sKK" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"sKP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator Room"; + req_access_txt = "19;23" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"sKT" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"sLa" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/maintenance/electrical) +"sLi" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall/rust, +/area/maintenance/asmaint) +"sLl" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"sLr" = ( +/obj/machinery/light, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/table/wood, +/obj/item/toy/russian_revolver, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_y = 18 + }, +/turf/simulated/floor/wood, +/area/security/hos) +"sMh" = ( +/obj/structure/table, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel, +/area/security/range) +"sMk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/break_room) +"sMv" = ( +/obj/structure/table/reinforced, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/sheet/rglass{ + amount = 20; + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/crowbar, +/obj/item/wrench, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"sMF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"sMH" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"sMJ" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"sMM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"sMP" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"sMS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port/west) +"sMZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port/west) +"sNa" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"sNf" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/storage/tech) +"sNn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"sNt" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/storage/tech) +"sNx" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/maintenance/fsmaint) +"sND" = ( +/obj/structure/bookcase, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/library) +"sNW" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -25 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"sNY" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/turretid/stun{ + control_area = "\improper Telecoms Central Compartment"; + name = "AI Antechamber Turret Control"; + pixel_y = -26; + req_access_txt = "75" + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/turret_protected/aisat) +"sOt" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"sOC" = ( +/obj/structure/closet/secure_closet/exile, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/gateway) +"sOE" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/medical/research{ + name = "Research Division" + }) +"sOI" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Chamber Hallway"; + req_access_txt = "75" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"sOS" = ( +/obj/machinery/disposal, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brigstaff) +"sOV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/storage/primary) +"sOW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"sPe" = ( +/obj/structure/transit_tube{ + icon_state = "D-NE"; + tag = "icon-D-NE" + }, +/obj/structure/transit_tube{ + icon_state = "D-SE"; + tag = "icon-D-SE" + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/space/nearstation) +"sPy" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/range) +"sPF" = ( +/obj/machinery/light/small, +/obj/machinery/camera{ + c_tag = "Xeno Containment 1"; + dir = 1; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"sPG" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/toxins/server) +"sPM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"sPY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge) +"sQd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library/abandoned) +"sQx" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/restraints/handcuffs, +/obj/item/flash, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/bridge) +"sQz" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology/lab) +"sQK" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"sQS" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/bridge) +"sQU" = ( +/obj/structure/window/full/reinforced/tinted, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/chapel/main) +"sRa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/glass, +/obj/structure/reagent_dispensers/virusfood{ + pixel_x = -32 + }, +/obj/machinery/reagentgrinder, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"sRf" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTH)" + }, +/area/medical/research{ + name = "Research Division" + }) +"sRk" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/hand_labeler, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"sRo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/crew_quarters/chief) +"sRr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/bridge) +"sRy" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/space, +/area/space/nearstation) +"sRA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/reception) +"sRC" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating/airless, +/area/toxins/mixing) +"sRG" = ( +/obj/structure/table, +/obj/item/stack/cable_coil/random, +/obj/item/assembly/igniter, +/obj/item/assembly/timer{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTH)" + }, +/area/medical/research{ + name = "Research Division" + }) +"sRH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/bridge) +"sRM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/maintenance/xenozoo) +"sRN" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space/nearstation) +"sSo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/bridge/checkpoint/south) +"sSD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/computer/shuttle/labor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prisonershuttle) +"sSH" = ( +/obj/machinery/light_switch{ + pixel_x = 26 + }, +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/chem_dispenser, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/engine, +/area/toxins/misc_lab) +"sTk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/processing) +"sTA" = ( +/obj/item/flag/sec, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/brigstaff) +"sTG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"sTO" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/range) +"sUa" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"sUb" = ( +/obj/structure/target_stake, +/obj/machinery/magnetic_module, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"sUd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/ne) +"sUj" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"sUp" = ( +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"sUw" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/chapel/main) +"sUN" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"sUU" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"sUY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"sUZ" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"sVC" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"sVH" = ( +/obj/effect/spawner/window/reinforced/plasma, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/engine/controlroom) +"sVN" = ( +/turf/simulated/wall, +/area/teleporter/abandoned) +"sVU" = ( +/turf/simulated/wall, +/area/security/range) +"sVV" = ( +/obj/machinery/camera{ + c_tag = "Virology Office"; + dir = 8; + network = list("Medical","SS13") + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/vending/wallmed{ + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"sWf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/prisonershuttle) +"sWh" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"sWp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"sWs" = ( +/obj/structure/chair/wheelchair{ + desc = "Это кресло осталось от одного из предыдущих детективов. Говорят, что тот открыл в себе псионические способности и ушёл работать в федерацию магов."; + name = "Старое инвалидное кресло" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"sWC" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"sWN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/processing) +"sXk" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/prisonershuttle) +"sXQ" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/bottle/sulfonal{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"sXY" = ( +/obj/structure/morgue{ + dir = 8; + tag = "icon-morgue1 (WEST)" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"sYB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/explab) +"sYS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"sYW" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "Psychiatrist"; + dir = 6; + network = list("Medical","SS13") + }, +/turf/simulated/floor/carpet, +/area/medical/psych) +"sYX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"sZg" = ( +/obj/effect/decal/remains/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/turf/simulated/floor/greengrid, +/area/toxins/xenobiology) +"sZn" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "hopprivacy"; + name = "Head of Personal Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hop) +"sZp" = ( +/obj/structure/morgue, +/obj/effect/decal/warning_stripes/northwest, +/obj/effect/landmark{ + name = "revenantspawn" + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/medical/morgue) +"sZx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/security/detectives_office) +"sZN" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"sZT" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/sleeper) +"sZV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"tae" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/greencross{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"tav" = ( +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"taw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/gateway) +"taM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"taO" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/door/window/eastright, +/turf/simulated/floor/plasteel{ + icon_state = "carpet" + }, +/area/crew_quarters/courtroom) +"tbb" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"tbh" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/quartermaster/sorting) +"tby" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/processing) +"tbM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/security/hos) +"tbO" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library/abandoned) +"tbX" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/camera{ + c_tag = "Port Aft Solars" + }, +/obj/item/radio/intercom{ + pixel_y = 28 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"tcb" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"tcp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/medical/research/nhallway) +"tct" = ( +/obj/machinery/hologram/holopad, +/obj/effect/landmark/start{ + name = "Detective" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"tcC" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/range) +"tcD" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"tcF" = ( +/obj/structure/cable, +/obj/machinery/power/solar_control{ + id = "portsolar"; + name = "Aft Port Solar Control" + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"tcH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door_control{ + id = "lawyer"; + name = "Internal Affairs Privacy Shutters Control"; + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Internal Affairs Office" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"tcK" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"tcP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brig) +"tcS" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "HoSPriv"; + name = "HoS Office Privacy Shutters" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/hos) +"tda" = ( +/obj/machinery/r_n_d/experimentor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/explab) +"tdf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/restroom) +"tdm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Internal Affairs Office North"; + network = list("SS13","Security") + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"tdn" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"tdo" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway South 1" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"tdp" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "CMO Shutters"; + name = "CMO Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/cmo) +"tdt" = ( +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"tdv" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/engineering) +"tdA" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "RoboPrivat"; + name = "Robotics Privacy Shutter" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/assembly/robotics) +"tdC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Barber Shop" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"tdH" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/storage/tech) +"tdT" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 10 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/toxins/mixing) +"tea" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/west) +"tek" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/gateway) +"ten" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/table/reinforced, +/obj/item/taperecorder{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/camera{ + pixel_x = 3; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"tez" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/item/radio/beacon, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering) +"teD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brig) +"teF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"teJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/floodlight, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"teS" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/structure/closet/secure_closet/brig, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prisonershuttle) +"tfd" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/turf/simulated/floor/carpet, +/area/ntrep) +"tfh" = ( +/obj/structure/closet/bombclosetsecurity, +/obj/effect/decal/warning_stripes/red, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"tfy" = ( +/obj/machinery/vending/snack, +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2 (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"tfI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/toxins/explab) +"tfK" = ( +/obj/machinery/sleeper{ + pixel_x = 3 + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"tfS" = ( +/obj/structure/closet/lawcloset, +/obj/item/clothing/under/rank/internalaffairs, +/obj/item/clothing/under/rank/internalaffairs, +/obj/item/clothing/suit/storage/internalaffairs, +/obj/item/clothing/suit/storage/internalaffairs, +/obj/item/clothing/accessory/lawyers_badge, +/obj/item/clothing/accessory/lawyers_badge, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_iaa, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"tgf" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/camera/emp_proof{ + c_tag = "Singularity SouthEast"; + dir = 8; + network = list("SS13","Singularity","Engineering") + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"tgg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"tgy" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A18"; + location = "A17" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port/west) +"tgF" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/handcuffs, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prisonershuttle) +"tgH" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter Room"; + req_access_txt = "17;75" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"tgM" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"tgP" = ( +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 28 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/medical/research/restroom) +"tgT" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"thk" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/showcase, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/warden) +"thl" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "CMO Shutters"; + name = "CMO Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/cmo) +"tht" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"thA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"thO" = ( +/turf/simulated/wall, +/area/security/customs) +"thR" = ( +/obj/structure/table, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/item/reagent_containers/food/snacks/grown/harebell{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/snacks/grown/harebell{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/snacks/grown/harebell, +/obj/item/reagent_containers/food/snacks/grown/harebell{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"thS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/maintenance/electrical) +"tif" = ( +/obj/structure/table, +/obj/item/book/manual/security_space_law, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/lobby) +"tii" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/vending/coffee, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"tik" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"til" = ( +/obj/structure/chair/office/dark, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/reception) +"tiq" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/turf_decal/bot/left, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"tir" = ( +/obj/machinery/vending/wallmed{ + pixel_y = 30 + }, +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/lobby) +"tiz" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"tiJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/lobby) +"tiL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/courtroom) +"tiU" = ( +/obj/item/flag/cult, +/turf/simulated/floor/plating, +/area/library/abandoned) +"tja" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"tjh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"tjq" = ( +/obj/structure/computerframe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/teleporter/abandoned) +"tjK" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 12 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/captain/bedroom) +"tjR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/assembly/chargebay) +"tjW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"tkc" = ( +/turf/simulated/wall/rust, +/area/maintenance/asmaint) +"tkf" = ( +/obj/item/hand_labeler, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple"; + tag = "icon-whitepurple (SOUTHWEST)" + }, +/area/medical/genetics) +"tkg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/wall/r_wall, +/area/turret_protected/ai) +"tkr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"tku" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/customs) +"tkx" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"tkR" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"tkW" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/bridge/checkpoint/south) +"tla" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"tlc" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/medical/research/nhallway) +"tle" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/lobby) +"tlg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/command{ + id_tag = "ntrepofficedoor"; + name = "NT Representative's Office"; + req_access_txt = "73" + }, +/turf/simulated/floor/wood, +/area/ntrep) +"tlZ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"tmc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/east) +"tmp" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/pen/multi, +/obj/machinery/newscaster/security_unit{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/reception) +"tmB" = ( +/obj/effect/decal/warning_stripes/blue, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/firstaid/doctor, +/obj/item/storage/firstaid/fire{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"tmF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/customs) +"tmH" = ( +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Detective's Lab"; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"tmR" = ( +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"tmW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/reception) +"tnd" = ( +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom{ + pixel_x = 28; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/brig) +"tni" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"tno" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/starboard/east) +"tnr" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "First Surgery Window"; + name = "Surgery Shutters" + }, +/obj/structure/cable, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Second Surgery Window"; + name = "Surgery Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/surgery2) +"tnM" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/teargas, +/obj/item/storage/box/teargas{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/light_switch{ + pixel_x = -22; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/warden) +"tnS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/ward) +"tom" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat) +"tot" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/medical/research{ + name = "Research Division" + }) +"tou" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/transit_tube{ + icon_state = "E-W-Pass" + }, +/turf/space, +/area/space/nearstation) +"toB" = ( +/obj/item/radio/intercom{ + pixel_x = -27 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"toL" = ( +/obj/effect/decal/warning_stripes/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"toP" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredfull" + }, +/area/security/securearmoury) +"toS" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/securearmoury) +"toW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"toY" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/transit_tube, +/turf/space, +/area/space/nearstation) +"tpe" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/light, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/camera{ + c_tag = "Brig Customs"; + dir = 1; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"tpt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/security/customs) +"tpv" = ( +/obj/machinery/computer/rdconsole/mechanics, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/mechanic_workshop) +"tpA" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"tpM" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"tpR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"tqc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"tqf" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/maintenance/electrical) +"tqj" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"tqu" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"tqz" = ( +/obj/machinery/computer/med_data, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/bridge/checkpoint/south) +"tqF" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/wood, +/area/library) +"trg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A34"; + location = "A33" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/east) +"trA" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/closet/wardrobe/pjs, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"trI" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/medical/research/restroom) +"tsi" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"tst" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"tsu" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/white, +/obj/item/clothing/gloves/color/white, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"tsB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/sleeper) +"tsG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall/r_wall/coated, +/area/toxins/test_chamber) +"tsS" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light_switch{ + pixel_x = -8; + pixel_y = 24 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/gateway) +"tsW" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/securearmoury) +"tta" = ( +/obj/structure/table, +/obj/item/storage/box/pillbottles{ + pixel_x = 8 + }, +/obj/item/storage/box/pillbottles{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/storage/box/syringes{ + pixel_x = -6 + }, +/obj/item/storage/box/syringes{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/storage/box/autoinjectors{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/storage/box/autoinjectors{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/biostorage) +"ttc" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/processing) +"ttw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/customs) +"ttY" = ( +/obj/structure/table, +/obj/item/stack/sheet/cloth/ten, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"tui" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"tum" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"tuv" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/medical/surgery2) +"tuE" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/kitchen/rollingpin, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"tuK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/medical/research/nhallway) +"tuQ" = ( +/obj/structure/transit_tube{ + icon_state = "E-W-Pass" + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/space/nearstation) +"tuT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"tuU" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"tuY" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/processing) +"tuZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"tvi" = ( +/obj/machinery/power/solar{ + name = "Aft Starboard Solar Panel" + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/port) +"tvK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"tvY" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain/bedroom) +"tvZ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"twd" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/permahallway) +"twe" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/security/hos) +"twh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"two" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/securehallway) +"twN" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"twU" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"txb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/toxins/mixing) +"txk" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat_interior) +"txl" = ( +/obj/structure/table/wood, +/obj/item/soap, +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" + }, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"txq" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/portsolar) +"txt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/permahallway) +"txE" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"txI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"tyn" = ( +/obj/machinery/photocopier, +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/library) +"tyJ" = ( +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre"; + req_access_txt = "45" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/holosign/surgery{ + id = "surgery1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/surgery1) +"tzb" = ( +/obj/machinery/status_display{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/engine/break_room) +"tzg" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/camera{ + c_tag = "Engineering Entrance"; + dir = 4; + network = list("Engineering","SS13"); + pixel_y = -22 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"tzh" = ( +/turf/simulated/wall/r_wall, +/area/security/warden) +"tzi" = ( +/obj/structure/grille, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"tzk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/main) +"tzp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"tzt" = ( +/obj/machinery/computer/arcade/orion_trail, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"tzE" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"tzJ" = ( +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay" + }, +/turf/simulated/wall/r_wall, +/area/medical/chemistry) +"tzL" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"tzM" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering) +"tzQ" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + tag = "icon-propulsion (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"tzR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"tzV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Pet Store" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/civilian/pet_store) +"tzX" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"tzZ" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light_switch{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_x = 28 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"tAz" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"tAB" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 28; + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"tAC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"tBr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port/west) +"tBs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"tBB" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/crate/plastic{ + desc = "В ящике хранится оборудование для осуществления уборки станции гражданским персоналом в случае нужды или безработицы"; + name = "Ящик оборудования для уборки" + }, +/obj/item/mop, +/obj/item/mop, +/obj/item/mop, +/obj/item/mop, +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/storage/bag/trash, +/obj/item/storage/bag/trash, +/obj/item/storage/bag/trash, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"tBR" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"tCj" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple"; + tag = "icon-whitepurple (EAST)" + }, +/area/toxins/mixing) +"tCp" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 1; + name = "Atrium" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar/atrium) +"tCu" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/storage/primary) +"tCy" = ( +/obj/structure/mineral_door/wood, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"tCB" = ( +/turf/simulated/wall/r_wall, +/area/medical/surgery2) +"tCM" = ( +/obj/machinery/camera{ + c_tag = "Virology Maintance Access"; + dir = 4; + network = list("Medical","SS13") + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/medbay3) +"tCN" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + name = "Execution Access"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/binary/valve/digital, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"tDc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/nw) +"tDg" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"tDB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"tDD" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -25 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/south, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/toxins/mixing) +"tDN" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/bridge) +"tEg" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/folder, +/obj/item/pen, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"tEh" = ( +/obj/machinery/sleeper{ + dir = 4; + pixel_x = -3 + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"tEl" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/crew_quarters/heads/hop) +"tEw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/bridge) +"tEy" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/bridge) +"tEB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"tED" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/engineering) +"tEE" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/turf/simulated/floor/plating, +/area/storage/secure) +"tEG" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "eslock"; + name = "Escape Shuttle Lockdown" + }, +/obj/machinery/door/airlock{ + name = "Chapel Office"; + req_access_txt = "22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"tFd" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"tFj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"tFt" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/paper_bin, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"tFv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/processing) +"tFz" = ( +/obj/machinery/door_control{ + id = "HoSPriv"; + name = "HoS Office Privacy Shutters Control"; + pixel_y = -24 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/security/hos) +"tFA" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"tFO" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/northwest, +/obj/structure/table/reinforced, +/obj/item/crowbar/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"tFR" = ( +/turf/simulated/floor/bluegrid, +/area/turret_protected/aisat_interior) +"tGd" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/library/abandoned) +"tGi" = ( +/obj/structure/closet/chefcloset, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/reagent_containers/glass/bucket, +/obj/item/mop, +/obj/item/soap, +/turf/simulated/floor/plasteel, +/area/crew_quarters/kitchen) +"tGl" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/toxins/mixing) +"tGo" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"tGs" = ( +/obj/structure/table/glass, +/obj/item/flashlight/lamp, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/virology) +"tGA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"tGD" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Chief Medical Officer" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"tGE" = ( +/turf/simulated/wall/r_wall, +/area/engine/supermatter) +"tGG" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"tGM" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/atmospherics/pipe/simple/insulated, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/machinery/vending/wallmed{ + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/toxins/mixing) +"tGR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/ward) +"tGV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "browncorner"; + tag = "icon-browncorner (EAST)" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"tHn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"tHr" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"tHC" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"tHH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics) +"tHP" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/bridge) +"tHS" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/securearmoury) +"tHZ" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"tIb" = ( +/obj/machinery/camera{ + c_tag = "Paramedic's Office"; + dir = 1; + network = list("Medical","SS13") + }, +/obj/item/radio/intercom{ + pixel_y = -32 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/paramedic) +"tIh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics) +"tIu" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"tIz" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/securehallway) +"tID" = ( +/obj/structure/transit_tube{ + icon_state = "D-NE"; + tag = "icon-D-NE" + }, +/turf/space, +/area/space/nearstation) +"tIK" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"tIL" = ( +/obj/structure/rack, +/obj/machinery/light/small, +/obj/item/aicard, +/obj/item/storage/secure/briefcase, +/obj/item/multitool, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault"; + tag = "icon-vault (WEST)" + }, +/area/bridge) +"tIQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/reception) +"tIY" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"tJh" = ( +/mob/living/simple_animal/pet/dog/pug, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/explab) +"tJk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/carpet, +/area/bridge) +"tJu" = ( +/obj/machinery/newscaster{ + layer = 3.3; + pixel_y = -27 + }, +/obj/structure/piano, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar/atrium) +"tJM" = ( +/obj/machinery/light_switch{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"tJN" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"tKa" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/sw) +"tKh" = ( +/obj/machinery/vending/security, +/obj/machinery/newscaster/security_unit{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"tKj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"tKk" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/computer/guestpass/hop{ + pixel_x = -30 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"tKz" = ( +/obj/item/screwdriver, +/turf/simulated/floor/plating, +/area/engine/engineering) +"tKK" = ( +/obj/structure/table, +/obj/item/book/manual/security_space_law, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/processing) +"tKL" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior 9"; + dir = 6; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"tKX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/space/nearstation) +"tLc" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xeno6"; + name = "Creature Cell #6"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"tLh" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "teleportershutter"; + name = "Teleporter Shutters" + }, +/obj/machinery/door_control{ + id = "teleportershutter"; + name = "Teleporter Shutters Access Control"; + pixel_x = -24; + req_access_txt = "17" + }, +/obj/effect/decal/warning_stripes/north, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/teleporter) +"tLj" = ( +/obj/structure/lattice, +/turf/simulated/wall, +/area/maintenance/bar) +"tLr" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/machinery/light_switch{ + pixel_x = 8; + pixel_y = -24 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/gateway) +"tLv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brig) +"tLy" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/bridge) +"tLB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"tLD" = ( +/turf/simulated/wall, +/area/security/permabrig) +"tLH" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue, +/obj/item/paper/tcommskey, +/obj/item/stamp/ce, +/obj/item/paper/monitorkey, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/chief) +"tLI" = ( +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"tLN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/crew_quarters/chief) +"tLO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/virology) +"tLT" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/structure/table/glass, +/obj/item/scalpel{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/medical/research/restroom) +"tMi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"tMj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/west, +/obj/item/flag/atmos{ + name = "Atmosia Flag" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/chief) +"tMm" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"tMG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/medbay3) +"tML" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light_switch{ + pixel_x = 8; + pixel_y = 26 + }, +/obj/machinery/holosign_switch{ + id = "surgery2"; + pixel_x = -6; + pixel_y = 26 + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/surgery2) +"tMO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door_control{ + id = "CMO Shutters"; + name = "CMO Privacy Shutters Control"; + pixel_x = 26; + pixel_y = 7 + }, +/obj/machinery/door_control{ + id = "Biohazard_medi"; + name = "Medbay Lockdown"; + pixel_x = 26; + pixel_y = -9 + }, +/obj/structure/table/glass, +/obj/item/phone, +/obj/item/lighter/zippo/cmo, +/turf/simulated/floor/plasteel, +/area/medical/cmo) +"tMQ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2"; + tag = "icon-pipe-j1 (WEST)" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"tMU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/brig) +"tMV" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/medical/virology/lab) +"tNa" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/security/armoury) +"tNf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"tNh" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"tNl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"tNm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/southright{ + dir = 8; + name = "Customs Desk"; + req_access_txt = "19" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel, +/area/bridge/checkpoint/north) +"tNI" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall14"; + tag = "icon-swall14" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"tNL" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/reception) +"tOb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"tOf" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Chemistry"; + name = "Chemistry Privacy Shutter" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"tOg" = ( +/obj/item/flag/cargo, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"tOj" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/construction/hallway) +"tOq" = ( +/obj/machinery/camera{ + c_tag = "Arrivals South End"; + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/hallway/secondary/entry/lounge) +"tOs" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"tOA" = ( +/obj/machinery/camera{ + c_tag = "Bridge Starboard"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/bridge) +"tOB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/bridge) +"tOD" = ( +/obj/machinery/light/small, +/obj/machinery/camera{ + c_tag = "Xeno Containment 3"; + dir = 1; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"tON" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "escape" + }, +/area/crew_quarters/fitness) +"tOT" = ( +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/reception) +"tPd" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id_tag = "ceprivacy"; + name = "CE Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/chief) +"tPe" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/ne) +"tPh" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"tPj" = ( +/obj/structure/chair/sofa, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar/atrium) +"tPv" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"tQe" = ( +/obj/structure/chair/comfy/brown, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/landmark/start{ + name = "Detective" + }, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"tQh" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"tQn" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"tQo" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/engine/engineering/monitor) +"tQq" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Internal Affairs Agent" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"tQs" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/warden) +"tQF" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/securehallway) +"tQG" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"tQL" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/maintenance/electrical) +"tQQ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engine/hardsuitstorage) +"tQX" = ( +/obj/machinery/computer/message_monitor, +/turf/simulated/floor/bluegrid, +/area/tcommsat/chamber) +"tRb" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"tRE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering/monitor) +"tRG" = ( +/obj/machinery/optable, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/shower{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/surgery2) +"tSb" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"tSc" = ( +/turf/simulated/wall/r_wall, +/area/engine/engineering/monitor) +"tSj" = ( +/obj/structure/lattice, +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"tSn" = ( +/obj/structure/mirror{ + pixel_y = 32 + }, +/obj/structure/sink{ + pixel_y = 21 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/brigstaff) +"tSo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28; + pixel_y = -28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/server) +"tSz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"tSD" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "ai1"; + name = "Turret Shutters" + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"tSH" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/effect/landmark/start{ + name = "Chaplain" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"tTu" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/atmos) +"tTD" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port) +"tTG" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generation"; + dir = 1; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"tTI" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/engine/gravitygenerator) +"tTR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat) +"tTW" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/medbay3) +"tUd" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/nw) +"tUh" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/locker) +"tUB" = ( +/obj/machinery/vending/snack, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brigstaff) +"tUH" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"tUI" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Chemistry2"; + name = "Chemistry Privacy Shutter" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"tUR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/library) +"tUT" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/decal/warning_stripes/south, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"tUW" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"tUX" = ( +/turf/simulated/floor/engine/insulated/vacuum, +/area/toxins/mixing) +"tVr" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/engine/break_room) +"tVu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"tVz" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/northeastcorner, +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/maintenance/electrical) +"tVC" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"tVP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"tVV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"tWj" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/fsmaint) +"tWn" = ( +/turf/simulated/wall, +/area/security/execution) +"tWL" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xeno4"; + name = "Creature Cell #4"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"tWM" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/electrical) +"tXf" = ( +/turf/simulated/wall, +/area/assembly/robotics) +"tXp" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/engine/engineering) +"tXq" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port/west) +"tXC" = ( +/obj/structure/closet/paramedic, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/paramedic) +"tXF" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "HoSPriv"; + name = "HoS Office Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/hos) +"tXG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/crew_quarters/courtroom) +"tXJ" = ( +/obj/effect/decal/warning_stripes/arrow{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/quartermaster/miningdock) +"tXP" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/library/abandoned) +"tXR" = ( +/obj/item/flag/med, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"tXT" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology) +"tXZ" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/toy/figure/secofficer, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/reception) +"tYf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Head of Personnel"; + req_access = null; + req_access_txt = "57" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"tYg" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "yellow" + }, +/area/maintenance/electrical) +"tYi" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/checkpoint) +"tYo" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin2) +"tYx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/chapel/main) +"tYG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/storage/tech) +"tYK" = ( +/turf/simulated/wall/r_wall, +/area/medical/ward) +"tYL" = ( +/obj/structure/table/wood, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Captain's Office" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain) +"tYM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/turret_protected/aisat_interior) +"tYU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/tech) +"tZg" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/maintenance/electrical) +"tZh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery2) +"tZk" = ( +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/quartermaster/miningdock) +"tZs" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/wood, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"tZI" = ( +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2"; + tag = "icon-pipe-j1 (WEST)" + }, +/obj/effect/turf_decal/box, +/obj/structure/closet/crate, +/obj/machinery/alarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/quartermaster/sorting) +"tZN" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"tZR" = ( +/obj/machinery/pipedispenser, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"tZU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"ual" = ( +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"uaF" = ( +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light, +/obj/structure/closet/secure_closet/personal/patient, +/turf/simulated/floor/plasteel, +/area/medical/virology) +"uaK" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/storage/tech) +"ubg" = ( +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/processing) +"ubu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"ubA" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/airlock_electronics, +/obj/item/stack/sheet/glass, +/obj/item/assembly/signaler, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple"; + tag = "icon-whitepurple (SOUTHWEST)" + }, +/area/medical/research{ + name = "Research Division" + }) +"ubI" = ( +/obj/machinery/keycard_auth{ + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/blueshield) +"ubJ" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"ubP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/secondary/exit) +"ubT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"ubV" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"ucf" = ( +/obj/machinery/disposal, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -24 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/surgery1) +"ucx" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"ucJ" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/obj/machinery/camera{ + c_tag = "Primary Tool Storage"; + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/janitorialcart, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"ucN" = ( +/obj/machinery/camera{ + c_tag = "Rec Room Center"; + dir = 4; + pixel_y = -22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"ucR" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/oxygen, +/obj/item/clothing/shoes/magboots, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/camera{ + c_tag = "Brig Pilot Office"; + dir = 1; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"ude" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/closet/wardrobe/pink, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"udm" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/medical/research/nhallway) +"udw" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/serviceyard) +"udI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/storage/primary) +"udO" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"udT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/hallway/primary/starboard/east) +"udZ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"uek" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/teleporter) +"ueo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/paramedic) +"uex" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"uey" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"uez" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall, +/area/medical/ward) +"ueJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/security/detectives_office) +"ueQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"ufg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"ufl" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"ufn" = ( +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/construction/hallway) +"ufo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/nw) +"ufp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"ufw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"ufD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"ufG" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/space, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"ufP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/ward) +"ufR" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/bot/floorbot{ + on = 0 + }, +/turf/simulated/floor/plating, +/area/storage/secure) +"ufU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"uga" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/computer/secure_data, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/reception) +"ugf" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/bridge) +"ugg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"ugi" = ( +/obj/structure/table/reinforced, +/obj/item/folder{ + pixel_x = -4 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/folder/blue{ + pixel_x = 5 + }, +/obj/item/folder/yellow{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stamp/law, +/obj/item/pen/multi, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"ugl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/ne) +"ugu" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitered" + }, +/area/security/medbay) +"ugy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/medical/research{ + name = "Research Division" + }) +"ugH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/main) +"ugN" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"ugW" = ( +/obj/effect/landmark{ + name = "HONKsquad" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"ugX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = -28; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"uhk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"uhn" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/carpet, +/area/lawoffice) +"uhI" = ( +/obj/machinery/mass_driver{ + id_tag = "chapelgun" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window{ + dir = 1; + name = "Mass Driver"; + req_access_txt = "22" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/chapel/main) +"uhP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/reception) +"uhY" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/securehallway) +"uip" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"uit" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/maintenance/bar) +"uiA" = ( +/obj/machinery/photocopier, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 26 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/reception) +"uiX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/brig) +"ujh" = ( +/obj/structure/table/wood, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/obj/item/flashlight/lamp, +/obj/item/paper/monitorkey, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/crew_quarters/hor) +"ujm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"ujn" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"uju" = ( +/obj/structure/sign/nosmoking_2, +/turf/simulated/wall, +/area/medical/virology/lab) +"ujB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"ujV" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"ukb" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port/west) +"ukf" = ( +/obj/structure/sign/directions/engineering{ + dir = 1; + pixel_y = 8 + }, +/obj/structure/sign/directions/science{ + dir = 1; + pixel_y = 1 + }, +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/turf/simulated/wall, +/area/bridge/checkpoint/south) +"uki" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/bar) +"ukt" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"ukv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"ukA" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken3"; + tag = "icon-wood-broken3" + }, +/area/maintenance/fsmaint) +"ulb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay2) +"ult" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaCellsLockdown"; + name = "Perma Cells Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"umd" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"umr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Cremator"; + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"umy" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/securehallway) +"umL" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"umX" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway West 3"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"unk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "E.V.A."; + req_one_access_txt = "18" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"unn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/surgery2) +"unx" = ( +/obj/structure/sign/botany, +/turf/simulated/wall, +/area/hydroponics) +"unE" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"unM" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Warden's Office"; + req_access_txt = "3" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"unN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/main) +"uob" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"uoA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"uoI" = ( +/obj/structure/transit_tube{ + icon_state = "D-SE"; + tag = "icon-D-SE" + }, +/turf/space, +/area/space/nearstation) +"uoK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"uoL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"uoW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/warden) +"uoY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/medical/research/restroom) +"uph" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"upr" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/toxins/mixing) +"upx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/paramedic) +"upN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"upS" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "orangecorner" + }, +/area/hallway/primary/aft) +"upV" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"upW" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper/precision, +/obj/item/reagent_containers/dropper/precision, +/obj/item/reagent_containers/dropper/precision, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/obj/item/storage/box/syringes, +/obj/item/storage/box/iv_bags{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/iv_bags{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"uqq" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/alarm{ + pixel_y = 24 + }, +/obj/machinery/shieldgen, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"uqu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/securearmoury) +"uqM" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/gun/advtaser, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"uqO" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"urn" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/grenade/barrier{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/grenade/barrier, +/obj/item/grenade/barrier{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/grenade/barrier{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"urA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/construction/hallway) +"urC" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction, +/turf/simulated/wall/r_wall/coated, +/area/toxins/mixing) +"urM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/janitor) +"usd" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"usx" = ( +/obj/machinery/light/small, +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/range) +"usy" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"usM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"usN" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel, +/area/medical/cmo) +"usO" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "carpet" + }, +/area/crew_quarters/courtroom) +"utb" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"utf" = ( +/obj/machinery/power/tracker, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/starboard) +"utt" = ( +/turf/simulated/wall/r_wall, +/area/storage/secure) +"uty" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"utB" = ( +/obj/machinery/vending/coffee, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brigstaff) +"utI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay3) +"utT" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "RoboPrivat"; + name = "Robotics Privacy Shutter" + }, +/turf/simulated/floor/plating, +/area/assembly/robotics) +"uud" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/girder, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"uue" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2 (EAST)" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"uul" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/maintenance/bar) +"uuo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"uuu" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/hallway/primary/aft) +"uuw" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"uuA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/sleep) +"uuD" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Geneticist" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/medical/genetics) +"uuH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"uuK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"uuQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/medbay3) +"uuY" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/machinery/door_control{ + id = "Genetics"; + name = "Genetic Privacy Shutters Control"; + pixel_y = 26 + }, +/obj/item/storage/box/beakers{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/syringes, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/medical/genetics) +"uve" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"uvp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/range) +"uvs" = ( +/obj/structure/sign/mech{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/camera{ + c_tag = "Brig Staff Room"; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/brigstaff) +"uvt" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"uvC" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/westarrival) +"uvG" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/brigstaff) +"uvJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"uvO" = ( +/obj/structure/delta_statue/nw, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/bridge/vip) +"uvT" = ( +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/camera{ + c_tag = "Library West"; + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"uvW" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid"; + tag = "icon-asteroid (NORTH)" + }, +/area/hydroponics) +"uwp" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"uws" = ( +/obj/machinery/vending/cola, +/obj/effect/decal/warning_stripes/yellow, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"uwP" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"uwZ" = ( +/obj/machinery/ai_slipper, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"uxe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"uxj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"uxy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat) +"uxz" = ( +/obj/machinery/light/small, +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"uxL" = ( +/obj/machinery/recharge_station, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brigstaff) +"uxS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/genetics) +"uye" = ( +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen"; + tag = "icon-whitegreen (EAST)" + }, +/area/medical/medbay3) +"uyo" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "execution" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "execution" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "execution" + }, +/turf/simulated/floor/plating, +/area/security/execution) +"uyr" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/security/execution) +"uyD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"uyI" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"uyQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/landmark/start{ + name = "Cyborg" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/turret_protected/aisat) +"uzj" = ( +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay" + }, +/turf/simulated/wall, +/area/medical/reception) +"uzl" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "HoS Office"; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"uzy" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/gateway) +"uAd" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/toy/figure/hos, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/hos) +"uAe" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat) +"uAf" = ( +/obj/machinery/conveyor/south/ccw{ + id = "QMLoad2" + }, +/obj/machinery/conveyor/west{ + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"uAh" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/radio/intercom{ + pixel_y = 28 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/camera{ + c_tag = "Virology Work Area"; + network = list("Medical","SS13") + }, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"uAm" = ( +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access_txt = "6" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"uAn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"uAC" = ( +/turf/simulated/wall, +/area/medical/cmo) +"uAL" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/engine, +/area/security/execution) +"uAX" = ( +/turf/simulated/wall/r_wall, +/area/construction/hallway) +"uBr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/securehallway) +"uBu" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + name = "Труба на фильтрацию" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/atmos) +"uBz" = ( +/obj/item/radio/intercom{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/securehallway) +"uBD" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Security"; + req_access_txt = "58" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"uBQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"uBS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/west) +"uBX" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/floodlight, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permahallway) +"uBY" = ( +/turf/simulated/wall, +/area/bridge/checkpoint/south) +"uCn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"uCs" = ( +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"uCv" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/suit_storage_unit/security, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prisonershuttle) +"uCM" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/turret_protected/aisat_interior) +"uCN" = ( +/turf/simulated/wall, +/area/hallway/secondary/entry/commercial) +"uCO" = ( +/obj/structure/bookcase/random, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/maintenance/bar) +"uDa" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"uDd" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"uDf" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"uDx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"uDz" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"uDH" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/crew_quarters/fitness) +"uDY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"uEq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/main) +"uEr" = ( +/obj/structure/closet/bombclosetsecurity, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel, +/area/security/range) +"uEP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"uEV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/radio/beacon, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"uEZ" = ( +/obj/structure/sign/nosmoking_2, +/turf/simulated/wall/r_wall, +/area/toxins/lab) +"uFk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/medbay) +"uFl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Virology"; + req_access_txt = "39" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology) +"uFo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"uFp" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Briefing"; + name = "Briefing Room Shutters" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/main) +"uFL" = ( +/obj/structure/lattice, +/turf/simulated/wall/r_wall, +/area/space/nearstation) +"uFM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/processing) +"uFO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/surgery2) +"uFV" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/portable_atmospherics/canister, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"uFX" = ( +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"uFZ" = ( +/obj/structure/curtain/open/shower/security, +/obj/item/restraints/handcuffs/pinkcuffs, +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/brigstaff) +"uGh" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/tcommsat/chamber) +"uGt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library/abandoned) +"uGu" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "ai1"; + name = "Turret Shutters" + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"uGF" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/engine/mechanic_workshop/hangar) +"uGH" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/item/storage/toolbox/fakesyndi, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/maintenance/fpmaint) +"uHf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"uHk" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/reception) +"uHl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/flasher{ + id = null; + pixel_y = -24 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/turret_protected/aisat_interior) +"uHq" = ( +/obj/structure/bed, +/obj/item/bedsheet/rainbow, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"uHt" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"uHu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera/motion{ + c_tag = "Minisat Hallway South"; + dir = 1; + network = list("Minisat","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/turret_protected/aisat_interior) +"uHv" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 32 + }, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"uHy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"uHA" = ( +/turf/simulated/wall/r_wall, +/area/medical/research/nhallway) +"uHP" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/bed/dogbed{ + name = "kitty basket" + }, +/mob/living/simple_animal/pet/cat/Runtime, +/turf/simulated/floor/plasteel, +/area/medical/cmo) +"uHW" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Security Ballistic Weapons"; + req_access = list(1) + }, +/obj/item/gun/projectile/automatic/pistol/enforcer/security{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer/security, +/obj/item/gun/projectile/automatic/pistol/enforcer/security{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer/security{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/machinery/light, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/item/radio/intercom{ + pixel_x = -28; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/armoury) +"uHX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"uIe" = ( +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/obj/effect/decal/warning_stripes/yellow/partial, +/obj/effect/decal/warning_stripes/arrow, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/quartermaster/miningdock) +"uIx" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/warden) +"uIF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A21"; + location = "A20" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/west) +"uIH" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/computer/atmoscontrol, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"uIQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Mech Lab"; + dir = 1; + network = list("Research","SS13") + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"uIT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"uJd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/remains/human, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"uJi" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"uJj" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "engineering_east_airlock"; + name = "exterior access button"; + pixel_x = 20; + pixel_y = 20; + req_access_txt = "10;13" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"uJo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"uJw" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/gambling_den) +"uJx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"uJA" = ( +/obj/structure/table/wood, +/obj/item/kitchen/utensil/spoon{ + pixel_x = 7 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = 7 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar/atrium) +"uJJ" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"uKk" = ( +/obj/structure/table/reinforced, +/obj/item/bikehorn{ + pixel_x = -1; + pixel_y = 13 + }, +/obj/item/instrument/bikehorn{ + pixel_y = -2 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = -3; + pixel_y = 18 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = -4; + pixel_y = 18 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/processing) +"uKo" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/firealarm{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/surgery1) +"uKu" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/gateway) +"uKw" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/security/brig) +"uKK" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/medical/surgery2) +"uKN" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"uKQ" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"uKR" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/simulated/floor/bluegrid, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"uKT" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"uKU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"uLk" = ( +/obj/effect/decal/warning_stripes/south, +/obj/effect/decal/warning_stripes/north, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/engine/controlroom) +"uLp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/customs) +"uLv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/medbay) +"uLw" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/machinery/camera{ + c_tag = "Central Ring Hallway South 3" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"uLD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"uLR" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/chief) +"uLT" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/medical/research{ + name = "Research Division" + }) +"uLW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/medical/virology) +"uLX" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"uLY" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/mmi{ + pixel_x = 1; + pixel_y = -9 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/processing) +"uMC" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/chair/office/dark, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/library/abandoned) +"uMG" = ( +/obj/machinery/telepad_cargo, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/delivery) +"uMU" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"uNi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"uNn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/engine/break_room) +"uNA" = ( +/obj/item/mop, +/turf/simulated/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"uNE" = ( +/obj/structure/closet/walllocker/emerglocker{ + pixel_x = 30; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"uNG" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/brigstaff) +"uNV" = ( +/obj/structure/chair/wood/wings{ + dir = 8; + tag = "icon-wooden_chair_wings (WEST)" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"uNZ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"uOb" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brigstaff) +"uOm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/construction/hallway) +"uOt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/security/evidence) +"uOu" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brigstaff) +"uOE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/break_room) +"uOJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/space/nearstation) +"uPa" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/aienter) +"uPb" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/permabrig) +"uPh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/crew_quarters/hor) +"uPo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"uPv" = ( +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/hydroponics) +"uPB" = ( +/obj/structure/dresser, +/obj/machinery/vending/wallmed{ + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/crew_quarters/hor) +"uPX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/grille, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"uQb" = ( +/obj/structure/disposalpipe/sortjunction{ + name = "CE's Junction"; + sortType = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/engine/break_room) +"uQo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/aienter) +"uQp" = ( +/obj/machinery/vending/tool, +/obj/item/radio/intercom{ + dir = 0; + pixel_x = -28 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"uQq" = ( +/obj/structure/table/reinforced, +/obj/item/ashtray/bronze{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/item/stack/tape_roll, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"uQr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"uQy" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"uQL" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/hud/diagnostic{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/clothing/glasses/hud/diagnostic{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/clothing/glasses/hud/diagnostic{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"uQO" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"uQR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/range) +"uQU" = ( +/obj/structure/bookcase, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"uQV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"uQY" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/aft) +"uRi" = ( +/obj/structure/closet/coffin, +/obj/item/shovel, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/maintenance/bar) +"uRn" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/chem_heater, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/camera{ + c_tag = "Chemical Toxins Lab"; + network = list("Research","SS13") + }, +/turf/simulated/floor/engine, +/area/toxins/misc_lab) +"uRr" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"uRB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"uRG" = ( +/obj/structure/chair{ + desc = "Этот красивый стул был отлит из двух трофейных боргов синдиката."; + name = "Дизайнерский стул" + }, +/obj/machinery/shower{ + pixel_y = 5 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/processing) +"uRI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/sign/science{ + pixel_x = -32; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purplecorner" + }, +/area/hallway/primary/aft) +"uRL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -28 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/genetics_cloning) +"uRQ" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start{ + name = "Geneticist" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/genetics) +"uSt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"uSv" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/obj/machinery/newscaster/security_unit{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"uSR" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/engine/aienter) +"uST" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/mob/living/carbon/human/monkey, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/genetics) +"uSY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/processing) +"uTb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/construction/hallway) +"uTm" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/wood, +/area/library/abandoned) +"uTp" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/engine/hardsuitstorage) +"uTr" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/fitness) +"uTP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay3) +"uTS" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/securearmoury) +"uUa" = ( +/obj/structure/chair/wood, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"uUc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"uUx" = ( +/obj/effect/decal/warning_stripes/south, +/obj/item/radio/intercom{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "yellow" + }, +/area/maintenance/electrical) +"uUy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door_control{ + id = "brig_detprivacy"; + name = "Detective Privacy Shutters Control"; + pixel_x = -23; + pixel_y = 22 + }, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"uUI" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "ai1"; + name = "Turret Shutters" + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"uUW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/medical/research/nhallway) +"uVh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Chapel Office"; + req_access_txt = "22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"uVl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet, +/area/maintenance/fsmaint) +"uVw" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/sleeper) +"uVC" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"uVI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/aft) +"uVS" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"uWb" = ( +/obj/structure/window/reinforced, +/obj/structure/shuttle/engine/heater{ + dir = 1; + tag = "icon-heater (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"uWd" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"uWf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/crew_quarters/chief) +"uWi" = ( +/obj/structure/closet/secure_closet/psychiatrist, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/item/clothing/mask/muzzle, +/obj/item/clipboard{ + pixel_x = -5 + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"uWl" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"uWG" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/showcase{ + layer = 5 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/tcommsat/chamber) +"uWH" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"uWM" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"uWW" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"uXc" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Experimentation Lab Office"; + network = list("Research","SS13") + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/telepad_cargo, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"uXf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/chief) +"uXj" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"uXl" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"uXu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light_switch{ + pixel_x = 26; + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"uXz" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/ne) +"uXN" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light_switch{ + pixel_x = -8; + pixel_y = 24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"uXS" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/engine/engineering) +"uXU" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"uXX" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/machinery/light_switch{ + pixel_x = 8; + pixel_y = 26 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"uYb" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/engine/engineering/monitor) +"uYe" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"uYk" = ( +/obj/structure/grille, +/turf/simulated/wall/r_wall, +/area/atmos) +"uYt" = ( +/obj/structure/table, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/warning_stripes/eastsouthwest, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/electrical) +"uYw" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"uYG" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"uYP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library/abandoned) +"uYS" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/construction/hallway) +"uYT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 4; + tag = "icon-pipe-j1 (EAST)" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"uYX" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"uZd" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/fans/tiny, +/obj/machinery/door/window/brigdoor/southleft{ + dir = 4; + req_access_txt = "17;75" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"uZl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port) +"uZn" = ( +/obj/machinery/computer/crew, +/obj/machinery/light_switch{ + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"uZs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"uZv" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"uZJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass{ + name = "Courtroom"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/crew_quarters/courtroom) +"uZR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/hallway/primary/starboard/east) +"uZU" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"vad" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/library) +"vai" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/fsmaint) +"val" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"vam" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Telescience" + }, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"vat" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "arrival_south_inner"; + locked = 1; + name = "Arrivals External Access"; + req_access = null + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"vaH" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"vbc" = ( +/obj/structure/morgue, +/obj/effect/decal/warning_stripes/southwest, +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/medical/morgue) +"vbh" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/plating, +/area/security/permabrig) +"vbq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port) +"vbw" = ( +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"vbJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/north, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"vbL" = ( +/obj/structure/sign/bobross{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"vbO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/captain/bedroom) +"vbR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"vcb" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"vcj" = ( +/obj/effect/decal/cleanable/vomit, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"vcq" = ( +/obj/machinery/power/smes, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/warning_stripes/eastnorthwest, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/electrical) +"vct" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/power/port_gen/pacman, +/obj/machinery/light, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"vcw" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/vending/wallmed{ + pixel_x = 26 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"vcx" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/window/reinforced, +/obj/structure/table, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/obj/item/paper/deltainfo, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"vcG" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/security/detectives_office) +"vcX" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/main) +"vdd" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"vdu" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Xeno Containment 6"; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"vdz" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/tcommsat/chamber) +"vdJ" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Armory_North"; + location = "Armory_sprava" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/securearmoury) +"vdX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/ward) +"vec" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Paramedic" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/paramedic) +"veO" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xenosecure"; + name = "Secure Creature Cell"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"vfa" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"vfb" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Briefing Room"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/main) +"vfc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/door/airlock/command{ + name = "Chief Medical Officer"; + req_access_txt = "40" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/cmo) +"vfh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port) +"vfD" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad"; + name = "Upload" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"vfE" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"vfH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/maintenance/electrical) +"vga" = ( +/obj/machinery/computer/general_air_control{ + frequency = 1222; + name = "Bomb Mix Monitor"; + sensors = list("burn_sensor" = "Burn Mix") + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/toxins/mixing) +"vgb" = ( +/obj/structure/table/wood, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/item/stack/wrapping_paper, +/obj/item/reagent_containers/food/snacks/grown/wheat, +/obj/structure/extinguisher_cabinet{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/civilian/pet_store) +"vge" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/medical{ + id_tag = "GeneticsDoor"; + name = "Genetics"; + req_access_txt = "9" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics) +"vgk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/chief) +"vgm" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"vgu" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"vgF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"vgP" = ( +/turf/simulated/wall/r_wall, +/area/assembly/showroom) +"vgU" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"vhp" = ( +/obj/structure/bed, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"vhD" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port/east) +"vhI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/hos) +"vhQ" = ( +/obj/machinery/light/small, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/recharge_station, +/obj/machinery/door_control{ + desiredstate = 1; + id = "toilet3"; + name = "Toilet Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"vhR" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/applicator/burn, +/obj/item/reagent_containers/glass/bottle/charcoal, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/medical/genetics) +"vhU" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/mob/living/simple_animal/mouse/brown, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"vhV" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"vhW" = ( +/obj/structure/chair/stool, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/wood, +/area/security/detectives_office) +"vib" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/landmark/start{ + name = "Research Director" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/crew_quarters/hor) +"vic" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/main) +"vik" = ( +/obj/structure/table/reinforced, +/obj/item/camera, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"viq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/aft) +"viE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Internal Affairs Agent" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"viX" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"vjp" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"vjr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"vjx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"vjQ" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/lawoffice) +"vkb" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/cabin1) +"vkj" = ( +/obj/structure/table/reinforced, +/obj/item/toy/russian_revolver, +/obj/item/stamp/warden{ + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/warden) +"vkl" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/genetics) +"vkm" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"vku" = ( +/turf/simulated/wall, +/area/security/permahallway) +"vkC" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"vkS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/teleporter/abandoned) +"vkV" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/sign/deathsposal{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"vkX" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken5"; + tag = "icon-wood-broken5" + }, +/area/maintenance/fsmaint) +"vlc" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/genetics) +"vlf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "xeno2"; + name = "Creature Cell #4"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor{ + dir = 2; + name = "Creature Pen"; + req_access_txt = "47" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/xenobiology) +"vli" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"vly" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"vlD" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/securehallway) +"vlG" = ( +/turf/simulated/wall, +/area/toxins/mixing) +"vlN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"vlP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/medical/genetics) +"vlU" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/lawoffice) +"vmb" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "NT Representative's Office" + }, +/turf/simulated/floor/wood, +/area/ntrep) +"vmj" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/processing) +"vmn" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -28 + }, +/mob/living/carbon/human/monkey, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/genetics) +"vmq" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin2) +"vmx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/medbay3) +"vmL" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"vmP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"vmX" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/reception) +"vnq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/hor) +"vns" = ( +/obj/structure/lattice, +/obj/structure/transit_tube{ + icon_state = "E-W-Pass" + }, +/turf/space, +/area/space/nearstation) +"vnu" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"vnH" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"vnI" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/assembly/chargebay) +"vnQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"vnS" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/genetics) +"vof" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "shutter0"; + id_tag = "hopqueueshutters"; + name = "Queue Shutters"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/arrow{ + dir = 4 + }, +/obj/machinery/ticket_machine{ + layer = 4; + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/west) +"vom" = ( +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/genetics) +"vor" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"vos" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/experimentor, +/obj/item/healthanalyzer, +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"vov" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"voL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/toxins/xenobiology) +"voP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/reception) +"vpc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/medical/surgery2) +"vpi" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/storage/box/buck{ + pixel_x = 3 + }, +/obj/item/storage/box/buck{ + pixel_y = 3 + }, +/obj/item/storage/box/slug{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/machinery/camera{ + c_tag = "Secure Armory East"; + dir = 8; + network = list("SS13","Security") + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"vpu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brig) +"vpz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"vpA" = ( +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior 7"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/construction/hallway) +"vpK" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Подаёт азот из атмосферки в систему охлаждения реактора, таким образом запитывая её хладагентом"; + dir = 1; + name = "Труба подачи азота в реактор" + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/turf/space, +/area/space/nearstation) +"vpM" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/toy/figure/md, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/reception) +"vpP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/sleeper) +"vpV" = ( +/obj/structure/barricade/wooden, +/turf/simulated/floor/wood, +/area/maintenance/fsmaint) +"vpW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/brig) +"vqg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/west) +"vqK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"vqL" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Second Surgery Window"; + name = "Surgery Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/surgery2) +"vqM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/door/window{ + dir = 2; + name = "Secure Armory"; + req_access_txt = "1" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/clothing/suit/armor/riot, +/obj/item/shield/riot, +/obj/item/clothing/head/helmet/riot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"vqY" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/brigstaff) +"vru" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"vrx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/sleeper) +"vrH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/gateway) +"vrL" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/prisonershuttle) +"vsb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brig) +"vse" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/west) +"vsn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"vsp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"vsA" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/toxins/mixing) +"vsE" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -32; + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/doppler_array{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"vsF" = ( +/turf/simulated/wall, +/area/crew_quarters/sleep) +"vsH" = ( +/turf/simulated/wall/r_wall, +/area/crew_quarters/hor) +"vsM" = ( +/obj/machinery/disposal, +/obj/effect/decal/warning_stripes/southeast, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/medical/chemistry) +"vsN" = ( +/turf/simulated/wall/r_wall, +/area/engine/mechanic_workshop/hangar) +"vsT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/security/detectives_office) +"vte" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"vtj" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"vtm" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/engine/engineering) +"vtu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/sleeper) +"vtK" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior 14"; + dir = 8; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"vtR" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/clothing/head/welding, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"vtW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"vud" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "BrigRight"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/brig) +"vuo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"vup" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"vur" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/checkpoint) +"vuD" = ( +/obj/effect/decal/warning_stripes/yellow/partial, +/mob/living/simple_animal/pet/dog/corgi/borgi, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"vuE" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/securearmoury) +"vvh" = ( +/obj/structure/bed, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"vvn" = ( +/obj/machinery/kitchen_machine/grill, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/kitchen) +"vvz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/wall/r_wall, +/area/turret_protected/aisat) +"vvG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/detectives_office) +"vvP" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"vvX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/west) +"vvY" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 28 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"vvZ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"vwj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/junction, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"vwq" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber"; + req_access_txt = "75" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat) +"vww" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hallway/primary/central/west) +"vwy" = ( +/obj/machinery/vending/clothing, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/locker) +"vwD" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"vwH" = ( +/obj/structure/table/wood, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Personnel's Desk"; + departmentType = 5; + name = "Head of Personnel Requests Console"; + pixel_y = 30 + }, +/obj/item/paper_bin, +/obj/item/stamp/hop, +/obj/item/pen/fancy, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"vwQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"vwV" = ( +/obj/structure/chair/comfy/shuttle, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"vwX" = ( +/obj/structure/table/wood, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/item/storage/fancy/donut_box, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"vxe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/aft) +"vxf" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/sleeper) +"vxh" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior 6"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"vxk" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Librarian" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/library) +"vxs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay3) +"vxJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"vxO" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "ai_airlock"; + name = "exterior access button"; + pixel_x = 25; + pixel_y = -25; + req_access_txt = "75;13" + }, +/turf/space, +/area/space/nearstation) +"vxP" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/engine/aienter) +"vxU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/bed/dogbed, +/mob/living/simple_animal/pet/dog/security/warden, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/warden) +"vxW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/heads/hop) +"vye" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/nhallway) +"vyh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/west) +"vyi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/processing) +"vyq" = ( +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/customs) +"vyB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/medical/research/nhallway) +"vyD" = ( +/obj/structure/bookcase, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"vyF" = ( +/mob/living/simple_animal/slime, +/turf/simulated/floor/greengrid, +/area/toxins/xenobiology) +"vyN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/landmark/start{ + name = "Cyborg" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/turret_protected/aisat) +"vyT" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/medical/research{ + name = "Research Division" + }) +"vyW" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/security/hos) +"vzv" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"vzx" = ( +/obj/structure/chair/stool/bar, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"vzz" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/engine/aienter) +"vzE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/east) +"vzF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "solar_xeno_airlock"; + name = "exterior access button"; + pixel_x = -25; + pixel_y = 25; + req_access_txt = "13" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"vzN" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"vzV" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 2; + icon_state = "rightsecure"; + id = "Cell 4"; + name = "Cell 4"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"vzW" = ( +/obj/machinery/door/firedoor, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/sleeper) +"vAa" = ( +/obj/structure/bedsheetbin, +/obj/structure/table, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/crew_quarters/sleep) +"vAb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/aienter) +"vAj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/reception) +"vAm" = ( +/obj/docking_port/mobile/pod{ + dir = 8; + id = "pod4"; + name = "escape pod 4" + }, +/turf/space, +/area/space) +"vAr" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"vAC" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/engine/aienter) +"vAN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"vAZ" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/gps/engineering, +/obj/item/lighter/zippo/ce, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"vBg" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/fsmaint) +"vBi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "robotics_solar_outer"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "10;13" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"vBm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"vBp" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"vBr" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/grass, +/area/medical/cryo) +"vBt" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken6"; + tag = "icon-wood-broken6" + }, +/area/maintenance/fsmaint) +"vBE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/machinery/light, +/obj/machinery/flasher{ + id = "Cell 5"; + pixel_y = -28 + }, +/obj/item/radio/intercom{ + pixel_y = -42 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/prison/cell_block/A) +"vBG" = ( +/obj/machinery/light_switch{ + pixel_x = 10; + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/security/hos) +"vBQ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/crew_quarters/chief) +"vBX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"vCh" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"vCj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/break_room) +"vCl" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/biostorage) +"vCr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/item/pen, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"vCt" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/medical/virology) +"vCx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"vCW" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/grass, +/area/hallway/secondary/exit) +"vCY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/fitness) +"vCZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engine/engineering/monitor) +"vDb" = ( +/obj/item/twohanded/required/kirbyplants/dead, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/maintenance/bar) +"vDd" = ( +/obj/structure/table/reinforced, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/tank/jetpack/carbondioxide, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/engine/hardsuitstorage) +"vDe" = ( +/obj/machinery/light_switch{ + pixel_x = 26; + pixel_y = -26 + }, +/obj/machinery/keycard_auth{ + pixel_x = 38; + pixel_y = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"vDy" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/storage/tech) +"vDA" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall13" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"vDO" = ( +/obj/structure/chair/comfy/brown{ + dir = 8; + layer = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"vEb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/medical/cmo) +"vEd" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"vEh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"vEo" = ( +/turf/simulated/wall, +/area/assembly/chargebay) +"vEu" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"vEN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"vEU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"vEZ" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"vFe" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/vending/assist, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"vFi" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/brigstaff) +"vFl" = ( +/obj/machinery/light_switch{ + pixel_x = -8; + pixel_y = -26 + }, +/obj/machinery/camera{ + c_tag = "Captain's Desk"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"vFr" = ( +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/aisat_interior) +"vFy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"vFG" = ( +/obj/structure/table, +/obj/machinery/microscope{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"vFU" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/ward) +"vGf" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"vGi" = ( +/obj/structure/sign/poster/contraband/missing_gloves{ + pixel_x = 32 + }, +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"vGv" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/permabrig) +"vGw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/storage/primary) +"vGN" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"vHg" = ( +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain) +"vHh" = ( +/obj/machinery/door/airlock/glass{ + name = "Cabin" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/sleep) +"vHi" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"vHs" = ( +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"vHA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/starboard/east) +"vHG" = ( +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 8 + }, +/turf/simulated/floor/engine/insulated/vacuum, +/area/toxins/mixing) +"vIi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/starboard/east) +"vIl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/courtroom) +"vIm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"vIt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start{ + name = "Brig Physician" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/security/medbay) +"vIC" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "shutter0"; + id_tag = "meetroomshutters"; + name = "Meeting Room Shutters"; + opacity = 0 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/turf/simulated/floor/plating, +/area/bridge/meeting_room) +"vJn" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/securehallway) +"vJr" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/machinery/door_control{ + id = "meetroomshutters"; + name = "Privacy Shutters"; + pixel_x = 6; + pixel_y = -2; + req_one_access_txt = "18" + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"vJv" = ( +/obj/effect/decal/warning_stripes/north, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"vJw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"vJJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/processing) +"vJQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology/lab) +"vJX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"vKa" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"vKJ" = ( +/turf/simulated/wall/r_wall, +/area/security/detectives_office) +"vLk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/civilian/vacantoffice) +"vLq" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/medical/ward) +"vLr" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology) +"vLs" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"vLA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/hardsuitstorage) +"vLQ" = ( +/obj/structure/table/wood, +/obj/item/kitchen/utensil/fork, +/obj/item/kitchen/utensil/spoon, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar/atrium) +"vLR" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/bridge/meeting_room) +"vMe" = ( +/obj/machinery/porta_turret, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"vMk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay3) +"vMK" = ( +/turf/simulated/wall/r_wall, +/area/security/processing) +"vMV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/assembly/robotics) +"vMY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/range) +"vMZ" = ( +/obj/structure/dresser, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/virology) +"vNi" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "First Surgery Window"; + name = "Surgery Shutters" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/medical/surgery1) +"vNk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/security/checkpoint) +"vNl" = ( +/obj/structure/chair/comfy/shuttle, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"vNo" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"vNE" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"vNO" = ( +/obj/structure/lattice, +/obj/structure/transit_tube{ + icon_state = "D-NW"; + tag = "icon-D-NW" + }, +/turf/space, +/area/space/nearstation) +"vNP" = ( +/obj/structure/computerframe, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"vNU" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "RoboDesk"; + name = "Robotics Privacy Shutter" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/assembly/robotics) +"vNX" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/securearmoury) +"vNZ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/hallway/primary/aft) +"vOa" = ( +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/pen, +/obj/structure/table/glass, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/medical/genetics) +"vOc" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"vOe" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"vOC" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/conveyor/northeast/ccw{ + id = "QMLoad" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"vOF" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaCellsLockdown"; + name = "Perma Cells Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"vOJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/space, +/area/space/nearstation) +"vOV" = ( +/obj/machinery/camera{ + armor = list("melee" = 50, "bullet" = 20, "laser" = 20, "energy" = 20, "bomb" = 100, "bio" = 0, "rad" = 0, "fire" = 90, "acid" = 50); + c_tag = "Research Toxins Test Chamber South"; + dir = 1; + network = list("Toxins","Research","SS13") + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"vOX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/starboard/east) +"vPl" = ( +/obj/machinery/vending/coffee, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"vPn" = ( +/obj/structure/table/wood, +/obj/item/toy/russian_revolver, +/turf/simulated/floor/carpet, +/area/maintenance/fsmaint) +"vPt" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"vPu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"vPC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/processing) +"vPO" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/primary/central/ne) +"vPS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den/casino) +"vQn" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber" + }, +/obj/machinery/light_switch{ + pixel_x = -5; + pixel_y = 26 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"vQs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"vQt" = ( +/obj/machinery/computer/operating, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/medical/surgery2) +"vQz" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/captain) +"vQG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brig) +"vQJ" = ( +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_one_access_txt = "5;6" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"vQL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/starboard/east) +"vQQ" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "South Surgery"; + dir = 1; + network = list("SS13","Medical"); + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery2) +"vQX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"vQY" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plating, +/area/assembly/chargebay) +"vRl" = ( +/obj/structure/table/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"vRu" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + dir = 4; + name = "Труба смешивания" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + name = "Труба турбины" + }, +/turf/space, +/area/space/nearstation) +"vSm" = ( +/obj/structure/closet/wardrobe/white, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/ward) +"vSn" = ( +/obj/structure/table/glass, +/obj/item/defibrillator/loaded{ + pixel_y = 5 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery2) +"vSt" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/door/window{ + dir = 2; + name = "Secure Armory"; + req_access_txt = "1" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/clothing/suit/armor/riot, +/obj/item/shield/riot, +/obj/item/clothing/head/helmet/riot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"vSA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain) +"vSD" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"vSE" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"vSH" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"vSK" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/southwest, +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"vSU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + icon_state = "pipe-j2s"; + name = "Library Junction"; + sortType = 16 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"vSV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics) +"vTf" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/carpet, +/area/maintenance/fsmaint) +"vTj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/teleporter/abandoned) +"vTk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/lobby) +"vTw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"vTC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"vTF" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/security/reception) +"vTG" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/table/reinforced, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Permabrig Office North"; + network = list("Prison","SS13") + }, +/obj/machinery/door_control{ + id = "PermaLockdown"; + name = "Perma Lockdown"; + pixel_x = 4; + pixel_y = 6; + req_access_txt = "2" + }, +/obj/machinery/door_control{ + id = "PermaCellsLockdown"; + name = "Perma Cells Lockdown"; + pixel_x = 4; + pixel_y = -3; + req_access_txt = "2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"vTI" = ( +/obj/machinery/gateway{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"vTL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/hos) +"vTN" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/engine/controlroom) +"vTW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"vTX" = ( +/obj/structure/closet/secure_closet/detective, +/obj/item/hand_labeler, +/obj/item/storage/box/evidence, +/obj/item/storage/box/evidence, +/obj/item/camera{ + desc = "A one use - polaroid camera. 30 photos left."; + name = "detectives camera"; + pictures_left = 30 + }, +/obj/item/restraints/handcuffs, +/obj/item/flash, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/security/detectives_office) +"vUc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"vUh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/ward) +"vUq" = ( +/obj/structure/table/wood, +/obj/item/camera_film, +/obj/item/book/manual/security_space_law, +/obj/item/reagent_containers/food/drinks/flask/detflask, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/requests_console{ + name = "Detective Requests Console"; + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"vUu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay3) +"vUF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/hallway/primary/starboard/east) +"vUJ" = ( +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = 26 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/engineering) +"vUL" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"vUU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"vUZ" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/briefcase{ + pixel_x = -2; + pixel_y = -5 + }, +/obj/item/storage/briefcase{ + pixel_x = 3 + }, +/obj/item/storage/secure/briefcase{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/machinery/requests_console{ + department = "Internal Affairs Office"; + name = "Internal Affairs Requests Console"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"vVe" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/checkpoint) +"vVp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/wall, +/area/maintenance/electrical) +"vVr" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/power_people{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/maintenance/fsmaint) +"vVv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/starboard/east) +"vVL" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"vVR" = ( +/obj/structure/closet/coffin, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"vWa" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"vWf" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + name = "Труба на фильтрацию" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"vWg" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/machinery/camera{ + c_tag = "North Surgery"; + network = list("SS13","Medical"); + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery1) +"vWq" = ( +/obj/machinery/computer/prisoner, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 8; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/warden) +"vWy" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"vWz" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/lobby) +"vWE" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 8; + name = "Security Reception"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/reception) +"vWF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"vWI" = ( +/obj/machinery/atmospherics/trinary/mixer/flipped{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"vWO" = ( +/obj/machinery/disposal, +/obj/structure/sign/deathsposal{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/processing) +"vWQ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"vWS" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "ArmoryLock"; + name = "Armory Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/warden) +"vXH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/securearmoury) +"vXL" = ( +/obj/machinery/alarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/south) +"vXN" = ( +/obj/machinery/conveyor/west{ + id = "cargodelivery" + }, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/sorting) +"vYj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/magistrateoffice) +"vYk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/securearmoury) +"vYr" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/porta_turret, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/tcommsat/chamber) +"vYt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredfull" + }, +/area/security/securearmoury) +"vYK" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"vYL" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window{ + dir = 8; + name = "Secure Armory"; + req_access_txt = "1" + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/storage/lockbox/mindshield, +/obj/item/storage/box/trackimp, +/obj/item/storage/box/chemimp{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/lock_buster, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"vYT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/brigstaff) +"vZi" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/pen/red, +/obj/effect/decal/warning_stripes/yellow, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/syringe/antiviral, +/obj/item/reagent_containers/glass/beaker, +/obj/item/reagent_containers/dropper/precision, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology) +"vZk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/main) +"vZl" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "execution" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "execution" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "execution" + }, +/turf/simulated/floor/plating, +/area/security/execution) +"vZn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library/abandoned) +"vZo" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/ore_box, +/obj/machinery/newscaster/security_unit{ + pixel_y = -30 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prisonershuttle) +"vZy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/customs) +"vZG" = ( +/obj/structure/chair/office/dark, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin3) +"wap" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"wav" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"waH" = ( +/obj/structure/table/reinforced, +/obj/item/trash/plate, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/turf/simulated/floor/wood, +/area/maintenance/bar) +"waI" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/engine/engineering) +"waL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/chapel/main) +"waQ" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/space, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"waS" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/showcase, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/turret_protected/aisat) +"waY" = ( +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_x = 30; + pixel_y = 0 + }, +/obj/item/flag/med, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"wbi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"wbl" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/turret_protected/aisat) +"wbr" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"wbx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/item/flag/nt, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/turret_protected/aisat) +"wbP" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id_tag = "rdprivacy"; + name = "Research Director Office Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/hor) +"wbR" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/brigdoor{ + dir = 2; + name = "Riot Control"; + req_access_txt = "2" + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/item/wrench, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"wbZ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/security/checkpoint) +"wck" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/space, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"wcl" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "ai_outer"; + locked = 1; + name = "MiniSat External Access"; + req_one_access_txt = "75;13;19;32" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"wcr" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "station_ai_airlock"; + name = "exterior access button"; + pixel_x = 22; + pixel_y = 22; + req_access_txt = "10;13" + }, +/turf/space, +/area/space/nearstation) +"wcw" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "station_ai_outer"; + locked = 1; + name = "Minisat Access"; + req_access = null; + req_access_txt = "10;13" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/aienter) +"wcz" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"wcE" = ( +/obj/machinery/light, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"wcN" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"wcO" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/sign/nosmoking_2{ + pixel_x = 32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/computer/cryopod/robot{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"wcP" = ( +/obj/machinery/recharge_station/ert, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"wcS" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"wdd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/brig) +"wds" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"wdx" = ( +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/library/abandoned) +"wdz" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window{ + dir = 8; + name = "Kitchen"; + req_access_txt = "28" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Kitchen Hall Windows"; + name = "Kitchen Shutters" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"wdC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"wdH" = ( +/obj/structure/table/reinforced, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"wdO" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; + dir = 10; + name = "Труба обработки" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/atmos) +"wdW" = ( +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"weg" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "station_ai_airlock"; + pixel_y = -57; + req_access_txt = "10;13"; + tag_airpump = "station_ai_pump"; + tag_chamber_sensor = "station_ai_sensor"; + tag_exterior_door = "station_ai_outer"; + tag_interior_door = "station_ai_inner" + }, +/obj/machinery/airlock_sensor{ + id_tag = "station_ai_sensor"; + pixel_y = -66 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1379; + id_tag = "station_ai_pump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/aienter) +"wek" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/tcommsat/chamber) +"wep" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "station_ai_inner"; + locked = 1; + name = "Minisat Access"; + req_access = null; + req_access_txt = "10;13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/aienter) +"weY" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple"; + tag = "icon-whitepurple (EAST)" + }, +/area/toxins/mixing) +"weZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/armoury) +"wff" = ( +/obj/structure/girder/displaced, +/turf/simulated/floor/plating, +/area/maintenance/fore{ + name = "Hangar Maintenance" + }) +"wfs" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"wfN" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"wfQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/hallway/primary/central/south) +"wfV" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/crew_quarters/chief) +"wga" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/cabin3) +"wgm" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "engineering_west_inner"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "10;13" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"wgt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"wgX" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/construction/hallway) +"whc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/medbay3) +"whh" = ( +/obj/machinery/light, +/obj/machinery/light_switch{ + pixel_y = -26 + }, +/obj/structure/table/reinforced, +/obj/item/stack/sheet/metal{ + amount = 10 + }, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 7; + icon_state = "yellow" + }, +/area/engine/break_room) +"whO" = ( +/turf/simulated/wall/r_wall/coated, +/area/crew_quarters/hor) +"wio" = ( +/obj/item/flag/species, +/obj/effect/decal/warning_stripes/red, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"wir" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/crew_quarters/hor) +"wiM" = ( +/turf/simulated/floor/plasteel{ + dir = 7; + icon_state = "yellow" + }, +/area/engine/break_room) +"wiT" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"wiW" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"wiY" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -26 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/medical/research/nhallway) +"wiZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 7; + icon_state = "yellow" + }, +/area/engine/break_room) +"wjc" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/power/apc{ + cell_type = 5000; + dir = 4; + name = "east bump"; + pixel_x = 28; + pixel_y = 6 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door_control{ + id = "RoboPrivat"; + name = "Robotics Privacy Shutters Control"; + pixel_x = 24; + pixel_y = -9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/assembly/robotics) +"wjh" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/conveyor/south/ccw{ + id = "QMLoad2" + }, +/obj/machinery/conveyor/west{ + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"wjj" = ( +/turf/simulated/wall/rust, +/area/library/abandoned) +"wjl" = ( +/obj/effect/decal/warning_stripes/east, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"wjn" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/security/hos) +"wjo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/sleeper) +"wjF" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/construction/hallway) +"wjI" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/asmaint2) +"wjV" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/engine/engineering/monitor) +"wka" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/storage/toolbox/electrical, +/obj/item/multitool, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/storage/tech) +"wkc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"wkk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"wkl" = ( +/obj/structure/closet/secure_closet/warden, +/obj/item/megaphone, +/obj/item/book/manual/security_space_law, +/obj/item/clothing/accessory/holster, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/warden) +"wkn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/permabrig) +"wkt" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/medical/morgue) +"wkB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/engine/mechanic_workshop) +"wkE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/crew_quarters/fitness) +"wkK" = ( +/turf/simulated/wall/r_wall, +/area/lawoffice) +"wlk" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/brig) +"wlr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"wlx" = ( +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker/locker_toilet) +"wlE" = ( +/obj/effect/decal/warning_stripes/eastnorthwest, +/obj/structure/chair/comfy/purp, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/medical/research/restroom) +"wlH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/sleep) +"wlX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"wmd" = ( +/obj/structure/grille, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"wmD" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera{ + c_tag = "Minisat AI Control Room"; + dir = 1; + network = list("Minisat","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"wmH" = ( +/obj/structure/rack, +/obj/item/toolbox_tiles, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/maintenance/bar) +"wmI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/item/clothing/head/welding, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"wmL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library/abandoned) +"wmW" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/lounge) +"wna" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/turret_protected/aisat) +"wnb" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1379; + id_tag = "engineering_east_pump" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"wnc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/central/south) +"wnd" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/stack/sheet/metal{ + amount = 10 + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"wnh" = ( +/obj/structure/closet/wardrobe/robotics_black, +/obj/item/radio/headset/headset_sci{ + pixel_x = -3 + }, +/obj/structure/closet/walllocker/emerglocker{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/assembly/robotics) +"wns" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"wnD" = ( +/obj/structure/table/reinforced, +/obj/item/taperecorder, +/obj/item/megaphone, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"wnE" = ( +/obj/machinery/recharge_station, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -28 + }, +/obj/machinery/camera{ + c_tag = "Briefing Room South"; + dir = 4; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"wnX" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/showcase, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/warden) +"woa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall, +/area/maintenance/fpmaint) +"wob" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"wop" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"wou" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/storage/primary) +"woA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"woE" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Second Surgery Window"; + name = "Surgery Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/surgery2) +"woF" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/secondary/exit) +"woL" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"wpk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/security/hos) +"wpn" = ( +/obj/structure/transit_tube, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/engine/aienter) +"wps" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"wpA" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/podbay) +"wpC" = ( +/obj/structure/bookcase, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"wpK" = ( +/obj/structure/chair/comfy/shuttle, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"wpN" = ( +/obj/structure/transit_tube, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/aienter) +"wpP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/storage/primary) +"wpY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay3) +"wqd" = ( +/obj/structure/table, +/obj/item/paper/deltainfo, +/obj/machinery/camera{ + c_tag = "Brig Lobby"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/lobby) +"wqh" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/securehallway) +"wqt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/teleporter) +"wqx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"wqy" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"wqC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A22"; + location = "A21" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/sw) +"wqD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"wrb" = ( +/obj/structure/transit_tube/station/reverse{ + dir = 1 + }, +/obj/structure/transit_tube_pod{ + dir = 8 + }, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/engine/aienter) +"wrc" = ( +/obj/structure/table/wood, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"wrm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/box/white, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/bridge/checkpoint/north) +"wrB" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"wrC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/armoury) +"wrH" = ( +/turf/simulated/wall, +/area/security/medbay) +"wrP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"wrQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/maintenance/asmaint) +"wsa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/storage/primary) +"wsf" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHEAST)" + }, +/area/medical/reception) +"wsg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/sw) +"wsr" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/storage/primary) +"wss" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/security/customs) +"wsA" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/electrical, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/flashlight, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"wsC" = ( +/obj/effect/decal/warning_stripes/east, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/muffin{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/chapel/main) +"wsG" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 32 + }, +/obj/machinery/disposal, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"wsK" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/flag/nt{ + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/construction/hallway) +"wsN" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"wsP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"wti" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"wtj" = ( +/obj/structure/rack, +/obj/item/lock_buster, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"wtk" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "ai1"; + name = "Turret Shutters" + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"wtq" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"wts" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/vending/cigarette, +/obj/machinery/camera{ + c_tag = "Uplink Terminal"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/bridge/meeting_room) +"wtu" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/camera{ + c_tag = "Captain's Meet Room"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/captain) +"wtv" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/port) +"wtR" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/port) +"wtZ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"wua" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/crew_quarters/hor) +"wuc" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"wuf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/processing) +"wuv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/hos) +"wuP" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "sw_maint2_airlock"; + name = "exterior access button"; + pixel_x = 24; + pixel_y = 24 + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/space, +/area/space/nearstation) +"wuY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/prisonershuttle) +"wvd" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/range) +"wvA" = ( +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/security/permahallway) +"wvC" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"wvL" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/cigar, +/obj/item/clothing/mask/cigarette/cigar, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain) +"wvQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"wvS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/mob/living/simple_animal/mouse/brown, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"wwg" = ( +/obj/structure/bed/dogbed, +/mob/living/simple_animal/pet/dog/detective, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/security/detectives_office) +"wwp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"wwu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/library/abandoned) +"wwI" = ( +/obj/machinery/door_control{ + desiredstate = 1; + id = "medcabin2"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 7; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "medcabin1"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/ward) +"wwK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/fitness) +"wwM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/customs) +"wwO" = ( +/obj/machinery/photocopier, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/processing) +"wwZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Armory_sprava"; + location = "Armory_South" + }, +/mob/living/simple_animal/bot/secbot/armsky{ + auto_patrol = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/securearmoury) +"wxl" = ( +/obj/item/radio/intercom{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"wxt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/port) +"wxC" = ( +/turf/simulated/wall/r_wall, +/area/security/prisonershuttle) +"wxD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/permabrig) +"wxH" = ( +/obj/machinery/space_heater, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"wxS" = ( +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"wxT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"wxU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library/abandoned) +"wyv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + name = "Труба турбины" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/atmos) +"wyy" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/port) +"wyD" = ( +/turf/simulated/wall/r_wall, +/area/security/podbay) +"wyH" = ( +/obj/machinery/mineral/stacking_machine{ + input_dir = 1; + stack_amt = 10 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"wyI" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"wyQ" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/flask/gold, +/obj/item/razor, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain/bedroom) +"wyR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/mob/living/simple_animal/mouse/brown, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"wyT" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"wyV" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/chapel/main) +"wze" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"wzl" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"wzs" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/lawoffice) +"wzK" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/lobby) +"wAb" = ( +/turf/simulated/wall, +/area/medical/medbay2) +"wAe" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/lobby) +"wAh" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/reception) +"wAp" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/wood, +/area/maintenance/fsmaint) +"wAs" = ( +/obj/structure/table/reinforced, +/obj/item/paicard, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"wAv" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/folder/white, +/obj/item/pen, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"wAE" = ( +/obj/machinery/power/solar{ + name = "Aft Starboard Solar Panel" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/starboard) +"wAH" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"wAM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/warden) +"wBo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/paper_bin, +/obj/structure/table/wood, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/chapel/office) +"wBq" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/engine/mechanic_workshop/hangar) +"wBr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"wCd" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "ArmoryLock"; + name = "Armory Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/warden) +"wCm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"wCp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"wCy" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/eastsouthwest, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"wCD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/serviceyard) +"wCE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"wCG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"wCH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/securearmoury) +"wCS" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/vending/medical, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"wDg" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "RnDChem"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"wDh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/book/manual/security_space_law, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/prison/cell_block/A) +"wDs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A30"; + location = "A29" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"wDx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"wDB" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/newscaster{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry/lounge) +"wDC" = ( +/turf/simulated/wall, +/area/medical/medbay3) +"wDS" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Solitary Confinement"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/security/permabrig) +"wDT" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"wEb" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/westleft{ + name = "Research Lab Desk"; + req_access_txt = "47" + }, +/obj/machinery/door/window/eastleft, +/obj/item/folder, +/obj/item/pen, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "shutter0"; + id_tag = "researchdesk2"; + name = "Research Desk Shutters"; + opacity = 0 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/toxins/lab) +"wEh" = ( +/turf/simulated/wall/r_wall, +/area/medical/research/restroom) +"wEm" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/brigstaff) +"wEr" = ( +/obj/structure/table/wood, +/obj/item/newspaper, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"wEA" = ( +/obj/structure/rack, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/north, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"wEJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/medical/research/nhallway) +"wEK" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "sw_maint_airlock"; + name = "interior access button"; + pixel_x = -24; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"wEM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/storage) +"wEP" = ( +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"wEY" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "HoSPriv"; + name = "HoS Office Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/hos) +"wFb" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 32 + }, +/obj/machinery/vending/cart/free, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"wFd" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"wFJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/heads/hop) +"wFR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/ward) +"wFU" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/machinery/requests_console{ + department = "Morgue"; + departmentType = 5; + name = "Morgue Requests Console"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/medical/morgue) +"wFY" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"wGd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/brigstaff) +"wGm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"wGs" = ( +/turf/simulated/floor/bluegrid, +/area/assembly/chargebay) +"wGH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"wGM" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/northeastsouth, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"wGN" = ( +/obj/item/flag/cargo, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"wGU" = ( +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"wGW" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/securehallway) +"wHj" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"wHz" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"wHC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"wHF" = ( +/obj/structure/table/reinforced, +/obj/item/storage/backpack/medic, +/obj/item/storage/belt/medical, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 29; + pixel_y = 30 + }, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 30 + }, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"wHM" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/wall/r_wall/coated, +/area/toxins/storage) +"wHR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"wId" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple"; + tag = "icon-whitepurple (SOUTHEAST)" + }, +/area/medical/research{ + name = "Research Division" + }) +"wJs" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/prisonershuttle) +"wJy" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/medical/sleeper) +"wJB" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"wJC" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "75" + }, +/turf/simulated/floor/plating, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"wJG" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/assembly/robotics) +"wJK" = ( +/obj/machinery/computer/rdconsole/robotics, +/obj/machinery/requests_console{ + department = "Robotics"; + departmentType = 2; + name = "Robotics Requests Console"; + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple"; + tag = "icon-whitepurple (SOUTHWEST)" + }, +/area/assembly/robotics) +"wJP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"wJR" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "75" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"wKe" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"wKp" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"wKr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"wKA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/fans/tiny, +/obj/machinery/door/window/brigdoor/southright{ + dir = 8; + req_access_txt = "17;75" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"wKB" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id_tag = "rdprivacy"; + name = "Research Director Office Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/hor) +"wKZ" = ( +/obj/structure/closet/masks, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/crew_quarters/fitness) +"wLd" = ( +/obj/effect/spawner/random_spawners/wall_rusted_probably, +/turf/simulated/wall, +/area/maintenance/gambling_den) +"wLu" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "BrigLeft"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/brig) +"wLw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/obj/effect/landmark/start{ + name = "Head of Security" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/hos) +"wLC" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/l3closet/scientist, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/toxins/mixing) +"wLE" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + frequency = 1379; + id_tag = "ai_pump" + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "ai_airlock"; + pixel_x = 28; + tag_airpump = "ai_pump"; + tag_chamber_sensor = "ai_sensor"; + tag_exterior_door = "ai_outer"; + tag_interior_door = "ai_inner" + }, +/obj/machinery/airlock_sensor{ + id_tag = "ai_sensor"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/construction/hallway) +"wMm" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Janitor" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plating, +/area/janitor) +"wMn" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"wMq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"wMw" = ( +/turf/simulated/wall, +/area/security/interrogation) +"wMx" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall11" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"wMA" = ( +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"wMB" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/assembly/showroom) +"wMC" = ( +/obj/machinery/photocopier, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"wML" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/east) +"wMO" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"wMS" = ( +/obj/machinery/iv_drip, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen"; + tag = "icon-whitegreen (SOUTHEAST)" + }, +/area/medical/virology) +"wMU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/east) +"wMW" = ( +/turf/simulated/floor/greengrid, +/area/toxins/xenobiology) +"wMY" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Paramedic" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/paramedic) +"wNc" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"wNw" = ( +/obj/structure/table/wood, +/obj/machinery/computer/library, +/obj/machinery/light_switch{ + pixel_x = 4; + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"wNB" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "pdoor0"; + id_tag = "Singularity"; + layer = 2.7; + name = "Singularity Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/engine/engineering) +"wNN" = ( +/obj/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/explab) +"wNO" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/security/permabrig) +"wNR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/starboard/east) +"wOc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/starboard/east) +"wOf" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research/restroom) +"wOn" = ( +/obj/structure/chair/stool/bar, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/gambling_den) +"wOo" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/engine/engineering/monitor) +"wOF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"wPc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/ai_monitored/storage/eva) +"wPh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/hallway/primary/starboard/east) +"wPi" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/yellow, +/obj/item/storage/toolbox/electrical, +/obj/item/multitool, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/storage/tech) +"wPv" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/voice, +/obj/item/assembly/voice, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"wPH" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"wPK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/hallway/primary/starboard/east) +"wPQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/se) +"wPU" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"wQj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"wQq" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/window/eastright{ + dir = 1; + name = "Mime Delivery"; + req_access_txt = "46" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"wQr" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + name = "Brig Equipment Storage"; + sortType = 8 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/brig) +"wQu" = ( +/obj/machinery/optable, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/shower{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/surgery1) +"wQA" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"wQJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"wQO" = ( +/obj/machinery/power/solar{ + name = "Aft Starboard Solar Panel" + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/starboard) +"wQP" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/the_singularitygen, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"wQV" = ( +/obj/structure/filingcabinet, +/obj/machinery/firealarm{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/checkpoint) +"wQX" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/gray, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"wRq" = ( +/obj/structure/table/wood, +/obj/machinery/fishtank/bowl{ + pixel_y = 5 + }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Pet Shop"; + dir = 9 + }, +/turf/simulated/floor/carpet, +/area/civilian/pet_store) +"wRu" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"wRw" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"wRz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/construction/hallway) +"wRB" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light_switch{ + pixel_x = -8; + pixel_y = -26 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"wRH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/tcommsat/chamber) +"wRP" = ( +/obj/structure/table/reinforced, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/item/wrench, +/obj/item/crowbar, +/obj/item/paicard, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"wRT" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/storage/tech) +"wRU" = ( +/obj/machinery/recharge_station, +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plating, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"wRX" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery2) +"wSc" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/maintenance/gambling_den) +"wSo" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/nymph, +/obj/item/seeds/nymph, +/obj/item/seeds/nymph, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"wSx" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/multitool, +/obj/item/multitool, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"wSC" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"wSO" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaCellsLockdown"; + name = "Perma Cells Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"wST" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"wSW" = ( +/obj/machinery/computer/med_data, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/paramedic) +"wTf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/reception) +"wTn" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"wTs" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"wTz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/medical{ + autoclose = 0; + frequency = 1379; + icon_state = "door_locked"; + id_tag = "viro_lab_airlock_interior"; + locked = 1; + name = "Virology Lab Internal Airlock"; + req_access_txt = "39" + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "viro_lab_airlock_control"; + name = "Virology Lab Access Button"; + pixel_y = -24; + req_access_txt = "39" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/medical/virology) +"wTJ" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/permabrig) +"wTQ" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"wTS" = ( +/obj/effect/decal/warning_stripes/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"wTW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/library/abandoned) +"wTX" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"wUq" = ( +/obj/item/clothing/mask/cigarette, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"wUr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"wUu" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/stack/tape_roll, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"wUB" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/landmark/start{ + name = "Station Engineer" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/engineering) +"wUC" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/suit_storage_unit/engine, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"wUE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/safe/floor, +/obj/item/reagent_containers/food/drinks/bottle/vodka, +/obj/item/reagent_containers/food/drinks/bottle/vodka, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/item/reagent_containers/food/drinks/bottle/gin, +/obj/item/reagent_containers/food/drinks/bottle/patron, +/obj/item/reagent_containers/food/drinks/bottle/patron, +/obj/item/reagent_containers/food/drinks/bottle/cognac, +/obj/item/reagent_containers/food/drinks/bottle/tequila, +/obj/item/reagent_containers/food/drinks/bottle/tequila, +/obj/item/reagent_containers/food/drinks/bottle/patron, +/turf/simulated/floor/wood, +/area/maintenance/fsmaint) +"wUT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"wUX" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/structure/sign/fire, +/turf/simulated/wall/r_wall/coated, +/area/toxins/test_chamber) +"wVc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"wVd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay) +"wVe" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"wVn" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/north) +"wVA" = ( +/obj/structure/lattice, +/obj/structure/transit_tube{ + icon_state = "E-NW"; + tag = "icon-E-NW" + }, +/turf/space, +/area/space/nearstation) +"wVP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"wVQ" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Toxin Mixing"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"wVT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"wWk" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior 12"; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"wWu" = ( +/obj/effect/landmark/start{ + name = "Cyborg" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/construction/hallway) +"wWK" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay2) +"wWP" = ( +/obj/structure/closet/crate/medical, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/o2{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/firstaid/toxin{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"wWW" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"wWZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/biostorage) +"wXd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"wXh" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/quartermaster/sorting) +"wXm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/window/eastleft{ + dir = 1; + req_access_txt = "10" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"wXp" = ( +/obj/effect/decal/warning_stripes/southwest, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"wXI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"wXY" = ( +/obj/structure/transit_tube{ + icon_state = "D-SW"; + tag = "icon-D-SW" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/space/nearstation) +"wYh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"wYL" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "sw_maint_airlock"; + name = "exterior access button"; + pixel_x = 24; + pixel_y = 24 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"wYM" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"wYQ" = ( +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/fsmaint) +"wYX" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"wYY" = ( +/obj/machinery/vending/coffee, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"wZo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"wZF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/table/wood, +/obj/item/paicard, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"wZL" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/toxins/explab) +"wZR" = ( +/obj/machinery/iv_drip, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/surgery2) +"xan" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"xat" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Library Starboard" + }, +/obj/structure/bookcase, +/turf/simulated/floor/wood, +/area/library) +"xaE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/prisonershuttle) +"xbh" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"xbk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"xbn" = ( +/turf/simulated/wall/r_wall/coated, +/area/toxins/mixing) +"xbr" = ( +/obj/item/aiModule/freeform, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"xbB" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + id = "Cell 3"; + name = "Cell 3"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"xbJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/main) +"xbO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"xbS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"xcb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/south) +"xci" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"xct" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/light, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"xcu" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"xcz" = ( +/obj/structure/window/reinforced, +/obj/structure/rack, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/machinery/door/window/southright{ + dir = 4; + name = "EVA Equipment" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"xcF" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"xcG" = ( +/obj/machinery/recharge_station, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"xcU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/northwest, +/obj/structure/closet/secure_closet/brig, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prisonershuttle) +"xcV" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/library/abandoned) +"xdb" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"xdo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluefull" + }, +/area/turret_protected/aisat_interior) +"xds" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/range) +"xdz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel, +/area/crew_quarters/hor) +"xdB" = ( +/obj/machinery/processor{ + desc = "A machine used to process slimes and retrieve their extract."; + name = "Slime Processor" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"xdE" = ( +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/obj/machinery/newscaster{ + pixel_x = -32; + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"xdP" = ( +/obj/structure/bed/roller, +/mob/living/carbon/human/monkey, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/medical/virology) +"xdT" = ( +/obj/structure/chair/comfy/brown, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"xdX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/medical/research{ + name = "Research Division" + }) +"xed" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"xek" = ( +/obj/machinery/power/smes, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/warning_stripes/eastnorthwest, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/electrical) +"xen" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/folder{ + pixel_x = -4 + }, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"xex" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/wood, +/area/library/abandoned) +"xeE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/library) +"xeK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Toxins Storage"; + req_access_txt = "8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"xeP" = ( +/obj/machinery/door/window/brigdoor{ + name = "Creature Pen" + }, +/obj/machinery/door/window/brigdoor{ + dir = 8; + name = "Creature Pen" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"xeQ" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/atmos) +"xeT" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/assembly/robotics) +"xfd" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"xfo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/walllocker/emerglocker{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"xfr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/permabrig) +"xfy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/medical{ + autoclose = 0; + frequency = 1379; + icon_state = "door_locked"; + id_tag = "viro_lab_airlock_exterior"; + locked = 1; + name = "Virology Lab External Airlock"; + req_access_txt = "39" + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + layer = 3.6; + master_tag = "viro_lab_airlock_control"; + name = "Virology Lab Access Button"; + pixel_x = -24; + req_access_txt = "39" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"xfE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"xfH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"xfR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"xfT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/bridge/vip) +"xfV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"xfX" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/item/twohanded/required/kirbyplants, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"xgb" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"xgc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/range) +"xgm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"xgu" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/flashlight/lamp/green{ + on = 0; + pixel_x = -3; + pixel_y = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"xgy" = ( +/obj/machinery/gateway{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"xgz" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/ne) +"xgF" = ( +/obj/machinery/vending/cigarette/free, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/security/detectives_office) +"xgP" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/medical/medbay) +"xgY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"xhi" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"xhn" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"xhp" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "cloninglab" + }, +/obj/structure/window/reinforced/polarized{ + id = "cloninglab" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "cloninglab" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "cloninglab" + }, +/turf/simulated/floor/plating, +/area/medical/genetics_cloning) +"xhy" = ( +/obj/machinery/turretid/lethal{ + check_synth = 1; + name = "AI Chamber Turret Control"; + pixel_x = -2; + pixel_y = 28; + req_access_txt = "75" + }, +/obj/machinery/camera{ + c_tag = "Minisat AI Core Centre"; + network = list("Minisat","SS13") + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door_control{ + id = "ai1"; + name = "Turret Hallway Shutters Control"; + pixel_x = -8; + pixel_y = 40 + }, +/obj/machinery/door_control{ + id = "ai2"; + name = "Turret AI Core Shutters Control"; + pixel_x = 8; + pixel_y = 40 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"xhC" = ( +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/se) +"xhK" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба содержит газ для обработки и после возвращает его обратно в трубу смешивания"; + name = "Труба обработки" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/atmos) +"xhR" = ( +/obj/machinery/shieldwallgen, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/teleporter) +"xhV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"xik" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/sleeper) +"xit" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/locker) +"xiu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/security/detectives_office) +"xiz" = ( +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/engine/aienter) +"xiA" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/crew_quarters/courtroom) +"xiB" = ( +/obj/machinery/computer/prisoner{ + req_access = null; + req_access_txt = "2" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"xiC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/wall, +/area/crew_quarters/fitness) +"xiE" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/brig) +"xiH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"xiR" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"xjd" = ( +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel, +/area/bridge/vip) +"xji" = ( +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"xjj" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/medbay) +"xjl" = ( +/obj/structure/morgue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"xjm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/xenozoo) +"xjr" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + name = "Труба турбины" + }, +/turf/space, +/area/space/nearstation) +"xjw" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/chapel/office) +"xjZ" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Cyborg" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"xkm" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/secondary/exit) +"xkY" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/security/podbay) +"xlq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"xlF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/civilian/pet_store) +"xlL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"xlP" = ( +/obj/structure/sink/kitchen{ + dir = 8; + pixel_x = 12 + }, +/turf/simulated/floor/wood, +/area/maintenance/bar) +"xlY" = ( +/obj/machinery/door/window/westleft{ + dir = 1; + name = "Robotic Delivery"; + req_access_txt = "29" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/assembly/robotics) +"xmf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"xmh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"xmo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Internal Affairs Office South"; + dir = 1; + network = list("SS13","Security") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"xmw" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securearmoury) +"xmM" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"xne" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/east, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"xnf" = ( +/turf/simulated/wall, +/area/engine/engineering/monitor) +"xnm" = ( +/obj/structure/chair/office/light{ + dir = 4; + pixel_y = 3 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/medical/psych) +"xno" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"xnx" = ( +/turf/simulated/wall, +/area/lawoffice) +"xnC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining{ + name = "Mining Dock"; + req_access_txt = "48" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"xnD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay) +"xnH" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"xnM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"xnO" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple"; + tag = "icon-whitepurple (EAST)" + }, +/area/toxins/misc_lab) +"xnT" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Exp_lockdown"; + name = "Expedition Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/gateway) +"xnX" = ( +/turf/simulated/wall/r_wall, +/area/security/reception) +"xoj" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id_tag = "rdprivacy"; + name = "Research Director Office Shutters"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/crew_quarters/hor) +"xol" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/brig) +"xon" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/computer/aifixer, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/hor) +"xou" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/showcase, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/warden) +"xoK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"xoP" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/fitness) +"xpj" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/aft) +"xpr" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/processing) +"xpv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"xpx" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"xpz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/processing) +"xpD" = ( +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"xpQ" = ( +/obj/effect/landmark/start{ + name = "Coroner" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"xpU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay3) +"xpW" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/reception) +"xqb" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/securehallway) +"xqc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/fore) +"xqg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + tag = "icon-pipe-j1 (EAST)" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"xqm" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Virology"; + name = "Virology Shutters" + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"xqr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Brig_lockdown"; + name = "Brig Lockdown"; + opacity = 0 + }, +/obj/structure/spacepoddoor{ + luminosity = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"xqu" = ( +/turf/simulated/wall/r_wall, +/area/security/range) +"xqC" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"xqJ" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"xqW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/prisonershuttle) +"xqX" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/checkpoint) +"xqY" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/securehallway) +"xrn" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/medical/psych) +"xrx" = ( +/obj/machinery/light/small, +/mob/living/simple_animal/mouse/brown, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"xrA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/maintenance/fsmaint) +"xrC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/xenozoo) +"xsa" = ( +/obj/machinery/door/window{ + base_state = "right"; + icon_state = "right"; + name = "Core Modules"; + req_access_txt = "20" + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/aiModule/crewsimov, +/obj/item/aiModule/freeformcore, +/obj/item/aiModule/corp, +/obj/item/aiModule/paladin, +/obj/item/aiModule/robocop, +/obj/structure/table/glass, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"xsc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"xsj" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/engine/engineering) +"xsl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"xsv" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/robotics_cyborgs{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/clipboard, +/obj/item/toy/figure/roboticist, +/obj/machinery/door_control{ + id = "RoboDesk"; + name = "Robotics Desc Privacy Shutters Control"; + pixel_x = 24; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple"; + tag = "icon-whitepurple (SOUTHWEST)" + }, +/area/assembly/robotics) +"xsI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/secondary/exit) +"xsK" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"xsS" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/obj/machinery/camera{ + c_tag = "Brig Labor Camp Airlock North"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/prisonershuttle) +"xtb" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Virologist" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/virology/lab) +"xte" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/sleeper) +"xtj" = ( +/obj/structure/lattice, +/turf/simulated/wall/r_wall, +/area/construction/hallway) +"xts" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/machinery/atmospherics/unary/tank/air, +/turf/simulated/floor/plating, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"xtw" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/toxins/mixing) +"xtz" = ( +/obj/effect/decal/warning_stripes/south, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 26 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"xtH" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"xtL" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"xtO" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start{ + name = "Detective" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/security/detectives_office) +"xua" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/cult/archives, +/turf/simulated/floor/plating, +/area/library/abandoned) +"xuj" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/chapel/main) +"xun" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/crew_quarters/fitness) +"xuq" = ( +/obj/machinery/power/port_gen/pacman, +/obj/effect/decal/warning_stripes/southeast, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"xus" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"xut" = ( +/obj/machinery/door/poddoor{ + id_tag = "ToxinsVenting"; + name = "Toxins Venting Bay Door"; + use_power = 0 + }, +/turf/simulated/floor/engine/insulated/vacuum, +/area/toxins/mixing) +"xuv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/central/south) +"xux" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "lawyer"; + name = "Internal Affairs Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/lawoffice) +"xuA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Local Armory"; + req_access_txt = "1" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/armoury) +"xuF" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "lawyer"; + name = "Internal Affairs Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/lawoffice) +"xuG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"xuK" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Kitchen Dinner Windows"; + name = "Kitchen Shutters" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/item/clothing/head/cakehat, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"xuL" = ( +/obj/machinery/newscaster{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"xuX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/hardsuitstorage) +"xva" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"xvh" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/permabrig) +"xvo" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/chair/office/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cmo" + }, +/area/medical/cmo) +"xvs" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/reagent_containers/spray/cleaner/drone, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/turret_protected/aisat) +"xvt" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"xvv" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/suit/leathercoat, +/obj/item/clothing/head/fedora, +/obj/item/clothing/under/blacktango, +/obj/item/clothing/head/bowlerhat, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/cabin1) +"xvy" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "First Surgery Window"; + name = "Surgery Shutters" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/medical/surgery1) +"xvB" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/apc_electronics, +/obj/item/airlock_electronics, +/obj/item/firelock_electronics, +/obj/item/firealarm_electronics, +/obj/item/airalarm_electronics, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"xvG" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/turret_protected/aisat) +"xvO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/landmark/start{ + name = "Chaplain" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"xvX" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/turret_protected/aisat) +"xwc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/obj/effect/landmark/start{ + name = "Warden" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"xwd" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/machinery/light_switch{ + pixel_x = 26; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/toxins/mixing) +"xwf" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/bombcloset, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/toxins/mixing) +"xwq" = ( +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/plating, +/area/toxins/storage) +"xwt" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/chem_master, +/obj/structure/window/plasmareinforced, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/engine, +/area/toxins/misc_lab) +"xwx" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"xwF" = ( +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior 13"; + dir = 8; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/construction/hallway) +"xwM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/lobby) +"xwO" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaCellsLockdown"; + name = "Perma Cells Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"xwV" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"xwW" = ( +/obj/structure/bookcase, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/wood, +/area/library/abandoned) +"xwX" = ( +/obj/machinery/suit_storage_unit/captain, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/wood, +/area/crew_quarters/captain/bedroom) +"xxb" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/table, +/obj/item/flashlight, +/obj/item/reagent_containers/spray/cleaner, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"xxi" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/east) +"xxk" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/transfer_valve{ + pixel_x = 8; + pixel_y = -6 + }, +/obj/item/transfer_valve{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/transfer_valve{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/item/transfer_valve{ + pixel_x = 2 + }, +/obj/item/transfer_valve{ + pixel_y = 2 + }, +/obj/item/transfer_valve{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/transfer_valve{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/transfer_valve{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"xxx" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/interrogation) +"xxy" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"xxC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/primary/fore) +"xxF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/podbay) +"xxG" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"xxI" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"xxJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/toxins/mixing) +"xxK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"xyi" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/fitness) +"xyp" = ( +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/obj/structure/sign/directions/medical, +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 8 + }, +/turf/simulated/wall, +/area/crew_quarters/courtroom) +"xyJ" = ( +/obj/machinery/teleport/hub, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"xyK" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/engine/insulated/vacuum, +/area/toxins/mixing) +"xyS" = ( +/obj/machinery/computer/teleporter, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"xyU" = ( +/obj/machinery/camera{ + c_tag = "Chapel Backroom"; + dir = 8 + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"xyW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/prison/cell_block/A) +"xza" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/library) +"xzg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/fsmaint) +"xzi" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2 (EAST)" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/securehallway) +"xzk" = ( +/obj/structure/bookcase, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/obj/item/book/manual/sop_general, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/security_space_law, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"xzo" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"xzw" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Janitor Maintenance"; + req_access_txt = "26" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/janitor) +"xzK" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/computer/area_atmos, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"xAb" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "execution" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "execution" + }, +/obj/structure/window/reinforced/polarized{ + id = "execution" + }, +/turf/simulated/floor/plating, +/area/security/execution) +"xAj" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"xAp" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 26 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"xAs" = ( +/obj/structure/window/reinforced, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/space/nearstation) +"xAu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"xAB" = ( +/turf/simulated/wall, +/area/security/armoury) +"xAH" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/ai_monitored/storage/eva) +"xAO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/miningdock) +"xAV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/brig) +"xBo" = ( +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/library) +"xBx" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "magistrate"; + name = "Magistrate Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/magistrateoffice) +"xBC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/kitchen) +"xBE" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "ai_inner"; + locked = 1; + name = "MiniSat External Access"; + req_one_access_txt = "75;13;19;32" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction/hallway) +"xBS" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/hardsuitstorage) +"xBT" = ( +/obj/structure/lattice, +/obj/structure/transit_tube{ + icon_state = "E-SW"; + tag = "icon-E-SW" + }, +/turf/space, +/area/space/nearstation) +"xCj" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/showcase{ + layer = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/turret_protected/aisat) +"xCt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/execution) +"xCD" = ( +/obj/machinery/mass_driver{ + dir = 8; + id_tag = "toxinsdriver" + }, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"xCP" = ( +/obj/structure/lattice, +/obj/structure/transit_tube{ + icon_state = "W-SE"; + tag = "icon-W-SE" + }, +/turf/space, +/area/space/nearstation) +"xCQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"xDk" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/cobweb, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plating, +/area/library/abandoned) +"xDp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"xDv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/medical/research/shallway) +"xDB" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"xDD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/research/shallway) +"xDG" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/toxins/explab) +"xDL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Primary Security Hallway" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/starboard/east) +"xDU" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"xEf" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/machine{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/firstaid/machine{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/firstaid/machine, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/assembly/robotics) +"xEr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat) +"xEA" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTHWEST)" + }, +/area/medical/research/restroom) +"xEF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/medical/surgery1) +"xEM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/lobby) +"xEP" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Port Hallway Middle"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/west) +"xFd" = ( +/obj/effect/decal/warning_stripes/north, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"xFk" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/machinery/ai_slipper, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/turret_protected/ai) +"xFp" = ( +/obj/structure/morgue, +/obj/effect/decal/warning_stripes/north, +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"xFr" = ( +/obj/structure/lattice, +/obj/structure/transit_tube{ + icon_state = "D-SW"; + tag = "icon-D-SW" + }, +/turf/space, +/area/space/nearstation) +"xFt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/aisat) +"xFw" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 11; + pixel_y = 13 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -4 + }, +/turf/simulated/floor/carpet, +/area/maintenance/fsmaint) +"xFF" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/cryo) +"xFL" = ( +/obj/structure/chair, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"xFN" = ( +/obj/machinery/computer/emergency_shuttle, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"xFU" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay3) +"xGa" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/hydroponics) +"xGf" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/turf/simulated/floor/plasteel{ + dir = 7; + icon_state = "yellow" + }, +/area/engine/engineering) +"xGk" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Transit Tube"; + req_one_access_txt = "32;19" + }, +/obj/machinery/door/poddoor{ + icon_state = "open"; + id_tag = "transitlock"; + name = "Transit Tube Blast Doors" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/aienter) +"xGB" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/security/reception) +"xGL" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"xGN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"xGX" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + desc = "Труба хранит в себе набор газов для смешивания"; + name = "Труба смешивания" + }, +/turf/space, +/area/space/nearstation) +"xHa" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/medical/morgue) +"xHb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/crew_quarters/chief) +"xHe" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/east) +"xHm" = ( +/obj/effect/landmark/battle_mob_point, +/turf/simulated/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/alphadeck) +"xHs" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/hallway/primary/aft) +"xHA" = ( +/obj/machinery/light, +/obj/structure/closet/gmcloset, +/obj/item/wrench, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/cable_coil/random{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/stack/cable_coil/random, +/obj/item/storage/firstaid/aquatic_kit/full, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/crew_quarters/bar) +"xHM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"xHR" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/toy/figure/ce, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/chief) +"xHS" = ( +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"xHT" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/securehallway) +"xHW" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay3) +"xHY" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/wardrobe/engineering_yellow, +/obj/machinery/light, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"xIm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint{ + name = "AI Maintenance" + }) +"xIo" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + dir = 1; + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Chemistry1"; + name = "Chemistry Privacy Shutter" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/medical/chemistry) +"xIw" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "medcabin2"; + name = "Patients Room" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/ward) +"xIB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"xIF" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/bed, +/obj/item/bedsheet/ce, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/chief) +"xIZ" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"xJf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/medical/research/shallway) +"xJj" = ( +/turf/simulated/wall/r_wall, +/area/security/customs) +"xJv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"xJC" = ( +/obj/structure/rack, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/northeast, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"xJH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + desc = "Труба содержит дыхательную смесь для подачи на станцию"; + dir = 4; + name = "Труба дыхательной смеси" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"xJK" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall/rust, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"xJW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"xKd" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/assembly/showroom) +"xKf" = ( +/obj/structure/dresser, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/chief) +"xKm" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "SecPilotPriv" + }, +/turf/simulated/floor/plating, +/area/security/podbay) +"xKp" = ( +/obj/structure/table, +/obj/item/taperecorder, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/processing) +"xKq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/field/generator, +/turf/simulated/floor/plasteel, +/area/storage/secure) +"xKu" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/medical/research/nhallway) +"xKw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "bluefull" + }, +/area/bridge/checkpoint/south) +"xKC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/sleeper) +"xKE" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "psychoffice"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/psych) +"xKF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/gambling_den) +"xKH" = ( +/obj/structure/closet/secure_closet/engineering_chief, +/obj/machinery/camera{ + c_tag = "Chief Engineer's Quarters"; + network = list("Engineering","SS13") + }, +/obj/machinery/light_switch{ + pixel_x = 26; + pixel_y = 26 + }, +/obj/machinery/door_control{ + id = "ceprivacy"; + name = "Privacy Shutters"; + pixel_x = 24 + }, +/obj/effect/decal/warning_stripes/northwest, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/obj/item/megaphone, +/turf/simulated/floor/plasteel, +/area/crew_quarters/chief) +"xKL" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 27 + }, +/obj/structure/cable, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"xKP" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"xKT" = ( +/obj/structure/lattice, +/obj/structure/transit_tube{ + icon_state = "NW-SE" + }, +/turf/space, +/area/space/nearstation) +"xLa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance{ + name = "Teleporter Maintenance"; + req_access_txt = "17" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/maintenance/maintcentral) +"xLj" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/closet/radiation, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"xLB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/execution) +"xLG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/crew_quarters/locker) +"xLH" = ( +/turf/simulated/wall/rust, +/area/maintenance/fsmaint) +"xLJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/light, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/permabrig) +"xLL" = ( +/obj/structure/window/reinforced, +/obj/structure/closet/coffin, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"xLM" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/gray, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"xLU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"xLY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"xMc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/medical/research/nhallway) +"xMd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"xMf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"xMh" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/quartermaster/office) +"xMi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/south) +"xMs" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/disposal, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/engineering/monitor) +"xMC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"xME" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"xMX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/sortjunction{ + name = "Engineering Junction"; + sortType = 4 + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"xNa" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/hallway/secondary/exit) +"xNb" = ( +/obj/structure/table/glass, +/obj/item/folder/blue, +/obj/item/radio/intercom{ + pixel_y = 28 + }, +/obj/item/clothing/glasses/hud/health, +/obj/item/stamp/cmo, +/turf/simulated/floor/plasteel, +/area/medical/cmo) +"xNt" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/secure_closet/engineering_personal, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/engine/engineering) +"xNu" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/atmospherics/unary/portables_connector{ + layer = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/toxins/mixing) +"xNy" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/obj/machinery/camera{ + c_tag = "Virology Main Hall"; + dir = 9; + network = list("Medical","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen"; + tag = "icon-whitegreen (EAST)" + }, +/area/medical/virology) +"xOk" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/cans/beer{ + pixel_x = -4 + }, +/obj/item/reagent_containers/food/drinks/cans/beer{ + pixel_x = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/brigstaff) +"xOq" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/unary/cold_sink/freezer{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"xOx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + desc = "Труба служит для подачу горючей смеси в турбину для её работы"; + dir = 4; + name = "Труба турбины" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/atmos) +"xOy" = ( +/turf/simulated/wall, +/area/medical/virology) +"xOD" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellowcorner" + }, +/area/medical/chemistry) +"xOM" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"xOP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/sleep) +"xOX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/medical/glass{ + id_tag = ""; + name = "Staff Room"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/ward) +"xPa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/bridge/checkpoint/south) +"xPe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/research{ + name = "Toxin Test Firing Range"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"xPg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/starboard/east) +"xPm" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_y = 2 + }, +/obj/item/stock_parts/cell/high, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/chief) +"xPq" = ( +/obj/machinery/camera{ + c_tag = "Port Hallway South"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/port/west) +"xPw" = ( +/obj/machinery/light/small, +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 8; + frequency = 1465; + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"xPL" = ( +/obj/structure/table/wood, +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/obj/item/storage/briefcase, +/obj/item/storage/secure/briefcase, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"xPP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"xPY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/toxins/mixing) +"xQb" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/chapel/main) +"xQd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"xQi" = ( +/obj/structure/bookcase, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"xQj" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/vending/wallmed{ + pixel_x = 26 + }, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"xQt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"xQv" = ( +/obj/machinery/camera{ + c_tag = "Command Meeting Room"; + dir = 1 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"xQx" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/item/paper_bin, +/obj/item/pen/fancy, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"xQz" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/reagent_containers/food/drinks/bottle/whiskey, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/turf/simulated/floor/wood, +/area/blueshield) +"xQB" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/sop_science, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/storage/belt/utility, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 28 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"xQE" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/chapel/main) +"xQG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/aft) +"xQH" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/structure/closet/l3closet, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/biostorage) +"xQM" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/prisonershuttle) +"xQS" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"xQW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"xQY" = ( +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"xQZ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/medical/research/nhallway) +"xRq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/sw) +"xRC" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/podbay) +"xRL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/mob/living/simple_animal/mouse/brown, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"xRU" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/medical/virology/lab) +"xRX" = ( +/obj/structure/table/glass, +/obj/machinery/vending/wallmed{ + layer = 3.3; + name = "Emergency NanoMed"; + pixel_y = -32 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Chief Medical Officer's Office" + }, +/turf/simulated/floor/plasteel, +/area/medical/cmo) +"xSf" = ( +/turf/simulated/wall/r_wall, +/area/toxins/server) +"xSn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"xSG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"xSP" = ( +/obj/machinery/r_n_d/server/core, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuit"; + name = "Mainframe Floor"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/toxins/server) +"xTb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"xTd" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/construction/hallway) +"xTh" = ( +/obj/machinery/camera{ + c_tag = "Server Room"; + dir = 8; + network = list("SS13","Research") + }, +/obj/machinery/atmospherics/unary/vent_pump{ + external_pressure_bound = 140; + external_pressure_bound_default = 140; + name = "server vent"; + on = 1; + pressure_checks = 0 + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuit"; + name = "Mainframe Floor"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/toxins/server) +"xTn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/security{ + name = "Detective"; + req_access = null; + req_access_txt = "4" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/security/detectives_office) +"xTp" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/lobby) +"xTJ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/security/reception) +"xTL" = ( +/obj/effect/decal/warning_stripes/southwest, +/obj/structure/closet/secure_closet/brig, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prisonershuttle) +"xUv" = ( +/obj/machinery/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple"; + tag = "icon-whitepurple (SOUTHWEST)" + }, +/area/medical/genetics) +"xUz" = ( +/obj/structure/table/reinforced, +/obj/item/crowbar, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"xUA" = ( +/obj/item/radio/intercom{ + pixel_x = 28; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/brig) +"xUD" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/construction/hallway) +"xUL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"xUN" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/aft) +"xUP" = ( +/turf/simulated/wall/r_wall, +/area/security/securehallway) +"xUR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"xUV" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/aft) +"xUX" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/gray, +/turf/simulated/floor/plating, +/area/library/abandoned) +"xVr" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"xVs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay3) +"xVY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"xWh" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"xWm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/door/airlock/public/glass{ + id_tag = "KPPN" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "eslock"; + name = "Escape Shuttle Lockdown" + }, +/turf/simulated/floor/plasteel, +/area/bridge/checkpoint/south) +"xWn" = ( +/obj/structure/table/reinforced, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/item/razor, +/obj/machinery/camera{ + c_tag = "Barber Shop" + }, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"xWr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/wall/r_wall, +/area/turret_protected/ai) +"xWx" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/medical/morgue) +"xWJ" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/sleep) +"xWS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"xWZ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/warden) +"xXf" = ( +/obj/effect/decal/warning_stripes/east, +/obj/structure/table/glass, +/obj/effect/decal/warning_stripes/northwestcorner, +/obj/item/reagent_containers/food/snacks/sliceable/braincake, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/medical/research/restroom) +"xXi" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/medical/research{ + name = "Research Division" + }) +"xXm" = ( +/obj/structure/morgue, +/obj/effect/decal/warning_stripes/south, +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/medical/morgue) +"xXq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"xXs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"xXu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/maintenance/gambling_den) +"xXA" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/main) +"xXC" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Armory"; + req_access_txt = "1"; + security_level = 1 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ArmorySecAccess"; + name = "Armory Security Shutters" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "ArmoryLock"; + name = "Armory Lockdown"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"xXP" = ( +/obj/structure/dresser, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"xXV" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/hallway/secondary/entry/lounge) +"xXZ" = ( +/obj/machinery/door_control{ + id = "ArmorySecAccess"; + name = "Armory Security Access Control"; + pixel_x = -7; + pixel_y = -2; + req_access_txt = "3" + }, +/obj/machinery/door_control{ + id = "ArmorySec"; + name = "Armory Security Window Control"; + pixel_x = 8; + pixel_y = -2; + req_access_txt = "3" + }, +/turf/simulated/wall/r_wall, +/area/security/securearmoury) +"xYa" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/pill/fakedeath{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/item/reagent_containers/food/pill/morphine{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/item/reagent_containers/syringe{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/reagent_containers/syringe/capulettium_plus{ + pixel_x = -3; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"xYg" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/medical/medbay3) +"xYh" = ( +/obj/structure/closet/crate/internals, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/emergency_oxygen/engi, +/obj/item/tank/emergency_oxygen/engi, +/obj/item/tank/emergency_oxygen/engi, +/obj/item/tank/emergency_oxygen/engi, +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"xYn" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/item/book/manual/security_space_law, +/turf/simulated/floor/carpet, +/area/lawoffice) +"xYp" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"xYq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain/bedroom) +"xYt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark"; + temperature = 80 + }, +/area/toxins/xenobiology) +"xYw" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"xYy" = ( +/obj/structure/table/wood, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/briefcase, +/turf/simulated/floor/wood, +/area/medical/psych) +"xYF" = ( +/obj/machinery/door/airlock/external{ + hackProof = 1; + id_tag = "emergency_home"; + name = "Escape Airlock" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"xYM" = ( +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/medical/psych) +"xYU" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/reception) +"xZc" = ( +/turf/simulated/floor/wood, +/area/library/abandoned) +"xZk" = ( +/obj/structure/morgue, +/obj/effect/decal/warning_stripes/south, +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"xZm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/hallway/secondary/entry/commercial) +"xZs" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/security/main) +"xZu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"xZv" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain/bedroom) +"xZw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain/bedroom) +"xZQ" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Cargo Office Windows"; + name = "Cargo Office Shutters" + }, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"xZR" = ( +/turf/simulated/wall, +/area/security/main) +"xZT" = ( +/obj/machinery/light, +/obj/machinery/vending/snack, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/se) +"yae" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/scrubber, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "escape" + }, +/area/crew_quarters/locker) +"yah" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/brigstaff) +"yai" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Service Foyer" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/crew_quarters/serviceyard) +"yak" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Head of Security's Office" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"yal" = ( +/obj/machinery/status_display, +/turf/simulated/shuttle/wall{ + icon_state = "swall13" + }, +/area/shuttle/escape{ + parallax_movedir = 2 + }) +"yap" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/vomit, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"yaz" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/fsmaint) +"yaN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/fore) +"ybx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/captain/bedroom) +"ybC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"ybH" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/construction/hallway) +"ybL" = ( +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/crowbar, +/obj/item/clothing/mask/gas, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/explab) +"ybN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"ybR" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"ybT" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"ybU" = ( +/obj/structure/grille, +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"ybW" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/wood, +/area/security/hos) +"ycj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/securehallway) +"ycn" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/asmaint2) +"ycr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/prisonershuttle) +"ycx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"ycE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) +"ycJ" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/obj/machinery/door/window/eastright{ + dir = 8; + name = "Internal Affairs Desk"; + req_access_txt = "38" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "lawyer"; + name = "Internal Affairs Privacy Shutters"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"ycP" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/engine, +/area/toxins/misc_lab) +"ycU" = ( +/obj/machinery/door_control{ + desiredstate = 1; + id = "cabin4"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/cabin4) +"ycV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"ydg" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "BridgeLockdown"; + name = "Bridge Lockdown" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/bridge) +"ydj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=A27"; + location = "A26" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/se) +"ydv" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/closet/l3closet/scientist, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"ydB" = ( +/obj/structure/table/wood, +/obj/item/paper/deltainfo, +/turf/simulated/floor/wood, +/area/library/abandoned) +"ydL" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/prize_counter, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/fitness) +"ydO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/toxins/xenobiology) +"ydS" = ( +/turf/simulated/wall, +/area/crew_quarters/courtroom) +"yem" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/south) +"yeA" = ( +/obj/structure/curtain/open/shower, +/obj/structure/sink{ + dir = 4; + pixel_x = 12 + }, +/obj/structure/cable, +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/surgery1) +"yeB" = ( +/obj/effect/landmark/start{ + name = "Cyborg" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"yeE" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/fitness) +"yeI" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/bridge/vip) +"yeK" = ( +/obj/machinery/door/poddoor{ + id_tag = "chapelgun"; + name = "Chapel Launcher Door"; + protected = 0 + }, +/obj/effect/decal/warning_stripes/south, +/obj/effect/decal/warning_stripes/north, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/chapel/main) +"yeL" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"yeN" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "PermaLockdown"; + name = "Perma Lockdown" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"yff" = ( +/obj/machinery/bodyscanner, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"yfm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"yfp" = ( +/obj/machinery/pipedispenser, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/warning_stripes/eastsouthwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/electrical) +"yfs" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/library/abandoned) +"yfD" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel, +/area/bridge/vip) +"yfG" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"yfK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"yfQ" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Engineering Storage 2"; + dir = 6; + network = list("Engineering","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/hardsuitstorage) +"ygb" = ( +/turf/simulated/wall, +/area/hallway/secondary/exit) +"ygf" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 28 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"ygy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance{ + name = "Gambling Den" + }, +/obj/structure/barricade/wooden, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/gambling_den) +"ygC" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/ai_monitored/storage/eva) +"ygD" = ( +/obj/machinery/dnaforensics, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/security/detectives_office) +"ygK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/port) +"ygQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"ygS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/research/restroom) +"yhc" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/chapel/main) +"yhz" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/port{ + name = "Brig Maintenance" + }) +"yhA" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/brig) +"yhG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay) +"yhL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/security/hos) +"yhO" = ( +/obj/machinery/light/small, +/obj/effect/decal/warning_stripes/southwest, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"yhS" = ( +/obj/structure/sign/securearea, +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall/r_wall, +/area/toxins/mixing) +"yhX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/starboard{ + name = "Engineering Maintenance" + }) +"yhY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/server) +"yhZ" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"yio" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/gateway) +"yiu" = ( +/obj/machinery/porta_turret, +/turf/simulated/floor/bluegrid, +/area/turret_protected/aisat) +"yiA" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/construction/hallway) +"yiC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/hallway/primary/central/sw) +"yiZ" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/chapel/main) +"yjn" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/south, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/turf/simulated/floor/plating, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"yjo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"yjq" = ( +/obj/structure/table/reinforced, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/lab) +"yjv" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/construction/hallway) +"yjA" = ( +/obj/structure/particle_accelerator/particle_emitter/left{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"yjC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/bluegrid{ + icon_state = "dark"; + name = "Mainframe Floor"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/toxins/server) +"yjD" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Detective's Office"; + dir = 1; + network = list("SS13","Security") + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/security/detectives_office) +"yjG" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"yjJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"ykg" = ( +/turf/simulated/wall/r_wall, +/area/security/prison/cell_block/A) +"yko" = ( +/obj/machinery/optable, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/autopsy_scanner, +/obj/item/scalpel, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/medical/morgue) +"ykx" = ( +/turf/simulated/wall/r_wall, +/area/assembly/robotics) +"yky" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/closet/secure_closet/security, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/security/customs) +"ykz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1379; + id_tag = "robotics_solar_pump" + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "robotics_solar_airlock"; + pixel_y = -25; + req_access_txt = "13"; + tag_airpump = "robotics_solar_pump"; + tag_chamber_sensor = "robotics_solar_sensor"; + tag_exterior_door = "robotics_solar_outer"; + tag_interior_door = "robotics_solar_inner" + }, +/obj/machinery/airlock_sensor{ + id_tag = "robotics_solar_sensor"; + pixel_x = 12; + pixel_y = -25 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"ykI" = ( +/obj/structure/cable, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "Interrogation" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "Interrogation" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "Interrogation" + }, +/obj/structure/window/reinforced/polarized{ + id = "Interrogation" + }, +/turf/simulated/floor/plating, +/area/security/interrogation) +"ykR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/command{ + name = "Server Room"; + req_access = null; + req_access_txt = "30" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/server) +"ykW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/turret_protected/aisat) +"ylm" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/soviet, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/maintenance/fsmaint) +"ylo" = ( +/obj/machinery/door_control{ + desiredstate = 1; + id = "Perma22"; + name = "Third Cell Perma Bolts"; + normaldoorcontrol = 1; + pixel_x = 38; + pixel_y = 24; + req_access_txt = "2"; + specialfunctions = 4 + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "Perma21"; + name = "Third Cell Brig Bolts"; + normaldoorcontrol = 1; + pixel_x = 26; + pixel_y = 24; + req_access_txt = "2"; + specialfunctions = 4 + }, +/obj/machinery/flasher_button{ + id = "Perma2"; + layer = 4; + name = "Prison Flasher"; + pixel_x = 32; + pixel_y = 32 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/security/permabrig) +"ylv" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"ylx" = ( +/turf/space, +/area/shuttle/gamma/station) +"ylF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"ylJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"ylM" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"ylQ" = ( +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/primary/aft) +"ylW" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2{ + name = "Tourist Area Maintenance" + }) + +(1,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(2,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(3,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(4,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(5,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(6,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(7,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(8,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(9,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(10,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(11,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(12,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(13,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uAX +aaa +aaa +aaa +uAX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(14,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uAX +aaa +vAm +aaa +uAX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(15,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +xtj +oTI +bdu +wjF +xtj +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(16,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +rTH +bvh +abj +bvh +bvh +abj +bvh +bvh +uAX +tOj +heT +tOj +uAX +bvh +bvh +abj +bvh +bvh +abj +bvh +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(17,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +jlK +vAr +dse +dse +vAr +dse +dse +cZL +uYS +bRE +yjv +lwR +dse +vAr +dse +vAr +dse +vAr +jlK +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(18,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +qUR +dYa +vfa +vfa +dxQ +vfa +uZd +vfa +bRE +bRE +bRE +vfa +uZd +vfa +dxQ +vfa +vfa +mrV +bXR +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(19,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +cgA +sOt +dtv +wKp +wob +wKp +jlK +daj +wgX +bRE +ybH +uWl +jlK +wob +wKp +wob +daj +sOt +bUT +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(20,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +bvh +abj +bvh +bvh +bvh +abj +bvh +bvh +bvh +abj +bvh +bvh +bvh +abj +bvh +bvh +bvh +aaa +aaa +aaa +aaa +aaa +aaa +bvh +qUR +sOt +bXR +abj +abj +abj +abj +qUR +yiA +bRE +xwF +bXR +abj +abj +abj +abj +qUR +sOt +bXR +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(21,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +bvh +abj +bvh +bvh +bvh +abj +bvh +jlK +vAr +dse +dse +vAr +dse +dse +vAr +dse +dse +vAr +dse +dse +dse +vAr +jlK +bvh +abj +bvh +bvh +bvh +aaa +aaa +iGw +cgA +sOt +bUT +aaa +abj +aaa +aaa +cvf +cvf +eGC +cvf +cvf +aaa +abj +aaa +abj +cgA +sOt +bUT +bvh +bvh +abj +bvh +bvh +abj +bvh +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(22,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +jlK +vAr +dse +vAr +dse +dse +vAr +cZL +dYa +evl +fkP +evl +evl +evl +evl +evl +evl +fkP +evl +evl +evl +mrV +dsq +dse +vAr +dse +vAr +abj +aaa +aaa +bvh +cgA +sOt +bUT +aaa +abj +aaa +cvf +cvf +yjn +uty +spv +cvf +cvf +abj +aaa +abj +cgA +sOt +dsq +dse +vAr +dse +vAr +dse +vAr +jlK +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(23,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +qUR +dlK +vfa +dxQ +vfa +vfa +vfa +vfa +dYy +ewS +iGo +fFm +dSb +wob +wob +wob +wob +wob +kfX +lin +mbc +diW +evl +fkP +evl +evl +mrV +bXR +abj +bvh +bvh +qUR +sOt +bXR +abj +abj +abj +cvf +xts +yjG +mwf +wkc +hMj +cvf +cvf +abj +abj +qUR +dmx +evl +evl +evl +fkP +evl +evl +dZj +bXR +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(24,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +cgA +bNR +wVe +iGo +wob +wob +iGo +dSb +wob +abj +abj +btd +btd +btd +btd +btd +btd +btd +dEP +dEP +iGw +iGo +wob +wob +wob +oJo +sOt +dsq +dse +dse +vAr +cZL +sOt +tSb +aaa +vtK +waQ +cvf +xtz +ylF +uwZ +mMz +wRU +cvf +cvf +ejD +abj +jlK +wob +wKp +wKp +wob +wKp +wob +daj +sOt +bUT +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(25,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +cgA +bNR +bUT +abj +aaa +aaa +btd +btd +btd +btd +btd +btd +bpo +bpo +bpo +bpo +bpo +btd +nsP +dEP +dEP +dEP +dEP +dEP +abj +oKs +diW +evl +evl +fkP +evl +evl +dYy +tSj +abj +dEP +dEP +cvf +xtL +sLl +yeB +bRx +bTs +cvf +dEP +dEP +wWk +abj +abj +abj +abj +abj +abj +abj +qUR +sOt +bXR +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(26,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +qUR +bNR +bXR +iGw +fXN +btd +btd +bpo +bpo +bpo +bpo +bpo +bpo +btd +btd +btd +bpo +btd +kgz +pIb +xHS +mth +xHS +dEP +dEP +abj +jiQ +wob +wob +wob +wob +wob +twU +abj +dEP +dEP +dEP +cvf +xuq +tjW +kVR +jDQ +bTt +cvf +dEP +dEP +dEP +dEP +dEP +dEP +aaa +abj +aaa +abj +cgA +sOt +bUT +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(27,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +cgA +bPT +bUT +abj +aaa +btd +bpo +bpo +btd +btd +btd +btd +btd +btd +hvg +btd +btd +btd +btd +btd +gxg +btd +xHS +nQv +dEP +dEP +dEP +dEP +dEP +dEP +dEP +dEP +dEP +dEP +dEP +vtR +xHS +wJC +xuL +uty +yeB +dcS +lfh +cxN +iDS +dEP +dEP +xIm +kEj +dEP +dEP +abj +aaa +abj +cgA +cwK +bUT +bvh +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(28,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +bvh +cgA +bNR +bUT +ccx +btd +btd +bpo +btd +btd +exV +flo +fFw +goS +gQS +sci +ieY +dTo +jqE +khy +dXH +pyO +btd +pIb +xHS +ftG +oKS +xHS +pIb +ftG +kgz +xHS +sEG +pIb +pIb +kgz +pIb +xHS +cvf +cvf +qXH +bPH +bSr +cvf +cvf +doZ +xHS +wJR +xHS +pIb +vNP +dEP +dEP +kNO +abj +qUR +sOt +tqu +abj +bvh +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(29,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +dew +bNR +bXR +abj +btd +bpo +bpo +btd +dYC +eyI +qBC +qBC +qBC +gRb +qBC +qBC +qBC +jqY +khY +liZ +eEK +btd +qni +qni +qni +qni +jCN +qni +uCM +qni +jCN +qni +qni +qni +qni +bJW +bJW +cvf +cvf +cvf +bRr +bTx +cvf +cvf +qrT +qrT +qrT +qrT +qrT +qrT +qrT +qrT +aaa +abj +hDH +fLw +eTv +lwR +jlK +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(30,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +jlK +cZL +uYS +cCD +dsq +abj +btd +bpo +btd +btd +dYO +ezj +sci +kPn +kPn +kPn +dqD +sci +dHx +jrq +btd +eBy +fGt +btd +qni +tFR +oIV +vFr +tFR +tFR +oIV +tFR +tFR +sEV +oIV +tFR +qni +bJW +waS +yiu +xvs +fKJ +uxy +bUD +yiu +xCj +qrT +qrT +qrT +hdx +vYr +nIa +qrT +qrT +qrT +llL +uYS +bRE +aof +yjv +bXR +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(31,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +qUR +cZQ +deA +bRE +dsw +bXR +btd +bpo +btd +dTl +dhS +cBK +mYA +rHq +gpE +gRY +dHA +igc +iDr +dQd +dYl +jlk +eoB +btd +qni +nQG +opF +oLb +wtk +wtk +wtk +wtk +wtk +wtk +wtk +tSD +qni +bJW +wbl +bTy +xvG +gjm +xFt +wna +bTy +obc +qrT +tQX +jfj +heF +pOg +jlj +qYG +qrT +qrT +qUR +wsK +bRE +uwP +ybH +bUT +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(32,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +cgA +wgX +dht +uTb +ybH +bXR +btd +bpo +btd +dTo +dhS +dQd +bXG +fGE +qKj +gSG +btd +btd +iFw +dPJ +cqM +ljn +eDD +xWr +mGx +rhX +rhX +jZL +rhX +rhX +rhX +rhX +rhX +sGz +nuj +rhX +uHl +vvz +wbx +tTR +tTR +qZG +vyN +kpV +xEr +sNY +qrT +qrT +vdz +pOg +cRz +qzl +uWG +qrT +qrT +qUR +wgX +uTb +uwP +ybH +bXR +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(33,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +qUR +wgX +bEm +bRE +dsQ +cHH +btd +bpo +btd +dTC +dhO +xFk +btd +cSF +cmx +bpm +cpd +btd +dJS +bwI +dra +dYj +bmr +qYr +oXx +oXx +nEP +xdo +nUs +oXx +qiU +oXx +nUs +sGJ +txk +oXx +oXx +vwq +lVO +lVO +bVO +qcd +bPM +bRy +bTA +bTA +wRH +dxt +wRH +iox +ceL +pXf +hKe +fIH +qrT +fKE +xUD +xTd +mpn +ybH +bUT +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(34,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +cgA +wgX +xjZ +uTb +ybH +bXR +btd +bpo +btd +dTo +dhS +eAm +btd +dhI +xhy +gbp +btd +bXG +iFO +dPT +bBg +cnY +wmD +tkg +bmp +owm +tYM +oLC +owm +owm +owm +owm +owm +sHI +owm +owm +uHu +pkE +bLO +rUs +rUs +ykW +uyQ +bTB +xEr +bVP +qrT +qrT +vdz +pOg +wek +qzl +mzI +mjG +qrT +qUR +wgX +uTb +uwP +ybH +bXR +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(35,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +qUR +dai +deW +bRE +dtd +bXR +btd +bpo +btd +dTM +dhS +cDD +ngy +fHi +dAB +cpb +pgv +oGg +iFS +dQd +dYl +eIw +muo +btd +qni +uGu +oqw +ihl +uUI +uUI +uUI +uUI +uUI +uUI +uUI +oAg +qni +bJW +pOP +jTa +xvX +tom +bSo +bRA +jTa +cjF +qrT +iXX +ceN +uGh +pOg +fpl +fBl +mjG +qrT +qUR +wsK +bRE +uwP +ybH +bUT +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(36,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +jlK +daj +dfo +cCD +dtv +abj +btd +bpo +btd +btd +dZh +eBv +sci +qBC +qBC +qBC +drM +sci +iGj +dQl +btd +eUc +pbg +btd +qni +tFR +oIV +iMk +tFR +tFR +oIV +tFR +tFR +sIS +oIV +tFR +qni +bJW +qbE +yiu +qrV +fTD +uAe +bTD +yiu +eds +qrT +qrT +qrT +hZa +eIX +fxz +qrT +qOo +qrT +llL +sFJ +bRE +wRz +dpQ +bXR +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(37,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +bEr +bNR +bXR +abj +btd +bpo +bpo +btd +cwF +dZh +dmX +kPn +kPn +dqr +kPn +kPn +kPn +dUc +kji +lkN +eEK +btd +qni +qni +qni +qni +jCN +qni +uCM +qni +jCN +qni +qni +qni +qni +bJW +bJW +cvg +cvg +cvg +sOI +bRC +cvg +cvg +qrT +qrT +qrT +qrT +qrT +qrT +qrT +iZq +ihB +abj +dUa +fLw +urA +uWl +jlK +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(38,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +bvh +cgA +bNR +bUT +ccx +btd +btd +bpo +btd +btd +cDH +bYa +fFw +gss +gSY +sci +dAK +iGM +dQn +bGq +lmG +pyO +btd +xHS +xHS +ftG +wPU +xHS +pIb +pIb +kgz +xHS +wPU +pIb +ftG +kgz +xHS +pIb +cvg +cvg +rLv +ybC +bRD +cvg +cvg +wTn +pIb +wJR +xHS +wlr +iEb +dEP +dEP +tKL +abj +qUR +sOt +wVe +abj +bvh +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(39,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +cgA +bPT +bUT +abj +aaa +btd +bpo +bpo +btd +btd +btd +btd +btd +btd +dsV +btd +btd +btd +btd +btd +gxg +btd +pIb +nRi +dEP +dEP +dEP +dEP +dEP +dEP +dEP +dEP +dEP +dEP +dEP +vwD +pIb +wJR +xxy +dns +uuK +wns +bTG +wJR +pIb +dEP +dEP +wmI +mXt +dEP +dEP +abj +aaa +abj +cgA +cwK +bUT +bvh +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(40,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +qUR +bNR +bXR +iGw +chW +btd +btd +bpo +bpo +bpo +bpo +bpo +bpo +btd +btd +btd +bpo +btd +xHS +ftG +pIb +wPU +xHS +dEP +dEP +abj +pjh +vAr +vAr +vAr +vAr +vAr +vAr +abj +dEP +dEP +dEP +cvg +xyJ +tst +teF +tDB +uKR +cvg +dEP +dEP +dEP +dEP +dEP +dEP +aaa +abj +aaa +abj +cgA +sOt +bUT +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(41,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +cgA +bNR +bUT +abj +aaa +aaa +btd +btd +btd +btd +btd +btd +bpo +bpo +bpo +bpo +bpo +btd +kjS +dEP +dEP +dEP +dEP +dEP +abj +qUR +dYa +vfa +vfa +dyk +vfa +vfa +mrV +bXR +abj +dEP +dEP +cvg +qKK +mcz +iAw +bVj +bTI +cvg +cvg +cvg +mwH +abj +abj +abj +abj +abj +abj +abj +qUR +sOt +bXR +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(42,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +cgA +bNR +dtA +dxZ +vAr +vAr +vAr +dTT +vAr +abj +abj +btd +btd +btd +btd +btd +btd +btd +dEP +dEP +abj +vAr +vAr +vAr +vAr +dew +bNR +uWl +wKp +wKp +wob +daj +sOt +bXR +aaa +vxh +wck +cvg +xyS +tst +teF +tDB +nxr +cvg +cvg +ufG +abj +jlK +vAr +dse +dse +vAr +dse +vAr +hDH +sOt +bUT +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(43,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +qUR +dmx +vfa +dyk +vfa +vfa +vfa +vfa +dZj +eER +dxZ +fHS +dTT +vAr +vAr +vAr +vAr +vAr +klv +dEZ +mbT +dYa +vfa +dyk +evl +vfa +pjr +bXR +bvh +bvh +abj +qUR +sOt +bXR +abj +abj +abj +cvg +xAp +tuZ +bQD +dPa +bTK +cvg +cvg +abj +abj +qUR +dlK +evl +evl +evl +fmC +evl +evl +pjr +bXR +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(44,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +jlK +wob +wKp +wob +wKp +wKp +wob +dUa +diW +evl +fmC +evl +evl +evl +evl +evl +evl +fmC +evl +evl +evl +dYy +uWl +wKp +wob +wKp +wob +abj +aaa +aaa +abj +cgA +sOt +bUT +aaa +abj +aaa +cvg +cvg +rOG +ybC +sCL +cvg +cvg +abj +aaa +abj +cgA +sOt +uWl +wKp +wob +wKp +wob +wKp +wob +jlK +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(45,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +bvh +bvh +abj +bvh +bvh +abj +jlK +wob +wKp +wKp +wob +wKp +wKp +wob +wKp +wKp +wob +wKp +wKp +wKp +wob +jlK +bvh +bvh +bvh +bvh +abj +aaa +aaa +bvh +cgA +sOt +bUT +aaa +abj +aaa +aaa +cvg +cvg +tgH +cvg +cvg +aaa +abj +aaa +abj +cgA +sOt +bUT +bvh +bvh +abj +bvh +bvh +abj +bvh +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(46,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bvh +bvh +abj +bvh +bvh +bvh +abj +bvh +bvh +bvh +abj +bvh +bvh +bvh +abj +bvh +bCI +aaa +aaa +aaa +aaa +aaa +aaa +bvh +qUR +sOt +bXR +abj +iGw +abj +abj +qUR +rsY +uNi +vpA +bXR +abj +abj +abj +abj +qUR +sOt +bXR +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(47,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +cgA +sOt +lwR +dse +vAr +dse +jlK +cZL +pUJ +gXh +ybH +lwR +jlK +vAr +dse +vAr +hDH +sOt +bUT +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(48,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +qUR +diW +vfa +vfa +dyk +vfa +wKA +vfa +uNi +bRE +bRE +vfa +wKA +vfa +dyk +vfa +vfa +dYy +bXR +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(49,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +jlK +wob +wKp +wKp +wob +wKp +wKp +daj +pUJ +bRE +ybH +uWl +wKp +wob +wKp +wob +wKp +wob +jlK +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(50,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +abj +abj +bvh +bvh +bvh +abj +qUR +jxQ +wWu +dsQ +bXR +abj +bvh +abj +bvh +bvh +abj +bvh +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(51,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +aaa +bvh +aaa +aaa +abj +aaa +aaa +cgA +nWK +uEP +ybH +bXR +aaa +bvh +aaa +abj +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +fps +fps +fps +fps +fps +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(52,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +abj +aaa +aaa +abj +gum +gum +xAs +mzX +uNi +ybH +bXR +aaa +bvh +aaa +bvh +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +fps +fps +gOO +hRY +gOO +fps +fps +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +mQL +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(53,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +bCI +abj +abj +acF +vxO +wcl +wLE +xBE +puA +uOm +ybH +bXR +abj +abj +abj +bvh +bvh +abj +bvh +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +fps +fps +gOO +gOO +rFb +gOO +gOO +fps +fps +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(54,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +bCI +aaa +acF +aaa +gum +gum +gum +sAI +uNi +ufn +bXR +aaa +bvh +aaa +bvh +aaa +abj +aaa +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +fps +fps +naD +gOO +quy +lqn +vNE +gOO +naD +fps +fps +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(55,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +abj +abj +acF +abj +abj +abj +qVm +muS +kmU +bRO +kWh +abj +bvh +abj +abj +abj +bvh +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +fps +fps +quy +lqn +lqn +mal +gOO +rDp +lqn +lqn +vNE +fps +fps +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(56,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +bCI +aaa +acF +aaa +bvh +aaa +xBT +kXY +uOJ +jXW +wVA +aaa +bvh +aaa +aaa +aaa +abj +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +fps +fps +gOO +oFX +gOO +gOO +gOO +gOO +gOO +gOO +gOO +tni +gOO +fps +fps +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(57,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +bCI +abj +bCI +bCI +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +bCI +abj +acF +abj +bvh +abj +vns +abj +tKX +abj +vns +abj +bvh +bvh +abj +abj +bCI +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +fps +fps +gOO +gOO +oFX +gOO +gOO +njv +nzh +rvn +gOO +gOO +tni +gOO +gOO +fps +fps +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(58,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +bCI +abj +bCI +bCI +aaa +abj +aaa +abj +aaa +bCI +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +abj +aaa +acF +aaa +bvh +aaa +xCP +tID +tKX +uoI +cjl +aaa +abj +aaa +aaa +aaa +bCI +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +fps +gOO +gOO +quy +mal +gOO +gOO +nlk +hRY +rSa +gOO +gOO +rDp +vNE +gOO +gOO +fps +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(59,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +abj +aaa +abj +aaa +boK +baf +bvQ +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +bCI +aaa +acF +aaa +abj +aaa +xFr +xKT +sPe +iTF +vNO +aaa +abj +aaa +aaa +aaa +bCI +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +fps +hRY +jIc +oFX +gOO +gOO +gOO +tni +oFK +oFX +gOO +gOO +gOO +tni +vOV +hRY +fps +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(60,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +boK +baf +bvQ +aaa +boK +aOK +bvQ +aaa +boK +baf +bvQ +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +bCI +aaa +acF +aaa +abj +aaa +abj +sHT +bYl +gkk +abj +aaa +abj +aaa +aaa +aaa +bCI +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +fps +gOO +gOO +lox +rvn +gOO +gOO +tni +qNR +oFX +gOO +gOO +njv +tja +gOO +gOO +fps +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(61,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aiZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +boK +aOK +bvQ +aaa +boK +aOK +bvQ +aaa +boK +aOK +bvQ +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +bvh +abj +bvh +bvh +abj +bCI +abj +bCI +abj +acF +acF +acF +abj +bvh +abj +tou +abj +bvh +abj +bvh +bvh +bvh +abj +bCI +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +cNC +fps +gOO +gOO +oFX +gOO +gOO +tni +qNR +oFX +gOO +gOO +tni +gOO +gOO +fps +cNC +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(62,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +boK +aOK +bvQ +abj +boK +aOK +bvQ +abj +boK +aOK +bvQ +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +abj +aaa +abj +aaa +aaa +abj +aaa +abj +aaa +abj +acF +aaa +bvh +abj +toY +abj +bvh +aaa +bvh +aaa +abj +bCI +bCI +bCI +bCI +abj +bCI +bCI +abj +bCI +bCI +bCI +bCI +bCI +bCI +abj +abj +abj +aaa +acF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +fps +fps +fps +naD +oFX +gOO +gOO +tni +qNR +oFX +gOO +gOO +tni +naD +fps +fps +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(63,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +boK +aOK +bvQ +aaa +boK +aOK +bvQ +aaa +boK +aOK +bvQ +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +bCI +bCI +abj +bCI +abj +bCI +bCI +bvh +bCI +abj +acF +abj +bvh +aaa +rDm +aaa +abj +aaa +abj +aaa +abj +aaa +aaa +abj +aaa +aaa +aaa +abj +aaa +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +abj +acF +abj +abj +bCI +bCI +bCI +abj +bCI +bCI +bCI +abj +bCI +bCI +abj +bCI +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +fps +fps +fps +fps +mBE +gOO +tni +qNR +oFX +gOO +tcD +fps +fps +fps +fps +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(64,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +bCI +bCI +aaa +boK +aOK +bvQ +aaa +abj +bzY +abj +aaa +boK +aOK +bvQ +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +bCI +abj +abj +abj +abj +abj +abj +abj +abj +abj +acF +aaa +abj +aaa +rDm +aaa +abj +abj +bCI +bCI +bCI +abj +bCI +bCI +bCI +abj +bCI +bCI +bCI +abj +bCI +bCI +bCI +abj +bCI +bCI +bCI +abj +aaa +acF +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +abj +abj +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +fps +qNR +qNR +mka +gOO +gOO +tni +qNR +oFX +gOO +gOO +mka +qNR +wUq +fps +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(65,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +abj +abj +abj +abj +bzY +abj +abj +abj +bvO +abj +abj +abj +bzY +abj +abj +abj +abj +abj +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +aaa +bCI +abj +bwN +bwN +bwN +bwN +bwN +bwN +bwN +abj +acF +abj +abj +abj +tuQ +abj +abj +abj +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +abj +abj +acF +abj +bCI +bCI +bCI +abj +bCI +bCI +bCI +abj +bCI +abj +bCI +bCI +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +jhN +qNR +cLs +fps +fps +gOO +tni +qNR +oFX +gOO +fps +fps +tGo +qNR +jhN +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(66,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +aQI +aUN +aUN +aUN +bCd +bvO +bvO +bvO +bvO +bvO +bvO +bvO +bvO +bMk +aUN +aUN +aUN +bCd +bvO +bvO +bvO +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +bCI +abj +bwN +qTK +cLx +sIZ +cLx +cLx +bwN +abj +acF +aaa +bvh +aaa +rDm +aaa +aaa +bXU +qEj +qEj +qEj +bXU +lnn +lnn +lnn +bXU +lnn +lnn +lnn +bXU +lnn +lnn +lnn +bXU +lnn +lnn +lnn +bXU +aaa +acF +aaa +abj +aaa +abj +abj +abj +aaa +abj +abj +abj +aaa +abj +abj +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +fps +kuG +lyk +fps +fps +fps +tni +qNR +oFX +fps +fps +fps +qNR +xwV +fps +gLS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(67,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +abj +abj +abj +abj +bLT +abj +abj +abj +bvO +abj +abj +abj +bLT +abj +abj +abj +abj +abj +abj +abj +cCa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +abj +abj +bwN +cLx +cNZ +ljm +cNZ +cLx +bwN +abj +acF +aaa +bvh +aaa +rDm +aaa +abj +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +abj +wYL +hsp +hsp +qGR +iSO +hsp +nTk +qGR +hsp +hsp +iSO +qGR +hsp +hsp +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +gLS +fps +fps +lXQ +fps +abj +fps +fps +poh +fps +fps +abj +fps +mka +fps +fps +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(68,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +bCI +abj +abj +aaa +boK +bMi +bvQ +aaa +abj +bLT +abj +aaa +boK +bMi +bvQ +aaa +abj +aaa +aaa +aaa +abj +bvO +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +bCI +abj +bwN +cLx +ljm +sJK +nDV +tTG +bwN +abj +acF +abj +bvh +abj +tuQ +abj +abj +bXU +ybU +ivy +ybU +bXU +ldN +fsc +ldN +bXU +ldN +fsc +ldN +bXU +ldN +fsc +ldN +bXU +ldN +fsc +ldN +bXU +ePn +cLL +hsp +qVB +amQ +ylW +hsp +qVB +aKL +oYl +hsp +qVB +cpP +tZs +hsp +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +tKX +abj +abj +abj +abj +jlK +abj +abj +abj +abj +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(69,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +boK +bMi +bvQ +aaa +boK +bMi +bvQ +aaa +boK +bMi +bvQ +aaa +bCI +aaa +aaa +aaa +abj +dmB +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +bCI +abj +bwN +cLx +cNZ +ljm +cNZ +cLx +bwN +abj +acF +aaa +abj +aaa +rDm +aaa +bXU +bXU +cbb +abj +aaa +elI +aaa +aaa +aaa +jZI +aaa +aaa +aaa +jZI +aaa +aaa +aaa +cfL +aaa +abj +cbb +bXU +ePn +naC +iSO +hWA +kNU +oss +iSO +pxR +pxR +txl +hsp +deX +ete +goA +qGR +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +tKX +aaa +aaa +aaa +bvh +jlK +iGw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(70,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +boK +bMi +bvQ +abj +boK +bMi +bvQ +abj +boK +bMi +bvQ +abj +bCI +aaa +aaa +aaa +cDK +dmE +cDK +abj +dDe +dIE +dDe +dUm +abj +bvh +bvh +abj +bCI +bCI +bCI +bCI +bCI +abj +bCI +bCI +bCI +bCI +bCI +abj +bCI +abj +bCI +abj +bwN +cLx +rUa +cJH +nFA +cLx +bwN +abj +acF +aaa +abj +aaa +rDm +aaa +bXU +klb +cbb +rLd +aaa +xiR +pnx +pnx +dJh +pnx +pnx +goI +pnx +pnx +nGC +pnx +pnx +qlZ +aaa +hdZ +cbb +tzi +bXU +nGj +avX +uFo +uFo +lvo +hsp +pxR +xMC +uNV +iSO +uFo +wUr +rYz +qGR +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +tKX +aaa +aaa +aaa +bvh +jlK +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(71,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +boK +bMi +bvQ +aaa +boK +bMi +bvQ +aaa +boK +bMi +bvQ +aaa +bCI +aaa +abj +abj +cDK +dmK +cDK +abj +aWR +dII +aWR +dUo +dZk +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +aaa +abj +bwN +qUh +rUC +sKP +rUC +tTI +bwN +abj +acF +abj +abj +abj +rDm +abj +bXU +klb +cbb +lEd +abj +efA +nyX +jsz +lvh +jsz +jsz +lvh +jsz +jsz +lvh +jsz +tiz +efA +abj +rfZ +cbb +tzi +bXU +wEK +hsp +uHq +wUr +pxR +hsp +kOD +pLR +egO +nTk +ive +sbF +oRQ +hsp +abj +aaa +aaa +bqc +aaa +bqc +aaa +aaa +bqc +bqc +aaa +aaa +aaa +aaa +aaa +aaa +aaa +tKX +aaa +aaa +aaa +bvh +jlK +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(72,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +boK +bLA +bvQ +aaa +boK +bMi +bvQ +aaa +boK +bLA +bvQ +aaa +abj +abj +abj +cDK +cDK +dmR +cDK +aWR +aWR +cPi +aWR +aWR +diY +bCI +bCI +bCI +bCI +bCI +abj +bCI +bCI +bCI +bCI +bCI +abj +bCI +bCI +bCI +bCI +bCI +abj +abj +bwN +qUJ +rVe +mgu +cJI +cLA +bwN +acF +wcr +acF +abj +abj +tou +abj +bXU +oqc +qCX +lEd +aaa +efA +siL +dJi +abj +abj +rPj +aaa +acF +abj +abj +kLx +dZb +efA +aaa +rfZ +pyN +kZJ +bXU +qmv +hOT +hsp +jDz +hsp +iSO +hsp +jDz +iSO +hsp +iSO +jDz +hsp +hsp +abj +aaa +aaa +abj +aaa +abj +aaa +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +tKX +aaa +aaa +aaa +abj +jlK +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(73,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bCI +aaa +abj +aaa +abj +aaa +boK +bLA +bvQ +aaa +abj +aaa +abj +aaa +bCI +aaa +abj +btW +dfW +dmT +cDL +aWR +dDi +dIS +cTl +dUP +djg +abj +abj +aaa +abj +abj +abj +aaa +abj +abj +abj +aaa +abj +abj +abj +aaa +abj +abj +abj +abj +bwN +qYL +lkC +mhU +nGr +tUT +cTf +cTf +wcw +cTf +cTf +abj +mSG +itZ +bXU +bZl +cbb +lEd +abj +wav +dUE +abj +aaa +aaa +acF +abj +acF +aaa +aaa +abj +cZc +nfv +abj +rfZ +cbb +cDv +bXU +vmP +usd +xSG +xSG +sfq +phd +fIg +wUr +olA +vor +wUr +wUr +nsU +nTk +abj +abj +aaa +dbz +dbz +aMW +dbz +aMW +dbz +dbz +abj +aaa +bCI +bCI +aaa +aaa +aaa +tKX +aaa +aaa +aaa +bvh +jlK +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(74,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bCI +bCI +abj +bCI +abj +aaa +abj +aaa +abj +abj +abj +bCI +abj +bCI +bCI +aaa +abj +btW +bwC +dnc +cDM +aWR +dDl +dJf +cTH +aWR +diY +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +abj +abj +bwN +qYZ +loD +mjr +cJJ +cLC +cTf +vxP +weg +xiz +cTf +aux +wXY +coB +bXU +keL +gDQ +lEd +aaa +efA +siL +abj +aaa +acF +acF +acF +acF +acF +aaa +abj +dZb +efA +aaa +rfZ +pUS +ufl +bXU +nlR +ycE +fIg +olA +pxR +wUr +wUr +pxR +pxR +wUr +pxR +pxR +pxR +hsp +abj +abj +sRN +dbz +xDB +fJh +wSc +frM +vbw +dbz +abj +abj +abj +abj +abj +aaa +aaa +tKX +aaa +aaa +aaa +bCI +jlK +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(75,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +bqc +bqc +abj +abj +iGw +abj +bCI +bCI +bCI +bCI +bCI +bCI +bCI +bCI +bCI +abj +abj +abj +abj +abj +btW +dhh +cCF +cDN +aWR +dDq +cPm +cTE +aWR +djg +uYk +fmO +fIS +fmO +uYk +hwu +igL +hwu +uYk +klw +lmV +klw +uYk +mHd +nRt +mHd +uYk +abj +abj +bwN +qZm +loZ +cIq +cJL +cLI +cTf +raC +wep +raC +cTf +ooO +kxT +wpn +bXU +bXU +bZl +hvP +acF +efA +siL +czw +acF +acF +nyX +jsz +tiz +acF +acF +acF +dZb +efA +acF +cbb +cDv +bXU +bXU +pxR +cUS +cUS +cUS +jFg +cUS +qQf +cUS +cUS +cUS +cUS +qGR +hKl +aMW +csO +dbz +jIV +dbz +vbw +bbA +hDv +exN +xji +dbz +aMW +dbz +csO +aMW +abj +bCI +aaa +tKX +aaa +aaa +aaa +bvh +jlK +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(76,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bqc +abj +abj +abj +abj +aaa +aaa +aaa +aaa +abj +abj +abj +abj +aaa +abj +abj +abj +aaa +abj +abj +btW +btW +btV +btW +aWR +dDl +cPt +cTH +aWR +diY +uYk +fnq +fKf +fmO +uYk +hxV +ijJ +hwu +uYk +klC +lol +klw +uYk +mIh +mHd +mHd +uYk +abj +bwN +bwN +bwN +lpv +okc +lpv +bwN +cTf +vzz +qut +raO +rQf +rVf +uPa +wpN +bXU +bXU +qvF +cbb +abj +wav +dUE +aaa +abj +acF +siL +fZm +dZb +acF +abj +aaa +cZc +nfv +abj +cbb +pBi +bXU +cDu +wUr +cUS +iqN +iXv +lQT +iXv +bwy +cTL +nWY +okD +cUS +pxR +pxR +bCK +uXU +vbw +kDr +pzu +xji +wSc +hDv +exN +xji +epM +ghg +evo +xDB +aMW +abj +bCI +bCI +tKX +aaa +aaa +aaa +abj +jlK +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(77,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +aaa +abj +aaa +abj +aaa +aaa +bvh +bvh +bvh +aaa +bvh +aaa +aaa +bvh +aaa +aaa +aaa +bvh +abj +aSy +dhj +cCN +bvj +bwW +dDr +cPI +bAr +aSy +djg +uYk +fnr +dvN +dAL +uYk +hya +dJT +dOB +uYk +klF +dYm +eIk +uYk +mJu +gCu +hqG +uYk +abj +bwN +qjp +kwk +lpT +bzE +bBi +cLJ +cOu +vAb +dcL +raW +xGk +det +uQo +wrb +bXU +bXU +bZl +xOM +acF +efA +siL +acF +acF +acF +gOv +dHp +dQy +acF +acF +oPh +dZb +efA +acF +cbb +cDv +bXU +bXU +pxR +bwy +edF +fsp +xrC +cJK +lFw +xrC +tgM +fyJ +cUS +pxR +olA +wLd +vbw +gPK +oHK +ipb +ekb +szQ +szQ +szQ +sjQ +gaJ +mLx +dYs +kay +dbz +abj +abj +abj +tKX +bCI +aaa +aaa +bvh +jlK +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(78,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +bvh +aaa +bvh +bvh +abj +abj +abj +abj +aaa +bvh +aaa +aaa +bvh +aaa +aaa +bvh +bvh +abj +dax +dhp +dny +bvk +dzc +dDs +dJj +aNT +bCy +dZE +uYk +cAb +gCz +eJk +uYk +cAb +gCz +eJk +uYk +cAb +gCz +eJk +uYk +mJY +gCz +cAb +uYk +pjI +pTt +qjr +qZq +rXc +cIr +bBj +tUW +cTf +vAC +qvN +cXP +rQf +dgF +uSR +dnN +bXU +qKZ +ffP +lEd +aaa +efA +siL +abj +aaa +acF +acF +acF +acF +acF +aaa +abj +dZb +efA +aaa +rfZ +oak +xqC +bXU +pxR +cUS +rtB +fsp +sRM +kPC +ibA +cPG +tmR +rBh +cUS +eCP +nsU +wLd +hfq +uQr +sCt +iXI +vbw +vzN +iFD +kay +dqk +wVP +xXu +kfT +nLj +bCK +abj +aaa +aaa +tKX +bCI +aaa +aaa +bvh +jlK +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(79,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bqc +aaa +bvh +abj +bvh +abj +abj +bvh +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +aSy +dhq +cCS +bvl +aLQ +bxM +cPK +bAu +aSy +clj +xjr +vRu +xjr +hKL +xjr +xGX +abj +clk +abj +cuo +abj +clk +abj +cuo +abj +cuo +abj +pkt +bwN +qkv +kwk +cGT +cIt +cJY +bGz +bGz +bGz +bGz +bGz +bGz +bGz +bGz +bGz +bXU +bZl +cbb +lEd +abj +wav +dUE +abj +aaa +aaa +acF +abj +acF +aaa +aaa +abj +cZc +nfv +abj +rfZ +cbb +cDv +bXU +pxR +qQf +cUS +qol +fsp +pVo +cTi +bwy +bwy +bwy +cUS +bLm +olA +wLd +ouO +flH +ies +egh +sxS +sxS +sxS +sxS +sxS +sMF +xji +flH +kJr +dbz +dbz +dbz +aaa +tKX +bCI +abj +abj +abj +jlK +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(80,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +bvh +aaa +abj +aaa +aaa +bvh +aaa +abj +aaa +cjJ +cOU +cOU +cOU +cOU +cOU +cOU +cOU +cet +aSy +cxM +cCS +cDR +aJK +gFR +gFR +gFR +aOg +nqd +aOg +dOJ +gFR +cfM +dwW +dOJ +gFR +cfM +dwW +dOJ +gFR +cfM +aOg +dOJ +gFR +dOJ +aOg +pnA +aOg +kLP +kLP +lsT +mjW +lsT +bGz +oOY +vAZ +qBc +cXR +ddl +sBX +dkZ +dog +bXU +sui +qCX +lEd +aaa +efA +siL +dHq +abj +abj +acF +aaa +lDA +abj +abj +qwQ +dZb +efA +aaa +rfZ +pyN +kHo +bXU +pxR +cUS +npg +mbR +fsp +kgB +cLz +vVL +lxD +qQQ +cUS +nnt +fIg +aMW +hLZ +kxN +uIT +hGI +dYs +dYv +gAD +gAD +vbw +uPX +rUS +ubu +xji +vbw +vbw +dbz +aaa +tKX +aaa +aaa +aaa +bvh +jlK +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(81,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bqc +abj +bvh +abj +bvh +bvh +abj +bvh +abj +abj +abj +bMg +cjJ +cOU +cOU +cOU +cOU +cOU +cOU +cBY +aSy +dhA +cCS +bvn +aJL +gFR +bzi +bAv +aPl +dZH +eFr +fnw +cwe +gvy +cot +fnw +cwe +gvy +jrw +fnw +cwe +gvy +mtK +mKr +nRQ +orw +oMt +pot +jst +qkH +kxu +rXq +bzI +bBl +bGz +uHv +vBQ +wfV +wfV +xHb +wfV +eWw +xPm +bXU +bZl +cbb +lEd +abj +efA +siL +cwv +aaa +aaa +acF +aaa +cwv +aaa +aaa +cwv +dZb +efA +abj +rfZ +cbb +cDv +bXU +hGZ +bwy +kSH +kTD +cHe +fsp +kSW +kSW +xrC +utb +cUS +mLS +fIg +aMW +jxo +suf +uIT +pKP +dYs +scD +vbw +mYk +dYs +uPX +vbw +vzx +eYo +rUS +nfm +aMW +abj +tKX +aaa +aaa +aaa +bvh +jlK +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(82,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +abj +aaa +aaa +abj +aaa +abj +aaa +bPU +bdI +cOU +cOU +cOU +cOU +cOU +cOU +cet +dax +dhB +aGZ +dtK +aKo +gFR +dFh +eLL +dUY +dZJ +eFE +fny +ccj +gvS +bWO +hyj +ikv +iHJ +jrP +klO +lpu +mcm +muH +mKv +nSd +orS +oMz +poX +jtd +lAV +qZt +rZe +bGC +iHX +bGz +uIH +plJ +qCL +cYb +ddI +dha +uWf +dom +bXU +buf +kfr +kAV +aaa +bep +oHg +nsT +nsT +nsT +nsT +ajG +nsT +nsT +nsT +nsT +tgT +hHu +aaa +tgf +uJj +gHc +bXU +pxR +bwy +kwN +far +kUR +fXD +ibu +kUR +lvs +xjm +muf +gze +wUr +aMW +xDB +kNj +pln +pMH +gAD +dYs +vcj +gAD +bmJ +uPX +twh +vzx +uJw +vbw +wcN +dbz +aaa +tKX +abj +abj +abj +abj +jlK +abj +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(83,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bCI +abj +bCI +bCI +bCI +bCI +abj +abj +abj +bPU +cjJ +cOU +cOU +cOU +cOU +cOU +cOU +cBY +dax +dhH +cCW +dtL +aLl +aKY +dJk +bAQ +dVa +aQM +dnI +dVi +dDO +bPw +dDO +dVi +dDO +dDO +bPw +dVi +lpO +meq +fLz +fYB +gGx +hrb +ihm +iNS +jub +cCc +kLP +cGW +mmo +bBn +bGz +uJJ +plJ +qFN +rcp +xHR +tLH +aOB +wtj +bXU +bXU +klx +bXU +rLd +abj +cwv +hdZ +cwu +cwu +cwu +hyv +cwu +cwu +cwu +hdZ +cwv +abj +iSS +bXU +ePR +bXU +bXU +pxR +bwy +kSH +gPw +iVo +fsp +gNY +xrC +oUj +xbh +cUS +mLS +wUr +aMW +nBy +suf +pnM +pMH +gAD +vbw +gAD +dYs +dYs +uPX +wtZ +vzx +uKQ +xji +fjQ +aMW +abj +tKX +aaa +aaa +aaa +bvh +jlK +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(84,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bqc +bvh +abj +bCI +abj +aaa +aaa +abj +abj +aaa +aaa +aaa +bPU +bdI +cOU +cOU +cOU +cOU +cOU +cOU +cet +aSy +dhV +cCZ +aIr +izY +gFR +wdO +wyv +coz +djn +dnO +dsk +xhK +xhK +xhK +xhK +xhK +xhK +xhK +enO +dYz +eJs +fLz +fZL +gIq +hrX +iil +iOQ +jxu +cCi +cII +lxQ +bzL +byl +bGz +uKT +pnF +sRo +bJZ +sRo +bVt +dlA +bZf +bXU +vSE +hVL +bXU +bXU +cwu +cwu +cwu +cwu +dVW +eQV +hWL +eQV +nml +cwu +cwu +cwu +cwu +bXU +bXU +rRf +pZM +bXU +wUr +cUS +vik +fsp +xrC +pVo +wFY +eAg +iNR +xrC +qQf +mLS +pxR +csO +vbw +kNj +pmu +pMH +vbw +bmJ +vbw +dYv +gAD +uPX +rzO +wOn +uJw +vbw +qbq +dbz +aaa +tKX +abj +abj +abj +abj +jlK +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(85,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bqc +abj +aaa +abj +abj +abj +bCI +bCI +abj +atd +cvj +cvj +cki +cvj +cvj +cvj +atd +cvj +cvj +cvj +cki +atd +aSy +cDb +aIs +cIa +gFR +bzl +oQk +aQO +djo +bGM +aTU +chP +chP +chP +hyJ +hyJ +iIc +iIc +kmA +lqA +eMM +fLM +crp +csG +bpv +ihm +iNS +pVP +cCz +kxu +rZo +iPD +bBr +bGz +uKU +pob +bRT +lRk +bRT +tLN +wfV +wtq +bXU +dgi +gFc +oGZ +kFz +dCn +mPs +dCn +cwu +waI +yjA +auW +nGY +iIm +cwu +dCn +mPs +dCn +eyL +oGZ +gFc +wnb +bXU +pxR +cUS +cUS +bwy +cIx +bwy +cUS +bwy +xeP +bwy +cUS +mLS +pxR +iWq +vbw +jHw +qnQ +dfQ +jUs +jUs +jUs +iHF +wGH +pfa +edJ +dmM +qWC +dbz +dbz +dbz +aaa +tKX +aaa +aaa +aaa +bvh +jlK +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +bCI +bCI +abj +abj +bCI +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(86,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +bCI +bCI +abj +abj +aaa +jlK +abj +atd +cbJ +cgX +ckm +coH +xOq +bst +cCg +cDF +cMh +cPa +cRE +day +aSy +cDg +bvo +aLr +aOg +dJv +oQk +gIq +cxd +iNS +bIP +bMS +cfm +cfm +hAC +hAC +hAC +hAC +kmD +dYE +biL +bkw +cUI +csJ +oud +cwf +cya +czE +cCA +kLP +lsT +cIz +lsT +bGz +uLR +poq +cTo +dos +bMd +rbI +bSf +bGz +bXU +oGZ +wgm +bXU +rQP +mWV +gzX +wNB +gcj +oON +dMr +cpg +tKz +jGo +gcj +mWV +gzX +wNB +rQP +bXU +sII +oGZ +bXU +pxR +nUy +cUS +cTL +pVo +vkm +bwy +kWY +pVo +okD +cUS +hoX +xbS +ygy +xKF +arH +jvC +cXZ +pCz +wlX +cWb +qQl +vAN +dDI +kZh +uJd +mdb +aMW +abj +aaa +aaa +tKX +bCI +aaa +aaa +bvh +jlK +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +bvh +abj +bCI +abj +abj +bCI +bCI +aaa +aaa +abj +aaa +aaa +bCI +bCI +abj +bCI +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(87,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bqc +aaa +bCI +abj +abj +atd +sVH +hfp +atd +atd +cbU +bPV +bOE +bPV +cvk +caf +caf +cDI +bPV +bPV +cRK +dbi +aSy +aSy +aIt +aMO +aOg +dJO +qdV +gIq +cxd +iNS +cLU +dQq +dQq +dQq +dQq +dQq +iJg +dQq +kpq +dYJ +ePl +gHQ +hQn +vWf +neD +crL +ppO +ppO +jTD +cFb +rZz +mog +nIo +bDj +uNn +pqn +nIo +bGz +bMe +bNX +bQe +dos +bUe +xfX +nAT +mrH +tdv +tPh +dDP +dQC +tXp +uXS +nnT +aIo +oFs +cqQ +tXp +ldB +dDP +tPh +rDF +glp +hSF +wGU +bXU +hGZ +olA +bwy +mRE +fsp +kkV +bwy +kWn +sic +qXu +qQf +olA +ivi +wLd +pkp +jMH +poa +dYs +dam +dYs +dYs +dYs +vbw +otP +oYL +khz +dYv +dbz +abj +abj +abj +tKX +bCI +abj +abj +abj +jlK +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +aaa +aaa +aaa +aaa +aaa +bvh +aaa +aaa +bCI +aaa +aaa +abj +aaa +aaa +nOK +pIR +tvi +aaa +aaa +abj +aaa +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(88,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +bqc +abj +bCI +abj +atd +atd +oDr +bMA +bPR +bVk +cca +bHo +bON +bPW +bUO +bjC +bgM +cdT +cfg +bjC +crj +ctJ +cxU +bum +aIu +aJN +aOg +bAv +xOx +gIq +cxd +bHe +czz +bMU +aXd +bah +hAX +dKm +fnC +cUI +ihm +dYY +clB +gFR +gFR +dti +aOg +aOg +aOg +aOg +kLP +kLP +rZU +sMk +bPK +tVr +uOE +pqZ +cTM +bGz +dte +vgk +uXf +bNY +pyQ +toL +fPA +bZn +gHz +wUB +nth +pGB +pvn +dXn +pEz +dQz +pEz +dUA +pvn +pGB +ejp +qAK +xGf +jsU +eMv +rEO +bXU +pxR +fIg +cUS +cPG +cOC +lRT +bwy +jjY +cOC +rQm +cUS +fIg +prC +wLd +xDB +kBv +dYs +dYs +dYs +rNg +xDB +dhw +imT +qbq +pzu +eUm +xDB +aMW +abj +aaa +aaa +tKX +bCI +aaa +aaa +bvh +jlK +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +bvh +bvh +abj +bvh +bvh +abj +abj +abj +abj +bCI +aaa +nOK +pIR +tvi +aaa +nOK +dYL +tvi +aaa +nOK +pIR +tvi +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(89,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +atd +bJi +jox +bMn +bPZ +bzV +ccb +bHp +bdL +caN +cvI +cam +cam +cDO +cfi +cPq +cRT +ctK +cxV +dnz +dtU +aJO +aLd +dJW +cVO +gIq +cxd +eFI +kLP +kLP +gFR +gFR +gFR +kLP +kLP +dQt +ihm +dYY +cWq +cov +cov +gIA +hsQ +ilQ +aOg +jxv +qmn +cFd +lzW +mpA +bDe +cYc +uQb +prU +cTO +bGz +xIF +dhc +ddR +dor +bUg +xLU +cCp +dBp +dCv +tzM +tzM +dQD +bXU +dXo +nAz +dQA +dSy +dUC +bXU +fFR +tzM +tzM +nQB +uyI +fPD +rfz +bXU +jDz +cUS +cUS +cUS +cUS +qQf +cUS +cUS +cUS +cUS +cUS +cUS +ocD +iZQ +iZQ +lpm +lpm +lpm +lpm +lpm +lpm +lpm +lpm +lpm +lpm +dmN +nte +nte +aaa +aaa +aaa +tKX +bCI +aaa +aaa +bvh +jlK +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +bvh +aaa +aaa +abj +aaa +aaa +bvh +aaa +aaa +abj +aaa +nOK +dYL +tvi +aaa +nOK +dYL +tvi +aaa +nOK +dYL +tvi +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(90,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bqc +abj +bCI +aaa +bzy +bVH +gFI +bMA +bQH +bzV +aSG +bHq +aYj +bjx +aBV +aBV +aBV +awI +cga +boJ +bqF +aJy +btA +btX +bvC +bxd +aOg +bAv +dNz +gIq +cxd +bHe +gFR +ccc +bmN +bQL +baj +dKB +gFR +jti +ihm +dYY +bwY +cow +mKO +nSt +ovf +oMF +aOg +pWx +qmu +qZy +cKe +mto +nOg +bEJ +oPZ +psk +bIq +bGz +xKf +nBR +bWl +tPd +bUg +xLU +eIu +dUI +dCy +tzM +tzM +dQD +bXU +bXU +dSz +dUD +dSz +bXU +bXU +dXr +tzM +mQp +eAb +uyI +tzM +wXm +gVN +pgt +yhX +yhX +dWg +cbC +yhX +cbC +cbC +fYZ +dWg +cbC +yhX +hwC +cbC +cbC +lpm +dah +xYp +jjD +dlz +rEd +xYp +szc +twN +lpm +rNX +aSP +vEZ +aaa +aaa +aaa +tKX +aaa +aaa +aaa +bvh +jlK +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hUg +aaa +aaa +aaa +aaa +bvh +abj +abj +bvh +bvh +abj +bvh +bvh +abj +abj +abj +nOK +dYL +tvi +abj +nOK +dYL +tvi +abj +nOK +dYL +tvi +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(91,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bqc +aaa +bCI +abj +atd +bJi +fBu +bMD +bQF +bzz +bCj +qWu +aYt +tGE +bjU +caA +caA +tGE +cga +boL +crk +ctV +btC +atd +cDV +atd +aOg +aMI +cWf +aQS +dZR +eLO +dsO +cHb +gwN +gwN +gwN +cHb +dsO +jty +cfC +dYY +bwY +muM +crv +nTo +bpy +bvU +btg +pWC +bvD +kze +cKe +cIA +bER +bDm +oPZ +psk +bIr +bGz +xKH +tMj +dOu +dos +bUh +xLU +dza +dUI +dCz +egF +egF +xNt +dJD +pei +dOM +dQQ +dSC +dUO +dVY +vUJ +egF +egF +nQt +uyI +fQv +gmI +bXU +hLD +jFc +xiH +ybN +wbi +wbi +vpz +wbi +wbi +wbi +wbi +wbi +cqJ +xiH +wYh +lpm +wcS +gkD +kYM +kNI +nkH +fiH +nkH +ejU +lpm +gMy +wKr +vEZ +abj +abj +abj +tKX +abj +acF +abj +abj +jlK +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +bCI +aaa +nOK +dYL +tvi +aaa +nOK +dYL +tvi +aaa +nOK +dYL +tvi +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(92,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +abj +abj +bvh +abj +atd +atd +pTv +bMD +bwl +aQJ +cce +aVg +aYF +bbf +bmV +cCk +cCk +cEi +aBh +boP +bqG +bsu +btE +atd +bvC +aJW +aOg +dJZ +dNA +gIq +cxd +bHe +gFR +fKr +aXh +aYx +bal +bbN +gFR +cUI +dVq +lrb +meO +gJA +gJA +uBu +htt +ima +aOg +kAF +kAF +kAF +lAc +cIA +bER +bDn +bER +psk +whh +bGz +bGz +tPd +bGz +bGz +kVo +erO +eIu +cbc +tPh +tPh +tPh +tPh +tPh +tPh +rzf +dQS +dSF +tPh +tPh +tPh +tPh +tPh +tPh +cPX +mGs +eLU +cCh +dVy +yhX +ftu +qTt +ikA +ikA +ikA +ikA +ikA +ikA +ikA +ikA +ikA +cbC +oHS +lpm +kdP +dfT +fvu +jHC +thA +scZ +eRa +sRk +lpm +rNX +wKr +vEZ +aaa +aaa +aaa +tKX +aaa +acF +aaa +abj +jlK +abj +aaa +abj +abj +abj +abj +acF +aaa +aaa +aaa +aaa +aaa +aaa +bvh +aaa +aaa +bCI +bCI +aaa +bCI +bCI +aaa +bCI +aaa +nOK +dYL +tvi +aaa +abj +gNz +abj +aaa +nOK +dYL +tvi +aaa +abj +bCI +bCI +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(93,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bqc +abj +bCI +aaa +bzy +cmc +fBu +bMD +bQH +bQH +cPl +aVh +aYJ +bbf +biS +biS +biS +cEz +cNa +cmi +bqH +bsw +btF +buk +duf +aJQ +dDH +bAv +aJY +gIq +cxd +dnS +kLP +kLP +gFR +gFR +gFR +kLP +kLP +juc +dVq +cik +gca +gca +gca +qbY +hvI +brB +dwW +pWK +jVz +bwS +byo +cIA +oPZ +cRf +bER +psk +wiM +cYf +xLj +tPh +bQh +bRX +hUm +bWm +ryM +dXD +nkf +dXD +nkf +dXD +nkf +dXD +qlu +dQT +dSH +dXD +nkf +dXD +nkf +dXD +jdN +eXY +jwN +gpV +bXU +cDz +yhX +cbC +fbz +ikA +cOM +cOM +cIM +pHK +cIM +cIM +cIM +ikA +hUL +pMV +lpm +wUX +sIV +tsG +wDg +kCW +kCW +kCW +lpm +lpm +rAh +tLI +nte +abj +abj +abj +tKX +abj +acF +iGw +abj +jlK +abj +abj +abj +aaa +aaa +aaa +acF +abj +abj +abj +acF +aaa +aaa +bvh +abj +abj +bCI +abj +abj +abj +abj +abj +abj +aaa +aaa +gNz +abj +abj +abj +mxe +abj +abj +abj +gNz +abj +aaa +aaa +abj +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(94,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bqc +aaa +abj +abj +atd +cvc +tht +bVH +bQw +aQK +aSO +bIH +aYW +bbk +cfr +aDC +cfr +cdZ +cfr +aCV +aEg +bsx +btG +bul +duo +dzj +aPE +dKD +cWn +gIq +cxd +bHe +fnC +fLp +dAN +bpK +bTa +bWd +czz +cUI +kpL +cit +eSz +iww +iww +oRh +ovW +cwk +bti +pWN +byp +rbD +saA +aUb +txI +tVu +bES +vBX +wiZ +rcM +xMd +tez +dlC +cnj +oQC +xMX +iFH +ybT +cbj +cbj +wcz +cbj +cbj +vCh +ptE +tED +cpi +tPv +etT +sMJ +tPv +tPv +pox +tPv +tPv +vhV +bXU +cDz +yhX +yhX +fKi +ikA +sEz +sZg +wMW +wMW +wMW +wMW +eYK +ikA +cbC +oHS +oOZ +oKx +pYL +iah +rbA +rEx +kCn +sBx +ogP +oOZ +rAh +xzo +ycn +aaa +aaa +aaa +tKX +aaa +aaa +aaa +bvh +jlK +bvh +aaa +abj +abj +abj +abj +acF +aaa +aaa +aaa +acF +abj +abj +acF +aaa +aaa +bCI +abj +mxe +mxe +mxe +mxe +mxe +mxe +mxe +mxe +mxe +mxe +mxe +mxe +mxe +mxe +mxe +mxe +uqO +hkf +hkf +cUB +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(95,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +bCI +aaa +bzy +cGe +maw +bMD +bQH +bQH +cPl +aVh +aeI +bbf +bhB +bhB +bhB +cEF +cft +cmi +bqK +bsy +btH +bum +bvp +cIG +cym +kWc +cVh +gIq +cxd +iNS +bIW +ihm +ihm +gTh +dVB +dVB +iLi +dVB +dVB +lrz +rTm +cwl +mMH +pGp +owl +cjp +cym +pXg +kaE +bwS +bys +cIB +tzb +psk +oPZ +vCj +wiM +rcV +bMl +tPv +fkX +bRZ +bUl +xQt +dzi +uJi +dZc +ehG +xsj +eeG +vtm +fui +uCs +cmR +cod +cpl +mDe +mDe +bnE +oMo +ggB +tQQ +dWi +mDe +mDe +dvC +yhX +yhX +vEh +ikA +cIM +cOM +cIM +cIM +cIM +cIM +cIM +ikA +lGR +oHS +oOZ +kzx +xnO +dcU +deE +dfO +seF +kHF +dkt +oOZ +rNX +xGN +nte +aaa +aaa +aaa +tKX +bCI +aaa +aaa +bvh +jlK +bvh +aaa +aaa +aaa +abj +aaa +acF +abj +abj +abj +acF +aaa +aaa +acF +abj +abj +abj +abj +mxe +abj +abj +abj +abj +aaa +aaa +xwx +abj +abj +abj +mxe +abj +abj +abj +xwx +abj +aaa +aaa +abj +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(96,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +blk +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dZq +iGw +bvh +abj +atd +atd +pTv +bMD +bQB +bzA +aST +aVi +avx +bbf +axG +bjA +bjA +cFJ +aBh +tGE +aDc +bsu +cDe +atd +bvC +cIN +aOg +aMK +tTu +aQO +djo +bGM +ihm +ihm +ihm +ihm +ihm +ihm +ihm +ihm +ihm +dYY +rVb +aOg +aOg +mMw +oyr +imB +aOg +aOg +aOg +aOg +aOg +aOg +cKe +ofQ +oPZ +aLM +qGg +xnf +xnf +tQo +uYb +bWn +xnf +xSn +dzm +cdd +geb +dEs +eci +iTM +utt +cpm +nqL +fId +nqL +cpm +mDe +bQr +ktZ +gRP +vLA +gRP +uTp +ecF +mDe +jIN +cbC +cbC +oyP +ikA +oOo +qVO +cIM +cIM +lGO +qVO +oOo +ikA +cbC +oHS +oOZ +uRn +kps +dcV +deF +dfP +dhx +dja +dku +oOZ +rNX +uex +nte +aaa +aaa +aaa +tKX +bCI +aaa +aaa +abj +jlK +abj +aaa +aaa +aaa +abj +aaa +aaa +aaa +abj +aaa +acF +abj +abj +acF +aaa +aaa +bCI +abj +xwx +abj +aaa +aaa +bCI +aaa +nOK +oAM +tvi +aaa +abj +xwx +abj +aaa +nOK +oAM +tvi +aaa +abj +bCI +bCI +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(97,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uCN +blv +uCN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +atd +bJi +maw +bMD +bQF +bzz +ccf +jAu +aYt +tGE +cvU +aCi +aCi +tGE +cga +aDe +cSa +aHc +aHo +atd +atd +atd +aOg +but +oEg +gIq +cxd +iNS +fos +bMW +gyo +dKM +dKM +dKM +iLB +ihm +ihm +lrN +eSK +aOg +ifD +qce +hoM +imJ +iVJ +pXD +kcc +cFH +sbb +aOg +bBA +oha +bIA +cRr +qIs +wOo +bMo +dhm +gqd +dQF +bUn +bOf +bXY +bZs +cbk +cDG +clr +iNf +utt +wQP +rSt +cnB +cof +cpn +mDe +vSK +mAZ +rmX +iJV +xBS +kAe +cAD +mDe +eTl +sbj +jZA +jUu +ikA +ifq +veO +lFP +ekt +goC +mZI +mkm +ikA +qUe +pMV +oOZ +kRM +ycP +dcW +rbH +jVL +sfU +sCf +jyU +oOZ +rAh +xzo +vEZ +aaa +aaa +aaa +tKX +bCI +aaa +aaa +abj +jlK +abj +aaa +aaa +aaa +abj +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +abj +abj +abj +bCI +abj +taM +abj +aaa +aaa +bCI +aaa +nOK +oAM +tvi +aaa +nOK +oAM +tvi +aaa +nOK +oAM +tvi +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(98,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +etQ +blw +uCN +etQ +etQ +etQ +uCN +etQ +etQ +uCN +aaa +aaa +abj +aaa +bzy +bVH +uDY +rNW +bQH +bzV +aua +bHq +oAW +awI +aEd +aEd +aEd +bjx +cga +aDe +cSx +aFc +diB +bzB +duF +dzr +aOg +dKR +bAC +csJ +dZU +eLT +fqf +cxZ +fqf +gTl +gTl +ikN +iMh +cwf +cwf +lrR +mfJ +aOg +mNo +icF +ozi +inw +jGF +kdM +qnB +rcc +sbc +aOg +lsT +tVP +lsT +xnf +wjV +xnf +xMs +bKi +bQk +bSc +tSc +baL +bYc +bZt +cbl +bXU +bXU +bXU +utt +wUC +dWc +cpo +cqU +tZR +mDe +vly +mAZ +ehV +czk +mAl +ocE +vct +mDe +dvC +ikA +ikA +nig +cXa +muV +oJS +cQv +ogO +uKN +wQA +muV +ikA +ybR +pMV +oOZ +jHH +xwt +dcX +rcX +rFG +svD +sEO +dkv +oOZ +rNX +fGj +vEZ +aaa +aaa +aaa +tKX +bCI +aaa +aaa +bvh +jlK +bvh +aaa +aaa +aaa +abj +aaa +aaa +aaa +abj +aaa +aaa +bCI +bCI +bCI +abj +abj +abj +abj +ein +abj +abj +aaa +bCI +abj +nOK +oAM +tvi +abj +nOK +oAM +tvi +abj +nOK +oAM +tvi +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(99,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +uCN +uCN +blv +uCN +bwT +aXt +bDw +uCN +bfU +cnM +uCN +aaa +aaa +abj +aaa +atd +gBA +bRj +uLk +bRt +bzV +ccg +bJa +ckK +awJ +cvX +caL +caL +cFW +aDh +aDh +aFl +cul +aEn +aHe +duO +dzx +aOg +dLe +cVh +dVb +ecb +eMu +fqG +dwH +bPy +dEg +bWs +ilr +iNk +dQW +krC +ltu +clT +aOg +mNA +cuB +ozQ +inF +btm +buu +kci +bwV +byt +aOg +tzg +bDt +bEV +bQp +bIz +bKl +rSH +dhr +bQl +qGv +tSc +bWp +cxE +bZv +cbm +bXU +hYw +cbn +utt +igP +dOZ +dRd +cpk +csm +mDe +feE +mAZ +ejf +eJl +mAl +ocE +nTz +mDe +dvC +ikA +cJO +epA +rAM +rgj +qrW +uxj +kZU +uxj +tLB +uLD +ikA +ajy +wBr +oOZ +oOZ +oOZ +dlL +rdB +rGw +sgu +sEZ +sSH +oOZ +rNX +wKr +vEZ +aaa +aaa +aaa +tKX +aaa +aaa +aaa +bvh +jlK +bvh +aaa +aaa +aaa +abj +aaa +aaa +aaa +abj +aae +aaa +aaa +aaa +aaa +aaa +aaa +abj +rYp +vBi +rYp +abj +aaa +bCI +aaa +nOK +oAM +tvi +aaa +nOK +oAM +tvi +aaa +nOK +oAM +tvi +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(100,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +etQ +bjg +blK +bsC +aXM +aXM +aBy +bdO +bgz +bjn +etQ +aaa +aaa +abj +abj +atd +atd +ecd +rNW +bRF +atd +dBF +aVj +avB +bjC +mXP +bjC +bgM +cPC +cNh +cPC +cSA +cum +caN +cDh +dvA +cIO +aOg +bAv +btq +dVw +aQV +kWc +dtc +dwP +ban +kWc +dHP +imD +dOH +dRC +mDw +lvT +eVH +aOg +gNb +amZ +oAs +iof +qUF +jxT +qnC +kAY +lAV +aOg +tzp +tVV +oQQ +vCZ +dho +rmg +tRE +tRE +dlM +aXk +bWn +bWp +fsL +dBt +aYC +bXU +npT +vWF +utt +wUC +dOZ +dRd +cso +cso +mDe +vDd +mAZ +ejf +eJH +mAl +kAe +gqh +mDe +dvC +ikA +txE +mwW +eGA +xsc +lVP +dpP +lBo +mVH +avL +cKc +ikA +cbC +cmX +cbC +cbC +oOZ +oOZ +djb +oOZ +oOZ +oOZ +oOZ +oOZ +dmN +mkS +nte +abj +abj +abj +tKX +abj +abj +abj +abj +jlK +abj +abj +abj +abj +bCI +bCI +abj +bCI +bCI +bCI +bCI +bCI +abj +bCI +bCI +abj +abj +rYp +ykz +rYp +abj +abj +bCI +aaa +nOK +srW +tvi +aaa +nOK +oAM +tvi +aaa +nOK +srW +tvi +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(101,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +etQ +bjh +blO +aXS +xZm +aXS +bbw +bef +aPd +aRo +etQ +abj +aaa +aaa +abj +abj +atd +bVI +hfp +atd +atd +xvt +cSG +avC +bQa +axM +mmv +caN +cGs +cgD +cgD +cSG +aFg +aFf +bzV +aIE +cIQ +cNT +aOg +nqd +aOg +dti +gFR +dti +dwW +dOJ +gFR +cfM +dwW +dOJ +gFR +cfM +aOg +faV +aOg +xeQ +gNU +fvC +irZ +brI +bux +bvK +bwX +byv +aOg +tAB +ohk +bEX +bGD +cTS +cZe +bMq +dhs +bVr +bTV +tSc +pAm +cxF +dBu +aYE +bXU +jTx +cij +dJU +lTF +xKq +cmO +cso +cpr +mDe +iVc +xuX +iMj +cwz +fmF +kAe +wEA +mDe +cDz +ikA +kmL +jkc +rAM +tzZ +mwh +odT +muV +lUS +mwh +mMr +ikA +yhX +knU +sys +ndY +ddi +koy +deH +xDG +ddi +wVT +xzo +tzX +rNX +qac +nte +nte +aaa +aaa +tKX +aaa +aaa +aaa +bvh +jlK +bvh +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +abj +aaa +aaa +aaa +abj +aaa +abj +rYp +rYp +mav +rYp +rYp +abj +abj +aaa +aaa +abj +aaa +aaa +nOK +srW +tvi +aaa +aaa +abj +aaa +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(102,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +etQ +bjl +bme +bsE +aUr +aUr +qcW +bNS +aPg +bjs +etQ +abj +aaa +aaa +abj +aaa +abj +aaa +abj +aaa +atd +cch +auH +avD +awH +bgY +biJ +cCl +cGB +cgI +cmj +cro +cur +atd +cIV +cIV +cIV +cIV +abj +hez +muq +dky +muq +dky +muq +xGX +abj +clk +abj +dOK +abj +clk +abj +oJx +aOg +aOg +aOg +btg +pqT +btn +jyM +cCP +kBu +aOg +aOg +bDj +oke +oRC +bGE +tSc +bQm +tSc +tSc +bQm +tSc +tSc +bXU +bXU +bXU +bXU +bXU +xJK +oZH +utt +uqq +pus +dRe +rHz +cqX +mDe +hCy +mAZ +ejf +glA +mAl +ocE +xJC +mDe +dvC +ikA +rAM +rAM +rAM +rAM +qlJ +cRY +lDu +lVe +qlJ +rAM +ikA +ikA +ikA +ikA +qiR +eGT +iIq +sUj +dfS +bzG +yjo +pth +yjo +hwj +wvQ +fku +nte +aaa +abj +sRy +vOJ +vOJ +vOJ +vOJ +vOJ +vOJ +wuP +acF +abj +aaa +bCI +bCI +bCI +bCI +bCI +abj +bCI +bCI +bCI +aaa +abj +txq +iYa +pua +tcF +txq +abj +bqc +aaa +bCI +bCI +aaa +aaa +aaa +abj +aaa +aaa +abj +bCI +bCI +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(103,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uCN +uCN +uCN +uCN +etQ +etQ +etQ +uCN +bWR +cnZ +uCN +abj +abj +abj +bvh +bvh +abj +bvh +bvh +abj +atd +cgQ +cgQ +atd +axP +axP +vTN +btX +cGE +cgQ +cgQ +atd +atd +atd +aaa +abj +aaa +abj +aaa +abj +uYk +ecV +gCz +ecV +uYk +cAb +gCz +eJk +uYk +cAb +gCz +eJk +uYk +oJx +bkJ +mPK +cDl +cDl +oMH +cyu +jeV +cDl +cDl +cDl +bzW +cDl +omJ +cZg +cZg +cUu +cZg +cZg +cZg +bQq +cZg +bWK +cXa +nbT +cAU +cbp +cbC +cbC +jem +utt +dNd +qFn +dRw +dWc +kpR +mDe +yfQ +mAZ +ejf +sCB +mAl +ocE +aeY +mDe +dvC +ikA +cIM +cIM +cIM +nrd +qlw +dfj +muV +iYl +cVG +gig +nBl +cIM +cIM +ikA +ijH +mUF +qEo +tZU +lxh +ddi +tpM +wKr +jsw +fGj +kVJ +tzX +nte +abj +dkI +xpD +xpD +dkI +wmd +dkI +iRu +dkI +swI +nte +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +txq +qcE +jUE +doJ +txq +abj +aaa +aaa +aaa +abj +aaa +bCI +bCI +abj +bCI +bCI +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(104,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +abj +uCN +bXH +coi +uCN +abj +aaa +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +aye +aye +dOa +idt +shS +vpK +azU +vpK +vpK +vpK +vpK +vpK +vpK +vpK +dvB +abj +uYk +edz +aSH +frJ +uYk +gBl +gTw +hBH +uYk +iNB +beO +ktl +uYk +qfp +bkJ +mSn +nTD +oAA +czX +iWM +jqg +bvM +bwZ +byx +sMS +tBr +bGt +dwN +dwN +dwN +dwN +dwN +dwN +egC +ukb +pjS +cXa +cbC +yhX +cbC +cbC +yhX +eir +utt +qFn +teJ +dRw +dWc +xvB +mDe +vly +rhy +mqY +ohL +nUP +kAe +xHY +mDe +cDz +ikA +ksN +vyF +cIM +san +hEB +mQI +cOI +lWl +mxZ +pzS +cIM +wMW +sPF +ddi +ddi +ddi +ddi +iYq +ddi +ddi +ddi +ddi +ddi +ddi +rtl +eIQ +vEZ +aaa +xpD +pAh +pAa +rgF +vsE +xpD +sRC +mlh +obv +dFg +dFg +dFg +dFg +dFg +dFg +dFg +dFg +dFg +dFg +dFg +dFg +dFg +abj +txq +tbX +kAW +iNy +txq +abj +abj +abj +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(105,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +etQ +bXO +cor +etQ +aaa +aaa +aaa +bBo +bAh +bAP +bAP +bAP +bBo +bAh +moG +moG +moG +gbI +gbI +gbI +moG +gbI +gbI +gbI +moG +moG +moG +moG +moG +moG +moG +oJx +abj +uYk +eeE +doA +cuq +uYk +gCh +gUe +dHQ +uYk +iPo +jwA +cge +uYk +oJx +bkJ +nlK +gPR +cIK +iXx +qos +buA +qoG +rcf +byy +sMZ +deb +tXq +deb +deb +deb +deb +xPq +hOx +tgy +cAB +bzm +cXa +npT +yhX +cbC +cdl +xLM +dkj +utt +gxS +cna +iYh +cra +tEE +mDe +prK +hmL +cxK +cxK +cxK +nTm +obE +mDe +cDz +ikA +cIM +cIM +rxH +tWL +uve +kZD +dfV +iKW +cRW +mQO +cIM +cIM +cIM +ddi +mad +ybL +fRS +gTG +dkz +ddi +jfk +jrc +jfk +ddi +dIy +fGj +vEZ +abj +xpD +mUY +vli +vmL +oNa +vlG +nSW +dkI +ijv +dFg +xDk +iFi +kZr +err +mBc +dHt +opP +xwW +xex +uTm +kDR +dFg +nte +txq +txq +qUc +txq +txq +cAr +nte +abj +bCI +abj +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(106,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +abj +abj +abj +etQ +aPg +bjs +etQ +aCb +aaa +aaa +bAa +bCm +bFw +bGw +bMJ +bRW +bBo +ccv +chd +ckN +bfQ +bfQ +czv +cCn +ckN +bfQ +bWQ +bqN +dbm +diQ +dnB +cbs +bBC +moG +oJx +abj +uYk +cuq +doB +cuq +uYk +dHQ +dEq +dHQ +uYk +cge +dRE +cge +uYk +qfp +moG +mTB +brW +brW +brW +gTr +brW +bxh +bxh +bxh +bxh +bxh +bxh +bxh +bxh +bxh +bxh +bxh +cZl +eXm +wtv +cXa +cXa +qIf +lhk +iZQ +qUe +ekk +onj +utt +jtS +coh +cmV +dOZ +ufR +mDe +smf +tFO +cwy +mPC +okQ +cCd +nqI +mDe +nso +ikA +rAM +rAM +rAM +rAM +rAM +heE +voL +lXa +mzZ +rAM +rAM +rAM +rAM +ddi +kvB +cto +nSs +hJG +sKK +qSI +ecW +sYB +wNN +ddi +rtl +fGj +ycn +aaa +dkI +lbz +mWC +xLY +ydv +xpD +wiT +dkI +fjF +dFg +roX +mbF +wdx +dHt +nwf +xwW +xZc +err +wdx +cNA +aWY +dFg +fGj +mfv +xfo +nnB +fGj +wKr +wHz +vEZ +abj +bCI +bCI +abj +bCI +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(107,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +etQ +aPg +bjs +etQ +abj +abj +abj +bAP +auk +btv +bpe +btv +bSu +bAP +ccJ +aBt +aBt +coL +bLb +aBt +iOH +ceP +bLb +cPJ +bLb +iOH +aBt +cDk +cbs +cZP +moG +oJx +abj +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +oJx +moG +mUu +brW +aaa +aaa +aaa +aaa +bxh +kGl +lHR +bzX +nSf +hiH +oRX +vDy +wka +wPi +bxh +tTD +vfh +wtR +cXa +xUL +cbC +cXa +nhJ +nhJ +qUe +jem +utt +dJU +utt +utt +utt +utt +mDe +mDe +mDe +mDe +mDe +mDe +mDe +mDe +mDe +cDz +ikA +cIM +cIM +cIM +jvy +qlw +eXc +cWV +qhH +juf +cTz +nBl +cIM +cIM +ddi +xfd +jFA +klo +deL +iYC +osx +mkL +tJh +dKY +ddi +pBc +lcG +vEZ +abj +xpD +gKK +xxJ +xMf +yeL +kLY +fvo +mlh +aAG +ndo +nFe +jZb +wdx +ohs +iPx +xZc +cSo +xZc +mJU +wwu +ido +dFg +iqs +eOt +mKN +dwm +gVC +wKr +mSo +vEZ +abj +abj +abj +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(108,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +uCN +uCN +bXP +csC +uCN +abj +aaa +aaa +bAP +bnk +bpe +atm +btv +bxc +bAP +ccK +ceP +bOP +aHu +boU +czy +aBt +ceI +bQd +aDg +ccW +liE +iOH +cDk +cbs +dtZ +moG +dyy +azU +vpK +vpK +vpK +vpK +vpK +vpK +vpK +vpK +vpK +vpK +vpK +vpK +azU +mhg +moG +mWP +brW +aaa +oNx +oOg +bxh +bxh +ref +sbn +sNf +sNf +tYG +sNf +sNf +sNf +wPv +bxh +fMV +gnR +wxt +bUw +neW +jFc +tgg +uxe +owd +hvW +sYS +xiH +xiH +uAn +cop +cnb +tgg +xiH +xiH +xiH +xiH +eQd +xiH +xiH +xiH +xiH +ack +ikA +lpC +wMW +cIM +kxQ +hEB +baS +cOP +cRU +mxZ +vlf +cIM +vyF +bJF +ddi +rIt +gYN +quV +jJq +tsu +jjC +mkL +prm +jfk +ddi +rtl +fGj +vEZ +aaa +xpD +rHD +xtw +xME +yfG +eYR +jTz +dkI +aAG +gXK +pWT +pWT +pWT +sQd +vZn +opt +pWT +rUu +pWT +mxx +ydB +yfs +rAh +xrx +nte +nte +hqh +ycn +nte +nte +abj +aaa +bCI +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(109,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +etQ +bOb +aPg +bjr +uCN +aaa +aaa +aaa +bAP +aTB +bpU +aQe +atm +bSw +bAP +ccO +iOH +ckQ +bQU +aHu +czM +ceP +cGF +cNn +cQb +crA +cAz +ceP +cDk +cbs +bvG +moG +moG +moG +moG +gbI +gbI +gbI +moG +gbI +gbI +gbI +moG +gbI +gbI +gbI +moG +moG +moG +mXF +brW +aaa +oOg +pse +pXV +oOg +rfQ +qJo +bzZ +bBL +cMi +bOk +bGK +qJo +rnp +bxh +gyZ +dlR +dpn +cXa +tIu +dzt +yhX +yhX +cbC +cbC +ukv +yhX +yhX +yhX +cbC +grQ +cbC +yhX +yhX +cbC +lGR +qUe +ssj +cbC +cbC +yhX +jiV +ikA +cIM +cIM +rxH +spe +kCE +kZD +cWV +cYk +mAa +mUg +cIM +cIM +cIM +ddi +uXc +mBV +qtZ +rfs +vos +htC +mkL +tda +sfI +ddi +dIy +wKr +nte +abj +dkI +fWk +xwd +xME +ygf +jKV +xCD +dkI +cAA +myH +uGt +uGt +uGt +ibJ +uYP +lPW +lPW +lPW +lPW +eaP +uTm +dFg +rNX +gJr +nte +rNh +oOX +dQK +nte +abj +abj +abj +bCI +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(110,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +etQ +bOm +aPg +bjs +etQ +abj +aaa +aaa +bAP +bCv +atm +aOL +btv +bSA +aQR +ccO +bLb +bBV +bQd +aHu +aEm +aBt +bQU +bmX +cQk +bqO +aFj +aBt +dnG +cbs +cbs +cbs +dLg +aVS +aVS +aVS +aVS +dLg +fNH +fOC +fOC +fOC +imH +iQf +iQf +fOC +fOC +fOC +fOC +mYd +gTr +aaa +oOK +iYw +pZq +qoQ +pZq +nUJ +nUJ +nUJ +tYU +oSL +oSL +oSL +wQj +rVw +sFF +uZl +dot +bYj +bYj +bYj +iru +bYj +bYj +bYj +cgT +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +cbC +yhX +ugg +ikA +rAM +rAM +rAM +rAM +mzZ +qGp +voL +cQH +cUU +rAM +rAM +rAM +rAM +ddi +gXb +phh +quV +rfB +rGM +htC +sHq +jfk +jfk +ddi +rtl +wKr +nte +ycn +dkI +dkI +dkI +xPe +dkI +oWK +dkI +dkI +xTb +ndo +nFe +wmL +xwW +tGd +dHt +wTW +err +wdx +xZc +jaN +pWR +dFg +mcQ +fGj +nte +qcX +wyR +dQL +vEZ +abj +aaa +aaa +bCI +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(111,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +etQ +bOn +aPg +bjB +etQ +abj +aaa +aaa +bBo +bCC +bpU +aOT +atl +bSI +bAn +cdb +bLb +bjW +aHu +aHu +czN +aBt +cGK +chJ +cmk +crE +aHu +ceP +dod +bvG +hBD +hBD +mzQ +eeL +mzQ +mzQ +mzQ +hBD +fOa +baF +baF +baF +baF +baF +baF +baF +baF +baF +bWx +ncP +brW +aaa +kcq +jba +jAa +kcq +rfQ +qJo +cZq +bBN +cMk +bFf +bGL +qJo +wRB +bxh +tTD +vfh +wtR +bYj +wNw +vGf +bZE +hBQ +sez +phQ +pnI +lDs +olI +sND +uvT +lDs +bYj +cfu +pGl +foA +viX +aAB +mVO +bYj +yfm +qUe +cAT +ikA +cIM +cIM +cIM +fPi +fXj +cOL +kko +qhH +cVG +cWA +nBl +cIM +cIM +ddi +nTV +phh +klo +rfK +kjF +htC +mkL +jfk +mZA +ddi +rtl +fGj +uwp +fGj +wKr +rPI +pZR +xPY +yhO +vlG +rzM +uLX +tqc +dFg +dXX +wmL +wdx +xZc +xZc +xZc +qsF +xZc +xZc +nyi +prs +dFg +fNY +fGj +nte +gvC +oOX +dRc +vEZ +abj +aaa +aaa +abj +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(112,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +abj +aaa +etQ +bOm +aPg +cwC +etQ +aaa +aaa +aaa +bAP +bCJ +atm +bGy +btv +bSA +bBo +aTn +aBt +baG +aIP +bQU +cAf +iOH +aHu +cNw +aCe +crF +gWz +aBt +cDk +cEh +hBD +dEt +dLj +osV +dVx +osV +cup +eeL +fOa +dBe +crJ +hCl +ipi +dOY +dRM +kwq +lvU +baF +bvG +ndJ +brW +aaa +oNx +kcq +bxh +bxh +kGQ +tdH +tdH +tdH +uaK +tdH +tdH +tdH +wRP +bxh +cLX +vfh +wyy +inV +uey +hEv +lZU +dCC +oTk +tqF +pnI +lDs +okI +lDs +lZU +lDs +bYj +kYq +crn +iKD +iKD +euu +vwX +bYj +yhX +rRM +ugg +ikA +vdu +vyF +cIM +mhC +hEB +laB +jHx +xne +mxZ +cVb +cIM +wMW +tOD +ddi +nMC +phh +qxv +tfI +dfY +jjC +gsc +jhm +feg +ddi +fVN +bAE +tHn +yjo +tHn +leo +gVc +aip +fFM +leo +yjo +yjo +eOQ +yfs +pWT +mJv +mJv +dKE +xcV +dHt +xZc +dHt +qqV +jaN +bTQ +dFg +xJW +fGj +ycn +tzX +sMM +lql +vEZ +abj +abj +abj +abj +abj +bCI +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(113,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +abj +abj +etQ +bOo +aPg +bjF +uCN +abj +aaa +aaa +bAP +bDb +atm +bHf +atm +aQb +bAP +aTA +ceP +clp +bfc +aHu +cAh +ceP +cGN +cie +aDg +cNg +bsA +diR +cDk +cEj +mzQ +cup +dLu +dOE +osV +hKB +eMC +mzQ +fOa +baF +gVd +hCD +ipx +iQL +jyk +kBe +lwz +baF +vhU +ncP +brW +aaa +aaa +aaa +aaa +bxh +buJ +sbt +sNt +cLV +bDB +cPe +bGO +bWz +wRT +bxh +qcL +ygK +jiD +dac +lHe +hne +dBB +lHe +lHe +sxH +idE +piQ +qIQ +lHe +oaU +lHe +jAi +lHe +tcK +nji +mNq +iiP +fpN +bYj +cbC +cbC +cTV +ikA +cIM +cIM +rxH +tLc +uve +odT +muV +fOK +mAa +lot +cIM +cIM +cIM +ddi +dfR +wdH +mkF +pqz +dfZ +ddi +jfk +jfk +jfk +ddi +sEK +tzX +bIK +qGP +aSP +vlG +eap +txb +pwH +vlG +hlJ +fGj +rNX +wjj +mDD +qxf +fwf +pWT +xcV +dHt +tXP +xwW +qqV +nyi +oEJ +dFg +tBs +wKr +nte +dRc +oOX +qcX +vEZ +abj +aaa +aaa +abj +aaa +bCI +aaa +aaa +bqc +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(114,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +uCN +uCN +bXP +cwH +uCN +abj +abj +abj +bAP +bDd +bpU +atm +btv +bSM +bAP +cdf +ceP +aBt +aBr +bLb +aBt +aBt +cHd +cNV +cml +aEp +aHu +btN +cDk +bVS +mzQ +dEA +cQq +cWy +hKB +dkX +aOs +mzQ +fOa +baF +bQP +joM +dKV +dPb +ccn +bhs +dZw +baF +btD +ndJ +brW +brW +brW +gTr +brW +bxh +bxh +bxh +bxh +bxh +bxh +bxh +bxh +bxh +bxh +bxh +cLX +vfh +wyy +eKm +crn +xeE +crn +crn +crn +iSW +crn +crn +kLd +crn +xeE +crn +tCy +crn +fVA +tQn +lzy +cAM +moX +bYj +cbC +hwE +ugg +ikA +rAM +rAM +rAM +rAM +hUH +iJW +cUW +cTr +hUH +rAM +rAM +oOo +oOo +ddi +qSE +wZL +qSE +deR +qtq +dkI +dkI +dkI +dkI +dkI +dkI +dkI +dkI +dkI +dkI +dkI +dkI +hiV +dkI +dkI +jVd +fGj +rNX +dFg +uMC +rMu +dGB +tbO +qsF +dFg +dFg +wjj +dFg +qPa +dFg +dFg +rNX +fGj +nte +qcX +oOX +dRb +nte +abj +abj +abj +abj +abj +abj +abj +aaa +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(115,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bfz +aaa +aaa +aaa +abj +aaa +aaa +etQ +aPg +cxS +etQ +abj +aaa +aaa +bAP +bDf +btv +btv +atm +bTv +bAP +bxp +bLb +clF +bQx +bev +bLb +ccW +cHz +aHu +boW +cSI +dbs +iOH +cDk +bWL +mzQ +dEG +tOs +osV +dcC +egD +aOs +mzQ +fOr +aXx +gVO +dHS +dKX +dPc +dRX +dVJ +dZM +baF +bWL +njM +gZH +oBL +crI +cXz +cXz +qpj +nVJ +cUK +mIO +nVJ +nVJ +mIO +mIO +cUK +mIO +scT +cES +vbq +wyy +inV +cIv +dGo +dBE +cbA +crn +iSW +ckj +lDs +cJN +lDs +vad +lDs +bYj +noI +rMr +wEr +cva +cAM +cAP +bYj +npT +qUe +ugg +ikA +xYt +xYt +xYt +rAM +bVJ +odT +muV +sHY +xdB +mxT +vkV +eFS +fEg +ars +eIb +nZi +ddb +cPk +qFQ +djf +pfA +dAv +tDD +gVo +hHo +hJO +fVc +oKD +wCy +dkI +rfA +dxc +dyp +dkI +tLI +fGj +rAh +dFg +loV +gre +dFK +pWT +nOR +dFg +xua +hfU +gxv +ind +tiU +dFg +rNX +fGj +nte +dJx +dRs +dJx +dJx +dJx +yiZ +yiZ +dJx +lho +aaa +bCI +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(116,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dft +aoS +aoS +dft +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +dft +bfF +dft +abj +abj +abj +abj +abj +etQ +aPg +cxS +etQ +aaa +aaa +aaa +aQR +bDg +bpZ +bHu +bMP +bTE +bBf +cdh +bLo +cmh +cpD +axc +cAt +cCt +cCt +cjn +cmm +bsA +egA +ceP +qKv +dvK +mzQ +hOy +cQr +aOo +bCG +vPS +bHr +mzQ +aBs +baF +gWH +baB +bca +baF +dCD +bgm +dCD +baF +baF +baF +baF +baF +baF +baF +baF +aBs +rpY +rpY +rpY +rpY +rpY +rpY +rpY +rpY +rpY +rpY +aAO +hDU +wyy +bYj +cfu +xBo +dBG +cAq +crn +sUU +ckj +lDs +cJN +lDs +ckj +lDs +bYj +niu +vru +dZe +gHq +cAR +frh +bYj +yhX +qUe +cAT +ikA +xYt +fTu +kDH +vWQ +iQu +laF +gQH +pKk +cRX +ikg +ilJ +udm +oBj +puv +mHX +rkO +puv +iZG +dgb +uHt +xNu +oSQ +nHQ +xxk +pVj +oDB +uyD +iXf +gJh +xpD +nkJ +fCp +dyr +dkI +tzX +fGj +yap +dFg +dFg +yfs +dFg +dFg +qks +dFg +nvU +dKE +xUX +wxU +dMd +dFg +rAh +wKr +nte +xQE +llF +hKt +kul +prI +juR +fvy +lJv +dJx +abj +bCI +abj +bqc +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(117,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aCb +dft +aph +aph +dft +aaa +abj +aaa +aaa +abj +aaa +dft +aFu +dft +dft +aFu +dft +aph +dft +aaa +abj +aaa +aaa +aaa +etQ +bXS +cyN +etQ +aaa +aaa +aaa +bAh +bBo +bAP +bAP +bAP +bBo +bBo +qef +bLb +cmo +aHu +bew +aBz +cCC +aHu +cjv +cQo +ccW +liE +aBt +doh +dvM +eeL +cup +dLA +aOs +dEG +bEs +cup +mzQ +aBs +baF +bQT +dHY +bWS +baF +ccC +cgk +ciy +cmn +mwd +nlf +hcW +bqe +itk +xsK +baF +aBs +rpY +sbD +bKy +tBB +ucJ +uQp +vFe +wnd +wSx +siM +bOq +vhD +bSt +bYj +bYj +bYj +bYj +dCH +crn +iSW +ckj +ckj +cJN +ckj +ckj +jZz +xza +eMI +gUa +gUa +gUa +eTz +miO +bYj +kDa +hHE +qpC +ikA +fVn +kna +aRl +qfD +tui +cCw +hUJ +mov +eiw +ydO +dWs +iFq +uSt +vyB +mkc +nKG +ddp +deS +dgc +dhL +wfs +uBQ +lHT +wfs +lNC +cTP +cGa +rMg +wCE +wVQ +jZj +dBA +dys +dkI +hur +naf +rNX +mfv +fGj +wQX +dFM +dFg +dFg +wjj +wjj +dFg +wjj +wjj +dFg +yfs +rNX +fGj +nte +qeg +ivT +dDW +kee +sxt +hAQ +dio +wsC +yiZ +acF +acF +acF +acF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(118,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aFu +dft +aFu +dft +aoS +aoS +dft +dft +aFu +dft +dft +dft +dft +dft +aJz +aLE +aCD +aEZ +dft +aIX +dft +dft +aFu +aFu +dft +aFu +bOs +bYf +bjH +uCN +aaa +aaa +aaa +abj +abj +abj +abj +abj +gbI +bBB +bxp +aBt +aBt +bQE +iOH +aBt +aBt +ceP +aBt +ceP +aBt +aBt +aBt +dox +bvR +mzQ +mzQ +hBD +mzQ +eeL +bEt +mzQ +mzQ +fQu +baF +dCD +dHZ +dCD +unx +xsK +kEM +ciM +xGa +xGa +xGa +xGa +ciM +lwz +xsK +baF +aBs +rpY +dis +sOV +tCu +tCu +tCu +tCu +wou +wTs +sek +bOw +vse +dPt +htF +kuz +cgU +bYj +cKh +crn +iSW +ckj +lDs +cJN +lDs +ckj +lDs +bYj +lxZ +dEi +eEY +enb +eTP +frp +bYj +cbC +qUe +cAT +ikA +xYt +fTu +mFH +fYu +tHr +fXQ +lGo +cQN +lGo +cTA +mwh +eXf +oBj +oUh +vnu +mMf +dgd +rhD +kEg +uHt +dju +jTZ +oDB +oDB +vsA +hBX +iKy +oDB +iqD +xpD +kPH +qrj +wLC +dkI +wKr +fGj +tvK +mKN +vTC +mKN +ezN +vTC +mKN +dIs +cSp +mKN +tHn +yjo +yjo +dMK +wrP +fGj +nte +pSd +rtb +idu +tYx +mrf +uhI +sag +sag +yeK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(119,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dft +dft +dft +ald +afD +aDx +ajn +ajn +aDx +ajn +awg +ayj +ajn +atW +ajn +ajn +ajn +ajn +ajn +ajn +aXe +ajn +aXe +ajn +bsF +awo +ajn +bbC +bOU +bgB +aSh +moG +moG +moG +aaa +aaa +abj +aaa +abj +aaa +moG +moG +cdj +iOH +cmZ +cNg +bQU +aDm +aBt +ceZ +kox +aDl +crI +kox +cXz +doO +cED +cXz +cXz +cXz +cXz +bCL +ehF +cXz +cXz +fQy +gCs +gXc +bTo +dEW +baF +jyy +cgr +kIa +cmL +coT +owM +heg +kIa +cwP +cyx +baF +qpw +rpY +sbR +mIQ +pwt +opy +pwt +pwt +qLE +rnr +sek +bOw +vse +dPt +dtB +quA +vdd +bYj +dVC +crn +kLd +ckj +lDs +pnI +lDs +ckj +ozq +bYj +bYj +bYj +bYj +bYj +bYj +dHk +bYj +yhX +cxW +ugg +ikA +xYt +xYt +xYt +rAM +otn +icz +cNl +gNZ +vaH +mWo +cTG +uHA +oBj +oRr +pNO +pNO +pNO +deU +dge +dhR +djt +tCj +tCj +dnf +pXr +vga +tGl +weY +wGM +dkI +xwf +ewt +dyu +dkI +dQL +naf +fGj +fGj +fGj +fGj +rAh +fGj +fGj +cGX +fGj +fGj +wKr +fGj +gvH +tzX +wKr +fGj +nte +qIk +fyt +xLL +dHi +pzG +cjs +iJw +rFw +yiZ +acF +acF +acF +acF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(120,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agC +ahh +aeG +afb +afE +ayv +aie +arM +arM +arM +awk +arM +arM +aEc +axg +axg +aAs +aLG +aDj +aDj +aAc +aBm +aIC +aIC +aIC +aIC +aIC +bDS +bPr +bgF +bjI +moG +aXC +moG +moG +moG +moG +moG +moG +moG +moG +bsb +aTA +ceP +cnf +aHu +cNg +cAy +ceP +aBs +ckh +cQu +ckh +ckh +cEJ +cEJ +cEJ +cFU +lnB +lnB +lnB +mTB +lnB +lnB +baF +baF +baF +gXM +hEe +aNr +iTz +jzn +sDu +dZN +cmP +ctG +nnM +nUq +xsK +oPr +xsK +baF +qqO +rfV +scx +mIQ +nVL +oqv +uQy +vGw +wpP +rnY +sgM +gNj +vvX +dPt +dtB +quA +xEP +bYj +tyn +crn +iSW +ckj +epy +scl +tFt +jMi +qme +bYj +mmU +gmk +dZi +bYj +eVK +frN +fWc +iHM +iHM +vSU +ikA +ikA +ikA +ikA +ikA +kCF +lev +mAn +jYQ +mAn +wAv +cOT +uHA +oBM +oUh +dpZ +isM +deK +rhD +rJJ +uHt +hxp +dkF +biW +xbn +vHs +xpD +vHs +xbn +xpD +xbn +djf +xeK +yhS +dkI +wjI +wjI +wjI +wjI +dWy +woL +kVJ +dIx +xjw +dIx +dIx +dIx +dIx +dIx +dIx +dIx +dNB +lfG +mkS +iyh +vVR +dSc +waL +dRK +sUw +fqq +xuj +dJx +abj +bvh +abj +bqc +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(121,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dft +dft +dft +alf +anb +aOc +aOc +arO +aOc +ame +awl +aNe +aOc +aOc +aOc +aOc +aJF +aOc +aOc +aOc +aXs +aOc +aOc +aOc +bto +ame +aOc +bEf +bOU +bgH +czb +aJb +aXI +bTM +moG +bAo +bDh +sDo +moG +bNd +aVS +aVS +bxp +aBt +cng +bQO +bsB +cAz +aBt +cHK +ckh +aGk +bSy +krc +cEJ +cGo +cFA +wQq +lnB +dLM +dOX +dVS +bEw +dpd +baF +fRL +dBm +dEF +uvW +bWZ +baF +jAs +joM +xsK +cwP +cpy +crN +nWB +xsK +oPr +puk +baF +qsw +kJB +sdY +mJH +cKk +cUL +bFk +cKk +wsa +cZw +ded +sok +eNy +dPt +dtB +quA +srP +bYj +xat +crn +iSW +ckj +clA +hQH +cpJ +cpJ +raR +bYj +tJM +gMw +jJl +bYj +cbC +cbC +yhX +cbC +yhX +ugg +dkp +kjT +ekk +hlh +ikA +qWU +qWU +qWU +qWU +qWU +qWU +qWU +uHA +wRw +kVz +puv +rho +puv +rCf +rJr +uHt +djw +tdt +upr +xbn +dlO +tUX +vHG +xut +aaa +xwq +gzR +dxh +dyq +dzA +dEH +dEH +dEH +puB +iul +pie +kVJ +dIx +riE +thR +riE +lHd +mmQ +cmA +riE +dIx +szR +szR +szR +szR +szR +dIx +hYL +dIx +dIx +pSp +dIx +dIx +abj +bCI +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(122,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aFu +dft +asT +dft +dft +aFu +dft +aFu +aFu +dft +dft +dft +dft +dft +aKj +aLV +awP +axT +dft +dft +dft +dft +aFu +aFu +dft +aFu +bPA +bYA +bjK +moG +rDZ +dGH +bxi +uGH +aar +bhM +moG +dtE +cbs +aVS +amh +aBt +cno +bQU +cwa +cAK +aBt +cHP +ckh +bpf +crW +dbu +cyc +cFQ +dvP +dzy +lnB +dLP +dPf +dVU +dlb +dMi +baF +fSj +gCv +fTl +dIb +dLf +dCD +xsK +dVV +rRy +bKs +cMa +xGa +hes +rRy +cwP +jhv +baF +clJ +rpY +lJK +mKg +pwt +cMy +pwt +pwt +qLE +rop +sek +bOu +vqg +bTY +dtB +quA +lIo +bYj +qqW +crn +iSW +ckj +lBD +vxk +tUR +gXk +lhu +hEY +rcr +nFB +ctH +bYj +qUe +fYZ +nhJ +qUe +cbC +cDU +xuG +cbC +cbC +yhX +ybR +sVN +cNt +lGD +sVN +cVf +cQV +aEh +uHA +ual +oWk +mGL +pQd +puv +rhD +pHL +uHt +djx +pCm +biX +dnh +xyK +lHA +drp +xut +aaa +xwq +gzR +esO +dyw +dzA +jBw +dEH +dEH +puB +cMc +dOm +dIv +dBh +iNC +spW +rxL +xvO +rxL +lhr +ljs +dIx +spR +sKw +cYd +mlW +xjl +dIx +dHJ +dIx +cth +tSH +pwN +dIx +aaa +abj +abj +bqc +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(123,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aCb +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +abj +dft +aFu +dft +dft +aFu +dft +aCb +aaa +abj +aaa +aaa +aaa +aaa +bPA +bYY +cze +aoo +aoo +aoo +aoo +aoo +aoo +aoo +moG +moG +moG +cbs +bxp +ceP +iOH +iOH +aBt +ceP +aBt +aBs +ckh +cQB +cds +bsD +cEJ +dpe +bxj +bxs +lnB +dMc +cXN +dcO +dlk +bHw +baF +fSD +dBv +bQW +bUm +bcc +dCD +xsK +dWb +hEs +owM +owM +owM +owM +hEs +bWS +xsK +baF +clJ +rpY +cHm +mKu +bGY +bDI +bKB +bGY +wsr +rpB +sek +bOw +vse +dPt +dtB +quA +mlG +bYj +kOV +crn +kLd +dHV +rgA +cpJ +cpJ +cpJ +wvC +xza +blH +gKG +eRS +bYj +cbC +cbC +cbC +cbC +yhX +ugg +yhX +yhX +cbC +cbC +yhX +sVN +jzw +qwa +gjD +hbL +uuo +tjq +uHA +nrB +wEJ +pKg +drs +dgk +dSD +tfy +dkI +djy +tdT +tGM +urC +xyK +xyK +drq +xut +aaa +xwq +xzK +rsW +dyv +dzC +iSY +eWC +jwR +puB +qwG +jOc +gZg +dIx +jxW +qxd +kWt +uuH +xyU +eBz +pXd +oeN +gGA +qYh +umr +tFj +gGA +srZ +jNE +iFv +gMZ +sIs +pql +pSp +abj +bCI +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(124,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aCb +abj +abj +abj +abj +abj +abj +abj +abj +abj +iGw +iGw +iGw +iGw +aCb +abj +abj +aCb +abj +abj +abj +aCb +acC +bZm +czi +aoo +amL +hhI +bxq +bsq +bxk +aoo +xqJ +nSx +moG +bvR +cdp +aVS +bWL +hUX +aEo +caQ +cdm +cHT +ckh +cQK +qLZ +lqY +cyc +aHw +eFo +cJA +lnB +dMi +dlv +dcQ +dlv +bHz +baF +fTl +dBM +dEW +hFv +aOP +baF +jAF +kFQ +nIw +cxh +xsK +csa +nXm +cuQ +oQz +pux +baF +clI +rpY +sgK +cIX +cKq +udI +cPg +vHi +wsA +wUu +rpY +bOw +vse +dPt +dtB +quA +rIC +bYj +nQR +crn +iSW +cbA +bgb +rLt +dPe +czB +dSL +bYj +dWE +wMA +dZn +bYj +ssj +nPZ +cbC +yhX +hcE +ufD +cbC +iuW +iZQ +sWp +cbC +cVf +sVN +cOY +cPd +vkS +jcR +cVf +uHA +xKP +uJo +pzW +vsH +dds +koA +mIg +vsH +vsH +vsH +vsH +whO +whO +whO +whO +whO +wHM +lwP +dWn +eRD +mMo +dzD +aoc +pJs +pda +puB +iFc +xzo +dFS +dIx +dIx +dIx +dJr +rRO +dIx +dIx +dIx +dIx +dJx +dJx +dJx +dJx +dJx +dJx +dJx +dIx +guD +eIv +pYm +pSp +aaa +abj +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +cDs +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(125,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +aCb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aCb +acC +bPA +bZJ +cAv +aoo +eqp +hjN +bxr +bsq +bDi +aoo +cKz +bNK +fFl +bVS +auo +che +che +che +cwt +che +che +cIb +ckh +cQP +csr +aPY +cEJ +dpg +cFG +bxt +lnB +dMk +cYa +aPM +dYt +aSQ +baF +fTp +uPv +uPv +uvW +cGp +baF +jBI +kGf +brY +baF +ctT +nqB +nYi +unx +dCD +baF +baF +qtp +rpY +siM +sek +sek +cUN +cPj +sek +sek +rpY +rpY +bOw +vse +dPt +fTs +dRT +wjl +bYj +inV +eKm +sll +inV +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +cXa +cXa +cXa +cXa +cXa +qBv +cXa +cXa +cXa +dzL +yhX +vam +ozs +tKj +ozs +fYC +izb +fJp +uHA +pgp +fnI +xQZ +vsH +wAs +pCB +svh +dhW +gHm +dkJ +dlY +dIg +spH +pKc +onr +vsH +nbr +mmZ +jwe +xQj +dyB +dzD +pJs +aoc +pda +puB +fGj +pYt +dFS +fGj +jIl +inx +hIk +fMD +gFa +rAC +iVn +dMP +jao +yhc +gJj +wyV +lsV +oSy +uxz +dIx +gzB +qsX +eOr +pSp +abj +bCI +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(126,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahI +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bbV +bPD +bhN +bjK +aoo +eSm +hAY +bxx +bsq +bDi +aoo +biq +xqJ +moG +woa +sDI +moG +gbI +cbs +cwA +gbI +moG +aBs +ckh +aFo +css +aFo +cEJ +aKe +bvV +aKe +lnB +lnB +cYg +lyE +cYg +lnB +baF +unx +dCD +dCD +cas +baF +baF +jCn +dWd +gKC +jYe +cpA +nqG +wVn +six +qMp +jig +jCX +qtU +rhx +qMp +qMp +cKv +cMP +oWg +qMp +qMp +rqO +six +bOw +vse +dPt +dPt +dPt +mDY +wFd +dPt +dPt +gMf +dPt +dED +dPt +tKa +qvr +qvr +qvr +qvr +dYc +ctN +dBH +qoH +qvr +edh +qvr +qvr +hwa +qvr +nNj +cXa +cbC +cbC +sVN +cVf +fvB +vTj +cSd +jcR +sVN +uHA +puv +vye +xQZ +pUL +xdz +rDf +qaw +rUE +jmo +iWl +uPh +loO +wir +rpv +ena +vsH +xSf +xSf +xSf +xSf +xSf +wEh +wEh +wEh +wEh +wEh +dfe +dfe +gLL +tzX +dJx +wpC +hIk +fMD +dMg +sZN +lZk +sZN +nwz +oNV +dMg +ktf +rsE +dJx +sQU +dIx +hMB +vTw +dVo +dIx +abj +bCI +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(127,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acC +acC +acC +bhN +aRQ +aoo +aXJ +hFX +bxy +bsq +qVc +aoo +moG +juy +moG +bVU +cbs +gbI +nGG +bVL +cbs +cbs +gbI +cIj +ckk +cQQ +cst +aHb +aGn +rJw +cFI +wCD +aLC +dMn +nsi +aPO +dCK +wCD +aUt +fTY +dCK +bUC +hJA +ipV +huw +jCG +dWf +eaZ +yai +mwB +dMX +hfx +hFg +mLE +pyj +qbQ +qvg +mLE +skB +mLE +dil +ufo +mLE +mLE +mLE +mLE +hFg +inI +uBS +uIF +fsZ +eLE +vyh +kva +eLE +cir +qIq +eLE +eLE +eLE +xRq +eNW +yiC +yiC +yiC +yiC +yiC +yiC +qaH +yiC +wsg +yiC +kTq +wqC +qvr +gRa +cXa +ybR +yhX +sVN +hgH +mAd +cQS +nPX +jlL +cVg +uHA +nfO +aOd +xJv +pDF +ibM +eAH +esT +qZv +sbf +xon +wua +mob +dIh +vib +epd +vsH +gVl +mdc +sPG +oyt +xSP +wEh +iVN +xEA +dNZ +rgD +dsx +dfe +dFS +dFM +dJx +kZL +eJc +fMD +gJj +rAC +iVn +rAC +nDK +yhc +dOS +cwn +qCE +dJx +xPw +dIx +dIx +dSI +dIx +dIx +abj +aaa +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(128,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +abj +abj +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +byN +aRL +bcy +aRL +bgO +cDE +aWw +bsi +hOi +bxz +vLk +aNG +aoo +bBC +bOj +moG +bWa +cbs +gbI +bVL +cpO +cwI +cbs +aVS +cIu +cOf +cQR +btP +cGj +diS +dpv +cGj +udw +cGj +cGj +dPl +bHN +cGj +eNq +cGj +fUo +aRT +cHh +hJC +bjc +iTZ +jDk +dWh +bhw +jYe +wVn +boi +oBf +bMH +mMd +mMd +mMd +cEa +mMd +lKE +mMd +tDc +rsM +mMd +mMd +mMd +mMd +bMH +fAR +igj +nzZ +eJR +kFR +fyj +eJR +eJR +gtP +umX +dvf +eJR +eJR +eRU +dRB +dWK +gfQ +pnT +gfQ +ctL +gfQ +cwL +gfQ +gfQ +gfQ +gfQ +gqS +hUk +ncZ +cXa +czD +cbC +cVf +dHD +jMs +cVf +sVN +cSc +nDf +uHA +pEd +vye +xQZ +loO +ddx +dff +qCK +biO +qhf +mTu +ena +wKB +wir +vnq +clq +nYC +qzC +yhY +eeD +yjC +amk +wEh +ruT +gpS +tdf +gAF +bbJ +dfe +sUN +tpM +dJx +ucx +xbJ +fMD +dMg +sZN +lZk +oNV +nwz +oNV +oca +hIk +tDg +dJx +hmE +dIx +hyk +vTw +dXU +dIx +abj +bCI +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(129,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acC +acC +acC +bhN +aRQ +aoo +btk +hRC +bxB +bix +bsq +aOY +cbs +cbs +cbs +cbs +cbs +aVS +aVS +cpQ +cxA +bVL +aVS +cIR +cko +aFA +aFA +aFA +cFO +aFA +aUv +aFA +cYW +qiF +cYW +bCN +cYW +bEK +cYW +aYZ +eZR +aYZ +bce +aYZ +aYZ +cdx +dWv +bhx +aYZ +wVn +ipW +nIm +bqr +tUd +cUQ +cUQ +bwf +kZv +slr +mMq +mPJ +bHj +bHj +vIC +vIC +vIC +bHj +bSE +dml +dpt +pId +pId +pId +pId +pId +vof +tEl +bSE +bSE +bSE +bSE +jSu +yeI +csK +csK +csK +csK +csK +csK +csK +csK +csK +sqZ +mOb +tKa +moW +cXa +cXa +uvt +qWU +qWU +qWU +qWU +qWU +qWU +qWU +uHA +hoS +fnI +xQZ +ets +dkP +hvE +cMl +lzg +gyW +dkM +dlZ +dIg +uPB +oYk +ujh +vsH +niq +tSo +dwg +xTh +dyG +wEh +hLJ +gpS +kMz +trI +ehA +dfe +xAu +bAE +hVD +bAe +eVh +sOW +nvA +nvA +nvA +nvA +wJP +pnK +gOL +pcb +dQi +dJx +dXS +dSA +fmK +vTw +dXS +pSp +abj +bCI +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(130,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bcA +bQu +bhN +aRQ +aoo +btk +bxx +bxB +biQ +bDT +aoo +bJk +cbs +moG +moG +cbs +cbs +cnq +bfY +bVz +cbs +svo +cdS +cku +aFA +csz +aFr +btQ +cDm +cFL +aFA +byP +riI +dPp +ddc +bEK +eTb +dtC +fUt +dCM +bgo +bcf +aYZ +bdz +dSQ +dWz +bhy +aYZ +sIo +jya +bog +bqr +bOA +bOA +bOA +bwf +cFK +lKX +byU +nZz +bHj +peP +vJr +wsN +wVc +xPL +bSE +vww +bTZ +fuj +tea +tea +tea +sov +gzr +bSE +jXE +dKa +fbU +bSE +dwM +wrB +csK +fvE +sMv +iOJ +cvo +xcz +jUR +eto +csK +grW +cgV +cQp +dEb +joW +nsA +dkn +sqK +pOa +ubA +uHA +hQl +wiY +nDj +uHA +oBj +vye +xQZ +wbP +hQW +gpA +xoj +vsH +vsH +wKB +vsH +vsH +vsH +vsH +vsH +vsH +gYb +ykR +xSf +xSf +xSf +wEh +pnv +uoY +dDQ +fkL +kdl +bpR +vJX +fGj +dJx +orN +qCE +nGI +gJj +rAC +iVn +yhc +gJj +yhc +oca +hIk +nGI +dRr +elZ +sIs +ikc +eNt +vCx +pSp +aaa +abj +aaa +bCI +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(131,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +acC +bPA +bZJ +cAv +aoo +fvs +iNJ +bxE +biU +apJ +aoo +oWL +cbs +hRd +moG +cbs +gbI +aVS +aVS +bVL +ldW +gbI +cJd +ckW +aFA +cSJ +dbv +aGo +nlF +dvR +aFA +dFm +ddk +ddk +oNr +aUx +eTZ +fsk +aYZ +gCx +dFq +hLh +dLx +lmd +xBC +cgK +bhz +aYZ +wVn +jya +oBf +luQ +aaa +abj +aaa +bwf +mMQ +byL +mMQ +mMQ +bHj +uQU +vLR +qQG +vLR +xQi +bSE +bSE +bUa +keb +tEl +keb +oKQ +keb +bSE +bSE +tlZ +pUz +ikJ +bSE +fvI +wrB +csK +mnN +uWd +tFd +tFd +tFd +jme +cFE +csK +cCM +lAr +qVp +uLT +cHw +hyI +kGp +kGp +hyI +nBu +uUW +xMc +tcp +tuK +cZC +esP +mKZ +xQZ +cVZ +xAj +nQS +rKQ +dzI +xAj +xAj +xAj +dzH +xAj +xAj +xAj +duY +xAj +tEB +xAj +dyC +dzI +wEh +tgP +wlE +xXf +tLT +gMU +dfe +kVJ +wKr +dJx +mSE +nfd +nGI +dMg +sZN +lZk +sZN +dMg +oNV +dOS +cwn +nGI +dJx +gSF +eye +dTf +wBo +dTm +pSp +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(132,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +acC +cdk +cDZ +aoo +aoo +aoo +aoo +aoo +aoo +aoo +moG +cbs +cbs +cbs +cbs +moG +gbI +bRK +aVS +gbI +moG +cJj +cOj +aFA +cTj +aFt +aGp +aHB +xHA +aFA +dFv +nEC +aUy +qlN +cFF +cjQ +pkf +aYZ +blf +ilz +oZS +bXb +iUP +beY +pKu +cjH +buS +wVn +jya +oBf +luQ +aaa +abj +aaa +bwf +bwf +cHC +cJr +bwf +bHj +uVC +bHd +bFr +rvg +skp +bSE +hqq +qWf +bUI +bIG +cbN +fqv +vxW +bbY +bSE +bSE +dKt +bSE +bSE +gIn +cpK +bsJ +sUY +dFX +ygC +ygC +ygC +wDT +hFx +csK +tdo +yem +vzv +saY +dkn +njP +dkn +dkn +iQQ +ced +sjW +oEj +tlc +xKu +sjW +pAy +hCs +qGf +nmp +xJf +nbx +rKZ +sid +xDv +lBh +dqb +gkY +dqb +jmL +dqb +esa +xDv +dvd +xDv +hYi +rNO +exh +wOf +oFp +dDR +dFn +ygS +dfe +dIy +fGj +dJx +vyD +hIk +dRm +kKB +quO +lAD +quO +kKB +xQb +kKB +rIY +ycx +uVh +dRt +kGG +dXV +lCa +dTm +pSp +abj +bCI +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(133,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +abj +uvC +dZp +uvC +uvC +dZp +uvC +abj +aaa +abj +aaa +aaa +aaa +aaa +bPA +bhN +cJn +moG +aXK +iZo +bxI +bjN +aNI +bWx +moG +cbs +moG +cZP +cbs +cbs +aVS +cqw +cbs +cbs +cbs +cJj +aVS +aFA +cUa +cvh +cye +nlF +bwj +aFA +dFW +ddk +ddk +gep +jct +aSW +dtI +aYZ +gCI +dFt +bci +dLx +lmd +dSW +kGW +cjO +buS +wVn +jya +oBf +luQ +aaa +abj +aaa +bwf +rlm +lKX +byU +cKT +bHj +uVS +pzi +qQS +bPY +xQv +bSE +vwH +dxf +dtF +dxf +dtF +dxf +loT +iIl +vtj +ylM +mqB +tKk +bSE +dwM +rpT +csK +fyz +pCs +iuh +iuh +iuh +nIG +lsz +bgk +ejB +cER +cQm +lGN +jpa +jSV +lfd +knb +fmw +tpR +kXP +esz +eVB +job +jJs +rJZ +mNY +mHX +oVl +xDD +xDD +cJT +wOF +xDD +xDD +oxm +eCO +xDD +mEE +xDD +anP +xDD +xDD +xDD +mSh +dzJ +wEh +aob +kQU +dCL +oXs +dGO +dfe +rtl +rNh +dJx +qJh +hIk +dKe +jRL +sZN +lZk +uUa +dip +oNV +dMg +tJN +jnr +dJx +mnO +vYK +dUK +dUl +dTn +dIx +abj +bCI +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(134,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agp +agp +agp +agp +agp +uvC +agp +agp +uvC +uvC +uvC +uvC +aAN +aLW +aDG +aFB +uvC +uvC +uvC +uvC +dZp +dZp +uvC +dZp +bPA +cew +cJG +blL +aKT +jjA +nNp +nNp +xJH +che +scT +ilF +xVY +bXf +cxY +cxY +cxY +cqK +isb +cBo +xQW +cJp +clz +aFA +cUj +cvA +aGr +aHD +bwi +aFA +dGd +aXF +aXF +dzv +aRq +eWR +tJu +aYZ +gDy +bco +tGi +aYZ +bdE +dSQ +cgP +ebz +buS +wVn +nqH +nYK +hHa +abj +abj +abj +bwf +rma +lKX +byU +lSG +bHj +uWM +pzJ +bIT +hRv +bMG +bSE +kpT +wCm +dAr +wCG +dAr +wCG +fWS +dFa +cfA +wCm +qqU +dNC +sZn +nlu +mwA +csK +cvE +mkM +ctP +qui +mck +qxQ +czG +dRL +oFJ +xMi +vzv +oqA +oKl +njP +qhT +dkn +iQQ +ghN +rsV +oEk +cKr +srA +rsV +uZs +iVI +uDz +vEo +vEo +rjs +vEo +dlT +vEo +rjs +vEo +tXf +tXf +tXf +qOh +gVV +qOh +tXf +tXf +tXf +ykx +wEh +dfe +dfe +dfe +dfe +dfe +dfe +rtl +nte +dJx +yiZ +iBW +jiS +yiZ +yiZ +yiZ +dJx +dJx +yiZ +yiZ +yiZ +dJx +dJx +tEG +dIx +dIx +dIx +dIx +dIx +abj +abj +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(135,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apB +uvC +alv +axa +aUB +ayr +axa +auc +axa +axa +axa +axa +axa +axa +axa +axa +axa +axa +btR +aUB +axa +arX +bOU +bgU +cRo +moG +btw +ann +olS +vWI +aoU +apM +moG +gcK +cbs +bXJ +cdt +aDI +aDI +aDI +aDI +xzw +aDI +aDI +clH +aFA +aFA +cvv +aFA +aHE +aFA +aFA +dGi +aXF +aXF +dWe +aWd +qfr +ckz +aYZ +aYZ +aYZ +aYZ +aYZ +iVa +dTd +cgR +ebY +aYZ +mxV +jya +oBf +luQ +aaa +abj +aaa +bwf +rmb +lLb +sPM +tDN +bHj +uXj +pAL +bIV +dae +deo +tYf +rju +wCp +bYn +rTE +bLL +rxc +bYn +dFb +rTE +jVx +wFJ +dNO +bSE +qtv +ccI +csK +fyz +pYR +eXx +eXx +eXx +gIu +lbE +gxk +hev +rKL +vzv +oqA +jqb +ugy +gRN +jQt +ugy +iRd +rot +uEZ +pBD +pBD +pBD +mnh +oXm +cZu +vEo +vvY +xcG +avZ +die +dkQ +xcG +hsS +tXf +xQB +uQL +omU +klr +fFf +roU +eri +wnh +ykx +dAW +fqo +tzX +dEa +wKr +fGj +wKr +kVJ +ygb +keY +iEY +sWh +bko +tzE +mhS +kJs +tum +uMU +tii +mhS +jkJ +sWh +wuc +etU +vgu +dSf +vat +dTp +dUb +gYI +acF +aaa +abj +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(136,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +ahe +aii +dZo +ayB +amj +asi +aqB +asi +aul +aBc +aBc +aBc +aLX +aBc +ahQ +aXB +aII +aII +aII +aII +aII +aII +bEh +bPr +alF +cSy +lZy +lZy +lZy +lZy +lZy +lZy +lZy +lZy +lZy +kSr +bXL +cbs +wMm +bPt +bRY +bWf +cbB +cdw +aDI +sNn +aFA +cUs +cvA +aGu +aHF +bwk +qXC +aXF +aXF +aXF +dWe +aXF +aXF +hMZ +dxa +gDz +dGc +bcd +bXy +iVE +cdy +kHa +bhE +aVc +wVn +jya +oBf +luQ +aaa +abj +aaa +bwf +bwf +lOt +sPY +tEw +bDR +uXu +pBp +cus +dag +dep +bSE +uXN +wCG +wCG +wCG +dCX +poi +wCG +wCG +wCG +wCG +psg +xQd +dPO +srp +jwn +unk +vte +dYd +ygC +ygC +ygC +ixs +qRN +csK +cCM +xMi +vzv +mcd +nJZ +ouL +oSZ +dkn +iQQ +sDC +pBD +oJF +mZM +clb +ofk +poO +iLA +pCn +vEo +qFV +kaX +kaX +gha +kaX +kaX +etO +utT +xUz +hJX +qNZ +xdb +nzN +nzN +cbI +uQV +jRH +plG +khf +aKq +yjo +eOC +aKq +yjo +kku +nFf +fEU +kUr +umd +jtr +wuc +wuc +wuc +umd +hIZ +wuc +wuc +wuc +umd +xQY +ihv +sme +pMp +sme +sme +iOD +abj +abj +aaa +bCI +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(137,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apL +uvC +ahr +aud +aUC +ayD +aud +aud +aud +aud +aud +aud +aah +aNS +aXL +aud +aud +aud +buP +aUC +aud +aNw +bOU +bhn +cZi +bnm +lZy +jAB +dyn +bMC +bEc +apO +aqK +lZy +bWL +bXL +cbs +aDI +cnH +cqT +beU +cBt +cCV +aDI +cOl +aFA +cUx +dbU +aGt +dpH +aSV +aXF +dGD +vLQ +dPF +oIy +enm +cHc +aXF +xuK +bKU +xBC +bKU +iqk +iWe +dTd +sKF +bhF +aYZ +myq +rfm +nYW +luQ +aaa +abj +aaa +qws +roH +lOz +byU +bCl +bHj +pHr +pHr +cVm +dan +des +bSE +jMm +wFb +bIE +rsK +bSE +bAT +ppf +mUi +bgD +tAz +sxX +dNT +bSE +dwM +hpE +csK +uDd +wPc +dZy +eYe +dZy +bDk +jLs +csK +hzX +kUz +noj +oqA +sRG +ugy +oBH +hnE +ugy +iQQ +cRb +oIq +fVX +nsS +dgv +nsS +oXK +daC +rjs +kPy +dfh +dyI +sjm +vnI +dkS +dnn +utT +biZ +drv +rzT +dsE +rru +xeT +idx +fQT +ykx +wKr +dBd +uBY +uBY +uBY +uBY +uBY +uBY +uBY +pBI +lap +fkq +lFG +dKo +dKo +dKo +fbL +dKo +dKo +dKo +dKo +ubP +dKo +bgj +sme +dSg +nuU +jCz +iOD +abj +bCI +abj +bCI +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(138,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agp +agp +agp +agp +agp +uvC +agp +agp +uvC +uvC +aJV +uvC +auS +atL +atL +ahR +uvC +aJV +uvC +uvC +dZp +dZp +uvC +dZp +bTR +bhN +bjK +dJn +atv +bnn +wrm +bAt +bEe +bFB +bJs +bOD +mIO +bYd +bEi +aDI +aZg +bbR +bbR +azi +aAt +aDI +xgY +aFA +cUF +cvP +aGx +gLd +aSV +aXF +aXA +aWc +dPN +oIy +tPj +vLQ +aXF +dxb +xBC +dGk +cgz +bLl +bdQ +jCJ +bgs +ecz +buS +wVn +jya +nYY +hHa +abj +abj +abj +pBK +rpj +snq +kfi +nVR +bHj +bFy +pHr +bIX +pHr +bHj +bSE +bSE +bSE +bSE +bSE +bSE +bSE +bSE +bSE +bSE +bSE +bSE +bSE +bSE +hzp +yeI +csK +crr +mYX +ctQ +rnJ +gcg +uYw +fXK +csK +pCP +xMi +vzv +oqA +sRf +njP +qhT +dkn +iQQ +xXi +pBD +rTF +naq +oIq +kSR +oIq +naR +yjq +vEo +kPy +dfn +wGs +tjR +wGs +dfn +uIQ +oNS +dIi +dzQ +qqe +vuD +dwk +dvg +xFd +xlY +rLk +fIC +eGb +uBY +lJs +tqz +hze +mRJ +kyv +uBY +eCf +ixz +cjD +dKi +dro +lJE +see +lEe +yhZ +lJE +dro +oJy +gah +lJE +iAS +jwW +dSi +vNk +mRH +wbZ +abj +abj +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(139,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +aaa +aCb +aaa +aaa +abj +aaa +uvC +aGL +uvC +dZp +uvC +ahS +aFF +uvC +aGL +uvC +aaa +abj +aaa +aaa +aaa +bPA +bhN +bjK +dPy +lZy +kpW +bxX +aNl +bOr +brl +aqN +lZy +epg +cdS +buE +aDI +cnL +bSg +bWg +aEs +cdF +aDI +xgY +aFA +cVT +cvO +cyt +gLd +aSV +aXF +aXF +aXF +cCO +nqX +nqt +fUv +gWq +fVj +aUG +tuE +hLK +irC +vvn +cgS +kIA +egl +buS +wVn +jya +oBf +luQ +aaa +bwf +ydg +bwf +jKY +lVo +byU +tEy +bHj +bHj +cVF +wts +bKE +bHj +diU +bSE +aaa +cks +cgE +man +ely +dDa +dFc +mOw +cks +dBL +xjd +dPQ +dwM +npP +csK +csK +xAH +csK +csK +csK +csK +csK +csK +aVO +hwz +qVp +xdX +eEu +hyI +xnM +eEu +hyI +sOE +pBD +mAO +nIS +nGQ +okH +nIS +oYj +nIS +pYJ +qzk +hFn +wGs +doK +wGs +hFn +dnn +utT +nan +fZf +drC +dsG +rru +xeT +xDU +dxu +ykx +pYt +kVJ +uBY +kzh +sSo +pBl +omC +kId +lpx +svM +xQS +dXa +gwP +dKo +wze +xNa +dIO +xNa +uYG +dKo +cFy +eGt +uYG +xhn +xqX +pOS +dSJ +dTs +wbZ +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +fmL +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(140,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aCb +abj +abj +abj +abj +abj +uvC +aJV +uvC +abj +aaa +aaa +aCb +uvC +aJV +uvC +abj +abj +abj +abj +abj +acC +cfb +czi +aIO +aIl +lZy +oBd +atv +tNm +brn +lZy +lZy +moG +nst +moG +aDI +aDI +bbZ +aym +azk +aAv +aDI +mBy +aFA +cWe +cvP +aGx +gLd +nCH +aXF +dGD +aWc +dPF +oIy +tPj +uJA +aXF +irI +xBC +cke +dId +bLl +bdQ +jCJ +qRn +ckd +buS +wVn +jya +oBf +luQ +aaa +pAg +qcB +qwy +rpO +bmb +byU +lSG +cNe +bJh +bJh +bJh +bJh +bJh +bJh +bJh +aaa +cks +nph +qXy +tfd +lRu +ohb +eKX +eDV +ciD +wrB +wrB +dwM +wrB +dVm +hQI +dYg +pSF +cvt +gSi +okj +lJZ +cBe +cCM +xMi +vzv +saY +dkn +njP +qhT +dkn +iQQ +tot +iVt +gjV +cTR +cTU +oIq +oIq +oYt +pCx +vEo +kPy +vQY +wGs +tjR +wGs +krN +sWC +fno +uQV +dsu +wJB +wiW +wJB +xhi +dxv +fXx +ykx +wKr +kVJ +uBY +hVe +ivw +qUz +dFp +mTD +iZd +vJv +tVC +xNa +gwP +dKo +wze +dIO +vCW +dIO +uYG +dKo +cFy +xNa +rFi +xhn +dRO +dSj +dSP +dTt +wbZ +abj +abj +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(141,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +ayW +aBU +aMt +aws +aMt +oqI +oqI +oqI +oqI +aMt +aws +aMt +bnO +aaa +aaa +aaa +aaa +bPA +bZJ +dce +blx +buO +bvL +byh +bvL +bvL +bvL +bvL +oSG +aQx +bZz +bEI +cGf +aDI +bSz +urM +bgl +bhY +aDI +mCN +aFA +cWp +cvQ +aGw +gLd +aSV +aXF +aXA +dMq +dPN +pRK +eoM +eYG +aXF +fXt +bKU +xBC +bKU +lmz +seM +dTu +dWC +ehB +aYZ +wVn +jya +oBf +luQ +aaa +pAi +jGZ +bwg +byU +lVo +mft +tHP +osl +bJh +vMe +bOG +rzo +bMN +xsa +bJh +abj +cks +vmb +bYp +nWl +iHE +cdD +dGK +cks +quv +wrB +uFX +rcT +uFX +wrB +rrz +wrB +vgP +iwz +gLH +fCs +feu +gFf +cCM +xMi +vzv +oqA +oKl +ugy +bJP +vyT +ugy +tot +gOq +aiF +cTB +cUY +cVs +oIq +cYB +daE +vEo +qEx +nom +tHC +rwB +tHC +tHC +lsc +utT +xsv +hGm +vMV +wjc +wJG +xus +gih +dxw +ykx +fGj +kVJ +uBY +kZQ +hrY +xKw +kpr +irg +uBY +cfR +xQS +qwo +gwP +dKo +wze +dIO +oeC +dIO +uYG +dKo +cFy +dMm +uYG +xhn +olG +dSk +sCz +dTw +iOD +abj +bCI +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(142,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +awU +azW +asm +ahC +ahC +ayi +nlE +nlE +nlE +nlE +aGF +ahC +aMP +asm +aaa +aaa +aaa +aaa +acC +cff +ddd +bmG +btY +bFC +byu +bFC +arG +bFC +bFC +hTY +bUc +eXH +cei +cTQ +cnS +cqW +beW +bgn +big +aDI +clI +aFA +cXD +cvT +djc +dpR +dwh +aJv +dPP +dPP +dPP +bCO +aXF +aXF +bkk +fYR +dwo +gYJ +oLF +gfO +iWC +bKU +kJm +bhJ +aYZ +wVn +jya +oBf +luQ +aaa +pBK +jIv +kfh +lfA +jUO +rlm +tIL +ugf +bJh +bMY +soL +wXI +bMY +qlT +bJh +aaa +cks +bOt +pFF +qjj +mxb +gQD +loS +tlg +kRz +dYk +sKT +wZF +xfT +iui +jOE +iBh +rcA +fYm +cyf +fYm +fYm +rcA +cEb +fgD +vzv +oqA +bRo +eFC +qhT +dkn +bNH +wId +iVt +hXm +ohz +cUZ +pBD +cYj +wEb +daF +dfm +wcO +qbx +qxY +khT +qxY +kCV +evO +ykx +doP +drN +vNU +ykx +wJK +lmj +xEf +dxx +ykx +nte +eKh +uBY +uBY +nix +jXe +dFr +uBY +uBY +eYh +xQS +pAn +gwP +dKo +wze +dIO +dMW +dIO +uYG +dKo +cFy +dmr +uYG +xhn +kxD +dSl +dSM +dUg +iOD +abj +bCI +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(143,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +awU +aAa +oqI +app +ugW +ahC +ahC +ahC +ahC +ahC +ahC +ahC +bjM +bon +aMt +oqI +bnO +aaa +acC +bhN +dfr +dQb +bOS +bOR +byE +bkK +awh +bkK +oMv +aPt +qis +bBG +bEN +aWI +aDI +cqY +beZ +cBJ +aUY +aDI +cOm +aFA +aFA +aFA +aFA +aFA +cYW +cYW +qiF +qiF +ggP +tCp +qiF +qiF +cYW +aYZ +aYZ +aYZ +aYZ +wdz +kCr +wdz +iGF +aYZ +bjt +wVn +jya +oag +hHa +abj +bwf +qcG +byU +byU +bUt +sQx +nXe +osE +bJh +vNo +soL +bKH +soL +soL +bJh +aaa +cks +cks +cks +cks +cks +cks +cfD +cks +sgo +ueQ +oSv +vCr +eYY +sYX +rrz +wrB +pSF +hgx +lTb +wMB +czK +vgP +cCM +xMi +kKR +fRt +mDj +oqA +nMi +gik +oqA +mDj +pBD +cVc +pBD +cVc +rot +mJJ +cZr +vNZ +dfm +dfm +dfm +dxF +sio +dpY +jhc +dfm +ykx +mJJ +mIZ +vNZ +ykx +ykx +tdA +tdA +ykx +ykx +mhL +faL +uBY +mgP +phR +dXy +phR +dGe +ukf +eey +tVC +xNa +gwP +dKo +wze +dIO +qsg +dIO +uYG +dKo +cFy +xNa +rFi +hax +sme +dSR +dTi +dUf +iOD +abj +bCI +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(144,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +awU +aAa +oqI +aEe +ugW +ayi +jeA +jeA +jeA +jeA +aYd +ahC +aMr +boG +aRH +aKM +oqI +aaa +acC +bhN +dfU +dQb +aYY +wmW +ojf +bkX +bOv +aQy +bsG +bOR +bAl +bBG +bEN +bNz +xPP +xPP +xPP +xPP +xPP +xPP +cOn +xPP +cXQ +xPP +tjh +cDp +xPP +xPP +xPP +xPP +xPP +deq +xPP +xPP +xPP +gat +dCP +aGz +xPP +xPP +xPP +xPP +bjT +oJN +bcn +mbE +nqM +hhH +luQ +aaa +pCr +jJO +cEn +cGm +cHF +mUz +tJk +oth +bJh +soL +bMY +dmz +smb +mHJ +bJh +aaa +lEk +lko +dXx +bZY +dDf +dFe +nab +chh +ciD +ckq +uvO +pQg +coA +rFJ +rrz +qDm +vgP +cEd +cCG +cBj +nmf +xKd +cCM +cEQ +qVp +slb +xUN +xUN +xQG +xUN +xUN +xUN +lZA +xUN +mCD +xUN +xUN +ayU +chO +ntS +xUN +dim +fDj +miw +siH +miw +kQV +mCD +xUN +uRI +dql +xHs +xUN +dim +xUN +xUN +xUN +ylQ +xUN +xpj +xWm +mjx +dGR +dGR +mZk +oeE +nJD +mUT +mLJ +rxx +dTW +xkm +wze +xNa +dIO +xNa +uYG +dKo +cFy +sCQ +uYG +xhn +xqX +nkv +iJa +jtt +iOD +abj +bCI +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(145,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aqH +abj +abj +aaq +axd +axd +asm +aEi +amp +oqI +oqI +oqI +oqI +oqI +oqI +bfL +aMn +aOq +buR +aKM +oqI +aaa +acC +cfo +drH +dQr +buH +wmW +oHH +bkX +xXV +bkX +wDB +bOR +cQc +bZH +aTD +xqc +bWv +bWv +bWv +cnm +cnm +xxC +cOs +dqq +cXT +kLZ +djM +dqq +dqq +dqq +dqq +dqq +aOF +deB +kLZ +kLZ +fsw +kLZ +kLZ +har +dqq +dqq +kLZ +cdO +orI +kLZ +mhX +bll +nrz +oah +luQ +aaa +pDh +qcM +kfi +rpQ +sot +bDW +nXE +bDY +bFz +vPu +qSG +wYX +bMQ +rKr +bJh +abj +lEk +qnk +tzR +prr +lzm +tdC +qAX +chi +lsQ +mcY +hIc +hoT +dTr +dYi +rrz +djU +vgP +pri +dbl +cyk +fYM +cCH +pEm +cBA +wfQ +rlE +viq +viq +vxe +dWj +viq +viq +viq +pRB +ogb +doy +pRB +pRB +pRB +pRB +pRB +pRB +pRB +pRB +doU +pRB +doy +qVg +pRB +pRB +pRB +pRB +pRB +uQY +qKO +pRB +fbl +qVg +pRB +sAT +hMh +mhB +xPa +tkW +dYo +nWI +hdV +dZK +rdn +nnI +kHS +qBn +wDx +fUb +pvm +fUb +wDx +dro +gds +psj +pBJ +xhn +gVK +kpn +dTD +dXW +wbZ +abj +abj +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(146,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +awU +aAa +oqI +aEN +ugW +ayi +nlE +nlE +nlE +nlE +aYH +ahC +aMr +bqd +bvf +aKM +oqI +aaa +acC +bhN +dfU +dQu +gdv +wmW +oIk +aNp +aNJ +bkX +eyJ +bOR +jeY +bBG +bEN +qDz +cwd +cwd +tav +cDj +cwd +yaN +cwd +cnn +cjZ +cwd +aZb +cwd +cwd +cwd +cwd +cwd +cwd +bCP +cwd +cwd +fsz +cwd +cwd +aZb +cwd +irD +irD +jDW +irD +fCi +mid +eSU +ntG +hhH +luQ +aaa +pDj +nfb +cEn +cGm +bUt +cJl +bCn +ovT +bJh +vQn +bMY +wZo +smb +diX +bJh +aaa +lEk +xWn +oBA +dBN +xXP +dFe +dGN +dIw +tIK +ckq +oIf +rZN +oqN +rFJ +rrz +lgh +vgP +lDo +eYO +cEs +fZs +jqk +rSJ +bAN +cIU +slb +lTJ +xUV +xUV +xUV +gJw +pgL +pgL +cWL +dvk +cVe +cWL +cWL +upS +cWL +dca +pgL +pgL +pgL +pgL +dnx +fau +szY +uuu +dJE +uuu +nOn +qLt +qfO +hyT +pgL +aWP +uVI +pgL +gGp +xWm +mjx +ixy +dGR +dGR +deN +nJD +dHN +woF +dJB +woF +sqO +dKo +dKo +cJu +dKo +dKo +dKo +dKo +jaQ +xsI +iAS +oMx +mrG +izr +dTy +wbZ +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(147,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aqH +aaa +abj +aaq +awU +aAa +oqI +app +ugW +ahC +ahC +ahC +ahC +ahC +ahC +ahC +bjM +bon +aMt +oqI +bqf +aaa +acC +bhN +dfU +dQu +aPt +bOR +aMz +bAz +awh +bAz +fma +bOS +qis +bBG +tOq +auz +ayA +ayA +ayA +ayA +wXh +gJq +wXh +ayA +ayA +ayA +irD +cFP +cFP +jpK +cFP +cFP +dGI +grq +grq +ppM +cdV +ppM +grq +grq +grq +fgk +fjY +jEw +fgk +grq +mjf +bnc +jya +hiB +hHa +abj +bwf +jOq +byU +byU +bUt +mUS +bCo +cMU +bJh +cSu +soL +bKN +soL +soL +bJh +aaa +pty +pty +pty +pty +pty +pty +hSo +pty +ciE +gAS +clP +uPo +oGK +cbH +rrz +vjx +pSF +hgx +pJV +cBk +fZE +vgP +cEN +xcb +gZr +uzj +xYU +jWl +jWl +xYU +cNI +xYU +jWl +jWl +xYU +cYw +uzj +jcU +rTW +jcU +dfv +dfv +njG +eGn +dfv +dfv +bty +fUm +doW +qNW +bty +duk +duk +oof +uAm +duk +duk +duk +uDa +sAv +uBY +dCW +reI +oTc +reI +iZi +ijj +vBp +jnX +jnX +jnX +jnX +jnX +pZl +eXW +iPd +jnX +jnX +jnX +pZl +xQY +xhn +vur +qEK +sCz +dXK +wbZ +abj +abj +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(148,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +awU +azW +asm +ahC +ahC +ayi +jeA +jeA +jeA +jeA +aGJ +ahC +aMP +asm +aaa +aaa +aaa +aaa +acC +chg +drK +bni +buK +ovx +anQ +bAF +aYP +bAF +bAF +bAF +rvb +rVF +avf +axj +ayA +bcz +ays +tZI +rxE +cKZ +cOv +cQU +vXN +ayA +kiI +blB +irD +dzE +dGI +cSb +dQB +grq +aRC +eYQ +ftP +dyd +gDV +grq +hMY +iso +dPk +jEJ +dWH +lyi +fgk +bnc +jya +kow +luQ +aaa +pET +jPa +kfh +rtJ +sqY +rlm +bCp +cMY +bJh +bMY +soL +xbk +bMY +wMO +bJh +aaa +pty +ppQ +iLo +dBT +dDj +dFi +oop +cfH +ufg +dLb +pkL +mRi +gdV +hmS +jRu +oqa +rVP +cyg +oqr +cyg +cyg +rVP +cCK +hzk +liV +xYU +dmH +oOr +ndm +eHp +fTC +nxa +oOr +ndm +nbA +dws +cWY +owp +jdp +hlj +dfv +ddE +wMY +duT +tIb +dfv +cQW +qXv +uuD +dIL +jTV +duk +gZC +vbc +rQT +sZp +eyi +duk +oRg +nGg +uBY +uBY +dEV +dEV +dEV +uBY +uBY +sbq +dIJ +xxb +dLD +dIJ +dAO +vBp +jnX +oCD +wbr +mhS +vcx +vBp +jnX +oCD +vur +tYi +mHs +dTA +iOD +abj +bCI +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(149,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +aAn +aCc +aMt +aws +aMt +oqI +oqI +oqI +oqI +aMt +aws +aMt +bqf +aaa +aaa +aaa +aaa +bPA +ciC +drL +bnj +buO +bKc +aMT +bKc +bKc +bKc +bKc +bKc +dPS +bZN +bEO +chC +ayA +crg +jWn +dQc +cLc +cLc +cOw +pqC +egs +ayA +deG +mME +dfM +bxv +dfM +dMs +deG +grq +eqN +blt +bVd +rrr +gEq +xZQ +hNt +dLX +dLX +fVO +dLX +lAA +fgk +bnc +jya +kow +luQ +aaa +pFp +qde +bwc +byU +lVo +sQS +cKS +cNb +bJh +vMe +cWa +xbr +bMV +gFX +bJh +abj +pty +ciJ +nPN +hLi +unE +sJO +kiG +pty +qQz +vjx +uFX +iqh +uFX +wrB +rrz +vjx +vgP +iwz +rjT +fCs +gaE +gFf +rSJ +xMi +liV +ixo +oOr +dFQ +oQU +cPy +cPy +cPy +cPy +oQU +dFQ +gDY +rbh +ckp +ogy +vpM +dcc +wSW +eYT +jhQ +tXC +dfv +gzd +fbF +pAV +uRQ +qcF +duk +pem +xmM +rQT +xGL +jxO +duk +wEP +woA +oRg +aaa +abj +aaa +abj +aaa +dIO +dIO +dIO +dIO +dIO +dIO +dIO +xYF +dIO +xYF +dIO +dIO +dIO +dIO +dIO +xYF +olG +mle +dSR +jmR +wbZ +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(150,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +abj +abj +ala +aKd +ala +abj +aaa +aaa +abj +ala +aKd +ala +abj +abj +abj +abj +abj +acC +cdk +dww +aIO +bVN +sme +oUT +dSR +rQB +wbZ +sme +sme +jWD +nhF +jWD +jWD +ayA +cqZ +ayA +azs +cLc +cLc +cOw +cnp +csF +dcq +aGE +dqv +cGc +cKb +cOe +cSe +bAV +fgk +eqY +dLX +dtJ +dLX +dZg +dGy +dmp +dLX +iWO +bju +dLX +dZg +fjY +bnc +jya +kow +luQ +aaa +pGI +jQa +bwd +rum +lQL +byU +lSG +cNe +bJh +bJh +bJh +bJh +bJh +bJh +bJh +aaa +pty +rBx +qlP +dCb +cbY +cdK +cfj +otO +tIK +vjx +vjx +dRW +vjx +cpW +dWQ +vDO +pSF +cCL +cBn +cyh +sEp +cBe +rSJ +cEe +xuv +lRh +sdF +wds +udO +heZ +pDt +sRA +heZ +kml +rYG +ddF +cWQ +cYn +nqE +vAj +oqZ +upx +rlj +kJV +fqa +suE +jjT +tHH +doX +drD +dvm +duk +elv +xZk +rQT +xFp +xXm +duk +wEP +oIw +tkc +abj +abj +abj +abj +abj +abj +abj +abj +abj +aaa +aaa +dIO +iaa +dIO +iaa +dIO +abj +abj +abj +dIO +iaa +lpd +jLD +lpd +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(151,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +aaa +abj +aaa +aaa +abj +aaa +ala +aHs +agi +ajN +ala +ala +ajN +ala +aHs +ala +aaa +abj +aaa +aaa +aaq +bPA +bhN +dwy +dPy +sme +wQV +bgi +aou +api +apZ +asY +sme +htb +aSd +bbl +avb +ayA +crg +cyH +cBM +cLc +cLc +cOx +cnN +cXU +wXh +cyP +luz +koK +cKj +cKj +dMG +cZp +rkw +ese +dpD +ioo +dLX +gEw +xZQ +dmp +dLX +npi +jGR +dLX +dZg +fjY +bnc +jya +kow +luQ +aaa +bwf +jyc +bwf +bxn +lVo +byU +nYp +bHx +bHx +vQz +wtu +bKP +bHx +aaa +abj +aaa +pty +sKp +iLo +ubI +clD +xQz +sHX +pty +mdd +eQZ +yfD +uue +fIG +csV +csV +uzy +csV +csV +csV +csV +csV +csV +muF +xMi +liV +ixo +jrm +wTf +oQU +cPy +cPy +cPy +cPy +qUO +wTf +gDY +jyF +cYq +tIQ +ddH +dcc +ddJ +vec +ueo +djS +dfv +vhR +vkl +dvr +drE +vlc +duk +nwH +mzf +dwu +rvt +pNk +duk +wGm +wST +sLi +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dIO +xYF +dIO +xYF +dIO +aaa +aaa +aaa +dIO +xYF +lpd +mle +lpd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(152,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aiE +aiE +aiE +aiE +ajN +ala +aiE +aiE +ala +ala +aKd +ala +aGQ +aLZ +aDN +aFT +ala +aKd +ala +ala +ajN +ajN +ala +ajN +bTR +bhN +dwy +dJn +dSR +vVe +kjn +bAI +apu +bFD +axm +dmJ +bUd +bZO +bbl +bNA +ayA +crh +bXh +aCx +aEB +tMi +cOz +coS +jQY +bsW +czo +jvg +cGd +cGd +cGd +aNj +uMG +fgk +oZz +dpX +aNm +dLX +brv +grq +ajP +xMh +hdh +ekr +rrr +lCK +grq +myO +jya +obr +hHa +abj +abj +abj +bwe +bxo +mge +byU +tLy +bHx +cPA +rzU +rzU +xdE +bHx +bHx +bHx +bHx +bST +bST +bST +bST +bST +rIx +rIx +rIx +rIx +rIx +rIx +wwp +nyp +csV +sOC +oVT +jXD +jot +cxb +cyj +czL +csV +vXL +xMi +liV +xYU +cHN +cWR +cKH +gET +cVy +djJ +cRg +iBT +iZE +wsf +cWS +cYr +pcM +mQn +dfv +lQU +kSU +dit +djT +dfv +cTu +vSV +dpb +drF +vlP +vQJ +dhN +dhN +xpQ +xXq +xXq +fVT +qdz +qwb +oRg +aaa +abj +aaa +aaa +lLm +qpk +xnH +ubJ +ubJ +xnH +kUB +xnH +hNA +xnH +jGz +xnH +ubJ +ubJ +ubJ +xnH +hNA +kUB +dUr +xnH +xnH +xnH +jMC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(153,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aqM +ala +alw +awV +apk +aAM +awV +awV +awV +awV +awV +awV +awV +awV +aYQ +awV +awV +awV +bvg +awA +awV +asq +bOU +bhq +bjL +bnm +sme +kNl +byG +aow +apj +aqa +aqV +sme +vSH +bZP +bbl +bNC +ayA +csn +bXh +cLc +cdN +cLc +bmq +coP +tbh +wXh +czp +bwp +iLQ +aJi +aOH +oUA +cZt +grq +esq +dLX +bcw +dmP +gEA +xZQ +hoo +dLX +iWO +jFS +dLX +dZg +fjY +mAq +nvk +obu +luQ +aaa +abj +aaa +pDj +rwW +cHJ +byU +tOA +bHx +uXX +vSA +qTP +rzU +deM +hnW +dDm +bHx +nlC +dsz +hPl +wyQ +bST +xhR +xhR +dIC +pPV +nCm +rIx +jPB +vjx +csV +tek +vrH +goP +uKu +goP +czR +tLr +csV +uLw +kUz +wnc +tzJ +jsJ +lKU +cKI +kJY +tUI +jsJ +rIV +ead +cgx +rIV +cNI +lch +pcV +daN +dfv +dfv +dfv +dfv +dfv +dfv +uuY +dAY +dpc +uST +vmn +duk +fkh +rbs +xlL +dwv +cXM +duk +wEP +oIw +lMj +abj +abj +aaa +tzQ +uWb +xVr +iCB +rqW +rqW +tXR +xVr +tae +dKu +elx +dKu +xtH +xtH +xtH +xtH +nai +qMP +xVr +dXQ +ruH +vOc +pJp +xVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(154,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahf +aiL +agN +ahs +aml +aps +aqY +aUU +auJ +aUU +aUU +aKt +aMf +aUU +aUU +aZf +aUU +aUU +bqk +aUU +aUU +aUU +bEG +bUN +bht +bjO +sme +sme +sme +sme +sme +sme +sme +sme +hzd +bFq +dgP +wff +jWD +ayA +crg +bXh +cLc +cdN +cLc +boc +coR +ayA +ayA +dfM +dfM +dfM +deG +dfM +dfM +dfM +grq +esu +cNJ +gXE +dLX +dZg +aZd +hOs +dLX +npi +jGR +dLX +dZg +fjY +bnc +jya +kow +luQ +aaa +abj +aaa +bwf +bwf +byV +bFV +tOB +owP +uYe +bHs +daR +xdT +sxJ +kqK +suL +irG +vbO +gtD +bYW +nFC +bST +xhR +xhR +ocR +mDc +jNa +cuN +rDP +ium +nsl +kNe +ktg +ixi +mEG +yio +cyl +czO +cBr +cUy +dBZ +liV +jsJ +mtz +dEm +dDn +mBa +bge +jsJ +mfz +erl +rcy +cVA +cID +oJO +pen +pCL +qfb +dfy +rlp +dgC +diu +sIX +hfR +tIh +dnD +doY +vnS +duk +wkt +xmM +ylJ +xGL +xWx +duk +wEP +oIw +oRg +aaa +abj +aaa +tzQ +uWb +ubJ +jSb +jSb +dnK +rqW +ubJ +xtH +dKu +xtH +dKu +xtH +xtH +xtH +xtH +xtH +xcF +dUr +dXQ +dXQ +dXQ +wRu +ubJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(155,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arm +ala +ahv +aNA +apF +aAW +aNA +apw +aNA +aNA +aBl +aNA +aNA +aNA +aZh +aNA +aNc +bql +aSZ +aNA +aZA +bFb +bOU +bhv +dwL +jWD +aZi +lPf +pgG +bkY +aQz +aqc +aQz +arP +nvL +qsv +bFv +bAf +ayA +csv +bXB +azv +cdN +cLc +bol +upV +ayA +dcw +aGI +byX +sCy +dAo +dGL +bzP +dQR +fgk +aRJ +hdh +fRW +dLX +gFd +xZQ +hOs +dLX +dLX +kmb +dLX +lCN +fgk +bnc +jya +kow +luQ +aaa +abj +aaa +bwf +ryp +lUP +byW +tDN +bHx +uYX +qTP +qUL +xfH +xQx +bOQ +vFl +bHx +jVF +xYq +bRe +cag +bIn +gTj +nhD +qmF +ciL +jSs +rIx +jPB +vjx +csV +tsS +hkF +gEE +cvF +nsw +taw +cBu +csV +rSJ +xMi +liV +tOf +upW +vgF +mfL +cIE +cVz +jsJ +mbJ +sln +xik +rpM +iHV +xte +pen +rcy +qfg +mJO +jru +rLZ +gwY +vge +szd +ekW +uxS +cZn +vom +duk +elv +xZk +xpv +xFp +xXm +duk +flw +jIo +oRg +aaa +abj +aaa +tzQ +uWb +ubJ +pYf +cZU +uoL +hfg +ubJ +xtH +dKu +dKu +dKu +dKu +dKu +dKu +dKu +dKu +xcF +ubJ +dTK +dXQ +dXQ +gSN +hEh +jMC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(156,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +irJ +irJ +irJ +irJ +irJ +irJ +axf +irJ +aod +beV +asb +auB +avd +ayQ +ayQ +ayQ +beV +aKg +beC +avi +beC +bgw +bAM +bgw +beC +bhN +dAt +jWD +aZm +bEg +byM +byM +bEg +bFE +byM +rdP +fND +nct +bbl +chX +ayA +ayA +ayA +azw +cDC +aEF +ayA +rcD +ayA +dcE +eZs +eZs +eZs +eZs +eZs +ctv +bZI +dWp +dmp +dLX +fVO +dLX +gFN +cnx +bYg +dLX +dLX +dUs +dLX +lCV +fgk +bnc +jya +obB +hHa +abj +abj +abj +bwf +ryt +lVo +mjs +bCr +bHx +bFJ +rzU +rzU +bLc +sxO +bQf +vHg +bHx +xwX +xZv +tvY +sxk +ijp +kFe +nhD +hHd +hhQ +kKx +tLh +qFx +iMi +csV +csS +hRw +dZA +eyU +hkF +cyn +czQ +csV +cCQ +xMi +liV +tOf +cRh +ang +cPz +kMl +lnt +lKm +tmB +sDY +dcR +mkg +aSE +mkg +pFE +xik +ggC +krY +mWR +rMN +smu +sIX +tkf +vOa +xUv +dpa +dnE +duk +ccl +kOF +mwq +xGL +jiq +duk +wGm +oIw +lMj +abj +abj +aaa +cxp +cxp +xVr +wHF +tla +uoL +jJM +xVr +xtH +dKu +xtH +xtH +xtH +xtH +xtH +xtH +xtH +xcF +ubJ +dTK +dXQ +dXQ +wRu +hEh +wMx +xnH +ubJ +xnH +jMC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(157,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +irJ +arT +atR +ajz +apN +amJ +irJ +asF +aQg +aQg +aKx +aQg +aQg +bdi +aZv +beC +aNd +wkB +aTu +aLo +aMB +aNB +beC +bhP +aGM +jWD +aZx +mwu +aww +aww +aww +aww +aww +aww +aww +wHj +aww +aww +dmq +ctC +bXM +hlT +aCv +aBF +bop +cpC +dmq +dcF +eZs +eZs +eZs +eZs +cOh +cSf +bBp +fgk +bFR +bHS +bjz +gbW +gFQ +grq +hPr +cWJ +iXh +jHF +bHS +lDx +fki +ivV +jya +kow +luQ +aaa +abj +aaa +bwf +rlm +lVo +mjs +cKT +bHx +uZv +pPK +cWi +bKV +sxZ +tYL +dmF +bHx +has +xZw +bYx +dCe +bIn +caE +nhD +dIF +wqt +kKx +clU +uhk +pbQ +csV +csV +czP +dZB +ezi +czP +fEr +xnT +csV +rSJ +hwz +cIU +dAf +jrJ +cJf +xOD +cVD +lof +lKU +iTe +sZT +vtu +tsB +stC +gra +goz +fBp +fBp +qGO +rnS +pMj +uRL +dfy +dfy +oRg +oRg +duk +duk +duk +mhI +haJ +hQK +xFp +xXm +duk +wEP +oIw +fdc +aaa +abj +aaa +tzQ +uWb +xVr +dYf +tla +guk +jSb +nNm +dKu +dKu +ads +xtH +vwV +xtH +xtH +xtH +ads +xcF +ubJ +dTK +dXQ +dXQ +wRu +xVr +hRq +riW +jCT +lHk +xVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(158,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +aaa +arn +asR +ajQ +alQ +aqf +ara +asE +asH +rqF +aHS +aKK +wBq +uGF +azl +aHf +bgw +pEY +aHG +bkQ +aWB +aMC +aDf +beC +jWD +dBg +jWD +gvs +aZi +aww +wmH +mBj +ovk +bth +jYE +epY +bZV +epY +bNF +dmq +cct +bXN +azx +gKs +cfe +aCA +qMV +dmq +dcN +bZI +eZs +eZs +bZI +dGP +dmq +bBM +grq +grq +dWp +ftZ +grq +cqB +cqB +dXb +bYq +dXb +jJr +dXb +cqB +cqB +mAs +jya +kow +luQ +aaa +abj +aaa +bwf +bwf +lXs +sRr +bwf +bHx +vbL +bHv +wvL +xgb +bHx +bST +bST +bST +bST +dxg +dAE +cai +bIn +cdP +xLa +kxK +uek +ckw +rIx +jPB +vjx +cqd +csV +csU +cug +cvH +crG +lWj +czR +gHM +cCT +xMi +liV +qMm +gTx +nEb +cKM +kMm +cXj +cZE +cRj +sZT +vtu +rcy +yff +sZT +vpP +tsB +bNE +mJO +rna +ilv +dkY +lNc +dfy +npH +dqi +duk +wFU +duh +mcf +swV +dvu +xGL +jxO +duk +seJ +woA +oRg +aaa +abj +aaa +tzQ +uWb +ubJ +gHg +meR +pvW +pvW +nNm +dKu +dKu +xnH +ubJ +xnH +ubJ +xnH +ubJ +xnH +gYd +xVr +muD +dXQ +eDX +oOq +xVr +dVr +rAb +rAb +btO +ubJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(159,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +aaa +arn +asR +atV +ahE +amu +amN +asE +asH +wBq +ayw +aBn +uGF +wBq +azl +ask +bgw +aEb +bri +wXd +aLu +aAI +alb +aEl +aQs +aQs +boH +aZz +bbl +byS +vDb +bFK +bFH +bBK +sjs +sjs +bZX +bFK +cjg +dmq +ctF +bYJ +djV +aAK +djV +bot +bqn +aDL +dGQ +bfW +pnJ +sUZ +dGQ +dGQ +qnc +dQV +aQf +esN +bHX +aUO +aZk +dCQ +dGS +hPC +dMu +jbf +dUw +dWR +lFj +cqB +wxl +jya +kow +luQ +aaa +abj +aaa +bwf +mMQ +srd +sRH +mMQ +bHx +vcb +pUb +pUb +rzU +pEo +bST +bQN +bSN +rVS +ybx +dAF +caj +bIn +fwt +nhD +rIZ +ciR +dOh +jbO +jPB +vjx +cqe +csV +xgy +fEC +czV +fay +mRF +czS +gIb +cCT +rvX +cIU +xIo +jrU +cPE +cVK +cXg +cMp +jsJ +hog +sZT +vtu +psE +dcm +eyu +vpP +rcy +tfK +krY +hUf +dgT +diy +dlf +dfy +wvS +kTg +duk +yko +gHb +acr +fMo +dvt +xFp +xXm +duk +fKK +oIw +lMj +abj +abj +aaa +cxp +cxp +xVr +tXR +agU +djY +waY +xVr +gBj +dKu +qnL +pGw +uQO +pGw +pDP +pGw +qnL +wfN +hEh +xnH +dUr +ubJ +xnH +yal +ldV +kYh +ldV +gOF +ubJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(160,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +aaa +bvh +abj +irJ +asX +auf +aiC +amt +amR +irJ +apy +uGF +wBq +aBn +rqF +rqF +azl +asg +bgw +tpv +brj +axD +ayH +aMF +aCU +beC +bbl +aZi +dVX +lQG +dDu +rvG +sjs +sjs +aqu +aBI +aww +tkr +cal +bFK +qvt +dmq +ctI +bYJ +eZs +aAK +eZs +eZs +eNU +eZs +eZs +eZs +eZs +eZs +djV +djV +cSh +daa +dWF +dmu +eZs +aUP +dzh +dXb +haX +hQr +isv +dnW +jJN +dWY +lHc +gAB +hpc +gkQ +eKd +klj +vPO +vPO +vPO +bwf +cFK +lVo +mjs +nZz +bHx +vcw +pVM +cWo +rEq +sBl +bST +klL +tjK +bST +eDn +dAU +cak +bIn +qOt +nhD +cfO +qyg +ckx +rIx +jPB +vjx +sgX +csV +vTI +dZC +ezv +hkF +cyp +rPU +gIb +cCT +hCR +cIU +jIF +jgf +vsM +cUe +cSL +cVP +cZE +vRl +pzO +vtu +rcy +oUQ +sZT +pKY +jOB +kTm +dfy +lqF +dgH +diz +dmk +dfy +bCk +oRg +duk +kTu +drP +dsP +pXX +dvu +xHa +faG +duk +cET +hXL +fdc +aaa +abj +aaa +tzQ +uWb +tNI +xnH +xnH +xnH +xnH +vDA +wpK +dKu +dKu +dKu +dKu +dKu +dKu +dKu +dKu +xcF +mzT +xcF +dKu +dKu +hbc +mcy +kYh +kYh +ldV +qjn +ubJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(161,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +bvh +aaa +arn +asR +atV +avE +axh +spK +asE +asH +rqF +rqF +aKO +wBq +uGF +azl +bck +beC +aNf +brk +aTx +avm +aAY +bFi +beC +aGa +dCS +aJC +dDu +bbl +anu +blq +bFK +bru +aBI +rbN +bFK +cae +bFK +ciu +dmq +bsX +csH +dqw +bkS +eZs +uHX +wEM +eZs +vKa +eWN +eZs +djV +djV +djV +cSh +daa +dgE +aRO +dqd +aUQ +dzh +aXP +dlc +cwr +dML +bdY +dUy +mfh +bgE +bjE +mAF +nwn +obR +klj +oSO +oSO +qdg +bwf +kZv +srI +mYf +mPJ +bHx +bHx +bHx +bHx +bHx +bHx +bST +bST +bST +bST +bST +bST +bST +bIn +bIn +bIn +qEd +rIx +rIx +rIx +bGh +wMn +csV +csV +csV +csV +csV +csV +csV +csV +csV +hhg +ntV +geP +jsJ +jsJ +jWq +cVI +cXh +lor +lLV +tEh +sZT +vtu +xik +wjo +xte +vpP +rcy +gsN +dfy +dfy +xhp +dfy +dfy +dfy +lqP +wCS +duk +duk +duk +duk +oof +dvv +duk +duk +duk +fKF +oIw +oRg +aaa +abj +aaa +tzQ +uWb +tNI +xnH +xnH +xnH +xnH +vDA +xtH +dKu +dKu +dKu +dKu +dKu +dKu +dKu +dKu +xcF +mzT +ddg +dKu +dKu +rKX +mcy +kYh +kYh +ldV +xFN +ubJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(162,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +aaa +abj +aaa +arn +asR +aup +avH +aiT +dfu +dsI +alT +azf +azf +avj +uGF +wBq +azl +bcL +beC +beC +brG +beC +ayI +bBQ +beC +beC +jWD +jWD +bpg +bkY +jWD +aww +bBF +sjs +brO +aww +mBj +bFK +cah +lto +aww +dmq +ctS +bYJ +azC +bkU +eZs +cOF +bOI +djV +rup +gOW +eZs +tFA +djV +jfY +wTS +daa +eZs +eZs +eZs +aUP +aWr +dXb +ckE +bbe +dOf +kNy +dUH +dWZ +sIy +gAB +hpc +ifK +kow +dfk +pXO +pXO +pXO +qwA +rBg +sss +sUd +tPe +cNB +pXO +pXO +pXO +dbr +dfk +wML +ofr +wML +xxi +hAu +puJ +wML +dDv +wML +ntK +wML +wML +wML +dPX +ugX +tdn +cBw +cvG +cBw +sno +cvK +cxe +cBw +czW +cBw +cBw +rus +eyq +nCp +jsJ +jWA +cKP +cSO +cUb +cPF +gsG +xte +mJK +vtu +hIA +vtu +rjK +xik +rpM +vzW +dum +ulb +pJA +dmn +dqt +pgA +pgx +psQ +lLn +pgx +dsR +dum +nGy +aSY +qfe +wAb +wEP +oIw +lMj +abj +abj +aaa +cxp +cxp +xVr +dHW +hzT +nIB +hvz +xVr +gBj +dKu +vWa +wSC +neN +wSC +iuA +wSC +vWa +fFQ +tNI +xnH +ijz +ijz +xnH +yal +ldV +dVz +ldV +eQR +ubJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(163,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +bvh +aaa +arA +atq +auq +akl +aqq +aBj +irJ +hrW +wBq +uGF +aBn +rqF +rqF +aBe +aQg +aEw +bkM +aQg +aTy +aQg +aBd +bFA +beV +aGm +dCY +bph +bbl +kri +aBI +aNv +bFH +nUw +anu +rcm +wkk +cal +bFK +avk +dmq +bUf +bYJ +eZs +bkV +aCf +cOR +cRm +bDG +ddh +jwr +dqP +dwX +dqP +uph +dMI +dRg +aCf +aCf +aTm +dbE +bOz +cqB +bRv +baY +bYz +bcB +cex +bea +lIJ +cqB +ivV +glw +ivL +hKm +cGx +kkd +qgl +kkd +kkd +stl +nak +nPA +ugl +kkd +kkd +kkd +kkd +hKm +ros +roe +trg +pCY +hHs +pXv +hHs +hHs +hHs +stf +hHs +hHs +hHs +ncb +pGQ +dTz +mgb +rai +ydj +wPQ +wPQ +lTQ +wPQ +esJ +wPQ +wPQ +cEk +vFy +xZT +tOf +eIV +krI +cTZ +cXp +cZI +dgO +mTO +pIZ +rwH +nfa +fNx +rxv +nMD +nMD +xcu +rch +kpF +smD +jIn +bpq +mKb +smD +dph +bpq +dFx +smD +smD +pAT +jAt +reA +wrQ +iWJ +mZc +oRg +aaa +abj +aaa +tzQ +uWb +ubJ +gXq +oWB +fUh +tQh +pNt +dKu +dKu +xnH +ubJ +xnH +ubJ +xnH +ubJ +xnH +pZQ +xVr +aHZ +vOe +wTX +pGq +xVr +eix +pXo +pXo +qDH +ubJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(164,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +aaa +bvh +abj +irJ +irJ +irJ +irJ +irJ +irJ +irJ +aES +uGF +wBq +aBn +wBq +uGF +rqF +rqF +azr +bla +brN +aTC +aWC +aBe +bdi +beV +aGq +dDu +bpn +gzz +mxH +aBI +rRs +bBK +ljv +bBK +aPJ +sjs +caK +bGs +lPb +hCZ +cua +mdr +aBS +oyI +nKJ +bzc +lXS +ctv +vgm +qpZ +djV +cGl +eZs +hXt +cSh +daa +eZs +eZs +eZs +aUT +aWr +cqB +cqB +dXb +xnC +dXb +jJV +dXb +cqB +cqB +ivV +nwK +ivV +bNc +bOX +uXz +uXz +qwW +uXz +lZa +ndS +odl +uXz +uXz +uXz +uXz +xgz +bNc +tmc +clX +wMU +xHe +bWW +qOs +xHe +qBE +xHe +vzE +xHe +oGV +xHe +geP +vFy +vFy +oRS +cCX +vFy +vFy +cvM +cxf +vFy +xhC +vFy +vFy +gVn +skZ +pbX +dzf +pfD +cKR +cMr +cXs +jsJ +dix +vrx +rcy +iTi +ogY +xKC +jnW +tsB +wJy +oRe +wWK +vQX +wWK +dsT +dlg +wWK +wWK +vQX +wWK +wWK +dlg +wNc +dvx +xHM +lIC +wAb +wGm +woA +oRg +aaa +abj +aaa +tzQ +uWb +xVr +rlK +oWB +tGV +iLS +pNt +dKu +dKu +vNl +xtH +qhS +xtH +xtH +xtH +vNl +dKu +xVr +xtH +mll +xcF +tqj +xVr +dVs +lWh +qLa +uuw +xVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(165,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +aaa +aaq +aaa +abj +aaq +atF +vsN +asF +pNr +rqF +azr +aKS +uGF +wBq +rqF +rqF +rqF +rqF +brR +rqF +rqF +rqF +bFI +beV +aZi +bbl +bBH +gzz +aww +aww +aww +lzH +aBI +aBI +huC +bBK +uki +ujm +ekj +hSN +cue +ric +tiq +uAf +nKJ +bzc +iGN +cOy +pHT +gus +djV +mEg +eZs +luK +cSh +daa +dgU +aRO +agA +uHy +gem +cqB +hcZ +bbb +xAO +dXe +ceA +cwx +aZj +cqB +hHa +hHa +luQ +vPO +cxP +vPO +vPO +klj +klj +vKJ +vKJ +pgF +vKJ +pgF +vKJ +pgF +vKJ +vKJ +fFz +vHA +wNR +xyp +ydS +ydS +ydS +ydS +xiA +kaL +xiA +ydS +ydS +ydS +ydS +ydS +cqj +dXf +lVd +cxn +cxn +cxn +cxn +igV +igV +gWh +tzV +igV +cJq +cJq +cJq +iOz +cJq +cJq +cJq +dAl +lTM +kjk +gPv +pEi +uVw +tik +vxf +qsc +qsc +vNi +tyJ +vNi +qsc +tCB +tCB +gJf +mtL +gJf +tCB +tCB +jFi +nTJ +qRT +wAb +rhW +wGm +oIw +lMj +abj +abj +aaa +cxp +cxp +xVr +vjp +oWB +ics +xYh +xVr +xtH +dKu +xtH +xtH +xtH +xtH +xtH +xtH +xtH +dKu +xVr +mVY +mll +xcF +oGO +tNI +kUB +xnH +kqm +xnH +pEu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(166,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +aaa +aaa +abj +abj +abj +abj +vsN +asH +rqF +wBq +uGF +dZL +aBZ +aTS +aTS +aLH +ePe +aTS +aOu +aTS +aLH +ePe +cbZ +aOR +awY +awY +bpI +baK +aww +rCP +uul +arR +uRi +aBI +aPx +bBK +xsl +diI +ekj +rsC +aCE +dri +bxD +fZe +pNE +cOS +lwr +ctv +eZs +cYL +eZs +cGl +djV +vKa +wTS +daa +dmu +etE +eZu +fuR +bai +dCR +hdm +hQz +iuy +xXs +dUN +ajg +lJF +cqB +abj +abj +abj +vPO +cxP +vPO +abj +abj +abj +vKJ +bFQ +cLe +vUq +vcG +vTX +wwg +xgF +vKJ +obt +vIi +pOC +ydS +ciS +cbz +pbk +dLi +uoK +oVN +uoK +asU +ckB +aKy +wAH +ydS +tbb +xLG +nRC +cxn +qul +qul +qul +igV +bXu +xlF +rPE +vgb +cJq +jtE +cRi +rOC +cUk +cYM +cJq +mof +dWN +oKR +gbQ +pEi +mGq +wVd +ihW +qsc +ucf +pSM +rFB +diD +pke +tCB +tML +wRX +oqp +tZh +kkj +tCB +qxs +pbz +gsD +wDC +grN +wEP +wST +oRg +aaa +abj +aaa +tzQ +uWb +ubJ +wcP +oWB +ics +ifC +ubJ +xtH +dKu +dKu +dKu +dKu +dKu +dKu +dKu +dKu +dKu +xVr +gBj +mll +xcF +tqj +hEh +pEu +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(167,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +aaa +aaa +aaa +lFf +asH +rqF +uGF +wBq +rqF +wBq +uGF +rqF +uGF +wBq +rqF +bsd +rqF +uGF +wBq +azl +beV +cji +bbl +rBk +aTY +bvT +bFH +bBK +sjs +bFU +aBI +uCO +bUq +cbt +cfy +djQ +dmq +cuw +bYJ +hVC +wjh +nKJ +aJg +vKa +eZs +vKa +sZV +djV +cGl +eZs +vKa +cSh +dRj +cSf +cSf +fbH +cSf +aWt +dCQ +hec +kMn +bYB +dXe +jMn +tZk +aUE +cqB +abj +abj +btL +iGu +cxQ +bQS +btL +abj +abj +stI +uUy +tQe +xgu +vhW +vUc +wxT +xiu +xTn +lrf +vOX +pOC +xiA +uoK +lXr +uoK +uoK +hOJ +oVN +uoK +uoK +lXr +uoK +uoK +xiA +tbb +xLG +nRC +cxn +kRl +qNQ +pWu +igV +eEh +myh +qrz +hGs +cJq +gnV +nIr +kwr +cMs +rXo +cJq +gCB +mCs +gLC +vBr +dAl +mGq +cZH +uLv +pRj +dms +aVB +dka +qYR +suJ +tnr +dvJ +eLf +vQt +dwA +oFh +woE +qxs +xpU +oLJ +wDC +vbR +wGm +woA +fdc +aaa +abj +aaa +tzQ +uWb +ubJ +wcP +oWB +ics +gZJ +ubJ +xtH +dKu +xtH +xtH +xtH +xtH +xtH +xtH +xtH +dKu +xVr +xtH +ecf +qfq +tqj +ubJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(168,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bvh +abj +aaa +aaa +abj +vsN +afy +aIh +afQ +aLI +rqF +uGF +wBq +rqF +bds +bfZ +aIh +aIh +bwP +aIh +aIh +bKd +beV +alX +bbl +rBk +bbl +aww +bzT +sjs +oiT +geW +aww +aww +bjV +uUc +cfB +cjg +dmq +cux +gNy +jvq +uAf +cKW +aJg +dAZ +tFA +tNh +hOD +eZs +cGl +eZs +vKa +dNf +dRG +aZq +aZq +dqe +aZq +aZq +dDb +bSH +dJl +dXe +dXe +jMn +qwC +blJ +cqB +abj +btL +btL +oDx +oTZ +hPQ +btL +btL +abj +stV +sUp +enG +swx +hEK +tct +lpp +yjD +vKJ +udT +vQL +dqO +eWO +dVQ +cnD +car +sum +sum +ujn +msV +sum +cjY +dVQ +msV +eWO +rlI +lnH +xit +cxn +ebt +cyw +ebt +igV +wRq +hhq +qrz +iKz +cJq +fLv +cRk +cKV +cUn +cYP +cJq +lcj +nAL +njq +cHr +pEi +mGq +pfs +uLv +pRj +rDQ +ehw +wQu +xEF +mGt +tnr +dkG +pLM +tRG +vpc +sFa +woE +qxs +xpU +lyA +wDC +gtc +wEP +oIw +lMj +abj +abj +aaa +tzQ +uWb +xVr +tOg +dWJ +mgc +wWP +xVr +hhe +mcD +qvz +xtH +xtH +xtH +xtH +xtH +qvz +mcD +xVr +xtH +dIU +pmx +tqj +xVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(169,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +bvh +aaa +abj +abj +vsN +vsN +vsN +vsN +vsN +aLe +rqF +rqF +rqF +vsN +vsN +lFf +lFf +vsN +lFf +lFf +vsN +vsN +clv +dDC +rBk +dDC +aww +rIF +bFK +bFK +bFH +biC +eiH +jQM +uUc +cfy +bNJ +dmq +cuz +gNy +hVC +uAf +nKJ +oZo +eZs +djV +djV +aJm +eZs +cGl +ebV +rup +cSh +dDb +dhb +aZt +fbO +duq +dzs +dDb +gdQ +tXJ +dXe +bed +jMn +qjh +bia +cqB +abj +btL +ocg +kkK +dIH +kkK +bVn +btL +abj +vKJ +nfX +vsT +mLI +ueJ +pid +blM +pkR +qJK +udT +vVv +pOC +xiA +dLi +dLk +nQy +jrG +jrG +jrG +mCg +jrG +sps +uoK +mCg +xiA +dVM +ogV +vgU +cxn +cxn +pGu +cxn +igV +igV +igV +vlN +igV +cJq +xQH +wWZ +hCW +vCl +cNW +cJq +gCB +qpm +gLC +nMs +dAl +mGq +yhG +eQA +qsc +vWg +qrR +pQs +dnQ +bPj +tCB +qQk +oHq +wZR +dsY +vQQ +tCB +qRt +vmx +xHW +wDC +njy +wEP +woA +oRg +aaa +abj +aaa +aaa +dUJ +wMx +xnH +xnH +xnH +xnH +wMx +xnH +xnH +xnH +xnH +xnH +ubJ +ubJ +ubJ +xnH +xnH +wMx +ubJ +igF +igF +ubJ +pEu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(170,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +bvh +abj +aaa +abj +aaa +aaa +aaa +vsN +ajM +ajM +ajM +aOk +vsN +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +bwF +bwF +dWl +bwF +bwF +cxz +bBK +kwG +uit +kwG +khM +ief +cbu +cfB +fyp +dmq +cuO +bZh +mHQ +cdQ +cLd +mHQ +mHQ +dHr +dHr +dHr +vfD +qRa +dHr +dHr +dNr +aZq +dhn +duw +fdQ +duw +gfk +aZq +bSH +dJl +krB +dXe +jMn +mRM +bib +cqB +abj +btL +ocw +cEA +iwe +jku +bVo +btL +abj +vKJ +rQd +iHx +owg +gNR +pid +pid +mIY +qJK +udT +vVv +drd +ydS +dVH +cnG +nQy +jrG +jrG +jrG +mCg +jrG +jrG +cmd +cvq +ydS +wyI +xLG +nRC +cxn +hrO +mlo +cBH +cBH +eNx +cxn +hEN +ibI +cJq +oFU +rnz +cKX +cMt +cms +cJq +xFF +lOG +njF +nLE +ogj +qnD +wVd +uLv +pRj +iUH +ehw +wQu +xEF +dkd +tnr +qPG +pLM +tRG +vpc +vSn +woE +qxs +xpU +eRm +wDC +sUa +wEP +ujB +tkc +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(171,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jlK +abj +bvh +bvh +bvh +abj +abj +aIJ +aLf +rqF +rqF +aOV +aIJ +abj +aaa +aaa +abj +aaa +aaa +aaa +aaa +bwF +dDD +dWD +buU +bwF +aww +bdq +waH +mOi +bKe +aww +bUv +pLE +cgm +dnP +dmq +cuS +cSf +cSf +cdR +aKF +bta +ddO +cYX +ddO +dko +nNc +vOC +tkx +eWq +jgZ +dDb +dWL +bGm +aWx +duw +dYp +dDb +aZp +kMn +dXe +dXe +djR +uIe +dQP +cqB +abj +btL +ocK +kkK +obl +kkK +qgq +btL +abj +suV +sVC +vvG +xtO +pcj +gKP +nPr +eqP +vKJ +qeJ +rQz +wOc +ydS +pwU +pwU +fLk +pwU +pwU +pwU +krh +pwU +pwU +ydS +nou +ydS +byR +xxK +ubT +fdD +fMg +tIY +fFv +mdx +lNw +xzg +aPR +cGL +cJq +cJq +cJq +ksr +cVH +cNX +cJq +pEi +lTM +dsW +pEi +pEi +fQE +jSg +pEC +pRj +pof +rpw +fIi +soV +oCg +tnr +kMK +uKK +khe +tuv +hdk +woE +qxs +xpU +grm +wDC +wDC +wDC +mCB +wDC +wDC +dFG +dFG +dFG +dFG +dFG +aaa +ceo +ake +qGy +nIv +qGy +mvp +fJd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(172,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +bvh +abj +abj +aaa +aaa +aaa +aaa +vWy +dEk +dXt +bvv +bwF +bgI +uNA +nuY +rEt +bdq +ehi +ehi +cbD +bGJ +snP +dmq +dmq +bBM +bBM +bBM +bBM +brF +nyK +bBM +nyK +dkw +bBM +bBM +bBM +bBM +dmq +dDb +dWM +bGv +bbh +duB +ggf +dDb +hgQ +hRx +bea +vvZ +bea +hWl +lJF +cqB +abj +btL +btL +hPQ +bOL +hPQ +btL +btL +abj +suV +sWs +vvG +ygD +wkK +wkK +wkK +wkK +wkK +iEi +vVv +tno +ydS +gwA +sxM +pnb +mqV +izf +pIL +nuE +nee +fKj +qNd +mCg +ydS +ofG +dwG +paK +cxn +qxo +pWo +cyz +cxn +cxn +cxn +fxY +lsh +lyo +jbb +cJq +kss +cVH +cYT +cPL +lua +kbW +nkN +nMw +ohO +cYN +wVd +uLv +qsc +uKo +qwZ +dRq +lZb +yeA +tCB +fjs +exn +unn +uFO +omQ +tCB +qxs +whc +pxt +iuQ +pGt +fGz +uuQ +tCM +dVj +dFG +vLr +lhs +ggU +dXj +abj +lSJ +qMb +sRa +dqg +aam +ohx +qNA +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(173,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +aaa +aaa +aaa +bwF +dGw +dXw +hab +bwF +tLj +aww +pHw +xlP +bKf +ehi +lJP +bCc +bHl +snP +aaa +abj +abj +abj +abj +eqA +eqQ +qak +cOy +mbm +cBq +eqA +abj +abj +abj +aaa +dDb +dWS +dmI +bId +bLH +gkw +aXV +hgZ +bVq +dNw +dXe +wGN +krB +bie +cqB +abj +abj +btL +btL +btL +btL +btL +abj +abj +vKJ +tmH +sZx +vFG +wkK +spS +xen +uSv +xnx +xDL +vVv +pOC +ydS +oqs +usO +tXG +dDK +guW +rsd +lMu +rfr +taO +cmf +pPo +mHl +dVM +xLG +ctj +cxn +nbP +vUU +mnJ +geg +vhQ +cxn +xfV +lsh +xci +wxH +cJq +igE +cMv +dlp +cPM +lWa +xnD +qXt +dup +lWa +ePb +bmo +hTs +qsc +qsc +xvy +dgQ +xvy +qsc +tCB +tCB +vqL +dav +vqL +tCB +tCB +tTW +xFU +dxT +dxT +pmd +mzl +wpY +sfV +xVs +xfy +chE +hGB +nZM +dFG +aaa +qGy +sDx +xtb +bVC +rpN +hlF +qGy +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(174,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +aaa +abj +vWy +vWy +dZf +vWy +vWy +abj +aww +puN +ehi +bBS +rcP +bzh +bCf +bHl +puN +abj +abj +aaa +aaa +abj +bBM +clQ +nyK +bBM +nyK +dkw +bBM +abj +aaa +aaa +aaa +aZq +bSJ +duw +bIp +duw +bOT +dDb +cqB +dXb +dXb +dPq +dXb +dXb +cqB +cqB +abj +abj +abj +abj +abj +abj +abj +abj +abj +suV +sXY +dCk +wkK +wkK +vUZ +wzl +xiB +xnx +xPg +vVv +pOC +ydS +rri +eNC +cau +tiL +epH +tiL +fWP +oAp +nKW +tEg +ewF +mHl +dVM +xLG +ctj +cxn +nbP +wlx +fFC +cxn +cxn +cxn +wqD +lsh +lsh +cSK +cJq +rnT +cMw +tta +cPN +dqz +qEX +hQL +lbf +mBm +gHp +dgz +nkN +rZI +sHA +sHA +vMk +sHA +hBg +gvQ +sHA +sHA +vUu +sHA +sHA +eMl +efb +xpU +pxm +kzG +wDC +oip +rhU +uye +gDm +dXj +pKh +aYo +fEt +vCt +abj +sQz +gYL +mla +vJQ +bAi +mrA +ens +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(175,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +aaa +vWy +eby +vWy +abj +abj +abj +abj +snP +bdd +buq +bUR +goc +aUm +puN +aaa +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dDb +dDb +dmQ +aTv +bMz +dDb +dDb +aaa +dXb +bfw +bei +cbx +dXb +aaa +aaa +aaa +bvh +aaa +bvh +aaa +bvh +aaa +bvh +aaa +wkK +wkK +wkK +wkK +tfS +jun +jun +xlq +xux +xPg +vVv +pOC +ydS +saS +gWJ +cui +wrc +dFC +ylv +nrr +sCH +dOl +pfR +bjD +mHl +dVM +xLG +uRr +cxn +nbP +wlx +fFC +ggx +gLT +cxn +wqD +lsh +lOi +gLA +tYK +tYK +pTx +tYK +tYK +mhs +kwl +xjj +jik +xgP +pOI +uFk +dci +ddM +cZN +tMG +vxs +cZN +ebI +eZJ +dxT +dxT +uTP +dGa +dxT +gYl +dxT +jSU +pxm +gnK +wDC +wDC +mCB +wDC +wDC +dFG +dFG +wTz +dFG +dFG +aaa +hhJ +xRU +dXB +dKU +eQp +dXP +hOZ +aaa +abj +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(176,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +aaa +aaa +vWy +elh +vWy +abj +aaa +aaa +abj +puN +bKF +jyC +jyC +aSl +aUq +snP +abj +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dDb +dDb +dDb +dDb +dDb +aaa +aaa +dJH +boD +jby +ceY +dJH +aaa +aaa +abj +abj +abj +abj +abj +abj +abj +abj +abj +svX +tcb +qZn +aPS +jun +jun +jun +qRV +arw +mDK +cee +bnL +uZJ +fPX +vIl +cav +ccp +dIN +dGZ +iZu +ciZ +dOl +cmf +cvu +mHl +dVM +xLG +ctj +cxn +nbP +vuo +kKi +cxn +cxn +cxn +xfV +xci +lsh +dNR +cKY +ojC +dxs +cOa +dAq +cPO +mCW +nkN +kyJ +mrx +cYQ +phg +kLF +hFe +xYg +utI +xYg +xYg +gUN +xYg +xYg +hqS +bvF +xYg +xYg +hFe +xYg +xpU +xYg +xYg +dVv +xci +xfV +mFN +aaa +aaa +dFG +lUo +dFG +aaa +aaa +qGy +qIg +dJN +hEb +dXN +wcE +qGy +abj +bCI +abj +bCI +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(177,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +bvh +abj +abj +aaa +aaa +aaa +abj +ell +abj +abj +aaa +aaa +abj +puN +bKK +snP +snP +bCh +jkM +snP +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +abj +aaa +dXb +dXb +dPq +dXb +dXb +aaa +aaa +ykg +ykg +oee +ykg +mAV +pGY +ykg +oee +ykg +wkK +cJv +tQq +jun +gRO +vjQ +jun +dCV +xux +xPg +vVv +pOC +ydS +aaS +dBV +chD +caw +dFD +dHl +chD +dLH +dOn +dPZ +dSr +ydS +fre +aXl +fvU +cxn +qla +jxS +fFC +rRA +cBI +cxn +xfV +lsh +sod +tzL +cKY +cRq +nSl +cOb +btT +eTL +rgY +rgY +rgY +rgY +cYR +fro +dbf +qTv +qQu +dkk +tdp +dqR +mya +thl +dqR +dqR +dqR +thl +dqR +dqR +xKE +mDI +xKE +diJ +diJ +lsh +imF +hLL +abj +abj +tvZ +eLo +rWu +abj +abj +rmy +tGA +oum +hUP +qBG +uCn +muK +aaa +bCI +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(178,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +abj +aaa +aaa +aaa +abj +abj +emT +aaa +aaa +aaa +aaa +aaa +bBS +oht +qBA +hrt +kyY +qyB +bBS +abj +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +bvh +bvh +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ykg +nxE +ofo +vfE +oVx +pHJ +rVi +qwX +rBA +wkK +ugi +jun +oGY +rVa +bQV +wzs +xmo +xnx +egq +vVv +aYe +bYM +bYM +bYM +dIW +dIW +bgL +dIW +dIW +bYM +bYM +ydS +ydS +ydS +ftj +tUh +lzN +cxn +cxn +cxn +ndu +cxn +cxn +cxn +vov +mFN +yaz +mFN +cKY +jqj +jbQ +cOc +dAq +lWu +mEt +cXv +oKJ +cXv +cYS +pjj +pFW +dqR +iDJ +vEb +dut +uHP +nKi +iDE +xRX +uAC +dpw +lGZ +kQE +dqR +uWi +oql +jJn +eMN +diJ +lsh +hYI +mFN +aaa +aaa +tvZ +act +rWu +aaa +aaa +qGy +uAh +dXL +dXM +dXO +dXR +qGy +abj +abj +abj +bCI +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(179,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +aaa +aaa +aaa +abj +abj +aaa +aQF +aaa +aaa +aaa +aaa +abj +bBS +oht +ocv +eMA +iuG +ose +bBS +aaa +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +mAN +guX +ogG +eJV +oVM +pIq +heh +qxP +rCs +wkK +tcH +rYY +eMZ +vlU +cOt +gRO +sTG +xux +vUF +oXa +fnm +bYM +hzN +fyk +cay +dLI +bgN +ccq +dJc +sCp +bYM +dQa +cnI +dTS +hgR +bUH +fAl +trA +qfW +nAl +hHL +vwy +cnP +hid +wqD +mPE +jbb +ibI +cKY +dAq +cKY +dAq +cKY +kVs +pfN +uez +scS +vLq +xOX +gYp +cKY +dqR +ppG +rrR +dmj +dke +ufp +bRk +nmy +izP +nmy +oyq +fed +dqR +sYW +xrn +kEp +hPb +diJ +oVf +xfV +yaz +aaa +dFG +dFG +uFl +dFG +dFG +snF +qGy +uju +dKy +dKW +tMV +dLL +qGy +dFG +dFG +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +cDs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(180,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aPu +aPu +aPu +aPu +aPu +aaa +aEy +aaa +aaa +aaa +abj +abj +bBS +oht +wyH +dWk +kKd +hnU +bBS +abj +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ykg +nxM +ejm +vfE +gVB +naQ +rVi +qzh +dfd +wkK +tdm +jun +uhn +xYn +bXi +daU +fXv +xnx +vUF +qze +kYC +xBx +wsP +pHP +wsP +dLK +vYj +dHm +dLK +rwM +bYM +dQa +dVM +vSD +vSD +fVM +iXb +vSD +vSD +vSD +hHL +bEa +cnP +jdn +xWh +xWS +xWS +uJx +cKY +pPx +riA +cOd +dAq +bQc +tMm +cKY +hzS +luG +lAO +cZM +pbw +dqR +ghk +rvh +oHL +spC +gVa +lMW +tSz +vfc +tSz +vsp +dsh +dqR +huT +xnm +feD +xYy +diJ +lsh +imF +mFN +abj +dFG +bXA +egU +rzv +qsZ +gVU +sNW +tXT +tkR +vJw +tkR +tkR +jJW +mjk +dFG +jsa +hZV +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cDs +cDs +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(181,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +abj +aMM +aQi +aPk +aPk +aPk +aPk +aDD +aEy +aaa +aaa +abj +abj +aaa +snP +jxE +scY +hAw +fCH +ncu +snP +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nUI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ykg +rVi +qGj +ykg +mvI +ixc +ykg +vPt +vfE +wkK +ten +viE +xfE +bFS +cSB +lwy +xno +xux +vUF +dnw +wPh +xBx +pzH +wnD +dfE +dLK +dtb +dHo +dLK +dLN +bYM +dQa +dVM +vSD +cJc +fVM +vSD +vSD +bws +uHf +cyG +cAg +cnP +gLA +rxr +cUz +cUz +cZS +cKY +vSm +lUZ +gwx +hoH +jxN +mFb +vLq +vFU +vUh +tnS +gFV +vPl +dqR +rab +nmy +nmy +xvo +qKS +tGD +vDe +rOm +fNQ +vqK +uXl +dqR +lde +elW +eUt +xYM +diJ +tzL +xfV +hLL +aaa +tvZ +uLW +jzY +dLa +lbP +qmz +isF +pWb +dKz +vwj +uRB +cOA +hiQ +lQm +jWC +fju +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +cDs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(182,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +abj +aaa +avr +avr +avr +avr +avr +aaa +aEy +aaa +abj +abj +aaa +aaa +snP +cDx +snP +bBS +bBS +puN +snP +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +chL +aaa +aaa +aaa +aaa +ykg +nAw +nJf +vfE +oWp +fON +rVi +qzP +rtn +wkK +ugi +hSs +ovX +lTt +cYJ +dAn +nzz +xnx +uZR +qze +wPK +xBx +wsP +chI +wsP +dLK +cFe +nOs +dLK +jRq +bYM +dQa +dVM +fcN +evQ +iFR +vSD +cti +bNl +fcN +hHL +jrh +cnP +iBj +gLA +byn +lsh +daS +cKY +dAq +cKY +dAq +cKY +wwI +hNH +cKY +qjy +ikS +wFR +gay +dbj +dqR +xNb +fUr +usN +dld +tMO +cYK +dmv +uAC +dpA +fUO +qvY +dqR +lvv +eYF +xKL +diJ +dgW +lsh +imF +mFN +abj +dFG +mEL +gRd +dHg +dLd +gRd +lSx +xNy +sgw +oPH +dAz +jVb +oPH +dRf +dFG +nNJ +cAa +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cDs +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(183,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aEy +abj +abj +aaa +aaa +aaa +acF +aaa +acF +aaa +abj +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +abj +abj +acF +jgl +acF +aaa +aaa +aaa +mAV +nAA +fMS +xbB +oVM +mDN +vzV +qAH +vBE +wkK +xuF +xnx +xuF +ycJ +xuF +xnx +xuF +xnx +iOk +irq +bXD +bYM +hCd +umL +caB +ccs +otC +wsP +wsP +slF +bYM +cnP +jNM +vSD +lLz +ffi +vSD +qAT +nSA +fcN +czU +cnP +cnP +vsF +vsF +vsF +vsF +jww +cKY +gfJ +oKb +vdX +xIw +tGR +mFb +vLq +iFu +olb +cKd +ihs +dbk +qTv +dqR +dqR +dqR +dqR +dqR +dqR +dqR +dqR +dqR +dqR +dqR +dqR +diJ +diJ +diJ +diJ +lsh +xci +vEU +xLH +aaa +dFG +xOy +nKr +gcs +dLQ +xOy +xOy +xOy +nTY +xOy +dLR +dMw +nKr +xOy +dFG +dFG +dFG +dFG +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(184,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +aaa +aPu +aPu +aPu +aPu +aPu +aaa +aEy +aEy +aEy +aEy +aaa +aaa +abj +abj +aaa +abj +abj +bvh +bvh +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +abj +cri +cri +cri +cri +laz +lLU +cri +cri +nCX +jmN +vfE +oWt +jdI +rVi +qAY +hRD +ykg +tif +baC +ntt +eRr +cRe +wzK +jqp +rZF +ncC +pQN +drR +bYM +bYM +bYM +bYM +bYM +xzk +cjf +chH +wti +bYM +gBu +tbb +fcN +fHj +cAk +vSD +mxv +eCU +vSD +mTh +piW +cnP +eMU +vAa +icS +vsF +xfV +cKY +jfE +onT +izJ +dAq +uNE +oYp +cKY +uZn +lGJ +oJX +ufP +orl +mFN +nlJ +tzL +dwC +sNa +dgY +tzL +sNa +sNa +jPz +vtW +xZu +wqx +rFn +wqx +feb +xZu +yfK +yfK +pWn +xLH +abj +dFG +lfv +fBw +vJw +dLU +dMv +xOy +ehl +dKA +xOy +ipw +iGE +fvV +eMz +dOF +imN +uaF +dFG +abj +bCI +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +cDs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(185,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aMM +aQi +aPk +aPk +aPk +aPk +aDD +aEy +aaa +aaa +aXj +bPB +abj +abj +acF +aaa +acF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +cri +cri +iwC +jkl +dUG +lbp +lMd +mkf +cri +rVi +ldR +ykg +nEj +pIy +ykg +wPH +vfE +ykg +tir +dcA +dcA +dcA +dcA +gBU +dcA +dcA +eHF +vTk +plB +gDB +jmj +iAy +caD +bYM +bYM +bYM +bYM +bYM +bYM +jLp +tbb +vSD +sDV +qjN +cyK +vSD +cJc +vSD +mTh +ggD +eMg +fMN +eCs +gHO +vsF +vov +cKY +cKY +cKY +cKY +cKY +miK +cKY +cKY +cKY +cKY +cKY +dcD +cKY +mFN +lsh +toW +lsh +lsh +xci +xci +lsh +toW +lsh +mAE +xRL +xCQ +lsh +lsh +lsh +xci +xci +qTn +mFN +xLH +aaa +bWB +xYw +rUF +dYD +dHa +oKv +xOy +xUR +tkR +dNW +sdb +dMy +dNl +dbY +mUc +nLe +vZi +gQV +aaa +abj +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +cDs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(186,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +abj +aaa +avr +avr +avr +avr +avr +aaa +aEy +aaa +aaa +bJf +bWb +dXp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +hmq +hWX +iwS +jkT +jRg +ldS +fuF +rbR +cri +nDc +wDh +vfE +gVB +lTm +oLH +xyW +xyW +hjT +tiJ +xEM +xwM +xwM +xEM +nzg +xEM +xwM +gDx +llN +sGl +duJ +uvJ +uvJ +uvJ +vTW +ndq +uvJ +ctt +cjh +cnP +yae +tbb +dUe +eZt +cAj +dYP +fef +oIm +fef +mMg +hJZ +pIt +oET +pRa +ieh +vsF +xWh +xWS +xWS +xWS +xWS +xWS +flW +tzL +cUf +bKr +jbb +lsh +xfV +deg +tzL +lsh +lsh +lsh +xci +xci +lsh +lsh +lsh +lsh +daS +uWH +mFN +xLH +hLL +hLL +yaz +mFN +xLH +mFN +mFN +aaa +wWW +kEz +hKG +ogS +dOc +lOI +eMz +xdP +mkj +dNX +fvQ +dlu +dNm +xOy +xOy +xOy +xOy +dFG +abj +bCI +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(187,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aEy +aaa +aaa +bJf +bWb +dXp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +bCI +abj +abj +hnB +hXy +ixk +kEH +nJr +vIt +miq +qjU +cri +nDm +ogZ +bNo +oVM +iwI +mhi +gEL +gEL +swQ +tle +cKQ +dcA +dcA +dcA +dcA +dcA +dcA +dcA +vTk +kRP +gDB +dye +syj +caF +syj +syj +syj +syj +rRV +cnP +gGI +wdW +ovJ +cuf +jBX +bnf +cuv +ude +eTe +rMl +rAA +gRQ +bOh +inS +jaP +vsF +kzW +fTd +xmh +eSr +eab +hVP +sGS +yfK +yfK +yfK +plt +nOr +hqc +uDx +yfK +nlq +nlq +wxS +fVv +nlq +aUK +fiP +cPf +sMH +sxp +mDP +mFN +pBZ +bUo +ylm +tAC +xLH +lsh +dbT +mFN +abj +dFG +wsG +sVV +jTF +oPH +jSh +xOy +uNZ +oPH +nTY +gRd +vnQ +dNn +dWT +qrH +qZZ +vZi +gQV +aaa +abj +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(188,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +aaa +aPu +aPu +aPu +aPu +aPu +aaa +aaa +aEy +abj +abj +bJf +bWb +dXp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +bCI +abj +abj +abj +hpg +dJP +bJA +sCb +ugu +sCb +cqt +chN +mpI +nFL +oAc +vfE +gVB +pID +ykg +rVi +hED +ykg +iST +pPR +wqd +jHV +vWz +wAe +jXH +xTp +tle +vTk +lMk +gDB +yhz +dtr +tBR +tBR +yhz +bBy +syj +glJ +cnP +cnP +cnP +rRS +cnP +cnP +cnP +cnP +cnP +cnP +cnP +cnP +cnP +vHh +mSR +igC +pts +pts +pts +pts +pts +pts +hzK +xfV +cTg +cTg +sQK +cTg +cTg +rpb +cTg +cTg +sQK +cTg +cTg +cTg +sQK +vbJ +sQK +cTg +cTg +jkE +sNa +hLL +hpG +ubV +xci +fmV +xLH +vVr +lkA +xLH +abj +dFG +xOy +xOy +glv +xOy +dMx +xOy +gPL +jAL +xOy +dPg +jFn +dLY +eMz +oQg +wMS +uaF +dFG +abj +bCI +abj +bCI +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(189,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aMM +aQi +aPk +aPk +aPk +aPk +aDD +aEy +aEy +aaa +aaa +bJf +bWb +dXp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +abj +vMK +gGZ +cri +wrH +wrH +aSF +wrH +grU +kAm +kzU +cri +rVi +qGj +ykg +rpF +pJi +xnX +npN +uga +xnX +xnX +xnX +xnX +vmX +vWE +wAh +xnX +xnX +wLu +gbS +fks +xJj +xJj +xJj +xJj +xJj +xJj +cgg +tBR +aJa +kJu +owB +wgt +coQ +kJu +vBm +yhz +cDo +cvZ +vkb +mcs +qBw +cDo +cDi +hHP +cFh +pts +iUs +eCZ +naE +wga +pts +tzL +xfV +cTg +uYt +tQL +vxJ +cTg +pnz +cTg +tQL +bif +xek +cTg +tWM +vvP +hFG +wXp +poE +cTg +jkE +lsh +hLL +tAC +xrA +qBZ +lsh +mFN +xci +lNt +xLH +abj +abj +dFG +tGs +egU +dHe +vMZ +dFG +dFG +dFG +dFG +dFG +xqm +dFG +dFG +dFG +dFG +dFG +dFG +abj +aaa +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(190,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +abj +aaa +avr +avr +avr +avr +avr +aaa +aEy +aaa +aaa +aaa +bJf +bZL +dXp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +abj +vMK +rzh +gHB +hph +uKk +rzh +rzh +rzh +gTK +ihw +lFu +baI +nGq +pFA +ojn +gVB +pKE +xpW +qEZ +rCy +rHV +tmp +xpW +uHk +hox +tNL +cIW +tXZ +xpW +nRT +nzR +iGG +jTh +cHU +dZV +ckS +cuC +xJj +xqu +xqu +xqu +xqu +xqu +xqu +xqu +xqu +bNk +fRu +cDo +xvv +oDk +oDk +oDk +qmT +eVy +hNJ +cFi +cGM +rzq +rzq +vZG +gnn +pts +lJn +xfV +cTg +cTg +nuG +vxJ +lGd +rpb +mWM +dfI +xct +vVp +cTg +ofn +bJp +dqS +iqU +siJ +knS +mAE +xci +mFN +puM +fBW +mFN +cHt +mFN +nlJ +mFN +xLH +abj +abj +tvZ +jjb +kqN +dIm +tLO +rWu +aaa +abj +abj +abj +aaa +abj +abj +abj +abj +abj +abj +abj +bCI +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(191,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +aEy +aEy +aEy +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +bCI +abj +fwA +glb +gHY +uFM +bHH +mLo +jll +vWO +lfc +ihw +ubg +ubg +nJm +ohN +nNu +oWy +tMQ +dmm +ktO +rxF +oZD +tmW +dcz +uhP +voP +kfS +til +mqp +xTJ +mpW +mDi +ktI +jKW +fyH +glR +vyq +fKI +jTh +hbA +tcC +sDy +eFi +dXg +gPW +rof +xqu +kNt +ctn +cDo +pVu +fgB +cyM +bEd +cDo +aRG +pVy +cFj +pts +fif +gLP +cLj +kMC +pts +ibI +wqD +cTg +gdD +vxJ +dtm +omO +ntj +dfI +egu +isq +oCc +cTg +cTg +sLa +dJM +uUx +cTg +cTg +mAE +koH +xLH +mFN +mFN +mFN +lsh +inQ +hvy +rvd +yaz +aaa +abj +dFG +qUW +dGu +hbD +dIe +dFG +abj +bCI +bCI +bCI +abj +bCI +bCI +bCI +aaa +bCI +bCI +bCI +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(192,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +aaa +aPu +aPu +aPu +aPu +aPu +aaa +aaa +aEy +aaa +aXj +bPB +abj +abj +abj +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +fzv +dzu +eyR +uRG +qhW +dNE +jlz +jUM +jUM +sTk +gsY +bLu +ttc +wuf +ojn +gVB +pKE +okq +pZL +llt +itv +bmd +okq +uiA +mZK +jCC +tOT +rxD +okq +nRT +tLv +tMU +bJn +yky +vZy +tpt +ggQ +gQr +nRp +uQR +xds +uvp +cqb +jnZ +xgc +dkK +eJv +yhz +cDo +cDo +cDo +cDo +cDo +cDo +ecO +wlH +cFs +pts +pts +pts +pts +pts +pts +oIQ +bDv +sQK +rye +dfI +nJv +sGs +sdj +gio +nJv +ilL +rHM +sQK +ezY +dpC +tqf +tZN +doi +sQK +xed +xci +mFN +mkh +kQD +rCi +pbv +lsh +vBt +lsh +hLL +aaa +abj +dFG +dFG +dFG +dFG +dFG +dFG +aaa +abj +aaa +aaa +aaa +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(193,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aMM +aQi +aPk +aPk +aPk +aPk +aDD +aEy +aEy +aaa +bJf +bWb +dXp +aaa +abj +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +fAq +luw +bHH +sWN +xpr +ixu +cjM +gLz +ubg +anz +mlM +mBL +nJx +jIx +vMK +oWT +mmK +xnX +xnX +fGK +xGB +xnX +xnX +xnX +vTF +qpU +xGB +xnX +xnX +vud +lIZ +iXr +thO +tuU +jeh +lPv +vGN +faY +sFj +aXc +fev +oEz +rHl +aba +jeC +xqu +bNk +yhz +gnf +hUQ +jQn +cyO +ghY +gnf +rja +pVy +kYQ +lov +ycU +kBM +cLl +kNv +lov +bXk +xfV +cTg +jAn +iMx +dfI +cZW +vQs +rQt +dfI +isq +rwl +cTg +cTg +sLa +tpA +tYg +cTg +cTg +jkE +sNa +hLL +hvy +xci +wYQ +xci +wUE +xci +hvy +hLL +abj +abj +abj +aaa +aaa +aaa +abj +abj +abj +bCI +bCI +abj +abj +abj +bCI +bCI +bCI +bCI +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(194,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +aaa +avr +avr +avr +avr +avr +aaa +aaa +aMp +aaa +bJf +bWb +dXp +aaa +bvh +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +vMK +hDD +fzQ +uLY +lnW +rzh +cjM +pQP +smw +lMn +xKp +tKK +tFv +niI +enV +oZd +pLb +qgz +xiE +xiE +xiE +myQ +lvO +xiE +gpH +nzR +xiE +xiE +bkf +kzc +tLv +tMU +jTh +hqC +sja +pcp +njk +thO +cBE +sVU +slv +mkb +kxq +sVU +pFn +xqu +gJQ +tBR +gnf +nGl +tYo +eFc +eFc +evL +sEW +hKH +cFl +cGP +nOT +osJ +nOT +kzj +lov +jbb +xfV +cTg +cTg +jmK +usM +vfH +thS +dbn +mde +rKM +vVp +cTg +gvU +bJp +dqS +dmC +dhi +cTg +jkE +tzL +mFN +hmB +hvy +xci +geA +oIH +wAp +lsh +hLL +abj +bCI +bCI +bCI +abj +bCI +bCI +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(195,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +abj +aaa +aaa +aaa +abj +aaa +aaa +aaa +aEx +aMX +abj +bJf +bWb +dXp +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +vMK +vMK +vMK +vMK +vMK +vMK +hOE +rGx +iGn +bHQ +pjT +glQ +mqj +mfo +bCB +vsb +ePB +vsb +qFz +vsb +vsb +vsb +vsb +uiX +vpu +ocu +vsb +vsb +vsb +vsb +wQr +cLr +nkm +rPP +qZO +jPw +tpe +thO +mtX +sqs +sPy +sPy +sPy +sqs +lbj +xqu +gJQ +hbX +gnf +ifw +vmq +fLD +gjh +gnf +oPP +pVy +tHZ +lov +lNM +ovP +ktJ +kRE +lov +uWH +xfV +cTg +yfp +dfI +dfI +cTg +pjP +cTg +dec +eZl +vcq +cTg +kov +ker +tVz +tZg +uFV +cTg +jkE +lsh +vpV +qJO +xci +hBR +vTf +oEO +vPn +qgZ +mFN +abj +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(196,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bvh +aaa +aaa +abj +abj +abj +aaa +emT +aaa +aaa +bJf +bWb +dXp +aaa +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +nSZ +qoN +jzz +tKh +lTh +lAZ +uOt +jVg +xpz +pNV +rWt +scn +hQX +kXF +mTP +iyV +qFw +uKw +ozk +lUL +lUL +tnd +lUL +ryr +vpW +pMx +pMx +xol +xUA +iyV +tLv +tMU +faY +nRY +tku +uLp +wYM +nfN +jqi +rtG +uDf +ufw +llx +vMY +nsR +xqu +bNk +syj +gnf +gnf +gnf +gnf +gnf +gnf +pXz +uuA +cFn +lov +lov +lov +lov +lov +lov +tzL +xfV +knS +cTg +sQK +cTg +cTg +pjV +cTg +cTg +sQK +cTg +cTg +cTg +sQK +fwR +sQK +cTg +cTg +jkE +lsh +mFN +kzy +dPL +gku +aBb +xFw +pGk +hvy +hLL +abj +abj +bCI +bCI +bCI +bCI +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(197,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +bvh +abj +abj +aaa +abj +abj +aLi +aaa +aaa +bJf +bZL +dXp +aaa +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +fAx +gld +gJO +hpZ +hYQ +iAf +jlH +mfo +fCJ +ubg +ubg +vmj +vPC +oyT +rzh +nRT +vQG +nvV +tzh +tzh +jtg +tzh +tQs +unM +lTn +tzh +jtg +tzh +tzh +nRT +teD +jCH +thO +aPA +tmF +ouw +qSJ +thO +roC +svL +qLc +rtG +fEc +rbm +usx +xqu +hYl +cgg +vsF +iBC +iBC +cyS +iBC +ojx +xhV +pVy +cFw +ojx +iBC +gJy +iBC +iBC +vsF +crX +dtn +xZu +iXG +guF +guF +xZu +vEN +dbq +uud +del +faD +xfR +kTl +guF +kPF +wMq +guF +cEE +hgF +lsh +hLL +lsh +dBr +vkX +pGk +dzp +dBr +xci +hLL +abj +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(198,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +aaa +aaa +abj +abj +abj +aaa +aaa +abj +aaa +aaa +bvh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +nSZ +dzY +dOd +mPL +fye +dhX +uOt +nXK +xpz +ubg +szb +ubg +xpz +pif +inl +nRT +vQG +nvV +tzh +thk +ojk +tnM +mBR +uob +wkl +lhR +vWq +xou +tzh +pYG +tLv +tMU +jTh +dle +ttw +pcp +lNp +thO +gui +jqi +sUb +rtG +sUb +iLc +uEr +xqu +bNk +tBR +vsF +gdw +fsK +fsK +fsK +cVX +xhV +pVy +cFw +cVX +fsK +fsK +fsK +jAl +vsF +gYg +jkE +lsh +xci +xci +xci +lsh +xci +lsh +lsh +lsh +bXk +lsh +lsh +xci +xci +qrL +lsh +lsh +ygQ +mDP +xLH +gYg +ukA +eXS +dBr +lsh +uVl +pbv +hLL +abj +bCI +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(199,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bvh +bvh +bvh +abj +aaa +abj +abj +bvh +bvh +bvh +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +nSZ +dAc +bHO +mwg +pVL +iTQ +uOt +wwO +xpz +pBd +mlX +mCj +vJJ +tuY +rzh +paa +wdd +nvV +hgM +lhe +syf +hIB +hIB +riJ +pgO +xpx +wAM +mMi +xWZ +nRT +tLv +ecU +wss +lyU +wwM +uLp +usy +nfN +iDs +jqi +gGh +hdG +bBt +iLc +sMh +xqu +bNk +yhz +vsF +lyd +xWJ +xWJ +xWJ +ojx +xOP +pom +iMK +ojx +fRN +xWJ +xWJ +xWJ +vsF +lsh +xfV +tzL +wqy +xLH +hLL +hLL +mFN +mFN +dHX +mFN +mFN +hLL +hLL +sNx +mFN +dmL +fMt +fMt +dqT +fMt +fMt +jOe +xci +oFL +vGi +vBg +xci +vai +xLH +abj +bCI +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(200,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +fAx +gmA +ozX +lAU +qHb +cVU +uOt +jWI +opE +ojn +wMw +qie +nJR +rIw +wMw +wlk +vQG +nvV +qFD +rCV +mdH +aun +pQU +xwc +jJj +fCz +hoU +hgg +bNL +mpW +tLv +tMU +faY +eAt +ttw +qEm +pWD +thO +sVU +sTO +buC +iYJ +buC +wvd +xqu +xqu +nve +qEC +vsF +vsF +ojx +ojx +vsF +vsF +vHh +mSR +igC +vsF +vsF +ojx +ojx +vsF +vsF +qEC +hkp +qEC +qEC +qEC +abj +aaa +hLL +lsh +lsh +lsh +hLL +aaa +abj +mFN +aJu +qrL +fMt +jrD +swW +uip +fMt +mFN +hLL +yaz +xLH +xLH +hLL +mFN +mFN +abj +bCI +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(201,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +nSZ +gnv +dDE +fRj +qoN +dNG +uOt +jXd +xpz +lMr +wMw +cRC +mBF +fXV +wMw +yhA +lAB +oau +qIz +lhf +oan +hIB +hIB +uoW +hIB +hIB +vxU +cjk +uIx +yhA +tcP +rhQ +xAB +pJN +qek +ejN +tNa +pJU +xqu +xqu +xqu +xqu +xqu +xqu +xqu +cmr +jLc +toB +hqP +doc +cAV +ezU +yeE +ooV +pqM +ucN +jGi +sil +uws +sHi +xva +xIZ +oTB +hko +nBI +qdI +kud +qEC +abj +abj +mFN +aaa +qGq +aaa +mFN +abj +coE +hLL +tsi +rEe +fMt +wTQ +qTI +vUL +tGG +abj +abj +abj +abj +abj +abj +abj +abj +abj +aaa +aaa +bCI +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(202,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +nSZ +nSZ +bgt +nSZ +nSZ +nSZ +uOt +jXk +vyi +uSY +qie +kyw +nKc +lCu +rIw +nRT +vQG +nvV +tzh +wnX +lvI +vkj +igk +hTw +jbH +ijD +lyD +cac +tzh +jJU +tLv +tMU +mSc +rDK +hcg +qHk +uHW +pJU +abj +abj +abj +abj +abj +abj +csj +hqP +mIV +wdC +orT +orT +orT +orT +wdC +wdC +orT +wDs +mwa +wdC +wdC +wdC +wdC +wdC +wKe +wdC +mpg +nxK +sil +csj +abj +aaa +mFN +aaa +aaa +aaa +mFN +aaa +abj +hLL +vLs +uWW +fMt +kma +kBY +jco +fMt +abj +bCI +bCI +bCI +abj +bCI +bCI +bCI +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEx +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(203,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +abj +abj +abj +abj +abj +acF +hOE +jZY +krK +lOu +wMw +mDL +gxI +bLv +wMw +nRT +vQG +mzo +tzh +tzh +gNP +ego +tzh +upN +tzh +vWS +wCd +tzh +tzh +wlk +fWL +xAV +oTg +wrC +lNg +fZr +iad +pJU +abj +aaa +aaa +aaa +aaa +aaa +csj +nze +tNl +aWS +nft +nft +bJy +xyi +wkE +xoP +fEP +wwK +fEP +iJZ +nNy +xyi +qjY +xoK +xIB +wop +pCW +lyM +sil +csj +abj +abj +tWj +aaa +aaa +aaa +tWj +abj +coE +hLL +hLL +mFN +tGG +tGG +dqY +tGG +tGG +abj +aaa +aaa +abj +aaa +aaa +abj +abj +aaa +abj +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(204,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +iAK +jnn +kbT +pgE +krM +qie +kyw +xxx +lCu +ykI +nRT +pLm +qhn +lhS +rDM +rrl +dtj +tzh +lYj +tzh +ciT +igH +lhS +lhS +pby +ija +pgI +gJB +aEY +bPv +weZ +prh +pJU +abj +aaa +aaa +aaa +aaa +aaa +csj +ttY +tNl +soM +cza +cza +kSt +xyi +hcu +nNN +oCP +fXZ +hng +hPg +oId +xyi +fVK +cQj +cQj +iUT +mjE +msG +sil +csj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +tGG +gEK +tGG +abj +aaa +aaa +bCI +bCI +abj +bCI +bCI +bCI +bCI +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(205,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +bCI +abj +abj +acF +vMK +kdd +tby +exv +wMw +mEu +jdU +dNo +wMw +pby +vQG +nvV +lhS +rGK +szM +aMD +ixm +uqu +sei +vXH +iOV +hWb +lhS +mpW +tLv +tMU +gNl +qXd +rSK +suW +pCX +pJU +abj +abj +aaa +aaa +aaa +aaa +csj +pTS +ufU +soM +ecK +cza +kSt +xyi +nol +nNN +lAy +hOp +lAy +hPg +rqh +xyi +cQj +cQj +tzt +cQh +mjE +foa +nop +csj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +bCI +bCI +abj +tGG +bBD +tGG +abj +abj +bCI +bCI +aaa +aaa +abj +aaa +aaa +abj +abj +bCI +bCI +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(206,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +cCE +abj +qgX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +bCI +bCI +aaa +abj +abj +abj +ftc +ftc +ftc +ftc +aru +aru +aru +aru +aru +aru +aru +hdu +pLB +bzC +lhS +rGO +tHS +dIj +oPR +uqM +stT +vYk +bVZ +lhS +lhS +mzW +lqG +vfb +xAB +pJN +exy +xuA +tNa +pJU +sBL +abj +abj +aaa +aaa +aaa +csj +xun +tNl +soM +cza +cza +kSt +xyi +hcu +nNN +hng +psy +oCP +hPg +oId +xyi +fIE +cQj +iUT +cQj +pww +cTc +wkE +csj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +vzF +abj +abj +aaa +abj +aaa +aaa +wAE +oTL +wQO +aaa +aaa +abj +aaa +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(207,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +cCE +gMv +jPC +rzA +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +bCI +bCI +abj +abj +abj +abj +abj +abj +abj +ftc +ftc +ftc +iBE +joq +keE +aru +vvh +vbh +aru +vbh +vhp +aru +oIn +qug +mml +lhS +rHW +tHS +iTk +jPK +vNX +vSt +wwZ +qjM +lhS +sxn +vcX +nHu +uEq +pJg +uQq +qWw +nHz +bMM +wnE +sBL +sBL +abj +aaa +aaa +aaa +csj +lNV +tNl +dYX +nwh +nwh +pBj +xyi +wkE +cuM +cFv +bOZ +cFv +uTr +nNy +xyi +ydL +lTT +lkn +lPH +mlB +fOE +pVa +csj +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +ujV +abj +aaa +wAE +rze +wQO +aaa +wAE +oTL +wQO +aaa +wAE +oTL +wQO +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(208,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cCE +gKd +jPC +jSk +cCE +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +abj +abj +aru +aru +mAr +fdX +fAB +aru +aru +hsI +hZW +iCk +iCk +kfc +aru +lPJ +mmA +aru +nKe +oij +aru +pbM +mqz +iUI +lhS +rJG +tHS +sMP +qdp +vNX +pyk +ePU +dZt +lhS +xXA +vcX +tNf +ugH +oVy +oVy +tzk +uZU +nHz +bMM +rKg +sBL +abj +aaa +aaa +aaa +csj +udZ +tuT +wQJ +wQJ +wQJ +wQJ +wQJ +rqk +rqk +eaq +cEv +rqk +mBo +rqk +rqk +rqk +rqk +rqk +rqk +tOb +xyi +pVa +csj +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +abj +aaa +bRp +abj +abj +wAE +oTL +wQO +aaa +wAE +oTL +wQO +aaa +wAE +oTL +wQO +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(209,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cCE +cCE +kGY +cCE +cCE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +dCr +aru +aru +dWV +etR +ffs +fAM +gnI +aru +aru +dgo +iCk +cfs +cJM +aru +lSM +xbO +aru +nKl +kmJ +aru +pcc +qug +mfd +lhS +rLl +tHS +toP +qdp +vNX +pyk +ePU +lSA +lhS +lhS +vcX +iHp +uZU +xFL +xFL +syB +vnH +vic +uEq +wio +bHI +abj +aaa +aaa +aaa +csj +udZ +udZ +udZ +udZ +fhY +tUH +tUH +tUH +udZ +hnQ +uDH +uDH +nhC +pVa +nQZ +nQZ +iqR +nQZ +pVa +pVa +pVa +rHr +csj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +bRp +abj +aaa +wAE +oTL +wQO +abj +wAE +oTL +wQO +abj +wAE +oTL +wQO +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(210,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cCE +coE +cCE +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +abj +dBo +dHs +dNy +dRJ +dWW +wkn +wkn +jxB +wTJ +gKa +aru +bUG +aru +aru +aru +aru +aru +wDS +aru +wDS +aru +aru +pdt +onq +ioU +lhS +rLF +rAs +toS +qoy +vNX +vqM +nhY +lSr +pNI +xXC +vcX +nHu +xFL +xFL +xFL +syB +mIk +hvr +uEq +eVO +uFp +abj +aaa +aaa +aaa +csj +dZa +dZa +dZa +csj +csj +csj +csj +csj +csj +lpH +csj +csj +eBn +csj +csj +csj +csj +csj +csj +tON +jMT +mbs +csj +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +bRp +abj +abj +wAE +oTL +wQO +aaa +wAE +oTL +wQO +aaa +wAE +oTL +wQO +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(211,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +bCI +bCI +abj +aru +anZ +dHH +fzL +uPb +czx +xan +pIp +vIm +qDW +uPb +wTJ +vIm +qbt +drU +cfz +ult +lTH +fgI +djZ +nLI +otM +aru +pdP +qug +mml +lhS +lhS +xmw +tsW +vuE +urn +vuE +vYt +wCH +myZ +xXZ +oNP +icp +kzP +kzP +fDB +uEV +ply +cKC +lMi +oCk +seo +abj +aaa +aaa +aaa +csj +wKZ +piB +ehL +csj +aaa +aaa +abj +aaa +csj +ljF +qEC +qEC +lGv +csj +aaa +abj +aaa +aaa +csj +nSr +dxG +aon +csj +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +bRp +abj +aaa +wAE +oTL +wQO +aaa +abj +ujV +abj +aaa +wAE +oTL +wQO +aaa +bCI +abj +bCI +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(212,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +abj +abj +aru +dCj +fzL +czx +fLm +xan +cPu +tLD +fBo +val +gKm +val +ibj +nfZ +joA +kfn +lga +chy +mmE +dcs +nLY +ojL +xxI +oIn +qug +mml +blZ +lhS +meo +gES +uTS +vdJ +uTS +uTS +mbY +jBm +eEb +vcX +nHu +xFL +xFL +xFL +syB +aaL +hvr +uEq +rAl +nrJ +abj +aaa +aaa +aaa +qEC +csj +csj +csj +qEC +abj +ldC +dGX +dGX +dGX +rFC +csj +csj +jwE +psx +psx +psx +rSL +abj +qEC +csj +csj +csj +qEC +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +bRp +abj +aaa +abj +ujV +abj +abj +abj +bRp +abj +abj +abj +ujV +abj +aaa +aaa +abj +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(213,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +aru +aru +aru +aru +adR +euA +dRZ +jQW +jQW +ffK +jQW +jQW +gLN +wxD +iLK +iCu +fda +riX +wSO +fxR +kaJ +xan +wxD +jnU +wyT +pee +gBH +mml +rbU +lhS +sBd +tfh +nGa +vpi +kaB +vYL +jDw +lhS +lhS +oHJ +unN +hbT +xFL +xFL +syB +vnH +vic +uEq +wio +mqW +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +csj +aaa +hjz +lER +lER +lER +lER +lER +lER +lER +lER +lER +lER +rIU +aaa +csj +abj +abj +abj +abj +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +bRp +dtD +ycV +ycV +ycV +ycV +ycV +ycV +aAE +bRp +bRp +bRp +dtD +ycV +ycV +ycV +utf +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(214,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +aru +aru +aOn +dxN +aru +dXz +xmf +vGv +vGv +vGv +gIs +kNh +kNh +vjr +wxD +aru +xwO +qic +vOF +aru +vTG +kaJ +nHp +qDW +wTJ +ugN +pfE +pLF +qiv +aru +lhS +lhS +lhS +lhS +lhS +lhS +lhS +lhS +lhS +lhS +fQh +uYT +rdT +vZk +vZk +eAw +hbT +gLn +rWW +vEu +sBL +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +csj +aaa +hjz +lER +lER +lER +lER +lER +lER +lER +lER +lER +lER +rIU +aaa +csj +abj +aaa +aaa +bCI +bCI +bCI +aaa +aaa +aaa +aaq +aaa +aaq +aaa +aaa +aaa +aaa +bCI +aaa +aaa +abj +aaa +abj +lLX +abj +abj +abj +bRp +abj +abj +abj +lLX +abj +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(215,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +aru +dlr +drT +mdB +aru +dHO +fgv +jwd +xxG +ojU +fhd +pkc +xxG +gLR +wxD +yeN +fWz +fgj +ryP +xxI +fzL +xfr +wUT +xan +okX +aru +jMx +qug +mml +qJB +kIb +sBk +nMG +vku +nhs +uOb +sOS +sTA +lqe +xZs +kKZ +dYU +uEq +cuV +wYY +alO +cmq +aky +nEB +sBL +sBL +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +csj +abj +mYv +foh +lER +lER +xHm +lER +lER +xHm +lER +lER +eCY +xiC +abj +csj +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +bCI +abj +abj +aaa +wAE +ojd +wQO +aaa +abj +lLX +abj +aaa +wAE +ojd +wQO +aaa +bCI +bCI +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(216,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +aru +dlJ +drX +ceT +qJM +dcs +xLJ +qbW +tLD +xxG +xxG +xxG +tLD +gOi +lme +ibF +lme +fjL +lme +bMB +lUg +syC +mFd +chy +olj +oGM +pfV +txt +bAw +nDy +rOD +rOD +twd +vku +utB +vqY +vYT +wEm +sut +xZR +mzW +lqG +vfb +pLz +pLz +fWr +fIm +iwp +pLz +pLz +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +csj +aaa +hjz +lER +lER +lER +lER +lER +lER +lER +lER +lER +lER +rIU +aaa +csj +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +wAE +ojd +wQO +aaa +wAE +ojd +wQO +aaa +wAE +ojd +wQO +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(217,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +aru +dlr +bda +mdB +aru +dHR +don +qMN +xxG +duN +iRA +jEA +xxG +gLR +wxD +ice +eKe +qqA +ltq +ugN +eHP +mnQ +xmf +xan +omi +aru +oIn +qug +mml +qKW +uBX +rdo +iml +vku +tUB +mUQ +uOu +fQD +sut +ctp +umy +xDp +scP +pLz +wMC +hfM +pvu +hfM +kDP +pLz +abj +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +csj +aaa +hjz +lER +lER +lER +lER +lER +lER +lER +lER +lER +lER +rIU +aaa +csj +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +wAE +ojd +wQO +abj +wAE +ojd +wQO +abj +wAE +ojd +wQO +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(218,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +aru +aru +aOn +eEj +aru +dXz +wUT +uPb +uPb +uPb +fiU +fCQ +fCQ +gOj +wxD +aru +xwO +eHM +vOF +aru +wbR +kaJ +nQC +cqf +kTh +xxI +oIn +eTs +wvA +tWn +tWn +oAa +tWn +tWn +uvs +jtI +xOk +gzc +jry +dHy +jaz +xzi +scP +tXF +yak +twe +nXz +hfM +oCG +pLz +pLz +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +qEC +abj +dcj +dGX +dGX +dGX +cem +csj +csj +kmC +psx +psx +psx +pBq +abj +qEC +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +wAE +ojd +wQO +aaa +wAE +ojd +wQO +aaa +wAE +ojd +wQO +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(219,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +aru +aru +aru +aru +dIk +fsu +gLB +juW +juW +iWk +juW +juW +gPM +wxD +iLK +qbt +qEP +xvh +ult +wNO +kaJ +xan +wxD +omz +wyT +pee +gBH +mml +tWn +cOO +cjL +sXQ +tWn +uvG +vFi +hrL +oQn +sut +yah +umy +xDp +scP +rDA +lsH +wuv +nXz +vTL +hfM +tFz +pLz +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +csj +aaa +aaa +abj +aaa +csj +ljF +qEC +qEC +lGv +csj +aaa +abj +aaa +aaa +csj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +wAE +ojd +wQO +aaa +wAE +ojd +wQO +aaa +wAE +ojd +wQO +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(220,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +abj +abj +aru +dCw +gJJ +iwv +vsn +xan +eue +tLD +cxr +val +gQC +xan +xan +iDp +jqd +sdz +lgH +chy +xgm +xan +wxD +pPW +ugN +oIn +mqz +mml +gVL +rOY +sCY +xYa +tWn +uxL +mEK +aJr +kas +sut +qKm +drW +xDp +scP +pLz +sha +wuv +nXz +uAd +hfM +ybW +gOb +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +csj +csj +csj +csj +csj +csj +lpH +csj +csj +eBn +csj +csj +csj +csj +csj +csj +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +aaa +aaa +aaa +aaa +aaa +wAE +ojd +wQO +aaa +aaa +aaa +aaa +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(221,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +bCI +bCI +abj +aru +dCr +dIo +gJJ +vGv +iwv +xan +ojw +vIm +cqf +vGv +qBV +icl +iCu +jqn +rEC +wSO +lTH +ylo +vGv +kTh +ooA +aru +pbM +qug +mml +qNc +rPi +soE +gNS +tWn +uyo +nzk +tWn +oIN +qKm +qKm +eTR +nNL +lwk +uBD +vup +wLw +vhI +hQg +pxD +nmX +tcS +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +csj +vCY +nVA +nvg +dHT +csj +abj +abj +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +bCI +abj +bCI +bCI +aaa +aaa +aaa +aaa +aaa +bCI +abj +bCI +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(222,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +abj +dCA +ekp +wSo +fFB +kdO +iZf +iZf +fCT +kTh +gQN +aru +aru +aru +aru +aru +wyD +wyD +wyD +pcQ +nQl +wyD +wyD +hdu +pLB +qiB +tWn +xCt +sip +eJI +gyp +uyr +iJN +tWn +tSn +uFZ +qKm +umy +xDp +scP +pLz +uzl +pKm +bzg +hhF +hfM +ppp +iqP +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +bCI +bCI +aaa +bCI +abj +qEC +eAS +cRB +rdK +sct +qEC +abj +aaa +bCI +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +bCI +abj +bCI +bCI +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(223,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +anZ +aru +aru +dXG +eur +fkB +kti +gof +aru +aru +abj +abj +abj +abj +wyD +lVa +mop +gxY +nQo +iYE +goZ +umy +pNG +qiD +qPr +hLe +yjJ +hsU +tCN +uAL +jPU +tWn +wGd +uNG +qKm +gGi +xDp +scP +mOq +riK +pKm +bzg +vTL +hfM +igo +pLz +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +csj +gYX +gtS +cCb +gYX +csj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(224,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +abj +abj +aru +aru +mAr +nos +fEI +aru +aru +abj +abj +bCI +bCI +abj +lgN +dZu +mrN +mFk +eyt +iwt +oHz +phf +pNN +dsg +tWn +rQw +nud +xLB +fWl +bzr +mbM +tWn +tSn +rSr +qKm +kew +ewx +scP +wEY +npS +wpk +sxW +hfM +sLr +pLz +pLz +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +csj +csj +csj +csj +csj +csj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(225,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +bCI +bCI +abj +abj +abj +abj +abj +abj +abj +abj +abj +aaa +aaa +bCI +abj +lgS +lWf +fEz +xxF +xRC +ozo +xKm +umy +vwQ +dsg +tWn +tWn +vZl +xAb +tWn +vZl +xAb +tWn +qKm +qKm +qKm +xqY +xDp +scP +pLz +gqf +wjn +yhL +vBG +pLz +pLz +abj +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(226,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +bCI +bCI +aaa +bCI +bCI +bCI +aaa +aaa +aaa +abj +wyD +haO +pku +mfF +fPF +wyD +wyD +iDF +vwQ +iAj +tIz +xHT +xHT +xHT +xHT +xHT +xHT +rkP +wGW +xqb +qCA +uhY +xDp +slQ +pLz +pLz +jTt +mNe +vyW +pLz +abj +abj +bCI +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(227,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +lhC +fHL +wpA +eYP +ucR +wyD +nXs +umy +pQa +jvK +qPF +jvK +sDU +cyD +jvK +uBr +jvK +jvK +wHR +xqg +ycj +jvK +mRg +gYq +pLz +kBs +mak +tbM +ikr +gOb +abj +bCI +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(228,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +lhQ +lYc +kQx +kQW +kVH +mIR +oHY +phO +oxF +qiL +kHz +hTU +oxF +two +tQF +uBz +vJn +vJn +vJn +wHC +mCK +vJn +vJn +vlD +nbb +dTJ +jxh +jfp +jjc +gcx +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(229,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +wyD +fWW +dbC +gIa +fGA +wyD +xUP +wqh +pRy +xUP +soa +soz +soa +xUP +wxC +wxC +wps +wap +wxC +bwO +wxC +vEd +nrF +wxC +pLz +rmB +kjs +njj +pLz +pLz +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(230,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +wyD +rLL +sky +epC +nvS +wyD +abj +aaa +abj +aaa +soa +gps +soa +aaa +wxC +jHJ +oUP +sSD +wJs +xqW +mxM +xcU +pJx +xTL +pLz +pLz +mWY +pLz +pLz +abj +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(231,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +lia +lYu +kCD +hHy +kmh +wyD +abj +abj +abj +abj +gNn +fcZ +gNn +aaa +tQG +tgF +vrL +wuY +eZb +xqW +oqG +rAN +pgR +teS +tQG +abj +abj +abj +abj +abj +bCI +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(232,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +lhC +lZw +sGp +fSo +sAQ +dbt +abj +ylx +ylx +ylx +ylx +ylx +ylx +ylx +sws +uCv +gLr +dpW +nCY +cqg +sXk +wuY +qji +amS +sws +abj +bCI +bCI +bCI +aaa +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +rUr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(233,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +lhQ +gko +fGa +uoA +gzs +hkr +abj +ylx +ylx +ylx +ylx +ylx +ylx +ylx +tRb +iLb +xQM +inP +jIR +dEO +ycr +bdR +sWf +eeI +bEv +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(234,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aas +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +wyD +maB +fHp +fWD +eqO +wyD +abj +ylx +ylx +ylx +ylx +ylx +ylx +ylx +wxC +srS +bmZ +nCY +xaE +xsS +xaE +nCY +ljP +vZo +wxC +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(235,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +wyD +maX +xqr +ihp +hmo +wyD +abj +ylx +ylx +ylx +ylx +ylx +ylx +ylx +wxC +wxC +vkC +oKG +vkC +wxC +vkC +oKG +vkC +wxC +wxC +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(236,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +abj +abj +abj +eGR +xkY +abj +abj +abj +ylx +ylx +ylx +ylx +ylx +ylx +ylx +abj +abj +vkC +naI +vkC +aaa +vkC +ghI +vkC +abj +abj +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(237,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bCI +bCI +bCI +abj +acF +acF +abj +aaa +abj +ylx +ylx +ylx +ylx +ylx +ylx +ylx +abj +abj +ukt +fwe +ukt +aaa +ukt +fwe +ukt +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(238,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +acF +cIV +acF +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(239,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(240,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bCI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(241,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(242,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +rlh +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(243,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +acF +uFL +acF +abj +acF +uFL +acF +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(244,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(245,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(246,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(247,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(248,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(249,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(250,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(251,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(252,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(253,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(254,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(255,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} diff --git a/_maps/map_files/RandomRuins/SpaceRuins/gasthelizards.dmm b/_maps/map_files/RandomRuins/SpaceRuins/gasthelizards.dmm index a8b394a64218..dfd2e1470be3 100644 --- a/_maps/map_files/RandomRuins/SpaceRuins/gasthelizards.dmm +++ b/_maps/map_files/RandomRuins/SpaceRuins/gasthelizards.dmm @@ -1,632 +1,2198 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"a" = ( -/turf/template_noop, -/area/template_noop) -"b" = ( -/obj/structure/lattice, -/turf/template_noop, -/area/template_noop) -"c" = ( -/turf/simulated/wall, -/area/ruin/unpowered) -"d" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/bed, -/obj/effect/decal/remains/human, -/turf/simulated/floor/plasteel{ - icon_state = "warndark"; - dir = 8 - }, -/area/ruin/unpowered) -"e" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = 0 - }, -/turf/simulated/floor/plasteel{ - icon_state = "warndark"; - dir = 4 - }, -/area/ruin/unpowered) -"f" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/bed, -/obj/effect/decal/remains/human, -/turf/simulated/floor/plasteel{ - icon_state = "warndark"; - dir = 8 - }, -/area/ruin/unpowered) -"g" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/bed, -/turf/simulated/floor/plasteel{ - icon_state = "warndark"; - dir = 8 - }, -/area/ruin/unpowered) -"h" = ( -/turf/simulated/floor/plasteel{ - icon_state = "warndark"; - dir = 4 - }, -/area/ruin/unpowered) -"i" = ( -/turf/simulated/floor/plasteel{ - icon_state = "warndark"; - dir = 8 - }, -/area/ruin/unpowered) -"j" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = 0 - }, -/obj/machinery/atmospherics/unary/outlet_injector, -/turf/simulated/floor/plasteel{ - icon_state = "warndark"; - dir = 4 - }, -/area/ruin/unpowered) -"k" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "warndark"; - dir = 8 - }, -/area/ruin/unpowered) -"l" = ( -/obj/machinery/atmospherics/unary/outlet_injector, -/turf/simulated/floor/plasteel{ - icon_state = "warndark"; - dir = 4 - }, -/area/ruin/unpowered) -"m" = ( -/obj/structure/closet/crate/freezer, -/obj/item/stack/sheet/animalhide/lizard, -/obj/item/reagent_containers/food/snacks/monstermeat/lizardmeat, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ruin/unpowered) -"n" = ( -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/food/snacks/monstermeat/lizardmeat, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ruin/unpowered) -"o" = ( -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/food/snacks/monstermeat/lizardmeat, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ruin/unpowered) -"p" = ( -/obj/machinery/power/apc/worn_out{ - dir = 8; - pixel_x = -24; - pixel_y = 0; - cell_type = 2500; - operating = 1 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "blue" - }, -/area/ruin/unpowered) -"q" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "blue" - }, -/area/ruin/unpowered) -"r" = ( -/obj/machinery/door/window/brigdoor/northleft, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "blue" - }, -/area/ruin/unpowered) -"s" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ruin/unpowered) -"t" = ( -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"u" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"v" = ( -/obj/machinery/light{ - dir = 4; - icon_state = "tube1" - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"w" = ( -/obj/structure/kitchenspike, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ruin/unpowered) -"x" = ( -/obj/structure/table/reinforced, -/obj/item/kitchen/knife/butcher, -/obj/item/restraints/handcuffs, -/obj/item/reagent_containers/spray/pepper, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ruin/unpowered) -"y" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"z" = ( -/obj/machinery/gibber, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ruin/unpowered) -"A" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/suit/straight_jacket, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ruin/unpowered) -"B" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"C" = ( -/obj/machinery/door/airlock/security, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ruin/unpowered) -"D" = ( -/obj/item/reagent_containers/glass/bottle/morphine{ - pixel_x = -4; - pixel_y = 1 - }, -/obj/item/reagent_containers/glass/bottle/toxin{ - pixel_x = 6; - pixel_y = 8 - }, -/obj/item/reagent_containers/glass/bottle/morphine{ - pixel_x = 5; - pixel_y = 1 - }, -/obj/item/reagent_containers/glass/bottle/facid{ - name = "fluorosulfuric acid bottle"; - pixel_x = -3; - pixel_y = 6 - }, -/obj/structure/table/reinforced, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ruin/unpowered) -"E" = ( -/obj/structure/rack, -/obj/item/melee/baton/cattleprod, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"F" = ( -/obj/structure/table, -/obj/item/pen/red, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"G" = ( -/obj/structure/table, -/obj/item/paper_bin, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"H" = ( -/obj/structure/table, -/obj/item/storage/box/prisoner, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"I" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = 0 - }, -/obj/machinery/light, -/obj/structure/table, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"J" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"K" = ( -/obj/structure/table/reinforced, -/obj/item/surgicaldrill, -/obj/item/hemostat, -/obj/item/scalpel, -/obj/item/surgical_drapes, -/obj/item/retractor, -/obj/item/cautery, -/obj/item/circular_saw, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ruin/unpowered) -"L" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ruin/unpowered) -"M" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/syringe, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/glass/bottle/mutagen, -/obj/item/reagent_containers/glass/bottle/mutagen, -/obj/item/razor, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/ruin/unpowered) -"N" = ( -/obj/machinery/suit_storage_unit/security, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"O" = ( -/obj/machinery/light, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"P" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"Q" = ( -/obj/machinery/door/airlock/external, -/turf/simulated/floor/plating, -/area/ruin/unpowered) -"R" = ( -/turf/simulated/floor/plating, -/area/ruin/unpowered) - -(1,1,1) = {" -a -a -a -a -a -a -a -a -b -a -a -a -a -a -"} -(2,1,1) = {" -a -a -a -b -b -b -b -a -b -b -b -a -a -a -"} -(3,1,1) = {" -a -a -a -b -b -c -c -c -c -c -c -c -b -a -"} -(4,1,1) = {" -a -b -b -b -b -c -t -y -B -E -N -c -b -b -"} -(5,1,1) = {" -b -a -c -c -c -c -u -t -t -t -O -c -c -c -"} -(6,1,1) = {" -a -b -c -d -i -p -t -t -t -t -t -Q -R -Q -"} -(7,1,1) = {" -b -b -c -e -j -r -t -t -t -t -P -c -c -c -"} -(8,1,1) = {" -a -b -c -f -k -q -t -t -t -F -c -c -b -b -"} -(9,1,1) = {" -b -b -c -e -j -r -t -t -t -G -c -b -b -a -"} -(10,1,1) = {" -a -a -c -g -k -q -t -t -t -H -c -b -a -a -"} -(11,1,1) = {" -b -b -c -e -j -r -t -t -t -I -c -b -a -a -"} -(12,1,1) = {" -b -a -c -f -k -q -t -t -t -J -c -b -a -a -"} -(13,1,1) = {" -a -b -c -h -l -r -v -t -t -J -c -b -a -a -"} -(14,1,1) = {" -a -b -c -c -c -c -c -c -C -c -c -b -a -a -"} -(15,1,1) = {" -a -b -b -c -m -s -w -z -s -K -c -a -a -a -"} -(16,1,1) = {" -a -b -b -c -n -s -s -s -s -L -c -a -a -a -"} -(17,1,1) = {" -a -a -b -c -o -s -x -A -D -M -c -b -b -a -"} -(18,1,1) = {" -a -a -b -c -c -c -c -c -c -c -c -b -a -a -"} -(19,1,1) = {" -a -a -a -a -b -b -a -a -b -b -b -a -a -a -"} +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"av" = ( +/turf/simulated/wall/r_wall/coated, +/area/ruin/space/gasthelizards/viewzone) +"ax" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"bx" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"by" = ( +/obj/structure/fans/tiny, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/viewzone) +"bK" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_control{ + desiredstate = 1; + id = "gtl"; + in_use = 1; + name = "Door Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/viewzone) +"bW" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"cm" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"cA" = ( +/turf/simulated/wall/r_wall, +/area/ruin/space/gasthelizards/viewzone) +"cE" = ( +/obj/effect/decal/remains/human{ + desc = "They look like unathi remains. They have a strange aura about them." + }, +/obj/item/restraints/handcuffs/cable, +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/powered) +"dk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"dl" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/food/snacks/monstermeat/lizardmeat, +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"dm" = ( +/obj/machinery/door/window/brigdoor/northleft{ + dir = 4; + req_access_txt = "271" + }, +/obj/machinery/flasher_button{ + id = "gtl_c1"; + name = "Flasher Control"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"dp" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"dx" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndark" + }, +/area/ruin/space/gasthelizards/jail) +"dG" = ( +/obj/machinery/door/airlock/external/glass{ + id = "gtl_main_bolts" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/viewzone) +"dQ" = ( +/obj/structure/rack, +/obj/item/restraints/handcuffs, +/obj/item/clothing/glasses/hud/health/sunglasses, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"eu" = ( +/obj/structure/fans/tiny, +/obj/machinery/light/small/built{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_control{ + desiredstate = 1; + id = "gtl_engi_ext"; + in_use = 1; + name = "Door Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = 8; + specialfunctions = 4 + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "gtl_engi_int"; + in_use = 1; + name = "Door Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = -8; + req_access_txt = "271"; + specialfunctions = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/engineering) +"ex" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/powered) +"fq" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "gtl_shutters_inner"; + name = "Fire Breach Shutter"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/engine, +/area/ruin/space/gasthelizards/viewzone) +"fH" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + frequency = 1441; + id = "mix_in" + }, +/obj/machinery/light/small, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/space/gasthelizards/engineering) +"gk" = ( +/obj/machinery/suit_storage_unit/security, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/ruin/space/gasthelizards/viewzone) +"hb" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1441; + input_tag = "mix_in_gtl"; + name = "Gas Mix Tank Control"; + output_tag = "mix_out_gtl"; + sensors = list("mix_sensor_gtl" = "Tank") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/viewzone) +"ho" = ( +/obj/structure/lattice/catwalk, +/turf/template_noop, +/area/template_noop) +"hq" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/monstermeat/lizardmeat, +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"hH" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/space/gasthelizards/engineering) +"hL" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/blood/old, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/viewzone) +"hR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/viewzone) +"hS" = ( +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/powered) +"if" = ( +/obj/structure/lattice, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/template_noop, +/area/ruin/space/gasthelizards/viewzone) +"jj" = ( +/obj/machinery/flasher_button{ + id = "gtl_c2"; + name = "Flasher Control"; + pixel_x = 24; + pixel_y = -5 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"jk" = ( +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/reagent_containers/glass/bottle/toxin{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/item/reagent_containers/glass/bottle/facid{ + name = "fluorosulfuric acid bottle"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"jx" = ( +/obj/machinery/door/airlock/external{ + id_tag = "gtl_main_bolts" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/viewzone) +"kD" = ( +/obj/structure/closet/crate/freezer, +/obj/item/stack/sheet/animalhide/lizard, +/obj/item/reagent_containers/food/snacks/monstermeat/lizardmeat, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"kU" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/viewzone) +"lQ" = ( +/turf/template_noop, +/area/template_noop) +"mi" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall, +/area/ruin/space/gasthelizards/engineering) +"nn" = ( +/obj/machinery/atmospherics/unary/tank/toxins{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"nu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + id_tag = "gtl_engi_ext"; + locked = 1 + }, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/engineering) +"nv" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/food/snacks/monstermeat/lizardmeat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"nG" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/bed, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndark" + }, +/area/ruin/space/gasthelizards/jail) +"nJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + pixel_x = -32; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"nN" = ( +/obj/machinery/power/terminal, +/turf/simulated/wall, +/area/ruin/space/gasthelizards/viewzone) +"oD" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "gtl_shutters_inner"; + name = "Fire Breach Shutter"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/engine, +/area/ruin/space/gasthelizards/viewzone) +"oH" = ( +/obj/structure/rack, +/obj/item/camera, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/ruin/space/gasthelizards/viewzone) +"pr" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "mix_sensor_gtl" + }, +/turf/simulated/floor/engine/insulated/vacuum, +/area/ruin/space/gasthelizards/viewzone) +"pJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"qa" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/cigar, +/obj/item/lighter/zippo/engraved, +/obj/item/newspaper, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/ruin/space/gasthelizards/viewzone) +"qg" = ( +/obj/structure/marker_beacon, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/powered) +"qt" = ( +/obj/machinery/door/window/brigdoor/northleft{ + dir = 4; + req_access_txt = "271" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"qy" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/space/gasthelizards/engineering) +"qW" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/paper_bin, +/obj/item/pen/red, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "gtl_control" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/viewzone) +"rK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/viewzone) +"rP" = ( +/obj/structure/rack, +/obj/item/stack/sheet/animalhide/lizard, +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"rW" = ( +/obj/machinery/atmospherics/unary/tank/carbon_dioxide{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"rX" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"sf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + pixel_x = 22; + pixel_y = 25 + }, +/obj/machinery/door_control{ + id = "gtl_vitrine"; + name = "Vitrine Shutters"; + pixel_x = -39; + pixel_y = 24 + }, +/obj/machinery/door_control{ + id = "gtl_control"; + name = "Control Shutters"; + pixel_x = -24; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/viewzone) +"ss" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8; + frequency = 1441; + id = "mix_in_gtl" + }, +/turf/simulated/floor/engine/insulated/vacuum, +/area/ruin/space/gasthelizards/viewzone) +"su" = ( +/turf/simulated/wall/r_wall, +/area/ruin/space/gasthelizards/engineering) +"sA" = ( +/obj/item/caution/proximity_sign, +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"sE" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/machinery/door/window/brigdoor/northleft{ + dir = 2; + req_access_txt = "271" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "gtl_control" + }, +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/viewzone) +"sW" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall, +/area/ruin/space/gasthelizards/viewzone) +"ta" = ( +/obj/machinery/atmospherics/binary/valve, +/obj/machinery/ignition_switch{ + id = "gsl_igniter"; + pixel_x = 24; + pixel_y = -7 + }, +/obj/machinery/door_control{ + id = "gtl_shutters_gasflush"; + name = "Gas Flush Control"; + pixel_x = 25; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/viewzone) +"ts" = ( +/obj/machinery/atmospherics/unary/tank/nitrogen{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"tv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"tD" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/powered) +"tJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"tM" = ( +/mob/living/simple_animal/lizard, +/turf/simulated/floor/engine, +/area/ruin/space/gasthelizards/viewzone) +"un" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"uB" = ( +/turf/simulated/wall/r_wall, +/area/ruin/space/gasthelizards/jail) +"uT" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"uV" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"vV" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "gtl_engi_int"; + in_use = 1; + name = "Door Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = 24; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"ww" = ( +/obj/machinery/light/small, +/obj/effect/decal/remains/human{ + desc = "They look like unathi remains. They have a strange aura about them." + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/space/gasthelizards/engineering) +"wz" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/viewzone) +"wM" = ( +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/powered) +"wS" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/viewzone) +"xg" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/bag/trash, +/obj/item/reagent_containers/glass/bucket, +/obj/item/mop, +/obj/item/soap/homemade, +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/viewzone) +"xi" = ( +/obj/structure/bed, +/obj/machinery/flasher{ + id = "gtl_c2"; + pixel_y = 24; + range = 1 + }, +/obj/item/clothing/under/color/orange, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndark" + }, +/area/ruin/space/gasthelizards/jail) +"xA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/viewzone) +"xC" = ( +/obj/structure/chair/office/dark, +/obj/item/toy/plushie/lizardplushie, +/obj/machinery/door_control{ + id = "gtl_shutters_inner"; + name = "Fire Breach Inner Shutters Control"; + pixel_x = 38; + pixel_y = -26 + }, +/obj/machinery/door_control{ + id = "gtl_shutters"; + name = "Fire Breach Outer Shutters Control"; + pixel_x = 26; + pixel_y = -26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/viewzone) +"yb" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"yz" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndark" + }, +/area/ruin/space/gasthelizards/jail) +"yD" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/light_switch{ + pixel_x = -23; + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"zd" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/item/radio/beacon{ + emagged = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/viewzone) +"zf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/viewzone) +"zi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/jail) +"zK" = ( +/obj/machinery/gibber{ + desc = "The name isn't descriptive enough? Safety lamp doesn't light!"; + emagged = 1 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = -31 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"Aq" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/vacuum{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"AN" = ( +/turf/simulated/wall, +/area/ruin/space/gasthelizards/jail) +"AV" = ( +/obj/structure/table/reinforced, +/obj/item/surgicaldrill, +/obj/item/hemostat, +/obj/item/scalpel, +/obj/item/surgical_drapes, +/obj/item/retractor, +/obj/item/cautery, +/obj/item/circular_saw, +/obj/machinery/light, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"BL" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"BO" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 26 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"Ca" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/space/gasthelizards/viewzone) +"CA" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/rack, +/obj/item/flashlight, +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/item/weldingtool, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"CE" = ( +/obj/structure/janitorialcart, +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"Dc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/viewzone) +"Ds" = ( +/turf/simulated/floor/engine, +/area/ruin/space/gasthelizards/viewzone) +"DB" = ( +/obj/structure/rack, +/obj/item/melee/baton/cattleprod, +/obj/item/restraints/handcuffs, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/item/card/id/away/gtl, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/viewzone) +"DG" = ( +/obj/structure/window/reinforced, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndark" + }, +/area/ruin/space/gasthelizards/jail) +"Eh" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"Ej" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/vending/cola, +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"EE" = ( +/obj/machinery/door_control{ + desiredstate = 1; + id = "gtl_main_bolts"; + in_use = 1; + name = "Door Entrance Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = -39; + specialfunctions = 4 + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "gtl_control_airlock"; + in_use = 1; + name = "Door Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = -24; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/viewzone) +"EY" = ( +/turf/simulated/mineral, +/area/ruin/powered) +"Fa" = ( +/obj/structure/table, +/obj/item/soap/homemade, +/obj/item/storage/box/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"FJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault"; + tag = "icon-vault (WEST)" + }, +/area/ruin/space/gasthelizards/engineering) +"FS" = ( +/obj/structure/closet/emcloset, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"FV" = ( +/obj/machinery/door/airlock/public{ + id_tag = "gtl_control_airlock"; + req_access_txt = "271" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/viewzone) +"FX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"GC" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/machinery/meter, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"GP" = ( +/obj/structure/table/wood, +/obj/machinery/light/small, +/obj/item/pizzabox/meat, +/obj/item/kitchen/knife/plastic, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/space/gasthelizards/engineering) +"It" = ( +/obj/structure/rack, +/obj/item/storage/backpack/satchel_lizard, +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"IA" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/viewzone) +"IN" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"Jf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon, +/turf/template_noop, +/area/template_noop) +"Ji" = ( +/obj/structure/rack, +/obj/item/organ/external/tail/unathi, +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"Js" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/viewzone) +"JB" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"JJ" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"JL" = ( +/obj/structure/rack, +/obj/item/storage/backpack/lizard, +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"JS" = ( +/obj/machinery/atmospherics/unary/tank/oxygen{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"JW" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"JZ" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/engine, +/area/ruin/space/gasthelizards/viewzone) +"KL" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/viewzone) +"Lh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external/glass{ + id_tag = "gtl_engi_int"; + locked = 1 + }, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/engineering) +"Lj" = ( +/obj/machinery/atmospherics/binary/pump, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"Ll" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/wall, +/area/ruin/space/gasthelizards/engineering) +"LH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"My" = ( +/obj/machinery/door/airlock/highsecurity{ + heat_proof = 1; + id_tag = "gtl"; + locked = 1; + name = "Gas Chamber" + }, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/viewzone) +"MV" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "gtl_shutters"; + name = "Fire Breach Shutter"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/plasma, +/turf/simulated/floor/engine, +/area/ruin/space/gasthelizards/viewzone) +"Nx" = ( +/obj/machinery/door/airlock/hatch{ + req_access_txt = "271" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"ND" = ( +/obj/structure/lattice, +/turf/simulated/floor/plating/asteroid/airless, +/area/template_noop) +"NH" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/ruin/space/gasthelizards/viewzone) +"NS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/engineering) +"Oc" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_access_txt = "271" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/viewzone) +"Og" = ( +/turf/simulated/wall/r_wall/coated, +/area/ruin/space/gasthelizards/engineering) +"Ok" = ( +/obj/machinery/door/poddoor{ + id_tag = "gtl_shutters_gasflush"; + name = "Gas Flush Shutter" + }, +/turf/space, +/area/ruin/space/gasthelizards/viewzone) +"OY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"PH" = ( +/obj/machinery/door/airlock/hatch, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"PY" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"Qk" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"Qw" = ( +/obj/effect/decal/cleanable/blood{ + pixel_y = 13 + }, +/obj/machinery/door/window/brigdoor/northleft{ + req_access_txt = "271" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"QX" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"Sr" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/wall/r_wall/coated, +/area/ruin/space/gasthelizards/engineering) +"SG" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "gtl_vitrine" + }, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/viewzone) +"SL" = ( +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"SW" = ( +/obj/machinery/optable, +/obj/effect/decal/cleanable/blood/old, +/obj/item/organ/external/tail/unathi, +/obj/effect/decal/cleanable/blood{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"Tb" = ( +/obj/item/hatchet/unathiknife, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/powered) +"Tg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/ruin/space/gasthelizards/viewzone) +"UH" = ( +/obj/structure/kitchenspike, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"Va" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 1; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + id_tag = "mix_out_gtl"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + layer = 2.4; + name = "mix vent"; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0 + }, +/turf/simulated/floor/engine, +/area/ruin/space/gasthelizards/viewzone) +"Vp" = ( +/turf/simulated/wall, +/area/ruin/space/gasthelizards/engineering) +"Vr" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/binary/valve{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"VF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"VP" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/wall/r_wall, +/area/ruin/space/gasthelizards/engineering) +"Wg" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/closet/l3closet/janitor, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/viewzone) +"Wj" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/glass/bottle/mutagen, +/obj/item/reagent_containers/glass/bottle/mutagen, +/obj/item/razor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"Wo" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/meter, +/turf/simulated/wall/r_wall, +/area/ruin/space/gasthelizards/engineering) +"Wy" = ( +/turf/simulated/wall, +/area/ruin/space/gasthelizards/viewzone) +"WA" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/suit/straight_jacket, +/obj/effect/decal/cleanable/dirt, +/obj/item/restraints/handcuffs, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"WJ" = ( +/obj/machinery/sparker{ + id = "gsl_igniter"; + pixel_x = 1; + pixel_y = 24 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/engine/insulated/vacuum, +/area/ruin/space/gasthelizards/viewzone) +"WZ" = ( +/obj/machinery/door_control{ + desiredstate = 1; + id = "gtl"; + in_use = 1; + name = "Door Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = -24; + req_access_txt = "271"; + specialfunctions = 4 + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/space/gasthelizards/engineering) +"Xq" = ( +/obj/machinery/light, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/flasher{ + id = "gtl_c1"; + pixel_x = 24; + range = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndark" + }, +/area/ruin/space/gasthelizards/jail) +"Xr" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"Xu" = ( +/obj/item/clothing/under/color/orange, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndark" + }, +/area/ruin/space/gasthelizards/jail) +"XR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/jail) +"Yn" = ( +/obj/machinery/power/smes/magical, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/ruin/space/gasthelizards/viewzone) +"Yt" = ( +/obj/machinery/atmospherics/unary/tank/nitrous_oxide{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"Yv" = ( +/obj/structure/sign/vacuum{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"YP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/ruin/space/gasthelizards/viewzone) +"Zm" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/gasthelizards/engineering) +"Zn" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/lizardboots, +/turf/simulated/floor/plasteel, +/area/ruin/space/gasthelizards/viewzone) +"ZC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndark" + }, +/area/ruin/space/gasthelizards/jail) + +(1,1,1) = {" +lQ +lQ +lQ +lQ +lQ +wM +EY +EY +lQ +EY +EY +wM +lQ +lQ +lQ +lQ +lQ +lQ +lQ +lQ +lQ +lQ +lQ +lQ +lQ +"} +(2,1,1) = {" +lQ +lQ +wM +wM +EY +EY +EY +EY +EY +EY +EY +EY +EY +EY +EY +lQ +lQ +lQ +lQ +lQ +lQ +lQ +lQ +lQ +lQ +"} +(3,1,1) = {" +lQ +EY +su +su +su +su +su +su +cA +cA +cA +cA +Wy +Wy +Wy +EY +wM +EY +wM +wM +lQ +lQ +lQ +lQ +Jf +"} +(4,1,1) = {" +lQ +cE +su +IN +ts +JS +Yt +su +wz +DB +gk +cA +qa +dp +Wy +EY +EY +wM +qg +wM +lQ +lQ +lQ +lQ +cm +"} +(5,1,1) = {" +wM +wM +su +bx +un +JW +un +su +KL +zf +EE +FV +YP +SL +Wy +Wy +EY +wM +wM +wM +wM +lQ +lQ +cm +ho +"} +(6,1,1) = {" +qy +Vp +su +VP +uV +PY +nJ +PH +sf +zd +xC +sE +YP +SL +uT +Wy +EY +wM +qg +wM +wM +cm +cm +cm +ho +"} +(7,1,1) = {" +WZ +nu +eu +Lh +vV +Qk +Lj +Wo +ta +kU +hb +qW +YP +SL +FS +Wy +EY +wM +wM +wM +wM +lQ +lQ +cm +ho +"} +(8,1,1) = {" +ww +Vp +su +su +Aq +Zm +nn +Og +av +fq +oD +av +oH +SL +SL +Wy +Wy +Wy +Wy +Ca +lQ +lQ +lQ +cm +ho +"} +(9,1,1) = {" +lQ +wM +EY +su +BO +bW +rW +Og +WJ +ss +pr +MV +NH +SL +SL +SL +dG +by +jx +Dc +ho +ho +ho +ho +ho +"} +(10,1,1) = {" +lQ +lQ +wM +su +su +LH +Og +Ok +Tg +JZ +tM +MV +NH +SL +SL +Yv +Wy +Wy +Wy +if +cm +cm +cm +cm +ho +"} +(11,1,1) = {" +lQ +lQ +fH +Ll +CA +tJ +GC +Sr +Va +Ds +Tg +MV +NH +SL +SL +SL +Ji +SG +cm +lQ +lQ +lQ +lQ +cm +ho +"} +(12,1,1) = {" +lQ +lQ +hH +mi +FJ +ax +Vr +Og +av +My +av +av +Ej +SL +sA +SL +JL +SG +cm +lQ +lQ +lQ +lQ +cm +ho +"} +(13,1,1) = {" +lQ +lQ +EY +Vp +Vp +Xr +Eh +NS +hL +bK +Wg +sW +BL +SL +SL +SL +Zn +SG +ND +lQ +lQ +lQ +lQ +cm +ho +"} +(14,1,1) = {" +lQ +lQ +lQ +wM +Vp +Vp +Vp +Wy +wS +rK +IA +Wy +QX +SL +CE +SL +hq +SG +ND +lQ +lQ +lQ +lQ +lQ +cm +"} +(15,1,1) = {" +lQ +lQ +lQ +lQ +lQ +hS +Tb +Wy +xg +rK +Js +Wy +JB +SL +SL +SL +rP +SG +ND +lQ +lQ +lQ +lQ +lQ +Jf +"} +(16,1,1) = {" +lQ +lQ +lQ +lQ +wM +EY +EY +nN +Yn +hR +xA +Oc +SL +SL +rX +yb +It +SG +ND +lQ +lQ +lQ +lQ +lQ +lQ +"} +(17,1,1) = {" +lQ +lQ +lQ +lQ +EY +EY +EY +AN +AN +zi +AN +AN +AN +Nx +AN +AN +AN +Wy +wM +wM +lQ +lQ +lQ +lQ +lQ +"} +(18,1,1) = {" +lQ +lQ +lQ +lQ +EY +EY +EY +AN +UH +tv +dQ +dl +nv +yD +zK +Fa +AN +EY +wM +wM +wM +lQ +lQ +lQ +lQ +"} +(19,1,1) = {" +lQ +lQ +lQ +lQ +EY +wM +tD +AN +kD +FX +pJ +Qw +dk +dk +pJ +VF +AN +EY +EY +qg +wM +lQ +lQ +lQ +lQ +"} +(20,1,1) = {" +lQ +lQ +lQ +lQ +EY +wM +GP +AN +AV +tv +dk +jj +qt +OY +OY +dm +AN +EY +wM +wM +wM +lQ +lQ +lQ +lQ +"} +(21,1,1) = {" +lQ +lQ +lQ +lQ +wM +wM +ex +AN +SW +XR +JJ +uB +ZC +dx +yz +Xu +uB +wM +wM +qg +wM +lQ +lQ +lQ +lQ +"} +(22,1,1) = {" +lQ +lQ +lQ +lQ +lQ +EY +EY +AN +Wj +WA +jk +uB +xi +DG +nG +Xq +uB +EY +EY +wM +wM +lQ +lQ +lQ +lQ +"} +(23,1,1) = {" +lQ +lQ +lQ +lQ +lQ +EY +EY +AN +AN +AN +AN +uB +uB +uB +uB +uB +uB +EY +wM +lQ +lQ +lQ +lQ +lQ +lQ +"} +(24,1,1) = {" +lQ +lQ +lQ +lQ +lQ +lQ +EY +EY +EY +EY +EY +EY +EY +EY +EY +EY +EY +EY +lQ +lQ +lQ +lQ +lQ +lQ +lQ +"} diff --git a/_maps/map_files/RandomRuins/SpaceRuins/oldstation.dmm b/_maps/map_files/RandomRuins/SpaceRuins/oldstation.dmm index 06504df418a7..f631308e7ed3 100644 --- a/_maps/map_files/RandomRuins/SpaceRuins/oldstation.dmm +++ b/_maps/map_files/RandomRuins/SpaceRuins/oldstation.dmm @@ -680,6 +680,19 @@ icon_state = "white" }, /area/ruin/space/ancientstation/proto) +"fs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/simulated/floor/plating, +/area/ruin/space/ancientstation/thetacorridor) "fu" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/firealarm{ @@ -1357,6 +1370,19 @@ icon_state = "blue" }, /area/ruin/space/ancientstation/comm) +"jO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/science{ + name = "Artificial Program Core Room" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ruin/space/ancientstation/thetacorridor) "jR" = ( /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating/airless, @@ -1649,15 +1675,17 @@ }, /area/ruin/space/ancientstation/comm) "mN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, /obj/structure/cable{ - d2 = 2; - icon_state = "0-2"; - pixel_y = 1 + d1 = 2; + d2 = 8; + icon_state = "2-8" }, -/obj/machinery/power/smes/engineering{ - charge = 0 +/obj/item/paper/fluff/ruins/oldstation/generator_manual, +/obj/item/stack/cable_coil{ + amount = 15 }, -/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/ancientstation/engi) "mP" = ( @@ -3894,12 +3922,11 @@ /turf/simulated/floor/plasteel, /area/ruin/space/ancientstation) "FK" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - amount = 15 - }, -/obj/item/paper/fluff/ruins/oldstation/generator_manual, /obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/radiation, +/obj/item/stack/sheet/mineral/uranium{ + amount = 10 + }, /turf/simulated/floor/plating, /area/ruin/space/ancientstation/engi) "FL" = ( @@ -4571,14 +4598,15 @@ amount = 2 }, /obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, /turf/simulated/floor/plating, /area/ruin/space/ancientstation/engi) "KR" = ( -/obj/structure/closet/crate/radiation, -/obj/item/stack/sheet/mineral/uranium{ - amount = 10 - }, /obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow, /turf/simulated/floor/plating, /area/ruin/space/ancientstation/engi) "KU" = ( @@ -5099,6 +5127,10 @@ /obj/machinery/door/airlock/engineering{ name = "Backup Generator Room" }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, /turf/simulated/floor/plating, /area/ruin/space/ancientstation/engi) "Pn" = ( @@ -5441,8 +5473,8 @@ }, /area/ruin/space/ancientstation/engi) "RB" = ( -/obj/structure/cable, /obj/effect/decal/cleanable/dirt, +/obj/structure/cable, /turf/simulated/floor/plating, /area/ruin/space/ancientstation/engi) "RJ" = ( @@ -5839,14 +5871,14 @@ /area/ruin/space/ancientstation/thetacorridor) "Uz" = ( /obj/effect/decal/cleanable/cobweb, -/obj/machinery/power/terminal{ - dir = 4 +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/smes/engineering{ + charge = 0 }, -/obj/structure/cable/yellow{ - d2 = 2; - icon_state = "0-2" +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" }, -/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/ancientstation/engi) "UA" = ( @@ -5891,6 +5923,7 @@ /obj/effect/decal/cleanable/dirt, /obj/item/wrench, /obj/item/wirecutters, +/obj/structure/rack, /turf/simulated/floor/plating, /area/ruin/space/ancientstation/engi) "UT" = ( @@ -6553,8 +6586,14 @@ dir = 8; pixel_x = -24 }, -/obj/structure/cable/yellow, /obj/effect/decal/cleanable/dirt, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, /turf/simulated/floor/plating, /area/ruin/space/ancientstation/engi) "Zq" = ( @@ -7131,7 +7170,7 @@ ZO ZO ZO ZO -ZO +Vf Vf ZO Vf @@ -7228,7 +7267,7 @@ ZO ZO ZO Vf -ZO +Vf ZO ZO ZO @@ -11216,8 +11255,8 @@ aZ bF cI sc -vU -AA +fs +jO rq LZ OV diff --git a/_maps/map_files/RandomRuins/SpaceRuins/punishment.dmm b/_maps/map_files/RandomRuins/SpaceRuins/punishment.dmm index 012a7f19567f..8f056e237c28 100644 --- a/_maps/map_files/RandomRuins/SpaceRuins/punishment.dmm +++ b/_maps/map_files/RandomRuins/SpaceRuins/punishment.dmm @@ -58,7 +58,7 @@ /area/ruin/powered) "J" = ( /obj/item/paper{ - info = "So, you decided to not listen what dangerous men say to you Atmos Technician. Now you will stay here forever with your stupid toy you love so much! By the way, I left a present for you. See if you have same strenght as you had before to ignore our warnings. Have fun" + info = "So, you decided to not listen what dangerous men say to you Atmos Technician. Now you will stay here forever with your stupid toys you love so much! By the way, I left a present for you. See if you have same strenght as you had before to ignore our warnings. Have fun" }, /turf/simulated/floor/plating/asteroid, /area/ruin/powered) diff --git a/_maps/map_files/RandomRuins/SpaceRuins/spacebar.dmm b/_maps/map_files/RandomRuins/SpaceRuins/spacebar.dmm index 41f084862d70..5b1b41a549cd 100644 --- a/_maps/map_files/RandomRuins/SpaceRuins/spacebar.dmm +++ b/_maps/map_files/RandomRuins/SpaceRuins/spacebar.dmm @@ -32,10 +32,6 @@ "ai" = ( /turf/simulated/mineral, /area/ruin/powered) -"ak" = ( -/obj/machinery/computer/shuttle/spacebarhotelpodv1, -/turf/simulated/shuttle/floor, -/area/shuttle/spacebar) "am" = ( /turf/simulated/wall, /area/ruin/powered{ @@ -50,7 +46,7 @@ "ao" = ( /obj/structure/grille, /obj/structure/window/full/shuttle, -/turf/simulated/floor/plating, +/turf/simulated/floor/plating/asteroid/airless, /area/shuttle/spacebar) "ap" = ( /turf/simulated/shuttle/wall{ @@ -87,7 +83,7 @@ /obj/item/toy/figure/bartender, /obj/machinery/door_control{ desiredstate = 1; - id = "innerspacebardoors"; + id = "sb_in"; in_use = 1; name = "The Bar Entrance Airlocks Lock button"; normaldoorcontrol = 1; @@ -97,7 +93,7 @@ }, /obj/machinery/door_control{ desiredstate = 1; - id = "outerspacebardoors"; + id = "sb_out"; in_use = 1; name = "Outside Airlocks Lock button"; normaldoorcontrol = 1; @@ -121,6 +117,13 @@ /obj/machinery/light/small{ dir = 1 }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching camera near bar asteroid and inside its areas."; + dir = 8; + layer = 4; + name = "Camera Telescreen"; + network = list("spacebar") + }, /turf/simulated/floor/wood, /area/ruin/powered{ name = "Space Bar" @@ -153,12 +156,6 @@ /turf/simulated/shuttle/floor, /area/ruin/powered) "aC" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, /turf/space, /turf/simulated/shuttle/floor, /area/shuttle/spacebar) @@ -170,9 +167,6 @@ name = "Space Bar" }) "aE" = ( -/obj/machinery/light{ - dir = 4 - }, /turf/simulated/shuttle/floor, /area/shuttle/spacebar) "aF" = ( @@ -197,12 +191,12 @@ }) "aI" = ( /obj/machinery/door_control{ - id = "podcycle1"; + id = "blastdoorcycle1"; name = "Inner Blastdoors Switch"; pixel_x = 6; pixel_y = 24 }, -/turf/simulated/floor/plating/airless, +/turf/simulated/floor/plating, /area/ruin/powered) "aJ" = ( /turf/simulated/wall, @@ -264,19 +258,20 @@ dir = 8; dwidth = 3; height = 4; - id = spacebarpodv1; - name = "Regular Space Pod"; - width = 7 + id = "ruins_civil_shuttle"; + name = "Regular Civilian Shuttle"; + rebuildable = 1; + width = 6 }, /obj/docking_port/stationary{ area_type = /area/ruin/powered; dir = 8; dwidth = 3; height = 4; - id = "spacebarv1"; - name = "Docking zone Space Bar"; + id = "spacebar"; + name = "Space Bar Landing zone"; turf_type = /turf/simulated/floor/plating/asteroid/airless; - width = 7 + width = 6 }, /turf/simulated/shuttle/floor{ icon_state = "floor3" @@ -285,7 +280,7 @@ "aS" = ( /obj/structure/fans/tiny, /obj/machinery/door/airlock/external/glass{ - id_tag = innerspacebardoors + id_tag = "sb_in" }, /turf/simulated/floor/plating, /area/ruin/powered{ @@ -341,19 +336,6 @@ /area/ruin/powered{ name = "Space Bar" }) -"ba" = ( -/obj/structure/shuttle/engine/heater{ - dir = 1; - tag = "icon-heater (NORTH)" - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/spacebar) "bb" = ( /obj/machinery/vending/cola, /turf/simulated/floor/plasteel, @@ -392,19 +374,30 @@ /turf/template_noop, /area/ruin/powered) "bh" = ( -/turf/simulated/shuttle/wall{ - icon_state = "diagonalWall3" +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/coffee{ + desc = "Its cold like the space outside noo!"; + pixel_x = -6; + pixel_y = 8; + volume = 10 }, +/obj/item/reagent_containers/food/drinks/cans/beer{ + pixel_x = 6 + }, +/turf/simulated/shuttle/floor, /area/shuttle/spacebar) "bi" = ( -/turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "diagonalWall3" +/obj/structure/chair/comfy/shuttle{ + dir = 1 }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/shuttle/floor, /area/shuttle/spacebar) "bj" = ( /obj/machinery/door/airlock/external/glass{ - id_tag = innerspacebardoors + id_tag = "sb_in" }, /turf/simulated/floor/plating/airless, /area/ruin/powered{ @@ -442,12 +435,13 @@ }) "bm" = ( /obj/machinery/door_control{ - id = "pod cycle"; + id = "blastdoorcycle"; name = "Outer Blastdoors Switch"; pixel_x = -6; pixel_y = 24 }, -/turf/simulated/floor/plating/airless, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, /area/ruin/powered) "bn" = ( /obj/machinery/door/poddoor/preopen{ @@ -469,12 +463,11 @@ name = "Space Bar" }) "br" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/coffee{ - desc = "Its cold like the space outside, noo!"; - pixel_x = -6; - pixel_y = 8; - volume = 10 +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 }, /turf/simulated/shuttle/floor, /area/shuttle/spacebar) @@ -506,13 +499,13 @@ /area/ruin/powered) "eb" = ( /obj/machinery/door_control{ - id = "podcycle1"; + id = "blastdoorcycle1"; name = "Inner Blastdoors Switch"; pixel_x = 6; pixel_y = 24 }, /obj/machinery/door_control{ - id = "pod cycle"; + id = "blastdoorcycle"; name = "Outer Blastdoors Switch"; pixel_x = -6; pixel_y = 24 @@ -527,6 +520,19 @@ icon_state = "swall_f10" }, /area/ruin/powered) +"fi" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, +/area/ruin/powered) +"fp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/ruin/powered{ + name = "Space Bar" + }) "ft" = ( /obj/machinery/door/poddoor{ id_tag = "pod cycle"; @@ -547,6 +553,10 @@ /obj/structure/grille, /turf/simulated/floor/plating/asteroid/airless, /area/ruin/powered) +"iH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/powered) "jL" = ( /obj/structure/grille, /obj/structure/window/full/shuttle, @@ -564,6 +574,34 @@ /obj/structure/spacepoddoor, /turf/simulated/floor/plating/airless, /area/ruin/powered) +"mH" = ( +/obj/machinery/camera{ + c_tag = "Spacebar Shuttle and Pods LZ"; + network = list("spacebar") + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/powered) +"mN" = ( +/obj/machinery/camera{ + c_tag = "Spacebar Toilets"; + network = list("spacebar") + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/ruin/powered{ + name = "Space Bar" + }) +"nz" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Outer Blastdoor View"; + dir = 9; + network = list("spacebar") + }, +/turf/template_noop, +/area/ruin/powered) "nM" = ( /turf/simulated/shuttle/wall, /area/shuttle/spacebar) @@ -581,6 +619,11 @@ /area/ruin/powered{ name = "Space Bar" }) +"sF" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" + }, +/area/shuttle/spacebar) "tK" = ( /obj/machinery/light{ dir = 8 @@ -601,25 +644,26 @@ name = "Space Bar" }) "vV" = ( -/obj/structure/shuttle/engine/propulsion/burst, -/turf/simulated/shuttle/floor{ - icon = 'icons/turf/floors.dmi'; - icon_state = "dark" - }, -/area/shuttle/spacebar) +/obj/structure/chair/stool/bar, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/ruin/powered{ + name = "Space Bar" + }) "xt" = ( -/obj/structure/shuttle/engine/heater{ - dir = 1; - tag = "icon-heater (NORTH)" - }, +/obj/structure/shuttle/engine/propulsion/burst, /obj/structure/window/reinforced{ dir = 1 }, -/obj/structure/window/reinforced, /turf/simulated/shuttle/floor{ - icon_state = "floor4" + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, /area/shuttle/spacebar) +"xM" = ( +/obj/machinery/computer/shuttle/ruins_civil_shuttle, +/turf/simulated/shuttle/floor, +/area/shuttle/spacebar) "yd" = ( /obj/item/gps/ruin{ gpstag = "Space Bar" @@ -638,6 +682,11 @@ /obj/structure/grille, /turf/simulated/shuttle/plating, /area/ruin/powered) +"Ai" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/spacebar) "Cm" = ( /turf/simulated/shuttle/wall{ icon_state = "swall3" @@ -649,13 +698,21 @@ tag = "icon-swall12" }, /area/ruin/powered) +"EM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, +/area/ruin/powered) "Fz" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, /turf/simulated/shuttle/floor, /area/shuttle/spacebar) "Gj" = ( /obj/machinery/door/airlock/external{ - id_tag = "outerspacebardoors" + id_tag = "sb_out" }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating/airless, /area/ruin/powered) "Hg" = ( @@ -667,6 +724,23 @@ "Hi" = ( /obj/structure/glowshroom/single, /turf/simulated/floor/plasteel, +/area/ruin/powered{ + name = "Space Bar" + }) +"JR" = ( +/obj/machinery/camera{ + c_tag = "Indoor Blastdoor View"; + dir = 1; + network = list("spacebar") + }, +/turf/simulated/floor/plating, +/area/ruin/powered) +"Ky" = ( +/obj/structure/urinal{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, /area/ruin/powered{ name = "Space Bar" }) @@ -679,6 +753,17 @@ name = "Unisex Bathroom" }, /turf/simulated/floor/plasteel, +/area/ruin/powered{ + name = "Space Bar" + }) +"OO" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/spacebar) +"OY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, /area/ruin/powered{ name = "Space Bar" }) @@ -692,17 +777,17 @@ }) "Sx" = ( /obj/machinery/light/small, -/turf/simulated/floor/plating/airless, +/turf/simulated/floor/plating, /area/ruin/powered) "Sy" = ( /obj/machinery/door_control{ - id = "pod cycle"; + id = "blastdoorcycle"; name = "Outer Blastdoors Switch"; pixel_x = -24; pixel_y = -6 }, /obj/machinery/door_control{ - id = "podcycle1"; + id = "blastdoorcycle1"; name = "Inner Blastdoors Switch"; pixel_x = -24; pixel_y = 6 @@ -724,6 +809,27 @@ }, /turf/simulated/shuttle/floor, /area/ruin/powered) +"TN" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ruin/powered) +"TZ" = ( +/turf/simulated/floor/plating, +/area/ruin/powered) +"Un" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/coffee{ + desc = "Its cold like the space outside noo!"; + pixel_x = -6; + pixel_y = 8; + volume = 10 + }, +/turf/simulated/floor/plasteel, +/area/ruin/powered{ + name = "Space Bar" + }) "Up" = ( /obj/structure/shuttle/engine/propulsion/burst{ dir = 8 @@ -756,10 +862,18 @@ /area/ruin/powered{ name = "Space Bar" }) +"XG" = ( +/obj/machinery/camera{ + c_tag = "Spacebar Outer Airlocks View"; + network = list("spacebar") + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/space/nearstation) "YT" = ( /obj/machinery/light/small{ dir = 8 }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel, /area/ruin/powered{ name = "Space Bar" @@ -769,6 +883,7 @@ id_tag = "spacebartoilet"; name = "Toilet" }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel, /area/ruin/powered{ name = "Space Bar" @@ -799,7 +914,7 @@ aa aa aa aa -bg +nz aa aa aa @@ -844,7 +959,7 @@ aa aJ aY aY -aY +EM aY aY aY @@ -968,14 +1083,14 @@ ac ac ac KC -dN -aY -aY -aY -aY +TN +TZ +TZ +TZ +iH Sx aJ -ac +XG ac aa aa @@ -1011,11 +1126,11 @@ ab ac KC bm -aY -aY -aY -aY -aY +TZ +TZ +TZ +TZ +JR aJ ac ac @@ -1049,15 +1164,15 @@ ac ac ac ac -ac -ac +af +af KC aI -aY -aY -aY -aY -aY +TZ +iH +iH +TZ +TZ aJ ac be @@ -1092,13 +1207,13 @@ af af aJ af -ac +ag KC -dN -aY -aY -aY -aY +TN +TZ +TZ +TZ +TZ Sx aJ ac @@ -1133,8 +1248,8 @@ ac af ag ag -af -ac +ag +ag KC kZ kZ @@ -1176,7 +1291,7 @@ ag ag ag ag -af +ag aJ bn bn @@ -1187,7 +1302,7 @@ bn aJ ag aJ -dN +fi aJ af aJ @@ -1299,11 +1414,11 @@ ag ag ap nM -nM aP nM -nM -bh +OO +sF +ag ag ag ag @@ -1340,12 +1455,12 @@ aJ an bp ao -ak +xM aC Fz -Hg +bi xt -vV +ag ag ag ag @@ -1384,10 +1499,10 @@ ag ao br aE -Fz +bh Hg -ba -vV +xt +ag ag ag ag @@ -1425,11 +1540,11 @@ ag ag at nM -nM aR nM -nM -bi +OO +Ai +ag ag ag ag @@ -1515,7 +1630,7 @@ ag am bj am -ag +mH ag CS fP @@ -1555,7 +1670,7 @@ ai ag ag bf -aT +OY bf ag ag @@ -1681,7 +1796,7 @@ as aK aN bq -aO +fp bq bs aW @@ -1725,7 +1840,7 @@ aN aO aO aO -aO +fp aO aO aO @@ -1805,10 +1920,10 @@ as as as aK -aN +vV aO aO -aW +Un aO aO aO @@ -1897,7 +2012,7 @@ bt bc am Sg -Sg +Ky am bl am @@ -1980,7 +2095,7 @@ aO aO rn am -aO +mN aO YT aO @@ -2016,7 +2131,7 @@ as as aX aO -aO +fp bk aO aO @@ -2024,7 +2139,7 @@ aO am aO aO -aO +fp Hi am ai diff --git a/_maps/map_files/RandomRuins/SpaceRuins/spacehotelv1.dmm b/_maps/map_files/RandomRuins/SpaceRuins/spacehotelv1.dmm index d91eaa60e7f1..490d1b4449e2 100644 --- a/_maps/map_files/RandomRuins/SpaceRuins/spacehotelv1.dmm +++ b/_maps/map_files/RandomRuins/SpaceRuins/spacehotelv1.dmm @@ -121,6 +121,20 @@ }, /turf/simulated/floor/wood, /area/ruin/space/spacehotelv1/centralhallway) +"aF" = ( +/obj/machinery/door_control{ + desiredstate = 1; + id = "ext_shuttle_door"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_x = -25; + pixel_y = -24; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/ruin/space/spacehotelv1/entryhallway) "aH" = ( /turf/simulated/wall, /area/ruin/space/spacehotelv1/engi2) @@ -311,6 +325,7 @@ /obj/machinery/light/small{ dir = 4 }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/foremaints) "bQ" = ( @@ -334,7 +349,6 @@ pixel_y = 6; specialfunctions = 4 }, -/obj/item/camera_bug, /obj/item/storage/fancy/donut_box, /turf/simulated/floor/plasteel/dark, /area/ruin/space/spacehotelv1/reception) @@ -361,12 +375,15 @@ /obj/machinery/light/small{ dir = 1 }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/evamaints) "ch" = ( -/obj/machinery/teleport/station, -/turf/simulated/floor/wood, -/area/ruin/space/spacehotelv1/entryhallway) +/obj/item/bikehorn/rubberducky, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/space/spacehotelv1/guestroom3) "ck" = ( /obj/machinery/conveyor{ dir = 4; @@ -512,7 +529,7 @@ height = 4; id = "spacehotelv1"; name = "Docking port The Twin-Nexus Hotel"; - width = 7 + width = 6 }, /turf/template_noop, /area/template_noop) @@ -583,6 +600,7 @@ /area/ruin/space/spacehotelv1/reception) "dF" = ( /obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/forestarboardmaints) "dH" = ( @@ -606,6 +624,7 @@ icon_state = "0-8" }, /obj/machinery/power/terminal, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/engi2) "dT" = ( @@ -640,7 +659,7 @@ /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/forestarboardmaints) "eg" = ( -/obj/machinery/teleport/hub/upgraded, +/obj/machinery/teleport/perma, /turf/simulated/floor/wood, /area/ruin/space/spacehotelv1/entryhallway) "eo" = ( @@ -693,6 +712,7 @@ /obj/structure/sign/poster/contraband/random{ pixel_x = -32 }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/foremaints) "eF" = ( @@ -718,6 +738,7 @@ /obj/machinery/light/small{ dir = 1 }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/forestarboardmaints) "eL" = ( @@ -872,6 +893,7 @@ d2 = 2; icon_state = "0-2" }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/foremaints) "fM" = ( @@ -921,16 +943,11 @@ /turf/simulated/floor/wood, /area/ruin/space/spacehotelv1/centralhallway) "fV" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/light/small{ +/obj/structure/chair/office{ dir = 1 }, /turf/simulated/floor/plating, -/area/ruin/space/spacehotelv1/forestarboardmaints) +/area/ruin/space/spacehotelv1/evamaints) "gc" = ( /obj/structure/table/wood, /obj/random/plushie, @@ -951,6 +968,7 @@ d2 = 4; icon_state = "2-4" }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/foremaints) "gp" = ( @@ -1122,6 +1140,7 @@ icon_state = "1-4" }, /obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/forestarboardmaints) "hB" = ( @@ -1170,6 +1189,7 @@ d2 = 8; icon_state = "1-8" }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/forestarboardmaints) "hO" = ( @@ -1543,11 +1563,11 @@ /turf/simulated/floor/wood, /area/ruin/space/spacehotelv1/forehallway) "kh" = ( -/mob/living/simple_animal/crab, -/turf/simulated/floor/beach/sand{ - slowdown = 1 - }, -/area/ruin/space/spacehotelv1/bar) +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/foremaints) "kj" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -1649,6 +1669,7 @@ dir = 8 }, /obj/item/crowbar, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/engi2) "kK" = ( @@ -1721,7 +1742,7 @@ /area/ruin/space/spacehotelv1/decals) "lv" = ( /mob/living/simple_animal/bot/medbot{ - name = "\improper Accidents Happen"; + name = "Accidents Happen"; stationary_mode = 1 }, /obj/structure/sign/poster/contraband/random{ @@ -2267,6 +2288,7 @@ name = "scrubber to outside gas pump"; target_pressure = 4000 }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/aftmaints) "pA" = ( @@ -2372,6 +2394,7 @@ d2 = 8; icon_state = "4-8" }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/forestarboardmaints) "qq" = ( @@ -2424,6 +2447,7 @@ dir = 4; icon_state = "pipe-c" }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/forestarboardmaints) "qI" = ( @@ -2626,6 +2650,7 @@ /obj/structure/sign/poster/contraband/random{ pixel_x = -32 }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/foremaints) "se" = ( @@ -2743,7 +2768,10 @@ /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/engi1) "sN" = ( -/obj/machinery/door/airlock/external, +/obj/machinery/door/airlock/external{ + id_tag = "ext_sol1_door"; + locked = 1 + }, /obj/structure/cable{ d1 = 1; d2 = 2; @@ -2825,6 +2853,7 @@ /obj/machinery/light/small{ dir = 1 }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/evamaints) "tj" = ( @@ -2836,6 +2865,7 @@ d2 = 2; icon_state = "1-2" }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/engi1) "tm" = ( @@ -3072,6 +3102,15 @@ /obj/item/flashlight/lamp/green, /turf/simulated/floor/wood, /area/ruin/space/spacehotelv1/guestroom1) +"uz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/evamaints) "uA" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -3101,6 +3140,10 @@ }, /turf/simulated/floor/wood, /area/ruin/space/spacehotelv1/guestroom1) +"uP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/foremaints) "uQ" = ( /obj/structure/cable{ d1 = 4; @@ -3150,6 +3193,15 @@ "uW" = ( /turf/simulated/wall, /area/ruin/space/spacehotelv1/guestroom1) +"vb" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/space/spacehotelv1/bar) "vd" = ( /obj/item/clothing/under/lawyer/black, /obj/item/clothing/under/lawyer/blue, @@ -3189,6 +3241,7 @@ /obj/structure/sign/poster/contraband/random{ pixel_y = 32 }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/aftmaints) "vl" = ( @@ -3549,7 +3602,7 @@ /turf/simulated/floor/carpet/arcade, /area/ruin/space/spacehotelv1/guestroom3) "xG" = ( -/obj/machinery/computer/teleporter, +/obj/machinery/quantumpad, /turf/simulated/floor/wood, /area/ruin/space/spacehotelv1/entryhallway) "xN" = ( @@ -3599,6 +3652,7 @@ d2 = 8; icon_state = "4-8" }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/foremaints) "ya" = ( @@ -3766,6 +3820,7 @@ /obj/structure/sign/poster/contraband/random{ pixel_x = -32 }, +/obj/item/kitchen/utensil/fork, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/forestarboardmaints) "zo" = ( @@ -3820,7 +3875,7 @@ /turf/simulated/floor/wood, /area/ruin/space/spacehotelv1/centralhallway) "zz" = ( -/obj/machinery/suit_storage_unit/engine, +/obj/machinery/suit_storage_unit/standard_unit, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/engi2) "zI" = ( @@ -3900,9 +3955,8 @@ /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/forestarboardmaints) "As" = ( -/obj/structure/chair/office{ - dir = 1 - }, +/obj/structure/coatrack, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/evamaints) "Av" = ( @@ -3937,6 +3991,7 @@ d2 = 4; icon_state = "2-4" }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/tcomms) "AF" = ( @@ -4028,6 +4083,16 @@ dir = 9; name = "Труба на фильтрацию" }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_control{ + desiredstate = 1; + id = "ext_sol2_door"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_x = -8; + pixel_y = -24; + specialfunctions = 4 + }, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/aftmaints) "Bk" = ( @@ -4272,11 +4337,17 @@ /turf/simulated/floor/plasteel/grimy, /area/ruin/space/spacehotelv1/forehallway) "Dk" = ( -/obj/item/bikehorn/rubberducky, -/turf/simulated/floor/plasteel{ - icon_state = "white" +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/area/ruin/space/spacehotelv1/bar) +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) "Dp" = ( /obj/machinery/smartfridge/drinks{ opacity = 1 @@ -4304,6 +4375,19 @@ }, /turf/simulated/floor/plasteel/grimy, /area/ruin/space/spacehotelv1/forehallway) +"Du" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_control{ + desiredstate = 1; + id = "ext_eva_door"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + pixel_y = -24; + specialfunctions = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/evamaints) "Dz" = ( /obj/effect/spawner/window/reinforced, /obj/structure/cable{ @@ -4707,6 +4791,15 @@ }, /turf/simulated/floor/plasteel/grimy, /area/ruin/space/spacehotelv1/restoraunt1) +"Fx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/foremaints) "Fy" = ( /obj/structure/grille, /obj/structure/lattice, @@ -4764,6 +4857,11 @@ /turf/simulated/floor/plasteel/grimy, /area/ruin/space/spacehotelv1/forehallway) "FU" = ( +/obj/machinery/light_switch{ + on = 0; + pixel_x = -24; + pixel_y = 24 + }, /turf/simulated/floor/plasteel{ icon_state = "white" }, @@ -4836,7 +4934,7 @@ }, /area/ruin/space/spacehotelv1/guestroom1) "Gj" = ( -/obj/machinery/recharge_station, +/obj/item/twohanded/required/kirbyplants, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "vault"; @@ -4868,6 +4966,7 @@ /obj/machinery/light/small{ dir = 8 }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/forestarboardmaints) "GG" = ( @@ -4881,7 +4980,10 @@ /turf/simulated/floor/wood, /area/ruin/space/spacehotelv1/guestroom5) "GI" = ( -/obj/machinery/door/airlock/external, +/obj/machinery/door/airlock/external{ + id_tag = "ext_eva_door"; + locked = 1 + }, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/evamaints) "GU" = ( @@ -4966,11 +5068,11 @@ /area/ruin/space/spacehotelv1/forehallway) "HK" = ( /obj/structure/rack, -/obj/item/clothing/gloves/color/yellow, -/obj/item/tank/emergency_oxygen/engi/empty, /obj/item/clothing/mask/breath, /obj/item/storage/toolbox/electrical, /obj/item/wrench, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/tank/emergency_oxygen/engi, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/engi2) "HN" = ( @@ -5110,13 +5212,19 @@ /turf/simulated/floor/wood, /area/ruin/space/spacehotelv1/centralhallway) "IJ" = ( -/obj/machinery/quantumpad, +/obj/machinery/recharge_station, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "vault"; tag = "icon-vault (WEST)" }, /area/ruin/space/spacehotelv1/entryhallway) +"IK" = ( +/mob/living/simple_animal/crab, +/turf/simulated/floor/beach/sand{ + slowdown = 1 + }, +/area/ruin/space/spacehotelv1/bar) "IO" = ( /obj/machinery/light/small{ dir = 1 @@ -5157,6 +5265,7 @@ d2 = 8; icon_state = "4-8" }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/aftmaints) "IV" = ( @@ -5190,6 +5299,15 @@ }, /turf/simulated/floor/wood, /area/ruin/space/spacehotelv1/guestroom5) +"Jg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) "Jh" = ( /obj/machinery/door/airlock/multi_tile/glass, /obj/machinery/door/firedoor, @@ -5208,10 +5326,6 @@ /obj/item/storage/firstaid, /obj/item/crowbar, /obj/item/reagent_containers/spray/pepper, -/obj/item/flash{ - pixel_x = -4; - pixel_y = 2 - }, /obj/structure/sign/poster/contraband/random{ pixel_x = -32 }, @@ -5511,6 +5625,7 @@ d2 = 8; icon_state = "1-8" }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/engi1) "Ls" = ( @@ -5613,6 +5728,7 @@ /area/ruin/space/spacehotelv1/restoraunt) "LP" = ( /obj/structure/rack, +/obj/item/bikehorn/rubberducky, /turf/simulated/floor/plasteel{ icon_state = "white" }, @@ -5756,6 +5872,7 @@ /area/ruin/space/spacehotelv1/forehallway) "MH" = ( /obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/foremaints) "MI" = ( @@ -6158,7 +6275,9 @@ /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/aftportmaints) "OL" = ( -/obj/machinery/door/airlock/external, +/obj/machinery/door/airlock/external{ + id_tag = "ext_shuttle_door" + }, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "dark" @@ -6185,6 +6304,7 @@ d2 = 2; icon_state = "1-2" }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/engi2) "OR" = ( @@ -6274,6 +6394,7 @@ d2 = 2; icon_state = "1-2" }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/engi1) "Pq" = ( @@ -6621,6 +6742,15 @@ icon_state = "white" }, /area/ruin/space/spacehotelv1/kitchen) +"RB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/foremaints) "RG" = ( /obj/structure/cable{ d1 = 1; @@ -6828,6 +6958,7 @@ d2 = 8; icon_state = "1-8" }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/evamaints) "Te" = ( @@ -6917,6 +7048,15 @@ d2 = 4; icon_state = "1-4" }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "ext_sol1_door"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_x = -25; + pixel_y = 24; + specialfunctions = 4 + }, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/foremaints) "TN" = ( @@ -7032,6 +7172,13 @@ icon_state = "barber" }, /area/ruin/space/spacehotelv1/barber) +"Up" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/closet/crate/can, +/turf/simulated/floor/sepia, +/area/ruin/space/spacehotelv1/bar) "Uv" = ( /obj/structure/chair/barber{ dir = 4 @@ -7343,6 +7490,12 @@ /area/ruin/space/spacehotelv1/restoraunt1) "Ws" = ( /obj/structure/chair/office/light, +/obj/structure/safe/floor, +/obj/item/camera_bug, +/obj/item/flash{ + pixel_x = -4; + pixel_y = 2 + }, /turf/simulated/floor/bluegrid{ icon_state = "gcircuit"; name = "Mainframe Floor" @@ -7405,6 +7558,7 @@ name = "Push me"; pixel_x = 26 }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/forestarboardmaints) "Xa" = ( @@ -7454,7 +7608,10 @@ dir = 4; name = "Труба на фильтрацию" }, -/obj/machinery/door/airlock/external, +/obj/machinery/door/airlock/external{ + id_tag = "ext_sol2_door"; + locked = 1 + }, /turf/simulated/floor/plating, /area/ruin/space/spacehotelv1/aftmaints) "Xp" = ( @@ -7583,6 +7740,11 @@ icon_state = "dark" }, /area/ruin/space/spacehotelv1/janitor) +"Yp" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/foremaints) "Yq" = ( /obj/structure/sign/poster/random{ pixel_y = -32 @@ -7837,6 +7999,15 @@ icon_state = "white" }, /area/ruin/space/spacehotelv1/bar) +"ZO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/foremaints) "ZP" = ( /obj/machinery/power/apc{ dir = 1; @@ -9196,7 +9367,7 @@ LE LE ai sd -vl +uP uW Gq Gi @@ -9268,8 +9439,8 @@ LE LE LE ai -MI -vl +Yp +uP uW sX NM @@ -9379,9 +9550,9 @@ ZE ub IR ub +vb pj -pj -pj +vb Ea Qp Qp @@ -9453,7 +9624,7 @@ ie kS ub OE -Dk +JV Bu Ea Ea @@ -9631,10 +9802,10 @@ LE LE JW rp -kk +kh eE MO -Bk +Fx BT lT RQ @@ -9705,7 +9876,7 @@ LE JW rp EX -nf +RB rp rp BT @@ -9778,7 +9949,7 @@ LE JW rp yH -nf +RB rp nd pU @@ -9900,7 +10071,7 @@ GU SH SH VY -VY +Up Ea YC YC @@ -9972,7 +10143,7 @@ GU GU Ew Ew -kh +Ew OD XP BR @@ -10118,7 +10289,7 @@ zQ GU Ew xx -Ew +IK OD XP BR @@ -10143,7 +10314,7 @@ LE JW SM ai -nf +RB rp On On @@ -10508,7 +10679,7 @@ LE JW rp cr -vl +uP rp On On @@ -10654,7 +10825,7 @@ SM JW SM rp -vl +uP rp om FJ @@ -10873,7 +11044,7 @@ LE JW SM rp -vl +uP rp pf XR @@ -11023,7 +11194,7 @@ vl rp pA ho -ho +ch af BM Rb @@ -11188,15 +11359,15 @@ zZ mv zZ zZ -fV -WJ -WJ +os WJ +Dk +Jg WJ qC un jh -jU +aF jr Tw OL @@ -11238,7 +11409,7 @@ LE JW rp dq -vl +uP rp rp rp @@ -11258,7 +11429,7 @@ Te fz zZ dt -jl +uz Rf zZ Te @@ -11312,7 +11483,7 @@ JW rp TA vl -vl +uP vl MI rp @@ -11325,8 +11496,8 @@ Gm rt qC WJ -WJ -WJ +Jg +Jg WJ mx zZ @@ -11387,7 +11558,7 @@ rp gN rp fI -MO +ZO OH Bk rp @@ -11412,7 +11583,7 @@ LE LE LE zi -ch +tX Cg uA jU @@ -11478,7 +11649,7 @@ Eg zZ Ax og -Kj +fV iK LE LE @@ -11550,7 +11721,7 @@ Av Wu zZ tB -og +Du xv zZ SM diff --git a/_maps/map_files/RandomRuins/SpaceRuins/syndiecakesfactory.dmm b/_maps/map_files/RandomRuins/SpaceRuins/syndiecakesfactory.dmm index ec11a787510e..fc5f7656d839 100644 --- a/_maps/map_files/RandomRuins/SpaceRuins/syndiecakesfactory.dmm +++ b/_maps/map_files/RandomRuins/SpaceRuins/syndiecakesfactory.dmm @@ -1,2284 +1,2086 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aM" = ( -/obj/item/stack/rods, -/obj/item/stack/sheet/metal, -/turf/template_noop, -/area/space) -"bb" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"bk" = ( -/obj/structure/grille/broken, -/turf/template_noop, -/area/space) -"cc" = ( -/obj/item/reagent_containers/food/snacks/syndicake, -/obj/item/reagent_containers/food/snacks/syndicake, -/obj/item/reagent_containers/food/snacks/syndicake, -/turf/simulated/floor/plating, -/area/space) -"dy" = ( -/obj/structure/lattice, -/turf/unsimulated, -/area/template_noop) -"es" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"eY" = ( -/turf/simulated/floor/plating, -/area/ruin) -"fq" = ( -/obj/machinery/autolathe, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"fU" = ( -/obj/machinery/door/airlock/mining/glass{ - locked = 1; - name = "Egg processing" - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"fY" = ( -/obj/item/stack/sheet/metal, -/turf/template_noop, -/area/template_noop) -"hm" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"ho" = ( -/turf/space, -/area/ruin/space) -"hs" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 4 - }, -/area/ruin/unpowered) -"iK" = ( -/obj/item/stack/sheet/metal, -/obj/item/stack/sheet/metal, -/turf/space, -/area/ruin/space) -"jf" = ( -/obj/item/trash/syndi_cakes, -/turf/template_noop, -/area/template_noop) -"jv" = ( -/obj/item/stack/cable_coil/cut, -/turf/template_noop, -/area/space) -"jR" = ( -/obj/structure/table/reinforced, -/obj/item/storage/fancy/cigarettes/cigpack_random, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"ke" = ( -/obj/structure/lattice, -/turf/space, -/area/ruin) -"kh" = ( -/obj/structure/lattice, -/obj/item/stack/rods, -/turf/template_noop, -/area/space) -"ky" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2"; - tag = "" - }, -/turf/simulated/wall, -/area/ruin/unpowered) -"ls" = ( -/obj/structure/lattice, -/turf/template_noop, -/area/space) -"lK" = ( -/obj/machinery/power/apc/noalarm{ - area = null; - dir = 8; - keep_preset_name = 1; - light_power = 0; - locked = 0; - max_integrity = 0; - name = "Manufacturing control room APC"; - pixel_y = -24; - shorted = 1; - start_charge = -1 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"mc" = ( -/obj/structure/grille/broken, -/turf/space, -/area/ruin/space) -"mx" = ( -/obj/item/trash/syndi_cakes, -/turf/template_noop, -/area/space) -"nV" = ( -/obj/machinery/conveyor/east{ - id = null - }, -/turf/simulated/floor/plasteel, -/area/space) -"ob" = ( -/obj/structure/lattice, -/turf/template_noop, -/area/ruin/unpowered) -"om" = ( -/obj/item/reagent_containers/food/snacks/syndicake, -/obj/item/reagent_containers/food/snacks/syndicake, -/obj/item/reagent_containers/food/snacks/syndicake, -/obj/item/reagent_containers/food/snacks/syndicake, -/obj/item/reagent_containers/food/snacks/syndicake, -/obj/item/reagent_containers/food/snacks/syndicake, -/turf/simulated/floor/plasteel, -/area/space) -"oJ" = ( -/obj/item/stack/rods, -/turf/template_noop, -/area/space) -"oO" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Nexus" - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"pb" = ( -/obj/structure/lattice/catwalk, -/turf/template_noop, -/area/space) -"pd" = ( -/turf/template_noop, -/area/space) -"pp" = ( -/turf/unsimulated, -/area/space) -"pR" = ( -/obj/machinery/conveyor/northeast{ - id = null - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"qS" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "EVA Storage" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_y = 0; - tag = "" - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"rJ" = ( -/obj/structure/lattice, -/turf/space, -/area/ruin/space) -"rL" = ( -/obj/item/reagent_containers/food/snacks/syndicake, -/turf/simulated/floor/plasteel/airless, -/area/ruin) -"rU" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"sd" = ( -/turf/simulated/floor/plating, -/area/space) -"sN" = ( -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"ub" = ( -/obj/item/stack/rods, -/turf/space, -/area/space) -"uA" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/snacks/syndicake, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"uF" = ( -/obj/machinery/conveyor/east{ - id = null - }, -/obj/machinery/gibber/autogibber, -/obj/structure/plasticflaps{ - canmove = 0 - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"wB" = ( -/obj/item/trash/syndi_cakes, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"xT" = ( -/turf/unsimulated/floor/plating/airless, -/area/space) -"yU" = ( -/obj/item/stack/sheet/metal, -/obj/item/stack/sheet/metal, -/turf/space, -/area/space) -"zd" = ( -/obj/machinery/power/apc/noalarm{ - area = null; - dir = 8; - keep_preset_name = 1; - locked = 0; - name = "EVA room APC"; - pixel_x = -24; - start_charge = -1 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"zo" = ( -/turf/simulated/wall, -/area/space) -"zt" = ( -/obj/item/stack/sheet/metal, -/turf/template_noop, -/area/space) -"zF" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 8 - }, -/area/ruin/unpowered) -"zP" = ( -/obj/structure/rack{ - dir = 4 - }, -/obj/random/tool, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"zY" = ( -/obj/structure/table/reinforced, -/obj/machinery/light, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"AH" = ( -/obj/structure/lattice, -/obj/item/stack/sheet/metal, -/turf/template_noop, -/area/template_noop) -"AJ" = ( -/obj/effect/spawner/random_spawners/wall_rusted_probably, -/turf/simulated/wall, -/area/space) -"BG" = ( -/obj/machinery/door/airlock/mining/glass{ - locked = 1; - name = "Manufacturing Control Room" - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"BI" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"Cp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2"; - tag = "" - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"CY" = ( -/obj/item/stack/rods, -/turf/template_noop, -/area/template_noop) -"Da" = ( -/turf/space, -/area/space) -"Dz" = ( -/mob/living/simple_animal/pet/dog/corgi, -/obj/machinery/conveyor/east{ - id = null - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"Ej" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"EJ" = ( -/turf/simulated/wall, -/area/ruin/unpowered) -"Fw" = ( -/obj/item/stack/cable_coil/cut, -/turf/template_noop, -/area/template_noop) -"FO" = ( -/obj/machinery/suit_storage_unit/syndicate, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"Gm" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_y = 0; - tag = "" - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"GB" = ( -/mob/living/simple_animal/pet/dog/corgi, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"Hx" = ( -/mob/living/simple_animal/pet/dog/corgi, -/mob/living/simple_animal/pet/dog/corgi, -/obj/machinery/conveyor/east{ - id = null - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"Hy" = ( -/turf/template_noop, -/area/template_noop) -"HQ" = ( -/obj/structure/table/reinforced, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"Ic" = ( -/turf/simulated/floor/plating/burnt, -/area/ruin) -"Id" = ( -/obj/effect/spawner/random_spawners/oil_maybe, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"IB" = ( -/obj/structure/lattice, -/turf/space, -/area/ruin/unpowered) -"JI" = ( -/obj/effect/spawner/random_spawners/syndicate/loot, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"Ki" = ( -/obj/structure/lattice, -/turf/template_noop, -/area/template_noop) -"Kr" = ( -/obj/structure/girder, -/turf/simulated/floor/plating, -/area/ruin/unpowered) -"KD" = ( -/turf/simulated/floor/plating, -/area/ruin/unpowered) -"KS" = ( -/turf/unsimulated/floor/plating/airless, -/area/ruin) -"Le" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/port_gen/pacman, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"Mi" = ( -/turf/unsimulated, -/area/template_noop) -"Mz" = ( -/turf/simulated/floor/plasteel, -/area/ruin) -"Nw" = ( -/obj/machinery/power/smes, -/obj/structure/cable/blue{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"NQ" = ( -/obj/structure/lattice, -/turf/space, -/area/space) -"OA" = ( -/obj/structure/computerframe, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"OK" = ( -/obj/item/reagent_containers/food/snacks/syndicake, -/turf/space, -/area/space) -"OU" = ( -/turf/simulated/floor/plasteel/airless, -/area/ruin) -"Qv" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/item/trash/syndi_cakes, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"QF" = ( -/obj/machinery/conveyor/east{ - dir = 2; - id = null - }, -/turf/simulated/floor/plasteel, -/area/ruin) -"QI" = ( -/obj/effect/spawner/random_spawners/wall_rusted_probably, -/turf/simulated/wall, -/area/ruin) -"Ra" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"Rg" = ( -/obj/machinery/door/airlock/mining/glass{ - locked = 1; - max_integrity = 300000; - name = "Corgi processing"; - normal_integrity = 300000 - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"Ry" = ( -/obj/item/stack/cable_coil/random, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"RB" = ( -/mob/living/simple_animal/hostile/alien/sentinel{ - animal_species = /mob/living/simple_animal/pet/dog; - attack_sound = 'sound/weapons/bite.ogg'; - attacktext = "bites"; - damage_coeff = list("brute" = 1, "fire" = 1, "tox" = 1, "clone" = 1, "stamina" = 1, "oxy" = 1); - death_sound = null; - deathmessage = ""; - desc = "This is no longer a goodboy. Not anymore. He has seen too much."; - icon = 'icons/mob/pets.dmi'; - icon_living = "corgi"; - icon_state = "corgi"; - name = "angry corgi"; - retreat_distance = 2 - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"Tj" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/syndicate, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"Tt" = ( -/obj/machinery/door/airlock/external, -/turf/simulated/floor/plating, -/area/ruin/powered) -"TM" = ( -/obj/structure/chair/office/dark{ - dir = 4; - icon_state = "officechair_dark"; - tag = "icon-officechair_dark (EAST)" - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"TT" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8"; - tag = "" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"Uq" = ( -/obj/machinery/conveyor/east{ - id = null - }, -/turf/simulated/floor/plasteel, -/area/ruin) -"UC" = ( -/obj/machinery/tcomms/relay/ruskie{ - network_id = "SYNDICAKES-FACTORY" - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"UR" = ( -/obj/item/trash/syndi_cakes, -/turf/space, -/area/space) -"Vf" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"Vt" = ( -/obj/machinery/conveyor/north/ccw{ - id = null - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"VH" = ( -/obj/structure/lattice, -/obj/random/tool, -/turf/space, -/area/space) -"VR" = ( -/obj/structure/lattice, -/turf/unsimulated, -/area/space) -"WL" = ( -/turf/space, -/area/ruin/unpowered) -"Xd" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"XZ" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/dispenser/oxygen, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"YR" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"YU" = ( -/obj/structure/chair/office/dark, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"Zs" = ( -/obj/machinery/conveyor/east{ - id = null - }, -/turf/simulated/floor/plasteel, -/area/ruin/unpowered) -"Zt" = ( -/obj/machinery/conveyor/east{ - dir = 2; - id = null - }, -/turf/simulated/floor/plasteel, -/area/space) - -(1,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(2,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(3,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -ob -ob -ob -ob -ob -ob -EJ -EJ -EJ -EJ -EJ -EJ -EJ -EJ -Ki -Ki -Ki -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(4,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -EJ -EJ -EJ -EJ -EJ -EJ -EJ -Le -Vf -zd -rU -sN -FO -EJ -EJ -EJ -pb -pd -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(5,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -EJ -JI -GB -Vf -sN -sN -EJ -Ra -sN -Gm -sN -sN -sN -Tt -KD -Tt -pb -pb -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(6,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -EJ -sN -Hx -GB -Dz -sN -EJ -Nw -hm -TT -Id -sN -Ej -EJ -EJ -EJ -pb -pd -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(7,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -EJ -sN -Dz -sN -Dz -sN -EJ -UC -sN -Gm -sN -sN -zY -EJ -pd -pd -ls -pd -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(8,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -EJ -sN -Zs -sN -Zs -sN -EJ -fq -sN -Gm -sN -YU -OA -EJ -pd -pd -ls -pd -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(9,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -EJ -sN -Zs -sN -Zs -Id -EJ -sN -GB -Gm -TM -sN -sN -EJ -pd -pd -ls -pd -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(10,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -EJ -pR -Vt -Vt -Vt -sN -EJ -XZ -BI -Gm -uA -OA -jR -EJ -pd -pd -ls -pd -pd -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(11,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -EJ -Zs -EJ -EJ -EJ -Rg -EJ -EJ -EJ -qS -EJ -EJ -EJ -EJ -EJ -EJ -EJ -EJ -pd -pd -pd -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(12,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -EJ -Zs -zF -TM -Qv -lK -EJ -sN -Vf -Gm -sN -sN -Ry -Kr -OU -OU -OU -EJ -pd -pd -pd -OK -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(13,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -EJ -Zs -hs -Tj -zP -Xd -ky -Cp -Cp -es -sN -rJ -rJ -Kr -rL -eY -OU -EJ -pd -pd -pd -pd -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(14,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -EJ -Zs -EJ -sN -wB -sN -BG -sN -sN -sN -sN -sN -sN -oO -OU -eY -eY -EJ -pd -pd -pd -pd -oJ -Hy -Hy -Hy -Hy -Hy -fY -Hy -Hy -Hy -Hy -"} -(15,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -EJ -Zs -zF -TM -RB -wB -EJ -IB -sN -sN -sN -sN -sN -EJ -eY -eY -rJ -EJ -pd -pd -mx -pd -pd -pd -Hy -fY -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(16,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -EJ -Zs -hs -bb -OA -sN -EJ -WL -IB -sN -YR -HQ -HQ -EJ -OU -eY -rJ -EJ -zt -oJ -pd -pd -pd -jv -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(17,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -EJ -uF -EJ -EJ -EJ -fU -EJ -EJ -EJ -oO -EJ -EJ -EJ -EJ -OU -eY -OK -Da -pd -pd -NQ -zt -pd -pd -pd -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(18,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -VR -Uq -OU -OU -KS -KS -Mz -ho -OU -OU -OU -OU -ho -iK -eY -Da -OK -OK -pd -pd -NQ -zo -pd -pd -pd -pd -OK -Hy -Hy -fY -Hy -Hy -Hy -"} -(19,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -pd -rJ -rJ -rJ -KS -rJ -KS -rJ -Ic -Ic -ub -NQ -OU -eY -NQ -NQ -Da -OK -yU -Da -NQ -AJ -pd -OK -pd -pd -pd -Hy -Hy -Hy -Hy -Hy -Hy -"} -(20,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -pd -nV -xT -mc -KS -mc -KS -KS -Da -NQ -Da -NQ -Da -Da -UR -ub -Da -Da -pd -pd -NQ -NQ -pd -pd -pd -zt -pd -pd -Hy -Hy -Hy -Hy -Hy -"} -(21,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Ki -pp -pd -Zt -rJ -Zt -Zt -NQ -Ic -Da -Da -Da -Da -OK -Da -Da -OK -OK -Da -pd -NQ -Da -Da -pd -pd -pd -pd -pd -pd -pd -Hy -Ki -Hy -Hy -"} -(22,1,1) = {" -Hy -Hy -CY -Hy -Hy -Hy -Hy -pp -pd -pd -zo -pd -zo -zo -NQ -ub -Da -Da -Da -Da -Da -Da -Da -Da -Da -ub -zt -pd -pd -pd -mx -pd -pd -pd -pd -OK -Hy -Hy -Hy -Hy -"} -(23,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Ki -Mi -dy -VR -pd -pd -pd -pd -pd -zt -pd -pd -Ic -OU -OU -Da -NQ -pd -pd -pd -pd -pd -pd -oJ -pd -zt -ls -pd -pd -pd -Hy -Hy -Hy -Hy -"} -(24,1,1) = {" -Hy -Hy -Hy -Hy -Ki -Hy -Hy -Hy -Ki -Hy -pd -oJ -OK -pd -pd -bk -NQ -QF -QF -QF -QF -Da -sd -oJ -pd -pd -pd -cc -VH -pd -pd -pd -pd -pd -pd -ls -Hy -Hy -Hy -Hy -"} -(25,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -CY -Hy -Hy -Hy -Hy -pd -pd -ke -OK -pd -zo -NQ -NQ -QI -NQ -NQ -pd -pd -zt -NQ -NQ -om -zo -pd -OK -pd -oJ -pd -pd -zt -Hy -Hy -Hy -Hy -"} -(26,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Ki -Hy -Hy -Hy -Hy -Hy -Hy -pd -pd -pd -pd -pd -pd -pd -pd -NQ -ls -pd -pd -pd -pd -pd -zo -zo -Da -Da -pd -oJ -pd -pd -pd -Hy -Hy -Hy -Hy -"} -(27,1,1) = {" -Hy -Hy -CY -Hy -Hy -Hy -Hy -AH -CY -CY -Hy -fY -Hy -pd -pd -pd -pd -pd -pd -pd -pd -pd -pd -OK -pd -oJ -pd -mx -pd -pd -OK -pd -pd -pd -pd -pd -Hy -Hy -Hy -Hy -"} -(28,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -pd -NQ -OK -pd -pd -aM -pd -mx -pd -pd -pd -oJ -pd -pd -pd -pd -pd -pd -aM -pd -pd -Hy -Hy -Hy -Hy -jf -"} -(29,1,1) = {" -Hy -Hy -Hy -Hy -CY -Hy -Hy -Hy -Hy -CY -Hy -Hy -Hy -Fw -Hy -pd -oJ -pd -pd -pd -pd -pd -pd -pd -OK -oJ -pd -kh -pd -pd -pd -pd -pd -pd -Hy -Hy -Hy -fY -Hy -Hy -"} -(30,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -CY -CY -Hy -pd -pd -pd -pd -ls -pd -OK -pd -pd -pd -pd -pd -pd -pd -oJ -zt -pd -pd -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(31,1,1) = {" -Hy -Hy -Hy -fY -Hy -Hy -Ki -Hy -Hy -Hy -Ki -Hy -CY -Hy -Hy -Hy -Hy -pd -pd -pd -pd -pd -ls -pd -pd -oJ -pd -pd -aM -pd -pd -pd -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(32,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -fY -Hy -Hy -Hy -Hy -kh -pd -pd -zt -pd -pd -ls -pd -pd -pd -pd -pd -pd -Hy -Hy -Fw -Hy -Hy -Hy -Hy -Hy -Hy -"} -(33,1,1) = {" -Hy -Hy -Hy -Hy -CY -Hy -CY -Hy -fY -Hy -Hy -Hy -Hy -Hy -jf -Hy -Hy -Hy -Hy -pd -pd -pd -pd -pd -NQ -zt -pd -pd -oJ -pd -fY -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(34,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -CY -Hy -Hy -Hy -CY -Hy -fY -Hy -CY -Hy -Hy -pd -oJ -pd -pd -OK -pd -pd -pd -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(35,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Ki -Hy -Hy -Hy -CY -CY -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -pd -pd -ls -pd -pd -pd -Hy -Hy -Hy -Hy -Hy -Hy -fY -Hy -Hy -Hy -Hy -Hy -"} -(36,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -CY -Hy -Hy -Hy -Hy -fY -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(37,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Fw -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(38,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(39,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -jf -Hy -Hy -Hy -Hy -fY -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} -(40,1,1) = {" -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -Hy -"} +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aM" = ( +/obj/item/stack/sheet/metal, +/turf/template_noop, +/area/template_noop) +"bb" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/ruin/unpowered) +"bk" = ( +/turf/unsimulated, +/area/space) +"dy" = ( +/obj/structure/lattice, +/obj/item/stack/sheet/metal, +/turf/template_noop, +/area/template_noop) +"es" = ( +/obj/machinery/conveyor/northeast{ + id = null + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"fq" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"fU" = ( +/obj/machinery/conveyor/east{ + id = null + }, +/obj/machinery/gibber/autogibber, +/obj/structure/plasticflaps{ + canmove = 0 + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"fY" = ( +/obj/machinery/conveyor/east{ + id = null + }, +/turf/simulated/floor/plasteel, +/area/ruin) +"hm" = ( +/obj/structure/lattice, +/turf/unsimulated, +/area/template_noop) +"ho" = ( +/mob/living/simple_animal/pet/dog/corgi, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"iK" = ( +/mob/living/simple_animal/pet/dog/corgi, +/mob/living/simple_animal/pet/dog/corgi, +/obj/machinery/conveyor/east{ + id = null + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"jf" = ( +/obj/machinery/conveyor/north/ccw{ + id = null + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"jv" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4 + }, +/area/ruin/unpowered) +"jR" = ( +/obj/item/stack/cable_coil/random, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"ke" = ( +/turf/unsimulated/floor/plating/airless, +/area/space) +"kh" = ( +/obj/machinery/conveyor/east{ + dir = 2; + id = null + }, +/turf/simulated/floor/plasteel, +/area/space) +"ky" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"ls" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/space) +"lK" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"mu" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 2; + height = 5; + id = "sindiecake_dock"; + name = "Docking port Syndicake Factory"; + width = 8 + }, +/turf/template_noop, +/area/space) +"mx" = ( +/obj/structure/lattice, +/obj/item/stack/rods, +/turf/template_noop, +/area/space) +"nV" = ( +/obj/structure/grille/broken, +/turf/space, +/area/ruin/space) +"ob" = ( +/obj/effect/spawner/random_spawners/syndicate/loot, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"om" = ( +/obj/item/trash/syndi_cakes, +/turf/template_noop, +/area/space) +"oJ" = ( +/obj/item/stack/rods, +/turf/template_noop, +/area/space) +"oO" = ( +/turf/simulated/floor/plating/burnt, +/area/ruin) +"pb" = ( +/obj/structure/lattice/catwalk, +/turf/template_noop, +/area/space) +"pd" = ( +/turf/template_noop, +/area/space) +"pp" = ( +/turf/unsimulated, +/area/template_noop) +"pR" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/trash/syndi_cakes, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"qA" = ( +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/metal, +/turf/space, +/area/space) +"qS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"rJ" = ( +/obj/structure/lattice, +/turf/space, +/area/ruin/space) +"rL" = ( +/obj/structure/rack{ + dir = 4 + }, +/obj/random/tool, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"rU" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"sd" = ( +/obj/machinery/power/apc/noalarm{ + area = null; + dir = 8; + keep_preset_name = 1; + light_power = 0; + locked = 0; + max_integrity = 0; + name = "Manufacturing control room APC"; + pixel_y = -24; + shorted = 1; + start_charge = -1 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"sN" = ( +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"tz" = ( +/obj/item/stack/cable_coil/cut, +/turf/template_noop, +/area/space) +"ub" = ( +/obj/structure/grille/broken, +/turf/template_noop, +/area/space) +"uA" = ( +/obj/machinery/door/airlock/mining/glass{ + locked = 1; + name = "Egg processing" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"uF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/wall, +/area/ruin/unpowered) +"xT" = ( +/obj/machinery/door/airlock/mining/glass{ + locked = 1; + name = "Manufacturing Control Room" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"yS" = ( +/obj/item/trash/syndi_cakes, +/turf/space, +/area/space) +"yU" = ( +/turf/simulated/floor/plasteel, +/area/ruin) +"zd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"zo" = ( +/obj/structure/lattice, +/turf/space, +/area/ruin) +"zt" = ( +/obj/effect/spawner/random_spawners/wall_rusted_probably, +/turf/simulated/wall, +/area/space) +"zF" = ( +/obj/item/stack/cable_coil/cut, +/turf/template_noop, +/area/template_noop) +"zP" = ( +/mob/living/simple_animal/hostile/alien/sentinel{ + animal_species = /mob/living/simple_animal/pet/dog; + attack_sound = 'sound/weapons/bite.ogg'; + attacktext = "bites"; + damage_coeff = list("brute" = 1, "fire" = 1, "tox" = 1, "clone" = 1, "stamina" = 1, "oxy" = 1); + death_sound = null; + deathmessage = ""; + desc = "This is no longer a goodboy. Not anymore. He has seen too much."; + icon = 'icons/mob/pets.dmi'; + icon_living = "corgi"; + icon_state = "corgi"; + name = "angry corgi"; + retreat_distance = 2 + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"zY" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/port_gen/pacman, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"At" = ( +/obj/item/reagent_containers/food/snacks/syndicake, +/obj/item/reagent_containers/food/snacks/syndicake, +/obj/item/reagent_containers/food/snacks/syndicake, +/obj/item/reagent_containers/food/snacks/syndicake, +/obj/item/reagent_containers/food/snacks/syndicake, +/obj/item/reagent_containers/food/snacks/syndicake, +/turf/simulated/floor/plasteel, +/area/space) +"AH" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"AJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"BG" = ( +/turf/space, +/area/ruin/unpowered) +"BI" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"Cp" = ( +/obj/structure/lattice, +/turf/space, +/area/ruin/unpowered) +"CY" = ( +/obj/item/stack/rods, +/turf/template_noop, +/area/template_noop) +"Da" = ( +/turf/space, +/area/space) +"Dz" = ( +/obj/item/trash/syndi_cakes, +/turf/template_noop, +/area/template_noop) +"Ec" = ( +/obj/structure/lattice, +/obj/random/tool, +/turf/space, +/area/space) +"EJ" = ( +/turf/simulated/wall, +/area/ruin/unpowered) +"Fw" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"FO" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"GB" = ( +/mob/living/simple_animal/pet/dog/corgi, +/obj/machinery/conveyor/east{ + id = null + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"Hx" = ( +/obj/item/stack/rods, +/turf/space, +/area/space) +"Hy" = ( +/turf/template_noop, +/area/template_noop) +"Ic" = ( +/obj/item/stack/sheet/metal, +/turf/template_noop, +/area/space) +"Id" = ( +/obj/machinery/door/airlock/mining/glass{ + locked = 1; + max_integrity = 300000; + name = "Corgi processing"; + normal_integrity = 300000 + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"IB" = ( +/obj/machinery/power/apc/noalarm{ + area = null; + dir = 8; + keep_preset_name = 1; + locked = 0; + name = "EVA room APC"; + pixel_x = -24; + start_charge = -1 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"JI" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "EVA Storage" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"Ki" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"Kr" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Nexus" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"KD" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"KS" = ( +/turf/unsimulated/floor/plating/airless, +/area/ruin) +"Le" = ( +/obj/machinery/power/smes, +/obj/structure/cable/blue{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"Mi" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/syndicake, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"Mz" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"Nw" = ( +/obj/machinery/autolathe, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"NQ" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"OA" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/cigarettes/cigpack_random, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"OK" = ( +/obj/item/reagent_containers/food/snacks/syndicake, +/turf/space, +/area/space) +"OU" = ( +/turf/simulated/floor/plasteel/airless, +/area/ruin) +"QF" = ( +/obj/machinery/conveyor/east{ + dir = 2; + id = null + }, +/turf/simulated/floor/plasteel, +/area/ruin) +"QI" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"Ra" = ( +/obj/machinery/tcomms/relay/ruskie{ + network_id = "SYNDICAKES-FACTORY" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"Rg" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"Ry" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"RB" = ( +/obj/machinery/suit_storage_unit/syndicate, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"Tj" = ( +/obj/structure/chair/office/dark{ + dir = 4; + tag = "icon-officechair_dark (EAST)" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"Tt" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"TM" = ( +/obj/effect/spawner/random_spawners/wall_rusted_probably, +/turf/simulated/wall, +/area/ruin) +"TT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"Uq" = ( +/obj/machinery/conveyor/east{ + id = null + }, +/turf/simulated/floor/plasteel, +/area/space) +"UC" = ( +/obj/item/stack/rods, +/obj/item/stack/sheet/metal, +/turf/template_noop, +/area/space) +"UR" = ( +/obj/machinery/door/airlock/external, +/turf/simulated/floor/plating, +/area/ruin/powered) +"Vf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"Vt" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8 + }, +/area/ruin/unpowered) +"VH" = ( +/turf/simulated/wall, +/area/space) +"VR" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/ruin/unpowered) +"WL" = ( +/turf/space, +/area/ruin/space) +"Xd" = ( +/obj/item/trash/syndi_cakes, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"Xn" = ( +/obj/item/reagent_containers/food/snacks/syndicake, +/turf/simulated/floor/plasteel/airless, +/area/ruin) +"XZ" = ( +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/metal, +/turf/space, +/area/ruin/space) +"YR" = ( +/turf/simulated/floor/plating, +/area/ruin/unpowered) +"YT" = ( +/obj/item/reagent_containers/food/snacks/syndicake, +/obj/item/reagent_containers/food/snacks/syndicake, +/obj/item/reagent_containers/food/snacks/syndicake, +/turf/unsimulated/floor/plating/airless, +/area/space) +"YU" = ( +/obj/structure/computerframe, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"Zs" = ( +/obj/machinery/conveyor/east{ + id = null + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered) +"Zt" = ( +/obj/structure/lattice, +/turf/unsimulated, +/area/space) + +(1,1,1) = {" +Hy +Hy +Hy +Hy +Hy +bb +bb +bb +bb +bb +bb +EJ +EJ +EJ +EJ +EJ +EJ +EJ +EJ +Ki +Ki +Ki +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(2,1,1) = {" +Hy +Hy +Hy +Hy +Hy +EJ +EJ +EJ +EJ +EJ +EJ +EJ +zY +BI +IB +KD +sN +RB +EJ +EJ +EJ +pb +pd +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(3,1,1) = {" +Hy +Hy +Hy +Hy +Hy +EJ +ob +ho +BI +sN +sN +EJ +AH +sN +TT +sN +sN +sN +UR +YR +UR +pb +pb +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(4,1,1) = {" +Hy +Hy +Hy +Hy +Hy +EJ +sN +iK +ho +GB +sN +EJ +Le +Vf +zd +rU +sN +FO +EJ +EJ +EJ +pb +pd +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(5,1,1) = {" +Hy +Hy +Hy +Hy +Hy +EJ +sN +GB +sN +GB +sN +EJ +Ra +sN +TT +sN +sN +Tt +EJ +pd +pd +ls +pd +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(6,1,1) = {" +Hy +Hy +Hy +Hy +Hy +EJ +sN +Zs +sN +Zs +sN +EJ +Nw +sN +TT +sN +QI +YU +EJ +pd +pd +ls +pd +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(7,1,1) = {" +Hy +Hy +Hy +Hy +Hy +EJ +sN +Zs +sN +Zs +rU +EJ +sN +ho +TT +Tj +sN +sN +EJ +pd +pd +ls +pd +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(8,1,1) = {" +Hy +Hy +Hy +Hy +Hy +EJ +es +jf +jf +jf +sN +EJ +fq +Fw +TT +Mi +YU +OA +EJ +pd +pd +ls +pd +pd +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(9,1,1) = {" +Hy +Hy +Hy +Hy +Hy +EJ +Zs +EJ +EJ +EJ +Id +EJ +EJ +EJ +JI +EJ +EJ +EJ +EJ +EJ +EJ +EJ +EJ +pd +pd +pd +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(10,1,1) = {" +Hy +Hy +Hy +Hy +Hy +EJ +Zs +Vt +Tj +pR +sd +EJ +sN +BI +TT +sN +sN +jR +VR +OU +OU +OU +EJ +pd +pd +pd +OK +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(11,1,1) = {" +Hy +Hy +Hy +Hy +Hy +EJ +Zs +jv +ky +rL +Rg +uF +AJ +AJ +qS +sN +rJ +rJ +VR +Xn +KS +OU +EJ +pd +pd +pd +pd +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(12,1,1) = {" +Hy +Hy +Hy +Hy +Hy +EJ +Zs +EJ +sN +Xd +sN +xT +sN +sN +sN +sN +sN +sN +Kr +OU +KS +KS +EJ +pd +pd +pd +pd +oJ +Hy +Hy +Hy +Hy +Hy +aM +Hy +Hy +Hy +Hy +"} +(13,1,1) = {" +Hy +Hy +Hy +Hy +Hy +EJ +Zs +Vt +Tj +zP +Xd +EJ +Cp +sN +sN +sN +sN +sN +EJ +KS +KS +rJ +EJ +pd +pd +om +pd +pd +pd +Hy +aM +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(14,1,1) = {" +Hy +Hy +Hy +Hy +Hy +EJ +Zs +jv +lK +YU +sN +EJ +BG +Cp +sN +Mz +Ry +Ry +EJ +OU +KS +rJ +EJ +Ic +oJ +pd +pd +pd +tz +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(15,1,1) = {" +Hy +Hy +Hy +Hy +Hy +EJ +fU +EJ +EJ +EJ +uA +EJ +EJ +EJ +Kr +EJ +EJ +EJ +EJ +OU +KS +OK +Da +pd +pd +NQ +Ic +pd +pd +pd +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(16,1,1) = {" +Hy +Hy +Hy +Hy +Hy +Zt +fY +OU +OU +KS +KS +yU +WL +OU +OU +OU +OU +WL +XZ +KS +Da +OK +OK +pd +pd +NQ +VH +pd +pd +pd +pd +OK +Hy +Hy +aM +Hy +Hy +Hy +"} +(17,1,1) = {" +Hy +Hy +Hy +Hy +Hy +pd +rJ +rJ +rJ +KS +rJ +KS +rJ +KS +KS +Hx +NQ +OU +KS +NQ +NQ +Da +OK +qA +Da +NQ +zt +pd +OK +pd +pd +pd +Hy +Hy +Hy +Hy +Hy +Hy +"} +(18,1,1) = {" +Hy +Hy +Hy +Hy +Hy +pd +Uq +ke +nV +KS +nV +KS +KS +Da +NQ +Da +NQ +Da +Da +yS +Hx +Da +Da +pd +pd +NQ +NQ +pd +pd +pd +Ic +pd +pd +Hy +Hy +Hy +Hy +Hy +"} +(19,1,1) = {" +Hy +Hy +Hy +Hy +Ki +bk +pd +kh +rJ +kh +kh +NQ +oO +Da +Da +Da +Da +OK +Da +Da +OK +OK +Da +pd +NQ +Da +Da +pd +pd +pd +pd +pd +pd +pd +Hy +Ki +Hy +Hy +"} +(20,1,1) = {" +CY +Hy +Hy +Hy +Hy +bk +pd +pd +VH +pd +VH +VH +NQ +Hx +Da +Da +Da +Da +Da +Da +Da +Da +Da +Hx +Ic +pd +pd +pd +om +pd +pd +pd +pd +OK +Hy +Hy +Hy +Hy +"} +(21,1,1) = {" +Hy +Hy +Hy +Hy +Ki +pp +hm +Zt +pd +pd +pd +pd +pd +Ic +pd +pd +KS +OU +OU +Da +NQ +pd +pd +pd +pd +pd +pd +oJ +pd +Ic +ls +pd +pd +pd +Hy +Hy +Hy +Hy +"} +(22,1,1) = {" +Hy +Hy +Ki +Hy +Hy +Hy +Ki +Hy +pd +oJ +OK +pd +pd +ub +NQ +QF +QF +QF +QF +Da +ke +oJ +pd +pd +pd +YT +Ec +pd +pd +pd +pd +pd +pd +ls +Hy +Hy +Hy +Hy +"} +(23,1,1) = {" +Hy +Hy +Hy +Hy +CY +Hy +Hy +Hy +Hy +pd +pd +zo +OK +pd +VH +NQ +NQ +TM +NQ +NQ +pd +pd +Ic +NQ +NQ +At +VH +pd +OK +pd +oJ +pd +pd +Ic +Hy +Hy +Hy +Hy +"} +(24,1,1) = {" +Hy +Hy +Hy +Ki +Hy +Hy +Hy +Hy +Hy +Hy +pd +pd +pd +pd +pd +pd +pd +pd +NQ +ls +pd +pd +pd +pd +pd +VH +VH +Da +Da +pd +oJ +pd +pd +pd +Hy +Hy +Hy +Hy +"} +(25,1,1) = {" +CY +Hy +Hy +Hy +Hy +dy +CY +CY +Hy +aM +Hy +pd +pd +pd +pd +pd +pd +pd +pd +pd +pd +OK +pd +oJ +pd +om +pd +pd +OK +pd +pd +pd +pd +pd +Hy +Hy +Hy +Hy +"} +(26,1,1) = {" +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +pd +NQ +OK +pd +pd +UC +pd +om +pd +pd +pd +oJ +pd +pd +pd +pd +pd +pd +UC +pd +pd +Hy +Hy +Hy +Hy +Dz +"} +(27,1,1) = {" +Hy +Hy +CY +Hy +Hy +Hy +Hy +CY +Hy +Hy +Hy +zF +Hy +pd +oJ +pd +pd +pd +pd +pd +pd +pd +OK +oJ +pd +mx +pd +pd +pd +pd +pd +pd +Hy +Hy +Hy +aM +Hy +Hy +"} +(28,1,1) = {" +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +CY +CY +Hy +pd +pd +pd +pd +ls +pd +OK +pd +pd +mu +pd +pd +pd +pd +oJ +Ic +pd +pd +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(29,1,1) = {" +Hy +aM +Hy +Hy +Ki +Hy +Hy +Hy +Ki +Hy +CY +Hy +Hy +Hy +Hy +pd +pd +pd +pd +pd +ls +pd +pd +oJ +pd +pd +UC +pd +pd +pd +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(30,1,1) = {" +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +aM +Hy +Hy +Hy +Hy +mx +pd +pd +Ic +pd +pd +ls +pd +pd +pd +pd +pd +pd +Hy +Hy +zF +Hy +Hy +Hy +Hy +Hy +Hy +"} +(31,1,1) = {" +Hy +Hy +CY +Hy +CY +Hy +aM +Hy +Hy +Hy +Hy +Hy +Dz +Hy +Hy +Hy +Hy +pd +pd +pd +pd +pd +NQ +Ic +pd +pd +oJ +pd +aM +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(32,1,1) = {" +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +CY +Hy +Hy +Hy +CY +Hy +aM +Hy +CY +Hy +Hy +pd +oJ +pd +pd +OK +pd +pd +pd +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(33,1,1) = {" +Hy +Hy +Hy +Hy +Hy +Hy +Ki +Hy +Hy +Hy +CY +CY +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +pd +pd +ls +pd +pd +pd +Hy +Hy +Hy +Hy +Hy +Hy +aM +Hy +Hy +Hy +Hy +Hy +"} +(34,1,1) = {" +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +CY +Hy +Hy +Hy +Hy +aM +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(35,1,1) = {" +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +zF +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(36,1,1) = {" +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} +(37,1,1) = {" +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Dz +Hy +Hy +Hy +Hy +aM +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +Hy +"} diff --git a/_maps/map_files/RandomRuins/SpaceRuins/ussp.dmm b/_maps/map_files/RandomRuins/SpaceRuins/ussp.dmm index 7ad60db90a27..f2209ea059fb 100644 --- a/_maps/map_files/RandomRuins/SpaceRuins/ussp.dmm +++ b/_maps/map_files/RandomRuins/SpaceRuins/ussp.dmm @@ -1,13 +1,13 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "aa" = ( /obj/effect/landmark/burnturf, -/turf/simulated/floor/plasteel{ - icon_state = "cautionfull" - }, /turf/simulated/wall/mineral/titanium/nodecon/tileblend{ fixed_underlay = list("icon" = 'icons/turf/floors.dmi', "icon_state" = "cautionfull"); icon_state = "4-i" }, +/turf/simulated/floor/plasteel{ + icon_state = "cautionfull" + }, /area/derelict/eva{ name = "Derelict Annex" }) @@ -20,20 +20,18 @@ /turf/template_noop, /area/template_noop) "ad" = ( -/obj/item/stack/cable_coil{ - amount = 2 - }, -/turf/template_noop, -/area/space/nearstation) -"ae" = ( -/obj/machinery/power/solar/fake, /turf/simulated/floor/plasteel/airless{ icon_state = "solarpanel" }, -/area/space/nearstation) +/area/template_noop) "af" = ( -/obj/structure/lattice/catwalk, -/turf/template_noop, +/obj/machinery/power/solar/fake{ + desc = "A broken solar panel. This one is beyond of any possible repair."; + obj_integrity = 65 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, /area/space/nearstation) "ag" = ( /obj/structure/lattice, @@ -158,8 +156,8 @@ "ax" = ( /obj/machinery/door/airlock/external{ id_tag = "s_docking_airlock"; - locked = 1; - name = "Shuttle Airlock" + name = "Shuttle Airlock"; + req_access_txt = "150" }, /obj/structure/fans/tiny, /obj/docking_port/stationary{ @@ -174,8 +172,8 @@ dir = 8; dwidth = 2; height = 5; - id = ussppod; - name = "USSP Pod"; + id = "ruins_transport_shuttle"; + name = "USSP Cargo Shuttle"; width = 8 }, /turf/simulated/shuttle/floor{ @@ -1291,6 +1289,11 @@ "cS" = ( /obj/structure/grille, /obj/structure/window/full/shuttle, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel/airless{ icon_state = "floorscorched2" }, @@ -1415,6 +1418,11 @@ "di" = ( /obj/structure/grille, /obj/item/shard, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel/airless{ icon_state = "floorscorched2" }, @@ -1521,6 +1529,11 @@ density = 0; icon_state = "brokengrille" }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel/airless{ icon_state = "floorscorched2" }, @@ -1642,6 +1655,11 @@ /obj/item/shard{ icon_state = "small" }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel/airless{ icon_state = "floorscorched2" }, @@ -1796,6 +1814,11 @@ }) "dX" = ( /obj/structure/sign/securearea, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, /area/derelict/eva{ name = "Derelict Annex" @@ -1875,6 +1898,11 @@ dir = 1; tag = "icon-tube1 (NORTH)" }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel{ dir = 9; icon_state = "darkblue" @@ -1902,6 +1930,11 @@ }, /obj/effect/decal/cleanable/dirt, /obj/item/twohanded/required/kirbyplants, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel{ dir = 5; icon_state = "darkblue" @@ -2008,14 +2041,6 @@ "et" = ( /obj/structure/sign/science, /turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, -/area/derelict/eva{ - name = "Derelict Annex" - }) -"eu" = ( -/turf/simulated/floor/plasteel{ - icon_state = "rampbottom"; - tag = "icon-stage_stairs" - }, /area/derelict/eva{ name = "Derelict Annex" }) @@ -2034,6 +2059,11 @@ }) "ew" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel{ icon_state = "rampbottom"; tag = "icon-stage_stairs" @@ -2251,6 +2281,11 @@ }) "eR" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel{ dir = 9; icon_state = "darkblue" @@ -2273,6 +2308,11 @@ name = "Derelict Annex" }) "eT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel{ dir = 5; icon_state = "darkblue" @@ -2475,6 +2515,11 @@ icon_state = "4-8" }, /obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "darkblue" @@ -2506,6 +2551,11 @@ d2 = 8; icon_state = "4-8" }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "darkblue" @@ -2536,8 +2586,8 @@ }, /obj/structure/cable{ d1 = 1; - d2 = 8; - icon_state = "1-8" + d2 = 2; + icon_state = "1-2" }, /turf/simulated/floor/plasteel, /area/derelict/eva{ @@ -2761,6 +2811,11 @@ }) "fM" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "darkblue" @@ -2769,6 +2824,11 @@ name = "Derelict Annex" }) "fN" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -2776,6 +2836,16 @@ name = "Derelict Annex" }) "fO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "darkblue" @@ -2788,6 +2858,16 @@ dir = 8; tag = "icon-tube1 (WEST)" }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "caution" @@ -2812,11 +2892,16 @@ name = "Derelict Annex" }) "fS" = ( -/obj/structure/computerframe{ - desc = "This computer is a husk of what it once was. Time and decay has worn its cheap circuitry to dust."; - name = "decrepit computer" - }, /obj/effect/decal/cleanable/dirt, +/obj/machinery/power/solar_control{ + id = "russolar"; + track = 2 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, /turf/simulated/floor/plasteel{ dir = 5; icon_state = "caution" @@ -2993,14 +3078,10 @@ name = "Derelict Annex" }) "gj" = ( -/obj/machinery/power/solar_control{ - id = "russolar"; - track = 2 - }, /obj/structure/cable{ + d1 = 1; d2 = 2; - icon_state = "0-2"; - pixel_y = 1 + icon_state = "1-2" }, /turf/simulated/floor/plasteel{ dir = 4; @@ -3135,8 +3216,15 @@ name = "Derelict Annex" }) "gz" = ( -/obj/machinery/recharge_station, -/obj/effect/decal/cleanable/blood/oil, +/obj/structure/computerframe{ + desc = "This computer is a husk of what it once was. Time and decay has worn its cheap circuitry to dust."; + name = "decrepit computer" + }, +/obj/effect/landmark/damageturf, +/obj/item/stack/cable_coil/cut{ + amount = 2 + }, +/obj/structure/cable, /turf/simulated/floor/plasteel{ dir = 10; icon_state = "caution" @@ -3145,6 +3233,7 @@ name = "Derelict Annex" }) "gA" = ( +/obj/machinery/vending/assist, /turf/simulated/floor/plasteel{ icon_state = "caution" }, @@ -3152,20 +3241,14 @@ name = "Derelict Annex" }) "gB" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" +/obj/machinery/power/solar/fake{ + desc = "A broken solar panel. This one is beyond of any possible repair."; + obj_integrity = 45 }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" }, -/turf/simulated/floor/plasteel, -/area/derelict/eva{ - name = "Derelict Annex" - }) +/area/space/nearstation) "gC" = ( /obj/structure/cable{ d2 = 2; @@ -3308,10 +3391,10 @@ "gS" = ( /obj/effect/landmark/damageturf, /obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "caution" +/obj/item/stack/cable_coil/cut{ + amount = 1 }, +/turf/simulated/floor/plating, /area/derelict/eva{ name = "Derelict Annex" }) @@ -3373,26 +3456,27 @@ }, /area/derelict/crew_quarters) "gY" = ( -/obj/machinery/power/solar{ - id = "russolar" - }, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/area/derelict/solar_control) -"gZ" = ( -/obj/machinery/power/solar{ - id = "russolar" +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" }, /obj/structure/cable{ - d2 = 2; - icon_state = "0-2"; - pixel_y = 1 + d1 = 2; + d2 = 8; + icon_state = "2-8" }, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" +/obj/structure/lattice/catwalk, +/obj/item/shard{ + icon_state = "small" }, -/area/derelict/solar_control) +/turf/template_noop, +/area/template_noop) "ha" = ( /obj/item/twohanded/required/kirbyplants, /turf/simulated/floor/plasteel{ @@ -3456,14 +3540,14 @@ /obj/structure/window/reinforced{ dir = 1 }, +/turf/simulated/wall/mineral/titanium/nodecon/tileblend{ + fixed_underlay = list("icon" = 'icons/turf/floors.dmi', "icon_state" = "redfull"); + icon_state = "4-i" + }, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "whiteredfull" }, -/turf/simulated/wall/mineral/titanium/nodecon/tileblend{ - fixed_underlay = list("icon" = 'icons/turf/floors.dmi', "icon_state" = "whiteredfull"); - icon_state = "4-i" - }, /area/derelict/eva{ name = "Derelict Annex" }) @@ -3472,6 +3556,11 @@ /obj/structure/table/reinforced, /obj/item/stack/sheet/metal/fifty, /obj/item/stack/sheet/glass, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, /turf/simulated/floor/plasteel{ dir = 10; icon_state = "caution" @@ -3485,6 +3574,11 @@ info = "Это уже пятый раз за месяц, когда мне приходится заменять кабель к чертовой цепи блокировки. Это плохо, конденсатор постоянно выходит из строя, а чертовым системам требуется почти неделя для цикла и перезагрузки, но теперь капитан дышит мне в спину из-за его дурацкого душа и комиссара Григора. Микаил говорил мне, что лицо этого человека так покраснело, когда вспыхнул свет, что можно было увидеть, как он светится в темноте.

Если бы он думал это было плохо, ну, если бы я не установил блокировку в столовой, мы бы неделю сидели в темноте.

Раствэн говорит, что мы должны получить новую партию кабелей, хотя я не уверен, что у нас когда-нибудь будет достаточно припасов, чтобы это место функционировало должным образом."; name = "отчет об тех. обслухивании" }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plasteel, /area/derelict/eva{ name = "Derelict Annex" @@ -3530,22 +3624,6 @@ icon_state = "grimy" }, /area/derelict/crew_quarters) -"hp" = ( -/obj/machinery/power/solar{ - id = "russolar" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" - }, -/area/derelict/solar_control) "hq" = ( /obj/item/stack/ore/uranium, /turf/template_noop, @@ -3555,25 +3633,28 @@ id = "russolar" }, /obj/structure/cable{ - d2 = 8; - icon_state = "0-8" + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 }, /turf/simulated/floor/plasteel/airless{ icon_state = "solarpanel" }, -/area/derelict/solar_control) +/area/space/nearstation) "hs" = ( -/obj/machinery/power/solar{ - id = "russolar" - }, /obj/structure/cable{ - d2 = 4; - icon_state = "0-4" + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" }, -/area/derelict/solar_control) +/turf/template_noop, +/area/template_noop) "ht" = ( /obj/structure/sign/directions/security{ dir = 1; @@ -3787,26 +3868,12 @@ /area/derelict/eva{ name = "Derelict Annex" }) -"hO" = ( +"hP" = ( /obj/structure/cable{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk, -/turf/template_noop, -/area/derelict/solar_control) -"hP" = ( /turf/simulated/floor/plasteel{ dir = 8; icon_state = "caution" @@ -3973,7 +4040,13 @@ name = "Derelict Annex" }) "ij" = ( -/obj/structure/closet/secure_closet/engineering_welding, +/obj/machinery/recharge_station, +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, /turf/simulated/floor/plasteel{ dir = 10; icon_state = "caution" @@ -4071,7 +4144,7 @@ /turf/simulated/floor/plating, /area/shuttle/ussp) "iu" = ( -/turf/template_noop, +/turf/space, /turf/simulated/shuttle/wall{ dir = 8; icon_state = "diagonalWall3" @@ -4181,7 +4254,7 @@ name = "Derelict Annex" }) "iF" = ( -/turf/template_noop, +/turf/space, /turf/simulated/shuttle/wall{ dir = 1; icon_state = "diagonalWall3" @@ -4196,7 +4269,7 @@ name = "Derelict Annex" }) "iH" = ( -/obj/machinery/vending/assist, +/obj/structure/closet/secure_closet/engineering_welding, /turf/simulated/floor/plasteel{ dir = 10; icon_state = "caution" @@ -4244,13 +4317,11 @@ }, /area/derelict/crew_quarters) "iN" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "chapel" +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" }, -/area/derelict/crew_quarters) +/area/space/nearstation) "iO" = ( /turf/simulated/shuttle/wall{ dir = 4; @@ -4258,7 +4329,7 @@ }, /area/shuttle/ussp) "iP" = ( -/obj/machinery/computer/shuttle/ussp_pod, +/obj/machinery/computer/shuttle/ruins_transport_shuttle, /turf/simulated/shuttle/floor{ icon_state = "floor4" }, @@ -4393,6 +4464,11 @@ /obj/machinery/door/airlock/engineering{ name = "Engineering Wing" }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "caution" @@ -4432,9 +4508,7 @@ dir = 4; tag = "icon-tube1 (EAST)" }, -/obj/machinery/atmospherics/pipe/simple/hidden, /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes/southeastcorner, /turf/simulated/floor/plasteel{ icon_state = "wood" }, @@ -4472,8 +4546,8 @@ "jl" = ( /obj/machinery/door/airlock/external{ id_tag = "s_docking_airlock"; - locked = 1; - name = "Shuttle Airlock" + name = "Shuttle Airlock"; + req_access_txt = "150" }, /obj/structure/fans/tiny, /turf/simulated/shuttle/floor{ @@ -4582,14 +4656,11 @@ name = "Derelict Annex" }) "jx" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/machinery/light/small{ + dir = 8 }, -/obj/structure/lattice/catwalk, -/turf/template_noop, -/area/derelict/solar_control) +/turf/simulated/floor/plating/airless, +/area/derelict/arrival) "jy" = ( /obj/structure/window/reinforced, /turf/template_noop, @@ -4608,14 +4679,14 @@ name = "Derelict Annex" }) "jB" = ( +/turf/simulated/wall/mineral/titanium/nodecon/nosmooth{ + icon_state = "swall_f5" + }, /turf/simulated/floor/engine{ name = "vacuum floor"; nitrogen = 0.01; oxygen = 0.01 }, -/turf/simulated/wall/mineral/titanium/nodecon/nosmooth{ - icon_state = "swall_f5" - }, /area/derelict/eva{ name = "Derelict Annex" }) @@ -4660,6 +4731,11 @@ name = "Derelict Annex" }) "jF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plasteel{ dir = 5; icon_state = "caution" @@ -4692,62 +4768,26 @@ /turf/simulated/floor/carpet, /area/derelict/crew_quarters) "jJ" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 8 - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel{ - icon_state = "wood" +/obj/item/stack/cable_coil{ + amount = 2 }, -/area/derelict/crew_quarters) +/turf/template_noop, +/area/template_noop) "jK" = ( -/obj/machinery/door/airlock/external{ - frequency = 1502; - id_tag = "rus_inner_2"; - name = "External Airlock" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/derelict/crew_quarters) +/obj/structure/lattice/catwalk, +/turf/template_noop, +/area/space/nearstation) "jL" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/machinery/atmospherics/pipe/simple/hidden, /obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light/small, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 8; - frequency = 1502; - id_tag = "rus_pump_2" - }, -/turf/simulated/floor/plating, -/area/derelict/crew_quarters) -"jM" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/machinery/door/airlock/external{ - frequency = 1502; - id_tag = "rus_outer_2"; - locked = 1; - name = "External Airlock" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/simulated/floor/plating, /area/derelict/crew_quarters) "jN" = ( /obj/structure/window/reinforced, @@ -4760,28 +4800,17 @@ name = "Derelict Annex" }) "jO" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/structure/lattice/catwalk, -/turf/template_noop, -/area/derelict/solar_control) +/area/derelict/crew_quarters) "jP" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" +/obj/item/solar_assembly, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" }, -/obj/structure/lattice/catwalk, -/turf/template_noop, -/area/derelict/solar_control) +/area/space/nearstation) "jQ" = ( /obj/structure/chair/comfy/shuttle{ dir = 4 @@ -5134,11 +5163,6 @@ d2 = 4; icon_state = "1-4" }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, /obj/structure/cable{ d1 = 2; d2 = 4; @@ -5213,11 +5237,6 @@ /turf/simulated/floor/carpet, /area/derelict/crew_quarters) "kB" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, /obj/structure/cable{ d1 = 1; d2 = 8; @@ -5263,71 +5282,85 @@ /area/derelict/crew_quarters) "kF" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; + d1 = 4; d2 = 8; - icon_state = "2-8" + icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/effect/decal/warning_stripes/east, /turf/simulated/floor/plasteel{ icon_state = "wood" }, /area/derelict/crew_quarters) "kG" = ( -/obj/structure/sign/vacuum, -/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, -/area/derelict/crew_quarters) -"kH" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, /obj/structure/cable{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/machinery/door/morgue{ + name = "Confession Booth" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/derelict/crew_quarters) +"kH" = ( +/obj/machinery/power/solar{ + id = "russolar" + }, /obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" + d2 = 4; + icon_state = "0-4" }, -/obj/structure/lattice/catwalk, -/turf/template_noop, -/area/derelict/solar_control) -"kI" = ( -/obj/machinery/light/small{ - dir = 8 +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" }, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1502; - master_tag = "rus_airlock_2"; - name = "exterior access button"; - pixel_x = -25 +/area/space/nearstation) +"kI" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 }, -/turf/template_noop, +/turf/simulated/floor/plating, /area/derelict/crew_quarters) "kJ" = ( /obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/template_noop, -/area/derelict/solar_control) +/area/template_noop) "kK" = ( -/obj/machinery/power/tracker, +/obj/structure/lattice/catwalk, /obj/structure/cable{ + d1 = 2; d2 = 8; - icon_state = "0-8" + icon_state = "2-8" }, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/area/derelict/solar_control) +/turf/template_noop, +/area/template_noop) "kL" = ( /turf/simulated/floor/plasteel{ icon_state = "derelict1" @@ -5443,19 +5476,17 @@ name = "Derelict Annex" }) "la" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/machinery/power/solar{ + id = "russolar" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" + d2 = 8; + icon_state = "0-8" }, -/obj/structure/lattice/catwalk, -/turf/template_noop, -/area/derelict/solar_control) +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) "lb" = ( /obj/structure/window/reinforced{ dir = 1 @@ -5500,6 +5531,11 @@ }) "lf" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, /turf/simulated/floor/plasteel{ icon_state = "caution" }, @@ -5512,6 +5548,11 @@ d2 = 2; icon_state = "1-2" }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plasteel{ icon_state = "caution" }, @@ -5519,6 +5560,16 @@ name = "Derelict Annex" }) "lh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, /turf/simulated/floor/plasteel{ dir = 6; icon_state = "caution" @@ -5528,6 +5579,11 @@ }) "li" = ( /obj/machinery/light/small, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "rampbottom"; @@ -5538,6 +5594,11 @@ }) "lj" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plasteel{ dir = 6; icon_state = "caution" @@ -5550,6 +5611,11 @@ dir = 4 }, /obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -5574,73 +5640,52 @@ d2 = 4; icon_state = "1-4" }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/obj/effect/decal/warning_stripes/east, -/turf/simulated/floor/plasteel{ - icon_state = "wood" +/obj/item/shard{ + icon_state = "small" }, -/area/derelict/crew_quarters) +/turf/simulated/floor/plasteel, +/area/derelict/eva{ + name = "Derelict Annex" + }) "lo" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - frequency = 1502; - id_tag = "rus_inner_2"; - name = "External Airlock" + d1 = 1; + d2 = 4; + icon_state = "1-4" }, -/turf/simulated/floor/plating, -/area/derelict/crew_quarters) +/obj/item/stack/tile, +/turf/simulated/floor/plasteel, +/area/derelict/eva{ + name = "Derelict Annex" + }) "lp" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden, /obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/airlock_sensor{ - frequency = 1502; - id_tag = "rus_sensor_2"; - pixel_y = 27 + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - frequency = 1502; - id_tag = "rus_airlock_2"; - pixel_y = -25; - tag_airpump = "rus_pump_2"; - tag_chamber_sensor = "rus_sensor_2"; - tag_exterior_door = "rus_outer_2"; - tag_interior_door = "rus_inner_2" +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "rus_airlock_2"; + name = "exterior access button"; + pixel_x = -26 }, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 8; - frequency = 1502; - id_tag = "rus_pump_2" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/simulated/floor/plating, /area/derelict/crew_quarters) "lq" = ( -/obj/machinery/door/airlock/external{ - frequency = 1502; - id_tag = "rus_outer_2"; - locked = 1; - name = "External Airlock" +/obj/effect/decal/warning_stripes/north, +/obj/structure/sign/vacuum{ + pixel_y = -32 }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/simulated/floor/plating, /area/derelict/crew_quarters) "lr" = ( /obj/structure/window/reinforced{ @@ -5657,24 +5702,25 @@ }) "ls" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" + d1 = 1; + d2 = 2; + icon_state = "1-2" }, +/obj/structure/lattice/catwalk, /obj/structure/cable{ d1 = 2; d2 = 8; icon_state = "2-8" }, -/obj/structure/lattice/catwalk, /turf/template_noop, -/area/derelict/solar_control) +/area/template_noop) "lt" = ( /obj/machinery/light/small{ dir = 8 }, -/obj/structure/chair/comfy/shuttle{ - dir = 4 +/obj/structure/closet/crate{ + icon_state = "crateopen"; + opened = 1 }, /turf/simulated/shuttle/floor{ icon_state = "floor4" @@ -5745,22 +5791,17 @@ "lC" = ( /obj/structure/cable{ d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" + d2 = 2; + icon_state = "1-2" }, +/obj/structure/lattice/catwalk, /obj/structure/cable{ d1 = 2; - d2 = 8; - icon_state = "2-8" + d2 = 4; + icon_state = "2-4" }, -/obj/structure/lattice/catwalk, /turf/template_noop, -/area/derelict/solar_control) +/area/template_noop) "lD" = ( /obj/effect/landmark/damageturf, /turf/simulated/floor/engine{ @@ -5801,27 +5842,13 @@ dir = 4; tag = "icon-tube1 (EAST)" }, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1502; - master_tag = "rus_airlock_2"; - name = "interior access button"; - pixel_x = 25 - }, -/obj/effect/decal/warning_stripes/northeastcorner, /turf/simulated/floor/plasteel{ icon_state = "wood" }, /area/derelict/crew_quarters) "lH" = ( -/obj/machinery/power/solar{ - id = "russolar" - }, -/obj/structure/cable, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" - }, -/area/derelict/solar_control) +/turf/simulated/floor/plating/airless, +/area/ruin/unpowered/no_grav) "lI" = ( /obj/structure/window/reinforced/tinted{ dir = 1 @@ -5989,24 +6016,13 @@ }) "mb" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" - }, -/obj/structure/cable{ - d1 = 1; + d1 = 4; d2 = 8; - icon_state = "1-8" + icon_state = "4-8" }, /obj/structure/lattice/catwalk, /turf/template_noop, -/area/derelict/solar_control) +/area/template_noop) "mc" = ( /obj/structure/shuttle/engine/heater{ dir = 1; @@ -6016,7 +6032,7 @@ /turf/simulated/shuttle/plating, /area/shuttle/ussp) "md" = ( -/turf/template_noop, +/turf/space, /turf/simulated/shuttle/wall{ icon_state = "diagonalWall3" }, @@ -6082,7 +6098,7 @@ name = "Derelict Annex" }) "mm" = ( -/turf/template_noop, +/turf/space, /turf/simulated/shuttle/wall{ dir = 4; icon_state = "diagonalWall3" @@ -6217,19 +6233,20 @@ }, /area/derelict/crew_quarters) "mE" = ( -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" +/obj/item/stack/cable_coil/cut{ + amount = 1 }, -/area/derelict/crew_quarters) +/turf/template_noop, +/area/template_noop) "mF" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "dark" +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/area/derelict/crew_quarters) +/obj/structure/lattice/catwalk, +/turf/template_noop, +/area/template_noop) "mG" = ( /turf/simulated/wall/mineral/titanium/nodiagonal, /area/derelict/arrival) @@ -7383,7 +7400,7 @@ /obj/docking_port/stationary/whiteship{ dir = 8; id = "whiteship_ussp"; - name = "USSP" + name = "Near USSP" }, /turf/template_noop, /area/template_noop) @@ -7436,8 +7453,20 @@ }, /area/derelict/crew_quarters) "pk" = ( -/turf/simulated/wall/mineral/titanium/nodecon, -/area/space/nearstation) +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/derelict/eva{ + name = "Derelict Annex" + }) "pl" = ( /obj/structure/cable{ d1 = 1; @@ -8265,11 +8294,6 @@ d2 = 8; icon_state = "4-8" }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, /turf/simulated/floor/plasteel{ icon_state = "red" }, @@ -8325,11 +8349,6 @@ }, /area/derelict/arrival) "rr" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, /obj/structure/flora/ausbushes/fullgrass{ pixel_x = 5; pixel_y = -5 @@ -8400,11 +8419,6 @@ }, /area/derelict/arrival) "ry" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, /obj/structure/flora/ausbushes/fullgrass{ pixel_x = 5; pixel_y = 5 @@ -8470,16 +8484,14 @@ }, /area/derelict/arrival) "rE" = ( +/obj/structure/lattice/catwalk, /obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" + d1 = 2; + d2 = 4; + icon_state = "2-4" }, -/area/derelict/arrival) +/turf/template_noop, +/area/template_noop) "rF" = ( /turf/simulated/floor/plasteel{ dir = 6; @@ -8587,51 +8599,31 @@ }, /area/derelict/arrival) "rP" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, /obj/machinery/atmospherics/pipe/manifold/hidden{ dir = 1 }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, /obj/effect/decal/warning_stripes/south, /turf/simulated/floor/plasteel{ icon_state = "red" }, /area/derelict/arrival) "rQ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, /obj/machinery/atmospherics/pipe/simple/hidden{ dir = 4 }, +/obj/effect/decal/warning_stripes/south, /obj/machinery/access_button{ command = "cycle_interior"; - frequency = 1501; + frequency = 1379; master_tag = "rus_airlock_1"; - name = "interior access button"; - pixel_y = -25 + name = "exterior access button"; + pixel_y = -24 }, -/obj/effect/decal/warning_stripes/south, /turf/simulated/floor/plasteel{ icon_state = "red" }, /area/derelict/arrival) "rR" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/hidden{ dir = 10; @@ -8709,107 +8701,58 @@ /obj/structure/sign/vacuum, /turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, /area/derelict/arrival) -"sa" = ( -/obj/machinery/door/airlock/external{ - frequency = 1501; - id_tag = "rus_inner_1"; - name = "External Airlock" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/plating, -/area/derelict/arrival) "sb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, /obj/machinery/atmospherics/pipe/simple/hidden, /obj/machinery/door/airlock/external{ - frequency = 1501; + frequency = 1379; + icon_state = "door_locked"; id_tag = "rus_inner_1"; - name = "External Airlock" + locked = 1; + name = "External Access" }, /turf/simulated/floor/plating, /area/derelict/arrival) "sc" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 4; - tag = "icon-bulb1 (EAST)" - }, /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 1; - frequency = 1501; + frequency = 1379; id_tag = "rus_pump_1" }, -/obj/machinery/airlock_sensor{ - frequency = 1501; - id_tag = "rus_sensor_1"; - pixel_x = 25; - pixel_y = -5 - }, /obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - frequency = 1501; id_tag = "rus_airlock_1"; - pixel_x = -25; + pixel_x = 25; tag_airpump = "rus_pump_1"; tag_chamber_sensor = "rus_sensor_1"; tag_exterior_door = "rus_outer_1"; tag_interior_door = "rus_inner_1" }, -/turf/simulated/floor/plating, -/area/derelict/arrival) -"sd" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/machinery/airlock_sensor{ + id_tag = "rus_sensor_1"; + pixel_x = -24 }, /obj/machinery/light/small{ - dir = 8 + dir = 4 }, +/turf/simulated/floor/plating, +/area/derelict/arrival) +"sd" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 1; - frequency = 1501; + frequency = 1379; id_tag = "rus_pump_1" }, -/turf/simulated/floor/plating, -/area/derelict/arrival) -"se" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - frequency = 1501; - id_tag = "rus_outer_1"; - locked = 1; - name = "External Airlock" +/obj/machinery/light/small{ + dir = 4 }, /turf/simulated/floor/plating, /area/derelict/arrival) "sf" = ( /obj/machinery/door/airlock/external{ - frequency = 1501; + frequency = 1379; + icon_state = "door_locked"; id_tag = "rus_outer_1"; locked = 1; - name = "External Airlock" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" + name = "External Access" }, /turf/simulated/floor/plating, /area/derelict/arrival) @@ -8820,24 +8763,63 @@ /turf/template_noop, /area/space/nearstation) "sh" = ( -/obj/machinery/light/small{ - dir = 1 +/turf/simulated/wall/mineral/titanium/nodecon, +/area/ruin/unpowered/no_grav) +"si" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, +/area/ruin/unpowered/no_grav) +"sk" = ( +/obj/item/shard, +/turf/template_noop, +/area/template_noop) +"sl" = ( +/obj/item/stack/tile, +/obj/effect/decal/cleanable/blood/gibs/cleangibs, +/turf/simulated/floor/plating/airless, +/area/ruin/unpowered/no_grav) +"sm" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1501; - master_tag = "rus_airlock_1"; - name = "exterior access button"; - pixel_y = 25 +/turf/template_noop, +/area/space/nearstation) +"so" = ( +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/no_grav) +"sp" = ( +/obj/item/stack/rods, +/turf/template_noop, +/area/template_noop) +"sq" = ( +/obj/item/shard{ + icon_state = "medium" }, /turf/template_noop, -/area/derelict/arrival) -"si" = ( +/area/template_noop) +"sr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /obj/structure/cable{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/turf/simulated/floor/plasteel, +/area/derelict/eva{ + name = "Derelict Annex" + }) +"ss" = ( +/obj/structure/lattice/catwalk, +/turf/template_noop, +/area/template_noop) +"st" = ( /obj/structure/cable{ d1 = 2; d2 = 4; @@ -8850,26 +8832,17 @@ }, /obj/structure/lattice/catwalk, /turf/template_noop, -/area/derelict/solar_control) -"sj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, +/area/template_noop) +"su" = ( /obj/structure/cable{ - d1 = 1; + d1 = 4; d2 = 8; - icon_state = "1-8" + icon_state = "4-8" }, -/obj/structure/lattice/catwalk, -/turf/template_noop, -/area/derelict/solar_control) -"sk" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" + d1 = 2; + d2 = 4; + icon_state = "2-4" }, /obj/structure/cable{ d1 = 1; @@ -8878,99 +8851,1044 @@ }, /obj/structure/lattice/catwalk, /turf/template_noop, -/area/derelict/solar_control) -"sl" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/area/template_noop) +"sv" = ( +/obj/item/gps/ruin{ + gpstag = "Russian Distress Signal" + }, +/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, +/area/derelict/arrival) +"sK" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plasteel/airless{ + icon_state = "floorscorched2" + }, +/area/ruin/unpowered/no_grav) +"sW" = ( +/obj/structure/table, +/obj/machinery/light/small/built{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/no_grav) +"ti" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plasteel/airless{ + icon_state = "floorscorched2" }, +/area/ruin/unpowered/no_grav) +"tr" = ( /obj/structure/cable{ d1 = 1; d2 = 8; icon_state = "1-8" }, +/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, +/area/derelict/bridge) +"tI" = ( +/obj/machinery/computer/shuttle/ruins_transport_shuttle, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/derelict/bridge) +"tO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden, /obj/structure/cable{ - d1 = 2; + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/driver_button{ + id_tag = "usspchapelgun"; + name = "Chapel Mass Driver"; + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/derelict/crew_quarters) +"tT" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + d1 = 4; d2 = 8; - icon_state = "2-8" + icon_state = "4-8" }, -/obj/structure/lattice/catwalk, -/turf/template_noop, -/area/derelict/solar_control) -"sm" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 8; - height = 20; - id = "freegolem_ussp"; - name = "Near USSP Station"; - width = 16 +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"ui" = ( +/obj/effect/landmark/burnturf, +/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, +/area/derelict/bridge) +"ul" = ( +/obj/effect/decal/cleanable/blood/gibs, /turf/template_noop, /area/template_noop) -"sn" = ( -/turf/template_noop, -/area/derelict/solar_control) -"so" = ( -/obj/item/shard, -/turf/template_noop, -/area/derelict/solar_control) -"sp" = ( -/obj/machinery/power/solar/fake, -/obj/structure/cable, -/obj/structure/cable, +"uB" = ( /turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" + icon_state = "floorscorched2" }, -/area/derelict/solar_control) -"sq" = ( -/obj/item/shard{ - icon_state = "medium" +/area/ruin/unpowered/no_grav) +"uK" = ( +/obj/machinery/light/small{ + dir = 4 }, -/turf/template_noop, -/area/derelict/solar_control) -"sr" = ( -/obj/structure/lattice, -/turf/template_noop, -/area/derelict/solar_control) -"ss" = ( +/turf/simulated/floor/plating/airless, +/area/derelict/arrival) +"uZ" = ( +/obj/machinery/door/poddoor{ + id_tag = "usspchapelgun"; + name = "Chapel Launcher Door"; + protected = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/derelict/crew_quarters) +"vR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/unary/portables_connector, /obj/structure/cable{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/derelict/crew_quarters) +"vU" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/derelict/crew_quarters) +"wd" = ( +/turf/simulated/wall/mineral/titanium/nodecon/tileblend{ + fixed_underlay = list("icon" = 'icons/turf/floors.dmi', "icon_state" = "redfull"); + icon_state = "4-i" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/derelict/arrival) +"ww" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, +/area/derelict/bridge) +"wL" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/derelict/crew_quarters) +"xa" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/space/nearstation) +"xo" = ( +/obj/structure/shuttle/engine/large{ + dir = 8 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "floorscorched2" + }, +/area/ruin/unpowered/no_grav) +"xP" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/obj/machinery/door/poddoor/impassable{ + id_tag = "ruslockcom"; + layer = 3; + name = "Bridge Lockdown" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/derelict/bridge) +"xT" = ( +/obj/structure/computerframe{ + desc = "This computer is a husk of what it once was. Time and decay has worn its cheap circuitry to dust."; + name = "decrepit computer" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/no_grav) +"xX" = ( +/turf/simulated/wall/mineral/titanium/nodecon/nosmooth{ + icon_state = "swall_f10" + }, +/turf/template_noop, +/area/derelict/eva{ + name = "Derelict Annex" + }) +"yd" = ( +/obj/item/stack/tile, +/turf/simulated/floor/plating/airless, +/area/ruin/unpowered/no_grav) +"yy" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/carpet, +/area/derelict/crew_quarters) +"yF" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/no_grav) +"yG" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, +/area/derelict/bridge) +"yL" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/space/nearstation) +"zk" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/plating/airless, +/area/ruin/unpowered/no_grav) +"zE" = ( +/turf/simulated/wall/mineral/titanium/nodecon/tileblend{ + fixed_underlay = list("icon" = 'icons/turf/floors.dmi', "icon_state" = "orangefull"); + icon_state = "4-i" + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/derelict/crew_quarters) +"zW" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 8; + height = 20; + id = "freegolem_ussp"; + name = "Near USSP Station"; + width = 16 + }, +/turf/template_noop, +/area/template_noop) +"Ao" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk, +/turf/template_noop, +/area/template_noop) +"Aw" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"AA" = ( +/turf/simulated/shuttle/wall, +/area/ruin/unpowered/no_grav) +"AB" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/derelict/eva{ + name = "Derelict Annex" + }) +"AO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, +/area/derelict/crew_quarters) +"Bb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/mineral/titanium/nodecon, +/area/derelict/arrival) +"BT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/derelict/crew_quarters) +"BZ" = ( +/obj/machinery/door/airlock/mining, +/turf/simulated/floor/plating/airless, +/area/ruin/unpowered/no_grav) +"Cg" = ( +/obj/item/stack/cable_coil/cut{ + amount = 1 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "floorscorched2" + }, +/area/ruin/unpowered/no_grav) +"Ci" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/obj/machinery/door/poddoor/impassable{ + id_tag = "ruslockcom"; + layer = 3; + name = "Bridge Lockdown" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/derelict/bridge) +"Cq" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/derelict/crew_quarters) +"CT" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/no_grav) +"CX" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/derelict/eva{ + name = "Derelict Annex" + }) +"CZ" = ( +/obj/machinery/power/solar{ + id = "russolar" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"Dd" = ( +/obj/machinery/power/solar{ + id = "russolar" + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"Ds" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1379; + id_tag = "rus_pump_2" + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "rus_airlock_2"; + pixel_x = 25; + tag_airpump = "rus_pump_2"; + tag_chamber_sensor = "rus_sensor_2"; + tag_exterior_door = "rus_outer_2"; + tag_interior_door = "rus_inner_2" + }, +/obj/machinery/airlock_sensor{ + id_tag = "rus_sensor_2"; + pixel_x = -24 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/derelict/crew_quarters) +"DQ" = ( +/obj/item/mounted/frame/light_fixture, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/no_grav) +"Ea" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"EK" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, +/area/derelict/bridge) +"ER" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk, +/turf/template_noop, +/area/template_noop) +"ET" = ( +/obj/effect/landmark/damageturf, +/obj/item/stack/cable_coil/cut{ + amount = 1 + }, +/obj/item/stack/tile, +/turf/simulated/floor/plating, +/area/derelict/eva{ + name = "Derelict Annex" + }) +"EW" = ( +/obj/structure/chair/comfy/shuttle, +/obj/machinery/light/built{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/no_grav) +"Fi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/mineral/titanium/nodecon, +/area/derelict/crew_quarters) +"Gi" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/derelict/crew_quarters) +"Gs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, +/area/derelict/crew_quarters) +"GG" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/no_grav) +"GM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "rus_inner_2"; + locked = 1; + name = "External Access" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/derelict/crew_quarters) +"GU" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, +/area/derelict/crew_quarters) +"Hc" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/template_noop, +/area/template_noop) +"HN" = ( +/obj/structure/chair/comfy/shuttle, +/obj/machinery/light/built{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/no_grav) +"Ih" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/template_noop, +/area/template_noop) +"Io" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "rus_outer_2"; + locked = 1; + name = "External Access" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/derelict/crew_quarters) +"Iv" = ( +/obj/machinery/power/solar{ + id = "russolar" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"IP" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/solar/fake{ + desc = "A broken solar panel. This one is beyond of any possible repair."; + obj_integrity = 65 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"IQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/template_noop, +/area/template_noop) +"IR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk, +/turf/template_noop, +/area/template_noop) +"IV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, +/area/derelict/arrival) +"Je" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/space_heater, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/derelict/crew_quarters) +"JC" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/derelict/crew_quarters) +"JP" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "rus_airlock_2"; + name = "exterior access button"; + pixel_x = 26; + pixel_y = 24 + }, +/turf/template_noop, +/area/derelict/crew_quarters) +"Km" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/no_grav) +"KK" = ( +/obj/structure/table_frame, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/no_grav) +"KP" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/template_noop, +/area/template_noop) +"KZ" = ( +/obj/structure/computerframe, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/no_grav) +"La" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/template_noop, +/area/template_noop) +"Lr" = ( +/obj/machinery/door/unpowered/shuttle, +/turf/simulated/floor/plating/airless, +/area/ruin/unpowered/no_grav) +"LC" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/turf/simulated/floor/plating, +/area/ruin/unpowered/no_grav) +"LS" = ( +/obj/item/stack/rods, +/turf/template_noop, +/area/ruin/unpowered/no_grav) +"Mw" = ( +/obj/machinery/power/solar/fake{ + desc = "A broken solar panel. This one is beyond of any possible repair." + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"MA" = ( +/obj/item/clothing/mask/breath/medical, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/no_grav) +"Na" = ( +/obj/structure/door_assembly/door_assembly_ext, +/turf/template_noop, +/area/template_noop) +"Np" = ( +/obj/item/pickaxe/mini, +/turf/simulated/floor/plating/airless, +/area/ruin/unpowered/no_grav) +"NP" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "rus_airlock_1"; + name = "exterior access button"; + pixel_y = 24 + }, +/turf/simulated/floor/plating/airless, +/area/derelict/arrival) +"Od" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, +/area/derelict/crew_quarters) +"Ot" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/template_noop, +/area/template_noop) +"Ov" = ( +/obj/structure/door_assembly/door_assembly_shuttle, +/turf/simulated/floor/plating/airless, +/area/ruin/unpowered/no_grav) +"Ow" = ( +/obj/machinery/light/small/built{ + dir = 1 + }, +/obj/structure/table, +/turf/simulated/floor/plating/airless, +/area/ruin/unpowered/no_grav) +"OU" = ( +/obj/structure/closet/crate/secure/loot, +/turf/simulated/floor/plating/airless, +/area/ruin/unpowered/no_grav) +"Pz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, +/area/derelict/eva{ + name = "Derelict Annex" + }) +"PL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, +/area/derelict/crew_quarters) +"PM" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/no_grav) +"Qp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/wall/mineral/titanium/nodecon, +/area/derelict/bridge) +"QH" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/no_grav) +"QO" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "floorscorched2" + }, +/area/ruin/unpowered/no_grav) +"QW" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/no_grav) +"Rh" = ( +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"Ri" = ( +/obj/structure/grille, +/turf/simulated/floor/plasteel/airless{ + icon_state = "floorscorched2" + }, +/area/ruin/unpowered/no_grav) +"Rv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"RJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, +/area/derelict/bridge) +"RN" = ( +/obj/machinery/light/built{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/unpowered/no_grav) +"Sl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk, +/turf/template_noop, +/area/template_noop) +"St" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk, +/turf/template_noop, +/area/template_noop) +"SL" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/template_noop, +/area/space/nearstation) +"TT" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/no_grav) +"TV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/derelict/bridge) +"Ue" = ( +/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, +/area/ruin/unpowered/no_grav) +"UF" = ( +/mob/living/simple_animal/hostile/carp, +/turf/template_noop, +/area/template_noop) +"UM" = ( +/obj/structure/lattice, +/obj/item/solar_assembly, +/turf/template_noop, +/area/space/nearstation) +"UY" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/derelict/crew_quarters) +"Vf" = ( +/obj/item/shard{ + icon_state = "small" + }, +/turf/template_noop, +/area/template_noop) +"VG" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 8 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "floorscorched2" + }, +/area/ruin/unpowered/no_grav) +"VO" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating/airless, +/area/ruin/unpowered/no_grav) +"Wo" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"Wr" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" }, +/area/shuttle/ussp) +"WS" = ( /obj/structure/cable{ d1 = 1; d2 = 4; icon_state = "1-4" }, -/obj/structure/lattice/catwalk, -/turf/template_noop, -/area/derelict/solar_control) -"st" = ( -/obj/structure/cable, -/obj/machinery/power/tracker, -/obj/structure/cable, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" +/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, +/area/derelict/bridge) +"XF" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "usspchapelgun" }, -/area/derelict/solar_control) -"su" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window{ + dir = 1; + name = "Mass Driver" }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/derelict/crew_quarters) +"Yg" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" + d1 = 4; + d2 = 8; + icon_state = "4-8" }, /obj/structure/cable{ d1 = 1; @@ -8979,49 +9897,54 @@ }, /obj/structure/lattice/catwalk, /turf/template_noop, -/area/derelict/solar_control) -"sv" = ( -/obj/item/gps/ruin{ - gpstag = "Russian Distress Signal" - }, -/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, -/area/derelict/arrival) -"tI" = ( -/obj/machinery/computer/shuttle/ussp_pod, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkblue" +/area/template_noop) +"YL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" }, +/turf/simulated/wall/mineral/titanium/nodecon, /area/derelict/bridge) -"ui" = ( -/obj/effect/landmark/burnturf, -/turf/simulated/wall/mineral/titanium/nodecon/nodiagonal, -/area/derelict/bridge) -"TV" = ( +"YN" = ( +/obj/structure/lattice/catwalk, /obj/structure/cable{ - d1 = 4; + d1 = 2; d2 = 8; - icon_state = "4-8" + icon_state = "2-8" }, /obj/structure/cable{ - d1 = 1; + d1 = 2; d2 = 4; - icon_state = "1-4" + icon_state = "2-4" }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" +/turf/template_noop, +/area/template_noop) +"Zh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" }, -/area/derelict/bridge) -"Wr" = ( -/obj/structure/shuttle/engine/heater, -/obj/structure/window/reinforced/tinted{ - dir = 1 +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" }, -/obj/structure/window/reinforced/tinted, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" +/obj/structure/lattice/catwalk, +/obj/item/stack/cable_coil/cut{ + amount = 1 }, -/area/shuttle/ussp) +/turf/template_noop, +/area/template_noop) +"Zk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/no_grav) +"Zq" = ( +/obj/item/stack/tile, +/turf/template_noop, +/area/template_noop) (1,1,1) = {" ac @@ -9949,7 +10872,7 @@ ac ac ac ac -ac +ag ac ac ac @@ -10129,15 +11052,15 @@ ac "} (13,1,1) = {" ac +jJ ac ac ac ac ac -ac -ac -ac -ac +Vf +ab +ag ac ac ac @@ -10227,9 +11150,9 @@ ac ac ac ac -ac -ac -ac +IP +jK +ab ac ac ac @@ -10405,6 +11328,7 @@ ac "} (16,1,1) = {" ac +ab ac ac ac @@ -10413,8 +11337,7 @@ ac ac ac ac -ac -ac +sp ac ac ac @@ -10507,7 +11430,7 @@ ac ac ac ac -ac +ag ac ac ac @@ -10683,11 +11606,11 @@ ac ac ac ac +mE ac -ac -ac -ac -ac +ab +jK +ab ac ac ac @@ -10773,13 +11696,13 @@ ac "} (20,1,1) = {" ac +jK ac ac ac ac -ac -ac -ac +jK +ab ac ac ac @@ -10867,7 +11790,7 @@ ac ac ac ac -ac +sq ac ac ac @@ -10963,10 +11886,10 @@ ac ac ac ac +ag ac ac -ac -ac +jK ac ac ac @@ -11039,7 +11962,7 @@ ac ac ac ac -ac +zW ac ac ac @@ -11053,6 +11976,7 @@ ac ac ac ac +sk ac ac ac @@ -11062,8 +11986,7 @@ ac ac ac ac -ac -ac +sp ac aW bE @@ -11145,18 +12068,18 @@ ac ac ac ac -ag -ac -ac -ac -ac -ac ac ac +jK ac ac ac +jK +ag +mE ac +jK +jK bn bF bT @@ -11233,23 +12156,23 @@ ac "} (25,1,1) = {" ac +jP +jK ac +jK ac +mE ac ac ac ac +sp ac -ac -ac -ac -ac -ac -ac -ac -ac -aW -bn +ag +jK +SL +Bb +IV bG bU cp @@ -11325,10 +12248,8 @@ ac "} (26,1,1) = {" ac -ad -ac -ac ac +jK ac ac ac @@ -11336,18 +12257,20 @@ ac ac ac ac +jK +jK ac ac ac al am -am -am -am -am -am -am -am +EK +RJ +RJ +RJ +RJ +RJ +WS am al ag @@ -11419,16 +12342,16 @@ ac ac ac ac +jK ac ac ac ac ac ac +ag ac -ac -ac -ac +Vf ac ac as @@ -11439,7 +12362,7 @@ bK am cD cO -am +ww al ag ag @@ -11497,13 +12420,13 @@ ac ac ac ac +uB +xo ac ac ac ac -ac -ac -ac +uB ac ac "} @@ -11514,7 +12437,7 @@ ac ac ac ac -ac +ag ac ac ac @@ -11531,7 +12454,7 @@ bV cq ba cP -am +ww ag ag ag @@ -11588,30 +12511,30 @@ ac ac ac ac -ac -ac -ac -ac -ac -ac -ac -ac -ac +sh +uB +uB +VG +VG +uB +uB +uB +sp ac "} (29,1,1) = {" ac -ab -ac -ac ac +ag ac ac ac ac ac ac +ag ac +ag ac ac al @@ -11623,7 +12546,7 @@ ba am cE cQ -am +ww ac ac ac @@ -11680,14 +12603,14 @@ ac ac ac ac -ac -ac -ac -sm -ac -ac -ac -ac +Ue +QO +QO +QO +sK +Cg +uB +uB ac ac "} @@ -11702,7 +12625,7 @@ ac ac ac ac -ac +ab ac ac ac @@ -11713,9 +12636,9 @@ br bK ba am -am -am -al +yG +RJ +YL ac ac ac @@ -11771,8 +12694,19 @@ ac ac ac ac +sh +Ue +LC +LC +Ri +Ue +Ri +ti +ag ac ac +"} +(31,1,1) = {" ac ac ac @@ -11782,20 +12716,9 @@ ac ac ac ac -"} -(31,1,1) = {" -ac -ac -ac -ac -ac -ac ac ac ac -cR -ab -ag ac ac as @@ -11805,7 +12728,7 @@ bs ba ba cr -as +Ci ac ac ac @@ -11863,31 +12786,31 @@ aW ac ac ac +Ue +lH +lH +zk +si +Ue +si ac -hs +ag ac ac +"} +(32,1,1) = {" +ac ac -hs ac ac ac ac ac -"} -(32,1,1) = {" ac ac ac -ah ac -ab -af -ab ac -ae -af -ab ac ac as @@ -11897,7 +12820,7 @@ bt bb bK cs -as +Ci ac ac ac @@ -11955,27 +12878,27 @@ bn ac ac ac -gZ +Ue +Ow si lH -ac -gZ -si lH +lH +lH +sp ac -ag ac ac "} (33,1,1) = {" ac -af +ag ac ac ac +sp ac af -ab ac ac ac @@ -11988,8 +12911,8 @@ am bu am am -am -al +yG +YL ac ac ac @@ -12047,30 +12970,30 @@ fG ac ac ac -gZ -si -lH -ac -gZ +Ue +OU si lH +Np +yd ac +ag ac ac ac "} (34,1,1) = {" ac +ag +ag ac -ac -ai +sq ac ac ac ac ac ac -ak ac ac am @@ -12080,7 +13003,7 @@ bc bv bc bW -as +Ci ac ac cR @@ -12139,32 +13062,32 @@ fG ac ac ac -gZ -si +Ue +Ue +Ue +BZ +Ue lH ac -gZ -si -sp -ac -ac -ac +ag +ag +mE ac "} (35,1,1) = {" ac ac +ag ac ac ac ac +ab ac -ag -ag ac ac -ag ac +Vf an au aJ @@ -12172,7 +13095,7 @@ bd bv aJ bX -as +Ci ac gR ac @@ -12231,13 +13154,13 @@ fG ac ac ac -gZ -si +Ue +PM +so +Zk +so lH ac -gZ -si -lH ac ac ac @@ -12246,10 +13169,10 @@ ac (36,1,1) = {" ac ac +ag ac ac -ac -aj +ab ac ac ac @@ -12264,7 +13187,7 @@ bL TV aJ bY -as +Ci ac ac ac @@ -12323,20 +13246,20 @@ bn ac ac ac -gZ -si -lH -ac -gZ -si -lH -ac -ac +Ue +HN +TT +GG +GG +Zk ac +Rv ac +sq +ag "} (37,1,1) = {" -ac +ad ac ac ac @@ -12356,8 +13279,8 @@ be bw aJ bZ -am -am +EK +WS ac ac ac @@ -12413,33 +13336,33 @@ hY rO rZ bn -aW -ac -ac -jO -ac -ac +bn +bn +AA +QH +so +GG +ag +ag +UF +Rh +ag ac -jO +ag +"} +(38,1,1) = {" ac ac -hs -hs ac -"} -(38,1,1) = {" ac -ae -af ac -af ac ac ac ac ag ac -cR +ac ac ao tI @@ -12449,7 +13372,7 @@ bw aJ aJ ct -am +EK cS di du @@ -12458,7 +13381,7 @@ cS cS dX eh -eu +ev eR fm fM @@ -12501,35 +13424,35 @@ qR ri rr ry -rE +qu rP -sa +sb sc -se -jx -jx -sj -jx -jx -jx -sj -jx +sf jx -sj -ss -lH +Lr +QW +so +si +ac +ac +ac +ac +ac +ac +ac "} (39,1,1) = {" ac ac -af ac ac ac -af ac -af +ag ac +gB +jK ac ac ac @@ -12598,25 +13521,25 @@ rQ bn bn bn -sh -ac -kJ +NP +AA +RN ac +ul ac +xa ac -kJ +Rh ac ac ac -ls -st "} (40,1,1) = {" ac ac ac -af ac +mE ac ac ac @@ -12633,7 +13556,7 @@ aJ aJ aJ cv -am +yG cS cS cS @@ -12690,18 +13613,18 @@ rR sb sd sf -jx -jx -sk -jx -jx -jx -sk -jx -jx -sk -su -lH +uK +Ov +mE +ac +sp +ac +ac +ag +ag +yL +ac +Zq "} (41,1,1) = {" ac @@ -12709,12 +13632,12 @@ ac ac ac ac +jP +ac ac -ag ac ac ac -ag ac ac aq @@ -12724,8 +13647,8 @@ bg aJ aJ ca -am -am +yG +tr ac ac ac @@ -12737,7 +13660,7 @@ eg eg eU fp -eg +Pz eg eg ac @@ -12781,31 +13704,31 @@ hY rS rZ bn -aW -ac -ac -jO -ac +bn +bn +AA +lH +ag +ag ac ac -jO ac +xa +Rv ac -hr -hr ac "} (42,1,1) = {" ac ac -ag ac ac ac ac ac ac -ab +ac +ac ac ac ac @@ -12816,7 +13739,7 @@ aJ aJ aJ cb -as +xP ac ac ac @@ -12875,16 +13798,16 @@ bn ac ac ac -gZ -sl -lH -ac -gZ +Ue sl +VO lH +ag ac -ac -ac +ag +ag +ag +Na ac "} (43,1,1) = {" @@ -12893,10 +13816,10 @@ ac ac ac ac -ak ac -ab ac +ag +sq ac ac ac @@ -12908,7 +13831,7 @@ aJ aJ bM cc -as +xP ac ac ac @@ -12921,8 +13844,8 @@ eg ey eW fr -eP -eP +fs +ET gz eL hq @@ -12930,7 +13853,7 @@ ac ac ak ac -jh +xX eg kr eg @@ -12967,13 +13890,13 @@ fG ac ac ac -gZ -sl -lH +Ue +Ue +Ue +Ue +LS ac -gZ -sl -lH +ag ac ac ac @@ -12984,7 +13907,7 @@ ac ac ac ac -ai +ac ac ac ac @@ -13000,7 +13923,7 @@ bh aJ bN cd -as +xP ac ac ac @@ -13014,8 +13937,8 @@ ez eX fs fQ -eP -gA +CX +ln aa eL dW @@ -13059,17 +13982,17 @@ fG ac ac ac -gZ -sl -lH +Ue +sW +Zk +so +si ac -gY sq -sr ac -ad ac -ag +ac +ac "} (45,1,1) = {" ac @@ -13079,10 +14002,10 @@ ac ac ac ac -ae ac ac -ag +ac +ac ac ac al @@ -13092,8 +14015,8 @@ am by am am -am -al +EK +Qp ac ac ac @@ -13107,7 +14030,7 @@ eY eP fs fQ -eP +fs gS hi hz @@ -13150,18 +14073,18 @@ rW fG ac ac -ag -gZ -sl -lH -ac -sn -sn -sn -ac -ac -ac ac +Ue +xT +QH +lH +MA +so +Ea +si +si +sp +Rh "} (46,1,1) = {" ac @@ -13169,12 +14092,12 @@ ac ac ac ac -ab -ac +sq +ag ac ac -ab -af +sp +ag ac ac ac @@ -13185,7 +14108,7 @@ bi bc ce cw -am +ww ac ac ac @@ -13199,7 +14122,7 @@ eZ ft eP fs -fQ +lo fR hj hA @@ -13243,29 +14166,29 @@ bn ac ac ac -gZ -sl -lH -ac -so -sn -sn -ac -ac -ac -ac +sh +Ue +Km +so +Zk +so +so +so +KK +ag +ag "} (47,1,1) = {" -ab -ac -ac -ac ac ac ac ac +ag ac +Mw ac +hr +UM ab ac ac @@ -13277,8 +14200,8 @@ bz bz bz cx -am -al +EK +Qp ac ac ac @@ -13291,9 +14214,9 @@ fa fu fR eP -gB +fs fQ -eP +fk hB eZ eL @@ -13323,7 +14246,7 @@ ac ac ac aW -qk +wd qt hY hY @@ -13336,15 +14259,15 @@ ac ac ac ac -hr -ac -ac -ac -sn -ag -ac -ai -ac +sh +Ue +EW +so +yF +CT +DQ +Ue +sh ac "} (48,1,1) = {" @@ -13352,13 +14275,13 @@ ac ac ac ac +sp +ss +ab ac -ac -ac -ac -ag -ac -ac +hr +su +Dd ac ac ac @@ -13370,8 +14293,8 @@ bO cf bi cG -am -al +EK +Qp ac ac ac @@ -13383,10 +14306,10 @@ dW eZ fS gj -fJ -fk -eP -eP +ps +fq +pk +hk hP ij eg @@ -13429,13 +14352,13 @@ ac ac ac ac -ac -ac -ac -ac -ac -ac -ac +LC +xT +xT +Ue +xT +KZ +LC ac ac "} @@ -13444,13 +14367,13 @@ ac ac ac ac +hr +st +Dd ac -ac -ac -ac -ac -ac -ac +hr +su +Dd ac ac ac @@ -13463,7 +14386,7 @@ cg bi bi cU -as +Ci ac ac ac @@ -13480,7 +14403,7 @@ gT hk hk fQ -eP +fk iH eg jC @@ -13506,7 +14429,7 @@ ac ac ac aW -qk +wd qt hY hY @@ -13521,13 +14444,13 @@ ac ac ac ac -ac -ac -ac -ac -ac -ac -ac +LC +LC +LC +Ue +LC +LC +LC ac ac "} @@ -13536,13 +14459,13 @@ ac ac ac ac -ah -ac -ac -ac -ac -ac +hr +su +Dd ac +Wo +su +Dd ac ac ac @@ -13555,7 +14478,7 @@ bC bi bi cV -as +Ci ag ag ag @@ -13572,11 +14495,11 @@ eP eP eP fk -eP +fk gA eg jD -fk +fs lf eg lS @@ -13625,15 +14548,15 @@ ac "} (51,1,1) = {" ac +kH +kH ac ac -ac -ac -ae -ac +mb ac ac ac +mb ac ac ac @@ -13647,7 +14570,7 @@ ch bh cH cW -am +ww al ag ag @@ -13664,7 +14587,7 @@ gU hl hC hQ -hk +sr hk jb jE @@ -13716,30 +14639,30 @@ ac ac "} (52,1,1) = {" -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac +CZ +kJ +ls +mF +mF +ls +mF +lC +mE +ls +Ot +KP ac ac ac aV bm -bm -bm -bm -bm -bm -bm -bm +GU +PL +PL +PL +PL +PL +Od bm aV ag @@ -13756,11 +14679,11 @@ eL eZ hD hR -eP -eP +fs +hk jc jF -fk +fq lh lF lU @@ -13809,23 +14732,23 @@ ac "} (53,1,1) = {" ac +mb ac ac ac +ss ac -ac +tT ac ag -ai -ac -ac ac -ac -ac -ac -ac -aV -bm +YN +Ot +Ot +Ot +Ot +Fi +Od bR ci cy @@ -13900,23 +14823,23 @@ ac ac "} (54,1,1) = {" +CZ +kK +lC +mF +mF +lC +mF +ls +mF +lC +ag +Hc ac ac ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac +ss +ss bm bR cj @@ -13993,15 +14916,15 @@ ac "} (55,1,1) = {" ac +la +la ac ac +mb ac ac ac -ac -ac -ac -ac +mb ac ac ac @@ -14037,7 +14960,7 @@ ac dW eg kx -eg +Pz dW ac ac @@ -14088,20 +15011,20 @@ ac ac ac ac +hr +IR +Dd ac +hr +IR +iN +mE ac ac ac ac ac ac -ac -ak -ac -ac -ac -ac -ac aV bm bm @@ -14129,7 +15052,7 @@ ac ac if fk -if +AB ac ac ac @@ -14180,13 +15103,13 @@ ac ac ac ac +hr +IR +Dd ac -ac -ac -ac -ac -ac -ac +hr +gY +Dd ac ac ac @@ -14221,7 +15144,7 @@ ac ac if ky -if +AB ac ac ac @@ -14272,13 +15195,13 @@ ac ac ac ac +hr +IR +Dd ac -ac -ac -ac -ac -ac -ac +hr +IR +Dd ac ac ac @@ -14313,7 +15236,7 @@ ac ac if fk -if +AB ac ac ac @@ -14364,13 +15287,13 @@ ac ac ac ac +hr +IR +Dd ac -ac -ac -ac -ac -ac -ac +hr +IR +Dd ac ac ac @@ -14405,7 +15328,7 @@ ac ac if fk -if +AB ac ac ac @@ -14456,13 +15379,13 @@ ac ac ac ac +hr +IR +Dd ac -ac -ac -ac -ac -ac -ac +hr +IR +Dd ac ac ac @@ -14497,7 +15420,7 @@ ac ac if ky -if +AB ac ac ac @@ -14549,11 +15472,11 @@ ac ac ac ac +la ac ac ac -ac -ac +la ac ac ac @@ -14589,7 +15512,7 @@ ac ac if kd -if +AB ac ac ac @@ -14647,8 +15570,8 @@ ac ac ac ac -ag -ag +ac +ac ac ac ac @@ -14681,7 +15604,7 @@ ac aV bm kz -bm +AO aV ac ac @@ -14740,7 +15663,7 @@ ac ac ac ac -ag +ac ac ac ac @@ -14832,8 +15755,8 @@ ac ac ac ac -ag -ag +ac +ac ac ac ac @@ -14865,7 +15788,7 @@ iJ jd jd kB -je +Cq je lW mr @@ -14925,8 +15848,8 @@ ac ac ac ac -ag -ag +ac +ac ac ac ac @@ -14956,8 +15879,8 @@ in iK je je -kC -je +yy +Gi je lX ms @@ -15018,7 +15941,7 @@ ac ac ac ac -ag +ac ac ac ac @@ -15043,7 +15966,7 @@ go gV hn hG -hU +JC hU hT jf @@ -15153,9 +16076,9 @@ ng nX om oC -nU +zE bm -pk +aV ac ac ac @@ -15237,7 +16160,7 @@ fc eD lY mt -mE +Je bm nh nv @@ -15321,15 +16244,15 @@ bm bm hW ip -iN +ms jg -jJ +eD kF -ln +eD lG lZ ms -mF +hT bm bm bm @@ -15409,22 +16332,22 @@ ac ac ac ac -ac +ag aV -bm -dH dH bm -jK +bm +bm +bm kG -lo bm -dH -dH bm +Gs +bm +dH aV -ac -ac +ag +ag ac ac ac @@ -15502,16 +16425,19 @@ ac ac ac ac -ac -ac -ac -ac -bm +rE +sm +PL +vR +tO jL -bm +UY lp -bm -ac +GM +Ds +Io +JP +KP ag ac ac @@ -15551,9 +16477,6 @@ ac ac ac ac -ac -ac -ac "} (72,1,1) = {" ac @@ -15589,29 +16512,29 @@ ac ac ac ac +Iv +Iv +Iv +Iv ac +mb ac -ac -ac -ac -ac -ac -ac -ac -aV -jM bm +je +hU +jO +XF lq -aV -ag -ag -ac -ac -ac -ac -ac +bm +bm +bm ac +mb ac +kH +Iv +kH +kH ac ac ac @@ -15680,8 +16603,31 @@ ac ac ac ac +CZ +St +St +St +St +mF +Yg ac +dH +je +vU +wL +kI +BT +hU +hU +dH ac +ER +mF +Sl +Sl +Sl +Sl +Dd ac ac ac @@ -15691,12 +16637,6 @@ ac ac ac ac -jO -kI -jO -ac -ag -ac ac ac ac @@ -15721,6 +16661,8 @@ ac ac ac ac +"} +(74,1,1) = {" ac ac ac @@ -15738,8 +16680,6 @@ ac ac ac ac -"} -(74,1,1) = {" ac ac ac @@ -15756,10 +16696,29 @@ ac ac ac ac +la +la +la +la ac +mb ac +aV +dH +dH +bm +uZ +bm +dH +dH +aV ac +mb ac +la +la +la +la ac ac ac @@ -15777,21 +16736,8 @@ ac ac ac ac -hp -hp -hp -hp -hp ac -jO ac -jO -ag -hs -hp -hs -hs -hs ac ac ac @@ -15807,6 +16753,8 @@ ac ac ac ac +"} +(75,1,1) = {" ac ac ac @@ -15830,8 +16778,6 @@ ac ac ac ac -"} -(75,1,1) = {" ac ac ac @@ -15847,15 +16793,19 @@ ac ac ac ac +mb ac ac ac ac +ag ac +ag ac ac ac ac +mb ac ac ac @@ -15868,23 +16818,6 @@ ac ac ac ac -gY -hO -hO -hO -hO -hO -jx -jP -kJ -ls -jx -mb -mb -mb -mb -mb -lH ac ac ac @@ -15912,6 +16845,8 @@ ac ac ac ac +"} +(76,1,1) = {" ac ac ac @@ -15922,8 +16857,6 @@ ac ac ac ac -"} -(76,1,1) = {" ac ac ac @@ -15952,31 +16885,21 @@ ac ac ac ac +mb ac ac ac ac ac ac +ag ac ac ac -hr -hr -hr -hr -hr ac -jO +mb ac -jO ac -hr -hr -hr -hr -hr -ag ac ac ac @@ -16049,6 +16972,13 @@ ac ac ac ac +kH +kH +kH +kH +ac +hs +Dd ac ac ac @@ -16058,10 +16988,14 @@ ac ac ac ac +hr +Ih ac -jO +kH +kH +kH +kH ac -jO ac ac ac @@ -16095,6 +17029,8 @@ ac ac ac ac +"} +(78,1,1) = {" ac ac ac @@ -16106,8 +17042,6 @@ ac ac ac ac -"} -(78,1,1) = {" ac ac ac @@ -16129,6 +17063,13 @@ ac ac ac ac +hr +St +St +St +St +mF +Yg ac ac ac @@ -16140,26 +17081,21 @@ ac ac ac ac +ER +mF +Sl +Sl +Sl +Sl +Dd ac ac ac ac ac -hs -hs -hs -hs -hs ac -jO ac -jO ac -hs -hs -hs -hs -hs ac ac ac @@ -16185,6 +17121,8 @@ ac ac ac ac +"} +(79,1,1) = {" ac ac ac @@ -16198,8 +17136,6 @@ ac ac ac ac -"} -(79,1,1) = {" ac ac ac @@ -16220,7 +17156,13 @@ ac ac ac ac +la +la +la +la ac +hs +Dd ac ac ac @@ -16230,29 +17172,18 @@ ac ac ac ac +hr +Ih ac +la +la +la +la ac ac ac ac ac -gZ -hO -hO -hO -hO -hO -jx -jP -kJ -ls -jx -mb -mb -mb -mb -mb -lH ac ac ac @@ -16282,6 +17213,8 @@ ac ac ac ac +"} +(80,1,1) = {" ac ac ac @@ -16290,8 +17223,6 @@ ac ac ac ac -"} -(80,1,1) = {" ac ac ac @@ -16322,6 +17253,7 @@ ac ac ac ac +mb ac ac ac @@ -16329,21 +17261,12 @@ ac ac ac ac -hr -hr -hr -hr -hr ac -jO ac -jO ac -hr -hr -hr -hr -hr +ac +mb +ac ac ac ac @@ -16422,19 +17345,19 @@ ac ac ac ac +mb ac ac ac ac ac -jO ac -jO ac ac ac ac ac +mb ac ac ac @@ -16513,21 +17436,21 @@ ac ac ac ac +hr +IQ +Dd ac ac ac ac ac -gZ -jP -ac -ls -gY -ac ac ac ac ac +hr +La +Dd ac ac ac @@ -16605,21 +17528,21 @@ ac ac ac ac +hr +Ao +Dd ac ac ac ac ac -gZ -kH -la -lC -lH -ac ac ac ac ac +hr +Zh +Dd ac ac ac @@ -16698,20 +17621,20 @@ ac ac ac ac +Aw ac ac ac ac ac -hr -kK -hr ac ac ac ac ac ac +jP +ac ac ac ac diff --git a/_maps/map_files/RandomRuins/SpaceRuins/whiteship.dmm b/_maps/map_files/RandomRuins/SpaceRuins/whiteship.dmm index 8959d8f5f6d7..11a7e4738e95 100644 --- a/_maps/map_files/RandomRuins/SpaceRuins/whiteship.dmm +++ b/_maps/map_files/RandomRuins/SpaceRuins/whiteship.dmm @@ -1,1425 +1,3399 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aa" = ( -/turf/template_noop, -/area/template_noop) -"ab" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - icon_state = "swall_f6"; - dir = 2 - }, -/area/shuttle/abandoned) -"ac" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall12"; - icon_state = "swall12"; - dir = 2 - }, -/area/shuttle/abandoned) -"ad" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/turf/simulated/shuttle/wall/interior{ - tag = "icon-swall_f9"; - icon_state = "swall_f9" - }, -/area/shuttle/abandoned) -"ae" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"af" = ( -/obj/machinery/sleeper{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/decal/remains/human, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"ag" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/turf/simulated/shuttle/wall/interior{ - tag = "icon-swall_f5"; - icon_state = "swall_f5" - }, -/area/shuttle/abandoned) -"ah" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall13"; - icon_state = "swall13"; - dir = 2 - }, -/area/shuttle/abandoned) -"ai" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall14"; - icon_state = "swall14"; - dir = 2 - }, -/area/shuttle/abandoned) -"aj" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - icon_state = "swall_f10"; - dir = 2 - }, -/area/shuttle/abandoned) -"ak" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 4; - icon_state = "burst_r"; - tag = "icon-burst_r (WEST)" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/abandoned) -"al" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall11"; - icon_state = "swall11"; - dir = 2 - }, -/area/shuttle/abandoned) -"am" = ( -/obj/machinery/computer/med_data, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"an" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular{ - pixel_x = 6; - pixel_y = -5 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"ao" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall15"; - icon_state = "swall15"; - dir = 2 - }, -/area/shuttle/abandoned) -"ap" = ( -/turf/simulated/shuttle/plating, -/turf/simulated/shuttle/wall/interior{ - tag = "icon-swall_f9"; - icon_state = "swall_f9" - }, -/area/shuttle/abandoned) -"aq" = ( -/obj/structure/shuttle/engine/heater{ - tag = "icon-heater (EAST)"; - icon_state = "heater"; - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/shuttle/plating, -/area/shuttle/abandoned) -"ar" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 4; - icon_state = "propulsion"; - tag = "icon-propulsion (WEST)" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/abandoned) -"as" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/turf/simulated/shuttle/wall/interior{ - tag = "icon-swall_f10"; - icon_state = "swall_f10" - }, -/area/shuttle/abandoned) -"at" = ( -/obj/item/scalpel, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"au" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall7"; - icon_state = "swall7"; - dir = 2 - }, -/area/shuttle/abandoned) -"av" = ( -/turf/simulated/shuttle/plating, -/area/shuttle/abandoned) -"aw" = ( -/obj/structure/computerframe{ - anchored = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"ax" = ( -/obj/structure/window/full/shuttle{ - icon_state = "14" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/abandoned) -"ay" = ( -/obj/structure/window/full/shuttle{ - dir = 10; - icon_state = "9" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/abandoned) -"az" = ( -/obj/structure/window/full/shuttle{ - icon_state = "17" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/abandoned) -"aA" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Hibernation Pods" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"aB" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/shuttle/plating, -/area/shuttle/abandoned) -"aC" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"aD" = ( -/obj/structure/table, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"aE" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall3"; - icon_state = "swall3"; - dir = 2 - }, -/area/shuttle/abandoned) -"aF" = ( -/obj/item/multitool, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"aG" = ( -/obj/item/stock_parts/cell{ - charge = 100; - maxcharge = 15000 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"aH" = ( -/obj/machinery/door/unpowered/shuttle, -/turf/simulated/floor/plating, -/area/shuttle/abandoned) -"aI" = ( -/turf/simulated/shuttle/plating, -/turf/simulated/shuttle/wall/interior{ - tag = "icon-swall_f6"; - icon_state = "swall_f6" - }, -/area/shuttle/abandoned) -"aJ" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 4; - icon_state = "burst_l"; - tag = "icon-burst_l (WEST)" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/abandoned) -"aK" = ( -/obj/machinery/door/unpowered/shuttle, -/obj/docking_port/mobile{ - dir = 8; - dwidth = 10; - height = 35; - id = "whiteship"; - name = "NT Medical Ship"; - roundstart_move = null; - width = 21 - }, -/obj/docking_port/stationary/whiteship{ - dir = 8; - icon_state = "pinonfar"; - id = "whiteship_away"; - name = "Deep Space" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"aL" = ( -/obj/structure/window/full/shuttle{ - icon_state = "16" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/abandoned) -"aM" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"aN" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/turf/simulated/shuttle/wall/interior{ - tag = "icon-swall_f6"; - icon_state = "swall_f6" - }, -/area/shuttle/abandoned) -"aO" = ( -/obj/machinery/door/airlock/public/glass, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"aP" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"aQ" = ( -/obj/machinery/portable_atmospherics/scrubber, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"aR" = ( -/obj/structure/grille, -/obj/structure/window/full/shuttle{ - icon_state = "8" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/abandoned) -"aS" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"aT" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"aU" = ( -/obj/structure/table, -/obj/item/gun/energy/laser/retro, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"aV" = ( -/obj/machinery/computer/shuttle/white_ship, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"aW" = ( -/obj/structure/grille, -/obj/structure/window/full/shuttle, -/turf/simulated/shuttle/plating, -/area/shuttle/abandoned) -"aX" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"aY" = ( -/obj/structure/table, -/obj/item/tank/oxygen, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"aZ" = ( -/obj/structure/window/full/shuttle, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/abandoned) -"ba" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"bb" = ( -/obj/structure/table, -/obj/item/analyzer, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"bc" = ( -/obj/effect/decal/remains/human, -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"bd" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Living Module" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"be" = ( -/obj/machinery/door/unpowered/shuttle, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"bf" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"bg" = ( -/turf/template_noop, -/area/shuttle/abandoned) -"bh" = ( -/obj/effect/decal/remains/human, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"bi" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"bj" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - icon_state = "swall_f9"; - dir = 2 - }, -/area/shuttle/abandoned) -"bk" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - icon_state = "swall_f5"; - dir = 2 - }, -/area/shuttle/abandoned) -"bl" = ( -/obj/structure/window/full/shuttle{ - icon_state = "15" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/abandoned) -"bm" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"bn" = ( -/obj/item/gps/ruin{ - gpstag = "NT Medical Ship"; - pixel_x = -32 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"bo" = ( -/obj/item/shard, -/obj/structure/chair/comfy/shuttle, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"bp" = ( -/obj/structure/chair/comfy/shuttle, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"bq" = ( -/obj/structure/computerframe{ - anchored = 1 - }, -/obj/item/stack/cable_coil/cut, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"br" = ( -/obj/structure/rack, -/obj/item/tank/emergency_oxygen, -/obj/item/tank/emergency_oxygen, -/obj/item/tank/emergency_oxygen, -/obj/item/tank/emergency_oxygen, -/obj/item/storage/toolbox/mechanical, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"bs" = ( -/obj/structure/rack, -/obj/item/clothing/suit/space/hardsuit/medical, -/obj/item/clothing/mask/breath, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"bt" = ( -/obj/structure/rack, -/obj/item/clothing/suit/space/syndicate/black/med, -/obj/item/clothing/head/helmet/space/syndicate/black/med, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"bu" = ( -/obj/machinery/light/small, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"bv" = ( -/turf/simulated/shuttle/plating, -/turf/simulated/shuttle/wall/interior{ - tag = "icon-swall_f5"; - icon_state = "swall_f5" - }, -/area/shuttle/abandoned) -"bw" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall14"; - dir = 2 - }, -/area/shuttle/abandoned) -"bx" = ( -/obj/effect/decal/cleanable/blood{ - amount = 0 - }, -/turf/simulated/shuttle/plating, -/area/shuttle/abandoned) -"by" = ( -/obj/structure/spacepoddoor, -/turf/simulated/shuttle/plating, -/area/shuttle/abandoned) -"bz" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Pod Bay" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"bA" = ( -/turf/simulated/shuttle/plating, -/turf/simulated/shuttle/wall/interior{ - tag = "icon-swall_f10"; - icon_state = "swall_f10" - }, -/area/shuttle/abandoned) -"bB" = ( -/obj/effect/decal/remains/human, -/turf/simulated/shuttle/plating, -/area/shuttle/abandoned) -"bC" = ( -/obj/structure/spacepoddoor, -/obj/machinery/door/poddoor/multi_tile/two_tile_ver{ - id_tag = "whiteshippoddoor" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/abandoned) -"bD" = ( -/obj/machinery/door_control{ - id = "whiteshippoddoor"; - name = "Pod Door Control"; - pixel_y = -24 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"bE" = ( -/obj/structure/table, -/obj/item/screwdriver, -/obj/machinery/light, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) -"bF" = ( -/obj/structure/table, -/obj/item/radio, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/abandoned) - -(1,1,1) = {" -aa -aa -aa -aa -ab -au -aE -aL -aR -aR -aR -aR -aR -bl -aE -au -bk -aa -aa -aa -aa -"} -(2,1,1) = {" -aa -aa -aa -ab -ao -ad -ae -ae -ae -aU -bb -aD -ae -ae -bn -as -ah -aa -aa -aa -aa -"} -(3,1,1) = {" -aa -aa -ab -ao -ad -ae -ae -ae -ae -aV -bc -aD -ae -ae -bo -aw -ac -aa -aa -aa -aa -"} -(4,1,1) = {" -aa -ab -al -ah -aw -aC -ae -ae -ae -ae -ae -ae -ae -ae -bp -bq -bw -by -bC -bk -aa -"} -(5,1,1) = {" -aa -ac -am -as -ag -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -aN -ah -ae -ae -ac -aa -"} -(6,1,1) = {" -ab -ad -ae -ae -ac -aD -aD -aM -ae -ae -ae -ae -ae -bm -aN -ao -ad -ae -bD -ai -bk -"} -(7,1,1) = {" -ac -ae -ae -ae -ai -aE -aE -aE -aE -aW -aO -aW -aE -au -ao -ad -ae -ae -ae -as -ah -"} -(8,1,1) = {" -ac -ae -ae -ae -ax -aF -ae -ae -ae -ae -ae -ae -ae -as -ah -br -ae -ae -ae -ae -ac -"} -(9,1,1) = {" -ac -af -ae -ae -ay -ae -ae -ae -ae -ae -ae -ae -ae -ae -ac -bs -ae -ae -ae -bE -ac -"} -(10,1,1) = {" -ac -ae -ae -at -az -aG -ae -aN -aE -aE -aE -aE -ag -ae -ac -bt -ae -ae -ae -bF -ac -"} -(11,1,1) = {" -ai -ag -ae -ae -ac -ae -ae -aO -ae -aX -ae -bh -ac -ae -ai -ag -ae -ae -ae -aN -ah -"} -(12,1,1) = {" -aj -ah -an -ae -ac -ae -ae -ac -aS -aY -ae -aS -ac -ae -as -al -aE -bz -au -ao -bj -"} -(13,1,1) = {" -aa -ai -ag -ae -aA -ae -ae -ac -ae -aP -ae -ae -aO -ae -ae -ae -ae -bh -ai -ah -aa -"} -(14,1,1) = {" -aa -aj -ao -au -ah -ae -ae -as -aE -aE -aE -aE -ad -ae -ae -ae -ae -aN -ao -bj -aa -"} -(15,1,1) = {" -aa -aa -aj -ao -ah -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -aG -aN -ao -bj -aa -aa -"} -(16,1,1) = {" -aa -aa -aa -aj -ah -ae -ae -aP -ae -ae -ae -ae -ae -ae -ae -bu -ai -bj -aa -aa -aa -"} -(17,1,1) = {" -aa -aa -aa -ab -al -aH -au -aE -aE -aZ -bd -aZ -aE -aE -au -aH -al -bk -aa -aa -aa -"} -(18,1,1) = {" -aa -aa -ab -ap -aB -av -ac -aQ -aT -ae -ae -ae -aT -ae -ac -av -aB -bA -bk -aa -aa -"} -(19,1,1) = {" -aa -ab -ap -av -av -aI -ao -ag -ae -ae -ae -ae -ae -aN -ao -bv -bx -bB -bA -bk -aa -"} -(20,1,1) = {" -ab -ah -aq -aq -aq -ac -aj -ah -ae -ae -ae -ae -ae -ai -bj -ac -aq -aq -aq -ai -bk -"} -(21,1,1) = {" -aj -ak -ar -ar -ar -aJ -bg -ai -ag -ae -ae -ae -aN -ah -bg -ak -ar -ar -ar -aJ -bj -"} -(22,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -aj -ao -ag -ae -aN -ao -bj -aa -aa -aa -aa -aa -aa -aa -"} -(23,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -aa -aj -ao -be -ao -bj -aa -aa -aa -aa -aa -aa -aa -aa -"} -(24,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -aa -aa -ac -bf -ac -aa -aa -aa -aa -aa -aa -aa -aa -aa -"} -(25,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -aa -ab -ao -be -ao -bk -aa -aa -aa -aa -aa -aa -aa -aa -"} -(26,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -aa -ai -ad -ae -as -ah -aa -aa -aa -aa -aa -aa -aa -aa -"} -(27,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -aa -ac -ae -ae -ae -ac -aa -aa -aa -aa -aa -aa -aa -aa -"} -(28,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -aa -ac -ae -ae -ae -ac -aa -aa -aa -aa -aa -aa -aa -aa -"} -(29,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -aa -ac -ae -ae -ae -ac -aa -aa -aa -aa -aa -aa -aa -aa -"} -(30,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -aa -ac -ba -ae -ae -ac -aa -aa -aa -aa -aa -aa -aa -aa -"} -(31,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -aa -ac -ae -ae -ae -ac -aa -aa -aa -aa -aa -aa -aa -aa -"} -(32,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -aa -ac -ae -ae -ae -ac -aa -aa -aa -aa -aa -aa -aa -aa -"} -(33,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -aa -ac -ae -ae -bi -ac -aa -aa -aa -aa -aa -aa -aa -aa -"} -(34,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -aa -ai -ag -ae -aN -ah -aa -aa -aa -aa -aa -aa -aa -aa -"} -(35,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -aa -aj -al -aK -al -bj -aa -aa -aa -aa -aa -aa -aa -aa -"} +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/machinery/sleeper/survival_pod, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/shuttle/abandoned) +"ae" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/abandoned) +"aN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"aO" = ( +/obj/structure/sink{ + layer = 4; + pixel_y = 19 + }, +/obj/structure/mirror{ + pixel_y = 35 + }, +/obj/machinery/atmospherics/unary/passive_vent, +/obj/effect/decal/cleanable/blood, +/obj/item/weldingtool{ + maximum_fuel = 15 + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "whiteshuttletoilet"; + in_use = 1; + name = "Toilet Lock"; + normaldoorcontrol = 1; + pixel_x = -25; + pixel_y = -24; + specialfunctions = 4 + }, +/mob/living/simple_animal/hostile/creature{ + del_on_death = 1; + desc = "The undead. Its good time to RUN!"; + faction = list("zombie"); + harm_intent_damage = 10; + health = 85; + icon = 'icons/mob/human.dmi'; + icon_living = "zombie2_s"; + icon_state = "zombie2_s"; + loot = list(/obj/effect/decal/cleanable/blood/gibs); + maxHealth = 100; + name = "Zombie"; + response_help = "gently probs"; + speak = list("RAWR!","Rawr!","GRR!","Growl!"); + speak_chance = 1; + speak_emote = list("growls","roars"); + speed = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/shuttle/abandoned) +"aT" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"aW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/effect/decal/remains/human{ + desc = "This guy seemed to have died in terrible way! Half his remains are dust."; + name = "gnawed bones" + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/shuttle/abandoned) +"bE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"bQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"bS" = ( +/obj/machinery/door_control{ + id = "whiteshipinnershutters"; + name = "Medical Ship Inner Shutters Control"; + pixel_x = 26; + pixel_y = -2 + }, +/obj/machinery/door_control{ + id = "whiteshipbridgeshutters"; + name = "Medical Ship Bridge Shutters Control"; + pixel_x = 26; + pixel_y = 7 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"ci" = ( +/obj/structure/table, +/obj/item/reagent_containers/syringe/antiviral, +/obj/item/reagent_containers/syringe/charcoal, +/obj/item/reagent_containers/syringe/insulin, +/obj/item/reagent_containers/glass/bottle/morphine, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/reagent_containers/syringe, +/obj/item/stack/medical/bruise_pack/advanced{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/stack/medical/ointment/advanced{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/pill/patch/styptic{ + pixel_y = 6 + }, +/obj/item/reagent_containers/food/pill/patch/styptic{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/pill/patch/silver_sulf{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/pill/patch/silver_sulf{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/storage/pill_bottle/painkillers{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/shuttle/abandoned) +"dn" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall15"; + tag = "icon-swall15" + }, +/area/shuttle/abandoned) +"dA" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/machinery/light/small/built{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"dS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/vomit, +/obj/machinery/door_control{ + desiredstate = 1; + id = "whiteshipbridgeairlock"; + in_use = 1; + name = "Bridge Airlock Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = 26; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"dT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/shuttle/abandoned) +"ec" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/medical/glass, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"eg" = ( +/obj/structure/closet/radiation, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"es" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + id_tag = "whiteshipinnerairlock2"; + locked = 1; + name = "External Airlock" + }, +/turf/simulated/floor/mineral/titanium/airless, +/area/shuttle/abandoned) +"eC" = ( +/obj/structure/table/tray, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/clothing/mask/surgical, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"fC" = ( +/obj/item/gun/syringe/rapidsyringe, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/blood/tracks, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"fJ" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/bag/trash, +/obj/item/reagent_containers/glass/bucket, +/obj/item/mop, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"fM" = ( +/obj/machinery/door/airlock/external{ + id_tag = "whiteshipouterairlock1"; + locked = 1; + name = "External Airlock" + }, +/obj/effect/decal/cleanable/blood/tracks, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/abandoned) +"fO" = ( +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 1 + }, +/obj/structure/closet/l3closet, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"fT" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"gt" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/vomit, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/shuttle/abandoned) +"gF" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc2" + }, +/area/shuttle/abandoned) +"gP" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"gT" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"hb" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/toilet/cancollectmapitems{ + desc = "The HT-451, a torque rotation-based, waste disposal unit for small matter. This one seems remarkably clean. The cistern lid looking a bit cracked from an edge..."; + dir = 4 + }, +/obj/item/clothing/gloves/color/red/insulated, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/shuttle/abandoned) +"hj" = ( +/obj/item/gps/ruin{ + gpstag = "NT Medical Ship"; + pixel_y = -32 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"hl" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/cryo_cell, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/abandoned) +"hn" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/coatrack, +/obj/item/clothing/suit/storage/labcoat/cmo{ + desc = "Bluer than the standard model. Still look like a new one"; + name = "old chief medical officer's labcoat" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"hJ" = ( +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay" + }, +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/abandoned) +"ij" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/obj/machinery/door/poddoor/impassable{ + id_tag = "whiteshipbridgeshutters"; + layer = 3; + name = "Medical Ship Bridge Shutters" + }, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"il" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"iz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/remains/human{ + desc = "This guy seemed to have died in terrible way! Half his remains are dust."; + name = "Human remains" + }, +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"jD" = ( +/obj/machinery/computer/operating, +/obj/machinery/light, +/obj/structure/extinguisher_cabinet{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/abandoned) +"jQ" = ( +/obj/machinery/door_control{ + id = "whiteshipbackairlock1"; + in_use = 1; + name = "Airlock Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = -24; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"jT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"kc" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/abandoned) +"kg" = ( +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay" + }, +/turf/simulated/shuttle/wall{ + dir = 3; + icon_state = "swall1" + }, +/area/shuttle/abandoned) +"kM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/rack, +/obj/item/storage/box/autoinjectors{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/sign/nosmoking_2{ + pixel_x = -32 + }, +/obj/item/tank/emergency_oxygen/nitrogen{ + pixel_x = -1; + pixel_y = -2 + }, +/obj/item/tank/emergency_oxygen/plasma{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"lm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/shuttle/abandoned) +"lv" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/passive_vent, +/obj/structure/filingcabinet/chestdrawer/autopsy, +/obj/machinery/light/built{ + dir = 8 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"lJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 1 + }, +/obj/item/clothing/accessory/stethoscope, +/obj/item/flashlight/pen, +/obj/item/reagent_containers/food/snacks/grown/apple{ + desc = "An apple a day - keeps doctor away..."; + pixel_x = 2; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/shuttle/abandoned) +"lK" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall14" + }, +/area/shuttle/abandoned) +"lZ" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"mi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 4; + name = "Труба на фильтрацию" + }, +/obj/machinery/computer/crew, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"ms" = ( +/obj/machinery/door/airlock/medical, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"mA" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + tag = "icon-propulsion (NORTH)" + }, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6" + }, +/area/shuttle/abandoned) +"mM" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/machinery/door/window/brigdoor/southright{ + dir = 1 + }, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/glass/bottle/reagent/formaldehyde, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"mS" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc3" + }, +/area/shuttle/abandoned) +"mU" = ( +/obj/machinery/door/airlock/welded{ + id_tag = "whiteshuttletoilet" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"nd" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/door/window/brigdoor/southleft, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" + }, +/area/shuttle/abandoned) +"nv" = ( +/obj/machinery/light/small/built{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"nP" = ( +/obj/machinery/iv_drip, +/obj/machinery/light/built, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"or" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/obj/item/clothing/shoes/blue, +/obj/effect/decal/cleanable/blood/gibs, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/shuttle/abandoned) +"oy" = ( +/obj/structure/rack, +/obj/item/reagent_containers/glass/beaker/waterbottle/large{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle/large, +/obj/machinery/light/built{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"oY" = ( +/obj/item/clothing/glasses/welding, +/obj/machinery/light/small/built{ + dir = 8 + }, +/obj/structure/closet{ + desc = "It's a storage unit for tools."; + icon_closed = "toolcloset"; + icon_opened = "toolclosetopen"; + icon_state = "toolcloset"; + name = "tool closet" + }, +/obj/item/screwdriver, +/obj/item/multitool, +/obj/item/wirecutters, +/obj/item/analyzer, +/obj/item/t_scanner, +/obj/item/stack/cable_coil, +/obj/item/flashlight, +/obj/item/clothing/head/hardhat, +/obj/item/weldingtool, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"pb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/blood/tracks, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"pJ" = ( +/obj/structure/coatrack, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"qp" = ( +/obj/structure/sink{ + dir = 4; + layer = 4; + pixel_x = 12 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/item/radio, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"qH" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/surgery{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/machinery/atmospherics/unary/passive_vent, +/obj/item/surgical_drapes, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"qI" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault"; + tag = "icon-vault (WEST)" + }, +/area/shuttle/abandoned) +"re" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"rk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + initialize_directions = 11 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"rt" = ( +/obj/item/trash/liquidfood, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = 30 + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "whiteshipinnerairlock2"; + in_use = 1; + name = "Airlock Inner Bolts"; + normaldoorcontrol = 1; + pixel_x = -8; + pixel_y = 24; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"rA" = ( +/mob/living/simple_animal/hostile/carp, +/turf/template_noop, +/area/template_noop) +"st" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = 32 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"su" = ( +/obj/structure/sign/vacuum{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"sE" = ( +/obj/structure/sign/vacuum{ + pixel_x = 32 + }, +/obj/structure/fans/tiny, +/obj/effect/decal/cleanable/dirt, +/obj/item/tank/emergency_oxygen/empty, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/tracks, +/obj/effect/decal/remains/human{ + desc = "This guy seemed to have died in terrible way! Half his remains are dust."; + name = "gnawed bones" + }, +/obj/machinery/light/small/built{ + dir = 8 + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "whiteshipouterairlock1"; + in_use = 1; + name = "Airlock Outer Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = -9; + specialfunctions = 4 + }, +/obj/item/clothing/suit/space/hardsuit/medical, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/abandoned) +"sO" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"sQ" = ( +/obj/machinery/door/airlock/medical, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/item/soap, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"sT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"sU" = ( +/obj/structure/table/tray, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/item/retractor, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"tu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/item/scalpel/laser/laser2{ + pixel_y = 12 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"tv" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/shuttle/abandoned) +"tQ" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external{ + id_tag = "whiteshipbackairlock2"; + locked = 1; + name = "External Airlock" + }, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"uk" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10" + }, +/area/shuttle/abandoned) +"ut" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/obj/machinery/door/airlock/medical, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/shuttle/abandoned) +"ux" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/flashlight/flare/glowstick/emergency, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"uB" = ( +/obj/machinery/door/airlock/medical, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"uR" = ( +/obj/structure/sign/vacuum{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"uZ" = ( +/obj/machinery/optable, +/obj/item/clothing/mask/breath/medical, +/obj/item/tank/anesthetic, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 26 + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/abandoned) +"vv" = ( +/obj/structure/closet/medical_wall{ + pixel_x = 32 + }, +/mob/living/simple_animal/hostile/creature{ + del_on_death = 1; + desc = "The undead. Its good time to RUN!"; + faction = list("zombie"); + harm_intent_damage = 10; + health = 65; + icon = 'icons/mob/human.dmi'; + icon_living = "zombie2_s"; + icon_state = "zombie2_s"; + loot = list(/obj/effect/decal/cleanable/blood/gibs); + maxHealth = 100; + name = "Zombie"; + response_help = "gently probs"; + speak = list("RAWR!","Rawr!","GRR!","Growl!"); + speak_chance = 1; + speak_emote = list("growls","roars"); + speed = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"vF" = ( +/obj/item/clothing/mask/breath, +/turf/template_noop, +/area/template_noop) +"vG" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = -32 + }, +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"vI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/brigdoor/southright{ + dir = 1 + }, +/obj/effect/decal/cleanable/vomit, +/mob/living/simple_animal/hostile/creature{ + del_on_death = 1; + desc = "The undead! Its good time to RUN!"; + faction = list("zombie"); + harm_intent_damage = 10; + health = 60; + icon = 'icons/mob/human.dmi'; + icon_living = "zombie_s"; + icon_state = "zombie_s"; + loot = list(/obj/effect/decal/cleanable/blood/gibs); + maxHealth = 75; + melee_damage_lower = 15; + melee_damage_upper = 30; + name = "Fast zombie"; + response_help = "gently probs"; + speak = list("RAWR!","Rawr!","GRR!","Growl!"); + speak_chance = 1; + speak_emote = list("growls","roars"); + speed = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"vM" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"wo" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"wG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"xd" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/obj/structure/curtain/open, +/obj/machinery/atmospherics/unary/passive_vent, +/obj/machinery/light/small/built{ + dir = 8 + }, +/obj/machinery/door_control{ + id = "whiteshiproom1"; + name = "Room 1 Shutters Control"; + pixel_x = 26; + pixel_y = -2 + }, +/mob/living/simple_animal/hostile/creature{ + del_on_death = 1; + desc = "The undead! Its good time to RUN!"; + faction = list("zombie"); + harm_intent_damage = 10; + health = 45; + icon = 'icons/mob/human.dmi'; + icon_living = "zombie_s"; + icon_state = "zombie_s"; + loot = list(/obj/effect/decal/cleanable/blood/gibs); + maxHealth = 75; + melee_damage_lower = 15; + melee_damage_upper = 30; + name = "Fast zombie"; + response_help = "gently probs"; + speak = list("RAWR!","Rawr!","GRR!","Growl!"); + speak_chance = 1; + speak_emote = list("growls","roars"); + speed = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"xi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"xk" = ( +/obj/structure/closet/crate/can, +/obj/item/reagent_containers/glass/beaker/waterbottle/large/empty, +/obj/item/trash/pistachios, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"xm" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/obj/machinery/door/poddoor/impassable{ + id_tag = "whiteshiproom1"; + layer = 3; + name = "Room 1 Shutters" + }, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"xn" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall14"; + tag = "icon-swall14" + }, +/area/shuttle/abandoned) +"xC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/light/built{ + dir = 8 + }, +/obj/item/hemostat, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"xG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + initialize_directions = 11 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"xJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/human{ + desc = "This guy seemed to have died in terrible way! Half his remains are dust."; + name = "gnawed bones" + }, +/obj/effect/decal/cleanable/blood/gibs, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"xS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"yh" = ( +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay" + }, +/turf/simulated/shuttle/wall{ + icon_state = "swall11"; + tag = "icon-swall11" + }, +/area/shuttle/abandoned) +"ys" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/plasma{ + amount = 15 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plasteel, +/area/shuttle/abandoned) +"yA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/built, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"yE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hologram/holopad, +/mob/living/simple_animal/hostile/creature{ + del_on_death = 1; + desc = "The undead! Its good time to RUN!"; + faction = list("zombie"); + harm_intent_damage = 10; + health = 20; + icon = 'icons/mob/human.dmi'; + icon_living = "zombie_s"; + icon_state = "zombie_s"; + loot = list(/obj/effect/decal/cleanable/blood/gibs); + maxHealth = 75; + melee_damage_lower = 15; + melee_damage_upper = 30; + name = "Fast zombie"; + response_help = "gently probs"; + speak = list("RAWR!","Rawr!","GRR!","Growl!"); + speak_chance = 1; + speak_emote = list("growls","roars"); + speed = -1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"yK" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table, +/obj/item/trash/plate, +/obj/item/reagent_containers/food/drinks/coffee{ + desc = "It's cold as dead body."; + pixel_x = 8; + pixel_y = 8; + volume = 15 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"yU" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/mob/living/simple_animal/hostile/creature{ + del_on_death = 1; + desc = "The undead! Its good time to RUN!"; + faction = list("zombie"); + harm_intent_damage = 10; + health = 60; + icon = 'icons/mob/human.dmi'; + icon_living = "zombie_s"; + icon_state = "zombie_s"; + loot = list(/obj/effect/decal/cleanable/blood/gibs); + maxHealth = 75; + melee_damage_lower = 15; + melee_damage_upper = 30; + name = "Fast zombie"; + response_help = "gently probs"; + speak = list("RAWR!","Rawr!","GRR!","Growl!"); + speak_chance = 1; + speak_emote = list("growls","roars"); + speed = -1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/shuttle/abandoned) +"zf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel, +/area/shuttle/abandoned) +"zB" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall4" + }, +/area/shuttle/abandoned) +"zF" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/obj/machinery/door/poddoor/impassable{ + id_tag = "whiteshiproom2"; + layer = 3; + name = "Room 2 Shutters" + }, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"zJ" = ( +/obj/item/clothing/under/rank/chief_medical_officer/skirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"zO" = ( +/obj/structure/curtain/medical, +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"zQ" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/abandoned) +"zS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/tracks{ + pixel_y = -19 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"zZ" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/obj/machinery/door/poddoor/impassable{ + id_tag = "whiteshipbridgeshutters"; + layer = 3; + name = "Medical Ship Bridge Shutters" + }, +/obj/docking_port/stationary/whiteship{ + dir = 8; + id = "whiteship_away"; + name = "Deep Space" + }, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 8; + height = 31; + id = "whiteship"; + name = "NT Medical Ship"; + rebuildable = 1; + width = 17 + }, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"Aa" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6" + }, +/area/shuttle/abandoned) +"Aq" = ( +/obj/machinery/door/airlock/medical, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/shuttle/abandoned) +"AC" = ( +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay" + }, +/turf/simulated/shuttle/wall{ + dir = 3; + icon_state = "swall2" + }, +/area/shuttle/abandoned) +"Bb" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = 32 + }, +/obj/machinery/power/port_gen/pacman, +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"Bl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/storage/belt/medical, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"Bp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Bu" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" + }, +/area/shuttle/abandoned) +"BG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/splatter, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 8; + name = "scrubber to outside gas pump"; + target_pressure = 4000 + }, +/obj/item/clothing/under/rank/medical/purple, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/shuttle/abandoned) +"Cf" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall8"; + tag = "icon-swall12" + }, +/area/shuttle/abandoned) +"CD" = ( +/obj/structure/table, +/obj/machinery/atmospherics/unary/passive_vent, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/under/rank/medical/blue, +/obj/item/clothing/under/rank/medical{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/stack/medical/ointment/aloe, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"CI" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall11"; + tag = "icon-swall11" + }, +/area/shuttle/abandoned) +"CW" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall7" + }, +/area/shuttle/abandoned) +"Dc" = ( +/obj/machinery/computer/med_data, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Dt" = ( +/obj/structure/closet/wardrobe/white, +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Dv" = ( +/obj/effect/decal/cleanable/blood/tracks, +/obj/machinery/door/airlock/medical/glass, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/shuttle/abandoned) +"DO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + initialize_directions = 11 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 5 + }, +/obj/machinery/door_control{ + id = "whiteshipinnerairlock1"; + in_use = 1; + name = "Airlock Inner Bolts"; + normaldoorcontrol = 1; + pixel_x = -8; + pixel_y = -24; + specialfunctions = 4 + }, +/obj/item/reagent_containers/syringe{ + pixel_x = -1; + pixel_y = -9 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"DP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_control{ + desiredstate = 1; + id = "whiteshipbackairlock2"; + in_use = 1; + name = "Airlock Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = 24; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"En" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/splatter, +/obj/item/circular_saw, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Ep" = ( +/obj/machinery/door/airlock/external{ + id_tag = "whiteshipbackairlock1"; + name = "External Airlock" + }, +/obj/structure/fans/tiny, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"EF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Fq" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall13" + }, +/area/shuttle/abandoned) +"Fw" = ( +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay" + }, +/turf/simulated/shuttle/wall{ + icon_state = "swall14" + }, +/area/shuttle/abandoned) +"Fz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"FI" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/obj/structure/curtain/open, +/obj/machinery/atmospherics/unary/passive_vent, +/obj/machinery/light/small/built{ + dir = 8 + }, +/obj/machinery/door_control{ + id = "whiteshiproom2"; + name = "Room 2 Shutters Control"; + pixel_x = 26; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"Gc" = ( +/obj/machinery/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/shuttle/abandoned) +"GK" = ( +/turf/template_noop, +/area/template_noop) +"Ha" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + initialize_directions = 11 + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "whiteshipquarantineroom"; + in_use = 1; + name = "Patient Airlock Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = 26; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"He" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/handheld_defibrillator, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Hf" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel, +/area/shuttle/abandoned) +"Hu" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/obj/machinery/door/poddoor/impassable{ + id_tag = "whiteshipinnershutters"; + layer = 3; + name = "Medical Ship Inner Shutters" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 4; + name = "Труба на фильтрацию" + }, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"Il" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/shuttle/abandoned) +"Im" = ( +/turf/simulated/shuttle/wall{ + dir = 3; + icon_state = "swall1" + }, +/area/shuttle/abandoned) +"Is" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall7"; + tag = "icon-swall7" + }, +/area/shuttle/abandoned) +"IA" = ( +/obj/machinery/door/airlock/external{ + id_tag = "whiteshipouterairlock2"; + locked = 1; + name = "External Airlock" + }, +/turf/simulated/floor/mineral/titanium/airless, +/area/shuttle/abandoned) +"IV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"Ji" = ( +/obj/structure/closet{ + icon_closed = "white"; + icon_state = "white"; + name = "Medical gear" + }, +/obj/item/clothing/under/rank/medical/paramedic, +/obj/item/clothing/shoes/black, +/obj/item/surgical_drapes, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Jr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"Ju" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault"; + tag = "icon-vault (WEST)" + }, +/area/shuttle/abandoned) +"Jw" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"JB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/wood, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"JI" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + tag = "icon-propulsion (NORTH)" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/abandoned) +"JT" = ( +/obj/structure/sign/poster/official/nanotrasen_logo, +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/abandoned) +"JX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/mob/living/simple_animal/hostile/creature{ + del_on_death = 1; + desc = "The undead. Its good time to RUN!"; + faction = list("zombie"); + harm_intent_damage = 10; + health = 65; + icon = 'icons/mob/human.dmi'; + icon_living = "zombie2_s"; + icon_state = "zombie2_s"; + loot = list(/obj/effect/decal/cleanable/blood/gibs); + maxHealth = 100; + name = "Zombie"; + response_help = "gently probs"; + speak = list("RAWR!","Rawr!","GRR!","Growl!"); + speak_chance = 1; + speak_emote = list("growls","roars"); + speed = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Kv" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay"; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Lh" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"Ln" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/creature{ + del_on_death = 1; + desc = "The undead! Its good time to RUN!"; + faction = list("zombie"); + harm_intent_damage = 10; + health = 20; + icon = 'icons/mob/human.dmi'; + icon_living = "zombie_s"; + icon_state = "zombie_s"; + loot = list(/obj/effect/decal/cleanable/blood/gibs); + maxHealth = 75; + melee_damage_lower = 15; + melee_damage_upper = 30; + name = "Fast zombie"; + response_help = "gently probs"; + speak = list("RAWR!","Rawr!","GRR!","Growl!"); + speak_chance = 1; + speak_emote = list("growls","roars"); + speed = -1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"LP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"MB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/effect/decal/cleanable/blood/splatter, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"MM" = ( +/obj/item/wrench/medical, +/turf/simulated/floor/plasteel, +/area/shuttle/abandoned) +"MY" = ( +/obj/structure/sign/vacuum{ + pixel_x = 32 + }, +/obj/structure/fans/tiny, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/built{ + dir = 8 + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "whiteshipouterairlock2"; + in_use = 1; + name = "Airlock Outer Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = 8; + specialfunctions = 4 + }, +/turf/simulated/floor/mineral/titanium/airless, +/area/shuttle/abandoned) +"Ne" = ( +/obj/structure/table/glass, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/food/drinks/mug/cmo, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"Nw" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "whiteshipquarantineroom" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"Nx" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/closet/l3closet, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"NB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/medical/glass, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"NW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/mob/living/simple_animal/hostile/creature{ + del_on_death = 1; + desc = "The undead. Its good time to RUN!"; + faction = list("zombie"); + harm_intent_damage = 10; + health = 85; + icon = 'icons/mob/human.dmi'; + icon_living = "zombie2_s"; + icon_state = "zombie2_s"; + loot = list(/obj/effect/decal/cleanable/blood/gibs); + maxHealth = 100; + name = "Zombie"; + response_help = "gently probs"; + speak = list("RAWR!","Rawr!","GRR!","Growl!"); + speak_chance = 1; + speak_emote = list("growls","roars"); + speed = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"NX" = ( +/obj/machinery/computer/shuttle/white_ship, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Od" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + initialize_directions = 11 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Og" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/item/kitchen/utensil/fork, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Oh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/door/airlock/command{ + id_tag = "whiteshipbridgeairlock"; + locked = 1; + name = "Medical Shuttle Bridge airlock" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"Op" = ( +/obj/structure/shuttle/engine/propulsion{ + tag = "icon-propulsion (NORTH)" + }, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" + }, +/area/shuttle/abandoned) +"Oq" = ( +/obj/structure/rack, +/obj/item/clothing/under/rank/medical/blue, +/obj/machinery/light/built, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Ou" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault"; + tag = "icon-vault (WEST)" + }, +/area/shuttle/abandoned) +"Oy" = ( +/obj/structure/rack, +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/obj/item/radio, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"OP" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 20 + }, +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Pa" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/drinks/coffee{ + desc = "It's cold as dead body."; + pixel_x = 8; + pixel_y = 8; + volume = 15 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Pv" = ( +/turf/simulated/shuttle/wall{ + dir = 3; + icon_state = "swall2" + }, +/area/shuttle/abandoned) +"PB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/under/retro/medical{ + name = "old medical officer's uniform" + }, +/mob/living/simple_animal/hostile/creature{ + del_on_death = 1; + desc = "The undead! Its good time to RUN!"; + faction = list("zombie"); + harm_intent_damage = 10; + health = 45; + icon = 'icons/mob/human.dmi'; + icon_living = "zombie_s"; + icon_state = "zombie_s"; + loot = list(/obj/effect/decal/cleanable/blood/gibs); + maxHealth = 75; + melee_damage_lower = 15; + melee_damage_upper = 30; + name = "Fast zombie"; + response_help = "gently probs"; + speak = list("RAWR!","Rawr!","GRR!","Growl!"); + speak_chance = 1; + speak_emote = list("growls","roars"); + speed = -1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"PO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + id_tag = "whiteshipinnerairlock1"; + name = "External Airlock" + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/tracks, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/abandoned) +"PS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"QN" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"RU" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4; + tag = "icon-propulsion (NORTH)" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/abandoned) +"Sc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"Sh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/crowbar/red{ + desc = "..."; + force = 20; + name = "Легендарная монтировка" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/shuttle/abandoned) +"Sm" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"St" = ( +/obj/structure/computerframe, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Sz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/vomit, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"SP" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc4" + }, +/area/shuttle/abandoned) +"Ta" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Tb" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/rack, +/obj/item/extinguisher/mini, +/obj/item/clothing/gloves/color/fyellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"Td" = ( +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"To" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/abandoned) +"Ty" = ( +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay" + }, +/turf/simulated/shuttle/wall{ + icon_state = "swall11" + }, +/area/shuttle/abandoned) +"TU" = ( +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay" + }, +/turf/simulated/shuttle/wall{ + icon_state = "swall13" + }, +/area/shuttle/abandoned) +"Uq" = ( +/obj/structure/bed/roller, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Uv" = ( +/obj/machinery/computer{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + dir = 1; + name = "Broken Computer" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"UT" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/shuttle/abandoned) +"UZ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/surgery, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"VD" = ( +/obj/item/kitchen/utensil/spoon, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"VJ" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc1" + }, +/area/shuttle/abandoned) +"We" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/hardsuit/medical, +/obj/item/clothing/mask/breath, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/item/tank/emergency_oxygen/double, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"WD" = ( +/obj/item/tank/emergency_oxygen/nitrogen{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/reagent_containers/syringe{ + pixel_x = -1; + pixel_y = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"WM" = ( +/obj/machinery/power/smes, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault"; + tag = "icon-vault (WEST)" + }, +/area/shuttle/abandoned) +"WZ" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "air into ship gas pump" + }, +/obj/item/stack/sheet/wood, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"XA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/decal/cleanable/blood, +/obj/item/reagent_containers/syringe{ + pixel_x = -1; + pixel_y = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"XB" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/tracks, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/creature{ + del_on_death = 1; + desc = "The undead! Its good time to RUN!"; + faction = list("zombie"); + harm_intent_damage = 10; + health = 45; + icon = 'icons/mob/human.dmi'; + icon_living = "zombie_s"; + icon_state = "zombie_s"; + loot = list(/obj/effect/decal/cleanable/blood/gibs); + maxHealth = 75; + melee_damage_lower = 15; + melee_damage_upper = 30; + name = "Fast zombie"; + response_help = "gently probs"; + speak = list("RAWR!","Rawr!","GRR!","Growl!"); + speak_chance = 1; + speak_emote = list("growls","roars"); + speed = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/shuttle/abandoned) +"XH" = ( +/obj/machinery/door/airlock/medical/glass, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/shuttle/abandoned) +"XK" = ( +/obj/structure/chair/comfy/shuttle, +/mob/living/simple_animal/hostile/creature{ + del_on_death = 1; + desc = "The undead. Its good time to RUN!"; + faction = list("zombie"); + harm_intent_damage = 10; + health = 65; + icon = 'icons/mob/human.dmi'; + icon_living = "zombie2_s"; + icon_state = "zombie2_s"; + loot = list(/obj/effect/decal/cleanable/blood/gibs); + maxHealth = 100; + name = "Zombie"; + response_help = "gently probs"; + speak = list("RAWR!","Rawr!","GRR!","Growl!"); + speak_chance = 1; + speak_emote = list("growls","roars"); + speed = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"XL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"Ym" = ( +/obj/structure/rack, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/item/tank/emergency_oxygen/double, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"YJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/splatter, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/mob/living/simple_animal/hostile/creature{ + del_on_death = 1; + desc = "The undead. Its good time to RUN!"; + faction = list("zombie"); + harm_intent_damage = 10; + health = 35; + icon = 'icons/mob/human.dmi'; + icon_living = "zombie2_s"; + icon_state = "zombie2_s"; + loot = list(/obj/effect/decal/cleanable/blood/gibs); + maxHealth = 100; + name = "Zombie"; + response_help = "gently probs"; + speak = list("RAWR!","Rawr!","GRR!","Growl!"); + speak_chance = 1; + speak_emote = list("growls","roars"); + speed = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"YK" = ( +/obj/structure/morgue, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "privateroom" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Zd" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/obj/machinery/door/poddoor/impassable{ + id_tag = "whiteshipinnershutters"; + layer = 3; + name = "Medical Ship Inner Shutters" + }, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"Zn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/item/clothing/gloves/color/latex, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Zr" = ( +/obj/item/gun/energy/gun/mini, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"ZB" = ( +/obj/machinery/door/airlock/medical, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/shuttle/abandoned) +"ZO" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 5 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/abandoned) +"ZU" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer{ + dir = 1 + }, +/obj/machinery/light/built, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/shuttle/abandoned) + +(1,1,1) = {" +GK +GK +GK +GK +GK +GK +JI +JI +GK +JI +JI +GK +GK +GK +GK +GK +GK +"} +(2,1,1) = {" +GK +GK +GK +GK +GK +Aa +CI +Fq +GK +lK +CI +Bu +GK +GK +GK +GK +GK +"} +(3,1,1) = {" +GK +GK +GK +GK +GK +Cf +fT +kc +GK +kc +il +Cf +GK +GK +GK +GK +GK +"} +(4,1,1) = {" +GK +GK +GK +GK +GK +tQ +DP +kc +GK +kc +jQ +Ep +GK +GK +GK +GK +GK +"} +(5,1,1) = {" +GK +GK +GK +GK +GK +zB +uR +kc +GK +kc +su +zB +GK +GK +GK +GK +GK +"} +(6,1,1) = {" +GK +GK +GK +GK +GK +hJ +Td +kc +GK +kc +ux +hJ +GK +GK +GK +GK +GK +"} +(7,1,1) = {" +GK +GK +rA +GK +GK +kc +nv +kc +GK +kc +yA +kc +GK +GK +GK +GK +GK +"} +(8,1,1) = {" +GK +GK +GK +GK +JI +kc +XL +kc +GK +kc +Td +kc +JI +GK +GK +GK +GK +"} +(9,1,1) = {" +GK +GK +GK +GK +lK +SP +Sh +kc +GK +kc +Il +VJ +Fq +GK +GK +GK +GK +"} +(10,1,1) = {" +GK +GK +GK +JI +Fq +Tb +Hf +kc +GK +kc +MM +oY +lK +JI +GK +GK +GK +"} +(11,1,1) = {" +GK +GK +GK +lK +SP +ys +bE +kc +GK +kc +sT +fJ +VJ +Fq +GK +GK +GK +"} +(12,1,1) = {" +GK +GK +Aa +SP +WM +zf +xi +kc +Jw +kc +JB +dT +Ou +VJ +Bu +GK +GK +"} +(13,1,1) = {" +GK +GK +JT +Ju +xJ +lm +Bb +kc +Hu +kc +st +PS +WZ +qI +JT +GK +GK +"} +(14,1,1) = {" +GK +mA +lK +CW +kg +ZB +Pv +SP +mi +VJ +Im +Aq +AC +CW +Fq +Op +GK +"} +(15,1,1) = {" +GK +Fw +dn +SP +EF +YJ +Dv +XB +BG +gt +XH +zJ +xC +VJ +dn +TU +GK +"} +(16,1,1) = {" +GK +VJ +SP +eC +rk +jD +zB +lZ +aW +pJ +zB +Uq +En +aT +VJ +SP +GK +"} +(17,1,1) = {" +GK +Zd +qH +Bp +qp +uZ +lK +kg +or +Pv +Fq +sU +jT +Zn +fO +Zd +GK +"} +(18,1,1) = {" +Aa +To +Im +uB +Pv +CW +SP +aa +Sc +tv +kc +UT +vv +Fz +nP +VJ +Bu +"} +(19,1,1) = {" +xm +xd +gP +xG +Dt +kc +hl +Sm +Jr +lJ +lK +To +mS +tu +vM +YK +kc +"} +(20,1,1) = {" +Pv +To +Im +xS +Oq +kc +ZO +Lh +re +ZU +kc +hb +Cf +LP +QN +vI +kc +"} +(21,1,1) = {" +zF +FI +Nw +Ha +Nx +kc +zQ +UZ +aN +ci +kc +aO +mU +Od +wG +mM +kc +"} +(22,1,1) = {" +Pv +To +Im +ms +Pv +Fq +nd +yU +bQ +Gc +kc +zO +zB +sQ +Pv +To +SP +"} +(23,1,1) = {" +IA +MY +es +Og +yK +VJ +Is +Im +ut +Pv +dn +To +SP +zS +PO +sE +fM +"} +(24,1,1) = {" +uk +To +Im +rt +Sz +gT +Cf +Kv +JX +dA +Cf +CD +kM +DO +Pv +To +ae +"} +(25,1,1) = {" +GK +Zd +We +Ln +Bl +pb +NB +He +MB +Ta +ec +fC +NW +XA +Ym +Zd +vF +"} +(26,1,1) = {" +GK +uk +mS +xk +VD +vG +gF +Im +Oh +Pv +mS +Ji +WD +eg +gF +ae +GK +"} +(27,1,1) = {" +GK +GK +xn +mS +oy +gF +SP +lv +IV +hn +VJ +mS +Oy +gF +Fq +GK +GK +"} +(28,1,1) = {" +GK +GK +RU +yh +Is +SP +OP +dS +yE +iz +hj +VJ +Is +Ty +RU +GK +GK +"} +(29,1,1) = {" +GK +GK +GK +GK +Cf +wo +XK +Zr +bS +PB +sO +Ne +Cf +GK +GK +GK +GK +"} +(30,1,1) = {" +GK +GK +GK +GK +ij +ij +Dc +St +Pa +NX +Uv +ij +ij +GK +GK +GK +GK +"} +(31,1,1) = {" +GK +GK +GK +GK +GK +ij +ij +ij +zZ +ij +ij +ij +GK +GK +GK +GK +GK +"} diff --git a/_maps/map_files/cyberiad/bar2.dmm b/_maps/map_files/cyberiad/bar2.dmm new file mode 100644 index 000000000000..d50452f5fc13 --- /dev/null +++ b/_maps/map_files/cyberiad/bar2.dmm @@ -0,0 +1,3784 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"an" = ( +/obj/structure/table/wood, +/obj/machinery/computer/secure_data/laptop{ + desc = "Похоже, что на данном ноутбуке открыт какой-то старый браузер, со включенной вкладкой Twitch BANDA."; + name = "Ноутбук" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"aB" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/evac) +"aC" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood, +/area/centcom/evac) +"aN" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -13 + }, +/obj/structure/mirror{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"aR" = ( +/obj/structure/flora/tree/palm, +/obj/item/beach_ball, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"ba" = ( +/obj/machinery/vending/snack, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"bg" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/kitchen/knife/butcher, +/obj/item/kitchen/knife/butcher/meatcleaver, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warnwhite" + }, +/area/centcom/evac) +"bi" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-32"; + tag = "icon-plant-32" + }, +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"bn" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/centcom/evac) +"bG" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock{ + id_tag = "CC_toilet_unit3"; + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"bV" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"cl" = ( +/obj/machinery/slot_machine, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/evac) +"co" = ( +/obj/item/flag/nt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"cy" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/centcom/evac) +"cB" = ( +/obj/structure/chair/sofa/right, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"cC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/centcom/evac) +"cE" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"cF" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/applecakeslice, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"cO" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/wood, +/area/centcom/evac) +"cU" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"cV" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/wood, +/area/centcom/evac) +"da" = ( +/obj/machinery/vending/cigarette, +/obj/structure/closet/fireaxecabinet{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"db" = ( +/obj/structure/chair/stool/bar, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"dG" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"er" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"eD" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/clothing/mask/cigarette/pipe, +/turf/simulated/floor/wood, +/area/centcom/evac) +"eE" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"eU" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"fd" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"fm" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/evac) +"fo" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"fp" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"fB" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/evac) +"fN" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"gc" = ( +/obj/effect/turf_decal/box/corners, +/turf/simulated/floor/mineral/abductor, +/area/centcom/evac) +"gs" = ( +/obj/structure/sign/poster/official/religious{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"gu" = ( +/turf/simulated/floor/plating, +/area/centcom/evac) +"gD" = ( +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/centcom/evac) +"gM" = ( +/obj/effect/overlay/coconut, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"hb" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/flask/detflask{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"hc" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/simulated/floor/fakespace, +/area/centcom/evac) +"ht" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/centcom/evac) +"hu" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/centcom/evac) +"hw" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "warnwhite" + }, +/area/centcom/evac) +"hG" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/simulated/floor/mineral/abductor, +/area/centcom/evac) +"hK" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/centcom/evac) +"hZ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/centcom/evac) +"ix" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"iP" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/turf/simulated/floor/fakespace, +/area/centcom/evac) +"iV" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/trophy/gold_cup, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"iW" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/evac) +"jd" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = 4; + tag = "icon-shower (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"jo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"js" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/centcom/evac) +"jP" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"kj" = ( +/obj/machinery/slot_machine, +/turf/simulated/floor/wood, +/area/centcom/evac) +"kt" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock{ + id_tag = "CC_toilet_unit2"; + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"kA" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"la" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/evac) +"ll" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrivalcorner" + }, +/area/centcom/evac) +"lm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "warnwhite" + }, +/area/centcom/evac) +"ly" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"lA" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"lC" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock{ + id_tag = "CC_toilet_unit1"; + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"lL" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/evac) +"lQ" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"lZ" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/evac) +"mf" = ( +/obj/item/toy/plushie/blue_fox, +/turf/simulated/floor/plating, +/area/centcom/evac) +"ml" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "CC_toilet_unit3"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"mp" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"ms" = ( +/obj/structure/toilet{ + dir = 8; + name = "Трон старшего администратора" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "CC_toilet_unit4"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"mu" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"mx" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"mR" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"nd" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-32"; + tag = "icon-plant-32" + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/evac) +"ne" = ( +/turf/space, +/area/centcom/evac) +"nz" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "warnwhite" + }, +/area/centcom/evac) +"nQ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/centcom/evac) +"nU" = ( +/obj/machinery/kitchen_machine/candy_maker, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"nV" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"nW" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/evac) +"nX" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/wood, +/area/centcom/evac) +"oc" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel, +/area/centcom/evac) +"oi" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/evac) +"ot" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/evac) +"oD" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"oK" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/evac) +"oL" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_random, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/storage/fancy/cigarettes/cigpack_shadyjims, +/obj/item/storage/fancy/cigarettes/cigpack_uplift, +/obj/item/storage/fancy/cigarettes/dromedaryco, +/obj/item/storage/fancy/cigarettes/cigpack_carp, +/turf/simulated/floor/wood, +/area/centcom/evac) +"oQ" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "CC_toilet_unit2"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"oW" = ( +/obj/structure/closet/crate/can, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"pf" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"pm" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock{ + id_tag = "CC_toilet_unit4"; + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"pn" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/wood, +/area/centcom/evac) +"pq" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"px" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/evac) +"pD" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"pI" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"pP" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"qc" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/evac) +"qu" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warnwhite" + }, +/area/centcom/evac) +"qW" = ( +/obj/item/clothing/glasses/sunglasses/yeah, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"qX" = ( +/obj/item/flag/nt, +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"rD" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"rG" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/centcom/evac) +"sa" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/evac) +"si" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/evac) +"sn" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + icon_state = "door_locked"; + id_tag = "emergency_away"; + locked = 1; + name = "Arrival Airlock"; + req_access = null + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"sD" = ( +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/evac) +"sN" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"sZ" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"ti" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + name = "Access Controller OP1"; + pixel_x = -32; + pixel_y = 32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP1-Ext"; + tag_interior_door = "CC-OP1-Int" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/evac) +"tq" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-32"; + tag = "icon-plant-32" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"tM" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/structure/sign/poster/secret/yug0{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"ub" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/wood, +/area/centcom/evac) +"uF" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "warnwhite" + }, +/area/centcom/evac) +"uG" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"uK" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"uL" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"uP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrivalcorner" + }, +/area/centcom/evac) +"uV" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/evac) +"uX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/centcom/evac) +"vk" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/evac) +"vu" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"vz" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/soymilk, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/evac) +"vE" = ( +/obj/structure/chair/sofa{ + dir = 10 + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/evac) +"vL" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/evac) +"vO" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/centcom/evac) +"vR" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"wj" = ( +/turf/space, +/area/space) +"wp" = ( +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"wu" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-32"; + tag = "icon-plant-32" + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"wM" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-6"; + tag = "icon-plant-6" + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"wO" = ( +/turf/simulated/floor/plating/airless, +/area/centcom/evac) +"wZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"xb" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"xd" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/centcom/evac) +"xq" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"xG" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/centcom/evac) +"xH" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/evac) +"xU" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/evac) +"yJ" = ( +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"yO" = ( +/obj/structure/chair/stool/bar, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"yX" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/centcom/evac) +"zl" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"zs" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/centcom/evac) +"Am" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"At" = ( +/obj/structure/chair/sofa{ + dir = 6 + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/evac) +"Ay" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/evac) +"AB" = ( +/obj/structure/table/wood/poker, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"AS" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"AT" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/evac) +"AV" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"Bm" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "CC_toilet_unit1"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"Bq" = ( +/obj/structure/curtain/open/shower/security, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"Bv" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi' + }, +/turf/simulated/floor/plating, +/area/centcom/evac) +"BA" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/evac) +"BO" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + tag = "icon-plant-30" + }, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/centcom/evac) +"CD" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"CL" = ( +/obj/structure/closet/secure_closet/bar{ + req_access = null + }, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/reagent_containers/iv_bag/blood/random, +/turf/simulated/floor/wood, +/area/centcom/evac) +"CR" = ( +/obj/structure/chair/sofa{ + dir = 5 + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/evac) +"CV" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"Db" = ( +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" + }, +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"De" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"Df" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"Dg" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/evac) +"Dq" = ( +/obj/structure/chair/stool/bar, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/evac) +"DJ" = ( +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/reagent_containers/food/drinks/bottle/cream, +/obj/item/reagent_containers/food/snacks/mint, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/evac) +"DX" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-17"; + tag = "icon-plant-17" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"Eb" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"Ee" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"Eh" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/centcom/evac) +"Ew" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/box/matches, +/obj/item/toy/figure/bartender, +/turf/simulated/floor/wood, +/area/centcom/evac) +"EA" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/drinks/cans/beer, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"EE" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/evac) +"Fo" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/simulated/floor/mineral/abductor, +/area/centcom/evac) +"Fx" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + tag = "icon-plant-30" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"Fz" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/evac) +"FD" = ( +/obj/structure/chair/stool/bar, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"FI" = ( +/obj/structure/chair/sofa{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"FR" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/centcom/evac) +"FX" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"Gb" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/toy/plushie/nukeplushie, +/turf/simulated/floor/wood, +/area/centcom/evac) +"Gc" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"Gk" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"Gt" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warnwhite" + }, +/area/centcom/evac) +"GC" = ( +/obj/structure/table, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/book/manual/barman_recipes, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"GS" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/centcom/evac) +"GU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/centcom/evac) +"Hc" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"Hz" = ( +/obj/structure/table/wood/fancy, +/obj/item/toy/cards/deck, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"HA" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"HE" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/stock_parts/cell/infinite{ + desc = "Интересная батарейка золотого цвета, главный вопрос который вас терзает - а что она делает в космосе? \n Жаль что контакты окислились."; + name = "Батарейка в космосе?" + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"HH" = ( +/obj/effect/turf_decal/box/white/corners, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/evac) +"HN" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/evac) +"HS" = ( +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"HT" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/evac) +"HX" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/evac) +"Ib" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/evac) +"Ig" = ( +/obj/structure/table/wood/fancy/black, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"IJ" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "warnwhite" + }, +/area/centcom/evac) +"IK" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"IL" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrivalcorner" + }, +/area/centcom/evac) +"IN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/evac) +"Jm" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/evac) +"Jw" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"JC" = ( +/turf/simulated/floor/light, +/area/centcom/evac) +"JD" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/evac) +"JJ" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"JK" = ( +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"JS" = ( +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"JV" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/wood, +/area/centcom/evac) +"Kf" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/evac) +"Ks" = ( +/obj/machinery/reagentgrinder{ + layer = 4; + pixel_x = -1; + pixel_y = 9 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"KH" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/evac) +"KM" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/evac) +"KW" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/evac) +"Lg" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"Lm" = ( +/turf/simulated/floor/carpet/arcade, +/area/centcom/evac) +"Lv" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/centcom/evac) +"LN" = ( +/obj/machinery/vending/cigarette, +/obj/structure/closet/fireaxecabinet{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"LZ" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/centcom/evac) +"Mh" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"MP" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"Ng" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"Nh" = ( +/obj/machinery/vending/cola/free, +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"NF" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warnwhite" + }, +/area/centcom/evac) +"Om" = ( +/obj/structure/sign/barsign{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/centcom/evac) +"OE" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = -4; + tag = "icon-shower (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"OK" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod4_away"; + name = "recovery ship bay 4"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor/plating/airless, +/area/centcom/evac) +"Pc" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/centcom/evac) +"Pe" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"Pt" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/evac) +"Px" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"PD" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"PF" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"PS" = ( +/obj/machinery/bottler, +/obj/structure/table, +/turf/simulated/floor/wood, +/area/centcom/evac) +"Qe" = ( +/obj/structure/lattice, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/centcom/evac) +"Qn" = ( +/obj/structure/bookcase/manuals, +/turf/simulated/floor/wood, +/area/centcom/evac) +"Qq" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/candle/eternal, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"Qu" = ( +/obj/structure/table/reinforced, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"Qz" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/evac) +"QB" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_y = 14 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/evac) +"QL" = ( +/obj/structure/table/reinforced, +/obj/machinery/processor{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/evac) +"QP" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"QT" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/evac) +"QX" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"QZ" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/toy/cards/deck, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"RQ" = ( +/obj/structure/table/wood/fancy, +/obj/item/toy/plushie/fluff/fox, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"RV" = ( +/obj/machinery/slot_machine, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"Sa" = ( +/obj/structure/table/wood/fancy, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"Sd" = ( +/obj/machinery/door/airlock/wood{ + frequency = 2000; + id_tag = "CC-OP1-Ext"; + locked = 1; + name = "Zone 1" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"SF" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/simulated/floor/mineral/abductor, +/area/centcom/evac) +"SZ" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"Tj" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/evac) +"To" = ( +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/evac) +"TB" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/evac) +"TL" = ( +/obj/structure/chair/sofa{ + dir = 9 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"Ul" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/evac) +"Ur" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/sushimat, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/evac) +"Uv" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 8; + pixel_x = 4; + tag = "icon-shower (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"Uy" = ( +/obj/structure/closet/crate/freezer{ + desc = "Холодильник с напитками. Ничего необычного." + }, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"UX" = ( +/obj/effect/turf_decal/plaque, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"UZ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warnwhitecorner" + }, +/area/centcom/evac) +"Vl" = ( +/obj/machinery/vending/snack, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"Vo" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"Vs" = ( +/obj/machinery/icemachine, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/evac) +"Vv" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/evac) +"VE" = ( +/obj/structure/chair/sofa{ + dir = 9 + }, +/obj/effect/turf_decal/box/red/corners, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/evac) +"VQ" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"Wl" = ( +/obj/machinery/door/airlock/shuttle, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"Wn" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/book/manual/sop_service, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/evac) +"Wo" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"Ws" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"WF" = ( +/turf/simulated/floor/fakespace, +/area/centcom/evac) +"WJ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/centcom/evac) +"WN" = ( +/turf/simulated/floor/plasteel, +/area/centcom/evac) +"WR" = ( +/obj/structure/table/wood/fancy, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"Xa" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod3_away"; + name = "recovery ship bay 3"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor/plating/airless, +/area/centcom/evac) +"Xh" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warnwhite" + }, +/area/centcom/evac) +"Xt" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/evac) +"Xy" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/wood, +/area/centcom/evac) +"XP" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"Yj" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/evac) +"Yl" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"Yy" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/candle/eternal, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/centcom/evac) +"YJ" = ( +/obj/machinery/light/small, +/turf/simulated/floor/carpet/arcade, +/area/centcom/evac) +"YN" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/centcom/evac) +"YQ" = ( +/obj/effect/overlay/coconut, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"YY" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"Zm" = ( +/obj/structure/piano{ + icon_state = "piano" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"Zn" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/evac) +"Zt" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"Zw" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/evac) +"ZI" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"ZJ" = ( +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"ZN" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/centcom/evac) +"ZO" = ( +/turf/simulated/floor/wood, +/area/centcom/evac) + +(1,1,1) = {" +wj +wj +wj +wj +wj +wj +ne +ne +ne +ne +ne +gD +gD +gD +gD +gD +gD +gD +gD +gD +EE +oK +xH +xH +xH +xH +iW +JD +JD +JD +QL +fd +Ur +Ks +Ay +uF +qu +qu +"} +(2,1,1) = {" +wj +wj +wj +wj +wj +wj +pI +JD +JD +JD +pI +gD +gD +JD +oK +xH +xH +xH +xH +iW +JD +eE +cE +er +eE +cE +er +eE +cE +JD +wZ +uF +qu +hw +Xh +Gt +JK +DJ +"} +(3,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +QX +QX +QX +JD +oK +iW +JD +HT +PS +pn +er +aC +lQ +ZO +aC +aC +aC +aC +aC +aC +aC +aC +JD +sD +Gt +jo +jo +jo +jo +Wn +sZ +"} +(4,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +YN +WN +cC +xb +HA +HA +JD +Ng +px +px +eE +aC +Lm +Lm +Lm +Lm +Lm +Lm +Lm +Lm +Lm +Lm +JD +uF +UZ +jo +lm +bg +Gt +JK +QB +"} +(5,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +YN +WN +Lv +hZ +GS +Ws +JD +FX +px +px +er +aC +Lm +At +HX +xU +yX +xd +fm +HX +CR +Lm +JD +IJ +NF +jo +nz +BA +IJ +NF +NF +"} +(6,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +zs +WN +WN +WN +cC +Ws +JD +Xy +px +px +Gb +aC +Lm +vL +iP +iP +WF +WF +hc +hc +Ib +YJ +JD +JD +JD +JD +JD +Qu +Vs +nU +vz +"} +(7,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +rG +bn +bn +Eh +cC +lA +JD +qX +px +px +ZO +ZO +Lm +Pt +hc +hc +JC +JC +hc +hc +Vv +Lm +JD +ub +Tj +IN +JD +JD +JD +JD +JD +"} +(8,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +Gk +HA +HA +YN +cC +Gk +JD +oW +px +px +er +aC +Lm +hu +WF +JC +Fo +SF +JC +WF +uX +Lm +JD +xq +HH +QT +Qz +Qz +Gc +Sd +JD +"} +(9,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +JD +JD +JD +YN +cC +Ws +JD +CL +px +px +eE +aC +Lm +xd +WF +JC +hG +gc +JC +WF +yX +Lm +JD +Nh +oi +AT +vk +vk +Gc +Sd +JD +"} +(10,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +Bm +jd +JD +YN +cC +Ws +JD +Db +px +px +eD +aC +Lm +HN +hc +iP +JC +JC +hc +hc +Xt +Lm +JD +da +Tj +IN +JD +JD +IK +JD +IK +"} +(11,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +pP +uK +lC +YN +cC +Ws +JD +GC +px +px +eE +aC +Lm +vL +iP +hc +WF +WF +hc +hc +Ib +Lm +JD +ba +Tj +IN +CD +JD +HT +Zw +ti +"} +(12,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +JD +JD +JD +YN +cC +HA +JD +HT +ZO +ZO +er +aC +Lm +vE +si +sa +uX +hu +lZ +si +VE +Lm +JD +ZN +Tj +IN +Yy +JD +ZO +px +px +"} +(13,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +oQ +jd +JD +YN +LZ +JD +JD +JD +oL +Ew +Px +yO +Lm +Lm +Jm +Lm +hu +uX +Lm +Lm +Lm +YJ +JD +xq +Tj +IN +Hc +JD +ZO +px +px +"} +(14,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +pP +uK +kt +YN +Om +JD +kj +RV +kj +RV +cl +JD +JD +JD +JD +JD +Tj +IN +Zm +Lg +JD +JD +JD +JD +Tj +IN +xq +JD +HT +ub +Qn +"} +(15,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +JD +JD +JD +YN +cC +JD +aC +aC +aC +aC +Dq +wu +nX +co +ub +nd +Tj +IN +Eb +BO +JD +cV +Qq +cU +Tj +Dg +JD +JD +JD +JD +JD +"} +(16,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +vO +hZ +hZ +nQ +cC +pf +Qz +Qz +Qz +HH +QT +Qz +Qz +Qz +HH +QT +HH +QT +Qz +Qz +Qz +Qz +Qz +Qz +HH +QT +JD +ZI +ix +Ee +JD +"} +(17,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +YN +WN +js +bn +hK +JS +vk +KM +vk +oi +AT +vk +vk +vk +oi +AT +oi +AT +vk +vk +vk +vk +vk +vk +oi +AT +Bq +SZ +WR +Hz +JD +"} +(18,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +YN +WN +cC +JD +JD +JD +JD +JD +JD +Tj +nW +UX +db +db +KH +Yj +cB +AB +Yl +De +JD +JD +JD +JD +Tj +IN +Bq +SZ +RQ +Sa +JD +"} +(19,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +YN +WN +cC +JD +wu +kj +RV +kj +JD +To +nW +pq +MP +MP +KH +Yj +FI +Pe +nV +TL +JD +ml +OE +JD +Tj +IN +JD +Mh +eU +rD +JD +"} +(20,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +YN +WN +cC +JD +Fz +aC +aC +aC +JD +Tj +nW +pq +PD +mx +KH +IN +JD +JD +JD +JD +JD +pP +uK +bG +Tj +Dg +JD +JD +JD +JD +JD +"} +(21,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +YN +WN +LZ +JD +Wo +aC +ZO +ot +Qz +HH +la +pq +MP +MP +KH +IN +JD +ZI +ix +Ee +JD +JD +JD +JD +Tj +IN +JD +ZI +ix +Ee +JD +"} +(22,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +YN +WN +cC +JD +eE +aC +ZO +Tj +uX +oi +fB +yJ +FD +pq +KH +IN +Bq +SZ +Sa +Hz +JD +JD +JD +JD +Kf +IN +Bq +SZ +Sa +Hz +JD +"} +(23,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +aB +aB +aB +JD +JD +JD +JD +JS +JJ +JD +JD +JD +JD +tq +Tj +IN +Bq +SZ +WR +WR +JD +pP +aN +pm +Tj +IN +Bq +SZ +WR +WR +JD +"} +(24,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +FR +WN +IL +lL +lL +Ul +lL +lL +uV +TB +Pc +Gk +JD +JV +Tj +Dg +JD +Mh +eU +rD +JD +ms +Uv +JD +Tj +IN +JD +Mh +tM +rD +JD +"} +(25,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +FR +WN +WN +WN +WN +WN +WN +WN +WN +oc +GU +Jw +JD +LN +Tj +IN +JD +JD +JD +JD +JD +JD +JD +JD +Tj +Dg +JD +JD +JD +JD +JD +"} +(26,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +FR +WN +uP +WJ +WJ +WJ +WJ +WJ +ll +WN +ht +mp +JD +Vl +HH +QT +Qz +Qz +Qz +Qz +Qz +Qz +Qz +Qz +HH +QT +Qz +HH +QT +cO +JD +"} +(27,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +FR +WN +GU +DX +Fx +ly +Fx +DX +FR +WN +xG +XP +JD +bi +oi +AT +vk +KM +vk +vk +vk +KM +vk +vk +oi +AT +vk +oi +AT +JV +JD +"} +(28,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +FR +WN +GU +Fx +mR +qW +YQ +Fx +FR +WN +GU +AS +JD +JD +vu +vu +JD +JD +Bq +JD +JD +JD +JD +Fz +Tj +IN +Fz +Tj +IN +Fz +JD +"} +(29,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +FR +WN +GU +zl +gM +aR +dG +QP +FR +WN +GU +Jw +JD +Uy +SZ +SZ +JD +VQ +SZ +Zt +JD +gu +JD +uG +Tj +IN +xq +Tj +IN +uG +JD +"} +(30,1,1) = {" +wj +wj +wj +wj +wj +wj +JD +FR +WN +GU +Vo +AV +wp +fp +Vo +FR +WN +GU +Gk +JD +hb +SZ +sN +JD +SZ +SZ +SZ +Bv +gu +JD +wM +Tj +IN +PF +Tj +IN +wM +JD +"} +(31,1,1) = {" +wj +wj +wj +wj +wj +wj +Am +sn +Am +sn +Am +pD +ZJ +fp +Am +sn +Am +sn +Am +JD +an +uL +gs +JD +YY +HS +fo +JD +cy +JD +Am +Wl +Am +JD +Am +Wl +Am +JD +"} +(32,1,1) = {" +wj +wj +wj +wj +wj +wj +Zn +ly +Zn +ly +Zn +mu +HE +oD +Zn +ly +Zn +ly +Zn +JD +cF +SZ +sN +JD +bV +EA +Df +JD +gu +JD +Zn +ly +Zn +JD +Zn +ly +Zn +JD +"} +(33,1,1) = {" +wj +wj +wj +wj +wj +wj +Zn +ly +Zn +ly +Zn +JD +JD +JD +Zn +ly +Zn +ly +Zn +JD +vR +SZ +SZ +JD +bV +Ig +Df +JD +Bv +JD +pI +Wl +pI +JD +pI +Wl +pI +JD +"} +(34,1,1) = {" +wj +wj +wj +wj +wj +wj +Zn +ly +Zn +ly +Zn +gD +JD +JD +Zn +ly +Zn +ly +Zn +JD +CV +kA +iV +JD +bV +QZ +Df +JD +gu +JD +wO +OK +wO +JD +wO +Xa +wO +JD +"} +(35,1,1) = {" +wj +wj +wj +wj +wj +wj +Zn +ly +Zn +ly +Zn +gD +gD +gD +Zn +ly +Zn +ly +Zn +JD +JD +JD +JD +JD +jP +EA +fN +JD +mf +JD +wO +wO +wO +JD +wO +wO +wO +JD +"} +(36,1,1) = {" +wj +wj +wj +wj +wj +wj +Zn +zl +Zn +ly +KW +Qe +Qe +Qe +KW +ly +Zn +QP +Zn +gD +gD +gD +JD +JD +qc +xH +iW +JD +gu +JD +wO +wO +wO +JD +wO +wO +wO +JD +"} +(37,1,1) = {" +wj +wj +wj +wj +wj +wj +Zn +ly +Zn +ly +Zn +gD +gD +gD +Zn +ly +Zn +ly +Zn +gD +gD +gD +gD +gD +Qe +gD +gD +JD +JD +EE +wO +wO +wO +EE +wO +wO +wO +EE +"} +(38,1,1) = {" +wj +wj +wj +wj +wj +wj +Zn +ly +Zn +ly +Zn +gD +gD +gD +Zn +ly +Zn +ly +Zn +gD +gD +gD +gD +gD +Qe +gD +gD +gD +gD +Qe +gD +gD +gD +Qe +gD +gD +gD +EE +"} diff --git a/_maps/map_files/cyberiad/beach.dmm b/_maps/map_files/cyberiad/beach.dmm new file mode 100644 index 000000000000..92fafad26055 --- /dev/null +++ b/_maps/map_files/cyberiad/beach.dmm @@ -0,0 +1,970 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"bs" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/beach/sand, +/area/centcom/zone1) +"cB" = ( +/turf/unsimulated/wall, +/area/centcom/zone1) +"dc" = ( +/obj/machinery/disco{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"dn" = ( +/obj/effect/overlay/palmtree_l, +/turf/simulated/floor/beach/sand, +/area/centcom/zone1) +"dW" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/beach/sand, +/area/centcom/zone1) +"eZ" = ( +/obj/effect/turf_decal/sand, +/turf/simulated/floor/beach/sand, +/area/centcom/zone1) +"fX" = ( +/obj/effect/turf_decal/sand/plating, +/turf/simulated/floor/beach/sand, +/area/centcom/zone1) +"gl" = ( +/turf/simulated/wall/mineral/sandstone, +/area/centcom/zone1) +"hk" = ( +/turf/simulated/floor/beach/water, +/area/centcom/zone1) +"hW" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/sand, +/area/centcom/zone1) +"kD" = ( +/obj/machinery/door/airlock/sandstone{ + name = "Restroom" + }, +/obj/effect/turf_decal/sand, +/turf/simulated/floor/plating, +/area/centcom/zone1) +"nt" = ( +/turf/simulated/floor/beach/coastline_t{ + dir = 10 + }, +/area/centcom/zone1) +"oH" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone1) +"pI" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/machinery/chem_dispenser/soda/upgraded, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qs" = ( +/turf/simulated/floor/beach/sand, +/area/centcom/zone1) +"qI" = ( +/obj/item/instrument/banjo, +/turf/simulated/floor/beach/sand, +/area/centcom/zone1) +"qW" = ( +/turf/simulated/floor/beach/coastline_t{ + dir = 8 + }, +/area/centcom/zone1) +"rl" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rs" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/turf_decal/sand, +/turf/simulated/floor/plating, +/area/centcom/zone1) +"tu" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/centcom/zone1) +"ue" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone1) +"uN" = ( +/turf/simulated/floor/wood, +/area/centcom/zone1) +"ve" = ( +/turf/space, +/area/space) +"vp" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/effect/turf_decal/sand, +/turf/simulated/floor/plating, +/area/centcom/zone1) +"vz" = ( +/turf/simulated/floor/beach/coastline_b{ + dir = 8 + }, +/area/centcom/zone1) +"wI" = ( +/obj/structure/sign/barsign, +/turf/simulated/wall/mineral/sandstone, +/area/centcom/zone1) +"xc" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "CentComm Zone 1-3"; + network = list("CentComm") + }, +/obj/structure/chair, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"xF" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/centcom/zone1) +"Ad" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/storage/fancy/cigarettes/cigpack_random, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/storage/fancy/cigarettes/cigpack_shadyjims, +/obj/item/storage/fancy/cigarettes/cigpack_uplift, +/obj/item/storage/fancy/cigarettes/dromedaryco, +/obj/item/storage/fancy/cigarettes/cigpack_carp, +/obj/item/toy/figure/bartender, +/obj/item/storage/box/matches, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"Ah" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/machinery/chem_dispenser/beer/upgraded, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"AD" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone1) +"AH" = ( +/obj/machinery/bottler, +/obj/structure/table, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"AM" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/sand, +/obj/item/flashlight/lantern, +/turf/simulated/floor/plating, +/area/centcom/zone1) +"BL" = ( +/obj/effect/turf_decal/sand, +/turf/simulated/floor/plating, +/area/centcom/zone1) +"EO" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone1) +"Iq" = ( +/obj/item/clothing/shoes/sandal, +/turf/simulated/floor/beach/sand, +/area/centcom/zone1) +"Kp" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"LX" = ( +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/beach/sand, +/area/centcom/zone1) +"Mk" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone1) +"Mr" = ( +/mob/living/simple_animal/crab, +/turf/simulated/floor/beach/sand, +/area/centcom/zone1) +"Mw" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"MF" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/beach/sand, +/area/centcom/zone1) +"Px" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"Qk" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/centcom/zone1) +"Qq" = ( +/obj/structure/bed, +/turf/simulated/floor/beach/sand, +/area/centcom/zone1) +"Rs" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone1) +"Si" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/simulated/floor/beach/water, +/area/centcom/zone1) +"Wu" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/obj/structure/chair, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"Xn" = ( +/obj/structure/closet/secure_closet/bar{ + req_access = null + }, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/reagent_containers/iv_bag/blood/random, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"XC" = ( +/turf/simulated/floor/beach/coastline_t{ + dir = 9 + }, +/area/centcom/zone1) +"XN" = ( +/obj/structure/sign/restroom{ + pixel_y = 30 + }, +/turf/unsimulated/wall, +/area/centcom/zone1) +"XX" = ( +/obj/effect/overlay/coconut, +/turf/simulated/floor/beach/sand, +/area/centcom/zone1) +"Yk" = ( +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) + +(1,1,1) = {" +ve +ve +ve +ve +ve +ve +Rs +tu +tu +tu +tu +tu +AD +ve +ve +ve +ve +ve +ve +ve +"} +(2,1,1) = {" +ve +ve +ve +ve +Rs +tu +oH +hk +hk +hk +hk +hk +ue +tu +AD +ve +ve +ve +ve +cB +"} +(3,1,1) = {" +ve +ve +Mk +tu +oH +hk +hk +hk +hk +hk +hk +hk +hk +hk +ue +AD +ve +ve +ve +cB +"} +(4,1,1) = {" +cB +cB +cB +hk +hk +hk +hk +hk +hk +hk +hk +Si +hk +hk +hk +EO +ve +ve +ve +cB +"} +(5,1,1) = {" +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +cB +cB +cB +cB +cB +"} +(6,1,1) = {" +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +"} +(7,1,1) = {" +hk +hk +Si +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +"} +(8,1,1) = {" +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +Si +hk +hk +"} +(9,1,1) = {" +vz +vz +hk +hk +hk +hk +hk +hk +Si +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +"} +(10,1,1) = {" +hk +hk +vz +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +"} +(11,1,1) = {" +vz +vz +hk +vz +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +"} +(12,1,1) = {" +qW +nt +vz +hk +vz +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +Si +hk +hk +hk +hk +"} +(13,1,1) = {" +qs +qs +nt +vz +hk +vz +vz +hk +hk +uN +uN +hk +hk +hk +hk +hk +vz +vz +vz +vz +"} +(14,1,1) = {" +hW +qs +qs +nt +vz +hk +hk +hk +vz +uN +uN +vz +vz +vz +vz +vz +hk +hk +hk +hk +"} +(15,1,1) = {" +qs +Mr +qs +qs +nt +vz +vz +hk +hk +uN +uN +hk +hk +hk +hk +hk +vz +vz +vz +vz +"} +(16,1,1) = {" +qs +qs +qs +qs +qs +qW +qW +nt +vz +uN +uN +vz +vz +vz +vz +vz +XC +qW +qW +qW +"} +(17,1,1) = {" +qs +qs +qs +dn +XX +MF +qs +qs +qW +uN +uN +qW +qW +qW +qW +qW +qs +qs +dW +qs +"} +(18,1,1) = {" +dW +qs +qs +qs +qs +qs +Qq +qI +Qq +dc +uN +qs +Qq +qs +Qq +qs +Qq +XX +XX +qs +"} +(19,1,1) = {" +gl +gl +gl +qs +MF +qs +dn +XX +qs +uN +uN +Mr +qs +qs +qs +qs +dn +qs +dn +qs +"} +(20,1,1) = {" +rs +AM +gl +fX +qs +qs +qs +fX +eZ +eZ +fX +eZ +eZ +eZ +fX +qs +qs +MF +qs +qs +"} +(21,1,1) = {" +vp +BL +kD +fX +fX +fX +eZ +eZ +eZ +eZ +fX +eZ +fX +fX +eZ +fX +qs +qs +dW +qs +"} +(22,1,1) = {" +gl +gl +gl +bs +eZ +eZ +qs +qs +qs +qs +qs +qs +dn +XX +qs +eZ +qs +qs +qs +qs +"} +(23,1,1) = {" +hW +qs +qs +qs +fX +fX +dW +qs +qs +qs +dn +gl +Mw +Mw +Mw +Mw +Mw +Mw +cB +cB +"} +(24,1,1) = {" +MF +LX +qs +fX +eZ +qs +qs +qs +qs +qs +XX +wI +Ad +Kp +Kp +Kp +Kp +Kp +cB +cB +"} +(25,1,1) = {" +qs +qs +qs +eZ +fX +qs +qs +hW +qs +dW +qs +gl +uN +uN +uN +uN +uN +uN +cB +cB +"} +(26,1,1) = {" +MF +LX +qs +eZ +fX +qs +qs +qs +MF +qs +qs +gl +uN +uN +uN +uN +uN +uN +cB +cB +"} +(27,1,1) = {" +qs +qs +Iq +fX +eZ +Iq +MF +qs +qs +qs +qs +uN +uN +uN +uN +uN +uN +uN +cB +Px +"} +(28,1,1) = {" +qs +hW +Iq +fX +eZ +Iq +qs +qs +dW +qs +qs +uN +uN +uN +uN +uN +uN +uN +cB +Wu +"} +(29,1,1) = {" +cB +qs +Iq +eZ +eZ +Iq +qs +MF +qs +qs +qs +gl +Xn +Yk +AH +pI +Ah +rl +cB +Wu +"} +(30,1,1) = {" +cB +cB +cB +xF +Qk +cB +cB +cB +cB +cB +cB +cB +cB +cB +XN +cB +cB +cB +cB +xc +"} diff --git a/_maps/map_files/cyberiad/cyberiad.dmm b/_maps/map_files/cyberiad/cyberiad.dmm index 795ff134c43b..3e00f54e3997 100644 --- a/_maps/map_files/cyberiad/cyberiad.dmm +++ b/_maps/map_files/cyberiad/cyberiad.dmm @@ -234,7 +234,10 @@ dir = 4 }, /obj/item/clothing/mask/balaclava, -/turf/simulated/floor/plasteel, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/security/main) "ach" = ( /obj/structure/rack{ @@ -686,6 +689,7 @@ /obj/machinery/computer/security/telescreen/entertainment{ pixel_x = 32 }, +/obj/item/flag/nt, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -968,7 +972,10 @@ /obj/effect/decal/warning_stripes/red/partial{ dir = 4 }, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, /area/security/main) "adk" = ( /obj/structure/closet/secure_closet/security, @@ -979,11 +986,23 @@ dir = 1 }, /obj/item/clothing/mask/balaclava, -/turf/simulated/floor/plasteel, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/security/main) "adl" = ( -/obj/machinery/vending/security, -/turf/simulated/floor/plasteel, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/security/main) "adm" = ( /obj/structure/cable{ @@ -1004,7 +1023,10 @@ dir = 4 }, /obj/item/clothing/mask/balaclava, -/turf/simulated/floor/plasteel, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/security/main) "ado" = ( /turf/simulated/floor/plasteel, @@ -1096,7 +1118,10 @@ dir = 8 }, /obj/item/clothing/mask/balaclava, -/turf/simulated/floor/plasteel, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/security/main) "ady" = ( /obj/structure/table, @@ -1222,7 +1247,10 @@ dir = 4 }, /obj/item/clothing/mask/balaclava, -/turf/simulated/floor/plasteel, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/security/main) "adH" = ( /obj/machinery/button/windowtint{ @@ -1329,7 +1357,10 @@ dir = 4 }, /obj/item/clothing/mask/balaclava, -/turf/simulated/floor/plasteel, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/security/main) "adR" = ( /obj/structure/cable{ @@ -1533,7 +1564,10 @@ /obj/effect/decal/warning_stripes/red/partial{ dir = 4 }, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, /area/security/main) "aek" = ( /obj/structure/closet/secure_closet/security, @@ -1546,7 +1580,10 @@ pixel_x = -32 }, /obj/item/clothing/mask/balaclava, -/turf/simulated/floor/plasteel, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/security/main) "ael" = ( /obj/structure/cable{ @@ -3273,7 +3310,16 @@ /area/security/armoury) "agY" = ( /obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, /area/security/main) "agZ" = ( /turf/simulated/shuttle/wall{ @@ -3607,7 +3653,10 @@ dir = 2; icon_state = "pipe-c" }, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredfull" + }, /area/security/main) "ahI" = ( /obj/structure/disposalpipe/segment, @@ -3709,7 +3758,8 @@ pixel_x = -6 }, /turf/simulated/floor/plasteel{ - icon_state = "red" + dir = 10; + icon_state = "darkredfull" }, /area/security/main) "ahS" = ( @@ -6244,11 +6294,26 @@ /obj/effect/decal/warning_stripes/red/partial{ dir = 8 }, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "dark" + }, /area/security/main) "amd" = ( +/obj/effect/decal/warning_stripes/red/hollow, /obj/structure/chair/stool, -/turf/simulated/floor/plasteel, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredfull" + }, /area/security/main) "ame" = ( /obj/machinery/door/airlock/maintenance{ @@ -6272,7 +6337,10 @@ dir = 4 }, /obj/item/clothing/mask/balaclava, -/turf/simulated/floor/plasteel, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/security/main) "amg" = ( /obj/machinery/light, @@ -7182,7 +7250,9 @@ name = "Security Office"; req_access_txt = "1" }, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/security/main) "anP" = ( /obj/structure/cable{ @@ -7641,6 +7711,13 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0; + tag = "" + }, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -7661,6 +7738,13 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0; + tag = "" + }, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -7684,7 +7768,17 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/simulated/floor/plasteel, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredfull" + }, /area/security/main) "aoG" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ @@ -7695,7 +7789,14 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/simulated/floor/plasteel, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/security/main) "aoH" = ( /obj/structure/cable{ @@ -7720,7 +7821,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/security/main) "aoI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -8299,14 +8402,18 @@ "apH" = ( /obj/structure/closet/wardrobe/red, /obj/item/clothing/suit/tracksuit/red, +/obj/effect/decal/warning_stripes/red/hollow, /turf/simulated/floor/plasteel{ - icon_state = "red" + dir = 10; + icon_state = "darkredfull" }, /area/security/main) "apI" = ( /obj/structure/closet/wardrobe/red, +/obj/effect/decal/warning_stripes/red/hollow, /turf/simulated/floor/plasteel{ - icon_state = "red" + dir = 10; + icon_state = "darkredfull" }, /area/security/main) "apJ" = ( @@ -8325,7 +8432,8 @@ }, /obj/item/restraints/handcuffs, /turf/simulated/floor/plasteel{ - icon_state = "red" + dir = 10; + icon_state = "darkredfull" }, /area/security/main) "apK" = ( @@ -8349,7 +8457,8 @@ }, /obj/machinery/disposal, /turf/simulated/floor/plasteel{ - icon_state = "red" + dir = 10; + icon_state = "darkredfull" }, /area/security/main) "apM" = ( @@ -13663,13 +13772,30 @@ /turf/simulated/floor/plasteel, /area/security/permabrig) "ayA" = ( -/obj/structure/noticeboard{ +/obj/structure/table/wood, +/obj/item/storage/photo_album{ + pixel_y = -10 + }, +/obj/item/camera_film, +/obj/item/camera_film, +/obj/item/camera{ + desc = "A one use - polaroid camera. 30 photos left."; + name = "detectives camera"; + pictures_left = 30 + }, +/obj/machinery/requests_console{ + name = "Detective Requests Console"; pixel_y = -30 }, -/obj/machinery/photocopier, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 }, +/obj/machinery/photocopier, +/turf/simulated/floor/wood, /area/security/detectives_office) "ayB" = ( /obj/machinery/door/firedoor, @@ -14001,6 +14127,9 @@ }, /area/security/prison/cell_block/A) "ayV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, /turf/simulated/floor/plasteel{ icon_state = "grimy" }, @@ -14553,7 +14682,7 @@ "azS" = ( /obj/structure/chair/stool/bar, /turf/simulated/floor/wood, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "azT" = ( /obj/machinery/door/airlock/external{ frequency = 1450; @@ -14655,7 +14784,7 @@ broken = 1; icon_state = "wood-broken" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aAc" = ( /obj/structure/grille{ density = 0; @@ -14675,11 +14804,11 @@ /area/shuttle/siberia) "aAf" = ( /turf/simulated/wall, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aAg" = ( /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aAh" = ( /obj/structure/chair/comfy/shuttle{ dir = 4 @@ -14983,7 +15112,7 @@ }, /obj/structure/chair/stool/bar, /turf/simulated/floor/wood, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aAM" = ( /obj/machinery/door_control{ id = "magistrate"; @@ -15207,14 +15336,14 @@ /obj/structure/table/wood, /obj/item/deck/cards, /turf/simulated/floor/wood, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aBd" = ( /obj/structure/chair/wood/wings{ dir = 4; tag = "icon-wooden_chair_wings (EAST)" }, /turf/simulated/floor/plating, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aBe" = ( /obj/structure/chair/wood/wings{ dir = 8; @@ -15224,21 +15353,21 @@ broken = 1; icon_state = "wood-broken" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aBf" = ( /obj/structure/chair/wood/wings{ dir = 4; tag = "icon-wooden_chair_wings (EAST)" }, /turf/simulated/floor/wood, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aBg" = ( /turf/simulated/floor/wood, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aBh" = ( /obj/item/stack/tile/wood, /turf/simulated/floor/plating, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aBi" = ( /obj/structure/table/reinforced, /obj/item/taperecorder, @@ -15251,7 +15380,7 @@ /obj/structure/table/wood, /obj/item/trash/candle, /turf/simulated/floor/plating, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aBk" = ( /obj/structure/chair/comfy/shuttle{ dir = 4 @@ -15544,13 +15673,13 @@ broken = 1; icon_state = "wood-broken" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aBV" = ( /turf/simulated/floor/wood{ broken = 1; icon_state = "wood-broken" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aBW" = ( /obj/structure/sink/kitchen{ pixel_y = 25 @@ -15562,11 +15691,11 @@ broken = 1; icon_state = "wood-broken" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aBX" = ( /obj/item/trash/liquidfood, /turf/simulated/floor/wood, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aBY" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ @@ -16002,18 +16131,18 @@ dir = 9; icon_regular_floor = "escape" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aCN" = ( /obj/effect/decal/cleanable/fungus, /turf/simulated/wall, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aCO" = ( /obj/machinery/vending/autodrobe, /turf/simulated/floor/plating, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aCP" = ( /turf/simulated/wall/rust, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aCQ" = ( /obj/structure/window/reinforced{ dir = 4 @@ -16025,7 +16154,7 @@ dir = 5; icon_regular_floor = "escape" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aCR" = ( /obj/structure/window/reinforced{ dir = 1 @@ -16034,14 +16163,14 @@ dir = 1; icon_state = "escape" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aCS" = ( /obj/item/lighter/random, /turf/simulated/floor/wood{ broken = 1; icon_state = "wood-broken" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aCT" = ( /obj/machinery/light/spot{ dir = 8; @@ -16073,13 +16202,13 @@ /obj/structure/table/wood, /obj/item/trash/plate, /turf/simulated/floor/wood, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aCW" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/bottle/patron, /obj/item/storage/fancy/cigarettes/cigpack_shadyjims, /turf/simulated/floor/plating, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aCX" = ( /obj/structure/chair/comfy/shuttle, /turf/simulated/shuttle/floor{ @@ -16309,7 +16438,7 @@ /area/maintenance/fsmaint2) "aDs" = ( /turf/simulated/floor/plating, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aDt" = ( /obj/structure/table/wood, /obj/item/lipstick/random, @@ -16320,7 +16449,7 @@ dir = 1 }, /turf/simulated/floor/plating, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aDu" = ( /obj/machinery/power/solar_control{ id = "auxsolareast"; @@ -16384,16 +16513,16 @@ /obj/item/clothing/head/fedora/brownfedora, /obj/item/storage/belt/holster, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aDA" = ( /obj/structure/filingcabinet/filingcabinet, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aDB" = ( /obj/structure/rack, /obj/item/camera, /turf/simulated/floor/wood, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aDC" = ( /obj/structure/closet/cabinet, /obj/item/storage/box/evidence, @@ -16402,7 +16531,7 @@ /obj/item/clothing/under/suit_jacket/tan, /obj/item/reagent_containers/food/drinks/bottle/whiskey, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aDD" = ( /obj/structure/table, /obj/item/reagent_containers/food/drinks/drinkingglass{ @@ -16410,7 +16539,7 @@ }, /obj/item/reagent_containers/glass/beaker/waterbottle, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aDE" = ( /obj/item/seeds/ambrosia, /obj/machinery/light/small{ @@ -16537,7 +16666,7 @@ initialize_directions = 10 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aDU" = ( /obj/structure/cable{ d1 = 4; @@ -16555,11 +16684,11 @@ dir = 8; icon_state = "escape" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aDW" = ( /obj/structure/door_assembly, /turf/simulated/floor/plating, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aDX" = ( /obj/item/shard{ icon_state = "small" @@ -16569,11 +16698,11 @@ dir = 4; icon_regular_floor = "escape" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aDY" = ( /obj/item/stack/tile/plasteel, /turf/simulated/floor/plating, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aDZ" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel, @@ -16585,7 +16714,7 @@ broken = 1; icon_state = "wood-broken" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aEb" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 4; @@ -16594,11 +16723,11 @@ }, /obj/effect/spawner/lootdrop/maintenance, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aEc" = ( /obj/machinery/vending/boozeomat, /turf/simulated/floor/plating, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aEd" = ( /obj/structure/cable{ d1 = 4; @@ -16654,7 +16783,7 @@ /area/hallway/primary/fore) "aEk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 + dir = 4 }, /turf/simulated/floor/plasteel{ icon_state = "grimy" @@ -16672,20 +16801,20 @@ }, /area/hallway/primary/fore) "aEn" = ( -/obj/structure/chair/office/dark, /obj/machinery/light{ dir = 1; on = 1 }, -/obj/effect/landmark/start{ - name = "Detective" - }, /obj/machinery/door_control{ id = "brig_detprivacy"; name = "Detective Privacy Shutters Control"; pixel_x = 25; pixel_y = 25 }, +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start{ + name = "Detective" + }, /turf/simulated/floor/plasteel{ icon_state = "grimy" }, @@ -16837,7 +16966,7 @@ }, /obj/item/storage/pill_bottle/random_drug_bottle, /turf/simulated/floor/plating, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aEA" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -16904,7 +17033,7 @@ pixel_y = 32 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aEG" = ( /obj/structure/safe/floor, /obj/item/clothing/suit/storage/det_suit/forensics, @@ -16917,7 +17046,7 @@ /obj/item/cartridge/detective, /obj/item/clothing/glasses/sunglasses/yeah, /turf/simulated/floor/wood, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aEH" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark{ @@ -16928,24 +17057,24 @@ broken = 1; icon_state = "wood-broken" }, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aEI" = ( /obj/structure/chair/comfy/black, /turf/simulated/floor/plating, /area/maintenance/fsmaint) "aEJ" = ( /turf/simulated/floor/wood, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aEK" = ( /obj/structure/chair, /turf/simulated/floor/wood, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aEL" = ( /obj/structure/chair{ dir = 8 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aEM" = ( /obj/machinery/access_button{ command = "cycle_exterior"; @@ -17011,7 +17140,7 @@ dir = 4; icon_state = "whitecorner" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aET" = ( /obj/effect/spawner/random_spawners/cobweb_right_rare, /turf/simulated/floor/plating, @@ -17024,7 +17153,7 @@ dir = 10; icon_regular_floor = "escape" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aEV" = ( /obj/structure/window/reinforced{ dir = 4 @@ -17033,13 +17162,13 @@ dir = 6; icon_state = "escape" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aEW" = ( /obj/item/stack/rods, /turf/simulated/floor/plasteel{ icon_state = "escape" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aEX" = ( /obj/item/trash/pistachios, /obj/machinery/light_construct, @@ -17047,7 +17176,7 @@ broken = 1; icon_state = "wood-broken" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aEY" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, @@ -17058,7 +17187,7 @@ pixel_y = -25 }, /turf/simulated/floor/plating, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aFa" = ( /obj/structure/sign/poster/contraband/random{ pixel_x = 32 @@ -17067,13 +17196,13 @@ broken = 1; icon_state = "wood-broken" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aFb" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/condiment/saltshaker, /obj/item/reagent_containers/food/condiment/peppermill, /turf/simulated/floor/plating, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aFc" = ( /obj/structure/chair/stool, /obj/structure/sign/poster/contraband/random{ @@ -17083,7 +17212,7 @@ /area/maintenance/fpmaint) "aFd" = ( /turf/simulated/wall/r_wall, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aFe" = ( /turf/space, /turf/simulated/shuttle/wall{ @@ -17278,7 +17407,7 @@ dir = 4 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aFw" = ( /turf/simulated/floor/plasteel{ icon_state = "dark" @@ -17333,6 +17462,7 @@ /obj/structure/table/wood, /obj/item/book/manual/security_space_law, /obj/item/clothing/glasses/sunglasses, +/obj/item/storage/fancy/donut_box, /turf/simulated/floor/plasteel{ icon_state = "grimy" }, @@ -17443,7 +17573,7 @@ dir = 10; icon_state = "purple" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aFQ" = ( /obj/machinery/camera{ c_tag = "Fore Port Solar Control"; @@ -17493,7 +17623,7 @@ dir = 8 }, /turf/simulated/floor/wood, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aFV" = ( /obj/structure/table, /obj/item/storage/fancy/cigarettes, @@ -17501,20 +17631,20 @@ /turf/simulated/floor/plasteel{ icon_state = "grimy" }, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aFW" = ( /obj/machinery/light/small{ dir = 4 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aFX" = ( /obj/structure/table, /obj/item/folder, /turf/simulated/floor/plasteel{ icon_state = "grimy" }, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aFY" = ( /obj/machinery/door/airlock/external{ frequency = 1379; @@ -17526,7 +17656,7 @@ req_access_txt = "13" }, /turf/simulated/floor/plating/airless, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aFZ" = ( /obj/structure/cable{ d1 = 1; @@ -17564,11 +17694,11 @@ broken = 1; icon_state = "wood-broken" }, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aGd" = ( /obj/effect/decal/cleanable/fungus, /turf/simulated/wall/rust, -/area/maintenance/abandonedbar) +/area/maintenance/bar) "aGe" = ( /obj/structure/table, /obj/item/restraints/handcuffs/cable, @@ -17623,7 +17753,7 @@ /area/maintenance/fpmaint) "aGn" = ( /turf/simulated/wall, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aGo" = ( /obj/structure/table/wood/poker, /obj/item/deck/cards, @@ -17738,9 +17868,7 @@ dir = 4 }, /obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, +/turf/simulated/floor/wood, /area/security/detectives_office) "aGB" = ( /obj/structure/cable{ @@ -18055,7 +18183,7 @@ name = "HIGH VOLTAGE" }, /turf/simulated/wall/r_wall, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aHh" = ( /obj/machinery/door/airlock/engineering{ icon_state = "door_closed"; @@ -18068,37 +18196,37 @@ icon_state = "1-2" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aHi" = ( /obj/effect/decal/cleanable/fungus, /turf/simulated/wall/r_wall, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aHj" = ( /obj/machinery/vending/cigarette/free, /turf/simulated/floor/wood, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aHk" = ( /obj/structure/chair/stool, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel{ icon_state = "grimy" }, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aHl" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aHm" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/wood{ icon_state = "wood-broken7"; tag = "icon-wood-broken7" }, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aHn" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/wall, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aHo" = ( /obj/machinery/atmospherics/unary/vent_scrubber{ dir = 4; @@ -18304,7 +18432,7 @@ dir = 4 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aHN" = ( /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating, @@ -18329,10 +18457,10 @@ filled = 0.1 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aHS" = ( /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aHT" = ( /turf/simulated/floor/plasteel{ icon_state = "bluecorner" @@ -18343,7 +18471,7 @@ dir = 8 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aHW" = ( /obj/structure/cable{ d1 = 1; @@ -18366,9 +18494,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, +/turf/simulated/floor/wood, /area/security/detectives_office) "aHY" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ @@ -18427,7 +18553,7 @@ id_tag = "eva_pump" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aIg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -18495,7 +18621,7 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aIn" = ( /obj/structure/dresser, /obj/machinery/firealarm{ @@ -18586,7 +18712,7 @@ c_tag = "Fore Port Solar Access" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aIx" = ( /obj/structure/cable{ d1 = 1; @@ -18594,13 +18720,13 @@ icon_state = "1-2" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aIy" = ( /turf/simulated/floor/wood{ icon_state = "wood-broken7"; tag = "icon-wood-broken7" }, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aIz" = ( /obj/machinery/door/firedoor, /obj/machinery/door/window/brigdoor{ @@ -18673,33 +18799,33 @@ req_access_txt = "10;13" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aIH" = ( /turf/simulated/floor/wood{ icon_state = "wood-broken3"; tag = "icon-wood-broken3" }, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aII" = ( /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aIJ" = ( /obj/machinery/atmospherics/unary/portables_connector{ dir = 1 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aIK" = ( /obj/item/book/manual/detective, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aIL" = ( /turf/simulated/floor/wood{ icon_state = "wood-broken6"; tag = "icon-wood-broken6" }, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aIM" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock{ @@ -18743,7 +18869,7 @@ }, /obj/machinery/portable_atmospherics/canister/air, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aIR" = ( /obj/structure/table, /obj/item/toy/russian_revolver, @@ -18869,7 +18995,7 @@ tag_interior_door = "arrivals_inner" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aJh" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -18921,9 +19047,7 @@ pixel_x = -3; pixel_y = 7 }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, +/turf/simulated/floor/wood, /area/security/detectives_office) "aJl" = ( /obj/machinery/vending/cigarette/free, @@ -18933,36 +19057,11 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, +/turf/simulated/floor/wood, /area/security/detectives_office) "aJm" = ( -/obj/structure/table/wood, -/obj/item/storage/photo_album{ - pixel_y = -10 - }, -/obj/item/camera_film, -/obj/item/camera_film, -/obj/item/camera{ - desc = "A one use - polaroid camera. 30 photos left."; - name = "detectives camera"; - pictures_left = 30 - }, -/obj/machinery/requests_console{ - name = "Detective Requests Console"; - pixel_y = -30 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, +/obj/machinery/photocopier, +/turf/simulated/floor/wood, /area/security/detectives_office) "aJn" = ( /obj/machinery/alarm{ @@ -19132,7 +19231,7 @@ req_access_txt = "13" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aJH" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'HIGH VOLTAGE'"; @@ -19223,7 +19322,7 @@ dir = 10 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aJV" = ( /obj/structure/window/full/shuttle, /obj/structure/grille, @@ -19238,19 +19337,19 @@ "aJX" = ( /obj/structure/chair/stool, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aJY" = ( /obj/machinery/atmospherics/pipe/simple/visible/purple{ dir = 5 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aJZ" = ( /obj/machinery/atmospherics/binary/valve{ dir = 4 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aKa" = ( /obj/structure/closet, /obj/effect/spawner/lootdrop/maintenance{ @@ -19258,11 +19357,11 @@ name = "2maintenance loot spawner" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aKb" = ( /obj/structure/closet/emcloset, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aKc" = ( /obj/effect/spawner/random_spawners/blood_often, /turf/simulated/floor/plating, @@ -19278,7 +19377,7 @@ icon_state = "0-4" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aKe" = ( /obj/structure/rack, /obj/item/tank/nitrogen, @@ -19467,6 +19566,7 @@ /obj/machinery/optable, /obj/item/scalpel, /obj/item/autopsy_scanner, +/obj/item/clothing/gloves/color/latex/nitrile, /turf/simulated/floor/plasteel{ icon_state = "darkblue" }, @@ -19577,7 +19677,7 @@ dir = 4 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aKO" = ( /obj/structure/closet/lasertag/blue, /obj/machinery/light{ @@ -19655,7 +19755,7 @@ dir = 4 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aKX" = ( /obj/structure/chair/stool, /turf/simulated/floor/plating, @@ -19723,7 +19823,7 @@ dir = 6 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aLh" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security{ @@ -19732,7 +19832,7 @@ req_access_txt = "4" }, /turf/simulated/floor/plasteel{ - icon_state = "grimy" + icon_state = "dark" }, /area/security/detectives_office) "aLi" = ( @@ -19746,7 +19846,7 @@ dir = 6 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aLj" = ( /obj/structure/cable{ d1 = 4; @@ -19764,13 +19864,13 @@ dir = 4 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aLk" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aLl" = ( /obj/structure/cable{ d1 = 1; @@ -19788,7 +19888,7 @@ dir = 5 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aLm" = ( /obj/machinery/atmospherics/pipe/simple/visible/purple{ dir = 4 @@ -19800,7 +19900,7 @@ tag = "" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aLn" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -19810,7 +19910,7 @@ icon_state = "wood-broken3"; tag = "icon-wood-broken3" }, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aLo" = ( /obj/structure/cable{ d1 = 1; @@ -19834,7 +19934,7 @@ dir = 9 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aLp" = ( /obj/structure/closet/crate, /obj/effect/spawner/lootdrop/maintenance{ @@ -19842,7 +19942,7 @@ name = "2maintenance loot spawner" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aLq" = ( /obj/machinery/atmospherics/pipe/simple/visible/purple{ dir = 10 @@ -19852,13 +19952,13 @@ name = "2maintenance loot spawner" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aLr" = ( /obj/machinery/atmospherics/pipe/simple/visible/purple{ dir = 4 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aLs" = ( /obj/structure/cable{ d1 = 1; @@ -19867,7 +19967,7 @@ tag = "" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aLt" = ( /obj/machinery/light/small{ dir = 1 @@ -19885,7 +19985,7 @@ tag = "" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aLu" = ( /obj/structure/cable{ d1 = 4; @@ -19896,7 +19996,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aLv" = ( /obj/structure/cable{ d1 = 4; @@ -19906,7 +20006,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aLw" = ( /obj/effect/spawner/window/reinforced, /obj/machinery/atmospherics/pipe/simple/hidden{ @@ -19914,7 +20014,7 @@ initialize_directions = 10 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aLx" = ( /obj/structure/cable{ d1 = 4; @@ -19923,7 +20023,7 @@ tag = "" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aLy" = ( /obj/machinery/door/airlock/external{ frequency = 1379; @@ -19935,7 +20035,7 @@ req_access_txt = "13" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aLz" = ( /obj/machinery/atmospherics/pipe/simple/hidden, /turf/simulated/wall, @@ -20258,7 +20358,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aMi" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/maintenance{ @@ -20343,14 +20443,14 @@ /obj/effect/spawner/window/reinforced, /obj/machinery/atmospherics/pipe/simple/hidden, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aMv" = ( /obj/effect/spawner/lootdrop/maintenance{ lootcount = 2; name = "2maintenance loot spawner" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aMw" = ( /obj/item/radio/intercom{ pixel_x = 28 @@ -20369,11 +20469,11 @@ "aMx" = ( /obj/machinery/atmospherics/pipe/simple/visible/purple, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aMy" = ( /obj/structure/reagent_dispensers/fueltank, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aMz" = ( /turf/simulated/wall/rust, /area/maintenance/fsmaint2) @@ -20422,7 +20522,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aMG" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ @@ -20494,7 +20594,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aMO" = ( /obj/structure/table/reinforced, /obj/item/pen, @@ -20511,7 +20611,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aMQ" = ( /turf/simulated/floor/plasteel{ icon_state = "floorgrime" @@ -20754,7 +20854,7 @@ "aNx" = ( /obj/machinery/space_heater, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aNy" = ( /obj/docking_port/mobile/pod{ id = "pod2"; @@ -20777,7 +20877,7 @@ req_access_txt = "13" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aNA" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance{ @@ -20785,11 +20885,11 @@ name = "2maintenance loot spawner" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aNB" = ( /obj/structure/reagent_dispensers/watertank, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aNC" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; @@ -20805,7 +20905,7 @@ filled = 0.1 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aND" = ( /obj/machinery/light/small, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -20815,16 +20915,16 @@ dir = 4 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aNE" = ( /obj/machinery/atmospherics/binary/valve, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aNF" = ( /obj/structure/closet, /obj/effect/spawner/lootdrop/maintenance, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aNG" = ( /obj/structure/cable{ d1 = 4; @@ -20847,7 +20947,7 @@ dir = 4 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aNI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 @@ -20856,7 +20956,7 @@ dir = 9 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aNJ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 @@ -21149,7 +21249,7 @@ tag = "90Curve" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aOk" = ( /obj/structure/cable{ d1 = 1; @@ -21380,7 +21480,7 @@ }, /obj/machinery/atmospherics/pipe/simple/visible/purple, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aOO" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -21432,7 +21532,7 @@ "aOT" = ( /obj/structure/chair, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aOU" = ( /obj/structure/mirror{ icon_state = "mirror_broke"; @@ -21443,17 +21543,17 @@ }, /obj/item/circuitboard/operating, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aOV" = ( /obj/structure/computerframe, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aOW" = ( /obj/structure/chair, /obj/item/reagent_containers/iv_bag/blood/OMinus, /obj/effect/decal/cleanable/cobweb2, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aOX" = ( /obj/structure/lattice, /obj/structure/closet, @@ -21472,20 +21572,20 @@ dir = 4 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aOZ" = ( /obj/machinery/atmospherics/unary/tank/air{ dir = 8 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aPa" = ( /obj/machinery/atmospherics/pipe/manifold/visible/purple{ dir = 8 }, /obj/machinery/meter, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aPb" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -21503,7 +21603,7 @@ "aPc" = ( /obj/effect/decal/cleanable/fungus, /turf/simulated/wall, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aPd" = ( /obj/machinery/light_switch{ pixel_y = 27 @@ -21575,7 +21675,7 @@ dir = 4 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aPi" = ( /turf/simulated/floor/plating, /area/maintenance/fpmaint) @@ -21884,11 +21984,11 @@ /obj/machinery/iv_drip, /obj/item/reagent_containers/iv_bag/salglu, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aPX" = ( /obj/machinery/optable, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aPY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -21914,14 +22014,14 @@ "aQb" = ( /obj/item/wrench, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aQc" = ( /obj/structure/chair/stool, /obj/machinery/light/small{ dir = 4 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aQd" = ( /obj/machinery/cryopod, /turf/simulated/floor/plasteel{ @@ -21933,7 +22033,7 @@ /obj/structure/table, /obj/effect/spawner/lootdrop/maintenance, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aQf" = ( /obj/effect/landmark{ name = "JoinLateCryo" @@ -22479,24 +22579,24 @@ "aRg" = ( /mob/living/simple_animal/mouse, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aRh" = ( /obj/machinery/sleeper{ dir = 4 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aRi" = ( /obj/effect/landmark{ name = "blobstart" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aRj" = ( /obj/structure/table/glass, /obj/item/storage/bag/trash, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aRk" = ( /obj/structure/cable{ d1 = 2; @@ -22516,7 +22616,7 @@ tag = "" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aRl" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'HIGH VOLTAGE'"; @@ -22657,7 +22757,7 @@ dir = 1 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aRv" = ( /obj/machinery/light/small{ dir = 1 @@ -22700,7 +22800,7 @@ dir = 5 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aRB" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -22709,7 +22809,7 @@ dir = 4 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aRC" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10; @@ -22719,7 +22819,7 @@ dir = 10 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aRD" = ( /obj/structure/cable{ d1 = 4; @@ -22931,7 +23031,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aSb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ @@ -23045,18 +23145,18 @@ /obj/item/reagent_containers/iv_bag/blood/OMinus, /obj/item/reagent_containers/food/drinks/cans/badminbrew, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aSp" = ( /obj/structure/table/glass, /obj/item/hemostat, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aSq" = ( /obj/structure/table/glass, /obj/item/restraints/handcuffs/cable/zipties, /obj/item/reagent_containers/iv_bag/blood/OMinus, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aSr" = ( /obj/structure/cable{ d1 = 1; @@ -23066,14 +23166,14 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aSs" = ( /obj/structure/closet/firecloset, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aSt" = ( /turf/simulated/wall/r_wall, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aSu" = ( /turf/simulated/wall/r_wall, /area/maintenance/fpmaint) @@ -23135,6 +23235,7 @@ }, /area/crew_quarters/dorms) "aSC" = ( +/obj/effect/decal/warning_stripes/southwest, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -23211,7 +23312,7 @@ dir = 5 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aSI" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -23243,7 +23344,7 @@ initialize_directions = 11 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aSL" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -24050,7 +24151,7 @@ dir = 4 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aUz" = ( /obj/structure/sink{ pixel_y = 30 @@ -24081,7 +24182,7 @@ dir = 9 }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aUC" = ( /obj/machinery/gateway{ dir = 8 @@ -24268,7 +24369,7 @@ req_access_txt = "1" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aVb" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -24724,7 +24825,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "aVM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel, @@ -26948,11 +27049,12 @@ /turf/simulated/floor/plating, /area/maintenance/fsmaint2) "baq" = ( -/obj/effect/decal/warning_stripes/northwestcorner, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/effect/decal/warning_stripes/northwestcorner, +/obj/effect/decal/warning_stripes/southwestcorner, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -27060,7 +27162,6 @@ }, /area/chapel/main) "baD" = ( -/obj/effect/decal/warning_stripes/northeast, /obj/structure/cable{ d1 = 1; d2 = 2; @@ -27072,6 +27173,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 }, +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/warning_stripes/northwestcorner, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -28598,6 +28701,7 @@ /area/ai_monitored/storage/eva) "bdz" = ( /obj/effect/decal/warning_stripes/east, +/obj/effect/decal/warning_stripes/south, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -28761,6 +28865,7 @@ /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, +/obj/effect/decal/warning_stripes/west, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -29496,7 +29601,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "bfg" = ( /obj/effect/spawner/window/reinforced, /obj/structure/cable, @@ -29801,6 +29906,7 @@ icon_state = "4-8"; tag = "" }, +/obj/effect/decal/warning_stripes/yellow/hollow, /turf/simulated/floor/plasteel{ icon_state = "hydrofloor" }, @@ -29822,6 +29928,7 @@ /obj/machinery/atmospherics/binary/pump{ dir = 1 }, +/obj/effect/decal/warning_stripes/yellow/hollow, /turf/simulated/floor/plasteel{ icon_state = "hydrofloor" }, @@ -31049,6 +31156,7 @@ tag = "" }, /obj/structure/closet/secure_closet/hydroponics, +/obj/effect/decal/warning_stripes/yellow/hollow, /turf/simulated/floor/plasteel{ icon_state = "hydrofloor" }, @@ -31358,6 +31466,8 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/warning_stripes/west, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -31608,9 +31718,6 @@ pixel_x = -12; pixel_y = 2 }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, /turf/simulated/floor/plasteel{ icon_state = "hydrofloor" }, @@ -31648,7 +31755,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "bji" = ( /obj/item/radio/beacon, /turf/simulated/floor/plasteel, @@ -31759,6 +31866,7 @@ /turf/simulated/floor/wood, /area/library) "bjv" = ( +/obj/structure/flora/ausbushes/lavendergrass, /turf/simulated/floor/grass, /area/hydroponics) "bjw" = ( @@ -31774,6 +31882,7 @@ /mob/living/simple_animal/cow{ name = "Betsy" }, +/obj/structure/flora/ausbushes/ppflowers, /turf/simulated/floor/grass, /area/hydroponics) "bjy" = ( @@ -31979,7 +32088,7 @@ "bjZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "bka" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -32397,31 +32506,12 @@ }, /turf/simulated/floor/wood, /area/library) -"bkM" = ( -/obj/machinery/slot_machine, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/bar) "bkN" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/simulated/floor/plating, /area/maintenance/fsmaint2) -"bkO" = ( -/obj/structure/table/reinforced, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/bar) -"bkP" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/glass/rag, -/turf/simulated/floor/plasteel{ - icon_state = "grimy" - }, -/area/crew_quarters/bar) "bkQ" = ( /obj/machinery/atmospherics/unary/vent_scrubber{ dir = 8; @@ -32815,7 +32905,7 @@ tag = "" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "blH" = ( /obj/structure/cable{ d1 = 4; @@ -32865,7 +32955,7 @@ icon_state = "2-8" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "blM" = ( /turf/simulated/wall, /area/crew_quarters/locker) @@ -33097,28 +33187,14 @@ /turf/simulated/floor/plating, /area/hallway/primary/central/ne) "bmj" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters{ +/obj/structure/lattice, +/obj/structure/lattice, +/obj/structure/grille{ density = 0; - dir = 8; - icon_state = "open"; - id_tag = "kitchenbar"; - name = "Kitchen Shutters"; - opacity = 0 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/door/window{ - name = "Kitchen"; - req_access_txt = "28" - }, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria"; - tag = "icon-cafeteria (NORTHEAST)" + icon_state = "brokengrille" }, -/area/crew_quarters/kitchen) +/turf/space, +/area/space/nearstation) "bmk" = ( /obj/machinery/firealarm{ dir = 4; @@ -33237,6 +33313,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/effect/decal/warning_stripes/south, +/obj/effect/decal/warning_stripes/north, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -33267,6 +33345,12 @@ /turf/simulated/floor/plasteel, /area/hallway/primary/port) "bmA" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/bucket, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -33425,7 +33509,7 @@ tag = "" }, /turf/simulated/floor/plasteel{ - dir = 1; + dir = 9; icon_state = "darkred" }, /area/hallway/secondary/exit) @@ -33438,7 +33522,7 @@ tag = "" }, /turf/simulated/floor/plasteel{ - dir = 1; + dir = 5; icon_state = "darkred" }, /area/hallway/secondary/exit) @@ -33914,9 +33998,10 @@ /obj/item/clothing/mask/breath, /obj/item/tank/emergency_oxygen, /obj/item/tank/emergency_oxygen, +/obj/effect/decal/warning_stripes/red/hollow, /turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" + dir = 9; + icon_state = "darkredfull" }, /area/hallway/secondary/exit) "boa" = ( @@ -34025,8 +34110,10 @@ /turf/simulated/floor/wood, /area/crew_quarters/bar) "bol" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/plasteel{ - icon_state = "dark" + dir = 8; + icon_state = "vault" }, /area/hallway/secondary/exit) "bom" = ( @@ -34126,23 +34213,13 @@ }, /turf/simulated/floor/carpet, /area/crew_quarters/bar) -"bou" = ( -/obj/item/reagent_containers/glass/bucket, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/hydroponics) "bov" = ( /obj/machinery/newscaster{ pixel_x = 27; pixel_y = 1 }, /obj/machinery/hydroponics/constructable, +/obj/effect/decal/warning_stripes/yellow/hollow, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -34178,15 +34255,15 @@ tag = "" }, /turf/simulated/floor/plasteel{ - icon_state = "dark" + dir = 1; + icon_state = "darkredcorners" }, /area/hallway/secondary/exit) -"boA" = ( -/obj/machinery/hydroponics/constructable, -/turf/simulated/floor/plasteel, -/area/hydroponics) "boB" = ( -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluefull" + }, /area/hydroponics) "boC" = ( /obj/structure/chair{ @@ -34199,7 +34276,7 @@ c_tag = "Departure Lounge Security" }, /turf/simulated/floor/plasteel{ - dir = 4; + dir = 5; icon_state = "darkred" }, /area/hallway/secondary/exit) @@ -34214,7 +34291,8 @@ step_size = 0 }, /turf/simulated/floor/plasteel{ - icon_state = "dark" + dir = 4; + icon_state = "darkredcorners" }, /area/hallway/secondary/exit) "boF" = ( @@ -34349,12 +34427,8 @@ /area/crew_quarters/mrchangs) "boV" = ( /obj/structure/closet/crate/freezer, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 }, /turf/simulated/floor/plasteel{ icon_state = "hydrofloor" @@ -34369,10 +34443,18 @@ /area/hallway/secondary/entry) "boX" = ( /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 }, -/turf/simulated/floor/grass, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid"; + tag = "icon-asteroid (NORTH)" + }, /area/hydroponics) "boY" = ( /obj/machinery/door/firedoor, @@ -34703,16 +34785,7 @@ /turf/simulated/floor/plasteel, /area/bridge) "bpC" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen/blue{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/item/pen/blue{ - pixel_x = -3; - pixel_y = 2 - }, +/obj/machinery/slot_machine, /turf/simulated/floor/plasteel{ icon_state = "grimy" }, @@ -34749,13 +34822,26 @@ /obj/structure/table, /obj/item/reagent_containers/glass/bucket, /obj/item/reagent_containers/glass/bucket, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, /turf/simulated/floor/plasteel{ icon_state = "hydrofloor" }, /area/hydroponics) "bpH" = ( /obj/structure/disposalpipe/segment, -/turf/simulated/floor/grass, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid"; + tag = "icon-asteroid (NORTH)" + }, /area/hydroponics) "bpI" = ( /obj/structure/disposalpipe/segment{ @@ -34787,12 +34873,9 @@ }, /area/chapel/main) "bpL" = ( -/obj/structure/foodcart, -/turf/simulated/floor/plasteel{ - icon_state = "cafeteria"; - tag = "icon-cafeteria (NORTHEAST)" - }, -/area/crew_quarters/kitchen) +/obj/structure/lattice, +/turf/space, +/area/space) "bpM" = ( /obj/effect/landmark/start{ name = "Chaplain" @@ -34924,6 +35007,7 @@ /area/hallway/secondary/entry) "bqa" = ( /obj/machinery/hydroponics/constructable, +/obj/effect/decal/warning_stripes/yellow/hollow, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -34989,11 +35073,6 @@ }, /turf/simulated/floor/plasteel, /area/crew_quarters/locker) -"bqi" = ( -/obj/structure/table/wood, -/obj/item/kitchen/utensil/fork, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) "bqj" = ( /obj/machinery/door/airlock/maintenance{ name = "Library Maintenance"; @@ -35071,7 +35150,7 @@ /area/hallway/primary/central/nw) "bqr" = ( /turf/simulated/wall, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "bqs" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -35098,7 +35177,7 @@ tag = "" }, /turf/simulated/floor/plating, -/area/maintenance/fpmaint2) +/area/maintenance/fpmaint) "bqu" = ( /obj/machinery/light{ dir = 8 @@ -35212,7 +35291,7 @@ "bqI" = ( /turf/simulated/floor/plasteel{ dir = 9; - icon_state = "green" + icon_state = "blue" }, /area/hydroponics) "bqJ" = ( @@ -35235,7 +35314,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel{ dir = 5; - icon_state = "green" + icon_state = "blue" }, /area/hydroponics) "bqM" = ( @@ -35367,9 +35446,10 @@ /obj/machinery/light{ dir = 8 }, +/obj/effect/decal/warning_stripes/red/hollow, /turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" + dir = 9; + icon_state = "darkredfull" }, /area/hallway/secondary/exit) "bre" = ( @@ -35397,15 +35477,8 @@ /turf/simulated/floor/wood, /area/crew_quarters/bar) "brg" = ( -/obj/structure/chair/wood/wings{ - dir = 8; - tag = "icon-wooden_chair_wings (WEST)" - }, -/obj/effect/landmark/start{ - name = "Civilian" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) +/turf/simulated/wall/r_wall, +/area/security/range) "brh" = ( /obj/structure/disposalpipe/segment, /obj/structure/table/wood, @@ -35512,21 +35585,25 @@ /area/hydroponics) "brs" = ( /obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluefull" + }, /area/hydroponics) "brt" = ( /obj/machinery/hydroponics/constructable, /obj/item/radio/intercom{ pixel_x = 28 }, +/obj/effect/decal/warning_stripes/yellow/hollow, /turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/hydroponics) "bru" = ( /turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "green" + dir = 6; + icon_state = "blue" }, /area/hydroponics) "brv" = ( @@ -35588,7 +35665,7 @@ dir = 8 }, /turf/simulated/floor/plasteel{ - dir = 4; + dir = 6; icon_state = "darkred" }, /area/hallway/secondary/exit) @@ -35626,10 +35703,19 @@ /turf/simulated/floor/wood, /area/library) "brH" = ( -/obj/structure/table/wood, -/obj/item/clothing/head/cakehat, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "secrange2"; + layer = 4; + name = "Privacy Shutters" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/security/range) "brI" = ( /obj/structure/cable{ d1 = 1; @@ -35698,7 +35784,7 @@ /area/crew_quarters/bar) "brU" = ( /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "brV" = ( /obj/machinery/atmospherics/unary/vent_scrubber{ dir = 4; @@ -35710,12 +35796,19 @@ /turf/simulated/floor/wood, /area/crew_quarters/bar) "brW" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "secrange2"; + layer = 4; + name = "Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/range) "brX" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -36186,6 +36279,7 @@ dir = 8; pixel_x = 24 }, +/obj/effect/decal/warning_stripes/yellow/hollow, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -36251,17 +36345,18 @@ /turf/simulated/floor/wood, /area/crew_quarters/bar) "btg" = ( -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 2; - pixel_y = 6 +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 }, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -2; - pixel_y = 4 +/obj/structure/table, +/obj/machinery/recharger, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) +/area/security/range) "bth" = ( /obj/structure/table/wood, /obj/item/paper, @@ -36312,24 +36407,26 @@ tag = "icon-stage_stairs" }, /area/hallway/secondary/exit) -"btq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) "btr" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -2; - pixel_y = 4 +/obj/item/radio/intercom{ + broadcasting = 0; + name = "station intercom (General)"; + pixel_y = 25 }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 2; - pixel_y = 6 +/obj/machinery/camera{ + c_tag = "Brig Firing Range North" }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/item/wirecutters, +/obj/item/multitool, +/obj/item/screwdriver, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/range) "bts" = ( /obj/machinery/door/airlock/maintenance{ name = "Science Maintenance"; @@ -36420,7 +36517,7 @@ /obj/structure/table/wood, /obj/item/pen/red, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "btB" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/green{ @@ -36428,7 +36525,7 @@ pixel_y = 5 }, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "btE" = ( /obj/machinery/power/apc{ dir = 4; @@ -36441,16 +36538,16 @@ }, /obj/structure/table/wood, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "btF" = ( /obj/structure/table/wood, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "btG" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "btH" = ( /obj/structure/cable{ d1 = 4; @@ -36458,7 +36555,7 @@ icon_state = "4-8" }, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "btI" = ( /obj/structure/cable{ d1 = 1; @@ -36557,19 +36654,28 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/simulated/floor/plasteel, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/hydroponics) "btR" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluefull" + }, /area/hydroponics) "btS" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluefull" + }, /area/hydroponics) "btT" = ( /obj/structure/closet/secure_closet/personal, @@ -36587,7 +36693,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel{ dir = 4; - icon_state = "green" + icon_state = "blue" }, /area/hydroponics) "btV" = ( @@ -36661,9 +36767,9 @@ layer = 4; pixel_y = 32 }, -/obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/plasteel{ - icon_state = "dark" + dir = 1; + icon_state = "darkred" }, /area/hallway/secondary/exit) "buf" = ( @@ -36764,14 +36870,6 @@ /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/plasteel, /area/bridge) -"buq" = ( -/obj/structure/chair/wood/wings{ - dir = 4; - tag = "icon-wooden_chair_wings (EAST)" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) "bur" = ( /obj/structure/closet/secure_closet/freezer/fridge, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -36887,15 +36985,22 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, /turf/simulated/floor/plasteel{ - icon_state = "dark" + dir = 8; + icon_state = "darkredcorners" }, /area/hallway/secondary/exit) "buE" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, /turf/simulated/floor/plasteel{ icon_state = "darkred" }, @@ -36910,8 +37015,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4; + level = 1 + }, /turf/simulated/floor/plasteel{ - icon_state = "dark" + icon_state = "darkredcorners" }, /area/hallway/secondary/exit) "buG" = ( @@ -36934,7 +37043,7 @@ scrub_Toxins = 1 }, /turf/simulated/floor/plasteel{ - icon_state = "dark" + icon_state = "darkred" }, /area/hallway/secondary/exit) "buJ" = ( @@ -36965,6 +37074,7 @@ dir = 4; pixel_x = 24 }, +/obj/effect/decal/warning_stripes/yellow/hollow, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -36986,7 +37096,8 @@ /area/crew_quarters/mrchangs) "buN" = ( /obj/structure/table/wood, -/obj/item/candle, +/obj/item/kitchen/utensil/fork, +/obj/item/kitchen/utensil/spoon, /turf/simulated/floor/wood, /area/crew_quarters/bar) "buO" = ( @@ -37007,6 +37118,7 @@ dir = 8 }, /obj/machinery/hydroponics/constructable, +/obj/effect/decal/warning_stripes/yellow/hollow, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -37084,7 +37196,7 @@ dir = 4 }, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "buY" = ( /obj/structure/cable{ d1 = 1; @@ -37119,13 +37231,13 @@ dir = 8 }, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "bvc" = ( /obj/machinery/alarm{ pixel_y = 23 }, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "bvd" = ( /obj/structure/cable{ d1 = 1; @@ -37236,17 +37348,17 @@ dir = 8 }, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "bvn" = ( /turf/simulated/floor/carpet, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "bvo" = ( /obj/machinery/light{ dir = 4 }, /obj/structure/filingcabinet/chestdrawer, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "bvp" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -37699,10 +37811,20 @@ }, /area/hallway/primary/central/ne) "bwk" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/syndicatebomb/training, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/red, /turf/simulated/floor/plasteel{ - icon_state = "darkred" + dir = 1; + icon_state = "red" }, -/area/hallway/secondary/exit) +/area/security/range) "bwl" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/firedoor, @@ -37713,11 +37835,21 @@ /turf/simulated/floor/wood, /area/crew_quarters/bar) "bwm" = ( +/obj/structure/table, +/obj/machinery/light_switch{ + pixel_x = 34; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes/red, +/obj/item/clothing/ears/earmuffs{ + pixel_y = 6 + }, +/obj/item/clothing/ears/earmuffs, /turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkred" + dir = 5; + icon_state = "red" }, -/area/hallway/secondary/exit) +/area/security/range) "bwn" = ( /obj/machinery/door_control{ id = "kitchenbar"; @@ -37788,6 +37920,7 @@ dir = 4 }, /obj/machinery/hydroponics/constructable, +/obj/effect/decal/warning_stripes/yellow/hollow, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -37933,7 +38066,7 @@ "bwM" = ( /obj/structure/chair/office/dark, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "bwN" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -38069,10 +38202,7 @@ }, /obj/effect/decal/warning_stripes/northeastcorner, /obj/effect/decal/warning_stripes/southeastcorner, -/obj/effect/decal/warning_stripes/yellow/partial{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/arrow{ +/obj/effect/turf_decal/loading_area{ dir = 4 }, /turf/simulated/floor/plasteel, @@ -38484,8 +38614,7 @@ name = "Botanist" }, /turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "green" + icon_state = "dark" }, /area/hydroponics) "bxM" = ( @@ -38743,20 +38872,20 @@ }, /obj/structure/table/wood, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "byh" = ( /obj/item/radio/intercom{ pixel_y = -28 }, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "byi" = ( /obj/structure/table/wood, /obj/machinery/firealarm{ pixel_y = -24 }, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "byj" = ( /obj/machinery/camera{ c_tag = "Vacant Office"; @@ -38765,7 +38894,7 @@ /obj/structure/table/wood, /obj/item/folder/blue, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "byk" = ( /obj/structure/chair/stool, /obj/effect/decal/warning_stripes/northwest, @@ -38978,19 +39107,30 @@ }, /area/hallway/primary/central/west) "byG" = ( -/obj/machinery/photocopier, +/obj/structure/bookcase, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/obj/item/book/manual/sop_general, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/sop_science, /obj/structure/sign/poster/official/random{ pixel_x = -32 }, -/turf/simulated/floor/wood, +/obj/item/book/manual/security_space_law, +/turf/simulated/floor/carpet, /area/bridge/meeting_room) "byH" = ( /obj/machinery/door_control{ id = "heads_meeting"; name = "Privacy Shutters Control"; + pixel_x = 0; pixel_y = 24 }, -/turf/simulated/floor/wood, +/turf/simulated/floor/carpet, /area/bridge/meeting_room) "byI" = ( /obj/machinery/newscaster{ @@ -38999,29 +39139,40 @@ /obj/machinery/light{ dir = 1 }, -/turf/simulated/floor/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, /area/bridge/meeting_room) "byJ" = ( /obj/machinery/status_display{ + density = 0; layer = 4; + pixel_x = 0; pixel_y = 32 }, /obj/machinery/camera{ - c_tag = "Bridge Conference Room" + c_tag = "Bridge Conference Room"; + dir = 2; + network = list("SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/turf/simulated/floor/wood, /area/bridge/meeting_room) "byK" = ( /obj/structure/cable{ d1 = 4; d2 = 8; icon_state = "4-8"; + pixel_x = 0; tag = "" }, /obj/machinery/light_switch{ pixel_y = 27 }, -/turf/simulated/floor/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, /area/bridge/meeting_room) "byL" = ( /obj/structure/cable{ @@ -39031,9 +39182,12 @@ /obj/machinery/power/apc{ dir = 1; name = "north bump"; + pixel_x = 0; pixel_y = 24 }, -/turf/simulated/floor/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, /area/bridge/meeting_room) "byM" = ( /obj/machinery/atmospherics/unary/vent_scrubber{ @@ -39283,7 +39437,9 @@ name = "Hydroponics Desk"; req_access_txt = "35" }, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/hydroponics) "bzk" = ( /obj/machinery/door/firedoor, @@ -39291,7 +39447,9 @@ name = "Hydroponics"; req_access_txt = "35" }, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/hydroponics) "bzl" = ( /obj/machinery/newscaster{ @@ -39368,7 +39526,7 @@ icon_state = "1-2" }, /turf/simulated/wall, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "bzu" = ( /obj/structure/toilet{ pixel_y = 8 @@ -39410,8 +39568,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkred" + dir = 9; + icon_state = "darkredfull" }, /area/hallway/secondary/exit) "bzy" = ( @@ -39475,8 +39633,8 @@ }, /obj/effect/decal/warning_stripes/southeastcorner, /turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkred" + dir = 9; + icon_state = "darkredfull" }, /area/hallway/secondary/exit) "bzE" = ( @@ -39557,7 +39715,7 @@ scrub_Toxins = 1 }, /turf/simulated/floor/carpet, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "bzM" = ( /obj/machinery/status_display{ layer = 4; @@ -39572,8 +39730,8 @@ /obj/machinery/recharger{ pixel_y = 4 }, -/obj/structure/table, -/turf/simulated/floor/wood, +/obj/structure/table/wood, +/turf/simulated/floor/carpet, /area/bridge/meeting_room) "bzO" = ( /obj/structure/chair, @@ -39584,7 +39742,7 @@ dir = 6 }, /turf/simulated/floor/carpet, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "bzQ" = ( /obj/machinery/door/airlock{ name = "Unisex Restrooms" @@ -40239,7 +40397,7 @@ dir = 4 }, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "bBs" = ( /obj/structure/cable{ d1 = 1; @@ -40265,21 +40423,25 @@ dir = 4 }, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "bBu" = ( /obj/structure/table/wood, -/obj/item/radio/intercom/command, +/obj/item/storage/fancy/donut_box, /turf/simulated/floor/carpet, /area/bridge/meeting_room) "bBv" = ( -/obj/item/book/manual/security_space_law, /obj/structure/table/wood, +/obj/item/book/manual/security_space_law, /turf/simulated/floor/carpet, /area/bridge/meeting_room) "bBw" = ( -/obj/structure/chair/comfy/black{ - dir = 8 +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 }, +/obj/item/pen/multi/fountain, /turf/simulated/floor/carpet, /area/bridge/meeting_room) "bBx" = ( @@ -40358,7 +40520,7 @@ dir = 4 }, /turf/simulated/floor/wood, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "bBH" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -40367,7 +40529,7 @@ dir = 4 }, /turf/simulated/floor/carpet, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "bBI" = ( /obj/structure/cable{ d1 = 1; @@ -40378,7 +40540,7 @@ dir = 8 }, /turf/simulated/floor/carpet, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "bBJ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -40387,14 +40549,11 @@ dir = 4 }, /turf/simulated/floor/carpet, -/area/security/vacantoffice) +/area/civilian/vacantoffice) "bBK" = ( /obj/effect/decal/warning_stripes/southeastcorner, /obj/effect/decal/warning_stripes/northeastcorner, -/obj/effect/decal/warning_stripes/yellow/partial{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/arrow{ +/obj/effect/turf_decal/loading_area{ dir = 4 }, /turf/simulated/floor/plasteel, @@ -40706,8 +40865,12 @@ /turf/simulated/floor/wood, /area/crew_quarters/bar) "bCC" = ( -/obj/item/folder/blue, -/obj/structure/table/wood, +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, /turf/simulated/floor/carpet, /area/bridge/meeting_room) "bCD" = ( @@ -40732,9 +40895,12 @@ }, /area/hallway/primary/central/west) "bCG" = ( -/obj/item/pen, -/obj/structure/table/wood, -/obj/item/paper_bin/nanotrasen, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, /turf/simulated/floor/carpet, /area/bridge/meeting_room) "bCH" = ( @@ -41052,10 +41218,10 @@ /area/medical/chemistry) "bDo" = ( /obj/item/assembly/timer, -/obj/structure/table, /obj/item/stack/packageWrap, /obj/item/hand_labeler, -/turf/simulated/floor/wood, +/obj/structure/table/wood, +/turf/simulated/floor/carpet, /area/bridge/meeting_room) "bDp" = ( /obj/machinery/status_display{ @@ -41079,8 +41245,11 @@ }, /area/hallway/primary/starboard/east) "bDs" = ( -/obj/structure/chair/comfy/black{ - dir = 4 +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 }, /turf/simulated/floor/carpet, /area/bridge/meeting_room) @@ -41093,10 +41262,7 @@ }, /obj/effect/decal/warning_stripes/southeastcorner, /obj/effect/decal/warning_stripes/northeastcorner, -/obj/effect/decal/warning_stripes/yellow/partial{ - dir = 4 - }, -/obj/effect/decal/warning_stripes/arrow{ +/obj/effect/turf_decal/loading_area{ dir = 4 }, /turf/simulated/floor/plasteel, @@ -41140,10 +41306,9 @@ /turf/simulated/floor/plasteel, /area/quartermaster/storage) "bDy" = ( -/obj/structure/table, -/obj/item/book/manual/sop_general, /obj/item/storage/fancy/donut_box, -/turf/simulated/floor/wood, +/obj/structure/table/wood, +/turf/simulated/floor/carpet, /area/bridge/meeting_room) "bDz" = ( /turf/simulated/shuttle/floor4, @@ -41301,7 +41466,9 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, /area/bridge/meeting_room) "bDT" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -41669,10 +41836,7 @@ }, /area/hallway/primary/starboard/east) "bEN" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/wood, +/turf/simulated/floor/carpet, /area/bridge/meeting_room) "bER" = ( /turf/space, @@ -41706,10 +41870,10 @@ /turf/simulated/floor/wood, /area/crew_quarters/captain) "bEV" = ( -/obj/structure/chair/comfy/black, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/structure/chair/comfy/brown, /turf/simulated/floor/carpet, /area/bridge/meeting_room) "bEW" = ( @@ -41733,7 +41897,9 @@ /turf/simulated/floor/plating, /area/maintenance/disposal) "bEZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +/obj/structure/table/wood, +/obj/item/phone, +/obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, /turf/simulated/floor/carpet, @@ -41748,10 +41914,13 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4; - initialize_directions = 11 + initialize_directions = 11; + level = 1 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, /area/bridge/meeting_room) "bFb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -42057,9 +42226,10 @@ /area/engine/gravitygenerator) "bFF" = ( /obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 0; pixel_y = -32 }, -/obj/machinery/slot_machine, +/obj/machinery/photocopier, /turf/simulated/floor/wood, /area/bridge/meeting_room) "bFG" = ( @@ -42085,32 +42255,37 @@ "bFI" = ( /obj/machinery/alarm{ dir = 1; + icon_state = "alarm0"; pixel_y = -22 }, +/obj/item/flag/nt, /turf/simulated/floor/wood, /area/bridge/meeting_room) "bFJ" = ( /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, /turf/simulated/floor/plasteel{ icon_state = "asteroid"; tag = "icon-asteroid (NORTH)" }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "siding2"; - tag = "icon-siding2 (NORTH)" - }, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "siding1"; tag = "icon-siding1 (NORTH)" }, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid"; + tag = "icon-asteroid (NORTH)" + }, /area/hydroponics) "bFK" = ( /obj/machinery/computer/communications, @@ -42887,7 +43062,10 @@ /turf/simulated/floor/plating, /area/maintenance/disposal) "bHg" = ( -/turf/simulated/floor/wood, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet, /area/bridge/meeting_room) "bHh" = ( /obj/effect/decal/warning_stripes/yellow/hollow, @@ -42897,18 +43075,6 @@ /obj/effect/decal/warning_stripes/yellow, /turf/simulated/floor/plasteel, /area/quartermaster/office) -"bHj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2"; - tag = "" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) "bHk" = ( /obj/machinery/atmospherics/unary/vent_scrubber{ dir = 1; @@ -42959,7 +43125,7 @@ /area/hallway/primary/central/east) "bHp" = ( /obj/machinery/hologram/holopad, -/turf/simulated/floor/wood, +/turf/simulated/floor/carpet, /area/bridge/meeting_room) "bHq" = ( /obj/structure/disposalpipe/segment{ @@ -42975,10 +43141,12 @@ opacity = 0 }, /obj/effect/decal/warning_stripes/yellow/partial{ - dir = 8 + dir = 8; + icon_state = "3" }, /obj/effect/decal/warning_stripes/arrow{ - dir = 8 + dir = 8; + icon_state = "4" }, /turf/simulated/floor/plasteel, /area/hallway/primary/central/sw) @@ -44198,20 +44366,12 @@ name = "Bridge Requests Console"; pixel_y = -30 }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 4; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/wood, +/turf/simulated/floor/carpet, /area/bridge/meeting_room) "bJH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/turf/simulated/floor/carpet, /area/bridge/meeting_room) "bJI" = ( /obj/structure/cable{ @@ -44222,11 +44382,10 @@ }, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - initialize_directions = 11 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/turf/simulated/floor/wood, /area/bridge/meeting_room) "bJJ" = ( /obj/machinery/computer/crew, @@ -44737,8 +44896,10 @@ "bKJ" = ( /obj/machinery/light, /obj/item/radio/intercom{ + name = "station intercom (General)"; pixel_y = -28 }, +/obj/item/twohanded/required/kirbyplants, /turf/simulated/floor/wood, /area/bridge/meeting_room) "bKK" = ( @@ -45016,6 +45177,14 @@ /mob/living/simple_animal/pig{ name = "Саня" }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, /turf/simulated/floor/plasteel{ icon_state = "asteroid"; tag = "icon-asteroid (NORTH)" @@ -45026,9 +45195,8 @@ tag = "icon-siding1 (NORTH)" }, /turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "siding2"; - tag = "icon-siding2 (NORTH)" + icon_state = "asteroid"; + tag = "icon-asteroid (NORTH)" }, /area/hydroponics) "bLo" = ( @@ -45403,6 +45571,14 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, /turf/simulated/floor/plasteel{ icon_state = "asteroid"; tag = "icon-asteroid (NORTH)" @@ -45413,9 +45589,8 @@ tag = "icon-siding1 (NORTH)" }, /turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "siding2"; - tag = "icon-siding2 (NORTH)" + icon_state = "asteroid"; + tag = "icon-asteroid (NORTH)" }, /area/hydroponics) "bLV" = ( @@ -45709,8 +45884,18 @@ /turf/simulated/floor/plating, /area/maintenance/maintcentral) "bMD" = ( -/obj/machinery/computer/account_database, -/turf/simulated/floor/plasteel, +/obj/machinery/computer/account_database{ + anchored = 1 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4; + icon_state = "twindow"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, /area/bridge/meeting_room) "bME" = ( /turf/simulated/wall, @@ -45743,12 +45928,15 @@ tag = "" }, /obj/machinery/light{ - dir = 4 + dir = 4; + icon_state = "tube1" }, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/bridge/meeting_room) "bMI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -45794,13 +45982,8 @@ /turf/simulated/floor/wood, /area/crew_quarters/captain) "bMM" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/simulated/floor/plating, -/area/maintenance/maintcentral) +/turf/simulated/wall, +/area/security/range) "bMN" = ( /obj/machinery/newscaster/security_unit{ pixel_x = -32 @@ -46841,9 +47024,19 @@ /area/quartermaster/office) "bOq" = ( /obj/item/radio/intercom{ + name = "station intercom (General)"; pixel_y = -28 }, -/turf/simulated/floor/plasteel, +/obj/machinery/door/window{ + base_state = "right"; + icon_state = "right"; + name = "Account Uplink Access"; + req_access_txt = "19" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, /area/bridge/meeting_room) "bOr" = ( /obj/structure/cable{ @@ -46855,11 +47048,14 @@ /obj/structure/disposalpipe/segment, /obj/machinery/camera{ c_tag = "Accounts Uplink Terminal"; - dir = 8 + dir = 8; + network = list("SS13") }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/bridge/meeting_room) "bOs" = ( /obj/machinery/firealarm{ @@ -46984,10 +47180,7 @@ pixel_x = -22; pixel_y = 4 }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "blue" - }, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "bOB" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ @@ -47007,9 +47200,10 @@ /obj/machinery/disposal, /obj/structure/disposalpipe/trunk, /obj/machinery/recharger/wallcharger{ + pixel_x = 0; pixel_y = 30 }, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "bOD" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ @@ -47027,7 +47221,8 @@ desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"; - pixel_x = -32 + pixel_x = -32; + pixel_y = 0 }, /obj/structure/cable{ d2 = 4; @@ -47895,13 +48090,16 @@ }, /obj/machinery/door/window/brigdoor{ base_state = "rightsecure"; + dir = 4; icon_state = "rightsecure"; name = "Head of Personnel's Desk"; req_access_txt = "57" }, /obj/machinery/door/window/northleft{ dir = 8; - name = "Head of Personnel's Desk" + icon_state = "left"; + name = "Head of Personnel's Desk"; + req_access_txt = "0" }, /turf/simulated/floor/plasteel, /area/crew_quarters/heads) @@ -47938,17 +48136,16 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "blue" - }, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "bQl" = ( /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" }, -/turf/simulated/floor/carpet, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, /area/crew_quarters/heads) "bQm" = ( /obj/structure/disposalpipe/segment{ @@ -47994,14 +48191,18 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/crew_quarters/heads) "bQq" = ( /obj/machinery/light_switch{ - pixel_x = -23 + pixel_x = -23; + pixel_y = 0 }, /obj/machinery/light{ - dir = 8 + dir = 8; + icon_state = "tube1" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 @@ -49017,10 +49218,7 @@ /area/hallway/secondary/exit) "bSd" = ( /obj/machinery/computer/card, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "blue" - }, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "bSe" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ @@ -49039,7 +49237,8 @@ /obj/machinery/power/apc{ dir = 8; name = "west bump"; - pixel_x = -24 + pixel_x = -24; + shock_proof = 0 }, /turf/simulated/floor/plasteel, /area/engine/gravitygenerator) @@ -49630,11 +49829,22 @@ /turf/simulated/wall, /area/toxins/lab) "bTc" = ( -/obj/structure/table, /obj/machinery/newscaster/security_unit{ + pixel_x = 0; pixel_y = 32 }, -/turf/simulated/floor/plasteel, +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/stamp/granted{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/item/stamp/hop, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "bTd" = ( /obj/structure/cable{ @@ -49644,20 +49854,17 @@ /obj/machinery/power/apc{ dir = 1; name = "north bump"; + pixel_x = 0; pixel_y = 24 }, -/obj/structure/bed/dogbed/ian, -/mob/living/simple_animal/pet/dog/corgi/Ian, -/turf/simulated/floor/plasteel, +/obj/item/flag/nt, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "bTe" = ( /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating, /area/toxins/lab) "bTf" = ( -/obj/machinery/light{ - dir = 4 - }, /obj/structure/cable{ d1 = 1; d2 = 2; @@ -49673,7 +49880,7 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "bTg" = ( /obj/structure/table/reinforced, @@ -49846,7 +50053,8 @@ }) "bTx" = ( /obj/machinery/light{ - dir = 4 + dir = 4; + icon_state = "tube1" }, /obj/effect/decal/warning_stripes/yellow/hollow, /turf/simulated/floor/plasteel, @@ -49913,25 +50121,16 @@ }, /turf/simulated/floor/plating, /area/crew_quarters/heads) -"bTD" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - tag = "" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/heads) "bTE" = ( -/obj/structure/closet/secure_closet/hop, /obj/structure/cable{ d1 = 4; d2 = 8; icon_state = "4-8"; + pixel_x = 0; tag = "" }, -/obj/item/clothing/under/dress/dress_hop, -/turf/simulated/floor/plasteel, +/obj/machinery/photocopier, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "bTF" = ( /obj/machinery/light/small{ @@ -50003,18 +50202,9 @@ }, /area/medical/paramedic) "bTJ" = ( +/obj/structure/lattice, /turf/simulated/wall/r_wall, -/area/server) -"bTK" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/pdapainter, -/turf/simulated/floor/carpet, -/area/crew_quarters/heads) +/area/crew_quarters/heads/hop) "bTL" = ( /obj/structure/closet/paramedic, /obj/machinery/atmospherics/unary/vent_scrubber{ @@ -50316,10 +50506,9 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/simulated/floor/carpet, -/area/crew_quarters/heads) -"bUr" = ( -/turf/simulated/floor/carpet, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, /area/crew_quarters/heads) "bUs" = ( /obj/structure/disposalpipe/segment, @@ -50329,12 +50518,9 @@ icon_state = "1-2"; tag = "" }, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 - }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "bUt" = ( /obj/structure/chair/office/dark, @@ -50712,26 +50898,29 @@ scrub_N2O = 1; scrub_Toxins = 1 }, -/turf/simulated/floor/carpet, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, /area/crew_quarters/heads) "bVb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/turf/simulated/floor/carpet, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, /area/crew_quarters/heads) "bVc" = ( /obj/machinery/hologram/holopad, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/turf/simulated/floor/carpet, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, /area/crew_quarters/heads) "bVd" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 24 - }, /obj/structure/cable{ d1 = 1; d2 = 2; @@ -50742,9 +50931,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 4; - initialize_directions = 11 + initialize_directions = 11; + level = 1 }, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "bVe" = ( /obj/machinery/kitchen_machine/microwave/upgraded, @@ -50934,12 +51124,13 @@ /turf/simulated/floor/plasteel, /area/quartermaster/office) "bVu" = ( -/obj/structure/closet/secure_closet/hop2, -/obj/item/clothing/under/dress/dress_hop, -/turf/simulated/floor/plasteel, +/obj/machinery/pdapainter, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "bVv" = ( -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, /area/crew_quarters/heads) "bVw" = ( /obj/structure/disposalpipe/segment, @@ -50968,11 +51159,13 @@ /turf/simulated/floor/plasteel, /area/hallway/primary/central/se) "bVy" = ( -/obj/structure/table, /obj/item/pen/multi, /obj/item/pen/multi, /obj/item/megaphone, -/turf/simulated/floor/plasteel, +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, /area/crew_quarters/heads) "bVz" = ( /obj/machinery/atmospherics/unary/vent_scrubber{ @@ -51000,12 +51193,16 @@ /turf/simulated/floor/plasteel, /area/assembly/chargebay) "bVB" = ( -/obj/machinery/message_server, -/obj/machinery/firealarm{ - pixel_y = 24 +/obj/structure/dresser, +/obj/machinery/newscaster/security_unit{ + pixel_x = 0; + pixel_y = 32 }, -/turf/simulated/floor/bluegrid, -/area/server) +/obj/machinery/light_switch{ + pixel_x = -27 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) "bVC" = ( /obj/structure/cable{ d1 = 1; @@ -51123,10 +51320,12 @@ d1 = 4; d2 = 8; icon_state = "4-8"; + pixel_x = 0; tag = "" }, -/obj/machinery/photocopier, -/turf/simulated/floor/carpet, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, /area/crew_quarters/heads) "bVN" = ( /obj/structure/cable{ @@ -51144,7 +51343,10 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, +/obj/machinery/computer/guestpass/hop{ + pixel_x = 28 + }, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "bVO" = ( /obj/structure/cable{ @@ -51859,10 +52061,12 @@ opacity = 0 }, /obj/effect/decal/warning_stripes/yellow/partial{ - dir = 4 + dir = 4; + icon_state = "3" }, /obj/effect/decal/warning_stripes/arrow{ - dir = 4 + dir = 4; + icon_state = "4" }, /obj/machinery/ticket_machine{ layer = 4; @@ -51923,45 +52127,48 @@ /obj/effect/landmark/start{ name = "Head of Personnel" }, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, /area/crew_quarters/heads) "bWZ" = ( -/obj/structure/table, -/obj/item/folder/blue, -/obj/item/stamp/hop, /obj/item/eftpos, /obj/item/book/manual/sop_service, /obj/item/book/manual/sop_supply, /obj/item/book/manual/sop_command, -/obj/item/paper_bin/nanotrasen, /obj/item/paper/monitorkey, -/turf/simulated/floor/plasteel, +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, /area/crew_quarters/heads) "bXa" = ( /obj/structure/chair{ dir = 8 }, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, /area/crew_quarters/heads) "bXb" = ( -/obj/machinery/computer/security/mining, -/obj/machinery/keycard_auth{ - pixel_x = -24 +/obj/machinery/computer/security/mining{ + network = list("Mining Outpost") }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "blue" +/obj/machinery/keycard_auth{ + pixel_x = -24; + pixel_y = 0 }, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "bXc" = ( -/obj/machinery/computer/message_monitor, -/obj/machinery/light/small{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 }, -/area/server) +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) "bXd" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -52068,13 +52275,11 @@ /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, /area/crew_quarters/heads) "bXq" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_x = 32 - }, /obj/structure/cable{ d1 = 1; d2 = 2; @@ -52084,24 +52289,20 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4; - initialize_directions = 11 + initialize_directions = 11; + level = 1 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "bXr" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_y = 24 +/obj/structure/bed, +/obj/item/bedsheet/hop, +/obj/machinery/alarm{ + pixel_y = 22 }, -/turf/simulated/floor/bluegrid, -/area/server) +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) "bXs" = ( /obj/structure/disposalpipe/trunk{ dir = 1 @@ -52114,14 +52315,9 @@ }, /area/medical/genetics) "bXt" = ( -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/server) +/obj/structure/filingcabinet, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) "bXu" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/engineering{ @@ -53008,28 +53204,30 @@ }, /obj/machinery/camera{ c_tag = "Head of Personnel's Office"; - dir = 1 + dir = 1; + network = list("SS13") }, -/obj/item/twohanded/required/kirbyplants, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "bYT" = ( -/obj/structure/filingcabinet/chestdrawer, /obj/item/radio/intercom{ dir = 8; + name = "station intercom (General)"; pixel_x = -28 }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "blue" - }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "bYU" = ( -/obj/machinery/blackbox_recorder, -/turf/simulated/floor/bluegrid, -/area/server) +/obj/item/flashlight/lamp/green, +/obj/structure/table/wood, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/item/pen/multi/fountain, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) "bYV" = ( -/obj/structure/table, /obj/machinery/firealarm{ dir = 1; pixel_y = -24 @@ -53042,10 +53240,12 @@ pixel_y = 16; req_access_txt = "57" }, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Head of Personnel's Office" - }, -/turf/simulated/floor/plasteel, +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/obj/item/pen, +/obj/item/lighter/zippo/hop, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "bYW" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ @@ -53072,25 +53272,28 @@ tag = "" }, /obj/structure/disposalpipe/segment, -/obj/machinery/computer/guestpass/hop{ - pixel_x = 28 +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11; + level = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11; + level = 1 + }, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "bYZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "dark" +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 }, -/area/server) +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) "bZa" = ( /obj/machinery/teleport/station, /turf/simulated/floor/plating, @@ -53106,77 +53309,40 @@ /turf/simulated/floor/plating, /area/teleporter) "bZd" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/highsecurity{ - name = "Messaging Server"; - req_access_txt = "30" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/server) +/turf/simulated/wall/r_wall, +/area/crew_quarters/heads/hop) "bZe" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" +/obj/structure/sign/poster/official/random{ + pixel_x = 32 }, -/area/server) +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) "bZf" = ( /obj/structure/cable{ d1 = 1; - d2 = 8; - icon_state = "1-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4; - initialize_directions = 11 + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; + dir = 8; initialize_directions = 11 }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11; + level = 1 + }, /turf/simulated/floor/plasteel, /area/engine/gravitygenerator) "bZg" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - tag = "" - }, /obj/machinery/firealarm{ pixel_y = 24 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, /turf/simulated/floor/plasteel, /area/engine/gravitygenerator) "bZh" = ( @@ -53244,9 +53410,23 @@ }, /area/medical/sleeper) "bZn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, /obj/item/radio/intercom{ - dir = 4; - pixel_x = 28 + broadcasting = 0; + listening = 1; + name = "station intercom (General)"; + pixel_y = 25 }, /turf/simulated/floor/plasteel, /area/engine/gravitygenerator) @@ -54526,7 +54706,8 @@ pixel_x = 27 }, /obj/machinery/light{ - dir = 4 + dir = 4; + icon_state = "tube1" }, /obj/structure/cable{ d1 = 1; @@ -54537,43 +54718,30 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plasteel, +/turf/simulated/floor/wood, /area/crew_quarters/heads) "cbd" = ( /turf/simulated/wall/r_wall, /area/toxins/server_coldroom) "cbe" = ( -/obj/machinery/alarm{ +/obj/structure/closet/secure_closet/hop2, +/obj/machinery/camera{ + c_tag = "Head of Personal's bedroom"; + dir = 1 + }, +/obj/machinery/firealarm{ dir = 1; - pixel_y = -22 + pixel_y = -24 }, -/turf/simulated/floor/bluegrid, -/area/server) +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) "cbf" = ( /turf/simulated/wall/r_wall, /area/toxins/server) "cbg" = ( -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/machinery/camera{ - c_tag = "Messaging Server"; - dir = 1 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 1; - name = "standard air scrubber"; - on = 1; - scrub_N2O = 1; - scrub_Toxins = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/server) +/obj/structure/closet/secure_closet/hop, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) "cbh" = ( /obj/machinery/camera{ c_tag = "Gravity Generator Foyer"; @@ -54790,11 +54958,7 @@ icon_state = "black"; name = "Mineral's" }, -/obj/effect/spawner/lootdrop/trade_sol/minerals{ - loot = list(/obj/item/stack/sheet/mineral/silver = 50, /obj/item/stack/sheet/mineral/silver {amount = 10} = 50, /obj/item/stack/sheet/mineral/silver {amount = 30} = 50, /obj/item/stack/sheet/mineral/gold = 50, /obj/item/stack/sheet/mineral/gold {amount = 10} = 50, /obj/item/stack/sheet/mineral/gold {amount = 30} = 50, /obj/item/stack/sheet/mineral/uranium = 50, /obj/item/stack/sheet/mineral/uranium {amount = 10} = 50, /obj/item/stack/sheet/mineral/uranium {amount = 30} = 50, /obj/item/stack/sheet/mineral/diamond = 50, /obj/item/stack/sheet/mineral/diamond {amount = 10} = 50, /obj/item/stack/sheet/mineral/diamond {amount = 30} = 50, /obj/item/stack/sheet/mineral/titanium = 50, /obj/item/stack/sheet/mineral/titanium {amount = 10} = 50, /obj/item/stack/sheet/mineral/titanium {amount = 30} = 50, /obj/item/stack/sheet/plasteel = 50, /obj/item/stack/sheet/plasteel {amount = 10} = 50, /obj/item/stack/sheet/plasteel {amount = 30} = 50, /obj/item/stack/sheet/titaniumglass = 50, /obj/item/stack/sheet/titaniumglass {amount = 10} = 50, /obj/item/stack/sheet/titaniumglass {amount = 30} = 50, /obj/item/stack/sheet/mineral/tranquillite = 50, /obj/item/stack/sheet/mineral/tranquillite {amount = 10} = 50, /obj/item/stack/sheet/mineral/tranquillite {amount = 30} = 50, /obj/item/stack/sheet/mineral/bananium = 50, /obj/item/stack/sheet/mineral/bananium {amount = 10} = 50, /obj/item/stack/sheet/mineral/bananium {amount = 30} = 50, /obj/item/stack/sheet/wood = 50, /obj/item/stack/sheet/wood {amount = 10} = 50, /obj/item/stack/sheet/wood {amount = 30} = 50, /obj/item/stack/sheet/plastic = 50, /obj/item/stack/sheet/plastic {amount = 10} = 50, /obj/item/stack/sheet/plastic {amount = 30} = 50, /obj/item/stack/sheet/mineral/sandstone = 50, /obj/item/stack/sheet/mineral/sandstone {amount = 10} = 50, /obj/item/stack/sheet/mineral/sandstone {amount = 30} = 50); - lootcount = 15; - name = "9. Minerals" - }, +/obj/effect/spawner/lootdrop/trade_sol/minerals, /turf/simulated/floor/wood, /area/shuttle/trade/sol) "cbB" = ( @@ -72457,12 +72621,12 @@ /area/assembly/assembly_line) "cGV" = ( /obj/structure/closet/secure_closet/exile, -/obj/effect/decal/warning_stripes/white/hollow, -/obj/effect/decal/warning_stripes/northeast, /obj/item/radio/intercom{ dir = 0; pixel_x = -28 }, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/effect/decal/warning_stripes/northeast, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -82020,8 +82184,6 @@ /area/engine/engineering) "cYN" = ( /obj/structure/closet/l3closet/scientist, -/obj/effect/decal/warning_stripes/east, -/obj/effect/decal/warning_stripes/white/hollow, /obj/machinery/alarm{ dir = 4; pixel_x = -22 @@ -82030,6 +82192,8 @@ /obj/machinery/light{ dir = 8 }, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/effect/decal/warning_stripes/east, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -82804,6 +82968,7 @@ c_tag = "EVA"; dir = 1 }, +/obj/effect/decal/warning_stripes/south, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -86848,6 +87013,7 @@ /obj/machinery/firealarm{ pixel_y = 24 }, +/obj/structure/flora/ausbushes/fullgrass, /turf/simulated/floor/grass, /area/hydroponics) "djy" = ( @@ -89052,10 +89218,15 @@ }, /area/hallway/primary/central/ne) "dnD" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/machinery/hydroponics/soil, -/turf/simulated/floor/grass, -/area/hydroponics) +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/range) "dnE" = ( /obj/machinery/hydroponics/soil, /mob/living/simple_animal/chicken{ @@ -89124,6 +89295,7 @@ /obj/structure/disposalpipe/trunk{ dir = 8 }, +/obj/effect/decal/warning_stripes/yellow, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -90243,6 +90415,11 @@ }, /turf/simulated/floor/bluegrid, /area/turret_protected/ai) +"drJ" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel, +/area/security/range) "drK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10; @@ -90850,6 +91027,13 @@ icon_state = "floor4" }, /area/shuttle/administration) +"dPa" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/rag, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) "dPF" = ( /obj/machinery/chem_dispenser, /turf/simulated/shuttle/floor{ @@ -90875,6 +91059,24 @@ icon_state = "neutral" }, /area/shuttle/escape) +"dUY" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "1" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/main) "dVs" = ( /obj/effect/spawner/window/reinforced, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -90896,6 +91098,50 @@ /obj/item/storage/firstaid, /turf/simulated/floor/plasteel, /area/shuttle/escape) +"ezw" = ( +/obj/machinery/door/window{ + name = "Secure Armory"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/range) +"eIE" = ( +/obj/structure/chair/stool, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredfull" + }, +/area/security/main) "eJA" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 @@ -90910,6 +91156,30 @@ tag = "icon-whiteblue (NORTH)" }, /area/shuttle/escape) +"eQU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/computer/message_monitor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/server) +"eRE" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Head of Personnel's Office" + }, +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/crew_quarters/heads) "eTE" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/wall, @@ -90919,6 +91189,26 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, /area/crew_quarters/dorms) +"fan" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/closet/bombclosetsecurity, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/range) "fbY" = ( /obj/machinery/power/apc{ dir = 8; @@ -90959,6 +91249,16 @@ }, /turf/simulated/floor/plasteel, /area/crew_quarters/dorms) +"fji" = ( +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/range) "fpO" = ( /turf/simulated/floor/plasteel{ icon_state = "neutral" @@ -90982,6 +91282,28 @@ icon_state = "floor3" }, /area/shuttle/administration) +"fxo" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/camera{ + c_tag = "Messaging Server"; + dir = 1 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/server) "fyo" = ( /obj/machinery/computer/secure_data, /turf/simulated/floor/plasteel{ @@ -91040,6 +91362,37 @@ icon_state = "bot" }, /area/shuttle/escape) +"fLp" = ( +/obj/structure/table/wood, +/obj/item/lighter/zippo/engraved, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"fOI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/range) "fRL" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/item/radio/intercom{ @@ -91101,6 +91454,10 @@ }, /turf/simulated/floor/plating, /area/maintenance/fsmaint) +"gfv" = ( +/obj/structure/sign/security, +/turf/simulated/wall/r_wall, +/area/hallway/secondary/exit) "ghD" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 @@ -91114,6 +91471,28 @@ icon_state = "bot" }, /area/shuttle/escape) +"gpA" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Messaging Server"; + req_access_txt = "30" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/server) "gyR" = ( /obj/item/radio/intercom{ dir = 4; @@ -91125,6 +91504,21 @@ icon_state = "neutralfull" }, /area/shuttle/escape) +"gBG" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen/blue{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/pen/blue{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) "gEy" = ( /obj/structure/shuttle/engine/heater{ dir = 8; @@ -91171,6 +91565,74 @@ }, /turf/simulated/floor/plating, /area/toxins/mixing) +"gTi" = ( +/obj/structure/table, +/obj/item/ashtray/bronze{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/range) +"gUF" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "kitchenbar"; + name = "Kitchen Shutters"; + opacity = 0 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/door/window{ + name = "Kitchen"; + req_access_txt = "28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"gYt" = ( +/obj/structure/closet/crate, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/range) "gZc" = ( /obj/machinery/sleeper/upgraded{ dir = 4 @@ -91179,6 +91641,38 @@ icon_state = "floor3" }, /area/shuttle/administration) +"gZr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "redcorner" + }, +/area/security/range) +"hhf" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/security/range) +"hmM" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) "hsy" = ( /obj/machinery/atmospherics/pipe/simple/insulated{ dir = 4 @@ -91220,6 +91714,18 @@ icon_state = "floor3" }, /area/shuttle/administration) +"hzW" = ( +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) "hHo" = ( /obj/machinery/door/poddoor/shutters{ density = 0; @@ -91242,12 +91748,23 @@ /obj/machinery/recharge_station, /turf/simulated/floor/plasteel, /area/security/main) +"hQc" = ( +/turf/simulated/floor/plasteel{ + dir = 4 + }, +/area/hydroponics) "hTU" = ( /obj/machinery/light/spot{ tag = "icon-tube1 (NORTH)" }, /turf/simulated/floor/mech_bay_recharge_floor, /area/shuttle/escape) +"hZf" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hydroponics) "iau" = ( /obj/machinery/light/spot{ tag = "icon-tube1 (NORTH)" @@ -91257,6 +91774,11 @@ icon_state = "neutralfull" }, /area/shuttle/escape) +"ibO" = ( +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/security/range) "ils" = ( /obj/structure/table/reinforced, /obj/item/storage/backpack/medic, @@ -91299,6 +91821,16 @@ icon_state = "darkyellow" }, /area/shuttle/escape) +"iyW" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "secrange"; + layer = 4; + name = "Security Range Shutters" + }, +/turf/simulated/floor/plating, +/area/security/range) "izn" = ( /obj/machinery/atmospherics/unary/passive_vent{ dir = 1 @@ -91313,6 +91845,21 @@ }, /turf/simulated/shuttle/floor4, /area/shuttle/escape) +"iCK" = ( +/obj/structure/table, +/obj/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "secrange"; + layer = 4; + name = "Security Range Shutters" + }, +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/range) "iHY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -91327,6 +91874,16 @@ }, /turf/simulated/floor/plating, /area/maintenance/fsmaint) +"iId" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/security/range) "iJf" = ( /obj/machinery/atmospherics/pipe/simple/insulated, /obj/machinery/door/poddoor{ @@ -91346,6 +91903,16 @@ }, /turf/simulated/floor/plating, /area/toxins/mixing) +"iJG" = ( +/obj/structure/chair/wood/wings{ + dir = 8; + tag = "icon-wooden_chair_wings (WEST)" + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) "iNz" = ( /obj/machinery/atmospherics/pipe/simple/insulated{ dir = 4 @@ -91367,6 +91934,9 @@ "iUc" = ( /turf/simulated/wall/r_wall, /area/tcommsat/chamber) +"iVV" = ( +/turf/simulated/wall/r_wall, +/area/server) "iZs" = ( /obj/effect/spawner/window/reinforced, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -91395,6 +91965,16 @@ icon_state = "bot" }, /area/shuttle/escape) +"jgz" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/hydroponics) +"jmn" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/security/range) "jnJ" = ( /turf/simulated/shuttle/wall{ icon_state = "swall12" @@ -91405,6 +91985,24 @@ icon_state = "swall11" }, /area/shuttle/administration) +"jtT" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/hydroponics) +"jtW" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"jyd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) "jJT" = ( /obj/structure/chair/comfy/shuttle{ dir = 1 @@ -91417,6 +92015,18 @@ icon_state = "bot" }, /area/shuttle/escape) +"jLB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/main) "jMV" = ( /obj/structure/chair/comfy/shuttle{ dir = 8 @@ -91463,6 +92073,9 @@ icon_state = "cmo" }, /area/shuttle/escape) +"jZS" = ( +/turf/simulated/floor/plasteel, +/area/security/range) "kaG" = ( /obj/structure/closet/crate/medical, /obj/item/storage/firstaid/regular, @@ -91479,12 +92092,33 @@ icon_state = "bot" }, /area/shuttle/escape) +"kbo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/security/main) "kcF" = ( /turf/simulated/shuttle/wall{ icon_state = "swall14"; tag = "icon-swall14" }, /area/shuttle/escape) +"khL" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/table, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) "kiu" = ( /obj/structure/table/wood, /obj/item/deck/cards, @@ -91502,6 +92136,25 @@ }, /turf/simulated/floor/plasteel, /area/crew_quarters/dorms) +"krd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/effect/decal/warning_stripes/red, +/obj/structure/closet/wardrobe/red, +/obj/item/clothing/suit/tracksuit/red, +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/range) "ksF" = ( /obj/structure/chair/comfy/shuttle{ dir = 4 @@ -91515,6 +92168,10 @@ icon_state = "bot" }, /area/shuttle/escape) +"kxm" = ( +/obj/structure/sign/botany, +/turf/simulated/wall, +/area/hydroponics) "kCz" = ( /obj/effect/decal/warning_stripes/west, /obj/structure/closet/firecloset, @@ -91601,6 +92258,21 @@ icon_state = "darkyellow" }, /area/shuttle/escape) +"kVW" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/bluegrid, +/area/server) +"kZd" = ( +/obj/structure/chair/wood/wings{ + dir = 4; + tag = "icon-wooden_chair_wings (EAST)" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) "law" = ( /obj/structure/bed/roller, /obj/structure/sink{ @@ -91659,12 +92331,38 @@ }, /turf/simulated/floor/plasteel, /area/crew_quarters/dorms) +"lsY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) "lxD" = ( /turf/simulated/floor/plasteel{ dir = 1; icon_state = "neutral" }, /area/shuttle/escape) +"lGT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/main) "lLC" = ( /obj/machinery/alarm{ dir = 4; @@ -91713,6 +92411,46 @@ icon_state = "swall_s9" }, /area/shuttle/administration) +"mlU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hydroponics) +"mpK" = ( +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11; + level = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11; + level = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/range) "mrb" = ( /obj/machinery/vending/medical, /turf/simulated/shuttle/floor{ @@ -91729,6 +92467,18 @@ icon_state = "neutralfull" }, /area/shuttle/escape) +"mwM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/range) "mxT" = ( /obj/machinery/vending/wallmed{ name = "Emergency NanoMed"; @@ -91746,6 +92496,34 @@ }, /turf/simulated/floor/plasteel, /area/crew_quarters/dorms) +"mzX" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/range) "mGt" = ( /obj/item/flag/med, /turf/simulated/floor/plasteel{ @@ -91803,6 +92581,25 @@ icon_state = "floor4" }, /area/shuttle/administration) +"mVJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/range) "naH" = ( /obj/structure/bed/roller, /turf/simulated/floor/plasteel{ @@ -91812,12 +92609,47 @@ "nbH" = ( /turf/simulated/shuttle/floor, /area/shuttle/administration) +"nel" = ( +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = 32; + pixel_y = 0 + }, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/structure/bed/dogbed/ian, +/mob/living/simple_animal/pet/dog/corgi/Ian, +/turf/simulated/floor/wood, +/area/crew_quarters/heads) "nhb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 }, /turf/simulated/wall/r_wall, /area/maintenance/fsmaint) +"nik" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Personnel Bedroom"; + req_access_txt = "57" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hop) +"njX" = ( +/obj/structure/foodcart, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) "nqX" = ( /obj/structure/table, /obj/item/paper{ @@ -91842,6 +92674,10 @@ icon_state = "vault" }, /area/shuttle/escape) +"nvb" = ( +/obj/machinery/blackbox_recorder, +/turf/simulated/floor/bluegrid, +/area/server) "nvl" = ( /obj/effect/decal/warning_stripes/northeast, /turf/simulated/floor/plasteel{ @@ -91871,6 +92707,27 @@ }, /turf/simulated/floor/plasteel, /area/crew_quarters/dorms) +"nEQ" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -31 + }, +/obj/effect/decal/warning_stripes/red, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/practice, +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/range) "nFM" = ( /obj/machinery/door/airlock/external{ id_tag = "s_docking_airlock" @@ -91934,6 +92791,11 @@ icon_state = "neutralfull" }, /area/shuttle/escape) +"odN" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/cakehat, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) "oqQ" = ( /obj/structure/chair/comfy/shuttle{ dir = 4 @@ -91962,6 +92824,13 @@ icon_state = "neutralcorner" }, /area/crew_quarters/dorms) +"oBl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/hydroponics) "oDA" = ( /obj/structure/chair/comfy/shuttle{ dir = 4 @@ -91995,6 +92864,12 @@ }, /turf/simulated/shuttle/floor, /area/shuttle/administration) +"oHF" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/hydroponics) "oOZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow, /turf/simulated/wall/r_wall, @@ -92052,6 +92927,30 @@ }, /turf/simulated/shuttle/floor4, /area/shuttle/escape) +"pma" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 6 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = -3 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = -12 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredfull" + }, +/area/security/main) +"ppu" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/range) "pwN" = ( /obj/machinery/door_control{ id = "adminshuttleblast"; @@ -92093,6 +92992,16 @@ icon_state = "dark" }, /area/shuttle/escape) +"pEe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/turf/simulated/floor/plasteel, +/area/security/range) "pGQ" = ( /obj/structure/closet/walllocker/emerglocker/north{ pixel_x = 30; @@ -92103,6 +93012,10 @@ icon_state = "cmo" }, /area/shuttle/escape) +"pIm" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/hydroponics) "pOu" = ( /obj/machinery/computer/communications, /turf/simulated/shuttle/floor, @@ -92128,6 +93041,11 @@ /turf/space, /turf/simulated/floor/plating, /area/shuttle/administration) +"pSJ" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/security/range) "pZO" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ dir = 10 @@ -92155,6 +93073,13 @@ icon_state = "darkred" }, /area/shuttle/escape) +"qeR" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood, +/area/crew_quarters/heads) "qgG" = ( /obj/machinery/door/airlock/external{ id_tag = "s_docking_airlock"; @@ -92166,6 +93091,13 @@ icon_state = "floor4" }, /area/shuttle/administration) +"qlm" = ( +/obj/machinery/message_server, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/bluegrid, +/area/server) "qpX" = ( /obj/structure/chair/comfy/shuttle{ dir = 4 @@ -92180,6 +93112,17 @@ }, /turf/simulated/wall, /area/crew_quarters/dorms) +"qtb" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/range) "qxC" = ( /obj/structure/table, /turf/simulated/floor/plasteel{ @@ -92215,6 +93158,22 @@ /obj/machinery/atmospherics/pipe/simple/heat_exchanging, /turf/space, /area/space/nearstation) +"qVY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/range) "reA" = ( /obj/structure/chair/comfy/shuttle{ dir = 4 @@ -92229,6 +93188,35 @@ /obj/structure/bed/dogbed, /turf/simulated/floor/plasteel, /area/security/main) +"rjC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredfull" + }, +/area/security/main) +"rkj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/range) "rlX" = ( /obj/item/stack/sheet/metal{ amount = 50 @@ -92279,6 +93267,37 @@ icon_state = "floor4" }, /area/shuttle/administration) +"rtv" = ( +/obj/structure/table, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "secrange"; + layer = 4; + name = "Security Range Shutters" + }, +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/range) +"rtB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/server) "rwM" = ( /obj/machinery/optable, /turf/simulated/shuttle/floor{ @@ -92309,6 +93328,28 @@ icon_state = "floor4" }, /area/shuttle/administration) +"rBq" = ( +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/range) +"rDX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/range) "rEw" = ( /turf/simulated/shuttle/wall{ icon_state = "swall1"; @@ -92319,6 +93360,24 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plasteel, /area/crew_quarters/dorms) +"rGg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11; + level = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/bridge/meeting_room) "rGB" = ( /turf/simulated/floor/plasteel{ dir = 8; @@ -92377,11 +93436,51 @@ icon_state = "wall3" }, /area/shuttle/escape) +"sft" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "secrange2"; + layer = 4; + name = "Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/security/range) +"sgT" = ( +/obj/structure/target_stake, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel, +/area/security/range) "snu" = ( /turf/simulated/shuttle/wall{ icon_state = "swall_s6" }, /area/shuttle/administration) +"sxQ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/hydroponics) +"szY" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/server) "sAK" = ( /turf/simulated/shuttle/wall{ dir = 4; @@ -92512,6 +93611,27 @@ icon_state = "floor4" }, /area/shuttle/administration) +"tmi" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = -12 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = -3 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes/red, +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/range) "toq" = ( /turf/simulated/floor/plasteel{ dir = 9; @@ -92574,9 +93694,24 @@ tag = "icon-whiteblue (NORTH)" }, /area/shuttle/escape) +"tVT" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/obj/effect/decal/warning_stripes/red/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/range) "uom" = ( /turf/simulated/floor/plasteel, /area/shuttle/escape) +"uoE" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/crew_quarters/heads) "usf" = ( /obj/machinery/computer/crew, /turf/simulated/floor/plasteel{ @@ -92611,6 +93746,10 @@ icon_state = "darkred" }, /area/shuttle/escape) +"uAy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/security/range) "uBM" = ( /obj/structure/shuttle/engine/propulsion{ dir = 8; @@ -92632,11 +93771,45 @@ }, /turf/space, /area/space/nearstation) +"uLe" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/server) "uQb" = ( /turf/simulated/shuttle/wall{ icon_state = "swall13" }, /area/shuttle/administration) +"uQo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/obj/machinery/light_switch{ + dir = 2; + name = "light switch "; + pixel_x = 0; + pixel_y = -22 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/range) "uTI" = ( /turf/space, /turf/simulated/shuttle/floor{ @@ -92657,6 +93830,17 @@ icon_state = "bot" }, /area/shuttle/escape) +"vbu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/hydroponics) +"vjh" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredfull" + }, +/area/security/main) "vup" = ( /obj/machinery/atmospherics/pipe/simple/insulated{ dir = 10 @@ -92664,6 +93848,16 @@ /obj/structure/lattice, /turf/space, /area/space/nearstation) +"vyc" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/range) "vFf" = ( /obj/machinery/light/spot{ dir = 4; @@ -92691,6 +93885,18 @@ /obj/machinery/light/small, /turf/simulated/floor/plasteel, /area/crew_quarters/dorms) +"vGs" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) "vJw" = ( /obj/structure/table/reinforced, /obj/item/clothing/gloves/color/latex/nitrile, @@ -92712,6 +93918,13 @@ icon_state = "brown" }, /area/shuttle/escape) +"vMu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredfull" + }, +/area/security/main) "vTi" = ( /obj/machinery/computer/cloning, /turf/simulated/shuttle/floor{ @@ -92724,6 +93937,15 @@ }, /turf/simulated/wall, /area/maintenance/fsmaint) +"vVw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/main) "vVC" = ( /turf/simulated/floor/plasteel{ dir = 1; @@ -92731,6 +93953,25 @@ tag = "icon-browncorner (EAST)" }, /area/shuttle/escape) +"vVD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5; + level = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/item/flag/sec, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/main) "wbr" = ( /obj/structure/cable{ d1 = 2; @@ -92745,21 +93986,44 @@ }, /turf/simulated/floor/plasteel/dark, /area/tcommsat/chamber) -"wdq" = ( -/obj/machinery/recharger/wallcharger{ - pixel_x = -24; - pixel_y = 6 +"wcS" = ( +/obj/machinery/door_control{ + id = "secrange"; + name = "Security Range Shutters Control"; + pixel_x = 26; + pixel_y = 25 }, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24; - pixel_y = -3 +/obj/machinery/door_control{ + id = "secrange2"; + name = "Firing Range Privacy Shutters Control"; + pixel_x = 26; + pixel_y = 35; + req_access_txt = "1" }, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24; - pixel_y = -12 +/obj/effect/decal/warning_stripes/red/hollow, +/obj/effect/decal/warning_stripes/red/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/range) +"wdq" = ( +/obj/machinery/vending/security, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/simulated/floor/plasteel, /area/security/main) +"wfe" = ( +/obj/machinery/vending/security/training, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/range) "whv" = ( /obj/machinery/computer/HolodeckControl, /turf/simulated/floor/plasteel, @@ -92785,6 +94049,12 @@ tag = "icon-whiteblue (EAST)" }, /area/shuttle/escape) +"wpV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/security/range) "wsj" = ( /obj/machinery/vending/medical, /turf/simulated/floor/plasteel{ @@ -92797,6 +94067,26 @@ icon_state = "floor4" }, /area/shuttle/administration) +"wvx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/security/range) +"wwy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/range) "wxQ" = ( /obj/structure/chair/comfy/shuttle{ dir = 8 @@ -92813,6 +94103,10 @@ icon_state = "dark" }, /area/shuttle/escape) +"wxU" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/security/range) "wyo" = ( /obj/structure/table, /obj/item/bonegel, @@ -92828,6 +94122,20 @@ icon_state = "floor3" }, /area/shuttle/administration) +"wCY" = ( +/obj/item/radio/intercom{ + broadcasting = 0; + name = "station intercom (General)"; + pixel_y = 25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/range) "wHx" = ( /obj/structure/chair/comfy/shuttle{ dir = 1 @@ -92852,6 +94160,36 @@ /obj/item/clothing/glasses/welding, /turf/simulated/floor/plasteel, /area/atmos) +"wPc" = ( +/obj/structure/table/wood, +/obj/item/candle, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"wQN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/range) "wVD" = ( /obj/effect/landmark/start{ name = "Shaft Miner" @@ -92861,6 +94199,32 @@ icon_state = "brown" }, /area/quartermaster/miningdock) +"wXN" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/machinery/camera{ + c_tag = "Brig Firing Range West"; + dir = 8 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/range) "xcB" = ( /obj/structure/chair{ dir = 8 @@ -92903,6 +94267,25 @@ icon_state = "floor4" }, /area/shuttle/administration) +"xhE" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/hydroponics) +"xic" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/bluegrid, +/area/server) "xlr" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 @@ -92946,6 +94329,17 @@ /obj/structure/lattice, /turf/space, /area/space/nearstation) +"xBi" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "secrange2"; + layer = 4; + name = "Privacy Shutters" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/security/range) "xBQ" = ( /turf/simulated/floor/plasteel{ dir = 4; @@ -92958,6 +94352,19 @@ icon_state = "white" }, /area/shuttle/escape) +"xCg" = ( +/obj/machinery/light_switch{ + pixel_x = -25; + pixel_y = -8 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/range) "xTB" = ( /turf/simulated/floor/plasteel{ icon_state = "whiteblue"; @@ -118586,8 +119993,8 @@ bwe bBe bMv bOj -bMM bME +khL bJO bQb bQb @@ -118837,7 +120244,7 @@ bxl byH bEN bHg -bHg +bEN bJG bxl bxl @@ -119094,7 +120501,7 @@ bxl byI bEZ bDs -bDs +fLp bJH bJa bxl @@ -119361,7 +120768,7 @@ bMG bTc bUq bVa -bTD +bVM bVv bWY bYS @@ -119606,7 +121013,7 @@ bwV bmc bxm byL -bEV +lsY bBv bCC bJH @@ -119618,7 +121025,7 @@ bMG bOC bQl bVc -bTK +bVM bVy bWZ bYV @@ -119863,9 +121270,9 @@ bwU bwc bxm byK -bEZ -bBw +bEV bBw +bCG bJH bKJ bxm @@ -119873,12 +121280,12 @@ bMD bOq bQo bTd -bUr +bVv bVb bVM bXp bXa -bVv +uoE bMG cdX cfx @@ -120121,8 +121528,8 @@ bAC bCw bDS bFa -bHj -bHj +bJI +rGg bJI bKK bLa @@ -120386,14 +121793,14 @@ bxm bxm bxm bMG -bMG -bMG -bMG -bMG -bMG -bMG -bMG -bMG +nel +qeR +eRE +bZd +bZd +nik +bZd +bZd cdY cgb ciS @@ -120642,15 +122049,15 @@ bxm aab aab aab -aab -aaa -aaa -aab +bMG +bMG +bMG +bMG bTJ bVB bXc bYU -bTJ +bZd ces cgi cji @@ -120900,14 +122307,14 @@ aaa aaa aaa aaa +aab aaa aaa -aaa -bTJ +bZd bXr bYZ cbe -bTJ +bZd cfv cgh cjh @@ -121160,11 +122567,11 @@ bFC bFC bFC bFC -bTJ +bZd bXt bZe cbg -bTJ +bZd ceu cgj cdN @@ -121417,11 +122824,11 @@ bQq bOE bUt bSf -bTJ -bTJ bZd -bTJ -bTJ +bZd +bZd +bZd +bZd cet cgj cdN @@ -122445,11 +123852,11 @@ bQt bOM bUy bSk -bFC -bFC -bFC -bFC -bFC +iVV +iVV +gpA +iVV +iVV cex cgj cfv @@ -122702,11 +124109,11 @@ bFC bFC bFC bFC -bFC -aaa -aaa -aaa -bFC +iVV +qlm +rtB +nvb +iVV ceB cgj cfv @@ -122956,14 +124363,14 @@ aaa aaa aaa aaa +aab aaa aaa -aaa -aaa -aaa -aaa -aaa -bFC +iVV +xic +szY +kVW +iVV ceA cgn cfv @@ -123213,14 +124620,14 @@ aab aab aab aab +aab aaa aaa -aaa -aaa -aaa -aaa -aaa -bFC +iVV +uLe +eQU +fxo +iVV ceD cgj cfv @@ -123905,8 +125312,8 @@ aaa aaa aaa aaa -aaa -aaa +bmj +amW aab aaa aiv @@ -124162,7 +125569,7 @@ aaa aaa aaa aaa -aaa +amW aaa amW aab @@ -124178,7 +125585,7 @@ adx adQ aek wdq -aoJ +pma aoF apI anA @@ -124419,24 +125826,24 @@ aaa aaa aaa aaa -aaa -aaa aab -aaa -aiv -aiv -aiv -aiv -aiv -aiv +bpL +brg +brg +brg +brg +brg +brg +brg +brg anH adj aej aej aej -aoJ -aoJ -aoF +vVw +vMu +lGT apH aqA ahj @@ -124676,22 +126083,22 @@ aaa aaa aaa aaa +amW aaa -aaa -aab -aaa -aab -aaa -aab -aaa -aab -aaa -anH +brg +btg +nEQ +tmi +krd +xCg +mpK +wwy +dUY adl -aoJ amd amd -aoJ +eIE +vVD agY aoG apJ @@ -124933,24 +126340,24 @@ aaa aaa aaa aaa -aaa -aaa -amW -aab -amW -aab -amW aab -amW aab +brg +btr +jZS +wvx +pEe +jZS +qVY +gTi acM amc amc amc amc -aoJ -aoJ -aoF +kbo +rjC +jLB ahR anx ago @@ -125190,23 +126597,23 @@ aaa aaa abp aaa +aqp aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa +brg +bwk +jZS +wpV +iId +jZS +gZr +wfe anH adn adG acg amf -adl -aoJ +wdq +vjh ahH apL anA @@ -125447,16 +126854,16 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amW aab +aaa +brg +bwm +wcS +vyc +tVT +qtb +fOI +brg anH anH anA @@ -125704,16 +127111,16 @@ aaa aaa aaa aaa +amW aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa +brg +bMM +rtv +iyW +iCK +bMM +ezw +brg aaa anH acL @@ -125961,17 +127368,17 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab aab aaa +brg +dnD +ppu +fji +ppu +ppu +rkj +brg +aaa anH akv alp @@ -126218,17 +127625,17 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa amW aab +brg +wCY +pSJ +hhf +ibO +uAy +uQo +brg +aab anH akF adX @@ -126475,17 +127882,17 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aaa +brH +rDX +jZS +rBq +jZS +jZS +wQN +xBi +aaa aqA aoJ alq @@ -126732,16 +128139,16 @@ aaa aaa aaa aaa +amW aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab +brW +mVJ +sgT +rBq +sgT +jZS +fan +sft aaa adp aoJ @@ -126792,7 +128199,7 @@ aUQ aUS bhr bja -bkM +bpC bcU bok bmq @@ -126989,17 +128396,17 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aaa +brW +mVJ +jmn +drJ +wxU +jZS +mzX +sft +aaa acB acO adY @@ -127049,7 +128456,7 @@ aUS djh dkE aZR -bkM +bpC bmr brT btf @@ -127246,16 +128653,16 @@ aaa aaa aaa aaa +amW aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab +brW +wXN +mwM +mwM +mwM +mwM +gYt +sft aaa acC alF @@ -127306,14 +128713,14 @@ aUS bfs aYe boc -bkP +dPa bmr brV -btg -bqi -bmq +hzW buN bmq +wPc +bmq aVG aUS cMK @@ -127503,16 +128910,16 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa -amW aab -amW aab -amW +brg +brg +brg +brg +brg +brg +brg +brg aab anH akH @@ -127563,11 +128970,11 @@ bwl bft aYd bnQ -bkO +jtW bmr bmM -brg -brg +iJG +iJG bmq bqk bmq @@ -127760,10 +129167,10 @@ aaa aaa aaa aaa +amW aaa aaa -aaa -aaa +bpL aaa aab aaa @@ -127820,7 +129227,7 @@ aUS bfk aZR bop -bkO +jtW bmr bmM bmq @@ -128017,12 +129424,12 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa +amW +amW +aab +amW aab +amW aaa aih aih @@ -128077,7 +129484,7 @@ aUS dji biS bom -bkO +jtW bmr bmM btm @@ -128279,7 +129686,7 @@ aaa aaa aaa aaa -amW +aab aab aih adq @@ -128334,7 +129741,7 @@ aUS djj dkL boH -bpC +gBG bmr bmM btw @@ -128536,7 +129943,7 @@ aaa aaa aaa aaa -aab +amW aaa adb adv @@ -128593,8 +130000,8 @@ beF bot bjm bmq -brW -btq +hmM +jyd bmq bmq bmq @@ -128852,9 +130259,9 @@ dkN bqy brX btx -buq -buq -buq +kZd +kZd +kZd bAU bCI aUS @@ -129108,10 +130515,10 @@ bjK blt bmq bmq -bqi -brH -btr -bqi +buN +odN +vGs +buN bAH bCB aUS @@ -129877,7 +131284,7 @@ bhW biV boO bdT -bmj +gUF bog bpN bog @@ -130136,7 +131543,7 @@ boN bdT bmh bof -bpL +njX bof bof bof @@ -131675,7 +133082,7 @@ beb dju bLn bjv -dnD +bfH bmy boo btM @@ -131931,7 +133338,7 @@ aGY beb djx bLU -bjv +pIm dnE bmy doq @@ -132962,7 +134369,7 @@ bjN beb bhM bmA -bou +bqa bpV bpV bqa @@ -133220,11 +134627,11 @@ beb dnH bqI brr +jgz brr +jgz brr -brr -brr -brr +xhE bxL bzj bAr @@ -133481,8 +134888,8 @@ btR boB boB boB -boB -bxM +hZf +jtT bjB bAr bHy @@ -133732,14 +135139,14 @@ bfD bjV beb blc -bxM -boA +sxQ +bqa btQ -boA -boA -boA -boB -bxM +bqa +bqa +bqa +hQc +vbu bzk bAr bHy @@ -133989,14 +135396,14 @@ bif bke beb bkV -bxM -boA +sxQ +bqa btQ -boA -boA -boA -boB -bxM +bqa +bqa +bqa +hQc +vbu bzk bAr bHA @@ -134252,8 +135659,8 @@ btS brs boB boB -boB -bxM +mlU +oHF bjB bAr bHy @@ -134494,7 +135901,7 @@ aGY aGX aTZ aGY -aMr +aGX bkI bcn beb @@ -134507,7 +135914,7 @@ bqL brZ btU bow -bow +oBl byM bru bxL @@ -135025,7 +136432,7 @@ beb beb beb beb -beb +kxm bAi bHt bJl @@ -144274,7 +145681,7 @@ bEG bnZ brd bEG -bEG +gfv bBc bmm bmm @@ -145302,7 +146709,7 @@ bmR boE buI btp -bwm +brM bjR boI bjR @@ -145559,7 +146966,7 @@ bEG boC brD btp -bwk +brM bjR brL bjR @@ -145816,7 +147223,7 @@ bEG bEG bEG bEG -bwk +brM bjR brM bqn diff --git a/_maps/map_files/cyberiad/cyberiadold.dmm b/_maps/map_files/cyberiad/cyberiadold.dmm new file mode 100644 index 000000000000..3e5a4c1b8a27 --- /dev/null +++ b/_maps/map_files/cyberiad/cyberiadold.dmm @@ -0,0 +1,158537 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/turf/space, +/area/space) +"aab" = ( +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"aaw" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"aaA" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/shuttle/escape) +"aaQ" = ( +/obj/docking_port/stationary/whiteship{ + dir = 8; + id = "whiteship_cyberiad"; + name = "North of Cyberiad" + }, +/turf/space, +/area/space) +"abp" = ( +/obj/effect/landmark{ + name = "carpspawn" + }, +/turf/space, +/area/space) +"abH" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-window5_mid" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"abI" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/syndicate) +"abJ" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"abK" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"abM" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"abN" = ( +/turf/simulated/wall/r_wall, +/area/security/permabrig) +"abO" = ( +/obj/structure/girder, +/turf/simulated/floor/plating/airless, +/area/security/securearmoury) +"abP" = ( +/obj/structure/lattice, +/turf/simulated/wall/r_wall, +/area/security/securearmoury) +"abQ" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/syndicate) +"abT" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_y = 2 + }, +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate) +"abU" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_y = 2 + }, +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate) +"abV" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"abW" = ( +/obj/machinery/computer/shuttle/syndicate, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"abX" = ( +/obj/structure/table, +/obj/machinery/door_control{ + id = "syndieshutters"; + name = "remote shutter control"; + req_access_txt = "150" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"abY" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall, +/area/space/nearstation) +"abZ" = ( +/obj/structure/computerframe, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"aca" = ( +/obj/machinery/flasher/portable, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"acb" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + cell_type = 5000; + dir = 8; + name = "west bump Important Area"; + pixel_y = 27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"acc" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"acd" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"ace" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"acf" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"acg" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/clothing/mask/balaclava, +/turf/simulated/floor/plasteel, +/area/security/main) +"ach" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/grenade/barrier{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/grenade/barrier, +/obj/item/grenade/barrier{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/grenade/barrier{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"aci" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"acj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Armory_sprava"; + location = "Armory_South" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"ack" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"acl" = ( +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"acm" = ( +/obj/item/radio/intercom/syndicate{ + pixel_y = -28 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"acn" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_y = -2 + }, +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate) +"aco" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Armory_South"; + location = "Armory_North" + }, +/mob/living/simple_animal/bot/secbot/armsky{ + auto_patrol = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"acp" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/box/flashbangs, +/obj/item/storage/box/flashbangs{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "Secure Armory East"; + dir = 8; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"acr" = ( +/obj/machinery/door/window{ + dir = 2; + name = "Cockpit"; + req_access_txt = "150" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"act" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/suit/armor/bulletproof, +/obj/item/clothing/head/helmet/alt, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + dir = 8; + name = "Secure Armory"; + req_access_txt = "1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"acu" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/suit/armor/laserproof, +/obj/item/gun/energy/ionrifle, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + name = "Secure Armory"; + req_access_txt = "1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"acv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"acw" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/box/teargas, +/obj/item/storage/box/teargas{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = 30 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"acx" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/suit/armor/laserproof, +/obj/item/gun/energy/ionrifle, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window{ + name = "Secure Armory"; + req_access_txt = "1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"acy" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/gun/energy/laser{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"acA" = ( +/obj/machinery/recharge_station/upgraded, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"acB" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/main) +"acC" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/main) +"acD" = ( +/obj/structure/window/reinforced/polarized{ + id = "hos_room" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "hos_room" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "hos_room" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "hos_room" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/security/hos) +"acE" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/gun/advtaser, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"acF" = ( +/mob/living/simple_animal/crab/Coffee, +/turf/simulated/floor/plasteel{ + icon_state = "vault"; + tag = "icon-vault" + }, +/area/crew_quarters/dorms) +"acG" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"acH" = ( +/obj/machinery/door/airlock/hatch/gamma{ + locked = 1; + req_access_txt = "1"; + security_level = 1; + use_power = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"acI" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_y = -2 + }, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate) +"acJ" = ( +/obj/structure/table, +/obj/item/storage/box/syndidonkpockets, +/obj/item/storage/box/syndidonkpockets, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"acK" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/lockbox/mindshield, +/obj/item/storage/box/trackimp, +/obj/item/storage/box/chemimp{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/lock_buster, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"acL" = ( +/obj/structure/table, +/obj/item/taperecorder, +/obj/machinery/light_switch{ + pixel_x = -25; + pixel_y = -8 + }, +/obj/item/radio/intercom/department/security{ + pixel_x = -29; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"acM" = ( +/obj/structure/lattice, +/turf/simulated/wall/r_wall, +/area/security/main) +"acN" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + frequency = 1331; + id_tag = "synd_pump" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"acO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"acP" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"acQ" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"acR" = ( +/obj/machinery/door/airlock{ + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/permabrig) +"acS" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/gun/energy/gun{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"acT" = ( +/turf/space, +/turf/space, +/area/space) +"acU" = ( +/obj/structure/closet/syndicate/personal, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"acV" = ( +/obj/structure/table, +/obj/item/ashtray/bronze{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Brig Briefing Room West"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"acW" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"acX" = ( +/obj/structure/table, +/obj/item/storage/box/prisoner, +/obj/machinery/camera{ + c_tag = "Brig Labor Camp Airlock North" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"acY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/prisonershuttle) +"acZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"ada" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch/gamma{ + locked = 1; + req_access_txt = "1"; + use_power = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prisonershuttle) +"adb" = ( +/obj/structure/window/reinforced/polarized{ + id = "hos_room" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "hos_room" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "hos_room" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/security/hos) +"adc" = ( +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_inner"; + locked = 1; + name = "Ship External Access"; + req_access = null; + req_access_txt = "150" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"add" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1331; + id_tag = "vox_west_control"; + pixel_x = 24; + req_access_txt = "152"; + tag_airpump = "vox_west_vent"; + tag_chamber_sensor = "vox_west_sensor"; + tag_exterior_door = "vox_northwest_lock"; + tag_interior_door = "vox_southwest_lock" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"ade" = ( +/obj/structure/table, +/obj/item/aicard, +/obj/item/storage/box/zipties, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"adf" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1331; + id_tag = "synd_airlock"; + pixel_x = 25; + req_access_txt = "150"; + tag_airpump = "synd_pump"; + tag_chamber_sensor = "synd_sensor"; + tag_exterior_door = "synd_outer"; + tag_interior_door = "synd_inner" + }, +/obj/machinery/airlock_sensor{ + frequency = 1331; + id_tag = "synd_sensor"; + pixel_x = 25; + pixel_y = 12; + req_access_txt = "150" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"adg" = ( +/obj/structure/window/reinforced/polarized{ + id = "hos_room" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "hos_room" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/security/hos) +"adh" = ( +/obj/structure/window/reinforced/polarized{ + id = "hos_room" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "hos_room" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "hos_room" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/security/hos) +"adi" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "hos" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "hos" + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/security/hos) +"adj" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/effect/decal/warning_stripes/red/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"adk" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/clothing/mask/balaclava, +/turf/simulated/floor/plasteel, +/area/security/main) +"adl" = ( +/obj/machinery/vending/security, +/turf/simulated/floor/plasteel, +/area/security/main) +"adm" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"adn" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/clothing/mask/balaclava, +/turf/simulated/floor/plasteel, +/area/security/main) +"ado" = ( +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"adp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/main) +"adq" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/wood, +/area/security/hos) +"adr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"ads" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"adt" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/securearea, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"adu" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"adv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/security/hos) +"adw" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"adx" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/clothing/mask/balaclava, +/turf/simulated/floor/plasteel, +/area/security/main) +"ady" = ( +/obj/structure/table, +/obj/item/multitool, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"adz" = ( +/obj/structure/mirror{ + pixel_y = -30 + }, +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"adA" = ( +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_outer"; + name = "Ship External Access"; + req_access = null; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "smindicate"; + layer = 5; + name = "Outer Airlock"; + opacity = 0 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"adB" = ( +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_outer"; + name = "Ship External Access"; + req_access = null; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "smindicate"; + layer = 5; + name = "Outer Airlock"; + opacity = 0 + }, +/obj/machinery/door_control{ + id = "smindicate"; + name = "External Door Control"; + pixel_x = -26; + pixel_y = -2; + req_access_txt = "150" + }, +/obj/docking_port/mobile{ + dheight = 9; + dir = 2; + dwidth = 5; + height = 22; + id = "syndicate"; + name = "syndicate infiltrator"; + roundstart_move = "syndicate_away"; + width = 18 + }, +/obj/docking_port/stationary{ + dheight = 9; + dir = 2; + dwidth = 5; + height = 22; + id = "syndicate_nw"; + name = "northwest of station"; + width = 18 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"adC" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK" + }, +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/syndicate) +"adD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/wood, +/area/security/hos) +"adE" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/medbay) +"adF" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/medbay) +"adG" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/clothing/mask/balaclava, +/turf/simulated/floor/plasteel, +/area/security/main) +"adH" = ( +/obj/machinery/button/windowtint{ + id = "hos_room"; + pixel_x = -24; + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"adI" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"adJ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"adK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"adL" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1331; + id_tag = "vox_east_control"; + pixel_x = -24; + req_access_txt = "152"; + tag_airpump = "vox_east_vent"; + tag_chamber_sensor = "vox_east_sensor"; + tag_exterior_door = "vox_northeast_lock"; + tag_interior_door = "vox_southeast_lock" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"adM" = ( +/obj/machinery/computer/prisoner{ + req_access = null; + req_access_txt = "2" + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"adN" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "barber" + }, +/area/security/permabrig) +"adO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"adP" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/security/hos) +"adQ" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Brig Security Equipment Lockers"; + dir = 4 + }, +/obj/item/clothing/mask/balaclava, +/turf/simulated/floor/plasteel, +/area/security/main) +"adR" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/securearmoury) +"adS" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"adT" = ( +/obj/structure/closet/syndicate/nuclear, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"adU" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"adV" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "vox_southwest_lock"; + locked = 1; + req_access_txt = "152"; + req_one_access = null + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1331; + master_tag = "vox_west_control"; + pixel_x = 28; + req_one_access_txt = "152" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"adW" = ( +/obj/structure/sink{ + dir = 1 + }, +/obj/structure/mirror{ + pixel_y = -30 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"adX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"adY" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/main) +"adZ" = ( +/turf/space, +/area/security/prisonershuttle) +"aea" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"aeb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"aec" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"aed" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"aee" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"aef" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/medbay) +"aeg" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/medbay) +"aeh" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/security/medbay) +"aei" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/securearmoury) +"aej" = ( +/obj/effect/decal/warning_stripes/red/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"aek" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/obj/item/clothing/mask/balaclava, +/turf/simulated/floor/plasteel, +/area/security/main) +"ael" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/main) +"aem" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"aen" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "vox_southeast_lock"; + locked = 1; + req_access_txt = "152"; + req_one_access = null + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1331; + master_tag = "vox_east_control"; + pixel_x = -30; + req_one_access_txt = "152" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"aeo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"aep" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/security/medbay) +"aeq" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/security/medbay) +"aer" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/security/medbay) +"aes" = ( +/obj/structure/sign/poster/contraband/syndicate_recruitment{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"aet" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1331; + master_tag = "synd_airlock"; + name = "interior access button"; + pixel_x = 25; + pixel_y = 25 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"aeu" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel, +/area/security/main) +"aev" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/security/hos) +"aew" = ( +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/security/medbay) +"aex" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/sit, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"aey" = ( +/obj/machinery/computer/brigcells, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/security/warden) +"aez" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "Brig Medbay" + }, +/obj/structure/table/glass, +/obj/item/clothing/glasses/hud/health, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/security/medbay) +"aeA" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/security/medbay) +"aeB" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/main) +"aeC" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/mug/hos{ + pixel_x = -6; + pixel_y = 16 + }, +/turf/simulated/floor/carpet, +/area/security/hos) +"aeD" = ( +/obj/machinery/computer/secure_data, +/obj/item/radio/intercom/department/security{ + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"aeE" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/decal/warning_stripes/east, +/obj/structure/rack, +/obj/item/tank/oxygen, +/obj/item/tank/jetpack/oxygen, +/turf/simulated/floor/plasteel, +/area/security/podbay) +"aeF" = ( +/obj/machinery/door/airlock/external{ + id_tag = "laborcamp_home"; + name = "Labor Camp Airlock"; + req_access_txt = "2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"aeG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"aeH" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"aeI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"aeJ" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/obj/item/reagent_containers/syringe/charcoal, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/security/medbay) +"aeK" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "white" + }, +/area/security/medbay) +"aeL" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/security/medbay) +"aeM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "white" + }, +/area/security/medbay) +"aeN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "white" + }, +/area/security/medbay) +"aeO" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/table/glass, +/obj/item/clothing/accessory/stethoscope, +/obj/item/storage/belt/medical, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/security/medbay) +"aeP" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_y = 2 + }, +/turf/space, +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate) +"aeQ" = ( +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_inner"; + locked = 1; + name = "Ship External Access"; + req_access = null; + req_access_txt = "150" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"aeR" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/suit/armor/bulletproof, +/obj/item/clothing/head/helmet/alt, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window{ + dir = 8; + name = "Secure Armory"; + req_access_txt = "1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"aeS" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/box/buck{ + pixel_x = 3 + }, +/obj/item/storage/box/buck{ + pixel_y = 3 + }, +/obj/item/storage/box/slug{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"aeT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "white" + }, +/area/security/medbay) +"aeU" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/warden) +"aeV" = ( +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost") + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/radio/intercom{ + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"aeW" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door_control{ + desc = "A remote control-switch to lock down the prison wing's blast doors"; + id = "Prison Gate"; + name = "Prison Wing Lockdown"; + pixel_x = -28; + pixel_y = 7; + req_access_txt = "2" + }, +/obj/machinery/door_control{ + id = "Secure Gate"; + name = "Brig Lockdown"; + pixel_x = -28; + pixel_y = -3; + req_access_txt = "2" + }, +/obj/machinery/door_control{ + id = "hosofficedoor"; + name = "Office Door"; + normaldoorcontrol = 1; + pixel_x = -28; + pixel_y = 17; + req_access_txt = "58" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/carpet, +/area/security/hos) +"aeX" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/suit_storage_unit/security/pod_pilot, +/turf/simulated/floor/plasteel, +/area/security/podbay) +"aeY" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"aeZ" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"afa" = ( +/obj/item/radio/intercom{ + pixel_y = -27 + }, +/obj/structure/table, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"afb" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"afc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"afd" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/security/medbay) +"afe" = ( +/obj/structure/closet/secure_closet/hos, +/obj/item/reagent_containers/food/drinks/flask/barflask, +/obj/item/megaphone, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"aff" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"afg" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = -28 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"afh" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "white" + }, +/area/security/medbay) +"afi" = ( +/obj/machinery/sleeper, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/security/medbay) +"afj" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "white" + }, +/area/security/medbay) +"afk" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + cell_type = 5000; + dir = 8; + name = "west bump Important Area"; + pixel_x = -24 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/warden) +"afl" = ( +/obj/machinery/door_control{ + id = "Secure Gate"; + name = "Brig Lockdown"; + pixel_x = 6; + pixel_y = -25; + req_access_txt = "2" + }, +/obj/machinery/door_control{ + desc = "A remote control-switch to lock down the prison wing's blast doors"; + id = "Prison Gate"; + name = "Prison Wing Lockdown"; + pixel_x = -6; + pixel_y = -25; + req_access_txt = "2" + }, +/obj/machinery/door_control{ + id = "SecureArmory"; + name = "Secure Armory Shutters"; + pixel_x = -6; + pixel_y = -35; + req_access_txt = "3" + }, +/obj/machinery/door_control{ + id = "armory"; + name = "Armory Shutter"; + pixel_x = 6; + pixel_y = -35; + req_access_txt = "3" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"afm" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/warden) +"afn" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Brig Physician" + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"afo" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"afp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Processing"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"afq" = ( +/obj/structure/table/glass, +/obj/item/storage/box/masks{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/storage/box/gloves, +/obj/item/radio/intercom/department/security{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/security/medbay) +"afr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/security/medbay) +"afs" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/security/medbay) +"aft" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/security/medbay) +"afu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/security/medbay) +"afv" = ( +/obj/structure/closet/secure_closet/brigdoc, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/security/medbay) +"afw" = ( +/obj/structure/bed/roller, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/security/medbay) +"afx" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/security/main) +"afy" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/sst, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"afz" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 1 + }, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/syndicate) +"afA" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"afB" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stack/cable_coil{ + pixel_y = 10 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"afC" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"afD" = ( +/obj/machinery/vending/wallmed/syndicate{ + pixel_x = -30 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"afE" = ( +/obj/structure/computerframe, +/obj/item/paper/synditele, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"afF" = ( +/obj/machinery/teleport/station, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"afG" = ( +/obj/machinery/teleport/hub/upgraded, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"afH" = ( +/obj/structure/closet/crate/internals, +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"afI" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_y = 2 + }, +/turf/space, +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate) +"afJ" = ( +/obj/structure/closet/l3closet/security, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"afK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/main) +"afL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/security/podbay) +"afM" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + on = 0; + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/stamp/hos, +/obj/item/spacepod_key{ + id = 100000 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/item/paper/monitorkey, +/turf/simulated/floor/carpet, +/area/security/hos) +"afN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/security/podbay) +"afO" = ( +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"afP" = ( +/obj/machinery/door/window{ + name = "Infirmary"; + req_access_txt = "150" + }, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"afQ" = ( +/obj/machinery/door/window/westright{ + name = "Tool Storage"; + req_access_txt = "150" + }, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"afS" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/camera{ + c_tag = "Prisoner Lockers" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/security/prisonlockers) +"afT" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/security/brig) +"afU" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/security/brig) +"afV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"afW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Brig Medical Bay"; + req_one_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/security/medbay) +"afX" = ( +/obj/structure/lattice, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall, +/area/space/nearstation) +"afY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Brig Medical Bay"; + req_one_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/security/medbay) +"afZ" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/vox) +"aga" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "vox_northwest_lock"; + locked = 1; + req_access_txt = "152"; + req_one_access = null + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1331; + master_tag = "vox_west_control"; + pixel_x = -29; + req_one_access_txt = "152" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"agb" = ( +/obj/structure/rack, +/obj/item/storage/belt/military{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/belt/military{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/storage/belt/military{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/storage/belt/military{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"agc" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/vox) +"agd" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "vox_northeast_lock"; + locked = 1; + req_access_txt = "152"; + req_one_access = null + }, +/obj/docking_port/mobile{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack"; + name = "Vox Skipjack"; + roundstart_move = "skipjack_away"; + width = 19 + }, +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_ne"; + name = "northeast of SS13"; + width = 19 + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1331; + master_tag = "vox_east_control"; + pixel_x = 28; + req_access_txt = "152" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"agf" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"agg" = ( +/obj/machinery/door/window{ + base_state = "right"; + icon_state = "right"; + name = "Infirmary"; + req_access_txt = "150" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"agh" = ( +/obj/machinery/door/window{ + dir = 8; + name = "Tool Storage"; + req_access_txt = "150" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"agj" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/security/medbay) +"agk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plasteel, +/area/security/prisonlockers) +"agl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/prisonlockers) +"agm" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/security/prisonlockers) +"agn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/brig) +"ago" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/brig) +"agp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"agq" = ( +/obj/machinery/camera{ + c_tag = "Brig Main Hall West 2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/brig) +"agr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/brig) +"ags" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"agt" = ( +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "hos_room" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "hos_room" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "hos_room" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/security/hos) +"agu" = ( +/obj/structure/bed, +/obj/item/bedsheet/hos, +/obj/effect/landmark/start{ + name = "Head of Security" + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = -30 + }, +/turf/simulated/floor/wood, +/area/security/hos) +"agv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/brig) +"agw" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/vox) +"agx" = ( +/obj/machinery/airlock_sensor{ + frequency = 1331; + id_tag = "vox_west_sensor"; + pixel_x = 25; + req_access_txt = "152" + }, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1331; + id_tag = "vox_west_vent" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"agy" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/prisonershuttle) +"agz" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/vox, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"agA" = ( +/obj/structure/table, +/obj/machinery/door_control{ + id = "voxshutters"; + name = "remote shutter control"; + req_access_txt = "152" + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"agB" = ( +/obj/machinery/computer/shuttle/vox, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"agC" = ( +/obj/machinery/airlock_sensor{ + frequency = 1331; + id_tag = "vox_east_sensor"; + pixel_x = -25; + req_access_txt = "152" + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1331; + id_tag = "vox_east_vent" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"agD" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"agE" = ( +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/obj/item/radio/intercom/syndicate{ + pixel_x = -28 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"agF" = ( +/obj/machinery/iv_drip, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"agG" = ( +/obj/structure/table, +/obj/item/reagent_containers/syringe/charcoal, +/obj/item/reagent_containers/syringe/charcoal{ + pixel_y = 2 + }, +/obj/item/reagent_containers/syringe/charcoal{ + pixel_y = 4 + }, +/obj/item/gun/syringe/syndicate, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/obj/item/storage/box/syndie_kit/bonerepair, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"agH" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/flag/syndi{ + layer = 5 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"agI" = ( +/obj/effect/landmark{ + name = "Nuclear-Bomb" + }, +/obj/machinery/light/spot, +/obj/machinery/door/window{ + dir = 1; + name = "Secure Storage"; + req_access_txt = "150" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"agJ" = ( +/obj/structure/table, +/obj/item/multitool{ + pixel_x = 11; + pixel_y = 5 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/assembly/signaler{ + pixel_y = 11 + }, +/obj/item/assembly/signaler{ + pixel_y = 11 + }, +/obj/item/assembly/signaler{ + pixel_y = 11 + }, +/obj/item/assembly/infra{ + pixel_x = -2; + pixel_y = -5 + }, +/obj/item/assembly/infra{ + pixel_x = -2; + pixel_y = -5 + }, +/obj/item/assembly/voice{ + pixel_x = -10; + pixel_y = 12 + }, +/obj/item/assembly/voice{ + pixel_x = -10; + pixel_y = 12 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"agK" = ( +/obj/structure/table, +/obj/item/grenade/plastic/c4{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 8 + }, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/grenade/plastic/c4{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"agL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"agM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"agN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/brig) +"agO" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/brig) +"agP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/brig) +"agQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"agR" = ( +/obj/machinery/suit_storage_unit/security/secure, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"agS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/security/hos) +"agT" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Brig Main Hall Center" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/brig) +"agU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"agV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/brig) +"agW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/brig) +"agX" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Rubber bullets"; + req_access = list(1) + }, +/obj/item/ammo_box/rubber9mm{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"agY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/security/main) +"agZ" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/vox) +"aha" = ( +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ahb" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "109" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"ahc" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ahd" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 30 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"ahe" = ( +/obj/structure/closet/bombclosetsecurity, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"ahf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/main) +"ahg" = ( +/obj/machinery/bodyscanner, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"ahh" = ( +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"ahj" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/brig) +"ahk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/alarm{ + pixel_y = 23 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/brig) +"ahm" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/security/hos) +"ahn" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/vox) +"aho" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (WEST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"ahp" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ahq" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"ahr" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (WEST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"ahs" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/shuttle/vox) +"ahu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "white" + }, +/area/security/medbay) +"ahv" = ( +/obj/structure/closet/crate/medical, +/obj/item/reagent_containers/glass/bottle/morphine, +/obj/item/storage/box/beakers, +/obj/item/robot_parts/l_arm, +/obj/item/robot_parts/r_arm, +/obj/item/clothing/mask/surgical, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/tank/anesthetic, +/obj/item/clothing/mask/breath/medical, +/obj/item/robot_parts/l_leg, +/obj/item/robot_parts/r_leg, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"ahw" = ( +/obj/machinery/computer/operating, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"ahy" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"ahz" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-window5_mid" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"ahA" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (NORTH)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"ahB" = ( +/obj/machinery/suit_storage_unit/syndicate/secure, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"ahC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/brig) +"ahD" = ( +/obj/machinery/camera{ + c_tag = "Secure Armory West"; + dir = 4; + network = list("SS13","Security") + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Armory_North"; + location = "Armory_sprava" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"ahE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/brig) +"ahF" = ( +/turf/space, +/area/shuttle/gamma/station) +"ahG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/security/hos) +"ahH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"ahI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "white" + }, +/area/security/medbay) +"ahJ" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (EAST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"ahK" = ( +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ahL" = ( +/obj/item/clothing/head/collectable/petehat{ + desc = "It smells faintly of reptile."; + name = "fancy leader hat" + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ahM" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (EAST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"ahN" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_l"; + tag = "icon-propulsion_l" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"ahO" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"ahP" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_r"; + tag = "icon-propulsion_r" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"ahQ" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/machinery/camera{ + c_tag = "Brig Main Hall East 1" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/brig) +"ahR" = ( +/obj/structure/table/reinforced, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/item/assembly/timer{ + pixel_x = 3; + pixel_y = -8 + }, +/obj/item/assembly/timer{ + pixel_y = -6; + pixel_z = 3 + }, +/obj/item/flash{ + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/main) +"ahS" = ( +/obj/effect/decal/warning_stripes/east, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/security/hos) +"ahT" = ( +/obj/machinery/flasher/portable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"ahU" = ( +/obj/machinery/suit_storage_unit/security, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"ahV" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"ahW" = ( +/obj/item/radio/intercom/department/security{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/brig) +"ahX" = ( +/obj/structure/table, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/obj/item/storage/box/prisoner, +/turf/simulated/floor/plasteel, +/area/security/prisonlockers) +"ahY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"ahZ" = ( +/obj/machinery/door/airlock/hatch{ + req_access_txt = "152" + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aia" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/northeastcorner, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/podbay) +"aic" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/space_heater, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/security/podbay) +"aid" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"aie" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"aif" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"aig" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"aih" = ( +/turf/simulated/wall/r_wall, +/area/security/hos) +"aii" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"aik" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"ail" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"aim" = ( +/obj/machinery/atmospherics/unary/tank/nitrogen{ + dir = 4 + }, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/vox) +"ain" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"aio" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"ais" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"ait" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"aiu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"aiv" = ( +/turf/simulated/wall/r_wall, +/area/security/securearmoury) +"aix" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/security/prisonlockers) +"aiz" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/suit/armor/riot, +/obj/item/shield/riot, +/obj/item/clothing/head/helmet/riot, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + name = "Secure Armory"; + req_access_txt = "1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"aiA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"aiB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"aiC" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-window5 (EAST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"aiD" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Brig Main Hall West 1" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/brig) +"aiE" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/recharger, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aiF" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/weed_extract, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aiG" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/mob/living/simple_animal/bot/floorbot{ + on = 0 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aiH" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/broken_device, +/obj/item/robot_parts/chest, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aiI" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/pickaxe, +/obj/item/storage/firstaid/toxin, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aiJ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/scalpel, +/obj/item/stack/cable_coil, +/obj/item/storage/firstaid/regular, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aiK" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/circular_saw, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aiL" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/optable, +/obj/item/organ/internal/brain, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aiM" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-window5 (EAST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"aiP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"aiQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"aiR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"aiS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"aiT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/brig) +"aiU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"aiV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"aiW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"aiX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"aiY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"aiZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"aja" = ( +/obj/machinery/light_switch{ + pixel_y = 25 + }, +/obj/structure/table, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Prison North"; + dir = 6; + network = list("Prison","SS13") + }, +/obj/structure/bedsheetbin, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "barber" + }, +/area/security/permabrig) +"ajb" = ( +/turf/simulated/wall/r_wall, +/area/security/podbay) +"ajc" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "barber" + }, +/area/security/permabrig) +"ajd" = ( +/obj/item/storage/toolbox/syndicate, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aje" = ( +/obj/item/skeleton/r_arm, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ajf" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/radio/intercom/locked/prison{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/permabrig) +"ajg" = ( +/obj/machinery/washing_machine, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "barber" + }, +/area/security/permabrig) +"ajh" = ( +/obj/machinery/vending/sustenance, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/permabrig) +"aji" = ( +/obj/machinery/computer/library/public, +/obj/structure/table, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/permabrig) +"ajj" = ( +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "hos_room" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "hos_room" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/security/hos) +"ajk" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/suit/armor/riot, +/obj/item/shield/riot, +/obj/item/clothing/head/helmet/riot, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window{ + name = "Secure Armory"; + req_access_txt = "1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"ajl" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"ajm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/brig) +"ajn" = ( +/obj/structure/dresser, +/turf/simulated/floor/wood, +/area/security/hos) +"ajo" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/tranquilizer{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"ajp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/brig) +"ajq" = ( +/obj/machinery/button/windowtint{ + id = "hos_room"; + pixel_x = -24; + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/security/hos) +"ajr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"ajs" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 10 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/effect/decal/warning_stripes/east, +/obj/item/clothing/glasses/welding, +/obj/item/radio/intercom/department/security{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/security/podbay) +"ajt" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/turf/simulated/floor/engine, +/area/security/podbay) +"aju" = ( +/obj/machinery/camera{ + c_tag = "Brig Podbay" + }, +/obj/machinery/door_control{ + desc = "A remote control-switch for the pod doors."; + id = "secpodbay"; + name = "Pod Door Control"; + pixel_y = 24; + req_access_txt = "71" + }, +/turf/simulated/floor/engine, +/area/security/podbay) +"ajv" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/engine, +/area/security/podbay) +"ajw" = ( +/turf/simulated/floor/engine, +/area/security/podbay) +"ajx" = ( +/obj/structure/spacepoddoor{ + luminosity = 3 + }, +/turf/simulated/floor/engine, +/area/security/podbay) +"ajy" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/engine/vacuum, +/area/security/podbay) +"ajz" = ( +/obj/machinery/atmospherics/unary/tank/nitrogen{ + dir = 8 + }, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/vox) +"ajA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/clothing/suit/space/syndicate/black/red, +/obj/item/clothing/head/helmet/space/syndicate/black/red, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"ajB" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table, +/obj/item/storage/toolbox/syndicate{ + pixel_y = 7 + }, +/obj/item/storage/toolbox/syndicate, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"ajC" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1331; + id_tag = "vox_west_vent" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"ajD" = ( +/obj/item/storage/toolbox/electrical, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ajE" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/suit/space/vox/carapace, +/obj/item/clothing/head/helmet/space/vox/carapace, +/obj/item/clothing/mask/breath, +/obj/item/storage/backpack/duffel/syndie{ + slowdown = 1 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ajF" = ( +/obj/structure/rack, +/obj/item/gun/dartgun/vox/raider, +/obj/item/gun/dartgun/vox/medical, +/obj/item/dart_cartridge, +/obj/item/dart_cartridge, +/obj/item/dart_cartridge, +/obj/item/dart_cartridge, +/obj/item/gun/dartgun/vox/medical, +/obj/item/gun/dartgun/vox/medical, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ajG" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1331; + id_tag = "vox_east_vent" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"ajH" = ( +/obj/machinery/optable, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"ajJ" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/brig) +"ajK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/security/hos) +"ajM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/brig) +"ajN" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/brig) +"ajO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/brig) +"ajP" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/brig) +"ajQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/brig) +"ajR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/brig) +"ajS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"ajT" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"ajU" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/brig) +"ajV" = ( +/turf/simulated/floor/carpet, +/area/security/hos) +"ajW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"ajX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/brig) +"ajY" = ( +/obj/machinery/atmospherics/unary/tank/nitrogen{ + dir = 1 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ajZ" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/suit/space/vox/medic, +/obj/item/clothing/head/helmet/space/vox/medic, +/obj/item/clothing/mask/breath, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aka" = ( +/obj/structure/rack, +/obj/item/pneumatic_cannon, +/obj/item/harpoon, +/obj/item/harpoon, +/obj/item/harpoon, +/obj/item/harpoon, +/obj/item/tank/nitrogen, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"akb" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/brig) +"akc" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/suit/jacket/pilot, +/obj/item/clothing/head/beret/sec, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/obj/item/spacepod_key{ + id = 100000 + }, +/obj/item/gps, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"akd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/brig) +"ake" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/brig) +"akf" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/wood, +/area/security/hos) +"akh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"aki" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = -30 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"akj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/brig) +"akk" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"akl" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "HoS personal weapons"; + req_access_txt = "58" + }, +/obj/item/ammo_box/a357{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/ammo_box/a357{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/ammo_box/a357, +/obj/item/gun/projectile/revolver/mateba{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"akm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/security/prisonlockers) +"akn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"ako" = ( +/obj/spacepod/sec{ + req_access_txt = "71" + }, +/turf/simulated/floor/engine, +/area/security/podbay) +"akp" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/vox) +"akq" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"akr" = ( +/obj/structure/rack, +/obj/item/reagent_containers/glass/beaker/thermite{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding{ + pixel_x = 4; + pixel_y = -4 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aks" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/brig) +"akt" = ( +/obj/structure/window/reinforced/polarized{ + id = "hos_room" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "hos_room" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "hos_room" + }, +/obj/structure/cable, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/security/hos) +"aku" = ( +/obj/machinery/door_control{ + id = "SecureArmory"; + name = "Secure Armory Shutters"; + pixel_x = -6; + pixel_y = -25; + req_access_txt = "3" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/securearmoury) +"akv" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"akw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/command/glass{ + id = "hos_room"; + id_tag = null; + name = "Head of Security Room"; + req_access_txt = "58" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"akx" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/security/brig) +"aky" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/security/podbay) +"akz" = ( +/obj/structure/spacepoddoor{ + luminosity = 3 + }, +/obj/machinery/door/poddoor/multi_tile/four_tile_ver{ + id_tag = "secpodbay"; + req_access_txt = "71" + }, +/turf/simulated/floor/engine, +/area/security/podbay) +"akA" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/suit/space/vox/stealth, +/obj/item/clothing/head/helmet/space/vox/stealth, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"akC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Evidence Storage"; + req_access = null; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"akD" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"akE" = ( +/obj/machinery/door/window/eastright{ + dir = 1; + name = "Security Delivery"; + req_access_txt = "1" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"akF" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"akG" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "barber" + }, +/area/security/permabrig) +"akH" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"akJ" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "hos" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "hos" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "hos" + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/security/hos) +"akK" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Head of Security's Office" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"akL" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/permabrig) +"akM" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"akN" = ( +/obj/structure/window/reinforced/polarized{ + id = "hos_room" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "hos_room" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "hos_room" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "hos_room" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/security/hos) +"akO" = ( +/obj/machinery/door/airlock/public/glass, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Prison Cell 1 Lockdown"; + name = "Prison Cell 1 Lockdown Door"; + opacity = 0 + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"akP" = ( +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (NORTH)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"akQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "ramptop"; + tag = "icon-stage_stairs" + }, +/area/security/permabrig) +"akR" = ( +/obj/structure/grille, +/obj/structure/shuttle/window{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"akS" = ( +/obj/structure/bed, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/permabrig) +"akT" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/permabrig) +"akU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"akV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + name = "Brig HoS Office"; + sortType = 7 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"akX" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/brig) +"akY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/brig) +"akZ" = ( +/turf/simulated/wall/r_wall, +/area/security/prisonlockers) +"ala" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"alb" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + icon_state = "pipe-j2s"; + name = "Brig Physician"; + sortType = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"alc" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "lawyer"; + name = "Internal Affairs Privacy Shutters"; + opacity = 0 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/lawoffice) +"ald" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Internal Affairs Office"; + req_access_txt = "38" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"ale" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch/gamma{ + locked = 1; + req_access_txt = "1"; + use_power = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"alg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"alh" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/suit/armor/riot, +/obj/item/shield/riot, +/obj/item/clothing/head/helmet/riot, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window{ + name = "Secure Armory"; + req_access_txt = "1" + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"ali" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/suit/armor/bulletproof, +/obj/item/clothing/head/helmet/alt, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window{ + dir = 8; + name = "Secure Armory"; + req_access_txt = "1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"alj" = ( +/obj/structure/lattice, +/turf/simulated/wall/r_wall, +/area/security/hos) +"alk" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = -1 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = -1; + pixel_y = -3 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"all" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Magazines for SMG"; + req_access_txt = "3" + }, +/obj/item/ammo_box/magazine/wt550m9{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/ammo_box/magazine/wt550m9{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/ammo_box/magazine/wt550m9{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/ammo_box/magazine/wt550m9{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/effect/decal/warning_stripes/eastnorthwest, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"alm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"aln" = ( +/obj/structure/window/reinforced, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Security SMG's"; + req_access_txt = "3" + }, +/obj/item/gun/projectile/automatic/wt550{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/wt550, +/obj/item/gun/projectile/automatic/wt550{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/decal/warning_stripes/eastsouthwest, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"alo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "BrigLeft"; + name = "Brig Foyer Left Entrance"; + req_access_txt = "63" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/brig) +"alp" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start{ + name = "Detective" + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"alq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/security/main) +"alr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "BrigLeft"; + name = "Brig Foyer Left Entrance"; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/brig) +"als" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/podbay) +"alt" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/lobby) +"alu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/main) +"alv" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"alw" = ( +/obj/structure/grille, +/turf/space, +/area/space/nearstation) +"alx" = ( +/obj/item/broken_bottle, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aly" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"alz" = ( +/obj/item/tank/emergency_oxygen, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"alA" = ( +/obj/item/clothing/head/bearpelt, +/obj/item/xenos_claw, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"alB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"alC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/window/reinforced/polarized{ + id = "hos" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "hos" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "hos" + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/security/hos) +"alD" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/tracker, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxstarboard) +"alE" = ( +/obj/structure/closet/secure_closet/brig, +/turf/simulated/floor/plasteel, +/area/security/prisonlockers) +"alF" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"alI" = ( +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/security/podbay) +"alJ" = ( +/obj/structure/grille, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/floor/plating/airless, +/area/security/podbay) +"alK" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/security/lobby) +"alL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = null; + name = "Brig"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/brig) +"alM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"alN" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/brig) +"alO" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "BrigRight"; + name = "Brig Foyer Right Entrance"; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/brig) +"alP" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"alQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"alR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/security/glass{ + id_tag = "Brig"; + name = "Prisoner Processing"; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel, +/area/security/processing) +"alS" = ( +/obj/structure/closet, +/obj/item/radio/intercom{ + dir = 0; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"alT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Warden's Office"; + req_access_txt = "3" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"alU" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/warden) +"alV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Armory"; + req_access_txt = "3" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"alW" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/warden) +"alX" = ( +/obj/machinery/door/poddoor/multi_tile/two_tile_hor{ + armor = list("melee" = 30, "bullet" = 30, "laser" = 20, "energy" = 20, "bomb" = 10, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 70); + damage_deflection = 30; + explosion_block = 2; + id_tag = "SecureArmory"; + max_integrity = 500; + name = "Secure Armory" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"alY" = ( +/obj/machinery/suit_storage_unit/security/secure, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"alZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"ama" = ( +/obj/structure/closet, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"amb" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"amc" = ( +/obj/effect/decal/warning_stripes/red/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"amd" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel, +/area/security/main) +"ame" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access_txt = "63"; + security_level = 1 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"amf" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/clothing/mask/balaclava, +/turf/simulated/floor/plasteel, +/area/security/main) +"amg" = ( +/obj/machinery/light, +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/pen, +/obj/item/radio/intercom/department/security{ + pixel_y = -28 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"amh" = ( +/obj/structure/grille/broken, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"ami" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"amj" = ( +/obj/item/clothing/head/collectable/xenom, +/obj/item/clothing/head/chicken, +/obj/item/aiModule/syndicate, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"amk" = ( +/obj/item/stack/spacecash/c1000, +/obj/item/stack/spacecash/c500, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aml" = ( +/obj/item/stack/spacecash/c50, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"amm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/main) +"amn" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/book/manual/sop_legal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"amo" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/vox) +"amp" = ( +/obj/machinery/camera{ + c_tag = "Brig Briefing Room East"; + dir = 8 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"amq" = ( +/obj/structure/table/glass, +/obj/item/storage/backpack/duffel/syndie/surgery_fake, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"amr" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Head of Security" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/main) +"ams" = ( +/obj/item/radio/intercom/locked/prison{ + pixel_x = -25 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"amt" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Security's Desk"; + departmentType = 5; + name = "Head of Security Requests Console"; + pixel_x = 30 + }, +/obj/machinery/computer/brigcells, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"amu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/carpet, +/area/security/hos) +"amv" = ( +/mob/living/simple_animal/hostile/retaliate/araneus, +/turf/simulated/floor/carpet, +/area/security/hos) +"amw" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 1; + location = "Security" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"amx" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall/r_wall, +/area/security/podbay) +"amy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"amz" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/warden) +"amA" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/machinery/camera{ + c_tag = "Brig Warden's Office" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/warden) +"amB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"amC" = ( +/obj/structure/closet/secure_closet/warden, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/warden) +"amD" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/warden) +"amE" = ( +/obj/machinery/computer/prisoner, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/security/warden) +"amF" = ( +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate) +"amG" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Security ballistic weapons"; + req_access = list(1) + }, +/obj/item/gun/projectile/automatic/pistol/enforcer/security{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer/security, +/obj/item/gun/projectile/automatic/pistol/enforcer/security{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer/security{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"amH" = ( +/obj/machinery/door_control{ + id = "SecureArmory"; + name = "Secure Armory Shutters"; + pixel_x = -6; + pixel_y = 25; + req_access_txt = "3" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"amI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"amJ" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Dominator's"; + req_access = list(1) + }, +/obj/item/gun/energy/dominator{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/energy/dominator, +/obj/item/gun/energy/dominator{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/dominator{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"amK" = ( +/obj/structure/sink/kitchen{ + desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; + name = "old sink"; + pixel_y = 28 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"amL" = ( +/obj/machinery/shower{ + dir = 8; + tag = "icon-shower (WEST)" + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"amM" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/main) +"amN" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/main) +"amO" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/book/manual/security_space_law, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/security/main) +"amP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/main) +"amQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/main) +"amR" = ( +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost") + }, +/obj/machinery/camera{ + c_tag = "Brig Pod Pilot's Office"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"amS" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/security/hos) +"amT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/command/glass{ + id = "hos"; + id_tag = "hosofficedoor"; + name = "Head of Security"; + req_access_txt = "58" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"amU" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/tracker, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"amV" = ( +/obj/structure/sign/nosmoking_2, +/turf/simulated/wall/r_wall, +/area/security/podbay) +"amW" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/space/nearstation) +"amX" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_containers/glass/bucket, +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/security/permabrig) +"amY" = ( +/obj/structure/AIcore, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"amZ" = ( +/obj/item/stack/spacecash/c200, +/obj/item/stack/spacecash/c50, +/obj/machinery/light/spot, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ana" = ( +/obj/item/storage/box/zipties, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"anb" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/carpet, +/area/security/hos) +"anc" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/clothing/gloves/botanic_leather, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"and" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/keycard_auth{ + pixel_x = -28; + pixel_y = 2 + }, +/obj/effect/landmark/start{ + name = "Head of Security" + }, +/obj/machinery/button/windowtint{ + id = "hos"; + pixel_x = -26; + pixel_y = 15 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/security/hos) +"ane" = ( +/obj/machinery/camera{ + c_tag = "Prison Solitary Confinement 1"; + dir = 6; + network = list("Prison","SS13") + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/security/permabrig) +"anf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/permabrig) +"ang" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/permabrig) +"anh" = ( +/obj/machinery/portable_atmospherics/scrubber/huge/stationary, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"ani" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/simulated/floor/plasteel, +/area/security/prisonlockers) +"anj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"ank" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/security/prisonlockers) +"anl" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/prisonlockers) +"anm" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/flasher{ + id = "permaflash1"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/permabrig) +"ann" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxstarboard) +"ano" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/permabrig) +"anp" = ( +/obj/structure/bed, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"anq" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"anr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"ans" = ( +/obj/structure/bed, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"ant" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"anu" = ( +/obj/machinery/camera{ + c_tag = "Prison Solitary Confinement 2"; + dir = 6; + network = list("Prison","SS13") + }, +/obj/item/radio/intercom/locked/prison{ + pixel_x = -25 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/security/permabrig) +"anv" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate) +"anw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2"; + security_level = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/permabrig) +"anx" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/main) +"any" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"anz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"anA" = ( +/turf/simulated/wall, +/area/security/main) +"anB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"anC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2"; + security_level = 1 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/permabrig) +"anD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/warden) +"anE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/warden) +"anF" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"anG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"anH" = ( +/turf/simulated/wall/r_wall, +/area/security/main) +"anI" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + name = "Brig Equipment Storage"; + sortType = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "BrigRight"; + name = "Brig Foyer Right Entrance"; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/brig) +"anJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"anK" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"anN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"anO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "1" + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"anP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/permabrig) +"anS" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/main) +"anT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/permabrig) +"anU" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/book/manual/sop_security, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"anW" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"anX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/lobby) +"anY" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/security/lobby) +"anZ" = ( +/obj/structure/table/reinforced, +/obj/item/camera{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/item/taperecorder{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"aoa" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Internal Affairs Office" + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"aob" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start{ + name = "Internal Affairs Agent" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"aoc" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/security/prisonlockers) +"aod" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "lawyer"; + name = "Internal Affairs Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/lawoffice) +"aoe" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"aof" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "hos" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "hos" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "hos" + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/security/hos) +"aog" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/lobby) +"aoh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Lockers"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/prisonlockers) +"aoi" = ( +/obj/effect/landmark/start{ + name = "Brig Physician" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/security/medbay) +"aoj" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/lobby) +"aok" = ( +/obj/structure/table, +/obj/item/book/manual/security_space_law, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/lobby) +"aol" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"aom" = ( +/obj/machinery/computer/brigcells, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/security/lobby) +"aon" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/lobby) +"aoo" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/permabrig) +"aop" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/lobby) +"aoq" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"aos" = ( +/obj/structure/chair/office/dark, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/landmark/start{ + name = "Warden" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"aot" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"aou" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"aov" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start{ + name = "Warden" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/warden) +"aow" = ( +/obj/machinery/flasher{ + id = "Cell 1"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/prison/cell_block/A) +"aox" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/warden) +"aoy" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"aoz" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Lethal bullets" + }, +/obj/item/ammo_box/c9mm, +/obj/item/ammo_box/c9mm{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"aoA" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/permabrig) +"aoB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"aoC" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Armory"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"aoD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"aoE" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_y = -2 + }, +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate) +"aoF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"aoG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"aoH" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"aoI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"aoJ" = ( +/turf/simulated/floor/plasteel, +/area/security/main) +"aoK" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxstarboard) +"aoL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"aoM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/main) +"aoN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/main) +"aoO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/lobby) +"aoP" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/main) +"aoQ" = ( +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "hos" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "hos" + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/security/hos) +"aoR" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel, +/area/security/main) +"aoS" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/computer/card/minor/hos, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"aoT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"aoU" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/machinery/camera{ + c_tag = "Brig Cell 1" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/prison/cell_block/A) +"aoV" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/security/prisonlockers) +"aoW" = ( +/obj/machinery/power/treadmill{ + dir = 8 + }, +/obj/machinery/treadmill_monitor{ + id = "Cell 3"; + pixel_y = 32 + }, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/prison/cell_block/A) +"aoX" = ( +/obj/structure/bed, +/obj/machinery/camera{ + c_tag = "Brig Cell 3" + }, +/obj/machinery/flasher{ + id = "Cell 3"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/security/prison/cell_block/A) +"aoY" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/security/prison/cell_block/A) +"aoZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/security/prison/cell_block/A) +"apa" = ( +/obj/structure/table, +/obj/item/camera{ + desc = "A one use - polaroid camera. 30 photos left."; + name = "Camera"; + pictures_left = 30 + }, +/turf/simulated/floor/plasteel, +/area/security/processing) +"apb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/security/processing) +"apc" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/security/processing) +"apd" = ( +/obj/structure/closet, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"ape" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/obj/machinery/requests_console{ + department = "Warden"; + departmentType = 7; + name = "Warden's Requests Console"; + pixel_y = -30 + }, +/obj/item/radio/intercom/department/security{ + pixel_x = -28; + pixel_y = -10 + }, +/obj/item/stamp/warden{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/warden) +"apf" = ( +/obj/structure/table, +/obj/item/book/manual/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/warden) +"apg" = ( +/obj/structure/table, +/obj/item/book/manual/sop_legal, +/obj/item/paper/armory, +/obj/item/clipboard, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/warden) +"aph" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/warden) +"api" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/megaphone, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/warden) +"apj" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/warden) +"apk" = ( +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/security/warden) +"apl" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"apn" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxstarboard) +"apo" = ( +/obj/structure/grille/broken, +/turf/space, +/area/space/nearstation) +"app" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/auxstarboard) +"apq" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/auxstarboard) +"apr" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/trade/sol) +"aps" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6"; + tag = "icon-swall_f6" + }, +/area/shuttle/trade/sol) +"apt" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall14" + }, +/area/shuttle/trade/sol) +"apu" = ( +/obj/structure/window/full/shuttle, +/obj/structure/grille, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "trader_privacy"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/trade/sol) +"apv" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10" + }, +/area/shuttle/trade/sol) +"apy" = ( +/obj/machinery/door/window/brigdoor/southleft{ + dir = 8; + req_access_txt = "63" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"apz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/prison/cell_block/A) +"apA" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/accessory/holster{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/clothing/accessory/holster{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/accessory/holster{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/camera{ + c_tag = "Armory East"; + dir = 1; + network = list("SS13","Security") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"apB" = ( +/obj/machinery/autolathe/security{ + hacked = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"apC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"apD" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_y = -2 + }, +/turf/space, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate) +"apE" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal{ + amount = 10 + }, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/power/apc{ + cell_type = 5000; + dir = 8; + name = "west bump Important Area"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"apF" = ( +/turf/simulated/wall/r_wall, +/area/security/medbay) +"apG" = ( +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"apH" = ( +/obj/structure/closet/wardrobe/red, +/obj/item/clothing/suit/tracksuit/red, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/main) +"apI" = ( +/obj/structure/closet/wardrobe/red, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/main) +"apJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/table/reinforced, +/obj/item/crowbar, +/obj/item/radio, +/obj/item/restraints/handcuffs{ + pixel_y = -4 + }, +/obj/item/restraints/handcuffs, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/main) +"apK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"apL" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_x = 5; + pixel_y = -24 + }, +/obj/machinery/light_switch{ + pixel_x = -9; + pixel_y = -25 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/main) +"apM" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/security/main) +"apN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/security/main) +"apO" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Security Pod Pilot" + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"apP" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/warden) +"apQ" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "hos" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "hos" + }, +/obj/structure/window/reinforced/polarized{ + id = "hos" + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/security/hos) +"apR" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/simulated/floor/plating, +/area/security/main) +"apS" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"apT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"apU" = ( +/obj/structure/table/wood, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/camera{ + c_tag = "Brig Head of Security's Office"; + dir = 1 + }, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/cartridge/detective, +/obj/item/book/manual/sop_security{ + pixel_y = 1 + }, +/obj/item/book/manual/sop_legal, +/obj/item/megaphone, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"apV" = ( +/obj/structure/table/wood, +/obj/item/taperecorder{ + pixel_x = -5 + }, +/obj/machinery/light, +/obj/item/radio{ + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"apW" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"apX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"apY" = ( +/obj/structure/bed, +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"apZ" = ( +/obj/item/storage/secure/safe{ + pixel_y = 25 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aqa" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/podbay) +"aqb" = ( +/obj/item/storage/secure/safe{ + pixel_y = 25 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aqc" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/maintenance/fsmaint) +"aqe" = ( +/obj/structure/grille, +/obj/structure/sign/securearea, +/turf/simulated/floor/plating/airless, +/area/security/podbay) +"aqf" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "burst_l" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/trade/sol) +"aqg" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/structure/closet{ + icon_closed = "red"; + icon_state = "red"; + name = "Sec. gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/sec{ + loot = list(/obj/item/clothing/gloves/combat = 50, /obj/item/grenade/clusterbuster/smoke = 50, /obj/item/clothing/suit/armor/laserproof = 50, /obj/item/clothing/suit/armor/vest/combat = 50, /obj/item/clothing/suit/armor/vest/combat = 50, /obj/item/clothing/suit/armor/vest/combat = 50, /obj/item/kitchen/knife/combat = 50, /obj/item/kitchen/knife/combat = 50, /obj/item/kitchen/knife/combat = 50, /obj/item/fluff/desolate_baton_kit = 50, /obj/item/storage/belt/military/assault = 50, /obj/item/storage/belt/military/assault = 50, /obj/item/storage/belt/military/assault = 50, /obj/item/clothing/mask/gas/sechailer/swat = 50, /obj/item/clothing/mask/gas/sechailer/swat = 50, /obj/item/clothing/suit/space/swat = 50, /obj/item/clothing/suit/space/swat = 50, /obj/item/clothing/glasses/thermal = 50, /obj/item/storage/box/enforcer_rubber = 50, /obj/item/storage/box/enforcer_rubber = 50, /obj/item/storage/box/enforcer_lethal = 50, /obj/item/melee/classic_baton/telescopic = 50, /obj/item/melee/classic_baton/telescopic = 50, /obj/item/gun/projectile/shotgun/automatic/combat = 50, /obj/item/gun/projectile/shotgun/automatic/combat = 50, /obj/item/gun/projectile/shotgun/automatic/combat = 50, /obj/item/gun/projectile/shotgun/automatic/dual_tube = 50, /obj/item/gun/projectile/shotgun/automatic/dual_tube = 50, /obj/item/storage/box/buck = 50, /obj/item/storage/box/buck = 50, /obj/item/storage/box/buck = 50, /obj/item/ammo_box/shotgun/buck = 50, /obj/item/ammo_box/shotgun/buck = 50, /obj/item/grenade/clusterbuster = 50, /obj/item/grenade/clusterbuster = 50, /obj/item/grenade/clusterbuster/teargas = 50, /obj/item/grenade/clusterbuster/n2o = 50); + lootcount = 10; + name = "1. Sec. gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"aqh" = ( +/obj/structure/closet{ + icon_closed = "grey"; + icon_state = "grey"; + name = "Donksoft gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/donksoft{ + loot = list(/obj/item/gun/projectile/automatic/c20r/toy = 50, /obj/item/gun/projectile/automatic/c20r/toy = 50, /obj/item/gun/projectile/automatic/c20r/toy = 50, /obj/item/gun/projectile/automatic/l6_saw/toy = 50, /obj/item/gun/projectile/automatic/l6_saw/toy = 50, /obj/item/gun/projectile/automatic/toy/pistol = 100, /obj/item/gun/projectile/automatic/toy/pistol = 100, /obj/item/gun/projectile/automatic/toy/pistol/enforcer = 50, /obj/item/gun/projectile/automatic/toy/pistol/enforcer = 50, /obj/item/gun/projectile/shotgun/toy = 50, /obj/item/gun/projectile/shotgun/toy = 50, /obj/item/gun/projectile/shotgun/toy/crossbow = 50, /obj/item/gun/projectile/shotgun/toy/crossbow = 50, /obj/item/gun/projectile/shotgun/toy/tommygun = 50, /obj/item/gun/projectile/shotgun/toy/tommygun = 50, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 50, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 50, /obj/item/ammo_box/foambox/sniper = 50, /obj/item/ammo_box/foambox = 50, /obj/item/ammo_box/foambox = 50, /obj/item/ammo_box/foambox = 50, /obj/item/ammo_box/foambox/riot = 50, /obj/item/ammo_box/foambox/riot = 50, /obj/item/ammo_box/foambox/sniper/riot = 50, /obj/item/twohanded/toy/chainsaw = 50, /obj/item/twohanded/dualsaber/toy = 50); + lootcount = 8; + name = "2. Donksoft gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"aqi" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/trade/sol) +"aqj" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/item/flag/species/human, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/shuttle/trade/sol) +"aqk" = ( +/obj/item/flag/species/human, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"aqm" = ( +/obj/machinery/atm, +/turf/simulated/shuttle/wall{ + dir = 3; + icon_state = "swall1" + }, +/area/shuttle/trade/sol) +"aqn" = ( +/obj/item/flag/sec, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aqo" = ( +/obj/structure/window/full/shuttle, +/obj/structure/grille, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "trader_privacy"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/trade/sol) +"aqp" = ( +/obj/structure/lattice, +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/turf/space, +/area/space/nearstation) +"aqq" = ( +/obj/item/soap, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aqr" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aqs" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/item/seeds/apple, +/obj/item/seeds/apple, +/obj/item/seeds/apple, +/obj/item/seeds/carrot, +/obj/item/seeds/carrot, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/security/permabrig) +"aqt" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/security/permabrig) +"aqu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"aqv" = ( +/turf/simulated/wall/r_wall, +/area/security/warden) +"aqw" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/security/warden) +"aqx" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/security/warden) +"aqy" = ( +/obj/machinery/door/poddoor{ + id_tag = "armory"; + name = "Armory" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"aqz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/security/glass{ + name = "Armory"; + req_access_txt = "1" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/armoury) +"aqA" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/main) +"aqC" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/simulated/floor/plating, +/area/security/main) +"aqD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"aqE" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitered" + }, +/area/maintenance/genetics) +"aqF" = ( +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper/precision, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"aqG" = ( +/turf/simulated/wall, +/area/security/hos) +"aqH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/command{ + name = "Head of Security"; + req_access_txt = "58" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/hos) +"aqI" = ( +/turf/simulated/wall/r_wall, +/area/security/brig) +"aqJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Pods"; + req_access_txt = "71" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"aqK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Pods"; + req_access_txt = "71" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"aqL" = ( +/obj/effect/landmark{ + name = "carpspawn" + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"aqM" = ( +/obj/machinery/computer/arcade/battle, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/permabrig) +"aqN" = ( +/obj/structure/cable, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/permabrig) +"aqO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison 1"; + req_access_txt = "2"; + security_level = 1 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"aqP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison 1"; + req_access_txt = "2"; + security_level = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"aqQ" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"aqR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/security/permabrig) +"aqS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/security/permabrig) +"aqT" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"aqU" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/prison/cell_block/A) +"aqV" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "lawyer"; + name = "Internal Affairs Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/lawoffice) +"aqW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"aqX" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/brig) +"aqY" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"aqZ" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxstarboard) +"ara" = ( +/obj/structure/table/reinforced, +/obj/item/folder{ + pixel_x = -4 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/folder/blue{ + pixel_x = 5 + }, +/obj/item/folder/yellow{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stamp/law, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"arb" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"arc" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/lobby) +"ard" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/trade/sol) +"are" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/shuttle/trade/sol) +"arf" = ( +/obj/structure/closet{ + icon_closed = "pink"; + icon_state = "pink"; + name = "Science gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/sci{ + loot = list(/obj/item/mmi/robotic_brain = 50, /obj/item/assembly/signaler/anomaly = 50, /obj/item/mecha_parts/mecha_equipment/weapon/energy/xray = 50, /obj/item/mecha_parts/mecha_equipment/teleporter/precise = 50, /obj/item/autoimplanter = 50, /obj/item/paper/researchnotes = 50, /obj/item/paper/researchnotes = 50, /obj/item/slimepotion/fireproof = 50, /obj/item/slimepotion/speed = 50, /obj/item/slimepotion/enhancer = 50,/obj/item/slimepotion/slime/mutator = 50, /obj/item/slimepotion/transference = 50, /obj/item/slimepotion/slime/steroid = 50, /obj/item/slimepotion/slime/stabilizer = 50, /obj/item/slimepotion/slime/docility = 50, /obj/item/slime_extract/bluespace = 50, /obj/item/slime_extract/adamantine = 50, /obj/item/slime_extract/rainbow = 50, /obj/item/slime_extract/sepia = 50, /obj/item/assembly/signaler/anomaly/vortex = 50, /obj/item/assembly/signaler/anomaly/bluespace = 50, /obj/item/assembly/signaler/anomaly/flux = 50, /obj/item/assembly/signaler/anomaly/grav = 50, /obj/item/assembly/signaler/anomaly/pyro = 50); + lootcount = 8; + name = "6. Science gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"arh" = ( +/obj/effect/spawner/lootdrop/trade_sol/largeitem{ + loot = list(/obj/machinery/floodlight = 50, /obj/machinery/disco = 50, /obj/mecha/combat/durand/old = 50, /obj/machinery/snow_machine = 50); + name = "3. Large item" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"ari" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"arj" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/lobby) +"ark" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/lobby) +"arl" = ( +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/lobby) +"arm" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/lobby) +"arn" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/prison/cell_block/A) +"aro" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/security/prison/cell_block/A) +"arp" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/lobby) +"arq" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"arr" = ( +/obj/machinery/camera{ + c_tag = "Brig Prison Hallway East"; + dir = 4; + network = list("Prison","SS13") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/permabrig) +"ars" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/permabrig) +"art" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"aru" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"arv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/processing) +"arw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"arx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"ary" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/processing) +"arz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/security/processing) +"arA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"arB" = ( +/obj/machinery/flasher_button{ + id = "permaflash"; + name = "Prison Flasher"; + pixel_x = -24; + pixel_y = 23 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"arC" = ( +/obj/item/radio/intercom/department/security{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/brig) +"arD" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/brig) +"arE" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = -7 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/processing) +"arF" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/processing) +"arG" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"arH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/permabrig) +"arI" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/item/spacepod_equipment/weaponry/laser, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"arJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"arK" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"arL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"arM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"arN" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"arO" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/evidence) +"arP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"arQ" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/evidence) +"arR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall, +/area/maintenance/fsmaint) +"arS" = ( +/obj/item/toy/pet_rock, +/obj/machinery/door_control{ + id = "secmaintdorm1"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"arT" = ( +/obj/item/toy/plushie/deer, +/obj/machinery/door_control{ + id = "secmaintdorm2"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"arU" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"arV" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "burst_r" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/trade/sol) +"arW" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/shuttle/trade/sol) +"arX" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/solar{ + id = "auxsolareast"; + name = "Port Auxiliary Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/auxport) +"arY" = ( +/obj/machinery/light/spot, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"asa" = ( +/obj/machinery/door/poddoor/shutters{ + closingLayer = 5; + density = 0; + icon_state = "open"; + id_tag = "trader_privacy"; + layer = 5; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/table/reinforced/brass, +/obj/machinery/door/window/brigdoor/southright{ + dir = 4; + name = "Customs Desk"; + req_access_txt = "160" + }, +/turf/simulated/floor/carpet/black, +/area/shuttle/trade/sol) +"asb" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"asc" = ( +/obj/effect/spawner/random_barrier/obstruction, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"asd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"ase" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"asf" = ( +/obj/effect/spawner/random_barrier/possibly_welded_airlock, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"asg" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/permabrig) +"ash" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"asi" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/item/seeds/wheat/rice, +/obj/item/seeds/wheat/rice, +/obj/item/seeds/wheat/rice, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/security/permabrig) +"asj" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"ask" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"asl" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"asm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"asn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"aso" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"asp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"asr" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"ass" = ( +/obj/machinery/computer/area_atmos/area, +/obj/item/radio/intercom/department/security{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"ast" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/brig) +"asu" = ( +/obj/machinery/computer/prisoner{ + req_access = null; + req_access_txt = "2" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"asv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"asw" = ( +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost") + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching Prison Wing holding areas."; + name = "Prison Monitor"; + network = list("Prison"); + pixel_y = 30 + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"asx" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/permabrig) +"asy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 0; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"asz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door_control{ + id = "Prison Cell 1 Lockdown"; + name = "Prison Cell 1 Lockdown"; + pixel_x = -24; + pixel_y = 24; + req_access_txt = "2" + }, +/obj/machinery/flasher_button{ + id = "permaflash1"; + name = "Prison Cell 1 Flasher"; + pixel_x = -24; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/permabrig) +"asA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"asB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Solitary Confinement"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/security/permabrig) +"asC" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/permabrig) +"asD" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "lawyer"; + name = "Internal Affairs Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/lawoffice) +"asE" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/permabrig) +"asF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Pods"; + req_access_txt = "71" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"asG" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"asH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"asI" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Security Pod Pilot" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"asJ" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5"; + tag = "icon-swall_f5" + }, +/area/shuttle/trade/sol) +"asK" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/trade/sol) +"asL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"asM" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"asN" = ( +/turf/simulated/floor/carpet, +/area/lawoffice) +"asO" = ( +/obj/machinery/computer/prisoner{ + req_access = null; + req_access_txt = "2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"asP" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"asQ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -25 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/lobby) +"asR" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/lobby) +"asS" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6" + }, +/area/shuttle/siberia) +"asT" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle{ + dir = 10; + icon_state = "9" + }, +/turf/simulated/floor/plating, +/area/shuttle/siberia) +"asU" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle{ + icon_state = "window4" + }, +/turf/simulated/floor/plating, +/area/shuttle/siberia) +"asV" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10"; + tag = "icon-swall_f10" + }, +/area/shuttle/siberia) +"asW" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle{ + icon_state = "window8" + }, +/turf/simulated/floor/plating, +/area/shuttle/siberia) +"asX" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/lobby) +"asY" = ( +/obj/structure/chair/office/dark, +/obj/item/radio/intercom{ + dir = 0; + pixel_x = -28; + pixel_y = -28 + }, +/obj/item/radio/intercom/department/security{ + pixel_x = 28; + pixel_y = -28 + }, +/obj/machinery/door_control{ + desc = "A remote control switch for the brig foyer."; + id = "BrigEast"; + name = "Brig Foyer East Doors"; + normaldoorcontrol = 1; + pixel_x = 5; + pixel_y = -35; + req_access_txt = "63" + }, +/obj/machinery/door_control{ + desc = "A remote control switch for the brig foyer."; + id = "BrigRight"; + name = "Brig Foyer Right Doors"; + normaldoorcontrol = 1; + pixel_x = 5; + pixel_y = -25; + req_access_txt = "63" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door_control{ + desc = "A remote control switch for the brig foyer."; + id = "BrigLeft"; + name = "Brig Foyer Left Doors"; + normaldoorcontrol = 1; + pixel_x = -5; + pixel_y = -25; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/security/lobby) +"asZ" = ( +/obj/structure/cable, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"ata" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/prison/cell_block/A) +"atb" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/prison/cell_block/A) +"atc" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"atd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/prison/cell_block/A) +"ate" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/security/prison/cell_block/A) +"atf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/carpet, +/area/lawoffice) +"atg" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"ath" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"ati" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/processing) +"atj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"atk" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/processing) +"atl" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/security/processing) +"atm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/security/processing) +"atn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/security/processing) +"ato" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"atp" = ( +/obj/machinery/door/window/brigdoor/southleft{ + base_state = "rightsecure"; + dir = 8; + icon_state = "rightsecure"; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"atq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/security/lobby) +"atr" = ( +/obj/machinery/door/airlock{ + id_tag = "secmaintdorm1"; + name = "Room 1" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"ats" = ( +/obj/machinery/door/airlock{ + id_tag = "secmaintdorm2"; + name = "Room 2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"att" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"atu" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air{ + filled = 0.1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"atv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/security/processing) +"atw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"atx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/machinery/newscaster/security_unit{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/brig) +"aty" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"atz" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/permabrig) +"atA" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/item/seeds/corn, +/obj/item/seeds/corn, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/security/permabrig) +"atC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/item/radio/intercom{ + dir = 0; + pixel_y = -28 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"atD" = ( +/obj/machinery/flasher{ + desc = "A wall-mounted punk-sorting device. Its bulb seems to have extra power running through it."; + id = "permaflash"; + name = "Mounted Prison flash"; + range = 3 + }, +/turf/simulated/wall, +/area/security/permabrig) +"atE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"atF" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "auxsolareast"; + name = "Port Auxiliary Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/auxport) +"atG" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/fsmaint) +"atH" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/plant_analyzer, +/obj/item/cultivator, +/obj/item/reagent_containers/spray/plantbgone, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"atI" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/siberia) +"atJ" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/restraints/handcuffs, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/siberia) +"atK" = ( +/obj/machinery/computer/shuttle/labor, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/siberia) +"atL" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/siberia) +"atM" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"atN" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"atO" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/permabrig) +"atP" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"atQ" = ( +/obj/structure/table, +/obj/item/dice/d20, +/obj/item/instrument/harmonica, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/permabrig) +"atR" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/brig) +"atS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "ramptop"; + tag = "icon-stage_stairs" + }, +/area/security/permabrig) +"atT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"atU" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight, +/obj/item/radio{ + pixel_y = 6 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"atV" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"atW" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/podbay) +"atX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/permabrig) +"atZ" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/fancy/donut_box, +/obj/item/storage/box/teargas{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"aua" = ( +/obj/machinery/door_timer/cell_1{ + dir = 1; + layer = 4; + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"aub" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"auc" = ( +/turf/simulated/wall, +/area/security/brig) +"aud" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/permabrig) +"aue" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/permabrig) +"auf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/permabrig) +"aug" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2"; + security_level = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/permabrig) +"auh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/permabrig) +"aui" = ( +/turf/simulated/wall/r_wall, +/area/security/armoury) +"auj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"auk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/permabrig) +"aul" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"aum" = ( +/obj/machinery/door_timer/cell_3{ + dir = 1; + layer = 4; + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"aun" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"auo" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "lawyer"; + name = "Internal Affairs Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/lawoffice) +"aup" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Security Pod" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"auq" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/pod_3) +"aur" = ( +/obj/structure/filingcabinet/employment, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"aus" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10" + }, +/area/shuttle/pod_3) +"aut" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"auu" = ( +/obj/machinery/mineral/labor_claim_console{ + pixel_x = 30; + pixel_y = 30 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/siberia) +"auv" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/siberia) +"auw" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/siberia) +"aux" = ( +/obj/machinery/flasher_button{ + id = "gulagshuttleflasher"; + name = "Flash Control"; + pixel_y = -26; + req_access_txt = "1" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/siberia) +"auy" = ( +/obj/machinery/door/airlock/external{ + id_tag = "laborcamp_home"; + name = "Labor Camp Airlock"; + req_access_txt = "2" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"auz" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock"; + name = "Labor Shuttle Airlock"; + req_access_txt = "2" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/siberia) +"auA" = ( +/obj/machinery/door/airlock/external{ + frequency = 1450; + icon_state = "door_locked"; + id_tag = "dorms_maint_inner"; + locked = 1; + name = "External Access"; + req_access = null; + req_access_txt = "13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"auB" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"auC" = ( +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"auD" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/lobby) +"auE" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/security/processing) +"auF" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/lobby) +"auG" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/lobby) +"auH" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/lobby) +"auI" = ( +/obj/structure/closet, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"auJ" = ( +/obj/structure/table/reinforced{ + layer = 2.5 + }, +/obj/machinery/door/window/brigdoor{ + dir = 2; + name = "Security Reception"; + req_access_txt = "1" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/lobby) +"auK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"auL" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/lobby) +"auM" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/lobby) +"auN" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/door/window/brigdoor{ + dir = 1; + id = "Cell 1"; + name = "Cell 1"; + req_access_txt = "2" + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"auO" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"auP" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + id = "Cell 3"; + name = "Cell 3"; + req_access_txt = "2" + }, +/obj/machinery/door/firedoor, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"auQ" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"auR" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/camera{ + c_tag = "Brig Cell Block A North"; + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"auS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"auT" = ( +/obj/machinery/camera{ + c_tag = "Brig Prisoner Processing West"; + dir = 4; + pixel_y = -22 + }, +/obj/machinery/door_control{ + id = "Processing Shutter"; + name = "Processing Shutter Privacy"; + pixel_x = -28; + pixel_y = -8; + req_access_txt = "63" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom/department/security{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/security/processing) +"auU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2"; + security_level = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/permabrig) +"auV" = ( +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"auW" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel, +/area/security/processing) +"auX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/security/processing) +"auY" = ( +/obj/structure/table, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/item/hand_labeler, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"auZ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"ava" = ( +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/fsmaint) +"avb" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/fsmaint) +"avc" = ( +/obj/item/toy/figure/secofficer, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/fsmaint) +"avd" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/lobby) +"ave" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2"; + security_level = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/permabrig) +"avf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"avg" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/item/seeds/chili, +/obj/item/seeds/chili, +/obj/item/seeds/chili, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/security/permabrig) +"avh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/smartfridge/drying_rack, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"avi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/permabrig) +"avj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/permabrig) +"avk" = ( +/obj/structure/chair/stool, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"avl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2"; + security_level = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"avm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "ramptop"; + tag = "icon-stage_stairs" + }, +/area/security/permabrig) +"avn" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"avo" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/computer/cryopod{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"avp" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/pod_3) +"avq" = ( +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"avr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/permabrig) +"avs" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"avt" = ( +/obj/docking_port/mobile/pod{ + dir = 4; + id = "pod3"; + name = "escape pod 3" + }, +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock"; + name = "Escape Pod Hatch" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/pod_3) +"avu" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/light, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/pod_3) +"avv" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Shuttle Airlock"; + req_access_txt = "2" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/siberia) +"avw" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/turf/simulated/shuttle/plating, +/area/shuttle/pod_3) +"avx" = ( +/obj/machinery/mineral/stacking_machine/laborstacker{ + input_dir = 2; + output_dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/siberia) +"avy" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/siberia) +"avz" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "Processing Shutter"; + name = "Processing Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/processing) +"avA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/security/processing) +"avB" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/processing) +"avC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"avD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/permabrig) +"avE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/security/permabrig) +"avF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"avG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/permabrig) +"avH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2"; + security_level = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/permabrig) +"avI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/permabrig) +"avJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/permabrig) +"avK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/permabrig) +"avL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/permabrig) +"avM" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1450; + master_tag = "dorms_maint"; + name = "exterior access button"; + pixel_x = -25; + pixel_y = -25; + req_access_txt = "13" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"avN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/lawoffice) +"avO" = ( +/obj/machinery/power/apc{ + cell_type = 5000; + name = "south bump Important Area"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/permabrig) +"avP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/security/lobby) +"avQ" = ( +/obj/item/storage/secure/safe{ + pixel_x = -27 + }, +/obj/machinery/camera{ + c_tag = "Internal Affairs Office"; + dir = 4 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"avR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"avS" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/lawoffice) +"avT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/lobby) +"avV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/security/lobby) +"avW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Internal Affairs Office"; + req_access_txt = "38" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"avX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"avY" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/security/prison/cell_block/A) +"avZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/security/lobby) +"awa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = null; + name = "Brig"; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"awb" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/security/lobby) +"awc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "BrigEast"; + name = "Brig East Entrance"; + req_access_txt = "63" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"awd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"awe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/security/processing) +"awf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Prisoner Processing"; + req_access = null; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/processing) +"awg" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "Processing Shutter"; + name = "Processing Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/processing) +"awh" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/processing) +"awi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/processing) +"awj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/security/processing) +"awk" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "solar_tool_airlock"; + name = "exterior access button"; + pixel_x = 25; + pixel_y = -25; + req_access_txt = "13" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxport) +"awl" = ( +/turf/simulated/wall, +/area/maintenance/fsmaint) +"awm" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/pod_3) +"awn" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/security/processing) +"awo" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_elite) +"awp" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + tag = "icon-propulsion (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"awq" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"awr" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_elite) +"aws" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l"; + tag = "icon-propulsion_l (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"awt" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_sit) +"awu" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + tag = "icon-propulsion (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"awv" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"aww" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_sit) +"awx" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l"; + tag = "icon-propulsion_l (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"awy" = ( +/obj/machinery/mineral/labor_claim_console{ + machinedir = 1; + pixel_x = 30 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/siberia) +"awz" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/siberia) +"awA" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/processing) +"awB" = ( +/turf/simulated/wall/r_wall, +/area/security/prisonershuttle) +"awC" = ( +/obj/structure/chair, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "Brig Prisoner Processing East"; + dir = 8; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/processing) +"awD" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"awE" = ( +/obj/structure/table, +/obj/item/toy/griffin, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"awF" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"awG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/security/detectives_office) +"awH" = ( +/obj/structure/table, +/obj/item/dice/d20, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"awI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/lobby) +"awJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"awK" = ( +/turf/simulated/wall, +/area/security/prison/cell_block/A) +"awL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/security/prison/cell_block/A) +"awM" = ( +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"awN" = ( +/obj/machinery/sleeper/syndie, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"awO" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/item/seeds/orange, +/obj/item/seeds/orange, +/obj/item/seeds/orange, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/security/permabrig) +"awP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "BrigEast"; + name = "Brig East Entrance"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"awQ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxstarboard) +"awR" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxstarboard) +"awS" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/security/permabrig) +"awT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"awU" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/permabrig) +"awV" = ( +/turf/simulated/wall, +/area/security/processing) +"awW" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Riot Control"; + req_access_txt = "2" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"awX" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/screwdriver, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/light, +/obj/machinery/camera/motion{ + c_tag = "Prison Lobby"; + dir = 1; + network = list("Prison","SS13") + }, +/obj/machinery/light_switch{ + pixel_x = -5; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"awY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/portable_atmospherics/canister/sleeping_agent, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"awZ" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/permabrig) +"axa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door_control{ + id = "Prison Lockdown 2"; + name = "Prison Cell 2 Lockdown"; + pixel_x = -24; + pixel_y = -24; + req_access_txt = "2" + }, +/obj/machinery/flasher_button{ + id = "permaflash2"; + name = "Prison Cell 2 Flasher"; + pixel_x = -24; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/permabrig) +"axb" = ( +/turf/simulated/wall/r_wall, +/area/security/execution) +"axc" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "Execution Shutter"; + name = "Execution Decency Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/execution) +"axd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Execution Room"; + req_access = null; + req_access_txt = "1" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"axe" = ( +/turf/simulated/wall, +/area/security/detectives_office) +"axf" = ( +/obj/machinery/airlock_sensor{ + frequency = 1450; + id_tag = "dorms_sensor"; + pixel_y = 25 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1450; + id_tag = "dorms_pump" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"axg" = ( +/obj/machinery/door/airlock/external{ + frequency = 1450; + icon_state = "door_locked"; + id_tag = "dorms_maint_inner"; + locked = 1; + name = "External Access"; + req_access = null; + req_access_txt = "13" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"axh" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"axi" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/syndicate_elite) +"axj" = ( +/obj/structure/window/reinforced, +/obj/structure/shuttle/engine/heater{ + dir = 1; + tag = "icon-heater (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"axk" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/syndicate_sit) +"axl" = ( +/obj/structure/window/reinforced, +/obj/structure/shuttle/engine/heater{ + dir = 1; + tag = "icon-heater (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"axm" = ( +/obj/machinery/flasher{ + id = "gulagshuttleflasher"; + pixel_x = 25 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/siberia) +"axn" = ( +/obj/structure/lattice, +/obj/item/stack/cable_coil, +/turf/space, +/area/space/nearstation) +"axo" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/siberia) +"axp" = ( +/obj/structure/bookcase, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science{ + pixel_y = -14 + }, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/obj/item/book/manual/sop_general, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_command, +/obj/machinery/requests_console{ + department = "Internal Affairs Office"; + name = "Internal Affairs Requests Console"; + pixel_x = -30 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"axq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxstarboard) +"axr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"axs" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"axt" = ( +/obj/structure/table, +/obj/item/storage/box/evidence, +/turf/simulated/floor/plasteel, +/area/security/processing) +"axu" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/security/lobby) +"axv" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "Processing Shutter"; + name = "Processing Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/processing) +"axw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/permabrig) +"axx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/lobby) +"axy" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=EVA"; + location = "Security" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/security/lobby) +"axz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/security/lobby) +"axA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/lobby) +"axB" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "Brig Lobby East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/lobby) +"axC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/security{ + name = "Evidence Storage"; + req_access = null; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"axD" = ( +/obj/structure/disposalpipe/junction{ + dir = 4; + tag = "icon-pipe-j1 (EAST)" + }, +/turf/simulated/floor/plasteel, +/area/security/lobby) +"axE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/execution) +"axF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/security/lobby) +"axG" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"axH" = ( +/obj/machinery/door_timer/cell_2{ + layer = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"axI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = null; + name = "Brig"; + req_access_txt = "63" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"axJ" = ( +/obj/machinery/door_timer/cell_4{ + layer = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"axK" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"axL" = ( +/turf/simulated/floor/plasteel, +/area/security/lobby) +"axM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"axP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Prisoner Processing"; + req_access = null; + req_access_txt = "63" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/processing) +"axQ" = ( +/obj/item/radio/intercom{ + dir = 0; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/security/processing) +"axR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/security/processing) +"axS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/processing) +"axT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/security/processing) +"axU" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/item/taperecorder, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/security/processing) +"axV" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"axW" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/item/radio{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/drinks/mug/sec, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"axX" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/structure/rack{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"axY" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/table, +/obj/item/taperecorder, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"axZ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/lobby) +"aya" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/maintenance/fsmaint) +"ayb" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"ayc" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"ayd" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aye" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/fsmaint) +"ayf" = ( +/obj/structure/table, +/obj/item/toy/figure/hos, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"ayg" = ( +/obj/structure/table, +/obj/item/toy/owl, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"ayh" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock"; + name = "Labor Shuttle Airlock" + }, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 2; + height = 5; + id = "laborcamp"; + name = "labor camp shuttle"; + rebuildable = 1; + width = 9 + }, +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 5; + id = "laborcamp_home"; + name = "fore bay 1"; + width = 9 + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor, +/area/shuttle/siberia) +"ayi" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/space, +/area/space/nearstation) +"ayj" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/lobby) +"ayk" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"ayl" = ( +/obj/effect/decal/remains/human, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"aym" = ( +/obj/structure/closet/crate, +/turf/simulated/shuttle/floor, +/area/shuttle/siberia) +"ayn" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door_timer/cell_5{ + dir = 4; + layer = 4; + pixel_x = 32; + pixel_y = 0 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"ayo" = ( +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"ayp" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/processing) +"ayq" = ( +/obj/structure/table, +/obj/item/taperecorder, +/turf/simulated/floor/plasteel, +/area/security/processing) +"ayr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/prison/cell_block/A) +"ays" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock"; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_sit_1"; + name = "Side Hull Door"; + opacity = 0; + req_access_txt = "150" + }, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 3; + height = 5; + id = "sit"; + name = "SIT shuttle"; + roundstart_move = "sit_away"; + width = 11 + }, +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "sit_arrivals"; + name = "Cyberiad Arrivals"; + width = 11 + }, +/obj/structure/fans/tiny, +/obj/machinery/door_control{ + id = "syndicate_sit_1"; + name = "Blast Doors"; + pixel_y = -23; + req_access_txt = "150" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"ayt" = ( +/obj/structure/table, +/obj/item/storage/box/evidence, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/evidence) +"ayu" = ( +/obj/machinery/biogenerator, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"ayv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"ayw" = ( +/obj/machinery/camera{ + c_tag = "Prison South"; + dir = 1; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/permabrig) +"ayx" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/structure/table, +/obj/item/storage/box/matches, +/obj/item/storage/fancy/rollingpapers, +/obj/item/seeds/tobacco, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/permabrig) +"ayy" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/permabrig) +"ayz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison 2"; + req_access_txt = "2"; + security_level = 1 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"ayA" = ( +/obj/structure/noticeboard{ + pixel_y = -30 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"ayB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison 2"; + req_access_txt = "2"; + security_level = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"ayC" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door_control{ + id = "Execution Shutter"; + name = "Execution Shutter Control"; + pixel_x = -25; + req_access_txt = "1" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/execution) +"ayD" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"ayE" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "solar_chapel_airlock"; + name = "exterior access button"; + pixel_x = -25; + pixel_y = -25; + req_access_txt = "10;13" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/auxstarboard) +"ayF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/execution) +"ayG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/security/permabrig) +"ayH" = ( +/obj/machinery/door_control{ + id = "lawyer"; + name = "Internal Affairs Privacy Shutters Control"; + pixel_x = -25 + }, +/obj/machinery/vending/coffee/free, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"ayI" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"ayJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/lobby) +"ayK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Brig Lobby West"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/lobby) +"ayL" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/lobby) +"ayM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/item/reagent_containers/food/drinks/mug/sec, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/lobby) +"ayN" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/lobby) +"ayO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/lobby) +"ayP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/lobby) +"ayQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/security/permabrig) +"ayR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/prison/cell_block/A) +"ayS" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/prison/cell_block/A) +"ayT" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/door/window/brigdoor{ + dir = 2; + id = "Cell 2"; + name = "Cell 2"; + req_access_txt = "2" + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"ayU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 2; + icon_state = "rightsecure"; + id = "Cell 4"; + name = "Cell 4"; + req_access_txt = "2" + }, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"ayV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"ayW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"ayX" = ( +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"ayY" = ( +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "Processing Shutter"; + name = "Processing Shutter"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/processing) +"ayZ" = ( +/obj/machinery/computer/shuttle/labor, +/turf/simulated/floor/plasteel, +/area/security/prisonershuttle) +"aza" = ( +/turf/simulated/wall/r_wall, +/area/security/processing) +"azb" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1450; + master_tag = "bar_maint"; + name = "exterior access button"; + pixel_x = -25; + pixel_y = -25; + req_access_txt = "13" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"azc" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "Interrogation"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/interrogation) +"azd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_access = null; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/interrogation) +"aze" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"azf" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/window/reinforced, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"azg" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"azh" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"azi" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + name = "Cell Door"; + req_access_txt = "150" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"azj" = ( +/obj/structure/window/reinforced, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"azk" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/siberia) +"azl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"azm" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/tank/oxygen, +/obj/item/clothing/mask/gas, +/obj/item/extinguisher, +/obj/item/clothing/head/hardhat/red, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"azn" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/fsmaint) +"azo" = ( +/obj/item/clothing/mask/gas/clown_hat, +/turf/space, +/area/space/nearstation) +"azp" = ( +/obj/machinery/door/airlock{ + name = "Bathroom" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/permabrig) +"azq" = ( +/obj/machinery/cryopod/right, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/permabrig) +"azr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/closet/wardrobe/pjs, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"azs" = ( +/obj/machinery/portable_atmospherics/scrubber/huge/stationary, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"azt" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/flasher{ + id = "permaflash2"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/permabrig) +"azu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/permabrig) +"azv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/assembly/signaler{ + code = 6; + frequency = 1445 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/execution) +"azw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/execution) +"azx" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/prison/cell_block/A) +"azy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/security/execution) +"azz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/security/execution) +"azA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"azB" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"azC" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"azD" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/security/lobby) +"azE" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/lobby) +"azF" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "magistrate"; + name = "Magistrate Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/magistrateoffice) +"azG" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/permabrig) +"azH" = ( +/obj/machinery/door_control{ + id = "brig_courtroom"; + name = "Brig Courtroom Shutter Control"; + pixel_x = 25; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/security/permabrig) +"azI" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"azJ" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/security/lobby) +"azK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/prison/cell_block/A) +"azL" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"azM" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + on = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"azN" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/obj/machinery/camera{ + c_tag = "Brig Cell 2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/prison/cell_block/A) +"azO" = ( +/obj/machinery/camera{ + c_tag = "Brig Cell 4" + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 4"; + name = "Cell 4 Locker" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/security/prison/cell_block/A) +"azP" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/lobby) +"azQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"azR" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/lobby) +"azS" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood, +/area/maintenance/abandonedbar) +"azT" = ( +/obj/machinery/door/airlock/external{ + frequency = 1450; + icon_state = "door_locked"; + id_tag = "dorms_maint_outer"; + locked = 1; + name = "External Access"; + req_access = null; + req_access_txt = "13" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"azU" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE" + }, +/turf/simulated/wall, +/area/solar/auxstarboard) +"azV" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"azW" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 5"; + name = "Cell 5 Locker" + }, +/obj/machinery/camera{ + c_tag = "Brig Cell 5" + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel, +/area/security/prison/cell_block/A) +"azX" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/interrogation) +"azY" = ( +/obj/machinery/door_control{ + id = "Interrogation"; + name = "Interrogation Privacy Shutter"; + pixel_x = -28; + pixel_y = -3; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/interrogation) +"azZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/interrogation) +"aAa" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aAb" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/abandonedbar) +"aAc" = ( +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aAd" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aAe" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" + }, +/area/shuttle/siberia) +"aAf" = ( +/turf/simulated/wall, +/area/maintenance/abandonedbar) +"aAg" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/abandonedbar) +"aAh" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"aAi" = ( +/obj/item/radio/intercom/specops{ + pixel_y = 28 + }, +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/item/multitool, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"aAj" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/siberia) +"aAk" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/shuttle/plating, +/area/shuttle/siberia) +"aAl" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "solar_tool_outer"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "10;13" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aAm" = ( +/turf/simulated/wall/r_wall, +/area/crew_quarters/courtroom) +"aAn" = ( +/obj/item/bikehorn/rubberducky, +/obj/structure/mirror{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/permabrig) +"aAo" = ( +/obj/machinery/shower{ + dir = 4; + tag = "icon-shower (EAST)" + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/permabrig) +"aAp" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/courtroom) +"aAq" = ( +/obj/structure/bed, +/obj/item/bedsheet/patriot, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/permabrig) +"aAr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/permabrig) +"aAs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/permabrig) +"aAt" = ( +/obj/machinery/door/airlock/public/glass, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Prison Lockdown 2"; + name = "Prison Cell 2 Lockdown Door"; + opacity = 0 + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"aAu" = ( +/obj/structure/bed, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/permabrig) +"aAv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/permabrig) +"aAw" = ( +/obj/structure/table, +/obj/item/taperecorder, +/obj/item/clothing/glasses/sunglasses/blindfold, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"aAx" = ( +/turf/simulated/wall/r_wall, +/area/security/prison/cell_block/A) +"aAy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"aAz" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/security/lobby) +"aAA" = ( +/obj/machinery/power/treadmill{ + dir = 8 + }, +/obj/structure/cable/yellow, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/machinery/treadmill_monitor{ + id = "Cell 5"; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/prison/cell_block/A) +"aAB" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/interrogation) +"aAC" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/interrogation) +"aAD" = ( +/obj/structure/closet/lawcloset, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"aAE" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/briefcase{ + pixel_x = -2; + pixel_y = -5 + }, +/obj/item/storage/briefcase{ + pixel_x = 3 + }, +/obj/item/storage/secure/briefcase{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"aAF" = ( +/turf/simulated/floor/plasteel, +/area/security/processing) +"aAG" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Internal Affairs Agent" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"aAH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"aAI" = ( +/obj/structure/table/reinforced, +/obj/item/pen, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/item/paper_bin/nanotrasen, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"aAJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aAK" = ( +/obj/machinery/atmospherics/binary/valve/open{ + dir = 4; + tag = "icon-map_valve1 (EAST)" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aAL" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood, +/area/maintenance/abandonedbar) +"aAM" = ( +/obj/machinery/door_control{ + id = "magistrate"; + name = "Privacy Shutters Control"; + pixel_x = -25; + pixel_y = 8 + }, +/obj/machinery/camera{ + c_tag = "Magistrate's Office"; + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/magistrateoffice) +"aAN" = ( +/obj/structure/table/reinforced, +/obj/item/taperecorder, +/obj/item/megaphone, +/obj/item/radio/intercom/department/security{ + pixel_x = 28; + pixel_y = -7 + }, +/obj/item/radio/intercom{ + pixel_x = 28; + pixel_y = 5 + }, +/turf/simulated/floor/carpet, +/area/magistrateoffice) +"aAO" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start{ + name = "Magistrate" + }, +/turf/simulated/floor/carpet, +/area/magistrateoffice) +"aAP" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"aAQ" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aAR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/security/permabrig) +"aAT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/security/permabrig) +"aAU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aAV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"aAW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/lobby) +"aAX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"aAY" = ( +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aAZ" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/prison/cell_block/A) +"aBa" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor{ + id = "Cell 5"; + name = "Cell 5"; + req_access_txt = "2" + }, +/obj/machinery/door/firedoor, +/obj/item/radio/intercom{ + dir = 0; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"aBb" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plating, +/area/security/prison/cell_block/A) +"aBc" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/turf/simulated/floor/wood, +/area/maintenance/abandonedbar) +"aBd" = ( +/obj/structure/chair/wood/wings{ + dir = 4; + tag = "icon-wooden_chair_wings (EAST)" + }, +/turf/simulated/floor/plating, +/area/maintenance/abandonedbar) +"aBe" = ( +/obj/structure/chair/wood/wings{ + dir = 8; + tag = "icon-wooden_chair_wings (WEST)" + }, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/abandonedbar) +"aBf" = ( +/obj/structure/chair/wood/wings{ + dir = 4; + tag = "icon-wooden_chair_wings (EAST)" + }, +/turf/simulated/floor/wood, +/area/maintenance/abandonedbar) +"aBg" = ( +/turf/simulated/floor/wood, +/area/maintenance/abandonedbar) +"aBh" = ( +/obj/item/stack/tile/wood, +/turf/simulated/floor/plating, +/area/maintenance/abandonedbar) +"aBi" = ( +/obj/structure/table/reinforced, +/obj/item/taperecorder, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/interrogation) +"aBj" = ( +/obj/structure/table/wood, +/obj/item/trash/candle, +/turf/simulated/floor/plating, +/area/maintenance/abandonedbar) +"aBk" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"aBm" = ( +/obj/item/stack/rods, +/turf/space, +/area/space/nearstation) +"aBn" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/crew_quarters/courtroom) +"aBo" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/interrogation) +"aBp" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/interrogation) +"aBq" = ( +/obj/machinery/space_heater, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aBr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aBs" = ( +/turf/simulated/wall, +/area/security/interrogation) +"aBt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aBu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aBv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/wall, +/area/maintenance/fsmaint) +"aBw" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aBx" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "eva_airlock"; + name = "exterior access button"; + pixel_x = 25; + req_access_txt = "13" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"aBy" = ( +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"aBz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aBA" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"aBB" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/prisonershuttle) +"aBD" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"aBE" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aBF" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1379; + id_tag = "solar_tool_pump" + }, +/obj/machinery/airlock_sensor{ + id_tag = "solar_tool_sensor"; + pixel_x = 25; + pixel_y = 12 + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "solar_tool_airlock"; + pixel_x = 25; + req_access_txt = "13"; + tag_airpump = "solar_tool_pump"; + tag_chamber_sensor = "solar_tool_sensor"; + tag_exterior_door = "solar_tool_outer"; + tag_interior_door = "solar_tool_inner" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aBG" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock"; + req_access_txt = "150" + }, +/obj/machinery/door_control{ + id = "syndicate_sit_1"; + name = "Blast Doors"; + pixel_x = -25; + req_access_txt = "150" + }, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_sit_1"; + name = "Front Hull Door"; + opacity = 0; + req_access_txt = "150" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"aBH" = ( +/obj/item/soap, +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/permabrig) +"aBI" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/permabrig) +"aBJ" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"aBK" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"aBL" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/security/permabrig) +"aBM" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/permabrig) +"aBN" = ( +/obj/structure/table, +/obj/item/lighter, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"aBO" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"aBP" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"aBQ" = ( +/obj/structure/bed, +/obj/structure/curtain/black, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"aBR" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aBS" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"aBT" = ( +/obj/item/paper/crumpled, +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plasteel/airless, +/area/space/nearstation) +"aBU" = ( +/obj/machinery/light_construct/small{ + dir = 8 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/abandonedbar) +"aBV" = ( +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/abandonedbar) +"aBW" = ( +/obj/structure/sink/kitchen{ + pixel_y = 25 + }, +/obj/machinery/light_construct/small{ + dir = 4 + }, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/abandonedbar) +"aBX" = ( +/obj/item/trash/liquidfood, +/turf/simulated/floor/wood, +/area/maintenance/abandonedbar) +"aBY" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/hallway/primary/fore) +"aBZ" = ( +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plasteel/airless, +/area/space/nearstation) +"aCa" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/hallway/primary/fore) +"aCb" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "lawyer"; + name = "Internal Affairs Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/lawoffice) +"aCc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Internal Affairs Office"; + req_access_txt = "38" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"aCd" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Magistrate's Office" + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"aCe" = ( +/obj/machinery/computer/prisoner{ + req_access = null; + req_access_txt = "2" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"aCf" = ( +/turf/simulated/floor/carpet, +/area/magistrateoffice) +"aCg" = ( +/obj/structure/table/wood, +/obj/machinery/computer/secure_data/laptop, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"aCh" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aCi" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law, +/obj/item/pen/multi/gold, +/turf/simulated/floor/carpet, +/area/magistrateoffice) +"aCj" = ( +/obj/structure/table/reinforced, +/obj/item/stamp/magistrate, +/obj/item/paper_bin/nanotrasen, +/turf/simulated/floor/carpet, +/area/magistrateoffice) +"aCk" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "magistrate"; + name = "Magistrate Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/magistrateoffice) +"aCl" = ( +/obj/structure/closet/secure_closet/magistrate, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"aCm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/carpet, +/area/magistrateoffice) +"aCn" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/carpet, +/area/magistrateoffice) +"aCo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/mob/living/simple_animal/bot/secbot/beepsky, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aCp" = ( +/obj/machinery/flasher{ + id = "Cell 2"; + pixel_y = -26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/prison/cell_block/A) +"aCq" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/security/prison/cell_block/A) +"aCr" = ( +/obj/machinery/power/treadmill{ + dir = 8 + }, +/obj/machinery/treadmill_monitor{ + id = "Cell 4"; + pixel_y = -32 + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/security/prison/cell_block/A) +"aCs" = ( +/obj/structure/bed, +/obj/machinery/flasher{ + id = "Cell 4"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/security/prison/cell_block/A) +"aCt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"aCu" = ( +/obj/machinery/computer/med_data, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/bridge) +"aCv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/hallway/primary/fore) +"aCw" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/flasher{ + id = "Cell 5"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/security/prison/cell_block/A) +"aCx" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/hallway/primary/fore) +"aCy" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1450; + id_tag = "bar_pump" + }, +/obj/machinery/airlock_sensor{ + frequency = 1450; + id_tag = "bar_sensor"; + pixel_x = 25; + pixel_y = 12 + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1450; + id_tag = "bar_maint"; + pixel_x = 25; + req_access_txt = "13"; + tag_airpump = "bar_pump"; + tag_chamber_sensor = "bar_sensor"; + tag_exterior_door = "bar_maint_outer"; + tag_interior_door = "bar_maint_inner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aCz" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aCB" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock"; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_elite"; + name = "Side Hull Door"; + opacity = 0; + req_access_txt = "150" + }, +/obj/docking_port/mobile{ + dir = 4; + dwidth = 7; + height = 5; + id = "sst"; + name = "SST shuttle"; + roundstart_move = "sst_away"; + width = 11 + }, +/obj/docking_port/stationary{ + dir = 4; + dwidth = 7; + height = 5; + id = "sst_home"; + name = "Near Cyberiad Arrivals"; + width = 11 + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"aCC" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aCD" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "solar_tool_inner"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "13" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aCE" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "1" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aCF" = ( +/obj/structure/chair/e_chair{ + dir = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"aCG" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/light/small, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"aCH" = ( +/obj/structure/closet/secure_closet/injection, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"aCI" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/camera{ + c_tag = "Prison Execution Chamber"; + dir = 1; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/execution) +"aCJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aCK" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + id_tag = "brig_courtroom"; + name = "Brig Courtroom Shutters" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/permabrig) +"aCL" = ( +/obj/machinery/recharge_station, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/electrical) +"aCM" = ( +/obj/item/shard, +/obj/item/stack/rods, +/obj/item/airlock_electronics, +/turf/simulated/floor/plating{ + dir = 9; + icon_regular_floor = "escape" + }, +/area/maintenance/abandonedbar) +"aCN" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/abandonedbar) +"aCO" = ( +/obj/machinery/vending/autodrobe, +/turf/simulated/floor/plating, +/area/maintenance/abandonedbar) +"aCP" = ( +/turf/simulated/wall/rust, +/area/maintenance/abandonedbar) +"aCQ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating{ + dir = 5; + icon_regular_floor = "escape" + }, +/area/maintenance/abandonedbar) +"aCR" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "escape" + }, +/area/maintenance/abandonedbar) +"aCS" = ( +/obj/item/lighter/random, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/abandonedbar) +"aCT" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"aCU" = ( +/obj/item/stack/sheet/mineral/plasma{ + amount = 10 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/structure/rack, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/electrical) +"aCV" = ( +/obj/structure/table/wood, +/obj/item/trash/plate, +/turf/simulated/floor/wood, +/area/maintenance/abandonedbar) +"aCW" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/patron, +/obj/item/storage/fancy/cigarettes/cigpack_shadyjims, +/turf/simulated/floor/plating, +/area/maintenance/abandonedbar) +"aCX" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"aCY" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"aCZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/hallway/primary/fore) +"aDa" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"aDb" = ( +/obj/structure/table, +/obj/item/camera{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door_control{ + id = "brig_courtroom"; + name = "Brig Courtroom Shutter Control"; + pixel_y = 25; + req_access_txt = "2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"aDc" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"aDd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"aDe" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "magistrate"; + name = "Magistrate Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/magistrateoffice) +"aDf" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel, +/area/security/lobby) +"aDg" = ( +/obj/structure/table, +/obj/item/taperecorder{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"aDh" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"aDi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"aDj" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/magistrateoffice) +"aDk" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aDl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aDm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/hallway/primary/fore) +"aDn" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/machinery/camera{ + c_tag = "Brig Cell Block A South"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/security/prison/cell_block/A) +"aDo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/security/prison/cell_block/A) +"aDp" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aDq" = ( +/obj/machinery/space_heater, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aDr" = ( +/obj/structure/rack, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aDs" = ( +/turf/simulated/floor/plating, +/area/maintenance/abandonedbar) +"aDt" = ( +/obj/structure/table/wood, +/obj/item/lipstick/random, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/machinery/light_construct/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/abandonedbar) +"aDu" = ( +/obj/machinery/power/solar_control{ + id = "auxsolareast"; + name = "Fore Port Solar Control" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aDv" = ( +/turf/simulated/wall, +/area/security/lobby) +"aDw" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/auxsolarport) +"aDx" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 32 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air{ + filled = 0.05 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aDy" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "solar_tool_airlock"; + name = "interior access button"; + pixel_x = 25; + pixel_y = 25; + req_access_txt = "13" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aDz" = ( +/obj/structure/rack, +/obj/item/clothing/mask/cigarette/pipe, +/obj/item/clothing/head/fedora/brownfedora, +/obj/item/storage/belt/holster, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aDA" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aDB" = ( +/obj/structure/rack, +/obj/item/camera, +/turf/simulated/floor/wood, +/area/maintenance/fpmaint2) +"aDC" = ( +/obj/structure/closet/cabinet, +/obj/item/storage/box/evidence, +/obj/item/clothing/suit/wcoat, +/obj/item/clothing/suit/blacktrenchcoat, +/obj/item/clothing/under/suit_jacket/tan, +/obj/item/reagent_containers/food/drinks/bottle/whiskey, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aDD" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aDE" = ( +/obj/item/seeds/ambrosia, +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/security/permabrig) +"aDF" = ( +/obj/structure/closet/firecloset, +/obj/item/crowbar/red, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aDG" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/multitool, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aDH" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/security/permabrig) +"aDI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2"; + security_level = 1 + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "brig_courtroom"; + name = "Brig Courtroom Shutters" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/permabrig) +"aDJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/security/permabrig) +"aDK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "solar_chapel_outer"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "10;13" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aDL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"aDM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"aDN" = ( +/turf/simulated/wall, +/area/crew_quarters/mrchangs) +"aDP" = ( +/turf/simulated/wall, +/area/civilian/barber) +"aDQ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "ramptop"; + tag = "icon-stage_stairs" + }, +/area/crew_quarters/courtroom) +"aDR" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"aDS" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aDT" = ( +/obj/machinery/airlock_sensor{ + id_tag = "eva_sensor"; + pixel_x = 25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aDU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"aDV" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "escape" + }, +/area/maintenance/abandonedbar) +"aDW" = ( +/obj/structure/door_assembly, +/turf/simulated/floor/plating, +/area/maintenance/abandonedbar) +"aDX" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/stack/rods, +/turf/simulated/floor/plating{ + dir = 4; + icon_regular_floor = "escape" + }, +/area/maintenance/abandonedbar) +"aDY" = ( +/obj/item/stack/tile/plasteel, +/turf/simulated/floor/plating, +/area/maintenance/abandonedbar) +"aDZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/electrical) +"aEa" = ( +/obj/structure/table/wood, +/obj/item/trash/can, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/abandonedbar) +"aEb" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1379; + id_tag = "eva_pump" + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aEc" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/plating, +/area/maintenance/abandonedbar) +"aEd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/magistrateoffice) +"aEe" = ( +/obj/machinery/computer/shuttle/sst, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"aEf" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal, +/obj/item/clothing/glasses/welding, +/obj/item/weldingtool, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"aEg" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"aEh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aEi" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/hallway/primary/fore) +"aEj" = ( +/turf/simulated/wall, +/area/hallway/primary/fore) +"aEk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"aEl" = ( +/turf/simulated/wall, +/area/crew_quarters/courtroom) +"aEm" = ( +/obj/structure/table/wood/poker, +/obj/item/ashtray/bronze, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/hallway/primary/fore) +"aEn" = ( +/obj/structure/chair/office/dark, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/effect/landmark/start{ + name = "Detective" + }, +/obj/machinery/door_control{ + id = "brig_detprivacy"; + name = "Detective Privacy Shutters Control"; + pixel_x = 25; + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"aEo" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"aEp" = ( +/obj/machinery/computer/security/wooden_tv{ + network = list("SS13","Research Outpost","Mining Outpost") + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"aEq" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"aEr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/security/prison/cell_block/A) +"aEs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aEt" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access_txt = "63"; + security_level = 1 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aEu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aEv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aEw" = ( +/obj/item/storage/toolbox/emergency, +/obj/structure/table, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aEx" = ( +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aEy" = ( +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aEz" = ( +/obj/structure/table/wood, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/item/storage/pill_bottle/random_drug_bottle, +/turf/simulated/floor/plating, +/area/maintenance/abandonedbar) +"aEA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"aEB" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock"; + req_access_txt = "150" + }, +/obj/machinery/door_control{ + id = "syndicate_elite"; + name = "Blast Doors"; + pixel_x = -25; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_elite"; + name = "Front Hull Door"; + opacity = 0; + req_access_txt = "150" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"aEC" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aED" = ( +/obj/machinery/power/terminal, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aEE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aEF" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aEG" = ( +/obj/structure/safe/floor, +/obj/item/clothing/suit/storage/det_suit/forensics, +/obj/item/detective_scanner, +/obj/item/gun/projectile/revolver/capgun, +/obj/item/ammo_box/caps, +/obj/item/ammo_box/caps, +/obj/item/ammo_box/caps, +/obj/item/clothing/head/det_hat, +/obj/item/cartridge/detective, +/obj/item/clothing/glasses/sunglasses/yeah, +/turf/simulated/floor/wood, +/area/maintenance/fpmaint2) +"aEH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/fpmaint2) +"aEI" = ( +/obj/structure/chair/comfy/black, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aEJ" = ( +/turf/simulated/floor/wood, +/area/maintenance/fpmaint2) +"aEK" = ( +/obj/structure/chair, +/turf/simulated/floor/wood, +/area/maintenance/fpmaint2) +"aEL" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aEM" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "arrivals_airlock"; + name = "exterior access button"; + pixel_x = -25; + pixel_y = -25; + req_access_txt = "13" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"aEN" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aEO" = ( +/obj/item/vending_refill/cola, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aEP" = ( +/obj/structure/chair/stool, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aEQ" = ( +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aER" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/airlock_sensor{ + id_tag = "solar_chapel_sensor"; + pixel_x = 25; + pixel_y = 12 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + frequency = 1379; + id_tag = "solar_chapel_pump" + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "solar_chapel_airlock"; + pixel_x = 25; + req_access_txt = "13"; + tag_airpump = "solar_chapel_pump"; + tag_chamber_sensor = "solar_chapel_sensor"; + tag_exterior_door = "solar_chapel_outer"; + tag_interior_door = "solar_chapel_inner" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aES" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitecorner" + }, +/area/maintenance/abandonedbar) +"aET" = ( +/obj/effect/spawner/random_spawners/cobweb_right_rare, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aEU" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/plating{ + dir = 10; + icon_regular_floor = "escape" + }, +/area/maintenance/abandonedbar) +"aEV" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "escape" + }, +/area/maintenance/abandonedbar) +"aEW" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plasteel{ + icon_state = "escape" + }, +/area/maintenance/abandonedbar) +"aEX" = ( +/obj/item/trash/pistachios, +/obj/machinery/light_construct, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/abandonedbar) +"aEY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aEZ" = ( +/obj/machinery/light, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/turf/simulated/floor/plating, +/area/maintenance/abandonedbar) +"aFa" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/abandonedbar) +"aFb" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/peppermill, +/turf/simulated/floor/plating, +/area/maintenance/abandonedbar) +"aFc" = ( +/obj/structure/chair/stool, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aFd" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/abandonedbar) +"aFe" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_elite) +"aFf" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/syndicate_elite) +"aFg" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_elite) +"aFh" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/crew_quarters/courtroom) +"aFi" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/syndicate_sit) +"aFj" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/crew_quarters/courtroom) +"aFk" = ( +/obj/machinery/computer/shuttle/sit, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"aFl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/crew_quarters/courtroom) +"aFm" = ( +/obj/structure/table, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"aFn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/interrogation) +"aFo" = ( +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"aFp" = ( +/obj/structure/table, +/obj/item/folder/yellow{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/pen/multi, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"aFq" = ( +/obj/structure/table, +/obj/item/folder/blue{ + pixel_x = 5 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"aFr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"aFs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"aFt" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"aFu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aFv" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "eva_airlock"; + name = "EVA Airlock Console"; + pixel_x = 25; + req_one_access_txt = "1;5;11;18;24"; + tag_airpump = "eva_pump"; + tag_chamber_sensor = "eva_sensor"; + tag_exterior_door = "eva_outer"; + tag_interior_door = "eva_inner" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aFw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hallway/primary/fore) +"aFx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aFy" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/hallway/primary/fore) +"aFz" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "brig_detprivacy"; + name = "Detective Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/detectives_office) +"aFA" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/hallway/primary/fore) +"aFB" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law, +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"aFC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"aFD" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + on = 0; + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/storage/fancy/cigarettes/dromedaryco, +/obj/item/ashtray/bronze, +/obj/item/radio/intercom/department/security{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"aFE" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/detectives_office) +"aFF" = ( +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aFG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Detective"; + req_access_txt = "4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/prison/cell_block/A) +"aFH" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aFI" = ( +/turf/simulated/wall, +/area/crew_quarters/arcade) +"aFJ" = ( +/turf/simulated/wall/r_wall, +/area/crew_quarters/dorms) +"aFK" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/crew_quarters/dorms) +"aFL" = ( +/turf/simulated/wall/r_wall, +/area/security/evidence) +"aFM" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aFN" = ( +/obj/item/toy/crayon/random, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aFO" = ( +/obj/item/toy/crayon/spraycan, +/obj/structure/table, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aFP" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/maintenance/abandonedbar) +"aFQ" = ( +/obj/machinery/camera{ + c_tag = "Fore Port Solar Control"; + dir = 1 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump Engineering"; + pixel_x = -24; + shock_proof = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aFR" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aFS" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aFT" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall/r_wall, +/area/maintenance/auxsolarport) +"aFU" = ( +/obj/structure/table, +/obj/item/toy/figure/detective, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/maintenance/fpmaint2) +"aFV" = ( +/obj/structure/table, +/obj/item/storage/fancy/cigarettes, +/obj/item/ashtray/glass, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/maintenance/fpmaint2) +"aFW" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aFX" = ( +/obj/structure/table, +/obj/item/folder, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/maintenance/fpmaint2) +"aFY" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "eva_outer"; + locked = 1; + name = "EVA External Access"; + req_access = null; + req_access_txt = "13" + }, +/turf/simulated/floor/plating/airless, +/area/maintenance/fpmaint2) +"aFZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "solar_chapel_inner"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aGa" = ( +/obj/structure/table, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aGb" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aGc" = ( +/obj/structure/mineral_door/wood{ + name = "Abandoned Bar" + }, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/maintenance/abandonedbar) +"aGd" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall/rust, +/area/maintenance/abandonedbar) +"aGe" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs/cable, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aGf" = ( +/turf/simulated/floor/plating/airless, +/area/shuttle/syndicate_elite) +"aGg" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_sit) +"aGh" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_sit) +"aGi" = ( +/obj/effect/spawner/random_spawners/wall_rusted_maybe, +/turf/simulated/wall, +/area/maintenance/fpmaint) +"aGj" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/structure/chair/wood, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aGk" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/holder, +/turf/simulated/floor/carpet, +/area/maintenance/fpmaint) +"aGl" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" + }, +/area/maintenance/fpmaint) +"aGm" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aGn" = ( +/turf/simulated/wall, +/area/maintenance/fpmaint2) +"aGo" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards, +/turf/simulated/floor/carpet, +/area/maintenance/fpmaint) +"aGp" = ( +/obj/machinery/vending/coffee/free, +/turf/simulated/floor/wood{ + icon_state = "wood-broken6"; + tag = "icon-wood-broken6" + }, +/area/maintenance/fpmaint) +"aGq" = ( +/obj/structure/chair, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/crew_quarters/courtroom) +"aGr" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/crew_quarters/courtroom) +"aGs" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/crew_quarters/courtroom) +"aGt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/courtroom) +"aGu" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/crew_quarters/courtroom) +"aGw" = ( +/obj/structure/disposalpipe/junction{ + dir = 1; + tag = "icon-pipe-j1 (EAST)" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aGx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aGy" = ( +/obj/structure/chair/stool, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"aGz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"aGA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/camera{ + c_tag = "Brig Detective's Office" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"aGB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"aGC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"aGD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"aGE" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/structure/closet/secure_closet{ + anchored = 1; + name = "Evidence Storage"; + req_access_txt = "4" + }, +/obj/item/folder/red{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/folder/red{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/folder/red{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/folder/red, +/obj/item/folder/red{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"aGF" = ( +/obj/structure/closet/secure_closet/detective, +/obj/item/restraints/handcuffs, +/obj/item/flash, +/obj/item/storage/box/bodybags, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"aGG" = ( +/obj/machinery/computer/med_data, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"aGH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aGI" = ( +/obj/structure/table/reinforced, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/item/razor, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aGJ" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aGK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aGL" = ( +/obj/structure/chair/barber{ + dir = 8 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Barber Shop" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aGM" = ( +/obj/machinery/dye_generator, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aGN" = ( +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aGO" = ( +/obj/machinery/vending/cart, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aGP" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Arcade" + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aGQ" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aGR" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aGS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "solar_chapel_airlock"; + name = "interior access button"; + pixel_x = 25; + pixel_y = 25; + req_access_txt = "13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aGT" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/auxsolarstarboard) +"aGU" = ( +/obj/machinery/power/solar_control{ + id = "auxsolareast"; + name = "Fore Starboard Solar Control" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aGV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/electrical) +"aGW" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aGX" = ( +/turf/simulated/wall, +/area/maintenance/fsmaint2) +"aGY" = ( +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aGZ" = ( +/obj/structure/table, +/obj/random/plushie, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aHa" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aHb" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aHc" = ( +/obj/structure/rack, +/obj/item/tank/emergency_oxygen/engi, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aHd" = ( +/obj/item/toy/crayon/white, +/obj/machinery/light/small{ + dir = 8; + tag = "icon-bulb1 (WEST)" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aHe" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aHf" = ( +/obj/structure/table, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aHg" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE" + }, +/turf/simulated/wall/r_wall, +/area/maintenance/fpmaint2) +"aHh" = ( +/obj/machinery/door/airlock/engineering{ + icon_state = "door_closed"; + name = "Fore Port Solar Access"; + req_access_txt = "10" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aHi" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall/r_wall, +/area/maintenance/fpmaint2) +"aHj" = ( +/obj/machinery/vending/cigarette/free, +/turf/simulated/floor/wood, +/area/maintenance/fpmaint2) +"aHk" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/maintenance/fpmaint2) +"aHl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aHm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood{ + icon_state = "wood-broken7"; + tag = "icon-wood-broken7" + }, +/area/maintenance/fpmaint2) +"aHn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall, +/area/maintenance/fpmaint2) +"aHo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aHp" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aHq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aHr" = ( +/obj/structure/table, +/obj/item/melee/baseball_bat, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aHs" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aHt" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/carpet, +/area/maintenance/fpmaint) +"aHu" = ( +/obj/structure/table/wood/poker, +/obj/item/dice/d6, +/turf/simulated/floor/carpet, +/area/maintenance/fpmaint) +"aHv" = ( +/obj/item/clothing/head/fedora, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aHw" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + name = "Accused"; + req_access_txt = "2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/crew_quarters/courtroom) +"aHx" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/crew_quarters/courtroom) +"aHy" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/crew_quarters/courtroom) +"aHz" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/wood, +/area/crew_quarters/courtroom) +"aHA" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "courtroomshutters"; + layer = 3.21; + name = "Courtroom Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/courtroom) +"aHB" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"aHC" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"aHD" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/crew_quarters/courtroom) +"aHE" = ( +/turf/simulated/wall/r_wall, +/area/security/detectives_office) +"aHF" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/crew_quarters/courtroom) +"aHG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"aHH" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/hallway/primary/fore) +"aHI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aHJ" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/terminal, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aHK" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aHL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/electrical) +"aHM" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aHN" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aHO" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aHP" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/fsmaint2) +"aHQ" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aHR" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air{ + filled = 0.1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aHS" = ( +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aHT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aHU" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aHW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"aHX" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/window/eastright{ + name = "Forensic laboratory"; + req_access_txt = "4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"aHY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aHZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/detectives_office) +"aIa" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aIb" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aIc" = ( +/turf/simulated/wall, +/area/clownoffice) +"aId" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"aIe" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/clownoffice) +"aIf" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1379; + id_tag = "eva_pump" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aIg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/detectives_office) +"aIh" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/mimeoffice) +"aIi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aIj" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aIk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aIl" = ( +/turf/simulated/wall, +/area/magistrateoffice) +"aIm" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "eva_inner"; + locked = 1; + name = "EVA Internal Access"; + req_access = null; + req_access_txt = "13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aIn" = ( +/obj/structure/dresser, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aIo" = ( +/turf/simulated/wall, +/area/lawoffice) +"aIp" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aIq" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/fsmaint) +"aIr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aIs" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aIt" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aIu" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aIv" = ( +/obj/structure/rack, +/obj/item/tank/air, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aIw" = ( +/obj/machinery/camera{ + c_tag = "Fore Port Solar Access" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aIx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aIy" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken7"; + tag = "icon-wood-broken7" + }, +/area/maintenance/fpmaint2) +"aIz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/security/checkpoint2) +"aIA" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aIB" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump Engineering"; + pixel_x = -24; + shock_proof = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aIC" = ( +/obj/machinery/camera{ + c_tag = "Fore Starboard Solars"; + dir = 1 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aID" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/item/clothing/shoes/jackboots, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aIE" = ( +/obj/effect/spawner/window, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aIF" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/fsmaint2) +"aIG" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "arrivals_outer"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "10;13" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aIH" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken3"; + tag = "icon-wood-broken3" + }, +/area/maintenance/fpmaint2) +"aII" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aIJ" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aIK" = ( +/obj/item/book/manual/detective, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aIL" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken6"; + tag = "icon-wood-broken6" + }, +/area/maintenance/fpmaint2) +"aIM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Magistrate's Office"; + req_access_txt = "74" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"aIN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aIO" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aIP" = ( +/obj/structure/closet/secure_closet/clown, +/turf/simulated/floor/wood, +/area/clownoffice) +"aIQ" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + layer = 2 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aIR" = ( +/obj/structure/table, +/obj/item/toy/russian_revolver, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aIS" = ( +/obj/structure/grille, +/obj/effect/spawner/random_barrier/obstruction, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aIT" = ( +/obj/item/clothing/under/mafia, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aIU" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/wood, +/area/maintenance/fpmaint) +"aIV" = ( +/obj/effect/spawner/random_spawners/blood_often, +/turf/simulated/floor/wood, +/area/maintenance/fpmaint) +"aIW" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/courtroom) +"aIX" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aIY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aIZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aJa" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aJb" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"aJc" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"aJd" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/courtroom) +"aJe" = ( +/obj/structure/table, +/obj/item/book/manual/security_space_law, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/hallway/primary/fore) +"aJf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aJg" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1379; + id_tag = "arrivals_pump" + }, +/obj/machinery/airlock_sensor{ + id_tag = "arrivals_sensor"; + pixel_x = 25; + pixel_y = 12 + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "arrivals_airlock"; + pixel_x = 25; + req_access_txt = "13"; + tag_airpump = "arrivals_pump"; + tag_chamber_sensor = "arrivals_sensor"; + tag_exterior_door = "arrivals_outer"; + tag_interior_door = "arrivals_inner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aJh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hallway/primary/fore) +"aJi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aJj" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/hallway/primary/fore) +"aJk" = ( +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/hand_labeler, +/obj/item/storage/box/evidence, +/obj/structure/table/wood, +/obj/item/radio/intercom/department/security{ + pixel_y = -28 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/item/reagent_containers/food/drinks/flask/detflask, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"aJl" = ( +/obj/machinery/vending/cigarette/free, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"aJm" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album{ + pixel_y = -10 + }, +/obj/item/camera_film, +/obj/item/camera_film, +/obj/item/camera{ + desc = "A one use - polaroid camera. 30 photos left."; + name = "detectives camera"; + pictures_left = 30 + }, +/obj/machinery/requests_console{ + name = "Detective Requests Console"; + pixel_y = -30 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"aJn" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"aJo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/detectives_office) +"aJp" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"aJq" = ( +/obj/structure/rack, +/obj/item/rcd, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aJr" = ( +/obj/structure/table/reinforced, +/obj/item/razor, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aJs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/landmark/start{ + name = "Barber" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aJt" = ( +/obj/structure/chair/barber{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aJu" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aJv" = ( +/obj/machinery/gameboard, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aJw" = ( +/obj/machinery/computer/arcade/orion_trail, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aJx" = ( +/obj/structure/chair/stool, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aJy" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aJz" = ( +/obj/machinery/computer/arcade/battle, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aJA" = ( +/obj/structure/closet/lasertag/red, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aJC" = ( +/obj/machinery/door/airlock/external{ + frequency = 1450; + icon_state = "door_locked"; + id_tag = "bar_maint_outer"; + locked = 1; + name = "External Access"; + req_access = null; + req_access_txt = "13" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aJD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/airlock/engineering{ + icon_state = "door_closed"; + name = "Fore Starboard Solar Access"; + req_access_txt = "10" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aJE" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aJF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/courtroom) +"aJG" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "eva_inner"; + locked = 1; + name = "EVA Internal Access"; + req_access = null; + req_access_txt = "13" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aJH" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE" + }, +/turf/simulated/wall/r_wall, +/area/maintenance/auxsolarstarboard) +"aJI" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aJJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/courtroom) +"aJK" = ( +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aJL" = ( +/obj/machinery/slot_machine, +/obj/item/coin/iron, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aJM" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aJN" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/item/coin/gold, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aJO" = ( +/obj/item/twohanded/garrote/improvised, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aJP" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6" + }, +/area/shuttle/pod_1) +"aJQ" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10" + }, +/area/shuttle/pod_1) +"aJR" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6" + }, +/area/shuttle/pod_2) +"aJS" = ( +/obj/structure/window/full/shuttle, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/pod_1) +"aJT" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10" + }, +/area/shuttle/pod_2) +"aJU" = ( +/obj/machinery/meter, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aJV" = ( +/obj/structure/window/full/shuttle, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/pod_2) +"aJW" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken3"; + tag = "icon-wood-broken3" + }, +/area/maintenance/fpmaint) +"aJX" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aJY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aJZ" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aKa" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aKb" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aKc" = ( +/obj/effect/spawner/random_spawners/blood_often, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aKd" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aKe" = ( +/obj/structure/rack, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aKf" = ( +/obj/item/clothing/under/mafia/sue, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aKg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aKh" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aKi" = ( +/obj/item/clothing/mask/bandana/skull, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aKj" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aKk" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/megaphone, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aKl" = ( +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aKm" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/clownoffice) +"aKn" = ( +/turf/simulated/floor/wood, +/area/clownoffice) +"aKo" = ( +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aKq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aKr" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"aKs" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"aKt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/crew_quarters/courtroom) +"aKu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/crew_quarters/courtroom) +"aKv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/crew_quarters/courtroom) +"aKw" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"aKx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Magistrate's Office"; + req_access_txt = "74" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/magistrateoffice) +"aKy" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/hallway/primary/fore) +"aKz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aKA" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/hallway/primary/fore) +"aKB" = ( +/obj/machinery/dnaforensics, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"aKC" = ( +/obj/machinery/optable, +/obj/item/scalpel, +/obj/item/autopsy_scanner, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/security/detectives_office) +"aKD" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/machinery/microscope, +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/security/detectives_office) +"aKE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aKF" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/pen, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aKG" = ( +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aKH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aKI" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aKJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aKK" = ( +/obj/machinery/arcade/claw, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aKL" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aKM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aKN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aKO" = ( +/obj/structure/closet/lasertag/blue, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aKP" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aKQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/camera{ + c_tag = "Clown's Office"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"aKR" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 8; + name = "8maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aKS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aKT" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aKU" = ( +/obj/structure/table, +/obj/item/pen, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aKV" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aKW" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aKX" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aKY" = ( +/obj/structure/closet, +/obj/item/coin/iron, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aKZ" = ( +/obj/item/coin/gold, +/obj/item/coin/iron, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aLa" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/pod_1) +"aLb" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/pod_1) +"aLc" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aLd" = ( +/turf/simulated/wall/r_wall, +/area/hallway/secondary/entry) +"aLe" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/pod_2) +"aLf" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/pod_2) +"aLg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aLh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Detective"; + req_access = null; + req_access_txt = "4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/security/detectives_office) +"aLi" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aLj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aLk" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aLl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aLm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aLn" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood{ + icon_state = "wood-broken3"; + tag = "icon-wood-broken3" + }, +/area/maintenance/fpmaint2) +"aLo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aLp" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aLq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 10 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aLr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aLs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aLt" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aLu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aLv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aLw" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aLx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aLy" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "arrivals_inner"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "13" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aLz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/wall, +/area/engine/engineering) +"aLA" = ( +/turf/simulated/wall, +/area/mimeoffice) +"aLB" = ( +/obj/structure/rack, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aLC" = ( +/obj/item/reagent_containers/food/snacks/dough{ + desc = "A piece of dough. It looks moldy and is hard as a rock. Hope you're not planning on turning this into a pizza.."; + name = "old dough" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aLD" = ( +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aLE" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/magistrateoffice) +"aLF" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/structure/rack, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aLG" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/item/reagent_containers/food/snacks/meat/slab, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aLH" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aLI" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/customizable/pizza, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aLJ" = ( +/obj/machinery/slot_machine, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aLK" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aLL" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken7"; + tag = "icon-wood-broken7" + }, +/area/maintenance/fpmaint) +"aLM" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aLN" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Courtroom "; + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aLO" = ( +/obj/structure/table/wood, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aLP" = ( +/turf/simulated/wall, +/area/crew_quarters/sleep) +"aLQ" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/door_control{ + id = "courtroomshutters"; + name = "Brig Courtroom Shutter Control"; + pixel_x = 25; + req_one_access_txt = "74;3" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aLR" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aLS" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aLT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/crew_quarters/courtroom) +"aLU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Courtroom Lobby"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/crew_quarters/courtroom) +"aLV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"aLW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"aLX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"aLY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"aLZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/hallway/primary/fore) +"aMa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/crew_quarters/courtroom) +"aMb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aMc" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aMd" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aMe" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aMf" = ( +/obj/machinery/door/airlock/external{ + frequency = 1450; + icon_state = "door_locked"; + id_tag = "bar_maint_inner"; + locked = 1; + name = "External Access"; + req_access = null; + req_access_txt = "13" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aMg" = ( +/obj/machinery/door/airlock/engineering{ + name = "Electrical Maintenance"; + req_access_txt = "11" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aMh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aMi" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aMj" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aMk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aMl" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/donut, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aMm" = ( +/obj/structure/table/reinforced, +/obj/item/razor, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aMn" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aMo" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aMp" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/pod_1) +"aMq" = ( +/turf/simulated/wall, +/area/maintenance/electrical) +"aMr" = ( +/turf/simulated/wall, +/area/space/nearstation) +"aMs" = ( +/turf/simulated/wall, +/area/hallway/secondary/entry) +"aMt" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/pod_2) +"aMu" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aMv" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aMw" = ( +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aMx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aMy" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aMz" = ( +/turf/simulated/wall/rust, +/area/maintenance/fsmaint2) +"aMA" = ( +/turf/simulated/wall, +/area/maintenance/fpmaint) +"aMB" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_y = -32 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aMC" = ( +/obj/structure/table, +/obj/machinery/computer/mob_healer_terminal, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aMD" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aME" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aMF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aMG" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aMH" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aMI" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aMJ" = ( +/obj/machinery/vending/snack, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aMK" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Fore Starboard Solar Access" + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aML" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/obj/effect/spawner/random_barrier/obstruction, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aMM" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/closet/walllocker/emerglocker/north, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/engine/engineering) +"aMN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aMO" = ( +/obj/structure/table/reinforced, +/obj/item/pen, +/obj/item/paper_bin/nanotrasen, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/lawoffice) +"aMP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aMQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/fpmaint) +"aMR" = ( +/obj/item/reagent_containers/food/snacks/dough{ + desc = "A piece of dough. It looks moldy and is hard as a rock. Hope you're not planning on turning this into a pizza.."; + name = "old dough" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aMS" = ( +/obj/structure/table, +/obj/item/pizzabox/vegetable, +/obj/item/reagent_containers/food/snacks/dough{ + desc = "A piece of dough. It looks moldy and is hard as a rock. Hope you're not planning on turning this into a pizza.."; + name = "old dough" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aMT" = ( +/obj/item/clothing/head/chefhat, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aMU" = ( +/obj/item/clothing/suit/chef/classic, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aMV" = ( +/obj/item/clothing/mask/face/fox, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aMW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/food/snacks/meat/slab, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aMX" = ( +/obj/machinery/door/window/southleft, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/maintenance/fpmaint) +"aMY" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aMZ" = ( +/obj/effect/spawner/window, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aNa" = ( +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aNb" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aNc" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aNd" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aNf" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1450; + master_tag = "bar_maint"; + name = "interior access button"; + pixel_x = -25; + pixel_y = 25; + req_access_txt = "13" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aNg" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air{ + filled = 0.1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aNh" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aNi" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aNj" = ( +/obj/structure/table, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aNk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/electrical) +"aNl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aNm" = ( +/obj/machinery/power/port_gen/pacman, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aNn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/landmark/burnturf, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aNo" = ( +/turf/simulated/floor/mech_bay_recharge_floor, +/area/maintenance/electrical) +"aNp" = ( +/obj/machinery/mech_bay_recharge_port, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aNq" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/bluegrid, +/area/maintenance/electrical) +"aNr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aNs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aNt" = ( +/obj/docking_port/mobile/pod{ + id = "pod1"; + name = "escape pod 1" + }, +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock"; + name = "Escape Pod Hatch" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/pod_1) +"aNu" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aNv" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aNw" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/hallway/secondary/entry) +"aNx" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aNy" = ( +/obj/docking_port/mobile/pod{ + id = "pod2"; + name = "escape pod 2" + }, +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock"; + name = "Escape Pod Hatch" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/pod_2) +"aNz" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "arrivals_airlock"; + name = "interior access button"; + pixel_x = -25; + pixel_y = 25; + req_access_txt = "13" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aNA" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aNB" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aNC" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air{ + filled = 0.1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aND" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aNE" = ( +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aNF" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aNG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/courtroom) +"aNH" = ( +/obj/structure/grille, +/obj/structure/window/basic, +/obj/structure/window/basic{ + dir = 1 + }, +/obj/structure/window/basic{ + dir = 8 + }, +/obj/structure/window/basic{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aNI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aNJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/crew_quarters/courtroom) +"aNK" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway South"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aNL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aNM" = ( +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2 (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/crew_quarters/courtroom) +"aNN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/courtroom) +"aNO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aNP" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/crew_quarters/courtroom) +"aNQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aNR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aNS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "courtroomshutters"; + layer = 3.21; + name = "Courtroom Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/courtroom) +"aNT" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aNU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aNV" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/crew_quarters/dorms) +"aNW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aNX" = ( +/obj/machinery/disposal, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aNY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aNZ" = ( +/obj/machinery/atm{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aOb" = ( +/obj/machinery/prize_counter, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aOc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aOd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aOe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aOf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aOg" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aOh" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/dorms) +"aOi" = ( +/obj/item/clothing/head/naziofficer, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aOj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aOk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aOl" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/atmos) +"aOm" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aOn" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/fpmaint) +"aOo" = ( +/obj/item/reagent_containers/food/snacks/dough{ + desc = "A piece of dough. It looks moldy and is hard as a rock. Hope you're not planning on turning this into a pizza.."; + name = "old dough" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aOp" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aOq" = ( +/obj/structure/chair/stool, +/obj/item/pizzabox/hawaiian, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aOr" = ( +/obj/effect/spawner/random_barrier/obstruction, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/fpmaint) +"aOs" = ( +/obj/effect/spawner/random_barrier/obstruction, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aOt" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aOu" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/courtroom) +"aOv" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Courtroom Maintenance"; + req_access_txt = "63"; + security_level = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aOw" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aOx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aOy" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/courtroom) +"aOz" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/courtroom) +"aOA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/courtroom) +"aOB" = ( +/turf/simulated/floor/plasteel, +/area/crew_quarters/courtroom) +"aOC" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aOE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aOF" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aOG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aOH" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/crew_quarters/courtroom) +"aOI" = ( +/turf/simulated/wall, +/area/crew_quarters/dorms) +"aOJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aOK" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/storage/toolbox/electrical, +/obj/item/multitool, +/obj/item/radio/intercom{ + pixel_x = 25 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/electrical) +"aOL" = ( +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aOM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aON" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aOO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "courtroomshutters"; + layer = 3.21; + name = "Courtroom Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/courtroom) +"aOP" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry) +"aOQ" = ( +/turf/simulated/floor/plating, +/area/hallway/secondary/entry) +"aOR" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry) +"aOS" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 8; + name = "Space Loop Out" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"aOT" = ( +/obj/structure/chair, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aOU" = ( +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_y = 28 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/circuitboard/operating, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aOV" = ( +/obj/structure/computerframe, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aOW" = ( +/obj/structure/chair, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aOX" = ( +/obj/structure/lattice, +/obj/structure/closet, +/turf/space, +/area/space/nearstation) +"aOY" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aOZ" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aPa" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 8 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aPb" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aPc" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/fpmaint2) +"aPd" = ( +/obj/machinery/light_switch{ + pixel_y = 27 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/atmos) +"aPe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Barber Shop" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/civilian/barber) +"aPf" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/crew_quarters/arcade) +"aPg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Arcade" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/arcade, +/area/crew_quarters/arcade) +"aPh" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aPi" = ( +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aPj" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/fpmaint) +"aPk" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aPm" = ( +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"aPn" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aPs" = ( +/obj/effect/landmark/burnturf, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aPt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aPu" = ( +/obj/structure/table, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aPv" = ( +/obj/effect/spawner/random_barrier/possibly_welded_airlock, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aPw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/fpmaint) +"aPx" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -25 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/courtroom) +"aPy" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/courtroom) +"aPz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/courtroom) +"aPA" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/courtroom) +"aPB" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"aPC" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"aPD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"aPE" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"aPF" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"aPG" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/crew_quarters/courtroom) +"aPH" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aPI" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1379; + id_tag = "sol_pump" + }, +/obj/machinery/airlock_sensor{ + id_tag = "sol_sensor"; + pixel_x = 12; + pixel_y = -25 + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "sol_airlock"; + pixel_y = -25; + tag_airpump = "sol_pump"; + tag_chamber_sensor = "sol_sensor"; + tag_exterior_door = "sol_outer"; + tag_interior_door = "sol_inner" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry) +"aPJ" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aPK" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "maint3"; + name = "Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aPL" = ( +/obj/effect/landmark{ + name = "JoinLateCryo" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/crew_quarters/sleep) +"aPM" = ( +/obj/machinery/cryopod/right, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/crew_quarters/sleep) +"aPN" = ( +/obj/machinery/cryopod, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/crew_quarters/sleep) +"aPO" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE" + }, +/turf/simulated/wall, +/area/maintenance/electrical) +"aPP" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aPQ" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aPR" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"aPS" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump Engineering"; + pixel_y = 24; + shock_proof = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aPT" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"aPU" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aPV" = ( +/obj/machinery/flasher{ + id = "soltraderflash"; + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/shuttle/trade/sol) +"aPW" = ( +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_y = 28 + }, +/obj/machinery/iv_drip, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aPX" = ( +/obj/machinery/optable, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aPY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"aPZ" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry) +"aQa" = ( +/obj/structure/sign/pods, +/turf/simulated/wall, +/area/hallway/secondary/entry) +"aQb" = ( +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aQc" = ( +/obj/structure/chair/stool, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aQd" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/crew_quarters/sleep) +"aQe" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aQf" = ( +/obj/effect/landmark{ + name = "JoinLateCryo" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/crew_quarters/sleep) +"aQg" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aQh" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aQi" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aQj" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aQk" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aQl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aQm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aQn" = ( +/obj/item/radio/intercom{ + pixel_y = 28 + }, +/obj/structure/disposalpipe/junction{ + icon_state = "pipe-y" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aQo" = ( +/obj/structure/chair, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aQp" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aQq" = ( +/obj/structure/sign/barber{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aQr" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/table, +/obj/item/stack/tape_roll, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aQs" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/hallway/primary/starboard/west) +"aQt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aQu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aQv" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluered"; + tag = "icon-siding1 (NORTH)" + }, +/area/crew_quarters/dorms) +"aQw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"aQx" = ( +/obj/machinery/requests_console{ + department = "Crew Quarters"; + name = "Crew Quarters Requests Console"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aQy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"aQz" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluered"; + tag = "icon-siding1 (NORTH)" + }, +/area/crew_quarters/dorms) +"aQA" = ( +/obj/machinery/vending/snack, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluered"; + tag = "icon-siding1 (NORTH)" + }, +/area/crew_quarters/dorms) +"aQB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluered"; + tag = "icon-siding1 (NORTH)" + }, +/area/crew_quarters/dorms) +"aQC" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aQD" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aQE" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aQG" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aQH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aQI" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aQJ" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aQL" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aQM" = ( +/obj/structure/janitorialcart, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aQN" = ( +/obj/structure/table/glass, +/obj/item/pen, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aQO" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aQP" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aQQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aQR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aQS" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aQT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/effect/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aQU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aQW" = ( +/obj/structure/table, +/obj/item/camera_assembly, +/obj/item/camera_assembly, +/obj/item/assembly/prox_sensor{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aQX" = ( +/obj/machinery/door/airlock/shuttle/glass{ + id_tag = "s_docking_airlock" + }, +/obj/machinery/door/poddoor/shutters{ + closingLayer = 5; + density = 0; + icon_state = "open"; + id_tag = "trader_privacy"; + layer = 5; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 4; + height = 11; + id = "trade_sol"; + name = "sol trade shuttle"; + roundstart_move = "trade_sol_base"; + width = 9 + }, +/obj/docking_port/stationary{ + dir = 8; + dwidth = 4; + height = 11; + id = "trade_dock"; + name = "port bay 4 at Cyberiad"; + width = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/shuttle/trade/sol) +"aQY" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aQZ" = ( +/obj/effect/landmark{ + name = "JoinLateCryo" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/crew_quarters/sleep) +"aRa" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Escape Pods" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aRb" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "sol_outer"; + locked = 1; + name = "Arrivals External Access"; + req_access = null + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + layer = 3.3; + master_tag = "sol_airlock"; + name = "exterior access button"; + pixel_x = -13; + pixel_y = -23 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry) +"aRc" = ( +/obj/effect/landmark{ + name = "JoinLateCryo" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/crew_quarters/sleep) +"aRd" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aRe" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aRf" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"aRg" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aRh" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aRi" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aRj" = ( +/obj/structure/table/glass, +/obj/item/storage/bag/trash, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aRk" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aRl" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = -32 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aRm" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/floor/plating, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" + }, +/area/shuttle/pod_1) +"aRn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aRo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aRp" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aRq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aRr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aRs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aRu" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aRv" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aRw" = ( +/turf/simulated/wall/r_wall, +/area/ai_monitored/storage/eva) +"aRx" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aRy" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/starboard/west) +"aRz" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/floor/plating, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/pod_1) +"aRA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aRB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aRC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aRD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aRE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aRF" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aRG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aRH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"aRI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door_control{ + id = "maint3"; + name = "Blast Door Control C"; + pixel_y = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aRJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aRK" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aRL" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"aRM" = ( +/obj/structure/table, +/obj/item/storage/box/cups, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/courtroom) +"aRN" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"aRO" = ( +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aRP" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/crew_quarters/courtroom) +"aRQ" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/simulated/floor/wood, +/area/crew_quarters/courtroom) +"aRR" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood, +/area/crew_quarters/courtroom) +"aRS" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aRT" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aRU" = ( +/obj/machinery/door/airlock/external{ + name = "Arrival Airlock" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry) +"aRV" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/floor/plating, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" + }, +/area/shuttle/pod_2) +"aRW" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"aRX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aRY" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/floor/plating, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/pod_2) +"aRZ" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aSa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aSb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aSc" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aSd" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry) +"aSe" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"aSf" = ( +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aSg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aSh" = ( +/obj/effect/landmark{ + name = "JoinLateCryo" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/crew_quarters/sleep) +"aSi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aSj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aSk" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aSl" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep) +"aSm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/crew_quarters/dorms) +"aSn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"aSo" = ( +/obj/structure/closet/wardrobe/white, +/obj/item/clothing/shoes/jackboots, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/food/drinks/cans/badminbrew, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aSp" = ( +/obj/structure/table/glass, +/obj/item/hemostat, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aSq" = ( +/obj/structure/table/glass, +/obj/item/restraints/handcuffs/cable/zipties, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aSr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aSs" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aSt" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/fpmaint2) +"aSu" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/fpmaint) +"aSv" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aSw" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aSx" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"aSy" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aSz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aSA" = ( +/turf/simulated/wall/r_wall, +/area/gateway) +"aSB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/crew_quarters/dorms) +"aSC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"aSD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"aSE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/crew_quarters/dorms) +"aSF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aSG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"aSH" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aSI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"aSJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/crew_quarters/dorms) +"aSK" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aSL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"aSM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/crew_quarters/dorms) +"aSN" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aSO" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aSP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"aSQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/crew_quarters/dorms) +"aSR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aSS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aST" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aSV" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"aSW" = ( +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry) +"aSX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry) +"aSY" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry) +"aSZ" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aTa" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"aTb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aTc" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aTd" = ( +/obj/machinery/light, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aTe" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "maint3"; + name = "Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aTf" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aTg" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aTh" = ( +/obj/effect/spawner/random_spawners/grille_often, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aTi" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aTj" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aTk" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aTl" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aTm" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aTn" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aTo" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aTp" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aTq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"aTr" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aTs" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aTt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"aTu" = ( +/turf/simulated/wall, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aTv" = ( +/obj/machinery/gateway{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/gateway) +"aTw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aTx" = ( +/obj/machinery/gateway{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/gateway) +"aTy" = ( +/obj/machinery/gateway{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/gateway) +"aTz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aTA" = ( +/obj/structure/table/glass, +/obj/item/seeds/apple, +/obj/item/seeds/banana, +/obj/item/seeds/cocoapod, +/obj/item/seeds/grape, +/obj/item/seeds/orange, +/obj/item/seeds/sugarcane, +/obj/item/seeds/wheat, +/obj/item/seeds/watermelon, +/obj/item/seeds/tower, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aTB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aTC" = ( +/obj/machinery/cryopod/right, +/obj/machinery/camera{ + c_tag = "Cryodorms"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/crew_quarters/sleep) +"aTD" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aTE" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/dorms) +"aTF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/crew_quarters/dorms) +"aTG" = ( +/obj/structure/chair/sofa/left, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/dorms) +"aTH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"aTI" = ( +/obj/structure/chair/sofa, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/dorms) +"aTJ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/crew_quarters/dorms) +"aTK" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "vault" + }, +/area/security/nuke_storage) +"aTL" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/reception) +"aTM" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/medical/reception) +"aTN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/medical{ + name = "Coroner"; + req_access_txt = "5" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hallway/primary/starboard/west) +"aTO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access_txt = "6" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hallway/primary/starboard/west) +"aTP" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"aTQ" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"aTR" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/dorms) +"aTS" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/reception) +"aTT" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/reception) +"aTU" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/britcup, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"aTV" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/radio/intercom/department/medbay{ + pixel_y = 25 + }, +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"aTW" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"aTX" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6; + initialize_directions = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aTY" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/obj/machinery/alarm{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"aTZ" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aUa" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aUb" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aUc" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "maint2"; + name = "Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aUd" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "stairs-r" + }, +/area/crew_quarters/dorms) +"aUe" = ( +/obj/structure/closet, +/obj/item/reagent_containers/food/drinks/cans/badminbrew, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aUf" = ( +/turf/simulated/wall/rust, +/area/maintenance/electrical) +"aUg" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/smes, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aUh" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/computer/monitor{ + name = "Backup Power Monitoring Console" + }, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aUi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/wall, +/area/maintenance/electrical) +"aUj" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/turf/simulated/floor/plating, +/area/maintenance/electrical) +"aUk" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aUl" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aUm" = ( +/obj/machinery/vending/coffee, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aUn" = ( +/obj/machinery/camera{ + c_tag = "Arrivals North"; + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aUo" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aUp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aUq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aUr" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aUs" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aUt" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/security/checkpoint2) +"aUu" = ( +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aUv" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sink{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aUx" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aUy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aUz" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aUA" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/clownoffice) +"aUB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aUC" = ( +/obj/machinery/gateway{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/gateway) +"aUD" = ( +/obj/machinery/gateway{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/gateway) +"aUE" = ( +/turf/simulated/wall/r_wall, +/area/security/nuke_storage) +"aUF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"aUG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/crew_quarters/dorms) +"aUH" = ( +/obj/machinery/gateway/centerstation, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"aUI" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/crew_quarters/dorms) +"aUJ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/crew_quarters/dorms) +"aUK" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/crew_quarters/dorms) +"aUL" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/chapel/office) +"aUM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"aUN" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"aUO" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/machinery/camera{ + c_tag = "Medbay Lobby West" + }, +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/reception) +"aUP" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -5; + pixel_y = 30 + }, +/obj/structure/table, +/obj/item/folder/white, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"aUQ" = ( +/turf/simulated/wall, +/area/crew_quarters/toilet) +"aUR" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aUS" = ( +/turf/simulated/wall, +/area/crew_quarters/bar) +"aUT" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/dorms) +"aUU" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aUV" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aUW" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aUX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"aUY" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/electrical) +"aUZ" = ( +/turf/space, +/area/hallway/secondary/entry) +"aVa" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access_txt = "1" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aVb" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aVc" = ( +/turf/simulated/wall, +/area/security/checkpoint2) +"aVd" = ( +/obj/machinery/camera{ + c_tag = "Arrivals East"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"aVe" = ( +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aVf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + layer = 3.3; + master_tag = "sol_airlock"; + name = "interior access button"; + pixel_x = -25; + pixel_y = -25 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"aVg" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/storage/primary) +"aVh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aVi" = ( +/turf/simulated/wall, +/area/storage/primary) +"aVj" = ( +/turf/simulated/wall/r_wall, +/area/storage/primary) +"aVk" = ( +/obj/structure/closet/secure_closet/freezer/money, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/nuke_storage) +"aVl" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "vault" + }, +/area/security/nuke_storage) +"aVm" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/security/nuke_storage) +"aVn" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/structure/table/reinforced, +/obj/structure/closet/fireaxecabinet{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/nuke_storage) +"aVo" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/instrument/eguitar, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/dorms) +"aVp" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/dorms) +"aVq" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/crew_quarters/dorms) +"aVr" = ( +/obj/machinery/gateway{ + density = 0 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/effect/landmark{ + name = "JoinLateGateway" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/gateway) +"aVs" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/instrument/piano_synth, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/dorms) +"aVt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"aVu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"aVv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"aVw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Dormitory East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aVx" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" + }, +/area/medical/reception) +"aVy" = ( +/obj/structure/table/glass, +/obj/item/hand_labeler, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; + name = "Chemistry Cleaner" + }, +/obj/machinery/door_control{ + desc = "A remote control switch for the medbay foyer."; + id = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter Control"; + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"aVz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"aVA" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aVB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door_control{ + id = "maint2"; + name = "Blast Control Door B"; + pixel_x = -28; + pixel_y = 4 + }, +/obj/machinery/door_control{ + id = "maint1"; + name = "Blast Control Door A"; + pixel_x = -28; + pixel_y = -6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aVC" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/toilet) +"aVD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aVE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aVF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aVG" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aVH" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aVI" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + desc = "Lube off, pal."; + dir = 8; + icon_state = "open"; + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter"; + opacity = 0 + }, +/obj/structure/sign/chemistry, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"aVJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aVK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aVL" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"aVM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aVN" = ( +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aVO" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"aVP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/grille/broken, +/obj/structure/window/basic{ + dir = 4 + }, +/obj/structure/window/basic, +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aVQ" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "maint1"; + name = "Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aVR" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"aVS" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/arrival/station) +"aVT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aVU" = ( +/obj/machinery/light, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/clownoffice) +"aVV" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6"; + tag = "icon-swall_f6" + }, +/area/shuttle/arrival/station) +"aVW" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10"; + tag = "icon-swall_f10" + }, +/area/shuttle/arrival/station) +"aVX" = ( +/obj/machinery/door/unpowered/shuttle, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aVY" = ( +/obj/structure/window/full/shuttle{ + icon_state = "window4" + }, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/arrival/station) +"aVZ" = ( +/obj/structure/window/full/shuttle{ + icon_state = "window8" + }, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/arrival/station) +"aWa" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall14" + }, +/area/shuttle/arrival/station) +"aWb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aWc" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/checkpoint2) +"aWd" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/security/checkpoint2) +"aWe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "sol_inner"; + locked = 1; + name = "Arrivals External Access"; + req_access = null + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry) +"aWf" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 30 + }, +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/checkpoint2) +"aWg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aWh" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + name = "Security Requests Console"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/checkpoint2) +"aWi" = ( +/obj/structure/table, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/item/wirecutters, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aWj" = ( +/obj/machinery/biogenerator, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aWk" = ( +/obj/machinery/vending/assist, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aWl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aWm" = ( +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Primary Tool Storage" + }, +/obj/machinery/requests_console{ + department = "Tool Storage"; + name = "Tool Storage Requests Console"; + pixel_y = 30 + }, +/obj/item/assembly/igniter{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/assembly/igniter, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aWn" = ( +/obj/structure/table, +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/item/t_scanner, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aWo" = ( +/obj/structure/table, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/multitool, +/obj/item/multitool{ + pixel_x = 4 + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aWp" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aWq" = ( +/obj/structure/table, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aWr" = ( +/obj/structure/table, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aWs" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "vault" + }, +/area/security/nuke_storage) +"aWt" = ( +/obj/machinery/vending/tool, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aWu" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/security/nuke_storage) +"aWv" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "vault" + }, +/area/security/nuke_storage) +"aWw" = ( +/obj/machinery/nuclearbomb{ + r_code = "LOLNO" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/nuke_storage) +"aWx" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/security/nuke_storage) +"aWy" = ( +/obj/machinery/bodyscanner, +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aWz" = ( +/obj/machinery/cryopod/right, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/crew_quarters/sleep) +"aWA" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aWB" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aWC" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/dorms) +"aWD" = ( +/obj/structure/table/wood, +/obj/item/ashtray/bronze, +/turf/simulated/floor/carpet, +/area/crew_quarters/dorms) +"aWE" = ( +/obj/structure/table/wood, +/obj/item/lighter/random, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/turf/simulated/floor/carpet, +/area/crew_quarters/dorms) +"aWF" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/wood, +/area/crew_quarters/dorms) +"aWG" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/crew_quarters/dorms) +"aWH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/crew_quarters/dorms) +"aWI" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"aWJ" = ( +/mob/living/simple_animal/walrus{ + name = "Джеди" + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/crew_quarters/dorms) +"aWK" = ( +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/crew_quarters/dorms) +"aWL" = ( +/obj/structure/table, +/obj/item/clothing/under/swimsuit/red, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/crew_quarters/dorms) +"aWM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/crew_quarters/dorms) +"aWN" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"aWO" = ( +/obj/structure/table/glass, +/obj/item/stack/packageWrap, +/obj/item/reagent_scanner/adv, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/machinery/camera{ + c_tag = "Medbay Chemistry North" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"aWP" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/crew_quarters/dorms) +"aWQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"aWR" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/chem_master, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/medical/chemistry) +"aWS" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper/precision, +/obj/effect/decal/warning_stripes/northwest, +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/medical/chemistry) +"aWT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "vault"; + tag = "icon-vault" + }, +/area/crew_quarters/dorms) +"aWU" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/dorms) +"aWV" = ( +/obj/item/stack/rods{ + amount = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aWW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/dorms) +"aWX" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/vending/artvend, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/crew_quarters/dorms) +"aWY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"aWZ" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aXa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aXb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aXc" = ( +/obj/machinery/crema_switch{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/chapel/office) +"aXd" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Crematorium Maintenance"; + req_access_txt = "27" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/maintenance/fsmaint2) +"aXe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/chapel/office) +"aXf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/crew_quarters/dorms) +"aXg" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/chapel/office) +"aXh" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/driver_button{ + id_tag = "chapelgun"; + name = "Chapel Mass Driver"; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/chapel/main) +"aXi" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"aXj" = ( +/obj/structure/morgue, +/obj/machinery/camera{ + c_tag = "Chapel Crematorium"; + dir = 4 + }, +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/chapel/office) +"aXk" = ( +/obj/machinery/alarm{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/chapel/office) +"aXl" = ( +/obj/machinery/door/poddoor{ + id_tag = "chapelgun"; + name = "Chapel Launcher Door"; + protected = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/chapel/main) +"aXm" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall11" + }, +/area/shuttle/arrival/station) +"aXn" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4; + icon_state = "burst_r" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/arrival/station) +"aXo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/chapel/office) +"aXp" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall7" + }, +/area/shuttle/arrival/station) +"aXq" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + cell_type = 15000; + dir = 4; + name = "Cryo and Arrivals Super APC"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"aXr" = ( +/obj/effect/landmark{ + name = "HONKsquad" + }, +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aXs" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aXt" = ( +/obj/machinery/computer/arcade, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aXu" = ( +/obj/structure/closet/wardrobe/black, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aXv" = ( +/obj/structure/closet/wardrobe/xenos, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aXw" = ( +/obj/structure/closet/wardrobe/mixed, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aXx" = ( +/obj/structure/closet/wardrobe/grey, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aXy" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aXz" = ( +/obj/effect/landmark{ + name = "HONKsquad" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aXA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/security/checkpoint2) +"aXB" = ( +/obj/structure/closet, +/obj/item/crowbar, +/obj/item/flash, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/security/checkpoint2) +"aXC" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/checkpoint2) +"aXD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/security/checkpoint2) +"aXE" = ( +/obj/item/radio/intercom/department/security{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/security/checkpoint2) +"aXF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/security/checkpoint2) +"aXG" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aXH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aXI" = ( +/obj/structure/table/glass, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aXJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aXK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aXL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock{ + name = "Garden" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aXM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aXN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aXO" = ( +/obj/machinery/camera{ + c_tag = "Vault"; + dir = 4 + }, +/obj/structure/closet/crate{ + name = "Gold Crate" + }, +/obj/item/stack/sheet/mineral/gold{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/gold{ + pixel_y = 2 + }, +/obj/item/stack/sheet/mineral/gold{ + pixel_x = 1; + pixel_y = -2 + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/item/storage/belt/champion, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/security/nuke_storage) +"aXP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/security/nuke_storage) +"aXQ" = ( +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aXR" = ( +/obj/item/coin/silver{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/coin/silver{ + pixel_x = 12; + pixel_y = 7 + }, +/obj/item/coin/silver{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/coin/silver{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/coin/silver{ + pixel_x = 5; + pixel_y = -8 + }, +/obj/structure/closet/crate{ + name = "Silver Crate" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/security/nuke_storage) +"aXU" = ( +/obj/item/flag/mime, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"aXV" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"aXW" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aXX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aXY" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aXZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aYa" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aYb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/tank/emergency_oxygen, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aYc" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aYd" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"aYe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/mob/living/carbon/human/monkey/punpun, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"aYf" = ( +/obj/machinery/computer/card, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/bridge) +"aYg" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greencorner" + }, +/area/bridge) +"aYh" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"aYi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aYj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aYk" = ( +/obj/structure/table, +/obj/item/scalpel, +/obj/item/autopsy_scanner, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"aYl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"aYn" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/storage/office) +"aYo" = ( +/obj/machinery/requests_console{ + department = "Morgue"; + departmentType = 5; + name = "Morgue Requests Console"; + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "Medbay Coroner" + }, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"aYp" = ( +/obj/effect/landmark{ + name = "JoinLateCryo" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/crew_quarters/sleep) +"aYq" = ( +/obj/structure/closet/wardrobe/coroner, +/obj/item/reagent_containers/glass/bottle/reagent/formaldehyde, +/obj/item/reagent_containers/dropper, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"aYr" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"aYs" = ( +/obj/machinery/cryopod/right, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/crew_quarters/sleep) +"aYt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/folder/yellow, +/obj/item/stamp/ce, +/obj/item/book/manual/sop_engineering, +/obj/item/storage/fancy/cigarettes, +/obj/item/lighter/zippo, +/obj/item/pen/multi, +/obj/item/enginepicker{ + layer = 3.1 + }, +/obj/item/paper_bin/nanotrasen, +/obj/item/paper/tcommskey, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"aYu" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/door/window/southleft{ + name = "EVA Equipment" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"aYv" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/crew_quarters/sleep) +"aYw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/crew_quarters/sleep) +"aYx" = ( +/obj/structure/crematorium, +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/chapel/office) +"aYy" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/door/window/southright{ + name = "EVA Equipment" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"aYz" = ( +/obj/machinery/camera{ + c_tag = "Chapel North" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/chapel/main) +"aYA" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/chapel/main) +"aYB" = ( +/obj/structure/closet/coffin, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"aYC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"aYD" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6" + }, +/area/shuttle/escape) +"aYE" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aYF" = ( +/obj/structure/closet/coffin, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"aYG" = ( +/obj/structure/closet/coffin, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"aYH" = ( +/obj/machinery/computer/emergency_shuttle, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/shuttle/escape) +"aYI" = ( +/obj/machinery/computer/cryopod{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/crew_quarters/sleep) +"aYJ" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"aYK" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aYL" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aYM" = ( +/turf/simulated/shuttle/floor, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/arrival/station) +"aYN" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/arrival/station) +"aYO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aYP" = ( +/turf/simulated/wall, +/area/chapel/main) +"aYQ" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/chapel/main) +"aYR" = ( +/turf/simulated/wall/r_wall, +/area/chapel/main) +"aYS" = ( +/turf/simulated/wall/r_wall, +/area/escapepodbay) +"aYT" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/arrival/station) +"aYU" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/escape) +"aYV" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/arrival/station) +"aYW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aYX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aYY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aYZ" = ( +/obj/effect/landmark{ + name = "JoinLate" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aZa" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/checkpoint2) +"aZb" = ( +/obj/item/radio, +/obj/item/radio/intercom/department/security{ + pixel_y = -28 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/security/checkpoint2) +"aZc" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aZd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aZe" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/stack/cable_coil{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/item/stack/tape_roll, +/obj/item/stack/tape_roll, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aZf" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/checkpoint2) +"aZg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aZh" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/checkpoint2) +"aZi" = ( +/mob/living/simple_animal/mouse/brown/Tom, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "vault" + }, +/area/security/nuke_storage) +"aZj" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/cultivator, +/obj/item/hatchet, +/obj/item/crowbar, +/obj/item/plant_analyzer, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aZk" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/security/nuke_storage) +"aZl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/chapel/main) +"aZm" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/chapel/main) +"aZn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"aZo" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "vault" + }, +/area/security/nuke_storage) +"aZp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/security/nuke_storage) +"aZq" = ( +/obj/structure/safe{ + known_by = list("captain") + }, +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/item/clothing/head/bearpelt, +/obj/item/folder/documents, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/item/lighter/zippo/nt_rep, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/stack/spacecash/c1000{ + amount = 100000 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/security/nuke_storage) +"aZr" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"aZs" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aZt" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/dorms) +"aZu" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/crew_quarters/dorms) +"aZv" = ( +/turf/simulated/floor/carpet, +/area/crew_quarters/dorms) +"aZw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/closet/athletic_mixed, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/crew_quarters/dorms) +"aZx" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"aZy" = ( +/mob/living/simple_animal/hostile/retaliate/carp/koi{ + name = "Jeremy" + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/crew_quarters/dorms) +"aZz" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/crew_quarters/dorms) +"aZA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"aZB" = ( +/obj/machinery/computer/card/minor/ce, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"aZC" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/dorms) +"aZD" = ( +/obj/effect/decal/warning_stripes/white, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/dorms) +"aZE" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/crew_quarters/dorms) +"aZF" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/chapel/main) +"aZG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/crew_quarters/dorms) +"aZH" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/vending/autodrobe, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/crew_quarters/dorms) +"aZI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"aZJ" = ( +/obj/machinery/light, +/obj/structure/closet/boxinggloves, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/crew_quarters/dorms) +"aZK" = ( +/obj/structure/closet/masks, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/crew_quarters/dorms) +"aZL" = ( +/obj/structure/table/wood, +/obj/item/pen/red{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/paper_bin, +/obj/item/toy/crayon/mime, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"aZM" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"aZN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"aZO" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/bobross{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"aZP" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry) +"aZQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aZR" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"aZS" = ( +/obj/machinery/cryopod/robot, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"aZT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"aZU" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/filingcabinet/chestdrawer/autopsy, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"aZV" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aZW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/security/checkpoint2) +"aZX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"aZY" = ( +/obj/machinery/camera{ + c_tag = "Security Checkpoint"; + dir = 1 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/security/checkpoint2) +"aZZ" = ( +/obj/item/gun/throw/crossbow, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"baa" = ( +/obj/item/reagent_containers/food/snacks/grown/banana, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bab" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "Garden"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"bac" = ( +/obj/item/clothing/suit/soldiercoat, +/obj/structure/table, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bad" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bae" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"baf" = ( +/turf/simulated/floor/plating, +/area/gateway) +"bag" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"bah" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/machinery/suit_storage_unit/clown, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bai" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/machinery/suit_storage_unit/mime, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"baj" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/shoes/magboots{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/clothing/shoes/magboots{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bak" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bal" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bam" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/gateway) +"ban" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/gateway) +"bao" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/stack/packageWrap, +/turf/simulated/floor/wood, +/area/library) +"bap" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"baq" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bar" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bas" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bat" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bau" = ( +/turf/simulated/wall, +/area/library) +"bav" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/structure/table/wood, +/obj/item/dice/d20, +/obj/item/dice, +/obj/item/storage/box/characters, +/turf/simulated/floor/wood, +/area/library) +"baw" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bax" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/wood, +/area/library) +"bay" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/chapel/main) +"baz" = ( +/turf/simulated/wall, +/area/chapel/office) +"baA" = ( +/obj/structure/rack, +/obj/item/storage/fancy/candle_box/full, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/chapel/main) +"baB" = ( +/obj/structure/closet/coffin, +/obj/machinery/door/window/eastleft{ + dir = 2; + name = "Coffin Storage"; + req_access_txt = "22" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"baC" = ( +/obj/structure/closet/coffin, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"baD" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"baE" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/fore) +"baF" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"baG" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/tank/emergency_oxygen/engi, +/obj/item/tank/emergency_oxygen/engi, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/escapepodbay) +"baH" = ( +/obj/machinery/camera{ + c_tag = "Departure Lounge Podbay" + }, +/obj/machinery/door_control{ + desc = "A remote control-switch for the pod doors."; + id = "escapepodbay"; + name = "Pod Door Control"; + pixel_y = 24; + req_access_txt = "13" + }, +/turf/simulated/floor/engine, +/area/escapepodbay) +"baI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Crematorium"; + req_access_txt = "27" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"baJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"baK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"baL" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Bar Office Maintenance"; + req_access_txt = "25" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"baM" = ( +/obj/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"baN" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/crowbar/red, +/turf/simulated/floor/plasteel, +/area/escapepodbay) +"baO" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/stock_parts/cell, +/obj/item/flashlight, +/turf/simulated/floor/plasteel, +/area/escapepodbay) +"baP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"baQ" = ( +/obj/machinery/alarm{ + pixel_y = 25 + }, +/turf/simulated/floor/engine, +/area/escapepodbay) +"baR" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/escapepodbay) +"baS" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"baT" = ( +/turf/simulated/floor/engine, +/area/escapepodbay) +"baU" = ( +/obj/structure/spacepoddoor{ + luminosity = 3 + }, +/turf/simulated/floor/engine, +/area/escapepodbay) +"baV" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/engine/vacuum, +/area/escapepodbay) +"baW" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/escape) +"baX" = ( +/obj/structure/table/reinforced, +/obj/item/flash, +/obj/item/restraints/handcuffs, +/obj/item/folder/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape) +"baY" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/shuttle/escape) +"baZ" = ( +/obj/structure/window/full/shuttle, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/arrival/station) +"bba" = ( +/obj/effect/landmark{ + name = "Observer-Start" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"bbb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bbc" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bbd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2 (EAST)" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bbe" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bbf" = ( +/obj/machinery/door/airlock/vault{ + icon_state = "door_locked"; + locked = 1; + req_access_txt = "53" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/security/nuke_storage) +"bbg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + id_tag = "Cryogenics"; + name = "Cryodorms" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/crew_quarters/sleep) +"bbh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bbi" = ( +/obj/machinery/vending/cola, +/obj/machinery/camera{ + c_tag = "Dormitories North-West" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bbj" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"bbk" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/crew_quarters/dorms) +"bbl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"bbm" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"bbn" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/crew_quarters/dorms) +"bbo" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "ramptop"; + tag = "icon-stage_stairs" + }, +/area/crew_quarters/dorms) +"bbp" = ( +/obj/structure/table, +/obj/item/weldingtool, +/obj/item/crowbar, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"bbq" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/security/nuke_storage) +"bbr" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/north) +"bbs" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/junction{ + dir = 4; + tag = "icon-pipe-j1 (EAST)" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bbt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"bbu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/crew_quarters/dorms) +"bbv" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/crew_quarters/dorms) +"bbw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bby" = ( +/obj/machinery/camera{ + c_tag = "Medbay Morgue" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bbz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + name = "Kitchen"; + sortType = 20; + tag = "icon-pipe-j1s (EAST)" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bbA" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"bbB" = ( +/obj/structure/closet/secure_closet/mime, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"bbC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bbD" = ( +/obj/effect/landmark/start{ + name = "Mime" + }, +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"bbE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/spawner/random_spawners/grille_often, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bbF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "maint2"; + name = "Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bbG" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bbH" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/baguette, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bbI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bbJ" = ( +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/storage/backpack/duffel/clown, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bbK" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bbL" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/suit_storage_unit/standard_unit, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bbM" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + anchored = 1 + }, +/turf/simulated/floor/engine/n2, +/area/atmos) +"bbN" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bbO" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + anchored = 1 + }, +/turf/simulated/floor/engine/o2, +/area/atmos) +"bbP" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bbQ" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/machinery/suit_storage_unit/standard_unit, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bbR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bbS" = ( +/obj/structure/closet/emcloset{ + icon_state = "emergencyopen"; + opened = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bbT" = ( +/obj/structure/rack, +/obj/item/tank/oxygen, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bbU" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bbV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bbW" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + icon_state = "pipe-j2s"; + name = "Chapel"; + sortType = 17 + }, +/turf/simulated/wall, +/area/crew_quarters/kitchen) +"bbX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bbY" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bbZ" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bca" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bcb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + icon_state = "pipe-j2s"; + name = "Chapel"; + sortType = 17 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bcc" = ( +/obj/structure/window/reinforced, +/obj/machinery/vending/cigarette, +/turf/simulated/floor/wood, +/area/crew_quarters/dorms) +"bcd" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/paicard, +/turf/simulated/floor/wood, +/area/crew_quarters/dorms) +"bce" = ( +/obj/structure/window/reinforced, +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/dorms) +"bcf" = ( +/obj/structure/window/reinforced, +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/dorms) +"bcg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bch" = ( +/obj/structure/chair/office/dark, +/obj/machinery/camera{ + c_tag = "Library North" + }, +/turf/simulated/floor/wood, +/area/library) +"bci" = ( +/obj/structure/chair/office/dark, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/wood, +/area/library) +"bcj" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/wood, +/area/library) +"bck" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bcl" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/escapepodbay) +"bcm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bcn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"bco" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/wood, +/area/library) +"bcp" = ( +/turf/simulated/floor/wood, +/area/library) +"bcq" = ( +/obj/structure/closet/secure_closet/chaplain, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"bcr" = ( +/turf/simulated/shuttle/floor, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10" + }, +/area/shuttle/arrival/station) +"bcs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"bct" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bcu" = ( +/obj/structure/table/wood, +/obj/item/pen, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/carpet/black, +/area/chapel/office) +"bcv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bcw" = ( +/obj/machinery/alarm{ + pixel_y = 25 + }, +/obj/machinery/camera{ + c_tag = "Chapel Chaplain's Office" + }, +/obj/structure/table/wood, +/obj/item/lighter/zippo/black, +/turf/simulated/floor/carpet/black, +/area/chapel/office) +"bcx" = ( +/turf/simulated/floor/carpet/black, +/area/chapel/office) +"bcy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/crew_quarters/dorms) +"bcz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"bcA" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bcB" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/storage/fancy/crayons, +/obj/machinery/light_switch{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"bcC" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"bcD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bcE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"bcF" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/chapel/main) +"bcG" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Lounge" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bcH" = ( +/turf/simulated/floor/plasteel, +/area/escapepodbay) +"bcI" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/escapepodbay) +"bcJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/escape) +"bcK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape) +"bcL" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape) +"bcM" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bcN" = ( +/obj/machinery/light, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"bcO" = ( +/obj/item/radio/intercom{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/carpet/black, +/area/chapel/office) +"bcP" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/chapel/main) +"bcQ" = ( +/obj/structure/table/glass, +/obj/item/storage/bag/plants/portaseeder, +/obj/item/plant_analyzer, +/obj/machinery/light_switch{ + name = "light switch "; + pixel_x = -6; + pixel_y = -25 + }, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"bcR" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plating, +/area/chapel/main) +"bcS" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/eastleft{ + name = "Hydroponics Desk"; + req_access_txt = "35" + }, +/obj/machinery/door/window/northleft{ + dir = 8; + name = "Kitchen Desk"; + req_access_txt = "28" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/hydroponics) +"bcT" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/clothing/gloves/color/fyellow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"bcU" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -32 + }, +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bcV" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/chapel/main) +"bcW" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitecorner" + }, +/area/hallway/secondary/entry) +"bcX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint"; + req_access = null; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/security/checkpoint2) +"bcY" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"bcZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/hallway/primary/port) +"bda" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/crew_quarters/dorms) +"bdb" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/analyzer, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"bdc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"bdd" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"bde" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"bdf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"bdg" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"bdh" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"bdi" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/bridge) +"bdj" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"bdk" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"bdl" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"bdm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bdn" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bdo" = ( +/obj/item/flag/clown, +/turf/simulated/floor/wood, +/area/clownoffice) +"bdp" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/bananalamp, +/obj/item/reagent_containers/food/snacks/pie, +/obj/machinery/alarm{ + pixel_y = 23 + }, +/turf/simulated/floor/wood, +/area/clownoffice) +"bdq" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = 32 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bdr" = ( +/obj/structure/table/wood, +/obj/item/stamp/clown, +/turf/simulated/floor/wood, +/area/clownoffice) +"bds" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/spray/waterflower, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/camera{ + c_tag = "Mime's Office"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"bdt" = ( +/obj/structure/statue/tranquillite/mime, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"bdu" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"bdv" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/north) +"bdw" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/item/flag/nt, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/hallway/primary/central/north) +"bdx" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/rh, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"bdy" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/suit_storage_unit/standard_unit, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bdz" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bdA" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bdB" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/machinery/suit_storage_unit/standard_unit, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bdC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bdD" = ( +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/north) +"bdE" = ( +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/obj/structure/rack, +/obj/item/tank/emergency_oxygen, +/obj/item/tank/emergency_oxygen/engi{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bdF" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/fore) +"bdG" = ( +/obj/machinery/portable_atmospherics/canister/air{ + anchored = 1 + }, +/turf/simulated/floor/engine/air, +/area/atmos) +"bdH" = ( +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"bdI" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 1; + name = "Dormitories" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"bdJ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/structure/closet/chefcloset, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"bdK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"bdL" = ( +/obj/machinery/door/window/southleft{ + name = "Kitchen Delivery"; + req_access_txt = "28" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"bdM" = ( +/obj/machinery/camera{ + c_tag = "Kitchen Freezer" + }, +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo"; + pixel_x = -5 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"bdN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bdO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bdP" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/bridge) +"bdQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bdR" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bdS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bdT" = ( +/turf/simulated/wall, +/area/crew_quarters/kitchen) +"bdU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"bdV" = ( +/obj/machinery/alarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Hydroponics Storage" + }, +/obj/structure/closet/crate/hydroponics/prespawned, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bdW" = ( +/obj/structure/table, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/reagentgrinder, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bdX" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bdY" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "chapelgun" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window{ + dir = 1; + name = "Mass Driver"; + req_access_txt = "22" + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/chapel/main) +"bdZ" = ( +/obj/effect/decal/warning_stripes/south, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bea" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/sign/chinese{ + pixel_x = -32; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"beb" = ( +/turf/simulated/wall, +/area/hydroponics) +"bec" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"bed" = ( +/obj/effect/decal/warning_stripes/south, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bee" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bef" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/crew_quarters/dorms) +"beg" = ( +/obj/effect/decal/warning_stripes/south, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"beh" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5"; + tag = "icon-swall_f5" + }, +/area/shuttle/arrival/station) +"bei" = ( +/obj/structure/table, +/obj/item/book/manual/hydroponics_pod_people, +/obj/item/paper/hydroponics, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bej" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall13" + }, +/area/shuttle/arrival/station) +"bek" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/library) +"bel" = ( +/obj/structure/rack, +/obj/item/storage/bible, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bem" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/item/pen, +/turf/simulated/floor/wood, +/area/library) +"ben" = ( +/obj/structure/table/wood, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/library) +"beo" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/library) +"bep" = ( +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/simulated/floor/wood, +/area/library) +"beq" = ( +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"ber" = ( +/obj/structure/table/wood, +/obj/item/stack/tile/carpet/black{ + amount = 10 + }, +/turf/simulated/floor/carpet/black, +/area/chapel/office) +"bes" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"bet" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Chaplain" + }, +/turf/simulated/floor/carpet/black, +/area/chapel/office) +"beu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/north) +"bev" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/central/north) +"bew" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bex" = ( +/obj/machinery/requests_console{ + department = "Arrival Shuttle"; + name = "Arrival Shuttle Requests Console"; + pixel_y = -30 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"bey" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4; + icon_state = "burst_l" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/arrival/station) +"bez" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"beC" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape) +"beE" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/toilet) +"beF" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"beG" = ( +/obj/machinery/light, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"beH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"beI" = ( +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"beJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"beK" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"beL" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"beM" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"beN" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"beO" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/hallway/primary/port) +"beP" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"beQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Garden" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"beR" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/storage/primary) +"beS" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"beT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"beU" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/storage/primary) +"beV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/crew_quarters/dorms) +"beW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"beX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "E.V.A."; + req_one_access_txt = "18" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"beY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"beZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2 (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bfa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/tranquillite{ + name = "Mime's Office"; + req_access_txt = "46" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mimeoffice) +"bfb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/poolcontroller{ + pixel_y = -25; + srange = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bfc" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bfd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bfe" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/gateway) +"bff" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"bfg" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/ai_monitored/storage/eva) +"bfh" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/structure/sign/securearea, +/turf/simulated/floor/plating, +/area/ai_monitored/storage/eva) +"bfi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/machinery/camera{ + c_tag = "Dormitory Center"; + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bfj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bfk" = ( +/obj/machinery/requests_console{ + department = "Bar"; + departmentType = 2; + name = "Bar Requests Console"; + pixel_y = 30 + }, +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/beer, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"bfl" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"bfm" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"bfn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bfo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 4; + tag = "icon-pipe-j1 (EAST)" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"bfp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2 (EAST)" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"bfq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bfr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bfs" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"bft" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"bfu" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "ai_outer"; + locked = 1; + name = "MiniSat External Access"; + req_access = null; + req_access_txt = "75;13" + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"bfv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bfw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Kitchen Maintenance"; + req_access_txt = "28" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bfx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bfy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light, +/obj/machinery/atm{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bfz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bfA" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Clown" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/wood, +/area/clownoffice) +"bfB" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bfC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"bfD" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/structure/closet/secure_closet/hydroponics, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bfE" = ( +/mob/living/simple_animal/hostile/retaliate/goat, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"bfF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/closet/secure_closet/hydroponics, +/obj/machinery/atmospherics/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bfG" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + name = "Botany"; + sortType = 21; + tag = "icon-pipe-j1s (EAST)" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bfH" = ( +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/hydroponics) +"bfI" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "46" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bfJ" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/hydroponics) +"bfK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "maint1"; + name = "Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bfL" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 13; + pixel_y = 5 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_y = 3 + }, +/obj/item/watertank, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bfM" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/storage/office) +"bfN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bfO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bfP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bfQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bfR" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bfS" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/chapel/main) +"bfT" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"bfU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/library) +"bfV" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/black, +/area/chapel/office) +"bfW" = ( +/obj/structure/rack, +/obj/item/storage/fancy/candle_box/full{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/fancy/candle_box/full, +/obj/item/storage/fancy/candle_box/full{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bfX" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"bfY" = ( +/obj/structure/table/wood, +/obj/item/book/manual/sop_service, +/turf/simulated/floor/wood, +/area/library) +"bfZ" = ( +/obj/structure/table/wood, +/obj/structure/disposalpipe/segment, +/obj/item/book/manual/sop_general, +/turf/simulated/floor/wood, +/area/library) +"bga" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/obj/item/eftpos, +/turf/simulated/floor/carpet/black, +/area/chapel/office) +"bgb" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/chapel/main) +"bgc" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/engine, +/area/escapepodbay) +"bgd" = ( +/obj/structure/spacepoddoor{ + luminosity = 3 + }, +/obj/machinery/door/poddoor/multi_tile/four_tile_ver{ + id_tag = "escapepodbay"; + req_one_access_txt = "13" + }, +/turf/simulated/floor/engine, +/area/escapepodbay) +"bge" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9"; + tag = "icon-swall_f9" + }, +/area/shuttle/arrival/station) +"bgf" = ( +/obj/structure/table/wood, +/obj/item/candle, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bgg" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/chapel/office) +"bgh" = ( +/obj/machinery/camera{ + c_tag = "Port Hallway 2" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bgi" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bgj" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/chips, +/obj/item/reagent_containers/food/drinks/cans/cola, +/turf/simulated/floor/carpet, +/area/hallway/secondary/entry) +"bgk" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bgl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bgm" = ( +/obj/machinery/light, +/turf/simulated/floor/engine, +/area/escapepodbay) +"bgn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 24; + tag = "icon-direction_evac (EAST)" + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = 32; + tag = "icon-direction_med (EAST)" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bgq" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bgr" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bgs" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "Office Supplies"; + dir = 4 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/storage/office) +"bgt" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry) +"bgu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bgv" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hallway/secondary/entry) +"bgw" = ( +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 25 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bgx" = ( +/obj/structure/table, +/obj/item/camera_film{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/camera_film{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/storage/office) +"bgy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external{ + name = "Arrival Airlock" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry) +"bgz" = ( +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bgA" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bgB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bgC" = ( +/obj/structure/sign/double/map/left{ + pixel_y = 31 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bgD" = ( +/obj/structure/sign/double/map/right{ + pixel_y = 31 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bgE" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bgF" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bgG" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bgH" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 0; + pixel_x = -28 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bgI" = ( +/obj/item/radio/beacon, +/obj/machinery/camera{ + c_tag = "Arrivals South" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bgJ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bgK" = ( +/obj/machinery/gateway{ + dir = 10 + }, +/obj/effect/landmark{ + name = "JoinLateGateway" + }, +/obj/machinery/camera{ + c_tag = "Gateway"; + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/gateway) +"bgL" = ( +/obj/machinery/gateway{ + dir = 6 + }, +/obj/effect/landmark{ + name = "JoinLateGateway" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/gateway) +"bgM" = ( +/obj/structure/table/glass, +/obj/item/hatchet, +/obj/item/cultivator, +/obj/item/crowbar, +/obj/item/plant_analyzer, +/obj/item/reagent_containers/glass/bucket, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/hallway/secondary/construction{ + name = "\improper Garden" + }) +"bgN" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/machinery/suit_storage_unit/standard_unit, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bgO" = ( +/obj/machinery/door/airlock/maintenance{ + name = "E.V.A. Maintenance"; + req_one_access_txt = "18" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bgP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/hallway/primary/central/nw) +"bgQ" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "Tool Storage" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"bgR" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Chapel Funeral Processing East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bgS" = ( +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/nw) +"bgT" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/crew_quarters/mrchangs) +"bgU" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/north) +"bgV" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/nw) +"bgW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "L11" + }, +/area/hallway/primary/central/north) +"bgX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bgY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/storage/office) +"bgZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bha" = ( +/turf/simulated/floor/plasteel{ + icon_state = "L1" + }, +/area/hallway/primary/central/north) +"bhb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "L3" + }, +/area/hallway/primary/central/north) +"bhc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "L5" + }, +/area/hallway/primary/central/north) +"bhd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/north) +"bhe" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bhf" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bhg" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/ne) +"bhh" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/hallway/primary/central/north) +"bhi" = ( +/obj/structure/statue/bananium/clown, +/obj/machinery/camera{ + c_tag = "Clown's Office"; + dir = 4 + }, +/turf/simulated/floor/wood, +/area/clownoffice) +"bhj" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/soldieruniform, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/clownoffice) +"bhk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/clownoffice) +"bhl" = ( +/obj/item/clothing/suit/hooded/hoodie/nt, +/obj/structure/table, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bhm" = ( +/turf/simulated/floor/carpet, +/area/hallway/secondary/entry) +"bhn" = ( +/obj/item/stack/sheet/metal{ + amount = 10 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"bho" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bhp" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bhq" = ( +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"bhr" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"bhs" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/camera{ + c_tag = "Dormitories Toilets"; + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/toilet) +"bht" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"bhu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Hydroponics Maintenance"; + req_access_txt = "35" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bhv" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry) +"bhw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"bhx" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/library) +"bhy" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "ai_inner"; + locked = 1; + name = "MiniSat External Access"; + req_access = null; + req_access_txt = "75;13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"bhz" = ( +/obj/machinery/photocopier{ + toner = 0 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/storage/office) +"bhA" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet/black, +/area/chapel/office) +"bhB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/black, +/area/chapel/office) +"bhC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bhD" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bhE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/hallway/secondary/entry) +"bhF" = ( +/obj/structure/table, +/obj/item/vending_refill/snack{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/vending_refill/cola, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/storage/office) +"bhG" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/gateway) +"bhH" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/gateway) +"bhI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/gateway) +"bhJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/gateway) +"bhK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bhL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/hallway/secondary/entry) +"bhM" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/smartfridge/disks, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"bhN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/hallway/secondary/entry) +"bhO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/hallway/secondary/entry) +"bhP" = ( +/obj/structure/table, +/obj/item/radio{ + pixel_y = 6 + }, +/obj/item/radio{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/radio{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/radio, +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/gateway) +"bhQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/hallway/secondary/entry) +"bhR" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bhS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Primary Tool Storage" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"bhT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Primary Tool Storage" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/storage/primary) +"bhU" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/structure/window/reinforced, +/obj/machinery/suit_storage_unit/standard_unit, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bhV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/north) +"bhW" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"bhX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"bhY" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bhZ" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bia" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/library) +"bib" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bic" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/escape) +"bid" = ( +/obj/machinery/vending/snack, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bie" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bif" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/closet/secure_closet/hydroponics, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"big" = ( +/turf/simulated/wall, +/area/escapepodbay) +"bih" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/library) +"bii" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bij" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/library) +"bim" = ( +/obj/machinery/status_display, +/turf/simulated/shuttle/wall{ + icon_state = "swall14"; + tag = "icon-swall14" + }, +/area/shuttle/escape) +"bin" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Escape Shuttle Cockpit"; + req_access_txt = "19" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape) +"bio" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bip" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"biq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"bir" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Chapel Office Maintenance"; + req_access_txt = "27" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bis" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"bit" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"biu" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/ai_monitored/storage/eva) +"biv" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hallway/secondary/entry) +"biw" = ( +/obj/machinery/newscaster{ + pixel_y = -30 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"bix" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"biy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"biz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"biA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/hallway/secondary/entry) +"biB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"biC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"biD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"biE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"biF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"biG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"biH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/hallway/primary/central/nw) +"biI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "L7" + }, +/area/hallway/primary/central/north) +"biJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"biK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "L9" + }, +/area/hallway/primary/central/north) +"biL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"biM" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/item/stack/sheet/rglass{ + amount = 50; + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"biN" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/storage/toolbox/electrical{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"biO" = ( +/turf/simulated/floor/plasteel{ + desc = ""; + icon_state = "L13" + }, +/area/hallway/primary/central/north) +"biP" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"biQ" = ( +/obj/structure/statue/chickenstatue, +/obj/machinery/camera{ + c_tag = "Mr. Chang's" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"biR" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"biS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"biT" = ( +/obj/structure/table/wood, +/obj/item/kitchen/utensil/fork, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"biU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"biV" = ( +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"biW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"biX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/toilet) +"biY" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"biZ" = ( +/obj/machinery/camera{ + c_tag = "Bar Storage" + }, +/obj/structure/table/wood, +/obj/machinery/reagentgrinder, +/obj/item/reagent_containers/dropper, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bja" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"bjb" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1379; + id_tag = "ai_pump" + }, +/obj/machinery/airlock_sensor{ + id_tag = "ai_sensor"; + pixel_x = 12; + pixel_y = 25 + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "ai_airlock"; + pixel_y = 25; + tag_airpump = "ai_pump"; + tag_chamber_sensor = "ai_sensor"; + tag_exterior_door = "ai_outer"; + tag_interior_door = "ai_inner" + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"bjc" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/structure/closet/secure_closet/bar{ + req_access_txt = "25" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bjd" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bje" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/bananium{ + name = "Clown's Office"; + req_access_txt = "46" + }, +/turf/simulated/floor/wood, +/area/clownoffice) +"bjf" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bjg" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Chapel Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bjh" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"bji" = ( +/obj/item/radio/beacon, +/turf/simulated/floor/plasteel, +/area/atmos) +"bjj" = ( +/obj/structure/closet/gmcloset{ + name = "formal wardrobe" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bjk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bjl" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/crew_quarters/dorms) +"bjm" = ( +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"bjn" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bjo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/sortjunction{ + name = "Bar"; + sortType = 19 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bjp" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth (Chaplain)"; + req_access_txt = "22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bjq" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Hydroponics Pasture"; + req_access_txt = "35" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bjr" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/chapel/office) +"bjs" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/chapel/main) +"bjt" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bju" = ( +/obj/machinery/bookbinder, +/turf/simulated/floor/wood, +/area/library) +"bjv" = ( +/turf/simulated/floor/grass, +/area/hydroponics) +"bjw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bjx" = ( +/mob/living/simple_animal/cow{ + name = "Betsy" + }, +/turf/simulated/floor/grass, +/area/hydroponics) +"bjy" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/hydroponics) +"bjz" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/clownoffice) +"bjA" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bjB" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hydroponics) +"bjC" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/escape) +"bjD" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bjE" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/library) +"bjF" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/library) +"bjG" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall13" + }, +/area/shuttle/escape) +"bjI" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light_switch{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bjJ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/shuttle/escape) +"bjK" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 32 + }, +/obj/structure/table/wood, +/obj/item/ashtray/bronze{ + pixel_x = -1; + pixel_y = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"bjL" = ( +/obj/structure/chair, +/obj/item/radio/intercom/locked/confessional{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bjM" = ( +/obj/item/clothing/suit/ianshirt, +/obj/structure/table, +/obj/item/clothing/under/mime, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bjN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bjO" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/hallway/secondary/entry) +"bjP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bjQ" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall/r_wall, +/area/hallway/secondary/entry) +"bjR" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"bjS" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bjT" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bjU" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Center"; + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bjV" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = -31 + }, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bjW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bjX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bjY" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bjZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"bka" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bkb" = ( +/obj/machinery/camera{ + c_tag = "Port Hallway 3"; + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bkc" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes{ + pixel_y = 2 + }, +/obj/item/lighter{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry) +"bkd" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hallway/secondary/entry) +"bke" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bkf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bkg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bkh" = ( +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2 (EAST)" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bki" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bkj" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bkk" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Port Hallway"; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bkl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bkm" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bkn" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"bko" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bkp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/wood, +/area/library) +"bkq" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/nw) +"bkr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bks" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/nw) +"bkt" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bku" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/nw) +"bkv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/nw) +"bkw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/nw) +"bkx" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bky" = ( +/obj/machinery/light, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/nw) +"bkz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/north) +"bkA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/nw) +"bkB" = ( +/obj/machinery/light, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/north) +"bkC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/north) +"bkD" = ( +/obj/item/stack/rods{ + amount = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bkE" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = -32 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/north) +"bkF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/ne) +"bkG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/ne) +"bkH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"bkI" = ( +/obj/structure/lattice, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"bkJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "ai_airlock"; + name = "interior access button"; + pixel_x = -25; + pixel_y = 25 + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"bkK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"bkL" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"bkM" = ( +/obj/machinery/slot_machine, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"bkN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bkO" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"bkP" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/rag, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"bkQ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/library) +"bkR" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/bridge) +"bkS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/storage/office) +"bkT" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/storage/office) +"bkU" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/seed_extractor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"bkV" = ( +/obj/machinery/camera{ + c_tag = "Hydroponics North" + }, +/obj/machinery/vending/hydroseeds, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"bkW" = ( +/obj/structure/table, +/obj/item/vending_refill/cigarette{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/vending_refill/coffee, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/storage/office) +"bkX" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/library) +"bkY" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/simulated/floor/grass, +/area/hydroponics) +"bkZ" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/invisible, +/obj/machinery/camera{ + c_tag = "Library Study"; + dir = 8 + }, +/obj/item/stack/tape_roll, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/library) +"bla" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/chapel/main) +"blb" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"blc" = ( +/obj/machinery/vending/hydronutrients, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"bld" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"ble" = ( +/obj/machinery/biogenerator, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"blf" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/gateway) +"blg" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"blh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/hallway/secondary/entry) +"bli" = ( +/obj/structure/bookcase{ + name = "bookcase (Religious)" + }, +/turf/simulated/floor/wood, +/area/library) +"blj" = ( +/turf/simulated/floor/carpet, +/area/library) +"blk" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/library) +"bll" = ( +/obj/structure/bookcase{ + name = "bookcase (Reference)" + }, +/turf/simulated/floor/wood, +/area/library) +"blm" = ( +/obj/machinery/camera{ + c_tag = "Chapel South"; + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bln" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"blo" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"blp" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/library) +"blq" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted, +/obj/structure/window/reinforced/tinted{ + dir = 4; + tag = "" + }, +/obj/structure/window/reinforced/tinted{ + dir = 8; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"blr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bls" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + desc = "\"This is a plaque in honour of our comrades on the G4407 Stations. Hopefully TG4407 model can live up to your fame and fortune.\" Scratched in beneath that is a crude image of a meteor and a spaceman. The spaceman is laughing. The meteor is exploding."; + dir = 4; + icon_state = "plaque"; + name = "Comemmorative Plaque" + }, +/area/hallway/secondary/entry) +"blt" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"blw" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"blx" = ( +/obj/structure/table/wood, +/obj/item/storage/bible, +/turf/simulated/floor/carpet, +/area/chapel/main) +"bly" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHW"; + location = "Lockers" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"blz" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/chapel/main) +"blA" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"blB" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"blC" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape) +"blD" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/shuttle/escape) +"blE" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"blF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"blG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"blH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"blI" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/item/radio/intercom/locked/confessional{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"blJ" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hallway/secondary/entry) +"blK" = ( +/turf/simulated/wall, +/area/hallway/primary/port) +"blL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"blM" = ( +/turf/simulated/wall, +/area/crew_quarters/locker) +"blN" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/civilian/pet_store) +"blO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"blP" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"blQ" = ( +/turf/simulated/wall, +/area/maintenance/port) +"blR" = ( +/turf/simulated/wall, +/area/storage/emergency2) +"blS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/gateway) +"blT" = ( +/turf/simulated/wall, +/area/civilian/pet_store) +"blU" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/bridge) +"blV" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Pet Store" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/civilian/pet_store) +"blW" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"blX" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"blY" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/status_display{ + layer = 4 + }, +/turf/simulated/floor/plating, +/area/bridge) +"blZ" = ( +/turf/simulated/wall, +/area/hallway/primary/central/nw) +"bma" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/bridge) +"bmb" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/primary/central/nw) +"bmc" = ( +/turf/simulated/wall/r_wall, +/area/bridge) +"bmd" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/bridge) +"bme" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bmf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bmg" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bmh" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bmi" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/primary/central/ne) +"bmj" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "kitchenbar"; + name = "Kitchen Shutters"; + opacity = 0 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/door/window{ + name = "Kitchen"; + req_access_txt = "28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bmk" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/gateway) +"bml" = ( +/obj/machinery/door/airlock/maintenance{ + name = "E.V.A. Maintenance"; + req_one_access_txt = "18" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bmm" = ( +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bmn" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"bmo" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/hallway/secondary/entry) +"bmp" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/chapel/main) +"bmq" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bmr" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bms" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bmt" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bmu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bmv" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bmw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bmx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bmy" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/crew_quarters/kitchen) +"bmz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bmA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"bmB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/nw) +"bmC" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/nw) +"bmD" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Library East"; + dir = 8 + }, +/turf/simulated/floor/wood, +/area/library) +"bmE" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/library) +"bmF" = ( +/obj/structure/cult/archives, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/library) +"bmG" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/library) +"bmH" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bmI" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bmJ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/chapel/main) +"bmK" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bmL" = ( +/obj/structure/chair, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/hallway/secondary/exit) +"bmM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bmN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/nw) +"bmO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"bmP" = ( +/obj/structure/chair, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/hallway/secondary/exit) +"bmR" = ( +/obj/structure/chair, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/hallway/secondary/exit) +"bmS" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bmT" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bmU" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box/full, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bmV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/nw) +"bmW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/nw) +"bmX" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape) +"bmY" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape) +"bmZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/nw) +"bna" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/north) +"bnb" = ( +/obj/structure/table, +/obj/item/storage/firstaid/o2, +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"bnd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "L4" + }, +/area/hallway/primary/central/north) +"bne" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "L2" + }, +/area/hallway/primary/central/north) +"bnf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "L8" + }, +/area/hallway/primary/central/north) +"bng" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bnh" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Lockers"; + location = "EVA" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "L6" + }, +/area/hallway/primary/central/north) +"bni" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "L12" + }, +/area/hallway/primary/central/north) +"bnj" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Security"; + location = "EVA2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "L10" + }, +/area/hallway/primary/central/north) +"bnk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + desc = ""; + icon_state = "L14" + }, +/area/hallway/primary/central/north) +"bnl" = ( +/obj/machinery/camera{ + c_tag = "Bar East" + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bnm" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bnn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"bno" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"bnp" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/vox) +"bnq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bnr" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bns" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"bnt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"bnu" = ( +/obj/machinery/atm{ + pixel_x = 24 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bnv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bnw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bnx" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/tank/emergency_oxygen, +/obj/item/tank/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/simulated/floor/plating, +/area/storage/emergency2) +"bny" = ( +/obj/structure/closet/wardrobe/xenos, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bnz" = ( +/obj/item/flashlight/flare, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/storage/emergency2) +"bnA" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bnB" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bnC" = ( +/obj/machinery/vending/artvend, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bnD" = ( +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bnE" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/carpet, +/area/civilian/pet_store) +"bnF" = ( +/obj/machinery/vending/clothing, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bnG" = ( +/obj/machinery/vending/autodrobe, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bnH" = ( +/obj/machinery/vending/hatdispenser, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bnI" = ( +/obj/machinery/vending/suitdispenser, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bnJ" = ( +/obj/machinery/vending/shoedispenser, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bnK" = ( +/turf/simulated/floor/plating, +/area/maintenance/port) +"bnL" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bnM" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=EVA2"; + location = "Dorm" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"bnN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"bnO" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/hallway/primary/central/nw) +"bnP" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/nw) +"bnQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"bnR" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/bridge) +"bnS" = ( +/turf/simulated/wall, +/area/storage/tools) +"bnT" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/storage/tools) +"bnU" = ( +/obj/structure/table/reinforced, +/obj/item/storage/secure/briefcase, +/obj/item/storage/box/PDAs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/ids, +/turf/simulated/floor/plasteel, +/area/bridge) +"bnV" = ( +/obj/machinery/computer/monitor{ + name = "Bridge Power Monitoring Computer" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/bridge) +"bnW" = ( +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "yellow" + }, +/area/bridge) +"bnX" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/bridge) +"bnY" = ( +/obj/machinery/computer/shuttle/labor, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/bridge) +"bnZ" = ( +/obj/structure/closet/emcloset, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/emergency_oxygen, +/obj/item/tank/emergency_oxygen, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/hallway/secondary/exit) +"boa" = ( +/obj/machinery/computer/shuttle/mining, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/bridge) +"bob" = ( +/obj/machinery/alarm{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"boc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"bod" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/ne) +"boe" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"bof" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bog" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "kitchenbar"; + name = "Kitchen Shutters"; + opacity = 0 + }, +/obj/machinery/door/window/eastleft{ + base_state = "right"; + icon_state = "right"; + name = "Kitchen"; + req_access_txt = "28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"boh" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/emergency, +/obj/item/wrench, +/obj/item/assembly/timer, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/turf/simulated/floor/plasteel, +/area/bridge) +"boi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"boj" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/kitchen_machine/grill, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"bok" = ( +/obj/structure/piano, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bol" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hallway/secondary/exit) +"bom" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"bon" = ( +/obj/machinery/camera{ + c_tag = "Kitchen" + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/kitchen_machine/candy_maker, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"boo" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bop" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start{ + name = "Bartender" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"boq" = ( +/obj/machinery/cooker/deepfryer, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bor" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/metal{ + amount = 50; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50; + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"bos" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bot" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"bou" = ( +/obj/item/reagent_containers/glass/bucket, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"bov" = ( +/obj/machinery/newscaster{ + pixel_x = 27; + pixel_y = 1 + }, +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"bow" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hydroponics) +"box" = ( +/obj/effect/landmark/start{ + name = "Cargo Technician" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"boy" = ( +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access_txt = "37" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/library) +"boz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hallway/secondary/exit) +"boA" = ( +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"boB" = ( +/turf/simulated/floor/plasteel, +/area/hydroponics) +"boC" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Departure Lounge Security" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/hallway/secondary/exit) +"boD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"boE" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32; + pixel_y = 32; + step_size = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hallway/secondary/exit) +"boF" = ( +/obj/structure/bookcase{ + name = "bookcase (Fiction)" + }, +/turf/simulated/floor/wood, +/area/library) +"boG" = ( +/obj/structure/bookcase{ + name = "bookcase (Non-Fiction)" + }, +/turf/simulated/floor/wood, +/area/library) +"boH" = ( +/obj/machinery/door/window{ + name = "Bar Door"; + req_access_txt = "25" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"boI" = ( +/obj/machinery/door/airlock/external{ + hackProof = 1; + id_tag = "emergency_home"; + name = "Escape Airlock" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"boJ" = ( +/turf/simulated/floor/carpet, +/area/chapel/main) +"boK" = ( +/obj/machinery/door/airlock/shuttle{ + aiControlDisabled = 1; + hackProof = 1; + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch" + }, +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"boL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"boM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"boN" = ( +/obj/machinery/gibber, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"boO" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"boP" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"boQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"boR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"boS" = ( +/obj/structure/closet/crate/freezer, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"boT" = ( +/obj/machinery/firealarm{ + pixel_y = -24 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"boU" = ( +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"boV" = ( +/obj/structure/closet/crate/freezer, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"boW" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Hallway"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"boX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/grass, +/area/hydroponics) +"boY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Hydroponics"; + req_access_txt = "35" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"boZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bpa" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/item/radio/intercom{ + dir = 0; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bpb" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/table, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating, +/area/storage/emergency2) +"bpc" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bpd" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bpe" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bpf" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bpg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 4; + tag = "icon-pipe-j1 (EAST)" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bph" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bpi" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plating, +/area/storage/emergency2) +"bpj" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bpk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bpl" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Auxiliary Tool Storage" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"bpm" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=QM"; + location = "CHW" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/nw) +"bpn" = ( +/obj/structure/table, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"bpo" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/bridge) +"bpp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/nw) +"bpq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/bridge) +"bpr" = ( +/obj/structure/table/reinforced, +/obj/item/flash, +/obj/item/flash, +/turf/simulated/floor/plasteel, +/area/bridge) +"bps" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "bridge blast"; + name = "Bridge Blast Door Control"; + pixel_x = 28; + pixel_y = -2; + req_access_txt = "19" + }, +/obj/machinery/keycard_auth{ + pixel_x = 29; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"bpt" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"bpu" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/sop_command, +/obj/item/aicard, +/obj/item/multitool, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/bridge) +"bpv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/north) +"bpw" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/bridge) +"bpx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greencorner" + }, +/area/bridge) +"bpy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/north) +"bpz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/ne) +"bpA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"bpB" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel, +/area/bridge) +"bpC" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen/blue{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/pen/blue{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"bpD" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/crowbar/large, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bpE" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bpF" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bpG" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"bpH" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/grass, +/area/hydroponics) +"bpI" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"bpJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"bpK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"bpL" = ( +/obj/structure/foodcart, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bpM" = ( +/obj/effect/landmark/start{ + name = "Chaplain" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/chapel/main) +"bpN" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "kitchenbar"; + name = "Kitchen Shutters"; + opacity = 0 + }, +/obj/machinery/door/window{ + name = "Kitchen"; + req_access_txt = "28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bpO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/chapel/main) +"bpP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"bpQ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/obj/machinery/vending/chinese, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"bpR" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"bpS" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bpT" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"bpU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"bpV" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault"; + tag = "icon-vault (WEST)" + }, +/area/hydroponics) +"bpW" = ( +/obj/machinery/smartfridge, +/turf/simulated/floor/plating, +/area/hydroponics) +"bpX" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bpY" = ( +/obj/machinery/door/window/northright{ + dir = 8; + name = "Library Desk Door"; + req_access_txt = "37" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/library) +"bpZ" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bqa" = ( +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"bqb" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/medical/research{ + name = "Research Division" + }) +"bqc" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/library) +"bqd" = ( +/obj/structure/table/wood, +/obj/machinery/computer/library/checkout, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/simulated/floor/wood, +/area/library) +"bqe" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bqf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bqg" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"bqh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bqi" = ( +/obj/structure/table/wood, +/obj/item/kitchen/utensil/fork, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bqj" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Library Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bqk" = ( +/obj/structure/chair/wood/wings{ + dir = 8; + tag = "icon-wooden_chair_wings (WEST)" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bql" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atm{ + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bqm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Mr. Chang's" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"bqn" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"bqo" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape) +"bqp" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall7"; + tag = "icon-swall7" + }, +/area/shuttle/escape) +"bqq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "stairs-m" + }, +/area/hallway/primary/central/nw) +"bqr" = ( +/turf/simulated/wall, +/area/security/vacantoffice) +"bqs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "stairs-m" + }, +/area/hallway/primary/central/ne) +"bqt" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "eva_airlock"; + name = "interior access button"; + pixel_y = 25; + req_access_txt = "13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"bqu" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/closet/wardrobe/white, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bqv" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bqw" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bqx" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bqy" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bqz" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "Locker Room East"; + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bqA" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/extinguisher, +/obj/item/extinguisher, +/obj/item/extinguisher, +/turf/simulated/floor/plating, +/area/storage/emergency2) +"bqB" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bqC" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/storage/emergency2) +"bqD" = ( +/obj/structure/table/wood, +/obj/machinery/fishtank/bowl, +/turf/simulated/floor/wood, +/area/civilian/pet_store) +"bqE" = ( +/turf/simulated/floor/wood, +/area/civilian/pet_store) +"bqF" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/wood, +/area/civilian/pet_store) +"bqG" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"bqH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Hydroponics Pasture"; + req_access_txt = "28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bqI" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/hydroponics) +"bqJ" = ( +/turf/simulated/floor/plasteel, +/area/storage/tools) +"bqK" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/tape_roll, +/obj/item/stack/tape_roll, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"bqL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "green" + }, +/area/hydroponics) +"bqM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/library) +"bqN" = ( +/turf/simulated/wall/r_wall, +/area/hallway/primary/central/nw) +"bqO" = ( +/obj/machinery/computer/prisoner{ + req_access = null; + req_access_txt = "2" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/bridge) +"bqP" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/alarm{ + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/bridge) +"bqQ" = ( +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost","Telecomms") + }, +/obj/machinery/camera{ + c_tag = "Bridge West" + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "red" + }, +/area/bridge) +"bqR" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel, +/area/bridge) +"bqS" = ( +/turf/simulated/floor/plasteel, +/area/bridge) +"bqT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/chapel/main) +"bqU" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/bridge) +"bqV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/bridge) +"bqW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"bqX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"bqY" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel, +/area/bridge) +"bqZ" = ( +/obj/machinery/computer/shuttle/mining, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/bridge) +"bra" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/computer/security/mining, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/bridge) +"brb" = ( +/obj/machinery/camera{ + c_tag = "Bridge East" + }, +/obj/machinery/computer/supplycomp, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/bridge) +"brc" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"brd" = ( +/obj/structure/closet/emcloset, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/emergency_oxygen, +/obj/item/tank/emergency_oxygen, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/hallway/secondary/exit) +"bre" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/secondary/entry) +"brf" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/camera{ + c_tag = "Bar West"; + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"brg" = ( +/obj/structure/chair/wood/wings{ + dir = 8; + tag = "icon-wooden_chair_wings (WEST)" + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"brh" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table/wood, +/obj/item/taperecorder, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bri" = ( +/obj/structure/table/wood, +/obj/item/dice/d20, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"brj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"brk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/hallway/secondary/entry) +"brl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/hallway/secondary/entry) +"brm" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"brn" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/hallway/secondary/entry) +"bro" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"brp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/hallway/secondary/entry) +"brq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "stairs-r" + }, +/area/hallway/primary/central/nw) +"brr" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/hydroponics) +"brs" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"brt" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"bru" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hydroponics) +"brv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"brw" = ( +/obj/structure/bookcase{ + name = "bookcase (Adult)" + }, +/turf/simulated/floor/wood, +/area/library) +"brx" = ( +/obj/machinery/computer/library/public, +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/library) +"bry" = ( +/obj/structure/chair/comfy/black, +/turf/simulated/floor/wood, +/area/library) +"brz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/storage/emergency2) +"brA" = ( +/obj/effect/landmark/start{ + name = "Librarian" + }, +/obj/structure/chair/office/dark, +/turf/simulated/floor/wood, +/area/library) +"brB" = ( +/obj/item/radio/intercom{ + pixel_x = 25 + }, +/obj/machinery/libraryscanner, +/turf/simulated/floor/wood, +/area/library) +"brC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/civilian/pet_store) +"brD" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/hallway/secondary/exit) +"brE" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/civilian/pet_store) +"brF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Auxiliary Tool Storage"; + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"brG" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/simulated/floor/wood, +/area/library) +"brH" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/cakehat, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"brI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"brJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/nw) +"brK" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/shuttle/escape) +"brL" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"brM" = ( +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"brN" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"brO" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/transport) +"brP" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10" + }, +/area/shuttle/transport) +"brQ" = ( +/obj/structure/shuttle/window, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/transport) +"brR" = ( +/obj/structure/grille, +/obj/structure/shuttle/window, +/turf/simulated/shuttle/plating, +/area/shuttle/transport) +"brS" = ( +/obj/machinery/computer/crew, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/bridge) +"brT" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"brU" = ( +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"brV" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"brW" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"brX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"brY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"brZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hydroponics) +"bsa" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"bsb" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"bsc" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bsd" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bse" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bsf" = ( +/obj/structure/closet/wardrobe/grey, +/obj/machinery/requests_console{ + department = "Locker Room"; + name = "Locker Room Requests Console"; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bsg" = ( +/obj/structure/table, +/obj/item/clothing/head/soft/grey{ + pixel_x = -2; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bsh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bsi" = ( +/obj/structure/table/wood, +/obj/machinery/fishtank/bowl, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/civilian/pet_store) +"bsj" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/hallway/secondary/entry) +"bsk" = ( +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bsl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitecorner" + }, +/area/hallway/secondary/entry) +"bsm" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"bsn" = ( +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/civilian/pet_store) +"bso" = ( +/obj/machinery/vending/crittercare, +/turf/simulated/floor/wood, +/area/civilian/pet_store) +"bsp" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = 32 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/hallway/primary/central/nw) +"bsq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bsr" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"bss" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bst" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bsu" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/simulated/floor/plating, +/area/bridge) +"bsv" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/bridge) +"bsw" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/bridge) +"bsx" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bsy" = ( +/obj/effect/landmark{ + name = "Marauder Entry" + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"bsz" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"bsA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/landmark{ + name = "Marauder Entry" + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"bsB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bsC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"bsD" = ( +/turf/simulated/floor/plating, +/area/storage/emergency2) +"bsE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner"; + tag = "icon-browncorner (EAST)" + }, +/area/bridge) +"bsF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"bsG" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner"; + tag = "icon-browncorner (EAST)" + }, +/area/bridge) +"bsH" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"bsI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/civilian/pet_store) +"bsJ" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = 32 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/hallway/primary/central/ne) +"bsK" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/hallway/primary/central/ne) +"bsL" = ( +/obj/machinery/camera{ + c_tag = "Bridge East Entrance" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/hallway/primary/central/ne) +"bsM" = ( +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/civilian/pet_store) +"bsN" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/crew_quarters/bar) +"bsO" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bsP" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bsQ" = ( +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/civilian/pet_store) +"bsR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"bsS" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5 + }, +/obj/item/stack/packageWrap, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"bsT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/table, +/obj/item/book/manual/sop_service, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bsU" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"bsV" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"bsW" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"bsX" = ( +/obj/machinery/processor, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"bsY" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"bsZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"bta" = ( +/obj/item/radio/intercom{ + pixel_y = 28 + }, +/obj/machinery/vending/cola, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"btb" = ( +/obj/structure/table/wood, +/obj/item/pen/red{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/library) +"btc" = ( +/obj/structure/chair, +/obj/machinery/camera{ + c_tag = "Departure Lounge North" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"btd" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/alarm{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bte" = ( +/turf/simulated/wall, +/area/hallway/primary/starboard/east) +"btf" = ( +/obj/structure/chair/wood/wings{ + dir = 4; + tag = "icon-wooden_chair_wings (EAST)" + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"btg" = ( +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bth" = ( +/obj/structure/table/wood, +/obj/item/paper, +/turf/simulated/floor/wood, +/area/library) +"bti" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/library) +"btj" = ( +/obj/structure/table/wood, +/obj/item/camera_film, +/obj/item/camera_film, +/turf/simulated/floor/wood, +/area/library) +"btk" = ( +/obj/structure/sign/poster/official/random, +/turf/simulated/wall/r_wall, +/area/hallway/secondary/exit) +"btl" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/library) +"btm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/chair/wood/wings, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"btn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table/wood, +/obj/item/dice, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bto" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"btp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/hallway/secondary/exit) +"btq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"btr" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bts" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Science Maintenance"; + req_access_txt = "47" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/maintenance/asmaint2) +"btt" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"btu" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/shuttle/escape) +"btv" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + dir = 8; + layer = 2.9 + }, +/turf/space, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"btw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/wood/wings, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"btx" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/chair/wood/wings{ + dir = 4; + tag = "icon-wooden_chair_wings (EAST)" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bty" = ( +/obj/machinery/computer/shuttle/ferry/request, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"btz" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"btA" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/table/wood, +/obj/item/pen/red, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"btB" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"btE" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"btF" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"btG" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"btH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"btI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"btJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"btK" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"btL" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"btM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"btN" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"btO" = ( +/obj/structure/closet/wardrobe/black, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"btP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"btQ" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"btR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"btS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"btT" = ( +/obj/structure/closet/secure_closet/personal, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"btU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hydroponics) +"btV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/library) +"btW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet, +/area/library) +"btX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/library) +"btY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/wood, +/area/library) +"btZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"bua" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/light, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bub" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plating, +/area/maintenance/port) +"buc" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"bud" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"bue" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hallway/secondary/exit) +"buf" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bug" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"buh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bui" = ( +/obj/machinery/light/small, +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/storage/emergency2) +"buj" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"buk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"bul" = ( +/obj/structure/table, +/obj/item/apc_electronics, +/obj/item/airlock_electronics, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"bum" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/nw) +"bun" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/hallway/primary/central/nw) +"buo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"bup" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/bridge) +"buq" = ( +/obj/structure/chair/wood/wings{ + dir = 4; + tag = "icon-wooden_chair_wings (EAST)" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bur" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bus" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/mint, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"but" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/table, +/obj/item/kitchen/knife, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"buu" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/bottle/cream, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"buv" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"buw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/library) +"bux" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/arrow{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"buy" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"buz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0 + }, +/obj/machinery/camera{ + c_tag = "Chapel West"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"buA" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"buB" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"buC" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"buD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hallway/secondary/exit) +"buE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/hallway/secondary/exit) +"buF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hallway/secondary/exit) +"buG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Chapel" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"buH" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"buI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hallway/secondary/exit) +"buJ" = ( +/obj/effect/landmark/start{ + name = "Chef" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"buK" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/obj/machinery/requests_console{ + department = "Kitchen"; + departmentType = 2; + name = "Kitchen Requests Console"; + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"buL" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"buM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"buN" = ( +/obj/structure/table/wood, +/obj/item/candle, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"buO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"buP" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"buQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/wood/wings{ + dir = 1; + tag = "icon-wooden_chair_wings (NORTH)" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"buR" = ( +/obj/structure/chair/wood/wings{ + dir = 1; + tag = "icon-wooden_chair_wings (NORTH)" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"buS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Arrivals Auxiliary Docking North"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"buT" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"buU" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"buV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/library) +"buW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/carpet, +/area/library) +"buX" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"buY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/chapel/main) +"buZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Chapel" + }, +/turf/simulated/floor/carpet, +/area/chapel/main) +"bva" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Chapel" + }, +/turf/simulated/floor/carpet, +/area/chapel/main) +"bvb" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"bvc" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"bvd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"bve" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bvf" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock" + }, +/obj/structure/fans/tiny, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry"; + name = "ferry shuttle"; + roundstart_move = "ferry_away"; + width = 5 + }, +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry_home"; + name = "port bay 3"; + width = 5 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"bvg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bvh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bvi" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"bvj" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"bvk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bvl" = ( +/obj/machinery/door/airlock/external{ + id_tag = "ferry_home" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry) +"bvm" = ( +/obj/machinery/light_switch{ + pixel_x = -28 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"bvn" = ( +/turf/simulated/floor/carpet, +/area/security/vacantoffice) +"bvo" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"bvp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bvq" = ( +/obj/structure/rack{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bvr" = ( +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bvs" = ( +/turf/simulated/wall, +/area/crew_quarters/locker/locker_toilet) +"bvt" = ( +/obj/structure/table, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bvu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bvv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bvw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"bvx" = ( +/obj/structure/closet/secure_closet/personal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bvy" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/tank/air{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bvz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"bvA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/bridge) +"bvB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/bridge) +"bvC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/item/radio/beacon, +/obj/effect/landmark{ + name = "Marauder Entry" + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"bvD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"bvE" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/wall, +/area/storage/tools) +"bvF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bvG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/port) +"bvH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/maintenance/port) +"bvI" = ( +/obj/item/clothing/gloves/color/rainbow, +/obj/item/clothing/shoes/rainbow, +/obj/item/clothing/head/soft/rainbow, +/obj/item/clothing/under/rainbow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bvJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/storage/tools) +"bvK" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2"; + tag = "icon-pipe-j1 (WEST)" + }, +/turf/simulated/wall, +/area/storage/tools) +"bvL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"bvM" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bvN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Chapel Office"; + req_access_txt = "22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/office) +"bvO" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/carpet, +/area/library) +"bvP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/hallway/secondary/exit) +"bvQ" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/obj/machinery/door/window{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Mailing Room"; + req_access_txt = "50" + }, +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bvR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/hallway/secondary/exit) +"bvS" = ( +/obj/machinery/camera{ + c_tag = "Locker Room West"; + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bvT" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bvU" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/bridge) +"bvV" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/bridge) +"bvW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bvX" = ( +/turf/simulated/wall/r_wall, +/area/turret_protected/ai_upload) +"bvY" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/bridge) +"bvZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bwa" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bwb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bwc" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/bridge) +"bwd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bwe" = ( +/obj/machinery/door/window/eastright{ + dir = 1; + name = "Bridge Delivery"; + req_access_txt = "19" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/bridge/meeting_room) +"bwf" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/hallway/primary/central/ne) +"bwg" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/bridge) +"bwh" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/hallway/primary/central/ne) +"bwi" = ( +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/hallway/primary/central/ne) +"bwj" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/ne) +"bwk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/hallway/secondary/exit) +"bwl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Bar Office"; + req_access_txt = "25" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bwm" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/hallway/secondary/exit) +"bwn" = ( +/obj/machinery/door_control{ + id = "kitchenbar"; + name = "Kitchen Bar Shutters Control"; + pixel_x = -6; + pixel_y = -24; + req_access_txt = "28" + }, +/obj/machinery/door_control{ + id = "kitchenhall"; + name = "Kitchen Hallway Shutters Control"; + pixel_x = 6; + pixel_y = -24; + req_access_txt = "28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bwo" = ( +/obj/structure/cable, +/obj/machinery/light, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bwp" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bwq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bwr" = ( +/obj/machinery/disposal, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bws" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"bwt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bwu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bwv" = ( +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bww" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bwx" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bwy" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bwz" = ( +/obj/structure/closet/toolcloset, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"bwA" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/light, +/obj/item/multitool, +/turf/simulated/floor/plasteel, +/area/storage/tools) +"bwB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/nw) +"bwC" = ( +/obj/structure/flora/ausbushes/stalkybush, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/hallway/secondary/exit) +"bwD" = ( +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/hallway/secondary/exit) +"bwE" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + dir = 8; + layer = 2.9 + }, +/turf/space, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"bwF" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bwI" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"bwJ" = ( +/obj/machinery/light/spot, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"bwK" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bwL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "mechbay"; + name = "Mech Bay" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bwM" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"bwN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/hallway/primary/central/nw) +"bwO" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bwP" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"bwQ" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"bwR" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"bwS" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"bwT" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "barber" + }, +/area/crew_quarters/locker) +"bwU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"bwV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"bwW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/warning_stripes/northeastcorner, +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/arrow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bwX" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Bar Maintenance"; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bwY" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable, +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bwZ" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bxa" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bxb" = ( +/turf/simulated/wall, +/area/quartermaster/storage) +"bxc" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Warehouse Maintenance"; + req_access_txt = "31" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bxd" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"bxe" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"bxf" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/obj/structure/plasticflaps, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"bxg" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/deliveryChute{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"bxh" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall, +/area/quartermaster/office) +"bxi" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/hallway/primary/central/nw) +"bxj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"bxk" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/central/nw) +"bxl" = ( +/turf/simulated/wall, +/area/bridge/meeting_room) +"bxm" = ( +/turf/simulated/wall/r_wall, +/area/bridge/meeting_room) +"bxn" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"bxo" = ( +/obj/machinery/porta_turret, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bxp" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bxq" = ( +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bxr" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/machinery/light_switch{ + pixel_x = -5; + pixel_y = -25 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/bridge) +"bxs" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bxt" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber" + }, +/obj/machinery/light_switch{ + pixel_y = 27 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bxu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/bridge) +"bxv" = ( +/turf/simulated/wall/r_wall, +/area/crew_quarters/captain) +"bxw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/bridge) +"bxx" = ( +/obj/machinery/computer/arcade, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bxy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"bxz" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/hallway/secondary/exit) +"bxA" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/bridge) +"bxB" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/chapel/main) +"bxC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/bridge) +"bxD" = ( +/obj/machinery/camera{ + c_tag = "Bridge Central"; + dir = 1 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge Requests Console"; + pixel_y = -30 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/bridge) +"bxE" = ( +/obj/machinery/atm{ + pixel_x = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bxF" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bxG" = ( +/obj/machinery/icemachine, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bxH" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "kitchenhall"; + name = "Kitchen Shutters"; + opacity = 0 + }, +/obj/machinery/door/window/westleft{ + dir = 1; + name = "Kitchen"; + req_access_txt = "28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bxI" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "kitchenhall"; + name = "Kitchen Shutters"; + opacity = 0 + }, +/obj/machinery/door/window/westleft{ + dir = 1; + name = "Kitchen"; + req_access_txt = "28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bxJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "kitchenhall"; + name = "Kitchen Shutters"; + opacity = 0 + }, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Kitchen"; + req_access_txt = "28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bxK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/bridge) +"bxL" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start{ + name = "Botanist" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/hydroponics) +"bxM" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/hydroponics) +"bxN" = ( +/obj/machinery/camera{ + c_tag = "Hydroponics South"; + dir = 8 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/item/reagent_containers/glass/bucket, +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"bxO" = ( +/obj/machinery/turretid/stun{ + control_area = "\improper AI Upload Chamber"; + name = "AI Upload Turret Control"; + pixel_y = -24; + req_access = list(75) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/bridge) +"bxP" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bxQ" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/library) +"bxR" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/light/small, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/wood, +/area/library) +"bxS" = ( +/obj/structure/table/wood, +/obj/item/pen, +/turf/simulated/floor/wood, +/area/library) +"bxT" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/wood, +/area/library) +"bxU" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/light, +/obj/machinery/power/apc{ + cell_type = 5000; + name = "south bump Important Area"; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/bridge) +"bxV" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"bxW" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/wood, +/area/library) +"bxX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bxY" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/bridge) +"bxZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/bridge) +"bya" = ( +/turf/simulated/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"byb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"byc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"byd" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/transport) +"bye" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plating, +/area/maintenance/port) +"byf" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"byg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"byh" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"byi" = ( +/obj/structure/table/wood, +/obj/machinery/firealarm{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"byj" = ( +/obj/machinery/camera{ + c_tag = "Vacant Office"; + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/folder/blue, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"byk" = ( +/obj/structure/chair/stool, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"byl" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bym" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/crew_quarters/locker/locker_toilet) +"byn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"byo" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"byp" = ( +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "barber" + }, +/area/crew_quarters/locker) +"byq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"byr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/hallway/primary/central/ne) +"bys" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"byt" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/bridge) +"byu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"byv" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"byw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"byx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"byy" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort1" + }, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"byz" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"byA" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"byB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/quartermaster/office) +"byC" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/wall, +/area/quartermaster/office) +"byD" = ( +/obj/structure/chair/wood/wings{ + dir = 4; + tag = "icon-wooden_chair_wings (EAST)" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"byE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"byF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/central/west) +"byG" = ( +/obj/machinery/photocopier, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"byH" = ( +/obj/machinery/door_control{ + id = "heads_meeting"; + name = "Privacy Shutters Control"; + pixel_y = 24 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"byI" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"byJ" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Bridge Conference Room" + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"byK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/light_switch{ + pixel_y = 27 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"byL" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"byM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hydroponics) +"byN" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"byO" = ( +/obj/structure/table, +/obj/item/aiModule/reset, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"byP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"byQ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + icon_state = "pipe-j2s"; + name = "Library"; + sortType = 16 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"byR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/library) +"byS" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"byT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/light_switch{ + pixel_y = 27 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"byU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/turf/simulated/floor/carpet, +/area/library) +"byV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"byW" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"byX" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + cell_type = 5000; + dir = 1; + name = "north bump Important Area"; + pixel_y = 24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"byY" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"byZ" = ( +/obj/machinery/light, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bza" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/ne) +"bzb" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"bzc" = ( +/obj/structure/sign/directions/evac{ + dir = 4 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = 7 + }, +/obj/structure/sign/directions/science{ + dir = 4 + }, +/turf/simulated/wall, +/area/crew_quarters/bar) +"bzd" = ( +/turf/simulated/floor/plasteel{ + desc = "\"This is a plaque in honour of those who died in the great space lube airlock incident.\" Scratched in beneath that is a crude image of a clown and a spaceman. The spaceman is slipping. The clown is laughing."; + dir = 4; + icon_state = "plaque"; + name = "Memorial Plaque" + }, +/area/hallway/secondary/exit) +"bze" = ( +/obj/structure/sign/barsign, +/turf/simulated/wall, +/area/crew_quarters/bar) +"bzf" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/hallway/primary/starboard/west) +"bzg" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/hallway/primary/starboard/west) +"bzh" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 2" + }, +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/hallway/primary/starboard/west) +"bzi" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bzj" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Hydroponics Desk"; + req_access_txt = "35" + }, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"bzk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Hydroponics"; + req_access_txt = "35" + }, +/turf/simulated/floor/plasteel, +/area/hydroponics) +"bzl" = ( +/obj/machinery/newscaster{ + pixel_y = -30 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/chapel/main) +"bzm" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/hallway/secondary/exit) +"bzn" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bzo" = ( +/obj/machinery/light, +/obj/structure/chair/wood/wings{ + dir = 4; + tag = "icon-wooden_chair_wings (EAST)" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bzp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/library) +"bzq" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/greencross{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"bzr" = ( +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bzs" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bzt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall, +/area/security/vacantoffice) +"bzu" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"bzv" = ( +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"bzw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bzx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Escape Shuttle Cell"; + req_access_txt = "1" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/hallway/secondary/exit) +"bzy" = ( +/obj/machinery/washing_machine, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "barber" + }, +/area/crew_quarters/locker) +"bzz" = ( +/obj/structure/table, +/obj/structure/bedsheetbin{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "barber" + }, +/area/crew_quarters/locker) +"bzA" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "barber" + }, +/area/crew_quarters/locker) +"bzB" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/apc_electronics, +/obj/item/stock_parts/cell{ + maxcharge = 2000 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bzC" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bzD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Escape Shuttle Cell"; + req_access_txt = "1" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/hallway/secondary/exit) +"bzE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bzF" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bzG" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort1" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bzH" = ( +/obj/structure/table, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + name = "Cargo Requests Console"; + pixel_y = 30 + }, +/obj/item/stack/tape_roll, +/obj/item/destTagger{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/destTagger{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/quartermaster/office) +"bzI" = ( +/obj/item/storage/box, +/obj/structure/table, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/quartermaster/office) +"bzJ" = ( +/turf/simulated/wall, +/area/quartermaster/office) +"bzK" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/rcs, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "arrival" + }, +/area/quartermaster/office) +"bzL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/carpet, +/area/security/vacantoffice) +"bzM" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/hallway/primary/central/west) +"bzN" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bzO" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bzP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/carpet, +/area/security/vacantoffice) +"bzQ" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"bzR" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "heads_meeting"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/bridge/meeting_room) +"bzS" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bzT" = ( +/obj/structure/table, +/obj/item/aiModule/quarantine, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bzU" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bzV" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bzW" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bzX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/vending/cigarette, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bzY" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bzZ" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bAa" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bAb" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bAc" = ( +/obj/structure/displaycase/captain, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bAd" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bAe" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bAf" = ( +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/east) +"bAg" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/east) +"bAh" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"bAi" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"bAj" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bAk" = ( +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"bAl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/east) +"bAm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bAn" = ( +/obj/machinery/atm{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"bAo" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"bAp" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"bAq" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"bAr" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/hallway/primary/starboard/west) +"bAs" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/hallway/primary/starboard/west) +"bAt" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "green" + }, +/area/hallway/primary/starboard/west) +"bAu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bAv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Diner" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/bar) +"bAw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bAx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bAy" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/hallway/primary/central/nw) +"bAz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/central/nw) +"bAA" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/hallway/primary/central/nw) +"bAB" = ( +/obj/machinery/camera{ + c_tag = "Bridge West Entrance"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/hallway/primary/central/nw) +"bAC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/bridge) +"bAD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access_txt = "16" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bAE" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/hallway/secondary/exit) +"bAF" = ( +/obj/machinery/door/window/eastleft{ + name = "Mail"; + req_access_txt = "50" + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bAG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/bridge) +"bAH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bAI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bAJ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"bAK" = ( +/obj/structure/sign/poster/official/random, +/turf/simulated/wall, +/area/hallway/secondary/exit) +"bAL" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"bAM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bAN" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"bAQ" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "burst_l" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/specops) +"bAR" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/specops) +"bAS" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 32 + }, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"bAT" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f1" + }, +/area/shuttle/specops) +"bAU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bAV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bAW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 4"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bAX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/turf/simulated/floor/carpet, +/area/library) +"bAY" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/library) +"bAZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bBa" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bBb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/robot, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bBc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bBd" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bBe" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 1; + location = "Bridge" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/bridge/meeting_room) +"bBf" = ( +/obj/machinery/camera{ + c_tag = "Locker Room South"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bBg" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Arrivals Auxiliary Docking South"; + dir = 4 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bBh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bBi" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bBj" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bBk" = ( +/obj/item/radio/intercom{ + dir = 0; + pixel_x = -28 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bBl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bBm" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bBn" = ( +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bBo" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bBp" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/quartermaster/office) +"bBq" = ( +/obj/machinery/atm{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/hallway/primary/central/west) +"bBr" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Vacant Office" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"bBs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bBt" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"bBu" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/command, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bBv" = ( +/obj/item/book/manual/security_space_law, +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bBw" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bBx" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bBy" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/porta_turret{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bBz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bBA" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/turret_protected/ai_upload) +"bBB" = ( +/obj/machinery/porta_turret{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bBC" = ( +/obj/machinery/computer/arcade, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bBD" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bBE" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bBF" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway East"; + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/east) +"bBG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/security/vacantoffice) +"bBH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/security/vacantoffice) +"bBI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/security/vacantoffice) +"bBJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/security/vacantoffice) +"bBK" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/effect/decal/warning_stripes/northeastcorner, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/arrow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bBL" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/reception) +"bBM" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "white" + }, +/area/medical/reception) +"bBN" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"bBO" = ( +/obj/machinery/shower{ + dir = 4; + pixel_x = 5; + tag = "icon-shower (EAST)" + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/toilet) +"bBP" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"bBQ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet/wardrobe/pjs, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "barber" + }, +/area/crew_quarters/locker) +"bBU" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/dresser, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "barber" + }, +/area/crew_quarters/locker) +"bBX" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/shuttle/escape) +"bCa" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/specops) +"bCb" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"bCc" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops team."; + name = "Spec Ops Monitor"; + network = list("ERT"); + pixel_y = 30 + }, +/obj/machinery/computer/shuttle/ert, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"bCd" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/unsimulated/floor, +/area/shuttle/specops) +"bCe" = ( +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Shuttle"; + network = list("ERT","CentComm") + }, +/obj/machinery/recharge_station/ert, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"bCf" = ( +/turf/simulated/wall, +/area/maintenance/disposal) +"bCg" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall, +/area/maintenance/disposal) +"bCh" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/disposal) +"bCi" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "109" + }, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 2; + height = 11; + id = "specops"; + name = "ert shuttle"; + roundstart_move = "specops_away"; + width = 5 + }, +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 11; + id = "specops_home"; + name = "port bay 2"; + width = 5 + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/plating, +/area/shuttle/specops) +"bCj" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/port) +"bCk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bCm" = ( +/obj/machinery/door/airlock{ + name = "Unit 3" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"bCn" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bCo" = ( +/obj/item/latexballon, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bCp" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/item/clothing/suit/ianshirt, +/obj/structure/closet, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bCq" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint) +"bCr" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bCs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bCt" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/nw) +"bCu" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bCv" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bCw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Conference Room"; + req_access = null; + req_access_txt = "19" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bCx" = ( +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"bCy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bCz" = ( +/obj/item/stack/sheet/cardboard, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bCA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + id_tag = "captainofficedoor"; + name = "Captain's Office"; + req_access = null; + req_access_txt = "20" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bCB" = ( +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/obj/machinery/light/small, +/obj/structure/chair/wood/wings{ + dir = 8; + tag = "icon-wooden_chair_wings (WEST)" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bCC" = ( +/obj/item/folder/blue, +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bCD" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bCE" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/quartermaster/office) +"bCF" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/hallway/primary/central/west) +"bCG" = ( +/obj/item/pen, +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bCH" = ( +/obj/structure/table, +/obj/machinery/door/window{ + base_state = "right"; + icon_state = "right"; + name = "Core Modules"; + req_access_txt = "20" + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/aiModule/crewsimov, +/obj/item/aiModule/freeformcore, +/obj/item/aiModule/corp, +/obj/item/aiModule/paladin, +/obj/item/aiModule/robocop, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bCI" = ( +/obj/machinery/camera{ + c_tag = "Bar South"; + dir = 1 + }, +/obj/machinery/gameboard, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bCJ" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + cell_type = 5000; + name = "south bump Important Area"; + pixel_y = -24 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bCK" = ( +/obj/machinery/computer/aiupload, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -21 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bCL" = ( +/obj/machinery/computer/borgupload, +/obj/item/radio/intercom/private{ + pixel_y = -28 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bCM" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bCN" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bCO" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/camera{ + c_tag = "Library South"; + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/library) +"bCP" = ( +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bCQ" = ( +/mob/living/simple_animal/pet/dog/fox/Renault, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bCR" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/library) +"bCS" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/library) +"bCT" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"bCU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bCV" = ( +/obj/structure/table/wood, +/obj/machinery/camera{ + c_tag = "Captain's Office"; + dir = 8 + }, +/obj/item/storage/lockbox/medal, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bCW" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/storage/box/cups{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -25 + }, +/obj/item/roller, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/reception) +"bCX" = ( +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"bCY" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/east) +"bCZ" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"bDa" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"bDb" = ( +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/hallway/primary/starboard/west) +"bDc" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHWEST)" + }, +/area/medical/reception) +"bDd" = ( +/obj/machinery/vending/coffee, +/obj/machinery/computer/mob_healer_terminal{ + pixel_y = -32 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/reception) +"bDe" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"bDf" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "white" + }, +/area/medical/reception) +"bDg" = ( +/obj/effect/decal/warning_stripes/blue/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "white" + }, +/area/medical/reception) +"bDh" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "white" + }, +/area/medical/reception) +"bDi" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"bDj" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + dir = 8; + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + desc = "Lube off, pal."; + dir = 8; + icon_state = "open"; + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"bDk" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"bDl" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"bDm" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/obj/machinery/chem_dispenser, +/turf/simulated/floor/plasteel, +/area/medical/chemistry) +"bDn" = ( +/obj/structure/chair/stool, +/obj/effect/decal/warning_stripes/west, +/obj/effect/landmark/start{ + name = "Chemist" + }, +/turf/simulated/floor/plasteel, +/area/medical/chemistry) +"bDo" = ( +/obj/item/assembly/timer, +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bDp" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"bDq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/hallway/primary/starboard/east) +"bDr" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/hallway/primary/starboard/east) +"bDs" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bDt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/effect/decal/warning_stripes/northeastcorner, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/arrow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bDu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bDv" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"bDx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bDy" = ( +/obj/structure/table, +/obj/item/book/manual/sop_general, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bDz" = ( +/turf/simulated/shuttle/floor4, +/area/shuttle/escape) +"bDA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/starboard/west) +"bDC" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_home" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry) +"bDE" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/east, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bDG" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/machinery/computer/camera_advanced/shuttle_docker/ert, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"bDH" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/obj/item/storage/box/iv_bags{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"bDI" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bDJ" = ( +/obj/machinery/conveyor/east{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bDK" = ( +/obj/structure/sign/securearea{ + name = "\improper STAY CLEAR HEAVY MACHINERY"; + pixel_y = 32 + }, +/obj/machinery/recycler, +/obj/machinery/conveyor/east{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bDL" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/conveyor/east{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bDM" = ( +/obj/machinery/conveyor/southeast{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bDN" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bDO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/west) +"bDP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bDQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bDR" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay Storage"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bDS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bDT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bDU" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"bDV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bDW" = ( +/obj/structure/table, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bDX" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"bDY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bDZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bEa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bEb" = ( +/obj/structure/table, +/obj/item/aiModule/protectStation, +/obj/item/aiModule/nanotrasen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bEc" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bEd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bEe" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bEf" = ( +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/quartermaster/office) +"bEg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"bEh" = ( +/obj/structure/table/wood, +/obj/item/hand_tele, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bEi" = ( +/obj/structure/closet/crate/medical, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bEj" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/hallway/primary/central/west) +"bEk" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bEl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Chapel" + }, +/turf/simulated/floor/plasteel, +/area/chapel/main) +"bEm" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bEn" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bEo" = ( +/turf/simulated/wall/r_wall, +/area/medical/chemistry) +"bEp" = ( +/turf/simulated/wall, +/area/medical/reception) +"bEq" = ( +/obj/structure/sign/nosmoking_1, +/turf/simulated/wall, +/area/medical/reception) +"bEr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"bEs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bEt" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bEu" = ( +/turf/simulated/wall, +/area/medical/morgue) +"bEv" = ( +/obj/structure/table/wood, +/obj/item/pinpointer, +/obj/item/disk/nuclear, +/obj/item/storage/secure/safe{ + pixel_x = 35; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bEw" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/se) +"bEx" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bEy" = ( +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay" + }, +/turf/simulated/wall, +/area/medical/reception) +"bEz" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"bEA" = ( +/turf/simulated/wall/r_wall, +/area/assembly/robotics) +"bEB" = ( +/obj/structure/closet/crate, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bEC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bED" = ( +/turf/simulated/wall/r_wall, +/area/toxins/lab) +"bEE" = ( +/obj/machinery/door/window/eastright{ + name = "Coroner"; + req_one_access_txt = "5;4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bEF" = ( +/turf/simulated/wall, +/area/hallway/secondary/exit) +"bEG" = ( +/turf/simulated/wall/r_wall, +/area/hallway/secondary/exit) +"bEH" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bEI" = ( +/obj/structure/morgue, +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bEJ" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/hallway/primary/starboard/east) +"bEK" = ( +/obj/machinery/computer/communications, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops team."; + name = "Security Station Monitor"; + network = list("SS13","Research Outpost","Mining Outpost"); + pixel_y = -30 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"bEL" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"bEM" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/hallway/primary/starboard/east) +"bEN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bER" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f3" + }, +/area/shuttle/specops) +"bES" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bET" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bEU" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/item/paper/safe_code{ + owner = "captain" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bEV" = ( +/obj/structure/chair/comfy/black, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bEW" = ( +/obj/machinery/door/airlock{ + name = "Unit 4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"bEX" = ( +/obj/machinery/conveyor/west{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bEY" = ( +/obj/machinery/conveyor/southwest/ccw{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bEZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bFa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bFb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bFc" = ( +/obj/machinery/conveyor/southwest{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bFd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bFe" = ( +/obj/structure/table, +/obj/item/aiModule/freeform, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bFf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bFg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bFh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bFi" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Dorm"; + location = "HOP2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/east) +"bFj" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 1" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"bFk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bFl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bFm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/quartermaster/storage) +"bFn" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bFo" = ( +/obj/machinery/atm{ + pixel_y = 32 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bFp" = ( +/obj/machinery/door_control{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -1; + pixel_y = -24; + req_access_txt = "31" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bFq" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bFr" = ( +/obj/machinery/alarm{ + pixel_y = 25 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bFs" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bFt" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bFu" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bFv" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bFw" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 6" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bFx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/yellow/partial, +/obj/effect/decal/warning_stripes/arrow, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bFy" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/quartermaster/office) +"bFz" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bFA" = ( +/obj/effect/decal/warning_stripes/yellow/partial, +/obj/effect/decal/warning_stripes/arrow, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bFB" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bFC" = ( +/turf/simulated/wall/r_wall, +/area/engine/gravitygenerator) +"bFD" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"bFE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"bFF" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = -32 + }, +/obj/machinery/slot_machine, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bFG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "ramptop"; + tag = "icon-stage_stairs" + }, +/area/hallway/primary/starboard/east) +"bFH" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2"; + tag = "icon-pipe-j1 (WEST)" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bFI" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bFJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid"; + tag = "icon-asteroid (NORTH)" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "siding2"; + tag = "icon-siding2 (NORTH)" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "siding1"; + tag = "icon-siding1 (NORTH)" + }, +/area/hydroponics) +"bFK" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bFL" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law, +/obj/item/coin/plasma, +/obj/item/book/manual/sop_general, +/obj/item/book/manual/sop_command, +/obj/item/megaphone, +/obj/item/paper/monitorkey, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bFM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bFN" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"bFO" = ( +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bFP" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"bFQ" = ( +/obj/structure/morgue{ + dir = 8; + tag = "icon-morgue1 (WEST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bFR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/toilet) +"bFS" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/toilet) +"bFT" = ( +/obj/structure/morgue{ + dir = 8; + tag = "icon-morgue1 (WEST)" + }, +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bFU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/se) +"bFV" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bFW" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bFX" = ( +/obj/structure/morgue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bFY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bFZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bGa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bGb" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bGc" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bGd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/reception) +"bGe" = ( +/obj/effect/decal/warning_stripes/blue/partial{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "white" + }, +/area/medical/reception) +"bGf" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/reception) +"bGg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Paramedic"; + req_access_txt = "66" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/paramedic) +"bGh" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"bGi" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/paramedic) +"bGj" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bGk" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"bGl" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bGm" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bGn" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"bGo" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"bGp" = ( +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 6 + }, +/turf/simulated/wall/r_wall, +/area/maintenance/asmaint2) +"bGq" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 1; + icon_state = "left"; + name = "Medical Reception"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/reception) +"bGr" = ( +/turf/simulated/wall/r_wall, +/area/assembly/chargebay) +"bGs" = ( +/obj/item/flag/nt, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bGt" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/medical/reception) +"bGu" = ( +/obj/machinery/computer/rdconsole/robotics, +/obj/machinery/alarm{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bGv" = ( +/obj/structure/table/glass, +/obj/item/clothing/glasses/science{ + pixel_y = -3 + }, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/reagent_containers/dropper, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"bGw" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/item/reagent_containers/glass/beaker/sulphuric, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bGx" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + desc = "Lube off, pal."; + dir = 8; + icon_state = "open"; + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/smartfridge/medbay, +/obj/machinery/door/window/eastright{ + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"bGy" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/chem_heater, +/turf/simulated/floor/plasteel, +/area/medical/chemistry) +"bGz" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/medical/chemistry) +"bGA" = ( +/obj/structure/table, +/obj/item/book/manual/robotics_cyborgs{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/storage/belt/utility, +/obj/item/reagent_containers/glass/beaker/large, +/obj/machinery/requests_console{ + department = "Robotics"; + departmentType = 2; + name = "Robotics Requests Console"; + pixel_y = 30 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bGB" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "robotics"; + name = "Robotics Lab Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/assembly/robotics) +"bGC" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bGD" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/item/storage/belt/utility, +/obj/item/clothing/gloves/color/latex, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bGE" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 2; + icon_state = "left"; + name = "Robotics Desk"; + req_access_txt = "29" + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/folder/white, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "robotics"; + name = "Robotics Lab Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/assembly/robotics) +"bGF" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/hallway/primary/starboard/east) +"bGG" = ( +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"bGH" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/asmaint2) +"bGI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bGJ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape) +"bGK" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "rdlab"; + name = "Research and Development Lab Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/lab) +"bGL" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 2; + icon_state = "left"; + name = "Research and Development Desk"; + req_access_txt = "47" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "rdlab"; + name = "Research and Development Lab Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/lab) +"bGM" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/beach/sand, +/area/hallway/secondary/exit) +"bGN" = ( +/obj/effect/overlay/coconut, +/turf/simulated/floor/beach/sand, +/area/hallway/secondary/exit) +"bGP" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "burst_r" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/specops) +"bGQ" = ( +/obj/machinery/mineral/stacking_unit_console{ + machinedir = 8 + }, +/turf/simulated/wall, +/area/maintenance/disposal) +"bGR" = ( +/obj/item/cigbutt, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bGS" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bGT" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bGU" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bGV" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bGW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/crew_quarters/locker/locker_toilet) +"bGX" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bGY" = ( +/obj/structure/closet/crate/freezer, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bGZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/west) +"bHa" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/central/west) +"bHb" = ( +/obj/item/cigbutt, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bHc" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"bHd" = ( +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/obj/machinery/conveyor/south{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bHe" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk, +/obj/machinery/door/window/eastleft{ + base_state = "right"; + icon_state = "right"; + layer = 3; + req_access_txt = "50" + }, +/obj/machinery/disposal/deliveryChute{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bHf" = ( +/obj/machinery/mineral/stacking_machine{ + input_dir = 1; + stack_amt = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bHg" = ( +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bHh" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bHi" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bHj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bHk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bHl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bHm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bHn" = ( +/obj/item/folder/yellow, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/quartermaster/office) +"bHo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/east) +"bHp" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bHq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "hopqueue"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/arrow{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"bHr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/east) +"bHs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/east) +"bHt" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"bHu" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"bHv" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bHw" = ( +/obj/machinery/computer/card, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bHx" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/item/melee/chainofcommand, +/obj/item/card/id/captains_spare, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bHy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"bHz" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/engine/gravitygenerator) +"bHA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"bHB" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/engine/gravitygenerator) +"bHC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + icon_state = "pipe-j2s"; + name = "Sci R&D"; + sortType = 12 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bHD" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/engine/gravitygenerator) +"bHE" = ( +/obj/structure/table, +/obj/item/camera{ + name = "Autopsy Camera"; + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/gloves{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bHF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bHG" = ( +/obj/machinery/bodyscanner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bHH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bHI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bHJ" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bHK" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start{ + name = "Coroner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bHL" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bHM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bHN" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/bluegrid, +/area/assembly/chargebay) +"bHO" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/reception) +"bHP" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bHQ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bHR" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=HOP2"; + location = "Stbd" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bHS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bHT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "ramptop"; + tag = "icon-stage_stairs" + }, +/area/hallway/primary/starboard/east) +"bHU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bHV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bHW" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bHX" = ( +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bHY" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA" + }, +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/engine/equipmentstorage) +"bHZ" = ( +/obj/machinery/vending/tool, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"bIa" = ( +/turf/simulated/wall, +/area/assembly/robotics) +"bIb" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bIc" = ( +/obj/structure/table, +/obj/machinery/door_control{ + id = "robotics"; + name = "Robotics Lab Shutters Control"; + pixel_x = -24; + pixel_y = 24; + req_access_txt = "29" + }, +/obj/item/clothing/glasses/hud/diagnostic, +/obj/item/clothing/glasses/hud/diagnostic{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitered" + }, +/area/assembly/robotics) +"bId" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bIe" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bIf" = ( +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bIg" = ( +/obj/machinery/door_control{ + id = "mechbay"; + name = "Mech Bay Door Control"; + pixel_x = 6; + pixel_y = 24; + req_access_txt = "29" + }, +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bIh" = ( +/obj/machinery/computer/crew, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/reception) +"bIi" = ( +/turf/simulated/wall, +/area/medical/research{ + name = "Research Division" + }) +"bIj" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/item/folder/white, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" + }, +/area/medical/reception) +"bIk" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall, +/area/medical/research{ + name = "Research Division" + }) +"bIl" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Roboticist" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitered" + }, +/area/assembly/robotics) +"bIm" = ( +/obj/machinery/camera{ + c_tag = "Research Robotics Lab"; + network = list("Research","SS13") + }, +/obj/structure/reagent_dispensers/oil, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteredcorner" + }, +/area/assembly/robotics) +"bIn" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitered" + }, +/area/assembly/robotics) +"bIo" = ( +/obj/machinery/computer/guestpass{ + pixel_y = 30 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bIp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bIq" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/reception) +"bIr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bIs" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"bIt" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/clothing/glasses/welding, +/obj/machinery/door_control{ + id = "rdlab"; + name = "Research and Development Lab Shutters Control"; + pixel_x = -24; + req_access_txt = "47" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTH)" + }, +/area/toxins/lab) +"bIv" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/disk/tech_disk, +/obj/item/disk/tech_disk, +/obj/item/disk/design_disk, +/obj/item/disk/design_disk, +/obj/item/reagent_containers/dropper, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTH)" + }, +/area/toxins/lab) +"bIw" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "qm_warehouse"; + name = "Warehouse Shutters" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bIx" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/escape) +"bIy" = ( +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bIz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bIA" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" + }, +/area/shuttle/escape) +"bIB" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bIC" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall11" + }, +/area/shuttle/escape) +"bID" = ( +/obj/effect/decal/warning_stripes/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bIE" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall7" + }, +/area/shuttle/escape) +"bIF" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/escape) +"bIG" = ( +/obj/machinery/camera{ + c_tag = "Cargo Delivery Office"; + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/telepad_cargo, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/office) +"bIH" = ( +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bII" = ( +/obj/effect/decal/warning_stripes/north, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bIJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bIK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bIL" = ( +/obj/machinery/light, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bIM" = ( +/obj/structure/table, +/obj/machinery/door/window{ + dir = 8; + name = "High-Risk Modules"; + req_access_txt = "20" + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/aiModule/oxygen, +/obj/item/aiModule/oneCrewMember, +/obj/item/aiModule/purge, +/obj/item/aiModule/antimov, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_upload) +"bIN" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/turret_protected/ai_upload) +"bIO" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bIP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bIQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bIR" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Stbd"; + location = "HOP" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/east) +"bIS" = ( +/obj/structure/closet/secure_closet/cargotech, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bIT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/hallway/primary/starboard/west) +"bIU" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + name = "Cargo Requests Console"; + pixel_y = 30 + }, +/obj/item/stamp/granted{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bIV" = ( +/obj/structure/table, +/obj/item/clothing/head/soft, +/obj/item/stamp/granted{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/head/soft, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bIW" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bIX" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay North" + }, +/obj/structure/closet/secure_closet/cargotech, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bIY" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bIZ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/alarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bJa" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bJb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"bJc" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner" + }, +/area/hallway/primary/starboard/west) +"bJd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitecorner" + }, +/area/hallway/primary/starboard/west) +"bJe" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/hallway/primary/starboard/west) +"bJf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bJg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"bJh" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 3"; + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"bJi" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + name = "Sorting Office"; + sortType = 2 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bJj" = ( +/obj/machinery/conveyor/south{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bJk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + icon_state = "pipe-j2s"; + name = "Sci RD Office 1"; + sortType = 13 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bJl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"bJm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bJn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"bJo" = ( +/obj/machinery/computer/cryopod/robot{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bJp" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 5"; + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bJq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bJr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bJs" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bJt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bJu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bJv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + icon_state = "pipe-j2s"; + name = "Disposals Maint"; + sortType = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bJw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bJx" = ( +/obj/machinery/camera{ + c_tag = "Locker Room Toilets"; + dir = 8 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"bJy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bJz" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/obj/machinery/door_control{ + id = "toilet_unit1"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/toilet) +"bJA" = ( +/obj/item/storage/box/beakers{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/rxglasses, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/eastright{ + dir = 1; + name = "Medical Reception"; + req_access_txt = "5" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/reception) +"bJB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bJC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/paramedic) +"bJD" = ( +/obj/structure/closet/crate/internals, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bJE" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/office) +"bJF" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/chair/stool, +/obj/effect/landmark/start{ + name = "Paramedic" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/paramedic) +"bJG" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge Requests Console"; + pixel_y = -30 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bJH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bJI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bJJ" = ( +/obj/machinery/computer/crew, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/paramedic) +"bJK" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/stamp/captain, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bJL" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Chemist" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/reception) +"bJN" = ( +/obj/structure/table/wood, +/obj/item/pen/multi/fountain, +/obj/machinery/door_control{ + id = "captainofficedoor"; + name = "Office Door"; + normaldoorcontrol = 1; + pixel_x = 5; + pixel_y = -3; + req_access_txt = "20" + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/item/paper_bin/nanotrasen, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bJO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"bJP" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHEAST)" + }, +/area/medical/reception) +"bJQ" = ( +/obj/machinery/light, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bJR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bJS" = ( +/obj/machinery/camera{ + c_tag = "Medbay Corridor East"; + dir = 8 + }, +/obj/machinery/alarm{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bJT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bJU" = ( +/obj/machinery/door/airlock{ + id_tag = "toilet_unit1"; + name = "Unit 1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/toilet) +"bJV" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/storage/fancy/candle_box/eternal, +/obj/item/storage/fancy/candle_box/eternal, +/obj/item/storage/fancy/candle_box/eternal, +/obj/item/storage/secure/safe{ + pixel_x = -22 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bJW" = ( +/obj/structure/closet/wardrobe/chemistry_white, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"bJX" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + desc = "Lube off, pal."; + dir = 8; + icon_state = "open"; + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"bJY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/reception) +"bJZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"bKa" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bKb" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"bKc" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/closet/secure_closet/reagents, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"bKd" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bKe" = ( +/obj/structure/window/reinforced, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bKf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bKg" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/bodybags, +/obj/item/storage/box/bodybags{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bKh" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bKi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bKj" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bKk" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/obj/structure/table, +/obj/item/flash/synthetic, +/obj/item/flash/synthetic, +/obj/item/flash/synthetic, +/obj/item/flash/synthetic, +/obj/item/flash/synthetic, +/obj/item/book/manual/sop_science{ + pixel_y = -14 + }, +/obj/item/flash/synthetic, +/obj/item/flash/synthetic, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bKl" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"bKm" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/shuttle/plating, +/area/shuttle/escape) +"bKn" = ( +/obj/machinery/shower{ + dir = 8; + tag = "icon-shower (WEST)" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"bKo" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/r_n_d/destructive_analyzer, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/toxins/lab) +"bKp" = ( +/obj/machinery/door/airlock/external{ + id_tag = "admin_home" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry) +"bKq" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/locker/locker_toilet) +"bKr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bKs" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bKt" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bKu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bKv" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bKw" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/port) +"bKx" = ( +/obj/machinery/r_n_d/protolathe, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/toxins/lab) +"bKy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bKz" = ( +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bKA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bKB" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"bKC" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "packageExternal" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bKD" = ( +/obj/machinery/driver_button{ + id_tag = "trash"; + pixel_x = -26; + pixel_y = -6 + }, +/obj/machinery/door_control{ + id = "Disposal Exit"; + name = "Disposal Vent Control"; + pixel_x = -25; + pixel_y = 4; + req_access_txt = "12" + }, +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bKE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bKF" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall/r_wall, +/area/maintenance/port) +"bKG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bKH" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bKI" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/office) +"bKJ" = ( +/obj/machinery/light, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bKK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bKL" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Captain" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bKM" = ( +/obj/structure/filingcabinet, +/obj/item/radio/intercom/private{ + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bKN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bKO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/reception) +"bKP" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Disposal Exit"; + name = "Disposal Exit Vent"; + opacity = 0 + }, +/obj/machinery/conveyor/south{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bKQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bKR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/door/airlock/research{ + name = "Mech Bay"; + req_access_txt = "29" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bKS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/hallway/primary/central/west) +"bKT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/hallway/primary/starboard/east) +"bKU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bKV" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bKW" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bKX" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bKY" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bKZ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/office) +"bLa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Conference Room"; + req_access = null; + req_access_txt = "19" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bLb" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"bLc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"bLd" = ( +/turf/simulated/wall/r_wall, +/area/crew_quarters/captain/bedroom) +"bLe" = ( +/obj/machinery/suit_storage_unit/captain, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bLf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bLg" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bLh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"bLi" = ( +/obj/machinery/gravity_generator/main/station, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/engine/gravitygenerator) +"bLj" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bLk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bLl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bLm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bLn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/mob/living/simple_animal/pig{ + name = "Саня" + }, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid"; + tag = "icon-asteroid (NORTH)" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "siding1"; + tag = "icon-siding1 (NORTH)" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "siding2"; + tag = "icon-siding2 (NORTH)" + }, +/area/hydroponics) +"bLo" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bLp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bLq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bLr" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bLs" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bLt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/paramedic) +"bLu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/computer/med_data, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/reception) +"bLv" = ( +/obj/machinery/door_control{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyerPort"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = 32 + }, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Chemist" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"bLw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/paramedic) +"bLx" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"bLy" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/reception) +"bLz" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/reception) +"bLA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/reception) +"bLB" = ( +/obj/machinery/camera{ + c_tag = "Medbay Lobby East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/reception) +"bLC" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bLD" = ( +/obj/structure/closet/secure_closet/reagents, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"bLE" = ( +/obj/effect/turf_decal/mech, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bLF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"bLG" = ( +/obj/item/stack/rods{ + amount = 10 + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bLH" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bLI" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/assembly/robotics) +"bLJ" = ( +/obj/effect/decal/warning_stripes/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bLK" = ( +/turf/simulated/wall, +/area/medical/biostorage) +"bLL" = ( +/obj/machinery/mecha_part_fabricator, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"bLM" = ( +/obj/machinery/mecha_part_fabricator, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"bLN" = ( +/obj/machinery/mech_bay_recharge_port, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/assembly/chargebay) +"bLO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bLP" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/bluegrid, +/area/assembly/chargebay) +"bLQ" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"bLR" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"bLS" = ( +/obj/structure/table, +/obj/item/storage/firstaid/brute{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/brute, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/biostorage) +"bLT" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/effect/decal/warning_stripes/north, +/obj/item/multitool{ + pixel_x = 3 + }, +/obj/item/multitool{ + pixel_x = 3 + }, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"bLU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid"; + tag = "icon-asteroid (NORTH)" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "siding1"; + tag = "icon-siding1 (NORTH)" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "siding2"; + tag = "icon-siding2 (NORTH)" + }, +/area/hydroponics) +"bLV" = ( +/obj/item/storage/firstaid/o2{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/o2, +/obj/structure/table, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/biostorage) +"bLW" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bLX" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bLY" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bLZ" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bMa" = ( +/obj/effect/landmark/start{ + name = "Civilian" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bMb" = ( +/obj/machinery/light, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bMc" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/entry) +"bMd" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bMe" = ( +/obj/machinery/mass_driver{ + id_tag = "trash" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bMf" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bMg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bMh" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bMi" = ( +/obj/machinery/door_control{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -1; + pixel_y = 24; + req_access_txt = "31" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bMj" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/computer/rdconsole/core, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/toxins/lab) +"bMk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bMl" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/wall, +/area/quartermaster/storage) +"bMm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/west) +"bMn" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/hallway/primary/central/west) +"bMo" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/supply) +"bMp" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6"; + tag = "icon-swall_f6" + }, +/area/shuttle/supply) +"bMq" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 27 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bMr" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10"; + tag = "icon-swall_f10" + }, +/area/shuttle/supply) +"bMs" = ( +/turf/simulated/wall, +/area/maintenance/maintcentral) +"bMt" = ( +/obj/machinery/r_n_d/circuit_imprinter{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/reagent_containers/glass/beaker/sulphuric, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/toxins/lab) +"bMu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/central/west) +"bMv" = ( +/turf/simulated/floor/plating, +/area/maintenance/maintcentral) +"bMw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bMx" = ( +/obj/machinery/status_display/supply_display, +/turf/simulated/wall, +/area/quartermaster/office) +"bMy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/office) +"bMA" = ( +/obj/machinery/mineral/ore_redemption, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bMB" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/maintcentral) +"bMC" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/maintcentral) +"bMD" = ( +/obj/machinery/computer/account_database, +/turf/simulated/floor/plasteel, +/area/bridge/meeting_room) +"bME" = ( +/turf/simulated/wall, +/area/hallway/primary/central/sw) +"bMF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/freezer{ + req_access_txt = "28" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"bMG" = ( +/turf/simulated/wall/r_wall, +/area/crew_quarters/heads) +"bMH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/bridge/meeting_room) +"bMI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"bMJ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/hallway/primary/central/sw) +"bMK" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"bML" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bMM" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/maintcentral) +"bMN" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 + }, +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Captain's Office" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bMO" = ( +/obj/machinery/door/window{ + base_state = "right"; + icon_state = "right"; + name = "Captain's Desk Door"; + req_access_txt = "20" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Captain's Desk"; + departmentType = 5; + name = "Captain Requests Console"; + pixel_y = -30 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bMP" = ( +/obj/machinery/keycard_auth{ + pixel_y = -24 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bMQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bMR" = ( +/obj/machinery/light, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bMS" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bMT" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/se) +"bMU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/assembly/chargebay) +"bMV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/bluegrid, +/area/assembly/chargebay) +"bMW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bMX" = ( +/obj/item/storage/firstaid/fire{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/fire, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/biostorage) +"bMY" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/regular, +/obj/machinery/alarm{ + pixel_y = 25 + }, +/obj/machinery/camera{ + c_tag = "Medbay Medicine Storage" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/biostorage) +"bMZ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bNa" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bNb" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bNc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bNd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bNe" = ( +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay" + }, +/turf/simulated/wall/r_wall, +/area/medical/chemistry) +"bNf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + name = "Robotics Lab"; + req_access_txt = "29" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bNg" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bNh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bNi" = ( +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/cable_coil, +/obj/item/flash, +/obj/item/flash, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"bNj" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/headset/headset_sci{ + pixel_x = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bNk" = ( +/obj/structure/closet/emcloset, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"bNl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/assembly/robotics) +"bNm" = ( +/obj/machinery/camera{ + c_tag = "Research Access"; + network = list("Research","SS13") + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"bNn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"bNo" = ( +/obj/structure/table, +/obj/item/clothing/accessory/stethoscope, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 6 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 3 + }, +/obj/item/flashlight/pen{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/flashlight/pen, +/obj/item/flashlight/pen{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/phone{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/reception) +"bNp" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_x = -30 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bNq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/toxins/lab) +"bNr" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/reception) +"bNs" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + icon_state = "pipe-j2s"; + name = "Cargo Disposals" + }, +/turf/simulated/wall, +/area/quartermaster/office) +"bNt" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bNu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bNv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bNw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bNx" = ( +/obj/machinery/light, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/hallway/primary/central/sw) +"bNy" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"bNz" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/reception) +"bNA" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/item/radio/intercom{ + pixel_x = -28; + pixel_y = 22 + }, +/turf/simulated/floor/plasteel, +/area/medical/chemistry) +"bNB" = ( +/obj/machinery/light_switch{ + pixel_x = 30 + }, +/obj/machinery/camera{ + c_tag = "Disposals"; + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bNC" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_x = 32 + }, +/obj/item/stack/packageWrap, +/obj/item/pen, +/obj/item/hand_labeler, +/obj/structure/table/glass, +/obj/item/book/manual/sop_science{ + pixel_y = -14 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bND" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/chem_heater, +/turf/simulated/floor/plasteel, +/area/medical/chemistry) +"bNE" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/assembly/robotics) +"bNF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bNG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"bNH" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Maintenance"; + req_access_txt = "31" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bNI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bNJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bNK" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/biostorage) +"bNL" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/closet/secure_closet/medical1, +/obj/machinery/ai_status_display{ + pixel_x = 32; + step_size = 0 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/biostorage) +"bNM" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bNN" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bNO" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/space, +/turf/simulated/shuttle/plating, +/area/shuttle/vox) +"bNP" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bNQ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bNR" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bNS" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "garbage"; + name = "disposal coveyor" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bNT" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bNU" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Research Research and Development Lab"; + dir = 8; + network = list("Research","SS13") + }, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/micro_laser, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bNV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bNW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bNX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bNY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/west) +"bNZ" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/maintcentral) +"bOa" = ( +/obj/machinery/camera{ + c_tag = "Research Hallway North"; + dir = 1; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"bOb" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry) +"bOc" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"bOd" = ( +/obj/machinery/door/poddoor{ + id_tag = "trash"; + name = "disposal bay door"; + protected = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bOe" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/shuttle/supply) +"bOf" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"bOg" = ( +/obj/machinery/camera{ + c_tag = "Cargo Recieving Dock"; + dir = 4 + }, +/obj/machinery/door_control{ + id = "QMLoaddoor"; + layer = 4; + name = "Loading Doors"; + pixel_x = -24; + pixel_y = -8 + }, +/obj/machinery/door_control{ + id = "QMLoaddoor2"; + layer = 4; + name = "Loading Doors"; + pixel_x = -24; + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bOh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bOi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/west) +"bOj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/maintcentral) +"bOk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bOl" = ( +/obj/structure/closet/wardrobe/black, +/turf/simulated/floor/plating, +/area/maintenance/maintcentral) +"bOm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/office) +"bOn" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bOo" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/maintcentral) +"bOp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bOq" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/bridge/meeting_room) +"bOr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Accounts Uplink Terminal"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/bridge/meeting_room) +"bOs" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"bOt" = ( +/obj/machinery/computer/supplycomp/public, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bOu" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generator Room North"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"bOv" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/medical/research{ + name = "Research Division" + }) +"bOw" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/hallway/primary/central/sw) +"bOx" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters"; + req_access = null; + req_access_txt = "20" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain/bedroom) +"bOy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/airlock/command{ + id_tag = null; + name = "Captain's Office"; + req_access = null; + req_access_txt = "20" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/captain) +"bOz" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27; + pixel_y = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bOA" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/flasher_button{ + id = "hopflash"; + pixel_x = 6; + pixel_y = 36 + }, +/obj/machinery/door_control{ + id = "hopqueue"; + name = "Queue Privacy Shutters Control"; + pixel_x = -4; + pixel_y = 25; + req_access_txt = "28" + }, +/obj/machinery/door_control{ + id = "hop"; + name = "Privacy Shutters Control"; + pixel_x = 6; + pixel_y = 25; + req_access_txt = "28" + }, +/obj/machinery/light_switch{ + pixel_x = -4; + pixel_y = 36 + }, +/obj/machinery/door_control/ticket_machine_button{ + pixel_x = -22; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/crew_quarters/heads) +"bOB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"bOC" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/machinery/recharger/wallcharger{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bOD" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/reception) +"bOE" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_x = -32 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/engine/gravitygenerator) +"bOF" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/reception) +"bOG" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"bOH" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/engine/gravitygenerator) +"bOI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/quartermaster/storage) +"bOJ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain/bedroom) +"bOK" = ( +/turf/simulated/wall, +/area/crew_quarters/captain/bedroom) +"bOL" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/captain/bedroom) +"bOM" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA"; + pixel_x = 32 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/engine/gravitygenerator) +"bON" = ( +/turf/simulated/wall, +/area/crew_quarters/captain) +"bOO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/engine/gravitygenerator) +"bOP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bOQ" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"bOR" = ( +/obj/structure/table, +/obj/item/clothing/glasses/hud/health{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 4; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/biostorage) +"bOS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bOT" = ( +/obj/item/storage/firstaid/toxin{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/toxin, +/obj/structure/table, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/biostorage) +"bOU" = ( +/turf/simulated/wall, +/area/medical/chemistry) +"bOV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/biostorage) +"bOW" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/morgue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bOX" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bOY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bOZ" = ( +/obj/machinery/mech_bay_recharge_port, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/obj/machinery/camera{ + c_tag = "Research Mech Bay"; + dir = 4; + network = list("Research","SS13") + }, +/turf/simulated/floor/plating, +/area/assembly/chargebay) +"bPa" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"bPb" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/mob/living/simple_animal/pet/dog/corgi/borgi, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bPc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "paramedic"; + name = "Paramedic Garage" + }, +/turf/simulated/floor/plasteel, +/area/medical/paramedic) +"bPd" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"bPe" = ( +/obj/vehicle/ambulance, +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/warning_stripes/south, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/paramedic) +"bPf" = ( +/obj/structure/closet/secure_closet/paramedic, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/paramedic) +"bPg" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/table, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/reception) +"bPh" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/masks{ + pixel_y = -3 + }, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/wirecutters{ + desc = "This cuts gloves."; + name = "Glove Snippers" + }, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/reception) +"bPi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"bPj" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "Research Division" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/medical/research{ + name = "Research Division" + }) +"bPk" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Research Division Delivery"; + req_access_txt = "47" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "delivery" + }, +/area/medical/research{ + name = "Research Division" + }) +"bPl" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/toxins/lab) +"bPm" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/reception) +"bPn" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"bPo" = ( +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"bPp" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"bPq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bPr" = ( +/obj/machinery/door/airlock{ + name = "Port Emergency Storage" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/storage/emergency2) +"bPs" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/assembly/robotics) +"bPt" = ( +/turf/simulated/wall/r_wall, +/area/medical/research{ + name = "Research Division" + }) +"bPu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bPv" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/transport) +"bPw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bPx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"bPy" = ( +/obj/structure/table, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/crowbar, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bPz" = ( +/obj/machinery/newscaster{ + pixel_x = -27; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bPA" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"bPB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bPC" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/obj/structure/closet, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bPD" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start{ + name = "Scientist" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTH)" + }, +/area/toxins/lab) +"bPE" = ( +/obj/structure/table/glass, +/obj/item/pen/multi, +/obj/item/book/manual/sop_science{ + pixel_y = -14 + }, +/obj/item/paper_bin/nanotrasen, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"bPF" = ( +/obj/structure/chair/stool, +/obj/effect/decal/warning_stripes/east, +/obj/effect/landmark/start{ + name = "Chemist" + }, +/turf/simulated/floor/plasteel, +/area/medical/chemistry) +"bPG" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_x = -32 + }, +/obj/machinery/chem_dispenser, +/turf/simulated/floor/plasteel, +/area/medical/chemistry) +"bPH" = ( +/obj/machinery/light/small, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bPJ" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/structure/table/glass, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bPK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"bPL" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s6" + }, +/turf/simulated/shuttle/wall{ + icon_state = "swall_s6" + }, +/area/shuttle/administration) +"bPM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Kitchen"; + req_access_txt = "28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/kitchen) +"bPN" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "106" + }, +/obj/docking_port/mobile{ + dir = 2; + dwidth = 9; + height = 18; + id = "admin"; + name = "administration shuttle"; + roundstart_move = "admin_away"; + width = 19 + }, +/obj/docking_port/stationary{ + dir = 2; + dwidth = 9; + height = 18; + id = "admin_home"; + name = "port bay 1"; + width = 19 + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"bPO" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bPP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bPQ" = ( +/obj/effect/decal/warning_stripes/arrow{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bPR" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/administration) +"bPS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bPT" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK" + }, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"bPU" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + tag = "icon-propulsion (EAST)" + }, +/turf/space, +/turf/space, +/area/shuttle/transport) +"bPV" = ( +/obj/effect/landmark/start{ + name = "Cargo Technician" + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bPW" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bPX" = ( +/obj/structure/closet/emcloset, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bPY" = ( +/obj/structure/closet/emcloset, +/obj/machinery/status_display/supply_display{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bPZ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/quartermaster/office) +"bQa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"bQb" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"bQc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bQd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bQe" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westleft{ + name = "Cargo Desk"; + req_access_txt = "50" + }, +/obj/structure/noticeboard{ + pixel_y = 27 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bQf" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bQg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bQh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/hallway/primary/central/sw) +"bQi" = ( +/obj/structure/table/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/flasher{ + id = "hopflash"; + pixel_y = 28 + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "hop"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + name = "Head of Personnel's Desk"; + req_access_txt = "57" + }, +/obj/machinery/door/window/northleft{ + dir = 8; + name = "Head of Personnel's Desk" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bQj" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bQk" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/crew_quarters/heads) +"bQl" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads) +"bQm" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bQn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"bQo" = ( +/turf/simulated/wall, +/area/crew_quarters/heads) +"bQp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Head of Personnel"; + req_access = null; + req_access_txt = "57" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bQq" = ( +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"bQr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"bQs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"bQt" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"bQu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain/bedroom) +"bQv" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/structure/dresser, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain/bedroom) +"bQw" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/item/storage/box/matches, +/obj/item/reagent_containers/food/drinks/flask/gold, +/obj/item/clothing/mask/cigarette/cigar, +/obj/item/razor{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain/bedroom) +"bQx" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 1; + icon_state = "left"; + name = "Shower" + }, +/obj/machinery/shower{ + dir = 4; + tag = "icon-shower (EAST)" + }, +/obj/item/soap/deluxe, +/obj/item/bikehorn/rubberducky, +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/captain/bedroom) +"bQy" = ( +/obj/machinery/door/airlock{ + name = "Private Restroom" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/captain/bedroom) +"bQz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain/bedroom) +"bQA" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"bQB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/biostorage) +"bQC" = ( +/obj/structure/closet/secure_closet/medical3, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/biostorage) +"bQD" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/captain/bedroom) +"bQE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/biostorage) +"bQF" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bQG" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/disposalpipe/junction{ + icon_state = "pipe-y" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bQH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bQI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bQJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Medbay Morgue South"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bQK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/assembly/chargebay) +"bQL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access_txt = "6;29" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/assembly/chargebay) +"bQM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/captain) +"bQN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bQO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bQP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Paramedic"; + req_access_txt = "66" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/paramedic) +"bQQ" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/paramedic) +"bQR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/reception) +"bQS" = ( +/obj/structure/table, +/obj/item/storage/box/syringes, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/camera{ + c_tag = "Medbay Lobby Reception"; + dir = 4 + }, +/obj/item/storage/box/pillbottles{ + pixel_x = -5; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/reception) +"bQT" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = -4 + }, +/turf/simulated/wall, +/area/medical/chemistry) +"bQU" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper/precision, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/medical/chemistry) +"bQV" = ( +/turf/simulated/wall, +/area/medical/medbay2) +"bQW" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/machinery/camera{ + c_tag = "Medbay Chemistry South"; + dir = 4 + }, +/obj/machinery/chem_master, +/turf/simulated/floor/plasteel, +/area/medical/chemistry) +"bQX" = ( +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"bQY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"bQZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"bRa" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32; + step_size = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteyellow" + }, +/area/medical/chemistry) +"bRb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/biostorage) +"bRc" = ( +/obj/structure/rack, +/obj/item/storage/belt/medical, +/obj/item/storage/belt/medical{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/belt/medical{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/item/gun/syringe, +/obj/item/gun/syringe{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/biostorage) +"bRd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access_txt = "6;5" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/genetics_cloning) +"bRe" = ( +/obj/structure/sign/nosmoking_1, +/turf/simulated/wall, +/area/medical/genetics_cloning) +"bRf" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bRg" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bRh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/morgue) +"bRi" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bRj" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bRk" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"bRl" = ( +/obj/effect/decal/warning_stripes/east, +/obj/structure/window/reinforced/tinted{ + dir = 4; + tag = "" + }, +/obj/structure/table, +/obj/item/mmi, +/obj/item/mmi, +/obj/item/mmi, +/obj/item/mmi/robotic_brain, +/obj/item/robotanalyzer, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"bRm" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer, +/obj/machinery/newscaster{ + pixel_x = 26; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bRn" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/medical/research{ + name = "Research Division" + }) +"bRo" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "QM #1" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #1"; + suffix = "#1" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bRp" = ( +/obj/machinery/door_control{ + id = "rdlab2"; + name = "Research and Development Lab Shutters Control"; + pixel_x = -24; + pixel_y = -24; + req_access_txt = "47" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bRq" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/storage/toolbox/mechanical, +/obj/item/stack/tape_roll, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bRr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bRs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"bRt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bRu" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/administration) +"bRv" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/beer/upgraded, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"bRw" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/drinkingglasses, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"bRx" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda/upgraded, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"bRy" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start{ + name = "Roboticist" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"bRz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bRA" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"bRB" = ( +/obj/machinery/cell_charger, +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"bRC" = ( +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/shuttle/vox) +"bRD" = ( +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"bRE" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/scanning_module, +/obj/item/stock_parts/scanning_module{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bRF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"bRG" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/administration) +"bRH" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bRI" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor/east{ + id = "QMLoad2" + }, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"bRJ" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor/east{ + id = "QMLoad2" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"bRK" = ( +/obj/machinery/door/poddoor{ + id_tag = "QMLoaddoor2"; + name = "supply dock loading door" + }, +/obj/machinery/conveyor/east{ + id = "QMLoad2" + }, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"bRL" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bRM" = ( +/obj/machinery/autolathe, +/obj/machinery/light_switch{ + pixel_x = -27 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bRN" = ( +/obj/machinery/computer/supplycomp, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bRO" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bRP" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"bRQ" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"bRR" = ( +/obj/machinery/conveyor/east{ + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bRS" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/conveyor/east{ + id = "QMLoad2" + }, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"bRT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"bRU" = ( +/obj/machinery/recharge_station, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bRV" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/primary/central/sw) +"bRW" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "QM #2" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bRX" = ( +/obj/effect/landmark/start{ + name = "Scientist" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/toxins/lab) +"bRY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bRZ" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/hallway/primary/central/sw) +"bSa" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bSb" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "hop"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/heads) +"bSc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bSd" = ( +/obj/machinery/computer/card, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/crew_quarters/heads) +"bSe" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bSf" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bSg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bSh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bSi" = ( +/turf/simulated/wall/r_wall, +/area/teleporter) +"bSj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bSk" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bSl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bSm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bSn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"bSo" = ( +/obj/machinery/vending/medical, +/obj/machinery/camera{ + c_tag = "Medbay Corridor West"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bSp" = ( +/obj/structure/disposalpipe/segment{ + name = "Sorting Office" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bSq" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/folder/white, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHEAST)" + }, +/area/medical/reception) +"bSr" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bSs" = ( +/obj/machinery/vending/medical, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/reception) +"bSt" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Medbay Reception"; + req_access_txt = "5" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bSu" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/medbay2) +"bSv" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32; + step_size = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bSw" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/chemistry, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"bSx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Chemistry Lab"; + req_access_txt = "33" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"bSy" = ( +/obj/machinery/smartfridge/medbay, +/obj/machinery/door/window/eastright{ + base_state = "left"; + desc = "You have the public fridge, pal, lube off."; + dir = 2; + icon_state = "left"; + name = "Anti-Theft Shield"; + req_access_txt = "5" + }, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"bSz" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"bSA" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Disposal Access"; + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"bSB" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"bSC" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer, +/obj/machinery/alarm{ + pixel_y = 25 + }, +/obj/machinery/camera{ + c_tag = "Medbay Cloning" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"bSD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"bSE" = ( +/obj/structure/table/glass, +/obj/item/storage/box/bodybags{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 7; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"bSF" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/medical/genetics) +"bSG" = ( +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes/wolpincubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/medical/genetics) +"bSH" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/medical/genetics) +"bSI" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bSJ" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/tank/anesthetic, +/obj/item/clothing/mask/breath/medical, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitehall" + }, +/area/assembly/robotics) +"bSK" = ( +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/clipboard, +/obj/item/pen/red{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bSL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bSM" = ( +/obj/item/stamp/granted{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/structure/table, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bSN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bSO" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bSP" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bSQ" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = 27 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bSR" = ( +/obj/machinery/door_control{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyerPort"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_x = -26; + pixel_y = 25; + req_access_txt = null + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bSS" = ( +/obj/machinery/camera{ + c_tag = "Medbay Corridor Center" + }, +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay Requests Console"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bST" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"bSU" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/hallway/primary/central/sw) +"bSV" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Medbay Secondary Hallway North"; + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bSW" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery, +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner" + }, +/area/assembly/robotics) +"bSX" = ( +/obj/effect/decal/warning_stripes/blue/partial, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bSY" = ( +/obj/machinery/door_control{ + id = "robotics2"; + name = "Robotics Lab Shutters Control"; + pixel_x = 24; + pixel_y = -24; + req_access_txt = "29" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bSZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner" + }, +/area/medical/research{ + name = "Research Division" + }) +"bTa" = ( +/obj/structure/table/reinforced, +/obj/item/folder/white, +/obj/item/pen, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "robotics2"; + name = "Robotics Lab Shutters"; + opacity = 0 + }, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Robotics Desk"; + req_access_txt = "29" + }, +/turf/simulated/floor/plating, +/area/assembly/robotics) +"bTb" = ( +/turf/simulated/wall, +/area/toxins/lab) +"bTc" = ( +/obj/structure/table, +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bTd" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/bed/dogbed/ian, +/mob/living/simple_animal/pet/dog/corgi/Ian, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bTe" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/toxins/lab) +"bTf" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bTg" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "rdlab2"; + name = "Research and Development Lab Shutters"; + opacity = 0 + }, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 1; + icon_state = "left"; + name = "Research and Development Desk"; + req_access_txt = "47" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bTh" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bTi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"bTj" = ( +/obj/structure/safe/floor{ + known_by = list("captain") + }, +/obj/item/gun/projectile/revolver/russian, +/obj/item/reagent_containers/food/drinks/bottle/absinthe/premium, +/obj/item/lighter/zippo/nt_rep, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/toy/figure/captain, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain/bedroom) +"bTk" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"bTl" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"bTm" = ( +/obj/structure/table, +/obj/item/pod_parts/core, +/obj/item/circuitboard/mecha/pod, +/obj/item/clothing/glasses/welding{ + pixel_y = 12 + }, +/obj/item/gps, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"bTn" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "adminshuttleblast"; + name = "Blast Doors"; + req_access_txt = "101" + }, +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "General Access"; + opacity = 1; + req_access_txt = "101" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"bTo" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"bTp" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_l"; + tag = "icon-propulsion_l" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/vox) +"bTq" = ( +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"bTr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external{ + id_tag = "supply_home"; + name = "Cargo Docking Hatch"; + req_access_txt = "31" + }, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"bTs" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "QM #3" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bTt" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "31" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"bTu" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bTv" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bTw" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitehall" + }, +/area/medical/research{ + name = "Research Division" + }) +"bTx" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"bTy" = ( +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"bTz" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"bTA" = ( +/obj/structure/table, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + name = "Cargo Requests Console"; + pixel_x = -30 + }, +/obj/machinery/camera{ + c_tag = "Cargo Office"; + dir = 4 + }, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/multitool, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bTB" = ( +/obj/structure/bed, +/obj/item/bedsheet/captain, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain/bedroom) +"bTC" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = -32 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "hop"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/heads) +"bTD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads) +"bTE" = ( +/obj/structure/closet/secure_closet/hop, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bTF" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/captain) +"bTG" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bTH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door_control{ + id = "paramedic"; + name = "Garage Door Control"; + pixel_x = 24; + pixel_y = 1; + req_access_txt = "66" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bTI" = ( +/obj/structure/bed/amb_trolley, +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/door_control{ + id = "paramedic"; + name = "Garage Door Control"; + pixel_x = -24; + pixel_y = 1; + req_access_txt = "66" + }, +/obj/machinery/light_switch{ + pixel_x = -23; + pixel_y = -8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/paramedic) +"bTJ" = ( +/turf/simulated/wall/r_wall, +/area/server) +"bTK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/pdapainter, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads) +"bTL" = ( +/obj/structure/closet/paramedic, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/paramedic) +"bTM" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/reception) +"bTN" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bTO" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table, +/obj/item/hand_tele, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bTP" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/machinery/camera{ + c_tag = "Gravity Generator Room South"; + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bTQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/reception) +"bTR" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bTS" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/structure/closet/crate, +/obj/item/crowbar, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bTT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/chemistry) +"bTU" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/biostorage) +"bTV" = ( +/obj/machinery/camera{ + c_tag = "Teleporter Room" + }, +/obj/machinery/alarm{ + pixel_y = 23 + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bTW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bTX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/assembly/robotics) +"bTY" = ( +/obj/machinery/disposal, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/structure/disposalpipe/trunk, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"bTZ" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/genetics_cloning) +"bUa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"bUb" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/item/radio/intercom{ + pixel_x = 29; + pixel_y = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"bUc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"bUd" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/medical/genetics) +"bUe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bUf" = ( +/obj/machinery/door/window/southright{ + name = "Primate Pen"; + req_access_txt = "9" + }, +/turf/simulated/floor/plasteel{ + dir = 1 + }, +/area/medical/genetics) +"bUg" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor/west{ + id = "QMLoad" + }, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"bUh" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/medical/research{ + name = "Research Division" + }) +"bUi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bUj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bUk" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bUl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + icon_state = "pipe-j2s"; + name = "Sci Robotics"; + sortType = 14 + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bUm" = ( +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bUn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bUo" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bUp" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bUq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads) +"bUr" = ( +/turf/simulated/floor/carpet, +/area/crew_quarters/heads) +"bUs" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bUt" = ( +/obj/structure/chair/office/dark, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bUu" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/structure/table/tray, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery1) +"bUv" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bUw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bUx" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"bUy" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/power/terminal, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bUz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bUA" = ( +/obj/structure/table, +/obj/item/tank/emergency_oxygen/nitrogen{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/tank/emergency_oxygen/nitrogen{ + pixel_x = 5 + }, +/obj/item/tank/emergency_oxygen/plasma{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/tank/emergency_oxygen/plasma{ + pixel_x = -5 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/medical/cmostore) +"bUB" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Captain's Quarters"; + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain/bedroom) +"bUC" = ( +/obj/machinery/light, +/obj/effect/decal/warning_stripes/arrow{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bUD" = ( +/obj/structure/closet/secure_closet/captains, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain/bedroom) +"bUE" = ( +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2 (EAST)" + }, +/turf/simulated/wall, +/area/quartermaster/office) +"bUF" = ( +/obj/machinery/computer/operating{ + name = "Robotics Operating Computer" + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bUG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bUH" = ( +/obj/structure/closet/wardrobe/robotics_black, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bUI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/genetics) +"bUJ" = ( +/obj/structure/closet/wardrobe/genetics_white, +/obj/machinery/camera{ + c_tag = "Medbay Genetics" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/medical/genetics) +"bUK" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitehall" + }, +/area/medical/research{ + name = "Research Division" + }) +"bUL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/arrow{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bUM" = ( +/obj/structure/closet/crate/freezer, +/obj/item/tank/emergency_oxygen/engi/empty, +/obj/item/tank/emergency_oxygen/engi/empty, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/machinery/iv_drip, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/sleeper) +"bUN" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bUO" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/camera{ + c_tag = "Research Hallway Entrance"; + network = list("Research","SS13") + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/medical/research{ + name = "Research Division" + }) +"bUP" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/medical/research{ + name = "Research Division" + }) +"bUQ" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bUR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bUS" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bUT" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"bUU" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bUV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bUW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bUX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bUY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"bUZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/hallway/primary/central/sw) +"bVa" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads) +"bVb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads) +"bVc" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads) +"bVd" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bVe" = ( +/obj/machinery/kitchen_machine/microwave/upgraded, +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"bVf" = ( +/obj/machinery/door/window/northright{ + name = "bar" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"bVg" = ( +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"bVh" = ( +/obj/item/ashtray/glass, +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"bVi" = ( +/obj/item/storage/fancy/cigarettes/dromedaryco, +/obj/item/lighter/zippo{ + pixel_x = 5 + }, +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"bVj" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bVk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Delivery Office"; + req_access_txt = "50" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bVl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay"; + req_access_txt = "31" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bVm" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"bVn" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/machinery/door_control{ + id = "QMLoaddoor2"; + layer = 3; + name = "Loading Doors"; + pixel_x = 24; + pixel_y = 8 + }, +/obj/machinery/door_control{ + id = "QMLoaddoor"; + layer = 3; + name = "Loading Doors"; + pixel_x = 24; + pixel_y = -8 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"bVo" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/structure/rack, +/obj/item/circuitboard/aicore{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/hor) +"bVp" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "QM #4" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bVq" = ( +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/airlock/command{ + name = "Teleport Access"; + req_access_txt = "17" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bVr" = ( +/obj/structure/table, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/item/folder/yellow, +/obj/item/eftpos, +/obj/item/book/manual/sop_supply, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bVs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bVt" = ( +/obj/machinery/vending/cart, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bVu" = ( +/obj/structure/closet/secure_closet/hop2, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bVv" = ( +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bVw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bVx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bVy" = ( +/obj/structure/table, +/obj/item/pen/multi, +/obj/item/pen/multi, +/obj/item/megaphone, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bVz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bVA" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bVB" = ( +/obj/machinery/message_server, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/bluegrid, +/area/server) +"bVC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/assembly/chargebay) +"bVD" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4; + tag = "" + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitecorner" + }, +/area/assembly/robotics) +"bVE" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitecorner" + }, +/area/medical/research{ + name = "Research Division" + }) +"bVF" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/medical/research{ + name = "Research Division" + }) +"bVG" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/airlock/research/glass{ + name = "Research and Development"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/lab) +"bVH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Delivery Office"; + req_access_txt = "50" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bVI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Escape Pod Bay" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/escapepodbay) +"bVJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/mob/living/simple_animal/pet/sloth/paperwork, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bVK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bVL" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bVM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/photocopier, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads) +"bVN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bVO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bVP" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27; + pixel_y = 1 + }, +/obj/structure/table, +/obj/item/radio/beacon, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bVQ" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1450; + master_tag = "dorms_maint"; + name = "interior access button"; + pixel_x = 25; + pixel_y = -25; + req_access_txt = "13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"bVR" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bVS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bVT" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/hallway/primary/central/se) +"bVU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/medical/genetics) +"bVV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "GeneticsDoor"; + name = "Genetics"; + req_access_txt = "9" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics) +"bVW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/medical/genetics) +"bVX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/medical/genetics) +"bVY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/airlock/research{ + name = "Genetics Research"; + req_access_txt = "47;9" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics) +"bVZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/medical/genetics) +"bWa" = ( +/turf/simulated/wall, +/area/medical/cryo) +"bWb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR: EMERGENCY ENTRANCE'."; + name = "KEEP CLEAR: EMERGENCY ENTRANCE"; + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bWc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"bWd" = ( +/turf/simulated/wall, +/area/medical/genetics_cloning) +"bWe" = ( +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/structure/closet/secure_closet/roboticist, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bWf" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bWg" = ( +/turf/simulated/wall, +/area/medical/genetics) +"bWh" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bWi" = ( +/turf/simulated/wall/r_wall, +/area/medical/genetics) +"bWj" = ( +/turf/simulated/wall, +/area/assembly/chargebay) +"bWk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitehall" + }, +/area/medical/research{ + name = "Research Division" + }) +"bWl" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"bWm" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Medical Doctor" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bWn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"bWo" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bWp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"bWq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/medical/research{ + name = "Research Division" + }) +"bWr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/medical/research{ + name = "Research Division" + }) +"bWs" = ( +/obj/structure/table, +/obj/item/soap/nanotrasen, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/medbay2) +"bWt" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/nosmoking_1, +/turf/simulated/floor/plating, +/area/medical/sleeper) +"bWu" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/examroom, +/turf/simulated/floor/plating, +/area/medical/sleeper) +"bWv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"bWw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"bWx" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/sleeper) +"bWy" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/cryo) +"bWz" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bWA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bWB" = ( +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/crowbar, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/door_control{ + desc = "A remote control switch for the medbay foyer."; + id = "CloningDoor"; + name = "Cloning Doors Control"; + normaldoorcontrol = 1; + pixel_y = -36 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"bWC" = ( +/obj/machinery/computer/cloning, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"bWD" = ( +/obj/machinery/dna_scannernew, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"bWE" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/eastright{ + dir = 1; + icon_state = "left"; + name = "Cryo Tank Storage"; + req_one_access_txt = "5;32" + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"bWF" = ( +/obj/machinery/clonepod/biomass, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"bWG" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8; + tag = "icon-heater (WEST)" + }, +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 4 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/administration) +"bWH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "stairs-l" + }, +/area/hallway/primary/central/ne) +"bWI" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/vox) +"bWJ" = ( +/obj/machinery/door/airlock/shuttle{ + aiControlDisabled = 1; + hackProof = 1; + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch" + }, +/obj/docking_port/mobile/emergency{ + dwidth = 11; + height = 18; + width = 29 + }, +/obj/docking_port/stationary{ + dir = 4; + dwidth = 11; + height = 18; + id = "emergency_home"; + name = "emergency evac bay"; + width = 29 + }, +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"bWK" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/shuttle/trade/sol) +"bWL" = ( +/obj/item/stack/sheet/metal, +/obj/structure/table, +/obj/item/stack/sheet/glass{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/glass{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/glass{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"bWM" = ( +/obj/structure/closet{ + icon_closed = "white"; + icon_state = "white"; + name = "Medical gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/med{ + loot = list(/obj/item/storage/fancy/cigarettes/cigpack_med = 50, /obj/item/stack/nanopaste = 50, /obj/item/storage/pill_bottle/random_meds/labelled = 50, /obj/item/reagent_containers/glass/bottle/reagent/omnizine = 50, /obj/item/reagent_containers/glass/bottle/reagent/strange_reagent = 50, /obj/item/scalpel/laser/manager = 50, /obj/item/organ/internal/heart/gland/ventcrawling = 50, /obj/item/organ/internal/heart/gland/heals = 50, /obj/item/dnainjector/regenerate = 50, /obj/item/dnainjector/nobreath = 50, /obj/item/dnainjector/telemut = 50, /obj/item/reagent_containers/glass/bottle/regeneration = 50, /obj/item/reagent_containers/glass/bottle/sensory_restoration = 50, /obj/item/autopsy_scanner = 50, /obj/item/organ/internal/cyberimp/eyes/hud/medical = 50, /obj/item/gun/medbeam = 50, /obj/item/reagent_containers/applicator/dual/syndi = 50, /obj/item/reagent_containers/glass/bottle/retrovirus = 50, /obj/item/reagent_containers/glass/bottle/reagent/strange_reagent = 50, /obj/item/reagent_containers/glass/bottle/tuberculosiscure = 50, /obj/item/reagent_containers/glass/bottle/gbs = 50, /obj/item/bodyanalyzer/advanced = 50); + lootcount = 8; + name = "5. Medical gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"bWN" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/closet{ + icon_closed = "green"; + icon_state = "green"; + name = "Service gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/serv{ + loot = list(/obj/item/storage/box/beakers/bluespace = 50, /obj/item/storage/box/monkeycubes = 50, /obj/item/storage/box/monkeycubes = 50, /obj/item/storage/box/stockparts/deluxe = 50, /obj/item/storage/box/rndboards = 50, /obj/item/reagent_containers/spray/cleaner = 50, /obj/item/soap = 50, /obj/item/clothing/under/syndicate/combat = 50, /obj/item/soap/syndie = 50, /obj/item/lighter/zippo/gonzofist = 50, /obj/item/clothing/under/psyjump = 50, /obj/item/immortality_talisman = 50, /obj/item/t_scanner/adv_mining_scanner = 50, /obj/item/storage/box/bartender_rare_ingredients_kit = 50, /obj/item/storage/box/chef_rare_ingredients_kit = 50, /obj/item/grenade/clusterbuster/cleaner = 50, /obj/item/mining_voucher = 50, /obj/item/gun/energy/kinetic_accelerator/experimental = 50, /obj/item/borg/upgrade/modkit/aoe/turfs/andmobs = 50, /obj/item/seeds/random/labelled = 50, /obj/item/seeds/random/labelled = 50, /obj/item/seeds/random/labelled = 50, /obj/item/grenade/clusterbuster/honk = 50, /obj/item/bikehorn/golden = 50); + lootcount = 8; + name = "7. Service gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"bWO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay"; + req_access_txt = "31" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bWP" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "31" + }, +/obj/docking_port/mobile/supply, +/obj/docking_port/stationary{ + dir = 8; + dwidth = 5; + height = 7; + id = "supply_home"; + name = "supply bay"; + width = 12 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"bWQ" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor/west{ + id = "QMLoad" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"bWR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "ramptop"; + tag = "icon-stage_stairs" + }, +/area/escapepodbay) +"bWS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "hopqueue"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/arrow{ + dir = 4 + }, +/obj/machinery/ticket_machine{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"bWT" = ( +/obj/machinery/computer/arcade, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"bWU" = ( +/obj/machinery/light, +/obj/machinery/computer/merch, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bWV" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bWW" = ( +/obj/structure/table, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/item/storage/belt/utility, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bWX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 1; + icon_state = "left"; + name = "Medical Delivery"; + req_access_txt = "5" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/sleeper) +"bWY" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Head of Personnel" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bWZ" = ( +/obj/structure/table, +/obj/item/folder/blue, +/obj/item/stamp/hop, +/obj/item/eftpos, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/obj/item/book/manual/sop_command, +/obj/item/paper_bin/nanotrasen, +/obj/item/paper/monitorkey, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bXa" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bXb" = ( +/obj/machinery/computer/security/mining, +/obj/machinery/keycard_auth{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/crew_quarters/heads) +"bXc" = ( +/obj/machinery/computer/message_monitor, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/server) +"bXd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bXe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bXf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bXg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bXh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bXi" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"bXj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bXk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bXl" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bXm" = ( +/obj/machinery/shieldwallgen, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bXn" = ( +/obj/machinery/shieldwallgen, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bXo" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bXp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bXq" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_x = 32 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bXr" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/bluegrid, +/area/server) +"bXs" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/genetics) +"bXt" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/server) +"bXu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Gravity Generator"; + req_one_access_txt = "10;30" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/gravitygenerator) +"bXv" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple"; + tag = "icon-whitepurple (EAST)" + }, +/area/medical/genetics) +"bXw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/chair/stool, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bXx" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bXy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/bluespace_beacon, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bXz" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bXA" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bXB" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR: EMERGENCY ENTRANCE'."; + name = "KEEP CLEAR: EMERGENCY ENTRANCE"; + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bXC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bXD" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/sleeper) +"bXE" = ( +/obj/item/roller, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/sleeper) +"bXF" = ( +/obj/machinery/light_switch{ + pixel_x = -21 + }, +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/sleeper) +"bXG" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/sleeper) +"bXH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"bXI" = ( +/obj/machinery/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/sleeper) +"bXJ" = ( +/obj/structure/table, +/obj/item/reagent_containers/syringe/antiviral, +/obj/item/reagent_containers/syringe/charcoal, +/obj/item/reagent_containers/syringe/insulin, +/obj/item/reagent_containers/glass/bottle/morphine, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/reagent_containers/syringe, +/obj/item/stack/medical/bruise_pack/advanced{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/stack/medical/ointment/advanced{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/pill/patch/styptic{ + pixel_y = 6 + }, +/obj/item/reagent_containers/food/pill/patch/styptic{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/pill/patch/silver_sulf{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/pill/patch/silver_sulf{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/storage/pill_bottle/painkillers{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/sleeper) +"bXK" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"bXL" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = -3; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"bXM" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"bXN" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bXO" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/power/apc{ + cell_type = 15000; + dir = 4; + name = "Cryo and Arrivals Super APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"bXP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -25 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bXQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics) +"bXR" = ( +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_x = 32; + pixel_y = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bXS" = ( +/turf/simulated/wall/r_wall, +/area/medical/genetics_cloning) +"bXT" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "cmooffice"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/medical/cmo) +"bXU" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "cmooffice"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/medical/cmo) +"bXV" = ( +/obj/structure/table/glass, +/obj/item/hand_labeler, +/obj/item/roller, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -25 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/genetics) +"bXW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics) +"bXX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bXY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Teleport Access"; + req_access_txt = "17" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bXZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/teleporter) +"bYa" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bYb" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/hallway/primary/central/se) +"bYc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bYd" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bYe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bYf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"bYg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"bYh" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/hor) +"bYi" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/hor) +"bYj" = ( +/turf/simulated/wall/r_wall, +/area/crew_quarters/hor) +"bYk" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple"; + tag = "icon-whitepurple (EAST)" + }, +/area/medical/genetics) +"bYl" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/research/glass{ + name = "Robotics Lab"; + req_access_txt = "29" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"bYm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"bYn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"bYo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/escapepodbay) +"bYp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/escapepodbay) +"bYq" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/escapepodbay) +"bYr" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bYs" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/sleeper) +"bYt" = ( +/obj/machinery/door/airlock/public/glass, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"bYu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyerPort"; + name = "Medbay Entrance"; + req_access_txt = "5" + }, +/obj/effect/mapping_helpers/airlock/unres, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/reception) +"bYv" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swallc2" + }, +/area/shuttle/administration) +"bYw" = ( +/obj/machinery/door/poddoor{ + id_tag = "QMLoaddoor"; + name = "supply dock loading door" + }, +/obj/machinery/conveyor/west{ + id = "QMLoad" + }, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"bYx" = ( +/obj/machinery/light, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/conveyor/west{ + id = "QMLoad" + }, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"bYy" = ( +/obj/machinery/status_display/supply_display{ + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/conveyor/west{ + id = "QMLoad" + }, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"bYz" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/machinery/computer/card/minor/rd, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/hor) +"bYA" = ( +/obj/structure/rack, +/obj/item/aicard, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/hor) +"bYB" = ( +/obj/structure/displaycase/labcage, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/hor) +"bYC" = ( +/obj/structure/table, +/obj/item/roller, +/obj/item/soap/nanotrasen, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/sleeper) +"bYD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bYE" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay South"; + dir = 1 + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"bYF" = ( +/obj/machinery/door/window/westleft{ + name = "Janitoral Delivery"; + req_access_txt = "26" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/janitor) +"bYG" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_x = 6; + pixel_y = -5 + }, +/obj/machinery/newscaster{ + pixel_x = -27; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bYH" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/computer/guestpass{ + pixel_y = -28 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/quartermaster/office) +"bYI" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bYJ" = ( +/obj/structure/noticeboard{ + pixel_y = -27 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/quartermaster/office) +"bYK" = ( +/obj/machinery/status_display/supply_display, +/turf/simulated/wall, +/area/quartermaster/qm) +"bYL" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/quartermaster/qm) +"bYM" = ( +/turf/simulated/wall, +/area/quartermaster/qm) +"bYN" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"bYO" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay Entrance"; + dir = 4 + }, +/obj/machinery/atm{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/hallway/primary/central/sw) +"bYP" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/quartermaster/miningdock) +"bYQ" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "Janitor" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/maintenance/asmaint) +"bYR" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/hallway/primary/central/sw) +"bYS" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Personnel's Desk"; + departmentType = 5; + name = "Head of Personnel Requests Console"; + pixel_y = -30 + }, +/obj/machinery/camera{ + c_tag = "Head of Personnel's Office"; + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bYT" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/crew_quarters/heads) +"bYU" = ( +/obj/machinery/blackbox_recorder, +/turf/simulated/floor/bluegrid, +/area/server) +"bYV" = ( +/obj/structure/table, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/door_control{ + id = "hopofficedoor"; + name = "Office Door"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = 16; + req_access_txt = "57" + }, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Head of Personnel's Office" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bYW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"bYX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/central/sw) +"bYY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/computer/guestpass/hop{ + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"bYZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/server) +"bZa" = ( +/obj/machinery/teleport/station, +/turf/simulated/floor/plating, +/area/teleporter) +"bZb" = ( +/obj/machinery/teleport/hub, +/turf/simulated/floor/plating, +/area/teleporter) +"bZc" = ( +/obj/structure/rack, +/obj/item/tank/oxygen, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plating, +/area/teleporter) +"bZd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "Messaging Server"; + req_access_txt = "30" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/server) +"bZe" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/server) +"bZf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bZg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bZh" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/sleeper) +"bZi" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/sleeper) +"bZj" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/medical/sleeper) +"bZk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"bZl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"bZm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/sleeper) +"bZn" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"bZo" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"bZp" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"bZq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"bZr" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bZs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"bZt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/hallway/primary/central/se) +"bZu" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bZv" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"bZw" = ( +/obj/machinery/computer/card/minor/cmo, +/obj/machinery/camera{ + c_tag = "Medbay Chief Medical Officer's Office"; + dir = 4 + }, +/obj/item/radio/intercom/department/medbay{ + pixel_x = -32; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + pixel_x = -32; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/medical/cmo) +"bZx" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/medical/cmo) +"bZy" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/medical/cmo) +"bZz" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "cmooffice"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/medical/cmo) +"bZA" = ( +/obj/machinery/keycard_auth{ + pixel_y = 26 + }, +/obj/machinery/light_switch{ + pixel_x = -10; + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/medical/cmo) +"bZB" = ( +/obj/machinery/dna_scannernew, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplefull"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/genetics) +"bZC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"bZD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + tag = "icon-pipe-j1 (EAST)" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bZE" = ( +/obj/effect/decal/warning_stripes/blue, +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay2) +"bZF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bZG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + name = "Medbay Hall"; + sortType = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bZH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bZI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bZJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bZK" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2"; + tag = "icon-pipe-j1 (WEST)" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bZL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bZM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + name = "Med Chemistry"; + sortType = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bZN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + icon_state = "pipe-j2s"; + name = "Med. CMO"; + sortType = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bZO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bZP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"bZQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + tag = "icon-pipe-j1 (EAST)" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"bZR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyerPort"; + name = "Medbay Entrance"; + req_access_txt = "5" + }, +/obj/effect/mapping_helpers/airlock/unres, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/reception) +"bZS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/effect/landmark/start{ + name = "Medical Doctor" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"bZT" = ( +/obj/machinery/door_control{ + id = "Biohazard"; + name = "Biohazard Shutter Control"; + pixel_x = -4; + pixel_y = 6; + req_access_txt = "30" + }, +/obj/item/folder/white{ + pixel_x = 4 + }, +/obj/item/stamp/rd{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/structure/table/glass, +/obj/machinery/door_control{ + id = "rdofficedoor"; + name = "Office Door"; + normaldoorcontrol = 1; + pixel_x = -4; + pixel_y = -4; + req_access_txt = "30" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"bZU" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/hor) +"bZV" = ( +/obj/machinery/computer/aifixer, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Research Director's Desk"; + departmentType = 7; + name = "Research Director Requests Console"; + pixel_x = -2; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"bZW" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/hor) +"bZX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"bZY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + initialize_directions = 10 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"bZZ" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"caa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + icon_state = "pipe-j2s"; + name = "Genetics"; + sortType = 23 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"cab" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"cac" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cad" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"cae" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (EAST)" + }, +/turf/space, +/turf/simulated/shuttle/plating, +/area/shuttle/administration) +"caf" = ( +/obj/machinery/vending/snack, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"cag" = ( +/obj/machinery/computer/shuttle/trade/sol, +/turf/simulated/floor/carpet/black, +/area/shuttle/trade/sol) +"cah" = ( +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"cai" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/trade/sol) +"caj" = ( +/obj/machinery/camera{ + c_tag = "Research Hallway West"; + network = list("Research","SS13") + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"cak" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall14" + }, +/area/shuttle/administration) +"cal" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"cam" = ( +/turf/simulated/wall, +/area/quartermaster/miningdock) +"can" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyerPort"; + name = "Medbay Entrance"; + req_access_txt = "5" + }, +/obj/effect/mapping_helpers/airlock/unres, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/reception) +"cao" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"cap" = ( +/obj/machinery/computer/supplycomp, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"caq" = ( +/obj/machinery/computer/security/mining, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"cas" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining{ + name = "Mining Dock"; + req_access_txt = "48" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cat" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"cau" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteredcorner" + }, +/area/medical/research{ + name = "Research Division" + }) +"cav" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteredcorner" + }, +/area/medical/research{ + name = "Research Division" + }) +"caw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/status_display{ + layer = 4; + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/sw) +"cax" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitered" + }, +/area/medical/research{ + name = "Research Division" + }) +"cay" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitehall" + }, +/area/medical/research{ + name = "Research Division" + }) +"caz" = ( +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/sleeper) +"caA" = ( +/turf/simulated/wall, +/area/medical/sleeper) +"caB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"caC" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/hor) +"caD" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"caE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"caF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"caG" = ( +/obj/effect/landmark/start{ + name = "Medical Doctor" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"caH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/sleeper) +"caI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"caJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"caK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"caL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"caM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"caN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"caO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"caP" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"caQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"caR" = ( +/obj/machinery/computer/crew, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/medical/cmo) +"caS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"caT" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start{ + name = "Chief Medical Officer" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/medical/cmo) +"caU" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "cmooffice"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/medical/cmo) +"caV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/medical/cmo) +"caW" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Geneticist" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple"; + tag = "icon-whitepurple (SOUTHWEST)" + }, +/area/medical/genetics) +"caX" = ( +/obj/machinery/computer/scan_consolenew, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplefull"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/genetics) +"caY" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Geneticist" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple"; + tag = "icon-whitepurple (SOUTHEAST)" + }, +/area/medical/genetics) +"caZ" = ( +/obj/structure/table/glass, +/obj/item/storage/box/disks, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplefull"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/genetics) +"cba" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cbb" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/escapepodbay) +"cbc" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"cbd" = ( +/turf/simulated/wall/r_wall, +/area/toxins/server_coldroom) +"cbe" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/bluegrid, +/area/server) +"cbf" = ( +/turf/simulated/wall/r_wall, +/area/toxins/server) +"cbg" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/camera{ + c_tag = "Messaging Server"; + dir = 1 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/server) +"cbh" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generator Foyer"; + dir = 1 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/closet/radiation, +/obj/machinery/light, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"cbi" = ( +/obj/structure/closet/radiation, +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/engine/gravitygenerator) +"cbj" = ( +/turf/simulated/wall/r_wall, +/area/toxins/storage) +"cbk" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"cbl" = ( +/obj/machinery/computer/teleporter, +/turf/simulated/floor/plating, +/area/teleporter) +"cbm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + name = "Captain's Office"; + sortType = 18 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cbn" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitehall" + }, +/area/medical/research{ + name = "Research Division" + }) +"cbo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cbp" = ( +/obj/item/paper/monitorkey, +/obj/item/megaphone, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"cbq" = ( +/obj/machinery/computer/robotics, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"cbr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medical Supplies"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/biostorage) +"cbs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cbt" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 4; + location = "Medbay" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plating, +/area/medical/sleeper) +"cbu" = ( +/obj/effect/decal/warning_stripes/blue, +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/medbay2) +"cbv" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/medbay2) +"cbw" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"cby" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medical Supplies"; + req_access_txt = "5" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/medical/biostorage) +"cbz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Office"; + req_access_txt = "50" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"cbA" = ( +/obj/structure/closet{ + icon_closed = "black"; + icon_state = "black"; + name = "Mineral's" + }, +/obj/effect/spawner/lootdrop/trade_sol/minerals{ + loot = list(/obj/item/stack/sheet/mineral/silver = 50, /obj/item/stack/sheet/mineral/silver {amount = 10} = 50, /obj/item/stack/sheet/mineral/silver {amount = 30} = 50, /obj/item/stack/sheet/mineral/gold = 50, /obj/item/stack/sheet/mineral/gold {amount = 10} = 50, /obj/item/stack/sheet/mineral/gold {amount = 30} = 50, /obj/item/stack/sheet/mineral/uranium = 50, /obj/item/stack/sheet/mineral/uranium {amount = 10} = 50, /obj/item/stack/sheet/mineral/uranium {amount = 30} = 50, /obj/item/stack/sheet/mineral/diamond = 50, /obj/item/stack/sheet/mineral/diamond {amount = 10} = 50, /obj/item/stack/sheet/mineral/diamond {amount = 30} = 50, /obj/item/stack/sheet/mineral/titanium = 50, /obj/item/stack/sheet/mineral/titanium {amount = 10} = 50, /obj/item/stack/sheet/mineral/titanium {amount = 30} = 50, /obj/item/stack/sheet/plasteel = 50, /obj/item/stack/sheet/plasteel {amount = 10} = 50, /obj/item/stack/sheet/plasteel {amount = 30} = 50, /obj/item/stack/sheet/titaniumglass = 50, /obj/item/stack/sheet/titaniumglass {amount = 10} = 50, /obj/item/stack/sheet/titaniumglass {amount = 30} = 50, /obj/item/stack/sheet/mineral/tranquillite = 50, /obj/item/stack/sheet/mineral/tranquillite {amount = 10} = 50, /obj/item/stack/sheet/mineral/tranquillite {amount = 30} = 50, /obj/item/stack/sheet/mineral/bananium = 50, /obj/item/stack/sheet/mineral/bananium {amount = 10} = 50, /obj/item/stack/sheet/mineral/bananium {amount = 30} = 50, /obj/item/stack/sheet/wood = 50, /obj/item/stack/sheet/wood {amount = 10} = 50, /obj/item/stack/sheet/wood {amount = 30} = 50, /obj/item/stack/sheet/plastic = 50, /obj/item/stack/sheet/plastic {amount = 10} = 50, /obj/item/stack/sheet/plastic {amount = 30} = 50, /obj/item/stack/sheet/mineral/sandstone = 50, /obj/item/stack/sheet/mineral/sandstone {amount = 10} = 50, /obj/item/stack/sheet/mineral/sandstone {amount = 30} = 50); + lootcount = 15; + name = "9. Minerals" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"cbB" = ( +/turf/simulated/shuttle/floor, +/turf/simulated/shuttle/wall/interior{ + icon_state = "swall_f10"; + tag = "icon-swall_f10" + }, +/area/shuttle/supply) +"cbC" = ( +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"cbD" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall7"; + tag = "icon-swall7" + }, +/area/shuttle/supply) +"cbE" = ( +/turf/simulated/shuttle/floor, +/turf/simulated/shuttle/wall/interior{ + icon_state = "swall_f6"; + tag = "icon-swall_f6" + }, +/area/shuttle/supply) +"cbF" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall11"; + tag = "icon-swall11" + }, +/area/shuttle/supply) +"cbG" = ( +/obj/structure/lattice, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA"; + pixel_y = 32 + }, +/turf/space, +/area/space/nearstation) +"cbH" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cbI" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/rcs, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cbJ" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cbK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cbL" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start{ + name = "Quartermaster" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"cbM" = ( +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"cbN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"cbO" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/medbay2) +"cbP" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/medbay2) +"cbQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"cbR" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"cbS" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"cbT" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"cbU" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/medbay2) +"cbV" = ( +/obj/machinery/light, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"cbW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"cbX" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"cbY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay Emergency Entrance"; + req_access_txt = "5" + }, +/obj/effect/decal/warning_stripes/northeast, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cbZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"cca" = ( +/obj/structure/closet/crate/freezer, +/obj/item/tank/emergency_oxygen/engi/empty, +/obj/item/tank/emergency_oxygen/engi/empty, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/machinery/iv_drip, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/sleeper) +"ccb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"ccc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"ccd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"cce" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"ccf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"ccg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"cch" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"cci" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"ccj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitehall" + }, +/area/medical/research{ + name = "Research Division" + }) +"cck" = ( +/obj/structure/table/glass, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery1) +"ccl" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"ccm" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"ccn" = ( +/obj/machinery/atm{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cco" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"ccp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/landmark/start{ + name = "Scientist" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"ccq" = ( +/obj/machinery/camera{ + c_tag = "Medbay Treatment Center"; + dir = 1 + }, +/obj/machinery/light, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/item/roller, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/sleeper) +"ccr" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the RD's goons from the safety of his office."; + name = "Research Monitor"; + network = list("Research","Research Outpost","RD"); + pixel_y = 2 + }, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"ccs" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/sleeper) +"cct" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/sleeper) +"ccu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/sleeper) +"ccv" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/bodyscanner, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/sleeper) +"ccx" = ( +/obj/machinery/light, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"ccy" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Medbay Cryogenics"; + dir = 1 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -5; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"ccz" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/eastright{ + dir = 1; + icon_state = "left"; + name = "Cryo Tank Storage"; + req_one_access_txt = "5;32" + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"ccA" = ( +/obj/structure/table/glass, +/obj/item/storage/toolbox/emergency, +/obj/machinery/light, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/radio/intercom{ + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"ccB" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/eastright{ + dir = 1; + icon_state = "left"; + name = "Cryo Tank Storage"; + req_one_access_txt = "5;32" + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"ccC" = ( +/obj/machinery/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/medbay2) +"ccD" = ( +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay" + }, +/turf/simulated/wall, +/area/medical/cryo) +"ccE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/medbay2) +"ccF" = ( +/obj/structure/table/glass, +/obj/item/stamp/cmo, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/medical/cmo) +"ccG" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "cmooffice"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/medical/cmo) +"ccH" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/drinks/coffee, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_y = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/medical/cmo) +"ccI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"ccJ" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump Important Area"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/medical/cmo) +"ccK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/blueshield) +"ccL" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/bookcase, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/obj/item/book/manual/sop_general, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_command, +/turf/simulated/floor/wood, +/area/ntrep) +"ccM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"ccN" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/structure/closet/l3closet/janitor, +/turf/simulated/floor/plasteel, +/area/janitor) +"ccO" = ( +/obj/structure/closet/jcloset, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel, +/area/janitor) +"ccP" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/escapepodbay) +"ccQ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple"; + tag = "icon-whitepurple (WEST)" + }, +/area/medical/genetics) +"ccR" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/key/janitor, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/turf/simulated/floor/plasteel, +/area/janitor) +"ccS" = ( +/obj/structure/closet/emcloset, +/obj/item/clothing/mask/breath, +/obj/item/tank/emergency_oxygen, +/obj/item/tank/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/escapepodbay) +"ccT" = ( +/obj/machinery/r_n_d/server/robotics, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6; + tag = "icon-intact (SOUTHEAST)" + }, +/turf/simulated/floor/bluegrid/telecomms/server, +/area/toxins/server_coldroom) +"ccU" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM"; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 8; + tag = "icon-intact (WEST)" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/toxins/server) +"ccV" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel/dark/telecomms, +/area/toxins/server_coldroom) +"ccW" = ( +/obj/machinery/camera{ + c_tag = "Research Server Room"; + network = list("Research","SS13"); + pixel_x = 22 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel/dark, +/area/toxins/server) +"ccX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + id_tag = "hopofficedoor"; + name = "Head of Personnel"; + req_access = null; + req_access_txt = "57" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/heads) +"ccY" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/conveyor/east{ + id = "packageExternal" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"ccZ" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/conveyor/east{ + id = "packageExternal" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/office) +"cda" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Gravity Generator"; + req_one_access_txt = "10;30" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "vault"; + tag = "icon-vault" + }, +/area/engine/gravitygenerator) +"cdb" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer{ + current_temperature = 80; + on = 1 + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel/dark, +/area/toxins/server) +"cdc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Central Hallway South East"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cdd" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitehall" + }, +/area/medical/research{ + name = "Research Division" + }) +"cde" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/reagent_dispensers/spacecleanertank{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel, +/area/janitor) +"cdf" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/hor) +"cdg" = ( +/obj/machinery/computer/mecha, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"cdh" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"cdi" = ( +/obj/structure/rack, +/obj/item/taperecorder{ + pixel_x = -3 + }, +/obj/item/paicard{ + pixel_x = 4 + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/hor) +"cdj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics) +"cdk" = ( +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/hor) +"cdn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/genetics) +"cdp" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"cdq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "CloningDoor"; + name = "Genetics Cloning"; + req_one_access_txt = "5;9" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"cdr" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "Bridge"; + opacity = 1; + req_access_txt = "101" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/administration) +"cds" = ( +/obj/machinery/atm, +/turf/simulated/shuttle/wall{ + icon_state = "swall8"; + tag = "icon-swall12" + }, +/area/shuttle/trade/sol) +"cdt" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall15"; + tag = "icon-swall15" + }, +/area/shuttle/supply) +"cdu" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/shuttle/engine/heater, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"cdv" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5"; + tag = "icon-swall_f5" + }, +/area/shuttle/supply) +"cdw" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9"; + tag = "icon-swall_f9" + }, +/area/shuttle/supply) +"cdx" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cdy" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + name = "Cargo Requests Console"; + pixel_x = -30 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cdz" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/item/shovel{ + pixel_x = -5 + }, +/obj/item/storage/belt/utility, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cdA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cdB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Server Room"; + req_access = null; + req_access_txt = "30" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/server) +"cdC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Toxins Storage"; + req_access_txt = "8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"cdD" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen/red{ + pixel_x = 2; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"cdE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Quartermaster's Office"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"cdF" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitehall" + }, +/area/medical/research{ + name = "Research Division" + }) +"cdG" = ( +/obj/structure/table, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cdH" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"cdI" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"cdJ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"cdK" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"cdL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"cdM" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Research Director" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"cdN" = ( +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cdO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/hor) +"cdP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cdQ" = ( +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + name = "Cargo Requests Console"; + pixel_x = -30 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"cdR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"cdS" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"cdT" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"cdU" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"cdV" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"cdW" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/remains, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cdX" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/hallway/primary/central/south) +"cdY" = ( +/obj/structure/disposalpipe/junction{ + dir = 4; + tag = "icon-pipe-j1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/hallway/primary/central/south) +"cdZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/hallway/primary/central/south) +"cea" = ( +/obj/item/clothing/suit/storage/paramedic, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"ceb" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cec" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"ced" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random_spawners/cobweb_left_frequent, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cee" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Observation Room" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/ward) +"cef" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Observation Room" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/ward) +"ceg" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/nosmoking_2, +/turf/simulated/floor/plating, +/area/medical/sleeper) +"ceh" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"cei" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"cej" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/medical/cmo) +"cek" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/medical/cmo) +"cel" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/medical/cmo) +"cem" = ( +/obj/structure/table/glass, +/obj/item/clothing/glasses/hud/health, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/medical/cmo) +"cen" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/medical/cmo) +"ceo" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cep" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/genetics) +"ceq" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cer" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"ces" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cet" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"ceu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cev" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cew" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cex" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cey" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cez" = ( +/obj/machinery/alarm/server{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/plasteel/dark/telecomms, +/area/toxins/server_coldroom) +"ceA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"ceB" = ( +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"ceC" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"ceD" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"ceE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/quartermaster/storage) +"ceF" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"ceG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"ceH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance"; + req_access_txt = "5" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"ceI" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/bluegrid/telecomms/server, +/area/toxins/server_coldroom) +"ceJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + initialize_directions = 10 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/dark, +/area/toxins/server) +"ceK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"ceL" = ( +/obj/machinery/computer/area_atmos, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"ceM" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitehall" + }, +/area/medical/research{ + name = "Research Division" + }) +"ceN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"ceO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"ceP" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/simulated/floor/wood, +/area/ntrep) +"ceQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/crew_quarters/hor) +"ceR" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"ceS" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"ceT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay Emergency Entrance"; + req_access_txt = "5" + }, +/obj/effect/decal/warning_stripes/southeast, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"ceU" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"ceV" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_l"; + tag = "icon-burst_l" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"ceW" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_r"; + tag = "icon-burst_r" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"ceX" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6" + }, +/area/shuttle/mining) +"ceY" = ( +/obj/structure/window/full/shuttle, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/mining) +"ceZ" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/mining) +"cfa" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10"; + tag = "icon-swall_f10" + }, +/area/shuttle/mining) +"cfb" = ( +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cfc" = ( +/obj/machinery/hologram/holopad, +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cfd" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/megaphone, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"cfe" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/stamp/qm, +/obj/item/stamp/granted{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"cff" = ( +/obj/machinery/computer/security/mining, +/obj/item/radio/intercom{ + dir = 0; + pixel_x = -28 + }, +/obj/machinery/camera{ + c_tag = "Mining Dock"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cfg" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"cfh" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=AIW"; + location = "QM" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"cfi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"cfj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/hallway/primary/central/sw) +"cfk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"cfl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"cfm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"cfn" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cfo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/landmark/start{ + name = "Janitor" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/janitor) +"cfp" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel, +/area/janitor) +"cfq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"cfr" = ( +/obj/item/clothing/head/soft/blue, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cfs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"cft" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"cfu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"cfv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cfw" = ( +/obj/structure/table/glass, +/obj/item/storage/toolbox/surgery, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery1) +"cfx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cfy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cfz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cfA" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/machinery/door_control{ + id = "surgeryobs1"; + name = "Privacy Shutters Control"; + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/surgery1) +"cfB" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cfC" = ( +/obj/structure/table/glass, +/obj/machinery/alarm{ + pixel_y = 25 + }, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/surgery2) +"cfD" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Medbay Surgery Observation" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/medical/ward) +"cfE" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "surgeryobs1"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/surgery1) +"cfF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/ward) +"cfG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/ward) +"cfH" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "surgeryobs2"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/surgery2) +"cfI" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/medical/ward) +"cfJ" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/structure/disposalpipe/segment, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery2) +"cfK" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/machinery/door_control{ + id = "surgeryobs2"; + name = "Privacy Shutters Control"; + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/surgery2) +"cfL" = ( +/obj/structure/table/glass, +/obj/item/storage/toolbox/surgery, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/surgery2) +"cfM" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/structure/table/tray, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/medical/surgery2) +"cfN" = ( +/obj/structure/table, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/masks, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery2) +"cfO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre Storage"; + req_access_txt = "45" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery2) +"cfP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery2) +"cfQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"cfR" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"cfS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/cmo) +"cfT" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"cfU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/mob/living/simple_animal/pet/cat/Runtime, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/medical/cmo) +"cfV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/medical/cmo) +"cfW" = ( +/obj/structure/table/glass, +/obj/item/pen/multi, +/obj/item/folder/white{ + pixel_y = 7 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_x = 32 + }, +/obj/item/paper_bin/nanotrasen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/medical/cmo) +"cfX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/cmo) +"cfY" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -25 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cfZ" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cga" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cgb" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cgc" = ( +/obj/machinery/r_n_d/server/core, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5; + tag = "icon-intact (NORTHEAST)" + }, +/turf/simulated/floor/bluegrid/telecomms/server, +/area/toxins/server_coldroom) +"cgd" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM"; + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/toxins/server) +"cge" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cgf" = ( +/obj/machinery/computer/rdservercontrol, +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/turf/simulated/floor/plasteel/dark, +/area/toxins/server) +"cgg" = ( +/obj/machinery/computer/message_monitor, +/turf/simulated/floor/plasteel/dark, +/area/toxins/server) +"cgh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cgi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cgj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cgk" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cgl" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=AftH"; + location = "AIW" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cgm" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHE"; + location = "AIE" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cgn" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cgo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cgp" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cgq" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"cgr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cgs" = ( +/turf/simulated/wall/r_wall, +/area/toxins/mixing) +"cgt" = ( +/obj/machinery/atmospherics/pipe/simple/insulated, +/turf/simulated/wall/r_wall, +/area/toxins/mixing) +"cgu" = ( +/turf/simulated/wall/r_wall/coated, +/area/toxins/mixing) +"cgv" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"cgy" = ( +/obj/machinery/door/poddoor{ + id_tag = "ToxinsVenting"; + name = "Toxins Venting Bay Door"; + use_power = 0 + }, +/turf/simulated/floor/engine/insulated/vacuum, +/area/toxins/mixing) +"cgz" = ( +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"cgA" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/admin{ + name = "NTV Argos shuttle navigation computer" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/administration) +"cgB" = ( +/obj/structure/table, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"cgC" = ( +/obj/machinery/computer/shuttle/mining, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"cgD" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"cgE" = ( +/turf/simulated/wall/r_wall, +/area/toxins/launch) +"cgF" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/mining) +"cgG" = ( +/obj/structure/closet/wardrobe/miner, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"cgH" = ( +/obj/machinery/computer/shuttle/mining, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"cgI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cgJ" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=HOP"; + location = "CHE" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cgK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cgL" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"cgM" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2"; + tag = "icon-pipe-j1 (WEST)" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"cgN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/mining/glass{ + name = "Quartermaster"; + req_access_txt = "41" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"cgO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"cgP" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"cgQ" = ( +/turf/simulated/wall, +/area/maintenance/apmaint) +"cgR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/effect/landmark/start{ + name = "Medical Doctor" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/cryo) +"cgS" = ( +/turf/simulated/wall, +/area/blueshield) +"cgT" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark/telecomms, +/area/toxins/server_coldroom) +"cgU" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "blueshield"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/blueshield) +"cgV" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "blueshield"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/blueshield) +"cgW" = ( +/turf/simulated/wall, +/area/ntrep) +"cgX" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel, +/area/janitor) +"cgY" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "representative"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/ntrep) +"cgZ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "representative"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/ntrep) +"cha" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + name = "Server Exterior Door"; + req_access = null + }, +/obj/machinery/door/window/brigdoor{ + dir = 8; + name = "Server Interior Door"; + req_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/toxins/server) +"chb" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark/telecomms, +/area/toxins/server_coldroom) +"chc" = ( +/turf/simulated/wall, +/area/janitor) +"chd" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"che" = ( +/obj/structure/sign/directions/engineering, +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = -7 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = 7 + }, +/turf/simulated/wall, +/area/janitor) +"chf" = ( +/turf/simulated/wall, +/area/maintenance/asmaint) +"chg" = ( +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/toxins/server) +"chh" = ( +/turf/simulated/wall, +/area/medical/paramedic) +"chi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "CloningDoor"; + name = "Genetics Cloning"; + req_one_access_txt = "5;9" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/medical/genetics_cloning) +"chj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/medical/surgery1) +"chk" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/medical/surgery1) +"chl" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/surgery1) +"chm" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/medical/surgery1) +"chn" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/medical/ward) +"cho" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/medical/ward) +"chp" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/medical/surgery2) +"chq" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery2) +"chr" = ( +/turf/simulated/wall/r_wall, +/area/medical/cmo) +"chs" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/medical/surgery2) +"cht" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/landmark/start{ + name = "Medical Doctor" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/medical/surgery2) +"chu" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery1) +"chv" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel/dark, +/area/toxins/server) +"chw" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/toxins/server) +"chx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/medbay2) +"chy" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/medical/cmo) +"chz" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "cmooffice"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/medical/cmo) +"chA" = ( +/obj/structure/closet/secure_closet/CMO, +/obj/item/clothing/mask/gas, +/obj/item/storage/briefcase, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/medical/cmo) +"chB" = ( +/obj/structure/table, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Chief Medical Officer's Office" + }, +/obj/machinery/light, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/medical/cmo) +"chC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"chD" = ( +/obj/structure/table/glass, +/obj/item/book/manual/sop_medical, +/obj/item/megaphone, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Medical Officer's Desk"; + departmentType = 5; + name = "Chief Medical Officer Requests Console"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/medical/cmo) +"chE" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/medical/cmo) +"chF" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"chG" = ( +/obj/structure/table/glass, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitered" + }, +/area/maintenance/genetics) +"chH" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/ntrep) +"chI" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"chJ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"chK" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/surgery1) +"chL" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/medical/surgery1) +"chM" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitehall" + }, +/area/medical/research{ + name = "Research Division" + }) +"chN" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitehall" + }, +/area/medical/research{ + name = "Research Division" + }) +"chO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + name = "Sci RD Office 2"; + sortType = 13 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"chP" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"chQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/command/glass{ + id_tag = "rdofficedoor"; + name = "Research Director"; + req_access_txt = "30" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"chR" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"chS" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"chT" = ( +/obj/machinery/portable_atmospherics/scrubber/huge, +/obj/structure/sign/nosmoking_2{ + pixel_x = 28 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"chU" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/camera{ + c_tag = "Research Toxins Storage Room"; + dir = 4; + network = list("Research","SS13"); + pixel_y = -22 + }, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"chV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"chW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"chX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"chY" = ( +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 6 + }, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"chZ" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/turf/simulated/wall/r_wall/coated, +/area/toxins/mixing) +"cia" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/engine/insulated/vacuum, +/area/toxins/mixing) +"cib" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/engine/insulated/vacuum, +/area/toxins/mixing) +"cic" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"cid" = ( +/turf/simulated/wall, +/area/toxins/test_area) +"cie" = ( +/turf/simulated/wall/r_wall, +/area/toxins/test_area) +"cif" = ( +/obj/machinery/atmospherics/pipe/simple/insulated, +/obj/machinery/camera{ + c_tag = "Research Toxins Mixing North"; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cih" = ( +/obj/machinery/dna_scannernew/upgraded, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"cii" = ( +/obj/machinery/computer/scan_consolenew, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"cij" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/simulated/wall/r_wall, +/area/toxins/test_area) +"cik" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc2" + }, +/area/shuttle/administration) +"cim" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"cin" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"cip" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"ciq" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/obj/item/stack/ore/iron, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cir" = ( +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cis" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cit" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"ciu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"civ" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"ciw" = ( +/obj/structure/closet/secure_closet/quartermaster, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"cix" = ( +/obj/structure/table, +/obj/item/coin/silver, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"ciy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"ciz" = ( +/obj/structure/table, +/obj/item/cartridge/quartermaster{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/cartridge/quartermaster, +/obj/item/cartridge/quartermaster{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"ciA" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/blueshield) +"ciB" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/blueshield) +"ciC" = ( +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South-West"; + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"ciD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/blueshield) +"ciE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/medical/surgery1) +"ciF" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/medical/ward) +"ciG" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/ntrep) +"ciH" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/blueshield) +"ciI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/ntrep) +"ciJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/medical/surgery2) +"ciK" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/ntrep) +"ciL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"ciM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"ciN" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"ciO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/sw) +"ciP" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/medical/surgery2) +"ciQ" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/surgery2) +"ciR" = ( +/obj/machinery/iv_drip, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery2) +"ciS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"ciT" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"ciU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -25 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/medbay2) +"ciV" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "cmooffice"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "cmooffice"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/medical/cmo) +"ciW" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "cmooffice"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "cmooffice"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/medical/cmo) +"ciX" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "cmooffice"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "cmooffice"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/medical/cmo) +"ciY" = ( +/turf/simulated/wall, +/area/maintenance/genetics) +"ciZ" = ( +/obj/structure/barricade/wooden, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cja" = ( +/obj/effect/spawner/random_barrier/obstruction, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cjb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cjc" = ( +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/blueshield) +"cjd" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/ntrep) +"cje" = ( +/obj/structure/table/wood, +/obj/item/clipboard{ + pixel_x = -2 + }, +/obj/item/folder, +/obj/item/pen/multi/fountain, +/obj/item/stamp/rep, +/turf/simulated/floor/carpet, +/area/ntrep) +"cjf" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/ntrep) +"cjg" = ( +/obj/machinery/door/window{ + dir = 1; + name = "Desk Door"; + req_access_txt = "73" + }, +/obj/machinery/keycard_auth{ + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/ntrep) +"cjh" = ( +/obj/machinery/light, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cji" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cjj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cjk" = ( +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cjl" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + icon_state = "pipe-j2s"; + name = "Janitor"; + sortType = 22 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"cjm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cjn" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cjo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cjp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cjq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cjr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/se) +"cjs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/sign/poster/contraband/smoke{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cjt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"cju" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/sleeper) +"cjv" = ( +/obj/structure/closet/wardrobe/medic_white, +/obj/item/clothing/head/surgery/blue, +/obj/item/clothing/head/surgery/blue, +/obj/item/clothing/head/surgery/green, +/obj/item/clothing/head/surgery/green, +/obj/item/clothing/head/surgery/purple, +/obj/item/clothing/head/surgery/purple, +/obj/item/clothing/suit/storage/fr_jacket, +/obj/item/clothing/suit/storage/fr_jacket, +/obj/item/clothing/suit/storage/fr_jacket, +/obj/item/clothing/under/rank/medical/blue, +/obj/item/clothing/under/rank/medical/green, +/obj/item/clothing/under/rank/medical/purple, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"cjw" = ( +/obj/machinery/light_switch{ + pixel_x = -23; + pixel_y = -5 + }, +/obj/machinery/holosign_switch{ + id = "surgery1"; + pixel_x = -23; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/medical/surgery1) +"cjx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/surgery1) +"cjy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/medical/surgery1) +"cjz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/ward) +"cjA" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cjB" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/ward) +"cjC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/ward) +"cjD" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cjE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/medical/surgery2) +"cjF" = ( +/obj/structure/table/glass, +/obj/machinery/door_control{ + id = "cmooffice"; + name = "Privacy Shutters Control"; + pixel_y = -3 + }, +/obj/machinery/door_control{ + id = "Biohazard_medi"; + name = "Emergency Medbay Quarantine"; + pixel_y = 7 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/door_control{ + id = "cmoofficedoor"; + name = "Office Door"; + normaldoorcontrol = 1; + pixel_y = -13; + req_access_txt = "40" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/medical/cmo) +"cjG" = ( +/turf/simulated/floor/engine, +/area/toxins/explab_chamber) +"cjH" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/bluegrid/telecomms/server, +/area/toxins/server_coldroom) +"cjI" = ( +/obj/machinery/camera{ + c_tag = "Research E.X.P.E.R.I-MENTOR Chamber"; + network = list("Telepad","Research","SS13") + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/turf/simulated/floor/engine, +/area/toxins/explab_chamber) +"cjJ" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel/dark/telecomms, +/area/toxins/server_coldroom) +"cjK" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/toxins/server) +"cjL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"cjM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"cjN" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"cjO" = ( +/obj/structure/cable, +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"cjP" = ( +/obj/item/cartridge/signal/toxins, +/obj/item/cartridge/signal/toxins{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/cartridge/signal/toxins{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/machinery/camera{ + c_tag = "Research Director's Office"; + dir = 1; + network = list("Research","SS13") + }, +/obj/item/clothing/glasses/welding/superior, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"cjQ" = ( +/obj/machinery/keycard_auth{ + pixel_y = -24 + }, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Research Director's Office" + }, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"cjR" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cjS" = ( +/obj/structure/closet/secure_closet/RD, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/crew_quarters/hor) +"cjT" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cjU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cjV" = ( +/obj/machinery/atmospherics/pipe/simple/insulated, +/obj/machinery/meter, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cjW" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cjX" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/engine/insulated/vacuum, +/area/toxins/mixing) +"cjY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cjZ" = ( +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"cka" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"ckb" = ( +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"ckc" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"ckd" = ( +/obj/machinery/door/airlock/shuttle/glass{ + name = "trader shuttle airlock"; + req_access_txt = "160"; + security_level = 6 + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"cke" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/air_sensor{ + frequency = 1222; + id_tag = "burn_sensor" + }, +/turf/simulated/floor/engine/insulated/vacuum, +/area/toxins/mixing) +"ckf" = ( +/obj/machinery/door/airlock/shuttle{ + aiControlDisabled = 1; + hackProof = 1; + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch" + }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape) +"ckh" = ( +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 8 + }, +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"cki" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"ckj" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"ckk" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock"; + req_access_txt = "48" + }, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 3; + height = 5; + id = "mining"; + name = "mining shuttle"; + rebuildable = 1; + width = 7 + }, +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "mining_home"; + name = "mining shuttle bay"; + width = 7 + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"ckl" = ( +/obj/machinery/door/airlock/external{ + id_tag = "mining_home"; + name = "Mining Dock Airlock"; + req_access_txt = "48" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/quartermaster/miningdock) +"ckm" = ( +/obj/machinery/door/airlock/external{ + id_tag = "mining_home"; + name = "Mining Dock Airlock"; + req_access_txt = "48" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"ckn" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"cko" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"ckp" = ( +/obj/item/beach_ball/holoball, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"ckq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"ckr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery2) +"cks" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/medical/surgery2) +"ckt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"cku" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/simulated/floor/wood, +/area/blueshield) +"ckv" = ( +/turf/simulated/floor/wood, +/area/ntrep) +"ckw" = ( +/turf/simulated/floor/carpet, +/area/ntrep) +"ckx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"cky" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery2) +"ckz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre Storage"; + req_access_txt = "45" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery2) +"ckA" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/camera{ + c_tag = "Medbay Surgery East Storage"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery2) +"ckB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/closet/walllocker/emerglocker/west, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/medbay2) +"ckC" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/medbreak) +"ckD" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/item/screwdriver, +/obj/item/reagent_containers/food/drinks/britcup, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"ckE" = ( +/obj/structure/table/wood, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"ckF" = ( +/obj/structure/chair/stool, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/camera{ + c_tag = "Medbay Break Room" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"ckG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"ckH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"ckI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + id_tag = "blueshieldofficedoor"; + name = "Blueshield's Office"; + req_access_txt = "67" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/blueshield) +"ckJ" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/structure/closet/secure_closet/personal/patient, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"ckK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"ckL" = ( +/obj/structure/bed, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"ckM" = ( +/obj/item/flag/nt, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/ntrep) +"ckN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + id_tag = "ntrepofficedoor"; + name = "NT Representative's Office"; + req_access_txt = "73" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/ntrep) +"ckO" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/hallway/primary/aft) +"ckP" = ( +/obj/machinery/door/airlock{ + name = "Custodial Closet"; + req_access_txt = "26" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/janitor) +"ckQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"ckR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/south) +"ckS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"ckT" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"ckU" = ( +/obj/machinery/camera{ + c_tag = "Medbay Surgery West"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/surgery1) +"ckV" = ( +/obj/machinery/bodyscanner, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/surgery1) +"ckW" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/surgery1) +"ckX" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/surgery1) +"ckY" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/medical/ward) +"ckZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/ward) +"cla" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"clb" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/medical/cmo) +"clc" = ( +/obj/machinery/bodyscanner, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/surgery2) +"cld" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/surgery2) +"cle" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_x = 23; + pixel_y = -5 + }, +/obj/machinery/holosign_switch{ + id = "surgery2"; + pixel_x = 23; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/surgery2) +"clf" = ( +/obj/machinery/camera{ + c_tag = "Medbay Surgery East"; + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/medical/surgery2) +"clg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/mob/living/simple_animal/mouse/white, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"clh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -30 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/medbay2) +"cli" = ( +/obj/structure/chair/stool, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"clj" = ( +/obj/machinery/door/firedoor, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitehall" + }, +/area/medical/research{ + name = "Research Division" + }) +"clk" = ( +/obj/machinery/washing_machine, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"cll" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"clm" = ( +/obj/machinery/r_n_d/experimentor, +/turf/simulated/floor/engine, +/area/toxins/explab_chamber) +"cln" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"clo" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/engine, +/area/toxins/explab_chamber) +"clp" = ( +/turf/simulated/wall/r_wall, +/area/toxins/explab_chamber) +"clq" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"clr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cls" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"clt" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/engine, +/area/toxins/explab_chamber) +"clu" = ( +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"clv" = ( +/obj/structure/closet, +/obj/machinery/light_switch{ + pixel_x = -27 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/qm) +"clw" = ( +/obj/machinery/atmospherics/binary/valve, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"clx" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + frequency = 1443; + icon_state = "on"; + id = "air_in"; + on = 1 + }, +/obj/machinery/sparker{ + id = "toxinsigniter"; + pixel_x = -20 + }, +/turf/simulated/floor/engine/insulated/vacuum, +/area/toxins/mixing) +"cly" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"clz" = ( +/turf/simulated/floor/engine/insulated/vacuum, +/area/toxins/mixing) +"clA" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"clB" = ( +/obj/machinery/door/airlock/external{ + name = "Toxins Test Chamber" + }, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"clC" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + tag = "icon-propulsion (EAST)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/transport) +"clD" = ( +/obj/machinery/bodyscanner, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"clE" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/structure/closet/crate, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"clF" = ( +/obj/machinery/light/spot, +/obj/structure/closet/crate, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"clG" = ( +/obj/machinery/vending/wallmed{ + pixel_x = -30; + pixel_y = 30 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"clH" = ( +/obj/machinery/camera{ + armor = list("melee" = 50, "bullet" = 20, "laser" = 20, "energy" = 20, "bomb" = 100, "bio" = 0, "rad" = 0, "fire" = 90, "acid" = 50); + c_tag = "Research Toxins Test Chamber North"; + network = list("Toxins","Research","SS13") + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"clI" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 30; + pixel_y = 30 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"clJ" = ( +/obj/item/stack/ore/silver, +/obj/item/stack/ore/silver, +/obj/structure/closet/crate, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"clK" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK" + }, +/turf/simulated/wall, +/area/quartermaster/miningdock) +"clL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/ntrep) +"clM" = ( +/obj/machinery/camera{ + c_tag = "Mining Dock External"; + dir = 8 + }, +/obj/structure/closet/emcloset, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"clN" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"clO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/hallway/primary/aft) +"clP" = ( +/obj/machinery/newscaster{ + pixel_y = 30 + }, +/obj/vehicle/janicart, +/turf/simulated/floor/plasteel, +/area/janitor) +"clQ" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/janitor) +"clR" = ( +/turf/simulated/floor/wood, +/area/blueshield) +"clS" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"clT" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/engine, +/area/toxins/explab_chamber) +"clU" = ( +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 25 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/toxins/explab_chamber) +"clV" = ( +/obj/item/radio/intercom{ + pixel_x = 29; + pixel_y = -1 + }, +/turf/simulated/floor/wood, +/area/blueshield) +"clW" = ( +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"clX" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"clY" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitehall" + }, +/area/medical/research{ + name = "Research Division" + }) +"clZ" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cma" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/restraints/legcuffs/beartrap, +/turf/simulated/floor/plasteel, +/area/janitor) +"cmb" = ( +/obj/machinery/light, +/obj/structure/rack{ + dir = 1 + }, +/obj/item/reagent_containers/glass/bucket, +/obj/item/mop, +/turf/simulated/floor/plasteel, +/area/janitor) +"cmc" = ( +/obj/machinery/requests_console{ + department = "Janitorial"; + departmentType = 1; + name = "Janitor Requests Console"; + pixel_y = -29 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/janitor) +"cmd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitered" + }, +/area/maintenance/genetics) +"cme" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/janitorialcart, +/turf/simulated/floor/plasteel, +/area/janitor) +"cmf" = ( +/obj/machinery/iv_drip, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cmg" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/reagent_containers/food/drinks/bottle/whiskey, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/turf/simulated/floor/wood, +/area/blueshield) +"cmh" = ( +/obj/structure/closet/secure_closet/ntrep, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/ntrep) +"cmi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"cmj" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the singularity chamber."; + dir = 8; + layer = 4; + name = "Singularity Engine Telescreen"; + network = list("Singularity"); + pixel_y = 30 + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cmk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cml" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre Storage"; + req_access_txt = "45" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery1) +"cmm" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Virology Lobby Hallway" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cmn" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen"; + tag = "icon-whitegreen (NORTHWEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cmo" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cmp" = ( +/obj/machinery/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen"; + tag = "icon-whitegreen (NORTHEAST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cmq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/junction{ + icon_state = "pipe-y" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"cmr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/medbay2) +"cms" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"cmt" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cmu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"cmv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"cmw" = ( +/obj/machinery/computer/crew, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"cmx" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cmy" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start{ + name = "Psychiatrist" + }, +/turf/simulated/floor/carpet, +/area/medical/psych) +"cmz" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"cmA" = ( +/obj/item/clothing/gloves/color/black, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cmB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cmC" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"cmD" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"cmE" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"cmF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cmG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cmH" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 4; + location = "Engineering" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cmJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cmK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"cmL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery1) +"cmM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/ntrep) +"cmN" = ( +/obj/structure/table, +/obj/item/storage/box/cups, +/obj/item/storage/box/syringes{ + pixel_y = 5 + }, +/obj/item/reagent_containers/syringe/antiviral, +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen"; + tag = "icon-whitegreen (SOUTHWEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cmO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cmP" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"cmQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/hallway/primary/aft) +"cmR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/janitor) +"cmS" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/warning_stripes/yellow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"cmT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/janitor) +"cmU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/janitor) +"cmV" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"cmW" = ( +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 25 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/toxins/mixing) +"cmX" = ( +/obj/structure/rack, +/obj/item/extinguisher, +/obj/item/clothing/mask/gas, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/item/grenade/chem_grenade/firefighting, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/toxins/mixing) +"cmY" = ( +/obj/machinery/camera{ + c_tag = "Research Toxins Mixing West"; + network = list("Research","SS13") + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/toxins/mixing) +"cmZ" = ( +/obj/machinery/alarm{ + pixel_y = 25 + }, +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/machinery/portable_atmospherics/canister, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cna" = ( +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cnb" = ( +/obj/structure/rack, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/item/extinguisher, +/obj/item/clothing/mask/gas, +/obj/item/grenade/chem_grenade/firefighting, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/toxins/mixing) +"cnc" = ( +/obj/structure/grille, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/insulated, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"cnd" = ( +/obj/structure/grille, +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"cne" = ( +/obj/structure/grille, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/insulated, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"cnf" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cng" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cnh" = ( +/obj/structure/closet/crate, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"cni" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/mining) +"cnj" = ( +/obj/structure/ore_box, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"cnk" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/simulated/wall, +/area/toxins/test_area) +"cnl" = ( +/obj/structure/closet/wardrobe/miner, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"cnm" = ( +/obj/machinery/mineral/equipment_vendor, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"cnn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cno" = ( +/obj/structure/closet/secure_closet/miner, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"cnp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cnq" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cnr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/janitor) +"cns" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cnt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/engine, +/area/toxins/explab_chamber) +"cnu" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/carpet, +/area/ntrep) +"cnv" = ( +/obj/item/cigbutt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"cnw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Virology Lobby Hallway" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/ward) +"cnx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cny" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"cnz" = ( +/obj/structure/sign/biohazard{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cnA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cnB" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cnC" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cnD" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Virology Lobby" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cnE" = ( +/obj/machinery/atmospherics/unary/passive_vent, +/turf/simulated/floor/engine/insulated/vacuum, +/area/toxins/mixing) +"cnF" = ( +/obj/structure/sign/biohazard{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cnG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cnH" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cnI" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cnJ" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cnK" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cnL" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"cnM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/medbay2) +"cnN" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = -27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"cnO" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"cnP" = ( +/obj/machinery/vending/chinese, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"cnQ" = ( +/obj/machinery/computer/med_data, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"cnR" = ( +/obj/structure/chair/stool, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"cnS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cnT" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + name = "QM Office"; + sortType = 3 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cnU" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/turf/simulated/floor/plasteel, +/area/quartermaster/miningdock) +"cnV" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cnW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery1) +"cnX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cnY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre Storage"; + req_access_txt = "45" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cnZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery1) +"coa" = ( +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-y" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cob" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen"; + tag = "icon-whitegreen (SOUTHWEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"coc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cod" = ( +/turf/simulated/wall/r_wall, +/area/toxins/explab) +"coe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cof" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/nosmoking_2{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cog" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Mining Maintenance"; + req_access_txt = "48" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"coh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"coi" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "telescienceblast"; + name = "test chamber blast doors"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/engine, +/area/toxins/explab) +"coj" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"cok" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"col" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/blueshield) +"com" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"con" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/ntrep) +"coo" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet, +/area/ntrep) +"cop" = ( +/obj/item/radio/intercom{ + pixel_x = 29; + pixel_y = -1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/ntrep) +"coq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cor" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/janitor) +"cos" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -32 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"cot" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery2) +"cou" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"cov" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/engine, +/area/toxins/explab_chamber) +"cow" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/toxins/explab_chamber) +"cox" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/toxins/explab_chamber) +"coy" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/engine, +/area/toxins/explab_chamber) +"coz" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/toxins/explab_chamber) +"coA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"coB" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"coC" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitehall" + }, +/area/medical/research{ + name = "Research Division" + }) +"coD" = ( +/obj/effect/landmark/start{ + name = "Scientist" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"coE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"coF" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"coG" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the test chamber."; + layer = 4; + name = "Test Chamber Telescreen"; + network = list("Toxins"); + pixel_x = 32 + }, +/obj/machinery/alarm{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel, +/area/toxins/launch) +"coH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"coI" = ( +/obj/structure/grille, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/launch) +"coJ" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"coK" = ( +/obj/structure/bed, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"coL" = ( +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"coM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"coN" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/shuttle/plating, +/area/shuttle/mining) +"coO" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" + }, +/area/shuttle/mining) +"coP" = ( +/obj/structure/table/glass, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/maintenance/apmaint) +"coQ" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/mining) +"coR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"coS" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"coT" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/wood, +/area/blueshield) +"coU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/ntrep) +"coV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ntrep) +"coW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/carpet, +/area/ntrep) +"coX" = ( +/obj/structure/table/wood, +/obj/item/ashtray/glass{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/machinery/recharger{ + pixel_x = -5; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"coY" = ( +/obj/machinery/keycard_auth{ + pixel_x = -24 + }, +/obj/machinery/door/window{ + dir = 1; + name = "Desk Door"; + req_access_txt = "67" + }, +/turf/simulated/floor/wood, +/area/blueshield) +"coZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreencorner" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cpa" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "white" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cpb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/ai_status_display{ + pixel_y = -32; + step_size = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cpc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cpd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cpe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cpf" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/blue, +/obj/item/folder/blue{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/paper/blueshield, +/obj/item/book/manual/sop_command, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"cpg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cph" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2"; + tag = "icon-pipe-j1 (WEST)" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/medbay2) +"cpi" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/hallway/primary/aft) +"cpj" = ( +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay" + }, +/turf/simulated/wall, +/area/maintenance/genetics) +"cpk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cpl" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/item/folder, +/obj/item/folder, +/obj/item/radio, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"cpm" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Custodial Maintenance"; + req_access_txt = "26" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cpn" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/medical/surgery1) +"cpo" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/surgery2) +"cpp" = ( +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery2) +"cpq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "telescienceblast"; + name = "test chamber blast doors"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/engine, +/area/toxins/explab_chamber) +"cpr" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitehall" + }, +/area/medical/research{ + name = "Research Division" + }) +"cps" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cpt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitehall" + }, +/area/medical/research{ + name = "Research Division" + }) +"cpu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"cpv" = ( +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"cpw" = ( +/obj/structure/table, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/masks, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/obj/machinery/camera{ + c_tag = "Medbay Surgery West Storage"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery1) +"cpx" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery1) +"cpy" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "viroshutters"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"cpz" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"cpA" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 12 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen"; + tag = "icon-whitegreen (SOUTHEAST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cpB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cpC" = ( +/turf/simulated/wall, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cpD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"cpE" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cpF" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cpG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/toxins/mixing) +"cpH" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cpI" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cpJ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/medical/virology) +"cpK" = ( +/obj/structure/bed, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/medical/virology) +"cpL" = ( +/obj/machinery/computer/pandemic, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology) +"cpM" = ( +/obj/machinery/smartfridge/secure/chemistry/virology, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology) +"cpN" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen/red, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology) +"cpO" = ( +/obj/structure/table, +/obj/item/hand_labeler{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology) +"cpP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + autoclose = 0; + frequency = 1379; + icon_state = "door_locked"; + id_tag = "viro_lab_airlock_exterior"; + locked = 1; + name = "Virology Lab External Airlock"; + req_access_txt = "39" + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + layer = 3.6; + master_tag = "viro_lab_airlock_control"; + name = "Virology Lab Access Button"; + pixel_x = -24; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"cpQ" = ( +/obj/structure/bed/psych, +/turf/simulated/floor/carpet, +/area/medical/psych) +"cpR" = ( +/turf/simulated/wall, +/area/toxins/explab) +"cpS" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Medbay Secondary Hallway South"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/medbay2) +"cpT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/toxins/mixing) +"cpU" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTHWEST)" + }, +/area/toxins/explab) +"cpV" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/book/manual/experimentor, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTHEAST)" + }, +/area/toxins/explab) +"cpW" = ( +/obj/machinery/computer/rdconsole/experiment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTH)" + }, +/area/toxins/explab) +"cpX" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/toxins/mixing) +"cpY" = ( +/obj/structure/closet/emcloset, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTHEAST)" + }, +/area/toxins/explab) +"cpZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/door/airlock/research{ + name = "Toxins Mixing Room"; + req_access_txt = "7" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"cqa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cqb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cqc" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cqd" = ( +/obj/machinery/door/window/eastright{ + name = "Toxins Mixing Room" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/toxins/mixing) +"cqe" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cqf" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cqg" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cqh" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/binary/pump, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cqi" = ( +/obj/machinery/door_control{ + id = "ToxinsVenting"; + name = "Toxin Venting Control"; + pixel_x = -8; + pixel_y = 26 + }, +/obj/machinery/ignition_switch{ + id = "toxinsigniter"; + pixel_x = 6; + pixel_y = 25 + }, +/obj/machinery/computer/general_air_control{ + frequency = 1222; + name = "Bomb Mix Monitor"; + sensors = list("burn_sensor" = "Burn Mix") + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cqj" = ( +/obj/machinery/camera{ + c_tag = "Research Toxins Mixing East"; + network = list("Research","SS13") + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cqk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cql" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/machinery/atmospherics/unary/cold_sink/freezer, +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cqm" = ( +/obj/structure/dispenser, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cqn" = ( +/obj/structure/closet/l3closet/scientist, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/toxins/mixing) +"cqo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre"; + req_access_txt = "45" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/holosign/surgery{ + id = "surgery1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/surgery1) +"cqp" = ( +/obj/machinery/camera{ + c_tag = "Research Toxins Launch Room"; + dir = 4; + network = list("Research","SS13"); + pixel_y = -22 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/toxins/launch) +"cqq" = ( +/obj/machinery/driver_button{ + id_tag = "toxinsdriver"; + pixel_y = 24; + range = 18 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/toxins/launch) +"cqr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cqs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cqt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + name = "HoP Office"; + sortType = 15 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cqu" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cqv" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cqw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre"; + req_access_txt = "45" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/holosign/surgery{ + id = "surgery2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/surgery2) +"cqx" = ( +/obj/machinery/doppler_array{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/launch) +"cqz" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cqA" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cqB" = ( +/obj/structure/table, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cqC" = ( +/obj/structure/grille, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/launch) +"cqD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cqE" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/maintenance/apmaint) +"cqF" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cqG" = ( +/obj/machinery/shower{ + dir = 8; + tag = "icon-shower (WEST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/maintenance/apmaint) +"cqH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cqI" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Blueshield" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"cqJ" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"cqK" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/blueshield) +"cqL" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/blueshield) +"cqM" = ( +/turf/simulated/wall/r_wall, +/area/medical/cmostore) +"cqN" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology) +"cqO" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/ntrep) +"cqP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/light/small, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cqQ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Nanotrasen Representative" + }, +/turf/simulated/floor/carpet, +/area/ntrep) +"cqR" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Blueshield"; + departmentType = 5; + name = "Blueshield Requests Console"; + pixel_x = -30 + }, +/turf/simulated/floor/wood, +/area/blueshield) +"cqS" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/paper/ntrep, +/obj/item/paper_bin/nanotrasen, +/turf/simulated/floor/carpet, +/area/ntrep) +"cqT" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "NT Representative"; + departmentType = 5; + name = "NT Representative Requests Console"; + pixel_x = 30 + }, +/turf/simulated/floor/wood, +/area/ntrep) +"cqU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cqV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cqW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cqX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cqY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cqZ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cra" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"crb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"crc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"crd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/wall, +/area/engine/controlroom) +"cre" = ( +/obj/effect/landmark/start{ + name = "Medical Doctor" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/medical/surgery1) +"crf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/medical/surgery2) +"crg" = ( +/obj/machinery/door_control{ + id = "telescienceblast"; + name = "Test Chamber Blast Doors"; + pixel_x = -25 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"crh" = ( +/obj/structure/closet/l3closet/scientist, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple"; + tag = "icon-whitepurple (NORTHWEST)" + }, +/area/toxins/explab) +"cri" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"crj" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"crk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"crl" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"crm" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes, +/obj/machinery/camera{ + c_tag = "Virology Monkey Pen" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology) +"crn" = ( +/obj/structure/sign/fire{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitehall" + }, +/area/medical/research{ + name = "Research Division" + }) +"cro" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"crp" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/machinery/light_switch{ + pixel_x = -23; + pixel_y = 24 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"crq" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/toxins/mixing) +"crr" = ( +/obj/machinery/requests_console{ + department = "Virology"; + departmentType = 3; + name = "Virology Requests Console"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology) +"crs" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/toxins/mixing) +"crt" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/virology) +"cru" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen"; + tag = "icon-whitegreen (EAST)" + }, +/area/medical/virology) +"crv" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "viroshutters"; + name = "Privacy Shutters Control"; + pixel_x = 6; + pixel_y = 39 + }, +/obj/effect/landmark/start{ + name = "Virologist" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"crw" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/toxins/launch) +"crx" = ( +/obj/structure/closet/bombcloset, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/toxins/mixing) +"cry" = ( +/obj/machinery/camera{ + c_tag = "Virology Airlock" + }, +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 10 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"crz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"crA" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"crB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"crC" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/quartermaster/office) +"crD" = ( +/turf/simulated/wall, +/area/medical/psych) +"crE" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/cmostore) +"crF" = ( +/obj/structure/closet/l3closet, +/obj/item/clothing/mask/gas, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/medical/cmostore) +"crG" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/obj/effect/decal/warning_stripes/northwestcorner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"crH" = ( +/obj/machinery/optable{ + name = "Robotics Operating Table" + }, +/obj/item/storage/firstaid/machine, +/obj/item/storage/firstaid/machine, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/robotics) +"crI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"crJ" = ( +/obj/machinery/atmospherics/binary/valve, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"crK" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"crL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"crM" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Scientist" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"crN" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"crO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"crP" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"crQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/toxins/launch) +"crR" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"crS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Toxins Launch Room"; + req_access_txt = "7" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/toxins/launch) +"crT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/toxins/launch) +"crU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"crV" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"crW" = ( +/obj/structure/closet/bombcloset, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/toxins/mixing) +"crX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"crY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/ward) +"crZ" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/medical/ward) +"csa" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"csb" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start{ + name = "Medical Doctor" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"csc" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"csd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"cse" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"csf" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the E.X.P.E.R.I-MENTOR chamber."; + layer = 4; + name = "E.X.P.E.R.I-MENTOR Camera Screen"; + network = list("Telepad"); + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"csg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"csh" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + layer = 2 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"csi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/portable_atmospherics/scrubber, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"csj" = ( +/obj/structure/girder, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"csk" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"csl" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"csm" = ( +/obj/structure/curtain/open/shower, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/maintenance/apmaint) +"csn" = ( +/obj/machinery/disposal, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = -30 + }, +/obj/structure/disposalpipe/trunk, +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel, +/area/toxins/launch) +"cso" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"csp" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"csq" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the test chamber."; + layer = 4; + name = "Test Chamber Telescreen"; + network = list("Toxins"); + pixel_x = 32 + }, +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plasteel, +/area/toxins/launch) +"csr" = ( +/obj/structure/grille, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/structure/window/plasmareinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/launch) +"css" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"cst" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"csu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"csv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"csw" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/wood, +/area/ntrep) +"csx" = ( +/obj/machinery/door_control{ + id = "blueshield"; + name = "Privacy Shutters Control"; + pixel_x = -4; + pixel_y = -24; + req_access_txt = "67" + }, +/obj/machinery/computer/crew, +/obj/machinery/door_control{ + id = "blueshieldofficedoor"; + name = "Office Door"; + normaldoorcontrol = 1; + pixel_x = 6; + pixel_y = -24; + req_access_txt = "67" + }, +/turf/simulated/floor/wood, +/area/blueshield) +"csy" = ( +/obj/structure/closet/secure_closet/blueshield, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/blueshield) +"csz" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/camera{ + c_tag = "Blueshield's Office"; + dir = 1 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/blueshield) +"csA" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"csB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Toxins Storage"; + req_access_txt = "8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/toxins/storage) +"csC" = ( +/obj/machinery/door_control{ + id = "representative"; + name = "Privacy Shutters Control"; + pixel_x = -4; + pixel_y = -24; + req_access_txt = "73" + }, +/obj/machinery/computer/secure_data, +/obj/machinery/door_control{ + id = "ntrepofficedoor"; + name = "Office Door"; + normaldoorcontrol = 1; + pixel_x = 6; + pixel_y = -24; + req_access_txt = "73" + }, +/turf/simulated/floor/wood, +/area/ntrep) +"csD" = ( +/turf/simulated/wall, +/area/engine/controlroom) +"csE" = ( +/obj/machinery/camera{ + c_tag = "NT Representative's Office"; + dir = 1 + }, +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "NT Representative's Office" + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/ntrep) +"csF" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"csG" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"csH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"csI" = ( +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway 1"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/hallway/primary/aft) +"csJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/light, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/toxins/mixing) +"csK" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"csL" = ( +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"csM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/toxins/mixing) +"csN" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/closet/firecloset, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"csO" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"csP" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"csQ" = ( +/obj/structure/cable, +/obj/machinery/computer/monitor{ + name = "Grid Power Monitoring Computer" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/engine/controlroom) +"csR" = ( +/obj/structure/closet/l3closet/scientist, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/toxins/mixing) +"csS" = ( +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes/wolpincubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology) +"csT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"csU" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"csV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"csW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"csX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Monkey Pen"; + req_access_txt = "39" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"csY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"csZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"cta" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"ctb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"ctc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"ctd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"cte" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"ctf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + autoclose = 0; + frequency = 1379; + icon_state = "door_locked"; + id_tag = "viro_lab_airlock_interior"; + locked = 1; + name = "Virology Lab Internal Airlock"; + req_access_txt = "39" + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "viro_lab_airlock_control"; + name = "Virology Lab Access Button"; + pixel_x = -10; + pixel_y = -20; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"ctg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"cth" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"cti" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"ctj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"ctk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/medical/cmostore) +"ctl" = ( +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"ctm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/medical/cmostore) +"ctn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/medical/cmostore) +"cto" = ( +/obj/effect/landmark/start{ + name = "Scientist" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"ctp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/medical/cmostore) +"ctq" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"ctr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cts" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"ctt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"ctu" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/toxins/explab) +"ctv" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"ctw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"ctx" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"cty" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"ctz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbreak) +"ctA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"ctB" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"ctC" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"ctE" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"ctF" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"ctG" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"ctH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"ctI" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/stack/cable_coil, +/obj/item/analyzer{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/taperecorder{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"ctJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Engineering Desk"; + req_one_access_txt = "11;24" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"ctL" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/pump, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"ctM" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"ctN" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"ctO" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/launch) +"ctP" = ( +/obj/structure/grille, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/item/radio/intercom, +/turf/simulated/floor/plating, +/area/toxins/launch) +"ctQ" = ( +/obj/machinery/door/window/southright{ + name = "Toxins Launcher"; + req_access_txt = "7" + }, +/obj/machinery/door/window/southright{ + dir = 1; + name = "Toxins Launcher"; + req_access_txt = "7" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/launch) +"ctR" = ( +/turf/simulated/wall/r_wall, +/area/blueshield) +"ctS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"ctT" = ( +/obj/machinery/door/window/southleft{ + name = "Assembly Line Delivery"; + req_access_txt = "32" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"ctU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"ctV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"ctW" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"ctX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 4; + location = "Engineering" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westright{ + name = "Engineering Monitoring Station"; + req_access = null; + req_one_access_txt = "11;24;34" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"ctY" = ( +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"ctZ" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cua" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/hallway/primary/aft) +"cub" = ( +/obj/structure/closet, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cuc" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/asmaint) +"cud" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/pen, +/obj/item/radio/intercom{ + dir = 1; + pixel_x = -25 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology) +"cue" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cuf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/medical/virology) +"cug" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/warning_stripes/northwestcorner, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"cuh" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology) +"cui" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/computer/security/engineering, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/engine/controlroom) +"cuj" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology) +"cuk" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/arrow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cul" = ( +/obj/structure/table/glass, +/obj/structure/reagent_dispensers/virusfood{ + pixel_y = -30 + }, +/obj/item/reagent_containers/syringe/antiviral, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper/precision, +/obj/item/reagent_containers/spray/cleaner, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology) +"cum" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"cun" = ( +/obj/structure/table/glass, +/obj/item/storage/belt/medical, +/obj/item/clothing/gloves/color/latex, +/obj/item/healthanalyzer{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/clothing/glasses/hud/health, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + id_tag = "viro_lab_airlock_control"; + name = "Virology Lab Access Console"; + pixel_x = 24; + req_one_access_txt = "39"; + tag_exterior_door = "viro_lab_airlock_exterior"; + tag_interior_door = "viro_lab_airlock_interior" + }, +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology) +"cuo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"cup" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology) +"cuq" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"cur" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/obj/structure/closet/l3closet, +/obj/item/clothing/mask/gas, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"cus" = ( +/obj/structure/closet/l3closet, +/obj/item/clothing/mask/gas, +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8; + on = 1 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"cut" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Engineering Monitoring Station"; + req_one_access_txt = "11;24" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cuu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cuv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"cuw" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/medical/cmostore) +"cux" = ( +/turf/simulated/wall/r_wall, +/area/medical/psych) +"cuy" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluefull" + }, +/area/medical/cmostore) +"cuz" = ( +/obj/machinery/iv_drip, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery1) +"cuA" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/medical/cmostore) +"cuB" = ( +/obj/machinery/alarm{ + pixel_y = 25 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cuC" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cuD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cuE" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cuF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen"; + tag = "icon-whitegreen (SOUTHWEST)" + }, +/area/medical/virology) +"cuG" = ( +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cuH" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"cuI" = ( +/obj/structure/bed, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology) +"cuJ" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"cuK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"cuL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"cuM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"cuN" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"cuO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"cuP" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cuQ" = ( +/turf/simulated/wall, +/area/maintenance/asmaint2) +"cuR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "E.X.P.E.R.I-MENTOR Lab"; + req_access_txt = "47" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"cuS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"cuT" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cuU" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cuV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"cuW" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cuX" = ( +/obj/machinery/light, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"cuY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6; + level = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cuZ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cva" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cvb" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cvc" = ( +/obj/item/transfer_valve{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/transfer_valve{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/transfer_valve, +/obj/item/transfer_valve{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/transfer_valve{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/structure/table, +/obj/item/transfer_valve{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cvd" = ( +/obj/structure/closet/emcloset, +/obj/structure/sign/biohazard{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"cve" = ( +/obj/machinery/light, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = -30 + }, +/obj/machinery/vending/plasmaresearch, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cvf" = ( +/obj/machinery/atmospherics/trinary/mixer{ + dir = 8; + req_access = null + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cvg" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cvh" = ( +/obj/item/radio/beacon, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel/airless/indestructible, +/area/toxins/test_area) +"cvi" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/mixing) +"cvj" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "toxinsdriver" + }, +/turf/simulated/floor/plating, +/area/toxins/launch) +"cvk" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cvl" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cvm" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cvn" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cvo" = ( +/turf/simulated/wall, +/area/maintenance/consarea) +"cvp" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/apmaint) +"cvq" = ( +/turf/simulated/wall/r_wall, +/area/storage/tech) +"cvr" = ( +/obj/machinery/door/poddoor{ + id_tag = "toxinsdriver"; + name = "Toxins Launcher Bay Door"; + protected = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/toxins/launch) +"cvs" = ( +/obj/machinery/door/poddoor{ + id_tag = "toxinsdriver"; + name = "Toxins Launcher Bay Door"; + protected = 0 + }, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"cvt" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/toxins/test_area) +"cvu" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/turf/simulated/floor/plating, +/area/storage/tech) +"cvv" = ( +/obj/machinery/camera{ + armor = list("melee" = 50, "bullet" = 20, "laser" = 20, "energy" = 20, "bomb" = 100, "bio" = 0, "rad" = 0, "fire" = 90, "acid" = 50); + c_tag = "Research Toxins Test Chamber East"; + dir = 8; + network = list("Toxins","Research","SS13") + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"cvw" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flash, +/obj/item/flash, +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"cvx" = ( +/turf/simulated/wall, +/area/storage/tech) +"cvy" = ( +/obj/machinery/camera{ + c_tag = "Tech Storage" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/cyborgrecharger{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/circuitboard/mech_bay_power_console{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/circuitboard/mech_recharger, +/obj/item/circuitboard/mechfab{ + pixel_y = 3 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"cvz" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/alarm{ + pixel_y = 23 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"cvA" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/item/stock_parts/cell/high/plus, +/turf/simulated/floor/plating, +/area/storage/tech) +"cvB" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/engine/controlroom) +"cvC" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/dispenser{ + pixel_x = -1 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cvD" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"cvE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cvF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"cvG" = ( +/obj/machinery/camera{ + c_tag = "Research Hallway South"; + dir = 1; + network = list("Research","SS13") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"cvH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"cvI" = ( +/turf/simulated/wall, +/area/construction) +"cvJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cvK" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cvL" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cvM" = ( +/obj/machinery/disposal, +/obj/machinery/camera{ + c_tag = "Atmospherics Monitoring"; + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/engine/controlroom) +"cvN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/wall, +/area/construction) +"cvO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Isolation B"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/medical/virology) +"cvP" = ( +/obj/structure/sign/deathsposal, +/turf/simulated/wall, +/area/medical/virology) +"cvQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Isolation B"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"cvR" = ( +/obj/structure/closet/secure_closet/psychiatrist, +/obj/item/clipboard{ + pixel_x = -5 + }, +/obj/machinery/door_control{ + id = "psychoffice"; + name = "Privacy Shutters Control"; + pixel_x = -25 + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"cvS" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/medical/surgery1) +"cvT" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"cvU" = ( +/obj/structure/closet/l3closet, +/obj/item/clothing/mask/gas, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/medical/cmostore) +"cvV" = ( +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/medical/cmostore) +"cvW" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/medical/cmostore) +"cvX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Secondary Storage"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/medical/cmostore) +"cvY" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/medical/cmostore) +"cvZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/wall/r_wall, +/area/maintenance/asmaint) +"cwa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/ai_status_display{ + pixel_x = -32; + step_size = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen"; + tag = "icon-whitegreen (NORTHWEST)" + }, +/area/medical/virology) +"cwb" = ( +/obj/structure/closet/secure_closet/personal/patient, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen"; + tag = "icon-whitegreen (NORTHEAST)" + }, +/area/medical/virology) +"cwc" = ( +/obj/machinery/camera{ + c_tag = "Virology Break Room" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology) +"cwd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"cwe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen"; + tag = "icon-whitegreen (NORTHEAST)" + }, +/area/medical/virology) +"cwf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology) +"cwg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen"; + tag = "icon-whitegreen (NORTHWEST)" + }, +/area/medical/virology) +"cwh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Isolation A"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/medical/virology) +"cwi" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen"; + tag = "icon-whitegreen (NORTHEAST)" + }, +/area/medical/virology) +"cwj" = ( +/obj/machinery/light, +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"cwk" = ( +/obj/machinery/disposal, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"cwl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"cwm" = ( +/obj/machinery/light, +/obj/machinery/telepad_cargo, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"cwn" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/hardsuit/medical, +/obj/item/clothing/mask/gas, +/obj/machinery/door/window/westright{ + name = "Emergency Hardsuits"; + req_access_txt = "40" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/medical/cmostore) +"cwo" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/medical/research{ + name = "Research Division" + }) +"cwp" = ( +/obj/machinery/light, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreencorner" + }, +/area/medical/research{ + name = "Research Division" + }) +"cwq" = ( +/obj/machinery/camera{ + c_tag = "Research E.X.P.E.R.I-MENTOR Lab"; + dir = 1; + network = list("Research","SS13") + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/explab) +"cwr" = ( +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/structure/table, +/obj/item/storage/box/pillbottles{ + layer = 4 + }, +/obj/item/storage/box/bodybags{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/medical/cmostore) +"cws" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/hardsuit/medical, +/obj/item/clothing/mask/gas, +/obj/machinery/door/window/westleft{ + name = "Emergency Hardsuits"; + req_access_txt = "40" + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/medical/cmostore) +"cwt" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/research{ + name = "Research Division" + }) +"cwu" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cwv" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/storage/tech) +"cww" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cwx" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/incinerator) +"cwy" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall/r_wall, +/area/maintenance/incinerator) +"cwz" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cwA" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/stack/sheet/metal{ + amount = 2 + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cwB" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cwC" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cwD" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cwE" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cwF" = ( +/turf/simulated/floor/plasteel, +/area/maintenance/consarea) +"cwG" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/consarea) +"cwH" = ( +/obj/item/screwdriver, +/turf/simulated/floor/plating, +/area/maintenance/consarea) +"cwI" = ( +/turf/simulated/floor/plating, +/area/maintenance/consarea) +"cwJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27; + pixel_y = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/hallway/primary/aft) +"cwK" = ( +/obj/machinery/meter, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cwM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cwN" = ( +/obj/structure/table, +/obj/item/apc_electronics, +/obj/item/airlock_electronics, +/turf/simulated/floor/plating, +/area/storage/tech) +"cwO" = ( +/turf/simulated/floor/plating, +/area/storage/tech) +"cwP" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/storage/tech) +"cwQ" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"cwR" = ( +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cwS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cwT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"cwU" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/storage/tech) +"cwV" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/storage/tech) +"cwW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"cwX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/medical/medbay2) +"cwY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cwZ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -32 + }, +/obj/item/radio/intercom/specops{ + pixel_x = 32 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"cxa" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cxb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cxc" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/airlock/maintenance{ + name = "E.X.P.E.R.I-MENTOR Lab Maintenance"; + req_access_txt = "47" + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cxd" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cxe" = ( +/obj/structure/table/reinforced, +/obj/item/storage/briefcase/inflatable{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/storage/briefcase/inflatable, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cxf" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cxg" = ( +/obj/machinery/computer/general_air_control{ + frequency = 1441; + name = "Tank Monitor"; + sensors = list("n2_sensor" = "Nitrogen", "o2_sensor" = "Oxygen", "co2_sensor" = "Carbon Dioxide", "tox_sensor" = "Toxins", "n2o_sensor" = "Nitrous Oxide", "waste_sensor" = "Gas Mix Tank") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/engine/controlroom) +"cxh" = ( +/turf/simulated/wall, +/area/medical/ward) +"cxi" = ( +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cxj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/medical/glass{ + id_tag = ""; + name = "Staff Room"; + req_access_txt = "5" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria"; + tag = "icon-cafeteria (NORTHEAST)" + }, +/area/medical/medbay2) +"cxk" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cxl" = ( +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cxm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cxn" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/northeast, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cxo" = ( +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/storage/tech) +"cxp" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/north, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cxq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cxr" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cxs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/medical/virology) +"cxt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology) +"cxu" = ( +/obj/structure/closet/wardrobe/virology_white, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen"; + tag = "icon-whitegreen (EAST)" + }, +/area/medical/virology) +"cxv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cxw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology) +"cxx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen"; + tag = "icon-whitegreen (EAST)" + }, +/area/medical/virology) +"cxy" = ( +/obj/structure/table/wood, +/obj/item/storage/briefcase, +/obj/item/flashlight/lamp/green, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/carpet, +/area/medical/psych) +"cxz" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/construction) +"cxA" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cxB" = ( +/obj/structure/chair/comfy/lime{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/medical/psych) +"cxC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/computer/general_air_control{ + frequency = 1443; + level = 3; + name = "Distribution and Waste Monitor"; + sensors = list("mair_in_meter" = "Mixed Air In", "air_sensor" = "Mixed Air Supply Tank", "mair_out_meter" = "Mixed Air Out", "dloop_atm_meter" = "Distribution Loop", "wloop_atm_meter" = "Waste Loop") + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cxD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cxE" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/south, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cxF" = ( +/obj/structure/bed, +/obj/machinery/status_display{ + layer = 4; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen"; + tag = "icon-whitegreen (SOUTHWEST)" + }, +/area/medical/virology) +"cxG" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen"; + tag = "icon-whitegreen (SOUTHEAST)" + }, +/area/medical/virology) +"cxH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/medical/virology) +"cxI" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/toxins/explab) +"cxJ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cxK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cxL" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/obj/machinery/computer/med_data/laptop, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen"; + tag = "icon-whitegreen (EAST)" + }, +/area/medical/virology) +"cxM" = ( +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cxN" = ( +/turf/simulated/wall, +/area/toxins/xenobiology) +"cxO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cxP" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/medical/virology) +"cxQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cxR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cxS" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/asmaint2) +"cxT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cxU" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cxV" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cxW" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cxX" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/maintenance/incinerator) +"cxY" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cxZ" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cya" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cyb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/incinerator) +"cyc" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/incinerator) +"cyd" = ( +/obj/machinery/atmospherics/unary/tank/toxins{ + volume = 3200 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"cye" = ( +/obj/machinery/atmospherics/unary/tank/oxygen{ + volume = 3200 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"cyf" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"cyg" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cyh" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_access_txt = "32" + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cyi" = ( +/obj/item/crowbar, +/turf/simulated/floor/plating, +/area/maintenance/consarea) +"cyj" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/consarea) +"cyk" = ( +/obj/item/stack/sheet/metal{ + amount = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/consarea) +"cyl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cym" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/rack{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cyn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/closet/emcloset, +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/incinerator) +"cyo" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/incinerator) +"cyp" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cyq" = ( +/obj/structure/table, +/obj/item/aicard, +/obj/item/aiModule/reset, +/turf/simulated/floor/plating, +/area/storage/tech) +"cyr" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/cable, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/storage/tech) +"cys" = ( +/obj/machinery/camera{ + c_tag = "Secure Tech Storage" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"cyt" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/borgupload{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/circuitboard/aiupload{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"cyv" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE" + }, +/turf/simulated/wall/r_wall, +/area/storage/tech) +"cyw" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/rdconsole{ + pixel_x = -4 + }, +/obj/item/circuitboard/rdserver{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/item/circuitboard/destructive_analyzer, +/obj/item/circuitboard/protolathe{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/item/circuitboard/circuit_imprinter{ + pixel_x = -4; + pixel_y = -3 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"cyx" = ( +/obj/machinery/computer/guestpass, +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cyy" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/message_monitor{ + pixel_y = -5 + }, +/obj/item/circuitboard/arcade/battle, +/obj/item/circuitboard/arcade/orion_trail{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"cyz" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cyA" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/autolathe{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/bodyscanner, +/obj/item/circuitboard/sleeper{ + pixel_x = 3 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"cyB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cyC" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cyD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cyE" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance"; + req_access_txt = "5" + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cyF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cyG" = ( +/obj/structure/table, +/obj/item/t_scanner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/engine/controlroom) +"cyH" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cyI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cyJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cyK" = ( +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop, +/turf/simulated/floor/carpet, +/area/medical/psych) +"cyL" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/status_display{ + layer = 4; + pixel_y = -32 + }, +/turf/simulated/floor/carpet, +/area/medical/psych) +"cyM" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/pen/multi, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/carpet, +/area/medical/psych) +"cyN" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cyO" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"cyP" = ( +/obj/effect/spawner/random_barrier/obstruction, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cyQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cyR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cyS" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cyT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Xenobiology Research"; + req_access_txt = "47" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cyU" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology) +"cyV" = ( +/obj/structure/closet/crate/freezer, +/obj/item/tank/emergency_oxygen/engi/empty, +/obj/item/tank/emergency_oxygen/engi/empty, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/machinery/ai_status_display{ + pixel_y = -32; + step_size = 0 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen"; + tag = "icon-whitegreen (SOUTHWEST)" + }, +/area/medical/virology) +"cyW" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/storage/secure/safe{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen"; + tag = "icon-whitegreen (SOUTHEAST)" + }, +/area/medical/virology) +"cyX" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/medical/virology) +"cyY" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen"; + tag = "icon-whitegreen (SOUTHWEST)" + }, +/area/medical/virology) +"cyZ" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall/r_wall, +/area/medical/virology) +"cza" = ( +/obj/structure/bed, +/obj/machinery/status_display{ + layer = 4; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen"; + tag = "icon-whitegreen (SOUTHEAST)" + }, +/area/medical/virology) +"czb" = ( +/obj/item/instrument/saxophone, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"czc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"czd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cze" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/decal/remains/robot, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"czf" = ( +/obj/effect/spawner/random_spawners/grille_often, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"czg" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/spawner/random_spawners/cobweb_right_frequent, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"czh" = ( +/obj/structure/chair, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"czi" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/folder, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"czj" = ( +/obj/structure/chair, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"czk" = ( +/obj/structure/closet/crate, +/obj/item/coin/silver, +/obj/item/grenade/chem_grenade, +/obj/item/poster/random_contraband, +/obj/item/poster/random_contraband, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"czl" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/random_barrier/obstruction, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"czm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"czn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"czo" = ( +/obj/item/tank/oxygen, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"czp" = ( +/obj/structure/table/reinforced, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"czq" = ( +/turf/simulated/floor/plasteel, +/area/maintenance/asmaint) +"czr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"czs" = ( +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"czt" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/maintenance/asmaint) +"czu" = ( +/obj/structure/rack, +/obj/item/storage/belt/utility, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/maintenance/asmaint) +"czv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"czw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"czx" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"czy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"czz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"czA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/hallway/primary/aft) +"czB" = ( +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"czC" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + name = "south bump Engineering"; + pixel_y = -24; + shock_proof = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"czD" = ( +/obj/machinery/camera{ + c_tag = "Engineering Construction Area"; + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"czE" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"czF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall/r_wall/coated, +/area/maintenance/incinerator) +"czG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/mob/living/carbon/human/monkey, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/medical/virology) +"czH" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = -28 + }, +/turf/simulated/floor/plating, +/area/maintenance/incinerator) +"czI" = ( +/obj/structure/sink{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Virology Module North" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology) +"czJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"czK" = ( +/obj/machinery/atmospherics/binary/pump, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"czL" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"czM" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/consarea) +"czN" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"czO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"czP" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/wall/r_wall/coated, +/area/maintenance/incinerator) +"czQ" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Gas Pump"; + on = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/incinerator) +"czR" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"czS" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"czT" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/crew{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/circuitboard/card{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/circuitboard/communications{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"czU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"czV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage"; + req_access_txt = "19;23" + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"czW" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/virology) +"czX" = ( +/obj/structure/sign/poster/contraband/smoke{ + pixel_x = -32 + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"czY" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"czZ" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/medical/medbay2) +"cAa" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cAb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cAc" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cAd" = ( +/obj/item/flashlight, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cAe" = ( +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cAf" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/toxins/xenobiology) +"cAg" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/engine/controlroom) +"cAh" = ( +/obj/machinery/computer/general_air_control{ + frequency = 1443; + level = 3; + name = "Distribution and Waste Monitor"; + sensors = list("mair_in_meter" = "Mixed Air In", "air_sensor" = "Mixed Air Supply Tank", "mair_out_meter" = "Mixed Air Out", "dloop_atm_meter" = "Distribution Loop", "wloop_atm_meter" = "Waste Loop") + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cAi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen"; + tag = "icon-whitehall (WEST)" + }, +/area/toxins/xenobiology) +"cAj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/storage/tech) +"cAk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cAl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_one_access_txt = "11;24" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cAm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cAn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cAo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cAp" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cAq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/medical/virology) +"cAr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/mob/living/carbon/human/monkey, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/medical/virology) +"cAs" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/medical/medbay2) +"cAt" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/medical/medbay2) +"cAu" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cAv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/asmaint) +"cAw" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cAx" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/storage/secure/briefcase, +/obj/item/mop, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cAy" = ( +/obj/structure/table/reinforced, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/structure/window/reinforced, +/obj/item/poster/random_contraband, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cAz" = ( +/obj/effect/spawner/random_barrier/possibly_welded_airlock, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cAA" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/maintenance/asmaint) +"cAB" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cAC" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/maintenance/asmaint) +"cAD" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/toxins/xenobiology) +"cAE" = ( +/obj/structure/closet, +/obj/item/card/id, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cAF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cAG" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cAH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cAI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cAJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"cAK" = ( +/obj/machinery/requests_console{ + department = "Tech Storage"; + name = "Tech Storage Requests Console"; + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"cAL" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"cAM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cAN" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/hallway/primary/aft) +"cAO" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cAP" = ( +/turf/simulated/wall/r_wall, +/area/toxins/misc_lab) +"cAQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/wall/r_wall, +/area/toxins/misc_lab) +"cAR" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cAS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cAT" = ( +/obj/structure/table, +/obj/item/mounted/frame/apc_frame, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cAU" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cAV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cAW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cAX" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/wall/r_wall/coated, +/area/maintenance/incinerator) +"cAY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/mob/living/carbon/human/monkey, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/medical/virology) +"cAZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/wall/r_wall, +/area/toxins/misc_lab) +"cBa" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"cBb" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"cBc" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"cBd" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"cBe" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc1" + }, +/area/shuttle/administration) +"cBf" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cBg" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 4; + frequency = 1443; + icon_state = "on"; + id = "air_in"; + on = 1 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_y = 32 + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/incinerator) +"cBh" = ( +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/maintenance/consarea) +"cBi" = ( +/obj/machinery/door/poddoor{ + id_tag = "disvent"; + name = "Incinerator Vent" + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/incinerator) +"cBj" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + on = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/sign/fire{ + pixel_y = 32 + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/incinerator) +"cBk" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/storage/tech) +"cBl" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/item/wirecutters, +/turf/simulated/floor/plating, +/area/storage/tech) +"cBm" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 1449; + id_tag = "incinerator_access_control"; + name = "Incinerator Access Console"; + pixel_x = -26; + pixel_y = 6; + req_access_txt = "12"; + tag_exterior_door = "incinerator_airlock_exterior"; + tag_interior_door = "incinerator_airlock_interior" + }, +/obj/machinery/ignition_switch{ + id = "Incinerator"; + pixel_x = -24; + pixel_y = -6 + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"cBn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"cBo" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cBp" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"cBq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"cBr" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/robotics{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/circuitboard/mecha_control{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/simulated/floor/plasteel, +/area/storage/tech) +"cBs" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/cloning, +/obj/item/circuitboard/med_data{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/clonescanner, +/obj/item/circuitboard/clonepod, +/obj/item/circuitboard/scan_consolenew, +/obj/item/circuitboard/cryo_tube{ + pixel_x = 3 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"cBt" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/powermonitor{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/circuitboard/stationalert{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/circuitboard/atmos_alert{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/thermomachine, +/obj/item/circuitboard/smes{ + pixel_x = 4 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"cBu" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/secure_data{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/circuitboard/camera{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"cBv" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/hallway/primary/aft) +"cBw" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "psychoffice"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/medical/psych) +"cBx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cBy" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/medical/cmostore) +"cBz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/medical/cmostore) +"cBA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cBB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cBC" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/toxins/misc_lab) +"cBD" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cBE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/hallway/primary/aft) +"cBF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6; + level = 2 + }, +/turf/simulated/wall, +/area/engine/controlroom) +"cBG" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cBH" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cBI" = ( +/obj/structure/table, +/obj/item/clothing/under/color/grey, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cBJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cBK" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall/r_wall, +/area/maintenance/asmaint) +"cBL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cBM" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cBN" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cBO" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cBP" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/asmaint) +"cBQ" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cBR" = ( +/turf/simulated/wall/r_wall, +/area/toxins/xenobiology) +"cBS" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/r_wall, +/area/toxins/xenobiology) +"cBT" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cBU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cBV" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical, +/obj/machinery/light, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/maintenance/asmaint) +"cBW" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/toolbox, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/maintenance/asmaint) +"cBX" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/maintenance/asmaint) +"cBY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cBZ" = ( +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/structure/table, +/obj/item/radio/electropack, +/obj/item/assembly/signaler, +/obj/item/healthanalyzer, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cCa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cCb" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/ears/earmuffs, +/obj/item/multitool, +/obj/item/clothing/ears/earmuffs, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cCc" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cCd" = ( +/obj/structure/closet/bombcloset, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cCe" = ( +/obj/structure/closet/secure_closet/scientist, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cCf" = ( +/obj/structure/closet/secure_closet/scientist, +/obj/machinery/camera{ + c_tag = "Research Test Lab West"; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cCg" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cCh" = ( +/obj/structure/table, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; + name = "Chemistry Cleaner" + }, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; + name = "Chemistry Cleaner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cCi" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cCj" = ( +/obj/machinery/chem_dispenser, +/obj/item/reagent_containers/glass/beaker/large, +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/toxins/misc_lab) +"cCk" = ( +/obj/machinery/chem_heater, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/toxins/misc_lab) +"cCl" = ( +/obj/machinery/newscaster{ + pixel_y = 34 + }, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/toxins/misc_lab) +"cCm" = ( +/obj/machinery/chem_master, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/toxins/misc_lab) +"cCn" = ( +/obj/machinery/chem_heater, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/toxins/misc_lab) +"cCo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cCp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/wall/r_wall, +/area/maintenance/asmaint2) +"cCq" = ( +/turf/simulated/floor/engine/insulated, +/area/maintenance/incinerator) +"cCr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cCs" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cCt" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"cCu" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"cCv" = ( +/obj/machinery/door/airlock/external{ + name = "Toxins Test Chamber" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"cCw" = ( +/obj/machinery/igniter{ + id = "Incinerator" + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/incinerator) +"cCx" = ( +/obj/machinery/door/airlock/public/glass{ + autoclose = 0; + frequency = 1449; + heat_proof = 1; + icon_state = "door_locked"; + id_tag = "incinerator_airlock_exterior"; + locked = 1; + name = "Mixing Room Exterior Airlock"; + req_access_txt = "12" + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + layer = 3.1; + master_tag = "incinerator_access_control"; + name = "Incinerator Airlock Control"; + pixel_y = -23 + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/incinerator) +"cCy" = ( +/obj/machinery/door/airlock/public/glass{ + autoclose = 0; + frequency = 1449; + heat_proof = 1; + icon_state = "door_locked"; + id_tag = "incinerator_airlock_interior"; + locked = 1; + name = "Mixing Room Interior Airlock"; + req_access_txt = "12" + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + master_tag = "incinerator_access_control"; + name = "Incinerator Airlock Control"; + pixel_y = -22 + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/incinerator) +"cCz" = ( +/obj/effect/decal/remains/human{ + desc = "This guy seemed to have died in terrible way! Half his remains are dust."; + name = "Human remains" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"cCA" = ( +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/consarea) +"cCB" = ( +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/obj/machinery/hologram/holopad, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"cCC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos{ + name = "Incinerator Access"; + req_access_txt = "24" + }, +/turf/simulated/floor/plating, +/area/maintenance/incinerator) +"cCD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"cCE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cCG" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/consarea) +"cCH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cCI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage"; + req_access_txt = "23" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"cCJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_one_access_txt = "11;24" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/construction) +"cCK" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cCL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cCM" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/storage/tech) +"cCN" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/storage/tech) +"cCO" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/cell/high/plus, +/turf/simulated/floor/plating, +/area/storage/tech) +"cCP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cCQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cCR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"cCS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"cCT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cCU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cCV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/toxins/misc_lab) +"cCW" = ( +/turf/simulated/wall, +/area/medical/surgery1) +"cCX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Test Lab"; + req_access_txt = "7" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cCY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cCZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cDa" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cDb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cDc" = ( +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cDd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cDe" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cDf" = ( +/turf/simulated/wall, +/area/medical/surgery2) +"cDg" = ( +/obj/structure/table, +/obj/item/healthanalyzer, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cDh" = ( +/obj/structure/table, +/obj/item/pda, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cDi" = ( +/obj/machinery/light_switch{ + pixel_y = 27 + }, +/obj/machinery/alarm{ + pixel_y = 23 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/atmos) +"cDj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/atmos) +"cDk" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics North-East" + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 25 + }, +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 8; + name = "Distro to Waste"; + on = 0 + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cDl" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 8; + name = "Air To Distro" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump Engineering"; + pixel_y = 24; + shock_proof = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cDm" = ( +/obj/effect/spawner/random_spawners/fungus_maybe, +/turf/simulated/wall, +/area/maintenance/asmaint) +"cDn" = ( +/obj/effect/spawner/random_barrier/floor_probably, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cDo" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cDp" = ( +/obj/item/lipstick/jade, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cDq" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"cDr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cDs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cDt" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/toxins/misc_lab) +"cDu" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/toxins/misc_lab) +"cDv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Xenobiology Research"; + req_access_txt = "47" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cDw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cDx" = ( +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/hallway/primary/aft) +"cDy" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cDz" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Access"; + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 6; + tag = "icon-intact (SOUTHEAST)" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cDA" = ( +/obj/machinery/drone_fabricator, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cDB" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/toxins/misc_lab) +"cDC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cDD" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Scientist" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/toxins/misc_lab) +"cDE" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cDF" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/toxins/misc_lab) +"cDG" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/toxins/misc_lab) +"cDH" = ( +/obj/machinery/chem_dispenser, +/obj/item/reagent_containers/glass/beaker/large, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/toxins/misc_lab) +"cDI" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/machinery/computer/drone_control, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cDJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"cDK" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"cDL" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"cDM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"cDN" = ( +/obj/machinery/camera{ + armor = list("melee" = 50, "bullet" = 20, "laser" = 20, "energy" = 20, "bomb" = 100, "bio" = 0, "rad" = 0, "fire" = 90, "acid" = 50); + c_tag = "Research Toxins Test Chamber South"; + dir = 1; + network = list("Toxins","Research","SS13") + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel/airless, +/area/toxins/test_area) +"cDO" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"cDP" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4; + external_pressure_bound = 0; + icon_state = "in"; + initialize_directions = 1; + internal_pressure_bound = 4000; + on = 1; + pressure_checks = 2; + pump_direction = 0 + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/incinerator) +"cDQ" = ( +/obj/structure/closet/toolcloset, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cDR" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_y = 5 + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cDS" = ( +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/maintenance/consarea) +"cDT" = ( +/obj/item/stack/rods{ + amount = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/consarea) +"cDU" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + on = 1 + }, +/obj/structure/sign/fire{ + pixel_y = -32 + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/incinerator) +"cDV" = ( +/obj/machinery/door_control{ + id = "disvent"; + name = "Incinerator Vent Control"; + pixel_y = -24; + req_access_txt = "12" + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"cDW" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/storage/tech) +"cDX" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"cDY" = ( +/obj/machinery/vending/assist, +/turf/simulated/floor/plating, +/area/storage/tech) +"cDZ" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/maintenance/incinerator) +"cEa" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cEb" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/consarea) +"cEc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cEd" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"cEe" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/clothing/glasses/meson, +/obj/item/multitool, +/turf/simulated/floor/plating, +/area/storage/tech) +"cEf" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cEg" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"cEh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"cEi" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/hallway/primary/aft) +"cEj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cEk" = ( +/obj/machinery/light, +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cEl" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light, +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cEm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cEn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/toxins/misc_lab) +"cEo" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/toxins/misc_lab) +"cEp" = ( +/obj/structure/closet, +/obj/item/toy/russian_revolver, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cEq" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cEr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/atmos) +"cEs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cEt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cEu" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cEv" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/engine/mechanic_workshop) +"cEw" = ( +/obj/machinery/camera{ + c_tag = "Mechanic's Workshop West" + }, +/turf/simulated/floor/engine, +/area/engine/mechanic_workshop) +"cEx" = ( +/obj/effect/spawner/random_spawners/fungus_probably, +/turf/simulated/wall, +/area/maintenance/asmaint) +"cEy" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cEz" = ( +/obj/structure/table, +/obj/item/poster/random_contraband, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cEA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/clothing/gloves/color/black, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cEB" = ( +/obj/structure/table, +/obj/item/pen/fancy, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cEC" = ( +/obj/structure/grille, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cED" = ( +/obj/item/flag/med, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cEE" = ( +/obj/structure/table, +/obj/item/roller, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cEF" = ( +/obj/structure/table, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cEG" = ( +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cEH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cEI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/engine, +/area/engine/mechanic_workshop) +"cEJ" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_y = 32 + }, +/obj/machinery/mecha_part_fabricator/spacepod, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"cEK" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/computer/podtracker, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"cEL" = ( +/obj/machinery/requests_console{ + department = "Mechanic"; + departmentType = 2; + name = "Mechanic's Workshop Requests Console"; + pixel_y = 30 + }, +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"cEM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/camera{ + c_tag = "Mechanic's Workshop East" + }, +/obj/machinery/space_heater, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/engine/mechanic_workshop) +"cEN" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/engine/mechanic_workshop) +"cEO" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/engine/mechanic_workshop) +"cEP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/engine/mechanic_workshop) +"cEQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cER" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cES" = ( +/obj/item/clothing/mask/cigarette, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"cET" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating/airless, +/area/toxins/test_area) +"cEU" = ( +/turf/simulated/wall/r_wall/coated, +/area/maintenance/incinerator) +"cEV" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cEW" = ( +/turf/simulated/wall/r_wall, +/area/engine/mechanic_workshop) +"cEX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cEY" = ( +/turf/simulated/wall, +/area/engine/mechanic_workshop) +"cEZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cFa" = ( +/turf/simulated/wall/r_wall, +/area/hallway/primary/aft) +"cFb" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/toxins/misc_lab) +"cFc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cFd" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall/r_wall, +/area/engine/mechanic_workshop) +"cFe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Alternate Construction Area"; + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cFf" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2"; + tag = "icon-pipe-j1 (WEST)" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cFg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-y" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cFh" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/hallway/primary/aft) +"cFi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cFj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9; + level = 2 + }, +/turf/simulated/wall, +/area/engine/controlroom) +"cFk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cFl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway 3" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cFm" = ( +/obj/structure/table, +/obj/item/multitool, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cFn" = ( +/obj/structure/table, +/obj/item/wirecutters, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/construction) +"cFo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cFp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cFq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/grille_maybe, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cFr" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cFs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cFt" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cFu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_one_access_txt = "11;24" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 9; + tag = "icon-intact (NORTHWEST)" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/controlroom) +"cFv" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cFw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/wall/r_wall, +/area/atmos/control) +"cFx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology) +"cFy" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen"; + tag = "icon-whitegreen (EAST)" + }, +/area/medical/virology) +"cFz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull"; + tag = "icon-whitebluefull" + }, +/area/medical/virology) +"cFA" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cFB" = ( +/turf/simulated/floor/carpet, +/area/medical/psych) +"cFC" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/engine/chiefs_office) +"cFD" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "xeno_airlock_control"; + name = "Xenobiology Access Button"; + pixel_x = -24; + req_access_txt = "55" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + autoclose = 0; + frequency = 1379; + icon_state = "door_locked"; + id_tag = "xeno_airlock_exterior"; + locked = 1; + name = "Xenobiology External Airlock"; + req_access_txt = "55" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cFE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cFF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass{ + name = "Distribution Loop"; + req_access_txt = "24" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cFG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cFH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = -30 + }, +/obj/structure/table, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cFI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cFJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cFK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/engine/mechanic_workshop) +"cFL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/engine, +/area/engine/mechanic_workshop) +"cFM" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"cFN" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "mechpod"; + name = "Mechanic's Workshop Inner Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/engine/mechanic_workshop) +"cFO" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"cFP" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"cFQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop) +"cFR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop) +"cFS" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cFT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Alternate Construction Area"; + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/consarea) +"cFU" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/toxins/misc_lab) +"cFV" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/engine/vacuum, +/area/engine/mechanic_workshop) +"cFW" = ( +/obj/structure/spacepoddoor, +/turf/simulated/floor/engine, +/area/engine/mechanic_workshop) +"cFX" = ( +/turf/simulated/floor/engine, +/area/engine/mechanic_workshop) +"cFY" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/secure_closet/research_reagents, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/toxins/misc_lab) +"cFZ" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/mineral/plasma{ + layer = 2.9 + }, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/pillbottles, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/toxins/misc_lab) +"cGa" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/item/storage/box/syringes, +/obj/item/storage/box/syringes, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper/precision, +/obj/item/reagent_containers/dropper/precision, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/toxins/misc_lab) +"cGb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cGc" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cGd" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault"; + tag = "icon-vault (NORTHEAST)" + }, +/area/toxins/misc_lab) +"cGe" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/engine, +/area/engine/mechanic_workshop) +"cGf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/engine, +/area/engine/mechanic_workshop) +"cGg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cGh" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/item/extinguisher, +/obj/item/storage/belt/utility, +/obj/item/storage/toolbox/electrical, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/radio{ + pixel_y = 6 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"cGi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cGj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cGk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cGl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cGm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cGn" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cGo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cGp" = ( +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cGq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cGr" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cGs" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cGt" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cGu" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cGv" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Control Room" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/table, +/obj/item/book/manual/atmospipes, +/obj/item/multitool{ + pixel_x = 5 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump Engineering"; + pixel_y = 24; + shock_proof = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cGw" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/machinery/iv_drip, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology) +"cGx" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology) +"cGy" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32; + step_size = 0 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen"; + tag = "icon-whitegreen (EAST)" + }, +/area/medical/virology) +"cGz" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cGA" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Xenobiology Access"; + network = list("Research","SS13") + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cGB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cGC" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/engine/mechanic_workshop) +"cGD" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"cGE" = ( +/obj/effect/decal/warning_stripes/southeast, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"cGF" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"cGG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop) +"cGH" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/machinery/door/window/westright{ + name = "Mechanic's Desk"; + req_access = null; + req_access_txt = "70" + }, +/obj/machinery/cell_charger, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop) +"cGI" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Mechanic" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop) +"cGJ" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "escape" + }, +/area/hallway/primary/aft) +"cGK" = ( +/turf/simulated/wall/r_wall, +/area/atmos/control) +"cGL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Psych Office"; + req_access_txt = "64" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/medical/psych) +"cGM" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cGN" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ + dir = 1; + tag = "icon-map (NORTH)" + }, +/turf/simulated/wall, +/area/engine/controlroom) +"cGO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cGP" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cGQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/storage/office) +"cGR" = ( +/obj/machinery/photocopier{ + toner = 0 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/storage/office) +"cGS" = ( +/obj/structure/table, +/obj/item/camera, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/storage/office) +"cGT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"cGU" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cGV" = ( +/obj/structure/closet/secure_closet/exile, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/effect/decal/warning_stripes/northeast, +/obj/item/radio/intercom{ + dir = 0; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"cGW" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cGX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"cGY" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start{ + name = "Chief Engineer" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cGZ" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"cHa" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/engine/chiefs_office) +"cHb" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_x = 32 + }, +/obj/machinery/computer/station_alert, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cHc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cHd" = ( +/obj/structure/closet, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cHe" = ( +/obj/structure/closet/secure_closet/personal, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat/corgi, +/obj/item/reagent_containers/food/snacks/meat/corgi, +/obj/item/reagent_containers/food/snacks/meat/human, +/obj/item/kitchen/knife, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cHf" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cHg" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + icon_state = "pipe-j2s"; + name = "Eng Atmospherics"; + sortType = 6 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cHh" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cHi" = ( +/obj/structure/closet/l3closet/scientist, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cHj" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cHk" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/engine/chiefs_office) +"cHl" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cHm" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cHn" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cHo" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start{ + name = "Scientist" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cHp" = ( +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cHq" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cHr" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cHs" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cHt" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/machinery/camera{ + c_tag = "Engineering Foyer" + }, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/engine/break_room) +"cHu" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/engine/break_room) +"cHv" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cHw" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cHx" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/atmos/control) +"cHy" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cHz" = ( +/obj/structure/closet/l3closet/scientist, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cHA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cHB" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "mechpod"; + name = "Mechanic's Workshop Inner Door"; + opacity = 0 + }, +/turf/simulated/floor/engine, +/area/engine/mechanic_workshop) +"cHC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop) +"cHD" = ( +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cHE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cHF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + icon_state = "door_locked"; + locked = 1; + name = "Assembly Line Maintenance"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/assembly/assembly_line) +"cHG" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cHH" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cHI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cHJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cHK" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cHL" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + icon_state = "pipe-j2s"; + name = "Eng Chief Engineer's Office"; + sortType = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cHM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/hallway/primary/aft) +"cHN" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway 2"; + dir = 8; + pixel_y = -22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "escape" + }, +/area/hallway/primary/aft) +"cHO" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cHP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cHQ" = ( +/turf/simulated/wall, +/area/engine/break_room) +"cHR" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/apmaint) +"cHS" = ( +/obj/structure/table, +/obj/item/book/manual/supermatter_engine, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cHT" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cHU" = ( +/obj/structure/sign/securearea, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 9; + tag = "icon-intact (NORTHWEST)" + }, +/turf/simulated/wall, +/area/engine/break_room) +"cHV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cHW" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen"; + tag = "icon-whitegreen (WEST)" + }, +/area/medical/virology/lab{ + name = "\improper Virology Lobby" + }) +"cHX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cHY" = ( +/obj/machinery/computer/general_air_control{ + frequency = 1441; + name = "Tank Monitor"; + sensors = list("n2_sensor" = "Nitrogen", "o2_sensor" = "Oxygen", "co2_sensor" = "Carbon Dioxide", "tox_sensor" = "Toxins", "n2o_sensor" = "Nitrous Oxide", "waste_sensor" = "Gas Mix Tank") + }, +/obj/machinery/alarm{ + pixel_y = 23 + }, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cHZ" = ( +/obj/machinery/kitchen_machine/grill, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cIa" = ( +/obj/machinery/cooker/deepfryer, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cIb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/maintenance/genetics) +"cIc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cId" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cIe" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump Engineering"; + pixel_x = 24; + shock_proof = 1 + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cIf" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent, +/turf/simulated/floor/engine/n20, +/area/atmos) +"cIg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cIh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cIi" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/atmos/control) +"cIj" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken7"; + tag = "icon-wood-broken7" + }, +/area/maintenance/asmaint) +"cIk" = ( +/obj/machinery/slot_machine, +/turf/simulated/floor/wood, +/area/maintenance/asmaint) +"cIl" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/wood{ + icon_state = "wood-broken3"; + tag = "icon-wood-broken3" + }, +/area/maintenance/asmaint) +"cIm" = ( +/turf/simulated/floor/wood, +/area/maintenance/asmaint) +"cIn" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cIo" = ( +/obj/structure/table/wood, +/obj/item/ashtray/bronze{ + pixel_x = -1; + pixel_y = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cIp" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cIq" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cIr" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cIs" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cIt" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cIu" = ( +/obj/machinery/constructable_frame/machine_frame, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cIv" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cIw" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/engine/chiefs_office) +"cIx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/door/airlock/command{ + id_tag = "cmoofficedoor"; + name = "CMO's Office"; + req_access_txt = "40" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/medical/cmo) +"cIy" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/engine/chiefs_office) +"cIz" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cIA" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cIB" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes/southwest, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cIC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/closet/firecloset, +/obj/machinery/camera{ + c_tag = "Research Test Chamber East"; + dir = 4; + network = list("Research","SS13"); + pixel_y = -22 + }, +/obj/structure/sign/fire{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cID" = ( +/obj/machinery/light, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the horrors within the test chamber."; + name = "Research Monitor"; + network = list("TestChamber"); + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cIE" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cIF" = ( +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/insulated, +/obj/machinery/ignition_switch{ + id = "testigniter"; + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/door_control{ + id = "RnDChem"; + name = "Chamber Blast Doors"; + pixel_x = 3; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cIG" = ( +/obj/machinery/light, +/turf/simulated/floor/engine, +/area/engine/mechanic_workshop) +"cIH" = ( +/obj/structure/table/reinforced, +/obj/item/taperecorder, +/obj/item/tape/random{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cII" = ( +/obj/structure/spacepoddoor, +/obj/machinery/door/poddoor/multi_tile/three_tile_ver{ + id_tag = "mechpodbayouter"; + req_access_txt = "70" + }, +/turf/simulated/floor/engine, +/area/engine/mechanic_workshop) +"cIJ" = ( +/obj/structure/spacepoddoor, +/obj/machinery/door/poddoor/multi_tile/three_tile_ver{ + id_tag = "mechpodbay"; + req_access_txt = "70" + }, +/turf/simulated/floor/engine, +/area/engine/mechanic_workshop) +"cIK" = ( +/obj/machinery/door_control{ + desc = "A remote control-switch for the pod doors."; + id = "mechpodbay"; + name = "Pod Door Control"; + pixel_y = -24; + req_access_txt = "70" + }, +/turf/simulated/floor/engine, +/area/engine/mechanic_workshop) +"cIL" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cIM" = ( +/obj/machinery/door_control{ + desc = "A remote control-switch for the pod doors."; + id = "mechpodbayouter"; + name = "Pod Door Control"; + pixel_y = -24; + req_access_txt = "70" + }, +/turf/simulated/floor/engine, +/area/engine/mechanic_workshop) +"cIN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cIO" = ( +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/machinery/shower{ + dir = 4; + tag = "icon-shower (EAST)" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cIP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cIQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cIR" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + icon_state = "pipe-j2s"; + name = "Engineering Main"; + sortType = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cIS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cIT" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/item/storage/belt/utility, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cIU" = ( +/obj/machinery/disposal, +/obj/structure/window/reinforced, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cIV" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cIW" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cIX" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cIY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cIZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "stairs-r" + }, +/area/hallway/primary/central/ne) +"cJa" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/atmos/control) +"cJb" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cJc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cJd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cJe" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "xeno_airlock_control"; + name = "Xenobiology Access Button"; + pixel_x = -28; + pixel_y = 8; + req_access_txt = "55" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + autoclose = 0; + frequency = 1379; + icon_state = "door_locked"; + id_tag = "xeno_airlock_interior"; + locked = 1; + name = "Xenobiology Internal Airlock"; + req_access_txt = "55" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cJf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cJg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cJh" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cJi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cJj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + icon_state = "door_locked"; + locked = 1; + name = "Assembly Line (KEEP OUT)"; + req_access_txt = "32" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cJk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cJl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cJm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cJn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cJo" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/tank/emergency_oxygen/engi, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/tank/emergency_oxygen/engi, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump Engineering"; + pixel_x = -24; + shock_proof = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cJp" = ( +/obj/machinery/computer/atmoscontrol, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cJq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cJr" = ( +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cJs" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken6"; + tag = "icon-wood-broken6" + }, +/area/maintenance/asmaint) +"cJt" = ( +/turf/simulated/floor/carpet, +/area/maintenance/asmaint) +"cJu" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/carpet, +/area/maintenance/asmaint) +"cJv" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" + }, +/area/maintenance/asmaint) +"cJw" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cJx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cJy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics"; + req_access_txt = "24" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cJz" = ( +/obj/machinery/chem_heater, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cJA" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/table/reinforced, +/obj/item/paper/pamphlet, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/item/stack/tape_roll, +/obj/machinery/camera/motion{ + c_tag = "EVA Motion Sensor"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"cJB" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/computer/monitor{ + name = "Engine Power Monitoring Computer" + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cJC" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cJD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9; + level = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cJE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + level = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cJF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance"; + req_access_txt = "24" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cJG" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cJH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cJI" = ( +/obj/machinery/light_switch{ + pixel_x = -27 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cJJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + id = "xenobio3"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cJK" = ( +/turf/simulated/floor/engine, +/area/toxins/xenobiology) +"cJL" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/engine, +/area/toxins/xenobiology) +"cJM" = ( +/obj/structure/sign/atmosplaque{ + pixel_y = -32 + }, +/obj/structure/closet/secure_closet/atmos_personal, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cJN" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cJO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "RnDChem"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/door/airlock/research/glass{ + name = "Test Chamber"; + req_access_txt = "47" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/misc_lab) +"cJP" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall/r_wall, +/area/toxins/misc_lab) +"cJQ" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cJR" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "RnDChem"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/insulated, +/turf/simulated/floor/engine, +/area/toxins/misc_lab) +"cJS" = ( +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/engine/mechanic_workshop) +"cJT" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "RnDChem"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/toxins/misc_lab) +"cJU" = ( +/obj/structure/grille, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/floor/plating/airless, +/area/engine/mechanic_workshop) +"cJV" = ( +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"cJW" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop) +"cJX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop) +"cJY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Mechanic Workshop"; + req_access_txt = "70" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop) +"cJZ" = ( +/turf/simulated/wall, +/area/hallway/primary/aft) +"cKa" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Mechanic Workshop Maintenance"; + req_access = null; + req_access_txt = "70" + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cKb" = ( +/turf/simulated/wall, +/area/assembly/assembly_line) +"cKc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cKd" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/item/book/manual/sop_engineering, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop) +"cKe" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/assembly/assembly_line) +"cKf" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/assembly/assembly_line) +"cKg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cKh" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cKi" = ( +/obj/effect/spawner/random_spawners/oil_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cKj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cKk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cKl" = ( +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cKm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cKn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cKo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cKp" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cKq" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cKr" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cKs" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door_control{ + id = "xenobio7"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cKt" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + id_tag = "xeno_airlock_control"; + name = "Xenobiology Access Console"; + pixel_x = 8; + pixel_y = 22; + tag_exterior_door = "xeno_airlock_exterior"; + tag_interior_door = "xeno_airlock_interior" + }, +/obj/machinery/light_switch{ + pixel_x = -6; + pixel_y = 26 + }, +/obj/effect/decal/warning_stripes/northeastcorner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/toxins/xenobiology) +"cKu" = ( +/obj/structure/table/wood/fancy, +/obj/item/candle, +/turf/simulated/floor/carpet, +/area/maintenance/asmaint) +"cKv" = ( +/obj/structure/chair/wood/wings{ + dir = 4; + tag = "icon-wooden_chair_wings (EAST)" + }, +/turf/simulated/floor/wood, +/area/maintenance/asmaint) +"cKw" = ( +/obj/structure/chair/wood/wings{ + dir = 8; + tag = "icon-wooden_chair_wings (WEST)" + }, +/turf/simulated/floor/wood{ + icon_state = "wood-broken7"; + tag = "icon-wood-broken7" + }, +/area/maintenance/asmaint) +"cKx" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Module North"; + network = list("Research","SS13") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cKy" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/decal/warning_stripes/northwestcorner, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/toxins/xenobiology) +"cKz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/computer/security/engineering, +/obj/machinery/requests_console{ + department = "Atmospherics"; + departmentType = 3; + name = "Atmospherics Requests Console"; + pixel_x = 30 + }, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cKA" = ( +/obj/item/kitchen/utensil/fork, +/turf/simulated/floor/carpet, +/area/maintenance/asmaint) +"cKB" = ( +/obj/structure/table, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cKC" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cKD" = ( +/obj/structure/table, +/obj/structure/window/reinforced, +/obj/item/storage/fancy/candle_box/full, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cKE" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/genetics) +"cKF" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cKG" = ( +/obj/structure/closet/secure_closet/reagents, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cKH" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cKI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/toxins/xenobiology) +"cKJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cKK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cKL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cKM" = ( +/obj/item/kitchen/utensil/fork, +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" + }, +/area/maintenance/asmaint) +"cKN" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/maintenance/asmaint) +"cKO" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cKP" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/disposaloutlet, +/turf/simulated/floor/engine, +/area/toxins/xenobiology) +"cKQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/toxins/xenobiology) +"cKR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/toxins/xenobiology) +"cKS" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken3"; + tag = "icon-wood-broken3" + }, +/area/maintenance/asmaint) +"cKT" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cKU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/light_switch{ + pixel_x = -23; + pixel_y = 7 + }, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/tank/emergency_oxygen/engi, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/tank/emergency_oxygen/engi, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cKV" = ( +/obj/machinery/door/window/southright{ + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cKW" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio3"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"cKX" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cKY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/newscaster{ + pixel_y = 34 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cKZ" = ( +/obj/effect/landmark{ + name = "revenantspawn" + }, +/turf/simulated/floor/engine, +/area/toxins/xenobiology) +"cLa" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/toxins/xenobiology) +"cLb" = ( +/turf/simulated/wall/r_wall, +/area/toxins/test_chamber) +"cLc" = ( +/obj/machinery/disposal, +/obj/structure/window/reinforced, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cLd" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "Skynet_heavy" + }, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/assembly/assembly_line) +"cLe" = ( +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"cLf" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "Skynet_heavy" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/assembly/assembly_line) +"cLg" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall/r_wall, +/area/toxins/test_chamber) +"cLh" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cLi" = ( +/turf/simulated/wall, +/area/maintenance/aft) +"cLj" = ( +/obj/machinery/camera{ + c_tag = "Research Test Chamber"; + network = list("TestChamber","SS13","Research") + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"cLk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/engine{ + icon_state = "stage_stairs"; + name = "reinforced stairs" + }, +/area/toxins/test_chamber) +"cLl" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 1; + frequency = 1443; + icon_state = "on"; + id = "air_in"; + on = 1 + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"cLm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cLn" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "Skynet_heavy" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/assembly/assembly_line) +"cLo" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cLp" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cLq" = ( +/obj/structure/table, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/assembly_line) +"cLr" = ( +/obj/machinery/door_control{ + id = "mechpod"; + name = "Mechanic's Inner Door Control"; + pixel_y = -24; + req_access_txt = "70" + }, +/obj/structure/table, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/turf/simulated/floor/plasteel, +/area/engine/mechanic_workshop) +"cLs" = ( +/obj/machinery/light_switch{ + name = "light switch "; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/engine/mechanic_workshop) +"cLt" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop) +"cLu" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/machinery/computer/rdconsole/mechanics, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/engine/mechanic_workshop) +"cLv" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/assembly_line) +"cLw" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/structure/closet/secure_closet/atmos_personal, +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cLx" = ( +/obj/item/camera_assembly, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cLy" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cLz" = ( +/obj/effect/decal/warning_stripes/yellow/partial, +/obj/effect/decal/warning_stripes/arrow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cLA" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/assembly/assembly_line) +"cLB" = ( +/obj/machinery/alarm{ + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cLC" = ( +/obj/structure/table, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/item/storage/belt/utility, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cLD" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cLE" = ( +/obj/structure/computerframe, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cLF" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cLG" = ( +/obj/structure/table, +/obj/item/clothing/glasses/welding, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cLH" = ( +/obj/structure/closet/crate, +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cLI" = ( +/obj/item/stack/cable_coil, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cLJ" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_y = -32 + }, +/obj/machinery/light, +/obj/structure/closet/secure_closet/atmos_personal, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cLK" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cLL" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cLM" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/engine/break_room) +"cLN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cLO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cLP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/light/small, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cLQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + id = "xenobio2"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cLR" = ( +/obj/structure/closet/l3closet/scientist, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cLS" = ( +/obj/machinery/computer/security/engineering, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/atmos) +"cLT" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/hallway/primary/aft) +"cLU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cLV" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/simulated/floor/engine/plasma, +/area/atmos) +"cLW" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cLX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/asmaint) +"cLY" = ( +/obj/item/stack/sheet/wood, +/turf/simulated/floor/wood{ + icon_state = "wood-broken5"; + tag = "icon-wood-broken5" + }, +/area/maintenance/asmaint) +"cLZ" = ( +/obj/structure/chair/wood/wings{ + dir = 8; + tag = "icon-wooden_chair_wings (WEST)" + }, +/turf/simulated/floor/wood, +/area/maintenance/asmaint) +"cMa" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/door_control{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = 24; + pixel_y = 8; + req_access_txt = "24" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cMb" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "wood-broken7"; + tag = "icon-wood-broken7" + }, +/area/maintenance/asmaint) +"cMc" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/turf/simulated/floor/wood, +/area/maintenance/asmaint) +"cMd" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/maintenance/asmaint) +"cMe" = ( +/obj/structure/table/wood/fancy, +/obj/item/trash/candle, +/turf/simulated/floor/carpet, +/area/maintenance/asmaint) +"cMf" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cMg" = ( +/obj/effect/landmark{ + name = "revenantspawn" + }, +/mob/living/simple_animal/slime, +/turf/simulated/floor/engine, +/area/toxins/xenobiology) +"cMh" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cMi" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cMj" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cMk" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/engine, +/area/toxins/xenobiology) +"cMl" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio3"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_access_txt = "55" + }, +/turf/simulated/floor/engine, +/area/toxins/xenobiology) +"cMm" = ( +/mob/living/carbon/human/monkey, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"cMn" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"cMo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cMp" = ( +/obj/structure/table, +/obj/item/stack/sheet/cardboard, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cMq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cMr" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cMs" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall/r_wall, +/area/maintenance/asmaint2) +"cMt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cMu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"cMv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cMw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/item/paper, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cMx" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cMy" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cMz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/assembly/assembly_line) +"cMA" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cMB" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"cMC" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cMD" = ( +/obj/item/mounted/frame/apc_frame, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/assembly/assembly_line) +"cME" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cMF" = ( +/obj/machinery/door/airlock/engineering{ + name = "Engineering Checkpoint"; + req_one_access_txt = "11;24" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/asmaint) +"cMG" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cMH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/asmaint) +"cMI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cMJ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door_control{ + id = "xenobio4"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cMK" = ( +/obj/machinery/alarm{ + pixel_y = 26 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/west) +"cML" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/hallway/primary/aft) +"cMM" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/storage/secure) +"cMN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cMO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cMP" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cMQ" = ( +/obj/machinery/door/window/southright{ + dir = 1; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cMR" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cMS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cMT" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"cMU" = ( +/obj/structure/table/reinforced, +/obj/structure/barricade/wooden, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cMV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cMW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cMX" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cMY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics"; + req_access_txt = "24" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/atmos/control) +"cMZ" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cNa" = ( +/obj/machinery/light, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cNb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cNc" = ( +/obj/machinery/light, +/obj/structure/closet, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cNd" = ( +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cNe" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 5; + max_integrity = 1e+007 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cNf" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 5; + max_integrity = 1e+007 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cNg" = ( +/obj/structure/sign/barsign, +/turf/simulated/wall, +/area/maintenance/asmaint) +"cNh" = ( +/obj/effect/decal/cleanable/vomit, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cNi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/spawner/random_spawners/oil_maybe, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cNj" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cNk" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cNl" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door_control{ + id = "xenobio6"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cNm" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio3"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"cNn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cNp" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cNq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cNr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cNs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cNt" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio7"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"cNu" = ( +/obj/item/radio/beacon, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"cNv" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"cNw" = ( +/obj/item/paper, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cNx" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio7"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"cNy" = ( +/obj/machinery/door/window/southright{ + dir = 1; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio7"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/engine, +/area/toxins/xenobiology) +"cNz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/sparker{ + id = "testigniter"; + name = "Test Igniter"; + pixel_x = -25 + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"cNA" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cNB" = ( +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cNC" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cND" = ( +/obj/structure/table, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cNE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"cNF" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/port) +"cNG" = ( +/turf/simulated/floor/plating, +/area/assembly/assembly_line) +"cNH" = ( +/obj/item/pen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cNI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cNJ" = ( +/obj/machinery/conveyor_switch{ + id = "Skynet_heavy" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cNK" = ( +/obj/structure/barricade/wooden, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/assembly/assembly_line) +"cNL" = ( +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cNM" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/port) +"cNN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cNO" = ( +/obj/effect/landmark/start{ + name = "Station Engineer" + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cNP" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cNQ" = ( +/obj/effect/landmark/start{ + name = "Life Support Specialist" + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cNR" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cNS" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cNT" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cNU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/engine/break_room) +"cNV" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/smes/engineering, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cNW" = ( +/obj/effect/decal/warning_stripes/east, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cNX" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cNY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cNZ" = ( +/obj/machinery/constructable_frame/machine_frame, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cOa" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cOb" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/smes/engineering, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cOc" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cOd" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cOe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cOf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light, +/obj/structure/table, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/t_scanner, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cOg" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cOh" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cOi" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cOj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cOk" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics East"; + dir = 8 + }, +/obj/machinery/atmospherics/binary/valve/digital{ + color = ""; + dir = 4; + name = "Plasma Outlet Valve" + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/atmos) +"cOl" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cOm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cOn" = ( +/obj/structure/table, +/obj/item/storage/box/syringes, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cOo" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/slime_scanner, +/obj/item/slime_scanner, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cOp" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cOq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cOr" = ( +/obj/structure/table, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/assembly_line) +"cOs" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cOt" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cOu" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"cOv" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"cOw" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/wall, +/area/maintenance/aft) +"cOx" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cOy" = ( +/obj/structure/sign/securearea, +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/engine/equipmentstorage) +"cOz" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cOA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cOB" = ( +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/arrow{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cOC" = ( +/obj/structure/rack{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cOD" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"cOE" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/arrow{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cOF" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/extinguisher, +/obj/item/extinguisher, +/obj/item/extinguisher, +/obj/item/extinguisher, +/obj/item/extinguisher, +/obj/item/extinguisher, +/turf/simulated/floor/plasteel, +/area/atmos) +"cOG" = ( +/turf/simulated/floor/plating{ + desc = "
There is some old writing on this floor. You are barely able to read out a few lines from a tangled scribble.

In a chamber a great mirror lies, cut away it solemn cries. Travel bold as thou might, piercing vastness as a kite.

HONK!
"; + name = "Old Note #6" + }, +/area/assembly/assembly_line) +"cOH" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + name = "Waste In" + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cOI" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Mix to Distro" + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cOJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cOK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=AIE"; + location = "AftH" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/hallway/primary/aft) +"cOL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/wall, +/area/engine/break_room) +"cOM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cON" = ( +/obj/effect/landmark/start{ + name = "Station Engineer" + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cOO" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cOP" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/clothing/gloves/color/latex, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cOQ" = ( +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Assembly Line East"; + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cOR" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Scientist" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cOS" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cOT" = ( +/turf/simulated/wall/r_wall, +/area/atmos/distribution) +"cOU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/wall/r_wall, +/area/atmos/distribution) +"cOV" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/assembly_line) +"cOW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/wall/r_wall, +/area/atmos/distribution) +"cOX" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s10" + }, +/area/shuttle/administration) +"cOY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 25 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cOZ" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/book/manual/sop_engineering, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cPa" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cPb" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cPc" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cPd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cPe" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/spawner/random_spawners/grille_often, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cPf" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"cPg" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/smes/engineering, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cPh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cPi" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1441; + input_tag = "tox_in"; + name = "Toxin Supply Control"; + output_tag = "tox_out"; + sensors = list("tox_sensor" = "Tank") + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/atmos) +"cPj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cPk" = ( +/obj/machinery/floodlight, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/storage/secure) +"cPl" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cPm" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio2"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"cPn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cPo" = ( +/obj/machinery/camera{ + c_tag = "Engineering Equipment West"; + dir = 4 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/closet/secure_closet/engineering_personal, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump Engineering"; + pixel_x = -24; + shock_proof = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cPp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cPq" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cPr" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/camera{ + c_tag = "Atmospherics North-West"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/atmos) +"cPs" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 8; + name = "Mix to Filter" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cPt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Module North-East"; + dir = 8; + network = list("Research","SS13"); + pixel_y = -22 + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cPu" = ( +/obj/structure/chair, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cPv" = ( +/obj/structure/table, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/assembly/assembly_line) +"cPw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"cPx" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"cPy" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/cable, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"cPz" = ( +/obj/structure/table/reinforced, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/item/clipboard, +/obj/item/hand_labeler, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"cPA" = ( +/obj/structure/table/reinforced, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/item/clothing/mask/gas, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/floor/engine, +/area/toxins/test_chamber) +"cPB" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cPC" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"cPD" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cPE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/binary/valve/digital{ + color = ""; + dir = 4; + name = "Gas Mix Outlet Valve" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cPF" = ( +/obj/structure/table, +/obj/item/stack/sheet/mineral/plasma{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cPG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"cPH" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"cPI" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"cPJ" = ( +/obj/structure/table, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/book/manual/sop_science, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cPK" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cPL" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/hallway/primary/aft) +"cPM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cPN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cPO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cPP" = ( +/obj/machinery/camera{ + c_tag = "Engineering Equipment East"; + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/engineeringcart, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cPQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cPS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cPT" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cPU" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/atmos) +"cPV" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1; + tag = "icon-manifold-g (NORTH)" + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cPW" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1; + tag = "icon-manifold-g (NORTH)" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cPX" = ( +/obj/machinery/camera{ + c_tag = "Engineering SMES"; + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cPY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/computer/camera_advanced/xenobio, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cPZ" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/atmos/distribution) +"cQa" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "robotics_solar_airlock"; + name = "exterior access button"; + pixel_x = 25; + pixel_y = 25; + req_access_txt = "13" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"cQb" = ( +/obj/machinery/particle_accelerator/control_box, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cQc" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/closet/firecloset, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cQe" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/atmos) +"cQf" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/meter{ + id = "wloop_atm_meter"; + name = "Waste Loop" + }, +/obj/machinery/light_switch{ + pixel_y = 27 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cQg" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cQh" = ( +/obj/machinery/meter{ + id = "dloop_atm_meter"; + name = "Distribution Loop" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cQi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/alarm{ + pixel_y = 23 + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cQj" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/storage/secure) +"cQk" = ( +/turf/simulated/wall/r_wall, +/area/medical/virology) +"cQl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/computer/camera_advanced/xenobio, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cQm" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/atmos/distribution) +"cQn" = ( +/turf/simulated/wall, +/area/medical/virology) +"cQo" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cQp" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"cQq" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"cQr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cQs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cQt" = ( +/obj/structure/table/reinforced, +/obj/item/scalpel, +/obj/item/hemostat, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cQu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/monkey_recycler, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cQv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/wall/r_wall, +/area/toxins/test_chamber) +"cQw" = ( +/obj/structure/closet, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cQx" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio2"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_access_txt = "55" + }, +/turf/simulated/floor/engine, +/area/toxins/xenobiology) +"cQy" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/aft) +"cQz" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cQA" = ( +/obj/item/extinguisher, +/obj/item/extinguisher{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/table/glass, +/obj/structure/sign/deathsposal{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cQB" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/smartfridge/secure/extract, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cQC" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cQD" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cQE" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + departmentType = 7; + name = "Chief Engineer Requests Console"; + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cQF" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cQG" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cQH" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cQI" = ( +/obj/machinery/door_control{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = 10; + pixel_y = 24; + req_access_txt = "24" + }, +/obj/machinery/door_control{ + desc = "A remote control-switch for the engineering security doors."; + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_x = -10; + pixel_y = 24; + req_access_txt = "10" + }, +/obj/machinery/door_control{ + desc = "A remote control-switch for secure storage."; + id = "Secure Storage"; + name = "Engineering Secure Storage"; + pixel_y = 24; + req_access_txt = "11" + }, +/obj/machinery/light_switch{ + pixel_y = 38 + }, +/obj/machinery/door_control{ + id = "ceofficedoor"; + name = "Office Doors"; + normaldoorcontrol = 1; + pixel_x = 10; + pixel_y = 37; + req_access_txt = "56" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cQJ" = ( +/obj/machinery/field/generator, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/storage/secure) +"cQK" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cQL" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/atmos) +"cQM" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/atmos) +"cQN" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/engine/equipmentstorage) +"cQO" = ( +/obj/structure/table, +/obj/machinery/requests_console{ + department = "Engineering"; + departmentType = 3; + name = "Engineering Requests Console"; + pixel_x = 30 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cQP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cQR" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/table, +/obj/item/storage/box/syringes{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/box/autoinjectors, +/obj/item/reagent_containers/syringe/antiviral{ + pixel_y = 19 + }, +/obj/item/reagent_containers/syringe/antiviral{ + pixel_y = 13 + }, +/obj/item/reagent_containers/syringe/antiviral{ + pixel_y = 16 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/medical/cmostore) +"cQS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cQT" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cQU" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cQV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Singularity"; + name = "Singularity Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cQW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cQX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cQY" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "engineering_west_inner"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "10;13" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cQZ" = ( +/obj/structure/grille, +/turf/simulated/wall/r_wall, +/area/atmos) +"cRa" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cRb" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Singularity"; + name = "Singularity Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cRc" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plating, +/area/atmos/distribution) +"cRd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Mix to Gas Turbine" + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cRe" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"cRf" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Singularity"; + name = "Singularity Blast Doors"; + opacity = 0 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA"; + pixel_x = 32 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cRg" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cRh" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "engineering_east_inner"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "10;13" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cRi" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor/engine/co2, +/area/atmos) +"cRj" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Pure to Mix" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cRk" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9; + tag = "icon-intact-y (NORTHWEST)" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cRl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cRm" = ( +/obj/structure/chair/comfy/blue{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cRn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/comfy/blue{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cRo" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 32 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cRp" = ( +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cRq" = ( +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/item/tank/plasma, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cRr" = ( +/obj/machinery/light, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cRs" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = -32 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cRt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cRu" = ( +/obj/structure/table, +/obj/item/storage/firstaid/brute{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/toxin, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/medical/cmostore) +"cRv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cRw" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "engineering_west_airlock"; + name = "interior access button"; + pixel_x = -20; + pixel_y = -20; + req_access_txt = "10;13" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cRx" = ( +/obj/machinery/processor{ + name = "Slime Processor" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cRy" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/toxins/test_chamber) +"cRz" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"cRA" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/portsolar) +"cRB" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall/r_wall, +/area/maintenance/aft) +"cRC" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/assembly/assembly_line) +"cRD" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio2"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"cRE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/assembly_line) +"cRF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cRG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cRH" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/effect/landmark/start{ + name = "Scientist" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cRI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cRJ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/engine/chiefs_office) +"cRK" = ( +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Assembly Line West"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/assembly_line) +"cRL" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cRM" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/suit_storage_unit/ce, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cRN" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/welding, +/obj/item/storage/belt/utility, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/item/multitool, +/obj/item/radio/intercom{ + dir = 0; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"cRO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cRP" = ( +/obj/structure/table, +/obj/item/airlock_electronics, +/obj/item/airlock_electronics, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/tape_roll, +/obj/item/stack/tape_roll, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cRQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cRR" = ( +/turf/simulated/wall/r_wall, +/area/engine/chiefs_office) +"cRS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cRT" = ( +/obj/structure/table, +/obj/item/radio{ + pixel_y = 6 + }, +/obj/item/radio{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/radio{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/radio, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cRU" = ( +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cRV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cRW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cRX" = ( +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cRY" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Module South"; + dir = 4; + network = list("Research","SS13") + }, +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + id = "xenobio1"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cRZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cSa" = ( +/obj/machinery/camera{ + c_tag = "Engineering Equipment North" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/vending/engivend, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cSb" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/atmos) +"cSc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cSd" = ( +/turf/simulated/floor/plasteel, +/area/atmos) +"cSf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cSg" = ( +/obj/structure/closet/l3closet, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cSh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cSi" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "engineering_west_airlock"; + pixel_x = 25; + req_access_txt = "10;13"; + tag_airpump = "engineering_west_pump"; + tag_chamber_sensor = "engineering_west_sensor"; + tag_exterior_door = "engineering_west_outer"; + tag_interior_door = "engineering_west_inner" + }, +/obj/machinery/airlock_sensor{ + id_tag = "engineering_west_sensor"; + pixel_x = 25; + pixel_y = 12 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cSk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/port) +"cSl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cSm" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cSn" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/meter, +/turf/simulated/wall/r_wall, +/area/atmos) +"cSo" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 0; + name = "Air to Mix" + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cSp" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cSq" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/atmos/distribution) +"cSr" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "green" + }, +/area/atmos/distribution) +"cSs" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Waste Tank" + }, +/turf/simulated/floor/engine{ + name = "vacuum floor"; + nitrogen = 0.01; + oxygen = 0.01 + }, +/area/atmos) +"cSt" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cSu" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8; + external_pressure_bound = 0; + frequency = 1441; + icon_state = "in"; + id_tag = "waste_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + on = 1; + pressure_checks = 2; + pump_direction = 0 + }, +/turf/simulated/floor/engine{ + name = "vacuum floor"; + nitrogen = 0.01; + oxygen = 0.01 + }, +/area/atmos) +"cSv" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cSw" = ( +/turf/simulated/floor/engine{ + name = "vacuum floor"; + nitrogen = 0.01; + oxygen = 0.01 + }, +/area/atmos) +"cSx" = ( +/obj/machinery/door_control{ + id = "Singularity"; + name = "Singularity Blast Doors"; + pixel_x = 25; + req_access_txt = "10" + }, +/obj/effect/decal/warning_stripes/northeastcorner, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cSy" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "engineering_east_airlock"; + pixel_x = -25; + req_access_txt = "10;13"; + tag_airpump = "engineering_east_pump"; + tag_chamber_sensor = "engineering_east_sensor"; + tag_exterior_door = "engineering_east_outer"; + tag_interior_door = "engineering_east_inner" + }, +/obj/machinery/airlock_sensor{ + id_tag = "engineering_east_sensor"; + pixel_x = -25; + pixel_y = 12 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cSz" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "engineering_west_outer"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "10;13" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cSA" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cSB" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "engineering_east_outer"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "10;13" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cSC" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cSD" = ( +/obj/item/extinguisher, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "engineering_west_airlock"; + name = "exterior access button"; + pixel_x = 20; + pixel_y = 20; + req_access_txt = "10;13" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cSE" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cSF" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cSG" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Chief Engineer's Office" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cSH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cSI" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cSJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cSK" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/toxins/xenobiology) +"cSL" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cSM" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cSN" = ( +/obj/structure/chair/stool, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cSO" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/storage/belt/utility, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cSP" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cSQ" = ( +/obj/structure/table, +/obj/machinery/light, +/obj/item/storage/firstaid/adv{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/fire, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/medical/cmostore) +"cSR" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = -32 + }, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"cSS" = ( +/obj/machinery/optable{ + name = "Robotics Operating Table" + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/assembly_line) +"cST" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/smes, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"cSU" = ( +/turf/simulated/wall/r_wall, +/area/engine/engineering) +"cSV" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"cSW" = ( +/obj/structure/statue/chickenstatue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"cSX" = ( +/obj/structure/chair/wood, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"cSY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cSZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/computer/atmos_alert, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cTa" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"cTb" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cTc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cTd" = ( +/obj/machinery/computer/operating{ + icon_state = "operatingb"; + name = "Robotics Operating Computer"; + stat = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/assembly/assembly_line) +"cTe" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cTf" = ( +/obj/machinery/newscaster{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cTg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + id_tag = "ceofficedoor"; + name = "Chief Engineer"; + req_access_txt = "56" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cTh" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/atmos) +"cTi" = ( +/obj/machinery/alarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cTj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/atmos) +"cTk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cTl" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/atmos) +"cTm" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cTn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cTo" = ( +/obj/structure/grille, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/atmos) +"cTp" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 4; + tag = "icon-manifold-g (NORTH)" + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cTq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/atmos) +"cTr" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/atmos/distribution) +"cTs" = ( +/obj/item/wrench, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "engineering_east_airlock"; + name = "exterior access button"; + pixel_x = -20; + pixel_y = 20; + req_access_txt = "10;13" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cTt" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cTu" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1441; + input_tag = "waste_in"; + name = "Gas Mix Tank Control"; + output_tag = "waste_out"; + sensors = list("waste_sensor" = "Tank") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/atmos/distribution) +"cTv" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "waste_sensor"; + output = 63 + }, +/turf/simulated/floor/engine{ + name = "vacuum floor"; + nitrogen = 0.01; + oxygen = 0.01 + }, +/area/atmos) +"cTw" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/engine{ + name = "vacuum floor"; + nitrogen = 0.01; + oxygen = 0.01 + }, +/area/atmos) +"cTx" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cTy" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cTz" = ( +/obj/machinery/power/emitter{ + anchored = 1; + dir = 4; + state = 2 + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cTA" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cTB" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cTC" = ( +/obj/machinery/power/emitter{ + anchored = 1; + dir = 8; + state = 2 + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cTD" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cTE" = ( +/obj/machinery/power/tesla_coil{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cTF" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cTG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_access_txt = "32" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"cTH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cTI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cTJ" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio1"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"cTK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cTL" = ( +/obj/structure/rack, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cTM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cTN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cTO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/airlock_painter, +/obj/item/airlock_painter{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cTP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cTQ" = ( +/obj/effect/spawner/random_spawners/blood_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/asmaint) +"cTR" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1450; + master_tag = "south_maint"; + name = "exterior access button"; + pixel_x = -25; + pixel_y = 8; + req_access_txt = "13" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"cTS" = ( +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"cTT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/table, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/crowbar/large, +/obj/item/storage/box/lights/mixed, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cTU" = ( +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cTV" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/light_switch{ + pixel_y = 27 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"cTW" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"cTX" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"cTY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1379; + id_tag = "robotics_solar_pump" + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "robotics_solar_airlock"; + pixel_y = -25; + req_access_txt = "13"; + tag_airpump = "robotics_solar_pump"; + tag_chamber_sensor = "robotics_solar_sensor"; + tag_exterior_door = "robotics_solar_outer"; + tag_interior_door = "robotics_solar_inner" + }, +/obj/machinery/airlock_sensor{ + id_tag = "robotics_solar_sensor"; + pixel_x = 12; + pixel_y = -25 + }, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"cTZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "robotics_solar_outer"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "10;13" + }, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"cUa" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "robotics_solar_airlock"; + name = "interior access button"; + pixel_x = -25; + pixel_y = -25; + req_access_txt = "13" + }, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"cUb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "robotics_solar_inner"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "13" + }, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"cUc" = ( +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cUd" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"cUe" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"cUf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cUg" = ( +/obj/machinery/door/airlock/engineering{ + name = "Aft Port Solar Access"; + req_access_txt = "10" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"cUh" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cUi" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/carpet, +/area/crew_quarters/mrchangs) +"cUj" = ( +/obj/machinery/requests_console{ + department = "Engineering"; + departmentType = 3; + name = "Engineering Requests Console"; + pixel_y = 30 + }, +/obj/structure/table, +/obj/item/book/manual/engineering_guide, +/obj/item/book/manual/engineering_particle_accelerator{ + pixel_y = 6 + }, +/obj/item/book/manual/engineering_singularity_safety, +/obj/machinery/camera{ + c_tag = "Engineering North-West" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cUk" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/structure/table, +/obj/item/book/manual/engineering_hacking{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/supermatter_engine, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cUl" = ( +/obj/machinery/power/tesla_coil{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cUm" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cUn" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cUo" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cUp" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cUq" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cUr" = ( +/obj/item/bikehorn/rubberducky, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/toilet) +"cUs" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cUt" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cUu" = ( +/obj/machinery/keycard_auth{ + pixel_y = 24 + }, +/obj/structure/table/reinforced, +/obj/item/rcd, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/obj/item/clothing/glasses/meson{ + pixel_y = 4 + }, +/obj/item/megaphone, +/obj/item/lock_buster, +/mob/living/simple_animal/parrot/Poly, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cUv" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cUw" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cUx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/atmos) +"cUy" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cUz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/atmos) +"cUA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cUB" = ( +/obj/machinery/door_control{ + id = "Singularity"; + name = "Singularity Blast Doors"; + pixel_x = -25; + req_access_txt = "10" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cUC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cUD" = ( +/obj/structure/grille, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cUE" = ( +/obj/structure/grille, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cUF" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cUG" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cUH" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cUI" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cUJ" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cUK" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cUL" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cUM" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cUN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Unfiltered to Mix" + }, +/turf/simulated/floor/plasteel, +/area/atmos/distribution) +"cUO" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cUP" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door_control{ + id = "xenobio5"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel, +/area/toxins/xenobiology) +"cUQ" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cUR" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cUS" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + color = ""; + dir = 4; + name = "Gas Mix Inlet Valve" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/atmos/distribution) +"cUT" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/virology) +"cUU" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cUV" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/hidden/green{ + dir = 4; + level = 2 + }, +/turf/space, +/area/space/nearstation) +"cUW" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 8; + frequency = 1441; + icon_state = "on"; + id = "waste_in"; + on = 1; + pixel_y = 1 + }, +/turf/simulated/floor/engine{ + name = "vacuum floor"; + nitrogen = 0.01; + oxygen = 0.01 + }, +/area/atmos) +"cUX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cUZ" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cVa" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"cVb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance"; + req_access_txt = "10"; + req_one_access_txt = null + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/aft) +"cVc" = ( +/obj/machinery/door_control{ + id = "Singularity"; + name = "Singularity Blast Doors"; + pixel_x = 25; + req_access_txt = "10" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVd" = ( +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"cVe" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio1"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_access_txt = "55" + }, +/turf/simulated/floor/engine, +/area/toxins/xenobiology) +"cVf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cVg" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Module East"; + dir = 8; + network = list("Research","SS13"); + pixel_y = -22 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cVh" = ( +/obj/machinery/computer/security/engineering, +/obj/machinery/light_switch{ + pixel_x = -27 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVi" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVj" = ( +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVl" = ( +/obj/machinery/power/solar_control{ + id = "portsolar"; + name = "Aft Port Solar Control" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"cVm" = ( +/obj/machinery/camera{ + c_tag = "Aft Port Solar Control"; + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc{ + name = "south bump Engineering"; + pixel_y = -24; + shock_proof = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"cVn" = ( +/obj/structure/closet/wardrobe/black, +/obj/machinery/camera{ + c_tag = "Aft Port Solar Access"; + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cVo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVp" = ( +/obj/machinery/door_control{ + id = "Singularity"; + name = "Singularity Blast Doors"; + pixel_x = -25; + req_access_txt = "10" + }, +/obj/effect/decal/warning_stripes/northwestcorner, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVq" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVr" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVs" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVt" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"cVu" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "engineering_east_airlock"; + name = "interior access button"; + pixel_x = -20; + pixel_y = -20; + req_access_txt = "10;13" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVv" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/toilet) +"cVw" = ( +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/crowbar, +/obj/machinery/light_switch{ + pixel_x = -27 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVy" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA"; + pixel_x = 32 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVz" = ( +/obj/machinery/pipedispenser, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/storage/secure) +"cVA" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/structure/closet/crate/internals, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/storage/secure) +"cVB" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVC" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/airlock_electronics, +/obj/item/airlock_electronics, +/obj/item/stock_parts/cell/high/plus, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/storage/secure) +"cVD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVE" = ( +/turf/simulated/wall, +/area/atmos/distribution) +"cVF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVG" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/disposal, +/obj/structure/sign/deathsposal{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/trunk, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/turbine) +"cVI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cVJ" = ( +/obj/machinery/door_control{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = 24; + pixel_y = 4; + req_access_txt = "24" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel, +/area/atmos) +"cVK" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/plating, +/area/atmos/distribution) +"cVL" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6; + initialize_directions = 6 + }, +/obj/structure/sign/nosmoking_2, +/turf/simulated/floor/plating, +/area/atmos/distribution) +"cVM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/plating, +/area/atmos/distribution) +"cVN" = ( +/obj/item/wirecutters, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVO" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/atmos/distribution) +"cVP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4; + level = 2 + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/atmos/distribution) +"cVQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/atmos/distribution) +"cVR" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/atmos/distribution) +"cVS" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVT" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cVU" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/engine/chiefs_office) +"cVV" = ( +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/grass, +/area/hallway/secondary/exit) +"cVW" = ( +/obj/machinery/shieldgen, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/storage/secure) +"cVX" = ( +/obj/structure/closet/crate{ + name = "solar pack crate" + }, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/circuitboard/solar_control, +/obj/item/tracker_electronics, +/obj/item/paper/solar, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/storage/secure) +"cVY" = ( +/obj/machinery/the_singularitygen, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/storage/secure) +"cVZ" = ( +/obj/machinery/power/port_gen/pacman, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/storage/secure) +"cWa" = ( +/obj/effect/decal/warning_stripes/west, +/obj/machinery/suit_storage_unit/engine, +/turf/simulated/floor/plating, +/area/storage/secure) +"cWb" = ( +/obj/machinery/power/emitter, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating, +/area/storage/secure) +"cWd" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/storage/secure) +"cWe" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cWf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/command/glass{ + id_tag = "ceofficedoor"; + name = "Chief Engineer"; + req_access_txt = "56" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/chiefs_office) +"cWg" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cWh" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"cWi" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio1"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"cWj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_access_txt = "10"; + req_one_access_txt = null + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cWk" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/aft) +"cWl" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cWm" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cWn" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cWo" = ( +/obj/structure/table/wood, +/obj/machinery/bottler, +/obj/structure/sign/securearea{ + desc = "Under the painting a plaque reads: 'While the meat grinder may not have spared you, fear not. Not one part of you has gone to waste... You were delicious.'"; + icon_state = "monkey_painting"; + name = "Mr. Deempisi portrait"; + pixel_x = -28; + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"cWp" = ( +/obj/structure/table, +/obj/machinery/requests_console{ + department = "Atmospherics"; + departmentType = 3; + name = "Atmospherics Requests Console"; + pixel_y = -30 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/clothing/head/welding, +/obj/item/clothing/head/welding{ + layer = 8 + }, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/stack/sheet/metal{ + amount = 50; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/sheet/metal{ + amount = 50; + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cWq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cWr" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cWs" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cWt" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cWu" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "Bar" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel, +/area/maintenance/fsmaint2) +"cWv" = ( +/obj/structure/table, +/obj/item/toy/plushie/octopus, +/obj/machinery/camera{ + c_tag = "Departure Lounge East"; + dir = 8 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"cWw" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"cWx" = ( +/obj/machinery/power/smes{ + capacity = 9e+006; + charge = 10000 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"cWy" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cWz" = ( +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/machinery/computer/monitor{ + name = "Grid Power Monitoring Computer" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cWA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"cWB" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cWC" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cWD" = ( +/obj/structure/closet/secure_closet/engineering_chief, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cWE" = ( +/obj/item/clothing/glasses/sunglasses/yeah, +/turf/simulated/floor/beach/sand, +/area/hallway/secondary/exit) +"cWF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engine Room"; + req_access_txt = "10"; + req_one_access_txt = null + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cWG" = ( +/obj/machinery/door/window/southleft{ + dir = 8; + name = "Bar Delivery"; + req_access_txt = "25"; + tag = "icon-left (WEST)" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel, +/area/crew_quarters/bar) +"cWH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cWI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/engine/engineering) +"cWJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cWK" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cWL" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/storage/belt/utility, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cWM" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cWN" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cWO" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cWP" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cWQ" = ( +/obj/structure/flora/tree/palm, +/obj/item/clothing/head/soft/rainbow, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/turf/simulated/floor/beach/sand, +/area/hallway/secondary/exit) +"cWR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/atmos) +"cWS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cWT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 4; + name = "External to Filter" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cWU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cWV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6; + initialize_directions = 6 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cWW" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/atmos) +"cWX" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/plasteel, +/area/atmos) +"cWY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/atmos) +"cWZ" = ( +/turf/simulated/floor/engine/n20, +/area/atmos) +"cXa" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "N2O to Pure" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cXb" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cXc" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/atmos) +"cXd" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + color = ""; + dir = 4; + name = "N2O Outlet Valve" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "escape" + }, +/area/atmos) +"cXe" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8; + external_pressure_bound = 0; + frequency = 1441; + icon_state = "in"; + id_tag = "n2o_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + on = 1; + pressure_checks = 2; + pump_direction = 0 + }, +/turf/simulated/floor/engine/n20, +/area/atmos) +"cXf" = ( +/obj/machinery/light, +/obj/machinery/newscaster{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/starboard/east) +"cXg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/hallway/secondary/exit) +"cXh" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "ramptop"; + tag = "icon-stage_stairs" + }, +/area/hallway/primary/starboard/east) +"cXi" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cXj" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/hallway/secondary/exit) +"cXk" = ( +/obj/item/flag/nt, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"cXl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"cXm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"cXn" = ( +/obj/machinery/camera{ + c_tag = "Departure Lounge West"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/hallway/secondary/exit) +"cXo" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/hallway/secondary/exit) +"cXp" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"cXq" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/central/west) +"cXr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cXs" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"cXt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cXv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cXw" = ( +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cXx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cXy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cXz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cXA" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cXB" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"cXC" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engine Room"; + req_access_txt = "10"; + req_one_access_txt = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cXD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cXE" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cXF" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cXG" = ( +/obj/machinery/camera{ + c_tag = "Engineering Chief Engineer's Office"; + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"cXH" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cXI" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cXJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cXK" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Kitchen" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/maintenance/fsmaint2) +"cXL" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/simulated/floor/plasteel, +/area/engine/equipmentstorage) +"cXM" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cXN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engine Room"; + req_access_txt = "10"; + req_one_access_txt = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cXO" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cXP" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating, +/area/storage/secure) +"cXQ" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 8; + name = "Filter to External" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cXR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel, +/area/atmos) +"cXS" = ( +/obj/machinery/camera{ + c_tag = "Engineering West"; + dir = 4 + }, +/obj/structure/dispenser, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door_control{ + desc = "A remote control-switch for secure storage."; + id = "Secure Storage"; + name = "Engineering Secure Storage"; + pixel_x = -24; + req_access_txt = "56" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cXT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel, +/area/atmos) +"cXU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel, +/area/atmos) +"cXV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cXW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cXX" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 0; + name = "Mix to Port" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cXY" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 0; + name = "Air to Port" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cXZ" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/engine/n20, +/area/atmos) +"cYa" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 0; + name = "Pure to Port" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cYb" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/atmos) +"cYc" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1441; + input_tag = "n2o_in"; + name = "Nitrous Oxide Supply Control"; + output_tag = "n2o_out"; + sensors = list("n2o_sensor" = "Tank") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "escape" + }, +/area/atmos) +"cYd" = ( +/obj/structure/chair, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"cYe" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/hallway/secondary/exit) +"cYf" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "n2o_sensor" + }, +/turf/simulated/floor/engine/n20, +/area/atmos) +"cYg" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Mix to MiniSat" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"cYh" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/hallway/secondary/exit) +"cYi" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cYj" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cYk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"cYl" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"cYm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Singularity"; + name = "Singularity Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engine Room"; + req_access_txt = "10"; + req_one_access_txt = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cYn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"cYo" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cYp" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/hallway/secondary/exit) +"cYq" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/storage/secure) +"cYr" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/storage/secure) +"cYs" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/storage/secure) +"cYv" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cYw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"cYx" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"cYy" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/obj/machinery/meter, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"cYz" = ( +/obj/machinery/access_button/airlock_exterior{ + master_tag = "atmospherics_south"; + pixel_x = -25; + pixel_y = -8 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"cYC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + id_tag = "Secure Storage"; + name = "Secure Storage Blast Doors" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/storage/secure) +"cYD" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cYE" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cYF" = ( +/obj/structure/closet/radiation, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cYG" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cYH" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom{ + dir = 0; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/storage/office) +"cYI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/engine/chiefs_office) +"cYJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/engine/engineering) +"cYK" = ( +/obj/structure/table, +/obj/item/toner{ + pixel_y = 6 + }, +/obj/item/toner{ + pixel_y = 3 + }, +/obj/item/toner, +/obj/item/toner{ + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/storage/office) +"cYL" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/wall/r_wall, +/area/engine/chiefs_office) +"cYM" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/engine/engineering) +"cYN" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"cYO" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/hallway/secondary/exit) +"cYP" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway West"; + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/central/west) +"cYQ" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cYR" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/wall/r_wall, +/area/engine/engineering) +"cYS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"cYT" = ( +/obj/machinery/atmospherics/trinary/tvalve/digital/flipped, +/turf/simulated/floor/plasteel, +/area/atmos) +"cYU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/wall/r_wall, +/area/engine/engineering) +"cYV" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/turf/simulated/floor/plasteel, +/area/atmos) +"cYW" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/turf/simulated/floor/plasteel, +/area/atmos) +"cYX" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE" + }, +/turf/simulated/wall/r_wall, +/area/engine/engineering) +"cYY" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cYZ" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cZa" = ( +/obj/structure/table, +/obj/item/paper/pamphlet{ + layer = 3 + }, +/obj/item/storage/firstaid/regular, +/obj/machinery/door_control{ + id = "stationawaygate"; + name = "Gateway Shutters Access Control"; + pixel_y = -24; + req_access_txt = "62" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"cZb" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Waste to Port" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cZc" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cZd" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 1; + filter_type = 4; + name = "Gas filter (N2O tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cZe" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/atmos) +"cZf" = ( +/obj/machinery/camera{ + c_tag = "Engineering Particle Accelerator"; + network = list("Singularity","SS13"); + pixel_x = 23 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cZg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "escape" + }, +/area/atmos) +"cZh" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"cZi" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 8; + frequency = 1441; + icon_state = "on"; + id = "n2o_in"; + on = 1; + pixel_y = 1 + }, +/turf/simulated/floor/engine/n20, +/area/atmos) +"cZj" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/primary/central/west) +"cZk" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/secondary/exit) +"cZl" = ( +/obj/structure/closet/radiation, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/engine/engineering) +"cZm" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/hallway/secondary/exit) +"cZn" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/hallway/secondary/exit) +"cZo" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"cZp" = ( +/obj/structure/closet/emcloset, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/emergency_oxygen, +/obj/item/tank/emergency_oxygen, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/hallway/secondary/exit) +"cZq" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio4"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"cZr" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio4"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"cZs" = ( +/obj/machinery/door/window/southright{ + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio4"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/engine, +/area/toxins/xenobiology) +"cZt" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio5"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"cZv" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio5"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"cZw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"cZy" = ( +/obj/machinery/door/window/southright{ + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio5"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/engine, +/area/toxins/xenobiology) +"cZz" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio6"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"cZA" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio6"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/toxins/xenobiology) +"cZB" = ( +/obj/machinery/door/window/southright{ + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "xenobio6"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/engine, +/area/toxins/xenobiology) +"cZD" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/hallway/secondary/exit) +"cZE" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cZF" = ( +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall/r_wall, +/area/maintenance/storage) +"cZG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/storage/secure) +"cZH" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"cZI" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/hallway/secondary/exit) +"cZJ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"cZK" = ( +/obj/machinery/vending/snack, +/obj/machinery/ai_status_display{ + pixel_x = 32; + step_size = 0 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"cZL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + id_tag = "Secure Storage"; + name = "Secure Storage Blast Doors" + }, +/turf/simulated/floor/plating, +/area/storage/secure) +"cZM" = ( +/turf/simulated/wall, +/area/engine/engineering) +"cZN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cZO" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cZP" = ( +/obj/machinery/camera{ + c_tag = "Engineering East" + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the singularity chamber."; + dir = 8; + layer = 4; + name = "Singularity Engine Telescreen"; + network = list("Singularity"); + pixel_y = 30 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cZQ" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cZR" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"cZS" = ( +/turf/simulated/wall/r_wall, +/area/atmos) +"cZT" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/hallway/secondary/exit) +"cZU" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cZV" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"cZW" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plasteel, +/area/atmos) +"cZX" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"cZY" = ( +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plasteel, +/area/atmos) +"cZZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"daa" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"dab" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/wall/r_wall, +/area/engine/engineering) +"dac" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dad" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/space, +/area/space/nearstation) +"dae" = ( +/obj/structure/door_assembly/door_assembly_mai, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"daf" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/evaguide, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/requests_console{ + department = "EVA"; + name = "EVA Requests Console"; + pixel_x = -32 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"dag" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 8; + name = "Port to Filter" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dah" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dai" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"daj" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1379; + id_tag = "engineering_east_pump" + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dak" = ( +/obj/machinery/camera{ + c_tag = "Departure Lounge South"; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"dal" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dam" = ( +/obj/machinery/newscaster{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"dan" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"daq" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"dar" = ( +/turf/simulated/wall/r_wall, +/area/storage/secure) +"das" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "EVA"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"dat" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/escapepodbay) +"dau" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"dav" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"daw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"day" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"daz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"daA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"daB" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"daC" = ( +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/escapepodbay) +"daD" = ( +/obj/structure/grille, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/floor/plating/airless, +/area/escapepodbay) +"daE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random_spawners/grille_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"daF" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"daG" = ( +/turf/simulated/floor/plating, +/area/engine/engineering) +"daH" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/medical/cmostore) +"daI" = ( +/obj/structure/table, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/item/storage/firstaid/o2{ + layer = 2.8; + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/medical/cmostore) +"daJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"daK" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/suit_storage_unit/engine, +/turf/simulated/floor/plating, +/area/storage/secure) +"daL" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"daM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel, +/area/atmos) +"daN" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"daO" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/atmos) +"daP" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"daQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"daR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"daS" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"daT" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"daU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"daV" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer{ + dir = 8; + icon_state = "freezer_0"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"daW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Plasma to Pure" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"daX" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"daY" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"daZ" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Escape Podbay APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel, +/area/escapepodbay) +"dba" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction, +/turf/space, +/area/space/nearstation) +"dbb" = ( +/turf/simulated/floor/engine/plasma, +/area/atmos) +"dbc" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8; + external_pressure_bound = 0; + frequency = 1441; + icon_state = "in"; + id_tag = "tox_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + on = 1; + pressure_checks = 2; + pump_direction = 0 + }, +/turf/simulated/floor/engine/plasma, +/area/atmos) +"dbd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dbe" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dbf" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/engine, +/area/toxins/xenobiology) +"dbg" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dbh" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"dbi" = ( +/obj/structure/closet/crate, +/obj/item/clothing/under/color/lightpurple, +/obj/item/stack/spacecash/c200, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dbk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dbl" = ( +/obj/machinery/floodlight, +/turf/simulated/floor/plating, +/area/storage/secure) +"dbm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dbn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"dbo" = ( +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/turf/simulated/floor/plasteel, +/area/escapepodbay) +"dbp" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"dbq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"dbr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dbs" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dbt" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Engineering Secure Storage North"; + dir = 4 + }, +/obj/machinery/floodlight, +/turf/simulated/floor/plating, +/area/storage/secure) +"dbu" = ( +/obj/machinery/power/emitter{ + anchored = 1; + dir = 4; + state = 2 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering Singularity West"; + dir = 4; + network = list("Singularity","SS13") + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"dbv" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"dbw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"dbx" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dby" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"dbz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dbA" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dbB" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA"; + pixel_x = 32 + }, +/turf/simulated/wall/r_wall, +/area/engine/engineering) +"dbC" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dbD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/spawner/random_spawners/grille_often, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dbE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dbF" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Singularity"; + name = "Singularity Shutters"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dbG" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Singularity"; + name = "Singularity Shutters"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA"; + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dbH" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel, +/area/escapepodbay) +"dbI" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space/nearstation) +"dbJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/wall/r_wall, +/area/engine/engineering) +"dbK" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics West"; + dir = 4 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/atmos) +"dbL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/reagent_dispensers/watertank/high, +/turf/simulated/floor/plasteel, +/area/atmos) +"dbM" = ( +/obj/effect/spawner/window, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dbN" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dbO" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ai_monitored/storage/eva) +"dbP" = ( +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"dbQ" = ( +/obj/machinery/power/emitter{ + anchored = 1; + dir = 8; + state = 2 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering Singularity East"; + dir = 8; + network = list("Singularity","SS13") + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"dbR" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/toxins/xenobiology) +"dbS" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "tox_sensor" + }, +/turf/simulated/floor/engine/plasma, +/area/atmos) +"dbT" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"dbW" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/engine/plasma, +/area/atmos) +"dbX" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"dbY" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dbZ" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"dca" = ( +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dcb" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/hallway/primary/central/north) +"dcc" = ( +/turf/space, +/area/toxins/mixing) +"dcd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dce" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dcf" = ( +/obj/machinery/power/tesla_coil{ + anchored = 1 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dcg" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dch" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dci" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"dcj" = ( +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"dck" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/hallway/secondary/exit) +"dcl" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1379; + id_tag = "engineering_west_pump" + }, +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dcm" = ( +/obj/machinery/door/airlock/engineering{ + name = "Aft Starboard Solar Access"; + req_access_txt = "10" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"dcn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"dco" = ( +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 7 + }, +/turf/simulated/wall, +/area/crew_quarters/mrchangs) +"dcp" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dcq" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/storage) +"dcr" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/storage/secure) +"dcs" = ( +/obj/structure/sign/fire{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dct" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/simulated/floor/plasteel, +/area/atmos) +"dcu" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"dcv" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dcw" = ( +/obj/machinery/door/airlock/atmos{ + name = "Turbine Access"; + req_access_txt = "12;24" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/turbine) +"dcx" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"dcy" = ( +/obj/machinery/atmospherics/unary/tank/toxins{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"dcz" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"dcA" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"dcB" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Life Support Specialist" + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"dcC" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall/r_wall, +/area/medical/virology) +"dcD" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dcE" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Life Support Specialist" + }, +/turf/simulated/floor/plasteel, +/area/engine/break_room) +"dcF" = ( +/obj/structure/closet/firecloset, +/obj/machinery/requests_console{ + department = "Atmospherics"; + departmentType = 3; + name = "Atmospherics Requests Console"; + pixel_x = -30 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dcG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/turbine) +"dcH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"dcI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dcJ" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dcK" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dcL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/portable_atmospherics/scrubber, +/turf/simulated/floor/plasteel, +/area/atmos) +"dcN" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/plating, +/area/storage/secure) +"dcO" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 1; + name = "Gas filter (Toxins tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dcP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/storage/secure) +"dcQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"dcR" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister, +/obj/structure/sign/nosmoking_2{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"dcS" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space/nearstation) +"dcT" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 8; + frequency = 1441; + icon_state = "on"; + id = "tox_in"; + on = 1; + pixel_y = 1 + }, +/turf/simulated/floor/engine/plasma, +/area/atmos) +"dcV" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/structure/sign/nosmoking_2{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"dcW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dcX" = ( +/obj/structure/chair, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dcY" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/conveyor/west{ + id = "QMLoad" + }, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"dcZ" = ( +/obj/structure/table/glass, +/obj/item/circular_saw, +/obj/item/surgicaldrill, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"dda" = ( +/obj/machinery/atmospherics/binary/valve, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"ddb" = ( +/obj/structure/particle_accelerator/end_cap, +/turf/simulated/floor/plating, +/area/engine/engineering) +"ddc" = ( +/obj/structure/chair, +/obj/item/storage/fancy/cigarettes, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"ddd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"dde" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"ddf" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"ddg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"ddh" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/machinery/meter, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"ddi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"ddj" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"ddk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"ddl" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/meter, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"ddm" = ( +/obj/machinery/portable_atmospherics/pump, +/turf/simulated/floor/plasteel, +/area/atmos) +"ddn" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/item/storage/toolbox/emergency, +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"ddo" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/extinguisher, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"ddp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/computer/turbine_computer{ + id = "incineratorturbine" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"ddq" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"ddr" = ( +/turf/simulated/floor/plating, +/area/maintenance/storage) +"dds" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"ddt" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 0; + name = "Port to Filter" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"ddu" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/item/wrench, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"ddv" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/door_control{ + id = "auxiliaryturbinevent"; + name = "Auxiliary Vent"; + pixel_x = 6; + pixel_y = -24; + req_access_txt = "32" + }, +/obj/machinery/door_control{ + id = "turbinevent"; + name = "Turbine Vent"; + pixel_x = -6; + pixel_y = -24; + req_access_txt = "32" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"ddw" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"ddx" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Central"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"ddy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"ddz" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 1449; + id_tag = "turbine_control"; + name = "Turbine Access Console"; + pixel_x = 6; + pixel_y = -26; + req_access_txt = "12"; + tag_exterior_door = "gas_turbine_exterior"; + tag_interior_door = "gas_turbine_interior" + }, +/obj/machinery/ignition_switch{ + id = "gasturbine"; + pixel_x = -6; + pixel_y = -24 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"ddA" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "solar_xeno_airlock"; + name = "exterior access button"; + pixel_x = 25; + pixel_y = 25; + req_access_txt = "13" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"ddB" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"ddC" = ( +/obj/structure/transit_tube{ + icon_state = "E-W-Pass" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space) +"ddD" = ( +/obj/item/wrench, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"ddE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"ddF" = ( +/obj/structure/sign/biohazard{ + pixel_y = 32 + }, +/turf/space, +/area/space/nearstation) +"ddG" = ( +/obj/machinery/field/generator, +/turf/simulated/floor/plating, +/area/storage/secure) +"ddH" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"ddI" = ( +/obj/structure/table, +/obj/item/folder, +/obj/item/folder, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"ddJ" = ( +/obj/structure/table, +/obj/item/paper_bin, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"ddK" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"ddM" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "ai_airlock"; + name = "exterior access button"; + pixel_x = 25; + pixel_y = 25; + req_access_txt = "75;13" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"ddN" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"ddO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"ddP" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"ddQ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"ddR" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"ddS" = ( +/obj/structure/particle_accelerator/fuel_chamber, +/turf/simulated/floor/plating, +/area/engine/engineering) +"ddT" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"ddU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"ddV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"ddX" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1450; + master_tag = "sci_maint"; + name = "exterior access button"; + pixel_x = 8; + pixel_y = 25; + req_access_txt = "13" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"ddZ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dea" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"deb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"dec" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel, +/area/atmos) +"ded" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"dee" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"def" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"deg" = ( +/obj/structure/cable, +/obj/machinery/power/tracker, +/obj/structure/lattice/catwalk, +/turf/space, +/area/solar/starboard) +"deh" = ( +/obj/machinery/space_heater, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dei" = ( +/obj/machinery/atmospherics/unary/heat_reservoir/heater{ + dir = 8; + icon_state = "freezer_0"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dej" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "CO2 to Pure" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dek" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + color = ""; + dir = 4; + name = "CO2 Outlet Valve" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/atmos) +"del" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space/nearstation) +"dem" = ( +/turf/simulated/floor/engine/co2, +/area/atmos) +"den" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8; + external_pressure_bound = 0; + frequency = 1441; + icon_state = "in"; + id_tag = "co2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + on = 1; + pressure_checks = 2; + pump_direction = 0 + }, +/turf/simulated/floor/engine/co2, +/area/atmos) +"deo" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dep" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/genetics) +"deq" = ( +/obj/machinery/computer/guestpass, +/turf/simulated/wall, +/area/medical/reception) +"der" = ( +/obj/structure/table, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"des" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/field/generator, +/turf/simulated/floor/plating, +/area/storage/secure) +"det" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"deu" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"dev" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"dew" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"dex" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = -32 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance"; + req_access_txt = "10"; + req_one_access_txt = null + }, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"dey" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"dez" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/maintenance/turbine) +"deA" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"deB" = ( +/obj/structure/particle_accelerator/power_box, +/turf/simulated/floor/plating, +/area/engine/engineering) +"deC" = ( +/obj/item/screwdriver, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"deD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"deE" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE" + }, +/turf/simulated/wall/r_wall, +/area/maintenance/starboardsolar) +"deF" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Singularity"; + name = "Singularity Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/engine/engineering) +"deG" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"deH" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"deI" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple, +/turf/simulated/floor/plasteel, +/area/atmos) +"deJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"deK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"deL" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = -32 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance"; + req_access_txt = "24" + }, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"deM" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/t_scanner, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"deN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"deO" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 6 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump Engineering"; + pixel_x = -24; + shock_proof = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"deP" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"deQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6; + initialize_directions = 6 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"deR" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "N2 to Pure" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"deS" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump Engineering"; + pixel_x = -24; + shock_proof = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"deT" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"deU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9; + tag = "icon-intact-y (NORTHWEST)" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"deV" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1441; + input_tag = "co2_in"; + name = "Carbon Dioxide Supply Control"; + output_tag = "co2_out"; + sensors = list("co2_sensor" = "Tank") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/atmos) +"deW" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"deX" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "co2_sensor" + }, +/turf/simulated/floor/engine/co2, +/area/atmos) +"deY" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/engine/co2, +/area/atmos) +"deZ" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"dfa" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"dfb" = ( +/obj/structure/chair/stool, +/obj/machinery/camera{ + c_tag = "Aft Starboard Solar Control"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"dfc" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dfe" = ( +/obj/machinery/pipedispenser/disposal, +/turf/simulated/floor/plating, +/area/storage/secure) +"dff" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dfg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/port) +"dfh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/port) +"dfi" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dfj" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"dfk" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dfl" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "solar_xeno_airlock"; + name = "interior access button"; + pixel_x = -25; + pixel_y = -25; + req_access_txt = "10;13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"dfm" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "atmospherics_south_outer"; + locked = 1; + name = "Atmospherics External Access"; + req_access_txt = "13" + }, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"dfn" = ( +/obj/machinery/power/solar_control{ + id = "starboardsolar"; + name = "Aft Starboard Solar Control" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"dfo" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dfp" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_y = -32 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"dfq" = ( +/obj/structure/particle_accelerator/particle_emitter/left, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dfr" = ( +/obj/structure/particle_accelerator/particle_emitter/center, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dfs" = ( +/obj/structure/particle_accelerator/particle_emitter/right, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dft" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/engine/engineering) +"dfu" = ( +/obj/machinery/camera{ + c_tag = "Mini Satellite Access"; + dir = 4; + network = list("SS13","MiniSat") + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/maintenance/storage) +"dfv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "solar_xeno_inner"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"dfw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "solar_xeno_airlock"; + pixel_x = 25; + req_access_txt = "13"; + tag_airpump = "solar_xeno_pump"; + tag_chamber_sensor = "solar_xeno_sensor"; + tag_exterior_door = "solar_xeno_outer"; + tag_interior_door = "solar_xeno_inner" + }, +/obj/machinery/airlock_sensor{ + id_tag = "solar_xeno_sensor"; + pixel_x = 25; + pixel_y = 12 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1379; + id_tag = "solar_xeno_pump" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"dfx" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/maintenance/storage) +"dfy" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel, +/area/atmos) +"dfz" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = 32 + }, +/turf/simulated/wall/r_wall, +/area/engine/engineering) +"dfA" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/structure/transit_tube{ + dir = 4; + icon_state = "Block" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/storage) +"dfB" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/turf/simulated/floor/plasteel, +/area/atmos) +"dfC" = ( +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/maintenance/storage) +"dfD" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/transit_tube, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"dfE" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/structure/transit_tube/station, +/obj/structure/transit_tube_pod{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/maintenance/storage) +"dfF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dfG" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/atmos) +"dfH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "O2 to Pure" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dfI" = ( +/obj/machinery/atmospherics/trinary/mixer{ + dir = 4; + name = "Gas mixer (N2/O2)"; + node1_concentration = 0.8; + node2_concentration = 0.2; + on = 1; + target_pressure = 4500 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dfJ" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 1; + filter_type = 3; + name = "Gas filter (CO2 tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dfK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dfL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dfM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dfN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/atmos) +"dfO" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 8; + frequency = 1441; + icon_state = "on"; + id = "co2_in"; + on = 1; + pixel_y = 1 + }, +/turf/simulated/floor/engine/co2, +/area/atmos) +"dfP" = ( +/obj/structure/table, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dfQ" = ( +/obj/machinery/light_switch{ + name = "light switch "; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/maintenance/storage) +"dfR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "MiniSat Access"; + req_access_txt = "75" + }, +/turf/simulated/floor/plasteel, +/area/maintenance/storage) +"dfS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "solar_xeno_outer"; + locked = 1; + name = "Engineering External Access"; + req_access = null; + req_access_txt = "10;13" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"dfT" = ( +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/maintenance/storage) +"dfU" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/tinted{ + dir = 8; + tag = "" + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4; + tag = "" + }, +/obj/structure/window/reinforced/tinted, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dfV" = ( +/turf/simulated/floor/plating, +/area/storage/secure) +"dgb" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/maintenance/storage) +"dgc" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"dgd" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/maintenance/storage) +"dge" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Biohazard Disposals"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dgf" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dgg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel, +/area/atmos) +"dgh" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel, +/area/atmos) +"dgi" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"dgj" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dgk" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1450; + id_tag = "dorms_maint"; + pixel_y = -25; + req_access_txt = "13"; + tag_airpump = "dorms_pump"; + tag_chamber_sensor = "dorms_sensor"; + tag_exterior_door = "dorms_maint_outer"; + tag_interior_door = "dorms_maint_inner" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1450; + id_tag = "dorms_pump" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"dgl" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel, +/area/teleporter) +"dgm" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dgn" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall, +/area/maintenance/asmaint) +"dgo" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall, +/area/maintenance/asmaint) +"dgp" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod" + }, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"dgq" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"dgr" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics South-West"; + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel, +/area/atmos) +"dgs" = ( +/obj/structure/table, +/obj/item/radio{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/radio{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/radio, +/turf/simulated/floor/plasteel, +/area/atmos) +"dgt" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/meter, +/turf/simulated/floor/plasteel, +/area/atmos) +"dgy" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dgz" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/shieldgen, +/turf/simulated/floor/plating, +/area/storage/secure) +"dgA" = ( +/obj/item/stack/sheet/cardboard, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dgB" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dgC" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 8 + }, +/turf/simulated/floor/plating, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6"; + tag = "icon-swall_f6" + }, +/area/shuttle/pod_4) +"dgE" = ( +/obj/machinery/power/grounding_rod{ + anchored = 1 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dgG" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA" + }, +/turf/simulated/wall/r_wall, +/area/maintenance/storage) +"dgH" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/mug, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"dgI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"dgJ" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dgK" = ( +/obj/structure/closet{ + icon_closed = "yellow"; + icon_state = "yellow"; + name = "Engineering gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/eng{ + loot = list(/obj/item/pickaxe/drill/jackhammer = 50, /obj/item/storage/belt/utility/chief/full = 50, /obj/item/clothing/glasses/welding = 50, /obj/item/storage/belt/utility/full/multitool = 50, /obj/item/clothing/shoes/magboots = 50, /obj/item/rcd/combat = 50, /obj/item/rpd/bluespace = 50, /obj/item/tank/emergency_oxygen/double/full = 50, /obj/item/storage/backpack/holding = 50, /obj/item/clothing/glasses/meson/night = 50, /obj/item/clothing/glasses/material = 50, /obj/item/grenade/clusterbuster/metalfoam = 50, /obj/item/crowbar/power = 50, /obj/item/screwdriver/power = 50, /obj/item/t_scanner/extended_range = 50, /obj/item/borg/upgrade/abductor_engi = 50); + lootcount = 8; + name = "8. Eng. gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"dgL" = ( +/turf/simulated/floor/carpet/black, +/area/shuttle/trade/sol) +"dgM" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dgN" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 4; + filter_type = 2; + name = "Gas filter (N2 tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dgO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel, +/area/atmos) +"dgP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel, +/area/atmos) +"dgQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dgR" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 4; + filter_type = 1; + name = "Gas filter (O2 tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dgS" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/turbine) +"dgT" = ( +/turf/simulated/wall, +/area/maintenance/turbine) +"dgU" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/port) +"dgV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dgW" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/atmos) +"dgX" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/roller, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dgY" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/reagent_containers/food/snacks/donkpocket, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dgZ" = ( +/obj/item/c_tube, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dha" = ( +/obj/structure/mopbucket, +/obj/item/caution, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dhb" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/shuttle/trade/sol) +"dhc" = ( +/obj/structure/lattice, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"dhe" = ( +/obj/machinery/door_control{ + id = "soltradeship_south"; + name = "Trade Deposits Door"; + pixel_x = 24; + pixel_y = 8; + req_access_txt = "160" + }, +/obj/machinery/flasher_button{ + id = "soltraderflash"; + pixel_x = 24; + pixel_y = -8 + }, +/obj/machinery/door_control{ + id = "trader_privacy"; + name = "Privacy Shutters Control"; + pixel_x = 24; + req_access_txt = "160" + }, +/obj/item/flag/species/human, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"dhf" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plating, +/area/storage/secure) +"dhg" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall4" + }, +/area/shuttle/trade/sol) +"dhh" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "soltradeship_south"; + name = "Security Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/shuttle/glass{ + id_tag = "soltrader_south"; + name = "trader shuttle airlock"; + req_access_txt = "160"; + security_level = 6 + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"dhi" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"dhj" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"dhk" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/item/toy/minimeteor, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dhl" = ( +/obj/machinery/light/spot, +/obj/effect/spawner/lootdrop/trade_sol/largeitem{ + loot = list(/obj/machinery/floodlight = 50, /obj/machinery/disco = 50, /obj/mecha/combat/durand/old = 50, /obj/machinery/snow_machine = 50); + name = "3. Large item" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"dhm" = ( +/obj/effect/spawner/lootdrop/trade_sol/vehicle{ + loot = list(/obj/vehicle/motorcycle = 50, /obj/vehicle/snowmobile/key = 50, /obj/vehicle/snowmobile/blue/key = 50, /obj/vehicle/space/speedbike/red = 50, /obj/vehicle/space/speedbike = 50); + name = "4. Vehicle" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"dhn" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall13" + }, +/area/shuttle/trade/sol) +"dho" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering Singularity North-West"; + network = list("Singularity","SS13"); + pixel_x = 20 + }, +/obj/machinery/power/grounding_rod{ + anchored = 1 + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"dhp" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"dhq" = ( +/obj/machinery/light, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/mrchangs) +"dhr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"dhs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"dht" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/toilet) +"dhu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/toilet) +"dhv" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering Singularity North-East"; + network = list("Singularity","SS13") + }, +/obj/machinery/power/grounding_rod{ + anchored = 1 + }, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"dhw" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/toilet) +"dhx" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/binary/volume_pump/on{ + name = "Space Loop In" + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dhy" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"dhz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"dhA" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1441; + input_tag = "n2_in"; + name = "Nitrogen Supply Control"; + output_tag = "n2_out"; + sensors = list("n2_sensor" = "Tank") + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/atmos) +"dhB" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/atmos) +"dhC" = ( +/obj/machinery/atmospherics/binary/valve/digital/open{ + name = "Nitrogen Outlet Valve" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/atmos) +"dhD" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1441; + input_tag = "o2_in"; + name = "Oxygen Supply Control"; + output_tag = "o2_out"; + sensors = list("o2_sensor" = "Tank") + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "blue" + }, +/area/atmos) +"dhE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/atmos) +"dhF" = ( +/obj/machinery/atmospherics/binary/valve/digital/open{ + name = "Oxygen Outlet Valve" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/atmos) +"dhG" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1443; + input_tag = "air_in"; + name = "Mixed Air Supply Control"; + output_tag = "air_out"; + pressure_setting = 2000; + sensors = list("air_sensor" = "Tank") + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/atmos) +"dhH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "arrival" + }, +/area/atmos) +"dhI" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/atmos) +"dhJ" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics South-East"; + dir = 1 + }, +/obj/machinery/atmospherics/binary/valve/digital/open{ + name = "Mixed Air Outlet Valve" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "arrival" + }, +/area/atmos) +"dhK" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/toilet) +"dhL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/maintenance/turbine) +"dhM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5; + tag = "icon-intact-y (NORTHWEST)" + }, +/turf/simulated/wall/r_wall, +/area/maintenance/turbine) +"dhN" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/toilet) +"dhO" = ( +/obj/machinery/recharge_station, +/obj/machinery/door_control{ + id = "toilet_unitb"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/toilet) +"dhP" = ( +/obj/structure/grille/broken, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dhQ" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dhR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/maintenance/asmaint2) +"dhS" = ( +/obj/machinery/door/airlock{ + id_tag = "toilet_unitb"; + name = "Unit B" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/crew_quarters/toilet) +"dhT" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 8 + }, +/turf/simulated/floor/plating, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5"; + tag = "icon-swall_f5" + }, +/area/shuttle/pod_4) +"dhV" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"dhY" = ( +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dhZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"dia" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dib" = ( +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"dic" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"did" = ( +/obj/structure/chair/stool, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dig" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"dih" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Hydroponics" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/maintenance/fsmaint2) +"dii" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"dij" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/atmos) +"dik" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/atmos) +"dil" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/storage/office) +"dim" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/storage/office) +"din" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "stationawaygate"; + name = "Gateway Access Shutters" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"dio" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plating, +/area/atmos) +"dip" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/atmos) +"diq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/wall, +/area/maintenance/asmaint) +"dir" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/maintenance/asmaint) +"dis" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dit" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plating, +/area/atmos) +"diu" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"div" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Gateway Access"; + req_access_txt = "62" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/gateway) +"diw" = ( +/obj/item/flag/nt, +/obj/machinery/camera{ + c_tag = "Central Hallway North" + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/hallway/primary/central/north) +"dix" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/hallway/primary/central/north) +"diy" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"diz" = ( +/obj/machinery/light/small, +/obj/machinery/camera/motion{ + c_tag = "Mini Satellite Antechamber North"; + dir = 1; + network = list("SS13","MiniSat") + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"diA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/port) +"diB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Foyer"; + req_access_txt = "75" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"diC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"diD" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/screwdriver, +/obj/item/radio, +/obj/machinery/light_switch{ + pixel_y = 27 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"diE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/effect/landmark/start{ + name = "Cyborg" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/turret_protected/aisat_interior) +"diF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/turret_protected/aisat_interior) +"diG" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"diH" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"diI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/turret_protected/aisat_interior) +"diJ" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/door_control{ + desc = "A remote control-switch for the engineering security doors."; + id = "teledoor"; + name = "AI Satellite Teleport Shutters Control"; + pixel_y = 25; + req_access_txt = "17;75" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"diK" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/power/emitter, +/turf/simulated/floor/plating, +/area/storage/secure) +"diL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "teledoor"; + name = "AI Satellite Teleport Access" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"diM" = ( +/obj/machinery/hologram/holopad, +/obj/effect/landmark/start{ + name = "Cyborg" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/turret_protected/aisat_interior) +"diN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"diO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/turret_protected/aisat_interior) +"diP" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"diQ" = ( +/obj/machinery/bluespace_beacon, +/obj/effect/decal/warning_stripes/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"diR" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"diU" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/space, +/area/space/nearstation) +"diV" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"diW" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/space, +/area/space/nearstation) +"diX" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"diY" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"diZ" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"dja" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"djb" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"djc" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"djd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"dje" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/hallway/primary/central/north) +"djf" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/crew_quarters/dorms) +"djg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Dormitories" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/crew_quarters/dorms) +"djh" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/book/manual/sop_service, +/obj/item/pen/blue{ + pixel_y = 4 + }, +/obj/item/book/manual/barman_recipes, +/obj/item/lighter/zippo, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"dji" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/camera{ + c_tag = "Bar North" + }, +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"djj" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/drinks/flask/barflask, +/obj/item/reagent_containers/food/drinks/flask/barflask, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/item/clothing/head/that{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"djk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"djl" = ( +/obj/structure/table, +/obj/item/cartridge/medical, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"djm" = ( +/obj/structure/closet/firecloset, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"djn" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"djo" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"djp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter Room"; + req_access_txt = "17;75" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"djq" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"djr" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"djs" = ( +/obj/machinery/power/emitter, +/turf/simulated/floor/plating, +/area/storage/secure) +"djt" = ( +/obj/machinery/door/window/eastright{ + dir = 2; + name = "Hydroponics Delivery"; + req_access_txt = "35"; + tag = "icon-right" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"dju" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics) +"djv" = ( +/obj/item/multitool, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"djw" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/machinery/camera{ + c_tag = "Hydroponics Pasture" + }, +/obj/machinery/hydroponics/soil, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/grass, +/area/hydroponics) +"djx" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/grass, +/area/hydroponics) +"djy" = ( +/obj/structure/lattice, +/obj/item/wirecutters, +/turf/space, +/area/space/nearstation) +"djz" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/item/latexballon, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"djA" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/tinted{ + dir = 8; + tag = "" + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4; + tag = "" + }, +/obj/structure/window/reinforced/tinted, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"djB" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/grille, +/obj/machinery/meter, +/turf/simulated/wall/r_wall, +/area/atmos) +"djC" = ( +/obj/machinery/camera{ + c_tag = "Aft Starboard Solar Access"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"djD" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/landmark/start{ + name = "Cyborg" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/turret_protected/aisat_interior) +"djE" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/space, +/area/space/nearstation) +"djF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/hydroponics) +"djG" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/chair, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"djH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/turret_protected/aisat_interior) +"djI" = ( +/obj/effect/decal/warning_stripes/east, +/obj/machinery/camera{ + c_tag = "Mini Satellite Teleporter"; + dir = 1; + network = list("SS13","MiniSat") + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"djJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"djK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/maintenance/turbine) +"djL" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/hallway/primary/central/nw) +"djM" = ( +/obj/item/shard, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"djN" = ( +/obj/structure/disposalpipe/segment, +/obj/item/cigbutt/roach, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"djO" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/nw) +"djP" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"djQ" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/starboardsolar) +"djR" = ( +/obj/machinery/light/small, +/obj/machinery/turretid/stun{ + control_area = "\improper AI Satellite Antechamber"; + name = "AI Antechamber Turret Control"; + pixel_y = -24; + req_access_txt = "75" + }, +/obj/machinery/camera/motion{ + c_tag = "Mini Satellite Antechamber Center"; + dir = 1; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"djS" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/grille, +/obj/machinery/meter{ + id = "mair_in_meter"; + name = "Mixed Air Tank In" + }, +/turf/simulated/wall/r_wall, +/area/atmos) +"djT" = ( +/obj/structure/lattice, +/obj/structure/lattice, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"djU" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/grille, +/obj/machinery/meter{ + id = "mair_out_meter"; + name = "Mixed Air Tank Out" + }, +/turf/simulated/wall/r_wall, +/area/atmos) +"djV" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/nw) +"djW" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway North-West" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/nw) +"djX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/closet, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"djY" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/wall, +/area/maintenance/asmaint) +"djZ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/nw) +"dka" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber"; + req_access_txt = "75" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"dkb" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/turret_protected/aisat_interior) +"dkc" = ( +/obj/machinery/power/emitter, +/obj/machinery/camera{ + c_tag = "Engineering Secure Storage South"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/storage/secure) +"dkd" = ( +/obj/machinery/light_switch{ + pixel_y = 27 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/turret_protected/aisat_interior) +"dke" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 28 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dkf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"dkg" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "AI Satellite Antechamber South"; + dir = 4 + }, +/obj/machinery/turretid/stun{ + control_area = "\improper AI Satellite Atmospherics"; + name = "AI Satellite Atmospherics Turret Control"; + pixel_x = -28; + req_access_txt = "75" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/turret_protected/aisat_interior) +"dkh" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "n2_sensor" + }, +/turf/simulated/floor/engine/n2, +/area/atmos) +"dki" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 1; + frequency = 1441; + icon_state = "on"; + id = "n2_in"; + on = 1 + }, +/turf/simulated/floor/engine/n2, +/area/atmos) +"dkj" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/turbine) +"dkk" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 1; + external_pressure_bound = 0; + frequency = 1441; + icon_state = "in"; + id_tag = "n2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + on = 1; + pressure_checks = 2; + pump_direction = 0 + }, +/turf/simulated/floor/engine/n2, +/area/atmos) +"dkl" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/north) +"dkm" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/ne) +"dkn" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"dko" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/hallway/primary/central/ne) +"dkp" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "o2_sensor" + }, +/turf/simulated/floor/engine/o2, +/area/atmos) +"dkq" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 1; + frequency = 1441; + icon_state = "on"; + id = "o2_in"; + on = 1 + }, +/turf/simulated/floor/engine/o2, +/area/atmos) +"dkr" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dks" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 1; + external_pressure_bound = 0; + frequency = 1441; + icon_state = "in"; + id_tag = "o2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + on = 1; + pressure_checks = 2; + pump_direction = 0 + }, +/turf/simulated/floor/engine/o2, +/area/atmos) +"dkt" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/fungus, +/turf/simulated/wall, +/area/maintenance/asmaint) +"dku" = ( +/obj/machinery/air_sensor{ + frequency = 1443; + id_tag = "air_sensor"; + output = 7 + }, +/turf/simulated/floor/engine/air, +/area/atmos) +"dkv" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dkw" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 1; + frequency = 1441; + icon_state = "on"; + id = "o2_in"; + on = 1 + }, +/turf/simulated/floor/engine/air, +/area/atmos) +"dkx" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + external_pressure_bound = 0; + frequency = 1443; + icon_state = "in"; + id_tag = "air_out"; + internal_pressure_bound = 2000; + on = 1; + pressure_checks = 2; + pump_direction = 0 + }, +/turf/simulated/floor/engine/air, +/area/atmos) +"dky" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway North-East" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"dkz" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dkA" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dkB" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dkC" = ( +/obj/item/crowbar, +/turf/space, +/area/space/nearstation) +"dkD" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"dkE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"dkF" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall, +/area/maintenance/asmaint2) +"dkH" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/obj/machinery/turretid/stun{ + control_area = "\improper AI Satellite Service"; + name = "AI Satellite Service Bay Turret Control"; + pixel_x = 24; + req_access_txt = "75" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/turret_protected/aisat_interior) +"dkI" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"dkJ" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/landmark{ + name = "JoinLateCyborg" + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/obj/machinery/computer/cryopod/robot{ + pixel_x = -30; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"dkK" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"dkL" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/phone{ + attack_verb = list("bounced a check off","checked-out","tipped"); + desc = "Also known as a cash register, or, more commonly, \"robbery magnet\". It's old and rusty, clearly non-functional and decorative only."; + icon = 'icons/obj/machines/pos.dmi'; + icon_state = "pos"; + name = "point of sale" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/crew_quarters/bar) +"dkM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/ai_slipper{ + icon_state = "motion0" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dkN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"dkO" = ( +/turf/simulated/floor/engine/n2, +/area/atmos) +"dkP" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dkQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dkR" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/kitchenspike, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"dkS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dkT" = ( +/turf/simulated/floor/engine/o2, +/area/atmos) +"dkU" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dkV" = ( +/turf/simulated/floor/engine/air, +/area/atmos) +"dkW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Atmospherics"; + req_access_txt = "75" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dkX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dkY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/ai_slipper{ + icon_state = "motion0" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/mob/living/simple_animal/bot/secbot/pingsky, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"dkZ" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dla" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dlb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"dlc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Service Bay"; + req_access_txt = "75" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"dld" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/ai_slipper{ + icon_state = "motion0" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"dle" = ( +/obj/effect/decal/warning_stripes/west, +/obj/item/wrench, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dlf" = ( +/obj/item/radio/beacon/engine/tesling, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dlg" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dlh" = ( +/obj/machinery/door/airlock/external{ + frequency = 1450; + icon_state = "door_locked"; + id_tag = "south_maint_outer"; + locked = 1; + name = "External Access"; + req_access = null; + req_access_txt = "13" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dli" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dlj" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dlk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"dll" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plating, +/area/maintenance/turbine) +"dlm" = ( +/turf/simulated/wall/r_wall/coated, +/area/maintenance/turbine) +"dln" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/wall/r_wall/coated, +/area/maintenance/turbine) +"dlo" = ( +/obj/effect/decal/warning_stripes/east, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"dlp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dlq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dlr" = ( +/obj/structure/disposalpipe/junction{ + icon_state = "pipe-y" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dls" = ( +/mob/living/simple_animal/bot/floorbot{ + on = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dlt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/turretid/stun{ + control_area = "\improper AI Satellite Hallway"; + name = "AI Chamber Hallway Turret Control"; + pixel_x = 24; + pixel_y = -24; + req_access_txt = "75" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"dlu" = ( +/obj/machinery/porta_turret{ + dir = 1 + }, +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/turret_protected/aisat_interior) +"dlv" = ( +/obj/machinery/light/small, +/turf/simulated/floor/engine/n2, +/area/atmos) +"dlw" = ( +/obj/machinery/light/small, +/turf/simulated/floor/engine/o2, +/area/atmos) +"dlx" = ( +/obj/machinery/light/small, +/turf/simulated/floor/engine/air, +/area/atmos) +"dly" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/airlock/public/glass{ + autoclose = 0; + frequency = 1449; + heat_proof = 1; + icon_state = "door_locked"; + id_tag = "gas_turbine_interior"; + locked = 1; + name = "Turbine Interior Airlock"; + req_access_txt = "32" + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/turbine) +"dlz" = ( +/obj/structure/closet/toolcloset, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dlA" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dlB" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dlC" = ( +/obj/effect/decal/warning_stripes/west, +/obj/effect/decal/cleanable/cobweb2, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dlD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dlE" = ( +/obj/item/weldingtool, +/turf/space, +/area/space/nearstation) +"dlF" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dlG" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dlH" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dlI" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/binary/pump/on, +/turf/space, +/area/maintenance/turbine) +"dlJ" = ( +/obj/effect/decal/cleanable/blood/gibs/robot, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dlK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"dlM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dlN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dlO" = ( +/obj/structure/chair/stool, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dlP" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dlQ" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dlR" = ( +/mob/living/simple_animal/bot/cleanbot{ + on = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"dlS" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "75" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dlT" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"dlU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Chamber Hallway"; + req_access_txt = "75" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dlV" = ( +/obj/machinery/atmospherics/binary/pump{ + on = 1 + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + layer = 3.1; + master_tag = "turbine_control"; + name = "Gas Turbine Airlock Control"; + pixel_x = 5; + pixel_y = -23 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/sign/fire{ + pixel_x = -32 + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/turbine) +"dlW" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + on = 1 + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + master_tag = "turbine_control"; + name = "Gas Turbine Airlock Control"; + pixel_x = -8; + pixel_y = 24 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/sign/fire{ + pixel_x = 32 + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/turbine) +"dlX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/turbine) +"dlY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"dlZ" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dma" = ( +/turf/simulated/wall/r_wall/coated, +/area/maintenance/asmaint) +"dmb" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dmc" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/clipboard, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dmd" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "75" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dme" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dmf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dmg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dmh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/airlock/public/glass{ + autoclose = 0; + frequency = 1449; + heat_proof = 1; + icon_state = "door_locked"; + id_tag = "gas_turbine_exterior"; + locked = 1; + name = "Turbine Exterior Airlock"; + req_access_txt = "32" + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/turbine) +"dmi" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/wall/r_wall/coated, +/area/maintenance/asmaint) +"dmj" = ( +/obj/item/radio, +/turf/simulated/floor/plating/airless, +/area/engine/engineering) +"dmk" = ( +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dml" = ( +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2"; + tag = "icon-pipe-j2 (EAST)" + }, +/obj/machinery/atmospherics/binary/pump{ + name = "Waste Out"; + on = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dmm" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dmn" = ( +/obj/effect/decal/warning_stripes/west, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dmp" = ( +/obj/structure/table, +/obj/item/weldingtool, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dmq" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dmr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dms" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dmt" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dmu" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall/r_wall, +/area/maintenance/asmaint2) +"dmv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"dmw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/bluegrid, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dmx" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/port) +"dmy" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1; + frequency = 1443; + id = "air_in" + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/turbine) +"dmz" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 1; + external_pressure_bound = 0; + initialize_directions = 1; + internal_pressure_bound = 4000; + pressure_checks = 2; + pump_direction = 0 + }, +/obj/structure/sign/vacuum{ + pixel_y = -30 + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/turbine) +"dmA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/igniter{ + id = "gasturbine" + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/turbine) +"dmB" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"dmC" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"dmD" = ( +/turf/simulated/wall/r_wall/coated, +/area/space/nearstation) +"dmE" = ( +/obj/machinery/door/poddoor{ + id_tag = "auxiliaryturbinevent"; + name = "Auxiliary Turbine Vent" + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/turbine) +"dmF" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/space, +/area/space/nearstation) +"dmG" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dmH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dmI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dmJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/bluegrid, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dmK" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "75" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dmL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dmM" = ( +/obj/effect/decal/warning_stripes/northeast, +/obj/structure/table/glass, +/obj/item/wirerod, +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dmN" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dmO" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/machinery/power/compressor{ + comp_id = "incineratorturbine"; + dir = 1 + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/turbine) +"dmP" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/bluegrid, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dmQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dmR" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "75" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dmS" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/camera/motion{ + c_tag = "AI Satellite Hallway"; + dir = 4; + network = list("SS13","MiniSat") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/bluegrid, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dmT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dmU" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dmV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/item/radio/intercom/locked/ai_private{ + broadcasting = 1; + listening = 0; + pixel_x = -29; + pixel_y = -29 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dmW" = ( +/obj/structure/transit_tube, +/turf/space, +/area/space/nearstation) +"dmX" = ( +/obj/structure/transit_tube{ + icon_state = "E-W-Pass" + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"dmY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Chamber Observation"; + req_access_txt = "75" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dmZ" = ( +/obj/structure/transit_tube, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"dna" = ( +/obj/structure/transit_tube, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"dnb" = ( +/obj/structure/transit_tube/station, +/obj/structure/transit_tube_pod{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"dnc" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/turret_protected/ai) +"dnd" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dne" = ( +/obj/structure/cable, +/obj/machinery/power/turbine, +/turf/simulated/floor/engine/insulated, +/area/maintenance/turbine) +"dnf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dng" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/maintenance/asmaint) +"dnh" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dni" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dnj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dnk" = ( +/obj/machinery/atm{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/hallway/primary/central/ne) +"dnl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dnm" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/door/airlock/command/glass{ + name = "AI Core"; + req_access_txt = "16" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dnn" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dno" = ( +/obj/structure/transit_tube{ + dir = 8; + icon_state = "Block" + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"dnp" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dnq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/ai_slipper{ + icon_state = "motion0" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dnr" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dns" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA" + }, +/turf/simulated/wall/r_wall, +/area/engine/engineering) +"dnt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dnu" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/crew_quarters/kitchen) +"dnv" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"dnw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dnx" = ( +/obj/structure/sign/fire, +/turf/simulated/wall/r_wall/coated, +/area/maintenance/turbine) +"dny" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dnz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/ai_slipper{ + icon_state = "motion0" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dnA" = ( +/obj/machinery/ai_slipper{ + icon_state = "motion0" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dnB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dnC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/hallway/primary/central/ne) +"dnD" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/hydroponics) +"dnE" = ( +/obj/machinery/hydroponics/soil, +/mob/living/simple_animal/chicken{ + name = "Commander Clucky" + }, +/turf/simulated/floor/grass, +/area/hydroponics) +"dnF" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dnG" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/maintenance/port) +"dnH" = ( +/obj/machinery/requests_console{ + department = "Hydroponics"; + departmentType = 2; + name = "Hydroponics Requests Console"; + pixel_y = 30 + }, +/obj/machinery/plantgenes, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"dnI" = ( +/obj/machinery/door/poddoor{ + id_tag = "turbinevent"; + name = "Turbine Vent" + }, +/turf/simulated/floor/engine/insulated, +/area/maintenance/turbine) +"dnJ" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1450; + master_tag = "south_maint"; + name = "interior access button"; + pixel_x = 25; + pixel_y = -25; + req_access_txt = "13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dnK" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"dnL" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1450; + id_tag = "south_pump" + }, +/obj/machinery/airlock_sensor{ + frequency = 1450; + id_tag = "south_sensor"; + pixel_y = -25 + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1450; + id_tag = "south_maint"; + pixel_y = 25; + req_access_txt = "13"; + tag_airpump = "south_pump"; + tag_chamber_sensor = "south_sensor"; + tag_exterior_door = "south_maint_outer"; + tag_interior_door = "south_maint_inner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dnM" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/item/camera{ + desc = "A one use - polaroid camera. 30 photos left."; + name = "Camera"; + pictures_left = 30 + }, +/obj/item/book/codex_gigas, +/turf/simulated/floor/plasteel{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/library) +"dnN" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "stairs-l" + }, +/area/hallway/primary/central/nw) +"dnO" = ( +/obj/machinery/door/airlock/external{ + frequency = 1450; + icon_state = "door_locked"; + id_tag = "south_maint_inner"; + locked = 1; + name = "External Access"; + req_access = null; + req_access_txt = "13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dnP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/maintenance/asmaint) +"dnQ" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1450; + master_tag = "sci_maint"; + name = "interior access button"; + pixel_x = -28; + pixel_y = -5; + req_access_txt = "13" + }, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dnR" = ( +/obj/machinery/door/airlock/external{ + frequency = 1450; + icon_state = "door_locked"; + id_tag = "sci_inner"; + locked = 1; + name = "External Access"; + req_access = null; + req_access_txt = "13" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dnS" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = -32 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dnT" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"dnU" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/floodlight, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/hydroponics) +"dnV" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"dnW" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"dnX" = ( +/obj/machinery/airlock_sensor{ + frequency = 1450; + id_tag = "sci_sensor"; + pixel_x = -25; + pixel_y = 12 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1450; + id_tag = "sci_pump" + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1450; + id_tag = "sci_maint"; + pixel_x = -25; + pixel_y = -6; + req_access_txt = "13"; + tag_airpump = "sci_pump"; + tag_chamber_sensor = "sci_sensor"; + tag_exterior_door = "sci_outer"; + tag_interior_door = "sci_inner" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dnY" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/toxins/xenobiology) +"dnZ" = ( +/turf/simulated/wall, +/area/turret_protected/aisat_interior) +"doa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/toxins/xenobiology) +"dob" = ( +/obj/machinery/light/small, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"doc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/wall, +/area/turret_protected/aisat_interior) +"dod" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/turret_protected/aisat_interior) +"doe" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9; + tag = "icon-intact-y (NORTHWEST)" + }, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"dof" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"dog" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint2) +"doh" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/solar{ + id = "starboardsolar"; + name = "Starboard Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/starboard) +"doi" = ( +/obj/machinery/computer/card, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 25 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/security/checkpoint2) +"doj" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/security/checkpoint2) +"dok" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1379; + id_tag = "atmospherics_south_pump" + }, +/obj/machinery/airlock_sensor{ + id_tag = "atmospherics_south_sensor"; + pixel_x = -8; + pixel_y = -30 + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "atmospherics_south"; + pixel_y = -25; + req_access_txt = null; + tag_airpump = "atmospherics_south_pump"; + tag_chamber_sensor = "atmospherics_south_sensor"; + tag_exterior_door = "atmospherics_south_outer"; + tag_interior_door = "atmospherics_south_inner" + }, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"dol" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8; + frequency = 1441; + id = "co2_in"; + pixel_y = 1 + }, +/turf/simulated/floor/plating/airless, +/area/turret_protected/aisat_interior) +"dom" = ( +/obj/machinery/door/airlock/external{ + frequency = 1450; + icon_state = "door_locked"; + id_tag = "sci_outer"; + locked = 1; + name = "External Access"; + req_access = null; + req_access_txt = "13" + }, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"don" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "atmospherics_south_inner"; + locked = 1; + name = "Atmospherics External Access"; + req_access_txt = "13" + }, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"doo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/access_button/airlock_interior{ + master_tag = "atmospherics_south"; + pixel_x = 22; + pixel_y = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"dop" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"doq" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"dor" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"dos" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/storage) +"dot" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4; + level = 2 + }, +/turf/simulated/wall, +/area/engine/controlroom) +"dou" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/pod_4) +"dov" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"dow" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10" + }, +/area/shuttle/pod_4) +"dox" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1331; + id_tag = "synd_pump" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate) +"doy" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/table, +/obj/item/folder, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"doz" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/turf/simulated/shuttle/plating, +/area/shuttle/pod_4) +"doA" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc3" + }, +/area/shuttle/administration) +"doB" = ( +/obj/structure/table/wood, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/item/camera, +/obj/item/storage/photo_album{ + pixel_y = -10 + }, +/obj/item/crowbar, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"doE" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"doF" = ( +/turf/simulated/floor/plating, +/area/toxins/launch) +"doG" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "starboardsolar"; + name = "Starboard Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/solar/starboard) +"doH" = ( +/obj/machinery/teleport/hub, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"doI" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/pod_4) +"doK" = ( +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/toxins/launch) +"doL" = ( +/obj/docking_port/mobile/pod{ + dir = 4; + id = "pod4"; + name = "escape pod 4" + }, +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock"; + name = "Escape Pod Hatch" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/pod_4) +"doM" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/light, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/pod_4) +"doN" = ( +/obj/machinery/computer/station_alert, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"doV" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/pod_4) +"doW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"doY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/turret_protected/aisat_interior) +"dpb" = ( +/obj/machinery/computer/teleporter, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"dpd" = ( +/turf/simulated/wall/r_wall, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dpe" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/wall/r_wall, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dpf" = ( +/turf/simulated/wall/r_wall, +/area/turret_protected/aisat_interior) +"dpg" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/obj/machinery/teleport/station, +/turf/simulated/floor/plating, +/area/turret_protected/aisat_interior) +"dph" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"dpl" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/item/clothing/head/welding, +/turf/simulated/floor/plating, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dpm" = ( +/obj/machinery/atmospherics/unary/tank/air, +/turf/simulated/floor/plating, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dpp" = ( +/turf/simulated/wall/r_wall, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"dpq" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plating, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"dpu" = ( +/obj/structure/rack, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault"; + tag = "icon-vault (WEST)" + }, +/area/turret_protected/aisat_interior) +"dpw" = ( +/obj/machinery/light/small, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"dpx" = ( +/obj/structure/table, +/obj/machinery/status_display{ + layer = 4; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"dpA" = ( +/turf/simulated/floor/plating, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"dpC" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plating, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dpD" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Air Out" + }, +/turf/simulated/floor/plating, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dpE" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Mix to MiniSat" + }, +/turf/simulated/floor/plating, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dpF" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/computer/monitor{ + name = "Grid Power Monitoring Computer" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dpK" = ( +/obj/machinery/cryopod/robot, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/simulated/floor/plating, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"dpL" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/structure/table, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/clothing/head/welding, +/turf/simulated/floor/plating, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"dpM" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/space_heater, +/obj/machinery/camera{ + c_tag = "AI Satellite Atmospherics"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plating, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dpN" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dpO" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dpV" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_y = 8 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/machinery/camera{ + c_tag = "AI Satellite Service Bay"; + dir = 8; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plating, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"dpZ" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plating, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dqg" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"dqk" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/port_gen/pacman, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"dqm" = ( +/turf/simulated/wall/r_wall, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dqn" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dqp" = ( +/turf/simulated/wall, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dqq" = ( +/obj/machinery/porta_turret{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault"; + tag = "icon-vault (WEST)" + }, +/area/aisat/entrance{ + name = "\improper AI Satellite Atmospherics" + }) +"dqv" = ( +/turf/simulated/floor/bluegrid, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dqw" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dqx" = ( +/obj/machinery/porta_turret{ + dir = 1 + }, +/obj/item/radio/intercom/locked/ai_private{ + broadcasting = 1; + listening = 0; + pixel_y = -29 + }, +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/turret_protected/aisat_interior) +"dqz" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor, +/area/shuttle/administration) +"dqA" = ( +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dqD" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dqE" = ( +/obj/machinery/porta_turret{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault"; + tag = "icon-vault (WEST)" + }, +/area/aisat/maintenance{ + name = "\improper AI Satellite Service" + }) +"dqL" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior West"; + dir = 8; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/aisat) +"dqM" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/porta_turret{ + dir = 4; + installation = /obj/item/gun/energy/gun; + name = "hallway turret" + }, +/turf/simulated/floor/bluegrid, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dqO" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/porta_turret{ + dir = 8; + installation = /obj/item/gun/energy/gun; + name = "hallway turret" + }, +/turf/simulated/floor/bluegrid, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dqQ" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior East"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/aisat) +"dqT" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/bluegrid, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dqX" = ( +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"drf" = ( +/turf/simulated/wall/r_wall, +/area/turret_protected/ai) +"drg" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/turret_protected/ai) +"drh" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/bluegrid, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"dro" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"drq" = ( +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"drt" = ( +/obj/structure/table/reinforced, +/obj/item/folder, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dru" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/aisat{ + name = "\improper AI Satellite Hallway" + }) +"drv" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/turret_protected/ai) +"dry" = ( +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"drA" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"drB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"drE" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"drG" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"drI" = ( +/obj/machinery/porta_turret{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"drK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"drM" = ( +/obj/machinery/porta_turret{ + dir = 8 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"drN" = ( +/turf/simulated/wall, +/area/turret_protected/ai) +"drO" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_x = 32 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"drP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/obj/machinery/door/window/southright{ + dir = 1; + name = "AI Core Door"; + req_access = null; + req_access_txt = "16" + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"drQ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/turretid/lethal{ + check_synth = 1; + name = "AI Chamber Turret Control"; + pixel_x = 5; + pixel_y = -24; + req_access_txt = "75" + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -8; + pixel_y = -24 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"drR" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/camera/motion{ + c_tag = "AI Core"; + dir = 1; + network = list("SS13","MiniSat"); + start_active = 1 + }, +/obj/machinery/power/apc{ + cell_type = 5000; + name = "south bump Important Area"; + pixel_y = -24 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"drS" = ( +/obj/item/radio/intercom/custom{ + pixel_y = 25 + }, +/obj/item/radio/intercom/private{ + pixel_y = -28 + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/effect/landmark{ + name = "tripai" + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"drT" = ( +/obj/item/radio/intercom/custom{ + pixel_x = -28; + pixel_y = -10 + }, +/obj/item/radio/intercom/private{ + pixel_x = 28; + pixel_y = -10 + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + name = "AI Requests Console"; + pixel_x = 32; + pixel_y = -32 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = -32; + pixel_y = -32 + }, +/obj/effect/landmark/start{ + name = "AI" + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"drV" = ( +/obj/item/radio/intercom/custom{ + pixel_y = 25 + }, +/obj/item/radio/intercom/private{ + pixel_y = -28 + }, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/obj/effect/landmark{ + name = "tripai" + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"drX" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior South West"; + dir = 8; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/turret_protected/ai) +"dsa" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior South East"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/turret_protected/ai) +"dsb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dsc" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"dsd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/turf/simulated/wall, +/area/turret_protected/ai) +"dse" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/machinery/ai_slipper{ + icon_state = "motion0" + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"dsg" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Core South"; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"dsh" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dsi" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/ai) +"dsj" = ( +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior South"; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/turret_protected/ai) +"dsm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/asmaint2) +"dso" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/maintenance/asmaint2) +"dsw" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = -30 + }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape) +"dsy" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/toxins/mixing) +"dsz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/toxins/mixing) +"dsG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"dsH" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dsI" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/machinery/power/apc{ + cell_type = 25000; + dir = 1; + name = "Engineering Engine Super APC"; + pixel_y = 24; + shock_proof = 1 + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dsK" = ( +/obj/machinery/suit_storage_unit/engine, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dsL" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 25 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dsN" = ( +/obj/structure/table, +/obj/item/t_scanner, +/obj/item/multitool{ + pixel_x = 5 + }, +/obj/item/radio/headset/headset_eng, +/obj/item/cartridge/atmos, +/obj/item/cartridge/atmos, +/obj/item/t_scanner, +/obj/item/wrench, +/turf/simulated/floor/plasteel, +/area/atmos) +"dsO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"dsP" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dsT" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/engine/chiefs_office) +"dsU" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"dsW" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"dsX" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dsY" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dta" = ( +/obj/item/cartridge/engineering{ + pixel_x = 3 + }, +/obj/item/cartridge/engineering{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/cartridge/engineering{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dtb" = ( +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dtc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/obj/structure/closet/wardrobe/atmospherics_yellow, +/turf/simulated/floor/plasteel, +/area/atmos) +"dtk" = ( +/obj/item/pipe_painter, +/obj/item/clothing/ears/earmuffs{ + pixel_y = 6 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dtl" = ( +/obj/item/stock_parts/cell/high, +/obj/item/clothing/glasses/meson{ + pixel_y = 5 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dtn" = ( +/obj/machinery/suit_storage_unit/atmos, +/turf/simulated/floor/plasteel, +/area/atmos) +"dtp" = ( +/obj/structure/table, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dtq" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/table, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/engine/engineering) +"dts" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump Engineering"; + pixel_y = 24; + shock_proof = 1 + }, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/obj/effect/decal/warning_stripes/south, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/storage/secure) +"dtt" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/alarm{ + pixel_y = 24 + }, +/obj/effect/decal/warning_stripes/south, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/storage/secure) +"dtv" = ( +/obj/machinery/space_heater, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"dtw" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/obj/machinery/suit_storage_unit/engine, +/turf/simulated/floor/plating, +/area/storage/secure) +"duq" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"dwn" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"dAN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/security/detectives_office) +"dEP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/maintenance/fsmaint) +"dHM" = ( +/obj/machinery/light/spot{ + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/shuttle/escape) +"dOy" = ( +/obj/structure/dispenser, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"dPF" = ( +/obj/machinery/chem_dispenser, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"dQC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + in_use = 1 + }, +/turf/simulated/floor/bluegrid, +/area/tcommsat/chamber) +"dSc" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/shuttle/escape) +"dVs" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/dorms) +"ecb" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/shuttle/escape) +"esI" = ( +/obj/structure/table, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/item/storage/firstaid, +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"eJA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/wall, +/area/maintenance/fsmaint) +"eMV" = ( +/obj/structure/bed/roller, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/shuttle/escape) +"eTE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/wall, +/area/crew_quarters/dorms) +"eYG" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/crew_quarters/dorms) +"fbY" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"fes" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/computer/mob_battle_terminal/red, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"fgw" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/administration) +"fho" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light_switch{ + pixel_x = -27 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"fpO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/shuttle/escape) +"fsj" = ( +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 8 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"fuT" = ( +/obj/machinery/iv_drip, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"fyo" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"fyM" = ( +/obj/item/flag/cargo, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"fyN" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc4" + }, +/area/shuttle/administration) +"fzb" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/shuttle/escape) +"fAw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/machinery/tcomms/core/station, +/obj/machinery/camera{ + c_tag = "Telecommunications Core"; + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/tcommsat/chamber) +"fEn" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"fGD" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"fRL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"fTl" = ( +/obj/machinery/chem_master, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"fUo" = ( +/obj/machinery/light, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"fZO" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/machinery/light/spot{ + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"gap" = ( +/obj/machinery/vending/security, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape) +"gdm" = ( +/obj/machinery/clonepod/upgraded, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"gel" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"ghD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"gmY" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"gyR" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"gEy" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8; + tag = "icon-heater (WEST)" + }, +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 4 + }, +/turf/space, +/turf/simulated/shuttle/plating, +/area/shuttle/administration) +"gFG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Holodeck Door" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"gMk" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"gMZ" = ( +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 6 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"gZc" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"hsy" = ( +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"hyv" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/bluegrid, +/area/tcommsat/chamber) +"hyR" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"hHo" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "adminshuttleshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/administration) +"hJi" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/shuttle/escape) +"hJq" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel, +/area/security/main) +"hTU" = ( +/obj/machinery/light/spot{ + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/shuttle/escape) +"iau" = ( +/obj/machinery/light/spot{ + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"ils" = ( +/obj/structure/table/reinforced, +/obj/item/storage/backpack/medic, +/obj/item/storage/belt/medical, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 29; + pixel_y = -30 + }, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -30 + }, +/obj/machinery/light/spot{ + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"ioI" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"iwt" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/shuttle/escape) +"izn" = ( +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"iCr" = ( +/obj/structure/chair/comfy/shuttle, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape) +"iHY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Detective Maintenance"; + req_access_txt = "4"; + security_level = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"iJf" = ( +/obj/machinery/atmospherics/pipe/simple/insulated, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/toxins/mixing) +"iNz" = ( +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/toxins/launch) +"iPL" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"iUc" = ( +/turf/simulated/wall/r_wall, +/area/tcommsat/chamber) +"iZs" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/crew_quarters/dorms) +"jat" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "Holding Cell"; + opacity = 1; + req_access_txt = "104" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"jbf" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"jnJ" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/administration) +"jtw" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall11" + }, +/area/shuttle/administration) +"jJT" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"jMV" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"jPN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/computer/mob_battle_terminal/blue{ + pixel_x = -32; + pixel_y = 0 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"jRV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"jSI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"jXY" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"kaG" = ( +/obj/structure/closet/crate/medical, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/o2{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/firstaid/toxin{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"kcF" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall14"; + tag = "icon-swall14" + }, +/area/shuttle/escape) +"kiu" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"kjI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Holodeck Door" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"ksF" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"kCz" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/storage/secure) +"kCR" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"kHU" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/escape) +"kIR" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/space, +/area/space/nearstation) +"kLF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Holodeck Door" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"kMV" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"kNZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/wall, +/area/crew_quarters/dorms) +"kOE" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"kPl" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_x = -30; + pixel_y = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"kUs" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/shuttle/escape) +"law" = ( +/obj/structure/bed/roller, +/obj/structure/sink{ + layer = 4; + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"ldp" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"leU" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10" + }, +/area/shuttle/escape) +"lkw" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"lkY" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_x = 30; + pixel_y = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"lop" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Civilian" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"lxD" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/shuttle/escape) +"lLC" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plasteel, +/area/atmos) +"lLQ" = ( +/obj/machinery/computer/med_data, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/shuttle/escape) +"lQS" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 8 + }, +/turf/simulated/floor/plating, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6"; + tag = "icon-swall_f6" + }, +/area/shuttle/pod_3) +"lTl" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"mkE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/bluegrid, +/area/tcommsat/chamber) +"mlC" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s9" + }, +/area/shuttle/administration) +"mrb" = ( +/obj/machinery/vending/medical, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"msR" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = null; + name = "Escape Shuttle Infirmary" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"mxT" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"mzv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8; + on = 1 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"mGt" = ( +/obj/item/flag/med, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"mKg" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"mMw" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"mOm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/fsmaint) +"mQF" = ( +/obj/structure/closet/crate/internals, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/emergency_oxygen/engi, +/obj/item/tank/emergency_oxygen/engi, +/obj/item/tank/emergency_oxygen/engi, +/obj/item/tank/emergency_oxygen/engi, +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"mSq" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"naH" = ( +/obj/structure/bed/roller, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"nbH" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/administration) +"nhb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/wall/r_wall, +/area/maintenance/fsmaint) +"nqX" = ( +/obj/structure/table, +/obj/item/paper{ + desc = ""; + info = "Brusies sustained in the holodeck can be healed simply by sleeping."; + name = "Holodeck Disclaimer" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"nrg" = ( +/turf/space, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"ntp" = ( +/obj/structure/table/reinforced, +/obj/item/stock_parts/cell/high, +/obj/machinery/cell_charger, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/escape) +"nvl" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/shuttle/escape) +"nyJ" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"nBZ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/administration) +"nCT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"nFM" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"nHW" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"nIj" = ( +/obj/machinery/door/airlock/shuttle/glass{ + name = "Shuttle Cargo Hatch" + }, +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"nMi" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/space, +/area/space/nearstation) +"nRP" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/shuttle/escape) +"nVM" = ( +/obj/machinery/door/airlock/shuttle/glass{ + name = "Emergency Airlock Access"; + req_one_access_txt = "2;19" + }, +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"nXr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"obG" = ( +/obj/machinery/mech_bay_recharge_port, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"obW" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"oqQ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_y = -30 + }, +/obj/machinery/light/spot{ + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape) +"otE" = ( +/obj/machinery/computer/shuttle/admin{ + name = "NTV Argos shuttle console" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/administration) +"oyv" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"oDA" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"oEZ" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/machinery/door_control{ + id = "adminshuttleblast"; + name = "Blast door control"; + pixel_x = -5; + pixel_y = 35; + req_access = list(101) + }, +/obj/machinery/door_control{ + id = "adminshuttleshutters"; + name = "Shutter control"; + pixel_x = 5; + pixel_y = 35; + req_access = list(101) + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/administration) +"oOZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/wall/r_wall, +/area/tcommsat/chamber) +"oQe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "Telecommunications Access"; + req_access_txt = "61" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/tcommsat/chamber) +"oRM" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/shuttle/escape) +"oZV" = ( +/obj/machinery/mecha_part_fabricator/upgraded, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"pae" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s5" + }, +/area/shuttle/administration) +"pcR" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel, +/area/crew_quarters/locker) +"pdr" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Escape Shuttle Cell"; + req_access_txt = "2" + }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape) +"pwN" = ( +/obj/machinery/door_control{ + id = "adminshuttleblast"; + name = "blast door control"; + pixel_x = -30; + req_access_txt = "101" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"pwU" = ( +/obj/effect/landmark/battle_mob_point, +/turf/simulated/floor/engine, +/area/holodeck/alphadeck) +"pzr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + tag = "" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/aft) +"pDl" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape) +"pGQ" = ( +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_x = 30; + pixel_y = 0 + }, +/obj/item/flag/med, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"pOu" = ( +/obj/machinery/computer/communications, +/turf/simulated/shuttle/floor, +/area/shuttle/administration) +"pOZ" = ( +/obj/machinery/autolathe/security{ + hacked = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"pQi" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "adminshuttleshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/turf/space, +/turf/simulated/floor/plating, +/area/shuttle/administration) +"pZO" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/space, +/area/space/nearstation) +"qch" = ( +/obj/structure/table, +/obj/item/clothing/glasses/welding{ + pixel_y = 10 + }, +/obj/item/weldingtool/largetank{ + pixel_x = 4; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"qdA" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/shuttle/escape) +"qgG" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "101" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"qpX" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape) +"qsT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/wall, +/area/crew_quarters/dorms) +"qxC" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"qFg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"qJu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/shuttle/escape) +"qOo" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"qPO" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swallc3" + }, +/area/shuttle/administration) +"qUv" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space/nearstation) +"reA" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/structure/closet/walllocker/emerglocker{ + pixel_x = -32 + }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape) +"rlX" = ( +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/wood{ + amount = 30 + }, +/obj/item/stack/sheet/wood{ + amount = 30 + }, +/obj/item/stack/sheet/wood{ + amount = 30 + }, +/obj/structure/table, +/turf/simulated/floor/plating, +/area/storage/secure) +"rrE" = ( +/obj/structure/table, +/obj/item/storage/lockbox/mindshield, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"rwM" = ( +/obj/machinery/optable, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"rAt" = ( +/obj/structure/table, +/obj/item/stock_parts/cell/high, +/obj/machinery/cell_charger, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"rAQ" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "Medbay"; + opacity = 1; + req_access_txt = "101" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"rEw" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall1"; + tag = "icon-swall1" + }, +/area/shuttle/administration) +"rFd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"rGB" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/shuttle/escape) +"rIF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/wall, +/area/crew_quarters/dorms) +"rSv" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "propulsion_l"; + tag = "icon-propulsion_l (EAST)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/administration) +"rTy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/bluegrid, +/area/tcommsat/chamber) +"rWq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start{ + name = "Cyborg" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark"; + tag = "icon-vault (NORTHEAST)" + }, +/area/turret_protected/aisat_interior) +"rYq" = ( +/obj/structure/chair/comfy/shuttle, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/administration) +"sbp" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/escape) +"snu" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s6" + }, +/area/shuttle/administration) +"sAK" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "swall2" + }, +/area/shuttle/administration) +"sDa" = ( +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"sDw" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/shuttle/escape) +"sDN" = ( +/obj/structure/morgue{ + dir = 8; + tag = "icon-morgue1 (WEST)" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/security/detectives_office) +"sGi" = ( +/obj/structure/table, +/obj/item/storage/box/handcuffs, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"sHt" = ( +/turf/simulated/floor/engine, +/area/holodeck/alphadeck) +"sJS" = ( +/obj/machinery/autolathe/upgraded{ + hacked = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"sPb" = ( +/obj/machinery/alarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8; + on = 1 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"sPV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/shuttle/escape) +"sUK" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"sVQ" = ( +/obj/structure/closet/crate, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/emergency, +/obj/item/flashlight/flare, +/obj/item/flashlight/flare, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/radio, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"tbC" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"tdh" = ( +/obj/structure/closet/crate/engineering, +/obj/item/storage/toolbox/electrical{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 4; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"tku" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/shuttle/escape) +"tll" = ( +/obj/machinery/door/window/brigdoor/westleft{ + color = "#d70000"; + req_access_txt = "104" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"toq" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/shuttle/escape) +"tpg" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/o2{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/light/spot{ + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" + }, +/area/shuttle/escape) +"tzT" = ( +/obj/machinery/computer/card, +/turf/simulated/shuttle/floor, +/area/shuttle/administration) +"tAY" = ( +/obj/structure/table, +/obj/item/storage/box/chemimp{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/storage/box/trackimp, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"tEM" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"tIz" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whiteblue (NORTH)" + }, +/area/shuttle/escape) +"uom" = ( +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"usf" = ( +/obj/machinery/computer/crew, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/shuttle/escape) +"utw" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 8 + }, +/turf/simulated/floor/plating, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5"; + tag = "icon-swall_f5" + }, +/area/shuttle/pod_3) +"uxy" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"uxA" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost","Telecomms") + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/shuttle/escape) +"uBM" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (EAST)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/administration) +"uBP" = ( +/obj/machinery/recharge_station/upgraded, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"uDK" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5; + tag = "icon-intact (NORTHEAST)" + }, +/turf/space, +/area/space/nearstation) +"uQb" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall13" + }, +/area/shuttle/administration) +"uTI" = ( +/turf/space, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"uXX" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"vup" = ( +/obj/machinery/atmospherics/pipe/simple/insulated{ + dir = 10 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"vFf" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"vFZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Holodeck"; + dir = 1 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -28 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"vJw" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/clothing/mask/breath, +/obj/structure/extinguisher_cabinet{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"vMh" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/shuttle/escape) +"vTi" = ( +/obj/machinery/computer/cloning, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"vUG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/wall, +/area/maintenance/fsmaint) +"vVC" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner"; + tag = "icon-browncorner (EAST)" + }, +/area/shuttle/escape) +"wbr" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/tcommsat/chamber) +"wdq" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 6 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = -3 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = -12 + }, +/turf/simulated/floor/plasteel, +/area/security/main) +"whv" = ( +/obj/machinery/computer/HolodeckControl, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"wkg" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Escape Shuttle Cockpit"; + req_access_txt = "19" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"wli" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/shuttle/escape) +"wsj" = ( +/obj/machinery/vending/medical, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"wuR" = ( +/obj/machinery/vending/coffee, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"wxQ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_y = -30 + }, +/obj/machinery/light/spot{ + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/escape) +"wyo" = ( +/obj/structure/table, +/obj/item/bonegel, +/obj/item/bonesetter, +/obj/item/hemostat, +/obj/item/cautery, +/obj/item/surgicaldrill, +/obj/item/circular_saw, +/obj/item/scalpel, +/obj/item/retractor, +/obj/item/FixOVein, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"wHx" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/shuttle/escape) +"wOS" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/pipe_painter, +/obj/item/pipe_painter, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/plasteel, +/area/atmos) +"wVD" = ( +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/quartermaster/miningdock) +"xcB" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"xeW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/security/securearmoury) +"xfQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 27 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"xgN" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"xgS" = ( +/obj/machinery/light, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"xlr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"xlz" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"xnj" = ( +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/shuttle/escape) +"xtk" = ( +/obj/machinery/recharge_station/ert, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"xyo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Holodeck Door" + }, +/turf/simulated/floor/plasteel, +/area/crew_quarters/dorms) +"xAw" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"xBQ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner"; + tag = "icon-browncorner (EAST)" + }, +/area/shuttle/escape) +"xBR" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/shuttle/escape) +"xTB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/shuttle/escape) +"xVt" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/crew_quarters/dorms) +"xWg" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6; + tag = "icon-intact (SOUTHEAST)" + }, +/turf/space, +/area/space/nearstation) +"yeP" = ( +/obj/machinery/door_control{ + id = "adminshuttleblast"; + name = "blast door control"; + pixel_x = -30; + req_access_txt = "101" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) +"yjg" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/security/securearmoury) +"ylx" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "Workshop"; + opacity = 1; + req_access_txt = "101" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration) + +(1,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(2,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(3,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(4,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(5,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(6,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(7,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(8,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(9,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(10,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(11,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(12,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(13,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(14,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(15,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(16,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(17,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(18,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(19,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(20,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(21,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(22,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(23,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aps +aqf +ard +aqf +ard +arV +ard +arV +asJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(24,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apt +aqi +aqi +aqi +aqi +aqi +aqi +aqi +dhn +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(25,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apr +dhi +bWM +arf +bWN +dgK +cbA +dhi +apr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(26,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apu +aqh +dgL +dgL +dgL +dgL +dgL +dhm +apu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(27,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apr +aqg +dgL +dgL +dgL +dgL +dgL +dhl +apr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(28,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apr +arh +dgL +dgL +dgL +dgL +dgL +cgz +apr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(29,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apr +dhi +aqk +arW +cag +arW +dhe +cgz +apr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(30,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apt +aqi +aqm +asa +cai +asa +dhg +ckd +apr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(31,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apr +bWK +are +dhb +aPV +dhb +cds +cgz +apr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(32,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apu +aqj +are +are +are +are +dhh +arY +apu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(33,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apv +aqi +aqi +aqo +aQX +aqo +aqi +aqi +asK +aaa +aVV +aXp +baZ +aXp +beh +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bPL +rSv +uBM +cae +pae +acT +aaa +snu +cae +rSv +uBM +pae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(34,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aSd +aRb +aZP +aab +aab +aaa +aaa +aWa +aYM +aXs +bcr +bej +aaa +aaa +aab +aab +aaa +aaa +aaa +clC +bPU +bvi +bPU +clC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bPL +fyN +bWG +bWG +bWG +cak +bRG +bRG +uQb +bWG +gEy +bWG +cBe +pae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(35,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aSd +aPI +aSd +aab +aLd +aaa +aaa +aVS +aYL +aXs +bcN +aVS +aaa +aaa +bjQ +aab +aaa +aaa +aaa +bPv +btv +bvj +bwE +bPv +aaa +bAQ +bCa +bCa +bCa +bGP +aaa +aaa +aaa +aaa +aaa +bPL +fyN +bVe +wuR +mSq +caf +jnJ +cdp +bRA +jnJ +cih +ceR +nrg +gZc +cBe +pae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(36,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aLd +aMs +aMs +aMs +aLd +aWe +aSd +aMs +aLd +aaa +aVV +aXm +aYN +aVX +aYN +aXm +beh +aaa +aLd +aMs +aSd +aSd +aLd +brO +bty +bvj +bwJ +brO +aaa +bAR +bCd +bCd +bCd +bAR +bjQ +aaa +aaa +aaa +bPL +bRu +bRA +bVf +bRA +bRA +bRA +jnJ +cdp +bRA +jnJ +vTi +ceR +ceR +nrg +fuT +cBe +pae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(37,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aJP +aLa +aLa +aRm +aOP +aMs +aVf +aMB +aSd +aSd +aSd +aVS +aXr +aXz +aXz +aXz +aXz +aVS +aSd +aSd +aSd +blB +boL +aLd +brO +bwI +bvj +bwI +brO +aaa +bAR +bCc +bDG +bEK +bAR +aLd +aaa +aaa +aaa +jnJ +bRv +bRA +bVg +cuH +bRA +cah +jnJ +cdp +bRA +jnJ +gdm +ceR +ceR +ceR +ceR +wyo +jnJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(38,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aJS +aLb +aMp +aNt +aOQ +aPZ +aMd +aSf +aRU +aOQ +aRU +aVX +aXs +aYZ +aYZ +aYZ +aXs +aVX +bgy +aOQ +bgy +aSf +boP +aSd +brQ +bwI +bvj +bwI +brQ +bjQ +bAR +aAi +bEL +bEL +bAR +aSd +aaa +aaa +aaa +jnJ +bRw +bRA +bVh +cuH +bRA +bRA +jnJ +cdp +bRA +jnJ +cih +ceR +clD +fTl +ceR +rwM +jnJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(39,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aJQ +aLa +aLa +aRz +aOR +aQa +aMd +aMD +aSd +aSd +aSd +aVS +aXt +aXs +aXs +aXs +beG +aVS +aSd +aSd +aSd +blE +boL +aSd +brO +bwI +bvj +bwI +brO +aLd +bAR +bCe +bCb +bEL +bAR +aSd +aaa +aaa +aaa +jnJ +bRx +bTl +bVi +cuH +bRA +bRA +jnJ +cdp +bRA +jnJ +cii +ceR +ceR +dPF +hyR +mrb +jnJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(40,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeP +abQ +abQ +abQ +abQ +abQ +abQ +abQ +aoE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aLd +aMs +aMs +aMs +aLd +aRa +aME +aTo +aUl +aSd +aVS +aXu +aYZ +aYZ +aYZ +bes +aVS +aSd +bid +aTo +bmS +boL +aSd +brO +btz +bvj +bwJ +brO +aSd +ahb +clG +bCb +bEL +bAR +aSd +aSd +aSd +aSd +cBe +bRG +bRG +bRG +rEw +bYt +sAK +jtw +rEw +bYt +cBe +rEw +rAQ +sAK +bRG +bRG +bRG +uQb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(41,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acT +aaa +abT +abQ +abQ +abQ +abI +abQ +ahh +agf +agE +ajH +ahw +ahy +ahN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aJR +aLe +aLe +aRV +aOP +aMs +aPJ +aSf +aSf +aUk +aSd +aVY +aXv +aXs +bba +aXs +aXs +aVY +aSd +bgI +aSf +aSf +bsd +aSd +brO +bwI +bvj +bwI +brO +aSd +ahb +clI +bCb +bEL +bAR +aSd +bGm +bLY +bKp +qgG +yeP +bTn +pwN +bRA +bRA +bRA +bTo +bRA +bRA +bRA +bRA +bRA +bRA +bRA +bRA +bRA +jnJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(42,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abI +adS +ade +ady +abI +abV +abV +abV +abV +abV +dcZ +ahy +ahO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aJV +aLf +aMt +aNy +aOQ +aPZ +aPQ +aSf +aSf +aUn +aSd +aVZ +aXw +aYZ +aYZ +aYZ +aXs +aVZ +aSd +bjT +aSf +aSf +bsh +aSd +brR +bwI +bvj +bwI +brR +aSd +bAR +bEL +bCb +cos +bAR +aSd +bGl +bLX +bKp +bPN +bRA +bTn +bRA +bRA +bRA +bRA +bRA +bRA +bRA +bRA +bRA +bRA +bRA +bRA +bRA +xgS +jnJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(43,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abI +acJ +abV +abV +abI +afA +abV +abV +agF +ahg +amq +ahy +ahP +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awo +axi +axi +axi +axi +axi +axi +aCB +axi +aFe +aaa +aaa +aaa +aaa +aJT +aLe +aLe +aRY +aOR +aQa +aPQ +aRd +aTp +aUm +aSd +aVS +aXx +aXs +aXs +aXs +bex +aVS +aSd +bjS +aTp +brc +bsh +aSd +brO +bwI +bvj +bwI +brO +aMs +bAR +bAS +bCb +cwZ +bAR +aSd +bKp +bKp +bOb +cik +bRG +rEw +ylx +bRG +bRG +doA +rYq +nbH +nbH +fgw +cik +bRG +rEw +jat +sAK +bRG +uQb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(44,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acT +aaa +aaa +aaa +acT +aaa +aaa +aaa +aaa +abI +acU +abV +adz +abI +afB +abV +abV +ahv +abQ +abQ +abQ +apD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awq +axj +awM +aze +aAh +aAh +aCT +aCX +afy +aFf +aFe +aab +aab +aab +aab +aLd +aMs +aNw +aNw +aLd +aPT +aMD +aSd +aSd +aSd +aVS +aXy +aYZ +aYZ +aYZ +beG +aVS +aSd +aSd +aSd +blE +bsh +aSd +brO +clE +bvj +clF +brO +aMs +bAT +bAR +bCb +bAR +bER +aSd +aMd +bLZ +aSd +jnJ +bRB +bTo +bRA +bRA +gMk +jnJ +dqz +nbH +nbH +fgw +jnJ +ckj +bRA +bRA +sGi +rrE +jnJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(45,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abT +abQ +abQ +abQ +acn +aaa +aaa +aaa +aaa +abI +adT +abV +adW +abI +afC +abV +abV +agG +abI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awp +axj +azg +azg +azg +azg +azg +azg +azg +aEB +aGf +aaa +aaa +aaa +aab +aab +aGn +aNx +aKa +aGn +aPR +aSf +aRU +aOQ +aRU +aVX +aXz +aXz +aXz +aXz +aXz +aVX +bgy +aOQ +bgy +aSf +bsj +aSd +brP +brQ +bvf +brQ +byd +aMs +aaa +bAT +bCi +bER +aaa +aSd +aMd +bLZ +aSd +jnJ +bVg +bRA +bRA +bRA +nyJ +jnJ +dqz +nbH +nbH +fgw +jnJ +ckj +bRA +bRA +bRA +tAY +jnJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(46,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abJ +abZ +acd +acl +abI +abQ +abQ +abQ +abQ +abQ +abQ +aes +abV +abI +abQ +afP +agg +ajA +abQ +amF +acT +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aws +axj +awN +azh +azh +azh +aBD +aCX +aEe +aFf +aFg +aaa +doE +aII +aII +aII +aII +aHS +aLg +aVL +aQw +aRe +aSd +aSd +aSd +aWa +aXp +aYV +aYV +aYV +aXp +bej +aSd +aSd +aSd +blB +bsh +aSd +aab +aSd +bvl +aSd +aab +aMs +aab +aSd +bDC +aSd +aaa +aSd +aMd +bLZ +aSd +jnJ +bRD +bRA +bRA +bRA +uBP +cak +rEw +cdr +cdr +sAK +uQb +ckj +bRA +bRA +bRA +bRA +jnJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(47,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abH +aaw +abV +abV +abI +acA +afg +ace +ace +ace +adU +abV +abV +afg +afD +abV +abV +agH +ahy +ahN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awr +axi +axi +axi +axi +axi +axi +axi +axi +aFg +aaa +aaa +aEM +aIG +aHS +aJg +aLy +aNz +aND +aGn +aPY +aME +aRO +aSd +aUZ +aVW +aXn +aYT +aYT +aYT +bey +bge +aUZ +aSd +bpX +bmS +bsh +aLd +aSd +aSd +aOQ +aSd +aSd +aMs +aSd +aSd +aOQ +aSd +aSd +aSd +aMd +bMa +bjQ +bPR +diV +bRA +bRA +bRA +uBP +jnJ +nbH +nbH +nbH +nbH +jnJ +ckj +bRA +uTI +bRA +bRA +jnJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(48,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abH +abX +ace +abV +acr +abV +abV +abV +abV +abV +abV +abV +abV +abV +abV +abV +abV +agI +ahy +ahO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alw +alw +alw +alw +alw +alw +alw +apo +alw +alw +alw +alw +aab +alw +alw +aaa +aaa +aaa +aaa +aaa +aaa +doE +aII +aII +aLw +aMu +aNC +aKN +aGn +aPY +aSf +aRT +aLd +aLd +aLd +aSd +aSd +aSd +aSd +aSd +aLd +aLd +aLd +bqe +aSf +bsl +aMs +aUl +aSd +bvl +aSd +bwO +aMs +aUl +aSd +bDC +aSd +bBg +bLs +bmS +bMb +aLd +cOX +doA +bWL +bRA +bRA +pOZ +jnJ +oEZ +nBZ +nBZ +nBZ +jnJ +ckh +sDa +tll +fsj +cik +mlC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(49,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abH +abW +abV +acm +abI +acA +abV +ace +ace +ace +acf +aet +abV +abV +ahd +abV +abV +agH +ahy +ahP +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alw +aab +aab +aab +aab +aab +aab +aaa +axn +aaa +aab +aaa +aBm +aaa +alw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aII +aNA +aKN +aGn +aPY +aSf +aRS +aUo +aUV +aTo +aTo +aTo +aTo +aTo +aTo +bdn +bgH +bjU +bpZ +aSf +aSj +bgG +aME +aTo +aSf +aTo +bmS +bzr +aME +bHW +aSf +aTo +bmS +aSj +aSf +bLZ +aSd +aaa +bPR +oZV +bRA +bRA +sJS +jnJ +pOu +otE +tzT +cgA +jnJ +ckj +uTI +bRA +lTl +jnJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(50,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abK +abZ +ack +abV +abI +abQ +abQ +abQ +abQ +abQ +abQ +adc +aeQ +afz +abQ +afQ +agh +ajB +abQ +anv +acT +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alw +aab +arX +arL +atF +aaa +arX +arL +atF +aaa +arX +arL +atF +aaa +alw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aII +aMy +aKN +aGn +aQy +aRf +aRW +aSn +aTt +aVd +aXq +aZN +bcW +bgl +bhK +biz +blg +biz +bqf +brj +bsq +buf +buS +boR +boR +bBs +bDu +bEm +bFM +bIb +bJs +bKd +bKU +bLC +aSf +bMc +aSd +aaa +cOX +qPO +tEM +dOy +bYv +jtw +hHo +hHo +pQi +hHo +jtw +qPO +vFf +fEn +cik +mlC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(51,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abU +abQ +abQ +abQ +acI +aaa +aaa +aaa +aaa +abI +acN +acQ +dox +abI +afE +abV +abV +agJ +abI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +arX +arM +atF +aaa +arX +arM +atF +aaa +arX +arM +atF +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aGn +aGn +aNB +aKN +aGn +aGn +aGn +aGn +aGn +aVc +aVc +aVc +aVc +aVc +bgk +bhE +aSd +aSd +aSd +aSd +bre +bgG +bqr +bqr +bqr +bqr +bBr +bqr +bqr +bRH +bCf +bCf +bCf +bCf +bCf +bCf +bCf +bCf +aaa +aaa +cOX +bRG +bRG +mlC +aaa +aaa +aaa +aaa +aaa +aaa +cOX +bRG +bRG +mlC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(52,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acT +aaa +aaa +aaa +acT +aaa +aaa +aaa +aaa +adB +abV +dov +acl +abI +afF +abV +abV +agK +abQ +abQ +abQ +aoE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +arX +arM +atF +aab +arX +arM +atF +aab +arX +arM +atF +aaa +aab +aaa +aaa +aaa +aaa +aaa +aGn +aGn +aGn +aGn +aGn +aLg +aMh +aNI +aHS +aHS +aHS +aHS +aHS +aVc +aWd +aXB +aZY +aVc +bgw +bhN +aSW +bgt +bkc +bmo +brk +bwx +bqr +brU +brU +bvm +bBG +btF +bqr +bFZ +bCg +bDE +bEY +bHd +bJj +bKP +bMe +bOd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(53,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +adA +abV +dov +abV +abI +afG +abV +abV +abV +afg +abV +ahy +ahN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +arX +arM +atF +aaa +arX +arM +atF +aaa +arX +arM +atF +aab +aab +aaa +aaa +aaa +aaa +aaa +aGn +aHR +aHS +aJX +aGn +aKN +aGn +aGn +aGn +aGn +aGn +aPc +aHS +aVc +aWc +aXA +aZW +bcX +bgu +bhL +aSW +bgj +bjO +bmo +brk +aSf +bqr +buX +btF +brU +bBt +btF +bqr +bFY +bCf +bDJ +bEX +bCf +bIB +bCf +bIB +bIB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(54,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +adC +acN +adf +dox +abI +afH +abV +abV +abV +abV +abV +ahy +ahO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alw +alw +alv +aab +aaa +arX +arM +atF +aaa +arX +arM +atF +aaa +arX +arM +atF +aaa +aab +aaa +aAd +aDw +aDw +aDw +aSt +aHM +aIJ +aKW +aGn +aKN +aGn +aOT +aHS +aRh +aSo +aPc +aHS +aVc +aWf +aXD +aZf +aUt +aNu +bhN +aSX +bhm +bhm +aSX +brk +bpF +bqr +btF +btG +bvn +bBH +btF +bqr +bFY +bCf +bDL +bEX +bHe +bII +bKD +bNS +bIB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(55,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abU +abQ +abQ +abQ +abI +abQ +ahB +ahB +ahB +ahB +ahB +ahy +ahP +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alw +aaa +aab +aaa +aaa +aaa +arN +aaa +aaa +aaa +arN +aaa +aaa +aaa +arN +aaa +aaa +aAd +aAd +aAd +aDu +aEC +aFQ +aSt +aHU +aHS +aJZ +aGn +aKN +aGn +aPW +aQb +aRg +aHS +aGn +aHS +aVc +doi +aXC +aZa +aIz +aNu +bhN +aSW +bhm +bhm +bmo +brl +bss +bqr +brU +brU +bvn +bBH +brU +bqr +bFY +bCf +bDK +bEX +bIH +bID +bKs +bPw +bIB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(56,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afI +abQ +abQ +abQ +abQ +abQ +abQ +abQ +apD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +amU +anG +anG +arb +asb +asb +asb +asb +asb +asb +asb +asb +asb +asb +awk +aAl +aBF +aCD +aDy +aEE +aFS +aHh +aIx +aIx +aJU +aON +aLl +aGn +aOV +aPX +aRi +aHS +aGn +aHS +aVc +aWh +aXF +aZh +aUt +bgB +bhO +aSY +bhv +bhv +aSY +brk +boT +bqr +btF +btB +bzP +bBJ +byh +bqr +bFY +bCf +bDM +bFc +bHf +bLJ +bNF +bPH +bCf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(57,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alw +aaa +aab +aaa +aaa +aaa +arU +aaa +aaa +aaa +arU +aaa +aaa +aaa +arU +aaa +aaa +aAd +aBE +aCC +aDx +aED +aFR +aHg +aIw +aHS +aHS +aGn +aLj +aGn +aOU +aHS +aHS +aSp +aGn +aHS +aVa +doj +aXE +aZb +aVc +bcG +bhN +aMs +aMs +aMs +aMs +brn +aSf +bqr +bvb +btA +bzL +bBI +byg +bzt +bGa +bCh +bCh +bCh +bGQ +bLH +bNB +bPC +bCf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alw +alw +alv +alw +alw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(58,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alw +aab +alv +aab +aaa +arX +asL +atF +aaa +arX +asL +atF +aaa +arX +asL +atF +aaa +aab +aaa +aAd +aDw +aDw +aFT +aHi +aHS +aHS +aKa +aGn +aLj +aGn +aOW +aHS +aRj +aSq +aTu +aTu +aTu +aTu +aTu +aTu +aTu +bcM +bhN +bgv +biv +bkd +blJ +brk +aSf +bqr +bvc +btH +brU +bwM +byj +bqr +bGb +bIe +bJu +bnK +bCh +bSA +bCf +bCf +bCf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bhn +aaa +aaa +aaa +alw +aaa +aab +aaa +alw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(59,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +arX +asL +atF +aaa +arX +asL +atF +aaa +arX +asL +atF +aab +aab +aaa +aaa +aaa +aaa +aaa +aGn +aLk +aGn +aGn +aPc +aPh +aGn +aGn +aGn +aPc +aGn +aTu +aUu +aUu +aUu +aXI +aZj +aTu +bgC +bhQ +biA +blh +biA +biA +brp +bsx +bqr +btF +btE +bvo +brU +byi +bqr +bBa +bCj +bJt +bKf +bKV +bLO +blQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +cPC +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(60,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aaa +arX +asL +atF +aab +arX +asL +atF +aab +arX +asL +atF +aaa +aab +aaa +aaa +aGn +aGn +aGn +aGn +aHS +aGn +aKb +aLi +aLo +aMF +aMF +aMF +aMF +aRA +aTu +aUv +aVe +aVe +aVe +aUr +aTu +bgD +aSf +aSf +bls +aSf +aSf +bnu +boW +bqr +bqr +bqr +bqr +bqr +bqr +bqr +blQ +blQ +bIP +bES +bGS +bKy +bKv +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +csj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alw +alw +alw +alw +ayi +aab +ayi +aaa +cPG +aaa +alw +aaa +alv +alv +amh +alv +alw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(61,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +arX +asL +atF +aaa +arX +asL +atF +aaa +arX +asL +atF +aab +aab +aaa +aGn +aGn +aEF +aFU +aHj +aIy +aGn +aHS +aLm +aGn +aGn +aGn +aGn +aGn +aRu +bff +aSF +aTz +aVh +aXG +aZc +aTu +aTu +aTu +bgn +blr +bgG +aMs +aMs +aMs +aMs +bsc +btL +bvq +bvy +bwZ +bnK +bnw +blQ +bIP +bET +bGT +bKy +bKv +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +aaa +aaa +aaa +cxX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alw +aaa +aaa +aaa +aab +aaa +aaa +aab +cPG +aab +aab +aaa +aab +aab +aab +aaa +alw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(62,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alw +aaa +arX +asM +atF +aaa +arX +asM +atF +aaa +arX +asM +atF +aaa +alw +aaa +aGn +aDA +aEH +aEJ +aHl +aIK +aGn +aKd +aLm +aGn +aBy +afO +aBy +aGn +aRB +aTu +aUx +aTA +aWj +aXH +aVe +bdu +bgM +beP +bfc +blF +bfc +blK +bnv +bnw +bnw +dig +dnG +bvr +bwK +bye +bnK +bBb +blQ +bJw +bET +bGV +bMf +bKw +bMp +bOe +bOe +bOe +bOe +bOe +bOe +bOe +bOe +cbD +cdv +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aab +aaa +aab +aaa +cxY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alw +aaa +cNF +cNF +cNF +cNF +cNF +aab +cPH +aab +cNF +cNF +cNF +cNF +cNF +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(63,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alw +aaa +aab +aaa +aab +aaa +aab +aaa +aab +aaa +aab +aaa +aab +aaa +alw +aaa +aII +aDz +aEG +aFV +aHk +aIH +aGn +aLt +aMN +aGn +afO +aOX +aab +aGn +aRB +aTu +aUs +aZn +aVe +aXH +aVe +aVe +aVe +beQ +bgz +bly +bgz +blK +bnw +bnw +bnK +dhy +boZ +boZ +boZ +boZ +bnq +bnq +bIr +bJv +bKh +bKW +bMd +bKF +bMo +bOc +bOc +bOc +bOc +bVm +bOc +bOc +bOc +cbB +cdt +ceV +aaa +aaa +aaa +aaa +aab +aab +afO +aMr +aaa +afO +aaa +cxY +czE +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +alv +aab +cpz +cMB +cMB +cMB +cMB +cPx +cyO +cQq +cRe +cRe +cRe +cRe +cSk +aaa +alw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(64,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alw +alw +alw +alw +alw +aab +alw +alw +alw +alw +alw +alw +alw +alw +alw +aaa +aII +aDC +aEK +aFX +aHk +aHl +aGn +aLv +aMP +aGn +aBT +aBy +aBZ +aGn +aRB +aTu +aUz +aTB +aVM +aXJ +bae +bdH +aVe +beP +bgz +bse +bvd +bNP +dfg +dfh +dgU +diA +blQ +bvs +bvs +bvs +bvs +bvs +bvs +bvs +bvs +bGW +bDQ +bKw +bMo +bOc +bOc +bOc +bOc +bOc +bOc +bOc +bOc +bOc +cdu +ceU +aaa +aaa +aaa +aaa +aab +aaa +aaa +aMr +aab +aab +aaa +cxY +czF +cBi +cBi +cBi +cEU +aaa +aaa +aaa +aaa +alv +aab +cNM +cNM +cNM +cNM +cNM +aab +cyO +aab +cNM +cNM +cNM +cNM +cNM +aaa +alw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(65,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awt +axk +axk +axk +axk +axk +axk +axk +axk +aFi +aGg +aII +aDB +aEJ +aFW +aHm +aIL +aGn +aLu +aLr +aGn +aGn +aOY +aGn +aGn +aRB +aTu +aUu +aUu +aUu +aXH +bab +bdx +bcQ +aTu +bgq +blH +bjY +blM +blM +blM +blM +blM +blM +bvs +bwP +bym +bzu +bvs +bwP +bvs +bwP +bGW +bDQ +bKw +bMo +bOf +bOc +bOc +bOc +bOc +bOc +bOc +bOc +cbC +cdu +ceU +aaa +aaa +aaa +aaa +afO +aaa +afO +afO +afO +aab +aaa +cxY +czF +cBg +cCw +cDP +cEU +aaa +aaa +aaa +aaa +alw +aaa +aaa +aaa +aaa +aab +aab +aab +cyO +aaa +aaa +aab +aaa +aaa +aaa +aaa +amh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(66,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awv +axl +ayk +azf +aEf +aBk +aBk +aCY +diy +aFk +aFi +aGn +aGn +aGn +aGn +aHn +aLn +aGn +aLx +aLq +aMx +aNE +aPa +aJY +aGn +aRB +aTu +aTu +aTu +aTu +aXL +aTu +aTu +aTu +aTu +bgr +biJ +bkg +blM +bny +bpa +bqu +bsf +btO +bvs +bwQ +bvs +bzv +bvs +bCm +bvs +bEW +bGW +bDQ +bKw +bMo +bOc +bOc +bOc +bOc +bOc +bOc +bOc +bOc +bOc +cdu +ceU +aaa +aaa +aaa +aaa +cgQ +cgQ +cgQ +cgQ +afO +afO +aab +cxY +czF +cAX +cCx +cAX +cEU +aaa +aaa +aaa +aaa +alv +aab +cNF +cNF +cNF +cNF +cNF +aab +cyO +aab +cNF +cNF +cNF +cNF +cNF +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(67,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awu +axl +ayl +azj +ayk +ayk +ayk +ayk +ayk +ayk +aBG +aGn +aOT +aHS +aHS +aHS +aHl +aHl +aLx +aLp +aGn +aNF +aOZ +aOZ +aPc +aRC +aSa +aSH +aVg +aWk +aXK +aZe +bbj +bdb +beR +bgz +biJ +bkg +blM +bnr +bnD +bnD +bvk +bnD +bvs +bBN +byn +bEr +bGk +bCx +byn +byn +bGW +bDQ +bKF +bMo +bOc +bOc +bOc +bOc +bVn +bOc +bOc +bOc +cbE +cdt +ceW +aaa +aaa +aaa +aaa +cng +coK +cqz +cgQ +cng +cng +cgQ +cxY +czF +cBj +cCq +cDU +cEU +aaa +aaa +aaa +aaa +alv +aab +cpz +cMB +cMB +cMB +cMB +cPx +cyO +cQq +cRe +cRe +cRe +cRe +cSk +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(68,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awx +axl +ayk +azi +sUK +sUK +sUK +ayk +diy +aex +aFi +aGn +aDD +aEL +aEL +aEL +aHS +aHl +aLx +aGn +aGn +aNH +aGn +aGn +aGn +aPc +aGn +aSK +bjh +aWl +aYi +bag +bdK +aZg +bhS +biB +blH +bpc +blM +bnA +bsB +bvv +bvp +bvT +bzQ +bBP +bDv +bEz +byo +bIs +bJx +bKq +bGW +bDQ +bKw +bMr +bOe +bOe +bRJ +bTt +bOe +bWP +bWQ +bOe +cbF +cdw +aaa +aaa +aaa +aaa +aaa +cng +coL +coL +cqF +coL +cvk +cwx +cyo +czP +cAX +cCy +cAX +cEU +aaa +aaa +aaa +aaa +aab +aaa +cNM +cNM +cNM +cNM +cNM +aab +cyO +aab +cNM +cNM +cNM +cNM +cNM +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(69,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aww +axk +axk +axk +axk +axk +axk +ays +axk +aFi +aGh +aGn +aGn +aGn +aGn +aGn +aGn +aGn +aLx +aHS +aHS +aHS +aPc +aQe +aHS +aSs +aGn +aUy +aVi +aWi +aXM +aXQ +bbl +bdd +beR +bgz +biJ +bki +blM +bnB +bnD +bqv +bqv +bvS +bvs +bvs +bvs +bvs +bvs +bvs +bym +bym +bGW +bDQ +blQ +aaa +aaa +bPT +bRI +bTr +bPT +bTr +bUg +bPT +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cgQ +cgQ +cgQ +cgQ +coL +cvl +cwx +cyn +czH +cBm +czJ +cDV +cwx +aaa +aaa +aaa +aaa +amh +aaa +aaa +aaa +aab +aaa +aaa +aaa +cyO +aaa +aaa +aaa +aaa +aab +aaa +aaa +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(70,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +doE +doE +doE +aFY +aEb +aIf +aJG +aLx +aHS +aMy +aNB +aGn +aQc +aRi +aHS +aGn +aUy +aVi +aWn +aXM +aXQ +aXQ +bde +aVi +bgz +biJ +bkb +blM +bnC +bnD +bqw +bqx +bvZ +bzU +bBQ +bwT +bzz +blM +bCo +blQ +bKt +bKX +bDQ +blQ +aaa +aaa +bKB +bRK +bTq +bKB +bTq +bYw +bKB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cng +coK +cqz +cgQ +coL +cvm +cwx +cyb +czQ +cBa +cCt +cDL +cFd +aaa +aaa +aaa +cJU +aab +aab +cNF +cNF +cNF +cNF +cNF +aab +cyO +aab +cNF +cNF +cNF +cNF +cNF +aaa +alw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(71,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aBx +aFY +aDT +aFv +aIm +blG +aHS +aGn +aGn +aGn +aGn +aLk +aGn +aGn +aUy +aVi +aWm +aXM +aXQ +aXQ +bcT +aVi +bgz +biJ +bkg +bkx +bnD +bnD +bqx +bsg +bvW +bnD +bwT +byp +bzy +blM +bCp +blQ +bKr +bGX +bDQ +bxb +bKB +bKB +bKB +bRI +bTr +bKB +bTr +bUg +bKB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cng +coL +coL +cqF +coL +coL +cwx +cyc +czJ +cBb +cCz +cDX +cEW +cFV +cFV +cFV +cJS +ayi +aab +cpz +cMB +cMB +cMB +cMB +cPx +cyO +cQq +cRe +cRe +cRe +cRe +cSk +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(72,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aGn +aGn +aGn +aGn +aGn +bqt +aHS +aMv +aNA +aGn +aNA +aHS +aNx +aGn +aUy +aVi +aWo +aXM +aXQ +bbm +bdg +aVi +bgz +blO +bpg +bqh +brv +brv +bug +bvt +bwb +bnD +bBU +bwT +bzA +blM +bCo +blQ +bnw +bHv +bDQ +bxb +bPY +bNQ +bNR +bRS +bNT +bOg +bNR +bYy +bxb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cgQ +cgQ +cgQ +cgQ +ctM +coL +cwx +cyd +czK +cBc +cCB +cDZ +cEW +cFW +cFW +cII +cEW +aaa +aab +cNM +cNM +cNM +cNM +cNM +aab +cyO +aab +cNM +cNM +cNM +cNM +cNM +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(73,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +abN +abN +asg +asg +asg +abN +abN +aab +aaa +aaa +aaa +aaa +aaa +aaa +aGn +aIQ +bjZ +blL +aIx +aOj +aHS +aGn +aKa +aHS +aNx +aGn +aUy +aVi +aWq +aXM +aXQ +aXQ +bdh +aVi +bgz +biJ +bkg +blM +bnF +bpd +bqv +bqv +bwa +bng +blM +blM +blM +blM +blM +blQ +bKu +bHb +bMg +bxb +bPX +bSe +bPO +bRR +bKz +bWV +bTu +bYx +bxb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cgQ +ctN +cvn +cwx +cye +czK +cBd +czJ +cBb +cEW +cFX +cFX +cFX +cEW +ayi +aab +aaa +aaa +aaa +aab +aab +aaa +cyO +aaa +aab +aaa +aab +aab +aab +aaa +alw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(74,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abN +aqt +asi +atA +avg +awS +abN +azo +aab +aab +aab +aab +aaa +aaa +aGn +aGn +aGn +aGn +aHS +aLx +aGn +aPc +aGn +aHS +aGn +aGn +aUy +aVi +aWr +aYj +aXQ +aXQ +aNv +beR +bgz +biJ +bkf +blM +bnG +bnD +bnD +bnD +bwa +bAb +brN +brN +brN +brN +blM +bDP +bKE +bKY +bMh +bNH +bQc +bSg +bKz +bRR +bKz +bXd +bKz +dcY +bKB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cgQ +coL +coL +cwy +cyf +czR +cBn +cCD +cDO +cEW +cGe +cFX +cIG +cEW +ayi +aab +aaa +ayi +aab +aaa +aaa +aaa +cyO +aaa +aaa +aaa +aaa +aab +alv +alv +dbT +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(75,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +abN +abN +aqs +anf +atz +avf +awO +abN +abN +abN +abN +abN +aab +aaa +aaa +aaa +aaa +aaa +aMA +aPi +aOm +aPt +aLs +aLs +aRk +aSr +aSr +aUB +aVi +aWp +aXN +aXN +aXN +bgQ +bhT +biC +blH +bkg +blM +bnH +bnD +bnD +bnD +bwd +bzV +bst +bst +bst +bua +blM +bCk +bKy +bxb +bxb +bxb +bMq +bOh +bHh +bRR +bHh +bXd +bKz +dcY +bKB +aaa +aaa +ceX +cgF +ceY +cgF +ceY +cgF +coO +aab +cng +coL +coL +cwx +cwy +cwx +cwx +cCC +cwx +cEW +cFX +cFX +cFX +cEW +cLi +cLi +cLi +cLi +cLi +cLi +aaa +aaa +cPI +aaa +aaa +aaa +aaa +aab +aab +aab +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(76,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +abN +anc +anf +anf +atH +avi +ado +ayu +abN +aAo +aAo +abN +abN +abN +aaa +aaa +aaa +aaa +aMA +aMQ +aPi +aPi +aHS +aMA +bcv +aMA +aKb +aNx +aVi +aWt +aXQ +aZr +bbp +bdk +beU +bgF +bme +bkh +blM +bnI +bnD +buh +bvu +bwq +bAe +bCn +bCn +bCn +bGn +blM +bCk +bKy +bxb +bIV +bKz +bKz +bOh +bHh +bRR +bHh +bXd +bKz +dcY +bKB +aaa +aaa +ceZ +cgB +cim +cki +cin +cnh +ceZ +aab +cng +coS +csu +csu +csu +csu +csu +cCE +cAF +cHE +cGf +cGf +cGf +cMq +cJn +cLi +cNA +cNB +cMr +cLi +aaa +aaa +cPG +aaa +aaa +aaa +aaa +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(77,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abN +abN +abN +amX +anf +asj +atD +avh +anf +ado +azp +aAn +aBH +acR +aDE +abN +aab +aaa +aaa +aMA +aMA +aMQ +aOn +aMA +aMA +aMA +aRl +aSu +aSt +aSt +aVj +aVj +aVj +aVj +aVj +aVj +aVj +bdq +blP +bjP +blM +bnJ +bpe +bqz +bsk +btT +bvx +bwY +bsk +pcR +bBf +bOn +bJy +bKG +bxb +bIU +bKz +bKz +bSj +bHh +bRR +bHh +bXe +bKz +dcY +bKB +aaa +aaa +ceY +cgC +cin +cim +cin +cni +coN +aab +cng +ctU +cgQ +cwz +cyg +coL +cgQ +csk +cqB +cEY +cFW +cFW +cIJ +cEY +cLm +dbh +cNB +cNB +cPu +cOx +aaa +aaa +cPG +aaa +aaa +aab +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(78,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abN +ajc +adN +ado +anf +asl +atQ +avk +awU +ayw +abN +abN +abN +abN +abN +abN +aSu +aSu +aab +aMA +aLB +aMQ +aPi +aMA +aaa +aQg +aRn +aSw +aaa +aab +aaa +aab +aaa +aab +aaa +aaa +beL +bgA +biJ +bkg +blM +blM +blM +blM +blM +blM +blM +blM +blM +blM +blM +blM +bCk +bFd +bxb +bIY +bKz +bKz +bOh +bPO +bRR +bKz +bXd +bTu +dcY +bKB +aaa +aaa +ceZ +cgD +cim +cim +cin +cnj +ceZ +aab +cgQ +ctU +cgQ +cgQ +cgQ +cqF +cgQ +cgQ +cgQ +cEY +cEw +cFX +cIM +cEY +cLm +cLi +cNC +cNB +cND +cLi +aaa +aaa +cPG +aaa +aaa +aaa +aaa +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(79,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abN +aja +akG +anN +aqu +aqu +atO +avj +awT +axs +azq +aAq +aBI +abN +aDF +aEN +aGa +aSu +aaa +aMA +aMA +aMA +aMA +aMA +aaa +aQg +aRn +aSv +aab +aUE +aUE +aUE +aUE +aUE +aUE +aab +beK +bgh +bmf +bkr +bOn +bCs +bCs +bCs +bCs +bwt +bAj +bCs +bCs +bCs +bGR +bxa +bJB +bKH +bxb +bIX +bKz +bKz +bOh +bKz +bPQ +bKz +bXd +bKz +bUC +bxb +cbG +aaa +cfa +cgF +ceY +ckk +ceY +cgF +coQ +aab +cgQ +ctV +cgQ +coL +coL +coL +cBf +coL +cqz +cEY +cEv +cFX +cIK +cEY +cLm +cLi +cLi +cLi +cLi +cLi +aaa +aaa +cPG +aaa +aaa +aaa +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(80,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +abN +ajg +adN +ado +anf +asr +atS +avm +anf +anf +anf +aAr +aAr +aCE +aPi +aPi +aGb +aSu +aaa +aMA +aLD +aMS +aOp +aMA +aMA +aMA +aRn +aSv +aaa +aUE +aVk +aWu +aXO +aZk +aUE +aaa +beK +bgA +biJ +bkg +blQ +bnL +bpf +bnL +bnL +bwu +bAu +bCr +bCr +bCr +bGU +bnK +bCk +bnK +bxb +bIS +bKz +bKz +bOk +ceE +bJf +bJf +bXg +bJf +bYE +bxb +aab +aaa +aaa +bYP +bYP +ckl +bYP +bYP +aaa +aab +cgQ +ctU +cgQ +cwA +coL +coL +cng +cng +cvp +cEW +cEI +cFL +cGC +cEY +cLp +cMr +cND +cLi +aaa +aaa +aaa +aaa +cPG +aaa +aaa +aaa +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(81,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +abN +ajf +akL +anf +aqM +abN +asg +avl +abN +ayx +anf +anf +aBJ +abN +aDG +aEO +aSu +aSu +aaa +aMA +aLC +aMR +aOo +aPu +aGm +aPi +aRn +aSv +aab +aUE +aTK +aWs +aWs +aZi +bbq +bcY +beN +bgA +biJ +bkg +blR +blR +blR +blR +blR +bwu +bAm +bxb +bxb +bxb +bxb +bxb +bFm +bxb +bxb +bIZ +bNI +bKA +bSm +bPP +bPP +bPP +bXf +bYr +bKz +bKB +aaa +aaa +aaa +bYP +cip +cfb +clJ +bYP +aab +aab +cgQ +ctU +cgQ +cwB +cwB +coL +cng +aaa +aaa +cEW +cFX +cFK +cFX +cKa +cLo +cMv +cNN +cOw +aab +aab +aaa +aaa +cQa +aaa +aaa +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(82,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abN +aji +akL +ado +abN +abN +atZ +avo +abN +abN +anf +akL +aBL +abN +aSu +aSu +aSu +aab +aab +aMA +aLG +aMU +aOq +aLM +aGm +aPi +aRo +aXY +aaa +aUE +aVm +aWw +aXP +aZp +bbf +bcZ +beO +biD +bms +bkg +blR +bnx +bpb +bqA +blR +bwy +bAx +bxb +bDI +bzC +bBk +bCv +bEi +bFl +bIw +bJf +bJf +bMw +bOh +bKz +bRL +bQf +bQf +bQf +bQf +bKB +aaa +aaa +aaa +bYP +ciq +cfb +clM +bYP +aaa +aab +cgQ +ctU +cgQ +cwC +coL +coL +cng +aaa +aaa +cEW +cHB +cFN +cHB +cEY +cEY +cEY +cLm +cOx +aaa +aab +aaa +cRz +cTZ +cRz +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(83,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abN +ajh +akM +ang +aqN +ass +arB +avn +awW +ayy +azr +aAs +aBK +abN +aab +aaa +aaa +aaa +aaa +aQg +aLF +aMT +aOo +aPu +aGm +aPi +aRn +aSv +aab +aUE +aVl +aWv +aWv +aZo +bbq +bcY +beN +bgA +blO +bph +bPr +brz +bsD +bui +blR +bww +bAw +bxc +bDx +bEB +bGY +bIz +byw +bFp +bFm +bMi +bKz +bQg +bOh +bKz +bxb +bRo +bRW +bTs +bVp +bKB +aaa +aaa +cam +cam +cam +ckm +clK +cam +cam +aab +cgQ +ctU +cqF +coL +coL +coL +cng +aaa +aaa +cEW +cEJ +cFM +cGD +cJV +bTm +cEY +cLm +cLi +aaa +aaa +aab +cRz +cTY +cRz +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(84,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +asS +atI +auv +atI +atI +auv +atI +atI +aAe +aaa +aab +abN +ajl +akQ +anh +abN +asw +aub +avC +awY +abN +azs +akQ +aBM +abN +aab +aaa +aaa +aaa +aaa +aQg +aLI +aMW +aMW +aMA +aMA +aMA +aRn +aSv +aaa +aUE +aVn +aWx +aXR +aZq +aUE +aaa +beK +bgA +biJ +bkk +blR +bnz +bpi +bqC +blR +bub +bvF +bxb +byv +bEH +byw +bBj +byw +bFq +bFm +bxb +bKB +bVl +bWO +bKB +bxb +bxb +bxb +bxb +bxb +bxb +aaa +aaa +cam +cgH +cit +ckn +wVD +cnm +cam +cgQ +cgQ +ctU +cgQ +cwC +coL +coL +cng +aaa +aaa +cEW +cEL +cFP +cGF +cJV +cLr +cEY +cLm +cLi +aaa +aab +cRz +cRz +cUb +cRz +cRz +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(85,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +asU +atK +auw +avv +awz +axo +aym +azk +aAk +aaa +aaa +abN +abN +akO +abN +abN +asu +arH +avr +awX +abN +abN +aAt +abN +abN +aab +aaa +aaa +aaa +aaa +aMA +aLH +aMV +aPi +aMA +aaa +aQg +aRp +aSv +aab +aUE +aUE +aUE +aUE +aUE +aUE +aab +beK +bgA +biJ +bkg +blT +blT +blT +blT +blT +blT +bvG +bxb +byw +bEC +bBj +bCz +bJD +byw +bFm +bIW +crC +bMy +bOm +bPZ +bRM +bTA +bVr +bWW +bYG +cam +cam +cam +cam +cgG +cfb +cfb +cnG +cnl +cam +coL +coL +ctU +cgQ +cwD +cwD +coL +cng +aaa +aaa +cEW +cEK +cFO +cGE +cJV +cGh +cEY +cLm +cOx +aaa +aaa +cRA +cSR +cUa +cVl +cRA +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(86,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +asT +atL +aux +avy +awz +awz +awz +azk +aAk +aaa +aaa +aab +abN +akT +ano +aqP +asz +aue +avE +axa +ayB +azu +aAv +abN +aab +aab +aMA +aMA +aQg +aMA +aMA +aMA +aMA +aOr +aMA +aaa +aQg +aRq +aSy +aaa +aab +aaa +aab +aaa +aab +aaa +aaa +beS +bgA +bmv +bkl +blN +bnE +bsM +bqD +bsi +blT +bvH +bxb +bzB +bBj +bCu +bDR +byw +bKQ +bOI +bJi +bzF +bQm +bOp +bPS +bBn +bVK +bBn +bBn +bYI +cam +cbI +cdy +cff +cir +cfb +cfb +cnS +cno +cam +cqA +csk +ctU +cgQ +cwE +cqB +coL +cng +cng +cvp +cEW +cEN +cFR +cJX +cJW +cLt +cEY +cLm +cOx +aaa +aab +cRA +cTa +cUe +cVd +cRA +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(87,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +asW +atJ +auu +avx +awy +axm +awz +azk +aAk +aaa +aaa +aab +abN +akS +anm +aqO +asx +aud +avD +awZ +ayz +azt +aAu +abN +aab +aab +aMA +aGe +aHr +aIR +aGb +aGi +aPi +aMQ +aMA +aMA +aMA +aRl +aSu +aSu +aSu +aSu +aSu +aSu +aSu +aSu +aSu +aSu +bgE +bmf +bkr +blV +brC +bsI +bqE +bsn +blT +bvI +bxb +bxb +bxb +bxb +bxb +bxb +bFm +bMl +bUE +bNM +bQj +bSp +bUm +bzF +bVJ +bzF +bzF +bYH +cam +cbH +cdx +chX +cfb +cfb +cfb +cnS +cno +cam +cqB +csl +ctU +cgQ +cwB +cwB +coL +cBo +coL +cDQ +cEY +cEM +cFQ +cGG +cHC +cLs +cEY +cLm +cLi +aab +aab +cRA +cST +cUd +cVm +cRA +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(88,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +asV +atI +auz +atI +atI +atI +ayh +atI +aAj +aaa +aab +aab +abN +abN +abN +abN +abN +aug +avH +axb +axb +axb +axb +axb +axb +aab +aMA +aGj +aHs +aIT +aJO +aGi +aPi +aPi +aPv +aPi +aTf +aRs +aSz +aSz +aSz +aSz +aSz +aSz +aSz +aSz +aSz +bys +biE +bmx +bpj +blT +brE +bsQ +bqF +bso +blT +bvH +bxe +byy +byy +byy +byy +bDU +bNs +bHc +byC +bVk +bMx +bSM +bUn +bQd +bVs +bXh +bQd +bYN +cas +cbK +cdA +cis +ckq +cls +cls +cnU +cno +cam +cgQ +cgQ +ctU +cvo +cvo +cvo +cvo +cvo +cFe +cvo +cEY +cEP +cFR +cGI +cKd +cLu +cEY +cLm +cLi +aaa +aaa +cRA +cRA +cUg +cRA +cRA +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(89,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +atM +auy +atM +adZ +atM +auy +atM +akZ +akZ +akZ +akZ +abN +ams +anp +aqQ +abN +auf +avG +axb +ayC +azv +aAw +aBN +axb +axb +aMA +aGi +aGi +aIS +aGi +aMA +aMA +aOs +aMA +aPj +aPj +aRr +aMA +aMA +aMA +aMA +aMA +aMA +aMA +aMA +aMA +aMA +bgJ +biG +bkm +blT +blT +blT +blT +blT +blT +bvJ +bxd +byk +byz +bzG +bzJ +bzJ +byB +bAF +bDX +bOp +bDX +bSK +bPV +bRN +bTv +bUX +bBn +bYJ +cam +cbJ +cdz +cfc +cjU +clr +cko +cnT +cam +cam +cqE +csm +ctU +cvo +cwF +cwF +cvo +cwI +cwF +cwF +cEY +cEO +cJY +cGH +cEY +cEY +cEY +cLm +cOx +aaa +aaa +cQy +cTb +cUf +cVn +cWk +cLi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(90,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +atN +auB +atN +adZ +atN +ayo +atN +akZ +ani +aoc +aoV +abN +ane +anr +aqS +asB +auj +avJ +axc +ayD +axE +aAy +aBP +aCG +axb +aEQ +aGl +aGm +aPi +aKc +aLJ +aMY +aMQ +aPi +aGi +aQh +aRr +aMA +baa +bbH +aMA +bgs +bhz +bkT +cGR +cYH +dim +bgz +biG +bgz +blW +bnS +bpl +bqG +bsm +buc +bvJ +bxd +bDN +bBn +bBn +bIG +bJE +bKI +bKZ +bKZ +bNW +bzJ +bzJ +bQe +bDX +bDX +cbz +bzJ +bYK +bYM +bYM +bYL +bYL +cgN +bYM +bYM +cog +cam +coP +cqG +cgQ +ctU +cvo +cwF +cyi +cwI +cwI +cCA +cwF +cvo +cER +cGc +cnA +cJZ +cLy +cLi +cLm +cOx +cOx +cQy +cRB +cTc +cNB +cNB +cWl +cLi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(91,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +atN +auC +atN +adZ +atN +auC +atN +akZ +afS +agk +alE +abN +abN +anq +aqR +aqR +auh +avI +axc +ayD +azw +aAy +aBO +aCF +axb +aEP +aGk +aHt +aIU +aJW +aKc +aMX +aMQ +aLM +aGi +aQi +aRr +aOs +aZZ +bbG +aMA +bfM +aYn +bkS +cGQ +bgY +dil +biF +dmv +bgz +blX +bnT +bsR +buj +bvw +bud +bvJ +bxd +byl +bzF +bzF +bzF +bzF +bFt +bBn +bMk +bNV +bzJ +bOt +bHi +bUU +bUU +bUX +bBn +bYL +cao +cdQ +cfd +ciu +ckx +clv +bYM +cnX +cgQ +cgQ +cgQ +cgQ +ctU +cvo +cvo +cwI +czM +cwI +cwI +cwF +cvo +cEQ +cGb +cGM +cOs +cIP +cIP +cKJ +cIP +cIP +cOq +cIP +cKJ +cIP +cRF +cWm +cLi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(92,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +atN +auB +atN +adZ +atN +ayo +aBA +akZ +ank +agm +akm +abN +anu +ant +aqS +asB +aul +avL +axc +ayD +azz +aAy +aBS +aCI +axb +aFc +aGo +aHu +aGm +aKf +aLL +aMY +aMQ +aLM +aGi +aQj +aRr +aMA +bad +bbJ +aMA +bgx +bhF +bkW +cGS +cYK +dim +bgz +dmx +bpk +bql +brF +bsZ +bul +bqJ +bwA +bvJ +bxf +byB +bzI +bBn +bIK +bzE +bzE +bzE +bzE +bNX +bVH +bBn +bBn +bBn +bBn +bXk +bYD +bYL +cap +cbL +cdD +cbM +ckH +ciw +bYM +cnX +cnn +coS +cqH +csu +coR +cvo +cwG +cwI +cwI +cwI +cwI +cDS +cvo +cEQ +cGi +cMV +cKb +cKf +cKf +cKf +cKf +cKb +cKb +cRC +cRC +cUc +cRG +cNB +cLi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(93,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awB +atP +auy +adJ +aea +azV +aeF +aeY +akZ +aix +agl +ahX +abN +anj +ans +aqT +abN +auk +avK +axd +ayF +azy +ayv +aBQ +aCH +axb +aET +aGm +aGm +aIV +aKc +aLK +aGi +aOs +aMA +aMA +aMA +aVD +aMA +bac +aSu +aSu +aSA +aSA +aSA +aSA +aSA +aSA +bfc +bmz +bko +blK +bnS +bsW +buk +bvz +bwz +bvJ +bxd +byB +bzH +bBo +bIJ +bBn +box +bBn +bKC +bFx +bMA +bFA +bUo +bUV +bVL +bXj +bBn +bYL +caq +cdR +cfe +civ +ckG +cix +bYM +cnX +cnp +coR +cgQ +cgQ +cgQ +cvo +cvo +cyj +cvo +cBh +cwI +cDT +cvo +cEV +cGg +cGO +cKb +cJx +cLI +cNG +cNG +cOz +cLq +cRK +cRC +cRC +cRG +cWn +cOx +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(94,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awB +acX +auV +aff +aec +agy +acY +afa +akZ +anl +aoh +anl +abN +abN +abN +abN +abN +asE +avO +axb +axb +axb +axb +axb +axb +axb +aSu +aGp +aHv +aGb +aKi +aPi +aMZ +aMQ +aMQ +aPi +aTh +aVD +aMA +aSA +aSA +aUF +bfe +bhH +blf +cGV +cYN +aSA +djO +bmC +bks +blZ +bnS +bpn +bqK +bsr +bwz +bvK +bxg +byB +bzK +bBp +bCE +bEf +bFy +bHn +bzJ +ccY +bzJ +bSQ +bUp +bUX +bBn +bVt +bWU +bYM +cat +cbR +cdE +cfg +cgP +ciz +bYM +coh +coE +cqs +cgQ +cso +csk +cvo +cwH +cwI +cwI +cwI +cwI +cwI +cvo +cEZ +cGk +cGP +cHF +cIQ +cJf +cKK +cNH +cJx +cLv +cRE +cSS +cKb +cRG +cNB +cOx +aaa +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(95,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +atM +acW +adr +adK +aeb +aem +aeG +aeZ +afo +afT +agn +aks +akX +anw +anP +aoo +arr +asC +atX +auU +axw +axw +ayG +azG +aAR +aDH +abN +aAm +aAm +aAm +aKh +aLM +aMZ +aOt +aPw +aPw +aPw +aVE +aQj +aSA +aTv +aUC +bgK +bhG +bam +cGT +aUF +din +djL +bmB +bkq +blZ +bnS +bnT +bnT +bnT +bnT +bvE +bxh +byC +bzJ +bzJ +bzJ +bDX +bvQ +bDX +bzJ +ccZ +bzJ +bDX +bDX +bUW +bPW +bDX +bDX +bYM +bYM +bYM +bYM +bYM +bYM +bYM +bYM +cgQ +cnq +cqr +cqF +csp +cqz +cvo +cwI +cyk +czM +cwI +cCG +cEb +cvo +cEX +cGj +cJZ +cKb +cLx +cMt +cMy +cJx +cJx +cLv +cRE +cTd +cKb +cRG +cNB +cLi +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +afO +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(96,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acG +acZ +ads +adO +aee +aeo +aeI +afc +afp +afV +agp +akU +akY +anC +anT +aoA +ars +aoA +aoA +ave +aoA +aoA +ayQ +azH +aAT +aDJ +abN +aGr +aHx +aAm +aEl +aEl +aEl +aOv +aEl +aGb +aTh +aVD +aPi +aSA +aTy +aUH +aVr +bhJ +blS +cGZ +aUF +din +bgP +bmV +bku +dnN +bnO +bnO +bun +bnO +bnO +bnO +bxi +bEj +bzM +bBq +bCF +bEj +bEj +bEj +bMn +bKS +bMJ +bOw +bOw +bUZ +bOw +bOw +bOw +bYO +bOw +bOw +cfj +bOw +bTk +cgQ +ckp +cgQ +cgQ +cnX +cgQ +coL +ctW +cvo +cvo +cvo +cvo +cvo +cFT +cvo +cvo +cEQ +cGj +cGU +ctT +cLz +cMt +cMC +cJx +cJx +cOr +cOV +cKb +cKb +cRG +cNB +cLi +cLi +cLi +dar +dar +dar +dar +dar +dar +dar +dar +dar +dar +dar +dar +dar +dar +dar +afO +aab +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(97,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aBB +auV +ads +adM +aed +ayZ +aeH +afb +afo +afU +ago +aie +ajp +aIo +aIo +aqV +asD +auo +aIo +aIo +aIo +aIo +aIo +aIo +aCK +aDI +aAm +aGq +aHw +aIW +aKj +aLN +aNa +aOu +aEl +aEl +aEl +aVD +aPi +aSA +aTx +aUD +bgL +bhI +ban +cGX +cYS +div +biH +bmN +bpm +bqq +brJ +brJ +bum +brJ +bwB +brJ +bCt +bDO +bDO +bGZ +bDO +bDO +bDO +bDO +bMm +bNY +bQn +bST +bST +bUY +bST +bST +bYW +bST +bST +bST +cfh +bNx +cgQ +cgQ +cgQ +cgQ +cns +cqt +cgQ +cgQ +cgQ +cgQ +coL +cyp +czN +cyg +cCH +coL +cqF +cEQ +cGj +cJZ +cKb +cLB +cMt +cJx +cNJ +cOB +cKb +cKb +cKb +cUh +cRI +dsU +jSI +cUX +cZw +dar +dbt +dbl +dcN +ddG +des +dfe +dfV +dgz +dhf +rlX +diK +djs +dkc +dar +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(98,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awB +auV +adu +awB +awB +awB +awB +awB +awB +aqI +agq +aid +ajN +aIo +aoa +aKw +asO +aur +avQ +axp +ayH +azB +aAE +aIo +aDb +aDL +aBn +aGs +aHy +aAp +aKl +aLQ +aKl +aOu +aPx +aRP +aEl +aVD +aPi +aSA +aSA +aUF +bfe +bhP +bmk +aUF +cZa +aSA +djW +bmV +bku +brq +bnP +bnP +bnP +bnP +bmV +bAz +bxk +byF +byF +bHa +byF +cXq +cYP +cZj +bMu +bOi +cdI +bSU +bQh +bRZ +bTz +bTz +bYX +bYR +caw +bTz +cfq +ciy +cjD +cly +cly +cly +coF +cqu +cly +cti +cti +cti +cly +cly +cti +cly +cAH +cly +cHR +cFg +cGm +cnA +cKb +cLA +cMt +cJx +cNZ +cLf +cKb +cPb +dsG +dsG +dsO +dsW +cNB +pzr +cZw +dar +dbl +cPk +cQj +cQJ +cQJ +cVz +cQj +cVW +cVY +cQj +cWb +cWb +cQj +dar +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(99,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abY +amW +amW +amW +awB +ada +adt +awB +apF +aew +aeJ +afd +afq +aef +aqX +aie +ajM +alc +anZ +aqY +asN +asN +asN +asN +asN +azA +aAD +aCb +aDa +aDL +aFh +aAp +aAp +aAp +aKk +aLO +aNb +aOu +aAp +aRM +aEl +aVD +aPi +baf +aSA +aSA +aSA +aSA +aSA +aSA +aSA +aSA +djV +bmW +bkw +bmb +bmb +bmb +bmb +bgP +bmV +bAy +bxl +bxl +bzR +bzR +bzR +bxl +bxl +bxl +bMs +bNZ +bME +bME +bHq +bRV +bRV +bRV +bRV +bWS +bME +bTy +cfm +cfi +cgS +cgS +cgS +cgS +cgS +cgS +cgS +cgS +ctR +cvp +cng +cng +cng +cng +cng +cvp +cFa +cFf +cGl +cGW +cKe +cLC +cMt +cJx +cNZ +cLd +cKb +cPj +cSU +cSU +cSU +cSU +cSU +cVb +cSU +dar +dts +cYq +dcP +dcP +dcP +dcP +dcP +cMM +dcP +dcP +dcP +dcP +dcP +dar +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(100,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +ahF +ahF +ahF +ahF +ahF +ahF +ahF +apF +aez +afj +aoi +afs +aeh +agr +aig +ajO +ald +aKs +aKs +asN +atf +avS +avN +asN +azC +aAH +aCc +aDd +aDM +aFl +aGt +aGt +aIZ +aIZ +aIZ +aNd +aOx +aPz +aRR +aEl +aVF +aXZ +aXZ +aXZ +aXZ +aXZ +aXZ +bmu +aPi +aPi +bCq +bgS +bmV +bkv +bmb +aaa +aaa +bmb +bgP +bmV +bAB +bxl +byG +bzN +bDo +bDy +bHp +bwe +bBe +bMv +bOj +bMM +bME +bJO +bQb +bQb +bQb +bTx +bQb +bME +cdT +cfm +cfl +cgS +ciA +clR +col +clR +coY +cqR +csy +ctR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cFa +cFk +cGi +cnA +cKf +cLD +cMw +cME +cMx +cLf +cKb +cPj +cSU +cUk +cVh +cWz +cXw +cVo +cJB +dar +dtt +cYs +cZG +cZG +cZG +cZG +dcr +dcP +dcP +dcP +dcP +dcP +dcP +dar +alw +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(101,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +ahF +ahF +ahF +ahF +ahF +ahF +ahF +aef +aep +aeK +ahu +afr +aeg +aqW +aie +ajM +alc +aob +ara +asP +aut +avR +axr +ayI +ara +aAG +aCb +aDc +aDL +aFj +aAp +aHz +aIX +aHo +aLR +aJi +aOw +aPy +aRQ +aEl +aVD +aPi +aRw +aRw +aRw +aRw +aRw +bml +aSA +aRw +aRw +djZ +bmV +bkv +bmb +aaa +aaa +bqN +bsp +bwN +bAA +bxl +byH +bEN +bHg +bHg +bJG +bxl +bxl +bMv +bOj +bMG +bMG +bQi +bSb +bTC +bMG +bMG +bMG +bMG +cdS +cfs +cfk +cgU +ciB +ckt +cok +ckt +coX +cqI +csx +ctR +aaa +cwP +cyr +cyr +cyr +cCM +aaa +cFa +cFi +cGi +cnA +cKb +cLE +cMz +cJx +cJx +cLn +cKb +cPj +cSU +cUj +cVi +cWy +cXD +cVk +dtp +dar +cXP +cYr +dcP +daK +dtw +cVA +cVC +cVX +cVZ +cWa +dtw +cWd +kCz +dar +alw +alw +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(102,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +ahF +ahF +ahF +ahF +ahF +ahF +ahF +aeh +aer +aeN +afh +afu +afY +agv +ais +ajQ +alc +aoe +aMO +aod +aod +avW +aod +aod +aoe +aAI +aCb +aDg +aDQ +aBn +aGu +aHz +aJa +aKq +aLS +aNl +aOy +aPA +aGu +aEl +aVD +aRw +aRw +bbL +bdy +bgN +bhU +bmw +cJA +daf +bfh +bgP +bmZ +bpp +bmb +aaa +aaa +bmc +bsu +bwS +bwg +bxl +byI +bEZ +bDs +bDs +bJH +bJa +bxl +bMC +bOo +bMG +bOA +bQk +bSd +bTE +bVu +bXb +bYT +bMG +cdV +cfu +ciL +ckI +ccK +cmK +com +coM +cpf +cqJ +csz +ctR +aaa +cwU +cyt +czT +cBr +cwU +aaa +cFa +cFl +cGi +cnA +cKb +cKb +cMD +cNG +cNG +cLf +cKb +cPj +cSU +dsI +cVj +cVj +cVj +cVx +dtq +dar +dar +cYC +cZL +dar +dar +dar +dar +dar +dar +dar +dar +dar +dar +dar +cSU +cSU +cSU +cSU +cSU +cSU +dns +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(103,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +ahF +ahF +ahF +ahF +ahF +ahF +ahF +adE +aeq +aeM +ahI +aft +afW +ags +aii +ajP +aIo +aod +aod +aIo +aAz +avT +axu +aIo +aIo +aIl +aIl +aDe +aIM +aIl +aIl +aHA +aHA +aNS +aHA +aOO +aHA +aHA +aEl +aEl +aVD +aRw +bah +bbK +aTP +aVO +aYu +baq +bdO +aSC +beX +bgP +bmV +bkv +bmb +aaa +aaa +bmc +bdi +bwR +bkR +bxl +byJ +bEV +bBu +bCG +bJH +bFF +bxl +bMB +bOl +bMG +bTc +bUq +bVa +bTD +bVv +bWY +bYS +bMG +cdU +cft +ciC +cgV +ciD +ckt +ckt +coH +ckt +cqK +clR +ctR +aaa +cwQ +cys +czS +cBq +cCN +aaa +cFa +cFi +cGi +cnA +cKf +cLD +cJx +cNG +cOG +cOE +cKb +cPj +cSU +dsH +dsP +dsX +dsX +cVs +cJC +cKH +cXS +cYv +cVj +cRg +aLz +dcl +daG +cSU +cSC +cTt +cTy +cTt +cUn +cSU +cSU +cSU +cSC +cTt +cUD +cUF +cSU +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(104,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +amW +aab +abM +ahF +ahF +ahF +ahF +ahF +ahF +ahF +adF +aeA +aeT +afj +afw +agj +agr +aig +ajS +alr +aog +aog +asQ +avd +avV +axx +ayK +azE +aIl +aCe +aDi +aDi +aFo +aIl +aHC +aJc +aKt +aLU +aNJ +aJc +aPC +aEl +aPi +aVD +aRw +baj +bbP +bdA +bdA +bit +bas +bdX +das +bfg +bgP +bmV +bkv +bmb +aaa +bmc +bmc +bmc +bwV +bmc +bxm +byL +bEV +bBv +bCC +bJH +bFI +bxl +bxl +bxl +bMG +bOC +bQl +bVc +bTK +bVy +bWZ +bYV +bMG +cdJ +cfT +ciO +cgS +ciH +cku +clV +coT +cjc +cqL +cmg +ctR +cvq +cwV +cyv +czV +cBk +cwV +cvq +cvq +cFi +cGi +cnA +cKf +cLG +cMx +cJx +cJx +cOQ +cKb +cPh +cSU +dsK +cOg +cSl +dbr +cVF +cOg +cWP +cVj +cYE +cHh +cRw +cQY +cRo +cSi +cSz +cSD +dib +cTz +dib +cTm +cTt +cUp +cTt +cUo +dib +dbu +cUI +cSU +cYX +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(105,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aab +aaa +afX +ahF +ahF +ahF +ahF +ahF +ahF +ahF +apF +aeL +aeO +afi +afv +aeg +aqX +aie +ajR +alo +axL +axL +axL +axL +axL +aAW +ayJ +azD +aIl +aCd +aDh +aDR +aFm +aIl +aHB +aJb +aKr +aLT +aNG +aOz +aPB +aEl +aGb +aVD +aRw +bai +bbN +aTQ +aVR +aYy +bar +bdR +bdz +beX +bgP +bmV +bkv +bmb +aaa +bmc +bqO +bsv +bwU +bwc +bxm +byK +bEZ +bBw +bBw +bJH +bKJ +bxm +bMD +bOq +bQo +bTd +bUr +bVb +bVM +bXp +bXa +bVv +bMG +cdX +cfx +ciM +cgW +cgW +cgW +cgW +cgW +cgW +cgW +cgW +cgW +cvw +cwN +cyq +czU +cBl +cCO +cEd +cvx +cFi +cGg +cHc +cKf +cLF +cJg +cJx +cJx +cLD +cKb +cPj +cSU +dsK +cOg +cVj +cVj +cVD +cWs +cWN +cWH +cYD +cZN +cRr +cSU +dfz +cSU +cSU +dho +dib +diP +djv +dib +dib +dib +dib +dib +dmj +diP +cUH +cUL +cUR +cSU +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(106,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aiv +aiv +aiv +aiv +aiv +aiv +ale +aiv +aiv +aiv +aiv +aqv +aqv +aqv +aqv +aqv +aiD +ait +ala +alt +aok +arj +arj +auF +aAz +aAW +ayM +aIl +aIl +aCg +aDi +aDU +aFq +azF +aHF +aJd +aKu +aLW +aJJ +aOB +aPE +aEl +aPi +aVH +aRw +aRw +bbQ +bdB +bgN +bhU +baw +bed +dbv +bfh +bgP +bmV +bkv +bmb +aaa +bmc +bqQ +bpt +bxn +bAC +bCw +bDS +bFa +bHj +bHj +bJI +bKK +bLa +bMH +bOr +bQp +bTf +bUs +bVd +bVN +bXq +bYY +cbc +ccX +cdZ +cge +cjb +cgW +ccL +ckv +ckv +coV +cjd +ckM +csw +cgW +cvz +cwO +cwO +czn +cAj +cAJ +cDW +cvx +cFk +cGi +cnA +cKb +cJx +cJi +cJx +cJx +cPv +cKb +cPj +cSU +dsL +cOg +cSp +cTH +cTH +cWt +cXi +cHh +cMZ +cNk +cSv +deF +dfk +cSU +dgJ +afO +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +cUH +cUR +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(107,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aiv +abO +abO +abO +abO +aiv +alg +aiv +abO +abO +aiv +aey +aeU +afk +ape +aqv +arD +ase +ajT +aDv +aoj +arc +arc +auD +axZ +avP +ayL +azF +aAM +aCf +aLE +aCm +aFp +azF +aHD +aDL +aKu +aLV +aJF +aOA +aPD +aVb +aTw +aVE +aYa +aRw +aRw +aRw +aRw +biu +bat +bdZ +daT +bfg +bgP +bmV +bky +bmc +bmc +bmc +bqP +bsw +bxj +bvU +bxm +byN +bzS +bBx +bCD +bEc +bxm +bxm +bxm +bxm +bMG +bMG +bMG +bMG +bMG +bMG +bMG +bMG +bMG +cdY +cgb +ciS +cgY +ciG +ckw +ckw +coU +ckw +cqO +ckv +cgW +cvy +cwW +cyw +czm +cBs +cwO +cEe +cvx +cFi +cGi +cnA +cKb +cJx +cJh +cJx +cJx +cNG +cKb +cPj +cSU +dsK +cOg +dsY +dta +dtk +cVj +cWS +dbr +dbr +cZO +cVq +cRb +cRp +dfo +afO +cSE +cTx +cTx +cTD +cTx +cTx +cTD +cTx +cTx +cTD +cTx +cTx +cUM +aab +cVa +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(108,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aiv +abO +aiv +aiv +aiv +aiv +acH +aiv +aiv +aiv +aiv +amz +agD +aos +apg +alU +aqX +ase +ajW +alK +aom +arl +asX +auG +axZ +aAW +ayN +azF +aAO +aCj +aDj +aEd +aFs +azF +aHD +aDL +aKu +aLY +aNN +aOH +aPG +aEl +aPi +aVD +aQl +aMA +bbS +aEN +aRw +biM +bat +beg +dbO +aRw +bgV +bmB +bkA +blU +bnU +bpr +bqR +bqS +bxu +bvV +bvX +bvX +bvX +bvX +bvX +bvX +bxm +aab +aab +aab +aab +aaa +aaa +aab +bTJ +bVB +bXc +bYU +bTJ +ces +cgi +cji +ckN +clL +cmM +coo +coW +cjf +cqS +csE +cgW +cvu +cwO +cyA +czw +cBu +cwO +cEe +cvx +cFi +cGi +cnA +cKb +cLH +cJi +cNw +cNG +cNG +cKb +cPj +cSU +dsK +cOg +dsY +dtb +dtl +cVj +cXy +cVj +cVj +cNj +cSN +cRb +cRq +dfo +dgE +cSF +afO +afO +cTE +afO +afO +cTE +afO +afO +cTE +afO +afO +cSF +aab +cVa +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(109,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aiv +abO +aiv +ahT +ahT +ahD +yjg +yjg +yjg +yjg +aiv +afm +anz +aou +apf +aqw +aqX +ase +ajW +alK +anX +ark +asR +auG +axZ +axz +ayN +azF +aAN +aCi +aCf +aCn +aFr +aKx +aHG +aHG +aKv +aLX +aNM +aKr +aPF +aEl +aPi +aVK +aYb +bak +bbR +bdC +bgO +biL +baD +bee +aRw +aRw +bgU +bna +bkz +blU +bnR +bpo +bqS +bqS +bxr +bvX +bvX +byO +bzT +bBy +bCH +bvX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bTJ +bXr +bYZ +cbe +bTJ +cfv +cgh +cjh +cgZ +ciI +ckw +con +cnu +cje +cqQ +csC +cgW +cvA +cwO +cyy +czv +cBt +cAK +cvx +cvx +cFo +cGn +cnA +cKb +cKb +cJj +cNK +cMU +cNK +cKb +cPj +cRR +cFC +cRJ +cHk +cRR +cRR +cWC +cXx +dbs +cYF +cNW +cSx +cRf +cRp +dfo +dfo +cSF +afO +djq +aaa +aaa +djq +aaa +aaa +aaa +aaa +djq +afO +cSF +aab +cVa +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(110,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aiv +abO +aiv +ahT +ahT +ain +act +aeR +aeR +ali +aiv +amz +anz +aou +aph +aqw +aqX +aiu +akb +alL +aon +aoO +asY +auJ +axZ +aAW +ayP +aIl +aIl +aCl +aDi +aEg +aFt +aIl +aEl +aBn +aBn +aMa +aNP +aBn +aBn +aEl +aGb +aVD +aYh +bal +bbT +bdE +aRw +biN +bor +cRN +aRw +dix +bha +bne +bpv +blY +bnW +bpt +bqS +bsy +bxA +bvX +bxo +bDV +bFb +bHk +bIL +bvX +bFC +bFC +bFC +bFC +bFC +bFC +bFC +bFC +bTJ +bXt +bZe +cbg +bTJ +ceu +cgj +cdN +cgW +ciK +ceP +cop +chH +cjg +cqT +cmh +cgW +cvD +cwv +cxo +czy +cBp +cAL +cDY +cvx +cFt +cGl +cHG +cKk +cLL +cJl +cMG +cMG +cPL +cJZ +cPj +cRR +cUu +cRM +cWD +cXG +cYL +cWF +cXC +dbB +cSU +cQV +cSU +cSU +dfo +dfo +dfo +cSF +afO +aaa +aaa +aaa +aab +aaa +dlE +aaa +aaa +aaa +dcf +cUO +aab +cVa +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(111,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aiv +abO +aiv +aca +ahT +aik +aiz +ajk +ajk +alh +aiv +amA +any +aot +amy +alT +agM +ash +ajX +auc +aoj +arm +arm +auH +axZ +avZ +ayO +aDf +aIl +aCk +aCk +aCk +aIl +aIl +aHH +aJe +aFy +aLZ +aNO +aSN +aPH +aEj +aMA +bew +aMA +aMA +aMA +aMA +aRw +aRw +aRw +aRw +aRw +diw +bhb +bnd +bkz +blU +bnV +bpq +buo +bvA +bxw +bvX +bxp +bDT +bxq +bxq +bxq +bvX +bFD +bLb +bMI +bOs +bQq +bOE +bUt +bSf +bTJ +bTJ +bZd +bTJ +bTJ +cet +cgj +cdN +cgW +cgW +cgW +cgW +cgW +cgW +cgW +cgW +cgW +cvx +cvx +cvx +cCI +cvx +cvx +cvx +cvx +cFr +cGi +cHD +cHH +cIR +cJk +cHG +cHG +cNS +dbp +cPl +cRR +cQE +cRL +cSt +cTI +cVU +cVj +cXx +dbF +cYG +cQF +cUB +cVw +cVB +cVG +dfo +cSF +afO +aaa +aaa +aab +aab +aab +aab +aab +aaa +aaa +afO +cSF +aaa +cVa +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(112,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aiv +abO +aiv +mKg +mKg +aik +yjg +yjg +yjg +yjg +adR +amC +agL +afl +apj +aqx +ago +ase +akd +alN +aop +arp +arp +auL +avd +axD +axA +ayj +ayj +azP +aBY +aCv +aCZ +aDm +aBY +aGw +aHQ +aIN +aKo +aHQ +aMG +aNK +aMG +aQQ +aRF +atc +aST +bdF +aSN +aYc +aZx +bbr +dcb +bdv +bhc +bnh +bkz +bma +bnY +bpu +bqU +bsA +bxD +bvX +bxq +bDY +byP +bBA +bCK +bvX +bFE +bHB +bHz +bHD +bQs +bOH +bUw +bSh +bTN +bFC +bZg +cbh +bFC +cew +cgl +cjk +ckR +clO +cmQ +ckO +cpi +ckO +ckO +csI +cua +cmQ +cwJ +ckO +czA +cpi +cAN +cBE +cDx +cHG +cGp +cHg +cHL +cHJ +cHI +cHD +cHD +cMV +cJZ +cRR +cRR +cQI +dsT +cSG +cTM +cWf +cWH +cXF +dbF +cYY +cOa +cQb +deA +dfq +cVS +dfo +cSF +afO +aaa +aaa +aab +dkz +dle +dlF +aab +aab +djq +afO +cSF +aaa +cVa +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(113,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aiv +abO +aiv +mKg +mKg +dqg +xeW +xeW +xeW +xeW +alV +amB +anB +aov +api +aqx +agN +akV +alb +anI +anY +anY +anY +atq +anY +awb +axy +axF +axF +azJ +aAU +aCo +aCJ +aDl +aEh +aFx +aHq +aIr +aKg +aHq +aHq +aHq +aAU +aQD +aRE +aSb +aSS +aUp +aVT +aYC +baE +beu +bhd +bhd +biI +bnf +bkB +bma +bnX +bps +bqS +bsz +bxC +bAD +bCy +bDW +bzW +bBz +bCJ +bvX +bFN +bHz +bFE +bLi +bQr +bTi +bUv +bVj +bVO +bXu +bZf +bUv +cda +cev +cgk +cjj +ckQ +clN +cmO +coq +cpg +cqv +crU +ctj +ctS +cvJ +cww +crU +czz +cAk +cAM +ctj +ctj +ctj +cGo +ctS +cHK +cIS +cJm +cKL +cOK +cNT +cJZ +cRR +cTf +cUw +cGY +aYt +cId +cIw +cVj +cXE +cYm +cYQ +ddb +ddS +deB +dfr +cVN +cSA +cSI +afO +aaa +aaa +aab +dkA +dlf +dlG +aab +aaa +aaa +dcf +cUO +aaa +cVa +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(114,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aiv +abO +aiv +mKg +mKg +aio +yjg +yjg +yjg +yjg +aei +amE +anE +aox +apk +apP +agP +aso +ake +alO +aAz +aAz +aAz +auM +aAz +awI +axB +aAz +aAz +azR +aCa +aCx +aDk +aFF +aFF +aGx +aHT +aIO +aKz +aHT +aNc +aHT +aNT +aQS +aHT +aSc +aHT +aUq +aHT +aYE +baF +bev +bhh +bhV +biK +bnj +bkz +bma +boa +bpw +bqV +bsA +bxO +bvX +bxt +bEa +byP +bBA +bCL +bvX +bFE +bHD +bHz +bHB +bJn +bOO +bUz +bSl +bTP +bFC +bZn +cbi +bFC +cey +cgm +cfv +ccl +ciN +cfn +clZ +cnA +cMV +crV +ctl +cue +cvK +cMV +crV +cnA +cHD +cHD +cHD +cHD +cHD +cGq +cHl +cHO +cHD +cHD +cnA +cMV +cOc +cJZ +cRR +cTi +cUy +cHb +aZB +cIe +cIy +cSl +cXH +dbG +cZf +cNk +cVj +deC +dfs +cSv +dfo +cSF +afO +djq +djy +aab +dkB +dlg +dlH +aab +aaa +aaa +afO +cSF +aaa +cVa +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(115,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aiv +abO +aiv +mKg +mKg +aio +acK +ajo +aeS +alk +aiv +amD +anD +alW +aqv +aqv +agO +aso +atj +auc +aoq +arq +asZ +aAx +awc +awP +aAx +azI +aAP +aAx +aAx +aEi +aFw +aFw +aFw +aJh +aKy +aEj +aPb +awl +awl +awl +awl +awl +awl +awl +aPm +bdI +aDN +aDN +aDN +aDN +dco +bdw +bgW +bni +bkC +bma +aYf +aYg +bup +bvB +bxK +bvX +bxs +bDZ +bxq +bxq +bxq +bvX +bFP +bLc +bMK +bOu +bQt +bOM +bUy +bSk +bFC +bFC +bFC +bFC +bFC +cex +cgj +cfv +che +chc +chc +chc +chc +cpk +cJZ +csD +ctX +cvB +ctJ +cvB +csD +cBv +cBv +cEi +cFh +cGJ +cHN +cHj +cHM +cLT +cML +cHQ +cOL +cNU +cFa +cRR +cTg +cFC +cHa +cHk +cRR +cYI +cZP +cXx +dbF +cYZ +cQG +cVc +cVy +cQH +cVT +dfo +cSF +afO +aaa +aaa +aab +aab +aab +aab +aab +aaa +aaa +afO +cSF +aaa +cVa +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(116,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aiv +abO +aiv +acb +ajr +aci +acu +acx +all +aln +aiv +amG +agX +aoz +apA +aui +agT +aiA +akh +aDv +aoU +aqU +atb +auO +avY +awL +auO +azN +ayS +aCq +aAx +aEm +aFA +aFA +aFw +aJj +aKA +awl +aKH +avq +avq +avq +avq +avq +avq +aHp +aRx +bdN +aDN +biQ +bpQ +cSW +aDN +dje +biO +bnk +bpy +blY +brS +bpt +bqS +bvC +bxY +bvX +bxo +bEd +bFf +bHl +bIN +bvX +bFC +bFC +bFC +bFC +bFC +bFC +bFC +bFC +bFC +aaa +aaa +aaa +bFC +ceB +cgj +cfv +chc +ccO +cfp +cmc +chc +cqD +csD +csD +cut +cvC +cxd +cyx +csD +csD +cBF +dot +cFj +cGN +cHU +cLM +cTG +cLM +cHQ +cHQ +cOY +cOf +cOy +cPo +cRX +cUt +cUt +cWB +cXL +cYJ +cWM +cXJ +cSU +cSU +cQV +cSU +cSU +dfo +dfo +dfo +cSF +afO +aaa +aaa +aaa +dkC +aaa +aab +aaa +aaa +aaa +dcf +cUO +aab +cVa +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(117,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aiv +abO +aiv +agR +yjg +aiB +yjg +yjg +yjg +yjg +alX +apl +anF +aoy +apl +aqy +agQ +ask +atj +aDv +aow +apz +ata +auN +avX +awJ +ayT +azK +ayR +aCp +aHE +axe +aFz +aFz +aLh +aFz +axe +awl +aNU +aLP +aLP +aLP +aLP +aLP +aLP +aLP +aRx +bdN +bgT +biP +boU +cSV +aDN +aDN +bdD +bna +bkz +bmd +aCu +bpx +bqX +bsC +bxU +bvX +bvX +bEb +bFe +bBB +bIM +bvX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bFC +ceA +cgn +cfv +chc +ccN +cfo +cma +chc +cqD +csD +csN +cuk +cvL +cwM +cxq +czB +cAl +cAO +cEj +cDz +cFu +cGr +cHm +cHP +cIT +cJo +cKU +cMW +cOe +cOt +cPn +cPM +cQK +cRO +cSJ +cTN +cWj +cWI +cXI +cSU +cZl +cOd +cVp +cRb +cRp +dfo +dfo +cSF +afO +djq +aaa +aaa +aaa +aaa +djq +aaa +aaa +djq +afO +cSF +aab +cVa +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(118,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aiv +abO +aiv +alY +yjg +aco +acv +acv +acj +acv +alZ +amI +anJ +aoB +apC +aqz +agU +asn +aki +awK +aoq +arq +asZ +aAx +aua +axH +aAx +aoq +arq +asZ +aHE +aEo +aFC +aGz +aHW +aJk +axe +aCz +aNU +aLP +aPM +aPM +aTC +aWz +aYs +aLP +bbZ +bdN +bgT +biT +bpT +cUi +dhp +aDN +dkl +bna +bkz +bma +boh +bpB +bqY +bsF +bxZ +bvY +bvX +bvX +bvX +bvX +bvX +bvX +bxv +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bFC +ceD +cgj +cfv +chc +ccR +cmT +cmb +chc +cqD +csD +csO +ctY +cvE +cxf +cxv +czC +csD +cmG +cBL +cDE +csD +cGs +cHu +cHX +dcj +dcj +dcj +dcj +cHT +bHY +cTe +cPO +cTe +cRQ +cWJ +cPO +cYR +cZM +cXN +cSU +cVj +cZR +cVq +cRb +cRp +dfo +dgE +cSF +afO +afO +cUl +afO +afO +cUl +afO +afO +cUl +afO +afO +cSF +aab +cVa +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(119,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +abP +abO +aiv +alY +yjg +yjg +yjg +yjg +yjg +aku +aiv +amH +afJ +ahY +apB +aui +ajm +asm +alM +awK +aoW +arn +atd +auP +avX +axG +ayU +atd +azx +aCr +aHE +aEn +aFB +aGy +ayV +ayA +axe +aMj +aNU +aHp +aPL +aPL +aPL +aQZ +aYp +aSl +aRx +bdN +bgT +biR +bpR +cSX +dgH +aDN +bdD +bna +bkE +bmc +bmc +bmc +bqZ +bsE +bwU +bvU +bxv +byS +bzX +bBC +bCM +bxv +bxv +bxv +bxv +bLd +bLd +bLd +bLd +bSi +bSi +bSi +bSi +bSi +bSi +ceC +cgj +cfv +chc +clP +cmR +cme +chc +cqD +csD +csG +ctY +cvE +cxe +cxr +ctY +cvB +cAR +cBJ +cDA +csD +cHQ +cHt +cHV +cIV +dcB +cNO +cNO +cNO +cQN +cSa +cPN +cUv +cRP +cSO +cTO +cYM +cJI +cXM +cYo +cZE +cZQ +cVq +cRb +cRp +dfo +afO +cSM +cTx +cTx +cTF +cTx +cTx +cTF +cTx +cTx +cTF +cTx +cTx +cUQ +aab +cVa +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(120,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +abP +abO +aiv +acc +ach +acp +acw +acy +acE +acS +aiv +amJ +ahe +aoD +apE +aui +agW +asp +aty +awK +aoX +aro +ate +auQ +aum +axJ +auQ +azO +aro +aCs +aHE +aEp +aFD +aGB +aEk +aJm +axe +avq +aNU +aLP +aPN +aQd +aQd +aQd +aYw +bbg +bca +bdS +aDN +aYJ +buM +bez +dhq +aDN +dkn +bno +bkG +bmi +aaa +bmc +brb +bsH +byc +bAG +bCA +bEe +bFh +bHm +bIQ +bJN +bKM +bLe +bMN +bLd +bQv +bTB +bUD +bSi +bVP +bXx +bXl +cbl +bSi +ceF +cgj +cjl +ckP +clQ +cnr +cor +cpm +cqU +csD +cmj +ctY +cvE +cwR +cyz +cAh +cvB +cAT +cBY +ctY +csD +cGt +cHv +cHX +cjR +cHS +cNP +cOZ +cOh +cQN +bHZ +cRX +cRX +cRT +cWL +cTT +cYM +cNX +cNX +cNX +cWe +dal +cSv +deF +dft +cSU +dgJ +afO +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cUJ +cUU +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(121,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aiv +abO +aiv +aiv +aiv +aiv +aiv +aiv +aiv +aiv +aiv +aui +aui +aoC +aui +aui +agV +aso +atx +awK +aoq +aru +asZ +aAx +awa +axI +aAx +aoq +aru +asZ +aHE +axe +axe +aGA +aHX +aJl +axe +aFH +aNU +aLP +aPM +aPM +aPM +aPM +aYv +aSl +aRx +bdQ +aDN +bgT +bqm +bgT +aDN +aDN +dkm +bnn +bkF +bmi +aaa +bmc +bra +bsG +byb +bwc +bxv +byT +bFg +bzY +bIO +bJK +bKL +bHm +bML +bOx +bQu +bTj +bUB +bSi +bTO +bXw +bXl +bZa +bSi +ccl +cfx +cfy +chc +cde +cmU +cgX +chc +cqP +crd +csQ +cui +cvM +cxg +cyG +cAg +cvB +cDa +cBU +cDI +csD +bWT +cHv +cIg +cIW +dcE +cNQ +cON +cON +cQN +cRX +cRX +cRX +cRS +cWK +cTP +cYM +cNV +cOb +cPg +cPX +dai +cSv +cSU +dfz +cSU +cSU +dhv +dib +diR +dib +dib +dib +dib +dib +dib +dib +diR +cUJ +cUL +cUU +cSU +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(122,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aiv +abO +abO +abO +abO +abO +aiv +adk +adx +adQ +aek +wdq +aoJ +aoF +apI +anA +ahk +aiQ +akk +alQ +aoZ +arx +ath +auS +awd +axM +ayX +azQ +aAX +aCt +aDo +aEr +aFG +aGD +aEA +aJn +axe +axe +aNU +aLP +aQf +aSh +aSh +aRc +aYI +aSl +aRx +bea +bgX +biW +bxy +aQH +dhs +djg +bhg +bns +bkF +bmi +aaa +bmc +bmc +bmc +byq +bmc +bxv +byW +bzZ +bzZ +bCP +bEh +bFK +bHw +bMP +bLd +bQz +bOJ +bQw +bSi +bTS +bXz +bXl +bZb +bSi +ccm +cgp +cfz +chc +bYF +chc +chc +chc +cqW +csD +csD +csD +cvI +cvI +cxz +cxz +cvI +cvI +cCJ +cvI +cHQ +cdG +dcj +cHX +dcj +dcj +dcj +dcj +dcj +cyh +cRX +cRX +cQP +cRV +cSY +cUs +cYX +dac +dac +dac +cZM +cOi +cVu +cRh +cRs +cSy +cSB +cTs +dib +cTC +dib +cSC +cTt +cUq +cTt +cUn +dib +dbQ +cUI +cSU +cYX +cSU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(123,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aiv +aiv +aiv +aiv +aiv +aiv +anH +adj +aej +aej +aej +aoJ +aoJ +aoF +apH +aqA +ahj +aiP +akj +alP +aoY +arw +art +auR +aun +axK +ayW +ayn +aAV +art +aDn +aEq +aFE +aGC +aHZ +awG +aKB +axe +aNU +aLP +aQd +aQd +aQd +aQd +aLP +aLP +aTi +bdU +aSe +aRx +buU +aRx +dhr +djf +dko +bnN +dnC +bmi +aaa +aaa +bmc +bdP +byf +bkR +bxv +byV +bAa +bBD +bCQ +bEU +bFL +bHx +bMO +bLd +bQy +bOK +bOK +bSi +bTR +bXy +bXl +bZc +bSi +bEn +cgo +cfB +chf +bYQ +chf +chd +cnC +cqV +chf +csK +cmH +cvI +cxk +cyH +cyD +cyD +cDc +cCa +cDR +cHQ +cGu +dcj +cIh +cIX +cJq +cKX +cMX +cOl +cQN +cPq +cPP +cQO +cRU +cSP +cUm +cYU +dab +dab +dbJ +cQc +cQH +cVr +aLz +aMM +daj +cSU +cTm +cTt +cTA +cTt +cUo +cSU +cSU +cSU +cTm +cTt +cUE +cUK +cSU +cSU +cSU +dcq +dcq +dcq +dcq +dgG +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(124,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aab +aaa +aab +aaa +aab +aaa +anH +adl +aoJ +amd +amd +aoJ +agY +aoG +apJ +aqC +ahC +aif +atC +awV +avz +awg +axv +awV +awf +axP +aza +aoq +aBa +asZ +aAx +aEt +axe +aGF +aIg +aJo +aKD +axe +aNU +aLP +aLP +aSl +aSl +aLP +aLP +bbi +aPm +bec +aTb +aUQ +aUQ +aUQ +dhu +aUQ +bhg +bnn +bkF +bmi +aaa +aaa +bmc +bsu +byt +bwg +bxv +byY +bAd +bAd +bCU +bEs +bEs +bEs +bMR +bLd +bQD +bOL +bQx +bSi +bTV +bXX +bXm +bXm +bSi +ccn +cgI +cjn +ckT +clS +cPd +cPd +cPd +cqY +cmt +csL +csL +cvI +cxm +cyD +cyD +cAn +cAV +cCL +cEa +cGK +cGK +cHx +cIi +cJa +cJy +cGK +cGK +cZS +cZS +cZS +cZS +cZS +cZS +cTj +cUx +cZS +dcq +ddr +dcq +dcq +dex +dcq +dcq +dcq +dcq +dcq +dcq +dcq +dcq +dcq +dcq +dcq +dcq +dcq +dcq +dcq +dcq +dcq +dcq +dcq +dgi +dcq +ddr +deP +dgq +dcq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(125,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +amW +aab +amW +aab +amW +aab +acM +amc +amc +amc +amc +aoJ +aoJ +aoF +ahR +anx +ago +aso +atE +auE +apa +axt +ati +auT +awe +axR +ayY +ayr +aAZ +aAA +aAx +aEs +axe +aGE +aIg +aJo +aKC +axe +aNU +aOI +aQk +aSk +aTD +aWB +aZs +aZs +aPm +bec +aSZ +aUQ +bBO +bBO +dht +aUQ +dky +bnn +bkF +bmi +aaa +aaa +bqN +bsJ +byr +bwf +bxv +byX +bzY +bzY +bzY +bEk +bzY +bLf +bMQ +bLd +bOK +bOK +bOK +bSi +dgl +bXC +bXn +bXn +bSi +bFO +cgr +cjm +chf +chf +chf +chf +csL +cqX +chf +csU +cub +cvI +cxm +cyD +cyD +cyD +cyD +cCK +cFm +cGK +cHY +cJp +cKr +cIY +cMN +cJM +cGK +cPU +cQL +cPr +cTl +dsN +cLS +cSZ +dtc +cWp +dcq +ddr +ddr +cZF +dau +daL +dby +dcn +ddr +ddr +deP +ddr +ddr +ddr +deP +ddr +ddr +ddr +deW +dgI +doo +dop +dop +dor +dos +dgp +ddr +ddr +ddr +dcq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(126,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +anH +adn +adG +acg +amf +adl +aoJ +ahH +apL +anA +ago +aiR +atE +auE +awh +avB +avB +aAF +awj +axR +ayY +azW +aBb +aCw +aAx +aEs +axe +fyo +aIg +aJo +dAN +axe +aNU +aOI +aQn +aSx +aTF +aTF +aTF +aTF +aTF +beT +aTb +aUQ +aVC +cUr +bhs +aUQ +aTa +bnt +bpz +bmi +aaa +aaa +bmi +bsL +byu +bwi +bxv +aZO +bAc +bBE +bCV +bEv +doB +bzY +bMS +bOy +bQM +bTF +bQM +bVq +bVR +bXZ +bXo +bXo +bSi +cco +cgr +cjp +chf +cea +ceb +chf +csL +cqX +cuc +chf +cuc +cvI +cxm +cyD +cyD +cAp +cAW +cCQ +cFn +cGK +cGv +cHy +cIp +cJb +cJE +cLJ +cGK +cPU +cQM +cSb +cTh +cSd +cOF +cTk +dfF +wOS +dcq +dcq +dcq +dcq +dcq +dcq +dcq +deL +dcq +dcq +dcq +dcq +dcq +dcq +dcq +dcq +dcq +dcq +dcq +don +dcq +dfx +dfR +dcq +dcq +dcq +dgC +doL +dhT +dcq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(127,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +afO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +anH +anH +anA +anA +ael +aeB +anO +aoH +afx +anA +ahW +aso +atE +auE +avA +avA +arv +ayp +awi +axQ +aAx +aAx +aAx +aAx +aAx +aEs +axe +aGG +aId +aJp +sDN +axe +aNW +aPP +aQm +aSm +aTE +aWC +aZt +aZt +bcc +bef +aTd +aUQ +aUQ +aUQ +dhw +aUQ +dkD +bnn +bkF +bmi +bmi +bmi +bmi +bsK +byu +bwh +bxv +bxv +bxv +bxv +bxv +bxv +bxv +bxv +bxv +bxv +bON +bON +bON +bSi +bSi +bXY +bSi +bSi +bSi +bFO +cgr +cjo +chf +cdW +ceb +cmt +csL +cqZ +crX +ctt +cuu +cvN +cwS +cxA +czD +cAo +cAo +cCP +cEc +cFw +cxC +cyQ +cKz +cMa +cJD +cLw +cGK +aPd +cSd +bji +cPQ +cSd +cSd +cWT +cXQ +cSd +lLC +cXO +dbK +dct +ddm +dtv +deO +deG +dgr +dgM +dcF +dhI +aab +cQZ +cQZ +cQZ +cQZ +cQZ +dcq +dok +dcq +dfu +dfQ +dcq +aaa +dcq +dou +doI +dou +dcq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(128,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +anH +acL +acV +aeu +hJq +aoJ +aoL +aoR +aqA +ago +aiS +akn +alR +apb +arz +atl +ayq +awA +axT +azd +azY +aBo +aAB +aBs +aEu +axe +axe +iHY +axe +axe +axe +gel +aOI +aQp +aSB +aTI +aWE +aZv +aZv +bce +bef +aTb +aUQ +bFS +cVv +dhN +aUQ +aWN +bnN +bkH +bWH +bod +bod +bod +bod +byA +bwj +bwj +bza +bAl +bBF +bCY +bEw +bFU +bFU +bMT +bOz +bRf +bTG +bUG +bVw +bVT +bYb +bZt +cbo +cdc +ceG +cgK +cjr +chf +cec +cfr +chf +chf +cFp +csL +csL +csL +cvI +cvI +cvI +cvI +cvI +cvI +cvI +cvI +cGK +cGK +cGK +cGK +cGK +cJH +cLK +cMY +cDj +cEr +cEr +cPS +cQU +cVI +cWU +cXV +cVI +cVI +cVI +dbL +dcL +dds +deh +deD +deM +dgs +deH +dhB +dik +diU +djB +dki +dkO +dkO +cQZ +dcq +ddr +dcq +dfC +dgb +dcq +aaa +dcq +dou +doM +dou +dcq +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(129,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aaa +anH +akv +alp +aoJ +aoJ +aoJ +aoI +aoR +adp +ago +aso +atE +auE +ayp +ary +atk +atv +awn +axS +azc +azX +aBi +aFn +aBs +aGH +aGK +fbY +aIi +aKE +aKE +aKE +mOm +aOI +aQo +aSB +aTG +aWD +aZu +aZv +bcd +beV +bgZ +biX +bFR +beE +dhK +aUQ +aUN +bnM +bpA +bqs +bpA +bpA +bpA +bvD +byx +bpA +bpA +bEg +bFi +bHo +bIR +bJT +bKN +bKN +bKN +bKN +bQO +bKN +bKN +bKN +bVS +bYa +bZr +cbm +bKN +bKN +cgJ +bFO +chf +ceb +ceb +chf +cAB +cra +ckS +ckS +ckS +ckS +ckS +ckS +crk +ckS +ckS +ckS +ckS +ckS +ckS +ckS +czd +cGK +cJF +cGK +cGK +cDi +cSd +cSd +cPT +cQS +cEr +cTq +cUz +cEr +cEr +cEr +cEr +cEr +dav +daQ +deH +dfy +dfy +dgN +dhA +dij +aab +cTo +dkh +bbM +dlv +cQZ +dcq +dfm +dcq +dfA +dfT +dcq +aaa +dcq +dow +doz +doV +dcq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(130,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +anH +akF +adX +aoJ +amM +aoJ +aoL +apM +apR +ahC +ast +atR +auE +axt +arF +atn +auX +awC +axU +azc +azZ +aBp +aAC +aBs +aBt +aDP +aDP +aDP +aDP +aDP +aDP +aDP +aDP +aQr +aSB +aTR +aWF +aZt +aZt +bcf +bef +aTc +aUQ +bJU +aUQ +dhS +aUQ +bhq +dnk +bhq +cIZ +boe +bhq +bhq +bvL +buC +bhq +bhq +bzb +bAf +bHs +bAf +bEn +bFW +bLg +bFO +bFO +bRg +bTH +bUL +bVx +bWb +bYc +bZC +cbs +bWf +bXB +bFO +bFO +chf +chf +chf +chf +chJ +crb +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cIv +cJc +cJN +csK +cZS +dtn +dtn +dtn +dtn +cFG +cVJ +cWO +cXR +cYT +cZU +daM +daM +daM +day +daM +deI +deQ +dgg +dgP +dhC +dip +djE +djB +dkk +dkO +dkO +cQZ +cYz +doE +dcq +dfE +dgd +dgc +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(131,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aqA +aoJ +alq +afK +amr +anS +aoM +aoJ +anx +ago +aiT +akx +auE +apc +arE +atm +auW +awV +awV +aBs +aBs +aBs +aBs +aBs +aBt +aDP +aGI +aIj +aJr +aKF +aMm +aNX +aDP +aQq +aSD +aTJ +aTJ +aTJ +aTJ +aTJ +beW +aTb +aUQ +bJz +aUQ +dhO +aUS +aUS +aUS +aUS +aUS +aUS +bsN +aUS +bsN +aUS +bsN +aUS +bzc +bAg +bHr +bAg +bEp +bEp +bEp +bEp +chh +chh +chh +bPc +chh +bQV +bSu +cbY +ceT +bSu +bQV +chf +chf +chf +ced +csL +csL +csL +cqD +csL +chf +cmt +chf +chf +chf +crl +csL +ctZ +cuE +cKO +cxl +ctZ +csL +csL +csL +cAm +csL +cOT +cPZ +cPZ +cPZ +cPZ +cFF +cVE +cWV +cXW +cZb +dag +daN +daN +daN +daw +daR +deJ +dfF +dgh +dgO +dhx +dio +diW +cQZ +cQZ +cQZ +cQZ +cQZ +doE +aab +dcq +dfD +dgc +dcq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(132,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +adp +aoJ +alu +amn +amO +anU +aoP +apN +aqD +ahE +asv +aFL +aFL +aFL +aFL +axC +aFL +aFL +axV +azm +awl +ayd +avq +aDp +aBt +aDP +aGL +aFu +aJt +aHY +aJt +aNZ +aDP +aQu +aSG +aUG +aWH +aZw +aUG +bcE +beZ +aOI +aUQ +aUQ +aUQ +aUQ +aUS +bhr +bja +bkM +bcU +bok +bmq +brf +bmq +bmq +bmq +bxx +aUS +bAh +bHu +bAh +bEp +aTT +bCW +bDc +bGi +bJF +bTI +bPe +bQQ +bSo +bSO +bZE +cbu +cdh +ceH +ckS +cjs +ckS +ckS +ckS +ckS +ckS +crc +csK +chf +csL +cnV +dgm +cQk +cQk +cQk +cQk +cQk +cBP +chf +cuc +chf +czf +cnV +cKc +cNY +cOU +cQf +cOH +cPB +cPB +cQX +cVL +cWW +cXY +cYV +cZW +cZc +dbN +cZc +ddt +cZU +deK +dfG +cSd +dgR +dhE +dit +diX +djB +dkq +dkT +dkT +cQZ +doE +aab +aaa +dmW +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(133,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +acB +acO +adY +amm +amN +ahf +aoN +aoJ +apT +ago +aiU +aFL +alS +apd +arK +ato +auY +aFL +atw +azl +aBv +aBq +aSP +aSP +aEv +aDP +aGJ +aIk +aJs +aKG +aMw +aNY +aPe +aQt +aSE +aUd +aWG +aWG +bbk +bcy +beY +aUS +biZ +bJV +cWo +aUS +djh +dkE +aZR +bkM +bmr +brT +btf +btf +bmq +byD +bmq +bmq +aUS +bAi +bHt +bAi +bEp +aTS +bBM +bBM +bGg +bJC +bLw +bLt +bQP +bRt +bSN +bZD +cuo +bWh +caA +caA +caA +cbt +caA +chf +chf +chf +chf +chf +chf +csL +cKO +cQk +cQk +crm +csS +cud +cuF +cvZ +dcD +ddu +chf +csL +csL +cAm +csL +cOT +cDk +cOA +cPs +cPs +cQW +cVK +cWR +cXX +cYW +cZX +daO +cSd +cSd +cSd +dag +deQ +dfB +cSd +dgQ +dhD +dhI +diY +cTo +dkp +bbO +dlw +cQZ +doE +aab +aaa +dmW +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(134,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +acC +alF +alF +alF +amQ +alF +afn +apO +anx +aqX +aiW +akC +avF +aol +arP +arA +ayt +aFL +azM +aAK +aBR +avq +avq +aCh +avq +aDP +aGM +aIn +aJu +aFI +aFI +aFI +aFI +aQx +aSJ +aUI +aWK +aZy +bbn +bda +bfd +aUS +bjf +baK +beI +aUS +bfs +aYe +boc +bkP +bmr +brV +btg +bqi +bmq +buN +bmq +aVG +aUS +cMK +bHy +bAk +bEp +aTV +bDf +bGd +bGi +bJJ +bTL +bPf +bQQ +bSr +bSP +bZG +cuo +bWo +caA +bZj +caz +bWX +caA +cfw +chk +chL +cjw +ckV +cCW +csK +der +cQk +cpK +cxH +cAr +cuf +cuI +dcC +cxp +cxE +cyS +cYi +cYi +cKg +cAI +cOW +cQh +cQT +cSm +cTn +cRk +cVO +cWY +cYa +cZc +cZY +daP +daP +dcv +daP +dec +deR +dfI +dgt +dgP +dhF +dip +diZ +djB +dks +dkT +dkT +cQZ +doE +aab +aab +dmX +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(135,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +amW +aab +amW +aab +anH +akH +alF +amp +amP +alF +alF +alF +anA +ahQ +aiV +aFL +ama +apy +arO +atp +ama +aFL +azL +aAJ +aBv +aBr +avq +avq +avq +aFI +aFI +aFI +aFI +aFI +aMC +aOb +aPf +aQv +aSJ +aUI +aWJ +aWK +bbn +bcy +bfb +aUS +bjc +baJ +beH +bwl +bft +aYd +bnQ +bkO +bmr +bmM +brg +brg +bmq +bqk +bmq +bJQ +aUS +bAk +bHy +bCZ +bEp +aTU +bDf +bDd +bEp +bIq +deq +bEp +bEp +bEp +bSv +bZF +cuo +bWm +bXD +bYs +cjt +bYC +caA +bUu +chj +chK +cre +ckU +cCW +cCW +cCW +cQk +cpJ +czG +cAq +cAY +cqN +cQk +cxn +ddw +chf +czg +csL +cAm +dfM +cOT +cQg +cOI +cPD +cPV +cRj +cVM +cWX +cSd +cSd +cSd +daV +daV +daV +daV +dei +cXb +dfH +cXW +dgQ +cSd +dhI +diY +cQZ +cQZ +cQZ +cQZ +cQZ +doE +aab +aaa +dmW +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(136,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aab +aaa +aab +aaa +aih +akJ +adi +alC +amT +aof +aoQ +apQ +aqG +ajU +aiX +aFL +auI +apK +arQ +avF +auI +aFL +awl +awl +aIq +aBu +avq +avq +avq +aFI +aGO +aIp +aJv +aKI +aGN +aGN +aPf +aQA +aSJ +aUK +aWM +aWM +bbo +bcy +bfj +aUS +bjj +baM +cWG +aUS +bfk +aZR +bop +bkO +bmr +bmM +bmq +bmq +bmq +bmq +bmq +bmq +bAv +bAk +bHy +bAk +bEp +aTY +bDf +bGf +bIh +bJL +bTM +bPg +bQS +bIq +bYd +bZI +cbN +bWs +bXD +bYs +cju +bUM +caA +cck +chm +ciE +cjy +ckX +cml +cmL +cvS +cQk +cQk +cUT +csX +cUT +cQk +cQk +cQk +cQk +cQk +cuc +cuE +cAm +dfM +cOT +cDl +cOJ +cPE +cPW +cRl +cVQ +cXb +cXT +cXT +cZZ +daY +cXT +cXT +cXT +daY +deU +dfK +dgg +dgP +dhH +cYb +dja +djS +dkw +dkV +dkV +cQZ +doE +aab +aaa +dmW +aaa +aab +aaa +aaa +aaa +aaa +aaa +aab +aab +dpd +dpd +dpd +dpd +dpd +aab +aaa +aab +dqL +aab +aaa +aaa +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +drX +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(137,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aih +aih +aih +aih +aih +akK +aiY +amv +amS +ajV +aiY +ahV +aqG +ajJ +asy +aFL +amb +apG +aFL +apG +auI +aFL +axW +avq +avq +aBt +aCh +avq +avq +aIY +aGN +aGN +aGN +aGN +aJf +aGN +aPf +aQz +aSD +aUJ +aWL +aZz +aUJ +aSD +bfi +aUS +aUS +baL +cWu +aUS +dji +biS +bom +bkO +bmr +bmM +btm +brh +btn +buQ +aZV +bzn +bsN +bAk +bHy +bDA +bEq +aTW +bDf +bGe +bGq +bDe +bLx +bNy +bQR +bSt +bSL +bZH +cbv +caA +caA +bXJ +caE +cca +caA +cfA +chl +cpn +cjx +ckW +cCW +cuz +cnW +cpw +cQk +crp +csW +cug +cvO +cwa +cFx +cxF +cQk +cTB +csL +cKh +cLN +cOT +cQi +cRa +cSo +cTp +cUN +cVP +cXa +cXU +cZd +dah +daW +cXU +dcO +cXU +dej +cXU +dfJ +cXU +dgV +dhG +dhI +diY +cTo +dku +bdG +dlx +cQZ +doE +aab +aaa +dmW +aaa +aab +aaa +aaa +iUc +iUc +iUc +iUc +dpd +dpd +dpC +dpM +dpZ +dpd +dqm +dqm +dqm +dqm +aab +aab +aab +aab +dqm +dqm +dqm +dqm +dqm +dqm +dqm +drf +drf +drf +drf +drf +drf +drf +drf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(138,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aih +adq +agu +ajn +aih +adI +adm +aev +anb +ajV +aiY +apV +aqG +arC +asA +aFL +aFL +aFL +aFL +aFL +aFL +aFL +axY +avq +avq +aBu +arR +awl +awl +aFI +aGQ +aIt +aJx +aKL +aMH +aOd +aPg +aQB +aSL +aUM +aWQ +aZA +bbt +bdc +bfp +bhf +aOI +baS +beJ +aUS +djj +dkL +boH +bpC +bmr +bmM +btw +bri +bto +buR +bmq +bmq +bAv +bAk +bHy +bDb +bEy +aUP +bDf +bGe +bJA +bLv +bTQ +bDe +bSs +bIq +crA +bZJ +cbP +bWu +bXF +bZh +caE +ccs +caA +cfE +cfE +cfE +cqo +cCW +cCW +chu +cnZ +cpx +cQk +crr +csZ +cuj +cUT +cwb +cFy +cxG +cQk +cKO +csL +cjq +cLO +cOT +cQo +cRd +cSr +cTu +cUS +cVQ +cXd +cYc +cZg +aOS +cOk +cPi +cQe +ddx +dek +deV +dfN +dgj +deQ +dhJ +cYb +dja +djU +dkx +dkV +dkV +cQZ +doE +doE +doE +ddC +doE +ddM +ddO +kIR +oOZ +dQC +fAw +mkE +dpe +dpl +dpE +dpO +dkU +dqq +dqp +dis +dqn +dqm +dqm +dqm +dqm +dqm +dqm +dqX +dqX +dqX +dqX +dru +dru +drf +drf +drf +drf +drf +drf +drf +drf +drf +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(139,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +adb +adv +agS +ajq +acD +adH +alm +afM +aeC +ahm +aiY +apU +aqG +aqX +asA +atg +awl +aab +aaa +aaa +aab +awl +axX +avq +avq +aBu +arR +avq +ayb +aFI +aGP +aIs +aJw +aKK +aJz +aOc +aPf +aQv +aPm +aNV +aWP +aWP +aSe +aSD +bfo +bhe +aOI +baP +bkN +aUS +aRL +beF +bot +bjm +bmq +brW +btq +bmq +bmq +bmq +bmq +bzo +bze +bAk +bHy +bDb +bEp +aUO +bDf +bLy +bIj +bLu +bNo +bPh +bSq +bEp +crA +bZJ +cbO +bWt +bXE +bZk +caD +ccq +caA +cfD +chn +ciF +cjz +ckY +cxh +cCW +cnY +cQk +cQk +czI +csY +cuh +cvP +cUT +cUT +cUT +cQk +cyZ +ctZ +cjq +cLO +cOT +cQm +cRc +cSq +cTr +cSq +cVR +cXc +cYb +cZe +aOl +cXc +cYb +cZe +cYb +cXc +cYb +cZe +cYb +dgW +dhI +dhI +djb +cQZ +cQZ +cQZ +cQZ +cQZ +doE +aab +aaa +dmW +dmB +bfu +dnT +dpf +iUc +rTy +wbr +hyv +dpd +dpm +dpD +dpN +dkM +dlq +dlS +dme +dme +dme +dmk +dmI +dqX +dqX +dqX +dqX +drf +drf +drf +drf +drf +drf +drf +drf +drS +drf +drf +drf +drf +drf +drf +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(140,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +adg +adD +ahG +ajK +akw +aoT +alB +amu +and +aeW +aoT +apX +aqH +ari +aiZ +akD +awl +awl +awl +awl +awl +awl +aIq +avq +aAc +aBt +aHp +aCh +aEw +aFI +aGZ +aIs +aJz +aKK +aJw +aOf +aPf +aQv +aSM +aVo +aWU +aWU +bbv +aSD +beW +aOI +bjl +bbc +bfn +bwX +djk +dkN +boM +dkN +bqy +brX +btx +buq +buq +buq +bAU +bCI +aUS +bAk +bHy +bDb +aTL +bLz +bDf +bDe +bOD +bHO +bHO +bHO +bHO +bYu +bSR +bZJ +cbO +bWx +bZh +cgL +caG +ccu +cef +cfG +cfG +cfG +cjC +crY +cnw +cHW +cob +cpy +cpM +crt +ctb +cum +cvQ +cwd +cxt +cGw +cyV +cQk +csL +cKi +cLO +cBK +cQp +aab +cQp +aab +cUV +aab +cQp +aab +cZh +dad +dba +dbI +dcS +dbI +del +dbI +dcS +dbI +dbI +dbI +dbI +djc +aab +aab +aab +aab +aab +doE +aab +aaa +dmW +dmB +bjb +dnW +dpf +iUc +iUc +oQe +iUc +dpf +dpd +dpF +dke +dkX +dls +dqp +dqp +dqp +dqp +dqp +dmK +dqp +dqp +dqp +dqp +drf +drf +drf +drf +dry +drG +drI +dry +drE +drI +drG +dry +drf +drf +drf +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(141,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +adh +adP +ahS +akf +akN +acP +adw +amt +aeD +aeV +aoS +apW +aih +aqX +asd +atg +ame +avq +avq +aBw +avq +avq +avq +att +aAa +aBt +awl +avq +ayc +aFI +aGR +aIs +aJy +aIa +aMI +aOe +aPf +aQv +aSM +aUT +aWT +aZC +bbu +bdf +bfq +aOI +bjk +bbb +beM +aUS +aRN +bfl +bjK +blt +bmq +bmq +bqi +brH +btr +bqi +bAH +bCB +aUS +bFj +bHA +bIT +bJY +bKO +bLh +bLh +bOB +bLA +bLA +bLA +bLA +bZR +bYe +bZK +cbQ +bWw +bXH +bZl +caF +cct +cee +cfF +cfF +cfF +cjB +ckZ +cmm +cnx +coa +cpy +cpL +czO +cta +cul +cQn +cwc +cxs +cxH +cyU +cQk +csL +cjq +cLO +cBP +cQp +cQZ +cSn +cTo +cSn +cQZ +cSn +cTo +cSn +cQZ +cSn +cTo +cSn +cQZ +cSn +cTo +cSn +cQZ +doE +doE +doE +doE +doE +doE +doE +doE +doE +doE +aab +dmB +dmZ +dmB +bhy +dnV +dnZ +dnZ +doN +doW +dph +dpu +dpf +dpf +dpf +dkW +dpf +dqm +dqv +dqv +dqM +dqT +dmJ +dmS +dqM +dqv +dqv +drg +dro +drt +drv +dry +dnr +dny +dnz +dnB +dsb +drE +drE +drf +drf +drf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(142,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aih +afe +ahU +akl +aih +aih +aih +aih +aih +aih +aih +aih +aih +aqX +asd +akE +amw +avq +aCh +avq +avq +avq +avq +avq +avq +aBu +awl +awl +awl +aFI +aHa +aIu +aJA +aKO +aMJ +aOg +aFI +aZs +aSM +aVp +aWT +aZD +bbu +bdl +bfv +aOI +bjw +bbe +bdT +bdT +bdT +bdT +bdT +bdT +bnm +bmq +bqk +bqk +bqk +bqk +bAV +bmq +aUS +bAo +bHy +bDb +aTM +bBL +bDh +bDe +bOF +bLB +bNr +bPm +bNz +can +crA +bZJ +cuv +bXG +bZi +cgM +caI +ccu +ceg +cfI +cho +cfI +cjC +crZ +cxh +cnB +coc +cpy +cpO +crv +ctd +cup +cQn +cwf +cFz +cxP +cyX +cQk +csL +cjq +cLO +cBP +cQp +cQZ +cSu +cTv +cUW +cQZ +cXe +cYf +cZi +cQZ +dbc +dbS +dcT +cQZ +den +deX +dfO +cQZ +doE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +dmB +dna +bfm +bkJ +dob +dnZ +doy +diF +doY +diI +dpw +dpf +dkb +dkg +dlb +dqx +dqm +dqw +dqw +dqw +dqw +dqw +dmU +dqw +dqw +dqw +drf +drq +dnl +drv +drE +dnw +drQ +drN +drN +dsd +dsg +dsi +drf +drf +drf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(143,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aih +agt +ajj +akt +alj +aih +ajb +ajs +aeE +aeX +aky +aia +ajb +ajb +asF +ajb +ajb +awl +arR +awl +aHp +aqc +aya +awl +avq +aBz +aSP +aSP +aBr +aFI +aFI +aFI +aFI +aFI +aFI +aFI +aFI +aQE +aSM +aUT +acF +aZC +bbu +bdj +bfr +bpE +bjo +bbd +bdT +dhV +djn +dkR +dnu +bdT +bnl +bmq +bmq +bmq +bmq +bmq +bmq +bxE +aUS +bAn +bHy +bDb +bEp +aVx +bDg +bGt +bJP +bEo +bEo +bEo +bQT +bOU +bSS +bZJ +cuv +bWu +bXI +bZm +caH +ccv +caA +cfH +cfH +cfH +cqw +cDf +cDf +cnz +coc +cpy +cpN +cru +ctc +cun +cQn +cwe +cxu +cxL +cyW +cQk +cKO +cjq +cLP +cBP +cQp +cQZ +cSs +cSw +cSw +cQZ +cWZ +cIf +cWZ +cQZ +dbb +cLV +dbb +cQZ +dem +cRi +dem +cQZ +doE +aab +alw +alw +alw +alw +alw +alw +ayi +aab +aab +dmB +dnb +dhj +dhz +dii +diB +diC +diE +diM +djD +rWq +dka +djJ +dkf +dkY +dlt +dlU +dmf +dmf +dmf +dms +dmL +dmT +dmf +dmf +dmV +dmY +dnf +dnj +dnm +dnq +dnt +drP +drT +drN +dsc +dse +dsh +drf +drf +drf +dsj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(144,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aab +aaa +aaa +aaa +aab +aaa +ajb +ajt +ajw +ajw +ajw +aqa +als +akc +asH +atV +ajb +apZ +avq +atr +ava +awD +awD +awl +aqc +avq +avq +avq +aBz +aSP +aSP +aSP +aSP +aSP +aSP +aSP +aPU +aQH +aSQ +aVs +aWW +aZG +bbv +aPm +bfy +aOI +aGY +bbs +bfw +bht +bhW +biV +boO +bdT +bmj +bog +bpN +bog +bpN +bog +bPM +bdT +bdT +bAk +bHy +bDb +bNe +aVI +bDj +bGx +bJX +bEo +bND +bPG +bQW +bOU +bwF +bZL +cbT +bWa +bWa +bZp +caK +bWa +cDf +cfK +chq +cpo +ckr +cld +cDf +cuB +cof +cQk +cQk +cQn +ctf +cQn +cQk +cwh +cUT +cUT +cUT +cQk +ctZ +cjq +cLO +cBP +cQp +cQZ +cSw +cTw +cSw +cQZ +cWZ +cXZ +cWZ +cQZ +dbb +dbW +dbb +cQZ +dem +deY +dem +cQZ +doE +aab +alw +aab +aab +aaa +aaa +aaa +aaa +aab +aab +dmB +dno +dnv +dhZ +diz +doc +diD +diI +diO +djH +djR +dpf +dkd +dkH +dlb +dlu +dqm +dqw +dqw +dqw +dmG +dqw +dqw +dqw +dqw +dqw +dnc +dni +drE +drv +drE +dni +drR +drN +drN +drN +dry +drE +drf +drf +drf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(145,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +amW +aab +amW +aab +aab +aab +amW +aab +ajb +ajv +ajw +ako +ajw +afL +aqJ +arG +asG +atU +ajb +apY +arS +aqc +auZ +att +aye +avq +awl +aFJ +aFJ +aFJ +aFJ +aFJ +aFJ +aFJ +aFJ +aFJ +aFJ +aFJ +aOI +aQG +qFg +aVq +aVq +aZE +aPm +aPm +bfx +aOI +aQI +bbh +bdT +bdJ +bfC +biU +boN +bdT +bmh +bof +bpL +bof +bof +bof +bof +bxF +bdT +bAk +bHy +aRy +bEo +aVy +bDi +bGv +bJW +bLD +bNA +bPF +bQU +bSw +bXA +bZJ +cuv +bWy +bXK +bZo +caJ +ccx +cDf +cfC +chp +ciJ +cjE +clc +cDf +cnD +coe +cmN +cQk +czW +ctg +cur +cQk +cwg +cxw +cGx +cyY +cQk +czo +cjq +cLO +cBP +cQp +cQZ +cQZ +cQZ +cQZ +cQZ +cQZ +cQZ +cQZ +cQZ +cQZ +cQZ +cQZ +cQZ +cQZ +cQZ +cQZ +cQZ +doE +aaa +diu +djd +djE +djE +djd +djd +djd +djE +djE +dmC +dmC +dmC +dmC +doe +doc +dnZ +diG +diN +djG +dpx +dpf +dpf +dpf +dlc +dpf +dqm +dqv +dqv +dqO +dmw +dmP +drh +dqO +dqv +dqv +drg +dnh +drA +drv +dry +drK +drB +dnA +dnF +drE +drE +drE +drf +drf +drf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(146,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +ajb +aju +ajw +ajw +ajw +afN +aqK +arJ +asI +amg +ajb +aqc +aqc +aqc +ava +awF +awF +avq +aHp +aPm +aPm +lkw +ghD +nXr +aKQ +fRL +rFd +jPN +nCT +fho +bbw +bbw +aSR +aVu +aWY +aZI +bbw +bdm +bfz +aOI +aMo +bbh +bdT +bdM +bhX +biU +boS +bdT +bmt +bof +bof +bof +bof +bof +bof +bxG +bdT +bAq +bHy +bAk +bEo +aWO +bSn +bSn +bOG +bLF +bNG +bQa +bQZ +bSy +bSX +bZJ +cuv +bWa +bXM +cgO +caM +ccz +cDf +cfM +cht +ciQ +crf +clf +cDf +cuG +cpa +cpB +cpP +cte +cth +cvd +cQk +cwi +cxx +cGy +cza +cQk +csL +cKl +cLO +cBP +cNE +cPw +cPw +cPw +cPw +cPw +cPw +cPw +cPw +cPw +cPw +cPw +cPw +cPw +cPw +cPw +cPw +cPw +cPw +dhM +dhL +dgS +dgS +dkj +dgS +dgS +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +dod +dnZ +diL +djp +dnZ +dpf +dpp +dpK +dkJ +dlk +dlR +dqp +dqp +dqp +dqp +dqp +dmR +dqp +dqp +dqp +dqp +drf +drf +drf +drf +dry +drO +drM +dry +drE +drM +drO +dry +drf +drf +drf +aab +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(147,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +ajb +ajw +ajw +ajw +ajw +aic +als +arI +amR +atW +ajb +aqb +aCh +ats +ava +awE +ayf +azn +arR +fes +tbC +tbC +qFg +tbC +tbC +xlr +qOo +qOo +jRV +aPm +aTb +aTb +aTb +aVt +aWX +aZH +aIc +aIc +aIc +aIc +bjz +bbh +cXK +bdL +bfE +biY +boQ +bMF +bqB +brY +btI +bur +bvM +byE +bwn +bdT +bdT +bAk +bHy +bAk +bEo +aWI +bDl +bDl +bJZ +bDl +bTT +bPK +bQY +bSx +bRt +bZM +cuo +bWy +bXL +bZq +caL +ccy +cDf +cfL +chs +ciP +cks +cle +cDf +cnF +coZ +cpA +cQk +cry +cuq +cus +cQk +cQk +cQk +cQk +cyZ +cQk +cyJ +cKj +cLO +cBP +cBP +cBP +cBQ +cBQ +cBQ +cBP +cBP +cBQ +cBQ +cBQ +cBP +cBP +cBQ +cBQ +cBQ +cBP +cBP +cBP +dgS +dhL +cXm +dcy +dcV +ddf +ddn +dgS +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +dol +dnZ +diJ +diQ +djI +dpf +dpq +dpA +dkI +dld +dlK +dmd +dmg +dmg +dmg +dmH +dmQ +dqX +dqX +dqX +dqX +drf +drf +drf +drf +drf +drf +drf +drf +drV +drf +drf +drf +drf +drf +drf +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(148,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +ajb +ajx +ajx +ajx +akz +ajb +ajb +ajb +amV +ajb +amx +apY +arT +aqc +aEI +awH +ayg +awF +eJA +iZs +iZs +iZs +kLF +aFK +aFK +gFG +eYG +eYG +eYG +dVs +aPk +aTb +aTb +aVt +aXf +aXf +aIe +bdo +aIP +bhi +aIc +bbh +bdT +bdT +bdT +bdT +bdT +bdT +bdT +bon +btK +but +bsT +boi +bwo +bdT +bzg +bAk +bHy +bAk +bEo +aWS +bDn +bGz +bKc +bLQ +bDH +bQA +bRa +bOQ +bYf +bZI +cbN +bWa +bXM +cgR +caO +ccB +cDf +cDf +cDf +cDf +ckz +cDf +cDf +cnI +cpc +cQk +cQk +cQk +cQk +cQk +cQk +cPc +csL +cyJ +cyJ +csL +csL +cKn +cLW +cNb +cNb +cOM +cOM +cOM +cNb +cRW +cNb +cUC +cPd +cPd +cPd +cPd +cPd +daz +dbd +cBP +csL +cTB +dgT +cTV +cYg +dcz +dcz +ddg +ddo +dgS +aaa +aaa +aab +aab +aab +aab +aaa +aaa +aab +dnZ +doH +dpg +dpb +dpf +dpq +dpA +dkK +dlo +dqE +dqp +dqA +dqD +dqm +dqm +dqm +dqm +dqm +dqm +dqX +dqX +dqX +dqX +dru +dru +drf +drf +drf +drf +drf +drf +drf +drf +drf +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(149,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +alI +ajy +ajy +ajy +ajy +alI +aab +aab +aab +aab +atG +aqc +aqc +arR +avb +aAQ +awF +aye +vUG +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +aOh +kiu +oyv +aTb +aVv +aXf +aXf +bje +aKn +aKm +aVU +aIc +bbz +bfB +dih +djt +bjd +boV +bpG +bbW +boj +btJ +bus +bsS +bof +bof +bxH +bzf +bAk +bHy +bAk +bEo +aWR +bDm +bGy +bOU +bLK +bNK +bNK +bLK +bLK +bTh +bZJ +cuv +bWy +bXO +bZs +caN +ccA +cDf +cfN +cfJ +ciR +cky +cDf +cmn +cnH +cpb +cQn +cTB +czX +cmJ +cmJ +cmJ +cEf +cFA +cmJ +cmJ +cIz +cmJ +cKm +cLU +cnV +csL +csL +csL +csL +csL +ctZ +csL +cUA +cEx +dae +chf +chf +cTU +cYl +daU +dbz +cOj +csL +dgT +cTX +cYy +dcA +dda +ddh +ddp +dll +dlI +dlY +dlY +dlY +dnd +aab +aab +aab +aab +dnZ +dnZ +dnZ +dnZ +dpf +dpp +dpL +dpV +dqk +dpp +dqm +dqm +dqm +dqm +aab +aab +aab +aab +dqm +dqm +dqm +dqm +dqm +dqm +dqm +drf +drf +drf +drf +drf +drf +drf +drf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(150,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +alJ +aaa +aaa +aaa +aaa +aqe +aaa +aaa +aaa +aaa +awl +aqn +asc +att +avc +avq +avq +avq +vUG +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +aOh +xVt +aTb +aNQ +aVz +aXf +aZK +aIe +bdr +aUA +bhk +bfI +bbC +aGY +beb +djw +bFJ +boX +bpH +bqH +bro +btN +buu +bsV +buJ +bof +bxJ +bzf +bAk +bHy +bAk +bEu +bEu +bEu +bEu +bEu +bLV +bOR +bQC +bQC +bNK +bXA +bZJ +cbV +bWa +bWa +bZv +bZv +ccD +cDf +cfP +cot +cpp +ckA +cDf +cmp +cnK +cpe +cQn +dgm +cFp +cJG +crD +crD +crD +crD +crD +chf +chf +cBQ +cBQ +cMi +cBQ +cDm +cMf +chf +csL +ctZ +ctZ +csL +cUA +chf +csL +cBN +dbM +cuc +cuc +chf +dbC +cNq +dcs +dgT +dcH +dcz +dev +dez +ddi +ddq +dlm +dlm +dlm +dlm +dmD +doE +doE +doE +doE +aab +aab +aab +aab +aab +aab +dpp +dpp +dpp +dpp +dpp +aab +aaa +aab +dqQ +aab +aaa +aaa +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aab +dsa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(151,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awl +awl +awl +awl +awl +awl +avq +avq +atG +atG +avs +atG +dEP +sHt +sHt +sHt +pwU +sHt +sHt +pwU +sHt +sHt +sHt +aOh +aPn +aTb +aNL +aVw +aXf +aZJ +aIc +bdp +bfA +bhj +aIc +bbh +aGY +beb +dju +bLn +bjv +dnD +bmy +boo +btM +brm +bsU +bof +bof +bxI +bzf +bAk +bHy +bDa +bEu +aYk +bEt +bHE +bEu +bLS +bTU +bQB +bRb +cbr +bJR +bZN +cbU +bWz +bXP +bZu +caP +ccC +cDf +cfO +cDf +cDf +cDf +cDf +cmo +cnJ +cpd +cpC +bQV +czY +bQV +crD +cvR +cwk +cxy +cyK +chf +czh +csL +cAv +cLX +csL +chf +csL +cEx +csL +csL +csL +cxl +cUA +cyJ +cyJ +daX +dbM +cAB +cTB +chf +dbA +dcp +cPd +dcw +dcG +dcQ +deu +dey +ddj +ddv +dln +dlV +dln +dmy +dlm +dlm +dnx +aaa +doE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(152,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awl +amK +avq +asf +atw +atT +auK +bVQ +atG +aup +avq +avq +dEP +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +kNZ +aOI +aMn +aOI +aLA +bfa +aIh +aLA +aLA +aLA +aGX +aGX +bbh +aGY +beb +djx +bLU +bjv +dnE +bmy +doq +btP +buv +bof +bof +bof +bxJ +bzf +bAk +bHy +bAk +bEu +aYo +bLj +bHJ +bEu +bMY +bOV +bQE +bOV +cby +cuo +bZP +cbW +bWA +bWA +bWA +caQ +ccE +cei +cfR +chx +ciU +ckB +clh +cmr +cnM +cph +cwX +cpS +czZ +cAt +cGL +cCS +cEh +cmy +cyM +chf +czj +czq +cAv +cMo +cBO +chf +cyJ +chf +chf +chf +cKO +chf +cUG +cWq +cWq +cWq +cWq +cWq +daB +ckK +dbD +crc +csL +dgT +cVH +dcu +dew +ddd +ddk +ddy +dly +dlX +dmh +dmA +dmO +dne +dnI +aaa +doE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(153,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awl +aCh +aqq +awl +atu +atG +auA +axg +axh +lQS +avt +utw +dEP +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +kNZ +aHb +aGY +aGY +aLA +aXi +aZL +bbA +bds +aLA +bhl +bjM +bbI +aGY +beb +bfH +bLU +bjx +bfH +bmy +boq +bpS +bro +bro +bro +bwp +bdT +bzh +bAk +bHA +bJb +aTN +aYl +bEx +bHG +bEu +bMX +bOT +bNL +bRc +bLK +bJS +bZO +cuo +crA +bXR +cuv +cuv +cuv +ceh +cfQ +cou +bSV +cuv +csa +cmq +cnL +ciT +cwT +cuv +cuv +cAs +cBw +cCR +cEg +cFB +cyL +chf +czi +czp +cAw +cMo +cBM +cBQ +cyJ +cEy +csL +chf +cAu +chf +chf +cyP +chf +chf +chf +chf +daA +chf +deT +csK +dgm +dgT +cWx +dcx +dcR +dde +ddl +ddz +dln +dlW +dln +dmz +dlm +dlm +dnx +aaa +doE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(154,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awl +amL +aqr +awl +awl +atG +axf +dgk +axh +auq +avp +auq +nhb +iZs +iZs +eTE +kjI +aFK +aFK +xyo +rIF +rIF +rIF +qsT +aQL +aGY +aGY +aLA +aXV +aRH +bbD +aTq +bfI +bho +bho +bbV +aGY +beb +bfJ +bLU +bjy +bkY +bmy +bos +bof +bof +bsX +buK +bwr +bdT +aQs +bAk +bHy +bAk +bEu +aYr +bLk +bHL +bEu +bLK +bLK +bLK +bLK +bLK +bTZ +cdq +chi +bTZ +bWd +chr +bZz +ccG +ccG +cIx +chz +chr +ckC +ckC +cxj +ckC +ciY +czY +cqM +crE +cvX +cux +cux +cux +cxB +cpQ +chf +czk +czr +cAy +cMA +cBT +cBQ +csL +cEA +csL +cMf +csL +chf +cIk +cJs +cKv +cKN +cLY +chf +daE +chf +chf +chf +chf +dgT +dgT +dgT +dgT +djK +dgT +dgT +dlm +dlm +dlm +dmE +dlm +ddD +doE +doE +doE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +"} +(155,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awl +awl +awl +awl +aaa +awl +azT +azT +axh +auq +avu +auq +atG +aaa +aaa +aOI +xfQ +whv +nqX +vFZ +aOI +aUW +aLc +aGX +aHP +aRv +aGY +aLA +aXU +aZM +bbB +bdt +aLA +aGY +aGY +bbU +beJ +beb +bhY +bjq +beb +beb +beb +beb +bpW +bcS +beb +beb +beb +beb +beb +bAp +bHy +bCZ +bEu +aYq +aZT +bHK +bKe +bMZ +bOW +bFX +bWd +bWd +bTY +bZQ +cbX +bWB +bXS +bZw +caR +ccF +cej +cfS +chy +ciV +cjv +chC +cms +cnN +ciY +cwY +cqM +cuw +ctk +cwr +cQR +cux +cux +crD +chf +chf +cyJ +cAx +cFp +csL +chf +csL +cEz +csL +chf +cyJ +cyP +cIj +cIm +cKu +cKM +csL +cNd +daA +csL +csL +dgm +chf +dhk +dhY +csL +djl +dir +dkr +dkP +dkP +csL +dma +aab +aaa +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(156,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awl +doE +avM +doE +aus +avw +awm +aaa +aaa +aaa +aOI +sPb +lop +xcB +mzv +aOI +aGY +aGY +aGY +aMn +aGY +aGY +aLA +aLA +aLA +aLA +aLA +aLA +aQI +aGY +bbY +bfO +beb +bib +bjN +beb +bhM +bmA +bou +bpV +bpV +bqa +buP +bqa +blb +bjB +bAs +bHy +bAk +bEu +aZU +bEE +bHM +bKg +bNd +aZT +aZT +bWd +bSC +bYg +bZX +ccb +bWD +bXU +bZy +caT +clb +cel +cfV +chB +ciX +ckD +csb +cmv +cnP +ciY +cwY +cqM +cuA +ctn +cBy +cvW +bUA +cBP +cyN +csL +czl +czs +cAz +cFp +csL +cDn +csL +cyJ +cFq +chf +csL +cyP +cIm +cJu +cKw +cJt +cLZ +cNe +daF +dbe +dbY +cTB +dgn +dgX +csL +csL +csL +djY +dgo +dkQ +dlp +dlM +dmi +dma +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(157,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aOI +aFK +aFK +aFK +aOI +aOI +aIF +aHb +aHb +aGX +aGY +aGY +aGY +aGY +aGY +aGY +aGY +aGY +aGY +aGX +bbX +bfG +bhu +djF +bjt +beb +dnH +bqI +brr +brr +brr +brr +brr +brr +bxL +bzj +bAr +bHy +bAk +bEu +aZT +aZT +aZT +aZT +bNa +bOX +bQF +bWd +bSB +bUa +bZS +cbZ +bWC +bXT +bZx +cjF +ccH +cek +cfU +chA +ciW +cmD +cli +cmu +cnO +ciY +cxa +cqM +crF +ctm +cuy +cvV +cSQ +cBP +cyN +cyN +chf +chf +chf +cMF +chf +chf +chf +chf +cMf +chf +cMf +chf +cIl +cJt +cJt +cIj +cIj +cDn +csL +cyJ +dbE +csL +chf +dgY +csL +chf +csL +djM +chf +dkZ +csL +csL +dfM +cBP +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(158,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +amW +amW +amW +amW +amW +amW +amW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aab +aab +aIF +aIF +aIF +aGX +aGX +aGX +aGX +aGY +aGY +aGX +aGX +aGX +aMz +aGX +bcg +bfQ +beb +bfF +bjW +beb +bkU +bxM +boB +btR +boB +boB +boB +boB +bxM +bjB +bAr +bHy +bAk +bEu +bob +bFQ +bFQ +bFQ +bFT +bFQ +bQH +bRe +bSE +bUc +caa +ccd +bWF +bXS +bZA +caV +ccJ +cen +cfX +chE +chr +ckF +cll +ctz +cnR +ciY +cwY +cqM +cvU +ctp +cBz +cvY +daI +cBP +chf +chf +chf +czt +cAA +cMH +cBW +chf +cEp +cEC +cFs +cyJ +csL +chf +cIo +cJv +cKA +cJt +cMc +cNf +csL +cyJ +dce +cYi +dgo +dgo +dhP +dgo +cYi +cYi +dgo +dkS +dlA +csL +dfM +cBQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(159,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +alv +amW +alv +aab +aaa +aab +aaa +aaa +aab +aaa +aaa +aaa +aaa +aab +aaa +aaa +aab +aab +aab +aab +aab +aab +aab +aDS +aGT +aGT +aGT +aGT +aKR +aMi +aMo +aOF +aHP +aQC +aGY +aGY +aGX +aLc +aGY +bhp +bjX +bcb +bfP +beb +bfD +bjV +beb +blc +bxM +boA +btQ +boA +boA +boA +boB +bxM +bzk +bAr +bHy +bJc +bEu +bby +bEI +bEI +bEI +bEI +bEI +bQG +bRd +bSD +bUb +bZY +ccc +bWE +bXS +bZz +caU +chr +cem +cfW +chD +chr +ckE +clk +cmw +cnQ +ciY +cwY +cqM +cqM +cwn +cws +cRu +daH +cBP +cmA +czb +chf +chf +cAv +cMH +cBV +chf +chf +cEB +cyJ +cyJ +cHd +chf +cIn +csL +cIj +cKS +cMb +cNf +csL +cyJ +dcd +dfL +cps +dgZ +cps +diq +djm +cps +dge +dla +dlr +dlN +dml +dmt +dmF +dng +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(160,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aaa +aab +aaa +aab +aaa +app +app +app +app +app +app +app +app +app +aab +aab +aqZ +aqZ +aqZ +aab +aab +aDS +aDS +aDS +aGU +aHK +aIB +aGT +aKT +aGY +aKX +aGY +aHP +aVA +aXW +aZQ +bbE +aZQ +aZQ +aVP +bkD +bcm +beb +beb +bif +bke +beb +bkV +bxM +boA +btQ +boA +boA +boA +boB +bxM +bzk +bAr +bHA +bJe +aTO +buO +buO +buO +bOP +bRh +bOY +bQI +bEu +bWg +bWg +bXN +bVV +bXN +bWi +bZB +caX +bWi +cep +cep +cep +cep +ciY +ciY +ciY +ciY +ciY +cwY +cHf +cqM +cqM +cqM +cqM +cqM +chf +cyP +chf +chf +czu +cAC +cLX +cBX +chf +csK +csL +cFs +cyJ +chf +chf +chf +cJw +cKC +cJt +cMe +cNg +csL +csL +dch +csL +cJG +chf +dhQ +chf +chf +csL +chf +csL +dfM +dlO +dmr +cBQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(161,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +alD +axq +axq +ann +aoK +apn +apn +apn +apn +apn +apn +apn +apn +ann +aqZ +aqZ +azU +awQ +axq +ayE +aDK +aER +aFZ +aGS +aHI +aIA +aJD +aKS +aMk +aMk +aOE +aGX +aQL +aOG +aGY +aMz +aGX +aMz +aMz +bkt +bck +beb +bdV +bie +bka +bjB +ble +bxM +boB +btS +brs +boB +boB +boB +bxM +bjB +bAr +bHy +bJd +bEu +aZT +bFT +bFT +bFT +bFT +bFT +bNd +bEu +bSF +bUd +bUI +bVU +bXs +bXV +ccQ +caW +bWg +ceo +cfY +chF +ciY +ckJ +cmd +cga +bQX +ciY +cwY +bQX +bUx +ctq +cuC +csL +csL +ceb +ceb +csL +chf +chf +chf +cMF +chf +chf +cEq +csL +csL +csK +chf +cHZ +csL +cYj +cKB +cJu +cMd +chf +czf +dbk +dcg +cYi +cYi +dgo +cYi +cYi +cYi +djN +dkt +cYi +ddH +cXr +dmm +cBP +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(162,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alw +aaa +aab +aaa +aab +aaa +apq +apq +apq +apq +apq +apq +apq +apq +apq +aab +aab +aqZ +aqZ +awR +aab +aab +aDS +aDS +aDS +aGW +aHJ +aIC +aJH +aMK +aGY +aGY +aOG +aGX +aQJ +aOG +aGY +aGX +aTZ +aGY +aMr +bkI +bcn +beb +bdW +bfN +bkj +boY +bpI +bqL +brZ +btU +bow +bow +byM +bru +bxL +bzj +bAr +bHy +bJh +bEu +aZT +bFX +bFX +bFX +bEI +bFX +bQJ +bEu +bSH +bUf +bUI +bVX +cdn +bXW +bXW +caZ +bWg +cer +cga +cga +cja +ckL +cga +cga +cga +cyE +cxb +cxJ +cAb +ctr +cuD +ctr +ctr +ctr +ctr +ctr +ctr +cJd +cKo +cMO +cNn +ciY +ciY +ciY +ciY +chf +chf +cIa +cAv +cAv +cKD +cJt +cJG +chf +chf +deo +chf +cBN +chf +chf +cTU +cXr +cYi +dgo +dgo +cYi +cYi +dmc +cBP +cBP +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(163,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alw +amh +amW +alv +aab +aaa +aab +aaa +aaa +aaa +aab +aaa +aaa +aab +aaa +aaa +aab +aab +aqZ +aab +aab +aab +aab +aaa +aGT +aGT +aGT +aGT +aGT +aGX +aHb +aNh +aOG +aGX +aHb +aOG +aGY +aTg +aGY +aGY +aHP +bkt +bck +beb +bei +bfL +bhR +bjB +dnK +dnU +bov +bqa +brt +bsY +buL +bws +bxN +bjB +bAt +bHy +bJg +bEu +bzi +bFV +aZT +aZT +aZT +bFV +bNd +bEu +bSG +bUd +bUI +bVW +cdj +bXQ +bXQ +caY +bWg +ceq +cfZ +chG +ciZ +cga +cmf +aqE +cga +cpj +cpF +cxD +cAa +cfZ +bQX +bQX +bQX +bQX +bQX +bQX +bQX +bQX +csL +csL +cNi +cDo +ciY +cED +bQX +chf +cHe +csL +csL +cTQ +cTQ +csL +cJv +chf +cPa +dbn +ciY +chf +chf +dha +csL +dfM +djz +chf +cBN +dnJ +dnP +dlQ +cBP +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(164,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aaa +aab +aaa +aaa +aaa +aab +aaa +aaa +aab +aaa +aaa +aab +aaa +aqZ +aaa +aaa +aaa +aab +aab +aGX +aTX +aUR +aVN +aKP +aML +aVJ +aPs +aRD +aMz +aGX +aOG +aGY +aMz +aGX +aGX +aGX +bkN +bcm +beb +beb +beb +beb +beb +beb +beb +beb +beb +beb +beb +beb +beb +beb +beb +bAi +bHt +bJl +bte +bGr +bGr +bGr +bGr +bGr +bGr +bQL +bGr +bGr +bWi +bUJ +bVZ +bXv +bYk +bZB +caX +bWi +clp +clp +clp +clp +cpR +cpR +cpR +cpR +cpR +cpR +cxD +bQX +cep +cep +cep +cts +cts +cts +cep +cep +cep +cBP +csL +cNq +bQX +ciY +cga +cga +chf +chf +chf +chf +chf +chf +chf +cyP +chf +cPe +dbw +ciY +cSg +cuQ +cuQ +cEG +dhR +bGH +cBP +cBP +dnO +cBP +cBP +cBP +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(165,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +amW +amW +amW +aab +aab +aab +app +app +app +app +app +app +app +aaa +aqZ +aab +aaa +aaa +aaa +aaa +aGX +aUa +aUa +bLG +aGY +aGX +aGX +aGX +aTs +aMz +aOF +aOG +aGX +aUb +aGY +aGX +aWb +aYK +bct +bfR +bfR +bfR +bfR +bfR +bfR +bfR +bfR +bfR +bfR +bPx +byQ +bAW +bCN +bCN +bFk +bHC +bJk +bKa +bGr +bIf +bHN +bLN +bNg +bOZ +bQK +bJo +aZS +bWi +bWg +bVY +cbd +cbd +cbd +cbd +cbd +clT +cnt +cov +cpq +crg +csd +ctA +cuJ +cwj +cpR +cxD +bQX +cep +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +cep +cBG +cNp +cOm +cOm +cOm +cOm +cOm +cOm +cOm +cOm +cOm +cOm +cOm +cOm +cOm +daJ +dbq +dep +cac +cac +cac +dcI +dcW +bGH +aaa +cBQ +dnL +cBQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(166,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aqZ +aqZ +aoK +apn +apn +apn +apn +apn +apn +ann +aqZ +aab +aaa +aab +aab +aab +aGX +aMz +aMz +aMz +aGY +aGX +aOi +aGX +aRI +aMz +aHb +aOG +aIE +aGY +aGY +aMz +aSg +aYO +aGY +aGY +aGY +aGY +aTg +aGY +aQL +bmH +aGY +aTg +aGY +bte +bvg +bwv +bwv +bwv +bvh +bHH +bJm +bKb +bKR +bLl +bMV +bLE +bHX +bLE +bQK +bHX +bpD +bWj +bLR +bWc +cbd +ccT +cez +cgc +cbd +clU +cjG +cox +cod +cpR +csf +ctx +cuL +cpl +cpR +cxD +bQX +cep +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +cep +cBH +cDg +bQX +bQX +bQX +cFv +bQX +bQX +cIc +cIq +cIq +cIq +cIq +cIq +cIq +cPf +cDo +cep +bGH +bGH +bGH +dia +dcW +bZZ +aaa +cBQ +csL +cBQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(167,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aqZ +aab +apq +apq +apq +apq +apq +apq +apq +aab +aqZ +aab +aab +aaa +aaa +aaa +aGX +aHc +aIv +aGX +aMn +aGX +aGX +aGX +aRG +aGX +aGX +aOG +aGX +aMz +aMz +aMz +aSg +aYO +aGY +bau +bau +bau +bau +bau +bau +bau +bau +bau +bau +bau +bve +bwv +bwv +bwv +bvh +bHF +aSI +bwv +bGr +bIg +bMU +bLP +bRi +bLP +bQK +bVz +bSI +bWj +cab +bWc +cbd +ceI +cgT +cjH +cbd +cjG +cjG +cow +coi +cpU +crL +ctw +cuK +cwq +cpR +cxK +bQX +cep +aaa +aab +aab +aab +aaa +aaa +aaa +cep +cep +ciY +ciY +ciY +ciY +ciY +ciY +dci +ciY +cIb +ciY +ciY +dci +ciY +ciY +ciY +dci +cep +cep +aaa +aaa +bZZ +dia +dcW +bZZ +aaa +cBQ +dlh +cBQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(168,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aqZ +aaa +aab +aaa +aaa +aab +aaa +aaa +aab +aab +aqZ +aaa +aab +doE +aHN +aHN +aHN +aGY +aOC +aGX +aGY +aQI +aGX +aMo +aRJ +aTe +aVB +aXX +aZX +bbF +aZX +bfK +aWg +aYX +bau +bau +btl +bih +bia +bju +bli +blp +boF +blp +brw +bau +bvh +bwv +bwv +bwv +bvh +bHP +aTH +bux +bwL +bBm +bNb +bLm +bRr +bUl +bQN +bVC +bRU +bWj +bLR +bWc +cbd +ccV +chb +cjJ +cbd +cjI +clm +cow +coi +cpW +crM +cty +cuM +cwl +cxc +cxQ +bQX +cep +aaa +aaa +aab +aab +aab +aaa +aaa +cep +bQX +bQX +bQX +cDp +ciY +cEF +bQX +bQX +bUx +cIb +bQX +bQX +bQX +bQX +bQX +bQX +bQX +cep +aaa +aaa +aaa +bZZ +dia +dcW +bZZ +aaa +doE +doE +cTR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(169,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aqZ +aaa +aab +aaa +aaa +aab +aaa +aaa +aab +aab +aqZ +aaa +aaa +azb +aJC +aCy +aMf +aNf +aGY +aMn +aGY +aGY +aMn +aGY +aGY +aPK +aGY +aGY +aQI +aUc +aAY +aVQ +aSg +aYW +bau +bco +bhw +bcp +bcp +bcp +bli +bcp +boF +bcp +brw +bau +bvh +bwv +bxP +bxP +bvh +bHI +aSV +bux +bwL +bBm +bMW +bOS +bRj +bTW +bUN +bVA +bRU +bWj +bLR +bWc +cbf +ccU +cha +cgd +cbf +cjG +clo +cow +coi +cpV +crL +ctw +cuK +cvT +cpR +cxO +cAc +cts +aaa +aaa +aaa +aab +aab +aab +aaa +cep +cAE +cBI +cDh +bQX +ciY +cEE +cFv +bQX +cHf +cIb +cIr +cpE +cKE +ciY +bQX +cNh +cFv +cep +aaa +aaa +aaa +bZZ +dia +dcW +bZZ +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(170,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aqZ +aab +app +app +app +app +app +app +app +aab +aqZ +aaa +aaa +doE +aHN +dof +dog +aNg +aGY +aGX +aQI +aGY +aGX +aNi +aGY +aGX +aGX +aGY +aMz +aGX +aGX +aGX +aWA +aYY +bqj +bfU +bhx +bij +bkp +bfU +bfU +bqM +bfU +btW +brx +bau +byU +bAX +bau +bau +bFn +bHI +bwv +bEA +bEA +bIa +bNf +bLI +bNE +bNE +bIa +bIa +bIa +bIa +caj +cce +cdB +ceJ +chv +cjK +cbf +cjG +cjG +coz +cod +cpR +csA +ctB +cuO +crL +cpR +cxO +cAe +cts +aaa +aaa +aaa +aaa +aab +cep +cep +cep +cep +cep +cep +cep +cep +cep +cep +cep +cep +cIb +cIs +bQX +cKF +ciY +cMh +cKF +cep +cep +aab +aab +aab +bGH +dia +dcW +bGH +aab +aab +aab +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(171,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aqp +aab +aqZ +aqZ +aoK +apn +apn +apn +apn +apn +apn +ann +aqZ +aaa +aaa +aaa +aaa +aaa +aHN +aJI +aGY +aGX +aGX +aMn +aGX +aGX +aGY +aMz +aQM +aGY +aGX +aUe +aGY +aGX +bbh +bau +bau +bch +bem +bfY +bkn +bcp +blj +blj +blj +btV +blj +bvO +byR +blj +bxQ +bau +bvh +bHI +bwv +bEA +bGu +bGc +bNc +bLT +bNi +bPn +bRk +bSW +bSJ +bIa +cad +bWn +cbf +ccW +chg +cgf +cbf +cjG +clt +coy +cod +crh +csv +crO +cuN +cwm +cpR +cxR +cAd +cts +aaa +aaa +aaa +aaa +aaa +cBR +cKP +cJK +cJK +cxN +cKP +cJK +cJK +cxN +cKP +cJK +cJK +cIb +ciY +ciY +ciY +ciY +ciY +ciY +cep +aaa +aaa +aaa +aaa +bZZ +dia +dcW +bZZ +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(172,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aqZ +aab +apq +apq +apq +apq +apq +apq +apq +aab +aqZ +aaa +aaa +aGX +aGX +aGX +aGX +aGX +aGX +aGX +aID +aGY +aGY +aGY +aGY +aMz +aGY +aGY +aIE +aGY +aGY +aGX +bbh +bau +bav +bci +ben +bfZ +bkL +bjE +blk +blk +blk +btX +blk +blk +buW +blj +bxR +bau +bFo +bHI +bwv +bEA +bGA +bId +bNh +bPa +bRy +bPo +bPo +bId +crH +bIa +bLR +ccf +cbf +cdb +chw +cgg +cbf +clp +clp +clp +cod +cpY +crP +crL +cuS +cpR +cxI +cxO +cpH +cep +aaa +aaa +aaa +aaa +aaa +cBR +cKQ +cMg +cJK +cxN +cKQ +cKZ +cJK +cxN +cKQ +cMg +cJK +cIb +cIu +cJz +cKG +bQX +bQX +cep +aaa +aaa +aaa +aaa +aaa +bZZ +dia +ddc +bZZ +aaa +aaa +bZZ +bZZ +bZZ +bZZ +bZZ +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(173,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aqL +aqZ +aab +aab +aaa +aaa +aab +aaa +aaa +aab +aab +aqZ +aaa +aaa +aGX +aDq +aEx +aFM +aHd +aGY +aJE +aGY +aGY +aKX +aGY +aGY +aGX +aGX +aMn +aGX +aMz +aMz +aQL +bbh +bau +bao +bcs +beo +beo +bkK +bcp +bcp +blj +bcp +btV +bry +bth +buV +blj +bxS +bau +bvh +bHI +cXf +bEA +bGw +bId +bNJ +bLL +bRs +bTX +bPo +bId +bUF +bIa +cal +bWn +cbf +cbf +cbf +cbf +cbf +cbj +cbj +cbj +cod +cod +cod +ctu +cuR +cpR +cpH +cxO +cep +cep +aaa +aaa +aaa +aaa +aaa +cBR +cKR +cJK +cJK +cxN +cKR +cJK +cJK +cxN +cKR +cJK +cJK +cIb +cIt +cIr +bQX +bQX +aqF +cep +aaa +aaa +aaa +aaa +aaa +bZZ +dia +dcX +bZZ +aaa +aaa +bZZ +dlB +dlZ +dlB +bZZ +aaa +aaa +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(174,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aqZ +aaa +aab +aaa +aaa +aab +aaa +aaa +aab +aab +aqZ +aaa +aaa +aHN +aWV +aEy +aFO +aHf +aGY +aGY +aGY +aKV +aMo +aMo +aGY +aMz +aQO +aGY +aKX +aIE +aUW +aUW +bbh +bau +bax +bcj +bep +bfT +bkQ +bjF +bll +bcp +boG +btZ +bcp +bti +buV +blj +bxT +bau +bFr +bHI +bJp +bEA +bEA +bIm +bNJ +bLM +bRF +bPp +bRl +bVD +bIa +bIa +bLR +bWn +cbj +ceL +chI +cjM +chU +clX +cnv +coB +chI +crj +cbj +ctv +cuX +bIi +cpI +cxO +cep +aaa +aaa +aaa +aaa +aaa +aaa +cBR +cKW +cMl +cNm +cxN +cPm +cQx +cRD +cxN +cTJ +cVe +cWi +cIb +cep +cep +cep +cep +cep +cep +ddF +aaa +aaa +aaa +aaa +bZZ +dia +dcW +bZZ +aaa +aaa +bZZ +dlC +dmb +dmn +bZZ +aaa +abp +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(175,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aqZ +aaa +app +app +app +app +app +app +app +aab +aqZ +aaa +aaa +aHN +aDr +aQI +aFN +aHe +aGY +aGY +aGY +aKU +aMl +aNj +aGY +aMz +aQN +aGY +aUU +aIE +aGY +aGY +bbh +aGX +aGX +aGX +aGX +aGX +aGX +aGX +bll +bmD +boG +btY +buw +bek +bzp +bAY +bCO +bau +bvh +bHI +bwv +bEJ +bGB +bIc +bNJ +bId +bRz +bId +bId +bId +bWe +bLI +cau +ccg +cdC +ceK +ceK +cjL +clg +clW +ceK +coA +ceK +cri +csB +bYm +cuV +bIi +cxi +cxT +cBQ +aaa +aaa +aaa +aaa +aaa +aaa +cBR +cIU +cJr +cJJ +cKp +cLc +cJr +cLQ +cLR +cLc +cJr +cRY +cMj +cMI +cZq +cMk +dbf +dbR +cBR +aab +aab +aab +aab +aab +bGH +dia +dcW +bGH +aaa +aaa +bGH +cuQ +dgf +cuQ +bGH +aaa +aaa +aaa +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(176,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aab +aqZ +aqZ +aoK +apn +apn +apn +apn +apn +apn +ann +aqZ +aaa +aaa +aGX +aHO +aGY +aGY +aGX +aGX +aHP +aJK +aKX +aGY +aGY +aGY +aGX +aQP +aMk +aMk +aMk +aMk +aMk +aXa +aZd +bcA +aZd +aZd +bip +bjn +aGX +bau +bau +bau +bpY +buy +btj +buV +blj +bxV +bau +bFs +bHI +bwv +bDq +bGE +bIl +bNJ +bPb +bRO +bUe +bUe +bUe +bUe +bYl +cax +cci +cbj +chT +cjN +cjN +clq +cmP +cmV +cmV +cmV +chT +cbj +bLR +cvF +bIi +cxU +cxT +cBQ +aaa +aaa +aaa +aaa +aaa +aaa +cBR +cKY +cEH +cPp +cEH +cPp +cEH +cPp +cEH +cPp +cEH +cPp +cXv +cMQ +cZs +cJK +cKZ +cJK +cBR +aaa +aaa +aaa +aaa +aaa +bZZ +dia +dcW +bZZ +aaa +aaa +bGH +bGG +bGG +dbg +bGH +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(177,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aaa +aab +aab +apq +apq +apq +apq +apq +apq +apq +aab +aaa +aaa +aab +aAf +aAf +aAf +aMn +aAf +aHb +aMz +aMz +aIE +aGX +aMn +aMz +aGX +aOG +aGY +aGY +aGY +aGY +aGY +aWZ +aGX +aHO +bel +bfW +bio +bii +aGX +bkX +bmE +bau +bqc +bkQ +btb +buV +blj +bxW +bau +bvh +bHI +bwv +bDq +bGB +bIn +bNj +bKk +bNN +bPy +bRm +bSY +bUH +bLI +cav +cch +cbj +cbj +cjN +cjN +clq +cmS +cmV +cmV +cmV +cbj +cbj +ctC +cvF +bIi +cxM +cxT +cBP +aaa +aaa +aaa +aaa +aaa +aaa +cBR +cIA +cVf +cKq +cMP +cTK +cQz +cRH +cQz +cTK +cVf +cRZ +cXt +cMJ +cZr +cJK +cJK +cJK +cBR +aaa +aaa +aaa +aaa +aaa +bZZ +dia +dcW +bZZ +aaa +aaa +bGH +dlD +dgy +bGG +bGH +bGH +bGH +bZZ +bZZ +bZZ +bZZ +ddX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(178,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +aaa +aaa +aaa +aab +aab +aab +aab +aab +aab +aab +aaa +aaa +aaa +aAf +aCN +aDt +aEz +aFP +aCP +aGY +aGY +aGY +aGY +aGY +aMc +aNn +aNR +aOk +aRX +aRK +aXb +aTr +aRX +bap +baz +baz +baz +baz +bir +baz +aYP +dnM +bmG +boy +bcp +brA +btl +buV +blj +bCS +bau +bFv +bHI +bwv +bDr +bEA +bEA +bNl +bEA +bEA +bPs +bEA +bTa +bIa +bIa +bLR +cch +cbk +cbj +cbj +cbj +cbj +cbj +cbj +cbj +cbj +cbj +crR +bLR +cvG +bIi +cxN +czx +cBR +cBR +cDq +cDq +cDq +cBS +cBR +cBR +cxN +cxN +cKx +cPp +cEH +cOo +cOP +cPJ +cQl +cRn +cSc +cXz +cNa +cxN +cxN +cxN +cxN +cBR +aaa +aaa +aaa +aaa +aaa +bZZ +dia +dcW +bZZ +aaa +aaa +bGH +dlJ +bGG +bGG +bGG +dmb +dnQ +dnR +dnS +dnX +dom +doE +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(179,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amW +amW +amW +amW +amW +aqp +amW +amW +amW +amW +amW +amW +amW +amW +aAf +aCO +aDs +aES +aDs +aAf +aGY +aMq +aMq +aMq +aPO +aMb +aPO +aMq +aMq +aUY +aGX +aSg +aQL +aGY +aSg +baz +bcq +beq +bfX +biq +bjr +aYP +bkZ +bmF +bau +bqd +brB +brG +buV +blj +bCR +bau +bFu +bHI +bwv +bDq +bGF +bIi +bNk +bPd +bRP +bPt +bOv +bSZ +bUK +bUK +bUK +ccj +cdF +ceM +chM +bUK +clj +clY +bUK +coC +cpr +ceM +csF +bLR +cvF +cwo +cxN +cxW +cAf +cBS +cDy +cEH +cEk +cBR +cGz +cIO +cIB +cxN +cKt +cPp +cEH +cOn +cOO +cPF +cPY +cRm +cRv +cXA +cMI +cZt +cMk +dbf +dbR +cBR +aaa +aaa +aaa +aaa +aaa +bZZ +dia +dcW +bZZ +aaa +aaa +bGH +dbg +bGG +dmp +cuQ +dmM +dnn +bZZ +bZZ +bZZ +bZZ +doE +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(180,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aAf +aAf +aCP +aDW +aCP +aCP +aCP +aGY +aMq +aCL +aDZ +aMq +aMg +aMq +aTj +aUg +aUY +aHO +aSg +baz +baz +aXd +baz +bcw +bet +bcx +biw +baz +aYP +aYP +aYP +aYP +aYP +aYP +aYP +buZ +bva +aYP +aYP +bFz +bHQ +bJq +bJq +bKT +bSz +bNn +bPi +bRT +bSz +bUP +bVF +bWl +bYm +caB +ccp +cdL +ceN +chO +ceN +cln +cmi +cny +coD +cpu +cro +csH +cny +cvH +cwt +cyT +cyC +cAi +cDv +cBA +cCU +cEm +cFD +cGB +cHA +cIN +cJe +cKI +cMS +cNs +cOp +cOR +cPK +cQs +cRt +cSf +cPp +cMQ +cZy +cJK +cKZ +cJK +cBR +aab +aab +aab +aab +aab +bGH +dff +dhR +bGH +bGH +bGH +bGH +cuQ +dgf +cuQ +bGH +bGH +bGH +bZZ +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(181,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aAf +aAf +aBU +aCM +aDV +aEU +aAf +aGY +aGY +aMq +aCU +aOL +aKJ +aMe +aNr +aQR +aQR +aMq +aHb +aSg +baz +aXj +aXc +baz +bcu +ber +bga +bis +bvN +bcD +bld +blw +bmI +bmT +buz +brI +buY +boJ +bjD +aYP +bFw +bHI +bwv +bDq +bEM +bIk +bNm +bKn +bRQ +bUh +bUO +bVE +bWk +cbn +cay +cbn +cbn +cdd +chN +cbn +bTw +cbn +cbn +cbn +cpt +crn +bLR +bLR +bLR +cwp +cxN +cyB +cAf +cAD +cDy +cCT +cEl +cBR +cGA +cHz +cIL +cxN +cKy +cMR +cNr +cEH +cEH +cSH +cQr +cUZ +cSH +cXA +cUP +cZv +cJK +cJK +cJK +cBR +aaa +aaa +aaa +aaa +aaa +bGH +dia +ddB +djo +djX +dkF +dli +dlP +djo +dmq +dmu +dmN +dnp +aab +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(182,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aAf +aBd +aBg +aCR +aDY +aEW +aCP +aAY +aGY +aMq +aNm +aEY +aKM +aQU +aNs +aTl +aUi +aMq +aGY +aSg +baz +aUL +aXg +baz +bcO +bfV +bhB +biy +bgg +bcD +bpK +bqT +bsa +bmp +buB +bmp +boJ +boJ +byZ +aYP +aSI +bHI +bwv +bDq +bED +bED +bNq +bED +bED +bED +bED +bTb +bWp +bLR +bYi +bZU +bZU +cdf +chQ +bYj +bYj +bPt +bPt +bPt +cpD +bPt +bPt +bIi +bIi +bIi +cxN +cAG +cAP +cAP +cDu +cCX +cEo +cBS +cBR +cxN +cxN +cxN +cxN +cxN +cNL +cEH +cEH +cSH +cQr +cVg +cSh +cPp +cNc +cxN +cxN +cxN +cxN +cBR +aaa +aaa +aaa +aaa +aaa +bGH +dia +cTS +bGG +cLh +cuQ +cJQ +bGG +bGG +bGG +bGH +aab +aab +dhc +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(183,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aAg +aBc +aBV +aCQ +aDX +aEV +aCP +aHb +aGY +aMq +aMq +aMq +aPS +aQT +aOL +aTk +aUh +aMq +aGY +aSg +baz +aXk +aXe +baI +bcx +bcx +bhA +bix +bgg +bcD +bpJ +bmO +blo +bqg +buA +bqg +boJ +boJ +bya +aYQ +aSI +bHI +bwv +bDq +bGK +bIt +bNp +bKo +bMj +bPz +bRp +bTg +bWn +bLR +bYh +bZT +cbp +bPE +chP +cjO +bYj +bGG +cgs +coj +cpv +crq +cgs +ctF +bPA +bGG +bGG +cmB +cAP +cCd +cDB +cCV +cEn +cHn +cAP +cJK +cJK +cJK +cNt +cKs +cNI +cQt +cOS +cSH +cQu +cxN +cEH +cXA +cMI +cZz +cMk +dbf +dbR +cBR +aaa +aaa +aaa +aaa +aaa +bGH +dia +cuQ +cuQ +cuQ +cuQ +cuQ +cuQ +cuQ +bGG +bGH +bGH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(184,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aAg +aBe +aBg +aCS +aBg +aEX +aGd +aMz +aGY +aMq +aNp +aGV +aOJ +aOM +aOL +aTm +aUi +aMq +aGY +aSg +baz +aYx +aXo +baz +bcC +bcz +bcz +bcz +baz +bjD +bpO +blz +boJ +boJ +boJ +boJ +boJ +boJ +boJ +bEl +aSI +bHI +bwv +bDq +bGL +bPD +bKi +bPl +bRX +bUj +bUQ +bTe +bWn +bLR +caC +ccr +cdM +ceO +chS +cjQ +bYj +cmx +cla +dsz +cpT +dsz +cla +ctH +cAS +cAS +cAS +cyI +cAQ +cCf +cDw +cCZ +cEs +cHi +cAP +cJK +cKZ +cJK +cNy +cKV +cPp +cEH +cEH +cSH +cQD +cxN +cWg +cPp +cMQ +cZB +cJK +cKZ +cJK +cBR +aaa +aaa +aaa +aaa +aaa +bGH +dia +bGG +cTL +djP +cQC +dlj +dlz +cuQ +bGG +dbg +bGH +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(185,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aAg +aBg +aBV +aBg +aBg +aBg +aGc +aGY +aGY +aMq +aNo +aHL +aDZ +aQY +aEY +aQR +aQR +aMq +aQI +aSg +aYP +aYP +aYP +baz +bcB +bcz +bcz +bcz +baz +bjA +bpM +blx +boJ +boJ +boJ +bxB +boJ +boJ +boJ +aYQ +aSI +bHI +bwv +bEM +bGK +bIv +bKi +bKx +bMt +bUi +bRq +bTe +bWq +bOa +bYj +bZV +cbq +cdg +chR +cjP +bYj +cmk +cgs +dsy +cpG +crs +cgs +ctG +cuY +cwK +cyl +cyF +cAZ +cCe +cBB +cCY +cEs +cHi +cAP +cJL +cLa +cMk +cNx +cKT +cPt +cQB +cRx +dnY +cQA +cxN +cWr +cXB +cNl +cZA +cJK +cJK +cJK +cBR +aaa +aaa +aaa +aaa +aaa +bGH +czL +dcI +bGG +bGG +bGG +bGG +bGG +cuQ +bGG +bPA +bZZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(186,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aAg +aBh +aBX +aBg +aBg +aEZ +aAf +aGY +aGY +aMq +aNq +aNk +aOK +aQW +aRZ +aTn +aUj +aMq +aGY +aSg +aYP +aYA +baA +baz +baz +bvN +bgg +bgg +baz +bjI +bpO +blz +boJ +boJ +boJ +boJ +boJ +boJ +boJ +bEl +aSI +bHI +bDr +bED +bED +bIo +bKi +bIp +bRY +bUk +bUR +bVG +bWr +bLR +bYj +bVo +bYA +cdi +chW +cjS +bYj +cmB +cgs +cgs +cpZ +cgs +cgs +cgs +cuP +cwu +bGG +cyR +cAP +cCg +cDC +cDd +cFS +cFH +cAP +cBR +cBR +cBR +cBR +cBR +cBR +cBR +cBR +doa +cBR +cBR +cWw +cWw +cBR +cBR +cBR +cBR +cBR +cBR +aab +aab +aab +aab +aab +bGH +cuQ +dia +cuQ +cuQ +cuQ +bGG +bGG +cuQ +bGG +cLh +bZZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(187,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aAg +aBf +aBg +azS +aAb +aAL +aAf +aGY +aHO +aMq +aMq +aMq +aMq +aMq +aMq +aMq +aMq +aUf +aGY +aSg +aYP +aYz +bay +aZl +bcF +bcD +bhC +bcD +bjs +bcD +bpP +bmJ +bln +bmp +buB +bmp +boJ +boJ +bya +aYQ +aSI +bHR +bDq +bED +bGC +bIp +bKi +bLW +bIp +bPB +bIp +bTe +bqb +ctv +bYj +bZW +cdO +ceQ +chV +cgq +bYj +cmB +cgs +cmW +cpX +crx +crW +cgs +cuQ +cuQ +bGG +cyR +cAP +cBZ +cDw +cDb +cEt +cFE +cAP +aab +aab +aab +aaa +aaa +aaa +aaa +aab +cSK +aab +aaa +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bGH +bPA +dia +cuQ +aaa +cuQ +cuQ +dgf +cuQ +bGG +bKl +cMs +aab +aab +aab +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(188,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aAg +aBj +aBg +aCV +aEa +aFb +aAf +aIE +aGX +aGX +aab +aMr +aab +aGX +aJN +aKZ +aMz +aQI +aGY +aSi +bjg +aUX +aUX +aZF +bcP +bgb +bhD +aUX +bla +aUX +bpU +bqW +bsb +bqg +buA +bqg +boJ +boJ +bzl +aYP +bFG +bHT +cXh +bED +bGD +bIy +bKj +bNC +bNU +bPJ +bRE +bED +bRn +bPk +bYj +bYz +bYB +cdk +ceS +cgv +bYj +cmk +cgs +cmY +cqb +crB +csM +cgs +bGG +cuQ +cxS +cBx +cAP +cCh +cDw +cDr +cDw +cFI +cAP +cAP +aab +aaa +aaa +aaa +aaa +aab +aab +aab +aab +aaa +aaa +aaa +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bGH +cAU +dia +bZZ +aaa +bZZ +bGG +bGG +bGG +bGG +cMs +bGH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(189,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aAf +aBe +aBg +aBg +aBg +aFa +aAf +aGY +aGY +aGX +aab +aMr +aab +aGX +aJL +aKY +aMz +aOF +aGY +aGY +aYP +aYB +baB +aZm +bdY +bfS +bgi +bgi +aYP +bcD +blm +bcD +bmK +bcD +bcD +bcD +boJ +boJ +bjD +aYP +bFB +bHS +cXg +bED +bED +bED +bED +bED +bED +bED +bED +bED +bts +bPj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +cmB +cgs +cmX +cqa +crz +csJ +cgs +bGG +cuQ +cxZ +cyR +cAP +cCb +cDw +cDe +cDw +cHw +cIC +cAP +cLb +cLb +cLb +cLb +cLb +aab +aaa +aaa +aab +aab +aaa +aaa +aab +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bGH +bGG +dia +bZZ +aaa +bZZ +bGG +bGH +bGH +bGH +bGH +aaa +aaa +amW +amW +amW +amW +amW +amW +amW +amW +amW +ayi +amW +amW +amW +amW +amW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(190,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aab +aab +aAf +aAf +aBW +aCW +aEc +aAf +aAf +aGY +aLc +aGX +aab +aMr +aaa +aGX +aGX +aGX +aGX +aJM +aGY +aGY +aYP +aYG +baC +aZm +bcV +bfS +bgi +bhZ +aYP +bjp +aYP +bmg +aYP +bmU +bgf +aYP +buG +buG +bEF +bEF +cYw +bHV +cXj +cXn +cXo +cYh +cYp +cYh +cZp +cZp +cZT +bEG +cjT +cac +cba +ccM +cdP +dsm +cFc +dso +cFc +cmF +cgs +cnb +cqd +cqn +csR +cgs +cgs +cgs +cya +cyR +cAP +cCc +cDw +cDr +cDw +cDw +cHw +cJO +cLk +cMu +cNz +cOv +cLb +cLb +aaa +aaa +aaa +aab +aab +aaa +aab +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +cMs +dic +ddZ +cxS +aaa +cuQ +bGG +bGH +aab +aab +aab +aab +aab +amW +aaa +aaa +aab +aab +aaa +aaa +aab +aab +aaa +aaa +aab +aab +aaa +amW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(191,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aAf +aAf +aAf +aAf +aFd +aAf +aGX +aGX +aGX +aaa +aMr +aaa +aaa +aaa +aaa +aGX +aGX +aGX +aIF +aYP +aYF +baC +aXh +bcR +bfS +bgR +bgi +aYP +bjL +blq +blI +aYR +aYQ +aYR +bEF +bmm +bAZ +bAI +bAI +bFH +bHU +bJr +bJr +bJr +bLo +bNt +bPq +bPq +bPq +bUS +bXi +bWv +bYn +caS +ccI +bGG +dfc +cLh +cgs +cgs +cgs +cgs +cmZ +cqc +crG +csP +ctI +cvc +cgs +ctF +cyR +cAP +cCi +cDw +cDs +cEu +cFJ +cID +cAP +cLj +cMm +cLe +cOu +cPy +cLb +aaa +aaa +aaa +aaa +aab +aab +aab +aaa +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +bGH +bGH +cMs +ddK +cuQ +cuQ +cuQ +bGG +bGH +aaa +aaa +aaa +aaa +aaa +alw +aaa +doh +ddP +doG +aab +doh +ddP +doG +aab +doh +ddP +doG +aaa +amW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(192,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aab +aab +aab +aYR +aYR +aYR +aYR +aXl +aYR +aYQ +aYQ +aYR +aYR +aYR +aYR +aYR +aab +bEG +bsP +buH +bBd +buH +buH +bGj +dck +bmm +bmm +bmm +bBc +cYw +cYO +cZD +cYO +cYk +bEF +cOC +bGG +dbm +dbx +bGH +bZZ +bGp +cgt +cif +cjV +clu +cna +cqk +cqa +csT +cto +cve +cgs +bGG +cyR +cAP +cCk +cBC +cDt +cFY +cHo +cIH +cJT +cLe +cLe +cNu +cMT +cPA +cQv +cRy +aaa +aaa +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aab +aab +aaa +bGH +bGH +bGH +cJQ +cuQ +dea +djA +bGG +bGG +cTS +bZZ +aaa +aaa +aaa +aaa +aaa +ayi +aab +doh +ddQ +doG +aaa +doh +ddQ +doG +aaa +doh +ddQ +doG +aab +amW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(193,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aMr +aaa +aaa +aaa +aaa +aaa +afO +aaa +aaa +aab +aab +aab +aaa +aab +aab +aaa +aaa +aab +aaa +aab +aaa +aaa +aab +bEG +bsO +bmm +bBc +bmm +bAJ +bGh +cVt +bGh +bAJ +bmm +bBc +cYw +bjR +bAK +bjR +cZV +bEF +bKl +daS +cAU +bGG +bGH +aab +dbP +cgs +chY +cjW +clw +cnf +cqe +crI +csg +cqk +cuT +cgs +bGG +czc +cAP +cCj +cDD +cDG +cFU +cHp +cIF +cJR +cLl +cLe +cLe +cLe +cPz +cLb +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aab +aab +bGH +bGG +cuQ +cuQ +cuQ +dia +bGG +bGG +dkv +bGG +bZZ +aaa +aaa +aaa +aaa +aaa +aab +aaa +doh +ddQ +doG +aab +doh +ddQ +doG +aab +doh +ddQ +doG +aab +amW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(194,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aMr +aaa +aaa +aaa +aaa +aaa +aMr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aab +aaa +aab +aab +bEG +bta +bmm +bBc +bCX +bAK +bjR +bjR +bjR +bEF +cXs +bBc +cYw +cZk +cZk +cZk +daa +big +big +big +big +cjA +aYS +aaa +dbP +cgu +chZ +chZ +cgu +cgu +cqg +crI +csg +cqk +cuU +cgs +bGG +cze +cAP +cCm +cDG +cDG +cGa +cHq +cIE +cJP +cLg +cMn +cNv +cOD +cLb +cLb +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aab +bGH +bGG +dgA +cTS +cuQ +dia +djA +dbg +cLh +dfP +bGH +aab +aab +aab +aab +aab +aab +aab +doh +ddQ +doG +aab +doh +ddQ +doG +aaa +doh +ddQ +doG +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(195,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aMr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +bjR +bzO +bzs +bBh +bCT +bjR +bwD +cVV +bwD +bjR +cXp +bLp +bNu +bxX +bSa +bmm +cYk +dat +baN +daZ +dbo +bcH +aYS +aaa +dbP +cgy +cia +cia +clx +cnc +cqf +crJ +cse +csc +cvf +cgs +bGG +cyR +cAP +cCl +cDF +cDG +cFZ +cHr +cAP +cAP +cLb +cLb +cLb +cLb +cLb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +cuQ +cuQ +cuQ +bGH +bGH +bGH +bGH +bGG +dgy +bGG +cjA +dia +cuQ +djQ +djQ +djQ +djQ +dlT +aaa +aaa +aaa +aaa +aab +aaa +doh +ddQ +doG +aab +doh +ddQ +doG +aab +doh +ddQ +doG +aaa +aaa +amW +amW +amW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(196,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +bjR +btc +bmm +bBc +bDk +bjR +bwC +bzd +bwC +bjR +cYd +bLr +bNw +bPu +bPu +bPu +bUT +bVI +bWR +bYp +cbb +dbH +aYS +aaa +dbZ +cgy +cia +cke +clz +cnd +cqi +cqb +csV +crB +cuW +cgs +bGG +cyR +cAP +cCn +cDH +cFb +cGd +cHs +cAP +cJQ +bGG +cMp +bGG +cOC +bGH +bGH +bGH +bGH +bGH +bGH +bGH +aaa +aab +aaa +cuQ +dbg +bGG +bGH +cJQ +dbg +bGH +cJQ +cJQ +cQw +cuQ +dia +djC +djQ +deS +dfb +dfn +dlT +dlT +dlT +aaa +aaa +aab +aaa +aab +ddR +aaa +aaa +aab +ddR +aaa +aaa +aab +dee +aaa +aaa +aaa +aab +aaa +amW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(197,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +bjR +bzO +bzw +bBi +bCT +bjR +bxz +bzm +bxz +bjR +cXp +bLq +bNv +boD +bSc +bmm +dak +dat +baO +bYo +bcl +ccP +aYS +aaa +dbX +cgy +cib +cjX +cnE +cne +cqh +crJ +cse +ctE +cvg +cgs +bGG +cyR +cAP +cAP +bGH +bGH +bGH +bGH +bGH +cuQ +bGG +bGG +bGG +bGG +bGG +bGG +bGG +bGG +cTL +cJQ +bGH +bGH +bGH +bGH +bGH +bGG +bGG +bGH +bGG +bGG +bGH +cuQ +cuQ +cuQ +cuQ +det +cac +dcm +deN +dfa +dfl +dfv +dfw +dfS +ddA +ddE +ddE +ddN +cTW +cTW +cTW +cTW +cTW +cTW +cTW +ded +ddE +def +ddE +ddE +ddE +deg +aab +amW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(198,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +bEG +btd +bmm +bBc +bDp +bEF +bjR +bjR +bjR +bAK +cYe +cYk +cYw +cZm +cZm +cZm +bmm +big +baG +bYq +bcI +ccS +aYS +aaa +dbX +cgu +cgu +cgu +cgu +cgu +cql +crK +csg +cqk +cvi +cgs +bGG +cyR +bGG +bGG +cBD +cac +cac +cac +cac +cac +cac +cac +cac +cac +cNR +cac +cac +cNR +cac +cac +cac +cac +cac +cac +dfU +cac +cac +cac +cac +cac +cac +dfU +cac +cac +cac +cjY +djr +deE +deZ +dfj +dfp +dlT +dlT +dlT +aaa +aaa +aab +aaa +aab +ddT +aaa +aaa +aab +ddT +aab +aaa +aab +dee +aaa +aab +aaa +aab +aaa +amW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(199,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEG +bEG +bEG +bEG +buT +bBc +bmm +bAL +bGo +cWh +bGo +bAL +bmm +cYk +cYw +bjR +bAK +bjR +dam +aYS +baT +baT +baT +baT +aYS +aaa +dca +dcc +xWg +duq +xAw +iJf +cqj +crI +csh +clu +cuZ +cgs +cxV +czL +cac +cCo +cjY +bGG +bGG +bGG +bGG +bGG +cLh +bKl +cMs +bGH +cuQ +cuQ +cuQ +bGG +bGH +bGH +bGH +bGH +bGH +bGG +cuQ +cuQ +cuQ +cuQ +cuQ +cuQ +cuQ +cuQ +bGG +cuQ +cuQ +cuQ +bGH +djQ +djQ +djQ +djQ +dlT +aaa +aaa +aaa +aaa +aab +aaa +doh +ddU +doG +aab +doh +ddU +doG +aab +doh +ddU +doG +aaa +aaa +amW +amW +amW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(200,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +bEG +bnZ +brd +bEG +bEG +bBc +bmm +bmm +bmm +bmm +bmm +bmm +bmm +cYk +cYw +cZn +cZI +cZn +bmm +aYS +baQ +baT +baT +bgc +aYS +aaa +aaa +aaa +uxy +aaa +kOE +gMZ +cqe +crI +csg +cqk +cva +cgs +cym +bGG +cAU +cCr +bGH +bGH +bGH +bZZ +bZZ +bZZ +bGH +cMs +bGH +aab +cuQ +cQw +bGG +bGG +bGH +aaa +aaa +aab +bGH +bGG +bGG +cjA +bGG +dcJ +ddJ +cuQ +dfi +dfP +bGG +cuQ +did +dfc +bGH +aaa +aaa +aab +aab +aab +aab +aab +aab +aab +aab +aab +doh +ddU +doG +aaa +doh +ddU +doG +aaa +doh +ddU +doG +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(201,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEG +bEG +bue +buD +bvP +bzx +bBl +bmm +bmm +bmm +bmm +bmm +bmm +bmm +cYk +cYx +buH +cZH +bmm +dan +aYS +baR +baT +baT +bgm +aYS +aaa +xWg +qUv +nMi +xWg +djc +hsy +cqm +crN +csi +ctL +cvb +cgs +bZZ +bZZ +bZZ +cCp +bGH +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +cuQ +cQC +bGG +cSL +bGH +aaa +aaa +aab +bGH +bGH +bGH +cuQ +bGG +dcK +ddI +cuQ +dfc +bGG +bGG +cjA +bGG +bGG +bGH +aab +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aab +aaa +doh +ddU +doG +aab +doh +ddU +doG +aab +doh +ddU +doG +aab +amW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(202,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bmn +bmP +boz +buF +bvR +bzD +bAM +bDt +bAM +bGI +cWA +cXl +bAM +bwW +cYn +bBK +cZo +cZJ +cZK +daq +aYS +baH +baT +baT +baT +aYS +aaa +pZO +uDK +xWg +nMi +aab +iNz +cgE +crS +cgE +cgE +cgE +cgE +aaa +aaa +aaa +cCs +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +bGH +bGH +bGH +bGH +bGH +aaa +aaa +aab +aaa +aab +bGH +dbi +bGG +bGG +bGG +bGG +bGG +bGG +dgB +cuQ +bGG +diH +bGH +aab +aab +aaa +aab +dhc +aab +aab +aab +aab +dhc +aab +doh +ddU +doG +aaa +doh +ddU +doG +aab +doh +ddU +doG +aab +amW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(203,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bmn +bmL +bol +buE +btk +bEG +bqn +bAE +bjR +bGs +cWv +cXk +bjR +bAE +bqn +bAE +bqn +bEG +bEG +bEG +aYS +baT +baT +baT +baT +aYS +aaa +xWg +nMi +pZO +uDK +afO +iNz +cqp +crQ +csn +ctO +cvj +cgE +aaa +aaa +aaa +cCs +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aab +bGH +aaa +aaa +aab +aaa +aab +bGH +bGH +bZZ +bZZ +bZZ +bGH +bGH +bGH +bGH +bGH +bGH +bGH +bGH +aab +aab +aaa +aaa +aab +aaa +aaa +aaa +aaa +amh +aaa +doh +ddV +doG +aab +doh +deb +doG +aab +doh +deb +doG +aaa +amW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(204,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bmn +bmR +boE +buI +btp +bwm +bjR +boI +bjR +bjR +bjR +bjR +bjR +boI +bjR +boI +bjR +aaa +aaa +aaa +aYS +baU +baU +baU +bgd +aYS +aaa +pZO +uDK +xWg +nMi +afO +iNz +cqq +crT +crw +ctQ +doK +cgE +aaa +aaa +aaa +cCs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aab +aaa +aaa +doE +aab +aaa +aaa +aaa +aab +aab +aab +aaa +aab +aaa +aaa +aaa +aab +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +amW +aaa +aaa +aab +aab +aaa +aab +aab +aaa +aab +aab +aab +aaa +aaa +ayi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(205,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEG +bEG +boC +brD +btp +bwk +bjR +brL +bjR +bGM +cWE +bGN +bjR +bAN +bjR +brM +bjR +aaa +aaa +aaa +daC +baV +baV +baV +baV +daC +aaa +xWg +nMi +pZO +uDK +afO +iNz +coG +cqx +csq +ctP +doF +cgE +aaa +aaa +aaa +cCs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aab +aaa +aaa +doE +aab +aaa +aaa +aaa +aaa +aaa +aab +aaa +dhc +aab +aab +aab +djT +aab +aab +aab +djT +aab +aab +aab +aab +amW +amW +amW +amW +amW +amW +amW +amW +amW +amW +amW +amW +amW +amW +amW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(206,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEG +bEG +bEG +bEG +bwk +bjR +brM +bqn +bGN +cWQ +bGM +bqn +brM +bjR +brM +bjR +aaa +aaa +aaa +daD +aaa +aaa +aaa +aaa +daD +aaa +uxy +xWg +uDK +uxy +afO +iNz +coI +cqC +csr +cgE +cvr +cgE +aaa +aaa +aaa +cCs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(207,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEG +boI +bjR +boI +bjR +bjR +bjR +bjR +bjR +boI +bjR +boI +bjR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uxy +uxy +uxy +uxy +afO +vup +izn +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +cCs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +doE +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(208,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aYD +bic +bic +bic +ckf +bqp +bWJ +bic +aYU +aYU +aYU +bic +boK +bic +boK +bic +bqp +bic +aYU +aYU +bic +bIE +bIA +aaa +aaa +aaa +pZO +nMi +pZO +nMi +afO +aaa +aab +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +cCs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +doE +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(209,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bjC +gap +reA +bmX +bDz +bjC +uom +btt +nHW +nHW +nHW +nHW +obW +uXX +obW +bzq +bjC +mGt +xlz +xlz +jXY +bjC +bIx +bKm +aaa +aaa +aaa +aaa +aaa +aaa +afO +aaa +aab +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +cCs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +doE +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(210,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aYU +bmY +bDz +bDz +bDz +pdr +fpO +nHW +nHW +nHW +nHW +nHW +obW +nHW +obW +nHW +aYU +xlz +toq +nRP +nRP +aYU +bIx +bKm +aaa +aaa +aaa +aaa +aaa +aaa +afO +aaa +aab +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +cCs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +doE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(211,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afZ +aim +agw +agw +agZ +agZ +aho +aiC +ahJ +agw +agw +bnp +bRC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aYD +bjG +iCr +bDz +bDz +bGJ +aYU +fpO +obW +obW +obW +obW +obW +obW +obW +obW +nHW +aYU +naH +sDw +xBR +eMV +aYU +bIx +bKm +aaa +aaa +aaa +aaa +aaa +aaa +afO +aaa +aab +aaa +aab +aaa +abp +aaa +aaa +aaa +aaa +cCs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +doE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(212,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agZ +ail +ajC +adV +aha +anK +aha +aha +aha +aha +ajY +akp +bTp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aYD +bic +aYU +bic +bIC +bjG +bmY +bDz +bDz +bGJ +aYU +fpO +nHW +nHW +nHW +nHW +nHW +nHW +nHW +obW +nHW +bjC +law +sDw +xTB +ils +bjC +sbp +sbp +aaa +aaa +aaa +aaa +aaa +aaa +afO +aab +aab +aab +aab +aab +aaa +aab +aaa +aaa +aaa +cCs +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +doE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(213,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aga +agx +add +agZ +aha +aha +aha +aiE +aha +aha +apS +akp +bTp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bjC +baW +bcJ +uxA +qdA +bjC +bmY +bDz +bDz +bGJ +aYU +fpO +ioI +nHW +blA +nHW +nHW +nHW +ioI +obW +obW +msR +nRP +tIz +xTB +tpg +bjC +bIx +bKm +aaa +aaa +aaa +aaa +aaa +aaa +afO +aaa +aab +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +cCs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(214,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agc +agw +agw +amo +agZ +agZ +aha +aiF +aha +aha +aIb +bNO +bTp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aYU +baX +beC +beC +wxQ +bjC +blC +bqo +bDz +dsw +bjC +dHM +bic +aYU +bic +aYU +bic +aYU +bic +obW +obW +msR +oRM +oRM +aaA +wli +aYU +bIx +bKm +aaa +aaa +aaa +aaa +aaa +aaa +afO +aaa +aab +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +cCs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(215,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agZ +aha +aiG +aha +aha +aJq +agZ +bWI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aYU +baY +bcL +bcK +bcL +bim +bic +aYU +pdr +bic +bjG +fzb +iPL +oDA +ksF +oDA +kPl +oDA +iPL +obW +fGD +bjC +pGQ +vJw +wsj +mGt +bjC +sbp +sbp +aaa +aaa +aaa +aaa +aaa +aaa +afO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cCs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(216,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afZ +aho +ahJ +agZ +aha +aiH +ajd +ajD +aKe +agZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aYU +aYH +bcL +bcK +bcK +bin +bjJ +obW +obW +fpO +wkg +fpO +obW +obW +obW +obW +obW +obW +obW +obW +nHW +kcF +bic +bic +bic +bic +kcF +bIx +bKm +aaa +aaa +aaa +aaa +aaa +aaa +afO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cCs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(217,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afZ +agZ +ahp +ahp +agZ +ahZ +agw +agw +agw +agw +agw +agw +agw +agw +agw +ahs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aYU +lLQ +bcL +bcK +bcK +bin +blD +obW +obW +dSc +wkg +fpO +obW +obW +obW +obW +obW +obW +obW +obW +nHW +kcF +bic +bic +bic +bic +kcF +bIx +bKm +aaa +aaa +aaa +aaa +aaa +aaa +afO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cCs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(218,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afZ +agw +ahp +aha +aha +agZ +aha +agZ +aha +ajE +ajZ +akq +akA +akR +alx +ami +agZ +ahs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aYU +usf +bcL +bcK +bcL +bim +bic +nVM +nVM +bic +bjG +gyR +jbf +jMV +kMV +jMV +lkY +jMV +jbf +obW +fGD +bjC +rAt +vMh +ecb +qch +bjC +sbp +sbp +aaa +aaa +aaa +aaa +aaa +aaa +afO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cCs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(219,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahq +agz +aha +aha +ahK +agZ +ahK +agZ +aha +aha +aha +aha +aha +akP +aly +amj +amY +agZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aYU +pDl +qpX +qpX +oqQ +bjC +bnb +qJu +btu +esI +bjC +iau +bic +aYU +bic +aYU +bic +aYU +bic +obW +obW +nIj +rGB +vVC +xnj +obG +aYU +bIx +bKm +aaa +aaa +aaa +aab +aab +aaa +afO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cCs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(220,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahz +agB +ahc +aha +ahL +ahZ +aha +ahZ +aha +aha +aha +aha +aha +ahZ +aha +aha +amZ +agZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bjC +ntp +kHU +iwt +kUs +bjC +gmY +fpO +lxD +nHW +bjC +obW +jJT +nHW +wHx +nHW +nHW +nHW +jJT +obW +obW +nIj +sPV +xBQ +xnj +hTU +bjC +bIx +bKm +aaa +aaa +aaa +aab +cic +cic +clB +cnk +cid +cie +cie +cie +cvs +cie +cie +cie +cnk +cCv +cie +cic +cic +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(221,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahA +agA +aha +aha +ahK +agZ +ahK +agZ +aha +aha +aha +aha +aha +akR +alz +amk +ana +agZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +leU +bic +aYU +bic +bqp +bjG +kCR +fpO +lxD +fUo +bjC +obW +nHW +nHW +nHW +nHW +nHW +nHW +nHW +obW +nHW +bjC +mQF +hJi +xnj +fZO +bjC +sbp +sbp +aaa +aaa +aaa +aab +cic +cjZ +cjZ +cie +cie +cie +ckb +cmC +cjZ +cbS +ckb +cie +cie +cCu +cDJ +cES +cic +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(222,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agc +agw +mMw +aha +aha +agZ +aha +agZ +aha +ajF +aka +akr +agb +akP +alA +aml +agZ +ahn +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +leU +bjG +gmY +fpO +lxD +fGD +bjC +obW +obW +obW +obW +obW +obW +obW +obW +obW +nHW +aYU +sVQ +hJi +xnj +xtk +aYU +bIx +bKm +aaa +aaa +aaa +aab +cic +cka +cjZ +clB +cbw +cdH +ckb +cmC +cjZ +cbS +ckb +cdH +cie +cie +cDM +cET +cic +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(223,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agc +agZ +mMw +mMw +agZ +ahZ +agw +agw +agw +agw +agw +agw +agw +agw +agw +ahn +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aYU +gmY +brK +bBX +nHW +bjC +obW +nHW +nHW +nHW +nHW +nHW +nHW +nHW +obW +nHW +aYU +tdh +hJi +xnj +xtk +aYU +bIx +bKm +aaa +aaa +aaa +aab +cic +cjZ +clA +cie +cbS +ckb +ckb +cmC +cjZ +cbS +ckb +ckb +cmC +clB +cDK +clA +cic +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(224,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agc +ahr +ahM +agZ +aha +aiI +aha +aha +aSO +agZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bjC +gmY +nvl +tku +nHW +bjC +mxT +ldp +nHW +nHW +nHW +nHW +nHW +ldp +mxT +xgN +bjC +kaG +qxC +dwn +fyM +bjC +bIx +bKm +aaa +aaa +aaa +aaa +cid +cid +cie +cie +cbS +ckb +ckb +cmC +cjZ +cbS +ckb +ckb +cmC +cie +cie +cid +cid +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(225,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agZ +aha +aiJ +aha +aha +aha +agZ +bRC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +leU +aYU +nFM +nFM +aYU +bIC +bic +bic +aYU +aYU +aYU +bic +bic +bic +bic +bic +bIC +bic +bic +bic +bic +bIC +bIF +aaa +aaa +aaa +aaa +aaa +cid +cie +cie +ckb +ckb +ckb +ckb +cmC +cjZ +cbS +ckb +ckb +ckb +ckb +cie +cie +cid +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(226,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afZ +agw +agw +amo +agZ +agZ +aha +aiK +aje +aha +aWy +bNO +bTp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cie +cie +ckb +ckb +ckb +ckb +ckb +cmC +cjZ +cbS +ckb +ckb +ckb +ckb +ckb +cie +cie +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(227,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agd +agC +adL +agZ +aha +aha +aha +aiL +aha +aha +aha +akp +bTp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cie +ckb +ckb +ckb +ckb +ckb +cdK +cmE +cjZ +css +cdK +ckb +ckb +ckb +ckb +ckb +cie +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(228,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agZ +ail +ajG +aen +aha +anW +aha +aha +aha +aha +ajY +akp +bTp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +cie +ckc +clH +ckb +ckb +ckb +ckb +ckb +cvh +ckb +ckb +ckb +ckb +ckb +cDN +ckc +cie +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(229,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agc +ajz +agw +agw +agZ +agZ +ahr +aiM +ahM +agw +agw +bnp +bWI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +cie +ckb +ckb +ckb +ckb +ckb +cmz +coJ +cvt +cbw +cst +ckb +ckb +ckb +ckb +ckb +cie +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(230,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +cij +cie +ckb +ckb +ckb +ckb +ckb +cmC +ckb +cbS +ckb +ckb +ckb +ckb +ckb +cie +cij +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(231,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +cie +cie +ckb +ckb +ckb +ckb +cmz +ckb +cst +ckb +ckb +ckb +ckb +cie +cie +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(232,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +cie +cie +ckb +ckb +ckb +ckb +ckb +ckb +ckb +ckb +ckb +cie +cie +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(233,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +cie +cie +ckb +ckb +ckb +ckb +ckb +ckb +ckb +cie +cie +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(234,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +cie +cie +ckb +ckb +cvv +ckb +ckb +cie +cie +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(235,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +cie +cie +ckb +ckc +ckb +cie +cie +aab +aab +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(236,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aab +aab +cie +cie +cie +cie +cie +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(237,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aab +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(238,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(239,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(240,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(241,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(242,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(243,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(244,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(245,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(246,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(247,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(248,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(249,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(250,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(251,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(252,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(253,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(254,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(255,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} diff --git a/_maps/map_files/cyberiad/z2 (2).dmm b/_maps/map_files/cyberiad/z2 (2).dmm new file mode 100644 index 000000000000..03755facfb82 --- /dev/null +++ b/_maps/map_files/cyberiad/z2 (2).dmm @@ -0,0 +1,101063 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaC" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd22"; + id_target = "Synd12" + }, +/turf/unsimulated/floor{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"abb" = ( +/obj/machinery/plantgenes, +/turf/simulated/floor/wood, +/area/centcom/evac) +"abP" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/crossbow/large, +/obj/item/gun/energy/kinetic_accelerator/crossbow/large, +/obj/item/gun/energy/kinetic_accelerator/crossbow/large/cyborg, +/turf/unsimulated/floor/wood, +/area/admin) +"ace" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall-1" + }, +/area/tdome) +"aco" = ( +/obj/structure/rack, +/obj/item/melee/baseball_bat/ablative, +/obj/item/clothing/under/pj/red, +/obj/item/clothing/glasses/hud/health/sunglasses, +/obj/item/clothing/shoes/winterboots, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"acx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/specops) +"acz" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"acK" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/tdome/tdomeobserve) +"adL" = ( +/obj/structure/sign/securearea, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"adQ" = ( +/obj/item/flag/species/greys, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"adZ" = ( +/obj/structure/table/glass, +/obj/item/storage/briefcase, +/obj/item/storage/secure/briefcase, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"aec" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"aeC" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"aeR" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 8; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 1; + id = "SSTprivateroom" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"aeY" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"afh" = ( +/obj/structure/rack, +/obj/item/melee/baseball_bat/ablative, +/obj/item/clothing/under/pj/blue, +/obj/item/clothing/glasses/hud/health/sunglasses, +/obj/item/clothing/shoes/winterboots, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"afq" = ( +/obj/machinery/conveyor{ + id = "SOL" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aft" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd24"; + id_target = "Synd14" + }, +/turf/unsimulated/floor{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"afy" = ( +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"afP" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/supply) +"agb" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/candle/eternal, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"agO" = ( +/turf/unsimulated/floor/snow, +/area/space) +"ahR" = ( +/obj/structure/rack, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"aie" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/centcom/evac) +"aig" = ( +/obj/structure/window/reinforced{ + color = "#000000"; + dir = 4; + opacity = 1 + }, +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"aim" = ( +/obj/structure/mineral_door/wood, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aiq" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"aiQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"ajm" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd23"; + id_target = "Synd13" + }, +/turf/unsimulated/floor{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"ajE" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"ajO" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone1) +"ajU" = ( +/obj/item/flag/nt, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"akd" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"akk" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/stamp/magistrate{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = -7 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"akv" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien2" + }, +/area/abductor_ship) +"akA" = ( +/obj/structure/rack, +/obj/item/pneumatic_cannon, +/obj/item/harpoon, +/obj/item/harpoon, +/obj/item/harpoon, +/obj/item/harpoon, +/obj/item/tank/nitrogen, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"akS" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"alt" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpet6-2" + }, +/area/wizard_station) +"alG" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"alK" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/e_gun/old, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"alR" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/machinery/iv_drip, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/item/tank/emergency_oxygen/engi/full, +/obj/item/tank/emergency_oxygen/engi/full, +/obj/item/tank/emergency_oxygen/nitrogen, +/obj/item/tank/emergency_oxygen/plasma, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ami" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/noisecannon, +/turf/unsimulated/floor/wood, +/area/admin) +"amm" = ( +/obj/mecha/combat/marauder/mauler/loaded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"amA" = ( +/turf/unsimulated/wall, +/area/admin) +"amK" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/grass, +/area/centcom/specops) +"anK" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8; + id_tag = "CC_supply_internal"; + layer = 5; + locked = 1; + name = "Central Command Supply Internal Shutter" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"anY" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/wood{ + icon_state = "woodalt" + }, +/area/syndicate_mothership/elite_squad) +"aoc" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plating, +/area/centcom/bridge) +"aof" = ( +/obj/structure/chair/comfy/blue, +/obj/effect/landmark{ + name = "tdomeobserve" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/tdome/tdomeobserve) +"aoy" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"aoK" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"aoS" = ( +/obj/machinery/door/window, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/specops) +"aoW" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"apb" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access_txt = "114" + }, +/obj/item/clothing/head/beret/centcom/officer, +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom, +/obj/item/clothing/under/suit_jacket/navy, +/obj/item/storage/briefcase/sniperbundle, +/obj/item/suppressor, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/CQC_manual, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"apl" = ( +/obj/item/flag/nt, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"app" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"aps" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/centcom/evac) +"apH" = ( +/obj/effect/turf_decal/arrows/white{ + color = "#0066ff"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"apI" = ( +/obj/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"aqo" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"aqP" = ( +/obj/item/flag/nt, +/turf/simulated/floor/grass, +/area/centcom/specops) +"aqV" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"art" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"arC" = ( +/obj/machinery/computer/communications, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"arS" = ( +/obj/structure/bed/dogbed/ian{ + name = "Lounger" + }, +/mob/living/simple_animal/pet/dog/fox/alisa, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/centcom/specops) +"arX" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/processor{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"arZ" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"asr" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"asI" = ( +/turf/simulated/floor/wood, +/area/centcom/specops) +"asJ" = ( +/obj/machinery/vending/suitdispenser, +/turf/simulated/floor/wood, +/area/centcom/specops) +"asK" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"auB" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery, +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/obj/item/clothing/gloves/color/latex/nitrile, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"avq" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"avx" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/grass, +/area/centcom/specops) +"avP" = ( +/obj/effect/turf_decal/box/white/corners, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"avR" = ( +/obj/machinery/suit_storage_unit/syndicate/secure{ + layer = 3.3 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"awb" = ( +/turf/simulated/floor/carpet/arcade, +/area/centcom/specops) +"awe" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"awg" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"awn" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"awy" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon_state = "iron0" + }, +/area/space) +"axe" = ( +/obj/structure/sign/poster/contraband/c20r{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"axr" = ( +/obj/item/toy/plushie/orange_fox, +/turf/simulated/floor/plating, +/area/centcom/specops) +"axA" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/obj/item/clothing/under/color/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"axS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/pickaxe, +/obj/item/storage/firstaid/toxin, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"axT" = ( +/obj/machinery/computer/crew, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/centcom/bridge) +"aya" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"ayr" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"ays" = ( +/obj/structure/table/wood, +/obj/item/twohanded/fireaxe/energized, +/turf/unsimulated/floor/wood, +/area/admin) +"ayw" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"ayy" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/space) +"ayA" = ( +/turf/unsimulated/wall{ + icon_state = "iron14"; + layer = 10 + }, +/area/space) +"ayG" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"azr" = ( +/obj/machinery/conveyor{ + id = "SOL" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"azT" = ( +/obj/item/gun/projectile/automatic/pistol/m1911, +/obj/item/ammo_box/magazine/m45, +/obj/item/ammo_box/magazine/m45, +/obj/item/ammo_box/magazine/m45, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed"; + req_access_txt = "114" + }, +/obj/item/clothing/head/helmet/space/deathsquad/beret, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/suit/space/deathsquad/officer, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/flashbangs, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double, +/obj/item/radio/headset/ert{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/storage/box/centcomofficer, +/obj/item/clothing/head/beret/centcom/officer, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"aAb" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aAB" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/obj/machinery/ai_status_display{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"aAP" = ( +/obj/structure/filingcabinet/security, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"aBv" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aBw" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aBL" = ( +/obj/structure/mirror{ + pixel_x = 30 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aBX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"aCM" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/obj/machinery/photocopier, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"aDd" = ( +/obj/machinery/computer/security/telescreen{ + dir = 8; + layer = 4; + name = "Camera"; + network = list("Thunderdome") + }, +/obj/structure/table, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/tdome/tdomeobserve) +"aDj" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "SOL" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aDk" = ( +/obj/structure/chair/comfy/beige, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aDE" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/grenadelauncher, +/obj/item/gun/projectile/revolver/grenadelauncher/multi, +/obj/item/gun/projectile/revolver/grenadelauncher/multi/cyborg, +/obj/item/gun/grenadelauncher, +/turf/unsimulated/floor/wood, +/area/admin) +"aEp" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"aEP" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"aEQ" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/administration) +"aEY" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 11; + id = "trade_sol_transit"; + name = "trade_sol in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/horizontal, +/area/space) +"aFd" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"aFM" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"aGu" = ( +/obj/structure/table/glass, +/obj/item/pen/fancy, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"aGD" = ( +/obj/machinery/computer/camera_advanced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"aGX" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"aHl" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"aHU" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"aHW" = ( +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"aIe" = ( +/obj/machinery/door_control{ + id = "SOL_Shutters"; + name = "Shutters"; + pixel_y = -25; + req_access_txt = "110" + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen/multi/gold, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aIq" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"aIt" = ( +/obj/item/flag/species/plasma, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"aIv" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aIy" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"aIU" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"aJI" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Strela"; + name = "Strela"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"aKb" = ( +/obj/effect/step_trigger/teleporter{ + teleport_x = 20; + teleport_y = 161; + teleport_z = 2 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "rampbottom" + }, +/area/tdome/tdomeobserve) +"aKj" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"aKD" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"aKV" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"aMo" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/tdome) +"aMN" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + color = "red"; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 1; + id = "SSTprivateroom" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"aMV" = ( +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"aMZ" = ( +/obj/docking_port/mobile{ + dwidth = 8; + height = 22; + id = "syndicate"; + name = "syndicate base"; + roundstart_move = "syndicate_away"; + width = 18 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"aNc" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"aNf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"aNh" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"aNO" = ( +/obj/machinery/door/window/brigdoor{ + color = "red"; + dir = 2; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"aNP" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light/small, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"aNT" = ( +/obj/structure/table/wood/poker, +/obj/item/radio/intercom/syndicate, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"aNX" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r/toy, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"aOb" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"aOd" = ( +/obj/machinery/computer/station_alert, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"aOn" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/tdome) +"aOx" = ( +/obj/effect/decal/warning_stripes/red, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_inner_right"; + locked = 1; + name = "Ship External Access"; + req_access_txt = "150" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"aOA" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"aOR" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/head/kitty, +/obj/item/clothing/under/maid, +/obj/item/clothing/suit/browntrenchcoat, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"aQn" = ( +/obj/machinery/door_control, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"aQv" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"aQX" = ( +/obj/structure/table, +/obj/structure/window/reinforced, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/turf/simulated/floor/wood, +/area/centcom/evac) +"aRW" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"aSx" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/reagent_containers/food/drinks/bottle/wine, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"aSK" = ( +/obj/machinery/computer/shuttle/ferry, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"aSX" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" + }, +/area/syndicate_mothership/elite_squad) +"aTZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/centcom/zone1) +"aUx" = ( +/obj/structure/table/glass, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/obj/item/folder/blue{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/folder/red{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/folder/white{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/folder/yellow{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"aUX" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"aUY" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"aVn" = ( +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"aVH" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/simulated/floor/fakespace, +/area/centcom/zone1) +"aWc" = ( +/obj/machinery/door_control{ + id = "CC_supply_space"; + name = "Supply Blastdoor"; + pixel_x = 4; + pixel_y = -30; + req_access_txt = "114" + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/supply) +"aWe" = ( +/obj/machinery/door/window{ + dir = 2; + panel_open = 1; + req_access_txt = "110" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"aWr" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"aWu" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"aWR" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership/elite_squad) +"aWU" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"aWX" = ( +/obj/effect/step_trigger/teleporter{ + teleport_x = 38; + teleport_y = 151; + teleport_z = 2 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "rampbottom" + }, +/area/tdome/tdomeobserve) +"aXa" = ( +/obj/machinery/conveyor{ + id = "SOL" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/trader_station/sol) +"aXg" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"aXl" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"aXz" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window{ + closingLayer = 2.9; + dir = 2; + layer = 2.9; + panel_open = 1 + }, +/obj/machinery/door/poddoor/shutters{ + active_power_usage = 1; + dir = 2; + icon_state = "open"; + id_tag = "SOL_Shutters"; + locked = 1; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aXA" = ( +/obj/structure/table/wood, +/obj/item/whetstone/super, +/turf/unsimulated/floor/wood, +/area/admin) +"aXP" = ( +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/structure/rack, +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"aYE" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"aYO" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership/infteam) +"aZv" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"aZX" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/evac) +"baa" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/centcom/specops) +"bal" = ( +/obj/structure/table/wood, +/obj/item/twohanded/chainsaw, +/turf/unsimulated/floor/wood, +/area/admin) +"bba" = ( +/turf/unsimulated/wall{ + icon_state = "iron15" + }, +/area/space) +"bbv" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/rack/holorack, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"bcx" = ( +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"bdB" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access_txt = "114" + }, +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom{ + desc = null; + name = "Supreme commander bowman headset" + }, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106,107,108,109,110,111,112,113,114); + icon_state = "commander"; + name = "Supreme Commander ID card"; + rank = "Nanotrasen Navy Captain"; + registered_name = null + }, +/obj/item/door_remote/centcomm, +/obj/item/clothing/accessory/medal/gold{ + desc = null; + name = "Supreme commander's gold medal" + }, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"beg" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"bep" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r/toy/riot, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"beu" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"beQ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/automatic/combat, +/turf/unsimulated/floor/wood, +/area/admin) +"bfa" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/centcom/specops) +"bfo" = ( +/obj/machinery/computer, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"bfx" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"bfz" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/recharge_station/ert, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"bfC" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Bojutsu"; + name = "Bojutsu"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"bfH" = ( +/obj/machinery/computer/communications, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"bgO" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkred" + }, +/area/tdome/tdome2) +"bgU" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"bhb" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "navyred" + }, +/area/tdome/tdome2) +"bhj" = ( +/obj/machinery/door/airlock/centcom{ + name = "Supreme Court"; + opacity = 1; + req_access_txt = "106,109,110" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"bht" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1331; + id_tag = "synd_pump_right" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"bit" = ( +/obj/structure/table, +/obj/item/storage/box/handcuffs, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"biy" = ( +/obj/item/stack/spacecash/c50, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"biV" = ( +/obj/structure/table/wood, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"bje" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/centcom/jail) +"bjP" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops."; + name = "Special Ops. Monitor"; + network = list("ERT"); + pixel_y = -32 + }, +/obj/structure/table/glass, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"bjQ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/white, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"bks" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/combat/survival, +/turf/unsimulated/floor/wood, +/area/admin) +"bkt" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"bkR" = ( +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/tdome/tdome2) +"blm" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-6"; + tag = "icon-plant-6" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet04" + }, +/area/centcom/zone1) +"blz" = ( +/obj/machinery/sleeper/upgraded, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"blT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/centcom/specops) +"bmq" = ( +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"bmD" = ( +/turf/unsimulated/wall{ + icon_state = "iron13"; + tag = "icon-iron13" + }, +/area/syndicate_mothership/infteam) +"bnu" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"bon" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "navyred" + }, +/area/tdome/tdome2) +"bpb" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkbrown" + }, +/area/tdome/tdome2) +"bps" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Mecha"; + name = "Mecha" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"bpI" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/wood, +/area/centcom/specops) +"bpV" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"bqz" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"bqG" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"bqT" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod3_transit"; + name = "pod 3 in transit"; + width = 3 + }, +/turf/space/transit/east{ + dir = 8 + }, +/area/space) +"brl" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"brM" = ( +/obj/machinery/shower{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"brW" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"bsT" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyredfull" + }, +/area/tdome/arena) +"bty" = ( +/obj/item/stack/spacecash/c200, +/obj/item/stack/spacecash/c50, +/obj/machinery/light/spot, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"btF" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/syndicate_mothership) +"buw" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/fluff/benjaminfallout, +/obj/item/clothing/under/fluff/benjaminfallout, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/jay_turtleneck, +/obj/item/clothing/under/fluff/jay_turtleneck, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"buy" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "navyred" + }, +/area/tdome/arena) +"buL" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "navyred" + }, +/area/tdome/arena) +"bvK" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/obj/effect/landmark{ + name = "Commando_Manual" + }, +/obj/effect/landmark{ + name = "nukecode" + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"bvM" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"bvW" = ( +/turf/unsimulated/floor{ + icon_state = "navyred" + }, +/area/tdome/arena) +"bwn" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10 + }, +/area/syndicate_mothership/control) +"bwQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"byd" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "navyred" + }, +/area/tdome/arena) +"bym" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"byv" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"byB" = ( +/obj/structure/table, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/book/manual/barman_recipes, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"bzv" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s9" + }, +/area/shuttle/administration) +"bzJ" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" + }, +/area/syndicate_mothership/control) +"bAv" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "navyblue" + }, +/area/tdome/arena) +"bAw" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"bAM" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/blueshield/pdw9, +/turf/unsimulated/floor/wood, +/area/admin) +"bAN" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navybluefull" + }, +/area/tdome/arena) +"bAQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/white, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"bAT" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/taperecorder, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"bBa" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/APS, +/turf/unsimulated/floor/wood, +/area/admin) +"bBe" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/window/reinforced, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/centcom/specops) +"bBh" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"bBI" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"bBL" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"bCc" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien4" + }, +/area/abductor_ship) +"bCq" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkbrown" + }, +/area/tdome/tdome1) +"bCT" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"bCW" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" + }, +/area/syndicate_mothership/control) +"bCX" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/space) +"bDa" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP2-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + name = "Access Controller OP2"; + pixel_y = -32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP2-Ext"; + tag_interior_door = "CC-OP2-Int" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"bDb" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"bDC" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"bDF" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "navyblue" + }, +/area/tdome/tdome1) +"bEy" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"bEB" = ( +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/tdome/tdome1) +"bEM" = ( +/obj/machinery/computer/card/centcom, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"bFv" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt" + }, +/area/syndicate_mothership/elite_squad) +"bFM" = ( +/obj/structure/filingcabinet/security, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"bGq" = ( +/obj/machinery/smartfridge, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/evac) +"bGs" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"bGY" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"bGZ" = ( +/obj/machinery/teleport/station, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"bHo" = ( +/obj/structure/table, +/obj/item/storage/pill_bottle/random_drug_bottle, +/obj/item/reagent_containers/glass/bottle/adminordrazine, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"bKw" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"bKH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"bKJ" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien8" + }, +/area/abductor_ship) +"bKM" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "navyblue" + }, +/area/tdome/tdome1) +"bKY" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership/elite_squad) +"bLe" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"bLr" = ( +/obj/structure/chair/comfy/lime, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"bMI" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"bMV" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife, +/turf/simulated/floor/wood{ + icon_state = "woodalt" + }, +/area/syndicate_mothership/elite_squad) +"bNc" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/under/color/lightpurple, +/obj/item/clothing/under/color/purple, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/head/wizard/red, +/obj/item/clothing/suit/wizrobe/red, +/obj/item/clothing/head/wizard, +/obj/item/clothing/suit/wizrobe, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet01" + }, +/area/wizard_station) +"bNo" = ( +/obj/effect/decal/warning_stripes/red, +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_inner_right"; + locked = 1; + name = "Ship External Access"; + req_access_txt = "150" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"bNp" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"bNV" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkred" + }, +/area/tdome/tdome1) +"bPQ" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall4" + }, +/area/shuttle/administration) +"bQi" = ( +/obj/machinery/computer, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/centcom/bridge) +"bQu" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"bQS" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone3) +"bRi" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"bRn" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"bRs" = ( +/obj/structure/table/wood, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"bRu" = ( +/obj/structure/chair/sofa/right, +/obj/item/toy/plushie/red_fox{ + layer = 5; + name = "Лиса золотистого оттенка" + }, +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" + }, +/area/centcom/supply) +"bRL" = ( +/obj/structure/bookcase, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_general, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/turf/simulated/floor/wood, +/area/centcom/jail) +"bRM" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"bSd" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"bSj" = ( +/obj/machinery/porta_turret/syndicate/exterior, +/obj/effect/turf_decal/box/red, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"bSx" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"bTb" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/meteorgun, +/obj/item/gun/energy/meteorgun/pen, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"bUf" = ( +/obj/item/target, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken7" + }, +/area/wizard_station) +"bUi" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"bUs" = ( +/obj/effect/turf_decal/arrows/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"bVg" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"bVm" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"bVt" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/space) +"bVy" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = 27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 27 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"bVH" = ( +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"bVO" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1331; + id_tag = "synd_airlock_bottom"; + pixel_x = -32; + req_access_txt = "150"; + tag_airpump = "synd_pump_bottom"; + tag_chamber_sensor = "synd_sensor_bottom"; + tag_exterior_door = "synd_outer_bottom"; + tag_interior_door = "synd_inner_bottom" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1331; + id_tag = "synd_pump_bottom" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"bVU" = ( +/obj/machinery/door/airlock/shuttle, +/obj/structure/fans/tiny, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"bVW" = ( +/obj/structure/table/wood/poker, +/obj/item/card/id/syndicate/anyone{ + name = "BOSS OF THE GYM" + }, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"bXt" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/mini_uzi, +/turf/unsimulated/floor/wood, +/area/admin) +"bXE" = ( +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"bXH" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"bXM" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "black"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"bXO" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "1-i" + }, +/area/trader_station/sol) +"bYd" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/shuttle/syndicate) +"bZj" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/wood, +/area/centcom/jail) +"bZw" = ( +/obj/structure/table/reinforced, +/obj/item/stack/nanopaste, +/obj/item/mmi, +/obj/item/stack/nanopaste, +/obj/structure/sink{ + dir = 1 + }, +/obj/item/radio/intercom/specops{ + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"caQ" = ( +/obj/structure/chair/sofa{ + dir = 9 + }, +/obj/effect/turf_decal/box/red/corners, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"cby" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"cbG" = ( +/turf/space, +/area/adminconstruction) +"cbY" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome2) +"ccr" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyred" + }, +/area/tdome/tdome2) +"cct" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"ccy" = ( +/obj/effect/landmark{ + name = "tdome2" + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/tdome/tdome2) +"ccA" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken4" + }, +/area/wizard_station) +"ccE" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyred" + }, +/area/tdome/tdome2) +"ccL" = ( +/obj/item/flag/species/vulp, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ccY" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership/elite_squad) +"cdx" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"cdD" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyred" + }, +/area/tdome/arena) +"cdQ" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyred" + }, +/area/tdome/arena) +"cdS" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "navyblue" + }, +/area/tdome/arena) +"ceS" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"cfw" = ( +/obj/structure/table, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves, +/obj/structure/sink{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"cgt" = ( +/obj/structure/chair/sofa{ + dir = 6 + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"cgv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/specops) +"cgx" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/mounted, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"cgF" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd11"; + id_target = "Synd21" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"cgU" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"chm" = ( +/obj/machinery/computer/crew, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"chs" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/captain, +/turf/unsimulated/floor/wood, +/area/admin) +"chG" = ( +/obj/structure/rack/holorack, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"chS" = ( +/turf/unsimulated/floor{ + icon_state = "navyblue" + }, +/area/tdome/arena) +"chX" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "navyblue" + }, +/area/tdome/arena) +"cih" = ( +/obj/structure/table, +/obj/item/multitool{ + pixel_x = 11; + pixel_y = 5 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/assembly/signaler{ + pixel_y = 11 + }, +/obj/item/assembly/signaler{ + pixel_y = 11 + }, +/obj/item/assembly/signaler{ + pixel_y = 11 + }, +/obj/item/assembly/infra{ + pixel_x = -2; + pixel_y = -5 + }, +/obj/item/assembly/infra{ + pixel_x = -2; + pixel_y = -5 + }, +/obj/item/assembly/voice{ + pixel_x = -10; + pixel_y = 12 + }, +/obj/item/assembly/voice{ + pixel_x = -10; + pixel_y = 12 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"ciE" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"ciK" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"cjf" = ( +/turf/unsimulated/wall{ + icon_state = "iron1" + }, +/area/space) +"cjl" = ( +/obj/effect/landmark{ + name = "Syndicate-Commando"; + tag = "Commando" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"cjx" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"cjY" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"ckb" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"ckj" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8; + id_tag = "DoES_shutters"; + layer = 5; + locked = 1; + name = "CentCom DoES" + }, +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/specops) +"ckm" = ( +/obj/structure/chair/comfy/beige, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"cko" = ( +/turf/simulated/floor/carpet, +/area/centcom/court) +"ckG" = ( +/obj/machinery/icemachine, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"clj" = ( +/obj/machinery/cooker/deepfryer, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"cmf" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"cmZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"cnt" = ( +/turf/simulated/floor/plasteel, +/area/centcom/zone1) +"cnw" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership/infteam) +"coX" = ( +/obj/structure/chair/stool/bar, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"cpt" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyblue" + }, +/area/tdome/tdome1) +"cpV" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyblue" + }, +/area/tdome/tdome1) +"cqq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/syndicate_mothership) +"cqY" = ( +/obj/machinery/tcomms/relay/cc, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/bluegrid, +/area/centcom/bridge) +"crJ" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"csu" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/control) +"csN" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/computer/mech_bay_power_console, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"cte" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"ctk" = ( +/turf/simulated/floor/plating, +/area/centcom/specops) +"ctv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"ctz" = ( +/obj/structure/table/holotable, +/obj/item/beach_ball, +/obj/item/beach_ball/holoball, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"ctL" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 4; + height = 11; + id = "trade_sol_base"; + name = "docking bay 2 at Jupiter Station"; + width = 9 + }, +/turf/space, +/area/space) +"cuf" = ( +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"cuG" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"cuX" = ( +/obj/structure/spacepoddoor{ + dir = 4; + luminosity = 3 + }, +/obj/machinery/door/poddoor/multi_tile/four_tile_hor{ + id_tag = "nukeop_ready" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"cvi" = ( +/obj/machinery/chem_dispenser{ + desc = "It appears Fox is doing more fruit chemistry today!"; + hackedcheck = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"cvu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "floorlattice" + }, +/area/centcom/zone2) +"cvZ" = ( +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/structure/table/glass, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"cwG" = ( +/obj/machinery/door/airlock/external{ + id_tag = "trade_sol_base"; + name = "Docking Port" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"cwT" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s5" + }, +/area/shuttle/gamma/space) +"cwU" = ( +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"cwV" = ( +/obj/structure/bed, +/obj/item/bedsheet/wiz, +/obj/effect/landmark/start{ + name = "wizard" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet08" + }, +/area/wizard_station) +"cxl" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/turf_decal/arrows/white{ + color = "#0066ff"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"cxA" = ( +/obj/machinery/teleport/station, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"cxF" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/stock_parts/cell/infinite{ + desc = "Интересная батарейка золотого цвета, главный вопрос который вас терзает - а что она делает в космосе? \n Жаль что контакты окислились."; + name = "Батарейка в космосе?" + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"cxK" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"cxS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/smartfridge/drying_rack, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"cyo" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "navyredcorners" + }, +/area/tdome/tdome2) +"cyO" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"cyP" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyredcorners" + }, +/area/tdome/tdome2) +"cyX" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"czn" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"czs" = ( +/obj/structure/mineral_door/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"cAA" = ( +/obj/structure/chair/comfy/brown{ + color = "#3300FF" + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"cAI" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/space) +"cAQ" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyblue" + }, +/area/tdome/arena) +"cAS" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyblue" + }, +/area/tdome/arena) +"cAW" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + name = "Master R&D Server Controller" + }, +/turf/unsimulated/floor/wood, +/area/admin) +"cBl" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"cBr" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"cCj" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "navybluecorners" + }, +/area/tdome/tdome1) +"cCo" = ( +/obj/effect/landmark{ + name = "tdome1" + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/tdome/tdome1) +"cCS" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/shuttle/syndicate) +"cCV" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign3"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"cDd" = ( +/obj/machinery/button/windowtint{ + id = "SSTprivateroom"; + pixel_x = 24; + pixel_y = 24 + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "SSTprivateroom"; + name = "Privacy Room Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 26; + pixel_y = 31; + specialfunctions = 4 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"cDE" = ( +/obj/structure/chair/sofa{ + dir = 10 + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"cDS" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"cEk" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/control) +"cEx" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space, +/obj/item/clothing/suit/space, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space, +/obj/item/clothing/head/helmet/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"cEE" = ( +/obj/structure/table/wood, +/obj/item/toy/figure/librarian, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"cEF" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navybluecorners" + }, +/area/tdome/tdome1) +"cFn" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cFo" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign5"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"cFw" = ( +/obj/machinery/pdapainter, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership/infteam) +"cGI" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"cHz" = ( +/obj/structure/spacepoddoor{ + dir = 4; + luminosity = 3 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/elite_squad) +"cHF" = ( +/obj/structure/table/wood, +/obj/item/whetstone, +/turf/unsimulated/floor/wood, +/area/admin) +"cHS" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"cHT" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "eventroom"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"cHU" = ( +/turf/simulated/floor/carpet, +/area/centcom/evac) +"cIe" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"cIn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/evac) +"cIA" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"cID" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"cJf" = ( +/obj/structure/rack, +/obj/item/beach_ball/holoball{ + throw_speed = 20; + throwforce = 1000 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"cJg" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer/upgraded, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"cJu" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "navyred" + }, +/area/tdome/tdome2) +"cKq" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"cKy" = ( +/obj/structure/closet/crate/freezer{ + desc = "Холодильник с напитками. Ничего необычного." + }, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"cKC" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/ionrifle/carbine, +/turf/unsimulated/floor/wood, +/area/admin) +"cKK" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/court) +"cLc" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"cLC" = ( +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 8 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"cLG" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 8; + icon_state = "rampbottom" + }, +/area/space) +"cMa" = ( +/obj/structure/table/wood/fancy, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"cMx" = ( +/turf/unsimulated/wall/fakeglass, +/area/wizard_station) +"cMJ" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 5; + height = 7; + id = "supply_transit"; + name = "supply in transit"; + width = 12 + }, +/turf/space/transit, +/area/space) +"cML" = ( +/turf/unsimulated/floor{ + icon_state = "navyredcorners" + }, +/area/tdome/tdome2) +"cNn" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"cNy" = ( +/obj/structure/table/reinforced, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"cOF" = ( +/obj/structure/table/wood, +/obj/item/grenade/clusterbuster/mega_syndieminibomb, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"cOZ" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyredcorners" + }, +/area/tdome/tdome2) +"cPl" = ( +/obj/machinery/door/poddoor/impassable, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/infteam) +"cPH" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cPM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrivalcorner" + }, +/area/centcom/evac) +"cQh" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"cQm" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"cQD" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/chili, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"cRq" = ( +/obj/machinery/door/poddoor{ + density = 0; + id_tag = "thunderdome"; + name = "Thunderdome Blast Door"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyredfull" + }, +/area/tdome/arena) +"cSN" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cSS" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "navyred" + }, +/area/tdome/arena) +"cTm" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "navyred" + }, +/area/tdome/arena) +"cTF" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"cTR" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/centcom/zone1) +"cTU" = ( +/obj/effect/landmark{ + name = "Syndicate-Infiltrator-Leader"; + tag = "Commando" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership/infteam) +"cTV" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cUb" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"cUs" = ( +/obj/structure/holohoop{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"cUH" = ( +/obj/machinery/door/poddoor{ + density = 0; + id_tag = "thunderdome"; + name = "Thunderdome Blast Door"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navybluefull" + }, +/area/tdome/arena) +"cUI" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" + }, +/area/syndicate_mothership/elite_squad) +"cUX" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"cVn" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"cVB" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"cVM" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"cWC" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/internals, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"cWM" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"cWR" = ( +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/a40mm, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"cXo" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "navyblue" + }, +/area/tdome/tdome1) +"cXZ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/control) +"cYN" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f4" + }, +/area/shuttle/syndicate) +"cYP" = ( +/turf/unsimulated/floor{ + icon_state = "navybluecorners" + }, +/area/tdome/tdome1) +"cYQ" = ( +/obj/structure/table/wood, +/obj/item/toy/katana, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"cYV" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/reagent_scanner/adv, +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"dag" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/zone1) +"daj" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"dan" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navybluecorners" + }, +/area/tdome/tdome1) +"daz" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (EAST)" + }, +/area/space) +"daM" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/specops) +"dbj" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + tag = "icon-plant-30" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"dbl" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"dby" = ( +/obj/structure/dresser, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"dbI" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + name = "voxstart" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"dcc" = ( +/obj/item/stack/sheet/animalhide/monkey{ + desc = "The by-product of monkey farming. Expires 07/02/2022" + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor/plating, +/area/centcom/specops) +"ddy" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"ddz" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"ddO" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"def" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"deO" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"deP" = ( +/obj/structure/table/wood, +/obj/item/candle/eternal, +/obj/structure/window/reinforced, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"deQ" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/validsalad, +/obj/item/kitchen/utensil/spoon, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"deV" = ( +/obj/machinery/computer/shuttle/sit, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/infteam) +"dfd" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/fakespace, +/area/centcom/evac) +"dfh" = ( +/obj/structure/table/wood/poker, +/obj/item/dice/d20, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"dgn" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"dgp" = ( +/obj/structure/closet/wardrobe/red, +/obj/item/clothing/suit/tracksuit/red, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"dgs" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "TD_Baseball"; + name = "4-shot base/ball" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"dgy" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"dgQ" = ( +/obj/effect/landmark{ + name = "tdome2" + }, +/obj/machinery/camera{ + c_tag = "Thunderdome Red Team"; + network = list("Thunderdome"); + pixel_x = 11; + pixel_y = -9 + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/tdome/tdome2) +"dgW" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"dho" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/obj/machinery/camera{ + c_tag = "Thunderdome Arena"; + network = list("Thunderdome"); + pixel_x = 10 + }, +/obj/machinery/flasher{ + id = "flash"; + name = "Thunderdome Flash" + }, +/obj/item/radio/intercom/pirate{ + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"dhD" = ( +/obj/effect/landmark{ + name = "tdome1" + }, +/obj/machinery/camera{ + c_tag = "Thunderdome Green Team"; + network = list("Thunderdome"); + pixel_x = 12; + pixel_y = -10 + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/tdome/tdome1) +"dim" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "TD_Baseball"; + name = "4-shot base/ball" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"dit" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10 + }, +/area/syndicate_mothership/infteam) +"div" = ( +/obj/machinery/computer/shuttle/trade/sol, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"diz" = ( +/obj/effect/turf_decal/box/red/corners, +/obj/effect/decal{ + color = "red"; + desc = "Somehow syndicate found out what was a science joke in the past, to be the real deal..."; + icon_state = "anom"; + name = "Controllable Redspace Tear" + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/control) +"diB" = ( +/obj/structure/table/wood/poker, +/obj/item/paper_bin, +/obj/item/pen, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"djz" = ( +/obj/machinery/slot_machine, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"djS" = ( +/obj/item/storage/toolbox/syndicate{ + desc = "A powerful relic many men worked long and hard to keep safe and away from the forces of evil."; + force = 1e+008; + name = "toolbox of robustness" + }, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"dlL" = ( +/turf/simulated/floor/plating, +/area/centcom/zone1) +"dlT" = ( +/obj/structure/chair/comfy/brown{ + color = "#FF3300" + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"dmB" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy/pistol/enforcer, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"dnc" = ( +/obj/mecha/combat/marauder/seraph/loaded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"dnh" = ( +/obj/docking_port/stationary{ + allow_spin = 0; + dir = 4; + dwidth = 2; + height = 11; + id = "specops_away"; + name = "centcom bay 3"; + no_spin = 1; + top_left_corner = 8; + top_right_corner = 1; + turf_type = /turf/simulated/floor; + width = 5 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"doA" = ( +/obj/structure/rack, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"dpz" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod4_transit"; + name = "pod 4 in transit"; + width = 3 + }, +/turf/space/transit/east{ + dir = 8 + }, +/area/space) +"dpF" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"dpS" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"dqX" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"drp" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/jail) +"drr" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -12 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 8 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"dsj" = ( +/turf/simulated/floor/fakespace, +/area/centcom/zone1) +"dte" = ( +/obj/machinery/vending/security, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"dtC" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"dtL" = ( +/obj/machinery/computer/teleporter{ + req_access = list(150) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"dtR" = ( +/obj/structure/table/glass, +/obj/item/folder/blue, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/folder/yellow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"duK" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"dvz" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"dvD" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"dvS" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"dwk" = ( +/obj/structure/table/wood, +/obj/item/hatchet/unathiknife, +/turf/unsimulated/floor/wood, +/area/admin) +"dwm" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/bridge) +"dwJ" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/grass, +/area/centcom/evac) +"dwR" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "navyred" + }, +/area/tdome/tdome2) +"dwU" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/supply) +"dyy" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"dyB" = ( +/turf/unsimulated/floor{ + icon_state = "navyred" + }, +/area/tdome/tdome2) +"dyN" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"dyQ" = ( +/obj/item/flag/nt, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"dzL" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"dzW" = ( +/turf/unsimulated/floor{ + icon_state = "navyblue" + }, +/area/tdome/tdome1) +"dzZ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone2) +"dAl" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/glass, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"dAv" = ( +/obj/structure/table/wood/poker, +/obj/item/pizzabox, +/obj/item/pizzabox, +/obj/item/kitchen/knife, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"dAY" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"dBa" = ( +/obj/mecha/makeshift, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"dCa" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"dCm" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/rack/holorack, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"dCQ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"dDl" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/retro, +/obj/item/gun/energy/laser/retro/old, +/obj/item/gun/energy/laser/retro/sc_retro, +/obj/item/gun/energy/laser/tag/blue, +/obj/item/gun/energy/laser/tag/red, +/turf/unsimulated/floor/wood, +/area/admin) +"dDn" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"dDx" = ( +/obj/mecha/combat/marauder/loaded, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"dDB" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/white, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"dDF" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"dDH" = ( +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -13 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"dEb" = ( +/turf/simulated/floor/carpet, +/area/centcom/specops) +"dEk" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"dEr" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkblue" + }, +/area/tdome/tdome2) +"dEs" = ( +/obj/structure/dresser, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"dEH" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/automatic/dual_tube, +/turf/unsimulated/floor/wood, +/area/admin) +"dEL" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkgreen" + }, +/area/tdome/tdome2) +"dFt" = ( +/turf/unsimulated/wall{ + icon_state = "iron15" + }, +/area/syndicate_mothership) +"dFB" = ( +/obj/structure/table/reinforced, +/obj/item/stamp/syndicate, +/obj/item/stamp/chameleon{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/item/syndicatedetonator{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"dFM" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership/infteam) +"dGd" = ( +/obj/structure/table/wood, +/obj/item/suppressor{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/suppressor{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/suppressor{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/suppressor{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"dGF" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkgreen" + }, +/area/tdome/tdome1) +"dGL" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass, +/area/centcom/specops) +"dGN" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/pspork, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"dGP" = ( +/obj/machinery/seed_extractor, +/obj/structure/sink{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"dHa" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/syndicate_mothership/elite_squad) +"dHc" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkblue" + }, +/area/tdome/tdome1) +"dIc" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"dJG" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Shitcurity"; + name = "Shitcurity"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"dKa" = ( +/obj/effect/landmark{ + name = "prisonwarp" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/space) +"dKH" = ( +/obj/mecha/combat/phazon{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"dLC" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/flask/detflask{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"dLF" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Robaster"; + name = "Robaster"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"dLV" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/gamma/space) +"dMb" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"dMo" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3"; + tag = "icon-diagonalWall3" + }, +/area/shuttle/assault_pod) +"dNa" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/thaumicnik{ + layer = 10; + pixel_y = 10 + }, +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"dNb" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/advtaser/mounted, +/turf/unsimulated/floor/wood, +/area/admin) +"dOj" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/supply) +"dOP" = ( +/obj/machinery/computer/shuttle/syndicate/recall, +/obj/machinery/door_control{ + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "nukeop_ready"; + name = "Shuttle Dock Door"; + pixel_x = null; + pixel_y = 25; + req_access_txt = "151"; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"dPc" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP1-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 2000; + master_tag = "CC-OP1"; + name = "CC-OP1-INT"; + pixel_x = -24; + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"dPo" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 4"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plating, +/area/centcom/zone2) +"dPx" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/simulated/floor/mineral/abductor, +/area/centcom/zone1) +"dPV" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/naziofficer{ + name = "Officer Cap" + }, +/obj/item/clothing/under/officeruniform{ + icon_state = "nazi"; + name = "Officer's Uniform" + }, +/obj/item/clothing/suit/blacktrenchcoat{ + icon_state = "nazi" + }, +/obj/item/clothing/shoes/black, +/turf/unsimulated/floor/wood, +/area/admin) +"dQA" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership/elite_squad) +"dQG" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership/elite_squad) +"dQM" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "navyblue" + }, +/area/tdome/arena) +"dQQ" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"dRb" = ( +/obj/structure/toilet, +/obj/structure/sink{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/space) +"dRp" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet09" + }, +/area/wizard_station) +"dRO" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "navyblue" + }, +/area/tdome/arena) +"dRS" = ( +/obj/item/flag/species/slime, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"dRV" = ( +/obj/structure/sign/barsign{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/centcom/evac) +"dSn" = ( +/obj/structure/rack, +/obj/item/reagent_containers/spray/plantbgone, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"dTg" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"dTZ" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"dUh" = ( +/obj/structure/table, +/obj/machinery/smartfridge/disks, +/turf/simulated/floor/wood, +/area/centcom/evac) +"dUu" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"dUE" = ( +/obj/machinery/gibber, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"dVt" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/specops) +"dVK" = ( +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"dVR" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"dVZ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"dWi" = ( +/obj/structure/closet/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + }, +/obj/item/card/id/syndicate/command, +/obj/item/card/id/syndicate/command, +/obj/item/card/id/syndicate/command, +/obj/item/clothing/under/syndicate, +/obj/item/clothing/under/syndicate, +/obj/item/clothing/under/syndicate, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/radio/headset/syndicate/alt/syndteam, +/obj/item/radio/headset/syndicate/alt/syndteam, +/obj/item/radio/headset/syndicate/alt/syndteam, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"dXa" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"dXc" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/zone1) +"dXh" = ( +/turf/unsimulated/wall{ + icon_state = "iron0" + }, +/area/syndicate_mothership/elite_squad) +"dXx" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/centcom/specops) +"dXA" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/centcom/evac) +"dXQ" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"dXY" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"dYf" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/structure/mirror{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"dYG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"dYU" = ( +/obj/machinery/computer/camera_advanced, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"dZe" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"dZv" = ( +/obj/structure/piano{ + icon_state = "piano" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"dZA" = ( +/turf/simulated/floor/grass, +/area/centcom/evac) +"dZU" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "navyred" + }, +/area/tdome/tdome2) +"eao" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/kidan, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"eaT" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken7"; + tag = "icon-wood-broken7" + }, +/area/centcom/supply) +"eaU" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/energy/sword/saber/red, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"ebk" = ( +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"ebp" = ( +/obj/structure/table/wood, +/obj/item/toy/russian_revolver/trick_revolver, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"ebO" = ( +/obj/machinery/vending/snack, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"ebR" = ( +/obj/machinery/computer/shuttle/ert, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ecb" = ( +/obj/machinery/computer/card/centcom, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"ecw" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/melee/energy/sword/saber/blue, +/obj/item/clothing/under/color/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"ecC" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ecI" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"ecL" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "navyblue" + }, +/area/tdome/tdome1) +"ecV" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"edZ" = ( +/obj/effect/turf_decal/arrows/white{ + color = null; + dir = 4; + name = "ERT shuttle" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"eed" = ( +/obj/machinery/computer/pod/deathsquad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"eeN" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "navyblue" + }, +/area/tdome/tdome1) +"eeU" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"efU" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"efW" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/jail) +"ege" = ( +/obj/machinery/hydroponics/constructable{ + layer = 3.2 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"egk" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/obj/item/clothing/under/color/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"egp" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "CC_toilet_unit2"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"egP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/adminconstruction) +"egQ" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ehr" = ( +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f4" + }, +/area/shuttle/syndicate) +"ehD" = ( +/obj/machinery/vending/snack, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"ehW" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Cowboy"; + name = "Cowboy"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"eiR" = ( +/obj/effect/step_trigger/teleporter{ + teleport_x = 20; + teleport_y = 171; + teleport_z = 2 + }, +/turf/unsimulated/floor{ + icon_state = "rampbottom" + }, +/area/tdome/tdomeobserve) +"eiU" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/shuttle/syndicate) +"eji" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"ejA" = ( +/obj/item/paper{ + name = "Melee" + }, +/turf/unsimulated/floor/wood, +/area/admin) +"eka" = ( +/obj/docking_port/stationary{ + area_type = /area/syndicate_mothership; + dwidth = 8; + height = 22; + id = "syndicate_away"; + name = "syndicate base"; + turf_type = /turf/unsimulated/floor/plating; + width = 18 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"ekh" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"ekH" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/zone1) +"elu" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/obj/item/soap/syndie, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"elD" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/toy/cards/deck, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"elS" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + icon_state = "door_locked"; + id_tag = "emergency_away"; + locked = 1; + name = "Arrival Airlock"; + req_access = null + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"ems" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/shuttle/syndicate) +"emu" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership/elite_squad) +"emN" = ( +/obj/machinery/optable, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"emW" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"enn" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/supply) +"eno" = ( +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership/infteam) +"eol" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"eoD" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"eoT" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"epo" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/wood{ + icon_state = "wood-broken7"; + tag = "icon-wood-broken7" + }, +/area/centcom/supply) +"epD" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"epH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"epT" = ( +/obj/item/gun/syringe/syndicate, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"eqk" = ( +/obj/structure/sign/poster/official/ue_no, +/turf/unsimulated/wall{ + icon_state = "sandstone12" + }, +/area/wizard_station) +"erc" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT1"; + name = "gravpult" + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"erk" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign3"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"ero" = ( +/obj/structure/table/glass, +/obj/item/clothing/accessory/stethoscope, +/obj/item/storage/belt/medical, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"eru" = ( +/obj/structure/chair/comfy/beige, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"erD" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"erF" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"erZ" = ( +/obj/structure/rack/holorack, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"esf" = ( +/obj/machinery/computer/shuttle/sst, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/elite_squad) +"esm" = ( +/obj/effect/step_trigger/teleporter{ + teleport_x = 38; + teleport_y = 161; + teleport_z = 2 + }, +/turf/unsimulated/floor{ + icon_state = "rampbottom" + }, +/area/tdome/tdomeobserve) +"esq" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"esv" = ( +/obj/machinery/conveyor/west{ + id = "syndicate_cargo_load" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"etr" = ( +/obj/structure/toilet, +/obj/structure/sink{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"etw" = ( +/obj/machinery/computer/robotics, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"etK" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"euF" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Cowboy"; + name = "Cowboy"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"evj" = ( +/obj/machinery/door_control, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"evn" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно не спит на посту!"; + dir = 8; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Биба"; + obj_integrity = 9999 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"evp" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"evy" = ( +/obj/structure/rack, +/obj/item/storage/backpack/duffel/syndie/x4{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/backpack/duffel/syndie/x4, +/obj/item/storage/backpack/duffel/syndie/x4{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"evD" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/stripes/full, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"evE" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"evL" = ( +/obj/structure/table/wood, +/obj/item/twohanded/toy/chainsaw, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"evN" = ( +/obj/machinery/light, +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"ewd" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"ewI" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"exa" = ( +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"exC" = ( +/obj/structure/closet/syndicate/sst, +/obj/item/ammo_box/magazine/mm556x45/bleeding, +/obj/item/ammo_box/magazine/mm556x45, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"exG" = ( +/obj/structure/AIcore, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"exL" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"exX" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/wood{ + icon_state = "woodalt" + }, +/area/syndicate_mothership/elite_squad) +"eyb" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone2) +"eyn" = ( +/obj/structure/table, +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"eyT" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"ezA" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"eAk" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/landmark{ + name = "ERT Director" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"eAH" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"eAQ" = ( +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/space) +"eBs" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"eBF" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"eCc" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluecorners" + }, +/area/adminconstruction) +"eCI" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/clothing/mask/cigarette/pipe, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"eCT" = ( +/obj/machinery/door/airlock/centcom{ + name = "ER."; + opacity = 1; + req_access_txt = "114" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/wood, +/area/centcom/specops) +"eDe" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6 + }, +/area/space) +"eDn" = ( +/obj/structure/rack, +/obj/item/storage/belt/military/traitor/hacker{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/belt/military/traitor/hacker, +/obj/item/storage/belt/military/traitor/hacker{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"eDV" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/clothing/gloves/botanic_leather, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"eEj" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law/black, +/turf/simulated/floor/wood, +/area/centcom/jail) +"eEm" = ( +/obj/machinery/light{ + layer = 10 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"eFH" = ( +/turf/space, +/area/admin) +"eFN" = ( +/obj/structure/rack/holorack, +/obj/item/stamp/captain, +/obj/item/stamp/ce, +/obj/item/stamp/clown, +/obj/item/stamp/cmo, +/obj/item/stamp/hop, +/obj/item/stamp/hos, +/obj/item/stamp/law, +/obj/item/stamp/magistrate, +/obj/item/stamp/qm, +/obj/item/stamp/rd, +/obj/item/stamp/rep, +/obj/item/stamp/warden, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/heads/magistrate/alt, +/obj/item/radio/headset/heads/ntrep, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"eGy" = ( +/obj/machinery/door/poddoor/impassable{ + color = "#99ff99"; + id_tag = "SST_armory_basic"; + name = "SST Armory Basic Weapons" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"eHg" = ( +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"eHs" = ( +/obj/structure/closet/secure_closet/brigdoc, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"eHC" = ( +/obj/structure/table/abductor, +/obj/item/storage/box/alienhandcuffs, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"eIw" = ( +/obj/machinery/porta_turret/syndicate/exterior, +/obj/effect/turf_decal/box/red, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/control) +"eIy" = ( +/obj/structure/table/wood, +/obj/item/abductor_baton, +/obj/item/abductor/silencer, +/obj/item/abductor/mind_device, +/obj/item/abductor/gizmo, +/obj/structure/ninjatele{ + pixel_x = -28 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"eJm" = ( +/obj/item/clothing/accessory/cowboyshirt, +/obj/item/clothing/shoes/cowboy/black, +/obj/item/clothing/head/cowboyhat/black, +/obj/structure/rack, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/storage/belt/bandolier, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/clothing/accessory/holster, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/clothing/under/color/black, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"eJU" = ( +/obj/structure/table, +/obj/item/storage/lockbox/mindshield, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"eKa" = ( +/obj/structure/chair/comfy/blue{ + dir = 1 + }, +/obj/effect/landmark{ + name = "tdomeobserve" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/tdome/tdomeobserve) +"eKi" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/recharger, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"eKv" = ( +/obj/effect/turf_decal/bot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"eLf" = ( +/obj/structure/table, +/obj/machinery/door_control{ + id = "TD_Shitcurity"; + name = "TD Shitcurity Kit"; + pixel_x = 5; + pixel_y = 5; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "TD_Robaster"; + name = "TD Robaster Kit"; + pixel_x = -5; + pixel_y = 5; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "TD_Mecha"; + name = "TD Mecha Kit"; + pixel_x = 5; + pixel_y = -5; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "TD_Bojutsu"; + name = "TD Bojutsu Kit"; + pixel_x = -5; + pixel_y = -5; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/tdome/tdomeadmin) +"eLk" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"eLT" = ( +/obj/structure/table, +/obj/machinery/door_control{ + id = "thunderdome"; + name = "Thunder start"; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/tdome/tdomeadmin) +"eMi" = ( +/obj/structure/table, +/obj/item/storage/box/syndidonkpockets, +/obj/item/storage/box/syndidonkpockets, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"eMo" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"eMK" = ( +/obj/structure/table, +/obj/machinery/door_control{ + id = "TD_Strela"; + name = "TD Strela Kit"; + pixel_x = 5; + pixel_y = 5; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "TD_Baseball"; + name = "TD Baseball Kit"; + pixel_x = -5; + pixel_y = 5; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "TD_Cowboy"; + name = "TD Cowboy Kit"; + pixel_x = -5; + pixel_y = -5; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/tdome/tdomeadmin) +"eNf" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/jail) +"eNm" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"eNM" = ( +/obj/structure/table/wood, +/obj/item/dnainjector/blindmut, +/obj/item/dnainjector/clumsymut, +/obj/item/dnainjector/comic, +/obj/item/dnainjector/coughmut, +/obj/item/dnainjector/deafmut, +/obj/item/dnainjector/epimut, +/obj/item/dnainjector/firemut, +/obj/item/dnainjector/glassesmut, +/obj/item/dnainjector/h2m, +/obj/item/dnainjector/hallucination, +/obj/item/dnainjector/hulkmut, +/obj/item/dnainjector/insulation, +/obj/item/dnainjector/m2h, +/obj/item/dnainjector/midgit, +/obj/item/dnainjector/morph, +/obj/item/dnainjector/nobreath, +/obj/item/dnainjector/noprints, +/obj/item/dnainjector/regenerate, +/obj/item/dnainjector/remoteview, +/obj/item/dnainjector/runfast, +/obj/item/dnainjector/stuttmut, +/obj/item/dnainjector/telemut, +/obj/item/dnainjector/tourmut, +/obj/item/dnainjector/xraymut, +/turf/unsimulated/floor/wood, +/area/admin) +"eNU" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"eNW" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"eOl" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/centcom/jail) +"eOT" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"ePq" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "advanced energy gun" + }, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"ePr" = ( +/obj/structure/rack, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/storage/belt/bandolier, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/clothing/accessory/holster, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/clothing/head/cowboyhat/white, +/obj/item/clothing/shoes/cowboy/fancy, +/obj/item/clothing/accessory/cowboyshirt/white, +/obj/item/clothing/under/color/white, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"ePB" = ( +/obj/machinery/door/airlock{ + name = "Toilet" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"ePH" = ( +/obj/structure/table, +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"ePJ" = ( +/obj/structure/spacepoddoor{ + luminosity = 3 + }, +/obj/machinery/door/poddoor/multi_tile/four_tile_ver, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"ePR" = ( +/obj/structure/table/glass, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ePS" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"eQj" = ( +/obj/machinery/status_display/supply_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"eQm" = ( +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"eQt" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"eQF" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/sliceable/chocolatecake, +/turf/simulated/floor/wood{ + icon_state = "woodalt" + }, +/area/syndicate_mothership/elite_squad) +"eQT" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/chocolatecakeslice, +/turf/simulated/floor/wood{ + icon_state = "woodalt" + }, +/area/syndicate_mothership/elite_squad) +"eRb" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"eRv" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"eRM" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"eRR" = ( +/obj/machinery/door_control{ + id = "CC_Armory_LWAP"; + pixel_x = 32; + pixel_y = 32; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"eRX" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" + }, +/area/syndicate_mothership) +"eSd" = ( +/obj/machinery/photocopier, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/specops) +"eSx" = ( +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_outer_bottom"; + name = "Ship External Access"; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "smindicate_bottom"; + layer = 5; + name = "Outer Airlock Bottom"; + opacity = 0 + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"eSL" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi' + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"eSW" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/zone1) +"eTg" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/fork, +/obj/item/lighter, +/obj/item/restraints/handcuffs/cable/red, +/obj/item/storage/box/mousetraps, +/obj/item/storage/fancy/cigarettes, +/obj/item/pen, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"eTm" = ( +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/structure/table/reinforced, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"eTo" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/regular{ + pixel_x = 5 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"eTD" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"eUo" = ( +/obj/item/stack/wrapping_paper, +/obj/item/stack/wrapping_paper, +/obj/item/stack/wrapping_paper, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"eUE" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"eUK" = ( +/obj/structure/table/wood, +/obj/item/pizza_bomb, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"eUQ" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"eVA" = ( +/obj/effect/turf_decal/stripes/asteroid/corner, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"eVP" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"eVU" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = -12 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = -2 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 8 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"eWv" = ( +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"eWH" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"eWP" = ( +/obj/item/gun/energy/sniperrifle, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"eXr" = ( +/obj/item/gun/throw, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"eXA" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/wizrobe/magusblue, +/obj/item/clothing/head/wizard/magus, +/obj/item/twohanded/staff, +/obj/item/clothing/suit/wizrobe/magusred, +/obj/item/clothing/head/wizard/magus, +/obj/item/twohanded/staff, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet06" + }, +/area/wizard_station) +"eXB" = ( +/obj/machinery/vending/medical, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"eXF" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"eXL" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/tdome/tdomeadmin) +"eXN" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/supply) +"eXP" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/obj/item/clothing/under/color/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"eXQ" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/recharger, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"eYP" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"eYT" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"eZi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/centcom/zone3) +"eZR" = ( +/obj/structure/filingcabinet/employment, +/obj/item/radio/intercom/specops{ + pixel_x = -30 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"fad" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod4_away"; + name = "recovery ship bay 4"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"fai" = ( +/obj/structure/closet/crate/can, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"fba" = ( +/obj/structure/mopbucket, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/soap, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"fbq" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + alpha = 75; + color = "black"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"fbH" = ( +/obj/item/mop, +/obj/structure/mirror{ + pixel_x = 28 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"fcs" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"fcv" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_legal, +/turf/simulated/floor/wood, +/area/centcom/specops) +"fcx" = ( +/obj/machinery/light/small{ + dir = 1; + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"fcV" = ( +/obj/structure/table/glass, +/obj/item/storage/backpack/duffel/syndie/surgery_fake, +/obj/item/storage/box/syndie_kit/bonerepair, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"fdk" = ( +/obj/effect/landmark{ + name = "tdomeadmin" + }, +/obj/item/radio/intercom/pirate{ + pixel_y = -32; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/tdome/tdomeadmin) +"feL" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"feR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/zone1) +"feT" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"ffe" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" + }, +/area/syndicate_mothership/control) +"ffV" = ( +/obj/machinery/computer/atmos_alert, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"ffX" = ( +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"fgi" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"fgq" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"fgx" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/soymilk, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"fgB" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/door/window{ + dir = 8; + name = "Toilet"; + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"fgL" = ( +/obj/structure/table/glass, +/obj/item/pizzabox/margherita, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/centcom/specops) +"fhq" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 75; + color = "black"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"fhu" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/crossbow, +/turf/unsimulated/floor/wood, +/area/admin) +"fhw" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"fhx" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone3) +"fhT" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"fix" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/butcher/meatcleaver, +/turf/unsimulated/floor/wood, +/area/admin) +"fiA" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, +/obj/effect/landmark{ + name = "traderstart_sol" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"fiD" = ( +/obj/structure/dresser, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"fjj" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT0"; + name = "Launch Bay #0" + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"fjq" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/evac) +"fjx" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien13" + }, +/area/abductor_ship) +"fjR" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK" + }, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/syndicate) +"fkh" = ( +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"fkG" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership/control) +"fkW" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"fls" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_supply, +/obj/item/book/manual/nuclear, +/turf/simulated/floor/wood, +/area/centcom/specops) +"flI" = ( +/obj/machinery/computer/message_monitor, +/obj/item/paper/monitorkey, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"flK" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + name = "Syndicate-Spawn" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"flP" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"fmc" = ( +/obj/structure/chair/comfy/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"fmm" = ( +/obj/structure/rack, +/obj/item/melee/baseball_bat/ablative, +/obj/item/clothing/under/pj/red, +/obj/item/clothing/glasses/hud/health/sunglasses, +/obj/item/clothing/shoes/winterboots, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"fmA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/infteam) +"fmZ" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 + }, +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"fnh" = ( +/obj/item/gun/syringe, +/obj/item/mecha_parts/mecha_equipment/medical/syringe_gun, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"fnC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"fnM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/ore_box, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fnR" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/wizard_station) +"fnW" = ( +/obj/machinery/computer/communications, +/obj/machinery/newscaster/security_unit{ + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"fon" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"fop" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"fow" = ( +/obj/structure/rack, +/obj/item/melee/baseball_bat/ablative, +/obj/item/clothing/under/pj/blue, +/obj/item/clothing/glasses/hud/health/sunglasses, +/obj/item/clothing/shoes/winterboots, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"foN" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/centcom/evac) +"fpg" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"fpS" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"fqb" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/shuttle/syndicate) +"fqh" = ( +/obj/structure/spacepoddoor{ + dir = 4; + luminosity = 3 + }, +/obj/machinery/door/poddoor/multi_tile/two_tile_hor{ + id_tag = "nukeop_ready" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"frx" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"fsr" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Connector Port (Air Supply)" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"fsS" = ( +/obj/machinery/shuttle_manipulator, +/turf/simulated/floor/bluegrid, +/area/centcom/bridge) +"fsT" = ( +/obj/structure/flora/ausbushes/palebush, +/obj/structure/flora/tree/pine{ + color = "#336633" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"fsX" = ( +/obj/structure/chair/comfy/beige{ + dir = 8; + layer = 5; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"fsZ" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/centcom/specops) +"ftj" = ( +/obj/structure/rack/holorack, +/obj/item/circuitboard/aiupload, +/obj/item/circuitboard/circuit_imprinter, +/obj/item/circuitboard/communications, +/obj/item/circuitboard/destructive_analyzer, +/obj/item/circuitboard/ore_redemption, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/protolathe, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"fts" = ( +/turf/simulated/floor/carpet/arcade, +/area/centcom/bridge) +"ftu" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"ftv" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone3-bathroom1"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"ftP" = ( +/obj/machinery/cryopod, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"ftT" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"fuS" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien11" + }, +/area/abductor_ship) +"fvg" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"fvk" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"fvv" = ( +/obj/machinery/computer/shuttle/syndicate{ + name = "Nuclear Operatives Shuttle Console" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"fvx" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"fvN" = ( +/obj/machinery/autolathe/upgraded{ + hacked = 1 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"fwr" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt" + }, +/area/syndicate_mothership/elite_squad) +"fwy" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"fxg" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership) +"fxA" = ( +/obj/mecha/combat/marauder/mauler/loaded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"fya" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (EAST)" + }, +/area/space) +"fyo" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"fyW" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/obj/item/clothing/under/color/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"fzj" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/infteam) +"fzt" = ( +/obj/machinery/computer/shuttle/vox, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"fAd" = ( +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/centcom/zone1) +"fAg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"fAi" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"fAu" = ( +/obj/machinery/iv_drip, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"fAD" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership/control) +"fBc" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"fBk" = ( +/obj/structure/table/wood, +/obj/item/storage/bible, +/turf/simulated/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/centcom/evac) +"fBF" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"fCa" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"fCc" = ( +/obj/item/target, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken7" + }, +/area/wizard_station) +"fCq" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 7; + height = 5; + id = "sit_transit"; + name = "sit in transit"; + width = 11 + }, +/turf/space/transit, +/area/space) +"fCt" = ( +/obj/machinery/abductor/gland_dispenser, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"fCQ" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"fCV" = ( +/obj/mecha/combat/marauder/seraph{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 80, "energy" = 80, "bomb" = 80, "bio" = 80, "rad" = 80, "fire" = 100, "acid" = 100); + color = "#006666"; + name = "Rocinante" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "Automatic 20mm cannone"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "Heavy 83mm HE RL" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot{ + name = "Destroyer of the present"; + projectiles = 70; + projectiles_per_shot = 7 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/xray/triple, +/obj/item/mecha_parts/mecha_equipment/teleporter/precise, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/turf/simulated/floor/wood, +/area/centcom/specops) +"fDD" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/syndicate_mothership) +"fDG" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse, +/obj/item/gun/energy/pulse/carbine, +/obj/item/gun/energy/pulse/cyborg, +/obj/item/gun/energy/pulse/destroyer, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/turf/unsimulated/floor/wood, +/area/admin) +"fDP" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"fDS" = ( +/obj/machinery/door/window{ + dir = 2; + panel_open = 1; + req_access_txt = "101" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"fDV" = ( +/obj/effect/decal/warning_stripes/red, +/obj/machinery/door/poddoor/shutters, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"fDY" = ( +/obj/machinery/vending/coffee/free, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"fDZ" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s10" + }, +/area/shuttle/escape) +"fEi" = ( +/obj/structure/bed, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet01" + }, +/area/centcom/zone1) +"fEE" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"fEH" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/space) +"fEL" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/badmin, +/turf/unsimulated/floor/wood, +/area/admin) +"fEV" = ( +/obj/structure/closet/syndicate/personal, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"fEZ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/space) +"fFi" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"fFU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fGl" = ( +/obj/item/gun/energy/shock_revolver, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"fGm" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"fGt" = ( +/obj/item/flag/species/diona, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"fHe" = ( +/obj/machinery/status_display/supply_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"fHh" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign4"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"fHj" = ( +/obj/structure/table/wood, +/obj/item/healthanalyzer/advanced, +/obj/item/healthanalyzer/advanced{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"fHE" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"fHO" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"fIj" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"fIt" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/bluespace_beacon/syndicate, +/turf/unsimulated/floor/wood, +/area/admin) +"fID" = ( +/turf/simulated/floor/plating/airless, +/area/space) +"fIJ" = ( +/obj/structure/holohoop, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"fIM" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP4-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + name = "Access Controller OP4"; + pixel_x = -32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP4-Ext"; + tag_interior_door = "CC-OP4-Int" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"fJn" = ( +/obj/effect/turf_decal/arrows/red{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"fJz" = ( +/obj/structure/closet/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + }, +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom{ + desc = null; + name = "Supreme commander bowman headset" + }, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106,107,108,109,110,111,112,113,114); + icon_state = "commander"; + name = "Supreme Commander ID card"; + rank = "Nanotrasen Navy Captain"; + registered_name = null + }, +/obj/item/door_remote/centcomm, +/obj/item/clothing/accessory/medal/gold{ + desc = null; + name = "Supreme commander's gold medal" + }, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/gloves/color/white{ + desc = null; + name = "Supreme judge gloves" + }, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"fJQ" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/machinery/chem_heater, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"fJR" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"fJV" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/stealth, +/obj/item/clothing/suit/space/vox/stealth, +/obj/item/clothing/head/helmet/space/vox/stealth, +/obj/item/clothing/head/helmet/space/vox/stealth, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"fKl" = ( +/obj/machinery/kitchen_machine/candy_maker, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"fKF" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone3) +"fLa" = ( +/obj/structure/dresser, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"fLh" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fLk" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"fLn" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"fLB" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"fLU" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"fMQ" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/bridge) +"fMS" = ( +/obj/structure/flora/rock{ + color = "#3366ff" + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"fNy" = ( +/turf/unsimulated/wall/abductor, +/area/abductor_ship) +"fNC" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/structure/table/wood/fancy, +/obj/item/toy/cards/deck/syndicate/black, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/control) +"fND" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plating, +/area/centcom/court) +"fNP" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Strela"; + name = "Strela"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"fOf" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"fOw" = ( +/obj/machinery/door/poddoor/impassable{ + color = "#ffdd99"; + id_tag = "SST_armory_grenades"; + name = "SST Armory Grenades" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"fPf" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"fPr" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/reagent_containers/food/drinks/shaker{ + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"fPu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"fPv" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"fPG" = ( +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"fQJ" = ( +/obj/machinery/kitchen_machine/grill, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"fQM" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyredfull" + }, +/area/tdome/arena_source) +"fQN" = ( +/obj/structure/table/glass, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/surgicaldrill, +/obj/item/circular_saw, +/obj/item/radio/intercom/syndicate{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"fQU" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"fRd" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/adminconstruction) +"fRG" = ( +/obj/machinery/conveyor/southwest{ + id = "syndicate_cargo_load" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/control) +"fRW" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"fTt" = ( +/obj/structure/window/reinforced, +/obj/item/flag/nt, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"fUp" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "navyred" + }, +/area/tdome/arena_source) +"fUy" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fVc" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/shuttle/syndicate) +"fVt" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"fVB" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"fWk" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"fWt" = ( +/obj/machinery/computer/account_database, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"fWy" = ( +/obj/structure/mirror{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/space) +"fWV" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 11; + id = "specops_transit"; + name = "specops in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/horizontal, +/area/space) +"fXf" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"fXi" = ( +/obj/mecha/combat/honker/loaded{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"fXZ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/centcom/jail) +"fYk" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate, +/obj/item/shard, +/obj/item/kitchen/knife, +/obj/item/storage/firstaid/tactical, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"fYP" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 3"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"fYW" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "navyblue" + }, +/area/tdome/arena_source) +"fZe" = ( +/obj/machinery/vending/magivend, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"fZn" = ( +/obj/machinery/computer/shuttle/sit, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"fZr" = ( +/turf/unsimulated/wall/splashscreen, +/area/start) +"fZO" = ( +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 1 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"gam" = ( +/obj/structure/flora/tree/pine{ + color = "#336633" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"gaF" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/extinguisher_cabinet{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"gaJ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/mindflayer, +/obj/item/gun/energy/xray, +/turf/unsimulated/floor/wood, +/area/admin) +"gbd" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"gbl" = ( +/obj/machinery/vending{ + name = "Toy Ammo" + }, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"gbo" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"gco" = ( +/obj/structure/closet/crate/medical, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/bottle/morphine, +/obj/item/reagent_containers/glass/bottle/atropine, +/obj/item/reagent_containers/glass/bottle/oculine, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"gct" = ( +/obj/mecha/combat/marauder/loaded, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/centcom/specops) +"gcB" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/centcom/zone1) +"gcG" = ( +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/gun/syringe/rapidsyringe, +/obj/item/reagent_containers/spray/chemsprayer, +/obj/structure/closet, +/obj/item/gun/projectile/shotgun/sc_pump, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"gcR" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/infteam) +"gcU" = ( +/obj/structure/table, +/obj/item/vending_refill/hydroseeds, +/obj/item/vending_refill/hydroseeds, +/obj/item/vending_refill/hydroseeds, +/obj/item/vending_refill/hydroseeds, +/obj/item/storage/toolbox/syndicate, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/turf/simulated/floor/wood, +/area/centcom/evac) +"gdi" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"gdk" = ( +/obj/machinery/door/airlock/wood{ + frequency = 2000; + id_tag = "CC-OP1-Ext"; + locked = 1; + name = "Zone 1" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"gdt" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"gdL" = ( +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"ges" = ( +/obj/structure/lattice, +/obj/machinery/porta_turret/syndicate{ + pixel_x = -32 + }, +/turf/space, +/area/shuttle/syndicate) +"get" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navybluefull" + }, +/area/tdome/arena_source) +"gev" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"geF" = ( +/obj/structure/rack, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/clothing/accessory/stethoscope, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"gfB" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/medic, +/obj/item/clothing/suit/space/vox/medic, +/obj/item/clothing/head/helmet/space/vox/medic, +/obj/item/clothing/head/helmet/space/vox/medic, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"ggg" = ( +/obj/machinery/recharge_station/upgraded, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"ggF" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" + }, +/area/syndicate_mothership) +"ggJ" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"ggS" = ( +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"ghk" = ( +/obj/machinery/vox_win_button, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"ghX" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"giG" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/evac) +"giX" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"gja" = ( +/obj/machinery/computer/card, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"gjj" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien24" + }, +/area/abductor_ship) +"gjn" = ( +/obj/machinery/computer/shuttle/ert{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access = list(109) + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navyblue" + }, +/area/centcom/specops) +"gjC" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Bojutsu"; + name = "Bojutsu"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"gkz" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/bigbiteburger, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"gkW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/candle/eternal, +/turf/simulated/floor/wood, +/area/centcom/evac) +"glw" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/structure/chair/comfy/brown, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"glK" = ( +/obj/machinery/teleport/station, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"glM" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/evac) +"glO" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/hooker{ + layer = 10; + pixel_y = 10 + }, +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"gmk" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/shuttle/syndicate) +"gmq" = ( +/obj/structure/rack, +/obj/item/cultivator, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/shovel/spade, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"gmt" = ( +/obj/machinery/door/airlock/public/glass, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"gmC" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"gmJ" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Mecha"; + name = "Mecha" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"gmQ" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/wood_wall.dmi'; + icon_state = "wood" + }, +/area/trader_station/sol) +"gnw" = ( +/obj/structure/table/wood/poker, +/obj/item/storage/box/ids, +/obj/item/storage/box/ids, +/obj/item/storage/box/PDAs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/PDAs{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"gnD" = ( +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/grass, +/area/centcom/evac) +"gnP" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "navyred" + }, +/area/tdome/arena_source) +"got" = ( +/turf/unsimulated/wall{ + icon_state = "rrust" + }, +/area/vox_station) +"goI" = ( +/obj/machinery/computer/cryopod/robot{ + pixel_y = 30 + }, +/obj/effect/decal/warning_stripes/green/hollow, +/obj/effect/landmark{ + name = "Response Team" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"goU" = ( +/obj/structure/chair/comfy/red, +/obj/effect/landmark{ + name = "voxstart" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"gpm" = ( +/obj/machinery/computer/station_alert, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"gpF" = ( +/obj/effect/turf_decal/stripes/asteroid/line, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"gqd" = ( +/turf/unsimulated/floor{ + icon_state = "navyred" + }, +/area/tdome/arena_source) +"gqe" = ( +/obj/effect/turf_decal/plaque, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"gqg" = ( +/obj/machinery/computer/station_alert, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"gqv" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"gqx" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "navyred" + }, +/area/tdome/arena_source) +"gqy" = ( +/obj/structure/chair/stool/holostool, +/obj/effect/landmark{ + name = "Syndicate-Infiltrator"; + tag = "Commando" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership/infteam) +"gqJ" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "navyblue" + }, +/area/tdome/arena_source) +"grI" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"gsd" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"gsj" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/closet/crate/can, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"gss" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/syndicate_mothership/infteam) +"gtI" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership/elite_squad) +"gtP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"gtY" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"guk" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"gul" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/centcom/zone3) +"guv" = ( +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"gvb" = ( +/turf/unsimulated/floor{ + icon_state = "navyblue" + }, +/area/tdome/arena_source) +"gve" = ( +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"gvf" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "navyblue" + }, +/area/tdome/arena_source) +"gvO" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/syndicate/black/red, +/obj/item/clothing/head/helmet/space/syndicate/black/red, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/airlock_sensor{ + frequency = 1331; + id_tag = "synd_sensor_bottom"; + pixel_y = -32; + req_access_txt = "150" + }, +/obj/machinery/door_control{ + id = "smindicate_bottom"; + name = "External Door Control"; + pixel_x = -32; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"gvT" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"gwb" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/carapace, +/obj/item/clothing/suit/space/vox/carapace, +/obj/item/clothing/head/helmet/space/vox/carapace, +/obj/item/clothing/head/helmet/space/vox/carapace, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"gwP" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"gxg" = ( +/obj/item/flag/nt, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"gyb" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s5" + }, +/area/shuttle/administration) +"gyJ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/lasercarbine, +/turf/unsimulated/floor/wood, +/area/admin) +"gyV" = ( +/obj/machinery/abductor/pad{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gyY" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership/elite_squad) +"gzp" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/obj/machinery/photocopier, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"gzR" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "Zone3-bathroom2"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone3) +"gAk" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"gAr" = ( +/obj/item/toy/nuke, +/obj/structure/table/wood/poker{ + color = "#996633" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"gAV" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien18" + }, +/area/abductor_ship) +"gBS" = ( +/obj/effect/turf_decal/stripes/red/full, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"gBZ" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien19" + }, +/area/abductor_ship) +"gDt" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"gEo" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"gED" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"gFe" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien17" + }, +/area/abductor_ship) +"gFq" = ( +/obj/structure/table/wood/poker, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"gFx" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/rack/holorack, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"gFS" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 1"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"gGp" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"gHJ" = ( +/obj/machinery/abductor/experiment{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gHM" = ( +/obj/structure/rack, +/obj/item/storage/belt/grenade/full{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/belt/grenade/full, +/obj/item/storage/belt/grenade/full{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"gHP" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"gHS" = ( +/obj/structure/rack, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/centcom/specops) +"gHZ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/court) +"gIb" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien16" + }, +/area/abductor_ship) +"gJg" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"gJh" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"gJq" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood, +/area/centcom/jail) +"gJu" = ( +/obj/mecha/combat/marauder/loaded{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"gKX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/centcom/evac) +"gLh" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"gLX" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy/pistol/riot, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"gMd" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"gMv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"gMB" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/mob/living/simple_animal/cow, +/turf/simulated/floor/grass, +/area/centcom/evac) +"gNa" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"gNq" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife, +/turf/unsimulated/floor/wood, +/area/admin) +"gNB" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_y = 32 + }, +/obj/structure/lattice, +/turf/space, +/area/shuttle/syndicate) +"gNF" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/wizrobe/marisa, +/obj/item/clothing/shoes/sandal/marisa, +/obj/item/clothing/head/wizard/marisa, +/obj/item/twohanded/staff/broom, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/wizard_station) +"gNQ" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyred" + }, +/area/tdome/arena_source) +"gOi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/centcom/zone1) +"gOl" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"gOu" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"gOC" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/control) +"gOI" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"gPg" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"gPk" = ( +/obj/structure/rack, +/obj/item/plant_analyzer, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"gPn" = ( +/obj/structure/window/reinforced, +/obj/structure/rack, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"gPZ" = ( +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"gQl" = ( +/obj/structure/chair/sofa{ + dir = 6 + }, +/obj/machinery/button/windowtint{ + id = "privateroomcentcom"; + pixel_x = -24; + pixel_y = 24 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"gQL" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/specops) +"gRe" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyred" + }, +/area/tdome/arena_source) +"gRv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership/elite_squad) +"gUs" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"gUw" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"gUB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"gVO" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/evac) +"gWS" = ( +/obj/machinery/door/window/brigdoor{ + color = "red"; + dir = 2; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"gXm" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (EAST)" + }, +/area/space) +"gXw" = ( +/obj/item/storage/toolbox/syndicate, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"gXC" = ( +/obj/machinery/door_control{ + id = "adminshuttleshutters"; + name = "Shutter control"; + pixel_x = 5; + pixel_y = 35; + req_access = list(101) + }, +/obj/machinery/door_control{ + id = "adminshuttleblast"; + name = "Blast door control"; + pixel_x = -5; + pixel_y = 35; + req_access = list(101) + }, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"gXI" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"gXQ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"gYq" = ( +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 4 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"gZv" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/court) +"gZN" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd12"; + id_target = "Synd22" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"gZT" = ( +/obj/structure/bed/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"hat" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"hav" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyblue" + }, +/area/tdome/arena_source) +"haO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_one_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"haT" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"haZ" = ( +/obj/machinery/computer/security/mining, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"hbq" = ( +/turf/unsimulated/wall{ + icon_state = "iron14"; + layer = 10 + }, +/area/syndicate_mothership/elite_squad) +"hbV" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyblue" + }, +/area/tdome/arena_source) +"hcs" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken5"; + tag = "icon-wood-broken5" + }, +/area/syndicate_mothership) +"hdz" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/escape) +"hdE" = ( +/obj/machinery/door/airlock/centcom{ + req_access_txt = "152" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"heE" = ( +/obj/structure/closet/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"hfl" = ( +/obj/machinery/status_display/supply_display{ + pixel_x = -32 + }, +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"hft" = ( +/obj/machinery/computer/shuttle/syndicate/recall, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"hfO" = ( +/obj/machinery/vending/boozeomat, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"hfR" = ( +/obj/item/storage/fancy/cigarettes/dromedaryco, +/obj/item/lighter/zippo{ + pixel_x = 5 + }, +/obj/structure/table, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"hfX" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien15" + }, +/area/abductor_ship) +"hga" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership/elite_squad) +"hgc" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/bridge) +"hgB" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"hhy" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"hhN" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/instakill, +/obj/item/gun/energy/laser/instakill/blue, +/obj/item/gun/energy/laser/instakill/red, +/turf/unsimulated/floor/wood, +/area/admin) +"hiC" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"hiF" = ( +/obj/structure/janitorialcart, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"hiL" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"hkm" = ( +/obj/mecha/combat/gygax/dark/loaded{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"hku" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/shreds, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/centcom/evac) +"hkM" = ( +/obj/structure/closet/crate, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"hkX" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"hlH" = ( +/obj/effect/decal/warning_stripes/blue, +/turf/unsimulated/floor/wood, +/area/admin) +"hmH" = ( +/obj/machinery/door/poddoor{ + density = 0; + id_tag = "thunderdome"; + name = "Thunderdome Blast Door"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyredfull" + }, +/area/tdome/arena_source) +"hmL" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "navyred" + }, +/area/tdome/arena_source) +"hmX" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "CentCom SOO" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/specops) +"hnc" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"hne" = ( +/obj/structure/shuttle/engine/large, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"hnv" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"hnw" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hnW" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "navyred" + }, +/area/tdome/arena_source) +"hoD" = ( +/obj/effect/turf_decal/stripes/red/full, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"hoP" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "navyblue" + }, +/area/tdome/arena_source) +"hoZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"hqZ" = ( +/obj/item/roller, +/obj/item/roller, +/obj/item/roller, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"hrp" = ( +/obj/structure/closet{ + icon_closed = "syndicate1"; + icon_opened = "syndicate1open"; + icon_state = "syndicate1" + }, +/obj/item/suppressor, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/flashlight/seclite, +/obj/item/grenade/flashbang, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/item/kitchen/knife/combat, +/obj/item/reagent_containers/food/snacks/candy/donor{ + apply_type = 3; + list_reagents = list("nutriment" = 30, "sugar" = 3); + name = "MRE" + }, +/obj/item/reagent_containers/hypospray/autoinjector/survival, +/obj/item/storage/belt/security/webbing{ + name = "SRT webbing" + }, +/obj/item/clothing/head/HoS/beret{ + desc = null; + name = "SRT beret" + }, +/obj/item/storage/backpack/ert{ + desc = null; + name = "SRT backpack" + }, +/obj/item/radio/headset/ert{ + desc = null; + name = "SRT headset" + }, +/obj/item/clothing/shoes/combat/swat{ + name = "SRT special shoes" + }, +/obj/item/clothing/gloves/combat{ + name = "Combat gloves" + }, +/obj/item/clothing/suit/armor/bulletproof{ + name = "SRT bulletproof vest" + }, +/obj/item/clothing/accessory/holster, +/obj/item/implanter/mindshield, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106); + icon_state = "nanotrasen"; + name = "Special Reaction Team Member ID card"; + rank = "Blueshield"; + registered_name = null + }, +/obj/item/clothing/under/fluff/jay_turtleneck{ + name = "SRT uniform" + }, +/obj/item/CQC_manual, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"hrD" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/zone1) +"hrW" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "navyblue" + }, +/area/tdome/arena_source) +"hsl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"hst" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/specops) +"hsM" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" + }, +/area/syndicate_mothership/control) +"hsZ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"htk" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"htR" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"hud" = ( +/obj/structure/table/wood, +/obj/effect/landmark{ + name = "Teleport-Scroll" + }, +/obj/item/radio/intercom/syndicate{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet08" + }, +/area/wizard_station) +"huE" = ( +/obj/item/stack/sheet/metal, +/obj/structure/table, +/obj/item/stack/sheet/glass{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/glass{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/glass{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"hvl" = ( +/obj/machinery/door/poddoor{ + density = 0; + id_tag = "thunderdome"; + name = "Thunderdome Blast Door"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navybluefull" + }, +/area/tdome/arena_source) +"hvs" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"hvL" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 9; + height = 18; + id = "admin_away"; + name = "centcom bay 1"; + timid = 1; + turf_type = /turf/simulated/floor; + width = 19 + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"hvZ" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"hwF" = ( +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"hxv" = ( +/obj/effect/turf_decal/bot_red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"hxE" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"hxR" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/centcom/zone1) +"hya" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"hyg" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"hyH" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_l"; + tag = "icon-propulsion_l" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/vox) +"hyT" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien20" + }, +/area/abductor_ship) +"hza" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"hzh" = ( +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"hzr" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien10" + }, +/area/abductor_ship) +"hAn" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"hAG" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"hAX" = ( +/obj/effect/turf_decal/stripes/red/full, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"hCV" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate, +/obj/item/multitool, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"hDt" = ( +/obj/structure/curtain/open/shower/security, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"hEq" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"hEu" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/centcom/evac) +"hES" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "TD_Baseball"; + name = "4-shot base/ball" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"hFk" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/circular_saw, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"hFV" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/obj/machinery/ai_status_display{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"hFX" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock{ + id_tag = "CC_toilet_unit1"; + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"hGC" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"hGJ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/m1911, +/turf/unsimulated/floor/wood, +/area/admin) +"hHb" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/obj/machinery/camera{ + c_tag = "Thunderdome Arena"; + network = list("Thunderdome"); + pixel_x = 10 + }, +/obj/machinery/flasher{ + id = "flash"; + name = "Thunderdome Flash" + }, +/obj/item/radio/intercom/pirate{ + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"hHt" = ( +/obj/effect/decal/warning_stripes/white, +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/shuttle{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + id_tag = "emergency_away"; + locked = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"hHW" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/detective, +/turf/unsimulated/floor/wood, +/area/admin) +"hIB" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"hIY" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "TD_Baseball"; + name = "4-shot base/ball" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"hJv" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"hJy" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"hKb" = ( +/obj/mecha/combat/marauder/mauler/loaded, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"hLq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/zone2) +"hLv" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership/elite_squad) +"hLB" = ( +/obj/structure/chair/comfy/red{ + color = "#000000" + }, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/carpet, +/area/centcom/court) +"hMi" = ( +/obj/machinery/computer/operating{ + layer = 3.5 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hMl" = ( +/obj/structure/table/abductor, +/obj/item/retractor/alien, +/obj/item/hemostat/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"hMD" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"hMP" = ( +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"hNa" = ( +/obj/machinery/door_control{ + color = "#99ff99"; + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_basic"; + name = "SST Armory Basic Weapons"; + pixel_y = -24; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + color = "#ffdd99"; + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_grenades"; + name = "SST Armory Grenades"; + pixel_x = 6; + pixel_y = -32; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_advanced"; + name = "SST Armory Advanced Weapons"; + pixel_y = -40; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + color = "#9999ff"; + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_support"; + name = "SST Armory Support Items"; + pixel_x = -6; + pixel_y = -32; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"hNE" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/syndicate{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/pen/multi/gold{ + pixel_x = -3; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"hNH" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"hOr" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"hOH" = ( +/obj/structure/table/reinforced/brass, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"hPQ" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/table, +/obj/item/aicard, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"hQk" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"hQl" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien22" + }, +/area/abductor_ship) +"hQx" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrivalcorner" + }, +/area/centcom/evac) +"hQX" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood{ + icon_state = "woodalt" + }, +/area/syndicate_mothership/elite_squad) +"hRy" = ( +/obj/machinery/computer/atmoscontrol, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"hRH" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 11; + height = 18; + id = "emergency_away"; + name = "emergency centcom"; + width = 29 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"hRJ" = ( +/obj/structure/chair/comfy/red{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"hSv" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/centcom/evac) +"hTa" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_mech_maintenance"; + name = "SST Armory Mech Maintenance" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"hTg" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/soysauce, +/obj/item/reagent_containers/food/condiment/soysauce, +/obj/item/reagent_containers/food/condiment/soysauce, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"hTY" = ( +/obj/structure/table/wood, +/obj/machinery/light, +/obj/item/paicard, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"hUD" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "navyblue" + }, +/area/centcom/specops) +"hUW" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"hVd" = ( +/turf/unsimulated/wall, +/area/adminconstruction) +"hVh" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/unsimulated/floor{ + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"hVl" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"hVx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1331; + id_tag = "synd_airlock_right"; + pixel_x = -32; + req_access_txt = "150"; + tag_airpump = "synd_pump_right"; + tag_chamber_sensor = "synd_sensor_right"; + tag_exterior_door = "synd_outer_right"; + tag_interior_door = "synd_inner_right" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"hVy" = ( +/obj/machinery/light{ + layer = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"hVT" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien9" + }, +/area/abductor_ship) +"hWn" = ( +/obj/structure/table/reinforced, +/obj/item/grenade/clusterbuster/nervegas, +/obj/item/grenade/clusterbuster/nervegas, +/obj/item/grenade/clusterbuster/nervegas, +/obj/item/grenade/chem_grenade/teargas, +/obj/item/grenade/chem_grenade/teargas, +/obj/item/grenade/chem_grenade/teargas, +/obj/item/grenade/chem_grenade/teargas, +/obj/item/grenade/chem_grenade/teargas, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"hWs" = ( +/turf/unsimulated/floor/snow, +/area/admin) +"hWv" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership/elite_squad) +"hWS" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/artchair{ + layer = 10; + pixel_y = 10 + }, +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"hXp" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/grown/citrus/lemon, +/obj/item/reagent_containers/food/snacks/grown/berries, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/cherries, +/obj/item/reagent_containers/food/snacks/grown/citrus/orange, +/obj/item/reagent_containers/food/snacks/grown/corn, +/obj/item/reagent_containers/food/snacks/grown/mushroom/amanita, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"hYx" = ( +/obj/structure/window/reinforced, +/obj/structure/rack/holorack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"hYC" = ( +/obj/item/broken_bottle, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"hYN" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall7"; + tag = "icon-swall7" + }, +/area/shuttle/administration) +"hZf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership/infteam) +"hZE" = ( +/obj/structure/table/wood/fancy, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"hZQ" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien7" + }, +/area/abductor_ship) +"iaS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"ibq" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone6" + }, +/area/wizard_station) +"ibC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"ibQ" = ( +/obj/machinery/door_control, +/turf/simulated/floor/plasteel{ + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"icf" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"icj" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"idD" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone9" + }, +/area/wizard_station) +"idI" = ( +/obj/machinery/vending/chinese/free, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"idL" = ( +/obj/item/gun/syringe/rapidsyringe, +/obj/structure/table/wood, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"idQ" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ifB" = ( +/obj/machinery/porta_turret/centcom/pulse{ + armor = list("melee" = 90, "bullet" = 90, "laser" = 95, "energy" = 95, "bomb" = 80, "bio" =100, "rad" = 100, "fire" = 100, "acid" = 100); + check_borgs = 1; + check_synth = 1; + color = "#666666"; + damtype = "burn"; + health = 1250; + region_max = 12; + scan_range = 12; + shot_delay = 8 + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"ifS" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"ifZ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"igY" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "Zone3-bathroom1"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone3) +"iha" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/centcom/specops) +"ihM" = ( +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"iiA" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/assault_pod) +"iiJ" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Robaster"; + name = "Robaster"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"iiN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"iiO" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/centcom/evac) +"iky" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 2"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ikC" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"ikE" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/rack, +/obj/item/beach_ball/holoball, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"ikU" = ( +/obj/structure/filingcabinet/employment, +/obj/machinery/door_control{ + id = "DoES_shutters"; + pixel_x = 32; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"ild" = ( +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"ilg" = ( +/obj/structure/lattice, +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/syndicate_mothership/elite_squad) +"ilu" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"ilL" = ( +/obj/machinery/computer/security{ + network = list("CentComm") + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/jail) +"imX" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f3" + }, +/area/shuttle/syndicate) +"ina" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ink" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/bow, +/turf/unsimulated/floor/wood, +/area/admin) +"inm" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"inI" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"inY" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"ioK" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"ioP" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall8"; + tag = "icon-swall12" + }, +/area/shuttle/administration) +"ipi" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/infteam) +"ipn" = ( +/turf/simulated/floor/wood, +/area/centcom/jail) +"ipu" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer/upgraded, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"ipB" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/suit/space/vox/medic, +/obj/item/clothing/head/helmet/space/vox/medic, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ipE" = ( +/obj/machinery/cell_charger, +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"ipI" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"iqP" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"ire" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"irg" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"irL" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"ism" = ( +/obj/effect/landmark{ + name = "Response Team" + }, +/obj/effect/decal/warning_stripes/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"isw" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry_transit"; + name = "ferry in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/horizontal, +/area/space) +"isK" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/shuttle/syndicate) +"isN" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/drinks/bottle/vermouth, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"itc" = ( +/obj/machinery/conveyor/west{ + id = "syndicate_cargo_load" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/control) +"itf" = ( +/obj/structure/closet/wardrobe/chemistry_white, +/obj/item/storage/bag/chemistry, +/obj/item/storage/bag/chemistry, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"itg" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/grass, +/area/centcom/specops) +"itu" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/energy/sword/saber/red, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"itV" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/shuttle/syndicate) +"iub" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/wood, +/area/centcom/court) +"iuG" = ( +/obj/effect/decal{ + color = "red"; + icon = 'icons/obj/machines/gravity_generator.dmi'; + icon_state = "idle"; + name = "" + }, +/obj/effect/decal{ + color = "red"; + desc = "Somehow syndicate found out what was a science joke in the past, to be the real deal..."; + icon = 'icons/obj/machines/gravity_generator.dmi'; + icon_state = "activated"; + name = "Controllable Redspace Tear" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/space) +"ivB" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/melee/energy/sword/saber/blue, +/obj/item/clothing/under/color/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"ivQ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrivalcorner" + }, +/area/centcom/evac) +"iwf" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"iwv" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"iwz" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/obj/item/clothing/under/color/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"iwS" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone2) +"ixP" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"iyl" = ( +/obj/machinery/door/airlock/centcom{ + opacity = 1; + req_access_txt = "152" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"iyH" = ( +/obj/machinery/door/poddoor/multi_tile/three_tile_ver, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"iyM" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet03" + }, +/area/wizard_station) +"izs" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"izB" = ( +/obj/structure/safe, +/obj/item/paper{ + info = "
"; + name = "K P A C U B bI E arts." + }, +/turf/simulated/floor/wood, +/area/centcom/supply) +"iAk" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"iAm" = ( +/obj/machinery/door/window{ + dir = 1; + panel_open = 1; + req_access_txt = "152" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"iAp" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "Holding Cell"; + opacity = 1; + req_access_txt = "104" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"iAD" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/grass, +/area/centcom/specops) +"iAR" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" + }, +/area/syndicate_mothership/infteam) +"iBl" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/bridge) +"iBm" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Cowboy"; + name = "Cowboy"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"iBq" = ( +/turf/unsimulated/wall{ + icon_state = "rrust10" + }, +/area/vox_station) +"iCc" = ( +/obj/structure/bed, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"iCf" = ( +/obj/item/clothing/accessory/cowboyshirt, +/obj/item/clothing/shoes/cowboy/black, +/obj/item/clothing/head/cowboyhat/black, +/obj/structure/rack, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/storage/belt/bandolier, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/clothing/accessory/holster, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/clothing/under/color/black, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"iCn" = ( +/obj/machinery/computer/robotics, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"iCt" = ( +/obj/structure/table/wood, +/obj/item/twohanded/bostaff, +/turf/unsimulated/floor/wood, +/area/admin) +"iCx" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"iDq" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall-1" + }, +/area/tdome/arena_source) +"iDO" = ( +/obj/structure/table/wood, +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"iDY" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/drinks/cans/beer, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"iEc" = ( +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"iED" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"iEP" = ( +/obj/structure/rack, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/storage/belt/bandolier, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/clothing/accessory/holster, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/clothing/head/cowboyhat/white, +/obj/item/clothing/shoes/cowboy/fancy, +/obj/item/clothing/accessory/cowboyshirt/white, +/obj/item/clothing/under/color/white, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"iEV" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"iFf" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"iFm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone3) +"iFn" = ( +/turf/unsimulated/floor/carpet, +/area/admin) +"iFr" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-6"; + tag = "icon-plant-6" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"iFB" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"iFV" = ( +/obj/item/tank/nitrogen, +/obj/structure/table/wood, +/obj/item/tank/nitrogen, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/tank/nitrogen, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"iGn" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"iGM" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/obj/item/clothing/under/color/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"iGT" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/centcom/zone2) +"iGX" = ( +/obj/structure/table/wood/fancy, +/obj/item/toy/plushie/fluff/fox, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"iHv" = ( +/obj/machinery/conveyor/north{ + id = "syndicate_cargo_load" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"iHN" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_away"; + name = "vox bay 1"; + width = 19 + }, +/turf/space, +/area/space) +"iIo" = ( +/obj/effect/turf_decal/arrows/white{ + color = null; + dir = 1; + name = "Canteen, Shooting range, Zone 2, Medical block" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"iIs" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/evac) +"iJj" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"iJk" = ( +/obj/machinery/abductor/experiment{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"iJo" = ( +/obj/structure/filingcabinet/chestdrawer/autopsy, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"iJH" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"iJT" = ( +/obj/machinery/door/airlock/centcom{ + aiControlDisabled = 1; + name = "Assault Pod"; + opacity = 1; + req_one_access_txt = "150" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"iKU" = ( +/obj/effect/turf_decal/caution/stand_clear/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"iLf" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd26"; + id_target = "Synd16" + }, +/turf/unsimulated/floor{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"iLF" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"iMy" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + req_access_txt = "102" + }, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"iMF" = ( +/turf/simulated/floor/plating, +/area/shuttle/escape) +"iMX" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"iNq" = ( +/obj/structure/closet/syndicate/personal, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"iNV" = ( +/turf/unsimulated/floor{ + icon_state = "carpetside" + }, +/area/wizard_station) +"iOx" = ( +/obj/structure/table/wood, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"iOH" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"iPj" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" + }, +/area/space) +"iPz" = ( +/obj/machinery/door/airlock/external{ + id_tag = "syndicate_away"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iQQ" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry_away"; + name = "centcom bay 2"; + turf_type = /turf/simulated/floor; + width = 5 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"iRf" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/security_space_law, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"iRq" = ( +/obj/item/restraints/handcuffs/pinkcuffs, +/turf/simulated/floor/plating, +/area/centcom/specops) +"iRI" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"iRP" = ( +/turf/unsimulated/wall{ + icon_state = "iron14"; + tag = "icon-iron14" + }, +/area/space) +"iSn" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/space) +"iSs" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"iSP" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"iTp" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" + }, +/area/space) +"iTE" = ( +/obj/structure/table/wood, +/obj/item/storage/bag/books, +/obj/item/taperecorder, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"iTL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/infteam) +"iUd" = ( +/obj/machinery/abductor/console{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"iUp" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"iUt" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/effect/landmark{ + name = "Commando" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"iUO" = ( +/obj/machinery/door_control, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"iUY" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" + }, +/area/syndicate_mothership/control) +"iVz" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 8; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 1; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 4; + id = "SSTprivateroom" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"iVY" = ( +/obj/structure/bed, +/obj/item/bedsheet/syndie, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = 25 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"iXj" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/jail) +"iXv" = ( +/obj/machinery/abductor/pad{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"iXF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/specops) +"iXZ" = ( +/obj/machinery/computer/library/checkout, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"jaS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"jbd" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"jbJ" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"jbU" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" + }, +/area/syndicate_mothership/elite_squad) +"jbY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/folder, +/obj/item/folder/blue, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"jcE" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel, +/area/centcom/evac) +"jcM" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/watertank/high, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jdg" = ( +/obj/machinery/computer/communications, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"jdh" = ( +/obj/item/target, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"jdj" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_y = 14 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"jdk" = ( +/obj/machinery/door/airlock/centcom{ + aiControlDisabled = 1; + name = "Assault Pod"; + opacity = 1; + req_one_access_txt = "150" + }, +/obj/docking_port/mobile/assault_pod, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"jed" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 8; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"jej" = ( +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang/limited{ + name = "SOB-5 Clusterbang Launcher"; + projectiles = 5 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang/limited{ + name = "SOB-5 Clusterbang Launcher"; + projectiles = 5 + }, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/centcom/specops) +"jer" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon_state = "iron0" + }, +/area/syndicate_mothership/control) +"jeU" = ( +/obj/machinery/sleeper/upgraded, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"jeZ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/speargun, +/turf/unsimulated/floor/wood, +/area/admin) +"jfG" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood{ + icon_state = "woodalt" + }, +/area/syndicate_mothership/elite_squad) +"jgg" = ( +/obj/effect/turf_decal/caution/stand_clear, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"jgE" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"jgV" = ( +/obj/machinery/door_control, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"jhY" = ( +/obj/structure/showcase, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"jic" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"jiz" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone2) +"jjG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"jjH" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"jks" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"jkW" = ( +/obj/structure/table, +/obj/item/gun/energy/ionrifle, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"jkY" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"jle" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone3) +"jlp" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/cooker/deepfryer, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"jls" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/control) +"jlG" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"jlH" = ( +/obj/structure/rack/holorack, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/clusterbuster/holy, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"jlL" = ( +/obj/effect/decal/warning_stripes/red, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "smindicate_right"; + layer = 5; + name = "Outer Airlock Right"; + opacity = 0 + }, +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_outer_right"; + name = "Ship External Access"; + req_access_txt = "150" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"jlU" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"jme" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"jml" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"jmR" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access_txt = "114" + }, +/obj/item/clothing/suit/judgerobe{ + name = "Supreme judge's robe" + }, +/obj/item/card/id/centcom{ + icon_state = "deathsquad"; + name = "Supreme Judge ID card"; + pixel_x = -3; + pixel_y = -3; + registered_name = "Supreme Judge" + }, +/obj/item/clothing/head/powdered_wig{ + desc = null; + name = "Supreme judge wig" + }, +/obj/item/clothing/under/suit_jacket/really_black{ + name = "Supreme judge suit" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + name = "Supreme judge gloves" + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"jmW" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-17"; + tag = "icon-plant-17" + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"jnr" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"jnM" = ( +/obj/mecha/combat/gygax/ert{ + color = "#66ff99"; + name = "Assault Jaeger" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navyblue" + }, +/area/centcom/specops) +"joo" = ( +/obj/effect/landmark/shuttle_import, +/turf/space, +/area/space) +"jpg" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/sniper_rifle/toy, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"jph" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/weed_extract, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"jpE" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership/infteam) +"jqa" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"jqA" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"jrj" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navyblue" + }, +/area/centcom/specops) +"jrx" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"jrL" = ( +/obj/item/gun/syringe/blowgun, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"jrN" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"jsg" = ( +/obj/machinery/door/window{ + dir = 1; + panel_open = 1; + req_access_txt = "101" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"jsL" = ( +/obj/machinery/conveyor/west{ + id = "syndicate_cargo_load" + }, +/obj/structure/plasticflaps, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"jsZ" = ( +/obj/structure/table/wood, +/obj/item/whetstone/cult, +/turf/unsimulated/floor/wood, +/area/admin) +"jtm" = ( +/obj/structure/rack, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/lightreplacer, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"jum" = ( +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (NORTH)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"jur" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"juZ" = ( +/obj/machinery/computer/shuttle/syndicate/drop_pod, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/assault_pod) +"jvq" = ( +/obj/item/flag/nt, +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"jvD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"jvE" = ( +/obj/structure/table/wood, +/obj/item/twohanded/fireaxe/boneaxe, +/turf/unsimulated/floor/wood, +/area/admin) +"jvG" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/effect/landmark{ + name = "Syndicate-Spawn" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"jwU" = ( +/obj/structure/reagent_dispensers/beerkeg/nuke{ + desc = "Однажды незадачливый отряд внедрения синдиката вместо настоящей бомбы, украл у НТ эту стилизованную кегу с пивом. Эти ребята более не ходят по миру, но кега всё ещё украшает один из местных баров. На ней виднеется зачёркнутое слово 'Нанотрейзен' и приписанное рядом, кровью, слово 'Синдикат'"; + name = "Syndicate-brand nuclear fission explosive"; + pixel_y = 12 + }, +/obj/structure/table/wood/fancy/black, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"jwW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"jxN" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership/elite_squad) +"jxS" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"jyl" = ( +/obj/machinery/vending/snack, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"jyB" = ( +/obj/structure/table/wood, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"jyW" = ( +/obj/structure/table/holotable, +/obj/item/clothing/suit/armor/riot/knight/red, +/obj/item/clothing/head/helmet/riot/knight/red, +/obj/item/holo/claymore/red, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"jzh" = ( +/obj/item/bedsheet/rd/royal_cape, +/obj/structure/bed, +/obj/structure/curtain/open/shower/centcom, +/obj/structure/sign/poster/secret/yug0{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/centcom/specops) +"jzj" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"jzx" = ( +/obj/structure/table/glass, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"jzN" = ( +/obj/structure/rack, +/obj/item/storage/backpack/duffel/syndie/c4{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/backpack/duffel/syndie/c4, +/obj/item/storage/backpack/duffel/syndie/c4{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"jzS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/delivery/white, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jAj" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"jAW" = ( +/obj/mecha/combat/marauder/loaded, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"jBc" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership/infteam) +"jBf" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/library/checkout, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"jBm" = ( +/obj/effect/turf_decal/delivery/red, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jBs" = ( +/obj/structure/toilet, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"jBx" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"jBG" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership/control) +"jBK" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"jCv" = ( +/mob/living/simple_animal/turkey, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"jCE" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = -3; + pixel_y = -30 + }, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/obj/machinery/light_switch{ + pixel_x = 12; + pixel_y = -26 + }, +/turf/unsimulated/floor{ + icon_state = "carpet5-1" + }, +/area/wizard_station) +"jCJ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/turret, +/obj/item/gun/energy/pulse/turret, +/turf/unsimulated/floor/wood, +/area/admin) +"jDr" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"jDB" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone3) +"jDP" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"jDS" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" + }, +/area/syndicate_mothership/elite_squad) +"jEf" = ( +/obj/machinery/bookbinder, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"jEk" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid6"; + tag = "icon-asteroid6" + }, +/area/holodeck/source_desert) +"jEu" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"jET" = ( +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/pulse, +/obj/item/mecha_parts/mecha_equipment/weapon/honker, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/structure/closet/crate, +/turf/unsimulated/floor/wood, +/area/admin) +"jFA" = ( +/turf/simulated/floor/wood, +/area/centcom/bridge) +"jFC" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed"; + req_access_txt = "114" + }, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"jFW" = ( +/obj/machinery/abductor/experiment{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jGe" = ( +/obj/machinery/mecha_part_fabricator/upgraded, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"jGj" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"jHw" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_Armory_NG" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"jHF" = ( +/obj/machinery/door_control{ + id = "CC_supply_space"; + name = "Supply Blastdoor"; + pixel_x = 4; + pixel_y = 30; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"jHL" = ( +/obj/structure/closet/secure_closet/freezer/kitchen{ + req_access = null + }, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"jHX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/supply) +"jHZ" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jIg" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership) +"jIq" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"jIK" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/centcom/jail) +"jIN" = ( +/obj/structure/table/wood, +/obj/item/toy/sword, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"jJM" = ( +/obj/machinery/optable, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"jKi" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"jLx" = ( +/obj/effect/decal/warning_stripes/white, +/obj/structure/mineral_door/wood, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"jLG" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 1; + height = 4; + id = "pod1_away"; + name = "recovery ship bay 1"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"jLN" = ( +/obj/item/clothing/head/hopcap, +/turf/simulated/floor/plating, +/area/centcom/supply) +"jLP" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/zone1) +"jMA" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/shuttle/syndicate) +"jMD" = ( +/obj/structure/lattice, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"jMK" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jMM" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"jNh" = ( +/obj/machinery/door/airlock/external{ + id_tag = "syndicate_away"; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"jNk" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/centcom/zone3) +"jNo" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"jOd" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"jOq" = ( +/obj/machinery/computer/shuttle/sst, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"jPx" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"jPF" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes, +/turf/simulated/floor/grass, +/area/centcom/specops) +"jQb" = ( +/obj/machinery/computer/library, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"jQj" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"jQl" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s6" + }, +/area/shuttle/gamma/space) +"jQB" = ( +/obj/machinery/recharge_station/upgraded, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"jQF" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/dress/dress_saloon, +/obj/item/clothing/head/hairflower, +/turf/simulated/floor/holofloor{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"jRd" = ( +/obj/machinery/computer, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"jRx" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/control) +"jRD" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/control) +"jRT" = ( +/obj/effect/landmark/costume/random, +/obj/structure/rack/holorack, +/turf/simulated/floor/holofloor{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"jSo" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_wildlife) +"jSu" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"jTh" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/space) +"jTq" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"jTt" = ( +/obj/machinery/vending{ + name = "Toy Weapon" + }, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"jUr" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/seeds/apple, +/obj/item/seeds/apple, +/obj/item/seeds/apple, +/obj/item/seeds/carrot, +/obj/item/seeds/carrot, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"jUI" = ( +/obj/structure/shuttle/engine/large, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/centcom/specops) +"jUQ" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/mech_bay_recharge_port/upgraded, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"jUU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"jVh" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_plating) +"jVu" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Burn-Mix Floor"; + nitrogen = 0; + oxygen = 2500; + temperature = 370; + toxins = 5000 + }, +/area/holodeck/source_burntest) +"jWb" = ( +/obj/item/paper{ + name = "Toy" + }, +/turf/unsimulated/floor/wood, +/area/admin) +"jWu" = ( +/obj/item/melee/classic_baton{ + color = "#b30086" + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"jWI" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"jWM" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/donut, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"jWT" = ( +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"jXt" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/trash/candle, +/turf/simulated/floor/wood, +/area/centcom/evac) +"jYc" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"jYY" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"jZO" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"jZT" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"kaf" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/space) +"kau" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"kaA" = ( +/obj/docking_port/stationary/transit{ + dir = 2; + dwidth = 8; + height = 15; + id = "admin_transit"; + name = "admin in transit"; + width = 18 + }, +/turf/space/transit/horizontal, +/area/space) +"kaY" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"kbb" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"kbo" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/specops) +"kby" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"kbE" = ( +/obj/structure/table/wood/poker{ + color = "#996633" + }, +/obj/item/toy/cards/deck/syndicate{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/drinks/bottle/rum{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"kbP" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"kbX" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/gold/glass{ + frequency = 2000; + id_tag = "CC-OP4-Ext"; + locked = 1; + name = "Zone 3" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kcc" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"kco" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"kcO" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/centcom/evac) +"kcU" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"keq" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/syndicate_pistol{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"keB" = ( +/obj/structure/spacepoddoor{ + luminosity = 3 + }, +/obj/machinery/door/poddoor/multi_tile/two_tile_ver, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"keD" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"keG" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/corn, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"keN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kff" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"kfj" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/soymilk, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"kfl" = ( +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"kfL" = ( +/obj/structure/sink{ + dir = 1 + }, +/obj/structure/mirror{ + pixel_y = -30 + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"kfU" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/specops) +"kgu" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/zone1) +"kgx" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"kgD" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT0"; + name = "gravpult" + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"kgM" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/aesirsalad, +/obj/item/kitchen/utensil/spoon, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"khg" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"khm" = ( +/obj/machinery/abductor/console{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"khu" = ( +/obj/machinery/abductor/pad{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"khP" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"kic" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + req_access_txt = "102" + }, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"kiv" = ( +/obj/structure/table/reinforced, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"kiX" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"kjK" = ( +/turf/unsimulated/wall, +/area/start) +"kkq" = ( +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"kkr" = ( +/obj/machinery/vending/autodrobe, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"kkB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrivalcorner" + }, +/area/centcom/zone1) +"kkU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"klg" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"kml" = ( +/obj/structure/rack, +/obj/item/reagent_containers/glass/beaker/thermite{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding{ + pixel_x = 4; + pixel_y = -4 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"kmF" = ( +/obj/machinery/sleeper/upgraded, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"kmP" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"kmV" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken3" + }, +/area/wizard_station) +"knw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/white, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"knL" = ( +/obj/structure/table/wood, +/obj/item/twohanded/required/chainsaw, +/turf/unsimulated/floor/wood, +/area/admin) +"kom" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 + }, +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"koq" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/space) +"koH" = ( +/obj/item/flag/nt, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"koZ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"kpi" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"kpm" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6 + }, +/area/syndicate_mothership/infteam) +"kpZ" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP1-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kqe" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"kqu" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/structure/window/reinforced, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"kqz" = ( +/obj/machinery/conveyor/southwest/ccw{ + id = "syndicate_cargo_load" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/control) +"ksL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kuA" = ( +/obj/machinery/door_control{ + id = "CC_Armory_NG"; + name = "Nerve Gas"; + pixel_x = 32; + pixel_y = 32; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"kuC" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"kuF" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-window5 (EAST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"kvh" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/wood, +/area/centcom/jail) +"kvx" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/plasmacutter, +/obj/item/gun/energy/plasmacutter/adv, +/turf/unsimulated/floor/wood, +/area/admin) +"kvz" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"kvI" = ( +/obj/structure/bed, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet03" + }, +/area/centcom/zone1) +"kvN" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"kwq" = ( +/mob/living/simple_animal/turkey, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"kwu" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"kww" = ( +/obj/machinery/door_control, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"kwB" = ( +/obj/effect/landmark{ + name = "Nuclear-Bomb" + }, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"kwV" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"kxR" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"kyi" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"kyB" = ( +/obj/item/clothing/accessory/stripedredscarf, +/turf/simulated/floor/plating, +/area/centcom/supply) +"kyM" = ( +/obj/effect/decal/warning_stripes/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"kzo" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"kzz" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"kzB" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"kzD" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"kzR" = ( +/turf/simulated/floor/carpet, +/area/centcom/supply) +"kzT" = ( +/obj/mecha/combat/gygax/ert{ + color = "#66ff99"; + name = "Assault Jaeger" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"kAd" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "LMG M249 SAW"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"kAj" = ( +/obj/machinery/light/small, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"kAt" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"kAE" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"kAW" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/court) +"kBn" = ( +/obj/structure/table/wood, +/obj/item/adminfu_scroll, +/turf/unsimulated/floor/wood, +/area/admin) +"kBN" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/shuttle/syndicate) +"kBZ" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"kCf" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"kCu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"kCY" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid8"; + tag = "icon-asteroid8 (EAST)" + }, +/area/holodeck/source_desert) +"kDe" = ( +/turf/simulated/floor/holofloor{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"kDg" = ( +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/door/airlock/centcom{ + name = "CentCom DoES"; + opacity = 1; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"kDw" = ( +/turf/unsimulated/wall{ + icon_state = "iron15" + }, +/area/syndicate_mothership/elite_squad) +"kEU" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/grass, +/area/centcom/evac) +"kEW" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/obj/item/dice/d20, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"kFd" = ( +/obj/machinery/icemachine, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"kFF" = ( +/obj/structure/table/wood, +/obj/item/tank/emergency_oxygen/vox, +/obj/item/clothing/mask/breath/vox, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/wizard_station) +"kFW" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r, +/obj/item/gun/projectile/automatic/c20r/sc_c20r, +/turf/unsimulated/floor/wood, +/area/admin) +"kGy" = ( +/obj/effect/landmark{ + name = "Holocarp Spawn" + }, +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_wildlife) +"kGM" = ( +/obj/machinery/conveyor/northwest{ + id = "syndicate_cargo_load" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"kGN" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/court) +"kHP" = ( +/obj/effect/landmark{ + name = "Atmospheric Test Start" + }, +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Burn-Mix Floor"; + nitrogen = 0; + oxygen = 2500; + temperature = 370; + toxins = 5000 + }, +/area/holodeck/source_burntest) +"kHQ" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"kHR" = ( +/turf/simulated/floor/plating, +/area/centcom/zone3) +"kHS" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/folder/yellow, +/obj/item/pen/multi/gold, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/bridge) +"kIe" = ( +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"kIo" = ( +/obj/structure/curtain/open/shower/security, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"kIw" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_emptycourt) +"kJG" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"kKf" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"kKp" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"kKu" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/structure/sign/bobross{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"kLj" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"kLy" = ( +/obj/machinery/vending/coffee/free, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"kLX" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"kMP" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/zone2) +"kNj" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"kNm" = ( +/obj/structure/rack/holorack, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"kNG" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/shuttle, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kPa" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"kPg" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"kPi" = ( +/obj/item/radio/intercom/specops{ + pixel_x = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"kPt" = ( +/obj/item/stack/spacecash/c1000, +/obj/item/stack/spacecash/c500, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"kPz" = ( +/obj/machinery/bodyscanner, +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"kPU" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stack/cable_coil{ + pixel_y = 10 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"kQo" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/storage/box/autoinjectors, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"kQT" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid2"; + tag = "icon-asteroid2 (EAST)" + }, +/area/holodeck/source_desert) +"kRJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/bridge) +"kSC" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood_siding2"; + tag = "icon-wood_siding2 (EAST)" + }, +/area/holodeck/source_picnicarea) +"kSK" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood_siding2"; + tag = "icon-wood_siding2 (EAST)" + }, +/area/holodeck/source_picnicarea) +"kTc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "floorlattice" + }, +/area/centcom/zone1) +"kTy" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + pixel_y = 20 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"kTP" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"kTQ" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/wood, +/area/centcom/specops) +"kTW" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kUv" = ( +/obj/item/gun/throw/piecannon, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"kUC" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"kVt" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"kWk" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"kWm" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone3) +"kWu" = ( +/turf/unsimulated/wall{ + icon_state = "iron7" + }, +/area/space) +"kWB" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"kWN" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"kXj" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/shuttle/syndicate) +"kXz" = ( +/obj/structure/table/wood, +/obj/item/storage/lockbox/mindshield, +/obj/item/storage/lockbox/mindshield, +/obj/item/storage/lockbox/mindshield, +/obj/item/door_remote/centcomm, +/obj/item/storage/box/erttaserproof, +/obj/item/storage/box/permits, +/obj/item/megaphone{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/camera_bug/ert{ + pixel_y = 10 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"kXF" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"kYG" = ( +/obj/machinery/computer/supplycomp{ + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"kYL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"kZA" = ( +/obj/structure/closet/l3closet/security, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double/full, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/watertank/janitor{ + max_integrity = 1500; + volume = 1500 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"kZY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/bump_teleporter{ + id = "Nuke_to"; + id_target = "Nuke_to" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"laa" = ( +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/centcom/specops) +"lay" = ( +/obj/machinery/atmospherics/unary/tank/nitrogen{ + dir = 1 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"laA" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"laU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/adminconstruction) +"lbl" = ( +/obj/machinery/suit_storage_unit/syndicate/secure, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"lbo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"lbU" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/centcom/jail) +"lcq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/zone1) +"lcz" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"lcU" = ( +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"lcZ" = ( +/obj/structure/table, +/obj/machinery/door/window/brigdoor{ + color = "red"; + dir = 2; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"ldr" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/jail) +"ldB" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"leC" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navyblue" + }, +/area/centcom/specops) +"leD" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (NORTH)" + }, +/area/wizard_station) +"leR" = ( +/obj/structure/table/wood, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_y = 8 + }, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_y = 4 + }, +/obj/item/radio/beacon/syndicate/bomb, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"lfP" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock{ + id_tag = "CC_toilet_unit4"; + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"lgb" = ( +/obj/machinery/chem_dispenser, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"lgv" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"lgx" = ( +/obj/machinery/vending/tool, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"lgA" = ( +/obj/structure/weightmachine/weightlifter, +/turf/unsimulated/floor/snow, +/area/admin) +"lgB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/elite_squad) +"lgM" = ( +/obj/structure/rack/holorack, +/obj/item/storage/belt/chameleon{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/belt/chameleon, +/obj/item/storage/belt/chameleon{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"lgU" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"lhl" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/obj/structure/table/glass, +/obj/item/book/manual/evaguide, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"lhs" = ( +/turf/simulated/floor/lubed, +/area/centcom/evac) +"lhv" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"lhP" = ( +/obj/structure/closet/syndicate/personal, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/radio/intercom/syndicate{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"lik" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/item/pen/multi/fountain{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"ljd" = ( +/obj/machinery/door_control{ + id = "smindicate_right"; + name = "External Door Control"; + pixel_y = 32; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"ljg" = ( +/obj/structure/flora/tree/palm, +/obj/item/beach_ball, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"ljs" = ( +/obj/structure/chair/stool/bar, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"ljL" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"lkj" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"llK" = ( +/obj/structure/sign/poster/official/religious{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"llQ" = ( +/obj/machinery/quantumpad{ + name = "From Taipan" + }, +/obj/machinery/conveyor/south{ + id = "syndicate_cargo_load" + }, +/obj/machinery/door/window/brigdoor{ + color = "red"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"lmb" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" + }, +/area/syndicate_mothership/infteam) +"lmc" = ( +/obj/item/flag/species/skrell, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"lnp" = ( +/obj/structure/chair/sofa{ + dir = 9 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"lod" = ( +/obj/effect/overlay/coconut, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"lpo" = ( +/obj/structure/chair/comfy/purp{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"lpu" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"lpX" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + name = "Shuttle Dock Door" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"lqB" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"lqC" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"lrt" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone1) +"lrv" = ( +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"lrP" = ( +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"lsb" = ( +/obj/structure/closet/syndicate/personal, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"lsK" = ( +/obj/structure/table/wood, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/adminconstruction) +"ltP" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/wood, +/area/centcom/jail) +"ltW" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"luf" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"luk" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"lur" = ( +/obj/structure/table/reinforced, +/obj/item/radio{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = -4 + }, +/obj/item/radio{ + pixel_x = 4 + }, +/obj/item/radio{ + pixel_x = 4 + }, +/obj/item/radio{ + pixel_x = 4 + }, +/obj/item/radio{ + pixel_x = -4 + }, +/obj/item/radio{ + pixel_x = -4 + }, +/obj/item/radio{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = 4 + }, +/obj/item/radio{ + pixel_x = -4 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"lus" = ( +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 1 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"luw" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi' + }, +/turf/simulated/floor/plating, +/area/centcom/bridge) +"luL" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"luZ" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd25"; + id_target = "Synd15" + }, +/turf/unsimulated/floor{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"lvt" = ( +/obj/structure/chair/comfy/beige{ + dir = 1; + layer = 5; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"lvG" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien14" + }, +/area/abductor_ship) +"lvI" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"lvT" = ( +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/grass, +/area/centcom/evac) +"lvZ" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/syndicate_mothership/infteam) +"lwi" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"lwj" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/nagant, +/obj/item/gun/projectile/revolver/russian, +/obj/item/gun/projectile/revolver/russian/soul, +/turf/unsimulated/floor/wood, +/area/admin) +"lwX" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/centcom/specops) +"lxT" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"lyE" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"lyU" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"lzS" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + id = "CC_supply_external"; + name = "Central Command Supply External Shutte"; + pixel_x = -5; + pixel_y = -2; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + id = "CC_supply_internal"; + name = "Central Command Supply Internal Shutter"; + pixel_x = -5; + pixel_y = 8; + req_access_txt = "114" + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"lAK" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"lBd" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"lBg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"lBz" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid11"; + tag = "icon-asteroid11 (EAST)" + }, +/area/holodeck/source_desert) +"lBF" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"lBL" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/elite_squad) +"lCT" = ( +/obj/machinery/computer/message_monitor, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"lCU" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"lDs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"lEI" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/syndicate_mothership/control) +"lEY" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"lFt" = ( +/obj/mecha/combat/durand/loaded, +/obj/effect/turf_decal/mech, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"lGB" = ( +/obj/structure/table/wood/fancy, +/obj/item/toy/cards/deck, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"lHw" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/court) +"lHT" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/applecakeslice, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"lHZ" = ( +/obj/machinery/door/airlock/external{ + id_tag = "supply_away"; + name = "Central Command Supply"; + req_access_txt = "31" + }, +/obj/machinery/door/poddoor{ + id_tag = "CC_supply_space"; + locked = 2; + name = "Supply Blastdoor" + }, +/obj/structure/fans/tiny, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"lId" = ( +/turf/simulated/floor/holofloor{ + icon_state = "siding1"; + tag = "icon-siding1" + }, +/area/holodeck/source_theatre) +"lIj" = ( +/turf/simulated/floor/holofloor{ + icon_state = "rampbottom"; + tag = "icon-rampbottom" + }, +/area/holodeck/source_theatre) +"lJl" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 11 + }, +/turf/simulated/floor/wood, +/area/centcom/supply) +"lJm" = ( +/obj/machinery/biogenerator, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/evac) +"lJq" = ( +/obj/machinery/door/poddoor/impassable{ + color = "#ffdd99"; + id_tag = "SST_armory_mech_gygax"; + name = "SST Armory Mech DarkGygax" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"lKS" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"lLo" = ( +/obj/machinery/vending/medical, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"lLt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"lLN" = ( +/obj/structure/rack, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/holosign_creator/atmos, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"lNe" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership) +"lNm" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP4-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"lNn" = ( +/obj/structure/rack, +/obj/item/gun/dartgun/vox/raider, +/obj/item/gun/dartgun/vox/medical, +/obj/item/dart_cartridge, +/obj/item/dart_cartridge, +/obj/item/dart_cartridge, +/obj/item/dart_cartridge, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"lNy" = ( +/obj/structure/bed, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet07" + }, +/area/centcom/zone1) +"lNA" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-32"; + tag = "icon-plant-32" + }, +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"lOw" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/toy/tommygun, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"lOA" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/shuttle/syndicate) +"lPb" = ( +/obj/machinery/computer/med_data, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"lPB" = ( +/turf/unsimulated/wall{ + icon_state = "iron1" + }, +/area/syndicate_mothership) +"lQp" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"lQY" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/turf/simulated/floor/fakespace, +/area/centcom/zone1) +"lRj" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"lRs" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"lRD" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/space) +"lSq" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/scalpel, +/obj/item/stack/cable_coil, +/obj/item/storage/firstaid/regular, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"lSY" = ( +/obj/structure/rack, +/obj/item/beach_ball/holoball{ + throw_speed = 20; + throwforce = 1000 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"lTp" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"lTx" = ( +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"lTz" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone1" + }, +/area/wizard_station) +"lUg" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/shuttle/syndicate) +"lVd" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"lVm" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "Workshop"; + opacity = 1; + req_access_txt = "101" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"lVL" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"lWt" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain, +/obj/item/lighter/zippo/blue{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"lWT" = ( +/obj/structure/shuttle/engine/large, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/centcom/jail) +"lXz" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage, +/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage/blood, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"lYr" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/wheat/rice, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"lYz" = ( +/obj/structure/table/wood/poker, +/obj/item/clothing/shoes/roman, +/obj/item/clothing/under/roman, +/obj/item/shield/riot/roman, +/obj/item/clothing/head/helmet/roman/legionaire, +/obj/item/twohanded/spear/bonespear, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"lYQ" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"lYZ" = ( +/turf/simulated/floor/wood, +/area/centcom/zone2) +"lZd" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"lZV" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"map" = ( +/mob/living/simple_animal/pet/cat/Syndi, +/obj/structure/bed/dogbed, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"max" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" + }, +/turf/unsimulated/floor/wood, +/area/admin) +"maJ" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/elwycco{ + layer = 10; + pixel_y = 10 + }, +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"maW" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/wood, +/area/centcom/court) +"mbd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"mby" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-17"; + tag = "icon-plant-17" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"mbB" = ( +/obj/structure/table/wood, +/obj/item/grenade/syndieminibomb, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"mbI" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"mbP" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"mcc" = ( +/turf/unsimulated/wall{ + icon_state = "iron7" + }, +/area/syndicate_mothership/elite_squad) +"mce" = ( +/obj/item/flashlight/lamp/green, +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"mcg" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"mct" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_desert) +"mcX" = ( +/obj/item/ashtray/glass{ + pixel_x = -7; + pixel_y = -4 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/structure/table/glass, +/obj/item/paper/monitorkey, +/obj/item/paper/tcommskey, +/obj/structure/window/reinforced, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mdt" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/shuttle/syndicate) +"mdV" = ( +/obj/structure/chair/comfy/beige, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"med" = ( +/obj/structure/chair/comfy/purp{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mep" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding5"; + tag = "icon-wood_siding5" + }, +/area/holodeck/source_picnicarea) +"mes" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/smartfridge/drying_rack, +/turf/simulated/floor/wood, +/area/centcom/evac) +"mfi" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"mfo" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"mfP" = ( +/obj/docking_port/mobile/emergency/backup{ + dir = 8; + dwidth = 9; + roundstart_move = null + }, +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 8; + id = "backup_away"; + name = "Backup Shuttle Dock"; + turf_type = /turf/simulated/floor; + width = 8 + }, +/obj/machinery/door/airlock/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/escape) +"mgd" = ( +/obj/structure/chair/stool/holostool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"mgz" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"mgA" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1331; + id_tag = "synd_pump_right" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"mgC" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"mgI" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/extinguisher_cabinet{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"mhg" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = -27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = -27 + }, +/obj/structure/sink{ + dir = 1 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"mhz" = ( +/obj/effect/turf_decal/arrows/red{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"miF" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (EAST)" + }, +/area/space) +"miN" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"miO" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"mjp" = ( +/obj/item/storage/fancy/crayons, +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"mjx" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/centcom/zone1) +"mjE" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT3"; + name = "gravpult" + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"mkW" = ( +/obj/structure/table/holotable/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"mli" = ( +/obj/structure/window/reinforced, +/obj/item/flag/nt, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"mlk" = ( +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"mlT" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding9"; + tag = "icon-wood_siding9" + }, +/area/holodeck/source_picnicarea) +"mmh" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood"; + tag = "icon-wood (EAST)" + }, +/area/holodeck/source_theatre) +"mmj" = ( +/obj/structure/table/wood, +/obj/item/twohanded/fireaxe, +/turf/unsimulated/floor/wood, +/area/admin) +"mmp" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/blueshield, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"mmx" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/fingergun, +/obj/item/gun/projectile/revolver/fingergun/fake, +/turf/unsimulated/floor/wood, +/area/admin) +"mmH" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"mnf" = ( +/obj/machinery/light/small{ + dir = 8; + tag = "icon-bulb1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"mnl" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/riot, +/obj/item/gun/projectile/shotgun/riot/buckshot, +/turf/unsimulated/floor/wood, +/area/admin) +"mnL" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/specops) +"mnX" = ( +/obj/machinery/door/window/brigdoor{ + req_access_txt = "101" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mok" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"mol" = ( +/obj/machinery/vending/syndisnack, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"moA" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet6-2"; + tag = "icon-carpet6-2 (EAST)" + }, +/area/holodeck/source_theatre) +"moS" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"mpj" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"mpn" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership/infteam) +"mpo" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"mpx" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet14-10"; + tag = "icon-carpet14-10 (EAST)" + }, +/area/holodeck/source_theatre) +"mpO" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/shuttle/syndicate) +"mpQ" = ( +/obj/structure/rack, +/obj/item/rcd, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"mpZ" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"mqd" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "106" + }, +/turf/simulated/floor/wood, +/area/centcom/court) +"mqD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"mqV" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"mri" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet10-8"; + tag = "icon-carpet10-8 (EAST)" + }, +/area/holodeck/source_theatre) +"mrA" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"mrR" = ( +/obj/structure/rack, +/obj/item/gun/medbeam{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"mrU" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -30 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"mrX" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"msl" = ( +/obj/item/flag/wiz, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"msn" = ( +/turf/unsimulated/wall{ + icon_state = "iron7" + }, +/area/syndicate_mothership/infteam) +"msA" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign5"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"msV" = ( +/obj/structure/spacepoddoor{ + dir = 4; + luminosity = 3 + }, +/obj/machinery/door/poddoor/multi_tile/two_tile_hor{ + layer = 3.01 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/elite_squad) +"mtN" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"mtU" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall11" + }, +/area/shuttle/administration) +"mud" = ( +/obj/structure/bookcase, +/obj/item/book/manual/supermatter_engine, +/turf/simulated/floor/wood, +/area/centcom/jail) +"mug" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"mvx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/control) +"mvM" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "Automatic Shotgun"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"mwb" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"mwE" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"mwP" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid5"; + tag = "icon-asteroid5" + }, +/area/holodeck/source_desert) +"mwS" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP2-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"mxH" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"mxI" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding6"; + tag = "icon-wood_siding6" + }, +/area/holodeck/source_picnicarea) +"mxN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"mxS" = ( +/obj/structure/window/reinforced, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"mxX" = ( +/obj/machinery/vending/cigarette/free{ + slogan_list = list("Помните! Никаких капиталистов!","Лучше всего употреблять вместе с водкой!","Затянитесь!","Девять из десяти учёных СССП считают что курение снимает стресс","Прочим сигаретам далеко до русских сигарет!","Сигареты! Теперь на 100% меньше капитализма.") + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"mya" = ( +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/wood, +/area/centcom/specops) +"myg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"myp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"myG" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"myH" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/tommygun, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"myM" = ( +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/control) +"mze" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"mzk" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed"; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"mzI" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding10"; + tag = "icon-wood_siding10" + }, +/area/holodeck/source_picnicarea) +"mzO" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stack/spacecash, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"mAc" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/evac) +"mAo" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet7-3"; + tag = "icon-carpet7-3 (EAST)" + }, +/area/holodeck/source_theatre) +"mAw" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/structure/sign/poster/secret/yug0{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"mAx" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod3_away"; + name = "recovery ship bay 3"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"mAz" = ( +/obj/docking_port/stationary/transit{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_transit"; + name = "skipjack in transit"; + width = 19 + }, +/turf/space/transit, +/area/space) +"mAR" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet15-15"; + tag = "icon-carpet15-15 (EAST)" + }, +/area/holodeck/source_theatre) +"mBe" = ( +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"mBv" = ( +/obj/structure/curtain/open/shower/security, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"mBz" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet11-12"; + tag = "icon-carpet11-12 (EAST)" + }, +/area/holodeck/source_theatre) +"mBD" = ( +/obj/machinery/vending/wallmed/syndicate{ + pixel_y = 32 + }, +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"mBV" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"mCa" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"mCq" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/snacks/candy/cotton/blue, +/turf/unsimulated/floor{ + icon_state = "carpet5-1" + }, +/area/wizard_station) +"mCG" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"mDk" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/sniper_rifle, +/obj/item/gun/projectile/automatic/sniper_rifle/compact, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate/penetrator, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"mDq" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "CC_toilet_unit1"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"mDs" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/mob/living/simple_animal/pig, +/turf/simulated/floor/grass, +/area/centcom/evac) +"mDE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/zone1) +"mDU" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"mEu" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone12" + }, +/area/wizard_station) +"mEE" = ( +/obj/effect/landmark/abductor/scientist, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"mFe" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + req_access_txt = "102" + }, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"mFn" = ( +/obj/effect/turf_decal/delivery/red, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"mFA" = ( +/obj/effect/turf_decal/arrows/white, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"mFU" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"mGx" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"mGK" = ( +/obj/machinery/vending/snack/free, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"mGP" = ( +/obj/machinery/vending/cigarette/syndicate/free, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"mHE" = ( +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/asteroid/corner, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"mIq" = ( +/obj/item/storage/box/drinkingglasses, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"mIC" = ( +/obj/item/clothing/suit/straight_jacket, +/turf/simulated/floor/plating, +/area/centcom/specops) +"mIW" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"mJe" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/envy, +/turf/unsimulated/floor/wood, +/area/admin) +"mJu" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"mJH" = ( +/turf/space/transit/east{ + dir = 8 + }, +/area/space) +"mKi" = ( +/obj/docking_port/stationary{ + dheight = 2; + dir = 4; + dwidth = 7; + height = 9; + id = "backup_transit"; + name = "backup in transit"; + width = 9 + }, +/turf/space/transit, +/area/space) +"mKs" = ( +/obj/structure/table/wood, +/obj/item/twohanded/required/chainsaw/doomslayer, +/turf/unsimulated/floor/wood, +/area/admin) +"mKB" = ( +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/reagent_containers/food/drinks/bottle/cream, +/obj/item/reagent_containers/food/snacks/mint, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"mLJ" = ( +/obj/machinery/vending/toyliberationstation{ + contraband = null; + products = list(/obj/item/gun/projectile/automatic/toy = 10, /obj/item/gun/projectile/automatic/toy/pistol = 10, /obj/item/gun/projectile/shotgun/toy = 10, /obj/item/toy/sword = 10, /obj/item/ammo_box/foambox = 20, /obj/item/toy/foamblade = 10, /obj/item/toy/syndicateballoon = 10, /obj/item/clothing/suit/syndicatefake = 5, /obj/item/clothing/head/syndicatefake = 5, /obj/item/gun/projectile/shotgun/toy/crossbow = 10, /obj/item/gun/projectile/automatic/c20r/toy/riot = 10, /obj/item/gun/projectile/automatic/l6_saw/toy/riot = 10, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 10, /obj/item/ammo_box/foambox/riot = 20, /obj/item/toy/katana = 10, /obj/item/twohanded/dualsaber/toy = 5, /obj/item/toy/cards/deck/syndicate = 10) + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"mLS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/supply) +"mLX" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"mMj" = ( +/obj/structure/lattice, +/obj/machinery/porta_turret/syndicate{ + pixel_x = 32 + }, +/turf/space, +/area/shuttle/syndicate) +"mND" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/l6_saw/toy, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"mNY" = ( +/obj/structure/rack, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"mOl" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"mOt" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"mOA" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 2 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"mOI" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"mOZ" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + name = "Master R&D Server Controller" + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"mPi" = ( +/obj/effect/decal/warning_stripes/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"mPm" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/evac) +"mQg" = ( +/obj/effect/turf_decal/stripes/red/full, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mQj" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet2-0"; + tag = "icon-carpet2-0 (EAST)" + }, +/area/holodeck/source_theatre) +"mQr" = ( +/obj/machinery/smartfridge/dish{ + opacity = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 2; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"mRc" = ( +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 1 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"mRy" = ( +/obj/machinery/optable/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"mRz" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-6"; + tag = "icon-plant-6" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet06" + }, +/area/centcom/zone1) +"mRR" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/cardboard, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mRX" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"mSB" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/hardsuit/syndi, +/obj/item/clothing/suit/space/hardsuit/syndi/elite{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"mSG" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"mST" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/fancy/donut_box, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"mTf" = ( +/obj/machinery/disco{ + anchored = 1 + }, +/obj/effect/turf_decal/box/white/corners, +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/turf/simulated/floor/mineral/abductor, +/area/centcom/zone1) +"mTn" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/syndicate_mothership/elite_squad) +"mTp" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb, +/obj/machinery/syndicatebomb/training, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"mUc" = ( +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"mUp" = ( +/obj/structure/dispenser, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"mUq" = ( +/obj/structure/table/glass, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mUH" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/specops) +"mUI" = ( +/obj/effect/landmark/abductor/agent, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"mUV" = ( +/obj/structure/kitchenspike, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"mVe" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_away"; + name = "Shuttle Hatch"; + req_access_txt = "109" + }, +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"mVC" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/centcom/evac) +"mVX" = ( +/turf/space, +/area/space) +"mWx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"mWR" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/belt/fannypack/black, +/obj/item/storage/belt/fannypack/black, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"mXf" = ( +/obj/machinery/bsa/full/admin/east, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plating, +/area/space) +"mXv" = ( +/obj/structure/rack/holorack, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"mXR" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"mYk" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd13"; + id_target = "Synd23" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"mYn" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"mYz" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"mYF" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mYH" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"mYM" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mZo" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plating, +/area/space) +"mZC" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"mZM" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding1"; + tag = "icon-wood_siding1" + }, +/area/holodeck/source_picnicarea) +"nae" = ( +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"naw" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"naM" = ( +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"nbb" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership) +"nbN" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone11" + }, +/area/wizard_station) +"nbX" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"nck" = ( +/obj/effect/landmark/abductor/scientist{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"ncp" = ( +/obj/machinery/vending/snack, +/obj/structure/closet/hydrant{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"ncA" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom SOO"; + opacity = 1; + req_access_txt = "114" + }, +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "CentCom SOO" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door_control{ + id = "ERT_director_office_shutters"; + pixel_x = 32; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ncL" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding1"; + tag = "icon-wood_siding1" + }, +/area/holodeck/source_picnicarea) +"ncS" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"ncU" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet3-0"; + tag = "icon-carpet3-0 (EAST)" + }, +/area/holodeck/source_theatre) +"ndm" = ( +/obj/effect/landmark/abductor/agent{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"nef" = ( +/obj/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"nep" = ( +/obj/machinery/vending/chinese/free, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"neK" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"neS" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"nfd" = ( +/obj/structure/table/abductor, +/obj/item/bonegel/alien, +/obj/item/bonesetter/alien, +/obj/item/FixOVein/alien, +/obj/item/surgicaldrill/alien, +/obj/item/circular_saw/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"nfw" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"nfF" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"nfR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ngf" = ( +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"ngk" = ( +/obj/structure/table/abductor, +/obj/item/surgicaldrill/alien, +/obj/item/circular_saw/alien, +/obj/item/FixOVein/alien, +/obj/item/bonesetter/alien, +/obj/item/bonegel/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"ngw" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ngL" = ( +/obj/machinery/vending/cigarette/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"nhR" = ( +/obj/machinery/sleeper/syndie, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"nhY" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1331; + id_tag = "vox_east_control"; + pixel_x = -24; + req_access_txt = "152"; + tag_airpump = "vox_east_vent"; + tag_chamber_sensor = "vox_east_sensor"; + tag_exterior_door = "vox_northeast_lock"; + tag_interior_door = "vox_southeast_lock" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"nig" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"niZ" = ( +/obj/machinery/teleport/hub/upgraded, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"njk" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"njt" = ( +/obj/structure/table/abductor, +/obj/item/paper/abductor, +/obj/item/scalpel/alien, +/obj/item/cautery/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"njJ" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien5" + }, +/area/abductor_ship) +"njW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"njZ" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"nkm" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"nkz" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT2"; + name = "Launch Bay #2" + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"nkV" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"nlb" = ( +/mob/living/simple_animal/cow, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"nly" = ( +/obj/item/gun/energy/toxgun, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"nlO" = ( +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + name = "Shuttle Dock Door" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"nlT" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"nnm" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/vox) +"nnM" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"nnN" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"nok" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid1"; + tag = "icon-asteroid1 (EAST)" + }, +/area/holodeck/source_desert) +"nps" = ( +/turf/unsimulated/wall{ + icon_state = "iron0" + }, +/area/syndicate_mothership) +"npZ" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/shuttle/syndicate) +"nqJ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"nqX" = ( +/obj/machinery/light_switch{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"nqY" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "What?" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"nsd" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"nsi" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"nsA" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership/elite_squad) +"nsL" = ( +/obj/structure/rack/holorack, +/obj/item/autoimplanter, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"nsM" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navyblue" + }, +/area/centcom/specops) +"nte" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/zone2) +"ntx" = ( +/obj/structure/table/holotable, +/obj/item/clothing/suit/armor/riot/knight/blue, +/obj/item/clothing/head/helmet/riot/knight/blue, +/obj/item/holo/claymore/blue, +/turf/simulated/floor/holofloor{ + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"ntK" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/centcom/evac) +"ntL" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien3" + }, +/area/abductor_ship) +"ntO" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership/control) +"ntW" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/jail) +"nug" = ( +/obj/machinery/door_control{ + id = "CC_space_jail_cell"; + name = "Central Command Jail Cell's"; + pixel_y = -30; + req_access_txt = "110" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/centcom/jail) +"nuh" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/mini, +/turf/unsimulated/floor/wood, +/area/admin) +"nuz" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/zone1) +"nuR" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"nuT" = ( +/obj/machinery/vending/syndicigs, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"nuU" = ( +/obj/machinery/door/airlock/hatch{ + req_access_txt = "152" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"nve" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/security_space_law, +/turf/simulated/floor/wood, +/area/centcom/specops) +"nvh" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid3"; + tag = "icon-asteroid3 (EAST)" + }, +/area/holodeck/source_desert) +"nvm" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/syndicate, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"nvA" = ( +/obj/structure/table/wood, +/obj/item/grenade/smokebomb, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"nvS" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone2" + }, +/area/wizard_station) +"nwg" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet1-0"; + tag = "icon-carpet1-0 (EAST)" + }, +/area/holodeck/source_theatre) +"nwj" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet5-1"; + tag = "icon-carpet5-1 (EAST)" + }, +/area/holodeck/source_theatre) +"nwq" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"nyb" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"nyo" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"nyt" = ( +/obj/machinery/fishtank/wall{ + opacity = 1 + }, +/obj/structure/sign/barsign{ + icon_state = "syndibarsign"; + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership/elite_squad) +"nyW" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy/pistol, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"nzd" = ( +/obj/machinery/vending/snack/free, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"nzP" = ( +/turf/unsimulated/wall{ + icon_state = "iron0" + }, +/area/syndicate_mothership/infteam) +"nAl" = ( +/turf/unsimulated/wall{ + icon_state = "iron7" + }, +/area/syndicate_mothership) +"nAM" = ( +/obj/structure/table/reinforced, +/obj/item/syndicatedetonator, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"nAN" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/specops) +"nBe" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/space) +"nBl" = ( +/obj/structure/table/abductor, +/obj/structure/marker_beacon{ + layer = 2.9 + }, +/obj/item/toy/plushie/coffee_fox{ + desc = "Что делает такая прекрасная лиса в таком ужасном месте? Возможно она кого то символизирует, но скорее всего это лишь ваши фантазии. \n Вы замечаете небольшую заметку на бирке игрушки, однако все что удается вам разглядеть это Sl-end-er."; + name = "Лиса?" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"nBq" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/mob/living/simple_animal/bot/floorbot{ + on = 0 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"nBv" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet13-5"; + tag = "icon-carpet13-5 (EAST)" + }, +/area/holodeck/source_theatre) +"nBB" = ( +/obj/structure/chair/sofa/left, +/obj/item/toy/plushie/crimson_fox{ + layer = 5; + name = "Алая лиса" + }, +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" + }, +/area/centcom/supply) +"nBX" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"nCb" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/centcom/specops) +"nCm" = ( +/obj/machinery/smartfridge/dish{ + opacity = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"nCr" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet9-4"; + tag = "icon-carpet9-4 (EAST)" + }, +/area/holodeck/source_theatre) +"nCt" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/soymilk, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"nCx" = ( +/obj/structure/window/reinforced, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"nCA" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"nDz" = ( +/obj/machinery/photocopier, +/obj/item/radio/intercom/specops{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"nDM" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/toy/cards/deck/black, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"nEJ" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"nEQ" = ( +/obj/structure/rack, +/obj/item/storage/box/disks, +/obj/item/storage/box/syringes{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"nFs" = ( +/obj/structure/table/wood, +/obj/item/melee/energy/axe, +/turf/unsimulated/floor/wood, +/area/admin) +"nFx" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"nFX" = ( +/turf/unsimulated/wall{ + icon_state = "iron14"; + layer = 10 + }, +/area/syndicate_mothership) +"nGs" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"nGT" = ( +/obj/machinery/computer/shuttle/admin{ + name = "NTV Argos shuttle console" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"nGW" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/pistol, +/turf/unsimulated/floor/wood, +/area/admin) +"nHg" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"nHr" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"nIj" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"nIn" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/cardboard, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"nIr" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"nIL" = ( +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"nIP" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/chrono_gun, +/turf/unsimulated/floor/wood, +/area/admin) +"nIR" = ( +/obj/machinery/cryopod/right, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"nJH" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"nKg" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"nKm" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership/elite_squad) +"nKy" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"nKO" = ( +/obj/machinery/slot_machine, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"nLN" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/radio/intercom/syndicate{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"nLW" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"nMl" = ( +/obj/machinery/abductor/console{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"nMv" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign1"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"nMF" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/floragun, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"nMN" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/shuttle/syndicate) +"nMT" = ( +/obj/structure/table/wood, +/obj/item/grenade/clusterbuster/syndieminibomb, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"nMZ" = ( +/turf/unsimulated/wall{ + dir = 4; + icon_state = "iron7"; + tag = "icon-iron11" + }, +/area/space) +"nNb" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"nNr" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"nNy" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"nOB" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" + }, +/area/syndicate_mothership/infteam) +"nPb" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/plasmaman/wizard, +/obj/item/clothing/head/helmet/space/plasmaman/wizard, +/obj/item/clothing/mask/breath, +/obj/item/tank/plasma/plasmaman/belt/full, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet06" + }, +/area/wizard_station) +"nPt" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/centcom/zone3) +"nQb" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-6"; + tag = "icon-plant-6" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"nQe" = ( +/turf/unsimulated/wall, +/area/space) +"nQk" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/control) +"nQl" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"nQM" = ( +/obj/machinery/door/window/brigdoor{ + dir = 1; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/court) +"nRs" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = 4; + tag = "icon-shower (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone3) +"nSj" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"nSt" = ( +/obj/effect/turf_decal/caution/stand_clear/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"nTj" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"nTS" = ( +/obj/machinery/chem_master, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"nUi" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = 32 + }, +/obj/structure/safe, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/centcom/bridge) +"nUz" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/space) +"nUN" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"nVl" = ( +/obj/structure/rack, +/obj/item/storage/box/hug, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"nVB" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1 + }, +/area/wizard_station) +"nVN" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"nWh" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nWx" = ( +/obj/machinery/abductor/experiment{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"nWB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/zone1) +"nWU" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + amount = 50; + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/gold, +/obj/item/stamp/chameleon, +/turf/simulated/floor/wood, +/area/centcom/specops) +"nXK" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/item/seeds/orange, +/obj/item/seeds/orange, +/obj/item/seeds/orange, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"nYi" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"nYy" = ( +/obj/machinery/abductor/console{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"nYA" = ( +/obj/structure/bookcase, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"nYF" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone13" + }, +/area/wizard_station) +"nYK" = ( +/obj/structure/table/wood/poker, +/obj/machinery/door_control{ + id = "eventroom"; + name = "Ready room"; + pixel_x = -6; + pixel_y = 6; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"nZq" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 8; + height = 20; + id = "freegolem_transit"; + name = "free golem in transit"; + width = 16 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"nZr" = ( +/obj/structure/chair/comfy/red, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"nZs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"oaa" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"oaf" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/proto, +/turf/unsimulated/floor/wood, +/area/admin) +"oaw" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1331; + id_tag = "synd_pump_bottom" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"oaK" = ( +/turf/simulated/floor/holofloor/space, +/area/holodeck/source_space) +"oaS" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/m90, +/turf/unsimulated/floor/wood, +/area/admin) +"obb" = ( +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"obc" = ( +/obj/structure/rack/holorack, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"obx" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/infteam) +"obz" = ( +/turf/simulated/floor/holofloor{ + icon_state = "grimy"; + tag = "icon-grimy" + }, +/area/holodeck/source_meetinghall) +"obJ" = ( +/obj/machinery/vending/toyliberationstation{ + contraband = null; + products = list(/obj/item/gun/projectile/automatic/toy = 10, /obj/item/gun/projectile/automatic/toy/pistol = 10, /obj/item/gun/projectile/shotgun/toy = 10, /obj/item/toy/sword = 10, /obj/item/ammo_box/foambox = 20, /obj/item/toy/foamblade = 10, /obj/item/toy/syndicateballoon = 10, /obj/item/clothing/suit/syndicatefake = 5, /obj/item/clothing/head/syndicatefake = 5, /obj/item/gun/projectile/shotgun/toy/crossbow = 10, /obj/item/gun/projectile/automatic/c20r/toy/riot = 10, /obj/item/gun/projectile/automatic/l6_saw/toy/riot = 10, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 10, /obj/item/ammo_box/foambox/riot = 20, /obj/item/toy/katana = 10, /obj/item/twohanded/dualsaber/toy = 5, /obj/item/toy/cards/deck/syndicate = 10) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"ocf" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/chair/comfy/purp{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/court) +"ocm" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/ionrifle, +/turf/unsimulated/floor/wood, +/area/admin) +"ocx" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"ocG" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/zone1) +"ocO" = ( +/obj/machinery/vending/hatdispenser, +/turf/simulated/floor/wood, +/area/centcom/specops) +"odb" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Vault"; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"odz" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"odT" = ( +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/centcom/specops) +"odZ" = ( +/turf/simulated/floor/wood, +/area/centcom/evac) +"oeH" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/adminconstruction) +"oeY" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"ofi" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/evac) +"ofX" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/combat/survival/bone, +/turf/unsimulated/floor/wood, +/area/admin) +"oga" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/centcom/evac) +"ogg" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"ogm" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/shuttle/syndicate) +"ogw" = ( +/turf/unsimulated/wall{ + icon_state = "iron1" + }, +/area/syndicate_mothership/infteam) +"ogV" = ( +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"ohg" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"ohk" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"ohE" = ( +/obj/machinery/abductor/pad{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"ohG" = ( +/obj/machinery/door/airlock/centcom{ + name = "Medical Block"; + opacity = 1; + req_access_txt = "109" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"ohJ" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"ohN" = ( +/obj/machinery/hydroponics/constructable{ + layer = 3.2 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"oiy" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"oiF" = ( +/obj/structure/holohoop, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"ojv" = ( +/obj/machinery/computer/security{ + network = list("SS13","Telecomms","Research Outpost","Mining Outpost","ERT","CentComm","Thunderdome") + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/centcom/bridge) +"ojI" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"okT" = ( +/obj/machinery/vending/hydronutrients{ + contraband = list(); + emagged = 1; + products = list(/obj/item/reagent_containers/glass/bottle/nutrient/ez = 20, /obj/item/reagent_containers/glass/bottle/nutrient/l4z = 13, /obj/item/reagent_containers/glass/bottle/nutrient/rh = 6, /obj/item/reagent_containers/spray/pestspray = 20, /obj/item/reagent_containers/syringe = 5, /obj/item/storage/bag/plants = 5, /obj/item/cultivator = 3, /obj/item/shovel/spade = 3, /obj/item/plant_analyzer = 4, /obj/item/reagent_containers/glass/bottle/ammonia = 10, /obj/item/reagent_containers/glass/bottle/diethylamine = 5) + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"okZ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/nuclear, +/turf/unsimulated/floor/wood, +/area/admin) +"olx" = ( +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"omh" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bucket, +/obj/item/caution/proximity_sign, +/obj/item/caution/proximity_sign, +/obj/item/caution/proximity_sign, +/obj/item/storage/bag/trash, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"omz" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"omB" = ( +/obj/item/ashtray/glass, +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"omP" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bridge 1-2"; + opacity = 1; + req_access_txt = "113" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"omT" = ( +/obj/structure/flora/rock, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"onc" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone1) +"ont" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"onS" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"ooy" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"ooD" = ( +/obj/item/beach_ball, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"ooF" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"opr" = ( +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"opx" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/under/color/red, +/obj/item/holo/esword/red, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"oqr" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/shuttle/gamma/space) +"oqC" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 8; + pixel_x = 4; + tag = "icon-shower (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"orb" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/clown, +/obj/item/gun/energy/disabler, +/obj/item/gun/energy/disabler/cyborg, +/obj/item/gun/energy/mimicgun, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"orC" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"oso" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/centcom/specops) +"osp" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign2"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"oss" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"osB" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"osE" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"oth" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"oto" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd15"; + id_target = "Synd25" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"otA" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"otB" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "arrival" + }, +/area/centcom/zone1) +"otY" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"oua" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" + }, +/area/syndicate_mothership/elite_squad) +"oui" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership/infteam) +"oux" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd14"; + id_target = "Synd24" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"ovc" = ( +/obj/structure/mirror{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"ovk" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/landmark{ + name = "ERT Director" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ovA" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"owc" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"owl" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"owD" = ( +/obj/item/grenade/clusterbuster/smoke, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"oxn" = ( +/obj/machinery/door/airlock/external{ + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"oxo" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien6" + }, +/area/abductor_ship) +"ozy" = ( +/obj/structure/chair/comfy/beige, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"ozS" = ( +/obj/machinery/bookbinder, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"oAH" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"oAV" = ( +/obj/machinery/door/airlock/external{ + id_tag = "sst_away"; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/infteam) +"oBe" = ( +/obj/structure/sign/poster/contraband/atmosia_independence{ + name = "Declaration"; + pixel_y = 30 + }, +/obj/structure/mineral_door, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"oBr" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"oBC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"oBI" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership/infteam) +"oBR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"oBW" = ( +/obj/mecha/combat/durand/loaded{ + color = "#CCCCFF"; + desc = "A heavyweight exosuit, painted in a gray scheme. This model appears to have some modifications for ERT."; + name = "Nanotrasen Special Durand Mk. II"; + operation_req_access = list(109) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"oCp" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"oCM" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood-broken6"; + tag = "icon-wood-broken6" + }, +/area/syndicate_mothership) +"oCZ" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 7; + height = 5; + id = "sit_away"; + name = "Syndicate Base"; + width = 11 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/infteam) +"oDu" = ( +/obj/machinery/computer/mecha, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"oEe" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "sst_away"; + name = "Syndicate Base"; + width = 11 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/elite_squad) +"oEp" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/l6_saw/toy/riot, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"oEQ" = ( +/obj/structure/chair/sofa/right, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"oFG" = ( +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/obj/effect/decal{ + color = "red"; + desc = "Somehow syndicate found out what was a science joke in the past, to be the real deal..."; + icon_state = "anom"; + name = "Controllable Redspace Tear" + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/control) +"oGp" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/specops) +"oGK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/evac) +"oGU" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + id_tag = "CC-OP1"; + name = "Access Controller OP1"; + pixel_x = -32; + pixel_y = 32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP1-Ext"; + tag_interior_door = "CC-OP1-Int" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"oGW" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/syndicate, +/obj/item/pen/multi/gold{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/folder/red{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/stamp/chameleon, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership/infteam) +"oHl" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" + }, +/area/syndicate_mothership/infteam) +"oHz" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно спит на посту!"; + dir = 8; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Боба"; + obj_integrity = 9999 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"oHB" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/bridge) +"oHO" = ( +/obj/structure/rack, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"oHP" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/unsimulated/floor{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/space) +"oHS" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_security, +/turf/simulated/floor/wood, +/area/centcom/specops) +"oIc" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"oIg" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/toy/crossbow, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"oIv" = ( +/obj/structure/chair/comfy/purp{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"oIK" = ( +/obj/structure/table/reinforced/brass, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"oIM" = ( +/obj/structure/decorative_structures/metal/statue/metal_angel, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"oIW" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/vending/medical, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"oJh" = ( +/obj/machinery/door/airlock/external{ + id_tag = "sit_away"; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/elite_squad) +"oJi" = ( +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"oJH" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"oJK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/space) +"oKx" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/shuttle/syndicate) +"oKH" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"oKN" = ( +/obj/effect/landmark/abductor/scientist{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"oKP" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/seeds/gatfruit, +/obj/item/seeds/cherry/bomb, +/obj/item/seeds/ambrosia/gaia, +/obj/item/seeds/ambrosia/gaia, +/obj/item/seeds/ambrosia/gaia, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"oKU" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"oLa" = ( +/obj/effect/landmark/abductor/agent{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"oLQ" = ( +/obj/effect/landmark/abductor/scientist{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"oLW" = ( +/obj/structure/spacepoddoor{ + dir = 4; + luminosity = 3 + }, +/obj/machinery/door/poddoor/multi_tile/three_tile_hor{ + layer = 3.02 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/infteam) +"oMK" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"oMM" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"oNa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/zone2) +"oNC" = ( +/obj/structure/chair/sofa/right, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"oNF" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock/shuttle{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + id_tag = "emergency_away"; + locked = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"oNI" = ( +/obj/effect/landmark/abductor/agent{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"oOk" = ( +/obj/machinery/door_control, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"oOs" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership/infteam) +"oOA" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/syndicate_mothership/elite_squad) +"oOK" = ( +/obj/machinery/door/airlock/centcom{ + name = "Black Ops"; + opacity = 1; + req_access_txt = "111" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"oON" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"oOS" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/camera_film, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"oPi" = ( +/obj/structure/closet/secure_closet/syndicate_officer, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"oPN" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"oPQ" = ( +/turf/unsimulated/wall{ + icon_state = "iron0" + }, +/area/space) +"oPU" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"oQv" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership) +"oQy" = ( +/turf/unsimulated/wall{ + icon_state = "iron13"; + tag = "icon-iron13" + }, +/area/syndicate_mothership) +"oRf" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/machinery/computer, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/control) +"oRB" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"oRV" = ( +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"oSm" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"oSQ" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"oSU" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"oSZ" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"oTb" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet4-0"; + tag = "icon-carpet4-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"oTg" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "carpetsymbol"; + tag = "icon-carpetsymbol (SOUTHEAST)" + }, +/area/holodeck/source_meetinghall) +"oTI" = ( +/obj/structure/table/reinforced, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/turf/simulated/floor/wood, +/area/centcom/specops) +"oTM" = ( +/obj/machinery/computer/teleporter, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"oTQ" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/acj{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/clothing/under/acj{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/clothing/under/acj{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/under/acj, +/obj/item/clothing/under/acj{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/under/acj{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"oUj" = ( +/obj/item/mecha_parts/mecha_equipment/cable_layer, +/obj/item/mecha_parts/mecha_equipment/drill/diamonddrill, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, +/obj/item/mecha_parts/mecha_equipment/rcd, +/obj/item/mecha_parts/mecha_equipment/extinguisher, +/obj/structure/closet/crate, +/turf/unsimulated/floor/wood, +/area/admin) +"oUm" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"oUT" = ( +/obj/effect/decal{ + color = "red"; + icon = 'icons/obj/machines/gravity_generator.dmi'; + icon_state = "idle"; + name = "" + }, +/obj/effect/decal{ + color = "red"; + desc = "Somehow syndicate found out what was a science joke in the past, to be the real deal..."; + icon = 'icons/obj/machines/gravity_generator.dmi'; + icon_state = "activated"; + name = "Controllable Redspace Tear" + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/obj/effect/bump_teleporter{ + id = "Nuke_from"; + id_target = "Nuke_to" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/control) +"oUU" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet8-0"; + tag = "icon-carpet8-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"oVf" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"oVy" = ( +/obj/structure/closet/syndicate/sst, +/obj/item/ammo_box/magazine/mm556x45/bleeding, +/obj/item/ammo_box/magazine/mm556x45, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"oVO" = ( +/obj/machinery/door/window/brigdoor{ + color = "red"; + dir = 8; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"oVT" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 8; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"oWb" = ( +/obj/structure/table, +/obj/random/tool, +/obj/item/clothing/gloves/color/yellow, +/obj/item/pinpointer/advpinpointer, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"oWf" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"oWo" = ( +/obj/machinery/kitchen_machine/candy_maker, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"oWL" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"oWN" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_basketball) +"oWS" = ( +/obj/machinery/sleeper/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"oXn" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"oXE" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"oXI" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"oXQ" = ( +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"oYl" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"oYn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"oYM" = ( +/obj/structure/spacepoddoor{ + dir = 4; + luminosity = 3 + }, +/obj/machinery/door/poddoor/multi_tile/two_tile_hor{ + layer = 3.01 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/infteam) +"oZd" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"oZk" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/evac) +"oZr" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"oZu" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"oZR" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"pac" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"paA" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"paS" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"pbe" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"pbE" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_service, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"pbU" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/centcom/evac) +"pbV" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"pcw" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"pcD" = ( +/obj/effect/overlay/palmtree_r, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"pcP" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken3"; + tag = "icon-wood-broken3" + }, +/area/syndicate_mothership) +"pdl" = ( +/obj/effect/overlay/palmtree_l, +/obj/effect/overlay/coconut, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"pdq" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (WEST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"pdJ" = ( +/obj/structure/statue/sandstone/assistant{ + color = "gray"; + desc = "Seems like this won't be here in the future"; + icon_state = "md"; + name = "Placeholder" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"pdK" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT1"; + name = "Launch Bay #1" + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"pdP" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"pem" = ( +/obj/item/clothing/glasses/sunglasses/yeah, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"pep" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"pev" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"pfM" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"pgl" = ( +/obj/item/flag/species/human, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"pgn" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"pgs" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/burrito, +/obj/item/kitchen/utensil/spork{ + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"pgF" = ( +/obj/structure/bush, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"pgN" = ( +/obj/structure/table/wood, +/obj/structure/mirror/magic{ + pixel_y = -30 + }, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/obj/item/flashlight/slime, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet07" + }, +/area/wizard_station) +"phe" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/pen, +/obj/item/pen, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"phK" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/ar, +/turf/unsimulated/floor/wood, +/area/admin) +"phM" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"pir" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"piy" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"piZ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/toy, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"pjK" = ( +/obj/structure/table/wood/fancy/black, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pjM" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"pkf" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien21" + }, +/area/abductor_ship) +"pkE" = ( +/obj/structure/closet/cardboard{ + icon_closed = "cardboard_syndicate"; + icon_opened = "cardboard_open_syndicate"; + icon_state = "cardboard_syndicate" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"pkY" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_boxingcourt) +"plA" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/specops) +"pmk" = ( +/obj/structure/kitchenspike, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"pmF" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"pnZ" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/toy/figure/captain{ + name = "Supreme commander action figure" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/bridge) +"poA" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"ppC" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/badmin/clown, +/turf/unsimulated/floor/wood, +/area/admin) +"ppL" = ( +/obj/machinery/reagentgrinder{ + layer = 4; + pixel_x = -1; + pixel_y = 9 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"ppZ" = ( +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"pqb" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/jail) +"pqn" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"pqq" = ( +/obj/structure/table/reinforced, +/obj/item/stamp/syndicate{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/stamp/chameleon{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/syndicatedetonator{ + pixel_x = -6; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"pqP" = ( +/obj/effect/decal/warning_stripes/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"prI" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + lootcount = 20; + name = "Food CC Spawner #2" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"prX" = ( +/obj/structure/closet/crate/can, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"psK" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/supply) +"psU" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"psX" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"pte" = ( +/obj/structure/table/wood/fancy/black, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pub" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"puc" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = 8 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"puE" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"puJ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10 + }, +/area/syndicate_mothership) +"puM" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/jail) +"puO" = ( +/obj/structure/flora/tree/pine, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"puZ" = ( +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"pvx" = ( +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"pvT" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun, +/obj/item/gun/projectile/shotgun/automatic, +/obj/item/gun/projectile/shotgun/lethal, +/obj/item/gun/projectile/shotgun/pump, +/obj/item/gun/projectile/shotgun/sc_pump, +/turf/unsimulated/floor/wood, +/area/admin) +"pwb" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/wood, +/area/centcom/specops) +"pwe" = ( +/obj/structure/lattice, +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership/elite_squad) +"pwF" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pxs" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/mask/balaclava, +/turf/simulated/floor/wood, +/area/centcom/jail) +"pyu" = ( +/turf/simulated/floor/plasteel, +/area/centcom/evac) +"pzu" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor/wood, +/area/admin) +"pzx" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pAp" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"pBb" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"pBp" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"pBA" = ( +/obj/machinery/door/airlock/wood{ + frequency = 2000; + id_tag = "CC-OP1-Ext"; + locked = 1; + name = "Zone 1" + }, +/obj/effect/turf_decal/delivery/white, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 2000; + master_tag = "CC-OP1"; + name = "CC-OP1-EXT"; + pixel_x = -24; + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"pBH" = ( +/obj/machinery/computer/operating, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"pCl" = ( +/obj/structure/table/holotable/wood, +/turf/simulated/floor/holofloor{ + icon_state = "grimy"; + tag = "icon-grimy" + }, +/area/holodeck/source_meetinghall) +"pDd" = ( +/obj/machinery/r_n_d/server/centcom, +/turf/unsimulated/floor/wood, +/area/admin) +"pDi" = ( +/obj/machinery/vending/cigarette, +/obj/structure/closet/fireaxecabinet{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pDE" = ( +/obj/machinery/power/apc{ + name = "Gamma Armory APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/gun/rocketlauncher, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/kitchen/knife/combat, +/obj/item/kitchen/knife/combat, +/obj/item/kitchen/knife/combat, +/obj/item/grenade/chem_grenade/incendiary{ + name = "Incendiary Grenade" + }, +/obj/item/grenade/clusterbuster, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"pDF" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"pDG" = ( +/obj/structure/shuttle/engine/heater, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/specops) +"pDH" = ( +/obj/machinery/computer/bsa_control/admin{ + integrity_failure = 20; + req_access_txt = "114" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pEc" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"pEd" = ( +/turf/unsimulated/wall{ + icon_state = "iron13"; + tag = "icon-iron13" + }, +/area/syndicate_mothership/elite_squad) +"pEy" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 4; + icon_state = "rampbottom" + }, +/area/space) +"pEJ" = ( +/obj/structure/flora/grass/green, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"pEN" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = 10 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/condiment/enzyme, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"pFy" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_general, +/turf/simulated/floor/wood, +/area/centcom/specops) +"pFP" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pFT" = ( +/obj/structure/table/wood, +/obj/item/sleeping_carp_scroll, +/turf/unsimulated/floor/wood, +/area/admin) +"pFW" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "floorlattice" + }, +/area/centcom/specops) +"pGD" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet6-0"; + tag = "icon-carpet6-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"pGJ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/centcom/evac) +"pHc" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/space) +"pHy" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet14-0"; + tag = "icon-carpet14-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"pHX" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"pIg" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"pIp" = ( +/obj/structure/rack/holorack, +/obj/item/autoimplanter, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"pIA" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"pIN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"pIW" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_Armory_LWAP" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pJV" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet10-0"; + tag = "icon-carpet10-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"pKI" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"pKU" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "106" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"pKZ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"pLb" = ( +/turf/simulated/floor/holofloor{ + icon_state = "red" + }, +/area/holodeck/source_basketball) +"pLN" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"pMg" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 10; + height = 35; + id = "whiteship_transit"; + name = "whiteship in transit"; + width = 21 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"pMm" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/table/glass, +/obj/item/robot_parts/r_leg{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -5; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"pMw" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"pMy" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"pMI" = ( +/obj/structure/chair/stool/bar, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pMT" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"pNo" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"pNy" = ( +/obj/structure/chair/comfy/purp{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"pNO" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/carrotshiv, +/turf/unsimulated/floor/wood, +/area/admin) +"pOr" = ( +/obj/item/clothing/under/rainbow, +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"pOv" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = 4; + tag = "icon-shower (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"pOM" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/centcom/court) +"pOQ" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"pPj" = ( +/obj/structure/sign/poster/contraband/syndicate_recruitment{ + pixel_x = 32 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"pPo" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"pPI" = ( +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"pPK" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"pRj" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"pRI" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"pSw" = ( +/obj/machinery/chem_dispenser/supgraded, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"pSN" = ( +/obj/machinery/cryopod/robot, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"pTI" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"pUa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"pUu" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"pUv" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign2"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"pUC" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/effect/landmark{ + name = "Commando" + }, +/obj/machinery/computer/cryopod{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pUR" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"pUX" = ( +/obj/structure/rack, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pVt" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/razor, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"pVA" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet7-0"; + tag = "icon-carpet7-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"pWb" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet15-0"; + tag = "icon-carpet15-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"pWj" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi/cyborg, +/turf/unsimulated/floor/wood, +/area/admin) +"pWu" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet11-0"; + tag = "icon-carpet11-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"pWv" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "smindicate_bottom"; + layer = 5; + name = "Outer Airlock Bottom"; + opacity = 0 + }, +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_outer_bottom"; + name = "Ship External Access"; + req_access_txt = "150" + }, +/obj/effect/decal/warning_stripes/red, +/obj/machinery/door_control{ + id = "smindicate_bottom"; + name = "External Door Control"; + pixel_x = -22; + req_access_txt = "150" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"pWB" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/specops) +"pWS" = ( +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/wolpincubes, +/obj/item/storage/box/monkeycubes/wolpincubes, +/obj/structure/table/glass, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pXf" = ( +/obj/item/cardboard_cutout{ + anchored = 1; + desc = "Обычная статуя офицера, что она здесь делает? На табличке красуется надпись - Pizdyach Rodnenkiy"; + icon_state = "cutout_ntsec"; + name = "Officer" + }, +/turf/simulated/floor/grass, +/area/centcom/specops) +"pZq" = ( +/obj/structure/mineral_door/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"pZz" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"pZL" = ( +/obj/item/pizzabox, +/obj/item/pizzabox, +/obj/item/kitchen/knife, +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"pZY" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 7 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -3 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -13 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"qaa" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_y = 14 + }, +/obj/item/stack/packageWrap, +/obj/item/reagent_containers/food/drinks/bottle/cream, +/obj/item/reagent_containers/food/snacks/mint, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"qar" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/emp, +/turf/unsimulated/floor/wood, +/area/admin) +"qbs" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"qbO" = ( +/obj/structure/chair/comfy/purp, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"qck" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"qcn" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qco" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"qcB" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/gavelhammer, +/obj/item/gavelblock, +/turf/simulated/floor/carpet, +/area/centcom/court) +"qcF" = ( +/obj/machinery/bodyscanner{ + layer = 3.5 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"qdd" = ( +/obj/machinery/vending/engivend{ + req_one_access_txt = "0" + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"qdl" = ( +/obj/structure/lattice, +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon_state = "iron0" + }, +/area/space) +"qdI" = ( +/obj/structure/closet/crate/can, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"qdR" = ( +/obj/structure/curtain/open/shower/security, +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"qev" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc2" + }, +/area/shuttle/administration) +"qeU" = ( +/obj/machinery/vending/dinnerware, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"qfj" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi' + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"qfv" = ( +/obj/item/beach_ball, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"qfN" = ( +/obj/item/gun/magic/staff, +/obj/item/gun/magic/staff/chaos, +/obj/item/gun/magic/staff/door, +/obj/item/gun/magic/staff/animate, +/obj/item/gun/magic/staff/change, +/obj/item/gun/magic/staff/chaos, +/obj/item/gun/magic/staff/door, +/obj/item/gun/magic/staff/focus, +/obj/item/gun/magic/staff/healing, +/obj/item/gun/magic/staff/focus, +/obj/item/gun/magic/staff/slipping, +/obj/item/gun/magic/staff/slipping/honkmother, +/obj/item/gun/magic/staff/spellblade, +/obj/item/gun/magic/tentacle, +/obj/item/gun/magic/wand, +/obj/item/gun/magic/wand/door, +/obj/item/gun/magic/wand/fireball, +/obj/item/gun/magic/wand/polymorph, +/obj/item/gun/magic/wand/resurrection, +/obj/item/gun/magic/wand/teleport, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"qgM" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"qhn" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"qhO" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/plastic, +/turf/unsimulated/floor/wood, +/area/admin) +"qiO" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"qje" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/gyropistol, +/turf/unsimulated/floor/wood, +/area/admin) +"qjA" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"qjT" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"qkl" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qlp" = ( +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/doctor, +/obj/item/storage/firstaid/doctor, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/structure/rack, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 40 + }, +/obj/structure/window/reinforced, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qlu" = ( +/obj/machinery/door_control{ + id = "CC_supply_internal"; + name = "Central Command Supply Internal Shutter"; + pixel_x = 30; + pixel_y = 5; + req_access_txt = "114" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"qlB" = ( +/obj/structure/window/reinforced{ + color = "red" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"qlC" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"qlF" = ( +/obj/item/gun/medbeam, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"qlM" = ( +/obj/structure/bed, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet09" + }, +/area/centcom/zone1) +"qlX" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"qnE" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "combat shotgun" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"qnP" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/supply) +"qoq" = ( +/turf/unsimulated/wall{ + icon_state = "rwall0" + }, +/area/vox_station) +"qpi" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"qpQ" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"qpS" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"qqC" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"qqS" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone3) +"qqV" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"qra" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/shuttle/syndicate) +"qrr" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"qrR" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navyblue" + }, +/area/centcom/specops) +"qsa" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qso" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"qsv" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 4 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"qsx" = ( +/obj/docking_port/stationary{ + area_type = /area/syndicate_mothership; + dir = 2; + dwidth = 11; + height = 18; + id = "emergency_syndicate"; + name = "404 Not Found"; + turf_type = /turf/unsimulated/floor/plating; + width = 29 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"qsJ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/specops) +"qsO" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qtg" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"qtR" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"quj" = ( +/obj/item/beach_ball/holoball, +/turf/simulated/floor/holofloor, +/area/holodeck/source_basketball) +"quo" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/holohoop, +/obj/effect/decal/warning_stripes/green/partial{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"qup" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 3; + height = 5; + id = "mining_transit"; + name = "mining in transit"; + width = 7 + }, +/turf/space/transit, +/area/space) +"qwf" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"qwj" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership/infteam) +"qwp" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"qwy" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"qwL" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"qxb" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "Pulse ANNIHILATOR"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"qxt" = ( +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"qxE" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone10" + }, +/area/wizard_station) +"qzi" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"qzP" = ( +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"qzU" = ( +/obj/effect/decal/warning_stripes/southwest, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qAj" = ( +/turf/space/transit/horizontal, +/area/space) +"qAN" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"qAU" = ( +/obj/machinery/door/poddoor/impassable, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"qBi" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/zipties{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/zipties{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/zipties{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/zipties{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/zipties{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/zipties{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"qBn" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"qBC" = ( +/obj/structure/flora/grass/brown, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"qBE" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"qBO" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_basketball) +"qCu" = ( +/obj/effect/turf_decal/bot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"qCC" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/adminconstruction) +"qCI" = ( +/obj/structure/rack, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_y = 7 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/centcom/specops) +"qCU" = ( +/obj/mecha/combat/gygax/dark/loaded, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"qDR" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"qDT" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/obj/structure/filingcabinet/employment, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"qFa" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"qFx" = ( +/turf/simulated/floor/redgrid, +/area/syndicate_mothership) +"qFF" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"qFK" = ( +/turf/simulated/floor/holofloor{ + icon_state = "sand"; + name = "Soft sand" + }, +/area/holodeck/source_beach) +"qFX" = ( +/obj/structure/spacepoddoor{ + dir = 4; + luminosity = 3 + }, +/obj/machinery/door/poddoor/multi_tile/three_tile_hor{ + layer = 3.02 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/elite_squad) +"qGw" = ( +/obj/machinery/computer/card/centcom{ + req_access = list(150) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"qGS" = ( +/obj/structure/rack, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qHm" = ( +/obj/machinery/light, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"qHH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"qHK" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"qHN" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"qHS" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet5-0"; + tag = "icon-carpet5-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"qHU" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet13-0"; + tag = "icon-carpet13-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"qIq" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"qIR" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"qIW" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/centcom/evac) +"qJo" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qJu" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/grass, +/area/centcom/evac) +"qJG" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/specops) +"qJP" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/shuttle/syndicate) +"qJV" = ( +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"qKp" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/item/megaphone, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"qKq" = ( +/obj/effect/decal{ + color = "red"; + icon = 'icons/effects/96x96.dmi'; + icon_state = "hierophant_telegraph_edge"; + name = "" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/space) +"qKD" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet9-0"; + tag = "icon-carpet9-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"qLr" = ( +/turf/simulated/floor/beach/coastline, +/area/holodeck/source_beach) +"qLC" = ( +/obj/item/clothing/suit/furcape, +/turf/simulated/floor/plating, +/area/centcom/specops) +"qLK" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"qMf" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/turf/simulated/floor/wood, +/area/centcom/specops) +"qMt" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"qMv" = ( +/obj/item/flag/species/vox, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"qMw" = ( +/obj/machinery/bottler, +/obj/structure/table, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qMy" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"qNc" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qNe" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_basketball) +"qNh" = ( +/obj/effect/decal/cleanable/molten_object, +/turf/unsimulated/floor{ + icon_state = "hierophant1" + }, +/area/wizard_station) +"qNv" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"qNE" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone3-bathroom2"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"qOg" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/decloner, +/turf/unsimulated/floor/wood, +/area/admin) +"qOE" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"qOP" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qPh" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/sushimat, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"qPt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/zone1) +"qQr" = ( +/obj/machinery/vending/hydroseeds{ + contraband = list(); + emagged = 1; + products = list(/obj/item/seeds/aloe = 3, /obj/item/seeds/ambrosia = 3, /obj/item/seeds/apple = 3, /obj/item/seeds/banana = 3, /obj/item/seeds/berry = 3, /obj/item/seeds/cabbage = 3, /obj/item/seeds/carrot = 3, /obj/item/seeds/cherry = 3, /obj/item/seeds/chanter = 3, /obj/item/seeds/chili = 3, /obj/item/seeds/cocoapod = 3, /obj/item/seeds/coffee = 3, /obj/item/seeds/comfrey = 3, /obj/item/seeds/corn = 3, /obj/item/seeds/cotton = 3, /obj/item/seeds/nymph = 3, /obj/item/seeds/eggplant = 3, /obj/item/seeds/garlic = 3, /obj/item/seeds/grape = 3, /obj/item/seeds/grass = 3, /obj/item/seeds/lemon = 3, /obj/item/seeds/lime = 3, /obj/item/seeds/onion = 3, /obj/item/seeds/orange = 3, /obj/item/seeds/peanuts = 3, /obj/item/seeds/pineapple = 3, /obj/item/seeds/poppy = 3, /obj/item/seeds/potato = 3, /obj/item/seeds/pumpkin = 3, /obj/item/seeds/replicapod = 3, /obj/item/seeds/wheat/rice = 3, /obj/item/seeds/soya = 3, /obj/item/seeds/sugarcane = 3, /obj/item/seeds/sunflower = 3, /obj/item/seeds/tea = 3, /obj/item/seeds/tobacco = 3, /obj/item/seeds/tomato = 3, /obj/item/seeds/tower = 3, /obj/item/seeds/watermelon = 3, /obj/item/seeds/wheat = 3, /obj/item/seeds/whitebeet = 3, /obj/item/seeds/cannabis = 3, /obj/item/seeds/amanita = 2, /obj/item/seeds/fungus = 3, /obj/item/seeds/glowshroom = 2, /obj/item/seeds/liberty = 2, /obj/item/seeds/nettle = 2, /obj/item/seeds/plump = 2, /obj/item/seeds/reishi = 2, /obj/item/seeds/starthistle = 2, /obj/item/seeds/random = 2) + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"qQE" = ( +/turf/simulated/floor/beach/water, +/area/holodeck/source_beach) +"qQT" = ( +/obj/machinery/vending/snack, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qRc" = ( +/obj/structure/closet/crate, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"qRs" = ( +/obj/machinery/door/airlock/wood{ + frequency = 2000; + id_tag = "CC-OP3-Ext"; + locked = 1; + name = "Zone 1" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qRz" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"qRE" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/multitool{ + pixel_x = 11; + pixel_y = 5 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"qSb" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/under/color/green, +/obj/item/holo/esword/green, +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"qSv" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"qSy" = ( +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"qSz" = ( +/obj/machinery/chem_dispenser/soda/upgraded{ + emagged = 1 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"qSE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"qTp" = ( +/obj/machinery/quantumpad{ + name = "Cargo quantum pad" + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/machinery/conveyor/north{ + id = "syndicate_cargo_load" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"qTB" = ( +/obj/machinery/cryopod/right, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"qTJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_one_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qTL" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"qUb" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP3-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + name = "Access Controller OP3"; + pixel_y = -32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP3-Ext"; + tag_interior_door = "CC-OP3-Int" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qUj" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_r"; + tag = "icon-propulsion_r" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"qUJ" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"qVd" = ( +/obj/structure/table/glass, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"qVO" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" + }, +/area/syndicate_mothership/infteam) +"qVY" = ( +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"qWa" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/centcom/specops) +"qWj" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"qWQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"qXa" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"qXw" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"qXZ" = ( +/obj/structure/closet/crate/can, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qYf" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"qYm" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"qYZ" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" + }, +/area/space) +"qZs" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"raf" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/specops) +"rag" = ( +/obj/machinery/light/small, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"rar" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"rbI" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rcN" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"rdj" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"rdx" = ( +/obj/structure/chair/comfy/black, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"rdI" = ( +/obj/structure/rack/holorack, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/implanter/mindshield, +/obj/item/implanter/mindshield, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/surgery, +/obj/item/organ/internal/cyberimp/arm/toolset, +/obj/item/organ/internal/cyberimp/arm/janitorial, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"red" = ( +/obj/item/tank/emergency_oxygen, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"rey" = ( +/obj/structure/table/glass, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"reY" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"rfE" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"rfP" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8; + id_tag = "DoES_shutters"; + layer = 5; + locked = 1; + name = "CentCom DoES" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/specops) +"rfX" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership/control) +"rgi" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"rgs" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"rgB" = ( +/turf/unsimulated/wall{ + icon_state = "iron13"; + tag = "icon-iron13" + }, +/area/space) +"rgF" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"rgL" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"rhx" = ( +/obj/structure/table/wood/fancy, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rhO" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_supply_external"; + layer = 5; + locked = 1; + name = "Central Command Supply External Shutte" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"rit" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" + }, +/area/space) +"riL" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/machinery/door/window, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"rjk" = ( +/obj/structure/grille/fence/east_west{ + color = "grey"; + max_integrity = 1000 + }, +/turf/unsimulated/floor/snow, +/area/admin) +"rjA" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/alien, +/turf/unsimulated/floor/wood, +/area/admin) +"rjE" = ( +/obj/structure/table/glass, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"rjH" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/specops) +"rkx" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + tag = "icon-propulsion (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/transport) +"rky" = ( +/obj/machinery/vending/tool, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"rkU" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 15; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"rkV" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"rlQ" = ( +/obj/structure/table/wood, +/obj/item/implanter/adrenalin{ + pixel_x = 12; + pixel_y = -12 + }, +/obj/item/implanter/emp{ + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/implanter/explosive{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/implanter/explosive_macro{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/implanter/freedom, +/obj/item/implanter/krav_maga{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/implanter/mindshield{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/implanter/storage{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"rlZ" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/sink{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/tank/anesthetic, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/surgical, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"rng" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/structure/table/wood/fancy, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/control) +"rnv" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"rnH" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rnN" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"roc" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -30 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"ror" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/helmet/space/space_ninja, +/obj/item/clothing/shoes/space_ninja, +/obj/item/clothing/mask/gas/space_ninja, +/obj/item/katana/energy, +/obj/item/clothing/gloves/space_ninja, +/obj/item/clothing/suit/space/space_ninja, +/turf/unsimulated/floor/wood, +/area/admin) +"rou" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"roS" = ( +/obj/mecha/combat/marauder/mauler/loaded{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"rpi" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"rpk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/centcom/evac) +"rpC" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/zone1) +"rpG" = ( +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_sit) +"rqg" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" + }, +/obj/effect/turf_decal/plaque, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/carpet/arcade, +/area/centcom/bridge) +"rqt" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" + }, +/area/syndicate_mothership/elite_squad) +"rqA" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/ritual, +/turf/unsimulated/floor/wood, +/area/admin) +"rqI" = ( +/obj/item/storage/box/zipties, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"rro" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "Bridge"; + opacity = 1; + req_access_txt = "101" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"rrK" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/centcom/zone1) +"rrP" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"rte" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/syndicate_mothership/elite_squad) +"rtu" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s5" + }, +/area/shuttle/escape) +"rtw" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (EAST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"rtM" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"rtO" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"ruj" = ( +/obj/structure/table/reinforced, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"ruw" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" + }, +/area/syndicate_mothership/elite_squad) +"rvc" = ( +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"rvs" = ( +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f3" + }, +/area/shuttle/syndicate) +"rvJ" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"rvV" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rwi" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/centcom/evac) +"rwv" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/structure/closet/bombclosetsecurity, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/centcom/specops) +"rwD" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership/control) +"rwZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/centcom/evac) +"rxE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"rye" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced, +/obj/item/folder, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"ryw" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + tag = "icon-propulsion (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"ryR" = ( +/turf/simulated/floor/light/colour_cycle/dancefloor_b, +/area/centcom/zone1) +"rzd" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l"; + tag = "icon-propulsion_l (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"rzU" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership/elite_squad) +"rAk" = ( +/obj/structure/table, +/obj/item/tank/oxygen/yellow, +/obj/random/bomb_supply, +/obj/item/clothing/under/rebeloutfit, +/obj/item/clothing/suit/poncho/ponchoshame, +/obj/item/clothing/head/sombrero/shamebrero, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"rAr" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "hierophant1" + }, +/area/wizard_station) +"rAE" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/space, +/area/space) +"rAW" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/machinery/light/small, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"rBi" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"rBp" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"rBs" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"rDb" = ( +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_sit) +"rDy" = ( +/obj/machinery/computer/card, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"rDS" = ( +/obj/structure/table, +/obj/item/card/id/centcom{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/card/id, +/obj/item/card/id/admin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/door/window/southleft{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8; + name = "security checkpoint" + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"rDT" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/flora/tree/pine{ + color = "#336633" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"rEl" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/transport) +"rFj" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"rFp" = ( +/obj/machinery/computer/card/centcom, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = 25 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"rFY" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = -7 + }, +/obj/item/storage/briefcase, +/obj/item/door_remote/omni, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"rGl" = ( +/obj/machinery/libraryscanner, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"rGt" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/riot/short, +/turf/unsimulated/floor/wood, +/area/admin) +"rGH" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt" + }, +/area/syndicate_mothership/elite_squad) +"rIb" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"rIz" = ( +/obj/machinery/door/airlock/maintenance{ + id = "SSTprivateroom"; + id_tag = "SSTprivateroom"; + name = "SST Private Room" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"rIS" = ( +/obj/machinery/vending/suitdispenser, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"rIY" = ( +/obj/machinery/computer/secure_data, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"rJb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"rJo" = ( +/obj/structure/window/plasmareinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"rJC" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rKo" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/combat, +/turf/unsimulated/floor/wood, +/area/admin) +"rKE" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-32"; + tag = "icon-plant-32" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rKN" = ( +/obj/effect/decal/cleanable/vomit, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"rKY" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rLc" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/green/hollow, +/obj/effect/landmark{ + name = "Response Team" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"rLg" = ( +/obj/machinery/door/poddoor/impassable{ + color = "#ff9999"; + id_tag = "SST_armory_mech_mauler"; + name = "SST Armory Mech Mauler" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"rLk" = ( +/obj/machinery/computer/borgupload, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"rLr" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 10 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"rLO" = ( +/obj/structure/bush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"rMa" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/jail) +"rMn" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"rMA" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" + }, +/area/space) +"rMD" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"rMK" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/centcom/evac) +"rMQ" = ( +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_elite) +"rMT" = ( +/obj/structure/bed, +/obj/effect/turf_decal{ + icon_state = "chasm"; + name = "chasm" + }, +/obj/item/bedsheet/red, +/obj/item/kitchen/utensil/spoon{ + layer = 4.1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/space) +"rNd" = ( +/obj/machinery/door_control{ + id = "CC_Armory_AEG"; + name = "advanced energy gun"; + pixel_x = 32; + pixel_y = 32; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"rNf" = ( +/obj/structure/closet/crate/can, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/specops) +"rNg" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction/enchanted, +/turf/unsimulated/floor/wood, +/area/admin) +"rNs" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"rNB" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"rNL" = ( +/obj/structure/table/wood, +/obj/item/toy/foamblade, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"rNQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"rOf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"rOB" = ( +/turf/simulated/floor/plating, +/area/centcom/zone2) +"rOV" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"rPx" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + tag = "icon-propulsion (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"rPH" = ( +/obj/machinery/chem_master, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"rQy" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"rQz" = ( +/turf/simulated/floor/wood{ + icon_state = "woodalt" + }, +/area/syndicate_mothership/elite_squad) +"rQS" = ( +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/syndicatedetonator{ + pixel_x = 4 + }, +/obj/structure/table/wood/poker{ + color = "#996633" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"rRF" = ( +/obj/machinery/computer/med_data, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/centcom/bridge) +"rRJ" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" + }, +/area/syndicate_mothership/control) +"rSg" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/butcher, +/turf/unsimulated/floor/wood, +/area/admin) +"rSH" = ( +/obj/machinery/chem_master, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"rTs" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + name = "Syndicate-Spawn" + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -30 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"rTL" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/specops) +"rTQ" = ( +/obj/structure/chair/sofa{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"rUb" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/centcom/evac) +"rUx" = ( +/obj/structure/table/wood, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"rUG" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l"; + tag = "icon-propulsion_l (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"rVc" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warnwhitecorner" + }, +/area/centcom/zone1) +"rVg" = ( +/obj/structure/statue/silver/secborg{ + anchored = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"rVm" = ( +/obj/structure/table/reinforced, +/obj/machinery/processor{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"rWg" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/centcom/jail) +"rWE" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/specops) +"rWS" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"rXF" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rXN" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"rXP" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/vulp, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"rYX" = ( +/obj/effect/turf_decal/box/white, +/obj/effect/bump_teleporter{ + id = "SST_to"; + id_target = "SST_to" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"rZk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"rZo" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"rZL" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" + }, +/area/syndicate_mothership) +"saA" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"sbw" = ( +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_elite) +"sbO" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"scc" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/syndicate_sit) +"scI" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc1" + }, +/area/shuttle/administration) +"scR" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"sdb" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/turf/simulated/floor/wood, +/area/centcom/court) +"sdm" = ( +/obj/machinery/door_control{ + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_mech_maintenance"; + name = "SST Armory Mech Maintenance"; + pixel_y = -24; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + color = "#ffdd99"; + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_mech_gygax"; + name = "SST Armory Mech DarkGygax"; + pixel_x = 6; + pixel_y = -32; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + color = "#9999ff"; + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_mech_rover"; + name = "SST Armory Mech Rover"; + pixel_x = -6; + pixel_y = -32; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + color = "#ff9999"; + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_mech_mauler"; + name = "SST Armory Mech Mauler"; + pixel_y = -40; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"sdw" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"sdS" = ( +/obj/structure/window/reinforced, +/obj/structure/shuttle/engine/heater{ + dir = 1; + tag = "icon-heater (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"ser" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/centcom/jail) +"seu" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/control) +"seA" = ( +/obj/item/gun/rocketlauncher, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"seS" = ( +/obj/machinery/autolathe/security{ + hacked = 1 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"sfb" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"sfl" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"sfs" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/suit/space/vox/stealth, +/obj/item/clothing/head/helmet/space/vox/stealth, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"sfZ" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/syndicate) +"sgk" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "vox_southwest_lock"; + locked = 1; + req_access_txt = "152"; + req_one_access = null + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1331; + master_tag = "vox_west_control"; + pixel_x = 28; + req_one_access_txt = "152" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"sgv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/centcom/evac) +"sgW" = ( +/obj/machinery/computer/supplycomp{ + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"shc" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/hos, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"shl" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/specops) +"shL" = ( +/obj/item/storage/box/donkpockets{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets, +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"siv" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"siJ" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"siL" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/wizard_station) +"siO" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"siZ" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"sjZ" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/control) +"skw" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"sms" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"smB" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "wood-broken5"; + tag = "icon-wood-broken5" + }, +/area/centcom/supply) +"smL" = ( +/obj/machinery/computer/supplycomp, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"smT" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"snm" = ( +/obj/structure/spacepoddoor{ + dir = 4; + luminosity = 3 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"snD" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"sob" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/machinery/computer/shuttle/ferry/request, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"sos" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "Medbay"; + opacity = 1; + req_access_txt = "101" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"soY" = ( +/obj/structure/weightmachine/stacklifter, +/turf/unsimulated/floor/snow, +/area/admin) +"spd" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_Armory_AEG" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"sph" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/supply) +"spu" = ( +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"spD" = ( +/obj/machinery/chem_master, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"spQ" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/syndicate_elite) +"spU" = ( +/obj/structure/window/reinforced, +/obj/structure/shuttle/engine/heater{ + dir = 1; + tag = "icon-heater (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"sqw" = ( +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"sqx" = ( +/obj/structure/closet{ + icon_closed = "syndicate1"; + icon_opened = "syndicate1open"; + icon_state = "syndicate1" + }, +/obj/item/suppressor, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/flashlight/seclite, +/obj/item/grenade/flashbang, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/item/kitchen/knife/combat, +/obj/item/reagent_containers/food/snacks/candy/donor{ + apply_type = 3; + list_reagents = list("nutriment" = 30, "sugar" = 3); + name = "MRE" + }, +/obj/item/reagent_containers/hypospray/autoinjector/survival, +/obj/item/storage/belt/security/webbing{ + name = "SRT webbing" + }, +/obj/item/clothing/head/HoS/beret{ + desc = null; + name = "SRT beret" + }, +/obj/item/storage/backpack/ert{ + desc = null; + name = "SRT backpack" + }, +/obj/item/radio/headset/ert{ + desc = null; + name = "SRT headset" + }, +/obj/item/clothing/shoes/combat/swat{ + name = "SRT special shoes" + }, +/obj/item/clothing/gloves/combat{ + name = "Combat gloves" + }, +/obj/item/clothing/suit/armor/bulletproof{ + name = "SRT bulletproof vest" + }, +/obj/item/clothing/accessory/holster, +/obj/item/implanter/mindshield, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106); + icon_state = "nanotrasen"; + name = "Special Reaction Team Member ID card"; + rank = "Blueshield"; + registered_name = null + }, +/obj/item/clothing/under/fluff/jay_turtleneck{ + name = "SRT uniform" + }, +/obj/item/CQC_manual, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"srf" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"srI" = ( +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"srL" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"srP" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s10" + }, +/area/shuttle/gamma/space) +"srQ" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone1) +"ssd" = ( +/obj/machinery/door/poddoor/impassable{ + color = "#9999ff"; + id_tag = "SST_armory_support"; + name = "SST Armory Support Items" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"ssB" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"ssL" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"sub" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" + }, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"sug" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"sui" = ( +/obj/effect/decal/remains/human, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"suv" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"suU" = ( +/obj/machinery/door_control{ + id = "CC_space_jail_sec"; + name = "Central Command Jail Security Room"; + pixel_x = -40; + req_access_txt = "110" + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/jail) +"svl" = ( +/obj/effect/turf_decal/arrows/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"svr" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/evac) +"sxc" = ( +/obj/machinery/gameboard, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"sxe" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/centcom/specops) +"sxn" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"sxQ" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-32"; + tag = "icon-plant-32" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"syg" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"szE" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/vox) +"szJ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"szX" = ( +/obj/item/gun/energy/spikethrower, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"sAd" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"sAg" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"sAi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"sAI" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -13 + }, +/obj/structure/mirror{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"sAP" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver/capgun, +/obj/item/gun/projectile/revolver/golden, +/turf/unsimulated/floor/wood, +/area/admin) +"sAT" = ( +/obj/mecha/combat/durand/loaded, +/obj/effect/turf_decal/mech, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"sAZ" = ( +/obj/effect/turf_decal/caution/red, +/obj/effect/turf_decal/bot_red, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"sBh" = ( +/obj/structure/closet/wardrobe/red, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"sBk" = ( +/obj/structure/table, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"sBn" = ( +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/structure/table, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"sBs" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "burst_l" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/specops) +"sBu" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/zone1) +"sBv" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/specops) +"sCg" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "109" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"sCq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"sCr" = ( +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f1" + }, +/area/shuttle/specops) +"sCx" = ( +/obj/docking_port/stationary/transit{ + dwidth = 1; + height = 4; + id = "pod1_transit"; + name = "pod 1 in transit"; + width = 3 + }, +/turf/space/transit, +/area/space) +"sCE" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + frequency = 1331; + id_tag = "synd_pump_right" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"sCH" = ( +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"sDc" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"sEA" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"sEB" = ( +/obj/machinery/sleeper/syndie, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"sFg" = ( +/obj/structure/table, +/obj/machinery/door_control{ + id = "voxshutters"; + name = "remote shutter control"; + req_access_txt = "152" + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"sFI" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"sGk" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6"; + tag = "icon-swall_f6" + }, +/area/shuttle/trade/sol) +"sGK" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"sHI" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd21"; + id_target = "Synd11" + }, +/turf/unsimulated/floor{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"sHN" = ( +/obj/effect/turf_decal/delivery/red, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"sIi" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall14" + }, +/area/shuttle/trade/sol) +"sIC" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"sJY" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" + }, +/obj/item/radio/intercom/specops{ + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"sKb" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/trade/sol) +"sKA" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/obj/structure/table, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"sKL" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership/infteam) +"sKR" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"sLG" = ( +/obj/structure/window/full/shuttle, +/obj/structure/grille, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "trader_privacy"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/trade/sol) +"sMq" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10" + }, +/area/shuttle/trade/sol) +"sMy" = ( +/obj/item/ashtray/glass{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"sMC" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/turf/unsimulated/floor/wood, +/area/admin) +"sOh" = ( +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"sOp" = ( +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_inner_right"; + locked = 1; + name = "Ship External Access"; + req_access_txt = "150" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"sOr" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/unathi, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"sOM" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/drinks/mugwort, +/turf/unsimulated/floor{ + icon_state = "carpetside" + }, +/area/wizard_station) +"sOT" = ( +/turf/simulated/floor/bluegrid, +/area/centcom/bridge) +"sPi" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/window/reinforced, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"sPD" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"sPK" = ( +/obj/structure/window/reinforced, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"sPL" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + name = "Cell Door"; + req_access_txt = "150" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"sQx" = ( +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/shuttle/vox) +"sQJ" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "syndicate_cargo_load" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"sQQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"sQY" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"sRh" = ( +/obj/structure/grille, +/obj/structure/shuttle/window, +/turf/simulated/shuttle/plating, +/area/shuttle/transport) +"sRk" = ( +/obj/structure/filingcabinet/security, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"sRq" = ( +/obj/structure/chair/comfy/beige{ + dir = 8; + layer = 5; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"sRv" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/toy/plushie/nukeplushie, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"sRx" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/structure/table/wood/fancy, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern"; + pixel_x = 4; + pixel_y = 6 + }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/control) +"sRC" = ( +/obj/mecha/combat/reticence/loaded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"sRH" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"sSm" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/obj/structure/table/glass, +/obj/item/book/manual/faxes, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"sSn" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"sSK" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/jail) +"sSU" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/evac) +"sTF" = ( +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + name = "Shuttle Dock Door" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"sTL" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"sTV" = ( +/obj/machinery/gameboard, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"sUd" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/fakespace, +/area/centcom/evac) +"sUB" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"sUP" = ( +/obj/structure/table/wood, +/obj/machinery/computer/secure_data/laptop{ + desc = "Похоже, что на данном ноутбуке открыт какой-то старый браузер, со включенной вкладкой Twitch BANDA."; + name = "Ноутбук" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"sVj" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/item/stack/tape_roll, +/obj/item/clipboard, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"sVm" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"sVH" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = 7 + }, +/turf/simulated/floor/wood, +/area/centcom/supply) +"sVL" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone3) +"sWF" = ( +/obj/machinery/slot_machine, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"sWH" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"sWJ" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"sWV" = ( +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/zone1) +"sXk" = ( +/obj/effect/turf_decal/box/corners, +/turf/simulated/floor/mineral/abductor, +/area/centcom/zone1) +"sYM" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"sYR" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"sYS" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2 + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"sZn" = ( +/obj/machinery/vending/sovietsoda, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"sZy" = ( +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/structure/table/reinforced, +/turf/simulated/floor/wood, +/area/centcom/specops) +"sZP" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"sZX" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + use_power = 0 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"tad" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"taf" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/stack/rods, +/obj/item/pen, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"tak" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/zone1) +"taC" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 5; + id = "laborcamp_transit"; + name = "labor in transit"; + width = 9 + }, +/turf/space/transit, +/area/space) +"tbh" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/trash/candle, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"tbo" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/court) +"tbt" = ( +/obj/structure/toilet, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/specops) +"tcv" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"tcM" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"tdj" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/specops) +"tdy" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Connector Port (Air Supply)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tdF" = ( +/obj/item/paper_bin/nanotrasen, +/obj/structure/table/wood/poker, +/obj/item/pen/multi/gold, +/obj/item/stamp/chameleon, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"tey" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/unsimulated/floor, +/area/shuttle/specops) +"teE" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"teF" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"teO" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops team."; + name = "Spec Ops Monitor"; + network = list("ERT"); + pixel_y = 30 + }, +/obj/machinery/computer/shuttle/ert, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"teR" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "adminshuttleshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/administration) +"tfx" = ( +/obj/structure/table/wood, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"tgn" = ( +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tgq" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tgA" = ( +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"tgO" = ( +/obj/machinery/door/window/brigdoor/westleft{ + base_state = "rightsecure"; + color = "#d70000"; + dir = 1; + icon_state = "rightsecure"; + req_access_txt = "104" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"tgY" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + tag = "icon-plant-30" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"tha" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/sniperrifle{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/sniperrifle{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"thl" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"thJ" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership/infteam) +"tid" = ( +/obj/item/radio/intercom/specops{ + pixel_y = 28 + }, +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/item/multitool, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"tig" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"tiy" = ( +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Shuttle"; + network = list("ERT","CentComm") + }, +/obj/machinery/recharge_station/ert, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"tiF" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tiY" = ( +/obj/machinery/vending/wallmed{ + pixel_x = -30; + pixel_y = 30 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"tjp" = ( +/obj/item/gun/throw/crossbow, +/obj/item/gun/throw/crossbow/french, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"tjs" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 30; + pixel_y = 30 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"tjJ" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign1"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"tjO" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"tjU" = ( +/obj/item/flag/species/drask, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"tks" = ( +/obj/machinery/vending/snack, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"tkP" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate{ + icon_state = "crateopen"; + opened = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tkR" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tlC" = ( +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_inner_bottom"; + locked = 1; + name = "Ship External Access"; + req_access_txt = "150" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"tlE" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"tlN" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"tlT" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"tmi" = ( +/obj/machinery/vending/cigarette, +/obj/structure/closet/fireaxecabinet{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tmL" = ( +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"tmQ" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tmR" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 32 + }, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"tna" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/shuttle/syndicate) +"tnc" = ( +/obj/effect/turf_decal/stripes/red/full, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tne" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"tnE" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/control) +"tnF" = ( +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"tnU" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/machinery/computer/cryopod/robot{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"toL" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"toU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"tpf" = ( +/obj/machinery/vending/security, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"tpg" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership) +"tpC" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tqk" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"tqy" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/centcom/evac) +"tqG" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s9" + }, +/area/shuttle/gamma/space) +"tqH" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/space, +/area/space) +"tqI" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/kitchen_machine/grill, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"trm" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navyblue" + }, +/area/centcom/specops) +"trw" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "101" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"trA" = ( +/obj/machinery/vending/cigarette/free, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"trB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/centcom/jail) +"tso" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/medical, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tte" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "Enforcer" + }, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal{ + icon_state = "enforcer_red" + }, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal{ + icon_state = "enforcer_red" + }, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal{ + icon_state = "enforcer_red" + }, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal{ + icon_state = "enforcer_red" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"tto" = ( +/obj/machinery/computer/camera_advanced, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ttD" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"ttM" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd16"; + id_target = "Synd26" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"ttN" = ( +/obj/item/storage/briefcase, +/obj/structure/table/wood/fancy/black, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/item/radio/intercom/specops{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"ttO" = ( +/obj/machinery/hydroponics/constructable{ + layer = 3.2 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/machinery/light, +/turf/simulated/floor/grass, +/area/centcom/evac) +"tus" = ( +/obj/item/clothing/head/bearpelt, +/obj/item/xenos_claw, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"tvL" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/centcom/zone1) +"twh" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"txk" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"txn" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"txI" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"txJ" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" + }, +/area/centcom/supply) +"txR" = ( +/obj/machinery/vending/syndisnack, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"txY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"tyq" = ( +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"tyB" = ( +/obj/structure/rack, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/riot/short, +/obj/item/gun/projectile/shotgun/riot/short, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tyO" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"tyP" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s6" + }, +/area/shuttle/escape) +"tyW" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "burst_l" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/trade/sol) +"tzd" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/trade/sol) +"tzB" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"tAi" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"tAB" = ( +/obj/structure/chair/office/dark, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + name = "Access Controller OP2"; + pixel_y = 32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP2-Ext"; + tag_interior_door = "CC-OP2-Int" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/specops) +"tAO" = ( +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/table, +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"tBb" = ( +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/centcom/jail) +"tBf" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"tBi" = ( +/obj/structure/closet{ + icon_closed = "grey"; + icon_state = "grey"; + name = "Donksoft gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/donksoft{ + loot = list(/obj/item/gun/projectile/automatic/c20r/toy = 50, /obj/item/gun/projectile/automatic/c20r/toy = 50, /obj/item/gun/projectile/automatic/c20r/toy = 50, /obj/item/gun/projectile/automatic/l6_saw/toy = 50, /obj/item/gun/projectile/automatic/l6_saw/toy = 50, /obj/item/gun/projectile/automatic/toy/pistol = 100, /obj/item/gun/projectile/automatic/toy/pistol = 100, /obj/item/gun/projectile/automatic/toy/pistol/enforcer = 50, /obj/item/gun/projectile/automatic/toy/pistol/enforcer = 50, /obj/item/gun/projectile/shotgun/toy = 50, /obj/item/gun/projectile/shotgun/toy = 50, /obj/item/gun/projectile/shotgun/toy/crossbow = 50, /obj/item/gun/projectile/shotgun/toy/crossbow = 50, /obj/item/gun/projectile/shotgun/toy/tommygun = 50, /obj/item/gun/projectile/shotgun/toy/tommygun = 50, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 50, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 50, /obj/item/ammo_box/foambox/sniper = 50, /obj/item/ammo_box/foambox = 50, /obj/item/ammo_box/foambox = 50, /obj/item/ammo_box/foambox = 50, /obj/item/ammo_box/foambox/riot = 50, /obj/item/ammo_box/foambox/riot = 50, /obj/item/ammo_box/foambox/sniper/riot = 50, /obj/item/twohanded/toy/chainsaw = 50, /obj/item/twohanded/dualsaber/toy = 50); + lootcount = 8; + name = "2. Donksoft gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"tBG" = ( +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"tBT" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/turf/simulated/floor/wood, +/area/centcom/specops) +"tCg" = ( +/obj/structure/rack, +/obj/item/storage/belt/military{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/belt/military{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/storage/belt/military{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/storage/belt/military{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"tCk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"tCW" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/structure/closet{ + icon_closed = "red"; + icon_state = "red"; + name = "Sec. gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/sec{ + loot = list(/obj/item/clothing/gloves/combat = 50, /obj/item/grenade/clusterbuster/smoke = 50, /obj/item/clothing/suit/armor/laserproof = 50, /obj/item/clothing/suit/armor/vest/combat = 50, /obj/item/clothing/suit/armor/vest/combat = 50, /obj/item/clothing/suit/armor/vest/combat = 50, /obj/item/kitchen/knife/combat = 50, /obj/item/kitchen/knife/combat = 50, /obj/item/kitchen/knife/combat = 50, /obj/item/fluff/desolate_baton_kit = 50, /obj/item/storage/belt/military/assault = 50, /obj/item/storage/belt/military/assault = 50, /obj/item/storage/belt/military/assault = 50, /obj/item/clothing/mask/gas/sechailer/swat = 50, /obj/item/clothing/mask/gas/sechailer/swat = 50, /obj/item/clothing/suit/space/swat = 50, /obj/item/clothing/suit/space/swat = 50, /obj/item/clothing/glasses/thermal = 50, /obj/item/storage/box/enforcer_rubber = 50, /obj/item/storage/box/enforcer_rubber = 50, /obj/item/storage/box/enforcer_lethal = 50, /obj/item/melee/classic_baton/telescopic = 50, /obj/item/melee/classic_baton/telescopic = 50, /obj/item/gun/projectile/shotgun/automatic/combat = 50, /obj/item/gun/projectile/shotgun/automatic/combat = 50, /obj/item/gun/projectile/shotgun/automatic/combat = 50, /obj/item/gun/projectile/shotgun/automatic/dual_tube = 50, /obj/item/gun/projectile/shotgun/automatic/dual_tube = 50, /obj/item/storage/box/buck = 50, /obj/item/storage/box/buck = 50, /obj/item/storage/box/buck = 50, /obj/item/ammo_box/shotgun/buck = 50, /obj/item/ammo_box/shotgun/buck = 50, /obj/item/grenade/clusterbuster = 50, /obj/item/grenade/clusterbuster = 50, /obj/item/grenade/clusterbuster/teargas = 50, /obj/item/grenade/clusterbuster/n2o = 50); + lootcount = 10; + name = "1. Sec. gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"tDf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "navybluecorners" + }, +/area/adminconstruction) +"tDo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/centcom/zone3) +"tDJ" = ( +/obj/item/flag/nt, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tDM" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"tDO" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"tEi" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/reagents, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"tEG" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" + }, +/area/syndicate_mothership) +"tFk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"tFq" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"tFQ" = ( +/obj/structure/table, +/obj/random/toolbox, +/obj/random/bomb_supply, +/obj/machinery/syndicatebomb/badmin/clown, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"tFT" = ( +/obj/effect/spawner/lootdrop/trade_sol/largeitem{ + loot = list(/obj/machinery/floodlight = 50, /obj/machinery/disco = 50, /obj/mecha/combat/durand/old = 50, /obj/machinery/snow_machine = 50); + name = "3. Large item" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"tGe" = ( +/obj/item/flag/nt, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tGz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"tGT" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 4; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/control) +"tHu" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"tHw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"tHQ" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"tIr" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tJb" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/admin{ + name = "NTV Argos shuttle navigation computer" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"tJk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"tJJ" = ( +/obj/structure/rack/holorack, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"tJN" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"tJZ" = ( +/obj/effect/turf_decal/arrows/white{ + color = "#0066ff"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"tKe" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/syndicate_mothership/elite_squad) +"tKi" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"tKx" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/syndicate_mothership/infteam) +"tKD" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership/infteam) +"tLa" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"tLb" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tLs" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/shuttle/trade/sol) +"tLO" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"tLY" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "vox_southeast_lock"; + locked = 1; + req_access_txt = "152"; + req_one_access = null + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1331; + master_tag = "vox_east_control"; + pixel_x = -30; + req_one_access_txt = "152" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"tNc" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"tNv" = ( +/obj/structure/table/wood, +/obj/item/candle/eternal, +/obj/structure/window/reinforced, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"tNz" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"tNZ" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/book/manual/sop_service, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"tOo" = ( +/obj/item/gun/energy/taser, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"tOu" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_one_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tPx" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8; + id_tag = "DoES_shutters"; + layer = 5; + locked = 1; + name = "CentCom DoES" + }, +/turf/unsimulated/wall/fakeglass, +/area/centcom/specops) +"tQh" = ( +/obj/item/storage/bible, +/obj/structure/table/wood, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"tQv" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/item/flag/species/human, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/shuttle/trade/sol) +"tQA" = ( +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"tQQ" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/machinery/computer/camera_advanced/shuttle_docker/ert, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"tRb" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"tRj" = ( +/obj/structure/table/wood/fancy/black, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/bridge) +"tRk" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"tRs" = ( +/obj/structure/table, +/obj/item/grenade/plastic/c4{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 8 + }, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/grenade/plastic/c4{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 8 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"tRy" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone14" + }, +/area/wizard_station) +"tRN" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"tRX" = ( +/obj/machinery/photocopier, +/obj/structure/window/reinforced, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"tRY" = ( +/obj/machinery/cryopod/right, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"tSg" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "109" + }, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 2; + height = 11; + id = "specops"; + name = "ert shuttle"; + roundstart_move = "specops_away"; + width = 5 + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/plating, +/area/shuttle/specops) +"tSk" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tSu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"tSS" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"tUj" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + color = "red"; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 1; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 4; + id = "SSTprivateroom" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"tUp" = ( +/obj/machinery/recharge_station/ert, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"tUW" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/machinery/conveyor/north{ + id = "syndicate_cargo_load" + }, +/obj/machinery/quantumpad{ + name = "Cargo quantum pad" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"tVz" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/trade/sol) +"tVL" = ( +/obj/machinery/computer/card/minor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"tWd" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tWH" = ( +/obj/structure/closet{ + icon_closed = "white"; + icon_state = "white"; + name = "Medical gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/med{ + loot = list(/obj/item/storage/fancy/cigarettes/cigpack_med = 50, /obj/item/stack/nanopaste = 50, /obj/item/storage/pill_bottle/random_meds/labelled = 50, /obj/item/reagent_containers/glass/bottle/reagent/omnizine = 50, /obj/item/reagent_containers/glass/bottle/reagent/strange_reagent = 50, /obj/item/scalpel/laser/manager = 50, /obj/item/organ/internal/heart/gland/ventcrawling = 50, /obj/item/organ/internal/heart/gland/heals = 50, /obj/item/dnainjector/regenerate = 50, /obj/item/dnainjector/nobreath = 50, /obj/item/dnainjector/telemut = 50, /obj/item/reagent_containers/glass/bottle/regeneration = 50, /obj/item/reagent_containers/glass/bottle/sensory_restoration = 50, /obj/item/autopsy_scanner = 50, /obj/item/organ/internal/cyberimp/eyes/hud/medical = 50, /obj/item/gun/medbeam = 50, /obj/item/reagent_containers/applicator/dual/syndi = 50, /obj/item/reagent_containers/glass/bottle/retrovirus = 50, /obj/item/reagent_containers/glass/bottle/reagent/strange_reagent = 50, /obj/item/reagent_containers/glass/bottle/tuberculosiscure = 50, /obj/item/reagent_containers/glass/bottle/gbs = 50, /obj/item/bodyanalyzer/advanced = 50); + lootcount = 8; + name = "5. Medical gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"tWL" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"tXE" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tYh" = ( +/turf/simulated/floor/carpet/black, +/area/shuttle/trade/sol) +"tYx" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tZe" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"tZj" = ( +/obj/machinery/vending/cigarette, +/obj/structure/closet/fireaxecabinet{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"tZk" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet04" + }, +/area/wizard_station) +"tZp" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10 + }, +/area/space) +"uab" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi' + }, +/turf/simulated/floor/plating, +/area/centcom/supply) +"uam" = ( +/obj/effect/landmark{ + name = "prisonwarp" + }, +/obj/effect/landmark{ + name = "prisonwarp" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"ubp" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"ubx" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"ubI" = ( +/obj/structure/chair/sofa{ + dir = 5 + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"ucn" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"uda" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"udh" = ( +/obj/item/flag/species/human, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"udi" = ( +/obj/machinery/vending/snack/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"udt" = ( +/obj/machinery/atm, +/turf/simulated/shuttle/wall{ + dir = 3; + icon_state = "swall1" + }, +/area/shuttle/trade/sol) +"udJ" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/zone2) +"uea" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT2"; + name = "gravpult" + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"ueb" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/centcom/zone1) +"ueh" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"ueM" = ( +/obj/machinery/kitchen_machine/oven/upgraded, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"ueN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"ufi" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"ufp" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/radio/intercom/specops{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"ugm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/shuttle/trade/sol) +"ugH" = ( +/turf/simulated/floor/light/colour_cycle/dancefloor_a, +/area/centcom/zone1) +"ugK" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"ugQ" = ( +/obj/structure/toilet{ + dir = 8; + name = "Трон старшего администратора" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "CC_toilet_unit4"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"ugS" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock/centcom{ + name = "Bridge 1-1"; + opacity = 1; + req_access_txt = "113" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"uha" = ( +/obj/item/reagent_containers/food/drinks/bottle/goldschlager, +/obj/structure/table/wood/fancy/black, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"uho" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"uhs" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"uhu" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"uhx" = ( +/obj/item/implanter/adrenalin{ + pixel_x = 12; + pixel_y = -12 + }, +/obj/item/implanter/emp{ + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/implanter/explosive{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/implanter/explosive_macro{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/implanter/freedom, +/obj/item/implanter/krav_maga{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/implanter/mindshield{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/implanter/storage{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/structure/rack/holorack, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"uhy" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"uhz" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"uiz" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"ujo" = ( +/obj/machinery/computer/communications, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops team."; + name = "Security Station Monitor"; + network = list("SS13","Research Outpost","Mining Outpost"); + pixel_y = -30 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"ujx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"ums" = ( +/obj/structure/table/glass, +/obj/item/gun/syringe/syndicate, +/obj/item/reagent_containers/syringe/charcoal{ + pixel_y = 4 + }, +/obj/item/reagent_containers/syringe/charcoal{ + pixel_y = 2 + }, +/obj/item/reagent_containers/syringe/charcoal, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/vending/wallmed/syndicate{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"umN" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/advtaser, +/obj/item/gun/energy/gun/advtaser/cyborg, +/turf/unsimulated/floor/wood, +/area/admin) +"una" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -32 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"unl" = ( +/obj/structure/statue/sandstone/venus{ + layer = 5 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"uno" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + pixel_y = 20 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/space) +"unx" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"unO" = ( +/obj/item/flag/nt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"unV" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -32 + }, +/obj/item/radio/intercom/specops{ + pixel_x = 32 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"uoF" = ( +/obj/machinery/chem_heater, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"uoH" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/control) +"uoR" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"uoZ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"upv" = ( +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"upT" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/c20r{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/c20r, +/obj/item/gun/projectile/automatic/c20r{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/light/small, +/obj/item/storage/backpack/duffel/syndie/ammo/smg, +/obj/item/storage/backpack/duffel/syndie/ammo/smg, +/obj/item/storage/backpack/duffel/syndie/ammo/smg, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"upZ" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/syndicate{ + pixel_y = 7 + }, +/obj/item/pen/multi/gold{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"uqg" = ( +/obj/machinery/computer, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/centcom/bridge) +"uqY" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/item/pen/multi/fountain{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"urb" = ( +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f3" + }, +/area/shuttle/specops) +"url" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"urU" = ( +/obj/structure/closet{ + icon_closed = "pink"; + icon_state = "pink"; + name = "Science gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/sci{ + loot = list(/obj/item/mmi/robotic_brain = 50, /obj/item/assembly/signaler/anomaly = 50, /obj/item/mecha_parts/mecha_equipment/weapon/energy/xray = 50, /obj/item/mecha_parts/mecha_equipment/teleporter/precise = 50, /obj/item/autoimplanter = 50, /obj/item/paper/researchnotes = 50, /obj/item/paper/researchnotes = 50, /obj/item/slimepotion/fireproof = 50, /obj/item/slimepotion/speed = 50, /obj/item/slimepotion/enhancer = 50,/obj/item/slimepotion/slime/mutator = 50, /obj/item/slimepotion/transference = 50, /obj/item/slimepotion/slime/steroid = 50, /obj/item/slimepotion/slime/stabilizer = 50, /obj/item/slimepotion/slime/docility = 50, /obj/item/slime_extract/bluespace = 50, /obj/item/slime_extract/adamantine = 50, /obj/item/slime_extract/rainbow = 50, /obj/item/slime_extract/sepia = 50, /obj/item/assembly/signaler/anomaly/vortex = 50, /obj/item/assembly/signaler/anomaly/bluespace = 50, /obj/item/assembly/signaler/anomaly/flux = 50, /obj/item/assembly/signaler/anomaly/grav = 50, /obj/item/assembly/signaler/anomaly/pyro = 50); + lootcount = 8; + name = "6. Science gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"usZ" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"uta" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/shuttle/trade/sol) +"utW" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "101" + }, +/obj/structure/fans/tiny, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 9; + height = 18; + id = "admin"; + name = "administration shuttle"; + roundstart_move = "admin_away"; + width = 19 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"utX" = ( +/obj/machinery/conveyor/west{ + id = "syndicate_cargo_load" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/control) +"uuM" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone0" + }, +/area/wizard_station) +"uve" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien23" + }, +/area/abductor_ship) +"uvE" = ( +/obj/machinery/door/poddoor/shutters{ + closingLayer = 5; + density = 0; + icon_state = "open"; + id_tag = "trader_privacy"; + layer = 5; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/table/reinforced/brass, +/obj/machinery/door/window/brigdoor/southright{ + dir = 4; + name = "Customs Desk"; + req_access_txt = "160" + }, +/turf/simulated/floor/carpet/black, +/area/shuttle/trade/sol) +"uvO" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light, +/turf/simulated/floor/grass, +/area/centcom/evac) +"uwB" = ( +/obj/machinery/door/airlock/centcom{ + name = "Restroom"; + opacity = 1; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"uwP" = ( +/obj/machinery/vending/hatdispenser, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"uxb" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership) +"uxc" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"uxM" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/shuttle/trade/sol) +"uxP" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access_txt = "101" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"uyM" = ( +/mob/living/carbon/human/farwa, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"uzP" = ( +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"uAi" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/book/manual/sop_service, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"uAk" = ( +/mob/living/simple_animal/hostile/creature{ + name = "Experiment 35b" + }, +/turf/unsimulated/floor{ + icon_state = "plasma" + }, +/area/wizard_station) +"uAs" = ( +/obj/structure/table/wood, +/obj/item/gun/energy, +/obj/item/gun/energy/captain, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun/cyborg, +/obj/item/gun/energy/nuclear, +/turf/unsimulated/floor/wood, +/area/admin) +"uAJ" = ( +/obj/machinery/vending/cola/free, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"uAN" = ( +/obj/structure/window/full/shuttle, +/obj/structure/grille, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "trader_privacy"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/trade/sol) +"uBa" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "burst_r" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/specops) +"uBl" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/supply) +"uBo" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6 + }, +/area/syndicate_mothership) +"uBv" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"uDo" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + name = "Access Controller OP3"; + pixel_y = 32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP3-Ext"; + tag_interior_door = "CC-OP3-Int" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"uDD" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/obj/item/reagent_containers/syringe/charcoal, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/storage/box/gloves, +/obj/item/storage/box/masks{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/clothing/glasses/hud/health, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"uEf" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"uEr" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/broken_device, +/obj/item/robot_parts/chest, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"uEw" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"uEG" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"uEP" = ( +/obj/structure/flora/ausbushes/pointybush, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"uER" = ( +/obj/docking_port/stationary/transit{ + dheight = 9; + dwidth = 5; + height = 22; + id = "syndicate_transit"; + name = "syndicate in transit"; + width = 18 + }, +/turf/space/transit, +/area/space) +"uEW" = ( +/obj/item/radio/intercom/syndicate{ + pixel_y = 30 + }, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet6-2" + }, +/area/wizard_station) +"uFq" = ( +/turf/unsimulated/floor{ + icon_state = "carpet14-10" + }, +/area/wizard_station) +"uFG" = ( +/obj/item/flag/species/machine, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"uGb" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/red, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uGB" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/closet{ + icon_closed = "green"; + icon_state = "green"; + name = "Service gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/serv{ + loot = list(/obj/item/storage/box/beakers/bluespace = 50, /obj/item/storage/box/monkeycubes = 50, /obj/item/storage/box/monkeycubes = 50, /obj/item/storage/box/stockparts/deluxe = 50, /obj/item/storage/box/rndboards = 50, /obj/item/reagent_containers/spray/cleaner = 50, /obj/item/soap = 50, /obj/item/clothing/under/syndicate/combat = 50, /obj/item/soap/syndie = 50, /obj/item/lighter/zippo/gonzofist = 50, /obj/item/clothing/under/psyjump = 50, /obj/item/immortality_talisman = 50, /obj/item/t_scanner/adv_mining_scanner = 50, /obj/item/storage/box/bartender_rare_ingredients_kit = 50, /obj/item/storage/box/chef_rare_ingredients_kit = 50, /obj/item/grenade/clusterbuster/cleaner = 50, /obj/item/mining_voucher = 50, /obj/item/gun/energy/kinetic_accelerator/experimental = 50, /obj/item/borg/upgrade/modkit/aoe/turfs/andmobs = 50, /obj/item/seeds/random/labelled = 50, /obj/item/seeds/random/labelled = 50, /obj/item/seeds/random/labelled = 50, /obj/item/grenade/clusterbuster/honk = 50, /obj/item/bikehorn/golden = 50); + lootcount = 8; + name = "7. Service gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uGM" = ( +/obj/machinery/computer/shuttle/trade/sol, +/turf/simulated/floor/carpet/black, +/area/shuttle/trade/sol) +"uHd" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/deagle, +/obj/item/gun/projectile/automatic/pistol/deagle/camo, +/obj/item/gun/projectile/automatic/pistol/deagle/gold, +/turf/unsimulated/floor/wood, +/area/admin) +"uHF" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/trade/sol) +"uHS" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"uId" = ( +/obj/structure/bookcase/manuals, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"uIf" = ( +/obj/machinery/flasher{ + id = "soltraderflash"; + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/shuttle/trade/sol) +"uIG" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_advanced"; + name = "SST Armory Advanced Weapons" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"uIN" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" + }, +/area/syndicate_mothership) +"uJd" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluecorners" + }, +/area/adminconstruction) +"uJk" = ( +/obj/docking_port/mobile{ + dir = 8; + dwidth = 4; + height = 11; + id = "trade_sol"; + name = "sol trade shuttle"; + roundstart_move = "trade_sol_base"; + width = 9 + }, +/obj/machinery/door/airlock/shuttle/glass{ + id_tag = "s_docking_airlock" + }, +/obj/machinery/door/poddoor/shutters{ + closingLayer = 5; + density = 0; + icon_state = "open"; + id_tag = "trader_privacy"; + layer = 5; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/shuttle/trade/sol) +"uJn" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/zone2) +"uJC" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"uJF" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock"; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_sit_1"; + name = "Side Hull Door"; + opacity = 0; + req_access_txt = "150" + }, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 3; + height = 5; + id = "sit"; + name = "SIT shuttle"; + roundstart_move = "sit_away"; + width = 11 + }, +/obj/structure/fans/tiny, +/obj/machinery/door_control{ + id = "syndicate_sit_1"; + name = "Blast Doors"; + pixel_y = -23; + req_access_txt = "150" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"uJU" = ( +/obj/structure/window/reinforced, +/obj/structure/bed, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/obj/structure/curtain/open, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uKj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"uKI" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership/elite_squad) +"uKY" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"uLi" = ( +/obj/item/paper{ + name = "Energy" + }, +/turf/unsimulated/floor/wood, +/area/admin) +"uLr" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/zone3) +"uLw" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uLx" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/centcom/evac) +"uLC" = ( +/obj/structure/lattice, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/space, +/area/space) +"uLI" = ( +/obj/item/flag/syndi, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"uMr" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"uMu" = ( +/obj/structure/bookcase, +/obj/machinery/light/small, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"uMQ" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock"; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_elite"; + name = "Side Hull Door"; + opacity = 0; + req_access_txt = "150" + }, +/obj/docking_port/mobile{ + dir = 4; + dwidth = 7; + height = 5; + id = "sst"; + name = "SST shuttle"; + roundstart_move = "sst_away"; + width = 11 + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"uNq" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/folder, +/obj/item/folder, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/folder/white, +/obj/item/folder/white, +/obj/item/folder/yellow, +/obj/item/folder/yellow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"uNt" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"uNx" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/l6_saw, +/turf/unsimulated/floor/wood, +/area/admin) +"uNF" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"uNI" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "L.W.A.P. Sniper Rifle" + }, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"uOj" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"uOp" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "burst_r" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/trade/sol) +"uOC" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"uOS" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uPb" = ( +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"uPh" = ( +/obj/structure/closet{ + icon_closed = "yellow"; + icon_state = "yellow"; + name = "Engineering gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/eng{ + loot = list(/obj/item/pickaxe/drill/jackhammer = 50, /obj/item/storage/belt/utility/chief/full = 50, /obj/item/clothing/glasses/welding = 50, /obj/item/storage/belt/utility/full/multitool = 50, /obj/item/clothing/shoes/magboots = 50, /obj/item/rcd/combat = 50, /obj/item/rpd/bluespace = 50, /obj/item/tank/emergency_oxygen/double/full = 50, /obj/item/storage/backpack/holding = 50, /obj/item/clothing/glasses/meson/night = 50, /obj/item/clothing/glasses/material = 50, /obj/item/grenade/clusterbuster/metalfoam = 50, /obj/item/crowbar/power = 50, /obj/item/screwdriver/power = 50, /obj/item/t_scanner/extended_range = 50, /obj/item/borg/upgrade/abductor_engi = 50); + lootcount = 8; + name = "8. Eng. gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uPi" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal, +/obj/item/clothing/glasses/welding, +/obj/item/weldingtool, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"uQa" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership/control) +"uQg" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_medical, +/turf/simulated/floor/wood, +/area/centcom/specops) +"uQE" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"uQV" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/sst, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"uRt" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"uRC" = ( +/obj/effect/turf_decal/bot, +/obj/structure/ore_box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"uRM" = ( +/obj/structure/closet/secure_closet/bar{ + req_access = null + }, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/reagent_containers/iv_bag/blood/random, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"uRQ" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/wood, +/area/centcom/specops) +"uRU" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpet9-4" + }, +/area/wizard_station) +"uSc" = ( +/obj/structure/holohoop{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/green, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"uSA" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"uSB" = ( +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"uSN" = ( +/obj/mecha/combat/durand/loaded{ + operation_req_access = list(1) + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/turf_decal/mech, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"uTa" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone3" + }, +/area/wizard_station) +"uTh" = ( +/obj/machinery/computer/shuttle/sst, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"uTp" = ( +/obj/machinery/computer, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"uTr" = ( +/obj/machinery/door/poddoor/impassable, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/elite_squad) +"uTt" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"uTC" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bcarpet05" + }, +/area/centcom/specops) +"uUk" = ( +/obj/structure/closet{ + icon_closed = "black"; + icon_state = "black"; + name = "Mineral's" + }, +/obj/effect/spawner/lootdrop/trade_sol/minerals{ + loot = list(/obj/item/stack/sheet/mineral/silver = 50, /obj/item/stack/sheet/mineral/silver {amount = 10} = 50, /obj/item/stack/sheet/mineral/silver {amount = 30} = 50, /obj/item/stack/sheet/mineral/gold = 50, /obj/item/stack/sheet/mineral/gold {amount = 10} = 50, /obj/item/stack/sheet/mineral/gold {amount = 30} = 50, /obj/item/stack/sheet/mineral/uranium = 50, /obj/item/stack/sheet/mineral/uranium {amount = 10} = 50, /obj/item/stack/sheet/mineral/uranium {amount = 30} = 50, /obj/item/stack/sheet/mineral/diamond = 50, /obj/item/stack/sheet/mineral/diamond {amount = 10} = 50, /obj/item/stack/sheet/mineral/diamond {amount = 30} = 50, /obj/item/stack/sheet/mineral/titanium = 50, /obj/item/stack/sheet/mineral/titanium {amount = 10} = 50, /obj/item/stack/sheet/mineral/titanium {amount = 30} = 50, /obj/item/stack/sheet/plasteel = 50, /obj/item/stack/sheet/plasteel {amount = 10} = 50, /obj/item/stack/sheet/plasteel {amount = 30} = 50, /obj/item/stack/sheet/titaniumglass = 50, /obj/item/stack/sheet/titaniumglass {amount = 10} = 50, /obj/item/stack/sheet/titaniumglass {amount = 30} = 50, /obj/item/stack/sheet/mineral/tranquillite = 50, /obj/item/stack/sheet/mineral/tranquillite {amount = 10} = 50, /obj/item/stack/sheet/mineral/tranquillite {amount = 30} = 50, /obj/item/stack/sheet/mineral/bananium = 50, /obj/item/stack/sheet/mineral/bananium {amount = 10} = 50, /obj/item/stack/sheet/mineral/bananium {amount = 30} = 50, /obj/item/stack/sheet/wood = 50, /obj/item/stack/sheet/wood {amount = 10} = 50, /obj/item/stack/sheet/wood {amount = 30} = 50, /obj/item/stack/sheet/plastic = 50, /obj/item/stack/sheet/plastic {amount = 10} = 50, /obj/item/stack/sheet/plastic {amount = 30} = 50, /obj/item/stack/sheet/mineral/sandstone = 50, /obj/item/stack/sheet/mineral/sandstone {amount = 10} = 50, /obj/item/stack/sheet/mineral/sandstone {amount = 30} = 50); + lootcount = 15; + name = "9. Minerals" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uUA" = ( +/turf/unsimulated/wall{ + icon_state = "iron14"; + layer = 10 + }, +/area/syndicate_mothership/infteam) +"uVd" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/specops) +"uVg" = ( +/obj/machinery/door_control{ + id = "soltradeship_south"; + name = "Trade Deposits Door"; + pixel_x = 24; + pixel_y = 8; + req_access_txt = "160" + }, +/obj/machinery/flasher_button{ + id = "soltraderflash"; + pixel_x = 24; + pixel_y = -8 + }, +/obj/machinery/door_control{ + id = "trader_privacy"; + name = "Privacy Shutters Control"; + pixel_x = 24; + req_access_txt = "160" + }, +/obj/item/flag/species/human, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uVi" = ( +/obj/machinery/vending/suitdispenser, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"uVO" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/jail) +"uWv" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock{ + id_tag = "CC_toilet_unit3"; + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"uWB" = ( +/obj/structure/shuttle/engine/heater, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/jail) +"uWE" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"uXc" = ( +/obj/machinery/kitchen_machine/grill/upgraded, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"uYa" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"uYq" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall4" + }, +/area/shuttle/trade/sol) +"uZe" = ( +/obj/machinery/atm, +/turf/simulated/shuttle/wall{ + icon_state = "swall8"; + tag = "icon-swall12" + }, +/area/shuttle/trade/sol) +"uZt" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 11; + height = 13; + id = "emergency_transit"; + name = "emergency in transit"; + width = 24 + }, +/turf/space/transit, +/area/space) +"uZB" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"uZC" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Vault"; + req_access_txt = "153" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"vad" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"vaw" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 9 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"vba" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "soltradeship_south"; + name = "Security Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/shuttle/glass{ + id_tag = "soltrader_south"; + name = "trader shuttle airlock"; + req_access_txt = "160"; + security_level = 6 + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vbb" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"vbn" = ( +/obj/structure/lattice, +/obj/machinery/porta_turret/syndicate{ + pixel_y = -32 + }, +/turf/space, +/area/shuttle/syndicate) +"vbV" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/syndicate_sit) +"vcj" = ( +/obj/machinery/computer/crew, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vcp" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/syndicate_mothership/elite_squad) +"vcz" = ( +/obj/structure/closet/syndicate/sst, +/obj/item/ammo_box/magazine/mm556x45/bleeding, +/obj/item/ammo_box/magazine/mm556x45, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"vcO" = ( +/obj/structure/table/wood/fancy/black, +/obj/structure/window/reinforced, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/item/storage/box/ids{ + pixel_y = 10 + }, +/obj/item/storage/briefcase, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/melee/classic_baton/ntcane, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vdf" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/wood, +/area/centcom/jail) +"vdL" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding2" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"vdO" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/supply) +"vdY" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"vep" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 7; + height = 5; + id = "sst_transit"; + name = "sst in transit"; + width = 11 + }, +/turf/space/transit, +/area/space) +"veL" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/sit, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"veQ" = ( +/obj/machinery/computer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"vfa" = ( +/obj/item/clothing/head/collectable/xenom, +/obj/item/clothing/head/chicken, +/obj/item/aiModule/syndicate, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"vfd" = ( +/obj/structure/mineral_door, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"vfv" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership/infteam) +"vfD" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/centcom{ + name = "Medical Block"; + opacity = 1; + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"vfO" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "navyblue" + }, +/area/centcom/specops) +"vgt" = ( +/obj/machinery/photocopier, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vgN" = ( +/obj/structure/flora/rock, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"vgP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/adminconstruction) +"vgY" = ( +/obj/machinery/computer/shuttle/sit, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"vhg" = ( +/obj/machinery/vending/cola/free, +/obj/structure/closet/medical_wall{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"vhz" = ( +/obj/item/toy/plushie/blue_fox, +/turf/simulated/floor/plating, +/area/centcom/zone1) +"vhG" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/closet/crate, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"vhN" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"vhU" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-6"; + tag = "icon-plant-6" + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"vik" = ( +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/structure/rack, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"viy" = ( +/obj/item/clothing/head/collectable/petehat{ + desc = "It smells faintly of reptile."; + name = "fancy leader hat" + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"viK" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluecorners" + }, +/area/adminconstruction) +"vjo" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/simulated/floor/mineral/abductor, +/area/centcom/zone1) +"vjq" = ( +/obj/machinery/computer/sm_monitor, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"vjK" = ( +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/obj/machinery/computer/communications, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"vjT" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"vkh" = ( +/obj/structure/table, +/obj/structure/bedsheetbin{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"vkk" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"vlH" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"vmL" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/structure/closet/crate, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"vng" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"vnv" = ( +/obj/machinery/door/airlock/security/glass{ + frequency = 2000; + id_tag = "CC-OP2-Ext"; + locked = 1; + name = "Zone 3" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vny" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/adminconstruction) +"vod" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"vog" = ( +/obj/structure/table/glass, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"voi" = ( +/obj/structure/table, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/healthanalyzer/advanced, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"voI" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"voT" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"voV" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/specops) +"voZ" = ( +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_elite) +"vpa" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/syndicate_elite) +"vpW" = ( +/obj/structure/chair/office/light, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"vqc" = ( +/obj/effect/landmark/start, +/turf/unsimulated/floor, +/area/start) +"vqd" = ( +/turf/simulated/floor/wood, +/area/centcom/court) +"vqq" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock"; + req_access_txt = "150" + }, +/obj/machinery/door_control{ + id = "syndicate_elite"; + name = "Blast Doors"; + pixel_x = -25; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_elite"; + name = "Front Hull Door"; + opacity = 0; + req_access_txt = "150" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"vqC" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"vqX" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"vrJ" = ( +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"vsC" = ( +/obj/structure/mirror{ + pixel_x = -30 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"vsD" = ( +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/structure/table/reinforced, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vsE" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpetside" + }, +/area/wizard_station) +"vsU" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/reagentgrinder{ + layer = 4; + pixel_x = -1; + pixel_y = 9 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"vsV" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall13" + }, +/area/shuttle/administration) +"vtb" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT3"; + name = "Launch Bay #3" + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"vtr" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"vtw" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9, +/obj/item/gun/energy/gun/blueshield/pdw9, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vuA" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 6 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"vuS" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"vvt" = ( +/obj/structure/holosign/barrier, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/centcom/specops) +"vvD" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"vvJ" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"vvU" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_elite) +"vvY" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"vwe" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"vwh" = ( +/turf/simulated/floor/plating, +/area/centcom/supply) +"vwu" = ( +/obj/structure/rack/holorack, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/chef_rare_ingredients_kit, +/obj/item/storage/box/bartender_rare_ingredients_kit, +/obj/item/storage/box/fingerprints, +/obj/item/storage/box/fingerprints, +/obj/item/storage/box/swabs, +/obj/item/storage/box/swabs, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"vwP" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"vwV" = ( +/obj/effect/spawner/lootdrop/trade_sol/vehicle{ + loot = list(/obj/vehicle/motorcycle = 50, /obj/vehicle/snowmobile/key = 50, /obj/vehicle/snowmobile/blue/key = 50, /obj/vehicle/space/speedbike/red = 50, /obj/vehicle/space/speedbike = 50); + name = "4. Vehicle" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vxf" = ( +/obj/machinery/computer/card/centcom, +/turf/unsimulated/floor/wood, +/area/admin) +"vxp" = ( +/obj/machinery/light/spot, +/obj/effect/spawner/lootdrop/trade_sol/largeitem{ + loot = list(/obj/machinery/floodlight = 50, /obj/machinery/disco = 50, /obj/mecha/combat/durand/old = 50, /obj/machinery/snow_machine = 50); + name = "3. Large item" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vyy" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser/awaymission_aeg, +/obj/item/gun/energy/laser/cyborg, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/practice/sc_laser, +/obj/item/gun/energy/laser/scatter, +/obj/item/gun/energy/laser/tag, +/turf/unsimulated/floor/wood, +/area/admin) +"vyU" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership/control) +"vzV" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-window5 (EAST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"vAg" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/candle/eternal, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"vAl" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/infteam) +"vAm" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/door/airlock/wood{ + frequency = 2000; + id_tag = "CC-OP3-Ext"; + locked = 1; + name = "Zone 1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"vAw" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"vAU" = ( +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vBA" = ( +/obj/structure/rack/holorack, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/syndie_kit/chameleon, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/clothing/shoes/chameleon/noslip{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/shoes/chameleon/noslip{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/shoes/chameleon/noslip, +/obj/item/clothing/shoes/chameleon/noslip, +/obj/item/clothing/shoes/chameleon/noslip{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/shoes/chameleon/noslip{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"vCe" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (EAST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"vCl" = ( +/obj/machinery/door/airlock/shuttle/glass{ + name = "trader shuttle airlock"; + req_access_txt = "160"; + security_level = 6 + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vDj" = ( +/obj/structure/mirror{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"vDs" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"vDA" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"vEh" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"vEt" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"vES" = ( +/obj/structure/rack/holorack, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/implanter/mindshield, +/obj/item/implanter/mindshield, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/surgery, +/obj/item/organ/internal/cyberimp/arm/toolset, +/obj/item/organ/internal/cyberimp/arm/janitorial, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"vFV" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"vGL" = ( +/obj/machinery/light/spot, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vHf" = ( +/obj/machinery/vending/shoedispenser, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"vHu" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/court) +"vHD" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + lifespan = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"vHM" = ( +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_sit) +"vHX" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock"; + req_access_txt = "150" + }, +/obj/machinery/door_control{ + id = "syndicate_sit_1"; + name = "Blast Doors"; + pixel_x = -25; + req_access_txt = "150" + }, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_sit_1"; + name = "Front Hull Door"; + opacity = 0; + req_access_txt = "150" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"vHZ" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"vIj" = ( +/obj/machinery/computer/message_monitor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"vIU" = ( +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"vJj" = ( +/obj/structure/table/wood, +/obj/item/twohanded/fireaxe/energized, +/obj/item/twohanded/fireaxe, +/turf/unsimulated/floor/wood, +/area/admin) +"vJn" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_sit) +"vJu" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vJZ" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"vKc" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"vKg" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" + }, +/area/shuttle/transport) +"vKn" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"vKt" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpet10-8" + }, +/area/wizard_station) +"vKv" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"vKR" = ( +/turf/unsimulated/wall{ + icon_state = "iron0" + }, +/area/syndicate_mothership/control) +"vKW" = ( +/obj/structure/shuttle/window, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/shuttle/transport) +"vLq" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/vox, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"vLA" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet10-8" + }, +/area/wizard_station) +"vMC" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/shuttle/escape) +"vMK" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"vNi" = ( +/obj/structure/rack, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vNw" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + icon_state = "door_locked"; + id_tag = "emergency_away"; + locked = 1; + name = "Arrival Airlock"; + req_access = null + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"vOg" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"vOp" = ( +/obj/structure/noticeboard{ + pixel_x = -32 + }, +/obj/item/paper/syndimemo{ + info = "ПОЛУЧИТЕ ЭТОТ ЕБУЧИЙ ДИСК!" + }, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"vOq" = ( +/obj/machinery/atmospherics/unary/cryo_cell/upgraded, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vOD" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/zone1) +"vOH" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"vOU" = ( +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"vPm" = ( +/obj/structure/bookcase, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"vPx" = ( +/obj/structure/safe/floor, +/obj/item/paper{ + info = "
"; + name = "26/02/2022 - 22:54" + }, +/turf/simulated/floor/carpet, +/area/centcom/supply) +"vPy" = ( +/obj/structure/rack/holorack, +/obj/item/nullrod, +/obj/item/nullrod, +/obj/item/nullrod, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"vPH" = ( +/obj/structure/spacepoddoor{ + luminosity = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"vPR" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"vQi" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"vRS" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/centcom/zone1) +"vSC" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/storage/toolbox/surgery, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"vSE" = ( +/obj/machinery/door/airlock/external{ + id_tag = "ferry_away"; + name = "Ferry Airlock"; + req_access_txt = "106" + }, +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"vSH" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vSJ" = ( +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"vSM" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"vSX" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navyblue" + }, +/area/centcom/specops) +"vTg" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"vTR" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"vUy" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"vVo" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 8 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"vVw" = ( +/obj/machinery/kitchen_machine/microwave/upgraded, +/obj/structure/table, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"vVB" = ( +/obj/machinery/door_control{ + id = "CC_Armory_LWAP"; + name = "L.W.A.P. Sniper Rifle"; + pixel_x = 32; + pixel_y = 32; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/centcom/specops) +"vVV" = ( +/obj/structure/table, +/obj/item/bonegel, +/obj/item/bonesetter, +/obj/item/hemostat, +/obj/item/cautery, +/obj/item/surgicaldrill, +/obj/item/circular_saw, +/obj/item/scalpel, +/obj/item/retractor, +/obj/item/FixOVein, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"vWs" = ( +/obj/machinery/vending/sustenance, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"vWG" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/optable, +/obj/machinery/light/spot, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"vWN" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/enforcer, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/item/gun/projectile/automatic/pistol/enforcer/security, +/turf/unsimulated/floor/wood, +/area/admin) +"vXo" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"vXG" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock" + }, +/obj/docking_port/mobile{ + dwidth = 2; + height = 12; + id = "ferry"; + name = "ferry shuttle"; + roundstart_move = "ferry_away"; + width = 5 + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"vXI" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/kitchen/knife/butcher, +/obj/item/kitchen/knife/butcher/meatcleaver, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"vYc" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"vYj" = ( +/obj/machinery/vending/cola/free, +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"vYC" = ( +/obj/machinery/computer/camera_advanced, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vYJ" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/transport) +"vYW" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/bridge) +"vZf" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"vZg" = ( +/obj/effect/landmark{ + name = "Marauder Exit" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating/airless, +/area/centcom/specops) +"vZm" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_x = 32 + }, +/turf/space, +/area/space) +"waR" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"waY" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"waZ" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/belt/fannypack/black, +/obj/item/storage/belt/fannypack/black, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"wbe" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"wbC" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/optable, +/obj/item/organ/internal/brain, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"wbH" = ( +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f2" + }, +/area/shuttle/syndicate) +"wcx" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone5" + }, +/area/wizard_station) +"wcz" = ( +/obj/structure/dresser, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"wcM" = ( +/obj/structure/table/wood, +/obj/item/nullrod/tribal_knife, +/turf/unsimulated/floor/wood, +/area/admin) +"wcV" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "hierophant1" + }, +/area/wizard_station) +"wcW" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/machinery/door/window/brigdoor{ + req_access_txt = "101" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"wde" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"wds" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"wdH" = ( +/obj/machinery/cryopod/right, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"wdV" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"wew" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"weC" = ( +/obj/structure/mirror{ + pixel_y = 30 + }, +/obj/structure/sink{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/specops) +"weE" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"weR" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/kitchen/knife/butcher, +/obj/item/kitchen/knife/butcher/meatcleaver, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"wfh" = ( +/obj/structure/table, +/obj/item/storage/box/chemimp{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/storage/box/trackimp, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"wfu" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"wfA" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wfE" = ( +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f1" + }, +/area/shuttle/syndicate) +"wgj" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_x = -32 + }, +/turf/space, +/area/space) +"wgN" = ( +/turf/simulated/floor/plating/airless, +/area/shuttle/syndicate_elite) +"whn" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5"; + tag = "icon-swall_f5" + }, +/area/shuttle/trade/sol) +"whv" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/suit/space/vox/carapace, +/obj/item/clothing/head/helmet/space/vox/carapace, +/obj/item/clothing/mask/breath, +/obj/item/storage/backpack/duffel/syndie{ + slowdown = 1 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"wia" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wiz" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"wkk" = ( +/obj/item/gun/energy/wormhole_projector, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"wkA" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (WEST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"wkN" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien12" + }, +/area/abductor_ship) +"wlW" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/centcom/specops) +"wlY" = ( +/obj/structure/table/wood, +/obj/item/radio/headset, +/obj/item/radio/headset/abductor, +/obj/item/radio/headset/alt, +/obj/item/radio/headset/binary{ + name = "binary radio headset" + }, +/obj/item/radio/headset/bot{ + name = "bot radio headset" + }, +/obj/item/radio/headset/centcom, +/obj/item/radio/headset/chameleon{ + name = "chamelon radio headset" + }, +/obj/item/radio/headset/ert, +/obj/item/radio/headset/ert/alt/commander, +/obj/item/radio/headset/heads{ + name = "heads radio headset" + }, +/obj/item/radio/headset/heads/ai_integrated, +/obj/item/radio/headset/heads/blueshield/alt, +/obj/item/radio/headset/heads/captain/alt, +/obj/item/radio/headset/heads/ce, +/obj/item/radio/headset/heads/cmo, +/obj/item/radio/headset/heads/hop, +/obj/item/radio/headset/heads/hos, +/obj/item/radio/headset/heads/magistrate/alt, +/obj/item/radio/headset/heads/ntrep, +/obj/item/radio/headset/heads/rd, +/obj/item/radio/headset/headset_cargo, +/obj/item/radio/headset/headset_cargo/mining, +/obj/item/radio/headset/headset_com, +/obj/item/radio/headset/headset_eng, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_med, +/obj/item/radio/headset/headset_medsci, +/obj/item/radio/headset/headset_rob, +/obj/item/radio/headset/headset_sci, +/obj/item/radio/headset/headset_sec, +/obj/item/radio/headset/headset_sec/alt, +/obj/item/radio/headset/headset_service, +/obj/item/radio/headset/syndicate{ + name = "syndicate radio headset" + }, +/obj/item/radio/headset/syndicate/alt, +/obj/item/radio/headset/syndicate/alt/lavaland, +/obj/item/radio/headset/syndicate/alt/syndteam{ + name = "syndicate team headset" + }, +/turf/unsimulated/floor/wood, +/area/admin) +"wmP" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/pen/multi/gold, +/turf/simulated/floor/wood, +/area/centcom/specops) +"wnf" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "black"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"wnq" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership/infteam) +"wny" = ( +/obj/item/gun/energy/telegun, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"wog" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall13" + }, +/area/shuttle/trade/sol) +"wpv" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi' + }, +/turf/simulated/floor/plating, +/area/centcom/zone1) +"wpJ" = ( +/obj/docking_port/stationary/transit{ + dwidth = 1; + height = 4; + id = "pod2_transit"; + name = "pod 2 in transit"; + width = 3 + }, +/turf/space/transit, +/area/space) +"wqc" = ( +/obj/structure/chair/stool/bar, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"wqg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"wqo" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/trade/sol) +"wqA" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" + }, +/area/space) +"wqE" = ( +/turf/unsimulated/floor{ + icon_state = "carpet7-3" + }, +/area/wizard_station) +"wqF" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/syndicate) +"wqG" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"wqP" = ( +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"wrd" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"wrf" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/hook, +/turf/unsimulated/floor/wood, +/area/admin) +"wrs" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/trophy/gold_cup, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"wrT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"wsc" = ( +/obj/structure/chair/comfy/purp, +/turf/unsimulated/floor{ + icon_state = "carpetnoconnect" + }, +/area/wizard_station) +"wsJ" = ( +/obj/machinery/computer/shuttle/syndicate, +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"wsP" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock{ + id_tag = "CC_toilet_unit2"; + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"wsY" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + name = "Access Controller OP4"; + pixel_x = -32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP4-Ext"; + tag_interior_door = "CC-OP4-Int" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"wtj" = ( +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/clothing/head/cone, +/obj/item/clothing/head/cone, +/obj/item/clothing/head/cone, +/obj/item/clothing/head/cone, +/obj/item/clothing/head/cone, +/obj/structure/rack, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"wtF" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/wt550, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"wtL" = ( +/obj/structure/rack/holorack, +/obj/item/gun/rocketlauncher, +/obj/item/gun/rocketlauncher, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"wua" = ( +/obj/item/gun/energy/temperature, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"wuz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"wuL" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (WEST)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"wvg" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"wwr" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"wwE" = ( +/obj/machinery/computer/camera_advanced, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wwK" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/applecakeslice, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"wwR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wwZ" = ( +/obj/structure/chair/sofa/left, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"wxh" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding1" + }, +/obj/structure/filingcabinet/employment, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"wxt" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/zone2) +"wxu" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"wxC" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/taj, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"wxO" = ( +/obj/machinery/computer/library, +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"wxT" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"wyk" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"wyt" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"wyB" = ( +/obj/machinery/camera{ + c_tag = "Centaral Command Supreme Court"; + dir = 1; + network = list("SS13","CentComm"); + pixel_x = 12; + pixel_y = -6 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/centcom/court) +"wyU" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"wzu" = ( +/obj/structure/table/wood/fancy, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"wzG" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"wAq" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"wAs" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/bridge) +"wAz" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wAE" = ( +/obj/machinery/computer/secure_data, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/centcom/bridge) +"wBr" = ( +/obj/machinery/computer/communications, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"wBD" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/obj/machinery/status_display{ + pixel_y = -30 + }, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"wCf" = ( +/obj/machinery/airlock_sensor{ + frequency = 1331; + id_tag = "synd_sensor_right"; + pixel_y = -32; + req_access_txt = "150" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"wCX" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"wDT" = ( +/turf/unsimulated/floor/wood, +/area/adminconstruction) +"wDU" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/syndicate_mothership) +"wEj" = ( +/obj/structure/table/wood/poker, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"wEo" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"wEp" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/control) +"wEw" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership/control) +"wEK" = ( +/obj/structure/table, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/brute, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"wEL" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol, +/turf/unsimulated/floor/wood, +/area/admin) +"wEN" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/structure/table/wood/fancy, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate" + }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/control) +"wFu" = ( +/obj/item/target, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken5" + }, +/area/wizard_station) +"wFE" = ( +/obj/machinery/door_control{ + id = "syndieshutters"; + name = "remote shutter control"; + req_access_txt = "150" + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"wFI" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/machinery/conveyor/west{ + id = "syndicate_cargo_load" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"wFO" = ( +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet9-4" + }, +/area/wizard_station) +"wGf" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"wGt" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/zone1) +"wGM" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plating, +/area/centcom/evac) +"wHh" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"wIl" = ( +/obj/machinery/vending/clothing, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"wIv" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"wIz" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator, +/obj/item/gun/energy/kinetic_accelerator/cyborg, +/obj/item/gun/energy/kinetic_accelerator/experimental, +/obj/item/gun/energy/kinetic_accelerator/minebot, +/turf/unsimulated/floor/wood, +/area/admin) +"wJd" = ( +/obj/structure/table, +/obj/item/storage/box/zipties, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/restraints/handcuffs/cable, +/obj/item/restraints/handcuffs/cable, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"wJf" = ( +/obj/machinery/door_control{ + id = "adminshuttleblast"; + name = "blast door control"; + pixel_y = 30; + req_access_txt = "101" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"wJo" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "X-ray laser"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"wJZ" = ( +/obj/structure/closet/chefcloset, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"wKh" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (WEST)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"wKn" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpet14-10" + }, +/area/wizard_station) +"wLf" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s6" + }, +/area/shuttle/administration) +"wLL" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP3-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"wLM" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/evac) +"wMc" = ( +/obj/machinery/iv_drip, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"wNj" = ( +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"wNn" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpetnoconnect" + }, +/area/wizard_station) +"wNu" = ( +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"wNS" = ( +/obj/structure/grille, +/obj/structure/shuttle/window{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"wNV" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/syndicate) +"wNZ" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/shuttle/syndicate) +"wOi" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "adminshuttleblast"; + name = "Blast Doors"; + req_access_txt = "101" + }, +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "General Access"; + opacity = 1; + req_access_txt = "101" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"wOB" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l"; + tag = "icon-propulsion_l (EAST)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/administration) +"wPq" = ( +/obj/structure/table/wood, +/obj/item/twohanded/dualsaber/toy, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"wPz" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l"; + tag = "icon-propulsion_l (EAST)" + }, +/obj/structure/lattice, +/turf/simulated/shuttle/plating, +/area/shuttle/administration) +"wQd" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/shuttle/syndicate) +"wQy" = ( +/obj/structure/lattice, +/turf/space, +/area/shuttle/administration) +"wQz" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" + }, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"wQK" = ( +/obj/structure/closet/secure_closet/personal, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"wQP" = ( +/obj/mecha/combat/gygax/ert, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wQX" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/syndicate/black/red, +/obj/item/clothing/head/helmet/space/syndicate/black/red, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"wRy" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"wRK" = ( +/obj/item/skeleton/r_arm, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"wRR" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/warmdonkpocket, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"wRT" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s10" + }, +/area/shuttle/administration) +"wSe" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"wSE" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/chair/comfy/purp{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/court) +"wSW" = ( +/obj/structure/closet/syndicate/nuclear, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"wUd" = ( +/obj/structure/rack, +/obj/item/storage/backpack/duffel/syndie/surgery{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/backpack/duffel/syndie/surgery, +/obj/item/storage/backpack/duffel/syndie/surgery{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"wUF" = ( +/turf/simulated/floor/wood, +/area/centcom/zone1) +"wUJ" = ( +/obj/structure/bush, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"wUL" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"wUZ" = ( +/obj/structure/table, +/obj/item/card/id/silver{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/card/id/captains_spare, +/obj/item/card/id/lifetime{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/door/window/southleft{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8; + name = "security checkpoint" + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"wVN" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/table, +/obj/item/storage/toolbox/syndicate{ + pixel_y = 7 + }, +/obj/item/storage/toolbox/syndicate, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"wWc" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership) +"wWe" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (EAST)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"wWh" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wWp" = ( +/obj/structure/chair/office/light, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"wWF" = ( +/turf/simulated/floor/fakespace, +/area/centcom/bridge) +"wWK" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/structure/window/reinforced, +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"wXY" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"wYO" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/space) +"wZx" = ( +/obj/machinery/door/window{ + dir = 2; + name = "Cockpit"; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"wZz" = ( +/obj/structure/window/reinforced, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"wZA" = ( +/obj/structure/chair/comfy/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"wZC" = ( +/obj/machinery/door/window{ + base_state = "right"; + dir = 2; + icon_state = "right"; + name = "Cockpit"; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"xac" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"xap" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/box/white/corners, +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/wood, +/area/centcom/jail) +"xas" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/soysauce, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"xaI" = ( +/turf/unsimulated/wall{ + icon_state = "iron1" + }, +/area/syndicate_mothership/elite_squad) +"xaO" = ( +/obj/effect/overlay/coconut, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"xaU" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/chair/comfy/red, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"xbI" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"xbJ" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/fakespace, +/area/centcom/bridge) +"xbS" = ( +/obj/machinery/door/poddoor/impassable{ + color = "#9999ff"; + id_tag = "SST_armory_mech_rover"; + name = "SST Armory Mech Rover" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"xck" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"xcM" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt" + }, +/area/syndicate_mothership/elite_squad) +"xcT" = ( +/obj/machinery/computer/camera_advanced, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"xcV" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/centcom/zone3) +"xde" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/structure/window/reinforced, +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"xdH" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Shitcurity"; + name = "Shitcurity"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"xeR" = ( +/obj/machinery/door/airlock/centcom{ + name = "Emergency Response Team"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xeU" = ( +/obj/structure/spacepoddoor{ + dir = 4; + luminosity = 3 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/infteam) +"xfI" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"xga" = ( +/obj/machinery/kitchen_machine/candy_maker/upgraded, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"xgm" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"xgr" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (EAST)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"xgt" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/specops) +"xhn" = ( +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/wood, +/area/centcom/specops) +"xhW" = ( +/turf/unsimulated/floor{ + icon_state = "carpet11-12" + }, +/area/wizard_station) +"xin" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"xiI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"xiL" = ( +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/vox) +"xiT" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"xiX" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership/infteam) +"xjp" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 8; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/control) +"xjr" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/pistol/m1911, +/turf/unsimulated/floor/wood, +/area/admin) +"xjH" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/shuttle/syndicate) +"xjM" = ( +/obj/docking_port/stationary{ + dwidth = 5; + height = 7; + id = "supply_away"; + name = "supply centcom"; + turf_type = /turf/simulated/floor; + width = 12 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"xkh" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/vox) +"xkB" = ( +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/door/airlock/centcom{ + name = "Artillery Control"; + opacity = 1; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xlm" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "vox_northwest_lock"; + locked = 1; + req_access_txt = "152"; + req_one_access = null + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1331; + master_tag = "vox_west_control"; + pixel_x = -29; + req_one_access_txt = "152" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"xlI" = ( +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/vox) +"xmb" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/jail) +"xmr" = ( +/turf/space, +/area/shuttle/vox) +"xmI" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/zone3) +"xnh" = ( +/obj/item/flag/nt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xnx" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"xnG" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "vox_northeast_lock"; + locked = 1; + req_access_txt = "152"; + req_one_access = null + }, +/obj/docking_port/mobile{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack"; + name = "Vox Skipjack"; + roundstart_move = "skipjack_away"; + width = 19 + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1331; + master_tag = "vox_east_control"; + pixel_x = 28; + req_access_txt = "152" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"xoo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"xoy" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"xoz" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc4" + }, +/area/shuttle/administration) +"xoN" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/captain/scattershot, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon/cyborg, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"xpg" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1; + tag = "icon-heater (WEST)" + }, +/obj/structure/window/plasmareinforced{ + color = "#FF0000" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/administration) +"xpy" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"xpW" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "CentCom SOO" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/specops) +"xqa" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6 + }, +/area/syndicate_mothership/control) +"xqq" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1; + tag = "icon-heater (WEST)" + }, +/obj/structure/window/plasmareinforced{ + color = "#FF0000" + }, +/obj/structure/lattice, +/turf/simulated/shuttle/plating, +/area/shuttle/administration) +"xqF" = ( +/obj/structure/window/reinforced, +/obj/item/flag/nt, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"xqK" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "swall2" + }, +/area/shuttle/administration) +"xqZ" = ( +/obj/machinery/computer/drone_control, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"xrs" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-32"; + tag = "icon-plant-32" + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"xrC" = ( +/obj/structure/table/reinforced, +/obj/machinery/processor{ + pixel_y = 10 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"xrH" = ( +/obj/structure/table, +/obj/item/paicard/syndicate, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"xsi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"xss" = ( +/obj/structure/table/wood, +/obj/item/dnainjector/antiblind, +/obj/item/dnainjector/anticlumsy, +/obj/item/dnainjector/anticomic, +/obj/item/dnainjector/anticough, +/obj/item/dnainjector/antideaf, +/obj/item/dnainjector/antiepi, +/obj/item/dnainjector/antifire, +/obj/item/dnainjector/antiglasses, +/obj/item/dnainjector/antihallucination, +/obj/item/dnainjector/antihulk, +/obj/item/dnainjector/antiinsulation, +/obj/item/dnainjector/antimidgit, +/obj/item/dnainjector/antimorph, +/obj/item/dnainjector/antinobreath, +/obj/item/dnainjector/antinoprints, +/obj/item/dnainjector/antiregenerate, +/obj/item/dnainjector/antiremoteview, +/obj/item/dnainjector/antirunfast, +/obj/item/dnainjector/antistutt, +/obj/item/dnainjector/antitele, +/obj/item/dnainjector/antitour, +/obj/item/dnainjector/antixray, +/turf/unsimulated/floor/wood, +/area/admin) +"xsU" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/wizard_station) +"xtf" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + icon_state = "swall4" + }, +/area/shuttle/administration) +"xtp" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/wizard_station) +"xtI" = ( +/mob/living/simple_animal/pig, +/turf/simulated/floor/grass, +/area/centcom/evac) +"xtQ" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"xtR" = ( +/obj/effect/decal{ + color = "red"; + icon = 'icons/effects/96x96.dmi'; + icon_state = "hierophant_telegraph_edge"; + name = "" + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/obj/effect/decal{ + color = "red"; + desc = "Somehow syndicate found out what was a science joke in the past, to be the real deal..."; + icon_state = "anom"; + name = "Controllable Redspace Tear" + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/control) +"xub" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood-broken6"; + tag = "icon-wood-broken6" + }, +/area/centcom/supply) +"xuc" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/vox, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"xuq" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/centcom/evac) +"xuB" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"xuO" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"xvW" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall-1" + }, +/area/space) +"xwc" = ( +/obj/structure/filingcabinet/medical, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"xwg" = ( +/obj/structure/computerframe, +/obj/item/paper/synditele, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"xwm" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + icon_state = "swall8"; + tag = "icon-swall12" + }, +/area/shuttle/administration) +"xwo" = ( +/obj/structure/lattice, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/space, +/area/space) +"xwr" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "CentCom SOO" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"xws" = ( +/obj/structure/filingcabinet/employment, +/obj/structure/sign/poster/secret/yug0{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"xwF" = ( +/obj/structure/closet/secure_closet/personal, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"xyH" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc3" + }, +/area/shuttle/administration) +"xzd" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"xzH" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_x = 32 + }, +/obj/structure/lattice, +/turf/space, +/area/shuttle/syndicate) +"xzS" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"xzY" = ( +/obj/item/gun/energy/dominator, +/obj/structure/table/wood, +/obj/item/gun/energy/dominator/no_sibyl, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"xAn" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xAD" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"xAZ" = ( +/obj/docking_port/stationary/transit{ + dwidth = 3; + height = 7; + id = "steel_rain_transit"; + name = "steel_rain in transit"; + width = 7 + }, +/turf/space/transit/horizontal, +/area/space) +"xCr" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"xCs" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f2" + }, +/area/shuttle/syndicate) +"xCB" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/specops) +"xCF" = ( +/obj/machinery/recharge_station/upgraded, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"xCM" = ( +/mob/living/simple_animal/pet/dog/fox/Syndifox, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/dogbed, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"xCN" = ( +/obj/machinery/icemachine, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"xCX" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"xDl" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"xDI" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/unsimulated/floor{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/control) +"xEI" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign4"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"xEV" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f1" + }, +/area/shuttle/syndicate) +"xEX" = ( +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"xFy" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"xFR" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_x = -32 + }, +/obj/structure/lattice, +/turf/space, +/area/shuttle/syndicate) +"xFY" = ( +/obj/item/bedsheet/rd/royal_cape, +/obj/structure/bed, +/obj/structure/curtain/open/shower/centcom, +/obj/structure/sign/poster/official/ue_no{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/centcom/specops) +"xFZ" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"xGd" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"xGj" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 1; + height = 4; + id = "pod2_away"; + name = "recovery ship bay 2"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"xGD" = ( +/obj/effect/turf_decal/arrows/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"xGH" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"xGO" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"xHc" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_random, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/storage/fancy/cigarettes/cigpack_shadyjims, +/obj/item/storage/fancy/cigarettes/cigpack_uplift, +/obj/item/storage/fancy/cigarettes/dromedaryco, +/obj/item/storage/fancy/cigarettes/cigpack_carp, +/obj/item/toy/figure/bartender, +/obj/item/storage/box/matches, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"xHu" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/vox) +"xHv" = ( +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"xIm" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"xIt" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" + }, +/area/syndicate_mothership) +"xJo" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/gun/projectile/revolver/doublebarrel/improvised/cane, +/turf/unsimulated/floor/wood, +/area/admin) +"xJV" = ( +/obj/structure/flora/tree/pine{ + color = "#336633" + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding4" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"xKm" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"xKo" = ( +/obj/machinery/airlock_sensor{ + frequency = 1331; + id_tag = "vox_west_sensor"; + pixel_x = 25; + req_access_txt = "152" + }, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"xKz" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"xKI" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/structure/holohoop{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/red/partial, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"xKM" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "CC_toilet_unit3"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"xKT" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" + }, +/area/syndicate_mothership) +"xLc" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"xLf" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-window5_mid" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"xLE" = ( +/obj/item/flag/nt, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"xMe" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (NORTH)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"xMx" = ( +/obj/machinery/airlock_sensor{ + frequency = 1331; + id_tag = "vox_east_sensor"; + pixel_x = -25; + req_access_txt = "152" + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"xMz" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/bookbinder, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"xMH" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"xML" = ( +/obj/machinery/dna_scannernew/upgraded, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"xNs" = ( +/obj/effect/turf_decal/mech, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"xNx" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/shuttle/syndicate) +"xOe" = ( +/obj/machinery/status_display/supply_display{ + pixel_x = 32 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"xPf" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access_txt = "101" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"xPt" = ( +/obj/machinery/computer/cloning, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"xPA" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/syndicate_mothership/control) +"xPB" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/zone1) +"xPF" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/watertank, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/evac) +"xPZ" = ( +/obj/machinery/door/window/brigdoor/westleft{ + color = "#d70000"; + dir = 1; + req_access_txt = "104" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"xQj" = ( +/obj/machinery/clonepod/upgraded, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"xQp" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"xQr" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"xQX" = ( +/obj/structure/sign/poster/contraband/c20r{ + pixel_x = -32 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"xRb" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/administration) +"xRh" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"xRj" = ( +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"xRz" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "wood_siding8" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"xRM" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"xSg" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"xSk" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"xSv" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"xSB" = ( +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"xTc" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"xTf" = ( +/obj/structure/table/wood, +/obj/item/encryptionkey/headset_cargo, +/obj/item/encryptionkey/headset_com, +/obj/item/encryptionkey/headset_eng, +/obj/item/encryptionkey/headset_iaa, +/obj/item/encryptionkey/headset_med, +/obj/item/encryptionkey/headset_medsci, +/obj/item/encryptionkey/headset_rob, +/obj/item/encryptionkey/headset_sci, +/obj/item/encryptionkey/headset_sec, +/obj/item/encryptionkey/headset_service, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"xTi" = ( +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" + }, +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"xTl" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"xTC" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/m90{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership/elite_squad) +"xTS" = ( +/turf/simulated/floor/fakespace, +/area/centcom/evac) +"xUo" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"xUN" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/lamp/green, +/turf/unsimulated/floor{ + icon_state = "carpet14-10" + }, +/area/wizard_station) +"xVn" = ( +/turf/unsimulated/floor/wood, +/area/admin) +"xVR" = ( +/obj/machinery/door/airlock/centcom{ + name = "Restroom"; + opacity = 1; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"xWN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership/elite_squad) +"xXq" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/zone3) +"xXZ" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"xYo" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/simulated/floor/mineral/abductor, +/area/centcom/zone1) +"xYu" = ( +/obj/machinery/cryopod/right, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"xYF" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + use_power = 0 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"xZc" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"xZt" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"yag" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/pspork, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"yao" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_y = -32 + }, +/obj/structure/lattice, +/turf/space, +/area/shuttle/syndicate) +"yaB" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/centcom/evac) +"ybq" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"ycb" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"yce" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/kilt, +/obj/item/clothing/head/beret, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"ycf" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/beer/upgraded, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"ycg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"ycD" = ( +/obj/structure/reagent_dispensers/spacecleanertank{ + pixel_y = 30 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -4 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 4 + }, +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"ycL" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"ycX" = ( +/obj/structure/table/wood, +/obj/item/toy/russian_revolver, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"ydh" = ( +/obj/effect/turf_decal/box/red/corners{ + dir = 4 + }, +/obj/effect/decal{ + color = "red"; + desc = "Somehow syndicate found out what was a science joke in the past, to be the real deal..."; + icon_state = "anom"; + name = "Controllable Redspace Tear" + }, +/obj/effect/bump_teleporter{ + id = "SST_from"; + id_target = "SST_to" + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/control) +"yds" = ( +/turf/space/transit, +/area/space) +"ydz" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/evac) +"ydH" = ( +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"yef" = ( +/obj/structure/rack, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/binary_communication_device, +/obj/item/robot_parts/robot_component/binary_communication_device, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/obj/item/robot_parts/robot_component/radio, +/obj/item/robot_parts/robot_component/radio, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"yeh" = ( +/obj/structure/rack/holorack, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"yes" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership/elite_squad) +"yet" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_l"; + tag = "icon-propulsion_l" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"yeF" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/item/storage/box/drinkingglasses, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"yfd" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"yfe" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"yff" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s9" + }, +/area/shuttle/escape) +"yfm" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"yfx" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"yfH" = ( +/obj/machinery/light/small, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"yfV" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"ygs" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership/elite_squad) +"ygA" = ( +/obj/structure/lattice, +/turf/space, +/area/shuttle/syndicate) +"ygT" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"yhe" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/syndicate) +"yhw" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 30 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"yhA" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/syndicate) +"yiB" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"yjA" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"yjH" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"ykl" = ( +/obj/machinery/door_control{ + id = "smindicate_right"; + name = "External Door Control"; + pixel_x = -38; + pixel_y = -5; + req_access_txt = "150" + }, +/obj/structure/lattice, +/turf/space, +/area/shuttle/syndicate) +"ykQ" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1331; + id_tag = "vox_west_control"; + pixel_x = 24; + req_access_txt = "152"; + tag_airpump = "vox_west_vent"; + tag_chamber_sensor = "vox_west_sensor"; + tag_exterior_door = "vox_northwest_lock"; + tag_interior_door = "vox_southwest_lock" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"yll" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"ylp" = ( +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"yls" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"yly" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = -4; + tag = "icon-shower (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"ylC" = ( +/obj/structure/rack, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/rglass{ + amount = 50; + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"ylW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/centcom/jail) +"ylX" = ( +/obj/machinery/suit_storage_unit/syndicate/secure, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/machinery/light/spot, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) + +(1,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(2,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(3,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(4,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(5,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(6,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +oPQ +oPQ +oPQ +oPQ +oPQ +oPQ +oPQ +oPQ +oPQ +oPQ +oPQ +oPQ +oPQ +oPQ +oPQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(7,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +nzP +nzP +nzP +qwj +tKx +tKx +tKx +tKx +tKx +tKx +thJ +nzP +nzP +nzP +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +oPQ +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oPQ +oPQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(8,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +nzP +nzP +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +nzP +nzP +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +oPQ +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oPQ +oPQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(9,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +nzP +nzP +iTL +iTL +iTL +iTL +iTL +iTL +cFw +aYO +gqy +iTL +iTL +iTL +iTL +iTL +nzP +nzP +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +oPQ +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oPQ +oPQ +mVX +mVX +mVX +mVX +mVX +iPj +kaf +kaf +kaf +kaf +kWu +kaf +kaf +kaf +kWu +kaf +kaf +kaf +kWu +kaf +kaf +kaf +kWu +kaf +kaf +kaf +qYZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(10,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +nzP +nzP +iTL +iTL +iTL +iTL +iTL +iTL +iTL +cTU +aYO +gqy +iTL +iTL +iTL +iTL +iTL +iTL +nzP +nzP +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +oPQ +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oPQ +oPQ +mVX +mVX +mVX +mVX +koq +oJK +oJK +oJK +oJK +koq +nBe +fWy +nBe +koq +nBe +fWy +nBe +koq +nBe +fWy +nBe +koq +nBe +fWy +nBe +koq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(11,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +nzP +nzP +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +oGW +aYO +gqy +iTL +iTL +iTL +iTL +iTL +iTL +iTL +nzP +nzP +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +oPQ +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oPQ +mVX +mVX +mVX +mVX +koq +oJK +oJK +oJK +oJK +koq +dRb +dKa +wYO +koq +dRb +dKa +oJK +koq +dRb +dKa +oJK +koq +dRb +dKa +oJK +koq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(12,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +nzP +nzP +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +gqy +gqy +jBc +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +nzP +nzP +mVX +miF +cAI +cAI +cAI +cAI +tZp +mVX +mVX +mVX +mVX +miF +cAI +cAI +cAI +cAI +tZp +mVX +oPQ +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +iSn +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oPQ +mVX +mVX +mVX +mVX +koq +oJK +oJK +oJK +oJK +koq +uno +oJK +oJK +koq +uno +oJK +oJK +koq +uno +oJK +oJK +koq +uno +oJK +oJK +koq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(13,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +nzP +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +nzP +ikC +eDe +oJK +oJK +oJK +oJK +gXm +gNa +bCX +cjf +ikC +eDe +oJK +oJK +oJK +oJK +gXm +gNa +oPQ +oJK +oJK +oJK +oJK +oJK +oJK +oPQ +eYT +cLG +eYT +oPQ +oJK +oJK +oJK +oJK +oJK +oJK +oPQ +mVX +mVX +mVX +mVX +koq +oJK +oJK +oJK +oJK +ayA +cjf +oJK +bCX +nUz +cjf +oJK +bCX +nUz +cjf +oJK +bCX +nUz +cjf +oJK +bCX +rgB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(14,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +nzP +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +iCx +oJK +oJK +qKq +iCx +oJK +oJK +oJK +oJK +oJK +oJK +oPQ +mVX +mVX +mVX +mVX +koq +oJK +oJK +oJK +oJK +koq +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +koq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +uER +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(15,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +nzP +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +jTh +oJK +iuG +oJK +oHP +iSn +oJK +oJK +oJK +oJK +oJK +oPQ +mVX +mVX +mVX +mVX +ayA +cjf +oJK +oJK +bCX +rit +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +koq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(16,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +nzP +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +iCx +oJK +oJK +oJK +iCx +oJK +oJK +oJK +oJK +oJK +oJK +oPQ +mVX +mVX +mVX +mVX +koq +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +koq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(17,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ipi +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +nzP +ikC +tZp +oJK +oJK +oJK +oJK +miF +gNa +oJK +oJK +ikC +tZp +oJK +oJK +oJK +oJK +miF +gNa +oPQ +oJK +oJK +oJK +oJK +oJK +oJK +oPQ +eYT +pEy +eYT +oPQ +oJK +oJK +oJK +oJK +oJK +oJK +oPQ +mVX +mVX +mVX +mVX +koq +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +koq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(18,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +fzj +kpm +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +ipi +mVX +gXm +cAI +cAI +cAI +cAI +eDe +xKT +wqg +wqg +xKT +gXm +cAI +cAI +cAI +cAI +eDe +mVX +oPQ +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +iSn +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oPQ +mVX +mVX +mVX +mVX +koq +oJK +oJK +oJK +oJK +rMA +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +koq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +kaA +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(19,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gss +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +gss +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wWc +wqg +wqg +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +oPQ +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oPQ +mVX +mVX +mVX +mVX +koq +oJK +oJK +oJK +oJK +koq +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +koq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(20,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gss +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +gss +mVX +mVX +mVX +nps +nps +nps +nps +nps +wqg +wqg +nps +nps +mVX +mVX +mVX +mVX +mVX +mVX +oPQ +oPQ +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oPQ +mVX +mVX +mVX +mVX +ayA +cjf +oJK +oJK +bCX +bba +cjf +oJK +bCX +kWu +cjf +oJK +bCX +kWu +cjf +oJK +bCX +kWu +cjf +oJK +bCX +rgB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(21,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gss +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +gss +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +lNe +puJ +mVX +mVX +mVX +mVX +mVX +mVX +oPQ +oPQ +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oPQ +mVX +mVX +mVX +mVX +koq +oJK +oJK +oJK +oJK +koq +uno +oJK +oJK +koq +uno +oJK +oJK +koq +uno +oJK +oJK +koq +uno +oJK +oJK +koq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(22,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gss +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +gss +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +akd +puJ +mVX +mVX +mVX +mVX +mVX +mVX +oPQ +oPQ +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oPQ +mVX +mVX +mVX +mVX +koq +oJK +oJK +oJK +oJK +koq +dRb +dKa +oJK +koq +dRb +dKa +oJK +koq +dRb +dKa +oJK +koq +dRb +dKa +oJK +koq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(23,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gcR +dit +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +oui +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +jIg +nps +mVX +mVX +mVX +mVX +mVX +mVX +oPQ +oPQ +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oPQ +mVX +mVX +mVX +mVX +koq +oJK +oJK +oJK +oJK +koq +nBe +eAQ +nBe +koq +nBe +eAQ +nBe +koq +nBe +eAQ +nBe +koq +nBe +eAQ +rMT +koq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +fWV +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +isw +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(24,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +oui +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +qVO +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +nps +mVX +mVX +mVX +mVX +mVX +mVX +mVX +oPQ +oPQ +oPQ +oPQ +oJK +oJK +oJK +oPQ +oPQ +oJK +oPQ +oPQ +oPQ +oPQ +oPQ +mVX +mVX +mVX +mVX +koq +oJK +oJK +oJK +oJK +iTp +kaf +kaf +kaf +nUz +kaf +kaf +kaf +nUz +kaf +kaf +kaf +nUz +kaf +kaf +kaf +rit +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(25,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +nzP +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +mpn +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +nps +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +oPQ +oJK +oJK +oJK +oPQ +oJK +oJK +oPQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wqA +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +rjk +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +nZq +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(26,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +nzP +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +mpn +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +nps +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +oPQ +oJK +oJK +oJK +oPQ +oJK +oJK +oPQ +mVX +mVX +kaf +ayy +rMA +ayy +koq +mVX +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(27,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +nzP +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +iTL +mpn +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +nps +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +fya +oJK +oJK +oJK +fya +oJK +oJK +fya +mVX +mVX +ayy +iPj +kWu +qYZ +ayy +mVX +oJK +oJK +oJK +oJK +oJK +bCX +kaf +kaf +kaf +qYZ +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +rjk +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(28,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +nzP +nzP +sKL +msn +ogw +fmA +jpE +msn +sKL +sKL +bmD +fmA +fmA +uUA +sKL +sKL +sKL +oHl +fmA +lmb +sKL +sKL +tKD +iAR +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +nps +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +fEH +oJK +oJK +oJK +fEH +oJK +oJK +fEH +mVX +mVX +bCX +ayA +bba +rgB +cjf +mVX +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +koq +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(29,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rAE +nOB +fmA +fmA +fmA +nOB +tqH +rAE +nOB +fmA +fmA +nOB +tqH +mVX +rAE +nOB +fmA +nOB +tqH +mVX +uxc +mVX +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +ioK +nps +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +fEH +oJK +oJK +oJK +fEH +oJK +oJK +fEH +mVX +mVX +ayy +iTp +nUz +rit +ayy +mVX +rMA +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +koq +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +rjk +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(30,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rAE +ipi +fmA +fmA +fmA +obx +xwo +uLC +obx +fmA +fmA +obx +xwo +uxc +uLC +obx +fmA +obx +xwo +uxc +awy +mVX +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +cGI +uBo +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +fEH +oJK +oJK +oJK +fEH +oJK +oJK +fEH +mVX +mVX +kaf +ayy +wqA +ayy +koq +mVX +koq +oJK +oJK +oJK +oJK +rMA +oJK +oJK +oJK +koq +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(31,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rAE +gss +fmA +fmA +fmA +gss +tqH +rAE +gss +fmA +fmA +gss +tqH +mVX +rAE +gss +fmA +gss +tqH +mVX +uxc +mVX +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +lNe +uBo +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +fyo +oJK +oJK +oJK +fyo +oJK +oJK +fyo +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +koq +oJK +oJK +oJK +oJK +koq +oJK +oJK +oJK +koq +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +rjk +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(32,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rAE +gss +fmA +fmA +fmA +gss +tqH +rAE +gss +fmA +fmA +gss +tqH +mVX +rAE +gss +fmA +gss +tqH +mVX +uxc +mVX +mVX +mVX +mVX +nps +nps +nps +nps +nps +wqg +wqg +nps +nps +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +oPQ +oJK +oJK +oJK +oPQ +oJK +oJK +oPQ +mVX +mVX +agO +agO +daz +agO +agO +mVX +koq +oJK +oJK +oJK +oJK +koq +oJK +oJK +oJK +koq +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(33,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rAE +oui +fmA +fmA +fmA +wnq +xwo +uLC +wnq +fmA +fmA +wnq +xwo +uxc +uLC +wnq +fmA +wnq +xwo +uxc +awy +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wWc +wqg +wqg +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +oPQ +oJK +oJK +oJK +oPQ +oJK +oJK +oPQ +mVX +mVX +agO +miF +fEH +tZp +agO +mVX +koq +oJK +oJK +oJK +oJK +koq +oJK +oJK +oJK +koq +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +rjk +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(34,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rAE +qVO +deV +fmA +fmA +qVO +tqH +rAE +qVO +fmA +fmA +qVO +tqH +mVX +rAE +qVO +fmA +qVO +tqH +mVX +uxc +mVX +mVX +cGI +wDU +wDU +wDU +wDU +oQv +xIt +wqg +wqg +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +vKR +vKR +vKR +mvx +mvx +mvx +vKR +vKR +mvx +vKR +mVX +mVX +ikC +cAI +iCx +cAI +gNa +mVX +iTp +cjf +oJK +oJK +bCX +nUz +kaf +kaf +kaf +rit +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(35,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +lmb +sKL +sKL +sKL +sKL +sKL +sKL +lvZ +ogw +oAV +jpE +lvZ +sKL +sKL +bmD +cPl +cPl +nFX +tpg +tpg +tpg +uIN +xiI +tEG +tpg +tpg +fxg +ggF +lNe +uBo +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +xIt +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +vKR +vKR +mVX +agO +gXm +fEH +eDe +agO +mVX +rjk +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +rjk +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +rjk +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(36,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +nOB +hZf +vfv +vfv +vfv +vfv +vfv +vfv +vfv +vfv +vfv +vfv +vfv +oOs +mpn +fmA +fmA +wWc +xiI +xiI +xiI +xiI +xiI +xiI +xiI +xiI +xiI +wWc +qFx +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +ioK +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +vKR +vKR +agO +agO +ewd +agO +agO +mVX +hWs +hWs +hWs +hWs +hWs +soY +lgA +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(37,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +oYM +eno +vAl +vAl +vAl +vAl +vAl +vAl +vAl +oCZ +vAl +vAl +vAl +xiX +mpn +fmA +fmA +wWc +xiI +xiI +xiI +xiI +xiI +xiI +xiI +xiI +xiI +wWc +qFx +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +jIg +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +vKR +vKR +vKR +mVX +mVX +mVX +mVX +mVX +rjk +hWs +hWs +hWs +hWs +lgA +soY +hWs +hWs +rjk +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +rjk +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(38,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +oLW +eno +vAl +vAl +vAl +vAl +vAl +vAl +vAl +vAl +vAl +vAl +vAl +xiX +mpn +fmA +fmA +wWc +xiI +xiI +xiI +xiI +xiI +xiI +xiI +xiI +xiI +tEG +lPB +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +xKT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +vKR +mvx +vKR +vKR +mVX +mVX +mVX +mVX +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +hWs +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(39,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xeU +eno +vAl +vAl +vAl +vAl +vAl +vAl +vAl +vAl +vAl +vAl +vAl +xiX +mpn +fmA +fmA +wWc +xiI +xiI +xiI +xiI +pkE +xiI +xiI +xiI +xiI +xiI +qAU +wqg +wqg +wqg +wqg +wqg +wqg +wqg +eRX +tpg +uIN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +vKR +mvx +mvx +vKR +mVX +mVX +mVX +mVX +eRX +tpg +tpg +tpg +tpg +tpg +tpg +tpg +tpg +tpg +tpg +tpg +tpg +tpg +tpg +tpg +tpg +tpg +tpg +tpg +tpg +ggF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(40,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +oYM +eno +vAl +vAl +vAl +vAl +vAl +vAl +vAl +vAl +vAl +vAl +vAl +xiX +mpn +fmA +fmA +wWc +xiI +xiI +xiI +xiI +xiI +xiI +xiI +xiI +xiI +xiI +qAU +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +vKR +mvx +mvx +vKR +mVX +mVX +mVX +mVX +wWc +qHH +yfd +yfd +yfd +yfd +yfd +yfd +yfd +yfd +yfd +yfd +yfd +yfd +yfd +yfd +yfd +yfd +yfd +yfd +oYl +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(41,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xeU +eno +vAl +vAl +vAl +vAl +vAl +vAl +vAl +vAl +vAl +vAl +vAl +xiX +mpn +fmA +fmA +wWc +xiI +xiI +xiI +xiI +xiI +xiI +xiI +xiI +xiI +eRX +lPB +wqg +wqg +wqg +wqg +wqg +wqg +wqg +tEG +tpg +tpg +tpg +tpg +ggF +mVX +mVX +mVX +uoH +fkG +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +vKR +vKR +vKR +fAD +bwn +mVX +mVX +mVX +wWc +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(42,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +qVO +dFM +oBI +oBI +oBI +oBI +oBI +oBI +oBI +oBI +oBI +oBI +oBI +cnw +mpn +fmA +fmA +wWc +xiI +xiI +xiI +xiI +xiI +xiI +xiI +xiI +xiI +wWc +qFx +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +bMI +hxE +kYL +kYL +uxb +uxc +uxc +nQk +xqa +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +vKR +oPi +bmq +bmq +cXZ +bwn +mVX +mVX +uxb +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(43,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +uUA +ogw +qwj +tKx +tKx +tKx +tKx +tKx +tKx +tKx +tKx +tKx +thJ +jpE +bmD +fmA +fmA +wWc +xiI +xiI +iyH +xKT +xiI +xKT +xiI +xiI +iyH +wWc +qFx +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +bMI +hxE +kYL +kYL +wWc +mVX +mVX +rfX +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +vKR +iVY +bmq +bmq +dWi +rfX +mVX +mVX +wWc +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mKi +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +uZt +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(44,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +eRX +uIN +wuz +wuz +mxN +wuz +wuz +wuz +wuz +wuz +wuz +wuz +mxN +wuz +wuz +xIt +qAU +qAU +xIt +wuz +wuz +wuz +xIt +qAU +xIt +wuz +wuz +wuz +nFX +tpg +tpg +tpg +tpg +tpg +nAl +lPB +piy +piy +nbb +ggF +kYL +kYL +uxb +uxc +uxc +jer +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +vKR +nbX +bmq +bmq +bmq +iUY +mVX +mVX +uxb +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +fCq +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(45,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +eRX +uIN +ibC +ibC +ibC +ibC +xiI +xiI +ibC +ibC +ibC +cmZ +ibC +ibC +ibC +xiI +wCX +xiI +xiI +xuO +cmZ +sTL +cmZ +xuO +xiI +xuO +ibC +xiI +xiI +wWc +elu +dYf +dzL +vsC +rKN +wWc +wqg +wqg +wqg +sQQ +wWc +kYL +kYL +wWc +mVX +mVX +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +vKR +vKR +koZ +koZ +vKR +vKR +vKR +jRD +vKR +vKR +bmq +bmq +bmq +vyU +mVX +mVX +wWc +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(46,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xIt +fLB +aHl +aHl +aHl +aHl +aHl +yll +xoo +yll +yll +yll +aHl +yll +yll +yll +yll +yll +yll +yll +yll +vuS +aHl +aHl +jvD +xsi +fFU +keN +lBd +wWc +hnw +iiN +iiN +iiN +iiN +xIt +wqg +sQQ +sQQ +jjG +wWc +kYL +kYL +uxb +uxc +uxc +jer +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +vKR +koZ +koZ +koZ +koZ +vKR +eIw +mvx +eIw +vKR +bmq +bmq +bmq +vyU +mVX +mVX +uxb +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(47,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +cuX +awn +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +eUE +fnM +uGb +yfx +xiI +wWc +hnw +iiN +iiN +iiN +iiN +xVR +sQQ +kZY +sQQ +apI +wWc +kYL +kYL +wWc +mVX +mVX +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +vKR +koZ +koZ +koZ +koZ +vKR +eIw +mvx +eIw +vKR +bmq +bmq +bmq +vyU +mVX +mVX +wWc +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +vep +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(48,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +snm +awn +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +eUE +knw +xSB +fLh +xiI +wWc +uwB +xKT +uwB +xKT +uwB +xKT +sQQ +sQQ +sQQ +wqg +wWc +kYL +kYL +xIt +wiz +kuC +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +csu +vKR +koZ +koZ +vKR +vKR +vKR +jRD +vKR +vKR +vKR +uZC +uQa +ffe +wiz +kuC +xIt +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(49,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +snm +hoZ +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +eUE +mWx +jBm +yfx +xiI +wWc +qdR +wWc +tNc +wWc +tNc +wWc +bgU +aFd +aFd +bgU +wWc +kYL +kYL +jNh +hVh +sHI +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +uoH +xqa +koZ +koZ +koZ +vKR +bmq +bmq +bmq +bmq +bmq +bmq +bmq +bmq +csu +cgF +bMI +jNh +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +aEY +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(50,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +snm +hoZ +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +eUE +qSE +aHW +bjQ +xiI +nFX +tpg +fDD +tpg +fDD +tpg +dFt +lPB +hxE +hxE +nbb +oQy +kYL +kYL +jNh +hVh +aaC +vKR +mvx +mvx +mvx +mvx +mvx +uoH +xPA +xqa +koZ +koZ +koZ +koZ +vKR +bmq +bmq +bmq +bmq +bmq +bmq +bmq +bmq +lEI +gZN +bMI +jNh +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(51,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +cuX +hoZ +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +eUE +mWx +mFn +fUy +xiI +wWc +vOp +flK +rQS +rTs +nNy +wWc +oPN +kYL +kYL +oPN +wWc +kYL +kYL +jNh +hVh +ajm +vKR +mvx +mvx +mvx +mvx +mvx +rfX +dFB +fZn +koZ +koZ +koZ +koZ +vKR +bmq +bmq +bmq +bmq +bmq +bmq +bmq +bmq +rfX +mYk +bMI +jNh +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(52,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +snm +hoZ +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +eUE +bAQ +mqD +wwR +lBd +wWc +oCM +flK +gAr +flK +gve +wWc +xCM +kYL +qwf +bfz +wWc +kYL +kYL +xKT +wiz +kuC +vKR +mvx +mvx +mvx +mvx +mvx +vKR +hNE +wZA +koZ +koZ +koZ +koZ +vKR +bmq +bmq +bmq +bmq +bmq +bmq +bmq +rRJ +jBG +jBG +jBG +bzJ +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(53,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +snm +hoZ +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +tne +cyX +bXM +fbq +cyX +wWc +axe +flK +kbE +flK +pcP +wWc +map +kYL +kYL +tUp +wWc +kYL +kYL +wWc +mVX +mVX +vKR +mvx +mvx +mvx +mvx +mvx +csu +jGj +iJH +qlB +bGY +aIU +bGY +vKR +bmq +bmq +bmq +bmq +bmq +bmq +bmq +vyU +kNm +kNm +vhN +vyU +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(54,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +snm +awn +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +nps +lNe +btF +btF +kuC +xIt +nNy +eHg +jvG +eHg +rZL +xIt +eUQ +kYL +kYL +pKZ +xIt +kYL +kYL +uxb +uxc +uxc +jer +myM +myM +myM +myM +myM +lEI +fZn +koZ +qlB +dYU +hRJ +qJV +vKR +bmq +oRf +cEk +cEk +cEk +jls +bmq +hsM +bmq +bmq +oTQ +vyU +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(55,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +fqh +awn +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +eka +iPz +xSB +xSB +xSB +xSB +sTF +kYL +kYL +kYL +kYL +kYL +scR +kYL +kYL +kYL +kYL +hxE +kYL +kYL +wWc +mVX +mVX +vKR +myM +myM +myM +myM +myM +lEI +xcT +gED +qlB +flI +qJV +qJV +odb +bmq +fNC +myM +myM +myM +jRx +bmq +uZC +bmq +bmq +lgM +vyU +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(56,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +snm +hoZ +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +iPz +xSB +xSB +xSB +xSB +sTF +kYL +kYL +kYL +kYL +kYL +kYL +rNQ +scR +kYL +kYL +hxE +kYL +kYL +wWc +mVX +mVX +vKR +myM +myM +myM +myM +myM +lEI +fvv +koZ +aNO +qJV +qJV +qJV +odb +bmq +rng +myM +myM +myM +jRx +bmq +uZC +bmq +bmq +vBA +vyU +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(57,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +cuX +hoZ +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +nps +lNe +btF +btF +kuC +xKT +dOP +oXQ +nNy +rNQ +kYL +xKT +wSe +bwQ +gUB +wSe +xKT +kYL +kYL +uxb +uxc +uxc +jer +myM +myM +myM +myM +myM +lEI +jOq +koZ +qlB +chm +qJV +jRd +vKR +bmq +wEN +sRx +tnE +tnE +sjZ +bmq +iUY +bmq +bmq +uhx +vyU +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(58,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +snm +awn +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +klg +flP +wnf +fhq +fhw +wWc +txR +oXQ +pcP +kYL +fop +wWc +mIq +mjp +shL +pZL +wWc +kYL +kYL +wWc +mVX +mVX +vKR +mvx +mvx +mvx +mvx +mvx +rfX +jGj +iJH +qlB +evp +evp +aNc +vKR +bmq +bmq +bmq +bmq +bmq +bmq +bmq +vyU +pIp +rdI +vhN +vyU +ycg +qsx +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(59,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +snm +awn +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +rOf +wia +fFU +tJk +nef +wWc +nuT +oZu +jUU +kYL +kYL +xIt +yfe +vSJ +hJv +kAj +wWc +kYL +kYL +xIt +wiz +kuC +vKR +mvx +mvx +mvx +mvx +mvx +vKR +upZ +wZA +koZ +koZ +koZ +koZ +vKR +bmq +bmq +bmq +bmq +bmq +bmq +bmq +bCW +jBG +jBG +jBG +ffe +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(60,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +snm +hoZ +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +eUE +uOS +sHN +gvT +ibC +wWc +xrH +cqq +qHN +kYL +kYL +bqG +vSJ +aNf +fPu +rar +wWc +kYL +kYL +jNh +hVh +aft +vKR +mvx +mvx +mvx +mvx +mvx +csu +pqq +jOq +koZ +koZ +koZ +koZ +vKR +bmq +bmq +bmq +bmq +bmq +bmq +bmq +bmq +csu +oux +bMI +jNh +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(61,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +cuX +awn +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +eUE +pIN +ksL +sbO +ibC +xIt +iUp +gtP +ubp +kYL +kYL +xKT +iDO +qMt +ipu +cBl +wWc +kYL +kYL +jNh +hVh +luZ +vKR +mvx +mvx +mvx +mvx +mvx +cXZ +xPA +bwn +koZ +koZ +koZ +koZ +vKR +bmq +bmq +bmq +sQJ +bmq +bmq +bmq +bmq +lEI +oto +bMI +jNh +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(62,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +snm +awn +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +eUE +bKH +sHN +yfx +cmZ +lpX +kYL +kYL +kYL +kYL +qgM +nFX +tpg +tpg +tpg +tpg +oQy +kYL +kYL +jNh +hVh +iLf +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +cXZ +bwn +koZ +koZ +koZ +vKR +iHv +iHv +kGM +bmq +bmq +bmq +bmq +bmq +rfX +ttM +bMI +jNh +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(63,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +snm +hoZ +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +eUE +vSH +xSB +dDB +ibC +xKT +iUp +oXQ +oXQ +kYL +kYL +wWc +iNq +wqg +wqg +iNq +wWc +kYL +kYL +xKT +wiz +kuC +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +rfX +vKR +koZ +koZ +vKR +vKR +vKR +itc +vKR +vKR +vKR +uZC +uQa +bzJ +wiz +kuC +xKT +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(64,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +snm +awn +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +eUE +mWx +jBm +yfx +xiI +wWc +mfi +hcs +oXQ +kYL +scR +wWc +iNq +wqg +wqg +iNq +wWc +kYL +kYL +wWc +mVX +mVX +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +vKR +koZ +koZ +koZ +koZ +vKR +eIw +utX +eIw +vKR +bmq +bmq +bmq +vyU +mVX +mVX +wWc +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(65,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xKT +fLU +bqz +oYn +nZs +nZs +bqz +bqz +bqz +nZs +nZs +oYn +nZs +nZs +oYn +nZs +oYn +nZs +nZs +bqz +bqz +paA +nZs +nZs +eWH +jzS +gEo +avq +lBd +wWc +fvg +qHN +nNy +kYL +kYL +wWc +fEV +wqg +wqg +lsb +wWc +kYL +kYL +uxb +uxc +uxc +jer +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +vKR +koZ +koZ +koZ +koZ +vKR +eIw +utX +eIw +vKR +bmq +bmq +bmq +vyU +mVX +mVX +uxb +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(66,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +tEG +ggF +hft +ibC +ibC +ibC +ibC +cmZ +ibC +xiI +xiI +xiI +xiI +xiI +xiI +xiI +cQh +ibC +cmZ +cQh +ibC +sTL +xiI +cQh +ibC +pIA +ibC +xiI +xiI +wWc +cUX +ltW +pcP +kYL +kYL +wWc +iNq +wqg +wqg +iNq +wWc +kYL +kYL +wWc +mVX +mVX +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +vKR +vKR +koZ +koZ +vKR +vKR +vKR +itc +vKR +vKR +bmq +bmq +bmq +vyU +mVX +mVX +wWc +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(67,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +tEG +ggF +iaS +iaS +mug +iaS +iaS +iaS +iaS +iaS +iaS +iaS +mug +iaS +iaS +xKT +qAU +qAU +xKT +iaS +iaS +iaS +xKT +nlO +xKT +iaS +iaS +iaS +nFX +tpg +tpg +lPB +hxE +hxE +tEG +lPB +piy +piy +nbb +uIN +kYL +kYL +uxb +uxc +uxc +jer +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +utX +vKR +nbX +bmq +bmq +bmq +hsM +mVX +mVX +uxb +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +sCx +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(68,1,1) = {" +mVX +mVX +mVX +kaf +ayy +rMA +ayy +koq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +hbq +xaI +gtI +mTn +mTn +mTn +mTn +mTn +mTn +mTn +mTn +mTn +dQA +ygs +pEd +lgB +lgB +nFX +tpg +tpg +tpg +uIN +xiI +tEG +tpg +tpg +tpg +oQy +lRj +jkW +vOH +xtQ +xtQ +tcv +wqg +wqg +wqg +bMI +hxE +kYL +kYL +wWc +mVX +mVX +csu +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +utX +vKR +iVY +bmq +bmq +dWi +csu +mVX +mVX +wWc +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(69,1,1) = {" +mVX +mVX +mVX +ayy +iPj +kWu +qYZ +ayy +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rqt +gRv +hga +hga +hga +hga +hga +hga +hga +hga +hga +hga +hga +yes +jxN +lgB +lgB +wWc +xSk +xSk +psU +iiA +iJT +iiA +dMo +xSk +xSk +wWc +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +bMI +hxE +kYL +kYL +uxb +uxc +uxc +seu +bwn +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +utX +vKR +oPi +bmq +bmq +uoH +xqa +mVX +mVX +uxb +ycg +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +xSk +fBF +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(70,1,1) = {" +mVX +oPQ +mVX +bCX +ayA +bba +rgB +cjf +mVX +mVX +mVX +mVX +mVX +mVX +mVX +msV +xWN +lBL +lBL +lBL +lBL +lBL +lBL +lBL +lBL +lBL +lBL +lBL +emu +jxN +lgB +lgB +wWc +xSk +psU +iiA +mJu +wRy +mJu +iiA +dMo +xSk +wWc +srL +wqg +wqg +wqg +wqg +wqg +wqg +wqg +eRX +tpg +tpg +tpg +tpg +uIN +mVX +mVX +mVX +cXZ +fkG +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +utX +vKR +vKR +vKR +fAD +xqa +mVX +mVX +mVX +wWc +vkk +haT +haT +haT +haT +haT +haT +haT +haT +haT +haT +haT +haT +haT +haT +haT +haT +haT +haT +lVd +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(71,1,1) = {" +mVX +mVX +mVX +ayy +iTp +nUz +rit +ayy +mVX +mVX +mVX +mVX +mVX +mVX +mVX +qFX +xWN +lBL +lBL +lBL +lBL +lBL +lBL +lBL +lBL +lBL +lBL +lBL +emu +jxN +lgB +lgB +tEG +lPB +iiA +mJu +wRy +sOh +wRy +mJu +iiA +nbb +fDD +lPB +gbd +wqg +wqg +wqg +wqg +wqg +vSM +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +utX +vKR +mvx +mvx +vKR +mVX +mVX +mVX +mVX +wWc +xiI +mhz +xiI +mhz +xiI +xiI +mhz +xiI +xiI +mhz +mhz +xiI +xiI +mhz +xiI +xiI +mhz +xiI +mhz +xiI +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +bqT +mJH +mJH +mJH +mJH +dpz +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(72,1,1) = {" +mVX +mVX +mVX +kaf +ayy +wqA +ayy +koq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +cHz +xWN +lBL +lBL +lBL +lBL +lBL +lBL +lBL +lBL +lBL +lBL +lBL +emu +jxN +lgB +lgB +qAU +xiI +iJT +wRy +yfH +juZ +aKj +wRy +jdk +wqg +wqg +oxn +wqg +wqg +wqg +wqg +wqg +wqg +wqg +tEG +tpg +ggF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +utX +vKR +mvx +mvx +vKR +mVX +mVX +mVX +mVX +tEG +lPB +vPH +vPH +vPH +ePJ +vPH +vPH +vPH +ePJ +vPH +keB +vPH +vPH +vPH +ePJ +vPH +vPH +vPH +ePJ +nbb +uIN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(73,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +msV +xWN +lBL +lBL +lBL +lBL +lBL +lBL +lBL +lBL +lBL +lBL +lBL +emu +jxN +lgB +lgB +eRX +lPB +iiA +eBF +wRy +mnf +wRy +eBF +iiA +nbb +nAl +lPB +lNe +wDU +wDU +oQv +wqg +wqg +wqg +wqg +wqg +xIt +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +utX +vKR +mvx +vKR +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +wpJ +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(74,1,1) = {" +mVX +mVX +mVX +agO +agO +daz +agO +agO +mVX +mVX +mVX +mVX +mVX +mVX +mVX +cHz +xWN +lBL +lBL +lBL +lBL +lBL +lBL +lBL +oEe +lBL +lBL +lBL +emu +jxN +lgB +lgB +wWc +xSk +asr +iiA +eBF +wRy +eBF +iiA +brW +xSk +wWc +jdh +irg +wqg +irg +lcZ +wqg +wqg +wqg +wqg +wqg +ioK +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +utX +vKR +vKR +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +qup +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(75,1,1) = {" +mVX +mVX +mVX +agO +miF +fEH +tZp +agO +mVX +mVX +mVX +mVX +mVX +mVX +mVX +aSX +hLv +gyY +gyY +gyY +gyY +gyY +gyY +gyY +gyY +gyY +gyY +gyY +nKm +jxN +lgB +lgB +wWc +xSk +xSk +asr +iiA +iJT +iiA +brW +xSk +xSk +wWc +jdh +wfu +wqg +wqg +lcZ +wqg +wqg +wqg +wqg +wqg +jIg +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +kqz +fRG +vKR +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(76,1,1) = {" +mVX +mVX +mVX +ikC +cAI +iCx +cAI +gNa +mVX +mVX +mVX +mVX +mVX +mVX +mVX +cUI +rzU +rzU +nsA +rzU +nsA +rzU +mcc +xaI +oJh +ygs +mcc +rzU +rzU +pEd +uTr +uTr +nFX +tpg +tpg +tpg +ggF +qAU +eRX +tpg +tpg +fxg +uIN +lNe +puJ +qRc +wqg +gWS +wqg +orC +wqg +wqg +wqg +xKT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +vKR +mvx +mvx +mvx +mvx +mvx +mvx +mvx +mvx +esv +vKR +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(77,1,1) = {" +mVX +mVX +mVX +agO +gXm +fEH +eDe +agO +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +uxc +mVX +uxc +rAE +rqt +esf +lgB +lgB +rqt +tqH +rAE +rqt +lgB +lgB +rqt +tqH +mVX +rAE +rqt +lgB +rqt +tqH +mVX +uxc +mVX +mVX +akd +wDU +wDU +wDU +wDU +oQv +xKT +wqg +wqg +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +vKR +vKR +vKR +mvx +mvx +mvx +vKR +vKR +jsL +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(78,1,1) = {" +mVX +mVX +mVX +agO +agO +ewd +agO +agO +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +awy +uxc +awy +kyi +vDA +lgB +lgB +lgB +vDA +xwo +uLC +vDA +lgB +lgB +vDA +xwo +uxc +uLC +vDA +lgB +vDA +xwo +uxc +awy +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wWc +wqg +wqg +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +mvx +mvx +mvx +vKR +bSj +esv +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(79,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +uxc +mVX +uxc +rAE +tKe +lgB +lgB +lgB +tKe +tqH +rAE +tKe +lgB +lgB +tKe +tqH +mVX +rAE +tKe +lgB +tKe +tqH +mVX +uxc +mVX +mVX +mVX +mVX +nps +nps +nps +nps +nps +wqg +wqg +nps +nps +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +mvx +mvx +mvx +vKR +koZ +esv +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(80,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +uxc +mVX +uxc +rAE +tKe +lgB +lgB +lgB +tKe +tqH +rAE +tKe +lgB +lgB +tKe +tqH +mVX +rAE +tKe +lgB +tKe +tqH +mVX +uxc +mVX +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +nps +nps +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gOC +mvx +mvx +mvx +gOC +koZ +esv +gOC +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(81,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +awy +uxc +awy +kyi +hWv +lgB +lgB +lgB +hWv +xwo +uLC +hWv +lgB +lgB +hWv +xwo +uxc +uLC +hWv +lgB +hWv +xwo +uxc +awy +mVX +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +nps +nps +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +lEI +mvx +mvx +mvx +lEI +koZ +esv +lEI +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(82,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +uxc +mVX +uxc +mVX +aSX +lgB +lgB +lgB +aSX +tqH +rAE +aSX +lgB +lgB +aSX +tqH +mVX +rAE +aSX +lgB +aSX +tqH +mVX +uxc +mVX +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +nps +nps +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +lEI +mvx +mvx +mvx +lEI +koZ +esv +lEI +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(83,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +awy +uxc +awy +uxc +uKI +rzU +rte +xaI +oJh +ygs +rte +rzU +rzU +jbU +uTr +uTr +cUI +rzU +rzU +rzU +jbU +uTr +cUI +rzU +rzU +nsA +oua +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +nps +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +lEI +mvx +mvx +mvx +lEI +koZ +esv +lEI +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(84,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +uxc +mVX +mVX +mVX +dUu +qWQ +qWQ +qWQ +jqA +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +jxN +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +nps +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ntO +mvx +mvx +mvx +ntO +koZ +esv +ntO +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(85,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +qdl +mVX +mVX +mVX +tKe +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +jxN +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +nps +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +mvx +mvx +mvx +vKR +koZ +esv +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mJH +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(86,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +uxc +mVX +mVX +mVX +ccY +qWQ +qWQ +evn +qWQ +oHz +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +jxN +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +nps +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +mvx +mvx +mvx +vKR +bSj +esv +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(87,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +dXh +aWR +vcp +bKY +ygs +rzU +rzU +rzU +rzU +mcc +rzU +rzU +xaI +bVm +ygs +rzU +rzU +mcc +rzU +rzU +rzU +mcc +rzU +rzU +rzU +oua +qWQ +qWQ +qWQ +qWQ +qWQ +rqt +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +nps +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +vKR +vKR +vKR +mvx +mvx +mvx +vKR +vKR +jsL +vKR +vKR +vKR +vKR +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +pMg +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(88,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +cVn +jfG +rQz +rQz +jfG +aeR +hMP +uHS +hMP +jxN +qUJ +vEh +mOI +jqA +mOI +vEh +qUJ +jxN +evE +lwi +vYc +jxN +pdJ +pdJ +pdJ +jxN +mOI +qWQ +qWQ +qWQ +qWQ +dUu +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +nps +nps +mVX +mVX +mVX +mVX +mVX +mVX +vKR +vKR +koZ +koZ +koZ +koZ +koZ +koZ +qlB +llQ +wFI +qTp +tUW +tUW +tUW +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(89,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +dHa +exX +bMV +eQT +rGH +aMN +oNC +cUb +vJZ +jxN +mol +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +rqt +hTa +hTa +hTa +rqt +xbS +xbS +xbS +cUI +rzU +oua +qWQ +qWQ +qWQ +tKe +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +wqg +nps +nps +mVX +mVX +mVX +mVX +mVX +mVX +vKR +vKR +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mAz +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(90,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +dQG +anY +eQF +hQX +xcM +aMN +wwZ +aSx +ttD +jxN +kLy +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +mrU +epH +epH +epH +roc +epH +epH +sCq +rLg +hKb +jxN +qWQ +qWQ +qWQ +tKe +mVX +mVX +mVX +nps +wqg +wqg +wqg +wqg +wqg +wqg +wqg +nps +nps +mVX +mVX +mVX +mVX +mVX +mVX +vKR +vKR +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(91,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +aSX +rQz +rQz +fwr +rQz +tUj +cDd +wNu +fgi +jxN +mOI +qWQ +mgz +qWQ +mgz +qWQ +mFA +tHw +rWS +rWS +rWS +rWS +rWS +rWS +wHh +rLg +hKb +jxN +qWQ +qWQ +qWQ +tKe +mVX +mVX +mVX +nps +nps +nps +nps +nps +wqg +wqg +nps +nps +mVX +mVX +mVX +mVX +mVX +mVX +vKR +vKR +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(92,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +cUI +xaI +bFv +ygs +rzU +xaI +iVz +rIz +iVz +jxN +lgx +qWQ +fHj +qWQ +mgz +qWQ +mFA +tHw +rWS +rWS +rWS +rWS +rWS +rWS +wHh +rLg +hKb +jxN +qWQ +qWQ +qWQ +tKe +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wWc +wqg +wqg +wWc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(93,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +cVn +mOl +mOl +mOl +nyb +mOl +mOl +mOl +pRj +jxN +mxX +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +yhw +uKj +uKj +uKj +pPj +uKj +uKj +gMv +rLg +hKb +jxN +qWQ +qWQ +qWQ +ccY +mVX +miF +cAI +cAI +cAI +cAI +tZp +xIt +wqg +wqg +xIt +miF +cAI +cAI +cAI +cAI +tZp +mVX +vKR +koZ +koZ +koZ +koZ +koZ +mvx +mvx +mvx +koZ +mvx +mvx +mvx +koZ +koZ +koZ +koZ +koZ +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(94,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +dHa +nqJ +aVn +nUN +nUN +nUN +aVn +mOl +uLI +jxN +mBD +qWQ +opr +qWQ +qWQ +qWQ +mOI +aSX +hTa +hTa +hTa +aSX +lJq +lJq +lJq +ruw +rzU +jbU +qWQ +qWQ +qWQ +dXh +ikC +eDe +oJK +oJK +oJK +oJK +gXm +gNa +oJK +oJK +ikC +eDe +oJK +oJK +oJK +oJK +gXm +gNa +vKR +koZ +koZ +koZ +koZ +koZ +mvx +vKR +wEw +xjp +wEw +vKR +mvx +koZ +koZ +koZ +koZ +koZ +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(95,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +dHa +mOl +aVn +nAM +jks +hCV +aVn +mOl +hkX +rqt +mOI +qWQ +opr +opr +qWQ +qWQ +sdm +jxN +dtC +sRH +dtC +jxN +qCU +qCU +qCU +jxN +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +mvx +koZ +koZ +koZ +koZ +koZ +mvx +rwD +oFG +mvx +xtR +rwD +mvx +koZ +koZ +koZ +koZ +koZ +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(96,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +dHa +mOl +rdx +jks +aVn +aVn +aVn +mOl +mOl +bVm +qWQ +qWQ +opr +opr +qWQ +rYX +hVy +hbq +rzU +rzU +rzU +kDw +rzU +rzU +rzU +pEd +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +mvx +koZ +koZ +koZ +koZ +koZ +koZ +wEp +mvx +oUT +mvx +xDI +koZ +koZ +koZ +koZ +koZ +koZ +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(97,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +dHa +mOl +aVn +qRE +isN +jks +aVn +mOl +hkX +aSX +mOI +qWQ +opr +opr +qWQ +qWQ +hNa +jxN +oVy +vcz +oVy +jxN +wUd +mrR +eDn +jxN +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +oJK +mvx +koZ +koZ +koZ +koZ +koZ +mvx +rwD +ydh +mvx +diz +rwD +mvx +koZ +koZ +koZ +koZ +koZ +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(98,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +dHa +nqJ +aVn +nUN +nUN +nUN +aVn +mOl +uLI +jxN +mBD +qWQ +opr +qWQ +qWQ +qWQ +mOI +rqt +eGy +eGy +eGy +rqt +ssd +ssd +ssd +cUI +rzU +oua +qWQ +qWQ +qWQ +dXh +ikC +tZp +oJK +oJK +oJK +oJK +miF +gNa +bCX +cjf +ikC +tZp +oJK +oJK +oJK +oJK +miF +gNa +vKR +koZ +koZ +koZ +koZ +koZ +mvx +vKR +wEw +tGT +wEw +vKR +mvx +koZ +koZ +koZ +koZ +koZ +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(99,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +dQG +mOl +mOl +bnu +bnu +mOl +mOl +mOl +pRj +jxN +mGP +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +mrU +epH +epH +epH +xQX +epH +epH +sCq +uIG +upT +jxN +qWQ +qWQ +qWQ +dUu +mVX +gXm +cAI +cAI +cAI +cAI +eDe +mVX +mVX +mVX +mVX +gXm +cAI +cAI +cAI +cAI +eDe +mVX +vKR +koZ +koZ +koZ +koZ +koZ +mvx +mvx +mvx +koZ +mvx +mvx +mvx +koZ +koZ +koZ +koZ +koZ +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +xAZ +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(100,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +aSX +nyt +jwU +dEk +uha +oVO +ygs +rzU +rzU +pEd +mLJ +qWQ +leR +qWQ +mgz +qWQ +mFA +tHw +rWS +rWS +rWS +rWS +rWS +rWS +wHh +uIG +nkm +jxN +qWQ +qWQ +qWQ +tKe +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(101,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rqt +mxH +fgi +wNu +fgi +wNu +dDH +bym +ueM +jxN +mOI +qWQ +biV +qWQ +mgz +qWQ +mFA +tHw +rWS +rWS +rWS +rWS +rWS +rWS +wHh +uIG +xTC +jxN +qWQ +qWQ +qWQ +tKe +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +vHD +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +vKR +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +taC +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(102,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +cVn +eQm +wNu +fgi +wNu +vXI +pEN +fgi +uXc +jxN +nep +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +yhw +uKj +uKj +uKj +keq +uKj +uKj +gMv +uIG +lYQ +jxN +qWQ +qWQ +qWQ +tKe +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +vKR +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +cMJ +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(103,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +dHa +fPr +fgi +wNu +fgi +dgW +jTq +wNu +dUE +jxN +uVi +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +aSX +eGy +eGy +eGy +aSX +fOw +fOw +fOw +ruw +rzU +jbU +qWQ +qWQ +qWQ +tKe +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +vKR +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(104,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +dQG +lTx +wNu +jSu +nWh +fgi +wNu +fgi +xga +jxN +qUJ +lCU +mOI +qWQ +mOI +lCU +qUJ +jxN +oVy +exC +oVy +jxN +evy +jzN +gHM +jxN +mOI +qWQ +qWQ +qWQ +qWQ +ccY +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +koZ +vKR +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(105,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +dXh +aWR +vcp +bKY +dXh +kKu +fgi +wNu +wJZ +hbq +rzU +rzU +xaI +bVm +ygs +rzU +rzU +kDw +rzU +rzU +rzU +rte +rzU +nsA +rzU +jDS +qWQ +qWQ +qWQ +qWQ +qWQ +aSX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vKR +vKR +vKR +vKR +vKR +vKR +vKR +vKR +vKR +vKR +vKR +vKR +vKR +vKR +vKR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(106,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +cVn +jHL +wNu +fgi +pmk +jxN +qWQ +vEh +qWQ +qWQ +qWQ +vEh +qWQ +jxN +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +jxN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(107,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ilg +wNu +fgi +wNu +kFd +jxN +cjl +cjl +cjl +qWQ +cjl +cjl +cjl +jxN +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +jxN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(108,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +dQG +qeU +cTF +xrC +jIq +jxN +nhR +nhR +nhR +qUJ +nhR +nhR +nhR +jxN +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +qWQ +jxN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(109,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ygs +pwe +nsA +pwe +nsA +oOA +rzU +rzU +rzU +rzU +rzU +rzU +rzU +rte +rzU +rzU +rzU +rzU +rzU +rzU +rzU +rzU +rzU +rzU +rzU +rzU +rzU +jbU +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(110,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(111,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(112,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(113,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(114,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(115,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(116,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(117,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(118,1,1) = {" +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iPj +jwW +jwW +jwW +jwW +jwW +jwW +jwW +jwW +jwW +jwW +nMZ +jwW +jwW +jwW +jwW +jwW +jwW +jwW +jwW +jwW +jwW +qYZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(119,1,1) = {" +ace +ace +ace +ace +ace +ace +ace +ace +ace +cJf +ace +ace +ace +ace +ace +ace +ace +ace +ace +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +lSY +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iRI +jxS +kwu +kwu +kwu +lVL +mtN +mLX +mLX +mLX +nsi +nNr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(120,1,1) = {" +ace +ace +ace +ace +aiq +aiq +ace +ace +cJf +akS +cJf +ace +ace +dXQ +dXQ +ace +ace +ace +ace +xvW +xvW +xvW +fwy +fwy +xvW +xvW +lSY +txn +lSY +xvW +xvW +ire +ire +xvW +xvW +xvW +xvW +iRI +jyW +kzo +kzo +kzo +lZd +mwb +kzo +kzo +kzo +ntx +nNr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(121,1,1) = {" +ace +ace +ace +aiq +akS +akS +akS +ace +cJf +akS +cJf +ace +akS +akS +akS +dXQ +ace +ace +ace +xvW +xvW +fwy +txn +txn +txn +xvW +lSY +txn +lSY +xvW +txn +txn +txn +ire +xvW +xvW +xvW +iRI +jyW +kzo +kzo +kzo +lZd +mwb +kzo +kzo +kzo +ntx +nNr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(122,1,1) = {" +ace +ace +aiq +akS +akS +akS +akS +ace +ace +dgs +ace +ace +akS +akS +akS +akS +eVP +ace +ace +xvW +fwy +txn +txn +txn +txn +xvW +xvW +hES +xvW +xvW +txn +txn +txn +txn +iGn +xvW +xvW +iRI +jyW +kzo +kzo +kzo +lZd +mwb +kzo +kzo +kzo +ntx +nNr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(123,1,1) = {" +ace +ace +aiq +akS +akS +akS +bfC +bgO +bhb +bkR +dwR +dEr +dJG +akS +akS +akS +eVP +ace +ace +xvW +fwy +txn +txn +txn +gjC +xvW +xvW +xvW +xvW +xvW +xdH +txn +txn +txn +iGn +xvW +xvW +iRI +jAj +kzz +kzz +kzz +mbP +mwE +mOt +mOt +mOt +nuR +nNr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(124,1,1) = {" +ace +ace +ace +akS +akS +bfC +bgO +cbY +cJu +ccy +dyB +cbY +dEr +dJG +akS +akS +ace +ace +ace +xvW +xvW +txn +txn +gjC +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xdH +txn +txn +xvW +xvW +xvW +iRP +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +nQe +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +rgB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(125,1,1) = {" +ace +ace +ace +ace +ace +bgO +cbY +cyo +cJu +bkR +dyB +cOZ +cbY +dEr +ace +ace +ace +ace +ace +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iRI +jDP +jDP +jDP +jDP +mct +jDP +jDP +jDP +jDP +luL +nTj +oaK +oaK +oaK +oaK +oaK +oaK +oaK +oaK +oaK +oaK +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(126,1,1) = {" +ace +ace +aco +aco +ace +bhb +ccr +ccr +cML +bkR +cyP +ccr +ccr +dwR +ace +eJm +eJm +ace +ace +xvW +fmm +fmm +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iCf +iCf +xvW +xvW +iRI +jDP +kBZ +kQT +jDP +jDP +mct +kBZ +jDP +nok +jDP +nTj +oaK +oaK +oaK +oaK +oaK +oaK +oaK +oaK +oaK +oaK +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(127,1,1) = {" +ace +aco +akS +akS +aJI +bkR +ccy +bkR +bkR +dgQ +bkR +bkR +ccy +bkR +ehW +akS +akS +eJm +ace +fmm +txn +txn +fNP +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iBm +txn +txn +iCf +xvW +iRI +jEk +jDP +jDP +luL +jDP +jDP +mct +jDP +jDP +nvh +nTj +oaK +oaK +oaK +oaK +oaK +oaK +oaK +oaK +oaK +oaK +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(128,1,1) = {" +ace +ace +aco +aco +ace +bon +ccE +ccE +cOZ +bkR +cyo +ccE +ccE +dZU +ace +eJm +eJm +ace +ace +xvW +fmm +fmm +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iCf +iCf +xvW +xvW +iRI +jDP +jDP +jDP +lBz +jDP +jDP +jDP +mct +jDP +jDP +nTj +oaK +oaK +oaK +oaK +oaK +oaK +oaK +oaK +oaK +oaK +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(129,1,1) = {" +ace +ace +ace +ace +ace +bpb +cbY +cyP +cJu +bkR +dyB +cML +cbY +dEL +ace +ace +ace +ace +ace +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iRI +jDP +kCY +jDP +jDP +jDP +mwP +luL +jDP +mct +kBZ +nTj +oaK +oaK +oaK +oaK +oaK +oaK +oaK +oaK +oaK +oaK +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(130,1,1) = {" +ace +ace +ace +akS +akS +bps +bpb +cbY +cJu +ccy +dyB +cbY +dEL +dLF +akS +akS +ace +ace +ace +xvW +xvW +txn +txn +gmJ +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iiJ +txn +txn +xvW +xvW +xvW +iRP +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +nQe +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +rgB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(131,1,1) = {" +ace +ace +amm +akS +akS +akS +bps +bpb +cJu +bkR +dyB +dEL +dLF +akS +akS +akS +eaU +ace +ace +xvW +fxA +txn +txn +txn +gmJ +xvW +xvW +xvW +xvW +xvW +iiJ +txn +txn +txn +itu +xvW +xvW +iRI +jMM +wAq +kSC +lDs +mep +mxI +lDs +mZM +wAq +jMM +nTj +obb +obb +obb +obb +obb +obb +obb +qBC +obb +obb +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(132,1,1) = {" +ace +ace +amm +akS +akS +akS +akS +ace +cJu +bkR +dyB +ace +akS +akS +akS +akS +eaU +ace +ace +xvW +fxA +txn +txn +txn +txn +xvW +xvW +xvW +xvW +xvW +txn +txn +txn +txn +itu +xvW +xvW +iRI +jOd +yjA +kSK +lDs +mgd +mgd +lDs +ncL +yjA +jOd +nTj +obb +oSZ +obb +obb +obb +pUu +obb +obb +pEJ +obb +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(133,1,1) = {" +ace +ace +ace +amm +akS +akS +akS +ace +cJu +bkR +dyB +ace +akS +akS +akS +eaU +ace +ace +ace +xvW +xvW +fxA +txn +txn +txn +xvW +xvW +xvW +xvW +xvW +txn +txn +txn +itu +xvW +xvW +xvW +iRI +jMM +wAq +kSC +lDs +mkW +mkW +lDs +mZM +wAq +jMM +nTj +obb +obb +obb +obb +obb +obb +obb +obb +obb +obb +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rMQ +spQ +spQ +spQ +spQ +spQ +spQ +uMQ +spQ +voZ +mVX +mVX +mVX +xiL +xHu +xHu +xHu +xkh +xkh +pdq +kuF +vCe +xHu +xHu +sQx +xmr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(134,1,1) = {" +ace +ace +ace +ace +amm +amm +ace +ace +cJu +bkR +dyB +ace +ace +eaU +eaU +ace +ace +ace +ace +xvW +xvW +xvW +fxA +fxA +xvW +xvW +xvW +xvW +xvW +xvW +xvW +itu +itu +xvW +xvW +xvW +xvW +iRI +jOd +yjA +kSK +lDs +mgd +mgd +lDs +ncL +yjA +jOd +nTj +obb +obb +puO +obb +pEJ +obb +obb +obb +pUu +obb +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rOV +spU +sCH +txk +tSS +tSS +txk +sEA +uQV +vpa +voZ +mVX +mVX +xkh +xHv +xHv +sgk +xHv +xHv +xHv +ylp +ylp +lay +nnm +hyH +xmr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +tyP +vMC +vMC +vMC +vMC +vMC +vMC +vMC +rtu +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(135,1,1) = {" +ace +ace +ace +ace +ace +ace +ace +ace +cJu +bkR +dyB +ace +ace +ace +ace +ace +ace +ace +ace +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iRI +jMM +wAq +kSC +lDs +mlT +mzI +lDs +mZM +wAq +jMM +nTj +obb +obb +obb +obb +obb +obb +oSZ +obb +obb +qBC +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rPx +spU +sEA +sEA +sEA +sEA +sEA +sEA +sEA +vqq +wgN +mVX +mVX +xlm +xKo +ykQ +xkh +xkh +xkh +xHv +eKi +ylp +fCQ +nnm +hyH +xmr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +tcM +vNw +tcM +vNw +gUs +jMD +jMD +jMD +gUs +vNw +tcM +vNw +tcM +ild +ild +ild +ild +jMD +ild +ild +ild +jMD +ild +ild +ild +jMD +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +tbo +kWm +kWm +kWm +kWm +bQS +bQS +fID +fID +fID +fID +fID +puM +puM +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(136,1,1) = {" +ace +ace +ace +ace +ace +ace +ace +ace +cRq +cRq +cRq +ace +ace +ace +ace +ace +ace +ace +ace +xvW +xvW +xvW +xvW +xvW +xvW +xvW +hmH +hmH +hmH +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iRP +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +nQe +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +rgB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rUG +spU +sEB +txI +txI +txI +uEw +uNt +uTh +vpa +vvU +mVX +mVX +xlI +xHu +xHu +szE +xmr +xkh +xHv +jph +ylp +wdV +xkh +szE +xmr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +wLM +ctv +wLM +ctv +wLM +ild +ild +ild +wLM +ctv +wLM +ctv +wLM +ild +ild +ild +ild +jMD +ild +ild +ild +jMD +ild +ild +ild +jMD +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +wAs +dwm +hgc +hgc +hgc +hgc +iBl +fMQ +tbo +tbo +tbo +tbo +tbo +tbo +tbo +tbo +tbo +tbo +kWm +kWm +kWm +kWm +bQS +bQS +fID +fID +fID +fID +fID +puM +puM +pqb +pqb +oVf +vDj +oVf +pqb +oVf +vDj +oVf +pqb +oVf +vDj +oVf +pqb +oVf +vDj +oVf +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(137,1,1) = {" +ace +acK +acK +acK +aKb +aKV +cdx +bsT +buy +bsT +bvW +bsT +dMb +bBL +eiR +acK +acK +acK +ace +mVX +mVX +mVX +mVX +fEE +gNa +fQM +fUp +fQM +gqd +fQM +ikC +gev +mVX +mVX +mVX +mVX +xvW +iRI +jQF +kDe +kDe +lId +mmh +mmh +mQj +ncU +ncU +nwg +nTj +obz +obz +obz +obz +obz +obz +obz +obz +obz +obz +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sbw +spQ +spQ +spQ +spQ +spQ +spQ +spQ +spQ +vvU +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xkh +xHv +nBq +ylp +mpQ +xkh +xmr +xmr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +wLM +ctv +wLM +ctv +wLM +ild +ild +ild +wLM +ctv +wLM +ctv +wLM +ild +ild +ild +ild +jMD +ild +ild +ild +jMD +ild +ild +ild +jMD +ild +ild +ild +jMD +ild +onc +onc +onc +srQ +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +fMQ +nIr +waZ +buw +fJz +saA +nIr +fMQ +tbo +tbo +tbo +tbo +kAW +vHu +vHu +gZv +kAW +fND +oWf +ezA +fkW +dvD +bQS +bQS +fID +fID +fID +fID +fID +puM +puM +pqb +pqb +etr +myg +wcz +pqb +etr +myg +wcz +pqb +etr +myg +wcz +pqb +etr +myg +wcz +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(138,1,1) = {" +ace +acK +acK +acK +aKV +bpV +bsT +buy +akS +akS +akS +bvW +bsT +aWU +bBL +eKa +eKa +acK +ace +mVX +mVX +mVX +fEE +fPv +fQM +fUp +txn +txn +txn +gqd +fQM +fHO +gev +mVX +mVX +mVX +xvW +iRI +jRT +kDe +kDe +lId +moA +mAo +mAo +mAo +mAo +nwj +nTj +obz +oTb +pCl +obz +pGD +pVA +pVA +pVA +qHS +obz +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xiL +pdq +vCe +xkh +xHv +uEr +gXw +mNY +xkh +xmr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +wLM +ctv +wLM +ctv +wLM +ild +ild +ild +wLM +ctv +wLM +ctv +wLM +ild +ild +ild +ild +jMD +ild +ild +ild +srQ +fID +fID +fID +bVt +fID +fID +fID +srQ +onc +onc +kTc +kTc +onc +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +fMQ +kpi +mok +mok +mok +mok +nsL +fMQ +tbo +ygT +xqF +ooy +xnx +sdb +iub +tqk +tqk +fND +oWf +tLO +ueN +dvD +bQS +bQS +fID +fID +fID +fID +fID +puM +puM +pqb +pqb +kTy +myg +uam +pqb +kTy +myg +uam +pqb +kTy +myg +uam +pqb +kTy +myg +uam +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(139,1,1) = {" +ace +acK +aof +aof +aMo +bsT +buy +akS +akS +bsT +akS +akS +bvW +bsT +aMo +aDd +eKa +acK +ace +mVX +mVX +fEE +fPv +fQM +fUp +txn +txn +fQM +txn +txn +gqd +fQM +fHO +gev +mVX +mVX +xvW +iRI +jRT +kDe +kDe +lId +mpx +mAR +mAR +mAR +mAR +nBv +nTj +obz +oTg +pCl +obz +pHy +pWb +pWb +pWb +qHU +obz +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xiL +xkh +iSs +iSs +xkh +xHv +xHu +xHu +xHu +xHu +xHu +xHu +xHu +xHu +xHu +sQx +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +wLM +vHZ +wLM +ctv +giG +jMD +jMD +jMD +giG +ctv +wLM +rBi +wLM +ild +ild +ild +onc +srQ +onc +onc +onc +onc +fID +fID +fID +pHc +fID +fID +fID +onc +onc +onc +wpv +onc +onc +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +fMQ +kLX +aNh +aNh +aNh +aNh +vES +fMQ +apl +uho +cHS +dlT +pOM +maW +tqk +tLa +tLa +fND +oWf +tLO +ueN +dvD +bQS +bQS +fID +fID +fID +fID +fID +puM +puM +pqb +pqb +iXj +crJ +iXj +pqb +iXj +crJ +iXj +pqb +iXj +crJ +iXj +pqb +iXj +crJ +iXj +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(140,1,1) = {" +ace +acK +aof +aDd +aMo +buy +akS +akS +akS +akS +akS +akS +akS +bvW +aMo +eKa +eKa +acK +ace +mVX +mVX +fEH +fQM +fUp +txn +txn +txn +txn +txn +txn +txn +gqd +fQM +fEH +mVX +mVX +xvW +iRI +jRT +kDe +kDe +lId +mri +mBz +mBz +mBz +mBz +nCr +nTj +obz +oUU +pCl +obz +pJV +pWu +pWu +pWu +qKD +obz +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sGk +tyW +tVz +tyW +tVz +uOp +tVz +uOp +whn +mVX +mVX +xiL +xHu +ylp +ylp +ylp +xkh +xHv +nuU +ylp +whv +ipB +cIA +sfs +wNS +hYC +sxn +xkh +sQx +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +wLM +ctv +wLM +ctv +giG +ild +ild +ild +giG +ctv +wLM +ctv +wLM +onc +onc +onc +onc +kTc +kTc +kTc +kTc +onc +fID +fID +fID +pHc +fID +fID +fID +onc +sVm +bQu +aOR +onc +onc +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +fMQ +gOl +bdB +apb +jmR +jFA +gOl +fMQ +vng +uho +pOQ +mZC +xZt +maW +deO +deO +deO +fND +bDb +tLO +ueN +vtr +bQS +bQS +fID +fID +fID +fID +fID +puM +puM +pqb +pqb +ntW +uVO +uVO +uVO +uVO +uVO +uVO +uVO +uVO +uVO +uVO +uVO +uVO +uVO +jIK +efW +uam +wcz +oVf +pqb +uWB +tBb +lWT +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(141,1,1) = {" +ace +acK +aof +aof +aMo +akS +akS +akS +akS +bsT +akS +akS +akS +akS +aMo +eKa +eKa +acK +ace +mVX +mVX +fEH +fUp +txn +txn +txn +txn +fQM +txn +txn +txn +txn +gqd +fEH +mVX +mVX +xvW +iRI +jRT +kDe +kDe +lIj +mmh +mmh +mQj +ncU +ncU +nwg +nTj +obz +obz +obz +obz +obz +obz +obz +obz +obz +obz +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sIi +tzd +tzd +tzd +tzd +tzd +tzd +tzd +wog +mVX +mVX +xmr +xLc +vLq +ylp +sqw +xkh +xHu +xkh +ylp +ylp +ylp +ylp +ylp +jum +uRt +vfa +exG +xkh +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +wLM +ctv +wLM +ctv +wLM +ild +iIs +iIs +wLM +ctv +wLM +ctv +wLM +onc +kTc +kTc +kTc +kTc +kTc +kTc +kTc +onc +fID +xGj +fID +pHc +fID +jLG +fID +onc +vlH +jWT +jWT +onc +onc +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +fMQ +fMQ +fMQ +fMQ +fMQ +omP +fMQ +fMQ +bFM +ygT +ygT +ygT +nQM +vqd +vqd +vqd +vqd +bhj +ezA +oBC +ueN +dQQ +bQS +bQS +fID +fID +fID +fID +fID +puM +puM +pqb +cQm +eNf +myp +ylW +sSK +sSK +sSK +sSK +sSK +sSK +sSK +sSK +sSK +sSK +fXZ +trB +kvN +myg +myg +ovc +pqb +uWB +tBb +tBb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(142,1,1) = {" +ace +acK +aof +aof +aMo +buL +cdD +cdD +cSS +akS +buL +cdD +cdD +cSS +aMo +aDd +eKa +acK +ace +mVX +mVX +fEH +fUp +gnP +gNQ +gNQ +hmL +txn +gnP +gNQ +gNQ +hmL +gqd +fEH +mVX +mVX +xvW +iRP +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +nQe +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +rgB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sKb +tBf +tWH +urU +uGB +uPh +uUk +tBf +sKb +mVX +mVX +xmr +xLf +fzt +eBs +viy +nuU +puE +nuU +ylp +ylp +ylp +ylp +ylp +nuU +ylp +ylp +bty +xkh +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +wLM +ctv +wLM +ctv +wLM +iIs +iIs +iIs +wLM +ctv +wLM +ctv +wLM +onc +onc +onc +onc +onc +onc +wpv +onc +onc +lrt +hHt +lrt +onc +lrt +hHt +lrt +onc +sDc +jWT +lBF +onc +onc +fDZ +vMC +vMC +vMC +mfP +vMC +vMC +vMC +yff +fMQ +aOA +vjK +hfl +dZe +jFA +mmH +fMQ +rIY +xnx +xnx +ssL +akk +vHu +tRk +nwq +lHw +kGN +tLO +oBC +ueN +vAw +bQS +bQS +fID +fID +fID +fID +fID +puM +sdw +sdw +sdw +eNf +myp +trB +oAH +jQj +jQj +jQj +myp +myp +jQj +jQj +jQj +mDU +eNf +trB +efW +nyo +rkU +oVf +pqb +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(143,1,1) = {" +ace +acK +aof +aDd +aMo +bvW +akS +akS +buy +bsT +bvW +akS +akS +buy +aOn +eKa +eKa +acK +ace +mVX +mVX +fEH +fUp +gqd +txn +txn +fUp +fQM +gqd +txn +txn +fUp +gqd +fEZ +mVX +mVX +xvW +iRI +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +nNr +ocx +oWL +oWL +oWL +pKI +pZz +qtR +qtR +qtR +qLK +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sLG +tBi +tYh +tYh +tYh +tYh +tYh +vwV +sLG +mVX +mVX +xmr +xMe +sFg +ylp +ylp +xkh +xHu +xkh +ylp +ylp +ylp +ylp +ylp +wNS +red +kPt +rqI +xkh +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +iIs +fjq +iIs +iIs +wLM +ctv +wLM +ctv +wLM +iIs +iIs +iIs +wLM +ctv +wLM +ctv +wLM +onc +sVm +pVt +sDc +wdH +onc +wUF +gtY +wUF +wGt +rrK +wGt +onc +wGt +fAd +wGt +onc +xYu +gOu +dby +onc +onc +rOB +rOB +rOB +iwS +kNG +iwS +iwS +iwS +fMQ +fMQ +ttN +oHB +oHB +oHB +srf +bEM +fMQ +tAi +cko +cko +hLB +qcB +wyB +xAD +pKU +vqd +mqd +tLO +oBC +ueN +ngL +bQS +bQS +fID +fID +fID +fID +fID +puM +sdw +sdw +sdw +eNf +myp +trB +nEJ +myp +myp +myp +myp +myp +myp +myp +myp +nQl +eNf +trB +pqb +pqb +pqb +pqb +pqb +uWB +tBb +lWT +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(144,1,1) = {" +ace +acK +aof +aof +aMo +bvW +akS +akS +buy +akS +bvW +akS +akS +buy +ace +ace +ace +ace +ace +mVX +mVX +fEH +fUp +gqd +txn +txn +fUp +txn +gqd +txn +txn +fUp +gqd +xvW +mVX +mVX +xvW +iRI +jSo +kGy +jSo +jSo +jSo +jSo +jSo +jSo +kGy +jSo +nNr +ocx +oWL +pDF +oWN +pLb +qbs +oWN +qBO +qtR +qLK +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sKb +tCW +tYh +tYh +tYh +tYh +tYh +vxp +sKb +mVX +mVX +xlI +xHu +ylp +ylp +ylp +xkh +xHv +nuU +ylp +lNn +akA +kml +tCg +jum +tus +biy +xkh +szE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +iIs +mPm +mAc +mAc +oZk +iIs +iIs +iIs +iIs +mbI +elS +mbI +elS +fHE +iIs +iIs +iIs +fHE +elS +mbI +elS +mbI +onc +ftu +voT +esq +laA +xzS +vdL +eRb +vvJ +ajO +oNF +ajO +onc +ajO +oNF +ajO +onc +onc +wUF +onc +onc +onc +iwS +iwS +iwS +iwS +iKU +iwS +cvu +cvu +fMQ +iRf +mYn +fts +rqg +fts +srf +aAP +fMQ +lPb +aEp +aEp +qKp +bAT +vHu +bvM +eRv +ocf +wSE +tLO +oBC +ueN +udi +bQS +bQS +fID +fID +fID +fID +fID +puM +sdw +sdw +myp +eNf +myp +trB +nEJ +myp +kyM +myp +myp +myp +myp +fBc +myp +nQl +eNf +trB +efW +uam +wcz +oVf +pqb +uWB +tBb +tBb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(145,1,1) = {" +ace +acK +aof +aof +aOn +byd +cdQ +cdQ +cTm +bsT +byd +cdQ +cdQ +cTm +ekh +eLf +eXL +eXL +ace +mVX +mVX +fEZ +fUp +gqx +gRe +gRe +hnW +fQM +gqx +gRe +gRe +hnW +gqd +iCx +mVX +mVX +xvW +iRI +jSo +jSo +jSo +jSo +kGy +kGy +jSo +jSo +jSo +jSo +nNr +oiF +oWN +pDF +oWN +pLb +qbs +quj +qBO +oWN +qNe +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sKb +tFT +tYh +tYh +tYh +tYh +tYh +vAU +sKb +mVX +mVX +mVX +xlI +xkh +mrX +mrX +xkh +xHv +xHu +xHu +xHu +xHu +xHu +xHu +xHu +xHu +xHu +szE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +iIs +ydz +mAc +mAc +oZk +iIs +pbU +pGJ +pGJ +pGJ +rwZ +pGJ +pGJ +pGJ +pGJ +pGJ +rwZ +pGJ +pGJ +pGJ +rwZ +pGJ +pGJ +pGJ +rwZ +pGJ +mVC +onc +yce +jWT +qpQ +nig +onc +vdL +tZe +vvJ +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +gJg +onc +iwS +iwS +iwS +iwS +pUa +iwS +cvu +cvu +fMQ +xCr +mYn +kHS +tRj +pnZ +srf +nDz +fMQ +pub +ygT +ygT +ygT +cKK +vqd +vqd +vqd +vqd +bhj +qiO +oBC +ueN +dQQ +bQS +bQS +fID +fID +fID +fID +fID +puM +sdw +sdw +myp +eNf +fBc +trB +quo +myp +myp +myp +myp +myp +myp +myp +myp +xKI +eNf +trB +kvN +myg +myg +ovc +pqb +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(146,1,1) = {" +ace +acK +aof +aDd +ace +byv +byv +byv +byv +dho +byv +byv +byv +byv +ace +eLT +eXL +fdk +ace +mVX +mVX +xvW +fVt +fVt +fVt +fVt +fVt +hHb +fVt +fVt +fVt +fVt +fVt +xvW +mVX +mVX +xvW +iRI +jSo +kGy +jSo +jSo +jSo +jSo +jSo +jSo +kGy +jSo +nNr +ojI +pac +pDF +oWN +pLb +qbs +oWN +qBO +qwL +qOE +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sKb +tBf +udh +uta +uGM +uta +uVg +vAU +sKb +mVX +mVX +mVX +mVX +xlI +wkA +rtw +xkh +xHv +axS +ylp +jml +xkh +xmr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +iIs +ydz +mAc +mAc +oZk +iIs +fGt +tjU +adQ +pgl +eao +tqy +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +rpk +onc +onc +onc +onc +onc +onc +rKY +xRj +oZr +oZr +oZr +oZr +oZr +oZr +oZr +oZr +oZr +oZr +oZr +vvJ +lbo +nSt +vAm +gBS +gBS +iwS +pUa +iwS +cvu +cvu +fMQ +kkq +mYn +ckm +hya +hat +srf +ifS +fMQ +vng +uho +pOQ +fvk +sYM +maW +tqk +tqk +tqk +fND +bDb +tLO +ueN +vtr +bQS +bQS +fID +fID +iQQ +fID +fID +puM +sdw +sdw +myp +eNf +myp +trB +nEJ +myp +kyM +myp +myp +myp +myp +fBc +myp +nQl +eNf +trB +efW +nyo +rkU +oVf +pqb +uWB +tBb +lWT +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(147,1,1) = {" +ace +acK +aof +aof +aWu +bAv +cdS +cAQ +cAQ +bAN +cAQ +cAQ +dQM +chS +ekh +eMK +eXL +eXL +ace +mVX +mVX +fGm +fYW +gqJ +hav +hav +hoP +get +gqJ +hav +hav +hoP +gvb +iCx +mVX +mVX +xvW +iRI +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +nNr +ojI +pac +pac +pac +pMw +qck +qwL +qwL +qwL +qOE +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sIi +tzd +udt +uvE +uHF +uvE +uYq +vCl +sKb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xkh +xHv +lSq +ylp +ylp +xkh +xmr +xmr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +tcM +rdj +jlG +hNH +spu +tbh +odZ +odZ +odZ +odZ +odZ +tqy +pyu +sgv +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +iiO +onc +sVm +pVt +sDc +wdH +onc +vdL +tZe +vvJ +wUF +wUF +wUF +wUF +wUF +hAG +wUF +wUF +wUF +hAG +wUF +lbo +nSt +qRs +gBS +mQg +iwS +kTW +iwS +cvu +cvu +luw +kkq +mYn +bBh +bBh +bBh +srf +kCf +fMQ +apl +uho +cHS +cAA +pOM +maW +deO +tLa +tLa +fND +oWf +tLO +ueN +dvD +kWm +bQS +kWm +jDB +vSE +jDB +kWm +puM +sdw +sdw +myp +eNf +fBc +trB +nEJ +myp +myp +myp +myp +myp +myp +myp +myp +nQl +eNf +trB +pqb +pqb +pqb +pqb +pqb +uWB +tBb +tBb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(148,1,1) = {" +ace +acK +aof +aof +aMo +bAv +chS +akS +akS +bAN +akS +akS +bAv +chS +ace +ace +ace +ace +ace +mVX +mVX +fEH +fYW +gvb +txn +txn +fYW +txn +gvb +txn +txn +fYW +gvb +xvW +mVX +mVX +xvW +iRP +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +nQe +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +rgB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sKb +tLs +ugm +uxM +uIf +uxM +uZe +vAU +sKb +mVX +mVX +xiL +xHu +xHu +sQx +xmr +xkh +xHv +hFk +wRK +kPz +xkh +sQx +xmr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +wLM +nJH +cHU +cHU +cHU +cIn +odZ +odZ +odZ +odZ +odZ +tqy +pyu +rpk +kxR +hnv +hnv +uSc +hnv +hnv +dgy +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +ftu +voT +esq +laA +xzS +vdL +tZe +vvJ +aoy +sAi +oiy +sAi +oiy +onc +onc +wUF +onc +onc +iwS +iwS +eyb +iwS +gBS +gBS +iwS +pUa +iwS +iwS +fMQ +fMQ +xwc +aBX +aBX +aBX +aBX +aBX +aoW +fMQ +fMQ +ygT +xqF +kAt +aEp +sdb +iub +deO +deO +fND +oWf +tLO +ueN +dvD +kWm +vAw +ezA +nHr +nHr +aSK +kWm +pqb +sdw +sdw +myp +eNf +myp +trB +sUB +txY +txY +txY +myp +myp +txY +txY +txY +hvZ +eNf +trB +efW +uam +wcz +oVf +pqb +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(149,1,1) = {" +ace +acK +aof +aDd +aMo +bAv +chS +akS +akS +bAN +akS +akS +bAv +chS +aWu +eKa +eKa +acK +ace +mVX +mVX +fEH +fYW +gvb +txn +txn +fYW +get +gvb +txn +txn +fYW +gvb +fGm +mVX +mVX +xvW +iRI +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +nNr +olx +olx +olx +olx +olx +olx +olx +qFK +qLr +qQE +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sLG +tQv +ugm +ugm +ugm +ugm +vba +vGL +sLG +mVX +mVX +xnG +xMx +nhY +xkh +xkh +xkh +xHv +wbC +ylp +ylp +nnm +hyH +xmr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +wLM +hNH +cHU +cHU +kvz +oGK +cLc +brl +brl +brl +fTt +kcO +pyu +rpk +art +ctv +ctv +ctv +ctv +ctv +kqu +onc +onc +fsr +mDE +sBu +nWB +cSN +hMi +eNW +auB +jmW +onc +yce +jWT +qpQ +nig +onc +vdL +tZe +vvJ +sTV +sAi +sxc +sAi +sxc +onc +xYu +vDs +dby +onc +uDo +rnN +ueh +tOu +gBS +gBS +iwS +pUa +iwS +iwS +fMQ +szJ +mok +mok +jZT +xbJ +aGX +mok +mok +psX +fMQ +tbo +tbo +tbo +kAW +vHu +vHu +gHZ +kAW +fND +oWf +tLO +ueN +dvD +kWm +trA +tLO +oBC +oBC +dAY +kWm +pqb +sdw +sdw +sdw +eNf +myp +trB +def +kco +nVl +mxS +myp +myp +xap +gJq +ipn +ltP +eNf +trB +kvN +myg +myg +ovc +pqb +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(150,1,1) = {" +ace +acK +aof +aof +aMo +bAv +chX +cAS +cAS +bAN +cAS +cAS +dRO +chS +aMo +aDd +eKa +acK +ace +mVX +mVX +fEH +fYW +gvf +hbV +hbV +hrW +txn +gvf +hbV +hbV +hrW +gvb +fEH +mVX +mVX +xvW +iRI +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +nNr +olx +pcD +olx +olx +pOr +olx +olx +qFK +qLr +qQE +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sMq +tzd +tzd +uAN +uJk +uAN +tzd +tzd +wqo +mVX +mVX +xkh +xHv +xHv +tLY +xHv +xHv +xHv +ylp +ylp +lay +nnm +hyH +xmr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +wLM +dvz +cHU +cHU +kvz +gkW +cLc +khP +khP +oZR +uSB +rwi +pyu +rpk +art +ctv +qCu +qCu +qCu +ctv +aya +onc +onc +bRi +lcq +nWB +nWB +nWB +pPI +pPI +pPI +gGp +onc +onc +onc +onc +onc +onc +rKY +tZe +vvJ +fpS +sAi +uBv +sAi +uBv +onc +sDc +jWT +lBF +onc +ilu +ueh +ugK +iwS +wLL +qUb +iwS +pUa +iwS +iwS +fMQ +qDT +rgF +jzx +jZT +wWF +aGX +jzx +rgF +wxh +fMQ +tbo +tbo +tbo +tbo +tbo +tbo +tbo +tbo +tbo +kWm +xac +uSA +kWm +kWm +udi +tLO +oBC +oBC +iLF +kWm +pqb +sdw +sdw +sdw +eNf +myp +trB +ikE +hzh +lBg +lBg +myp +myp +ipn +ipn +ipn +oSm +eNf +trB +efW +nyo +rkU +oVf +pqb +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(151,1,1) = {" +ace +acK +aof +aof +aMo +bAv +akS +akS +akS +akS +akS +akS +akS +chS +aMo +eKa +eKa +acK +ace +mVX +mVX +fEH +fYW +txn +txn +txn +txn +get +txn +txn +txn +txn +gvb +fEH +mVX +mVX +xvW +iRI +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +nNr +olx +olx +olx +olx +olx +olx +olx +qFK +qLr +qQE +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xlI +xHu +xHu +xHu +xkh +xkh +wkA +vzV +rtw +xHu +xHu +szE +xmr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +wLM +dvz +pHX +dbl +dbl +deP +dfd +xTS +sUd +khP +xuc +tqy +lhs +rpk +ctv +ctv +ctv +ctv +ctv +ctv +ctv +aqo +onc +wEK +qPt +nWB +nWB +nWB +pPI +pPI +pPI +pPI +onc +sVm +pVt +sDc +wdH +onc +vdL +tZe +jjH +onc +onc +onc +onc +onc +onc +vlH +jWT +jWT +onc +lvI +ueh +ueh +eyb +myG +myG +iwS +vUy +iwS +iwS +fMQ +aCM +vpW +aGu +aOb +rVg +oMK +aGu +xFZ +gzp +fMQ +aRW +sZP +sZP +myG +fIM +hAX +gBS +kbX +jgg +vvY +tLO +nPt +nHr +nHr +nHr +gul +oBC +oBC +ueN +dvD +pqb +pqb +pqb +cQm +eNf +myp +trB +ybq +hzh +oBR +hzh +myp +myp +ipn +ipn +gJq +oSm +eNf +trB +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(152,1,1) = {" +ace +acK +aof +aDd +aMo +bAN +bAv +akS +akS +bAN +akS +akS +chS +bAN +aMo +eKa +eKa +acK +ace +mVX +mVX +fEH +get +fYW +txn +txn +txn +txn +txn +txn +txn +gvb +get +fEH +mVX +mVX +xvW +iRI +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +nNr +olx +pdl +olx +olx +olx +qfv +olx +qFK +qLr +qQE +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +mbI +oIM +pHX +vTg +puZ +tQh +xTS +fBk +puZ +vTg +sOr +tqy +lhs +rpk +ctv +ctv +ctv +wqP +ctv +ctv +ctv +ctz +onc +iqP +feR +nWB +nWB +nWB +qcF +blz +cfw +pbV +onc +ftu +voT +esq +laA +xzS +vdL +tZe +vvJ +onc +wdH +sDc +vlH +sVm +onc +sVm +kbP +aOR +onc +iwS +iwS +fYP +iwS +jBK +pUa +sZP +pUa +wde +iwS +fMQ +sSm +vog +aUx +ipI +wWF +nKg +aUx +vog +lhl +fMQ +rBs +pUa +kkU +myG +lNm +gBS +gBS +kbX +jgg +oBC +tLO +cxl +oBC +oBC +grI +oBC +oBC +oBC +ueN +dvD +pqb +pqb +pqb +pqb +eNf +myp +trB +fFi +rQy +tSu +aIy +myp +myp +kvh +bSd +bSd +bZj +eNf +trB +efW +uam +wcz +oVf +pqb +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(153,1,1) = {" +ace +acK +aof +aof +aMo +bAN +bAv +akS +akS +bAN +akS +akS +chS +bAN +aMo +aDd +eKa +acK +ace +mVX +mVX +fHO +gev +get +fYW +txn +txn +get +txn +txn +gvb +get +fEE +fPv +mVX +mVX +xvW +iRI +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +nNr +olx +olx +olx +olx +olx +olx +olx +qFK +qLr +qQE +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rpG +scc +scc +scc +scc +scc +scc +scc +scc +vbV +vHM +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +iIs +iIs +suv +ajE +ajE +tNv +dfd +xTS +sUd +brl +rXP +rwi +jcE +rpk +ctv +ctv +ctv +ctv +ctv +ctv +ctv +dDF +onc +oIW +nWB +nWB +sPD +mhg +onc +onc +onc +onc +onc +yce +jWT +qpQ +nig +onc +vdL +tZe +vvJ +xzS +laA +oMM +vwP +hTY +onc +onc +onc +onc +onc +iwS +uAJ +pUa +pUa +jBK +pUa +pUa +pUa +pUa +wde +fMQ +fMQ +nIr +gOl +qIq +wWF +kWN +gOl +nIr +fMQ +fMQ +jBK +oNa +iwS +eyb +iwS +eyb +haO +iwS +jDB +kWm +tLO +oBC +oBC +oBC +oBC +tJZ +oBC +oBC +ueN +dQQ +pqb +reY +hiF +ePH +eNf +myp +ser +uVO +uVO +uVO +uVO +uVO +uVO +uVO +uVO +uVO +uVO +rWg +trB +kvN +myg +myg +ovc +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(154,1,1) = {" +ace +acK +acK +acK +aWU +bBL +bAN +bAv +akS +akS +akS +chS +bAN +aKV +bpV +eKa +eKa +acK +ace +mVX +mVX +mVX +fHO +gev +get +fYW +txn +txn +txn +gvb +get +fEE +fPv +mVX +mVX +mVX +xvW +iRP +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +nQe +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +rgB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rtM +sdS +sug +sPi +tQA +uhs +uhs +uJC +uPi +veL +vbV +mVX +mVX +mVX +mVX +mVX +wLf +xRb +xRb +xRb +hYN +xRb +xRb +hYN +xRb +xRb +xRb +xRb +gyb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +tcM +dvz +cHU +kvz +jXt +cLc +brl +brl +oZR +uSB +tqy +pyu +rpk +art +ctv +qCu +qCu +qCu +ctv +cjY +onc +onc +eXB +nWB +nWB +wrT +kff +fEi +blm +lNy +onc +onc +onc +onc +onc +onc +onc +rKY +tZe +vvJ +onc +nig +lBF +jWT +aOR +onc +kTc +kTc +kTc +kTc +iwS +eQt +tXE +rnH +xGH +pUa +pUa +pUa +pUa +pUa +wde +fMQ +fMQ +fMQ +ugS +fMQ +ugS +fMQ +fMQ +fMQ +fMQ +jBK +oNa +dPo +ueh +ueh +aQv +rnN +wsY +iFm +kWm +tLO +oBC +oBC +oBC +oBC +oBC +xGD +oBC +ueN +dvD +pqb +vkh +tGz +tGz +eNf +myp +ylW +sSK +sSK +sSK +sSK +sSK +sSK +sSK +sSK +sSK +sSK +sSK +bje +efW +nyo +rkU +oVf +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(155,1,1) = {" +ace +acK +acK +acK +aWX +aWU +cdx +bAN +bAv +bAN +chS +bAN +dMb +bpV +esm +acK +acK +acK +ace +mVX +mVX +mVX +mVX +fHO +gNa +get +fYW +get +gvb +get +ikC +fPv +mVX +mVX +mVX +mVX +xvW +iRI +jVu +jVu +jVu +jVu +jVu +jVu +jVu +jVu +jVu +jVu +nNr +ooF +pdP +pdP +pdP +pPo +qhn +qzi +qzi +qzi +qRz +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ryw +sdS +sui +sPK +sug +sug +sug +sug +sug +sug +vHX +mVX +mVX +mVX +mVX +wLf +xoz +hMD +emN +xKm +aEQ +ghX +ghX +aEQ +qYm +dte +bit +eJU +scI +xRb +gyb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +wLM +hNH +cHU +kvz +svr +cLc +khP +khP +khP +mli +kcO +pyu +rpk +art +ctv +ctv +ctv +ctv +ctv +wZz +onc +voi +nWB +nWB +nWB +xRM +xQp +rBp +rBp +rBp +lNy +onc +sVm +pVt +sDc +wdH +onc +vdL +tZe +jjH +onc +onc +onc +onc +onc +onc +onc +onc +wpv +onc +onc +onc +onc +onc +iwS +xGH +pUa +pUa +pUa +pUa +pUa +sZP +sZP +sZP +pUa +tkR +pUa +sZP +sZP +sZP +sZP +iGT +oNa +iwS +lvI +ueh +ueh +ueh +ueh +fKF +kWm +tLO +oBC +eZi +htk +htk +htk +ufi +htk +lgU +dvD +pqb +ont +tGz +tGz +eNf +myp +trB +pqb +rMa +htR +rMa +pqb +rMa +htR +rMa +pqb +rMa +htR +rMa +pqb +pqb +pqb +pqb +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(156,1,1) = {" +ace +ace +ace +ace +ace +ace +ace +ace +cUH +cUH +cUH +ace +ace +ace +ace +ace +ace +ace +ace +xvW +xvW +xvW +xvW +xvW +xvW +xvW +hvl +hvl +hvl +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iRI +jVu +kHP +jVu +jVu +jVu +jVu +jVu +jVu +kHP +jVu +nNr +opx +pep +pep +pep +pPK +qpi +pep +pep +pep +qSb +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rzd +sdS +sug +sPL +sug +uhu +uhu +sug +uQE +vgY +vbV +mVX +mVX +mVX +wLf +xoz +vVV +qSy +qSy +qSy +ioP +ghX +ghX +ioP +qSy +qSy +qSy +wfh +fZO +xZc +scI +gyb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +wLM +cwU +cHU +cHU +cIn +odZ +odZ +odZ +odZ +odZ +tqy +pyu +rpk +qFa +aXl +aXl +cUs +aXl +aXl +pcw +onc +ycD +nWB +nWB +nWB +aqV +njZ +rBp +rBp +rBp +qlM +onc +ftu +voT +esq +laA +xzS +vdL +tZe +vvJ +onc +wdH +sDc +vlH +sVm +onc +sVm +pVt +sDc +wdH +onc +wUF +gtY +wUF +iwS +iwS +xGH +pUa +pUa +pUa +pUa +pUa +pUa +pUa +pUa +vUy +pUa +pUa +pUa +pUa +pUa +pUa +oNa +iwS +iwS +mRX +ueh +ueh +xgm +kWm +kWm +tLO +oBC +ueN +kWm +qNE +kWm +kWm +ftv +kWm +kWm +pqb +ont +tGz +tGz +eNf +myp +trB +pqb +kTy +myg +uam +pqb +kTy +myg +uam +pqb +kTy +myg +uam +pqb +pqb +pqb +pqb +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(157,1,1) = {" +ace +ace +ace +ace +ace +ace +ace +ace +cXo +bEB +dzW +ace +ace +ace +ace +ace +ace +ace +ace +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iRI +jVu +jVu +jVu +jVu +jVu +jVu +jVu +jVu +jVu +jVu +nNr +opx +pep +pep +pep +pPK +qpi +pep +pep +pep +qSb +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rDb +scc +scc +scc +scc +scc +scc +uJF +scc +vbV +vJn +mVX +mVX +wLf +xoz +xML +qSy +qSy +qSy +qSy +sos +ghX +ghX +iAp +qSy +qSy +qSy +qSy +xPZ +qSy +wxu +aEQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +mbI +sIC +hNH +ggS +rtO +odZ +odZ +odZ +odZ +odZ +tqy +pyu +rUb +pGJ +mVC +onc +onc +onc +onc +onc +onc +voi +nWB +nWB +nWB +jeU +kmF +kvI +mRz +qlM +onc +onc +yce +jWT +qpQ +nig +onc +vdL +tZe +vvJ +xzS +laA +oMM +vwP +hTY +onc +ftu +voT +esq +laA +xzS +vdL +eRb +vvJ +xLE +iwS +iwS +xGH +pUa +pUa +kkU +kkU +cVB +kkU +kkU +vUy +kkU +pUa +pUa +cVB +pUa +pUa +kNj +iwS +iwS +mXR +iJo +sRk +mXR +kWm +kWm +tLO +oBC +oaa +kWm +jle +nRs +kWm +jle +nRs +kWm +pqb +reY +kUC +omh +eNf +myp +trB +pqb +etr +myg +wcz +pqb +etr +myg +wcz +pqb +etr +myg +wcz +pqb +pqb +pqb +pqb +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(158,1,1) = {" +ace +ace +ace +ace +amm +amm +ace +ace +cXo +bEB +dzW +ace +ace +ecw +ecw +ace +ace +ace +ace +xvW +xvW +xvW +fxA +fxA +xvW +xvW +xvW +xvW +xvW +xvW +xvW +ivB +ivB +iDq +xvW +xvW +xvW +iRI +jVu +kHP +jVu +jVu +jVu +jVu +jVu +jVu +kHP +jVu +nNr +opx +pep +pep +pep +pPK +qpi +pep +pep +pep +qSb +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wOB +xpg +xPt +qSy +qSy +qSy +fAu +bPQ +ghX +ghX +bPQ +qSy +qSy +qSy +qSy +tgO +qSy +wxu +aEQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +iIs +iIs +iIs +iIs +iIs +uFG +aIt +lmc +dRS +wxC +ntK +aps +uLx +pyu +rpk +onc +onc +lbo +qdI +lbo +onc +onc +sWV +onc +sWV +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +rKY +tZe +vvJ +onc +nig +lBF +jWT +aOR +onc +yce +jWT +qpQ +nig +onc +vdL +tZe +vvJ +cFn +iwS +iwS +iwS +jBK +udJ +fMQ +fMQ +fMQ +fMQ +fMQ +fMQ +aoc +mUc +gJh +vwe +mUc +gJh +aoc +fMQ +fMQ +fMQ +fMQ +fMQ +fMQ +kWm +kWm +tLO +svl +ueN +kWm +gzR +qqS +kWm +igY +qqS +kWm +pqb +pqb +pqb +pqb +eNf +myp +trB +pqb +oVf +wNj +oVf +pqb +oVf +wNj +oVf +pqb +oVf +wNj +oVf +pqb +pqb +pqb +pqb +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(159,1,1) = {" +ace +ace +ace +amm +akS +akS +akS +ace +cXo +bEB +dzW +ace +akS +akS +akS +ecw +ace +ace +ace +xvW +xvW +fxA +txn +txn +txn +xvW +xvW +xvW +xvW +xvW +txn +txn +txn +ivB +xvW +xvW +xvW +iRI +jVu +jVu +jVu +jVu +jVu +jVu +jVu +jVu +jVu +jVu +nNr +otA +pev +pev +pev +pRI +qpS +qAN +qAN +qAN +qSv +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rkx +rEl +rEl +rEl +sRh +rEl +rEl +rEl +sRh +rEl +rEl +vKg +mVX +mVX +wPz +xqq +xQj +qSy +lgb +rSH +lLo +aEQ +ghX +ghX +aEQ +xUo +xUo +vKn +xUo +mRc +xUo +qev +bzv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +tcM +okT +qQr +iIs +iIs +iIs +iIs +iIs +iIs +iIs +iIs +tqy +pyu +rpk +lrt +sWJ +otB +nuz +nuz +nuz +nuz +nuz +kgu +nuz +nuz +nuz +kgu +nuz +nuz +kgu +xSv +wUF +wUF +gtY +wUF +wUF +vdL +tZe +jjH +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +rKY +tZe +vvJ +ewI +iwS +alG +koH +jBK +oNa +fMQ +ppZ +uqg +rnv +ppZ +bQi +lZV +aBX +aBX +cqY +aBX +aBX +fhT +veQ +rgF +ayG +veQ +vqC +fMQ +kWm +kWm +qiO +htk +lgU +kWm +kWm +kWm +kWm +kWm +kWm +kWm +pqb +cQm +thl +thl +eNf +myp +trB +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +uWB +tBb +lWT +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(160,1,1) = {" +ace +ace +amm +akS +akS +akS +akS +ace +cXo +bEB +dzW +ace +akS +akS +akS +akS +ecw +ace +ace +xvW +fxA +txn +txn +txn +txn +xvW +xvW +xvW +xvW +xvW +txn +txn +txn +txn +ivB +xvW +xvW +iRP +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +nQe +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +jBx +rgB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rkx +rJo +siZ +sAg +sAg +sAg +siZ +sAg +sAg +sAg +vhG +vKW +mVX +mVX +wQy +xqK +xRb +xRb +xRb +xRb +xRb +vsV +mpZ +ghX +scI +xRb +xRb +hYN +xRb +xRb +xRb +vsV +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +wLM +iFf +odZ +odZ +bGq +jKi +ege +ege +ege +ttO +iIs +kcO +pyu +rpk +wGt +dTZ +tvL +cnt +cnt +cnt +cnt +cnt +cnt +cnt +cnt +cnt +cnt +cnt +cnt +cnt +xSv +vdL +oZr +oZr +oZr +oZr +oZr +xRj +vvJ +onc +wdH +sDc +vlH +sVm +onc +sVm +pVt +sDc +wdH +onc +vdL +tZe +vvJ +kTP +iwS +waY +hLq +jBK +oNa +fMQ +ppZ +uqg +rnv +ppZ +bQi +dyQ +aBX +aBX +aBX +aBX +aBX +nCx +veQ +rgF +ayG +veQ +vqC +fMQ +kWm +hwF +uLr +xmI +xmI +xmI +xmI +xcV +kom +myp +myp +myp +nCA +myp +myp +myp +eNf +myp +trB +pqb +iMX +nSj +rNs +rNs +nSj +iMX +pqb +tKi +lYr +keG +hiL +cQD +hiL +pqb +pqb +uWB +tBb +tBb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(161,1,1) = {" +ace +ace +amm +akS +akS +akS +bps +bCq +cXo +bEB +dzW +dGF +dLF +akS +akS +akS +ecw +ace +ace +xvW +fxA +txn +txn +txn +gmJ +xvW +xvW +xvW +xvW +xvW +iiJ +txn +txn +txn +ivB +xvW +xvW +iRI +jWI +kHQ +kHQ +kHQ +kHQ +mBV +mBV +mBV +mBV +nGs +nNr +otY +pfM +pfM +pfM +pfM +qrr +qrr +qrr +qrr +qWj +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rkV +rMn +rMn +rMn +rMn +rMn +rMn +rMn +rMn +rMn +rMn +vXG +mVX +mVX +wPz +xqq +xTl +xTl +luk +xTl +xTl +ioP +ghX +ghX +xZc +dCQ +xZc +ioP +jqa +qSy +tJb +teR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +wLM +dUh +odZ +odZ +aQX +gLh +fkh +fkh +fkh +fkh +eMo +tqy +pyu +rpk +wGt +jlU +tvL +kkB +gcB +gcB +gcB +gcB +gcB +gcB +gcB +gcB +gcB +gcB +gcB +vRS +xSv +wUF +wUF +hAG +wUF +wUF +vdL +tZe +vvJ +xzS +laA +oMM +vwP +hTY +onc +ftu +voT +esq +laA +xzS +vdL +tZe +vvJ +wQz +iwS +nMv +pbe +jBK +oNa +fMQ +oCp +ppZ +wAE +rnv +ppZ +axT +bCT +aBX +aBX +aBX +cDS +uTp +vqC +ayG +etw +vqC +qHm +fMQ +kWm +hwF +rJC +oBC +oBC +oBC +oBC +tDo +fmZ +beg +beg +beg +pqb +cQm +thl +thl +eNf +myp +trB +pqb +eHs +tGz +tGz +tGz +tGz +wUL +pqb +jUr +kCu +kCu +kCu +kCu +kCu +nXK +pqb +uWB +tBb +lWT +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(162,1,1) = {" +ace +ace +ace +akS +akS +bps +bCq +cjx +cXo +cCo +dzW +cjx +dGF +dLF +akS +akS +ace +ace +ace +xvW +xvW +txn +txn +gmJ +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iiJ +txn +txn +xvW +xvW +xvW +iRI +jYc +kIw +kIw +kIw +kIw +kIw +kIw +kIw +kIw +nHg +nNr +ovA +pkY +pkY +pkY +pkY +pkY +pkY +pkY +pkY +qXw +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rkx +rJo +sob +sAg +sAg +sAg +uhy +sAg +sAg +sAg +vmL +vKW +mVX +mVX +wQy +xtf +xUo +xUo +xUo +xUo +xUo +gmt +ghX +ghX +ghX +ghX +ghX +rro +qSy +ciE +gja +teR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +mbI +gcU +odZ +odZ +xPF +eyT +ohN +ohN +ohN +ohN +iIs +tqy +pyu +rpk +wGt +qIR +tvL +gOi +vhg +onc +nQb +rou +wUF +wUF +vhU +wUF +wUF +onc +onc +onc +onc +onc +onc +onc +onc +unO +vdL +tZe +vvJ +onc +nig +lBF +jWT +aOR +onc +yce +jWT +qpQ +nig +onc +vdL +tZe +vvJ +hgB +iwS +osp +waY +jBK +oNa +fMQ +rgF +eru +ojv +rnv +eru +rRF +bCT +aBX +aBX +aBX +cDS +bfo +cxK +ayG +bfo +cxK +rgF +fMQ +kWm +mdV +rJC +xXq +xcV +sVL +jNk +tDo +fmZ +jWM +aWr +mpj +pqb +pqb +pqb +pqb +eNf +myp +trB +pqb +ero +tGz +tGz +tGz +tGz +uDD +pqb +eDV +kCu +kCu +kCu +kCu +kCu +oJi +pqb +uWB +tBb +tBb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(163,1,1) = {" +ace +ace +ace +ace +ace +bCq +cjx +cCj +cXo +bEB +dzW +dan +cjx +dGF +ace +ace +ace +ace +ace +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iRI +jYc +kIw +kIw +kIw +kIw +kIw +kIw +kIw +kIw +nHg +nNr +ovA +pkY +pkY +pkY +pkY +pkY +pkY +pkY +pkY +qXw +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rkx +rEl +rEl +rEl +sRh +rEl +rEl +rEl +sRh +rEl +rEl +vYJ +mVX +mVX +wQy +xwm +xZc +xZc +xZc +xZc +xZc +gmt +ghX +ghX +ghX +ghX +ghX +rro +qSy +ciE +nGT +teR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +iIs +iIs +dGP +odZ +odZ +eyT +ege +ege +ege +ege +iIs +tqy +pyu +rpk +wGt +dTZ +tvL +gOi +tZj +onc +mST +iTE +cEE +oOS +sVj +wUF +wUF +aNP +onc +onc +onc +vPm +vPm +onc +onc +vod +vdL +tZe +jjH +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +rKY +tZe +vvJ +kkr +iwS +erk +waY +jBK +oNa +fMQ +rgF +kRJ +kRJ +rgF +kRJ +kRJ +aBX +aBX +fsS +aBX +aBX +vYW +vYW +rgF +vYW +vYW +rgF +fMQ +kWm +hwF +rJC +uLr +jNk +xmI +xcV +tDo +fmZ +wRR +suU +nug +pqb +tRY +tRY +tRY +eNf +myp +trB +pqb +pqb +pqb +gPg +gPg +pqb +pqb +pqb +pqb +iwv +fcs +fcs +epD +kCu +oJi +pqb +uWB +tBb +lWT +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(164,1,1) = {" +ace +ace +afh +afh +ace +bDF +cpt +cpt +cYP +bEB +cEF +cpt +cpt +ecL +ace +ePr +ePr +ace +ace +xvW +fow +fow +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iEP +iEP +xvW +xvW +iRI +jYc +kIw +kIw +kIw +kIw +kIw +kIw +kIw +kIw +nHg +nNr +ovA +pkY +pkY +pkY +pkY +pkY +pkY +pkY +pkY +qXw +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wPz +xqq +xTl +xTl +teF +xTl +xTl +bPQ +ghX +ghX +xUo +vKn +xUo +bPQ +gXC +qSy +arC +teR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +tcM +abb +odZ +lJm +gLh +fkh +fkh +fkh +fkh +eMo +tqy +pyu +rpk +ajO +sWJ +tvL +gOi +ncp +onc +rGl +sAi +oss +sAi +rye +wUF +wUF +wxO +vPm +nYA +vPm +jWT +jWT +vPm +onc +cTV +vdL +tZe +vvJ +wUF +wUF +wUF +wUF +wUF +gtY +wUF +wUF +wUF +wUF +wUF +vdL +tZe +vvJ +wIl +iwS +fHh +pbe +jBK +oNa +fMQ +rgF +kRJ +kRJ +rgF +kRJ +kRJ +aBX +aBX +sOT +aBX +aBX +vYW +vYW +rgF +vYW +vYW +rgF +fMQ +kWm +hwF +rJC +oBC +oBC +oBC +oBC +tDo +fmZ +odz +eNf +trB +pqb +uMr +myp +myp +eNf +myp +ser +uVO +uVO +uVO +uVO +uVO +uVO +uVO +jIK +sAZ +kCu +kCu +kCu +kCu +kCu +oJi +pqb +uWB +tBb +tBb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(165,1,1) = {" +ace +afh +akS +akS +aJI +bEB +bEB +cCo +bEB +dhD +bEB +bEB +cCo +bEB +euF +akS +akS +ePr +ace +fow +txn +txn +fNP +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iBm +txn +txn +iEP +xvW +iRI +jYY +kJG +kJG +kJG +kJG +mCG +mCG +mCG +mCG +nKy +nNr +owc +pmF +pmF +pmF +pmF +qso +qso +qso +qso +qYf +rfE +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wQy +xqK +xRb +xRb +xRb +xRb +xRb +vsV +mpZ +ghX +qev +xRb +xRb +mtU +xRb +xRb +xRb +vsV +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +mbI +mes +gUw +nTS +eyT +ohN +ohN +ohN +ohN +iIs +tqy +pyu +rpk +onc +onc +tvL +gOi +cTV +onc +jEf +srI +sAi +sAi +exL +wUF +wUF +jWT +jWT +jWT +jWT +jWT +jWT +uMu +onc +xzd +vdL +xRj +oZr +oZr +oZr +oZr +oZr +oZr +oZr +oZr +oZr +oZr +oZr +oZr +oZr +xRj +vvJ +rIS +iwS +msA +hLq +jBK +udJ +fMQ +rgF +ozy +aOd +rnv +ozy +aGD +bCT +qxt +qxt +qxt +cDS +rDy +wbe +ayG +wBr +wbe +rgF +fMQ +kWm +hwF +xXq +sVL +sVL +sVL +fhx +jNk +fmZ +aWr +ilL +bje +pqb +izs +izs +izs +xmb +sSK +myp +myp +sSK +sSK +sSK +sSK +sSK +fXZ +trB +cxS +gPk +dSn +gmq +vbb +naw +pqb +pqb +uWB +tBb +lWT +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(166,1,1) = {" +ace +ace +afh +afh +ace +bKM +cpV +cpV +dan +bEB +cCj +cpV +cpV +eeN +ace +ePr +ePr +ace +ace +xvW +fow +fow +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iEP +iEP +xvW +xvW +iTp +jZO +jZO +jZO +jZO +jZO +jZO +jZO +jZO +jZO +jZO +nUz +jZO +jZO +jZO +jZO +jZO +jZO +jZO +jZO +jZO +jZO +rit +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wPz +xqq +ycf +qSy +hfR +xGd +qSy +aEQ +ghX +ghX +aEQ +lpu +gHP +jQB +ggg +seS +fvN +scI +gyb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +iIs +iIs +jCv +qJu +cct +jPx +gMB +mDs +uvO +iIs +kcO +pyu +rpk +onc +onc +pvx +dpF +onc +onc +onc +onc +lAK +wWp +exL +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +onc +jyl +vdL +tZe +vvJ +wUF +wUF +hAG +wUF +wUF +wUF +wUF +wUF +hAG +wUF +wUF +vdL +tZe +vvJ +uwP +iwS +alG +koH +jBK +oNa +fMQ +oCp +ppZ +ffV +rnv +ppZ +haZ +bCT +qxt +qlX +qxt +cDS +fWt +vqC +ayG +ecb +vqC +qHm +fMQ +kWm +kWm +ohk +oBC +oBC +pqb +pqb +gPg +pqb +pqb +pqb +gPg +pqb +pqb +pqb +pqb +ldr +drp +myp +myp +drp +drp +drp +drp +lbU +eNf +trB +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +uWB +tBb +tBb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(167,1,1) = {" +ace +ace +ace +ace +ace +bNV +cjx +cEF +cXo +bEB +dzW +cYP +cjx +dHc +ace +ace +ace +ace +ace +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sBs +tdj +tdj +tdj +uBa +mVX +mVX +mVX +mVX +mVX +mVX +wOB +xpg +yeF +qSy +omB +xGd +qSy +ioP +wJf +ghX +ioP +qSy +qSy +qSy +qSy +qSy +qSy +mUp +aEQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +tcM +phM +fDS +cct +jsg +dZA +phM +dZA +iIs +tqy +pyu +rUb +pGJ +rwZ +pGJ +mVC +nIj +nIj +xbI +iIs +vQi +sAi +yls +wUF +fRW +fRW +fRW +wUF +fRW +fRW +fRW +rKE +onc +qIR +vdL +tZe +jjH +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +rKY +tZe +vvJ +vHf +iwS +iwS +iwS +jBK +oNa +fMQ +ppZ +smL +rnv +ppZ +hRy +dyQ +aBX +aBX +aBX +aBX +aBX +nCx +vIj +vqC +ayG +rLk +vqC +luw +kHR +kWm +dQQ +kPg +kPg +pqb +thl +ntW +uVO +uVO +uVO +uVO +uVO +jIK +thl +pqb +pUR +pUR +myp +myp +pUR +pUR +myp +pUR +cmf +ipn +ipn +xaU +fLn +fmc +ipn +nZr +fLn +fmc +pqb +uWB +tBb +lWT +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(168,1,1) = {" +ace +ace +ace +akS +akS +bfC +bNV +cjx +cXo +cCo +dzW +cjx +dHc +dJG +akS +akS +ace +ace +ace +xvW +xvW +txn +txn +gjC +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xdH +txn +txn +xvW +xvW +xvW +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sBv +tey +tey +tey +sBv +mVX +mVX +mVX +mVX +mVX +mVX +wRT +xyH +yfm +qSy +tyq +xGd +qSy +gmt +ghX +ghX +lVm +qSy +qSy +qSy +qSy +qSy +qSy +qYm +aEQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +mbI +kwq +fOf +cct +aKD +phM +dZA +phM +iIs +tqy +pyu +pyu +pyu +pyu +pyu +rUb +pGJ +pGJ +aie +iIs +xMz +sAi +jBf +wUF +mce +wxT +wxT +wUF +mce +wxT +wxT +dbj +onc +vod +vdL +tZe +vvJ +onc +wdH +sDc +vlH +sVm +onc +sVm +pVt +sDc +wdH +onc +vdL +tZe +vvJ +hgB +iwS +iwS +aRW +pUa +kNj +fMQ +ppZ +vjq +rnv +ppZ +xqZ +lRs +nnN +sAd +nUi +kPi +fHe +qBn +tVL +vqC +ayG +oDu +vqC +fMQ +nAN +nAN +nAN +vnv +vnv +pqb +thl +xmb +sSK +sSK +sSK +sSK +sSK +bje +cQm +pqb +dGN +dGN +myp +myp +dGN +dGN +myp +dGN +yag +ipn +ipn +xaU +bXH +fmc +ipn +nZr +bXH +fmc +pqb +uWB +tBb +tBb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(169,1,1) = {" +ace +ace +axA +akS +akS +akS +bfC +bNV +cXo +bEB +dzW +dHc +dJG +akS +akS +akS +eXP +ace +ace +xvW +fyW +txn +txn +txn +gjC +xvW +xvW +xvW +xvW +xvW +xdH +txn +txn +txn +iGM +xvW +xvW +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sBv +teO +tQQ +ujo +sBv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wRT +xyH +qSy +qSy +qSy +qSy +bPQ +wOi +wOi +bPQ +qSy +qSy +qSy +qSy +huE +jGe +qev +bzv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +iIs +iIs +oKP +mfo +app +xtI +dZA +nlb +iIs +hku +xuq +aps +aps +aps +aps +aps +uLx +pyu +rpk +iIs +wUF +wUF +wUF +wUF +luf +luf +luf +wUF +luf +luf +luf +rKE +onc +cFn +vdL +tZe +vvJ +xzS +laA +oMM +vwP +hTY +onc +ftu +voT +esq +laA +xzS +vdL +tZe +vvJ +wQz +iwS +iwS +jBK +oNa +iwS +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +kbo +xpy +tnc +tnc +pqb +pqb +pqb +pqb +pqb +pqb +pqb +uPb +bVg +pqb +pqb +fJR +fJR +myp +myp +fJR +fJR +myp +fJR +pAp +ipn +ipn +ipn +ipn +ipn +ipn +ipn +ipn +ipn +pqb +uWB +tBb +lWT +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(170,1,1) = {" +ace +ace +axA +akS +akS +akS +akS +ace +ace +dim +ace +ace +akS +akS +akS +akS +eXP +ace +ace +xvW +fyW +txn +txn +txn +txn +xvW +xvW +hIY +xvW +xvW +txn +txn +txn +txn +iGM +xvW +xvW +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sBv +tid +tlN +tlN +sBv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wRT +xyH +vVw +eRM +tks +aEQ +wJf +ghX +aEQ +ipE +tyq +sBn +qYm +qev +xRb +bzv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +iIs +ydz +mAc +mAc +mAc +mAc +oZk +iIs +xbI +vOg +xGO +qqV +nIj +nIj +xbI +ntK +aps +iiO +iIs +fRW +fRW +fRW +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +nae +onc +hyg +vdL +tZe +vvJ +onc +nig +lBF +jWT +aOR +onc +yce +jWT +qpQ +nig +onc +vdL +tZe +vvJ +cFn +iwS +iwS +jBK +oNa +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +tAB +qTJ +tnc +hoD +pqb +pxs +pxs +pxs +pxs +sBh +thl +ntW +jIK +tHQ +pqb +eNf +myp +myp +myp +myp +myp +myp +myp +eOl +ipn +ipn +ipn +ipn +ipn +ipn +ipn +ipn +ipn +pqb +uWB +tBb +tBb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(171,1,1) = {" +ace +ace +ace +axA +akS +akS +akS +ace +cJf +akS +cJf +ace +akS +akS +akS +egk +ace +ace +ace +xvW +xvW +fyW +txn +txn +txn +xvW +lSY +txn +lSY +xvW +txn +txn +txn +iwz +xvW +xvW +xvW +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sBv +tiy +tRN +tlN +sBv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wRT +xRb +xRb +xRb +xoz +trw +utW +scI +xRb +xRb +xRb +xRb +bzv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +iIs +ydz +mAc +mAc +mAc +mAc +oZk +iIs +rcN +rcN +rcN +iIs +eoD +wxT +wxT +wUF +fRW +fRW +fRW +wUF +fRW +fRW +fRW +wUF +onc +kTP +vdL +tZe +jjH +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +rKY +tZe +vvJ +ewI +iwS +iwS +jBK +udJ +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +acx +xpy +tnc +tnc +pqb +vdf +vdf +vdf +vdf +ipn +ntW +myp +trB +oSQ +pqb +pUR +pUR +myp +myp +fWk +jlp +tqI +qco +cgU +bRL +eEj +phe +kXF +jQb +ozS +bRL +mud +eEj +pqb +pqb +pqb +pqb +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(172,1,1) = {" +ace +ace +ace +ace +axA +axA +ace +ace +cJf +akS +cJf +ace +ace +egk +egk +ace +ace +ace +ace +xvW +xvW +xvW +fyW +fyW +xvW +xvW +lSY +txn +lSY +xvW +xvW +iwz +iwz +xvW +xvW +xvW +xvW +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sCg +tiY +tRN +tlN +sBv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +iIs +ctv +ctv +ctv +iIs +dXc +rpC +onc +iFr +mce +wxT +wxT +iFr +mce +wxT +wxT +nQb +onc +oBr +vdL +qwp +vvJ +onc +wdH +sDc +vlH +sVm +onc +sVm +pVt +sDc +wdH +onc +vdL +tZe +vvJ +kTP +iwS +iwS +vUy +vUy +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +iky +nAN +mwS +bDa +pqb +vdf +vdf +vdf +vdf +ipn +xmb +myp +trB +wvg +pqb +dGN +dGN +myp +myp +oXn +lLt +lLt +lLt +rxE +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +uWB +ebk +hne +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(173,1,1) = {" +ace +ace +ace +ace +ace +ace +ace +ace +ace +cJf +ace +ace +ace +ace +ace +ace +ace +ace +ace +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +lSY +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sCg +tjs +tRN +tlN +sBv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +tcM +ctv +ctv +ctv +tcM +ild +ild +onc +vOD +hrD +hrD +hrD +hrD +rpC +onc +onc +onc +onc +dTZ +wUF +hAG +wUF +xzS +laA +oMM +vwP +hTY +onc +ftu +voT +esq +laA +xzS +vdL +tZe +vvJ +xLE +iwS +iwS +jBK +oNa +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +fAg +hUD +irL +nsM +pqb +pxs +pxs +pxs +pxs +dgp +thl +eNf +trB +uYa +pqb +fJR +fJR +myp +myp +mQr +lLt +qaa +lLt +iMy +nAN +nAN +gQl +mYM +oIc +qVd +nAN +tbt +wGf +nAN +nAN +axr +pDG +ebk +ebk +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(174,1,1) = {" +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sBv +tlN +tRN +una +sBv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yao +xCs +yhe +yhe +yhe +yhe +yhe +yhe +cYN +gNB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +wLM +rBi +ctv +ctv +wLM +ild +ild +ild +ild +ild +ild +ild +ild +ild +srQ +onc +onc +onc +onc +onc +onc +onc +onc +nig +lBF +jWT +aOR +onc +yce +jWT +qpQ +nig +onc +vdL +qwp +vvJ +iwS +iwS +aRW +pUa +kNj +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +efU +qWa +fAg +blT +pqb +pqb +pqb +pqb +pqb +pqb +ntW +myp +trB +jzj +pqb +eNf +myp +myp +myp +arX +tmL +nlT +lLt +oUm +nAN +nAN +aFM +nBl +oIc +rjE +nAN +weC +aig +nAN +nAN +eSL +pDG +ebk +hne +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(175,1,1) = {" +mVX +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +got +got +got +got +qoq +qoq +qoq +qoq +qoq +got +got +qoq +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sBv +tmR +tRN +unV +sBv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ygA +ygA +ygA +ygA +xCs +yhe +yhA +yhA +wqF +ums +fQN +vrJ +dpS +yhe +yhA +yhA +ehr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +wLM +ctv +xfI +ctv +wLM +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +wUF +hAG +wUF +iwS +aRW +pUa +kNj +pUa +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +pwF +qWa +fAg +fsZ +pqb +brM +iFB +kaY +myp +gPg +xmb +sSK +bje +rZk +pqb +pUR +pUR +myp +myp +owl +lLt +uAi +lLt +fgx +nAN +nAN +fpg +oIc +oIc +njk +nAN +aoS +jbd +nAN +mIC +ctk +pDG +ebk +ebk +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(176,1,1) = {" +mVX +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +dVK +dVK +evN +gmQ +eYP +feL +feL +gmQ +got +fIj +gfB +gwb +got +mUV +mUV +mUV +mUV +mUV +mUV +qoq +got +iBq +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sCr +sBv +tRN +sBv +urb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xCs +yhA +yhA +sfZ +sfZ +hPQ +wJd +wqF +fcV +lOA +cCS +cCS +mdt +rlZ +yhe +bEy +usZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +wLM +ctv +tjJ +ctv +wLM +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +onc +onc +onc +onc +onc +onc +onc +onc +iwS +jBK +oNa +dzZ +iwS +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +pwF +qWa +fAg +blT +pqb +pqb +pqb +myp +myp +pqb +wvg +fvx +pIg +inI +pqb +dGN +dGN +myp +myp +keD +lLt +lLt +lLt +rxE +nAN +nAN +egQ +riL +wEo +gsj +nAN +asI +qOP +nAN +ctk +ctk +pDG +ebk +hne +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(177,1,1) = {" +mVX +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +bRM +bRM +bRM +gmQ +fba +feL +fgB +gmQ +qoq +fJV +xEX +xEX +got +xEX +xEX +xEX +xEX +xEX +xEX +got +xEX +xEX +xEX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sCr +tSg +urb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yhe +yhe +wSW +lhP +sYR +sWH +kfL +wqF +eTo +fqb +rJb +rJb +gmk +vWG +yhe +bEy +qUj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +wLM +ctv +pUv +ctv +wLM +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +dzZ +jBK +oNa +nte +ild +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +nAN +qWa +fAg +blT +pqb +jBs +iFB +ayr +ayr +pqb +hza +vTR +aeY +erF +pqb +fJR +fJR +sSK +sSK +vsU +kiv +xCN +fKl +xas +nAN +nAN +asI +asI +asI +asI +asI +asI +ccL +eSL +ctk +ctk +pDG +ebk +ebk +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(178,1,1) = {" +mVX +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +dVR +bRM +bRM +ePB +fbH +ffX +gmQ +gmQ +got +oIK +xEX +xEX +hdE +xEX +xEX +xEX +xEX +xEX +xEX +iyl +xEX +xEX +xEX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xzH +yhA +eMi +sWH +xCX +xCX +isK +voI +wqF +wMc +fqb +qJP +ogm +bYd +iwf +yhe +bEy +qUj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +wLM +ctv +cCV +ctv +giG +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +wxt +jBK +udJ +wxt +jMD +jiz +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +nAN +fDP +fDP +fDP +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +qOP +asI +asI +tlT +asI +asI +asI +qOP +nAN +iRq +jWu +nAN +pHc +pHc +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(179,1,1) = {" +mVX +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +bRM +bRM +bRM +gmQ +gmQ +gmQ +gmQ +gmQ +got +oIK +xEX +xEX +got +xEX +xEX +hOH +oIK +xEX +qMv +got +iBq +got +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xCs +yhA +bRn +osB +xDl +xDl +fVc +voI +wqF +cvZ +fqb +gmk +pMm +gco +yhe +yhA +yhA +imX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +wLM +ctv +xEI +ctv +wLM +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +kMP +jBK +oNa +nte +ild +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +nAN +qWa +fAg +blT +xwr +daM +rgi +mYF +pBb +ecC +dVt +qfj +asI +pLN +asI +asI +asI +pLN +asI +asI +asI +pLN +asI +asI +eCT +asI +asI +asI +nAN +glw +qTL +qTL +gAk +nAN +qLC +ctk +pDG +ebk +hne +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(180,1,1) = {" +mVX +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +bRM +bRM +eEm +gmQ +gmQ +gmQ +gmQ +gmQ +got +fLk +ggJ +gwP +qoq +xEX +xEX +oIK +oIK +xEX +xEX +xEX +xEX +iEV +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vZm +wbH +wuL +wWe +wqF +yhe +yhe +yhe +yhe +yhe +xjH +xjH +wqF +yhe +oKx +oKx +yhe +yhe +yhe +ygA +ygA +mMj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +wLM +ctv +cFo +ctv +wLM +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +onc +vOD +hrD +hrD +rpC +onc +onc +iwS +iwS +jBK +oNa +kMP +iwS +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +pwF +qWa +fAg +blT +hmX +hQk +bDC +adZ +dtR +ecC +hQk +nAN +nAN +nAN +nAN +nAN +kTQ +asI +asI +pwb +ocO +oTI +asJ +nAN +nAN +uTC +fgL +iha +nAN +mUq +jzh +xFY +rey +nAN +ctk +nAN +pDG +ebk +ebk +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(181,1,1) = {" +mVX +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +bRM +bRM +bRM +gmQ +xwF +xwF +oZd +gmQ +got +got +qoq +got +got +xEX +xEX +oIK +oIK +xEX +xEX +xEX +xEX +iEV +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wbH +wqF +wyt +wWK +xCF +yiB +nLN +yiB +gaF +icf +ncS +voI +wqF +wIv +fqb +gmk +gvO +yhe +yhe +yhA +yhe +cYN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +wLM +ctv +ctv +ctv +wLM +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +onc +onc +onc +vOD +hrD +hrD +rpC +onc +clj +fQJ +qzP +hTg +onc +onc +uRC +uRC +aoK +jHZ +eKv +eKv +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +pwF +qWa +fAg +fAg +ncA +oIc +oIc +oIc +oIc +oIc +oIc +qsJ +vcj +lCT +daM +nAN +lcU +asI +asI +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +pDG +ebk +hne +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(182,1,1) = {" +mVX +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +bRM +bRM +bRM +czs +qNv +qNv +fiA +gmQ +qoq +qMv +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +iEV +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wds +wrd +wzG +wZx +xCX +xCX +xCX +xCX +xCX +xCX +isK +npZ +xjH +cCS +nMN +wNZ +cCS +tlC +ujx +bVO +pWv +aMZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +wLM +rBi +ctv +ctv +wLM +ild +ild +ild +ild +ild +ild +ild +ild +ild +srQ +vOD +hrD +hrD +hrD +hrD +rpC +onc +onc +onc +rVm +uOC +qPh +ppL +rpi +rXN +qlC +qlC +jkY +guv +onc +uRC +uRC +aoK +xIm +rbI +eKv +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +efU +qWa +fAg +fsZ +nAN +bNp +gxg +pWB +bDC +oIc +oIc +gpm +eAk +oIc +bvK +nAN +nAN +vsD +sZy +nAN +oBW +nAN +oBW +nAN +oBW +nAN +wQP +nAN +wQP +nAN +wQP +nAN +nAN +nAN +nAN +nAN +pDG +ebk +ebk +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(183,1,1) = {" +mVX +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +dVZ +bRM +bRM +gmQ +fcx +qNv +fiD +gmQ +got +xEX +xEX +xEX +dbI +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +iFV +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wew +wsJ +wzG +wZC +xDl +xDl +xDl +xDl +xDl +xDl +fVc +lUg +xjH +wQd +qra +eiU +wQd +tlC +jaS +oaw +eSx +mBe +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mbI +ctv +ctv +ctv +mbI +ild +ild +onc +vOD +hrD +hrD +hrD +hrD +rpC +onc +hGC +prI +eOT +gdt +gdt +hGC +prI +eOT +onc +ldB +rXN +qlC +jkY +uKY +kVt +qVY +mKB +mbd +mFe +onc +uRC +eKv +xiT +fCa +jHZ +jMK +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +nNb +qWa +fAg +blT +xwr +uoZ +ebR +aHU +ecC +jhY +bDC +iCn +bDC +oIc +ufp +nAN +nAN +nAN +nAN +nAN +fDV +nAN +fDV +nAN +fDV +nAN +fDV +nAN +fDV +nAN +fDV +nAN +nAN +nAN +nAN +nAN +pDG +ebk +hne +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(184,1,1) = {" +mVX +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +bRM +bRM +bRM +gmQ +qZs +tfx +oZd +gmQ +got +xEX +xEX +oIK +oIK +dbI +xEX +xEX +xEX +xEX +xEX +xEX +xEX +iFV +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wfE +wqF +wFE +xde +xCF +yjH +kau +yjH +mgI +tzB +ncS +voI +wqF +kwB +mpO +jMA +wQX +yhe +wNV +yhA +yhe +imX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +iIs +rcN +rcN +rcN +iIs +ydz +oZk +onc +cte +qMw +gmC +jEu +ihM +ihM +ihM +ihM +ihM +ihM +ihM +ihM +ihM +ihM +ihM +onc +guv +kVt +kqe +kqe +kqe +kqe +tNZ +osE +mbd +kic +onc +rvV +eKv +eKv +aoK +jHZ +rvV +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +efU +qWa +fAg +blT +xpW +tto +ovk +oIc +oIc +oIc +oIc +vgt +bDC +oIc +arS +nAN +ctk +nAN +ydH +sYS +ibQ +fAg +oOk +nAN +iUO +fPf +aQn +nAN +evj +fAg +kww +hvs +vNi +nAN +nAN +nAN +pDG +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(185,1,1) = {" +mVX +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +bRM +bRM +eEm +gmQ +gmQ +gmQ +gmQ +gmQ +got +xEX +goU +oIK +oIK +dbI +xEX +xEX +xEX +xEX +xEX +got +qoq +got +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wgj +wfE +wKh +xgr +wqF +yhe +yhe +yhe +yhe +fjR +xjH +xjH +wqF +wqF +ems +ems +yhe +yhe +yhe +ygA +ygA +ges +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +iIs +ydz +mAc +mAc +mAc +mAc +oZk +iIs +tqy +pyu +rpk +qqC +nIj +nIj +onc +pzx +sAi +tWd +jEu +ihM +cgt +tRb +lyU +ueb +aZv +hxR +oeY +tRb +ubI +ihM +kLj +rXN +rVc +kqe +mbd +weR +kVt +qVY +jdj +mbd +uda +onc +mRR +eKv +eKv +aoK +jHZ +miN +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +pwF +qWa +fAg +blT +xpW +jDr +oIc +oIc +oIc +oIc +oIc +oIc +oIc +oIc +bjP +nAN +ctk +nAN +eTm +sYS +jgV +cKq +fAg +mcg +fAg +fAg +fAg +mcg +fAg +rZo +jgV +hvs +qGS +nAN +nAN +nAN +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(186,1,1) = {" +mVX +gmQ +mVX +mVX +mVX +mVX +ctL +mVX +mVX +mVX +mVX +gmQ +bRM +bRM +bRM +gmQ +xwF +xwF +oZd +gmQ +got +xEX +xEX +oIK +oIK +dbI +xEX +xEX +xEX +xEX +xEX +iAk +iCc +iCc +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xEV +yhA +sCE +hVx +mgA +bNo +ncS +voI +wqF +xwg +mpO +jMA +avR +lbl +yhe +yhA +yhA +cYN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +iIs +ydz +mAc +mAc +mAc +mAc +oZk +iIs +phM +kiX +skw +skw +kiX +phM +iIs +tqy +pyu +rUb +pGJ +mVC +sfl +onc +cVM +sAi +gmC +jEu +ihM +xPB +lQY +lQY +dsj +dsj +dsj +aVH +aVH +tlE +rag +nCm +smT +ayw +kqe +lkj +onS +smT +ayw +ayw +vvD +kzB +onc +tkP +tso +nIn +aoK +jHZ +jcM +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +pwF +qWa +fAg +blT +hmX +rgs +xws +mcX +kzD +kzD +kzD +kXz +bDC +oIc +fLa +nAN +ctk +nAN +ydH +sYS +blT +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +qWa +hvs +doA +nAN +pDG +odT +jUI +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(187,1,1) = {" +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +cwG +gmQ +gmQ +gmQ +gmQ +gmQ +bRM +bRM +bRM +czs +qNv +qNv +fiA +gmQ +got +xEX +xEX +xEX +dbI +xEX +xEX +xEX +xEX +xEX +xEX +iAk +xEX +xEX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xFR +yhA +ljd +jaS +tCk +aOx +tFk +wCf +wqF +glK +mpO +kXj +xNx +kBN +lbl +yhe +bEy +qUj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +iIs +iIs +kIe +tJN +dZA +kiX +rLO +rLO +rLO +rLO +lrP +rLO +rLO +rLO +rLO +iIs +kcO +pyu +pyu +pyu +rpk +sfl +onc +pFP +sAi +sRv +jEu +ihM +dag +aVH +aVH +ugH +dsj +ugH +aVH +aVH +jic +ihM +onc +onc +yfV +jLx +onc +ruj +ckG +oWo +kfj +nCt +onc +onc +cWC +tkP +lhv +aoK +jHZ +rvV +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +hvL +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +nAN +qWa +fAg +fsZ +nAN +nAN +nAN +nAN +dVt +fCV +dVt +nAN +rFY +azT +daM +eSL +ctk +nAN +nAN +nAN +wyk +qWa +fAg +fAg +fAg +cBr +fAg +fAg +fAg +blT +qBi +nAN +nAN +nAN +pDG +odT +odT +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(188,1,1) = {" +gmQ +afq +azr +afq +aXa +bRM +bRM +bRM +ddy +div +bRM +bRM +bRM +bRM +bRM +gmQ +fcx +qNv +fiD +gmQ +qoq +qMv +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +iAm +xEX +xEX +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yhe +sCE +hsl +bht +sOp +dYG +guk +wqF +niZ +mpO +rJb +rJb +jMA +ylX +yhe +bEy +yet +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +tcM +lvT +lQp +gDt +gnD +vgN +pgF +inm +inm +inm +inm +inm +inm +inm +wUJ +iIs +ntK +aps +aps +uLx +rpk +qjT +onc +jvq +sAi +wUF +wUF +ihM +mjx +dsj +ugH +vjo +ryR +dPx +ugH +dsj +aTZ +ihM +onc +rou +kAE +tak +onc +onc +onc +onc +onc +onc +onc +onc +iwS +iwS +iwS +jBK +xIm +iSP +iwS +nAN +nAN +nAN +nAN +nAN +vJu +vJu +qzU +evD +evD +fgq +vJu +vJu +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +qWa +fAg +fAg +mcg +jrj +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +ctk +nAN +vtw +sYS +blT +fAg +fAg +leC +kWB +rky +wtj +vSX +fAg +fAg +qWa +qsa +pUX +nAN +pDG +odT +jUI +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(189,1,1) = {" +gmQ +afy +aAb +aDj +gmQ +bVy +bRM +bRM +bRM +bRM +bRM +bRM +bRM +bRM +bRM +gmQ +qZs +tfx +oZd +gmQ +qoq +got +qoq +got +qoq +xEX +xEX +oIK +oIK +xEX +xEX +iAk +xEX +xEX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xEV +jlL +jlL +jlL +sfZ +aYE +tAO +wqF +tRs +tna +wQd +wQd +itV +lbl +yhe +bEy +usZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +mbI +dZA +lQp +gDt +kiX +vXo +pgF +fkh +fkh +fkh +fkh +fkh +fkh +fkh +wUJ +iIs +xbI +nIj +nIj +tqy +rpk +xbI +onc +qXZ +sAi +gmC +jEu +ihM +kAE +dsj +dsj +ryR +mTf +ryR +dsj +dsj +tak +ihM +onc +gdt +avP +feT +aZv +aZv +bKw +pBA +gBS +hAX +gBS +dPc +qsO +aeC +hLq +pUa +pUa +pUa +sZP +fDP +mcg +mcg +mcg +mcg +mcg +mcg +mcg +fAg +fAg +mcg +mcg +mcg +mcg +mcg +mcg +hnc +mcg +fDP +mcg +mcg +fAg +njW +cBr +hsZ +fsZ +nAN +nvm +geF +gPn +rWE +qJG +tEi +toU +cYV +nAN +ctk +nAN +vtw +sYS +eRR +fAg +fAg +kZA +amK +iAD +amK +jtm +fAg +fAg +ibQ +qsa +tyB +nAN +pDG +odT +odT +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(190,1,1) = {" +gmQ +aim +gmQ +gmQ +gmQ +bRM +bRM +bRM +bRM +bRM +bRM +bRM +bRM +bRM +eEm +gmQ +gmQ +gmQ +gmQ +gmQ +qoq +xEX +xEX +xEX +qoq +xEX +xEX +oIK +oIK +xEX +xEX +iAk +iCc +iCc +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykl +ygA +ygA +ygA +xEV +yhe +yhA +yhA +yhe +cih +kPU +ogg +wVN +yhe +yhA +yhA +rvs +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +iIs +iIs +lvT +lQp +gDt +gnD +skw +pgF +fIJ +fkh +fkh +ooD +fkh +fkh +bfx +wUJ +iIs +iIs +iIs +iIs +tqy +rpk +sfl +onc +uRM +sAi +tWd +jEu +ihM +hxR +dsj +ugH +xYo +ryR +sXk +ugH +dsj +ueb +ihM +onc +vYj +bBI +eNm +ePS +ePS +pTI +gdk +gBS +gBS +gBS +kpZ +myG +aeC +hLq +pUa +pUa +pUa +pUa +fDP +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fDP +fAg +fAg +fAg +rZo +mcg +cKq +blT +nAN +hqZ +raf +uVd +gQL +rTL +itf +toU +aiQ +nAN +ctk +nAN +nAN +nAN +fAg +fAg +fAg +rwv +lwX +aqP +avx +gHS +fAg +fAg +fAg +nAN +nAN +nAN +pDG +odT +jUI +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(191,1,1) = {" +gmQ +afy +aBv +aDk +aXz +afy +afy +afy +ddz +ddz +ddz +dIc +bRM +bRM +bRM +gmQ +xwF +xwF +oZd +gmQ +got +xEX +xEX +xEX +qoq +xEX +xEX +oIK +oIK +xEX +qMv +got +got +got +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +vbn +xEV +yhe +yhe +yhe +yhe +yhe +yhe +imX +gNB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +tcM +dZA +vXo +lQp +gDt +dZA +kiX +pgF +fkh +fkh +fkh +fkh +fkh +fkh +fkh +wUJ +iIs +mDq +pOv +iIs +tqy +rpk +sfl +onc +xTi +sAi +eCI +jEu +ihM +ocG +aVH +lQY +ugH +dsj +ugH +aVH +aVH +eTD +rag +onc +tmi +kAE +tak +onc +iwS +eyb +iwS +eyb +haO +eyb +iwS +eyb +iwS +iwS +jBK +pUa +pUa +kkU +fDP +cBr +paS +cBr +cBr +cBr +cBr +cBr +paS +cBr +cBr +cBr +cBr +fAg +fAg +cBr +cBr +cBr +fDP +fAg +fAg +cBr +cBr +fAg +fAg +blT +nAN +yef +rjH +mnL +gQL +rTL +toU +toU +rPH +nAN +ctk +nAN +hWn +jHw +kuA +fAg +blT +qdd +baa +pXf +dGL +tpf +qWa +fAg +jgV +hvs +fAg +nAN +pDG +odT +odT +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(192,1,1) = {" +gmQ +afy +aBw +aIe +gmQ +bVH +afy +afy +ddO +ddO +dAv +dIc +bRM +bRM +bRM +czs +qNv +qNv +fiA +gmQ +qoq +xEX +ghk +xEX +hdE +xEX +xEX +xEX +xEX +xEX +xEX +iyl +xEX +xEX +xEX +iHN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +mbI +kiX +lvT +lQp +gDt +dXY +vgN +pgF +gdi +gdi +gdi +fkh +gdi +gdi +gdi +wUJ +iIs +xTc +nVN +hFX +tqy +rpk +sfl +onc +byB +sAi +tWd +jEu +ihM +xPB +lQY +aVH +dsj +dsj +dsj +aVH +aVH +tlE +ihM +onc +qQT +kAE +tak +waR +iwS +pMT +mRX +oGU +rnN +uEG +xgm +ueh +lYZ +gFS +qlu +fnC +uJn +iwS +nAN +nAN +nAN +rfP +ckj +tPx +nAN +nAN +nAN +nAN +nAN +nAN +uoR +oVT +xPf +fQU +fQU +fQU +fQU +jed +uxP +bfa +nAN +qWa +fAg +blT +nAN +nEQ +alR +qlp +gQL +rTL +fJQ +gXQ +pSw +nAN +ctk +nAN +nAN +nAN +fAg +fAg +fAg +rwv +jPF +aqP +oso +qCI +fAg +fAg +fAg +nAN +nAN +nAN +pDG +odT +jUI +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(193,1,1) = {" +gmQ +afy +gmQ +gmQ +gmQ +bXE +afy +afy +dfh +diB +dDn +dIc +bRM +bRM +bRM +gmQ +fcx +qNv +fiD +gmQ +qoq +xEX +xEX +xEX +got +xEX +xEX +xEX +xEX +xEX +xEX +got +xEX +xEX +xEX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +iIs +iIs +dZA +vgN +lQp +fkh +gDt +phM +rLO +rLO +rLO +rLO +pgn +rLO +rLO +rLO +rLO +iIs +iIs +iIs +iIs +tqy +rpk +nIj +onc +cte +wUF +gmC +jEu +ihM +cDE +kKf +eNU +aTZ +ePS +mjx +sGK +kKf +caQ +ihM +onc +eol +kAE +tak +agb +iwS +mCa +ueh +ueh +ueh +ueh +ueh +ueh +afP +afP +afP +anK +anK +afP +ctk +eSL +dVt +nWU +xhn +mya +cWM +pFy +fcv +mYz +nAN +nve +bDC +oIc +oIc +oIc +oIc +iEc +iEc +oIc +oIc +ecC +bBe +qWa +fAg +blT +nAN +nAN +nAN +nAN +gQL +rTL +nAN +nAN +nAN +nAN +ctk +nAN +tha +pIW +cKq +fAg +fAg +kZA +amK +itg +amK +ylC +fAg +fAg +iUO +qsa +wWh +nAN +pDG +odT +odT +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(194,1,1) = {" +gmQ +afy +aBL +aIv +gmQ +bXO +afy +afy +dgn +duK +duK +dIc +dXa +ehD +eEm +gmQ +qZs +tfx +oZd +gmQ +got +xEX +xEX +xEX +got +hkM +hkM +hkM +hkM +hkM +hkM +got +qoq +got +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +tcM +kiX +vXo +kiX +sKR +bcx +gDt +dZA +dwJ +dwJ +dwJ +dZA +pgn +bLe +dZA +phM +skw +iIs +egp +pOv +iIs +tqy +oga +onc +onc +onc +xHc +qkl +wqc +pNo +ihM +ihM +pNo +ihM +ihM +ihM +pNo +ihM +ihM +pNo +onc +gdt +kAE +tak +uWE +iwS +lYZ +ueh +ueh +ueh +ueh +sFI +ueh +afP +uOj +lzS +vjT +jbJ +afP +ctk +nAN +rFp +plA +plA +plA +vcO +ngw +ngw +hIB +nAN +tBT +bDC +ecC +uRQ +lrv +cuf +lik +bkt +lrv +oIc +ecC +xgt +qWa +fAg +blT +nAN +tdy +nfR +pWS +gQL +rTL +hAn +dqX +mIW +nAN +ctk +nAN +tha +pIW +vVB +fAg +fAg +jrj +lLN +dTg +dvS +hUD +fAg +fAg +qWa +qsa +uLw +nAN +pDG +odT +jUI +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(195,1,1) = {" +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +got +got +got +got +got +qoq +got +qoq +got +qoq +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +wLM +dZA +gdL +gdL +gdL +qwy +gDt +skw +nfF +nfF +nfF +phM +lQp +gDt +dZA +dZA +gam +iIs +xTc +nVN +wsP +tqy +dRV +onc +nKO +djz +nKO +djz +sWF +onc +kAE +tak +onc +eoT +dZv +tpC +onc +kAE +tak +onc +onc +onc +kAE +tak +gdt +iwS +pMT +siJ +uId +pbE +ohJ +sKA +bGs +afP +oPU +aWe +fon +fon +afP +ctk +nAN +mOZ +awb +kfU +awb +mUH +oIc +oIc +oIc +kDg +oIc +oIc +bLr +toL +inY +inY +bpI +nsd +inY +nBX +ecC +rNf +fDP +fDP +fDP +nAN +cJg +iXF +uVd +gQL +rTL +toU +toU +hJy +nAN +ctk +nAN +nAN +nAN +aXP +qWa +fAg +fAg +fAg +mcg +fAg +fAg +fAg +blT +pBp +nAN +nAN +nAN +pDG +odT +odT +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(196,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +wLM +kiX +gdL +unl +gdL +qwy +gDt +phM +dwJ +dwJ +dwJ +dZA +oSU +pgn +hUW +tWL +jNo +iIs +iIs +iIs +iIs +tqy +rpk +onc +jEu +jEu +jEu +jEu +pMI +rKE +kAE +tak +fai +wUF +oth +wUF +xrs +kAE +tak +qNc +vAg +qcn +kAE +ekH +onc +onc +onc +onc +afP +afP +afP +afP +uab +afP +afP +afP +rhO +rhO +afP +ctk +nAN +vYC +oGp +oGp +oGp +tRX +syg +syg +nnM +nAN +oHS +bDC +ecC +wmP +oIv +lpo +uqY +kmP +oIv +oIc +ecC +xgt +qWa +fAg +blT +nAN +vOq +cgv +mnL +gQL +rTL +toU +toU +vSC +nAN +ctk +nAN +puc +spd +blT +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +qWa +qsa +nIL +nAN +pDG +odT +jUI +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(197,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +mbI +vXo +gdL +gdL +gdL +qwy +gDt +kIe +tWL +hUW +tWL +tWL +xJV +lQp +fkh +fkh +fkh +aEP +pbU +pGJ +pGJ +qIW +rpk +cPH +aZv +aZv +aZv +avP +feT +aZv +avP +feT +avP +feT +aZv +aZv +aZv +avP +feT +aZv +aZv +aZv +avP +feT +onc +iOH +mYH +vdY +afP +epo +vPx +kzR +eaT +afP +afP +afP +vjT +jbJ +afP +dcc +nAN +dVt +fnW +sJY +ikU +ubx +qMf +fls +mYz +nAN +uQg +bDC +oIc +oIc +oIc +oIc +med +med +oIc +oIc +ecC +eSd +qWa +fAg +fsZ +nAN +fXf +fAg +uJU +gQL +rTL +qMy +oKH +bZw +nAN +ctk +nAN +puc +spd +fAg +hsZ +fAg +pZY +fAg +fAg +fAg +pZY +fAg +njW +jgV +qsa +cWR +nAN +pDG +odT +odT +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(198,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +iIs +iIs +kiX +dZA +tJN +vaw +lus +fkh +fkh +fkh +fkh +fkh +fkh +fkh +fkh +fkh +fkh +fkh +eWv +tqy +pyu +sgv +aps +iiO +pvx +ePS +gMd +ePS +bBI +eNm +ePS +bBI +eNm +bBI +eNm +ePS +ePS +ePS +bBI +eNm +ePS +ePS +ePS +bBI +eNm +mBv +tYx +cMa +lGB +afP +xub +bRu +lJl +vwh +afP +sAT +mLS +fon +fon +afP +afP +afP +afP +afP +afP +afP +afP +afP +afP +uab +nAN +nAN +uNq +wcW +ixP +wEo +wEo +wEo +wEo +mnX +xuB +wlW +nAN +qWa +fAg +blT +nAN +nAN +nAN +nAN +ohG +vfD +nAN +nAN +nAN +nAN +ctk +nAN +puc +spd +rNd +fAg +oXE +nAN +qWa +fAg +blT +nAN +xin +fAg +cKq +qsa +nIL +nAN +nAN +nAN +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(199,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +tcM +kiX +rDT +tWL +lQp +fkh +fkh +fkh +fkh +eVA +qsv +qsv +gYq +gpF +qFF +jme +jme +etK +wGM +tqy +pyu +rpk +onc +onc +onc +onc +onc +onc +kAE +jLP +gqe +coX +coX +lqB +eSW +oEQ +wEj +xXZ +vFV +onc +onc +onc +onc +kAE +tak +kIo +tIr +iGX +hZE +afP +vwh +nBB +sVH +txJ +afP +lFt +mLS +vjT +jbJ +tad +arZ +pEc +vPy +ssB +tJJ +afP +afP +vwh +jLN +vwh +nAN +hUD +mcg +fAg +fAg +mcg +mcg +mcg +mcg +fAg +fAg +fDP +mcg +fAg +fAg +fAg +mcg +mcg +hnc +mcg +fAg +fAg +mcg +hnc +jrj +nAN +ctk +nAN +nAN +nAN +lur +cNy +oHO +nAN +fDP +fDP +fDP +nAN +tNz +mSG +vik +nAN +nAN +nAN +ctk +ctk +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(200,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +wLM +kiX +kiX +lQp +fkh +gDt +qFF +uEP +jme +tDO +qBE +gdL +qwy +gpF +dZA +dZA +gam +phM +wGM +tqy +pyu +rpk +onc +rKE +nKO +djz +nKO +onc +rvc +jLP +ohg +lcz +lcz +lqB +eSW +rTQ +eji +lgv +lnp +onc +xKM +yly +onc +kAE +tak +onc +poA +cNn +vqX +afP +izB +txJ +vwh +smB +afP +sAT +bAw +fon +fon +rgL +rgL +rgL +rgL +rgL +czn +chG +afP +afP +vwh +kyB +nAN +qWa +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fDP +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +blT +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +qWa +fJn +blT +nAN +nAN +nAN +nAN +nAN +nAN +nAN +ctk +ctk +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(201,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +wLM +vgN +bLe +lQp +gDt +xFy +twh +vXo +phM +vgN +gdL +dNa +qwy +gpF +gdL +gdL +dZA +kiX +wGM +tqy +pyu +rpk +onc +wyU +jEu +jEu +jEu +onc +kAE +jLP +ohg +tFq +lyE +lqB +tak +onc +onc +onc +onc +onc +aUY +tjO +uWv +kAE +ekH +onc +onc +onc +onc +afP +afP +afP +afP +afP +afP +afP +gbo +fon +ifZ +ifZ +ifZ +ifZ +ifZ +ifZ +fon +czn +bSx +afP +vwh +afP +nAN +qrR +cBr +cBr +cBr +cBr +paS +fAg +fAg +cBr +cBr +fDP +paS +cBr +cBr +cBr +cBr +cBr +cBr +cBr +cBr +cBr +fAg +apH +fAg +mcg +vEt +mcg +mcg +hnc +mcg +mcg +mcg +mcg +fAg +fAg +fsZ +nAN +efU +xnh +efU +nAN +nAN +nAN +eSL +nAN +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(202,1,1) = {" +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +fZr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ibq +uTa +uTa +uTa +uTa +uTa +uTa +uTa +uTa +uTa +uTa +uTa +uTa +uTa +wcx +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +mbI +phM +lQp +fkh +gDt +dZA +vXo +rMK +fsT +xck +qBE +glO +qwy +gpF +gdL +gdL +gdL +dZA +wGM +tqy +pyu +oga +onc +uNF +jEu +wUF +ycL +aZv +avP +lTp +ohg +lcz +lcz +lqB +tak +onc +iOH +mYH +vdY +onc +onc +onc +onc +kAE +tak +onc +iOH +mYH +vdY +afP +kgx +kgx +sub +kgx +kgx +kgx +gbo +jHX +eUo +erZ +wtL +mXv +ftT +vdO +gbo +jHX +cxA +afP +uab +afP +nNb +nLW +nLW +nLW +nLW +nAN +nAN +nLW +nLW +pFW +pFW +pFW +pFW +pFW +nAN +nAN +vOU +gsd +asI +kbb +vOU +nAN +qWa +fAg +fAg +fAg +fDP +fAg +iIo +fAg +bUs +fAg +fAg +fAg +fAg +fAg +fAg +xkB +ngw +ngw +ngw +lWt +eZR +ycb +cby +nAN +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(203,1,1) = {" +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +mVX +gIb +lvG +wkN +hzr +oxo +mVX +mVX +gIb +lvG +wkN +hzr +oxo +mVX +mEu +qNh +qNh +wcV +xsU +mzO +kEW +ogV +ogV +nYi +pjM +pjM +pjM +bUf +mEu +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +iIs +iIs +dZA +lQp +gDt +tDO +vXo +kEU +kiX +mgC +gdL +gdL +maJ +qwy +gpF +gdL +qBE +gdL +gdL +wGM +tqy +pyu +rpk +onc +tWd +jEu +wUF +kAE +aTZ +bBI +pMy +fPG +ljs +ohg +lqB +tak +mBv +tYx +rhx +lGB +onc +onc +onc +onc +hiC +tak +mBv +tYx +rhx +lGB +afP +kgx +kgx +kgx +kgx +kgx +kgx +gbo +jHX +gOI +dCm +bbv +obc +rNB +mWR +gbo +jHX +oTM +afP +vwh +afP +eed +nLW +nLW +nLW +nLW +nAN +hEq +nLW +nLW +mGK +kby +fDY +idI +rFj +nAN +nAN +nDM +omz +sQY +qbO +nDM +nAN +qWa +edZ +fAg +cBr +tyO +cBr +fAg +fAg +fAg +cBr +cBr +cBr +cBr +cBr +cBr +xkB +oIc +oIc +oIc +bUi +kKp +dEb +aUX +nAN +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(204,1,1) = {" +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +hyT +gFe +moS +hMl +njt +hZQ +fNy +hyT +gFe +tHu +hMl +njt +hZQ +fNy +mEu +qNh +uAk +qNh +xtp +eXQ +ogV +ogV +ogV +pjM +pjM +pjM +kmV +fCc +mEu +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +tcM +dZA +jNo +lQp +gDt +kiX +rDT +dZA +vgN +upv +gdL +gdL +hWS +qwy +gpF +gdL +gdL +gdL +gdL +wGM +ofi +ofi +ofi +onc +onc +onc +onc +pvx +dpF +onc +onc +onc +onc +sxQ +kAE +tak +kIo +tIr +wzu +wzu +onc +aUY +sAI +lfP +kAE +tak +kIo +tIr +wzu +wzu +afP +kgx +kgx +kgx +kgx +kgx +kgx +gbo +fon +rgL +rgL +rgL +rgL +rgL +rgL +fon +fon +czn +afP +afP +afP +nAN +neK +neK +neK +neK +nAN +rFj +nLW +nLW +nLW +nLW +nLW +nLW +nLW +nAN +nAN +pNy +cby +ajU +cby +pNy +nAN +fDP +fDP +fDP +nAN +nAN +nAN +qWa +fAg +sxe +qtg +qtg +qtg +qtg +nAN +nAN +nAN +miO +bDC +oIc +sMy +jbY +dEb +dAl +nAN +nAN +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(205,1,1) = {" +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +pkf +iJk +tnF +mEE +tnF +fCt +akv +pkf +gHJ +tnF +oKN +tnF +fCt +akv +mEu +rAr +qNh +qNh +xtp +ogV +ogV +ogV +ogV +vKc +pjM +pjM +ccA +wFu +mEu +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +wLM +tWL +lQp +fkh +gDt +ecI +dZA +kiX +vXo +gdL +qBE +gdL +mlk +qwy +gpF +gdL +gdL +gdL +gdL +wGM +foN +pyu +hQx +aZX +aZX +glM +aZX +aZX +gVO +sSU +yaB +xbI +onc +frx +kAE +ekH +onc +poA +cNn +vqX +onc +ugQ +oqC +onc +kAE +tak +onc +poA +mAw +vqX +afP +kgx +kgx +kgx +kgx +kgx +kgx +gbo +fon +ifZ +ifZ +ifZ +ifZ +ifZ +ifZ +ifZ +ifZ +fon +czn +afP +afP +nAN +kgD +erc +uea +mjE +nAN +hfO +nLW +nLW +rvJ +vPR +kgM +aec +erD +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +qWa +fAg +blT +nAN +nAN +nNb +qWa +eeU +sxe +tig +tig +tig +tig +eAH +nAN +nAN +ePR +bDC +oIc +ngw +ngw +ngw +bfH +nAN +nAN +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(206,1,1) = {" +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +hQl +iUd +tnF +mRy +tnF +nfd +ntL +hQl +nMl +tnF +mRy +tnF +nfd +ntL +mEu +nVB +leD +leD +siL +dCa +ogV +ogV +jur +nVB +leD +leD +leD +cMx +mEu +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +wLM +rUx +hOr +fkh +fkh +gDt +tWL +kiX +rDT +qBE +gdL +ngf +vaw +mHE +vuA +gdL +gdL +dZA +dZA +wGM +foN +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +jcE +gKX +xMH +onc +pDi +kAE +tak +onc +onc +onc +onc +onc +onc +onc +onc +kAE +ekH +onc +onc +onc +onc +afP +afP +afP +afP +afP +afP +afP +gbo +jHX +gFx +ftj +vwu +yeh +jlH +eFN +xRh +hYx +uTt +fon +kcc +afP +nAN +fjj +pdK +nkz +vtb +nAN +qSz +nLW +nLW +rvJ +gkz +vPR +aec +nLW +nAN +ifB +oON +vfO +mcg +hnc +mcg +mcg +fAg +fAg +vvt +nAN +nAN +jdg +qWa +hxv +fAg +fAg +fAg +fAg +fAg +tGe +nAN +nAN +tgn +bDC +oIc +oIc +oIc +eLk +wwE +nAN +nAN +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(207,1,1) = {" +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +uve +iXv +tnF +mUI +tnF +gZT +bCc +uve +gyV +tnF +oLa +tnF +gZT +bCc +mEu +oRB +ogV +ogV +ogV +ogV +ogV +ogV +ogV +ogV +ogV +ogV +ogV +msl +mEu +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +wLM +rUx +hOr +fkh +fkh +fkh +gDt +kiX +gdL +gdL +qBE +ngf +qwy +gpF +mlk +qBE +fMS +dZA +gam +wGM +foN +pyu +cPM +hEu +hEu +hEu +hEu +hEu +ivQ +pyu +dXA +vOg +onc +ebO +avP +feT +aZv +aZv +aZv +aZv +aZv +aZv +aZv +aZv +avP +feT +aZv +avP +feT +jrx +afP +aMV +aMV +tgA +aMV +wwr +wwr +gbo +jHX +afP +dOj +uBl +enn +afP +dOj +uBl +enn +afP +gbo +jHX +afP +nAN +asK +asK +asK +asK +nAN +kfl +nLW +nLW +rvJ +deQ +pgs +aec +nLW +nAN +naM +oON +qWa +fAg +fAg +fAg +fAg +fAg +fAg +blT +nAN +nAN +nNb +qWa +mPi +sxe +qtg +qtg +qtg +qtg +eAH +nAN +eSL +efU +bDC +oIc +oIc +oIc +oIc +gqg +nAN +nAN +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(208,1,1) = {" +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +gjj +gAV +heE +eHC +heE +bKJ +njJ +gjj +gAV +heE +eHC +heE +bKJ +njJ +mEu +rMD +ogV +ogV +uyM +ogV +ogV +ogV +jrN +url +ogV +ogV +ogV +iXZ +mEu +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +wLM +rUx +hOr +hOr +hOr +fkh +fkh +rLr +mlk +gdL +xKz +vaw +lus +gpF +xKz +gdL +gdL +gdL +gdL +wGM +foN +pyu +gKX +mby +tgY +ctv +tgY +mby +foN +pyu +hSv +qqV +onc +lNA +bBI +eNm +ePS +gMd +ePS +ePS +ePS +gMd +ePS +ePS +bBI +eNm +ePS +bBI +eNm +frx +afP +vIU +vIU +vIU +vIU +qDR +qDR +gbo +jHX +qnP +fID +fID +fID +fID +fID +fID +fID +qnP +gbo +jHX +afP +nAN +ctk +ctk +ctk +ctk +nAN +gPZ +nLW +nLW +nLW +nLW +nLW +nLW +nLW +nAN +ifB +oON +qWa +fAg +fAg +cBr +cBr +uEf +gXI +trm +nAN +nAN +nAN +qWa +fAg +sxe +tig +tig +tig +tig +nAN +nAN +eSL +nAN +pDH +teE +tDJ +vad +pDH +nAN +nAN +nAN +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(209,1,1) = {" +kjK +kjK +kjK +kjK +kjK +kjK +kjK +vqc +kjK +kjK +kjK +kjK +kjK +kjK +kjK +mVX +gBZ +hfX +fjx +fuS +hVT +mVX +mVX +gBZ +hfX +fjx +fuS +hVT +mVX +tRy +lTz +uEW +wqE +wqE +wqE +wqE +jCE +nvS +wcx +dCa +ogV +ogV +fZe +mEu +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +mbI +lEY +bRs +rUx +jyB +omT +lQp +cLC +vVo +vVo +vVo +lus +eVA +vuA +xKz +gdL +gdL +qBE +gdL +wGM +foN +pyu +gKX +tgY +uiz +pem +xaO +tgY +foN +pyu +gKX +xGO +onc +onc +cID +cID +onc +onc +hDt +onc +onc +onc +onc +wyU +kAE +tak +wyU +kAE +tak +wyU +afP +kPa +kPa +kPa +wwr +wwr +wwr +gbo +jHX +sph +fID +fID +fID +fID +fID +fID +fID +sph +gbo +jHX +afP +nAN +ctk +ctk +ctk +ctk +nAN +sBk +nLW +nLW +rvJ +wwK +vPR +aec +nLW +nAN +nAN +nAN +gjn +cBr +leC +nAN +nAN +lKS +lKS +tBG +nAN +ctk +eSL +qWa +fAg +blT +nAN +nAN +nAN +nAN +nAN +nAN +ctk +nAN +siv +dXx +dXx +dXx +shl +nAN +pDG +odT +jUI +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(210,1,1) = {" +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +mVX +gIb +lvG +wkN +hzr +oxo +mVX +mVX +gIb +lvG +wkN +hzr +oxo +mVX +mEu +sSn +uFq +wsc +alt +mCq +wNn +iNV +oRB +eqk +ogV +ogV +ogV +nzd +mEu +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +iIs +ydz +mAc +mAc +oZk +iIs +tDO +lQp +fkh +fkh +eVA +qsv +vuA +xKz +gdL +gdL +qBE +skw +gdL +wGM +foN +pyu +gKX +vHZ +lod +ljg +wqG +rBi +foN +pyu +gKX +xMH +onc +cKy +tZe +tZe +onc +daj +wUF +cte +onc +dlL +onc +tmQ +kAE +tak +gdt +kAE +tak +tmQ +afP +uZB +cyO +cyO +cyO +cyO +qDR +gbo +psK +eXN +fID +fID +fID +fID +fID +fID +fID +eXN +gbo +jHX +afP +nAN +ctk +ctk +ctk +ctk +nAN +prX +nLW +nLW +rvJ +wwK +vPR +aec +erD +nAN +nAN +voV +adL +mVe +adL +voV +nAN +ifB +naM +ifB +nAN +ctk +nAN +fDP +fDP +fDP +nAN +nAN +kzT +jAW +dDx +nAN +nAN +nAN +mZo +mZo +hhy +mZo +mZo +nAN +pDG +odT +odT +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(211,1,1) = {" +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +hyT +gFe +mrA +hMl +njt +hZQ +fNy +hyT +gFe +oJH +hMl +njt +hZQ +fNy +mEu +uhz +uFq +wsc +xUN +sOM +wNn +iNV +oRB +tRy +lTz +oBe +vfd +nvS +nYF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +iIs +ydz +mAc +mAc +oZk +iIs +gdL +qBE +gdL +gdL +gdL +gdL +gam +phM +wGM +foN +pyu +gKX +xQr +wXY +oRV +kwV +xQr +foN +pyu +gKX +xbI +onc +dLC +tZe +neS +onc +wUF +wUF +wUF +wpv +dlL +onc +nQb +kAE +tak +rXF +kAE +tak +nQb +afP +xSg +xSg +xSg +xSg +wwr +wwr +gbo +jHX +afP +fID +fID +fID +fID +fID +fID +fID +afP +gbo +jHX +afP +nAN +ctk +ctk +ctk +ctk +nAN +gPZ +nLW +nLW +nLW +nLW +nLW +nLW +nLW +nAN +voV +nAN +fID +dnh +fID +nAN +voV +nAN +nAN +nAN +nAN +nAN +nAN +qWa +fAg +blT +nAN +jej +wfA +ina +pir +gct +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +nAN +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(212,1,1) = {" +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +pkf +jFW +tnF +nck +tnF +fCt +akv +pkf +nWx +tnF +oLQ +tnF +fCt +akv +mEu +uhz +uFq +wsc +wKn +vsE +wNn +iNV +oRB +mEu +bNc +tZk +tZk +pgN +mEu +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +iIs +mPm +mAc +mAc +oZk +iIs +dZA +phM +dZA +tcM +elS +tcM +elS +tcM +vMK +gdL +kwV +tcM +elS +tcM +elS +tcM +onc +sUP +mFU +llK +onc +xRz +pjK +rAW +onc +cTR +onc +lrt +oNF +lrt +onc +lrt +oNF +lrt +afP +sms +sms +sms +sms +sms +sms +gbo +jHX +qnP +fID +fID +fID +fID +fID +fID +fID +qnP +gbo +psK +afP +nAN +ctk +ctk +ctk +ctk +nAN +hEq +nLW +nLW +mGK +kby +fDY +idI +rFj +voV +nAN +fID +fID +fID +fID +fID +nAN +qTB +qTB +nIR +qTB +qTB +nAN +qWa +nFx +blT +nAN +jnM +mpo +fAg +ciK +gct +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +pDG +odT +jUI +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(213,1,1) = {" +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +hQl +khm +tnF +mRy +tnF +ngk +ntL +hQl +nYy +tnF +mRy +tnF +nfd +ntL +mEu +unx +uFq +wsc +vKt +uRU +wNn +iNV +oRB +mEu +gNF +fnR +fnR +hud +mEu +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +iIs +fjq +iIs +iIs +wLM +ctv +wLM +ctv +wLM +oXI +cxF +dyy +wLM +ctv +wLM +ctv +wLM +onc +lHT +tZe +neS +onc +kcU +iDY +siO +onc +dlL +onc +wGt +lbo +wGt +onc +wGt +lbo +wGt +afP +mGx +mGx +mGx +mGx +wwr +wwr +gbo +jHX +sph +fID +fID +fID +fID +fID +fID +fID +sph +gbo +jHX +afP +nAN +ctk +ctk +ctk +ctk +nAN +nAN +xAn +xAn +nAN +nAN +nAN +nAN +nAN +voV +nAN +fID +fID +fID +fID +fID +nAN +rLc +ism +ism +ism +ism +xeR +fAg +fAg +fAg +oOK +ina +tLb +fAg +ciK +gct +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +pDG +odT +odT +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(214,1,1) = {" +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +uve +khu +tnF +ndm +tnF +gZT +bCc +uve +ohE +tnF +oNI +tnF +gZT +bCc +tRy +lTz +vLA +xhW +xhW +xhW +xhW +wFO +nvS +nYF +kFF +fnR +fnR +cwV +mEu +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +wLM +ctv +wLM +ctv +wLM +iIs +iIs +iIs +wLM +ctv +wLM +ctv +wLM +onc +qHK +tZe +tZe +onc +kcU +pte +siO +onc +wpv +onc +ajO +hHt +ajO +onc +ajO +hHt +ajO +afP +lqC +lqC +lqC +lqC +lqC +qDR +gbo +jHX +eXN +fID +fID +fID +fID +fID +fID +fID +eXN +gbo +jHX +afP +nAN +ctk +ctk +ctk +ctk +nAN +tiF +fAg +fAg +fAg +awe +fAg +fAg +fAg +voV +nAN +fID +fID +fID +fID +fID +nAN +goI +ism +ism +ism +ism +xeR +fAg +fAg +fAg +oOK +tSk +tSk +tSk +qJo +gct +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +nAN +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(215,1,1) = {" +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +gjj +gAV +heE +eHC +heE +bKJ +njJ +gjj +gAV +heE +eHC +heE +bKJ +njJ +mEu +uuM +oRB +unx +oRB +cIe +mqV +oRB +uuM +mEu +iyM +nPb +eXA +dRp +mEu +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +wLM +ctv +wLM +ctv +wLM +ild +iIs +iIs +wLM +ctv +wLM +ctv +wLM +onc +eXF +awg +wrs +onc +kcU +elD +siO +onc +dlL +onc +fID +fad +fID +iIs +fID +mAx +fID +afP +ckb +qjA +qjA +qjA +qjA +wwr +gbo +jHX +lHZ +fID +fID +fID +fID +fID +fID +xjM +lHZ +gbo +jHX +afP +nAN +ctk +ctk +ctk +ctk +nAN +idQ +tgq +tgq +tgq +nAN +xAn +nAN +xAn +voV +nAN +fID +fID +fID +fID +fID +nAN +pSN +gqv +ftP +gqv +pSN +nAN +qWa +fAg +blT +nAN +wJo +kAd +qxb +mvM +nAN +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +pDG +odT +jUI +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(216,1,1) = {" +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +mVX +gBZ +hfX +fjx +fuS +hVT +mVX +mVX +gBZ +hfX +fjx +fuS +hVT +mVX +qxE +uTa +uTa +uTa +uTa +uTa +uTa +uTa +uTa +nbN +uTa +uTa +uTa +uTa +idD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +wLM +ctv +wLM +ctv +wLM +ild +ild +ild +wLM +ctv +wLM +ctv +wLM +onc +onc +onc +onc +onc +qXa +iDY +pqn +onc +vhz +onc +fID +fID +fID +iIs +fID +fID +fID +afP +iED +iED +iED +iED +iED +iED +gbo +aWc +afP +fID +fID +fID +fID +fID +fID +fID +afP +jHF +jHX +afP +nAN +ctk +ctk +ctk +ctk +nAN +nAN +nAN +nAN +nAN +nAN +wAz +nAN +wAz +voV +nAN +fID +fID +fID +fID +fID +nAN +voV +nAN +nAN +nAN +nAN +nAN +nCb +nFx +fsZ +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +mXf +mZo +hst +mXf +mZo +nAN +pDG +odT +odT +laa +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(217,1,1) = {" +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +wLM +vHZ +wLM +ctv +giG +jMD +jMD +jMD +giG +ctv +wLM +rBi +wLM +ild +ild +ild +onc +onc +dXc +hrD +rpC +onc +dlL +onc +fID +fID +fID +iIs +fID +fID +fID +afP +nfw +nfw +nfw +nfw +wwr +wwr +gbo +jHX +lHZ +fID +fID +fID +fID +fID +fID +fID +lHZ +gbo +jHX +afP +nAN +ctk +ctk +ctk +ctk +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +voV +nAN +fID +fID +fID +fID +fID +nAN +qTB +qTB +nIR +qTB +qTB +nAN +qWa +fAg +blT +nAN +qTB +qTB +nIR +qTB +qTB +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +nAN +nAN +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(218,1,1) = {" +amA +pqP +kWk +beu +beu +tDM +amA +amA +aXg +jnr +icj +amA +aXg +jnr +icj +amA +amA +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +hVd +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +wLM +ctv +wLM +ctv +wLM +ild +ild +ild +wLM +ctv +wLM +ctv +wLM +ild +ild +ild +ild +ild +jMD +ild +ild +onc +onc +srQ +fID +fID +fID +fjq +fID +fID +fID +dwU +nfw +nfw +ecV +nfw +nfw +nfw +eQj +sgW +afP +fID +fID +fID +fID +fID +fID +fID +afP +kYG +xOe +afP +nAN +asK +asK +asK +asK +nAN +nAN +jQl +oqr +oqr +oqr +bVU +oqr +cwT +voV +nAN +fID +fID +fID +fID +fID +nAN +fVB +rIb +rIb +rIb +rIb +xeR +fAg +fAg +fAg +oOK +iUt +iUt +iUt +iUt +pUC +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +nAN +nAN +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(219,1,1) = {" +amA +sZX +jnr +jnr +jnr +jnr +vZf +amA +dEs +jnr +wQK +amA +dEs +jnr +wQK +amA +amA +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +wLM +ctv +wLM +ctv +wLM +ild +ild +ild +wLM +ctv +wLM +ctv +wLM +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +ild +jMD +ild +ild +ild +dwU +afP +afP +afP +afP +afP +afP +afP +afP +dwU +fID +fID +fID +fID +fID +fID +fID +afP +afP +afP +afP +nAN +fjj +pdK +nkz +vtb +nAN +nAN +dLV +qnE +eVU +khg +uzP +pDE +dLV +voV +nAN +fID +fID +fID +fID +fID +nAN +fAg +fAg +fAg +fAg +fAg +xeR +cBr +cBr +cBr +oOK +eeU +eeU +iUt +eeU +tnU +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +nAN +nAN +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(220,1,1) = {" +amA +dtL +jnr +jnr +jnr +jnr +vZf +amA +aXg +jnr +icj +amA +aXg +jnr +icj +amA +amA +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +hVd +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +joo +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +wLM +ctv +wLM +ctv +wLM +ild +ild +ild +wLM +ctv +wLM +ctv +wLM +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +ild +jMD +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +jMD +fID +fID +fID +fID +fID +fID +fID +dwU +afP +afP +afP +nAN +vZg +vZg +vZg +vZg +nAN +voV +dLV +tte +uzP +uzP +uzP +jUQ +dLV +voV +nAN +fID +fID +fID +fID +fID +nAN +hrp +hrp +sqx +hrp +hrp +nAN +mze +dyN +mze +nAN +pSN +gqv +ftP +gqv +pSN +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +nAN +nAN +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(221,1,1) = {" +amA +bGZ +jnr +cuG +jnr +jnr +vZf +amA +amA +pZq +amA +amA +amA +pZq +amA +amA +amA +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +mbI +vNw +mbI +vNw +fHE +jMD +jMD +jMD +fHE +vNw +mbI +vNw +mbI +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +jMD +ild +ild +ild +jMD +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +dLV +ePq +uzP +uzP +uzP +uSN +dLV +voV +voV +fID +fID +fID +fID +fID +voV +voV +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +lRD +lRD +xCB +lRD +lRD +nAN +nAN +nAN +nAN +nAN +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(222,1,1) = {" +amA +vKv +ljL +jnr +jnr +ljL +vZf +amA +beu +giX +beu +amA +beu +giX +beu +amA +amA +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +hVd +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +hRH +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +dLV +uNI +drr +uzP +uzP +csN +dLV +jMD +jMD +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(223,1,1) = {" +amA +amA +amA +jnr +jnr +amA +amA +amA +giX +jnr +giX +emW +giX +jnr +giX +tDM +amA +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +hVd +cbG +hVd +cbG +hVd +cbG +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +srP +oqr +oqr +bVU +oqr +oqr +tqG +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(224,1,1) = {" +amA +beu +rrP +jnr +jnr +jnr +cHT +jnr +jnr +jnr +jnr +jnr +jnr +jnr +jnr +beu +amA +mJe +rqA +mmj +jvE +xVn +gbl +jTt +exa +evL +hVd +cbG +cbG +cbG +cbG +cbG +hVd +tDf +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +laU +fRd +laU +fRd +laU +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +viK +hVd +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(225,1,1) = {" +amA +beu +jnr +jnr +jnr +jnr +cHT +jnr +jnr +jnr +jnr +jnr +jnr +jnr +jnr +beu +amA +ofX +xVn +xVn +xVn +xVn +exa +exa +exa +wPq +hVd +cbG +hVd +cbG +hVd +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +jMD +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(226,1,1) = {" +amA +beu +ljL +jnr +jnr +jnr +cHT +jnr +jnr +jnr +jnr +jnr +jnr +jnr +jnr +beu +amA +pNO +rKo +cHF +qhO +xVn +ycX +ebp +exa +jIN +hVd +cbG +cbG +cbG +cbG +cbG +hVd +fRd +fRd +tDf +fRd +fRd +fRd +fRd +fRd +fRd +fRd +laU +fRd +laU +fRd +laU +fRd +fRd +fRd +fRd +fRd +fRd +fRd +viK +fRd +fRd +hVd +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(227,1,1) = {" +amA +amA +amA +jnr +jnr +amA +amA +amA +giX +jnr +giX +xoy +giX +jnr +giX +iJj +amA +fix +aXA +jsZ +snD +xVn +rNL +cYQ +exa +oIg +hVd +cbG +hVd +cbG +hVd +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(228,1,1) = {" +amA +beu +tDM +jnr +jnr +tDM +beu +amA +beu +giX +giX +amA +beu +giX +beu +amA +amA +rSg +xVn +xVn +xVn +xVn +exa +exa +exa +dmB +hVd +cbG +cbG +cbG +cbG +cbG +hVd +fRd +fRd +fRd +fRd +tDf +fRd +fRd +fRd +fRd +fRd +laU +fRd +laU +fRd +laU +fRd +fRd +fRd +fRd +fRd +viK +fRd +fRd +fRd +fRd +hVd +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(229,1,1) = {" +amA +oKU +oKU +jnr +jnr +oKU +oKU +amA +amA +pZq +amA +amA +amA +pZq +amA +amA +amA +wcM +wrf +knL +snD +xVn +jpg +lOw +exa +hVl +hVd +cbG +hVd +cbG +hVd +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(230,1,1) = {" +amA +hFV +oKU +jnr +jnr +oKU +aAB +amA +aXg +jnr +icj +amA +aXg +jnr +icj +amA +amA +bks +bal +mKs +snD +xVn +aNX +bep +exa +nyW +hVd +cbG +cbG +cbG +cbG +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +tDf +fRd +fRd +fRd +laU +fRd +laU +fRd +laU +fRd +fRd +fRd +viK +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(231,1,1) = {" +amA +acz +oKU +jnr +jnr +oKU +wBD +amA +dEs +jnr +wQK +amA +dEs +jnr +wQK +amA +amA +dwk +xVn +xVn +ejA +jWb +exa +exa +exa +gLX +hVd +cbG +hVd +cbG +hVd +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(232,1,1) = {" +amA +vZf +vZf +jnr +jnr +vZf +aNT +amA +aXg +jnr +icj +amA +aXg +jnr +icj +amA +amA +gNq +ays +nFs +snD +xVn +mND +oEp +exa +piZ +hVd +cbG +cbG +cbG +cbG +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +tDf +fRd +laU +fRd +laU +fRd +laU +fRd +viK +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(233,1,1) = {" +amA +fsX +jnr +jnr +jnr +sRq +nYK +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +xVn +xVn +hVd +hVd +hVd +hVd +hVd +hVd +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(234,1,1) = {" +amA +jFC +nqX +jnr +jnr +mzk +gFq +amA +xVn +xVn +xVn +kFW +nIP +jCJ +eXr +xVn +jrL +nly +abP +vyy +seA +fnh +fDG +amA +xVn +xVn +wDT +qCC +qCC +qCC +qCC +qCC +hVd +egP +fRd +egP +fRd +egP +fRd +egP +fRd +egP +fRd +tDf +fRd +laU +fRd +viK +fRd +vny +fRd +vny +fRd +vny +fRd +vny +fRd +vny +hVd +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(235,1,1) = {" +amA +amA +amA +nqY +nqY +amA +amA +amA +xVn +xVn +xVn +phK +xVn +xVn +xVn +xVn +rGt +xVn +xVn +xVn +pWj +cKC +ocm +amA +xVn +xVn +wDT +wDT +wDT +wDT +wDT +wDT +wDT +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(236,1,1) = {" +amA +giX +emW +giX +giX +giX +obJ +amA +xVn +xVn +xVn +mnl +sMC +dEH +ami +xVn +wny +uAs +fhu +qlF +dDl +beQ +gyJ +amA +xVn +xVn +wDT +wDT +wDT +wDT +wDT +wDT +wDT +egP +fRd +egP +fRd +egP +fRd +egP +fRd +egP +fRd +egP +fRd +vgP +fRd +vny +fRd +vny +fRd +vny +fRd +vny +fRd +vny +fRd +vny +hVd +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(237,1,1) = {" +amA +qGw +lvt +giX +giX +giX +vWs +amA +xVn +xVn +xVn +qje +oaf +rNg +kvx +xVn +dGd +dNb +okZ +nuh +gaJ +hGJ +qfN +amA +xVn +xVn +wDT +wDT +wDT +wDT +wDT +wDT +wDT +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(238,1,1) = {" +amA +gnw +tdF +bVW +lYz +giX +sZn +amA +xVn +xVn +xVn +uNx +xVn +xVn +xVn +xVn +snD +xVn +xVn +xVn +tOo +xVn +xVn +amA +amA +amA +hVd +lsK +lsK +lsK +lsK +lsK +hVd +egP +fRd +egP +fRd +egP +fRd +egP +fRd +egP +fRd +eCc +fRd +oeH +fRd +uJd +fRd +vny +fRd +vny +fRd +vny +fRd +vny +fRd +vny +hVd +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(239,1,1) = {" +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +oaS +pvT +sAP +nGW +xVn +xss +jeZ +hHW +bAM +hhN +vWN +szX +iFn +iFn +iFn +hVd +hVd +hVd +hVd +hVd +hVd +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(240,1,1) = {" +amA +mOA +xNs +ceS +sRC +dKH +hkm +roS +xVn +xVn +amA +bXt +mmx +ink +xjr +xVn +eNM +aDE +xJo +rjA +epT +xVn +xVn +iFn +iFn +iFn +hVd +cbG +cbG +cbG +cbG +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +eCc +fRd +oeH +fRd +oeH +fRd +oeH +fRd +uJd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(241,1,1) = {" +amA +oUj +jnr +jnr +jnr +jnr +jnr +jnr +xVn +xVn +amA +wEL +xVn +xVn +xVn +xVn +wlY +xVn +xVn +xVn +chs +lwj +kUv +amA +amA +amA +hVd +cbG +hVd +cbG +hVd +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(242,1,1) = {" +amA +jET +jnr +jnr +jnr +jnr +jnr +jnr +xVn +xVn +amA +bBa +wua +wIz +fGl +xVn +xTf +wtF +myH +rlQ +xVn +xVn +xVn +amA +eFH +eFH +hVd +cbG +cbG +cbG +cbG +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +eCc +fRd +fRd +fRd +oeH +fRd +oeH +fRd +oeH +fRd +fRd +fRd +uJd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(243,1,1) = {" +amA +mOA +xNs +ceS +dBa +gJu +dnc +fXi +xVn +xVn +amA +uHd +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +amA +eFH +eFH +hVd +cbG +hVd +cbG +hVd +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(244,1,1) = {" +amA +amA +amA +amA +amA +amA +amA +amA +xVn +xVn +amA +vJj +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +amA +eFH +eFH +hVd +cbG +cbG +cbG +cbG +cbG +hVd +fRd +fRd +fRd +fRd +eCc +fRd +fRd +fRd +fRd +fRd +oeH +fRd +oeH +fRd +oeH +fRd +fRd +fRd +fRd +fRd +uJd +fRd +fRd +fRd +fRd +hVd +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(245,1,1) = {" +amA +eTg +taf +hXp +eyn +ucn +bHo +amA +xVn +xVn +amA +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +amA +eFH +eFH +hVd +cbG +hVd +cbG +hVd +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(246,1,1) = {" +amA +gcG +jnr +sfb +weE +jnr +lxT +amA +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +snD +snD +qOg +amA +eFH +eFH +hVd +cbG +cbG +cbG +cbG +cbG +hVd +fRd +fRd +eCc +fRd +fRd +fRd +fRd +fRd +fRd +fRd +oeH +fRd +oeH +fRd +oeH +fRd +fRd +fRd +fRd +fRd +fRd +fRd +uJd +fRd +fRd +hVd +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(247,1,1) = {" +amA +fYk +jnr +cvi +jnr +jnr +kQo +amA +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +uLi +xVn +umN +amA +eFH +eFH +hVd +cbG +hVd +cbG +hVd +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(248,1,1) = {" +amA +aIq +jnr +jnr +jnr +jnr +jnr +jnr +xVn +xVn +pzu +amA +amA +amA +amA +amA +amA +amA +amA +amA +wkk +tjp +xzY +amA +eFH +eFH +hVd +cbG +cbG +cbG +cbG +cbG +hVd +eCc +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +oeH +fRd +oeH +fRd +oeH +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +uJd +hVd +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(249,1,1) = {" +amA +jJM +jnr +jnr +jnr +jnr +jnr +jnr +xVn +xVn +xVn +xVn +xVn +xVn +xVn +kBn +eIy +owD +dPV +amA +eWP +orb +shc +amA +eFH +eFH +hVd +cbG +hVd +cbG +hVd +cbG +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(250,1,1) = {" +amA +pBH +oWS +jnr +uoF +spD +nkV +amA +xVn +xVn +xVn +xVn +hlH +xVn +xVn +xVn +xVn +xVn +djS +amA +fAi +fAi +jgE +amA +eFH +eFH +hVd +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(251,1,1) = {" +amA +amA +amA +jnr +amA +amA +amA +amA +jnr +jnr +amA +amA +xVn +xVn +xVn +xVn +xVn +xVn +cAW +amA +mmp +alK +mDk +amA +eFH +eFH +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(252,1,1) = {" +amA +cEx +ahR +jnr +jnr +amA +ppC +jnr +jnr +jnr +cOF +amA +xYF +xVn +xVn +xVn +xVn +xVn +vxf +amA +nMF +cgx +lXz +amA +eFH +eFH +hVd +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(253,1,1) = {" +amA +mSB +jnr +jnr +jnr +amA +qar +jnr +jnr +jnr +nMT +amA +fIt +xVn +xVn +xVn +xVn +xVn +max +amA +fAi +fAi +xoN +amA +eFH +eFH +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(254,1,1) = {" +amA +rAk +tFQ +oWb +jnr +amA +fEL +mTp +mbB +eUK +nvA +amA +amA +pDd +rDS +wUZ +iCt +ror +pFT +amA +iOx +bTb +idL +amA +eFH +eFH +hVd +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} +(255,1,1) = {" +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +"} diff --git a/_maps/map_files/cyberiad/z2 (old).dmm b/_maps/map_files/cyberiad/z2 (old).dmm new file mode 100644 index 000000000000..95e1a9c949b8 --- /dev/null +++ b/_maps/map_files/cyberiad/z2 (old).dmm @@ -0,0 +1,98025 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aad" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod3_transit"; + name = "pod 3 in transit"; + width = 3 + }, +/turf/space/transit/east{ + dir = 8 + }, +/area/space) +"aal" = ( +/obj/docking_port/stationary{ + dheight = 2; + dir = 4; + dwidth = 7; + height = 9; + id = "backup_transit"; + name = "backup in transit"; + width = 9 + }, +/turf/space/transit, +/area/space) +"aaN" = ( +/turf/unsimulated/floor{ + icon_state = "stairs-r" + }, +/area/syndicate_mothership) +"abo" = ( +/obj/structure/table/wood, +/obj/item/syndicatedetonator, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"aby" = ( +/obj/effect/spawner/window/reinforced, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/ninja/holding) +"abH" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 5; + height = 7; + id = "supply_transit"; + name = "supply in transit"; + width = 12 + }, +/turf/space/transit, +/area/space) +"aci" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"adO" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Shuttle Dock" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"adR" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod4_transit"; + name = "pod 4 in transit"; + width = 3 + }, +/turf/space/transit/east{ + dir = 8 + }, +/area/space) +"aeh" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall0"; + layer = 5; + tag = "icon-wall3 (NORTH)" + }, +/area/ussp_ship) +"afn" = ( +/obj/effect/decal/remains/human, +/obj/structure/kitchenspike, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"afr" = ( +/obj/effect/landmark/shuttle_import, +/turf/space, +/area/space) +"ahI" = ( +/obj/docking_port/stationary/transit{ + dheight = 9; + dir = 2; + dwidth = 5; + height = 22; + id = "syndicate_transit"; + name = "syndicate in transit"; + width = 18 + }, +/turf/space/transit, +/area/space) +"ahL" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/space) +"ajj" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"ajr" = ( +/obj/machinery/vending/toyliberationstation, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"ajG" = ( +/obj/structure/flora/ausbushes/pointybush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"ajR" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreynavybluecorner" + }, +/area/centcom/specops) +"akM" = ( +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/obj/machinery/vending/cigarette/free{ + slogan_list = list("Помните! Никаких капиталистов!","Лучше всего употреблять вместе с водкой!","Затянитесь!","Девять из десяти учёных СССП считают что курение снимает стресс","Прочим сигаретам далеко до русских сигарет!","Сигареты! Теперь на 100% меньше капитализма.") + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"alv" = ( +/obj/structure/decorative_structures/metal/statue/metal_angel, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"alW" = ( +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"amx" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"amT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"anU" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"aoG" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"aoU" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"apV" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"aqc" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"aqE" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"aqH" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "Pulse ANNIHILATOR"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"arb" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 11; + id = "trade_sol_transit"; + name = "trade_sol in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/horizontal, +/area/space) +"ard" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"arf" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"arh" = ( +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/event_zone) +"arz" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"asG" = ( +/obj/machinery/computer/operating, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"auz" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"avw" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"avK" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"avN" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"avP" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/trash/candle, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"avY" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"awl" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/candle/eternal, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"awo" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"axm" = ( +/obj/effect/landmark/start, +/turf/unsimulated/floor, +/area/start) +"axw" = ( +/obj/machinery/door/window/northleft{ + name = "Out"; + req_access_txt = "150" + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (EAST)" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"axN" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"ayN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet06" + }, +/area/centcom/evac) +"ayZ" = ( +/obj/machinery/light/spot, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"aAA" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"aBv" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aDk" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet8-0"; + tag = "icon-carpet8-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"aDo" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"aDu" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"aDO" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "nukeop_base" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"aEe" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"aEO" = ( +/obj/structure/table/wood, +/obj/item/paper/form/NT_COM_05, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"aFj" = ( +/obj/effect/landmark/abductor/agent{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"aGp" = ( +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"aGy" = ( +/obj/docking_port/stationary/transit{ + dwidth = 1; + height = 4; + id = "pod1_transit"; + name = "pod 1 in transit"; + width = 3 + }, +/turf/space/transit, +/area/space) +"aHg" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"aHs" = ( +/obj/docking_port/stationary/transit{ + dwidth = 1; + height = 4; + id = "pod2_transit"; + name = "pod 2 in transit"; + width = 3 + }, +/turf/space/transit, +/area/space) +"aHF" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"aHX" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkgreenfull" + }, +/area/centcom/zone1) +"aIN" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreen" + }, +/area/centcom/zone1) +"aJn" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser/awaymission_aeg, +/obj/item/gun/energy/laser/cyborg, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/practice/sc_laser, +/obj/item/gun/energy/laser/scatter, +/obj/item/gun/energy/laser/tag, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"aKp" = ( +/obj/structure/mirror{ + pixel_x = 30 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aKL" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"aKY" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"aMo" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"aMD" = ( +/obj/item/flag/syndi, +/obj/machinery/light{ + brightness_range = 5; + dir = 1; + light_range = 5; + nightshift_light_range = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"aMO" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/event_zone) +"aNa" = ( +/obj/machinery/computer/communications, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"aNh" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"aND" = ( +/turf/unsimulated/wall{ + icon_state = "iron6" + }, +/area/syndicate_mothership) +"aOd" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/zone1) +"aOB" = ( +/obj/structure/rack/holorack, +/obj/item/autoimplanter, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"aOV" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkredfull" + }, +/area/centcom/zone1) +"aOX" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "IK-60 Laser Carbine"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"aPa" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/holotable, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"aPu" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"aPM" = ( +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/specops) +"aQI" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien21" + }, +/area/abductor_ship) +"aQT" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/machinery/vending/coffee/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"aQX" = ( +/turf/unsimulated/wall{ + desc = "The door appears to be locked tightly."; + icon = 'icons/obj/doors/airlocks/hatch/centcom.dmi'; + icon_state = "closed"; + name = "Locked Door" + }, +/area/ninja/holding) +"aRB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"aRC" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"aRK" = ( +/obj/structure/table/wood, +/obj/item/candle/eternal, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"aRV" = ( +/obj/effect/landmark{ + name = "Holocarp Spawn" + }, +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_wildlife) +"aSD" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/item/circuitboard/aiupload, +/obj/item/circuitboard/circuit_imprinter, +/obj/item/circuitboard/communications, +/obj/item/circuitboard/destructive_analyzer, +/obj/item/circuitboard/ore_redemption, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/protolathe, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"aSN" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"aSW" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"aTA" = ( +/obj/structure/table/wood, +/obj/item/storage/bible, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"aUH" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"aVe" = ( +/obj/machinery/chem_master, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"aVj" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/holotable, +/obj/item/storage/toolbox, +/obj/item/storage/toolbox/electrical, +/obj/item/storage/toolbox/drone, +/obj/item/storage/toolbox/green, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"aVF" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "SOL" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aVK" = ( +/turf/simulated/floor/holofloor{ + icon_state = "grimy"; + tag = "icon-grimy" + }, +/area/holodeck/source_meetinghall) +"aWd" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkgreen" + }, +/area/centcom/zone1) +"aXk" = ( +/obj/structure/closet/thunderdome/tdred, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/event_zone) +"aXF" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"aXG" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + damage_deflection = 75; + id_tag = "slaughterhouse_door"; + locked = 1; + name = "Slaughterhouse" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"aYx" = ( +/obj/structure/chair/comfy/beige, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aYR" = ( +/obj/docking_port/stationary{ + dwidth = 1; + height = 4; + id = "pod3_away"; + name = "recovery ship bay 3"; + width = 3 + }, +/turf/space, +/area/space) +"aYS" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/centcom/zone1) +"aZe" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"aZF" = ( +/obj/machinery/vending/chinese/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"aZO" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/sign/poster/official/spiders{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"aZR" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"bag" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/fork, +/obj/item/kitchen/utensil/spoon, +/obj/item/kitchen/knife{ + pixel_x = 10 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"bah" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"bai" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"baI" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkpurplecorners" + }, +/area/centcom/specops) +"bbV" = ( +/obj/effect/landmark{ + name = "Holding Facility" + }, +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/area/ninja/holding) +"bbX" = ( +/obj/machinery/vending/sustenance, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"bcF" = ( +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/specops) +"bdk" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"bdA" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/table/holotable, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"ben" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"beF" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"bgo" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"bie" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"big" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/trash/candle, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"bip" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"biT" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + damage_deflection = 75; + id_tag = "syndicate_jail_cell"; + locked = 1; + name = "Syndicate Jail Cell" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"biX" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"bjs" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"bjW" = ( +/obj/item/gun/magic/staff, +/obj/item/gun/magic/staff/chaos, +/obj/item/gun/magic/staff/door, +/obj/item/gun/magic/staff/animate, +/obj/item/gun/magic/staff/change, +/obj/item/gun/magic/staff/chaos, +/obj/item/gun/magic/staff/door, +/obj/item/gun/magic/staff/focus, +/obj/item/gun/magic/staff/healing, +/obj/item/gun/magic/staff/focus, +/obj/item/gun/magic/staff/slipping, +/obj/item/gun/magic/staff/slipping/honkmother, +/obj/item/gun/magic/staff/spellblade, +/obj/item/gun/magic/tentacle, +/obj/item/gun/magic/wand, +/obj/item/gun/magic/wand/door, +/obj/item/gun/magic/wand/fireball, +/obj/item/gun/magic/wand/polymorph, +/obj/item/gun/magic/wand/resurrection, +/obj/item/gun/magic/wand/teleport, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"bko" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/trash/candle, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"bky" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"bkF" = ( +/turf/unsimulated/floor{ + icon_state = "carpet5-1" + }, +/area/centcom/zone1) +"bln" = ( +/obj/machinery/door/airlock/hatch/syndicate/command, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"bmp" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "darkred" + }, +/area/centcom/zone3) +"bmv" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (NORTH)" + }, +/turf/space, +/area/space) +"bmO" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "What?" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"bmW" = ( +/obj/machinery/door_control{ + id = "SOL_Shutters"; + name = "Shutters"; + pixel_y = -25; + req_access_txt = "110" + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen/multi/gold, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"bne" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"bnq" = ( +/turf/unsimulated/floor{ + icon_state = "carpet9-4" + }, +/area/centcom/zone1) +"bnI" = ( +/obj/machinery/light/small{ + brightness_range = 2; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"bnM" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/space) +"bpg" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"bpt" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"bpL" = ( +/obj/vehicle/snowmobile/blue/key, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"bpZ" = ( +/obj/effect/decal/cleanable/molten_object, +/turf/unsimulated/floor{ + icon_state = "hierophant1" + }, +/area/wizard_station) +"bqa" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"bqe" = ( +/obj/structure/urinal{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"bqf" = ( +/turf/space, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/specops) +"brx" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 4; + height = 11; + id = "trade_sol_base"; + name = "docking bay 2 at Jupiter Station"; + width = 9 + }, +/turf/space, +/area/space) +"bsn" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/centcom/specops) +"bsp" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Office"; + dir = 1; + network = list("CentComm") + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"bst" = ( +/obj/structure/window/reinforced{ + color = "red" + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"bsB" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/ppflowers, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"bsQ" = ( +/obj/machinery/photocopier, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"bsY" = ( +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"btS" = ( +/obj/structure/toilet, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"bue" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/grenadelauncher, +/obj/item/gun/projectile/revolver/grenadelauncher/multi, +/obj/item/gun/projectile/revolver/grenadelauncher/multi/cyborg, +/obj/item/gun/grenadelauncher, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"buo" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"buC" = ( +/obj/machinery/door/airlock/external{ + id_tag = "trade_sol_base"; + name = "Docking Port" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"buD" = ( +/obj/structure/closet/thunderdome/tdgreen, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/event_zone) +"bvP" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"bvW" = ( +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"bvY" = ( +/obj/machinery/hydroponics/constructable, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"bwi" = ( +/turf/unsimulated/floor{ + icon_state = "darkbrown" + }, +/area/centcom/ferry) +"bwj" = ( +/mob/living/simple_animal/cow, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"bxc" = ( +/obj/item/toy/syndicateballoon, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcircuit" + }, +/area/syndicate_mothership) +"bym" = ( +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"byK" = ( +/obj/structure/lattice, +/turf/unsimulated/wall, +/area/centcom/evac) +"bzH" = ( +/obj/structure/sign/poster/official/twelve_gauge, +/turf/unsimulated/wall, +/area/centcom) +"bAl" = ( +/obj/structure/holohoop{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"bAy" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreen" + }, +/area/centcom/zone1) +"bAQ" = ( +/obj/docking_port/stationary{ + dwidth = 5; + height = 7; + id = "supply_away"; + name = "supply centcom"; + width = 12 + }, +/turf/space, +/area/space) +"bBg" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/zone1) +"bBn" = ( +/obj/machinery/r_n_d/server/centcom, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"bBX" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/advtaser/mounted, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"bDt" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone1) +"bDQ" = ( +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"bED" = ( +/mob/living/simple_animal/pig, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"bEL" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"bGJ" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid2"; + tag = "icon-asteroid2 (EAST)" + }, +/area/holodeck/source_desert) +"bHZ" = ( +/obj/machinery/door/airlock{ + name = "Туалет" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"bIV" = ( +/obj/effect/landmark{ + name = "Holding Facility" + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/area/ninja/holding) +"bJv" = ( +/obj/structure/holohoop{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"bJA" = ( +/turf/unsimulated/wall/abductor, +/area/abductor_ship) +"bJB" = ( +/obj/machinery/camera{ + c_tag = "CentComm Jail 3"; + dir = 10; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"bJJ" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"bJR" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"bKE" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/riot, +/obj/item/gun/projectile/shotgun/riot/buckshot, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"bKF" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/surgery, +/obj/item/stack/nanopaste, +/obj/item/mmi, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/stack/nanopaste, +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/specops) +"bLJ" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood_siding2"; + tag = "icon-wood_siding2 (EAST)" + }, +/area/holodeck/source_picnicarea) +"bMT" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 27 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = 27 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/centcom/zone1) +"bMW" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"bNp" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bathroom"; + opacity = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"bNs" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"bNx" = ( +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "IK-60 magazine"; + req_access = null + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"bOp" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"bOD" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/mob/living/simple_animal/cow, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"bOP" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/evac{ + pixel_y = 33 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"bOR" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" + }, +/area/space) +"bPo" = ( +/obj/structure/table/wood, +/obj/item/book/manual/medical_cloning, +/obj/item/pen/fancy, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"bQG" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"bQR" = ( +/obj/structure/chair/stool, +/obj/structure/chair/stool, +/obj/structure/chair/stool, +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"bRh" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"bSc" = ( +/obj/item/gun/energy/dominator, +/obj/structure/table/wood, +/obj/item/gun/energy/dominator/no_sibyl, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"bSk" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 5; + id = "laborcamp_transit"; + name = "labor in transit"; + width = 9 + }, +/turf/space/transit, +/area/space) +"bUG" = ( +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"bVa" = ( +/obj/effect/landmark/abductor/agent, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"bWl" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/adminconstruction) +"bWt" = ( +/obj/item/gun/projectile/automatic/pistol/m1911, +/obj/item/ammo_box/magazine/m45, +/obj/item/ammo_box/magazine/m45, +/obj/item/ammo_box/magazine/m45, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed"; + req_access_txt = "114" + }, +/obj/item/clothing/head/helmet/space/deathsquad/beret, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/suit/space/deathsquad/officer, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/flashbangs, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double, +/obj/item/radio/headset/ert{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/storage/box/centcomofficer, +/obj/item/clothing/head/beret/centcom/officer, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"bXt" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/event_zone) +"bXC" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bathroom"; + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"bXF" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"bXY" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/radio/intercom/specops, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"bYr" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "hierophant1" + }, +/area/wizard_station) +"bZo" = ( +/obj/machinery/computer/scan_consolenew, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"bZG" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"bZL" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"bZZ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/pistol/m1911, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"cah" = ( +/obj/structure/curtain/open/shower/security, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cbm" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/reagent_scanner/adv, +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/specops) +"cbF" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + id_tag = "ERT_armory_lvl1"; + layer = 5; + locked = 1; + name = "Armory level 1"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ccm" = ( +/obj/machinery/power/solar_control{ + id = "portsolar"; + name = "Aft Port Solar Control" + }, +/obj/structure/cable, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"cct" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/ausbushes/ywflowers, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"ccC" = ( +/obj/machinery/computer/shuttle/sst, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"ccE" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/sign/evac{ + pixel_y = 33 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ccG" = ( +/obj/machinery/computer/supplycomp{ + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"cdf" = ( +/obj/item/radio/intercom{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cdB" = ( +/obj/machinery/computer/communications, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"ceq" = ( +/obj/structure/table, +/obj/item/circular_saw, +/obj/item/surgicaldrill{ + pixel_y = 5 + }, +/obj/item/kitchen/utensil/fork, +/obj/item/kitchen/utensil/spoon, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ceM" = ( +/obj/structure/flora/grass/brown, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"cfZ" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/ninja/holding) +"cgH" = ( +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"chH" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavybluecorner" + }, +/area/centcom/specops) +"chW" = ( +/obj/machinery/door/window{ + panel_open = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"civ" = ( +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"cjZ" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"ckg" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkgreen" + }, +/area/centcom/zone1) +"ckB" = ( +/obj/machinery/vending/sovietsoda, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"clg" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_armory_lvl4"; + layer = 5; + locked = 1; + name = "Armory level 4" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkbrown" + }, +/area/centcom/specops) +"clq" = ( +/obj/machinery/door/airlock/centcom{ + name = "Medical Block"; + opacity = 1; + req_access_txt = "109" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"clr" = ( +/obj/structure/sign/kiddieplaque{ + desc = "Интересная картина на табличке, с человеком который бежит сразу от паука, блобернаута, демона и другого человека с мечом. \n Сама же картина подписана как x20."; + name = "x20"; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"clx" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkred" + }, +/area/centcom/zone1) +"clX" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"cmf" = ( +/obj/structure/table/reinforced, +/obj/item/nullrod/salt, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"cmK" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"cmZ" = ( +/obj/machinery/door/window{ + dir = 8; + panel_open = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cnh" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/machinery/camera{ + c_tag = "CentComm Zone 1 Gamming Room"; + dir = 1; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/centcom/zone1) +"cnx" = ( +/obj/machinery/vending/liberationstation, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"cnM" = ( +/obj/structure/table/wood/poker, +/obj/item/dice/d20, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"coa" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"cok" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cos" = ( +/obj/structure/table/holotable, +/obj/item/beach_ball/holoball/baseball, +/obj/item/melee/baseball_bat, +/obj/item/melee/baseball_bat, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"coD" = ( +/obj/machinery/bodyscanner, +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"cpC" = ( +/obj/structure/table/wood, +/obj/item/grenade/smokebomb, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"cpE" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"cpK" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cri" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/documents/syndicate/blue, +/obj/item/documents/syndicate/mining, +/obj/item/documents/syndicate/red, +/obj/item/documents/syndicate/yellow, +/obj/item/documents/syndicate/yellow/trapped, +/obj/item/documents/syndicate, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"crq" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 1 Gamming Room 2"; + dir = 1; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreen" + }, +/area/centcom/zone1) +"crS" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (WEST)" + }, +/area/ussp_ship) +"cst" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"cth" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien22" + }, +/area/abductor_ship) +"ctn" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"ctJ" = ( +/obj/structure/table/wood, +/obj/item/dice/d20, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"ctN" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/zone1) +"ctP" = ( +/turf/unsimulated/floor{ + icon_state = "gcircuit" + }, +/area/event_zone) +"ctX" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"cue" = ( +/obj/structure/table/wood, +/obj/item/paper/deltainfo, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"cvw" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stack/spacecash, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"cxi" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"cxA" = ( +/obj/structure/table/holotable, +/obj/item/beach_ball, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/item/beach_ball/holoball, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cxQ" = ( +/turf/space/transit, +/area/space) +"czl" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cBc" = ( +/obj/machinery/computer/arcade, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"cBz" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 1-2"; + network = list("CentComm") + }, +/obj/structure/chair, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"cBM" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"cCd" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/wizard_station) +"cCw" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"cCy" = ( +/obj/effect/landmark/abductor/scientist{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"cCA" = ( +/obj/effect/landmark{ + name = "ninjastart" + }, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/ninja/holding) +"cCP" = ( +/obj/structure/table/reinforced, +/obj/item/wirecutters{ + pixel_y = 18 + }, +/obj/item/flashlight{ + pixel_y = 4 + }, +/obj/item/instrument/bikehorn{ + pixel_y = -2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"cCR" = ( +/obj/structure/chair/comfy/beige{ + dir = 1; + layer = 5; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"cCY" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"cDm" = ( +/obj/item/tank/nitrogen, +/obj/structure/table/wood, +/obj/item/tank/nitrogen, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/tank/nitrogen, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"cDn" = ( +/obj/machinery/vending/engineering, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"cEa" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/computer/cryopod/robot{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"cEj" = ( +/obj/structure/table/reinforced, +/obj/effect/landmark{ + name = "Commando_Manual" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"cEG" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"cEI" = ( +/obj/machinery/door_control{ + id = "sst_ready"; + name = "SST Base Access"; + pixel_x = -6; + pixel_y = 6; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "sst_tele"; + name = "SST Teleporter Access"; + pixel_x = 6; + pixel_y = 6; + req_access_txt = "153" + }, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"cEK" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/space) +"cFi" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/bridge) +"cFt" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"cGp" = ( +/obj/machinery/abductor/console{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"cHq" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/gun/projectile/automatic/sniper_rifle{ + name = "ASVK" + }, +/obj/item/gun/projectile/automatic/sniper_rifle{ + name = "ASVK" + }, +/obj/item/gun/projectile/automatic/sniper_rifle{ + name = "ASVK" + }, +/obj/item/gun/projectile/automatic/sniper_rifle{ + name = "ASVK" + }, +/obj/item/gun/projectile/automatic/sniper_rifle{ + name = "ASVK" + }, +/obj/item/gun/projectile/automatic/sniper_rifle{ + name = "ASVK" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"cHw" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/seeds/gatfruit, +/obj/item/seeds/cherry/bomb, +/obj/item/seeds/ambrosia/gaia, +/obj/item/seeds/ambrosia/gaia, +/obj/item/seeds/ambrosia/gaia, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"cHF" = ( +/turf/unsimulated/floor{ + icon_state = "rcircuit" + }, +/area/event_zone) +"cHZ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"cIb" = ( +/obj/structure/bed, +/obj/item/bedsheet/syndie, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"cId" = ( +/obj/machinery/computer/library/checkout, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"cIq" = ( +/obj/machinery/gameboard, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"cIF" = ( +/obj/structure/table, +/obj/item/kitchen/knife/butcher, +/obj/item/melee/baseball_bat, +/obj/item/clothing/mask/muzzle{ + pixel_y = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"cJh" = ( +/obj/structure/filingcabinet/security, +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"cJn" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = -27 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = -27 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cKr" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/turf/unsimulated/floor{ + icon_state = "rcircuit" + }, +/area/event_zone) +"cKw" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"cLn" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cLr" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"cLu" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cLA" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"cLD" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/event_zone) +"cMS" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"cNh" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cNr" = ( +/obj/machinery/door/poddoor/impassable{ + density = 0; + id_tag = "nukeop_base"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"cNR" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_y = 5 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/specops) +"cNX" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cOg" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/electrical, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/admin) +"cOC" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cOD" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cPc" = ( +/obj/machinery/computer/shuttle/trade/sol, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"cPp" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"cPv" = ( +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/evac) +"cPV" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/evac) +"cPX" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/mashed_potatoes, +/obj/item/reagent_containers/food/snacks/mashed_potatoes, +/obj/item/reagent_containers/food/snacks/mashed_potatoes, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"cQL" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/rock, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"cQQ" = ( +/obj/structure/table/wood/poker, +/obj/machinery/door_control{ + id = "eventroom"; + name = "Ready room"; + pixel_x = -6; + pixel_y = 6; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"cRR" = ( +/obj/structure/table/wood/poker, +/obj/item/paper_bin, +/obj/item/pen, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"cRS" = ( +/obj/machinery/prize_counter, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"cTd" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"cTS" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ninja/holding) +"cTT" = ( +/obj/structure/chair/stool, +/obj/machinery/computer/security/telescreen{ + desc = "Damn, they better have /tg/thechannel on these things."; + icon_state = "entertainment"; + name = "Entertainment monitor"; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"cVo" = ( +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/event_zone) +"cVG" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cVV" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"cWI" = ( +/obj/structure/table/reinforced, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_y = 8 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/aicard{ + layer = 2.9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"cWL" = ( +/obj/structure/table/wood/poker, +/obj/item/pizzabox, +/obj/item/pizzabox, +/obj/item/kitchen/knife, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"cXT" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone6" + }, +/area/wizard_station) +"cYu" = ( +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Armory 3"; + dir = 4; + network = list("CentComm") + }, +/obj/machinery/vending/security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"cYJ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/mindflayer, +/obj/item/gun/energy/xray, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"cYU" = ( +/obj/item/gun/throw/piecannon, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"cZd" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"dau" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + layer = 5; + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"daG" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/bridge) +"daV" = ( +/obj/structure/table/reinforced, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_y = 8 + }, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_y = 4 + }, +/obj/item/radio/beacon/syndicate/bomb, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"dbc" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"dbl" = ( +/obj/structure/chair/sofa/right, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"dcD" = ( +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/bridge) +"des" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/shuttle/gamma/space) +"dfd" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcircuit" + }, +/area/syndicate_mothership) +"dgj" = ( +/obj/structure/table, +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"dgy" = ( +/obj/machinery/smartfridge, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"dgY" = ( +/obj/effect/landmark/abductor/scientist{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"dhe" = ( +/turf/unsimulated/wall{ + icon_state = "iron0" + }, +/area/syndicate_mothership) +"dhN" = ( +/obj/machinery/vending/hydroseeds{ + contraband = list(); + emagged = 1; + products = list(/obj/item/seeds/aloe = 3, /obj/item/seeds/ambrosia = 3, /obj/item/seeds/apple = 3, /obj/item/seeds/banana = 3, /obj/item/seeds/berry = 3, /obj/item/seeds/cabbage = 3, /obj/item/seeds/carrot = 3, /obj/item/seeds/cherry = 3, /obj/item/seeds/chanter = 3, /obj/item/seeds/chili = 3, /obj/item/seeds/cocoapod = 3, /obj/item/seeds/coffee = 3, /obj/item/seeds/comfrey = 3, /obj/item/seeds/corn = 3, /obj/item/seeds/cotton = 3, /obj/item/seeds/nymph = 3, /obj/item/seeds/eggplant = 3, /obj/item/seeds/garlic = 3, /obj/item/seeds/grape = 3, /obj/item/seeds/grass = 3, /obj/item/seeds/lemon = 3, /obj/item/seeds/lime = 3, /obj/item/seeds/onion = 3, /obj/item/seeds/orange = 3, /obj/item/seeds/peanuts = 3, /obj/item/seeds/pineapple = 3, /obj/item/seeds/poppy = 3, /obj/item/seeds/potato = 3, /obj/item/seeds/pumpkin = 3, /obj/item/seeds/replicapod = 3, /obj/item/seeds/wheat/rice = 3, /obj/item/seeds/soya = 3, /obj/item/seeds/sugarcane = 3, /obj/item/seeds/sunflower = 3, /obj/item/seeds/tea = 3, /obj/item/seeds/tobacco = 3, /obj/item/seeds/tomato = 3, /obj/item/seeds/tower = 3, /obj/item/seeds/watermelon = 3, /obj/item/seeds/wheat = 3, /obj/item/seeds/whitebeet = 3, /obj/item/seeds/cannabis = 3, /obj/item/seeds/amanita = 2, /obj/item/seeds/fungus = 3, /obj/item/seeds/glowshroom = 2, /obj/item/seeds/liberty = 2, /obj/item/seeds/nettle = 2, /obj/item/seeds/plump = 2, /obj/item/seeds/reishi = 2, /obj/item/seeds/starthistle = 2, /obj/item/seeds/random = 2) + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"dil" = ( +/obj/machinery/light{ + dir = 8; + light_range = 5 + }, +/obj/machinery/door_control{ + id = "nukeop_ready"; + name = "Shuttle Dock Door"; + pixel_x = -25; + req_access_txt = "151"; + specialfunctions = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"din" = ( +/obj/machinery/vending/hydronutrients{ + contraband = list(); + emagged = 1; + products = list(/obj/item/reagent_containers/glass/bottle/nutrient/ez = 20, /obj/item/reagent_containers/glass/bottle/nutrient/l4z = 13, /obj/item/reagent_containers/glass/bottle/nutrient/rh = 6, /obj/item/reagent_containers/spray/pestspray = 20, /obj/item/reagent_containers/syringe = 5, /obj/item/storage/bag/plants = 5, /obj/item/cultivator = 3, /obj/item/shovel/spade = 3, /obj/item/plant_analyzer = 4, /obj/item/reagent_containers/glass/bottle/ammonia = 10, /obj/item/reagent_containers/glass/bottle/diethylamine = 5) + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"dio" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"dip" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"diO" = ( +/mob/living/simple_animal/chicken, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"dje" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/barrier{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/barrier{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/barrier{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/barrier{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/barrier{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/barrier{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"djn" = ( +/turf/simulated/floor/holofloor{ + icon_state = "sand"; + name = "Soft sand" + }, +/area/holodeck/source_beach) +"djx" = ( +/obj/effect/decal/remains/human, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"djG" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"dkg" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"dkl" = ( +/obj/machinery/light, +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"dks" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"dkV" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"dli" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/smartfridge/disks, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"dlm" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/specops) +"dlx" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"dlU" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window{ + dir = 1; + panel_open = 1; + req_access_txt = "110" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/gun/energy/pulse/pistol/m1911, +/obj/item/gun/energy/pulse/pistol/m1911, +/obj/item/gun/energy/pulse/pistol/m1911, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"dmb" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"dnh" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/obj/item/multitool, +/obj/item/melee/baseball_bat{ + desc = "No horny"; + embedded_pain_chance = 100; + hitsound = 'sound/effects/hit_kick.ogg'; + name = "No horny special bat"; + tool_volume = 80 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"dnq" = ( +/obj/item/radio/intercom/syndicate{ + pixel_y = 5 + }, +/obj/structure/table/wood, +/obj/machinery/door_control{ + id = "commandcenter"; + name = "Privacy Shutters"; + pixel_x = -7; + pixel_y = -3; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "syndicate_bridge"; + name = "Bridge Blastdoor"; + pixel_x = 7; + pixel_y = -3; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"dnA" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/mob/living/simple_animal/turkey, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"dnT" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (NORTH)" + }, +/turf/space, +/turf/space, +/area/space) +"doe" = ( +/obj/structure/table/wood, +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"dog" = ( +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "stairs-m" + }, +/area/centcom/evac) +"dol" = ( +/obj/machinery/computer/teleporter{ + req_access = list(150) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"dqw" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"drJ" = ( +/turf/unsimulated/floor{ + icon_state = "stairs-m" + }, +/area/centcom/evac) +"drU" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"dsW" = ( +/obj/structure/flora/tree/palm, +/obj/item/beach_ball, +/turf/unsimulated/beach/sand, +/area/centcom/evac) +"dts" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"duF" = ( +/obj/item/storage/secure/safe{ + pixel_y = 30 + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/structure/mirror{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"duM" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"duQ" = ( +/obj/machinery/door/window{ + color = null; + dir = 2; + opacity = 1; + panel_open = 1 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"dvF" = ( +/obj/structure/closet/secure_closet/contractor, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"dwX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/chem_master, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"dxr" = ( +/obj/machinery/conveyor{ + id = "SOL" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"dxC" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"dxF" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone9" + }, +/area/wizard_station) +"dxO" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Vault"; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"dyv" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/speargun, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"dyC" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpetnoconnect" + }, +/area/wizard_station) +"dzo" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator, +/obj/item/gun/energy/kinetic_accelerator/cyborg, +/obj/item/gun/energy/kinetic_accelerator/experimental, +/obj/item/gun/energy/kinetic_accelerator/minebot, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"dzB" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery{ + pixel_y = -6 + }, +/obj/item/storage/toolbox/syndicate{ + pixel_y = 9 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"dzC" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"dzV" = ( +/obj/machinery/door/window{ + color = null; + dir = 8; + opacity = 1; + panel_open = 1 + }, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"dAi" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/mob/living/simple_animal/chicken, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"dAs" = ( +/obj/structure/table/reinforced/brass, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"dAx" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/plushie/coffee_fox{ + desc = "Что делает такая прекрасная лиса в таком ужасном месте? Возможно она кого то символизирует, но скорее всего это лишь ваши фантазии. \n Вы замечаете небольшую заметку на бирке игрушки, однако все что удается вам разглядеть это Sl-end-er."; + name = "Лиса?" + }, +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"dAK" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/hardsuit/syndi, +/obj/item/clothing/suit/space/hardsuit/syndi/elite{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"dAR" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"dBu" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bathroom"; + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"dBz" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien18" + }, +/area/abductor_ship) +"dBD" = ( +/obj/structure/flora/tree/pine, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"dCf" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/weightmachine/weightlifter, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"dCl" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"dCo" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access_txt = "109" + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"dCZ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"dDe" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/vending/medical, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet01" + }, +/area/centcom/evac) +"dEc" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/centcom/specops) +"dEh" = ( +/obj/structure/ninjatele{ + pixel_y = 25 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ninja/holding) +"dEq" = ( +/obj/machinery/door/airlock{ + name = "Toilet" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"dEy" = ( +/turf/unsimulated/wall, +/area/centcom/evac) +"dFy" = ( +/obj/structure/table, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/healthanalyzer/advanced, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/centcom/evac) +"dFP" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"dFZ" = ( +/obj/structure/closet, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/head/panzer{ + desc = "An oldschool military softcap."; + name = "old military cap" + }, +/obj/item/clothing/head/panzer{ + desc = "An oldschool military softcap."; + name = "old military cap" + }, +/obj/item/clothing/under/soviet, +/obj/item/clothing/under/soviet, +/obj/item/clothing/under/soviet, +/obj/item/clothing/under/soviet, +/obj/item/clothing/under/soviet, +/obj/item/clothing/under/soviet, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/panzer{ + desc = "An oldschool military softcap."; + name = "old military cap" + }, +/obj/item/clothing/head/panzer{ + desc = "An oldschool military softcap."; + name = "old military cap" + }, +/obj/item/clothing/head/panzer{ + desc = "An oldschool military softcap."; + name = "old military cap" + }, +/obj/item/clothing/head/panzer{ + desc = "An oldschool military softcap."; + name = "old military cap" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"dGv" = ( +/obj/structure/mineral_door/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"dGD" = ( +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/ninja/holding) +"dGH" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"dGO" = ( +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"dHz" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"dHJ" = ( +/obj/structure/reagent_dispensers/spacecleanertank{ + pixel_y = 30 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -4 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 4 + }, +/obj/structure/table, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/centcom/evac) +"dJg" = ( +/turf/unsimulated/floor{ + icon_state = "darkred" + }, +/area/adminconstruction) +"dJi" = ( +/obj/machinery/camera{ + c_tag = "CentComm Jail 7"; + dir = 10; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"dJo" = ( +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"dJV" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet09" + }, +/area/wizard_station) +"dKc" = ( +/obj/machinery/vending/medical, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/centcom/evac) +"dKv" = ( +/obj/machinery/door/airlock/centcom{ + name = "Auxillary Shuttles"; + opacity = 1; + req_access_txt = "106" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ferry) +"dKN" = ( +/obj/structure/bed, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"dLs" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/centcom/evac) +"dMS" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/centcom/jail) +"dNa" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Connector Port (Air Supply)" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/centcom/evac) +"dNX" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"dOJ" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"dOV" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/centcom/evac) +"dPP" = ( +/obj/structure/sink{ + pixel_y = 25 + }, +/obj/structure/mirror{ + layer = 5; + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"dRt" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/fans/tiny, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/ussp_ship) +"dRv" = ( +/obj/structure/table, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/brute, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/centcom/evac) +"dRK" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/centcom/evac) +"dRR" = ( +/obj/machinery/light/small, +/turf/simulated/floor/light, +/area/secret/gaybar) +"dSe" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/under/color/green, +/obj/item/holo/esword/green, +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"dSL" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"dSX" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken4" + }, +/area/wizard_station) +"dTj" = ( +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"dUz" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"dUB" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + brightness_range = 2; + dir = 8; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"dUX" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien5" + }, +/area/abductor_ship) +"dUZ" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave/upgraded, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"dVb" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"dVm" = ( +/obj/machinery/door/airlock/centcom{ + name = "Restroom"; + opacity = 1; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"dVK" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = 4; + tag = "icon-shower (EAST)" + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"dVO" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/ninja/holding) +"dWu" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck, +/obj/machinery/camera{ + c_tag = "CentComm Zone 1 Droom"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"dWz" = ( +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"dWH" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 8; + pixel_x = -4 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"dWZ" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"dYk" = ( +/obj/structure/dresser, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"dYF" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_emptycourt) +"dYH" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"dYI" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"dZk" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3"; + tag = "icon-diagonalWall3" + }, +/area/shuttle/assault_pod) +"dZz" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"dZO" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/deagle, +/obj/item/gun/projectile/automatic/pistol/deagle/camo, +/obj/item/gun/projectile/automatic/pistol/deagle/gold, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"dZP" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/donut, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"dZY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/seed_extractor, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"eab" = ( +/obj/machinery/door/airlock/hatch/syndicate/command, +/obj/machinery/door/poddoor/impassable{ + id_tag = "syndicate_bridge"; + layer = 2.8; + name = "Bridge" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"eac" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/camera{ + c_tag = "CentComm ERT Medical Block 2"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/specops) +"eak" = ( +/obj/structure/sign/restroom{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"ebg" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"ebh" = ( +/obj/structure/table/holotable, +/obj/item/chair, +/obj/item/chair, +/obj/item/chair, +/obj/item/chair, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"ebR" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/space, +/area/ussp_ship) +"ecl" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"ecm" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"edY" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"eed" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"eeC" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "hierophant1" + }, +/area/wizard_station) +"eeN" = ( +/obj/structure/mopbucket, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/soap, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"efo" = ( +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_x = -30; + pixel_y = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/evac) +"efz" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/chef_rare_ingredients_kit, +/obj/item/storage/box/bartender_rare_ingredients_kit, +/obj/item/storage/box/fingerprints, +/obj/item/storage/box/fingerprints, +/obj/item/storage/box/swabs, +/obj/item/storage/box/swabs, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"efG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/evac) +"egi" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/evac) +"egj" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/mashed_potatoes, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"egq" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"egx" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid1"; + tag = "icon-asteroid1 (EAST)" + }, +/area/holodeck/source_desert) +"egZ" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ehc" = ( +/obj/machinery/light/spot, +/obj/item/flag/syndi, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"ehx" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ehY" = ( +/obj/mecha/combat/durand/old{ + color = "#77895C"; + desc = "Improved Armored Heavy Mech with USSP Symbol"; + name = "TU-802" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"ejr" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"eka" = ( +/obj/structure/toilet, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"ekQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/evac) +"elp" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"elZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/item/storage/lockbox/t4{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/storage/lockbox/t4{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/storage/lockbox/t4{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/storage/lockbox/t4{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/storage/lockbox/t4{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/storage/lockbox/t4{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/grenade/smokebomb{ + pixel_x = 10 + }, +/obj/item/grenade/smokebomb{ + pixel_x = 10 + }, +/obj/item/grenade/smokebomb{ + pixel_x = 10 + }, +/obj/item/grenade/smokebomb{ + pixel_x = 10 + }, +/obj/item/grenade/smokebomb{ + pixel_x = 10 + }, +/obj/item/grenade/smokebomb{ + pixel_x = 10 + }, +/obj/item/grenade/smokebomb{ + pixel_x = 10 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"emj" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"emV" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"ene" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"enf" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "SST Ready Room" + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "sst_ready"; + layer = 2.8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"eod" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"eoB" = ( +/obj/machinery/chem_dispenser/mutagensaltpeter, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"eoM" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet4-0"; + tag = "icon-carpet4-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"epr" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"eqh" = ( +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"eqF" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/ninja/holding) +"erc" = ( +/obj/machinery/chem_dispenser/supgraded, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"erl" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"esx" = ( +/obj/machinery/bodyscanner, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"esE" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone1" + }, +/area/wizard_station) +"etk" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/enforcer, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/item/gun/projectile/automatic/pistol/enforcer/security, +/obj/item/gun/projectile/automatic/toy/pistol/enforcer, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"ets" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/event_zone) +"evr" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/snacks/candy/cotton/blue, +/turf/unsimulated/floor{ + icon_state = "carpet5-1" + }, +/area/wizard_station) +"evU" = ( +/turf/unsimulated/floor{ + icon_state = "carpet7-3" + }, +/area/centcom/zone1) +"ewg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/space, +/area/ussp_ship) +"ewl" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"ewu" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/sign/evac{ + pixel_y = 33 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ewA" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ewW" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (WEST)" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ewX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/biogenerator, +/obj/item/reagent_containers/glass/bucket, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"exo" = ( +/obj/structure/curtain/open/shower/centcom, +/obj/machinery/shower, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/syndicate_mothership) +"eyW" = ( +/obj/structure/closet/secure_closet/syndicate_officer, +/obj/item/suppressor, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"ezi" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"ezp" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/mob/living/simple_animal/turkey, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"ezs" = ( +/obj/structure/sign/restroom{ + pixel_y = 30 + }, +/turf/unsimulated/wall, +/area/centcom) +"ezt" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = -27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = -27 + }, +/obj/structure/sink{ + dir = 1 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/evac) +"ezv" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/mech_bay_recharge_port/upgraded, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"ezB" = ( +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"ezE" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"eAm" = ( +/obj/machinery/status_display{ + pixel_y = 30 + }, +/obj/mecha/combat/marauder/seraph/loaded{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 80, "energy" = 80, "bomb" = 80, "bio" = 80, "rad" = 80, "fire" = 100, "acid" = 100); + name = "D2"; + operation_req_access = list(109) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"eAI" = ( +/obj/mecha/combat/gygax/ert, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"eBL" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/centcom/zone1) +"eCq" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 1 Droom 2"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"eCs" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"eDg" = ( +/obj/item/mop, +/obj/structure/mirror{ + pixel_x = 28 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"eDV" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/centcom/zone1) +"eEL" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"eFa" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT Medical Block"; + dir = 8; + network = list("CentComm") + }, +/obj/structure/closet/wardrobe/chemistry_white, +/obj/item/storage/bag/chemistry, +/obj/item/storage/bag/chemistry, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"eFy" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"eFT" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"eGQ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/blueshield, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"eGS" = ( +/obj/structure/closet/crate/freezer{ + desc = "Холодильник с напитками. Ничего необычного." + }, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"eHe" = ( +/obj/structure/flora/rock, +/obj/machinery/camera{ + c_tag = "CentComm ERT Hallway"; + dir = 4; + network = list("CentComm") + }, +/obj/structure/flora/ausbushes/ywflowers, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"eHk" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "CentComm ERT Armory Level 1"; + dir = 1; + network = list("CentComm") + }, +/obj/machinery/status_display{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"eHx" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"eId" = ( +/obj/structure/rack, +/obj/item/clothing/head/that{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/clothing/under/suit_jacket, +/obj/item/clothing/suit/wcoat, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"eIt" = ( +/obj/structure/closet/secure_closet/personal, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"eIW" = ( +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"eJh" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = 27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 27 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"eJk" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/centcom/specops) +"eJo" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"eJM" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone10" + }, +/area/wizard_station) +"eJQ" = ( +/obj/structure/rack, +/obj/item/camera, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"eJU" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"eKf" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"eKo" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "mauler_garage"; + name = "Mech Bay" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"eKE" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"eLi" = ( +/obj/machinery/cooker/deepfryer/upgraded, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"eLm" = ( +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"eMu" = ( +/obj/structure/rack, +/obj/item/toy/sword, +/obj/item/gun/projectile/revolver/capgun, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"eMv" = ( +/obj/structure/chair/comfy/red{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"eMx" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"eMF" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"eMI" = ( +/obj/docking_port/stationary{ + allow_spin = 0; + dir = 2; + dwidth = 2; + height = 11; + id = "specops_away"; + name = "centcom bay 3"; + no_spin = 1; + top_left_corner = 8; + top_right_corner = 1; + width = 5 + }, +/turf/space, +/turf/space, +/area/space) +"eMQ" = ( +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8; + switchcount = 50 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/evac) +"eMY" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "Enforcer magazine"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"eNw" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"eOr" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/space, +/turf/space, +/area/ussp_ship) +"eOL" = ( +/obj/effect/decal/warning_stripes/east, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/evac) +"ePf" = ( +/obj/machinery/bodyscanner{ + layer = 3.5 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"ePM" = ( +/obj/machinery/bodyscanner{ + dir = 4; + layer = 3.5 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"eQm" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT Ready Room 2"; + dir = 6; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"eQF" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"eRB" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet15-15"; + tag = "icon-carpet15-15 (EAST)" + }, +/area/holodeck/source_theatre) +"eRH" = ( +/obj/structure/table/wood, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/obj/item/twohanded/fireaxe/energized, +/obj/item/twohanded/fireaxe, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"eRL" = ( +/obj/machinery/light{ + dir = 1; + light_range = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"eSj" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/proto, +/obj/item/gun/projectile/automatic/toy, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"eSq" = ( +/obj/machinery/door/airlock/hatch{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + desc = "For all your shady business needs"; + name = "Special Shuttle"; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"eSX" = ( +/obj/structure/sign/goldenplaque{ + desc = "Лучший сотрудник века"; + name = "Это Толя Раммфан"; + pixel_x = 30 + }, +/obj/structure/table/wood/poker, +/obj/item/radio/intercom/specops, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"eTZ" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"eUh" = ( +/obj/structure/chair/stool/bar, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"eUA" = ( +/turf/unsimulated/wall{ + icon_state = "iron15" + }, +/area/syndicate_mothership) +"eUO" = ( +/obj/structure/closet/l3closet/security, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double/full, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/watertank/janitor{ + max_integrity = 1500; + volume = 1500 + }, +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkpurple" + }, +/area/centcom/specops) +"eVl" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"eWu" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"eWw" = ( +/obj/machinery/light/small{ + dir = 1; + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"eWY" = ( +/obj/structure/sign/poster/official/safety_internals{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"eXh" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"eYN" = ( +/obj/structure/table/abductor, +/obj/machinery/chem_dispenser/soda/upgraded{ + emagged = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"eZg" = ( +/obj/structure/table/wood, +/obj/item/decorations/sticky_decorations/flammable/snowman, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"eZj" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"eZl" = ( +/obj/machinery/vending/cola/free, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"eZu" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/specops) +"eZS" = ( +/obj/structure/mirror{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"fas" = ( +/obj/item/radio/intercom/syndicate{ + pixel_y = 30 + }, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet6-2" + }, +/area/wizard_station) +"faG" = ( +/obj/structure/table/abductor, +/obj/machinery/chem_dispenser/beer/upgraded{ + emagged = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"fbe" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + name = "voxstart" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"fbq" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"fbu" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/fish/shark{ + desc = "Совсем не навязчивая акула. От слова совсем."; + name = "Акула?" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"fbv" = ( +/obj/machinery/vending/boozeomat, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"fbA" = ( +/obj/structure/table/abductor, +/obj/structure/reagent_dispensers/beerkeg, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"fbH" = ( +/obj/structure/table/abductor, +/obj/machinery/bottler, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"fbQ" = ( +/obj/mecha/combat/gygax/dark/loaded, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fcz" = ( +/obj/machinery/vending/dinnerware, +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + layer = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"fcB" = ( +/obj/structure/bed/dogbed/ian{ + name = "Lounger" + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "ERT_turret_shutters"; + name = "ERT Turret Shutters"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/mob/living/simple_animal/pet/dog/fox/alisa, +/obj/machinery/turretid/lethal{ + ailock = 1; + control_area = "\improper Centcom Emergency Shuttle"; + name = "ERT Turret Control"; + pixel_y = 25; + req_access = null; + req_access_txt = "109" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"fcL" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/ionrifle, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"fcS" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"fdk" = ( +/obj/machinery/computer/card/centcom{ + req_access = list(150) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"fdm" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/hos, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"fdn" = ( +/obj/machinery/abductor/pad{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"fdp" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"fdz" = ( +/obj/machinery/chem_dispenser/supgraded, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"fdP" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"feD" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "dark_gygax_garage"; + name = "Mech Bay" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ffo" = ( +/obj/effect/decal/warning_stripes/blue{ + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/centcom/specops) +"ffr" = ( +/obj/item/cardboard_cutout{ + anchored = 1; + desc = "Обычная статуя офицера, что она здесь делает? На табличке красуется надпись - Pizdyach Rodnenkiy"; + icon_state = "cutout_ntsec"; + name = "Officer" + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ffI" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"fgs" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"fgt" = ( +/obj/machinery/sleeper/upgraded, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"fgC" = ( +/obj/structure/mineral_door/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"fgO" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"fhS" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/lamp/green, +/turf/unsimulated/floor{ + icon_state = "carpet14-10" + }, +/area/wizard_station) +"fiK" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"fiR" = ( +/obj/machinery/door_control{ + id = "CC_space_jail"; + name = "Central Command Jail"; + pixel_y = 25; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"fjf" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fjA" = ( +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"fjB" = ( +/mob/living/simple_animal/turkey, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"fjI" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"fjS" = ( +/obj/structure/kitchenspike, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"fjV" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/arena) +"fkt" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery, +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/obj/item/clothing/gloves/color/latex/nitrile, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"fku" = ( +/obj/structure/table/wood, +/obj/item/tank/emergency_oxygen/vox, +/obj/item/clothing/mask/breath/vox, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/wizard_station) +"flj" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"flI" = ( +/obj/machinery/door_control{ + id = "sit_ready"; + name = "SIT Base Access"; + pixel_x = -6; + pixel_y = 6; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "sit_tele"; + name = "SIT Teleporter Access"; + pixel_x = 6; + pixel_y = 6; + req_access_txt = "153" + }, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"flR" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"flT" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery, +/obj/item/clothing/gloves/color/latex/nitrile, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"fnq" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"fnz" = ( +/obj/machinery/dna_scannernew, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"fnD" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet3-0"; + tag = "icon-carpet3-0 (EAST)" + }, +/area/holodeck/source_theatre) +"foi" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"foD" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/centcom) +"foN" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi/cyborg, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"foX" = ( +/obj/machinery/computer/cloning, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"fpk" = ( +/obj/machinery/conveyor{ + id = "SOL" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/trader_station/sol) +"fpr" = ( +/obj/machinery/optable, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"fpD" = ( +/obj/machinery/clonepod/biomass, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"fpT" = ( +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/gun/syringe/rapidsyringe, +/obj/structure/closet, +/obj/item/gun/projectile/shotgun/sc_pump, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"fqe" = ( +/obj/structure/table/wood/poker, +/obj/item/radio/intercom/syndicate, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"fqr" = ( +/obj/structure/curtain/open/shower/security, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"fsa" = ( +/obj/structure/table/wood/fancy, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"fsd" = ( +/obj/structure/table/wood, +/obj/item/clothing/accessory/waistcoat, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"fso" = ( +/obj/machinery/door_control{ + id = "syndicate_elite"; + name = "Shuttle Blast Doors"; + pixel_x = 26; + pixel_y = -2; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fsp" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"fsI" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"fsT" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"fuj" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" + }, +/area/space) +"fuo" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/clothing/gloves/ring/gold{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/clothing/gloves/ring/gold, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"fuq" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/ar, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"fuE" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 1 Medbay"; + network = list("CentComm") + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"fuP" = ( +/turf/unsimulated/wall, +/area/centcom/specops) +"fva" = ( +/obj/structure/closet/secure_closet/personal, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"fvf" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave/upgraded, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"fvZ" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"fwg" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/wizard_station) +"fwA" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"fwD" = ( +/obj/structure/table/abductor, +/obj/item/storage/fancy/cigarettes/cigpack_random, +/obj/item/storage/fancy/cigarettes/cigpack_random, +/obj/item/storage/fancy/cigarettes/cigpack_random, +/obj/item/storage/box/matches, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"fxa" = ( +/obj/machinery/sleeper/syndie, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"fxw" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"fxF" = ( +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"fxK" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "wall3"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"fya" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"fyH" = ( +/obj/machinery/door/window/southleft{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + name = "security checkpoint" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"fyP" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"fzc" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/drinks/mugwort, +/turf/unsimulated/floor{ + icon_state = "carpetside" + }, +/area/wizard_station) +"fzD" = ( +/obj/machinery/vending/sovietsoda, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"fAh" = ( +/obj/structure/flora/grass/brown, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"fAu" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s6" + }, +/area/shuttle/escape) +"fAR" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"fAZ" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"fBc" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall_f6" + }, +/area/ussp_ship) +"fBM" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"fBO" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"fBQ" = ( +/obj/structure/table/wood, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"fCj" = ( +/obj/structure/table, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves, +/obj/structure/sink{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"fCu" = ( +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"fDh" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"fDu" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"fEa" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"fEn" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"fEu" = ( +/turf/unsimulated/wall, +/area/admin) +"fEx" = ( +/obj/item/flag/species/vox, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"fFH" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"fFT" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien3" + }, +/area/abductor_ship) +"fGA" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 10 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"fGG" = ( +/obj/structure/table, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/brute, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/healthanalyzer/advanced, +/obj/item/reagent_containers/applicator/dual, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"fGT" = ( +/obj/structure/table/reinforced/brass, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"fGU" = ( +/obj/machinery/vending/snack, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"fHb" = ( +/obj/machinery/vending/boozeomat, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"fHd" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone1) +"fHN" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fJi" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"fJr" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT3"; + name = "Launch Bay #3" + }, +/turf/unsimulated/floor{ + icon = 'icons/obj/smooth_structures/catwalk.dmi'; + icon_state = "catwalk"; + name = "plating" + }, +/area/centcom/specops) +"fJO" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 2; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom) +"fKp" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 7; + height = 5; + id = "sst_away"; + name = "Syndicate Base"; + width = 11 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"fKK" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone1) +"fLf" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"fLE" = ( +/obj/machinery/abductor/console{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"fLG" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"fMQ" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"fNO" = ( +/obj/structure/mineral_door/wood, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"fOf" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/door/window{ + dir = 8; + name = "Toilet"; + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"fOy" = ( +/obj/machinery/light/small{ + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"fPu" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 40 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"fPy" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"fRk" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Shooting range" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fRT" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/gavelhammer, +/obj/item/gavelblock, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"fRZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/vault{ + name = "Оружейная" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"fTl" = ( +/turf/unsimulated/beach/water, +/area/ninja/holding) +"fTE" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"fTJ" = ( +/obj/item/clothing/glasses/sunglasses/blindfold, +/obj/structure/table, +/obj/item/taperecorder, +/obj/item/camera/digital, +/obj/item/storage/box/bodybags, +/obj/item/healthanalyzer/advanced, +/obj/machinery/crema_switch{ + pixel_y = 25 + }, +/obj/item/robotanalyzer, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"fUi" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain, +/obj/item/assembly/signaler{ + code = 6; + frequency = 1445 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"fUw" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"fUB" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_desert) +"fVo" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/rocketlauncher, +/obj/item/gun/rocketlauncher, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"fVG" = ( +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = -30 + }, +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"fWB" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"fXa" = ( +/obj/machinery/gibber, +/obj/structure/window/reinforced{ + color = "black"; + layer = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"fXw" = ( +/obj/machinery/porta_turret/centcom/pulse{ + armor = list("melee" = 90, "bullet" = 90, "laser" = 95, "energy" = 95, "bomb" = 80, "bio" =100, "rad" = 100, "fire" = 100, "acid" = 100); + color = "#666666"; + damtype = "burn"; + health = 1250; + region_max = 12; + scan_range = 12; + shot_delay = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"fXF" = ( +/obj/structure/table/wood, +/obj/item/twohanded/chainsaw, +/obj/item/twohanded/required/chainsaw, +/obj/item/twohanded/required/chainsaw/doomslayer, +/obj/item/twohanded/toy/chainsaw, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"fYa" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/mech_bay_recharge_port/upgraded{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"fYA" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/effect/landmark{ + name = "Syndicate-Spawn" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"fZP" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/structure/window/reinforced{ + color = "black"; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gag" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/tdome) +"gaV" = ( +/obj/machinery/computer/operating, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"gbp" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/mounted, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"gbP" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/structure/window/reinforced{ + color = "black"; + layer = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gbV" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet07" + }, +/area/centcom/evac) +"gcv" = ( +/obj/machinery/computer/operating, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/specops) +"gcS" = ( +/obj/machinery/computer/teleporter, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"gcT" = ( +/obj/structure/window/reinforced, +/obj/structure/sink{ + dir = 1; + pixel_y = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet08" + }, +/area/centcom/evac) +"gcU" = ( +/obj/structure/window/reinforced, +/obj/machinery/light{ + pixel_y = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet08" + }, +/area/centcom/evac) +"gcY" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet5-1"; + tag = "icon-carpet5-1 (EAST)" + }, +/area/holodeck/source_theatre) +"geL" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/storage/box/autoinjectors, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"geV" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"gfs" = ( +/obj/structure/window/reinforced, +/obj/machinery/sleeper/upgraded, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet09" + }, +/area/centcom/evac) +"ggH" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"ggK" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet15-0"; + tag = "icon-carpet15-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"ghC" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"ghO" = ( +/obj/machinery/slot_machine, +/obj/item/radio/intercom{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ghW" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"gii" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"gir" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding1"; + tag = "icon-wood_siding1" + }, +/area/holodeck/source_picnicarea) +"giz" = ( +/obj/machinery/light/spot, +/obj/structure/table, +/obj/item/clothing/suit/straight_jacket, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"giA" = ( +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"giR" = ( +/obj/structure/rack, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"giY" = ( +/obj/machinery/door/airlock/centcom{ + name = "Garden room"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gjx" = ( +/obj/machinery/door/airlock/centcom{ + name = "Freezer & Garden room"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gkb" = ( +/obj/effect/overlay/coconut, +/turf/unsimulated/beach/sand, +/area/centcom/evac) +"gkl" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall_f5" + }, +/area/ussp_ship) +"glr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Генераторная" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"gly" = ( +/obj/structure/decorative_structures/metal/statue/golden_disk, +/obj/structure/sign/poster/secret/yug0{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"glP" = ( +/obj/structure/closet, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"gms" = ( +/obj/machinery/computer/shuttle/syndicate/recall, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"gmw" = ( +/obj/machinery/door/window{ + dir = 2; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"gmR" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, +/obj/effect/landmark{ + name = "traderstart_sol" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"gnk" = ( +/obj/structure/table, +/obj/machinery/door_control{ + desc = "A remote control switch for port-side blast doors."; + id = "thunderdomegen"; + name = "General Equiptment"; + pixel_y = 5; + req_access_txt = "104" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/tdome/tdomeadmin) +"gnE" = ( +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + opacity = 1 + }, +/obj/machinery/vending/dinnerware, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"goI" = ( +/obj/machinery/kitchen_machine/candy_maker/upgraded, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"goP" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"gqp" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"gqE" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"gqH" = ( +/obj/machinery/icemachine, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gqU" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave/upgraded, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gri" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/voice{ + pixel_y = 3 + }, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"gry" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/weightmachine/stacklifter, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"gsF" = ( +/obj/structure/chair/stool, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"gsH" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/weightmachine/stacklifter, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"gsP" = ( +/obj/structure/table/wood, +/obj/item/trash/candle, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"gtq" = ( +/obj/structure/weightmachine/stacklifter, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"gty" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/reedbush, +/obj/item/flag/nt, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"gtE" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"gur" = ( +/obj/structure/table/abductor, +/obj/item/surgicaldrill/alien, +/obj/item/circular_saw/alien, +/obj/item/FixOVein/alien, +/obj/item/bonesetter/alien, +/obj/item/bonegel/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"guC" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa/right, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"guG" = ( +/obj/structure/table/wood, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/kitchen/knife, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"gva" = ( +/obj/structure/dresser, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"gvr" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa, +/obj/item/radio/intercom{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"gvu" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"gvF" = ( +/turf/space, +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall0"; + tag = "icon-wall3 (NORTH)" + }, +/area/ussp_ship) +"gwm" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"gwT" = ( +/obj/machinery/door/poddoor{ + id_tag = "CC_arrivals_blastdoor"; + name = "Arrivals Blastdoor" + }, +/turf/unsimulated/floor{ + icon_state = "whitedelivery" + }, +/area/centcom/evac) +"gxA" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"gyc" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + name = "Syndicate-Commando"; + tag = "Commando" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"gyA" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa/left, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"gzj" = ( +/obj/effect/decal/warning_stripes/blue, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"gzz" = ( +/obj/machinery/vending/cigarette, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"gzA" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"gAt" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault"; + name = "Operative position" + }, +/area/centcom/specops) +"gAu" = ( +/obj/machinery/door_control{ + id = "syndicate_sit_1"; + name = "Shuttle Blast Doors"; + pixel_x = -26; + pixel_y = -2; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"gAP" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"gBR" = ( +/obj/machinery/vending/snack, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"gCq" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + name = "teleporter console"; + req_access = null; + use_power = 0 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/syndicate_depot/core) +"gCW" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "TX-20a Assault Rifle"; + req_access = null; + req_access_txt = "114" + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"gDq" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"gDE" = ( +/obj/machinery/vending/coffee, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "CentComm Arrivals 3"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"gEE" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"gEV" = ( +/turf/simulated/floor/beach/water, +/area/holodeck/source_beach) +"gFx" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"gFy" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "M-90gl 40mm grenade"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/a40mm, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"gFR" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"gGT" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/camera{ + c_tag = "CentComm Zone 1 Droom 5"; + dir = 8; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"gGV" = ( +/obj/machinery/door/airlock/centcom{ + name = "Medical Block"; + opacity = 1; + req_access_txt = "102" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"gHf" = ( +/obj/item/radio/intercom{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"gHj" = ( +/obj/structure/chair/comfy/beige{ + dir = 8; + layer = 5; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"gHs" = ( +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -13 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gHR" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gIn" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"gIz" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"gIN" = ( +/obj/item/gun/syringe/syndicate, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"gIP" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"gJe" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"gJm" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"gJD" = ( +/obj/structure/table, +/obj/item/kitchen/knife, +/obj/item/kitchen/knife/butcher, +/obj/item/kitchen/knife/butcher/meatcleaver, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gKf" = ( +/obj/machinery/kitchen_machine/grill/upgraded, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gKq" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"gKB" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"gKV" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"gLu" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/obj/item/dice/d20, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"gLF" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdomegen"; + name = "General Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"gMc" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 4; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "whitecorner" + }, +/area/centcom/evac) +"gMh" = ( +/obj/structure/window/reinforced{ + color = "red"; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8; + layer = 2.9 + }, +/obj/structure/grille{ + layer = 2.8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"gMu" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/beach/sand, +/area/centcom/evac) +"gMB" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "rampbottom" + }, +/area/centcom/zone1) +"gNc" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/curtain/open/shower, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"gNo" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (WEST)" + }, +/area/ussp_ship) +"gNF" = ( +/obj/item/flag/wiz, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"gOu" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"gPt" = ( +/obj/mecha/combat/marauder/loaded, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbrownfull" + }, +/area/centcom/specops) +"gQd" = ( +/obj/structure/window/reinforced, +/mob/living/simple_animal/pig, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"gQZ" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 5 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/curtain/open/shower, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"gRh" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"gRt" = ( +/obj/machinery/chem_master, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"gRG" = ( +/obj/machinery/teleport/station, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"gTh" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/surgery, +/obj/item/stack/nanopaste, +/obj/item/mmi, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"gTr" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"gTB" = ( +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"gTE" = ( +/turf/simulated/floor/holofloor/space, +/area/holodeck/source_space) +"gUw" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 5 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/curtain/open/shower, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"gVd" = ( +/obj/item/gun/energy/sniperrifle, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"gVi" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone1) +"gWM" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/structure/window/reinforced{ + color = "black"; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"gXj" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/wood_wall.dmi'; + icon_state = "wood" + }, +/area/trader_station/sol) +"gYA" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/jail) +"gZh" = ( +/obj/mecha/combat/marauder/loaded{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"gZG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"hak" = ( +/obj/structure/table/wood, +/obj/item/candle/eternal, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"has" = ( +/obj/machinery/processor, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"hbO" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 3; + height = 5; + id = "mining_transit"; + name = "mining in transit"; + width = 7 + }, +/turf/space/transit, +/area/space) +"hcI" = ( +/obj/structure/table/wood, +/obj/item/storage/box/drinkingglasses, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"hdm" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "CentComm ERT Armory Level 2"; + dir = 1; + network = list("CentComm") + }, +/obj/machinery/status_display{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"hdG" = ( +/obj/structure/table/reinforced, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/binary_communication_device, +/obj/item/robot_parts/robot_component/binary_communication_device, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/obj/item/robot_parts/robot_component/radio, +/obj/item/robot_parts/robot_component/radio, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"hdH" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership) +"hen" = ( +/obj/item/gun/magic/hook, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"hez" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"hfk" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"hfz" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpet14-10" + }, +/area/wizard_station) +"hfF" = ( +/obj/structure/chair/comfy/purp, +/turf/unsimulated/floor{ + icon_state = "carpetnoconnect" + }, +/area/wizard_station) +"hfR" = ( +/obj/machinery/vending/cola, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"hge" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"hgF" = ( +/obj/machinery/computer/account_database, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"hgY" = ( +/obj/structure/window/reinforced{ + layer = 5 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/curtain/open/shower, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"hhh" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"hhr" = ( +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"hhB" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/hydroponics/constructable, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"hic" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone3" + }, +/area/wizard_station) +"hiy" = ( +/obj/structure/window/reinforced{ + layer = 5 + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 5 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/curtain/open/shower, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"hjl" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"hjp" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"hjA" = ( +/obj/structure/chair/sofa{ + dir = 6 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"hjB" = ( +/turf/unsimulated/wall{ + icon_state = "iron14"; + tag = "icon-iron14" + }, +/area/space) +"hkd" = ( +/obj/structure/statue/sandstone/venus{ + layer = 5; + pixel_y = 24 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"hkl" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"hko" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"hkC" = ( +/obj/structure/table/reinforced, +/obj/item/trash/plate, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"hld" = ( +/obj/structure/closet/secure_closet/security{ + req_access = null; + req_access_txt = "101" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"hlr" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 11; + height = 18; + id = "emergency_away"; + name = "emergency centcom"; + width = 29 + }, +/turf/space, +/area/space) +"hmw" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"hmY" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/item/radio/intercom/specops{ + pixel_y = -25 + }, +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/specops) +"hnf" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom) +"hnB" = ( +/obj/machinery/kitchen_machine/oven/upgraded, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"hnI" = ( +/obj/structure/rack, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/gun/rocketlauncher, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"hnN" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + color = "black"; + opacity = 1 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + opacity = 1 + }, +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"hnU" = ( +/obj/machinery/door/airlock/hatch{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + desc = "For all your shady business needs"; + name = "Special Shuttle"; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/admin) +"hon" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"hoH" = ( +/obj/machinery/computer/teleporter{ + req_access = null + }, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"hql" = ( +/obj/effect/overlay/palmtree_r, +/obj/effect/overlay/coconut, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"hqV" = ( +/obj/machinery/door/airlock/centcom{ + name = "Kitchen room"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"hrp" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom/syndicate{ + pixel_y = 25 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"hsb" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/centcom) +"hsH" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/hooker, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"htO" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/ussp_ship) +"htZ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/gun/projectile/automatic/toy/pistol, +/obj/item/gun/projectile/automatic/toy/pistol/riot, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"hue" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet13-0"; + tag = "icon-carpet13-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"huf" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/machinery/light/small{ + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"huo" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/computer/cryopod/robot{ + pixel_y = -28 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"hup" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"huv" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "whitecorner" + }, +/area/centcom/evac) +"hvs" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT GYM"; + dir = 8; + network = list("CentComm") + }, +/obj/structure/weightmachine/weightlifter, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/specops) +"hvA" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 7; + height = 5; + id = "sit_transit"; + name = "sit in transit"; + width = 11 + }, +/turf/space/transit, +/area/space) +"hwQ" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/watertank, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"hwV" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"hxr" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 7; + height = 5; + id = "sst_transit"; + name = "sst in transit"; + width = 11 + }, +/turf/space/transit, +/area/space) +"hxL" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hyA" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"hyI" = ( +/obj/effect/landmark{ + name = "Atmospheric Test Start" + }, +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Burn-Mix Floor"; + nitrogen = 0; + oxygen = 2500; + temperature = 370; + toxins = 5000 + }, +/area/holodeck/source_burntest) +"hyN" = ( +/obj/structure/rack, +/obj/item/storage/fancy/crayons, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"hzJ" = ( +/obj/structure/window/reinforced{ + color = "red"; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8; + layer = 2.9 + }, +/obj/structure/grille{ + layer = 2.8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"hAD" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -4 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"hAZ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/turret, +/obj/item/gun/energy/pulse/turret, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"hBC" = ( +/obj/machinery/computer/message_monitor, +/obj/item/paper/monitorkey, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"hCD" = ( +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"hCF" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/event_zone) +"hCQ" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/operating, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hCT" = ( +/obj/structure/table, +/obj/random/tool, +/obj/random/bomb_supply, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"hDk" = ( +/obj/machinery/computer/operating, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hDv" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"hFH" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"hGI" = ( +/obj/machinery/bodyscanner, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hGZ" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/evac) +"hHg" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"hHF" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = -27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = -27 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"hHP" = ( +/obj/structure/mineral_door/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/zone1) +"hIe" = ( +/obj/structure/sign/restroom{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"hIF" = ( +/obj/machinery/door/airlock/centcom{ + name = "Kitchen room"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"hIL" = ( +/obj/machinery/vending/crittercare{ + prices = list() + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"hJc" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/thaumicnik, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"hJf" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "SIT Jail" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"hJy" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_away"; + name = "Shuttle Hatch"; + req_access_txt = "109" + }, +/obj/machinery/shower{ + dir = 1; + tag = "icon-shower (WEST)" + }, +/obj/structure/fans/tiny, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"hJA" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"hKD" = ( +/obj/structure/chair/sofa{ + dir = 10 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"hLt" = ( +/obj/structure/table/reinforced, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"hLK" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light{ + dir = 4; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"hLL" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hLQ" = ( +/obj/machinery/teleport/station, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"hMK" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/centcom/zone2) +"hNx" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"hOj" = ( +/obj/structure/weightmachine/stacklifter, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"hOT" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/optable, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hOV" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"hPK" = ( +/obj/machinery/optable, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hPT" = ( +/obj/machinery/sleeper, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hQm" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"hQn" = ( +/obj/machinery/door/airlock/shuttle, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"hQs" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/blueshield/pdw9, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"hQw" = ( +/obj/structure/table/wood, +/obj/effect/landmark{ + name = "Teleport-Scroll" + }, +/obj/item/radio/intercom/syndicate{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet08" + }, +/area/wizard_station) +"hQK" = ( +/obj/machinery/fishtank/wall, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"hQT" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/elwycco, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"hQV" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 40 + }, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"hRV" = ( +/obj/structure/table/wood, +/obj/item/folder/white, +/obj/item/pen/fancy, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"hRW" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r, +/obj/item/gun/projectile/automatic/c20r/toy/riot, +/obj/item/gun/projectile/automatic/c20r/toy, +/obj/item/gun/projectile/automatic/c20r/sc_c20r, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"hRY" = ( +/obj/structure/sign/evac{ + pixel_x = 33 + }, +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"hSw" = ( +/obj/structure/flora/grass/green, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"hSy" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/kitchenspike, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"hSC" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom) +"hSQ" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"hTb" = ( +/obj/item/clothing/glasses/sunglasses/yeah, +/turf/unsimulated/beach/sand, +/area/centcom/evac) +"hTe" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery, +/obj/item/storage/box/gloves, +/obj/item/storage/box/masks, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hTB" = ( +/obj/structure/table/wood, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/clusterbuster/holy, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"hTW" = ( +/obj/machinery/washing_machine, +/obj/machinery/light{ + dir = 1; + light_range = 5 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"hTY" = ( +/obj/structure/table/wood, +/obj/structure/mirror/magic{ + pixel_y = -30 + }, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/obj/item/flashlight/slime, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet07" + }, +/area/wizard_station) +"hUH" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"hXg" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"hXo" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/obj/structure/weightmachine/stacklifter, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/specops) +"hXB" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet9-0"; + tag = "icon-carpet9-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"hYv" = ( +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"hYy" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"hYX" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"hZx" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/specops) +"hZZ" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"ibA" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "sst_tele" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ibN" = ( +/obj/machinery/door/airlock/hatch/syndicate/command{ + req_access_txt = "150" + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ibP" = ( +/obj/structure/table, +/obj/machinery/door_control{ + desc = "A remote control switch for port-side blast doors."; + id = "thunderdomeaxe"; + name = "Specialist Supply"; + pixel_y = 5; + req_access_txt = "104" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/tdome/tdomeadmin) +"ieG" = ( +/obj/structure/chair/comfy/brown, +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"ifq" = ( +/obj/structure/chair/sofa{ + dir = 6 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"igG" = ( +/turf/unsimulated/floor{ + color = "#CCCCCC"; + dir = 8; + icon_state = "vault"; + name = "Officer position" + }, +/area/centcom/jail) +"igW" = ( +/obj/machinery/door/airlock/centcom{ + opacity = 1; + req_access_txt = "152" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"iic" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"iid" = ( +/obj/mecha/combat/phazon{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"iie" = ( +/obj/structure/chair/sofa/left, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"iij" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"iiz" = ( +/obj/effect/landmark{ + name = "syndieprisonwarp" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ijb" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkbrown" + }, +/area/centcom/specops) +"ijg" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"ijy" = ( +/obj/machinery/abductor/experiment{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"ijL" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = 27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 27 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"ijP" = ( +/obj/structure/chair/sofa{ + dir = 10 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"ijS" = ( +/obj/structure/chair/stool/bar, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"iky" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet6-2"; + tag = "icon-carpet6-2 (EAST)" + }, +/area/holodeck/source_theatre) +"ikJ" = ( +/obj/machinery/computer/teleporter{ + req_access = list(150) + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ikP" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"ila" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"ilE" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"inp" = ( +/obj/structure/table/wood, +/obj/item/dnainjector/antiblind, +/obj/item/dnainjector/anticlumsy, +/obj/item/dnainjector/anticomic, +/obj/item/dnainjector/anticough, +/obj/item/dnainjector/antideaf, +/obj/item/dnainjector/antiepi, +/obj/item/dnainjector/antifire, +/obj/item/dnainjector/antiglasses, +/obj/item/dnainjector/antihallucination, +/obj/item/dnainjector/antihulk, +/obj/item/dnainjector/antiinsulation, +/obj/item/dnainjector/antimidgit, +/obj/item/dnainjector/antimorph, +/obj/item/dnainjector/antinobreath, +/obj/item/dnainjector/antinoprints, +/obj/item/dnainjector/antiregenerate, +/obj/item/dnainjector/antiremoteview, +/obj/item/dnainjector/antirunfast, +/obj/item/dnainjector/antistutt, +/obj/item/dnainjector/antitele, +/obj/item/dnainjector/antitour, +/obj/item/dnainjector/antixray, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"inB" = ( +/obj/structure/table/glass, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"inR" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"ioe" = ( +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + name = "Shuttle Dock Door" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ioL" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"ioN" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"ioO" = ( +/obj/structure/closet/chefcloset, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"ipp" = ( +/obj/machinery/vending/dinnerware, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"ipv" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"ipG" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"iqq" = ( +/obj/machinery/teleport/station, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"iqu" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien4" + }, +/area/abductor_ship) +"iqV" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/obj/item/gun/energy/sniperrifle{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/sniperrifle{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/energy/sniperrifle{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/space, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"irj" = ( +/obj/item/gun/energy/temperature, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"iru" = ( +/obj/structure/table/wood, +/obj/item/abductor_baton, +/obj/item/abductor/silencer, +/obj/item/abductor/mind_device, +/obj/item/abductor/gizmo, +/obj/structure/ninjatele{ + pixel_x = -28 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"irI" = ( +/obj/structure/foodcart, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"irU" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"irV" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + use_power = 0 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_depot/core) +"ist" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien9" + }, +/area/abductor_ship) +"isK" = ( +/obj/structure/table/wood, +/obj/item/dnainjector/blindmut, +/obj/item/dnainjector/clumsymut, +/obj/item/dnainjector/comic, +/obj/item/dnainjector/coughmut, +/obj/item/dnainjector/deafmut, +/obj/item/dnainjector/epimut, +/obj/item/dnainjector/firemut, +/obj/item/dnainjector/glassesmut, +/obj/item/dnainjector/h2m, +/obj/item/dnainjector/hallucination, +/obj/item/dnainjector/hulkmut, +/obj/item/dnainjector/insulation, +/obj/item/dnainjector/m2h, +/obj/item/dnainjector/midgit, +/obj/item/dnainjector/morph, +/obj/item/dnainjector/nobreath, +/obj/item/dnainjector/noprints, +/obj/item/dnainjector/regenerate, +/obj/item/dnainjector/remoteview, +/obj/item/dnainjector/runfast, +/obj/item/dnainjector/stuttmut, +/obj/item/dnainjector/telemut, +/obj/item/dnainjector/tourmut, +/obj/item/dnainjector/xraymut, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"isN" = ( +/obj/machinery/camera{ + c_tag = "Centaral Command Supreme Court"; + dir = 1; + network = list("SS13","CentComm"); + pixel_x = 12; + pixel_y = -6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/court) +"isW" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"isY" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"itg" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/ammo_box/magazine/tommygunm45, +/obj/item/ammo_box/magazine/tommygunm45, +/obj/item/ammo_box/magazine/tommygunm45, +/obj/item/ammo_box/magazine/tommygunm45, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"iuh" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "CentComm ERT Armory Level 3"; + network = list("CentComm") + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"iuU" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall0"; + tag = "icon-wall3 (NORTH)" + }, +/area/ussp_ship) +"iuV" = ( +/obj/machinery/vending/snack, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"ivN" = ( +/obj/mecha/combat/durand{ + armor = list("melee" = 60, "bullet" = 50, "laser" = 20, "energy" = 25, "bomb" = 50, "bio" = 0, "rad" = 50, "fire" = 80, "acid" = 80); + color = "#CCCCFF"; + desc = "A heavyweight exosuit, painted in a gray scheme. This model appears to have some modifications for ERT."; + name = "Nanotrasen Special Durand Mk. II"; + operation_req_access = list(109) + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"ivP" = ( +/obj/item/gun/projectile/automatic/ar, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "ARG"; + req_access = null; + req_access_txt = "114" + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"iwc" = ( +/obj/machinery/vending/wallmed/syndicate{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"iwj" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid3"; + tag = "icon-asteroid3 (EAST)" + }, +/area/holodeck/source_desert) +"iwu" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"ixk" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"ixm" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"ixp" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"ixH" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/under/color/red, +/obj/item/holo/esword/red, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"iyW" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"izb" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun, +/obj/item/gun/projectile/shotgun/automatic, +/obj/item/gun/projectile/shotgun/lethal, +/obj/item/gun/projectile/shotgun/pump, +/obj/item/gun/projectile/shotgun/sc_pump, +/obj/item/gun/projectile/shotgun/toy, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"izA" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/space, +/area/ussp_ship) +"iAK" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"iBB" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/gamma/space) +"iBH" = ( +/turf/unsimulated/wall/splashscreen, +/area/start) +"iBQ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/clown, +/obj/item/gun/energy/disabler, +/obj/item/gun/energy/disabler/cyborg, +/obj/item/gun/energy/mimicgun, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"iCh" = ( +/obj/item/flag/syndi, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iCr" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"iCK" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"iDd" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "whitecorner" + }, +/area/centcom/evac) +"iDt" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"iDS" = ( +/obj/structure/closet/syndicate/personal, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iDU" = ( +/obj/structure/sink{ + dir = 1 + }, +/obj/item/radio/intercom/syndicate{ + pixel_y = -25 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"iEl" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/beer/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"iEI" = ( +/obj/docking_port/stationary/transit{ + dwidth = 3; + height = 7; + id = "steel_rain_transit"; + name = "steel_rain in transit"; + width = 7 + }, +/turf/space/transit/horizontal, +/area/space) +"iEK" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"iEW" = ( +/obj/docking_port/stationary{ + dwidth = 1; + height = 4; + id = "pod2_away"; + name = "recovery ship bay 2"; + width = 3 + }, +/turf/space, +/area/space) +"iFb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"iFw" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"iFT" = ( +/obj/item/target, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken5" + }, +/area/wizard_station) +"iFV" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + tag = "icon-fakewindows (WEST)" + }, +/area/ussp_ship) +"iGd" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"iGg" = ( +/obj/machinery/door/window/brigdoor{ + req_access_txt = "109" + }, +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"iGV" = ( +/obj/machinery/computer/mecha, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"iIJ" = ( +/obj/machinery/computer/robotics, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"iIT" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"iIV" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"iJd" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/browntrenchcoat, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"iJh" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"iKj" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"iLv" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/weightmachine/weightlifter, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/specops) +"iLw" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/space, +/area/ussp_ship) +"iLB" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien20" + }, +/area/abductor_ship) +"iLQ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"iLU" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/obj/structure/chair, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"iLZ" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "CentComm Zone 1-3"; + network = list("CentComm") + }, +/obj/structure/chair, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"iMg" = ( +/obj/structure/chair, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"iMk" = ( +/turf/unsimulated/wall{ + icon_state = "iron13" + }, +/area/syndicate_mothership) +"iMt" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"iMC" = ( +/obj/machinery/conveyor{ + id = "SOL" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"iMD" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/escape) +"iOb" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = -3; + pixel_y = -30 + }, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/obj/machinery/light_switch{ + pixel_x = 12; + pixel_y = -26 + }, +/turf/unsimulated/floor{ + icon_state = "carpet5-1" + }, +/area/wizard_station) +"iOe" = ( +/obj/structure/table, +/obj/random/tool, +/obj/item/clothing/gloves/color/yellow, +/obj/item/pinpointer/advpinpointer, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"iOl" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + color = "red" + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"iOE" = ( +/obj/structure/closet/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"iOS" = ( +/obj/machinery/light{ + dir = 8; + switchcount = 50 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"iPw" = ( +/obj/machinery/computer/station_alert, +/turf/space, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"iPX" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/gun/projectile/automatic/pistol/deagle/gold{ + pixel_y = 5 + }, +/obj/item/gun/projectile/automatic/pistol/deagle/gold, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"iQi" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"iQV" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"iRo" = ( +/obj/structure/table/abductor, +/obj/item/retractor/alien, +/obj/item/hemostat/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"iSr" = ( +/obj/machinery/porta_turret/centcom/pulse{ + armor = list("melee" = 90, "bullet" = 90, "laser" = 95, "energy" = 95, "bomb" = 80, "bio" =100, "rad" = 100, "fire" = 100, "acid" = 100); + color = "#666666"; + damtype = "burn"; + health = 1250; + region_max = 12; + scan_range = 10; + shot_delay = 0.5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"iSU" = ( +/obj/machinery/door/poddoor{ + density = 0; + id_tag = "ASPS_blastdoor"; + layer = 5; + name = "Automatic Station Protection System"; + opacity = 0 + }, +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "rcircuitanim" + }, +/area/centcom/zone1) +"iSV" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Kitchen & Medbay" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"iTG" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "warnwhitered" + }, +/area/centcom/zone1) +"iTN" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"iUp" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"iUr" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/syndicate, +/obj/item/pen/multi/gold{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/folder/red{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/stamp/chameleon, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"iUG" = ( +/mob/living/simple_animal/hostile/creature{ + name = "Experiment 35b" + }, +/turf/unsimulated/floor{ + icon_state = "plasma" + }, +/area/wizard_station) +"iVp" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien24" + }, +/area/abductor_ship) +"iVq" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"iVD" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/centcom) +"iWh" = ( +/obj/effect/clockwork/overlay/floor/bloodcult, +/obj/effect/decal/cleanable/blood/gibs, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iXv" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "sit_tele" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iXG" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 1 Check point"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"iXH" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"jaa" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"jat" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"jaQ" = ( +/obj/structure/foodcart, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitecorner" + }, +/area/centcom/evac) +"jaU" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet03" + }, +/area/centcom/evac) +"jcb" = ( +/obj/machinery/vending/tool, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"jcl" = ( +/obj/structure/window/reinforced{ + color = "red"; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8; + layer = 2.9 + }, +/obj/structure/grille{ + layer = 2.8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jcn" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone0" + }, +/area/wizard_station) +"jcp" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jcG" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Equipment Room"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"jcI" = ( +/obj/structure/chair, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "whitecorner" + }, +/area/centcom/evac) +"jej" = ( +/obj/structure/chair, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"jes" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"jeA" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/solgov/rep{ + name = "uniform" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"jeT" = ( +/obj/structure/toilet{ + dir = 1; + layer = 4 + }, +/obj/machinery/light{ + layer = 6 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"jfD" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"jfH" = ( +/obj/structure/table, +/obj/item/storage/pill_bottle/random_drug_bottle, +/obj/item/reagent_containers/glass/bottle/adminordrazine, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"jfX" = ( +/obj/structure/chair, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitecorner" + }, +/area/centcom/evac) +"jga" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership) +"jgy" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien23" + }, +/area/abductor_ship) +"jgZ" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien7" + }, +/area/abductor_ship) +"jhh" = ( +/obj/machinery/abductor/experiment{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jhp" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"jix" = ( +/turf/unsimulated/floor{ + icon_state = "carpet11-12" + }, +/area/centcom/zone1) +"jiX" = ( +/obj/machinery/chem_master, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"jjm" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1 + }, +/area/centcom/evac) +"jjA" = ( +/obj/structure/table/wood/poker, +/obj/item/storage/box/ids, +/obj/item/storage/box/ids, +/obj/item/storage/box/PDAs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/PDAs{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"jjP" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/centcom/specops) +"jkr" = ( +/obj/machinery/computer/operating, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/specops) +"jkB" = ( +/obj/structure/table/reinforced, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"jly" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "ARG magazine"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/magazine/m556, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"jmq" = ( +/turf/unsimulated/floor{ + icon_state = "carpet14-10" + }, +/area/wizard_station) +"jmK" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/m90, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"jmT" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/pizzabox, +/obj/item/pizzabox, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"jnD" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/trophy/gold_cup, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"jnQ" = ( +/obj/item/radio/intercom/specops{ + pixel_x = -25 + }, +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/zone2) +"joi" = ( +/obj/structure/chair/comfy/red, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/centcom/zone2) +"jop" = ( +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"joR" = ( +/mob/living/silicon/decoy{ + name = "A.L.I.C.E." + }, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"jpb" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/machinery/camera{ + c_tag = "CentComm Jail 8"; + dir = 8; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"jpc" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/evac) +"jpl" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "ERT_turret_shutters"; + locked = 1; + name = "ERT Lockdown"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/centcom/specops) +"jpm" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"jqt" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "rcircuitanim" + }, +/area/centcom/zone1) +"jqZ" = ( +/turf/unsimulated/floor{ + icon_state = "whitegreencorner" + }, +/area/centcom/zone1) +"jrw" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window{ + closingLayer = 2.9; + dir = 2; + layer = 2.9; + panel_open = 1 + }, +/obj/machinery/door/poddoor/shutters{ + active_power_usage = 1; + dir = 2; + icon_state = "open"; + id_tag = "SOL_Shutters"; + locked = 1; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"jrZ" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/paicard{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"jsp" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "whitegreen" + }, +/area/centcom/zone1) +"jtt" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"jty" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreycamo" + }, +/area/centcom/specops) +"jtK" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/beret/centcom/officer/navy{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/stamp/centcom{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"juf" = ( +/obj/structure/table/wood, +/obj/item/book/manual/nuclear, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"juj" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"juo" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"juC" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"juL" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/emp, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"jvg" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" + }, +/area/space) +"jvr" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Torture Room" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jvy" = ( +/obj/machinery/vending/snack/free, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"jvL" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jwy" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_scanner/adv, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"jwT" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jxb" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet10-8" + }, +/area/wizard_station) +"jxJ" = ( +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/adminconstruction) +"jym" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jyt" = ( +/obj/machinery/porta_turret/centcom/pulse{ + armor = list("melee" = 90, "bullet" = 90, "laser" = 95, "energy" = 95, "bomb" = 80, "bio" =100, "rad" = 100, "fire" = 100, "acid" = 100); + color = "#666666"; + damtype = "burn"; + health = 1250; + region_max = 12; + scan_range = 12; + shot_delay = 8 + }, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"jyA" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"jyD" = ( +/turf/space, +/area/space) +"jyE" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 30 + }, +/obj/structure/dispenser/oxygen, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"jzk" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jzu" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall_f10" + }, +/area/ussp_ship) +"jAi" = ( +/obj/machinery/door/window{ + dir = 2; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jAr" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"jAX" = ( +/obj/structure/window/reinforced, +/obj/structure/chair{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jBn" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "ERT_armory_lvl2"; + layer = 5; + locked = 1; + name = "Armory level 2" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"jDd" = ( +/obj/machinery/porta_turret/centcom/pulse{ + armor = list("melee" = 90, "bullet" = 90, "laser" = 95, "energy" = 95, "bomb" = 80, "bio" =100, "rad" = 100, "fire" = 100, "acid" = 100); + color = "#666666"; + damtype = "burn"; + health = 1250; + inertia_move_delay = 6; + region_max = 12; + scan_range = 11; + shot_delay = 0.5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"jEz" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership) +"jEO" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 8; + height = 20; + id = "freegolem_transit"; + name = "free golem in transit"; + width = 16 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"jEV" = ( +/obj/docking_port/stationary{ + area_type = /area/syndicate_mothership; + dheight = 9; + dir = 2; + dwidth = 5; + height = 22; + id = "syndicate_away"; + name = "syndicate base"; + turf_type = /turf/unsimulated/floor/snow; + width = 18 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"jFl" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"jFy" = ( +/obj/machinery/recharge_station/upgraded, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"jFD" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"jFI" = ( +/obj/effect/landmark/abductor/agent{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jFM" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "slaughterhouse_door"; + name = "Slaughterhouse door"; + normaldoorcontrol = 1; + pixel_y = 25; + req_access_txt = "150"; + specialfunctions = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jFZ" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = 35 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jGo" = ( +/obj/structure/chair/stool, +/obj/item/clothing/head/bandana{ + pixel_y = -10 + }, +/obj/item/clothing/glasses/sunglasses, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"jGI" = ( +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Armory 1"; + dir = 1; + network = list("CentComm") + }, +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); + density = 0; + icon_state = "open"; + id_tag = "ERT_turret_shutters"; + locked = 1; + name = "ERT Lockdown"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"jGQ" = ( +/obj/item/radio/intercom{ + pixel_y = 35 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jGS" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"jHb" = ( +/turf/unsimulated/wall{ + icon_state = "iron10" + }, +/area/syndicate_mothership) +"jHp" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"jHs" = ( +/obj/machinery/door/window{ + dir = 2; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"jIe" = ( +/obj/machinery/vending/tool, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"jIg" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stack/sheet/mineral/gold{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/item/stack/sheet/mineral/gold{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/stack/sheet/mineral/gold, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"jIJ" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"jIS" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/grown/potato/wedges, +/obj/item/reagent_containers/food/snacks/grown/potato/wedges{ + pixel_y = 12 + }, +/obj/item/reagent_containers/food/snacks/grown/potato/wedges, +/obj/item/reagent_containers/food/snacks/grown/potato/wedges, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"jJB" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"jKH" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 30 + }, +/obj/structure/bed/dogbed/ian, +/mob/living/simple_animal/pet/dog/fox/Syndifox, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"jKJ" = ( +/turf/unsimulated/wall{ + desc = "The door appears to be locked tightly."; + icon = 'icons/obj/doors/airlocks/hatch/centcom.dmi'; + icon_state = "closed"; + name = "Locked Door" + }, +/area/space) +"jKW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/space, +/area/ussp_ship) +"jMf" = ( +/obj/machinery/tcomms/relay/cc, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"jMl" = ( +/obj/structure/window/reinforced{ + color = "red"; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8; + layer = 2.9 + }, +/obj/structure/grille{ + layer = 2.8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jNo" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stack/spacecash/c1000000{ + desc = "Баксоны максона. Возможно кто-то приобретет пропуск."; + name = "100.000 �������� �������" + }, +/obj/item/stack/telecrystal/fifty{ + amount = 115; + desc = null + }, +/obj/item/stack/telecrystal/fifty{ + amount = 115; + desc = null + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"jNu" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jOT" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"jPu" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jPz" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jPQ" = ( +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"jQJ" = ( +/obj/structure/closet/secure_closet/bar{ + req_access_txt = "25" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"jQL" = ( +/obj/structure/table/wood, +/obj/item/paper/form/NT_HR_00, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jRu" = ( +/obj/machinery/chem_heater, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"jRw" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jSz" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"jSE" = ( +/obj/item/radio/intercom/specops{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jSH" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT Teleport Room"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkyellow" + }, +/area/centcom/specops) +"jUg" = ( +/obj/item/radio/intercom/specops{ + pixel_x = -25 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jUn" = ( +/obj/machinery/door/window{ + dir = 8; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jUw" = ( +/obj/mecha/combat/durand/loaded{ + operation_req_access = list(1) + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/turf_decal/mech, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"jUX" = ( +/obj/machinery/dna_scannernew, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"jVm" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/centcom/specops) +"jVp" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/crossbow/large, +/obj/item/gun/energy/kinetic_accelerator/crossbow/large, +/obj/item/gun/energy/kinetic_accelerator/crossbow/large/cyborg, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"jVT" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"jWb" = ( +/obj/structure/table/holotable, +/obj/item/clothing/suit/armor/riot/knight/red, +/obj/item/clothing/head/helmet/riot/knight/red, +/obj/item/holo/claymore/red, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"jWC" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "robotics_solar_outer"; + name = "Project 28u" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"jXk" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"jYo" = ( +/obj/machinery/camera{ + c_tag = "CentComm Jail 4"; + dir = 10; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"jYJ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"jYQ" = ( +/obj/structure/table/wood, +/obj/item/kitchen/utensil/spoon, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"jYX" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdomeaxe"; + name = "Axe Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"jZk" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"jZW" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/structure/window/reinforced{ + color = "black"; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"kaJ" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"kbg" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"kbA" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 4; + switchcount = 50 + }, +/turf/unsimulated/floor{ + icon_state = "whitecorner" + }, +/area/centcom/evac) +"kbD" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"kbU" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/pizzabox, +/obj/item/pizzabox, +/obj/item/kitchen/knife, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"kbZ" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "ERT_armory_lvl2"; + layer = 5; + locked = 1; + name = "Armory level 2" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"kch" = ( +/obj/item/clothing/head/collectable/paper, +/turf/unsimulated/beach/coastline, +/area/ninja/holding) +"kdb" = ( +/turf/unsimulated/wall{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"kds" = ( +/turf/unsimulated/wall/fakeglass, +/area/wizard_station) +"kdD" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s10" + }, +/area/shuttle/escape) +"kdE" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine, +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Office 7"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kdH" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/cans/beer, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"kdY" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kec" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kei" = ( +/obj/structure/chair/office/light, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kez" = ( +/obj/structure/closet, +/obj/item/clothing/head/hopcap{ + name = "cap" + }, +/obj/item/clothing/head/hopcap{ + name = "cap" + }, +/obj/item/clothing/head/hopcap{ + icon_state = "hgpiratecap"; + name = "cap" + }, +/obj/item/clothing/head/hopcap{ + icon_state = "hgpiratecap"; + name = "cap" + }, +/obj/item/clothing/head/hopcap{ + icon_state = "hgpiratecap"; + name = "cap" + }, +/obj/item/clothing/suit/captunic{ + name = "parade tunic" + }, +/obj/item/clothing/suit/captunic{ + name = "parade tunic" + }, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/machinery/light/small{ + dir = 8; + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"keA" = ( +/obj/item/radio/intercom/specops{ + pixel_y = 25 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kgi" = ( +/obj/machinery/door/airlock/external{ + id_tag = "sit_away"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kgD" = ( +/obj/machinery/door/airlock/centcom{ + name = "Toilet"; + opacity = 1; + req_access_txt = "109" + }, +/turf/unsimulated/floor{ + icon_state = "tranquillite" + }, +/area/centcom/specops) +"kgG" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/ionrifle/carbine, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"khP" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien11" + }, +/area/abductor_ship) +"kia" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"kiB" = ( +/obj/structure/window/reinforced, +/obj/machinery/smartfridge/medbay, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"kjq" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/pen/fancy, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kjt" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/folder/blue, +/obj/item/pen/fancy, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kjw" = ( +/obj/structure/table/wood, +/obj/item/book/manual/engineering_construction, +/obj/item/paper/crumpled/bloody/ruins/lavaland/clown_planet, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kjB" = ( +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/specops) +"kjC" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/item/radio/intercom/syndicate{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"kjL" = ( +/obj/structure/mineral_door/wood, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"kkR" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kld" = ( +/obj/machinery/door_control{ + id = "CC_zone2_blastdoor"; + name = "Zone 2 Blastdoor Control"; + pixel_x = -36; + pixel_y = -4; + req_access_txt = "110" + }, +/obj/machinery/door_control{ + id = "CC_zone2_checkpoint_lockdown"; + name = "Zone 2 Checkpoint Lockdown"; + pixel_x = -36; + pixel_y = 7; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kmt" = ( +/obj/item/flag/nt, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom) +"kmG" = ( +/obj/machinery/door_control{ + id = "nukeop_base"; + name = "Nuclear Base Access"; + pixel_y = -25; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"knf" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"knq" = ( +/obj/structure/table/wood, +/obj/item/encryptionkey/headset_cargo, +/obj/item/encryptionkey/headset_com, +/obj/item/encryptionkey/headset_eng, +/obj/item/encryptionkey/headset_iaa, +/obj/item/encryptionkey/headset_med, +/obj/item/encryptionkey/headset_medsci, +/obj/item/encryptionkey/headset_rob, +/obj/item/encryptionkey/headset_sci, +/obj/item/encryptionkey/headset_sec, +/obj/item/encryptionkey/headset_service, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"knx" = ( +/obj/machinery/door/window{ + dir = 1; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"koO" = ( +/obj/structure/cable, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kph" = ( +/obj/structure/bed, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kps" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kpJ" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/evac) +"kpU" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/space, +/area/ussp_ship) +"kqa" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"kqn" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"kqr" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4; + name = "Connector Port (Air Supply)" + }, +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"kqD" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/naziofficer{ + name = "Officer Cap" + }, +/obj/item/clothing/under/officeruniform{ + icon_state = "nazi"; + name = "Officer's Uniform" + }, +/obj/item/clothing/suit/blacktrenchcoat{ + icon_state = "nazi" + }, +/obj/item/clothing/shoes/black, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"krt" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/ppflowers, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"krY" = ( +/obj/machinery/computer/security{ + network = list("SS13","Telecomms","Research Outpost","Mining Outpost","ERT","CentComm","Thunderdome") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"ksl" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet11-0"; + tag = "icon-carpet11-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"ksJ" = ( +/turf/unsimulated/wall{ + dir = 4; + icon_state = "iron7"; + tag = "icon-iron11" + }, +/area/space) +"kty" = ( +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"kuc" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"kuo" = ( +/turf/unsimulated/wall, +/area/tdome/arena) +"kuU" = ( +/obj/structure/flora/rock, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"kvb" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitegreen" + }, +/area/centcom/zone1) +"kvK" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/centcom/zone1) +"kvS" = ( +/obj/machinery/newscaster{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "warnwhiteorange" + }, +/area/centcom/evac) +"kvU" = ( +/obj/item/gun/energy/telegun, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"kvV" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/power/tracker, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/space, +/area/ussp_ship) +"kwf" = ( +/obj/structure/noticeboard{ + pixel_y = -30 + }, +/obj/item/paper/syndimemo{ + info = "https://www.youtube.com/watch?v=PD8LdxRSueA" + }, +/turf/unsimulated/floor{ + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"kwI" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kwX" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "whitecorner" + }, +/area/centcom/evac) +"kxa" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "whitecorner" + }, +/area/centcom/evac) +"kxj" = ( +/obj/machinery/abductor/pad{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kxr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/light/small{ + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kxA" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"kyj" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (NORTH)" + }, +/turf/space, +/area/ussp_ship) +"kyn" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_armory_lvl4"; + layer = 5; + locked = 1; + name = "Armory level 4" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"kyC" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"kyR" = ( +/obj/machinery/vending/chinese/free, +/turf/unsimulated/floor{ + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"kyU" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/camera{ + c_tag = "CentComm Arrivals 2"; + dir = 1; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"kyW" = ( +/obj/machinery/door/airlock/centcom{ + name = "Garden room"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"kzj" = ( +/obj/item/flag/syndi, +/obj/machinery/light{ + brightness_range = 5; + light_range = 5; + nightshift_light_range = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kzG" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"kzK" = ( +/obj/machinery/pdapainter, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"kAr" = ( +/obj/machinery/vending/cola/free, +/turf/unsimulated/floor{ + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"kAP" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "whitecorner" + }, +/area/centcom/evac) +"kBc" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"kBB" = ( +/obj/structure/flora/grass/green, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"kBV" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/space, +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/centcom) +"kCK" = ( +/obj/structure/table/wood, +/obj/item/gun/rocketlauncher, +/obj/item/gun/rocketlauncher, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"kDo" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"kDp" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/wt550, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"kDF" = ( +/obj/machinery/chem_dispenser{ + desc = "It appears Fox is doing more fruit chemistry today!"; + hackedcheck = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"kEe" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/zone2) +"kEs" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/chem_heater, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"kEO" = ( +/obj/structure/table/wood, +/obj/item/folder/red{ + pixel_x = 7 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kEQ" = ( +/obj/structure/table/wood, +/obj/item/pen/fancy, +/obj/item/paper/form/NT_HR_00, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kFU" = ( +/obj/machinery/shower{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"kGa" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -40 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kHx" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window{ + dir = 8; + panel_open = 1; + req_access_txt = "110" + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kHZ" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"kIf" = ( +/obj/structure/chair/sofa{ + dir = 9 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"kIg" = ( +/turf/unsimulated/floor{ + icon_state = "carpet7-3" + }, +/area/wizard_station) +"kIj" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/medic, +/obj/item/clothing/suit/space/vox/medic, +/obj/item/clothing/head/helmet/space/vox/medic, +/obj/item/clothing/head/helmet/space/vox/medic, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"kID" = ( +/turf/unsimulated/wall{ + icon_state = "rwall0" + }, +/area/vox_station) +"kJk" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "CentComm Zone 1-4"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"kKc" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "white jumpsuit" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"kKv" = ( +/obj/structure/flora/rock, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"kKH" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/pointybush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"kLa" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/obj/machinery/door/poddoor/shutters{ + active_power_usage = 1; + dir = 1; + icon_state = "open"; + id_tag = "ASPS_blastdoor"; + locked = 1; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"kLW" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = 8 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = 8 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = 8 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"kMR" = ( +/obj/machinery/door/airlock/public{ + frequency = 1559; + id_tag = "check_point_1_airlock_internal"; + locked = 1; + name = "Check Point 1 Internal Airlock"; + req_access_txt = "110" + }, +/obj/machinery/door/poddoor/shutters{ + active_power_usage = 1; + dir = 1; + icon_state = "open"; + id_tag = "ASPS_blastdoor"; + locked = 1; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"kNk" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/badmin, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"kNm" = ( +/obj/machinery/door/airlock/public{ + frequency = 1560; + id_tag = "check_point_2_airlock_internal"; + locked = 1; + name = "Check Point 2 Internal Airlock"; + req_access_txt = "110" + }, +/obj/machinery/door/poddoor/shutters{ + active_power_usage = 1; + dir = 1; + icon_state = "open"; + id_tag = "ASPS_blastdoor"; + locked = 1; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"kNv" = ( +/obj/structure/closet/l3closet/security, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double/full, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/watertank/janitor{ + max_integrity = 1500; + volume = 1500 + }, +/turf/unsimulated/floor{ + icon_state = "darkpurple" + }, +/area/centcom/specops) +"kNw" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -40 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"kPw" = ( +/obj/machinery/kitchen_machine/grill/upgraded, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"kPB" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"kPT" = ( +/obj/mecha/combat/gygax/dark/loaded{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"kQd" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_wildlife) +"kQB" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"kQP" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 40 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"kQS" = ( +/obj/machinery/computer/camera_advanced, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"kQX" = ( +/obj/machinery/igniter/on, +/turf/simulated/floor/plasteel, +/area/tdome/arena) +"kRi" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kRS" = ( +/obj/mecha/combat/marauder/seraph/loaded, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"kSA" = ( +/obj/machinery/door/airlock/centcom{ + name = "Master of Synthetics"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kSQ" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Office 8"; + dir = 8; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/zone2) +"kST" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/obj/machinery/door/airlock/hatch/syndicate/command{ + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kSW" = ( +/obj/machinery/door/airlock/shuttle, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"kTJ" = ( +/obj/structure/table, +/obj/machinery/door_control{ + desc = "A remote control switch for port-side blast doors."; + id = "thunderdome"; + name = "Main Blast Doors"; + pixel_x = -3; + req_access_txt = "104" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/tdome/tdomeadmin) +"kTX" = ( +/obj/item/flag/species/human, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kUg" = ( +/obj/item/beach_ball/holoball, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"kVg" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/energy/sword/saber/red, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"kVm" = ( +/obj/machinery/door/airlock/centcom{ + name = "Checkpoint zone 2"; + opacity = 1; + req_access_txt = "113" + }, +/obj/machinery/door/poddoor/shutters{ + active_power_usage = 1; + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "CC_zone2_checkpoint_lockdown"; + locked = 1; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kVI" = ( +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kVV" = ( +/obj/machinery/door/window{ + closingLayer = 2.9; + dir = 2; + layer = 2.9; + panel_open = 1; + req_access_txt = "110" + }, +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters{ + active_power_usage = 1; + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "CC_zone2_checkpoint_lockdown"; + locked = 1; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kVW" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/artchair, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"kWm" = ( +/obj/structure/table/wood, +/obj/item/book/manual/robotics_cyborgs, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kWQ" = ( +/obj/machinery/door_control{ + id = "SST_classified_gear_room"; + name = "Classified gear"; + pixel_x = 8; + pixel_y = -25; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kXa" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdomehea"; + name = "Heavy Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"kXq" = ( +/obj/item/paper_bin/nanotrasen, +/obj/structure/table/wood/poker, +/obj/item/pen/multi/gold, +/obj/item/stamp/chameleon, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"kXs" = ( +/obj/structure/sign/securearea, +/turf/unsimulated/wall, +/area/centcom) +"kXw" = ( +/obj/machinery/sleeper/upgraded, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet06" + }, +/area/centcom/evac) +"kXV" = ( +/obj/structure/table/reinforced, +/obj/item/deck/cards, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"kYw" = ( +/obj/structure/chair/sofa/left{ + dir = 4; + pixel_x = 7 + }, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"kYG" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"kYO" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"kYQ" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"kZq" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/mob/living/simple_animal/pig, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"kZP" = ( +/obj/structure/table/reinforced, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"kZR" = ( +/obj/structure/chair/sofa/right{ + dir = 8; + pixel_x = -7 + }, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"lae" = ( +/obj/structure/flora/ausbushes/palebush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"laO" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_space_jail_rest"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"laZ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"lbz" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"lbQ" = ( +/obj/structure/table/wood, +/obj/item/adminfu_scroll, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lce" = ( +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"lcX" = ( +/turf/unsimulated/wall, +/area/syndicate_mothership) +"ldc" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"ldk" = ( +/obj/machinery/computer/med_data, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"ldq" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/obj/machinery/computer/card, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"ldu" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpet9-4" + }, +/area/wizard_station) +"ldx" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 27 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = 27 + }, +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"ldM" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "tranquillite" + }, +/area/centcom/specops) +"ldQ" = ( +/obj/structure/closet/l3closet/security, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double/full, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/watertank/janitor{ + max_integrity = 1500; + volume = 1500 + }, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkpurple" + }, +/area/centcom/specops) +"leJ" = ( +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/chrono_ship) +"lfc" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"lfj" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/tdome/arena) +"lfu" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/tdome/arena) +"lfA" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/door_control{ + id = "CC_arrivals_blastdoor"; + name = "Arrivals Blastdoor"; + pixel_x = -25; + pixel_y = -4; + req_access_txt = "110" + }, +/obj/machinery/door_control{ + id = "ASPS_blastdoor"; + name = "Automatic Station Protection System"; + pixel_x = -25; + pixel_y = 5; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"lfY" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window{ + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"lgJ" = ( +/obj/effect/landmark{ + name = "Syndicate-Infiltrator-Leader"; + tag = "Commando" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"lgX" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/energy/sword/saber/green, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"lhm" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"lhq" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkpurple" + }, +/area/centcom/specops) +"lhB" = ( +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/ussp_ship) +"lhG" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/cans/cola, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"lhP" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"lia" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien2" + }, +/area/abductor_ship) +"liA" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid5"; + tag = "icon-asteroid5" + }, +/area/holodeck/source_desert) +"lju" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"lks" = ( +/obj/machinery/light/small{ + dir = 8; + light_range = 10; + throw_range = 6 + }, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"lkC" = ( +/obj/item/flag/nt, +/obj/item/radio/intercom{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/zone3) +"lkJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window{ + dir = 8; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"llk" = ( +/turf/simulated/floor/holofloor{ + icon_state = "red" + }, +/area/holodeck/source_basketball) +"lmc" = ( +/obj/item/flag/syndi, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"lmi" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"lmp" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/specops) +"lmq" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/door_control{ + id = "CC_arrivals_blastdoor"; + name = "Arrivals Blastdoor"; + pixel_x = 25; + pixel_y = -4; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"lmC" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/tommygun, +/obj/item/gun/projectile/shotgun/toy/tommygun, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lnj" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/color/black{ + icon_state = "mafiatan"; + name = "brown jumpsuit" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lnF" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + req_access_txt = "109" + }, +/obj/machinery/kitchen_machine/microwave/upgraded, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"lnV" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6 + }, +/area/centcom) +"lnX" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"lof" = ( +/obj/item/gun/medbeam, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lov" = ( +/obj/structure/chair/stool/bar, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"loD" = ( +/obj/machinery/vending/chinese/free, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"lpj" = ( +/obj/structure/chair/sofa{ + dir = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lqe" = ( +/obj/mecha/combat/marauder/mauler/loaded{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lqg" = ( +/obj/structure/chair/sofa, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lqu" = ( +/obj/structure/chair/sofa/left, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lqz" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"lqD" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"lqJ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"lrE" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck/syndicate{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"lrI" = ( +/obj/structure/table, +/obj/structure/sink{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"lrM" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lth" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/shuttle/escape) +"lto" = ( +/obj/structure/flora/bush, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"ltv" = ( +/obj/structure/table, +/obj/item/clothing/head/that{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"ltZ" = ( +/obj/structure/sign/poster/contraband/syndicate_pistol{ + pixel_x = -32 + }, +/obj/structure/chair/stool/bar, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"lub" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); + density = 0; + icon_state = "open"; + id_tag = "ERT_turret_shutters"; + locked = 1; + name = "ERT Lockdown"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"lun" = ( +/obj/structure/table/wood, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lup" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Armory"; + pixel_y = -25 + }, +/obj/machinery/power/terminal, +/obj/structure/cable, +/obj/item/flag/species/human, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"luP" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"lvs" = ( +/obj/machinery/clonepod/biomass, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"lwB" = ( +/obj/machinery/bsa/full/admin/east{ + layer = 1 + }, +/turf/space, +/area/ussp_ship) +"lwT" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"lxj" = ( +/obj/mecha/combat/honker/loaded{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lxn" = ( +/obj/structure/table/wood, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lxo" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien8" + }, +/area/abductor_ship) +"lxH" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/warmdonkpocket, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"lxW" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"lyv" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lyZ" = ( +/obj/item/flag/nt, +/obj/structure/sign/poster/official/ue_no{ + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "CentComm Arrivals Bar 2"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lzH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"lAl" = ( +/obj/structure/closet/crate/can, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lAC" = ( +/turf/space/transit/horizontal, +/area/space) +"lBl" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"lBX" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "Automatic Shotgun"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"lBZ" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"lCb" = ( +/obj/structure/table/wood, +/obj/item/radio/headset, +/obj/item/radio/headset/abductor, +/obj/item/radio/headset/alt, +/obj/item/radio/headset/binary{ + name = "binary radio headset" + }, +/obj/item/radio/headset/bot{ + name = "bot radio headset" + }, +/obj/item/radio/headset/centcom, +/obj/item/radio/headset/chameleon{ + name = "chamelon radio headset" + }, +/obj/item/radio/headset/ert, +/obj/item/radio/headset/ert/alt/commander, +/obj/item/radio/headset/heads{ + name = "heads radio headset" + }, +/obj/item/radio/headset/heads/ai_integrated, +/obj/item/radio/headset/heads/blueshield/alt, +/obj/item/radio/headset/heads/captain/alt, +/obj/item/radio/headset/heads/ce, +/obj/item/radio/headset/heads/cmo, +/obj/item/radio/headset/heads/hop, +/obj/item/radio/headset/heads/hos, +/obj/item/radio/headset/heads/magistrate/alt, +/obj/item/radio/headset/heads/ntrep, +/obj/item/radio/headset/heads/rd, +/obj/item/radio/headset/headset_cargo, +/obj/item/radio/headset/headset_cargo/mining, +/obj/item/radio/headset/headset_com, +/obj/item/radio/headset/headset_eng, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_med, +/obj/item/radio/headset/headset_medsci, +/obj/item/radio/headset/headset_rob, +/obj/item/radio/headset/headset_sci, +/obj/item/radio/headset/headset_sec, +/obj/item/radio/headset/headset_sec/alt, +/obj/item/radio/headset/headset_service, +/obj/item/radio/headset/syndicate{ + name = "syndicate radio headset" + }, +/obj/item/radio/headset/syndicate/alt, +/obj/item/radio/headset/syndicate/alt/lavaland, +/obj/item/radio/headset/syndicate/alt/syndteam{ + name = "syndicate team headset" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lCE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"lCZ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"lDs" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"lDH" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"lDU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"lDX" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"lEu" = ( +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Officer Room" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"lEF" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/russian, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"lES" = ( +/obj/structure/noticeboard{ + pixel_x = -32 + }, +/obj/item/paper/syndimemo{ + info = "ПОЛУЧИТЕ ЭТОТ ЕБУЧИЙ ДИСК!" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"lFi" = ( +/obj/machinery/slot_machine, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lGr" = ( +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"lGZ" = ( +/obj/machinery/door/airlock/centcom{ + name = "Medical and Rest room"; + opacity = 1; + req_access_txt = "109" + }, +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "ERT_turret_shutters"; + locked = 1; + name = "ERT Lockdown"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"lHa" = ( +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/escape) +"lHq" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"lHA" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien6" + }, +/area/abductor_ship) +"lIE" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"lIO" = ( +/obj/machinery/door/window{ + dir = 1; + panel_open = 1; + req_access_txt = "152" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"lKj" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"lKO" = ( +/obj/structure/table/wood, +/obj/structure/mirror/magic{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lKT" = ( +/obj/machinery/recharge_station/upgraded, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"lLK" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreen" + }, +/area/centcom/zone2) +"lLT" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkbrown" + }, +/area/centcom/specops) +"lNy" = ( +/obj/structure/table/wood, +/obj/item/gun/energy, +/obj/item/gun/energy/captain, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun/cyborg, +/obj/item/gun/energy/nuclear, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lNE" = ( +/obj/item/radio/intercom/specops{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/specops) +"lPh" = ( +/obj/machinery/door_control{ + id = "CC_zone2_checkpoint_lockdown"; + name = "Zone 2 Checkpoint Lockdown"; + pixel_y = 25; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"lPi" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"lPk" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbrownfull" + }, +/area/centcom/specops) +"lPx" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Check point"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"lQx" = ( +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"lSb" = ( +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/centcom/specops) +"lSd" = ( +/obj/machinery/abductor/console{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lSp" = ( +/obj/machinery/door/poddoor{ + id_tag = "CC_zone2_blastdoor"; + name = "Zone 2 Blastboor" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"lTt" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"lTx" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"lUs" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lUG" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"lUP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"lUT" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"lVz" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "sit_away"; + name = "Syndicate Base"; + width = 11 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"lVF" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/space, +/turf/space, +/area/ussp_ship) +"lVR" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"lWo" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom) +"lWK" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"lWN" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/structure/chair/sofa{ + dir = 9 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"lXf" = ( +/obj/machinery/computer/communications, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"lXh" = ( +/obj/structure/flora/ausbushes/genericbush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"lXr" = ( +/obj/structure/chair/sofa{ + dir = 4; + pixel_x = 7 + }, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"lYn" = ( +/obj/structure/chair/sofa{ + dir = 8; + pixel_x = -7 + }, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"lYG" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"lZe" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"lZo" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"lZt" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/tree/pine{ + color = "#336633" + }, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"lZH" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"lZI" = ( +/obj/machinery/door/airlock/external{ + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"lZK" = ( +/obj/structure/sign/evac{ + pixel_x = 33 + }, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"maC" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"maH" = ( +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"mbp" = ( +/obj/effect/landmark/abductor/scientist{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"mbt" = ( +/obj/structure/chair/office/dark, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"mbF" = ( +/obj/machinery/computer/crew, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"mcd" = ( +/obj/machinery/turretid/lethal{ + ailock = 1; + control_area = "\improper Centcom Emergency Shuttle"; + name = "Emergency Shuttle Turret Control Panel"; + pixel_x = -30; + req_access = "0"; + req_access_txt = "110" + }, +/obj/machinery/camera{ + c_tag = "CentComm Zone 1 Check point 2"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"mcv" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"mde" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 1559; + id_tag = "check_point_1_airlock_control"; + layer = 5; + name = "Check point 1 Controller"; + pixel_x = 4; + pixel_y = 10; + req_access_txt = "110"; + tag_exterior_door = "check_point_1_airlock_external"; + tag_interior_door = "check_point_1_airlock_internal" + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"mef" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/centcom/evac) +"mew" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"meL" = ( +/obj/structure/table/reinforced, +/obj/item/syndicatedetonator, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"meT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 1560; + id_tag = "syndicate_jail_airlock_control"; + layer = 5; + name = "Check point 2 Controller"; + pixel_x = -5; + pixel_y = 10; + req_access_txt = "110"; + tag_exterior_door = "check_point_2_airlock_external"; + tag_interior_door = "check_point_2_airlock_internal" + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"meY" = ( +/obj/machinery/recharge_station/ert, +/obj/machinery/light{ + dir = 1; + light_range = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"mfo" = ( +/obj/structure/table/glass, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"mfp" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"mfy" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"mfF" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"mgj" = ( +/obj/machinery/cooker/cerealmaker, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"mgy" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"mgI" = ( +/obj/item/kitchen/utensil/spoon, +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mgR" = ( +/obj/machinery/vox_win_button, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"mgY" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"mhm" = ( +/obj/effect/overlay/palmtree_l, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"mho" = ( +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/doctor, +/obj/item/storage/firstaid/doctor, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/item/roller, +/obj/item/roller, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/storage/toolbox/syndicate, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/specops) +"mhA" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = 27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 27 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"mhF" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mhI" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"miK" = ( +/obj/machinery/light/small{ + dir = 1; + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"miX" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mjd" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mje" = ( +/obj/structure/chair/stool/bar, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mjS" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"mkc" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mkf" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mkS" = ( +/obj/structure/holohoop, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"mlt" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mly" = ( +/obj/machinery/vending/syndicigs, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"mmx" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mmI" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/stack/rods, +/obj/item/pen, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"mnf" = ( +/obj/structure/table, +/obj/item/mop, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"mnk" = ( +/obj/machinery/sleeper, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"mnu" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/chinese, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/zone1) +"mnV" = ( +/obj/structure/table/wood, +/obj/item/book/manual/ripley_build_and_repair, +/obj/item/book/manual/robotics_cyborgs, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"moX" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"mph" = ( +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/flora/ausbushes/palebush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"mpA" = ( +/obj/structure/flora/ausbushes/palebush, +/obj/structure/flora/tree/pine{ + color = "#336633" + }, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"mpC" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/syndicate_mothership) +"mpD" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"mpH" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"mpW" = ( +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"mqj" = ( +/obj/machinery/kitchen_machine/oven/upgraded, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"mqX" = ( +/obj/machinery/vending/magivend, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"mrA" = ( +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"mrJ" = ( +/obj/structure/chair/sofa/right{ + dir = 4; + pixel_x = 7 + }, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"mrK" = ( +/obj/structure/chair/sofa/left{ + dir = 8; + pixel_x = -7 + }, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"msb" = ( +/obj/structure/sign/poster/official/space_cops{ + pixel_y = 30 + }, +/obj/structure/weightmachine/weightlifter, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/specops) +"msd" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/storage/briefcase, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"msj" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"msU" = ( +/obj/machinery/door/window{ + name = "Uplink Management Control"; + req_access_txt = "151" + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"msY" = ( +/obj/structure/displaycase/stechkin{ + start_showpiece_type = /obj/item/gun/projectile/automatic/tommygun + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"mtJ" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"muE" = ( +/obj/machinery/door/window{ + dir = 2; + panel_open = 1; + req_access_txt = "110" + }, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"mvA" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"mvV" = ( +/obj/machinery/door/window{ + dir = 2; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"mwa" = ( +/obj/structure/table/wood, +/obj/item/pizza_bomb, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"mwG" = ( +/obj/structure/table/wood/poker, +/obj/item/radio/intercom/syndicate, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"mxk" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"mxE" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"mzK" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding5"; + tag = "icon-wood_siding5" + }, +/area/holodeck/source_picnicarea) +"mzS" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"mAt" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"mAx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"mAQ" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien19" + }, +/area/abductor_ship) +"mBa" = ( +/obj/structure/table/wood, +/obj/item/book/manual/evaguide, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mBi" = ( +/obj/machinery/door/airlock/public{ + frequency = 1559; + id_tag = "check_point_1_airlock_external"; + name = "Check Point 1 External Airlock"; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"mBp" = ( +/obj/machinery/door/airlock/public{ + frequency = 1560; + id_tag = "check_point_2_airlock_external"; + name = "Check Point 2 External Airlock"; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"mCp" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"mCJ" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet7-3"; + tag = "icon-carpet7-3 (EAST)" + }, +/area/holodeck/source_theatre) +"mCU" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/obj/machinery/camera{ + c_tag = "CentComm ERT Director Office"; + dir = 8; + network = list("CentComm") + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"mDm" = ( +/obj/machinery/door/window{ + dir = 2; + frequency = 1560; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"mDD" = ( +/obj/structure/kitchenspike, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"mDX" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mEE" = ( +/obj/machinery/shuttle_manipulator, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/chrono_ship) +"mEW" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"mFh" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mFM" = ( +/obj/docking_port/stationary{ + dwidth = 1; + height = 4; + id = "pod4_away"; + name = "recovery ship bay 4"; + width = 3 + }, +/turf/space, +/area/space) +"mGf" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Office 6"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mGg" = ( +/obj/effect/overlay/palmtree_r, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"mGi" = ( +/obj/machinery/light{ + pixel_y = -6 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"mGp" = ( +/obj/machinery/door_control{ + id = "CC_space_jail"; + name = "Central Command Jail"; + pixel_y = -25; + req_access_txt = "110" + }, +/obj/machinery/camera{ + c_tag = "CentComm Jail Entrance"; + dir = 10; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"mGI" = ( +/obj/machinery/power/apc{ + name = "Gamma Armory APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/gun/rocketlauncher, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/kitchen/knife/combat, +/obj/item/kitchen/knife/combat, +/obj/item/kitchen/knife/combat, +/obj/item/grenade/chem_grenade/incendiary{ + name = "Incendiary Grenade" + }, +/obj/item/grenade/clusterbuster, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"mGJ" = ( +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"mGN" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mGQ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"mHq" = ( +/obj/machinery/door_control{ + id = "CC_zone2_blastdoor"; + name = "Zone 2 Blastdoor Control"; + pixel_x = 25; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreen" + }, +/area/centcom/zone2) +"mHZ" = ( +/obj/structure/chair/stool/holostool, +/obj/effect/landmark{ + name = "Syndicate-Infiltrator"; + tag = "Commando" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"mIb" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid11"; + tag = "icon-asteroid11 (EAST)" + }, +/area/holodeck/source_desert) +"mIk" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"mIq" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"mIO" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/decorations/sticky_decorations/flammable/pot_of_gold, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"mJm" = ( +/obj/machinery/door_control{ + id = "CC_zone2_blastdoor"; + name = "Zone 2 Blastdoor Control"; + pixel_x = -25; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"mJv" = ( +/obj/structure/table/wood, +/obj/item/suppressor{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/suppressor{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/suppressor{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/suppressor{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"mJI" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + autoclose = 0; + frequency = 1441; + id_tag = "syndicate_jail_airlock_external"; + locked = 1; + name = "Syndicate Jail External Airlock" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"mJR" = ( +/obj/structure/mineral_door/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mKI" = ( +/turf/unsimulated/wall{ + icon_state = "iron14" + }, +/area/syndicate_mothership) +"mKQ" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/item/toy/cards/deck/syndicate/black, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"mMq" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"mMP" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/grassybush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"mNz" = ( +/obj/structure/table/wood, +/obj/item/stamp/captain, +/obj/item/stamp/ce, +/obj/item/stamp/clown, +/obj/item/stamp/cmo, +/obj/item/stamp/hop, +/obj/item/stamp/hos, +/obj/item/stamp/law, +/obj/item/stamp/magistrate, +/obj/item/stamp/qm, +/obj/item/stamp/rd, +/obj/item/stamp/rep, +/obj/item/stamp/warden, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/heads/magistrate/alt, +/obj/item/radio/headset/heads/ntrep, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"mNE" = ( +/obj/structure/chair/sofa/right, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"mNM" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/plasmacutter, +/obj/item/gun/energy/plasmacutter/adv, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"mOF" = ( +/obj/structure/chair/sofa, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"mOM" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"mPw" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"mPL" = ( +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"mQT" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"mRa" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"mRu" = ( +/obj/structure/chair/sofa/left, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"mSo" = ( +/obj/machinery/door_control{ + id = "CC_supply_space"; + name = "Supply Blastdoor"; + pixel_x = 4; + pixel_y = -30; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"mSB" = ( +/turf/unsimulated/floor{ + icon_state = "stairs-r" + }, +/area/centcom/zone1) +"mSR" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"mSW" = ( +/obj/machinery/light/spot, +/turf/unsimulated/beach/water, +/area/ninja/holding) +"mTN" = ( +/obj/machinery/door/airlock{ + name = "Комната отдыха" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"mTV" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 1"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"mUB" = ( +/obj/item/gun/energy/toxgun, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"mUD" = ( +/turf/unsimulated/beach/coastline, +/area/ninja/holding) +"mVb" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"mVq" = ( +/obj/machinery/door_control{ + id = "CC_space_jail_sec"; + name = "Central Command Jail Security Room"; + pixel_x = -40; + req_access_txt = "110" + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "CC_space_jail_rest"; + name = "Central Command Jail Rest Room"; + pixel_x = -25; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"mVv" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/centcom/zone2) +"mVD" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/ussp_ship) +"mVN" = ( +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"mVQ" = ( +/obj/machinery/computer/operating{ + layer = 3.5 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"mWs" = ( +/obj/machinery/door/poddoor{ + density = 0; + id_tag = "CC_zone3_blastdoor"; + name = "Zone 3 Blastboor"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"mWK" = ( +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/gun/syringe/rapidsyringe, +/obj/item/reagent_containers/spray/chemsprayer, +/obj/structure/closet, +/obj/item/gun/projectile/shotgun/sc_pump, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"mXM" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpet6-2" + }, +/area/wizard_station) +"mYZ" = ( +/obj/structure/table/wood, +/obj/item/lighter/zippo, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mZc" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave/upgraded, +/obj/machinery/light{ + dir = 4; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mZf" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"mZi" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "Grenade launcher"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"mZk" = ( +/obj/item/flag/nt, +/obj/machinery/light{ + dir = 8; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mZl" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"naR" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "rampbottom" + }, +/area/centcom/zone1) +"nbx" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"nbD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ncA" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"ncY" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"ncZ" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ndb" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"ndc" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ndu" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nek" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"neG" = ( +/obj/structure/chair/sofa/right, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"neM" = ( +/obj/machinery/vending/tool, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"neO" = ( +/obj/structure/chair/sofa{ + dir = 10 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nfc" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/soda/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nfp" = ( +/obj/structure/table/wood, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ + name = "KAZ" + }, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ + name = "KAZ" + }, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ + name = "KAZ" + }, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ + name = "KAZ" + }, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ + name = "KAZ" + }, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ + name = "KAZ" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "URVM" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "URVM" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "URVM" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "URVM" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "URVM" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "URVM" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "2A72M2"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "2A72M2"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "2A72M2"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "2A72M2"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "2A72M2"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "2A72M2"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"nfZ" = ( +/obj/effect/landmark{ + name = "tdome1" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdome1) +"ngp" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/item/pen/fancy, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"ngv" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet6-0"; + tag = "icon-carpet6-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"ngy" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 + }, +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"ngY" = ( +/obj/structure/table/wood, +/obj/item/paper/fluff/ruins/wizardcrash, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"nhS" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/lasercarbine, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"nim" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"niJ" = ( +/obj/structure/flora/bush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"njL" = ( +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"njW" = ( +/turf/space/transit/east{ + dir = 8 + }, +/area/space) +"nkd" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/pointybush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"nkf" = ( +/obj/structure/table, +/obj/item/tank/oxygen/yellow, +/obj/random/bomb_supply, +/obj/item/clothing/under/rebeloutfit, +/obj/item/clothing/suit/poncho/ponchoshame, +/obj/item/clothing/head/sombrero/shamebrero, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"nkq" = ( +/obj/machinery/light/small{ + dir = 8; + tag = "icon-bulb1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"nkD" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet14-10"; + tag = "icon-carpet14-10 (EAST)" + }, +/area/holodeck/source_theatre) +"nlR" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nlV" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/space, +/area/ussp_ship) +"nmy" = ( +/obj/machinery/abductor/experiment{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"nmI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"nnr" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "1-i" + }, +/area/trader_station/sol) +"nnH" = ( +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"nnO" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"noe" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"noL" = ( +/turf/space, +/turf/unsimulated/wall, +/area/centcom) +"npl" = ( +/obj/structure/table/wood, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"npy" = ( +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"npR" = ( +/obj/structure/crematorium, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"npS" = ( +/obj/structure/mirror{ + layer = 5; + pixel_y = 32 + }, +/obj/structure/sink{ + pixel_y = 25 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"npV" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"nqa" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreen" + }, +/area/centcom/specops) +"nqk" = ( +/obj/structure/table/wood, +/obj/item/book/manual/barman_recipes, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"nql" = ( +/obj/item/beach_ball, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"nqC" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nqE" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nqO" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/centcom/zone2) +"nri" = ( +/obj/item/clothing/suit/space/syndicate/blue{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Command Suit" + }, +/obj/item/clothing/head/helmet/space/syndicate/blue{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Command Helmet" + }, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/suit/space/syndicate/blue{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Command Suit" + }, +/obj/item/clothing/head/helmet/space/syndicate/blue{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Command Helmet" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"nrv" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/stealth, +/obj/item/clothing/suit/space/vox/stealth, +/obj/item/clothing/head/helmet/space/vox/stealth, +/obj/item/clothing/head/helmet/space/vox/stealth, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"nrD" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nrJ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/radio/intercom/specops{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"nrS" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"nsF" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"ntd" = ( +/obj/machinery/disco{ + anchored = 1 + }, +/turf/unsimulated/floor{ + icon_state = "light_on-cycle_all" + }, +/area/centcom/evac) +"ntO" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"nuC" = ( +/obj/structure/window/reinforced{ + color = "red"; + layer = 2.9 + }, +/obj/structure/grille{ + layer = 2.8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"nuM" = ( +/obj/machinery/light/small, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"nvL" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nwJ" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"nwN" = ( +/obj/structure/table, +/obj/structure/reagent_dispensers/beerkeg/nuke{ + pixel_y = 10 + }, +/obj/machinery/light{ + dir = 4; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nxk" = ( +/obj/item/flag/species/human, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"nxP" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"nxX" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"nyD" = ( +/obj/structure/table/wood, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"nyH" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkpurple" + }, +/area/centcom/specops) +"nyO" = ( +/turf/unsimulated/floor{ + icon_state = "carpet11-12" + }, +/area/wizard_station) +"nzf" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreen" + }, +/area/centcom/specops) +"nzi" = ( +/obj/structure/table/wood, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_command, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"nzR" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet04" + }, +/area/centcom/evac) +"nAB" = ( +/obj/structure/window/reinforced, +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"nBb" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/turf/space, +/area/ussp_ship) +"nCo" = ( +/obj/structure/decorative_structures/metal/statue/metal_angel, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone1) +"nCr" = ( +/obj/structure/table/wood, +/obj/item/grenade/clusterbuster/mega_syndieminibomb, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"nCV" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"nCY" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"nDL" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"nDY" = ( +/obj/structure/window/reinforced, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"nEz" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/specops) +"nFi" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nFj" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"nFE" = ( +/obj/effect/landmark{ + name = "tdome2" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdome2) +"nFJ" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid8"; + tag = "icon-asteroid8 (EAST)" + }, +/area/holodeck/source_desert) +"nFT" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"nFV" = ( +/obj/item/clothing/suit/space/syndicate/orange{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Security Suit" + }, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/suit/space/syndicate/orange{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Security Suit" + }, +/obj/item/clothing/suit/space/syndicate/orange{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Security Suit" + }, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"nFY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"nGC" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/noisecannon, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"nGO" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/fork, +/obj/item/lighter, +/obj/item/restraints/handcuffs/cable/red, +/obj/item/storage/box/mousetraps, +/obj/item/storage/fancy/cigarettes, +/obj/item/pen, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"nHg" = ( +/obj/machinery/door_control{ + id = "CC_zone2_blastdoor"; + name = "Zone 2 Blastdoor Control"; + pixel_x = -25; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"nHi" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nHq" = ( +/obj/structure/closet/secure_closet/bar{ + req_access = null + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nHB" = ( +/obj/structure/weightmachine/stacklifter, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"nIc" = ( +/obj/machinery/computer/med_data, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"nIO" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/badmin/clown, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"nIP" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_plating) +"nJf" = ( +/obj/item/flag/syndi, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"nJs" = ( +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"nKy" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"nKW" = ( +/obj/machinery/vending/medical/syndicate_access, +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"nLg" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 1-5"; + dir = 10; + network = list("CentComm") + }, +/turf/unsimulated/beach/water/deep/dense, +/area/centcom/zone1) +"nLt" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"nLK" = ( +/obj/structure/flora/ausbushes/fernybush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"nLS" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/automatic/mini_uzi, +/obj/item/gun/projectile/automatic/mini_uzi, +/obj/item/gun/projectile/automatic/mini_uzi, +/obj/item/gun/projectile/automatic/mini_uzi, +/obj/item/gun/projectile/automatic/mini_uzi, +/obj/item/gun/projectile/automatic/mini_uzi, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"nLY" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nMB" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "Frag grenade"; + req_access = null; + req_access_txt = "114" + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"nMQ" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/lamp/green, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"nNz" = ( +/obj/machinery/vending/syndicigs, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"nNE" = ( +/obj/structure/urinal{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"nNN" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"nNS" = ( +/obj/machinery/computer/shuttle/ferry, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ferry) +"nNV" = ( +/obj/machinery/vending/boozeomat, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nOv" = ( +/obj/machinery/vending/boozeomat, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"nOx" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"nOF" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien17" + }, +/area/abductor_ship) +"nOO" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/fluff/cheeky_sov_coat{ + name = "coat" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"nPM" = ( +/obj/machinery/computer/crew, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"nSb" = ( +/obj/structure/piano{ + icon_state = "piano" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"nSq" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"nSt" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"nSw" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"nTc" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_basketball) +"nTz" = ( +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"nTH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"nUb" = ( +/obj/item/gun/throw, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"nUy" = ( +/obj/structure/chair/sofa{ + dir = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nUz" = ( +/obj/machinery/recharge_station/ert, +/obj/machinery/light{ + light_range = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"nXm" = ( +/obj/structure/weightmachine/weightlifter, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"nYs" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/meteorgun, +/obj/item/gun/energy/meteorgun/pen, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"nZn" = ( +/obj/item/flag/syndi, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"nZs" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nZT" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"obc" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "light_on_flicker4" + }, +/area/centcom/evac) +"obL" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"ocX" = ( +/obj/structure/chair/stool, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"ody" = ( +/obj/machinery/door/airlock/centcom{ + name = "Teleporter"; + opacity = 1; + req_access_txt = "109" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"odP" = ( +/obj/structure/chair/sofa{ + dir = 10 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"oeb" = ( +/obj/machinery/camera{ + c_tag = "CentComm Arrivals Bar"; + dir = 1; + network = list("CentComm") + }, +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "light_on_flicker4" + }, +/area/centcom/evac) +"oeC" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"oeN" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/carapace, +/obj/item/clothing/suit/space/vox/carapace, +/obj/item/clothing/head/helmet/space/vox/carapace, +/obj/item/clothing/head/helmet/space/vox/carapace, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"ofb" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_y = 7 + }, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_y = 7 + }, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_y = 7 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"ofd" = ( +/obj/structure/piano{ + icon_state = "piano" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ofJ" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood_siding2"; + tag = "icon-wood_siding2 (EAST)" + }, +/area/holodeck/source_picnicarea) +"ofK" = ( +/turf/simulated/floor/holofloor{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"ofT" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ohl" = ( +/obj/structure/chair/sofa/left, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"ohq" = ( +/obj/item/paper/syndimemo{ + info = "ТАК ТЫ ПОЛУЧИЛ ЭТОТ ЧЕРТОВ ДИСК?
ЕСЛИ НЕТ ТО ПОЛУЧИ ЕГО!"; + name = "paper- '?'" + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"ohz" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ohL" = ( +/obj/item/camera, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"ohS" = ( +/obj/machinery/photocopier, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"oid" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpet10-8" + }, +/area/wizard_station) +"oil" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"oiI" = ( +/obj/structure/table/wood/fancy, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"ojW" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_basketball) +"okp" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"olF" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw/toy, +/obj/item/gun/projectile/automatic/l6_saw/toy/riot, +/obj/item/gun/energy/printer, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"olP" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/supply) +"omh" = ( +/obj/machinery/computer/sm_monitor, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"oml" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/bola, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/disabler, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/machinery/door/window/brigdoor{ + dir = 1; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"onh" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"onZ" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"oor" = ( +/mob/living/carbon/human/farwa, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"ooB" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"opl" = ( +/obj/structure/table/wood, +/obj/item/paper/form/NT_HR_03, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"opJ" = ( +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"oqe" = ( +/turf/space, +/area/ussp_ship) +"oqW" = ( +/obj/machinery/computer/secure_data, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"osu" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/specops) +"osZ" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"otf" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/court) +"otJ" = ( +/obj/structure/filingcabinet/security, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"oua" = ( +/obj/structure/table/wood, +/obj/item/pen/fancy, +/obj/item/folder/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"ouh" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/zone3) +"ouq" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ovq" = ( +/obj/machinery/cryopod/right, +/obj/machinery/camera{ + c_tag = "CentComm Black Ops Ready Room"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"ovJ" = ( +/obj/structure/statue/sandstone/assistant, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/adminconstruction) +"ovW" = ( +/obj/structure/chair/office, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"owd" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"owB" = ( +/obj/structure/mineral_door, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"oxv" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"oyb" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"oyd" = ( +/obj/machinery/door/airlock/hatch/syndicate/command{ + req_access_txt = "150" + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"oyo" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"oyw" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"oyx" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = 10 + }, +/obj/item/reagent_containers/food/condiment/enzyme, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"oyP" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"oyT" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + name = "Saiga-12k" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + name = "Saiga-12k" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + name = "Saiga-12k" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + name = "Saiga-12k" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + name = "Saiga-12k" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + name = "Saiga-12k" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"ozD" = ( +/obj/docking_port/stationary/transit{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_transit"; + name = "skipjack in transit"; + width = 19 + }, +/turf/space/transit, +/area/space) +"ozF" = ( +/obj/item/flag/species/human, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ozO" = ( +/obj/structure/bed/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"ozU" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1 + }, +/area/wizard_station) +"oAo" = ( +/obj/structure/reagent_dispensers/oil, +/obj/machinery/camera{ + c_tag = "CentComm ERT Medical Block 3"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"oAF" = ( +/obj/structure/chair/comfy/beige, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"oAK" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"oBA" = ( +/obj/machinery/computer/message_monitor, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"oBG" = ( +/obj/structure/chair/comfy/beige{ + dir = 8; + layer = 5; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"oBV" = ( +/obj/structure/table, +/obj/item/kitchen/sushimat, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"oCg" = ( +/obj/machinery/photocopier, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"oCr" = ( +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"oCw" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"oCE" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "109" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"oCK" = ( +/obj/structure/table/wood/fancy, +/obj/item/stamp/chameleon{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/item/stamp/syndicate, +/obj/item/syndicatedetonator{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"oCZ" = ( +/obj/item/gun/energy/wormhole_projector, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"oEi" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"oEt" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/item/pen/fancy, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"oGz" = ( +/obj/structure/sign/poster/official/ue_no, +/turf/unsimulated/wall{ + icon_state = "sandstone12" + }, +/area/wizard_station) +"oHf" = ( +/obj/machinery/computer/card/centcom, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"oHr" = ( +/obj/structure/table/wood, +/obj/item/paper/contract/employment, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"oHz" = ( +/obj/machinery/hydroponics/constructable, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"oIg" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/specops{ + pixel_y = 25 + }, +/obj/item/book/manual/sop_command, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"oIl" = ( +/obj/machinery/abductor/console{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"oIH" = ( +/obj/machinery/computer/station_alert, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"oJr" = ( +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"oJW" = ( +/obj/item/clothing/under/acj, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"oKr" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/centcom) +"oKD" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdome1) +"oKU" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF" + }, +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"oLz" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"oMk" = ( +/obj/item/flag/nt, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"oNb" = ( +/obj/machinery/atmospherics/unary/cryo_cell/upgraded, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"oNz" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"oNP" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"oNW" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate, +/obj/item/shard, +/obj/item/kitchen/knife, +/obj/item/storage/firstaid/tactical, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"oOe" = ( +/obj/structure/lattice, +/turf/unsimulated/wall, +/area/centcom) +"oOr" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/recharger, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"oOA" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"oPa" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_special_operations_force_room"; + layer = 5; + locked = 1; + name = "Central Command Special Operations Forces" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"oPr" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (WEST)" + }, +/area/ussp_ship) +"oRN" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"oRT" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"oTp" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"oTy" = ( +/obj/structure/snowman, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"oTG" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/specops) +"oTM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"oUI" = ( +/turf/unsimulated/floor{ + icon_state = "carpetside" + }, +/area/wizard_station) +"oVg" = ( +/obj/structure/table/reinforced, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"oVl" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 5 + }, +/obj/structure/window/reinforced{ + layer = 5 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/curtain/open/shower, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"oVr" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"oWa" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + amount = 50; + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"oWO" = ( +/obj/structure/chair/sofa{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"oWS" = ( +/obj/machinery/door/airlock/centcom{ + name = "ERT Service Room"; + opacity = 1; + req_access_txt = "114" + }, +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"oXq" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet06" + }, +/area/centcom/evac) +"oXT" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"oYE" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bridge"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"oYL" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding6"; + tag = "icon-wood_siding6" + }, +/area/holodeck/source_picnicarea) +"oYZ" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"oZc" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"oZu" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/documents/nanotrasen, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pal" = ( +/obj/structure/rack, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"paH" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + brightness_range = 5; + light_range = 5; + nightshift_light_range = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"paY" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"pbl" = ( +/obj/structure/closet/crate, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"pbA" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"pbI" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/hooded/hoodie/nt, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pbS" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pcd" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pcJ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/specops) +"pcS" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"pdi" = ( +/obj/structure/chair/comfy/brown, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"pdP" = ( +/obj/structure/chair/sofa/right, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"peg" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pfs" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pfv" = ( +/obj/structure/piano, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"pfB" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"pgj" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"pgx" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"pgB" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"pgJ" = ( +/obj/machinery/shuttle_manipulator, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"phr" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + amount = 50; + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/gold, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"phs" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"phv" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"phS" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"piw" = ( +/obj/machinery/door/airlock/centcom{ + req_access_txt = "152" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"piH" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"piN" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/color/black{ + icon_state = "assistant_formal" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pje" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"pjo" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/structure/chair/sofa{ + dir = 10 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"pjz" = ( +/obj/structure/flora/rock, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"pjY" = ( +/obj/structure/table/wood, +/obj/item/implanter/adrenalin{ + pixel_x = 12; + pixel_y = -12 + }, +/obj/item/implanter/emp{ + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/implanter/explosive{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/implanter/explosive_macro{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/implanter/freedom, +/obj/item/implanter/krav_maga{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/implanter/mindshield{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/implanter/storage{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pkt" = ( +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/wolpincubes, +/obj/item/storage/box/monkeycubes/wolpincubes, +/obj/structure/table/reinforced, +/obj/item/radio/intercom/specops{ + pixel_y = 25 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"pkN" = ( +/obj/structure/table, +/obj/item/card/id/centcom{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/card/id, +/obj/item/card/id/admin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/door/window/southleft{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8; + name = "security checkpoint" + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pkT" = ( +/obj/item/gun/energy/taser, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pkV" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"plJ" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bridge 1-1"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"pml" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"pmM" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"por" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"pot" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"poE" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/acj, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/acj, +/obj/item/clothing/under/fluff/benjaminfallout, +/obj/item/clothing/under/fluff/benjaminfallout, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/jay_turtleneck, +/obj/item/clothing/under/fluff/jay_turtleneck, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"poJ" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_armory_lvl3"; + layer = 5; + locked = 1; + name = "Armory level 3" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/specops) +"ppb" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"ppo" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"pqC" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/color/black{ + icon_state = "internalaffairs" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"prr" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "ML IC"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"psf" = ( +/obj/item/mecha_parts/mecha_equipment/cable_layer, +/obj/item/mecha_parts/mecha_equipment/drill/diamonddrill, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, +/obj/item/mecha_parts/mecha_equipment/rcd, +/obj/item/mecha_parts/mecha_equipment/extinguisher, +/obj/structure/closet/crate, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pst" = ( +/obj/structure/dresser, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"psG" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ptj" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood"; + tag = "icon-wood (EAST)" + }, +/area/holodeck/source_theatre) +"puq" = ( +/obj/item/flag/syndi, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"puu" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s5" + }, +/area/shuttle/gamma/space) +"puv" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"pvh" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"pvQ" = ( +/obj/structure/sink{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"pwa" = ( +/obj/docking_port/mobile/emergency/backup{ + dwidth = 9; + roundstart_move = null + }, +/obj/docking_port/stationary{ + dir = 4; + dwidth = 3; + height = 8; + id = "backup_away"; + name = "Backup Shuttle Dock"; + width = 8 + }, +/obj/machinery/door/airlock/shuttle, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/escape) +"pwg" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"pwt" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/dress/dress_saloon, +/obj/item/clothing/head/hairflower, +/turf/simulated/floor/holofloor{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"pwI" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/specops) +"pwO" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" + }, +/area/syndicate_mothership) +"pwW" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"pxe" = ( +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"pxF" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"pxG" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkgreen" + }, +/area/centcom/specops) +"pyu" = ( +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"pyS" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"pyW" = ( +/obj/structure/table, +/obj/item/card/id/silver{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/card/id/captains_spare, +/obj/item/card/id/lifetime{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/door/window/southleft{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8; + name = "security checkpoint" + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pzt" = ( +/obj/structure/flora/rock, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"pAk" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stamp/centcom{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pAl" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"pAJ" = ( +/obj/machinery/camera{ + c_tag = "CentComm Jail"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"pAT" = ( +/obj/effect/decal/warning_stripes/north, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"pAX" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s5" + }, +/area/shuttle/escape) +"pBn" = ( +/turf/unsimulated/wall{ + icon_state = "iron14"; + layer = 10 + }, +/area/syndicate_mothership) +"pBo" = ( +/obj/structure/table/wood, +/obj/item/paicard/syndicate, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"pBx" = ( +/obj/machinery/vending/security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"pBW" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/belt/fannypack/black, +/obj/item/storage/belt/fannypack/black, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pCb" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pCl" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"pCM" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/grown/citrus/lemon, +/obj/item/reagent_containers/food/snacks/grown/berries, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/cherries, +/obj/item/reagent_containers/food/snacks/grown/citrus/orange, +/obj/item/reagent_containers/food/snacks/grown/corn, +/obj/item/reagent_containers/food/snacks/grown/mushroom/amanita, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pDg" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/APS, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pDj" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/item/flag/nt, +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"pDL" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Central Command"; + departmentType = 2; + name = "CC Requests Console"; + pixel_y = -30 + }, +/obj/machinery/photocopier, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pDS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom) +"pEo" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 11; + height = 13; + id = "emergency_transit"; + name = "emergency in transit"; + width = 24 + }, +/turf/space/transit, +/area/space) +"pFs" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"pFW" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/m1911, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pGR" = ( +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Officer Room" + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "commandroom"; + layer = 2.8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"pHf" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"pHh" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"pHj" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"pHT" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"pIm" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/obj/structure/mirror{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"pII" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/automatic/pistol/APS, +/obj/item/gun/projectile/automatic/pistol/APS, +/obj/item/gun/projectile/automatic/pistol/APS, +/obj/item/gun/projectile/automatic/pistol/APS, +/obj/item/gun/projectile/automatic/pistol/APS, +/obj/item/gun/projectile/automatic/pistol/APS, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"pIX" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom) +"pJA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"pKk" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + damage_deflection = 75; + id_tag = "syndicate_jail"; + locked = 1; + name = "Syndicate Jail" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"pKw" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"pKK" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/bridge) +"pKX" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"pLi" = ( +/obj/machinery/camera{ + c_tag = "Thunderdome Red Team"; + network = list("Thunderdome"); + pixel_x = 11; + pixel_y = -9 + }, +/obj/effect/landmark{ + name = "tdome2" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdome2) +"pLq" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/newscaster/security_unit{ + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pLz" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/storage/briefcase, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"pLD" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault"; + name = "Operative position" + }, +/area/centcom/specops) +"pLE" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + name = "Master R&D Server Controller" + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pLV" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Office 5"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"pLZ" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pMa" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"pMb" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/flora/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"pMo" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"pMu" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"pMV" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"pNM" = ( +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"pOd" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/clothing/accessory/medal/gold, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"pOM" = ( +/obj/machinery/computer/secure_data, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"pOT" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkbrown" + }, +/area/centcom/ferry) +"pPX" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"pQL" = ( +/obj/structure/sign/poster/official/enlist{ + pixel_y = 32 + }, +/obj/structure/weightmachine/stacklifter, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/specops) +"pRk" = ( +/obj/machinery/door/poddoor/shutters{ + active_power_usage = 1; + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "CC_zone2_checkpoint_lockdown"; + locked = 1; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/zone2) +"pRX" = ( +/obj/structure/table, +/obj/item/dice/d20, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"pRZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"pSy" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"pSB" = ( +/obj/machinery/computer/robotics, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"pSQ" = ( +/obj/machinery/computer/med_data, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"pTF" = ( +/obj/machinery/photocopier, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"pTT" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/evac) +"pUb" = ( +/turf/unsimulated/wall{ + icon_state = "iron5" + }, +/area/syndicate_mothership) +"pUB" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/folder/blue, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"pVm" = ( +/obj/machinery/computer/card/centcom, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pVo" = ( +/obj/effect/landmark/abductor/scientist, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"pVy" = ( +/obj/machinery/computer/teleporter, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"pVF" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/instakill, +/obj/item/gun/energy/laser/instakill/blue, +/obj/item/gun/energy/laser/instakill/red, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pWD" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbrownfull" + }, +/area/centcom/specops) +"pXf" = ( +/obj/structure/rack/holorack, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/implanter/mindshield, +/obj/item/implanter/mindshield, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/surgery, +/obj/item/organ/internal/cyberimp/arm/toolset, +/obj/item/organ/internal/cyberimp/arm/janitorial, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pXI" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"pXS" = ( +/obj/docking_port/stationary/transit{ + dir = 2; + dwidth = 8; + height = 15; + id = "admin_transit"; + name = "admin in transit"; + width = 18 + }, +/turf/space/transit/horizontal, +/area/space) +"pYe" = ( +/obj/item/clothing/suit/space/syndicate/orange{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Security Suit" + }, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/suit/space/syndicate/orange{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Security Suit" + }, +/obj/item/clothing/suit/space/syndicate/orange{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Security Suit" + }, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"pYu" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid6"; + tag = "icon-asteroid6" + }, +/area/holodeck/source_desert) +"pYy" = ( +/obj/structure/table/wood, +/obj/item/pen/fancy, +/obj/item/folder/red{ + pixel_x = 7 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"pYD" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/obj/item/gun/energy/laser/instakill/blue, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"pZv" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/automatic/combat, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pZz" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"pZL" = ( +/obj/structure/table/wood, +/obj/item/paper/form/NT_COM_05, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"pZQ" = ( +/obj/structure/table/wood, +/obj/machinery/kitchen_machine/microwave, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"pZZ" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"qah" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"qaB" = ( +/obj/structure/sign/double/map/left{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"qaK" = ( +/obj/structure/table, +/obj/item/storage/backpack/medic, +/obj/item/storage/backpack/medic, +/obj/item/storage/backpack/science, +/obj/item/storage/backpack/science, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/industrial, +/obj/item/storage/backpack/industrial, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"qaL" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"qbO" = ( +/obj/structure/closet/l3closet/security, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double/full, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/watertank/janitor{ + max_integrity = 1500; + volume = 1500 + }, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "darkpurple" + }, +/area/centcom/specops) +"qcb" = ( +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Armory 2"; + dir = 1; + network = list("CentComm") + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qcm" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"qcp" = ( +/obj/structure/table/wood, +/obj/item/book/manual/sop_security, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"qcr" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/centcom) +"qcy" = ( +/obj/structure/lattice, +/obj/structure/lattice, +/turf/space, +/turf/unsimulated/wall, +/area/centcom/evac) +"qcM" = ( +/obj/machinery/poolcontroller/invisible{ + pixel_x = 30 + }, +/turf/unsimulated/beach/water, +/area/ninja/holding) +"qds" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"qdx" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"qdy" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet13-5"; + tag = "icon-carpet13-5 (EAST)" + }, +/area/holodeck/source_theatre) +"qdC" = ( +/obj/structure/table/wood, +/obj/item/paper/hydroponics, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qdY" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"qeA" = ( +/obj/structure/table/wood, +/obj/item/pen/fancy, +/obj/item/folder/white, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qeJ" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"qeT" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"qfe" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"qfy" = ( +/obj/machinery/status_display{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"qfK" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"qfU" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"qgT" = ( +/obj/machinery/abductor/pad{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"qgY" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"qgZ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"qhj" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"qhl" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"qiF" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"qjz" = ( +/obj/item/stock_parts/cell/infinite{ + desc = "Интересная батарейка золотого цвета, главный вопрос который вас терзает - а что она делает в космосе? \n Жаль что контакты окислились."; + name = "Батарейка в космосе?" + }, +/turf/space, +/area/space) +"qjR" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"qka" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"qkb" = ( +/obj/docking_port/stationary{ + area_type = /area/syndicate_mothership; + dwidth = 11; + height = 18; + id = "emergency_syndicate"; + name = "404 Not Found"; + turf_type = /turf/unsimulated/floor/snow; + width = 29 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"qkt" = ( +/obj/structure/table, +/obj/item/rcd, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/storage/pill_bottle/random_drug_bottle, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"qkE" = ( +/obj/machinery/computer/shuttle/syndicate/drop_pod, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/assault_pod) +"qlj" = ( +/obj/structure/table/wood/poker, +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"qlG" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"qlU" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/item/megaphone, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"qme" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10 + }, +/area/centcom) +"qmQ" = ( +/obj/mecha/combat/durand/old{ + color = "#77895C"; + desc = "Improved Armored Heavy Mech with USSP Symbol"; + name = "TU-802" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"qny" = ( +/turf/simulated/floor/bluegrid, +/area/tdome/arena) +"qow" = ( +/obj/machinery/camera{ + c_tag = "CentComm Ferry Dock"; + dir = 4; + network = list("CentComm") + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ferry) +"qoQ" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"qpw" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qpz" = ( +/obj/machinery/bodyscanner, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"qpR" = ( +/obj/machinery/vending/dinnerware, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"qpS" = ( +/obj/machinery/computer/camera_advanced, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"qpU" = ( +/obj/structure/dresser, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"qqp" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"qqq" = ( +/obj/structure/table/wood, +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"qqs" = ( +/obj/machinery/computer/shuttle/syndicate{ + name = "Nuclear Operatives Shuttle Console" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"qqR" = ( +/obj/structure/table/wood, +/obj/item/kitchen/utensil/fork, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"qqU" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"qqY" = ( +/obj/item/flag/species/human, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"qrd" = ( +/obj/machinery/light{ + dir = 8; + switchcount = 50 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"qrr" = ( +/obj/structure/chair/sofa, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"qrv" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"qsJ" = ( +/obj/item/radio/intercom/specops{ + pixel_y = 25 + }, +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"qtF" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/evac) +"qtI" = ( +/obj/structure/filingcabinet/security, +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Office 4"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qua" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Раздевалка" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"quo" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"quB" = ( +/obj/structure/chair/comfy/brown{ + color = "#FF3300" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"quI" = ( +/obj/machinery/door_control{ + id = "CC_space_jail_cell"; + name = "Central Command Jail Cell's"; + pixel_y = -30; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"qvz" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"qvI" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"qwb" = ( +/obj/structure/table/wood, +/obj/item/storage/box/drinkingglasses, +/obj/item/reagent_containers/food/drinks/bottle/rum, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"qwe" = ( +/turf/unsimulated/floor{ + icon_state = "stage_stairs" + }, +/area/centcom/court) +"qwM" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet5-0"; + tag = "icon-carpet5-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"qwX" = ( +/obj/vehicle/snowmobile/key, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"qxr" = ( +/obj/structure/sign/poster/official/enlist{ + pixel_y = 32 + }, +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); + density = 0; + icon_state = "open"; + id_tag = "ERT_turret_shutters"; + locked = 1; + name = "ERT Lockdown"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qxD" = ( +/obj/item/gun/energy/spikethrower, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"qxF" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"qxV" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/stamp/magistrate{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = -7 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"qyL" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/pistol, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"qyT" = ( +/obj/structure/table/holotable/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"qyV" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/taperecorder, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"qzb" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"qzK" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/wizrobe/magusblue, +/obj/item/clothing/head/wizard/magus, +/obj/item/twohanded/staff, +/obj/item/clothing/suit/wizrobe/magusred, +/obj/item/clothing/head/wizard/magus, +/obj/item/twohanded/staff, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet06" + }, +/area/wizard_station) +"qzP" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/centcom/jail) +"qzS" = ( +/obj/structure/chair/comfy/brown{ + color = "#3300FF" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"qAW" = ( +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"qBc" = ( +/obj/structure/table, +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"qBg" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"qBu" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave/upgraded, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"qCD" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ferry) +"qDg" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"qDm" = ( +/turf/unsimulated/floor{ + icon_state = "darkbrowncorners" + }, +/area/centcom/ferry) +"qDz" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet14-0"; + tag = "icon-carpet14-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"qDR" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/engineering_construction, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qDX" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreynavybluecorner" + }, +/area/centcom/specops) +"qEU" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + lootcount = 20; + name = "Food CC Spawner #2" + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"qFt" = ( +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"qFH" = ( +/obj/item/flag/syndi, +/obj/structure/sign/poster/contraband/syndicate_recruitment{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"qGK" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"qGO" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"qHw" = ( +/obj/machinery/door/airlock/external{ + id_tag = "sst_away"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"qHX" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"qIa" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/tdome) +"qIt" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"qJw" = ( +/obj/machinery/vending/sovietsoda, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"qJE" = ( +/obj/machinery/door/airlock/external{ + id_tag = "ferry_away"; + name = "Ferry Airlock"; + req_access_txt = "106" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ferry) +"qJM" = ( +/obj/structure/table/wood, +/obj/item/toy/nuke, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"qJV" = ( +/obj/machinery/flasher{ + id = "flash"; + name = "Thunderdome Flash" + }, +/turf/simulated/floor/bluegrid, +/area/tdome/arena) +"qKs" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 2; + height = 12; + id = "ferry_away"; + name = "centcom bay 2"; + width = 5 + }, +/turf/space, +/area/space) +"qKG" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"qKJ" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"qKY" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qLy" = ( +/obj/structure/chair/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"qLD" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"qLM" = ( +/obj/item/radio/intercom/syndicate{ + pixel_y = -28 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"qMW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/specops) +"qNb" = ( +/obj/structure/chair/sofa{ + dir = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + layer = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"qOI" = ( +/obj/structure/closet/syndicate/sst, +/obj/item/ammo_box/magazine/mm556x45/bleeding, +/obj/item/ammo_box/magazine/mm556x45, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership) +"qOL" = ( +/obj/structure/table/wood, +/obj/item/grenade/clusterbuster/syndieminibomb, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"qPc" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"qPd" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = -32 + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (EAST)" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"qPX" = ( +/obj/machinery/computer/mecha, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"qQU" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_construction, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qRD" = ( +/obj/machinery/camera{ + c_tag = "Thunderdome Green Team"; + network = list("Thunderdome"); + pixel_x = 12; + pixel_y = -10 + }, +/obj/effect/landmark{ + name = "tdome1" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdome1) +"qRG" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"qSe" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"qSN" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9, +/obj/item/gun/energy/gun/blueshield/pdw9, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"qTB" = ( +/obj/machinery/light{ + layer = 10 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"qTE" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = 5 + }, +/obj/item/multitool{ + pixel_x = -7; + pixel_y = -1 + }, +/obj/item/multitool, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"qUd" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/specops) +"qUk" = ( +/turf/unsimulated/beach/water/deep/dense, +/area/centcom/zone1) +"qUv" = ( +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"qUw" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"qUE" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"qVw" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + id_tag = "ERT_armory_lvl1"; + layer = 5; + locked = 1; + name = "Armory level 1"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreen" + }, +/area/centcom/specops) +"qVA" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkbrown" + }, +/area/centcom/ferry) +"qWt" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/camera{ + c_tag = "CentComm ERT Rest Room"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"qWZ" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"qXw" = ( +/obj/machinery/abductor/pad{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"qXN" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"qXR" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone3) +"qYi" = ( +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qYN" = ( +/obj/item/target, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken7" + }, +/area/wizard_station) +"qYU" = ( +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"qYY" = ( +/obj/structure/closet/secure_closet/syndicate_officer, +/obj/machinery/light/small{ + dir = 8; + tag = "icon-bulb1 (WEST)" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"qZe" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"qZw" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qZF" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"qZM" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"qZR" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/mini_uzi, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"raL" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "106" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"raO" = ( +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"raW" = ( +/obj/item/radio/intercom/specops{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rbx" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom) +"rbO" = ( +/obj/machinery/prize_counter, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"rbV" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"rcb" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"rcx" = ( +/obj/item/clothing/under/rainbow, +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"rcC" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"rcT" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"rcV" = ( +/turf/unsimulated/floor{ + icon_state = "darkbluecorners" + }, +/area/centcom/zone2) +"rdj" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"rew" = ( +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/evac) +"reB" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"rfc" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"rfl" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb, +/obj/machinery/syndicatebomb/training, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"rfP" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"rgo" = ( +/turf/simulated/floor/holofloor{ + icon_state = "siding1"; + tag = "icon-siding1" + }, +/area/holodeck/source_theatre) +"rgw" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 + }, +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"rgL" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rhd" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/ussp_ship) +"rhk" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rht" = ( +/obj/mecha/combat/marauder/mauler/loaded, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"rhz" = ( +/obj/structure/table/reinforced, +/obj/item/twohanded/required/kirbyplants{ + pixel_y = 7 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"riL" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership) +"riT" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"rje" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/centcom/zone2) +"rjm" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"rjK" = ( +/obj/item/flag/nt, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rjS" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/mecha/combat/gygax/ert{ + color = "#66ff99"; + name = "Assault Jaeger" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbrownfull" + }, +/area/centcom/specops) +"rkr" = ( +/turf/unsimulated/wall{ + icon_state = "iron12"; + layer = 10 + }, +/area/syndicate_mothership) +"rlj" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rlI" = ( +/obj/structure/table/wood, +/obj/item/book/manual/robotics_cyborgs, +/obj/item/radio/intercom/specops, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rmc" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5 + }, +/area/centcom) +"rms" = ( +/obj/structure/closet/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + }, +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom{ + desc = null; + name = "Supreme commander bowman headset" + }, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106,107,108,109,110,111,112,113,114); + icon_state = "commander"; + name = "Supreme Commander ID card"; + rank = "Nanotrasen Navy Captain"; + registered_name = null + }, +/obj/item/door_remote/centcomm, +/obj/item/clothing/accessory/medal/gold{ + desc = null; + name = "Supreme commander's gold medal" + }, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/gloves/color/white{ + desc = null; + name = "Supreme judge gloves" + }, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"rmG" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom/specops{ + pixel_x = -25 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rnO" = ( +/obj/structure/table/abductor, +/obj/item/bonegel/alien, +/obj/item/bonesetter/alien, +/obj/item/FixOVein/alien, +/obj/item/surgicaldrill/alien, +/obj/item/circular_saw/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"rnU" = ( +/obj/structure/table/wood, +/obj/item/pen/fancy, +/obj/item/folder/blue, +/obj/item/paper/photograph, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rod" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"roP" = ( +/obj/machinery/camera{ + c_tag = "CentComm SOF Hallway 2"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rpb" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/fernybush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"rpv" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rpC" = ( +/obj/item/radio/intercom/specops{ + pixel_x = 30 + }, +/obj/structure/closet/secure_closet/reagents, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"rqj" = ( +/obj/structure/closet{ + icon_closed = "syndicate1"; + icon_opened = "syndicate1open"; + icon_state = "syndicate1" + }, +/obj/item/suppressor, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/flashlight/seclite, +/obj/item/grenade/flashbang, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/item/kitchen/knife/combat, +/obj/item/reagent_containers/food/snacks/candy/donor{ + apply_type = 3; + list_reagents = list("nutriment" = 30, "sugar" = 3); + name = "MRE" + }, +/obj/item/reagent_containers/hypospray/autoinjector/survival, +/obj/item/storage/belt/security/webbing{ + name = "SRT webbing" + }, +/obj/item/clothing/head/HoS/beret{ + desc = null; + name = "SRT beret" + }, +/obj/item/storage/backpack/ert{ + desc = null; + name = "SRT backpack" + }, +/obj/item/radio/headset/ert{ + desc = null; + name = "SRT headset" + }, +/obj/item/clothing/shoes/combat/swat{ + name = "SRT special shoes" + }, +/obj/item/clothing/gloves/combat{ + name = "Combat gloves" + }, +/obj/item/clothing/suit/armor/bulletproof{ + name = "SRT bulletproof vest" + }, +/obj/item/clothing/accessory/holster, +/obj/item/implanter/mindshield, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106); + icon_state = "nanotrasen"; + name = "Special Reaction Team Member ID card"; + rank = "Blueshield"; + registered_name = null + }, +/obj/item/clothing/under/fluff/jay_turtleneck{ + name = "SRT uniform" + }, +/obj/item/CQC_manual, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "vault" + }, +/area/centcom/srtops) +"rrf" = ( +/obj/machinery/door/airlock/external{ + id_tag = "syndicate_away"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"rrm" = ( +/obj/docking_port/stationary{ + dwidth = 9; + height = 18; + id = "admin_away"; + name = "centcom bay 1"; + timid = 1; + width = 19 + }, +/turf/space, +/area/space) +"rrE" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/under/color/lightpurple, +/obj/item/clothing/under/color/purple, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/head/wizard/red, +/obj/item/clothing/suit/wizrobe/red, +/obj/item/clothing/head/wizard, +/obj/item/clothing/suit/wizrobe, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet01" + }, +/area/wizard_station) +"rrK" = ( +/obj/machinery/door/window{ + dir = 1; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"rsf" = ( +/turf/unsimulated/floor{ + icon_state = "rampbottom" + }, +/area/centcom/zone1) +"rst" = ( +/obj/machinery/newscaster{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rsE" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/mob/living/carbon/human{ + hunger_drain = 0; + name = "Николай Степанченко" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"rsL" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_construction, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rsX" = ( +/obj/machinery/door/airlock/centcom{ + name = "Supreme Court"; + opacity = 1; + req_access_txt = "106,109,110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/court) +"rtj" = ( +/obj/machinery/computer/shuttle/ert{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access = list(109) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rtp" = ( +/obj/item/gun/rocketlauncher, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"rtB" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"ruq" = ( +/obj/structure/chair/comfy/brown, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"ruG" = ( +/obj/structure/toilet{ + dir = 4; + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 1; + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ruT" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"rva" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/rock, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"rvl" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/drinks/trophy/gold_cup, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"rvG" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"rwu" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rwE" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/space, +/area/ussp_ship) +"rwK" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rwX" = ( +/obj/machinery/camera{ + c_tag = "CentComm Jail 6"; + dir = 5; + network = list("CentComm") + }, +/obj/structure/chair/comfy/red{ + color = "#FFFFFF" + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"rxp" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rxw" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/automatic/dual_tube, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"rxT" = ( +/obj/structure/bed, +/obj/item/bedsheet/hos{ + name = "bedsheet" + }, +/obj/machinery/light/small{ + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"rxX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"ryi" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rym" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding10"; + tag = "icon-wood_siding10" + }, +/area/holodeck/source_picnicarea) +"ryo" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"ryw" = ( +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"ryN" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone3) +"ryQ" = ( +/obj/machinery/door/airlock/centcom{ + name = "Medical and Rest room"; + opacity = 1; + req_access_txt = "109" + }, +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "ERT_turret_shutters"; + locked = 1; + name = "ERT Lockdown"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"rzf" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"rzl" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass/devilskiss{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/syndicatedetonator{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/reagent_containers/food/drinks/bottle/rum{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"rAe" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"rAz" = ( +/obj/effect/decal/cleanable/blood/gibs, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"rBi" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/centcom) +"rBz" = ( +/obj/structure/dresser, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"rBD" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction/enchanted, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"rBR" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"rCL" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet10-8"; + tag = "icon-carpet10-8 (EAST)" + }, +/area/holodeck/source_theatre) +"rCQ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver/capgun, +/obj/item/gun/projectile/revolver/golden, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"rDo" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/space, +/area/ussp_ship) +"rDB" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"rEo" = ( +/obj/effect/decal/warning_stripes/east{ + layer = 50 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone2) +"rEy" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"rEX" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/space) +"rFc" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"rFn" = ( +/obj/effect/decal/warning_stripes/west{ + layer = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone3) +"rFQ" = ( +/obj/effect/decal/warning_stripes/east{ + layer = 50; + level = 5 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rFZ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/space, +/area/ussp_ship) +"rHv" = ( +/obj/docking_port/stationary{ + dwidth = 1; + height = 4; + id = "pod1_away"; + name = "recovery ship bay 1"; + width = 3 + }, +/turf/space, +/area/space) +"rIn" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/applecakeslice, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"rIA" = ( +/obj/structure/sign/goldenplaque{ + desc = "Лучший сотрудник века"; + name = "Это Толя Раммфан"; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"rIH" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"rIO" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Burn-Mix Floor"; + nitrogen = 0; + oxygen = 2500; + temperature = 370; + toxins = 5000 + }, +/area/holodeck/source_burntest) +"rJn" = ( +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"rJJ" = ( +/obj/machinery/door/poddoor{ + id_tag = "CC_zone3_blastdoor"; + name = "Zone 3 Blastboor" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"rKb" = ( +/obj/item/target, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken7" + }, +/area/wizard_station) +"rKI" = ( +/obj/effect/decal/warning_stripes/west{ + layer = 50 + }, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/zone3) +"rKK" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/pspork, +/obj/item/trash/plate, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"rKW" = ( +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet9-4" + }, +/area/wizard_station) +"rLk" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"rLL" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry_transit"; + name = "ferry in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/horizontal, +/area/space) +"rMq" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/flask/detflask{ + pixel_x = -7; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"rMD" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rMK" = ( +/obj/mecha/combat/gygax/ert, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"rNj" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/plasmaman/wizard, +/obj/item/clothing/head/helmet/space/plasmaman/wizard, +/obj/item/clothing/mask/breath, +/obj/item/tank/plasma/plasmaman/belt/full, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet06" + }, +/area/wizard_station) +"rNq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/mecha/combat/durand/old{ + color = "#77895C"; + desc = "Improved Armored Heavy Mech with USSP Symbol"; + name = "TU-802" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"rNH" = ( +/obj/machinery/computer/security{ + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"rOi" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rOy" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rOQ" = ( +/obj/machinery/sleeper/upgraded, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"rPa" = ( +/obj/item/beach_ball, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"rPz" = ( +/obj/item/flag/species/human, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"rPX" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rQj" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rQA" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"rQK" = ( +/turf/unsimulated/floor{ + icon_state = "darkredcorners" + }, +/area/centcom/zone3) +"rRb" = ( +/obj/machinery/door_control{ + id = "CC_special_operations_force_room"; + name = "Central Command Special Operations Forces"; + pixel_y = -25; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "darkred" + }, +/area/centcom/zone3) +"rRt" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"rRv" = ( +/obj/machinery/door/airlock/external{ + id_tag = "admin_away"; + name = "Administration Shuttle"; + opacity = 0; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rRT" = ( +/obj/structure/closet, +/obj/item/clothing/under/soldieruniform{ + name = "Soldier's Uniform" + }, +/obj/item/clothing/under/soldieruniform{ + name = "Soldier's Uniform" + }, +/obj/item/clothing/under/soldieruniform{ + name = "Soldier's Uniform" + }, +/obj/item/clothing/under/soldieruniform{ + name = "Soldier's Uniform" + }, +/obj/item/clothing/under/soldieruniform{ + name = "Soldier's Uniform" + }, +/obj/item/clothing/under/soldieruniform{ + name = "Soldier's Uniform" + }, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"rSj" = ( +/turf/space, +/turf/unsimulated/wall, +/area/centcom/evac) +"rSv" = ( +/obj/machinery/door/airlock/centcom{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + name = "Supreme Commander"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"rSR" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/gun/projectile/automatic/c20r, +/obj/item/gun/projectile/automatic/c20r, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"rST" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 1 + }, +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"rTc" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"rUg" = ( +/obj/machinery/vending/coffee/free, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"rUh" = ( +/obj/structure/table/wood, +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Office 3"; + dir = 1; + network = list("CentComm") + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rUx" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/captain/scattershot, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon/cyborg, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"rUZ" = ( +/obj/structure/table/holotable/wood, +/turf/simulated/floor/holofloor{ + icon_state = "grimy"; + tag = "icon-grimy" + }, +/area/holodeck/source_meetinghall) +"rVZ" = ( +/obj/structure/table, +/obj/random/technology_scanner, +/obj/random/tech_supply, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/admin) +"rWg" = ( +/obj/structure/table/wood, +/obj/item/paper/terrorspiders8, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rWk" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone2" + }, +/area/wizard_station) +"rWO" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom) +"rXa" = ( +/obj/structure/statue/silver/sec{ + desc = "Похоже, вы ловите нотку ностальгии и тонну страха смотря на него"; + icon_state = "hooker"; + name = "Eh?" + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"rXg" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"rXl" = ( +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"rXt" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkbrown" + }, +/area/centcom/ferry) +"rZf" = ( +/obj/structure/flora/tree/palm, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"rZp" = ( +/obj/effect/spawner/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom) +"rZx" = ( +/obj/machinery/computer/communications, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"sao" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space, +/obj/item/clothing/suit/space, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space, +/obj/item/clothing/head/helmet/space, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"saI" = ( +/obj/structure/table/wood, +/obj/item/pen/fancy, +/obj/item/folder/red{ + pixel_x = 7 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"sbx" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/centcom/zone3) +"sbD" = ( +/obj/structure/dresser, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"sca" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"scb" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/a40mm, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"scl" = ( +/obj/structure/window/reinforced{ + color = "red"; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4; + layer = 2.9 + }, +/obj/structure/grille{ + layer = 2.8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"scs" = ( +/obj/effect/decal/warning_stripes/east{ + layer = 50; + level = 1 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone3) +"sdu" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_special_operations_force_room"; + layer = 5; + locked = 1; + name = "Central Command Special Operations Forces" + }, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"seh" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"seJ" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"sfp" = ( +/obj/machinery/camera{ + c_tag = "CentComm SOF Artillery"; + network = list("CentComm") + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"sfT" = ( +/obj/structure/bed, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"sgy" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"sgM" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdome2) +"sgZ" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"shN" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"shO" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"shT" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"six" = ( +/obj/structure/flora/grass/both, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"siH" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/obj/item/clothing/head/helmet/space/chronos, +/obj/item/clothing/head/helmet/space/chronos, +/obj/item/clothing/head/helmet/space/chronos, +/obj/item/clothing/head/helmet/space/chronos, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"siK" = ( +/obj/machinery/computer/bsa_control/admin{ + integrity_failure = 20; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"sjd" = ( +/obj/machinery/bsa/full/admin/east, +/obj/effect/decal/warning_stripes/north, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"sjC" = ( +/obj/machinery/door/window{ + color = null; + dir = 2; + opacity = 1; + panel_open = 1 + }, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"sjT" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"skb" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"skq" = ( +/obj/effect/decal/warning_stripes/north, +/turf/space, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"slB" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"slF" = ( +/obj/structure/window/reinforced{ + color = "red"; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8; + layer = 2.9 + }, +/obj/structure/grille{ + layer = 2.8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"slM" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership) +"slZ" = ( +/obj/effect/spawner/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/zone1) +"smG" = ( +/obj/machinery/vending/syndicigs, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"smH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"smW" = ( +/turf/unsimulated/wall{ + icon_state = "rrust10" + }, +/area/vox_station) +"snW" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + use_power = 0 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_depot/core) +"sob" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"sog" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/bow, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"soX" = ( +/obj/machinery/chem_heater, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"spt" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access_txt = "114" + }, +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom{ + desc = null; + name = "Supreme commander bowman headset" + }, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106,107,108,109,110,111,112,113,114); + icon_state = "commander"; + name = "Supreme Commander ID card"; + rank = "Nanotrasen Navy Captain"; + registered_name = null + }, +/obj/item/door_remote/centcomm, +/obj/item/clothing/accessory/medal/gold{ + desc = null; + name = "Supreme commander's gold medal" + }, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"spy" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"spA" = ( +/obj/machinery/door/airlock/centcom{ + name = "Black Ops"; + opacity = 1; + req_access_txt = "111" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/blops) +"spW" = ( +/obj/machinery/door_control{ + id = "CC_zone3_blastdoor"; + name = "Zone 3 Blastdoor Control"; + pixel_x = 25; + req_access_txt = "114" + }, +/obj/effect/decal/warning_stripes/east{ + layer = 50 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone2) +"sqc" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/stalkybush, +/obj/structure/flora/ausbushes/leafybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"sqk" = ( +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"sso" = ( +/obj/machinery/door_control{ + id = "CC_zone3_blastdoor"; + name = "Zone 3 Blastdoor Control"; + pixel_x = -25; + req_access_txt = "114" + }, +/obj/effect/decal/warning_stripes/west{ + layer = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone3) +"sss" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"ssz" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/space) +"ssS" = ( +/obj/machinery/computer/shuttle/sit, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"std" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/riot/short, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"stq" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "ERT_turret_shutters"; + locked = 1; + name = "ERT Lockdown"; + opacity = 0 + }, +/obj/structure/sign/poster/official/help_others{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"stD" = ( +/obj/item/gun/syringe/rapidsyringe, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"stM" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 1; + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"stT" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "rampbottom" + }, +/area/centcom/bridge) +"sum" = ( +/turf/space, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"svp" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"svW" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"swv" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/gyropistol, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"swC" = ( +/obj/structure/table/abductor, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"swR" = ( +/obj/machinery/door_control{ + id = "CC_zone3_blastdoor"; + name = "Zone 3 Blastdoor Control"; + pixel_x = 25; + req_access_txt = "114" + }, +/obj/effect/decal/warning_stripes/east{ + layer = 50; + level = 0 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone3) +"swV" = ( +/obj/effect/decal/warning_stripes/west{ + layer = 50 + }, +/obj/machinery/door_control{ + id = "CC_zone3_blastdoor"; + name = "Zone 3 Blastdoor Control"; + pixel_x = -25; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone3) +"sxL" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"syD" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone3) +"syH" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/e_gun/old, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"szw" = ( +/obj/machinery/vending/syndisnack, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"szy" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark{ + name = "syndieprisonwarp" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"sAz" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"sAC" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"sBu" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "TX-20a magazine"; + req_access = null + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sBN" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"sBP" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"sCb" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"sCI" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/nagant, +/obj/item/gun/projectile/revolver/russian, +/obj/item/gun/projectile/revolver/russian/soul, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"sCO" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"sDx" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"sDF" = ( +/obj/machinery/light{ + dir = 8; + switchcount = 50 + }, +/turf/unsimulated/beach/water/deep/dense, +/area/centcom/evac) +"sEj" = ( +/turf/unsimulated/wall{ + icon_state = "iron11" + }, +/area/syndicate_mothership) +"sEB" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/wizard_station) +"sFg" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"sFo" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/detective, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"sFy" = ( +/obj/machinery/vending/engineering, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sFT" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"sFV" = ( +/obj/machinery/computer/station_alert, +/obj/structure/sign/poster/official/kill_syndicate{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"sGP" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"sHg" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery, +/obj/item/storage/box/gloves, +/obj/item/storage/box/masks, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"sHO" = ( +/obj/machinery/camera{ + c_tag = "CentComm SOF Hallway"; + network = list("CentComm") + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"sIa" = ( +/turf/unsimulated/floor{ + icon = 'icons/obj/smooth_structures/catwalk.dmi'; + icon_state = "catwalk"; + name = "plating" + }, +/area/centcom/specops) +"sIq" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"sIv" = ( +/obj/structure/chair/stool/bar, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"sIW" = ( +/obj/machinery/photocopier, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"sJq" = ( +/obj/effect/landmark/costume/random, +/obj/structure/rack/holorack, +/turf/simulated/floor/holofloor{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"sKF" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"sLQ" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/processor{ + pixel_y = 10 + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"sLV" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain, +/obj/item/ashtray/glass{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -4; + pixel_y = 9 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"sMn" = ( +/obj/effect/decal/warning_stripes/south, +/turf/space, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"sMH" = ( +/obj/structure/table/wood, +/obj/machinery/door_control{ + id = "syndicate_jail_cell"; + name = "Bolt Cell Doors"; + normaldoorcontrol = 1; + pixel_x = 6; + req_access_txt = "150"; + specialfunctions = 4 + }, +/obj/machinery/door_control{ + id = "syndicate_jail"; + name = "Bolt Jail Door"; + normaldoorcontrol = 1; + pixel_x = -5; + req_access_txt = "150"; + specialfunctions = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"sMR" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/pspork, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"sMS" = ( +/obj/effect/landmark{ + name = "Response Team" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sMZ" = ( +/obj/structure/table, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"sNa" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"sNl" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"sNs" = ( +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = 25 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"sNE" = ( +/obj/machinery/sleeper/syndie{ + dir = 2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"sOd" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 1441; + id_tag = "syndicate_jail_airlock_control"; + name = "Syndicate Jail Access Controller"; + pixel_x = -25; + req_access_txt = "150"; + tag_exterior_door = "syndicate_jail_airlock_external"; + tag_interior_door = "syndicate_jail_airlock_internal" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"sOk" = ( +/obj/effect/overlay/palmtree_l, +/obj/effect/overlay/coconut, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"sPm" = ( +/obj/structure/lattice, +/obj/structure/lattice, +/turf/unsimulated/wall, +/area/centcom/evac) +"sQl" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"sQv" = ( +/obj/machinery/door/airlock/centcom{ + name = "Supreme Commander"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"sQw" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/mech_bay_recharge_port/upgraded, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"sRB" = ( +/obj/machinery/teleport/station, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"sRJ" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"sRQ" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/fancy, +/obj/item/folder/white, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"sRT" = ( +/obj/effect/decal/warning_stripes/west{ + layer = 1000 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone3) +"sSa" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"sSo" = ( +/obj/structure/table, +/obj/random/toolbox, +/obj/random/bomb_supply, +/obj/machinery/syndicatebomb/badmin/clown, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"sSY" = ( +/obj/effect/decal/warning_stripes/east{ + layer = 50 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone3) +"sTL" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = -7 + }, +/obj/item/storage/briefcase, +/obj/item/door_remote/omni, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"sTP" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"sTX" = ( +/obj/machinery/vending/medical/syndicate_access, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"sUx" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT Director Estate"; + dir = 8; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"sUJ" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"sVs" = ( +/obj/machinery/door_control{ + color = "#99ff99"; + id = "ERT_armory_lvl1"; + name = "ERT Armory Level 1"; + pixel_x = -22; + pixel_y = -6; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + color = "#9999ff"; + id = "ERT_armory_lvl2"; + name = "ERT Armory Level 2"; + pixel_x = -33; + pixel_y = -6; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + color = "#ff9999"; + id = "ERT_armory_lvl3"; + name = "ERT Armory Level 3"; + pixel_x = -22; + pixel_y = 4; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + color = "#ffdd99"; + id = "ERT_armory_lvl4"; + name = "ERT Armory Level 4"; + pixel_x = -33; + pixel_y = 4; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"sVv" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 40 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sVA" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien13" + }, +/area/abductor_ship) +"sWK" = ( +/turf/simulated/floor/light, +/area/secret/gaybar) +"sWL" = ( +/turf/unsimulated/wall, +/area/start) +"sXn" = ( +/obj/machinery/cryopod, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"sXw" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "warnwhiteorange" + }, +/area/centcom/evac) +"sYp" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"sZr" = ( +/obj/machinery/door/airlock/centcom{ + name = "ERT Mech, Gamma Delivery & Artillery Control"; + opacity = 1; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"taf" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien12" + }, +/area/abductor_ship) +"tah" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"tai" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/specops) +"tar" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"tav" = ( +/obj/structure/table/wood/poker, +/obj/item/clothing/shoes/roman, +/obj/item/clothing/under/roman, +/obj/item/shield/riot/roman, +/obj/item/clothing/head/helmet/roman/legionaire, +/obj/item/twohanded/spear/bonespear, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"taF" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"taR" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/centcom) +"tbj" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/ussp_ship) +"tbo" = ( +/obj/structure/table, +/obj/item/lighter/zippo, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"tbs" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable, +/turf/space, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/ussp_ship) +"tbv" = ( +/obj/item/gun/throw/crossbow, +/obj/item/gun/throw/crossbow/french, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"tbB" = ( +/mob/living/simple_animal/turkey, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"tcz" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"tcF" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + req_access_txt = "102" + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"tdZ" = ( +/obj/machinery/light/small{ + dir = 8; + light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"tfq" = ( +/turf/space, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom) +"tgm" = ( +/obj/structure/table/wood/fancy, +/obj/item/paper_bin/syndicate, +/obj/item/folder/red{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/pen/multi/gold{ + pixel_x = -3; + pixel_y = -5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"thb" = ( +/obj/machinery/computer/card, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"tho" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/reagent_dispensers/watertank/high, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"thL" = ( +/obj/machinery/computer/crew, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"tiN" = ( +/obj/machinery/chem_heater, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"tiP" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/folder/blue, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/pen/multi/fountain, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"tjg" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "ERT_turret_shutters"; + locked = 1; + name = "ERT Lockdown"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"tjT" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken3" + }, +/area/wizard_station) +"tkk" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/folder/yellow, +/obj/item/pen/multi/gold, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"tko" = ( +/obj/structure/table/wood, +/obj/item/paper/contract/employment, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tkG" = ( +/obj/structure/dresser, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"tlf" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"tlj" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 40 + }, +/obj/machinery/dna_scannernew, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"tlo" = ( +/obj/machinery/autolathe, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/obj/item/stack/sheet/metal{ + amount = 10 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"tlV" = ( +/obj/effect/decal/warning_stripes/west{ + layer = 200 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone3) +"tlX" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"tmb" = ( +/obj/structure/table/abductor, +/obj/machinery/kitchen_machine/microwave/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"tmi" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/gun/projectile/revolver/doublebarrel/improvised/cane, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"tmL" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"tnf" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 3 Check point"; + dir = 1; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tnq" = ( +/obj/effect/decal/warning_stripes/west{ + layer = 50 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone3) +"tnx" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed"; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"toA" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tpb" = ( +/obj/machinery/door/airlock/centcom{ + name = "Special Team Ready Room"; + opacity = 1; + req_access_txt = "106" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"tpf" = ( +/obj/machinery/computer/arcade, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"tpg" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"tpv" = ( +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tqd" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"tqf" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tqn" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/toy/crossbow, +/obj/item/gun/energy/kinetic_accelerator/crossbow, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"tqu" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tqR" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"trk" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"tsP" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1441; + master_tag = "syndicate_jail_airlock_control"; + name = "Syndicate Jail Access Button"; + pixel_y = -25; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"tte" = ( +/turf/space, +/turf/space, +/turf/space, +/area/space) +"ttV" = ( +/obj/structure/noticeboard{ + pixel_y = -30 + }, +/obj/item/paper/syndimemo{ + info = "В крайнем случае, вызывайте коричневый код" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tub" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate, +/obj/item/shard, +/obj/item/kitchen/knife, +/obj/item/storage/firstaid/tactical, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"tue" = ( +/turf/space, +/turf/space, +/area/space) +"tuL" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/obj/item/clothing/suit/space/chronos, +/obj/item/clothing/suit/space/chronos, +/obj/item/clothing/suit/space/chronos, +/obj/item/clothing/suit/space/chronos, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"tuM" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "Suppressor's"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"tvm" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 3 Hallway 2"; + dir = 1; + network = list("CentComm") + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -7; + pixel_y = -30 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 7; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tvt" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tvy" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/sign/poster/official/state_laws{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"twG" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"txn" = ( +/obj/effect/decal/warning_stripes/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"txu" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/assault_pod) +"txQ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tyk" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/evac) +"tyu" = ( +/obj/machinery/vending/chinese/free, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tyz" = ( +/obj/machinery/vending/cola/free, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tzl" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone5" + }, +/area/wizard_station) +"tBx" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"tBD" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/fingergun, +/obj/item/gun/projectile/revolver/fingergun/fake, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"tDH" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tEC" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/sign/poster/official/space_cops{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tED" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkbrown" + }, +/area/centcom/specops) +"tEG" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "SIT Ready Room" + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "sit_ready"; + layer = 2.8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"tFo" = ( +/turf/simulated/floor/beach/coastline, +/area/holodeck/source_beach) +"tFM" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "CentComm Zone 3 Hallway"; + dir = 1; + network = list("CentComm") + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tGb" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"tGu" = ( +/obj/structure/table/holotable, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"tHw" = ( +/obj/structure/window/reinforced, +/obj/structure/sign/greencross{ + pixel_x = -32 + }, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"tIi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"tIS" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang/limited{ + name = "SOB-5 Clusterbang Launcher"; + projectiles = 5 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbrownfull" + }, +/area/centcom/specops) +"tIZ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"tJH" = ( +/obj/structure/closet/crate/can, +/obj/structure/sign/poster/official/work_for_a_future{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tJM" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/nuclear, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"tJW" = ( +/obj/structure/table/wood, +/obj/item/storage/lockbox/mindshield, +/obj/item/storage/lockbox/mindshield, +/obj/item/storage/lockbox/mindshield, +/obj/machinery/door_control{ + id = "CC_special_operations_force_room"; + name = "Central Command Special Operations Forces"; + pixel_x = -25; + pixel_y = 5; + req_access_txt = "114" + }, +/obj/item/door_remote/centcomm, +/obj/item/storage/box/erttaserproof, +/obj/item/storage/box/permits, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"tJZ" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/computer/mech_bay_power_console, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"tKq" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"tKt" = ( +/turf/space, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/centcom/specops) +"tKE" = ( +/obj/machinery/door/airlock/centcom{ + name = "ERT Director"; + opacity = 1; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"tKP" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "LMG M249 SAW"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"tLQ" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tLV" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "carpetsymbol"; + tag = "icon-carpetsymbol (SOUTHEAST)" + }, +/area/holodeck/source_meetinghall) +"tMl" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"tMp" = ( +/obj/structure/chair/sofa{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"tMy" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark{ + name = "ERT Director" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"tMz" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/space) +"tNi" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpetside" + }, +/area/wizard_station) +"tNn" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding1"; + tag = "icon-wood_siding1" + }, +/area/holodeck/source_picnicarea) +"tNO" = ( +/obj/machinery/vending/coffee, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"tPs" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"tPT" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + icon_state = "door_locked"; + id_tag = "emergency_away"; + locked = 1; + name = "Arrival Airlock"; + req_access = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/evac) +"tQd" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone12" + }, +/area/wizard_station) +"tRe" = ( +/obj/machinery/computer/bsa_control/admin{ + integrity_failure = 20; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"tRF" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + autoclose = 0; + frequency = 1441; + id_tag = "syndicate_jail_airlock_internal"; + locked = 1; + name = "Syndicate Jail Internal Airlock" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"tRW" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"tSy" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/specops, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"tTw" = ( +/obj/effect/decal/warning_stripes/south, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"tUp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"tUD" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreynavybluecorner" + }, +/area/centcom/specops) +"tVF" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/mini, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"tWj" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"tWz" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"tXq" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "ERT_armory_lvl2"; + layer = 5; + locked = 1; + name = "Armory level 2" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"tXx" = ( +/obj/machinery/door/airlock/centcom{ + name = "Medical Block"; + opacity = 1; + req_access_txt = "109" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"tXH" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien16" + }, +/area/abductor_ship) +"tXX" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"tYg" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"tYq" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"tYw" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet11-12"; + tag = "icon-carpet11-12 (EAST)" + }, +/area/holodeck/source_theatre) +"tZi" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone14" + }, +/area/wizard_station) +"tZG" = ( +/obj/structure/table, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uah" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "X-ray laser"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uai" = ( +/obj/machinery/door/window/northright{ + name = "In"; + req_access_txt = "150" + }, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (WEST)" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ual" = ( +/obj/machinery/cryopod/robot, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"uaY" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"ubp" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = "102" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/turf/unsimulated/floor{ + icon_state = "tranquillite" + }, +/area/centcom/specops) +"ubs" = ( +/obj/structure/table/wood, +/obj/item/paper/terrorspiders2, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"ubS" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"udj" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"udp" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"udt" = ( +/obj/item/radio/intercom, +/turf/unsimulated/wall, +/area/centcom) +"uer" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/chrono_gun, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"ueu" = ( +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/evac) +"ueG" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"ufB" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/color/black{ + icon_state = "charcoal_suit" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"ufP" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ugb" = ( +/obj/structure/flora/rock, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom) +"ugn" = ( +/obj/machinery/cryopod, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"ugp" = ( +/obj/structure/chair/sofa{ + dir = 9 + }, +/obj/structure/window/reinforced{ + color = "black"; + layer = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"ugB" = ( +/obj/item/radio/intercom/specops{ + pixel_x = -25 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"uik" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/zone3) +"uil" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"uir" = ( +/obj/structure/dresser, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_x = -25 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"uiR" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"uiW" = ( +/obj/machinery/recharge_station/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"uju" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"ujx" = ( +/obj/structure/table/reinforced, +/obj/machinery/requests_console{ + department = "Central Command"; + departmentType = 1; + name = "CC Requests Console" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"ujV" = ( +/obj/structure/table/reinforced, +/obj/item/ashtray/glass{ + pixel_x = -7; + pixel_y = -4 + }, +/obj/machinery/door_control{ + id = "ERT_director_office_shutters"; + name = "ERT Director Office Shutters"; + pixel_x = 7; + pixel_y = -3; + req_access_txt = "114" + }, +/obj/item/radio/intercom/specops{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -4; + pixel_y = 9 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"ujX" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops."; + name = "Special Ops. Monitor"; + network = list("ERT") + }, +/obj/effect/landmark{ + name = "nukecode" + }, +/obj/effect/landmark{ + name = "Commando_Manual" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"uku" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uky" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"ukz" = ( +/turf/space, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"ukI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ulb" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ulT" = ( +/obj/machinery/computer/cloning, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ulZ" = ( +/obj/machinery/abductor/experiment{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"umM" = ( +/obj/machinery/computer/bsa_control/admin{ + integrity_failure = 20; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/centcom/specops) +"unC" = ( +/obj/machinery/computer/communications, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uom" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uoL" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien10" + }, +/area/abductor_ship) +"upB" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/pen/multi/gold, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/toy/figure/captain{ + name = "Supreme commander action figure" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"upL" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/hooded/hoodie/tp, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uqx" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"uqR" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/fancy, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"urk" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"urQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"usK" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Office 2"; + dir = 1; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"usQ" = ( +/obj/structure/sign/poster/official/state_laws{ + pixel_y = 30 + }, +/obj/structure/weightmachine/weightlifter, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/specops) +"uti" = ( +/obj/item/kitchen/utensil/spoon, +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"uty" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/retro, +/obj/item/gun/energy/laser/retro/old, +/obj/item/gun/energy/laser/retro/sc_retro, +/obj/item/gun/energy/laser/tag/blue, +/obj/item/gun/energy/laser/tag/red, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uui" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"uuz" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/fancy, +/obj/item/folder/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"uuN" = ( +/turf/unsimulated/floor{ + icon_state = "darkyellow" + }, +/area/centcom/specops) +"uvI" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uvQ" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"uwv" = ( +/obj/structure/toilet, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"uwN" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom) +"uwY" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"uxf" = ( +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"uyx" = ( +/obj/machinery/camera{ + c_tag = "CentComm Solar Federation Forces Ready Room"; + network = list("CentComm") + }, +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"uyC" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/weightmachine/weightlifter, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"uzl" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"uzy" = ( +/obj/structure/table/wood, +/obj/item/grenade/syndieminibomb, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uAq" = ( +/turf/unsimulated/floor{ + icon_state = "stairs-l" + }, +/area/syndicate_mothership) +"uCq" = ( +/obj/machinery/door/airlock/centcom{ + name = "ERT Director"; + opacity = 1; + req_access_txt = "114" + }, +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 2; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"uCQ" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"uDP" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bathroom"; + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"uEj" = ( +/obj/effect/landmark{ + name = "Commando" + }, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"uEq" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/obj/item/chrono_eraser, +/obj/item/chrono_eraser, +/obj/item/chrono_eraser, +/obj/item/chrono_eraser, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"uEy" = ( +/obj/machinery/door/airlock/centcom{ + name = "Artillery Control"; + opacity = 1; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"uEN" = ( +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"uFa" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 1 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uFe" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = -12 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = -2 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 8 + }, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"uFj" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 8 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uFB" = ( +/obj/machinery/washing_machine, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"uFS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/ussp_ship) +"uGr" = ( +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/pulse, +/obj/item/mecha_parts/mecha_equipment/weapon/honker, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/structure/closet/crate, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uGN" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse, +/obj/item/gun/energy/pulse/carbine, +/obj/item/gun/energy/pulse/cyborg, +/obj/item/gun/energy/pulse/destroyer, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uHi" = ( +/obj/machinery/vending/toyliberationstation{ + contraband = null; + products = list(/obj/item/gun/projectile/automatic/toy = 10, /obj/item/gun/projectile/automatic/toy/pistol = 10, /obj/item/gun/projectile/shotgun/toy = 10, /obj/item/toy/sword = 10, /obj/item/ammo_box/foambox = 20, /obj/item/toy/foamblade = 10, /obj/item/toy/syndicateballoon = 10, /obj/item/clothing/suit/syndicatefake = 5, /obj/item/clothing/head/syndicatefake = 5, /obj/item/gun/projectile/shotgun/toy/crossbow = 10, /obj/item/gun/projectile/automatic/c20r/toy/riot = 10, /obj/item/gun/projectile/automatic/l6_saw/toy/riot = 10, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 10, /obj/item/ammo_box/foambox/riot = 20, /obj/item/toy/katana = 10, /obj/item/twohanded/dualsaber/toy = 5, /obj/item/toy/cards/deck/syndicate = 10) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"uHY" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_construction, +/obj/item/radio/intercom/specops{ + pixel_x = -25 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"uIh" = ( +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"uIl" = ( +/obj/structure/filingcabinet/security, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"uIu" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bathroom"; + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"uJB" = ( +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"uJJ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage, +/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage/blood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uJO" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom) +"uKO" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"uMk" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"uMJ" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet1-0"; + tag = "icon-carpet1-0 (EAST)" + }, +/area/holodeck/source_theatre) +"uNw" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_NT_armory"; + layer = 5; + locked = 1; + name = "Special Reaction Team of Nanotrasen" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/srtops) +"uNK" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/effect/landmark{ + name = "Response Team" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uNO" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT Ready Room"; + dir = 8; + network = list("CentComm") + }, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uOr" = ( +/obj/machinery/computer/card/centcom, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uOx" = ( +/obj/structure/chair/comfy/red{ + color = "#000000"; + dir = 4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uPA" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"uPL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"uPW" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"uQh" = ( +/obj/machinery/vending/wallmed/syndicate{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uQl" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uQp" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/sniper_rifle, +/obj/item/gun/projectile/automatic/sniper_rifle/compact, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate/penetrator, +/obj/item/gun/projectile/automatic/sniper_rifle/toy, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uQu" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/folder/yellow, +/obj/item/pen/multi/gold, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uRn" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/syndicate_mothership) +"uRQ" = ( +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"uSb" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/reagent_containers/syringe/bioterror{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/reagent_containers/syringe/capulettium_plus{ + pixel_x = -5 + }, +/obj/item/reagent_containers/syringe/gluttony{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/syringe/lethal{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/reagent_containers/syringe/pancuronium{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/reagent_containers/syringe/sarin{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/reagent_containers/glass/bottle/mutagen{ + pixel_y = 6 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uSl" = ( +/obj/machinery/vending/cola/free, +/obj/machinery/camera{ + c_tag = "CentComm Jail 5"; + dir = 10; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"uSS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"uSZ" = ( +/turf/unsimulated/wall{ + icon_state = "iron13"; + tag = "icon-iron13" + }, +/area/space) +"uTa" = ( +/obj/item/flag/nt, +/obj/structure/sign/restroom{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uTd" = ( +/obj/item/gun/syringe/blowgun, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uTy" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + name = "Master R&D Server Controller" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uUa" = ( +/obj/structure/sign/greencross, +/turf/unsimulated/wall, +/area/centcom) +"uUd" = ( +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"uVh" = ( +/obj/structure/table/holotable, +/obj/item/clothing/suit/armor/riot/knight/blue, +/obj/item/clothing/head/helmet/riot/knight/blue, +/obj/item/holo/claymore/blue, +/turf/simulated/floor/holofloor{ + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"uVp" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"uWC" = ( +/turf/unsimulated/floor{ + icon_state = "darkgreynavybluecorner" + }, +/area/centcom/specops) +"uYh" = ( +/turf/simulated/floor/wood, +/area/secret/gaybar) +"uYp" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"uYq" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/newscaster/security_unit{ + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uYF" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"uYP" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet7-0"; + tag = "icon-carpet7-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"uZb" = ( +/obj/structure/table/wood/fancy, +/obj/item/paper_bin/syndicate, +/obj/item/folder/red{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/pen/multi/gold{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"uZf" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper/terrorspiders2, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uZr" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_construction, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uZN" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"uZU" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/obj/machinery/light{ + dir = 1; + light_range = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vaj" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien14" + }, +/area/abductor_ship) +"van" = ( +/obj/item/storage/toolbox/syndicate{ + desc = "A powerful relic many men worked long and hard to keep safe and away from the forces of evil."; + force = 1e+008; + name = "toolbox of robustness" + }, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vaA" = ( +/obj/structure/table/wood, +/obj/item/whetstone, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"vaO" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_construction, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"vaX" = ( +/turf/unsimulated/wall{ + icon_state = "iron1" + }, +/area/syndicate_mothership) +"vbo" = ( +/obj/structure/sink{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/centcom/specops) +"vcj" = ( +/obj/machinery/abductor/gland_dispenser, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"vcx" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcircuit" + }, +/area/syndicate_mothership) +"vcL" = ( +/obj/machinery/door_control{ + id = "syndicate_bridge"; + name = "Bridge Blastdoor"; + pixel_y = 38 + }, +/obj/machinery/door_control{ + id = "commandroom"; + name = "Command Room Blastdoor"; + pixel_y = 28 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"vea" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"ved" = ( +/obj/structure/table/wood/poker, +/obj/item/card/id/syndicate/anyone{ + name = "BOSS OF THE GYM" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"veq" = ( +/obj/structure/bush, +/obj/machinery/light{ + dir = 4; + switchcount = 50 + }, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"ver" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/engineering_construction, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"veF" = ( +/turf/unsimulated/wall, +/area/centcom) +"veL" = ( +/turf/unsimulated/wall{ + icon_state = "iron7" + }, +/area/syndicate_mothership) +"veR" = ( +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"veV" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/random/bomb_supply, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"veY" = ( +/obj/item/radio/intercom/specops{ + pixel_y = -30 + }, +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/fancy, +/obj/item/folder/blue, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"vfe" = ( +/obj/machinery/door_control{ + id = "mauler_garage"; + name = "Mauler's Garage"; + pixel_x = 8; + pixel_y = 25; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "dark_gygax_garage"; + name = "Dark Gygax's Garage"; + pixel_x = -8; + pixel_y = 25; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vfm" = ( +/obj/machinery/door/airlock/centcom{ + aiControlDisabled = 1; + name = "Assault Pod"; + opacity = 1; + req_one_access_txt = "150" + }, +/obj/docking_port/mobile/assault_pod, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"vfC" = ( +/obj/structure/sink{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"vfJ" = ( +/obj/machinery/shower{ + dir = 4; + tag = "icon-shower (EAST)" + }, +/obj/machinery/light/small{ + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"vfM" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/hp, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"vfS" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet2-0"; + tag = "icon-carpet2-0 (EAST)" + }, +/area/holodeck/source_theatre) +"vgf" = ( +/obj/machinery/door/airlock{ + name = "Душ" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"vgG" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet10-0"; + tag = "icon-carpet10-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"vgV" = ( +/obj/structure/flora/tree/pine, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"vhk" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "eventroom"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/event_zone) +"vhu" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_boxingcourt) +"vhS" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"vjt" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"vjT" = ( +/obj/machinery/vending/cola/free, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"vlb" = ( +/obj/item/grenade/clusterbuster/smoke, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vlp" = ( +/turf/unsimulated/floor{ + color = "#CCCCCC"; + dir = 8; + icon_state = "vault"; + name = "Leader position" + }, +/area/centcom/specops) +"vlB" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_armory_lvl3"; + layer = 5; + locked = 1; + name = "Armory level 3" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/specops) +"vlE" = ( +/obj/structure/lattice/catwalk, +/mob/living/carbon/human/monkey, +/turf/space, +/area/space/nearstation) +"vlY" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"vmM" = ( +/obj/machinery/door_control{ + id = "CC_NT_armory"; + name = "Nanotrasen Armory"; + pixel_x = -25; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"vnr" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/evac) +"vnF" = ( +/obj/effect/landmark/abductor/agent{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"vob" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "robotics_solar_outer"; + name = "Project 28u" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"voL" = ( +/obj/machinery/vending/suitdispenser, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"voX" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT0"; + name = "gravpult" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vpr" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"vpF" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "M-90gl magazine"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vpT" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/specops) +"vqH" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/obj/item/storage/fancy/crayons, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"vrk" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"vrt" = ( +/turf/unsimulated/wall{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/space) +"vru" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 10; + height = 35; + id = "whiteship_transit"; + name = "whiteship in transit"; + width = 21 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"vup" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone11" + }, +/area/wizard_station) +"vuP" = ( +/obj/structure/sign/poster/contraband/atmosia_independence{ + name = "Declaration"; + pixel_y = 30 + }, +/obj/structure/mineral_door, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"vvn" = ( +/turf/space, +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/centcom) +"vvt" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access_txt = "114" + }, +/obj/item/clothing/head/beret/centcom/officer, +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom, +/obj/item/clothing/under/suit_jacket/navy, +/obj/item/storage/briefcase/sniperbundle, +/obj/item/suppressor, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/CQC_manual, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"vvD" = ( +/obj/structure/table, +/obj/structure/reagent_dispensers/spacecleanertank{ + pixel_x = -32 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -4 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vvS" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = "102" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"vwJ" = ( +/obj/machinery/door_control{ + id = "CC_supply_internal"; + name = "Central Command Supply Internal Shutter"; + pixel_x = 4; + pixel_y = -30; + req_access_txt = "114" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"vxE" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"vxZ" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"vyk" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"vyl" = ( +/obj/machinery/light{ + dir = 8; + switchcount = 50 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/evac) +"vyB" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"vyE" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_basketball) +"vyF" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_space_jail"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/centcom/jail) +"vzH" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/specops) +"vzI" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/ussp_ship) +"vzU" = ( +/turf/simulated/floor/holofloor{ + icon_state = "rampbottom"; + tag = "icon-rampbottom" + }, +/area/holodeck/source_theatre) +"vzX" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/fluff/stobarico_greatcoat{ + name = "\improper Nanotrasen Greatcoat" + }, +/obj/item/clothing/under/rank/centcom/officer, +/obj/item/clothing/under/rank/centcom/representative{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/under/rank/centcom/captain{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vBi" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"vCq" = ( +/obj/machinery/recharge_station/ert, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vCS" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"vCX" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"vDc" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"vDp" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/centcom/specops) +"vDL" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/ussp_ship) +"vEc" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/chem_master, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"vEg" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault"; + name = "Operative position" + }, +/area/centcom/srtops) +"vED" = ( +/obj/item/target/syndicate, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vEQ" = ( +/obj/structure/table/reinforced, +/obj/structure/sink{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/specops) +"vEW" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"vEY" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"vFb" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/holohoop{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/jail) +"vFd" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"vFk" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/space, +/turf/space, +/area/ussp_ship) +"vGv" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"vGw" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/obj/item/storage/fancy/crayons, +/obj/item/soap/syndie, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"vGJ" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"vHd" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vHp" = ( +/obj/structure/table/reinforced, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer{ + pixel_y = 5 + }, +/obj/item/healthupgrade{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/healthupgrade{ + pixel_x = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"vHw" = ( +/obj/effect/landmark{ + name = "Commando" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"vHV" = ( +/obj/structure/table/abductor, +/obj/item/paper/abductor, +/obj/item/scalpel/alien, +/obj/item/cautery/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"vIb" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/item/radio/intercom/syndicate{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"vIn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/obj/mecha/combat/durand/old{ + color = "#77895C"; + desc = "Improved Armored Heavy Mech with USSP Symbol"; + name = "TU-802" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"vIp" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/reedbush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone1) +"vIu" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT1"; + name = "gravpult" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vKb" = ( +/obj/structure/table/wood, +/obj/item/twohanded/bostaff, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vKh" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"vKp" = ( +/turf/unsimulated/floor{ + icon = 'icons/obj/smooth_structures/catwalk.dmi'; + icon_state = "catwalk"; + name = "plating" + }, +/turf/unsimulated/floor{ + icon = 'icons/obj/smooth_structures/catwalk.dmi'; + icon_state = "catwalk"; + name = "plating" + }, +/area/centcom/specops) +"vKq" = ( +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"vKY" = ( +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"vLa" = ( +/obj/machinery/vending/tool, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vLb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 8; + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"vLj" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"vLs" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"vLx" = ( +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/structure/closet, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"vLF" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet03" + }, +/area/wizard_station) +"vLT" = ( +/obj/effect/landmark{ + name = "Marauder Exit" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/turf/unsimulated/floor{ + icon = 'icons/obj/smooth_structures/catwalk.dmi'; + icon_state = "catwalk"; + name = "plating" + }, +/area/centcom/specops) +"vMy" = ( +/obj/structure/statue/diamond/captain{ + name = "statue of THE Supreme Commander" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"vMK" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access_txt = "114" + }, +/obj/item/clothing/suit/judgerobe{ + name = "Supreme judge's robe" + }, +/obj/item/card/id/centcom{ + icon_state = "deathsquad"; + name = "Supreme Judge ID card"; + pixel_x = -3; + pixel_y = -3; + registered_name = "Supreme Judge" + }, +/obj/item/clothing/head/powdered_wig{ + desc = null; + name = "Supreme judge wig" + }, +/obj/item/clothing/under/suit_jacket/really_black{ + name = "Supreme judge suit" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + name = "Supreme judge gloves" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"vMT" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + id_tag = "CC_supply_internal"; + layer = 5; + locked = 1; + name = "Central Command Supply Internal Shutter" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"vMX" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"vNb" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"vNO" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"vOU" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"vOW" = ( +/obj/structure/table/wood, +/obj/item/ashtray/glass{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -5; + pixel_y = 8 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"vPf" = ( +/turf/simulated/floor/plating/lava/smooth/lava_land_surface, +/area/space) +"vPR" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/specops) +"vQj" = ( +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/zone2) +"vQz" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_armory_lvl3"; + layer = 5; + locked = 1; + name = "Armory level 3" + }, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vQA" = ( +/obj/structure/table/wood, +/obj/item/folder/blue{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"vSa" = ( +/obj/effect/decal/warning_stripes/blue, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vTj" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/zone1) +"vTl" = ( +/obj/machinery/vending/security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"vTo" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"vTv" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"vTC" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/alien, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vTR" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" + }, +/area/space) +"vUb" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ferry) +"vUE" = ( +/turf/simulated/floor/plasteel, +/area/tdome/arena) +"vUG" = ( +/obj/structure/table/reinforced, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"vUT" = ( +/obj/machinery/computer/pod/deathsquad, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "vault" + }, +/area/centcom/specops) +"vVh" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"vVu" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vVx" = ( +/obj/machinery/computer/arcade, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"vWN" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"vWR" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"vXg" = ( +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"vXj" = ( +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"vYf" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/space, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/ussp_ship) +"vYi" = ( +/obj/structure/chair/sofa{ + dir = 9 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"vYW" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"vZD" = ( +/obj/item/beach_ball/holoball, +/turf/simulated/floor/holofloor, +/area/holodeck/source_basketball) +"vZH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external{ + id_tag = "supply_away"; + name = "Central Command Supply"; + req_access_txt = "31" + }, +/obj/machinery/door/poddoor{ + id_tag = "CC_supply_space"; + locked = 2; + name = "Supply Blastdoor" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"waa" = ( +/obj/machinery/computer/shuttle/ert, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"wai" = ( +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"wak" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet04" + }, +/area/wizard_station) +"wax" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"waB" = ( +/obj/structure/closet, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"wbd" = ( +/obj/structure/table, +/obj/machinery/plantgenes{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"wbx" = ( +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/obj/structure/table/wood, +/obj/machinery/computer/secure_data/laptop{ + desc = "Похоже, что на данном ноутбуке открыт какой-то старый браузер, со включенной вкладкой Twitch BANDA."; + name = "Ноутбук" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"wby" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/advtaser, +/obj/item/gun/energy/gun/advtaser/cyborg, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wbG" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbrownfull" + }, +/area/centcom/specops) +"wbY" = ( +/obj/structure/chair/stool/holostool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"wcf" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + name = "Syndicate-Spawn" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"wcl" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + name = "Master R&D Server Controller" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"wdp" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien15" + }, +/area/abductor_ship) +"wdx" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/reedbush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"wdT" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/zone3) +"wed" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_away"; + name = "vox bay 1"; + width = 19 + }, +/turf/space, +/area/space) +"weu" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_armory_lvl3"; + layer = 5; + locked = 1; + name = "Armory level 3" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wfo" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/bluespace_beacon/syndicate, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wfx" = ( +/obj/item/radio/intercom/specops{ + pixel_x = -30 + }, +/obj/machinery/camera{ + c_tag = "CentComm ERT Shuttle"; + dir = 4; + network = list("ERT","CentComm") + }, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"wfy" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"wfG" = ( +/obj/item/flag/syndi, +/obj/machinery/light{ + dir = 4; + light_range = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"wfJ" = ( +/obj/structure/flora/tree/pine{ + pixel_x = 1 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"wgm" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"wgK" = ( +/obj/structure/table/wood, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wgZ" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"whn" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_armory_lvl4"; + layer = 5; + locked = 1; + name = "Armory level 4" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkbrown" + }, +/area/centcom/specops) +"whE" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wiz" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/blacktrenchcoat, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wjb" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"wjl" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"wkc" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/helmet/space/space_ninja, +/obj/item/clothing/shoes/space_ninja, +/obj/item/clothing/mask/gas/space_ninja, +/obj/item/katana/energy, +/obj/item/clothing/gloves/space_ninja, +/obj/item/clothing/suit/space/space_ninja, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wkH" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"wll" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"wmH" = ( +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"wmI" = ( +/obj/structure/table/abductor, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"wmM" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"won" = ( +/obj/mecha/combat/marauder/loaded{ + operation_req_access = list() + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/supply) +"wpd" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer/upgraded{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wps" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall_f9" + }, +/area/ussp_ship) +"wpt" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + id_tag = "ERT_armory_lvl1"; + layer = 5; + locked = 1; + name = "Armory level 1"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreen" + }, +/area/centcom/specops) +"wpu" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"wpX" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_away"; + name = "Shuttle Hatch"; + req_access_txt = "109" + }, +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/structure/fans/tiny, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wpY" = ( +/obj/mecha/combat/gygax/ert/loaded{ + operation_req_access = list() + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/supply) +"wqo" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/obj/item/gun/energy/immolator{ + pixel_y = -3 + }, +/obj/item/gun/energy/immolator{ + pixel_y = 8 + }, +/obj/item/gun/energy/immolator{ + pixel_y = 8 + }, +/obj/item/gun/energy/immolator{ + pixel_y = 8 + }, +/obj/item/gun/energy/immolator{ + pixel_y = -3 + }, +/obj/item/gun/energy/immolator{ + pixel_y = -3 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"wqy" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/specops) +"wqK" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window{ + dir = 8; + panel_open = 1; + req_access_txt = "110" + }, +/obj/machinery/door_control{ + id = "CC_supply_external"; + name = "Central Command Supply External Shutte"; + pixel_x = -5; + pixel_y = -2; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + id = "CC_supply_internal"; + name = "Central Command Supply Internal Shutter"; + pixel_x = -5; + pixel_y = 8; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wrO" = ( +/obj/structure/table, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = -1 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wsG" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"wto" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1441; + master_tag = "syndicate_jail_airlock_control"; + name = "Syndicate Jail Access Button"; + pixel_y = 25; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wtB" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"wtT" = ( +/obj/structure/chair/comfy/red{ + color = "#000000" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"wua" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/specops) +"wuj" = ( +/obj/machinery/computer/card/centcom, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"wuw" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"wvl" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s9" + }, +/area/shuttle/gamma/space) +"wvz" = ( +/obj/structure/table/wood, +/obj/item/storage/box/ids, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"wwc" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"wwf" = ( +/turf/unsimulated/floor{ + color = "#CCCCCC"; + dir = 8; + icon_state = "vault"; + name = "Leader position" + }, +/area/centcom/srtops) +"wwh" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/wizard_station) +"wwk" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"wxo" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT2"; + name = "gravpult" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wxZ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/centcom) +"wyn" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"wyS" = ( +/obj/structure/table/wood, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wzd" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wzV" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/radio/intercom/specops, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"wAv" = ( +/obj/mecha/combat/durand/loaded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/supply) +"wAy" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"wAK" = ( +/obj/machinery/vending/medical, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"wAN" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"wAQ" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet04" + }, +/area/centcom/evac) +"wBh" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/ussp_ship) +"wCk" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"wCx" = ( +/obj/item/gun/syringe, +/obj/item/mecha_parts/mecha_equipment/medical/syringe_gun, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wCK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"wCQ" = ( +/obj/structure/bed, +/obj/effect/landmark{ + name = "prisonwarp" + }, +/obj/item/bedsheet/brown, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"wCS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "darkbluecorners" + }, +/area/centcom/specops) +"wDG" = ( +/obj/structure/table, +/obj/item/radio/electropack{ + pixel_x = -5 + }, +/obj/item/assembly/signaler{ + code = 2; + frequency = 1449; + pixel_x = 8 + }, +/obj/item/restraints/handcuffs{ + pixel_y = 10 + }, +/obj/item/restraints/handcuffs{ + pixel_y = 10 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wFH" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wGP" = ( +/obj/machinery/camera{ + c_tag = "CentComm Execution Room"; + dir = 4 + }, +/obj/structure/closet/fireaxecabinet{ + locked = 0; + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"wGW" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"wHp" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wHU" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wHY" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/megaphone{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/camera_bug/ert{ + pixel_y = 10 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"wIx" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" + }, +/area/syndicate_mothership) +"wID" = ( +/turf/unsimulated/wall, +/area/tdome) +"wIS" = ( +/obj/structure/table/wood, +/obj/item/sleeping_carp_scroll, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wJc" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"wJe" = ( +/obj/effect/decal/warning_stripes/arrow{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wJA" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"wJJ" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT3"; + name = "gravpult" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wKn" = ( +/obj/structure/closet/crate/can, +/obj/machinery/chem_dispenser/soda/upgraded{ + pixel_y = 33 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"wKz" = ( +/obj/structure/sign/poster/contraband/c20r{ + pixel_x = 32 + }, +/obj/structure/bed/dogbed/ian, +/mob/living/simple_animal/pet/cat/Syndi, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"wKD" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"wKJ" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"wLv" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet9-4"; + tag = "icon-carpet9-4 (EAST)" + }, +/area/holodeck/source_theatre) +"wLK" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding9"; + tag = "icon-wood_siding9" + }, +/area/holodeck/source_picnicarea) +"wMc" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/chair/sofa/left, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"wMt" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"wMD" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT0"; + name = "Launch Bay #0" + }, +/turf/unsimulated/floor{ + icon = 'icons/obj/smooth_structures/catwalk.dmi'; + icon_state = "catwalk"; + name = "plating" + }, +/area/centcom/specops) +"wNl" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (NORTH)" + }, +/area/wizard_station) +"wNs" = ( +/obj/effect/landmark{ + name = "Marauder Exit" + }, +/turf/unsimulated/floor{ + icon = 'icons/obj/smooth_structures/catwalk.dmi'; + icon_state = "catwalk"; + name = "plating" + }, +/area/centcom/specops) +"wNv" = ( +/obj/structure/table/wood, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wNT" = ( +/obj/machinery/door/airlock/centcom{ + aiControlDisabled = 1; + name = "Assault Pod"; + opacity = 1; + req_one_access_txt = "150" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"wOq" = ( +/obj/machinery/chem_dispenser/supgraded, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"wOK" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/captain, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wPr" = ( +/obj/machinery/door/window{ + dir = 8; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wPJ" = ( +/obj/effect/decal/cleanable/blood, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wQl" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/fork{ + pixel_x = -4; + pixel_y = 18 + }, +/obj/item/stack/tape_roll, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/mask/muzzle, +/obj/item/clothing/suit/straight_jacket, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"wRd" = ( +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"wRl" = ( +/obj/item/flag/species/human, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"wRA" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/ussp_ship) +"wSE" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/chair/sofa/right, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"wSO" = ( +/obj/machinery/door_control{ + id = "CC_space_jail_sec"; + name = "Central Command Jail Security Room"; + pixel_y = -30; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"wTQ" = ( +/obj/machinery/computer/communications, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wUd" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT Mech Delivery"; + dir = 8; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wUM" = ( +/obj/structure/table/wood, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wVf" = ( +/obj/structure/table/wood, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wVM" = ( +/obj/mecha/medical/odysseus, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/supply) +"wWC" = ( +/obj/mecha/combat/phazon, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/supply) +"wWX" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_supply_external"; + layer = 5; + locked = 1; + name = "Central Command Supply External Shutte" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wXx" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wXO" = ( +/obj/machinery/light, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"wYg" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wYz" = ( +/obj/machinery/door/poddoor{ + density = 0; + id_tag = "CC_zone2_blastdoor"; + name = "Zone 2 Blastboor"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"wZp" = ( +/obj/structure/rack, +/obj/item/gun/medbeam, +/obj/item/storage/firstaid/tactical, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wZL" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"wZM" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"wZQ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"xaI" = ( +/obj/structure/dispenser/oxygen, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"xaM" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"xaZ" = ( +/turf/unsimulated/floor{ + icon_state = "light_on_flicker4" + }, +/area/centcom/evac) +"xba" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"xbp" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"xbG" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/zipties{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/zipties{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/zipties{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/zipties{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/zipties{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/zipties{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"xcj" = ( +/obj/structure/bed, +/obj/item/bedsheet/hos{ + name = "bedsheet" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"xcs" = ( +/obj/machinery/camera{ + c_tag = "CentComm Jail 2"; + dir = 8; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"xcy" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"xdc" = ( +/obj/machinery/cryopod/robot, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xdo" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"xdp" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xeW" = ( +/turf/unsimulated/floor{ + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"xfi" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 2; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"xfx" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"xgb" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"xhs" = ( +/obj/machinery/vending/cigarette{ + prices = list() + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xht" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT Ready Room 3"; + dir = 4; + network = list("CentComm") + }, +/obj/structure/sign/poster/official/safety_report{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"xia" = ( +/obj/structure/table, +/obj/item/gun/energy/ionrifle, +/obj/machinery/light{ + brightness_range = 5; + light_range = 5; + nightshift_light_range = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"xiw" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"xjq" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s6" + }, +/area/shuttle/gamma/space) +"xkE" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/gamma/space) +"xkI" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s10" + }, +/area/shuttle/gamma/space) +"xlt" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/food/condiment/enzyme, +/obj/item/reagent_containers/glass/beaker, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"xlx" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/chem_dispenser/supgraded, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"xlT" = ( +/obj/item/storage/bible, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"xlW" = ( +/obj/structure/chair/comfy/red, +/obj/effect/landmark{ + name = "voxstart" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"xlZ" = ( +/obj/structure/table/wood, +/obj/item/nullrod, +/obj/item/nullrod, +/obj/item/nullrod, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"xmr" = ( +/obj/item/gun/projectile/automatic/m90{ + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "M-90gl"; + req_access = null; + req_access_txt = "114" + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + pixel_y = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xmH" = ( +/turf/unsimulated/floor{ + icon_state = "darkred" + }, +/area/centcom/zone3) +"xmU" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Cargo Supply"; + dir = 6; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"xni" = ( +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/obj/item/paper/syndimemo{ + info = "Баки с газами доставлять только через шаттл ферри" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"xnY" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"xoc" = ( +/obj/structure/table/abductor, +/obj/item/storage/box/alienhandcuffs, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"xoF" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"xoS" = ( +/turf/unsimulated/wall{ + icon_state = "rrust" + }, +/area/vox_station) +"xpe" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"xps" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"xpy" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/ussp_ship) +"xpK" = ( +/obj/effect/decal/warning_stripes/blue{ + layer = 3 + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/centcom/specops) +"xqL" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/jail) +"xqX" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"xrQ" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkgreen" + }, +/area/centcom/specops) +"xrZ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/vending/wallmed/syndicate{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"xse" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/jail) +"xso" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"xsy" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"xsI" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ferry) +"xtz" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/bola, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/disabler, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"xtF" = ( +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"xtI" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s9" + }, +/area/shuttle/escape) +"xtP" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkredcorners" + }, +/area/centcom/jail) +"xug" = ( +/turf/unsimulated/wall{ + icon_state = "iron9" + }, +/area/syndicate_mothership) +"xuX" = ( +/obj/machinery/camera{ + c_tag = "Thunderdome Arena"; + network = list("Thunderdome"); + pixel_x = 10 + }, +/turf/simulated/floor/bluegrid, +/area/tdome/arena) +"xvn" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/machinery/floodlight, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"xvO" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom) +"xwb" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone13" + }, +/area/wizard_station) +"xwY" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/reedbush, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"xyg" = ( +/obj/structure/sign/double/map/right{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"xyv" = ( +/obj/item/flag/nt, +/obj/machinery/status_display{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xyV" = ( +/obj/structure/sign/poster/official/work_for_a_future, +/turf/unsimulated/wall, +/area/centcom) +"xzq" = ( +/obj/structure/chair/stool/bar, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"xzK" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"xAa" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"xAM" = ( +/obj/item/gun/energy/shock_revolver, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xAW" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"xBN" = ( +/obj/structure/table/abductor, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"xCf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/mecha/combat/durand/old{ + color = "#77895C"; + desc = "Improved Armored Heavy Mech with USSP Symbol"; + name = "TU-802" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"xCr" = ( +/obj/machinery/optable/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"xCx" = ( +/obj/structure/sign/poster/official/safety_eye_protection{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"xCC" = ( +/obj/structure/table/abductor, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"xCT" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"xDo" = ( +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"xDT" = ( +/obj/machinery/vending/syndisnack, +/obj/machinery/light{ + dir = 1; + light_range = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"xEk" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xEm" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"xEt" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"xEG" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xEX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/ussp_ship) +"xGL" = ( +/obj/machinery/door/airlock/centcom{ + name = "Gamma Armory"; + opacity = 1; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/gamma) +"xGX" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/shuttle/gamma/space) +"xHb" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault"; + name = "Prisoner position" + }, +/area/centcom/jail) +"xHr" = ( +/obj/machinery/vending/snack, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"xHJ" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"xIA" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bridge 1-2"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"xIK" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/floragun, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xIS" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "combat shotgun" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"xJC" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "Enforcer" + }, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal{ + icon_state = "enforcer_red" + }, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal{ + icon_state = "enforcer_red" + }, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal{ + icon_state = "enforcer_red" + }, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal{ + icon_state = "enforcer_red" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"xJG" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"xJU" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT2"; + name = "Launch Bay #2" + }, +/turf/unsimulated/floor{ + icon = 'icons/obj/smooth_structures/catwalk.dmi'; + icon_state = "catwalk"; + name = "plating" + }, +/area/centcom/specops) +"xKa" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"xLp" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "advanced energy gun" + }, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"xLA" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "L.W.A.P. Sniper Rifle" + }, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"xLW" = ( +/turf/space, +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall_f6" + }, +/area/ussp_ship) +"xMo" = ( +/obj/structure/table/wood, +/obj/item/kitchen/utensil/spork, +/obj/item/kitchen/utensil/spork, +/obj/item/kitchen/utensil/spork, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone3) +"xMK" = ( +/obj/machinery/prize_counter, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"xNg" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"xNP" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 11; + id = "specops_transit"; + name = "specops in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/horizontal, +/area/space) +"xOp" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"xOV" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/machinery/vending/coffee{ + layer = 2 + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"xPm" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/jail) +"xPw" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/turf/space, +/area/space/nearstation) +"xPP" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"xQT" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT1"; + name = "Launch Bay #1" + }, +/turf/unsimulated/floor{ + icon = 'icons/obj/smooth_structures/catwalk.dmi'; + icon_state = "catwalk"; + name = "plating" + }, +/area/centcom/specops) +"xRp" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"xRE" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/evac) +"xSo" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"xSG" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"xSJ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/holohoop{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/jail) +"xUq" = ( +/turf/unsimulated/wall, +/area/space) +"xUD" = ( +/obj/structure/chair/office/light, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"xVX" = ( +/turf/unsimulated/floor{ + icon_state = "darkgreen" + }, +/area/centcom/specops) +"xWc" = ( +/obj/mecha/combat/marauder/seraph/loaded{ + operation_req_access = list(109) + }, +/obj/machinery/camera{ + c_tag = "CentComm ERT Armory Level 4"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/specops) +"xWD" = ( +/obj/machinery/door/airlock/centcom{ + name = "ERT Service Room"; + opacity = 1; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"xXe" = ( +/obj/structure/table/wood, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/obj/item/nullrod/tribal_knife, +/obj/item/kitchen/knife/combat/survival, +/obj/item/kitchen/knife/combat, +/obj/item/kitchen/knife/butcher, +/obj/item/kitchen/knife, +/obj/item/hatchet/unathiknife, +/obj/item/whetstone/super, +/obj/item/whetstone/cult, +/obj/item/whetstone, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xXr" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkpurple" + }, +/area/centcom/specops) +"xXH" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"xYb" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/hooded/wintercoat/fluff, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xYH" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/evac) +"xZd" = ( +/obj/structure/table/wood, +/obj/structure/reagent_dispensers/spacecleanertank{ + pixel_y = 30 + }, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/turf/space, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkpurple" + }, +/area/centcom/specops) +"xZq" = ( +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"xZI" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/effect/landmark{ + name = "Syndicate Officer" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"xZJ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"xZL" = ( +/obj/structure/closet, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/obj/item/clothing/shoes/orange, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"xZQ" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"yae" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/item/radio/intercom/syndicate{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"yaG" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"yaN" = ( +/obj/structure/curtain/open/shower/security, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"yaO" = ( +/obj/mecha/combat/gygax/ert, +/obj/machinery/door/window/brigdoor{ + dir = 1; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"ybJ" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"ybZ" = ( +/obj/machinery/kitchen_machine/candy_maker/upgraded, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"yda" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT Service Room"; + network = list("CentComm") + }, +/obj/structure/table/wood, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/turf/space, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkpurple" + }, +/area/centcom/specops) +"ydA" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/wizrobe/marisa, +/obj/item/clothing/shoes/sandal/marisa, +/obj/item/clothing/head/wizard/marisa, +/obj/item/twohanded/staff/broom, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/wizard_station) +"ydI" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/structure/mirror{ + pixel_y = -30 + }, +/obj/item/storage/secure/safe{ + pixel_x = -22 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"ydO" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/gamma) +"ydP" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/gamma) +"ydY" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT Gamma Armory"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/gamma) +"yed" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = -27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = -27 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"yeD" = ( +/turf/space, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"yeG" = ( +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"yfh" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"yfi" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"yfw" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"yfA" = ( +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"yfP" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -12 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 8 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"yfR" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"ygd" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/evac) +"ygj" = ( +/turf/unsimulated/beach/water/deep/dense, +/area/centcom/evac) +"ygs" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"ygw" = ( +/obj/machinery/status_display/supply_display{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"ygF" = ( +/obj/structure/table, +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"ygG" = ( +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"ygH" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"ygK" = ( +/obj/structure/table/wood, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/obj/item/melee/energy/axe, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"ygV" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = -27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = -27 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ygW" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"yhy" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"yhA" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/light{ + dir = 8; + switchcount = 50 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"yhI" = ( +/obj/machinery/teleport/station, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"yhS" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/decloner, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"yis" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/centcom/jail) +"yix" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"yiH" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"yiM" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"yjb" = ( +/obj/structure/bed, +/obj/item/bedsheet/wiz, +/obj/effect/landmark/start{ + name = "wizard" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet08" + }, +/area/wizard_station) +"yje" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"yjg" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/jail) +"yjq" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_classified_gear_room"; + name = "Classified gear" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ykd" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkred" + }, +/area/centcom/jail) +"yky" = ( +/obj/structure/chair/sofa/left, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"ykF" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/centcom/jail) +"ylb" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkbrown" + }, +/area/centcom/specops) +"ylm" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"ylo" = ( +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"ylZ" = ( +/turf/unsimulated/beach/sand, +/area/ninja/holding) + +(1,1,1) = {" +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +jyD +jyD +jyD +jyD +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(2,1,1) = {" +xUq +qBu +dUZ +hhh +eId +hyN +hyN +rzf +aby +bIV +bbV +xUq +jyD +jyD +jyD +jyD +xUq +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +fAh +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(3,1,1) = {" +gvu +rAe +rAe +rAe +lce +lce +lce +lce +ncY +bbV +bbV +xUq +jyD +jyD +jyD +jyD +xUq +vPf +cXT +hic +hic +hic +hic +hic +hic +hic +hic +hic +hic +hic +hic +hic +tzl +vPf +lcX +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(4,1,1) = {" +cEK +jQJ +rAe +pgj +ijS +lce +lce +lce +ncY +bbV +bbV +xUq +jyD +jyD +jyD +jyD +xUq +vPf +tQd +bpZ +bpZ +eeC +sEB +cvw +gLu +bym +bym +ioL +sSa +sSa +sSa +qYN +tQd +vPf +lcX +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(5,1,1) = {" +cEK +vEW +rAe +luP +ijS +lce +lce +lce +aby +bbV +bbV +xUq +jyD +jyD +jyD +jyD +xUq +vPf +tQd +bpZ +iUG +bpZ +fwg +oOr +bym +bym +bym +sSa +sSa +sSa +tjT +rKb +tQd +vPf +lcX +mPL +mPL +fAh +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(6,1,1) = {" +tMz +vEW +rAe +tbo +ijS +lce +lce +lce +xUq +xUq +xUq +xUq +jyD +jyD +jyD +jyD +xUq +vPf +tQd +bYr +bpZ +bpZ +fwg +bym +bym +bym +bym +iCr +sSa +sSa +dSX +iFT +tQd +vPf +lcX +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(7,1,1) = {" +xUq +nOv +rAe +lhG +ijS +lce +lce +uRQ +xUq +cfZ +dGD +dVO +jyD +jyD +jyD +jyD +xUq +vPf +tQd +ozU +wNl +wNl +cCd +kQB +bym +bym +oLz +ozU +wNl +wNl +wNl +kds +tQd +vPf +lcX +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(8,1,1) = {" +xUq +qZe +ltv +pRX +ijS +lce +cTT +tqR +xUq +cCA +dGD +eqF +jyD +jyD +jyD +jyD +xUq +vPf +tQd +iUp +bym +bym +bym +bym +bym +bym +bym +bym +bym +bym +bym +gNF +tQd +vPf +lcX +mPL +fAh +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(9,1,1) = {" +xUq +eJQ +lce +lce +lce +lce +lce +lce +aQX +cTS +cTS +xUq +jyD +jyD +jyD +jyD +xUq +vPf +tQd +pZZ +bym +bym +oor +bym +bym +bym +vLj +lZH +bym +bym +bym +cId +tQd +vPf +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +fAh +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(10,1,1) = {" +xUq +eMu +lce +lce +lce +lce +lce +uRQ +xUq +dEh +cTS +xUq +jyD +jyD +jyD +jyD +xUq +vPf +tZi +esE +fas +kIg +kIg +kIg +kIg +iOb +rWk +tzl +kQB +bym +bym +mqX +tQd +vPf +lcX +mPL +mPL +wfJ +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(11,1,1) = {" +xUq +rbO +lce +lce +lce +lce +cTT +tqR +xUq +xUq +xUq +xUq +jyD +jyD +jyD +jyD +xUq +vPf +tQd +wGW +jmq +hfF +mXM +evr +dyC +oUI +iUp +oGz +bym +bym +bym +jvy +tQd +vPf +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +aND +jEz +jEz +vaX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(12,1,1) = {" +xUq +tpf +uRQ +lce +lce +lce +lce +uRQ +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xUq +vPf +tQd +hUH +jmq +hfF +fhS +fzc +dyC +oUI +iUp +tZi +esE +vuP +owB +rWk +xwb +vPf +lcX +mPL +mPL +mPL +wfJ +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +dhe +eFT +wKJ +pwO +wYg +njL +duM +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(13,1,1) = {" +xUq +ylZ +ylZ +ylZ +ylZ +tNO +xHr +hfR +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xUq +vPf +tQd +hUH +jmq +hfF +hfz +tNi +dyC +oUI +iUp +tQd +rrE +wak +wak +hTY +tQd +vPf +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +rrf +njL +njL +rrf +njL +njL +uRn +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +hSw +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(14,1,1) = {" +xUq +hql +ylZ +ylZ +ylZ +ylZ +mUD +fTl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xUq +vPf +tQd +hon +jmq +hfF +oid +ldu +dyC +oUI +iUp +tQd +ydA +wwh +wwh +hQw +tQd +vPf +lcX +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +dhe +eFT +wKJ +dhe +njL +njL +uRn +mPL +mPL +mPL +mPL +mPL +mPL +uKO +mpC +mpC +wKJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(15,1,1) = {" +xUq +ylZ +ylZ +jGo +ylZ +ylZ +mUD +fTl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xUq +vPf +tZi +esE +jxb +nyO +nyO +nyO +nyO +rKW +rWk +xwb +fku +wwh +wwh +yjb +tQd +vPf +lcX +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +qkb +rrf +njL +njL +rrf +njL +njL +uRn +mPL +mPL +mPL +wfJ +fAh +fAh +uRn +njL +njL +rrf +jEV +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(16,1,1) = {" +jKJ +ylZ +ohL +ylZ +nql +ylZ +mUD +fTl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xUq +vPf +tQd +jcn +iUp +hon +iUp +xZQ +lfc +iUp +jcn +tQd +vLF +rNj +qzK +dJV +tQd +vPf +lcX +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +dhe +eFT +wKJ +dhe +wYg +njL +uRn +mPL +fAh +wfJ +mPL +mPL +wfJ +uRn +njL +njL +rrf +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(17,1,1) = {" +xUq +lxW +ylZ +gsF +ylZ +ylZ +kch +mSW +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xUq +vPf +eJM +hic +hic +hic +hic +hic +hic +hic +hic +vup +hic +hic +hic +hic +dxF +vPf +lcX +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +duM +njL +njL +uRn +mPL +mPL +mPL +rXa +mPL +mPL +uRn +eRL +rJn +uRn +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(18,1,1) = {" +xUq +mhm +ylZ +hql +ylZ +ylZ +mUD +qcM +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xUq +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +lcX +mPL +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +wfJ +uRn +njL +njL +uRn +mPL +mPL +wfJ +mPL +mPL +mPL +uRn +njL +njL +uRn +mPL +fAh +mPL +wfJ +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +wfJ +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +pXS +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(19,1,1) = {" +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +lcX +fAh +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +pgB +njL +njL +uRn +mPL +wfJ +mPL +mPL +lto +mPL +uRn +njL +njL +uRn +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +hSw +wfJ +mPL +oTy +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +ahI +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(20,1,1) = {" +bOR +eJo +eJo +eJo +eJo +eJo +eJo +eJo +eJo +eJo +eJo +ksJ +eJo +eJo +eJo +eJo +eJo +eJo +eJo +eJo +eJo +eJo +fuj +xUq +eJo +eJo +eJo +eJo +xUq +fFH +fFH +fFH +fFH +xUq +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +dhe +eFT +wKJ +dhe +wYg +njL +pgB +mPL +mPL +fAh +mPL +mPL +fAh +pgB +njL +njL +pgB +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +fAh +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(21,1,1) = {" +vNb +kYO +xRp +xRp +xRp +aZR +tBx +ryo +ryo +ryo +eCs +cHZ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tWz +vNb +fzD +uYh +uYh +mfp +qdY +wJA +uYh +uYh +uYh +tWz +lcX +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +rrf +njL +njL +rrf +njL +njL +wIx +eFT +mpC +mpC +mpC +wKJ +hdH +vaX +ioe +ioe +hdH +jEz +jEz +jEz +veL +jEz +jEz +jEz +vaX +tlf +mPL +mPL +cVV +cVV +cVV +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(22,1,1) = {" +vNb +jWb +gDq +gDq +gDq +xJG +xPP +gDq +gDq +gDq +uVh +cHZ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tWz +vNb +fAR +uYh +uYh +mpW +qdY +wMc +sWK +sWK +dRR +tWz +lcX +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +dhe +eFT +wKJ +dhe +njL +njL +jga +uPA +uPA +xAa +xAa +xAa +lES +dil +tcz +tcz +ltZ +qwb +xAa +uky +rkr +vHd +fjf +njL +rrf +mPL +mPL +mPL +ilE +ilE +ilE +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(23,1,1) = {" +vNb +jWb +gDq +gDq +gDq +xJG +xPP +gDq +gDq +gDq +uVh +cHZ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tWz +vNb +lEF +wgm +uYh +uYh +qdY +uYh +sWK +sWK +sWK +tWz +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +rrf +njL +njL +rrf +njL +njL +jga +vGw +xAa +xAa +wcf +wcf +wcf +wcf +tcz +tcz +lov +qJM +xAa +gms +rkr +tZG +njL +njL +wIx +cCw +mPL +mPL +eZg +ilE +ilE +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +xNP +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +rLL +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(24,1,1) = {" +vNb +jWb +gDq +gDq +gDq +xJG +xPP +gDq +gDq +gDq +uVh +cHZ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tWz +vNb +fMQ +uYh +uYh +mpW +qdY +wSE +sWK +sWK +dRR +tWz +lcX +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +dhe +eFT +wKJ +dhe +wYg +njL +jga +hTW +xAa +wcf +kia +kia +kia +lrE +tcz +tcz +lov +abo +qLM +aND +sEj +vaX +rrf +hdH +iMk +mPL +mPL +mPL +ghW +ghW +ghW +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(25,1,1) = {" +vNb +dYH +ppb +ppb +ppb +ijg +oZc +wfy +wfy +wfy +qKG +cHZ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tWz +vNb +fTE +uYh +uYh +mfp +qdY +xfx +uYh +uYh +uYh +tWz +lcX +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +wfJ +duM +njL +njL +jga +mly +xAa +wcf +kia +kia +kia +mwG +tcz +tcz +lov +pBo +knf +rkr +aMD +fjf +njL +paH +pwO +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jEO +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(26,1,1) = {" +hjB +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +xUq +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +uSZ +xUq +fFH +fFH +fFH +fFH +xUq +fFH +fFH +fFH +fFH +xUq +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +uRn +njL +njL +pwO +lmc +xAa +xAa +xAa +xAa +fYA +xAa +tcz +tcz +lov +kbU +msU +pwO +pSy +njL +njL +iDS +duM +bpL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(27,1,1) = {" +vNb +kuc +kuc +kuc +kuc +fUB +kuc +kuc +kuc +kuc +tYg +qdY +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +tWz +vNb +geV +uYh +uYh +mMq +cHZ +wJA +uYh +uYh +uYh +tWz +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +uRn +njL +njL +cpE +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +jcG +uAq +njL +njL +iDS +uRn +bpL +mPL +mPL +mPL +mPL +kdH +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(28,1,1) = {" +vNb +kuc +wgZ +bGJ +kuc +kuc +fUB +wgZ +kuc +egx +kuc +qdY +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +tWz +vNb +gqp +uYh +uYh +npl +qdY +wMc +sWK +sWK +dRR +tWz +lcX +mPL +mPL +wfJ +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +wfJ +uRn +njL +njL +cpE +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +aaN +njL +njL +iDS +uRn +bpL +mPL +mPL +mPL +mPL +kdH +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(29,1,1) = {" +vNb +pYu +kuc +kuc +tYg +kuc +kuc +fUB +kuc +kuc +iwj +qdY +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +tWz +vNb +gFR +uYh +uYh +uYh +qdY +uYh +sWK +sWK +sWK +tWz +lcX +mPL +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +pgB +njL +njL +wIx +xDT +tcz +jKH +wfG +uPA +tcz +wKz +ejr +wfG +tcz +tcz +wAy +wIx +pSy +njL +njL +iDS +uRn +qwX +mPL +mPL +mPL +mPL +ilE +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(30,1,1) = {" +vNb +kuc +kuc +kuc +mIb +kuc +kuc +kuc +fUB +kuc +kuc +qdY +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +tWz +vNb +hcI +uYh +uYh +nqk +qdY +wSE +sWK +sWK +dRR +tWz +lcX +mPL +mPL +mPL +wfJ +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +aND +jEz +jEz +pUb +aDO +aDO +mKI +vaX +fRk +hdH +veL +vaX +dVm +hdH +jEz +pUb +meY +tcz +nUz +rkr +uZU +njL +njL +xia +uRn +qwX +mPL +mPL +mPL +mPL +kdH +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(31,1,1) = {" +vNb +kuc +nFJ +kuc +kuc +kuc +liA +tYg +kuc +fUB +wgZ +qdY +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +tWz +vNb +hOV +uYh +uYh +mMq +qdY +xfx +uYh +uYh +uYh +tWz +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +jga +sfT +oxv +jga +jcp +njL +jga +njL +njL +njL +jga +amx +pFs +dVm +jeT +pBn +pUb +lZI +aND +iMk +njL +njL +njL +iDS +uRn +qwX +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(32,1,1) = {" +hjB +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +xUq +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +uSZ +xUq +wCK +wCK +wCK +wCK +xUq +fFH +fFH +fFH +fFH +xUq +lcX +mPL +mPL +fAh +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +jga +njL +njL +jga +njL +kmG +jga +njL +njL +njL +jga +amx +ezB +hdH +jEz +eUA +iMk +njL +mKI +iMk +uvI +njL +njL +iDS +uRn +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(33,1,1) = {" +vNb +hkl +taF +ofJ +urQ +mzK +oYL +urQ +gir +taF +hkl +qdY +lGr +lGr +lGr +lGr +lGr +lGr +lGr +ceM +lGr +lGr +tWz +jyD +jyD +wID +wID +wID +wID +wID +wID +wID +jyD +jyD +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +jga +njL +njL +jga +jcp +njL +jga +njL +njL +njL +jga +veR +pFs +dVm +jeT +pBn +iMk +xpe +mKI +iMk +neM +njL +njL +iDS +uRn +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(34,1,1) = {" +vNb +pZz +nbx +bLJ +urQ +wbY +wbY +urQ +tNn +nbx +pZz +qdY +lGr +bvP +lGr +lGr +lGr +beF +lGr +lGr +kBB +lGr +tWz +jyD +jyD +wID +kVg +kVg +kVg +kVg +kVg +wID +jyD +jyD +lcX +aND +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +pUb +eFT +wKJ +aND +vaX +eFT +mpC +mpC +mpC +wKJ +hdH +jEz +xug +bst +hJf +jga +cNr +cNr +jga +djG +njL +dgj +jga +pvQ +pFs +hdH +jEz +eUA +iMk +njL +mKI +iMk +pSy +njL +njL +iDS +pgB +mPL +mPL +oTy +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(35,1,1) = {" +vNb +hkl +taF +ofJ +urQ +qyT +qyT +urQ +gir +taF +hkl +qdY +lGr +lGr +lGr +lGr +lGr +lGr +lGr +lGr +lGr +lGr +tWz +wID +wID +wID +gLF +gLF +gLF +gLF +gLF +wID +wID +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +jga +njL +njL +jga +qaK +kzK +mRa +mHZ +tcz +rUg +vqH +qrv +qrv +xAa +hYv +jga +jcp +njL +jga +njL +njL +njL +jga +pvQ +pFs +dVm +jeT +pBn +iMk +xpe +mKI +iMk +aMD +ulb +ulb +kzj +wIx +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(36,1,1) = {" +vNb +pZz +nbx +bLJ +urQ +wbY +wbY +urQ +tNn +nbx +pZz +qdY +lGr +lGr +vgV +lGr +kBB +lGr +lGr +lGr +beF +lGr +tWz +wID +hQm +jYX +sgM +sgM +sgM +sgM +sgM +kXa +yix +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +jga +njL +njL +jga +mpH +lgJ +mRa +mHZ +tcz +nNz +uFB +tcz +tcz +xAa +xAa +jga +njL +hDv +jga +njL +njL +njL +jga +pvQ +ezB +hdH +veL +eUA +iMk +njL +mKI +eUA +veL +veL +veL +jEz +xug +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(37,1,1) = {" +vNb +hkl +taF +ofJ +urQ +wLK +rym +urQ +gir +taF +hkl +qdY +lGr +lGr +lGr +lGr +lGr +lGr +bvP +lGr +lGr +ceM +tWz +wID +hQm +jYX +sgM +nFE +sgM +nFE +sgM +kXa +yix +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +jga +njL +njL +jga +mpH +iUr +mRa +mHZ +tcz +szw +voL +tcz +tcz +xAa +xAa +jga +njL +njL +jga +njL +njL +njL +jga +pFs +pFs +fEa +mKI +sEj +xug +lZI +jHb +sEj +eUA +eUA +iMk +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(38,1,1) = {" +hjB +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +xUq +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +uSZ +wID +hQm +jYX +sgM +sgM +pLi +sgM +sgM +kXa +yix +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +jga +njL +ayZ +pwO +mhA +mHZ +mHZ +tcz +tcz +nJf +uHi +tcz +tcz +xAa +xAa +pwO +mfF +njL +jga +vED +vED +vED +jga +exo +exo +aND +xug +mew +txu +wNT +txu +dZk +jHb +eUA +iMk +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(39,1,1) = {" +vNb +pwt +ofK +ofK +rgo +ptj +ptj +vfS +fnD +fnD +uMJ +qdY +aVK +aVK +aVK +aVK +aVK +aVK +aVK +aVK +aVK +aVK +tWz +wID +hQm +jYX +sgM +nFE +sgM +nFE +sgM +kXa +yix +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +lVz +oYZ +oYZ +oYZ +jga +njL +njL +adO +xAa +xAa +xAa +xAa +xAa +xAa +xAa +xAa +xAa +xAa +xAa +tEG +njL +njL +mKI +jEz +jEz +jEz +sEj +jEz +jEz +iMk +mew +txu +ecl +oil +ecl +txu +dZk +mKI +iMk +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(40,1,1) = {" +vNb +sJq +ofK +ofK +rgo +iky +mCJ +mCJ +mCJ +mCJ +gcY +qdY +aVK +eoM +rUZ +aVK +ngv +uYP +uYP +uYP +qwM +aVK +tWz +wID +hQm +jYX +sgM +sgM +sgM +sgM +sgM +kXa +yix +wID +lcX +jHb +jEz +jEz +jEz +jEz +jEz +jEz +pUb +kgi +hdH +jEz +jEz +xug +njL +njL +adO +nSq +xAa +xAa +xAa +nSq +svp +nSq +xAa +xrZ +xAa +nSq +tEG +njL +njL +jga +vCX +qYY +sbD +sbD +qYY +vCX +rkr +txu +ecl +oil +jPQ +oil +ecl +txu +mKI +iMk +six +fAh +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(41,1,1) = {" +vNb +sJq +ofK +ofK +rgo +nkD +eRB +eRB +eRB +eRB +qdy +qdY +aVK +tLV +rUZ +aVK +qDz +ggK +ggK +ggK +hue +aVK +tWz +wID +wID +kuo +fjV +fjV +fjV +fjV +fjV +kuo +wID +wID +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +jga +qaB +gAu +njL +oOA +njL +njL +njL +mKI +vaX +hzJ +kST +hzJ +hdH +jEz +jEz +jEz +jEz +jEz +jEz +pUb +njL +hDv +jga +cIb +raO +raO +raO +raO +cIb +rkr +wNT +oil +nuM +qkE +trk +oil +vfm +mKI +iMk +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(42,1,1) = {" +vNb +sJq +ofK +ofK +rgo +rCL +tYw +tYw +tYw +tYw +wLv +qdY +aVK +aDk +rUZ +aVK +vgG +ksl +ksl +ksl +hXB +aVK +tWz +wID +wID +kQX +lfj +lfj +lfj +lfj +lfj +kQX +ntO +wID +lcX +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +jga +xyg +njL +njL +njL +ewW +njL +njL +jga +iCh +njL +njL +njL +uQl +jcl +eyW +flI +ssS +qqs +vCX +jga +njL +njL +jga +qUv +raO +raO +raO +raO +fVG +rkr +txu +vBi +oil +nkq +oil +vBi +txu +mKI +iMk +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(43,1,1) = {" +vNb +sJq +ofK +ofK +vzU +ptj +ptj +vfS +fnD +fnD +uMJ +qdY +aVK +aVK +aVK +aVK +aVK +aVK +aVK +aVK +aVK +aVK +tWz +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +wID +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +pwO +sFg +pHj +iOl +aND +jEz +vaX +iXv +pwO +jcp +slM +slM +njL +njL +bln +raO +raO +raO +raO +aND +xug +kwI +njL +jHb +veL +vaX +lEu +lEu +hdH +veL +iMk +fUw +txu +vBi +oil +vBi +txu +uwY +mKI +iMk +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +aal +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +pEo +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(44,1,1) = {" +hjB +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +xUq +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +uSZ +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +wID +lcX +mPL +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +jga +vSa +axw +njL +slF +njL +slM +slM +slM +njL +jMl +dnq +hBC +raO +ehc +pwO +qFH +njL +njL +iCh +pwO +raO +raO +raO +xnY +mKI +eUA +pUb +fUw +txu +wNT +txu +uwY +aND +eUA +iMk +hSw +fAh +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +hvA +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(45,1,1) = {" +vNb +kQd +kQd +kQd +kQd +kQd +kQd +kQd +kQd +kQd +kQd +cHZ +iDt +jat +jat +jat +dts +tYq +hNx +hNx +hNx +mOM +tWz +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +wID +lcX +mPL +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +jga +snW +njL +njL +ibN +njL +slM +slM +slM +njL +nuC +rzl +eMv +raO +raO +eab +njL +njL +njL +njL +pGR +raO +raO +raO +wXO +mKI +sEj +sEj +jEz +jEz +veL +jEz +jEz +sEj +sEj +iMk +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(46,1,1) = {" +vNb +kQd +aRV +kQd +kQd +kQd +kQd +kQd +kQd +aRV +kQd +cHZ +iDt +jat +qeT +ojW +llk +jyA +ojW +nTc +hNx +mOM +tWz +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +wID +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +jga +wfo +uai +njL +slF +njL +slM +slM +slM +njL +scl +bXF +kQS +raO +ehc +wIx +qFH +njL +njL +iCh +wIx +hrp +raO +raO +tlo +rkr +rAz +rAz +wXx +fHN +rkr +afn +bky +sfT +wDG +jga +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(47,1,1) = {" +vNb +kQd +kQd +kQd +kQd +aRV +aRV +kQd +kQd +kQd +kQd +cHZ +mkS +ojW +qeT +ojW +llk +jyA +vZD +nTc +ojW +vyE +tWz +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +gnk +lcX +mPL +mPL +mPL +mPL +mPL +fAh +mPL +wIx +sFg +pHj +iOl +jHb +jEz +vaX +ibA +wIx +xpe +slM +slM +njL +njL +bln +raO +raO +raO +raO +jHb +pUb +jcp +njL +aND +xug +vcL +raO +uZb +oiI +rkr +rAz +rAz +wPJ +fHN +rkr +djx +njL +wPJ +ceq +jga +fAh +fAh +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +hxr +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(48,1,1) = {" +vNb +kQd +aRV +kQd +kQd +kQd +kQd +kQd +kQd +aRV +kQd +cHZ +pKw +bNs +qeT +ojW +llk +jyA +ojW +nTc +jSz +uYF +tWz +wID +wID +vUE +vUE +vUE +qny +qny +vUE +vUE +qIa +gnk +lcX +mPL +mPL +mPL +fAh +mPL +mPL +mPL +jga +qaB +njL +njL +njL +qPd +njL +njL +jga +iCh +njL +njL +njL +pot +jcl +eyW +cEI +thL +ccC +vCX +jga +njL +hDv +jga +msY +raO +raO +xZI +oiI +rkr +rAz +fHN +iWh +rAz +rkr +djx +njL +njL +giz +jga +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(49,1,1) = {" +vNb +kQd +kQd +kQd +kQd +kQd +kQd +kQd +kQd +kQd +kQd +cHZ +pKw +bNs +bNs +bNs +dOJ +uPW +jSz +jSz +jSz +uYF +tWz +wID +wID +vUE +vUE +vUE +qJV +xuX +vUE +vUE +qIa +ibP +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +jga +xyg +fso +njL +tPs +njL +njL +njL +mKI +vaX +gMh +oyd +gMh +hdH +jEz +jEz +jEz +jEz +jEz +jEz +xug +njL +njL +jga +ccC +raO +raO +thL +qpS +rkr +rAz +rAz +rAz +rAz +rkr +djx +djx +njL +cIF +jga +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +arb +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(50,1,1) = {" +hjB +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +xUq +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +uSZ +wID +wID +vUE +vUE +vUE +qny +qny +vUE +vUE +qIa +kTJ +lcX +aND +jEz +jEz +jEz +jEz +jEz +jEz +xug +qHw +hdH +jEz +jEz +pUb +njL +njL +adO +xAa +xAa +xAa +dks +xAa +vIb +xAa +xAa +iwc +xAa +xAa +enf +njL +njL +jga +ssS +raO +raO +xZI +tgm +rkr +fHN +wPJ +rAz +rAz +rkr +djx +hSy +uSb +dzB +jga +hSw +fAh +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(51,1,1) = {" +vNb +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +cHZ +nJs +nJs +nJs +nJs +nJs +nJs +nJs +djn +tFo +gEV +tWz +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +fKp +oYZ +oYZ +oYZ +jga +njL +njL +adO +xAa +xAa +xAa +xAa +xAa +xAa +xAa +xAa +xAa +xAa +xAa +enf +njL +njL +jga +qqs +xEm +raO +oCK +fsa +rkr +eFT +wKJ +aXG +riL +pwO +jvr +hdH +jEz +jEz +iMk +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(52,1,1) = {" +vNb +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +cHZ +nJs +mGg +nJs +nJs +rcx +nJs +nJs +djn +tFo +gEV +tWz +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +jga +njL +ayZ +wIx +aQT +tcz +tcz +vHp +sNE +xAa +xAa +gyc +ard +gyc +tcz +wIx +njL +hDv +mKI +jEz +vaX +dxO +hdH +jEz +iMk +jFM +njL +njL +njL +pRZ +njL +biT +iiz +sfT +jga +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(53,1,1) = {" +vNb +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +cHZ +nJs +nJs +nJs +nJs +nJs +nJs +nJs +djn +tFo +gEV +tWz +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +jga +njL +njL +jga +jIe +tcz +tcz +daV +sNE +xAa +xAa +gyc +ard +gyc +tcz +jga +njL +njL +jga +rvl +dfd +vcx +dfd +itg +rkr +njL +njL +njL +njL +njL +rJn +duM +njL +lUT +jga +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(54,1,1) = {" +vNb +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +cHZ +nJs +sOk +nJs +nJs +nJs +rPa +nJs +djn +tFo +gEV +tWz +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +jga +njL +njL +jga +smG +tcz +tcz +qTE +sNE +xAa +xAa +gyc +ard +gyc +tcz +jga +jcp +njL +jga +mIO +vcx +bxc +vcx +jIg +mKI +jEz +jEz +jEz +pUb +njL +njL +aci +wKJ +hdH +iMk +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(55,1,1) = {" +vNb +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +cHZ +nJs +nJs +nJs +nJs +nJs +nJs +nJs +djn +tFo +gEV +tWz +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +jga +njL +njL +jga +puq +svW +cLr +gri +sNE +xAa +xAa +puq +meL +puq +tcz +jga +njL +hDv +jga +fuo +vcx +vcx +vcx +cri +rkr +sMH +qHX +eMx +jga +njL +njL +biT +szy +sfT +jga +mPL +mPL +fAh +hSw +six +fAh +fAh +six +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(56,1,1) = {" +hjB +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +xUq +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +uSZ +wID +wID +kQX +lfu +lfu +lfu +lfu +lfu +kQX +gag +wID +lcX +jHb +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +xug +eFT +wKJ +mKI +jEz +jEz +jEz +jEz +pUb +njL +rJn +aND +jEz +jEz +jEz +iMk +mfF +njL +jga +pOd +fbu +gly +jNo +iPX +rkr +qgZ +njL +dvF +pwO +njL +rJn +duM +njL +lUT +jga +mPL +wfJ +mPL +wfJ +mPL +mPL +mPL +wfJ +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(57,1,1) = {" +vNb +rIO +rIO +rIO +rIO +rIO +rIO +rIO +rIO +rIO +rIO +cHZ +dip +axN +axN +axN +hez +rFc +kPB +kPB +kPB +wyn +tWz +wID +wID +kuo +fjV +fjV +fjV +fjV +fjV +kuo +wID +wID +lcX +mPL +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +mPL +jga +psG +lZo +psG +iCh +pwO +uQh +njL +pwO +qOI +qOI +qOI +jga +njL +tsP +jHb +jEz +jEz +jEz +jEz +jEz +xug +wto +njL +njL +pKk +njL +njL +aci +wKJ +hdH +iMk +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(58,1,1) = {" +vNb +rIO +hyI +rIO +rIO +rIO +rIO +rIO +rIO +hyI +rIO +cHZ +ixH +jOT +jOT +jOT +onh +nrS +jOT +jOT +jOT +dSe +tWz +wID +spy +jYX +oKD +oKD +oKD +oKD +oKD +kXa +ipG +wID +lcX +mPL +mPL +mPL +mPL +dBD +mPL +mPL +mPL +fAh +mPL +mPL +mPL +mPL +dBD +aND +xug +fbQ +fbQ +fbQ +njL +feD +njL +njL +njL +njL +njL +njL +jga +njL +njL +mJI +njL +njL +sOd +njL +njL +tRF +njL +njL +dGO +wIx +njL +njL +biT +iiz +sfT +jga +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(59,1,1) = {" +vNb +rIO +rIO +rIO +rIO +rIO +rIO +rIO +rIO +rIO +rIO +cHZ +ixH +jOT +jOT +jOT +onh +nrS +jOT +jOT +jOT +dSe +tWz +wID +spy +jYX +oKD +nfZ +oKD +nfZ +oKD +kXa +ipG +wID +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +mPL +jga +eKf +njL +njL +njL +njL +feD +njL +njL +njL +njL +njL +rJn +jga +mfF +njL +mJI +njL +njL +mIk +njL +njL +tRF +njL +xAW +pZQ +jga +njL +rJn +riL +njL +lUT +jga +mPL +hSw +mPL +fAh +mPL +mPL +wfJ +hSw +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(60,1,1) = {" +vNb +rIO +hyI +rIO +rIO +rIO +rIO +rIO +rIO +hyI +rIO +cHZ +ixH +jOT +jOT +jOT +onh +nrS +jOT +jOT +jOT +dSe +tWz +wID +spy +jYX +oKD +oKD +qRD +oKD +oKD +kXa +ipG +wID +lcX +mPL +mPL +dBD +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +jga +jNu +njL +njL +njL +njL +feD +njL +njL +njL +njL +njL +njL +jga +iSV +iSV +aND +veL +jEz +jEz +jEz +jEz +jEz +veL +jEz +jEz +sEj +jEz +jEz +jEz +jEz +jEz +iMk +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(61,1,1) = {" +vNb +rIO +rIO +rIO +rIO +rIO +rIO +rIO +rIO +rIO +rIO +cHZ +lhP +bQG +bQG +bQG +avY +sRJ +urk +urk +urk +iyW +tWz +wID +spy +jYX +oKD +nfZ +oKD +nfZ +oKD +kXa +ipG +wID +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +dBD +mPL +mPL +fAh +mPL +mPL +mPL +jga +jPz +tPs +njL +tPs +rJn +wIx +njL +rJn +wIx +qOI +qOI +qOI +jga +tcz +wAy +mKI +xug +oVg +bag +lwT +wsG +rhz +jga +wOq +lnX +aPu +gTr +kiB +oNW +ygF +qhl +jga +mPL +wfJ +mPL +mPL +mPL +mPL +wfJ +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(62,1,1) = {" +hjB +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +xUq +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +uSZ +wID +spy +jYX +oKD +oKD +oKD +oKD +oKD +kXa +ipG +wID +lcX +mPL +mPL +mPL +mPL +mPL +dBD +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +mKI +jEz +jEz +jEz +jEz +jEz +iMk +vfe +kWQ +mKI +jEz +jEz +jEz +iMk +tcz +tcz +jga +iEl +dFP +dFP +dFP +dFP +por +jga +jRu +pFs +vWR +pFs +pFs +pFs +pFs +gii +jga +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(63,1,1) = {" +vNb +gJe +ncA +ncA +ncA +ncA +sDx +sDx +sDx +sDx +jJB +cHZ +fLf +aNh +aNh +aNh +aNh +hZZ +hZZ +hZZ +hZZ +qfU +tWz +wID +wID +wID +gLF +gLF +gLF +gLF +gLF +wID +wID +wID +lcX +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +dBD +mPL +mPL +dBD +mPL +mPL +jga +jPz +njL +njL +njL +rJn +pwO +njL +rJn +pwO +wZp +giR +mtJ +jga +mgy +wAy +pwO +pxF +dFP +dFP +dFP +dFP +vyk +jga +aVe +kbg +jwy +kbg +vMX +pFs +pFs +iDU +jga +mPL +mPL +fAh +mPL +wfJ +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(64,1,1) = {" +vNb +shO +dYF +dYF +dYF +dYF +dYF +dYF +dYF +dYF +qPc +cHZ +ipv +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +kzG +tWz +jyD +jyD +wID +lgX +lgX +lgX +lgX +lgX +wID +jyD +jyD +lcX +mPL +mPL +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +mPL +jga +jNu +njL +njL +njL +njL +eKo +njL +njL +yjq +njL +njL +rJn +jga +mpH +tcz +lKj +tcz +tcz +tcz +tcz +tcz +tcz +pwO +fpT +ooB +xlx +kEs +vEc +pFs +pFs +ndb +jga +mPL +mPL +wfJ +mPL +mPL +mPL +wfJ +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(65,1,1) = {" +vNb +shO +dYF +dYF +dYF +dYF +dYF +dYF +dYF +dYF +qPc +cHZ +ipv +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +kzG +tWz +xUq +xUq +wID +wID +wID +wID +wID +wID +wID +xUq +xUq +lcX +mPL +mPL +mPL +dBD +mPL +mPL +dBD +mPL +mPL +mPL +mPL +dBD +mPL +mPL +jga +eKf +njL +njL +njL +njL +eKo +njL +njL +yjq +njL +njL +njL +jga +mpH +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +kaJ +pFs +pFs +pFs +pFs +pFs +pFs +pFs +asG +jga +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(66,1,1) = {" +vNb +shO +dYF +dYF +dYF +dYF +dYF +dYF +dYF +dYF +qPc +cHZ +ipv +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +kzG +tWz +xUq +hRW +rLk +rLk +nUb +rtp +wCx +foN +kgG +fcL +xUq +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +mPL +mPL +mPL +mPL +dBD +jHb +pUb +rht +rht +rht +njL +eKo +njL +njL +yjq +njL +njL +rJn +jga +pCl +qqR +gzA +aMo +nZn +pdP +gzA +jYQ +sGP +wIx +pFs +pFs +pFs +pFs +pFs +pFs +pFs +skb +jga +mPL +mPL +hSw +mPL +mPL +mPL +ohq +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(67,1,1) = {" +vNb +lDH +pAl +pAl +pAl +pAl +ctn +ctn +ctn +ctn +sss +cHZ +gOu +ezi +ezi +ezi +ezi +pml +pml +pml +pml +nOx +tWz +xUq +fuq +tpg +tpg +tpg +tpg +tpg +tpg +tpg +uGN +xUq +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +jga +wax +xgb +wax +iCh +wIx +tPs +rJn +wIx +rSR +giR +hnI +jga +odP +uti +rdj +lWN +uPA +pjo +yae +vKh +kIf +jga +sTX +nKW +sTX +kjC +gTh +fxa +coD +ndb +jga +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +aGy +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(68,1,1) = {" +vTR +wCK +wCK +wCK +wCK +wCK +wCK +wCK +wCK +wCK +wCK +ssz +wCK +wCK +wCK +wCK +wCK +wCK +wCK +wCK +wCK +wCK +jvg +xUq +bKE +tpg +tpg +fBO +rxw +nGC +uty +pZv +nhS +xUq +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +jHb +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +sEj +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +sEj +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +xug +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(69,1,1) = {" +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +swv +tpg +tpg +eSj +rBD +mNM +cYJ +pFW +bjW +xUq +jyD +jyD +jyD +jyD +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +xoS +xoS +xoS +xoS +kID +kID +kID +kID +kID +xoS +xoS +kID +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(70,1,1) = {" +xUq +txn +aZe +aZe +aZe +aZe +aZe +iic +iic +xUq +xUq +mpD +rtB +mpD +xUq +mpD +rtB +mpD +xUq +mpD +rtB +mpD +xUq +xUq +olF +tpg +tpg +tpg +tpg +tpg +tpg +tpg +pkT +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +vKY +vKY +dkl +gXj +dGH +fiK +fiK +gXj +xoS +nSw +kIj +oeN +xoS +mDD +mDD +mDD +mDD +mDD +mDD +kID +xoS +smW +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(71,1,1) = {" +xUq +irV +aZe +aZe +aZe +aZe +aZe +aZe +iic +xUq +xUq +pst +rtB +fva +xUq +pst +rtB +fva +xUq +pst +rtB +fva +xUq +xUq +jmK +tpg +tpg +izb +rCQ +qyL +pVF +etk +qxD +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +pKX +pKX +pKX +gXj +eeN +fiK +fOf +gXj +kID +nrv +qAW +qAW +xoS +qAW +qAW +qAW +qAW +qAW +qAW +xoS +qAW +qAW +qAW +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +aad +njW +njW +njW +njW +adR +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(72,1,1) = {" +xUq +dol +aZe +aZe +aZe +aZe +aZe +aZe +iic +xUq +xUq +mpD +rtB +mpD +xUq +mpD +rtB +mpD +xUq +mpD +rtB +mpD +xUq +xUq +qZR +tpg +tpg +tBD +sog +bZZ +wOK +sCI +cYU +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +uYp +pKX +pKX +dEq +eDg +fjA +gXj +gXj +xoS +fGT +qAW +qAW +piw +qAW +qAW +qAW +qAW +qAW +qAW +igW +qAW +qAW +qAW +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(73,1,1) = {" +xUq +sRB +aZe +aZe +aZe +aZe +aZe +aZe +iic +xUq +xUq +xUq +fgC +xUq +xUq +xUq +fgC +xUq +xUq +xUq +fgC +xUq +xUq +xUq +htZ +tpg +tpg +tpg +tpg +tpg +tpg +tpg +hen +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +pKX +pKX +pKX +gXj +gXj +gXj +gXj +gXj +xoS +fGT +qAW +qAW +xoS +qAW +qAW +dAs +fGT +qAW +fEx +xoS +smW +xoS +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +aHs +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(74,1,1) = {" +xUq +mPw +aZe +aZe +aZe +aZe +aZe +iic +iic +xUq +xUq +ets +hCF +ets +xUq +ets +hCF +ets +xUq +ets +hCF +ets +xUq +xUq +pDg +tpg +tpg +dyv +sFo +irj +dzo +xAM +gIN +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +pKX +pKX +qTB +gXj +gXj +gXj +gXj +gXj +xoS +tlX +qfe +pHT +kID +qAW +qAW +fGT +fGT +qAW +qAW +qAW +qAW +vLs +kID +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +hbO +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(75,1,1) = {" +xUq +xUq +xUq +xUq +aZe +aZe +xUq +xUq +xUq +xUq +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +ets +xUq +dZO +tpg +tpg +bue +tmi +mUB +jVp +aJn +wby +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +pKX +pKX +pKX +gXj +eIt +eIt +fWB +gXj +xoS +xoS +kID +xoS +xoS +qAW +qAW +fGT +fGT +qAW +qAW +qAW +qAW +vLs +kID +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(76,1,1) = {" +xUq +ets +hCF +hCF +hCF +hCF +hCF +hCF +hCF +vhk +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +ets +xUq +uTd +tpg +tpg +tpg +tpg +tpg +tpg +tpg +yhS +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +pKX +pKX +pKX +dGv +eNw +eNw +gmR +gXj +kID +fEx +qAW +qAW +qAW +qAW +qAW +qAW +qAW +qAW +qAW +qAW +qAW +vLs +kID +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(77,1,1) = {" +xUq +ets +hCF +hCF +hCF +hCF +hCF +hCF +hCF +vhk +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +ets +xUq +std +tpg +tpg +lNy +tqn +lof +oCZ +tbv +bSc +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +lqJ +pKX +pKX +gXj +eWw +eNw +gva +gXj +xoS +qAW +qAW +qAW +fbe +qAW +qAW +qAW +qAW +qAW +qAW +qAW +qAW +cDm +kID +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(78,1,1) = {" +xUq +ets +hCF +hCF +hCF +hCF +hCF +hCF +hCF +vhk +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +ets +xUq +kvU +tpg +tpg +bBX +tJM +tVF +gVd +iBQ +fdm +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +pKX +pKX +pKX +gXj +eXh +fBQ +fWB +gXj +xoS +qAW +qAW +fGT +fGT +fbe +qAW +qAW +qAW +qAW +qAW +qAW +qAW +cDm +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(79,1,1) = {" +xUq +xUq +xUq +xUq +aZe +aZe +xUq +xUq +xUq +xUq +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +ets +xUq +mJv +tpg +tpg +tpg +tpg +tpg +tpg +tpg +vTC +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +pKX +pKX +qTB +gXj +gXj +gXj +gXj +gXj +xoS +qAW +xlW +fGT +fGT +fbe +qAW +qAW +qAW +qAW +qAW +xoS +kID +xoS +kID +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(80,1,1) = {" +xUq +epr +epr +epr +aZe +aZe +epr +epr +epr +xUq +xUq +ets +hCF +hCF +xUq +ets +hCF +ets +xUq +ets +hCF +ets +xUq +xUq +fXF +tpg +tpg +hAZ +uer +hQs +eGQ +syH +xIK +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +brx +jyD +jyD +jyD +jyD +gXj +pKX +pKX +pKX +gXj +eIt +eIt +fWB +gXj +xoS +qAW +qAW +fGT +fGT +fbe +qAW +qAW +qAW +qAW +qAW +iXH +dKN +dKN +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(81,1,1) = {" +xUq +qUw +qUw +qUw +aZe +aZe +qUw +qUw +qUw +xUq +xUq +xUq +fgC +xUq +xUq +xUq +fgC +xUq +xUq +xUq +fgC +xUq +xUq +xUq +inp +tpg +tpg +nYs +stD +rUx +uJJ +gbp +uQp +xUq +jyD +jyD +jyD +gXj +gXj +gXj +gXj +gXj +gXj +buC +gXj +gXj +gXj +gXj +gXj +pKX +pKX +pKX +dGv +eNw +eNw +gmR +gXj +xoS +qAW +qAW +qAW +fbe +qAW +qAW +qAW +qAW +qAW +qAW +iXH +qAW +qAW +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(82,1,1) = {" +xUq +qUw +qUw +qUw +aZe +aZe +qUw +qUw +qUw +xUq +xUq +mpD +rtB +mpD +xUq +mpD +rtB +mpD +xUq +mpD +rtB +mpD +xUq +xUq +isK +tpg +tpg +tpg +tpg +tpg +tpg +tpg +tpg +xUq +xUq +xUq +xUq +gXj +dxr +iMC +dxr +fpk +pKX +pKX +pKX +bEL +cPc +pKX +pKX +pKX +pKX +pKX +gXj +eWw +eNw +gva +gXj +kID +fEx +qAW +qAW +qAW +qAW +qAW +qAW +qAW +qAW +qAW +lIO +qAW +qAW +kID +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(83,1,1) = {" +xUq +qUw +qUw +qUw +aZe +aZe +qUw +qUw +qUw +xUq +xUq +pst +rtB +fva +xUq +pst +rtB +fva +xUq +pst +rtB +fva +xUq +xUq +lCb +tpg +tpg +tpg +tpg +tpg +tpg +tpg +tpg +xUq +nCr +qOL +xUq +gXj +bDQ +qvz +aVF +gXj +ijL +pKX +pKX +pKX +pKX +pKX +pKX +pKX +pKX +pKX +gXj +eXh +fBQ +fWB +gXj +kID +xoS +kID +xoS +kID +qAW +qAW +fGT +fGT +qAW +qAW +iXH +qAW +qAW +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(84,1,1) = {" +xUq +pbA +pbA +pbA +aZe +aZe +pbA +pbA +fqe +xUq +xUq +mpD +rtB +mpD +xUq +mpD +rtB +mpD +xUq +mpD +rtB +mpD +xUq +xUq +knq +kDp +lmC +pjY +eRH +ygK +xXe +tpg +tpg +xUq +tpg +cpC +xUq +gXj +fNO +gXj +gXj +gXj +pKX +pKX +pKX +pKX +pKX +pKX +pKX +pKX +pKX +qTB +gXj +gXj +gXj +gXj +gXj +kID +qAW +qAW +qAW +kID +qAW +qAW +fGT +fGT +qAW +qAW +iXH +dKN +dKN +kID +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(85,1,1) = {" +xUq +pbA +gHj +aZe +aZe +aZe +aZe +gHj +cQQ +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +eSq +eSq +xUq +tpg +uzy +xUq +gXj +bDQ +mIq +aYx +jrw +bDQ +bDQ +bDQ +bZG +bZG +bZG +lWK +pKX +pKX +pKX +gXj +eIt +eIt +fWB +gXj +xoS +qAW +qAW +qAW +kID +qAW +qAW +fGT +fGT +qAW +fEx +xoS +xoS +xoS +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(86,1,1) = {" +xUq +pbA +tnx +aZe +aZe +aZe +aZe +tnx +pbA +xUq +aEe +rtB +aEe +xUq +aMO +cHF +cHF +cHF +cHF +cHF +cHF +cHF +aMO +xUq +jeA +kKc +lnj +pqC +ufB +piN +xUq +tpg +tpg +xUq +tpg +mwa +xUq +gXj +bDQ +aBv +bmW +gXj +bvW +bDQ +bDQ +clX +clX +cWL +lWK +pKX +pKX +pKX +dGv +eNw +eNw +gmR +gXj +kID +qAW +mgR +qAW +piw +qAW +qAW +qAW +qAW +qAW +qAW +igW +qAW +qAW +qAW +wed +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(87,1,1) = {" +xUq +xUq +xUq +xUq +bmO +bmO +xUq +xUq +xUq +xUq +aEe +rtB +aEe +xUq +aXk +arh +arh +arh +arh +arh +arh +arh +aXk +xUq +wiz +tpg +tpg +tpg +tpg +tpg +eSq +tpg +tpg +eSq +tpg +rfl +xUq +gXj +bDQ +gXj +gXj +gXj +gTB +bDQ +bDQ +cnM +cRR +dbc +lWK +pKX +pKX +pKX +gXj +eWw +eNw +gva +gXj +kID +qAW +qAW +qAW +xoS +qAW +qAW +qAW +qAW +qAW +qAW +xoS +qAW +qAW +qAW +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +vru +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(88,1,1) = {" +xUq +aZe +aZe +aZe +aZe +aZe +aZe +aZe +ajr +xUq +aEe +rtB +aEe +xUq +aXk +arh +arh +arh +arh +arh +arh +arh +aXk +xUq +fsd +tpg +tpg +tpg +tpg +tpg +eSq +tpg +tpg +eSq +tpg +kNk +xUq +gXj +bDQ +aKp +bne +gXj +nnr +bDQ +bDQ +cMS +fBM +fBM +lWK +lIE +fGU +qTB +gXj +eXh +fBQ +fWB +gXj +xoS +qAW +qAW +qAW +xoS +pbl +pbl +pbl +pbl +pbl +pbl +xoS +kID +xoS +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(89,1,1) = {" +xUq +fdk +cCR +aZe +aZe +aZe +aZe +aZe +bbX +xUq +aEe +rtB +aEe +xUq +aXk +arh +arh +arh +arh +arh +arh +arh +aXk +xUq +iJd +nOO +vzX +xYb +upL +pbI +xUq +tpg +tpg +xUq +juL +nIO +xUq +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +xoS +xoS +xoS +xoS +xoS +kID +xoS +kID +xoS +kID +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +ozD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(90,1,1) = {" +xUq +jjA +kXq +ved +tav +aZe +aZe +aZe +ckB +xUq +aEe +rtB +aEe +xUq +arh +arh +arh +cHF +arh +cHF +arh +arh +arh +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +eSq +eSq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(91,1,1) = {" +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +fgC +xUq +xUq +arh +arh +arh +ctP +arh +ctP +arh +arh +arh +xUq +sQw +sQw +sQw +psf +uGr +xUq +tpg +tpg +tpg +tpg +tpg +tpg +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(92,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +buD +arh +arh +arh +arh +arh +arh +arh +buD +xUq +iid +kPT +lqe +tpg +tpg +eSq +tpg +tpg +tpg +tpg +tpg +tpg +eSq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(93,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +buD +arh +arh +arh +arh +arh +arh +arh +buD +xUq +tpg +tpg +tpg +tpg +tpg +eSq +tpg +tpg +tpg +tpg +tpg +tpg +eSq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(94,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +buD +arh +arh +arh +arh +arh +arh +arh +buD +xUq +tpg +tpg +tpg +tpg +tpg +xUq +xUq +xUq +eSq +xUq +xUq +xUq +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(95,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +aMO +ctP +ctP +ctP +ctP +ctP +ctP +ctP +aMO +xUq +tpg +tpg +tpg +tpg +tpg +xUq +nGO +mmI +tpg +qBc +bie +jfH +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(96,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +gZh +kRS +lxj +tpg +tpg +xUq +mWK +tpg +tpg +pCb +tpg +iGd +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(97,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +bXt +arh +arh +arh +arh +arh +arh +arh +arh +xUq +fYa +fYa +fYa +tpg +tpg +xUq +tub +tpg +tpg +pCM +tpg +geL +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(98,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +bXt +arh +arh +arh +cHF +cHF +cHF +cHF +arh +xUq +xUq +xUq +xUq +hnU +xUq +xUq +cst +tpg +tpg +tpg +tpg +goP +xUq +bWl +bWl +ovJ +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(99,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +ctP +ctP +cHF +arh +cKr +cKr +cKr +cKr +arh +xUq +lbQ +iru +lKO +tpg +van +xUq +fpr +tpg +tpg +tpg +tpg +kDF +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +iEI +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(100,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +ctP +ctP +cKr +arh +arh +arh +arh +arh +arh +xUq +rLk +tpg +tpg +tpg +vlb +xUq +gaV +rOQ +tpg +soX +gRt +jYJ +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +iBH +"} +(101,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +ctP +ctP +arh +arh +arh +arh +arh +arh +arh +xUq +kqD +tpg +tpg +tpg +vKb +xUq +xUq +xUq +eSq +xUq +xUq +xUq +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +bSk +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(102,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +ctP +ctP +cLD +arh +arh +arh +arh +arh +arh +xUq +uTy +tpg +tpg +tpg +tpg +xUq +sao +pal +tpg +sSo +nkf +iOe +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +abH +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(103,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +ctP +ctP +cVo +arh +cLD +cLD +cLD +cLD +arh +xUq +oHf +tpg +tpg +tpg +wkc +xUq +dAK +tpg +tpg +tpg +tpg +tpg +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(104,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +bXt +arh +arh +arh +cVo +cVo +cVo +cVo +arh +xUq +lUs +tpg +tpg +tpg +wIS +xUq +hCT +tpg +tpg +pcd +tpg +wrO +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(105,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +bXt +arh +arh +arh +arh +arh +arh +arh +arh +xUq +fEu +bBn +pkN +pyW +fEu +xUq +rVZ +cOg +veV +qkt +cnx +mKQ +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(106,1,1) = {" +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(107,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +axm +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(108,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(109,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(110,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(111,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(112,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(113,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(114,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(115,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(116,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(117,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tXH +vaj +taf +uoL +lHA +jyD +jyD +jyD +tXH +vaj +taf +uoL +lHA +jyD +"} +(118,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +wxZ +wxZ +wxZ +wxZ +wxZ +wxZ +wxZ +wxZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iLB +nOF +rBR +iRo +vHV +jgZ +bJA +jyD +iLB +nOF +kec +iRo +vHV +jgZ +bJA +"} +(119,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +wxZ +riT +oEi +oRT +pfB +qDg +qDg +pfB +oRT +oEi +tIZ +wxZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +aQI +jhh +kVI +pVo +kVI +vcj +lia +jyD +aQI +ijy +kVI +dgY +kVI +vcj +lia +"} +(120,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +lDs +oAF +oEt +qDg +pgJ +qDg +qDg +pgJ +qDg +pYy +qdx +lDs +tIZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cth +lSd +kVI +xCr +kVI +rnO +fFT +jyD +cth +fLE +kVI +xCr +kVI +rnO +fFT +"} +(121,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +lDs +lDs +lDs +oHr +qDg +qDg +qDg +qDg +qDg +qDg +pZL +lDs +lDs +lDs +tIZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jgy +kxj +kVI +bVa +kVI +ozO +iqu +jyD +jgy +qXw +kVI +vnF +kVI +ozO +iqu +"} +(122,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +ohS +lDs +opJ +oAK +oIg +qDg +qDg +qDg +qDg +qDg +qDg +qcp +oAK +qsJ +lDs +ohS +tIZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iVp +dBz +iOE +xoc +iOE +lxo +dUX +jyD +iVp +dBz +iOE +xoc +iOE +lxo +dUX +"} +(123,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +stT +stT +stT +stT +qDg +qDg +qDg +qDg +qDg +qDg +qDg +qDg +qDg +qDg +stT +stT +stT +stT +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +mAQ +wdp +sVA +khP +ist +jyD +jyD +jyD +mAQ +wdp +sVA +khP +ist +jyD +"} +(124,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +nIc +krY +hgF +oqW +stT +stT +qDg +qDg +qDg +qDg +qDg +qDg +stT +stT +omh +oIH +qPX +pSB +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(125,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +shN +shN +shN +shN +omh +oIH +stT +stT +stT +stT +stT +stT +omh +pSB +shN +shN +shN +shN +tIZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tXH +vaj +taf +uoL +lHA +jyD +jyD +jyD +tXH +vaj +taf +uoL +lHA +jyD +"} +(126,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +stT +stT +stT +stT +oRT +shN +shN +qDg +qDg +qDg +qDg +qDg +qDg +shN +shN +oRT +stT +stT +stT +stT +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iLB +nOF +hFH +iRo +vHV +jgZ +bJA +jyD +iLB +nOF +ueG +iRo +vHV +jgZ +bJA +"} +(127,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +wxZ +wxZ +wxZ +wxZ +wxZ +rbx +jyD +jyD +jyD +jyD +xvO +nIc +nPM +omh +nIc +stT +stT +stT +qDg +qDg +qDg +qDg +qDg +qDg +stT +stT +stT +oBA +pSB +oqW +aNa +xvO +jyD +jyD +jyD +jyD +dqw +wxZ +wxZ +wxZ +wxZ +wxZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +aQI +ulZ +kVI +cCy +kVI +vcj +lia +jyD +aQI +nmy +kVI +mbp +kVI +vcj +lia +"} +(128,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +jFy +uiW +pHf +uiW +lKT +veF +veF +jyD +jyD +jyD +xvO +shN +shN +shN +shN +pSB +oBA +oqW +stT +stT +stT +stT +stT +stT +pSB +aNa +hgF +shN +shN +shN +shN +xvO +jyD +jyD +jyD +veF +veF +thb +tWj +unC +tWj +uOr +tIZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cth +cGp +kVI +xCr +kVI +gur +fFT +jyD +cth +oIl +kVI +xCr +kVI +rnO +fFT +"} +(129,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +jtt +mVv +wwc +wwc +wwc +vQj +kEe +veF +veF +jyD +jyD +xZJ +qDg +qDg +qDg +qDg +shN +oBG +shN +qDg +qDg +qDg +qDg +qDg +qDg +shN +shN +shN +qDg +qDg +qDg +qDg +xZJ +jyD +jyD +veF +veF +sNs +vVh +vVh +vVh +vVh +vVh +isY +tIZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jgy +qgT +kVI +aFj +kVI +ozO +iqu +jyD +jgy +fdn +kVI +jFI +kVI +ozO +iqu +"} +(130,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +jhp +nqO +jFZ +wwc +wwc +wwc +vQj +mkc +nrJ +veF +veF +veF +veF +pfB +pfB +oRT +qDg +qDg +qDg +qDg +qDg +qDg +phv +puv +qDg +qDg +qDg +qDg +qDg +qDg +oRT +pfB +pfB +veF +veF +veF +veF +oCg +vVh +uOx +onZ +uom +pUB +uOx +vVh +vMy +tIZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iVp +dBz +iOE +xoc +iOE +lxo +dUX +jyD +iVp +dBz +iOE +xoc +iOE +lxo +dUX +"} +(131,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +iFw +joi +jtK +jGQ +wwc +wwc +wwc +vQj +mkf +wwc +mZl +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +oYE +oYE +veF +veF +oYE +oYE +veF +veF +veF +veF +veF +veF +veF +veF +vVh +vVh +rSv +vVh +vVh +tkk +wzV +upB +pLz +uQu +vVh +vVh +isY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +mAQ +wdp +sVA +khP +ist +jyD +jyD +jyD +mAQ +wdp +sVA +khP +ist +jyD +"} +(132,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +iGV +wwc +juf +wwc +wwc +wwc +wwc +vQj +mkf +wwc +hLQ +veF +jyD +jyD +veF +veF +veF +veF +veF +aAA +jnQ +wwc +wwc +nsF +pwg +wwc +wwc +ugB +aAA +veF +veF +veF +veF +veF +rms +rsE +rBz +vaO +vVh +vVh +vVh +tXX +pvh +uFa +vVh +vVh +vVh +vWN +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(133,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +iIJ +wwc +wwc +wwc +wwc +wwc +wwc +wwc +knx +wwc +pVy +veF +veF +veF +veF +qpw +rxp +pLV +otJ +jvL +vQj +wwc +wwc +pjz +eFy +wwc +wwc +pXI +jvL +qtI +qDR +qQU +uEN +veF +veF +veF +veF +veF +spt +vVh +vVh +tXX +onZ +uFa +vVh +vVh +vVh +wcl +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(134,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +iIV +jop +jrZ +hMK +wwc +wwc +wwc +vQj +mlt +nFY +veF +veF +uEN +nxP +wwc +wwc +xcy +wwc +xUD +aEO +vQj +wwc +wwc +nwJ +pwW +wwc +wwc +pXI +qdC +nxX +wwc +wwc +qZw +cLA +rmG +rsL +veF +veF +veF +vVh +vVh +tXX +pvh +uFa +vVh +vVh +vVh +oJr +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(135,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +vGv +vGv +juo +pXI +wwc +wwc +wwc +rje +kEe +veF +qpw +pje +jvL +tqu +hRV +wwc +wwc +wwc +bPo +tqu +vQj +wwc +wwc +wRd +pxe +wwc +wwc +pXI +qeA +cLA +wwc +kWm +qdC +oua +wwc +xcy +erl +rUh +veF +vVh +vVh +vVh +vVh +vVh +vVh +vVh +vVh +isY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(136,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +uIh +joR +mxE +jHp +hMK +wwc +wwc +wwc +kSA +mGf +wwc +wwc +wwc +wwc +wwc +uEN +ngp +wwc +ovW +wwc +vQj +wwc +wwc +nwJ +pyu +wwc +wwc +pXI +wwc +wwc +wwc +wwc +wwc +rlj +wwc +wwc +xUD +rWg +xcy +sQv +vVh +vVh +vVh +vVh +uYq +dkV +vVh +tWj +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(137,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +uIh +uIh +uIh +jHs +wwc +wwc +wwc +veF +mmx +rje +wwc +wwc +ngp +uEN +wwc +xUD +kWm +wwc +wwc +wwc +vQj +wwc +wwc +gAP +pwg +wwc +wwc +pXI +wwc +tko +mBa +pje +wwc +wwc +wwc +uEN +cLA +saI +mVv +wwc +veF +vVh +vVh +vVh +uZf +uFa +vVh +oCg +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(138,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xZJ +iKj +uIh +uIh +uIh +kbD +kEe +kSA +wwc +wwc +wwc +rje +wwc +ngY +nxX +wwc +tqu +opl +wwc +wwc +wwc +vQj +wwc +wwc +pkV +pzt +wwc +wwc +pXI +ovW +oua +nxX +wwc +wwc +wwc +wwc +wwc +ovW +mVv +wwc +wwc +jUg +sQv +vVh +uFj +tiP +vVh +vVh +oJr +xZJ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(139,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +udp +uIh +jMf +mxE +veF +wwc +hMK +wwc +wwc +wwc +rje +tqu +nzi +erl +erl +erl +xcy +vQj +lUG +lUG +wwc +wwc +wwc +wwc +wwc +wwc +lUG +lUG +pXI +uEN +erl +xcy +qZw +jvL +wwc +mVv +wwc +wwc +wwc +rcV +xcy +veF +veF +uZr +vvt +vMK +veF +veF +veF +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(140,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +uIh +uIh +veF +juC +wwc +wwc +hMK +wwc +wwc +wwc +rje +wwc +wwc +vQj +lUG +lUG +lUG +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +lUG +lUG +lUG +pXI +rlI +rnU +mVv +wwc +wwc +wwc +rcV +wwc +tqu +uqR +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(141,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +veF +veF +pje +wwc +erl +wwc +hMK +wwc +wwc +wwc +rje +lUG +lUG +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +lUG +lUG +mVv +wwc +wwc +wwc +rcV +wwc +erl +aEO +usK +veF +veF +veF +veF +wgK +wyS +wNv +wUM +xlZ +xOp +veF +veF +veF +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(142,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +kdE +mBa +wwc +jQL +kjt +wwc +hMK +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +rcV +mBa +wwc +wwc +ubs +wwc +uHY +veF +veF +veF +whE +uZN +uZN +uZN +uZN +uZN +ygw +uZN +uZN +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(143,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +wxZ +wxZ +wxZ +wxZ +wxZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +kei +kEO +wwc +xUD +tqu +wwc +wwc +hMK +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +rcV +wwc +opl +qZw +wwc +wwc +wwc +uIl +veF +veF +veF +wmM +wzd +kCK +wVf +uZN +uZN +uZN +uZN +uZN +vZH +jyD +jyD +jyD +jyD +jyD +jyD +bAQ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(144,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +wxZ +riT +fjI +hjl +hjl +hjl +fjI +tIZ +wxZ +lYG +jyD +jyD +jyD +jyD +veF +veF +veF +veF +keA +kEQ +wwc +uEN +mnV +vQj +lUG +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +lUG +sxL +sRQ +xcy +wwc +uuz +jvL +veF +veF +veF +veF +veF +veF +veF +xmU +uZN +uZN +uZN +ccG +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(145,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dqw +wxZ +riT +fjI +uaY +gMB +hjl +hjl +hjl +rsf +uaY +fjI +tIZ +lYG +jyD +jyD +jyD +veF +veF +veF +xcy +wwc +wwc +wwc +wwc +vQj +lUG +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +aAA +oTp +aAA +wwc +wwc +aAA +oTp +aAA +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +lUG +pXI +wwc +wwc +tko +nxX +vaO +veF +veF +won +wAv +wAv +wVM +uZN +uZN +uZN +uZN +uZN +vZH +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(146,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +veF +ezE +uaY +uaY +uaY +uaY +uaY +uaY +uaY +uaY +uaY +uaY +ezE +xZJ +jyD +jyD +jyD +veF +veF +veF +uEN +wwc +tqu +wwc +vQj +lUG +wwc +wwc +wwc +wwc +wwc +wwc +wwc +erl +qjR +wxZ +wxZ +hSC +hSC +rbx +plJ +plJ +pIX +hSC +wxZ +wxZ +wxZ +lYG +erl +wwc +wwc +wwc +wwc +wwc +wwc +wwc +lUG +pXI +wwc +kWm +wwc +ver +veF +veF +uZN +uZN +uZN +uZN +uZN +uZN +uZN +uZN +mSo +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(147,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +duF +yfA +kjL +uaY +uaY +uaY +dlx +fDu +hyA +uaY +dlx +fDu +hyA +uaY +veF +veF +veF +veF +veF +veF +veF +veF +tqf +xUD +tko +wwc +vQj +wwc +wwc +wwc +wwc +wwc +wwc +wwc +erl +qjR +lnV +xiw +bsQ +bUG +oWa +cFi +qDg +qDg +dcD +oWa +bUG +bsQ +xiw +tIZ +lYG +erl +wwc +wwc +wwc +wwc +wwc +wwc +wwc +pXI +wwc +wwc +qZw +qdC +veF +veF +uZN +uZN +uZN +uZN +uZN +uZN +ygW +vCS +rIH +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(148,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +wxZ +wxZ +wxZ +wxZ +arf +veF +tkG +ugn +veF +uaY +uaY +uaY +uaY +uaY +uaY +uaY +uaY +uaY +uaY +uaY +veF +tkG +ydI +veF +tkG +ydI +veF +veF +jPu +kjq +cue +vQj +lUG +wwc +wwc +wwc +wwc +wwc +wwc +aAA +qjR +lnV +jyD +xvO +bMW +oKU +oXT +cFi +qDg +qDg +dcD +oXT +rST +bMW +xvO +jyD +tIZ +lYG +aAA +wwc +wwc +wwc +wwc +wwc +wwc +lUG +sxL +mBa +ngY +veY +veF +veF +wpY +wpY +wpY +wWC +uZN +uZN +uZN +uZN +mNz +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(149,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +tGu +ebh +tGu +tGu +cos +veF +veF +veF +veF +eBL +eBL +veF +fnq +xKa +ghC +gGT +fjI +fnq +xKa +hfk +veF +eLm +yfA +veF +eLm +yfA +veF +juC +wwc +wwc +wwc +vQj +wwc +wwc +wwc +wwc +wwc +wwc +wwc +qjR +lnV +jyD +jyD +xvO +bMW +bXY +oZu +cFi +qDg +qDg +dcD +rfc +bXY +bMW +xvO +jyD +jyD +tIZ +lYG +wwc +wwc +wwc +wwc +wwc +wwc +wwc +sYp +uvQ +uvQ +uvQ +vwJ +veF +veF +veF +veF +veF +xni +uZN +uZN +uZN +hTB +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(150,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +aVj +bai +bai +bai +chW +bai +veF +duF +yfA +kjL +hjl +hjl +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +kjL +veF +veF +kjL +veF +pje +wwc +wwc +wwc +vQj +wwc +wwc +wwc +wwc +wwc +wwc +erl +xvO +jyD +jyD +jyD +xvO +oCr +bMW +bMW +daG +qDg +qDg +pKK +bMW +bMW +qfy +xvO +jyD +jyD +jyD +xvO +erl +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +vMT +uZN +uZN +uZN +wWX +uZN +uZN +uZN +uZN +nyD +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(151,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +aHX +pMV +pMV +bAl +pMV +pMV +aHX +veF +tkG +ugn +veF +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +veF +jvL +jQL +kjt +arz +vQj +wwc +wwc +wwc +wwc +wwc +wwc +qjR +lnV +jyD +jyD +jyD +xvO +oCw +bMW +coa +bXY +oXT +pAk +pLq +coa +bMW +oCw +xvO +jyD +jyD +jyD +tIZ +lYG +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +vMT +uZN +uZN +uZN +wWX +uZN +uZN +yhy +aSD +efz +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(152,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +tue +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +arf +xvO +pMV +pMV +pMV +pMV +pMV +pMV +cpK +veF +veF +veF +veF +hjl +hjl +qds +hjl +hjl +qds +hjl +hjl +hjl +hjl +hjl +qds +hjl +hjl +qds +hjl +hjl +veF +uEN +jRw +kjw +wwc +vQj +wwc +wwc +wwc +wwc +wwc +wwc +xvO +jyD +jyD +jyD +jyD +xvO +oCw +bMW +coa +phr +pmM +pDL +msd +coa +bMW +oCw +xvO +jyD +jyD +jyD +jyD +xvO +wwc +wwc +wwc +wwc +wwc +wwc +ubS +lUG +lUG +lUG +bsp +veF +wqK +wFH +wPr +veF +uZN +uZN +uZN +uZN +uZN +fyH +buo +uZN +buo +buo +uZN +buo +uZN +buo +uZN +veF +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(153,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +tue +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +tGu +xvO +aIN +aWd +pMV +bAy +pMV +ckg +crq +veF +duF +yfA +kjL +hjl +hjl +veF +veF +kjL +veF +veF +kjL +veF +veF +kjL +veF +veF +kjL +veF +veF +kjL +veF +xcy +jSE +wwc +wwc +kSQ +lLK +lLK +mHq +lLK +lLK +erl +xvO +jyD +jyD +jyD +jyD +xZJ +oCw +bMW +bMW +bMW +bMW +bMW +bMW +bMW +bMW +oCw +xZJ +jyD +jyD +jyD +jyD +xvO +erl +rEo +rEo +spW +rEo +rEo +sxL +wwc +wwc +wwc +wwc +veF +jpm +uZN +uZN +veF +uZN +uZN +uZN +uZN +uZN +jVT +kYQ +ggH +ggH +aRC +aRC +lju +lju +quo +quo +veF +veF +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(154,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +tGu +pMV +xvO +pMV +pMV +pMV +pMV +pMV +pMV +pMV +veF +tkG +ugn +veF +hjl +hjl +veF +ugn +yfA +veF +ugn +yfA +veF +ugn +yfA +veF +ugn +yfA +veF +ugn +yfA +veF +veF +veF +veF +veF +veF +wYz +wYz +veF +wYz +wYz +qjR +lnV +jyD +jyD +jyD +jyD +veF +veF +oMk +pbS +rZx +bMW +bMW +pLE +pVm +oMk +veF +veF +jyD +jyD +jyD +jyD +tIZ +lYG +mWs +mWs +veF +mWs +mWs +veF +wwc +wwc +wwc +ryi +veF +veF +veF +veF +veF +xps +xOV +uZN +uZN +uZN +xba +kYQ +ggH +ggH +aRC +aRC +lju +lju +quo +quo +veF +jyD +veF +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(155,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +pMV +pMV +pMV +xvO +pMV +pMV +pMV +bBg +pMV +pMV +pMV +veF +veF +veF +veF +hjl +hjl +veF +tkG +pIm +veF +tkG +pIm +veF +tkG +pIm +veF +tkG +pIm +veF +tkG +pIm +veF +aAA +jUg +wwc +kGa +veF +lPh +lUG +nHg +lUG +lUG +xvO +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +veF +xIA +xIA +veF +veF +veF +veF +jyD +jyD +jyD +jyD +jyD +jyD +xvO +rFn +rFn +sso +sRT +tlV +veF +loD +bqa +xcy +wwc +veF +olP +olP +olP +olP +olP +olP +uZN +uZN +uZN +jVT +kYQ +ggH +ggH +aRC +aRC +lju +lju +quo +quo +veF +jyD +jyD +veF +veF +jyD +jyD +jyD +jyD +jyD +jyD +"} +(156,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +gtq +pMV +nXm +pMV +xvO +pMV +pMV +pMV +pMV +pMV +pMV +pMV +veF +duF +yfA +kjL +hjl +hjl +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +jwT +wwc +wwc +wwc +kVm +wwc +wwc +wwc +wwc +wwc +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xiw +peg +bMW +bMW +oJW +bMW +aOB +xiw +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +ybJ +ybJ +ybJ +ybJ +tmL +veF +veF +veF +veF +uIu +veF +olP +olP +olP +olP +olP +olP +uZN +uZN +uZN +jVT +kYQ +ggH +ggH +aRC +aRC +lju +lju +quo +quo +veF +jyD +jyD +jyD +veF +veF +jyD +jyD +jyD +jyD +jyD +"} +(157,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pMV +pMV +pMV +pMV +xvO +aOd +vTj +pMV +bDt +pMV +clx +ctN +veF +tkG +ugn +veF +hjl +hjl +veF +tkG +ydI +veF +tkG +ydI +veF +tkG +ydI +veF +tkG +ydI +veF +tkG +ydI +veF +jym +jUn +kkR +kHx +pRk +wwc +hMK +wwc +rcV +hMK +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pfs +bMW +bMW +bMW +bMW +pXf +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +ybJ +sbx +ybJ +rQK +ybJ +veF +uwv +uIu +wwc +wwc +veF +olP +olP +olP +olP +olP +olP +uZN +uZN +uZN +jVT +kYQ +ggH +ggH +aRC +aRC +lju +lju +quo +quo +veF +jyD +jyD +jyD +jyD +veF +veF +jyD +jyD +jyD +jyD +"} +(158,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +gtq +pMV +nXm +pMV +xvO +pMV +pMV +pMV +pMV +pMV +pMV +pMV +veF +veF +veF +veF +eCq +hjl +veF +eLm +yfA +veF +eLm +yfA +veF +eLm +yfA +veF +eLm +yfA +veF +eLm +yfA +veF +pje +wwc +kld +jRw +kVV +vQj +wwc +rcV +mVv +pXI +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +coa +pBW +poE +nnO +pLZ +coa +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +xmH +ybJ +ryN +ybJ +tnf +veF +veF +veF +vfC +ryi +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +jyD +jyD +jyD +"} +(159,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +tue +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pMV +pMV +pMV +pMV +xvO +aOV +pMV +pMV +bJv +pMV +pMV +aOV +veF +duF +yfA +kjL +hjl +hjl +veF +veF +kjL +veF +veF +kjL +veF +veF +kjL +veF +veF +kjL +veF +veF +kjL +veF +jzk +jUn +jzk +jzk +pRk +lPx +lUG +mVv +wwc +pXI +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tIZ +wxZ +wxZ +wxZ +wxZ +wxZ +wxZ +riT +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +ybJ +rQj +ybJ +rQj +tmL +veF +uwv +uIu +wwc +wwc +veF +wCQ +eZS +wCQ +veF +wCQ +eZS +wCQ +veF +wCQ +eZS +wCQ +veF +hld +hld +hld +hld +aoU +cjZ +pgx +ldc +veF +veF +cjZ +cjZ +cjZ +cjZ +veF +jyD +jyD +jyD +"} +(160,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +gtq +pMV +nXm +pMV +xZJ +aPa +aPa +bdA +bJR +bJR +cmZ +elp +veF +tkG +ugn +veF +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +veF +jAi +wwc +knx +wwc +pRk +wwc +wwc +wwc +wwc +wwc +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +ybJ +ybJ +ybJ +ybJ +tmL +veF +veF +veF +vfC +ryi +veF +qpU +cjZ +rEy +veF +qpU +cjZ +rEy +veF +qpU +cjZ +rEy +veF +xtF +xtF +xtF +xtF +gmw +cjZ +cjZ +cjZ +veF +veF +yiM +cjZ +cjZ +yiM +veF +jyD +jyD +jyD +"} +(161,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +tue +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pMV +pMV +pMV +pMV +pMV +pMV +pMV +pMV +pMV +pMV +pMV +cxA +veF +veF +veF +veF +hjl +hjl +hjl +qds +hjl +hjl +hjl +hjl +hjl +qds +hjl +hjl +hjl +hjl +qds +hjl +hjl +veF +jAX +wwc +kph +wwc +pRk +lLK +lLK +mHq +lLK +lLK +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +rFQ +scs +swR +sSY +sSY +veF +uwv +uIu +wwc +wwc +veF +xZL +cjZ +bip +veF +xZL +cjZ +bip +veF +xZL +cjZ +bip +veF +xtF +xtF +xtF +xtF +xaM +cjZ +cjZ +cjZ +veF +veF +cjZ +cjZ +cjZ +cjZ +veF +jyD +jyD +jyD +"} +(162,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +tue +tue +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +gtq +pMV +nXm +pMV +pMV +pMV +pMV +pMV +pMV +kty +pMV +czl +veF +duF +yfA +kjL +hjl +hjl +veF +veF +kjL +veF +veF +kjL +veF +veF +kjL +veF +veF +kjL +veF +veF +kjL +veF +veF +veF +veF +veF +kXs +lSp +lSp +veF +lSp +lSp +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +rJJ +rJJ +veF +rJJ +rJJ +veF +veF +veF +veF +veF +veF +wtB +egq +wtB +veF +wtB +egq +wtB +veF +wtB +egq +wtB +veF +hld +hld +hld +hld +aoU +cjZ +cjZ +edY +veF +veF +yiM +cjZ +cjZ +yiM +veF +veF +jyD +jyD +"} +(163,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +dqw +wxZ +wxZ +arf +veF +veF +veF +veF +bMT +aYS +cnh +veF +veF +tkG +ugn +veF +hjl +hjl +veF +ugn +yfA +veF +ugn +yfA +veF +ugn +yfA +veF +ugn +yfA +veF +ugn +yfA +veF +jyD +veF +veF +kJk +bsY +bsY +bsY +mJm +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +rKI +rFn +swV +rFn +tnq +veF +veF +wCQ +osZ +bip +vNO +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +veF +veF +veF +veF +veF +veF +cjZ +cjZ +pcS +veF +veF +cjZ +cjZ +cjZ +cjZ +veF +veF +jyD +jyD +"} +(164,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +jyD +qjR +arf +ppo +nnH +aRK +aRK +big +bsY +bsY +bsY +cBc +veF +veF +veF +veF +hjl +hjl +veF +tkG +pIm +veF +tkG +pIm +veF +tkG +pIm +veF +tkG +pIm +veF +tkG +pIm +veF +veF +veF +iwu +bsY +bsY +bsY +bsY +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +xmH +ybJ +ybJ +ybJ +toA +veF +veF +uJB +cjZ +cjZ +jFD +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +veF +kFU +wMt +mjS +ecm +wMt +cjZ +cjZ +oyo +veF +veF +yiM +cjZ +cjZ +yiM +veF +veF +jyD +jyD +"} +(165,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +qjR +riT +nnH +ppo +nnH +nnH +nnH +biX +bsY +bsY +bsY +cBc +veF +duF +yfA +kjL +hjl +hjl +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +iLU +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +xmH +ybJ +ybJ +ybJ +toA +veF +veF +wCQ +qpU +xZL +vNO +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +veF +veF +veF +ecm +ecm +veF +cjZ +cjZ +uSl +veF +veF +veF +eWu +eWu +veF +veF +veF +jyD +jyD +"} +(166,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +xZJ +anU +oTM +cmK +nnH +nnH +oTM +bko +bsY +bsY +bsY +cBc +veF +tkG +ugn +veF +hjl +hIe +veF +rDB +fEn +fEn +fEn +fEn +gNc +fxw +hgY +wAK +hxL +uil +hLL +veF +veF +veF +qxF +bsY +bsY +bsY +bsY +bsY +rpb +krt +eBL +eBL +oKr +hsb +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +wxZ +wxZ +wxZ +wxZ +wxZ +rbx +xvO +xmH +ybJ +ybJ +ybJ +tpv +udt +veF +veF +veF +veF +veF +cjZ +cjZ +cjZ +cjZ +xHb +xHb +xHb +cjZ +cjZ +cjZ +cjZ +veF +eka +wMt +cxi +cxi +veF +cjZ +cjZ +aHF +veF +cjZ +cjZ +cjZ +cjZ +cjZ +mGQ +veF +jyD +jyD +"} +(167,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +ajj +apV +uaY +mSB +evU +evU +evU +bkF +bsY +bsY +bsY +cBc +veF +veF +veF +veF +eVl +hjl +veF +fnz +fxw +fxw +fxw +fxw +gQZ +fxw +hiy +fxw +xZq +xZq +pyS +veF +veF +iwu +bsY +bsY +bsY +bsY +bsY +jXk +vKq +lXh +pMV +pMV +jZk +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +wxZ +wxZ +riT +mfy +wZQ +wZQ +wZQ +wZQ +mfy +xvO +xmH +ybJ +ybJ +ybJ +ttV +veF +veF +wCQ +osZ +bip +vNO +cjZ +cjZ +cjZ +cjZ +xHb +xHb +xHb +cjZ +igG +cjZ +wSO +veF +veF +veF +veF +veF +veF +cjZ +cjZ +cjZ +eWu +cjZ +cjZ +cjZ +cjZ +cjZ +oyo +veF +jyD +jyD +"} +(168,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +lTt +uaY +uaY +mSB +jix +jix +jix +bnq +bsY +bsY +bsY +cBc +veF +veF +mEW +mEW +hjl +eTZ +veF +foX +fxw +fxw +fxw +fxw +fxw +fxw +fxw +fxw +hCQ +hOT +hTe +veF +veF +iMg +bsY +bsY +bsY +bsY +kuU +kKH +jXk +ajG +pMV +pMV +ajG +oKr +hsb +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +wjl +wwk +qfK +sFT +sFT +sFT +wKD +wKD +wKD +xvO +xmH +ybJ +ybJ +ybJ +tvm +veF +veF +uJB +cjZ +cjZ +jFD +cjZ +cjZ +cjZ +cjZ +xHb +xHb +xHb +cjZ +cjZ +cjZ +cjZ +ngy +cjZ +rrK +cjZ +eWu +cjZ +cjZ +cjZ +cjZ +veF +cjZ +cjZ +cjZ +cjZ +cjZ +mGQ +veF +jyD +jyD +"} +(169,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +uaY +uaY +avw +avP +hjl +sob +sob +nAB +bsY +bsY +bsY +cBM +veF +veF +dWu +ctJ +hjl +hjl +veF +fpD +fxw +fxw +fxw +fxw +fxw +fxw +fxw +fxw +hDk +hPK +sHg +veF +iLQ +bsY +bsY +bsY +bsY +kKv +krt +kKv +krt +mMP +pMV +pMV +niJ +ajG +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pMa +wjl +wwk +qgY +quB +bOp +sFT +wKD +wKD +wKD +xvO +xmH +ybJ +ybJ +ybJ +tLQ +dNX +veF +wCQ +qpU +xZL +vNO +cjZ +cjZ +cjZ +cjZ +xHb +xHb +xHb +cjZ +igG +cjZ +cjZ +rgw +sgZ +sgZ +sgZ +veF +cjZ +cjZ +cjZ +mGQ +veF +veF +veF +eWu +eWu +veF +veF +veF +veF +jyD +"} +(170,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +mhI +uaY +avw +awl +hjl +sob +sob +nAB +bsY +bsY +bsY +cEG +veF +veF +dSL +emj +hjl +eTZ +veF +fsT +fxw +fxw +fxw +fxw +gUw +fxw +oVl +fxw +xZq +xZq +pyS +veF +iLU +bsY +bsY +bsY +kqa +jXk +jXk +lVR +mph +mNE +pMV +pMV +vKq +lae +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pMo +wjl +wwk +qfK +qvI +qGO +sFT +wKD +wKD +wKD +xZJ +rMD +ybJ +ybJ +ybJ +rpv +rwK +veF +veF +veF +veF +veF +pAJ +cjZ +cjZ +cjZ +xHb +xHb +xHb +cjZ +cjZ +cjZ +cjZ +rgw +dZP +sBP +eKE +veF +cjZ +cjZ +drU +ctX +veF +fTJ +rXg +cjZ +cjZ +wGP +cjZ +dlU +veF +jyD +"} +(171,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +mhI +uaY +uaY +hak +hjl +hjl +hjl +nAB +bsY +bsY +bsY +cEG +veF +veF +uqx +uqx +hjl +hjl +veF +fuE +fGG +hAD +fxw +fxw +gNc +fxw +hgY +wAK +hGI +hPT +hLL +veF +iLU +bsY +bsY +vKq +krt +kKH +lZt +jXk +kqa +mOF +pMV +pMV +vKq +kuU +oKr +hsb +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pNM +wjl +wjl +qhj +qwe +otf +otf +otf +otf +otf +rsX +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +vyF +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +rgw +lxH +mVq +quI +veF +cjZ +cjZ +rcT +rcT +veF +qpz +cjZ +cjZ +cjZ +cjZ +cjZ +dnh +veF +jyD +"} +(172,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +alv +uaY +uaY +xlT +hjl +aTA +hjl +bpg +bsY +bsY +bsY +bsY +cRS +veF +veF +veF +eDV +eBL +veF +veF +veF +veF +gGV +gGV +veF +veF +veF +ezs +veF +veF +veF +veF +iLZ +bsY +bsY +jXk +jXk +kqa +jXk +lXh +kuU +mRu +pMV +pMV +vKq +lXh +rpb +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pOM +wjl +wjl +qka +qxV +otf +qRG +qZM +otf +otf +rsX +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +vyF +cjZ +cjZ +cjZ +wZL +dMS +vFb +yis +ebg +cjZ +cjZ +cjZ +rgw +gFx +oyw +oyw +eWu +cjZ +cjZ +gEE +rcT +veF +npR +cjZ +cjZ +cjZ +cjZ +cjZ +fUi +veF +jyD +"} +(173,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +mhI +uaY +uaY +hak +hjl +hjl +hjl +nAB +bsY +bsY +bsY +bsY +qZF +veF +veF +veF +eJh +eak +veF +qah +qah +qxF +bsY +bsY +qxF +qah +qah +qah +hHF +veF +veF +iwu +bsY +bsY +bsY +ajG +kqa +ajG +kYw +lXr +mrJ +mSR +pMV +pMV +vKq +vKq +vKq +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pPX +wjl +wjl +wtT +fRT +isN +lqD +raL +otf +otf +oTp +kmt +ybJ +ybJ +ybJ +pDS +ugb +uwN +uJO +vhS +mGp +veF +fiR +cjZ +cjZ +vyB +cjZ +cjZ +cjZ +xaM +cjZ +cjZ +cjZ +rgw +sBP +rNH +jYo +veF +oyo +cjZ +obL +uCQ +veF +oyo +wQl +tMl +tMl +tMl +cCP +oyo +veF +jyD +"} +(174,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +mhI +uaY +avw +avP +hjl +sob +sob +nAB +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +rsf +bsY +bsY +bsY +bsY +rsf +pMV +pMV +pMV +pMV +pMV +pMV +pMV +pMV +qUk +qUk +qUk +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pSQ +wjl +wjl +qlU +qyV +otf +qUE +rbV +otf +otf +rsX +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +vyF +cjZ +cjZ +cjZ +vyB +xqL +cjZ +yjg +xaM +cjZ +cjZ +bJB +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +"} +(175,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +uaY +uaY +avw +awo +hjl +sob +sob +nAB +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +rsf +bsY +bsY +bsY +bsY +rsf +pMV +pMV +pMV +pMV +pMV +pMV +pMV +pMV +qUk +nCo +nLg +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pTF +wjl +wjl +qhj +qwe +otf +otf +otf +otf +otf +rsX +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +vyF +cjZ +cjZ +cjZ +vyB +cjZ +gYA +cjZ +xaM +cjZ +cjZ +cjZ +veF +hOj +hSQ +hOj +dTj +rwX +cIq +vxE +xMK +veF +wai +dHz +dHz +dHz +wai +dHz +dHz +wai +veF +"} +(176,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +alW +uaY +uaY +mSB +evU +evU +evU +bkF +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +rsf +bsY +bsY +bsY +bsY +rsf +pMV +pMV +pMV +pMV +pMV +pMV +pMV +pMV +qUk +qUk +qUk +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pMo +wjl +wwk +qfK +qvI +qGO +sFT +wKD +wKD +wKD +xiw +rOi +ybJ +ybJ +ybJ +ouh +uik +veF +veF +veF +veF +veF +cjZ +cjZ +cjZ +vyB +cjZ +kUg +cjZ +oCE +cjZ +cjZ +cjZ +veF +dTj +dTj +dTj +dTj +dTj +dTj +dTj +fcS +veF +cPp +cPp +wai +cPp +cPp +wai +cPp +qaL +veF +"} +(177,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +vGJ +vGJ +uaY +mSB +jix +jix +jix +bnq +bsY +bsY +bsY +bsY +bsY +bsY +qxF +emV +veF +slZ +slZ +slZ +slZ +slZ +slZ +slZ +slZ +mnu +slZ +slZ +hHP +hHP +veF +iwu +bsY +bsY +bsY +jXk +kqa +ajG +kZR +lYn +mrK +mSR +pMV +pMV +vKq +vKq +vKq +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pMa +wjl +wwk +qgY +qzS +bOp +sFT +wKD +wKD +wKD +xvO +xmH +ybJ +ybJ +ybJ +tLQ +dNX +veF +wCQ +osZ +bip +vNO +cjZ +cjZ +cjZ +vyB +cjZ +xPm +cjZ +xaM +cjZ +cjZ +cjZ +veF +dTj +dTj +dTj +dTj +dTj +dTj +dTj +dTj +veF +sMR +hkC +wai +cmf +dkg +wai +cmf +hkC +veF +"} +(178,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tIZ +lYG +aqc +avN +rfP +nnH +nnH +veF +veF +veF +veF +uDP +uDP +veF +veF +veF +veF +veF +dbl +lmi +fvZ +fHd +dbl +lmi +gIz +gVi +dbl +lmi +gIz +nnH +nnH +veF +veF +cBz +bsY +bsY +jZk +rpb +jZk +kqa +kKv +jXk +mNE +pMV +pMV +vKq +kuU +nLK +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tIZ +lYG +wjl +wwk +qfK +sFT +sFT +sFT +wKD +wKD +wKD +xvO +xmH +ybJ +ybJ +ybJ +tvt +veF +veF +uJB +cjZ +cjZ +jFD +cjZ +cjZ +cjZ +vyB +xse +cjZ +ykd +xaM +cjZ +cjZ +cjZ +veF +nHB +dTj +nHB +dTj +dTj +vVx +vVx +vVx +veF +cmf +sMR +wai +rKK +sMR +wai +sMR +sMR +veF +"} +(179,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tIZ +lYG +nnH +ppo +nnH +gsP +veF +nNE +nNE +veF +nnH +nnH +dau +dau +dau +dau +veF +yky +lmi +fwA +fKK +yky +lmi +fwA +vIp +yky +lmi +fwA +nnH +nnH +hYy +rZp +iMg +bsY +bsY +jZk +jZk +krt +mpA +lZe +jXk +mOF +pMV +pMV +vKq +nCV +rBi +foD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tIZ +wxZ +wxZ +qme +mfy +wZQ +wZQ +wZQ +wZQ +mfy +xvO +xmH +ybJ +ybJ +ybJ +tvy +veF +veF +wCQ +qpU +xZL +vNO +cjZ +cjZ +cjZ +vyB +cjZ +cjZ +cjZ +xaM +cjZ +cjZ +cjZ +veF +qzP +qzP +qzP +dTj +dTj +qzP +qzP +qzP +veF +jFl +jFl +wai +jFl +jFl +wai +jFl +jFl +veF +"} +(180,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tIZ +lYG +ppo +gsP +aUH +veF +bqe +bqe +bXC +nnH +nnH +nnH +nnH +nnH +nnH +uDP +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +hYX +rZp +iMg +bsY +bsY +bsY +kuU +jXk +kKH +kqa +jZk +mRu +pMV +pMV +vKq +kuU +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tIZ +wxZ +wxZ +wxZ +wxZ +wxZ +rbx +xvO +xmH +ybJ +ybJ +ybJ +aZO +veF +veF +veF +veF +veF +veF +cjZ +cjZ +cjZ +wZM +xtP +xSJ +ykF +mxk +cjZ +cjZ +cjZ +laO +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +wai +wai +wai +wai +wai +wai +wai +wai +veF +"} +(181,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tIZ +arf +veF +veF +veF +veF +veF +veF +nnH +nnH +nnH +nnH +nnH +nnH +uDP +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +ppo +rZp +qxF +bsY +bsY +bsY +bsY +kKv +ajG +lXh +kqa +kqa +pMV +pMV +niJ +nDL +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +xmH +ybJ +ybJ +ybJ +twG +veF +veF +wCQ +osZ +bip +vNO +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +laO +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +wai +wai +wai +wai +wai +wai +wai +dJi +veF +"} +(182,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +btS +bNp +nnH +nnH +nnH +xZq +pHh +dVb +eod +veF +eUh +xzq +xzq +hjl +nnH +nnH +mfo +mfo +jZW +hjA +hjp +nnH +nnH +qqU +rZp +rZp +iMg +bsY +bsY +bsY +bsY +jZk +jZk +vKq +kKH +pMV +pMV +nkd +rBi +foD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +ruT +xmH +ybJ +ybJ +ybJ +txQ +veF +veF +uJB +cjZ +cjZ +jFD +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +laO +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +wai +wai +wai +wai +wai +wai +wai +aDu +veF +"} +(183,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +nnH +vEY +veF +bXC +veF +veF +veF +veF +xCC +swC +swC +xzq +nnH +nnH +gIP +iCK +vYi +qrr +mfo +nnH +nnH +ieG +ixp +rZp +iwu +bsY +bsY +bsY +bsY +bsY +jZk +jXk +ajG +pMV +pMV +rpb +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +rvG +xmH +ybJ +ybJ +ybJ +tyu +veF +veF +wCQ +qpU +xZL +vNO +cjZ +cjZ +cjZ +xcs +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +veF +qzP +qzP +qzP +uUd +uUd +qzP +qzP +qzP +veF +gqE +wai +wai +wai +wai +wai +wai +gqE +veF +"} +(184,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +btS +bNp +nnH +vEY +veF +xZq +dVK +dVK +dVK +veF +eVl +hjl +swC +xzq +nnH +nnH +gJm +mcv +qNb +qrr +mfo +nnH +nnH +ruq +lPi +rZp +rZp +qxF +bsY +bsY +bsY +bsY +bsY +kqa +lXh +naR +naR +rBi +foD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +oeC +xmH +ybJ +ybJ +ybJ +tyz +veF +veF +veF +veF +veF +veF +noe +lBZ +noe +veF +noe +lBZ +noe +veF +noe +lBZ +noe +veF +kXV +xNg +xso +uUd +uUd +xso +xso +kXV +veF +jmT +jmT +iGg +lnF +lBl +fsI +dCo +sLQ +veF +"} +(185,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +nnH +vEY +veF +xZq +xZq +xZq +xZq +veF +xBN +hjl +swC +xzq +nnH +nnH +mfo +mfo +gWM +hKD +hmw +nnH +nnH +ifq +mcv +iMt +rZp +rZp +iMg +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +wxZ +wxZ +wxZ +wxZ +qme +tIZ +lYG +xmH +ybJ +ybJ +ybJ +tDH +veF +rqj +ygs +ygs +rqj +veF +xZL +cjZ +bip +veF +xZL +cjZ +bip +veF +xZL +cjZ +bip +veF +xso +oVr +oVr +uUd +uUd +oVr +oVr +jIJ +veF +vxZ +wai +wai +wai +dkg +dkg +wai +kYG +veF +"} +(186,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +btS +bNp +nnH +vEY +veF +xZq +dWH +dWH +dWH +veF +eYN +hjl +swC +xzq +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +qrr +hjl +iQV +iQV +rZp +rZp +iwu +bsY +bsY +bsY +bsY +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +qCD +vUb +vUb +qCD +rmc +rbx +xvO +xmH +ybJ +ybJ +ybJ +tEC +veF +rqj +ygs +ygs +rqj +veF +qpU +cjZ +rEy +veF +qpU +cjZ +rEy +veF +qpU +cjZ +rEy +veF +xXH +uUd +uUd +uUd +uUd +uUd +uUd +eZj +veF +yfh +wai +wai +wai +wai +wai +wai +xlt +veF +"} +(187,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +faG +hjl +swC +xzq +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +iie +hjl +iQV +iQV +iQV +rZp +rZp +qxF +bsY +bsY +bsY +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +qow +qDm +pOT +pOT +pOT +pOT +pOT +lWo +rMD +ybJ +ybJ +ybJ +tFM +veF +rqj +ygs +ygs +rqj +veF +wCQ +sqk +wCQ +veF +wCQ +sqk +wCQ +veF +wCQ +sqk +wCQ +veF +wkH +uUd +uUd +xXH +jpb +uUd +uUd +cFt +veF +tcF +wai +mgj +eLi +kPw +hnB +ybZ +fvf +veF +"} +(188,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +bvY +bvY +bvY +bvY +cHw +dgy +sMZ +tqd +nFT +veF +fbv +hjl +swC +xzq +nnH +nnH +mfo +mfo +jZW +hjA +hjp +nnH +nnH +hjl +hjl +hjl +hjl +hjl +jZW +veF +veF +veF +veF +veF +mTV +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +vUb +bwi +xsI +xsI +xsI +xsI +xsI +dKv +ybJ +ybJ +ybJ +ybJ +tJH +veF +veF +uNw +uNw +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +"} +(189,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xiw +xDo +xDo +xDo +xDo +xDo +nnH +nnH +dWZ +wbd +veF +tmb +hjl +swC +xzq +nnH +nnH +gIP +iCK +ugp +qrr +mfo +nnH +nnH +ijP +iCK +iCK +iCK +iCK +vYi +veF +veF +ldk +uaY +msj +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +vUb +bwi +xsI +xsI +xsI +xsI +xsI +dKv +ybJ +ybJ +ybJ +ybJ +yed +veF +ygs +ygs +ygs +vmM +hCD +wuj +cdB +qqY +veF +veF +veF +rjS +tIS +tIS +rjS +veF +vLa +cYu +sFy +veF +hup +foi +vjt +flj +aSN +veF +wHU +vvD +rgL +oAo +wpd +kqr +kqr +kqr +veF +"} +(190,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +bvY +bvY +bvY +bvY +xDo +dhN +nnH +nnH +eoB +veF +fbA +hjl +swC +xzq +nnH +nnH +gJm +mcv +qNb +qrr +mfo +nnH +nnH +ikP +veF +veF +veF +veF +veF +veF +veF +ldq +mbt +muE +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +nNS +bwi +xsI +qVA +rXt +rXt +rXt +oTp +rPX +ybJ +ybJ +ybJ +lkC +veF +uxf +ygs +ygs +ygs +vaA +piH +piH +piH +veF +veF +pWD +ylb +lLT +lLT +lLT +clg +wqy +bjs +bcF +jBn +rTc +rTc +rTc +vPR +qBg +veF +wHp +bjs +lCE +nbD +lUP +lUP +lUP +pJA +veF +"} +(191,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +bvY +bvY +bvY +bvY +xDo +din +nnH +nnH +erc +veF +eVl +hjl +swC +xzq +nnH +nnH +mfo +mfo +gWM +hKD +hmw +nnH +nnH +inB +veF +veF +jqt +jDd +jqt +veF +veF +ldx +uaY +mvA +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qcr +wxZ +rbx +qJE +dqw +rbx +veF +veF +veF +xmH +ybJ +ybJ +ybJ +veF +veF +uyx +ygs +ygs +ygs +vOW +vrk +piH +piH +veF +veF +lPk +bjs +bjs +bjs +bjs +kyn +wqy +bjs +bcF +kbZ +bjs +bjs +bjs +bjs +eAI +veF +veF +veF +clq +veF +veF +veF +veF +veF +veF +"} +(192,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +xDo +xDo +xDo +xDo +xDo +dio +nnH +dZz +lrI +veF +xBN +hjl +hjl +hjl +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +ioN +veF +iSr +jqt +jqt +jqt +iSr +veF +fjI +uaY +mvV +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +jyD +jyD +qKs +jyD +jyD +veF +wdT +rwu +rQj +ybJ +ybJ +ybJ +veF +nSt +ygs +ygs +ygs +ygs +vQA +wvz +wJc +piH +veF +veF +wbG +wqy +tai +tai +tai +kyn +wqy +bjs +bcF +kbZ +tai +tai +tai +bcF +wjb +veF +oNb +eac +lDU +gKV +rcb +gRh +xCT +jkr +veF +"} +(193,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +hhB +oHz +oHz +oHz +xDo +dli +dwX +dZY +ewX +veF +fbH +wmI +fwD +fPu +giA +gHf +nnH +nnH +nnH +nnH +nnH +nnH +nnH +qqU +veF +iSU +iSU +iSU +iSU +iSU +veF +veF +veF +veF +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +jyD +jyD +jyD +jyD +jyD +veF +rod +ybJ +ybJ +ybJ +ybJ +ybJ +veF +xSG +ygs +ygs +ygs +ygs +ygs +ygs +ygs +ygs +veF +veF +ffr +bjs +lBX +tKP +mZi +kyn +wqy +bjs +bcF +kbZ +bNx +aOX +tuM +bjs +hdm +veF +oNb +qMW +lDU +bjs +bjs +bjs +bjs +pwI +veF +"} +(194,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +bwj +vYW +oyb +hwQ +xDo +vYW +xDo +vYW +xvn +veF +veF +veF +veF +veF +veF +veF +tqd +tqd +qEU +qEU +hnN +hIF +hIF +veF +veF +iTG +iTG +iTG +iTG +iTG +kLa +lfA +mcd +mvV +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +jyD +jyD +jyD +jyD +jyD +veF +rst +ybJ +ybJ +ybJ +ybJ +ybJ +tpb +ygs +ygs +ygs +ygs +ygs +ygs +wwf +ygs +ygs +veF +veF +xWc +bjs +uah +aqH +prr +kyn +wqy +bjs +bcF +kbZ +gCW +sBu +eMY +bjs +wHp +veF +oNb +qMW +wCS +fGA +jVm +bjs +bjs +bKF +veF +"} +(195,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xZJ +xDo +xDo +sjC +xDo +xDo +xDo +xDo +xDo +xDo +kyW +xzK +xzK +xzK +xzK +giY +gHs +xzK +xzK +xzK +xzK +hqV +nnH +nnH +ioO +veF +xZq +xZq +xZq +xZq +xZq +kLa +lfY +mde +mAt +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +jyD +jyD +jyD +jyD +jyD +veF +iij +ybJ +ybJ +ybJ +ybJ +ybJ +tpb +ygs +ygs +ygs +ygs +ygs +ygs +ygs +ygs +ygs +veF +veF +wbG +wqy +tai +tai +tai +kyn +wqy +bjs +bcF +kbZ +tai +tai +tai +bcF +bJJ +veF +pkt +nEz +kjB +fuP +mho +bjs +bjs +hmY +veF +"} +(196,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +kyj +kyj +kyj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +kyj +kyj +kyj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +wAN +bOD +bZL +vYW +xDo +xDo +xDo +xDo +xDo +kyW +xzK +xzK +xzK +xzK +gjx +xzK +xzK +xzK +xzK +xzK +hqV +nnH +nnH +ioO +veF +xZq +jqZ +xZq +xZq +kvb +kMR +bsY +bsY +mBi +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +jyD +jyD +jyD +jyD +jyD +veF +sHO +ybJ +ybJ +ybJ +ybJ +dNX +veF +xSG +ygs +ygs +ygs +vEg +vEg +vEg +vEg +vEg +veF +veF +lPk +bjs +bjs +bjs +bjs +kyn +wqy +bjs +bcF +kbZ +bjs +bjs +bjs +bjs +eAI +veF +jUX +nEz +eJk +nKy +bsn +bjs +bjs +bKF +veF +"} +(197,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fBc +iuU +iuU +iuU +kyj +jyD +jyD +jyD +jyD +jyD +kyj +iuU +iuU +iuU +gkl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +kZq +xDo +duQ +xDo +xDo +vYW +xDo +vYW +tho +veF +fcz +xzK +xzK +fXa +gnE +xzK +gJD +oBV +gHR +xzK +veF +nnH +nnH +ioO +veF +iXG +jsp +jsp +jsp +kvb +kLa +lhm +lhm +lhm +mVb +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +jyD +jyD +jyD +jyD +jyD +veF +eqh +ybJ +rQK +ryN +syD +rwK +veF +nSt +uzl +owd +vjT +vFd +vTl +cDn +jcb +wRl +veF +veF +pWD +tED +ijb +ijb +ijb +whn +wqy +bjs +bcF +tXq +kHZ +kHZ +kHZ +dlm +qGK +veF +ulT +nEz +bjs +bjs +bjs +bjs +bjs +pwI +veF +"} +(198,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fBc +iuU +iuU +iuU +iuU +iuU +kyj +kyj +kyj +kyj +kyj +iuU +iuU +iuU +iuU +iuU +gkl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +bmv +dnT +bmv +bmv +bmv +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +bmv +bmv +bmv +bmv +bmv +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +xDo +xDo +gQd +xDo +xDo +dmb +dzV +eed +ezp +veF +fdp +xzK +xzK +fZP +goI +xzK +hQK +hQK +hQK +xzK +veF +nnH +nnH +irI +veF +xZq +xZq +xZq +xZq +kvK +kNm +bsY +bsY +mBp +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +jyD +jyD +jyD +jyD +jyD +veF +tLQ +ybJ +bmp +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +gPt +gPt +gPt +gPt +veF +bjs +bjs +qcb +veF +cCY +qSN +ofb +hLt +aSN +veF +lvs +nEz +bcF +qIt +sca +esx +mnk +gcv +veF +"} +(199,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fBc +iuU +rRT +kez +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +gkl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +bnM +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +vrt +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +bED +yje +vYW +xDo +dnA +diO +xDo +diO +veF +fdp +xzK +xzK +fZP +gqH +xzK +xzK +xzK +xzK +xzK +veF +nnH +nnH +mnf +veF +xZq +xZq +xZq +xZq +xZq +kLa +lkJ +meT +mCp +bsY +bsY +bsY +xZJ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +jyD +jyD +jyD +jyD +jyD +veF +tLQ +ybJ +xmH +veF +qcm +sTL +tJW +uir +veF +qYi +qYi +qYi +qYi +qYi +qYi +wHp +veF +veF +veF +veF +veF +veF +veF +veF +raW +bjs +ygV +veF +veF +veF +veF +veF +veF +veF +hdG +nEz +bcF +lCZ +jiX +tiN +fdz +cNR +veF +"} +(200,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fBc +iuU +ozF +eIW +eIW +iuU +uVp +oyT +vfM +pII +fVo +xCf +rNq +vIn +nTH +sCb +tUp +tUp +iFb +iuU +gkl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +bnM +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +vrt +fxK +fxK +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +mgY +rZf +xoF +fjB +tbB +dAi +veF +fdP +fjS +fjS +gbP +gqU +oyx +gKf +mqj +has +bdk +veF +hIL +tqd +tqd +veF +xZq +xZq +xZq +xZq +xZq +kLa +lmq +uaY +mDm +bsY +bsY +bsY +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +jyD +jyD +jyD +jyD +jyD +veF +iij +ybJ +xmH +veF +bWt +wpu +wpu +eHx +veF +uNK +sMS +sMS +sMS +sMS +sMS +rOy +huo +veF +ila +kZP +ygH +ixk +elZ +veF +bjs +bjs +ffI +veF +mQT +fsp +juj +jkB +iJh +veF +nFj +nEz +bjs +bjs +bjs +bjs +qKY +vEQ +veF +"} +(201,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +glP +eIW +eIW +eIW +iuU +cHq +sjT +sjT +sjT +rxX +sjT +sjT +sjT +hko +iuU +yfi +yfi +yfi +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +auz +auz +auz +byK +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +gwT +gwT +gwT +gwT +gwT +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +byK +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +jyD +jyD +jyD +jyD +jyD +veF +tLQ +ybJ +xmH +veF +eAm +wpu +wpu +wpu +uCq +bjs +bjs +bjs +bjs +bjs +bjs +sMS +xdc +bzH +ewl +oTG +vzH +vzH +vzH +poJ +qUd +bjs +xVX +wpt +nqa +nqa +nqa +xrQ +aSW +veF +nFj +nEz +bcF +eFa +rpC +tlj +bZo +cbm +veF +"} +(202,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +dFZ +eIW +eIW +fOy +iuU +rQA +sjT +sjT +sjT +rxX +sjT +sjT +sjT +nfp +iuU +ufP +ufP +ufP +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +bmv +bmv +bmv +fxK +fxK +fxK +bmv +bmv +bmv +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dEy +ccE +cok +cok +dEy +yhA +dEy +yhA +dEy +yhA +dEy +yhA +dEy +ygj +sDF +ygj +sDF +ygj +ygj +sDF +ygj +sDF +ygj +jpc +sXw +sXw +sXw +sXw +kvS +dEy +lpj +mgI +mDX +mZk +ncZ +nek +mZk +nFi +nqC +nUy +dEy +tMp +dUB +dUB +oWO +dEy +dEy +tMp +dUB +dUB +oWO +dEy +jyD +jyD +jyD +jyD +jyD +veF +tLQ +ybJ +xmH +veF +bWt +sUx +wpu +uju +veF +eQm +bjs +bjs +bjs +bjs +bjs +sMS +xdc +veF +ivN +bjs +bjs +bjs +bjs +weu +qUd +bjs +xVX +cbF +bjs +bjs +bjs +bjs +yaO +veF +lTx +nEz +bcF +npV +veF +veF +veF +veF +veF +"} +(203,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +waB +eIW +eIW +eIW +iuU +phS +sjT +sjT +sjT +rxX +sjT +sjT +sjT +inR +iuU +mAx +nmI +kxr +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +rHv +hQn +sAC +sAC +sAC +dEy +npS +dEy +dPP +dEy +dPP +dEy +dPP +dEy +ygj +xsy +xsy +xsy +kVW +okp +hsH +hJc +hQT +ygj +jpc +jaa +xYH +xYH +xYH +kwf +dEy +lqg +mhF +mhF +sAC +cNX +mhF +sAC +mhF +cNX +nZs +dEy +ohl +ylo +ylo +jGS +dEy +dEy +ohl +ylo +ylo +jGS +dEy +jyD +jyD +jyD +jyD +jyD +veF +tLQ +ybJ +bmp +veF +veF +veF +tKE +veF +veF +bjs +bjs +gAt +gAt +gAt +bjs +sMS +xdc +veF +cTd +qUd +tai +tai +tai +weu +qUd +bjs +xVX +cbF +tai +tai +tai +xVX +xtz +veF +bsB +nEz +bcF +uSS +veF +vVu +wua +jSH +veF +"} +(204,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +kTX +eIW +eIW +eIW +iuU +uVp +nLS +scb +yfR +rxX +qmQ +ehY +qmQ +uVp +iuU +uPL +eIW +eIW +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dEy +cdf +sAC +fxF +dEy +dBu +dEy +dBu +dEy +dBu +dEy +dBu +dEy +ygj +ygj +ygj +ygj +ygj +ygj +ygj +ygj +ygj +ygj +jpc +jaQ +xYH +xYH +xYH +kwX +dEy +mGN +cNX +mhF +sAC +sAC +sAC +sAC +cNX +mhF +nZT +dEy +dEy +yaN +yaN +dEy +dEy +dEy +dEy +yaN +yaN +dEy +byK +oOe +oOe +oOe +oOe +oOe +oOe +tLQ +ybJ +xmH +veF +cJh +sVs +vTv +waa +xfi +bjs +bjs +gAt +gAt +gAt +bjs +sMS +xdc +veF +iuh +bjs +xmr +vpF +gFy +weu +qUd +bjs +xVX +cbF +tKq +tKq +tKq +bjs +eHk +veF +sCO +nEz +bcF +rva +veF +yhI +bjs +uuN +veF +"} +(205,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +iuU +iuU +iuU +qua +iuU +iuU +iuU +iuU +iuU +fRZ +iuU +iuU +iuU +iuU +iuU +glr +iuU +iuU +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +auz +auz +auz +auz +dEy +xdo +sAC +sAC +dog +xYH +efo +xYH +eMQ +xYH +efo +xYH +dog +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +drJ +xYH +xYH +xYH +xYH +xYH +kNw +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +iOS +ylo +ylo +iOS +ylo +ylo +iOS +ylo +ylo +qrd +sPm +vvS +hhr +qLy +iEK +rcC +oTp +tLQ +ybJ +xmH +veF +sFV +vTv +vTv +mbF +fJO +bjs +bjs +bjs +gAt +gAt +bjs +bjs +eZl +xyV +wHp +bjs +ivP +jly +nMB +weu +qUd +bjs +xVX +cbF +kxA +kxA +kxA +bjs +wHp +veF +aDo +nEz +bcF +iAK +veF +gcS +dEc +uuN +veF +"} +(206,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +kvV +jzu +iuU +ruG +iuU +gwm +qSe +qSe +sBN +vLb +kps +amT +kps +vLb +sBN +qSe +qSe +tIi +iuU +vfJ +iuU +wps +kvV +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +nTz +nTz +nTz +nTz +nTz +nTz +nTz +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +auz +auz +auz +byK +dEy +cgH +sAC +sAC +drJ +xYH +xYH +xYH +xYH +xYH +xYH +xYH +drJ +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +drJ +xYH +xYH +xYH +xYH +xYH +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +udj +sPm +qoQ +maC +maC +maC +maC +maC +ybJ +ybJ +xmH +veF +fcB +vTv +tMy +ujx +fJO +bjs +vlp +bjs +gAt +gAt +bjs +bjs +xdp +veF +eJU +qUd +tai +tai +tai +weu +qUd +bjs +xVX +cbF +tai +tai +tai +xVX +oml +veF +veF +tXx +tXx +veF +veF +veF +ody +ody +veF +"} +(207,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +xEX +htO +iuU +bHZ +iuU +ukI +eIW +eIW +eIW +eIW +eIW +uPL +eIW +eIW +eIW +eIW +eIW +smH +iuU +vgf +iuU +wRA +uFS +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +leJ +leJ +leJ +leJ +leJ +leJ +leJ +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dEy +bOP +sAC +sAC +cJn +dEy +dDe +wAQ +wAQ +nzR +nzR +nzR +nzR +gbV +gry +xsy +gry +xsy +xYH +xYH +xsy +uyC +xsy +uyC +jpc +jcI +xYH +xYH +xYH +kxa +dEy +oyP +miX +miX +ylo +ylo +lpj +nqC +nek +wCk +nlR +dEy +dEy +dEy +dEy +dEy +ueu +rew +dEy +dEy +dEy +dEy +sPm +iEK +maC +maC +maC +maC +maC +ybJ +ybJ +xmH +veF +sIW +vTv +vTv +ujV +fJO +bjs +bjs +bjs +gAt +gAt +bjs +bjs +xhs +veF +ivN +bjs +bjs +dJo +bjs +vQz +qUd +bjs +xVX +cbF +bjs +bjs +bjs +bjs +rMK +veF +tHw +vea +xeW +hJA +eHe +nDY +vea +xeW +veF +"} +(208,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +xEX +htO +iuU +miK +bHZ +uPL +eIW +eIW +eIW +eIW +eIW +iVq +hge +hge +hge +hge +iFb +uPL +vgf +fOy +iuU +wRA +uFS +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +leJ +leJ +leJ +leJ +leJ +leJ +leJ +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iEW +hQn +sAC +sAC +sAC +cLn +dEy +dFy +xRE +xRE +xRE +xRE +xRE +xRE +gcT +gsH +xsy +gry +xsy +xYH +xYH +xsy +uyC +xsy +dCf +jpc +jej +xYH +xYH +xYH +kyC +dEy +lun +cNX +mhF +ylo +ylo +lqg +nqE +nqE +sAC +sAC +dEy +eGS +sAC +sAC +dEy +kpJ +kpJ +dEy +ncZ +nqC +nek +sPm +qpR +maC +maC +qWZ +reB +xiw +tLQ +ybJ +xmH +veF +mCU +wHY +lXf +ujX +fJO +bjs +bjs +gAt +gAt +gAt +bjs +bjs +cZd +veF +hwV +hZx +osu +lmp +osu +vlB +eZu +bjs +xVX +qVw +nzf +nzf +nzf +pxG +hXg +veF +wdx +vea +xeW +oNP +pMb +sUJ +vea +xeW +veF +"} +(209,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +xEX +htO +iuU +bHZ +iuU +ukI +eIW +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +uPL +smH +iuU +vgf +iuU +wRA +uFS +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +leJ +leJ +leJ +leJ +leJ +leJ +leJ +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dEy +xdo +sAC +sAC +cLu +dEy +dHJ +xRE +xRE +xRE +xRE +xRE +xRE +gcU +gty +gIn +gKq +xYH +xYH +xYH +xYH +gIn +gKq +pDj +jpc +jej +xYH +xYH +xYH +kyC +dEy +lxn +mhF +cNX +ylo +mGi +lqu +nrD +nrD +xaZ +obc +dEy +rMq +sAC +sAC +dEy +kpJ +kpJ +dEy +sAC +sAC +bnI +sPm +iEK +maC +qLD +iEK +iEK +xvO +fbq +ybJ +bmp +veF +sKF +rWO +rWO +iVD +kBV +dJo +dJo +pLD +pLD +gAt +bjs +bjs +xyv +veF +ila +iqV +rRt +wqo +kLW +veF +bjs +dJo +ffI +veF +dje +qiF +aHg +xbG +iJh +veF +cQL +vea +xeW +oNP +cct +iQi +vea +xeW +veF +"} +(210,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +xEX +htO +iuU +stM +iuU +uPL +eIW +iuU +dCZ +bQR +ygG +pfv +akM +qJw +dCZ +iuU +uPL +uPL +iuU +huf +iuU +wRA +uFS +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +leJ +leJ +leJ +leJ +leJ +leJ +leJ +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +auz +auz +auz +paY +bRh +sAC +sAC +cLu +dEy +dFy +xRE +xRE +xRE +xRE +xRE +xRE +gcT +gtE +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xwY +jpc +jes +xYH +xYH +xYH +kyR +dEy +lyv +mjd +mjd +ylo +ylo +xaZ +xaZ +xaZ +xaZ +xaZ +dEy +wbx +aoG +sAC +mJR +kpJ +kpJ +fqr +sAC +cVG +cVG +sPm +xMo +maC +maC +qXN +rjm +xvO +tLQ +ybJ +rRb +veF +rOy +wHp +wHp +uku +wHp +bjs +bjs +bjs +bjs +dJo +bjs +wTQ +veF +veF +veF +veF +veF +veF +veF +veF +qxr +lub +jGI +veF +veF +veF +veF +veF +veF +veF +fLG +vea +xeW +oNP +sqc +xHJ +vea +xeW +veF +"} +(211,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +xEX +htO +iuU +iuU +iuU +uPL +eIW +rXl +rXl +rXl +rXl +rXl +rXl +rXl +rXl +rXl +uPL +uPL +iuU +iuU +iuU +wRA +xpy +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +leJ +leJ +leJ +leJ +leJ +leJ +leJ +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dEy +xdo +sAC +sAC +cLu +dEy +dKc +xRE +xRE +kXw +kXw +kXw +kXw +gfs +guC +xYH +xYH +wmH +wmH +wmH +wmH +xYH +xYH +qeJ +jpc +jfD +xYH +xYH +xYH +kyU +dEy +lyZ +wCk +mFh +ylo +ylo +xaZ +ntd +xaZ +xaZ +oeb +dEy +rIn +sAC +sAC +dEy +kpJ +cPV +cah +ehx +dAx +qlj +qcy +qqp +maC +maC +qWZ +reB +xvO +fbq +ybJ +ybJ +oPa +wll +wll +wll +wll +yaG +qDX +lSb +lSb +tKt +lSb +chH +wll +xht +xCx +eWY +dWz +wll +oNz +tjg +wll +jty +jty +jty +aKY +wll +wfx +wHp +wHp +rjK +uUa +avK +vea +xeW +aKL +sIq +avK +vea +xeW +veF +"} +(212,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +jKW +htO +iuU +iuU +iuU +uPL +eIW +rXl +rXl +rXl +rXl +rXl +rXl +rXl +rXl +rXl +uPL +uPL +iuU +iuU +iuU +wRA +iLw +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +leJ +leJ +leJ +leJ +leJ +leJ +leJ +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +aYR +hQn +sAC +sAC +sAC +cNh +dEy +dLs +xRE +ezt +dEy +dEy +dEy +dEy +dEy +gvr +xYH +wmH +ygj +ygj +ygj +ygj +wmH +xYH +irU +jpc +jej +xYH +xYH +xYH +kAr +dEy +lrM +miX +miX +ylo +ylo +xaZ +xaZ +xaZ +xaZ +obc +dEy +qzb +sAC +sAC +dEy +cPv +rew +dEy +sAC +sAC +bnI +sPm +iEK +maC +maC +qXR +iEK +xvO +roP +ryw +ybJ +sdu +lSb +tKt +lSb +lSb +lSb +lSb +lSb +lSb +lSb +lSb +lSb +lSb +lSb +lSb +lSb +tKt +lSb +lSb +jpl +lSb +lSb +tKt +lSb +lSb +lSb +chH +wll +wll +wll +lGZ +wll +qDX +chH +wll +wll +wll +qDX +xeW +veF +"} +(213,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +jKW +htO +iuU +iuU +iuU +ukI +eIW +iuU +ocX +qYU +qYU +qYU +qYU +rXl +maH +iuU +uPL +smH +iuU +iuU +iuU +wRA +iLw +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +nTz +nTz +nTz +nTz +nTz +nTz +nTz +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dEy +bOP +sAC +sAC +cOC +dEy +dNa +efG +xRE +mVQ +fgs +fkt +fDh +dEy +gyA +xYH +veq +ygj +xsy +hkd +ygj +veq +xYH +isW +jpc +jej +xYH +xYH +xYH +kyC +dEy +lxn +mhF +mhF +ylo +mGi +neG +nrD +nqE +xaZ +obc +dEy +egZ +sAC +jnD +dEy +vnr +tyk +dEy +fPy +nvL +nHi +sPm +qqq +maC +maC +qXN +rjm +lWo +rpv +ryN +ryN +oPa +xqX +xqX +xqX +xqX +xqX +xqX +tUD +uWC +xqX +xqX +xqX +tUD +uWC +xqX +ajR +uWC +xqX +uui +stq +uui +xqX +xqX +ajR +lSb +lSb +uWC +xqX +xqX +xqX +ryQ +xqX +xqX +xqX +tUD +lSb +uWC +xqX +bpt +veF +"} +(214,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +nBb +vFk +lVF +jWC +pMu +vob +aRB +eIW +iuU +jIS +seh +cPX +seh +egj +rXl +rXl +iuU +uPL +xEt +vob +pMu +vob +ewg +rDo +vzI +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +auz +auz +auz +byK +dEy +cgH +sAC +cOD +dEy +dNa +egi +xRE +aGp +aGp +aGp +fya +dEy +jpc +jpc +jpc +jpc +jpc +jpc +jpc +jpc +jpc +jpc +jpc +jfX +xYH +xYH +xYH +kyC +dEy +lun +mhF +cNX +ylo +ylo +lqg +nqE +nrD +sAC +ofd +dEy +dEy +dEy +dEy +dEy +dEy +rSj +dEy +dEy +dEy +dEy +dEy +veF +veF +noL +veF +veF +veF +veF +veF +veF +veF +rOy +sVv +rhk +wHp +wHp +uNO +vea +xeW +hQV +wHp +wHp +vea +xeW +xEk +vea +xeW +bjs +shT +veF +rOy +wHp +wHp +vea +lSb +lSb +xeW +wHp +wHp +uTa +veF +pQL +pcJ +iLv +lSb +lSb +lSb +veF +veF +veF +"} +(215,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +vzI +kpU +ewg +vob +nLt +vob +gZG +civ +gvF +mrA +rXl +rXl +rXl +seh +rXl +maH +iuU +uPL +xEt +vob +nLt +vob +ewg +rFZ +vzI +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fCu +fCu +fCu +fCu +fxK +lqz +lqz +lqz +pYD +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +auz +auz +auz +auz +dEy +xdo +sAC +cOD +dEy +dOV +egi +xRE +ePf +fgt +aGp +fyP +dEy +gzz +xYH +vyl +xYH +xYH +xYH +xYH +vyl +xYH +xYH +xYH +xYH +xYH +xYH +xYH +kAP +dEy +eQF +mjd +mjd +ylo +ylo +neO +nvL +nHi +wCk +ofT +dEy +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +veF +jyD +veF +veF +veF +veF +veF +veF +veF +spA +spA +veF +veF +wHp +vea +xeW +xEG +vea +xeW +bjs +cWI +veF +bgo +bgo +wHp +vea +lSb +lSb +xeW +wHp +bgo +bgo +veF +usQ +aPM +aPM +lSb +lSb +lSb +kgD +ldM +veF +"} +(216,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +wRA +izA +htO +gvF +iuU +iuU +mVN +eIW +iuU +dCl +phs +fHb +mGJ +rXl +rXl +rXl +iuU +uPL +smH +iuU +iuU +iuU +wRA +nlV +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +nTz +leJ +leJ +nTz +fxK +mZf +leJ +leJ +pYD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dEy +cdf +sAC +nlR +dEy +dRv +ekQ +xRE +ePM +fgO +aGp +fCj +dEy +gBR +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +rIA +dEy +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +veF +jyD +jyD +jyD +veF +vXj +ovq +vXj +ual +yiH +yiH +vTo +veF +rOy +vea +xeW +jyE +vpr +xeW +bjs +pBx +veF +jyt +dYI +wHp +vpr +lSb +lSb +xeW +wHp +hHg +fXw +veF +msb +aPM +aPM +lSb +lSb +vbo +veF +veF +veF +"} +(217,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +wRA +izA +htO +gvF +kRi +eIW +eIW +eIW +iuU +iuU +iuU +iuU +iuU +iuU +rXl +rXl +iuU +uPL +uPL +eIW +kRi +iuU +wRA +nlV +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fCu +leJ +leJ +fCu +fxK +nTz +leJ +leJ +pYD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +mFM +hQn +sAC +sAC +sAC +dEy +dRK +egi +xRE +aGp +aGp +aGp +fya +dEy +gDE +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +kQP +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +clr +dEy +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +veF +jyD +jyD +jyD +veF +vHw +vHw +vHw +yiH +yiH +yiH +cEj +veF +veF +sZr +sZr +veF +xWD +oWS +veF +veF +veF +veF +veF +rtj +aqE +xpK +ffo +dAR +vCq +veF +veF +veF +hXo +lNE +hvs +lSb +lSb +lSb +kgD +ldM +veF +"} +(218,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +izA +htO +iuU +sNa +eIW +eIW +eIW +iuU +vLx +xcj +xcj +rxT +iuU +lQx +rXl +iuU +uPL +ouq +qSe +ccm +iuU +wRA +nlV +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +nTz +leJ +leJ +nTz +fxK +nTz +leJ +leJ +pYD +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dEy +ewu +yfw +yfw +dEy +jaU +ayN +oXq +mVQ +kqn +flT +fDh +dEy +lZK +xbp +gMc +eOL +vDc +eOL +huv +hLK +hRY +iuV +iDd +eOL +vDc +eOL +kbA +kDo +dEy +lAl +sAC +sAC +mje +mje +mje +mje +mje +mje +sIv +dEy +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +jyD +tue +jyD +veF +lDX +yiH +yiH +yiH +yiH +yiH +bah +veF +bjs +dJo +dJo +noL +xXr +baI +lhq +ldQ +veF +veF +veF +veF +sum +wpX +hJy +sum +veF +veF +veF +veF +noL +veF +veF +vDp +lSb +jjP +veF +veF +veF +"} +(219,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +vYf +eOr +tbs +gvF +dUz +eIW +eIW +eIW +iuU +dYk +rXl +rXl +rXl +mTN +rXl +rXl +iuU +lzH +qSe +qSe +lup +iuU +wRA +nlV +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fCu +leJ +leJ +fCu +fxK +nTz +leJ +leJ +siH +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +auz +auz +auz +byK +dEy +dEy +dEy +dEy +dEy +jjm +pTT +dEy +dEy +dEy +dEy +dEy +dEy +dEy +xSo +tPT +xSo +tPT +dEy +laZ +hGZ +pTT +dEy +tPT +xSo +tPT +sAz +pTT +dEy +ghO +mje +sAC +mYZ +ndc +ndc +ndc +ndc +nLY +ohz +dEy +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +jyD +jyD +jyD +veF +vHw +vHw +uEj +yiH +yiH +yiH +vUG +veF +bjs +bjs +bjs +veF +xXr +bjs +bjs +kNv +veF +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +tue +tue +tue +hnf +wuw +wKn +wpu +wpu +wpu +qWt +aZF +hnf +"} +(220,1,1) = {" +jyD +jyD +jyD +tue +jyD +tue +tue +jyD +vYf +izA +htO +iuU +dUz +eIW +eIW +eIW +iuU +aXF +rXl +rXl +rXl +mTN +rXl +rXl +iuU +uPL +eIW +eIW +eMF +iuU +wRA +nlV +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +nTz +leJ +leJ +nTz +fxK +nTz +leJ +leJ +tuL +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qtF +xYH +qtF +xYH +xSo +gMu +hTb +gkb +xSo +xYH +qtF +xYH +qtF +qjz +dEy +lFi +mje +sAC +sAC +sAC +sAC +sAC +sAC +sAC +fJi +dEy +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +jyD +jyD +jyD +veF +sXn +sXn +sXn +ual +cEa +vlY +veF +veF +bjs +bjs +bjs +veF +xZd +bjs +bjs +kNv +veF +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +cKw +fAZ +wpu +nim +wpu +wpu +nSb +xvO +"} +(221,1,1) = {" +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +vYf +izA +htO +iuU +sNa +eIW +eIW +eIW +iuU +vLx +xcj +xcj +rxT +iuU +lQx +rXl +iuU +uPL +eIW +eIW +eIW +iuU +wRA +nlV +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fCu +leJ +leJ +fCu +fxK +mZf +leJ +leJ +uEq +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qtF +xYH +qtF +xYH +ygd +gkb +dsW +gMu +ygd +xYH +qtF +xYH +qtF +jyD +dEy +lFi +mje +sAC +mZc +ndu +nfc +nwN +nHq +nNV +wCk +dEy +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +veF +veF +veF +veF +noL +veF +veF +veF +noL +veF +rOy +bjs +bjs +veF +xZd +bjs +dJo +qbO +veF +eMI +tue +jyD +tue +jyD +jyD +tue +jyD +jyD +jyD +jyD +xvO +guG +wpu +pdi +sQl +qlG +wpu +vOU +xvO +"} +(222,1,1) = {" +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +vYf +ebR +htO +iuU +kRi +eIW +eIW +eIW +iuU +iuU +iuU +iuU +iuU +iuU +rXl +rXl +iuU +uPL +eIW +eIW +kdY +iuU +wRA +rwE +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +leJ +leJ +fxK +fxK +fxK +leJ +leJ +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gxA +tPT +gxA +tPT +dEy +laZ +hGZ +pTT +dEy +tPT +gxA +tPT +gxA +dEy +dEy +dEy +jjm +mef +mef +mef +mef +mef +mef +pTT +dEy +byK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +tue +veF +veF +seJ +gKB +tah +tRW +iIT +veF +rOy +bjs +bjs +bjs +bjs +bjs +bjs +bjs +veF +yda +nyH +nyH +eUO +veF +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +ubp +wpu +pdi +oRN +qlG +wpu +sTP +xvO +"} +(223,1,1) = {" +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +xLW +iuU +iuU +iuU +iuU +iuU +mVN +eIW +iuU +vLx +xcj +xcj +rxT +iuU +lQx +rXl +iuU +uPL +npy +iuU +iuU +iuU +iuU +iuU +gkl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +mZf +nTz +leJ +leJ +mZf +nTz +mZf +leJ +leJ +nTz +mZf +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +hlr +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +noL +veF +sfp +vTv +vTv +vTv +ukz +uEy +bjs +bjs +bjs +bjs +dJo +wJe +dJo +bjs +veF +noL +noL +noL +noL +veF +tue +tue +tue +tue +jyD +jyD +tue +jyD +jyD +jyD +jyD +xvO +ipp +wpu +pdi +sQl +qlG +wpu +qcm +xvO +"} +(224,1,1) = {" +jyD +jyD +jyD +tue +jyD +tue +tue +jyD +gvF +ikJ +eIW +eIW +npy +iuU +eIW +eIW +iuU +dYk +rXl +rXl +rXl +mTN +rXl +rXl +iuU +uPL +eIW +eIW +eIW +eIW +eIW +dxC +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +nTz +nTz +leJ +leJ +nTz +nTz +nTz +leJ +leJ +nTz +nTz +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +rrm +bjs +rRv +vTv +vTv +vTv +vTv +vTv +uEy +bjs +bjs +bjs +bjs +bjs +bjs +bjs +bjs +veF +ydO +ydO +ydO +ydO +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +doe +fAZ +pdi +sQl +qlG +wpu +doe +xvO +"} +(225,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +gRG +eIW +eIW +eIW +eIW +eIW +eIW +iuU +aXF +rXl +rXl +rXl +mTN +rXl +rXl +iuU +ouq +qSe +qSe +qSe +qSe +qSe +koO +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dzC +gzj +nTz +leJ +leJ +lqz +ixm +lqz +leJ +leJ +nTz +nTz +dzC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +vlE +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +bjs +rRv +vTv +vTv +vTv +vTv +mbF +veF +rOy +bjs +bjs +vUT +bjs +bjs +wUd +bjs +xGL +ydP +ydP +ydP +ydO +veF +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +tue +tue +tue +xvO +kBc +wpu +pdi +sQl +qlG +wpu +qcm +xvO +"} +(226,1,1) = {" +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +iuU +nCY +eIW +eIW +eIW +eIW +eIW +eIW +iuU +vLx +xcj +xcj +rxT +iuU +lQx +rXl +iuU +eIW +eIW +eIW +eIW +eIW +eIW +dxC +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +eEL +gCq +nTz +leJ +leJ +lqz +lqz +lqz +leJ +leJ +nTz +nTz +eEL +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +sgy +vTv +tar +vTv +iPw +veF +veF +voX +vIu +mzS +wxo +wJJ +mzS +veF +veF +ydY +ydP +ydP +ydO +veF +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +vvn +hsb +ylm +sQl +eSX +sQl +ylm +rBi +foD +"} +(227,1,1) = {" +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jzu +iuU +nFV +eIW +eIW +iuU +eIW +eIW +iuU +iuU +iuU +iuU +iuU +iuU +rXl +rXl +iuU +eIW +npy +iuU +iuU +iuU +mVD +iuU +wps +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +eEL +hoH +nTz +leJ +leJ +leJ +nTz +leJ +leJ +leJ +nTz +nTz +eEL +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +tue +veF +veF +siK +sLV +lXf +tSy +umM +veF +veF +wMD +xQT +vpT +xJU +fJr +vpT +veF +veF +veF +veF +xGL +veF +veF +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +oKr +hSC +hSC +hSC +hSC +hSC +foD +jyD +"} +(228,1,1) = {" +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +iuU +nFV +eIW +eIW +iuU +mVN +eIW +iuU +vLx +xcj +xcj +rxT +iuU +lQx +rXl +iuU +eIW +eIW +eIW +kRi +iuU +lhB +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +eEL +iqq +nTz +leJ +leJ +leJ +nTz +leJ +leJ +leJ +nTz +nTz +eEL +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +tue +jyD +tue +jyD +jyD +jyD +jyD +noL +veF +dqw +hSC +taR +hSC +rbx +noL +veF +sIa +sIa +bqf +sIa +sIa +vpT +xjq +xGX +xGX +des +kSW +xGX +puu +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(229,1,1) = {" +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +iuU +nFV +eIW +eIW +iuU +eIW +eIW +iuU +dYk +rXl +rXl +rXl +mTN +rXl +rXl +iuU +eIW +eIW +eIW +iTN +iuU +rhd +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +eEL +flR +nTz +nTz +leJ +leJ +leJ +leJ +leJ +nTz +nTz +nTz +eEL +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +veF +veF +uiR +tGb +xvO +uiR +tGb +veF +veF +sIa +sIa +vpT +sIa +sIa +vpT +xkE +xIS +uFe +jAr +yeD +mGI +iBB +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(230,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +pYe +eIW +npy +iuU +eIW +eIW +iuU +aXF +rXl +rXl +rXl +mTN +rXl +rXl +iuU +eIW +eIW +eIW +dUz +iuU +rhd +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ene +nTz +nTz +nTz +leJ +leJ +leJ +leJ +leJ +nTz +nTz +nTz +ene +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +tue +jyD +veF +veF +pAT +tTw +xvO +pAT +tTw +veF +veF +sIa +sIa +vpT +sIa +sIa +vpT +xkE +xJC +yeG +yeD +yeG +ezv +xkE +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(231,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +nri +eIW +eIW +iuU +eIW +eIW +iuU +vLx +xcj +xcj +rxT +iuU +lQx +rXl +iuU +eIW +eIW +eIW +iTN +iuU +dRt +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +mZf +nTz +nTz +nTz +leJ +leJ +leJ +nTz +nTz +nTz +mZf +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +pAT +tTw +xvO +pAT +tTw +veF +veF +sIa +sIa +bqf +sIa +sIa +vpT +xkE +xLp +yeG +yeG +yeG +jUw +xkE +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(232,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jzu +iuU +ewA +xaI +iuU +eIW +eIW +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +eIW +eIW +eIW +kRi +iuU +rhd +wps +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +leJ +leJ +leJ +fxK +fxK +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +afr +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +veF +veF +pAT +tTw +xvO +pAT +tTw +veF +veF +sIa +sIa +vpT +sIa +sIa +vpT +xkE +xLA +yfP +yeG +vXg +tJZ +iBB +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(233,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jzu +iuU +iuU +iuU +mVN +eIW +tdZ +eIW +eIW +lks +eIW +lks +eIW +eIW +tdZ +eIW +npy +iuU +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +mZf +mZf +leJ +leJ +leJ +mZf +mZf +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +veF +veF +pAT +tTw +xvO +pAT +tTw +veF +veF +sIa +sIa +bqf +sIa +sIa +vpT +xkI +xGX +xGX +kSW +xGX +xGX +wvl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(234,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +iuU +aeh +aeh +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +aeh +aeh +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +nTz +nTz +leJ +leJ +leJ +nTz +nTz +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +xPw +moX +moX +moX +moX +veF +veF +pAT +tTw +xvO +pAT +tTw +noL +veF +sIa +sIa +vpT +sIa +sIa +vpT +jyD +jyD +jyD +tue +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(235,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +iuU +aeh +aeh +rPz +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +rPz +aeh +aeh +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +nTz +lqz +leJ +leJ +leJ +lqz +nTz +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +veF +veF +sjd +tTw +xvO +sjd +tTw +veF +veF +sIa +sIa +vpT +sIa +sIa +vpT +jyD +jyD +tue +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(236,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +iuU +aeh +aeh +aeh +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +aeh +aeh +aeh +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +ixm +lqz +leJ +leJ +leJ +lqz +ixm +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +pAT +tTw +xvO +pAT +tTw +noL +veF +sIa +vKp +vpT +sIa +sIa +vpT +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(237,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jzu +iuU +aeh +aeh +aeh +iuU +tRe +rXl +rXl +rXl +rXl +rXl +tRe +iuU +aeh +aeh +aeh +iuU +wps +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +lqz +lqz +leJ +leJ +leJ +lqz +lqz +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +tue +jyD +veF +veF +skq +sMn +tfq +pAT +tTw +veF +veF +sIa +sIa +vpT +sIa +sIa +vpT +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(238,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +aeh +aeh +aeh +iuU +lQx +rXl +nMQ +uMk +uMk +rXl +maH +iuU +aeh +aeh +aeh +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +nTz +nTz +leJ +leJ +leJ +nTz +nTz +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +pAT +tTw +xvO +pAT +sMn +veF +veF +wMD +xQT +bqf +xJU +fJr +vpT +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(239,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jzu +oqe +oqe +oqe +tbj +rXl +rXl +ben +lbz +uMk +rXl +rXl +tbj +oqe +oqe +oqe +wps +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +nTz +nTz +leJ +mEE +leJ +nTz +nTz +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +slB +sNl +xZJ +slB +sNl +noL +veF +wNs +vLT +nNN +wNs +wNs +nNN +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(240,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +oqe +lwB +oqe +wBh +nxk +rXl +rXl +rXl +rXl +rXl +nxk +wBh +oqe +lwB +oqe +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +nTz +nTz +leJ +leJ +leJ +nTz +nTz +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(241,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gNo +iFV +nxk +rXl +rXl +rXl +nxk +crS +oPr +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +mZf +nTz +leJ +leJ +leJ +nTz +mZf +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(242,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gNo +vDL +vDL +vDL +vDL +vDL +oPr +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +mZf +lqz +lqz +lqz +mZf +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(243,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +kdb +lHq +lHq +lHq +qKJ +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(244,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(245,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(246,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(247,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fAu +lth +lth +lth +pwa +lth +lth +lth +pAX +"} +(248,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iMD +lHa +lHa +lHa +lHa +lHa +lHa +lHa +iMD +"} +(249,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iMD +lHa +lHa +lHa +lHa +lHa +lHa +lHa +iMD +"} +(250,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iMD +lHa +lHa +lHa +lHa +lHa +lHa +lHa +iMD +"} +(251,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iMD +lHa +lHa +lHa +lHa +lHa +lHa +lHa +iMD +"} +(252,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iMD +lHa +lHa +lHa +lHa +lHa +lHa +lHa +iMD +"} +(253,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iMD +lHa +lHa +lHa +lHa +lHa +lHa +lHa +iMD +"} +(254,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iMD +lHa +lHa +lHa +lHa +lHa +lHa +lHa +iMD +"} +(255,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +kdD +lth +lth +lth +lth +lth +lth +lth +xtI +"} diff --git a/_maps/map_files/cyberiad/z2-RV.dmm b/_maps/map_files/cyberiad/z2-RV.dmm new file mode 100644 index 000000000000..addfb686b98b --- /dev/null +++ b/_maps/map_files/cyberiad/z2-RV.dmm @@ -0,0 +1,82424 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" + }, +/area/space) +"ab" = ( +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"ac" = ( +/obj/structure/flora/grass/brown, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"ad" = ( +/obj/structure/flora/bush, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"ae" = ( +/obj/structure/flora/tree/pine{ + pixel_x = 1 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"af" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"ag" = ( +/turf/unsimulated/floor/snow, +/turf/unsimulated/floor/snow{ + icon_state = "gravsnow_corner" + }, +/area/syndicate_mothership) +"ah" = ( +/turf/unsimulated/wall{ + icon_state = "iron14"; + tag = "icon-iron14" + }, +/area/space) +"ai" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = 32; + pixel_y = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"aj" = ( +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "asteroid6"; + tag = "icon-asteroid6" + }, +/area/holodeck/source_desert) +"ak" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"al" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"am" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/dress/dress_saloon, +/obj/item/clothing/head/hairflower, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"an" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"ao" = ( +/obj/effect/landmark/costume/random, +/obj/structure/rack/holorack, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"ap" = ( +/turf/space/transit/east{ + dir = 8 + }, +/area/space) +"aq" = ( +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"ar" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"as" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"at" = ( +/turf/unsimulated/wall, +/area/vox_station) +"au" = ( +/turf/unsimulated/floor/vox, +/area/vox_station) +"av" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid8"; + tag = "icon-asteroid8 (EAST)" + }, +/area/holodeck/source_desert) +"aw" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"ax" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_wildlife) +"ay" = ( +/obj/machinery/vox_win_button, +/turf/unsimulated/floor/vox{ + icon_state = "light_on" + }, +/area/vox_station) +"az" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_plating) +"aA" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_basketball) +"aB" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"aE" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"aF" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid2"; + tag = "icon-asteroid2 (EAST)" + }, +/area/holodeck/source_desert) +"aH" = ( +/obj/structure/table/holotable, +/obj/item/clothing/suit/armor/riot/knight/red, +/obj/item/clothing/head/helmet/riot/knight/red, +/obj/item/holo/claymore/red, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"aI" = ( +/obj/machinery/door/airlock/centcom, +/turf/unsimulated/floor/vox, +/area/vox_station) +"aJ" = ( +/obj/structure/girder/displaced, +/turf/unsimulated/floor/vox, +/area/vox_station) +"aK" = ( +/obj/structure/closet/crate, +/turf/unsimulated/floor/vox, +/area/vox_station) +"aN" = ( +/turf/space, +/area/space) +"aP" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor/grass, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "wood_siding1"; + tag = "icon-wood_siding1" + }, +/area/holodeck/source_picnicarea) +"aQ" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"aT" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor/grass, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood_siding2"; + tag = "icon-wood_siding2 (EAST)" + }, +/area/holodeck/source_picnicarea) +"aU" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"aV" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"aW" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"aX" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"aY" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"aZ" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid11"; + tag = "icon-asteroid11 (EAST)" + }, +/area/holodeck/source_desert) +"ba" = ( +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "rampbottom"; + tag = "icon-rampbottom" + }, +/area/holodeck/source_theatre) +"bb" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"bd" = ( +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"be" = ( +/turf/unsimulated/wall, +/area/tdome) +"bf" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"bh" = ( +/obj/structure/kitchenspike, +/turf/unsimulated/floor/vox, +/area/vox_station) +"bi" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor/vox, +/area/vox_station) +"bk" = ( +/obj/machinery/door/airlock/centcom{ + opacity = 1 + }, +/turf/unsimulated/floor/vox, +/area/vox_station) +"bl" = ( +/turf/unsimulated/floor/plating/vox, +/area/vox_station) +"bm" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/space, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"bp" = ( +/obj/effect/landmark{ + name = "Atmospheric Test Start" + }, +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Burn-Mix Floor"; + nitrogen = 0; + oxygen = 2500; + temperature = 370; + toxins = 5000 + }, +/area/holodeck/source_burntest) +"br" = ( +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_desert) +"bt" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"bx" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor/grass, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "wood_siding5"; + tag = "icon-wood_siding5" + }, +/area/holodeck/source_picnicarea) +"by" = ( +/obj/structure/chair/stool/holostool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"bB" = ( +/obj/structure/table/holotable/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"bC" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"bD" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor/grass, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "wood_siding9"; + tag = "icon-wood_siding9" + }, +/area/holodeck/source_picnicarea) +"bE" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood"; + tag = "icon-wood (EAST)" + }, +/area/holodeck/source_theatre) +"bF" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet6-2"; + tag = "icon-carpet6-2 (EAST)" + }, +/area/holodeck/source_theatre) +"bG" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet14-10"; + tag = "icon-carpet14-10 (EAST)" + }, +/area/holodeck/source_theatre) +"bI" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"bJ" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet10-8"; + tag = "icon-carpet10-8 (EAST)" + }, +/area/holodeck/source_theatre) +"bK" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"bL" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod3_transit"; + name = "pod 3 in transit"; + width = 3 + }, +/turf/space/transit/east{ + dir = 8 + }, +/area/space) +"bM" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_emptycourt) +"bP" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"bQ" = ( +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "asteroid5"; + tag = "icon-asteroid5" + }, +/area/holodeck/source_desert) +"bR" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"bS" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"bT" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"bU" = ( +/obj/structure/chair/office/dark, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"bW" = ( +/turf/space/transit/horizontal, +/area/space) +"bY" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor/grass, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "wood_siding6"; + tag = "icon-wood_siding6" + }, +/area/holodeck/source_picnicarea) +"bZ" = ( +/turf/unsimulated/wall, +/area/space) +"cb" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor/grass, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "wood_siding10"; + tag = "icon-wood_siding10" + }, +/area/holodeck/source_picnicarea) +"cc" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"cd" = ( +/turf/space, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"ce" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"cf" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" + }, +/area/space) +"cg" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet7-3"; + tag = "icon-carpet7-3 (EAST)" + }, +/area/holodeck/source_theatre) +"ch" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet15-15"; + tag = "icon-carpet15-15 (EAST)" + }, +/area/holodeck/source_theatre) +"ci" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet11-12"; + tag = "icon-carpet11-12 (EAST)" + }, +/area/holodeck/source_theatre) +"cj" = ( +/turf/unsimulated/wall, +/area/centcom/reset) +"ck" = ( +/turf/space/transit, +/area/space) +"cl" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"cm" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"co" = ( +/obj/structure/closet/secure_closet/bar{ + req_access = null; + req_access_txt = "112" + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome) +"cp" = ( +/turf/unsimulated/wall, +/area/centcom/bathroom) +"cq" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet4-0"; + tag = "icon-carpet4-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"cr" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"cs" = ( +/turf/space, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_desert) +"ct" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/space, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"cu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"cv" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"cy" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet2-0"; + tag = "icon-carpet2-0 (EAST)" + }, +/area/holodeck/source_theatre) +"cz" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 3; + height = 5; + id = "mining_transit"; + name = "mining in transit"; + width = 7 + }, +/turf/space/transit, +/area/space) +"cA" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"cD" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor/grass, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood_siding2"; + tag = "icon-wood_siding2 (EAST)" + }, +/area/holodeck/source_picnicarea) +"cE" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor/grass, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "wood_siding1"; + tag = "icon-wood_siding1" + }, +/area/holodeck/source_picnicarea) +"cH" = ( +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome) +"cI" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"cJ" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/surgery, +/obj/item/mmi, +/obj/item/mmi, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/living) +"cK" = ( +/obj/machinery/gibber, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome) +"cL" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"cN" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod4_transit"; + name = "pod 4 in transit"; + width = 3 + }, +/turf/space/transit/east{ + dir = 8 + }, +/area/space) +"cO" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet3-0"; + tag = "icon-carpet3-0 (EAST)" + }, +/area/holodeck/source_theatre) +"cP" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid1"; + tag = "icon-asteroid1 (EAST)" + }, +/area/holodeck/source_desert) +"cR" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/ninja/holding) +"cS" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows"; + tag = "icon-fakewindows (WEST)" + }, +/area/ninja/holding) +"cT" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fakewindows"; + tag = "icon-fakewindows (EAST)" + }, +/area/ninja/holding) +"cU" = ( +/turf/unsimulated/wall{ + desc = "The door appears to be locked tightly."; + icon = 'icons/obj/doors/airlocks/hatch/centcom.dmi'; + icon_state = "closed"; + name = "Locked Door" + }, +/area/ninja/holding) +"cV" = ( +/turf/unsimulated/wall{ + desc = "The door appears to be locked tightly."; + icon = 'icons/obj/doors/airlocks/hatch/centcom.dmi'; + icon_state = "closed"; + name = "Locked Door" + }, +/area/ninja/outpost) +"cW" = ( +/obj/machinery/light/spot{ + dir = 1; + icon_state = "tube1"; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ninja/outpost) +"cX" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave/upgraded, +/obj/machinery/light/spot{ + dir = 1; + icon_state = "tube1"; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"cY" = ( +/obj/structure/closet/secure_closet/bar{ + req_access_txt = "25" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"cZ" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"da" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"db" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"dc" = ( +/obj/machinery/vending/boozeomat, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"dd" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"de" = ( +/obj/structure/rack, +/obj/item/toy/sword, +/obj/item/gun/projectile/revolver/capgun, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/ninja/holding) +"df" = ( +/obj/structure/rack, +/obj/item/camera, +/obj/machinery/light/spot{ + dir = 1; + icon_state = "tube1"; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/ninja/holding) +"dg" = ( +/obj/machinery/computer/arcade, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/ninja/holding) +"dh" = ( +/obj/machinery/prize_counter, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/ninja/holding) +"di" = ( +/obj/machinery/light/spot{ + dir = 1; + icon_state = "tube1"; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"dj" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"dn" = ( +/obj/structure/table/holotable, +/obj/item/clothing/suit/armor/riot/knight/blue, +/obj/item/clothing/head/helmet/riot/knight/blue, +/obj/item/holo/claymore/blue, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"dq" = ( +/obj/structure/flora/grass/green, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"dr" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet7-0"; + tag = "icon-carpet7-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"dt" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"du" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 11; + height = 13; + id = "emergency_transit"; + name = "emergency in transit"; + width = 24 + }, +/turf/space/transit, +/area/space) +"dv" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"dw" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave/upgraded, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"dx" = ( +/obj/structure/table, +/obj/item/clothing/head/that{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"dy" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/ninja/holding) +"dz" = ( +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/ninja/holding) +"dA" = ( +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"dC" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"dD" = ( +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"dE" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"dF" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"dG" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet8-0"; + tag = "icon-carpet8-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"dH" = ( +/turf/unsimulated/wall{ + desc = "The door appears to be locked tightly."; + icon = 'icons/obj/doors/airlocks/hatch/centcom.dmi'; + icon_state = "closed"; + name = "Locked Door" + }, +/area/tdome) +"dI" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "redbluefull"; + tag = "icon-redbluefull (WEST)" + }, +/area/tdome/tdomeobserve) +"dJ" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "carpetsymbol"; + tag = "icon-carpetsymbol (SOUTHEAST)" + }, +/area/holodeck/source_meetinghall) +"dM" = ( +/turf/space, +/turf/simulated/floor/holofloor/space, +/area/holodeck/source_space) +"dO" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"dP" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows"; + tag = "icon-fakewindows (WEST)" + }, +/area/ninja/outpost) +"dQ" = ( +/obj/machinery/light/spot{ + dir = 1; + icon_state = "tube1"; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/ninja/outpost) +"dR" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 0 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"dS" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"dT" = ( +/obj/structure/table, +/obj/item/lighter/zippo, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"dU" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"dV" = ( +/obj/structure/table, +/obj/item/dice/d20, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"dW" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/cans/cola, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"dX" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 7; + height = 5; + id = "sst_transit"; + name = "sst in transit"; + width = 11 + }, +/turf/space/transit, +/area/space) +"dY" = ( +/obj/structure/table/holotable/wood, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "grimy"; + tag = "icon-grimy" + }, +/area/holodeck/source_meetinghall) +"ec" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 5; + height = 7; + id = "supply_transit"; + name = "supply in transit"; + width = 12 + }, +/turf/space/transit, +/area/space) +"ed" = ( +/obj/structure/rack, +/obj/item/clothing/head/that{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/clothing/under/suit_jacket, +/obj/item/clothing/suit/wcoat, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/ninja/holding) +"ee" = ( +/obj/structure/chair/stool/bar, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/ninja/holding) +"ef" = ( +/turf/unsimulated/floor/snow, +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/syndicate_mothership) +"eg" = ( +/turf/unsimulated/floor/snow, +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/syndicate_mothership) +"eh" = ( +/obj/structure/flora/tree/pine, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"ei" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/cans/beer, +/obj/item/reagent_containers/food/drinks/cans/beer, +/obj/item/reagent_containers/food/drinks/cans/beer, +/obj/item/lighter/zippo, +/obj/item/storage/fancy/cigarettes, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "redbluefull"; + tag = "icon-redbluefull (WEST)" + }, +/area/tdome/tdomeobserve) +"ej" = ( +/obj/machinery/door/airlock/external{ + id_tag = "sit_away"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"el" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet11-0"; + tag = "icon-carpet11-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"em" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/space, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"en" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + name = "Syndicate-Spawn" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"eo" = ( +/obj/structure/rack, +/obj/item/storage/fancy/crayons, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/ninja/holding) +"ep" = ( +/obj/machinery/vending/coffee, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/ninja/holding) +"eq" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"es" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid3"; + tag = "icon-asteroid3 (EAST)" + }, +/area/holodeck/source_desert) +"et" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood"; + tag = "icon-wood (EAST)" + }, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "siding1"; + tag = "icon-siding1" + }, +/area/holodeck/source_theatre) +"eu" = ( +/obj/structure/chair/stool, +/obj/machinery/computer/security/telescreen{ + desc = "Damn, they better have /tg/thechannel on these things."; + icon_state = "entertainment"; + name = "Entertainment monitor"; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/ninja/holding) +"ev" = ( +/obj/effect/landmark{ + name = "Holocarp Spawn" + }, +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_wildlife) +"ew" = ( +/obj/machinery/vending/snack, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/ninja/holding) +"ex" = ( +/obj/item/flag/syndi, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"ey" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/syndicate_mothership) +"ez" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = -28 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/syndicate_mothership) +"eA" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"eB" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet15-0"; + tag = "icon-carpet15-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"eC" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"eE" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"eH" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"eK" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet1-0"; + tag = "icon-carpet1-0 (EAST)" + }, +/area/holodeck/source_theatre) +"eL" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"eM" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"eN" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Burn-Mix Floor"; + nitrogen = 0; + oxygen = 2500; + temperature = 370; + toxins = 5000 + }, +/area/holodeck/source_burntest) +"eO" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/ninja/holding) +"eP" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/ninja/holding) +"eQ" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_boxingcourt) +"eR" = ( +/obj/structure/chair/stool, +/obj/machinery/light/spot, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/ninja/holding) +"eS" = ( +/obj/machinery/vending/cola, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/ninja/holding) +"eT" = ( +/obj/machinery/light/spot{ + dir = 1; + icon_state = "tube1"; + tag = "icon-tube1 (NORTH)" + }, +/obj/machinery/computer/syndicate_depot/teleporter, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"eU" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows"; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership) +"eV" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "sit_away"; + name = "Syndicate Base"; + width = 11 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"eW" = ( +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"eX" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet5-1"; + tag = "icon-carpet5-1 (EAST)" + }, +/area/holodeck/source_theatre) +"eY" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/ninja/holding) +"eZ" = ( +/obj/machinery/door/airlock/external{ + id_tag = "sst_away"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"fa" = ( +/obj/effect/landmark{ + name = "Syndicate-Spawn" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/syndicate_mothership) +"fb" = ( +/obj/effect/landmark{ + name = "Holding Facility" + }, +/obj/machinery/light/spot{ + dir = 8; + icon_state = "tube1"; + tag = "icon-tube1 (WEST)" + }, +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/area/ninja/holding) +"fc" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 7; + height = 5; + id = "sst_away"; + name = "Syndicate Base"; + width = 11 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"fd" = ( +/obj/item/flag/syndi, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/syndicate_mothership) +"fe" = ( +/obj/structure/table{ + dir = 2; + icon_state = "tabledir" + }, +/obj/item/reagent_containers/food/drinks/cans/cola, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "redbluefull"; + tag = "icon-redbluefull (WEST)" + }, +/area/tdome/tdomeobserve) +"ff" = ( +/turf/unsimulated/wall, +/area/ninja/outpost) +"fg" = ( +/turf/unsimulated/wall, +/area/ninja/holding) +"fh" = ( +/obj/structure/sign/double/map/left{ + pixel_y = -32 + }, +/obj/machinery/light, +/obj/structure/rack/skeletal_bar/left, +/obj/item/reagent_containers/food/drinks/bottle/vodka, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/syndicate_mothership) +"fi" = ( +/obj/machinery/computer/shuttle/syndicate/recall, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/syndicate_mothership) +"fj" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet13-5"; + tag = "icon-carpet13-5 (EAST)" + }, +/area/holodeck/source_theatre) +"fk" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet9-4"; + tag = "icon-carpet9-4 (EAST)" + }, +/area/holodeck/source_theatre) +"fl" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "redbluefull"; + tag = "icon-redbluefull (WEST)" + }, +/area/tdome/tdomeobserve) +"fm" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Thunderdome."; + name = "Thunderdome Telescreen"; + network = list("Thunderdome"); + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "redbluefull"; + tag = "icon-redbluefull (WEST)" + }, +/area/tdome/tdomeobserve) +"fn" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"fo" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"fp" = ( +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"fq" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"fr" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "carpetside" + }, +/area/wizard_station) +"fs" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "carpetside" + }, +/area/wizard_station) +"ft" = ( +/obj/effect/landmark/start{ + name = "wizard" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpet" + }, +/area/wizard_station) +"fu" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ninja/outpost) +"fv" = ( +/obj/structure/ninjatele{ + pixel_y = 25 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ninja/outpost) +"fw" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 4; + height = 11; + id = "trade_sol_base"; + name = "docking bay 2 at Jupiter Station"; + width = 9 + }, +/turf/space, +/area/space) +"fx" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "carpetside" + }, +/area/wizard_station) +"fy" = ( +/obj/structure/table/wood, +/obj/effect/landmark{ + name = "Teleport-Scroll" + }, +/turf/unsimulated/floor{ + dir = 6; + icon_state = "carpetside" + }, +/area/wizard_station) +"fz" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpetside" + }, +/area/wizard_station) +"fA" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" + }, +/area/space) +"fB" = ( +/obj/structure/chair/comfy/purp, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"fC" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"fD" = ( +/turf/space, +/turf/unsimulated/wall, +/area/space) +"fE" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/space) +"fF" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "redbluefull"; + tag = "icon-redbluefull (WEST)" + }, +/area/tdome/tdomeobserve) +"fG" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdomeaxe"; + name = "Axe Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"fH" = ( +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"fI" = ( +/obj/effect/overlay/palmtree_r, +/obj/effect/overlay/coconut, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"fJ" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_y = 0 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"fK" = ( +/obj/effect/overlay/palmtree_l, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"fL" = ( +/obj/machinery/computer/cryopod{ + density = 0; + pixel_x = 0; + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/trader_station/sol) +"fM" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdomegen"; + name = "General Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"fN" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/tdome/arena_source) +"fO" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/arena_source) +"fP" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/tdome/arena_source) +"fQ" = ( +/obj/machinery/light/spot{ + dir = 8; + icon_state = "tube1"; + tag = "icon-tube1 (WEST)" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"fR" = ( +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"fS" = ( +/obj/structure/table/wood, +/obj/item/stack/spacecash, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"fT" = ( +/turf/simulated/floor/holofloor/space, +/area/holodeck/source_space) +"fU" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/mugwort, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"fV" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "redbluefull"; + tag = "icon-redbluefull (WEST)" + }, +/area/tdome/tdomeobserve) +"fW" = ( +/obj/item/flag/wiz, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"fX" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"fY" = ( +/obj/structure/holohoop, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"fZ" = ( +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/trader_station/sol) +"ga" = ( +/obj/machinery/light/spot{ + dir = 8; + icon_state = "tube1"; + tag = "icon-tube1 (WEST)" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"gb" = ( +/obj/machinery/light/spot{ + dir = 4; + icon_state = "tube1"; + tag = "icon-tube1 (EAST)" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"gc" = ( +/obj/machinery/light, +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/trader_station/sol) +"gd" = ( +/obj/structure/rack, +/obj/item/clothing/under/plasmaman/wizard, +/obj/item/clothing/head/helmet/space/plasmaman/wizard, +/obj/item/clothing/mask/breath, +/obj/item/tank/plasma/plasmaman/belt/full, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/wizard_station) +"ge" = ( +/turf/unsimulated/floor/snow, +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/syndicate_mothership) +"gf" = ( +/obj/item/camera, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"gg" = ( +/obj/machinery/light/spot{ + dir = 1; + icon_state = "tube1"; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"gh" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/syndicate_mothership) +"gi" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plating/airless, +/area/syndicate_mothership) +"gj" = ( +/turf/simulated/floor/plating/airless, +/area/syndicate_mothership) +"gk" = ( +/obj/machinery/flasher{ + id = "flash"; + name = "Thunderdome Flash" + }, +/turf/simulated/floor/bluegrid, +/area/tdome/arena_source) +"gl" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows"; + tag = "icon-fakewindows (WEST)" + }, +/area/wizard_station) +"gm" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "diagonalWall3"; + tag = "icon-diagonalWall3" + }, +/area/syndicate_mothership) +"gn" = ( +/obj/machinery/camera{ + c_tag = "Thunderdome Arena"; + network = list("Thunderdome"); + pixel_x = 10 + }, +/turf/simulated/floor/bluegrid, +/area/tdome/arena_source) +"go" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"gq" = ( +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"gr" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton{ + pixel_y = 0 + }, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"gs" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/under/color/red, +/obj/item/holo/esword/red, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"gt" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 8; + height = 20; + id = "freegolem_transit"; + name = "free golem in transit"; + width = 16 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"gu" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"gv" = ( +/obj/effect/decal/cleanable/blood, +/turf/unsimulated/floor{ + icon_state = "chapel" + }, +/area/wizard_station) +"gw" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "chapel" + }, +/area/wizard_station) +"gx" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plating/airless, +/area/syndicate_mothership) +"gz" = ( +/mob/living/carbon/human/monkey, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "chapel" + }, +/area/wizard_station) +"gA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/sleeper/upgraded, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/ninja/outpost) +"gB" = ( +/turf/unsimulated/floor/snow, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/syndicate_mothership) +"gC" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/wizard_station) +"gD" = ( +/mob/living/simple_animal/hostile/creature{ + name = "Experiment 35b" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/wizard_station) +"gE" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (NORTH)" + }, +/area/wizard_station) +"gG" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "chapel" + }, +/area/wizard_station) +"gH" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 7; + height = 5; + id = "sit_transit"; + name = "sit in transit"; + width = 11 + }, +/turf/space/transit, +/area/space) +"gI" = ( +/obj/machinery/vending/syndisnack, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"gJ" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdomehea"; + name = "Heavy Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"gK" = ( +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "grimy"; + tag = "icon-grimy" + }, +/area/holodeck/source_meetinghall) +"gL" = ( +/obj/effect/decal/remains/human, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/wizard_station) +"gM" = ( +/turf/unsimulated/floor{ + icon_state = "chapel" + }, +/area/wizard_station) +"gN" = ( +/obj/structure/rack, +/obj/item/kitchen/knife/ritual, +/obj/structure/window/reinforced/clockwork{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "chapel" + }, +/area/wizard_station) +"gO" = ( +/turf/unsimulated/wall/fakeglass, +/area/ninja/outpost) +"gP" = ( +/obj/effect/landmark{ + name = "ninjastart" + }, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/ninja/outpost) +"gQ" = ( +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/ninja/outpost) +"gR" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"gS" = ( +/obj/item/beach_ball, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"gT" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"gU" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"gV" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"gW" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"gX" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"gY" = ( +/obj/machinery/vending/syndicigs, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"gZ" = ( +/obj/docking_port/stationary/transit{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_transit"; + name = "skipjack in transit"; + width = 19 + }, +/turf/space/transit, +/area/space) +"ha" = ( +/obj/docking_port/stationary/transit{ + dheight = 9; + dir = 2; + dwidth = 5; + height = 22; + id = "syndicate_transit"; + name = "syndicate in transit"; + width = 18 + }, +/turf/space/transit, +/area/space) +"hc" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 5; + id = "laborcamp_transit"; + name = "labor in transit"; + width = 9 + }, +/turf/space/transit, +/area/space) +"hd" = ( +/obj/docking_port/stationary/transit{ + dir = 1; + dwidth = 1; + height = 4; + id = "pod1_transit"; + name = "pod 1 in transit"; + width = 3 + }, +/turf/space/transit, +/area/space) +"he" = ( +/turf/unsimulated/beach/coastline, +/area/ninja/holding) +"hf" = ( +/obj/item/clothing/head/collectable/paper, +/turf/unsimulated/beach/coastline, +/area/ninja/holding) +"hg" = ( +/obj/effect/decal/warning_stripes/south, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/syndicate_mothership) +"hh" = ( +/obj/docking_port/stationary/transit{ + dir = 1; + dwidth = 1; + height = 4; + id = "pod2_transit"; + name = "pod 2 in transit"; + width = 3 + }, +/turf/space/transit, +/area/space) +"hi" = ( +/obj/docking_port/stationary{ + area_type = /area/syndicate_mothership; + dir = 1; + dwidth = 11; + height = 18; + id = "emergency_syndicate"; + name = "404 Not Found"; + turf_type = /turf/unsimulated/floor/snow; + width = 29 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"hj" = ( +/turf/unsimulated/floor/snow, +/turf/unsimulated/floor/snow{ + dir = 4; + icon_state = "gravsnow_corner"; + tag = "icon-gravsnow_corner (EAST)" + }, +/area/syndicate_mothership) +"hk" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + req_access_txt = "112" + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome) +"hl" = ( +/obj/machinery/door/airlock/external{ + id_tag = "syndicate_away"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"hm" = ( +/turf/unsimulated/floor/snow, +/turf/unsimulated/floor/snow{ + dir = 8; + icon_state = "gravsnow_corner"; + tag = "icon-gravsnow_corner (WEST)" + }, +/area/syndicate_mothership) +"hn" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"ho" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows" + }, +/area/syndicate_mothership) +"hq" = ( +/turf/unsimulated/floor/snow, +/turf/unsimulated/floor/snow{ + dir = 6; + icon_state = "gravsnow_corner"; + tag = "icon-gravsnow_corner (SOUTHEAST)" + }, +/area/syndicate_mothership) +"hr" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 0; + icon_state = "fakewindows"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"hs" = ( +/turf/unsimulated/floor/snow, +/turf/unsimulated/floor/snow{ + dir = 10; + icon_state = "gravsnow_corner"; + tag = "icon-gravsnow_corner (SOUTHWEST)" + }, +/area/syndicate_mothership) +"ht" = ( +/obj/structure/flora/tree/pine{ + pixel_x = 1 + }, +/turf/unsimulated/floor/snow, +/turf/unsimulated/floor/snow{ + dir = 10; + icon_state = "gravsnow_corner"; + tag = "icon-gravsnow_corner (SOUTHWEST)" + }, +/area/syndicate_mothership) +"hu" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows" + }, +/area/syndicate_mothership) +"hv" = ( +/turf/unsimulated/beach/water, +/area/ninja/holding) +"hw" = ( +/obj/machinery/light/spot, +/turf/unsimulated/beach/water, +/area/ninja/holding) +"hx" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plating/airless, +/area/syndicate_mothership) +"hy" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fakewindows"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"hz" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/syndicate_mothership) +"hA" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Shuttle Dock" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"hB" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"hC" = ( +/obj/effect/spawner/window/reinforced, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/ninja/holding) +"hD" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"hE" = ( +/turf/unsimulated/floor/snow, +/turf/unsimulated/floor/snow{ + icon_state = "gravsnow_corner" + }, +/turf/unsimulated/floor/snow{ + dir = 1; + icon_state = "gravsnow_corner"; + tag = "icon-gravsnow_corner (NORTH)" + }, +/area/syndicate_mothership) +"hF" = ( +/obj/effect/landmark{ + name = "Holding Facility" + }, +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/area/ninja/holding) +"hG" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/syndicate_mothership) +"hH" = ( +/obj/machinery/vending/sovietsoda, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"hI" = ( +/turf/unsimulated/floor/snow, +/turf/unsimulated/floor/snow{ + dir = 1; + icon_state = "gravsnow_corner"; + tag = "icon-gravsnow_corner (NORTH)" + }, +/area/syndicate_mothership) +"hJ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/russian, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"hK" = ( +/turf/unsimulated/floor/snow, +/turf/unsimulated/floor/snow{ + dir = 5; + icon_state = "gravsnow_corner"; + tag = "icon-gravsnow_corner (NORTHEAST)" + }, +/area/syndicate_mothership) +"hL" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"hM" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership) +"hN" = ( +/obj/structure/sign/double/map/left{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"hO" = ( +/obj/machinery/washing_machine, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"hP" = ( +/obj/structure/flora/grass/brown, +/turf/unsimulated/floor/snow, +/turf/unsimulated/floor/snow{ + dir = 4; + icon_state = "gravsnow_corner"; + tag = "icon-gravsnow_corner (EAST)" + }, +/area/syndicate_mothership) +"hQ" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/obj/item/storage/fancy/crayons, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hR" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"hS" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"hT" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"hU" = ( +/obj/structure/table/wood, +/obj/item/storage/box/drinkingglasses, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"hV" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"hX" = ( +/obj/item/storage/fancy/crayons, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hZ" = ( +/turf/simulated/floor/light, +/area/secret/gaybar) +"ia" = ( +/turf/simulated/floor/wood, +/area/secret/gaybar) +"ib" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"ic" = ( +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"id" = ( +/obj/machinery/light/small, +/turf/simulated/floor/light, +/area/secret/gaybar) +"ie" = ( +/obj/machinery/washing_machine, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"if" = ( +/obj/structure/table/wood, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"ig" = ( +/obj/structure/table/wood, +/obj/item/book/manual/barman_recipes, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"ih" = ( +/turf/unsimulated/wall, +/area/wizard_station) +"ii" = ( +/obj/machinery/computer/shuttle/syndicate/recall, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"ij" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = 0; + pixel_y = 25 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"ik" = ( +/obj/machinery/vending/syndicigs, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"il" = ( +/obj/machinery/vending/syndisnack, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"im" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"in" = ( +/obj/item/mop, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"io" = ( +/obj/item/soap/syndie, +/obj/structure/mopbucket, +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"ip" = ( +/obj/structure/flora/grass/brown, +/turf/unsimulated/floor/snow, +/turf/unsimulated/floor/snow{ + dir = 10; + icon_state = "gravsnow_corner"; + tag = "icon-gravsnow_corner (SOUTHWEST)" + }, +/area/syndicate_mothership) +"iq" = ( +/obj/structure/noticeboard{ + pixel_x = -32 + }, +/obj/item/paper/syndimemo, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"is" = ( +/mob/living/simple_animal/pet/dog/fox/Syndifox, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"it" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/syndicate_mothership) +"iu" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plating/airless, +/area/syndicate_mothership) +"iv" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/assault_pod) +"iw" = ( +/obj/effect/overlay/palmtree_r, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"ix" = ( +/obj/machinery/sleeper/syndie, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"iy" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"iz" = ( +/obj/machinery/door/airlock/centcom{ + name = "Restroom"; + opacity = 1; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"iA" = ( +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/structure/sink{ + dir = 4; + icon_state = "sink"; + pixel_x = 11; + pixel_y = 0 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"iB" = ( +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"iC" = ( +/obj/structure/table/wood, +/obj/item/pizzabox, +/obj/item/paicard/syndicate, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"iD" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/cans/beer{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"iE" = ( +/obj/structure/closet/syndicate/sst, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"iF" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/door/window{ + dir = 8; + name = "Tactical Toilet"; + opacity = 1; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"iG" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plating/airless, +/area/syndicate_mothership) +"iH" = ( +/obj/structure/flora/tree/pine{ + pixel_x = 1 + }, +/turf/unsimulated/floor/snow, +/turf/unsimulated/floor/snow{ + icon_state = "gravsnow_corner" + }, +/area/syndicate_mothership) +"iI" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plating/airless, +/area/syndicate_mothership) +"iJ" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plating/airless, +/area/syndicate_mothership) +"iK" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + icon_state = "fakewindows"; + tag = "icon-fakewindows (NORTHWEST)" + }, +/area/syndicate_mothership) +"iL" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"iM" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/cans/beer{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/toy/cards/deck/syndicate{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"iN" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/mushroompizzaslice{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"iO" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/floor/pod, +/turf/space, +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"iP" = ( +/obj/machinery/door/airlock/centcom{ + aiControlDisabled = 1; + name = "Assault Pod"; + opacity = 1; + req_one_access_txt = "150" + }, +/turf/simulated/floor/plating, +/area/shuttle/assault_pod) +"iQ" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/floor/pod, +/turf/space, +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"iR" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (NORTH)" + }, +/area/syndicate_mothership) +"iS" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"iT" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plating/airless, +/area/syndicate_mothership) +"iU" = ( +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + name = "Shuttle Dock Door" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"iV" = ( +/turf/simulated/floor/plating, +/area/syndicate_mothership) +"iW" = ( +/obj/machinery/door/airlock/external{ + req_access_txt = "150" + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership) +"iX" = ( +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/syndicate_mothership) +"iY" = ( +/mob/living/simple_animal/pet/cat/Syndi, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"iZ" = ( +/obj/machinery/door/airlock/external{ + id_tag = "syndicate_away"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"ja" = ( +/turf/unsimulated/wall, +/area/tdome/arena) +"jb" = ( +/obj/machinery/igniter/on, +/turf/simulated/floor/plasteel, +/area/tdome/arena) +"jc" = ( +/turf/simulated/floor/plasteel, +/area/tdome/arena) +"jd" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows"; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership) +"je" = ( +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/wizard_station) +"jf" = ( +/obj/structure/chair/stool/bar, +/obj/effect/landmark{ + name = "Syndicate-Spawn" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"jg" = ( +/obj/machinery/door_control{ + id = "nukeop_ready"; + name = "Mission Launch Control"; + pixel_x = -26; + pixel_y = -2; + req_access_txt = "151" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"jh" = ( +/obj/structure/sign/double/map/right{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"ji" = ( +/obj/machinery/door_control{ + id = "syndicate_sit_1"; + name = "Shuttle Blast Doors"; + pixel_x = -26; + pixel_y = -2; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"jj" = ( +/obj/machinery/computer/shuttle/syndicate/drop_pod, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/assault_pod) +"jk" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/syndicate_mothership) +"jl" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/energy/sword/saber/red, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"jm" = ( +/obj/structure/table/wood, +/obj/item/storage/box/drinkingglasses, +/obj/item/reagent_containers/food/drinks/bottle/rum, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/syndicate_mothership) +"jn" = ( +/obj/structure/table/wood, +/obj/item/syndicatedetonator, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/syndicate_mothership) +"jo" = ( +/obj/structure/table/wood, +/obj/item/toy/nuke, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/syndicate_mothership) +"jp" = ( +/turf/simulated/floor/plasteel, +/area/tdome/arena_source) +"jq" = ( +/obj/machinery/light/spot{ + dir = 4; + icon_state = "tube1"; + tag = "icon-tube1 (EAST)" + }, +/obj/structure/closet/syndicate/sst, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"jr" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/energy/sword/saber/green, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"js" = ( +/obj/structure/table/reinforced, +/obj/item/syndicatedetonator, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"jt" = ( +/obj/machinery/light/small{ + dir = 4; + icon_state = "bulb1"; + tag = "icon-bulb1 (EAST)" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"ju" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plating/airless, +/area/syndicate_mothership) +"jv" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plating/airless, +/area/syndicate_mothership) +"jw" = ( +/obj/machinery/light/small{ + dir = 8; + icon_state = "bulb1"; + tag = "icon-bulb1 (WEST)" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"jx" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plating/airless, +/area/syndicate_mothership) +"jy" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plating/airless, +/area/syndicate_mothership) +"jz" = ( +/obj/machinery/light, +/turf/simulated/floor/plating/airless, +/area/syndicate_mothership) +"jA" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 10; + height = 35; + id = "whiteship_transit"; + name = "whiteship in transit"; + width = 21 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"jB" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'FOURTH WALL'."; + name = "\improper FOURTH WALL"; + pixel_x = -32 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"jC" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "sit_tele"; + name = "Teleporter" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"jD" = ( +/obj/structure/table/reinforced, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer{ + pixel_y = 5 + }, +/obj/item/healthupgrade{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/healthupgrade{ + pixel_x = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"jE" = ( +/obj/structure/rack, +/obj/item/tank/emergency_oxygen/vox, +/obj/item/clothing/mask/breath/vox, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/wizard_station) +"jF" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = 5 + }, +/obj/item/multitool{ + pixel_x = -7; + pixel_y = -1 + }, +/obj/item/multitool, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"jG" = ( +/obj/machinery/light/spot, +/obj/structure/table/reinforced, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_y = 8 + }, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_y = 4 + }, +/obj/item/radio/beacon/syndicate/bomb, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"jH" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"jI" = ( +/turf/space, +/area/adminconstruction) +"jJ" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plating/airless, +/area/syndicate_mothership) +"jK" = ( +/obj/effect/decal/warning_stripes/north, +/obj/machinery/light, +/turf/simulated/floor/plating/airless, +/area/syndicate_mothership) +"jM" = ( +/obj/machinery/door/window{ + dir = 4; + name = "Uplink Management Control"; + req_access_txt = "151" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/syndicate_mothership) +"jN" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/bodyscanner, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/living) +"jO" = ( +/obj/structure/sign/double/map/right{ + pixel_y = -32 + }, +/obj/structure/rack/skeletal_bar/right, +/obj/item/reagent_containers/food/drinks/bottle/gin, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/syndicate_mothership) +"jP" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien21" + }, +/area/abductor_ship) +"jQ" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien20" + }, +/area/abductor_ship) +"jR" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien23" + }, +/area/abductor_ship) +"jS" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien22" + }, +/area/abductor_ship) +"jT" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien24" + }, +/area/abductor_ship) +"jU" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien16" + }, +/area/abductor_ship) +"jV" = ( +/obj/machinery/abductor/experiment{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jW" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien17" + }, +/area/abductor_ship) +"jX" = ( +/obj/machinery/abductor/pad{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jY" = ( +/obj/machinery/abductor/console{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jZ" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien19" + }, +/area/abductor_ship) +"ka" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien18" + }, +/area/abductor_ship) +"kb" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Equipment Room"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"kc" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/floor/pod, +/turf/space, +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "diagonalWall3"; + tag = "icon-diagonalWall3" + }, +/area/shuttle/assault_pod) +"kd" = ( +/obj/structure/closet/secure_closet/freezer/fridge{ + req_access_txt = "112" + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome) +"ke" = ( +/obj/effect/overlay/palmtree_l, +/obj/effect/overlay/coconut, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"kf" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"kh" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/floor/pod, +/turf/space, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"kj" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "stage_stairs" + }, +/area/syndicate_mothership) +"kk" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "sst_tele"; + name = "Teleporter" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"kl" = ( +/obj/machinery/vending/tool, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"km" = ( +/obj/machinery/door/airlock/centcom{ + aiControlDisabled = 1; + name = "Assault Pod"; + opacity = 1; + req_one_access_txt = "150" + }, +/obj/docking_port/mobile/assault_pod, +/turf/simulated/floor/plating, +/area/shuttle/assault_pod) +"kn" = ( +/obj/machinery/sleeper/syndie{ + dir = 2; + icon_state = "sleeper_s-open" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"ko" = ( +/obj/structure/flora/bush, +/turf/unsimulated/floor/snow, +/turf/unsimulated/floor/snow{ + dir = 1; + icon_state = "gravsnow_corner"; + tag = "icon-gravsnow_corner (NORTH)" + }, +/area/syndicate_mothership) +"kp" = ( +/obj/machinery/light/spot{ + dir = 1; + icon_state = "tube1"; + tag = "icon-tube1 (NORTH)" + }, +/obj/machinery/sleeper/syndie{ + dir = 2; + icon_state = "sleeper_s-open" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"kq" = ( +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kr" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"ks" = ( +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kt" = ( +/obj/machinery/abductor/experiment{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"ku" = ( +/obj/machinery/abductor/pad{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kv" = ( +/obj/machinery/abductor/console{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kw" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien14" + }, +/area/abductor_ship) +"kx" = ( +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"ky" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kz" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien15" + }, +/area/abductor_ship) +"kA" = ( +/obj/structure/closet/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kB" = ( +/turf/simulated/floor/bluegrid, +/area/tdome/arena_source) +"kC" = ( +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kD" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kE" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien12" + }, +/area/abductor_ship) +"kF" = ( +/obj/effect/landmark/abductor/scientist, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kG" = ( +/obj/structure/table/abductor, +/obj/item/retractor/alien, +/obj/item/hemostat/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kH" = ( +/obj/effect/landmark/abductor/agent, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kI" = ( +/obj/machinery/optable/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kJ" = ( +/obj/structure/closet/syndicate/personal, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership) +"kK" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/obj/machinery/light/spot{ + dir = 1; + icon_state = "tube1"; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"kL" = ( +/obj/structure/table, +/obj/item/gun/energy/ionrifle, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kM" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien13" + }, +/area/abductor_ship) +"kN" = ( +/obj/structure/table/abductor, +/obj/item/storage/box/alienhandcuffs, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kO" = ( +/obj/effect/landmark/abductor/scientist{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kP" = ( +/obj/effect/landmark/abductor/agent{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kQ" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien10" + }, +/area/abductor_ship) +"kR" = ( +/obj/structure/table/abductor, +/obj/item/paper/abductor, +/obj/item/scalpel/alien, +/obj/item/cautery/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kS" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien11" + }, +/area/abductor_ship) +"kT" = ( +/obj/effect/landmark{ + name = "Syndicate-Infiltrator"; + tag = "Commando" + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"kU" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien6" + }, +/area/abductor_ship) +"kV" = ( +/obj/machinery/abductor/gland_dispenser, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kW" = ( +/obj/structure/chair, +/obj/effect/landmark{ + name = "tdomeobserve" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "redbluefull"; + tag = "icon-redbluefull (WEST)" + }, +/area/tdome/tdomeobserve) +"kX" = ( +/obj/machinery/vending/snack, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "redbluefull"; + tag = "icon-redbluefull (WEST)" + }, +/area/tdome/tdomeobserve) +"kY" = ( +/obj/structure/table{ + dir = 9; + icon_state = "tabledir" + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome) +"kZ" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave/upgraded, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome) +"la" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome) +"lb" = ( +/obj/item/camera, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "redbluefull"; + tag = "icon-redbluefull (WEST)" + }, +/area/tdome/tdomeobserve) +"lc" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"ld" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows"; + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"le" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/tdome) +"lf" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fakewindows"; + tag = "icon-fakewindows (EAST)" + }, +/area/tdome) +"lg" = ( +/obj/structure/mirror{ + pixel_x = 28 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"lh" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"li" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien7" + }, +/area/abductor_ship) +"lj" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdomeaxe"; + name = "Axe Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"lk" = ( +/obj/structure/table/abductor, +/obj/item/surgicaldrill/alien, +/obj/item/circular_saw/alien, +/obj/item/FixOVein/alien, +/obj/item/bonesetter/alien, +/obj/item/bonegel/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"ll" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien9" + }, +/area/abductor_ship) +"lm" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien8" + }, +/area/abductor_ship) +"ln" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien2" + }, +/area/abductor_ship) +"lo" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/energy/sword/saber/red, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"lp" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdomegen"; + name = "General Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"lq" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdome2) +"lr" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/arena) +"lt" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/tdome/arena) +"lu" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "chapel" + }, +/area/wizard_station) +"lv" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/tdome/arena) +"lw" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdome1) +"lx" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/energy/sword/saber/green, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"ly" = ( +/turf/unsimulated/wall/abductor, +/area/abductor_ship) +"lz" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien4" + }, +/area/abductor_ship) +"lA" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien3" + }, +/area/abductor_ship) +"lB" = ( +/obj/effect/landmark{ + name = "tdome2" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdome2) +"lC" = ( +/turf/unsimulated/wall, +/area/tdome/arena_source) +"lD" = ( +/obj/machinery/igniter/on, +/turf/simulated/floor/plasteel, +/area/tdome/arena_source) +"lE" = ( +/obj/machinery/light/spot, +/turf/simulated/floor/plasteel, +/area/tdome/arena_source) +"lF" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien5" + }, +/area/abductor_ship) +"lG" = ( +/obj/effect/landmark{ + name = "tdome1" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdome1) +"lH" = ( +/obj/machinery/camera{ + c_tag = "Thunderdome Red Team"; + network = list("Thunderdome"); + pixel_x = 11; + pixel_y = -9 + }, +/obj/effect/landmark{ + name = "tdome2" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdome2) +"lI" = ( +/turf/simulated/floor/bluegrid, +/area/tdome/arena) +"lJ" = ( +/obj/machinery/flasher{ + id = "flash"; + name = "Thunderdome Flash" + }, +/turf/simulated/floor/bluegrid, +/area/tdome/arena) +"lK" = ( +/obj/machinery/camera{ + c_tag = "Thunderdome Green Team"; + network = list("Thunderdome"); + pixel_x = 12; + pixel_y = -10 + }, +/obj/effect/landmark{ + name = "tdome1" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdome1) +"lL" = ( +/obj/machinery/abductor/experiment{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lM" = ( +/obj/machinery/abductor/pad{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lN" = ( +/obj/machinery/abductor/console{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lO" = ( +/obj/machinery/abductor/experiment{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lP" = ( +/obj/machinery/abductor/pad{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lQ" = ( +/obj/machinery/abductor/console{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lR" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lS" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lT" = ( +/obj/effect/landmark/abductor/scientist{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lU" = ( +/obj/effect/landmark/abductor/agent{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lV" = ( +/obj/effect/landmark/abductor/scientist{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lW" = ( +/obj/machinery/camera{ + c_tag = "Thunderdome Arena"; + network = list("Thunderdome"); + pixel_x = 10 + }, +/turf/simulated/floor/bluegrid, +/area/tdome/arena) +"lX" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdomehea"; + name = "Heavy Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"lY" = ( +/obj/effect/landmark/abductor/agent{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lZ" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"ma" = ( +/obj/item/storage/lockbox/t4{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/lockbox/t4{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"mb" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"mc" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"md" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/tdome/tdomeadmin) +"me" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark{ + name = "tdomeadmin" + }, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/tdome/tdomeadmin) +"mf" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/drinkingglass/devilskiss, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/tdome/tdomeadmin) +"mg" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/tdome/tdomeadmin) +"mh" = ( +/obj/structure/table, +/obj/machinery/door_control{ + desc = "A remote control switch for port-side blast doors."; + icon_state = "doorctrl0"; + id = "thunderdome"; + name = "Main Blast Doors"; + pixel_x = -3; + pixel_y = 0; + req_access_txt = "104" + }, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/tdome/tdomeadmin) +"mi" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Thunderdome."; + name = "Thunderdome Telescreen"; + network = list("Thunderdome"); + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/tdome/tdomeadmin) +"mj" = ( +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/tdome/tdomeadmin) +"mk" = ( +/obj/structure/table, +/obj/machinery/door_control{ + desc = "A remote control switch for port-side blast doors."; + icon_state = "doorctrl0"; + id = "thunderdomehea"; + name = "Ranged Gear"; + pixel_x = 0; + pixel_y = 5; + req_access_txt = "104" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/tdome/tdomeadmin) +"ml" = ( +/obj/structure/table, +/obj/machinery/door_control{ + desc = "A remote control switch for port-side blast doors."; + icon_state = "doorctrl0"; + id = "thunderdomegen"; + name = "General Equiptment"; + pixel_x = 0; + pixel_y = 5; + req_access_txt = "104" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/tdome/tdomeadmin) +"mm" = ( +/obj/structure/table, +/obj/machinery/door_control{ + desc = "A remote control switch for port-side blast doors."; + icon_state = "doorctrl0"; + id = "thunderdomeaxe"; + name = "Specialist Supply"; + pixel_x = 0; + pixel_y = 5; + req_access_txt = "104" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/tdome/tdomeadmin) +"mn" = ( +/turf/unsimulated/wall, +/area/centcom) +"mo" = ( +/turf/unsimulated/wall, +/area/centcom/holding) +"mp" = ( +/obj/structure/bed, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom) +"mq" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "platingdmg3" + }, +/area/centcom) +"mr" = ( +/turf/unsimulated/wall, +/area/trader_station/sol) +"ms" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom) +"mt" = ( +/obj/effect/landmark{ + name = "Syndicate-Infiltrator"; + tag = "Commando" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"mu" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/toilet{ + dir = 8 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom) +"mv" = ( +/obj/machinery/light/spot, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"mw" = ( +/obj/structure/bed, +/turf/unsimulated/floor{ + icon_state = "floorscorched2" + }, +/area/centcom) +"mx" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/toilet{ + dir = 8 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom) +"my" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/holding) +"mz" = ( +/obj/structure/bookcase, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science{ + pixel_y = -14 + }, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/obj/item/book/manual/sop_general, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_command, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/holding) +"mA" = ( +/obj/machinery/computer/secure_data, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/holding) +"mB" = ( +/obj/machinery/computer/sm_monitor, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/holding) +"mC" = ( +/obj/machinery/computer/sm_monitor, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/holding) +"mD" = ( +/obj/machinery/photocopier, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/holding) +"mE" = ( +/obj/effect/landmark{ + name = "prisonwarp" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom) +"mF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom) +"mG" = ( +/obj/effect/decal/cleanable/blood, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom) +"mH" = ( +/turf/unsimulated/floor{ + icon_state = "panelscorched" + }, +/area/centcom) +"mI" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom) +"mJ" = ( +/turf/unsimulated/floor{ + icon_state = "platingdmg3" + }, +/area/centcom) +"mK" = ( +/obj/structure/chair/comfy/purp, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/holding) +"mL" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "carpetside" + }, +/area/centcom/holding) +"mM" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "carpetside" + }, +/area/centcom/holding) +"mN" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "carpetside" + }, +/area/centcom/holding) +"mO" = ( +/turf/unsimulated/wall{ + desc = "The door appears to be locked tightly."; + icon = 'icons/obj/doors/airlocks/hatch/centcom.dmi'; + icon_state = "closed"; + name = "Locked Door" + }, +/area/centcom) +"mP" = ( +/obj/effect/forcefield{ + desc = "You can't get in. Heh."; + layer = 1; + name = "Blocker" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"mQ" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/holding) +"mR" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "carpetside" + }, +/area/centcom/holding) +"mS" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpet" + }, +/area/centcom/holding) +"mT" = ( +/obj/structure/chair/comfy/red, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpet" + }, +/area/centcom/holding) +"mU" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/specops, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpet" + }, +/area/centcom/holding) +"mV" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "carpetside" + }, +/area/centcom/holding) +"mW" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom) +"mX" = ( +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Bathroom"; + dir = 2; + network = list("ERT","CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom) +"mY" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"mZ" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = 0 + }, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"na" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "stage_stairs" + }, +/area/centcom/holding) +"nb" = ( +/obj/structure/table, +/obj/item/circular_saw, +/obj/item/surgicaldrill{ + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"nc" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "carpetside" + }, +/area/centcom/holding) +"nd" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = -7 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/stamp/magistrate{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpetside" + }, +/area/centcom/holding) +"ne" = ( +/obj/structure/table/wood, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "114" + }, +/obj/item/clothing/head/justice_wig, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpetside" + }, +/area/centcom/holding) +"nf" = ( +/obj/structure/table/wood, +/obj/item/megaphone, +/obj/structure/window/reinforced, +/obj/item/taperecorder, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpetside" + }, +/area/centcom/holding) +"ng" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = 0 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 6; + icon_state = "carpetside" + }, +/area/centcom/holding) +"nh" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"ni" = ( +/obj/effect/decal/cleanable/blood, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom) +"nj" = ( +/turf/unsimulated/wall, +/area/syndicate_mothership) +"nk" = ( +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"nl" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"nm" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/structure/sign/bobross{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"nn" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"no" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"np" = ( +/obj/item/paper_bin, +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Centaral Command Supreme Court"; + pixel_x = 12; + pixel_y = -6 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"nq" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nr" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = -32; + pixel_y = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"ns" = ( +/obj/machinery/door_control{ + id = "syndicate_elite"; + name = "Shuttle Blast Doors"; + pixel_x = 26; + pixel_y = -2; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nt" = ( +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/effect/landmark{ + name = "Syndicate-Infiltrator"; + tag = "Commando" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nu" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = 0 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table, +/obj/item/pen, +/obj/item/storage/bible, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"nv" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nw" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/sign/bobross{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"nx" = ( +/obj/machinery/door/airlock/hatch/syndicate/command, +/obj/machinery/door/poddoor/impassable{ + id_tag = "commandcenter" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"ny" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flare{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/storage/box/flare{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/storage/box/flare{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/storage/box/bola{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/storage/box/bola{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/storage/box/bola{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"nz" = ( +/obj/effect/landmark{ + name = "prisonwarp" + }, +/turf/unsimulated/floor{ + icon_state = "panelscorched" + }, +/area/centcom) +"nA" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/landmark{ + name = "prisonwarp" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom) +"nB" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership) +"nC" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flashbangs{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/storage/box/teargas{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/storage/box/teargas{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/teargas{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/barrier{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/storage/box/barrier{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/storage/box/barrier{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"nD" = ( +/obj/structure/rack, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/shield/riot{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/shield/riot, +/obj/item/shield/riot{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = -7 + }, +/obj/item/shield/riot/tele, +/obj/item/shield/riot/tele{ + pixel_x = 7 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"nE" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"nF" = ( +/obj/machinery/computer/shuttle/sit, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nG" = ( +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/structure/closet/secure_closet/guncabinet, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"nH" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/m90{ + pixel_y = -4 + }, +/obj/item/gun/projectile/automatic/m90{ + pixel_y = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"nI" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + id = "sit_ready"; + name = "SIT Base Access"; + pixel_x = -6; + pixel_y = 6; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "sit_tele"; + name = "SIT Teleporter Access"; + pixel_x = 6; + pixel_y = 6; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nJ" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"nK" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "109" + }, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"nL" = ( +/obj/machinery/computer/shuttle/sst, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nM" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + id = "sst_armory"; + name = "SST Extra Weapons"; + pixel_x = -6; + pixel_y = -4; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "sst_ready"; + name = "SST Base Access"; + pixel_x = -6; + pixel_y = 6; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "sst_tele"; + name = "SST Teleporter Access"; + pixel_x = 6; + pixel_y = 6; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "sst_mechbay"; + name = "SST Mech Bay"; + pixel_x = 6; + pixel_y = -4; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nN" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = 0 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"nO" = ( +/turf/unsimulated/floor/grass, +/area/centcom/control) +"nP" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8; + icon_state = "recharge_port" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"nQ" = ( +/obj/machinery/hydroponics/constructable, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"nR" = ( +/obj/machinery/vending/hydroseeds, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"nS" = ( +/obj/mecha/combat/marauder/mauler/loaded, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nT" = ( +/obj/machinery/vending/hydronutrients, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"nU" = ( +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/structure/closet/crate, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"nV" = ( +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/arrow{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"nW" = ( +/obj/effect/decal/warning_stripes/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nX" = ( +/obj/structure/flora/tree/pine, +/turf/unsimulated/floor/snow, +/turf/unsimulated/floor/snow{ + icon_state = "gravsnow_corner" + }, +/area/syndicate_mothership) +"nY" = ( +/obj/structure/flora/grass/brown, +/turf/unsimulated/floor/snow, +/turf/unsimulated/floor/snow{ + icon_state = "gravsnow_corner" + }, +/area/syndicate_mothership) +"nZ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/admin) +"oa" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/turf/unsimulated/wall{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/admin) +"ob" = ( +/obj/effect/landmark{ + name = "Syndicate-Infiltrator-Leader"; + tag = "Commando" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"oc" = ( +/obj/machinery/chem_master, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"od" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "platingdmg1" + }, +/area/centcom) +"oe" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "floorscorched2" + }, +/area/centcom) +"of" = ( +/obj/machinery/smartfridge, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"og" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/wt550{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/gun/projectile/automatic/wt550, +/obj/item/gun/projectile/automatic/wt550{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"oh" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"oi" = ( +/obj/item/storage/fancy/cigcase, +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/control) +"oj" = ( +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/control) +"ok" = ( +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"ol" = ( +/obj/machinery/smartfridge/disks, +/obj/structure/table, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"om" = ( +/obj/machinery/plantgenes/seedvault, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"on" = ( +/obj/machinery/seed_extractor, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"oo" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/hydroponics/constructable, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"op" = ( +/obj/machinery/recharge_station/upgraded, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "vault" + }, +/area/centcom/specops) +"oq" = ( +/obj/machinery/door/airlock/centcom{ + name = "Supreme Court"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"or" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/control) +"os" = ( +/obj/structure/table, +/obj/item/ashtray/glass, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/control) +"ot" = ( +/obj/machinery/chem_dispenser/mutagensaltpeter, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"ou" = ( +/obj/structure/closet/secure_closet/brig, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/holding) +"ov" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/holding) +"ow" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/holding) +"ox" = ( +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/obj/structure/closet/crate, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"oy" = ( +/obj/item/clothing/glasses/sunglasses/blindfold, +/obj/structure/table, +/obj/item/taperecorder, +/obj/item/camera/digital, +/obj/item/storage/box/bodybags, +/obj/item/healthanalyzer/advanced, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"oz" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"oA" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership) +"oB" = ( +/obj/machinery/crema_switch{ + pixel_y = 25 + }, +/obj/machinery/bodyscanner, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"oC" = ( +/obj/structure/crematorium, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"oD" = ( +/obj/machinery/vending/cigarette/free, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/control) +"oE" = ( +/obj/item/cigbutt, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/control) +"oF" = ( +/obj/machinery/biogenerator, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"oG" = ( +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Mass Drivers"; + dir = 2; + network = list("ERT","CentComm") + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "vault" + }, +/area/centcom/specops) +"oH" = ( +/obj/item/radio/intercom/specops{ + pixel_y = 25 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "vault" + }, +/area/centcom/specops) +"oI" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"oJ" = ( +/obj/mecha/combat/marauder/seraph/loaded, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"oK" = ( +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Assault Armor Storage"; + dir = 2; + network = list("ERT","CentComm") + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "vault" + }, +/area/centcom/specops) +"oL" = ( +/obj/structure/bed, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/holding) +"oM" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/holding) +"oN" = ( +/turf/unsimulated/floor{ + icon_state = "gcircuit" + }, +/area/centcom/holding) +"oO" = ( +/obj/machinery/chem_dispenser/supgraded, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"oP" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/seeds/gatfruit, +/obj/item/seeds/cherry/bomb, +/obj/item/seeds/ambrosia/gaia, +/obj/item/seeds/ambrosia/gaia, +/obj/item/seeds/ambrosia/gaia, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"oQ" = ( +/obj/effect/landmark{ + name = "Marauder Exit" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"oR" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT3"; + name = "Launch Bay #3" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"oS" = ( +/obj/effect/decal/warning_stripes/west, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"oT" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "vault" + }, +/area/centcom/specops) +"oU" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT"; + name = "Assault Armor" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "vault" + }, +/area/centcom/specops) +"oV" = ( +/obj/effect/forcefield{ + desc = "You can't get in. Heh."; + layer = 1; + name = "Blocker" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/holding) +"oW" = ( +/obj/machinery/door/airlock/centcom{ + name = "Special Room"; + opacity = 1; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"oX" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "rcircuit" + }, +/area/centcom/holding) +"oY" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpet" + }, +/area/centcom/control) +"oZ" = ( +/obj/structure/rack, +/obj/item/gun/energy/sniperrifle{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 0; + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"pa" = ( +/obj/structure/dresser, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpet" + }, +/area/centcom/control) +"pb" = ( +/obj/structure/sign/nosmoking_1{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"pc" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/light/spot{ + dir = 4; + icon_state = "tube1"; + tag = "icon-tube1 (EAST)" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpet" + }, +/area/centcom/control) +"pd" = ( +/obj/effect/spawner/window/reinforced, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/control) +"pe" = ( +/obj/machinery/door/airlock/centcom{ + name = "Smoking Room"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"pf" = ( +/obj/machinery/door/airlock/centcom{ + name = "Greenhouse"; + opacity = 1; + req_access_txt = "102" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/control) +"ph" = ( +/obj/mecha/combat/marauder/loaded, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"pi" = ( +/obj/machinery/clonepod/biomass, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" + }, +/area/centcom/living) +"pj" = ( +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Ready Room East"; + dir = 8; + network = list("ERT","CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/holding) +"pk" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpet" + }, +/area/centcom/control) +"pl" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpet" + }, +/area/centcom/control) +"pm" = ( +/obj/machinery/door/airlock/centcom{ + name = "Living Quarters"; + opacity = 1; + req_access_txt = "102" + }, +/turf/unsimulated/floor{ + icon_state = "redyellowfull"; + tag = "icon-redyellowfull" + }, +/area/centcom/control) +"pn" = ( +/obj/machinery/atm{ + pixel_y = 24 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/centcom/control) +"po" = ( +/obj/structure/chair/stool, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "redyellowfull"; + tag = "icon-redyellowfull" + }, +/area/centcom/control) +"pq" = ( +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/structure/table, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/centcom/control) +"pr" = ( +/obj/machinery/computer/sm_monitor, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/control) +"ps" = ( +/obj/item/reagent_containers/food/drinks/cans/cola, +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "redyellowfull"; + tag = "icon-redyellowfull" + }, +/area/centcom/control) +"pt" = ( +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/centcom/control) +"pu" = ( +/turf/unsimulated/floor{ + icon_state = "redyellowfull"; + tag = "icon-redyellowfull" + }, +/area/centcom/control) +"pv" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/centcom/control) +"pw" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "redyellowfull"; + tag = "icon-redyellowfull" + }, +/area/centcom/control) +"px" = ( +/obj/item/instrument/accordion, +/obj/item/instrument/bikehorn, +/obj/item/instrument/eguitar, +/obj/item/instrument/guitar, +/obj/item/instrument/harmonica, +/obj/item/instrument/piano_synth, +/obj/item/instrument/saxophone, +/obj/item/instrument/trombone, +/obj/item/instrument/violin, +/obj/item/instrument/xylophone, +/obj/structure/closet/crate, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/centcom/control) +"py" = ( +/obj/structure/closet/secure_closet/bar{ + req_access = null; + req_access_txt = "102" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"pz" = ( +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/syndicate_mothership) +"pA" = ( +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/syndicate_mothership) +"pB" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"pC" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = "102" + }, +/turf/unsimulated/wall, +/area/centcom/control) +"pD" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"pE" = ( +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo"; + pixel_x = -5 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/control) +"pF" = ( +/turf/unsimulated/wall/fakeglass, +/area/syndicate_mothership) +"pG" = ( +/obj/structure/foodcart, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"pH" = ( +/obj/machinery/icemachine, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"pI" = ( +/obj/machinery/kitchen_machine/oven/upgraded, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"pJ" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT2"; + name = "Launch Bay #2" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"pK" = ( +/obj/machinery/light/spot{ + dir = 1; + icon_state = "tube1"; + tag = "icon-tube1 (NORTH)" + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin/syndicate, +/obj/item/stamp/syndicate, +/obj/item/pen/multi/gold, +/obj/item/folder/red, +/obj/item/folder/red{ + pixel_x = 7 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"pL" = ( +/obj/machinery/mass_driver{ + dir = 8; + drive_range = 50; + id_tag = "ASSAULT2"; + name = "gravpult" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"pM" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/holding) +"pN" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain, +/obj/item/assembly/signaler{ + code = 6; + frequency = 1445 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"pO" = ( +/obj/structure/table, +/obj/item/gun/energy/laser, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/holding) +"pP" = ( +/obj/item/reagent_containers/food/drinks/cans/beer, +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "redyellowfull"; + tag = "icon-redyellowfull" + }, +/area/centcom/control) +"pQ" = ( +/obj/structure/rack, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = -7; + pixel_y = -7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"pR" = ( +/obj/structure/table, +/obj/machinery/juicer{ + pixel_y = 6 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/centcom/control) +"pS" = ( +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + icon_state = "redyellowfull"; + tag = "icon-redyellowfull" + }, +/area/centcom/control) +"pT" = ( +/obj/machinery/mass_driver{ + dir = 8; + drive_range = 50; + id_tag = "ASSAULT3"; + name = "gravpult" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"pU" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "vault" + }, +/area/centcom/specops) +"pV" = ( +/obj/structure/piano, +/turf/unsimulated/floor{ + icon_state = "redyellowfull"; + tag = "icon-redyellowfull" + }, +/area/centcom/control) +"pW" = ( +/obj/machinery/kitchen_machine/grill/upgraded, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"pX" = ( +/obj/machinery/computer/pod/deathsquad, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "vault" + }, +/area/centcom/specops) +"pY" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/beer/upgraded, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"pZ" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"qb" = ( +/obj/machinery/kitchen_machine/candy_maker/upgraded, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"qc" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + req_access_txt = "102" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/control) +"qd" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/control) +"qe" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT1"; + name = "Launch Bay #1" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"qf" = ( +/obj/machinery/mass_driver{ + dir = 8; + drive_range = 50; + id_tag = "ASSAULT1"; + name = "gravpult" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qg" = ( +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"qh" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"qi" = ( +/obj/structure/rack, +/obj/item/gun/energy/sniperrifle{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 0; + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"qj" = ( +/obj/machinery/door/airlock/centcom{ + name = "Living Quarters"; + opacity = 1; + req_access_txt = "102" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/centcom/control) +"qk" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/soda/upgraded, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"ql" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"qm" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/control) +"qo" = ( +/obj/machinery/door/airlock/centcom{ + name = "Freezer"; + opacity = 1; + req_access_txt = "102" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/control) +"qp" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/centcom/evac) +"qq" = ( +/obj/item/reagent_containers/food/drinks/cans/beer, +/obj/structure/table, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/centcom/control) +"qr" = ( +/obj/mecha/combat/gygax/ert/loaded, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"qs" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/gun/projectile/shotgun/automatic/combat, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"qt" = ( +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/obj/structure/closet/crate, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"qu" = ( +/obj/machinery/cooker/cerealmaker, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"qv" = ( +/obj/structure/closet/crate, +/obj/item/grenade/plastic/x4, +/obj/item/grenade/plastic/x4, +/obj/item/grenade/plastic/x4, +/obj/item/grenade/plastic/x4, +/obj/item/grenade/plastic/c4_shaped/flash, +/obj/item/grenade/plastic/c4_shaped/flash, +/obj/item/grenade/plastic/c4_shaped/flash, +/obj/item/grenade/plastic/c4_shaped/flash, +/obj/item/grenade/plastic/c4_shaped, +/obj/item/grenade/plastic/c4_shaped, +/obj/item/grenade/plastic/c4_shaped, +/obj/item/grenade/plastic/c4_shaped, +/obj/item/storage/lockbox/t4, +/obj/item/storage/lockbox/t4, +/obj/item/storage/lockbox/t4, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"qw" = ( +/obj/structure/rack, +/obj/item/gun/energy/gun/nuclear{ + pixel_x = -8; + pixel_y = -8 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"qx" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"qy" = ( +/obj/machinery/cooker/deepfryer/upgraded, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"qz" = ( +/obj/structure/rack, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/gun/energy/ionrifle/carbine, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"qA" = ( +/obj/structure/table, +/obj/machinery/processor{ + pixel_x = 0; + pixel_y = 10 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"qB" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT0"; + name = "Launch Bay #0" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"qC" = ( +/obj/machinery/vending/cigarette/free, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"qD" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall_s6" + }, +/area/shuttle/gamma/space) +"qE" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/reset) +"qF" = ( +/turf/simulated/floor/mech_bay_recharge_floor, +/area/syndicate_mothership) +"qG" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/unsimulated/floor, +/area/syndicate_mothership) +"qH" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "redyellowfull"; + tag = "icon-redyellowfull" + }, +/area/centcom/control) +"qI" = ( +/obj/machinery/mass_driver{ + dir = 8; + drive_range = 50; + id_tag = "ASSAULT0"; + name = "gravpult" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qJ" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"qK" = ( +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Assault Armor South"; + dir = 1; + network = list("ERT","CentComm") + }, +/obj/effect/decal/warning_stripes/yellow/partial{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/arrow{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qL" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "green" + }, +/area/centcom/control) +"qM" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "green" + }, +/area/centcom/control) +"qN" = ( +/obj/item/radio/intercom/specops{ + pixel_y = -28 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "vault" + }, +/area/centcom/specops) +"qO" = ( +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qP" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qQ" = ( +/obj/machinery/cryopod, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qR" = ( +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -6 + }, +/obj/structure/table, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/centcom/control) +"qS" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"qT" = ( +/obj/machinery/cooker/foodgrill, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"qU" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave/upgraded, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"qV" = ( +/obj/machinery/gibber, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/control) +"qW" = ( +/obj/structure/kitchenspike, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/control) +"qX" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/centcom/specops) +"qY" = ( +/obj/structure/bookcase, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science{ + pixel_y = -14 + }, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/obj/item/book/manual/sop_general, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_command, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/centcom/specops) +"qZ" = ( +/obj/machinery/shower{ + pixel_y = 25 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"ra" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "GRAVPULTS"; + name = "Gravity Catapults" + }, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "vault" + }, +/area/centcom/specops) +"rb" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "GRAVPULTS"; + name = "Gravity Catapults" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "vault" + }, +/area/centcom/specops) +"rc" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "ASSAULT"; + name = "Assault Armor" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rd" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "redyellowfull"; + tag = "icon-redyellowfull" + }, +/area/centcom/control) +"re" = ( +/obj/structure/curtain/open/shower/centcom, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"rf" = ( +/obj/machinery/door_control{ + id = "toilet_ert_unit_4"; + name = "Toilet door control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"rg" = ( +/obj/machinery/gameboard, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/centcom/control) +"rh" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "redyellowfull"; + tag = "icon-redyellowfull" + }, +/area/centcom/control) +"ri" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"rj" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "toilet_ert_unit_4"; + name = "Bathroom"; + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"rk" = ( +/obj/structure/closet, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"rl" = ( +/obj/item/radio/intercom/specops{ + pixel_y = 25 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"rm" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "generalert"; + name = "Genetal equipment" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"rn" = ( +/obj/docking_port/stationary/transit{ + dir = 2; + dwidth = 8; + height = 15; + id = "admin_transit"; + name = "admin in transit"; + width = 18 + }, +/turf/space/transit/horizontal, +/area/space) +"ro" = ( +/obj/machinery/door_control{ + id = "generalert"; + name = "General equipment remote door-control"; + pixel_y = 25; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"rp" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/gun/projectile/automatic/pistol{ + name = "pistol" + }, +/obj/item/gun/projectile/automatic/pistol{ + name = "pistol" + }, +/obj/item/gun/projectile/automatic/pistol{ + name = "pistol" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"rq" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/machinery/light/spot{ + dir = 4; + icon_state = "tube1"; + tag = "icon-tube1 (EAST)" + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"rr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/reagent_dispensers/watertank/high, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/centcom/living) +"rs" = ( +/obj/machinery/vending/medical, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/living) +"rt" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/mecha_part_fabricator/upgraded, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/living) +"ru" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4; + name = "Connector Port (Air Supply)" + }, +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/centcom/living) +"rv" = ( +/obj/effect/spawner/window/reinforced, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "red"; + tag = "icon-red (EAST)" + }, +/area/centcom/gamma) +"rw" = ( +/obj/effect/spawner/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/gamma) +"rx" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/shuttle/gamma/space) +"ry" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"rz" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker, +/obj/item/reagent_containers/food/condiment/enzyme, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"rA" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/kitchen/rollingpin, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"rB" = ( +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "cafeteria" + }, +/area/centcom/control) +"rC" = ( +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/gamma) +"rD" = ( +/obj/structure/reagent_dispensers/oil, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/centcom/living) +"rE" = ( +/turf/unsimulated/wall, +/area/start) +"rF" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/machinery/iv_drip, +/obj/machinery/iv_drip, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/living) +"rG" = ( +/obj/machinery/door/airlock/centcom{ + name = "Gamma Armory"; + opacity = 1; + req_access_txt = "114" + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "CCGAMMA"; + name = "Gamma Security" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/gamma) +"rH" = ( +/obj/effect/landmark/start, +/turf/unsimulated/floor, +/area/start) +"rI" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/centcom/living) +"rJ" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/beakers/bluespace{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/storage/box/beakers/bluespace, +/obj/item/reagent_scanner/adv, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/living) +"rK" = ( +/turf/unsimulated/wall/splashscreen, +/area/start) +"rL" = ( +/obj/machinery/bsa/full/admin/east, +/obj/effect/decal/warning_stripes/north, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/control) +"rM" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/belt/utility/chief/full, +/obj/structure/table/reinforced, +/obj/item/stack/nanopaste, +/obj/item/stack/nanopaste, +/obj/item/storage/firstaid/machine, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/soap/nanotrasen, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/living) +"rN" = ( +/obj/effect/decal/warning_stripes/north, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/control) +"rO" = ( +/turf/space, +/area/centcom/control) +"rP" = ( +/obj/structure/chair/sofa, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"rQ" = ( +/obj/machinery/chem_dispenser/supgraded, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/centcom/living) +"rR" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/living) +"rS" = ( +/obj/effect/decal/warning_stripes/south, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/control) +"rT" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/control) +"rU" = ( +/obj/machinery/chem_heater, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHWEST)" + }, +/area/centcom/living) +"rV" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rW" = ( +/obj/machinery/computer/communications, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rX" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/centcom/living) +"rY" = ( +/turf/space, +/turf/unsimulated/wall, +/area/centcom/control) +"rZ" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/centcom/control) +"sa" = ( +/obj/structure/chair/sofa/left, +/obj/structure/sign/goldenplaque{ + desc = "Лучший сотрудник века"; + name = "Это Толя Раммфан"; + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"sb" = ( +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Rest Room"; + network = list("ERT","CentComm") + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"sc" = ( +/obj/machinery/atm{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"sd" = ( +/obj/machinery/dna_scannernew, +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/centcom/living) +"se" = ( +/turf/space, +/turf/space, +/area/space) +"sf" = ( +/obj/structure/weightmachine/weightlifter, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"sg" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall_s10" + }, +/area/shuttle/gamma/space) +"sh" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall_s10" + }, +/area/shuttle/escape) +"si" = ( +/obj/machinery/porta_turret/centcom/pulse, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/centcom/gamma) +"sj" = ( +/obj/machinery/computer/scan_consolenew, +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/centcom/living) +"sk" = ( +/obj/structure/chair/sofa, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/escape) +"sl" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/centcom/gamma) +"sm" = ( +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/centcom/living) +"sn" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/centcom/gamma) +"so" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/wolpincubes, +/obj/item/storage/box/monkeycubes/wolpincubes, +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/centcom/living) +"sp" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Medbay"; + dir = 1; + network = list("ERT","CentComm") + }, +/obj/item/radio/intercom/specops{ + pixel_y = -28 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/centcom/living) +"sq" = ( +/obj/effect/landmark/shuttle_import, +/turf/space, +/area/space) +"sr" = ( +/obj/machinery/door/airlock/centcom{ + name = "Restroom"; + opacity = 1; + req_access_txt = "109" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"ss" = ( +/obj/item/storage/box/gloves, +/obj/item/storage/box/masks, +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/storage/box/masks, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves, +/obj/item/storage/box/gloves, +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/centcom/living) +"st" = ( +/obj/machinery/chem_dispenser/soda, +/obj/structure/table/wood/fancy, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"su" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/surgery, +/obj/item/mmi, +/obj/item/mmi, +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/centcom/living) +"sv" = ( +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Bathroom"; + dir = 2; + network = list("ERT","CentComm") + }, +/obj/structure/table/reinforced, +/obj/item/paper, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/centcom/gamma) +"sw" = ( +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHEAST)" + }, +/area/centcom/living) +"sy" = ( +/obj/structure/table/reinforced, +/obj/machinery/turretid/lethal{ + ailock = 1; + check_synth = 1; + name = "Gamma Turret Control Panel"; + pixel_x = 0; + req_access = list(114) + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/centcom/gamma) +"sC" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/centcom/gamma) +"sD" = ( +/obj/machinery/porta_turret/centcom/pulse, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/centcom/gamma) +"sE" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8; + icon_state = "recharge_port" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sF" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sG" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/box/cups, +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Ready Room North"; + dir = 2; + network = list("ERT","CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sJ" = ( +/obj/machinery/dna_scannernew, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/centcom/living) +"sK" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sL" = ( +/obj/effect/landmark{ + name = "Response Team" + }, +/obj/effect/landmark{ + name = "Commando" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "vault" + }, +/area/centcom/specops) +"sM" = ( +/obj/effect/landmark{ + name = "Response Team" + }, +/obj/effect/landmark{ + name = "Commando" + }, +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Starting Room"; + dir = 2; + network = list("ERT","CentComm") + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "vault" + }, +/area/centcom/specops) +"sN" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/item/radio/intercom/specops{ + pixel_y = 25 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sO" = ( +/obj/machinery/door/airlock/centcom{ + name = "Airlock"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"sR" = ( +/obj/machinery/door/airlock/centcom{ + name = "Dinner room"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"sS" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"sT" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = 0; + pixel_y = 32 + }, +/obj/machinery/light/spot{ + dir = 8; + icon_state = "tube1"; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"sU" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"sV" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/centcom/gamma) +"sW" = ( +/obj/structure/extinguisher_cabinet, +/turf/unsimulated/wall, +/area/centcom/gamma) +"sY" = ( +/obj/machinery/door/airlock/centcom{ + name = "Special Operations"; + opacity = 1; + req_access_txt = "109" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/specops) +"sZ" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/specops) +"ta" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"tc" = ( +/turf/unsimulated/wall, +/area/syndicate_mothership/jail) +"td" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/living) +"te" = ( +/obj/machinery/cryopod/robot, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"tf" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "green" + }, +/area/centcom/control) +"tg" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "green" + }, +/area/centcom/control) +"th" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "green" + }, +/area/centcom/control) +"ti" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"tj" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/control) +"tk" = ( +/obj/structure/flora/ausbushes/fernybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/control) +"tl" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/control) +"tm" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/control) +"tn" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/item/healthanalyzer/advanced, +/obj/item/reagent_containers/applicator/dual, +/obj/item/robotanalyzer, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/living) +"tp" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/control) +"tq" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/control) +"tr" = ( +/obj/structure/flora/ausbushes/pointybush, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"ts" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"tt" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = 0 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"tu" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "carpetside" + }, +/area/centcom/control) +"tw" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "carpetside" + }, +/area/centcom/control) +"tx" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "carpetside" + }, +/area/centcom/control) +"ty" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/centcom/control) +"tz" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/burrito, +/obj/item/reagent_containers/food/snacks/carrotfries, +/obj/item/reagent_containers/food/snacks/customizable, +/obj/item/reagent_containers/food/snacks/sliceable/pizza/vegetablepizza, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"tA" = ( +/obj/structure/sink{ + pixel_y = 15 + }, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"tB" = ( +/obj/machinery/vending/snack/free, +/obj/structure/sign/poster/official/enlist{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"tC" = ( +/obj/machinery/vending/snack/free, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"tD" = ( +/obj/machinery/vending/cola/free, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"tE" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/centcom/living) +"tF" = ( +/obj/machinery/vending/coffee/free, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"tG" = ( +/obj/machinery/vending/chinese/free, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"tI" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + icon_state = "fakewindows"; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/wizard_station) +"tJ" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"tK" = ( +/obj/machinery/vending/cola/free, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"tL" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"tM" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/centcom/gamma) +"tN" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "red"; + tag = "icon-red (EAST)" + }, +/area/centcom/gamma) +"tO" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"tP" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/specops) +"tQ" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 11; + id = "specops_transit"; + name = "specops in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/horizontal, +/area/space) +"tS" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fakewindows"; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/specops) +"tT" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"tU" = ( +/obj/machinery/door/airlock/centcom{ + name = "Team Storage"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"tV" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "green" + }, +/area/centcom/control) +"tW" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "green" + }, +/area/centcom/control) +"tX" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/flora/ausbushes/fernybush, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"tY" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"tZ" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/grassybush, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"ua" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/rock/pile, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"ub" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"ue" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/ppflowers, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"uf" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"ug" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/reedbush, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"uh" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"ui" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/ywflowers, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"uk" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/rock, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"ul" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = 0 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/unsimulated/floor/grass, +/area/centcom/control) +"um" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "carpetside" + }, +/area/centcom/control) +"un" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry_transit"; + name = "ferry in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/horizontal, +/area/space) +"uo" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "carpetside" + }, +/area/centcom/control) +"up" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/burrito, +/obj/item/reagent_containers/food/snacks/carrotfries, +/obj/item/reagent_containers/food/snacks/cheeseburger, +/obj/item/reagent_containers/food/snacks/loadedbakedpotato, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"uq" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = -32; + pixel_y = 0 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"ur" = ( +/turf/space, +/turf/unsimulated/wall{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/admin) +"us" = ( +/turf/space, +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/admin) +"ut" = ( +/obj/structure/sign/poster/official/kill_syndicate{ + pixel_x = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"uu" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/turf/unsimulated/wall{ + dir = 2; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + name = "window"; + opacity = 0; + tag = "icon-window5_end" + }, +/area/admin) +"uv" = ( +/obj/machinery/door/airlock/shuttle{ + req_access_txt = "0" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"uw" = ( +/obj/machinery/door/poddoor{ + id_tag = "CCGAMMA"; + name = "Gamma Security" + }, +/obj/machinery/door/airlock/centcom{ + name = "Gamma Armory"; + opacity = 1; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/gamma) +"ux" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "toilet_cc_unit_2"; + name = "Toilet"; + opacity = 1; + req_access_txt = "106" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"uy" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/centcom/gamma) +"uz" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/centcom/gamma) +"uA" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "wall3"; + tag = "icon-wall3 (NORTH)" + }, +/area/admin) +"uB" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/turf/unsimulated/wall{ + dir = 2; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + name = "window"; + opacity = 0; + tag = "icon-window5_mid" + }, +/area/admin) +"uC" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + name = "window"; + opacity = 0; + tag = "icon-window5_end (NORTH)" + }, +/area/admin) +"uD" = ( +/turf/space, +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/space) +"uE" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "wall3"; + tag = "icon-wall3 (EAST)" + }, +/area/admin) +"uF" = ( +/obj/structure/chair/office/dark, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uG" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SPECOPS"; + name = "Ready Room" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/specops) +"uH" = ( +/obj/structure/rack, +/obj/item/clothing/head/bandana, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/helmet/roman/legionaire, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uI" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas/swat{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas/cyborg, +/obj/item/clothing/mask/chameleon, +/obj/item/clothing/mask/balaclava{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uJ" = ( +/obj/structure/rack, +/obj/item/clothing/head/helmet/space/santahat{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uK" = ( +/obj/structure/rack, +/obj/item/clothing/head/helmet/swat/syndicate{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/head/helmet/space/deathsquad, +/obj/item/clothing/head/helmet/space/deathsquad/beret{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uL" = ( +/obj/structure/rack, +/obj/item/clothing/head/soft/black{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/head/soft/blue, +/obj/item/clothing/head/soft/red{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uM" = ( +/obj/structure/rack, +/obj/item/clothing/head/welding/flamedecal{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/head/welding/flamedecal/blue, +/obj/item/clothing/head/welding/white{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uN" = ( +/obj/structure/rack, +/obj/item/storage/backpack/holding, +/obj/item/storage/backpack/duffel/clown, +/obj/item/storage/backpack/duffel/captain, +/obj/item/storage/backpack/duffel/science, +/obj/item/storage/backpack/duffel/syndie/ammo, +/obj/item/storage/backpack/duffel/syndie/med, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uO" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uP" = ( +/obj/machinery/door/airlock/centcom{ + name = "Special Operations"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uQ" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "greencorner" + }, +/area/centcom/control) +"uR" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "greencorner" + }, +/area/centcom/control) +"uS" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/turf/unsimulated/wall{ + desc = "This window appears to be reinforced, it looks nearly impossible to break."; + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + name = "window"; + opacity = 0; + tag = "icon-window5_end (WEST)" + }, +/area/admin) +"uT" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uU" = ( +/obj/structure/rack, +/obj/item/clothing/under/shorts/black{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/under/shorts/blue, +/obj/item/clothing/under/shorts/red{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uV" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/deathsquad, +/obj/item/clothing/suit/space/deathsquad/officer{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uW" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/pen/multi, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "carpetside" + }, +/area/centcom/control) +"uX" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + name = "window"; + opacity = 0; + tag = "icon-window5 (EAST)" + }, +/area/admin) +"uY" = ( +/obj/structure/rack, +/obj/item/clothing/mask/chameleon{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/under/soviet, +/obj/item/clothing/under/pirate{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uZ" = ( +/obj/structure/rack, +/obj/item/clothing/glasses/sunglasses{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/glasses/hud/health/sunglasses, +/obj/item/clothing/glasses/hud/security/sunglasses, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"va" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "carpet15-14"; + tag = "icon-carpet (WEST)" + }, +/area/centcom/control) +"vb" = ( +/obj/structure/rack, +/obj/item/clothing/glasses/material{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/thermal{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vc" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/black/thief{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/rainbow{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/gloves/combat{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/gloves/color/captain{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vd" = ( +/obj/machinery/computer/bsa_control/admin, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "carpetside" + }, +/area/centcom/control) +"ve" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/control) +"vf" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/control) +"vg" = ( +/obj/structure/rack, +/obj/item/clothing/suit/armor/bulletproof{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/suit/armor/laserproof, +/obj/item/clothing/suit/armor/vest{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vh" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/turf/unsimulated/wall{ + dir = 2; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5"; + name = "window"; + opacity = 0; + tag = "icon-window5" + }, +/area/admin) +"vi" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/burrito, +/obj/item/reagent_containers/food/snacks/carrotfries, +/obj/item/reagent_containers/food/snacks/cheeseburger, +/obj/item/reagent_containers/food/snacks/sliceable/turkey, +/obj/item/reagent_containers/food/snacks/chinese/sweetsourchickenball, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"vj" = ( +/obj/structure/rack, +/obj/item/clothing/under/rank/centcom/captain{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/under/rank/centcom/officer, +/obj/item/clothing/under/rank/centcom/representative{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vk" = ( +/obj/structure/rack, +/obj/item/clothing/suit/pirate_black{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/suit/blacktrenchcoat, +/obj/item/clothing/suit/jacket{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vl" = ( +/obj/mecha/combat/marauder/loaded, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vm" = ( +/obj/mecha/combat/marauder/seraph/loaded, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vn" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/mech_bay_recharge_port/upgraded, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vo" = ( +/obj/mecha/combat/honker/loaded, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vp" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vq" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/turf/unsimulated/wall{ + desc = "This window appears to be reinforced, it looks nearly impossible to break."; + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + name = "window"; + opacity = 0; + tag = "icon-window5 (EAST)" + }, +/area/admin) +"vr" = ( +/obj/structure/rack, +/obj/item/clothing/under/syndicate{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/under/acj{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vt" = ( +/obj/structure/closet/secure_closet/contractor, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"vv" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Torture Room" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"vx" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/magboots/syndie{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/shoes/magboots/advance, +/obj/item/clothing/shoes/magboots{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vy" = ( +/obj/structure/rack, +/obj/item/clothing/glasses/night{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/security/night{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vz" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/green{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/shoes/centcom, +/obj/item/clothing/shoes/chameleon/noslip{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/shoes/rainbow{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vA" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/hardsuit/syndi{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/suit/space/hardsuit/shielded/wizard, +/obj/item/clothing/suit/space/santa{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vB" = ( +/obj/item/mecha_parts/mecha_equipment/cable_layer, +/obj/item/mecha_parts/mecha_equipment/drill/diamonddrill, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, +/obj/item/mecha_parts/mecha_equipment/rcd, +/obj/item/mecha_parts/mecha_equipment/extinguisher, +/obj/structure/closet/crate, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vC" = ( +/turf/space, +/turf/unsimulated/wall{ + dir = 2; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/space) +"vD" = ( +/obj/structure/rack, +/obj/item/radio/headset/heads/captain{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/radio/headset/syndicate, +/obj/item/radio/headset/heads/ntrep{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/radio/headset/ert{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vE" = ( +/obj/structure/rack, +/obj/item/storage/belt/utility/full/multitool{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/belt/military, +/obj/item/storage/belt/military/assault{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/belt/champion/wrestling, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vF" = ( +/obj/mecha/combat/marauder/mauler/loaded, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vG" = ( +/obj/mecha/combat/gygax/dark/loaded, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vH" = ( +/obj/mecha/combat/phazon, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vI" = ( +/obj/structure/mirror{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vJ" = ( +/obj/structure/rack, +/obj/item/storage/backpack/holding{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/holding{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vK" = ( +/obj/structure/rack, +/obj/item/implanter/adrenalin{ + pixel_x = 12; + pixel_y = -12 + }, +/obj/item/implanter/emp{ + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/implanter/explosive{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/implanter/explosive_macro{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/implanter/freedom, +/obj/item/implanter/krav_maga{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/implanter/mindshield{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/implanter/storage{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vL" = ( +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"vM" = ( +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/pulse, +/obj/item/mecha_parts/mecha_equipment/weapon/honker, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/structure/closet/crate, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vN" = ( +/obj/machinery/door/airlock/hatch{ + name = "Clothing Storage"; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vO" = ( +/obj/machinery/door/airlock/hatch{ + name = "Mecha Room"; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vP" = ( +/turf/space, +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/admin) +"vQ" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/turf/unsimulated/wall{ + dir = 2; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + name = "window"; + opacity = 0; + tag = "icon-window5_mid" + }, +/area/admin) +"vR" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/turf/unsimulated/wall{ + dir = 2; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + name = "window"; + opacity = 0; + tag = "icon-window5_end" + }, +/area/admin) +"vS" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/spoon, +/obj/item/kitchen/utensil/fork, +/obj/item/reagent_containers/food/condiment/peppermill, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"vT" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + name = "window"; + opacity = 0; + tag = "icon-window5_end (NORTH)" + }, +/area/admin) +"vU" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3"; + tag = "icon-diagonalWall3 (EAST)" + }, +/area/admin) +"vV" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "diagonalWall3"; + tag = "icon-diagonalWall3" + }, +/area/admin) +"vW" = ( +/obj/machinery/chem_master, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"vX" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"vY" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"vZ" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"wa" = ( +/obj/structure/table, +/obj/item/storage/pill_bottle/random_drug_bottle, +/obj/item/reagent_containers/glass/bottle/adminordrazine, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"wb" = ( +/obj/machinery/door/airlock/external, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "ADMINLOCKDOWN"; + name = "Security Doors"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wc" = ( +/obj/machinery/door/airlock/hatch{ + name = "External Airlock"; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wd" = ( +/obj/machinery/chem_dispenser{ + desc = "It appears Fox is doing more fruit chemistry today!"; + hackedcheck = 1 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"we" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/spoon, +/obj/item/kitchen/utensil/fork, +/obj/item/reagent_containers/food/condiment/saltshaker, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"wf" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/turf/unsimulated/wall{ + desc = "This window appears to be reinforced, it looks nearly impossible to break."; + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + name = "window"; + opacity = 0; + tag = "icon-window5_end (WEST)" + }, +/area/admin) +"wh" = ( +/obj/structure/sign/poster/contraband/energy_swords{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"wi" = ( +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"wj" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"wk" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 11; + id = "trade_sol_transit"; + name = "trade_sol in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/horizontal, +/area/space) +"wl" = ( +/obj/machinery/door/airlock/hatch{ + name = "Armory"; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wm" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/admin) +"wn" = ( +/obj/machinery/chem_heater, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"wo" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/turf/unsimulated/wall{ + desc = "This window appears to be reinforced, it looks nearly impossible to break."; + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + name = "window"; + opacity = 0; + tag = "icon-window5 (EAST)" + }, +/area/admin) +"wp" = ( +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/gun/syringe/rapidsyringe, +/obj/item/reagent_containers/spray/chemsprayer, +/obj/structure/closet, +/obj/item/gun/projectile/shotgun/sc_pump, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"wq" = ( +/turf/space, +/turf/unsimulated/wall{ + dir = 2; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/admin) +"wr" = ( +/obj/structure/weightmachine/stacklifter, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"ws" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/gun/projectile/automatic/pistol{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/suppressor, +/obj/item/suppressor{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wt" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/gun/projectile/automatic/c20r, +/obj/item/gun/projectile/automatic/c20r{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wu" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/m12g, +/obj/item/ammo_box/magazine/m12g, +/obj/item/ammo_box/magazine/m12g/stun, +/obj/item/ammo_box/magazine/m12g/stun, +/obj/item/ammo_box/magazine/m12g/dragon, +/obj/item/ammo_box/magazine/m12g/dragon, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wv" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"ww" = ( +/obj/machinery/vending/liberationstation, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wx" = ( +/obj/structure/rack, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/mateba{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wy" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/obj/item/gun/projectile/automatic/pistol/deagle, +/obj/item/gun/projectile/automatic/pistol/deagle{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wz" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/grown/citrus/lemon, +/obj/item/reagent_containers/food/snacks/grown/berries, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/cherries, +/obj/item/reagent_containers/food/snacks/grown/citrus/orange, +/obj/item/reagent_containers/food/snacks/grown/corn, +/obj/item/reagent_containers/food/snacks/grown/mushroom/amanita, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"wA" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/storage/box/autoinjectors, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"wB" = ( +/obj/structure/table, +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"wC" = ( +/turf/unsimulated/wall, +/area/centcom/living) +"wD" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"wE" = ( +/obj/docking_port/stationary/transit{ + dwidth = 3; + height = 7; + id = "steel_rain_transit"; + name = "steel_rain in transit"; + width = 7 + }, +/turf/space/transit/horizontal, +/area/space) +"wF" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5"; + name = "window"; + opacity = 0; + tag = "icon-window5 (EAST)" + }, +/area/admin) +"wG" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/turf/unsimulated/wall{ + dir = 2; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5"; + name = "window"; + opacity = 0; + tag = "icon-window5" + }, +/area/admin) +"wH" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "ADMINCHEMLOCKDOWN"; + name = "Security Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/hatch{ + name = "Chem Lab"; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"wI" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/mm556x45, +/obj/item/ammo_box/magazine/mm556x45, +/obj/item/ammo_box/magazine/mm556x45, +/obj/item/ammo_box/magazine/mm556x45, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wJ" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/a40mm, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wL" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/proto, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wM" = ( +/obj/structure/mirror{ + dir = 4; + pixel_x = 0; + pixel_y = -32 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wO" = ( +/obj/machinery/optable, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"wP" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate, +/obj/item/shard, +/obj/item/kitchen/knife, +/obj/item/storage/firstaid/tactical, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"wQ" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "carpetside" + }, +/area/admin) +"wR" = ( +/obj/structure/table, +/obj/item/gun/energy/pulse/pistol, +/obj/machinery/door_control{ + desc = "A remote control switch to lock down the admin lab."; + icon_state = "doorctrl0"; + id = "ADMINCHEMLOCKDOWN"; + name = "Lockdown"; + pixel_y = 24; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "carpetside" + }, +/area/admin) +"wS" = ( +/obj/machinery/computer/secure_data, +/obj/item/paper/sop, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "carpetside" + }, +/area/admin) +"wT" = ( +/obj/structure/rack, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wU" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/turf/unsimulated/wall{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/admin) +"wV" = ( +/obj/effect/decal/cleanable/blood, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"wW" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/stack/rods, +/obj/item/pen, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"wX" = ( +/obj/structure/chair/office/dark, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpet" + }, +/area/admin) +"wY" = ( +/obj/machinery/computer/communications, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "carpetside" + }, +/area/admin) +"wZ" = ( +/obj/machinery/computer/med_data, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "carpetside" + }, +/area/admin) +"xa" = ( +/obj/structure/rack, +/obj/item/shield/energy, +/obj/item/shield/energy{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xb" = ( +/obj/structure/rack, +/obj/item/melee/energy/sword/saber, +/obj/item/melee/energy/sword/saber{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xc" = ( +/obj/structure/rack, +/obj/item/katana{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/katana, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xd" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"xe" = ( +/obj/structure/rack, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xf" = ( +/obj/structure/table, +/obj/random/toolbox, +/obj/random/bomb_supply, +/obj/machinery/syndicatebomb/badmin/clown, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"xg" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"xh" = ( +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"xi" = ( +/obj/structure/table, +/obj/item/rcd, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/storage/pill_bottle/random_drug_bottle, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"xj" = ( +/obj/structure/table, +/obj/item/scalpel, +/obj/item/bonesetter, +/obj/item/bonegel, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"xk" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/fork, +/obj/item/lighter, +/obj/item/restraints/handcuffs/cable/red, +/obj/item/storage/box/mousetraps, +/obj/item/storage/fancy/cigarettes, +/obj/item/pen, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"xl" = ( +/obj/structure/table, +/obj/machinery/door/window/southleft{ + name = "security checkpoint"; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpetside" + }, +/area/admin) +"xm" = ( +/obj/structure/table, +/obj/structure/window/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "carpetside" + }, +/area/admin) +"xn" = ( +/obj/structure/table, +/obj/structure/window/reinforced, +/obj/machinery/recharger, +/turf/unsimulated/floor{ + dir = 6; + icon_state = "carpetside" + }, +/area/admin) +"xo" = ( +/obj/structure/rack, +/obj/item/gun/energy/laser/instakill/blue{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/energy/laser/instakill/red{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xp" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/obj/structure/rack, +/obj/item/gun/energy/pulse/pistol/m1911, +/obj/item/gun/energy/pulse/pistol/m1911{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xq" = ( +/obj/structure/table, +/obj/item/tank/oxygen/yellow, +/obj/random/bomb_supply, +/obj/item/clothing/under/rebeloutfit, +/obj/item/clothing/suit/poncho/ponchoshame, +/obj/item/clothing/head/sombrero/shamebrero, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"xr" = ( +/obj/machinery/door/airlock/hatch{ + name = "Tool Storage"; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"xs" = ( +/obj/structure/table, +/obj/item/FixOVein, +/obj/item/retractor, +/obj/item/cautery, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"xt" = ( +/obj/structure/kitchenspike, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"xu" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/turf/unsimulated/wall{ + dir = 2; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + name = "window"; + opacity = 0; + tag = "icon-window5_mid" + }, +/area/admin) +"xv" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/turf/unsimulated/wall{ + dir = 2; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + name = "window"; + opacity = 0; + tag = "icon-window5_end" + }, +/area/admin) +"xw" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + name = "window"; + opacity = 0; + tag = "icon-window5_end (NORTH)" + }, +/area/admin) +"xx" = ( +/obj/structure/rack, +/obj/item/gun/energy/meteorgun, +/obj/item/gun/energy/meteorgun{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xy" = ( +/obj/structure/rack, +/obj/item/gun/energy/kinetic_accelerator/crossbow, +/obj/item/gun/energy/kinetic_accelerator/crossbow{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xz" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"xA" = ( +/obj/structure/rack, +/obj/item/twohanded/knighthammer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/twohanded/mjollnir, +/obj/item/twohanded/singularityhammer{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xB" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/obj/structure/rack, +/obj/item/gun/energy/pulse, +/obj/item/gun/energy/pulse{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xC" = ( +/obj/structure/table, +/obj/random/tool, +/obj/item/clothing/gloves/color/yellow, +/obj/item/pinpointer/advpinpointer, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"xD" = ( +/obj/structure/table, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2; + pixel_z = 0 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = -1 + }, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"xE" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 0 + }, +/obj/item/toy/cards/deck/syndicate/black, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"xF" = ( +/obj/structure/table, +/obj/item/surgicaldrill, +/obj/item/stack/medical/bruise_pack/advanced, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"xG" = ( +/obj/structure/table, +/obj/item/hemostat, +/obj/item/circular_saw, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"xH" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "ADMINCHEMLOCKDOWN"; + name = "Security Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/hatch{ + desc = "Uh oh."; + name = "Operating Theater"; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/admin) +"xI" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/admin) +"xJ" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"xK" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/turf/unsimulated/wall{ + dir = 2; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/admin) +"xL" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralfull" + }, +/area/adminconstruction) +"xM" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/admin) +"xN" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/turf/unsimulated/wall{ + dir = 2; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/admin) +"xO" = ( +/obj/machinery/door/airlock/hatch{ + desc = "You've heard rumors of the horrors that go on within this lab."; + name = "Laboratory (DANGER!)"; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xP" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fakewindows"; + tag = "icon-fakewindows (EAST)" + }, +/area/trader_station/sol) +"xQ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows"; + tag = "icon-fakewindows (WEST)" + }, +/area/trader_station/sol) +"xR" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows"; + tag = "icon-fakewindows (WEST)" + }, +/area/vox_station) +"xS" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/vox_station) +"xT" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fakewindows"; + tag = "icon-fakewindows (EAST)" + }, +/area/vox_station) +"xU" = ( +/obj/machinery/computer/crew, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xV" = ( +/obj/machinery/computer/supplycomp/public, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xW" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + name = "Master R&D Server Controller" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xX" = ( +/obj/machinery/computer/security{ + network = list("SS13","Telecomms","Research Outpost","Mining Outpost","ERT","CentComm","Thunderdome") + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xY" = ( +/obj/structure/table, +/obj/item/card/id/silver{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/card/id/captains_spare, +/obj/item/card/id/lifetime{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/centcom/gamma) +"ya" = ( +/obj/machinery/r_n_d/server/centcom, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"yb" = ( +/obj/structure/table, +/obj/item/card/id/centcom{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/card/id{ + pixel_x = 0; + pixel_y = 0 + }, +/obj/item/card/id/admin{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"yc" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/turf/unsimulated/wall{ + dir = 2; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5"; + name = "window"; + opacity = 0; + tag = "icon-window5" + }, +/area/admin) +"yd" = ( +/obj/structure/chair/comfy/black, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"ye" = ( +/obj/machinery/computer/shuttle/trade/sol, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/trader_station/sol) +"yf" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"yh" = ( +/obj/machinery/vending/snack, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/trader_station/sol) +"yi" = ( +/obj/machinery/computer/card/centcom, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"yj" = ( +/obj/machinery/computer/card, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"yk" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"yl" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Computer Hub"; + req_access_txt = "0" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "ADMINLOCKDOWN"; + name = "Security Doors"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"ym" = ( +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"yn" = ( +/obj/machinery/door/airlock/hatch{ + desc = "For all your shady business needs"; + name = "Gambling Den"; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"yo" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck/syndicate, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"yp" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"yr" = ( +/obj/machinery/vending/tool, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ys" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass/devilskiss, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"yu" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/turf/unsimulated/wall{ + desc = "This window appears to be reinforced, it looks nearly impossible to break."; + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + name = "window"; + opacity = 0; + tag = "icon-window5_end (WEST)" + }, +/area/admin) +"yw" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/trader_station/sol) +"yx" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "browncorner" + }, +/area/trader_station/sol) +"yy" = ( +/turf/unsimulated/wall, +/area/centcom/control) +"yz" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"yA" = ( +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"yB" = ( +/obj/structure/table/wood, +/obj/item/lighter/zippo/engraved, +/obj/item/storage/fancy/cigarettes/dromedaryco, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"yC" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/turf/unsimulated/wall{ + desc = "This window appears to be reinforced, it looks nearly impossible to break."; + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + name = "window"; + opacity = 0; + tag = "icon-window5 (EAST)" + }, +/area/admin) +"yD" = ( +/obj/machinery/door/airlock/external{ + id_tag = "trade_sol_base"; + name = "Docking Port" + }, +/turf/unsimulated/floor/plating, +/area/trader_station/sol) +"yF" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/trader_station/sol) +"yH" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"yI" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "brown" + }, +/area/trader_station/sol) +"yJ" = ( +/obj/machinery/computer/communications, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"yK" = ( +/obj/structure/chair/comfy/black, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"yL" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/admin) +"yM" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"yN" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/turf/unsimulated/wall{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/admin) +"yO" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "browncorner" + }, +/area/trader_station/sol) +"yP" = ( +/obj/machinery/computer/atmos_alert, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"yQ" = ( +/turf/unsimulated/wall, +/area/centcom/gamma) +"yR" = ( +/obj/machinery/computer/message_monitor, +/obj/item/paper/monitorkey, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"yS" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"yT" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/shuttle/escape) +"yU" = ( +/obj/machinery/computer/secure_data, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"yV" = ( +/obj/structure/table, +/obj/machinery/door_control{ + desc = "A remote control switch to lock down external access to the admin room."; + icon_state = "doorctrl0"; + id = "ADMINLOCKDOWN"; + name = "Lockdown"; + pixel_y = 0; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"yW" = ( +/obj/machinery/door/airlock/shuttle, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"yX" = ( +/obj/structure/sign/securearea{ + pixel_x = 32; + pixel_y = 0 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"yY" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom/specops, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"yZ" = ( +/obj/structure/table/reinforced, +/obj/effect/landmark{ + name = "nukecode" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"za" = ( +/obj/structure/table, +/obj/item/gun/projectile/automatic/pistol, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"zb" = ( +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/syndicate, +/obj/item/reagent_containers/food/drinks/cans/adminbooze, +/obj/item/reagent_containers/food/drinks/cans/badminbrew, +/obj/item/reagent_containers/food/drinks/cans/madminmalt, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"zc" = ( +/obj/structure/table/reinforced, +/obj/item/paper, +/obj/item/pen, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"zd" = ( +/obj/machinery/door/airlock/hatch{ + desc = "Danger: May contain robustness"; + name = "Dojo"; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"ze" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Shuttle Bay"; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"zf" = ( +/obj/structure/showcase, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"zg" = ( +/obj/structure/table, +/obj/item/paper_bin, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"zh" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"zi" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle{ + icon_state = "16" + }, +/turf/simulated/floor/plating, +/area/centcom/evac) +"zj" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark{ + name = "traderstart_sol" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/trader_station/sol) +"zk" = ( +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Ready Room East"; + dir = 8; + network = list("ERT","CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"zl" = ( +/obj/item/storage/toolbox/syndicate{ + desc = "A powerful relic many men worked long and hard to keep safe and away from the forces of evil."; + force = 1e+008; + name = "toolbox of robustness" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"zm" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/grenade/clusterbuster/smoke, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"zn" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/trader_station/sol) +"zq" = ( +/obj/machinery/door/window/eastleft{ + name = "security checkpoint"; + req_access_txt = "104" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"zr" = ( +/obj/effect/forcefield{ + desc = "You can't get in. Heh."; + layer = 1; + name = "Blocker" + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "specopsoffice"; + name = "Privacy Shutters" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"zt" = ( +/obj/structure/table/wood, +/obj/item/dice/d20, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/trader_station/sol) +"zu" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark{ + name = "traderstart_sol" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/trader_station/sol) +"zv" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/sleeping_carp_scroll, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"zw" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/twohanded/bostaff, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"zx" = ( +/obj/machinery/door/airlock/centcom{ + name = "Special Operations Command"; + opacity = 1; + req_access_txt = "114" + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "specopsoffice"; + name = "Super Privacy Shutters" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/specops) +"zy" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/trader_station/sol) +"zz" = ( +/obj/structure/ninjatele{ + pixel_x = -28 + }, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"zA" = ( +/obj/structure/ninjatele{ + pixel_x = 28 + }, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"zC" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/landmark{ + name = "traderstart_sol" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/trader_station/sol) +"zD" = ( +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/admin) +"zE" = ( +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/turf/unsimulated/wall{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/admin) +"zF" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 0; + icon_state = "fakewindows"; + tag = "icon-fakewindows (EAST)" + }, +/area/trader_station/sol) +"zG" = ( +/obj/effect/overlay/coconut, +/turf/unsimulated/beach/sand, +/area/centcom/evac) +"zH" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/fernybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"zI" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/toilet{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"zJ" = ( +/obj/structure/bed, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"zK" = ( +/obj/effect/decal/cleanable/fungus, +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "wall3"; + tag = "icon-wall3 (EAST)" + }, +/area/admin) +"zL" = ( +/obj/item/flag/syndi, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"zM" = ( +/obj/machinery/door/window{ + dir = 1; + name = "Suit Storage"; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/area/admin) +"zN" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership) +"zO" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"zP" = ( +/obj/machinery/door/airlock{ + name = "Toilet"; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/trader_station/sol) +"zQ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/leafybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"zR" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier{ + icon_state = "fax"; + name = "fax machine" + }, +/obj/item/photo{ + name = "butts" + }, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "carpetside" + }, +/area/centcom/control) +"zS" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/trader_station/sol) +"zT" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_away"; + name = "vox bay 1"; + width = 19 + }, +/turf/space, +/area/space) +"zU" = ( +/obj/machinery/door/window/southleft{ + name = "Cell B"; + req_access_txt = "101" + }, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"zV" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall_s9" + }, +/area/shuttle/escape) +"zW" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpet15-5" + }, +/area/centcom/control) +"zX" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpetside" + }, +/area/centcom/control) +"zY" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"zZ" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"Aa" = ( +/obj/item/mop, +/obj/structure/mirror{ + pixel_x = 28 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"Ab" = ( +/obj/structure/mopbucket, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/soap, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"Ac" = ( +/obj/machinery/iv_drip, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"Ad" = ( +/obj/machinery/vending/medical, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"Ae" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/blood, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"Af" = ( +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/admin) +"Ag" = ( +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/turf/unsimulated/wall{ + dir = 2; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/admin) +"Ah" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/suit/straight_jacket, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"Ai" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/handcuffs, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"Aj" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/sunglasses/blindfold, +/obj/item/clothing/mask/muzzle, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"Ak" = ( +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5"; + name = "window"; + opacity = 0; + tag = "icon-window5 (EAST)" + }, +/area/admin) +"Al" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"Am" = ( +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/structure/sink{ + dir = 4; + icon_state = "sink"; + pixel_x = 11; + pixel_y = 0 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"An" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows" + }, +/area/trader_station/sol) +"Ao" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/trader_station/sol) +"Ap" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9; + icon_state = "intact" + }, +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/centcom/living) +"Ar" = ( +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5"; + name = "window"; + opacity = 0; + tag = "icon-window5 (EAST)" + }, +/area/admin) +"As" = ( +/obj/machinery/door/airlock/hatch{ + desc = "Uh oh. You'd better hope you aren't going in here!"; + name = "Prisoner Treatment" + }, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"At" = ( +/obj/machinery/door/airlock/hatch{ + desc = "Uh oh. You'd better hope you aren't going in here!"; + name = "Detainment" + }, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"Au" = ( +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/turf/unsimulated/wall{ + dir = 2; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5"; + name = "window"; + opacity = 0; + tag = "icon-window5" + }, +/area/admin) +"Av" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/door/window{ + dir = 8; + name = "Toilet"; + opacity = 1; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"Aw" = ( +/obj/machinery/computer/communications, +/turf/unsimulated/floor{ + dir = 6; + icon_state = "carpetside" + }, +/area/centcom/control) +"Ay" = ( +/obj/structure/table/reinforced, +/obj/item/melee/classic_baton/telescopic, +/obj/item/paper/Court, +/obj/item/pen, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"Az" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/mousetraps, +/obj/item/storage/box/trackimp, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"AA" = ( +/obj/structure/table/reinforced, +/obj/item/scalpel, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"AB" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/grenades, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"AC" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flashbangs, +/obj/item/storage/box/flashes, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"AD" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/teargas, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"AE" = ( +/obj/machinery/door/window{ + dir = 1; + name = "Cell A"; + req_access_txt = "101" + }, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"AF" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"AG" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"AI" = ( +/obj/machinery/door/airlock/hatch{ + name = "Teleporter Access"; + req_access_txt = "0" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "ADMINLOCKDOWN"; + name = "Security Doors"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"AJ" = ( +/obj/structure/rack, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"AK" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space, +/obj/item/clothing/suit/space, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space, +/obj/item/clothing/head/helmet/space, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"AL" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/hardsuit/syndi, +/obj/item/clothing/suit/space/hardsuit/syndi/elite{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"AM" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/control) +"AN" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/cheeseburger, +/obj/item/reagent_containers/food/snacks/chimichanga, +/obj/item/reagent_containers/food/snacks/lasagna, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"AO" = ( +/obj/structure/table, +/obj/random/powercell, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"AP" = ( +/obj/structure/table, +/obj/random/tool, +/obj/random/bomb_supply, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"AQ" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"AR" = ( +/obj/structure/table, +/obj/random/technology_scanner, +/obj/random/tech_supply, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"AS" = ( +/obj/machinery/computer/teleporter, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"AT" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/random/bomb_supply, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"AU" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"AV" = ( +/obj/machinery/teleport/station, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"AW" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"AX" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "commandcenter" + }, +/obj/machinery/door/airlock/hatch/syndicate/command, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"AY" = ( +/obj/machinery/light/spot{ + dir = 8; + icon_state = "tube1"; + tag = "icon-tube1 (WEST)" + }, +/obj/machinery/pdapainter, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"AZ" = ( +/obj/structure/table, +/obj/machinery/light/spot{ + dir = 4; + icon_state = "tube1"; + tag = "icon-tube1 (EAST)" + }, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"Ba" = ( +/obj/machinery/light/spot{ + dir = 8; + icon_state = "tube1"; + tag = "icon-tube1 (WEST)" + }, +/obj/machinery/vending/tool, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"Bb" = ( +/obj/structure/chair/comfy/red, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"Bc" = ( +/obj/structure/sign/poster/official/enlist{ + pixel_x = 32 + }, +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"Bd" = ( +/obj/machinery/vending/coffee/free, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"Be" = ( +/obj/structure/table, +/obj/item/storage/backpack/industrial, +/obj/item/storage/backpack/industrial, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"Bf" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "Gamma Armory APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/sign/securearea{ + pixel_x = -32; + pixel_y = 0 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"Bg" = ( +/obj/structure/table/wood, +/obj/item/syndicatedetonator, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "carpetside" + }, +/area/syndicate_mothership) +"Bh" = ( +/obj/structure/table, +/obj/item/storage/backpack/medic, +/obj/item/storage/backpack/medic, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"Bi" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/mech_bay_recharge_port/upgraded, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"Bj" = ( +/obj/mecha/combat/durand/loaded{ + operation_req_access = list(1) + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/shuttle/gamma/space) +"Bk" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/computer/mech_bay_power_console, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"Bl" = ( +/obj/machinery/teleport/station, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Bm" = ( +/obj/structure/table, +/obj/item/storage/backpack/science, +/obj/item/storage/backpack/science, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"Bn" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "bar" + }, +/area/syndicate_mothership) +"Bo" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/syndicate, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "carpetside" + }, +/area/syndicate_mothership) +"Bp" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass/devilskiss, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "carpetside" + }, +/area/syndicate_mothership) +"Bq" = ( +/obj/effect/spawner/window/reinforced, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/evac) +"Br" = ( +/obj/structure/chair/office/dark, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"Bs" = ( +/obj/machinery/computer/teleporter, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Bt" = ( +/obj/structure/chair/comfy/red{ + dir = 1; + icon_state = "comfychair" + }, +/obj/effect/landmark{ + name = "Syndicate Officer" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpetside" + }, +/area/syndicate_mothership) +"Bu" = ( +/obj/structure/table/wood, +/obj/machinery/door_control{ + id = "commandcenter"; + name = "Privacy Shutters"; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "carpetside" + }, +/area/syndicate_mothership) +"Bv" = ( +/obj/machinery/computer/camera_advanced, +/turf/unsimulated/floor{ + dir = 6; + icon_state = "carpetside" + }, +/area/syndicate_mothership) +"Bw" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"Bx" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + name = "Syndicate-Commando"; + tag = "Commando" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"By" = ( +/obj/machinery/computer/shuttle/syndicate{ + name = "Nuclear Operatives Shuttle Console" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"Bz" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control{ + id = "nukeop_base"; + name = "Nuclear Base Access"; + pixel_x = -6; + pixel_y = 6; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "nukeop_ready"; + name = "Nuclear Shuttle Access"; + pixel_x = 6; + pixel_y = 6; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BA" = ( +/obj/structure/displaycase/stechkin, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BB" = ( +/obj/structure/closet/secure_closet/syndicate_officer, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BC" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "sst_mechbay"; + name = "Mech Bay" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BD" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Holding Cell" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BE" = ( +/obj/structure/rack, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BF" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "sst_armory"; + name = "Armory" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BG" = ( +/obj/mecha/combat/gygax/dark/loaded, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BH" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/gun/projectile/automatic/c20r, +/obj/item/gun/projectile/automatic/c20r, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BI" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BJ" = ( +/obj/structure/rack, +/obj/item/gun/medbeam, +/obj/item/clothing/glasses/hud/health/night, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BK" = ( +/obj/structure/rack, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/gun/rocketlauncher, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BL" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BM" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "SIT Ready Room" + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "sit_ready" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BN" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "SST Ready Room" + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "sst_ready" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BO" = ( +/obj/machinery/bluespace_beacon/syndicate/infiltrator, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BP" = ( +/obj/structure/flora/ausbushes/genericbush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/evac) +"BQ" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/turf/unsimulated/floor, +/area/syndicate_mothership) +"BR" = ( +/obj/machinery/vending/engineering, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"BS" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BT" = ( +/obj/machinery/door/window/northleft{ + name = "cell door"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BU" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/computer/arcade/orion_trail, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BV" = ( +/obj/structure/chair, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BW" = ( +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BX" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/red, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BY" = ( +/obj/structure/bed, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"BZ" = ( +/obj/structure/closet/secure_closet{ + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"Ca" = ( +/obj/machinery/door/window/northleft{ + name = "Out"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"Cb" = ( +/obj/machinery/door/window/northright{ + name = "In"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"Cc" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "nukeop_base" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"Cd" = ( +/obj/docking_port/stationary{ + area_type = /area/syndicate_mothership; + dheight = 9; + dir = 2; + dwidth = 5; + height = 22; + id = "syndicate_away"; + name = "syndicate base"; + turf_type = /turf/unsimulated/floor/snow; + width = 18 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"Cj" = ( +/obj/structure/rack, +/obj/item/kitchen/knife/ritual, +/turf/unsimulated/floor{ + icon_state = "chapel" + }, +/area/wizard_station) +"Cl" = ( +/obj/machinery/vending/security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Cp" = ( +/obj/machinery/door/poddoor/impassable{ + desc = "A remote control switch to connect the ready room to the rest of Centcom."; + id_tag = "gygax1"; + name = "Addition gun poddoor"; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Cr" = ( +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "siding1"; + tag = "icon-siding1" + }, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood"; + tag = "icon-wood (EAST)" + }, +/area/holodeck/source_theatre) +"Cs" = ( +/obj/machinery/computer/communications, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"Ct" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -30; + pixel_y = 0; + req_access_txt = "0" + }, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"Cu" = ( +/obj/structure/flora/ausbushes/pointybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/control) +"Cw" = ( +/turf/unsimulated/floor{ + icon_state = "light_on" + }, +/area/space) +"Cy" = ( +/obj/machinery/door_control{ + id = "ertgygax2"; + name = "ERT gygax #2 remote door-control"; + pixel_y = -25; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"CC" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = 0; + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/control) +"CD" = ( +/obj/machinery/recharge_station/upgraded, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"CG" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "green" + }, +/area/centcom/evac) +"CK" = ( +/obj/machinery/light/spot, +/obj/structure/chair{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"CL" = ( +/obj/machinery/door_control{ + id = "shower_cc_unit_2"; + name = "Shower door control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/control) +"CM" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "advlaser"; + name = "advanced gun reinforced blast door" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"CN" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall14"; + tag = "icon-swall14" + }, +/area/centcom/evac) +"CR" = ( +/obj/item/clothing/glasses/sunglasses/yeah, +/turf/unsimulated/beach/sand, +/area/centcom/evac) +"CS" = ( +/obj/machinery/door_control{ + id = "ertgygax1"; + name = "ERT gygax #1 remote door-control"; + pixel_y = -25; + req_access_txt = "114" + }, +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Armory 1"; + dir = 1; + network = list("ERT","CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"CW" = ( +/obj/item/soap/nanotrasen, +/obj/item/bikehorn/rubberducky, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"CY" = ( +/obj/machinery/door/airlock/hatch{ + name = "Cockpit"; + req_access_txt = "106" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor2"; + tag = "icon-floor2" + }, +/area/centcom/evac) +"CZ" = ( +/obj/structure/flora/tree/pine, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"De" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"Df" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/wt550{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/gun/projectile/automatic/wt550, +/obj/item/gun/projectile/automatic/wt550{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Dh" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle{ + icon_state = "17" + }, +/turf/simulated/floor/plating, +/area/centcom/evac) +"Di" = ( +/obj/structure/mirror{ + pixel_y = 32 + }, +/obj/structure/sink{ + pixel_y = 15 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/evac) +"Dj" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + damage_deflection = 75; + id_tag = "syndicate_jail_cell"; + locked = 1; + name = "Syndicate Jail Cell" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"Dk" = ( +/obj/machinery/light/spot, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/wizard_station) +"Dr" = ( +/obj/structure/chair/stool/bar, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/evac) +"Ds" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/control) +"Dv" = ( +/turf/space, +/area/admin) +"Dx" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Dy" = ( +/obj/machinery/shuttle_manipulator, +/turf/unsimulated/floor{ + icon_state = "light_on" + }, +/area/centcom/specops) +"DI" = ( +/obj/structure/table, +/obj/item/lighter/zippo, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/evac) +"DM" = ( +/obj/machinery/door/airlock/centcom{ + name = "Unit 6"; + opacity = 1 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/evac) +"DN" = ( +/turf/unsimulated/floor{ + icon_state = "light_on" + }, +/area/centcom/specops) +"DP" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHEAST)" + }, +/area/centcom/evac) +"DQ" = ( +/obj/machinery/computer/card, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/centcom/evac) +"DS" = ( +/obj/structure/rack, +/obj/item/gun/energy/gun/nuclear{ + pixel_x = -8; + pixel_y = -8 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"DX" = ( +/turf/simulated/floor/mech_bay_recharge_floor, +/area/admin) +"DY" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "sniperrifle"; + name = "Sniper rifle reinforced blast door" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Ec" = ( +/obj/structure/rack, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/gun/energy/ionrifle/carbine, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/obj/item/gun/energy/ionrifle, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Ee" = ( +/obj/machinery/computer/robotics, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Eg" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "gygax2ert"; + name = "ERT Gygax's" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Eh" = ( +/obj/machinery/door_control{ + id = "toilet_ert_unit_2"; + name = "Toilet door control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"Ei" = ( +/obj/machinery/light/spot, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"Eq" = ( +/obj/structure/flora/ausbushes/palebush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/control) +"Er" = ( +/obj/structure/table/reinforced, +/obj/effect/landmark{ + name = "Commando_Manual" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Eu" = ( +/obj/machinery/vending/snack/free, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "green" + }, +/area/centcom/control) +"Ev" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"Ew" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall_s5" + }, +/area/shuttle/escape) +"Ez" = ( +/obj/machinery/vending/cola/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "green" + }, +/area/centcom/control) +"EC" = ( +/obj/structure/flora/tree/palm{ + pixel_x = -10 + }, +/obj/structure/flora/ausbushes/ywflowers, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/evac) +"ED" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "PDWdoor"; + name = "explosive reinforced blast door" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"EF" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/evac) +"EG" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall_s9"; + tag = "icon-swall_s9" + }, +/area/centcom/evac) +"EJ" = ( +/obj/structure/morgue, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/evac) +"EL" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/evac) +"EO" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/evac) +"EP" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"EV" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall_s5"; + tag = "icon-swall_s5" + }, +/area/centcom/evac) +"EZ" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/ferry) +"Fc" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "green" + }, +/area/centcom/evac) +"Fd" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = 28 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"Ff" = ( +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"Fi" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/m90{ + pixel_y = -4 + }, +/obj/item/gun/projectile/automatic/m90{ + pixel_y = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Fj" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flare{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/storage/box/flare{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/storage/box/flare{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/storage/box/bola{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/storage/box/bola{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/storage/box/bola{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Fl" = ( +/obj/structure/table, +/obj/item/kitchen/knife/butcher, +/obj/item/melee/baseball_bat, +/obj/item/clothing/mask/muzzle{ + pixel_y = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"Fp" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"Fr" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ft" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 1441; + id_tag = "syndicate_jail_airlock_control"; + name = "Syndicate Jail Access Controller"; + pixel_x = 0; + pixel_y = 24; + req_access_txt = "150"; + tag_exterior_door = "syndicate_jail_airlock_external"; + tag_interior_door = "syndicate_jail_airlock_internal" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"Fv" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"Fx" = ( +/obj/machinery/door_control{ + id = "toilet_cc_unit_2"; + name = "Toilet door control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/control) +"Fy" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/light/spot{ + dir = 8; + icon_state = "tube1"; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/centcom/evac) +"Fz" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"FH" = ( +/obj/machinery/door_control{ + id = "sniperrifle"; + name = "Sniper rifle remote door-control"; + pixel_y = 25; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"FJ" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "specopsoffice"; + name = "Privacy Shutters" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"FL" = ( +/turf/simulated/wall/r_wall, +/area/adminconstruction) +"FM" = ( +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/centcom/specops) +"FP" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/evac) +"FT" = ( +/obj/structure/reagent_dispensers/spacecleanertank{ + pixel_x = 32 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -4 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 4 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/centcom/living) +"FV" = ( +/obj/structure/flora/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/evac) +"FW" = ( +/obj/machinery/vending/cigarette/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "green" + }, +/area/centcom/control) +"FZ" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"Ga" = ( +/obj/machinery/photocopier, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/centcom/specops) +"Gk" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership/jail) +"Gl" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/centcom/evac) +"Gm" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_away"; + name = "Shuttle Hatch"; + req_access_txt = "109" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Gq" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Gr" = ( +/obj/machinery/door/airlock/centcom{ + name = "Telecommunications"; + opacity = 1; + req_access_txt = "107" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Gt" = ( +/obj/machinery/door_control{ + id = "shower_cc_unit_1"; + name = "Shower door control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/control) +"Gz" = ( +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/centcom/specops) +"GB" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/beach/sand, +/area/centcom/evac) +"GE" = ( +/obj/structure/sink{ + pixel_y = 15 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/centcom/living) +"GM" = ( +/obj/effect/decal/remains/human, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"GN" = ( +/obj/machinery/computer/sm_monitor, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/centcom/specops) +"GO" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/ferry) +"GP" = ( +/turf/unsimulated/floor{ + icon_state = "gcircuit" + }, +/area/admin) +"GQ" = ( +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"GR" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/evac) +"GW" = ( +/turf/simulated/floor/holofloor{ + icon_state = "sand"; + name = "Soft sand" + }, +/area/holodeck/source_beach) +"Ha" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/under/color/green, +/obj/item/holo/esword/green, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"Hb" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/area/admin) +"Hc" = ( +/obj/machinery/computer/communications, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Hd" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 9; + height = 18; + id = "admin_away"; + name = "centcom bay 1"; + timid = 1; + width = 19 + }, +/turf/space, +/area/space) +"Hg" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/space_ninja, +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/area/admin) +"Hh" = ( +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/area/admin) +"Hi" = ( +/obj/structure/rack, +/obj/item/clothing/head/helmet/space/space_ninja, +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/area/admin) +"Hj" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bridge"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Hl" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"Hn" = ( +/obj/structure/mirror/magic{ + pixel_y = 28 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "carpetside" + }, +/area/wizard_station) +"Hu" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/space_ninja, +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/area/admin) +"Hv" = ( +/obj/structure/rack, +/obj/item/katana/energy, +/obj/item/clothing/mask/gas/space_ninja, +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/area/admin) +"Hw" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/space_ninja, +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/area/admin) +"Hy" = ( +/obj/machinery/door/airlock/centcom{ + name = "Communications Office"; + opacity = 1; + req_access_txt = "107" + }, +/turf/unsimulated/floor{ + icon_state = "carpet1-0" + }, +/area/centcom/control) +"Hz" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/chimichanga, +/obj/item/reagent_containers/food/snacks/clownstears, +/obj/item/reagent_containers/food/snacks/lasagna, +/obj/item/reagent_containers/food/snacks/sliceable/pizza/mushroompizza, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"HA" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/evac) +"HB" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"HD" = ( +/obj/machinery/door/airlock/centcom{ + name = "Unit 2"; + opacity = 1 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/evac) +"HN" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/centcom/evac) +"HR" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"HS" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"HU" = ( +/obj/structure/table, +/obj/item/radio/electropack{ + pixel_x = -5 + }, +/obj/item/assembly/signaler{ + code = 2; + frequency = 1449; + pixel_x = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"HV" = ( +/obj/effect/decal/cleanable/blood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "chapel" + }, +/area/wizard_station) +"HW" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"HX" = ( +/obj/structure/table, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/brute, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/centcom/evac) +"HY" = ( +/obj/structure/table/wood/poker, +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"HZ" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"Ia" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"Ib" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall_s5" + }, +/area/shuttle/gamma/space) +"Ic" = ( +/obj/structure/table/wood, +/obj/machinery/door_control{ + id = "syndicate_jail_cell"; + name = "Bolt Cell Doors"; + normaldoorcontrol = 1; + pixel_x = 6; + pixel_y = 0; + req_access_txt = "150"; + specialfunctions = 4 + }, +/obj/machinery/door_control{ + id = "syndicate_jail"; + name = "Bolt Jail Door"; + normaldoorcontrol = 1; + pixel_x = -5; + pixel_y = 0; + req_access_txt = "150"; + specialfunctions = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"Id" = ( +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"Ih" = ( +/obj/machinery/door_control{ + id = "gygax2ert"; + name = "ERT gygax's sremote door-control"; + pixel_y = -25; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Ii" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall_s9" + }, +/area/shuttle/gamma/space) +"Ij" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/centcom/living) +"Ik" = ( +/obj/structure/table/reinforced, +/obj/item/ashtray/glass{ + icon_state = "ashtray_half_gl" + }, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Im" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "shower_cc_unit_1"; + name = "Shower"; + opacity = 1; + req_access_txt = "106" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Io" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "specopsoffice"; + name = "Privacy Shutters" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (NORTH)" + }, +/area/centcom/specops) +"Ip" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "carpetside" + }, +/area/centcom/specops) +"Iq" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + icon_state = "fakewindows" + }, +/area/centcom/ferry) +"Ir" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "carpetside" + }, +/area/centcom/specops) +"Is" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "carpetside" + }, +/area/centcom/specops) +"Iw" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/centcom/specops) +"Iy" = ( +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/doctor, +/obj/item/storage/firstaid/doctor, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/item/roller, +/obj/item/roller, +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/living) +"IC" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"ID" = ( +/obj/item/beach_ball, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"IF" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/palebush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"IH" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/evac) +"II" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/control) +"IJ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + icon_state = "fakewindows"; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/syndicate_mothership/jail) +"IL" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/leafybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"IO" = ( +/obj/machinery/door/airlock/centcom{ + name = "Medical Treatment Post"; + opacity = 1; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"IP" = ( +/obj/structure/table, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"IR" = ( +/obj/structure/flora/ausbushes/palebush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/evac) +"IS" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/genericbush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"IT" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bathroom"; + opacity = 1; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/evac) +"IU" = ( +/obj/machinery/door/airlock/centcom{ + name = "Rest Area"; + opacity = 1; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/evac) +"IY" = ( +/obj/machinery/computer/message_monitor, +/obj/item/paper/monitorkey, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Jc" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + icon_state = "fakewindows"; + tag = "icon-fakewindows (SOUTHEAST)" + }, +/area/centcom/ferry) +"Jj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/centcom/evac) +"Jk" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "green" + }, +/area/centcom/evac) +"Jm" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + autoclose = 0; + frequency = 1441; + id_tag = "syndicate_jail_airlock_internal"; + locked = 1; + name = "Syndicate Jail Internal Airlock" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"Jn" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "CentComPort"; + name = "Security Doors"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "green" + }, +/area/centcom/evac) +"Jq" = ( +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"Ju" = ( +/obj/machinery/door/airlock/centcom{ + name = "Medbay"; + opacity = 1; + req_access_txt = "109" + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "MedbayERT"; + name = "Medbay reinforced blast door" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"Jw" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"Jx" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Jz" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows" + }, +/area/syndicate_mothership/jail) +"JC" = ( +/obj/structure/chair/stool, +/obj/item/clothing/head/bandana{ + pixel_y = -10 + }, +/obj/item/clothing/glasses/sunglasses, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"JD" = ( +/obj/structure/chair/stool, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"JE" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "toilet_cc_unit_1"; + name = "Toilet"; + opacity = 1; + req_access_txt = "106" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"JF" = ( +/obj/structure/closet/secure_closet/bar{ + req_access = null; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/evac) +"JG" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/centcom/evac) +"JK" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"JM" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"JO" = ( +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"JS" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle{ + dir = 10; + icon_state = "9" + }, +/turf/simulated/floor/plating, +/area/centcom/evac) +"JV" = ( +/obj/machinery/door/airlock/shuttle, +/obj/docking_port/mobile/emergency/backup{ + dwidth = 9; + roundstart_move = null + }, +/obj/docking_port/stationary{ + dir = 4; + dwidth = 3; + height = 8; + id = "backup_away"; + name = "Backup Shuttle Dock"; + width = 8 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/shuttle/escape) +"JX" = ( +/obj/machinery/vending/boozeomat, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/evac) +"JY" = ( +/obj/machinery/door_control{ + id = "CCes"; + name = "Special Exit control Button"; + pixel_x = 23; + req_access_txt = "101" + }, +/turf/unsimulated/floor{ + dir = 6; + icon_state = "green" + }, +/area/centcom/evac) +"Kb" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/evac) +"Kc" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"Kd" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"Ke" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"Kf" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/chair/sofa/left, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"Kg" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/chair/sofa/right, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"Kh" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"Ki" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"Kk" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"Kl" = ( +/obj/machinery/door_control{ + id = "advlaser"; + name = "Advanced gun remote door-control"; + pixel_y = -25; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Kn" = ( +/obj/structure/table/reinforced, +/obj/structure/kitchenspike, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "chapel" + }, +/area/wizard_station) +"Ko" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"Kp" = ( +/obj/machinery/door_control{ + id = "PDWdoor"; + name = "Explosive remote door-control"; + pixel_y = -25; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Kq" = ( +/obj/structure/chair/comfy/red, +/obj/effect/landmark{ + name = "voxstart" + }, +/turf/unsimulated/floor/vox, +/area/vox_station) +"Kt" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/megaphone, +/obj/item/paicard, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Kv" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + name = "voxstart" + }, +/turf/unsimulated/floor/vox, +/area/vox_station) +"Kw" = ( +/obj/machinery/atmospherics/unary/cryo_cell/upgraded, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/centcom/living) +"Ky" = ( +/turf/unsimulated/floor{ + icon_state = "gcircuit" + }, +/area/centcom/control) +"KA" = ( +/mob/living/silicon/decoy{ + name = "A.L.I.C.E." + }, +/turf/unsimulated/floor{ + icon_state = "gcircuit" + }, +/area/centcom/control) +"KC" = ( +/obj/machinery/door_control{ + id = "anitborgtrl"; + name = "Centcom remote door-control"; + pixel_x = 24; + req_access_txt = "101" + }, +/turf/unsimulated/floor{ + dir = 6; + icon_state = "green" + }, +/area/centcom/control) +"KG" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 11; + height = 18; + id = "emergency_away"; + name = "emergency centcom"; + width = 29 + }, +/turf/space, +/area/space) +"KI" = ( +/obj/machinery/shower{ + dir = 4; + icon_state = "shower"; + pixel_x = 5; + tag = "icon-shower (EAST)" + }, +/obj/structure/curtain/open/shower/centcom, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/evac) +"KK" = ( +/obj/machinery/photocopier, +/turf/unsimulated/floor{ + icon_state = "gcircuit" + }, +/area/centcom/control) +"KN" = ( +/obj/machinery/computer/card/centcom, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"KO" = ( +/obj/structure/chair, +/obj/item/cardboard_cutout{ + desc = "He is sleeping. And don't want to hurry up."; + icon_state = "cutout_ntsec"; + name = "Sleeping Officer" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"KP" = ( +/obj/machinery/computer/secure_data, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"KR" = ( +/obj/machinery/light/small, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"KW" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"KX" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"KY" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"La" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "green" + }, +/area/centcom/evac) +"Lc" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/centcom/ferry) +"Le" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/evac) +"Lk" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Ln" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"Lq" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "ionrifle"; + name = "ionrifle reinforced blast door" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Ls" = ( +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/control) +"Lw" = ( +/obj/machinery/computer/station_alert, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Lz" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/ferry) +"LB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/centcom/evac) +"LC" = ( +/obj/structure/chair/stool, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"LE" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "green" + }, +/area/centcom/evac) +"LH" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "sballistic"; + name = "Heavy ballistic reinforced blast door" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"LJ" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/space) +"LK" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/obj/effect/decal/cleanable/cobweb, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"LM" = ( +/obj/structure/bookcase{ + name = "bookcase (Tactics)" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"LN" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "ballistic"; + name = "ballistic weaponreinforced blast door" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"LS" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"LT" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/evac) +"LU" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/centcom/living) +"LV" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"LW" = ( +/turf/unsimulated/wall{ + icon_state = "iron13"; + tag = "icon-iron13" + }, +/area/space) +"LX" = ( +/obj/machinery/vending/magivend, +/obj/machinery/light/spot{ + dir = 1; + icon_state = "tube1"; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"LY" = ( +/obj/machinery/computer/card, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"LZ" = ( +/obj/machinery/computer/sm_monitor, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Mb" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -30; + pixel_y = 0; + req_access_txt = "0" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/centcom/evac) +"Mc" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Mf" = ( +/obj/effect/spawner/window/reinforced, +/turf/unsimulated/floor, +/area/centcom/evac) +"Mg" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4; + name = "Connector Port (Air Supply)" + }, +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHWEST)" + }, +/area/centcom/living) +"Mk" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall_s6" + }, +/area/shuttle/escape) +"Ml" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/escape) +"Mm" = ( +/obj/structure/curtain/open/shower/centcom, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/control) +"Mn" = ( +/turf/unsimulated/wall/fakeglass, +/area/wizard_station) +"Mo" = ( +/obj/structure/statue/elwycco, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/evac) +"Mq" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = -7 + }, +/obj/item/folder/blue{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/folder/blue{ + pixel_x = 5 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Ms" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Mv" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/chimichanga, +/obj/item/reagent_containers/food/snacks/clownstears, +/obj/item/reagent_containers/food/snacks/customizable, +/obj/item/reagent_containers/food/snacks/sliceable/pizza/meatpizza, +/obj/item/reagent_containers/food/snacks/sushi_Ebi, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"Mz" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/turf/simulated/floor/plating, +/area/centcom/evac) +"MC" = ( +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/escape) +"MF" = ( +/obj/structure/flora/rock, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/evac) +"MI" = ( +/obj/structure/flora/tree/palm, +/obj/item/beach_ball, +/turf/unsimulated/beach/sand, +/area/centcom/evac) +"MK" = ( +/obj/machinery/door/airlock/centcom{ + name = "Restroom"; + opacity = 1; + req_access_txt = "109" + }, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"MM" = ( +/obj/machinery/computer/med_data, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"MN" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 0 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"MQ" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"MS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"MT" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"MW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/centcom/living) +"MY" = ( +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"Nc" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "CCTELE"; + name = "Specops Teleporter" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ne" = ( +/turf/unsimulated/wall, +/area/centcom/specops) +"Ng" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" + }, +/area/space) +"Nh" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/wizard_station) +"Nl" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/centcom/evac) +"Nm" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall_s10"; + tag = "icon-swall_s10" + }, +/area/centcom/evac) +"Nt" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet10-0"; + tag = "icon-carpet10-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"Nw" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "toilet_ert_unit_2"; + name = "Bathroom"; + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"Ny" = ( +/obj/structure/bookcase, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"Nz" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -25; + pixel_y = 0; + req_access_txt = "0" + }, +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Ready Room West"; + dir = 4; + network = list("ERT","CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"NC" = ( +/obj/machinery/tcomms/relay/cc, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"NF" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"NG" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/evac) +"NI" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "specopsoffice"; + name = "Privacy Shutters" + }, +/turf/unsimulated/wall/fakeglass, +/area/centcom/specops) +"NJ" = ( +/obj/machinery/door_control{ + desc = "A remote control switch to block view of the singularity."; + icon_state = "doorctrl0"; + id = "GRAVPULTS"; + name = "Gravity Catapults"; + pixel_x = -6; + pixel_y = 6; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + desc = "A remote control switch to block view of the singularity."; + icon_state = "doorctrl0"; + id = "ASSAULT"; + name = "Mech Storage"; + pixel_x = 6; + pixel_y = 6; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + desc = "A remote control switch to block view of the singularity."; + icon_state = "doorctrl0"; + id = "CCTELE"; + name = "Teleporter Access"; + pixel_x = -6; + pixel_y = -6; + req_access_txt = "114" + }, +/obj/structure/table/wood, +/obj/machinery/door_control{ + desc = "A remote control-switch for a Armory door."; + id = "ERTBFG"; + name = "Armory Access"; + pixel_x = 6; + pixel_y = -6; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "carpetside" + }, +/area/centcom/specops) +"NL" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops."; + name = "Special Ops. Monitor"; + network = list("ERT") + }, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpet" + }, +/area/centcom/specops) +"NU" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "ertgygax1"; + name = "ERT Gygax #1" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"NW" = ( +/obj/structure/sign/nosmoking_1{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"NY" = ( +/obj/item/radio/intercom/specops, +/obj/structure/table/wood, +/obj/item/door_remote/centcomm, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "carpetside" + }, +/area/centcom/specops) +"Oa" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 0 + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows" + }, +/area/centcom/ferry) +"Oc" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"Od" = ( +/obj/structure/showcase, +/obj/structure/window/reinforced/clockwork{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "chapel" + }, +/area/wizard_station) +"Of" = ( +/obj/docking_port/stationary{ + dir = 1; + dwidth = 1; + height = 4; + id = "pod1_away"; + name = "recovery ship bay 1"; + width = 3 + }, +/turf/space, +/area/space) +"Oh" = ( +/obj/machinery/computer/shuttle/ert, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/centcom/specops) +"Oi" = ( +/obj/structure/table/reinforced, +/obj/structure/kitchenspike, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "chapel" + }, +/area/wizard_station) +"Oj" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "green" + }, +/area/centcom/evac) +"Om" = ( +/turf/simulated/floor/beach/water, +/area/holodeck/source_beach) +"On" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/ammo_box/shotgun/stun, +/obj/item/ammo_box/shotgun/stun, +/obj/item/ammo_box/shotgun/stun, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Oo" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/stamp/granted, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/centcom/evac) +"Oq" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/stamp/centcom, +/obj/item/pen/multi/fountain, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = -7 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/door_remote/omni, +/obj/item/megaphone, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/centcom/specops) +"Or" = ( +/obj/structure/filingcabinet, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ox" = ( +/obj/structure/table, +/obj/item/storage/box/handcuffs, +/obj/item/flash, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/centcom/evac) +"Oz" = ( +/obj/effect/landmark{ + name = "syndieprisonwarp" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"OB" = ( +/obj/mecha/combat/gygax/ert/loaded, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"OD" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = 0; + pixel_y = 32 + }, +/obj/structure/toilet{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/control) +"OE" = ( +/obj/machinery/sleeper, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" + }, +/area/centcom/evac) +"OF" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/centcom/evac) +"OG" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "ERTBFG"; + name = "ERT Armory" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/specops) +"OI" = ( +/obj/structure/flora/ausbushes/fernybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/evac) +"OK" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/evac) +"OL" = ( +/obj/structure/sign/greencross{ + pixel_y = -32 + }, +/turf/unsimulated/floor{ + icon_state = "green" + }, +/area/centcom/evac) +"OM" = ( +/obj/item/clothing/under/rainbow, +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"ON" = ( +/obj/machinery/door/airlock/centcom{ + name = "General Access"; + opacity = 1; + req_access_txt = "101" + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "anitborgtrl"; + name = "Centcom entering" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"OP" = ( +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"OQ" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "green" + }, +/area/centcom/control) +"OS" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/centcom/evac) +"OW" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 11; + id = "specops_away"; + name = "centcom bay 3"; + width = 5 + }, +/turf/space, +/area/space) +"OY" = ( +/obj/machinery/door/poddoor{ + id_tag = "CCes"; + name = "Special exit" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"Pb" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle{ + icon_state = "window4" + }, +/turf/simulated/floor/plating, +/area/centcom/evac) +"Pc" = ( +/obj/docking_port/stationary{ + dir = 1; + dwidth = 1; + height = 4; + id = "pod2_away"; + name = "recovery ship bay 2"; + width = 3 + }, +/turf/space, +/area/space) +"Pd" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"Pe" = ( +/turf/unsimulated/wall, +/area/centcom/suppy) +"Pg" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall1"; + tag = "icon-swall1" + }, +/area/centcom/evac) +"Pj" = ( +/obj/machinery/door/airlock/centcom{ + name = "Toilet"; + opacity = 1; + req_access_txt = "106" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Pl" = ( +/obj/machinery/door/window/northright{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Security Desk"; + req_access_txt = "104" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/centcom/evac) +"Pn" = ( +/obj/machinery/photocopier, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Pp" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/evac) +"Pq" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"Pr" = ( +/obj/machinery/computer/mecha, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Pt" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom/specops, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Pw" = ( +/obj/machinery/door/window/westleft, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"Py" = ( +/obj/structure/flora/ausbushes, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/evac) +"PA" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"PC" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows" + }, +/area/centcom/ferry) +"PE" = ( +/obj/machinery/vending/coffee, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"PJ" = ( +/obj/item/radio/intercom/specops{ + pixel_y = 25 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"PL" = ( +/obj/effect/decal/warning_stripes/south, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"PO" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "greencorner" + }, +/area/centcom/evac) +"PP" = ( +/obj/machinery/door/airlock/centcom{ + name = "Toilet"; + opacity = 1; + req_access_txt = "109" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"PR" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "green" + }, +/area/centcom/evac) +"PY" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "toilet_ert_unit_1"; + name = "Bathroom"; + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"PZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/living) +"Qa" = ( +/turf/simulated/floor/holofloor{ + dir = 2; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"Qh" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "shotgunbd"; + name = "shotgun reinforced blast door" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Qj" = ( +/obj/machinery/computer/arcade, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"Qo" = ( +/obj/structure/table, +/obj/machinery/door/window/southleft{ + name = "security checkpoint"; + req_access_txt = "104" + }, +/obj/item/folder/red, +/obj/item/pen/red, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"Qp" = ( +/obj/structure/closet/emcloset, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"Qq" = ( +/obj/structure/closet/secure_closet/personal/patient, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/centcom/evac) +"Qt" = ( +/obj/machinery/poolcontroller/invisible, +/turf/unsimulated/beach/water, +/area/ninja/holding) +"Qy" = ( +/obj/machinery/computer/shuttle/ferry, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/ferry) +"QB" = ( +/obj/structure/chair/stool/bar, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"QC" = ( +/obj/machinery/door/airlock/centcom{ + name = "Centcom Morgue"; + opacity = 1 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "stage_stairs" + }, +/area/centcom/evac) +"QE" = ( +/obj/structure/table/reinforced, +/obj/structure/table/reinforced, +/obj/item/folder/blue, +/obj/item/folder/red{ + pixel_x = 7 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"QG" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod3_away"; + name = "recovery ship bay 3"; + width = 3 + }, +/turf/space, +/area/space) +"QH" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"QI" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/escape) +"QK" = ( +/turf/unsimulated/wall, +/area/centcom/evac) +"QL" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + icon_state = "fakewindows"; + tag = "icon-fakewindows (SOUTHEAST)" + }, +/area/syndicate_mothership/jail) +"QQ" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 6; + icon_state = "green" + }, +/area/centcom/control) +"QS" = ( +/obj/machinery/door_control{ + id = "toilet_cc_unit_1"; + name = "Toilet door control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/control) +"QU" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle{ + icon_state = "15" + }, +/turf/simulated/floor/plating, +/area/centcom/evac) +"QV" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/evac) +"QW" = ( +/turf/unsimulated/wall/fakeglass, +/area/syndicate_mothership/jail) +"Rc" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 5; + height = 7; + id = "supply_away"; + name = "supply centcom"; + width = 12 + }, +/turf/space, +/area/space) +"Rd" = ( +/obj/machinery/vending/coffee/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "green" + }, +/area/centcom/control) +"Re" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1; + name = "Connector Port (Air Supply)" + }, +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/centcom/evac) +"Rf" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/escape) +"Rg" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flashbangs{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/storage/box/teargas{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/storage/box/teargas{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/teargas{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/barrier{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/storage/box/barrier{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/storage/box/barrier{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Rh" = ( +/obj/structure/rack, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/shield/riot{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/shield/riot, +/obj/item/shield/riot{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = -7 + }, +/obj/item/shield/riot/tele, +/obj/item/shield/riot/tele{ + pixel_x = 7 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Rm" = ( +/obj/structure/table, +/obj/machinery/door_control{ + desc = "A remote control switch for port-side blast doors."; + id = "CentComPort"; + name = "Security Doors"; + pixel_y = -4; + req_access_txt = "104" + }, +/obj/machinery/door/window/southleft{ + dir = 1; + name = "security checkpoint"; + req_access_txt = "104" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"Rp" = ( +/obj/machinery/computer{ + name = "EMERGENCY SHUTTLE COMPUTER" + }, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"Rq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9; + icon_state = "intact" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"Ru" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/control) +"Rv" = ( +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"RB" = ( +/turf/unsimulated/floor{ + icon_state = "green" + }, +/area/centcom/evac) +"RD" = ( +/obj/structure/chair/sofa/left, +/turf/space, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/escape) +"RF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = -5 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 5 + }, +/obj/item/radio/intercom/specops{ + pixel_x = -28 + }, +/obj/item/reagent_containers/applicator/dual, +/obj/item/stack/nanopaste, +/obj/item/stack/nanopaste, +/obj/item/stack/nanopaste, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/centcom/living) +"RL" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 0 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/centcom/evac) +"RN" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/boiledrice, +/obj/item/reagent_containers/food/snacks/fishburger, +/obj/item/reagent_containers/food/snacks/loadedbakedpotato, +/obj/item/reagent_containers/food/snacks/sushi_Ebi, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"RP" = ( +/obj/structure/chair/sofa/right, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"RQ" = ( +/obj/machinery/slot_machine, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/evac) +"RY" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/under/color/lightpurple, +/obj/item/clothing/under/color/purple, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/head/wizard/red, +/obj/item/clothing/suit/wizrobe/red, +/obj/item/clothing/head/wizard, +/obj/item/clothing/suit/wizrobe, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "carpetside" + }, +/area/wizard_station) +"Sa" = ( +/obj/structure/chair/sofa/left, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"Sd" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark{ + name = "syndieprisonwarp" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"Se" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet13-0"; + tag = "icon-carpet13-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"Sj" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows" + }, +/area/syndicate_mothership/jail) +"Sk" = ( +/obj/structure/table, +/obj/item/storage/firstaid/toxin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/storage/firstaid/toxin, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"Sl" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Sn" = ( +/obj/machinery/door/airlock/centcom{ + name = "Unit 3"; + opacity = 1 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/evac) +"So" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"Sr" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"Ss" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4; + name = "Connector Port (Air Supply)" + }, +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue"; + tag = "icon-whiteblue (WEST)" + }, +/area/centcom/living) +"St" = ( +/obj/structure/sign/restroom{ + pixel_x = -32 + }, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Su" = ( +/obj/machinery/door_control{ + id = "sballistic"; + name = "Heavy Ballistic remote door-control"; + pixel_y = 25; + req_access_txt = "114" + }, +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Armory 2"; + network = list("ERT","CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Sy" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/item/soap/nanotrasen, +/obj/item/bikehorn/rubberducky, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/control) +"SA" = ( +/obj/machinery/door/airlock/external{ + id_tag = "admin_away"; + name = "Administration Shuttle"; + opacity = 0; + req_access_txt = "106" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/control) +"SC" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"SF" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet9-0"; + tag = "icon-carpet9-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"SK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/living) +"SN" = ( +/obj/structure/sink{ + dir = 1 + }, +/obj/structure/mirror{ + dir = 4; + pixel_x = 0; + pixel_y = -32 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/control) +"SQ" = ( +/obj/structure/table, +/obj/item/storage/lockbox{ + req_access = null; + req_access_txt = "106" + }, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"SR" = ( +/obj/machinery/door/airlock/centcom{ + name = "Auxillary Shuttles"; + opacity = 1; + req_access_txt = "106" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"SS" = ( +/obj/machinery/door/airlock/centcom{ + name = "Rest Area"; + opacity = 1; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/evac) +"SU" = ( +/obj/structure/table, +/obj/item/radio, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"SV" = ( +/obj/machinery/door_control{ + id = "gygax1"; + name = "Addition guns remote door-control"; + pixel_y = -25; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"SW" = ( +/obj/structure/rack, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = -7; + pixel_y = -7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"SY" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/evac) +"SZ" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry_away"; + name = "centcom bay 2"; + width = 5 + }, +/turf/space, +/area/space) +"Ta" = ( +/obj/structure/flora/tree/palm{ + pixel_x = 10 + }, +/obj/structure/flora/ausbushes/ywflowers, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/evac) +"Te" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -7; + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Tf" = ( +/obj/machinery/door_control{ + desc = "A remote control switch to connect the ready room to the rest of Centcom."; + icon_state = "doorctrl0"; + id = "SPECOPS"; + name = "Ready Room"; + pixel_x = -6; + pixel_y = 6; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + desc = "A remote control switch to block view of the singularity."; + icon_state = "doorctrl0"; + id = "specopsoffice"; + name = "Privacy Shutters"; + pixel_x = 6; + pixel_y = -6; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + desc = "A remote control switch to block view of the singularity."; + icon_state = "doorctrl0"; + id = "CCGAMMA"; + name = "Gamma Lockdown"; + pixel_x = -6; + pixel_y = -6; + req_access_txt = "114" + }, +/obj/structure/table/wood, +/obj/machinery/door_control{ + desc = "A remote control-switch for a ERT medbay."; + id = "MedbayERT"; + name = "ERT Medbay"; + pixel_x = 6; + pixel_y = 6; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "carpetside" + }, +/area/centcom/specops) +"Tg" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/landmark{ + name = "ERT Director" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpet" + }, +/area/centcom/specops) +"Th" = ( +/obj/structure/flora/rock, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/control) +"Ti" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "carpetside" + }, +/area/centcom/specops) +"Tl" = ( +/mob/living/simple_animal/pet/dog/fox/alisa, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/centcom/specops) +"Tm" = ( +/obj/machinery/door/airlock/centcom{ + name = "Fax Room"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/control) +"To" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/evac) +"Tp" = ( +/obj/item/trash/chips, +/obj/machinery/light/spot, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"Tt" = ( +/obj/structure/closet/crate, +/obj/item/grenade/plastic/x4, +/obj/item/grenade/plastic/x4, +/obj/item/grenade/plastic/x4, +/obj/item/grenade/plastic/x4, +/obj/item/grenade/plastic/c4_shaped/flash, +/obj/item/grenade/plastic/c4_shaped/flash, +/obj/item/grenade/plastic/c4_shaped/flash, +/obj/item/grenade/plastic/c4_shaped/flash, +/obj/item/grenade/plastic/c4_shaped, +/obj/item/grenade/plastic/c4_shaped, +/obj/item/grenade/plastic/c4_shaped, +/obj/item/grenade/plastic/c4_shaped, +/obj/item/storage/lockbox/t4, +/obj/item/storage/lockbox/t4, +/obj/item/storage/lockbox/t4, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Ty" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1441; + master_tag = "syndicate_jail_airlock_control"; + name = "Syndicate Jail Access Button"; + pixel_y = 24; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"Tz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"TC" = ( +/obj/effect/decal/cleanable/blood, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"TE" = ( +/turf/simulated/floor/beach/coastline, +/area/holodeck/source_beach) +"TG" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet14-0"; + tag = "icon-carpet14-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"TH" = ( +/obj/machinery/door/airlock/hatch{ + name = "Infirmary"; + req_access_txt = "0" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor2"; + tag = "icon-floor2" + }, +/area/centcom/evac) +"TI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/centcom/living) +"TL" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen, +/obj/item/stamp/centcom, +/obj/item/pen/multi/fountain, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"TN" = ( +/obj/machinery/door/window/westright{ + name = "security checkpoint"; + req_access_txt = "104" + }, +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"TO" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor2"; + tag = "icon-floor2" + }, +/area/centcom/evac) +"TU" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/centcom/living) +"TV" = ( +/obj/machinery/door/poddoor{ + id_tag = "CentComPort"; + name = "Security Doors" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "green" + }, +/area/centcom/evac) +"TW" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/control) +"TX" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "ferrysh" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"TY" = ( +/obj/structure/window/reinforced, +/obj/structure/shuttle/engine/heater{ + dir = 1; + icon_state = "heater"; + tag = "icon-heater (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"TZ" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + icon_state = "door_locked"; + id_tag = "emergency_away"; + locked = 1; + name = "Arrival Airlock"; + req_access = null; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/evac) +"Ua" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"Ub" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 30; + pixel_y = 0; + req_access_txt = "0" + }, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"Uc" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + autoclose = 0; + frequency = 1441; + id_tag = "syndicate_jail_airlock_external"; + locked = 1; + name = "Syndicate Jail External Airlock" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"Ud" = ( +/obj/structure/piano, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"Uf" = ( +/obj/structure/table/reinforced, +/obj/item/card/id/centcom{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/door_remote/centcomm, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Uh" = ( +/obj/structure/table/wood, +/obj/machinery/kitchen_machine/microwave, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"Uj" = ( +/obj/machinery/vending/snack/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"Up" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/cheesyfries, +/obj/item/reagent_containers/food/snacks/grilledcheese, +/obj/item/reagent_containers/food/snacks/sliceable/turkey, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"Ur" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "ertgygax2"; + name = "ERT gygax #2" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Us" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/centcom/living) +"Uv" = ( +/obj/structure/table, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"Ux" = ( +/obj/item/trash/raisins, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"UB" = ( +/obj/machinery/door/airlock/shuttle, +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"UC" = ( +/obj/machinery/light/spot{ + dir = 8; + icon_state = "tube1"; + tag = "icon-tube1 (WEST)" + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1441; + master_tag = "syndicate_jail_airlock_control"; + name = "Syndicate Jail Access Button"; + pixel_x = -24; + pixel_y = -8; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"UD" = ( +/obj/machinery/disco{ + anchored = 1 + }, +/turf/unsimulated/floor{ + icon_state = "light_on" + }, +/area/space) +"UF" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/centcom/specops) +"UG" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 30; + pixel_y = 0; + req_access_txt = "0" + }, +/obj/machinery/vending/snack, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"UH" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "carpetside" + }, +/area/centcom/specops) +"UJ" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/showcase, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "chapel" + }, +/area/wizard_station) +"UN" = ( +/obj/machinery/computer/cloning, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/centcom/living) +"UQ" = ( +/turf/unsimulated/wall, +/area/centcom/ferry) +"UR" = ( +/turf/unsimulated/floor{ + dir = 2; + icon_state = "carpetside" + }, +/area/centcom/specops) +"UT" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet5-0"; + tag = "icon-carpet5-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"UU" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "carpetside" + }, +/area/centcom/specops) +"UV" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"Va" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall_s6"; + tag = "icon-swall_s6" + }, +/area/centcom/evac) +"Vb" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/centcom/evac) +"Vd" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod4_away"; + name = "recovery ship bay 4"; + width = 3 + }, +/turf/space, +/area/space) +"Ve" = ( +/obj/structure/rack, +/obj/item/clothing/suit/wizrobe/magusblue, +/obj/item/clothing/head/wizard/magus, +/obj/item/twohanded/staff, +/obj/item/clothing/suit/wizrobe/magusred, +/obj/item/clothing/head/wizard/magus, +/obj/item/twohanded/staff, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/wizard_station) +"Vg" = ( +/obj/structure/table/reinforced, +/obj/item/pen, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/centcom/evac) +"Vh" = ( +/obj/machinery/door_control{ + id = "ionrifle"; + name = "Ion rifle remote door-control"; + pixel_x = 26; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Vi" = ( +/obj/machinery/light/spot{ + dir = 4; + icon_state = "tube1"; + tag = "icon-tube1 (EAST)" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"Vj" = ( +/obj/structure/table/wood, +/obj/structure/mirror{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/ferry) +"Vl" = ( +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/centcom/living) +"Vm" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"Vn" = ( +/obj/machinery/door/airlock/centcom{ + name = "Unit 4"; + opacity = 1; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/evac) +"Vq" = ( +/obj/machinery/door/airlock/centcom{ + name = "Unit 1"; + opacity = 1 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/evac) +"Vt" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/living) +"Vv" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/specops) +"Vx" = ( +/obj/structure/table, +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"VA" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"VB" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"VC" = ( +/obj/machinery/computer/security{ + network = list("SS13","Telecomms","Research Outpost","Mining Outpost","ERT","CentComm","Thunderdome") + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"VD" = ( +/obj/machinery/computer/crew, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"VE" = ( +/obj/structure/chair/office/dark, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"VJ" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/gamma/space) +"VL" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/chinese/sweetsourchickenball, +/obj/item/reagent_containers/food/snacks/fishburger, +/obj/item/reagent_containers/food/snacks/sliceable/pizza/vegetablepizza, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"VN" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/centcom/evac) +"VR" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = 0; + pixel_y = -32 + }, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"VS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"VT" = ( +/obj/machinery/computer/library/checkout, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"VW" = ( +/obj/machinery/bodyscanner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/centcom/evac) +"VX" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1; + name = "Connector Port (Air Supply)" + }, +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHWEST)" + }, +/area/centcom/evac) +"Wa" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "redyellowfull"; + tag = "icon-redyellowfull (NORTHEAST)" + }, +/area/centcom/living) +"Wd" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/gun/rocketlauncher, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"We" = ( +/obj/structure/table/reinforced, +/obj/item/grenade/clusterbuster, +/obj/item/grenade/chem_grenade/incendiary{ + name = "Incendiary Grenade" + }, +/obj/item/kitchen/knife/combat, +/obj/item/kitchen/knife/combat, +/obj/item/kitchen/knife/combat, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"Wf" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 0; + pixel_y = -32 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"Wh" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/control) +"Wi" = ( +/obj/structure/flora/grass/brown, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"Wk" = ( +/obj/structure/table/wood/fancy, +/obj/item/storage/box/cups, +/obj/item/storage/box/cups{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "wood" + }, +/area/centcom/living) +"Wl" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 0; + pixel_y = -32; + req_access_txt = "0" + }, +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/roller, +/obj/item/roller, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Wm" = ( +/obj/structure/bed, +/obj/item/bedsheet/yellow, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/ferry) +"Wq" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "green" + }, +/area/centcom/control) +"Ws" = ( +/obj/machinery/door_control{ + id = "shotgunbd"; + name = "Shotgun remote door-control"; + pixel_y = -25; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Wt" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/living) +"Wv" = ( +/obj/machinery/vending/snack, +/turf/unsimulated/floor{ + dir = 6; + icon_state = "green" + }, +/area/centcom/evac) +"Ww" = ( +/obj/structure/table, +/obj/item/stamp/captain, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"Wy" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "shower_cc_unit_2"; + name = "Shower"; + opacity = 1; + req_access_txt = "106" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Wz" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + damage_deflection = 75; + id_tag = "syndicate_jail"; + locked = 1; + name = "Syndicate Jail" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"WA" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "green" + }, +/area/centcom/evac) +"WC" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"WG" = ( +/obj/structure/sign/greencross{ + pixel_y = -32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"WI" = ( +/obj/structure/table, +/obj/item/crowbar/red{ + pixel_x = -3 + }, +/obj/item/crowbar/red{ + pixel_x = -1 + }, +/obj/item/crowbar/red{ + pixel_x = 1 + }, +/obj/item/crowbar/red{ + pixel_x = 3 + }, +/obj/item/storage/toolbox/mechanical, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"WK" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"WN" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"WP" = ( +/turf/unsimulated/floor{ + icon_state = "green" + }, +/area/centcom/control) +"WQ" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion"; + tag = "icon-propulsion (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"WR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/living) +"WS" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"WU" = ( +/obj/machinery/computer/shuttle/ert, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"WV" = ( +/obj/item/storage/lockbox/t4{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/lockbox/t4{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"WW" = ( +/obj/structure/table, +/obj/item/megaphone, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"WX" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l"; + tag = "icon-propulsion_l (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"WZ" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer/upgraded{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner (WEST)" + }, +/area/centcom/living) +"Xa" = ( +/obj/machinery/shower{ + dir = 8; + icon_state = "shower"; + pixel_x = -5; + tag = "icon-shower (WEST)" + }, +/obj/structure/curtain/open/shower/centcom, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/evac) +"Xh" = ( +/obj/machinery/door/airlock/centcom{ + name = "Комната отдыха" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/ferry) +"Xj" = ( +/obj/item/gun/projectile/automatic/pistol/m1911, +/obj/item/ammo_box/magazine/m45, +/obj/item/ammo_box/magazine/m45, +/obj/item/ammo_box/magazine/m45, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/head/helmet/space/deathsquad/beret, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/suit/space/deathsquad/officer, +/obj/item/clothing/under/rank/centcom/captain, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/flashbangs, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double, +/obj/item/radio/headset/ert{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/centcom/specops) +"Xl" = ( +/obj/structure/chair/office, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"Xm" = ( +/obj/machinery/recharge_station/upgraded, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/centcom/specops) +"Xn" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/living) +"Xo" = ( +/obj/structure/table, +/obj/item/camera/digital, +/obj/item/door_remote/omni, +/obj/item/taperecorder, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Xr" = ( +/turf/unsimulated/wall{ + icon = 'icons/obj/library.dmi'; + icon_state = "book-5"; + name = "bookcase (Tactics)" + }, +/area/centcom/specops) +"Xw" = ( +/obj/machinery/computer/crew, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"Xx" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "warndark"; + tag = "icon-warndark (EAST)" + }, +/area/centcom/ferry) +"Xy" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/centcom/evac) +"Xz" = ( +/obj/structure/morgue, +/obj/structure/morgue, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/evac) +"XA" = ( +/obj/item/beach_ball/holoball, +/turf/simulated/floor/holofloor, +/area/holodeck/source_basketball) +"XB" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"XF" = ( +/turf/simulated/floor/plasteel{ + dir = 2; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/centcom/evac) +"XI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/centcom/living) +"XL" = ( +/obj/structure/table/abductor, +/obj/item/bonegel/alien, +/obj/item/bonesetter/alien, +/obj/item/FixOVein/alien, +/obj/item/surgicaldrill/alien, +/obj/item/circular_saw/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"XM" = ( +/obj/structure/bed/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"XN" = ( +/obj/structure/chair/office, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"XP" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall11"; + tag = "icon-swall11" + }, +/area/centcom/evac) +"XR" = ( +/obj/machinery/door_control{ + id = "toilet_ert_unit_1"; + name = "Toilet door control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"XV" = ( +/obj/structure/kitchenspike, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"XY" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton{ + pixel_y = 0 + }, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"XZ" = ( +/obj/machinery/light/spot{ + dir = 1; + icon_state = "tube1"; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"Ya" = ( +/obj/machinery/vending/cola, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"Ye" = ( +/obj/machinery/computer/account_database, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Yg" = ( +/obj/structure/table/reinforced, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/centcom/evac) +"Yh" = ( +/obj/machinery/door/airlock/centcom{ + name = "Unit 5"; + opacity = 1 + }, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/centcom/evac) +"Yj" = ( +/turf/unsimulated/wall{ + icon = 'icons/obj/library.dmi'; + icon_state = "book-5"; + name = "bookcase (Reports)" + }, +/area/centcom/specops) +"Yn" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/centcom/evac) +"Yp" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/cans/cola, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/evac) +"Yq" = ( +/obj/structure/bed, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"Yr" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet6-0"; + tag = "icon-carpet6-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"Yw" = ( +/obj/effect/decal/cleanable/molten_object, +/turf/unsimulated/floor{ + dir = 2; + icon_state = "freezerfloor" + }, +/area/wizard_station) +"Yy" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"Yz" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"YA" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"YJ" = ( +/obj/structure/flora/ausbushes/fernybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"YK" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"YL" = ( +/obj/structure/sign/evac{ + pixel_x = 33 + }, +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "green" + }, +/area/centcom/evac) +"YM" = ( +/obj/machinery/computer/shuttle/admin, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"YO" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"YR" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_access_txt = "106" + }, +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"YS" = ( +/obj/structure/sink{ + dir = 1 + }, +/obj/structure/mirror{ + dir = 4; + pixel_x = 0; + pixel_y = -32 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"YX" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"Ze" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/pen, +/turf/simulated/shuttle/floor, +/area/centcom/evac) +"Zf" = ( +/obj/structure/bed, +/obj/item/bedsheet/wiz, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "carpetside" + }, +/area/wizard_station) +"Zh" = ( +/obj/machinery/door_control{ + id = "ballistic"; + name = "Ballistic remote door-control"; + pixel_y = 25; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Zj" = ( +/obj/structure/table/wood, +/obj/item/dice/d20, +/obj/item/dice, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"Zk" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"Zl" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"Zn" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_away"; + name = "Shuttle Hatch"; + req_access_txt = "109" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"Zq" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "greencorner" + }, +/area/centcom/evac) +"Zr" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/evac) +"Zt" = ( +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/structure/closet/secure_closet/guncabinet, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Zu" = ( +/obj/effect/decal/warning_stripes/east, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"Zv" = ( +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/structure/closet/crate, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ertarmory) +"Zz" = ( +/obj/item/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/table/reinforced, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/centcom/evac) +"ZD" = ( +/obj/structure/kitchenspike, +/obj/effect/decal/cleanable/blood, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"ZG" = ( +/turf/unsimulated/wall, +/area/centcom/ertarmory) +"ZI" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ZL" = ( +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/ferry) +"ZN" = ( +/obj/machinery/door_control{ + id = "ferrysh"; + pixel_x = -24 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"ZO" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/control) +"ZR" = ( +/obj/structure/rack, +/obj/item/clothing/suit/wizrobe/marisa, +/obj/item/clothing/shoes/sandal/marisa, +/obj/item/clothing/head/wizard/marisa, +/obj/item/twohanded/staff/broom, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/wizard_station) +"ZS" = ( +/obj/machinery/atmospherics/unary/cryo_cell/upgraded, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/centcom/living) +"ZT" = ( +/turf/simulated/shuttle/wall{ + dir = 2; + icon_state = "swall7"; + tag = "icon-swall7" + }, +/area/centcom/evac) +"ZV" = ( +/obj/machinery/door/airlock/external{ + id_tag = "ferry_away"; + name = "Ferry Airlock"; + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ferry) +"ZW" = ( +/obj/machinery/vending/chinese/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "green" + }, +/area/centcom/control) + +(1,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(2,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(3,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(4,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(5,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(6,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +be +be +be +be +be +be +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(7,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +be +be +be +be +be +aN +be +lo +lo +lo +lo +lo +be +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(8,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +du +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +rE +rE +rE +rE +rE +rE +rE +rH +rE +rE +rE +rE +rE +rE +rE +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +co +co +hk +hk +be +be +be +lp +lp +lp +lp +lp +be +be +be +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(9,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +cH +cH +cH +kY +be +lc +lj +lq +lq +lq +lq +lq +lX +lZ +be +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(10,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +cH +cH +cH +kZ +be +lc +lj +lq +lB +lq +lB +lq +lX +lZ +be +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(11,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +hd +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +cH +cH +cH +kZ +be +lc +lj +lq +lq +lH +lq +lq +lX +lZ +be +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(12,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +cH +cH +cH +cH +be +lc +lj +lq +lB +lq +lB +lq +lX +lZ +be +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(13,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +cK +cK +kd +cH +be +lc +lj +lq +lq +lq +lq +lq +lX +lZ +be +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(14,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +be +be +be +la +be +be +ja +lr +lr +lr +lr +lr +ja +be +be +be +be +aN +aN +aN +aN +mn +mn +mn +mn +mn +mn +mn +mn +mn +mn +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(15,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +rE +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +dI +fF +fF +fF +ld +jb +lt +lt +lt +lt +lt +jb +ld +md +md +be +aN +aN +aN +aN +mn +mp +mE +mO +mW +mW +mO +mE +mp +mn +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(16,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +ei +kW +fF +kW +le +jc +jc +jc +jc +jc +jc +jc +le +me +md +dH +aN +aN +aN +aN +mn +mq +mF +mP +mW +mW +mP +mF +mq +mn +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(17,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +hh +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +fe +kW +fF +kW +le +jc +jc +jc +jc +jc +jc +jc +le +me +md +be +aN +aN +aN +aN +mn +mn +mn +mn +mW +ni +mn +mn +mn +mn +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(18,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +ei +kW +lb +kW +le +jc +jc +jc +jc +jc +jc +jc +le +me +mi +be +aN +aN +aN +aN +mn +mp +mE +mO +mW +mW +mO +nz +mp +mn +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +wE +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(19,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +fl +kW +fF +kW +le +jc +jc +jc +jc +jc +jc +jc +le +me +md +be +aN +aN +aN +aN +mn +ms +mG +mP +mW +mW +mP +mJ +ms +mn +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(20,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +fm +kW +fF +kW +le +jc +jc +jc +jc +jc +jc +jc +le +me +mj +be +be +aN +aN +aN +mn +mn +mn +mn +mX +mW +mn +mn +mn +mn +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(21,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +fF +fF +fF +fF +le +jc +jc +jc +lI +lI +jc +jc +le +mf +mj +mk +be +aN +aN +aN +mn +mp +mE +mO +mW +mW +mO +mE +mp +mn +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(22,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +dH +fF +fF +fF +fF +le +jc +jc +jc +lJ +lW +jc +jc +le +mg +mj +ml +be +aN +aN +aN +mn +mu +mH +mP +mW +mW +mP +mJ +ms +mn +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(23,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +dH +fF +fF +fF +fF +le +jc +jc +jc +lI +lI +jc +jc +le +mh +mj +mm +be +aN +aN +aN +mn +mn +mn +mn +mX +mW +mn +mn +mn +mn +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(24,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +fm +kW +fF +kW +le +jc +jc +jc +jc +jc +jc +jc +le +me +mj +be +be +aN +aN +aN +mn +mw +mE +mO +mW +mW +mO +nA +mp +mn +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +rn +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(25,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +fl +kW +fF +kW +le +jc +jc +jc +jc +jc +jc +jc +le +me +md +be +aN +aN +aN +aN +mn +mx +mI +mP +mW +mW +mP +mI +od +mn +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(26,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +fF +kW +lb +kW +le +jc +jc +jc +jc +jc +jc +jc +le +me +mi +be +aN +aN +aN +aN +mn +mn +mn +mn +mW +mW +mn +mn +mn +mn +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(27,1,1) = {" +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +fl +kW +fF +kW +le +jc +jc +jc +jc +jc +jc +jc +le +me +md +be +aN +aN +aN +aN +mn +mp +mE +mO +mW +mW +mO +mE +mp +mn +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(28,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +fF +kW +fF +kW +le +jc +jc +jc +jc +jc +jc +jc +le +me +md +dH +aN +aN +aN +aN +mn +ms +mJ +mP +mW +mW +mP +mG +oe +mn +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(29,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +fV +kX +fF +fF +lf +jb +lv +lv +lv +lv +lv +jb +lf +md +md +be +aN +aN +aN +aN +mn +mn +mn +mn +mn +mn +mn +mn +mn +mn +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +tQ +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +un +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(30,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +be +be +be +be +be +ja +lr +lr +lr +lr +lr +ja +be +be +be +be +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(31,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +lh +lj +lw +lw +lw +lw +lw +lX +mc +be +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +gt +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(32,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +lh +lj +lw +lG +lw +lG +lw +lX +mc +be +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(33,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +lh +lj +lw +lw +lK +lw +lw +lX +mc +be +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(34,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +lh +lj +lw +lG +lw +lG +lw +lX +mc +be +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(35,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +lh +lj +lw +lw +lw +lw +lw +lX +mc +be +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(36,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +be +be +lp +lp +lp +lp +lp +be +be +be +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(37,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +lx +lx +lx +lx +lx +be +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +"} +(38,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +be +be +be +be +be +be +be +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(39,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(40,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +bL +ap +ap +ap +ap +cN +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(41,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(42,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(43,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(44,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(45,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(46,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(47,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ha +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(48,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +wk +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(49,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(50,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(51,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(52,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(53,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(54,1,1) = {" +aN +aN +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(55,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(56,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(57,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(58,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(59,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(60,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(61,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(62,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(63,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(64,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(65,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(66,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(67,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +wC +wC +wC +wC +wC +wC +wC +wC +wC +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(68,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +tz +up +vi +AN +Hz +Mv +RN +Up +VL +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(69,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +tA +Wa +Wa +Wa +Wa +Wa +Wa +Wa +Wa +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(70,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +tA +Wa +vL +vL +Wa +Wa +vL +vL +Wa +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(71,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +tB +Wa +vS +we +Wa +Wa +we +vS +Wa +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(72,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +cz +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +tC +Wa +we +vS +Wa +Wa +vS +we +VR +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(73,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +tD +Wa +vL +vL +Wa +Wa +vL +vL +Wa +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(74,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +tD +Wa +Wa +Wa +Wa +Wa +Wa +Wa +Wa +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(75,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +tF +Wa +vL +vL +Wa +Wa +vL +vL +Wa +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(76,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +tF +Wa +we +vS +Wa +Wa +vS +we +Wa +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(77,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +tG +Wa +vS +we +Wa +Wa +we +vS +Wa +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(78,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +tG +Wa +vL +vL +Wa +Wa +vL +vL +Wa +cp +cp +cp +cp +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(79,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +wC +wC +wC +wC +wC +wC +wC +MK +wC +wC +wC +cp +qZ +CW +cp +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(80,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +qx +qS +tJ +uq +wh +yf +yf +yf +yf +yf +qJ +cp +re +re +cp +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(81,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +rP +sS +sS +yf +wr +yf +wr +yf +RP +RP +yf +cp +rf +rk +cp +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(82,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +sa +sS +sS +yf +yf +yf +yf +yf +rP +rP +Wf +cp +rj +cp +cp +cp +cp +cp +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(83,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +jA +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +yf +yf +yf +yf +sf +yf +sf +yf +Sa +Sa +yf +wC +cr +cr +Nw +cr +cr +cp +wC +wC +wC +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +jU +kw +kE +kQ +kU +aN +aN +aN +jU +kw +kE +kQ +kU +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(84,1,1) = {" +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +qJ +yf +yf +yf +yf +yf +yf +yf +yf +yf +qJ +wC +Yy +cr +cp +Eh +EP +cp +ru +Ss +Mg +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +jQ +jW +ky +kG +kR +li +ly +aN +jQ +jW +lR +kG +kR +li +ly +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(85,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +gZ +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +sb +yf +yf +yf +yf +yf +yf +MQ +yf +yf +yf +wC +Yy +cr +cp +cp +cp +cp +TI +WR +Ap +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +jP +jV +kx +kF +kx +kV +ln +aN +jP +lL +kx +lT +kx +kV +ln +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(86,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +sc +yf +Ud +yf +yf +yf +HR +HR +So +yf +yf +wC +Yy +cr +PY +cr +cr +cp +TI +PZ +WZ +wC +wC +wC +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +jS +jY +kx +kI +kx +XL +lA +aN +jS +lN +kx +kI +kx +XL +lA +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(87,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +rl +yf +QB +yf +yf +Bb +HS +HR +So +yf +qC +wC +cr +YS +cp +XR +EP +cp +rr +td +rD +rI +rQ +rU +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +jR +jX +kx +kH +kx +XM +lz +aN +jR +lM +kx +lU +kx +XM +lz +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(88,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +yf +yf +yf +yf +yf +yf +HY +HR +So +yf +Wk +wC +cr +YS +cp +wC +wC +wC +MW +td +Xn +rJ +rR +rX +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +jT +ka +kA +kN +kA +lm +lF +aN +jT +ka +kA +kN +kA +lm +lF +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(89,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +wC +qC +qC +tK +ut +yM +Bc +HZ +MT +yf +yf +st +wC +cr +YS +cp +ZS +Ij +RF +XI +td +td +td +td +sd +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +jZ +kz +kM +kS +ll +aN +aN +aN +jZ +kz +kM +kS +ll +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(90,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +wC +sr +wC +wC +PP +cp +wC +Kw +PZ +Vt +SK +td +td +td +td +sj +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(91,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yQ +qD +rx +rx +rx +yW +rx +Ib +yQ +SC +yH +yH +yH +yH +St +wC +Kw +PZ +SK +td +td +td +td +td +sm +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +jU +kw +kE +kQ +kU +aN +aN +aN +jU +kw +kE +kQ +kU +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(92,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +oQ +aN +oQ +aN +oQ +aN +oQ +yQ +VJ +sT +ry +ry +ry +Bf +VJ +yQ +yH +yH +yH +yH +yH +WG +wC +GE +td +td +rs +rs +rs +rs +Iy +so +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +jQ +jW +kD +kG +kR +li +ly +aN +jQ +jW +lS +kG +kR +li +ly +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(93,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +xd +Ne +xd +Ne +xd +Ne +xd +yQ +VJ +rp +ry +Wd +ry +Bi +VJ +yQ +yH +yH +yH +yH +yH +yH +Ju +Us +td +td +rt +Wt +rF +rM +Wt +sp +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +jP +kt +kx +kO +kx +kV +ln +aN +jP +lO +kx +lV +kx +kV +ln +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(94,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +xd +Ne +xd +Ne +xd +Ne +xd +yQ +VJ +sU +ry +We +ry +Bj +VJ +yQ +yH +yH +yH +yH +yH +WG +wC +GE +td +td +td +td +td +td +td +ss +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +jS +kv +kx +kI +kx +lk +lA +aN +jS +lQ +kx +kI +kx +XL +lA +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(95,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +xd +Ne +xd +Ne +xd +Ne +xd +yQ +VJ +rq +tL +ry +yX +Bk +VJ +yQ +yH +yH +yH +yH +yH +yH +wC +sJ +td +td +tn +td +cJ +tn +td +su +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +jR +ku +kx +kP +kx +XM +lz +aN +jR +lP +kx +lY +kx +XM +lz +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(96,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +xd +Ne +xd +Ne +xd +Ne +xd +yQ +sg +rx +rx +uv +rx +rx +Ii +yQ +yH +yH +yH +yH +yH +yH +wC +UN +td +td +jN +td +td +jN +td +sm +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +jT +ka +kA +kN +kA +lm +lF +aN +jT +ka +kA +kN +kA +lm +lF +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(97,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +xd +Ne +xd +Ne +xd +Ne +xd +yQ +yQ +yQ +yQ +uw +yQ +yQ +yQ +yQ +yH +yH +yH +sE +sE +sE +wC +pi +tE +FT +LU +TU +Vl +LU +TU +sw +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +jZ +kz +kM +kS +ll +aN +aN +aN +jZ +kz +kM +kS +ll +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(98,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +xd +Ne +xd +Ne +xd +Ne +xd +yQ +si +sV +tM +uy +yQ +Ne +Ne +Ne +yH +yH +yH +Ne +Ne +Ne +wC +wC +wC +wC +wC +wC +wC +wC +wC +wC +wC +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(99,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +xd +Ne +xd +Ne +xd +Ne +xd +yQ +sl +rw +rC +xZ +yQ +rV +yH +Ne +yH +yH +yH +Ne +aN +aN +aN +aN +aN +aN +aN +Ne +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(100,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +sq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +oR +Ne +pJ +Ne +qe +Ne +qB +yQ +sn +rC +rC +xZ +yQ +Bl +yH +Nc +yH +yH +yH +Ne +aN +aN +aN +aN +aN +aN +aN +Ne +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(101,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ec +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +se +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +oS +Ne +oS +Ne +oS +Ne +oS +yQ +sv +rC +rC +xZ +yQ +Bs +yH +Ne +yH +yH +yH +Ne +aN +aN +aN +aN +aN +aN +aN +Ne +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(102,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +se +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +xd +Ne +xd +Ne +xd +Ne +xd +yQ +sy +rC +rC +xZ +yQ +Ne +Ne +Ne +Te +yH +Wl +Ne +aN +aN +aN +aN +aN +aN +aN +Ne +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(103,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +se +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +xd +Ne +xd +Ne +xd +Ne +xd +yQ +sC +rC +rC +xZ +yQ +BR +yH +Nz +yH +yH +WI +Ne +Jw +Vv +aN +aN +aN +aN +aN +Ne +aN +UQ +UQ +UQ +UQ +UQ +UQ +UQ +UQ +UQ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(104,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +se +aN +aN +aN +aN +se +aN +aN +aN +aN +aN +aN +aN +aN +Ne +xd +Ne +xd +Ne +xd +Ne +xd +yQ +sl +rw +rC +xZ +yQ +Cl +yH +yH +yH +yH +yH +Gm +Sl +ZI +aN +aN +aN +aN +aN +Ne +aN +UQ +EZ +EZ +LJ +aN +LJ +EZ +EZ +UQ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +aN +aN +aN +mr +mr +mr +mr +mr +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(105,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +Ne +oR +Ne +pJ +Ne +qe +Ne +qB +yQ +sD +rv +tN +uz +yQ +yr +yH +yH +yH +yH +yH +Gm +Jx +Gq +aN +aN +aN +aN +aN +Ne +aN +UQ +EZ +LJ +aN +aN +aN +LJ +EZ +UQ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +zn +zn +zF +mr +zZ +Al +Al +mr +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(106,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +Ne +pT +Ne +pL +Ne +qf +Ne +qI +yQ +yQ +sW +sW +rG +yQ +CD +yH +yH +yH +yH +WU +Ne +Jw +Vv +aN +aN +aN +aN +aN +Ne +aN +UQ +EZ +aN +aN +aN +aN +aN +EZ +UQ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +fZ +fZ +gc +mr +Ab +Al +Av +mr +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(107,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +oG +nV +pU +nV +pU +nV +pU +qK +Ne +sF +yH +yH +yH +yH +yH +yH +yH +yH +yH +WW +Ne +aN +aN +aN +aN +aN +aN +aN +Ne +aN +UQ +EZ +aN +aN +aN +aN +aN +EZ +UQ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +fL +yF +yF +zP +Aa +Am +mr +mr +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(108,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +oH +oT +pU +oT +pU +oT +pU +oT +ra +yH +yH +yH +yH +yH +Dx +yH +yH +yH +yH +yH +Ne +aN +aN +aN +aN +aN +aN +aN +Ne +aN +UQ +EZ +aN +aN +aN +aN +aN +EZ +UQ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +yF +yF +yF +mr +mr +mr +mr +mr +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(109,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +pU +pU +pU +pU +pU +pU +pU +pU +rb +yH +yH +yH +yH +yY +rW +Er +yH +yH +yH +yH +Ne +aN +aN +aN +aN +OW +aN +aN +Ne +aN +UQ +EZ +aN +aN +aN +aN +aN +EZ +UQ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +yF +yF +yF +zS +yF +An +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(110,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +op +pU +pU +pU +pX +pU +pU +qN +Ne +sG +yH +yH +uF +yZ +Dy +zh +NF +yH +yH +yH +Ne +Ne +Ne +Ne +Ne +Ne +Ne +Ne +Ne +aN +UQ +EZ +aN +aN +aN +aN +aN +EZ +UQ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +yF +yF +yF +yF +yF +Ao +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(111,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +hc +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +Ne +oU +Ne +oU +Ne +oU +Ne +oU +Ne +sI +yH +yH +uF +zc +DN +Ik +NF +yH +yH +yH +OG +Ms +Ms +NW +Ms +Cp +SW +ZG +aN +aN +UQ +EZ +aN +aN +aN +aN +aN +EZ +UQ +Pe +Pe +Pe +Pe +Pe +Pe +Pe +Pe +Pe +Pe +Pe +Pe +Pe +Pe +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +yF +yF +zu +zu +yF +Ao +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(112,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +oI +pU +oI +pU +oI +pU +oI +pU +Ne +sK +yH +yH +yH +zh +Er +zh +yH +yH +yH +yH +OG +Ms +Ms +Ms +SV +ZG +ZG +ZG +Ne +aN +UQ +EZ +aN +aN +aN +aN +aN +EZ +UQ +Pe +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Pe +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +aN +aN +aN +aN +fw +aN +aN +aN +aN +mr +yF +zj +zt +zy +zC +Ao +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(113,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +oJ +pU +ph +pU +ph +pU +ph +pU +Ne +yH +yH +yH +yH +yH +Fr +yH +yH +yH +yH +yH +Ne +ZG +ZG +ro +Ms +NU +OB +Yz +Ne +aN +UQ +EZ +aN +aN +aN +aN +aN +EZ +UQ +Pe +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Pe +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mr +mr +mr +mr +mr +yD +mr +mr +mr +mr +mr +yF +yF +yF +yF +yF +Ao +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(114,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +oK +pU +pU +pU +pU +pU +pU +pU +rc +yH +yH +yH +yH +zk +yH +yH +yH +yH +yH +SC +Ne +WV +rm +Ms +CS +ZG +ZG +ZG +Ne +aN +UQ +EZ +aN +aN +aN +aN +aN +EZ +UQ +Pe +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Pe +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +xQ +yh +yx +yI +yO +yF +yF +yF +yF +yF +yF +yF +yF +yF +Ao +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(115,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Ne +pU +pU +pU +pU +pU +pU +pU +qN +Ne +Ne +sY +Ne +uG +Ne +FJ +Io +NI +Ne +Ne +Ne +Ne +Fj +rm +Ms +Ms +Ur +OB +Yz +Ne +aN +UQ +EZ +LJ +aN +SZ +aN +LJ +EZ +UQ +Pe +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Pe +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +xP +ye +yw +yF +yF +yF +mr +mr +mr +mr +mr +at +at +at +at +at +at +at +at +at +at +at +at +at +at +at +aN +aN +aN +aN +"} +(116,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +se +aN +aN +se +aN +aN +aN +aN +aN +aN +aN +aN +Ne +Ne +Ne +Ne +Ne +Ne +Ne +Ne +Ne +Ne +sL +sZ +tO +uO +Ne +FM +FM +FM +FM +UF +Xj +Ne +Rg +rm +Ms +Cy +ZG +ZG +ZG +Ne +aN +UQ +EZ +EZ +Oa +ZV +Oa +EZ +EZ +UQ +Pe +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Pe +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +at +at +at +at +at +at +at +at +at +at +at +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(117,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mo +oL +ov +mo +oL +ov +mo +oL +ov +Ne +sL +sZ +tP +uO +zr +FM +Ip +NJ +Tf +UH +qX +Ne +Rh +rm +Ms +Ms +Eg +OB +Yz +Ne +aN +UQ +PC +Lc +Jc +Xx +Iq +Lc +GO +UQ +Pe +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Pe +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aJ +aK +bh +bh +bh +au +au +at +bl +bl +bl +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(118,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mo +ov +ov +mo +ov +ov +mo +ov +ov +Ne +sL +sZ +tP +uO +zx +FM +Ir +NL +Tg +UR +Xm +Ne +Zt +rm +Ms +Ms +Eg +OB +Yz +Ne +aN +UQ +ZL +ZL +ZL +ZL +ZL +ZL +ZL +UQ +Pe +aN +aN +aN +aN +aN +aN +Rc +aN +aN +aN +aN +aN +Pe +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aJ +au +au +au +au +au +au +bk +bl +bl +bl +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(119,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mo +mo +oM +oV +mo +oM +oV +mo +oM +oV +Ne +sL +sZ +tP +uO +zr +FM +Is +NY +Ti +UU +Xr +Ne +ZG +ZG +Zh +Ih +ZG +ZG +ZG +Ne +aN +UQ +ZL +ZL +ZL +ZL +ZL +ZL +Qy +UQ +Pe +Pe +Pe +Pe +Pe +Pe +Pe +Pe +Pe +Pe +Pe +Pe +Pe +Pe +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aJ +au +au +au +au +au +aK +at +at +at +at +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(120,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mo +mo +mo +mo +mo +mo +mo +mo +mo +mo +mo +ou +ov +ov +ov +ov +ov +ov +ov +ov +Ne +sM +sZ +tP +uO +Ne +Ga +FM +Oh +Iw +FM +Yj +Ne +Fi +LN +Ms +Ms +Qh +On +ZG +Ne +UQ +UQ +UQ +Xh +UQ +qg +UQ +UQ +UQ +UQ +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aK +au +au +au +au +au +aJ +at +aN +aN +at +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(121,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +gH +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mo +my +mK +mQ +mY +nk +nm +nk +nk +oh +mo +ou +ov +ov +ov +ov +ov +ov +ov +ov +Ne +sL +sZ +tP +uO +Ne +Gz +FM +FM +FM +FM +qY +Ne +Zv +LN +Ms +Ws +ZG +ZG +ZG +Lz +Lz +Lz +ZL +ZL +UQ +qg +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +xR +au +au +au +au +au +au +aJ +at +aN +aN +at +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(122,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mo +my +mK +mQ +mZ +nl +nn +nE +nk +oh +mo +ou +ov +ov +ov +ov +ov +ov +ov +ov +Ne +sN +ta +tS +uO +Ne +GN +Iw +Oq +Tl +FM +qX +Ne +ZG +ZG +Su +Ms +ED +Tt +ZG +ZL +ZL +ZL +ZL +ZL +UQ +qg +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +xS +au +au +au +au +au +au +aK +at +aN +aN +at +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(123,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mo +my +my +my +na +nk +nk +nk +nk +oh +mo +ov +ov +ov +pj +ov +ov +ov +ov +ov +Ne +Ne +Ne +Ne +uP +Ne +Ne +Ne +Ne +zx +Ne +Ne +Ne +Df +LH +Ms +Kp +ZG +ZG +ZG +ZL +ZL +ZL +ZL +ZL +UQ +qg +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +xS +au +au +au +Kv +au +au +au +at +aN +aN +at +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(124,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +dX +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mo +mz +mL +mR +nc +nk +nk +nk +nk +oh +mo +ow +ow +ow +mo +ov +ov +ov +ov +ov +ov +ov +ov +tT +uO +zH +Ne +IF +Or +yH +VA +YA +Ne +qt +LH +Ms +Ms +CM +DS +ZG +ZL +ZL +ZL +ZL +ZL +UQ +qg +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +xS +au +au +bi +bi +Kv +au +au +at +aN +aN +at +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(125,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mo +mA +mM +mS +nd +nk +no +nJ +nk +oh +mo +mo +mo +mo +mo +pM +mo +mo +Ne +Ne +Ne +Ne +Ne +Ne +uO +zO +Ne +IL +OP +yH +VB +YJ +Ne +ZG +ZG +FH +Kl +ZG +ZG +ZG +ZL +ZL +ZL +ZL +ZL +UQ +qg +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +xS +au +Kq +bi +bi +Kv +au +au +at +aN +aN +at +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(126,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mo +mB +mM +mT +ne +nk +np +nK +nk +nk +oq +nk +nk +nk +nk +nk +oq +qg +Ne +qO +qO +qO +te +Ne +uO +zQ +Ne +IS +Pn +yH +VA +YX +Ne +qi +DY +Ms +Vh +Lq +Ec +ZG +ZL +ZL +ZL +ZL +ZL +UQ +qg +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +xS +au +au +bi +bi +Kv +au +au +at +aN +aN +at +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(127,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mo +mC +mM +mU +nf +nk +nu +nN +nk +oh +mo +mo +mo +oW +mo +mo +yy +qg +Ne +qP +yH +yH +yH +tU +uO +Ne +yy +yy +yy +Tm +yy +yy +yy +yy +yy +yy +yy +Ne +Ne +Ne +Wm +Vj +Wm +Vj +Wm +UQ +qg +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +xS +au +au +au +Kv +au +au +au +at +aN +aN +at +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(128,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mo +mD +mN +mV +ng +nk +nk +nk +nk +oh +mo +oy +oN +nk +oN +pN +yy +qg +Ne +qQ +qQ +qQ +qQ +Ne +uP +Ne +qM +tV +tV +tV +Wq +ZW +Rd +FW +Ez +Eu +yy +yy +yy +yy +UQ +UQ +UQ +UQ +UQ +UQ +TX +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +xS +au +au +au +au +au +au +au +at +aN +aN +at +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(129,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mo +my +my +my +na +nk +nk +nk +nk +oh +mo +oB +nk +nk +nk +pO +yy +qg +yy +yy +yy +yy +yy +yy +tf +tV +uQ +qg +qg +qg +qg +qg +qg +qg +qg +WP +SR +qg +qg +qg +qg +qg +qg +qg +qg +ZN +qg +SA +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +xT +aK +au +au +au +au +au +au +at +aN +aN +at +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(130,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mo +my +mK +mQ +nh +nl +nn +nE +nk +oh +mo +oC +nk +nk +nk +pO +yy +qg +qg +qg +qg +sO +tf +tV +uQ +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +WP +SR +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +SA +Hd +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +at +at +at +at +aK +au +au +au +au +au +au +at +aN +aN +at +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(131,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mo +my +mK +mQ +mY +nk +nw +nk +nk +oh +mo +nk +nk +oX +nk +nk +yy +qg +qg +qg +qg +yy +tg +qg +qg +qg +pd +pd +pd +Hj +pd +pd +yy +yy +qg +WP +yy +yy +yy +yy +Vx +Vx +Lk +Kt +Mq +Xo +YM +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +au +au +au +at +aK +au +au +au +au +au +au +at +at +at +at +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(132,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +mo +mo +mo +mo +mo +mo +mo +mo +mo +mo +mo +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +qL +tW +uR +qg +pd +IY +Pt +qg +VC +KP +yy +yy +qg +WP +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +au +ay +au +aI +au +au +au +au +au +au +au +bk +bl +bl +bl +zT +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(133,1,1) = {" +aN +aN +aN +aN +aN +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +oY +pk +yy +oY +pk +yy +oY +pk +yy +ti +tX +tg +qg +pd +JK +qg +qg +qg +JK +Ye +pd +qg +WP +yy +TW +Wh +Wh +SN +yy +OD +pr +yy +CC +pr +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +au +au +au +at +aJ +aJ +aJ +aK +au +au +au +at +bl +bl +bl +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(134,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +pa +pl +yy +pa +pl +yy +pa +pl +yy +tj +tY +tg +qg +pd +Ky +PJ +QE +qg +VE +Lw +pd +qg +WP +yy +TW +Wh +Wh +SN +yy +QS +Wh +yy +Fx +Wh +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +at +at +at +at +at +at +at +at +at +at +at +at +at +at +at +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +aN +aN +aN +aN +"} +(135,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +pc +pl +yy +pc +pl +yy +pc +pl +yy +tk +tZ +tg +qg +pd +KA +PL +TL +LZ +VE +Hc +pd +qg +WP +yy +TW +Wh +Wh +SN +yy +yy +JE +yy +yy +ux +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +at +at +at +at +at +at +at +at +at +at +at +at +at +at +at +at +at +at +at +at +aN +aN +aN +aN +"} +(136,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +yy +pm +yy +yy +qj +yy +yy +pm +yy +tl +ua +tg +qg +pd +KK +qg +Uf +qg +VE +Ee +pd +qg +WP +Pj +Wh +Wh +Wh +Wh +Wh +Wh +Wh +Wh +Wh +Wh +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(137,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +pn +pu +pv +pu +pv +pu +pv +yy +tm +ub +tg +qg +pd +KN +qg +qg +qg +ZO +Pr +pd +qg +WP +yy +TW +Wh +Wh +Wh +yy +yy +Im +yy +yy +Wy +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(138,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +po +pt +pu +pv +pS +pt +pu +yy +tp +ue +tg +qg +pd +LY +Mc +qg +VD +MM +yy +yy +qg +WP +yy +TW +Wh +Wh +Wh +yy +Gt +Wh +yy +CL +Wh +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(139,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ff +dP +gO +ff +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +pq +pP +pv +pu +qq +pP +pv +yy +tq +uf +tg +qg +pd +pd +pd +Hj +pd +pd +yy +yy +qg +WP +yy +TW +Wh +Wh +Wh +yy +Mm +Mm +yy +Mm +Mm +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(140,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ff +dQ +gP +ff +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +yy +yy +yy +yy +yy +ps +pR +pu +pv +ps +qR +pu +yy +tk +ug +tg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +WP +yy +TW +Wh +Wh +Wh +yy +Sy +Ls +yy +Sy +Ls +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(141,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ff +cV +ff +gA +gQ +ff +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +oi +or +oD +oD +yy +pt +pS +pv +pu +pt +pS +pv +yy +tr +uh +tg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +WP +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +QK +QK +QK +QK +QK +QK +QK +JX +JF +GR +GR +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(142,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ff +fu +fu +fu +fu +ff +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +oj +oj +oj +oj +pd +pu +pv +pu +pv +pu +pv +rd +yy +ts +ui +tg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +WP +yy +qM +tV +OQ +pd +tk +Eq +yy +aN +aN +QK +Cw +Cw +Cw +Cw +Cw +NG +To +To +To +To +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(143,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ff +fv +fu +fu +fu +ff +aN +aN +aN +aN +aN +aN +aN +aN +ih +ih +ih +ih +ih +ih +ih +ih +ih +ih +ih +ih +ih +aN +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +oj +os +oE +oj +pe +pv +pu +pv +pu +pv +pu +rg +yy +tr +uk +tg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +WP +pd +tg +qg +WP +pd +tj +Ru +yy +aN +aN +QK +Cw +Cw +Cw +Cw +Cw +NG +Yp +DI +EF +To +QK +QK +QK +QK +QK +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(144,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ff +cW +fu +fu +fu +ff +aN +aN +aN +aN +aN +aN +aN +aN +ih +LK +fo +LM +fo +Ny +fQ +fW +gl +gL +gD +gL +ih +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ae +ab +ab +ac +ab +ab +ab +ab +ab +ac +ab +ab +jB +ae +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +oj +oj +oj +oj +pd +pw +pV +pu +pv +pu +pv +rh +yy +tt +ul +tg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +WP +Gr +tg +NC +WP +pd +tq +Th +yy +aN +aN +QK +Cw +Cw +UD +Cw +Cw +Dr +Dr +Dr +Dr +To +QK +KI +SY +SY +KI +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(145,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ff +ff +ff +ff +ff +ff +aN +aN +aN +aN +aN +aN +aN +aN +ih +Oc +fo +LM +fo +Ny +fo +fo +Nh +gC +gC +Yw +ih +aN +nj +ab +ab +ab +ae +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ae +ab +ab +ab +ab +ab +ae +ab +ab +ac +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +oi +or +oD +oD +yy +pv +pS +pv +pu +pv +pu +pv +yy +qM +tV +uQ +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +WP +pd +tg +qg +WP +pd +Cu +Ru +yy +aN +aN +QK +Cw +Cw +Cw +Cw +Cw +To +To +To +To +To +QK +SY +SY +SY +SY +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(146,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +fg +fg +fg +fg +fg +fg +fg +fg +fg +aN +aN +aN +aN +aN +ih +fo +fo +fo +fo +fo +fo +fo +tI +gE +gE +Mn +ih +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ae +ab +ab +ae +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +yy +yy +yy +yy +yy +qH +pv +pu +pv +pu +pv +pu +sR +tg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +WP +yy +qL +qg +QQ +pd +Ds +II +yy +aN +aN +QK +Cw +Cw +Cw +Cw +Cw +To +To +To +To +RQ +QK +Xa +SY +SY +Xa +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(147,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +fg +cX +dw +dR +ed +eo +eo +eO +fg +fg +fg +fg +aN +aN +ih +VT +fo +fo +fo +fR +fR +fo +Ux +fo +fo +fW +ih +aN +nj +ab +ab +ac +ac +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ac +ab +ab +ab +ab +ab +ab +ae +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +yy +yy +yy +yy +yy +yy +yy +px +pu +pv +pu +pv +pu +pv +yy +th +tW +tW +tW +tW +uR +qg +qg +qg +qg +qg +qg +qg +WP +yy +yy +yy +yy +yy +yy +yy +QK +QK +QK +QK +QK +QK +IU +QK +QK +QK +Mf +SS +Mf +QK +QK +QK +DM +QK +QK +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(148,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +cS +cZ +cZ +cZ +dy +dy +dy +dy +hC +fb +hF +fg +aN +aN +ih +LX +fo +fo +fB +fJ +fU +Ko +fo +fo +fo +Tp +ih +aN +nj +ab +ab +ae +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ac +ab +ae +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +nO +of +ok +ot +oF +oO +yy +yy +pC +pY +qk +pZ +pD +pZ +yy +yy +yy +yy +yy +yy +tg +qg +qg +qg +qg +qg +qg +qg +WP +yy +CG +Jn +Oj +WA +TV +CG +Oj +Oj +Oj +Oj +Oj +Oj +Oj +Oj +Oj +Oj +Oj +Oj +Oj +WA +QK +IH +SY +Yh +Le +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(149,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +cR +cY +cZ +dS +ee +dy +dy +dy +eY +hF +hF +fg +aN +aN +ih +Uj +fo +Fd +fB +Zj +fS +Ko +fo +fo +fo +fo +ih +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ae +ab +ab +ae +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +nQ +nO +nO +nO +nO +nO +yy +py +pD +pD +pD +pD +pD +ri +yy +tu +um +uW +zR +yy +tg +qg +qg +qg +qg +qg +qg +qg +WP +yy +PO +Mf +TN +Bq +Bq +PR +MY +MY +MY +MY +MY +MY +MY +MY +MY +MY +MY +MY +MY +RB +QK +IH +SY +QK +QK +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(150,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +cR +da +cZ +dU +ee +dy +dy +dy +eY +hF +hF +fg +aN +aN +ih +ih +fo +ih +ih +ih +ih +ih +Od +gw +gG +gN +ih +aN +nj +ab +ac +ab +ae +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ag +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +nQ +nO +nO +nO +nO +nQ +yy +pB +pD +pD +pD +pD +pD +ri +yy +tw +pl +pl +zW +Hy +th +tW +tW +tW +tW +tW +tW +tW +KC +ON +MY +Rm +MY +KO +Qo +PR +MY +MY +MY +MY +MY +MY +MY +MY +MY +MY +MY +MY +MY +RB +QK +IH +SY +Vn +Le +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(151,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +cT +da +cZ +dT +ee +dy +dy +dy +hC +hF +hF +fg +aN +aN +ih +RY +fr +fx +ih +ZR +jE +ih +Kn +gv +lu +gM +ih +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ae +ab +ac +ab +ae +ag +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +nR +nO +ol +nO +nO +nQ +yy +pC +pD +pZ +pZ +qu +pD +rz +yy +tw +pl +va +zX +yy +yy +yy +yy +yy +Zn +yy +yy +yy +yy +yy +Zq +Mf +zq +Bq +Bq +PR +MY +MY +MY +WS +Fp +Fp +UV +Fp +Fp +WS +MY +MY +MY +RB +QK +QK +SY +QK +QK +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(152,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +fg +dc +cZ +dW +ee +dy +dy +dz +fg +fg +fg +fg +aN +aN +ih +Hn +ft +fz +je +je +Dk +ih +Oi +gz +gG +HV +ih +aN +nj +ab +ab +ae +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +hj +hj +hj +hj +ag +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +nT +nO +om +nO +nO +nO +pf +pD +pD +pZ +ql +qy +pD +rA +yy +tx +uo +vd +Aw +yy +rZ +aN +aN +yy +qg +yy +aN +aN +aN +yy +Fc +Jk +Zq +RB +QK +PR +MY +MY +WS +Bq +Bq +Bq +Bq +Bq +Bq +Bq +WS +MY +MY +RB +QK +Di +SY +Sn +Le +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(153,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +fg +db +dx +dV +ee +dy +eu +eP +fg +aN +aN +aN +aN +aN +ih +Zf +fs +fy +ih +Ve +gd +ih +UJ +gM +lu +Cj +ih +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +hj +hj +hq +nj +nj +nj +nj +hE +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +oc +nO +on +nO +nO +nQ +yy +pE +pD +pD +pD +pD +pD +rB +yy +yy +yy +pd +pd +yy +aN +aN +aN +yy +Zn +yy +aN +aN +aN +yy +QK +QK +Fc +JY +OY +PR +MY +MY +WC +Bq +QV +EO +Py +Zr +BP +Bq +Xl +MY +MY +RB +QK +Di +SY +QK +QK +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(154,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +fg +df +dy +dy +dy +dy +dy +eR +fg +aN +aN +aN +aN +aN +ih +ih +ih +ih +ih +ih +ih +ih +ih +ih +ih +ih +ih +aN +nj +ab +ab +ab +ae +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +ho +hr +nj +hB +hn +hu +hE +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +nQ +nO +nO +nO +nO +nQ +yy +pG +pD +pD +pD +pD +qT +yy +rZ +ty +yy +ve +AM +yy +Mk +yT +yT +yT +JV +yT +yT +yT +Ew +aN +aN +QK +QK +QK +QK +PR +MY +MY +WC +Bq +BP +LT +Ta +LT +Pp +Bq +Xl +MY +MY +RB +QK +Di +SY +HD +Le +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(155,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +fg +de +dy +dy +dy +dy +dy +dz +fg +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +hl +hn +hn +hl +hn +hn +hz +hE +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +nQ +nO +nO +nO +nO +nO +yy +pH +pD +pD +pD +pD +pD +yy +aN +aN +yy +rN +rS +yy +Ml +QI +QI +QI +QI +QI +QI +QI +Ml +aN +aN +aN +aN +aN +QK +PR +MY +MY +jH +Bq +Kb +FP +Mo +FP +QV +Bq +XN +MY +MY +RB +IT +SY +SY +QK +QK +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(156,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +fg +dh +dy +dy +dy +dy +eu +eP +fg +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +ho +hr +nj +hn +hn +hz +hE +ab +ab +ab +ab +ab +ip +iK +iR +pF +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +nO +nQ +oo +nQ +nQ +oP +yy +pI +pW +qb +qm +qA +qU +yy +aN +aN +yy +rN +rS +yy +Ml +Rf +QI +QI +QI +QI +QI +QI +Ml +aN +aN +aN +aN +aN +QK +PR +MY +MY +WC +Bq +FV +LT +EC +LT +EO +Bq +Xl +MY +MY +RB +QK +Di +SY +Vq +Le +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(157,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +fg +dg +dz +dy +dy +dy +dy +dz +fg +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ac +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +hi +hl +hn +hn +hl +hn +hn +hz +hI +ab +ab +ab +ab +ab +ag +hz +pz +iZ +Cd +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +yy +qo +yy +yy +yy +aN +aN +yy +rN +rS +yy +Ml +sk +QI +QI +QI +QI +QI +QI +Ml +aN +aN +aN +aN +aN +QK +PR +MY +MY +WC +Bq +OI +MF +Kb +Zr +IR +Bq +Xl +MY +MY +RB +QK +QK +QK +QK +QK +QK +QK +QK +QK +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(158,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +fg +fH +fH +fH +fH +ep +ew +eS +fg +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +ho +hr +nj +hB +hn +hz +hI +ac +ae +ab +ab +ab +ag +hz +pA +jd +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +qc +qm +qm +qV +yy +aN +aN +yy +rN +rS +yy +Ml +sk +QI +QI +QI +QI +QI +MC +Ml +aN +aN +aN +aN +aN +QK +PR +MY +MY +WS +Bq +Bq +Bq +Bq +Bq +Bq +Bq +WS +MY +MY +RB +QK +Nl +LB +LB +VX +QK +EJ +Xz +EJ +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(159,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +fg +fI +fH +fH +fH +fH +he +hv +fg +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ae +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +hm +hm +hs +hu +hn +hn +hz +hI +ab +ab +ab +ae +ab +ag +hz +pz +hz +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +qd +qm +qm +qW +yy +aN +aN +yy +rN +rS +yy +Ml +sk +QI +QI +QI +QI +QI +QI +Ml +aN +aN +aN +aN +aN +QK +PR +MY +MY +MY +WS +Vm +Vm +qh +Vm +Vm +WS +MY +MY +MY +RB +QK +Yn +Rq +Tz +Re +QK +HA +HA +HA +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(160,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +fg +fH +fH +JC +fH +fH +he +hv +fg +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ac +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ag +hz +hn +hn +hz +hI +ab +ab +ab +ab +ab +ag +hz +pz +hz +ab +ac +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +qc +qm +qm +qW +yy +aN +aN +yy +rL +rS +yy +Ml +RD +QI +QI +QI +QI +QI +QI +Ml +aN +aN +aN +aN +aN +QK +PR +MY +MY +MY +MY +MY +MY +MY +MY +MY +MY +MY +MY +MY +RB +IO +Xy +MS +VS +XF +QC +HA +HA +HA +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(161,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +cU +fH +gf +fH +gS +fH +he +hv +fg +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ac +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +hj +hj +hq +hy +hn +hn +hz +hI +ae +ab +ab +ad +ab +iH +hz +pz +hz +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +qc +qm +qm +qW +yy +aN +aN +yy +rN +rS +yy +Ml +QI +QI +QI +QI +QI +QI +QI +Ml +aN +aN +aN +aN +aN +QK +PR +MY +MY +MY +MY +MY +MY +MY +MY +MY +MY +MY +MY +MY +OL +QK +Xy +MS +VS +HX +QK +HA +HA +HA +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(162,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +fg +di +fH +JD +fH +fH +hf +hw +fg +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +ho +hr +nj +hB +hn +hz +hI +ab +ac +hj +hj +hP +hq +hy +pz +hy +ab +ab +ab +ab +ab +ab +ab +ab +ad +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +yy +yy +yy +yy +yy +aN +aN +yy +rN +rS +rY +sh +yT +yT +yT +yT +yT +yT +yT +zV +aN +aN +aN +aN +aN +QK +Fc +WS +Zu +WS +Zu +WS +La +YL +Wv +WS +Zu +WS +Zu +WS +LE +QK +OE +VW +Jj +DP +QK +EL +EL +EL +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(163,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +fg +fK +fH +fI +fH +fH +he +Qt +fg +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ae +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +hl +hn +hn +hl +hn +hn +hz +hI +ab +hq +nj +nj +nj +nj +nj +iU +nj +nj +nj +nj +ab +ab +ab +ab +ab +ae +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +rN +rS +rY +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +QK +QK +Bq +TZ +Bq +TZ +QK +Bq +Bq +Bq +QK +TZ +Bq +TZ +Bq +QK +QK +QK +QK +QK +QK +QK +QK +QK +QK +QK +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(164,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +fg +fg +fg +fg +fg +fg +fg +fg +fg +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +ho +hr +nj +hn +hn +hz +hI +ag +nj +nj +ii +iq +iB +iL +hn +jg +jm +ez +nj +nj +ab +ab +ab +ab +ab +ab +ab +ab +ae +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yy +vf +rT +yy +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Bq +OK +Bq +OK +Bq +GB +CR +zG +Bq +OK +Bq +OK +Bq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(165,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +hl +hn +hn +hl +hn +hn +hz +hI +ag +nj +hQ +hn +hn +en +en +iY +jf +jk +ey +fd +nj +hI +ac +ad +hj +ab +ab +ab +ab +ab +ab +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ty +rO +rO +rZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Bq +OK +Bq +OK +Bq +zG +MI +GB +Bq +OK +Bq +OK +Bq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(166,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +ho +hr +nj +hB +hn +hy +hK +hq +hM +ie +hn +en +iD +iN +hn +jf +jn +fa +fi +nj +hI +ab +nX +nj +nj +nj +nj +nj +nj +nj +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Bq +TZ +Bq +TZ +QK +Bq +Bq +Bq +QK +TZ +Bq +TZ +Bq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(167,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ac +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +hm +hm +ht +nj +hn +hn +nj +nj +nj +nj +hX +hn +en +iC +iM +hn +jf +jk +ey +fh +nj +ko +ab +nY +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +KG +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(168,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ag +nj +hn +hn +hD +hn +hn +Bn +hn +hn +is +en +en +hn +iL +jo +jM +jO +nj +hK +hj +hq +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(169,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ac +ag +nj +hn +hn +nj +nj +nj +nj +nj +ij +hn +hn +hn +hn +hn +hn +hn +nj +nj +nj +hM +nj +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(170,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ae +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +hn +hn +nj +aN +aN +aN +nj +il +hn +hn +hn +hn +hn +hn +hn +kb +kj +ks +kq +kJ +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(171,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ac +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +hn +hn +nj +aN +aN +aN +nj +ik +hn +eq +iL +ex +hn +hn +hn +hn +kj +kq +kq +kJ +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +se +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(172,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ae +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ae +nj +hn +hn +nj +aN +aN +aN +nj +nj +iz +nj +nj +nj +jd +iW +jd +nj +BQ +kq +kq +kJ +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +se +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(173,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +hn +hn +nj +aN +aN +aN +nj +im +iy +iy +nj +nj +hz +iV +hz +nj +qF +kq +kq +kJ +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(174,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ac +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ac +ab +ab +nj +hn +hn +nj +aN +aN +aN +nj +io +iy +iF +nj +nj +hz +iV +hz +nj +qG +kq +kq +kJ +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +se +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(175,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +nj +hn +hn +nj +aN +aN +aN +nj +in +iA +nj +nj +nj +hz +iX +hz +nj +kl +kq +kC +kL +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(176,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ef +it +it +it +it +it +it +it +it +it +it +it +ge +ab +nj +nj +nj +eU +iR +hr +nj +nj +nj +nj +nj +nj +nj +Cc +Cc +nj +aN +aN +aN +nj +nj +nj +nj +nj +nj +hz +iV +hz +nj +nj +nj +nj +nj +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(177,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +it +eA +eA +eA +eA +eA +eA +eA +eA +eA +eA +eA +it +hM +nj +kn +kT +mt +mt +mt +nt +mt +AY +Bd +gY +gI +nj +kr +kr +nj +aN +aN +aN +aN +aN +nj +iJ +gj +gj +hz +iV +hz +gj +gj +jz +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(178,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +it +eA +eA +eA +eA +eA +eA +eA +eA +eA +eA +eA +it +kr +nj +kp +kr +kr +kr +kr +kr +kr +kr +kr +kr +mv +nj +kr +kr +nj +aN +aN +aN +aN +aN +nj +gj +gi +iI +hz +iW +hz +iI +jv +gj +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(179,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +it +eA +eA +eA +eA +eA +eA +eA +eA +eA +eA +eA +it +kr +hA +kr +kr +kr +nq +nq +kr +kr +kr +kr +kr +kr +BM +kr +kr +nj +aN +aN +aN +aN +aN +nj +gi +iu +iO +iv +iP +iv +kc +ju +jv +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(180,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +it +eA +eA +eA +eA +eA +eA +eA +eA +eA +eA +eA +it +mv +nj +kK +kr +kr +nq +ob +kr +kr +kr +kr +kr +mv +nj +kr +kr +nj +aN +aN +aN +aN +aN +nj +gx +iO +iv +KX +iS +KX +iv +kc +jJ +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(181,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +it +eA +eA +eA +eA +eA +eA +eA +eV +eA +eA +eA +it +kr +nj +hO +kr +kr +gb +ai +lg +kr +AZ +Be +Bh +Bm +nj +kr +kr +nj +aN +aN +aN +aN +aN +nj +gx +iv +KX +iS +jt +iS +KX +iv +jJ +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(182,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +eg +it +it +it +it +it +it +it +ej +it +it +it +gh +kr +nj +nj +oA +AX +oA +nj +nj +BD +nj +nj +nj +nj +nj +gg +kr +nj +aN +aN +aN +aN +aN +nj +hg +iP +iS +KR +jj +KW +iS +km +jK +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(183,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ab +hm +hs +nj +hN +ji +kr +ga +kr +kr +nj +nF +oz +kr +Br +By +nj +gg +kr +BT +BV +BX +nj +kr +kr +nj +aN +aN +aN +aN +aN +nj +gx +iv +KY +iS +jw +iS +KY +iv +jJ +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +xL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(184,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ae +ab +ag +nj +jh +kr +kr +ai +kr +kr +nj +nI +kr +kr +kr +Bz +nj +BS +BZ +BU +BW +BY +nj +kr +kr +nj +aN +aN +aN +aN +aN +nj +gx +iQ +iv +KY +iS +iS +iv +kh +jJ +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +FL +aN +aN +aN +aN +aN +aN +aN +"} +(185,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +nj +eU +iR +hr +nj +nj +jC +nj +gg +kr +kr +kr +mv +nj +nj +nj +nj +nj +nj +nj +kr +kr +nj +aN +aN +aN +aN +aN +nj +hx +iG +iQ +iv +iP +iv +kh +jx +jy +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(186,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ac +ab +ab +ab +ab +ab +ab +ab +hs +nj +nW +Ca +nB +kr +kr +Bo +Bu +kr +nj +zL +kr +ga +kr +kr +kr +kr +kr +nj +aN +aN +aN +aN +aN +nj +hG +hx +iT +iT +iT +iT +iT +jy +jz +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(187,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ab +ae +ab +ab +ab +ae +ab +nj +eT +kr +nx +kr +kr +Bg +Bt +kr +nx +kr +kr +kr +kr +kr +kr +kr +kr +nj +aN +aN +aN +aN +aN +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(188,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +hq +nj +BO +Cb +nB +kr +kr +Bp +Bv +kr +nj +zL +kr +gb +kr +kr +kr +kr +kr +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(189,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ac +ab +ab +nj +eU +iR +hr +nj +nj +kk +nj +pK +kr +kr +kr +mv +nj +nj +nj +nj +nj +nj +nj +kr +kr +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(190,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ac +ab +ab +ab +ag +nj +hN +kr +kr +nr +kr +kr +nj +nM +kr +kr +kr +BB +nj +BE +BH +BI +BJ +BK +nj +kr +kr +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(191,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ab +ab +hq +nj +jh +ns +kr +gb +kr +kr +nj +nL +oz +kr +kr +BA +nj +gg +gb +kr +kr +kr +nj +kr +kr +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(192,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ef +it +it +it +it +it +it +it +eZ +it +it +it +gm +kr +nj +nj +zN +nx +zN +nj +nj +BF +nj +nj +nj +nj +nj +gg +kr +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(193,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +it +eA +eA +eA +eA +eA +eA +eA +fc +eA +eA +eA +it +kr +nj +zL +kr +kr +ga +nr +kr +kr +Ba +Bd +gY +gI +nj +kr +kr +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(194,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +it +eA +eA +eA +eA +eA +eA +eA +eA +eA +eA +eA +it +mv +nj +gg +kr +kr +kr +Bx +Bx +Bx +kr +kr +kr +mv +nj +kr +kr +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(195,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +it +eA +eA +eA +eA +eA +eA +eA +eA +eA +eA +eA +it +kr +hA +kr +kr +kr +kr +Bw +js +Bw +kr +kr +kr +kr +BN +kr +kr +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(196,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +it +eA +eA +eA +eA +eA +eA +eA +eA +eA +eA +eA +it +kr +nj +gg +kr +kr +kr +Bx +Bx +Bx +kr +kr +kr +jG +nj +kr +kr +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(197,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +it +eA +eA +eA +eA +eA +eA +eA +eA +eA +eA +eA +it +hM +nj +ix +ix +iE +jq +iE +kr +iE +jq +iE +jD +jF +nj +kr +kr +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(198,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +eg +it +it +it +it +it +it +it +it +it +it +it +gB +ab +nj +nj +nj +nj +nj +nj +BC +nj +nj +nj +nj +nj +nj +kr +kr +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(199,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ac +ab +ab +ab +ab +ab +ab +ab +ab +ab +ac +ab +nj +nv +kr +kr +ga +kr +kr +kr +ga +kr +kr +BL +nj +kr +kr +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(200,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +eh +ab +ab +ab +ac +ab +ab +ab +ab +eh +ab +nj +nS +kr +nS +kr +nS +kr +BG +kr +BG +kr +BG +nj +Ty +mv +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(201,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ac +ab +ab +nj +nP +kr +nP +kr +nP +kr +nP +kr +nP +kr +nP +nj +Uc +Uc +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(202,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +nj +kr +kr +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(203,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +nj +Ft +mv +nj +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(204,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +tc +tc +tc +Jm +Jm +tc +tc +tc +tc +tc +tc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(205,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +tc +Pq +UC +Pq +Pq +vt +tc +nb +Fl +HU +tc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(206,1,1) = {" +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +tc +Pq +Pq +Pq +Pq +Pq +tc +Pq +TC +Pq +tc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(207,1,1) = {" +aa +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +fA +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +tc +Sr +Pw +Sr +Sr +Pq +vv +Pq +Pq +CK +tc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ur +aN +wq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(208,1,1) = {" +af +as +dj +dj +dj +bI +ce +ar +ar +ar +dd +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +tc +Rv +Pq +bU +Sr +Pq +tc +GM +Pq +TC +tc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ur +uE +Ar +uE +wq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(209,1,1) = {" +af +aH +bd +bd +bd +bK +bP +bd +bd +bd +dn +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +tc +Uh +Pq +Vi +Ic +Pq +tc +ZD +XV +Yq +tc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +us +uE +wb +uE +vP +aN +aN +aN +aN +aN +aN +aN +ur +uS +uX +vq +wq +aN +aN +aN +aN +aN +aN +ur +uA +Ac +xh +Ay +uA +wq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(210,1,1) = {" +af +aH +bd +bd +bd +bK +bP +bd +bd +bd +dn +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +tc +tc +tc +tc +tc +Wz +tc +tc +tc +tc +tc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Dv +ur +aN +aN +aN +aN +vC +aN +aN +uA +uT +uA +aN +aN +aN +aN +aN +aN +aN +ur +uE +yj +uT +yJ +uE +wq +aN +aN +aN +aN +aN +aN +uA +Ae +xh +AA +uA +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(211,1,1) = {" +af +aH +bd +bd +bd +bK +bP +bd +bd +bd +dn +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +tc +Yq +Oz +Dj +Pq +Pq +Pq +Dj +Oz +Yq +tc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Va +VN +VN +VN +EV +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ur +uE +uS +uX +uX +vq +uE +uE +uE +uA +wc +uA +wq +aN +aN +aN +aN +aN +aN +uA +xM +yi +yz +uT +wm +uA +aN +aN +aN +aN +aN +aN +uA +Ad +xh +Az +uA +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(212,1,1) = {" +af +cl +cA +cA +cA +bb +bT +bt +bt +bt +dC +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +tc +Zl +TC +Sj +Pq +Pq +Pq +Sj +Pq +Zl +tc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FZ +TY +GQ +GQ +GQ +EV +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ur +uA +uI +uU +uY +vj +vr +vD +vJ +uA +vU +uT +uA +uE +wF +uE +wF +uE +wF +uE +uA +xV +uT +uT +uT +yR +uA +aN +aN +aN +aN +aN +ur +uA +uE +As +uE +uA +wq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(213,1,1) = {" +ah +an +an +an +an +an +an +an +an +an +an +bZ +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +fA +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +tc +tc +Jz +QL +XZ +Pq +Ei +IJ +QW +tc +tc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +WQ +TY +GQ +GQ +GQ +Gl +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +uu +uH +uT +uT +uT +uT +uT +vI +uA +uT +uT +uA +ws +uT +wI +uT +xa +xo +xx +uA +xU +uT +uT +uT +yP +uA +aN +aN +aN +aN +ur +uE +uE +Af +xh +zD +zK +uE +wq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(214,1,1) = {" +af +dA +dA +dA +dA +br +dA +cd +cd +cd +em +bm +fT +fT +fT +fT +fT +fT +fT +fT +fT +fT +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +tc +Yq +Oz +Dj +Pq +Pq +Pq +Dj +Sd +Yq +tc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +WX +TY +GQ +Pg +YR +XP +VN +VN +VN +ZT +VN +Mz +VN +VN +VN +EV +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +uB +uK +uT +vb +uT +vy +uT +uT +vh +uT +uT +uA +wu +uT +wL +uT +xc +uT +xA +uA +xX +yk +uT +yK +yU +uA +aN +aN +aN +aN +uA +zJ +zY +xh +xh +xh +AF +zJ +uA +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(215,1,1) = {" +af +dA +aY +aF +dA +dA +br +aY +dA +cP +dA +fC +fT +fT +dM +dM +dM +dM +fT +fT +fT +fT +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +tc +Zl +Pq +Sj +Pq +Pq +Pq +Sj +Pq +Zl +tc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Nm +ZT +Id +Ct +Id +qp +DQ +Fy +Ox +Gl +Qq +OF +HN +Mb +HN +CN +EV +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +uB +uJ +uT +uZ +uT +vx +uT +uT +vN +uT +uT +vh +wt +uT +wJ +uT +xb +uT +xy +uA +xW +uT +uT +uT +yS +uA +aN +aN +aN +aN +uA +zI +zU +xh +xh +xh +AE +AG +uA +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(216,1,1) = {" +af +aj +dA +dA +aX +dA +dA +cs +dA +dA +es +bm +fT +fT +fT +fT +fT +fT +fT +fT +fT +fT +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +tc +tc +Jz +QL +XZ +Pq +Ei +IJ +QW +tc +tc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Gl +Qp +Id +TO +RL +OS +Vb +Vb +Gl +Qq +OF +OF +OF +OF +CN +XP +VN +VN +EV +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +uB +uM +uT +vc +uT +vz +uT +uT +vh +uT +uT +wl +uT +uT +uT +uT +uT +uT +uT +uA +ya +uT +uT +uT +za +uA +aN +aN +aN +aN +us +zK +uE +Ag +xh +zE +uE +uE +vP +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(217,1,1) = {" +af +dA +dA +dA +aZ +dA +dA +cd +br +dA +dA +bm +fT +fT +fT +fT +fT +fT +fT +fT +fT +fT +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +tc +Yq +Oz +Dj +TC +Pq +Pq +Dj +Oz +Yq +tc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Of +UB +TO +TO +TO +Vg +JG +Vb +Vb +Gl +Zz +OF +OF +OF +OF +Gl +Xw +IP +SQ +Pb +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +uC +uL +uT +uT +uT +uT +uT +vI +uA +uT +uT +vh +uT +uT +uT +wT +xe +xp +xB +uA +xY +uT +uT +uT +yV +uA +aN +aN +aN +aN +aN +us +uA +uE +At +uE +uA +vP +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(218,1,1) = {" +af +dA +av +dA +dA +dA +bQ +aX +dA +br +aY +fC +fT +fT +fT +fT +fT +fT +fT +fT +fT +fT +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +tc +Zl +Pq +Gk +Pq +JO +Pq +Gk +Pq +Zl +tc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Gl +Sk +Id +TO +Yg +Oo +Yg +Pl +XP +zi +QU +TH +zi +QU +Gl +IC +Id +Ww +JS +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +us +uA +uN +uV +vg +vk +vA +vE +vK +uA +uT +uT +uA +ww +uT +uT +wU +uE +uE +uE +uA +yb +uT +uT +uT +zb +uA +aN +ur +uS +vq +wq +aN +uA +Ai +xh +AC +uA +aN +ur +uS +vq +wq +aN +aN +aN +aN +wq +aN +aN +aN +aN +aN +aN +aN +aN +"} +(219,1,1) = {" +ah +an +an +an +an +an +an +ct +ct +ct +ct +fD +an +an +an +an +an +an +an +an +an +an +LW +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +tc +tc +tc +tc +tc +tc +tc +tc +tc +tc +tc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Gl +Uv +LC +TO +TO +TO +TO +TO +TO +TO +TO +TO +TO +TO +CY +TO +Ln +Rp +JS +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +uD +uE +uE +uE +uE +uE +uE +uE +uA +uT +uT +uA +wv +uT +wM +uA +xf +xq +xC +uA +xN +uT +uT +uT +wU +uA +aN +uA +uT +uT +uu +aN +uA +Ah +xh +AB +uA +aN +uu +uT +uT +uA +uE +uS +uX +vq +uA +wq +aN +aN +aN +aN +aN +aN +aN +"} +(220,1,1) = {" +af +al +bf +cD +cu +bx +bY +cu +aP +bf +al +fC +eW +eW +eW +eW +eW +eW +eW +Wi +eW +eW +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bZ +bZ +bZ +bZ +bZ +bZ +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Gl +MN +Id +TO +IC +IC +IC +Id +IC +IC +IC +TO +Id +IP +Gl +Fz +Id +Ze +JS +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Dv +us +uA +vl +uT +vF +uT +uA +uT +uT +uA +wy +uT +wM +uA +xh +xh +xh +uA +uE +yl +yl +yl +uE +uA +aN +uA +uT +uT +uB +aN +uA +Aj +xh +AD +uA +aN +uB +uT +uT +uA +AJ +uT +AO +AQ +AT +uA +wq +aN +aN +aN +aN +aN +aN +"} +(221,1,1) = {" +af +cm +aw +aT +cu +by +by +cu +cE +aw +cm +fC +eW +dt +eW +eW +eW +PA +eW +eW +dq +eW +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +bZ +jl +jl +jl +jl +jl +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Pc +UB +TO +TO +TO +Fz +Fz +Fz +Id +Fz +Fz +Fz +TO +Id +LV +Gl +Cs +SU +zg +Dh +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +vh +uT +uT +uT +uT +uA +uT +uT +uA +wx +uT +wM +uA +xg +xh +xD +uA +xM +uT +uT +uT +wm +uA +aN +uA +uT +uT +uB +aN +us +Ag +xh +zE +vP +aN +uB +uT +uT +vh +uT +uT +uT +uT +AS +uu +aN +aN +aN +aN +aN +aN +aN +"} +(222,1,1) = {" +af +al +bf +cD +cu +bB +bB +cu +aP +bf +al +fC +eW +eW +eW +eW +eW +eW +eW +eW +eW +eW +cc +aN +aN +aN +aN +aN +aN +aN +aN +bZ +bZ +bZ +fM +fM +fM +fM +fM +bZ +bZ +bZ +aN +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Gl +Qp +Id +TO +TO +TO +TO +TO +TO +TO +TO +TO +Id +UG +CN +ZT +VN +VN +EG +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +uA +vm +uT +vG +uT +vh +uT +uT +uA +vV +uT +uT +uA +xi +xh +xE +uA +uT +uT +uT +uT +uT +uA +Dv +uA +uT +uT +uC +aN +aN +uA +At +uA +aN +aN +uC +uT +uT +AI +uT +uT +uT +uT +AV +uB +aN +aN +aN +aN +aN +aN +aN +"} +(223,1,1) = {" +af +cm +aw +aT +cu +by +by +cu +cE +aw +cm +fC +eW +eW +CZ +eW +dq +eW +eW +eW +PA +eW +cc +aN +aN +aN +aN +aN +aN +aN +aN +bZ +dE +fG +bZ +bZ +bZ +bZ +bZ +gJ +gR +bZ +aN +bZ +aB +aB +pb +aB +aB +pQ +cj +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Va +XP +Id +Ub +Id +Qj +Qp +Id +TO +Ya +PE +Id +TO +Ub +Qp +CN +EG +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +vh +uT +uT +uT +uT +vO +uT +uT +wm +uE +wF +wl +uE +uE +xr +uE +xM +uT +ym +ym +ym +uT +wm +uE +xM +uT +uT +wm +uS +vq +xM +uT +wm +uS +vq +xM +uT +uT +vh +uT +uT +uT +uT +AU +uC +aN +aN +aN +aN +aN +aN +aN +"} +(224,1,1) = {" +af +al +bf +cD +cu +bD +cb +cu +aP +bf +al +fC +eW +eW +eW +eW +eW +eW +dt +eW +eW +Wi +cc +aN +aN +aN +aN +aN +aN +aN +aN +bZ +dE +fG +bZ +bZ +bZ +bZ +bZ +gJ +gR +bZ +aN +bZ +aB +aB +aB +aB +cj +cj +cj +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +FZ +TY +GQ +Pg +YR +ZT +VN +VN +UB +VN +VN +VN +UB +VN +VN +EG +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +uA +vo +uT +vH +uT +vh +uT +uT +uT +uT +uT +uT +uT +uT +uT +uT +uT +uT +ym +ym +ym +uT +uT +ze +uT +uT +uT +uT +uT +uT +uT +uT +uT +uT +uT +uT +uT +uT +uA +AK +AL +AP +AR +AW +uA +vP +aN +aN +aN +aN +aN +aN +"} +(225,1,1) = {" +ah +an +an +an +an +an +an +an +an +an +an +bZ +an +an +an +an +an +an +an +an +an +an +LW +aN +aN +aN +aN +aN +aN +aN +aN +bZ +dE +fG +bZ +bZ +bZ +bZ +bZ +gJ +gR +bZ +aN +bZ +cj +cj +aB +aB +aB +qr +qE +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +WQ +TY +GQ +GQ +GQ +Gl +aN +aN +QG +aN +aN +aN +Vd +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +vh +vn +uT +vn +uT +uA +vV +uT +uT +uT +uT +uT +uT +uT +uT +uT +uT +uT +ym +ym +ym +uT +uT +ze +uT +uT +uT +uT +uT +uT +uT +uT +uT +uT +uT +uT +uT +wU +uA +uE +uS +uX +vq +uA +vP +aN +aN +aN +aN +aN +aN +aN +"} +(226,1,1) = {" +af +am +dD +dD +et +bE +bE +cy +cO +cO +eK +fC +gK +gK +gK +gK +gK +gK +gK +gK +gK +gK +cc +aN +aN +aN +aN +aN +aN +aN +aN +bZ +dE +fG +bZ +bZ +bZ +bZ +bZ +gJ +gR +bZ +aN +bZ +ma +aB +aB +aB +cj +cj +cj +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +WX +TY +GQ +GQ +GQ +EG +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +uA +DX +uT +DX +uT +uA +uE +uE +uE +uE +uE +uE +uE +uE +uE +uE +xN +uT +ym +ym +ym +uT +wU +uE +uE +uE +uE +uE +uE +uE +uE +uE +uE +uE +uE +uE +uE +uE +vP +aN +aN +aN +aN +vP +aN +aN +aN +aN +aN +aN +aN +aN +"} +(227,1,1) = {" +af +ao +dD +dD +et +bF +cg +cg +cg +cg +eX +fC +gK +cq +dY +gK +Yr +dr +dr +dr +UT +gK +cc +aN +aN +aN +aN +aN +aN +aN +aN +bZ +dE +fG +bZ +bZ +bZ +bZ +bZ +gJ +gR +bZ +aN +bZ +ny +aB +aB +aB +aB +qr +qE +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Nm +VN +VN +VN +EG +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Dv +uA +vp +vB +vp +vM +uA +vP +aN +aN +uD +uA +wO +vY +xj +xs +xF +uA +uT +uT +uT +uT +uT +uA +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +vP +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(228,1,1) = {" +af +ao +dD +dD +et +bG +ch +ch +ch +ch +fj +fC +gK +dJ +dY +gK +TG +eB +eB +eB +Se +gK +cc +aN +aN +aN +aN +aN +aN +aN +aN +bZ +bZ +ja +fO +fO +fO +fO +fO +lC +bZ +bZ +aN +bZ +nC +aB +aB +aB +cj +cj +cj +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +us +uE +uS +vq +uE +vP +aN +aN +aN +aN +wG +vY +vY +vY +vY +xG +uA +xN +uT +uT +uT +wU +uA +uE +uE +uE +uE +uE +wq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(229,1,1) = {" +af +ao +dD +dD +Cr +bJ +ci +ci +ci +ci +fk +fC +gK +dG +dY +gK +Nt +el +el +el +SF +gK +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +bZ +jb +fN +fN +fN +fN +fN +lD +bZ +aN +aN +bZ +nD +aB +aB +aB +aB +qr +qE +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +Dv +aN +aN +Dv +aN +Dv +aN +aN +ur +uA +vY +wV +vY +vY +vY +uA +uA +uT +uT +uT +uA +uA +xh +zl +zv +zz +zD +uA +wq +aN +wq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(230,1,1) = {" +af +ao +dD +dD +ba +bE +bE +cy +cO +cO +eK +fC +gK +gK +gK +gK +gK +gK +gK +gK +gK +gK +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +bZ +jc +jp +jp +jp +jp +jp +jp +bZ +aN +aN +bZ +nG +aB +aB +aB +aB +qr +qE +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ur +uA +wf +wo +uE +uA +wP +wW +xk +xt +vY +uA +uA +uT +uT +uT +uA +uA +zf +xh +GP +xh +xh +nZ +uA +Ak +uA +wq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(231,1,1) = {" +ah +an +an +an +an +an +an +an +an +an +an +bZ +an +an +an +an +an +an +an +an +an +an +LW +aN +aN +aN +aN +aN +aN +aN +aN +aN +bZ +jc +jp +jp +jp +jp +jp +jp +bZ +aN +aN +bZ +cj +cj +aB +aB +cj +cj +cj +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +uA +vW +wd +wn +wz +uA +uE +uE +uE +uE +xH +uA +uA +uT +uT +uT +wm +uA +xh +xh +xh +xh +xh +Hb +Hg +Hu +uA +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(232,1,1) = {" +af +ax +ax +ax +ax +ax +ax +ax +ax +ax +ax +cI +fX +eE +eE +eE +eC +YK +Zk +Zk +Zk +Ev +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +bZ +jc +jp +jp +jp +jp +jp +jp +bZ +aN +aN +bZ +nH +aB +aB +aB +aB +qs +cj +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +vR +vY +wi +vY +vY +wH +uT +uT +uT +uT +uT +uA +uA +uT +uT +uT +uT +zd +xh +GP +xh +GP +xh +zM +Hh +Hv +Au +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(233,1,1) = {" +af +ax +ev +ax +ax +ax +ax +ax +ax +ev +ax +cI +fX +eE +aQ +aA +Ff +WN +aA +Jq +Zk +Ev +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +bZ +jc +jp +jp +jp +jp +jp +jp +bZ +aN +aN +bZ +nU +aB +aB +aB +cj +cj +cj +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +vQ +vX +vY +vY +wA +uA +uE +uE +uE +uT +uT +uA +uA +uT +uT +uT +wU +uA +xh +xh +xh +xh +xh +Hb +Hi +Hw +uA +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(234,1,1) = {" +af +ax +ax +ax +ax +ev +ev +ax +ax +ax +ax +cI +fY +aA +aQ +aA +Ff +WN +XA +Jq +aA +JM +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +bZ +jc +jp +jp +jp +jp +jp +jp +bZ +aN +aN +bZ +cj +cj +aB +aB +aB +qv +cj +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +vQ +vZ +vY +vY +wB +uA +wR +wY +xm +uT +uT +uA +xM +uT +uT +uT +uA +uA +zf +xh +GP +xh +xh +oa +uA +Ak +uA +vP +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(235,1,1) = {" +af +ax +ev +ax +ax +ax +ax +ax +ax +ev +ax +cI +go +gX +aQ +aA +Ff +WN +aA +Jq +De +HW +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +bZ +jc +jp +jp +kB +kB +jp +jp +bZ +aN +aN +bZ +og +aB +aB +aB +cj +cj +cj +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +vT +vY +vY +vY +vY +wH +wQ +wX +xl +uT +uT +xO +uT +uT +uT +uT +uA +uA +xh +zm +zw +zA +zE +uA +vP +aN +vP +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(236,1,1) = {" +af +ax +ax +ax +ax +ax +ax +ax +ax +ax +ax +cI +go +gX +gX +gX +YO +XB +De +De +De +HW +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +bZ +jc +jp +jp +gk +gn +jp +lE +bZ +aN +aN +bZ +ox +aB +aB +aB +aB +qw +cj +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +uA +wa +wj +wp +wD +uA +wS +wZ +xn +uT +uT +uA +xN +uT +uT +wU +uA +uE +uE +uE +uE +uE +uE +vP +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(237,1,1) = {" +ah +an +an +an +an +an +an +an +an +an +an +bZ +an +an +an +an +an +an +an +an +an +an +LW +aN +bZ +ak +ak +ak +ak +bZ +aN +aN +bZ +jc +jp +jp +kB +kB +jp +jp +bZ +aN +aN +bZ +cj +cj +aB +aB +cj +cj +cj +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +us +uA +wf +wo +uE +uE +uE +uS +uX +vq +uE +uE +uA +yn +yn +uA +uE +uE +uE +uE +uE +uE +vP +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(238,1,1) = {" +af +az +az +az +az +az +az +az +az +az +az +cI +gq +gq +gq +gq +gq +gq +gq +GW +TE +Om +cc +aN +af +hH +ia +ia +ib +cc +aN +aN +bZ +jc +jp +jp +jp +jp +jp +jp +bZ +aN +aN +bZ +oZ +aB +aB +aB +aB +qz +cj +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +jI +aN +aN +aN +aN +aN +aN +aN +aN +aN +us +uA +xJ +xJ +uA +vP +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(239,1,1) = {" +af +az +az +az +az +az +az +az +az +az +az +cI +gq +iw +gq +gq +OM +gq +gq +GW +TE +Om +cc +aN +af +Kc +ia +ia +ic +cc +aN +aN +bZ +jc +jp +jp +jp +jp +jp +jp +bZ +aN +aN +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +yc +xJ +xJ +yc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(240,1,1) = {" +af +az +az +az +az +az +az +az +az +az +az +cI +gq +gq +gq +gq +gq +gq +gq +GW +TE +Om +cc +aN +af +hJ +Ki +ia +ia +cc +aN +aN +bZ +jc +jp +jp +jp +jp +jp +jp +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ur +uA +xJ +xJ +uA +wq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(241,1,1) = {" +af +az +az +az +az +az +az +az +az +az +az +cI +gq +ke +gq +gq +gq +ID +gq +GW +TE +Om +cc +aN +af +Kd +ia +ia +ic +cc +aN +aN +bZ +jc +jp +jp +jp +jp +jp +jp +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ur +uA +xI +xJ +xJ +yL +uA +wq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(242,1,1) = {" +af +az +az +az +az +az +az +az +az +az +az +cI +gq +gq +gq +gq +gq +gq +gq +GW +TE +Om +cc +aN +af +hL +ia +ia +ib +cc +aN +aN +bZ +jc +jp +jp +jp +jp +jp +jp +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +ur +uA +xI +xJ +xJ +xJ +xJ +yL +uA +wq +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(243,1,1) = {" +ah +an +an +an +an +an +an +an +an +an +an +bZ +an +an +an +an +an +an +an +an +an +an +LW +aN +bZ +an +an +an +an +bZ +aN +aN +bZ +jb +fP +fP +fP +fP +fP +lD +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +uA +xI +xJ +xJ +xJ +yA +xJ +xJ +yL +uA +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(244,1,1) = {" +af +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +cI +gr +kf +kf +kf +HB +xz +QH +QH +QH +Pd +cc +aN +af +Ke +ia +ia +ia +cc +aN +bZ +bZ +ja +fO +fO +fO +fO +fO +lC +bZ +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +xv +xJ +xJ +xJ +yp +yB +yA +xJ +xJ +xv +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(245,1,1) = {" +af +eN +bp +eN +eN +eN +eN +eN +eN +bp +eN +cI +gs +cL +cL +cL +Hl +eL +cL +cL +cL +Ha +cc +aN +af +Kf +hZ +hZ +id +cc +aN +bZ +dF +fG +bZ +bZ +bZ +bZ +bZ +gJ +gT +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +xu +xJ +xJ +yd +yo +yp +yA +xJ +xJ +xu +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(246,1,1) = {" +af +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +cI +gs +cL +cL +cL +Hl +eL +cL +cL +cL +Ha +cc +aN +af +ia +hZ +hZ +hZ +cc +aN +bZ +dF +fG +bZ +bZ +bZ +bZ +bZ +gJ +gT +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +xw +xJ +xJ +xJ +ys +yp +yA +xJ +xJ +xw +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(247,1,1) = {" +af +eN +bp +eN +eN +eN +eN +eN +eN +bp +eN +cI +gs +cL +cL +cL +Hl +eL +cL +cL +cL +Ha +cc +aN +af +Kg +hZ +hZ +id +cc +aN +bZ +dF +fG +bZ +bZ +bZ +bZ +bZ +gJ +gT +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +uA +xK +xJ +xJ +xJ +yA +xJ +xJ +yN +uA +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(248,1,1) = {" +af +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +cI +gu +mb +mb +mb +LS +WK +Ua +Ua +Ua +XY +cc +aN +af +Kh +ia +ia +ia +cc +aN +bZ +dF +fG +bZ +bZ +bZ +bZ +bZ +gJ +gT +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +us +uA +xK +xJ +xJ +xJ +xJ +yN +uA +vP +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(249,1,1) = {" +ah +an +an +an +an +an +an +an +an +an +an +bZ +an +an +an +an +an +an +an +an +an +an +LW +aN +bZ +an +an +an +an +bZ +aN +bZ +dF +fG +bZ +bZ +bZ +bZ +bZ +gJ +gT +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +us +uE +xK +xJ +xJ +yN +uE +vP +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(250,1,1) = {" +af +aV +bR +bR +bR +bR +cv +cv +cv +cv +fn +cI +gU +dv +dv +dv +dv +eH +eH +eH +eH +Ia +cc +aN +af +hR +ia +ia +Kk +cc +aN +bZ +bZ +bZ +fM +fM +fM +fM +fM +bZ +bZ +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +us +uE +yu +yC +uE +vP +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(251,1,1) = {" +af +aU +bM +bM +bM +bM +bM +bM +bM +bM +fp +cI +gV +eQ +eQ +eQ +eQ +eQ +eQ +eQ +eQ +Qa +cc +aN +af +hS +ia +ia +if +cc +aN +aN +aN +bZ +jr +jr +jr +jr +jr +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(252,1,1) = {" +af +aU +bM +bM +bM +bM +bM +bM +bM +bM +fp +cI +gV +eQ +eQ +eQ +eQ +eQ +eQ +eQ +eQ +Qa +cc +aN +af +hT +ia +ia +ia +cc +aN +aN +aN +bZ +bZ +bZ +bZ +bZ +bZ +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(253,1,1) = {" +af +aU +bM +bM +bM +bM +bM +bM +bM +bM +fp +cI +gV +eQ +eQ +eQ +eQ +eQ +eQ +eQ +eQ +Qa +cc +aN +af +hU +ia +ia +ig +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(254,1,1) = {" +af +aW +bS +bS +bS +bS +bC +bC +bC +bC +fq +cI +gW +dO +dO +dO +dO +eM +eM +eM +eM +Fv +cc +aN +af +hV +ia +ia +Kk +cc +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} +(255,1,1) = {" +cf +aE +aE +aE +aE +aE +aE +aE +aE +aE +aE +fE +aE +aE +aE +aE +aE +aE +aE +aE +aE +aE +Ng +aN +bZ +aE +aE +aE +aE +bZ +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +aN +"} diff --git a/_maps/map_files/cyberiad/z2.dmm b/_maps/map_files/cyberiad/z2.dmm index fe523ccfc011..94692363e62d 100644 --- a/_maps/map_files/cyberiad/z2.dmm +++ b/_maps/map_files/cyberiad/z2.dmm @@ -1,10819 +1,11598 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aad" = ( -/obj/docking_port/stationary/transit{ - dir = 4; - dwidth = 1; - height = 4; - id = "pod3_transit"; - name = "pod 3 in transit"; - width = 3 +"aat" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + pixel_y = 20 }, -/turf/space/transit/east{ - dir = 8 +/obj/effect/turf_decal/plaque{ + icon_state = "plumbing" }, -/area/space) -"aal" = ( -/obj/docking_port/stationary{ - dheight = 2; - dir = 4; - dwidth = 7; - height = 9; - id = "backup_transit"; - name = "backup in transit"; - width = 9 +/obj/effect/decal/stripes/black/full, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/turf/space/transit, -/area/space) -"aaN" = ( -/turf/unsimulated/floor{ - icon_state = "stairs-r" +/area/centcom/jail) +"abb" = ( +/obj/machinery/plantgenes, +/turf/simulated/floor/wood, +/area/centcom/evac) +"abd" = ( +/obj/effect/turf_decal/number/number_1{ + pixel_x = -4 }, -/area/syndicate_mothership) -"abo" = ( -/obj/structure/table/wood, -/obj/item/syndicatedetonator, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/effect/turf_decal/number{ + pixel_x = 4 }, -/area/syndicate_mothership) -"aby" = ( -/obj/effect/spawner/window/reinforced, -/turf/unsimulated/floor{ - name = "plating" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredaltstrip" }, -/area/ninja/holding) -"abH" = ( -/obj/docking_port/stationary/transit{ - dir = 8; - dwidth = 5; - height = 7; - id = "supply_transit"; - name = "supply in transit"; - width = 12 +/area/centcom/jail) +"abk" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" }, -/turf/space/transit, -/area/space) -"aci" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 5; - tag = "icon-fakewindows (EAST)" +/area/centcom/specops) +"acc" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8 }, -/area/syndicate_mothership) -"adO" = ( -/obj/machinery/door/airlock/hatch/syndicate{ - name = "Shuttle Dock" +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"ace" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall-1" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/tdome) +"acv" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" }, -/area/syndicate_mothership) -"adR" = ( -/obj/docking_port/stationary/transit{ +/area/syndicate_mothership/jail) +"acx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/specops) +"acz" = ( +/obj/structure/chair/comfy/beige{ dir = 4; - dwidth = 1; - height = 4; - id = "pod4_transit"; - name = "pod 4 in transit"; - width = 3 + layer = 5; + pixel_y = -2 }, -/turf/space/transit/east{ - dir = 8 +/obj/machinery/status_display{ + pixel_y = 30 }, -/area/space) -"aeh" = ( -/turf/unsimulated/wall{ +/obj/machinery/light/small{ + brightness_range = 6; dir = 1; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "swall0"; - layer = 5; - tag = "icon-wall3 (NORTH)" + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, -/area/ussp_ship) -"afn" = ( -/obj/effect/decal/remains/human, -/obj/structure/kitchenspike, /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" - }, -/area/syndicate_mothership) -"afr" = ( -/obj/effect/landmark/shuttle_import, -/turf/space, -/area/space) -"ahI" = ( -/obj/docking_port/stationary/transit{ - dheight = 9; - dir = 2; - dwidth = 5; - height = 22; - id = "syndicate_transit"; - name = "syndicate in transit"; - width = 18 + dir = 8; + icon_state = "grimy" }, -/turf/space/transit, -/area/space) -"ahL" = ( -/turf/unsimulated/wall{ - dir = 1; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "diagonalWall3" +/area/admin) +"acI" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" }, -/area/space) -"ajj" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/holywater, +/area/syndicate_mothership/control) +"acK" = ( /turf/unsimulated/floor{ icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/centcom/zone1) -"ajr" = ( -/obj/machinery/vending/toyliberationstation, -/turf/unsimulated/floor{ +/area/tdome/tdomeobserve) +"adL" = ( +/obj/structure/sign/securearea, +/turf/unsimulated/wall/fakeglass{ dir = 8; - icon_state = "grimy" - }, -/area/event_zone) -"ajG" = ( -/obj/structure/flora/ausbushes/pointybush, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" - }, -/area/centcom/zone1) -"ajR" = ( -/turf/space, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkgreynavybluecorner" + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" }, /area/centcom/specops) -"akM" = ( -/obj/structure/sign/poster/contraband/communist_state{ - pixel_x = -32 +"adQ" = ( +/obj/item/flag/species/greys, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/machinery/vending/cigarette/free{ - slogan_list = list("Just remember! No capitalist.","Best enjoyed with Vodka!.","Smoke!","Nine out of ten USSP scientists agree, smoking reduces stress!","There's no cigarette like a Russian cigarette!","Cigarettes! Now with 100% less capitalism.") +/area/centcom/evac) +"adT" = ( +/obj/machinery/light/small, +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/obj/machinery/light/small{ - brightness_range = 10; - dir = 8; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/area/syndicate_mothership/infteam) +"adZ" = ( +/obj/structure/table/glass, +/obj/item/storage/briefcase, +/obj/item/storage/secure/briefcase, +/obj/structure/window/reinforced{ + dir = 4 }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"aey" = ( +/obj/structure/closet/secure_closet/contractor, /turf/unsimulated/floor{ - dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/ussp_ship) -"alv" = ( -/obj/structure/decorative_structures/metal/statue/metal_angel, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/jail) +"aeA" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, +/area/syndicate_mothership/jail) +"aeC" = ( +/obj/effect/decal/stripes/gold/line/west, +/obj/effect/decal/stripes/gold/line/east, +/turf/simulated/floor/carpet/black, /area/centcom/zone1) -"alW" = ( +"aeY" = ( +/obj/item/deck/cards, /obj/structure/table/wood, -/obj/item/storage/pill_bottle/dice, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"afb" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"afh" = ( +/obj/mecha/combat/marauder/mauler/loaded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"afm" = ( +/obj/structure/filingcabinet/chestdrawer, /turf/unsimulated/floor{ icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/centcom/zone1) -"amx" = ( -/obj/structure/urinal{ - pixel_y = 28 +/area/syndicate_mothership/jail) +"afq" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/obj/structure/window/reinforced/tinted{ + dir = 1 }, -/area/syndicate_mothership) -"amT" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "1-i" }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/area/trader_station/sol) +"afs" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/lasercannon, +/turf/unsimulated/floor/wood, +/area/admin) +"afJ" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/reedbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"afP" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/centcom/supply) +"agb" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/candle/eternal, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"agF" = ( +/obj/machinery/vending/suitdispenser, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"agW" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"ahb" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 11; + height = 13; + id = "emergency_transit"; + name = "emergency in transit"; + width = 24 }, -/area/ussp_ship) -"anU" = ( -/obj/structure/window/reinforced{ - dir = 4 +/turf/space/transit{ + icon_state = "speedspace_ns_1" }, -/obj/item/flag/nt, -/turf/unsimulated/floor{ - icon_state = "wood" +/area/space) +"ahk" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" }, +/area/shuttle/syndicate) +"ahp" = ( +/obj/effect/decal/stripes/gold/line/east, +/turf/simulated/floor/carpet, /area/centcom/zone1) -"aoG" = ( -/obj/structure/chair/comfy/teal{ - dir = 1 +"ahu" = ( +/obj/machinery/optable, +/obj/machinery/light/spot, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, +/area/shuttle/syndicate) +"ahR" = ( +/obj/structure/rack, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "wood" + }, +/area/admin) +"aie" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" }, /area/centcom/evac) -"aoU" = ( +"aig" = ( /obj/structure/window/reinforced{ - layer = 2.9 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/jail) -"apV" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lantern, -/obj/item/flashlight/lantern, -/obj/item/flashlight/lantern, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/centcom/zone1) -"aqc" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/flag/nt, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom/zone1) -"aqE" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkgreynavyblue" - }, -/area/centcom/specops) -"aqH" = ( -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 - }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 8 - }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1; - layer = 2.8 + color = "#000000"; + dir = 4; + opacity = 1 }, -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 2.9; - name = "Pulse ANNIHILATOR"; - req_access = null; - req_access_txt = "114" +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 1 }, -/obj/item/gun/energy/pulse/destroyer/annihilator, -/obj/item/gun/energy/pulse/destroyer/annihilator, -/obj/item/gun/energy/pulse/destroyer/annihilator, -/obj/item/gun/energy/pulse/destroyer/annihilator, -/obj/item/gun/energy/pulse/destroyer/annihilator, -/obj/item/gun/energy/pulse/destroyer/annihilator, -/obj/item/gun/energy/pulse/destroyer/annihilator, -/obj/item/gun/energy/pulse/destroyer/annihilator, -/obj/item/gun/energy/pulse/destroyer/annihilator, -/obj/item/gun/energy/pulse/destroyer/annihilator, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, /area/centcom/specops) -"arb" = ( -/obj/docking_port/stationary/transit{ - dir = 8; - dwidth = 2; - height = 11; - id = "trade_sol_transit"; - name = "trade_sol in transit"; - turf_type = /turf/space/transit/horizontal; - width = 5 - }, -/turf/space/transit/horizontal, -/area/space) -"ard" = ( -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +"aii" = ( +/obj/structure/table, +/obj/item/clothing/suit/straight_jacket, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/area/syndicate_mothership) -"arf" = ( +/area/syndicate_mothership/jail) +"aim" = ( /turf/unsimulated/wall/fakeglass{ + dir = 1; tag = "icon-fakewindows (WEST)" }, -/area/centcom) -"arh" = ( +/area/trader_station/sol) +"aiq" = ( +/obj/structure/rack, +/obj/item/melee/baseball_bat/ablative, +/obj/item/clothing/under/pj/red, +/obj/item/clothing/glasses/hud/health/sunglasses, +/obj/item/clothing/shoes/winterboots, /turf/unsimulated/floor{ - icon_state = "darkfull" - }, -/area/event_zone) -"arz" = ( -/obj/structure/chair/office{ - dir = 4 + dir = 8; + icon_state = "vault" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/tdome/arena) +"ait" = ( +/obj/structure/table, +/obj/machinery/door_control{ + id = "voxshutters"; + name = "remote shutter control"; + req_access_txt = "152" }, -/area/centcom/zone2) -"asG" = ( -/obj/machinery/computer/operating, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aiQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 }, -/area/syndicate_mothership) -"auz" = ( -/obj/structure/lattice, -/turf/space, -/area/space) -"avw" = ( -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/centcom/zone1) -"avK" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +/area/centcom/specops) +"aji" = ( +/obj/machinery/light{ + dir = 8 }, -/obj/structure/bush, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredalt" }, -/area/centcom/specops) -"avN" = ( -/obj/structure/window/reinforced{ +/area/centcom/jail) +"ajk" = ( +/obj/machinery/light/small{ dir = 8 }, -/turf/unsimulated/floor{ - icon_state = "wood" +/turf/simulated/floor/wood, +/area/centcom/jail) +"ajq" = ( +/obj/structure/shuttle_wall_corner{ + dir = 4; + icon_state = "diagonalWall3" }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredalt" + }, +/area/syndicate_mothership/cargo) +"ajE" = ( +/obj/effect/decal/stripes/gold/line, +/obj/effect/decal/stripes/gold/line/south, +/turf/simulated/floor/carpet/black, /area/centcom/zone1) -"avP" = ( -/obj/structure/window/reinforced{ +"ajM" = ( +/obj/machinery/light/small{ dir = 8 }, -/obj/structure/table/wood, -/obj/item/trash/candle, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/zone1) -"avY" = ( -/obj/structure/holowindow, -/turf/simulated/floor/holofloor{ +"ajO" = ( +/turf/unsimulated/wall/fakeglass{ dir = 4; - icon_state = "red" - }, -/area/holodeck/source_thunderdomecourt) -"awl" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/item/candle/eternal, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + tag = "icon-fakewindows (WEST)" }, /area/centcom/zone1) -"awo" = ( -/obj/structure/window/reinforced{ +"ajU" = ( +/obj/item/flag/nt, +/obj/machinery/light{ dir = 4 }, -/obj/structure/table/wood, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/zone1) -"axm" = ( -/obj/effect/landmark/start, -/turf/unsimulated/floor, -/area/start) -"axw" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - color = "red"; +/area/centcom/specops) +"ajW" = ( +/obj/structure/closet/secure_closet/mime{ + req_access = null + }, +/turf/simulated/floor/plasteel{ dir = 1; - layer = 2.9 + icon_state = "dark" }, +/area/syndicate_mothership/infteam) +"akk" = ( +/obj/structure/window/reinforced, /obj/structure/window/reinforced{ - color = "red"; dir = 8 }, -/obj/structure/window/reinforced{ - color = "red"; - dir = 4 +/obj/structure/table/wood, +/obj/item/stamp/magistrate{ + pixel_x = -5; + pixel_y = -5 }, -/obj/structure/window/reinforced{ - color = "red" +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 }, -/area/syndicate_mothership) -"axN" = ( -/turf/simulated/floor/holofloor{ - dir = 8; - icon_state = "red" +/obj/item/folder/red{ + pixel_x = 7 }, -/area/holodeck/source_thunderdomecourt) -"ayN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = -7 }, +/obj/effect/decal/stripes/black/corner/west, +/turf/simulated/floor/carpet, +/area/centcom/court) +"akv" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, /turf/unsimulated/floor{ dir = 8; - icon_state = "bcarpet06" + icon_state = "vault" }, -/area/centcom/evac) -"ayZ" = ( -/obj/machinery/light/spot, +/area/tdome/arena) +"akA" = ( /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + icon_state = "carpet6-2" }, -/area/syndicate_mothership) -"aAA" = ( -/obj/item/flag/nt, +/area/admin) +"akS" = ( /turf/unsimulated/floor{ icon_state = "dark" }, +/area/tdome/arena) +"alh" = ( +/obj/effect/decal/stripes/black/dot/south, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"alG" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 2000; + master_tag = "CC-OP1"; + name = "CC-OP1-EXT"; + pixel_x = -24; + req_access_txt = "109" + }, +/obj/machinery/door/airlock/wood/glass{ + frequency = 2000; + id_tag = "CC-OP1-Ext"; + locked = 1; + name = "Zone 1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/centcom/zone2) -"aBv" = ( -/obj/structure/table/reinforced, +"alK" = ( /turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "carpet10-8" }, -/area/trader_station/sol) -"aDk" = ( -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet8-0"; - tag = "icon-carpet8-0 (EAST)" +/area/admin) +"alR" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/machinery/iv_drip, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/item/tank/emergency_oxygen/engi/full, +/obj/item/tank/emergency_oxygen/engi/full, +/obj/item/tank/emergency_oxygen/nitrogen, +/obj/item/tank/emergency_oxygen/plasma, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 30 }, -/area/holodeck/source_meetinghall) -"aDo" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"aDu" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 - }, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" - }, -/area/centcom/jail) -"aDO" = ( -/obj/machinery/door/poddoor/impassable{ - id_tag = "nukeop_base" - }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +"amh" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/syndicate{ + pixel_x = -2; + pixel_y = 2 }, -/area/syndicate_mothership) -"aEe" = ( -/obj/structure/bed, -/obj/item/bedsheet/black, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/item/pen/fancy{ + pixel_x = 8 }, -/area/event_zone) -"aEO" = ( +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"ami" = ( /obj/structure/table/wood, -/obj/item/paper/form/NT_COM_05, +/obj/item/gun/projectile/revolver/nagant, +/turf/unsimulated/floor/wood, +/area/admin) +"amm" = ( +/obj/structure/rack, +/obj/item/melee/baseball_bat/ablative, +/obj/item/clothing/under/pj/blue, +/obj/item/clothing/glasses/hud/health/sunglasses, +/obj/item/clothing/shoes/winterboots, /turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/zone2) -"aFj" = ( -/obj/effect/landmark/abductor/agent{ - team = 4 + dir = 8; + icon_state = "vault" }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"aGp" = ( -/turf/unsimulated/floor{ - icon_state = "white" +/area/tdome/arena) +"amA" = ( +/turf/unsimulated/wall, +/area/admin) +"amE" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"amG" = ( +/obj/machinery/computer/cryopod{ + pixel_y = -32; + req_one_access = list(150) }, -/area/centcom/evac) -"aGy" = ( -/obj/docking_port/stationary/transit{ - dwidth = 1; - height = 4; - id = "pod1_transit"; - name = "pod 1 in transit"; - width = 3 +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"amK" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/grass, +/area/centcom/specops) +"amV" = ( +/obj/machinery/door_control{ + id = "adminshuttleshutters"; + name = "Shutter control"; + pixel_x = 5; + pixel_y = 35; + req_access = list(101) }, -/turf/space/transit, -/area/space) -"aHg" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/flashbangs{ - pixel_x = -2; - pixel_y = -2 +/obj/machinery/door_control{ + id = "adminshuttleblast"; + name = "Blast door control"; + pixel_x = -5; + pixel_y = 35; + req_access = list(101) }, -/obj/item/storage/box/flashbangs{ - pixel_x = 4; - pixel_y = 4 +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" }, -/obj/item/storage/box/flashbangs{ - pixel_x = 4; - pixel_y = 4 +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/obj/item/storage/box/flashbangs{ - pixel_x = 4; - pixel_y = 4 +/area/shuttle/administration) +"ang" = ( +/turf/space, +/area/tdome) +"ank" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall-1" }, -/obj/item/storage/box/flashbangs{ - pixel_x = -2; - pixel_y = -2 +/area/tdome/tdomeobserve) +"anE" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreycornerred" }, -/obj/item/storage/box/flashbangs{ - pixel_x = -2; - pixel_y = -2 +/area/syndicate_mothership/infteam) +"anG" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo14" }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 33; - pixel_y = -7 +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"anK" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8; + id_tag = "CC_supply_internal"; + layer = 5; + locked = 1; + name = "Central Command Supply Internal Shutter" }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkgreenfull" +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/specops) -"aHs" = ( -/obj/docking_port/stationary/transit{ - dwidth = 1; - height = 4; - id = "pod2_transit"; - name = "pod 2 in transit"; - width = 3 +/area/centcom/supply) +"aoc" = ( +/obj/structure/window/full/reinforced{ + layer = 2 }, -/turf/space/transit, -/area/space) -"aHF" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/plating, +/area/centcom/bridge) +"aof" = ( +/obj/structure/chair/comfy/blue, +/obj/effect/landmark{ + name = "tdomeobserve" }, -/area/centcom/jail) -"aHX" = ( /turf/unsimulated/floor{ - dir = 10; - icon_state = "darkgreenfull" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/zone1) -"aIN" = ( -/turf/unsimulated/floor{ +/area/tdome/tdomeobserve) +"aow" = ( +/obj/docking_port/stationary{ dir = 4; - icon_state = "darkgreen" + dwidth = 7; + height = 5; + id = "sit_away"; + name = "Syndicate Base"; + width = 11 }, -/area/centcom/zone1) -"aJn" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/laser, -/obj/item/gun/energy/laser/awaymission_aeg, -/obj/item/gun/energy/laser/cyborg, -/obj/item/gun/energy/laser/practice, -/obj/item/gun/energy/laser/practice/sc_laser, -/obj/item/gun/energy/laser/scatter, -/obj/item/gun/energy/laser/tag, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"aKp" = ( -/obj/structure/mirror{ - pixel_x = 30 + name = "plating" }, -/obj/machinery/light{ - dir = 4 +/area/syndicate_mothership/infteam) +"aoy" = ( +/obj/effect/decal/stripes/black/line, +/obj/effect/decal/stripes/black/line/south, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"aoF" = ( +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_outer_bottom"; + name = "Ship External Access"; + req_access_txt = "150" }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "smindicate_bottom"; + layer = 5; + name = "Outer Airlock Bottom"; + opacity = 0 }, -/area/trader_station/sol) -"aKL" = ( -/obj/structure/window/reinforced{ - dir = 1 +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" }, -/obj/structure/window/reinforced{ - dir = 4 +/area/shuttle/syndicate) +"aoG" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium" }, -/obj/structure/bush, -/turf/unsimulated/floor{ - icon_state = "grass1"; +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; name = "grass" }, -/area/centcom/specops) -"aKY" = ( -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_x = -30 +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkgreynavyblue" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"aoS" = ( +/obj/machinery/door/window, +/turf/simulated/floor/plasteel{ + icon_state = "barber" }, /area/centcom/specops) -"aMo" = ( -/obj/structure/chair/sofa/right{ +"aoW" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"apl" = ( +/obj/item/flag/nt, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"app" = ( +/obj/structure/window/reinforced{ dir = 1 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership) -"aMD" = ( -/obj/item/flag/syndi, -/obj/machinery/light{ - brightness_range = 5; - dir = 1; - light_range = 5; - nightshift_light_range = 5 - }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"aps" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" }, -/area/syndicate_mothership) -"aMO" = ( -/obj/structure/table/abductor{ - name = "table" +/area/centcom/evac) +"apA" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" }, -/turf/unsimulated/floor{ - icon_state = "darkfull" +/area/shuttle/vox) +"apH" = ( +/obj/effect/turf_decal/arrows/white{ + color = "#0066ff"; + dir = 8 }, -/area/event_zone) -"aNa" = ( -/obj/machinery/computer/communications, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/bridge) -"aNh" = ( -/turf/simulated/floor/holofloor{ - dir = 8; - icon_state = "red" - }, -/area/holodeck/source_boxingcourt) -"aND" = ( -/turf/unsimulated/wall{ - icon_state = "iron6" +/area/centcom/specops) +"aqf" = ( +/obj/effect/decal/stripes/gold/line/east, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"aqo" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" }, -/area/syndicate_mothership) -"aOd" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkred" +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/zone1) -"aOB" = ( -/obj/structure/rack/holorack, -/obj/item/autoimplanter/old, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +"aqy" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/area/centcom/bridge) -"aOV" = ( +/area/syndicate_mothership) +"aqP" = ( +/obj/item/flag/nt, +/turf/simulated/floor/grass, +/area/centcom/specops) +"aqV" = ( /turf/unsimulated/floor{ - dir = 4; - icon_state = "darkredfull" + dir = 5; + icon_state = "darkblue" }, /area/centcom/zone1) -"aOX" = ( -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 4 - }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 +"arl" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" }, +/area/syndicate_mothership/control) +"art" = ( /obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1; - layer = 2.8 - }, -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - layer = 2.9; - name = "IK-60 Laser Carbine"; - req_access = null; - req_access_txt = "114" + dir = 1 }, -/obj/item/gun/projectile/automatic/lasercarbine, -/obj/item/gun/projectile/automatic/lasercarbine, -/obj/item/gun/projectile/automatic/lasercarbine, -/obj/item/gun/projectile/automatic/lasercarbine, -/obj/item/gun/projectile/automatic/lasercarbine, -/obj/item/gun/projectile/automatic/lasercarbine, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/specops) -"aPa" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/table/holotable, +/area/centcom/evac) +"arC" = ( /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "carpet7-3" }, -/area/centcom/zone1) -"aPu" = ( -/obj/structure/table, -/obj/item/storage/box/beakers, -/obj/item/reagent_containers/glass/beaker/bluespace, -/obj/item/reagent_containers/glass/beaker/bluespace, -/obj/item/reagent_containers/glass/beaker/bluespace, -/obj/item/reagent_containers/glass/beaker/bluespace, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/admin) +"arS" = ( +/obj/structure/bed/dogbed/ian{ + name = "Lounger" }, -/area/syndicate_mothership) -"aPM" = ( -/turf/unsimulated/floor{ - icon_state = "carpet" +/mob/living/simple_animal/pet/dog/fox/alisa, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 }, +/obj/machinery/light, +/turf/simulated/floor/wood, /area/centcom/specops) -"aQI" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien21" +"arX" = ( +/obj/structure/window/reinforced{ + dir = 1 }, -/area/abductor_ship) -"aQT" = ( -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" +/obj/structure/table/reinforced, +/obj/machinery/processor{ + pixel_y = 9 }, -/obj/machinery/vending/coffee/free, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, -/area/syndicate_mothership) -"aQX" = ( -/turf/unsimulated/wall{ - desc = "The door appears to be locked tightly."; - icon = 'icons/obj/doors/airlocks/hatch/centcom.dmi'; - icon_state = "closed"; - name = "Locked Door" +/area/centcom/jail) +"arZ" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 }, -/area/ninja/holding) -"aRB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 }, -/area/ussp_ship) -"aRC" = ( -/obj/machinery/portable_atmospherics/canister/toxins{ - maximum_pressure = 50000 +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 }, -/turf/unsimulated/floor{ +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/supply) -"aRK" = ( -/obj/structure/table/wood, -/obj/item/candle/eternal, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom/zone1) -"aRV" = ( -/obj/effect/landmark{ - name = "Holocarp Spawn" +"asc" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" }, -/turf/simulated/floor/holofloor{ - icon_state = "engine"; - name = "Holodeck Projector Floor" +/area/syndicate_mothership) +"ast" = ( +/obj/machinery/door/airlock/syndicate/security{ + name = "тюрьма"; + req_access_txt = "153" }, -/area/holodeck/source_wildlife) -"aSD" = ( -/obj/structure/window/reinforced{ - dir = 4; - layer = 2.9 +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" }, -/obj/structure/table/wood, -/obj/item/circuitboard/aiupload, -/obj/item/circuitboard/circuit_imprinter, -/obj/item/circuitboard/communications, -/obj/item/circuitboard/destructive_analyzer, -/obj/item/circuitboard/ore_redemption, -/obj/item/circuitboard/mining_shuttle, -/obj/item/circuitboard/mining_shuttle, -/obj/item/circuitboard/mining_shuttle, -/obj/item/circuitboard/protolathe, +/area/syndicate_mothership/jail) +"asw" = ( /turf/unsimulated/floor{ - icon_state = "dark" + name = "plating" }, -/area/centcom/supply) -"aSN" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbluefull" +/area/syndicate_mothership/infteam) +"asI" = ( +/turf/simulated/floor/wood, +/area/centcom/specops) +"asJ" = ( +/obj/machinery/vending/suitdispenser, +/turf/simulated/floor/wood, +/area/centcom/specops) +"asK" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 4 }, +/turf/simulated/floor/plating, /area/centcom/specops) -"aSW" = ( -/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +"asM" = ( /obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + color = "red"; dir = 8 }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1 - }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkgreenfull" +/obj/machinery/photocopier/syndie{ + pixel_x = 5 }, -/area/centcom/specops) -"aTA" = ( -/obj/structure/table/wood, -/obj/item/storage/bible, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"atT" = ( +/obj/machinery/computer/syndie_supplycomp, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"atZ" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/grass/jungle/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"auj" = ( +/obj/structure/rack, +/obj/item/melee/baseball_bat/ablative, +/obj/item/clothing/under/pj/blue, +/obj/item/clothing/glasses/hud/health/sunglasses, +/obj/item/clothing/shoes/winterboots, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "vault" }, -/area/centcom/zone1) -"aUH" = ( -/obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "wood" +/area/tdome) +"auo" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" }, -/area/centcom/zone1) -"aVe" = ( -/obj/machinery/chem_master, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/obj/structure/window/reinforced, +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/syndicate_mothership) -"aVj" = ( -/obj/structure/window/reinforced{ - dir = 4 +/area/shuttle/syndicate) +"auB" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery, +/obj/item/radio/intercom{ + pixel_x = -30 }, -/obj/structure/table/holotable, -/obj/item/storage/toolbox, -/obj/item/storage/toolbox/electrical, -/obj/item/storage/toolbox/drone, -/obj/item/storage/toolbox/green, +/obj/item/clothing/gloves/color/latex/nitrile, /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "white" }, /area/centcom/zone1) -"aVF" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "SOL" - }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +"auX" = ( +/obj/machinery/door/poddoor/impassable, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" }, -/area/trader_station/sol) -"aVK" = ( -/turf/simulated/floor/holofloor{ - icon_state = "grimy"; - tag = "icon-grimy" +/area/syndicate_mothership/elite_squad) +"avs" = ( +/obj/effect/turf_decal/plaque, +/obj/effect/decal/stripes/gold/line/south, +/obj/effect/decal/stripes/gold/dot/east, +/obj/effect/decal/stripes/gold/dot, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"avx" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/grass, +/area/centcom/specops) +"avK" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" }, -/area/holodeck/source_meetinghall) -"aWd" = ( -/turf/unsimulated/floor{ +/area/shuttle/syndicate) +"avP" = ( +/obj/effect/turf_decal/box/white/corners, +/turf/simulated/floor/plasteel{ dir = 9; - icon_state = "darkgreen" + icon_state = "darkblue" }, /area/centcom/zone1) -"aXk" = ( -/obj/structure/closet/thunderdome/tdred, -/turf/unsimulated/floor{ - icon_state = "darkfull" - }, -/area/event_zone) -"aXF" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +"awb" = ( +/obj/effect/decal/stripes/gold/corner/east, +/turf/simulated/floor/carpet/arcade, +/area/centcom/specops) +"awe" = ( +/obj/effect/decal/stripes/gold/line/south, +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"awg" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 }, -/area/ussp_ship) -"aXG" = ( -/obj/machinery/door/airlock/hatch/syndicate{ - damage_deflection = 75; - id_tag = "slaughterhouse_door"; - locked = 1; - name = "Slaughterhouse" +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"awB" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" + }, +/area/syndicate_mothership/cargo) +"awK" = ( +/obj/effect/turf_decal/number/number_6, +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" }, +/area/centcom/jail) +"axg" = ( +/obj/structure/coatrack, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/stripes/black/corner/west, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"axk" = ( +/obj/machinery/photocopier/syndie, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"axr" = ( +/obj/item/toy/plushie/orange_fox, +/turf/simulated/floor/plating, +/area/centcom/specops) +"axA" = ( /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + icon_state = "carpet11-12" + }, +/area/admin) +"axS" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Strela"; + name = "Strela"; + tag = null }, -/area/syndicate_mothership) -"aYx" = ( -/obj/structure/chair/comfy/beige, /turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "dark" }, -/area/trader_station/sol) -"aYR" = ( -/obj/docking_port/stationary{ - dwidth = 1; - height = 4; - id = "pod3_away"; - name = "recovery ship bay 3"; - width = 3 +/area/tdome/arena) +"axT" = ( +/obj/machinery/computer/crew, +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/space, -/area/space) -"aYS" = ( -/turf/space, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/centcom/bridge) +"axW" = ( +/obj/structure/table/wood/fancy/black, /turf/unsimulated/floor{ dir = 4; - icon_state = "rampbottom" + icon_state = "elevatorshaft" }, -/area/centcom/zone1) -"aZe" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/syndicate_mothership/elite_squad) +"aya" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/event_zone) -"aZF" = ( -/obj/machinery/vending/chinese/free, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/area/centcom/evac) +"aye" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium" }, -/area/centcom/specops) -"aZO" = ( -/obj/structure/chair{ - dir = 1 +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" }, -/obj/structure/sign/poster/official/spiders{ - pixel_y = -30 +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"ayg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"ayr" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"ayw" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"ayA" = ( +/obj/effect/step_trigger/teleporter{ + teleport_x = 20; + teleport_y = 161; + teleport_z = 2 }, /turf/unsimulated/floor{ dir = 1; - icon_state = "darkred" + icon_state = "rampbottom" }, -/area/centcom/zone3) -"aZR" = ( -/obj/structure/holowindow, -/turf/simulated/floor/holofloor{ - dir = 8; - icon_state = "red" +/area/tdome/tdomeobserve) +"ayG" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"azo" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_x = 32 }, -/area/holodeck/source_knightarena) -"bag" = ( -/obj/structure/table/reinforced, -/obj/item/kitchen/utensil/fork, -/obj/item/kitchen/utensil/spoon, -/obj/item/kitchen/knife{ - pixel_x = 10 +/obj/structure/lattice, +/turf/space, +/area/shuttle/syndicate) +"azr" = ( +/obj/structure/dresser, +/obj/structure/mirror{ + pixel_y = 32 }, /turf/unsimulated/floor{ dir = 8; - icon_state = "stage_bleft" + icon_state = "wood" }, -/area/syndicate_mothership) -"bah" = ( -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/trader_station/sol) +"azE" = ( +/obj/machinery/conveyor/west{ + id = "SFBQMLoad2" }, -/area/centcom/blops) -"bai" = ( -/obj/structure/window/reinforced{ - dir = 4 +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/syndicate_mothership/cargo) +"azF" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/area/centcom/zone1) -"baI" = ( +/obj/item/dice/d20, /turf/unsimulated/floor{ dir = 8; - icon_state = "darkpurplecorners" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"azG" = ( +/obj/effect/turf_decal/plaque, +/obj/effect/decal/stripes/gold/line, +/obj/effect/decal/stripes/gold/dot/south, +/obj/effect/decal/stripes/gold/dot/west, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"azT" = ( +/obj/item/gun/projectile/automatic/pistol/m1911, +/obj/item/ammo_box/magazine/m45, +/obj/item/ammo_box/magazine/m45, +/obj/item/ammo_box/magazine/m45, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed"; + req_access_txt = "114" + }, +/obj/item/clothing/head/helmet/space/deathsquad/beret, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/suit/space/deathsquad/officer, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/flashbangs, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double, +/obj/item/radio/headset/ert{ + pixel_x = 6; + pixel_y = -6 }, +/obj/item/storage/box/centcomofficer, +/obj/item/clothing/head/beret/centcom/officer, +/turf/simulated/floor/wood, /area/centcom/specops) -"bbV" = ( -/obj/effect/landmark{ - name = "Holding Facility" +"aAB" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 }, -/turf/unsimulated/floor{ - icon_state = "engine" +/obj/machinery/ai_status_display{ + pixel_y = -30 }, -/area/ninja/holding) -"bbX" = ( -/obj/machinery/vending/sustenance, /turf/unsimulated/floor{ dir = 8; icon_state = "grimy" }, -/area/event_zone) -"bcF" = ( -/turf/unsimulated/floor{ - icon_state = "darkblue" +/area/admin) +"aAL" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" }, -/area/centcom/specops) -"bdk" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder{ - pixel_x = -1; - pixel_y = 9 +/area/shuttle/transport) +"aAP" = ( +/obj/machinery/computer/card/centcom, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"aBv" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -30 + }, +/obj/structure/urinal{ + pixel_y = 28 }, /turf/unsimulated/floor{ icon_state = "freezerfloor" }, -/area/centcom/zone1) -"bdA" = ( -/obj/structure/window/reinforced{ - dir = 8 +/area/trader_station/sol) +"aBw" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/obj/structure/window/reinforced, -/obj/structure/table/holotable, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/zone1) -"ben" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/paper_bin/nanotrasen{ - pixel_x = 3; - pixel_y = 12 +/area/trader_station/sol) +"aBL" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/obj/item/pen, +/obj/item/reagent_containers/food/snacks/cheeseburger, /turf/unsimulated/floor{ dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/ussp_ship) -"beF" = ( -/obj/structure/flora/tree/dead, -/turf/simulated/floor/holofloor{ - icon_state = "snow"; - tag = "icon-snow" +/area/trader_station/sol) +"aBX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/holodeck/source_snowfield) -"bgo" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 8; - id_tag = "ERT_turret_shutters"; - layer = 5; +/area/centcom/bridge) +"aCC" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP4-Int"; locked = 1; - name = "ERT Turret" + name = "Zone 2" }, -/obj/structure/window/full/reinforced{ - armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); - layer = 2 +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ +/area/centcom/zone2) +"aCM" = ( +/obj/machinery/photocopier, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"aDf" = ( +/obj/machinery/vending/syndisnack, +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/specops) -"bie" = ( -/obj/structure/table, -/obj/item/storage/box/beakers, -/obj/item/reagent_containers/glass/beaker/bluespace, -/obj/item/reagent_containers/glass/beaker/bluespace, -/obj/item/reagent_containers/glass/beaker/bluespace, -/obj/item/reagent_containers/glass/beaker/bluespace, +/area/syndicate_mothership/elite_squad) +"aDj" = ( /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "freezerfloor" }, -/area/admin) -"big" = ( -/obj/structure/window/reinforced, -/obj/structure/table/wood, -/obj/item/trash/candle, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom/zone1) -"bip" = ( -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/trader_station/sol) +"aDk" = ( +/obj/structure/toilet{ + dir = 8 }, -/area/centcom/jail) -"biT" = ( -/obj/machinery/door/airlock/hatch/syndicate{ - damage_deflection = 75; - id_tag = "syndicate_jail_cell"; - locked = 1; - name = "Syndicate Jail Cell" +/obj/machinery/light/small{ + dir = 4 }, /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + icon_state = "freezerfloor" }, -/area/syndicate_mothership) -"biX" = ( -/obj/structure/window/reinforced, -/obj/structure/table/wood, +/area/trader_station/sol) +"aDE" = ( +/obj/mecha/combat/marauder/mauler/loaded, /turf/unsimulated/floor{ - icon_state = "wood" + dir = 8; + icon_state = "vault" }, -/area/centcom/zone1) -"bjs" = ( -/turf/unsimulated/floor{ +/area/tdome) +"aEp" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/specops) -"bjW" = ( -/obj/item/gun/magic/staff, -/obj/item/gun/magic/staff/chaos, -/obj/item/gun/magic/staff/door, -/obj/item/gun/magic/staff/animate, -/obj/item/gun/magic/staff/change, -/obj/item/gun/magic/staff/chaos, -/obj/item/gun/magic/staff/door, -/obj/item/gun/magic/staff/focus, -/obj/item/gun/magic/staff/healing, -/obj/item/gun/magic/staff/focus, -/obj/item/gun/magic/staff/slipping, -/obj/item/gun/magic/staff/slipping/honkmother, -/obj/item/gun/magic/staff/spellblade, -/obj/item/gun/magic/tentacle, -/obj/item/gun/magic/wand, -/obj/item/gun/magic/wand/door, -/obj/item/gun/magic/wand/fireball, -/obj/item/gun/magic/wand/polymorph, -/obj/item/gun/magic/wand/resurrection, -/obj/item/gun/magic/wand/teleport, -/obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/centcom/zone1) +"aEx" = ( +/obj/machinery/vending/cigarette/syndicate/free, +/turf/simulated/floor/wood{ + icon_state = "wood_old_broken6" }, -/area/admin) -"bko" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +/area/syndicate_mothership/infteam) +"aEA" = ( +/obj/machinery/light/small{ + dir = 1 }, -/obj/structure/table/wood, -/obj/item/trash/candle, -/turf/unsimulated/floor{ - icon_state = "wood" +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/area/centcom/zone1) -"bky" = ( -/obj/structure/chair{ - dir = 4 +/area/syndicate_mothership/elite_squad) +"aEP" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, +/area/centcom/evac) +"aEY" = ( +/obj/mecha/combat/marauder/mauler/loaded, /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + dir = 8; + icon_state = "vault" }, -/area/syndicate_mothership) -"bkF" = ( -/turf/unsimulated/floor{ - icon_state = "carpet5-1" +/area/tdome/tdomeobserve) +"aFa" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" }, -/area/centcom/zone1) -"bln" = ( -/obj/machinery/door/airlock/hatch/syndicate/command, -/obj/machinery/door/poddoor/shutters{ +/area/shuttle/syndicate) +"aFu" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1441; + master_tag = "syndicate_jail_airlock_control"; + name = "Syndicate Jail Access Button"; + pixel_x = 25; + pixel_y = 25; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ dir = 1; - id_tag = "commandcenter"; - name = "Privacy Shutters" + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/syndicate_mothership/jail) +"aFM" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"aFT" = ( +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/syndicate_mothership) -"bmp" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/shuttle/syndicate) +"aGl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/obj/structure/curtain/black{ + pixel_y = -32 }, /turf/unsimulated/floor{ - icon_state = "darkred" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/zone3) -"bmv" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 8; - icon_state = "propulsion_r"; - tag = "icon-propulsion_r (NORTH)" +/area/syndicate_mothership/infteam) +"aGu" = ( +/obj/structure/table/glass, +/obj/effect/decal/stripes/gold/corner, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"aGD" = ( +/obj/machinery/computer/camera_advanced, +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/space, -/area/space) -"bmO" = ( -/obj/machinery/door/airlock/hatch/syndicate{ - name = "What?" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, +/area/centcom/bridge) +"aGX" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"aHq" = ( /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + icon_state = "dark" }, -/area/event_zone) -"bmW" = ( -/obj/machinery/door_control{ - id = "SOL_Shutters"; - name = "Shutters"; - pixel_y = -25; - req_access_txt = "110" +/area/tdome) +"aHU" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"aIa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/control) +"aIb" = ( +/obj/structure/table/wood, +/obj/item/paicard, /obj/item/paper_bin, -/obj/item/pen/multi/gold, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/pen, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"aIq" = ( +/obj/machinery/bodyscanner{ + dir = 4 }, -/area/trader_station/sol) -"bne" = ( -/obj/structure/bed, -/obj/item/bedsheet/black, /turf/unsimulated/floor{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/trader_station/sol) -"bnq" = ( -/turf/unsimulated/floor{ - icon_state = "carpet9-4" + icon_state = "wood" }, -/area/centcom/zone1) -"bnI" = ( +/area/admin) +"aIt" = ( +/obj/item/flag/species/plasma, /obj/machinery/light/small{ - brightness_range = 2; - light_range = 2; - nightshift_light_range = 2; - tag = "icon-bulb1 (WEST)"; - throw_range = 2 + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, +/area/centcom/evac) +"aIv" = ( +/obj/machinery/vending/coffee/free, /turf/unsimulated/floor{ dir = 8; icon_state = "grimy" }, -/area/centcom/evac) -"bnM" = ( -/turf/unsimulated/wall{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "diagonalWall3" +/area/trader_station/sol) +"aIy" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/area/space) -"bpg" = ( /obj/structure/window/reinforced, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"aJo" = ( +/turf/simulated/floor/plasteel{ dir = 8; - icon_state = "grimy" + icon_state = "warndarkgreycornerred" }, -/area/centcom/zone1) -"bpt" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 25 +/area/syndicate_mothership) +"aJQ" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ - dir = 6; - icon_state = "darkgreynavyblue" +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/centcom/specops) -"bpL" = ( -/obj/vehicle/snowmobile/blue/key, -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"bpZ" = ( -/obj/effect/decal/cleanable/molten_object, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"aKb" = ( /turf/unsimulated/floor{ - icon_state = "hierophant1" + dir = 9; + icon_state = "darkred" }, -/area/wizard_station) -"bqa" = ( -/obj/machinery/vending/cigarette, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/tdome/tdome2) +"aKD" = ( +/obj/structure/window/reinforced{ + dir = 1 }, -/area/centcom/zone2) -"bqe" = ( -/obj/structure/urinal{ - pixel_x = 30 +/turf/simulated/floor/grass, +/area/centcom/evac) +"aKV" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" }, +/area/tdome) +"aLs" = ( +/obj/structure/flora/tree/jungle/small, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"aLP" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/obj/item/clothing/under/color/blue, /turf/unsimulated/floor{ - icon_state = "white" + dir = 8; + icon_state = "vault" }, -/area/centcom/zone1) -"bqf" = ( -/turf/space, +/area/tdome) +"aLV" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"aMo" = ( /turf/unsimulated/wall/fakeglass{ dir = 8; icon_state = "fakewindows2"; tag = "icon-fakewindows2 (WEST)" }, -/area/centcom/specops) -"brx" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 4; - height = 11; - id = "trade_sol_base"; - name = "docking bay 2 at Jupiter Station"; - width = 9 - }, -/turf/space, -/area/space) -"bsn" = ( -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbluecorners" +/area/tdome) +"aMI" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/area/centcom/specops) -"bsp" = ( -/obj/machinery/camera{ - c_tag = "CentComm Zone 2 Office"; - dir = 1; - network = list("CentComm") +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, -/obj/item/twohanded/required/kirbyplants, /turf/unsimulated/floor{ - dir = 8; - icon_state = "darkblue" + icon_state = "rampbottom" }, -/area/centcom/zone2) -"bst" = ( -/obj/structure/window/reinforced{ - color = "red" +/area/syndicate_mothership/infteam) +"aMQ" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_hor{ + id_tag = "Aspid_main_storage" }, -/obj/structure/window/reinforced{ - color = "red"; - dir = 4 +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - color = "red"; - dir = 8 +/area/syndicate_mothership/cargo) +"aMV" = ( +/obj/machinery/light{ + dir = 1 }, -/obj/structure/window/reinforced{ - color = "red"; +/turf/simulated/floor/plasteel{ dir = 1; - layer = 2.9 - }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + icon_state = "darkyellowalt" }, -/area/syndicate_mothership) -"bsB" = ( -/obj/structure/window/reinforced, -/obj/structure/flora/ausbushes/ppflowers, -/obj/item/flag/nt, +/area/centcom/supply) +"aMZ" = ( /turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" + dir = 9; + icon_state = "navyred" }, -/area/centcom/specops) -"bsQ" = ( -/obj/machinery/photocopier, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/tdome/tdome2) +"aNd" = ( +/obj/effect/turf_decal/caution/stand_clear{ + pixel_y = 8 }, -/area/centcom/bridge) -"bsY" = ( -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, +/area/syndicate_mothership/control) +"aNP" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light/small, +/turf/simulated/floor/carpet, /area/centcom/zone1) -"btS" = ( -/obj/structure/toilet, +"aNT" = ( +/obj/structure/table/wood/poker, +/obj/item/radio/intercom/syndicate, /turf/unsimulated/floor{ dir = 8; icon_state = "grimy" }, -/area/centcom/zone1) -"bue" = ( +/area/admin) +"aNX" = ( /obj/structure/table/wood, -/obj/item/gun/projectile/revolver/grenadelauncher, -/obj/item/gun/projectile/revolver/grenadelauncher/multi, -/obj/item/gun/projectile/revolver/grenadelauncher/multi/cyborg, -/obj/item/gun/grenadelauncher, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, +/obj/item/gun/projectile/automatic/speargun, +/turf/unsimulated/floor/wood, /area/admin) -"buo" = ( -/obj/structure/sign/poster/official/random{ - pixel_x = -30 - }, -/turf/unsimulated/floor{ - icon_state = "dark" +"aOd" = ( +/obj/machinery/computer/station_alert, +/obj/structure/window/reinforced{ + dir = 8 }, -/area/centcom/supply) -"buC" = ( -/obj/machinery/door/airlock/external{ - id_tag = "trade_sol_base"; - name = "Docking Port" +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" }, -/turf/unsimulated/floor{ +/area/centcom/bridge) +"aOe" = ( +/obj/docking_port/stationary/transit{ dir = 8; - icon_state = "grimy" + dwidth = 2; + height = 11; + id = "trade_sol_transit"; + name = "trade_sol in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 }, -/area/trader_station/sol) -"buD" = ( -/obj/structure/closet/thunderdome/tdgreen, +/turf/space/transit/east/shuttlespace_ew1, +/area/space) +"aOn" = ( /turf/unsimulated/floor{ - icon_state = "darkfull" - }, -/area/event_zone) -"bvP" = ( -/obj/structure/flora/grass/both, -/turf/simulated/floor/holofloor{ - icon_state = "snow"; - tag = "icon-snow" + dir = 5; + icon_state = "navyred" }, -/area/holodeck/source_snowfield) -"bvW" = ( -/obj/machinery/chem_dispenser/beer/upgraded, -/obj/structure/table/wood/poker, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/tdome/tdome2) +"aOy" = ( +/obj/structure/coatrack, +/obj/structure/window/reinforced{ + dir = 4 }, -/area/trader_station/sol) -"bvY" = ( -/obj/machinery/hydroponics/constructable, -/turf/unsimulated/floor/grass, +/obj/effect/decal/stripes/black/corner, +/turf/simulated/floor/wood, /area/centcom/zone1) -"bwi" = ( -/turf/unsimulated/floor{ - icon_state = "darkbrown" +"aOA" = ( +/obj/machinery/status_display{ + pixel_x = -32 }, -/area/centcom/ferry) -"bwj" = ( -/mob/living/simple_animal/cow, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/unsimulated/floor/grass, +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"aOR" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/head/kitty, +/obj/item/clothing/under/maid, +/obj/item/clothing/suit/browntrenchcoat, +/turf/simulated/floor/carpet, /area/centcom/zone1) -"bxc" = ( -/obj/item/toy/syndicateballoon, +"aPx" = ( +/obj/structure/table/reinforced, /turf/unsimulated/floor{ - dir = 8; - icon_state = "bcircuit" + dir = 4; + icon_state = "elevatorshaft" }, -/area/syndicate_mothership) -"bym" = ( -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/elite_squad) +"aPL" = ( +/obj/item/radio/intercom/specops{ + pixel_x = 32 }, -/area/wizard_station) -"byK" = ( -/obj/structure/lattice, -/turf/unsimulated/wall, -/area/centcom/evac) -"byO" = ( -/obj/machinery/light/spot{ +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"aQn" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); dir = 8; - tag = "icon-tube1 (EAST)" + id_tag = "CC_supply_internal"; + layer = 5; + locked = 1; + name = "Central Command Supply Internal Shutter" }, -/obj/machinery/syndiepad/admin/loadpad{ - target_id = "syndie_cargo_port1" +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door_control{ + id = "CC_supply_internal"; + name = "Central Command Supply Internal Shutter"; + pixel_y = 24; + req_access_txt = "114" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/syndicate_mothership) -"bzH" = ( -/obj/structure/sign/poster/official/twelve_gauge, -/turf/unsimulated/wall, -/area/centcom) -"bAl" = ( -/obj/structure/holohoop{ +/area/centcom/supply) +"aQv" = ( +/obj/machinery/light/small{ dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/zone1) -"bAy" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkgreen" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" }, /area/centcom/zone1) -"bAQ" = ( -/obj/docking_port/stationary{ - dwidth = 5; - height = 7; - id = "supply_away"; - name = "supply centcom"; - width = 12 +"aQO" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" }, -/turf/space, -/area/space) -"bBg" = ( -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbluefull" +/area/syndicate_mothership) +"aQX" = ( +/obj/structure/table, +/obj/structure/window/reinforced, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/turf/simulated/floor/wood, +/area/centcom/evac) +"aRg" = ( +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, -/area/centcom/zone1) -"bBn" = ( -/obj/machinery/r_n_d/server/centcom, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 4; + icon_state = "elevatorshaft" }, -/area/admin) -"bBX" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/gun/advtaser/mounted, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/syndicate_mothership/elite_squad) +"aRC" = ( +/obj/effect/turf_decal/loading_area, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/area/admin) -"bDt" = ( -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkred" +/area/syndicate_mothership/cargo) +"aRW" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluealt" }, -/area/centcom/zone1) -"bDQ" = ( -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/zone2) +"aRY" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot_white, +/obj/item/storage/firstaid/tactical{ + pixel_x = -3; + pixel_y = 3 }, -/area/trader_station/sol) -"bEx" = ( -/obj/machinery/light/spot{ - dir = 4; - tag = "icon-tube1 (WEST)" +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical{ + pixel_x = 3; + pixel_y = -3 }, -/obj/machinery/syndiepad/admin/loadpad{ - target_id = "syndie_cargo_port2" +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"aSd" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_oak" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/syndicate_mothership/control) +"aSp" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/stripes/black/deadlock/south, +/turf/simulated/floor/wood, +/area/centcom/zone3) +"aTZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" }, -/area/syndicate_mothership) -"bED" = ( -/mob/living/simple_animal/pig, -/turf/unsimulated/floor/grass, /area/centcom/zone1) -"bEL" = ( -/obj/machinery/light{ - dir = 8 +"aUx" = ( +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_x = 5; + pixel_y = -5 }, -/obj/structure/table/wood, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/folder/red{ + pixel_x = -5; + pixel_y = -5 }, -/area/trader_station/sol) -"bGJ" = ( -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "asteroid2"; - tag = "icon-asteroid2 (EAST)" +/obj/item/folder/white{ + pixel_x = -5; + pixel_y = 5 }, -/area/holodeck/source_desert) -"bHZ" = ( -/obj/machinery/door/airlock{ - name = "Туалет" +/obj/item/folder/yellow{ + pixel_x = 5; + pixel_y = 5 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/effect/decal/stripes/gold/corner/south, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"aUX" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" }, -/area/ussp_ship) -"bIV" = ( -/obj/effect/landmark{ - name = "Holding Facility" +/turf/simulated/floor/carpet, +/area/centcom/specops) +"aUY" = ( +/obj/structure/urinal{ + pixel_y = 32 }, -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/turf/unsimulated/floor{ - icon_state = "engine" +/area/centcom/zone1) +"aVj" = ( +/obj/structure/shuttle_wall_corner{ + dir = 4; + icon_state = "diagonalWall3" }, -/area/ninja/holding) -"bJv" = ( -/obj/structure/holohoop{ - dir = 8 +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/cargo) +"aVs" = ( +/obj/structure/bed, +/obj/item/bedsheet/rd, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"aVH" = ( +/obj/structure/table/abductor{ + name = "table" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" }, +/turf/simulated/floor/fakespace, /area/centcom/zone1) -"bJA" = ( -/turf/unsimulated/wall/abductor, -/area/abductor_ship) -"bJB" = ( -/obj/machinery/camera{ - c_tag = "CentComm Jail 3"; - dir = 10; - network = list("CentComm") - }, -/turf/unsimulated/floor{ - icon_state = "dark" +"aVK" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" }, -/area/centcom/jail) -"bJJ" = ( -/obj/structure/table/reinforced, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, -/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, -/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, -/obj/item/mecha_parts/mecha_equipment/repair_droid, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 8 +/area/syndicate_mothership/infteam) +"aVZ" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 1441; + id_tag = "syndicate_jail_airlock_control"; + name = "Syndicate Jail Access Controller"; + pixel_x = 25; + req_access_txt = "150"; + tag_exterior_door = "syndicate_jail_airlock_external"; + tag_interior_door = "syndicate_jail_airlock_internal" }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ dir = 1; - icon_state = "darkbluefull" - }, -/area/centcom/specops) -"bJR" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/unsimulated/floor{ icon_state = "dark" }, -/area/centcom/zone1) -"bKE" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/shotgun/riot, -/obj/item/gun/projectile/shotgun/riot/buckshot, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/syndicate_mothership/jail) +"aWc" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellowaltstrip" }, -/area/admin) -"bKF" = ( +/area/centcom/supply) +"aWr" = ( /obj/structure/table/reinforced, -/obj/item/storage/toolbox/surgery, -/obj/item/stack/nanopaste, -/obj/item/mmi, -/obj/item/clothing/gloves/color/latex/nitrile, -/obj/item/stack/nanopaste, -/turf/unsimulated/floor{ - icon_state = "darkblue" - }, -/area/centcom/specops) -"bLJ" = ( -/obj/structure/flora/ausbushes/ywflowers, -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "wood_siding2"; - tag = "icon-wood_siding2 (EAST)" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/holodeck/source_picnicarea) -"bMT" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -6; - pixel_y = 27 +/area/centcom/jail) +"aWu" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (WEST)" }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 6; - pixel_y = 27 +/area/tdome) +"aWU" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyblue" }, +/area/tdome/tdome1) +"aWX" = ( /turf/unsimulated/floor{ - dir = 4; - icon_state = "rampbottom" + dir = 9; + icon_state = "navyred" + }, +/area/tdome/arena) +"aXa" = ( +/obj/machinery/light/small{ + dir = 4 }, -/area/centcom/zone1) -"bMW" = ( /turf/unsimulated/floor{ + dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/centcom/bridge) -"bNp" = ( -/obj/machinery/door/airlock/centcom{ - name = "Bathroom"; - opacity = 1 - }, +/area/trader_station/sol) +"aXg" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "wood" }, -/area/centcom/zone1) -"bNs" = ( -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "red" +/area/admin) +"aXl" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/area/holodeck/source_basketball) -"bNx" = ( -/obj/item/ammo_box/magazine/laser, -/obj/item/ammo_box/magazine/laser, -/obj/item/ammo_box/magazine/laser, -/obj/item/ammo_box/magazine/laser, -/obj/item/ammo_box/magazine/laser, -/obj/item/ammo_box/magazine/laser, -/obj/item/ammo_box/magazine/laser, -/obj/item/ammo_box/magazine/laser, -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - layer = 2.9; - name = "IK-60 magazine"; - req_access = null +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 +/area/centcom/evac) +"aXz" = ( +/obj/machinery/light/small{ + dir = 8 }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 4 +/turf/unsimulated/floor{ + icon_state = "freezerfloor" }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1; - layer = 2.8 +/area/trader_station/sol) +"aXA" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Bojutsu"; + name = "Bojutsu"; + tag = null }, -/obj/item/ammo_box/magazine/laser, -/obj/item/ammo_box/magazine/laser, -/obj/item/ammo_box/magazine/laser, -/obj/item/ammo_box/magazine/laser, -/obj/item/ammo_box/magazine/laser, -/obj/item/ammo_box/magazine/laser, -/obj/item/ammo_box/magazine/laser, -/obj/item/ammo_box/magazine/laser, /turf/unsimulated/floor{ icon_state = "dark" }, -/area/centcom/specops) -"bOp" = ( -/obj/structure/table/wood, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/tdome/arena) +"aXP" = ( +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 }, -/area/centcom/court) -"bOD" = ( -/obj/structure/window/reinforced{ - dir = 4 +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 }, -/mob/living/simple_animal/cow, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"bOP" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/sign/evac{ - pixel_y = 33 +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 }, -/area/centcom/evac) -"bOR" = ( -/turf/unsimulated/wall{ - icon_state = "iron6"; - tag = "icon-iron6" +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 }, -/area/space) -"bPo" = ( -/obj/structure/table/wood, -/obj/item/book/manual/medical_cloning, -/obj/item/pen/fancy, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 }, -/area/centcom/zone2) -"bQG" = ( -/turf/simulated/floor/holofloor{ +/obj/structure/rack, +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ dir = 4; - icon_state = "red" + icon_state = "navybluefull" }, -/area/holodeck/source_thunderdomecourt) -"bQR" = ( -/obj/structure/chair/stool, -/obj/structure/chair/stool, -/obj/structure/chair/stool, -/obj/structure/chair/stool, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/specops) +"aYw" = ( +/obj/structure/mirror{ + pixel_x = 30 }, -/area/ussp_ship) -"bRh" = ( -/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"aYy" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"aZg" = ( +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/item/soap, +/obj/item/mop, +/obj/structure/mopbucket, +/obj/structure/window/reinforced/tinted, /turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"aZv" = ( +/turf/simulated/floor/plasteel{ dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"aZy" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/syndicate_mothership/infteam) +"aZN" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ icon_state = "grimy" }, +/area/syndicate_mothership/elite_squad) +"aZX" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, /area/centcom/evac) -"bSc" = ( -/obj/item/gun/energy/dominator, -/obj/structure/table/wood, -/obj/item/gun/energy/dominator/no_sibyl, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +"baa" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/centcom/specops) +"bah" = ( +/obj/machinery/computer/shuttle/sst, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" }, +/area/syndicate_mothership/elite_squad) +"bal" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator, +/turf/unsimulated/floor/wood, /area/admin) -"bSk" = ( -/obj/docking_port/stationary/transit{ - dir = 8; - dwidth = 2; - height = 5; - id = "laborcamp_transit"; - name = "labor in transit"; - width = 9 +"baq" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 }, -/turf/space/transit, -/area/space) -"bUG" = ( -/obj/structure/filingcabinet/security, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/decal/stripes/gold/line/west, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"baD" = ( +/obj/machinery/light/small{ + dir = 4 }, -/area/centcom/bridge) -"bVa" = ( -/obj/effect/landmark/abductor/agent, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"bWl" = ( -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/adminconstruction) -"bWt" = ( -/obj/item/gun/projectile/automatic/pistol/m1911, -/obj/item/ammo_box/magazine/m45, -/obj/item/ammo_box/magazine/m45, -/obj/item/ammo_box/magazine/m45, -/obj/structure/closet{ - icon_closed = "cabinet_closed"; - icon_opened = "cabinet_open"; - icon_state = "cabinet_closed"; - req_access_txt = "114" - }, -/obj/item/clothing/head/helmet/space/deathsquad/beret, -/obj/item/clothing/shoes/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/gloves/combat, -/obj/item/clothing/suit/space/deathsquad/officer, -/obj/item/storage/box/handcuffs, -/obj/item/storage/box/flashbangs, -/obj/item/clothing/mask/gas, -/obj/item/tank/emergency_oxygen/double, -/obj/item/radio/headset/ert{ - pixel_x = 6; - pixel_y = -6 +/area/syndicate_mothership/elite_squad) +"bbk" = ( +/obj/structure/chair/sofa/left{ + dir = 4 }, -/obj/item/storage/box/centcomofficer, -/obj/item/clothing/head/beret/centcom/officer, -/turf/unsimulated/floor{ +/obj/effect/decal/stripes/gold/deadlock, +/turf/simulated/floor/carpet/black, +/area/centcom/zone3) +"bbv" = ( +/obj/structure/window/reinforced{ dir = 8; - icon_state = "woodalt" + layer = 2.9 }, -/area/centcom/specops) -"bXt" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "darkfull" +/obj/structure/rack/holorack, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/event_zone) -"bXC" = ( -/obj/machinery/door/airlock/centcom{ - name = "Bathroom"; - opacity = 1 +/area/centcom/supply) +"bbR" = ( +/obj/machinery/light{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "white" +/obj/machinery/light_switch{ + pixel_y = 32 }, -/area/centcom/zone1) -"bXF" = ( -/obj/structure/table/wood, -/obj/machinery/photocopier/faxmachine/longrange/syndie{ - department = "Syndicate" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredalt" }, -/turf/unsimulated/floor{ +/area/centcom/jail) +"bcT" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" + }, +/area/syndicate_mothership/cargo) +"bde" = ( +/obj/effect/turf_decal{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "grass_edge_medium" }, -/area/syndicate_mothership) -"bXY" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/radio/intercom/specops, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/centcom/bridge) -"bYr" = ( -/obj/effect/decal/cleanable/molten_object, -/obj/machinery/light/small{ - brightness_range = 6; +/obj/effect/turf_decal{ dir = 1; - light_range = 8; - nightshift_light_range = 6; - throw_range = 6 + icon_state = "grass_edge_medium_corner" }, -/turf/unsimulated/floor{ - icon_state = "hierophant1" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"bdB" = ( +/obj/structure/closet/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) }, -/area/wizard_station) -"bZo" = ( -/obj/machinery/computer/scan_consolenew, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkblue" +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom{ + desc = null; + name = "Supreme commander bowman headset" }, -/area/centcom/specops) -"bZG" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106,107,108,109,110,111,112,113,114); + icon_state = "commander"; + name = "Supreme Commander ID card"; + rank = "Nanotrasen Navy Captain"; + registered_name = null + }, +/obj/item/door_remote/centcomm, +/obj/item/clothing/accessory/medal/gold{ + desc = null; + name = "Supreme commander's gold medal" }, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/gloves/color/white{ + desc = null; + name = "Supreme judge gloves" + }, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"bdQ" = ( +/obj/structure/table/glass, +/obj/effect/decal/stripes/black/line/south, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"bdR" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/obj/item/clothing/under/color/blue, /turf/unsimulated/floor{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "vault" }, -/area/trader_station/sol) -"bZL" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +/area/tdome/arena) +"beg" = ( +/obj/structure/window/full/reinforced{ + layer = 2 }, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"bZZ" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/pulse/pistol/m1911, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"bei" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/white, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "darkfull"; + tag = "icon-dark" }, +/area/syndicate_mothership) +"bep" = ( +/obj/structure/table/wood, +/obj/item/gun/syringe, +/turf/unsimulated/floor/wood, /area/admin) -"cah" = ( -/obj/structure/curtain/open/shower/security, +"beu" = ( +/obj/item/twohanded/required/kirbyplants, /turf/unsimulated/floor{ dir = 8; icon_state = "grimy" }, -/area/centcom/evac) -"cbm" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/beakers/bluespace, -/obj/item/storage/box/beakers/bluespace, -/obj/item/storage/box/beakers/bluespace, -/obj/item/reagent_scanner/adv, -/turf/unsimulated/floor{ - dir = 6; - icon_state = "darkblue" - }, -/area/centcom/specops) -"cbF" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 1; - id_tag = "ERT_armory_lvl1"; - layer = 5; - locked = 1; - name = "Armory level 1"; - opacity = 0 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"ccm" = ( -/obj/machinery/power/solar_control{ - id = "portsolar"; - name = "Aft Port Solar Control" - }, -/obj/structure/cable, -/obj/machinery/light/small{ - brightness_range = 10; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 - }, +/area/admin) +"beQ" = ( /turf/unsimulated/floor{ - icon_state = "sepia" + dir = 5; + icon_state = "navyblue" }, -/area/ussp_ship) -"cct" = ( -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/flora/ausbushes/ywflowers, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/area/tdome/tdome1) +"bfa" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 }, +/obj/machinery/light/small, +/turf/simulated/floor/wood, /area/centcom/specops) -"ccC" = ( -/obj/machinery/computer/shuttle/sst, +"bfh" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "darkfull"; + tag = "icon-dark" }, /area/syndicate_mothership) -"ccE" = ( -/obj/structure/chair{ +"bfo" = ( +/obj/machinery/computer, +/obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/sign/evac{ - pixel_y = 33 - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/evac) -"ccG" = ( -/obj/machinery/computer/supplycomp{ - req_access_txt = "114" - }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/supply) -"cdf" = ( -/obj/item/radio/intercom{ - pixel_y = 30 +/area/centcom/bridge) +"bfx" = ( +/obj/structure/holohoop{ + dir = 1 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" }, /area/centcom/evac) -"cdB" = ( +"bfH" = ( /obj/machinery/computer/communications, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/centcom/srtops) -"ceq" = ( -/obj/structure/table, -/obj/item/circular_saw, -/obj/item/surgicaldrill{ - pixel_y = 5 - }, -/obj/item/kitchen/utensil/fork, -/obj/item/kitchen/utensil/spoon, -/obj/item/reagent_containers/spray/pepper{ - pixel_x = 6; - pixel_y = 5 - }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/syndicate_mothership) -"ceM" = ( -/obj/structure/flora/grass/brown, -/turf/simulated/floor/holofloor{ - icon_state = "snow"; - tag = "icon-snow" +/area/centcom/specops) +"bgc" = ( +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, -/area/holodeck/source_snowfield) -"cfZ" = ( -/obj/machinery/sleeper/upgraded{ - dir = 4 +/obj/structure/chair/comfy/brown, +/obj/structure/chair/comfy/brown, +/obj/machinery/light/small{ + dir = 1 }, /turf/unsimulated/floor{ - icon_state = "grimy" + dir = 4; + icon_state = "elevatorshaft" }, -/area/ninja/holding) -"cgH" = ( -/obj/structure/closet/walllocker/emerglocker/north{ - pixel_y = 30 +/area/syndicate_mothership/infteam) +"bgs" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/area/centcom/evac) -"chH" = ( -/turf/unsimulated/floor{ +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"bgE" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/genericbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"bgQ" = ( +/obj/structure/sink{ dir = 8; - icon_state = "darkgreynavybluecorner" + pixel_x = -12; + pixel_y = 2 }, -/area/centcom/specops) -"chW" = ( -/obj/machinery/door/window{ - panel_open = 1 +/obj/structure/mirror{ + pixel_x = -30 }, /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "freezerfloor" }, -/area/centcom/zone1) -"civ" = ( -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/trader_station/sol) +"bgV" = ( +/obj/effect/step_trigger/teleporter{ + teleport_x = 38; + teleport_y = 151; + teleport_z = 2 }, /turf/unsimulated/floor{ - icon_state = "sepia" + dir = 1; + icon_state = "rampbottom" }, -/area/ussp_ship) -"cjZ" = ( -/turf/unsimulated/floor{ - icon_state = "dark" +/area/tdome) +"bhj" = ( +/obj/machinery/door/airlock/centcom{ + name = "Supreme Court"; + opacity = 1; + req_access_txt = "106,109,110" }, -/area/centcom/jail) -"ckg" = ( -/turf/unsimulated/floor{ - dir = 10; - icon_state = "darkgreen" +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/zone1) -"ckB" = ( -/obj/machinery/vending/sovietsoda, +/area/centcom/court) +"biy" = ( /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "navyred" }, -/area/event_zone) -"clg" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "ERT_armory_lvl4"; - layer = 5; - locked = 1; - name = "Armory level 4" +/area/tdome/tdome2) +"bje" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkredaltstrip" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkbrown" +/area/centcom/jail) +"bjw" = ( +/obj/machinery/door/airlock/security/glass{ + frequency = 2000; + id_tag = "CC-OP3-Ext"; + locked = 1; + name = "Zone 3" }, -/area/centcom/specops) -"clq" = ( -/obj/machinery/door/airlock/centcom{ - name = "Medical Block"; - opacity = 1; +/obj/effect/decal/warning_stripes/red, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 2000; + master_tag = "CC-OP3"; + name = "CC-OP3-EXT"; + pixel_y = -24; req_access_txt = "109" }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/specops) -"clr" = ( -/obj/structure/sign/kiddieplaque{ - desc = "Интересная картина на табличке, с человеком который бежит сразу от паука, блобернаута, демона и другого человека с мечом. \n Сама же картина подписана как x20."; - name = "x20"; - pixel_y = -30 +/area/centcom/zone3) +"bjP" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops."; + name = "Special Ops. Monitor"; + network = list("ERT"); + pixel_y = -32 }, +/obj/structure/table/glass, +/turf/simulated/floor/wood, +/area/centcom/specops) +"bkR" = ( /turf/unsimulated/floor{ - icon_state = "wood" + icon_state = "darkgrey" }, -/area/centcom/evac) -"clx" = ( -/turf/unsimulated/floor{ - dir = 6; - icon_state = "darkred" +/area/tdome/tdome2) +"blh" = ( +/obj/machinery/cryopod/syndie, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"blm" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-6"; + tag = "icon-plant-6" }, -/area/centcom/zone1) -"clX" = ( -/obj/structure/table/wood/poker, /turf/unsimulated/floor{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "bcarpet04" }, -/area/trader_station/sol) -"cmf" = ( -/obj/structure/table/reinforced, -/obj/item/nullrod/salt, +/area/centcom/zone1) +"blz" = ( +/obj/machinery/sleeper/upgraded, /turf/unsimulated/floor{ - icon_state = "stage_bleft" + icon_state = "white" }, -/area/centcom/jail) -"cmK" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/window/reinforced{ - dir = 4 +/area/centcom/zone1) +"blK" = ( +/obj/structure/table/wood, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 }, -/turf/unsimulated/floor{ - icon_state = "wood" +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 }, -/area/centcom/zone1) -"cmZ" = ( -/obj/machinery/door/window{ - dir = 8; - panel_open = 1 +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/zone1) -"cnh" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/syndicate_mothership/elite_squad) +"blT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" }, -/obj/machinery/camera{ - c_tag = "CentComm Zone 1 Gamming Room"; - dir = 1; - network = list("CentComm") +/area/centcom/specops) +"bmm" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/e_gun/old, +/turf/unsimulated/floor/wood, +/area/admin) +"bmQ" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo14" }, -/turf/unsimulated/floor{ +/obj/structure/chair/stool, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"bnR" = ( +/obj/effect/turf_decal{ dir = 4; - icon_state = "rampbottom" - }, -/area/centcom/zone1) -"cnx" = ( -/obj/machinery/vending/liberationstation, -/turf/unsimulated/floor{ - icon_state = "dark"; - tag = "icon-dark" + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/admin) -"cnM" = ( -/obj/structure/table/wood/poker, -/obj/item/dice/d20, -/turf/unsimulated/floor{ +/obj/effect/turf_decal{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "grass_edge_medium_corner" }, -/area/trader_station/sol) -"coa" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"boc" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkredaltstrip" }, -/area/centcom/bridge) -"cok" = ( -/obj/structure/chair{ - dir = 4 +/area/centcom/zone3) +"bpb" = ( +/obj/effect/landmark{ + name = "tdome2" }, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/evac) -"cos" = ( -/obj/structure/table/holotable, -/obj/item/beach_ball/holoball/baseball, -/obj/item/melee/baseball_bat, -/obj/item/melee/baseball_bat, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/zone1) -"coD" = ( -/obj/machinery/bodyscanner, -/obj/machinery/light{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" - }, -/area/syndicate_mothership) -"cpC" = ( -/obj/structure/table/wood, -/obj/item/grenade/smokebomb, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"cpE" = ( -/obj/machinery/door/airlock/hatch/syndicate{ - name = "Syndicate Base" - }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" - }, -/area/syndicate_mothership) -"cpK" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 - }, -/turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "darkgrey" }, -/area/centcom/zone1) -"cri" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/documents/syndicate/blue, -/obj/item/documents/syndicate/mining, -/obj/item/documents/syndicate/red, -/obj/item/documents/syndicate/yellow, -/obj/item/documents/syndicate/yellow/trapped, -/obj/item/documents/syndicate, -/turf/unsimulated/floor{ +/area/tdome/tdome2) +"bpj" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/syndicate_mothership) -"crq" = ( -/obj/machinery/camera{ - c_tag = "CentComm Zone 1 Gamming Room 2"; - dir = 1; - network = list("CentComm") + icon_state = "open"; + id_tag = "syndieshutters_Aspid"; + name = "Blast Shutters"; + opacity = 0 }, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkgreen" +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/area/centcom/zone1) -"crS" = ( +/area/syndicate_mothership/cargo) +"bps" = ( /turf/unsimulated/wall/fakeglass{ dir = 9; tag = "icon-fakewindows (WEST)" }, -/area/ussp_ship) -"cst" = ( -/obj/machinery/bodyscanner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"cth" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien22" +/area/tdome) +"bpI" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/area/abductor_ship) -"ctn" = ( +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/wood, +/area/centcom/specops) +"bqg" = ( +/obj/item/toy/nuke, +/obj/structure/table/wood/poker, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"bqN" = ( +/obj/structure/chair/stool/holostool, /turf/simulated/floor/holofloor{ dir = 4; - icon_state = "green" - }, -/area/holodeck/source_emptycourt) -"ctJ" = ( -/obj/structure/table/wood, -/obj/item/dice/d20, -/turf/unsimulated/floor{ - icon_state = "carpet" - }, -/area/centcom/zone1) -"ctN" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 + icon_state = "carpet15-0"; + tag = "icon-carpet15-0 (EAST)" }, +/area/holodeck/source_meetinghall) +"bqT" = ( /turf/unsimulated/floor{ - dir = 8; - icon_state = "darkred" + dir = 4; + icon_state = "navyred" }, -/area/centcom/zone1) -"ctP" = ( -/turf/unsimulated/floor{ - icon_state = "gcircuit" +/area/tdome/tdome2) +"bqY" = ( +/obj/structure/flora/grass/jungle, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"brM" = ( +/obj/machinery/shower{ + dir = 8 }, -/area/event_zone) -"ctX" = ( -/obj/structure/chair/sofa/right{ - dir = 4 +/obj/machinery/light/small{ + dir = 1 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, /area/centcom/jail) -"cue" = ( -/obj/structure/table/wood, -/obj/item/paper/deltainfo, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/zone2) -"cvw" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/stack/spacecash, -/turf/unsimulated/floor{ +"bsj" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/wizard_station) -"cxi" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 13 - }, -/obj/structure/mirror{ - pixel_x = 32 + icon_state = "open"; + id_tag = "syndieshutters_Aspid"; + name = "Blast Shutters"; + opacity = 0 }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/area/centcom/jail) -"cxA" = ( -/obj/structure/table/holotable, -/obj/item/beach_ball, -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/syndicate_mothership/cargo) +"bsT" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Strela"; + name = "Strela"; + tag = null }, -/obj/item/beach_ball/holoball, /turf/unsimulated/floor{ icon_state = "dark" }, -/area/centcom/zone1) -"cxQ" = ( -/turf/space/transit, -/area/space) -"czl" = ( -/obj/structure/table/holotable, -/obj/item/clothing/gloves/boxing/hologlove, -/obj/item/clothing/gloves/boxing/hologlove, -/obj/item/clothing/gloves/boxing/hologlove, -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/tdome) +"btm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/syndicate_mothership) +"btv" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/area/centcom/zone1) -"cBc" = ( -/obj/machinery/computer/arcade, +/area/syndicate_mothership/jail) +"bty" = ( /turf/unsimulated/floor{ - icon_state = "sepia" - }, -/area/centcom/zone1) -"cBz" = ( -/obj/machinery/camera{ - c_tag = "CentComm Zone 1-2"; - network = list("CentComm") + dir = 4; + icon_state = "navyred" }, -/obj/structure/chair, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/tdome/arena) +"btH" = ( +/obj/structure/shuttle_wall_corner{ + icon_state = "diagonalWall3" }, -/area/centcom/zone1) -"cBM" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/cargo) +"buc" = ( +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"buw" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" }, -/obj/machinery/vending/coffee, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/item/clothing/under/captainparade{ + name = "parade uniform" }, -/area/centcom/zone1) -"cCd" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 6; - tag = "icon-fakewindows (NORTHEAST)" +/obj/item/clothing/under/captainparade{ + name = "parade uniform" }, -/area/wizard_station) -"cCw" = ( -/obj/machinery/light{ - dir = 1 +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" }, -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"cCy" = ( -/obj/effect/landmark/abductor/scientist{ - team = 4 +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/fluff/benjaminfallout, +/obj/item/clothing/under/fluff/benjaminfallout, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/jay_turtleneck, +/obj/item/clothing/under/fluff/jay_turtleneck, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/mafia{ + name = "black outfit" }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"cCA" = ( -/obj/effect/landmark{ - name = "ninjastart" +/obj/item/clothing/under/mafia{ + name = "black outfit" }, -/turf/unsimulated/floor{ - icon_state = "grimy" +/obj/item/clothing/under/mafia/white{ + name = "white outfit" }, -/area/ninja/holding) -"cCP" = ( -/obj/structure/table/reinforced, -/obj/item/wirecutters{ - pixel_y = 18 +/obj/item/clothing/under/mafia/white{ + name = "white outfit" }, -/obj/item/flashlight{ - pixel_y = 4 +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" }, -/obj/item/instrument/bikehorn{ - pixel_y = -2 +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" }, -/area/centcom/jail) -"cCR" = ( -/obj/structure/chair/comfy/beige{ - dir = 1; - layer = 5; - pixel_y = -2 +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" }, -/area/event_zone) -"cCY" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger/wallcharger{ - pixel_x = 33; - pixel_y = -7 +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" }, -/obj/item/gun/energy/gun{ - pixel_x = 3; - pixel_y = -2 +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" }, -/obj/item/gun/energy/gun{ - pixel_x = 3; - pixel_y = 8 +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" }, -/obj/item/gun/energy/gun{ - pixel_x = 3; - pixel_y = 8 +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" }, -/obj/item/gun/energy/gun{ - pixel_x = 3; - pixel_y = -2 +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" }, -/obj/item/gun/energy/gun{ - pixel_x = 3; - pixel_y = -2 +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" }, -/obj/item/gun/energy/gun{ - pixel_x = 3; - pixel_y = -2 +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbluefull" +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" }, -/area/centcom/specops) -"cDm" = ( -/obj/item/tank/nitrogen, -/obj/structure/table/wood, -/obj/item/tank/nitrogen, -/obj/item/clothing/mask/breath/vox, -/obj/item/clothing/mask/breath/vox, -/obj/item/clothing/mask/breath/vox, -/obj/item/tank/nitrogen, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" }, -/area/vox_station) -"cDn" = ( -/obj/machinery/vending/engineering, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" }, -/area/centcom/srtops) -"cEa" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/computer/cryopod/robot{ - pixel_x = 30 +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" }, -/area/centcom/blops) -"cEj" = ( -/obj/structure/table/reinforced, -/obj/effect/landmark{ - name = "Commando_Manual" +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/obj/machinery/light{ + dir = 8 }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"buy" = ( /turf/unsimulated/floor{ - icon_state = "dark" + dir = 1; + icon_state = "navyred" }, -/area/centcom/blops) -"cEG" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/tdome/arena) +"buH" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle{ + icon_state = "window8" }, -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/simulated/floor/plating, +/area/shuttle/siberia) +"buJ" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/ausbushes/genericbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"buW" = ( +/obj/machinery/cryopod, +/obj/machinery/computer/cryopod{ + pixel_y = -32 }, +/obj/effect/decal/stripes/black/corner/south, +/turf/simulated/floor/wood, /area/centcom/zone1) -"cEI" = ( -/obj/machinery/door_control{ - id = "sst_ready"; - name = "SST Base Access"; - pixel_x = -6; - pixel_y = 6; - req_access_txt = "153" +"bvK" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" }, -/obj/machinery/door_control{ - id = "sst_tele"; - name = "SST Teleporter Access"; - pixel_x = 6; - pixel_y = 6; - req_access_txt = "153" +/obj/effect/landmark{ + name = "Commando_Manual" }, -/obj/structure/table/wood, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/landmark{ + name = "nukecode" }, -/area/syndicate_mothership) -"cEK" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 8; - icon_state = "fakewindows2"; - tag = "icon-fakewindows2 (WEST)" +/obj/machinery/status_display{ + pixel_y = -32 }, -/area/space) -"cFi" = ( -/turf/unsimulated/floor{ +/turf/simulated/floor/wood, +/area/centcom/specops) +"bvM" = ( +/obj/structure/window/reinforced{ dir = 1; - icon_state = "darkblue" - }, -/area/centcom/bridge) -"cFt" = ( -/obj/structure/bookcase, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 + layer = 2.9 }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, +/area/centcom/court) +"bvW" = ( /turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom/jail) -"cGp" = ( -/obj/machinery/abductor/console{ - team = 4 - }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"cHq" = ( -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - name = "Weapons"; - req_access = null - }, -/obj/item/ammo_box/magazine/sniper_rounds/penetrator, -/obj/item/ammo_box/magazine/sniper_rounds/penetrator, -/obj/item/ammo_box/magazine/sniper_rounds/penetrator, -/obj/item/ammo_box/magazine/sniper_rounds/penetrator, -/obj/item/ammo_box/magazine/sniper_rounds/penetrator, -/obj/item/ammo_box/magazine/sniper_rounds/penetrator, -/obj/item/ammo_box/magazine/sniper_rounds/penetrator, -/obj/item/ammo_box/magazine/sniper_rounds/penetrator, -/obj/item/ammo_box/magazine/sniper_rounds/penetrator, -/obj/item/ammo_box/magazine/sniper_rounds/penetrator, -/obj/item/ammo_box/magazine/sniper_rounds/penetrator, -/obj/item/ammo_box/magazine/sniper_rounds/penetrator, -/obj/item/ammo_box/magazine/sniper_rounds, -/obj/item/ammo_box/magazine/sniper_rounds, -/obj/item/ammo_box/magazine/sniper_rounds, -/obj/item/ammo_box/magazine/sniper_rounds, -/obj/item/ammo_box/magazine/sniper_rounds, -/obj/item/ammo_box/magazine/sniper_rounds, -/obj/item/ammo_box/magazine/sniper_rounds, -/obj/item/ammo_box/magazine/sniper_rounds, -/obj/item/ammo_box/magazine/sniper_rounds, -/obj/item/ammo_box/magazine/sniper_rounds, -/obj/item/ammo_box/magazine/sniper_rounds, -/obj/item/ammo_box/magazine/sniper_rounds, -/obj/item/gun/projectile/automatic/sniper_rifle{ - name = "ASVK" - }, -/obj/item/gun/projectile/automatic/sniper_rifle{ - name = "ASVK" - }, -/obj/item/gun/projectile/automatic/sniper_rifle{ - name = "ASVK" - }, -/obj/item/gun/projectile/automatic/sniper_rifle{ - name = "ASVK" - }, -/obj/item/gun/projectile/automatic/sniper_rifle{ - name = "ASVK" - }, -/obj/item/gun/projectile/automatic/sniper_rifle{ - name = "ASVK" + icon_state = "navyred" }, -/obj/machinery/light/small{ - brightness_range = 10; - dir = 1; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/area/tdome/arena) +"bwb" = ( +/obj/item/clothing/head/cone, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, +/area/centcom/zone2) +"bwe" = ( +/obj/structure/mineral_door/wood, /turf/unsimulated/floor{ dir = 8; - icon_state = "vault" + icon_state = "wood" }, -/area/ussp_ship) -"cHw" = ( -/obj/structure/closet/crate/hydroponics, -/obj/item/cultivator, -/obj/item/cultivator, -/obj/item/cultivator, -/obj/item/cultivator, -/obj/item/shovel/spade, -/obj/item/shovel/spade, -/obj/item/shovel/spade, -/obj/item/shovel/spade, -/obj/item/hatchet, -/obj/item/hatchet, -/obj/item/hatchet, -/obj/item/hatchet, -/obj/item/seeds/gatfruit, -/obj/item/seeds/cherry/bomb, -/obj/item/seeds/ambrosia/gaia, -/obj/item/seeds/ambrosia/gaia, -/obj/item/seeds/ambrosia/gaia, -/turf/unsimulated/floor/grass, +/area/trader_station/sol) +"bwf" = ( +/obj/structure/table/glass, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, /area/centcom/zone1) -"cHF" = ( -/turf/unsimulated/floor{ - icon_state = "rcircuit" +"byz" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 }, -/area/event_zone) -"cHZ" = ( -/obj/structure/window/reinforced{ +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/specops) +"byB" = ( +/obj/structure/table, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/book/manual/barman_recipes, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/machinery/light{ dir = 1 }, -/obj/structure/window/reinforced, -/turf/unsimulated/wall{ - icon_state = "iron12"; - tag = "icon-iron12" +/obj/machinery/reagentgrinder, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"byG" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" }, -/area/space) -"cIb" = ( -/obj/structure/bed, -/obj/item/bedsheet/syndie, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/shuttle/syndicate) +"byI" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"byZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreyred" }, /area/syndicate_mothership) -"cId" = ( -/obj/machinery/computer/library/checkout, -/obj/structure/table/wood, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/wizard_station) -"cIq" = ( -/obj/machinery/gameboard, -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +"bzB" = ( +/obj/docking_port/stationary{ + area_type = /area/syndicate_mothership; + dir = 2; + dwidth = 11; + height = 18; + id = "emergency_syndicate"; + name = "404 Not Found"; + turf_type = /turf/unsimulated/floor/plating; + width = 29 }, /turf/unsimulated/floor{ - icon_state = "carpet" + name = "plating" }, -/area/centcom/jail) -"cIF" = ( -/obj/structure/table, -/obj/item/kitchen/knife/butcher, -/obj/item/melee/baseball_bat, -/obj/item/clothing/mask/muzzle{ - pixel_y = 8 +/area/syndicate_mothership) +"bzG" = ( +/obj/structure/flora/grass/jungle, +/obj/effect/mapping_helpers/light{ + layer = 10 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"bAv" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + tag = "icon-fakewindows (WEST)" }, -/area/syndicate_mothership) -"cJh" = ( -/obj/structure/filingcabinet/security, -/obj/machinery/newscaster/security_unit{ - pixel_y = 32 +/area/tdome) +"bAw" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowalt" }, +/area/centcom/supply) +"bAM" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/sniper_rifle, +/turf/unsimulated/floor/wood, +/area/admin) +"bAN" = ( /turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + dir = 4; + icon_state = "navybluefull" }, -/area/centcom/specops) -"cJn" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -6; - pixel_y = -27 +/area/tdome/arena) +"bAO" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 6; - pixel_y = -27 +/obj/structure/window/reinforced{ + color = "red" }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/centcom/evac) -"cKr" = ( -/obj/structure/table/abductor{ - name = "table" +/area/syndicate_mothership/cargo) +"bAP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" }, -/turf/unsimulated/floor{ - icon_state = "rcircuit" +/area/shuttle/syndicate) +"bAT" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 }, -/area/event_zone) -"cKw" = ( /obj/structure/table/wood, -/obj/machinery/chem_dispenser/beer/upgraded, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/obj/item/taperecorder{ + pixel_x = -5; + pixel_y = 5 }, -/area/centcom/specops) -"cLn" = ( -/obj/structure/chair/sofa/right{ - dir = 1 +/obj/effect/decal/stripes/black/corner/south, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen{ + pixel_x = 7; + pixel_y = 9 + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"bBa" = ( +/obj/machinery/door/airlock{ + name = "Toilet" }, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "wood" }, -/area/centcom/evac) -"cLr" = ( -/obj/structure/table/reinforced, -/obj/item/assembly/infra, -/obj/item/assembly/infra, -/obj/item/assembly/infra, -/obj/item/assembly/infra, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 +/area/trader_station/sol) +"bBc" = ( +/obj/structure/chair/comfy/red{ + dir = 1 }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"bBe" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/specops) +"bBh" = ( +/obj/effect/decal/stripes/black/deadlock/east, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"bBI" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 8 }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 +/area/centcom/zone1) +"bBY" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/structure/closet/crate, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"bCc" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + tag = "icon-fakewindows (WEST)" }, +/area/tdome/arena) +"bCq" = ( /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + dir = 4; + icon_state = "navyblue" }, -/area/syndicate_mothership) -"cLu" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/tdome/tdome1) +"bCu" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 }, -/obj/structure/chair/sofa{ - dir = 1 +/turf/simulated/shuttle/floor, +/area/shuttle/siberia) +"bCw" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" }, -/area/centcom/evac) -"cLA" = ( -/obj/structure/table/wood, -/obj/item/paper_bin/nanotrasen{ - pixel_x = 3; - pixel_y = 12 +/obj/effect/mapping_helpers/light{ + layer = 10 }, -/turf/unsimulated/floor{ +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"bCI" = ( +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_sit) +"bCT" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/zone2) -"cLD" = ( -/obj/structure/table/abductor{ - name = "table" +/area/centcom/bridge) +"bDa" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP3-Int"; + locked = 1; + name = "Zone 2" }, -/turf/unsimulated/floor{ - icon_state = "bcircuit" +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 2000; + master_tag = "CC-OP3"; + name = "CC-OP3-INT"; + pixel_y = -24; + req_access_txt = "109" }, -/area/event_zone) -"cMS" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, +/area/centcom/specops) +"bDb" = ( /obj/machinery/light{ - dir = 4 + dir = 1 }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/trader_station/sol) -"cNh" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/centcom/zone3) +"bDN" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (WEST)" }, -/obj/structure/chair/sofa/left{ - dir = 1 +/area/tdome/arena) +"bDR" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, +/area/syndicate_mothership/elite_squad) +"bEB" = ( /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + icon_state = "darkgrey" }, +/area/tdome/tdome1) +"bEM" = ( +/obj/effect/turf_decal/plaque, +/obj/effect/decal/stripes/black/corner, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"bEQ" = ( +/obj/effect/decal/stripes/gold/line/east, +/obj/effect/decal/stripes/gold/dot/east, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"bFr" = ( +/obj/machinery/gameboard, +/obj/effect/decal/stripes/gold/line/west, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"bFJ" = ( +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"bFM" = ( +/obj/structure/filingcabinet/security, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"bFT" = ( +/obj/effect/decal/stripes/black/line/south, +/obj/effect/decal/stripes/black/dot, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"bGq" = ( +/obj/machinery/smartfridge, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, /area/centcom/evac) -"cNr" = ( -/obj/machinery/door/poddoor/impassable{ - density = 0; - id_tag = "nukeop_base"; - opacity = 0 - }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +"bGv" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" }, /area/syndicate_mothership) -"cNR" = ( -/obj/structure/table/reinforced, -/obj/machinery/reagentgrinder{ - pixel_y = 5 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/unsimulated/floor{ - dir = 10; - icon_state = "darkblue" +"bGV" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" }, -/area/centcom/specops) -"cNX" = ( -/obj/structure/table/wood, -/obj/effect/spawner/lootdrop{ - loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); - name = "Food CC Spawner #1" +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"bGZ" = ( +/obj/machinery/teleport/station, /turf/unsimulated/floor{ dir = 8; icon_state = "grimy" }, -/area/centcom/evac) -"cOg" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/electrical, -/turf/unsimulated/floor{ - icon_state = "dark" - }, /area/admin) -"cOC" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +"bHn" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, -/area/centcom/evac) -"cOD" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ dir = 8; - icon_state = "grimy" + icon_state = "warndarkgreyred" }, -/area/centcom/evac) -"cPc" = ( -/obj/machinery/computer/shuttle/trade/sol, +/area/syndicate_mothership) +"bHo" = ( +/obj/structure/table, +/obj/item/storage/pill_bottle/random_drug_bottle, +/obj/item/reagent_containers/glass/bottle/adminordrazine, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "wood" }, -/area/trader_station/sol) -"cPp" = ( -/obj/structure/chair/comfy/red{ - color = "#FFFFFF"; - dir = 4 +/area/admin) +"bJL" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreycornerred" }, +/area/syndicate_mothership/elite_squad) +"bKa" = ( /turf/unsimulated/floor{ - icon_state = "stage_bleft" + dir = 9; + icon_state = "darkbrown" }, -/area/centcom/jail) -"cPv" = ( -/obj/machinery/light{ - dir = 1; - switchcount = 50 +/area/tdome/arena) +"bKz" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navybluealt" }, -/turf/space, +/area/centcom/specops) +"bKA" = ( /turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" + dir = 9; + icon_state = "navyblue" }, -/area/centcom/evac) -"cPV" = ( -/turf/space, +/area/tdome/arena) +"bKD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" + icon_state = "darkfull"; + tag = "icon-dark" }, -/area/centcom/evac) -"cPX" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/mashed_potatoes, -/obj/item/reagent_containers/food/snacks/mashed_potatoes, -/obj/item/reagent_containers/food/snacks/mashed_potatoes, +/area/syndicate_mothership) +"bKJ" = ( /turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + dir = 1; + icon_state = "navyredcorners" }, -/area/ussp_ship) -"cQL" = ( -/obj/structure/window/reinforced, -/obj/structure/flora/rock, +/area/tdome/tdome2) +"bKM" = ( /turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" + dir = 4; + icon_state = "navyredcorners" + }, +/area/tdome/tdome2) +"bLc" = ( +/obj/structure/table/wood{ + color = "#996633" }, +/obj/effect/turf_decal/plaque, +/obj/item/storage/box/cups, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"bLr" = ( +/obj/structure/chair/comfy/lime, +/obj/effect/decal/stripes/black/line/south, +/turf/simulated/floor/carpet/black, /area/centcom/specops) -"cQQ" = ( -/obj/structure/table/wood/poker, -/obj/machinery/door_control{ - id = "eventroom"; - name = "Ready room"; - pixel_x = -6; - pixel_y = 6; - req_access_txt = "150" +"bNc" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f2" }, +/area/shuttle/syndicate) +"bNp" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood, +/area/centcom/specops) +"bNV" = ( /turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" + dir = 5; + icon_state = "darkbrown" }, -/area/event_zone) -"cRR" = ( -/obj/structure/table/wood/poker, -/obj/item/paper_bin, -/obj/item/pen, +/area/tdome/tdome2) +"bPQ" = ( +/obj/machinery/computer/shuttle/trade/sol, /turf/unsimulated/floor{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "grimy" }, /area/trader_station/sol) -"cRS" = ( -/obj/machinery/prize_counter, -/turf/unsimulated/floor{ - icon_state = "sepia" +"bQi" = ( +/obj/machinery/computer, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" }, +/area/centcom/bridge) +"bQu" = ( +/obj/machinery/vending/artvend, +/turf/simulated/floor/wood, /area/centcom/zone1) -"cTd" = ( -/obj/structure/table/reinforced, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, -/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, -/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, -/obj/item/mecha_parts/mecha_equipment/repair_droid, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 4 - }, -/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkredfull" +"bQS" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" }, -/area/centcom/specops) -"cTS" = ( +/area/centcom/zone3) +"bRi" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer, /turf/unsimulated/floor{ icon_state = "dark" }, -/area/ninja/holding) -"cTT" = ( -/obj/structure/chair/stool, -/obj/machinery/computer/security/telescreen{ - desc = "Damn, they better have /tg/thechannel on these things."; - icon_state = "entertainment"; - name = "Entertainment monitor"; - pixel_y = -30 +/area/centcom/zone1) +"bRu" = ( +/obj/structure/chair/sofa/right, +/obj/item/toy/plushie/red_fox{ + layer = 5; + name = "Лиса золотистого оттенка" }, -/turf/unsimulated/floor{ - icon_state = "cafeteria" +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" }, -/area/ninja/holding) -"cVo" = ( -/turf/unsimulated/floor{ - icon_state = "bcircuit" +/area/centcom/supply) +"bRx" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = 27 }, -/area/event_zone) -"cVG" = ( -/obj/structure/table/wood/poker, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 27 + }, +/obj/item/twohanded/required/kirbyplants, /turf/unsimulated/floor{ dir = 8; icon_state = "grimy" }, -/area/centcom/evac) -"cVV" = ( -/obj/structure/chair/wood{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"cWI" = ( -/obj/structure/table/reinforced, -/obj/item/stock_parts/cell/high/plus{ - pixel_x = -5; - pixel_y = 8 - }, -/obj/item/stock_parts/cell/high/plus{ - pixel_y = 8 - }, -/obj/item/stock_parts/cell/high/plus{ - pixel_x = 5; - pixel_y = 8 - }, -/obj/item/aicard{ - layer = 2.9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/trader_station/sol) +"bRL" = ( +/obj/structure/bookcase, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_general, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/turf/simulated/floor/wood, +/area/centcom/jail) +"bRM" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/area/centcom/specops) -"cWL" = ( -/obj/structure/table/wood/poker, -/obj/item/pizzabox, /obj/item/pizzabox, -/obj/item/kitchen/knife, /turf/unsimulated/floor{ dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, /area/trader_station/sol) -"cXT" = ( -/turf/unsimulated/wall{ - icon_state = "sandstone6" +"bSd" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/area/wizard_station) -"cYu" = ( -/obj/machinery/camera{ - c_tag = "CentComm Special Ops. Armory 3"; - dir = 4; - network = list("CentComm") +/turf/simulated/floor/wood, +/area/centcom/jail) +"bSu" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 }, -/obj/machinery/vending/security, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/landmark{ + name = "ERT Director" }, +/obj/effect/decal/stripes/black/corner/east, +/turf/simulated/floor/carpet/black, /area/centcom/specops) -"cYJ" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/mindflayer, -/obj/item/gun/energy/xray, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +"bSx" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/admin) -"cYU" = ( -/obj/item/gun/throw/piecannon, -/obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/centcom/supply) +"bSR" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreycornerred" }, -/area/admin) -"cZd" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/unsimulated/floor{ +/area/syndicate_mothership) +"bUd" = ( +/obj/effect/decal/stripes/gold/dot/west, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"bUi" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/glass, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"bUs" = ( +/obj/effect/turf_decal/arrows/red, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/specops) -"dau" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 +"bVg" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2; + req_access_txt = "104" }, -/obj/structure/mirror{ - layer = 5; - pixel_x = -30 +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "white" +/area/centcom/jail) +"bVt" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" }, -/area/centcom/zone1) -"daG" = ( +/area/space) +"bVy" = ( +/obj/item/flag/species/human, /turf/unsimulated/floor{ - dir = 5; - icon_state = "darkblue" + dir = 8; + icon_state = "grimy" }, -/area/centcom/bridge) -"daV" = ( -/obj/structure/table/reinforced, -/obj/item/radio/beacon/syndicate/bomb{ - pixel_y = 8 +/area/trader_station/sol) +"bVH" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" }, -/obj/item/radio/beacon/syndicate/bomb{ - pixel_y = 4 +/area/trader_station/sol) +"bVU" = ( +/obj/machinery/door/airlock/shuttle, +/obj/structure/fans/tiny, +/turf/unsimulated/floor{ + icon_state = "floor4" }, -/obj/item/radio/beacon/syndicate/bomb, -/obj/item/grenade/syndieminibomb{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/item/grenade/syndieminibomb{ - pixel_x = 4; - pixel_y = 2 +/area/shuttle/gamma/space) +"bVW" = ( +/obj/structure/table/wood/poker, +/obj/item/card/id/syndicate/anyone{ + name = "BOSS OF THE GYM" }, -/obj/item/grenade/syndieminibomb{ - pixel_x = 4; - pixel_y = 2 +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, /turf/unsimulated/floor{ dir = 8; icon_state = "grimy" }, -/area/syndicate_mothership) -"dbc" = ( -/obj/structure/table/wood/poker, -/obj/item/toy/cards/deck, +/area/admin) +"bWc" = ( /turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + dir = 5; + icon_state = "navyblue" }, -/area/trader_station/sol) -"dbl" = ( -/obj/structure/chair/sofa/right, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/tdome/arena) +"bWv" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" }, -/area/centcom/zone1) -"dcD" = ( -/turf/unsimulated/floor{ - icon_state = "darkblue" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"bXk" = ( +/obj/structure/railing{ + dir = 4 }, -/area/centcom/bridge) -"des" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - icon_state = "swall3"; - tag = "icon-swall3" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/shuttle/gamma/space) -"dfd" = ( -/obj/machinery/light{ - dir = 8 +/area/syndicate_mothership/jail) +"bXp" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/door/airlock/wood/glass{ + frequency = 2000; + id_tag = "CC-OP1-Ext"; + locked = 1; + name = "Zone 1" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcircuit" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/syndicate_mothership) -"dgj" = ( -/obj/structure/table, -/obj/machinery/light, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/centcom/zone2) +"bXt" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/turf/unsimulated/floor/wood, +/area/admin) +"bXE" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (WEST)" }, -/area/syndicate_mothership) -"dgy" = ( -/obj/machinery/smartfridge, -/obj/structure/window/reinforced{ - dir = 1 +/area/tdome/arena) +"bXH" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"bXO" = ( +/obj/machinery/door/airlock/external{ + id_tag = "trade_sol_base"; + name = "Docking Port" }, /turf/unsimulated/floor{ + dir = 8; icon_state = "wood" }, -/area/centcom/zone1) -"dgY" = ( -/obj/effect/landmark/abductor/scientist{ - team = 2 - }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"dhe" = ( -/turf/unsimulated/wall{ - icon_state = "iron0" - }, -/area/syndicate_mothership) -"dhN" = ( -/obj/machinery/vending/hydroseeds{ - contraband = list(); - emagged = 1; - products = list(/obj/item/seeds/aloe = 3, /obj/item/seeds/ambrosia = 3, /obj/item/seeds/apple = 3, /obj/item/seeds/banana = 3, /obj/item/seeds/berry = 3, /obj/item/seeds/cabbage = 3, /obj/item/seeds/carrot = 3, /obj/item/seeds/cherry = 3, /obj/item/seeds/chanter = 3, /obj/item/seeds/chili = 3, /obj/item/seeds/cocoapod = 3, /obj/item/seeds/coffee = 3, /obj/item/seeds/comfrey = 3, /obj/item/seeds/corn = 3, /obj/item/seeds/cotton = 3, /obj/item/seeds/nymph = 3, /obj/item/seeds/eggplant = 3, /obj/item/seeds/garlic = 3, /obj/item/seeds/grape = 3, /obj/item/seeds/grass = 3, /obj/item/seeds/lemon = 3, /obj/item/seeds/lime = 3, /obj/item/seeds/onion = 3, /obj/item/seeds/orange = 3, /obj/item/seeds/peanuts = 3, /obj/item/seeds/pineapple = 3, /obj/item/seeds/poppy = 3, /obj/item/seeds/potato = 3, /obj/item/seeds/pumpkin = 3, /obj/item/seeds/replicapod = 3, /obj/item/seeds/wheat/rice = 3, /obj/item/seeds/soya = 3, /obj/item/seeds/sugarcane = 3, /obj/item/seeds/sunflower = 3, /obj/item/seeds/tea = 3, /obj/item/seeds/tobacco = 3, /obj/item/seeds/tomato = 3, /obj/item/seeds/tower = 3, /obj/item/seeds/watermelon = 3, /obj/item/seeds/wheat = 3, /obj/item/seeds/whitebeet = 3, /obj/item/seeds/cannabis = 3, /obj/item/seeds/amanita = 2, /obj/item/seeds/fungus = 3, /obj/item/seeds/glowshroom = 2, /obj/item/seeds/liberty = 2, /obj/item/seeds/nettle = 2, /obj/item/seeds/plump = 2, /obj/item/seeds/reishi = 2, /obj/item/seeds/starthistle = 2, /obj/item/seeds/random = 2) +/area/trader_station/sol) +"bYb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 }, -/obj/structure/window/reinforced{ - dir = 1 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, +/area/shuttle/syndicate) +"bYd" = ( /turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom/zone1) -"dil" = ( -/obj/machinery/light{ dir = 8; - light_range = 5 - }, -/obj/machinery/door_control{ - id = "nukeop_ready"; - name = "Shuttle Dock Door"; - pixel_x = -25; - req_access_txt = "151"; - specialfunctions = 4 + icon_state = "grimy" }, +/area/trader_station/sol) +"bYm" = ( +/obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" + icon_state = "darkfull"; + tag = "icon-dark" }, /area/syndicate_mothership) -"din" = ( -/obj/machinery/vending/hydronutrients{ - contraband = list(); - emagged = 1; - products = list(/obj/item/reagent_containers/glass/bottle/nutrient/ez = 20, /obj/item/reagent_containers/glass/bottle/nutrient/l4z = 13, /obj/item/reagent_containers/glass/bottle/nutrient/rh = 6, /obj/item/reagent_containers/spray/pestspray = 20, /obj/item/reagent_containers/syringe = 5, /obj/item/storage/bag/plants = 5, /obj/item/cultivator = 3, /obj/item/shovel/spade = 3, /obj/item/plant_analyzer = 4, /obj/item/reagent_containers/glass/bottle/ammonia = 10, /obj/item/reagent_containers/glass/bottle/diethylamine = 5) +"bYA" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/obj/structure/window/reinforced{ - dir = 1 +/area/syndicate_mothership/control) +"bYH" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/grass/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"bYI" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ - icon_state = "wood" +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" }, -/area/centcom/zone1) -"dio" = ( -/obj/structure/table, +/area/syndicate_mothership/outside) +"bZj" = ( /obj/structure/window/reinforced{ - dir = 1 + dir = 4 }, -/obj/item/reagent_containers/glass/beaker/bluespace, -/obj/item/reagent_containers/glass/beaker/bluespace, -/obj/item/reagent_containers/glass/beaker/bluespace, -/obj/item/reagent_containers/glass/beaker/bluespace, -/obj/item/storage/box/disks_plantgene, -/obj/item/storage/box/disks_plantgene, -/obj/item/storage/box/disks_plantgene, -/obj/item/storage/box/disks_plantgene, -/obj/item/reagent_containers/glass/beaker/bluespace, -/obj/item/reagent_containers/glass/beaker/bluespace, -/obj/item/reagent_containers/glass/beaker/bluespace, -/obj/item/reagent_containers/glass/beaker/bluespace, -/turf/unsimulated/floor{ - icon_state = "wood" +/obj/structure/window/reinforced{ + layer = 2.9 }, -/area/centcom/zone1) -"dip" = ( -/obj/structure/table/holotable, -/obj/machinery/readybutton, -/turf/simulated/floor/holofloor{ - dir = 9; - icon_state = "red" +/obj/effect/turf_decal/box/white/corners{ + dir = 1 }, -/area/holodeck/source_thunderdomecourt) -"diO" = ( -/mob/living/simple_animal/chicken, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"dje" = ( +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/wood, +/area/centcom/jail) +"bZw" = ( /obj/structure/table/reinforced, -/obj/item/storage/box/barrier{ - pixel_x = 4; - pixel_y = 4 +/obj/item/stack/nanopaste, +/obj/item/mmi, +/obj/item/stack/nanopaste, +/obj/structure/sink{ + dir = 1 }, -/obj/item/storage/box/barrier{ - pixel_x = -2; - pixel_y = -2 +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/obj/item/storage/box/barrier{ - pixel_x = -2; - pixel_y = -2 +/area/centcom/specops) +"cat" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreycornerred" }, -/obj/item/storage/box/barrier{ - pixel_x = 4; - pixel_y = 4 +/area/syndicate_mothership/infteam) +"caw" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "Workshop"; + opacity = 1; + req_access_txt = "101" }, -/obj/item/storage/box/barrier{ - pixel_x = 4; - pixel_y = 4 +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/obj/item/storage/box/barrier{ - pixel_x = -2; - pixel_y = -2 +/area/shuttle/administration) +"caQ" = ( +/obj/structure/chair/sofa{ + dir = 9 }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 33; - pixel_y = -7 +/obj/effect/turf_decal/box/red/corners, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" }, +/area/centcom/zone1) +"cbp" = ( /turf/unsimulated/floor{ + dir = 8; + icon_state = "navyblue" + }, +/area/tdome/arena) +"cbq" = ( +/obj/machinery/smartfridge/secure/chemistry/preloaded/syndicate, +/turf/simulated/floor/plasteel{ dir = 1; - icon_state = "darkgreenfull" + icon_state = "dark" }, +/area/syndicate_mothership/control) +"cbs" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"cby" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet, /area/centcom/specops) -"djn" = ( -/turf/simulated/floor/holofloor{ - icon_state = "sand"; - name = "Soft sand" +"cbG" = ( +/turf/space, +/area/adminconstruction) +"cbY" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Mecha"; + name = "Mecha" }, -/area/holodeck/source_beach) -"djx" = ( -/obj/effect/decal/remains/human, /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + icon_state = "dark" }, -/area/syndicate_mothership) -"djG" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 1 +/area/tdome/arena) +"cbZ" = ( +/obj/machinery/vending/medical, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, +/area/shuttle/administration) +"ccy" = ( /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + dir = 9; + icon_state = "darkbrown" }, -/area/syndicate_mothership) -"dkg" = ( -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +/area/tdome) +"ccE" = ( +/obj/effect/landmark{ + name = "tdome1" }, -/area/centcom/jail) -"dkl" = ( -/obj/machinery/light, -/obj/machinery/cryopod/right, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + icon_state = "darkgrey" }, -/area/trader_station/sol) -"dks" = ( -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" +/area/tdome/tdome1) +"ccL" = ( +/obj/item/flag/species/vulp, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, +/area/centcom/specops) +"cdS" = ( /turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" + dir = 4; + icon_state = "navybluecorners" }, -/area/syndicate_mothership) -"dkV" = ( -/obj/structure/table/wood/fancy/black, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Central Command" +/area/tdome/tdome1) +"ced" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, +/area/syndicate_mothership/control) +"ceS" = ( +/obj/machinery/computer/mech_bay_power_console, /turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + dir = 8; + icon_state = "wood" }, -/area/centcom/zone2) -"dli" = ( -/obj/structure/table, -/obj/structure/window/reinforced{ - dir = 4 +/area/admin) +"cfk" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet7-0"; + tag = "icon-carpet7-0 (EAST)" }, -/obj/structure/window/reinforced{ +/area/holodeck/source_meetinghall) +"cfw" = ( +/obj/structure/table, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves, +/obj/structure/sink{ dir = 1 }, -/obj/machinery/smartfridge/disks, /turf/unsimulated/floor{ - icon_state = "wood" + icon_state = "white" }, /area/centcom/zone1) -"dlm" = ( +"cgb" = ( /turf/unsimulated/floor{ - dir = 6; - icon_state = "darkblue" + dir = 1; + icon_state = "navybluecorners" }, -/area/centcom/specops) -"dlx" = ( -/obj/structure/chair/sofa/right{ - dir = 8 +/area/tdome/tdome1) +"cgt" = ( +/obj/structure/chair/sofa{ + dir = 6 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" }, /area/centcom/zone1) -"dlU" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window{ - dir = 1; - panel_open = 1; - req_access_txt = "110" +"cgv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 }, -/obj/structure/window/reinforced{ - dir = 4 +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/specops) +"cgx" = ( +/obj/machinery/door/poddoor{ + density = 0; + id_tag = "thunderdome"; + name = "Thunderdome Blast Door"; + opacity = 0 }, -/obj/item/gun/energy/pulse/pistol/m1911, -/obj/item/gun/energy/pulse/pistol/m1911, -/obj/item/gun/energy/pulse/pistol/m1911, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 4; + icon_state = "navyredfull" }, -/area/centcom/jail) -"dmb" = ( +/area/tdome/arena) +"cgU" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/sugar, /obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"dnh" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger/wallcharger{ - pixel_x = 3; - pixel_y = -30 +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/obj/item/multitool, -/obj/item/melee/baseball_bat{ - desc = "No horny"; - embedded_pain_chance = 100; - hitsound = 'sound/effects/hit_kick.ogg'; - name = "No horny special bat"; - tool_volume = 80 +/area/centcom/jail) +"chs" = ( +/obj/structure/rack, +/obj/item/beach_ball/holoball{ + throw_speed = 20; + throwforce = 1000 }, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 8; + icon_state = "vault" }, -/area/centcom/jail) -"dnq" = ( -/obj/item/radio/intercom/syndicate{ - pixel_y = 5 +/area/tdome/arena) +"chG" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowaltstrip" }, -/obj/structure/table/wood, -/obj/machinery/door_control{ - id = "commandcenter"; - name = "Privacy Shutters"; - pixel_x = -7; - pixel_y = -3; - req_access_txt = "153" +/area/centcom/supply) +"chP" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" }, -/obj/machinery/door_control{ - id = "syndicate_bridge"; - name = "Bridge Blastdoor"; - pixel_x = 7; - pixel_y = -3; - req_access_txt = "153" +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" }, -/turf/unsimulated/floor{ +/obj/effect/turf_decal{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "grass_edge_medium_corner" }, -/area/syndicate_mothership) -"dnA" = ( -/obj/structure/window/reinforced{ - dir = 1 +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"chS" = ( +/obj/structure/chair/comfy/beige{ + dir = 8; + layer = 5; + pixel_y = -2 }, -/mob/living/simple_animal/turkey, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"dnT" = ( -/obj/structure/shuttle/engine/propulsion{ +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"chX" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkred" + }, +/area/tdome/tdome1) +"cig" = ( +/obj/docking_port/stationary{ + dheight = 1; dir = 8; - icon_state = "propulsion_r"; - tag = "icon-propulsion_r (NORTH)" + dwidth = 7; + height = 18; + id = "trade_sol_base"; + name = "docking bay 2 at Jupiter Station"; + width = 15 }, /turf/space, -/turf/space, /area/space) -"doe" = ( -/obj/structure/table/wood, -/obj/machinery/kitchen_machine/microwave/upgraded{ - pixel_y = 5 - }, +"ciE" = ( /turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" + icon_state = "navyredcorners" + }, +/area/tdome/tdome2) +"ciK" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"dog" = ( -/obj/item/radio/intercom{ - pixel_x = -30 +"cjv" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, /turf/unsimulated/floor{ - icon_state = "stairs-m" - }, -/area/centcom/evac) -"dol" = ( -/obj/machinery/computer/teleporter{ - req_access = list(150) + dir = 4; + icon_state = "elevatorshaft" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/syndicate_mothership/infteam) +"cjy" = ( +/obj/machinery/clonepod/upgraded, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/area/event_zone) -"dqw" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 1; - tag = "icon-fakewindows (WEST)" +/area/shuttle/administration) +"cjY" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 }, -/area/centcom) -"drJ" = ( -/turf/unsimulated/floor{ - icon_state = "stairs-m" +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/evac) -"drU" = ( -/obj/structure/chair/sofa/left{ +"ckb" = ( +/obj/structure/rack/holorack, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/chef_rare_ingredients_kit, +/obj/item/storage/box/bartender_rare_ingredients_kit, +/obj/item/storage/box/fingerprints, +/obj/item/storage/box/fingerprints, +/obj/item/storage/box/swabs, +/obj/item/storage/box/swabs, +/obj/machinery/light{ dir = 4 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/jail) -"dsW" = ( -/obj/structure/flora/tree/palm, -/obj/item/beach_ball, -/turf/unsimulated/beach/sand, -/area/centcom/evac) -"dts" = ( -/turf/simulated/floor/holofloor{ - dir = 10; - icon_state = "red" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/holodeck/source_basketball) -"duF" = ( -/obj/item/storage/secure/safe{ - pixel_y = 30 +/area/centcom/supply) +"ckj" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" }, -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/structure/mirror{ - pixel_x = -32 +/area/centcom/specops) +"ckm" = ( +/obj/structure/chair/comfy/purp, +/obj/effect/decal/stripes/black/deadlock/west, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"cko" = ( +/turf/simulated/floor/carpet, +/area/centcom/court) +"ckq" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9"; + tag = "icon-swall_f9" }, -/turf/unsimulated/floor{ - icon_state = "carpet" +/area/shuttle/supply) +"ckG" = ( +/obj/machinery/icemachine, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, /area/centcom/zone1) -"duM" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 8; - tag = "icon-fakewindows (EAST)" - }, -/area/syndicate_mothership) -"duQ" = ( -/obj/machinery/door/window{ - color = null; - dir = 2; - opacity = 1; - panel_open = 1 +"clj" = ( +/obj/machinery/cooker/deepfryer, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/unsimulated/floor/grass, /area/centcom/zone1) -"dvF" = ( -/obj/structure/closet/secure_closet/contractor, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +"cmb" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" }, -/area/syndicate_mothership) -"dwX" = ( -/obj/structure/window/reinforced{ +/area/syndicate_mothership/infteam) +"cmf" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; dir = 4 }, -/obj/machinery/chem_master, -/turf/unsimulated/floor{ - icon_state = "wood" +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"cmF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkred" }, +/area/shuttle/syndicate) +"cmJ" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_y = 32 + }, +/obj/structure/lattice, +/turf/space, +/area/shuttle/syndicate) +"cnt" = ( +/turf/simulated/floor/plasteel, /area/centcom/zone1) -"dxr" = ( -/obj/machinery/conveyor{ - id = "SOL" +"cnO" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navybluealtstrip" }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/specops) +"con" = ( +/obj/structure/closet/secure_closet/clown{ + req_access = null }, -/area/trader_station/sol) -"dxC" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light/small{ - brightness_range = 10; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/obj/item/clothing/under/soldieruniform, +/obj/item/clothing/suit/soldiercoat, +/obj/machinery/light{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/ussp_ship) -"dxF" = ( -/turf/unsimulated/wall{ - icon_state = "sandstone9" +/area/syndicate_mothership/infteam) +"cou" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 }, -/area/wizard_station) -"dxO" = ( -/obj/machinery/door/airlock/hatch/syndicate{ - name = "Vault"; - req_access_txt = "153" +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 }, -/turf/unsimulated/floor{ +/obj/structure/window/reinforced{ + color = "red" + }, +/obj/structure/grille, +/turf/simulated/floor/wood, +/area/syndicate_mothership/control) +"coI" = ( +/obj/item/storage/fancy/cigarettes/dromedaryco, +/obj/item/lighter/zippo{ + pixel_x = 5 + }, +/obj/structure/table, +/obj/machinery/light/spot{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"cpt" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdome"; + name = "Thunderdome Blast Door" }, -/area/syndicate_mothership) -"dyv" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/automatic/speargun, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "dark" }, -/area/admin) -"dyC" = ( -/obj/structure/chair/comfy/purp{ +/area/tdome/arena) +"cqi" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/white, /turf/unsimulated/floor{ - icon_state = "carpetnoconnect" + icon_state = "darkfull"; + tag = "icon-dark" }, -/area/wizard_station) -"dzo" = ( +/area/syndicate_mothership) +"cqx" = ( /obj/structure/table/wood, -/obj/item/gun/energy/kinetic_accelerator, -/obj/item/gun/energy/kinetic_accelerator/cyborg, -/obj/item/gun/energy/kinetic_accelerator/experimental, -/obj/item/gun/energy/kinetic_accelerator/minebot, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"dzB" = ( -/obj/structure/table, -/obj/item/storage/toolbox/surgery{ - pixel_y = -6 - }, -/obj/item/storage/toolbox/syndicate{ - pixel_y = 9 +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + dir = 4; + icon_state = "elevatorshaft" }, /area/syndicate_mothership) -"dzC" = ( -/turf/unsimulated/wall{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_end"; - tag = "icon-wall3 (NORTH)" +"cqY" = ( +/obj/machinery/tcomms/relay/cc, +/obj/machinery/light{ + dir = 8 }, -/area/space) -"dzV" = ( -/obj/machinery/door/window{ - color = null; - dir = 8; - opacity = 1; - panel_open = 1 +/obj/item/radio/intercom/specops{ + pixel_x = -32 }, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"dAi" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/mob/living/simple_animal/chicken, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"dAs" = ( -/obj/structure/table/reinforced/brass, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +/turf/simulated/floor/bluegrid, +/area/centcom/bridge) +"crJ" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 }, -/area/vox_station) -"dAx" = ( -/obj/structure/table/wood/poker, -/obj/item/toy/plushie/coffee_fox{ - desc = "Что делает такая прекрасная лиса в таком ужасном месте? Возможно она кого то символизирует, но скорее всего это лишь ваши фантазии. \n Вы замечаете небольшую заметку на бирке игрушки, однако все что удается вам разглядеть это Sl-end-er."; - name = "Лиса?" +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" }, -/turf/space, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/centcom/evac) -"dAK" = ( -/obj/structure/rack, -/obj/item/clothing/suit/space/hardsuit/syndi, -/obj/item/clothing/suit/space/hardsuit/syndi/elite{ - pixel_x = -6; - pixel_y = 6 +/area/centcom/jail) +"csN" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/machinery/computer/mech_bay_power_console, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" }, -/area/admin) -"dAR" = ( -/obj/item/flag/nt, /turf/unsimulated/floor{ - icon_state = "darkgreynavyblue" + icon_state = "floor4" }, -/area/centcom/specops) -"dBu" = ( -/obj/machinery/door/airlock/centcom{ - name = "Bathroom"; - opacity = 1 +/area/shuttle/gamma/space) +"csZ" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navybluealt" }, -/turf/unsimulated/floor{ - icon_state = "white" +/area/centcom/specops) +"cte" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"ctk" = ( +/turf/simulated/floor/plating, +/area/centcom/specops) +"cts" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"ctv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/evac) -"dBz" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien18" +"ctz" = ( +/obj/structure/table/holotable, +/obj/item/beach_ball, +/obj/item/beach_ball/holoball, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/abductor_ship) -"dBD" = ( -/obj/structure/flora/tree/pine, -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"dBT" = ( -/obj/machinery/computer/syndicate_depot/teleporter{ - lifespan = 0 +/area/centcom/zone1) +"cuh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ icon_state = "darkfull"; tag = "icon-dark" }, /area/syndicate_mothership) -"dCf" = ( -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/weightmachine/weightlifter, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +"cuv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/wall/fakeglass{ + dir = 10; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/area/centcom/evac) -"dCl" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/beer, +/area/syndicate_mothership) +"cuy" = ( +/obj/structure/closet/syndicate/sst, +/obj/item/ammo_box/magazine/mm556x45/bleeding, +/obj/item/ammo_box/magazine/mm556x45, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"cuG" = ( +/obj/structure/table/wood/poker, /turf/unsimulated/floor{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "wood" }, -/area/ussp_ship) -"dCo" = ( -/obj/machinery/door/window/brigdoor{ - dir = 8; - req_access_txt = "109" +/area/admin) +"cvi" = ( +/obj/machinery/chem_dispenser{ + desc = "It appears Fox is doing more fruit chemistry today!"; + hackedcheck = 1 }, /turf/unsimulated/floor{ - icon_state = "stage_bleft" + dir = 8; + icon_state = "wood" }, -/area/centcom/jail) -"dCZ" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ +/area/admin) +"cvl" = ( +/obj/docking_port/stationary/transit{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + dwidth = 2; + height = 11; + id = "specops_transit"; + name = "specops in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 }, -/area/ussp_ship) -"dDe" = ( -/obj/structure/window/reinforced{ - dir = 8 +/turf/space/transit/east/shuttlespace_ew1, +/area/space) +"cvu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "floorlattice" }, -/obj/machinery/vending/medical, -/obj/machinery/light{ - dir = 1; - switchcount = 50 +/area/centcom/zone2) +"cvG" = ( +/obj/structure/table/glass, +/obj/effect/decal/stripes/black/deadlock/south, +/turf/simulated/floor/wood, +/area/centcom/zone3) +"cwi" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcornersalt" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet01" +/area/syndicate_mothership/jail) +"cwn" = ( +/obj/structure/table, +/obj/item/storage/box/syndidonkpockets, +/obj/item/storage/box/syndidonkpockets, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"cwG" = ( +/obj/machinery/door/poddoor{ + density = 0; + id_tag = "thunderdome"; + name = "Thunderdome Blast Door"; + opacity = 0 }, -/area/centcom/evac) -"dEc" = ( /turf/unsimulated/floor{ dir = 4; - icon_state = "darkyellowcorners" - }, -/area/centcom/specops) -"dEh" = ( -/obj/structure/ninjatele{ - pixel_y = 25 - }, -/turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "navybluefull" }, -/area/ninja/holding) -"dEq" = ( -/obj/machinery/door/airlock{ - name = "Toilet" +/area/tdome/arena) +"cwT" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s5" }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/shuttle/gamma/space) +"cwU" = ( +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice, +/obj/machinery/light/small{ + dir = 1 }, -/area/trader_station/sol) -"dEy" = ( -/turf/unsimulated/wall, +/turf/simulated/floor/carpet, /area/centcom/evac) -"dFy" = ( -/obj/structure/table, -/obj/item/reagent_containers/applicator/dual, -/obj/item/reagent_containers/applicator/dual, -/obj/item/healthanalyzer/advanced, -/obj/machinery/defibrillator_mount/loaded{ - pixel_y = 30 +"cxl" = ( +/obj/effect/turf_decal/arrow{ + color = "#763C3A"; + dir = 5; + pixel_x = 8; + pixel_y = 4 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet02" +/obj/effect/turf_decal/arrow{ + color = "#3A5D76"; + dir = 1 }, -/area/centcom/evac) -"dFP" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "stage_bleft" +/obj/effect/turf_decal/arrow{ + color = "#76643A"; + dir = 9; + pixel_x = -8 }, -/area/syndicate_mothership) -"dFZ" = ( -/obj/structure/closet, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/head/panzer{ - desc = "An oldschool military softcap."; - name = "old military cap" - }, -/obj/item/clothing/head/panzer{ - desc = "An oldschool military softcap."; - name = "old military cap" - }, -/obj/item/clothing/under/soviet, -/obj/item/clothing/under/soviet, -/obj/item/clothing/under/soviet, -/obj/item/clothing/under/soviet, -/obj/item/clothing/under/soviet, -/obj/item/clothing/under/soviet, -/obj/item/clothing/head/ushanka, -/obj/item/clothing/head/ushanka, -/obj/item/clothing/head/ushanka, -/obj/item/clothing/head/ushanka, -/obj/item/clothing/head/ushanka, -/obj/item/clothing/head/ushanka, -/obj/item/clothing/head/panzer{ - desc = "An oldschool military softcap."; - name = "old military cap" - }, -/obj/item/clothing/head/panzer{ - desc = "An oldschool military softcap."; - name = "old military cap" - }, -/obj/item/clothing/head/panzer{ - desc = "An oldschool military softcap."; - name = "old military cap" - }, -/obj/item/clothing/head/panzer{ - desc = "An oldschool military softcap."; - name = "old military cap" +/obj/effect/turf_decal/arrow{ + color = "#3D485F"; + dir = 5; + pixel_x = 8; + pixel_y = -4 }, -/obj/machinery/light/small{ - brightness_range = 10; - dir = 1; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/centcom/zone3) +"cxA" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 }, -/area/ussp_ship) -"dGv" = ( -/obj/structure/mineral_door/wood, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/trader_station/sol) -"dGD" = ( -/turf/unsimulated/floor{ - icon_state = "grimy" +/area/centcom/supply) +"cxF" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/area/ninja/holding) -"dGH" = ( -/obj/structure/urinal{ - pixel_y = 28 +/obj/item/stock_parts/cell/infinite{ + desc = "Интересная батарейка золотого цвета, главный вопрос который вас терзает - а что она делает в космосе? \n Жаль что контакты окислились."; + name = "Батарейка в космосе?" }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" }, -/area/trader_station/sol) -"dGO" = ( -/obj/structure/table/wood, -/obj/item/storage/box/donkpockets, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/centcom/evac) +"cxG" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 }, -/area/syndicate_mothership) -"dHz" = ( -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (NORTH)" }, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"cxK" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/area/centcom/jail) -"dHJ" = ( -/obj/structure/reagent_dispensers/spacecleanertank{ - pixel_y = 30 +/obj/structure/chair/comfy/beige{ + dir = 1 }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -4 +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"cxS" = ( +/obj/structure/window/reinforced{ + dir = 1 }, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 4 +/obj/machinery/smartfridge/drying_rack, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/obj/structure/table, -/turf/unsimulated/floor{ +/area/centcom/jail) +"cxU" = ( +/obj/machinery/vending/snack, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"cyi" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/machinery/light/spot{ dir = 8; - icon_state = "bcarpet02" + tag = "icon-tube1 (WEST)" }, -/area/centcom/evac) -"dJg" = ( -/turf/unsimulated/floor{ - icon_state = "darkred" +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/area/adminconstruction) -"dJi" = ( -/obj/machinery/camera{ - c_tag = "CentComm Jail 7"; - dir = 10; - network = list("CentComm") +/area/shuttle/administration) +"cyr" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Vault"; + req_access_txt = "153" }, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +/turf/simulated/floor/wood, +/area/syndicate_mothership/control) +"cyO" = ( +/obj/docking_port/stationary{ + dwidth = 5; + height = 7; + id = "supply_away"; + name = "supply centcom"; + turf_type = /turf/simulated/floor; + width = 12 }, -/area/centcom/jail) -"dJo" = ( -/turf/space, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/plating/airless, +/area/space) +"czh" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" }, -/area/centcom/specops) -"dJV" = ( -/obj/item/flag/wiz, -/obj/machinery/light/small{ - brightness_range = 6; - light_range = 8; - nightshift_light_range = 6; - throw_range = 6 +/area/shuttle/syndicate_sit) +"czG" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "syndieshutters_Aspid"; + name = "Blast Shutters"; + opacity = 0 }, -/turf/unsimulated/floor{ +/turf/unsimulated/wall/fakeglass{ dir = 8; - icon_state = "bcarpet09" + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/area/wizard_station) -"dKc" = ( -/obj/machinery/vending/medical, -/obj/structure/window/reinforced{ - dir = 4 +/area/syndicate_mothership/cargo) +"cAA" = ( +/obj/structure/chair/comfy/brown{ + color = "#3300FF" }, -/obj/machinery/light{ +/obj/effect/decal/stripes/black/line, +/turf/simulated/floor/carpet, +/area/centcom/court) +"cAQ" = ( +/turf/unsimulated/floor{ dir = 1; - switchcount = 50 + icon_state = "navyblue" }, +/area/tdome/arena) +"cAS" = ( /turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet02" + icon_state = "darkgrey" }, -/area/centcom/evac) -"dKv" = ( -/obj/machinery/door/airlock/centcom{ - name = "Auxillary Shuttles"; - opacity = 1; - req_access_txt = "106" +/area/tdome/arena) +"cAU" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken5"; + tag = "icon-wood-broken5" }, +/area/syndicate_mothership) +"cAW" = ( /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "navybluecorners" }, -/area/centcom/ferry) -"dKN" = ( -/obj/structure/bed, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +/area/tdome/tdome1) +"cBr" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" }, -/area/vox_station) -"dLs" = ( -/obj/structure/closet/crate/freezer{ - desc = "A crate."; - name = "Medical crate" +/area/centcom/specops) +"cBt" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navybluealt" }, -/obj/item/reagent_containers/iv_bag/salglu, -/obj/item/reagent_containers/iv_bag/blood/OPlus, -/obj/item/reagent_containers/iv_bag/blood/OMinus, -/obj/item/reagent_containers/iv_bag/blood/BPlus, -/obj/item/reagent_containers/iv_bag/blood/BMinus, -/obj/item/reagent_containers/iv_bag/blood/APlus, -/obj/item/reagent_containers/iv_bag/blood/AMinus, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet02" +/area/centcom/specops) +"cBu" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light{ + dir = 1 }, -/area/centcom/evac) -"dMS" = ( -/obj/structure/window/reinforced{ - dir = 8 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, +/area/centcom/jail) +"cCo" = ( /turf/unsimulated/floor{ + icon_state = "carpetnoconnect" + }, +/area/admin) +"cCT" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; dir = 8; - icon_state = "darkbluecorners" + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 }, -/area/centcom/jail) -"dNa" = ( -/obj/machinery/portable_atmospherics/canister/oxygen{ - name = "Canister: \[O2] (CRYO)" +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-window5 (EAST)" }, -/obj/machinery/atmospherics/unary/portables_connector{ - name = "Connector Port (Air Supply)" +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"cCV" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign3"; + pixel_x = -16 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet02" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, /area/centcom/evac) -"dNX" = ( -/obj/item/twohanded/required/kirbyplants, +"cDk" = ( /turf/unsimulated/floor{ - icon_state = "dark" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/zone3) -"dOJ" = ( -/turf/simulated/floor/holofloor{ - dir = 6; - icon_state = "red" +/area/syndicate_mothership/elite_squad) +"cDD" = ( +/obj/effect/decal/stripes/gold/dot/east, +/obj/effect/decal/stripes/gold/dot/west, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"cDE" = ( +/obj/structure/chair/sofa{ + dir = 10 }, -/area/holodeck/source_basketball) -"dOV" = ( -/obj/machinery/atmospherics/unary/cold_sink/freezer, -/obj/machinery/light{ - dir = 1; - switchcount = 50 +/obj/effect/turf_decal/box/red/corners{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" }, +/area/centcom/zone1) +"cDS" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"cEg" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "Bridge"; + opacity = 1; + req_access_txt = "101" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"cEx" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space, +/obj/item/clothing/suit/space, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space, +/obj/item/clothing/head/helmet/space, /turf/unsimulated/floor{ dir = 8; - icon_state = "bcarpet02" + icon_state = "wood" }, -/area/centcom/evac) -"dPP" = ( -/obj/structure/sink{ - pixel_y = 25 +/area/admin) +"cEE" = ( +/obj/structure/table/wood, +/obj/item/toy/figure/librarian, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/obj/structure/mirror{ - layer = 5; - pixel_y = 32 +/area/centcom/zone1) +"cFn" = ( +/obj/structure/chair/comfy/red{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "white" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/evac) -"dRt" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/fans/tiny, -/obj/machinery/light/small{ - brightness_range = 10; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/area/centcom/zone1) +"cFo" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign5"; + pixel_x = -16 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ dir = 4; - icon_state = "rampbottom" + icon_state = "darkgrey" + }, +/area/centcom/evac) +"cFt" = ( +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/obj/effect/decal/stripes/black/corner/south, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"cFY" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/jail) +"cGJ" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"cHj" = ( +/obj/structure/rack, +/obj/item/beach_ball/holoball{ + throw_speed = 20; + throwforce = 1000 }, -/area/ussp_ship) -"dRv" = ( -/obj/structure/table, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/regular, -/obj/item/storage/firstaid/regular, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/brute, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/obj/item/reagent_containers/glass/beaker/cryoxadone, /turf/unsimulated/floor{ dir = 8; - icon_state = "bcarpet02" + icon_state = "vault" + }, +/area/tdome/tdome1) +"cHK" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood-broken6"; + tag = "icon-wood-broken6" + }, +/area/syndicate_mothership) +"cHS" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"cHT" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "eventroom"; + name = "Privacy Shutters" }, -/area/centcom/evac) -"dRK" = ( -/obj/machinery/atmospherics/unary/cryo_cell, /turf/unsimulated/floor{ dir = 8; - icon_state = "bcarpet02" + icon_state = "woodalt" }, +/area/admin) +"cHU" = ( +/turf/simulated/floor/carpet, /area/centcom/evac) -"dRR" = ( -/obj/machinery/light/small, -/turf/simulated/floor/light, -/area/secret/gaybar) -"dSe" = ( -/obj/structure/table/holotable, -/obj/item/clothing/head/helmet/thunderdome, -/obj/item/clothing/suit/armor/tdome/green, -/obj/item/clothing/under/color/green, -/obj/item/holo/esword/green, -/turf/simulated/floor/holofloor{ - icon_state = "green" +"cIn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" }, -/area/holodeck/source_thunderdomecourt) -"dSL" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +/area/centcom/evac) +"cIA" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "TD_Baseball"; + name = "4-shot base/ball" }, /turf/unsimulated/floor{ - icon_state = "carpet" + icon_state = "dark" }, +/area/tdome/arena) +"cID" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/carpet/black, /area/centcom/zone1) -"dSX" = ( +"cJf" = ( /turf/unsimulated/floor{ dir = 8; - icon_state = "wood-broken4" + icon_state = "navyredcorners" }, -/area/wizard_station) -"dTj" = ( -/turf/unsimulated/floor{ - icon_state = "carpet" +/area/tdome/tdome2) +"cJg" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer/upgraded, +/obj/machinery/light{ + dir = 1 }, -/area/centcom/jail) -"dUz" = ( -/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"cJu" = ( /turf/unsimulated/floor{ - icon_state = "sepia" + dir = 1; + icon_state = "navyred" }, -/area/ussp_ship) -"dUB" = ( -/obj/structure/table/wood, -/obj/machinery/light/small{ - brightness_range = 2; - dir = 8; - light_range = 2; - nightshift_light_range = 2; - tag = "icon-bulb1 (WEST)"; - throw_range = 2 +/area/tdome/tdome2) +"cJK" = ( +/obj/machinery/conveyor/west{ + id = "SFBQMLoad" }, -/turf/unsimulated/floor{ - icon_state = "wood" +/obj/machinery/conveyor/east{ + id = "SFBQMLoad" }, -/area/centcom/evac) -"dUX" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien5" +/obj/machinery/conveyor/south{ + id = "SFBQMLoad" }, -/area/abductor_ship) -"dUZ" = ( -/obj/structure/table, -/obj/machinery/kitchen_machine/microwave/upgraded, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/area/ninja/holding) -"dVb" = ( -/obj/structure/sign/poster/official/random{ - pixel_x = 32 +/area/syndicate_mothership/cargo) +"cJM" = ( +/obj/machinery/recharge_station/upgraded, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/obj/structure/closet/crate/can, -/turf/unsimulated/floor{ - icon_state = "white" +/area/shuttle/administration) +"cJW" = ( +/obj/structure/table/glass, +/obj/item/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 16 }, -/area/centcom/zone1) -"dVm" = ( -/obj/machinery/door/airlock/centcom{ - name = "Restroom"; - opacity = 1; - req_access_txt = "150" +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/obj/item/pen/fancy{ + pixel_x = 8 }, -/area/syndicate_mothership) -"dVK" = ( -/obj/structure/curtain/open/shower, -/obj/machinery/shower{ - dir = 4; - pixel_x = 4; - tag = "icon-shower (EAST)" +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"cKq" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluecorners" }, -/turf/unsimulated/floor{ - icon_state = "white" +/area/centcom/specops) +"cKy" = ( +/obj/structure/closet/crate/freezer{ + desc = "Холодильник с напитками. Ничего необычного." }, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/turf/simulated/floor/carpet/black, /area/centcom/zone1) -"dVO" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 8; - tag = "icon-fakewindows (WEST)" - }, -/area/ninja/holding) -"dWu" = ( +"cKC" = ( /obj/structure/table/wood, -/obj/item/toy/cards/deck, -/obj/machinery/camera{ - c_tag = "CentComm Zone 1 Droom"; - network = list("CentComm") +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/turf/unsimulated/floor/wood, +/area/admin) +"cKG" = ( +/obj/effect/decal/stripes/black/line/south, +/obj/effect/decal/stripes/black/dot/east, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"cKK" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + req_access_txt = "114" }, -/turf/unsimulated/floor{ - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" }, -/area/centcom/zone1) -"dWz" = ( -/obj/machinery/newscaster{ - pixel_x = -30 +/area/centcom/court) +"cKX" = ( +/obj/machinery/computer/shuttle/admin{ + name = "NTV Argos shuttle console" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkgreynavyblue" +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"cLC" = ( +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 8 }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"cLI" = ( +/obj/effect/decal/stripes/black/corner/east, +/turf/simulated/floor/carpet/black, /area/centcom/specops) -"dWH" = ( -/obj/structure/curtain/open/shower, -/obj/machinery/shower{ +"cMj" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "SFBQMLoad" + }, +/turf/simulated/floor/plasteel{ dir = 8; - pixel_x = -4 + icon_state = "darkyellowcornersalt" }, -/turf/unsimulated/floor{ - icon_state = "white" +/area/syndicate_mothership/cargo) +"cMk" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowalt" }, +/area/syndicate_mothership/cargo) +"cMm" = ( +/obj/structure/table/glass, +/obj/effect/decal/stripes/gold/line/south, +/turf/simulated/floor/carpet/black, /area/centcom/zone1) -"dWZ" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "wood" +"cMD" = ( +/obj/structure/window/plasmareinforced{ + dir = 1; + layer = 2.9 }, +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"cMG" = ( +/obj/machinery/vending/autodrobe, +/turf/simulated/floor/wood, /area/centcom/zone1) -"dYk" = ( -/obj/structure/dresser, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +"cMJ" = ( +/obj/effect/landmark{ + name = "tdome2" }, -/area/ussp_ship) -"dYF" = ( -/turf/simulated/floor/holofloor, -/area/holodeck/source_emptycourt) -"dYH" = ( -/obj/structure/table/holotable, -/turf/simulated/floor/holofloor{ - dir = 5; - icon_state = "red" +/obj/machinery/camera{ + c_tag = "Thunderdome Red Team"; + network = list("Thunderdome"); + pixel_x = 11; + pixel_y = -9 }, -/area/holodeck/source_knightarena) -"dYI" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "ERT_turret_shutters"; - layer = 5; - locked = 1; - name = "ERT Turret" +/turf/unsimulated/floor{ + icon_state = "darkgrey" }, -/obj/structure/window/full/reinforced{ - armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); - layer = 2 +/area/tdome/tdome2) +"cML" = ( +/obj/structure/rack, +/obj/item/beach_ball/holoball{ + throw_speed = 20; + throwforce = 1000 }, /turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"dZk" = ( -/obj/machinery/porta_turret/syndicate/pod, -/turf/simulated/shuttle/wall{ - icon_state = "diagonalWall3"; - tag = "icon-diagonalWall3" + dir = 8; + icon_state = "vault" }, -/area/shuttle/assault_pod) -"dZz" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 +/area/tdome) +"cMM" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/unsimulated/floor{ - icon_state = "wood" +/area/syndicate_mothership/elite_squad) +"cNn" = ( +/obj/structure/chair/sofa{ + dir = 8 }, +/turf/simulated/floor/carpet/black, /area/centcom/zone1) -"dZO" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/automatic/pistol/deagle, -/obj/item/gun/projectile/automatic/pistol/deagle/camo, -/obj/item/gun/projectile/automatic/pistol/deagle/gold, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"dZP" = ( +"cNy" = ( /obj/structure/table/reinforced, -/obj/item/reagent_containers/food/snacks/donut, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 }, -/area/centcom/jail) -"dZY" = ( -/obj/structure/window/reinforced{ - dir = 4 +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 }, -/obj/machinery/seed_extractor, -/turf/unsimulated/floor{ - icon_state = "wood" +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 }, -/area/centcom/zone1) -"eab" = ( -/obj/machinery/door/airlock/hatch/syndicate/command, -/obj/machinery/door/poddoor/impassable{ - id_tag = "syndicate_bridge"; - layer = 2.8; - name = "Bridge" +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 }, -/area/syndicate_mothership) -"eac" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/machinery/camera{ - c_tag = "CentComm ERT Medical Block 2"; - dir = 4; - network = list("CentComm") +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 }, -/turf/unsimulated/floor{ - dir = 9; - icon_state = "darkblue" +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 }, -/area/centcom/specops) -"eak" = ( -/obj/structure/sign/restroom{ - pixel_y = -30 +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 }, -/area/centcom/zone1) -"ebg" = ( -/obj/structure/window/reinforced{ - dir = 8 +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 }, -/obj/structure/window/reinforced{ - layer = 2.9 +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/specops) +"cOo" = ( +/obj/machinery/light{ + dir = 1 }, -/area/centcom/jail) -"ebh" = ( -/obj/structure/table/holotable, -/obj/item/chair, -/obj/item/chair, -/obj/item/chair, -/obj/item/chair, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"cOF" = ( +/obj/structure/table/wood, +/obj/item/grenade/clusterbuster/mega_syndieminibomb, /turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"cPl" = ( +/obj/item/target, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"cPH" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/zone1) -"ebR" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" +"cPM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrivalcorner" }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8"; - tag = "" +/area/centcom/evac) +"cQm" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/space, -/area/ussp_ship) -"ecl" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 +/area/centcom/jail) +"cQw" = ( +/obj/structure/closet/crate, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" +/area/syndicate_mothership) +"cQD" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 }, -/area/shuttle/assault_pod) -"ecm" = ( -/turf/unsimulated/floor{ +/obj/item/seeds/chili, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ icon_state = "freezerfloor" }, /area/centcom/jail) -"edY" = ( -/obj/machinery/vending/cigarette, +"cRm" = ( +/obj/structure/kitchenspike, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, /turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"cSc" = ( +/obj/machinery/vending/syndichem, +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/jail) -"eed" = ( -/obj/structure/window/reinforced{ - dir = 8 +/area/syndicate_mothership/control) +"cSp" = ( +/obj/machinery/light/spot, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" }, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"eeC" = ( -/obj/effect/decal/cleanable/molten_object, -/obj/machinery/light/small{ - brightness_range = 6; - dir = 8; - light_range = 8; - nightshift_light_range = 6; - throw_range = 6 +/area/syndicate_mothership/cargo) +"cSN" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" }, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/AMinus, /turf/unsimulated/floor{ - icon_state = "hierophant1" + icon_state = "dark" }, -/area/wizard_station) -"eeN" = ( -/obj/structure/mopbucket, -/obj/machinery/light{ +/area/centcom/zone1) +"cSS" = ( +/turf/unsimulated/floor{ + icon_state = "navyblue" + }, +/area/tdome/arena) +"cTm" = ( +/obj/structure/window/reinforced/tinted{ dir = 1 }, -/obj/item/soap, +/obj/structure/table/wood/poker, +/obj/item/paper_bin, +/obj/item/pen, /turf/unsimulated/floor{ - icon_state = "freezerfloor" + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, /area/trader_station/sol) -"efo" = ( -/obj/structure/closet/walllocker/emerglocker/north{ - pixel_x = -30; - pixel_y = 0 +"cTR" = ( +/obj/machinery/light/small{ + dir = 1 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plating, +/area/centcom/zone1) +"cTV" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/evac) -"efz" = ( -/obj/structure/table/wood, +/area/centcom/zone1) +"cUs" = ( +/obj/structure/holohoop{ + dir = 8 + }, /obj/structure/window/reinforced{ - dir = 4; - layer = 2.9 + dir = 4 }, -/obj/item/storage/box/deathimp, -/obj/item/storage/box/deathimp, -/obj/item/storage/box/deathimp, -/obj/item/storage/box/chef_rare_ingredients_kit, -/obj/item/storage/box/bartender_rare_ingredients_kit, -/obj/item/storage/box/fingerprints, -/obj/item/storage/box/fingerprints, -/obj/item/storage/box/swabs, -/obj/item/storage/box/swabs, -/turf/unsimulated/floor{ +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/supply) -"efG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet05" - }, /area/centcom/evac) -"egi" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet05" +"cUD" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Man Restroom" }, -/area/centcom/evac) -"egj" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/mashed_potatoes, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/area/ussp_ship) -"egq" = ( -/obj/machinery/door/airlock/centcom{ - name = "Prison Cell"; - opacity = 1 +/area/syndicate_mothership) +"cVB" = ( +/obj/machinery/light{ + dir = 4 }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/poddoor/shutters{ - id_tag = "CC_space_jail_cell"; - layer = 5; - locked = 1; - name = "Central Command Jail" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluealt" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/zone2) +"cVM" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/machinery/light{ + dir = 1 }, -/area/centcom/jail) -"egx" = ( -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "asteroid1"; - tag = "icon-asteroid1 (EAST)" +/turf/simulated/floor/wood, +/area/centcom/zone1) +"cWC" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/internals, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/holodeck/source_desert) -"egZ" = ( -/obj/structure/bookcase/manuals, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/area/centcom/zone2) +"cWM" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/obj/machinery/light/small{ + dir = 8 }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/turf/simulated/floor/wood, +/area/centcom/specops) +"cWQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/obj/machinery/light{ + dir = 8 }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/area/syndicate_mothership) +"cWR" = ( +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/a40mm, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, +/area/centcom/specops) +"cXo" = ( /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + dir = 1; + icon_state = "navyblue" }, -/area/centcom/evac) -"ehc" = ( -/obj/machinery/light/spot, -/obj/item/flag/syndi, +/area/tdome/tdome1) +"cYi" = ( +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"cYI" = ( +/obj/structure/closet/secure_closet/personal, /turf/unsimulated/floor{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "wood" }, -/area/syndicate_mothership) -"ehx" = ( -/turf/space, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/trader_station/sol) +"cYM" = ( +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"cYN" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdome"; + name = "Thunderdome Blast Door" }, -/area/centcom/evac) -"ehY" = ( -/obj/mecha/combat/durand/old{ - color = "#77895C"; - desc = "Improved Armored Heavy Mech with USSP Symbol"; - name = "TU-802" +/obj/machinery/camera{ + c_tag = "Thunderdome Arena"; + network = list("Thunderdome"); + pixel_x = 10 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" +/obj/machinery/flasher{ + id = "flash"; + name = "Thunderdome Flash" }, -/area/ussp_ship) -"ejr" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 30 +/obj/item/radio/intercom/pirate{ + req_access_txt = "153" }, /turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" + icon_state = "dark" }, -/area/syndicate_mothership) -"eka" = ( -/obj/structure/toilet, +/area/tdome/arena) +"cYQ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/deagle/gold, +/turf/unsimulated/floor/wood, +/area/admin) +"cYR" = ( +/obj/machinery/vending/cigarette/free, /turf/unsimulated/floor{ - icon_state = "freezerfloor" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/jail) -"ekQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 +/area/syndicate_mothership/jail) +"cYV" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/reagent_scanner/adv, +/obj/structure/sink{ + dir = 1 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet05" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/centcom/evac) -"elp" = ( -/obj/structure/window/reinforced{ - dir = 8 +/area/centcom/specops) +"cZj" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/grass/jungle/b, +/obj/effect/mapping_helpers/light{ + layer = 10 }, -/obj/structure/table/holotable, -/obj/item/clothing/gloves/boxing/hologlove{ - icon_state = "boxinggreen"; - item_state = "boxinggreen" +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"dag" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" }, -/obj/item/clothing/gloves/boxing/hologlove{ - icon_state = "boxinggreen"; - item_state = "boxinggreen" +/area/centcom/zone1) +"daj" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/decal/stripes/gold/corner/east, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"dan" = ( +/turf/unsimulated/floor{ + icon_state = "carpetside" }, -/obj/item/clothing/gloves/boxing/hologlove{ - icon_state = "boxinggreen"; - item_state = "boxinggreen" +/area/admin) +"daM" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/specops) +"daO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/turf/space, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/syndicate_mothership) +"dbj" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + tag = "icon-plant-30" }, +/turf/simulated/floor/wood, /area/centcom/zone1) -"elZ" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24; - pixel_y = 5 - }, -/obj/item/storage/lockbox/t4{ - pixel_x = -5; - pixel_y = 8 +"dbC" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 }, -/obj/item/storage/lockbox/t4{ - pixel_x = -5; - pixel_y = 8 +/obj/machinery/computer/camera_advanced{ + pixel_x = -6 }, -/obj/item/storage/lockbox/t4{ - pixel_x = -5; - pixel_y = 8 +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"dbO" = ( +/obj/machinery/iv_drip, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/obj/item/storage/lockbox/t4{ - pixel_x = -5; - pixel_y = 8 +/area/shuttle/administration) +"dcc" = ( +/obj/item/stack/sheet/animalhide/monkey{ + desc = "The by-product of monkey farming. Expires 07/02/2022" }, -/obj/item/storage/lockbox/t4{ - pixel_x = -5; - pixel_y = 8 +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor/plating, +/area/centcom/specops) +"dcW" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium" }, -/obj/item/storage/lockbox/t4{ - pixel_x = -5; - pixel_y = 8 +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" }, -/obj/item/grenade/smokebomb{ - pixel_x = 10 +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" }, -/obj/item/grenade/smokebomb{ - pixel_x = 10 +/obj/effect/mapping_helpers/light{ + layer = 10 }, -/obj/item/grenade/smokebomb{ - pixel_x = 10 +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" }, -/obj/item/grenade/smokebomb{ - pixel_x = 10 +/area/syndicate_mothership/outside) +"ddw" = ( +/obj/structure/table/glass, +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"ddy" = ( +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/structure/table/wood/poker, +/obj/structure/window/reinforced/tinted{ + dir = 1 }, -/obj/item/grenade/smokebomb{ - pixel_x = 10 +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/obj/item/grenade/smokebomb{ - pixel_x = 10 +/area/trader_station/sol) +"ddL" = ( +/obj/item/stack/sheet/metal, +/obj/structure/table, +/obj/item/stack/sheet/glass{ + pixel_x = 4; + pixel_y = 4 }, -/obj/item/grenade/smokebomb{ - pixel_x = 10 +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/glass{ + pixel_x = 4; + pixel_y = 4 }, -/turf/unsimulated/floor{ +/obj/item/stack/sheet/glass{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"def" = ( +/obj/structure/window/reinforced{ dir = 1; - icon_state = "darkredfull" + layer = 2.9 }, -/area/centcom/specops) -"emj" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/unsimulated/floor{ - icon_state = "carpet" +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/zone1) -"emV" = ( -/obj/structure/closet/crate/can, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/centcom/jail) +"deK" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 }, -/area/centcom/zone1) -"ene" = ( -/turf/unsimulated/wall{ - dir = 1; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_end"; - tag = "icon-wall3 (NORTH)" +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 }, -/area/space) -"enf" = ( -/obj/machinery/door/airlock/hatch/syndicate{ - name = "SST Ready Room" +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 }, -/obj/machinery/door/poddoor/impassable{ - id_tag = "sst_ready"; - layer = 2.8 +/obj/structure/grille, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"dfd" = ( +/obj/machinery/light/small{ + dir = 1 }, +/turf/simulated/floor/fakespace, +/area/centcom/evac) +"dfh" = ( +/obj/effect/turf_decal/delivery/red, /turf/unsimulated/floor{ icon_state = "darkfull"; tag = "icon-dark" }, /area/syndicate_mothership) -"eod" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/zone1) -"eoB" = ( -/obj/machinery/chem_dispenser/mutagensaltpeter, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom/zone1) -"eoM" = ( -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet4-0"; - tag = "icon-carpet4-0 (EAST)" - }, -/area/holodeck/source_meetinghall) -"epr" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +"dfT" = ( +/turf/unsimulated/wall{ + icon_state = "iron7" }, -/area/event_zone) -"eqh" = ( -/obj/machinery/status_display{ - pixel_y = 30 +/area/syndicate_mothership/cargo) +"dgn" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" }, -/turf/unsimulated/floor{ +/obj/effect/turf_decal{ dir = 1; - icon_state = "darkred" + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/centcom/zone3) -"eqF" = ( -/turf/unsimulated/wall/fakeglass{ +/obj/effect/turf_decal{ dir = 4; - tag = "icon-fakewindows (WEST)" - }, -/area/ninja/holding) -"erc" = ( -/obj/machinery/chem_dispenser/supgraded, -/turf/unsimulated/floor{ - icon_state = "wood" + icon_state = "grass_edge_medium_corner" }, -/area/centcom/zone1) -"erl" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" }, -/area/centcom/zone2) -"esx" = ( -/obj/machinery/bodyscanner, +/area/syndicate_mothership/outside) +"dgp" = ( +/obj/structure/closet/wardrobe/red, +/obj/item/clothing/suit/tracksuit/red, /obj/structure/window/reinforced{ - dir = 4 + layer = 2.9 }, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkblue" +/turf/simulated/floor/wood, +/area/centcom/jail) +"dgs" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/deagle/camo, +/turf/unsimulated/floor/wood, +/area/admin) +"dgv" = ( +/obj/machinery/vending/wallmed/syndicate{ + pixel_y = 32 }, -/area/centcom/specops) -"esE" = ( -/turf/unsimulated/wall{ - icon_state = "sandstone1" +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"dgy" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 }, -/area/wizard_station) -"etk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"dgN" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/reedbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"dgQ" = ( /obj/structure/table/wood, -/obj/item/gun/projectile/automatic/pistol/enforcer, -/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, -/obj/item/gun/projectile/automatic/pistol/enforcer/security, -/obj/item/gun/projectile/automatic/toy/pistol/enforcer, +/obj/item/gun/projectile/shotgun/automatic/combat, +/turf/unsimulated/floor/wood, +/area/admin) +"dho" = ( /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "carpet9-4" }, /area/admin) -"ets" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +"dhD" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/riot/short, +/turf/unsimulated/floor/wood, +/area/admin) +"dic" = ( +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/structure/table, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" }, -/area/event_zone) -"evr" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/reagent_containers/food/snacks/candy/cotton/blue, -/turf/unsimulated/floor{ - icon_state = "carpet5-1" +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/area/wizard_station) -"evU" = ( +/area/shuttle/administration) +"dim" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/wt550, +/turf/unsimulated/floor/wood, +/area/admin) +"div" = ( /turf/unsimulated/floor{ - icon_state = "carpet7-3" - }, -/area/centcom/zone1) -"ewg" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2"; - tag = "" + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/turf/space, -/area/ussp_ship) -"ewl" = ( -/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, -/obj/structure/window/reinforced{ +/area/trader_station/sol) +"diA" = ( +/obj/structure/closet/cabinet{ armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 8 +/obj/item/card/id/syndicate/command, +/obj/item/card/id/syndicate/command, +/obj/item/card/id/syndicate/command, +/obj/item/clothing/under/syndicate, +/obj/item/clothing/under/syndicate, +/obj/item/clothing/under/syndicate, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkredfull" +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" }, -/area/centcom/specops) -"ewu" = ( -/obj/structure/chair{ - dir = 8 +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/radio/headset/syndicate/alt/syndteam, +/obj/item/radio/headset/syndicate/alt/syndteam, +/obj/item/radio/headset/syndicate/alt/syndteam, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"diH" = ( +/obj/machinery/computer/shuttle/sst, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"diP" = ( +/obj/structure/curtain/black{ + pixel_y = 32 }, -/obj/structure/sign/evac{ - pixel_y = 33 +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/turf/unsimulated/floor{ +/area/syndicate_mothership/infteam) +"djc" = ( +/obj/docking_port/stationary/transit{ dir = 8; - icon_state = "grimy" + dwidth = 2; + height = 5; + id = "laborcamp_transit"; + name = "labor in transit"; + width = 9 }, -/area/centcom/evac) -"ewA" = ( -/obj/structure/table/wood, -/obj/machinery/light/small{ - brightness_range = 10; - dir = 4; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/turf/space/transit{ + icon_state = "speedspace_ns_1" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/space) +"djp" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/unsimulated/floor/asteroid; + name = "asteroid baseturf editor" }, -/area/ussp_ship) -"ewW" = ( -/obj/item/radio/intercom/syndicate{ - pixel_x = 32 +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/obj/machinery/light/spot{ - dir = 4; - tag = "icon-tube1 (WEST)" +/area/syndicate_mothership/elite_squad) +"djz" = ( +/obj/machinery/slot_machine, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"dkR" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/razor, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"dle" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + icon_state = "rampbottom" }, /area/syndicate_mothership) -"ewX" = ( -/obj/structure/window/reinforced{ - dir = 4 +"dlw" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo16" }, -/obj/machinery/biogenerator, -/obj/item/reagent_containers/glass/bucket, -/turf/unsimulated/floor{ - icon_state = "wood" +/obj/effect/decal/stripes/black{ + icon_state = "bs_corner_SW" }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"dlL" = ( +/turf/simulated/floor/plating, /area/centcom/zone1) -"exo" = ( -/obj/structure/curtain/open/shower/centcom, -/obj/machinery/shower, -/turf/simulated/floor/beach/water{ - icon_state = "seadeep" +"dlN" = ( +/obj/effect/landmark{ + name = "tdome1" }, -/area/syndicate_mothership) -"eyW" = ( -/obj/structure/closet/secure_closet/syndicate_officer, -/obj/item/suppressor, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/machinery/camera{ + c_tag = "Thunderdome Green Team"; + network = list("Thunderdome"); + pixel_x = 12; + pixel_y = -10 }, -/area/syndicate_mothership) -"ezi" = ( -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "red" +/turf/unsimulated/floor{ + icon_state = "darkgrey" }, -/area/holodeck/source_boxingcourt) -"ezp" = ( -/obj/structure/window/reinforced{ - dir = 8 +/area/tdome/tdome1) +"dlS" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "smindicate_bottom"; + layer = 5; + name = "Outer Airlock Bottom"; + opacity = 0 }, -/mob/living/simple_animal/turkey, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"ezs" = ( -/obj/structure/sign/restroom{ - pixel_y = 30 +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_outer_bottom"; + name = "Ship External Access"; + req_access_txt = "150" }, -/turf/unsimulated/wall, -/area/centcom) -"ezt" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 6; - pixel_y = -27 +/obj/machinery/door_control{ + id = "smindicate_bottom"; + name = "External Door Control"; + pixel_x = -22; + req_access_txt = "150" }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -6; - pixel_y = -27 +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" }, -/obj/structure/sink{ - dir = 1 +/area/shuttle/syndicate) +"dlT" = ( +/obj/structure/chair/comfy/brown{ + color = "#FF3300" }, -/obj/machinery/light, +/obj/effect/decal/stripes/black/line, +/turf/simulated/floor/carpet, +/area/centcom/court) +"dmu" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "navyred" + }, +/area/tdome/tdome2) +"dnc" = ( +/obj/mecha/combat/marauder/seraph/loaded, /turf/unsimulated/floor{ dir = 8; - icon_state = "bcarpet05" + icon_state = "wood" }, -/area/centcom/evac) -"ezv" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" +/area/admin) +"dnh" = ( +/obj/docking_port/stationary{ + allow_spin = 0; + dir = 4; + dwidth = 2; + height = 11; + id = "specops_away"; + name = "centcom bay 3"; + no_spin = 1; + top_left_corner = 8; + top_right_corner = 1; + turf_type = /turf/simulated/floor; + width = 5 }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/turf/simulated/floor/plating/airless, +/area/space) +"dnL" = ( +/obj/structure/table, +/obj/item/storage/box/handcuffs, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" }, -/obj/machinery/mech_bay_recharge_port/upgraded, -/turf/space, -/turf/unsimulated/floor{ - icon_state = "floor4" +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/area/shuttle/gamma/space) -"ezB" = ( -/obj/machinery/light, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/shuttle/administration) +"dnW" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo7" + }, +/obj/structure/chair/stool, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"doj" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "TD_Baseball"; + name = "4-shot base/ball" }, -/area/syndicate_mothership) -"ezE" = ( -/obj/item/flag/nt, /turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "dark" }, -/area/centcom/zone1) -"eAm" = ( -/obj/machinery/status_display{ - pixel_y = 30 +/area/tdome/tdome1) +"dov" = ( +/turf/space, +/area/tdome/arena) +"doA" = ( +/obj/structure/rack, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 }, -/obj/mecha/combat/marauder/seraph/loaded{ - armor = list("melee" = 80, "bullet" = 80, "laser" = 80, "energy" = 80, "bomb" = 80, "bio" = 80, "rad" = 80, "fire" = 100, "acid" = 100); - name = "D2"; - operation_req_access = list(109) +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 }, -/area/centcom/specops) -"eAI" = ( -/obj/mecha/combat/gygax/ert, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbluefull" +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 }, -/area/centcom/specops) -"eBL" = ( -/turf/unsimulated/floor{ - dir = 4; - icon_state = "rampbottom" +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 }, -/area/centcom/zone1) -"eCq" = ( -/obj/machinery/camera{ - c_tag = "CentComm Zone 1 Droom 2"; - network = list("CentComm") +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, +/area/centcom/specops) +"doZ" = ( +/obj/effect/decal/stripes/gold/corner/south, +/turf/simulated/floor/wood, /area/centcom/zone1) -"eCs" = ( -/obj/structure/table/holotable, -/turf/simulated/floor/holofloor{ - dir = 10; - icon_state = "blue" +"dpz" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 }, -/area/holodeck/source_knightarena) -"eDg" = ( -/obj/item/mop, -/obj/structure/mirror{ - pixel_x = 28 +/obj/machinery/cryopod/right, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 }, /turf/unsimulated/floor{ - icon_state = "freezerfloor" + dir = 8; + icon_state = "grimy" }, /area/trader_station/sol) -"eDV" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +"dpE" = ( +/obj/structure/curtain/black{ + pixel_y = -32 }, /turf/unsimulated/floor{ dir = 4; - icon_state = "rampbottom" + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/infteam) +"dpF" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/zone1) -"eEL" = ( +"dpK" = ( /turf/unsimulated/wall{ - dir = 1; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_mid"; - tag = "icon-wall3 (NORTH)" + icon_state = "iron7" }, -/area/space) -"eFa" = ( -/obj/machinery/camera{ - c_tag = "CentComm ERT Medical Block"; - dir = 8; - network = list("CentComm") +/area/syndicate_mothership/control) +"dpS" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkblue" }, -/obj/structure/closet/wardrobe/chemistry_white, -/obj/item/storage/bag/chemistry, -/obj/item/storage/bag/chemistry, -/obj/item/clothing/glasses/science{ - pixel_y = 3 +/area/tdome/tdome2) +"dqX" = ( +/obj/machinery/bodyscanner{ + dir = 4 }, -/obj/item/clothing/glasses/science{ - pixel_y = 3 +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/obj/structure/window/reinforced{ - dir = 1 +/area/centcom/specops) +"dqZ" = ( +/obj/machinery/door_control{ + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_mech_maintenance"; + name = "SST Armory Mech Maintenance"; + pixel_y = -24; + req_access_txt = "153" }, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkblue" +/obj/machinery/door_control{ + color = "#ffdd99"; + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_mech_gygax"; + name = "SST Armory Mech DarkGygax"; + pixel_x = 6; + pixel_y = -32; + req_access_txt = "153" }, -/area/centcom/specops) -"eFy" = ( -/obj/structure/flora/ausbushes/fernybush, -/obj/structure/flora/ausbushes/pointybush, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/obj/machinery/door_control{ + color = "#9999ff"; + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_mech_rover"; + name = "SST Armory Mech Rover"; + pixel_x = -6; + pixel_y = -32; + req_access_txt = "153" }, -/area/centcom/zone2) -"eFT" = ( -/turf/unsimulated/wall/fakeglass{ +/obj/machinery/door_control{ + color = "#ff9999"; + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_mech_mauler"; + name = "SST Armory Mech Mauler"; + pixel_y = -40; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ dir = 1; - tag = "icon-fakewindows (EAST)" + icon_state = "dark" }, -/area/syndicate_mothership) -"eGQ" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/gun/blueshield, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/syndicate_mothership/elite_squad) +"drb" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 }, -/area/admin) -"eGS" = ( -/obj/structure/closet/crate/freezer{ - desc = "Холодильник с напитками. Ничего необычного." +/obj/effect/decal/stripes/gold/dot, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"drh" = ( +/obj/structure/dresser, +/obj/structure/mirror{ + pixel_y = -32 }, -/obj/item/reagent_containers/food/drinks/cans/iced_tea, -/obj/item/reagent_containers/food/drinks/cans/iced_tea, -/obj/item/reagent_containers/food/drinks/cans/iced_tea, -/obj/item/reagent_containers/food/drinks/cans/iced_tea, -/obj/item/reagent_containers/food/drinks/cans/iced_tea, -/obj/item/reagent_containers/food/drinks/cans/iced_tea, -/obj/item/reagent_containers/food/drinks/cans/iced_tea, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "wood" }, -/area/centcom/evac) -"eHe" = ( -/obj/structure/flora/rock, -/obj/machinery/camera{ - c_tag = "CentComm ERT Hallway"; - dir = 4; - network = list("CentComm") +/area/trader_station/sol) +"drp" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/structure/flora/ausbushes/ywflowers, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredalt" }, -/area/centcom/specops) -"eHk" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/camera{ - c_tag = "CentComm ERT Armory Level 1"; - dir = 1; - network = list("CentComm") +/area/centcom/jail) +"drr" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -12 }, -/obj/machinery/status_display{ - pixel_y = -30 +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 8 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -2 }, -/area/centcom/specops) -"eHx" = ( -/obj/structure/bed, -/obj/item/bedsheet/black, /turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" + icon_state = "floor4" }, -/area/centcom/specops) -"eId" = ( -/obj/structure/rack, -/obj/item/clothing/head/that{ - pixel_x = 4; - pixel_y = 6 +/area/shuttle/gamma/space) +"drz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/item/clothing/under/suit_jacket, -/obj/item/clothing/suit/wcoat, -/turf/unsimulated/floor{ - icon_state = "cafeteria" +/obj/effect/turf_decal/box/white, +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_mech_maintenance"; + name = "SST Armory Mech Maintenance" }, -/area/ninja/holding) -"eIt" = ( -/obj/structure/closet/secure_closet/personal, -/turf/unsimulated/floor{ +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"dsj" = ( +/turf/simulated/floor/fakespace, +/area/centcom/zone1) +"dsB" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ dir = 8; - icon_state = "wood" + icon_state = "warndarkgreyred" }, -/area/trader_station/sol) -"eIW" = ( +/area/syndicate_mothership/infteam) +"dsH" = ( +/obj/effect/decal/stripes/black/line/south, +/obj/effect/decal/stripes/black/line, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"dte" = ( /turf/unsimulated/floor{ - icon_state = "sepia" + dir = 8; + icon_state = "navybluecorners" }, -/area/ussp_ship) -"eJh" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 6; - pixel_y = 27 +/area/tdome/tdome1) +"dto" = ( +/obj/effect/decal/stripes/gold/line, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -6; - pixel_y = 27 +/obj/machinery/light/small{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"dtD" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"dtK" = ( +/obj/machinery/vending/security, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"dtL" = ( +/obj/machinery/computer/teleporter{ + req_access = list(150) }, -/area/centcom/zone1) -"eJk" = ( /turf/unsimulated/floor{ dir = 8; - icon_state = "darkbluecorners" + icon_state = "grimy" }, -/area/centcom/specops) -"eJo" = ( +/area/admin) +"dtR" = ( +/obj/structure/table/glass, +/obj/item/folder/blue, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/folder/yellow, /obj/structure/window/reinforced{ dir = 4 }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"dup" = ( /turf/unsimulated/wall{ - icon_state = "iron3"; - tag = "icon-iron3" + icon_state = "iron9"; + tag = "icon-iron9" }, -/area/space) -"eJM" = ( -/turf/unsimulated/wall{ - icon_state = "sandstone10" +/area/syndicate_mothership/cargo) +"duA" = ( +/obj/effect/decal/stripes/gold/corner/east, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"duK" = ( +/obj/machinery/light{ + dir = 4 }, -/area/wizard_station) -"eJQ" = ( -/obj/structure/rack, -/obj/item/camera, -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" +/obj/structure/curtain/open/shower/security{ + pixel_x = 32 }, /turf/unsimulated/floor{ - icon_state = "cafeteria" + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/ninja/holding) -"eJU" = ( -/obj/structure/table/reinforced, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, -/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, -/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, -/obj/item/mecha_parts/mecha_equipment/repair_droid, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 8 +/area/trader_station/sol) +"duS" = ( +/obj/docking_port/stationary/transit{ + dwidth = 1; + height = 4; + id = "pod2_transit"; + name = "pod 2 in transit"; + width = 3 }, -/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkredfull" +/turf/space/transit{ + icon_state = "speedspace_ns_1" }, -/area/centcom/specops) -"eKf" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/space) +"dvz" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/area/syndicate_mothership) -"eKo" = ( -/obj/machinery/door/poddoor/impassable{ - id_tag = "mauler_garage"; - name = "Mech Bay" +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/area/syndicate_mothership) -"eKE" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/area/centcom/jail) -"eLi" = ( -/obj/machinery/cooker/deepfryer/upgraded, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +/turf/simulated/floor/carpet, +/area/centcom/evac) +"dvD" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 }, -/area/centcom/jail) -"eLm" = ( -/obj/machinery/cryopod/right, -/turf/unsimulated/floor{ - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/zone1) -"eMu" = ( -/obj/structure/rack, -/obj/item/toy/sword, -/obj/item/gun/projectile/revolver/capgun, -/turf/unsimulated/floor{ - icon_state = "cafeteria" +/area/centcom/zone3) +"dvS" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" }, -/area/ninja/holding) -"eMv" = ( -/obj/structure/chair/comfy/red{ - dir = 1 +/area/centcom/specops) +"dwm" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" }, +/area/centcom/bridge) +"dwJ" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/grass, +/area/centcom/evac) +"dwR" = ( /turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome2) +"dwU" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/supply) +"dxk" = ( +/turf/simulated/floor/plasteel{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "darkredalt" }, -/area/syndicate_mothership) -"eMx" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = 5 +/area/centcom/zone3) +"dxv" = ( +/obj/effect/turf_decal/delivery, +/obj/spacepod/syndi/unlocked, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = -5 +/area/syndicate_mothership/cargo) +"dxA" = ( +/obj/structure/railing{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" }, -/area/syndicate_mothership) -"eMF" = ( -/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, -/obj/machinery/light/small{ - brightness_range = 10; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/area/syndicate_mothership/jail) +"dxH" = ( +/obj/item/clothing/under/rainbow, +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"dxR" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "sst_away"; + name = "Syndicate Base"; + width = 11 }, /turf/unsimulated/floor{ - icon_state = "sepia" + name = "plating" }, -/area/ussp_ship) -"eMI" = ( -/obj/docking_port/stationary{ - allow_spin = 0; - dir = 2; - dwidth = 2; - height = 11; - id = "specops_away"; - name = "centcom bay 3"; - no_spin = 1; - top_left_corner = 8; - top_right_corner = 1; - width = 5 +/area/syndicate_mothership/elite_squad) +"dxY" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 }, -/turf/space, -/turf/space, -/area/space) -"eMQ" = ( -/obj/machinery/newscaster{ +/obj/structure/extinguisher_cabinet{ pixel_x = -32 }, -/obj/machinery/light{ - dir = 8; - switchcount = 50 +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/shuttle/syndicate) +"dyw" = ( +/obj/machinery/cryopod/right, +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 }, -/area/centcom/evac) -"eMY" = ( -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 8 - }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 - }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1; - layer = 2.8 - }, -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - layer = 2.9; - name = "Enforcer magazine"; - req_access = null; - req_access_txt = "114" - }, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/ammo_box/magazine/enforcer/lethal, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"eNw" = ( /turf/unsimulated/floor{ dir = 8; - icon_state = "wood" + icon_state = "grimy" }, /area/trader_station/sol) -"eOr" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8"; - tag = "" - }, -/turf/space, -/turf/space, -/area/ussp_ship) -"eOL" = ( -/obj/effect/decal/warning_stripes/east, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/evac) -"ePf" = ( -/obj/machinery/bodyscanner{ - layer = 3.5 - }, +"dyy" = ( /obj/structure/window/reinforced{ - dir = 1 + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "white" +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" }, /area/centcom/evac) -"ePM" = ( -/obj/machinery/bodyscanner{ - dir = 4; - layer = 3.5 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, +"dyB" = ( /turf/unsimulated/floor{ - icon_state = "white" + icon_state = "navyred" }, -/area/centcom/evac) -"eQm" = ( -/obj/machinery/camera{ - c_tag = "CentComm ERT Ready Room 2"; - dir = 6; - network = list("CentComm") +/area/tdome/tdome2) +"dyN" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32 }, -/turf/unsimulated/floor{ +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/specops) -"eQF" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +"dyQ" = ( +/obj/item/flag/nt, +/obj/structure/window/reinforced{ + dir = 1 }, -/obj/machinery/light{ - dir = 1; - switchcount = 50 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ +/area/centcom/bridge) +"dzH" = ( +/obj/effect/turf_decal{ dir = 8; - icon_state = "grimy" - }, -/area/centcom/evac) -"eRB" = ( -/obj/structure/chair/stool/holostool, -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet15-15"; - tag = "icon-carpet15-15 (EAST)" - }, -/area/holodeck/source_theatre) -"eRH" = ( -/obj/structure/table/wood, -/obj/machinery/recharger/wallcharger{ - pixel_x = 30 - }, -/obj/item/twohanded/fireaxe/energized, -/obj/item/twohanded/fireaxe, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"eRL" = ( -/obj/machinery/light{ - dir = 1; - light_range = 5 - }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + icon_state = "grass_edge_medium_full" }, -/area/syndicate_mothership) -"eSj" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/automatic/proto, -/obj/item/gun/projectile/automatic/toy, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"dzW" = ( /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "navyblue" }, -/area/admin) -"eSq" = ( -/obj/machinery/door/airlock/hatch{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - desc = "For all your shady business needs"; - name = "Special Shuttle"; - req_access_txt = "114" +/area/tdome/tdome1) +"dzZ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/centcom/zone2) +"dAl" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/area/admin) -"eSX" = ( -/obj/structure/sign/goldenplaque{ - desc = "Лучший сотрудник века"; - name = "Это Толя Раммфан"; - pixel_x = 30 +/obj/structure/table/glass, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"dAv" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 }, -/obj/structure/table/wood/poker, -/obj/item/radio/intercom/specops, /turf/unsimulated/floor{ dir = 8; - icon_state = "woodalt" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/specops) -"eTZ" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/trader_station/sol) +"dAU" = ( +/obj/effect/turf_decal/number/number_1{ + pixel_x = 4 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/effect/turf_decal/number/number_1{ + pixel_x = -4 }, -/area/centcom/zone1) -"eUh" = ( -/obj/structure/chair/stool/bar, -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredaltstrip" }, +/area/centcom/jail) +"dBa" = ( +/obj/mecha/makeshift, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "wood" }, -/area/centcom/zone1) -"eUA" = ( +/area/admin) +"dBc" = ( /turf/unsimulated/wall{ - icon_state = "iron15" - }, -/area/syndicate_mothership) -"eUO" = ( -/obj/structure/closet/l3closet/security, -/obj/item/clothing/mask/gas, -/obj/item/tank/emergency_oxygen/double/full, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/watertank/janitor{ - max_integrity = 1500; - volume = 1500 + icon_state = "iron8" }, -/turf/unsimulated/floor{ +/area/syndicate_mothership/infteam) +"dBk" = ( +/obj/structure/table/glass, +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/plasteel{ dir = 6; - icon_state = "darkpurple" + icon_state = "darkyellow" }, /area/centcom/specops) -"eVl" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = 30 - }, +"dBJ" = ( +/obj/structure/closet/chefcloset, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/zone1) -"eWu" = ( -/obj/machinery/door/airlock/centcom{ - name = "Prison"; - opacity = 1; - req_access_txt = "104" +/area/syndicate_mothership/elite_squad) +"dBX" = ( +/obj/effect/turf_decal{ + dir = 5; + icon_state = "golden_stripes_corner" }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/jail) -"eWw" = ( -/obj/machinery/light/small{ +/area/syndicate_mothership/control) +"dCm" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/rack/holorack, +/obj/structure/window/reinforced{ dir = 1; - light_range = 6; - throw_range = 6 + layer = 2.9 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/trader_station/sol) -"eWY" = ( -/obj/structure/sign/poster/official/safety_internals{ - pixel_x = -30 +/area/centcom/supply) +"dCs" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Shitcurity"; + name = "Shitcurity"; + tag = null }, /turf/unsimulated/floor{ - dir = 8; - icon_state = "darkgreynavyblue" + icon_state = "dark" }, -/area/centcom/specops) -"eXh" = ( -/obj/structure/table/wood, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/area/tdome/arena) +"dCC" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass{ + amount = 10 }, -/area/trader_station/sol) -"eYN" = ( -/obj/structure/table/abductor, -/obj/machinery/chem_dispenser/soda/upgraded{ - emagged = 1 +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +/area/shuttle/syndicate) +"dCI" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Robaster"; + name = "Robaster"; + tag = null }, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/zone1) -"eZg" = ( -/obj/structure/table/wood, -/obj/item/decorations/sticky_decorations/flammable/snowman, -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"eZj" = ( -/obj/structure/bookcase, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 - }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "wood" +/area/tdome/arena) +"dCY" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 }, -/area/centcom/jail) -"eZl" = ( -/obj/machinery/vending/cola/free, -/turf/unsimulated/floor{ +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"dDa" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/specops) -"eZu" = ( -/turf/space, -/turf/unsimulated/floor{ +/area/shuttle/syndicate) +"dDl" = ( +/turf/unsimulated/wall/fakeglass{ dir = 1; - icon_state = "darkred" + tag = "icon-fakewindows (WEST)" }, -/area/centcom/specops) -"eZS" = ( -/obj/structure/mirror{ - pixel_x = -30 +/area/tdome) +"dDn" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/vox_station) +"dDs" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "smindicate_right"; + layer = 5; + name = "Outer Airlock Right"; + opacity = 0 }, -/area/centcom/jail) -"fas" = ( -/obj/item/radio/intercom/syndicate{ - pixel_y = 30 +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_outer_right"; + name = "Ship External Access"; + req_access_txt = "150" }, -/obj/machinery/light/small{ - brightness_range = 6; - dir = 1; - light_range = 8; - nightshift_light_range = 6; - throw_range = 6 +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" }, -/turf/unsimulated/floor{ - icon_state = "carpet6-2" +/area/shuttle/syndicate) +"dDx" = ( +/obj/mecha/combat/marauder/loaded, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" }, -/area/wizard_station) -"faG" = ( -/obj/structure/table/abductor, -/obj/machinery/chem_dispenser/beer/upgraded{ - emagged = 1 +/area/centcom/specops) +"dDF" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +/area/centcom/zone1) +"dDQ" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/centcom/zone1) -"fbe" = ( -/obj/structure/chair/stool, -/obj/effect/landmark{ - name = "voxstart" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"dEb" = ( +/turf/simulated/floor/carpet, +/area/centcom/specops) +"dEd" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" }, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +/area/shuttle/siberia) +"dEr" = ( +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = 24; + pixel_y = -24; + req_access_txt = "114"; + wires = 1 }, -/area/vox_station) -"fbq" = ( -/turf/space, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ dir = 1; - icon_state = "darkred" - }, -/area/centcom/zone3) -"fbu" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/fish/shark{ - desc = "Совсем не навязчивая акула. От слова совсем."; - name = "Акула?" + icon_state = "navybluecorners" }, +/area/centcom/specops) +"dEs" = ( +/obj/structure/dresser, /turf/unsimulated/floor{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "wood" }, -/area/syndicate_mothership) -"fbv" = ( -/obj/machinery/vending/boozeomat, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/admin) +"dEH" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/russian/soul, +/turf/unsimulated/floor/wood, +/area/admin) +"dEL" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (WEST)" }, -/area/centcom/zone1) -"fbA" = ( -/obj/structure/table/abductor, -/obj/structure/reagent_dispensers/beerkeg, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/tdome) +"dEQ" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/centcom/zone1) -"fbH" = ( -/obj/structure/table/abductor, -/obj/machinery/bottler, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"dFv" = ( +/obj/machinery/door/airlock/syndicate/security{ + name = "Ангар"; + req_access_txt = "150" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" }, -/area/centcom/zone1) -"fbQ" = ( -/obj/mecha/combat/gygax/dark/loaded, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/syndicate_mothership/elite_squad) +"dFy" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 }, -/area/syndicate_mothership) -"fcz" = ( -/obj/machinery/vending/dinnerware, /obj/structure/window/reinforced{ - color = "black"; - dir = 8; - layer = 5 + color = "red"; + dir = 8 }, /obj/structure/window/reinforced{ - color = "black"; - dir = 1; - layer = 5 + color = "red"; + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/obj/structure/grille, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"dFC" = ( +/obj/structure/noticeboard{ + pixel_x = -32 }, -/area/centcom/zone1) -"fcB" = ( -/obj/structure/bed/dogbed/ian{ - name = "Lounger" +/obj/item/paper/syndimemo{ + info = "ПОЛУЧИТЕ ЭТОТ ЕБУЧИЙ ДИСК!" }, -/obj/machinery/door_control{ - color = "#ffcccc"; - id = "ERT_turret_shutters"; - name = "ERT Turret Shutters"; - pixel_x = -4; - pixel_y = 33; - req_access_txt = "114" +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"dGF" = ( +/turf/unsimulated/floor{ + icon_state = "dark" }, -/mob/living/simple_animal/pet/dog/fox/alisa, -/obj/machinery/turretid/lethal{ - ailock = 1; - control_area = "\improper Centcom Emergency Shuttle"; - name = "ERT Turret Control"; - pixel_y = 25; - req_access = null; - req_access_txt = "109" +/area/tdome/tdome1) +"dGJ" = ( +/obj/machinery/conveyor/south{ + id = "SFBQMLoad" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, +/area/syndicate_mothership/cargo) +"dGL" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass, /area/centcom/specops) -"fcL" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/ionrifle, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +"dGN" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/pspork, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/area/admin) -"fcS" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/centcom/jail) +"dGP" = ( +/obj/machinery/seed_extractor, +/obj/structure/sink{ + pixel_y = 32 }, -/turf/unsimulated/floor{ - icon_state = "carpet" +/turf/simulated/floor/wood, +/area/centcom/evac) +"dGX" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 }, -/area/centcom/jail) -"fdk" = ( -/obj/machinery/computer/card/centcom{ - req_access = list(150) +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredalt" }, +/area/syndicate_mothership/cargo) +"dHc" = ( /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + dir = 6; + icon_state = "darkgreen" + }, +/area/tdome/tdome2) +"dIc" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/trader_station/sol) +"dIn" = ( +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, -/area/event_zone) -"fdm" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/gun/hos, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 4; + icon_state = "elevatorshaft" }, -/area/admin) -"fdn" = ( -/obj/machinery/abductor/pad{ - team = 3 +/area/syndicate_mothership/infteam) +"dIs" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"fdp" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/reagent_containers/food/condiment/flour, -/obj/structure/window/reinforced{ - color = "black"; - dir = 1; - layer = 5 +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowaltstrip" }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/centcom/supply) +"dJt" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK" }, -/area/centcom/zone1) -"fdz" = ( -/obj/machinery/chem_dispenser/supgraded, -/obj/structure/window/reinforced{ - dir = 8 +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/syndicate) +"dJB" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/genericbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"dJG" = ( +/obj/structure/table/wood{ + color = "#996633" }, +/obj/item/kitchen/knife, /turf/unsimulated/floor{ dir = 8; - icon_state = "darkblue" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/specops) -"fdP" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/reagent_containers/food/condiment/flour, -/obj/structure/window/reinforced{ - color = "black"; - dir = 1; - layer = 5 +/area/trader_station/sol) +"dKx" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/obj/structure/window/reinforced{ - color = "black"; - dir = 4; - layer = 5 +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, +/obj/machinery/door/poddoor, /turf/unsimulated/floor{ - icon_state = "freezerfloor" + icon_state = "rampbottom" }, -/area/centcom/zone1) -"feD" = ( -/obj/machinery/door/poddoor/impassable{ - id_tag = "dark_gygax_garage"; - name = "Mech Bay" +/area/syndicate_mothership/infteam) +"dKH" = ( +/obj/mecha/combat/phazon{ + operation_req_access = list(114) }, /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + dir = 8; + icon_state = "wood" }, -/area/syndicate_mothership) -"ffo" = ( -/obj/effect/decal/warning_stripes/blue{ - layer = 5 +/area/admin) +"dLC" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/flask/detflask{ + pixel_x = -7; + pixel_y = 5 }, -/turf/unsimulated/floor{ - icon_state = "darkgrey" +/obj/machinery/light/small{ + dir = 1 }, -/area/centcom/specops) -"ffr" = ( -/obj/item/cardboard_cutout{ - anchored = 1; - desc = "Обычная статуя офицера, что она здесь делает? На табличке красуется надпись - Pizdyach Rodnenkiy"; - icon_state = "cutout_ntsec"; - name = "Officer" +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"dLF" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyredfull" }, -/obj/machinery/status_display{ - pixel_y = 30 +/area/tdome/arena) +"dLV" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/shuttle/gamma/space) +"dMv" = ( +/obj/machinery/light{ + layer = 10 }, -/area/centcom/specops) -"ffI" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/obj/machinery/door_control{ + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_main"; + name = "SST Armory"; + pixel_y = -24; + req_access_txt = "153" }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/specops) -"fgs" = ( -/obj/machinery/optable, -/obj/machinery/defibrillator_mount/loaded{ - pixel_x = -30 +/area/syndicate_mothership/elite_squad) +"dNa" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/thaumicnik{ + layer = 10; + pixel_y = 10 }, -/turf/unsimulated/floor{ - icon_state = "white" +/obj/effect/turf_decal/plaque{ + layer = 3 }, +/turf/simulated/floor/grass, /area/centcom/evac) -"fgt" = ( -/obj/machinery/sleeper/upgraded, -/turf/unsimulated/floor{ - icon_state = "white" +"dNb" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/mini_uzi, +/turf/unsimulated/floor/wood, +/area/admin) +"dNy" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = 32 }, -/area/centcom/evac) -"fgC" = ( -/obj/structure/mineral_door/wood, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/event_zone) -"fgO" = ( -/obj/machinery/sleeper/upgraded{ - dir = 4 +/area/syndicate_mothership/control) +"dOj" = ( +/obj/structure/rack/holorack, +/obj/item/circuitboard/aiupload, +/obj/item/circuitboard/circuit_imprinter, +/obj/item/circuitboard/communications, +/obj/item/circuitboard/destructive_analyzer, +/obj/item/circuitboard/ore_redemption, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/protolathe, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "white" +/area/centcom/supply) +"dPc" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" }, -/area/centcom/evac) -"fhS" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/flashlight/lamp/green, -/turf/unsimulated/floor{ - icon_state = "carpet14-10" +/area/centcom/zone2) +"dPx" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 }, -/area/wizard_station) -"fiK" = ( -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/turf/simulated/floor/mineral/abductor, +/area/centcom/zone1) +"dPA" = ( +/obj/structure/window/reinforced{ + dir = 1 }, -/area/trader_station/sol) -"fiR" = ( -/obj/machinery/door_control{ - id = "CC_space_jail"; - name = "Central Command Jail"; - pixel_y = 25; - req_access_txt = "110" +/obj/structure/table, +/mob/living/simple_animal/bot/floorbot{ + on = 0 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"dPV" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/curtain/open/shower/security{ + pixel_x = 32 }, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/jail) -"fjf" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_x = -30 +/area/trader_station/sol) +"dQw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, +/obj/effect/turf_decal/delivery/white, /turf/unsimulated/floor{ icon_state = "darkfull"; tag = "icon-dark" }, /area/syndicate_mothership) -"fjA" = ( -/obj/structure/mirror{ - pixel_x = 28 +"dQM" = ( +/turf/unsimulated/floor{ + icon_state = "carpet5-1" }, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 +/area/admin) +"dQQ" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/centcom/zone3) +"dRO" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = -30 }, -/area/trader_station/sol) -"fjB" = ( -/mob/living/simple_animal/turkey, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"fjI" = ( -/obj/item/twohanded/required/kirbyplants, /turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + dir = 8; + icon_state = "vault" }, -/area/centcom/zone1) -"fjS" = ( -/obj/structure/kitchenspike, -/obj/structure/window/reinforced{ - color = "black"; +/area/tdome/arena) +"dRS" = ( +/obj/item/flag/species/slime, +/turf/simulated/floor/plasteel{ dir = 4; - layer = 5 + icon_state = "darkgrey" }, -/turf/unsimulated/floor{ +/area/centcom/evac) +"dRV" = ( +/obj/structure/sign/barsign{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/centcom/evac) +"dSn" = ( +/obj/structure/rack, +/obj/item/reagent_containers/spray/plantbgone, +/turf/simulated/floor/plasteel{ icon_state = "freezerfloor" }, -/area/centcom/zone1) -"fjV" = ( -/obj/machinery/door/poddoor{ - id_tag = "thunderdome"; - name = "Thunderdome Blast Door" +/area/centcom/jail) +"dSE" = ( +/obj/machinery/recharge_station/ert, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"dSI" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" }, -/turf/unsimulated/floor{ - name = "plating" +/area/syndicate_mothership/cargo) +"dTg" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 }, -/area/tdome/arena) -"fkt" = ( -/obj/structure/table, -/obj/item/storage/toolbox/surgery, -/obj/item/radio/intercom{ - pixel_x = -30 +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" }, -/obj/item/clothing/gloves/color/latex/nitrile, -/turf/unsimulated/floor{ - icon_state = "white" +/area/centcom/specops) +"dTZ" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/evac) -"fku" = ( -/obj/structure/table/wood, -/obj/item/tank/emergency_oxygen/vox, -/obj/item/clothing/mask/breath/vox, -/turf/unsimulated/floor{ +/area/centcom/zone1) +"dUh" = ( +/obj/structure/table, +/obj/machinery/smartfridge/disks, +/turf/simulated/floor/wood, +/area/centcom/evac) +"dUY" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ dir = 8; - icon_state = "bcarpet02" + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/area/wizard_station) -"flj" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24; - pixel_y = 5 +/area/syndicate_mothership/control) +"dVt" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/specops) +"dVK" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkgreen" }, -/obj/item/gun/projectile/shotgun/riot{ - pixel_x = 3; - pixel_y = -3 +/area/tdome) +"dVR" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkblue" }, -/obj/item/gun/projectile/shotgun/riot{ - pixel_x = 3; - pixel_y = -3 +/area/tdome/tdome1) +"dVZ" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/obj/item/gun/projectile/shotgun/riot{ - pixel_x = 3; - pixel_y = -3 +/obj/item/reagent_containers/food/snacks/sliceable/turkey, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/obj/item/gun/projectile/shotgun/riot{ - pixel_x = 3; - pixel_y = 8 +/area/trader_station/sol) +"dXa" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "navyblue" }, -/obj/item/gun/projectile/shotgun/riot{ - pixel_x = 3; - pixel_y = 8 +/area/tdome/arena) +"dXc" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" }, -/obj/item/gun/projectile/shotgun/riot{ - pixel_x = 3; - pixel_y = 8 +/area/centcom/zone1) +"dXh" = ( +/obj/machinery/light/small{ + dir = 4 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"dXx" = ( +/turf/unsimulated/wall/fakeglass{ dir = 1; - icon_state = "darkbluefull" + icon_state = "fakewindows2" }, /area/centcom/specops) -"flI" = ( -/obj/machinery/door_control{ - id = "sit_ready"; - name = "SIT Base Access"; - pixel_x = -6; - pixel_y = 6; - req_access_txt = "153" - }, -/obj/machinery/door_control{ - id = "sit_tele"; - name = "SIT Teleporter Access"; - pixel_x = 6; - pixel_y = 6; - req_access_txt = "153" +"dXA" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" }, +/area/centcom/evac) +"dXQ" = ( /obj/structure/table/wood, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/turf/unsimulated/floor/wood, +/area/admin) +"dYf" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/syndicate/black/red, +/obj/item/clothing/head/helmet/space/syndicate/black/red, +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 }, -/area/syndicate_mothership) -"flR" = ( -/obj/machinery/teleport/hub/upgraded{ - admin_usage = 1 +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/obj/effect/decal/warning_stripes/yellow, -/turf/unsimulated/floor{ - icon_state = "darkfull" +/area/shuttle/syndicate) +"dYC" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" }, -/area/chrono_ship) -"flT" = ( -/obj/structure/table, -/obj/item/storage/toolbox/surgery, -/obj/item/clothing/gloves/color/latex/nitrile, -/turf/unsimulated/floor{ - icon_state = "white" +/area/tdome/arena) +"dYT" = ( +/obj/machinery/light{ + dir = 1 }, -/area/centcom/evac) -"fnq" = ( -/obj/structure/chair/sofa/right{ - dir = 8 +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" }, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 +/area/centcom/zone3) +"dZe" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 }, -/area/centcom/zone1) -"fnz" = ( -/obj/machinery/dna_scannernew, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet05" +/turf/simulated/floor/wood, +/area/centcom/bridge) +"dZk" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/centcom/supply) +"dZv" = ( +/obj/structure/piano{ + icon_state = "piano" + }, +/obj/structure/window/reinforced{ + dir = 8 }, +/turf/simulated/floor/wood, /area/centcom/zone1) -"fnD" = ( -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet3-0"; - tag = "icon-carpet3-0 (EAST)" +"dZA" = ( +/turf/simulated/floor/grass, +/area/centcom/evac) +"dZU" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/APS, +/turf/unsimulated/floor/wood, +/area/admin) +"eao" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/kidan, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/holodeck/source_theatre) -"foi" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24; - pixel_y = 5 +/area/centcom/evac) +"eaJ" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"eaT" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken7"; + tag = "icon-wood-broken7" }, -/obj/item/ammo_box/shotgun/beanbag, -/obj/item/ammo_box/shotgun/beanbag, -/obj/item/ammo_box/shotgun/beanbag, -/obj/item/ammo_box/shotgun/beanbag, -/obj/item/ammo_box/shotgun/beanbag, -/obj/item/storage/box/beanbag, -/obj/item/storage/box/beanbag, -/obj/item/storage/box/beanbag, -/obj/item/storage/box/beanbag, -/obj/item/storage/box/beanbag, +/area/centcom/supply) +"eaU" = ( /turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbluefull" + dir = 10; + icon_state = "navyred" }, -/area/centcom/specops) -"foD" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 6; - tag = "icon-fakewindows (NORTHEAST)" +/area/tdome/arena) +"ebk" = ( +/turf/space/transit{ + icon_state = "speedspace_ns_1" }, -/area/centcom) -"foN" = ( +/area/space) +"ebp" = ( /obj/structure/table/wood, -/obj/item/gun/energy/immolator, -/obj/item/gun/energy/immolator/multi, -/obj/item/gun/energy/immolator/multi/cyborg, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/item/gun/projectile/automatic/l6_saw/toy/riot, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, /area/admin) -"foX" = ( -/obj/machinery/computer/cloning, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet05" +"ebO" = ( +/obj/machinery/vending/snack, +/obj/structure/closet/hydrant{ + pixel_y = 32 }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, /area/centcom/zone1) -"fpk" = ( -/obj/machinery/conveyor{ - id = "SOL" +"ebR" = ( +/obj/machinery/computer/shuttle/ert, +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/structure/plasticflaps{ - opacity = 1 +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ecb" = ( +/obj/machinery/computer/card/centcom, +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/trader_station/sol) -"fpr" = ( -/obj/machinery/optable, +/area/centcom/bridge) +"ecn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/shuttle/syndicate) +"ecr" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" + }, +/area/syndicate_mothership/jail) +"ecw" = ( /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 10; + icon_state = "darkgreen" + }, +/area/tdome/arena) +"ecB" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "grass_edge_medium"; + name = "grass" }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"ecL" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/deagle, +/turf/unsimulated/floor/wood, /area/admin) -"fpD" = ( -/obj/machinery/clonepod/biomass, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/obj/item/reagent_containers/food/snacks/meat, -/turf/unsimulated/floor{ +"ecV" = ( +/turf/unsimulated/wall/fakeglass{ dir = 8; - icon_state = "bcarpet05" + tag = "icon-fakewindows (WEST)" }, -/area/centcom/zone1) -"fpT" = ( -/obj/item/storage/box/syringes, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/timer, -/obj/item/assembly/timer, -/obj/item/assembly/timer, -/obj/item/assembly/timer, -/obj/item/grenade/chem_grenade/large, -/obj/item/grenade/chem_grenade/large, -/obj/item/grenade/chem_grenade/large, -/obj/item/grenade/chem_grenade/large, -/obj/item/gun/syringe/rapidsyringe, -/obj/structure/closet, -/obj/item/gun/projectile/shotgun/sc_pump, -/obj/item/ammo_casing/shotgun/dart, -/obj/item/ammo_casing/shotgun/dart, -/obj/item/ammo_casing/shotgun/dart, -/obj/item/ammo_casing/shotgun/dart, -/obj/item/ammo_casing/shotgun/dart, -/obj/item/ammo_casing/shotgun/dart, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/centcom/supply) +"edo" = ( +/obj/structure/rack, +/obj/item/rcd, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"edS" = ( +/obj/effect/decal/stripes/black/dot/south, +/obj/effect/decal/stripes/black/dot/east, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"edX" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo11" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"edZ" = ( +/obj/effect/turf_decal/arrows/white{ + color = null; + dir = 4; + name = "ERT shuttle" }, -/area/syndicate_mothership) -"fqe" = ( -/obj/structure/table/wood/poker, -/obj/item/radio/intercom/syndicate, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/event_zone) -"fqr" = ( -/obj/structure/curtain/open/shower/security, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/centcom/specops) +"eeb" = ( +/obj/machinery/bottler, +/obj/structure/table, +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/wood, +/area/centcom/zone1) +"eed" = ( +/obj/machinery/door/poddoor/shutters{ dir = 8; - icon_state = "grimy" + id_tag = "CC_supply_external"; + layer = 5; + locked = 1; + name = "Central Command Supply External Shutte" }, -/area/centcom/evac) -"fsa" = ( -/obj/structure/table/wood/fancy, -/obj/machinery/photocopier/faxmachine/longrange/syndie{ - department = "Syndicate" +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door_control{ + id = "CC_supply_external"; + name = "Central Command Supply External Shutte"; + pixel_y = 24; + req_access_txt = "114" }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/syndicate_mothership) -"fsd" = ( -/obj/structure/table/wood, -/obj/item/clothing/accessory/waistcoat, +/area/centcom/supply) +"eeN" = ( /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"fso" = ( -/obj/machinery/door_control{ - id = "syndicate_elite"; - name = "Shuttle Blast Doors"; - pixel_x = 26; - pixel_y = -2; - req_access_txt = "150" + dir = 6; + icon_state = "navyred" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/tdome/tdome2) +"eeU" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/syndicate_mothership) -"fsp" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24; - pixel_y = 5 +/area/centcom/specops) +"efe" = ( +/obj/structure/shuttle_wall_corner{ + dir = 8; + icon_state = "diagonalWall3" }, -/obj/item/gun/projectile/automatic/pistol/enforcer{ - icon_state = "enforcer_black"; - pixel_x = 2 +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/cargo) +"efU" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/gun/projectile/automatic/pistol/enforcer{ - icon_state = "enforcer_black"; - pixel_x = -2; - pixel_y = 7 +/area/centcom/specops) +"efW" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" }, -/obj/item/gun/projectile/automatic/pistol/enforcer{ - icon_state = "enforcer_black"; - pixel_x = 2 +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" }, -/obj/item/gun/projectile/automatic/pistol/enforcer{ - icon_state = "enforcer_black"; - pixel_x = 2 +/area/centcom/jail) +"egk" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/riot, +/turf/unsimulated/floor/wood, +/area/admin) +"egp" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" }, -/obj/item/gun/projectile/automatic/pistol/enforcer{ - icon_state = "enforcer_black"; - pixel_x = 2 +/obj/machinery/light/small{ + dir = 1 }, -/obj/item/gun/projectile/automatic/pistol/enforcer{ - icon_state = "enforcer_black"; - pixel_x = 2 +/obj/machinery/door_control{ + id = "CC_toilet_unit2"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 }, -/obj/item/gun/projectile/automatic/pistol/enforcer{ - icon_state = "enforcer_black"; - pixel_x = -2; - pixel_y = 7 +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/obj/item/gun/projectile/automatic/pistol/enforcer{ - icon_state = "enforcer_black"; - pixel_x = -2; - pixel_y = 7 +/area/centcom/evac) +"egF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" }, -/obj/item/gun/projectile/automatic/pistol/enforcer{ - icon_state = "enforcer_black"; - pixel_x = -2; - pixel_y = 7 +/area/syndicate_mothership) +"egP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" }, -/obj/item/gun/projectile/automatic/pistol/enforcer{ - icon_state = "enforcer_black"; - pixel_x = -2; - pixel_y = 7 +/area/adminconstruction) +"egQ" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkgreenfull" +/obj/machinery/light/small{ + dir = 1 }, +/turf/simulated/floor/carpet/black, /area/centcom/specops) -"fsI" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 +"ehu" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1331; + id_tag = "vox_west_control"; + pixel_x = 24; + req_access_txt = "152"; + tag_airpump = "vox_west_vent"; + tag_chamber_sensor = "vox_west_sensor"; + tag_exterior_door = "vox_northwest_lock"; + tag_interior_door = "vox_southwest_lock" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"ehD" = ( +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/structure/table/wood/poker, +/obj/structure/window/reinforced/tinted{ + dir = 1 }, /turf/unsimulated/floor{ - icon_state = "stage_bleft" + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/jail) -"fsT" = ( -/obj/structure/closet/crate/freezer{ - desc = "A crate."; - name = "Medical crate" +/area/trader_station/sol) +"ehM" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "golden_stripes_corner" }, -/obj/item/reagent_containers/iv_bag/salglu, -/obj/item/reagent_containers/iv_bag/blood/AMinus, -/obj/item/reagent_containers/iv_bag/blood/APlus, -/obj/item/reagent_containers/iv_bag/blood/BMinus, -/obj/item/reagent_containers/iv_bag/blood/BPlus, -/obj/item/reagent_containers/iv_bag/blood/OMinus, -/obj/item/reagent_containers/iv_bag/blood/OPlus, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet05" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/centcom/zone1) -"fuj" = ( -/turf/unsimulated/wall{ - icon_state = "iron5"; - tag = "icon-iron5" +/area/syndicate_mothership/control) +"ehO" = ( +/obj/machinery/light/small{ + dir = 1 }, -/area/space) -"fuo" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/clothing/gloves/ring/gold{ - pixel_x = 7; - pixel_y = 10 +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_control{ + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "nukeop_ready"; + name = "Shuttle Dock Door"; + pixel_x = null; + pixel_y = 25; + req_access_txt = "151"; + specialfunctions = 4 }, -/obj/item/clothing/gloves/ring/gold, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, /area/syndicate_mothership) -"fuq" = ( +"ehW" = ( /obj/structure/table/wood, -/obj/item/gun/projectile/automatic/ar, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/turf/unsimulated/floor/wood, /area/admin) -"fuE" = ( -/obj/machinery/camera{ - c_tag = "CentComm Zone 1 Medbay"; - network = list("CentComm") +"eip" = ( +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f1" }, -/obj/item/twohanded/required/kirbyplants, +/area/shuttle/syndicate) +"eiR" = ( /turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet05" + dir = 6; + icon_state = "navyblue" }, -/area/centcom/zone1) -"fuP" = ( -/turf/unsimulated/wall, -/area/centcom/specops) -"fva" = ( -/obj/structure/closet/secure_closet/personal, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/area/tdome/tdome1) +"ejg" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" }, -/area/event_zone) -"fvf" = ( -/obj/structure/table/reinforced, -/obj/machinery/kitchen_machine/microwave/upgraded, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" - }, -/area/centcom/jail) -"fvZ" = ( -/obj/structure/chair/sofa/right{ - dir = 1 +/obj/structure/chair/comfy/black{ + dir = 4 }, -/obj/structure/chair/sofa/right{ - dir = 1 +/obj/effect/decal/stripes/black{ + icon_state = "bs_line_W" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"eji" = ( +/obj/structure/chair/sofa{ + dir = 8 }, +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/carpet, /area/centcom/zone1) -"fwg" = ( +"ejA" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/tommygun, +/turf/unsimulated/floor/wood, +/area/admin) +"ekh" = ( /turf/unsimulated/wall/fakeglass{ - dir = 8; - icon_state = "fakewindows2"; - tag = "icon-fakewindows2 (WEST)" - }, -/area/wizard_station) -"fwA" = ( -/obj/structure/chair/sofa/left{ - dir = 1 - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/zone1) -"fwD" = ( -/obj/structure/table/abductor, -/obj/item/storage/fancy/cigarettes/cigpack_random, -/obj/item/storage/fancy/cigarettes/cigpack_random, -/obj/item/storage/fancy/cigarettes/cigpack_random, -/obj/item/storage/box/matches, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/zone1) -"fxa" = ( -/obj/machinery/sleeper/syndie, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" + dir = 6; + tag = "icon-fakewindows (WEST)" }, -/area/syndicate_mothership) -"fxw" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet05" +/area/tdome) +"ekH" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" }, /area/centcom/zone1) -"fxF" = ( -/obj/machinery/light, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/evac) -"fxK" = ( -/turf/unsimulated/wall{ +"ele" = ( +/obj/machinery/door/poddoor/shutters{ dir = 1; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "wall3"; - tag = "icon-wall3 (NORTH)" + id_tag = "TD_Shitcurity"; + name = "Shitcurity"; + tag = null }, -/area/space) -"fya" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/machinery/light, /turf/unsimulated/floor{ - icon_state = "white" + icon_state = "dark" }, -/area/centcom/evac) -"fyH" = ( -/obj/machinery/door/window/southleft{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1; - name = "security checkpoint" +/area/tdome/tdome1) +"elD" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/toy/cards/deck, +/obj/effect/decal/stripes/gold/line/south, +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"elS" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + icon_state = "door_locked"; + id_tag = "emergency_away"; + locked = 1; + name = "Arrival Airlock"; + req_access = null }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/supply) -"fyP" = ( -/obj/structure/closet/crate/freezer{ - desc = "A crate."; - name = "Medical crate" +/area/centcom/evac) +"emv" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/unsimulated/floor/asteroid; + name = "asteroid baseturf editor" }, -/obj/item/reagent_containers/iv_bag/blood/AMinus, -/obj/item/reagent_containers/iv_bag/blood/APlus, -/obj/item/reagent_containers/iv_bag/blood/BMinus, -/obj/item/reagent_containers/iv_bag/blood/BPlus, -/obj/item/reagent_containers/iv_bag/blood/OMinus, -/obj/item/reagent_containers/iv_bag/blood/OPlus, -/obj/item/reagent_containers/iv_bag/salglu, -/turf/unsimulated/floor{ - icon_state = "white" +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"emN" = ( +/obj/effect/step_trigger/teleporter{ + teleport_x = 20; + teleport_y = 171; + teleport_z = 2 }, -/area/centcom/evac) -"fzc" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/reagent_containers/food/drinks/mugwort, /turf/unsimulated/floor{ - icon_state = "carpetside" + icon_state = "rampbottom" }, -/area/wizard_station) -"fzD" = ( -/obj/machinery/vending/sovietsoda, +/area/tdome/tdomeobserve) +"emW" = ( /obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/secret/gaybar) -"fAh" = ( -/obj/structure/flora/grass/brown, -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"fAu" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_s6" - }, -/area/shuttle/escape) -"fAR" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/secret/gaybar) -"fAZ" = ( -/turf/unsimulated/floor{ + brightness_range = 6; dir = 8; - icon_state = "woodalt" + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, /turf/unsimulated/floor{ dir = 8; - icon_state = "woodalt" + icon_state = "grimy" }, -/area/centcom/specops) -"fBc" = ( -/turf/unsimulated/wall{ +/area/admin) +"enn" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ dir = 4; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "swall_f6" - }, -/area/ussp_ship) -"fBM" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/trader_station/sol) -"fBO" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/automatic/shotgun/bulldog, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + tag = "icon-fakewindows (EAST)" }, -/area/admin) -"fBQ" = ( -/obj/structure/table/wood, -/obj/structure/mirror{ - pixel_x = 30 +/area/centcom/supply) +"eol" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"eos" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 }, /turf/unsimulated/floor{ dir = 8; - icon_state = "wood" + icon_state = "grimy" }, /area/trader_station/sol) -"fCj" = ( -/obj/structure/table, -/obj/item/storage/box/masks, -/obj/item/storage/box/gloves, -/obj/structure/sink{ - dir = 1 +"eoD" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/evac) -"fCu" = ( -/obj/machinery/cryopod/right, -/turf/unsimulated/floor{ - icon_state = "darkfull" - }, -/area/chrono_ship) -"fDh" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "white" +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"eoT" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" }, -/area/centcom/evac) -"fDu" = ( -/obj/structure/chair/sofa{ +/obj/structure/window/reinforced{ dir = 8 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/machinery/light/small{ + dir = 1 }, +/turf/simulated/floor/wood, /area/centcom/zone1) -"fDK" = ( -/obj/item/radio/intercom/syndicate{ - pixel_x = 32 - }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +"eph" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreyred" }, -/area/syndicate_mothership) -"fEa" = ( -/obj/structure/mopbucket, -/obj/item/mop, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/syndicate_mothership/elite_squad) +"epo" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/wood{ + icon_state = "wood-broken7"; + tag = "icon-wood-broken7" }, -/area/syndicate_mothership) -"fEn" = ( -/obj/machinery/sleeper/upgraded{ +/area/centcom/supply) +"epD" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ dir = 4 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet05" +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/area/centcom/zone1) -"fEu" = ( -/turf/unsimulated/wall, +/area/centcom/jail) +"epT" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/ar, +/turf/unsimulated/floor/wood, /area/admin) -"fEx" = ( -/obj/item/flag/species/vox, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +"epX" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" }, -/area/vox_station) -"fFH" = ( -/obj/structure/window/reinforced{ - dir = 4 +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" }, -/obj/structure/window/reinforced{ - dir = 8 +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" }, -/turf/unsimulated/wall{ - icon_state = "iron3"; - tag = "icon-iron3" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"eqy" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "carpetsymbol"; + tag = "icon-carpetsymbol (SOUTHEAST)" }, -/area/space) -"fFT" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien3" +/area/holodeck/source_meetinghall) +"eqO" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium" }, -/area/abductor_ship) -"fGA" = ( -/obj/structure/sink{ +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ dir = 4; - pixel_x = 10 + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"erc" = ( +/obj/item/clothing/accessory/stripedredscarf, +/turf/simulated/floor/plating, +/area/centcom/supply) +"erk" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "ntsing_alt4"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ dir = 4; - icon_state = "darkblue" + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"ero" = ( +/obj/structure/table/glass, +/obj/item/clothing/accessory/stethoscope, +/obj/item/storage/belt/medical, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"eru" = ( +/obj/structure/chair/comfy/beige, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"erx" = ( +/obj/effect/turf_decal/bot_white, +/obj/mecha/combat/durand/rover/loaded, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"ery" = ( +/obj/effect/landmark/start, +/turf/unsimulated/floor, +/area/start) +"erD" = ( +/obj/structure/table/glass, +/obj/effect/decal/stripes/black/line/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" }, /area/centcom/specops) -"fGG" = ( -/obj/structure/table, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/regular, -/obj/item/storage/firstaid/regular, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/brute, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/obj/item/healthanalyzer/advanced, -/obj/item/reagent_containers/applicator/dual, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet05" +"erZ" = ( +/obj/structure/rack/holorack, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 }, -/area/centcom/zone1) -"fGT" = ( -/obj/structure/table/reinforced/brass, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 }, -/area/vox_station) -"fGU" = ( -/obj/machinery/vending/snack, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/trader_station/sol) -"fHb" = ( -/obj/machinery/vending/boozeomat, -/turf/unsimulated/floor{ +/area/centcom/supply) +"esm" = ( +/turf/unsimulated/wall/fakeglass{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + tag = "icon-fakewindows (WEST)" }, -/area/ussp_ship) -"fHd" = ( -/obj/structure/window/reinforced, +/area/tdome) +"esR" = ( +/obj/structure/table/glass, +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"etr" = ( +/obj/structure/toilet, +/obj/structure/sink{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"etw" = ( +/obj/machinery/computer/robotics, /obj/structure/window/reinforced{ - dir = 1; - layer = 2 + dir = 8 }, -/obj/structure/flora/ausbushes/sunnybush, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/zone1) -"fHN" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/centcom/bridge) +"euj" = ( +/obj/machinery/computer/cryopod{ + pixel_x = 32; + req_one_access = list(150) }, -/area/syndicate_mothership) -"fJi" = ( -/obj/machinery/light_switch{ - pixel_y = -24 +/obj/machinery/light/small{ + dir = 4 }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"euF" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/melee/energy/sword/saber/blue, +/obj/item/clothing/under/color/blue, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "vault" }, -/area/centcom/evac) -"fJr" = ( -/obj/machinery/door/poddoor{ - id_tag = "ASSAULT3"; - name = "Launch Bay #3" +/area/tdome/tdomeobserve) +"evj" = ( +/obj/machinery/light{ + dir = 1 }, -/turf/unsimulated/floor{ - icon = 'icons/obj/smooth_structures/catwalk.dmi'; - icon_state = "catwalk"; - name = "plating" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" }, /area/centcom/specops) -"fJO" = ( -/obj/machinery/door/poddoor/shutters{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 2; - id_tag = "ERT_director_office_shutters"; - layer = 5; - locked = 1; - name = "ERT Director office" +"evA" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowalt" }, -/turf/unsimulated/wall/fakeglass{ - dir = 8; - icon_state = "fakewindows2"; - tag = "icon-fakewindows2 (WEST)" +/area/centcom/zone3) +"evD" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/stripes/full, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom) -"fKp" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 7; - height = 5; - id = "sst_away"; - name = "Syndicate Base"; - width = 11 +/area/centcom/specops) +"evL" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy/pistol, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, -/turf/unsimulated/floor{ - name = "plating" +/area/admin) +"evN" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, +/area/vox_station) +"ewy" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood, /area/syndicate_mothership) -"fKK" = ( -/obj/structure/window/reinforced, +"ewA" = ( +/obj/structure/dresser, +/obj/effect/decal/stripes/black/deadlock/south, /obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2 +/turf/simulated/floor/wood, +/area/centcom/zone1) +"ewF" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 7; + height = 5; + id = "sst_transit"; + name = "sst in transit"; + width = 11 }, -/obj/structure/flora/ausbushes/brflowers, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"ewZ" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "vox_northwest_lock"; + locked = 1; + req_access_txt = "152"; + req_one_access = null + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1331; + master_tag = "vox_west_control"; + pixel_x = -29; + req_one_access_txt = "152" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"exa" = ( +/obj/item/clothing/accessory/cowboyshirt, +/obj/item/clothing/shoes/cowboy/black, +/obj/item/clothing/head/cowboyhat/black, +/obj/structure/rack, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/storage/belt/bandolier, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/clothing/accessory/holster, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/clothing/under/color/black, /turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" + dir = 8; + icon_state = "vault" }, -/area/centcom/zone1) -"fLf" = ( -/obj/structure/table/holotable, -/obj/item/clothing/gloves/boxing/hologlove, -/turf/simulated/floor/holofloor{ - dir = 9; - icon_state = "red" +/area/tdome/arena) +"exm" = ( +/obj/structure/railing{ + dir = 1 }, -/area/holodeck/source_boxingcourt) -"fLE" = ( -/obj/machinery/abductor/console{ - team = 2 +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"fLG" = ( -/obj/structure/window/reinforced, -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/flora/ausbushes/lavendergrass, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"exG" = ( +/obj/structure/table, +/obj/machinery/door_control{ + id = "TD_Shitcurity"; + name = "TD Shitcurity Kit"; + pixel_x = 5; + pixel_y = 5; + req_access_txt = "153" }, -/area/centcom/specops) -"fMQ" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 +/obj/machinery/door_control{ + id = "TD_Robaster"; + name = "TD Robaster Kit"; + pixel_x = -5; + pixel_y = 5; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "TD_Mecha"; + name = "TD Mecha Kit"; + pixel_x = 5; + pixel_y = -5; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "TD_Bojutsu"; + name = "TD Bojutsu Kit"; + pixel_x = -5; + pixel_y = -5; + req_access_txt = "153" }, -/turf/simulated/floor/wood, -/area/secret/gaybar) -"fNO" = ( -/obj/structure/mineral_door/wood, /turf/unsimulated/floor{ - dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/trader_station/sol) -"fOf" = ( -/obj/structure/toilet{ - dir = 8 +/area/tdome/tdomeadmin) +"exL" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/obj/structure/window/reinforced/tinted{ +/area/centcom/zone1) +"exU" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light{ dir = 1 }, -/obj/machinery/door/window{ +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"eyb" = ( +/turf/unsimulated/wall/fakeglass{ dir = 8; - name = "Toilet"; - opacity = 1 + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" }, +/area/centcom/zone2) +"eyn" = ( +/obj/structure/table, +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, /turf/unsimulated/floor{ - icon_state = "freezerfloor" - }, -/area/trader_station/sol) -"fOy" = ( -/obj/machinery/light/small{ - light_range = 6; - throw_range = 6 + dir = 8; + icon_state = "wood" }, +/area/admin) +"eyo" = ( +/obj/machinery/vending/cola/free, /turf/unsimulated/floor{ - icon_state = "sepia" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/ussp_ship) -"fPu" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 25 +/area/syndicate_mothership/jail) +"ezl" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/grass/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"ezx" = ( +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_inner_bottom"; + locked = 1; + name = "Ship External Access"; + req_access_txt = "150" }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 40 +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/shuttle/syndicate) +"ezA" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowaltstrip" }, -/area/centcom/zone1) -"fPy" = ( -/obj/structure/chair/sofa/right{ - dir = 8 +/area/centcom/zone3) +"eAK" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/centcom/evac) -"fRk" = ( -/obj/machinery/door/airlock/hatch/syndicate{ - name = "Shooting range" +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/syndicate_mothership/outside) +"eAN" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate, +/obj/item/multitool, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"eBs" = ( +/obj/structure/chair/comfy/blue{ + dir = 1 + }, +/obj/effect/landmark{ + name = "tdomeobserve" }, -/area/syndicate_mothership) -"fRT" = ( -/obj/structure/window/reinforced, -/obj/structure/table/wood, -/obj/item/gavelhammer, -/obj/item/gavelblock, /turf/unsimulated/floor{ icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/centcom/court) -"fRZ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/vault{ - name = "Оружейная" +/area/tdome/tdomeadmin) +"eCc" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluecorners" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/adminconstruction) +"eCq" = ( +/obj/effect/landmark/shuttle_import, +/turf/space, +/area/space) +"eCC" = ( +/turf/unsimulated/wall{ + icon_state = "iron0" }, -/area/ussp_ship) -"fTl" = ( -/turf/unsimulated/beach/water, -/area/ninja/holding) -"fTE" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/light/small{ - dir = 1 +/area/syndicate_mothership/control) +"eCI" = ( +/obj/structure/table/wood{ + color = "#996633" }, +/obj/item/clothing/mask/cigarette/pipe, /turf/simulated/floor/wood, -/area/secret/gaybar) -"fTJ" = ( -/obj/item/clothing/glasses/sunglasses/blindfold, -/obj/structure/table, -/obj/item/taperecorder, -/obj/item/camera/digital, -/obj/item/storage/box/bodybags, -/obj/item/healthanalyzer/advanced, -/obj/machinery/crema_switch{ - pixel_y = 25 +/area/centcom/zone1) +"eCT" = ( +/obj/machinery/door/airlock/centcom{ + name = "ER."; + opacity = 1; + req_access_txt = "114" }, -/obj/item/robotanalyzer, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/wood, +/area/centcom/specops) +"eDV" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/clothing/gloves/botanic_leather, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, /area/centcom/jail) -"fUi" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin/nanotrasen, -/obj/item/pen/multi/fountain, -/obj/item/assembly/signaler{ - code = 6; - frequency = 1445 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 3; - pixel_y = -30 - }, -/turf/unsimulated/floor{ - icon_state = "dark" +"eEg" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor/east{ + dir = 8; + id = "QMLoad2" }, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"eEj" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law/black, +/turf/simulated/floor/wood, /area/centcom/jail) -"fUw" = ( -/obj/machinery/porta_turret/syndicate/pod, -/turf/simulated/shuttle/wall{ +"eEq" = ( +/turf/simulated/floor/plasteel{ dir = 1; - icon_state = "diagonalWall3" - }, -/area/shuttle/assault_pod) -"fUB" = ( -/turf/simulated/floor/holofloor{ - icon_state = "asteroid7"; - tag = "icon-asteroid7" - }, -/area/holodeck/source_desert) -"fVo" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - name = "Weapons"; - req_access = null - }, -/obj/item/gun/rocketlauncher, -/obj/item/gun/rocketlauncher, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/turf/unsimulated/floor{ icon_state = "dark" }, -/area/ussp_ship) -"fVG" = ( -/obj/structure/mirror/magic{ - desc = null; - name = "mirror"; - pixel_y = -30 - }, -/obj/machinery/light/small{ - dir = 4; - tag = "icon-bulb1 (EAST)" +/area/syndicate_mothership/control) +"eFq" = ( +/obj/machinery/light{ + dir = 1 }, -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" }, /area/syndicate_mothership) -"fWB" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/trader_station/sol) -"fXa" = ( -/obj/machinery/gibber, -/obj/structure/window/reinforced{ - color = "black"; - layer = 5 - }, -/obj/structure/window/reinforced{ - color = "black"; - dir = 8; - layer = 5 +"eFr" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" }, +/area/syndicate_mothership/cargo) +"eFB" = ( +/obj/structure/flora/junglebush/c, +/obj/structure/flora/junglebush/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"eFH" = ( +/obj/structure/rack, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/storage/belt/bandolier, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/clothing/accessory/holster, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/clothing/head/cowboyhat/white, +/obj/item/clothing/shoes/cowboy/fancy, +/obj/item/clothing/accessory/cowboyshirt/white, +/obj/item/clothing/under/color/white, /turf/unsimulated/floor{ - icon_state = "freezerfloor" - }, -/area/centcom/zone1) -"fXw" = ( -/obj/machinery/porta_turret/centcom/pulse{ - armor = list("melee" = 90, "bullet" = 90, "laser" = 95, "energy" = 95, "bomb" = 80, "bio" =100, "rad" = 100, "fire" = 100, "acid" = 100); - color = "#666666"; - damtype = "burn"; - health = 1250; - region_max = 12; - scan_range = 12; - shot_delay = 8 + dir = 8; + icon_state = "vault" }, -/turf/unsimulated/floor{ +/area/tdome/arena) +"eFN" = ( +/obj/structure/rack/holorack, +/obj/item/stamp/captain, +/obj/item/stamp/ce, +/obj/item/stamp/clown, +/obj/item/stamp/cmo, +/obj/item/stamp/hop, +/obj/item/stamp/hos, +/obj/item/stamp/law, +/obj/item/stamp/magistrate, +/obj/item/stamp/qm, +/obj/item/stamp/rd, +/obj/item/stamp/rep, +/obj/item/stamp/warden, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/heads/magistrate/alt, +/obj/item/radio/headset/heads/ntrep, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/specops) -"fXF" = ( +/area/centcom/supply) +"eGr" = ( /obj/structure/table/wood, -/obj/item/twohanded/chainsaw, -/obj/item/twohanded/required/chainsaw, -/obj/item/twohanded/required/chainsaw/doomslayer, -/obj/item/twohanded/toy/chainsaw, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, +/obj/item/gun/projectile/revolver/golden, +/turf/unsimulated/floor/wood, /area/admin) -"fYa" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" +"eGA" = ( +/obj/machinery/bodyscanner{ + dir = 4 }, -/obj/machinery/mech_bay_recharge_port/upgraded{ - dir = 8 +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/area/admin) -"fYA" = ( -/obj/structure/chair/comfy/red{ - dir = 8 +/area/shuttle/administration) +"eHs" = ( +/obj/structure/closet/secure_closet/brigdoc, +/turf/simulated/floor/plasteel{ + icon_state = "barber" }, -/obj/effect/landmark{ - name = "Syndicate-Spawn" +/area/centcom/jail) +"eIy" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/naziofficer{ + name = "Officer Cap" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/item/clothing/under/officeruniform{ + icon_state = "nazi"; + name = "Officer's Uniform" }, -/area/syndicate_mothership) -"fZP" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/structure/window/reinforced{ - color = "black"; - layer = 5 +/obj/item/clothing/suit/blacktrenchcoat{ + icon_state = "nazi" }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/obj/item/clothing/shoes/black, +/turf/unsimulated/floor/wood, +/area/admin) +"eJm" = ( +/obj/structure/table/wood, +/obj/item/radio/headset, +/obj/item/radio/headset/abductor, +/obj/item/radio/headset/alt, +/obj/item/radio/headset/binary{ + name = "binary radio headset" }, -/area/centcom/zone1) -"gag" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 4; - tag = "icon-fakewindows (EAST)" +/obj/item/radio/headset/bot{ + name = "bot radio headset" }, -/area/tdome) -"gaV" = ( -/obj/machinery/computer/operating, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/item/radio/headset/centcom, +/obj/item/radio/headset/chameleon{ + name = "chamelon radio headset" + }, +/obj/item/radio/headset/ert, +/obj/item/radio/headset/ert/alt/commander, +/obj/item/radio/headset/heads{ + name = "heads radio headset" + }, +/obj/item/radio/headset/heads/ai_integrated, +/obj/item/radio/headset/heads/blueshield/alt, +/obj/item/radio/headset/heads/captain/alt, +/obj/item/radio/headset/heads/ce, +/obj/item/radio/headset/heads/cmo, +/obj/item/radio/headset/heads/hop, +/obj/item/radio/headset/heads/hos, +/obj/item/radio/headset/heads/magistrate/alt, +/obj/item/radio/headset/heads/ntrep, +/obj/item/radio/headset/heads/rd, +/obj/item/radio/headset/headset_cargo, +/obj/item/radio/headset/headset_cargo/mining, +/obj/item/radio/headset/headset_com, +/obj/item/radio/headset/headset_eng, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_med, +/obj/item/radio/headset/headset_medsci, +/obj/item/radio/headset/headset_rob, +/obj/item/radio/headset/headset_sci, +/obj/item/radio/headset/headset_sec, +/obj/item/radio/headset/headset_sec/alt, +/obj/item/radio/headset/headset_service, +/obj/item/radio/headset/syndicate{ + name = "syndicate radio headset" + }, +/obj/item/radio/headset/syndicate/alt, +/obj/item/radio/headset/syndicate/alt/lavaland, +/obj/item/radio/headset/syndicate/alt/syndteam{ + name = "syndicate team headset" }, +/turf/unsimulated/floor/wood, /area/admin) -"gbp" = ( +"eJU" = ( /obj/structure/table/wood, -/obj/item/gun/energy/laser/mounted, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, +/obj/item/gun/projectile/revolver, +/turf/unsimulated/floor/wood, /area/admin) -"gbP" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/structure/window/reinforced{ - color = "black"; - layer = 5 +"eKa" = ( +/obj/structure/chair/comfy/blue{ + dir = 1 }, -/obj/structure/window/reinforced{ - color = "black"; - dir = 4; - layer = 5 +/obj/effect/landmark{ + name = "tdomeobserve" }, /turf/unsimulated/floor{ - icon_state = "freezerfloor" - }, -/area/centcom/zone1) -"gbV" = ( -/obj/structure/window/reinforced{ - dir = 8 + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/obj/structure/window/reinforced, -/obj/machinery/sleeper/upgraded{ - dir = 4 +/area/tdome/tdomeobserve) +"eKi" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 }, /turf/unsimulated/floor{ dir = 8; - icon_state = "bcarpet07" + icon_state = "vault" }, -/area/centcom/evac) -"gcv" = ( -/obj/machinery/computer/operating, -/obj/structure/window/reinforced{ +/area/tdome/arena) +"eKu" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/junglebush/c, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"eKv" = ( +/obj/effect/turf_decal/bot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"eKV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ dir = 4 }, -/turf/unsimulated/floor{ - dir = 6; - icon_state = "darkblue" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/area/centcom/specops) -"gcS" = ( -/obj/machinery/computer/teleporter, +/area/syndicate_mothership) +"eLf" = ( /turf/unsimulated/floor{ - icon_state = "dark" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/specops) -"gcT" = ( -/obj/structure/window/reinforced, -/obj/structure/sink{ - dir = 1; - pixel_y = 4 +/area/tdome/tdomeadmin) +"eLg" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo13" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet08" +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, -/area/centcom/evac) -"gcU" = ( -/obj/structure/window/reinforced, -/obj/machinery/light{ - pixel_y = 6 +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"eLk" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 }, -/turf/unsimulated/floor{ +/obj/effect/decal/stripes/black/line/south, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"eLT" = ( +/obj/machinery/computer/security/telescreen{ dir = 8; - icon_state = "bcarpet08" - }, -/area/centcom/evac) -"gcY" = ( -/obj/structure/chair/stool/holostool, -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet5-1"; - tag = "icon-carpet5-1 (EAST)" + layer = 4; + name = "Camera"; + network = list("Thunderdome") }, -/area/holodeck/source_theatre) -"geL" = ( /obj/structure/table, -/obj/item/storage/box/beakers, -/obj/item/reagent_containers/glass/beaker/bluespace, -/obj/item/reagent_containers/glass/beaker/bluespace, -/obj/item/reagent_containers/glass/beaker/bluespace, -/obj/item/reagent_containers/glass/beaker/bluespace, -/obj/item/storage/box/autoinjectors, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"geV" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/simulated/floor/wood, -/area/secret/gaybar) -"gfs" = ( -/obj/structure/window/reinforced, -/obj/machinery/sleeper/upgraded, -/obj/structure/window/reinforced{ - dir = 4 + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet09" +/area/tdome/tdomeobserve) +"eMo" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/evac) -"ggH" = ( -/obj/machinery/portable_atmospherics/canister/oxygen{ - maximum_pressure = 50000 +"eMK" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall-1" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/tdome/tdomeadmin) +"eNb" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" }, -/area/centcom/supply) -"ggK" = ( -/obj/structure/chair/stool/holostool, -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet15-0"; - tag = "icon-carpet15-0 (EAST)" +/obj/machinery/light/small{ + dir = 4 }, -/area/holodeck/source_meetinghall) -"ghC" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/sign/poster/official/random{ +/obj/structure/sign/poster/contraband/syndicate_recruitment{ pixel_x = 32 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"eNf" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"eNm" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" }, /area/centcom/zone1) -"ghO" = ( -/obj/machinery/slot_machine, -/obj/item/radio/intercom{ - pixel_y = 30 +"eNL" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"eNM" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/l6_saw, +/turf/unsimulated/floor/wood, +/area/admin) +"eNQ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (WEST)" }, -/area/centcom/evac) -"ghW" = ( -/obj/structure/chair/wood{ +/area/space) +"eNS" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + icon_state = "swall4" + }, +/area/shuttle/administration) +"eNU" = ( +/obj/structure/chair/sofa/left{ dir = 8 }, -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"gii" = ( -/obj/structure/closet/crate/freezer{ - desc = "A crate."; - name = "Medical crate" +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" }, -/obj/item/reagent_containers/iv_bag/blood/OPlus, -/obj/item/reagent_containers/iv_bag/blood/OMinus, -/obj/item/reagent_containers/iv_bag/blood/BPlus, -/obj/item/reagent_containers/iv_bag/blood/BMinus, -/obj/item/reagent_containers/iv_bag/blood/APlus, -/obj/item/reagent_containers/iv_bag/blood/AMinus, -/obj/item/reagent_containers/iv_bag/salglu, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" - }, -/area/syndicate_mothership) -"gir" = ( -/obj/structure/flora/ausbushes/brflowers, -/turf/simulated/floor/holofloor{ - icon_state = "wood_siding1"; - tag = "icon-wood_siding1" +/area/centcom/zone1) +"eNW" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = -30 }, -/area/holodeck/source_picnicarea) -"giz" = ( -/obj/machinery/light/spot, -/obj/structure/table, -/obj/item/clothing/suit/straight_jacket, /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + icon_state = "white" }, -/area/syndicate_mothership) -"giA" = ( -/obj/machinery/newscaster{ - pixel_x = 32 +/area/centcom/zone1) +"eOl" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "darkredalt" }, -/turf/unsimulated/floor{ - icon_state = "wood" +/area/centcom/jail) +"eOT" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 }, +/turf/simulated/floor/wood, /area/centcom/zone1) -"giR" = ( -/obj/structure/rack, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, -/obj/item/gun/projectile/automatic/shotgun/bulldog, -/obj/item/gun/projectile/automatic/shotgun/bulldog, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +"ePq" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "advanced energy gun" }, -/area/syndicate_mothership) -"giY" = ( -/obj/machinery/door/airlock/centcom{ - name = "Garden room"; - opacity = 1; - req_access_txt = "113" +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/obj/structure/window/reinforced{ + dir = 1 }, /turf/unsimulated/floor{ - icon_state = "freezerfloor" + icon_state = "floor4" }, +/area/shuttle/gamma/space) +"ePr" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol, +/turf/unsimulated/floor/wood, +/area/admin) +"ePz" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/head/kitty, +/obj/item/clothing/under/maid, +/obj/item/clothing/suit/browntrenchcoat, +/obj/machinery/light/small, +/turf/simulated/floor/carpet, /area/centcom/zone1) -"gjx" = ( -/obj/machinery/door/airlock/centcom{ - name = "Freezer & Garden room"; - opacity = 1; - req_access_txt = "113" +"ePB" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (WEST)" }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/tdome/arena) +"ePD" = ( +/obj/structure/flora/ausbushes/genericbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"ePF" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" }, -/area/centcom/zone1) -"gkb" = ( -/obj/effect/overlay/coconut, -/turf/unsimulated/beach/sand, -/area/centcom/evac) -"gkl" = ( -/turf/unsimulated/wall{ - dir = 4; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "swall_f5" +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" }, -/area/ussp_ship) -"glr" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"ePH" = ( +/obj/structure/table, +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "barber" }, -/obj/machinery/door/airlock/maintenance{ - name = "Генераторная" +/area/centcom/jail) +"ePR" = ( +/obj/structure/table/glass, +/obj/machinery/light/small{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/ussp_ship) -"gly" = ( -/obj/structure/decorative_structures/metal/statue/golden_disk, -/obj/structure/sign/poster/secret/yug0{ - pixel_x = 32 +/area/centcom/specops) +"ePS" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"ePW" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/door_control{ + id = "syndicate_jail_cell"; + name = "Bolt Cell Doors"; + normaldoorcontrol = 1; + pixel_y = -32; + req_access_txt = "150"; + specialfunctions = 4 }, /turf/unsimulated/floor{ - dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/syndicate_mothership) -"glP" = ( -/obj/structure/closet, -/obj/item/clothing/under/retro/engineering, -/obj/item/clothing/under/retro/engineering, -/obj/item/clothing/under/retro/engineering, -/obj/item/clothing/under/retro/engineering, -/obj/item/clothing/under/retro/medical, -/obj/item/clothing/under/retro/medical, -/obj/item/clothing/under/retro/science, -/obj/item/clothing/under/retro/science, -/obj/item/clothing/under/retro/science, -/obj/item/clothing/under/retro/security, -/obj/item/clothing/under/retro/security, -/obj/item/clothing/under/retro/security, -/turf/unsimulated/floor{ - icon_state = "sepia" - }, -/area/ussp_ship) -"gms" = ( -/obj/machinery/computer/shuttle/syndicate/recall, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/area/syndicate_mothership/jail) +"eQj" = ( +/obj/machinery/door/airlock/external{ + id_tag = "supply_away"; + name = "Central Command Supply"; + req_access_txt = "31" }, -/area/syndicate_mothership) -"gmw" = ( -/obj/machinery/door/window{ - dir = 2; - panel_open = 1; - req_access_txt = "110" +/obj/machinery/door/poddoor{ + id_tag = "CC_supply_space"; + locked = 2; + name = "Supply Blastdoor" }, -/turf/unsimulated/floor{ +/obj/structure/fans/tiny, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/jail) -"gmR" = ( -/obj/item/bedsheet/black, -/obj/structure/bed, -/obj/effect/landmark{ - name = "traderstart_sol" +/area/centcom/supply) +"eQt" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/area/centcom/zone2) +"eQT" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (WEST)" }, -/area/trader_station/sol) -"gnk" = ( -/obj/structure/table, -/obj/machinery/door_control{ - desc = "A remote control switch for port-side blast doors."; - id = "thunderdomegen"; - name = "General Equiptment"; - pixel_y = 5; - req_access_txt = "104" +/area/tdome/arena) +"eQU" = ( +/obj/structure/shuttle/engine/heater, +/turf/unsimulated/wall{ + icon_state = "iron4" }, +/area/syndicate_mothership/outside) +"eRk" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/melee/energy/sword/saber/blue, +/obj/item/clothing/under/color/blue, /turf/unsimulated/floor{ - icon_state = "floor" - }, -/area/tdome/tdomeadmin) -"gnE" = ( -/obj/structure/window/reinforced{ - color = "black"; dir = 8; - opacity = 1 - }, -/obj/machinery/vending/dinnerware, -/obj/structure/window/reinforced{ - color = "black"; - dir = 1; - layer = 5 - }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" + icon_state = "vault" }, -/area/centcom/zone1) -"goI" = ( -/obj/machinery/kitchen_machine/candy_maker/upgraded, +/area/tdome) +"eRv" = ( /obj/structure/window/reinforced{ - color = "black"; - dir = 1; - layer = 5 + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/zone1) -"goP" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/centcom/court) +"eRR" = ( +/obj/machinery/door_control{ + id = "CC_Armory_PDW"; + name = "PDW-9"; + pixel_x = 24; + pixel_y = 24; + req_access_txt = "114"; + wires = 1 }, -/area/admin) -"gqp" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/beer, -/obj/machinery/light/small{ - dir = 1 +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluecorners" }, +/area/centcom/specops) +"eSd" = ( +/obj/machinery/photocopier, +/obj/structure/window/reinforced, /turf/simulated/floor/wood, -/area/secret/gaybar) -"gqE" = ( -/obj/structure/closet/crate/can, +/area/centcom/specops) +"eSC" = ( /turf/unsimulated/floor{ - icon_state = "stage_bleft" - }, -/area/centcom/jail) -"gqH" = ( -/obj/machinery/icemachine, -/obj/structure/window/reinforced{ - color = "black"; - dir = 1; - layer = 5 + dir = 10; + icon_state = "navyblue" }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/tdome/arena) +"eSL" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi' }, -/area/centcom/zone1) -"gqU" = ( +/turf/simulated/floor/plating, +/area/centcom/specops) +"eTg" = ( /obj/structure/table, -/obj/machinery/kitchen_machine/microwave/upgraded, -/obj/structure/window/reinforced{ - color = "black"; - dir = 1; - layer = 5 - }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" - }, -/area/centcom/zone1) -"gri" = ( -/obj/structure/table/reinforced, -/obj/item/assembly/voice{ - pixel_y = 3 - }, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, +/obj/item/kitchen/utensil/fork, +/obj/item/lighter, +/obj/item/restraints/handcuffs/cable/red, +/obj/item/storage/box/mousetraps, +/obj/item/storage/fancy/cigarettes, +/obj/item/pen, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "wood" }, -/area/syndicate_mothership) -"gry" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/weightmachine/stacklifter, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +/area/admin) +"eTm" = ( +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/structure/table/reinforced, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/evac) -"gsF" = ( -/obj/structure/chair/stool, -/turf/unsimulated/beach/sand, -/area/ninja/holding) -"gsH" = ( -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/weightmachine/stacklifter, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +/area/centcom/specops) +"eTD" = ( +/obj/structure/chair/sofa/right{ + dir = 1 }, -/area/centcom/evac) -"gsP" = ( -/obj/structure/table/wood, -/obj/item/trash/candle, -/turf/unsimulated/floor{ - icon_state = "wood" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" }, /area/centcom/zone1) -"gtq" = ( -/obj/structure/weightmachine/stacklifter, -/turf/unsimulated/floor{ +"eTZ" = ( +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/zone1) -"gty" = ( -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/reedbush, -/obj/item/flag/nt, -/obj/machinery/light{ - dir = 1; - switchcount = 50 - }, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" - }, -/area/centcom/evac) -"gtE" = ( -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/closet/crate/can, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +/area/shuttle/syndicate) +"eUo" = ( +/obj/item/stack/wrapping_paper, +/obj/item/stack/wrapping_paper, +/obj/item/stack/wrapping_paper, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/evac) -"gur" = ( -/obj/structure/table/abductor, -/obj/item/surgicaldrill/alien, -/obj/item/circular_saw/alien, -/obj/item/FixOVein/alien, -/obj/item/bonesetter/alien, -/obj/item/bonegel/alien, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"guC" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/chair/sofa/right, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +/area/centcom/supply) +"eUE" = ( +/obj/structure/shuttle/engine/heater, +/turf/unsimulated/wall{ + icon_state = "iron4" }, -/area/centcom/evac) -"guG" = ( +/area/syndicate_mothership/cargo) +"eUK" = ( /obj/structure/table/wood, -/obj/item/pizzabox/vegetable, -/obj/item/pizzabox/vegetable, -/obj/item/pizzabox/vegetable, -/obj/item/pizzabox/vegetable, -/obj/item/kitchen/knife, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" - }, -/area/centcom/specops) -"gva" = ( -/obj/structure/dresser, -/obj/machinery/light/small{ - brightness_range = 10; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 - }, +/obj/item/pizza_bomb, /turf/unsimulated/floor{ dir = 8; icon_state = "wood" }, -/area/trader_station/sol) -"gvr" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/chair/sofa, -/obj/item/radio/intercom{ - pixel_y = 30 - }, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +/area/admin) +"eUW" = ( +/obj/machinery/computer/shuttle/sit, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"eVA" = ( +/obj/effect/turf_decal/stripes/asteroid/corner, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" }, /area/centcom/evac) -"gvu" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 8; - tag = "icon-fakewindows (WEST)" +"eVP" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/floragun, +/turf/unsimulated/floor/wood, +/area/admin) +"eVR" = ( +/obj/structure/mirror{ + pixel_x = -30 }, -/area/space) -"gvF" = ( -/turf/space, -/turf/unsimulated/wall{ - dir = 1; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "swall0"; - tag = "icon-wall3 (NORTH)" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/area/ussp_ship) -"gwm" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" +/area/syndicate_mothership/jail) +"eVU" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = -12 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = -2 }, -/area/ussp_ship) -"gwT" = ( -/obj/machinery/door/poddoor{ - id_tag = "CC_arrivals_blastdoor"; - name = "Arrivals Blastdoor" +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 8 }, /turf/unsimulated/floor{ - icon_state = "whitedelivery" + icon_state = "floor4" }, -/area/centcom/evac) -"gxA" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 4; - tag = "icon-fakewindows (WEST)" +/area/shuttle/gamma/space) +"eWv" = ( +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/evac) -"gyc" = ( -/obj/structure/chair/stool, -/obj/effect/landmark{ - name = "Syndicate-Commando"; - tag = "Commando" +"eWL" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, -/area/syndicate_mothership) -"gyA" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/chair/sofa/left, /turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/evac) -"gzj" = ( -/obj/effect/decal/warning_stripes/blue, -/turf/unsimulated/floor{ - icon_state = "darkfull" +/area/syndicate_mothership/elite_squad) +"eWP" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/turf/unsimulated/floor/wood, +/area/admin) +"eXk" = ( +/obj/structure/closet/secure_closet/bar{ + req_access = null }, -/area/chrono_ship) -"gzz" = ( -/obj/machinery/vending/cigarette, -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "whitehall"; - tag = "icon-floor" +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/evac) -"gzA" = ( +/area/centcom/specops) +"eXl" = ( +/obj/mecha/combat/marauder/mauler/loaded, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"eXo" = ( +/obj/effect/decal/stripes/black/dot/east, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"eXr" = ( /obj/structure/table/wood, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/item/implanter/adrenalin{ + pixel_x = 12; + pixel_y = -12 }, -/area/syndicate_mothership) -"gAt" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault"; - name = "Operative position" +/obj/item/implanter/emp{ + pixel_x = 9; + pixel_y = -9 }, -/area/centcom/specops) -"gAu" = ( -/obj/machinery/door_control{ - id = "syndicate_sit_1"; - name = "Shuttle Blast Doors"; - pixel_x = -26; - pixel_y = -2; - req_access_txt = "150" +/obj/item/implanter/explosive{ + pixel_x = 6; + pixel_y = -6 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/item/implanter/explosive_macro{ + pixel_x = 3; + pixel_y = -3 }, -/area/syndicate_mothership) -"gAJ" = ( -/obj/machinery/photocopier/syndie, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/implanter/freedom, +/obj/item/implanter/krav_maga{ + pixel_x = -9; + pixel_y = 9 }, -/area/syndicate_mothership) -"gAP" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/genericbush, -/obj/structure/window/reinforced{ - dir = 1 +/obj/item/implanter/mindshield{ + pixel_x = -6; + pixel_y = 6 }, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/obj/item/implanter/storage{ + pixel_x = -3; + pixel_y = 3 }, -/area/centcom/zone2) -"gBR" = ( -/obj/machinery/vending/snack, -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +/turf/unsimulated/floor/wood, +/area/admin) +"eXB" = ( +/obj/machinery/vending/medical, +/obj/structure/window/reinforced{ + dir = 4 }, /turf/unsimulated/floor{ - dir = 1; - icon_state = "whitehall"; - tag = "icon-floor" + icon_state = "dark" }, -/area/centcom/evac) -"gCq" = ( -/obj/machinery/computer/syndicate_depot/teleporter{ - name = "teleporter console"; - req_access = null; - use_power = 0 +/area/centcom/zone1) +"eXF" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/turf/unsimulated/floor{ - icon_state = "darkfull" +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/area/syndicate_depot/core) -"gCW" = ( -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - layer = 2.9; - name = "TX-20a Assault Rifle"; - req_access = null; - req_access_txt = "114" +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1; - layer = 2.8 +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 8 +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/obj/item/gun/projectile/automatic/wt550{ - desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; - name = "TX-20a" +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/obj/item/gun/projectile/automatic/wt550{ - desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; - name = "TX-20a" +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"eXL" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r, +/turf/unsimulated/floor/wood, +/area/admin) +"eXN" = ( +/obj/machinery/door_control{ + id = "CC_supply_space"; + name = "Supply Blastdoor"; + pixel_y = 24; + req_access_txt = "114" }, -/obj/item/gun/projectile/automatic/wt550{ - desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; - name = "TX-20a" +/obj/machinery/light{ + dir = 1 }, -/obj/item/gun/projectile/automatic/wt550{ - desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; - name = "TX-20a" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" }, -/obj/item/gun/projectile/automatic/wt550{ - desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; - name = "TX-20a" +/area/centcom/supply) +"eXP" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/proto, +/turf/unsimulated/floor/wood, +/area/admin) +"eYr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" }, -/obj/item/gun/projectile/automatic/wt550{ - desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; - name = "TX-20a" +/area/syndicate_mothership) +"eYP" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 }, +/obj/item/clothing/under/color/blue, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"eZc" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/junglebush/c, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"eZg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecornersalt" + }, +/area/centcom/zone2) +"eZi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcornersalt" }, +/area/centcom/zone3) +"eZR" = ( +/obj/structure/filingcabinet/employment, +/turf/simulated/floor/carpet, /area/centcom/specops) -"gDq" = ( -/turf/simulated/floor/holofloor{ - icon_state = "asteroid7"; - tag = "icon-asteroid7" +"fad" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod4_away"; + name = "recovery ship bay 4"; + turf_type = /turf/simulated/floor; + width = 3 }, -/area/holodeck/source_knightarena) -"gDE" = ( -/obj/machinery/vending/coffee, -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +/turf/simulated/floor/plating/airless, +/area/space) +"fai" = ( +/obj/structure/closet/crate/can, +/obj/structure/window/reinforced{ + dir = 1 }, -/obj/machinery/camera{ - c_tag = "CentComm Arrivals 3"; - network = list("CentComm") +/turf/simulated/floor/wood, +/area/centcom/zone1) +"fam" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "whitehall"; - tag = "icon-floor" +/area/syndicate_mothership/control) +"faw" = ( +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + name = "Shuttle Dock Door" }, -/area/centcom/evac) -"gEE" = ( -/obj/structure/table/wood, -/obj/item/deck/cards, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/area/centcom/jail) -"gEV" = ( -/turf/simulated/floor/beach/water, -/area/holodeck/source_beach) -"gFx" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/syndicate_mothership) +"faY" = ( +/obj/machinery/vending/coffee/free, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/centcom/jail) -"gFy" = ( -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 4 +/area/syndicate_mothership/elite_squad) +"fba" = ( +/turf/unsimulated/wall/fakeglass, +/area/trader_station/sol) +"fbH" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 +/area/vox_station) +"fbI" = ( +/obj/structure/rack, +/obj/item/storage/backpack/duffel/syndie/surgery{ + pixel_x = -3; + pixel_y = 3 }, -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - layer = 2.9; - name = "M-90gl 40mm grenade"; - req_access = null; - req_access_txt = "114" +/obj/item/storage/backpack/duffel/syndie/surgery, +/obj/item/storage/backpack/duffel/syndie/surgery{ + pixel_x = 3; + pixel_y = -3 }, -/obj/item/ammo_box/a40mm, -/obj/item/ammo_box/a40mm, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"fcs" = ( /obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1; - layer = 2.8 + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/area/centcom/specops) -"gFR" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/soda, +/area/centcom/jail) +"fcv" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_legal, /turf/simulated/floor/wood, -/area/secret/gaybar) -"gGT" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/camera{ - c_tag = "CentComm Zone 1 Droom 5"; +/area/centcom/specops) +"fcx" = ( +/turf/unsimulated/floor{ dir = 8; - network = list("CentComm") + icon_state = "wood" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/trader_station/sol) +"fcH" = ( +/obj/structure/bed, +/obj/structure/window/reinforced{ + dir = 1 }, +/obj/item/bedsheet/captain, +/turf/simulated/floor/carpet/black, /area/centcom/zone1) -"gGV" = ( -/obj/machinery/door/airlock/centcom{ - name = "Medical Block"; - opacity = 1; - req_access_txt = "102" +"fdf" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 }, /turf/unsimulated/floor{ dir = 8; - icon_state = "bcarpet05" - }, -/area/centcom/zone1) -"gHf" = ( -/obj/item/radio/intercom{ - pixel_x = 32 + icon_state = "grimy" }, +/area/trader_station/sol) +"fdk" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/sniper_rifle/compact, +/turf/unsimulated/floor/wood, +/area/admin) +"fdu" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/lootdrop/maintenance, /turf/unsimulated/floor{ - icon_state = "wood" + icon_state = "darkfull"; + tag = "icon-dark" }, -/area/centcom/zone1) -"gHj" = ( -/obj/structure/chair/comfy/beige{ - dir = 8; - layer = 5; - pixel_y = -2 +/area/syndicate_mothership) +"fdJ" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/holodeck/source_desert) +"fdR" = ( +/turf/unsimulated/wall{ + icon_state = "iron13"; + tag = "icon-iron13" }, -/area/event_zone) -"gHs" = ( -/obj/structure/sink/kitchen{ - dir = 4; - pixel_x = -13 +/area/syndicate_mothership/elite_squad) +"feh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"feR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" }, /area/centcom/zone1) -"gHR" = ( -/obj/structure/table, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +"feT" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" }, /area/centcom/zone1) -"gIn" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/chair/sofa/left{ +"ffV" = ( +/obj/machinery/computer/atmos_alert, +/obj/structure/window/reinforced{ dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" }, -/area/centcom/evac) -"gIz" = ( -/obj/structure/chair/sofa/right{ - dir = 1 - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/centcom/bridge) +"ffX" = ( +/obj/effect/step_trigger/teleporter{ + teleport_x = 38; + teleport_y = 161; + teleport_z = 2 }, -/area/centcom/zone1) -"gIN" = ( -/obj/item/gun/syringe/syndicate, -/obj/structure/table/wood, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"gIP" = ( -/obj/structure/chair/sofa/right{ - dir = 8 + icon_state = "rampbottom" }, +/area/tdome) +"fgq" = ( +/obj/effect/decal/warning_stripes/northwest, /obj/structure/window/reinforced{ - color = "black"; - dir = 4; - layer = 5 - }, -/turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + layer = 2.9 }, -/area/centcom/zone1) -"gJe" = ( -/turf/simulated/floor/holofloor{ - dir = 9; - icon_state = "red" +/obj/structure/window/reinforced{ + dir = 1 }, -/area/holodeck/source_emptycourt) -"gJm" = ( -/obj/structure/chair/sofa/left{ - dir = 4 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/structure/window/reinforced{ - color = "black"; - dir = 8; - layer = 5 +/area/centcom/specops) +"fgx" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/soymilk, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/centcom/jail) +"fgB" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Cowboy"; + name = "Cowboy"; + tag = null }, -/area/centcom/zone1) -"gJD" = ( -/obj/structure/table, -/obj/item/kitchen/knife, -/obj/item/kitchen/knife/butcher, -/obj/item/kitchen/knife/butcher/meatcleaver, /turf/unsimulated/floor{ - icon_state = "freezerfloor" + icon_state = "dark" }, -/area/centcom/zone1) -"gKf" = ( -/obj/machinery/kitchen_machine/grill/upgraded, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/tdome) +"fgC" = ( +/obj/machinery/conveyor/west{ + id = "SFBQMLoad2" }, -/area/centcom/zone1) -"gKq" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/chair/sofa/right{ +/obj/machinery/syndiepad/loadpad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"fgL" = ( +/obj/structure/table/glass, +/obj/item/pizzabox/margherita, +/obj/machinery/light/small{ dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/evac) -"gKB" = ( -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +/area/centcom/specops) +"fhu" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/riot/buckshot, +/turf/unsimulated/floor/wood, +/area/admin) +"fhx" = ( +/obj/machinery/light{ + dir = 4 }, -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredalt" }, -/area/centcom/specops) -"gKV" = ( -/obj/structure/closet/crate/freezer{ - desc = "A crate."; - name = "Medical crate" +/area/centcom/zone3) +"fhT" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/structure/window/reinforced{ - dir = 1 +/area/centcom/bridge) +"fid" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "golden_stripes" }, -/obj/item/reagent_containers/iv_bag/blood/AMinus, -/obj/item/reagent_containers/iv_bag/blood/APlus, -/obj/item/reagent_containers/iv_bag/blood/BMinus, -/obj/item/reagent_containers/iv_bag/blood/BPlus, -/obj/item/reagent_containers/iv_bag/blood/OMinus, -/obj/item/reagent_containers/iv_bag/blood/OPlus, -/obj/item/reagent_containers/iv_bag/salglu, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkblue" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/centcom/specops) -"gLu" = ( -/obj/structure/table/wood/fancy/black, -/obj/machinery/light/small{ - brightness_range = 6; - dir = 8; - light_range = 8; - nightshift_light_range = 6; - throw_range = 6 +/area/syndicate_mothership/control) +"fix" = ( +/obj/item/gun/projectile/shotgun/sc_pump, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"fiy" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/obj/item/dice/d20, -/turf/unsimulated/floor{ +/area/syndicate_mothership/elite_squad) +"fiO" = ( +/turf/unsimulated/wall/fakeglass{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + tag = "icon-fakewindows (WEST)" }, -/area/wizard_station) -"gLF" = ( +/area/trader_station/sol) +"fjj" = ( /obj/machinery/door/poddoor{ - id_tag = "thunderdomegen"; - name = "General Supply" + id_tag = "ASSAULT3"; + name = "Launch Bay #3" }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plating, +/area/centcom/specops) +"fjq" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/evac) +"fjx" = ( +/obj/machinery/abductor/pad{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"fjA" = ( +/obj/machinery/cell_charger, +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; icon_state = "dark" }, -/area/tdome/arena) -"gMc" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light{ - dir = 4; - switchcount = 50 +/area/shuttle/administration) +"fjH" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 }, -/turf/unsimulated/floor{ +/turf/simulated/shuttle/wall{ dir = 4; - icon_state = "whitecorner" + icon_state = "wall3" }, -/area/centcom/evac) -"gMh" = ( -/obj/structure/window/reinforced{ - color = "red"; - layer = 2.9 +/area/shuttle/syndicate) +"fjR" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" }, +/area/trader_station/sol) +"fjV" = ( /obj/structure/window/reinforced{ color = "red"; - dir = 4; - layer = 2.9 + dir = 1 }, -/obj/structure/window/reinforced{ - color = "red"; - dir = 8; - layer = 2.9 +/turf/simulated/floor/wood{ + icon_state = "wood_oak" }, -/obj/structure/grille{ - layer = 2.8 +/area/syndicate_mothership/control) +"fkh" = ( +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" }, -/obj/structure/window/reinforced{ - color = "red"; - dir = 1; - layer = 2.9 +/area/centcom/evac) +"fkA" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo3" }, -/obj/machinery/door/poddoor/shutters{ - id_tag = "commandcenter"; - name = "Privacy Shutters" +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"fkW" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowalt" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/centcom/zone3) +"fls" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_supply, +/obj/item/book/manual/nuclear, +/turf/simulated/floor/wood, +/area/centcom/specops) +"fmc" = ( +/obj/structure/chair/comfy/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"fmm" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate/penetrator, +/turf/unsimulated/floor/wood, +/area/admin) +"fmL" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + color = "#9999ff"; + icon_state = "x_white"; + name = "Syndicate-Spawn" }, +/turf/simulated/floor/carpet/black, /area/syndicate_mothership) -"gMu" = ( -/obj/structure/flora/ausbushes/sunnybush, -/turf/unsimulated/beach/sand, -/area/centcom/evac) -"gMB" = ( -/turf/unsimulated/floor{ +"fmZ" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; dir = 1; - icon_state = "rampbottom" + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 }, -/area/centcom/zone1) -"gNc" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.8 +/obj/structure/window/full/reinforced{ + layer = 2 }, -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/structure/curtain/open/shower, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet05" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/zone1) -"gNo" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 5; - tag = "icon-fakewindows (WEST)" +/area/centcom/jail) +"fnh" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Bojutsu"; + name = "Bojutsu"; + tag = null }, -/area/ussp_ship) -"gNF" = ( -/obj/item/flag/wiz, /turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "dark" }, -/area/wizard_station) -"gOu" = ( -/obj/structure/table/holotable, -/obj/item/clothing/gloves/boxing/hologlove, -/turf/simulated/floor/holofloor{ - dir = 5; - icon_state = "red" +/area/tdome/tdome1) +"fnn" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium" }, -/area/holodeck/source_boxingcourt) -"gPt" = ( -/obj/mecha/combat/marauder/loaded, -/obj/effect/decal/warning_stripes/yellow, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbrownfull" +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/centcom/specops) -"gQd" = ( -/obj/structure/window/reinforced, -/mob/living/simple_animal/pig, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"gQZ" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.8 +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" }, -/obj/structure/window/reinforced{ - dir = 4; - layer = 5 +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" }, -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/structure/curtain/open/shower, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet05" +/area/syndicate_mothership/outside) +"fnC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 }, -/area/centcom/zone1) -"gRh" = ( -/obj/machinery/bodyscanner{ - dir = 4 +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluealtstrip" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkblue" +/area/centcom/zone2) +"fnN" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/trader_station/sol) +"fnW" = ( +/obj/machinery/computer/communications, +/obj/machinery/newscaster/security_unit{ + pixel_x = 32 }, +/turf/simulated/floor/wood, /area/centcom/specops) -"gRt" = ( -/obj/machinery/chem_master, +"fom" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced/tinted, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/admin) -"gRG" = ( -/obj/machinery/teleport/station, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/trader_station/sol) +"fon" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/ussp_ship) -"gTh" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/surgery, -/obj/item/stack/nanopaste, -/obj/item/mmi, -/obj/machinery/defibrillator_mount/loaded{ - pixel_x = 30 +/area/centcom/supply) +"fop" = ( +/obj/structure/closet/syndicate/personal, +/obj/machinery/light/small{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, /area/syndicate_mothership) -"gTr" = ( -/obj/structure/table, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/obj/item/assembly/infra, -/obj/item/assembly/infra, -/obj/item/assembly/infra, -/obj/item/assembly/infra, -/obj/item/assembly/infra, -/obj/item/assembly/prox_sensor, -/obj/item/assembly/prox_sensor, -/obj/item/assembly/prox_sensor, -/obj/item/assembly/prox_sensor, -/obj/item/assembly/prox_sensor, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +"fou" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "syndieshutters_Aspid"; + name = "Blast Shutters"; + opacity = 0 }, -/area/syndicate_mothership) -"gTB" = ( -/obj/machinery/chem_dispenser/soda/upgraded, -/obj/structure/table/wood/poker, -/turf/unsimulated/floor{ +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/cargo) +"fow" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/wand/teleport, +/turf/unsimulated/floor/wood, +/area/admin) +"foC" = ( +/obj/machinery/computer/security/telescreen{ dir = 8; + layer = 4; + name = "Camera"; + network = list("Thunderdome") + }, +/obj/structure/table, +/turf/unsimulated/floor{ icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/trader_station/sol) -"gTE" = ( -/turf/simulated/floor/holofloor/space, -/area/holodeck/source_space) -"gUw" = ( -/obj/structure/window/reinforced{ +/area/tdome) +"foN" = ( +/turf/simulated/floor/plasteel{ dir = 1; - layer = 2.8 + icon_state = "arrival" }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 5 +/area/centcom/evac) +"fpe" = ( +/obj/structure/fence{ + color = "#b0b7c6"; + invulnerable = 1 }, -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/structure/curtain/open/shower, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet05" +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"fpg" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/button/windowtint{ + id = "privateroomcentcom"; + pixel_x = -24; + pixel_y = 24 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"fpq" = ( +/obj/effect/decal/stripes/black/dot, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"fpS" = ( +/obj/structure/chair/comfy/red{ + dir = 8 }, +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/carpet/black, /area/centcom/zone1) -"gVd" = ( -/obj/item/gun/energy/sniperrifle, -/obj/structure/table/wood, +"fqb" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/curtain/open/shower/security{ + pixel_y = 32 + }, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 8; + icon_state = "grimy" }, +/area/trader_station/sol) +"fqh" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/m90, +/turf/unsimulated/floor/wood, /area/admin) -"gVi" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2 +"fqy" = ( +/obj/effect/turf_decal/number/number_5, +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"fqF" = ( +/obj/structure/chair/sofa/right, +/obj/structure/curtain/open/shower/security{ + pixel_y = 32 }, -/obj/structure/flora/ausbushes/brflowers, /turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"fqO" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Woman Restroom" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, +/area/syndicate_mothership) +"frx" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/wood, /area/centcom/zone1) -"gWM" = ( -/obj/structure/chair/sofa/left{ - dir = 1 +"frH" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 }, -/obj/structure/window/reinforced{ - color = "black"; - layer = 5 +/obj/effect/decal/stripes/black/corner/east, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"fsr" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Connector Port (Air Supply)" }, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + icon_state = "dark" }, /area/centcom/zone1) -"gXj" = ( +"fsz" = ( /turf/unsimulated/wall{ - icon = 'icons/turf/walls/wood_wall.dmi'; - icon_state = "wood" + icon_state = "iron14" + }, +/area/syndicate_mothership/cargo) +"fsS" = ( +/obj/machinery/shuttle_manipulator, +/turf/simulated/floor/bluegrid, +/area/centcom/bridge) +"fsT" = ( +/obj/structure/flora/ausbushes/palebush, +/obj/structure/flora/tree/pine{ + color = "#336633" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"fsV" = ( +/obj/structure/chair/sofa, +/obj/structure/curtain/open/shower/security{ + pixel_y = 32 }, -/area/trader_station/sol) -"gYA" = ( /turf/unsimulated/floor{ - dir = 4; - icon_state = "darkblue" + dir = 8; + icon_state = "grimy" }, -/area/centcom/jail) -"gZh" = ( -/obj/mecha/combat/marauder/loaded{ - operation_req_access = list(114) +/area/trader_station/sol) +"fsX" = ( +/obj/structure/chair/comfy/beige{ + dir = 8; + layer = 5; + pixel_y = -2 }, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 8; + icon_state = "grimy" }, /area/admin) -"gZG" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" +"fsZ" = ( +/obj/effect/decal/stripes/black/dot/south, +/obj/effect/decal/stripes/black/dot, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ftj" = ( +/obj/machinery/computer/supplycomp{ + req_access_txt = "114" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/machinery/status_display/supply_display{ + pixel_x = 32 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellowalt" }, -/area/ussp_ship) -"hak" = ( -/obj/structure/table/wood, -/obj/item/candle/eternal, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/supply) +"ftu" = ( +/obj/machinery/light{ + dir = 1 }, +/obj/structure/chair/comfy/lime, +/turf/simulated/floor/carpet/black, /area/centcom/zone1) -"has" = ( -/obj/machinery/processor, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +"ftv" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone3-bathroom1"; + name = "Bathroom"; + opacity = 1 }, -/area/centcom/zone1) -"hbO" = ( -/obj/docking_port/stationary/transit{ - dir = 8; - dwidth = 3; - height = 5; - id = "mining_transit"; - name = "mining in transit"; - width = 7 +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/space/transit, -/area/space) -"hcI" = ( -/obj/structure/table/wood, -/obj/item/storage/box/drinkingglasses, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/secret/gaybar) -"hdm" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/camera{ - c_tag = "CentComm ERT Armory Level 2"; - dir = 1; - network = list("CentComm") - }, -/obj/machinery/status_display{ - pixel_y = -30 +/area/centcom/zone3) +"ftP" = ( +/obj/machinery/cryopod, +/obj/machinery/light{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" }, /area/centcom/specops) -"hdG" = ( -/obj/structure/table/reinforced, -/obj/item/robot_parts/l_arm{ - pixel_x = -10; - pixel_y = 8 +"ftQ" = ( +/obj/structure/bed, +/obj/item/bedsheet/wiz, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"ftT" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" }, -/obj/item/robot_parts/l_arm{ - pixel_x = -10; - pixel_y = 8 +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" }, -/obj/item/robot_parts/l_arm{ - pixel_x = -10; - pixel_y = 8 +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" }, -/obj/item/robot_parts/l_arm{ - pixel_x = -10; - pixel_y = 8 +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" }, -/obj/item/robot_parts/l_arm{ - pixel_x = -10; - pixel_y = 8 +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" }, -/obj/item/robot_parts/l_leg{ - pixel_x = -10; - pixel_y = -5 +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" }, -/obj/item/robot_parts/l_leg{ - pixel_x = -10; - pixel_y = -5 +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 }, -/obj/item/robot_parts/l_leg{ - pixel_x = -10; - pixel_y = -5 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/robot_parts/l_leg{ - pixel_x = -10; - pixel_y = -5 +/area/centcom/supply) +"fus" = ( +/obj/machinery/airlock_sensor{ + frequency = 1331; + id_tag = "synd_sensor_right"; + pixel_y = -32; + req_access_txt = "150" }, -/obj/item/robot_parts/l_leg{ - pixel_x = -10; - pixel_y = -5 +/turf/simulated/floor/plasteel{ + icon_state = "darkred" }, -/obj/item/robot_parts/r_arm{ - pixel_x = 10; - pixel_y = 8 +/area/shuttle/syndicate) +"fuS" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate, +/turf/unsimulated/floor/wood, +/area/admin) +"fuZ" = ( +/obj/structure/chair/sofa/left, +/obj/structure/curtain/open/shower/security{ + pixel_y = 32 }, -/obj/item/robot_parts/r_arm{ - pixel_x = 10; - pixel_y = 8 +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" }, -/obj/item/robot_parts/r_arm{ - pixel_x = 10; - pixel_y = 8 +/area/trader_station/sol) +"fvi" = ( +/obj/machinery/light_switch{ + pixel_x = 30 }, -/obj/item/robot_parts/r_arm{ - pixel_x = 10; - pixel_y = 8 +/turf/unsimulated/floor{ + icon_state = "carpet11-12" }, -/obj/item/robot_parts/r_arm{ - pixel_x = 10; - pixel_y = 8 +/area/admin) +"fvk" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 }, -/obj/item/robot_parts/r_leg{ - pixel_x = 10; - pixel_y = -5 +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/item/robot_parts/r_leg{ - pixel_x = 10; - pixel_y = -5 +/obj/effect/decal/stripes/black/corner/east, +/turf/simulated/floor/carpet, +/area/centcom/court) +"fvx" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/obj/item/robot_parts/r_leg{ - pixel_x = 10; - pixel_y = -5 +/area/centcom/jail) +"fvI" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo1" }, -/obj/item/robot_parts/r_leg{ - pixel_x = 10; - pixel_y = -5 +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"fwa" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/mindflayer, +/turf/unsimulated/floor/wood, +/area/admin) +"fwi" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_r"; + tag = "icon-burst_r" }, -/obj/item/robot_parts/r_leg{ - pixel_x = 10; - pixel_y = -5 +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"fwq" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" }, -/obj/item/robot_parts/robot_component/actuator, -/obj/item/robot_parts/robot_component/actuator, -/obj/item/robot_parts/robot_component/armour, -/obj/item/robot_parts/robot_component/armour, -/obj/item/robot_parts/robot_component/binary_communication_device, -/obj/item/robot_parts/robot_component/binary_communication_device, -/obj/item/robot_parts/robot_component/camera, -/obj/item/robot_parts/robot_component/camera, -/obj/item/robot_parts/robot_component/diagnosis_unit, -/obj/item/robot_parts/robot_component/diagnosis_unit, -/obj/item/robot_parts/robot_component/radio, -/obj/item/robot_parts/robot_component/radio, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"fwy" = ( +/obj/structure/rack, +/obj/item/melee/baseball_bat/ablative, +/obj/item/clothing/under/pj/red, +/obj/item/clothing/glasses/hud/health/sunglasses, +/obj/item/clothing/shoes/winterboots, /turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"hdH" = ( -/turf/unsimulated/wall{ - icon_state = "iron2" + dir = 8; + icon_state = "vault" }, -/area/syndicate_mothership) -"hen" = ( -/obj/item/gun/magic/hook, -/obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/tdome/arena_source) +"fwO" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" }, -/area/admin) -"hez" = ( -/obj/structure/holowindow, -/turf/simulated/floor/holofloor{ - dir = 8; - icon_state = "red" +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" }, -/area/holodeck/source_thunderdomecourt) -"hfk" = ( -/obj/structure/closet/crate/can, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" }, -/area/centcom/zone1) -"hfz" = ( -/obj/structure/table/wood/fancy/black, /turf/unsimulated/floor{ - icon_state = "carpet14-10" + dir = 4; + icon_state = "rampbottom" }, -/area/wizard_station) -"hfF" = ( -/obj/structure/chair/comfy/purp, +/area/syndicate_mothership) +"fxA" = ( +/obj/structure/rack, +/obj/item/melee/baseball_bat/ablative, +/obj/item/clothing/under/pj/blue, +/obj/item/clothing/glasses/hud/health/sunglasses, +/obj/item/clothing/shoes/winterboots, /turf/unsimulated/floor{ - icon_state = "carpetnoconnect" - }, -/area/wizard_station) -"hfR" = ( -/obj/machinery/vending/cola, -/obj/structure/window/reinforced{ - dir = 4 + dir = 8; + icon_state = "vault" }, -/turf/unsimulated/floor{ - icon_state = "cafeteria" +/area/tdome/arena_source) +"fxZ" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"fyy" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellowalt" }, -/area/ninja/holding) -"hge" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2"; - tag = "" +/area/centcom/zone3) +"fyR" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/syndicate_mothership/control) +"fyV" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" }, -/area/ussp_ship) -"hgF" = ( -/obj/machinery/computer/account_database, -/turf/unsimulated/floor{ +/obj/machinery/light, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/bridge) -"hgY" = ( -/obj/structure/window/reinforced{ - layer = 5 - }, -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/structure/curtain/open/shower, -/turf/unsimulated/floor{ +"fyW" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/instakill, +/turf/unsimulated/floor/wood, +/area/admin) +"fyY" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/instakill/blue, +/turf/unsimulated/floor/wood, +/area/admin) +"fzt" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/instakill/red, +/turf/unsimulated/floor/wood, +/area/admin) +"fzw" = ( +/obj/machinery/light/spot{ dir = 8; - icon_state = "bcarpet05" + tag = "icon-tube1 (WEST)" }, +/obj/structure/closet/crate, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"fAd" = ( +/obj/machinery/light, +/turf/simulated/floor/plating, /area/centcom/zone1) -"hhh" = ( -/obj/structure/table, -/obj/machinery/recharger, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" - }, -/area/ninja/holding) -"hhr" = ( -/obj/machinery/newscaster{ - pixel_x = -30 +"fAg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/area/centcom/specops) +"fAi" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall-1" }, -/area/centcom/zone3) -"hhB" = ( -/obj/structure/window/reinforced{ +/area/tdome/tdome1) +"fAu" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse, +/turf/unsimulated/floor/wood, +/area/admin) +"fAN" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi' + }, +/turf/simulated/floor/plating, +/area/centcom/jail) +"fBc" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"fBk" = ( +/obj/structure/table/wood, +/obj/item/storage/bible, +/turf/simulated/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/centcom/evac) +"fBA" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small{ dir = 4 }, -/obj/machinery/hydroponics/constructable, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"hic" = ( -/turf/unsimulated/wall{ - icon_state = "sandstone3" +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/area/wizard_station) -"hiy" = ( -/obj/structure/window/reinforced{ - layer = 5 +/area/syndicate_mothership/elite_squad) +"fBO" = ( +/obj/structure/closet/secure_closet/clown{ + req_access = null }, -/obj/structure/window/reinforced{ +/obj/item/clothing/under/soldieruniform, +/obj/item/clothing/suit/soldiercoat, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"fBQ" = ( +/obj/effect/decal/stripes/gold/corner, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"fBS" = ( +/obj/effect/decal/cleanable/vomit, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"fCa" = ( +/turf/simulated/floor/plasteel{ dir = 4; - layer = 5 + icon_state = "darkbluecornersalt" }, -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/structure/curtain/open/shower, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet05" +/area/centcom/zone2) +"fCm" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" }, -/area/centcom/zone1) -"hjl" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 8 }, -/area/centcom/zone1) -"hjp" = ( -/obj/structure/chair/sofa/right{ - dir = 4 +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/syndicate_mothership) +"fCq" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/carbine, +/turf/unsimulated/floor/wood, +/area/admin) +"fCu" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "101" }, -/area/centcom/zone1) -"hjA" = ( -/obj/structure/chair/sofa{ - dir = 6 +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" }, -/obj/structure/window/reinforced{ - color = "black"; +/area/shuttle/administration) +"fCw" = ( +/turf/unsimulated/wall{ + icon_state = "iron1" + }, +/area/syndicate_mothership/jail) +"fCK" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP4-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 2000; + master_tag = "CC-OP4"; + name = "CC-OP4-INT"; + pixel_x = -24; + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"fCL" = ( +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel{ dir = 1; - layer = 5 + icon_state = "dark" }, +/area/syndicate_mothership/elite_squad) +"fCP" = ( +/obj/machinery/vending/cigarette/free, /turf/unsimulated/floor{ dir = 8; icon_state = "grimy" }, -/area/centcom/zone1) -"hjB" = ( -/turf/unsimulated/wall{ - icon_state = "iron14"; - tag = "icon-iron14" +/area/trader_station/sol) +"fCQ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/cyborg, +/turf/unsimulated/floor/wood, +/area/admin) +"fCS" = ( +/obj/machinery/computer/cloning, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/area/space) -"hkd" = ( -/obj/structure/statue/sandstone/venus{ - layer = 5; - pixel_y = 24 +/area/shuttle/administration) +"fCV" = ( +/obj/mecha/combat/marauder/seraph{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 80, "energy" = 80, "bomb" = 80, "bio" = 80, "rad" = 80, "fire" = 100, "acid" = 100); + color = "#006666"; + name = "Rocinante" }, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "Automatic 20mm cannone"; + projectile_delay = 0.5; + projectiles_per_shot = 10 }, -/area/centcom/evac) -"hkl" = ( -/obj/structure/flora/ausbushes/fullgrass, -/turf/simulated/floor/holofloor/grass, -/area/holodeck/source_picnicarea) -"hko" = ( -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - name = "Weapons"; - req_access = null +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "Heavy 83mm HE RL" }, -/obj/machinery/light/small{ - brightness_range = 10; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot{ + name = "Destroyer of the present"; + projectiles = 70; + projectiles_per_shot = 7 }, -/obj/item/gun/projectile/revolver, -/obj/item/gun/projectile/revolver, -/obj/item/gun/projectile/revolver, -/obj/item/gun/projectile/revolver, -/obj/item/gun/projectile/revolver, -/obj/item/gun/projectile/revolver, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/turf/unsimulated/floor{ +/obj/item/mecha_parts/mecha_equipment/weapon/energy/xray/triple, +/obj/item/mecha_parts/mecha_equipment/teleporter/precise, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/turf/simulated/floor/wood, +/area/centcom/specops) +"fDi" = ( +/obj/structure/chair/comfy/red, +/obj/effect/decal/stripes/gold/line/east, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"fDo" = ( +/obj/effect/decal/stripes/gold/corner, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"fDt" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo13" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"fDG" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/wand/resurrection, +/turf/unsimulated/floor/wood, +/area/admin) +"fDH" = ( +/obj/item/flag/nt, +/obj/effect/decal/stripes/black/corner, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/ussp_ship) -"hkC" = ( -/obj/structure/table/reinforced, -/obj/item/trash/plate, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +/area/centcom/specops) +"fDP" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/jail) -"hld" = ( -/obj/structure/closet/secure_closet/security{ - req_access = null; +/area/centcom/specops) +"fDS" = ( +/obj/machinery/door/window{ + dir = 2; + panel_open = 1; req_access_txt = "101" }, -/turf/unsimulated/floor{ +/turf/simulated/floor/grass, +/area/centcom/evac) +"fDV" = ( +/obj/effect/decal/warning_stripes/red, +/obj/machinery/door/poddoor/shutters, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/jail) -"hlr" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 11; - height = 18; - id = "emergency_away"; - name = "emergency centcom"; - width = 29 +/area/centcom/specops) +"fDY" = ( +/obj/machinery/vending/coffee/free, +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/space, -/area/space) -"hmw" = ( -/obj/structure/chair/sofa/left{ - dir = 8 +/area/centcom/specops) +"fDZ" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s10" + }, +/area/shuttle/escape) +"fEe" = ( +/obj/structure/curtain/black{ + pixel_y = -32 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"fEi" = ( +/obj/structure/bed, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 }, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "bcarpet01" }, /area/centcom/zone1) -"hmY" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/item/radio/intercom/specops{ - pixel_y = -25 +"fEE" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Robaster"; + name = "Robaster"; + tag = null }, /turf/unsimulated/floor{ - icon_state = "darkblue" + icon_state = "dark" }, -/area/centcom/specops) -"hnf" = ( +/area/tdome/arena_source) +"fEH" = ( /turf/unsimulated/wall/fakeglass{ dir = 8; - tag = "icon-fakewindows (EAST)" + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" }, -/area/centcom) -"hnB" = ( -/obj/machinery/kitchen_machine/oven/upgraded, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +/area/space) +"fEL" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/badmin, +/turf/unsimulated/floor/wood, +/area/admin) +"fEX" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + icon_state = "swall8"; + tag = "icon-swall12" + }, +/area/shuttle/administration) +"fEZ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/destroyer, +/turf/unsimulated/floor/wood, +/area/admin) +"fFi" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/jail) -"hnI" = ( -/obj/structure/rack, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/gun/rocketlauncher, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" - }, -/area/syndicate_mothership) -"hnN" = ( -/obj/structure/table, -/obj/structure/window/reinforced{ - color = "black"; - opacity = 1 +"fFD" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo7" }, -/obj/structure/window/reinforced{ - color = "black"; - dir = 4; - opacity = 1 - }, -/obj/machinery/kitchen_machine/microwave/upgraded{ - pixel_x = -5; - pixel_y = 5 - }, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom/zone1) -"hnU" = ( -/obj/machinery/door/airlock/hatch{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - desc = "For all your shady business needs"; - name = "Special Shuttle"; - req_access_txt = "114" +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"fGl" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Cowboy"; + name = "Cowboy"; + tag = null }, /turf/unsimulated/floor{ icon_state = "dark" }, +/area/tdome/arena) +"fGm" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/turf/unsimulated/floor/wood, /area/admin) -"hon" = ( -/obj/structure/bookcase, -/obj/item/book/manual, -/obj/item/book/manual, +"fGp" = ( +/obj/machinery/vending/cola/free, /turf/unsimulated/floor{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/wizard_station) -"hoH" = ( -/obj/machinery/computer/teleporter{ - req_access = null + icon_state = "grimy" }, -/turf/unsimulated/floor{ - icon_state = "darkfull" +/area/trader_station/sol) +"fGt" = ( +/obj/item/flag/species/diona, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/chrono_ship) -"hql" = ( -/obj/effect/overlay/palmtree_r, -/obj/effect/overlay/coconut, -/turf/unsimulated/beach/sand, -/area/ninja/holding) -"hqV" = ( -/obj/machinery/door/airlock/centcom{ - name = "Kitchen room"; - opacity = 1; - req_access_txt = "113" +/area/centcom/evac) +"fGK" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/ausbushes/reedbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"fHb" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f3" }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/shuttle/syndicate) +"fHe" = ( +/obj/machinery/status_display/supply_display{ + pixel_x = 32 }, -/area/centcom/zone1) -"hrp" = ( -/obj/machinery/light{ - dir = 1 +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/radio/intercom/syndicate{ - pixel_y = 25 +/area/centcom/bridge) +"fHh" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "ntsing_alt5"; + pixel_x = -16 }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/syndicate_mothership) -"hsb" = ( +/area/centcom/zone2) +"fHE" = ( +/obj/structure/lattice, /turf/unsimulated/wall/fakeglass{ - dir = 10; - tag = "icon-fakewindows (NORTHEAST)" - }, -/area/centcom) -"hsH" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/statue/hooker, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" + dir = 4; + tag = "icon-fakewindows (WEST)" }, /area/centcom/evac) -"htO" = ( -/obj/machinery/power/solar{ - id = "portsolar"; - name = "Port Solar Array" - }, -/obj/structure/cable, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" +"fIc" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/ussp_ship) -"htZ" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/automatic/pistol, -/obj/item/gun/projectile/automatic/toy/pistol, -/obj/item/gun/projectile/automatic/toy/pistol/riot, +/area/syndicate_mothership/elite_squad) +"fIj" = ( +/obj/machinery/vending/snack/free, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 8; + icon_state = "grimy" }, +/area/trader_station/sol) +"fIt" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/bluespace_beacon/syndicate, +/turf/unsimulated/floor/wood, /area/admin) -"hue" = ( -/obj/structure/chair/stool/holostool, -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet13-0"; - tag = "icon-carpet13-0 (EAST)" +"fIv" = ( +/obj/structure/table, +/obj/item/circular_saw, +/obj/item/surgicaldrill{ + pixel_y = 5 }, -/area/holodeck/source_meetinghall) -"huf" = ( -/obj/machinery/shower{ - dir = 8 +/obj/item/kitchen/utensil/fork, +/obj/item/kitchen/utensil/spoon, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = 6; + pixel_y = 5 }, -/obj/machinery/light/small{ - light_range = 6; - throw_range = 6 +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/syndicate_mothership/jail) +"fID" = ( +/turf/simulated/floor/plating/airless, +/area/space) +"fIJ" = ( +/obj/structure/holohoop, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" }, -/area/ussp_ship) -"huo" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/computer/cryopod/robot{ - pixel_y = -28 +/area/centcom/evac) +"fIM" = ( +/obj/effect/decal/stripes/black/corner/east, +/turf/simulated/floor/carpet, +/area/centcom/court) +"fJn" = ( +/obj/effect/turf_decal/arrows/red{ + dir = 8 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/specops) -"hup" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24; - pixel_y = 5 - }, -/obj/item/ammo_box/shotgun/tranquilizer, -/obj/item/ammo_box/shotgun/tranquilizer, -/obj/item/ammo_box/shotgun/tranquilizer, -/obj/item/ammo_box/shotgun/tranquilizer, -/obj/item/ammo_box/shotgun/tranquilizer, -/obj/item/ammo_box/shotgun/tranquilizer, -/obj/item/storage/box/tranquilizer, -/obj/item/storage/box/tranquilizer, -/obj/item/storage/box/tranquilizer, -/obj/item/storage/box/tranquilizer, -/obj/item/storage/box/tranquilizer, -/obj/item/storage/box/tranquilizer, -/obj/item/storage/box/tranquilizer, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbluefull" - }, +"fJz" = ( +/obj/structure/rack/holorack, +/obj/item/autoimplanter, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"fJB" = ( +/obj/effect/decal/stripes/black/corner/west, +/turf/simulated/floor/carpet/black, /area/centcom/specops) -"huv" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_x = 30 - }, -/turf/unsimulated/floor{ - icon_state = "whitecorner" - }, -/area/centcom/evac) -"hvs" = ( -/obj/machinery/camera{ - c_tag = "CentComm ERT GYM"; - dir = 8; - network = list("CentComm") +"fJQ" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 }, -/obj/structure/weightmachine/weightlifter, -/turf/unsimulated/floor{ - icon_state = "carpet" +/obj/machinery/chem_heater, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, /area/centcom/specops) -"hvA" = ( -/obj/docking_port/stationary/transit{ - dir = 8; - dwidth = 7; - height = 5; - id = "sit_transit"; - name = "sit in transit"; - width = 11 - }, -/turf/space/transit, -/area/space) -"hwQ" = ( -/obj/structure/table/wood, -/obj/item/clothing/glasses/hud/hydroponic, -/obj/item/clothing/glasses/hud/hydroponic, -/obj/item/clothing/gloves/botanic_leather, -/obj/item/clothing/gloves/botanic_leather, -/obj/item/watertank, -/obj/item/reagent_containers/glass/bucket, -/obj/item/reagent_containers/glass/bucket, -/obj/item/reagent_containers/glass/bucket, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"hwV" = ( -/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ +"fJR" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; dir = 8 }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 4 +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"fJS" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 }, /obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + color = "red" }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ dir = 1; - icon_state = "darkredfull" - }, -/area/centcom/specops) -"hxr" = ( -/obj/docking_port/stationary/transit{ - dir = 4; - dwidth = 7; - height = 5; - id = "sst_transit"; - name = "sst in transit"; - width = 11 + icon_state = "dark" }, -/turf/space/transit, -/area/space) -"hxL" = ( +/area/syndicate_mothership/cargo) +"fJV" = ( /obj/structure/window/reinforced{ - dir = 1; - layer = 2.8 + dir = 1 }, -/obj/machinery/bodyscanner{ - dir = 4 +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, -/turf/unsimulated/floor{ - icon_state = "white" +/area/vox_station) +"fKb" = ( +/obj/structure/shuttle/engine/heater, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = null }, -/area/centcom/zone1) -"hyA" = ( -/obj/structure/chair/sofa/left{ - dir = 8 +/area/syndicate_mothership/outside) +"fKl" = ( +/obj/machinery/kitchen_machine/candy_maker, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/jail) +"fKH" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/centcom/zone1) -"hyI" = ( -/obj/effect/landmark{ - name = "Atmospheric Test Start" +/area/centcom/zone2) +"fKK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/turf/simulated/floor/holofloor{ - icon_state = "engine"; - name = "Burn-Mix Floor"; - nitrogen = 0; - oxygen = 2500; - temperature = 370; - toxins = 5000 +/obj/machinery/door/poddoor/impassable{ + color = "#9999ff"; + id_tag = "SST_armory_support"; + name = "SST Armory Support Items" }, -/area/holodeck/source_burntest) -"hyN" = ( -/obj/structure/rack, -/obj/item/storage/fancy/crayons, -/turf/unsimulated/floor{ - icon_state = "cafeteria" +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"fLa" = ( +/obj/structure/dresser, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = -32 }, -/area/ninja/holding) -"hzJ" = ( -/obj/structure/window/reinforced{ - color = "red"; - layer = 2.9 +/turf/simulated/floor/wood, +/area/centcom/specops) +"fLb" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" }, -/obj/structure/window/reinforced{ - color = "red"; - dir = 4; - layer = 2.9 +/area/shuttle/siberia) +"fLk" = ( +/obj/machinery/door/airlock/centcom{ + opacity = 1; + req_access_txt = "152" }, -/obj/structure/window/reinforced{ - color = "red"; - dir = 8; - layer = 2.9 +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, -/obj/structure/grille{ - layer = 2.8 +/area/vox_station) +"fLn" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp/green, +/obj/machinery/light/small{ + dir = 8 }, -/obj/structure/window/reinforced{ - color = "red"; - dir = 1; - layer = 2.9 +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/obj/machinery/door/poddoor/shutters{ - dir = 8; - id_tag = "commandcenter"; - name = "Privacy Shutters" +/area/centcom/jail) +"fLB" = ( +/obj/item/gun/energy/sniperrifle, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"fLU" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/mounted, +/turf/unsimulated/floor/wood, +/area/admin) +"fMs" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/structure/sign/bobross{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + dir = 4; + icon_state = "elevatorshaft" }, -/area/syndicate_mothership) -"hAD" = ( +/area/syndicate_mothership/elite_squad) +"fMI" = ( /obj/structure/table, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -4 +/obj/machinery/door_control{ + id = "syndieshutters_Aspid"; + name = "remote shutter control"; + req_access_txt = "150" }, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 4 +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredalt" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet05" +/area/syndicate_mothership/cargo) +"fMM" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/area/centcom/zone1) -"hAZ" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/gun/turret, -/obj/item/gun/energy/pulse/turret, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd24"; + id_target = "Synd14" }, -/area/admin) -"hBC" = ( -/obj/machinery/computer/message_monitor, -/obj/item/paper/monitorkey, /turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + color = "gray"; + icon_state = "rampbottom" }, /area/syndicate_mothership) -"hCD" = ( -/obj/item/radio/intercom{ - pixel_x = -30 +"fMQ" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" }, -/obj/item/flag/nt, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/bridge) +"fMS" = ( +/obj/structure/flora/rock{ + color = "#3366ff" }, -/area/centcom/srtops) -"hCF" = ( -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" }, -/area/event_zone) -"hCQ" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.8 +/area/centcom/evac) +"fMW" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/obj/structure/window/reinforced{ - dir = 4 +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, -/obj/machinery/computer/operating, /turf/unsimulated/floor{ - icon_state = "white" + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/outside) +"fNk" = ( +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 }, +/turf/simulated/floor/carpet/arcade, /area/centcom/zone1) -"hCT" = ( -/obj/structure/table, -/obj/random/tool, -/obj/random/bomb_supply, +"fNy" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 8; + icon_state = "vault" }, +/area/tdome/arena_source) +"fND" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plating, +/area/centcom/court) +"fNP" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/xray, +/turf/unsimulated/floor/wood, /area/admin) -"hDk" = ( -/obj/machinery/computer/operating, +"fOf" = ( +/obj/structure/window/reinforced, /obj/structure/window/reinforced{ - dir = 8 + dir = 4 }, -/obj/structure/window/reinforced{ +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"fOp" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ dir = 1; - layer = 2.8 - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/zone1) -"hDv" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_y = -30 - }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + icon_state = "warndarkgreyred" }, /area/syndicate_mothership) -"hFH" = ( -/obj/machinery/computer/camera_advanced/abductor{ - team = 4 - }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"hGI" = ( -/obj/machinery/bodyscanner, -/obj/structure/window/reinforced{ +"fOM" = ( +/turf/simulated/floor/plasteel{ dir = 1; - layer = 2.8 - }, -/turf/unsimulated/floor{ - icon_state = "white" + icon_state = "darkyellowaltstrip" }, -/area/centcom/zone1) -"hGZ" = ( -/turf/unsimulated/wall/fakeglass{ - icon_state = "fakewindows2"; - tag = "icon-fakewindows2 (WEST)" +/area/centcom/zone3) +"fPf" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light{ + dir = 8 }, -/area/centcom/evac) -"hHg" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 1; - id_tag = "ERT_turret_shutters"; - layer = 5; - locked = 1; - name = "ERT Turret" +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = -24; + pixel_y = 8; + req_access_txt = "114"; + wires = 1 }, -/obj/structure/window/full/reinforced{ - armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); - layer = 2 +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = -24; + pixel_y = -8; + req_access_txt = "114"; + wires = 1 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" }, /area/centcom/specops) -"hHF" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 6; - pixel_y = -27 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -6; - pixel_y = -27 - }, -/obj/structure/chair{ - dir = 4 +"fPl" = ( +/obj/structure/rack, +/obj/item/storage/belt/grenade/full{ + pixel_x = -3; + pixel_y = 3 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/item/storage/belt/grenade/full, +/obj/item/storage/belt/grenade/full{ + pixel_x = 3; + pixel_y = -3 }, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"fPG" = ( +/obj/effect/turf_decal/plaque, +/obj/effect/decal/stripes/black/corner/east, +/turf/simulated/floor/carpet, /area/centcom/zone1) -"hHP" = ( -/obj/structure/mineral_door/wood, +"fPJ" = ( +/obj/effect/decal/stripes/black/line/west, +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"fPQ" = ( +/obj/machinery/computer/shuttle/sst, /turf/unsimulated/floor{ dir = 8; - icon_state = "wood" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/zone1) -"hIe" = ( -/obj/structure/sign/restroom{ - pixel_y = -30 +/area/syndicate_mothership/control) +"fQJ" = ( +/obj/machinery/kitchen_machine/grill, +/obj/machinery/light{ + dir = 8 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, /area/centcom/zone1) -"hIF" = ( -/obj/machinery/door/airlock/centcom{ - name = "Kitchen room"; - opacity = 1; - req_access_txt = "113" +"fQM" = ( +/obj/structure/table, +/obj/machinery/door_control{ + id = "TD_Strela"; + name = "TD Strela Kit"; + pixel_x = 5; + pixel_y = 5; + req_access_txt = "153" }, -/turf/unsimulated/floor{ - icon_state = "wood" +/obj/machinery/door_control{ + id = "TD_Baseball"; + name = "TD Baseball Kit"; + pixel_x = -5; + pixel_y = 5; + req_access_txt = "153" }, -/area/centcom/zone1) -"hIL" = ( -/obj/machinery/vending/crittercare{ - prices = list() +/obj/machinery/door_control{ + id = "TD_Cowboy"; + name = "TD Cowboy Kit"; + pixel_x = -5; + pixel_y = -5; + req_access_txt = "153" }, /turf/unsimulated/floor{ - icon_state = "wood" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/zone1) -"hJc" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/statue/thaumicnik, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +/area/tdome/tdomeadmin) +"fQU" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 }, -/area/centcom/evac) -"hJf" = ( -/obj/machinery/door/airlock/hatch/syndicate{ - name = "SIT Jail" +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"fRd" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/adminconstruction) +"fRW" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"fRY" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, +/obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ icon_state = "darkfull"; tag = "icon-dark" }, /area/syndicate_mothership) -"hJy" = ( -/obj/machinery/door/airlock/external{ - id_tag = "specops_away"; - name = "Shuttle Hatch"; - req_access_txt = "109" +"fSW" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/machinery/shower{ - dir = 1; - tag = "icon-shower (WEST)" +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"fTo" = ( +/obj/structure/closet/crate, +/obj/machinery/light/small{ + dir = 8 }, -/obj/structure/fans/tiny, -/turf/unsimulated/floor{ - icon_state = "darkgrey" +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"fTt" = ( +/obj/structure/window/reinforced, +/obj/item/flag/nt, +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/specops) -"hJA" = ( -/obj/structure/window/reinforced{ +/area/centcom/evac) +"fTT" = ( +/obj/structure/chair/comfy/beige{ dir = 1 }, -/obj/structure/bush, +/obj/effect/decal/stripes/gold/corner, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"fUp" = ( /turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" - }, -/area/centcom/specops) -"hKD" = ( -/obj/structure/chair/sofa{ - dir = 10 - }, -/obj/structure/window/reinforced{ - color = "black"; dir = 1; - layer = 5 - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/zone1) -"hLt" = ( -/obj/structure/table/reinforced, -/obj/item/shield/riot/tele{ - pixel_x = -6; - pixel_y = 6 + icon_state = "navyred" }, -/obj/item/shield/riot/tele{ - pixel_x = 6; - pixel_y = 6 +/area/tdome/arena_source) +"fUK" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" }, -/obj/item/shield/riot/tele{ - pixel_x = -6; - pixel_y = 6 +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" }, -/obj/item/shield/riot/tele{ - pixel_x = -6; - pixel_y = 6 +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" }, -/obj/item/shield/riot/tele{ - pixel_x = 6; - pixel_y = 6 +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" }, -/obj/item/shield/riot/tele{ - pixel_x = 6; - pixel_y = 6 +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 33; - pixel_y = -7 +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" }, -/obj/item/grenade/plastic/c4_shaped/flash{ - pixel_x = 3; - pixel_y = -6 +/turf/simulated/floor/wood, +/area/centcom/bridge) +"fVo" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo18" }, -/obj/item/grenade/plastic/c4_shaped/flash{ - pixel_x = 3; - pixel_y = -6 +/obj/effect/decal/stripes/black{ + icon_state = "bs_line_S" }, -/obj/item/grenade/plastic/c4_shaped/flash{ - pixel_x = 3; - pixel_y = -6 +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"fVB" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 }, -/obj/item/grenade/plastic/c4_shaped/flash{ - pixel_x = 3; - pixel_y = -6 +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/grenade/plastic/c4_shaped/flash{ - pixel_x = 3; - pixel_y = -6 +/area/centcom/specops) +"fVP" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, -/obj/item/grenade/plastic/c4_shaped/flash{ - pixel_x = 3; - pixel_y = -6 +/obj/machinery/light/small{ + dir = 8 }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbluefull" +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" }, -/area/centcom/specops) -"hLK" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/light{ - dir = 4; - switchcount = 50 +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "warndarkgreyred" }, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "whitehall"; - tag = "icon-floor" +/area/syndicate_mothership) +"fVX" = ( +/obj/structure/chair/comfy/blue{ + dir = 1 }, -/area/centcom/evac) -"hLL" = ( -/obj/structure/closet/secure_closet/medical2, -/turf/unsimulated/floor{ - icon_state = "white" +/obj/effect/landmark{ + name = "tdomeobserve" }, -/area/centcom/zone1) -"hLQ" = ( -/obj/machinery/teleport/station, /turf/unsimulated/floor{ - icon_state = "dark" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/zone2) -"hMK" = ( -/turf/unsimulated/floor{ +/area/tdome) +"fWh" = ( +/turf/unsimulated/wall/fakeglass{ dir = 4; - icon_state = "darkbluecorners" + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/area/centcom/zone2) -"hNx" = ( -/turf/simulated/floor/holofloor{ - dir = 8; - icon_state = "green" +/area/syndicate_mothership/jail) +"fWk" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/area/holodeck/source_basketball) -"hOj" = ( -/obj/structure/weightmachine/stacklifter, -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" }, -/turf/unsimulated/floor{ - icon_state = "carpet" +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, /area/centcom/jail) -"hOT" = ( +"fWt" = ( +/obj/machinery/computer/account_database, /obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/optable, -/turf/unsimulated/floor{ - icon_state = "white" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/zone1) -"hOV" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/shaker, -/turf/simulated/floor/wood, -/area/secret/gaybar) -"hPK" = ( -/obj/machinery/optable, -/obj/structure/window/reinforced{ - dir = 8 +/area/centcom/bridge) +"fWy" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ - icon_state = "white" +/turf/unsimulated/floor/asteroid{ + dir = 8; + icon_state = "asteroidwarning"; + name = "plating" }, -/area/centcom/zone1) -"hPT" = ( -/obj/machinery/sleeper, -/turf/unsimulated/floor{ - icon_state = "white" +/area/syndicate_mothership/outside) +"fWV" = ( +/obj/structure/noticeboard{ + pixel_y = -30 }, -/area/centcom/zone1) -"hQm" = ( -/obj/structure/rack, -/obj/item/clothing/under/color/red, -/obj/item/clothing/shoes/brown, -/obj/item/grenade/smokebomb, -/obj/item/restraints/legcuffs/beartrap, -/obj/item/sleeping_carp_scroll, -/obj/item/twohanded/bostaff, -/turf/unsimulated/floor{ +/obj/item/paper/syndimemo{ + info = "https://www.youtube.com/watch?v=PD8LdxRSueA" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/centcom/evac) +"fXf" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/tdome/arena) -"hQn" = ( -/obj/machinery/door/airlock/shuttle, +/area/centcom/specops) +"fXg" = ( +/obj/structure/rack, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/storage/belt/bandolier, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/clothing/accessory/holster, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/clothing/head/cowboyhat/white, +/obj/item/clothing/shoes/cowboy/fancy, +/obj/item/clothing/accessory/cowboyshirt/white, +/obj/item/clothing/under/color/white, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "vault" + }, +/area/tdome) +"fXi" = ( +/obj/mecha/combat/honker/loaded{ + operation_req_access = list(114) }, -/area/centcom/evac) -"hQs" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/gun/blueshield/pdw9, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 8; + icon_state = "wood" }, /area/admin) -"hQw" = ( -/obj/structure/table/wood, -/obj/effect/landmark{ - name = "Teleport-Scroll" - }, -/obj/item/radio/intercom/syndicate{ - pixel_y = -30 +"fXR" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo2" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet08" +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"fXZ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcornersalt" }, -/area/wizard_station) -"hQK" = ( -/obj/machinery/fishtank/wall, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/centcom/jail) +"fYj" = ( +/obj/structure/sign/poster/contraband/c20r{ + pixel_y = 32 }, -/area/centcom/zone1) -"hQT" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/statue/elwycco, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"fYk" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate, +/obj/item/shard, +/obj/item/kitchen/knife, +/obj/item/storage/firstaid/tactical, /turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" - }, -/area/centcom/evac) -"hQV" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 25 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 40 + dir = 8; + icon_state = "wood" }, -/obj/item/flag/nt, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/admin) +"fYE" = ( +/mob/living/simple_animal/pet/cat/Syndi, +/obj/structure/bed/dogbed, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"fYP" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 2"; + opacity = 1; + req_access_txt = "109" }, -/area/centcom/specops) -"hRV" = ( -/obj/structure/table/wood, -/obj/item/folder/white, -/obj/item/pen/fancy, -/turf/unsimulated/floor{ +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/zone2) -"hRW" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/automatic/c20r, -/obj/item/gun/projectile/automatic/c20r/toy/riot, -/obj/item/gun/projectile/automatic/c20r/toy, -/obj/item/gun/projectile/automatic/c20r/sc_c20r, +"fYW" = ( /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 1; + icon_state = "navyblue" }, +/area/tdome/arena_source) +"fZr" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/hos, +/turf/unsimulated/floor/wood, /area/admin) -"hRY" = ( -/obj/structure/sign/evac{ - pixel_x = 33 - }, -/obj/machinery/vending/coffee, -/turf/unsimulated/floor{ +"fZO" = ( +/turf/unsimulated/wall/fakeglass{ dir = 4; - icon_state = "whitehall"; - tag = "icon-floor" + tag = "icon-fakewindows (EAST)" }, -/area/centcom/evac) -"hSw" = ( -/obj/structure/flora/grass/green, -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"hSy" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/kitchenspike, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/space) +"gam" = ( +/obj/structure/flora/tree/pine{ + color = "#336633" }, -/area/syndicate_mothership) -"hSC" = ( -/turf/unsimulated/wall/fakeglass{ - icon_state = "fakewindows2"; - tag = "icon-fakewindows2 (WEST)" +/turf/simulated/floor/grass, +/area/centcom/evac) +"gaE" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, -/area/centcom) -"hSQ" = ( -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +/area/vox_station) +"gaJ" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 }, +/obj/item/clothing/under/color/blue, /turf/unsimulated/floor{ - icon_state = "carpet" + dir = 8; + icon_state = "vault" }, -/area/centcom/jail) -"hTb" = ( -/obj/item/clothing/glasses/sunglasses/yeah, -/turf/unsimulated/beach/sand, -/area/centcom/evac) -"hTe" = ( -/obj/structure/table, -/obj/item/storage/toolbox/surgery, -/obj/item/storage/box/gloves, -/obj/item/storage/box/masks, -/obj/item/clothing/gloves/color/latex/nitrile, -/obj/structure/window/reinforced{ - dir = 4 +/area/tdome) +"gaR" = ( +/obj/machinery/teleport/hub/upgraded, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/turf/unsimulated/floor{ - icon_state = "white" +/area/shuttle/syndicate) +"gaY" = ( +/obj/structure/closet/secure_closet/medical1{ + req_access = null; + req_access_txt = "150" }, -/area/centcom/zone1) -"hTB" = ( -/obj/structure/table/wood, -/obj/item/grenade/chem_grenade/holywater, -/obj/item/grenade/chem_grenade/holywater, -/obj/item/grenade/chem_grenade/holywater, -/obj/item/grenade/chem_grenade/holywater, -/obj/item/grenade/chem_grenade/holywater, -/obj/item/grenade/chem_grenade/holywater, -/obj/item/grenade/chem_grenade/holywater, -/obj/item/grenade/chem_grenade/holywater, -/obj/item/grenade/chem_grenade/holywater, -/obj/item/grenade/chem_grenade/holywater, -/obj/item/grenade/clusterbuster/holy, -/obj/item/grenade/clusterbuster/holy, -/obj/item/grenade/clusterbuster/holy, -/turf/unsimulated/floor{ +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/grenade/bananade/casing, +/obj/item/grenade/bananade/casing, +/obj/item/grenade/bananade/casing, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/obj/item/storage/bag/chemistry, +/obj/item/storage/bag/chemistry, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/supply) -"hTW" = ( -/obj/machinery/washing_machine, -/obj/machinery/light{ +/area/syndicate_mothership/control) +"gbl" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r/toy, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"gbo" = ( +/turf/simulated/floor/plasteel{ dir = 1; - light_range = 5 + icon_state = "darkyellowaltstrip" }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 30 +/area/centcom/supply) +"gbZ" = ( +/turf/unsimulated/wall{ + icon_state = "iron1" }, -/turf/unsimulated/floor{ +/area/syndicate_mothership/control) +"gcl" = ( +/obj/effect/turf_decal/number/number_1, +/turf/simulated/floor/plasteel{ dir = 8; - icon_state = "wood" + icon_state = "darkredaltstrip" }, -/area/syndicate_mothership) -"hTY" = ( -/obj/structure/table/wood, -/obj/structure/mirror/magic{ - pixel_y = -30 +/area/centcom/jail) +"gcs" = ( +/obj/effect/landmark{ + name = "tdomeadmin" }, -/obj/machinery/light/small{ - brightness_range = 6; - light_range = 8; - nightshift_light_range = 6; - throw_range = 6 +/obj/item/radio/intercom/pirate{ + pixel_y = -25; + req_access_txt = "153" }, -/obj/item/flashlight/slime, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet07" +/obj/machinery/door_control{ + id = "thunderdome"; + name = "Thunder start"; + pixel_y = -32; + req_access_txt = "153" }, -/area/wizard_station) -"hUH" = ( -/obj/structure/bookcase, -/obj/item/book/manual, -/obj/item/book/manual, -/obj/item/book/manual, -/obj/item/book/manual, -/obj/item/book/manual, -/obj/item/book/manual, /turf/unsimulated/floor{ - dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/wizard_station) -"hXg" = ( -/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ - dir = 8 - }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 4 - }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1 - }, -/turf/unsimulated/floor{ +/area/tdome/tdomeadmin) +"gct" = ( +/obj/mecha/combat/marauder/loaded, +/turf/simulated/floor/plasteel{ dir = 1; - icon_state = "darkgreenfull" - }, -/area/centcom/specops) -"hXo" = ( -/obj/machinery/newscaster/security_unit{ - pixel_y = 32 - }, -/obj/structure/weightmachine/stacklifter, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/turf/unsimulated/floor{ - icon_state = "carpet" + icon_state = "navyblue" }, /area/centcom/specops) -"hXB" = ( -/obj/structure/chair/stool/holostool, -/turf/simulated/floor/holofloor{ +"gcB" = ( +/turf/simulated/floor/plasteel{ dir = 4; - icon_state = "carpet9-0"; - tag = "icon-carpet9-0 (EAST)" + icon_state = "arrival" }, -/area/holodeck/source_meetinghall) -"hYv" = ( -/obj/machinery/light, +/area/centcom/zone1) +"gcG" = ( +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/gun/syringe/rapidsyringe, +/obj/item/reagent_containers/spray/chemsprayer, +/obj/structure/closet, +/obj/item/gun/projectile/shotgun/sc_pump, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, /turf/unsimulated/floor{ dir = 8; icon_state = "wood" }, -/area/syndicate_mothership) -"hYy" = ( -/obj/machinery/vending/coffee, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom/zone1) -"hYX" = ( -/obj/machinery/vending/cigarette, -/turf/unsimulated/floor{ - icon_state = "wood" +/area/admin) +"gcO" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/captain, +/turf/unsimulated/floor/wood, +/area/admin) +"gcU" = ( +/obj/structure/table, +/obj/item/vending_refill/hydroseeds, +/obj/item/vending_refill/hydroseeds, +/obj/item/vending_refill/hydroseeds, +/obj/item/vending_refill/hydroseeds, +/obj/item/storage/toolbox/syndicate, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/turf/simulated/floor/wood, +/area/centcom/evac) +"gcW" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/area/centcom/zone1) -"hZx" = ( -/turf/unsimulated/floor{ - dir = 5; - icon_state = "darkred" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/centcom/specops) -"hZZ" = ( -/turf/simulated/floor/holofloor{ - dir = 8; - icon_state = "green" +/area/syndicate_mothership/outside) +"gdi" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 }, -/area/holodeck/source_boxingcourt) -"ibA" = ( -/obj/machinery/door/poddoor/impassable{ - id_tag = "sst_tele" +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"gdk" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/zone2) +"gdp" = ( +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"gdt" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/wood, +/area/centcom/zone1) +"gdu" = ( +/obj/machinery/conveyor/south{ + id = "SFBQMLoad" }, -/area/syndicate_mothership) -"ibN" = ( -/obj/machinery/door/airlock/hatch/syndicate/command{ - req_access_txt = "150" +/obj/structure/plasticflaps/mining{ + color = "red" }, -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "commandcenter"; - name = "Privacy Shutters" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/syndicate_mothership/cargo) +"gdL" = ( +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" }, -/area/syndicate_mothership) -"ibP" = ( +/area/centcom/evac) +"gdN" = ( /obj/structure/table, -/obj/machinery/door_control{ - desc = "A remote control switch for port-side blast doors."; - id = "thunderdomeaxe"; - name = "Specialist Supply"; - pixel_y = 5; - req_access_txt = "104" - }, -/turf/unsimulated/floor{ - icon_state = "floor" +/obj/item/gun/energy/ionrifle, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/area/tdome/tdomeadmin) -"ieG" = ( -/obj/structure/chair/comfy/brown, -/obj/structure/window/reinforced{ - color = "black"; - dir = 8; - layer = 5 +/area/syndicate_mothership) +"ges" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/immolator, +/turf/unsimulated/floor/wood, +/area/admin) +"gev" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Mecha"; + name = "Mecha" }, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + icon_state = "dark" }, -/area/centcom/zone1) -"ifq" = ( -/obj/structure/chair/sofa{ - dir = 6 +/area/tdome/arena_source) +"gex" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" }, -/obj/structure/window/reinforced{ - color = "black"; - dir = 1; - layer = 5 +/area/syndicate_mothership/elite_squad) +"geF" = ( +/obj/structure/rack, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/clothing/accessory/stethoscope, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/structure/window/reinforced{ - color = "black"; - dir = 8; - layer = 5 +/area/centcom/specops) +"gfB" = ( +/obj/structure/bed, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/vox_station) +"gfO" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/immolator/multi/cyborg, +/turf/unsimulated/floor/wood, +/area/admin) +"ggg" = ( +/obj/structure/grille, +/obj/structure/shuttle/window{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end" }, -/area/centcom/zone1) -"igG" = ( -/turf/unsimulated/floor{ - color = "#CCCCCC"; - dir = 8; - icon_state = "vault"; - name = "Officer position" +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"ggy" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/syndicate, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/centcom/jail) -"igW" = ( -/obj/machinery/door/airlock/centcom{ - opacity = 1; - req_access_txt = "152" +/area/syndicate_mothership/cargo) +"ggC" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" }, +/area/shuttle/syndicate) +"ggF" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/immolator/multi, +/turf/unsimulated/floor/wood, +/area/admin) +"ggJ" = ( +/obj/item/tank/nitrogen, +/obj/structure/table/wood, +/obj/item/tank/nitrogen, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/tank/nitrogen, /turf/unsimulated/floor/vox{ icon_state = "plastitanium" }, /area/vox_station) -"iic" = ( -/obj/structure/table/wood/poker, +"ggN" = ( +/obj/effect/decal/stripes/gold/line/west, +/turf/simulated/floor/carpet/arcade, +/area/centcom/specops) +"ggS" = ( +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"ghk" = ( +/obj/structure/table/wood, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "wood" }, -/area/event_zone) -"iid" = ( -/obj/mecha/combat/phazon{ - operation_req_access = list(114) +/area/trader_station/sol) +"ghF" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/syndicate_mothership/elite_squad) +"ghS" = ( +/obj/machinery/door/firedoor, +/obj/structure/sign/poster/ripped{ + pixel_x = 32 }, -/area/admin) -"iie" = ( -/obj/structure/chair/sofa/left, -/obj/structure/window/reinforced{ - color = "black"; - dir = 1; - layer = 5 +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/shuttle/syndicate) +"ghT" = ( +/obj/structure/spacepoddoor{ + dir = 4; + luminosity = 3 }, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + dir = 4; + icon_state = "darkgrey" }, -/area/centcom/zone1) -"iij" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +/area/syndicate_mothership) +"giA" = ( +/obj/machinery/light/spot{ + dir = 1 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ dir = 1; - icon_state = "darkred" - }, -/area/centcom/zone3) -"iiz" = ( -/obj/effect/landmark{ - name = "syndieprisonwarp" + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/syndicate_mothership/control) +"giG" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" }, -/area/syndicate_mothership) -"ijb" = ( +/area/centcom/evac) +"giX" = ( /turf/unsimulated/floor{ - dir = 4; - icon_state = "darkbrown" + dir = 8; + icon_state = "grimy" }, -/area/centcom/specops) -"ijg" = ( -/obj/structure/holowindow, -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "red" +/area/admin) +"gja" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/advtaser/mounted, +/turf/unsimulated/floor/wood, +/area/admin) +"gjj" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/mini, +/turf/unsimulated/floor/wood, +/area/admin) +"gjk" = ( +/obj/machinery/vending/cigarette/syndicate/free, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/holodeck/source_knightarena) -"ijy" = ( -/obj/machinery/abductor/experiment{ - team = 2 +/area/syndicate_mothership/elite_squad) +"gjn" = ( +/obj/machinery/computer/shuttle/ert{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access = list(109) }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"ijL" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 6; - pixel_y = 27 +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navybluealt" }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -6; - pixel_y = 27 +/area/centcom/specops) +"gjC" = ( +/obj/item/gun/energy/dominator, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"gjP" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock{ + id_tag = "CC_toilet_unit11"; + name = "Toilet" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/trader_station/sol) -"ijP" = ( -/obj/structure/chair/sofa{ - dir = 10 +/area/centcom/specops) +"gkg" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/obj/structure/window/reinforced{ - color = "black"; - dir = 1; - layer = 5 +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, -/obj/structure/window/reinforced{ +/obj/effect/turf_decal/tile/neutral{ + alpha = 75; color = "black"; - dir = 4; - layer = 5 + icon_state = "tile_full" }, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + dir = 1; + icon_state = "rampbottom" }, -/area/centcom/zone1) -"ijS" = ( -/obj/structure/chair/stool/bar, -/turf/unsimulated/floor{ - icon_state = "cafeteria" - }, -/area/ninja/holding) -"iky" = ( -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet6-2"; - tag = "icon-carpet6-2 (EAST)" +/area/syndicate_mothership/outside) +"gkG" = ( +/obj/structure/rack, +/obj/item/gun/medbeam{ + pixel_x = -3; + pixel_y = 3 }, -/area/holodeck/source_theatre) -"ikJ" = ( -/obj/machinery/computer/teleporter{ - req_access = list(150) +/obj/item/gun/medbeam, +/obj/item/gun/medbeam{ + pixel_x = 3; + pixel_y = -3 }, /obj/machinery/light/small{ - brightness_range = 10; - dir = 1; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 + dir = 8 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"gkS" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate Infiltrators" }, -/area/ussp_ship) -"ikP" = ( -/obj/structure/chair/comfy/brown{ +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"gkU" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"gkW" = ( +/obj/structure/window/reinforced{ dir = 4 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/structure/table/wood, +/obj/item/candle/eternal, +/turf/simulated/floor/wood, +/area/centcom/evac) +"glc" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo15" }, -/area/centcom/zone1) -"ila" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkredfull" +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"glw" = ( +/obj/structure/chair/comfy/brown, +/obj/structure/window/reinforced{ + dir = 8 }, +/turf/simulated/floor/carpet/black, /area/centcom/specops) -"ilE" = ( -/obj/structure/table/wood, -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"inp" = ( -/obj/structure/table/wood, -/obj/item/dnainjector/antiblind, -/obj/item/dnainjector/anticlumsy, -/obj/item/dnainjector/anticomic, -/obj/item/dnainjector/anticough, -/obj/item/dnainjector/antideaf, -/obj/item/dnainjector/antiepi, -/obj/item/dnainjector/antifire, -/obj/item/dnainjector/antiglasses, -/obj/item/dnainjector/antihallucination, -/obj/item/dnainjector/antihulk, -/obj/item/dnainjector/antiinsulation, -/obj/item/dnainjector/antimidgit, -/obj/item/dnainjector/antimorph, -/obj/item/dnainjector/antinobreath, -/obj/item/dnainjector/antinoprints, -/obj/item/dnainjector/antiregenerate, -/obj/item/dnainjector/antiremoteview, -/obj/item/dnainjector/antirunfast, -/obj/item/dnainjector/antistutt, -/obj/item/dnainjector/antitele, -/obj/item/dnainjector/antitour, -/obj/item/dnainjector/antixray, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +"glM" = ( +/obj/machinery/light{ + dir = 8 }, -/area/admin) -"inB" = ( -/obj/structure/table/glass, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ dir = 8; - icon_state = "grimy" + icon_state = "arrival" }, -/area/centcom/zone1) -"inR" = ( -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - name = "Weapons"; - req_access = null +/area/centcom/evac) +"glO" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/hooker{ + layer = 10; + pixel_y = 10 }, -/obj/item/gun/projectile/shotgun/boltaction, -/obj/item/gun/projectile/shotgun/boltaction, -/obj/item/gun/projectile/shotgun/boltaction, -/obj/item/gun/projectile/shotgun/boltaction, -/obj/item/gun/projectile/shotgun/boltaction, -/obj/item/ammo_box/a762, -/obj/item/ammo_box/a762, -/obj/item/ammo_box/a762, -/obj/item/ammo_box/a762, -/obj/item/ammo_box/a762, -/obj/item/ammo_box/a762, -/obj/item/ammo_box/a762, -/obj/item/ammo_box/a762, -/obj/item/ammo_box/a762, -/obj/item/ammo_box/a762, -/obj/item/gun/projectile/shotgun/boltaction, -/obj/item/ammo_box/a762, -/obj/item/ammo_box/a762, -/obj/machinery/light/small{ - brightness_range = 10; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/obj/effect/turf_decal/plaque{ + layer = 3 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/grass, +/area/centcom/evac) +"gmk" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 }, -/area/ussp_ship) -"ioe" = ( -/obj/machinery/door/poddoor{ - id_tag = "nukeop_ready"; - name = "Shuttle Dock Door" +/obj/item/radio/intercom/syndicate{ + pixel_x = -32 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/syndicate_mothership) -"ioL" = ( -/obj/machinery/light/small{ - brightness_range = 6; - dir = 8; - light_range = 8; - nightshift_light_range = 6; - throw_range = 6 +/area/shuttle/syndicate) +"gmq" = ( +/obj/structure/rack, +/obj/item/cultivator, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/shovel/spade, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, +/area/centcom/jail) +"gmt" = ( /turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"ioN" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/tdome) +"gmC" = ( +/obj/structure/table/wood{ + color = "#996633" }, +/turf/simulated/floor/wood, /area/centcom/zone1) -"ioO" = ( -/obj/structure/closet/chefcloset, +"gmJ" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Strela"; + name = "Strela"; + tag = null + }, /turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"gmQ" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/wood_wall.dmi'; icon_state = "wood" }, +/area/trader_station/sol) +"gna" = ( +/obj/effect/decal/stripes/gold/corner/west, +/turf/simulated/floor/carpet/black, /area/centcom/zone1) -"ipp" = ( -/obj/machinery/vending/dinnerware, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +"gnr" = ( +/obj/effect/decal/stripes/black/line, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"gnw" = ( +/obj/structure/table/wood/poker, +/obj/item/storage/box/ids, +/obj/item/storage/box/ids, +/obj/item/storage/box/PDAs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/PDAs{ + pixel_x = 4; + pixel_y = 4 }, /turf/unsimulated/floor{ dir = 8; - icon_state = "woodalt" + icon_state = "grimy" }, -/area/centcom/specops) -"ipv" = ( -/turf/simulated/floor/holofloor{ - dir = 1; - icon_state = "red" +/area/admin) +"gnD" = ( +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/grass, +/area/centcom/evac) +"gnP" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/animate, +/turf/unsimulated/floor/wood, +/area/admin) +"gnU" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"got" = ( +/turf/unsimulated/wall{ + icon_state = "rrust" }, -/area/holodeck/source_boxingcourt) -"ipG" = ( -/obj/structure/rack, -/obj/item/clothing/under/color/green, -/obj/item/clothing/shoes/brown, -/obj/item/clothing/suit/armor/vest, -/obj/item/clothing/head/helmet/swat, -/obj/item/gun/energy/laser, -/obj/item/shield/energy, -/obj/machinery/recharger/wallcharger{ - pixel_x = 3; - pixel_y = -30 +/area/vox_station) +"goI" = ( +/obj/machinery/computer/cryopod/robot{ + pixel_y = 30 }, -/turf/unsimulated/floor{ +/obj/effect/decal/warning_stripes/green/hollow, +/obj/effect/landmark{ + name = "Response Team" + }, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/tdome/arena) -"iqq" = ( -/obj/machinery/teleport/station, -/turf/unsimulated/floor{ - icon_state = "darkfull" +/area/centcom/specops) +"goU" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2; + name = "Shop" }, -/area/chrono_ship) -"iqu" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien4" +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" }, -/area/abductor_ship) -"iqV" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger/wallcharger{ - pixel_x = 33; - pixel_y = -7 +/area/trader_station/sol) +"gpm" = ( +/obj/machinery/computer/station_alert, +/obj/structure/window/reinforced{ + dir = 1 }, -/obj/item/gun/energy/sniperrifle{ - pixel_x = 3; - pixel_y = 8 +/turf/simulated/floor/wood, +/area/centcom/specops) +"gpF" = ( +/obj/effect/turf_decal/stripes/asteroid/line, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" }, -/obj/item/gun/energy/sniperrifle{ - pixel_x = 3; - pixel_y = -3 +/area/centcom/evac) +"gpG" = ( +/obj/structure/weightmachine/weightlifter, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"gqc" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Shuttle Airlock"; + req_access_txt = "2" }, -/obj/item/gun/energy/sniperrifle{ - pixel_x = 3; - pixel_y = -3 +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/turf/space, +/area/shuttle/siberia) +"gqd" = ( /turf/unsimulated/floor{ - dir = 1; - icon_state = "darkredfull" + icon_state = "navyred" + }, +/area/tdome/arena_source) +"gqg" = ( +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"irj" = ( -/obj/item/gun/energy/temperature, -/obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +"gqv" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" }, -/area/admin) -"iru" = ( +/area/centcom/specops) +"gqx" = ( /obj/structure/table/wood, -/obj/item/abductor_baton, -/obj/item/abductor/silencer, -/obj/item/abductor/mind_device, -/obj/item/abductor/gizmo, -/obj/structure/ninjatele{ - pixel_x = -28 - }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, +/obj/item/gun/magic/staff/door, +/turf/unsimulated/floor/wood, /area/admin) -"irI" = ( -/obj/structure/foodcart, -/turf/unsimulated/floor{ - icon_state = "wood" +"gqJ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + tag = "icon-fakewindows (WEST)" }, -/area/centcom/zone1) -"irU" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/chair/sofa{ +/area/space) +"grj" = ( +/obj/machinery/light{ dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredalt" }, -/area/centcom/evac) -"irV" = ( -/obj/machinery/computer/syndicate_depot/teleporter{ - use_power = 0 +/area/centcom/jail) +"grx" = ( +/obj/structure/closet/crate, +/turf/simulated/shuttle/floor, +/area/shuttle/siberia) +"grF" = ( +/obj/structure/lattice, +/obj/machinery/porta_turret/syndicate{ + pixel_y = -32 }, -/obj/machinery/light{ - dir = 1 +/turf/space, +/area/shuttle/syndicate) +"grQ" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/syndicate_mothership/jail) +"gsj" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/area/syndicate_depot/core) -"ist" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien9" +/obj/structure/closet/crate/can, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"gsB" = ( +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, -/area/abductor_ship) -"isK" = ( -/obj/structure/table/wood, -/obj/item/dnainjector/blindmut, -/obj/item/dnainjector/clumsymut, -/obj/item/dnainjector/comic, -/obj/item/dnainjector/coughmut, -/obj/item/dnainjector/deafmut, -/obj/item/dnainjector/epimut, -/obj/item/dnainjector/firemut, -/obj/item/dnainjector/glassesmut, -/obj/item/dnainjector/h2m, -/obj/item/dnainjector/hallucination, -/obj/item/dnainjector/hulkmut, -/obj/item/dnainjector/insulation, -/obj/item/dnainjector/m2h, -/obj/item/dnainjector/midgit, -/obj/item/dnainjector/morph, -/obj/item/dnainjector/nobreath, -/obj/item/dnainjector/noprints, -/obj/item/dnainjector/regenerate, -/obj/item/dnainjector/remoteview, -/obj/item/dnainjector/runfast, -/obj/item/dnainjector/stuttmut, -/obj/item/dnainjector/telemut, -/obj/item/dnainjector/tourmut, -/obj/item/dnainjector/xraymut, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/trader_station/sol) +"gsR" = ( +/obj/structure/table, +/obj/item/radio/electropack{ + pixel_x = -5 }, -/area/admin) -"isN" = ( -/obj/machinery/camera{ - c_tag = "Centaral Command Supreme Court"; - dir = 1; - network = list("SS13","CentComm"); - pixel_x = 12; - pixel_y = -6 +/obj/item/assembly/signaler{ + code = 2; + frequency = 1449; + pixel_x = 8 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/restraints/handcuffs{ + pixel_y = 10 }, -/area/centcom/court) -"isW" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/chair/sofa/left{ - dir = 1 +/obj/item/restraints/handcuffs{ + pixel_y = 10 }, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/area/centcom/evac) -"isY" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/jail) +"gtm" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" }, -/area/centcom/zone2) -"itg" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/ammo_box/magazine/tommygunm45, -/obj/item/ammo_box/magazine/tommygunm45, -/obj/item/ammo_box/magazine/tommygunm45, -/obj/item/ammo_box/magazine/tommygunm45, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/shuttle/trade/sol) +"gtE" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken3"; + tag = "icon-wood-broken3" }, /area/syndicate_mothership) -"iuh" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/camera{ - c_tag = "CentComm ERT Armory Level 3"; - network = list("CentComm") +"gtY" = ( +/obj/machinery/light/small{ + dir = 8 }, -/obj/machinery/status_display{ - pixel_y = 30 +/turf/simulated/floor/wood, +/area/centcom/zone1) +"gul" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcornersalt" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/zone3) +"guv" = ( +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" }, -/area/centcom/specops) -"iuU" = ( -/turf/unsimulated/wall{ - dir = 1; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "swall0"; - tag = "icon-wall3 (NORTH)" +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, -/area/ussp_ship) -"iuV" = ( -/obj/machinery/vending/snack, +/area/centcom/zone1) +"gux" = ( +/obj/effect/decal/stripes/gold/corner/west, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"guS" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"gvb" = ( /turf/unsimulated/floor{ - dir = 4; - icon_state = "whitehall"; - tag = "icon-floor" + icon_state = "navyblue" }, -/area/centcom/evac) -"ivN" = ( -/obj/mecha/combat/durand{ - armor = list("melee" = 60, "bullet" = 50, "laser" = 20, "energy" = 25, "bomb" = 50, "bio" = 0, "rad" = 50, "fire" = 80, "acid" = 80); - color = "#CCCCFF"; - desc = "A heavyweight exosuit, painted in a gray scheme. This model appears to have some modifications for ERT."; - name = "Nanotrasen Special Durand Mk. II"; - operation_req_access = list(109) +/area/tdome/arena_source) +"gvy" = ( +/obj/machinery/light{ + dir = 4 }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkredfull" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluealt" }, /area/centcom/specops) -"ivP" = ( -/obj/item/gun/projectile/automatic/ar, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1; - layer = 2.8 - }, -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - layer = 2.9; - name = "ARG"; - req_access = null; - req_access_txt = "114" +"gvO" = ( +/obj/structure/chair/comfy/brown{ + color = "#FF3300" }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 8 +/area/trader_station/sol) +"gvQ" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "Medbay"; + opacity = 1; + req_access_txt = "101" }, -/obj/item/gun/projectile/automatic/ar, -/obj/item/gun/projectile/automatic/ar, -/obj/item/gun/projectile/automatic/ar, -/obj/item/gun/projectile/automatic/ar, -/obj/item/gun/projectile/automatic/ar, -/turf/unsimulated/floor{ +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; icon_state = "dark" }, -/area/centcom/specops) -"iwc" = ( -/obj/machinery/vending/wallmed/syndicate{ - pixel_x = -30 - }, +/area/shuttle/administration) +"gwo" = ( +/obj/structure/shuttle/window, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/shuttle/transport) +"gwP" = ( +/obj/structure/rack, +/obj/item/melee/baseball_bat/ablative, +/obj/item/clothing/under/pj/blue, +/obj/item/clothing/glasses/hud/health/sunglasses, +/obj/item/clothing/shoes/winterboots, /turf/unsimulated/floor{ dir = 8; - icon_state = "wood" + icon_state = "vault" }, -/area/syndicate_mothership) -"iwj" = ( -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "asteroid3"; - tag = "icon-asteroid3 (EAST)" +/area/space) +"gxh" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/holodeck/source_desert) -"iwu" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidwarning"; + name = "plating" }, -/area/centcom/zone1) -"ixk" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24; - pixel_y = 5 +/area/syndicate_mothership/outside) +"gxB" = ( +/obj/structure/sink{ + dir = 1 }, -/obj/item/ammo_box/shotgun, -/obj/item/ammo_box/shotgun, -/obj/item/ammo_box/shotgun, -/obj/item/ammo_box/shotgun, -/obj/item/ammo_box/shotgun, -/obj/item/storage/box/slug, -/obj/item/storage/box/slug, -/obj/item/storage/box/slug, -/obj/item/storage/box/slug, -/obj/item/storage/box/slug, -/obj/item/storage/box/slug, -/obj/item/storage/box/slug, -/turf/unsimulated/floor{ +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/tank/anesthetic, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/surgical, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"gxO" = ( +/obj/structure/spacepoddoor, +/turf/simulated/floor/plasteel{ dir = 1; - icon_state = "darkredfull" + icon_state = "dark" }, -/area/centcom/specops) -"ixm" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 +/area/syndicate_mothership/cargo) +"gyb" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff, +/turf/unsimulated/floor/wood, +/area/admin) +"gyg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, +/area/syndicate_mothership/elite_squad) +"gyJ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/gyropistol, +/turf/unsimulated/floor/wood, +/area/admin) +"gyV" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/lasercarbine, +/turf/unsimulated/floor/wood, +/area/admin) +"gzb" = ( +/obj/machinery/vending/dinnerware, /turf/unsimulated/floor{ - icon_state = "darkfull" + dir = 4; + icon_state = "elevatorshaft" }, -/area/chrono_ship) -"ixp" = ( -/obj/structure/table/glass, -/obj/structure/window/reinforced{ - color = "black"; - dir = 8; - layer = 5 +/area/syndicate_mothership/elite_squad) +"gzp" = ( +/obj/machinery/photocopier, +/obj/machinery/light, +/obj/machinery/newscaster/security_unit{ + pixel_y = -32 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/wood, +/area/centcom/bridge) +"gzR" = ( +/obj/structure/toilet{ dir = 8; - icon_state = "grimy" - }, -/area/centcom/zone1) -"ixH" = ( -/obj/structure/table/holotable, -/obj/item/clothing/head/helmet/thunderdome, -/obj/item/clothing/suit/armor/tdome/red, -/obj/item/clothing/under/color/red, -/obj/item/holo/esword/red, -/turf/simulated/floor/holofloor{ - dir = 1; - icon_state = "red" - }, -/area/holodeck/source_thunderdomecourt) -"iyW" = ( -/obj/structure/table/holotable, -/obj/machinery/readybutton, -/turf/simulated/floor/holofloor{ - dir = 6; - icon_state = "green" - }, -/area/holodeck/source_thunderdomecourt) -"izb" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/shotgun, -/obj/item/gun/projectile/shotgun/automatic, -/obj/item/gun/projectile/shotgun/lethal, -/obj/item/gun/projectile/shotgun/pump, -/obj/item/gun/projectile/shotgun/sc_pump, -/obj/item/gun/projectile/shotgun/toy, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"izA" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" + pixel_y = 8 }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "Zone3-bathroom2"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8"; - tag = "" +/obj/machinery/light/small{ + dir = 4 }, -/turf/space, -/area/ussp_ship) -"iAK" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/window/reinforced{ - dir = 1 +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/area/centcom/zone3) +"gzT" = ( +/obj/structure/chair/comfy/red{ + dir = 4 }, -/area/centcom/specops) -"iBB" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - icon_state = "swall12"; - tag = "icon-swall12" +/obj/effect/decal/stripes/gold/corner/east, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"gAf" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo10" }, -/area/shuttle/gamma/space) -"iBH" = ( -/turf/unsimulated/wall/splashscreen, -/area/start) -"iBQ" = ( /obj/structure/table/wood, -/obj/item/gun/energy/clown, -/obj/item/gun/energy/disabler, -/obj/item/gun/energy/disabler/cyborg, -/obj/item/gun/energy/mimicgun, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"iCh" = ( -/obj/item/flag/syndi, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/item/storage/fancy/cigarettes/cigpack_syndicate{ + pixel_x = -6; + pixel_y = 4 }, -/area/syndicate_mothership) -"iCr" = ( -/obj/machinery/light/small{ - brightness_range = 6; - dir = 4; - light_range = 8; - nightshift_light_range = 6; - throw_range = 6 +/obj/item/reagent_containers/glass/beaker/waterbottle/large{ + pixel_x = 13; + pixel_y = 9 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"gAk" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 }, -/area/wizard_station) -"iCK" = ( -/obj/structure/chair/sofa{ +/obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/window/reinforced{ - color = "black"; - dir = 4; - layer = 5 +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"gAB" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ +/obj/effect/turf_decal{ dir = 8; - icon_state = "grimy" - }, -/area/centcom/zone1) -"iDd" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_x = 30 + icon_state = "grass_edge_medium_corner" }, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "whitecorner" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"gAV" = ( +/obj/machinery/abductor/console{ + team = 2 }, -/area/centcom/evac) -"iDt" = ( -/turf/simulated/floor/holofloor{ +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gBu" = ( +/obj/effect/turf_decal{ dir = 9; - icon_state = "red" + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/holodeck/source_basketball) -"iDS" = ( -/obj/structure/closet/syndicate/personal, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"gBC" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, /area/syndicate_mothership) -"iDU" = ( -/obj/structure/sink{ - dir = 1 +"gBL" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" }, -/obj/item/radio/intercom/syndicate{ - pixel_y = -25 +/area/shuttle/syndicate_sit) +"gBS" = ( +/obj/effect/turf_decal/stripes/red/full, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/centcom/zone2) +"gBT" = ( +/obj/structure/chair/comfy/brown{ + color = "#FF3300"; + dir = 4 }, -/area/syndicate_mothership) -"iEl" = ( -/obj/structure/table/reinforced, -/obj/machinery/chem_dispenser/beer/upgraded, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "stage_bleft" +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, -/area/syndicate_mothership) -"iEI" = ( -/obj/docking_port/stationary/transit{ - dwidth = 3; - height = 7; - id = "steel_rain_transit"; - name = "steel_rain in transit"; - width = 7 +/area/trader_station/sol) +"gBZ" = ( +/obj/machinery/abductor/pad{ + team = 2 }, -/turf/space/transit/horizontal, -/area/space) -"iEK" = ( -/obj/structure/table/wood, -/obj/effect/spawner/lootdrop{ - loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); - name = "Food CC Spawner #1" +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gCh" = ( +/obj/effect/decal/stripes/gold/corner/south, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"gCw" = ( +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = 24; + pixel_y = 24; + req_access_txt = "114"; + wires = 1 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" }, -/area/centcom/zone3) -"iEW" = ( -/obj/docking_port/stationary{ - dwidth = 1; - height = 4; - id = "pod2_away"; - name = "recovery ship bay 2"; - width = 3 +/area/centcom/specops) +"gCD" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/space, -/area/space) -"iFb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" +/area/syndicate_mothership) +"gDO" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/syndicate_mothership/infteam) +"gEA" = ( +/obj/structure/table, +/obj/item/storage/lockbox/mindshield, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/area/ussp_ship) -"iFw" = ( -/obj/structure/closet/crate/can, -/turf/unsimulated/floor{ - dir = 9; - icon_state = "darkblue" +/area/shuttle/administration) +"gFe" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, -/area/centcom/zone2) -"iFT" = ( -/obj/item/target, +/area/trader_station/sol) +"gFq" = ( +/obj/structure/table/wood/poker, /obj/machinery/light/small{ brightness_range = 6; dir = 4; @@ -10823,20880 +11602,22722 @@ }, /turf/unsimulated/floor{ dir = 8; - icon_state = "wood-broken5" - }, -/area/wizard_station) -"iFV" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 10; - tag = "icon-fakewindows (WEST)" - }, -/area/ussp_ship) -"iGd" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "grimy" }, /area/admin) -"iGg" = ( +"gFv" = ( /obj/machinery/door/window/brigdoor{ - req_access_txt = "109" + color = "red"; + dir = 2; + req_access_txt = "150" }, -/obj/machinery/vending/dinnerware{ - req_access_txt = "102" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +/area/syndicate_mothership) +"gFx" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/jail) -"iGV" = ( -/obj/machinery/computer/mecha, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkblue" +/area/centcom/supply) +"gFS" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 1"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/zone2) -"iIJ" = ( -/obj/machinery/computer/robotics, +"gGp" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/machinery/light, /turf/unsimulated/floor{ - dir = 1; - icon_state = "darkblue" + icon_state = "white" }, -/area/centcom/zone2) -"iIT" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/centcom/zone1) +"gGY" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" }, -/obj/item/flag/nt, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" }, -/area/centcom/specops) -"iIV" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - dir = 5; - icon_state = "darkblue" +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" }, -/area/centcom/zone2) -"iJd" = ( -/obj/structure/table/wood, -/obj/item/clothing/suit/browntrenchcoat, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"gHd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 1 }, -/area/admin) -"iJh" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkgreenfull" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/specops) -"iKj" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "bcircuit" +/area/shuttle/syndicate) +"gHz" = ( +/obj/machinery/door/window{ + base_state = "right"; + dir = 2; + icon_state = "right"; + name = "Cockpit"; + req_access_txt = "150" }, -/area/centcom/zone2) -"iLv" = ( -/obj/structure/window/reinforced{ - dir = 8 +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"gHJ" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Bojutsu"; + name = "Bojutsu"; + tag = null }, -/obj/structure/weightmachine/weightlifter, /turf/unsimulated/floor{ - icon_state = "carpet" + icon_state = "dark" }, -/area/centcom/specops) -"iLw" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" +/area/tdome/arena_source) +"gHP" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"gHS" = ( +/obj/structure/rack, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 }, -/turf/space, -/area/ussp_ship) -"iLB" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien20" +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 }, -/area/abductor_ship) -"iLQ" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 }, -/area/centcom/zone1) -"iLU" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 }, -/obj/structure/chair, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 }, -/area/centcom/zone1) -"iLZ" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 }, -/obj/machinery/camera{ - c_tag = "CentComm Zone 1-3"; - network = list("CentComm") +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 }, -/obj/structure/chair, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 }, -/area/centcom/zone1) -"iMg" = ( -/obj/structure/chair, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 }, -/area/centcom/zone1) -"iMk" = ( -/turf/unsimulated/wall{ - icon_state = "iron13" +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" }, -/area/syndicate_mothership) -"iMt" = ( -/obj/structure/chair/sofa/right{ +/area/centcom/specops) +"gHZ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ dir = 4 }, -/obj/structure/window/reinforced{ - color = "black"; - dir = 8; - layer = 5 +/turf/simulated/floor/wood, +/area/centcom/court) +"gIx" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium" }, -/turf/unsimulated/floor{ +/obj/effect/turf_decal{ dir = 8; - icon_state = "grimy" + icon_state = "grass_edge_medium_corner" }, -/area/centcom/zone1) -"iMC" = ( -/obj/machinery/conveyor{ - id = "SOL" +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" }, -/obj/machinery/light{ - dir = 8 +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"gIK" = ( +/obj/machinery/vending/syndisnack, /turf/unsimulated/floor{ - dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/trader_station/sol) -"iMD" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall12"; - tag = "icon-swall12" - }, -/area/shuttle/escape) -"iOb" = ( -/obj/item/radio/intercom/syndicate{ - pixel_x = -3; - pixel_y = -30 +/area/syndicate_mothership/jail) +"gJg" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/machinery/light/small{ - brightness_range = 6; - light_range = 8; - nightshift_light_range = 6; - throw_range = 6 +/area/centcom/zone1) +"gJh" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 }, -/obj/machinery/light_switch{ - pixel_x = 12; - pixel_y = -26 +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "carpet5-1" +/area/centcom/bridge) +"gJq" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood, +/area/centcom/jail) +"gJu" = ( +/obj/mecha/combat/marauder/loaded{ + operation_req_access = list(114) }, -/area/wizard_station) -"iOe" = ( -/obj/structure/table, -/obj/random/tool, -/obj/item/clothing/gloves/color/yellow, -/obj/item/pinpointer/advpinpointer, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 8; + icon_state = "wood" }, /area/admin) -"iOl" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - color = "red" +"gJv" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" }, -/obj/structure/window/reinforced{ - color = "red"; - dir = 4 +/area/syndicate_mothership/elite_squad) +"gKj" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, -/obj/structure/window/reinforced{ - color = "red"; +/area/trader_station/sol) +"gKX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/centcom/evac) +"gLj" = ( +/obj/structure/chair/comfy/brown{ + color = "#FF3300"; dir = 8 }, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/trader_station/sol) +"gLX" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/crossbow/large/cyborg, /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "darkgrey" }, -/area/syndicate_mothership) -"iOE" = ( -/obj/structure/closet/abductor, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"iOS" = ( -/obj/machinery/light{ - dir = 8; - switchcount = 50 +/area/admin) +"gMd" = ( +/obj/machinery/light/small{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "wood" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" }, -/area/centcom/evac) -"iPw" = ( -/obj/machinery/computer/station_alert, -/turf/space, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/zone1) +"gMf" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc1" }, -/area/centcom/specops) -"iPX" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/gun/projectile/automatic/pistol/deagle/gold{ - pixel_y = 5 +/area/shuttle/supply) +"gMj" = ( +/obj/machinery/conveyor/north{ + id = "SFBQMLoad2" }, -/obj/item/gun/projectile/automatic/pistol/deagle/gold, -/obj/item/ammo_box/magazine/m50, -/obj/item/ammo_box/magazine/m50, -/obj/item/ammo_box/magazine/m50, -/obj/item/ammo_box/magazine/m50, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/area/syndicate_mothership) -"iQi" = ( -/obj/structure/window/reinforced, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/bush, -/turf/unsimulated/floor{ - icon_state = "grass1"; +/area/syndicate_mothership/cargo) +"gMo" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; name = "grass" }, -/area/centcom/specops) -"iQV" = ( -/obj/structure/table/wood/poker, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" }, -/area/centcom/zone1) -"iRo" = ( -/obj/structure/table/abductor, -/obj/item/retractor/alien, -/obj/item/hemostat/alien, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"iSr" = ( -/obj/machinery/porta_turret/centcom/pulse{ - armor = list("melee" = 90, "bullet" = 90, "laser" = 95, "energy" = 95, "bomb" = 80, "bio" =100, "rad" = 100, "fire" = 100, "acid" = 100); - color = "#666666"; - damtype = "burn"; - health = 1250; - region_max = 12; - scan_range = 10; - shot_delay = 0.5 +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"gMA" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" }, -/area/centcom/zone1) -"iSU" = ( -/obj/machinery/door/poddoor{ - density = 0; - id_tag = "ASPS_blastdoor"; - layer = 5; - name = "Automatic Station Protection System"; - opacity = 0 +/area/syndicate_mothership/elite_squad) +"gMB" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/structure/window/full/reinforced{ - layer = 2 +/mob/living/simple_animal/cow, +/turf/simulated/floor/grass, +/area/centcom/evac) +"gMD" = ( +/obj/structure/closet/crate/syndicate{ + pixel_x = -4; + pixel_y = -2 }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"gNa" = ( /turf/unsimulated/floor{ - icon_state = "rcircuitanim" + dir = 9; + icon_state = "navyred" }, -/area/centcom/zone1) -"iSV" = ( -/obj/machinery/door/airlock/hatch/syndicate{ - name = "Kitchen & Medbay" +/area/tdome/arena_source) +"gNc" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"gNf" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/junglebush/c, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"gNt" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo10" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"gNB" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc1" + }, +/area/shuttle/administration) +"gNM" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/reedbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"gNW" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd15"; + id_target = "Synd25" }, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + color = "gray"; + dir = 1; + icon_state = "rampbottom" }, /area/syndicate_mothership) -"iTG" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "warnwhitered" +"gOi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrival" }, /area/centcom/zone1) -"iTN" = ( -/obj/structure/table/wood, -/obj/machinery/light/small{ - brightness_range = 10; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +"gOl" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"gOn" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/syndicate_mothership/cargo) +"gOI" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/ussp_ship) -"iUp" = ( -/obj/structure/bookcase, -/obj/item/book/manual, -/obj/item/book/manual, -/obj/item/book/manual, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/supply) +"gPd" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"gPg" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" }, -/area/wizard_station) -"iUr" = ( -/obj/structure/table/wood, -/obj/item/paper_bin/syndicate, -/obj/item/pen/multi/gold{ - pixel_x = -3; - pixel_y = 5 +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/folder/red{ - pixel_x = 5; - pixel_y = 8 +/area/centcom/jail) +"gPk" = ( +/obj/structure/rack, +/obj/item/plant_analyzer, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/obj/item/stamp/chameleon, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/centcom/jail) +"gPn" = ( +/obj/structure/window/reinforced, +/obj/structure/rack, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/syndicate_mothership) -"iUG" = ( -/mob/living/simple_animal/hostile/creature{ - name = "Experiment 35b" +/area/centcom/specops) +"gQg" = ( +/obj/machinery/cryopod/right, +/obj/machinery/computer/cryopod{ + pixel_y = 32 }, -/turf/unsimulated/floor{ - icon_state = "plasma" +/obj/effect/decal/stripes/black/corner/east, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"gQl" = ( +/obj/structure/chair/sofa{ + dir = 6 }, -/area/wizard_station) -"iVp" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien24" +/obj/machinery/light/small{ + dir = 1 }, -/area/abductor_ship) -"iVq" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8"; - tag = "" +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"gQr" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/structure/mirror{ + pixel_x = 30 }, -/area/ussp_ship) -"iVD" = ( -/obj/machinery/door/poddoor/shutters{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - id_tag = "ERT_director_office_shutters"; - layer = 5; - locked = 1; - name = "ERT Director office" +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/turf/unsimulated/wall/fakeglass{ - dir = 1; - icon_state = "fakewindows2" +/area/syndicate_mothership/elite_squad) +"gQs" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" }, -/area/centcom) -"iWh" = ( -/obj/effect/clockwork/overlay/floor/bloodcult, -/obj/effect/decal/cleanable/blood/gibs, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/shuttle/syndicate) +"gQw" = ( +/obj/machinery/door/poddoor/impassable, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, /area/syndicate_mothership) -"iXv" = ( -/obj/machinery/door/poddoor/impassable{ - id_tag = "sit_tele" +"gQy" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 3; + height = 5; + id = "mining_transit"; + name = "mining in transit"; + width = 7 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/space/transit{ + icon_state = "speedspace_ns_1" }, -/area/syndicate_mothership) -"iXG" = ( -/obj/machinery/camera{ - c_tag = "CentComm Zone 1 Check point"; - network = list("CentComm") +/area/space) +"gRe" = ( +/turf/unsimulated/wall/splashscreen, +/area/start) +"gRK" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkredalt" }, -/turf/unsimulated/floor{ - icon_state = "white" +/area/centcom/jail) +"gSH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 }, -/area/centcom/zone1) -"iXH" = ( -/obj/structure/window/reinforced{ +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"gSW" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership/elite_squad) +"gTd" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/recharge_station/ert, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"gTi" = ( +/obj/structure/window/reinforced, +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ dir = 1 }, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/vox_station) -"jaa" = ( -/turf/unsimulated/floor{ - dir = 1; - icon_state = "whitehall"; - tag = "icon-floor" +/area/shuttle/syndicate) +"gTF" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" }, -/area/centcom/evac) -"jat" = ( -/turf/simulated/floor/holofloor{ +/obj/machinery/computer/shuttle/ferry/request, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"gUj" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"gUs" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ dir = 8; - icon_state = "red" + tag = "icon-fakewindows (WEST)" }, -/area/holodeck/source_basketball) -"jaQ" = ( -/obj/structure/foodcart, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "whitecorner" +/area/centcom/evac) +"gUw" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 }, +/turf/simulated/floor/wood, /area/centcom/evac) -"jaU" = ( -/obj/machinery/atmospherics/unary/cryo_cell, -/turf/unsimulated/floor{ +"gVO" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ dir = 8; - icon_state = "bcarpet03" + icon_state = "arrivalcorner" }, /area/centcom/evac) -"jcb" = ( -/obj/machinery/vending/tool, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/srtops) -"jcl" = ( -/obj/structure/window/reinforced{ - color = "red"; - layer = 2.9 +"gWt" = ( +/turf/simulated/floor/plating/airless, +/area/shuttle/syndicate_elite) +"gWX" = ( +/turf/unsimulated/wall{ + icon_state = "iron7" }, -/obj/structure/window/reinforced{ - color = "red"; - dir = 4; - layer = 2.9 +/area/syndicate_mothership/infteam) +"gXf" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + color = "#d70000"; + name = "Arrivals Post"; + req_access_txt = "154" }, -/obj/structure/window/reinforced{ - color = "red"; - dir = 8; - layer = 2.9 +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/obj/structure/grille{ - layer = 2.8 - }, -/obj/structure/window/reinforced{ - color = "red"; - dir = 1; - layer = 2.9 +/area/syndicate_mothership/jail) +"gXw" = ( +/obj/structure/table/wood, +/obj/item/melee/candy_sword, +/turf/unsimulated/floor{ + icon_state = "hierophant1" }, -/obj/machinery/door/poddoor/shutters{ - dir = 1; - id_tag = "commandcenter"; - name = "Privacy Shutters" +/area/admin) +"gXC" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/slipping, +/turf/unsimulated/floor/wood, +/area/admin) +"gXI" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluealt" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/centcom/specops) +"gXQ" = ( +/obj/structure/chair/office/dark{ + dir = 8 }, -/area/syndicate_mothership) -"jcn" = ( -/turf/unsimulated/wall{ - icon_state = "sandstone0" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/wizard_station) -"jcp" = ( -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" +/area/centcom/specops) +"gYq" = ( +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" }, -/area/syndicate_mothership) -"jcG" = ( -/obj/machinery/door/airlock/multi_tile/glass{ - name = "Equipment Room"; - req_access_txt = "150" +/area/centcom/evac) +"gYQ" = ( +/obj/structure/chair/sofa/right{ + dir = 8 }, -/turf/unsimulated/floor{ +/obj/effect/decal/stripes/gold/deadlock, +/turf/simulated/floor/carpet/black, +/area/centcom/zone3) +"gZk" = ( +/turf/simulated/floor/plasteel{ dir = 8; - icon_state = "grimy" + icon_state = "darkyellow" }, -/area/syndicate_mothership) -"jcI" = ( -/obj/structure/chair, +/area/shuttle/syndicate) +"gZv" = ( +/obj/item/twohanded/required/kirbyplants, /obj/machinery/light{ - dir = 1; - switchcount = 50 + dir = 8 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/wood, +/area/centcom/court) +"had" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"han" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery{ + pixel_y = -6 + }, +/obj/item/storage/toolbox/syndicate{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"hao" = ( +/obj/effect/turf_decal{ dir = 4; - icon_state = "whitecorner" + icon_state = "grass_edge_medium_corner" }, -/area/centcom/evac) -"jej" = ( -/obj/structure/chair, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "whitehall"; - tag = "icon-floor" +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" }, -/area/centcom/evac) -"jes" = ( -/obj/machinery/vending/coffee, -/turf/unsimulated/floor{ +/obj/effect/turf_decal{ dir = 1; - icon_state = "whitehall"; - tag = "icon-floor" + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/centcom/evac) -"jeA" = ( -/obj/structure/table/wood, -/obj/item/clothing/under/solgov/rep{ - name = "uniform" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"hat" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/effect/decal/stripes/black/deadlock/west, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"haO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_one_access_txt = "114" }, -/area/admin) -"jeT" = ( -/obj/structure/toilet{ - dir = 1; - layer = 4 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/machinery/light{ - layer = 6 +/area/centcom/zone2) +"haZ" = ( +/obj/machinery/computer/security/mining, +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/syndicate_mothership) -"jfD" = ( -/obj/structure/closet/crate/can, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "whitehall"; - tag = "icon-floor" +/area/centcom/bridge) +"hbm" = ( +/obj/effect/decal/stripes/black/line/south, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"hbV" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (WEST)" }, -/area/centcom/evac) -"jfH" = ( -/obj/structure/table, -/obj/item/storage/pill_bottle/random_drug_bottle, -/obj/item/reagent_containers/glass/bottle/adminordrazine, +/area/space) +"hcX" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/shuttle/syndicate) +"hdd" = ( +/obj/structure/table/wood, +/obj/item/melee/energy/sword, +/obj/item/melee/energy/sword/cyborg, +/obj/item/melee/energy/sword/cyborg/saw, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "hierophant1" }, /area/admin) -"jfX" = ( -/obj/structure/chair, -/obj/machinery/light{ - dir = 1; - switchcount = 50 - }, +"hdy" = ( +/obj/effect/spawner/lootdrop/maintenance, /turf/unsimulated/floor{ - dir = 1; - icon_state = "whitecorner" - }, -/area/centcom/evac) -"jga" = ( -/turf/unsimulated/wall{ - icon_state = "iron12" + dir = 4; + icon_state = "elevatorshaft" }, /area/syndicate_mothership) -"jgy" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien23" +"hdz" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" }, -/area/abductor_ship) -"jgZ" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien7" +/area/shuttle/escape) +"hdE" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, +/obj/effect/landmark{ + name = "traderstart_sol" }, -/area/abductor_ship) -"jhh" = ( -/obj/machinery/abductor/experiment{ - team = 1 +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"jhp" = ( +/area/trader_station/sol) +"heE" = ( /obj/structure/table/wood, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Central Command" - }, +/obj/item/multisword, +/obj/item/multisword/pike, +/obj/item/multisword/pure_evil, /turf/unsimulated/floor{ - dir = 9; - icon_state = "darkblue" + icon_state = "hierophant1" }, -/area/centcom/zone2) -"jix" = ( -/turf/unsimulated/floor{ - icon_state = "carpet11-12" +/area/admin) +"hfe" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" }, -/area/centcom/zone1) -"jiX" = ( -/obj/machinery/chem_master, +/area/syndicate_mothership) +"hff" = ( +/obj/effect/decal/stripes/gold/line/south, +/turf/simulated/floor/carpet/arcade, +/area/centcom/specops) +"hfl" = ( +/turf/simulated/floor/wood, +/area/centcom/bridge) +"hfO" = ( /obj/structure/window/reinforced{ - dir = 8 + dir = 4 }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"hfX" = ( +/obj/mecha/combat/marauder/mauler/loaded, /turf/unsimulated/floor{ dir = 8; - icon_state = "darkblue" + icon_state = "vault" }, -/area/centcom/specops) -"jjm" = ( +/area/space) +"hgc" = ( /turf/unsimulated/wall/fakeglass{ - dir = 1 + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" }, -/area/centcom/evac) -"jjA" = ( -/obj/structure/table/wood/poker, -/obj/item/storage/box/ids, -/obj/item/storage/box/ids, -/obj/item/storage/box/PDAs{ - pixel_x = 4; - pixel_y = 4 +/area/centcom/bridge) +"hgB" = ( +/obj/machinery/light/small{ + dir = 8 }, -/obj/item/storage/box/PDAs{ - pixel_x = 4; - pixel_y = 4 +/obj/structure/chair/comfy/red{ + dir = 4 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/wood, +/area/centcom/zone1) +"hhb" = ( +/obj/effect/turf_decal{ dir = 8; - icon_state = "grimy" + icon_state = "grass_edge_medium" }, -/area/event_zone) -"jjP" = ( -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_y = -32 - }, -/turf/unsimulated/floor{ - icon_state = "darkgrey" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"hhh" = ( +/obj/structure/fence{ + invulnerable = 1 }, -/area/centcom/specops) -"jkr" = ( -/obj/machinery/computer/operating, -/turf/unsimulated/floor{ - dir = 10; - icon_state = "darkblue" +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"hhw" = ( +/obj/effect/decal/stripes/gold/line/east, +/obj/machinery/vending/clothing, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"hhy" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" }, /area/centcom/specops) -"jkB" = ( -/obj/structure/table/reinforced, -/obj/item/shield/riot{ - pixel_x = -6; - pixel_y = 6 +"hhN" = ( +/obj/item/gun/grenadelauncher, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"hii" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 }, -/obj/item/shield/riot{ - pixel_x = 6; - pixel_y = 6 +/obj/effect/decal/stripes/gold/corner/east, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"hiC" = ( +/obj/machinery/light/small{ + dir = 1 }, -/obj/item/shield/riot{ - pixel_x = -6; - pixel_y = 6 +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" }, -/obj/item/shield/riot{ - pixel_x = -6; - pixel_y = 6 +/area/centcom/zone1) +"hiF" = ( +/obj/structure/janitorialcart, +/turf/simulated/floor/plasteel{ + icon_state = "barber" }, -/obj/item/shield/riot{ - pixel_x = -6; - pixel_y = 6 +/area/centcom/jail) +"hiL" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 }, -/obj/item/shield/riot{ - pixel_x = -6; - pixel_y = 6 +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24; - pixel_y = 5 - }, -/obj/item/shield/riot{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/shield/riot{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/shield/riot{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/shield/riot{ - pixel_x = 6; - pixel_y = 6 +/area/centcom/jail) +"hiT" = ( +/turf/unsimulated/floor{ + icon_state = "dark" }, +/area/space) +"hja" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/obj/item/clothing/under/color/blue, /turf/unsimulated/floor{ - dir = 1; - icon_state = "darkgreenfull" - }, -/area/centcom/specops) -"jly" = ( -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 8 - }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 + dir = 8; + icon_state = "vault" }, -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - layer = 2.9; - name = "ARG magazine"; - req_access = null; - req_access_txt = "114" +/area/space) +"hjk" = ( +/obj/effect/decal/stripes/gold/corner, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"hjD" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/blueshield, +/turf/unsimulated/floor/wood, +/area/admin) +"hjT" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" }, -/obj/item/ammo_box/magazine/m556, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); +/obj/effect/turf_decal{ dir = 1; - layer = 2.8 - }, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/turf/unsimulated/floor{ - icon_state = "dark" - }, + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"hjX" = ( +/obj/effect/decal/stripes/black/line/east, +/obj/effect/decal/stripes/black/dot/east, +/turf/simulated/floor/carpet/black, /area/centcom/specops) -"jmq" = ( -/turf/unsimulated/floor{ - icon_state = "carpet14-10" +"hkm" = ( +/obj/mecha/combat/gygax/dark/loaded{ + operation_req_access = list(114) }, -/area/wizard_station) -"jmK" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/automatic/m90, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 8; + icon_state = "wood" }, /area/admin) -"jmT" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/pizzabox, -/obj/item/pizzabox, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +"hku" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/shreds, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" }, -/area/centcom/jail) -"jnD" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/trophy/gold_cup, +/area/centcom/evac) +"hkM" = ( +/obj/item/twohanded/required/kirbyplants, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "wood" }, -/area/centcom/evac) -"jnQ" = ( -/obj/item/radio/intercom/specops{ - pixel_x = -25 +/area/trader_station/sol) +"hkO" = ( +/obj/structure/closet/secure_closet/mime{ + req_access = null }, -/turf/unsimulated/floor{ - icon_state = "darkblue" +/obj/machinery/light{ + layer = 10 }, -/area/centcom/zone2) -"joi" = ( -/obj/structure/chair/comfy/red, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ dir = 1; - icon_state = "darkbluecorners" + icon_state = "dark" }, -/area/centcom/zone2) -"jop" = ( -/obj/structure/filingcabinet/security, +/area/syndicate_mothership/infteam) +"hlH" = ( +/obj/effect/decal/warning_stripes/blue, /turf/unsimulated/floor{ - dir = 4; - icon_state = "darkblue" - }, -/area/centcom/zone2) -"joR" = ( -/mob/living/silicon/decoy{ - name = "A.L.I.C.E." + icon_state = "carpet9-4" }, +/area/admin) +"hlQ" = ( /turf/unsimulated/floor{ - icon_state = "bcircuit" - }, -/area/centcom/zone2) -"jpb" = ( -/obj/structure/bookcase, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 - }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 - }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 - }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 + dir = 4; + icon_state = "navyred" }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/area/tdome/arena_source) +"hmp" = ( +/turf/unsimulated/wall{ + icon_state = "iron0" }, -/obj/machinery/camera{ - c_tag = "CentComm Jail 8"; - dir = 8; - network = list("CentComm") +/area/syndicate_mothership) +"hmw" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, +/area/syndicate_mothership) +"hmH" = ( /turf/unsimulated/floor{ - icon_state = "wood" + dir = 4; + icon_state = "navyredfull" }, -/area/centcom/jail) -"jpc" = ( -/obj/structure/window/full/reinforced{ - layer = 2 +/area/tdome/arena_source) +"hmL" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdome"; + name = "Thunderdome Blast Door" }, /turf/unsimulated/floor{ icon_state = "dark" }, -/area/centcom/evac) -"jpl" = ( +/area/tdome/arena_source) +"hmX" = ( /obj/machinery/door/poddoor/shutters{ - armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); - density = 0; - dir = 2; - icon_state = "open"; - id_tag = "ERT_turret_shutters"; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + id_tag = "ERT_director_office_shutters"; + layer = 5; locked = 1; - name = "ERT Lockdown"; - opacity = 0 + name = "CentCom SOO" }, -/turf/unsimulated/floor{ - icon_state = "darkgrey" +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" }, /area/centcom/specops) -"jpm" = ( -/obj/structure/chair/office/light{ - dir = 8 +"hnc" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT0"; + name = "gravpult" }, -/obj/machinery/status_display{ - pixel_y = 30 +/obj/effect/turf_decal/loading_area/white{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/centcom/supply) -"jqt" = ( -/obj/structure/window/full/reinforced{ - layer = 2 +/area/centcom/specops) +"hne" = ( +/obj/structure/shuttle/engine/large, +/turf/space, +/area/space) +"hnm" = ( +/obj/structure/chair/comfy/brown{ + color = "#3300FF"; + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "rcircuitanim" +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, -/area/centcom/zone1) -"jqZ" = ( -/turf/unsimulated/floor{ - icon_state = "whitegreencorner" +/area/trader_station/sol) +"hnv" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/area/centcom/zone1) -"jrw" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window{ - closingLayer = 2.9; - dir = 2; - layer = 2.9; - panel_open = 1 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/machinery/door/poddoor/shutters{ - active_power_usage = 1; - dir = 2; - icon_state = "open"; - id_tag = "SOL_Shutters"; - locked = 1; - name = "Privacy Shutters" +/area/centcom/evac) +"hnR" = ( +/obj/structure/table/wood, +/obj/item/grenade/smokebomb{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/grenade/smokebomb, +/obj/item/grenade/smokebomb{ + pixel_x = -2; + pixel_y = 2 }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"hnW" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/obj/item/clothing/under/color/blue, /turf/unsimulated/floor{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "vault" }, -/area/trader_station/sol) -"jrZ" = ( -/obj/structure/table/wood, -/obj/item/paper_bin/nanotrasen{ - pixel_x = 3; - pixel_y = 12 +/area/tdome/arena_source) +"hoD" = ( +/obj/effect/turf_decal/stripes/red/full, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/paicard{ - pixel_x = -5 +/area/centcom/specops) +"hoP" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"hoW" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium" }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"hpw" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/kitchen/knife/butcher, +/obj/item/kitchen/knife/butcher/meatcleaver, /turf/unsimulated/floor{ dir = 4; - icon_state = "darkblue" + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"hpC" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"hpD" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"hpF" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/wood_wall.dmi'; + icon_state = "wood" }, -/area/centcom/zone2) -"jsp" = ( /turf/unsimulated/floor{ dir = 8; - icon_state = "whitegreen" + icon_state = "wood" }, -/area/centcom/zone1) -"jtt" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 9; - icon_state = "darkblue" +/area/trader_station/sol) +"hpJ" = ( +/turf/unsimulated/wall{ + icon_state = "iron14" }, -/area/centcom/zone2) -"jty" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkgreycamo" +/area/syndicate_mothership/elite_squad) +"hqO" = ( +/obj/structure/lattice, +/turf/space, +/area/shuttle/syndicate) +"hqZ" = ( +/obj/item/roller, +/obj/item/roller, +/obj/item/roller, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"jtK" = ( -/obj/structure/table/wood, -/obj/item/clothing/head/beret/centcom/officer/navy{ - pixel_x = 5; - pixel_y = -2 +"hrn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" }, -/obj/item/stamp/centcom{ - pixel_x = -6; - pixel_y = -3 +/area/syndicate_mothership) +"hrp" = ( +/obj/structure/closet{ + icon_closed = "syndicate1"; + icon_opened = "syndicate1open"; + icon_state = "syndicate1" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/suppressor, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 3; + pixel_y = -3 }, -/area/centcom/zone2) -"juf" = ( -/obj/structure/table/wood, -/obj/item/book/manual/nuclear, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/flashlight/seclite, +/obj/item/grenade/flashbang, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/item/kitchen/knife/combat, +/obj/item/reagent_containers/food/snacks/candy/donor{ + apply_type = 3; + list_reagents = list("nutriment" = 30, "sugar" = 3); + name = "MRE" }, -/area/centcom/zone2) -"juj" = ( -/obj/structure/table/reinforced, -/obj/item/ammo_box/magazine/enforcer, -/obj/item/ammo_box/magazine/enforcer, -/obj/item/ammo_box/magazine/enforcer, -/obj/item/ammo_box/magazine/enforcer, -/obj/item/ammo_box/magazine/enforcer, -/obj/item/ammo_box/magazine/enforcer, -/obj/item/ammo_box/magazine/enforcer, -/obj/item/ammo_box/magazine/enforcer, -/obj/item/ammo_box/magazine/enforcer, -/obj/item/ammo_box/magazine/enforcer, -/obj/item/ammo_box/magazine/enforcer, -/obj/item/ammo_box/magazine/enforcer, -/obj/item/ammo_box/magazine/enforcer, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24; - pixel_y = 5 +/obj/item/reagent_containers/hypospray/autoinjector/survival, +/obj/item/storage/belt/security/webbing{ + name = "SRT webbing" }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkgreenfull" +/obj/item/clothing/head/HoS/beret{ + desc = null; + name = "SRT beret" }, -/area/centcom/specops) -"juo" = ( -/obj/structure/window/reinforced{ - dir = 8 +/obj/item/storage/backpack/ert{ + desc = null; + name = "SRT backpack" }, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - icon_state = "bcircuit" +/obj/item/radio/headset/ert{ + desc = null; + name = "SRT headset" }, -/area/centcom/zone2) -"juC" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +/obj/item/clothing/shoes/combat/swat{ + name = "SRT special shoes" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/clothing/gloves/combat{ + name = "Combat gloves" }, -/area/centcom/zone2) -"juL" = ( -/obj/structure/table/wood, -/obj/machinery/syndicatebomb/emp, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/item/clothing/suit/armor/bulletproof{ + name = "SRT bulletproof vest" }, -/area/admin) -"jvg" = ( -/turf/unsimulated/wall{ - icon_state = "iron9"; - tag = "icon-iron9" +/obj/item/clothing/accessory/holster, +/obj/item/implanter/mindshield, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106); + icon_state = "nanotrasen"; + name = "Special Reaction Team Member ID card"; + rank = "Blueshield"; + registered_name = null }, -/area/space) -"jvr" = ( -/obj/machinery/door/airlock/hatch/syndicate{ - name = "Torture Room" +/obj/item/clothing/under/fluff/jay_turtleneck{ + name = "SRT uniform" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/item/CQC_manual, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 }, -/area/syndicate_mothership) -"jvy" = ( -/obj/machinery/vending/snack/free, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "navyblue" }, -/area/wizard_station) -"jvL" = ( -/obj/structure/table/wood, -/obj/machinery/photocopier/faxmachine, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/specops) +"hrD" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" }, -/area/centcom/zone2) -"jwy" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_scanner/adv, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/centcom/zone1) +"hsl" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 }, -/area/syndicate_mothership) -"jwT" = ( -/obj/machinery/vending/coffee, -/turf/unsimulated/floor{ +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; icon_state = "dark" }, -/area/centcom/zone2) -"jxb" = ( -/obj/machinery/light/small{ - brightness_range = 6; - dir = 1; - light_range = 8; - nightshift_light_range = 6; - throw_range = 6 - }, -/turf/unsimulated/floor{ - icon_state = "carpet10-8" +/area/shuttle/administration) +"hst" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" }, -/area/wizard_station) -"jxJ" = ( -/turf/unsimulated/floor{ - icon_state = "darkblue" +/area/centcom/specops) +"hsJ" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredaltstrip" }, -/area/adminconstruction) -"jym" = ( -/obj/structure/window/reinforced{ - dir = 8 +/area/centcom/jail) +"hsP" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "vox_northeast_lock"; + locked = 1; + req_access_txt = "152"; + req_one_access = null }, -/obj/structure/filingcabinet/security, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/docking_port/mobile{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack"; + name = "Vox Skipjack"; + roundstart_move = "skipjack_away"; + width = 19 }, -/area/centcom/zone2) -"jyt" = ( -/obj/machinery/porta_turret/centcom/pulse{ - armor = list("melee" = 90, "bullet" = 90, "laser" = 95, "energy" = 95, "bomb" = 80, "bio" =100, "rad" = 100, "fire" = 100, "acid" = 100); - color = "#666666"; - damtype = "burn"; - health = 1250; - region_max = 12; - scan_range = 12; - shot_delay = 8 +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1331; + master_tag = "vox_east_control"; + pixel_x = 28; + req_access_txt = "152" }, -/turf/space, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"hsZ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluecorners" }, /area/centcom/specops) -"jyA" = ( -/turf/simulated/floor/holofloor{ - dir = 1; - icon_state = "green" +"htk" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowaltstrip" }, -/area/holodeck/source_basketball) -"jyD" = ( -/turf/space, -/area/space) -"jyE" = ( -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_x = 30 +/area/centcom/zone3) +"htI" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcornersalt" }, -/obj/structure/dispenser/oxygen, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/syndicate_mothership/cargo) +"htR" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 }, -/area/centcom/specops) -"jzk" = ( -/obj/structure/window/full/reinforced{ - layer = 2 +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/centcom/zone2) -"jzu" = ( -/turf/unsimulated/wall{ +/area/centcom/jail) +"huE" = ( +/obj/item/tank/emergency_oxygen, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"hvg" = ( +/obj/effect/turf_decal{ dir = 4; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "swall_f10" - }, -/area/ussp_ship) -"jAi" = ( -/obj/machinery/door/window{ - dir = 2; - panel_open = 1; - req_access_txt = "110" + icon_state = "grass_edge_medium_corner" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" }, -/area/centcom/zone2) -"jAr" = ( -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_x = -32 +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"hvl" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + tag = "icon-fakewindows (WEST)" }, -/turf/unsimulated/floor{ - icon_state = "floor4" +/area/tdome/arena_source) +"hvm" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/area/shuttle/gamma/space) -"jAX" = ( -/obj/structure/window/reinforced, -/obj/structure/chair{ - dir = 8 +/area/syndicate_mothership/infteam) +"hvs" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/zone2) -"jBn" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 1; - id_tag = "ERT_armory_lvl2"; - layer = 5; - locked = 1; - name = "Armory level 2" - }, -/turf/unsimulated/floor{ +/area/centcom/specops) +"hvL" = ( +/obj/docking_port/stationary{ dir = 8; - icon_state = "darkblue" + dwidth = 9; + height = 18; + id = "admin_away"; + name = "centcom bay 1"; + timid = 1; + turf_type = /turf/simulated/floor; + width = 19 }, +/turf/simulated/floor/plating, /area/centcom/specops) -"jDd" = ( -/obj/machinery/porta_turret/centcom/pulse{ - armor = list("melee" = 90, "bullet" = 90, "laser" = 95, "energy" = 95, "bomb" = 80, "bio" =100, "rad" = 100, "fire" = 100, "acid" = 100); - color = "#666666"; - damtype = "burn"; - health = 1250; - inertia_move_delay = 6; - region_max = 12; - scan_range = 11; - shot_delay = 0.5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/zone1) -"jEz" = ( -/turf/unsimulated/wall{ - icon_state = "iron3" - }, -/area/syndicate_mothership) -"jEO" = ( -/obj/docking_port/stationary/transit{ - dir = 8; - dwidth = 8; - height = 20; - id = "freegolem_transit"; - name = "free golem in transit"; - width = 16 +"hvZ" = ( +/obj/structure/window/reinforced{ + layer = 2.9 }, -/turf/space/transit/horizontal{ +/obj/structure/window/reinforced{ dir = 4 }, -/area/space) -"jEV" = ( -/obj/docking_port/stationary{ - area_type = /area/syndicate_mothership; - dheight = 9; - dir = 2; - dwidth = 5; - height = 22; - id = "syndicate_away"; - name = "syndicate base"; - turf_type = /turf/unsimulated/floor/snow; - width = 18 - }, -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"jFl" = ( -/obj/structure/chair/comfy/red{ - color = "#FFFFFF"; - dir = 8 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +/area/centcom/jail) +"hwc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, /area/centcom/jail) -"jFy" = ( -/obj/machinery/recharge_station/upgraded, +"hwh" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, /turf/unsimulated/floor{ - dir = 9; - icon_state = "darkblue" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/zone2) -"jFD" = ( -/obj/machinery/door/airlock/centcom{ - name = "Prison Cell"; - opacity = 1 +/area/syndicate_mothership/elite_squad) +"hwl" = ( +/obj/effect/decal/stripes/black/corner/south, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"hwF" = ( +/obj/structure/chair/sofa/right{ + dir = 4 }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "CC_space_jail_cell"; - layer = 5; - locked = 1; - name = "Central Command Jail" +/obj/effect/decal/stripes/gold/deadlock/south, +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/carpet/black, +/area/centcom/zone3) +"hxa" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (WEST)" + }, +/area/tdome/arena_source) +"hxv" = ( +/obj/effect/turf_decal/bot_red, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/jail) -"jFI" = ( -/obj/effect/landmark/abductor/agent{ - team = 3 +/area/centcom/specops) +"hxx" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/grass/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"hxR" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"jFM" = ( -/obj/machinery/light{ - dir = 1 +/area/centcom/zone1) +"hxT" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock"; + req_access_txt = "150" }, /obj/machinery/door_control{ - id = "slaughterhouse_door"; - name = "Slaughterhouse door"; - normaldoorcontrol = 1; - pixel_y = 25; - req_access_txt = "150"; - specialfunctions = 4 - }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + id = "syndicate_sit_1"; + name = "Blast Doors"; + pixel_x = -25; + req_access_txt = "150" }, -/area/syndicate_mothership) -"jFZ" = ( -/obj/machinery/newscaster/security_unit{ - pixel_y = 35 +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_sit_1"; + name = "Front Hull Door"; + opacity = 0; + req_access_txt = "150" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"hxU" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 2; + icon_state = "fake_plastitanium_window3"; + tag = "icon-fakewindows (EAST)" }, -/area/centcom/zone2) -"jGo" = ( -/obj/structure/chair/stool, -/obj/item/clothing/head/bandana{ - pixel_y = -10 +/area/syndicate_mothership/jail) +"hya" = ( +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"hyg" = ( +/obj/machinery/light/small{ + dir = 1 }, -/obj/item/clothing/glasses/sunglasses, -/turf/unsimulated/beach/sand, -/area/ninja/holding) -"jGI" = ( -/obj/machinery/camera{ - c_tag = "CentComm Special Ops. Armory 1"; - dir = 1; - network = list("CentComm") +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, +/area/centcom/zone1) +"hyH" = ( /obj/machinery/door/poddoor/shutters{ - armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); - density = 0; - icon_state = "open"; - id_tag = "ERT_turret_shutters"; - locked = 1; - name = "ERT Lockdown"; - opacity = 0 + dir = 2; + id_tag = "TD_Strela"; + name = "Strela"; + tag = null }, /turf/unsimulated/floor{ icon_state = "dark" }, -/area/centcom/specops) -"jGQ" = ( -/obj/item/radio/intercom{ - pixel_y = 35 +/area/space) +"hza" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/turf/unsimulated/floor{ +/area/centcom/jail) +"hzh" = ( +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/zone2) -"jGS" = ( -/obj/structure/chair/sofa/left{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "wood" +/area/centcom/jail) +"hzr" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien14" }, -/area/centcom/evac) -"jHb" = ( -/turf/unsimulated/wall{ - icon_state = "iron10" +/area/abductor_ship) +"hzI" = ( +/obj/effect/decal/stripes/gold/line/east, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"hAn" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 }, -/area/syndicate_mothership) -"jHp" = ( /obj/structure/window/reinforced{ - dir = 4 + dir = 1; + layer = 2 }, -/turf/unsimulated/floor{ - dir = 5; - icon_state = "darkblue" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/centcom/zone2) -"jHs" = ( -/obj/machinery/door/window{ - dir = 2; - panel_open = 1; - req_access_txt = "110" +/area/centcom/specops) +"hAB" = ( +/obj/machinery/conveyor/east{ + id = "SFBQMLoad2" }, -/turf/unsimulated/floor{ - icon_state = "bcircuit" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/area/centcom/zone2) -"jIe" = ( -/obj/machinery/vending/tool, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/syndicate_mothership/cargo) +"hAG" = ( +/obj/machinery/light/small{ + dir = 4 }, -/area/syndicate_mothership) -"jIg" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/stack/sheet/mineral/gold{ - pixel_x = 10; - pixel_y = 10 +/turf/simulated/floor/wood, +/area/centcom/zone1) +"hAX" = ( +/obj/effect/turf_decal/stripes/red/full, +/obj/machinery/light{ + dir = 8 }, -/obj/item/stack/sheet/mineral/gold{ - pixel_x = -10; - pixel_y = 7 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/stack/sheet/mineral/gold, -/turf/unsimulated/floor{ +/area/centcom/zone2) +"hDk" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"hDq" = ( +/turf/unsimulated/floor/asteroid{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/syndicate_mothership) -"jIJ" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 + icon_state = "asteroidwarning"; + name = "plating" }, -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/syndicate_mothership/outside) +"hDt" = ( +/obj/structure/curtain/open/shower/security, +/obj/effect/decal/stripes/gold/corner/east, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"hDU" = ( +/obj/machinery/door_control{ + id = "syndieshutters"; + name = "remote shutter control"; + req_access_txt = "150" }, -/turf/unsimulated/floor{ - icon_state = "wood" +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/jail) -"jIS" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/grown/potato/wedges, -/obj/item/reagent_containers/food/snacks/grown/potato/wedges{ - pixel_y = 12 - }, -/obj/item/reagent_containers/food/snacks/grown/potato/wedges, -/obj/item/reagent_containers/food/snacks/grown/potato/wedges, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/ussp_ship) -"jJB" = ( -/turf/simulated/floor/holofloor{ - dir = 10; - icon_state = "green" +/area/shuttle/syndicate) +"hEq" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT0"; + name = "Launch Bay #0" }, -/area/holodeck/source_emptycourt) -"jKH" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_x = 30 +/turf/simulated/floor/plating, +/area/centcom/specops) +"hEu" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" }, -/obj/structure/bed/dogbed/ian, -/mob/living/simple_animal/pet/dog/fox/Syndifox, -/turf/unsimulated/floor{ +/area/centcom/evac) +"hES" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/wand/polymorph, +/turf/unsimulated/floor/wood, +/area/admin) +"hEY" = ( +/obj/effect/turf_decal/number/number_4, +/turf/simulated/floor/plasteel{ dir = 8; - icon_state = "wood" + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"hFa" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, /area/syndicate_mothership) -"jKJ" = ( -/turf/unsimulated/wall{ - desc = "The door appears to be locked tightly."; - icon = 'icons/obj/doors/airlocks/hatch/centcom.dmi'; - icon_state = "closed"; - name = "Locked Door" +"hFe" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "vox_southwest_lock"; + locked = 1; + req_access_txt = "152"; + req_one_access = null }, -/area/space) -"jKW" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "" +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1331; + master_tag = "vox_west_control"; + pixel_x = 28; + req_one_access_txt = "152" }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"hFk" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "navyblue" }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" +/area/tdome/arena_source) +"hFo" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall7"; + tag = "icon-swall7" }, -/turf/space, -/area/ussp_ship) -"jMf" = ( -/obj/machinery/tcomms/relay/cc, -/turf/unsimulated/floor{ - icon_state = "bcircuit" +/area/shuttle/administration) +"hFV" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 }, -/area/centcom/zone2) -"jMl" = ( -/obj/structure/window/reinforced{ - color = "red"; - layer = 2.9 +/obj/machinery/ai_status_display{ + pixel_y = 30 }, -/obj/structure/window/reinforced{ - color = "red"; +/turf/unsimulated/floor{ dir = 8; - layer = 2.9 - }, -/obj/structure/grille{ - layer = 2.8 + icon_state = "grimy" }, -/obj/structure/window/reinforced{ - color = "red"; - dir = 1; - layer = 2.9 +/area/admin) +"hFX" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock{ + id_tag = "CC_toilet_unit1"; + name = "Toilet" }, -/obj/machinery/door/poddoor/shutters{ - dir = 1; - id_tag = "commandcenter"; - name = "Privacy Shutters" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/centcom/evac) +"hGh" = ( +/obj/docking_port/stationary{ + dheight = 2; + dir = 4; + dwidth = 7; + height = 9; + id = "backup_transit"; + name = "backup in transit"; + width = 9 }, -/area/syndicate_mothership) -"jNo" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/stack/spacecash/c1000000{ - desc = "Баксоны максона. Возможно кто-то приобретет пропуск."; - name = "100.000 �������� �������" +/turf/space/transit{ + icon_state = "speedspace_ns_1" }, -/obj/item/stack/telecrystal/fifty{ - amount = 115; - desc = null +/area/space) +"hGC" = ( +/obj/structure/chair/comfy/brown, +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 }, -/obj/item/stack/telecrystal/fifty{ - amount = 115; - desc = null +/turf/simulated/floor/wood, +/area/centcom/zone1) +"hGJ" = ( +/obj/structure/table/wood, +/obj/item/adminfu_scroll, +/turf/unsimulated/floor/wood, +/area/admin) +"hHb" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navybluefull" }, +/area/tdome/arena_source) +"hHs" = ( +/obj/structure/table/wood, +/obj/item/lighter/zippo/gonzofist, /turf/unsimulated/floor{ - dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/syndicate_mothership) -"jNu" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/syndicate{ - pixel_x = 5 - }, -/obj/item/clothing/head/welding{ - pixel_x = -9; - pixel_y = 10 +/area/syndicate_mothership/jail) +"hHt" = ( +/obj/effect/decal/warning_stripes/white, +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/shuttle{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + id_tag = "emergency_away"; + locked = 1 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/syndicate_mothership) -"jOT" = ( -/turf/simulated/floor/holofloor, -/area/holodeck/source_thunderdomecourt) -"jPu" = ( -/obj/structure/bookcase/manuals, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/area/centcom/zone1) +"hHu" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluealt" }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/area/centcom/specops) +"hIl" = ( +/obj/machinery/door/airlock/syndicate/cargo{ + name = "Cargo Load"; + req_access_txt = "153" }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcornersalt" }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/area/syndicate_mothership/cargo) +"hIm" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"hIB" = ( +/obj/machinery/light/small, +/obj/structure/chair/comfy/brown{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/decal/stripes/black/line/west, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"hIJ" = ( +/obj/machinery/vending/wallmed/syndicate{ + pixel_y = -32 }, -/area/centcom/zone2) -"jPz" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/syndicate{ - pixel_x = 5 +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"hJf" = ( +/obj/effect/decal/stripes/gold/line/east, +/obj/machinery/vending/cigarette/free, +/obj/machinery/light/small{ + dir = 4 }, -/obj/item/clothing/head/welding{ - pixel_x = -9; - pixel_y = 10 +/turf/simulated/floor/wood{ + icon_state = "wood_oak" }, -/obj/machinery/light{ - dir = 1 +/area/syndicate_mothership/infteam) +"hJy" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/centcom/specops) +"hJC" = ( +/obj/effect/decal/stripes/black/corner, +/turf/simulated/floor/carpet/arcade, +/area/centcom/bridge) +"hJH" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, /area/syndicate_mothership) -"jPQ" = ( -/obj/machinery/light/small{ - dir = 4; - tag = "icon-bulb1 (EAST)" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/assault_pod) -"jQJ" = ( -/obj/structure/closet/secure_closet/bar{ - req_access_txt = "25" - }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +"hKH" = ( +/obj/effect/turf_decal/arrows/white, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealt" }, -/area/ninja/holding) -"jQL" = ( -/obj/structure/table/wood, -/obj/item/paper/form/NT_HR_00, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/syndicate_mothership/elite_squad) +"hLh" = ( +/obj/machinery/flasher{ + id = "gulagshuttleflasher"; + pixel_x = 25 }, -/area/centcom/zone2) -"jRu" = ( -/obj/machinery/chem_heater, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/obj/machinery/light{ + dir = 4 }, -/area/syndicate_mothership) -"jRw" = ( -/obj/structure/chair/office/light{ +/obj/structure/chair/comfy/shuttle{ dir = 8 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/shuttle/floor, +/area/shuttle/siberia) +"hLq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" }, /area/centcom/zone2) -"jSz" = ( -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "green" +"hLz" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate" }, -/area/holodeck/source_basketball) -"jSE" = ( -/obj/item/radio/intercom/specops{ - pixel_x = 30 +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"hLB" = ( +/obj/structure/chair/comfy/red{ + color = "#000000" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/carpet, +/area/centcom/court) +"hMi" = ( +/obj/machinery/computer/operating{ + layer = 3.5 }, -/area/centcom/zone2) -"jSH" = ( -/obj/machinery/camera{ - c_tag = "CentComm ERT Teleport Room"; - dir = 4; - network = list("CentComm") +/obj/structure/window/reinforced{ + dir = 1 }, /turf/unsimulated/floor{ - dir = 10; - icon_state = "darkyellow" + icon_state = "white" }, -/area/centcom/specops) -"jUg" = ( -/obj/item/radio/intercom/specops{ - pixel_x = -25 +/area/centcom/zone1) +"hMs" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"hMy" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Bojutsu"; + name = "Bojutsu"; + tag = null }, /turf/unsimulated/floor{ icon_state = "dark" }, -/area/centcom/zone2) -"jUn" = ( -/obj/machinery/door/window{ +/area/space) +"hMD" = ( +/turf/unsimulated/floor{ dir = 8; - panel_open = 1; - req_access_txt = "110" + icon_state = "navyblue" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/tdome/arena_source) +"hNh" = ( +/obj/machinery/vending/shoedispenser, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"hNs" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien18" }, -/area/centcom/zone2) -"jUw" = ( -/obj/mecha/combat/durand/loaded{ - operation_req_access = list(1) +/area/abductor_ship) +"hNH" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"hNK" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"hOe" = ( +/turf/simulated/floor/plasteel{ + icon_state = "navybluecornersalt" }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/area/centcom/specops) +"hOr" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" }, -/obj/effect/turf_decal/mech, -/turf/unsimulated/floor{ - icon_state = "floor4" +/area/centcom/evac) +"hOH" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (WEST)" }, -/area/shuttle/gamma/space) -"jUX" = ( -/obj/machinery/dna_scannernew, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/tdome/arena_source) +"hPC" = ( +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/structure/table, +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 }, -/area/centcom/specops) -"jVm" = ( -/turf/unsimulated/floor{ +/obj/machinery/light/spot{ dir = 4; - icon_state = "darkbluecorners" + tag = "icon-tube1 (EAST)" }, -/area/centcom/specops) -"jVp" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/kinetic_accelerator/crossbow/large, -/obj/item/gun/energy/kinetic_accelerator/crossbow/large, -/obj/item/gun/energy/kinetic_accelerator/crossbow/large/cyborg, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/admin) -"jVT" = ( -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1 +/area/shuttle/syndicate) +"hQx" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrivalcorner" }, -/obj/machinery/portable_atmospherics/canister/nitrogen{ - maximum_pressure = 50000 +/area/centcom/evac) +"hQG" = ( +/obj/structure/spacepoddoor{ + dir = 4; + luminosity = 3 + }, +/obj/machinery/door/poddoor/multi_tile/three_tile_hor{ + closingLayer = 3.2; + layer = 3.02 }, /turf/unsimulated/floor{ - icon_state = "dark" + name = "plating" }, -/area/centcom/supply) -"jWb" = ( -/obj/structure/table/holotable, -/obj/item/clothing/suit/armor/riot/knight/red, -/obj/item/clothing/head/helmet/riot/knight/red, -/obj/item/holo/claymore/red, +/area/syndicate_mothership/infteam) +"hQR" = ( +/obj/effect/decal/stripes/black/line, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"hRy" = ( +/obj/machinery/computer/atmoscontrol, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"hRH" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 11; + height = 18; + id = "emergency_away"; + name = "emergency centcom"; + width = 29 + }, +/turf/space, +/area/space) +"hRQ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/decal/stripes/black/corner/south, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"hRW" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership/cargo) +"hSb" = ( +/obj/structure/flora/ausbushes/brflowers, /turf/simulated/floor/holofloor{ - dir = 1; - icon_state = "red" + dir = 4; + icon_state = "wood_siding2"; + tag = "icon-wood_siding2 (EAST)" }, -/area/holodeck/source_knightarena) -"jWC" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "robotics_solar_outer"; - name = "Project 28u" +/area/holodeck/source_picnicarea) +"hSv" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2"; - tag = "" +/area/centcom/evac) +"hSY" = ( +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -13 }, -/turf/space, /turf/unsimulated/floor{ - icon_state = "sepia" + dir = 4; + icon_state = "elevatorshaft" }, -/area/ussp_ship) -"jXk" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/genericbush, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" +/area/syndicate_mothership/elite_squad) +"hTg" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/soysauce, +/obj/item/reagent_containers/food/condiment/soysauce, +/obj/item/reagent_containers/food/condiment/soysauce, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, /area/centcom/zone1) -"jYo" = ( -/obj/machinery/camera{ - c_tag = "CentComm Jail 4"; - dir = 10; - network = list("CentComm") +"hTD" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluealt" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/centcom/specops) +"hTE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"hTU" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredalt" }, /area/centcom/jail) -"jYJ" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +"hTY" = ( +/obj/structure/chair/comfy/red{ + dir = 1 }, -/area/admin) -"jYQ" = ( +/obj/effect/decal/stripes/gold/corner/west, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"hUk" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"hUD" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "navyblue" + }, +/area/centcom/specops) +"hVd" = ( +/turf/unsimulated/wall, +/area/adminconstruction) +"hVl" = ( /obj/structure/table/wood, -/obj/item/kitchen/utensil/spoon, +/obj/item/gun/energy/kinetic_accelerator/crossbow, /turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/admin) +"hVn" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ dir = 8; - icon_state = "wood" + icon_state = "grass_edge_medium_corner" }, -/area/syndicate_mothership) -"jYX" = ( -/obj/machinery/door/poddoor{ - id_tag = "thunderdomeaxe"; - name = "Axe Supply" +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" }, -/turf/unsimulated/floor{ +/area/syndicate_mothership/outside) +"hWn" = ( +/obj/structure/table/reinforced, +/obj/item/grenade/clusterbuster/nervegas, +/obj/item/grenade/clusterbuster/nervegas, +/obj/item/grenade/clusterbuster/nervegas, +/obj/item/grenade/chem_grenade/teargas, +/obj/item/grenade/chem_grenade/teargas, +/obj/item/grenade/chem_grenade/teargas, +/obj/item/grenade/chem_grenade/teargas, +/obj/item/grenade/chem_grenade/teargas, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/tdome/arena) -"jZk" = ( +/area/centcom/specops) +"hWS" = ( /obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/lavendergrass, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" - }, -/area/centcom/zone1) -"jZW" = ( -/obj/structure/chair/sofa/right{ - dir = 1 +/obj/structure/statue/artchair{ + layer = 10; + pixel_y = 10 }, -/obj/structure/window/reinforced{ - color = "black"; - layer = 5 +/obj/effect/turf_decal/plaque{ + layer = 3 }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"hXp" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/grown/citrus/lemon, +/obj/item/reagent_containers/food/snacks/grown/berries, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/cherries, +/obj/item/reagent_containers/food/snacks/grown/citrus/orange, +/obj/item/reagent_containers/food/snacks/grown/corn, +/obj/item/reagent_containers/food/snacks/grown/mushroom/amanita, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "wood" }, -/area/centcom/zone1) -"kaJ" = ( -/obj/machinery/door/airlock/hatch/syndicate{ - name = "Syndicate Base" +/area/admin) +"hXs" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/pen/multi/fountain, +/turf/simulated/floor/wood, +/area/centcom/specops) +"hXR" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/area/syndicate_mothership) -"kbg" = ( -/obj/structure/chair/office/light{ +/obj/structure/railing{ dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" - }, -/area/syndicate_mothership) -"kbA" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light{ - dir = 4; - switchcount = 50 - }, -/turf/unsimulated/floor{ - icon_state = "whitecorner" +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"hYC" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien20" }, -/area/centcom/evac) -"kbD" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 +/area/abductor_ship) +"hYG" = ( +/obj/structure/sink{ + pixel_y = 32 }, -/turf/unsimulated/floor{ - icon_state = "bcircuit" +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/area/centcom/zone2) -"kbU" = ( +/area/syndicate_mothership/infteam) +"hYN" = ( /obj/structure/table/wood, +/obj/item/mecha_parts/mecha_equipment/medical/syringe_gun, +/turf/unsimulated/floor/wood, +/area/admin) +"hZr" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien23" + }, +/area/abductor_ship) +"iah" = ( /obj/structure/window/reinforced{ + color = "red"; dir = 4 }, -/obj/item/pizzabox, -/obj/item/pizzabox, -/obj/item/kitchen/knife, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/machinery/computer/crew{ + pixel_x = -6 }, -/area/syndicate_mothership) -"kbZ" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 1; - id_tag = "ERT_armory_lvl2"; - layer = 5; - locked = 1; - name = "Armory level 2" +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"iaC" = ( +/obj/effect/mapping_helpers/light{ + layer = 10 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"ibG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecornersalt" }, -/area/centcom/specops) -"kch" = ( -/obj/item/clothing/head/collectable/paper, -/turf/unsimulated/beach/coastline, -/area/ninja/holding) -"kdb" = ( -/turf/unsimulated/wall{ - dir = 8; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_end"; - tag = "icon-wall3 (NORTH)" +/area/syndicate_mothership/elite_squad) +"ibQ" = ( +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = 24; + pixel_y = -24; + req_access_txt = "114"; + wires = 1 }, -/area/space) -"kds" = ( -/turf/unsimulated/wall/fakeglass, -/area/wizard_station) -"kdD" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_s10" +/turf/simulated/floor/plasteel{ + icon_state = "navybluecorners" }, -/area/shuttle/escape) -"kdE" = ( -/obj/structure/table/wood, -/obj/machinery/photocopier/faxmachine, -/obj/machinery/camera{ - c_tag = "CentComm Zone 2 Office 7"; - dir = 4; - network = list("CentComm") +/area/centcom/specops) +"icf" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien24" + }, +/area/abductor_ship) +"icj" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 8; + icon_state = "wood" }, -/area/centcom/zone2) -"kdH" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/cans/beer, -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"kdY" = ( -/obj/machinery/computer/mech_bay_power_console, +/area/admin) +"icm" = ( /turf/unsimulated/floor{ - icon_state = "sepia" + dir = 6; + icon_state = "navyblue" }, -/area/ussp_ship) -"kec" = ( -/obj/machinery/computer/camera_advanced/abductor{ - team = 2 +/area/tdome/arena_source) +"ico" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "31" }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"kei" = ( -/obj/structure/chair/office/light, -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"idb" = ( +/obj/effect/turf_decal{ + dir = 5; + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"idq" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "golden_stripes_corner" + }, +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/zone2) -"kez" = ( -/obj/structure/closet, -/obj/item/clothing/head/hopcap{ - name = "cap" +/area/syndicate_mothership/control) +"idI" = ( +/obj/machinery/vending/chinese/free, +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/clothing/head/hopcap{ - name = "cap" +/area/centcom/specops) +"idL" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/dominator/no_sibyl, +/turf/unsimulated/floor/wood, +/area/admin) +"idQ" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 }, -/obj/item/clothing/head/hopcap{ - icon_state = "hgpiratecap"; - name = "cap" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/clothing/head/hopcap{ - icon_state = "hgpiratecap"; - name = "cap" +/area/centcom/supply) +"iei" = ( +/obj/machinery/mineral/stacking_machine/laborstacker{ + input_dir = 2; + output_dir = 1 }, -/obj/item/clothing/head/hopcap{ - icon_state = "hgpiratecap"; - name = "cap" +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/obj/item/clothing/suit/captunic{ - name = "parade tunic" +/area/shuttle/siberia) +"ifB" = ( +/obj/machinery/porta_turret/centcom/pulse{ + armor = list("melee" = 90, "bullet" = 90, "laser" = 95, "energy" = 95, "bomb" = 80, "bio" =100, "rad" = 100, "fire" = 100, "acid" = 100); + check_borgs = 1; + check_synth = 1; + color = "#666666"; + damtype = "burn"; + health = 1250; + region_max = 12; + scan_range = 12; + shot_delay = 8 }, -/obj/item/clothing/suit/captunic{ - name = "parade tunic" +/turf/simulated/floor/plating, +/area/centcom/specops) +"ifC" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/obj/item/clothing/shoes/combat, -/obj/item/clothing/shoes/combat, -/obj/machinery/light/small{ - dir = 8; - light_range = 6; - throw_range = 6 +/area/syndicate_mothership/control) +"ifS" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"ifZ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowaltstrip" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/centcom/supply) +"igh" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/sliceable/chocolatecake, +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/area/ussp_ship) -"keA" = ( -/obj/item/radio/intercom/specops{ - pixel_y = 25 +/area/syndicate_mothership/elite_squad) +"igl" = ( +/obj/structure/railing{ + dir = 1 }, -/turf/unsimulated/floor{ +/obj/structure/railing, +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/zone2) -"kgi" = ( -/obj/machinery/door/airlock/external{ - id_tag = "sit_away"; - req_access_txt = "150" +/area/syndicate_mothership/jail) +"igq" = ( +/obj/structure/rack, +/obj/item/reagent_containers/glass/beaker/thermite{ + pixel_x = -5; + pixel_y = 5 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/item/clothing/glasses/welding{ + pixel_x = 4; + pixel_y = -4 }, -/area/syndicate_mothership) -"kgD" = ( -/obj/machinery/door/airlock/centcom{ - name = "Toilet"; - opacity = 1; - req_access_txt = "109" +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"igY" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 }, -/turf/unsimulated/floor{ - icon_state = "tranquillite" +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "Zone3-bathroom1"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" }, -/area/centcom/specops) -"kgG" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/ionrifle/carbine, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/machinery/light/small{ + dir = 4 }, -/area/admin) -"khP" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien11" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/abductor_ship) -"kia" = ( -/obj/structure/table/wood/poker, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/area/centcom/zone3) +"iha" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 }, -/area/syndicate_mothership) -"kiB" = ( -/obj/structure/window/reinforced, -/obj/machinery/smartfridge/medbay, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/syndicate_mothership) -"kjq" = ( -/obj/structure/table/wood, -/obj/item/paper_bin/nanotrasen{ - pixel_x = 3; - pixel_y = 12 +/area/centcom/specops) +"ihc" = ( +/obj/structure/ore_box, +/obj/machinery/light/small{ + dir = 4 }, -/obj/item/folder/red{ - pixel_x = 7 +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"ihe" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + lifespan = 0 }, -/obj/item/pen/fancy, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/zone2) -"kjt" = ( -/obj/structure/table/wood, -/obj/item/paper_bin/nanotrasen{ - pixel_x = 3; - pixel_y = 12 - }, -/obj/item/folder/blue, -/obj/item/pen/fancy, -/turf/unsimulated/floor{ +/area/syndicate_mothership/control) +"ihz" = ( +/obj/machinery/vending/cigarette/free, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/zone2) -"kjw" = ( -/obj/structure/table/wood, -/obj/item/book/manual/engineering_construction, -/obj/item/paper/crumpled/bloody/ruins/lavaland/clown_planet, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/zone3) +"ihF" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo3" }, -/area/centcom/zone2) -"kjB" = ( -/obj/machinery/defibrillator_mount/loaded{ - pixel_y = -30 +/obj/effect/decal/stripes/black{ + icon_state = "bs_line_N" }, -/turf/unsimulated/floor{ - icon_state = "darkblue" +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"ihM" = ( +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"iib" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/area/centcom/specops) -"kjC" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/item/radio/intercom/syndicate{ - pixel_x = 30 +/area/syndicate_mothership) +"iil" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo17" }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" }, -/area/syndicate_mothership) -"kjL" = ( -/obj/structure/mineral_door/wood, -/turf/unsimulated/floor{ - icon_state = "carpet" +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"iiJ" = ( +/obj/item/gun/rocketlauncher, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"iiO" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" }, -/area/centcom/zone1) -"kkR" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 +/area/centcom/evac) +"ijS" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "golden_stripes" }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/zone2) -"kld" = ( -/obj/machinery/door_control{ - id = "CC_zone2_blastdoor"; - name = "Zone 2 Blastdoor Control"; - pixel_x = -36; - pixel_y = -4; - req_access_txt = "110" - }, -/obj/machinery/door_control{ - id = "CC_zone2_checkpoint_lockdown"; - name = "Zone 2 Checkpoint Lockdown"; - pixel_x = -36; - pixel_y = 7; - req_access_txt = "110" +/area/syndicate_mothership/control) +"ika" = ( +/obj/item/reagent_containers/food/drinks/bottle/goldschlager, +/obj/structure/table/wood/fancy/black, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"ikw" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" }, -/area/centcom/zone2) -"kmt" = ( -/obj/item/flag/nt, /obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/area/centcom/zone2) +"iky" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 3"; + opacity = 1; + req_access_txt = "109" }, -/area/centcom) -"kmG" = ( -/obj/machinery/door_control{ - id = "nukeop_base"; - name = "Nuclear Base Access"; - pixel_y = -25; - req_access_txt = "153" - }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" - }, -/area/syndicate_mothership) -"knf" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_y = -30 - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/syndicate_mothership) -"knq" = ( +/area/centcom/specops) +"ikC" = ( /obj/structure/table/wood, -/obj/item/encryptionkey/headset_cargo, -/obj/item/encryptionkey/headset_com, -/obj/item/encryptionkey/headset_eng, -/obj/item/encryptionkey/headset_iaa, -/obj/item/encryptionkey/headset_med, -/obj/item/encryptionkey/headset_medsci, -/obj/item/encryptionkey/headset_rob, -/obj/item/encryptionkey/headset_sci, -/obj/item/encryptionkey/headset_sec, -/obj/item/encryptionkey/headset_service, -/obj/machinery/recharger/wallcharger{ - pixel_x = 30 - }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, +/obj/item/gun/syringe/rapidsyringe, +/turf/unsimulated/floor/wood, /area/admin) -"knx" = ( -/obj/machinery/door/window{ +"ikE" = ( +/obj/structure/window/reinforced{ dir = 1; - panel_open = 1; - req_access_txt = "110" + layer = 2.9 }, -/turf/unsimulated/floor{ +/obj/structure/rack, +/obj/item/beach_ball/holoball, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/zone2) -"koO" = ( -/obj/structure/cable, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/centcom/jail) +"ikP" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" }, -/area/ussp_ship) -"kph" = ( -/obj/structure/bed, -/obj/structure/window/reinforced{ - dir = 1 +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" }, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 8; + icon_state = "rampbottom" }, -/area/centcom/zone2) -"kps" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/area/syndicate_mothership) +"ikU" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/storage/box/ids{ + pixel_y = 10 }, -/obj/structure/sign/poster/contraband/communist_state{ - pixel_x = -32 +/obj/item/melee/classic_baton/ntcane, +/obj/item/storage/briefcase, +/obj/item/lighter/zippo/blue, +/turf/simulated/floor/wood, +/area/centcom/specops) +"ila" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/junglebush/c, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"ild" = ( +/turf/space/transit/horizontal{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/space) +"ilr" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/area/ussp_ship) -"kpJ" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/obj/item/reagent_containers/food/drinks/shaker{ + pixel_x = -7 }, -/area/centcom/evac) -"kpU" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4"; - tag = "" +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, -/turf/space, -/area/ussp_ship) -"kqa" = ( -/obj/structure/flora/ausbushes/sparsegrass, /turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" - }, -/area/centcom/zone1) -"kqn" = ( -/obj/machinery/optable, -/obj/machinery/defibrillator_mount/loaded{ - pixel_x = 30 + dir = 4; + icon_state = "elevatorshaft" }, -/turf/unsimulated/floor{ - icon_state = "white" +/area/syndicate_mothership/elite_squad) +"ilu" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 }, -/area/centcom/evac) -"kqr" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4; - name = "Connector Port (Air Supply)" +/obj/item/pen/multi/fountain, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"ilI" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock" }, -/obj/machinery/portable_atmospherics/canister/oxygen{ - name = "Canister: \[O2] (CRYO)" +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"ilL" = ( +/obj/machinery/computer/security{ + network = list("CentComm") }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/radio/intercom/specops{ + pixel_x = 32 }, -/area/centcom/specops) -"kqD" = ( -/obj/structure/table/wood, -/obj/item/clothing/head/naziofficer{ - name = "Officer Cap" +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredalt" }, -/obj/item/clothing/under/officeruniform{ - icon_state = "nazi"; - name = "Officer's Uniform" +/area/centcom/jail) +"imw" = ( +/obj/machinery/light{ + dir = 1 }, -/obj/item/clothing/suit/blacktrenchcoat{ - icon_state = "nazi" +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredalt" }, -/obj/item/clothing/shoes/black, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/centcom/jail) +"imX" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "101" }, -/area/admin) -"krt" = ( -/obj/structure/flora/ausbushes/fernybush, -/obj/structure/flora/ausbushes/ppflowers, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" +/obj/structure/fans/tiny, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 9; + height = 18; + id = "admin"; + name = "administration shuttle"; + roundstart_move = "admin_away"; + width = 19 }, -/area/centcom/zone1) -"krY" = ( -/obj/machinery/computer/security{ - network = list("SS13","Telecomms","Research Outpost","Mining Outpost","ERT","CentComm","Thunderdome") +/turf/simulated/shuttle/floor{ + icon_state = "floor3" }, -/turf/unsimulated/floor{ +/area/shuttle/administration) +"ina" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, +/area/centcom/specops) +"ink" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/lethal, +/turf/unsimulated/floor/wood, +/area/admin) +"inG" = ( +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/carpet/black, /area/centcom/bridge) -"ksl" = ( -/obj/structure/chair/stool/holostool, -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet11-0"; - tag = "icon-carpet11-0 (EAST)" +"inI" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/area/holodeck/source_meetinghall) -"ksJ" = ( -/turf/unsimulated/wall{ +/area/centcom/jail) +"iod" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ dir = 4; - icon_state = "iron7"; - tag = "icon-iron11" + icon_state = "darkgrey" }, -/area/space) -"kty" = ( -/turf/space, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/shuttle/syndicate) +"ioH" = ( +/obj/structure/closet/syndicate/personal, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/area/centcom/zone1) -"kuc" = ( -/turf/simulated/floor/holofloor{ - icon_state = "asteroid"; - tag = "icon-asteroid" +/area/syndicate_mothership) +"ioP" = ( +/obj/machinery/door/poddoor{ + density = 0; + id_tag = "thunderdome"; + name = "Thunderdome Blast Door"; + opacity = 0 }, -/area/holodeck/source_desert) -"kuo" = ( -/turf/unsimulated/wall, -/area/tdome/arena) -"kuU" = ( -/obj/structure/flora/rock, /turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" + dir = 4; + icon_state = "navybluefull" }, -/area/centcom/zone1) -"kvb" = ( -/turf/unsimulated/floor{ +/area/tdome/arena_source) +"ipg" = ( +/obj/machinery/light/spot{ dir = 1; - icon_state = "whitegreen" + tag = "icon-tube1 (WEST)" }, -/area/centcom/zone1) -"kvK" = ( -/turf/unsimulated/floor{ - dir = 1; - icon_state = "whitegreencorner" +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/centcom/zone1) -"kvS" = ( -/obj/machinery/newscaster{ - pixel_y = -30 +/area/shuttle/syndicate) +"ipi" = ( +/obj/effect/decal/stripes/gold/corner/west, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"ipn" = ( +/turf/simulated/floor/wood, +/area/centcom/jail) +"ipu" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Shower" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "warnwhiteorange" +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/area/centcom/evac) -"kvU" = ( -/obj/item/gun/energy/telegun, +/area/syndicate_mothership) +"ipB" = ( /obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, +/obj/item/gun/magic/staff/chaos, +/turf/unsimulated/floor/wood, /area/admin) -"kvV" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/power/tracker, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/space, -/area/ussp_ship) -"kwf" = ( -/obj/structure/noticeboard{ - pixel_y = -30 - }, -/obj/item/paper/syndimemo{ - info = "https://www.youtube.com/watch?v=PD8LdxRSueA" - }, -/turf/unsimulated/floor{ - icon_state = "whitehall"; - tag = "icon-floor" - }, -/area/centcom/evac) -"kwI" = ( +"ipE" = ( +/obj/structure/rack, +/obj/item/pneumatic_cannon, +/obj/item/harpoon, +/obj/item/harpoon, +/obj/item/harpoon, +/obj/item/harpoon, +/obj/item/tank/nitrogen, /obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" + dir = 4; + tag = "icon-tube1 (EAST)" }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 30 +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ipP" = ( +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ipQ" = ( +/obj/effect/decal/stripes/gold/corner/west, +/turf/simulated/floor/carpet/arcade, +/area/centcom/specops) +"iqf" = ( +/obj/machinery/door/airlock/external{ + id_tag = "syndicate_away"; + req_access_txt = "150" }, /turf/unsimulated/floor{ icon_state = "darkfull"; tag = "icon-dark" }, /area/syndicate_mothership) -"kwX" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "whitecorner" +"iqu" = ( +/obj/structure/railing, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredaltstrip" }, -/area/centcom/evac) -"kxa" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/light, -/turf/unsimulated/floor{ - icon_state = "whitecorner" - }, -/area/centcom/evac) -"kxj" = ( -/obj/machinery/abductor/pad{ - team = 1 - }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"kxr" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/light/small{ - light_range = 6; - throw_range = 6 - }, -/turf/unsimulated/floor{ - icon_state = "sepia" - }, -/area/ussp_ship) -"kxA" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1; - layer = 2.8 - }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 - }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 8 +/area/syndicate_mothership/jail) +"iqx" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" }, +/area/shuttle/siberia) +"iqP" = ( +/obj/machinery/atmospherics/unary/cryo_cell, /turf/unsimulated/floor{ icon_state = "dark" }, -/area/centcom/specops) -"kyj" = ( -/obj/structure/shuttle/engine/propulsion{ +/area/centcom/zone1) +"ira" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/window/full/basic, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"ire" = ( +/obj/item/gun/projectile/revolver/grenadelauncher/multi, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"irL" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ dir = 8; - icon_state = "propulsion_r"; - tag = "icon-propulsion_r (NORTH)" + icon_state = "navybluealtstrip" }, -/turf/space, -/area/ussp_ship) -"kyn" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "ERT_armory_lvl4"; - layer = 5; - locked = 1; - name = "Armory level 4" +/area/centcom/specops) +"ise" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/turf/unsimulated/floor{ +/area/syndicate_mothership/elite_squad) +"ism" = ( +/obj/effect/landmark{ + name = "Response Team" + }, +/obj/effect/decal/warning_stripes/green/hollow, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/specops) -"kyC" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "whitehall"; - tag = "icon-floor" +"ist" = ( +/obj/structure/rack, +/obj/item/beach_ball/holoball{ + throw_speed = 20; + throwforce = 1000 }, -/area/centcom/evac) -"kyR" = ( -/obj/machinery/vending/chinese/free, /turf/unsimulated/floor{ - icon_state = "whitehall"; - tag = "icon-floor" + dir = 8; + icon_state = "vault" }, -/area/centcom/evac) -"kyU" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/camera{ - c_tag = "CentComm Arrivals 2"; +/area/space) +"isw" = ( +/turf/simulated/floor/plasteel{ dir = 1; - network = list("CentComm") - }, -/turf/unsimulated/floor{ - icon_state = "whitehall"; - tag = "icon-floor" + icon_state = "arrivalcorner" }, /area/centcom/evac) -"kyW" = ( -/obj/machinery/door/airlock/centcom{ - name = "Garden room"; - opacity = 1; - req_access_txt = "113" +"itf" = ( +/obj/structure/closet/wardrobe/chemistry_white, +/obj/item/storage/bag/chemistry, +/obj/item/storage/bag/chemistry, +/obj/item/clothing/glasses/science{ + pixel_y = 3 }, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"kzj" = ( -/obj/item/flag/syndi, -/obj/machinery/light{ - brightness_range = 5; - light_range = 5; - nightshift_light_range = 5 +/obj/item/clothing/glasses/science{ + pixel_y = 3 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 }, -/area/syndicate_mothership) -"kzG" = ( -/turf/simulated/floor/holofloor{ - icon_state = "green" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/holodeck/source_boxingcourt) -"kzK" = ( -/obj/machinery/pdapainter, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/centcom/specops) +"itg" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/area/syndicate_mothership) -"kAr" = ( -/obj/machinery/vending/cola/free, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/grass, +/area/centcom/specops) +"itu" = ( /turf/unsimulated/floor{ - icon_state = "whitehall"; - tag = "icon-floor" + dir = 10; + icon_state = "navyred" }, -/area/centcom/evac) -"kAP" = ( -/obj/structure/chair{ - dir = 1 +/area/tdome/arena_source) +"itv" = ( +/obj/machinery/light/small{ + dir = 8 }, -/obj/machinery/light, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "whitecorner" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcornersalt" }, -/area/centcom/evac) -"kBc" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/area/syndicate_mothership/cargo) +"itD" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium" }, -/turf/unsimulated/floor{ +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ dir = 8; - icon_state = "woodalt" + icon_state = "grass_edge_medium_corner" }, -/area/centcom/specops) -"kBB" = ( -/obj/structure/flora/grass/green, -/turf/simulated/floor/holofloor{ - icon_state = "snow"; - tag = "icon-snow" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iuf" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien17" }, -/area/holodeck/source_snowfield) -"kBV" = ( +/area/abductor_ship) +"iuz" = ( /obj/machinery/door/poddoor/shutters{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - id_tag = "ERT_director_office_shutters"; - layer = 5; - locked = 1; - name = "ERT Director office" + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 }, -/turf/space, -/turf/unsimulated/wall/fakeglass{ - dir = 6; - tag = "icon-fakewindows (NORTHEAST)" +/obj/structure/grille, +/obj/structure/shuttle/window{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end" }, -/area/centcom) -"kCK" = ( -/obj/structure/table/wood, -/obj/item/gun/rocketlauncher, -/obj/item/gun/rocketlauncher, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"ivl" = ( +/obj/machinery/abductor/experiment{ + team = 4 }, -/area/centcom/supply) -"kDo" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/unsimulated/floor{ +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"ivq" = ( +/obj/machinery/abductor/console{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"ivr" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law/black, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"ivQ" = ( +/turf/simulated/floor/plasteel{ dir = 4; - icon_state = "whitehall"; - tag = "icon-floor" + icon_state = "arrivalcorner" }, /area/centcom/evac) -"kDp" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/automatic/wt550, -/obj/machinery/recharger/wallcharger{ - pixel_x = 30 - }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +"ivW" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" }, -/area/admin) -"kDF" = ( -/obj/machinery/chem_dispenser{ - desc = "It appears Fox is doing more fruit chemistry today!"; - hackedcheck = 1 +/area/shuttle/transport) +"iwb" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 8; + id = "SSTprivateroom" }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/structure/window/reinforced/polarized{ + color = "red"; + id = "SSTprivateroom" }, -/area/admin) -"kEe" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ +/obj/structure/window/reinforced/polarized{ + color = "red"; dir = 1; - icon_state = "darkbluefull" - }, -/area/centcom/zone2) -"kEs" = ( -/obj/structure/window/reinforced{ - dir = 4 + id = "SSTprivateroom" }, -/obj/machinery/chem_heater, /turf/unsimulated/floor{ - icon_state = "freezerfloor" + dir = 4; + icon_state = "elevatorshaft" }, -/area/syndicate_mothership) -"kEO" = ( +/area/syndicate_mothership/elite_squad) +"iwf" = ( /obj/structure/table/wood, -/obj/item/folder/red{ - pixel_x = 7 +/obj/item/gun/magic/staff/focus, +/turf/unsimulated/floor/wood, +/area/admin) +"iwv" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" }, -/area/centcom/zone2) -"kEQ" = ( +/area/centcom/jail) +"iwz" = ( /obj/structure/table/wood, -/obj/item/pen/fancy, -/obj/item/paper/form/NT_HR_00, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/gun/magic/wand/fireball, +/turf/unsimulated/floor/wood, +/area/admin) +"iwS" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" }, /area/centcom/zone2) -"kFU" = ( -/obj/machinery/shower{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +"iwW" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/area/centcom/jail) -"kGa" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = -25 +/area/shuttle/administration) +"ixP" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + req_access_txt = "101" }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -40 +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ixW" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/obj/machinery/camera{ + c_tag = "Thunderdome Arena"; + network = list("Thunderdome"); + pixel_x = 10 + }, +/obj/machinery/flasher{ + id = "flash"; + name = "Thunderdome Flash" + }, +/obj/item/radio/intercom/pirate{ + req_access_txt = "153" }, /turf/unsimulated/floor{ icon_state = "dark" }, -/area/centcom/zone2) -"kHx" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window{ +/area/tdome/arena_source) +"iyl" = ( +/obj/machinery/door/poddoor/shutters{ dir = 8; - panel_open = 1; - req_access_txt = "110" - }, -/obj/item/paper_bin/nanotrasen{ - pixel_x = 3; - pixel_y = 12 + id_tag = "TD_Baseball"; + name = "4-shot base/ball" }, -/obj/item/pen/multi/fountain, /turf/unsimulated/floor{ icon_state = "dark" }, -/area/centcom/zone2) -"kHZ" = ( -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkblue" +/area/space) +"iyA" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/area/centcom/specops) -"kIf" = ( -/obj/structure/chair/sofa{ - dir = 9 +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" }, /area/syndicate_mothership) -"kIg" = ( -/turf/unsimulated/floor{ - icon_state = "carpet7-3" +"izh" = ( +/obj/structure/chair/stool/bar, +/obj/effect/decal/stripes/black/line/west, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"izs" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/wizard_station) -"kIj" = ( -/obj/structure/table/reinforced/brass, -/obj/item/clothing/suit/space/vox/medic, -/obj/item/clothing/suit/space/vox/medic, -/obj/item/clothing/head/helmet/space/vox/medic, -/obj/item/clothing/head/helmet/space/vox/medic, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +/area/centcom/jail) +"izz" = ( +/obj/machinery/computer/shuttle/labor, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" }, -/area/vox_station) -"kID" = ( -/turf/unsimulated/wall{ - icon_state = "rwall0" +/area/shuttle/siberia) +"izB" = ( +/obj/structure/safe, +/obj/item/paper{ + info = "
"; + name = "K P A C U B bI E arts." }, -/area/vox_station) -"kJk" = ( +/turf/simulated/floor/wood, +/area/centcom/supply) +"izR" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_big_full"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"izZ" = ( /obj/item/twohanded/required/kirbyplants, -/obj/machinery/camera{ - c_tag = "CentComm Zone 1-4"; - network = list("CentComm") +/obj/structure/curtain/black{ + pixel_x = 32 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"iAm" = ( +/turf/space, +/area/tdome/arena_source) +"iAD" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/grass, +/area/centcom/specops) +"iAZ" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"iBl" = ( +/obj/machinery/light{ + dir = 1 }, +/obj/structure/chair/comfy/black, +/turf/simulated/floor/carpet/arcade, /area/centcom/zone1) -"kKc" = ( +"iBm" = ( /obj/structure/table/wood, -/obj/item/clothing/under/color/black{ - icon_state = "officerblueclothes"; - name = "white jumpsuit" - }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/item/abductor_baton, +/obj/item/abductor/silencer, +/obj/item/abductor/mind_device, +/obj/item/abductor/gizmo, +/obj/structure/ninjatele{ + pixel_x = -28 }, +/turf/unsimulated/floor/wood, /area/admin) -"kKv" = ( -/obj/structure/flora/rock, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" +"iBq" = ( +/obj/structure/table/reinforced/brass, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, -/area/centcom/zone1) -"kKH" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/pointybush, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" +/area/vox_station) +"iBG" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 }, -/area/centcom/zone1) -"kLa" = ( -/obj/structure/window/full/reinforced{ - layer = 2 +/obj/effect/decal/stripes/gold/dot/east, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"iCc" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + name = "voxstart" }, -/obj/machinery/door/poddoor/shutters{ - active_power_usage = 1; - dir = 1; - icon_state = "open"; - id_tag = "ASPS_blastdoor"; - locked = 1; - name = "Privacy Shutters" +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, +/area/vox_station) +"iCf" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/energy/sword/saber/red, /turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/centcom/zone1) -"kLW" = ( -/obj/structure/table/reinforced, -/obj/item/gun/energy/gun/nuclear{ - pixel_y = 8 + dir = 8; + icon_state = "vault" }, -/obj/item/gun/energy/gun/nuclear{ - pixel_y = -2 +/area/tdome/arena) +"iCn" = ( +/obj/machinery/computer/robotics, +/obj/structure/window/reinforced{ + dir = 1 }, -/obj/item/gun/energy/gun/nuclear{ - pixel_y = -2 +/turf/simulated/floor/wood, +/area/centcom/specops) +"iCt" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/helmet/space/space_ninja, +/obj/item/clothing/shoes/space_ninja, +/obj/item/clothing/mask/gas/space_ninja, +/obj/item/katana/energy, +/obj/item/clothing/gloves/space_ninja, +/obj/item/clothing/suit/space/space_ninja, +/turf/unsimulated/floor/wood, +/area/admin) +"iCx" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien12" }, -/obj/item/gun/energy/gun/nuclear{ - pixel_y = -2 +/area/abductor_ship) +"iDg" = ( +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidwarning"; + name = "plating" }, -/obj/item/gun/energy/gun/nuclear{ - pixel_y = 8 +/area/syndicate_mothership/outside) +"iDq" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall-1" }, -/obj/item/gun/energy/gun/nuclear{ - pixel_y = 8 +/area/tdome/arena) +"iDG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealtstrip" }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 33; - pixel_y = -7 +/area/centcom/zone2) +"iDL" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredalt" }, -/turf/unsimulated/floor{ +/area/syndicate_mothership/cargo) +"iDT" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ dir = 1; - icon_state = "darkredfull" + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership/elite_squad) +"iDY" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/drinks/cans/beer, +/obj/effect/decal/stripes/gold/line/south, +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"iEc" = ( +/obj/structure/chair/comfy/purp{ + dir = 4 }, +/obj/effect/decal/stripes/black/corner, +/turf/simulated/floor/carpet/black, /area/centcom/specops) -"kMR" = ( -/obj/machinery/door/airlock/public{ - frequency = 1559; - id_tag = "check_point_1_airlock_internal"; - locked = 1; - name = "Check Point 1 Internal Airlock"; - req_access_txt = "110" +"iED" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/machinery/door/poddoor/shutters{ - active_power_usage = 1; +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"iEE" = ( +/obj/machinery/light/spot{ dir = 1; - icon_state = "open"; - id_tag = "ASPS_blastdoor"; - locked = 1; - name = "Privacy Shutters" + tag = "icon-tube1 (NORTH)" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/simulated/shuttle/floor{ + icon_state = "floor3" }, -/area/centcom/zone1) -"kNk" = ( +/area/shuttle/administration) +"iEP" = ( /obj/structure/table/wood, -/obj/machinery/syndicatebomb/badmin, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, +/obj/item/gun/projectile/revolver/grenadelauncher/multi/cyborg, +/turf/unsimulated/floor/wood, /area/admin) -"kNm" = ( -/obj/machinery/door/airlock/public{ - frequency = 1560; - id_tag = "check_point_2_airlock_internal"; - locked = 1; - name = "Check Point 2 Internal Airlock"; - req_access_txt = "110" +"iEU" = ( +/turf/space, +/area/shuttle/syndicate) +"iEV" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 4 }, -/obj/machinery/door/poddoor/shutters{ - active_power_usage = 1; - dir = 1; - icon_state = "open"; - id_tag = "ASPS_blastdoor"; - locked = 1; - name = "Privacy Shutters" +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"iFf" = ( +/obj/machinery/light{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/simulated/floor/wood, +/area/centcom/evac) +"iFn" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/grenadelauncher, +/turf/unsimulated/floor/wood, +/area/admin) +"iFo" = ( +/obj/machinery/light/small{ + dir = 1 }, -/area/centcom/zone1) -"kNv" = ( -/obj/structure/closet/l3closet/security, -/obj/item/clothing/mask/gas, -/obj/item/tank/emergency_oxygen/double/full, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/watertank/janitor{ - max_integrity = 1500; - volume = 1500 +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" }, -/turf/unsimulated/floor{ - icon_state = "darkpurple" +/area/syndicate_mothership/cargo) +"iFr" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-6"; + tag = "icon-plant-6" }, -/area/centcom/specops) -"kNw" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = -25 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -40 +/obj/machinery/light/small{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "wood" +/turf/simulated/floor/wood, +/area/centcom/zone1) +"iFB" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" }, -/area/centcom/evac) -"kPw" = ( -/obj/machinery/kitchen_machine/grill/upgraded, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, /area/centcom/jail) -"kPB" = ( -/turf/simulated/floor/holofloor{ - dir = 8; - icon_state = "green" - }, -/area/holodeck/source_thunderdomecourt) -"kPT" = ( -/obj/mecha/combat/gygax/dark/loaded{ - operation_req_access = list(114) +"iFV" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/vox_station) +"iGa" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" }, -/area/admin) -"kQd" = ( -/turf/simulated/floor/holofloor{ - icon_state = "engine"; - name = "Holodeck Projector Floor" +/area/syndicate_mothership/cargo) +"iGf" = ( +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"iGj" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/stealth, +/obj/item/clothing/suit/space/vox/stealth, +/obj/item/clothing/head/helmet/space/vox/stealth, +/obj/item/clothing/head/helmet/space/vox/stealth, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, -/area/holodeck/source_wildlife) -"kQB" = ( -/obj/machinery/light/small{ - brightness_range = 6; - dir = 1; - light_range = 8; - nightshift_light_range = 6; - throw_range = 6 +/area/vox_station) +"iGn" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien22" }, +/area/abductor_ship) +"iGM" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/capgun, /turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "darkgrey" }, -/area/wizard_station) -"kQP" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 25 +/area/admin) +"iGT" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecornersalt" }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 40 +/area/centcom/zone2) +"iGX" = ( +/obj/structure/table/wood/fancy, +/obj/item/toy/plushie/fluff/fox, +/obj/effect/decal/stripes/gold/line/east, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"iHM" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" }, -/turf/unsimulated/floor{ - icon_state = "wood" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iHN" = ( +/obj/structure/table/abductor, +/obj/item/retractor/alien, +/obj/item/hemostat/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"iHO" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/centcom/evac) -"kQS" = ( -/obj/machinery/computer/camera_advanced, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iIg" = ( +/turf/unsimulated/wall{ + icon_state = "iron0" }, -/area/syndicate_mothership) -"kQX" = ( -/obj/machinery/igniter/on, -/turf/simulated/floor/plasteel, -/area/tdome/arena) -"kRi" = ( +/area/syndicate_mothership/elite_squad) +"iIm" = ( /obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "sepia" - }, -/area/ussp_ship) -"kRS" = ( -/obj/mecha/combat/marauder/seraph/loaded, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/structure/curtain/black{ + pixel_x = -32 }, -/area/admin) -"kSA" = ( -/obj/machinery/door/airlock/centcom{ - name = "Master of Synthetics"; - opacity = 1; - req_access_txt = "113" +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"iIo" = ( +/obj/effect/turf_decal/arrows/white{ + color = null; + dir = 1; + name = "Canteen, Shooting range, Zone 2, Medical block" }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/zone2) -"kSQ" = ( -/obj/machinery/camera{ - c_tag = "CentComm Zone 2 Office 8"; - dir = 8; - network = list("CentComm") - }, -/turf/unsimulated/floor{ - icon_state = "darkblue" - }, -/area/centcom/zone2) -"kST" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 8; - id_tag = "commandcenter"; - name = "Privacy Shutters" +/area/centcom/specops) +"iIs" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" }, -/obj/machinery/door/airlock/hatch/syndicate/command{ - req_access_txt = "150" +/area/centcom/evac) +"iIV" = ( +/obj/machinery/light/small{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"iJj" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/wand/door, +/turf/unsimulated/floor/wood, +/area/admin) +"iJn" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" }, -/area/syndicate_mothership) -"kSW" = ( -/obj/machinery/door/airlock/shuttle, -/turf/unsimulated/floor{ - icon_state = "floor4" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iJo" = ( +/obj/machinery/light{ + dir = 4 }, -/area/shuttle/gamma/space) -"kTJ" = ( -/obj/structure/table, +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"iJJ" = ( /obj/machinery/door_control{ - desc = "A remote control switch for port-side blast doors."; - id = "thunderdome"; - name = "Main Blast Doors"; - pixel_x = -3; - req_access_txt = "104" - }, -/turf/unsimulated/floor{ - icon_state = "floor" + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "Aspid_left_storage"; + name = "Aspid pod storage #2"; + pixel_y = -24; + req_access_txt = "153" }, -/area/tdome/tdomeadmin) -"kTX" = ( -/obj/item/flag/species/human, -/obj/machinery/light/small{ - brightness_range = 10; +/turf/simulated/floor/plasteel{ dir = 1; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/syndicate_mothership/cargo) +"iJR" = ( +/obj/machinery/vending/shoedispenser{ + req_access_txt = "150" }, -/area/ussp_ship) -"kUg" = ( -/obj/item/beach_ball/holoball, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"iKf" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/area/centcom/jail) -"kVg" = ( -/obj/structure/rack, -/obj/item/clothing/under/color/red, -/obj/item/clothing/shoes/brown, -/obj/item/clothing/suit/armor/tdome/red, -/obj/item/clothing/head/helmet/thunderdome, -/obj/item/melee/energy/sword/saber/red, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/syndicate_mothership/elite_squad) +"iKq" = ( +/obj/item/implanter/adrenalin{ + pixel_x = 12; + pixel_y = -12 }, -/area/tdome/arena) -"kVm" = ( -/obj/machinery/door/airlock/centcom{ - name = "Checkpoint zone 2"; - opacity = 1; - req_access_txt = "113" +/obj/item/implanter/emp{ + pixel_x = 9; + pixel_y = -9 }, -/obj/machinery/door/poddoor/shutters{ - active_power_usage = 1; - density = 0; - dir = 2; - icon_state = "open"; - id_tag = "CC_zone2_checkpoint_lockdown"; - locked = 1; - name = "Privacy Shutters"; - opacity = 0 +/obj/item/implanter/explosive{ + pixel_x = 6; + pixel_y = -6 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/implanter/explosive_macro{ + pixel_x = 3; + pixel_y = -3 }, -/area/centcom/zone2) -"kVI" = ( -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"kVV" = ( -/obj/machinery/door/window{ - closingLayer = 2.9; - dir = 2; - layer = 2.9; - panel_open = 1; - req_access_txt = "110" +/obj/item/implanter/freedom, +/obj/item/implanter/krav_maga{ + pixel_x = -9; + pixel_y = 9 }, -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters{ - active_power_usage = 1; - density = 0; - dir = 2; - icon_state = "open"; - id_tag = "CC_zone2_checkpoint_lockdown"; - locked = 1; - name = "Privacy Shutters"; - opacity = 0 +/obj/item/implanter/mindshield{ + pixel_x = -6; + pixel_y = 6 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/implanter/storage{ + pixel_x = -3; + pixel_y = 3 }, -/area/centcom/zone2) -"kVW" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/statue/artchair, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +/obj/structure/rack/holorack, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" }, -/area/centcom/evac) -"kWm" = ( -/obj/structure/table/wood, -/obj/item/book/manual/robotics_cyborgs, -/turf/unsimulated/floor{ +/area/syndicate_mothership/control) +"iKU" = ( +/obj/effect/turf_decal/caution/stand_clear/white, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/zone2) -"kWQ" = ( -/obj/machinery/door_control{ - id = "SST_classified_gear_room"; - name = "Classified gear"; - pixel_x = 8; - pixel_y = -25; - req_access_txt = "153" - }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +"iLT" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, /area/syndicate_mothership) -"kXa" = ( -/obj/machinery/door/poddoor{ - id_tag = "thunderdomehea"; - name = "Heavy Supply" +"iMy" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + req_access_txt = "102" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/tdome/arena) -"kXq" = ( -/obj/item/paper_bin/nanotrasen, -/obj/structure/table/wood/poker, -/obj/item/pen/multi/gold, -/obj/item/stamp/chameleon, -/turf/unsimulated/floor{ +/area/centcom/jail) +"iMA" = ( +/turf/unsimulated/wall/fakeglass{ dir = 8; - icon_state = "grimy" - }, -/area/event_zone) -"kXs" = ( -/obj/structure/sign/securearea, -/turf/unsimulated/wall, -/area/centcom) -"kXw" = ( -/obj/machinery/sleeper/upgraded, -/obj/structure/window/reinforced{ - dir = 4 + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet06" +/area/syndicate_mothership/jail) +"iMB" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/window/full/basic, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"iMF" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" }, -/area/centcom/evac) -"kXV" = ( -/obj/structure/table/reinforced, -/obj/item/deck/cards, -/turf/unsimulated/floor{ - icon_state = "wood" +/area/shuttle/escape) +"iMJ" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 }, -/area/centcom/jail) -"kYw" = ( -/obj/structure/chair/sofa/left{ +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ dir = 4; - pixel_x = 7 + icon_state = "warndarkgreyred" }, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" +/area/syndicate_mothership) +"iMK" = ( +/obj/effect/landmark/abductor/scientist{ + team = 4 }, -/area/centcom/zone1) -"kYG" = ( -/obj/structure/table/reinforced, -/obj/machinery/reagentgrinder, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"iMX" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "barber" }, /area/centcom/jail) -"kYO" = ( -/obj/structure/table/holotable, -/obj/machinery/readybutton, -/turf/simulated/floor/holofloor{ - dir = 9; - icon_state = "red" - }, -/area/holodeck/source_knightarena) -"kYQ" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen{ - maximum_pressure = 50000 +"iNN" = ( +/obj/machinery/light{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreyred" }, -/area/centcom/supply) -"kZq" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/mob/living/simple_animal/pig, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"kZP" = ( -/obj/structure/table/reinforced, -/obj/item/gun/projectile/shotgun/automatic/combat{ - pixel_x = 3; - pixel_y = 8 +/area/syndicate_mothership) +"iNW" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien21" }, -/obj/item/gun/projectile/shotgun/automatic/combat{ - pixel_x = 3; - pixel_y = -2 +/area/abductor_ship) +"iOg" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo18" }, -/obj/item/gun/projectile/shotgun/automatic/combat{ - pixel_x = 3; - pixel_y = 8 +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"iOm" = ( +/obj/item/gun/syringe/syndicate, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "darkgrey" }, -/obj/item/gun/projectile/shotgun/automatic/combat{ - pixel_x = 3; - pixel_y = 8 +/area/admin) +"iOx" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/envy, +/turf/unsimulated/floor{ + icon_state = "hierophant1" }, -/obj/item/gun/projectile/shotgun/automatic/combat{ - pixel_x = 3; - pixel_y = -2 +/area/admin) +"iOC" = ( +/obj/structure/dispenser, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/obj/item/gun/projectile/shotgun/automatic/combat{ - pixel_x = 3; - pixel_y = -2 +/area/shuttle/administration) +"iOH" = ( +/obj/structure/chair/sofa/left{ + dir = 4 }, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24; - pixel_y = 5 +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"iOP" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" }, +/area/syndicate_mothership/infteam) +"iPj" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/combat/survival/bone, /turf/unsimulated/floor{ - dir = 1; - icon_state = "darkredfull" + icon_state = "hierophant1" + }, +/area/admin) +"iPZ" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, +/area/syndicate_mothership/jail) +"iQe" = ( +/obj/effect/decal/stripes/black/dot/south, +/obj/effect/decal/stripes/black/dot/west, +/turf/simulated/floor/carpet/black, /area/centcom/specops) -"kZR" = ( -/obj/structure/chair/sofa/right{ +"iQy" = ( +/obj/effect/turf_decal{ dir = 8; - pixel_x = -7 - }, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" - }, -/area/centcom/zone1) -"lae" = ( -/obj/structure/flora/ausbushes/palebush, -/turf/unsimulated/floor{ - icon_state = "grass4"; + icon_state = "grass_edge_medium"; name = "grass" }, -/area/centcom/zone1) -"laO" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 1; - id_tag = "CC_space_jail_rest"; - layer = 5; - locked = 1; - name = "Central Command Jail" +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/syndicate_mothership/outside) +"iQA" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"iQD" = ( +/obj/effect/turf_decal{ + dir = 5; + icon_state = "golden_stripes" }, -/area/centcom/jail) -"laZ" = ( -/turf/unsimulated/wall/fakeglass{ +/turf/simulated/floor/plasteel{ dir = 1; - tag = "icon-fakewindows (WEST)" - }, -/area/centcom/evac) -"lbz" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 8 + icon_state = "dark" }, -/turf/unsimulated/floor{ +/area/syndicate_mothership/control) +"iQQ" = ( +/obj/docking_port/stationary{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + dwidth = 2; + height = 12; + id = "ferry_away"; + name = "centcom bay 2"; + turf_type = /turf/simulated/floor; + width = 5 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"iRf" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/security_space_law, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"iRq" = ( +/obj/item/restraints/handcuffs/pinkcuffs, +/turf/simulated/floor/plating, +/area/centcom/specops) +"iRI" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" }, -/area/ussp_ship) -"lbQ" = ( +/area/space) +"iRP" = ( /obj/structure/table/wood, -/obj/item/adminfu_scroll, +/obj/item/kitchen/knife/carrotshiv, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "hierophant1" }, /area/admin) -"lce" = ( -/turf/unsimulated/floor{ - icon_state = "cafeteria" +"iSd" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo18" }, -/area/ninja/holding) -"lcX" = ( -/turf/unsimulated/wall, -/area/syndicate_mothership) -"ldc" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"iSs" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/change, +/turf/unsimulated/floor/wood, +/area/admin) +"iSy" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" }, -/area/centcom/jail) -"ldk" = ( -/obj/machinery/computer/med_data, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/centcom/zone1) -"ldq" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iTe" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, -/obj/machinery/computer/card, /turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/zone1) -"ldu" = ( -/obj/structure/table/wood/fancy/black, +/area/syndicate_mothership/elite_squad) +"iTp" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/butcher/meatcleaver, /turf/unsimulated/floor{ - icon_state = "carpet9-4" - }, -/area/wizard_station) -"ldx" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -6; - pixel_y = 27 + icon_state = "hierophant1" }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 6; - pixel_y = 27 +/area/admin) +"iTE" = ( +/obj/structure/table/wood, +/obj/item/storage/bag/books, +/obj/item/taperecorder, +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/structure/filingcabinet/security, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, /area/centcom/zone1) -"ldM" = ( -/obj/structure/toilet{ - dir = 1 +"iUr" = ( +/obj/structure/table/wood, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_y = 8 }, -/turf/unsimulated/floor{ - icon_state = "tranquillite" +/obj/item/radio/beacon/syndicate/bomb{ + pixel_y = 4 + }, +/obj/item/radio/beacon/syndicate/bomb, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"iUt" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/effect/landmark{ + name = "Commando" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"ldQ" = ( -/obj/structure/closet/l3closet/security, -/obj/item/clothing/mask/gas, -/obj/item/tank/emergency_oxygen/double/full, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/watertank/janitor{ - max_integrity = 1500; - volume = 1500 +"iUN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreycornerred" }, -/turf/unsimulated/floor{ - dir = 10; - icon_state = "darkpurple" +/area/syndicate_mothership) +"iUO" = ( +/obj/machinery/light/small{ + dir = 1 }, +/turf/simulated/floor/plating, /area/centcom/specops) -"leJ" = ( -/turf/unsimulated/floor{ - icon_state = "bcircuit" +"iVu" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/soysauce, +/obj/item/reagent_containers/food/condiment/soysauce, +/obj/item/reagent_containers/food/condiment/soysauce, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/chrono_ship) -"lfc" = ( -/obj/structure/bookcase, -/obj/item/book/manual, -/obj/item/book/manual, -/obj/item/book/manual, -/obj/item/book/manual, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/specops) +"iVA" = ( +/obj/structure/chair/sofa/left{ + dir = 8 }, -/area/wizard_station) -"lfj" = ( /turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "red" + icon_state = "grimy" }, -/area/tdome/arena) -"lfu" = ( +/area/syndicate_mothership) +"iVJ" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/junglebush/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"iVO" = ( +/obj/structure/fans/tiny/invisible, /turf/simulated/floor/plasteel{ dir = 4; - icon_state = "green" + icon_state = "warndarkgreyred" }, -/area/tdome/arena) -"lfA" = ( -/obj/structure/chair/office/dark{ - dir = 4 +/area/syndicate_mothership) +"iVY" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" }, -/obj/machinery/door_control{ - id = "CC_arrivals_blastdoor"; - name = "Arrivals Blastdoor"; - pixel_x = -25; - pixel_y = -4; - req_access_txt = "110" +/area/syndicate_mothership/elite_squad) +"iWh" = ( +/obj/effect/landmark/abductor/agent{ + team = 4 }, -/obj/machinery/door_control{ - id = "ASPS_blastdoor"; - name = "Automatic Station Protection System"; - pixel_x = -25; - pixel_y = 5; - req_access_txt = "110" +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"iWp" = ( +/obj/structure/table/glass, +/obj/effect/decal/stripes/gold/line/south, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"iXj" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" }, -/area/centcom/zone1) -"lfY" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window{ - panel_open = 1; - req_access_txt = "110" +/area/centcom/jail) +"iXk" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkbluealtstrip" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/zone2) +"iXm" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"iXv" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/medic, +/obj/item/clothing/suit/space/vox/medic, +/obj/item/clothing/head/helmet/space/vox/medic, +/obj/item/clothing/head/helmet/space/vox/medic, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, -/area/centcom/zone1) -"lgJ" = ( -/obj/effect/landmark{ - name = "Syndicate-Infiltrator-Leader"; - tag = "Commando" +/area/vox_station) +"iXF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/centcom/specops) +"iXI" = ( +/obj/structure/closet/crate/can, +/obj/machinery/light/small{ + dir = 1 }, -/area/syndicate_mothership) -"lgX" = ( -/obj/structure/rack, -/obj/item/clothing/under/color/green, -/obj/item/clothing/shoes/brown, -/obj/item/clothing/suit/armor/tdome/green, -/obj/item/clothing/head/helmet/thunderdome, -/obj/item/melee/energy/sword/saber/green, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/tdome/arena) -"lhm" = ( -/obj/structure/window/full/reinforced{ - layer = 2 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, /area/centcom/zone1) -"lhq" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkpurple" - }, -/area/centcom/specops) -"lhB" = ( -/obj/machinery/light/small{ - brightness_range = 10; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +"iYG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, /turf/unsimulated/floor{ - dir = 4; - icon_state = "rampbottom" + icon_state = "darkfull"; + tag = "icon-dark" }, -/area/ussp_ship) -"lhG" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/cans/cola, +/area/syndicate_mothership) +"iZb" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ - icon_state = "freezerfloor" - }, -/area/ninja/holding) -"lhP" = ( -/obj/structure/table/holotable, -/turf/simulated/floor/holofloor{ - dir = 5; - icon_state = "red" + icon_state = "darkfull"; + tag = "icon-dark" }, -/area/holodeck/source_thunderdomecourt) -"lia" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien2" +/area/syndicate_mothership) +"jbd" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/area/abductor_ship) -"liA" = ( -/turf/simulated/floor/holofloor{ - icon_state = "asteroid5"; - tag = "icon-asteroid5" +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/holodeck/source_desert) -"lju" = ( -/obj/machinery/portable_atmospherics/canister/sleeping_agent{ - maximum_pressure = 50000 +/area/centcom/specops) +"jbJ" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/supply) -"lks" = ( -/obj/machinery/light/small{ - dir = 8; - light_range = 10; - throw_range = 6 +"jbY" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/structure/sign/poster/contraband/communist_state{ - pixel_x = -32 +/obj/structure/table/glass, +/obj/item/folder, +/obj/item/folder/blue, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"jce" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jcu" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"jcE" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel, +/area/centcom/evac) +"jcM" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/watertank/high, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/ussp_ship) -"lkC" = ( -/obj/item/flag/nt, -/obj/item/radio/intercom{ - pixel_x = 30 +/area/centcom/zone2) +"jdg" = ( +/obj/machinery/computer/communications, +/obj/machinery/light{ + dir = 1 }, -/turf/unsimulated/floor{ - dir = 5; - icon_state = "darkred" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/zone3) -"lkJ" = ( +/area/centcom/specops) +"jdj" = ( /obj/structure/table/reinforced, -/obj/machinery/door/window{ - dir = 8; - panel_open = 1; - req_access_txt = "110" +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_y = 14 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, /area/centcom/zone1) -"llk" = ( -/turf/simulated/floor/holofloor{ - icon_state = "red" - }, -/area/holodeck/source_basketball) -"lmc" = ( -/obj/item/flag/syndi, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 30 - }, -/turf/unsimulated/floor{ +"jdA" = ( +/turf/unsimulated/wall/fakeglass{ dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership) -"lmi" = ( -/obj/structure/table/wood, -/obj/effect/spawner/lootdrop{ - loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); - name = "Food CC Spawner #1" + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/syndicate_mothership/cargo) +"jdQ" = ( +/obj/structure/window/reinforced{ + dir = 4 }, +/obj/structure/window/reinforced, +/obj/structure/dresser, +/obj/effect/decal/stripes/black/corner/south, +/turf/simulated/floor/wood, /area/centcom/zone1) -"lmp" = ( -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkred" +"jed" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 8; + icon_state = "rightsecure"; + req_access_txt = "101" }, +/turf/simulated/floor/carpet/black, /area/centcom/specops) -"lmq" = ( -/obj/structure/chair/office/dark{ - dir = 8 +"jej" = ( +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang/limited{ + name = "SOB-5 Clusterbang Launcher"; + projectiles = 5 }, -/obj/machinery/door_control{ - id = "CC_arrivals_blastdoor"; - name = "Arrivals Blastdoor"; - pixel_x = 25; - pixel_y = -4; - req_access_txt = "110" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang/limited{ + name = "SOB-5 Clusterbang Launcher"; + projectiles = 5 }, -/area/centcom/zone1) -"lmC" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/automatic/tommygun, -/obj/item/gun/projectile/shotgun/toy/tommygun, -/obj/machinery/recharger/wallcharger{ - pixel_x = 30 +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/centcom/specops) +"jet" = ( +/obj/structure/chair/comfy/red, +/obj/effect/landmark{ + name = "voxstart" }, -/area/admin) -"lnj" = ( -/obj/structure/table/wood, -/obj/item/clothing/under/color/black{ - icon_state = "mafiatan"; - name = "brown jumpsuit" +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/vox_station) +"jeU" = ( +/obj/machinery/sleeper/upgraded, +/obj/structure/window/reinforced{ + dir = 4 }, -/area/admin) -"lnF" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor{ - req_access_txt = "109" +/obj/structure/window/reinforced{ + dir = 1 }, -/obj/machinery/kitchen_machine/microwave/upgraded, /turf/unsimulated/floor{ - icon_state = "stage_bleft" - }, -/area/centcom/jail) -"lnV" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 6 + icon_state = "dark" }, -/area/centcom) -"lnX" = ( -/obj/structure/chair/office/light{ - dir = 4 +/area/centcom/zone1) +"jeY" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + pixel_y = 20 }, -/obj/machinery/light{ - dir = 8 +/obj/effect/decal/stripes/black/full, +/obj/effect/turf_decal/plaque{ + icon_state = "plumbing" }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/syndicate_mothership) -"lof" = ( -/obj/item/gun/medbeam, +/area/centcom/jail) +"jeZ" = ( /obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, +/obj/item/gun/magic/staff/healing, +/turf/unsimulated/floor/wood, /area/admin) -"lov" = ( -/obj/structure/chair/stool/bar, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +"jgg" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/gold/glass{ + frequency = 2000; + id_tag = "CC-OP4-Ext"; + locked = 1; + name = "Zone 3" }, -/area/syndicate_mothership) -"loD" = ( -/obj/machinery/vending/chinese/free, -/turf/unsimulated/floor{ +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 2000; + master_tag = "CC-OP4"; + name = "CC-OP4-EXT"; + pixel_x = -24; + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/zone2) -"lpj" = ( -/obj/structure/chair/sofa{ - dir = 6 - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/evac) -"lqe" = ( -/obj/mecha/combat/marauder/mauler/loaded{ - operation_req_access = list(114) +"jgE" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/retro, +/turf/unsimulated/floor/wood, +/area/admin) +"jgJ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/structure/window/reinforced{ + color = "red" }, -/area/admin) -"lqg" = ( -/obj/structure/chair/sofa, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/centcom/evac) -"lqu" = ( -/obj/structure/chair/sofa/left, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/syndicate_mothership/cargo) +"jgV" = ( +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = 24; + pixel_y = -24; + req_access_txt = "114"; + wires = 1 }, -/area/centcom/evac) -"lqz" = ( -/obj/structure/table/abductor{ - name = "table" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "darkfull" +/area/centcom/specops) +"jhz" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/retro/sc_retro, +/turf/unsimulated/floor/wood, +/area/admin) +"jhN" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/tree/jungle/small, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"jhY" = ( +/obj/structure/showcase, +/turf/simulated/floor/wood, +/area/centcom/specops) +"jic" = ( +/obj/structure/chair/sofa/left{ + dir = 1 }, -/area/chrono_ship) -"lqD" = ( -/obj/structure/window/reinforced{ +/turf/simulated/floor/plasteel{ dir = 1; - layer = 2.9 + icon_state = "darkblue" }, -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/centcom/zone1) +"jiz" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" }, -/area/centcom/court) -"lqJ" = ( -/obj/machinery/light{ - dir = 1 +/area/centcom/zone2) +"jiA" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowalt" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/syndicate_mothership/cargo) +"jiH" = ( +/obj/machinery/abductor/experiment{ + team = 1 }, -/area/trader_station/sol) -"lrE" = ( -/obj/structure/table/wood/poker, -/obj/item/toy/cards/deck/syndicate{ - pixel_x = -6; - pixel_y = 6 +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jiV" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidwarning"; + name = "plating" }, -/area/syndicate_mothership) -"lrI" = ( -/obj/structure/table, -/obj/structure/sink{ - dir = 1 +/area/syndicate_mothership/outside) +"jjc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/unsimulated/floor{ - icon_state = "wood" +/area/syndicate_mothership/cargo) +"jkG" = ( +/obj/machinery/abductor/console{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jkY" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "warnwhite" }, /area/centcom/zone1) -"lrM" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 +"jle" = ( +/obj/structure/urinal{ + pixel_y = 32 }, -/obj/item/radio/intercom{ - pixel_y = 30 +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/centcom/zone3) +"jlp" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/cooker/deepfryer, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, +/area/centcom/jail) +"jlG" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/turf/simulated/floor/carpet, /area/centcom/evac) -"lth" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall3"; - tag = "icon-swall3" +"jlH" = ( +/obj/structure/rack/holorack, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/clusterbuster/holy, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/shuttle/escape) -"lto" = ( -/obj/structure/flora/bush, -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"ltv" = ( -/obj/structure/table, -/obj/item/clothing/head/that{ - pixel_x = 4; - pixel_y = 6 +/area/centcom/supply) +"jlL" = ( +/obj/machinery/vox_win_button, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/vox_station) +"jlU" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + dir = 1 }, -/area/ninja/holding) -"ltZ" = ( -/obj/structure/sign/poster/contraband/syndicate_pistol{ - pixel_x = -32 +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"jml" = ( +/obj/structure/rack, +/obj/item/beach_ball/holoball{ + throw_speed = 20; + throwforce = 1000 }, -/obj/structure/chair/stool/bar, /turf/unsimulated/floor{ dir = 8; - icon_state = "wood" + icon_state = "vault" }, -/area/syndicate_mothership) -"lub" = ( -/obj/machinery/door/poddoor/shutters{ - armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); - density = 0; - icon_state = "open"; - id_tag = "ERT_turret_shutters"; - locked = 1; - name = "ERT Lockdown"; - opacity = 0 +/area/tdome/arena_source) +"jmz" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"lun" = ( -/obj/structure/table/wood, -/obj/structure/sign/poster/official/random{ - pixel_y = 30 - }, -/obj/effect/spawner/lootdrop{ - loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); - name = "Food CC Spawner #2" - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/shuttle/syndicate) +"jmH" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"jmR" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access_txt = "114" }, -/area/centcom/evac) -"lup" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Armory"; - pixel_y = -25 +/obj/item/clothing/suit/judgerobe{ + name = "Supreme judge's robe" }, -/obj/machinery/power/terminal, -/obj/structure/cable, -/obj/item/flag/species/human, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/item/card/id/centcom{ + icon_state = "deathsquad"; + name = "Supreme Judge ID card"; + pixel_x = -3; + pixel_y = -3; + registered_name = "Supreme Judge" }, -/area/ussp_ship) -"luP" = ( -/obj/structure/table, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/obj/item/clothing/head/powdered_wig{ + desc = null; + name = "Supreme judge wig" }, -/area/ninja/holding) -"lvs" = ( -/obj/machinery/clonepod/biomass, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/clothing/under/suit_jacket/really_black{ + name = "Supreme judge suit" }, -/area/centcom/specops) -"lwB" = ( -/obj/machinery/bsa/full/admin/east{ - layer = 1 +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" }, -/turf/space, -/area/ussp_ship) -"lwT" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = 5 +/obj/item/clothing/gloves/color/white{ + desc = null; + name = "Supreme judge gloves" }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = -5; - pixel_y = 5 +/turf/simulated/floor/wood, +/area/centcom/bridge) +"jmV" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien10" }, -/obj/machinery/light{ - dir = 8 +/area/abductor_ship) +"jmW" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-17"; + tag = "icon-plant-17" }, /turf/unsimulated/floor{ - dir = 8; - icon_state = "stage_bleft" + icon_state = "white" + }, +/area/centcom/zone1) +"jmX" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" }, /area/syndicate_mothership) -"lxj" = ( -/obj/mecha/combat/honker/loaded{ - operation_req_access = list(114) +"jnc" = ( +/obj/machinery/light/small{ + dir = 4 }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"jnr" = ( /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 8; + icon_state = "wood" }, /area/admin) -"lxn" = ( -/obj/structure/table/wood, -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +"jny" = ( +/obj/structure/chair/sofa/right{ + dir = 4 }, -/obj/effect/spawner/lootdrop{ - loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); - name = "Food CC Spawner #1" +/obj/effect/decal/stripes/gold/deadlock/south, +/turf/simulated/floor/carpet/black, +/area/centcom/zone3) +"jnM" = ( +/obj/mecha/combat/gygax/ert{ + color = "#66ff99"; + name = "Assault Jaeger" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navyblue" }, -/area/centcom/evac) -"lxo" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien8" +/area/centcom/specops) +"joo" = ( +/obj/machinery/door/poddoor{ + density = 0; + id_tag = "thunderdome"; + name = "Thunderdome Blast Door"; + opacity = 0 }, -/area/abductor_ship) -"lxH" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/snacks/warmdonkpocket, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + dir = 4; + icon_state = "navyredfull" }, -/area/centcom/jail) -"lxW" = ( -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" +/area/tdome/arena_source) +"jph" = ( +/obj/structure/table/abductor, +/obj/item/paper/abductor, +/obj/item/scalpel/alien, +/obj/item/cautery/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jpk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/turf/unsimulated/beach/sand, -/area/ninja/holding) -"lyv" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 +/area/syndicate_mothership/elite_squad) +"jpF" = ( +/obj/machinery/door/airlock/syndicate/security{ + name = "тюрьма"; + req_access_txt = "153" }, -/obj/machinery/newscaster{ - pixel_y = 32 +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkredcornersalt" }, +/area/syndicate_mothership/jail) +"jpK" = ( +/obj/machinery/gibber, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/evac) -"lyZ" = ( -/obj/item/flag/nt, -/obj/structure/sign/poster/official/ue_no{ - pixel_y = 30 + dir = 4; + icon_state = "elevatorshaft" }, -/obj/machinery/camera{ - c_tag = "CentComm Arrivals Bar 2"; - network = list("CentComm") +/area/syndicate_mothership/elite_squad) +"jpQ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/tdome/arena_source) +"jqa" = ( +/obj/machinery/abductor/pad{ + team = 4 }, -/area/centcom/evac) -"lzH" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jrj" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navyblue" }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" +/area/centcom/specops) +"jrl" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecornersalt" }, +/area/syndicate_mothership/elite_squad) +"jrx" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"jrL" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/butcher, /turf/unsimulated/floor{ - icon_state = "sepia" + icon_state = "hierophant1" }, -/area/ussp_ship) -"lAl" = ( -/obj/structure/closet/crate/can, -/obj/machinery/light{ +/area/admin) +"jrN" = ( +/obj/machinery/door/poddoor/shutters{ dir = 1; - switchcount = 50 + id_tag = "TD_Shitcurity"; + name = "Shitcurity"; + tag = null }, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + icon_state = "dark" }, -/area/centcom/evac) -"lAC" = ( -/turf/space/transit/horizontal, /area/space) -"lBl" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 +"jsg" = ( +/obj/machinery/door/window{ + dir = 1; + panel_open = 1; + req_access_txt = "101" }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"jsZ" = ( +/obj/structure/table/wood, +/obj/item/nullrod/tribal_knife, /turf/unsimulated/floor{ - icon_state = "stage_bleft" + icon_state = "hierophant1" }, -/area/centcom/jail) -"lBX" = ( -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 +/area/admin) +"jtm" = ( +/obj/structure/rack, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/lightreplacer, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light{ + dir = 1 }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 4 +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1; - layer = 2.8 +/area/centcom/specops) +"jtQ" = ( +/obj/machinery/vending/clothing, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"juD" = ( +/obj/machinery/autolathe/security{ + hacked = 1 }, -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 2.9; - name = "Automatic Shotgun"; - req_access = null; - req_access_txt = "114" +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/obj/item/gun/projectile/automatic/shotgun/bulldog{ - desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; - name = "Pancor Jackhammer" +/area/shuttle/administration) +"jvg" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/curtain/black{ + pixel_y = 32 }, -/obj/item/gun/projectile/automatic/shotgun/bulldog{ - desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; - name = "Pancor Jackhammer" +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"jvq" = ( +/obj/item/flag/nt, +/obj/structure/closet/medical_wall{ + pixel_y = 32 }, -/obj/item/gun/projectile/automatic/shotgun/bulldog{ - desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; - name = "Pancor Jackhammer" +/turf/simulated/floor/wood, +/area/centcom/zone1) +"jvr" = ( +/turf/unsimulated/wall{ + icon_state = "iron7" }, -/obj/item/gun/projectile/automatic/shotgun/bulldog{ - desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; - name = "Pancor Jackhammer" +/area/syndicate_mothership/elite_squad) +"jvw" = ( +/obj/structure/closet/crate/syndicate{ + pixel_x = 4; + pixel_y = 8 }, -/obj/item/gun/projectile/automatic/shotgun/bulldog{ - desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; - name = "Pancor Jackhammer" +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowalt" }, -/obj/item/gun/projectile/automatic/shotgun/bulldog{ - desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; - name = "Pancor Jackhammer" - }, -/obj/item/gun/projectile/automatic/shotgun/bulldog{ - desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; - name = "Pancor Jackhammer" - }, -/obj/item/gun/projectile/automatic/shotgun/bulldog{ - desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; - name = "Pancor Jackhammer" - }, -/obj/item/gun/projectile/automatic/shotgun/bulldog{ - desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; - name = "Pancor Jackhammer" - }, -/obj/item/gun/projectile/automatic/shotgun/bulldog{ - desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; - name = "Pancor Jackhammer" +/area/syndicate_mothership/cargo) +"jvA" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/carapace, +/obj/item/clothing/suit/space/vox/carapace, +/obj/item/clothing/head/helmet/space/vox/carapace, +/obj/item/clothing/head/helmet/space/vox/carapace, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ - desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; - name = "12g duffelbag" +/area/vox_station) +"jvE" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/combat/survival, +/turf/unsimulated/floor{ + icon_state = "hierophant1" }, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ - desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; - name = "12g duffelbag" +/area/admin) +"jvR" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien16" }, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ - desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; - name = "12g duffelbag" +/area/abductor_ship) +"jwa" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall4" }, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ - desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; - name = "12g duffelbag" +/area/shuttle/administration) +"jwW" = ( +/obj/structure/table/wood, +/obj/item/hatchet/unathiknife, +/turf/unsimulated/floor{ + icon_state = "hierophant1" }, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ - desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; - name = "12g duffelbag" +/area/admin) +"jxa" = ( +/obj/effect/decal/stripes/gold/line/west, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -30 }, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ - desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; - name = "12g duffelbag" +/obj/machinery/light/small{ + dir = 8 }, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ - desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; - name = "12g duffelbag" +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ - desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; - name = "12g duffelbag" +/area/syndicate_mothership/infteam) +"jxo" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 }, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ - desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; - name = "12g duffelbag" +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-window5 (EAST)" }, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ - desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; - name = "12g duffelbag" +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"jxs" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" }, -/turf/unsimulated/floor{ +/obj/structure/railing, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"jxF" = ( +/obj/item/flag/nt, +/obj/effect/decal/stripes/black/corner/east, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/specops) -"lBZ" = ( -/obj/machinery/door/airlock/centcom{ - name = "Prison Cell"; - opacity = 1 +"jyl" = ( +/obj/machinery/vending/snack, +/obj/machinery/light/small{ + dir = 1 }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/door/poddoor/shutters{ - dir = 8; - id_tag = "CC_space_jail_cell"; - layer = 5; - locked = 1; - name = "Central Command Jail" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ +/area/centcom/zone1) +"jyw" = ( +/obj/effect/decal/stripes/gold/line/west, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"jyC" = ( +/obj/effect/turf_decal/box/red, +/obj/machinery/door/window/brigdoor{ + color = "#d70000"; + dir = 2; + name = "Riot Control"; + req_access_txt = "156" + }, +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/jail) -"lCb" = ( -/obj/structure/table/wood, -/obj/item/radio/headset, -/obj/item/radio/headset/abductor, -/obj/item/radio/headset/alt, -/obj/item/radio/headset/binary{ - name = "binary radio headset" +/area/syndicate_mothership/control) +"jyW" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid6"; + tag = "icon-asteroid6" }, -/obj/item/radio/headset/bot{ - name = "bot radio headset" +/area/holodeck/source_desert) +"jzh" = ( +/obj/item/bedsheet/rd/royal_cape, +/obj/structure/bed, +/obj/structure/curtain/open/shower/centcom, +/obj/structure/sign/poster/secret/yug0{ + pixel_x = 32 }, -/obj/item/radio/headset/centcom, -/obj/item/radio/headset/chameleon{ - name = "chamelon radio headset" +/turf/simulated/floor/carpet{ + icon_state = "carpetsymbol" }, -/obj/item/radio/headset/ert, -/obj/item/radio/headset/ert/alt/commander, -/obj/item/radio/headset/heads{ - name = "heads radio headset" +/area/centcom/specops) +"jzj" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood, +/area/centcom/jail) +"jzx" = ( +/obj/structure/table/glass, +/obj/item/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 16 }, -/obj/item/radio/headset/heads/ai_integrated, -/obj/item/radio/headset/heads/blueshield/alt, -/obj/item/radio/headset/heads/captain/alt, -/obj/item/radio/headset/heads/ce, -/obj/item/radio/headset/heads/cmo, -/obj/item/radio/headset/heads/hop, -/obj/item/radio/headset/heads/hos, -/obj/item/radio/headset/heads/magistrate/alt, -/obj/item/radio/headset/heads/ntrep, -/obj/item/radio/headset/heads/rd, -/obj/item/radio/headset/headset_cargo, -/obj/item/radio/headset/headset_cargo/mining, -/obj/item/radio/headset/headset_com, -/obj/item/radio/headset/headset_eng, -/obj/item/radio/headset/headset_iaa, -/obj/item/radio/headset/headset_med, -/obj/item/radio/headset/headset_medsci, -/obj/item/radio/headset/headset_rob, -/obj/item/radio/headset/headset_sci, -/obj/item/radio/headset/headset_sec, -/obj/item/radio/headset/headset_sec/alt, -/obj/item/radio/headset/headset_service, -/obj/item/radio/headset/syndicate{ - name = "syndicate radio headset" +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 }, -/obj/item/radio/headset/syndicate/alt, -/obj/item/radio/headset/syndicate/alt/lavaland, -/obj/item/radio/headset/syndicate/alt/syndteam{ - name = "syndicate team headset" +/obj/item/pen/fancy{ + pixel_x = 8 }, +/obj/effect/decal/stripes/gold/line/south, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"jAj" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "hierophant1" }, /area/admin) -"lCE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" +"jAq" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, +/area/syndicate_mothership/control) +"jAI" = ( +/obj/effect/decal/stripes/black/dot/west, +/obj/effect/decal/stripes/black/dot, +/turf/simulated/floor/carpet/black, /area/centcom/specops) -"lCZ" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ +"jAW" = ( +/obj/mecha/combat/marauder/loaded, +/obj/machinery/light{ dir = 8 }, -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkblue" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" }, /area/centcom/specops) -"lDs" = ( -/turf/unsimulated/floor{ - dir = 8; +"jBc" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredaltstrip" + }, +/area/centcom/zone3) +"jBf" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/library/checkout, +/turf/simulated/floor/plasteel{ icon_state = "grimy" }, -/area/centcom/bridge) -"lDH" = ( -/turf/simulated/floor/holofloor{ - dir = 5; - icon_state = "red" +/area/centcom/zone1) +"jBo" = ( +/obj/machinery/syndiepad/admin/loadpad{ + target_id = "syndie_cargo_port2" }, -/area/holodeck/source_emptycourt) -"lDU" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/specops) -"lDX" = ( -/obj/machinery/computer/cryopod{ - pixel_y = 32 +/area/syndicate_mothership/control) +"jBs" = ( +/obj/structure/toilet, +/obj/machinery/light/small{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/centcom/blops) -"lEu" = ( -/obj/machinery/door/airlock/hatch/syndicate/command{ - name = "Officer Room" +/area/centcom/jail) +"jBK" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkbluealtstrip" }, -/turf/unsimulated/floor{ +/area/centcom/zone2) +"jCs" = ( +/obj/docking_port/mobile{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/syndicate_mothership) -"lEF" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/revolver/russian, -/turf/simulated/floor/wood, -/area/secret/gaybar) -"lES" = ( -/obj/structure/noticeboard{ - pixel_x = -32 + dwidth = 3; + height = 5; + id = "mining"; + name = "mining shuttle"; + rebuildable = 1; + roundstart_move = "mining_home"; + width = 7 }, -/obj/item/paper/syndimemo{ - info = "ПОЛУЧИТЕ ЭТОТ ЕБУЧИЙ ДИСК!" +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock"; + req_access_txt = "48" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership) -"lFi" = ( -/obj/machinery/slot_machine, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"jCv" = ( +/mob/living/simple_animal/turkey, +/obj/machinery/light{ + dir = 1 }, +/turf/simulated/floor/grass, /area/centcom/evac) -"lGr" = ( -/turf/simulated/floor/holofloor{ - icon_state = "snow"; - tag = "icon-snow" - }, -/area/holodeck/source_snowfield) -"lGZ" = ( -/obj/machinery/door/airlock/centcom{ - name = "Medical and Rest room"; - opacity = 1; - req_access_txt = "109" - }, -/obj/machinery/door/poddoor/shutters{ - armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); - density = 0; - dir = 1; - icon_state = "open"; - id_tag = "ERT_turret_shutters"; - locked = 1; - name = "ERT Lockdown"; - opacity = 0 - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkgreynavyblue" - }, -/area/centcom/specops) -"lHa" = ( -/turf/unsimulated/floor{ - icon_state = "floor4" +"jCI" = ( +/obj/machinery/vending/syndicigs, +/obj/machinery/light/small{ + dir = 1 }, -/area/shuttle/escape) -"lHq" = ( +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"jCJ" = ( +/obj/structure/table/wood, +/obj/item/encryptionkey/headset_cargo, +/obj/item/encryptionkey/headset_com, +/obj/item/encryptionkey/headset_eng, +/obj/item/encryptionkey/headset_iaa, +/obj/item/encryptionkey/headset_med, +/obj/item/encryptionkey/headset_medsci, +/obj/item/encryptionkey/headset_rob, +/obj/item/encryptionkey/headset_sci, +/obj/item/encryptionkey/headset_sec, +/obj/item/encryptionkey/headset_service, +/turf/unsimulated/floor/wood, +/area/admin) +"jDp" = ( /turf/unsimulated/wall{ - dir = 4; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_mid"; - tag = "icon-wall3 (NORTH)" - }, -/area/space) -"lHA" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien6" - }, -/area/abductor_ship) -"lIE" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/trader_station/sol) -"lIO" = ( -/obj/machinery/door/window{ - dir = 1; - panel_open = 1; - req_access_txt = "152" + icon_state = "iron5"; + tag = "icon-iron5" }, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +/area/syndicate_mothership/infteam) +"jDr" = ( +/obj/machinery/computer/communications, +/obj/effect/decal/stripes/black/line, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"jDy" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife, +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/area/vox_station) -"lKj" = ( -/obj/structure/sink{ +/area/syndicate_mothership/elite_squad) +"jDB" = ( +/turf/unsimulated/wall/fakeglass{ dir = 8; - pixel_x = -12; - pixel_y = 2 + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" }, -/turf/unsimulated/floor{ - dir = 8; +/area/centcom/zone3) +"jEf" = ( +/obj/machinery/bookbinder, +/turf/simulated/floor/plasteel{ icon_state = "grimy" }, -/area/syndicate_mothership) -"lKO" = ( +/area/centcom/zone1) +"jEk" = ( /obj/structure/table/wood, -/obj/structure/mirror/magic{ - pixel_x = -30 - }, +/obj/item/gun/energy/temperature, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "darkgrey" }, /area/admin) -"lKT" = ( -/obj/machinery/recharge_station/upgraded, -/turf/unsimulated/floor{ - dir = 10; - icon_state = "darkblue" - }, -/area/centcom/zone2) -"lLK" = ( -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkgreen" +"jEu" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"jEJ" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/centcom/zone2) -"lLT" = ( -/turf/unsimulated/floor{ +/turf/unsimulated/floor/asteroid{ dir = 8; - icon_state = "darkbrown" - }, -/area/centcom/specops) -"lNy" = ( -/obj/structure/table/wood, -/obj/item/gun/energy, -/obj/item/gun/energy/captain, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/gun, -/obj/item/gun/energy/gun/cyborg, -/obj/item/gun/energy/nuclear, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "asteroidwarning"; + name = "plating" }, +/area/syndicate_mothership/outside) +"jET" = ( +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/pulse, +/obj/item/mecha_parts/mecha_equipment/weapon/honker, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/structure/closet/crate, +/turf/unsimulated/floor/wood, /area/admin) -"lNE" = ( -/obj/item/radio/intercom/specops{ - pixel_x = 30 +"jEW" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/turf/unsimulated/floor{ - icon_state = "carpet" +/area/syndicate_mothership/infteam) +"jFm" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" }, -/area/centcom/specops) -"lPh" = ( -/obj/machinery/door_control{ - id = "CC_zone2_checkpoint_lockdown"; - name = "Zone 2 Checkpoint Lockdown"; - pixel_y = 25; - req_access_txt = "110" +/obj/structure/flora/grass/jungle/b, +/obj/effect/mapping_helpers/light{ + layer = 10 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkblue" +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"jFo" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo4" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"jFA" = ( +/obj/item/flag/nt, +/obj/machinery/status_display/supply_display{ + pixel_x = -32 }, -/area/centcom/zone2) -"lPi" = ( -/obj/structure/table/glass, -/obj/structure/window/reinforced{ - color = "black"; +/turf/simulated/floor/wood, +/area/centcom/bridge) +"jFC" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed"; + req_access_txt = "114" + }, +/obj/machinery/light/small{ + brightness_range = 6; dir = 4; - layer = 5 + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, /turf/unsimulated/floor{ dir = 8; icon_state = "grimy" }, +/area/admin) +"jFM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet, /area/centcom/zone1) -"lPk" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbrownfull" +"jGe" = ( +/obj/item/stack/spacecash/c1000, +/obj/item/stack/spacecash/c500, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"jGH" = ( +/obj/docking_port/stationary/transit{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_transit"; + name = "skipjack in transit"; + width = 19 }, -/area/centcom/specops) -"lPx" = ( -/obj/machinery/camera{ - c_tag = "CentComm Zone 2 Check point"; - network = list("CentComm") +/turf/space/transit{ + icon_state = "speedspace_ns_1" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/space) +"jGM" = ( +/obj/effect/turf_decal/arrows/red{ + dir = 8 }, -/area/centcom/zone2) -"lQx" = ( -/obj/machinery/light/small{ - brightness_range = 10; - dir = 1; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership) +"jHw" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_Armory_NG" }, -/area/ussp_ship) -"lSb" = ( -/turf/unsimulated/floor{ - icon_state = "darkgrey" +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"lSd" = ( -/obj/machinery/abductor/console{ - team = 1 +"jHF" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"jHG" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien6" }, -/turf/unsimulated/floor/abductor, /area/abductor_ship) -"lSp" = ( -/obj/machinery/door/poddoor{ - id_tag = "CC_zone2_blastdoor"; - name = "Zone 2 Blastboor" +"jHX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/supply) +"jIK" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredalt" }, -/area/centcom/zone2) -"lTt" = ( +/area/centcom/jail) +"jIN" = ( /obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/holywater, -/obj/item/reagent_containers/food/drinks/bottle/holywater, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/gun/projectile/shotgun/toy, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, -/area/centcom/zone1) -"lTx" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/window/reinforced{ - dir = 8 +/area/admin) +"jJh" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo17" }, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"jJo" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/stripes/black/line/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"lUs" = ( -/obj/machinery/computer/account_database{ - name = "Admin Accounts Database" +"jJG" = ( +/obj/effect/decal/stripes/gold/line/west, +/turf/simulated/floor/wood{ + icon_state = "wood_old_broken" }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"lUG" = ( +/area/syndicate_mothership/infteam) +"jJM" = ( +/obj/machinery/optable, /turf/unsimulated/floor{ dir = 8; - icon_state = "darkblue" - }, -/area/centcom/zone2) -"lUP" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 4 + icon_state = "wood" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/admin) +"jJS" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluecornersalt" }, /area/centcom/specops) -"lUT" = ( -/obj/structure/toilet{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" - }, -/area/syndicate_mothership) -"lVz" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 3; - height = 5; - id = "sit_away"; - name = "Syndicate Base"; - width = 11 +"jKe" = ( +/obj/machinery/vending/wallmed/syndicate{ + pixel_y = 32 }, -/turf/unsimulated/floor{ - name = "plating" +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/syndicate_mothership) -"lVF" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2"; - tag = "" +/area/syndicate_mothership/elite_squad) +"jKi" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/simulated/floor/grass, +/area/centcom/evac) +"jKt" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium" }, -/turf/space, -/turf/space, -/area/ussp_ship) -"lVR" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/turf/unsimulated/floor{ - icon_state = "grass4"; +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; name = "grass" }, -/area/centcom/zone1) -"lWo" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 4; - tag = "icon-fakewindows (EAST)" - }, -/area/centcom) -"lWK" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/trader_station/sol) -"lWN" = ( -/obj/machinery/light/spot{ - dir = 4; - tag = "icon-tube1 (EAST)" - }, -/obj/structure/chair/sofa{ - dir = 9 - }, -/turf/unsimulated/floor{ +/obj/effect/turf_decal{ dir = 8; - icon_state = "wood" + icon_state = "grass_edge_medium_corner" }, -/area/syndicate_mothership) -"lXf" = ( -/obj/machinery/computer/communications, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/mapping_helpers/light{ + layer = 10 }, -/area/centcom/specops) -"lXh" = ( -/obj/structure/flora/ausbushes/genericbush, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" }, -/area/centcom/zone1) -"lXr" = ( -/obj/structure/chair/sofa{ - dir = 4; - pixel_x = 7 +/area/syndicate_mothership/outside) +"jLh" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" }, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" +/area/shuttle/syndicate) +"jLx" = ( +/obj/effect/decal/warning_stripes/white, +/obj/structure/mineral_door/wood, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/zone1) -"lYn" = ( -/obj/structure/chair/sofa{ +"jLz" = ( +/obj/effect/decal/stripes/gold/line/east, +/turf/simulated/floor/carpet/arcade, +/area/centcom/specops) +"jLG" = ( +/obj/docking_port/stationary{ dir = 8; - pixel_x = -7 - }, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" - }, -/area/centcom/zone1) -"lYG" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 10; - tag = "icon-fakewindows (WEST)" - }, -/area/centcom) -"lZe" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" + dwidth = 1; + height = 4; + id = "pod1_away"; + name = "recovery ship bay 1"; + turf_type = /turf/simulated/floor; + width = 3 }, -/area/centcom/zone1) -"lZo" = ( -/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/plating/airless, +/area/space) +"jLL" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" }, -/area/syndicate_mothership) -"lZt" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/tree/pine{ - color = "#336633" +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium" }, -/turf/unsimulated/floor{ - icon_state = "grass4"; +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; name = "grass" }, -/area/centcom/zone1) -"lZH" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 13 - }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/wizard_station) -"lZI" = ( +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jLN" = ( +/obj/item/clothing/head/hopcap, +/turf/simulated/floor/plating, +/area/centcom/supply) +"jMD" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"jMF" = ( /obj/machinery/door/airlock/external{ + id_tag = "syndicate_away"; req_access_txt = "150" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, /area/syndicate_mothership) -"lZK" = ( -/obj/structure/sign/evac{ - pixel_x = 33 - }, -/obj/item/flag/nt, -/turf/unsimulated/floor{ - dir = 5; - icon_state = "whitehall"; - tag = "icon-floor" +"jMK" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/evac) -"maC" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/area/centcom/zone2) +"jNk" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" }, /area/centcom/zone3) -"maH" = ( -/obj/machinery/light/small{ - brightness_range = 10; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 - }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/ussp_ship) -"mbp" = ( -/obj/effect/landmark/abductor/scientist{ - team = 3 - }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"mbt" = ( -/obj/structure/chair/office/dark, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +"jNW" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_old_broken7" }, -/area/centcom/zone1) -"mbF" = ( -/obj/machinery/computer/crew, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/infteam) +"jOk" = ( +/obj/structure/closet/syndicate/personal, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/radio/intercom/syndicate{ + pixel_x = -32 }, -/area/centcom/specops) -"mcd" = ( -/obj/machinery/turretid/lethal{ - ailock = 1; - control_area = "\improper Centcom Emergency Shuttle"; - name = "Emergency Shuttle Turret Control Panel"; - pixel_x = -30; - req_access = "0"; - req_access_txt = "110" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/obj/machinery/camera{ - c_tag = "CentComm Zone 1 Check point 2"; +/area/shuttle/syndicate) +"jOH" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ dir = 4; - network = list("CentComm") + icon_state = "warndarkgreyred" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/elite_squad) +"jOO" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo1" }, -/area/centcom/zone1) -"mcv" = ( -/obj/structure/chair/sofa{ - dir = 4 +/obj/effect/decal/stripes/black/corner/east, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"jPu" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium" }, -/obj/structure/window/reinforced{ - color = "black"; - dir = 8; - layer = 5 +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ +/obj/effect/turf_decal{ dir = 8; - icon_state = "grimy" + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/centcom/zone1) -"mde" = ( +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jPx" = ( /obj/structure/window/reinforced{ - dir = 4 + dir = 1 }, -/obj/structure/table/reinforced, -/obj/machinery/embedded_controller/radio/airlock/access_controller{ - frequency = 1559; - id_tag = "check_point_1_airlock_control"; - layer = 5; - name = "Check point 1 Controller"; - pixel_x = 4; - pixel_y = 10; - req_access_txt = "110"; - tag_exterior_door = "check_point_1_airlock_external"; - tag_interior_door = "check_point_1_airlock_internal" +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/item/paper_bin/nanotrasen{ - pixel_x = -8; - pixel_y = 12 +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"jPF" = ( +/obj/structure/window/reinforced{ + dir = 1 }, -/obj/item/pen/multi/fountain, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/structure/flora/ausbushes, +/turf/simulated/floor/grass, +/area/centcom/specops) +"jPH" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien7" }, -/area/centcom/zone1) -"mef" = ( -/turf/unsimulated/wall/fakeglass{ +/area/abductor_ship) +"jPU" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 1; - icon_state = "fakewindows2" + frequency = 1331; + id_tag = "synd_pump_bottom" }, -/area/centcom/evac) -"mew" = ( -/obj/machinery/porta_turret/syndicate/pod, -/turf/simulated/shuttle/wall{ - dir = 8; - icon_state = "diagonalWall3" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/shuttle/assault_pod) -"meL" = ( +/area/shuttle/syndicate) +"jQb" = ( +/obj/machinery/computer/library, /obj/structure/table/reinforced, -/obj/item/syndicatedetonator, -/turf/unsimulated/floor{ - dir = 8; +/turf/simulated/floor/plasteel{ icon_state = "grimy" }, -/area/syndicate_mothership) -"meT" = ( +/area/centcom/jail) +"jQj" = ( /obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/table/reinforced, -/obj/machinery/embedded_controller/radio/airlock/access_controller{ - frequency = 1560; - id_tag = "syndicate_jail_airlock_control"; - layer = 5; - name = "Check point 2 Controller"; - pixel_x = -5; - pixel_y = 10; - req_access_txt = "110"; - tag_exterior_door = "check_point_2_airlock_external"; - tag_interior_door = "check_point_2_airlock_internal" - }, -/obj/item/paper_bin/nanotrasen{ - pixel_x = 3; - pixel_y = 12 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/pen/multi/fountain, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/jail) +"jQl" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s6" }, -/area/centcom/zone1) -"meY" = ( -/obj/machinery/recharge_station/ert, -/obj/machinery/light{ +/area/shuttle/gamma/space) +"jQr" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/machinery/iv_drip, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/item/tank/emergency_oxygen/engi/full, +/obj/item/tank/emergency_oxygen/engi/full, +/obj/item/tank/emergency_oxygen/nitrogen, +/obj/item/tank/emergency_oxygen/plasma, +/turf/simulated/floor/plasteel{ dir = 1; - light_range = 5 + icon_state = "dark" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/area/syndicate_mothership/control) +"jQB" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/suit/space/vox/stealth, +/obj/item/clothing/head/helmet/space/vox/stealth, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"jRt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" }, -/area/syndicate_mothership) -"mfo" = ( -/obj/structure/table/glass, -/obj/effect/spawner/lootdrop{ - loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); - name = "Food CC Spawner #1" +/area/syndicate_mothership/cargo) +"jRx" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 30 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_main"; + name = "SST Armory" }, -/area/centcom/zone1) -"mfp" = ( -/obj/structure/table/wood, -/turf/simulated/floor/wood, -/area/secret/gaybar) -"mfy" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealtstrip" }, -/area/centcom/court) -"mfF" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_y = 30 +/area/syndicate_mothership/elite_squad) +"jRR" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo3" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" }, -/area/syndicate_mothership) -"mgj" = ( -/obj/machinery/cooker/cerealmaker, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"jSd" = ( +/obj/structure/bed/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jSo" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" }, -/area/centcom/jail) -"mgy" = ( -/obj/machinery/light{ - dir = 1 +/area/holodeck/source_plating) +"jSq" = ( +/obj/machinery/vending/medical/syndicate_access{ + req_access = null; + req_access_txt = "156" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/area/syndicate_mothership) -"mgI" = ( -/obj/item/kitchen/utensil/spoon, -/obj/structure/chair/sofa{ - dir = 4 +/area/syndicate_mothership/jail) +"jSs" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/syndicate{ + pixel_y = 7 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/pen/fancy, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"jTo" = ( +/obj/machinery/fishtank/wall{ + opacity = 1 }, -/area/centcom/evac) -"mgR" = ( -/obj/machinery/vox_win_button, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +/obj/structure/sign/barsign{ + icon_state = "syndibarsign"; + pixel_y = 32; + tag = "syndibarsign" }, -/area/vox_station) -"mgY" = ( -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"mhm" = ( -/obj/effect/overlay/palmtree_l, -/turf/unsimulated/beach/sand, -/area/ninja/holding) -"mho" = ( -/obj/item/storage/firstaid/brute, -/obj/item/storage/firstaid/brute, -/obj/item/storage/firstaid/doctor, -/obj/item/storage/firstaid/doctor, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/tactical, -/obj/item/storage/firstaid/tactical, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/toxin, -/obj/item/roller, -/obj/item/roller, -/obj/structure/table/reinforced, -/obj/item/reagent_containers/applicator/dual, -/obj/item/reagent_containers/applicator/dual, -/obj/item/reagent_containers/applicator/dual, -/obj/item/storage/toolbox/syndicate, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkblue" +/turf/simulated/floor/plating, +/area/syndicate_mothership/elite_squad) +"jTt" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r/toy/riot, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, -/area/centcom/specops) -"mhA" = ( -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" +/area/admin) +"jUh" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_l"; + tag = "icon-propulsion_l" }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 6; - pixel_y = 27 +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"jUp" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -6; - pixel_y = 27 +/area/syndicate_mothership/cargo) +"jUr" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/seeds/apple, +/obj/item/seeds/apple, +/obj/item/seeds/apple, +/obj/item/seeds/carrot, +/obj/item/seeds/carrot, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, +/area/centcom/jail) +"jUI" = ( /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + icon_state = "carpetnoconnect" }, -/area/syndicate_mothership) -"mhF" = ( -/obj/structure/table/wood, -/obj/effect/spawner/lootdrop{ - loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); - name = "Food CC Spawner #2" +/area/adminconstruction) +"jUQ" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, +/obj/machinery/mech_bay_recharge_port/upgraded, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + icon_state = "floor4" }, -/area/centcom/evac) -"mhI" = ( -/obj/structure/bookcase/manuals, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/area/shuttle/gamma/space) +"jUX" = ( +/obj/machinery/computer/shuttle/syndicate, +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/area/shuttle/syndicate) +"jVh" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Burn-Mix Floor"; + nitrogen = 0; + oxygen = 2500; + temperature = 370; + toxins = 5000 }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/area/holodeck/source_burntest) +"jVu" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/holodeck/source_emptycourt) +"jVB" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien8" }, -/area/centcom/zone1) -"miK" = ( -/obj/machinery/light/small{ +/area/abductor_ship) +"jVS" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ dir = 1; - light_range = 6; - throw_range = 6 + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/syndicate_mothership/jail) +"jVT" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo4" }, -/area/ussp_ship) -"miX" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 +/obj/effect/decal/stripes/black{ + icon_state = "bs_corner_NE" }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"jWb" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/fingergun/fake, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + icon_state = "darkgrey" }, -/area/centcom/evac) -"mjd" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 +/area/admin) +"jWu" = ( +/obj/item/melee/classic_baton{ + color = "#b30086" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plating, +/area/centcom/specops) +"jWz" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 }, -/area/centcom/evac) -"mje" = ( -/obj/structure/chair/stool/bar, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/centcom/evac) -"mjS" = ( -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +/area/shuttle/syndicate) +"jWK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_advanced"; + name = "SST Armory Advanced Weapons" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"jWM" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/donut, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/jail) -"mkc" = ( +"jWT" = ( +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"jXe" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"jXt" = ( /obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/window/reinforced{ - dir = 1 +/obj/structure/table/wood, +/obj/item/trash/candle, +/turf/simulated/floor/wood, +/area/centcom/evac) +"jXU" = ( +/turf/unsimulated/wall{ + icon_state = "iron14" }, +/area/syndicate_mothership) +"jYc" = ( /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "carpet11-12" }, -/area/centcom/zone2) -"mkf" = ( -/obj/structure/window/reinforced{ - dir = 1 +/area/adminconstruction) +"jYV" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 }, +/obj/effect/decal/stripes/black/corner/west, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"jYY" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/bow, /turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/zone2) -"mkS" = ( -/obj/structure/holohoop, -/turf/simulated/floor/holofloor{ - dir = 1; - icon_state = "red" - }, -/area/holodeck/source_basketball) -"mlt" = ( -/obj/structure/window/reinforced{ - dir = 4 + icon_state = "darkgrey" }, -/obj/structure/window/reinforced{ - dir = 1 +/area/admin) +"jZf" = ( +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/structure/table/wood{ + color = "#996633" }, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/zone2) -"mly" = ( -/obj/machinery/vending/syndicigs, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 30 +/area/syndicate_mothership/elite_squad) +"kaf" = ( +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kag" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/area/shuttle/administration) +"kau" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien9" }, -/area/syndicate_mothership) -"mmx" = ( -/obj/machinery/newscaster/security_unit{ - pixel_y = 32 +/area/abductor_ship) +"kaS" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"kaY" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/zone2) -"mmI" = ( -/obj/structure/table, -/obj/item/stack/cable_coil, -/obj/item/stack/rods, -/obj/item/pen, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/centcom/jail) +"kbc" = ( +/obj/structure/spacepoddoor{ + dir = 4; + luminosity = 3 + }, +/obj/machinery/door/poddoor/multi_tile/two_tile_hor{ + id_tag = "nukeop_ready" }, -/area/admin) -"mnf" = ( -/obj/structure/table, -/obj/item/mop, /turf/unsimulated/floor{ - icon_state = "wood" + dir = 4; + icon_state = "darkgrey" }, +/area/syndicate_mothership) +"kbo" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet/arcade, /area/centcom/zone1) -"mnk" = ( -/obj/machinery/sleeper, -/obj/structure/window/reinforced{ +"kbD" = ( +/obj/machinery/sleeper/upgraded{ dir = 4 }, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkblue" +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"kbP" = ( +/obj/machinery/light{ + dir = 4 }, -/area/centcom/specops) -"mnu" = ( -/obj/effect/spawner/window/reinforced, -/obj/structure/sign/chinese, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/structure/chair/comfy/brown{ + color = "#FF3300"; + dir = 8 }, +/turf/simulated/floor/carpet, /area/centcom/zone1) -"mnV" = ( -/obj/structure/table/wood, -/obj/item/book/manual/ripley_build_and_repair, -/obj/item/book/manual/robotics_cyborgs, -/turf/unsimulated/floor{ +"kbX" = ( +/obj/effect/decal/stripes/black/line, +/turf/simulated/floor/carpet, +/area/centcom/court) +"kcc" = ( +/obj/structure/chair/comfy/beige, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"kci" = ( +/obj/structure/flora/tree/jungle, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"kco" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/zone2) -"moX" = ( -/obj/structure/lattice/catwalk, -/turf/space, -/area/space/nearstation) -"mph" = ( -/obj/structure/flora/ausbushes/genericbush, -/obj/structure/flora/ausbushes/palebush, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" +/area/centcom/jail) +"kcH" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/area/centcom/zone1) -"mpA" = ( -/obj/structure/flora/ausbushes/palebush, -/obj/structure/flora/tree/pine{ - color = "#336633" +/area/shuttle/administration) +"kcO" = ( +/obj/machinery/light{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" }, +/area/centcom/evac) +"kcU" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/carpet/black, /area/centcom/zone1) -"mpC" = ( -/turf/unsimulated/wall/fakeglass{ - icon_state = "fakewindows2"; - tag = "icon-fakewindows2 (WEST)" +"kdo" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/area/syndicate_mothership) -"mpD" = ( -/obj/item/bedsheet/black, -/obj/structure/bed, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, -/area/event_zone) -"mpH" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_y = 30 +/obj/machinery/door/airlock/syndicate/security{ + name = "Ангар"; + req_access_txt = "150" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + layer = 2.71; + name = "Shuttle Dock Door" }, -/area/syndicate_mothership) -"mpW" = ( -/obj/machinery/light/small, -/turf/simulated/floor/wood, -/area/secret/gaybar) -"mqj" = ( -/obj/machinery/kitchen_machine/oven/upgraded, /turf/unsimulated/floor{ - icon_state = "freezerfloor" + dir = 1; + icon_state = "rampbottom" }, -/area/centcom/zone1) -"mqX" = ( -/obj/machinery/vending/magivend, -/obj/machinery/light/small{ - brightness_range = 6; - light_range = 8; - nightshift_light_range = 6; - throw_range = 6 +/area/syndicate_mothership) +"kei" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "TD_Baseball"; + name = "4-shot base/ball" }, /turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "dark" }, -/area/wizard_station) -"mrA" = ( -/obj/machinery/light/small{ - brightness_range = 10; - dir = 1; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/area/tdome/arena_source) +"kep" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_x = -32 }, /turf/space, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/shuttle/syndicate) +"keD" = ( +/obj/structure/window/reinforced{ + dir = 1 }, -/area/ussp_ship) -"mrJ" = ( -/obj/structure/chair/sofa/right{ - dir = 4; - pixel_x = 7 +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -1; + pixel_y = 7 }, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, -/area/centcom/zone1) -"mrK" = ( -/obj/structure/chair/sofa/left{ - dir = 8; - pixel_x = -7 +/area/centcom/jail) +"keG" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 }, -/turf/unsimulated/floor{ - icon_state = "grass4"; +/obj/item/seeds/corn, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"keR" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; name = "grass" }, -/area/centcom/zone1) -"msb" = ( -/obj/structure/sign/poster/official/space_cops{ - pixel_y = 30 +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"keU" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" }, -/obj/structure/weightmachine/weightlifter, -/turf/unsimulated/floor{ - icon_state = "carpet" +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/centcom/specops) -"msd" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/storage/briefcase, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/control) +"kff" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/area/centcom/bridge) -"msj" = ( -/obj/structure/window/reinforced, -/obj/structure/table/reinforced, -/obj/item/paper_bin/nanotrasen{ - pixel_x = 3; - pixel_y = 12 +/obj/machinery/sleeper/upgraded{ + dir = 4 }, -/obj/item/pen/multi/fountain, +/obj/structure/window/reinforced, /turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "dark" }, /area/centcom/zone1) -"msU" = ( -/obj/machinery/door/window{ - name = "Uplink Management Control"; - req_access_txt = "151" - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -30 +"kfj" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/soymilk, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/area/centcom/zone1) +"kfl" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/syndicate_mothership) -"msY" = ( -/obj/structure/displaycase/stechkin{ - start_showpiece_type = /obj/item/gun/projectile/automatic/tommygun +/area/centcom/specops) +"kfD" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/infteam) +"kfJ" = ( +/obj/effect/decal/stripes/gold/corner, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"kfM" = ( +/obj/structure/window/reinforced{ + dir = 1 }, -/area/syndicate_mothership) -"mtJ" = ( -/obj/structure/rack, -/obj/item/ammo_box/magazine/sniper_rounds, -/obj/item/ammo_box/magazine/sniper_rounds, -/obj/item/ammo_box/magazine/sniper_rounds/penetrator, -/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage, -/obj/item/gun/projectile/automatic/sniper_rifle/syndicate, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/structure/shuttle/engine/heater, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"kfS" = ( +/obj/structure/table/abductor, +/obj/item/surgicaldrill/alien, +/obj/item/circular_saw/alien, +/obj/item/FixOVein/alien, +/obj/item/bonesetter/alien, +/obj/item/bonegel/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kfU" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/structure/chair/office/light{ + dir = 8 }, -/area/syndicate_mothership) -"muE" = ( -/obj/machinery/door/window{ - dir = 2; - panel_open = 1; - req_access_txt = "110" +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" }, -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/carpet/arcade, +/area/centcom/specops) +"kgu" = ( +/obj/machinery/light/small{ + dir = 8 }, -/area/centcom/zone1) -"mvA" = ( -/obj/structure/window/reinforced, -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" }, /area/centcom/zone1) -"mvV" = ( -/obj/machinery/door/window{ - dir = 2; - panel_open = 1; - req_access_txt = "110" +"kgx" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/zone1) -"mwa" = ( +/area/centcom/supply) +"kgA" = ( /obj/structure/table/wood, -/obj/item/pizza_bomb, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"mwG" = ( -/obj/structure/table/wood/poker, -/obj/item/radio/intercom/syndicate, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership) -"mxk" = ( -/obj/structure/window/reinforced{ - layer = 2.9 +/obj/item/flashlight/lamp, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"kgD" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT3"; + name = "gravpult" }, -/obj/structure/window/reinforced{ +/obj/effect/turf_decal/loading_area/white{ dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/jail) -"mxE" = ( -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - icon_state = "bcircuit" - }, -/area/centcom/zone2) -"mzK" = ( -/obj/structure/flora/ausbushes/grassybush, -/turf/simulated/floor/holofloor{ - icon_state = "wood_siding5"; - tag = "icon-wood_siding5" - }, -/area/holodeck/source_picnicarea) -"mzS" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 8; - tag = "icon-fakewindows (WEST)" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, /area/centcom/specops) -"mAt" = ( -/obj/structure/window/reinforced{ - dir = 4 +"khg" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 }, -/obj/structure/window/reinforced, -/obj/structure/filingcabinet/security, /turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/centcom/zone1) -"mAx" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" + icon_state = "floor4" }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" +/area/shuttle/gamma/space) +"khv" = ( +/obj/structure/spacepoddoor{ + dir = 4; + luminosity = 3 }, -/obj/machinery/light/small{ - brightness_range = 10; - dir = 1; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/obj/machinery/door/poddoor/multi_tile/four_tile_hor{ + id_tag = "nukeop_ready" }, /turf/unsimulated/floor{ - icon_state = "sepia" + dir = 4; + icon_state = "darkgrey" }, -/area/ussp_ship) -"mAQ" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien19" +/area/syndicate_mothership) +"khA" = ( +/obj/structure/rack, +/obj/item/gun/dartgun/vox/raider, +/obj/item/gun/dartgun/vox/medical, +/obj/item/dart_cartridge, +/obj/item/dart_cartridge, +/obj/item/dart_cartridge, +/obj/item/dart_cartridge, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"khL" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Bar"; + req_access_txt = "150" }, -/area/abductor_ship) -"mBa" = ( -/obj/structure/table/wood, -/obj/item/book/manual/evaguide, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/zone2) -"mBi" = ( -/obj/machinery/door/airlock/public{ - frequency = 1559; - id_tag = "check_point_1_airlock_external"; - name = "Check Point 1 External Airlock"; - req_access_txt = "110" +/area/syndicate_mothership) +"khR" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/unsimulated/floor/asteroid; + name = "asteroid baseturf editor" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" }, -/area/centcom/zone1) -"mBp" = ( -/obj/machinery/door/airlock/public{ - frequency = 1560; - id_tag = "check_point_2_airlock_external"; - name = "Check Point 2 External Airlock"; - req_access_txt = "110" +/area/syndicate_mothership) +"kic" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + req_access_txt = "102" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, /area/centcom/zone1) -"mCp" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/filingcabinet/security, +"kio" = ( /turf/unsimulated/floor{ + dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/centcom/zone1) -"mCJ" = ( -/obj/structure/chair/stool/holostool, -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet7-3"; - tag = "icon-carpet7-3 (EAST)" - }, -/area/holodeck/source_theatre) -"mCU" = ( +/area/wizard_station) +"kiv" = ( /obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Central Command" - }, -/obj/machinery/camera{ - c_tag = "CentComm ERT Director Office"; - dir = 8; - network = list("CentComm") - }, -/obj/machinery/status_display{ - pixel_y = 30 +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/jail) +"kiX" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"kjK" = ( +/turf/unsimulated/wall, +/area/start) +"kjO" = ( +/obj/effect/turf_decal{ + icon_state = "golden_stripes" }, -/area/centcom/specops) -"mDm" = ( -/obj/machinery/door/window{ - dir = 2; - frequency = 1560; - panel_open = 1; - req_access_txt = "110" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/control) +"kkq" = ( +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"kkr" = ( +/obj/item/flag/nt, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/zone1) -"mDD" = ( -/obj/structure/kitchenspike, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +"kkB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrivalcorner" }, -/area/vox_station) -"mDX" = ( -/obj/structure/chair/sofa/right{ - dir = 4 +/area/centcom/zone1) +"kkU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluealt" }, -/obj/item/radio/intercom{ - pixel_x = -30 +/area/centcom/zone2) +"kmk" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/syndicate_mothership/elite_squad) +"kml" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (WEST)" }, -/area/centcom/evac) -"mEE" = ( -/obj/machinery/shuttle_manipulator, -/turf/unsimulated/floor{ - icon_state = "bcircuit" +/area/tdome/arena_source) +"kms" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" }, -/area/chrono_ship) -"mEW" = ( -/obj/structure/chair/wood{ +/area/shuttle/syndicate) +"kmF" = ( +/obj/machinery/sleeper/upgraded, +/obj/structure/window/reinforced{ dir = 4 }, +/obj/structure/window/reinforced, /turf/unsimulated/floor{ - icon_state = "carpet" + icon_state = "dark" }, /area/centcom/zone1) -"mFh" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +"kmM" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/head/kitty, +/obj/item/clothing/under/maid, +/obj/item/clothing/suit/browntrenchcoat, +/obj/machinery/light/small{ + dir = 1 }, -/area/centcom/evac) -"mFM" = ( -/obj/docking_port/stationary{ - dwidth = 1; - height = 4; - id = "pod4_away"; - name = "recovery ship bay 4"; - width = 3 +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"knv" = ( +/obj/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/space, -/area/space) -"mGf" = ( -/obj/machinery/camera{ - c_tag = "CentComm Zone 2 Office 6"; +/area/syndicate_mothership) +"knF" = ( +/obj/effect/turf_decal{ dir = 4; - network = list("CentComm") + icon_state = "grass_edge_medium_corner" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" }, -/area/centcom/zone2) -"mGg" = ( -/obj/effect/overlay/palmtree_r, -/turf/simulated/floor/beach/sand, -/area/holodeck/source_beach) -"mGi" = ( -/obj/machinery/light{ - pixel_y = -6 +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"kom" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 }, -/turf/unsimulated/floor{ - icon_state = "wood" +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" }, -/area/centcom/evac) -"mGp" = ( -/obj/machinery/door_control{ - id = "CC_space_jail"; - name = "Central Command Jail"; - pixel_y = -25; - req_access_txt = "110" +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/machinery/camera{ - c_tag = "CentComm Jail Entrance"; - dir = 10; - network = list("CentComm") +/area/centcom/jail) +"koH" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP1-Int"; + locked = 1; + name = "Zone 2" }, -/turf/unsimulated/floor{ +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/zone3) -"mGI" = ( -/obj/machinery/power/apc{ - name = "Gamma Armory APC"; - pixel_y = -24 +/area/centcom/zone2) +"kpi" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/gloves/color/white{ + desc = null }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" +/obj/item/clothing/gloves/color/white{ + desc = null }, -/obj/structure/sign/securearea{ - pixel_x = -32 +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" }, -/obj/structure/closet/secure_closet/guncabinet, -/obj/item/gun/rocketlauncher, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/ammo_casing/rocket, -/obj/item/kitchen/knife/combat, -/obj/item/kitchen/knife/combat, -/obj/item/kitchen/knife/combat, -/obj/item/grenade/chem_grenade/incendiary{ - name = "Incendiary Grenade" +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" }, -/obj/item/grenade/clusterbuster, -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"kpm" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Toilet" }, -/turf/unsimulated/floor{ - icon_state = "floor4" +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/area/shuttle/gamma/space) -"mGJ" = ( -/obj/machinery/light/small{ - brightness_range = 10; - dir = 4; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/area/syndicate_mothership/infteam) +"kpC" = ( +/obj/structure/shuttle/engine/heater, +/turf/unsimulated/wall{ + icon_state = "iron8" }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/cargo) +"kpV" = ( +/obj/structure/table/abductor, +/obj/item/bonegel/alien, +/obj/item/bonesetter/alien, +/obj/item/FixOVein/alien, +/obj/item/surgicaldrill/alien, +/obj/item/circular_saw/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kpW" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/area/ussp_ship) -"mGN" = ( -/obj/structure/chair/sofa/left, +/area/syndicate_mothership/elite_squad) +"kpZ" = ( /obj/machinery/light{ - dir = 1; - switchcount = 50 + dir = 1 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"kqe" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/centcom/evac) -"mGQ" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ +/area/centcom/zone1) +"kqu" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/structure/window/reinforced, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/jail) -"mHq" = ( -/obj/machinery/door_control{ - id = "CC_zone2_blastdoor"; - name = "Zone 2 Blastdoor Control"; - pixel_x = 25; - req_access_txt = "110" +/area/centcom/evac) +"kqD" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"kse" = ( +/obj/structure/chair/comfy/purp{ + dir = 8 }, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkgreen" +/obj/effect/decal/stripes/black/line/west, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ksB" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"kuh" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1331; + id_tag = "synd_airlock_bottom"; + pixel_x = -32; + req_access_txt = "150"; + tag_airpump = "synd_pump_bottom"; + tag_chamber_sensor = "synd_sensor_bottom"; + tag_exterior_door = "synd_outer_bottom"; + tag_interior_door = "synd_inner_bottom" }, -/area/centcom/zone2) -"mHZ" = ( -/obj/structure/chair/stool/holostool, -/obj/effect/landmark{ - name = "Syndicate-Infiltrator"; - tag = "Commando" +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1331; + id_tag = "synd_pump_bottom" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/syndicate_mothership) -"mIb" = ( -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "asteroid11"; - tag = "icon-asteroid11 (EAST)" +/area/shuttle/syndicate) +"kuA" = ( +/obj/machinery/door_control{ + id = "CC_Armory_NG"; + name = "Nerve Gas"; + pixel_x = 24; + pixel_y = 24; + req_access_txt = "114"; + wires = 1 }, -/area/holodeck/source_desert) -"mIk" = ( -/obj/machinery/light/spot{ - dir = 4; - tag = "icon-tube1 (EAST)" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/centcom/specops) +"kuF" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (WEST)" }, -/area/syndicate_mothership) -"mIq" = ( -/obj/machinery/light{ - dir = 8 +/area/tdome/arena_source) +"kvh" = ( +/obj/structure/window/reinforced{ + dir = 1 }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/structure/window/reinforced{ + dir = 4 }, -/area/trader_station/sol) -"mIO" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/decorations/sticky_decorations/flammable/pot_of_gold, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/turf_decal/box/white/corners{ + dir = 8 }, -/area/syndicate_mothership) -"mJm" = ( -/obj/machinery/door_control{ - id = "CC_zone2_blastdoor"; - name = "Zone 2 Blastdoor Control"; - pixel_x = -25; - req_access_txt = "110" +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/wood, +/area/centcom/jail) +"kvs" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"kvx" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/mateba, +/turf/unsimulated/floor/wood, +/area/admin) +"kvz" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"kvI" = ( +/obj/structure/bed, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 }, /turf/unsimulated/floor{ - icon_state = "sepia" + dir = 8; + icon_state = "bcarpet03" }, /area/centcom/zone1) -"mJv" = ( -/obj/structure/table/wood, -/obj/item/suppressor{ - pixel_x = 3; - pixel_y = -3 +"kvJ" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" }, -/obj/item/suppressor{ - pixel_x = 3; - pixel_y = -3 +/area/syndicate_mothership/infteam) +"kvN" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 }, -/obj/item/suppressor{ - pixel_x = 3; - pixel_y = -3 +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" }, -/obj/item/suppressor{ - pixel_x = 3; - pixel_y = -3 +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/centcom/jail) +"kwe" = ( +/obj/machinery/computer/shuttle/sst, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"kwn" = ( +/obj/machinery/vending/snack/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/admin) -"mJI" = ( -/obj/machinery/door/airlock/hatch/syndicate{ - autoclose = 0; - frequency = 1441; - id_tag = "syndicate_jail_airlock_external"; - locked = 1; - name = "Syndicate Jail External Airlock" +/area/centcom/zone3) +"kwq" = ( +/mob/living/simple_animal/turkey, +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/grass, +/area/centcom/evac) +"kww" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT1"; + name = "gravpult" }, -/area/syndicate_mothership) -"mJR" = ( -/obj/structure/mineral_door/wood, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"kwM" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"kwV" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" }, /area/centcom/evac) -"mKI" = ( -/turf/unsimulated/wall{ - icon_state = "iron14" +"kwW" = ( +/obj/structure/table, +/obj/machinery/door/window/brigdoor{ + color = "red"; + dir = 2; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, /area/syndicate_mothership) -"mKQ" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/item/toy/cards/deck/syndicate/black, -/turf/unsimulated/floor{ - icon_state = "dark"; - tag = "icon-dark" +"kxD" = ( +/obj/machinery/door/window{ + dir = 2; + name = "Cockpit"; + req_access_txt = "150" }, -/area/admin) -"mMq" = ( -/obj/structure/chair/stool, -/turf/simulated/floor/wood, -/area/secret/gaybar) -"mMP" = ( -/obj/structure/flora/ausbushes/fernybush, -/obj/structure/flora/ausbushes/grassybush, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/zone1) -"mNz" = ( -/obj/structure/table/wood, -/obj/item/stamp/captain, -/obj/item/stamp/ce, -/obj/item/stamp/clown, -/obj/item/stamp/cmo, -/obj/item/stamp/hop, -/obj/item/stamp/hos, -/obj/item/stamp/law, -/obj/item/stamp/magistrate, -/obj/item/stamp/qm, -/obj/item/stamp/rd, -/obj/item/stamp/rep, -/obj/item/stamp/warden, -/obj/item/radio/headset/headset_iaa, -/obj/item/radio/headset/headset_iaa, -/obj/item/radio/headset/headset_iaa, -/obj/item/radio/headset/heads/magistrate/alt, -/obj/item/radio/headset/heads/ntrep, -/turf/unsimulated/floor{ +/area/shuttle/syndicate) +"kxO" = ( +/obj/effect/decal/stripes/gold/line/east, +/obj/machinery/vending/cola/free, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"kxR" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/supply) -"mNE" = ( -/obj/structure/chair/sofa/right, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" +/area/centcom/evac) +"kyB" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT1"; + name = "Launch Bay #1" + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"kyM" = ( +/obj/effect/decal/warning_stripes/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"kzq" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreyred" }, +/area/syndicate_mothership/infteam) +"kzx" = ( +/obj/effect/decal/stripes/gold/dot/east, +/obj/effect/decal/stripes/gold/dot, +/turf/simulated/floor/carpet/black, /area/centcom/zone1) -"mNM" = ( +"kzz" = ( /obj/structure/table/wood, /obj/item/gun/energy/plasmacutter, -/obj/item/gun/energy/plasmacutter/adv, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "darkgrey" }, /area/admin) -"mOF" = ( -/obj/structure/chair/sofa, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" +"kzB" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, /area/centcom/zone1) -"mOM" = ( -/turf/simulated/floor/holofloor{ - dir = 10; - icon_state = "green" +"kzD" = ( +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/stripes/black/corner, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"kzR" = ( +/obj/machinery/light/small{ + dir = 8 }, -/area/holodeck/source_basketball) -"mPw" = ( -/obj/machinery/teleport/hub/upgraded{ - admin_usage = 1 +/turf/simulated/floor/carpet, +/area/centcom/supply) +"kzT" = ( +/obj/mecha/combat/gygax/ert{ + color = "#66ff99"; + name = "Assault Jaeger" }, -/obj/effect/decal/warning_stripes/yellow, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" }, -/area/event_zone) -"mPL" = ( -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"mQT" = ( -/obj/structure/table/reinforced, -/obj/item/gun/energy/gun/advtaser{ - pixel_y = 7 +/area/centcom/specops) +"kAd" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "LMG M249 SAW"; + req_access = null; + req_access_txt = "114" }, -/obj/item/gun/energy/gun/advtaser{ - pixel_y = -2 +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" }, -/obj/item/gun/energy/gun/advtaser{ - pixel_y = 7 +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" }, -/obj/item/gun/energy/gun/advtaser{ - pixel_y = 7 +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" }, -/obj/item/gun/energy/gun/advtaser{ - pixel_y = -2 +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" }, -/obj/item/gun/energy/gun/advtaser{ - pixel_y = -2 +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" }, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24; - pixel_y = 5 +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkgreenfull" +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" }, -/area/centcom/specops) -"mRa" = ( -/obj/structure/table/wood, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" }, -/area/syndicate_mothership) -"mRu" = ( -/obj/structure/chair/sofa/left, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" }, -/area/centcom/zone1) -"mSo" = ( -/obj/machinery/door_control{ - id = "CC_supply_space"; - name = "Supply Blastdoor"; - pixel_x = 4; - pixel_y = -30; - req_access_txt = "114" +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" }, -/area/centcom/supply) -"mSB" = ( -/turf/unsimulated/floor{ - icon_state = "stairs-r" +/area/centcom/specops) +"kAg" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "SFBQMLoad2" }, -/area/centcom/zone1) -"mSR" = ( -/obj/structure/closet/crate/can, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/zone1) -"mSW" = ( -/obj/machinery/light/spot, -/turf/unsimulated/beach/water, -/area/ninja/holding) -"mTN" = ( -/obj/machinery/door/airlock{ - name = "Комната отдыха" - }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/cargo) +"kAj" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "adminshuttleshutters"; + name = "Blast Shutters"; + opacity = 0 }, -/area/ussp_ship) -"mTV" = ( -/obj/machinery/camera{ - c_tag = "CentComm Zone 1"; - network = list("CentComm") +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/administration) +"kAt" = ( +/obj/machinery/light{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/effect/decal/stripes/black/corner, +/turf/simulated/floor/carpet, +/area/centcom/court) +"kAE" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" }, /area/centcom/zone1) -"mUB" = ( -/obj/item/gun/energy/toxgun, -/obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"mUD" = ( -/turf/unsimulated/beach/coastline, -/area/ninja/holding) -"mVb" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "sepia" +"kAN" = ( +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = -8; + pixel_y = 4 }, -/area/centcom/zone1) -"mVq" = ( -/obj/machinery/door_control{ - id = "CC_space_jail_sec"; - name = "Central Command Jail Security Room"; - pixel_x = -40; - req_access_txt = "110" +/obj/item/syndicatedetonator{ + pixel_x = 4 }, -/obj/structure/chair/office/dark{ - dir = 1 +/obj/structure/table/wood/poker, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"kAO" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium" }, -/obj/machinery/door_control{ - id = "CC_space_jail_rest"; - name = "Central Command Jail Rest Room"; - pixel_x = -25; - req_access_txt = "110" +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium" }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"kAW" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/court) +"kBn" = ( +/obj/item/grenade/clusterbuster/smoke, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"kBN" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/melee/energy/sword/saber/blue, +/obj/item/clothing/under/color/blue, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "vault" }, -/area/centcom/jail) -"mVv" = ( +/area/space) +"kBZ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/plasmacutter/adv, /turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbluecorners" + icon_state = "darkgrey" }, -/area/centcom/zone2) -"mVD" = ( -/obj/effect/decal/warning_stripes/yellow/hollow, -/turf/unsimulated/floor{ +/area/admin) +"kCf" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"kCu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"kCC" = ( +/obj/effect/turf_decal{ dir = 4; - icon_state = "rampbottom" + icon_state = "grass_edge_medium_corner" }, -/area/ussp_ship) -"mVN" = ( -/obj/machinery/light/small{ - brightness_range = 10; - dir = 1; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" }, +/area/syndicate_mothership/outside) +"kCV" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"kCY" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/chrono_gun, /turf/unsimulated/floor{ - icon_state = "sepia" + icon_state = "darkgrey" }, -/area/ussp_ship) -"mVQ" = ( -/obj/machinery/computer/operating{ - layer = 3.5 +/area/admin) +"kDg" = ( +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/door/airlock/centcom{ + name = "CentCom DoES"; + opacity = 1; + req_access_txt = "114" }, -/obj/structure/window/reinforced{ - dir = 1 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "white" +/area/centcom/specops) +"kDr" = ( +/obj/structure/toilet, +/obj/structure/sink{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, +/area/syndicate_mothership/jail) +"kDO" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/tree/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"kEa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"kEU" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/grass, /area/centcom/evac) -"mWs" = ( -/obj/machinery/door/poddoor{ - density = 0; - id_tag = "CC_zone3_blastdoor"; - name = "Zone 3 Blastboor"; - opacity = 0 +"kFo" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/turf/unsimulated/floor{ +/area/syndicate_mothership/infteam) +"kFx" = ( +/obj/structure/table, +/obj/item/kitchen/knife/butcher, +/obj/item/melee/baseball_bat, +/obj/item/clothing/mask/muzzle{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"kFB" = ( +/obj/machinery/bodyscanner, +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/zone3) -"mWK" = ( -/obj/item/storage/box/syringes, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/timer, -/obj/item/assembly/timer, -/obj/item/assembly/timer, -/obj/item/assembly/timer, -/obj/item/grenade/chem_grenade/large, -/obj/item/grenade/chem_grenade/large, -/obj/item/grenade/chem_grenade/large, -/obj/item/grenade/chem_grenade/large, -/obj/item/gun/syringe/rapidsyringe, -/obj/item/reagent_containers/spray/chemsprayer, -/obj/structure/closet, -/obj/item/gun/projectile/shotgun/sc_pump, -/obj/item/ammo_casing/shotgun/dart, -/obj/item/ammo_casing/shotgun/dart, -/obj/item/ammo_casing/shotgun/dart, -/obj/item/ammo_casing/shotgun/dart, -/obj/item/ammo_casing/shotgun/dart, -/obj/item/ammo_casing/shotgun/dart, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/syndicate_mothership/control) +"kFI" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" }, +/area/syndicate_mothership/cargo) +"kFW" = ( +/obj/structure/table/wood, +/obj/item/dnainjector/antiblind, +/obj/item/dnainjector/anticlumsy, +/obj/item/dnainjector/anticomic, +/obj/item/dnainjector/anticough, +/obj/item/dnainjector/antideaf, +/obj/item/dnainjector/antiepi, +/obj/item/dnainjector/antifire, +/obj/item/dnainjector/antiglasses, +/obj/item/dnainjector/antihallucination, +/obj/item/dnainjector/antihulk, +/obj/item/dnainjector/antiinsulation, +/obj/item/dnainjector/antimidgit, +/obj/item/dnainjector/antimorph, +/obj/item/dnainjector/antinobreath, +/obj/item/dnainjector/antinoprints, +/obj/item/dnainjector/antiregenerate, +/obj/item/dnainjector/antiremoteview, +/obj/item/dnainjector/antirunfast, +/obj/item/dnainjector/antistutt, +/obj/item/dnainjector/antitele, +/obj/item/dnainjector/antitour, +/obj/item/dnainjector/antixray, +/turf/unsimulated/floor/wood, /area/admin) -"mXM" = ( -/obj/structure/table/wood/fancy/black, -/turf/unsimulated/floor{ - icon_state = "carpet6-2" - }, -/area/wizard_station) -"mYZ" = ( +"kGy" = ( /obj/structure/table/wood, -/obj/item/lighter/zippo, -/obj/effect/spawner/lootdrop{ - loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); - name = "Food CC Spawner #3" +/obj/item/gun/magic/wand, +/turf/unsimulated/floor/wood, +/area/admin) +"kGJ" = ( +/obj/structure/chair/sofa/right{ + dir = 8 }, -/turf/unsimulated/floor{ - dir = 8; +/turf/simulated/floor/plasteel{ icon_state = "grimy" }, -/area/centcom/evac) -"mZc" = ( -/obj/structure/table, -/obj/machinery/kitchen_machine/microwave/upgraded, -/obj/machinery/light{ - dir = 4; - switchcount = 50 +/area/syndicate_mothership) +"kGN" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/structure/window/reinforced, +/obj/structure/chair/comfy/lime{ + dir = 4 }, -/area/centcom/evac) -"mZf" = ( +/turf/simulated/floor/wood, +/area/centcom/court) +"kHn" = ( /obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecornersalt" + }, +/area/syndicate_mothership/elite_squad) +"kHP" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/ritual, /turf/unsimulated/floor{ - icon_state = "darkfull" + icon_state = "hierophant1" }, -/area/chrono_ship) -"mZi" = ( -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 +/area/admin) +"kHR" = ( +/obj/item/clothing/under/maid, +/obj/item/clothing/under/janimaid, +/turf/simulated/floor/plating, +/area/centcom/zone3) +"kHS" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 4 +/obj/item/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 16 }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); +/turf/simulated/floor/wood, +/area/centcom/bridge) +"kIy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"kJw" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ dir = 1; - layer = 2.8 + icon_state = "grass_edge_medium"; + name = "grass" }, -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 2.9; - name = "Grenade launcher"; - req_access = null; - req_access_txt = "114" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"kJG" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/combat, +/turf/unsimulated/floor{ + icon_state = "hierophant1" }, -/obj/item/gun/projectile/automatic/gyropistol, -/obj/item/gun/projectile/automatic/gyropistol, -/obj/item/gun/projectile/automatic/gyropistol, -/obj/item/gun/projectile/automatic/gyropistol, -/obj/item/gun/projectile/automatic/gyropistol, -/obj/item/gun/projectile/automatic/gyropistol, -/obj/item/gun/projectile/automatic/gyropistol, -/obj/item/gun/projectile/automatic/gyropistol, -/obj/item/gun/projectile/automatic/gyropistol, -/obj/item/gun/projectile/automatic/gyropistol, -/obj/item/ammo_box/magazine/m75, -/obj/item/ammo_box/magazine/m75, -/obj/item/ammo_box/magazine/m75, -/obj/item/ammo_box/magazine/m75, -/obj/item/ammo_box/magazine/m75, -/obj/item/ammo_box/magazine/m75, -/obj/item/ammo_box/magazine/m75, -/obj/item/ammo_box/magazine/m75, -/obj/item/ammo_box/magazine/m75, -/obj/item/ammo_box/magazine/m75, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/admin) +"kJP" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/drinks/bottle/vermouth, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"kKf" = ( +/obj/structure/chair/sofa{ + dir = 8 }, -/area/centcom/specops) -"mZk" = ( -/obj/item/flag/nt, -/obj/machinery/light{ +/turf/simulated/floor/plasteel{ dir = 8; - switchcount = 50 + icon_state = "darkblue" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/centcom/zone1) +"kKh" = ( +/obj/structure/closet/secure_closet/syndicate_officer, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"kKp" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 }, -/area/centcom/evac) -"mZl" = ( -/obj/machinery/teleport/hub/upgraded{ - admin_usage = 1 +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"kKP" = ( +/obj/effect/landmark/abductor/scientist, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kLj" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + req_access_txt = "101" }, -/obj/effect/decal/warning_stripes/yellow, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"kLs" = ( +/obj/machinery/syndiepad/admin/loadpad{ + target_id = "syndie_cargo_port1" + }, +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/zone2) -"naR" = ( +/area/syndicate_mothership/control) +"kLu" = ( +/obj/effect/turf_decal/bot_white/right, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"kLM" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/obj/item/clothing/under/color/blue, /turf/unsimulated/floor{ dir = 8; - icon_state = "rampbottom" + icon_state = "vault" }, -/area/centcom/zone1) -"nbx" = ( -/obj/structure/flora/ausbushes/brflowers, -/turf/simulated/floor/holofloor/grass, -/area/holodeck/source_picnicarea) -"nbD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/tdome/arena_source) +"kLX" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/head/beret/atmos{ + name = "beret" }, -/area/centcom/specops) -"ncA" = ( -/turf/simulated/floor/holofloor{ - dir = 8; - icon_state = "red" +/obj/item/clothing/head/beret/atmos{ + name = "beret" }, -/area/holodeck/source_emptycourt) -"ncY" = ( -/obj/effect/decal/warning_stripes/yellow, -/turf/unsimulated/floor{ - icon_state = "cafeteria" +/obj/item/clothing/head/beret/ce{ + name = "beret" }, -/area/ninja/holding) -"ncZ" = ( -/obj/structure/chair/sofa/left{ - dir = 4 +/obj/item/clothing/head/beret/ce{ + name = "beret" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" }, -/area/centcom/evac) -"ndb" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" }, -/area/syndicate_mothership) -"ndc" = ( -/obj/structure/table/wood, -/obj/effect/spawner/lootdrop{ - loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); - name = "Food CC Spawner #3" +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" }, -/area/centcom/evac) -"ndu" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" }, -/area/centcom/evac) -"nek" = ( -/obj/structure/chair/sofa/right{ - dir = 4 +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/clothing/head/beret/durathread{ + name = "beret" }, -/area/centcom/evac) -"neG" = ( -/obj/structure/chair/sofa/right, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/clothing/head/beret/durathread{ + name = "beret" }, -/area/centcom/evac) -"neM" = ( -/obj/machinery/vending/tool, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/item/clothing/head/beret/eng{ + name = "beret" }, -/area/syndicate_mothership) -"neO" = ( -/obj/structure/chair/sofa{ - dir = 10 +/obj/item/clothing/head/beret/eng{ + name = "beret" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" }, -/area/centcom/evac) -"nfc" = ( -/obj/structure/table, -/obj/machinery/chem_dispenser/soda/upgraded, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" }, -/area/centcom/evac) -"nfp" = ( -/obj/structure/table/wood, -/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ - name = "KAZ" +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" }, -/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ - name = "KAZ" +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" }, -/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ - name = "KAZ" +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" }, -/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ - name = "KAZ" +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" }, -/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ - name = "KAZ" +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" }, -/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ - name = "KAZ" +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" }, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ - name = "URVM" +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" }, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ - name = "URVM" +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" }, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ - name = "URVM" +/obj/item/clothing/head/beret/purple{ + name = "beret" }, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ - name = "URVM" +/obj/item/clothing/head/beret/purple{ + name = "beret" }, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ - name = "URVM" +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" }, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ - name = "URVM" +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" }, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ - fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; - name = "2A72M2"; - projectile_delay = 0.5; - projectiles_per_shot = 10 +/turf/simulated/floor/wood, +/area/centcom/bridge) +"kMm" = ( +/obj/structure/chair{ + dir = 8 }, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ - fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; - name = "2A72M2"; - projectile_delay = 0.5; - projectiles_per_shot = 10 +/obj/structure/curtain/black{ + pixel_y = 32 }, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ - fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; - name = "2A72M2"; - projectile_delay = 0.5; - projectiles_per_shot = 10 +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/infteam) +"kMP" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" }, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ - fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; - name = "2A72M2"; - projectile_delay = 0.5; - projectiles_per_shot = 10 +/area/centcom/zone2) +"kNj" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkbluealt" }, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ - fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; - name = "2A72M2"; - projectile_delay = 0.5; - projectiles_per_shot = 10 +/area/centcom/zone2) +"kNl" = ( +/obj/machinery/door/airlock/centcom{ + req_access_txt = "152" }, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ - fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; - name = "2A72M2"; - projectile_delay = 0.5; - projectiles_per_shot = 10 +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, -/turf/unsimulated/floor{ +/area/vox_station) +"kNG" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/shuttle, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/ussp_ship) -"nfZ" = ( -/obj/effect/landmark{ - name = "tdome1" - }, +/area/centcom/zone2) +"kOq" = ( +/obj/structure/table/wood, +/obj/item/camera_bug, /turf/unsimulated/floor{ - name = "plating" - }, -/area/tdome/tdome1) -"ngp" = ( -/obj/structure/table/wood, -/obj/item/folder/yellow, -/obj/item/pen/fancy, -/turf/unsimulated/floor{ - icon_state = "dark" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/zone2) -"ngv" = ( -/obj/structure/chair/stool/holostool, -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet6-0"; - tag = "icon-carpet6-0 (EAST)" +/area/syndicate_mothership/jail) +"kPa" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 }, -/area/holodeck/source_meetinghall) -"ngy" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 1; - icon_state = "open"; - id_tag = "CC_space_jail_sec"; - layer = 50; - level = 3; - locked = 1; - name = "Central Command Jail"; - opacity = 0 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/machinery/door/airlock/centcom{ - name = "Prison"; - opacity = 1; - req_access_txt = "104" +/area/centcom/supply) +"kPd" = ( +/turf/unsimulated/wall/abductor, +/area/abductor_ship) +"kPg" = ( +/obj/machinery/door/airlock/security/glass{ + frequency = 2000; + id_tag = "CC-OP3-Ext"; + locked = 1; + name = "Zone 3" }, -/turf/unsimulated/floor{ +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/jail) -"ngY" = ( -/obj/structure/table/wood, -/obj/item/paper/fluff/ruins/wizardcrash, -/turf/unsimulated/floor{ +/area/centcom/zone3) +"kPi" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/zone2) -"nhS" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/automatic/lasercarbine, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/centcom/bridge) +"kPt" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien13" }, -/area/admin) -"nim" = ( -/obj/structure/chair/comfy/brown{ +/area/abductor_ship) +"kPx" = ( +/obj/machinery/light/small{ dir = 4 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" - }, -/area/centcom/specops) -"niJ" = ( -/obj/structure/flora/bush, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" - }, -/area/centcom/zone1) -"njL" = ( -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" }, /area/syndicate_mothership) -"njW" = ( -/turf/space/transit/east{ - dir = 8 - }, -/area/space) -"nkd" = ( -/obj/structure/flora/ausbushes/fernybush, -/obj/structure/flora/ausbushes/pointybush, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" +"kPz" = ( +/obj/structure/table/abductor, +/obj/item/storage/box/alienhandcuffs, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kPU" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien2" }, +/area/abductor_ship) +"kQh" = ( +/obj/machinery/vending/hatdispenser, +/turf/simulated/floor/wood, /area/centcom/zone1) -"nkf" = ( +"kQk" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/shuttle/syndicate) +"kQo" = ( /obj/structure/table, -/obj/item/tank/oxygen/yellow, -/obj/random/bomb_supply, -/obj/item/clothing/under/rebeloutfit, -/obj/item/clothing/suit/poncho/ponchoshame, -/obj/item/clothing/head/sombrero/shamebrero, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/storage/box/autoinjectors, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"nkq" = ( -/obj/machinery/light/small{ dir = 8; - tag = "icon-bulb1 (WEST)" + icon_state = "wood" }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" +/area/admin) +"kQr" = ( +/obj/item/flag/nt, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 }, -/area/shuttle/assault_pod) -"nkD" = ( -/turf/simulated/floor/holofloor{ +/turf/simulated/floor/plasteel{ dir = 4; - icon_state = "carpet14-10"; - tag = "icon-carpet14-10 (EAST)" - }, -/area/holodeck/source_theatre) -"nlR" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 + icon_state = "darkgrey" }, -/obj/machinery/light, +/area/centcom/zone2) +"kQT" = ( +/obj/structure/table/wood, +/obj/item/whetstone/super, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/evac) -"nlV" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8"; - tag = "" + icon_state = "hierophant1" }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/area/admin) +"kRk" = ( +/obj/structure/railing{ + dir = 8 }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8"; - tag = "" +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"kRq" = ( +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 1 }, -/turf/space, -/area/ussp_ship) -"nmy" = ( -/obj/machinery/abductor/experiment{ - team = 3 +/obj/structure/chair/comfy/shuttle{ + dir = 4 }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"nmI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2"; - tag = "" +/area/shuttle/administration) +"kRJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/centcom/bridge) +"kTc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "floorlattice" }, -/area/ussp_ship) -"nnr" = ( -/obj/machinery/vending/boozeomat{ - req_access_txt = null +/area/centcom/zone1) +"kTk" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "1-i" +/obj/structure/window/reinforced{ + color = "red" }, -/area/trader_station/sol) -"nnH" = ( -/turf/unsimulated/floor{ - icon_state = "wood" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/centcom/zone1) -"nnO" = ( -/obj/structure/rack/holorack, -/obj/item/clothing/glasses/hud/security/sunglasses/aviators, -/obj/item/clothing/glasses/hud/security/sunglasses/aviators, -/obj/item/clothing/glasses/hud/security/sunglasses/aviators, -/obj/item/clothing/glasses/hud/security/sunglasses/aviators, -/obj/item/clothing/glasses/hud/security/sunglasses/aviators, -/obj/item/clothing/glasses/hud/security/sunglasses/aviators, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/cargo) +"kTy" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + pixel_y = 20 }, -/area/centcom/bridge) -"noe" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 8; - id_tag = "CC_space_jail_cell"; - layer = 5; - locked = 1; - name = "Central Command Jail" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/obj/structure/window/full/reinforced{ - layer = 2 +/area/centcom/jail) +"kTP" = ( +/obj/structure/chair/comfy/red{ + dir = 8 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/jail) -"noL" = ( -/turf/space, -/turf/unsimulated/wall, -/area/centcom) -"npl" = ( -/obj/structure/table/wood, -/obj/machinery/light/small, +/area/centcom/zone1) +"kTQ" = ( +/obj/machinery/vending/boozeomat, /turf/simulated/floor/wood, -/area/secret/gaybar) -"npy" = ( -/obj/machinery/light/small{ - brightness_range = 10; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 - }, -/turf/unsimulated/floor{ - icon_state = "sepia" - }, -/area/ussp_ship) -"npR" = ( -/obj/structure/crematorium, -/turf/unsimulated/floor{ +/area/centcom/specops) +"kTW" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/jail) -"npS" = ( -/obj/structure/mirror{ - layer = 5; - pixel_y = 32 +/area/centcom/zone2) +"kUv" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/hook, +/turf/unsimulated/floor{ + icon_state = "hierophant1" }, +/area/admin) +"kUC" = ( /obj/structure/sink{ - pixel_y = 25 - }, -/turf/unsimulated/floor{ - icon_state = "white" + dir = 4; + pixel_x = 13 }, -/area/centcom/evac) -"npV" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/window/reinforced{ - dir = 1 +/turf/simulated/floor/plasteel{ + icon_state = "barber" }, -/obj/structure/window/reinforced{ +/area/centcom/jail) +"kUM" = ( +/obj/effect/turf_decal/loading_area/white{ dir = 8 }, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" - }, -/area/centcom/specops) -"nqa" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkgreen" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/centcom/specops) -"nqk" = ( -/obj/structure/table/wood, -/obj/item/book/manual/barman_recipes, -/obj/machinery/light/small, -/turf/simulated/floor/wood, -/area/secret/gaybar) -"nql" = ( -/obj/item/beach_ball, -/turf/unsimulated/beach/sand, -/area/ninja/holding) -"nqC" = ( -/obj/structure/chair/sofa{ - dir = 4 +/area/syndicate_mothership/elite_squad) +"kUQ" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" }, -/turf/unsimulated/floor{ +/area/syndicate_mothership) +"kVa" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo6" + }, +/obj/structure/chair/stool, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"kVf" = ( +/turf/simulated/floor/plasteel{ dir = 8; - icon_state = "grimy" + icon_state = "darkredaltstrip" }, -/area/centcom/evac) -"nqE" = ( -/obj/structure/table/wood/poker, -/obj/effect/spawner/lootdrop{ - loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); - name = "Food CC Spawner #2" +/area/centcom/jail) +"kVg" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + icon_state = "darkfull"; + tag = "icon-dark" }, -/area/centcom/evac) -"nqO" = ( -/obj/structure/table/wood, -/turf/unsimulated/floor{ +/area/syndicate_mothership) +"kVt" = ( +/turf/simulated/floor/plasteel{ dir = 1; - icon_state = "darkbluecorners" - }, -/area/centcom/zone2) -"nri" = ( -/obj/item/clothing/suit/space/syndicate/blue{ - desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; - name = "Cosmonaut Command Suit" + icon_state = "warnwhite" }, -/obj/item/clothing/head/helmet/space/syndicate/blue{ - desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; - name = "Cosmonaut Command Helmet" +/area/centcom/zone1) +"kVI" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 }, -/obj/structure/closet{ - icon_closed = "cabinet_closed"; - icon_opened = "cabinet_open"; - icon_state = "cabinet_closed" +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (EAST)" }, -/obj/item/clothing/suit/space/syndicate/blue{ - desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; - name = "Cosmonaut Command Suit" +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"kVM" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_old_broken3" }, -/obj/item/clothing/head/helmet/space/syndicate/blue{ - desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; - name = "Cosmonaut Command Helmet" +/area/syndicate_mothership/infteam) +"kWc" = ( +/obj/structure/chair/sofa/right{ + dir = 8 }, /turf/unsimulated/floor{ - icon_state = "sepia" - }, -/area/ussp_ship) -"nrv" = ( -/obj/structure/table/reinforced/brass, -/obj/item/clothing/suit/space/vox/stealth, -/obj/item/clothing/suit/space/vox/stealth, -/obj/item/clothing/head/helmet/space/vox/stealth, -/obj/item/clothing/head/helmet/space/vox/stealth, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" + dir = 4; + icon_state = "elevatorshaft" }, -/area/vox_station) -"nrD" = ( -/obj/structure/table/wood/poker, -/obj/effect/spawner/lootdrop{ - loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); - name = "Food CC Spawner #1" +/area/syndicate_mothership/elite_squad) +"kWk" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, +/obj/item/twohanded/required/kirbyplants, /turf/unsimulated/floor{ dir = 8; icon_state = "grimy" }, -/area/centcom/evac) -"nrJ" = ( -/obj/structure/window/reinforced{ - dir = 8 +/area/admin) +"kWm" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" }, -/obj/item/radio/intercom/specops{ - pixel_y = -30 +/area/centcom/zone3) +"kWB" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/clothing/accessory/holster{ + pixel_y = 10 }, -/area/centcom/zone2) -"nrS" = ( -/obj/structure/holowindow{ - dir = 1 +/obj/item/clothing/accessory/holster{ + pixel_y = 10 }, -/turf/simulated/floor/holofloor, -/area/holodeck/source_thunderdomecourt) -"nsF" = ( -/obj/structure/flora/ausbushes/fernybush, -/obj/structure/flora/ausbushes/pointybush, -/obj/structure/window/reinforced{ - dir = 1 +/obj/item/clothing/accessory/holster{ + pixel_y = 10 }, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/obj/item/clothing/accessory/holster{ + pixel_y = 5 }, -/area/centcom/zone2) -"ntd" = ( -/obj/machinery/disco{ - anchored = 1 +/obj/item/clothing/accessory/holster{ + pixel_y = 5 }, -/turf/unsimulated/floor{ - icon_state = "light_on-cycle_all" +/obj/item/clothing/accessory/holster{ + pixel_y = 5 }, -/area/centcom/evac) -"ntO" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 8; - tag = "icon-fakewindows (WEST)" +/obj/item/clothing/accessory/holster{ + pixel_y = 5 }, -/area/tdome) -"nuC" = ( -/obj/structure/window/reinforced{ - color = "red"; - layer = 2.9 +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" }, -/obj/structure/grille{ - layer = 2.8 +/area/centcom/specops) +"kWT" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/acj{ + pixel_x = -9; + pixel_y = 9 }, -/obj/structure/window/reinforced{ - color = "red"; - dir = 1; - layer = 2.9 +/obj/item/clothing/under/acj{ + pixel_x = -6; + pixel_y = 6 }, -/obj/machinery/door/poddoor/shutters{ - dir = 1; - id_tag = "commandcenter"; - name = "Privacy Shutters" +/obj/item/clothing/under/acj{ + pixel_x = -3; + pixel_y = 3 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/item/clothing/under/acj, +/obj/item/clothing/under/acj{ + pixel_x = 3; + pixel_y = -3 }, -/area/syndicate_mothership) -"nuM" = ( -/obj/machinery/light/small, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" +/obj/item/clothing/under/acj{ + pixel_x = 6; + pixel_y = -6 }, -/area/shuttle/assault_pod) -"nvL" = ( -/obj/structure/chair/sofa{ - dir = 8 +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/syndicate_mothership/control) +"kWX" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod3_transit"; + name = "pod 3 in transit"; + turf_type = /turf/space/transit/east; + width = 3 }, -/area/centcom/evac) -"nwJ" = ( -/obj/structure/flora/ausbushes/fernybush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/window/reinforced{ - dir = 1 +/turf/space/transit/east/shuttlespace_ew1, +/area/space) +"kXj" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien3" + }, +/area/abductor_ship) +"kXn" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Shitcurity"; + name = "Shitcurity"; + tag = null }, /turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" + icon_state = "dark" }, -/area/centcom/zone2) -"nwN" = ( -/obj/structure/table, -/obj/structure/reagent_dispensers/beerkeg/nuke{ - pixel_y = 10 +/area/tdome/arena_source) +"kXz" = ( +/obj/structure/table/wood, +/obj/item/storage/lockbox/mindshield, +/obj/item/storage/lockbox/mindshield, +/obj/item/storage/lockbox/mindshield, +/obj/item/door_remote/centcomm, +/obj/item/storage/box/erttaserproof, +/obj/item/storage/box/permits, +/obj/item/megaphone{ + pixel_x = -5; + pixel_y = 7 }, -/obj/machinery/light{ - dir = 4; - switchcount = 50 +/obj/item/camera_bug/ert{ + pixel_y = 10 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/structure/window/reinforced{ + dir = 1 }, -/area/centcom/evac) -"nxk" = ( -/obj/item/flag/species/human, +/turf/simulated/floor/wood, +/area/centcom/specops) +"kXF" = ( +/obj/machinery/photocopier, /obj/machinery/light/small{ - brightness_range = 10; - dir = 4; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 - }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/ussp_ship) -"nxP" = ( -/obj/structure/chair/office/light{ dir = 4 }, -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/jail) +"kXQ" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/centcom/zone2) -"nxX" = ( -/obj/structure/chair/office/light{ - dir = 1 +/area/shuttle/syndicate) +"kXT" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/wall{ + icon_state = "rock"; + name = "rock" }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/zone2) -"nyD" = ( -/obj/structure/table/wood, -/obj/item/scythe/tele, -/obj/item/scythe/tele, -/obj/item/scythe/tele, -/obj/item/scythe/tele, -/obj/item/scythe/tele, -/obj/item/scythe/tele, -/obj/item/scythe/tele, -/obj/item/scythe/tele, -/obj/item/scythe/tele, -/obj/item/scythe/tele, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/clusterbuster/cleaner, -/obj/item/grenade/clusterbuster/cleaner, -/obj/item/grenade/clusterbuster/cleaner, -/turf/unsimulated/floor{ +/area/syndicate_mothership/outside) +"kYG" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/supply) -"nyH" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 13 +"kYH" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"kZA" = ( +/obj/structure/closet/l3closet/security, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double/full, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/watertank/janitor{ + max_integrity = 1500; + volume = 1500 }, -/turf/unsimulated/floor{ +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ dir = 4; - icon_state = "darkpurple" + icon_state = "navybluefull" }, /area/centcom/specops) -"nyO" = ( -/turf/unsimulated/floor{ - icon_state = "carpet11-12" +"kZH" = ( +/obj/machinery/conveyor/south{ + id = "SFBQMLoad" }, -/area/wizard_station) -"nzf" = ( -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkgreen" +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/cargo) +"kZY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" }, /area/centcom/specops) -"nzi" = ( -/obj/structure/table/wood, -/obj/item/book/manual/sop_security, -/obj/item/book/manual/sop_command, -/turf/unsimulated/floor{ - icon_state = "dark" +"laa" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" }, -/area/centcom/zone2) -"nzR" = ( -/obj/structure/window/reinforced{ - dir = 8 +/area/space) +"lah" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien4" }, -/obj/machinery/sleeper/upgraded{ - dir = 4 +/area/abductor_ship) +"lay" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = -30 }, /turf/unsimulated/floor{ dir = 8; - icon_state = "bcarpet04" + icon_state = "vault" }, -/area/centcom/evac) -"nAB" = ( +/area/tdome/arena_source) +"laP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/poddoor/impassable{ + color = "#9999ff"; + id_tag = "SST_armory_mech_rover"; + name = "SST Armory Mech Rover" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"laU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/adminconstruction) +"lbo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"lbU" = ( /obj/structure/window/reinforced, -/obj/structure/chair/wood{ - dir = 1 +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"lcd" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien5" + }, +/area/abductor_ship) +"lcq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "barber" }, /area/centcom/zone1) -"nBb" = ( -/obj/structure/lattice/catwalk, -/turf/space, -/turf/space, -/area/ussp_ship) -"nCo" = ( -/obj/structure/decorative_structures/metal/statue/metal_angel, +"lcu" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" + icon_state = "darkfull"; + tag = "icon-dark" }, +/area/syndicate_mothership) +"lcz" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/carpet, /area/centcom/zone1) -"nCr" = ( -/obj/structure/table/wood, -/obj/item/grenade/clusterbuster/mega_syndieminibomb, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +"lcJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/area/admin) -"nCV" = ( -/obj/structure/flora/ausbushes/brflowers, +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" + icon_state = "darkfull"; + tag = "icon-dark" }, -/area/centcom/zone1) -"nCY" = ( -/obj/machinery/teleport/hub/upgraded{ - admin_usage = 1 +/area/syndicate_mothership) +"lcU" = ( +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" }, -/obj/effect/decal/warning_stripes/yellow, -/obj/machinery/light/small{ - brightness_range = 10; - dir = 1; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/turf/simulated/floor/wood, +/area/centcom/specops) +"ldr" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredalt" }, -/area/ussp_ship) -"nDL" = ( -/obj/structure/flora/ausbushes/grassybush, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" +/area/centcom/jail) +"ldB" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, /area/centcom/zone1) -"nDY" = ( -/obj/structure/window/reinforced, -/obj/structure/bush, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +"ldK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/infteam) +"leC" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navyblue" }, /area/centcom/specops) -"nEz" = ( +"leD" = ( /turf/unsimulated/floor{ - dir = 1; - icon_state = "darkblue" + icon_state = "carpet5-1" }, -/area/centcom/specops) -"nFi" = ( -/obj/structure/chair/sofa/left{ - dir = 4 +/area/adminconstruction) +"leN" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navybluealtstrip" }, -/obj/item/radio/intercom{ - pixel_x = -30 +/area/centcom/specops) +"leX" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 9 }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/evac) -"nFj" = ( -/obj/machinery/vending/medical{ - req_access_txt = "0" + icon_state = "darkfull"; + tag = "icon-dark" }, -/turf/unsimulated/floor{ +/area/syndicate_mothership) +"lfa" = ( +/obj/machinery/door/poddoor/multi_tile/three_tile_hor, +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/specops) -"nFE" = ( -/obj/effect/landmark{ - name = "tdome2" +/area/syndicate_mothership/cargo) +"lfz" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidwarning"; name = "plating" }, -/area/tdome/tdome2) -"nFJ" = ( -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "asteroid8"; - tag = "icon-asteroid8 (EAST)" - }, -/area/holodeck/source_desert) -"nFT" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder{ - pixel_x = -1; - pixel_y = 9 +/area/syndicate_mothership/outside) +"lfP" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock{ + id_tag = "CC_toilet_unit4"; + name = "Toilet" }, -/turf/unsimulated/floor{ - icon_state = "wood" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, /area/centcom/zone1) -"nFV" = ( -/obj/item/clothing/suit/space/syndicate/orange{ - desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; - name = "Cosmonaut Security Suit" +"lfS" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/suit/space/vox/carapace, +/obj/item/clothing/head/helmet/space/vox/carapace, +/obj/item/clothing/mask/breath, +/obj/item/storage/backpack/duffel/syndie{ + slowdown = 1 }, -/obj/item/clothing/head/helmet/space/syndicate/orange, -/obj/structure/closet{ - icon_closed = "cabinet_closed"; - icon_opened = "cabinet_open"; - icon_state = "cabinet_closed" +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"lfU" = ( +/obj/structure/table/glass, +/obj/effect/decal/stripes/gold/corner/east, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"lgj" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"lgm" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/obj/item/clothing/suit/space/syndicate/orange{ - desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; - name = "Cosmonaut Security Suit" +/area/syndicate_mothership) +"lgo" = ( +/obj/structure/chair/office/dark{ + dir = 8 }, -/obj/item/clothing/suit/space/syndicate/orange{ - desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; - name = "Cosmonaut Security Suit" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/obj/item/clothing/head/helmet/space/syndicate/orange, -/obj/item/clothing/head/helmet/space/syndicate/orange, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/syndicate_mothership/control) +"lgv" = ( +/obj/structure/chair/sofa{ + dir = 8 }, -/area/ussp_ship) -"nFY" = ( -/obj/structure/window/reinforced{ +/obj/machinery/light{ dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/zone2) -"nGC" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/noisecannon, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"lgU" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellowaltstrip" }, -/area/admin) -"nGO" = ( -/obj/structure/table, -/obj/item/kitchen/utensil/fork, -/obj/item/lighter, -/obj/item/restraints/handcuffs/cable/red, -/obj/item/storage/box/mousetraps, -/obj/item/storage/fancy/cigarettes, -/obj/item/pen, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"nHg" = ( -/obj/machinery/door_control{ - id = "CC_zone2_blastdoor"; - name = "Zone 2 Blastdoor Control"; - pixel_x = -25; - req_access_txt = "110" - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkblue" +/area/centcom/zone3) +"lha" = ( +/obj/structure/closet/crate/medical, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/bottle/morphine, +/obj/item/reagent_containers/glass/bottle/atropine, +/obj/item/reagent_containers/glass/bottle/oculine, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/centcom/zone2) -"nHi" = ( -/obj/structure/chair/sofa/left{ - dir = 8 +/area/shuttle/syndicate) +"lhl" = ( +/obj/structure/table/glass, +/obj/item/book/manual/evaguide, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"lhr" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, -/area/centcom/evac) -"nHq" = ( -/obj/structure/closet/secure_closet/bar{ - req_access = null +/obj/effect/bump_teleporter{ + id = "Synd21"; + id_target = "Synd11" }, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + color = "gray"; + icon_state = "rampbottom" }, +/area/syndicate_mothership) +"lhs" = ( +/turf/simulated/floor/lubed, /area/centcom/evac) -"nHB" = ( -/obj/structure/weightmachine/stacklifter, -/turf/unsimulated/floor{ - icon_state = "carpet" +"lhv" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 }, -/area/centcom/jail) -"nIc" = ( -/obj/machinery/computer/med_data, -/turf/unsimulated/floor{ +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/bridge) -"nIO" = ( -/obj/structure/table/wood, -/obj/machinery/syndicatebomb/badmin/clown, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"nIP" = ( -/turf/simulated/floor/holofloor{ - icon_state = "engine"; - name = "Holodeck Projector Floor" +/area/centcom/zone2) +"ljc" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "SFBQMLoad2" }, -/area/holodeck/source_plating) -"nJf" = ( -/obj/item/flag/syndi, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcornersalt" }, -/area/syndicate_mothership) -"nJs" = ( +/area/syndicate_mothership/cargo) +"ljg" = ( +/obj/structure/flora/tree/palm, +/obj/item/beach_ball, /turf/simulated/floor/beach/sand, -/area/holodeck/source_beach) -"nKy" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 +/area/centcom/evac) +"ljm" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Cowboy"; + name = "Cowboy"; + tag = null }, /turf/unsimulated/floor{ - dir = 8; - icon_state = "darkblue" + icon_state = "dark" }, -/area/centcom/specops) -"nKW" = ( -/obj/machinery/vending/medical/syndicate_access, +/area/space) +"ljs" = ( +/obj/structure/chair/stool/bar, /obj/machinery/light{ dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" - }, -/area/syndicate_mothership) -"nLg" = ( -/obj/machinery/camera{ - c_tag = "CentComm Zone 1-5"; - dir = 10; - network = list("CentComm") - }, -/turf/unsimulated/beach/water/deep/dense, +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/carpet, /area/centcom/zone1) -"nLt" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2"; - tag = "" - }, +"ljL" = ( /obj/machinery/light/small{ - brightness_range = 10; + brightness_range = 6; dir = 4; - light_range = 10; - nightshift_light_range = 10; + light_range = 8; + nightshift_light_range = 6; throw_range = 6 }, /turf/unsimulated/floor{ - icon_state = "sepia" - }, -/area/ussp_ship) -"nLK" = ( -/obj/structure/flora/ausbushes/fernybush, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" + dir = 8; + icon_state = "wood" }, -/area/centcom/zone1) -"nLS" = ( -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - name = "Weapons"; - req_access = null +/area/admin) +"ljX" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" }, -/obj/item/gun/projectile/automatic/mini_uzi, -/obj/item/gun/projectile/automatic/mini_uzi, -/obj/item/gun/projectile/automatic/mini_uzi, -/obj/item/gun/projectile/automatic/mini_uzi, -/obj/item/gun/projectile/automatic/mini_uzi, -/obj/item/gun/projectile/automatic/mini_uzi, -/obj/item/ammo_box/magazine/uzim9mm, -/obj/machinery/light/small{ - brightness_range = 10; - dir = 4; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/area/syndicate_mothership) +"lkj" = ( +/obj/machinery/light{ + dir = 4 }, -/obj/item/ammo_box/magazine/uzim9mm, -/obj/item/ammo_box/magazine/uzim9mm, -/obj/item/ammo_box/magazine/uzim9mm, -/obj/item/ammo_box/magazine/uzim9mm, -/obj/item/ammo_box/magazine/uzim9mm, -/obj/item/ammo_box/magazine/uzim9mm, -/obj/item/ammo_box/magazine/uzim9mm, -/obj/item/ammo_box/magazine/uzim9mm, -/obj/item/ammo_box/magazine/uzim9mm, -/obj/item/ammo_box/magazine/uzim9mm, -/obj/item/ammo_box/magazine/uzim9mm, -/obj/item/ammo_box/magazine/uzim9mm, -/obj/item/ammo_box/magazine/uzim9mm, -/obj/item/ammo_box/magazine/uzim9mm, -/obj/item/ammo_box/magazine/uzim9mm, -/obj/item/ammo_box/magazine/uzim9mm, -/obj/item/ammo_box/magazine/uzim9mm, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "warnwhite" }, -/area/ussp_ship) -"nLY" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom, -/obj/effect/spawner/lootdrop{ - loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); - name = "Food CC Spawner #3" +/area/centcom/zone1) +"lkt" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/syndicate_mothership/infteam) +"lkv" = ( +/obj/structure/kitchenspike, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, -/area/centcom/evac) -"nMB" = ( -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 8 +/area/vox_station) +"lky" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 }, /obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 - }, -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - layer = 2.9; - name = "Frag grenade"; - req_access = null; - req_access_txt = "114" + color = "red" }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); +/turf/simulated/floor/plasteel{ dir = 1; - layer = 2.8 - }, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/turf/unsimulated/floor{ icon_state = "dark" }, -/area/centcom/specops) -"nMQ" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/flashlight/lamp/green, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/cargo) +"lkT" = ( +/obj/structure/closet/crate, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, -/area/ussp_ship) -"nNz" = ( -/obj/machinery/vending/syndicigs, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/vox_station) +"llm" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/folder/blue{ + pixel_x = 5; + pixel_y = -5 }, -/area/syndicate_mothership) -"nNE" = ( -/obj/structure/urinal{ - pixel_x = -30 +/obj/item/folder/red{ + pixel_x = -5; + pixel_y = -5 }, -/turf/unsimulated/floor{ - icon_state = "white" +/obj/item/folder/white{ + pixel_x = -5; + pixel_y = 5 }, -/area/centcom/zone1) -"nNN" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 4; - tag = "icon-fakewindows (WEST)" +/obj/item/folder/yellow{ + pixel_x = 5; + pixel_y = 5 }, -/area/centcom/specops) -"nNS" = ( -/obj/machinery/computer/shuttle/ferry, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/ferry) -"nNV" = ( -/obj/machinery/vending/boozeomat, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/evac) -"nOv" = ( -/obj/machinery/vending/boozeomat, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" - }, -/area/ninja/holding) -"nOx" = ( -/obj/structure/table/holotable, -/obj/item/clothing/gloves/boxing/hologlove{ - icon_state = "boxinggreen"; - item_state = "boxinggreen" - }, -/turf/simulated/floor/holofloor{ - dir = 6; - icon_state = "green" +/area/centcom/bridge) +"llK" = ( +/obj/structure/sign/poster/official/religious{ + pixel_y = -32 }, -/area/holodeck/source_boxingcourt) -"nOF" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien17" +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"lmc" = ( +/obj/item/flag/species/skrell, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/abductor_ship) -"nOO" = ( +/area/centcom/evac) +"lmY" = ( /obj/structure/table/wood, -/obj/item/clothing/suit/fluff/cheeky_sov_coat{ - name = "coat" +/obj/item/storage/backpack/duffel/syndie/surgery{ + pixel_y = 6 }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/area/admin) -"nPM" = ( -/obj/machinery/computer/crew, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/syndicate_mothership/infteam) +"lnp" = ( +/obj/structure/chair/sofa{ + dir = 9 }, -/area/centcom/bridge) -"nSb" = ( -/obj/structure/piano{ - icon_state = "piano" +/obj/effect/decal/stripes/black/corner/south, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"lod" = ( +/obj/effect/overlay/coconut, +/obj/structure/window/reinforced{ + dir = 1 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" - }, -/area/centcom/specops) -"nSq" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"loJ" = ( +/obj/machinery/light/spot, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"lpu" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/suit/space/vox/medic, +/obj/item/clothing/head/helmet/space/vox/medic, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"lpB" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredalt" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/area/centcom/jail) +"lpO" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc2" }, -/area/syndicate_mothership) -"nSt" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/shuttle/supply) +"lpP" = ( +/obj/structure/window/reinforced{ + dir = 1 }, -/area/centcom/srtops) -"nSw" = ( -/obj/structure/table/reinforced/brass, -/obj/item/clothing/suit/space/vox/pressure, -/obj/item/clothing/suit/space/vox/pressure, -/obj/item/clothing/head/helmet/space/vox/pressure, -/obj/item/clothing/head/helmet/space/vox/pressure, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"lqp" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcornersalt" }, -/area/vox_station) -"nTc" = ( -/turf/simulated/floor/holofloor{ - icon_state = "green" +/area/syndicate_mothership/jail) +"lqs" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 }, -/area/holodeck/source_basketball) -"nTz" = ( -/turf/unsimulated/floor{ - icon_state = "darkfull" +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 }, -/area/chrono_ship) -"nTH" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/turf/simulated/floor/wood, +/area/centcom/zone1) +"lqC" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 }, -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/ussp_ship) -"nUb" = ( -/obj/item/gun/throw, -/obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"nUy" = ( -/obj/structure/chair/sofa{ - dir = 5 +/area/centcom/supply) +"lqJ" = ( +/obj/item/stack/spacecash/c200, +/obj/item/stack/spacecash/c50, +/obj/machinery/light/spot, +/obj/structure/chair/comfy/shuttle{ + dir = 1 }, -/turf/unsimulated/floor{ +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"lrt" = ( +/turf/unsimulated/wall/fakeglass{ dir = 8; - icon_state = "grimy" + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone1) +"lrP" = ( +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, /area/centcom/evac) -"nUz" = ( -/obj/machinery/recharge_station/ert, -/obj/machinery/light{ - light_range = 5 +"lsf" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, -/area/syndicate_mothership) -"nXm" = ( -/obj/structure/weightmachine/weightlifter, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/zone1) -"nYs" = ( +/area/syndicate_mothership/elite_squad) +"lsC" = ( /obj/structure/table/wood, -/obj/item/gun/energy/meteorgun, -/obj/item/gun/energy/meteorgun/pen, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/item/paper_bin/syndicate, +/obj/item/pen/multi/gold{ + pixel_x = -3; + pixel_y = 5 }, -/area/admin) -"nZn" = ( -/obj/item/flag/syndi, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/structure/curtain/black{ + pixel_x = -32 }, -/area/syndicate_mothership) -"nZs" = ( -/obj/structure/chair/sofa{ - dir = 1 +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"lsK" = ( +/obj/structure/table/wood, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/adminconstruction) +"lsT" = ( +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = -24; + pixel_y = -8; + req_access_txt = "114"; + wires = 1 }, -/area/centcom/evac) -"nZT" = ( -/obj/structure/chair/sofa/left{ - dir = 1 +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = -24; + pixel_y = 8; + req_access_txt = "114"; + wires = 1 }, -/obj/machinery/light, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/evac) -"obc" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/centcom/specops) +"ltC" = ( +/obj/effect/decal/stripes/black/line/west, +/turf/simulated/floor/carpet/arcade, +/area/centcom/bridge) +"ltP" = ( +/obj/structure/window/reinforced{ + layer = 2.9 }, -/turf/unsimulated/floor{ - icon_state = "light_on_flicker4" +/obj/effect/turf_decal/box/white/corners{ + dir = 4 }, -/area/centcom/evac) -"obL" = ( -/obj/structure/chair/sofa/right{ +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/wood, +/area/centcom/jail) +"luf" = ( +/obj/structure/chair/comfy/red{ dir = 8 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"lur" = ( +/obj/structure/table/reinforced, +/obj/item/radio{ + pixel_x = -4; + pixel_y = 5 }, -/area/centcom/jail) -"ocX" = ( -/obj/structure/chair/stool, -/obj/machinery/light/small{ - brightness_range = 10; - dir = 1; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/obj/item/radio{ + pixel_x = 4; + pixel_y = 5 }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/radio{ + pixel_x = -4 }, -/area/ussp_ship) -"ody" = ( -/obj/machinery/door/airlock/centcom{ - name = "Teleporter"; - opacity = 1; - req_access_txt = "109" +/obj/item/radio{ + pixel_x = 4 }, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "navyblue" +/obj/item/radio{ + pixel_x = 4 }, -/area/centcom/specops) -"odP" = ( -/obj/structure/chair/sofa{ - dir = 10 +/obj/item/radio{ + pixel_x = 4 }, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 +/obj/item/radio{ + pixel_x = -4 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/item/radio{ + pixel_x = -4 }, -/area/syndicate_mothership) -"oeb" = ( -/obj/machinery/camera{ - c_tag = "CentComm Arrivals Bar"; - dir = 1; - network = list("CentComm") +/obj/item/radio{ + pixel_x = -4; + pixel_y = 5 }, -/obj/item/radio/intercom{ - pixel_y = -30 +/obj/item/radio{ + pixel_x = -4; + pixel_y = 5 }, -/turf/unsimulated/floor{ - icon_state = "light_on_flicker4" +/obj/item/radio{ + pixel_x = 4; + pixel_y = 5 }, -/area/centcom/evac) -"oeC" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/radio{ + pixel_x = 4; + pixel_y = 5 }, -/area/centcom/zone3) -"oeN" = ( -/obj/structure/table/reinforced/brass, -/obj/item/clothing/suit/space/vox/carapace, -/obj/item/clothing/suit/space/vox/carapace, -/obj/item/clothing/head/helmet/space/vox/carapace, -/obj/item/clothing/head/helmet/space/vox/carapace, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +/obj/item/radio{ + pixel_x = 4 }, -/area/vox_station) -"ofb" = ( -/obj/structure/table/reinforced, -/obj/item/gun/energy/ionrifle/carbine{ - pixel_y = 7 +/obj/item/radio{ + pixel_x = -4 }, -/obj/item/gun/energy/ionrifle/carbine{ - pixel_y = 7 +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" }, -/obj/item/gun/energy/ionrifle/carbine{ - pixel_y = 7 +/area/centcom/specops) +"lus" = ( +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 1 }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 33; - pixel_y = -7 +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" }, -/obj/item/grenade/empgrenade{ - pixel_x = 7; - pixel_y = -2 +/area/centcom/evac) +"luv" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien11" }, -/obj/item/grenade/empgrenade{ - pixel_x = 7; - pixel_y = -2 +/area/abductor_ship) +"luw" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi' }, -/obj/item/grenade/empgrenade{ - pixel_x = 7; - pixel_y = -2 +/turf/simulated/floor/plating, +/area/centcom/bridge) +"luN" = ( +/obj/machinery/conveyor/north{ + id = "SFBQMLoad2" }, -/obj/item/grenade/smokebomb{ - pixel_x = -5 +/obj/machinery/light/small{ + dir = 4 }, -/obj/item/grenade/smokebomb{ - pixel_x = -5 +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/obj/item/grenade/smokebomb{ - pixel_x = -5 +/area/syndicate_mothership/cargo) +"lvt" = ( +/obj/structure/chair/comfy/beige{ + dir = 1; + layer = 5; + pixel_y = -2 }, /turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbluefull" - }, -/area/centcom/specops) -"ofd" = ( -/obj/structure/piano{ - icon_state = "piano" + dir = 8; + icon_state = "grimy" }, +/area/admin) +"lvG" = ( +/obj/structure/rack, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/storage/belt/bandolier, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/clothing/accessory/holster, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/clothing/head/cowboyhat/white, +/obj/item/clothing/shoes/cowboy/fancy, +/obj/item/clothing/accessory/cowboyshirt/white, +/obj/item/clothing/under/color/white, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "vault" }, +/area/space) +"lvI" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"lvT" = ( +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/grass, /area/centcom/evac) -"ofJ" = ( -/obj/structure/flora/ausbushes/brflowers, -/turf/simulated/floor/holofloor{ +"lwj" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/turret, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/admin) +"lwv" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "syndieshutters_Aspid"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/unsimulated/wall/fakeglass{ dir = 4; - icon_state = "wood_siding2"; - tag = "icon-wood_siding2 (EAST)" + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/area/holodeck/source_picnicarea) -"ofK" = ( -/turf/simulated/floor/holofloor{ - icon_state = "cult"; - tag = "icon-cult" +/area/syndicate_mothership/cargo) +"lwX" = ( +/obj/structure/window/reinforced{ + dir = 1 }, -/area/holodeck/source_theatre) -"ofT" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/centcom/specops) +"lxJ" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" }, -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/obj/effect/mapping_helpers/light{ + layer = 10 }, -/obj/machinery/light, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"lxT" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" - }, -/area/centcom/evac) -"ohl" = ( -/obj/structure/chair/sofa/left, -/turf/unsimulated/floor{ icon_state = "wood" }, -/area/centcom/evac) -"ohq" = ( -/obj/item/paper/syndimemo{ - info = "ТАК ТЫ ПОЛУЧИЛ ЭТОТ ЧЕРТОВ ДИСК?
ЕСЛИ НЕТ ТО ПОЛУЧИ ЕГО!"; - name = "paper- '?'" +/area/admin) +"lyE" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 }, -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"ohz" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/shaker, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/effect/decal/stripes/black/line/south, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"lyR" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/area/centcom/evac) -"ohL" = ( -/obj/item/camera, -/turf/unsimulated/beach/sand, -/area/ninja/holding) -"ohS" = ( -/obj/machinery/photocopier, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, -/area/centcom/bridge) -"oid" = ( -/obj/structure/table/wood/fancy/black, +/obj/machinery/door/poddoor, /turf/unsimulated/floor{ - icon_state = "carpet10-8" - }, -/area/wizard_station) -"oil" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor4" + dir = 1; + icon_state = "rampbottom" }, -/area/shuttle/assault_pod) -"oiI" = ( -/obj/structure/table/wood/fancy, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/infteam) +"lyU" = ( +/obj/structure/chair/sofa/right{ + dir = 4 }, -/area/syndicate_mothership) -"ojW" = ( -/turf/simulated/floor/holofloor, -/area/holodeck/source_basketball) -"okp" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/item/flag/nt, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" }, -/area/centcom/evac) -"olF" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/automatic/l6_saw, -/obj/item/gun/projectile/automatic/l6_saw/toy, -/obj/item/gun/projectile/automatic/l6_saw/toy/riot, -/obj/item/gun/energy/printer, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/centcom/zone1) +"lzS" = ( +/obj/effect/turf_decal/bot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/admin) -"olP" = ( -/obj/structure/closet/crate/trashcart{ - desc = "A heavy, metal crate with wheels."; - name = "Special Delivery from Central Command" +/area/centcom/supply) +"lzW" = ( +/obj/effect/decal/stripes/black/line, +/obj/effect/decal/stripes/black/dot/south, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"lAK" = ( +/obj/machinery/light{ + dir = 1 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/area/centcom/supply) -"omh" = ( -/obj/machinery/computer/sm_monitor, -/turf/unsimulated/floor{ +/area/centcom/zone1) +"lBg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/bridge) -"oml" = ( -/obj/structure/table/reinforced, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, -/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/bola, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/disabler, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 8 +/area/centcom/jail) +"lBF" = ( +/obj/machinery/light{ + dir = 1 }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - req_access_txt = "114" +/obj/structure/chair/comfy/purp, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"lCS" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" }, -/turf/unsimulated/floor{ +/area/syndicate_mothership/infteam) +"lCT" = ( +/obj/machinery/computer/message_monitor, +/turf/simulated/floor/wood, +/area/centcom/specops) +"lDp" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ dir = 1; - icon_state = "darkgreenfull" + icon_state = "warndarkgreycornerred" }, -/area/centcom/specops) -"onh" = ( -/obj/structure/holowindow, -/turf/simulated/floor/holofloor, -/area/holodeck/source_thunderdomecourt) -"onZ" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/paper_bin/nanotrasen{ - pixel_x = -2; - pixel_y = 8 +/area/syndicate_mothership/infteam) +"lDs" = ( +/turf/simulated/floor/holofloor{ + icon_state = "siding1"; + tag = "icon-siding1" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/holodeck/source_theatre) +"lDJ" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 }, -/area/centcom/zone2) -"oor" = ( -/mob/living/carbon/human/farwa, +/obj/item/clothing/under/color/blue, /turf/unsimulated/floor{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/wizard_station) -"ooB" = ( -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" + icon_state = "vault" }, -/area/syndicate_mothership) -"opl" = ( -/obj/structure/table/wood, -/obj/item/paper/form/NT_HR_03, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/space) +"lEb" = ( +/obj/structure/railing/corner{ + dir = 4 }, -/area/centcom/zone2) -"opJ" = ( -/obj/structure/filingcabinet/security, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"lEn" = ( +/obj/structure/table/wood/fancy, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" }, -/area/centcom/bridge) -"oqe" = ( -/turf/space, -/area/ussp_ship) -"oqW" = ( -/obj/machinery/computer/secure_data, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/decal/stripes/gold/corner/south, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"lEY" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" }, -/area/centcom/bridge) -"osu" = ( -/turf/space, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkred" +/turf/simulated/floor/grass, +/area/centcom/evac) +"lFt" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 }, -/area/centcom/specops) -"osZ" = ( -/obj/structure/toilet{ +/obj/structure/window/reinforced{ dir = 4 }, -/turf/unsimulated/floor{ +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/jail) -"otf" = ( +/area/centcom/supply) +"lFw" = ( +/obj/structure/spacepoddoor{ + dir = 4; + luminosity = 3 + }, /turf/unsimulated/floor{ - icon_state = "dark" + name = "plating" }, -/area/centcom/court) -"otJ" = ( -/obj/structure/filingcabinet/security, -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +/area/syndicate_mothership/elite_squad) +"lGB" = ( +/obj/structure/table/wood/fancy, +/obj/item/toy/cards/deck, +/obj/effect/decal/stripes/gold/corner/west, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"lGE" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"lGK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + color = "red"; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 1; + id = "SSTprivateroom" }, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/zone2) -"oua" = ( -/obj/structure/table/wood, -/obj/item/pen/fancy, -/obj/item/folder/yellow, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/syndicate_mothership/elite_squad) +"lHw" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/area/centcom/zone2) -"ouh" = ( -/turf/unsimulated/floor{ - dir = 9; - icon_state = "darkred" +/obj/structure/chair/comfy/lime{ + dir = 4 }, -/area/centcom/zone3) -"ouq" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" +/turf/simulated/floor/wood, +/area/centcom/court) +"lHT" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/applecakeslice, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"lHZ" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 }, -/area/ussp_ship) -"ovq" = ( -/obj/machinery/cryopod/right, -/obj/machinery/camera{ - c_tag = "CentComm Black Ops Ready Room"; +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"lIb" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ dir = 4; - network = list("CentComm") + icon_state = "grass_edge_medium_corner" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"lIh" = ( +/obj/item/radio/intercom/specops{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/area/centcom/blops) -"ovJ" = ( -/obj/structure/statue/sandstone/assistant, +/area/centcom/zone2) +"lIj" = ( /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "carpetside" }, /area/adminconstruction) -"ovW" = ( -/obj/structure/chair/office, -/turf/unsimulated/floor{ - icon_state = "dark" +"lIw" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_r"; + tag = "icon-propulsion_r" }, -/area/centcom/zone2) -"owd" = ( -/obj/machinery/vending/coffee, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"lIV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredaltstrip" }, -/area/centcom/srtops) -"owB" = ( -/obj/structure/mineral_door, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/jail) +"lJc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/area/wizard_station) -"oxv" = ( -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/machinery/door/poddoor/impassable{ + color = "#ff9999"; + id_tag = "SST_armory_mech_mauler"; + name = "SST Armory Mech Mauler" }, -/area/syndicate_mothership) -"oyb" = ( +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"lJl" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 11 + }, +/turf/simulated/floor/wood, +/area/centcom/supply) +"lJm" = ( +/obj/machinery/biogenerator, /obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/evac) +"lJp" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/shuttle/plating, +/area/shuttle/mining) +"lKG" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/junglebush/b, /turf/unsimulated/floor/grass, -/area/centcom/zone1) -"oyd" = ( -/obj/machinery/door/airlock/hatch/syndicate/command{ - req_access_txt = "150" +/area/syndicate_mothership/outside) +"lKH" = ( +/obj/structure/table/reinforced/brass, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, +/area/vox_station) +"lKS" = ( /obj/machinery/door/poddoor/shutters{ - id_tag = "commandcenter"; - name = "Privacy Shutters" + dir = 8; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 }, -/area/syndicate_mothership) -"oyo" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/plating, +/area/centcom/specops) +"lKZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" }, -/area/centcom/jail) -"oyw" = ( -/turf/unsimulated/floor{ +/area/shuttle/syndicate) +"lLo" = ( +/turf/simulated/shuttle/wall{ dir = 8; - icon_state = "grimy" + icon_state = "diagonalWall3" + }, +/area/shuttle/vox) +"lLt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, /area/centcom/jail) -"oyx" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/enzyme{ - pixel_x = 5 +"lLN" = ( +/obj/structure/rack, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/holosign_creator/atmos, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" }, -/obj/item/reagent_containers/food/condiment/enzyme{ - pixel_x = 10 +/area/centcom/specops) +"lMh" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" }, -/obj/item/reagent_containers/food/condiment/enzyme, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/syndicate_mothership/elite_squad) +"lMw" = ( +/obj/machinery/computer/shuttle/syndicate/recall, +/obj/machinery/door_control{ + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "nukeop_ready"; + name = "Shuttle Dock Door"; + pixel_x = null; + pixel_y = 25; + req_access_txt = "151"; + specialfunctions = 4 }, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"lMP" = ( +/obj/machinery/vending/suitdispenser, +/turf/simulated/floor/wood, /area/centcom/zone1) -"oyP" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/structure/sign/poster/official/random{ - pixel_y = 30 - }, -/obj/machinery/light{ - dir = 1; - switchcount = 50 +"lNc" = ( +/obj/effect/decal/stripes/black/corner/west, +/turf/simulated/floor/carpet/arcade, +/area/centcom/bridge) +"lNe" = ( +/turf/unsimulated/floor{ + icon_state = "carpet9-4" }, +/area/adminconstruction) +"lNm" = ( +/obj/effect/decal/stripes/black/corner, +/turf/simulated/floor/carpet, +/area/centcom/court) +"lNn" = ( +/obj/item/clothing/accessory/cowboyshirt, +/obj/item/clothing/shoes/cowboy/black, +/obj/item/clothing/head/cowboyhat/black, +/obj/structure/rack, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/storage/belt/bandolier, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/clothing/accessory/holster, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/clothing/under/color/black, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" - }, -/area/centcom/evac) -"oyT" = ( -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - name = "Weapons"; - req_access = null + icon_state = "vault" }, -/obj/machinery/light/small{ - brightness_range = 10; +/area/tdome/arena_source) +"lNu" = ( +/turf/unsimulated/wall/fakeglass{ dir = 8; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 + tag = "icon-fakewindows (WEST)" }, -/obj/structure/sign/poster/contraband/communist_state{ - pixel_x = -32 +/area/space) +"lNy" = ( +/obj/structure/bed, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 }, -/obj/item/gun/projectile/automatic/shotgun/bulldog{ - name = "Saiga-12k" +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet07" }, -/obj/item/gun/projectile/automatic/shotgun/bulldog{ - name = "Saiga-12k" +/area/centcom/zone1) +"lNA" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-32"; + tag = "icon-plant-32" }, -/obj/item/gun/projectile/automatic/shotgun/bulldog{ - name = "Saiga-12k" +/obj/structure/closet/medical_wall{ + pixel_y = 32 }, -/obj/item/gun/projectile/automatic/shotgun/bulldog{ - name = "Saiga-12k" +/turf/simulated/floor/wood, +/area/centcom/zone1) +"lOk" = ( +/obj/machinery/abductor/experiment{ + team = 2 }, -/obj/item/gun/projectile/automatic/shotgun/bulldog{ - name = "Saiga-12k" +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lOM" = ( +/obj/structure/rack, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/storage/belt/bandolier, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/clothing/accessory/holster, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/clothing/head/cowboyhat/white, +/obj/item/clothing/shoes/cowboy/fancy, +/obj/item/clothing/accessory/cowboyshirt/white, +/obj/item/clothing/under/color/white, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" }, -/obj/item/gun/projectile/automatic/shotgun/bulldog{ - name = "Saiga-12k" +/area/tdome/arena_source) +"lPb" = ( +/obj/machinery/computer/med_data, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"lPe" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 }, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, -/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, /turf/unsimulated/floor{ dir = 8; icon_state = "vault" }, -/area/ussp_ship) -"ozD" = ( -/obj/docking_port/stationary/transit{ - dir = 2; - dwidth = 2; - height = 18; - id = "skipjack_transit"; - name = "skipjack in transit"; - width = 19 +/area/tdome/arena_source) +"lPg" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/space/transit, -/area/space) -"ozF" = ( -/obj/item/flag/species/human, -/obj/structure/sign/poster/contraband/communist_state{ - pixel_x = -32 +/area/syndicate_mothership) +"lPp" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_hor, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/syndicate_mothership/jail) +"lPZ" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock"; + name = "Labor Shuttle Airlock" }, -/area/ussp_ship) -"ozO" = ( -/obj/structure/bed/abductor, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"ozU" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 1 +/obj/docking_port/mobile{ + dir = 8; + dwidth = 2; + height = 5; + id = "laborcamp"; + name = "labor camp shuttle"; + rebuildable = 1; + roundstart_move = "laborcamp_home"; + width = 9 }, -/area/wizard_station) -"oAo" = ( -/obj/structure/reagent_dispensers/oil, -/obj/machinery/camera{ - c_tag = "CentComm ERT Medical Block 3"; - dir = 4; - network = list("CentComm") +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor, +/area/shuttle/siberia) +"lQY" = ( +/obj/structure/table/abductor{ + name = "table" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" }, -/area/centcom/specops) -"oAF" = ( -/obj/structure/chair/comfy/beige, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/fakespace, +/area/centcom/zone1) +"lRb" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/area/centcom/bridge) -"oAK" = ( -/obj/structure/table/wood, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/syndicate_mothership/cargo) +"lRm" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo11" }, -/area/centcom/bridge) -"oBA" = ( -/obj/machinery/computer/message_monitor, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"lRs" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 }, -/area/centcom/bridge) -"oBG" = ( -/obj/structure/chair/comfy/beige{ - dir = 8; - layer = 5; - pixel_y = -2 +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 1 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/bridge) -"oBV" = ( -/obj/structure/table, -/obj/item/kitchen/sushimat, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +"lRD" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/space) +"lRP" = ( +/obj/machinery/light/small{ + dir = 4 }, -/area/centcom/zone1) -"oCg" = ( -/obj/machinery/photocopier, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/centcom/zone2) -"oCr" = ( -/obj/machinery/status_display{ - pixel_y = 30 +/area/syndicate_mothership/infteam) +"lSb" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s9" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/shuttle/administration) +"lSp" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo5" }, -/area/centcom/bridge) -"oCw" = ( -/obj/structure/bookcase/manuals, -/obj/item/book/manual/engineering_construction, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"lSq" = ( +/obj/machinery/abductor/experiment{ + team = 3 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lSR" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "navybluealt" }, -/area/centcom/bridge) -"oCE" = ( -/obj/machinery/door/window/brigdoor{ - dir = 2; - req_access_txt = "109" +/area/centcom/specops) +"lSZ" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" }, -/area/centcom/jail) -"oCK" = ( -/obj/structure/table/wood/fancy, -/obj/item/stamp/chameleon{ - pixel_x = 10; - pixel_y = 10 +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" }, -/obj/item/stamp/syndicate, -/obj/item/syndicatedetonator{ - pixel_x = -6; - pixel_y = 10 +/turf/unsimulated/floor{ + color = "gray"; + dir = 4; + icon_state = "rampbottom" }, -/obj/machinery/light/spot{ +/area/syndicate_mothership/outside) +"lTg" = ( +/obj/effect/turf_decal{ dir = 4; - tag = "icon-tube1 (EAST)" + icon_state = "grass_edge_medium_corner" }, -/turf/unsimulated/floor{ +/obj/effect/turf_decal{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/syndicate_mothership) -"oCZ" = ( -/obj/item/gun/energy/wormhole_projector, -/obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"lTz" = ( +/obj/machinery/abductor/console{ + team = 3 }, -/area/admin) -"oEi" = ( -/obj/structure/table/wood, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Central Command" +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lTO" = ( +/obj/machinery/vending/medical/syndicate_access/beamgun, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/turf/unsimulated/floor{ +/area/syndicate_mothership/control) +"lUK" = ( +/obj/effect/decal/warning_stripes/east, +/obj/effect/decal/stripes/black/corner/south, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"lUQ" = ( +/obj/effect/decal/stripes/gold/corner/south, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"lVo" = ( +/obj/structure/closet/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lVv" = ( +/turf/unsimulated/wall/fakeglass{ dir = 8; - icon_state = "grimy" + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/area/centcom/bridge) -"oEt" = ( -/obj/structure/table/wood, -/obj/item/folder/yellow, -/obj/item/pen/fancy, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/syndicate_mothership/control) +"lVB" = ( +/obj/machinery/light/spot{ + dir = 1 }, -/area/centcom/bridge) -"oGz" = ( -/obj/structure/sign/poster/official/ue_no, -/turf/unsimulated/wall{ - icon_state = "sandstone12" +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" }, -/area/wizard_station) -"oHf" = ( -/obj/machinery/computer/card/centcom, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/syndicate_mothership/cargo) +"lVD" = ( +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/area/admin) -"oHr" = ( +/area/centcom/jail) +"lVM" = ( /obj/structure/table/wood, -/obj/item/paper/contract/employment, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/bridge) -"oHz" = ( -/obj/machinery/hydroponics/constructable, +/obj/item/gun/energy/lasercannon/cyborg, +/turf/unsimulated/floor/wood, +/area/admin) +"lWt" = ( /obj/structure/window/reinforced{ - dir = 4 + dir = 1 }, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"oIg" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom/specops{ - pixel_y = 25 +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain, +/obj/item/lighter/zippo/blue{ + pixel_x = 5; + pixel_y = 8 }, -/obj/item/book/manual/sop_command, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -4; + pixel_y = 9 }, -/area/centcom/bridge) -"oIl" = ( -/obj/machinery/abductor/console{ +/turf/simulated/floor/carpet, +/area/centcom/specops) +"lWT" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien15" + }, +/area/abductor_ship) +"lXz" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/pistol/m1911, +/turf/unsimulated/floor/wood, +/area/admin) +"lXL" = ( +/obj/machinery/abductor/pad{ team = 3 }, /turf/unsimulated/floor/abductor, /area/abductor_ship) -"oIH" = ( -/obj/machinery/computer/station_alert, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/bridge) -"oJr" = ( -/obj/structure/filingcabinet/security, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/centcom/zone2) -"oKr" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 5; - tag = "icon-fakewindows (NORTHEAST)" +"lXY" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 2 }, -/area/centcom) -"oKD" = ( -/turf/unsimulated/floor{ - name = "plating" +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lYr" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 }, -/area/tdome/tdome1) -"oKU" = ( -/obj/structure/chair/comfy/red{ - color = "#FFFFFF" +/obj/item/seeds/wheat/rice, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/obj/effect/landmark{ - name = "aroomwarp"; - tag = "" +/area/centcom/jail) +"lYt" = ( +/obj/machinery/computer/arcade/orion_trail, +/obj/structure/curtain/black{ + pixel_x = -32 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = -32 }, -/area/centcom/bridge) -"oLz" = ( -/obj/item/flag/wiz, -/obj/machinery/light/small{ - brightness_range = 6; - light_range = 8; - nightshift_light_range = 6; - throw_range = 6 +/obj/structure/curtain/black{ + pixel_y = -32 }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/infteam) +"lYz" = ( +/obj/structure/table/wood/poker, +/obj/item/clothing/shoes/roman, +/obj/item/clothing/under/roman, +/obj/item/shield/riot/roman, +/obj/item/clothing/head/helmet/roman/legionaire, +/obj/item/twohanded/spear/bonespear, /turf/unsimulated/floor{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "grimy" }, -/area/wizard_station) -"oMk" = ( -/obj/item/flag/nt, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 +/area/admin) +"lYO" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/mapping_helpers/light{ + layer = 10 }, -/area/centcom/bridge) -"oNb" = ( -/obj/machinery/atmospherics/unary/cryo_cell/upgraded, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" }, -/area/centcom/specops) -"oNz" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -32 +/area/syndicate_mothership/outside) +"lYZ" = ( +/turf/simulated/floor/wood, +/area/centcom/zone2) +"lZf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcornersalt" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkgreynavyblue" +/area/syndicate_mothership/cargo) +"lZC" = ( +/obj/machinery/door/airlock/hatch{ + req_access_txt = "152" }, -/area/centcom/specops) -"oNP" = ( +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"lZM" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluealtstrip" + }, +/area/centcom/zone2) +"lZU" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" + }, +/area/syndicate_mothership/infteam) +"lZV" = ( +/obj/item/twohanded/required/kirbyplants, /obj/structure/window/reinforced{ dir = 1 }, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/bush, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/specops) -"oNW" = ( -/obj/structure/table, -/obj/item/storage/toolbox/syndicate, -/obj/item/shard, -/obj/item/kitchen/knife, -/obj/item/storage/firstaid/tactical, -/obj/machinery/light{ - dir = 8 +/area/centcom/bridge) +"mac" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd11"; + id_target = "Synd21" }, /turf/unsimulated/floor{ - icon_state = "freezerfloor" + color = "gray"; + dir = 1; + icon_state = "rampbottom" }, /area/syndicate_mothership) -"oOe" = ( -/obj/structure/lattice, -/turf/unsimulated/wall, -/area/centcom) -"oOr" = ( -/obj/structure/table/wood/fancy/black, -/obj/machinery/recharger, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +"max" = ( +/obj/machinery/optable/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"maD" = ( +/obj/structure/table/glass, +/obj/item/storage/backpack/duffel/syndie/surgery_fake, +/obj/item/storage/box/syndie_kit/bonerepair, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/wizard_station) -"oOA" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 +/area/shuttle/syndicate) +"maJ" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/elwycco{ + layer = 10; + pixel_y = 10 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/effect/turf_decal/plaque{ + layer = 3 }, -/area/syndicate_mothership) -"oPa" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 1; - id_tag = "CC_special_operations_force_room"; - layer = 5; - locked = 1; - name = "Central Command Special Operations Forces" +/turf/simulated/floor/grass, +/area/centcom/evac) +"mbd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "warnwhite" }, -/turf/unsimulated/floor{ +/area/centcom/zone1) +"mby" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-17"; + tag = "icon-plant-17" + }, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/specops) -"oPr" = ( +/area/centcom/evac) +"mbB" = ( +/obj/structure/table/wood, +/obj/item/grenade/syndieminibomb, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"mbI" = ( /turf/unsimulated/wall/fakeglass{ - dir = 6; + dir = 4; tag = "icon-fakewindows (WEST)" }, -/area/ussp_ship) -"oRN" = ( +/area/centcom/evac) +"mbP" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/slipping/honkmother, +/turf/unsimulated/floor/wood, +/area/admin) +"mbZ" = ( /obj/structure/table/wood/poker, /obj/item/toy/cards/deck, -/turf/unsimulated/floor{ +/obj/effect/decal/stripes/black/line/west, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"mcb" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/siberia) +"mce" = ( +/obj/item/flashlight/lamp/green, +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"mcg" = ( +/turf/simulated/floor/plasteel{ dir = 8; - icon_state = "woodalt" + icon_state = "navyblue" }, /area/centcom/specops) -"oRT" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - icon_state = "dark" +"mcX" = ( +/obj/item/ashtray/glass{ + pixel_x = -7; + pixel_y = -4 }, -/area/centcom/bridge) -"oTp" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 8; - icon_state = "fakewindows3"; - tag = "icon-fakewindows (WEST)" +/obj/item/lighter/zippo/blue{ + pixel_x = -5; + pixel_y = 8 }, -/area/centcom) -"oTy" = ( -/obj/structure/snowman, -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"oTG" = ( -/turf/unsimulated/floor{ - dir = 9; - icon_state = "darkred" +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -4; + pixel_y = 9 }, -/area/centcom/specops) -"oTM" = ( -/obj/structure/window/reinforced{ +/obj/structure/table/glass, +/obj/item/paper/monitorkey, +/obj/item/paper/tcommskey, +/obj/structure/window/reinforced, +/obj/machinery/light{ dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "wood" +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mdb" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" }, -/area/centcom/zone1) -"oUI" = ( -/turf/unsimulated/floor{ - icon_state = "carpetside" +/area/syndicate_mothership/elite_squad) +"mds" = ( +/obj/machinery/computer/arcade/battle, +/obj/structure/curtain/black{ + pixel_y = 32 }, -/area/wizard_station) -"oVg" = ( -/obj/structure/table/reinforced, -/obj/item/pizzabox/mushroom, -/obj/item/pizzabox/mushroom, -/obj/item/pizzabox/vegetable, -/obj/item/pizzabox/vegetable, -/obj/item/pizzabox/margherita, -/obj/item/pizzabox/margherita, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "stage_bleft" +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = 32 }, -/area/syndicate_mothership) -"oVl" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 5 +/obj/structure/curtain/black{ + pixel_x = -32 }, -/obj/structure/window/reinforced{ - layer = 5 +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/infteam) +"mdt" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" }, -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/structure/curtain/open/shower, -/turf/unsimulated/floor{ +/area/space) +"mdG" = ( +/obj/effect/turf_decal{ dir = 8; - icon_state = "bcarpet05" + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"mdI" = ( +/obj/structure/table/wood/poker, +/obj/effect/decal/stripes/black/line/west, +/turf/simulated/floor/carpet, /area/centcom/zone1) -"oVr" = ( -/obj/structure/chair/comfy/red{ - color = "#FFFFFF"; +"mdV" = ( +/obj/structure/chair/sofa/left{ dir = 8 }, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom/jail) -"oWa" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/paper_bin/nanotrasen{ - amount = 50; - pixel_x = 3; - pixel_y = 12 +/obj/effect/decal/stripes/gold/deadlock/south, +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/item/pen/multi/fountain, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/carpet/black, +/area/centcom/zone3) +"med" = ( +/obj/structure/chair/comfy/purp{ + dir = 8 }, -/area/centcom/bridge) -"oWO" = ( -/obj/structure/chair/sofa{ - dir = 5 +/obj/effect/decal/stripes/black/corner/east, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mer" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 3 }, -/turf/unsimulated/floor{ - icon_state = "wood" +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"mes" = ( +/obj/structure/window/reinforced{ + dir = 4 }, +/obj/machinery/smartfridge/drying_rack, +/turf/simulated/floor/wood, /area/centcom/evac) -"oWS" = ( -/obj/machinery/door/airlock/centcom{ - name = "ERT Service Room"; - opacity = 1; - req_access_txt = "114" +"meN" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" }, -/turf/space, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "navyblue" +/area/shuttle/syndicate) +"mfb" = ( +/obj/structure/closet/syndicate/nuclear, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/centcom/specops) -"oXq" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet06" +/area/shuttle/syndicate) +"mfn" = ( +/obj/structure/table/glass, +/obj/item/robot_parts/r_leg{ + pixel_x = 5; + pixel_y = -2 }, -/area/centcom/evac) -"oXT" = ( -/obj/structure/table/wood/fancy/black, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/robot_parts/r_arm{ + pixel_x = 5; + pixel_y = 8 }, -/area/centcom/bridge) -"oYE" = ( -/obj/machinery/door/airlock/centcom{ - name = "Bridge"; - opacity = 1; - req_access_txt = "113" +/obj/item/robot_parts/l_arm{ + pixel_x = -5; + pixel_y = 8 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/robot_parts/l_leg{ + pixel_x = -5; + pixel_y = -2 }, -/area/centcom/bridge) -"oYL" = ( -/obj/structure/flora/ausbushes/grassybush, -/turf/simulated/floor/holofloor{ - icon_state = "wood_siding6"; - tag = "icon-wood_siding6" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/holodeck/source_picnicarea) -"oYZ" = ( -/turf/unsimulated/floor{ - name = "plating" +/area/shuttle/syndicate) +"mfp" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/beer/upgraded, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/area/syndicate_mothership) -"oZc" = ( -/obj/structure/holowindow{ - dir = 1 +/area/shuttle/administration) +"mfP" = ( +/obj/docking_port/mobile/emergency/backup{ + dir = 8; + dwidth = 9; + roundstart_move = null + }, +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 8; + id = "backup_away"; + name = "Backup Shuttle Dock"; + turf_type = /turf/simulated/floor; + width = 8 }, +/obj/machinery/door/airlock/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/escape) +"mgd" = ( /turf/simulated/floor/holofloor{ dir = 4; - icon_state = "blue" - }, -/area/holodeck/source_knightarena) -"oZu" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/documents/nanotrasen, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "carpet6-2"; + tag = "icon-carpet6-2 (EAST)" }, -/area/centcom/bridge) -"pal" = ( -/obj/structure/rack, -/obj/item/tank/jetpack/oxygen, -/obj/item/tank/jetpack/oxygen, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/holodeck/source_theatre) +"mgC" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"mgI" = ( +/obj/machinery/chem_master, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/area/admin) -"paH" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/light{ - brightness_range = 5; - light_range = 5; - nightshift_light_range = 5 +/area/shuttle/administration) +"mgK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/white, /turf/unsimulated/floor{ icon_state = "darkfull"; tag = "icon-dark" }, /area/syndicate_mothership) -"paY" = ( -/obj/structure/lattice, -/turf/unsimulated/wall/fakeglass{ - dir = 8; - icon_state = "fakewindows3"; - tag = "icon-fakewindows (WEST)" +"mhg" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = -27 }, -/area/centcom/evac) -"pbl" = ( -/obj/structure/closet/crate, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = -27 }, -/area/vox_station) -"pbA" = ( -/obj/structure/table/wood/poker, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/structure/sink{ + dir = 1 }, -/area/event_zone) -"pbI" = ( -/obj/structure/table/wood, -/obj/item/clothing/suit/hooded/hoodie/nt, +/obj/machinery/light, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"pbS" = ( -/obj/machinery/computer/account_database{ - name = "Admin Accounts Database" + icon_state = "dark" }, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 +/area/centcom/zone1) +"mhh" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/regular{ + pixel_x = 5 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/centcom/bridge) -"pcd" = ( +/area/shuttle/syndicate) +"mhN" = ( /obj/structure/table, -/obj/item/storage/toolbox/syndicate, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/item/storage/box/chemimp{ + pixel_x = 4; + pixel_y = 3 }, -/area/admin) -"pcJ" = ( -/obj/structure/window/reinforced{ - dir = 8 +/obj/item/storage/box/trackimp, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "carpet" +/area/shuttle/administration) +"mhP" = ( +/obj/structure/table/reinforced, +/obj/item/toy/plushie/marble_fox{ + pixel_y = 8 }, -/area/centcom/specops) -"pcS" = ( -/obj/machinery/vending/coffee, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/paper_bin/syndicate{ + pixel_x = -2; + pixel_y = 2 }, -/area/centcom/jail) -"pdi" = ( -/obj/structure/chair/comfy/brown, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/obj/item/pen/fancy{ + pixel_x = 8 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"mif" = ( +/obj/docking_port/stationary{ + area_type = /area/syndicate_mothership; + dwidth = 8; + height = 22; + id = "syndicate_away"; + name = "syndicate base"; + turf_type = /turf/unsimulated/floor/plating; + width = 18 }, -/area/centcom/specops) -"pdP" = ( -/obj/structure/chair/sofa/right, /turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" + name = "plating" }, /area/syndicate_mothership) -"peg" = ( -/obj/structure/rack/holorack, -/obj/item/clothing/head/beret/atmos{ - name = "beret" - }, -/obj/item/clothing/head/beret/atmos{ - name = "beret" - }, -/obj/item/clothing/head/beret/ce{ - name = "beret" +"miN" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/clothing/head/beret/ce{ - name = "beret" +/area/centcom/zone2) +"mjx" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" }, -/obj/item/clothing/head/beret/centcom/captain{ - name = "beret" +/area/centcom/zone1) +"mjy" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcornersalt" }, -/obj/item/clothing/head/beret/centcom/captain{ - name = "beret" +/area/syndicate_mothership/cargo) +"mjE" = ( +/obj/machinery/vending/boozeomat, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/item/clothing/head/beret/centcom/officer{ - name = "beret" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/clothing/head/beret/centcom/officer{ - name = "beret" +/area/centcom/specops) +"mjM" = ( +/obj/machinery/door_control{ + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "Aspid_main_storage"; + name = "Aspid main storage"; + pixel_y = -24; + req_access_txt = "153" }, -/obj/item/clothing/head/beret/centcom/officer/navy{ - name = "beret" +/obj/machinery/light/spot, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/obj/item/clothing/head/beret/centcom/officer/navy{ - name = "beret" +/area/syndicate_mothership/cargo) +"mkV" = ( +/obj/machinery/door/airlock/syndicate/security{ + name = "тюрьма"; + req_access_txt = "153" }, -/obj/item/clothing/head/beret/durathread{ - name = "beret" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/obj/item/clothing/head/beret/durathread{ - name = "beret" +/area/syndicate_mothership/jail) +"mle" = ( +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/structure/table/wood{ + color = "#996633" }, -/obj/item/clothing/head/beret/eng{ - name = "beret" +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" }, -/obj/item/clothing/head/beret/eng{ - name = "beret" +/area/syndicate_mothership/elite_squad) +"mli" = ( +/obj/structure/window/reinforced, +/obj/item/flag/nt, +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/item/clothing/head/beret/fluff/elo{ - name = "beret" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/clothing/head/beret/fluff/elo{ - name = "beret" +/area/centcom/evac) +"mlk" = ( +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" }, -/obj/item/clothing/head/beret/fluff/sigholt{ - name = "beret" +/turf/simulated/floor/grass, +/area/centcom/evac) +"mls" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/obj/item/clothing/head/beret/fluff/sigholt{ - name = "beret" +/area/syndicate_mothership/elite_squad) +"mmj" = ( +/obj/structure/table/wood, +/obj/item/holo/esword, +/obj/item/holo/esword/green, +/obj/item/holo/esword/red, +/obj/item/melee/energy/sword/pirate, +/obj/item/melee/energy/sword/saber, +/obj/item/melee/energy/sword/saber/blue, +/obj/item/melee/energy/sword/saber/green, +/obj/item/melee/energy/sword/saber/purple, +/obj/item/melee/energy/sword/saber/red, +/turf/unsimulated/floor{ + icon_state = "hierophant1" }, -/obj/item/clothing/head/fluff/sparkyninja_beret{ - name = "beret" +/area/admin) +"mmp" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/spellblade, +/turf/unsimulated/floor/wood, +/area/admin) +"mmx" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/doublebarrel/improvised/cane, +/turf/unsimulated/floor/wood, +/area/admin) +"mmH" = ( +/obj/effect/decal/stripes/gold/deadlock, +/obj/item/flag/nt, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"mmO" = ( +/turf/unsimulated/wall{ + icon_state = "iron14"; + tag = "icon-iron14" }, -/obj/item/clothing/head/fluff/sparkyninja_beret{ - name = "beret" - }, -/obj/item/clothing/head/beret/fluff/sigholt{ - icon_state = "officerberet"; - name = "beret" - }, -/obj/item/clothing/head/beret/fluff/sigholt{ - icon_state = "officerberet"; - name = "beret" - }, -/obj/item/clothing/head/fedora, -/obj/item/clothing/head/fedora, -/obj/item/clothing/head/fedora{ - icon_state = "wfedora" - }, -/obj/item/clothing/head/fedora{ - icon_state = "wfedora" - }, -/obj/item/clothing/head/beret/purple{ - name = "beret" - }, -/obj/item/clothing/head/beret/purple{ - name = "beret" - }, -/obj/item/clothing/head/beret/fluff/sigholt{ - icon_state = "beret_hos_black"; - name = "beret" +/area/space) +"mnl" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/enforcer/security, +/turf/unsimulated/floor/wood, +/area/admin) +"mnL" = ( +/obj/effect/decal/stripes/black/line/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" }, -/obj/item/clothing/head/beret/fluff/sigholt{ - icon_state = "beret_hos_black"; - name = "beret" +/area/centcom/specops) +"mnP" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "darkfull"; + tag = "icon-dark" }, -/area/centcom/bridge) -"pfs" = ( -/obj/structure/rack/holorack, -/obj/item/clothing/gloves/color/white{ - desc = null +/area/syndicate_mothership) +"mnX" = ( +/obj/machinery/door/window/brigdoor{ + req_access_txt = "101" }, -/obj/item/clothing/gloves/color/white{ - desc = null +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mof" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" }, -/obj/item/clothing/gloves/color/white{ - desc = null; - icon_state = "s-ninjas"; - name = "black gloves" +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" }, -/obj/item/clothing/gloves/color/white{ - desc = null; - icon_state = "s-ninjas"; - name = "black gloves" +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" }, -/obj/item/clothing/gloves/combat, -/obj/item/clothing/gloves/combat, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" }, -/area/centcom/bridge) -"pfv" = ( -/obj/structure/piano, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/outside) +"moC" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo8" }, -/area/ussp_ship) -"pfB" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/structure/chair/stool, +/obj/effect/decal/stripes/black{ + icon_state = "bs_line_E" }, -/area/centcom/bridge) -"pgj" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/shaker, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"moS" = ( +/obj/structure/chair/sofa/right, /turf/unsimulated/floor{ - icon_state = "freezerfloor" + dir = 4; + icon_state = "elevatorshaft" }, -/area/ninja/holding) -"pgx" = ( -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +/area/syndicate_mothership/elite_squad) +"moU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "navybluealtstrip" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/specops) +"moV" = ( +/obj/machinery/computer/shuttle/syndicate/recall, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" }, -/area/centcom/jail) -"pgB" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 4; - tag = "icon-fakewindows (EAST)" +/area/syndicate_mothership) +"moZ" = ( +/mob/living/simple_animal/pet/dog/fox/Syndifox, +/obj/machinery/light/small{ + dir = 1 }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/dogbed, +/turf/simulated/floor/wood, /area/syndicate_mothership) -"pgJ" = ( -/obj/machinery/shuttle_manipulator, -/turf/unsimulated/floor{ +"mpj" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/bridge) -"phr" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/paper_bin/nanotrasen{ - amount = 50; - pixel_x = 3; - pixel_y = 12 - }, -/obj/item/pen/multi/gold, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/centcom/bridge) -"phs" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/soda, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/ussp_ship) -"phv" = ( -/obj/machinery/newscaster/security_unit{ +/area/centcom/jail) +"mpk" = ( +/obj/structure/lattice, +/obj/machinery/porta_turret/syndicate{ pixel_x = 32 }, -/turf/unsimulated/floor{ +/turf/space, +/area/shuttle/syndicate) +"mpo" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/bridge) -"phS" = ( -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - name = "Weapons"; - req_access = null +/area/centcom/specops) +"mpt" = ( +/obj/machinery/door/airlock/syndicate/command{ + name = "Bridge"; + req_access_txt = "153" }, -/obj/item/gun/projectile/revolver/mateba, -/obj/item/gun/projectile/revolver/mateba, -/obj/item/gun/projectile/revolver/mateba, -/obj/item/gun/projectile/revolver/mateba, -/obj/item/gun/projectile/revolver/mateba, -/obj/item/gun/projectile/revolver/mateba, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/machinery/light/small{ - brightness_range = 10; +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"mpL" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/plasteel{ dir = 1; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 + icon_state = "dark" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" +/area/syndicate_mothership/outside) +"mpQ" = ( +/obj/effect/landmark/abductor/scientist{ + team = 2 }, -/area/ussp_ship) -"piw" = ( -/obj/machinery/door/airlock/centcom{ - req_access_txt = "152" +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"mpW" = ( +/obj/structure/bed, +/obj/item/bedsheet/rd, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"mqd" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "106" }, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +/turf/simulated/floor/wood, +/area/centcom/court) +"mqz" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + color = "red"; + id = "SSTprivateroom" }, -/area/vox_station) -"piH" = ( -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 1; + id = "SSTprivateroom" }, -/area/centcom/srtops) -"piN" = ( -/obj/structure/table/wood, -/obj/item/clothing/under/color/black{ - icon_state = "assistant_formal" +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 4; + id = "SSTprivateroom" }, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 4; + icon_state = "elevatorshaft" }, -/area/admin) -"pje" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/unsimulated/floor{ +/area/syndicate_mothership/elite_squad) +"mqA" = ( +/obj/machinery/door_control{ + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "Aspid_right_storage"; + name = "Aspid pod storage #1"; + pixel_y = -24; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/zone2) -"pjo" = ( -/obj/machinery/light/spot{ - dir = 4; - tag = "icon-tube1 (EAST)" +/area/syndicate_mothership/cargo) +"mqK" = ( +/obj/effect/decal/warning_stripes/red/hollow{ + pixel_x = 16; + pixel_y = 8 }, -/obj/structure/chair/sofa{ - dir = 10 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/area/centcom/jail) +"mrm" = ( +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f3" }, -/area/syndicate_mothership) -"pjz" = ( -/obj/structure/flora/rock, +/area/shuttle/syndicate) +"mrA" = ( /obj/structure/window/reinforced{ - dir = 1 + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" }, -/area/centcom/zone2) -"pjY" = ( -/obj/structure/table/wood, -/obj/item/implanter/adrenalin{ - pixel_x = 12; - pixel_y = -12 +/area/space) +"mrX" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" }, -/obj/item/implanter/emp{ - pixel_x = 9; - pixel_y = -9 +/area/holodeck/source_knightarena) +"mrY" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate Strike Team" }, -/obj/item/implanter/explosive{ - pixel_x = 6; - pixel_y = -6 +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"msl" = ( +/obj/structure/table/holotable, +/obj/item/clothing/suit/armor/riot/knight/red, +/obj/item/clothing/head/helmet/riot/knight/red, +/obj/item/holo/claymore/red, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" }, -/obj/item/implanter/explosive_macro{ - pixel_x = 3; - pixel_y = -3 +/area/holodeck/source_knightarena) +"msp" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" }, -/obj/item/implanter/freedom, -/obj/item/implanter/krav_maga{ - pixel_x = -9; - pixel_y = 9 +/area/syndicate_mothership/elite_squad) +"msA" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" }, -/obj/item/implanter/mindshield{ - pixel_x = -6; - pixel_y = 6 +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/item/implanter/storage{ - pixel_x = -3; - pixel_y = 3 +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 30 +/area/centcom/zone2) +"mth" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/syndicate_mothership/infteam) +"mtI" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" }, -/area/admin) -"pkt" = ( -/obj/item/storage/box/monkeycubes, -/obj/item/storage/box/monkeycubes, -/obj/item/storage/box/monkeycubes/farwacubes, -/obj/item/storage/box/monkeycubes/farwacubes, -/obj/item/storage/box/monkeycubes/neaeracubes, -/obj/item/storage/box/monkeycubes/neaeracubes, -/obj/item/storage/box/monkeycubes/stokcubes, -/obj/item/storage/box/monkeycubes/stokcubes, -/obj/item/storage/box/monkeycubes/wolpincubes, -/obj/item/storage/box/monkeycubes/wolpincubes, -/obj/structure/table/reinforced, -/obj/item/radio/intercom/specops{ - pixel_y = 25 +/area/holodeck/source_knightarena) +"mud" = ( +/obj/structure/bookcase, +/obj/item/book/manual/supermatter_engine, +/obj/machinery/light/small{ + dir = 4 }, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/wood, +/area/centcom/jail) +"muX" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно не спит на посту!"; + dir = 4; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Биба"; + obj_integrity = 9999 }, -/area/centcom/specops) -"pkN" = ( -/obj/structure/table, -/obj/item/card/id/centcom{ - pixel_x = -3; - pixel_y = -3 +/obj/machinery/light/small{ + dir = 8 }, -/obj/item/card/id, -/obj/item/card/id/admin{ - pixel_x = 3; - pixel_y = 3 +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/obj/machinery/door/window/southleft{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 8; - name = "security checkpoint" +/area/syndicate_mothership/infteam) +"mvd" = ( +/obj/structure/table/wood, +/obj/item/storage/firstaid/tactical{ + pixel_x = 3; + pixel_y = 1 }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1 +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); +/area/syndicate_mothership/infteam) +"mvo" = ( +/obj/machinery/sleeper/syndie{ dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/admin) -"pkT" = ( -/obj/item/gun/energy/taser, -/obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/shuttle/syndicate) +"mvt" = ( +/obj/structure/chair{ + dir = 8 }, -/area/admin) -"pkV" = ( -/obj/structure/flora/ausbushes/fernybush, -/obj/structure/flora/ausbushes/pointybush, -/obj/structure/window/reinforced{ - dir = 1 +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/infteam) +"mvu" = ( +/obj/effect/decal/stripes/gold/dot/south, +/obj/effect/decal/stripes/gold/dot, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"mvM" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "Automatic Shotgun"; + req_access = null; + req_access_txt = "114" }, -/obj/structure/window/reinforced{ - dir = 4 +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" }, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" }, -/area/centcom/zone2) -"plJ" = ( -/obj/machinery/door/airlock/centcom{ - name = "Bridge 1-1"; - opacity = 1; - req_access_txt = "113" +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" }, -/area/centcom/bridge) -"pml" = ( -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "green" +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" }, -/area/holodeck/source_boxingcourt) -"pmM" = ( -/obj/structure/chair/comfy/red{ - dir = 8 +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" }, -/obj/effect/landmark{ - name = "aroomwarp"; - tag = "" +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" }, -/area/centcom/bridge) -"por" = ( -/obj/structure/table/reinforced, -/obj/machinery/kitchen_machine/microwave/upgraded, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "stage_bleft" +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" }, -/area/syndicate_mothership) -"pot" = ( -/obj/machinery/light{ - dir = 4 +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" }, -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" }, -/area/syndicate_mothership) -"poE" = ( -/obj/structure/rack/holorack, -/obj/item/clothing/under/acj, -/obj/item/clothing/under/assistantformal, -/obj/item/clothing/under/captain_fly{ - name = "rogue uniform" +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" }, -/obj/item/clothing/under/captainparade{ - name = "parade uniform" +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" }, -/obj/item/clothing/under/captainparade{ - name = "parade uniform" +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" }, -/obj/item/clothing/under/captain_fly{ - name = "rogue uniform" +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" }, -/obj/item/clothing/under/assistantformal, -/obj/item/clothing/under/acj, -/obj/item/clothing/under/fluff/benjaminfallout, -/obj/item/clothing/under/fluff/benjaminfallout, -/obj/item/clothing/under/fluff/elishirt, -/obj/item/clothing/under/fluff/elishirt, -/obj/item/clothing/under/fluff/jay_turtleneck, -/obj/item/clothing/under/fluff/jay_turtleneck, -/obj/item/clothing/under/lawyer/black, -/obj/item/clothing/under/lawyer/black, -/obj/item/clothing/under/lawyer/blue, -/obj/item/clothing/under/lawyer/blue, -/obj/item/clothing/under/lawyer/bluesuit, -/obj/item/clothing/under/lawyer/bluesuit, -/obj/item/clothing/under/lawyer/female, -/obj/item/clothing/under/lawyer/female, -/obj/item/clothing/under/lawyer/oldman, -/obj/item/clothing/under/lawyer/oldman, -/obj/item/clothing/under/lawyer/red, -/obj/item/clothing/under/lawyer/red, -/obj/item/clothing/under/mafia{ - name = "black outfit" +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" }, -/obj/item/clothing/under/mafia{ - name = "black outfit" +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" }, -/obj/item/clothing/under/mafia/white{ - name = "white outfit" +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" }, -/obj/item/clothing/under/mafia/white{ - name = "white outfit" +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" }, -/obj/item/clothing/under/misc/durathread, -/obj/item/clothing/under/misc/durathread, -/obj/item/clothing/under/retro/engineering, -/obj/item/clothing/under/retro/engineering, -/obj/item/clothing/under/retro/medical, -/obj/item/clothing/under/retro/medical, -/obj/item/clothing/under/retro/science, -/obj/item/clothing/under/retro/science, -/obj/item/clothing/under/retro/security, -/obj/item/clothing/under/retro/security, -/obj/item/clothing/under/color/black{ - icon_state = "hosblueclothes"; - name = "jumpsuit" - }, -/obj/item/clothing/under/color/black{ - icon_state = "hosblueclothes"; - name = "jumpsuit" - }, -/obj/item/clothing/under/color/black{ - icon_state = "hosdnavyclothes"; - name = "jumpsuit" +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" }, -/obj/item/clothing/under/color/black{ - icon_state = "hosdnavyclothes"; - name = "jumpsuit" +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" }, -/obj/item/clothing/under/color/black{ - icon_state = "hostanclothes"; - name = "jumpsuit" +/area/centcom/specops) +"mvQ" = ( +/obj/structure/window/reinforced, +/obj/structure/bed, +/obj/item/bedsheet/cmo, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"mwE" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/tentacle, +/turf/unsimulated/floor/wood, +/area/admin) +"mwO" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/obj/item/clothing/under/color/black{ - icon_state = "hostanclothes"; - name = "jumpsuit" +/area/syndicate_mothership/cargo) +"mwP" = ( +/obj/item/storage/toolbox/syndicate{ + desc = "A powerful relic many men worked long and hard to keep safe and away from the forces of evil."; + force = 1e+008; + name = "toolbox of robustness" }, -/obj/item/clothing/under/color/black{ - icon_state = "officerblueclothes"; - name = "jumpsuit" +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"mwS" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP3-Int"; + locked = 1; + name = "Zone 2" }, -/obj/item/clothing/under/color/black{ - icon_state = "officerblueclothes"; - name = "jumpsuit" +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/clothing/under/color/black{ - icon_state = "officerdnavyclothes"; - name = "jumpsuit" +/area/centcom/specops) +"mxj" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredaltstrip" }, -/obj/item/clothing/under/color/black{ - icon_state = "officerdnavyclothes"; - name = "jumpsuit" +/area/centcom/jail) +"mxA" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/obj/item/clothing/under/color/black{ - icon_state = "officertanclothes"; - name = "jumpsuit" +/area/syndicate_mothership/elite_squad) +"mxS" = ( +/obj/structure/window/reinforced, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/clothing/under/color/black{ - icon_state = "officertanclothes"; - name = "jumpsuit" +/area/centcom/jail) +"myg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/obj/item/clothing/under/color/black{ - icon_state = "wardenblueclothes"; - name = "jumpsuit" +/area/centcom/jail) +"myp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/clothing/under/color/black{ - icon_state = "wardenblueclothes"; - name = "jumpsuit" +/area/centcom/jail) +"myt" = ( +/obj/effect/decal/stripes/gold/line/south, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 }, -/obj/item/clothing/under/color/black{ - icon_state = "wardendnavyclothes"; - name = "jumpsuit" +/obj/machinery/light/small, +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/obj/item/clothing/under/color/black{ - icon_state = "wardendnavyclothes"; - name = "jumpsuit" +/area/syndicate_mothership/infteam) +"myG" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/clothing/under/color/black{ - icon_state = "wardentanclothes"; - name = "jumpsuit" +/area/centcom/zone2) +"myH" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + name = "Master R&D Server Controller" }, -/obj/item/clothing/under/color/black{ - icon_state = "wardentanclothes"; - name = "jumpsuit" +/turf/unsimulated/floor/wood, +/area/admin) +"myL" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"mze" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/status_display{ + pixel_x = 32 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/bridge) -"poJ" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "ERT_armory_lvl3"; - layer = 5; - locked = 1; - name = "Armory level 3" +/area/centcom/specops) +"mzk" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed"; + req_access_txt = "114" }, /turf/unsimulated/floor{ dir = 8; - icon_state = "darkred" + icon_state = "wood" + }, +/area/admin) +"mzs" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluealtstrip" }, /area/centcom/specops) -"ppb" = ( +"mzF" = ( +/obj/effect/landmark/abductor/agent{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"mzI" = ( /turf/simulated/floor/holofloor{ dir = 4; - icon_state = "red" - }, -/area/holodeck/source_knightarena) -"ppo" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "wood" + icon_state = "carpet14-10"; + tag = "icon-carpet14-10 (EAST)" }, -/area/centcom/zone1) -"pqC" = ( +/area/holodeck/source_theatre) +"mzQ" = ( /obj/structure/table/wood, -/obj/item/clothing/under/color/black{ - icon_state = "internalaffairs" - }, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 4; + icon_state = "elevatorshaft" }, -/area/admin) -"prr" = ( -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 +/area/syndicate_mothership/infteam) +"mAc" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); +/area/centcom/evac) +"mAw" = ( +/obj/structure/chair/sofa{ dir = 8 }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1; - layer = 2.8 - }, -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 2.9; - name = "ML IC"; - req_access = null; - req_access_txt = "114" - }, -/obj/item/gun/energy/immolator/multi, -/obj/item/gun/energy/immolator/multi, -/obj/item/gun/energy/immolator/multi, -/obj/item/gun/energy/immolator/multi, -/obj/item/gun/energy/immolator/multi, -/obj/item/gun/energy/immolator/multi, -/obj/item/gun/energy/immolator/multi, -/obj/item/gun/energy/immolator/multi, -/obj/item/gun/energy/immolator/multi, -/obj/item/gun/energy/immolator/multi, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/structure/sign/poster/secret/yug0{ + pixel_x = 32 }, -/area/centcom/specops) -"psf" = ( -/obj/item/mecha_parts/mecha_equipment/cable_layer, -/obj/item/mecha_parts/mecha_equipment/drill/diamonddrill, -/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, -/obj/item/mecha_parts/mecha_equipment/rcd, -/obj/item/mecha_parts/mecha_equipment/extinguisher, -/obj/structure/closet/crate, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"mAx" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod3_away"; + name = "recovery ship bay 3"; + turf_type = /turf/simulated/floor; + width = 3 }, -/area/admin) -"pst" = ( -/obj/structure/dresser, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/turf/simulated/floor/plating/airless, +/area/space) +"mAO" = ( +/obj/structure/rack/holorack, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" }, -/area/event_zone) -"psG" = ( -/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, -/obj/machinery/light{ - dir = 8 +/area/syndicate_mothership/control) +"mAR" = ( +/obj/effect/landmark{ + name = "Holocarp Spawn" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" }, -/area/syndicate_mothership) -"ptj" = ( +/area/holodeck/source_wildlife) +"mBe" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/dress/dress_saloon, +/obj/item/clothing/head/hairflower, /turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "wood"; - tag = "icon-wood (EAST)" + icon_state = "cult"; + tag = "icon-cult" }, /area/holodeck/source_theatre) -"puq" = ( -/obj/item/flag/syndi, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +"mBg" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, /area/syndicate_mothership) -"puu" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_s5" +"mCa" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/obj/machinery/light{ + dir = 8 }, -/area/shuttle/gamma/space) -"puv" = ( -/obj/machinery/status_display{ - pixel_x = 32 - }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/bridge) -"pvh" = ( -/obj/structure/table/wood/fancy/black, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, /area/centcom/zone2) -"pvQ" = ( -/obj/structure/sink{ - pixel_y = 32 - }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +"mCb" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 8; + pixel_x = 4; + tag = "icon-shower (EAST)" }, -/area/syndicate_mothership) -"pwa" = ( -/obj/docking_port/mobile/emergency/backup{ - dwidth = 9; - roundstart_move = null +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/obj/docking_port/stationary{ - dir = 4; - dwidth = 3; - height = 8; - id = "backup_away"; - name = "Backup Shuttle Dock"; - width = 8 +/area/centcom/specops) +"mCv" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/obj/machinery/door/airlock/shuttle, -/turf/unsimulated/floor{ - icon_state = "floor4" +/area/syndicate_mothership/elite_squad) +"mCG" = ( +/obj/machinery/computer/card/centcom, +/turf/unsimulated/floor/wood, +/area/admin) +"mCM" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo5" }, -/area/shuttle/escape) -"pwg" = ( -/obj/structure/flora/ausbushes/fernybush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, -/area/centcom/zone2) -"pwt" = ( -/obj/structure/rack/holorack, -/obj/item/clothing/under/dress/dress_saloon, -/obj/item/clothing/head/hairflower, -/turf/simulated/floor/holofloor{ - icon_state = "cult"; - tag = "icon-cult" +/obj/structure/chair/comfy/purp{ + dir = 8 }, -/area/holodeck/source_theatre) -"pwI" = ( -/obj/machinery/optable, -/obj/machinery/defibrillator_mount/loaded{ - pixel_y = -30 +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"mCQ" = ( +/obj/structure/urinal{ + pixel_y = 32 }, -/turf/unsimulated/floor{ - icon_state = "darkblue" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, /area/centcom/specops) -"pwO" = ( -/turf/unsimulated/wall{ - icon_state = "iron8" - }, -/area/syndicate_mothership) -"pwW" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/genericbush, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" - }, -/area/centcom/zone2) -"pxe" = ( -/obj/structure/flora/ausbushes/genericbush, -/obj/structure/flora/ausbushes/palebush, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" - }, -/area/centcom/zone2) -"pxF" = ( -/obj/structure/table/reinforced, -/obj/machinery/chem_dispenser/soda/upgraded, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "stage_bleft" +"mDk" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/alien, +/turf/unsimulated/floor/wood, +/area/admin) +"mDq" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" }, -/area/syndicate_mothership) -"pxG" = ( -/turf/unsimulated/floor{ - dir = 6; - icon_state = "darkgreen" +/obj/machinery/light/small{ + dir = 1 }, -/area/centcom/specops) -"pyu" = ( -/obj/structure/flora/ausbushes/pointybush, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/obj/machinery/door_control{ + id = "CC_toilet_unit1"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 }, -/area/centcom/zone2) -"pyS" = ( -/obj/structure/table, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "white" }, -/area/centcom/zone1) -"pyW" = ( -/obj/structure/table, -/obj/item/card/id/silver{ - pixel_x = -3; - pixel_y = -3 +/area/centcom/evac) +"mDs" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/item/card/id/captains_spare, -/obj/item/card/id/lifetime{ - pixel_x = 3; - pixel_y = 3 +/mob/living/simple_animal/pig, +/turf/simulated/floor/grass, +/area/centcom/evac) +"mDE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 }, -/obj/machinery/door/window/southleft{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 8; - name = "security checkpoint" +/turf/simulated/floor/plasteel{ + icon_state = "barber" }, +/area/centcom/zone1) +"mDU" = ( /obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + dir = 8 }, /obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 4 + layer = 2.9 }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/admin) -"pzt" = ( -/obj/structure/flora/rock, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/window/reinforced{ - dir = 4 +/area/centcom/jail) +"mDW" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" }, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/area/holodeck/source_emptycourt) +"mDX" = ( +/obj/machinery/flasher_button{ + id = "gulagshuttleflasher"; + name = "Flash Control"; + pixel_y = -26; + req_access_txt = "1" }, -/area/centcom/zone2) -"pAk" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/stamp/centcom{ - pixel_x = -6; - pixel_y = -3 +/turf/simulated/shuttle/floor{ + icon_state = "floor4" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/shuttle/siberia) +"mEn" = ( +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_inner_right"; + locked = 1; + name = "Ship External Access"; + req_access_txt = "150" }, -/area/centcom/bridge) -"pAl" = ( +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"mEq" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"mEu" = ( /turf/simulated/floor/holofloor{ - dir = 4; + dir = 5; icon_state = "red" }, /area/holodeck/source_emptycourt) -"pAJ" = ( -/obj/machinery/camera{ - c_tag = "CentComm Jail"; - network = list("CentComm") +"mEE" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/holodeck/source_knightarena) +"mES" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"mFe" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + req_access_txt = "102" }, -/area/centcom/jail) -"pAT" = ( -/obj/effect/decal/warning_stripes/north, -/turf/unsimulated/floor{ - name = "plating" +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/centcom/specops) -"pAX" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_s5" +/area/centcom/zone1) +"mFt" = ( +/obj/effect/landmark/abductor/scientist{ + team = 3 }, -/area/shuttle/escape) -"pBn" = ( -/turf/unsimulated/wall{ - icon_state = "iron14"; - layer = 10 +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"mFD" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_Armory_IK60" }, -/area/syndicate_mothership) -"pBo" = ( -/obj/structure/table/wood, -/obj/item/paicard/syndicate, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"mFG" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, /area/syndicate_mothership) -"pBx" = ( -/obj/machinery/vending/security, -/turf/unsimulated/floor{ - icon_state = "dark" +"mFU" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"mGx" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/specops) -"pBW" = ( -/obj/structure/rack/holorack, -/obj/item/clothing/accessory/black{ - desc = null; - name = "Black tie" +/area/centcom/supply) +"mGy" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" }, -/obj/item/clothing/accessory/blue{ - desc = null; - name = "Blue tie" +/obj/machinery/door_control{ + id = "QMLoaddoor2"; + layer = 3; + name = "Loading Doors"; + pixel_x = 24; + pixel_y = 8 }, -/obj/item/clothing/glasses/hud/security/sunglasses/aviators, -/obj/item/clothing/glasses/hud/security/sunglasses/aviators, -/obj/item/clothing/accessory/blue{ - desc = null; - name = "Blue tie" +/obj/machinery/door_control{ + id = "QMLoaddoor"; + layer = 3; + name = "Loading Doors"; + pixel_x = 24; + pixel_y = -8 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"mGA" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + color = "#9999ff"; + icon_state = "x_white"; + name = "Syndicate-Spawn" }, -/obj/item/clothing/accessory/black{ - desc = null; - name = "Black tie" +/obj/structure/sign/poster/contraband/random{ + pixel_x = -30 }, -/obj/item/clothing/accessory/holster{ - desc = null; - name = "Shoulder holster" +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"mHE" = ( +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 1 }, -/obj/item/clothing/accessory/holster{ - desc = null; - name = "Shoulder holster" +/obj/effect/turf_decal/stripes/asteroid/corner, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" }, -/obj/item/storage/backpack/satchel, -/obj/item/storage/backpack/satchel, -/obj/item/storage/backpack/satcheldeluxe, -/obj/item/storage/backpack/satcheldeluxe, -/obj/item/storage/belt/fannypack/black, -/obj/item/storage/belt/fannypack/black, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/evac) +"mHR" = ( +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" }, -/area/centcom/bridge) -"pCb" = ( -/obj/structure/table, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/obj/item/assembly/infra, -/obj/item/assembly/infra, -/obj/item/assembly/infra, -/obj/item/assembly/infra, -/obj/item/assembly/infra, -/obj/item/assembly/prox_sensor, -/obj/item/assembly/prox_sensor, -/obj/item/assembly/prox_sensor, -/obj/item/assembly/prox_sensor, -/obj/item/assembly/prox_sensor, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/shuttle/syndicate) +"mIC" = ( +/obj/item/clothing/suit/straight_jacket, +/turf/simulated/floor/plating, +/area/centcom/specops) +"mIR" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/admin) -"pCl" = ( -/obj/structure/chair/sofa/right, -/obj/machinery/light{ - dir = 1 +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"mIW" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/syndicate_mothership) -"pCM" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/grown/citrus/lemon, -/obj/item/reagent_containers/food/snacks/grown/berries, -/obj/item/reagent_containers/food/snacks/grown/banana, -/obj/item/reagent_containers/food/snacks/grown/cherries, -/obj/item/reagent_containers/food/snacks/grown/citrus/orange, -/obj/item/reagent_containers/food/snacks/grown/corn, -/obj/item/reagent_containers/food/snacks/grown/mushroom/amanita, +/area/centcom/specops) +"mJe" = ( +/obj/structure/table/wood, +/obj/item/twohanded/chainsaw, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "hierophant1" }, /area/admin) -"pDg" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/automatic/pistol/APS, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +"mJH" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"mKi" = ( +/obj/machinery/light/spot{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" }, +/area/shuttle/escape) +"mKs" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/spikethrower, +/turf/unsimulated/floor/wood, /area/admin) -"pDj" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/item/flag/nt, -/obj/machinery/light, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +"mKt" = ( +/obj/effect/decal/stripes/gold/corner, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"mKB" = ( +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/reagent_containers/food/drinks/bottle/cream, +/obj/item/reagent_containers/food/snacks/mint, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, -/area/centcom/evac) -"pDL" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Central Command"; - departmentType = 2; - name = "CC Requests Console"; - pixel_y = -30 +/area/centcom/zone1) +"mLt" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"mMj" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" }, -/obj/machinery/photocopier, +/area/holodeck/source_knightarena) +"mMs" = ( +/obj/effect/decal/stripes/gold/line/west, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"mMK" = ( +/obj/machinery/door/window/brigdoor{ + req_access_txt = "101" + }, +/obj/effect/decal/stripes/black/line, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mMU" = ( +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets, /turf/unsimulated/floor{ icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/centcom/bridge) -"pDS" = ( -/obj/structure/window/reinforced{ - dir = 1 +/area/syndicate_mothership/jail) +"mNz" = ( +/obj/item/flag/syndi, +/obj/structure/curtain/black{ + pixel_x = -32 }, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/window/reinforced{ - dir = 8 +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = 32 }, -/obj/structure/window/reinforced{ - dir = 4 +/obj/structure/curtain/black{ + pixel_y = 32 }, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"mNB" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = -2; + pixel_y = 3 }, -/area/centcom) -"pEo" = ( -/obj/docking_port/stationary/transit{ - dir = 4; - dwidth = 11; - height = 13; - id = "emergency_transit"; - name = "emergency in transit"; - width = 24 +/obj/item/multitool{ + pixel_x = 11; + pixel_y = 5 }, -/turf/space/transit, -/area/space) -"pFs" = ( -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"mNY" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid8"; + tag = "icon-asteroid8 (EAST)" }, +/area/holodeck/source_desert) +"mOe" = ( +/obj/machinery/vending/syndisnack, +/turf/simulated/floor/wood, /area/syndicate_mothership) -"pFW" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/automatic/pistol/m1911, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +"mOt" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" }, +/turf/unsimulated/floor/wood, /area/admin) -"pGR" = ( -/obj/machinery/door/airlock/hatch/syndicate/command{ - name = "Officer Room" +"mOA" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 2 }, -/obj/machinery/door/poddoor/impassable{ - id_tag = "commandroom"; - layer = 2.8 +/turf/unsimulated/floor/wood, +/area/admin) +"mOB" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" }, -/turf/unsimulated/floor{ +/obj/effect/turf_decal{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "grass_edge_medium_corner" }, -/area/syndicate_mothership) -"pHf" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkblue" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"mOZ" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + name = "Master R&D Server Controller" }, -/area/centcom/zone2) -"pHh" = ( -/obj/structure/sign/poster/official/random{ - pixel_x = 32 +/obj/machinery/status_display{ + pixel_y = 30 }, -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "white" +/turf/simulated/floor/wood, +/area/centcom/specops) +"mPi" = ( +/obj/effect/decal/warning_stripes/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"mPm" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/evac) +"mPI" = ( +/obj/structure/rack, +/obj/item/storage/backpack/duffel/syndie/c4{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/backpack/duffel/syndie/c4, +/obj/item/storage/backpack/duffel/syndie/c4{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"mPM" = ( +/obj/machinery/door/airlock{ + id_tag = "CC_dorm_room1"; + name = "Room 1" }, +/turf/simulated/floor/wood, /area/centcom/zone1) -"pHj" = ( +"mQg" = ( +/obj/effect/turf_decal/stripes/red/full, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mQp" = ( /obj/structure/grille, -/obj/structure/window/reinforced{ - color = "red"; - dir = 4 +/obj/structure/window/full/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/siberia) +"mQr" = ( +/obj/machinery/smartfridge/dish{ + opacity = 1 }, /obj/structure/window/reinforced{ - color = "red"; dir = 8 }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 2; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"mQz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "darkfull"; + tag = "icon-dark" }, /area/syndicate_mothership) -"pHT" = ( -/obj/structure/table/reinforced/brass, -/obj/item/clothing/under/vox, -/obj/item/clothing/under/vox, -/obj/item/clothing/under/vox, -/obj/item/clothing/under/vox, -/obj/item/clothing/under/vox, -/obj/item/clothing/under/vox, -/obj/item/clothing/under/vox, -/obj/item/clothing/under/vox, -/obj/item/clothing/under/vox, -/obj/item/clothing/under/vox, -/obj/item/clothing/shoes/magboots/vox, -/obj/item/clothing/shoes/magboots/vox, -/obj/item/clothing/shoes/magboots/vox, -/obj/item/clothing/shoes/magboots/vox, -/obj/item/clothing/shoes/magboots/vox, -/obj/item/clothing/shoes/magboots/vox, -/obj/item/clothing/shoes/magboots/vox, -/obj/item/clothing/shoes/magboots/vox, -/obj/item/clothing/shoes/magboots/vox, -/obj/item/clothing/shoes/magboots/vox, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +"mQJ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 }, -/area/vox_station) -"pIm" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/item/storage/secure/safe{ - pixel_x = 32 +/obj/effect/decal/stripes/gold/line/south, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mRc" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"mRy" = ( +/obj/effect/landmark{ + name = "Atmospheric Test Start" }, -/obj/structure/mirror{ - pixel_y = -30 +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Burn-Mix Floor"; + nitrogen = 0; + oxygen = 2500; + temperature = 370; + toxins = 5000 + }, +/area/holodeck/source_burntest) +"mRz" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-6"; + tag = "icon-plant-6" }, /turf/unsimulated/floor{ - icon_state = "carpet" + dir = 8; + icon_state = "bcarpet06" }, /area/centcom/zone1) -"pII" = ( -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - name = "Weapons"; - req_access = null +"mRB" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"mRR" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/cardboard, +/obj/machinery/light{ + dir = 1 }, -/obj/item/gun/projectile/automatic/pistol/APS, -/obj/item/gun/projectile/automatic/pistol/APS, -/obj/item/gun/projectile/automatic/pistol/APS, -/obj/item/gun/projectile/automatic/pistol/APS, -/obj/item/gun/projectile/automatic/pistol/APS, -/obj/item/gun/projectile/automatic/pistol/APS, -/obj/machinery/light/small{ - brightness_range = 10; - dir = 8; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mRT" = ( +/obj/effect/landmark/abductor/agent{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"mRX" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 4"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plating, +/area/centcom/zone2) +"mSB" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/hardsuit/syndi, +/obj/item/clothing/suit/space/hardsuit/syndi/elite{ + pixel_x = -6; + pixel_y = 6 }, -/obj/item/ammo_box/magazine/pistolm9mm, -/obj/item/ammo_box/magazine/pistolm9mm, -/obj/item/ammo_box/magazine/pistolm9mm, -/obj/item/ammo_box/magazine/pistolm9mm, -/obj/item/ammo_box/magazine/pistolm9mm, -/obj/item/ammo_box/magazine/pistolm9mm, -/obj/item/ammo_box/magazine/pistolm9mm, -/obj/item/ammo_box/magazine/pistolm9mm, -/obj/item/ammo_box/magazine/pistolm9mm, -/obj/item/ammo_box/magazine/pistolm9mm, -/obj/item/ammo_box/magazine/pistolm9mm, -/obj/item/ammo_box/magazine/pistolm9mm, -/obj/item/ammo_box/magazine/pistolm9mm, -/obj/item/ammo_box/magazine/pistolm9mm, -/obj/item/ammo_box/magazine/pistolm9mm, -/obj/item/ammo_box/magazine/pistolm9mm, -/obj/item/ammo_box/magazine/pistolm9mm, -/obj/item/ammo_box/magazine/pistolm9mm, /turf/unsimulated/floor{ dir = 8; - icon_state = "vault" + icon_state = "wood" }, -/area/ussp_ship) -"pIX" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 1; - tag = "icon-fakewindows (EAST)" +/area/admin) +"mSF" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" }, -/area/centcom) -"pJA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 +/area/syndicate_mothership/cargo) +"mSG" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/area/centcom/specops) -"pKk" = ( -/obj/machinery/door/airlock/hatch/syndicate{ - damage_deflection = 75; - id_tag = "syndicate_jail"; - locked = 1; - name = "Syndicate Jail" +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/area/syndicate_mothership) -"pKw" = ( -/turf/simulated/floor/holofloor{ - dir = 5; - icon_state = "red" +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/area/holodeck/source_basketball) -"pKK" = ( -/turf/unsimulated/floor{ - dir = 6; - icon_state = "darkblue" +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/area/centcom/bridge) -"pKX" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/area/trader_station/sol) -"pLi" = ( -/obj/machinery/camera{ - c_tag = "Thunderdome Red Team"; - network = list("Thunderdome"); - pixel_x = 11; - pixel_y = -9 +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/obj/effect/landmark{ - name = "tdome2" +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/turf/unsimulated/floor{ - name = "plating" +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/area/tdome/tdome2) -"pLq" = ( -/obj/structure/table/wood/fancy/black, -/obj/machinery/newscaster/security_unit{ - pixel_y = 5 +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/area/centcom/bridge) -"pLz" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/storage/briefcase, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/area/centcom/zone2) -"pLD" = ( -/turf/space, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault"; - name = "Operative position" +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/area/centcom/specops) -"pLE" = ( -/obj/machinery/computer/rdservercontrol{ - badmin = 1; - name = "Master R&D Server Controller" +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/area/centcom/bridge) -"pLV" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/machinery/camera{ - c_tag = "CentComm Zone 2 Office 5"; - dir = 4; - network = list("CentComm") +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/area/centcom/zone2) -"pLZ" = ( -/obj/structure/rack/holorack, -/obj/item/clothing/shoes/cowboy/white{ - name = "white boots" +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 }, -/obj/item/clothing/shoes/cowboy/white{ - name = "white boots" +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 }, -/obj/item/clothing/shoes/fluff/noble_boot, -/obj/item/clothing/shoes/fluff/noble_boot, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/shoes/jackboots/jacksandals, -/obj/item/clothing/shoes/jackboots/jacksandals, -/obj/item/clothing/shoes/laceup, -/obj/item/clothing/shoes/laceup, -/obj/item/clothing/shoes/leather, -/obj/item/clothing/shoes/leather, -/obj/item/clothing/shoes/white, -/obj/item/clothing/shoes/white, -/obj/item/clothing/shoes/white{ - icon_state = "secshoes"; - name = "shoes" +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 }, -/obj/item/clothing/shoes/white{ - icon_state = "secshoes"; - name = "shoes" +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 }, -/obj/item/clothing/shoes/centcom{ - desc = null; - name = "Dress shoes" +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 }, -/obj/item/clothing/shoes/centcom{ - desc = null; - name = "Dress shoes" +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 }, -/area/centcom/bridge) -"pMa" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 }, -/area/centcom/court) -"pMb" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/palebush, -/obj/structure/flora/bush, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 }, -/area/centcom/specops) -"pMo" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 }, -/area/centcom/court) -"pMu" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2"; - tag = "" +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 }, -/obj/machinery/light/small{ - brightness_range = 10; - dir = 8; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/centcom/specops) +"mST" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 }, -/area/ussp_ship) -"pMV" = ( -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/storage/fancy/donut_box, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, /area/centcom/zone1) -"pNM" = ( -/obj/structure/filingcabinet/security, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/centcom/court) -"pOd" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/clothing/accessory/medal/gold, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/syndicate_mothership) -"pOM" = ( -/obj/machinery/computer/secure_data, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/centcom/court) -"pOT" = ( -/turf/unsimulated/floor{ +"mTc" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ dir = 4; - icon_state = "darkbrown" - }, -/area/centcom/ferry) -"pPX" = ( -/obj/structure/bookcase/manuals, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 - }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 - }, -/obj/item/book/manual/security_space_law/black{ - pixel_x = -4 - }, -/obj/item/book/manual/security_space_law/black{ - pixel_x = -4 - }, -/obj/item/book/manual/security_space_law/black{ - pixel_x = -4 + icon_state = "carpet15-15"; + tag = "icon-carpet15-15 (EAST)" }, -/obj/item/book/manual/security_space_law/black{ - pixel_x = -4 +/area/holodeck/source_theatre) +"mTf" = ( +/obj/machinery/disco{ + anchored = 1 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/turf_decal/box/white/corners, +/obj/effect/turf_decal/box/white/corners{ + dir = 4 }, -/area/centcom/court) -"pQL" = ( -/obj/structure/sign/poster/official/enlist{ - pixel_y = 32 +/obj/effect/turf_decal/box/white/corners{ + dir = 1 }, -/obj/structure/weightmachine/stacklifter, -/obj/structure/window/reinforced{ +/obj/effect/turf_decal/box/white/corners{ dir = 8 }, +/turf/simulated/floor/mineral/abductor, +/area/centcom/zone1) +"mTg" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/structure/curtain/black{ + pixel_x = 32 + }, /turf/unsimulated/floor{ - icon_state = "carpet" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/specops) -"pRk" = ( -/obj/machinery/door/poddoor/shutters{ - active_power_usage = 1; - density = 0; - dir = 2; - icon_state = "open"; - id_tag = "CC_zone2_checkpoint_lockdown"; - locked = 1; - name = "Privacy Shutters"; - opacity = 0 +/area/syndicate_mothership/infteam) +"mTh" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Restroom" }, -/obj/structure/window/full/reinforced{ - layer = 2 +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, +/area/syndicate_mothership/elite_squad) +"mTp" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb, +/obj/machinery/syndicatebomb/training, /turf/unsimulated/floor{ - name = "plating" + dir = 8; + icon_state = "wood" }, -/area/centcom/zone2) -"pRX" = ( -/obj/structure/table, -/obj/item/dice/d20, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/admin) +"mTs" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/area/ninja/holding) -"pRZ" = ( -/obj/machinery/light{ - dir = 8 +/area/syndicate_mothership) +"mTv" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluealtstrip" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/centcom/specops) +"mUb" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/syndicate_mothership) -"pSy" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" }, -/area/syndicate_mothership) -"pSB" = ( -/obj/machinery/computer/robotics, -/turf/unsimulated/floor{ +/area/syndicate_mothership/outside) +"mUc" = ( +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/bridge) -"pSQ" = ( -/obj/machinery/computer/med_data, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +"mUi" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/area/centcom/court) -"pTF" = ( -/obj/machinery/photocopier, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/wood, +/area/centcom/specops) +"mUu" = ( +/obj/structure/mirror{ + pixel_x = -30 }, -/area/centcom/court) -"pTT" = ( -/turf/unsimulated/wall/fakeglass, -/area/centcom/evac) -"pUb" = ( -/turf/unsimulated/wall{ - icon_state = "iron5" +/obj/structure/sink{ + dir = 8; + pixel_x = -12 }, -/area/syndicate_mothership) -"pUB" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/folder/blue, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/area/centcom/zone2) -"pVm" = ( -/obj/machinery/computer/card/centcom, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 +/area/syndicate_mothership) +"mUx" = ( +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f2" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/shuttle/syndicate) +"mUH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" }, -/area/centcom/bridge) -"pVo" = ( -/obj/effect/landmark/abductor/scientist, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"pVy" = ( -/obj/machinery/computer/teleporter, +/area/centcom/specops) +"mUV" = ( /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "darkfull" }, -/area/centcom/zone2) -"pVF" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/laser/instakill, -/obj/item/gun/energy/laser/instakill/blue, -/obj/item/gun/energy/laser/instakill/red, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/trader_station/sol) +"mVe" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_away"; + name = "Shuttle Hatch"; + req_access_txt = "109" }, -/area/admin) -"pWD" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbrownfull" +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"pXf" = ( -/obj/structure/rack/holorack, -/obj/item/organ/internal/cyberimp/brain/anti_drop, -/obj/item/organ/internal/cyberimp/brain/anti_drop, -/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, -/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, -/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, -/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, -/obj/item/organ/internal/cyberimp/chest/nutriment/plus, -/obj/item/organ/internal/cyberimp/chest/nutriment/plus, -/obj/item/organ/internal/cyberimp/chest/reviver/hardened, -/obj/item/organ/internal/cyberimp/chest/reviver/hardened, -/obj/item/organ/internal/cyberimp/eyes/hud/medical, -/obj/item/organ/internal/cyberimp/eyes/hud/medical, -/obj/item/organ/internal/cyberimp/eyes/thermals, -/obj/item/organ/internal/cyberimp/eyes/thermals, -/obj/item/organ/internal/cyberimp/mouth/breathing_tube, -/obj/item/organ/internal/cyberimp/mouth/breathing_tube, -/obj/item/implanter/mindshield, -/obj/item/implanter/mindshield, -/obj/item/organ/internal/cyberimp/arm/combat/centcom, -/obj/item/organ/internal/cyberimp/arm/combat/centcom, -/obj/item/organ/internal/cyberimp/arm/surgery, -/obj/item/organ/internal/cyberimp/arm/toolset, -/obj/item/organ/internal/cyberimp/arm/janitorial, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +"mVh" = ( +/obj/structure/table, +/obj/item/storage/box/zipties, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/restraints/handcuffs/cable, +/obj/item/restraints/handcuffs/cable, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" }, -/area/centcom/bridge) -"pXI" = ( -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkblue" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/centcom/zone2) -"pXS" = ( -/obj/docking_port/stationary/transit{ - dir = 2; - dwidth = 8; - height = 15; - id = "admin_transit"; - name = "admin in transit"; - width = 18 +/area/shuttle/syndicate) +"mVq" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" }, -/turf/space/transit/horizontal, +/area/holodeck/source_emptycourt) +"mVC" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/centcom/evac) +"mVX" = ( +/turf/space, /area/space) -"pYe" = ( -/obj/item/clothing/suit/space/syndicate/orange{ - desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; - name = "Cosmonaut Security Suit" +"mWR" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" }, -/obj/item/clothing/head/helmet/space/syndicate/orange, -/obj/structure/closet{ - icon_closed = "cabinet_closed"; - icon_opened = "cabinet_open"; - icon_state = "cabinet_closed" +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" }, -/obj/item/clothing/suit/space/syndicate/orange{ - desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; - name = "Cosmonaut Security Suit" +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" }, -/obj/item/clothing/suit/space/syndicate/orange{ - desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; - name = "Cosmonaut Security Suit" +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" }, -/obj/item/clothing/head/helmet/space/syndicate/orange, -/obj/item/clothing/head/helmet/space/syndicate/orange, -/obj/machinery/light/small{ - brightness_range = 10; - dir = 1; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" }, -/area/ussp_ship) -"pYu" = ( -/turf/simulated/floor/holofloor{ - icon_state = "asteroid6"; - tag = "icon-asteroid6" +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/belt/fannypack/black, +/obj/item/storage/belt/fannypack/black, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 }, -/area/holodeck/source_desert) -"pYy" = ( -/obj/structure/table/wood, -/obj/item/pen/fancy, -/obj/item/folder/red{ - pixel_x = 7 +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/centcom/supply) +"mXf" = ( +/obj/machinery/bsa/full/admin/east, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plating, +/area/space) +"mXv" = ( +/obj/structure/rack/holorack, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 }, -/area/centcom/bridge) -"pYD" = ( -/obj/structure/table/abductor{ - name = "table" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/gun/energy/laser/instakill/blue, -/turf/unsimulated/floor{ - icon_state = "darkfull" +/area/centcom/supply) +"mXC" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null }, -/area/chrono_ship) -"pZv" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/shotgun/automatic/combat, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, -/area/admin) -"pZz" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/turf/simulated/floor/holofloor/grass, -/area/holodeck/source_picnicarea) -"pZL" = ( -/obj/structure/table/wood, -/obj/item/paper/form/NT_COM_05, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/structure/curtain/black{ + pixel_y = -32 }, -/area/centcom/bridge) -"pZQ" = ( -/obj/structure/table/wood, -/obj/machinery/kitchen_machine/microwave, /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + dir = 4; + icon_state = "elevatorshaft" }, -/area/syndicate_mothership) -"pZZ" = ( -/obj/structure/bookcase, -/obj/item/book/manual, -/obj/item/book/manual, -/obj/item/book/manual, -/obj/item/book/manual, -/obj/item/book/manual, -/obj/item/book/manual, -/obj/item/book/manual, -/obj/item/book/manual, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/infteam) +"mXR" = ( +/obj/structure/table, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"mYk" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" }, -/area/wizard_station) -"qah" = ( -/obj/structure/chair{ - dir = 4 +/area/space) +"mYu" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/syndicate_mothership/control) +"mYz" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" }, -/area/centcom/zone1) -"qaB" = ( -/obj/structure/sign/double/map/left{ - pixel_y = 32 +/turf/simulated/floor/wood, +/area/centcom/specops) +"mYF" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/item/pen/multi/fountain, +/obj/machinery/light{ + dir = 8 }, -/area/syndicate_mothership) -"qaK" = ( -/obj/structure/table, -/obj/item/storage/backpack/medic, -/obj/item/storage/backpack/medic, -/obj/item/storage/backpack/science, -/obj/item/storage/backpack/science, -/obj/item/storage/backpack/satchel, -/obj/item/storage/backpack/satchel, -/obj/item/storage/backpack/industrial, -/obj/item/storage/backpack/industrial, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/effect/decal/stripes/black/line/west, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mYH" = ( +/obj/structure/chair/sofa{ + dir = 4 }, -/area/syndicate_mothership) -"qaL" = ( -/obj/structure/chair/comfy/red{ - color = "#FFFFFF"; +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"mYM" = ( +/obj/structure/chair/sofa/right{ dir = 4 }, -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mZo" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plating, +/area/space) +"mZC" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 }, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +/obj/structure/window/reinforced{ + dir = 4 }, -/area/centcom/jail) -"qbO" = ( -/obj/structure/closet/l3closet/security, -/obj/item/clothing/mask/gas, -/obj/item/tank/emergency_oxygen/double/full, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/watertank/janitor{ - max_integrity = 1500; - volume = 1500 +/obj/effect/decal/stripes/black/corner, +/turf/simulated/floor/carpet, +/area/centcom/court) +"mZE" = ( +/obj/docking_port/stationary/transit{ + dheight = 9; + dwidth = 5; + height = 22; + id = "syndicate_transit"; + name = "syndicate in transit"; + width = 18 }, -/turf/space, -/turf/unsimulated/floor{ - icon_state = "darkpurple" +/turf/space/transit{ + icon_state = "speedspace_ns_1" }, -/area/centcom/specops) -"qcb" = ( -/obj/machinery/camera{ - c_tag = "CentComm Special Ops. Armory 2"; - dir = 1; - network = list("CentComm") +/area/space) +"nae" = ( +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"naw" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/centcom/jail) +"naI" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 }, -/turf/unsimulated/floor{ +/obj/structure/rack/holorack, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/specops) -"qcm" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/area/centcom/supply) +"naM" = ( +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 }, +/turf/simulated/floor/plating, /area/centcom/specops) -"qcp" = ( -/obj/structure/table/wood, -/obj/item/book/manual/sop_security, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/bridge) -"qcr" = ( -/obj/structure/lattice, -/turf/unsimulated/wall/fakeglass{ - dir = 5; - tag = "icon-fakewindows (NORTHEAST)" +"naO" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light/small{ + dir = 4 }, -/area/centcom) -"qcy" = ( -/obj/structure/lattice, -/obj/structure/lattice, -/turf/space, -/turf/unsimulated/wall, -/area/centcom/evac) -"qcM" = ( -/obj/machinery/poolcontroller/invisible{ - pixel_x = 30 +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"naR" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo19" }, -/turf/unsimulated/beach/water, -/area/ninja/holding) -"qds" = ( -/obj/structure/sign/poster/official/random{ +/obj/effect/decal/stripes/black/corner/south, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"naV" = ( +/obj/structure/extinguisher_cabinet{ pixel_x = 32 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/centcom/zone1) -"qdx" = ( -/obj/structure/chair/comfy/beige{ +/area/shuttle/syndicate) +"naY" = ( +/obj/effect/decal/stripes/black/corner/south, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"nbp" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo16" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"nbC" = ( +/obj/structure/chair/sofa/left{ dir = 1 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/area/centcom/bridge) -"qdy" = ( -/obj/structure/chair/stool/holostool, +/area/syndicate_mothership/elite_squad) +"nbV" = ( +/obj/structure/closet/syndicate/sst, +/obj/item/ammo_box/magazine/mm556x45/bleeding, +/obj/item/ammo_box/magazine/mm556x45, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"nbY" = ( +/obj/structure/flora/ausbushes/fullgrass, /turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet13-5"; - tag = "icon-carpet13-5 (EAST)" + icon_state = "asteroid"; + tag = "icon-asteroid" }, -/area/holodeck/source_theatre) -"qdC" = ( -/obj/structure/table/wood, -/obj/item/paper/hydroponics, -/turf/unsimulated/floor{ +/area/holodeck/source_desert) +"ncp" = ( +/obj/machinery/vending/snack, +/obj/structure/closet/hydrant{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/zone2) -"qdY" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 +/area/centcom/zone1) +"ncs" = ( +/obj/machinery/mineral/labor_claim_console{ + machinedir = 1; + pixel_x = 30 }, -/turf/unsimulated/wall{ - icon_state = "iron12"; - tag = "icon-iron12" +/turf/simulated/shuttle/floor, +/area/shuttle/siberia) +"nct" = ( +/obj/structure/table/glass, +/obj/item/surgicaldrill, +/obj/item/circular_saw, +/obj/item/radio/intercom/syndicate{ + pixel_x = -32 }, -/area/space) -"qeA" = ( -/obj/structure/table/wood, -/obj/item/pen/fancy, -/obj/item/folder/white, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"ncA" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom SOO"; + opacity = 1; + req_access_txt = "114" + }, +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "CentCom SOO" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door_control{ + id = "ERT_director_office_shutters"; + pixel_x = 32; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/zone2) -"qeJ" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/chair/sofa/right{ - dir = 1 +/area/centcom/specops) +"ncB" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +/area/syndicate_mothership/infteam) +"ncL" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet7-3"; + tag = "icon-carpet7-3 (EAST)" }, -/area/centcom/evac) -"qeT" = ( +/area/holodeck/source_theatre) +"ncZ" = ( /turf/simulated/floor/holofloor{ - dir = 1; + dir = 4; icon_state = "red" }, -/area/holodeck/source_basketball) -"qfe" = ( -/obj/structure/table/reinforced/brass, -/obj/item/clothing/under/vox/vox_robes, -/obj/item/clothing/under/vox/vox_robes, -/obj/item/clothing/under/vox/vox_robes, -/obj/item/clothing/under/vox/vox_robes, -/obj/item/clothing/under/vox/vox_robes, -/obj/item/clothing/under/vox/vox_robes, -/obj/item/clothing/under/vox/vox_robes, -/obj/item/clothing/under/vox/vox_robes, -/obj/item/clothing/under/vox/vox_robes, -/obj/item/clothing/under/vox/vox_robes, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +/area/holodeck/source_emptycourt) +"ndg" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall11"; + tag = "icon-swall11" }, -/area/vox_station) -"qfy" = ( -/obj/machinery/status_display{ - pixel_y = -30 +/area/shuttle/supply) +"neo" = ( +/obj/structure/chair/sofa/right{ + dir = 4 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"neq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/area/centcom/bridge) -"qfK" = ( -/obj/structure/window/reinforced, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = -5 +/area/syndicate_mothership) +"neu" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid2"; + tag = "icon-asteroid2 (EAST)" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/holodeck/source_desert) +"neG" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_hor{ + id_tag = "Aspid_right_storage" }, -/area/centcom/court) -"qfU" = ( -/obj/structure/table/holotable, -/obj/item/clothing/gloves/boxing/hologlove{ - icon_state = "boxinggreen"; - item_state = "boxinggreen" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/turf/simulated/floor/holofloor{ - dir = 10; - icon_state = "green" +/area/syndicate_mothership/cargo) +"neK" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/holodeck/source_boxingcourt) -"qgT" = ( -/obj/machinery/abductor/pad{ - team = 4 +/area/centcom/specops) +"neN" = ( +/obj/structure/table/glass, +/obj/effect/decal/stripes/black/line, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"neS" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"qgY" = ( -/obj/structure/window/reinforced, -/obj/structure/table/wood, -/obj/item/reagent_containers/glass/beaker/waterbottle, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = -5 +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"neW" = ( +/obj/effect/decal/stripes/gold/corner/west, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"nfd" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood_siding2"; + tag = "icon-wood_siding2 (EAST)" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/holodeck/source_picnicarea) +"nfi" = ( +/obj/item/flag/syndi, +/obj/structure/curtain/black{ + pixel_x = -32 }, -/area/centcom/court) -"qgZ" = ( -/obj/structure/chair/office/dark{ - dir = 8 +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = -32 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/structure/curtain/black{ + pixel_y = -32 }, -/area/syndicate_mothership) -"qhj" = ( -/obj/machinery/door/window/brigdoor{ - dir = 2; - req_access_txt = "114" +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"nfp" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" }, -/area/centcom/court) -"qhl" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/area/syndicate_mothership) -"qiF" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/teargas{ - pixel_x = 4; - pixel_y = 4 +/area/shuttle/administration) +"nfw" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 }, -/obj/item/storage/box/teargas{ - pixel_x = -2; - pixel_y = -2 +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/storage/box/teargas{ - pixel_x = 4; - pixel_y = 4 +/area/centcom/supply) +"nfE" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" }, -/obj/item/storage/box/teargas{ - pixel_x = 4; - pixel_y = 4 +/area/holodeck/source_desert) +"nfF" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/obj/item/storage/box/teargas{ - pixel_x = -2; - pixel_y = -2 +/turf/simulated/floor/grass, +/area/centcom/evac) +"nfK" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecornersalt" }, -/obj/item/storage/box/teargas{ - pixel_x = -2; - pixel_y = -2 +/area/syndicate_mothership/elite_squad) +"nfR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 33; - pixel_y = -7 +/obj/structure/sink{ + dir = 8; + pixel_x = -12 }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkgreenfull" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"qjz" = ( -/obj/item/stock_parts/cell/infinite{ - desc = "Интересная батарейка золотого цвета, главный вопрос который вас терзает - а что она делает в космосе? \n Жаль что контакты окислились."; - name = "Батарейка в космосе?" +"nge" = ( +/obj/machinery/door/airlock/syndicate/security{ + id = "SSTprivateroom"; + id_tag = "SSTprivateroom"; + name = "SST Private Room"; + req_access_txt = "150" }, -/turf/space, -/area/space) -"qjR" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 9; - tag = "icon-fakewindows (WEST)" +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom) -"qka" = ( -/obj/structure/table/wood, -/obj/item/book/manual/security_space_law/black{ - pixel_x = -4 +/area/syndicate_mothership/elite_squad) +"ngf" = ( +/obj/effect/turf_decal/plaque{ + layer = 3 }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/turf/simulated/floor/grass, +/area/centcom/evac) +"ngk" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" }, -/area/centcom/court) -"qkb" = ( -/obj/docking_port/stationary{ - area_type = /area/syndicate_mothership; - dwidth = 11; - height = 18; - id = "emergency_syndicate"; - name = "404 Not Found"; - turf_type = /turf/unsimulated/floor/snow; - width = 29 +/area/space) +"ngo" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry_transit"; + name = "ferry in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 }, -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"qkt" = ( -/obj/structure/table, -/obj/item/rcd, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/storage/pill_bottle/random_drug_bottle, -/turf/unsimulated/floor{ - icon_state = "dark"; - tag = "icon-dark" +/turf/space/transit/east/shuttlespace_ew1, +/area/space) +"ngv" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 }, -/area/admin) -"qkE" = ( -/obj/machinery/computer/shuttle/syndicate/drop_pod, -/turf/simulated/shuttle/wall{ - icon_state = "wall3" +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"ngL" = ( +/obj/structure/closet/crate/can, +/obj/effect/decal/stripes/black/deadlock, +/turf/simulated/floor/wood, +/area/centcom/zone3) +"nhl" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/sst, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" }, -/area/shuttle/assault_pod) -"qlj" = ( -/obj/structure/table/wood/poker, -/turf/space, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/shuttle/syndicate_elite) +"nhC" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreycornerred" }, -/area/centcom/evac) -"qlG" = ( -/obj/structure/chair/comfy/brown{ +/area/syndicate_mothership/infteam) +"nhI" = ( +/obj/machinery/door/window{ + dir = 1; + panel_open = 1; + req_access_txt = "152" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"nhY" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid11"; + tag = "icon-asteroid11 (EAST)" + }, +/area/holodeck/source_desert) +"nig" = ( +/obj/structure/window/reinforced{ dir = 1 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/obj/effect/decal/stripes/black/deadlock/east, +/obj/structure/coatrack, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"nin" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/elite_squad) +"niI" = ( +/obj/machinery/gameboard, +/obj/effect/decal/stripes/gold/line/east, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"niK" = ( +/turf/unsimulated/wall{ + icon_state = "rrust10" + }, +/area/vox_station) +"niR" = ( +/obj/structure/table, +/obj/item/bonegel, +/obj/item/bonesetter, +/obj/item/hemostat, +/obj/item/cautery, +/obj/item/surgicaldrill, +/obj/item/circular_saw, +/obj/item/scalpel, +/obj/item/retractor, +/obj/item/FixOVein, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"njh" = ( +/obj/machinery/light, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" }, /area/centcom/specops) -"qlU" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom, -/obj/item/megaphone, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +"njk" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" }, -/area/centcom/court) -"qme" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 10 +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"njt" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_away"; + name = "vox bay 1"; + width = 19 }, -/area/centcom) -"qmQ" = ( -/obj/mecha/combat/durand/old{ - color = "#77895C"; - desc = "Improved Armored Heavy Mech with USSP Symbol"; - name = "TU-802" +/turf/space, +/area/space) +"njy" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "ntsing_alt"; + pixel_x = -16 }, -/obj/machinery/light/small{ - brightness_range = 10; +/turf/simulated/floor/plasteel{ dir = 4; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 + icon_state = "darkgrey" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" +/area/centcom/zone2) +"njJ" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone6" }, -/area/ussp_ship) -"qny" = ( -/turf/simulated/floor/bluegrid, -/area/tdome/arena) -"qow" = ( -/obj/machinery/camera{ - c_tag = "CentComm Ferry Dock"; - dir = 4; - network = list("CentComm") +/area/wizard_station) +"njW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "navybluecorners" }, -/obj/item/twohanded/required/kirbyplants, +/area/centcom/specops) +"njZ" = ( /turf/unsimulated/floor{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"nkz" = ( +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/ferry) -"qoQ" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/soda/upgraded, -/turf/unsimulated/floor{ +/area/centcom/specops) +"nkF" = ( +/obj/machinery/light/spot{ dir = 8; - icon_state = "woodalt" - }, -/area/centcom/zone3) -"qpw" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/sign/poster/official/random{ - pixel_x = -30 + tag = "icon-tube1 (WEST)" }, -/turf/unsimulated/floor{ +/obj/structure/window/reinforced, +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/zone2) -"qpz" = ( -/obj/machinery/bodyscanner, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/shuttle/syndicate) +"nkK" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone10" }, -/area/centcom/jail) -"qpR" = ( -/obj/machinery/vending/dinnerware, +/area/wizard_station) +"nkV" = ( +/obj/item/twohanded/required/kirbyplants, /turf/unsimulated/floor{ dir = 8; - icon_state = "woodalt" + icon_state = "wood" }, -/area/centcom/zone3) -"qpS" = ( -/obj/machinery/computer/camera_advanced, -/obj/machinery/light, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/admin) +"nlb" = ( +/mob/living/simple_animal/cow, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"nlx" = ( +/obj/machinery/door_control{ + id = "smindicate_right"; + name = "External Door Control"; + pixel_y = 32; + req_access_txt = "150" }, -/area/syndicate_mothership) -"qpU" = ( -/obj/structure/dresser, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/jail) -"qqp" = ( +/area/shuttle/syndicate) +"nly" = ( /obj/structure/table/wood, -/obj/item/kitchen/knife, +/obj/item/twohanded/fireaxe, /turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" + icon_state = "hierophant1" }, -/area/centcom/zone3) -"qqq" = ( -/obj/structure/table/wood, -/obj/machinery/kitchen_machine/microwave/upgraded{ - pixel_x = -5; - pixel_y = 5 +/area/admin) +"nlT" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 }, -/area/centcom/zone3) -"qqs" = ( -/obj/machinery/computer/shuttle/syndicate{ - name = "Nuclear Operatives Shuttle Console" +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 }, -/area/syndicate_mothership) -"qqR" = ( -/obj/structure/table/wood, -/obj/item/kitchen/utensil/fork, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/syndicate_mothership) -"qqU" = ( -/obj/structure/closet/crate/can, +/area/centcom/jail) +"nlY" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/white, /turf/unsimulated/floor{ - icon_state = "wood" + icon_state = "darkfull"; + tag = "icon-dark" }, -/area/centcom/zone1) -"qqY" = ( -/obj/item/flag/species/human, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership) +"nmw" = ( +/turf/simulated/floor/holofloor{ + icon_state = "rampbottom"; + tag = "icon-rampbottom" }, -/area/centcom/srtops) -"qrd" = ( -/obj/machinery/light{ +/area/holodeck/source_theatre) +"nmV" = ( +/turf/simulated/floor/plasteel{ dir = 8; - switchcount = 50 + icon_state = "darkyellowcorners" }, -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "wood" +/area/shuttle/syndicate) +"nnb" = ( +/obj/machinery/cryopod/syndie{ + dir = 2 }, -/area/centcom/evac) -"qrr" = ( -/obj/structure/chair/sofa, -/obj/structure/window/reinforced{ - color = "black"; - dir = 1; - layer = 5 +/obj/structure/curtain/black{ + pixel_y = 32 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"nnm" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ dir = 8; - icon_state = "grimy" + icon_state = "red" }, -/area/centcom/zone1) -"qrv" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/syndicate_mothership) -"qsJ" = ( -/obj/item/radio/intercom/specops{ - pixel_y = 25 - }, -/obj/structure/filingcabinet/security, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/bridge) -"qtF" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 8; - icon_state = "fakewindows2"; - tag = "icon-fakewindows2 (WEST)" +/area/holodeck/source_knightarena) +"nnM" = ( +/obj/machinery/light/small, +/obj/structure/chair/comfy/brown{ + dir = 8 }, -/area/centcom/evac) -"qtI" = ( -/obj/structure/filingcabinet/security, -/obj/machinery/camera{ - c_tag = "CentComm Zone 2 Office 4"; - dir = 4; - network = list("CentComm") +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"nnN" = ( +/obj/machinery/status_display{ + pixel_x = 32 }, -/turf/unsimulated/floor{ +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/zone2) -"qua" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Раздевалка" +/area/centcom/bridge) +"nnR" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" }, +/area/holodeck/source_knightarena) +"nok" = ( +/obj/structure/table/wood, +/obj/item/whetstone, /turf/unsimulated/floor{ - icon_state = "sepia" + icon_state = "hierophant1" }, -/area/ussp_ship) -"quo" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ - maximum_pressure = 50000 +/area/admin) +"noo" = ( +/obj/structure/table/wood/fancy, +/obj/item/toy/cards/deck/syndicate/black, +/turf/simulated/floor/wood, +/area/syndicate_mothership/control) +"noW" = ( +/obj/structure/table, +/obj/item/paicard/syndicate, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"nqQ" = ( +/obj/item/toy/cards/deck/syndicate{ + pixel_x = -6; + pixel_y = 6 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/reagent_containers/food/drinks/bottle/rum{ + pixel_x = 6; + pixel_y = 2 }, -/area/centcom/supply) -"quB" = ( -/obj/structure/chair/comfy/brown{ - color = "#FF3300" +/obj/structure/table/wood/poker, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"nqX" = ( +/obj/machinery/light_switch{ + pixel_x = 30 }, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "wood" }, -/area/centcom/court) -"quI" = ( -/obj/machinery/door_control{ - id = "CC_space_jail_cell"; - name = "Central Command Jail Cell's"; - pixel_y = -30; - req_access_txt = "110" +/area/admin) +"nqY" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "What?" }, /turf/unsimulated/floor{ dir = 8; icon_state = "grimy" }, -/area/centcom/jail) -"qvz" = ( -/obj/machinery/light{ - dir = 4 - }, +/area/admin) +"nrg" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, /turf/unsimulated/floor{ dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/trader_station/sol) -"qvI" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom, -/obj/item/reagent_containers/glass/beaker/waterbottle, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = -5 +/area/wizard_station) +"nrC" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/court) -"qwb" = ( -/obj/structure/table/wood, -/obj/item/storage/box/drinkingglasses, -/obj/item/reagent_containers/food/drinks/bottle/rum, -/obj/item/reagent_containers/food/drinks/bottle/vodka{ - pixel_x = -8; - pixel_y = 4 + icon_state = "hierophant1" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/area/wizard_station) +"nsd" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/area/syndicate_mothership) -"qwe" = ( -/turf/unsimulated/floor{ - icon_state = "stage_stairs" +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 }, -/area/centcom/court) -"qwM" = ( -/obj/structure/chair/stool/holostool, -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet5-0"; - tag = "icon-carpet5-0 (EAST)" +/turf/simulated/floor/wood, +/area/centcom/specops) +"nsg" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1 }, -/area/holodeck/source_meetinghall) -"qwX" = ( -/obj/vehicle/snowmobile/key, -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"qxr" = ( -/obj/structure/sign/poster/official/enlist{ - pixel_y = 32 +/area/wizard_station) +"nsi" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8 }, -/obj/machinery/door/poddoor/shutters{ - armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); - density = 0; - icon_state = "open"; - id_tag = "ERT_turret_shutters"; - locked = 1; - name = "ERT Lockdown"; - opacity = 0 +/obj/machinery/light/small{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"nsl" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo15" }, -/area/centcom/specops) -"qxD" = ( -/obj/item/gun/energy/spikethrower, -/obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/structure/chair/stool, +/obj/effect/decal/stripes/black{ + icon_state = "bs_line_E" }, -/area/admin) -"qxF" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"nsA" = ( +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" }, +/area/shuttle/vox) +"nsL" = ( +/obj/structure/chair/stool/bar, +/obj/effect/decal/stripes/black/corner/west, +/turf/simulated/floor/carpet, /area/centcom/zone1) -"qxV" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 +"nsM" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navybluealtstrip" }, -/obj/structure/table/wood, -/obj/item/stamp/magistrate{ - pixel_x = -5; - pixel_y = -5 +/area/centcom/specops) +"nte" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" }, -/obj/item/stamp/centcom{ - pixel_x = -5; - pixel_y = 5 +/area/centcom/zone2) +"ntx" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid3"; + tag = "icon-asteroid3 (EAST)" }, -/obj/item/folder/yellow{ - pixel_x = 7; - pixel_y = 7 +/area/holodeck/source_desert) +"ntK" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" }, -/obj/item/folder/red{ - pixel_x = 7 +/area/centcom/evac) +"ntW" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredaltstrip" }, -/obj/item/folder/blue{ - pixel_x = 7; - pixel_y = -7 +/area/centcom/jail) +"nub" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"nug" = ( +/obj/machinery/door_control{ + id = "CC_space_jail_cell"; + name = "Central Command Jail Cell's"; + pixel_y = -30; + req_access_txt = "110" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredalt" }, -/area/centcom/court) -"qyL" = ( +/area/centcom/jail) +"nuz" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/zone1) +"nuR" = ( /obj/structure/table/wood, -/obj/item/gun/energy/pulse/pistol, +/obj/item/whetstone/cult, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "hierophant1" }, /area/admin) -"qyT" = ( -/obj/structure/table/holotable/wood, -/obj/effect/decal/cleanable/dirt, +"nuU" = ( +/obj/structure/holowindow, /turf/simulated/floor/holofloor{ - icon_state = "asteroid"; - tag = "icon-asteroid" - }, -/area/holodeck/source_picnicarea) -"qyV" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 + dir = 4; + icon_state = "red" }, +/area/holodeck/source_knightarena) +"nve" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/security_space_law, +/turf/simulated/floor/wood, +/area/centcom/specops) +"nvh" = ( /obj/structure/table/wood, -/obj/item/paper_bin/nanotrasen, -/obj/item/taperecorder, +/obj/item/twohanded/required/chainsaw, /turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "hierophant1" }, -/area/centcom/court) -"qzb" = ( -/obj/structure/bookcase/manuals, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 - }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 - }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 - }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 - }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/area/admin) +"nvm" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/syndicate, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, +/area/centcom/specops) +"nvA" = ( +/obj/structure/table/wood, +/obj/item/grenade/smokebomb, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "wood" }, -/area/centcom/evac) -"qzK" = ( +/area/admin) +"nvU" = ( /obj/structure/table/wood, -/obj/item/clothing/suit/wizrobe/magusblue, -/obj/item/clothing/head/wizard/magus, -/obj/item/twohanded/staff, -/obj/item/clothing/suit/wizrobe/magusred, -/obj/item/clothing/head/wizard/magus, -/obj/item/twohanded/staff, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet06" +/obj/item/healthanalyzer/advanced, +/obj/item/healthanalyzer/advanced{ + pixel_y = 6 }, -/area/wizard_station) -"qzP" = ( -/obj/effect/spawner/window/reinforced, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "dark" }, -/area/centcom/jail) -"qzS" = ( -/obj/structure/chair/comfy/brown{ - color = "#3300FF" +/area/syndicate_mothership/elite_squad) +"nwq" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/court) -"qAW" = ( -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" - }, -/area/vox_station) -"qBc" = ( -/obj/structure/table, -/obj/item/storage/box/syringes, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/timer, -/obj/item/assembly/timer, -/obj/item/assembly/timer, -/obj/item/assembly/timer, -/obj/item/grenade/chem_grenade/large, -/obj/item/grenade/chem_grenade/large, -/obj/item/grenade/chem_grenade/large, -/obj/item/grenade/chem_grenade/large, +"nwZ" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"qBg" = ( -/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 8 + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1 +/area/wizard_station) +"nxD" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/window/full/basic, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"nyo" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 8; + pixel_x = 8 }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbluefull" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/centcom/specops) -"qBu" = ( -/obj/structure/table, -/obj/machinery/kitchen_machine/microwave/upgraded, -/obj/machinery/light/spot{ - dir = 1; - tag = "icon-tube1 (NORTH)" +/area/centcom/jail) +"nyJ" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" }, +/area/shuttle/syndicate) +"nyW" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/toxgun, /turf/unsimulated/floor{ - icon_state = "freezerfloor" + icon_state = "darkgrey" }, -/area/ninja/holding) -"qCD" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ +/area/admin) +"nzn" = ( +/obj/machinery/dna_scannernew/upgraded, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; icon_state = "dark" }, -/area/centcom/ferry) -"qDg" = ( -/turf/unsimulated/floor{ - icon_state = "dark" +/area/shuttle/administration) +"nzq" = ( +/obj/effect/decal/stripes/black/deadlock/east, +/obj/structure/coatrack, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"nzA" = ( +/obj/structure/lattice, +/obj/machinery/porta_turret/syndicate{ + pixel_x = -32 }, -/area/centcom/bridge) -"qDm" = ( -/turf/unsimulated/floor{ - icon_state = "darkbrowncorners" +/turf/space, +/area/shuttle/syndicate) +"nzW" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"nAv" = ( +/obj/machinery/door/airlock/syndicate/security{ + name = "тюрьма"; + req_access_txt = "153" }, -/area/centcom/ferry) -"qDz" = ( -/obj/structure/chair/stool/holostool, -/turf/simulated/floor/holofloor{ +/turf/simulated/floor/plasteel{ dir = 4; - icon_state = "carpet14-0"; - tag = "icon-carpet14-0 (EAST)" + icon_state = "darkredcornersalt" }, -/area/holodeck/source_meetinghall) -"qDR" = ( -/obj/structure/bookcase/manuals, -/obj/item/book/manual/engineering_construction, -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +/area/syndicate_mothership/jail) +"nAN" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/specops) +"nAO" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, -/area/centcom/zone2) -"qDX" = ( /turf/unsimulated/floor{ - dir = 1; - icon_state = "darkgreynavybluecorner" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/specops) -"qEU" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop{ - loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); - lootcount = 20; - name = "Food CC Spawner #2" +/area/syndicate_mothership/elite_squad) +"nAZ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "wood" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/centcom/zone1) -"qFt" = ( -/turf/space/transit/horizontal{ - dir = 4 +/area/syndicate_mothership/cargo) +"nBl" = ( +/obj/structure/table/abductor, +/obj/structure/marker_beacon{ + layer = 2.9 }, -/area/space) -"qFH" = ( -/obj/item/flag/syndi, -/obj/structure/sign/poster/contraband/syndicate_recruitment{ - pixel_y = 30 +/obj/item/toy/plushie/coffee_fox{ + desc = "Что делает такая прекрасная лиса в таком ужасном месте? Возможно она кого то символизирует, но скорее всего это лишь ваши фантазии. \n Вы замечаете небольшую заметку на бирке игрушки, однако все что удается вам разглядеть это Sl-end-er."; + name = "Лиса?" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"nBq" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding5"; + tag = "icon-wood_siding5" }, -/area/syndicate_mothership) -"qGK" = ( -/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ - dir = 8 +/area/holodeck/source_picnicarea) +"nBB" = ( +/obj/structure/chair/sofa/left, +/obj/item/toy/plushie/crimson_fox{ + layer = 5; + name = "Алая лиса" }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" + }, +/area/centcom/supply) +"nBX" = ( +/obj/structure/chair/comfy/purp{ dir = 1 }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); +/obj/effect/decal/stripes/black/line, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"nCb" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT2"; + name = "gravpult" + }, +/obj/effect/turf_decal/loading_area/white{ dir = 4 }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbluefull" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, /area/centcom/specops) -"qGO" = ( -/obj/structure/table/wood, -/obj/item/book/manual/security_space_law, -/obj/item/paper_bin/nanotrasen, -/obj/item/pen, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/court) -"qHw" = ( -/obj/machinery/door/airlock/external{ - id_tag = "sst_away"; - req_access_txt = "150" +"nCh" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkredaltstrip" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/syndicate_mothership/jail) +"nCm" = ( +/obj/machinery/smartfridge/dish{ + opacity = 1 }, -/area/syndicate_mothership) -"qHX" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/vodka, -/obj/machinery/light{ - dir = 8 +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/centcom/zone1) +"nCt" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/soymilk, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/syndicate_mothership) -"qIa" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 8; - icon_state = "fakewindows2"; - tag = "icon-fakewindows2 (WEST)" +/area/centcom/zone1) +"nCv" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/area/tdome) -"qIt" = ( -/obj/structure/window/reinforced{ - dir = 4 +/area/shuttle/administration) +"nCx" = ( +/obj/structure/window/reinforced, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/structure/window/reinforced{ - dir = 1 +/area/centcom/bridge) +"nCA" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" }, -/obj/structure/closet/crate/freezer{ - desc = "A crate."; - name = "Medical crate" +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 }, -/obj/item/reagent_containers/iv_bag/blood/AMinus, -/obj/item/reagent_containers/iv_bag/blood/APlus, -/obj/item/reagent_containers/iv_bag/blood/BMinus, -/obj/item/reagent_containers/iv_bag/blood/BPlus, -/obj/item/reagent_containers/iv_bag/blood/OMinus, -/obj/item/reagent_containers/iv_bag/blood/OPlus, -/obj/item/reagent_containers/iv_bag/salglu, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkblue" +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/specops) -"qJw" = ( -/obj/machinery/vending/sovietsoda, +/area/centcom/jail) +"nCC" = ( +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"nDh" = ( /turf/unsimulated/floor{ - dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/ussp_ship) -"qJE" = ( -/obj/machinery/door/airlock/external{ - id_tag = "ferry_away"; - name = "Ferry Airlock"; - req_access_txt = "106" +/area/syndicate_mothership/jail) +"nDo" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/syndicate_mothership) +"nDz" = ( +/obj/structure/safe{ + known_by = list("NNC") + }, +/obj/item/stack/spacecash/c1000000, +/obj/item/stack/spacecash/c1000000, +/obj/item/stack/spacecash/c1000000, +/obj/item/reagent_containers/food/drinks/bottle/goldschlager, +/obj/item/coin/gold, +/obj/item/toy/plushie/corgi, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"nDM" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/area/centcom/ferry) -"qJM" = ( -/obj/structure/table/wood, -/obj/item/toy/nuke, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/item/toy/cards/deck/black, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"nEJ" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 }, -/area/syndicate_mothership) -"qJV" = ( -/obj/machinery/flasher{ - id = "flash"; - name = "Thunderdome Flash" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/simulated/floor/bluegrid, -/area/tdome/arena) -"qKs" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 2; - height = 12; - id = "ferry_away"; - name = "centcom bay 2"; - width = 5 +/area/centcom/jail) +"nEQ" = ( +/obj/structure/rack, +/obj/item/storage/box/disks, +/obj/item/storage/box/syringes{ + pixel_x = 5; + pixel_y = 5 }, -/turf/space, -/area/space) -"qKG" = ( -/obj/structure/table/holotable, -/obj/machinery/readybutton, -/turf/simulated/floor/holofloor{ - dir = 6; - icon_state = "blue" +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/holodeck/source_knightarena) -"qKJ" = ( +/area/centcom/specops) +"nFe" = ( /turf/unsimulated/wall{ - dir = 4; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "window5_end"; - tag = "icon-wall3 (NORTH)" + icon_state = "iron1" }, -/area/space) -"qKY" = ( -/obj/structure/chair/office/dark{ +/area/syndicate_mothership/infteam) +"nFx" = ( +/obj/effect/turf_decal/arrows/white{ dir = 8 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/specops) -"qLy" = ( -/obj/structure/chair/wood, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" - }, -/area/centcom/zone3) -"qLD" = ( -/turf/space, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" - }, -/area/centcom/zone3) -"qLM" = ( -/obj/item/radio/intercom/syndicate{ - pixel_y = -28 +"nFC" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null }, -/obj/machinery/light, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, -/area/syndicate_mothership) -"qMW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, /turf/unsimulated/floor{ - dir = 1; - icon_state = "darkblue" - }, -/area/centcom/specops) -"qNb" = ( -/obj/structure/chair/sofa{ - dir = 5 - }, -/obj/structure/window/reinforced{ - color = "black"; - dir = 8; - layer = 5 - }, -/obj/structure/window/reinforced{ - color = "black"; - layer = 5 + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nGh" = ( +/obj/effect/decal/stripes/gold/corner/east, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"nGs" = ( +/obj/structure/flora/junglebush/c, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"nGT" = ( +/obj/structure/table/holotable/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/holodeck/source_picnicarea) +"nGW" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun, +/turf/unsimulated/floor/wood, +/area/admin) +"nHd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, -/area/centcom/zone1) -"qOI" = ( -/obj/structure/closet/syndicate/sst, -/obj/item/ammo_box/magazine/mm556x45/bleeding, -/obj/item/ammo_box/magazine/mm556x45, +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" + icon_state = "darkfull"; + tag = "icon-dark" }, /area/syndicate_mothership) -"qOL" = ( -/obj/structure/table/wood, -/obj/item/grenade/clusterbuster/syndieminibomb, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"qPc" = ( +"nHg" = ( +/obj/structure/flora/ausbushes/grassybush, /turf/simulated/floor/holofloor{ - icon_state = "green" + icon_state = "wood_siding9"; + tag = "icon-wood_siding9" }, -/area/holodeck/source_emptycourt) -"qPd" = ( -/obj/item/radio/intercom/syndicate{ - pixel_x = -32 +/area/holodeck/source_picnicarea) +"nHh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 }, -/obj/machinery/light/spot{ +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/infteam) +"nHr" = ( +/turf/simulated/floor/plasteel{ dir = 8; - tag = "icon-tube1 (EAST)" + icon_state = "darkyellowalt" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/centcom/zone3) +"nHw" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredalt" }, -/area/syndicate_mothership) -"qPX" = ( -/obj/machinery/computer/mecha, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/zone3) +"nIc" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium" }, -/area/centcom/bridge) -"qQU" = ( -/obj/structure/bookcase/manuals, -/obj/item/book/manual/engineering_construction, -/obj/item/book/manual/engineering_construction, -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"nIj" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ +/area/centcom/evac) +"nIn" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/cardboard, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/zone2) -"qRD" = ( -/obj/machinery/camera{ - c_tag = "Thunderdome Green Team"; - network = list("Thunderdome"); - pixel_x = 12; - pixel_y = -10 - }, -/obj/effect/landmark{ - name = "tdome1" - }, -/turf/unsimulated/floor{ - name = "plating" - }, -/area/tdome/tdome1) -"qRG" = ( +"nIr" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"nIG" = ( +/obj/structure/shuttle/engine/heater, /obj/structure/window/reinforced{ dir = 1; layer = 2.9 }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/court) -"qSe" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/simulated/shuttle/plating, +/area/shuttle/siberia) +"nIL" = ( +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 }, -/area/ussp_ship) -"qSN" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger/wallcharger{ - pixel_x = 33; - pixel_y = -7 +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 }, -/obj/item/gun/energy/gun/blueshield/pdw9{ - pixel_x = 4; - pixel_y = 8 +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 }, -/obj/item/gun/energy/gun/blueshield/pdw9, -/obj/item/gun/energy/gun/blueshield/pdw9{ - pixel_x = 4; - pixel_y = 8 +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 }, -/obj/item/gun/energy/gun/blueshield/pdw9{ - pixel_x = 4; - pixel_y = 8 +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 }, -/obj/item/gun/energy/gun/blueshield/pdw9, -/obj/item/gun/energy/gun/blueshield/pdw9, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbluefull" +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"qTB" = ( -/obj/machinery/light{ - layer = 10 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +"nIP" = ( +/obj/structure/table/wood, +/obj/item/dnainjector/blindmut, +/obj/item/dnainjector/clumsymut, +/obj/item/dnainjector/comic, +/obj/item/dnainjector/coughmut, +/obj/item/dnainjector/deafmut, +/obj/item/dnainjector/epimut, +/obj/item/dnainjector/firemut, +/obj/item/dnainjector/glassesmut, +/obj/item/dnainjector/h2m, +/obj/item/dnainjector/hallucination, +/obj/item/dnainjector/hulkmut, +/obj/item/dnainjector/insulation, +/obj/item/dnainjector/m2h, +/obj/item/dnainjector/midgit, +/obj/item/dnainjector/morph, +/obj/item/dnainjector/nobreath, +/obj/item/dnainjector/noprints, +/obj/item/dnainjector/regenerate, +/obj/item/dnainjector/remoteview, +/obj/item/dnainjector/runfast, +/obj/item/dnainjector/stuttmut, +/obj/item/dnainjector/telemut, +/obj/item/dnainjector/tourmut, +/obj/item/dnainjector/xraymut, +/turf/unsimulated/floor/wood, +/area/admin) +"nIR" = ( +/obj/machinery/cryopod/right, +/obj/machinery/light{ + dir = 8 }, -/area/trader_station/sol) -"qTE" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/syndicate{ - pixel_x = 5 +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" }, -/obj/item/multitool{ - pixel_x = -7; - pixel_y = -1 +/area/centcom/specops) +"nJH" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/machinery/light/small{ + dir = 1 }, -/obj/item/multitool, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"nKy" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/experimental, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + icon_state = "darkgrey" }, -/area/syndicate_mothership) -"qUd" = ( +/area/admin) +"nKA" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, /turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/specops) -"qUk" = ( -/turf/unsimulated/beach/water/deep/dense, +/area/wizard_station) +"nKO" = ( +/obj/machinery/slot_machine, +/turf/simulated/floor/wood, /area/centcom/zone1) -"qUv" = ( -/obj/machinery/light/small{ +"nLW" = ( +/turf/simulated/floor/plasteel{ dir = 4; - tag = "icon-bulb1 (EAST)" + icon_state = "darkgrey" }, -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/specops) +"nMb" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo11" }, -/area/syndicate_mothership) -"qUw" = ( -/obj/structure/chair/comfy/beige{ +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/watermelonslice, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"nMk" = ( +/turf/unsimulated/wall{ + icon_state = "iron7" + }, +/area/syndicate_mothership/jail) +"nMv" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "ntsing_alt2"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ dir = 4; - layer = 5; - pixel_y = -2 + icon_state = "darkgrey" }, +/area/centcom/zone2) +"nMF" = ( +/obj/structure/table/wood, +/obj/item/gun/syringe/blowgun, +/turf/unsimulated/floor/wood, +/area/admin) +"nMT" = ( +/obj/structure/table/wood, +/obj/item/grenade/clusterbuster/syndieminibomb, /turf/unsimulated/floor{ dir = 8; icon_state = "wood" }, -/area/event_zone) -"qUE" = ( +/area/admin) +"nMZ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/turret, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/admin) +"nNb" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"nNi" = ( +/obj/effect/landmark{ + color = "#ff9999"; + icon_state = "x_white"; + name = "Syndicate-Commando"; + tag = "Commando" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"nNo" = ( +/obj/structure/fence/post{ + invulnerable = 1 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"nNr" = ( /obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"nNC" = ( +/obj/effect/decal/stripes/gold/line/south, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"nNJ" = ( +/obj/item/storage/box/zipties, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"nOa" = ( +/obj/machinery/sleeper/syndie, +/turf/simulated/floor/plasteel{ dir = 1; - layer = 2.9 + icon_state = "dark" }, -/obj/structure/window/reinforced{ - dir = 4 +/area/syndicate_mothership/control) +"nOt" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"nPe" = ( /obj/structure/table/reinforced, -/obj/item/reagent_containers/glass/beaker/waterbottle, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = -5 +/obj/item/paper_bin/syndicate, +/obj/item/pen/multi/gold{ + pixel_x = -3; + pixel_y = 5 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"nPr" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/admin{ + name = "NTV Argos shuttle navigation computer" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"nPt" = ( +/turf/simulated/floor/plasteel{ dir = 8; - icon_state = "grimy" + icon_state = "darkyellowcornersalt" }, -/area/centcom/court) -"qVw" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 1; - id_tag = "ERT_armory_lvl1"; - layer = 5; - locked = 1; - name = "Armory level 1"; - opacity = 0 +/area/centcom/zone3) +"nPw" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/curtain/black{ + pixel_y = -32 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"nPA" = ( +/obj/effect/turf_decal{ dir = 4; - icon_state = "darkgreen" + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/centcom/specops) -"qVA" = ( -/turf/unsimulated/floor{ - dir = 9; - icon_state = "darkbrown" +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidwarning"; + name = "plating" }, -/area/centcom/ferry) -"qWt" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 +/area/syndicate_mothership/outside) +"nPJ" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/tactical, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 }, -/obj/machinery/camera{ - c_tag = "CentComm ERT Rest Room"; +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"nPY" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"nQb" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-6"; + tag = "icon-plant-6" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"nQe" = ( +/turf/simulated/floor/holofloor{ dir = 4; - network = list("CentComm") + icon_state = "wood"; + tag = "icon-wood (EAST)" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/area/holodeck/source_theatre) +"nQl" = ( +/obj/structure/window/reinforced{ + layer = 2.9 }, -/area/centcom/specops) -"qWZ" = ( -/obj/structure/chair/sofa/left{ - dir = 4 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/area/centcom/jail) +"nQs" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo7" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"nQM" = ( +/obj/machinery/door/window/brigdoor{ + dir = 1; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/court) +"nQW" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/zone3) -"qXw" = ( -/obj/machinery/abductor/pad{ - team = 2 +"nRo" = ( +/obj/structure/window/reinforced{ + dir = 1 }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"qXN" = ( -/obj/structure/chair/sofa/right{ - dir = 8 +/obj/structure/table, +/obj/item/broken_device, +/obj/item/robot_parts/chest, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"nRs" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = 4; + tag = "icon-shower (EAST)" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, /area/centcom/zone3) -"qXR" = ( -/obj/structure/table/wood, +"nRB" = ( +/obj/structure/table/wood/fancy, /obj/effect/spawner/lootdrop{ loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); name = "Food CC Spawner #1" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/zone3) -"qYi" = ( -/obj/machinery/cryopod/right, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"qYN" = ( -/obj/item/target, -/obj/machinery/light/small{ - brightness_range = 6; - dir = 8; - light_range = 8; - nightshift_light_range = 6; - throw_range = 6 +/obj/effect/decal/stripes/gold/line/west, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"nRE" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood-broken7" +/turf/simulated/floor/wood, +/area/centcom/zone2) +"nRH" = ( +/obj/structure/chair{ + dir = 4 }, -/area/wizard_station) -"qYU" = ( -/obj/structure/chair/stool, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"nRU" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, /turf/unsimulated/floor{ dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/ussp_ship) -"qYY" = ( -/obj/structure/closet/secure_closet/syndicate_officer, +/area/wizard_station) +"nRX" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo2" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"nSj" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, /obj/machinery/light/small{ - dir = 8; - tag = "icon-bulb1 (WEST)" + dir = 8 }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + icon_state = "barber" }, -/area/syndicate_mothership) -"qZe" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 +/area/centcom/jail) +"nSt" = ( +/obj/effect/turf_decal/caution/stand_clear/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; +/area/centcom/zone1) +"nSz" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate{ + pixel_x = -3; pixel_y = 3 }, -/obj/item/storage/box/donkpockets{ +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate{ pixel_x = 3; - pixel_y = 3 + pixel_y = -3 }, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 }, -/area/ninja/holding) -"qZw" = ( -/obj/structure/chair/office/light{ - dir = 4 +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 }, -/area/centcom/zone2) -"qZF" = ( -/obj/machinery/vending/cigarette, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 }, -/area/centcom/zone1) -"qZM" = ( -/obj/structure/window/reinforced{ - dir = 8 +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 }, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 }, -/area/centcom/court) -"qZR" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/automatic/mini_uzi, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 }, -/area/admin) -"raL" = ( -/obj/structure/chair/comfy/beige{ - dir = 1 +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 }, -/obj/machinery/door/window/brigdoor{ - dir = 2; - req_access_txt = "106" +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 }, -/area/centcom/court) -"raO" = ( -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 }, -/area/syndicate_mothership) -"raW" = ( -/obj/item/radio/intercom/specops{ - pixel_y = 30 +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 }, -/area/centcom/specops) -"rbx" = ( -/turf/unsimulated/wall/fakeglass, -/area/centcom) -"rbO" = ( -/obj/machinery/prize_counter, -/turf/unsimulated/floor{ - icon_state = "cafeteria" +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 }, -/area/ninja/holding) -"rbV" = ( -/obj/structure/window/reinforced{ - dir = 4 +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 }, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 }, -/area/centcom/court) -"rcb" = ( -/obj/machinery/vending/medical{ - req_access_txt = "0" +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkblue" +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 }, -/area/centcom/specops) -"rcx" = ( -/obj/item/clothing/under/rainbow, -/obj/item/clothing/glasses/sunglasses, -/turf/simulated/floor/beach/sand, -/area/holodeck/source_beach) -"rcC" = ( -/obj/structure/chair/wood{ - dir = 1 +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 }, -/area/centcom/zone3) -"rcT" = ( -/obj/structure/table/wood, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 }, -/area/centcom/jail) -"rcV" = ( -/turf/unsimulated/floor{ - icon_state = "darkbluecorners" +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 }, -/area/centcom/zone2) -"rdj" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 }, -/obj/structure/chair/sofa{ +/obj/machinery/light/small, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"nSG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ dir = 8 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/area/syndicate_mothership) -"rew" = ( -/obj/machinery/light, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/area/syndicate_mothership/elite_squad) +"nTj" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 }, -/area/centcom/evac) -"reB" = ( -/obj/structure/chair/sofa/right{ +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"nTl" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"nTt" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone0" + }, +/area/wizard_station) +"nTS" = ( +/obj/machinery/chem_master, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ dir = 4 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/turf/simulated/floor/wood, +/area/centcom/evac) +"nUi" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = 32 }, -/area/centcom/zone3) -"rfc" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/filingcabinet/employment, +/turf/simulated/floor/bluegrid, +/area/centcom/bridge) +"nVd" = ( /obj/structure/table/wood/fancy/black, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Central Command" +/obj/item/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 16 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/pen/fancy{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/bridge) -"rfl" = ( -/obj/structure/table/wood, -/obj/machinery/syndicatebomb, -/obj/machinery/syndicatebomb/training, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"rfP" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/window/reinforced{ +"nVl" = ( +/obj/structure/rack, +/obj/item/storage/box/hug, +/obj/machinery/light{ dir = 8 }, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom/zone1) -"rgo" = ( -/turf/simulated/floor/holofloor{ - icon_state = "siding1"; - tag = "icon-siding1" - }, -/area/holodeck/source_theatre) -"rgw" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; - dir = 1; - icon_state = "open"; - id_tag = "CC_space_jail_sec"; - layer = 50; - level = 3; - locked = 1; - name = "Central Command Jail"; - opacity = 0 - }, -/obj/structure/window/full/reinforced{ - layer = 2 - }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/jail) -"rgL" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/unsimulated/floor{ - icon_state = "dark" +"nVI" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s5" }, -/area/centcom/specops) -"rhd" = ( -/turf/unsimulated/floor{ +/area/shuttle/administration) +"nVN" = ( +/obj/structure/sink{ dir = 4; - icon_state = "rampbottom" + pixel_x = 13 }, -/area/ussp_ship) -"rhk" = ( -/obj/machinery/status_display{ - pixel_x = 32 +/obj/structure/mirror{ + pixel_x = 30 }, -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"nWz" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "31" + }, +/obj/docking_port/mobile/supply, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"nWB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/zone1) +"nWU" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + amount = 50; + pixel_x = 3; + pixel_y = 12 }, +/obj/item/pen/multi/gold, +/obj/item/stamp/chameleon, +/turf/simulated/floor/wood, /area/centcom/specops) -"rht" = ( -/obj/mecha/combat/marauder/mauler/loaded, -/obj/effect/decal/warning_stripes/red/hollow, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +"nXK" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/ai_status_display{ + pixel_y = -32 }, -/area/syndicate_mothership) -"rhz" = ( -/obj/structure/table/reinforced, -/obj/item/twohanded/required/kirbyplants{ - pixel_y = 7 +/obj/item/seeds/orange, +/obj/item/seeds/orange, +/obj/item/seeds/orange, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "stage_bleft" +/area/centcom/jail) +"nXP" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" }, -/area/syndicate_mothership) -"riL" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 8; - icon_state = "fakewindows3"; - tag = "icon-fakewindows (WEST)" +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/syndicate_mothership) -"riT" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 6; - tag = "icon-fakewindows (WEST)" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"nXS" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/area/centcom) -"rje" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkbluecorners" +/obj/item/reagent_containers/food/drinks/bottle/wine, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8 }, -/area/centcom/zone2) -"rjm" = ( -/obj/structure/chair/sofa/left{ - dir = 8 +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -5 }, /turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/zone3) -"rjK" = ( -/obj/item/flag/nt, -/obj/machinery/status_display{ - pixel_x = -32 +/area/syndicate_mothership/elite_squad) +"nYn" = ( +/obj/structure/window/reinforced{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/structure/table, +/obj/item/pickaxe, +/obj/item/storage/firstaid/toxin, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"nYA" = ( +/obj/structure/bookcase, +/obj/machinery/light/small{ + dir = 8 }, -/area/centcom/specops) -"rjS" = ( -/obj/effect/decal/warning_stripes/yellow, -/obj/mecha/combat/gygax/ert{ - color = "#66ff99"; - name = "Assault Jaeger" +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"nYK" = ( +/obj/structure/table/wood/poker, +/obj/machinery/door_control{ + id = "eventroom"; + name = "Ready room"; + pixel_x = -6; + pixel_y = 6; + req_access_txt = "150" }, /turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbrownfull" - }, -/area/centcom/specops) -"rkr" = ( -/turf/unsimulated/wall{ - icon_state = "iron12"; - layer = 10 + dir = 8; + icon_state = "grimy" }, -/area/syndicate_mothership) -"rlj" = ( -/obj/structure/chair/office{ - dir = 1 +/area/admin) +"nYR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "darkfull"; + tag = "icon-dark" }, -/area/centcom/zone2) -"rlI" = ( -/obj/structure/table/wood, -/obj/item/book/manual/robotics_cyborgs, -/obj/item/radio/intercom/specops, -/turf/unsimulated/floor{ +/area/syndicate_mothership) +"nZb" = ( +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/zone2) -"rmc" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 5 - }, -/area/centcom) -"rms" = ( -/obj/structure/closet/cabinet{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) +/area/syndicate_mothership/outside) +"nZo" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = 5 }, -/obj/item/storage/box/centcomofficer, -/obj/item/radio/headset/centcom{ - desc = null; - name = "Supreme commander bowman headset" +/obj/item/clothing/head/welding{ + pixel_x = -9; + pixel_y = 10 }, -/obj/item/card/id{ - access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106,107,108,109,110,111,112,113,114); - icon_state = "commander"; - name = "Supreme Commander ID card"; - rank = "Nanotrasen Navy Captain"; - registered_name = null +/obj/machinery/light/small{ + dir = 8 }, -/obj/item/door_remote/centcomm, -/obj/item/clothing/accessory/medal/gold{ - desc = null; - name = "Supreme commander's gold medal" +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"nZq" = ( +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" }, -/obj/item/gun/projectile/revolver/mateba, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/clothing/under/color/black{ - icon_state = "hosdnavyclothes"; - name = "jumpsuit" +/area/shuttle/escape) +"nZr" = ( +/obj/structure/chair/comfy/red, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/obj/item/clothing/glasses/hud/security/sunglasses/aviators, -/obj/item/clothing/head/beret/fluff/sigholt{ - icon_state = "officerberet"; - name = "beret" +/area/centcom/jail) +"nZM" = ( +/obj/effect/decal/stripes/black/corner/west, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"oaa" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" }, -/obj/item/storage/backpack/satchel, -/obj/item/clothing/gloves/color/white{ - desc = null; - name = "Supreme judge gloves" +/area/centcom/zone3) +"oaf" = ( +/obj/item/gun/throw, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"oah" = ( +/obj/structure/shuttle_wall_corner{ + dir = 1; + icon_state = "diagonalWall3" }, -/obj/item/clothing/shoes/cowboy/white{ - name = "white boots" +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/cargo) +"oaw" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, /turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "carpet10-8" }, -/area/centcom/zone2) -"rmG" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/item/radio/intercom/specops{ - pixel_x = -25 +/area/wizard_station) +"oaK" = ( +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" }, -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +/area/holodeck/source_snowfield) +"oaS" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/doublebarrel, +/turf/unsimulated/floor/wood, +/area/admin) +"oaT" = ( +/obj/structure/table/glass, +/obj/item/gun/syringe/syndicate, +/obj/item/reagent_containers/syringe/charcoal{ + pixel_y = 4 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/reagent_containers/syringe/charcoal{ + pixel_y = 2 }, -/area/centcom/zone2) -"rnO" = ( -/obj/structure/table/abductor, -/obj/item/bonegel/alien, -/obj/item/bonesetter/alien, -/obj/item/FixOVein/alien, -/obj/item/surgicaldrill/alien, -/obj/item/circular_saw/alien, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"rnU" = ( -/obj/structure/table/wood, -/obj/item/pen/fancy, -/obj/item/folder/blue, -/obj/item/paper/photograph, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/zone2) -"rod" = ( -/obj/machinery/vending/coffee, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" - }, -/area/centcom/zone3) -"roP" = ( -/obj/machinery/camera{ - c_tag = "CentComm SOF Hallway 2"; - network = list("CentComm") - }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" - }, -/area/centcom/zone3) -"rpb" = ( -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/fernybush, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" - }, -/area/centcom/zone1) -"rpv" = ( -/turf/unsimulated/floor{ - dir = 5; - icon_state = "darkred" - }, -/area/centcom/zone3) -"rpC" = ( -/obj/item/radio/intercom/specops{ - pixel_x = 30 +/obj/item/reagent_containers/syringe/charcoal, +/obj/machinery/vending/wallmed/syndicate{ + pixel_x = -30 }, -/obj/structure/closet/secure_closet/reagents, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ dir = 4; - icon_state = "darkblue" + icon_state = "darkgrey" }, -/area/centcom/specops) -"rqj" = ( -/obj/structure/closet{ - icon_closed = "syndicate1"; - icon_opened = "syndicate1open"; - icon_state = "syndicate1" +/area/shuttle/syndicate) +"obb" = ( +/turf/simulated/floor/holofloor{ + icon_state = "grimy"; + tag = "icon-grimy" }, -/obj/item/suppressor, -/obj/item/gun/projectile/automatic/proto{ - pixel_x = 3; - pixel_y = -3 +/area/holodeck/source_meetinghall) +"obc" = ( +/obj/structure/rack/holorack, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 }, -/obj/item/ammo_box/magazine/smgm9mm, -/obj/item/ammo_box/magazine/smgm9mm, -/obj/item/ammo_box/magazine/smgm9mm, -/obj/item/ammo_box/magazine/enforcer/lethal, -/obj/item/restraints/handcuffs, -/obj/item/restraints/handcuffs, -/obj/item/flashlight/seclite, -/obj/item/grenade/flashbang, -/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, -/obj/item/kitchen/knife/combat, -/obj/item/reagent_containers/food/snacks/candy/donor{ - apply_type = 3; - list_reagents = list("nutriment" = 30, "sugar" = 3); - name = "MRE" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/reagent_containers/hypospray/autoinjector/survival, -/obj/item/storage/belt/security/webbing{ - name = "SRT webbing" +/area/centcom/supply) +"obz" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" }, -/obj/item/clothing/head/HoS/beret{ - desc = null; - name = "SRT beret" +/area/holodeck/source_basketball) +"obJ" = ( +/obj/machinery/vending/toyliberationstation{ + contraband = null; + products = list(/obj/item/gun/projectile/automatic/toy = 10, /obj/item/gun/projectile/automatic/toy/pistol = 10, /obj/item/gun/projectile/shotgun/toy = 10, /obj/item/toy/sword = 10, /obj/item/ammo_box/foambox = 20, /obj/item/toy/foamblade = 10, /obj/item/toy/syndicateballoon = 10, /obj/item/clothing/suit/syndicatefake = 5, /obj/item/clothing/head/syndicatefake = 5, /obj/item/gun/projectile/shotgun/toy/crossbow = 10, /obj/item/gun/projectile/automatic/c20r/toy/riot = 10, /obj/item/gun/projectile/automatic/l6_saw/toy/riot = 10, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 10, /obj/item/ammo_box/foambox/riot = 20, /obj/item/toy/katana = 10, /obj/item/twohanded/dualsaber/toy = 5, /obj/item/toy/cards/deck/syndicate = 10) }, -/obj/item/storage/backpack/ert{ - desc = null; - name = "SRT backpack" +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" }, -/obj/item/radio/headset/ert{ - desc = null; - name = "SRT headset" +/area/admin) +"obR" = ( +/obj/machinery/door/airlock/public/glass, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/obj/item/clothing/shoes/combat/swat{ - name = "SRT special shoes" +/area/shuttle/administration) +"ocf" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/item/clothing/gloves/combat{ - name = "Combat gloves" +/obj/structure/chair/comfy/lime{ + dir = 8 }, -/obj/item/clothing/suit/armor/bulletproof{ - name = "SRT bulletproof vest" +/turf/simulated/floor/wood, +/area/centcom/court) +"ocm" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall-1" }, -/obj/item/clothing/accessory/holster, -/obj/item/implanter/mindshield, -/obj/item/card/id{ - access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106); - icon_state = "nanotrasen"; - name = "Special Reaction Team Member ID card"; - rank = "Blueshield"; - registered_name = null +/area/tdome/arena_source) +"ocs" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Toilet" }, -/obj/item/clothing/under/fluff/jay_turtleneck{ - name = "SRT uniform" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/obj/item/CQC_manual, -/obj/item/clothing/glasses/hud/security/sunglasses/aviators, -/obj/item/shield/riot/tele{ - pixel_x = -6; - pixel_y = 6 +/area/syndicate_mothership) +"ocx" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/centcom{ + name = "Gamma Armory"; + opacity = 1; + req_access_txt = "114" }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "vault" +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/srtops) -"rrf" = ( -/obj/machinery/door/airlock/external{ - id_tag = "syndicate_away"; - req_access_txt = "150" +/area/centcom/specops) +"ocG" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" }, +/area/centcom/zone1) +"ocK" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer/upgraded, /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + dir = 4; + icon_state = "elevatorshaft" }, /area/syndicate_mothership) -"rrm" = ( -/obj/docking_port/stationary{ - dwidth = 9; - height = 18; - id = "admin_away"; - name = "centcom bay 1"; - timid = 1; - width = 19 - }, -/turf/space, -/area/space) -"rrE" = ( -/obj/structure/closet{ - icon_closed = "cabinet_closed"; - icon_opened = "cabinet_open"; - icon_state = "cabinet_closed" - }, -/obj/item/clothing/under/color/lightpurple, -/obj/item/clothing/under/color/purple, -/obj/item/storage/backpack/satchel, -/obj/item/storage/backpack/satchel, -/obj/item/clothing/head/wizard/red, -/obj/item/clothing/suit/wizrobe/red, -/obj/item/clothing/head/wizard, -/obj/item/clothing/suit/wizrobe, -/obj/item/clothing/shoes/sandal, -/obj/item/clothing/shoes/sandal, -/obj/machinery/light/small{ - brightness_range = 6; - dir = 1; - light_range = 8; - nightshift_light_range = 6; - throw_range = 6 +"ocO" = ( +/obj/machinery/vending/hatdispenser, +/turf/simulated/floor/wood, +/area/centcom/specops) +"odi" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ +/obj/effect/turf_decal{ dir = 8; - icon_state = "bcarpet01" - }, -/area/wizard_station) -"rrK" = ( -/obj/machinery/door/window{ - dir = 1; - panel_open = 1; - req_access_txt = "110" + icon_state = "grass_edge_medium_corner" }, -/turf/unsimulated/floor{ +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"odz" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/jail) -"rsf" = ( -/turf/unsimulated/floor{ - icon_state = "rampbottom" - }, -/area/centcom/zone1) -"rst" = ( -/obj/machinery/newscaster{ - pixel_y = 30 +"odT" = ( +/obj/structure/holowindow{ + dir = 1 }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "blue" }, -/area/centcom/zone3) -"rsE" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/mob/living/carbon/human{ - hunger_drain = 0; - name = "Николай Степанченко" +/area/holodeck/source_knightarena) +"odZ" = ( +/turf/simulated/floor/wood, +/area/centcom/evac) +"oeH" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/adminconstruction) +"oeY" = ( +/obj/structure/chair/sofa/left{ + dir = 4 }, -/area/centcom/zone2) -"rsL" = ( -/obj/structure/bookcase/manuals, -/obj/item/book/manual/engineering_construction, -/obj/item/book/manual/engineering_construction, -/obj/item/book/manual/engineering_construction, -/obj/item/book/manual/engineering_construction, -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/zone1) +"ofi" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" }, -/area/centcom/zone2) -"rsX" = ( -/obj/machinery/door/airlock/centcom{ - name = "Supreme Court"; - opacity = 1; - req_access_txt = "106,109,110" +/area/centcom/evac) +"ofy" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcornersalt" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/supply) +"ofQ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 }, -/area/centcom/court) -"rtj" = ( -/obj/machinery/computer/shuttle/ert{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - req_access = list(109) +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredalt" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/syndicate_mothership/cargo) +"ofX" = ( +/obj/structure/holowindow{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"oga" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/centcom/evac) +"ogm" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"ohg" = ( +/obj/structure/chair/stool/bar, +/obj/effect/decal/stripes/black/line, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"ohk" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredaltstrip" + }, +/area/centcom/zone3) +"ohD" = ( +/obj/machinery/light{ + layer = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"ohG" = ( +/obj/machinery/door/airlock/centcom{ + name = "Medical Block"; + opacity = 1; + req_access_txt = "109" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, /area/centcom/specops) -"rtp" = ( -/obj/item/gun/rocketlauncher, +"ohJ" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"ohN" = ( +/obj/machinery/hydroponics/constructable{ + layer = 3.2 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"oiy" = ( +/obj/effect/decal/stripes/gold/line, +/obj/effect/decal/stripes/gold/line/south, +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"oiF" = ( /obj/structure/table/wood, +/obj/item/twohanded/fireaxe/boneaxe, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "hierophant1" }, /area/admin) -"rtB" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +"ojv" = ( +/obj/machinery/computer/security{ + network = list("SS13","Telecomms","Research Outpost","Mining Outpost","ERT","CentComm","Thunderdome") }, -/area/event_zone) -"ruq" = ( -/obj/structure/chair/comfy/brown, /obj/structure/window/reinforced{ - color = "black"; - dir = 4; - layer = 5 + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/centcom/bridge) +"okT" = ( +/obj/machinery/vending/hydronutrients{ + contraband = list(); + emagged = 1; + products = list(/obj/item/reagent_containers/glass/bottle/nutrient/ez = 20, /obj/item/reagent_containers/glass/bottle/nutrient/l4z = 13, /obj/item/reagent_containers/glass/bottle/nutrient/rh = 6, /obj/item/reagent_containers/spray/pestspray = 20, /obj/item/reagent_containers/syringe = 5, /obj/item/storage/bag/plants = 5, /obj/item/cultivator = 3, /obj/item/shovel/spade = 3, /obj/item/plant_analyzer = 4, /obj/item/reagent_containers/glass/bottle/ammonia = 10, /obj/item/reagent_containers/glass/bottle/diethylamine = 5) }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"okZ" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/plastic, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + icon_state = "hierophant1" }, -/area/centcom/zone1) -"ruG" = ( -/obj/structure/toilet{ - dir = 4; - pixel_y = 8 +/area/admin) +"olg" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" }, -/obj/machinery/light/small{ +/area/space) +"olx" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/under/color/red, +/obj/item/holo/esword/red, +/turf/simulated/floor/holofloor{ dir = 1; - light_range = 6; - throw_range = 6 - }, -/turf/unsimulated/floor{ - icon_state = "sepia" + icon_state = "red" }, -/area/ussp_ship) -"ruT" = ( -/obj/machinery/vending/cigarette, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/holodeck/source_thunderdomecourt) +"omh" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bucket, +/obj/item/caution/proximity_sign, +/obj/item/caution/proximity_sign, +/obj/item/caution/proximity_sign, +/obj/item/storage/bag/trash, +/turf/simulated/floor/plasteel{ + icon_state = "barber" }, -/area/centcom/zone3) -"rva" = ( -/obj/structure/window/reinforced{ +/area/centcom/jail) +"omz" = ( +/obj/structure/chair/comfy/purp{ dir = 1 }, -/obj/structure/flora/rock, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" - }, +/turf/simulated/floor/carpet, /area/centcom/specops) -"rvl" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/reagent_containers/food/drinks/trophy/gold_cup, -/turf/unsimulated/floor{ +"omB" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/machinery/light/small{ + brightness_range = 6; dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/syndicate_mothership) -"rvG" = ( -/obj/machinery/vending/coffee, -/turf/unsimulated/floor{ - icon_state = "dark" + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, -/area/centcom/zone3) -"rwu" = ( -/obj/structure/reagent_dispensers/water_cooler, /turf/unsimulated/floor{ - dir = 8; - icon_state = "darkred" - }, -/area/centcom/zone3) -"rwE" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8"; - tag = "" + icon_state = "hierophant1" }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8"; - tag = "" +/area/wizard_station) +"omP" = ( +/obj/structure/table/wood/poker, +/obj/effect/decal/stripes/black/line/south, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"omZ" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo13" }, -/turf/space, -/area/ussp_ship) -"rwK" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkred" +/obj/effect/decal/stripes/black{ + icon_state = "bs_line_W" }, -/area/centcom/zone3) -"rwX" = ( -/obj/machinery/camera{ - c_tag = "CentComm Jail 6"; - dir = 5; - network = list("CentComm") +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"ona" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcornersalt" }, -/obj/structure/chair/comfy/red{ - color = "#FFFFFF" +/area/centcom/supply) +"onc" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" }, -/turf/unsimulated/floor{ - icon_state = "carpet" +/area/centcom/zone1) +"ont" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/plasteel{ + icon_state = "barber" }, /area/centcom/jail) -"rxp" = ( -/obj/structure/bookcase/manuals, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 - }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +"onS" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/area/centcom/zone1) +"ooy" = ( +/obj/machinery/light{ + dir = 8 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/decal/stripes/black/corner/east, +/turf/simulated/floor/carpet, +/area/centcom/court) +"ooz" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1; + tag = "icon-heater (WEST)" }, -/area/centcom/zone2) -"rxw" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/shotgun/automatic/dual_tube, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/structure/window/plasmareinforced{ + color = "#FF0000" }, -/area/admin) -"rxT" = ( -/obj/structure/bed, -/obj/item/bedsheet/hos{ - name = "bedsheet" +/obj/structure/lattice, +/turf/simulated/shuttle/plating, +/area/shuttle/administration) +"ooD" = ( +/obj/item/beach_ball, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" }, -/obj/machinery/light/small{ - light_range = 6; - throw_range = 6 +/area/centcom/evac) +"ooU" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" }, -/area/ussp_ship) -"rxX" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" }, -/area/ussp_ship) -"ryi" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"opx" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" }, +/area/holodeck/source_boxingcourt) +"opH" = ( /turf/unsimulated/floor{ - icon_state = "dark" + name = "plating" }, -/area/centcom/zone2) -"rym" = ( -/obj/structure/flora/ausbushes/grassybush, -/turf/simulated/floor/holofloor{ - icon_state = "wood_siding10"; - tag = "icon-wood_siding10" +/area/syndicate_mothership) +"opP" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" }, -/area/holodeck/source_picnicarea) -"ryo" = ( -/turf/simulated/floor/holofloor{ +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"oqr" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/shuttle/gamma/space) +"oqC" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ dir = 8; - icon_state = "blue" + pixel_x = 4; + tag = "icon-shower (EAST)" }, -/area/holodeck/source_knightarena) -"ryw" = ( -/turf/space, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/centcom/zone3) -"ryN" = ( +/area/centcom/zone1) +"orb" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/cyborg, /turf/unsimulated/floor{ - dir = 4; - icon_state = "darkred" - }, -/area/centcom/zone3) -"ryQ" = ( -/obj/machinery/door/airlock/centcom{ - name = "Medical and Rest room"; - opacity = 1; - req_access_txt = "109" - }, -/obj/machinery/door/poddoor/shutters{ - armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); - density = 0; - dir = 1; - icon_state = "open"; - id_tag = "ERT_turret_shutters"; - locked = 1; - name = "ERT Lockdown"; - opacity = 0 + icon_state = "darkgrey" }, +/area/admin) +"ory" = ( /turf/unsimulated/floor{ - dir = 4; - icon_state = "darkgreynavyblue" + icon_state = "carpet7-3" }, -/area/centcom/specops) -"rzf" = ( -/obj/machinery/vending/cigarette, -/turf/unsimulated/floor{ - icon_state = "cafeteria" +/area/wizard_station) +"orW" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/bridge) +"osm" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" }, -/area/ninja/holding) -"rzl" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/drinkingglass/devilskiss{ - pixel_x = -6; - pixel_y = 7 +/area/syndicate_mothership/elite_squad) +"oso" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/centcom/specops) +"osp" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "ntsing_alt3"; + pixel_x = -16 }, -/obj/item/syndicatedetonator{ - pixel_x = -6; - pixel_y = -2 +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/obj/item/reagent_containers/food/drinks/bottle/rum{ - pixel_x = 6; - pixel_y = 2 +/area/centcom/zone2) +"oss" = ( +/obj/structure/chair/office/light{ + dir = 8 }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/area/syndicate_mothership) -"rAe" = ( -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/centcom/zone1) +"osy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/area/ninja/holding) -"rAz" = ( -/obj/effect/decal/cleanable/blood/gibs, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ icon_state = "darkfull"; tag = "icon-dark" }, /area/syndicate_mothership) -"rBi" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 9; - tag = "icon-fakewindows (NORTHEAST)" - }, -/area/centcom) -"rBz" = ( -/obj/structure/dresser, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/centcom/zone2) -"rBD" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/shotgun/boltaction, -/obj/item/gun/projectile/shotgun/boltaction/enchanted, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +"osE" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 }, -/area/admin) -"rBR" = ( -/obj/machinery/computer/camera_advanced/abductor{ - team = 1 +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"rCL" = ( -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet10-8"; - tag = "icon-carpet10-8 (EAST)" +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 }, -/area/holodeck/source_theatre) -"rCQ" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/revolver, -/obj/item/gun/projectile/revolver/capgun, -/obj/item/gun/projectile/revolver/golden, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 }, -/area/admin) -"rDo" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/turf/space, -/area/ussp_ship) -"rDB" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ +/area/centcom/zone1) +"osJ" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно не спит на посту!"; dir = 8; - icon_state = "bcarpet05" + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Биба"; + obj_integrity = 9999 }, -/area/centcom/zone1) -"rEo" = ( -/obj/effect/decal/warning_stripes/east{ - layer = 50 +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkred" +/area/syndicate_mothership/elite_squad) +"osO" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/area/centcom/zone2) -"rEy" = ( -/obj/structure/toilet{ - dir = 1 +/area/syndicate_mothership/elite_squad) +"otg" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo8" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"oth" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 }, -/area/centcom/jail) -"rEX" = ( -/turf/unsimulated/wall{ - dir = 4; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "diagonalWall3" +/turf/simulated/floor/wood, +/area/centcom/zone1) +"otp" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/sit, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" }, -/area/space) -"rFc" = ( -/obj/structure/holowindow{ - dir = 1 +/area/shuttle/syndicate_sit) +"otA" = ( +/obj/structure/table/wood, +/obj/item/gun/medbeam, +/turf/unsimulated/floor/wood, +/area/admin) +"otB" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "arrival" }, -/turf/simulated/floor/holofloor{ - dir = 8; - icon_state = "green" +/area/centcom/zone1) +"otM" = ( +/obj/machinery/mecha_part_fabricator/upgraded, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/area/holodeck/source_thunderdomecourt) -"rFn" = ( -/obj/effect/decal/warning_stripes/west{ - layer = 50 +/area/shuttle/administration) +"ova" = ( +/obj/machinery/door_control{ + id = "adminshuttleblast"; + name = "blast door control"; + pixel_y = 30; + req_access_txt = "101" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkblue" +/turf/simulated/shuttle/floor{ + icon_state = "floor3" }, -/area/centcom/zone3) -"rFQ" = ( -/obj/effect/decal/warning_stripes/east{ - layer = 50; - level = 5 +/area/shuttle/administration) +"ovc" = ( +/obj/structure/mirror{ + pixel_y = -32 }, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkred" +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/centcom/zone3) -"rFZ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" +/area/centcom/jail) +"ovk" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 }, -/turf/space, -/area/ussp_ship) -"rHv" = ( -/obj/docking_port/stationary{ - dwidth = 1; - height = 4; - id = "pod1_away"; - name = "recovery ship bay 1"; - width = 3 +/obj/effect/landmark{ + name = "ERT Director" }, -/turf/space, -/area/space) -"rIn" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/applecakeslice, -/obj/machinery/light{ +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ovv" = ( +/obj/effect/turf_decal{ dir = 1; - switchcount = 50 + icon_state = "grass_edge_medium_corner" }, -/turf/unsimulated/floor{ +/obj/effect/turf_decal{ dir = 8; - icon_state = "grimy" + icon_state = "grass_edge_medium_corner" }, -/area/centcom/evac) -"rIA" = ( -/obj/structure/sign/goldenplaque{ - desc = "Лучший сотрудник века"; - name = "Это Толя Раммфан"; - pixel_y = -30 +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"ovy" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"ovA" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid5"; + tag = "icon-asteroid5" }, +/area/holodeck/source_desert) +"owc" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/noisecannon, /turf/unsimulated/floor{ - icon_state = "wood" + icon_state = "darkgrey" }, -/area/centcom/evac) -"rIH" = ( +/area/admin) +"owl" = ( /obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/table/wood, -/obj/item/melee/classic_baton/telescopic, -/obj/item/melee/classic_baton/telescopic, -/obj/item/melee/classic_baton/telescopic, -/obj/item/melee/classic_baton/telescopic, -/obj/item/melee/classic_baton/telescopic, -/turf/unsimulated/floor{ - icon_state = "dark" + dir = 1 }, -/area/centcom/supply) -"rIO" = ( -/turf/simulated/floor/holofloor{ - icon_state = "engine"; - name = "Burn-Mix Floor"; - nitrogen = 0; - oxygen = 2500; - temperature = 370; - toxins = 5000 +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/holodeck/source_burntest) -"rJn" = ( -/obj/machinery/light, +/area/centcom/jail) +"owq" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ icon_state = "darkfull"; tag = "icon-dark" }, /area/syndicate_mothership) -"rJJ" = ( -/obj/machinery/door/poddoor{ - id_tag = "CC_zone3_blastdoor"; - name = "Zone 3 Blastboor" +"owt" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/chocolatecakeslice, +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/zone3) -"rKb" = ( -/obj/item/target, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood-broken7" - }, -/area/wizard_station) -"rKI" = ( -/obj/effect/decal/warning_stripes/west{ - layer = 50 - }, -/turf/unsimulated/floor{ - dir = 10; +/area/syndicate_mothership/elite_squad) +"owD" = ( +/obj/structure/table/wood, +/obj/item/twohanded/bostaff, +/turf/unsimulated/floor/wood, +/area/admin) +"owV" = ( +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "darkblue" }, -/area/centcom/zone3) -"rKK" = ( -/obj/structure/table/reinforced, -/obj/item/kitchen/utensil/pspork, -/obj/item/trash/plate, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" - }, -/area/centcom/jail) -"rKW" = ( -/obj/machinery/light/small{ - brightness_range = 6; - light_range = 8; - nightshift_light_range = 6; - throw_range = 6 - }, -/turf/unsimulated/floor{ - icon_state = "carpet9-4" - }, -/area/wizard_station) -"rLk" = ( -/obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/shuttle/syndicate) +"oxk" = ( +/obj/item/skeleton/r_arm, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"oxo" = ( +/obj/effect/landmark/abductor/agent, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"oxJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/area/admin) -"rLL" = ( -/obj/docking_port/stationary/transit{ - dir = 8; - dwidth = 2; - height = 12; - id = "ferry_transit"; - name = "ferry in transit"; - turf_type = /turf/space/transit/horizontal; - width = 5 +/area/syndicate_mothership) +"ozy" = ( +/obj/structure/chair/comfy/beige, +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/space/transit/horizontal, -/area/space) -"rMq" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/flask/detflask{ - pixel_x = -7; - pixel_y = 5 +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"ozS" = ( +/obj/machinery/bookbinder, +/obj/machinery/light/small{ + dir = 4 }, -/turf/unsimulated/floor{ - dir = 8; +/turf/simulated/floor/plasteel{ icon_state = "grimy" }, -/area/centcom/evac) -"rMD" = ( -/turf/unsimulated/floor{ - dir = 6; - icon_state = "darkred" +/area/centcom/jail) +"ozZ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcornersalt" }, /area/centcom/zone3) -"rMK" = ( -/obj/mecha/combat/gygax/ert, -/obj/machinery/door/window/brigdoor{ - base_state = "rightsecure"; +"oAu" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/obj/item/soap/syndie, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"oAG" = ( +/obj/machinery/door/airlock/syndicate/security{ + id_tag = "syndicate_jail_airlock_external"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ dir = 1; - icon_state = "rightsecure"; - req_access_txt = "114" + icon_state = "dark" }, -/turf/unsimulated/floor{ +/area/syndicate_mothership/jail) +"oAH" = ( +/obj/structure/window/reinforced{ dir = 1; - icon_state = "darkgreenfull" + layer = 2.9 }, -/area/centcom/specops) -"rNj" = ( -/obj/structure/table/wood, -/obj/item/clothing/under/plasmaman/wizard, -/obj/item/clothing/head/helmet/space/plasmaman/wizard, -/obj/item/clothing/mask/breath, -/obj/item/tank/plasma/plasmaman/belt/full, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet06" +/obj/structure/window/reinforced{ + dir = 8 }, -/area/wizard_station) -"rNq" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"oBn" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcornersalt" }, -/obj/mecha/combat/durand/old{ - color = "#77895C"; - desc = "Improved Armored Heavy Mech with USSP Symbol"; - name = "TU-802" +/area/syndicate_mothership/jail) +"oBr" = ( +/obj/effect/decal/stripes/gold/line, +/obj/effect/decal/stripes/gold/line/south, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"oBC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/ussp_ship) -"rNH" = ( -/obj/machinery/computer/security{ - network = list("CentComm") +/area/centcom/zone3) +"oBQ" = ( +/obj/structure/chair/sofa/left{ + dir = 4 }, -/turf/unsimulated/floor{ - dir = 8; +/turf/simulated/floor/plasteel{ icon_state = "grimy" }, +/area/syndicate_mothership) +"oBR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, /area/centcom/jail) -"rOi" = ( -/turf/unsimulated/floor{ - dir = 10; - icon_state = "darkred" +"oBW" = ( +/obj/mecha/combat/durand/loaded{ + color = "#CCCCFF"; + desc = "A heavyweight exosuit, painted in a gray scheme. This model appears to have some modifications for ERT."; + name = "Nanotrasen Special Durand Mk. II"; + operation_req_access = list(109) }, -/area/centcom/zone3) -"rOy" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/specops) -"rOQ" = ( -/obj/machinery/sleeper/upgraded, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +"oBY" = ( +/obj/effect/decal/stripes/gold/corner/south, +/obj/machinery/vending/tool, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" }, -/area/admin) -"rPa" = ( -/obj/item/beach_ball, -/turf/simulated/floor/beach/sand, -/area/holodeck/source_beach) -"rPz" = ( -/obj/item/flag/species/human, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/syndicate_mothership/infteam) +"oCp" = ( +/obj/machinery/light{ + dir = 1 }, -/area/ussp_ship) -"rPX" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - dir = 10; - icon_state = "darkred" +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"oCC" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/area/centcom/zone3) -"rQj" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkred" +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, -/area/centcom/zone3) -"rQA" = ( -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - name = "Weapons"; - req_access = null +/obj/effect/bump_teleporter{ + id = "Synd23"; + id_target = "Synd13" }, -/obj/item/gun/projectile/revolver/doublebarrel, -/obj/item/gun/projectile/revolver/doublebarrel, -/obj/item/gun/projectile/revolver/doublebarrel, -/obj/item/gun/projectile/revolver/doublebarrel, -/obj/item/gun/projectile/revolver/doublebarrel, -/obj/item/gun/projectile/revolver/doublebarrel, -/obj/item/ammo_box/magazine/m12g/buckshot, -/obj/item/ammo_box/magazine/m12g/buckshot, -/obj/item/ammo_box/magazine/m12g/buckshot, -/obj/item/ammo_box/magazine/m12g/buckshot, -/obj/item/ammo_box/magazine/m12g/buckshot, -/obj/item/ammo_box/magazine/m12g/buckshot, -/obj/item/ammo_box/magazine/m12g/buckshot, -/obj/item/ammo_box/magazine/m12g/buckshot, -/obj/item/ammo_box/magazine/m12g/buckshot, -/obj/item/ammo_box/magazine/m12g/buckshot, -/obj/item/ammo_box/magazine/m12g/buckshot, -/obj/item/ammo_box/magazine/m12g/buckshot, /turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" + color = "gray"; + icon_state = "rampbottom" }, -/area/ussp_ship) -"rQK" = ( -/turf/unsimulated/floor{ - icon_state = "darkredcorners" +/area/syndicate_mothership) +"oCT" = ( +/obj/item/clothing/head/cone, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" }, -/area/centcom/zone3) -"rRb" = ( -/obj/machinery/door_control{ - id = "CC_special_operations_force_room"; - name = "Central Command Special Operations Forces"; - pixel_y = -25; - req_access_txt = "114" +/area/centcom/specops) +"oDu" = ( +/obj/machinery/computer/mecha, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "darkred" +/area/centcom/bridge) +"oDV" = ( +/turf/unsimulated/wall{ + icon_state = "iron13"; + tag = "icon-iron13" }, -/area/centcom/zone3) -"rRt" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger/wallcharger{ - pixel_x = 33; - pixel_y = -7 +/area/syndicate_mothership/control) +"oEe" = ( +/obj/effect/decal/cleanable/molten_object, +/turf/unsimulated/floor{ + icon_state = "hierophant1" }, -/obj/item/gun/energy/lasercannon{ - pixel_x = 3; - pixel_y = -3 +/area/wizard_station) +"oEz" = ( +/obj/machinery/door/airlock/syndicate/command{ + name = "Officer room"; + req_access_txt = "153" }, -/obj/item/gun/energy/lasercannon{ - pixel_x = 3; - pixel_y = 8 +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"oEQ" = ( +/obj/structure/chair/sofa/right, +/obj/effect/decal/stripes/black/corner/east, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"oFn" = ( +/obj/machinery/light/small{ + dir = 8 }, -/obj/item/gun/energy/lasercannon{ - pixel_x = 3; - pixel_y = 8 +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" }, -/obj/item/gun/energy/lasercannon{ - pixel_x = 3; - pixel_y = 8 +/area/syndicate_mothership) +"oFM" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"oFQ" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" }, -/obj/item/gun/energy/lasercannon{ - pixel_x = 3; - pixel_y = -3 +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"oGK" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/item/gun/energy/lasercannon{ - pixel_x = 3; - pixel_y = -3 +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/evac) +"oGU" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"oHB" = ( +/obj/effect/decal/stripes/black/corner/east, +/turf/simulated/floor/carpet/arcade, +/area/centcom/bridge) +"oHO" = ( +/obj/structure/rack, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkredfull" +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 }, -/area/centcom/specops) -"rRv" = ( -/obj/machinery/door/airlock/external{ - id_tag = "admin_away"; - name = "Administration Shuttle"; - opacity = 0; - req_access_txt = "114" +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 }, -/area/centcom/specops) -"rRT" = ( -/obj/structure/closet, -/obj/item/clothing/under/soldieruniform{ - name = "Soldier's Uniform" +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 }, -/obj/item/clothing/under/soldieruniform{ - name = "Soldier's Uniform" +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 }, -/obj/item/clothing/under/soldieruniform{ - name = "Soldier's Uniform" +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 }, -/obj/item/clothing/under/soldieruniform{ - name = "Soldier's Uniform" +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 }, -/obj/item/clothing/under/soldieruniform{ - name = "Soldier's Uniform" +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 }, -/obj/item/clothing/under/soldieruniform{ - name = "Soldier's Uniform" +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 }, -/obj/item/clothing/shoes/combat, -/obj/item/clothing/shoes/combat, -/obj/item/clothing/shoes/combat, -/obj/item/clothing/shoes/combat, -/obj/item/clothing/shoes/combat, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" }, -/area/ussp_ship) -"rSj" = ( -/turf/space, -/turf/unsimulated/wall, -/area/centcom/evac) -"rSv" = ( -/obj/machinery/door/airlock/centcom{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - name = "Supreme Commander"; - opacity = 1; - req_access_txt = "113" +/area/centcom/specops) +"oHS" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_security, +/turf/simulated/floor/wood, +/area/centcom/specops) +"oHZ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/elite_squad) +"oIc" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"oIg" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding6"; + tag = "icon-wood_siding6" }, -/area/centcom/zone2) -"rSz" = ( -/obj/effect/turf_decal/caution/stand_clear{ - pixel_y = 8 +/area/holodeck/source_picnicarea) +"oIq" = ( +/obj/machinery/light/small, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + dir = 4; + icon_state = "elevatorshaft" }, /area/syndicate_mothership) -"rSR" = ( -/obj/structure/rack, -/obj/item/ammo_box/magazine/smgm45, -/obj/item/ammo_box/magazine/smgm45, -/obj/item/ammo_box/magazine/smgm45, -/obj/item/ammo_box/magazine/smgm45, -/obj/item/ammo_box/magazine/smgm45, -/obj/item/ammo_box/magazine/smgm45, -/obj/item/ammo_box/magazine/smgm45, -/obj/item/ammo_box/magazine/smgm45, -/obj/item/gun/projectile/automatic/c20r, -/obj/item/gun/projectile/automatic/c20r, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +"oIK" = ( +/obj/item/flag/species/vox, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" }, -/area/syndicate_mothership) -"rST" = ( -/obj/structure/chair/comfy/red{ - color = "#FFFFFF"; +/area/vox_station) +"oIM" = ( +/obj/structure/decorative_structures/metal/statue/metal_angel, +/obj/machinery/light/small{ dir = 1 }, -/obj/effect/landmark{ - name = "aroomwarp"; - tag = "" +/turf/simulated/floor/carpet, +/area/centcom/evac) +"oIW" = ( +/obj/structure/window/reinforced{ + dir = 8 }, +/obj/machinery/vending/medical, /turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "dark" }, -/area/centcom/bridge) -"rTc" = ( +/area/centcom/zone1) +"oJh" = ( +/mob/living/carbon/human/farwa, /turf/unsimulated/floor{ dir = 8; - icon_state = "darkblue" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/specops) -"rUg" = ( -/obj/machinery/vending/coffee/free, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/wizard_station) +"oJi" = ( +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/area/syndicate_mothership) -"rUh" = ( -/obj/structure/table/wood, -/obj/machinery/camera{ - c_tag = "CentComm Zone 2 Office 3"; - dir = 1; - network = list("CentComm") +/area/centcom/jail) +"oJH" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding10"; + tag = "icon-wood_siding10" }, -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +/area/holodeck/source_picnicarea) +"oJI" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"oJK" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet11-12"; + tag = "icon-carpet11-12 (EAST)" }, -/area/centcom/zone2) -"rUx" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/laser/captain/scattershot, -/obj/item/gun/energy/lasercannon, -/obj/item/gun/energy/lasercannon/cyborg, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/holodeck/source_theatre) +"oJZ" = ( +/obj/machinery/light/small{ + dir = 8 }, -/area/admin) -"rUZ" = ( -/obj/structure/table/holotable/wood, -/turf/simulated/floor/holofloor{ - icon_state = "grimy"; - tag = "icon-grimy" +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/area/holodeck/source_meetinghall) -"rVZ" = ( +/area/syndicate_mothership/elite_squad) +"oKx" = ( /obj/structure/table, -/obj/random/technology_scanner, -/obj/random/tech_supply, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/machinery/recharger{ + pixel_y = 4 }, -/area/admin) -"rWg" = ( -/obj/structure/table/wood, -/obj/item/paper/terrorspiders8, -/turf/unsimulated/floor{ +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; icon_state = "dark" }, -/area/centcom/zone2) -"rWk" = ( -/turf/unsimulated/wall{ - icon_state = "sandstone2" +/area/shuttle/administration) +"oKH" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"oKN" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/lamp/green, +/turf/unsimulated/floor{ + icon_state = "carpet14-10" }, /area/wizard_station) -"rWO" = ( -/obj/machinery/door/poddoor/shutters{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - id_tag = "ERT_director_office_shutters"; +"oKP" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/seeds/gatfruit, +/obj/item/seeds/cherry/bomb, +/obj/item/seeds/ambrosia/gaia, +/obj/item/seeds/ambrosia/gaia, +/obj/item/seeds/ambrosia/gaia, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"oKU" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; layer = 5; - locked = 1; - name = "ERT Director office" + pixel_y = -2 }, -/turf/unsimulated/wall/fakeglass{ - icon_state = "fakewindows2"; - tag = "icon-fakewindows2 (WEST)" +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"oLN" = ( +/turf/unsimulated/wall{ + icon_state = "rock"; + name = "rock" }, -/area/centcom) -"rXa" = ( -/obj/structure/statue/silver/sec{ - desc = "Похоже, вы ловите нотку ностальгии и тонну страха смотря на него"; - icon_state = "hooker"; - name = "Eh?" +/area/syndicate_mothership/outside) +"oMj" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" }, -/turf/unsimulated/floor/snow, /area/syndicate_mothership) -"rXg" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 +"oMM" = ( +/obj/structure/chair/comfy/red, +/obj/effect/decal/stripes/gold/line/west, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"oNa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealt" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/zone2) +"oNj" = ( +/obj/effect/turf_decal/number/number_8, +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" }, /area/centcom/jail) -"rXl" = ( -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +"oNF" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock/shuttle{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + id_tag = "emergency_away"; + locked = 1 }, -/area/ussp_ship) -"rXt" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkbrown" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/ferry) -"rZf" = ( -/obj/structure/flora/tree/palm, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/unsimulated/floor/grass, /area/centcom/zone1) -"rZp" = ( -/obj/effect/spawner/window/reinforced, +"oNH" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/centcom/specops) +"oNI" = ( +/obj/structure/table/wood/fancy/black, /turf/unsimulated/floor{ - icon_state = "sepia" + icon_state = "carpet14-10" }, -/area/centcom) -"rZx" = ( -/obj/machinery/computer/communications, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 +/area/wizard_station) +"oNX" = ( +/obj/structure/fence/post{ + color = "#b0b7c6"; + invulnerable = 1 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"oOk" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" }, -/area/centcom/bridge) -"sao" = ( -/obj/structure/rack, -/obj/item/clothing/suit/space, -/obj/item/clothing/suit/space, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/head/helmet/space, -/obj/item/clothing/head/helmet/space, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/centcom/specops) +"oOn" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/area/admin) -"saI" = ( -/obj/structure/table/wood, -/obj/item/pen/fancy, -/obj/item/folder/red{ - pixel_x = 7 +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/bump_teleporter{ + id = "Synd14"; + id_target = "Synd24" }, -/area/centcom/zone2) -"sbx" = ( /turf/unsimulated/floor{ - dir = 4; - icon_state = "darkredcorners" + color = "gray"; + dir = 1; + icon_state = "rampbottom" }, -/area/centcom/zone3) -"sbD" = ( -/obj/structure/dresser, -/obj/structure/mirror/magic{ - desc = null; - name = "mirror"; - pixel_x = -30 +/area/syndicate_mothership) +"oOt" = ( +/obj/docking_port/stationary/transit{ + dwidth = 3; + height = 7; + id = "steel_rain_transit"; + name = "steel_rain in transit"; + width = 7 }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/space/transit{ + icon_state = "speedspace_ns_1" }, -/area/syndicate_mothership) -"sca" = ( -/obj/machinery/vending/medical{ - req_access_txt = "0" +/area/space) +"oOv" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 }, -/obj/structure/window/reinforced{ - dir = 4 +/obj/structure/sign/poster/ripped{ + pixel_x = 32 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ dir = 4; - icon_state = "darkblue" + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"oOK" = ( +/obj/machinery/door/airlock/centcom{ + name = "Black Ops"; + opacity = 1; + req_access_txt = "111" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"scb" = ( -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - name = "Weapons"; - req_access = null +"oON" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" }, -/obj/item/gun/projectile/automatic/m90, -/obj/item/gun/projectile/automatic/m90, -/obj/item/gun/projectile/automatic/m90, -/obj/item/gun/projectile/automatic/m90, -/obj/item/gun/projectile/automatic/m90, -/obj/item/gun/projectile/automatic/m90, -/obj/item/ammo_box/a40mm, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/a40mm, -/obj/item/ammo_box/a40mm, -/obj/item/ammo_box/a40mm, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 }, -/area/ussp_ship) -"scl" = ( +/turf/simulated/floor/plating, +/area/centcom/specops) +"oOS" = ( +/obj/structure/table/wood, /obj/structure/window/reinforced{ - color = "red"; - layer = 2.9 + dir = 8 }, -/obj/structure/window/reinforced{ - color = "red"; - dir = 4; - layer = 2.9 +/obj/item/camera_film, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/obj/structure/grille{ - layer = 2.8 +/area/centcom/zone1) +"oPU" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT2"; + name = "Launch Bay #2" }, -/obj/structure/window/reinforced{ - color = "red"; - dir = 1; - layer = 2.9 +/turf/simulated/floor/plating, +/area/centcom/specops) +"oQl" = ( +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"oQr" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 5; + height = 7; + id = "supply_transit"; + name = "supply in transit"; + width = 12 }, -/obj/machinery/door/poddoor/shutters{ - dir = 1; - id_tag = "commandcenter"; - name = "Privacy Shutters" +/turf/space/transit{ + icon_state = "speedspace_ns_1" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/space) +"oQO" = ( +/obj/structure/table/glass, +/obj/effect/decal/stripes/gold/line/south, +/obj/machinery/light/small{ + dir = 8 }, -/area/syndicate_mothership) -"scs" = ( -/obj/effect/decal/warning_stripes/east{ - layer = 50; - level = 1 +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"oQS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" }, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkred" +/area/shuttle/syndicate) +"oQU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 }, -/area/centcom/zone3) -"sdu" = ( -/obj/machinery/door/poddoor/shutters{ +/turf/simulated/floor/plasteel{ dir = 1; - id_tag = "CC_special_operations_force_room"; - layer = 5; - locked = 1; - name = "Central Command Special Operations Forces" + icon_state = "darkred" }, -/turf/space, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/shuttle/syndicate) +"oQV" = ( +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/centcom/specops) -"seh" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/vodka, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/shuttle/syndicate) +"oRo" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 6 }, -/area/ussp_ship) -"seJ" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/area/centcom/specops) -"sfp" = ( -/obj/machinery/camera{ - c_tag = "CentComm SOF Artillery"; - network = list("CentComm") +/area/syndicate_mothership/elite_squad) +"oRv" = ( +/obj/machinery/door_control{ + color = "#99ff99"; + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_basic"; + name = "SST Armory Basic Weapons"; + pixel_y = -24; + req_access_txt = "153" }, -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/machinery/door_control{ + color = "#ffdd99"; + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_grenades"; + name = "SST Armory Grenades"; + pixel_x = 6; + pixel_y = -32; + req_access_txt = "153" }, -/area/centcom/specops) -"sfT" = ( -/obj/structure/bed, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/machinery/door_control{ + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_advanced"; + name = "SST Armory Advanced Weapons"; + pixel_y = -40; + req_access_txt = "153" }, -/area/syndicate_mothership) -"sgy" = ( -/obj/structure/table/wood, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Central Command" +/obj/machinery/door_control{ + color = "#9999ff"; + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_support"; + name = "SST Armory Support Items"; + pixel_x = -6; + pixel_y = -32; + req_access_txt = "153" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"oRB" = ( +/mob/living/simple_animal/hostile/creature{ + name = "Experiment 35b" }, -/area/centcom/specops) -"sgM" = ( /turf/unsimulated/floor{ - name = "plating" + icon_state = "plasma" }, -/area/tdome/tdome2) -"sgZ" = ( -/obj/structure/window/full/reinforced{ - layer = 2 +/area/wizard_station) +"oRV" = ( +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"oSm" = ( +/obj/structure/window/reinforced{ + layer = 2.9 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/wood, +/area/centcom/jail) +"oSQ" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/centcom/jail) +"oSR" = ( +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/jail) -"shN" = ( -/obj/structure/chair/comfy/beige{ - dir = 8 +/area/syndicate_mothership/jail) +"oSZ" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" }, +/area/holodeck/source_emptycourt) +"oTb" = ( +/obj/mecha/combat/marauder/mauler/loaded, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 8; + icon_state = "vault" }, -/area/centcom/bridge) -"shO" = ( -/turf/simulated/floor/holofloor{ +/area/tdome/arena_source) +"oTs" = ( +/obj/machinery/chem_dispenser, +/turf/simulated/floor/plasteel{ dir = 1; - icon_state = "red" + icon_state = "dark" }, -/area/holodeck/source_emptycourt) -"shT" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/flare{ +/area/syndicate_mothership/control) +"oTy" = ( +/obj/structure/table/wood, +/obj/item/grenade/smokebomb{ pixel_x = 2; pixel_y = -2 }, -/obj/item/storage/box/bola{ - pixel_x = 5; - pixel_y = 5 +/obj/item/grenade/smokebomb{ + pixel_y = 1 }, -/obj/item/storage/box/bodybags{ +/obj/item/grenade/smokebomb{ pixel_x = -2; - pixel_y = 3 + pixel_y = 2 }, -/obj/item/storage/box/bodybags{ - pixel_x = -2; - pixel_y = 3 +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/obj/item/storage/box/bodybags{ - pixel_x = -2; - pixel_y = 3 +/area/syndicate_mothership/infteam) +"oTA" = ( +/turf/unsimulated/wall{ + icon_state = "iron0" }, -/obj/item/storage/box/flare{ - pixel_x = 2; - pixel_y = -2 +/area/syndicate_mothership/jail) +"oTI" = ( +/obj/structure/table/reinforced, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/turf/simulated/floor/wood, +/area/centcom/specops) +"oTM" = ( +/obj/machinery/teleport/station, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/storage/box/flare{ - pixel_x = 2; - pixel_y = -2 +/area/centcom/supply) +"oUj" = ( +/obj/item/mecha_parts/mecha_equipment/cable_layer, +/obj/item/mecha_parts/mecha_equipment/drill/diamonddrill, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, +/obj/item/mecha_parts/mecha_equipment/rcd, +/obj/item/mecha_parts/mecha_equipment/extinguisher, +/obj/structure/closet/crate, +/turf/unsimulated/floor/wood, +/area/admin) +"oUm" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, -/obj/item/storage/box/bola{ - pixel_x = 5; - pixel_y = 5 +/area/centcom/jail) +"oUy" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" }, -/obj/item/storage/box/bola{ - pixel_x = 5; - pixel_y = 5 +/obj/structure/flora/grass/jungle/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"oUA" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"oUB" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" }, /turf/unsimulated/floor{ - icon_state = "dark" + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/outside) +"oUL" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock"; + req_access_txt = "150" + }, +/obj/machinery/door_control{ + id = "syndicate_elite"; + name = "Blast Doors"; + pixel_x = -25; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_elite"; + name = "Front Hull Door"; + opacity = 0; + req_access_txt = "150" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"oUU" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"oUX" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreyred" }, -/area/centcom/specops) -"six" = ( -/obj/structure/flora/grass/both, -/turf/unsimulated/floor/snow, /area/syndicate_mothership) -"siH" = ( -/obj/structure/table/abductor{ - name = "table" +"oVf" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"oVZ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" }, -/obj/item/clothing/head/helmet/space/chronos, -/obj/item/clothing/head/helmet/space/chronos, -/obj/item/clothing/head/helmet/space/chronos, -/obj/item/clothing/head/helmet/space/chronos, +/area/wizard_station) +"oWb" = ( +/obj/structure/table, +/obj/random/tool, +/obj/item/clothing/gloves/color/yellow, +/obj/item/pinpointer/advpinpointer, /turf/unsimulated/floor{ - icon_state = "darkfull" + dir = 8; + icon_state = "wood" }, -/area/chrono_ship) -"siK" = ( -/obj/machinery/computer/bsa_control/admin{ - integrity_failure = 20; - req_access_txt = "114" +/area/admin) +"oWf" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/zone3) +"oWo" = ( +/obj/machinery/kitchen_machine/candy_maker, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/centcom/specops) -"sjd" = ( -/obj/machinery/bsa/full/admin/east, -/obj/effect/decal/warning_stripes/north, -/turf/unsimulated/floor{ - name = "plating" +/area/centcom/zone1) +"oWt" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" }, -/area/centcom/specops) -"sjC" = ( -/obj/machinery/door/window{ - color = null; - dir = 2; - opacity = 1; - panel_open = 1 +/area/holodeck/source_emptycourt) +"oWu" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluecornersalt" }, +/area/centcom/specops) +"oWH" = ( +/obj/structure/shuttle/engine/large, /turf/unsimulated/floor/grass, -/area/centcom/zone1) -"sjT" = ( +/area/syndicate_mothership/outside) +"oWL" = ( +/obj/effect/overlay/palmtree_r, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"oWN" = ( +/obj/effect/overlay/palmtree_l, +/obj/effect/overlay/coconut, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"oWS" = ( +/obj/machinery/sleeper/upgraded, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 8; + icon_state = "wood" }, -/area/ussp_ship) -"skb" = ( -/obj/machinery/optable, -/obj/machinery/defibrillator_mount/loaded{ - pixel_y = -30 +/area/admin) +"oWT" = ( +/obj/structure/table/wood/fancy, +/turf/simulated/floor/wood, +/area/syndicate_mothership/control) +"oXd" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/turf/unsimulated/floor{ +/area/syndicate_mothership) +"oXn" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/turf/simulated/floor/plasteel{ icon_state = "freezerfloor" }, -/area/syndicate_mothership) -"skq" = ( -/obj/effect/decal/warning_stripes/north, -/turf/space, -/turf/unsimulated/floor{ - name = "plating" +/area/centcom/jail) +"oXD" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "blue" }, -/area/centcom/specops) -"slB" = ( -/obj/effect/decal/warning_stripes/northeast, -/turf/unsimulated/floor{ - name = "plating" +/area/holodeck/source_knightarena) +"oXE" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" }, /area/centcom/specops) -"slF" = ( -/obj/structure/window/reinforced{ - color = "red"; - layer = 2.9 - }, +"oXI" = ( /obj/structure/window/reinforced{ - color = "red"; - dir = 4; - layer = 2.9 + dir = 1 }, /obj/structure/window/reinforced{ - color = "red"; - dir = 8; - layer = 2.9 + dir = 4 }, -/obj/structure/grille{ - layer = 2.8 +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" }, -/obj/structure/window/reinforced{ - color = "red"; +/area/centcom/evac) +"oYg" = ( +/obj/machinery/vending/chinese/free, +/turf/simulated/floor/plasteel{ dir = 1; - layer = 2.9 + icon_state = "dark" }, -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "commandcenter"; - name = "Privacy Shutters" +/area/syndicate_mothership/elite_squad) +"oZd" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (NORTHEAST)" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/wizard_station) +"oZk" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/evac) +"oZr" = ( +/obj/effect/decal/stripes/gold/line/west, +/obj/effect/decal/stripes/gold/line/east, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" }, -/area/syndicate_mothership) -"slM" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"oZR" = ( +/obj/structure/chair/wood{ + dir = 1 }, -/area/syndicate_mothership) -"slZ" = ( -/obj/effect/spawner/window/reinforced, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/turf/simulated/floor/carpet, +/area/centcom/evac) +"oZZ" = ( +/obj/effect/decal/stripes/gold/line/west, +/obj/effect/decal/stripes/gold/line/east, +/obj/structure/chair/sofa/left{ + dir = 8 }, +/turf/simulated/floor/carpet/black, /area/centcom/zone1) -"smG" = ( -/obj/machinery/vending/syndicigs, +"pan" = ( +/obj/machinery/computer/camera_advanced, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/syndicate_mothership) -"smH" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/area/syndicate_mothership/control) +"paC" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" }, -/obj/machinery/light/small{ - brightness_range = 10; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/area/syndicate_mothership/elite_squad) +"paK" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"paS" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 }, -/area/ussp_ship) -"smW" = ( -/turf/unsimulated/wall{ - icon_state = "rrust10" +/obj/effect/decal/stripes/black/deadlock/east, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"pbe" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"pbD" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo5" }, -/area/vox_station) -"snW" = ( -/obj/machinery/door/window/brigdoor{ - color = "#d70000"; - dir = 2; - name = "Riot Control"; - req_access_txt = "156" +/obj/effect/decal/stripes/black{ + icon_state = "bs_line_W" }, -/obj/effect/turf_decal/stripes/red/line{ +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"pbE" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_service, +/obj/machinery/light{ dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/wood, +/area/centcom/zone2) +"pbN" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" }, -/area/syndicate_mothership) -"sob" = ( -/obj/structure/chair/wood{ - dir = 1 +/area/syndicate_mothership/elite_squad) +"pbU" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/centcom/evac) +"pbV" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" }, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/salglu, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + icon_state = "white" }, /area/centcom/zone1) -"sog" = ( +"pcn" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"pcw" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"pcz" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/cargo) +"pcD" = ( /obj/structure/table/wood, -/obj/item/gun/projectile/bow, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, /area/admin) -"soX" = ( -/obj/machinery/chem_heater, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +"pdj" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" }, -/area/admin) -"spt" = ( -/obj/structure/closet/secure_closet/personal/cabinet{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - req_access_txt = "114" +/turf/unsimulated/floor/asteroid{ + dir = 8; + icon_state = "asteroidwarning"; + name = "plating" }, -/obj/item/storage/box/centcomofficer, -/obj/item/radio/headset/centcom{ - desc = null; - name = "Supreme commander bowman headset" +/area/syndicate_mothership/outside) +"pdl" = ( +/obj/structure/table/wood, +/obj/item/toy/russian_revolver, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, -/obj/item/card/id{ - access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106,107,108,109,110,111,112,113,114); - icon_state = "commander"; - name = "Supreme Commander ID card"; - rank = "Nanotrasen Navy Captain"; - registered_name = null +/area/admin) +"pdq" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "blue" }, -/obj/item/door_remote/centcomm, -/obj/item/clothing/accessory/medal/gold{ - desc = null; - name = "Supreme commander's gold medal" +/area/holodeck/source_knightarena) +"pdE" = ( +/obj/machinery/cryopod/right, +/obj/effect/decal/stripes/black/deadlock/west, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pdK" = ( +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/carpet/arcade, +/area/centcom/specops) +"pdO" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/obj/item/gun/projectile/revolver/mateba, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/elite_squad) +"pej" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcornersalt" }, -/area/centcom/zone2) -"spy" = ( -/obj/structure/rack, -/obj/item/clothing/under/color/green, -/obj/item/clothing/shoes/brown, -/obj/item/grenade/smokebomb, -/obj/item/restraints/legcuffs/beartrap, -/obj/item/sleeping_carp_scroll, -/obj/item/twohanded/bostaff, +/area/centcom/supply) +"pek" = ( +/obj/structure/table/wood/fancy/black, /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "carpet6-2" }, -/area/tdome/arena) -"spA" = ( -/obj/machinery/door/airlock/centcom{ - name = "Black Ops"; - opacity = 1; - req_access_txt = "111" +/area/wizard_station) +"pem" = ( +/obj/item/clothing/glasses/sunglasses/yeah, +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"pev" = ( +/obj/structure/table/wood, +/obj/item/toy/foamblade, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"peG" = ( +/obj/item/clothing/head/collectable/petehat{ + desc = "It smells faintly of reptile."; + name = "fancy leader hat" + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"peS" = ( +/obj/effect/turf_decal/bot_white/left, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pff" = ( +/obj/effect/turf_decal{ dir = 8; - icon_state = "navyblue" + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/centcom/blops) -"spW" = ( -/obj/machinery/door_control{ - id = "CC_zone3_blastdoor"; - name = "Zone 3 Blastdoor Control"; - pixel_x = 25; - req_access_txt = "114" +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" }, -/obj/effect/decal/warning_stripes/east{ - layer = 50 +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidwarning"; + name = "plating" }, -/turf/unsimulated/floor{ +/area/syndicate_mothership/outside) +"pfP" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/window/full/basic, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"pgl" = ( +/obj/item/flag/species/human, +/turf/simulated/floor/plasteel{ dir = 4; - icon_state = "darkred" + icon_state = "darkgrey" }, -/area/centcom/zone2) -"sqc" = ( -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/stalkybush, -/obj/structure/flora/ausbushes/leafybush, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/area/centcom/evac) +"pgs" = ( +/obj/effect/decal/stripes/black/corner, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" }, /area/centcom/specops) -"sqk" = ( -/obj/structure/mirror{ - pixel_x = 30 +"pgW" = ( +/obj/structure/window/reinforced{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 8 }, -/area/centcom/jail) -"sso" = ( -/obj/machinery/door_control{ - id = "CC_zone3_blastdoor"; - name = "Zone 3 Blastdoor Control"; - pixel_x = -25; - req_access_txt = "114" +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/effect/decal/warning_stripes/west{ - layer = 50 +/turf/simulated/shuttle/plating, +/area/shuttle/mining) +"pgZ" = ( +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 1 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkblue" +/obj/structure/chair/comfy/shuttle{ + dir = 8 }, -/area/centcom/zone3) -"sss" = ( +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"phb" = ( /turf/simulated/floor/holofloor{ - dir = 6; + dir = 5; icon_state = "green" }, -/area/holodeck/source_emptycourt) -"ssz" = ( -/turf/unsimulated/wall{ - icon_state = "iron11"; - tag = "icon-iron11" - }, -/area/space) -"ssS" = ( -/obj/machinery/computer/shuttle/sit, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/holodeck/source_basketball) +"phe" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/pen, +/obj/item/pen, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/area/syndicate_mothership) -"std" = ( +/area/centcom/jail) +"phE" = ( +/obj/effect/decal/stripes/gold/corner/east, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"phK" = ( /obj/structure/table/wood, -/obj/item/gun/projectile/shotgun/riot/short, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/item/gun/energy/laser/tag/blue, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, /area/admin) -"stq" = ( -/obj/machinery/door/poddoor/shutters{ - armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); - density = 0; - dir = 2; - icon_state = "open"; - id_tag = "ERT_turret_shutters"; +"phM" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"phZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_inner_right"; locked = 1; - name = "ERT Lockdown"; - opacity = 0 + name = "Ship External Access"; + req_access_txt = "150" }, -/obj/structure/sign/poster/official/help_others{ - pixel_x = 30 +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" }, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkgreynavyblue" +/area/shuttle/syndicate) +"pir" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"stD" = ( -/obj/item/gun/syringe/rapidsyringe, +"piX" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet2-0"; + tag = "icon-carpet2-0 (EAST)" + }, +/area/holodeck/source_theatre) +"piZ" = ( /obj/structure/table/wood, +/obj/item/gun/energy/telegun, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "darkgrey" }, /area/admin) -"stM" = ( -/obj/structure/toilet{ - dir = 8; - pixel_y = 8 - }, -/obj/machinery/light/small{ - dir = 1; - light_range = 6; - throw_range = 6 - }, -/turf/unsimulated/floor{ - icon_state = "sepia" +"pjK" = ( +/obj/structure/table/wood/fancy/black, +/obj/effect/decal/stripes/gold/line/south, +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pkf" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding1"; + tag = "icon-wood_siding1" }, -/area/ussp_ship) -"stT" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "rampbottom" +/area/holodeck/source_picnicarea) +"pkM" = ( +/obj/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" }, -/area/centcom/bridge) -"sum" = ( -/turf/space, -/turf/unsimulated/wall/fakeglass{ - dir = 8; - icon_state = "fakewindows3"; - tag = "icon-fakewindows (WEST)" +/area/syndicate_mothership) +"pkY" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding1"; + tag = "icon-wood_siding1" }, -/area/centcom) -"svp" = ( -/obj/item/radio/intercom/syndicate{ - pixel_x = 32 +/area/holodeck/source_picnicarea) +"plK" = ( +/obj/structure/table, +/obj/item/grenade/plastic/c4{ + pixel_x = -4; + pixel_y = -2 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/item/grenade/syndieminibomb{ + pixel_x = 8 }, -/area/syndicate_mothership) -"svW" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/syndicate, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/radio/beacon/syndicate/bomb{ + pixel_x = -5; + pixel_y = 12 }, -/area/syndicate_mothership) -"swv" = ( +/obj/item/radio/beacon/syndicate/bomb{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/grenade/plastic/c4{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"pmx" = ( /obj/structure/table/wood, -/obj/item/gun/projectile/automatic/gyropistol, +/obj/machinery/kitchen_machine/microwave, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"pmF" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/sniper_rifle/toy, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, /area/admin) -"swC" = ( -/obj/structure/table/abductor, -/obj/effect/spawner/lootdrop{ - loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); - name = "Food CC Spawner #3" +"pmM" = ( +/obj/machinery/vending/suitdispenser, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/syndicate_mothership/elite_squad) +"pmN" = ( +/obj/effect/decal/stripes/gold/corner/south, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"pmZ" = ( +/obj/machinery/vending/toyliberationstation{ + contraband = null; + products = list(/obj/item/gun/projectile/automatic/toy = 10, /obj/item/gun/projectile/automatic/toy/pistol = 10, /obj/item/gun/projectile/shotgun/toy = 10, /obj/item/toy/sword = 10, /obj/item/ammo_box/foambox = 20, /obj/item/toy/foamblade = 10, /obj/item/toy/syndicateballoon = 10, /obj/item/clothing/suit/syndicatefake = 5, /obj/item/clothing/head/syndicatefake = 5, /obj/item/gun/projectile/shotgun/toy/crossbow = 10, /obj/item/gun/projectile/automatic/c20r/toy/riot = 10, /obj/item/gun/projectile/automatic/l6_saw/toy/riot = 10, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 10, /obj/item/ammo_box/foambox/riot = 20, /obj/item/toy/katana = 10, /obj/item/twohanded/dualsaber/toy = 5, /obj/item/toy/cards/deck/syndicate = 10) }, -/area/centcom/zone1) -"swR" = ( -/obj/machinery/door_control{ - id = "CC_zone3_blastdoor"; - name = "Zone 3 Blastdoor Control"; - pixel_x = 25; - req_access_txt = "114" +/obj/machinery/light/small{ + dir = 1 }, -/obj/effect/decal/warning_stripes/east{ - layer = 50; - level = 0 +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/turf/unsimulated/floor{ +/area/syndicate_mothership/elite_squad) +"pnL" = ( +/turf/simulated/floor/holofloor{ dir = 4; - icon_state = "darkred" + icon_state = "carpet3-0"; + tag = "icon-carpet3-0 (EAST)" }, -/area/centcom/zone3) -"swV" = ( -/obj/effect/decal/warning_stripes/west{ - layer = 50 +/area/holodeck/source_theatre) +"pnZ" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/toy/prize/seraph{ + pixel_y = 12 }, -/obj/machinery/door_control{ - id = "CC_zone3_blastdoor"; - name = "Zone 3 Blastdoor Control"; - pixel_x = -25; - req_access_txt = "114" +/turf/simulated/floor/wood, +/area/centcom/bridge) +"poA" = ( +/obj/structure/chair/sofa/right{ + dir = 8 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkblue" +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"pph" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid1"; + tag = "icon-asteroid1 (EAST)" }, -/area/centcom/zone3) -"sxL" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkblue" +/area/holodeck/source_desert) +"ppn" = ( +/obj/effect/mapping_helpers/light{ + layer = 10 }, -/area/centcom/zone2) -"syD" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkred" +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"ppv" = ( +/obj/effect/decal/stripes/black/dot/west, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ppx" = ( +/obj/machinery/light{ + dir = 8 }, -/area/centcom/zone3) -"syH" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/e_gun/old, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluealt" }, +/area/centcom/specops) +"ppC" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/badmin/clown, +/turf/unsimulated/floor/wood, /area/admin) -"szw" = ( -/obj/machinery/vending/syndisnack, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +"ppH" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 8 }, -/area/syndicate_mothership) -"szy" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/landmark{ - name = "syndieprisonwarp" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/syndicate_mothership/elite_squad) +"ppL" = ( +/obj/machinery/reagentgrinder{ + layer = 4; + pixel_x = -1; + pixel_y = 9 }, -/area/syndicate_mothership) -"sAz" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 9; - tag = "icon-fakewindows (WEST)" +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/centcom/evac) -"sAC" = ( +/area/centcom/zone1) +"ppO" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"ppV" = ( +/obj/structure/table/wood/fancy/black, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" + icon_state = "carpet10-8" }, -/area/centcom/evac) -"sBu" = ( -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 +/area/wizard_station) +"ppZ" = ( +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"pqb" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 8 +/area/centcom/jail) +"pqn" = ( +/obj/structure/chair/sofa/left{ + dir = 1 }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1; - layer = 2.8 +/obj/machinery/light/small, +/obj/structure/curtain/open/shower/security{ + pixel_x = 32 }, -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - layer = 2.9; - name = "TX-20a magazine"; - req_access = null +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"pqv" = ( +/obj/structure/table, +/obj/item/multitool{ + pixel_x = 11; + pixel_y = 5 }, -/obj/item/ammo_box/magazine/wt550m9{ - name = "TX-20a magazine (4.6x30mm)" +/obj/item/assembly/prox_sensor{ + pixel_x = 10; + pixel_y = -5 }, -/obj/item/ammo_box/magazine/wt550m9{ - name = "TX-20a magazine (4.6x30mm)" +/obj/item/assembly/prox_sensor{ + pixel_x = 10; + pixel_y = -5 }, -/obj/item/ammo_box/magazine/wt550m9{ - name = "TX-20a magazine (4.6x30mm)" +/obj/item/assembly/signaler{ + pixel_y = 11 }, -/obj/item/ammo_box/magazine/wt550m9{ - name = "TX-20a magazine (4.6x30mm)" +/obj/item/assembly/signaler{ + pixel_y = 11 }, -/obj/item/ammo_box/magazine/wt550m9{ - name = "TX-20a magazine (4.6x30mm)" +/obj/item/assembly/signaler{ + pixel_y = 11 }, -/obj/item/ammo_box/magazine/wt550m9{ - name = "TX-20a magazine (4.6x30mm)" +/obj/item/assembly/infra{ + pixel_x = -2; + pixel_y = -5 }, -/obj/item/ammo_box/magazine/wt550m9{ - name = "TX-20a magazine (4.6x30mm)" +/obj/item/assembly/infra{ + pixel_x = -2; + pixel_y = -5 }, -/obj/item/ammo_box/magazine/wt550m9{ - name = "TX-20a magazine (4.6x30mm)" +/obj/item/assembly/voice{ + pixel_x = -10; + pixel_y = 12 }, -/obj/item/ammo_box/magazine/wt550m9{ - name = "TX-20a magazine (4.6x30mm)" +/obj/item/assembly/voice{ + pixel_x = -10; + pixel_y = 12 }, -/obj/item/ammo_box/magazine/wt550m9{ - name = "TX-20a magazine (4.6x30mm)" +/obj/structure/sign/poster/ripped{ + pixel_x = 32 }, -/obj/item/ammo_box/magazine/wt550m9{ - name = "TX-20a magazine (4.6x30mm)" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/obj/item/ammo_box/magazine/wt550m9{ - name = "TX-20a magazine (4.6x30mm)" +/area/shuttle/syndicate) +"pqD" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 }, /turf/unsimulated/floor{ - icon_state = "dark" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/specops) -"sBN" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/area/syndicate_mothership/jail) +"pqK" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "black"; + icon_state = "tile_full" }, -/area/ussp_ship) -"sBP" = ( -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" }, -/area/centcom/jail) -"sCb" = ( -/obj/structure/plasticflaps{ - opacity = 1 +/area/syndicate_mothership) +"pqP" = ( +/obj/effect/decal/warning_stripes/blue, +/turf/unsimulated/wall, +/area/admin) +"pqW" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium" }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2"; - tag = "" +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" }, -/area/ussp_ship) -"sCI" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/revolver/mateba, -/obj/item/gun/projectile/revolver/nagant, -/obj/item/gun/projectile/revolver/russian, -/obj/item/gun/projectile/revolver/russian/soul, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"sCO" = ( -/obj/structure/window/reinforced, -/obj/structure/flora/ausbushes/sunnybush, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" - }, -/area/centcom/specops) -"sDx" = ( -/turf/simulated/floor/holofloor{ - dir = 8; - icon_state = "green" - }, -/area/holodeck/source_emptycourt) -"sDF" = ( -/obj/machinery/light{ - dir = 8; - switchcount = 50 +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"prd" = ( +/obj/machinery/light/small{ + dir = 8 }, -/turf/unsimulated/beach/water/deep/dense, -/area/centcom/evac) -"sEj" = ( -/turf/unsimulated/wall{ - icon_state = "iron11" +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" }, /area/syndicate_mothership) -"sEB" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 8; - tag = "icon-fakewindows (WEST)" +"prI" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/area/wizard_station) -"sFg" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - color = "red"; +/obj/machinery/light/small{ dir = 8 }, -/obj/structure/window/reinforced{ - color = "red"; - dir = 4 +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + lootcount = 20; + name = "Food CC Spawner #2" }, -/obj/structure/window/reinforced{ - color = "red"; - dir = 1; - layer = 2.9 +/turf/simulated/floor/wood, +/area/centcom/zone1) +"prX" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredalt" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/zone3) +"psd" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowalt" }, -/area/syndicate_mothership) -"sFo" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/revolver/detective, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/syndicate_mothership/cargo) +"psK" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 }, -/area/admin) -"sFy" = ( -/obj/machinery/vending/engineering, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/specops) -"sFT" = ( +/area/centcom/supply) +"psP" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stack/spacecash, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" - }, -/area/centcom/court) -"sFV" = ( -/obj/machinery/computer/station_alert, -/obj/structure/sign/poster/official/kill_syndicate{ - pixel_y = 30 - }, -/turf/unsimulated/floor{ icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/centcom/specops) -"sGP" = ( -/obj/structure/chair/sofa/right{ - dir = 1 +/area/wizard_station) +"pte" = ( +/obj/structure/table/wood/fancy/black, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" }, -/obj/machinery/light, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/effect/decal/stripes/gold/line/south, +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pub" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"puc" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = 8 }, -/area/syndicate_mothership) -"sHg" = ( -/obj/structure/table, -/obj/item/storage/toolbox/surgery, -/obj/item/storage/box/gloves, -/obj/item/storage/box/masks, -/obj/item/clothing/gloves/color/latex/nitrile, -/obj/structure/window/reinforced{ - dir = 8 +/obj/item/gun/energy/gun/nuclear{ + pixel_y = -2 }, -/turf/unsimulated/floor{ - icon_state = "white" +/obj/item/gun/energy/gun/nuclear{ + pixel_y = -2 }, -/area/centcom/zone1) -"sHO" = ( -/obj/machinery/camera{ - c_tag = "CentComm SOF Hallway"; - network = list("CentComm") +/obj/item/gun/energy/gun/nuclear{ + pixel_y = 8 }, -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" +/area/centcom/specops) +"puu" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/zone3) -"sIa" = ( -/turf/unsimulated/floor{ - icon = 'icons/obj/smooth_structures/catwalk.dmi'; - icon_state = "catwalk"; - name = "plating" +/area/shuttle/syndicate) +"puE" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "blue" }, -/area/centcom/specops) -"sIq" = ( -/obj/structure/window/reinforced{ - dir = 4 +/area/holodeck/source_knightarena) +"puM" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" }, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/bush, +/area/centcom/jail) +"puO" = ( +/obj/structure/table/wood, +/obj/item/gun/throw/crossbow/french, /turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" + icon_state = "darkgrey" }, -/area/centcom/specops) -"sIv" = ( -/obj/structure/chair/stool/bar, -/obj/machinery/light, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/admin) +"puS" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = -32 }, +/obj/machinery/chem_master, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"puZ" = ( +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/carpet/black, /area/centcom/evac) -"sIW" = ( -/obj/machinery/photocopier, -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_y = 30 +"pvx" = ( +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/zone1) +"pvS" = ( +/obj/machinery/vending/snack/free, +/obj/effect/decal/stripes/black/line/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"sJq" = ( -/obj/effect/landmark/costume/random, -/obj/structure/rack/holorack, -/turf/simulated/floor/holofloor{ - icon_state = "cult"; - tag = "icon-cult" +"pvT" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/pump, +/turf/unsimulated/floor/wood, +/area/admin) +"pwb" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/wood, +/area/centcom/specops) +"pwF" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/holodeck/source_theatre) -"sKF" = ( -/obj/machinery/door/poddoor/shutters{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - id_tag = "ERT_director_office_shutters"; - layer = 5; - locked = 1; - name = "ERT Director office" +/area/centcom/specops) +"pxs" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/mask/balaclava, +/turf/simulated/floor/wood, +/area/centcom/jail) +"pxX" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium" }, -/turf/unsimulated/wall/fakeglass{ +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ dir = 1; - tag = "icon-fakewindows (WEST)" + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/centcom) -"sLQ" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" }, -/obj/machinery/processor{ - pixel_y = 10 +/area/syndicate_mothership/outside) +"pys" = ( +/obj/machinery/light/small{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcornersalt" }, -/area/centcom/jail) -"sLV" = ( -/obj/structure/table/wood, -/obj/item/paper_bin/nanotrasen, -/obj/item/pen/multi/fountain, -/obj/item/ashtray/glass{ - pixel_x = -7; +/area/syndicate_mothership/cargo) +"pyu" = ( +/turf/simulated/floor/plasteel, +/area/centcom/evac) +"pyL" = ( +/obj/structure/table/reinforced, +/obj/item/stamp/syndicate, +/obj/item/stamp/chameleon{ + pixel_x = 10; pixel_y = 10 }, -/obj/item/lighter/zippo/blue{ - pixel_x = 5; - pixel_y = 8 +/obj/item/syndicatedetonator{ + pixel_x = -6; + pixel_y = -2 }, -/obj/item/clothing/mask/cigarette/cigar/cohiba{ - pixel_x = -4; - pixel_y = 9 +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"pzu" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor/wood, +/area/admin) +"pzx" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/structure/sign/barsign{ + pixel_y = 32 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pzJ" = ( +/obj/structure/fence{ + color = "#b0b7c6"; + dir = 4; + invulnerable = 1 }, -/area/centcom/specops) -"sMn" = ( -/obj/effect/decal/warning_stripes/south, -/turf/space, -/turf/unsimulated/floor{ +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"pzX" = ( +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"pzZ" = ( +/obj/item/clothing/head/collectable/xenom, +/obj/item/clothing/head/chicken, +/obj/item/aiModule/syndicate, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"pAe" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/centcom/supply) +"pAk" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; name = "plating" }, -/area/centcom/specops) -"sMH" = ( -/obj/structure/table/wood, -/obj/machinery/door_control{ - id = "syndicate_jail_cell"; - name = "Bolt Cell Doors"; - normaldoorcontrol = 1; - pixel_x = 6; - req_access_txt = "150"; - specialfunctions = 4 - }, -/obj/machinery/door_control{ - id = "syndicate_jail"; - name = "Bolt Jail Door"; - normaldoorcontrol = 1; - pixel_x = -5; - req_access_txt = "150"; - specialfunctions = 4 - }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/syndicate_mothership/outside) +"pAp" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 8 }, -/area/syndicate_mothership) -"sMR" = ( -/obj/structure/table/reinforced, -/obj/item/kitchen/utensil/pspork, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, /area/centcom/jail) -"sMS" = ( -/obj/effect/landmark{ - name = "Response Team" +"pAC" = ( +/obj/machinery/arcade/claw, +/obj/structure/curtain/black{ + pixel_x = -32 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/infteam) +"pBb" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 }, +/obj/effect/decal/stripes/black/line/west, +/turf/simulated/floor/carpet/black, /area/centcom/specops) -"sMZ" = ( -/obj/structure/table, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = -3 - }, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom/zone1) -"sNa" = ( -/obj/structure/table/wood, -/obj/machinery/light/small{ - brightness_range = 10; - dir = 1; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 - }, -/turf/unsimulated/floor{ - icon_state = "sepia" +"pBp" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 }, -/area/ussp_ship) -"sNl" = ( -/obj/effect/decal/warning_stripes/southeast, -/turf/unsimulated/floor{ - name = "plating" +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 }, -/area/centcom/specops) -"sNs" = ( -/obj/structure/mirror/magic{ - desc = null; - name = "mirror"; - pixel_y = 25 +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 }, -/obj/machinery/status_display{ - pixel_x = -32 +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 }, -/area/centcom/zone2) -"sNE" = ( -/obj/machinery/sleeper/syndie{ - dir = 2 +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 }, -/area/syndicate_mothership) -"sOd" = ( -/obj/machinery/embedded_controller/radio/airlock/access_controller{ - frequency = 1441; - id_tag = "syndicate_jail_airlock_control"; - name = "Syndicate Jail Access Controller"; - pixel_x = -25; - req_access_txt = "150"; - tag_exterior_door = "syndicate_jail_airlock_external"; - tag_interior_door = "syndicate_jail_airlock_internal" +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 }, -/area/syndicate_mothership) -"sOk" = ( -/obj/effect/overlay/palmtree_l, -/obj/effect/overlay/coconut, -/turf/simulated/floor/beach/sand, -/area/holodeck/source_beach) -"sPm" = ( -/obj/structure/lattice, -/obj/structure/lattice, -/turf/unsimulated/wall, -/area/centcom/evac) -"sQl" = ( -/obj/structure/table/wood/poker, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" }, /area/centcom/specops) -"sQv" = ( -/obj/machinery/door/airlock/centcom{ - name = "Supreme Commander"; - opacity = 1; - req_access_txt = "113" +"pBt" = ( +/obj/effect/decal/stripes/gold/corner/west, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"pBA" = ( +/obj/effect/turf_decal/caution/stand_clear/white, +/obj/machinery/light{ + dir = 8 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/zone2) -"sQw" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" +"pBB" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "golden_stripes_corner" }, -/obj/machinery/mech_bay_recharge_port/upgraded, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"pBH" = ( +/obj/machinery/computer/operating, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 8; + icon_state = "wood" }, /area/admin) -"sRB" = ( -/obj/machinery/teleport/station, -/turf/unsimulated/floor{ +"pBW" = ( +/obj/effect/turf_decal{ dir = 8; - icon_state = "grimy" + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/event_zone) -"sRJ" = ( -/obj/structure/holowindow{ - dir = 1 +/obj/effect/turf_decal{ + dir = 6; + icon_state = "grass_edge_medium"; + name = "grass" }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidwarning"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"pCl" = ( /turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"pCz" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ dir = 4; - icon_state = "green" + icon_state = "swall2" }, -/area/holodeck/source_thunderdomecourt) -"sRQ" = ( -/obj/structure/table/wood, -/obj/item/paper_bin/nanotrasen{ - pixel_x = 3; - pixel_y = 12 +/area/shuttle/administration) +"pDd" = ( +/obj/machinery/r_n_d/server/centcom, +/turf/unsimulated/floor/wood, +/area/admin) +"pDi" = ( +/obj/machinery/vending/cigarette, +/obj/structure/closet/fireaxecabinet{ + pixel_y = 32 }, -/obj/item/pen/fancy, -/obj/item/folder/white, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pDE" = ( +/obj/machinery/power/apc{ + name = "Gamma Armory APC"; + pixel_y = -24 }, -/area/centcom/zone2) -"sRT" = ( -/obj/effect/decal/warning_stripes/west{ - layer = 1000 +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkblue" +/obj/structure/sign/securearea{ + pixel_x = -32 }, -/area/centcom/zone3) -"sSa" = ( -/turf/unsimulated/floor{ +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/gun/rocketlauncher, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/kitchen/knife/combat, +/obj/item/kitchen/knife/combat, +/obj/item/kitchen/knife/combat, +/obj/item/grenade/chem_grenade/incendiary{ + name = "Incendiary Grenade" + }, +/obj/item/grenade/clusterbuster, +/obj/machinery/light/spot{ dir = 8; - icon_state = "wood" + tag = "icon-tube1 (WEST)" }, -/area/wizard_station) -"sSo" = ( -/obj/structure/table, -/obj/random/toolbox, -/obj/random/bomb_supply, -/obj/machinery/syndicatebomb/badmin/clown, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "floor4" }, -/area/admin) -"sSY" = ( -/obj/effect/decal/warning_stripes/east{ - layer = 50 +/area/shuttle/gamma/space) +"pDG" = ( +/obj/structure/shuttle/engine/heater, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" }, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkred" +/area/centcom/specops) +"pDH" = ( +/obj/machinery/computer/bsa_control/admin{ + integrity_failure = 20; + req_access_txt = "114" }, -/area/centcom/zone3) -"sTL" = ( -/obj/structure/table/wood, -/obj/item/folder/yellow{ +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pDW" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"pEc" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/medal/gold{ pixel_x = 7; pixel_y = 7 }, -/obj/item/folder/red{ - pixel_x = 7 - }, -/obj/item/folder/blue{ +/obj/item/clothing/accessory/medal/gold{ pixel_x = 7; - pixel_y = -7 + pixel_y = 7 }, -/obj/item/storage/briefcase, -/obj/item/door_remote/omni, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 }, -/area/centcom/specops) -"sTP" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 }, -/area/centcom/specops) -"sTX" = ( -/obj/machinery/vending/medical/syndicate_access, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 }, -/area/syndicate_mothership) -"sUx" = ( -/obj/machinery/camera{ - c_tag = "CentComm ERT Director Estate"; - dir = 8; - network = list("CentComm") +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/specops) -"sUJ" = ( -/obj/structure/window/reinforced, -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/bush, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/area/centcom/supply) +"pEl" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/area/centcom/specops) -"sVs" = ( -/obj/machinery/door_control{ - color = "#99ff99"; - id = "ERT_armory_lvl1"; - name = "ERT Armory Level 1"; - pixel_x = -22; - pixel_y = -6; - req_access_txt = "114" +/area/syndicate_mothership/control) +"pEv" = ( +/obj/structure/spacepoddoor{ + dir = 4; + luminosity = 3 }, -/obj/machinery/door_control{ - color = "#9999ff"; - id = "ERT_armory_lvl2"; - name = "ERT Armory Level 2"; - pixel_x = -33; - pixel_y = -6; - req_access_txt = "114" +/obj/machinery/door/poddoor/multi_tile/two_tile_hor{ + layer = 3.01 }, -/obj/machinery/door_control{ - color = "#ff9999"; - id = "ERT_armory_lvl3"; - name = "ERT Armory Level 3"; - pixel_x = -22; - pixel_y = 4; - req_access_txt = "114" +/turf/unsimulated/floor{ + name = "plating" }, -/obj/machinery/door_control{ - color = "#ffdd99"; - id = "ERT_armory_lvl4"; - name = "ERT Armory Level 4"; - pixel_x = -33; - pixel_y = 4; - req_access_txt = "114" +/area/syndicate_mothership/infteam) +"pEJ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/crossbow/large, +/turf/unsimulated/floor/wood, +/area/admin) +"pFm" = ( +/obj/structure/window/reinforced{ + dir = 1 }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/weed_extract, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"pFy" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_general, +/turf/simulated/floor/wood, +/area/centcom/specops) +"pFA" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/recharger, /turf/unsimulated/floor{ + dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/centcom/specops) -"sVv" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 25 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 40 +/area/wizard_station) +"pFP" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pFS" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/obj/item/twohanded/required/kirbyplants, +/area/syndicate_mothership/jail) +"pFT" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/decloner, /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "darkgrey" }, -/area/centcom/specops) -"sVA" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien13" +/area/admin) +"pFW" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "floorlattice" }, -/area/abductor_ship) -"sWK" = ( -/turf/simulated/floor/light, -/area/secret/gaybar) -"sWL" = ( -/turf/unsimulated/wall, -/area/start) -"sXn" = ( -/obj/machinery/cryopod, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/specops) +"pGD" = ( +/obj/structure/table/holotable, +/obj/item/clothing/suit/armor/riot/knight/blue, +/obj/item/clothing/head/helmet/riot/knight/blue, +/obj/item/holo/claymore/blue, +/turf/simulated/floor/holofloor{ + icon_state = "blue" }, -/area/centcom/blops) -"sXw" = ( -/turf/unsimulated/floor{ +/area/holodeck/source_knightarena) +"pGJ" = ( +/turf/simulated/floor/plasteel{ dir = 8; - icon_state = "warnwhiteorange" + icon_state = "neutral" }, /area/centcom/evac) -"sYp" = ( -/turf/unsimulated/floor{ - dir = 5; - icon_state = "darkblue" +"pHc" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" }, -/area/centcom/zone2) -"sZr" = ( -/obj/machinery/door/airlock/centcom{ - name = "ERT Mech, Gamma Delivery & Artillery Control"; - opacity = 1; - req_access_txt = "114" +/area/space) +"pHB" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 }, -/turf/unsimulated/floor{ +/obj/structure/grille, +/obj/structure/shuttle/window{ dir = 8; - icon_state = "navyblue" + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (WEST)" }, -/area/centcom/specops) -"taf" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien12" +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"pHO" = ( +/obj/structure/table/glass, +/obj/effect/decal/stripes/black/deadlock, +/turf/simulated/floor/wood, +/area/centcom/zone3) +"pHR" = ( +/obj/structure/reagent_dispensers/beerkeg/nuke{ + desc = "Однажды незадачливый отряд внедрения синдиката вместо настоящей бомбы, украл у НТ эту стилизованную кегу с пивом. Эти ребята более не ходят по миру, но кега всё ещё украшает один из местных баров. На ней виднеется зачёркнутое слово 'Нанотрейзен' и приписанное рядом, кровью, слово 'Синдикат'"; + name = "Syndicate-brand nuclear fission explosive"; + pixel_y = 12 }, -/area/abductor_ship) -"tah" = ( -/obj/machinery/status_display{ - pixel_x = -32 +/obj/structure/table/wood/fancy/black, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, /turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/specops) -"tai" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" +/area/syndicate_mothership/elite_squad) +"pIg" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/area/centcom/specops) -"tar" = ( -/obj/structure/chair/office/dark{ - dir = 4 +/area/centcom/jail) +"pIW" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_Armory_LWAP" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"tav" = ( -/obj/structure/table/wood/poker, -/obj/item/clothing/shoes/roman, -/obj/item/clothing/under/roman, -/obj/item/shield/riot/roman, -/obj/item/clothing/head/helmet/roman/legionaire, -/obj/item/twohanded/spear/bonespear, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/event_zone) -"taF" = ( -/obj/structure/flora/ausbushes/ywflowers, -/turf/simulated/floor/holofloor/grass, -/area/holodeck/source_picnicarea) -"taR" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 8; - tag = "icon-fakewindows (NORTHEAST)" - }, -/area/centcom) -"tbj" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 8; - tag = "icon-fakewindows (WEST)" +"pJc" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" }, -/area/ussp_ship) -"tbo" = ( -/obj/structure/table, -/obj/item/lighter/zippo, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/shuttle/siberia) +"pJf" = ( +/obj/effect/decal/stripes/gold/line/south, +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/area/ninja/holding) -"tbs" = ( -/obj/machinery/power/solar{ - id = "portsolar"; - name = "Port Solar Array" +/area/syndicate_mothership/infteam) +"pJV" = ( +/turf/simulated/floor/holofloor{ + icon_state = "red" }, -/obj/structure/cable, -/turf/space, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" +/area/holodeck/source_basketball) +"pKI" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, -/area/ussp_ship) -"tbv" = ( -/obj/item/gun/throw/crossbow, -/obj/item/gun/throw/crossbow/french, -/obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "black"; + icon_state = "tile_full" }, -/area/admin) -"tbB" = ( -/mob/living/simple_animal/turkey, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"tcz" = ( -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ dir = 8; - icon_state = "grimy" + icon_state = "warndarkgreyred" }, /area/syndicate_mothership) -"tcF" = ( -/obj/structure/closet/secure_closet/freezer/meat{ - req_access_txt = "102" +"pKU" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "106" }, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +/obj/structure/chair/comfy/lime{ + dir = 1 }, -/area/centcom/jail) -"tdZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"pKZ" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"pLm" = ( +/obj/machinery/iv_drip, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"pLw" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"pLN" = ( /obj/machinery/light/small{ - dir = 8; - light_range = 10; - throw_range = 6 + dir = 8 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/simulated/floor/wood, +/area/centcom/specops) +"pLU" = ( +/obj/structure/fence/corner{ + color = "#b0b7c6"; + dir = 1 }, -/area/ussp_ship) -"tfq" = ( -/turf/space, -/turf/unsimulated/wall/fakeglass{ - dir = 8; - icon_state = "fakewindows2"; - tag = "icon-fakewindows2 (WEST)" +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"pMn" = ( +/obj/machinery/conveyor/north{ + id = "SFBQMLoad2" }, -/area/centcom) -"tgm" = ( -/obj/structure/table/wood/fancy, -/obj/item/paper_bin/syndicate, -/obj/item/folder/red{ - pixel_x = -3; - pixel_y = 8 +/obj/structure/plasticflaps/mining{ + color = "red" }, -/obj/item/pen/multi/gold{ - pixel_x = -3; - pixel_y = -5 +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/cargo) +"pMv" = ( +/obj/effect/decal/stripes/gold/dot/west, +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/area/syndicate_mothership) -"thb" = ( -/obj/machinery/computer/card, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/infteam) +"pMw" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "blue" }, -/area/centcom/zone2) -"tho" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/reagent_dispensers/watertank/high, -/turf/unsimulated/floor/grass, +/area/holodeck/source_knightarena) +"pMI" = ( +/obj/structure/chair/stool/bar, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, /area/centcom/zone1) -"thL" = ( -/obj/machinery/computer/crew, -/turf/unsimulated/floor{ +"pMT" = ( +/turf/simulated/floor/plasteel{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "darkbluealtstrip" }, -/area/syndicate_mothership) -"tiN" = ( -/obj/machinery/chem_heater, -/obj/structure/window/reinforced{ - dir = 8 +/area/centcom/zone2) +"pNo" = ( +/obj/machinery/light/small{ + dir = 4 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkblue" +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"pNy" = ( +/obj/structure/chair/comfy/purp{ + dir = 8 }, +/turf/simulated/floor/carpet, /area/centcom/specops) -"tiP" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/folder/blue, -/obj/item/paper_bin/nanotrasen{ - pixel_x = -2; - pixel_y = 8 +"pNM" = ( +/obj/machinery/teleport/station, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/obj/item/pen/multi/fountain, +/area/shuttle/syndicate) +"pNO" = ( +/obj/structure/table/wood, +/obj/item/twohanded/fireaxe/energized, /turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/centcom/zone2) -"tjg" = ( -/obj/machinery/door/poddoor/shutters{ - armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); - density = 0; - dir = 2; - icon_state = "open"; - id_tag = "ERT_turret_shutters"; - locked = 1; - name = "ERT Lockdown"; - opacity = 0 + icon_state = "hierophant1" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkgreynavyblue" +/area/admin) +"pOr" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (WEST)" }, -/area/centcom/specops) -"tjT" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood-broken3" +/area/space) +"pOv" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = 4; + tag = "icon-shower (EAST)" }, -/area/wizard_station) -"tkk" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/folder/yellow, -/obj/item/pen/multi/gold, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/centcom/zone2) -"tko" = ( +/area/centcom/evac) +"pOM" = ( /obj/structure/table/wood, -/obj/item/paper/contract/employment, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/decal/stripes/black/line/south, +/turf/simulated/floor/carpet, +/area/centcom/court) +"pOQ" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 }, -/area/centcom/zone2) -"tkG" = ( -/obj/structure/dresser, -/turf/unsimulated/floor{ - icon_state = "carpet" +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"pPs" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 }, -/area/centcom/zone1) -"tkV" = ( -/obj/item/radio/intercom/syndicate{ - pixel_x = -32 +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/shuttle/syndicate) +"pPG" = ( +/obj/machinery/door/airlock/syndicate/security{ + name = "Ангар"; + req_access_txt = "150" }, -/area/syndicate_mothership) -"tlf" = ( -/obj/structure/window/reinforced{ - dir = 8 +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" }, -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"tlj" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 25 +/area/syndicate_mothership/infteam) +"pPI" = ( +/turf/unsimulated/floor{ + icon_state = "white" }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 40 +/area/centcom/zone1) +"pPU" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" }, -/obj/machinery/dna_scannernew, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkblue" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"pQd" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 8; + height = 20; + id = "freegolem_transit"; + name = "free golem in transit"; + width = 16 }, -/area/centcom/specops) -"tlo" = ( -/obj/machinery/autolathe, -/obj/item/stack/sheet/glass{ - amount = 10 +/turf/space/transit/east/shuttlespace_ew1, +/area/space) +"pQe" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" }, -/obj/item/stack/sheet/metal{ - amount = 10 +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/machinery/door/poddoor/impassable, /turf/unsimulated/floor{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "rampbottom" }, /area/syndicate_mothership) -"tlV" = ( -/obj/effect/decal/warning_stripes/west{ - layer = 200 - }, -/obj/structure/sign/poster/official/random{ - pixel_y = -30 - }, -/turf/unsimulated/floor{ +"pQr" = ( +/turf/unsimulated/wall/fakeglass{ dir = 8; - icon_state = "darkblue" + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"pQJ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredaltstrip" }, /area/centcom/zone3) -"tlX" = ( -/obj/structure/table/reinforced/brass, -/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, -/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, -/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, -/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, -/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, -/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, -/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, -/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, -/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +"pQR" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" }, -/area/vox_station) -"tmb" = ( -/obj/structure/table/abductor, -/obj/machinery/kitchen_machine/microwave/upgraded, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/machinery/light/small{ + dir = 4 }, -/area/centcom/zone1) -"tmi" = ( +/obj/structure/sign/poster/contraband/syndicate_pistol{ + pixel_x = 32 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"pRI" = ( /obj/structure/table/wood, -/obj/item/gun/projectile/revolver/doublebarrel, -/obj/item/gun/projectile/revolver/doublebarrel/improvised, -/obj/item/gun/projectile/revolver/doublebarrel/improvised/cane, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, /area/admin) -"tmL" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/zone3) -"tnf" = ( -/obj/machinery/camera{ - c_tag = "CentComm Zone 3 Check point"; - dir = 1; - network = list("CentComm") +"pRX" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ +/obj/effect/turf_decal{ dir = 1; - icon_state = "darkred" + icon_state = "grass_edge_medium_corner" }, -/area/centcom/zone3) -"tnq" = ( -/obj/effect/decal/warning_stripes/west{ - layer = 50 +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"pSw" = ( +/obj/machinery/chem_dispenser/supgraded, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/centcom/specops) +"pSN" = ( +/obj/machinery/cryopod/robot, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" }, -/turf/unsimulated/floor{ - dir = 9; - icon_state = "darkblue" +/area/centcom/specops) +"pSU" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" }, -/area/centcom/zone3) -"tnx" = ( -/obj/structure/closet{ - icon_closed = "cabinet_closed"; - icon_opened = "cabinet_open"; - icon_state = "cabinet_closed"; - req_access_txt = "114" +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/syndicate_mothership/elite_squad) +"pTF" = ( +/obj/structure/table/glass, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"pTI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" }, -/area/event_zone) -"toA" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/centcom/zone1) +"pTY" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc3" }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" +/area/shuttle/administration) +"pUa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/zone3) -"tpb" = ( -/obj/machinery/door/airlock/centcom{ - name = "Special Team Ready Room"; - opacity = 1; - req_access_txt = "106" +/area/centcom/zone2) +"pUu" = ( +/obj/structure/table/wood, +/obj/item/toy/russian_revolver/trick_revolver, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/admin) +"pUv" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign2"; + pixel_x = -16 }, -/area/centcom/srtops) -"tpf" = ( -/obj/machinery/computer/arcade, -/turf/unsimulated/floor{ - icon_state = "cafeteria" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/ninja/holding) -"tpg" = ( -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/centcom/evac) +"pUC" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/effect/landmark{ + name = "Commando" }, -/area/admin) -"tpv" = ( -/obj/item/radio/intercom{ +/obj/machinery/computer/cryopod{ pixel_y = -30 }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" - }, -/area/centcom/zone3) -"tqd" = ( -/obj/structure/table, -/turf/unsimulated/floor{ - icon_state = "wood" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/zone1) -"tqf" = ( -/obj/structure/bookcase/manuals, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/area/centcom/specops) +"pUR" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 4 }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/turf/unsimulated/floor{ +/area/centcom/jail) +"pUX" = ( +/obj/structure/rack, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/zone2) -"tqn" = ( +/area/centcom/specops) +"pVt" = ( /obj/structure/table/wood, -/obj/item/gun/projectile/shotgun/toy/crossbow, -/obj/item/gun/energy/kinetic_accelerator/crossbow, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"pVA" = ( +/obj/structure/table/wood, +/obj/item/toy/katana, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, /area/admin) -"tqu" = ( -/obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "dark" +"pVB" = ( +/obj/structure/curtain/open/shower/security, +/obj/machinery/shower{ + pixel_y = 20 }, -/area/centcom/zone2) -"tqR" = ( -/obj/structure/table, -/turf/unsimulated/floor{ - icon_state = "cafeteria" +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/area/ninja/holding) -"trk" = ( -/obj/machinery/light/small{ - dir = 1 +/area/syndicate_mothership/infteam) +"pWi" = ( +/obj/structure/shuttle_wall_corner{ + icon_state = "diagonalWall3" }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredalt" }, -/area/shuttle/assault_pod) -"tsP" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1441; - master_tag = "syndicate_jail_airlock_control"; - name = "Syndicate Jail Access Button"; - pixel_y = -25; - req_access_txt = "150" +/area/syndicate_mothership/cargo) +"pWj" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/tag/red, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/admin) +"pWu" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "green" }, -/area/syndicate_mothership) -"tte" = ( -/turf/space, -/turf/space, -/turf/space, -/area/space) -"ttV" = ( -/obj/structure/noticeboard{ - pixel_y = -30 +/area/holodeck/source_basketball) +"pWS" = ( +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/wolpincubes, +/obj/item/storage/box/monkeycubes/wolpincubes, +/obj/structure/table/glass, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/paper/syndimemo{ - info = "В крайнем случае, вызывайте коричневый код" +/area/centcom/specops) +"pXf" = ( +/obj/item/cardboard_cutout{ + anchored = 1; + desc = "Обычная статуя офицера, что она здесь делает? На табличке красуется надпись - Pizdyach Rodnenkiy"; + icon_state = "cutout_ntsec"; + name = "Officer" + }, +/turf/simulated/floor/grass, +/area/centcom/specops) +"pYo" = ( +/obj/effect/landmark{ + color = "#99ff99"; + icon_state = "x_white"; + name = "Syndicate-Infiltrator"; + tag = "Commando" }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"pZe" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/drinks/mugwort, /turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" + icon_state = "carpetside" }, -/area/centcom/zone3) -"tub" = ( -/obj/structure/table, -/obj/item/storage/toolbox/syndicate, -/obj/item/shard, -/obj/item/kitchen/knife, -/obj/item/storage/firstaid/tactical, +/area/wizard_station) +"pZq" = ( +/obj/structure/mineral_door/wood, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 8; + icon_state = "wood" }, /area/admin) -"tue" = ( -/turf/space, -/turf/space, -/area/space) -"tuL" = ( -/obj/structure/table/abductor{ - name = "table" +"pZY" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 7 }, -/obj/item/clothing/suit/space/chronos, -/obj/item/clothing/suit/space/chronos, -/obj/item/clothing/suit/space/chronos, -/obj/item/clothing/suit/space/chronos, -/turf/unsimulated/floor{ - icon_state = "darkfull" +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -3 }, -/area/chrono_ship) -"tuM" = ( -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 4 +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -13 }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1; - layer = 2.8 +/area/centcom/specops) +"qaa" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_y = 14 }, -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - layer = 2.9; - name = "Suppressor's"; - req_access = null; - req_access_txt = "114" +/obj/item/stack/packageWrap, +/obj/item/reagent_containers/food/drinks/bottle/cream, +/obj/item/reagent_containers/food/snacks/mint, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, -/obj/item/suppressor, -/obj/item/suppressor, -/obj/item/suppressor, -/obj/item/suppressor, -/obj/item/suppressor, -/obj/item/suppressor, -/obj/item/suppressor, -/obj/item/suppressor, -/obj/item/suppressor, -/obj/item/suppressor, +/area/centcom/jail) +"qar" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/emp, +/turf/unsimulated/floor/wood, +/area/admin) +"qau" = ( +/obj/effect/decal/stripes/black/line/west, +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qbb" = ( +/obj/machinery/kitchen_machine/oven/upgraded, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/specops) -"tvm" = ( -/obj/machinery/camera{ - c_tag = "CentComm Zone 3 Hallway 2"; +/area/syndicate_mothership/elite_squad) +"qbk" = ( +/turf/simulated/floor/plasteel{ dir = 1; - network = list("CentComm") - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = -7; - pixel_y = -30 + icon_state = "dark" }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 7; - pixel_y = -30 +/area/syndicate_mothership/cargo) +"qbr" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"qbE" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" }, -/area/centcom/zone3) -"tvt" = ( -/obj/structure/closet/crate/can, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" }, -/area/centcom/zone3) -"tvy" = ( -/obj/structure/chair{ - dir = 1 +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" }, -/obj/structure/sign/poster/official/state_laws{ - pixel_y = -30 +/area/syndicate_mothership/outside) +"qbO" = ( +/obj/structure/chair/comfy/purp, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"qck" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/toy/tommygun, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" +/area/admin) +"qcl" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreycornerred" }, -/area/centcom/zone3) -"twG" = ( -/obj/structure/chair{ +/area/syndicate_mothership/elite_squad) +"qcn" = ( +/obj/structure/chair/wood{ dir = 1 }, -/obj/machinery/status_display{ - pixel_y = -30 +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qco" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, -/area/centcom/zone3) -"txn" = ( -/obj/effect/decal/warning_stripes/blue, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/centcom/jail) +"qcB" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/gavelhammer{ + pixel_x = 5; + pixel_y = 5 }, -/area/event_zone) -"txu" = ( -/turf/simulated/shuttle/wall{ - icon_state = "wall3" +/obj/item/gavelblock{ + pixel_x = -5; + pixel_y = -3 }, -/area/shuttle/assault_pod) -"txQ" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/item/radio/intercom{ - pixel_y = -30 +/obj/effect/decal/stripes/black/line/south, +/turf/simulated/floor/carpet, +/area/centcom/court) +"qcF" = ( +/obj/machinery/bodyscanner{ + layer = 3.5 + }, +/obj/structure/window/reinforced{ + dir = 1 }, /turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"qcO" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; dir = 1; - icon_state = "darkred" + icon_state = "open"; + id_tag = "syndieshutters_Aspid"; + name = "Blast Shutters"; + opacity = 0 }, -/area/centcom/zone3) -"tyk" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/space, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" }, -/area/centcom/evac) -"tyu" = ( -/obj/machinery/vending/chinese/free, -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/syndicate_mothership/cargo) +"qcS" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreyred" }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" +/area/syndicate_mothership/infteam) +"qdd" = ( +/obj/machinery/vending/engivend{ + req_one_access_txt = "0" }, -/area/centcom/zone3) -"tyz" = ( -/obj/machinery/vending/cola/free, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" }, -/area/centcom/zone3) -"tzl" = ( -/turf/unsimulated/wall{ - icon_state = "sandstone5" +/area/centcom/specops) +"qdI" = ( +/obj/structure/closet/crate/can, +/obj/machinery/light/small{ + dir = 8 }, -/area/wizard_station) -"tBx" = ( -/obj/structure/holowindow{ - dir = 1 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/simulated/floor/holofloor{ - dir = 8; - icon_state = "blue" +/area/centcom/zone1) +"qfj" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi' }, -/area/holodeck/source_knightarena) -"tBD" = ( +/turf/simulated/floor/wood, +/area/centcom/specops) +"qfv" = ( /obj/structure/table/wood, -/obj/item/gun/projectile/revolver/fingergun, -/obj/item/gun/projectile/revolver/fingergun/fake, +/obj/item/gun/throw/crossbow, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "darkgrey" }, /area/admin) -"tDH" = ( -/obj/structure/chair{ - dir = 1 +"qfD" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_mech_maintenance"; + name = "SST Armory Mech Maintenance" }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"qfN" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/meteorgun, +/obj/item/gun/energy/meteorgun/pen, +/turf/unsimulated/floor/wood, +/area/admin) +"qgi" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluealt" }, -/area/centcom/zone3) -"tEC" = ( -/obj/structure/chair{ - dir = 1 +/area/centcom/specops) +"qgr" = ( +/obj/item/flag/syndi, +/obj/machinery/computer/cryopod{ + pixel_x = 32; + req_one_access = list(150) }, -/obj/structure/sign/poster/official/space_cops{ - pixel_y = -30 +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"qgA" = ( +/obj/effect/decal/stripes/gold/line, +/obj/effect/decal/stripes/gold/line/south, +/obj/item/flag/nt, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"qhH" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" +/obj/structure/mirror{ + pixel_x = -30 }, -/area/centcom/zone3) -"tED" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"qhO" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage/blood, /turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/admin) +"qim" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"qiO" = ( +/turf/simulated/floor/plasteel{ dir = 5; - icon_state = "darkbrown" + icon_state = "darkyellowaltstrip" }, -/area/centcom/specops) -"tEG" = ( -/obj/machinery/door/airlock/hatch/syndicate{ - name = "SIT Ready Room" +/area/centcom/zone3) +"qiR" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod4_transit"; + name = "pod 4 in transit"; + width = 3 }, -/obj/machinery/door/poddoor/impassable{ - id_tag = "sit_ready"; - layer = 2.8 +/turf/space/transit/east/shuttlespace_ew1, +/area/space) +"qje" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/enforcer, +/turf/unsimulated/floor/wood, +/area/admin) +"qjA" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/syndicate_mothership) -"tFo" = ( -/turf/simulated/floor/beach/coastline, -/area/holodeck/source_beach) -"tFM" = ( +/area/centcom/supply) +"qjT" = ( /obj/structure/chair{ dir = 1 }, -/obj/machinery/camera{ - c_tag = "CentComm Zone 3 Hallway"; - dir = 1; - network = list("CentComm") +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/centcom/evac) +"qjW" = ( +/obj/machinery/porta_turret/syndicate/interior, +/obj/structure/window/plasmareinforced{ + color = "#d70000" }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ dir = 1; - icon_state = "darkred" - }, -/area/centcom/zone3) -"tGb" = ( -/obj/effect/decal/warning_stripes/southwest, -/turf/unsimulated/floor{ - name = "plating" - }, -/area/centcom/specops) -"tGu" = ( -/obj/structure/table/holotable, -/turf/unsimulated/floor{ icon_state = "dark" }, -/area/centcom/zone1) -"tHw" = ( -/obj/structure/window/reinforced, -/obj/structure/sign/greencross{ - pixel_x = -32 +/area/syndicate_mothership/control) +"qkl" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/obj/structure/bush, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" }, -/area/centcom/specops) -"tIi" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8"; - tag = "" +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qkx" = ( +/obj/structure/bed, +/obj/item/bedsheet/qm, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"qkC" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"qkW" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/shuttle/syndicate) +"qlp" = ( +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/doctor, +/obj/item/storage/firstaid/doctor, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/structure/rack, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 }, -/area/ussp_ship) -"tIS" = ( -/obj/structure/table/reinforced, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang/limited{ - name = "SOB-5 Clusterbang Launcher"; - projectiles = 5 +/obj/structure/extinguisher_cabinet{ + pixel_x = 40 }, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, -/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, -/obj/item/mecha_parts/mecha_equipment/repair_droid, -/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbrownfull" +/obj/structure/window/reinforced, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"tIZ" = ( -/turf/unsimulated/wall/fakeglass{ +"qlu" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ dir = 5; - tag = "icon-fakewindows (WEST)" + icon_state = "darkbluealtstrip" }, -/area/centcom) -"tJH" = ( -/obj/structure/closet/crate/can, -/obj/structure/sign/poster/official/work_for_a_future{ - pixel_y = -30 +/area/centcom/zone2) +"qlw" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, +/obj/item/dice/d20, /turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/zone3) -"tJM" = ( +/area/wizard_station) +"qlC" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"qlF" = ( /obj/structure/table/wood, -/obj/item/gun/energy/gun/nuclear, +/turf/unsimulated/floor/wood, +/area/admin) +"qlM" = ( +/obj/structure/bed, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 + }, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 8; + icon_state = "bcarpet09" }, -/area/admin) -"tJW" = ( +/area/centcom/zone1) +"qlU" = ( /obj/structure/table/wood, -/obj/item/storage/lockbox/mindshield, -/obj/item/storage/lockbox/mindshield, -/obj/item/storage/lockbox/mindshield, -/obj/machinery/door_control{ - id = "CC_special_operations_force_room"; - name = "Central Command Special Operations Forces"; - pixel_x = -25; - pixel_y = 5; - req_access_txt = "114" +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 }, -/obj/item/door_remote/centcomm, -/obj/item/storage/box/erttaserproof, -/obj/item/storage/box/permits, /turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/specops) -"tJZ" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" +/area/syndicate_mothership) +"qlX" = ( +/obj/structure/chair/comfy/red{ + dir = 8 }, -/obj/machinery/computer/mech_bay_power_console, -/obj/machinery/light/spot{ +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"qnc" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/infteam) +"qnz" = ( +/turf/simulated/shuttle/wall{ dir = 4; - tag = "icon-tube1 (EAST)" + icon_state = "wall3" }, -/turf/unsimulated/floor{ - icon_state = "floor4" +/area/shuttle/syndicate) +"qnE" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "combat shotgun" }, -/area/shuttle/gamma/space) -"tKq" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1; - layer = 2.8 +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" }, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/gun/projectile/shotgun/automatic/combat, /obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 + dir = 8 }, /obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 4 + dir = 1 }, /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "floor4" }, -/area/centcom/specops) -"tKt" = ( -/turf/space, -/turf/unsimulated/floor{ - icon_state = "darkgrey" +/area/shuttle/gamma/space) +"qnM" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium" }, -/area/centcom/specops) -"tKE" = ( -/obj/machinery/door/airlock/centcom{ - name = "ERT Director"; - opacity = 1; - req_access_txt = "114" +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" }, -/area/centcom/specops) -"tKP" = ( -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"qnP" = ( +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 4 +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); +/area/centcom/supply) +"qnY" = ( +/turf/simulated/floor/plasteel{ dir = 1; - layer = 2.8 + icon_state = "darkredcorners" }, -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 2.9; - name = "LMG M249 SAW"; - req_access = null; - req_access_txt = "114" +/area/shuttle/syndicate) +"qol" = ( +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"qoq" = ( +/turf/unsimulated/wall{ + icon_state = "rwall0" }, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/gun/projectile/automatic/l6_saw{ - desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; - name = "M249 SAW" +/area/vox_station) +"qou" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredaltstrip" }, -/obj/item/gun/projectile/automatic/l6_saw{ - desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; - name = "M249 SAW" +/area/syndicate_mothership/jail) +"qoM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" }, -/obj/item/gun/projectile/automatic/l6_saw{ - desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; - name = "M249 SAW" +/area/syndicate_mothership/infteam) +"qpt" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/junglebush/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"qpD" = ( +/obj/effect/decal/stripes/gold/line/east, +/obj/machinery/vending/sovietsoda, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" }, -/obj/item/gun/projectile/automatic/l6_saw{ - desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; - name = "M249 SAW" +/area/syndicate_mothership/infteam) +"qpQ" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"qpS" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/ionrifle, +/turf/unsimulated/floor/wood, +/area/admin) +"qql" = ( +/obj/structure/weightmachine/stacklifter, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"qqC" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/gun/projectile/automatic/l6_saw{ - desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; - name = "M249 SAW" +/area/centcom/evac) +"qqS" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 }, -/obj/item/gun/projectile/automatic/l6_saw{ - desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; - name = "M249 SAW" +/obj/structure/mirror{ + pixel_x = 30 }, -/obj/item/gun/projectile/automatic/l6_saw{ - desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; - name = "M249 SAW" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/obj/item/gun/projectile/automatic/l6_saw{ - desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; - name = "M249 SAW" +/area/centcom/zone3) +"qqV" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/gun/projectile/automatic/l6_saw{ - desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; - name = "M249 SAW" +/area/centcom/evac) +"qrg" = ( +/obj/structure/chair/sofa/right{ + dir = 8 }, -/obj/item/gun/projectile/automatic/l6_saw{ - desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; - name = "M249 SAW" +/obj/effect/decal/stripes/gold/deadlock, +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/carpet/black, +/area/centcom/zone3) +"qri" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, -/area/centcom/specops) -"tLQ" = ( -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" }, -/area/centcom/zone3) -"tLV" = ( -/turf/simulated/floor/holofloor{ - dir = 6; - icon_state = "carpetsymbol"; - tag = "icon-carpetsymbol (SOUTHEAST)" +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" }, -/area/holodeck/source_meetinghall) -"tMl" = ( -/obj/structure/chair{ - dir = 8 +/area/syndicate_mothership) +"qrM" = ( +/obj/machinery/autolathe/upgraded{ + hacked = 1 }, -/turf/unsimulated/floor{ +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; icon_state = "dark" }, -/area/centcom/jail) -"tMp" = ( -/obj/structure/chair/sofa{ - dir = 6 +/area/shuttle/administration) +"qrR" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 }, -/turf/unsimulated/floor{ - icon_state = "wood" +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/evac) -"tMy" = ( -/obj/structure/chair/comfy/black, -/obj/effect/landmark{ - name = "ERT Director" +/area/centcom/supply) +"qsa" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"tMz" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 4; - tag = "icon-fakewindows (EAST)" +"qso" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/ionrifle/carbine, +/turf/unsimulated/floor/wood, +/area/admin) +"qsv" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 4 }, -/area/space) -"tNi" = ( -/obj/structure/table/wood/fancy/black, -/turf/unsimulated/floor{ - icon_state = "carpetside" - }, -/area/wizard_station) -"tNn" = ( -/obj/structure/flora/ausbushes/ywflowers, -/turf/simulated/floor/holofloor{ - icon_state = "wood_siding1"; - tag = "icon-wood_siding1" +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" }, -/area/holodeck/source_picnicarea) -"tNO" = ( -/obj/machinery/vending/coffee, +/area/centcom/evac) +"qsJ" = ( /obj/structure/window/reinforced{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "cafeteria" - }, -/area/ninja/holding) -"tPs" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 - }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + dir = 1 }, -/area/syndicate_mothership) -"tPT" = ( -/obj/machinery/door/airlock/external{ - aiControlDisabled = 1; - frequency = 1379; - hackProof = 1; - icon_state = "door_locked"; - id_tag = "emergency_away"; +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/specops) +"qsK" = ( +/obj/effect/decal/stripes/gold/dot/east, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"qsO" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP1-Int"; locked = 1; - name = "Arrival Airlock"; - req_access = null - }, -/turf/unsimulated/floor{ - icon_state = "dark" + name = "Zone 2" }, -/area/centcom/evac) -"tQd" = ( -/turf/unsimulated/wall{ - icon_state = "sandstone12" +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 2000; + master_tag = "CC-OP1"; + name = "CC-OP1-INT"; + pixel_x = -24; + req_access_txt = "109" }, -/area/wizard_station) -"tRe" = ( -/obj/machinery/computer/bsa_control/admin{ - integrity_failure = 20; - req_access_txt = "114" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ +/area/centcom/zone2) +"qto" = ( +/turf/simulated/floor/plasteel{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/ussp_ship) -"tRF" = ( -/obj/machinery/door/airlock/hatch/syndicate{ - autoclose = 0; - frequency = 1441; - id_tag = "syndicate_jail_airlock_internal"; - locked = 1; - name = "Syndicate Jail Internal Airlock" - }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" - }, -/area/syndicate_mothership) -"tRW" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/centcom/specops) -"tSy" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom/specops, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/centcom/specops) -"tTw" = ( -/obj/effect/decal/warning_stripes/south, -/turf/unsimulated/floor{ - name = "plating" + icon_state = "navybluealtstrip" }, /area/centcom/specops) -"tUp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2"; - tag = "" - }, -/turf/unsimulated/floor{ - icon_state = "sepia" +"qtB" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"qua" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/area/ussp_ship) -"tUD" = ( -/turf/unsimulated/floor{ +/area/syndicate_mothership) +"quj" = ( +/turf/simulated/floor/holofloor{ dir = 4; - icon_state = "darkgreynavybluecorner" - }, -/area/centcom/specops) -"tVF" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/gun/mini, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"tWj" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "carpet1-0"; + tag = "icon-carpet1-0 (EAST)" }, -/area/centcom/zone2) -"tWz" = ( +/area/holodeck/source_theatre) +"quo" = ( /obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/holohoop, +/obj/effect/decal/warning_stripes/green/partial{ dir = 1 }, -/turf/unsimulated/wall{ - icon_state = "iron12"; - tag = "icon-iron12" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/space) -"tXq" = ( -/obj/machinery/door/poddoor/shutters{ +/area/centcom/jail) +"quu" = ( +/obj/machinery/door/window/brigdoor/westleft{ + color = "#d70000"; dir = 1; - id_tag = "ERT_armory_lvl2"; - layer = 5; - locked = 1; - name = "Armory level 2" - }, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkblue" - }, -/area/centcom/specops) -"tXx" = ( -/obj/machinery/door/airlock/centcom{ - name = "Medical Block"; - opacity = 1; - req_access_txt = "109" + req_access_txt = "104" }, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "navyblue" +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/area/centcom/specops) -"tXH" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien16" +/area/shuttle/administration) +"quE" = ( +/obj/structure/chair{ + dir = 8 }, -/area/abductor_ship) -"tXX" = ( -/obj/structure/chair/comfy/red{ - color = "#FFFFFF" +/obj/structure/curtain/black{ + pixel_y = -32 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/infteam) +"qvc" = ( +/obj/structure/flora/tree/jungle, +/obj/effect/turf_decal{ + dir = 5; + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/centcom/zone2) -"tYg" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/turf/simulated/floor/holofloor{ - icon_state = "asteroid"; - tag = "icon-asteroid" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"qvt" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "SFBQMLoad" }, -/area/holodeck/source_desert) -"tYq" = ( -/turf/simulated/floor/holofloor{ - dir = 9; - icon_state = "green" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/holodeck/source_basketball) -"tYw" = ( -/obj/structure/chair/stool/holostool, -/turf/simulated/floor/holofloor{ +/area/syndicate_mothership/cargo) +"qvK" = ( +/obj/effect/turf_decal{ dir = 4; - icon_state = "carpet11-12"; - tag = "icon-carpet11-12 (EAST)" + icon_state = "grass_edge_medium_corner" }, -/area/holodeck/source_theatre) -"tZi" = ( -/turf/unsimulated/wall{ - icon_state = "sandstone14" - }, -/area/wizard_station) -"tZG" = ( -/obj/structure/table, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" }, -/area/syndicate_mothership) -"uah" = ( -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 +/area/syndicate_mothership/outside) +"qvP" = ( +/obj/machinery/bluespace_beacon/syndicate, +/obj/effect/turf_decal/box/red, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + color = "#d70000"; + dir = 2; + icon_state = "rightsecure"; + name = "Riot Control"; + req_access_txt = "156" }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); +/turf/simulated/floor/plasteel{ dir = 1; - layer = 2.8 + icon_state = "dark" }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 8 +/area/syndicate_mothership/control) +"qwp" = ( +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"qwy" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"qxb" = ( /obj/structure/closet/secure_closet/guncabinet{ anchored = 1; armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); layer = 2.9; - name = "X-ray laser"; + name = "Pulse ANNIHILATOR"; req_access = null; req_access_txt = "114" }, -/obj/item/gun/energy/xray, -/obj/item/gun/energy/xray, -/obj/item/gun/energy/xray, -/obj/item/gun/energy/xray, -/obj/item/gun/energy/xray, -/obj/item/gun/energy/xray, -/obj/item/gun/energy/xray, -/obj/item/gun/energy/xray, -/obj/item/gun/energy/xray, -/obj/item/gun/energy/xray, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"uai" = ( -/obj/structure/window/plasmareinforced{ - color = "#d70000"; +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/machinery/light{ dir = 4 }, -/obj/structure/window/plasmareinforced{ - color = "#d70000" - }, -/obj/effect/turf_decal/box/red, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" - }, -/area/syndicate_mothership) -"ual" = ( -/obj/machinery/cryopod/robot, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/blops) -"uaY" = ( -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/centcom/zone1) -"ubp" = ( -/obj/machinery/vending/boozeomat{ - req_access_txt = "102" +/obj/item/radio/intercom/specops{ + pixel_x = 32 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ dir = 8; - icon_state = "woodalt" - }, -/turf/unsimulated/floor{ - icon_state = "tranquillite" + icon_state = "navyblue" }, /area/centcom/specops) -"ubs" = ( -/obj/structure/table/wood, -/obj/item/paper/terrorspiders2, -/turf/unsimulated/floor{ +"qxs" = ( +/obj/item/ashtray/glass, +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; icon_state = "dark" }, -/area/centcom/zone2) -"ubv" = ( -/obj/machinery/syndiepad/admin/receivepad, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" +/area/shuttle/administration) +"qxt" = ( +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/syndicate_mothership) -"ubS" = ( -/turf/unsimulated/floor{ - dir = 9; - icon_state = "darkblue" +/area/centcom/bridge) +"qxy" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = -3; + pixel_y = -30 }, -/area/centcom/zone2) -"udj" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "wood" +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, -/area/centcom/evac) -"udp" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/status_display{ - pixel_y = 30 +/obj/machinery/light_switch{ + pixel_x = 12; + pixel_y = -26 }, /turf/unsimulated/floor{ - icon_state = "bcircuit" + icon_state = "carpet5-1" }, -/area/centcom/zone2) -"udt" = ( -/obj/item/radio/intercom, -/turf/unsimulated/wall, -/area/centcom) -"uer" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/chrono_gun, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/wizard_station) +"qxY" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo10" }, -/area/admin) -"ueu" = ( -/obj/machinery/light{ - dir = 1; - switchcount = 50 +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"qyn" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreycornerred" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/area/syndicate_mothership) +"qzb" = ( +/obj/machinery/light/small{ + dir = 4 }, -/area/centcom/evac) -"ueG" = ( -/obj/machinery/computer/camera_advanced/abductor{ - team = 3 +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"qzP" = ( +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"ufB" = ( -/obj/structure/table/wood, -/obj/item/clothing/under/color/black{ - icon_state = "charcoal_suit" +/area/centcom/zone1) +"qzU" = ( +/obj/effect/decal/warning_stripes/southwest, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, +/area/centcom/specops) +"qAj" = ( +/turf/space/transit/east/shuttlespace_ew1, +/area/space) +"qAN" = ( +/obj/item/gun/energy/taser, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, /area/admin) -"ufP" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" +"qBi" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/zipties{ + pixel_x = -2; + pixel_y = -2 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/item/storage/box/zipties{ + pixel_x = 4; + pixel_y = 4 }, -/area/ussp_ship) -"ugb" = ( -/obj/structure/flora/rock, -/obj/structure/window/reinforced{ - dir = 8 +/obj/item/storage/box/zipties{ + pixel_x = 4; + pixel_y = 4 }, -/obj/structure/window/reinforced{ - dir = 4 +/obj/item/storage/box/zipties{ + pixel_x = 4; + pixel_y = 4 }, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/obj/item/storage/box/zipties{ + pixel_x = -2; + pixel_y = -2 }, -/area/centcom) -"ugn" = ( -/obj/machinery/cryopod, -/turf/unsimulated/floor{ - icon_state = "carpet" +/obj/item/storage/box/zipties{ + pixel_x = -2; + pixel_y = -2 }, -/area/centcom/zone1) -"ugp" = ( -/obj/structure/chair/sofa{ - dir = 9 +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" }, -/obj/structure/window/reinforced{ - color = "black"; - layer = 5 +/area/centcom/specops) +"qBj" = ( +/obj/structure/urinal{ + pixel_y = 28 }, -/obj/structure/window/reinforced{ - color = "black"; - dir = 4; - layer = 5 +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/syndicate_mothership) +"qBn" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 }, -/area/centcom/zone1) -"ugB" = ( -/obj/item/radio/intercom/specops{ - pixel_x = -25 +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkblue" +/area/centcom/bridge) +"qBE" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" }, -/area/centcom/zone2) -"uik" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkred" +/area/centcom/evac) +"qBO" = ( +/turf/simulated/floor/holofloor{ + icon_state = "sand"; + name = "Soft sand" }, -/area/centcom/zone3) -"uil" = ( -/obj/machinery/sleeper{ - dir = 4 +/area/holodeck/source_beach) +"qCc" = ( +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, /turf/unsimulated/floor{ - icon_state = "white" + icon_state = "carpet9-4" }, -/area/centcom/zone1) -"uir" = ( -/obj/structure/dresser, -/obj/structure/mirror/magic{ - desc = null; - name = "mirror"; - pixel_x = -25 +/area/wizard_station) +"qCd" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, /turf/unsimulated/floor{ dir = 8; - icon_state = "woodalt" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/specops) -"uiR" = ( -/obj/effect/decal/warning_stripes/northwest, -/turf/unsimulated/floor{ - name = "plating" +/area/wizard_station) +"qCj" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock" }, -/area/centcom/specops) -"uiW" = ( -/obj/machinery/recharge_station/upgraded, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkblue" +/obj/docking_port/mobile{ + dwidth = 2; + height = 12; + id = "ferry"; + name = "ferry shuttle"; + roundstart_move = "ferry_away"; + width = 5 }, -/area/centcom/zone2) -"uju" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/extinguisher_cabinet{ - pixel_x = 25 +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"qCu" = ( +/obj/effect/turf_decal/bot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/centcom/evac) +"qCC" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/area/adminconstruction) +"qCI" = ( +/obj/structure/rack, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_y = 7 }, -/area/centcom/specops) -"ujx" = ( -/obj/structure/table/reinforced, -/obj/machinery/requests_console{ - department = "Central Command"; - departmentType = 1; - name = "CC Requests Console" +/obj/item/grenade/empgrenade{ + pixel_x = 7; + pixel_y = -2 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/grenade/empgrenade{ + pixel_x = 7; + pixel_y = -2 }, -/area/centcom/specops) -"ujV" = ( -/obj/structure/table/reinforced, -/obj/item/ashtray/glass{ - pixel_x = -7; - pixel_y = -4 +/obj/item/grenade/smokebomb{ + pixel_x = -5 }, -/obj/machinery/door_control{ - id = "ERT_director_office_shutters"; - name = "ERT Director Office Shutters"; - pixel_x = 7; - pixel_y = -3; - req_access_txt = "114" +/obj/item/grenade/smokebomb{ + pixel_x = -5 }, -/obj/item/radio/intercom/specops{ - pixel_x = 5; - pixel_y = 5 +/obj/item/grenade/smokebomb{ + pixel_x = -5 }, -/obj/item/lighter/zippo/blue{ - pixel_x = -5; - pixel_y = 8 +/obj/item/grenade/smokebomb{ + pixel_x = -5 }, -/obj/item/clothing/mask/cigarette/cigar/cohiba{ - pixel_x = -4; - pixel_y = 9 +/obj/item/grenade/smokebomb{ + pixel_x = -5 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" }, /area/centcom/specops) -"ujX" = ( -/obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the Special Ops."; - name = "Special Ops. Monitor"; - network = list("ERT") +"qDd" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo17" }, -/obj/effect/landmark{ - name = "nukecode" +/obj/effect/decal/stripes/black{ + icon_state = "bs_line_S" }, -/obj/effect/landmark{ - name = "Commando_Manual" +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"qDm" = ( +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/outside) +"qDn" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcornersalt" }, -/area/centcom/specops) -"uku" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/space, -/turf/unsimulated/floor{ +/area/syndicate_mothership/cargo) +"qDo" = ( +/obj/machinery/computer/shuttle/sit, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/infteam) +"qDA" = ( +/obj/machinery/door/poddoor/multi_tile/two_tile_ver, +/obj/structure/spacepoddoor, +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/specops) -"uky" = ( -/obj/machinery/vending/boozeomat{ - req_access_txt = null +/area/syndicate_mothership/cargo) +"qDF" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/area/syndicate_mothership/jail) +"qDR" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 }, -/area/syndicate_mothership) -"ukz" = ( -/turf/space, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/structure/window/reinforced{ + dir = 4 }, -/area/centcom/specops) -"ukI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/machinery/light/small{ - brightness_range = 10; - dir = 1; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/area/centcom/supply) +"qDT" = ( +/obj/structure/filingcabinet/employment, +/obj/item/radio/intercom/specops{ + pixel_y = 32 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/simulated/floor/wood, +/area/centcom/bridge) +"qEl" = ( +/obj/effect/decal/cleanable/confetti, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/area/ussp_ship) -"ulb" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 30 +/area/syndicate_mothership/jail) +"qED" = ( +/obj/machinery/light{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredalt" }, -/area/syndicate_mothership) -"ulT" = ( -/obj/machinery/computer/cloning, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/jail) +"qEP" = ( +/obj/machinery/conveyor/south{ + id = "SFBQMLoad" }, -/area/centcom/specops) -"ulZ" = ( -/obj/machinery/abductor/experiment{ - team = 4 +/obj/machinery/light/small{ + dir = 4 }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"umM" = ( -/obj/machinery/computer/bsa_control/admin{ - integrity_failure = 20; - req_access_txt = "114" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/cargo) +"qFa" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 }, /turf/simulated/floor/plasteel{ - dir = 1; icon_state = "dark" }, +/area/centcom/evac) +"qFF" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"qFV" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "navybluealtstrip" + }, /area/centcom/specops) -"unC" = ( -/obj/machinery/computer/communications, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +"qGg" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo19" }, -/area/centcom/zone2) -"uom" = ( -/obj/structure/chair/comfy/red{ - dir = 4 +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"qGs" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/cargo) +"qGw" = ( +/obj/machinery/computer/card/centcom{ + req_access = list(150) }, /turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + dir = 8; + icon_state = "grimy" }, -/area/centcom/zone2) -"uoL" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien10" +/area/admin) +"qGS" = ( +/obj/structure/rack, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/abductor_ship) -"upB" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/pen/multi/gold, -/obj/item/stamp/centcom{ - pixel_x = -5; - pixel_y = 5 +/area/centcom/specops) +"qHm" = ( +/obj/machinery/light, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"qHs" = ( +/obj/structure/chair{ + dir = 4 }, -/obj/item/toy/figure/captain{ - name = "Supreme commander action figure" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/jail) +"qHD" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" }, -/area/centcom/zone2) -"upL" = ( -/obj/structure/table/wood, -/obj/item/clothing/suit/hooded/hoodie/tp, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" }, -/area/admin) -"uqx" = ( -/obj/structure/chair/wood{ - dir = 8 +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"qHK" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/turf/unsimulated/floor{ - icon_state = "carpet" +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/area/centcom/zone1) -"uqR" = ( -/obj/structure/table/wood, -/obj/item/paper_bin/nanotrasen{ - pixel_x = 3; - pixel_y = 12 +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/obj/item/pen/fancy, -/obj/item/folder/red{ - pixel_x = 7 +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/machinery/light/small{ + dir = 1 }, -/area/centcom/zone2) -"urk" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"qHS" = ( +/obj/structure/chair/stool/holostool, /turf/simulated/floor/holofloor{ dir = 4; - icon_state = "green" - }, -/area/holodeck/source_thunderdomecourt) -"urQ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/holofloor{ - icon_state = "asteroid"; - tag = "icon-asteroid" + icon_state = "carpet5-1"; + tag = "icon-carpet5-1 (EAST)" }, -/area/holodeck/source_picnicarea) -"usK" = ( -/obj/structure/chair/office/light{ - dir = 1 +/area/holodeck/source_theatre) +"qHU" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_basketball) +"qIR" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/machinery/camera{ - c_tag = "CentComm Zone 2 Office 2"; +/area/centcom/zone1) +"qIW" = ( +/turf/simulated/floor/plasteel{ dir = 1; - network = list("CentComm") + icon_state = "neutralcorner" }, -/turf/unsimulated/floor{ +/area/centcom/evac) +"qJo" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/zone2) -"usQ" = ( -/obj/structure/sign/poster/official/state_laws{ - pixel_y = 30 +/area/centcom/specops) +"qJu" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/grass, +/area/centcom/evac) +"qJP" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet13-5"; + tag = "icon-carpet13-5 (EAST)" }, -/obj/structure/weightmachine/weightlifter, -/turf/unsimulated/floor{ - icon_state = "carpet" +/area/holodeck/source_theatre) +"qJR" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 }, -/area/centcom/specops) -"uti" = ( -/obj/item/kitchen/utensil/spoon, -/obj/structure/chair/sofa{ - dir = 8 +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (NORTH)" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"qJT" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1441; + master_tag = "syndicate_jail_airlock_control"; + name = "Syndicate Jail Access Button"; + pixel_x = -27; + pixel_y = -25; + req_access_txt = "150" }, -/area/syndicate_mothership) -"uty" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/laser/retro, -/obj/item/gun/energy/laser/retro/old, -/obj/item/gun/energy/laser/retro/sc_retro, -/obj/item/gun/energy/laser/tag/blue, -/obj/item/gun/energy/laser/tag/red, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/admin) -"uui" = ( -/turf/space, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkgreynavyblue" +/area/syndicate_mothership/jail) +"qJW" = ( +/obj/item/flag/syndi, +/obj/structure/curtain/black{ + pixel_x = 32 }, -/area/centcom/specops) -"uuz" = ( +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"qKf" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/restraints/handcuffs, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/siberia) +"qKp" = ( /obj/structure/table/wood, -/obj/item/paper_bin/nanotrasen{ - pixel_x = 3; - pixel_y = 12 +/obj/item/radio/intercom, +/obj/item/megaphone, +/obj/effect/decal/stripes/black/line/east, +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/item/pen/fancy, -/obj/item/folder/yellow, -/turf/unsimulated/floor{ +/turf/simulated/floor/carpet, +/area/centcom/court) +"qKq" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; icon_state = "dark" }, -/area/centcom/zone2) -"uuN" = ( -/turf/unsimulated/floor{ - icon_state = "darkyellow" +/area/shuttle/administration) +"qKD" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" }, -/area/centcom/specops) -"uvI" = ( -/obj/machinery/computer/mech_bay_power_console, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/holodeck/source_basketball) +"qLg" = ( +/obj/effect/decal/stripes/gold/line/south, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"qLl" = ( +/obj/structure/sign/restroom{ + pixel_x = 28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, /area/syndicate_mothership) -"uvQ" = ( -/turf/unsimulated/floor{ +"qLr" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"qLv" = ( +/turf/unsimulated/wall{ + icon_state = "iron1" + }, +/area/syndicate_mothership/cargo) +"qLC" = ( +/obj/item/clothing/suit/furcape, +/turf/simulated/floor/plating, +/area/centcom/specops) +"qMf" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/turf/simulated/floor/wood, +/area/centcom/specops) +"qMv" = ( +/obj/machinery/light/small{ + brightness_range = 6; dir = 4; - icon_state = "darkblue" + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, -/area/centcom/zone2) -"uwv" = ( -/obj/structure/toilet, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/zone2) -"uwN" = ( -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/window/reinforced{ - dir = 8 +/area/wizard_station) +"qMw" = ( +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qMy" = ( /obj/structure/window/reinforced{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" - }, -/area/centcom) -"uwY" = ( -/obj/machinery/porta_turret/syndicate/pod, -/turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "diagonalWall3" - }, -/area/shuttle/assault_pod) -"uxf" = ( -/obj/structure/mirror{ - pixel_y = 30 - }, -/turf/unsimulated/floor{ - icon_state = "dark" + dir = 1; + layer = 2 }, -/area/centcom/srtops) -"uyx" = ( -/obj/machinery/camera{ - c_tag = "CentComm Solar Federation Forces Ready Room"; - network = list("CentComm") +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/obj/structure/mirror{ - pixel_y = 30 +/area/centcom/specops) +"qNc" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qNe" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/nuclear, +/turf/unsimulated/floor/wood, +/area/admin) +"qNu" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/syndicate_mothership/elite_squad) +"qNv" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone2" }, -/area/centcom/srtops) -"uyC" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/weightmachine/weightlifter, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +/area/wizard_station) +"qNE" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone3-bathroom2"; + name = "Bathroom"; + opacity = 1 }, -/area/centcom/evac) -"uzl" = ( -/obj/machinery/vending/cigarette, -/turf/unsimulated/floor{ +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/srtops) -"uzy" = ( +/area/centcom/zone3) +"qOg" = ( /obj/structure/table/wood, -/obj/item/grenade/syndieminibomb, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, +/obj/item/gun/energy/gun/blueshield/pdw9, +/turf/unsimulated/floor/wood, /area/admin) -"uAq" = ( -/turf/unsimulated/floor{ - icon_state = "stairs-l" +"qOH" = ( +/obj/structure/closet/crate/syndicate{ + pixel_y = 8 }, -/area/syndicate_mothership) -"uCq" = ( -/obj/machinery/door/airlock/centcom{ - name = "ERT Director"; - opacity = 1; - req_access_txt = "114" +/obj/machinery/light/spot{ + dir = 1 }, -/obj/machinery/door/poddoor/shutters{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 2; - id_tag = "ERT_director_office_shutters"; - layer = 5; - locked = 1; - name = "ERT Director office" +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/area/syndicate_mothership/cargo) +"qOP" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"uCQ" = ( -/obj/structure/chair/sofa/left{ +"qOU" = ( +/obj/machinery/light{ dir = 8 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/jail) -"uDP" = ( -/obj/machinery/door/airlock/centcom{ - name = "Bathroom"; - opacity = 1 +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" }, -/turf/unsimulated/floor{ - icon_state = "wood" +/area/syndicate_mothership) +"qPa" = ( +/obj/effect/decal/stripes/gold/line/east, +/obj/effect/decal/stripes/gold/line/west, +/obj/structure/chair/sofa/right{ + dir = 8 }, +/turf/simulated/floor/carpet/black, /area/centcom/zone1) -"uEj" = ( -/obj/effect/landmark{ - name = "Commando" +"qPh" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/sushimat, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, -/turf/space, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/zone1) +"qPt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 }, -/area/centcom/blops) -"uEq" = ( -/obj/structure/table/abductor{ - name = "table" +/turf/simulated/floor/plasteel{ + icon_state = "barber" }, -/obj/item/chrono_eraser, -/obj/item/chrono_eraser, -/obj/item/chrono_eraser, -/obj/item/chrono_eraser, +/area/centcom/zone1) +"qPu" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/red, /turf/unsimulated/floor{ - icon_state = "darkfull" + icon_state = "darkfull"; + tag = "icon-dark" }, -/area/chrono_ship) -"uEy" = ( -/obj/machinery/door/airlock/centcom{ - name = "Artillery Control"; - opacity = 1; - req_access_txt = "114" +/area/syndicate_mothership) +"qQa" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 }, -/area/centcom/specops) -"uEN" = ( -/obj/structure/filingcabinet/security, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qQr" = ( +/obj/machinery/vending/hydroseeds{ + contraband = list(); + emagged = 1; + products = list(/obj/item/seeds/aloe = 3, /obj/item/seeds/ambrosia = 3, /obj/item/seeds/apple = 3, /obj/item/seeds/banana = 3, /obj/item/seeds/berry = 3, /obj/item/seeds/cabbage = 3, /obj/item/seeds/carrot = 3, /obj/item/seeds/cherry = 3, /obj/item/seeds/chanter = 3, /obj/item/seeds/chili = 3, /obj/item/seeds/cocoapod = 3, /obj/item/seeds/coffee = 3, /obj/item/seeds/comfrey = 3, /obj/item/seeds/corn = 3, /obj/item/seeds/cotton = 3, /obj/item/seeds/nymph = 3, /obj/item/seeds/eggplant = 3, /obj/item/seeds/garlic = 3, /obj/item/seeds/grape = 3, /obj/item/seeds/grass = 3, /obj/item/seeds/lemon = 3, /obj/item/seeds/lime = 3, /obj/item/seeds/onion = 3, /obj/item/seeds/orange = 3, /obj/item/seeds/peanuts = 3, /obj/item/seeds/pineapple = 3, /obj/item/seeds/poppy = 3, /obj/item/seeds/potato = 3, /obj/item/seeds/pumpkin = 3, /obj/item/seeds/replicapod = 3, /obj/item/seeds/wheat/rice = 3, /obj/item/seeds/soya = 3, /obj/item/seeds/sugarcane = 3, /obj/item/seeds/sunflower = 3, /obj/item/seeds/tea = 3, /obj/item/seeds/tobacco = 3, /obj/item/seeds/tomato = 3, /obj/item/seeds/tower = 3, /obj/item/seeds/watermelon = 3, /obj/item/seeds/wheat = 3, /obj/item/seeds/whitebeet = 3, /obj/item/seeds/cannabis = 3, /obj/item/seeds/amanita = 2, /obj/item/seeds/fungus = 3, /obj/item/seeds/glowshroom = 2, /obj/item/seeds/liberty = 2, /obj/item/seeds/nettle = 2, /obj/item/seeds/plump = 2, /obj/item/seeds/reishi = 2, /obj/item/seeds/starthistle = 2, /obj/item/seeds/random = 2) }, -/area/centcom/zone2) -"uFa" = ( -/obj/structure/chair/comfy/red{ - color = "#FFFFFF"; - dir = 1 +/turf/simulated/floor/wood, +/area/centcom/evac) +"qQE" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/under/color/green, +/obj/item/holo/esword/green, +/turf/simulated/floor/holofloor{ + icon_state = "green" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/holodeck/source_thunderdomecourt) +"qQG" = ( +/obj/effect/decal/stripes/black/corner/south, +/turf/simulated/floor/carpet/arcade, +/area/centcom/bridge) +"qQT" = ( +/obj/machinery/vending/snack, +/obj/structure/closet/hydrant{ + pixel_y = 32 }, -/area/centcom/zone2) -"uFe" = ( -/obj/machinery/recharger/wallcharger{ - pixel_x = -24; - pixel_y = -12 +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qRi" = ( +/obj/effect/decal/stripes/black/line/west, +/turf/simulated/floor/carpet, +/area/centcom/court) +"qRs" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/door/airlock/wood/glass{ + frequency = 2000; + id_tag = "CC-OP2-Ext"; + locked = 1; + name = "Zone 1" }, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24; - pixel_y = -2 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24; - pixel_y = 8 +/area/centcom/zone2) +"qRN" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/shuttle/plating, +/area/shuttle/siberia) +"qSm" = ( +/obj/structure/flora/junglebush/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"qSv" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/pistol, +/turf/unsimulated/floor/wood, +/area/admin) +"qSw" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 }, -/turf/space, -/turf/unsimulated/floor{ - icon_state = "floor4" +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" }, -/area/shuttle/gamma/space) -"uFj" = ( -/obj/structure/chair/comfy/red{ - color = "#FFFFFF"; - dir = 8 +/turf/simulated/floor/wood{ + icon_state = "wood_oak" }, -/obj/machinery/status_display{ - pixel_x = 32 +/area/syndicate_mothership/control) +"qSF" = ( +/obj/structure/spacepoddoor{ + luminosity = 3 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/machinery/door/poddoor/multi_tile/four_tile_ver, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" }, -/area/centcom/zone2) -"uFB" = ( -/obj/machinery/washing_machine, +/area/syndicate_mothership) +"qTn" = ( +/obj/machinery/computer/shuttle/sit, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" - }, -/area/syndicate_mothership) -"uFS" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/turf/space, -/area/ussp_ship) -"uGr" = ( -/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/pulse, -/obj/item/mecha_parts/mecha_equipment/weapon/honker, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, -/obj/structure/closet/crate, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/syndicate_mothership/control) +"qTB" = ( +/obj/machinery/cryopod/right, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" }, -/area/admin) -"uGN" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/pulse, -/obj/item/gun/energy/pulse/carbine, -/obj/item/gun/energy/pulse/cyborg, -/obj/item/gun/energy/pulse/destroyer, -/obj/item/gun/energy/pulse/destroyer/annihilator, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/centcom/specops) +"qTJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_one_access_txt = "114" }, -/area/admin) -"uHi" = ( -/obj/machinery/vending/toyliberationstation{ - contraband = null; - products = list(/obj/item/gun/projectile/automatic/toy = 10, /obj/item/gun/projectile/automatic/toy/pistol = 10, /obj/item/gun/projectile/shotgun/toy = 10, /obj/item/toy/sword = 10, /obj/item/ammo_box/foambox = 20, /obj/item/toy/foamblade = 10, /obj/item/toy/syndicateballoon = 10, /obj/item/clothing/suit/syndicatefake = 5, /obj/item/clothing/head/syndicatefake = 5, /obj/item/gun/projectile/shotgun/toy/crossbow = 10, /obj/item/gun/projectile/automatic/c20r/toy/riot = 10, /obj/item/gun/projectile/automatic/l6_saw/toy/riot = 10, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 10, /obj/item/ammo_box/foambox/riot = 20, /obj/item/toy/katana = 10, /obj/item/twohanded/dualsaber/toy = 5, /obj/item/toy/cards/deck/syndicate = 10) +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/centcom/specops) +"qUb" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP2-Int"; + locked = 1; + name = "Zone 2" }, -/area/syndicate_mothership) -"uHY" = ( -/obj/structure/bookcase/manuals, -/obj/item/book/manual/engineering_construction, -/obj/item/book/manual/engineering_construction, -/obj/item/radio/intercom/specops{ - pixel_x = -25 +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 2000; + master_tag = "CC-OP2"; + name = "CC-OP2-INT"; + pixel_y = -24; + req_access_txt = "109" }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/zone2) -"uIh" = ( -/turf/unsimulated/floor{ - icon_state = "bcircuit" +"qUj" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet9-4"; + tag = "icon-carpet9-4 (EAST)" }, -/area/centcom/zone2) -"uIl" = ( -/obj/structure/filingcabinet/security, -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/holodeck/source_theatre) +"qVd" = ( +/obj/structure/table/glass, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"qVe" = ( +/obj/item/storage/box/drinkingglasses, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/structure/table/wood{ + color = "#996633" }, -/area/centcom/zone2) -"uIu" = ( -/obj/machinery/door/airlock/centcom{ - name = "Bathroom"; - opacity = 1 +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/zone2) -"uJB" = ( -/obj/structure/mirror{ - pixel_y = 30 +/area/syndicate_mothership) +"qVA" = ( +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/syndicate_mothership/jail) +"qVY" = ( +/obj/structure/sink{ + dir = 1 }, -/area/centcom/jail) -"uJJ" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage, -/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage/blood, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/admin) -"uJO" = ( -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/window/reinforced{ - dir = 4 +/area/centcom/zone1) +"qWa" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" }, -/obj/structure/window/reinforced{ - dir = 8 +/area/centcom/specops) +"qXa" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/light/small{ + dir = 1 }, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/obj/structure/curtain/open/shower/security{ + pixel_x = 32 }, -/area/centcom) -"uKO" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 9; - tag = "icon-fakewindows (EAST)" +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"qXj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/area/syndicate_mothership) -"uMk" = ( -/obj/structure/table/wood/fancy/black, /turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "darkfull"; + tag = "icon-dark" }, -/area/ussp_ship) -"uMJ" = ( +/area/syndicate_mothership) +"qXw" = ( /turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet1-0"; - tag = "icon-carpet1-0 (EAST)" + dir = 10; + icon_state = "green" }, -/area/holodeck/source_theatre) -"uNw" = ( -/obj/machinery/door/poddoor/shutters{ - id_tag = "CC_NT_armory"; - layer = 5; - locked = 1; - name = "Special Reaction Team of Nanotrasen" +/area/holodeck/source_emptycourt) +"qXK" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/c20r{ + pixel_x = -32 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"qXM" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, /turf/unsimulated/floor{ dir = 8; - icon_state = "vault" + icon_state = "wood" }, -/area/centcom/srtops) -"uNK" = ( -/obj/machinery/computer/cryopod{ +/area/wizard_station) +"qXZ" = ( +/obj/structure/closet/crate/can, +/obj/structure/closet/hydrant{ pixel_y = 32 }, -/obj/effect/landmark{ - name = "Response Team" +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qYf" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" }, -/turf/unsimulated/floor{ +/area/holodeck/source_emptycourt) +"qYi" = ( +/obj/machinery/computer/syndie_supplycomp, +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/specops) -"uNO" = ( -/obj/machinery/camera{ - c_tag = "CentComm ERT Ready Room"; - dir = 8; - network = list("CentComm") +/area/syndicate_mothership/cargo) +"qYo" = ( +/turf/unsimulated/wall{ + icon_state = "iron13"; + tag = "icon-iron13" }, -/obj/item/flag/nt, -/turf/unsimulated/floor{ +/area/syndicate_mothership) +"qYr" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/specops) -"uOr" = ( -/obj/machinery/computer/card/centcom, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/infteam) +"qYX" = ( +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"qYZ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/advtaser, +/turf/unsimulated/floor/wood, +/area/admin) +"qZt" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" }, -/area/centcom/zone2) -"uOx" = ( -/obj/structure/chair/comfy/red{ - color = "#000000"; - dir = 4 +/area/holodeck/source_thunderdomecourt) +"qZP" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" }, -/area/centcom/zone2) -"uPA" = ( -/obj/item/twohanded/required/kirbyplants, /turf/unsimulated/floor{ + color = "gray"; dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership) -"uPL" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" + icon_state = "rampbottom" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/syndicate_mothership/outside) +"raf" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" }, -/area/ussp_ship) -"uPW" = ( -/turf/simulated/floor/holofloor{ - dir = 5; - icon_state = "green" +/area/centcom/specops) +"rag" = ( +/obj/machinery/light/small, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"raq" = ( +/obj/item/storage/box/donkpockets{ + pixel_x = 4; + pixel_y = 4 }, -/area/holodeck/source_basketball) -"uQh" = ( -/obj/machinery/vending/wallmed/syndicate{ - pixel_y = 30 +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/item/storage/box/donkpockets, +/obj/structure/table/wood{ + color = "#996633" }, -/area/syndicate_mothership) -"uQl" = ( -/obj/machinery/light{ - dir = 8 +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, -/obj/item/twohanded/required/kirbyplants, /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + dir = 4; + icon_state = "elevatorshaft" }, /area/syndicate_mothership) -"uQp" = ( -/obj/structure/table/wood, -/obj/item/gun/projectile/automatic/sniper_rifle, -/obj/item/gun/projectile/automatic/sniper_rifle/compact, -/obj/item/gun/projectile/automatic/sniper_rifle/syndicate, -/obj/item/gun/projectile/automatic/sniper_rifle/syndicate/penetrator, -/obj/item/gun/projectile/automatic/sniper_rifle/toy, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +"raD" = ( +/obj/structure/rack/holorack, +/obj/effect/turf_decal/box/white, +/obj/item/teleporter/admin{ + pixel_x = -3; + pixel_y = 3 }, -/area/admin) -"uQu" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/folder/red{ - pixel_x = 7 +/obj/item/teleporter/admin, +/obj/item/teleporter/admin{ + pixel_x = 3; + pixel_y = -3 }, -/obj/item/folder/yellow, -/obj/item/pen/multi/gold, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/structure/sign/poster/secret/yug0{ + pixel_y = 32 }, -/area/centcom/zone2) -"uQw" = ( -/obj/machinery/syndiepad/admin/loadpad, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" +/turf/simulated/floor/wood{ + icon_state = "wood_oak" }, -/area/syndicate_mothership) -"uRn" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 8; - icon_state = "fakewindows2"; - tag = "icon-fakewindows2 (WEST)" +/area/syndicate_mothership/control) +"rbh" = ( +/obj/effect/decal/stripes/gold/line/west, +/obj/structure/sign/poster/contraband/smoke{ + pixel_x = -32 }, -/area/syndicate_mothership) -"uRQ" = ( -/obj/structure/chair/stool, -/turf/unsimulated/floor{ - icon_state = "cafeteria" +/obj/machinery/light/small{ + dir = 8 }, -/area/ninja/holding) -"uSb" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{ - pixel_x = 8; - pixel_y = 7 +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/obj/item/reagent_containers/syringe/bioterror{ - pixel_x = -5; - pixel_y = -3 +/area/syndicate_mothership/infteam) +"rbD" = ( +/obj/structure/chair/sofa/left{ + dir = 8 }, -/obj/item/reagent_containers/syringe/capulettium_plus{ - pixel_x = -5 +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"rcH" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" }, -/obj/item/reagent_containers/syringe/gluttony{ - pixel_x = -5; - pixel_y = 3 +/area/syndicate_mothership/control) +"rcN" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/reagent_containers/syringe/lethal{ - pixel_x = -5; - pixel_y = 6 +/area/centcom/evac) +"rdj" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"rdo" = ( +/obj/machinery/photocopier/syndie, +/obj/structure/curtain/black{ + pixel_x = -32 }, -/obj/item/reagent_containers/syringe/pancuronium{ - pixel_x = -5; - pixel_y = 9 +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"rec" = ( +/obj/structure/table/wood, +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 }, -/obj/item/reagent_containers/syringe/sarin{ - pixel_x = -5; - pixel_y = 12 +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, -/obj/item/reagent_containers/glass/bottle/mutagen{ - pixel_y = 6 +/obj/structure/curtain/black{ + pixel_x = 32 }, /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + dir = 4; + icon_state = "elevatorshaft" }, -/area/syndicate_mothership) -"uSl" = ( -/obj/machinery/vending/cola/free, -/obj/machinery/camera{ - c_tag = "CentComm Jail 5"; - dir = 10; - network = list("CentComm") +/area/syndicate_mothership/infteam) +"red" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"rey" = ( +/obj/structure/table/glass, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"reF" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"reR" = ( +/obj/structure/closet/cardboard{ + icon_closed = "cardboard_syndicate"; + icon_opened = "cardboard_open_syndicate"; + icon_state = "cardboard_syndicate" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"reY" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "barber" }, /area/centcom/jail) -"uSS" = ( +"rfg" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock"; + req_access_txt = "48" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"rfE" = ( /obj/structure/window/reinforced{ dir = 1 }, -/obj/structure/flora/ausbushes/sunnybush, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" - }, -/area/centcom/specops) -"uSZ" = ( /turf/unsimulated/wall{ - icon_state = "iron13"; - tag = "icon-iron13" + icon_state = "iron12"; + tag = "icon-iron12" }, /area/space) -"uTa" = ( -/obj/item/flag/nt, -/obj/structure/sign/restroom{ - pixel_y = -30 +"rfO" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"rfP" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" }, /area/centcom/specops) -"uTd" = ( -/obj/item/gun/syringe/blowgun, -/obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +"rgg" = ( +/obj/structure/toilet{ + dir = 8; + name = "Трон старшего администратора" }, -/area/admin) -"uTy" = ( -/obj/machinery/computer/rdservercontrol{ - badmin = 1; - name = "Master R&D Server Controller" +/obj/machinery/light/small{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/obj/machinery/door_control{ + id = "CC_toilet_unit11"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 }, -/area/admin) -"uUa" = ( -/obj/structure/sign/greencross, -/turf/unsimulated/wall, -/area/centcom) -"uUd" = ( -/turf/unsimulated/floor{ - icon_state = "wood" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/centcom/jail) -"uVh" = ( -/obj/structure/table/holotable, -/obj/item/clothing/suit/armor/riot/knight/blue, -/obj/item/clothing/head/helmet/riot/knight/blue, -/obj/item/holo/claymore/blue, -/turf/simulated/floor/holofloor{ - icon_state = "blue" +/area/centcom/specops) +"rgi" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 }, -/area/holodeck/source_knightarena) -"uVp" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/radio/intercom/specops{ + pixel_x = -32 }, -/area/ussp_ship) -"uWC" = ( -/turf/unsimulated/floor{ - icon_state = "darkgreynavybluecorner" +/obj/effect/decal/stripes/black/corner/east, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"rgs" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom/specops{ + pixel_x = 32 }, +/obj/effect/decal/stripes/black/corner, +/turf/simulated/floor/carpet/black, /area/centcom/specops) -"uYh" = ( -/turf/simulated/floor/wood, -/area/secret/gaybar) -"uYp" = ( -/obj/machinery/computer/cryopod{ - pixel_y = 32 +"rgB" = ( +/obj/structure/table/wood, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, -/turf/unsimulated/floor{ +/area/admin) +"rgF" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"rgL" = ( +/turf/simulated/floor/plasteel{ dir = 8; - icon_state = "grimy" - }, -/area/trader_station/sol) -"uYq" = ( -/obj/structure/table/wood/fancy/black, -/obj/machinery/newscaster/security_unit{ - pixel_y = 5 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/centcom/zone2) -"uYF" = ( -/turf/simulated/floor/holofloor{ - dir = 6; - icon_state = "green" - }, -/area/holodeck/source_basketball) -"uYP" = ( -/obj/structure/chair/stool/holostool, -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet7-0"; - tag = "icon-carpet7-0 (EAST)" + icon_state = "darkyellowaltstrip" }, -/area/holodeck/source_meetinghall) -"uZb" = ( +/area/centcom/supply) +"rhx" = ( /obj/structure/table/wood/fancy, -/obj/item/paper_bin/syndicate, -/obj/item/folder/red{ - pixel_x = 5; - pixel_y = 8 +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" }, -/obj/item/pen/multi/gold{ - pixel_x = -3; - pixel_y = 5 +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rhN" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/unsimulated/floor{ +/area/syndicate_mothership/jail) +"rhO" = ( +/obj/machinery/door/poddoor/shutters{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/syndicate_mothership) -"uZf" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/paper/terrorspiders2, -/obj/item/stamp/centcom{ - pixel_x = -5; - pixel_y = 5 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/centcom/zone2) -"uZr" = ( -/obj/structure/bookcase/manuals, -/obj/item/book/manual/engineering_construction, -/obj/item/book/manual/engineering_construction, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + id_tag = "CC_supply_external"; + layer = 5; + locked = 1; + name = "Central Command Supply External Shutte" }, -/area/centcom/zone2) -"uZN" = ( -/turf/unsimulated/floor{ +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/supply) -"uZU" = ( -/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, -/obj/machinery/light{ - dir = 1; - light_range = 5 +"rit" = ( +/obj/structure/table/wood, +/obj/item/twohanded/toy/chainsaw, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" }, +/area/admin) +"riy" = ( +/obj/effect/turf_decal/delivery/red, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, /turf/unsimulated/floor{ icon_state = "darkfull"; tag = "icon-dark" }, /area/syndicate_mothership) -"vaj" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien14" - }, -/area/abductor_ship) -"van" = ( -/obj/item/storage/toolbox/syndicate{ - desc = "A powerful relic many men worked long and hard to keep safe and away from the forces of evil."; - force = 1e+008; - name = "toolbox of robustness" - }, -/obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +"riz" = ( +/obj/machinery/conveyor/north{ + id = "SFBQMLoad2" }, -/area/admin) -"vaA" = ( -/obj/structure/table/wood, -/obj/item/whetstone, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/machinery/light/small{ + dir = 8 }, -/area/centcom/srtops) -"vaO" = ( -/obj/structure/bookcase/manuals, -/obj/item/book/manual/engineering_construction, -/obj/item/book/manual/engineering_construction, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/area/centcom/zone2) -"vaX" = ( -/turf/unsimulated/wall{ - icon_state = "iron1" +/area/syndicate_mothership/cargo) +"riD" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/syndicate_mothership) -"vbo" = ( -/obj/structure/sink{ - dir = 1 +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidwarning"; + name = "plating" }, -/turf/unsimulated/floor{ - icon_state = "darkgrey" +/area/syndicate_mothership/outside) +"riL" = ( +/obj/machinery/door/window, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"rjE" = ( +/obj/structure/table/glass, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"rjH" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" }, /area/centcom/specops) -"vcj" = ( -/obj/machinery/abductor/gland_dispenser, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"vcx" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcircuit" +"rka" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/unsimulated/floor/asteroid; + name = "asteroid baseturf editor" }, -/area/syndicate_mothership) -"vcL" = ( -/obj/machinery/door_control{ - id = "syndicate_bridge"; - name = "Bridge Blastdoor"; - pixel_y = 38 +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/obj/machinery/door_control{ - id = "commandroom"; - name = "Command Room Blastdoor"; - pixel_y = 28 +/area/syndicate_mothership/jail) +"rkx" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone5" }, -/turf/unsimulated/floor{ +/area/wizard_station) +"rky" = ( +/obj/machinery/vending/tool, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/syndicate_mothership) -"vea" = ( -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkgreynavyblue" + icon_state = "navyblue" }, /area/centcom/specops) -"ved" = ( -/obj/structure/table/wood/poker, -/obj/item/card/id/syndicate/anyone{ - name = "BOSS OF THE GYM" +"rkJ" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium" }, -/turf/unsimulated/floor{ +/obj/effect/turf_decal{ dir = 8; - icon_state = "grimy" + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/event_zone) -"veq" = ( -/obj/structure/bush, -/obj/machinery/light{ +/obj/effect/turf_decal{ dir = 4; - switchcount = 50 - }, -/turf/unsimulated/floor{ - icon_state = "grass3"; + icon_state = "grass_edge_medium"; name = "grass" }, -/area/centcom/evac) -"ver" = ( -/obj/structure/bookcase/manuals, -/obj/item/book/manual/engineering_construction, -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"rkN" = ( +/obj/structure/chair/comfy/purp{ + dir = 8 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/decal/stripes/black/corner/west, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"rkU" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 }, -/area/centcom/zone2) -"veF" = ( -/turf/unsimulated/wall, -/area/centcom) -"veL" = ( -/turf/unsimulated/wall{ - icon_state = "iron7" +/obj/structure/sink{ + dir = 4; + pixel_x = 15; + pixel_y = 10 }, -/area/syndicate_mothership) -"veR" = ( -/obj/structure/mirror{ +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"rkV" = ( +/obj/item/radio/intercom/syndicate{ pixel_y = 30 }, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, /turf/unsimulated/floor{ - icon_state = "freezerfloor" + icon_state = "carpet6-2" }, -/area/syndicate_mothership) -"veV" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/yellow, -/obj/random/bomb_supply, +/area/wizard_station) +"rlQ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "darkgrey" }, /area/admin) -"veY" = ( -/obj/item/radio/intercom/specops{ - pixel_y = -30 +"rmc" = ( +/obj/structure/closet/crate/can, +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/structure/table/wood, -/obj/item/paper_bin/nanotrasen{ - pixel_x = 3; - pixel_y = 12 +/area/centcom/specops) +"rmf" = ( +/obj/item/clothing/head/bearpelt, +/obj/item/xenos_claw, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"rns" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_x = 32 }, -/obj/item/pen/fancy, -/obj/item/folder/blue, -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/turf/space, +/area/shuttle/syndicate) +"rnt" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/shuttle/syndicate) +"rnv" = ( +/obj/structure/window/reinforced{ + dir = 1 }, -/area/centcom/zone2) -"vfe" = ( -/obj/machinery/door_control{ - id = "mauler_garage"; - name = "Mauler's Garage"; - pixel_x = 8; - pixel_y = 25; - req_access_txt = "153" +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"rny" = ( +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" }, -/obj/machinery/door_control{ - id = "dark_gygax_garage"; - name = "Dark Gygax's Garage"; - pixel_x = -8; - pixel_y = 25; - req_access_txt = "153" +/area/centcom/zone1) +"rnE" = ( +/obj/item/radio/intercom/syndicate{ + pixel_y = -25 }, /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/syndicate_mothership) -"vfm" = ( -/obj/machinery/door/airlock/centcom{ - aiControlDisabled = 1; - name = "Assault Pod"; - opacity = 1; - req_one_access_txt = "150" - }, -/obj/docking_port/mobile/assault_pod, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/assault_pod) -"vfC" = ( -/obj/structure/sink{ - pixel_y = 32 +/area/syndicate_mothership/jail) +"rnH" = ( +/obj/structure/chair/comfy/red{ + dir = 8 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/zone2) -"vfJ" = ( -/obj/machinery/shower{ - dir = 4; - tag = "icon-shower (EAST)" +"rnN" = ( +/obj/structure/chair/office/dark{ + dir = 8 }, -/obj/machinery/light/small{ - light_range = 6; - throw_range = 6 +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/centcom/zone2) +"ror" = ( +/obj/structure/table/wood, +/obj/item/sleeping_carp_scroll, +/turf/unsimulated/floor/wood, +/area/admin) +"rou" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rox" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/area/ussp_ship) -"vfM" = ( -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - name = "Weapons"; - req_access = null +/area/syndicate_mothership) +"roS" = ( +/obj/mecha/combat/marauder/mauler/loaded{ + operation_req_access = list(114) }, -/obj/item/gun/projectile/automatic/pistol, -/obj/item/gun/projectile/automatic/pistol, -/obj/item/gun/projectile/automatic/pistol, -/obj/item/gun/projectile/automatic/pistol, -/obj/item/gun/projectile/automatic/pistol, -/obj/item/gun/projectile/automatic/pistol, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/ammo_box/magazine/m10mm/ap, -/obj/item/ammo_box/magazine/m10mm/ap, -/obj/item/ammo_box/magazine/m10mm/ap, -/obj/item/ammo_box/magazine/m10mm/ap, -/obj/item/ammo_box/magazine/m10mm/ap, -/obj/item/ammo_box/magazine/m10mm/ap, -/obj/item/ammo_box/magazine/m10mm/hp, -/obj/item/ammo_box/magazine/m10mm/hp, -/obj/item/ammo_box/magazine/m10mm/hp, -/obj/item/ammo_box/magazine/m10mm/hp, -/obj/item/ammo_box/magazine/m10mm/hp, -/obj/item/ammo_box/magazine/m10mm/hp, /turf/unsimulated/floor{ dir = 8; - icon_state = "vault" - }, -/area/ussp_ship) -"vfS" = ( -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet2-0"; - tag = "icon-carpet2-0 (EAST)" + icon_state = "wood" }, -/area/holodeck/source_theatre) -"vgf" = ( -/obj/machinery/door/airlock{ - name = "Душ" +/area/admin) +"rpi" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, -/area/ussp_ship) -"vgG" = ( -/obj/structure/chair/stool/holostool, -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet10-0"; - tag = "icon-carpet10-0 (EAST)" +/area/centcom/zone1) +"rpk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" }, -/area/holodeck/source_meetinghall) -"vgV" = ( -/obj/structure/flora/tree/pine, -/turf/simulated/floor/holofloor{ - icon_state = "snow"; - tag = "icon-snow" +/area/centcom/evac) +"rpC" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/zone1) +"rpG" = ( +/turf/unsimulated/floor{ + icon_state = "carpet14-10" }, -/area/holodeck/source_snowfield) -"vhk" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "eventroom"; - name = "Privacy Shutters" +/area/wizard_station) +"rpQ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"rqg" = ( +/obj/structure/chair/comfy/red{ + dir = 4 }, -/area/event_zone) -"vhu" = ( -/turf/simulated/floor/holofloor, -/area/holodeck/source_boxingcourt) -"vhS" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" }, -/area/centcom/zone3) -"vjt" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24; - pixel_y = 5 +/obj/effect/turf_decal/plaque, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/carpet/arcade, +/area/centcom/bridge) +"rqx" = ( +/obj/structure/rack/holorack, +/obj/item/storage/belt/chameleon{ + pixel_x = -3; + pixel_y = 3 }, -/obj/item/ammo_box/shotgun/rubbershot, -/obj/item/ammo_box/shotgun/rubbershot, -/obj/item/ammo_box/shotgun/rubbershot, -/obj/item/ammo_box/shotgun/rubbershot, -/obj/item/ammo_box/shotgun/rubbershot, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbluefull" +/obj/item/storage/belt/chameleon, +/obj/item/storage/belt/chameleon{ + pixel_x = 3; + pixel_y = -3 }, -/area/centcom/specops) -"vjT" = ( -/obj/machinery/vending/cola/free, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" }, -/area/centcom/srtops) -"vlb" = ( -/obj/item/grenade/clusterbuster/smoke, +/area/syndicate_mothership/control) +"rqA" = ( /obj/structure/table/wood, +/obj/item/twohanded/required/chainsaw/doomslayer, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "hierophant1" }, /area/admin) -"vlp" = ( -/turf/unsimulated/floor{ - color = "#CCCCCC"; - dir = 8; - icon_state = "vault"; - name = "Leader position" +"rqI" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone11" }, -/area/centcom/specops) -"vlB" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "ERT_armory_lvl3"; - layer = 5; - locked = 1; - name = "Armory level 3" +/area/wizard_station) +"rqJ" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, -/turf/unsimulated/floor{ +/area/centcom/jail) +"rro" = ( +/turf/unsimulated/wall{ dir = 4; - icon_state = "darkred" - }, -/area/centcom/specops) -"vlE" = ( -/obj/structure/lattice/catwalk, -/mob/living/carbon/human/monkey, -/turf/space, -/area/space/nearstation) -"vlY" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "iron7"; + tag = "icon-iron11" }, -/area/centcom/blops) -"vmM" = ( -/obj/machinery/door_control{ - id = "CC_NT_armory"; - name = "Nanotrasen Armory"; - pixel_x = -25; - req_access_txt = "114" +/area/space) +"rrK" = ( +/obj/machinery/light{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/plating, +/area/centcom/zone1) +"rrP" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, -/area/centcom/srtops) -"vnr" = ( -/obj/item/twohanded/required/kirbyplants, /turf/unsimulated/floor{ dir = 8; - icon_state = "woodalt" + icon_state = "wood" }, -/area/centcom/evac) -"vnF" = ( -/obj/effect/landmark/abductor/agent{ - team = 2 +/area/admin) +"rsy" = ( +/obj/structure/holowindow{ + dir = 1 }, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"vob" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "robotics_solar_outer"; - name = "Project 28u" +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2"; - tag = "" +/area/holodeck/source_thunderdomecourt) +"rsz" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/effect/mapping_helpers/light{ + layer = 10 }, -/area/ussp_ship) -"voL" = ( -/obj/machinery/vending/suitdispenser, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"rsG" = ( +/obj/structure/curtain/open/shower/security, +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, /area/syndicate_mothership) -"voX" = ( -/obj/machinery/mass_driver{ - dir = 4; - id_tag = "ASSAULT0"; - name = "gravpult" +"rsZ" = ( +/obj/machinery/light/small{ + dir = 8 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/specops) -"vpr" = ( -/turf/space, +/area/syndicate_mothership/elite_squad) +"rtg" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/wizrobe/marisa, +/obj/item/clothing/shoes/sandal/marisa, +/obj/item/clothing/head/wizard/marisa, +/obj/item/twohanded/staff/broom, /turf/unsimulated/floor{ - dir = 1; - icon_state = "darkgreynavyblue" + dir = 8; + icon_state = "bcarpet02" }, +/area/wizard_station) +"rtr" = ( +/obj/machinery/light, +/turf/simulated/floor/wood, /area/centcom/specops) -"vpF" = ( +"rtu" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s5" + }, +/area/shuttle/escape) +"rtw" = ( +/turf/unsimulated/wall, +/area/space) +"rtM" = ( +/obj/structure/table/wood, +/obj/item/tank/emergency_oxygen/vox, +/obj/item/clothing/mask/breath/vox, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/wizard_station) +"rtO" = ( /obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); dir = 4 }, +/obj/structure/table/wood, /obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 + dir = 8 }, -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - layer = 2.9; - name = "M-90gl magazine"; - req_access = null; - req_access_txt = "114" - }, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1; - layer = 2.8 +/turf/simulated/floor/wood, +/area/centcom/evac) +"rtP" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 }, -/turf/unsimulated/floor{ +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; icon_state = "dark" }, -/area/centcom/specops) -"vpT" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 8; - icon_state = "fakewindows2"; - tag = "icon-fakewindows2 (WEST)" +/area/shuttle/administration) +"rtR" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium" }, -/area/centcom/specops) -"vqH" = ( -/obj/structure/table, -/obj/item/storage/fancy/crayons, -/obj/item/storage/fancy/crayons, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"rtW" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" }, /area/syndicate_mothership) -"vrk" = ( -/obj/structure/chair/comfy/black{ - dir = 4 +"rub" = ( +/obj/structure/table/glass, +/obj/item/storage/backpack/duffel/syndie/surgery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/control) +"rud" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/junglebush/c, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"ruj" = ( +/obj/structure/table/reinforced, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/centcom/srtops) -"vrt" = ( -/turf/unsimulated/wall{ +/area/centcom/zone1) +"ruu" = ( +/obj/structure/sink{ dir = 8; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "diagonalWall3" + pixel_x = -13 }, -/area/space) -"vru" = ( -/obj/docking_port/stationary/transit{ - dir = 8; - dwidth = 10; - height = 35; - id = "whiteship_transit"; - name = "whiteship in transit"; - width = 21 +/obj/structure/mirror{ + pixel_x = -30 }, -/turf/space/transit/horizontal{ - dir = 4 +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/space) -"vup" = ( -/turf/unsimulated/wall{ - icon_state = "sandstone11" +/area/centcom/specops) +"rvc" = ( +/obj/structure/sign/barsign{ + pixel_y = 32 }, -/area/wizard_station) -"vuP" = ( -/obj/structure/sign/poster/contraband/atmosia_independence{ - name = "Declaration"; - pixel_y = 30 +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" }, -/obj/structure/mineral_door, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/zone1) +"rvs" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (NORTH)" }, /area/wizard_station) -"vvn" = ( -/turf/space, -/turf/unsimulated/wall/fakeglass{ - dir = 5; - tag = "icon-fakewindows (NORTHEAST)" +"rvw" = ( +/obj/machinery/light/small{ + dir = 1 }, -/area/centcom) -"vvt" = ( -/obj/structure/closet/secure_closet/personal/cabinet{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - req_access_txt = "114" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/obj/item/clothing/head/beret/centcom/officer, -/obj/item/storage/box/centcomofficer, -/obj/item/radio/headset/centcom, -/obj/item/clothing/under/suit_jacket/navy, -/obj/item/storage/briefcase/sniperbundle, -/obj/item/suppressor, -/obj/item/gun/projectile/automatic/proto{ - pixel_x = 3; - pixel_y = -3 +/area/syndicate_mothership) +"rvJ" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 }, -/obj/item/ammo_box/magazine/smgm9mm, -/obj/item/ammo_box/magazine/smgm9mm, -/obj/item/ammo_box/magazine/smgm9mm, -/obj/item/ammo_box/magazine/smgm9mm, -/obj/item/CQC_manual, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"rvO" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/effect/landmark{ + color = "#9999ff"; + icon_state = "x_white"; + name = "Syndicate-Spawn" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"rvV" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/zone2) -"vvD" = ( -/obj/structure/table, -/obj/structure/reagent_dispensers/spacecleanertank{ - pixel_x = -32 +"rvY" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium" }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -4 +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" }, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 4 +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"rwi" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" }, -/area/centcom/specops) -"vvS" = ( -/obj/machinery/vending/boozeomat{ - req_access_txt = "102" +/area/centcom/evac) +"rwu" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc2" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/area/shuttle/administration) +"rwv" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/structure/closet/bombclosetsecurity, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" }, -/area/centcom/zone3) -"vwJ" = ( -/obj/machinery/door_control{ - id = "CC_supply_internal"; - name = "Central Command Supply Internal Shutter"; - pixel_x = 4; - pixel_y = -30; - req_access_txt = "114" +/area/centcom/specops) +"rwD" = ( +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"rwZ" = ( +/obj/machinery/light{ + dir = 8 }, -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkblue" +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" }, -/area/centcom/zone2) -"vxE" = ( -/obj/structure/chair/comfy/red{ - color = "#FFFFFF"; +/area/centcom/evac) +"rxy" = ( +/obj/effect/turf_decal/arrows{ dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "carpet" +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" }, -/area/centcom/jail) -"vxZ" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +/area/syndicate_mothership) +"rxE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" }, /area/centcom/jail) -"vyk" = ( -/obj/machinery/vending/boozeomat{ - req_access_txt = null +"rye" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced, +/obj/item/folder, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, +/area/centcom/zone1) +"ryw" = ( +/obj/structure/chair/comfy/purp, /turf/unsimulated/floor{ - dir = 8; - icon_state = "stage_bleft" + icon_state = "carpetnoconnect" }, -/area/syndicate_mothership) -"vyl" = ( -/obj/machinery/light{ - dir = 8; - switchcount = 50 +/area/wizard_station) +"ryR" = ( +/turf/simulated/floor/light/colour_cycle/dancefloor_b, +/area/centcom/zone1) +"rzg" = ( +/obj/machinery/door/window/brigdoor/westleft{ + base_state = "rightsecure"; + color = "#d70000"; + dir = 1; + icon_state = "rightsecure"; + req_access_txt = "104" }, -/turf/unsimulated/floor{ +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; icon_state = "dark" }, -/area/centcom/evac) -"vyB" = ( -/obj/structure/window/reinforced{ +/area/shuttle/administration) +"rzJ" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; dir = 1; - layer = 2.9 + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, /turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/jail) -"vyE" = ( -/obj/structure/holohoop{ - dir = 1 + dir = 8; + icon_state = "bcarpet03" }, -/turf/simulated/floor/holofloor{ - icon_state = "green" +/area/wizard_station) +"rzX" = ( +/obj/machinery/computer/shuttle/sit, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" }, -/area/holodeck/source_basketball) -"vyF" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 1; - id_tag = "CC_space_jail"; - layer = 5; - locked = 1; - name = "Central Command Jail" +/area/shuttle/syndicate_sit) +"rAb" = ( +/obj/machinery/light/small{ + dir = 8 }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "dark" +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/jail) -"vzH" = ( +/area/syndicate_mothership/elite_squad) +"rAk" = ( +/obj/structure/table, +/obj/item/tank/oxygen/yellow, +/obj/random/bomb_supply, +/obj/item/clothing/under/rebeloutfit, +/obj/item/clothing/suit/poncho/ponchoshame, +/obj/item/clothing/head/sombrero/shamebrero, /turf/unsimulated/floor{ dir = 8; - icon_state = "darkred" + icon_state = "wood" }, -/area/centcom/specops) -"vzI" = ( -/obj/structure/lattice/catwalk, -/turf/space, -/area/ussp_ship) -"vzU" = ( -/turf/simulated/floor/holofloor{ - icon_state = "rampbottom"; - tag = "icon-rampbottom" +/area/admin) +"rAW" = ( +/obj/structure/chair/sofa/right{ + dir = 1 }, -/area/holodeck/source_theatre) -"vzX" = ( -/obj/structure/table/wood, -/obj/item/clothing/suit/fluff/stobarico_greatcoat{ - name = "\improper Nanotrasen Greatcoat" +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"rBi" = ( +/obj/machinery/light{ + dir = 1 }, -/obj/item/clothing/under/rank/centcom/officer, -/obj/item/clothing/under/rank/centcom/representative{ - pixel_x = 3; - pixel_y = -3 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/clothing/under/rank/centcom/captain{ - pixel_x = -3; - pixel_y = 3 +/area/centcom/evac) +"rBn" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/drinks/cans/beer, +/obj/structure/curtain/open/shower/security{ + pixel_x = 32 }, +/obj/effect/decal/stripes/gold/deadlock/east, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rBp" = ( /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 8; + icon_state = "bcarpet05" }, -/area/admin) -"vBi" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 8 +/area/centcom/zone1) +"rBs" = ( +/obj/machinery/light{ + dir = 1 }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluealt" }, -/area/shuttle/assault_pod) -"vCq" = ( -/obj/machinery/recharge_station/ert, +/area/centcom/zone2) +"rDb" = ( +/turf/simulated/floor/holofloor/space, +/area/holodeck/source_space) +"rDm" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"rDr" = ( /turf/unsimulated/floor{ - icon_state = "dark" + dir = 8; + icon_state = "bcarpet04" }, -/area/centcom/specops) -"vCS" = ( +/area/wizard_station) +"rDy" = ( +/obj/machinery/computer/card, /obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 + dir = 8 }, -/obj/structure/table/wood, -/obj/item/storage/belt/utility/chief/full, -/obj/item/storage/belt/utility/chief/full, -/obj/item/storage/belt/utility/chief/full, -/obj/item/storage/belt/utility/chief/full, -/obj/item/storage/belt/utility/chief/full, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/supply) -"vCX" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/bridge) +"rDS" = ( +/obj/structure/table, +/obj/item/card/id/centcom{ + pixel_x = -3; + pixel_y = -3 }, -/area/syndicate_mothership) -"vDc" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ - icon_state = "floor" +/obj/item/card/id, +/obj/item/card/id/admin{ + pixel_x = 3; + pixel_y = 3 }, -/area/centcom/evac) -"vDh" = ( -/obj/docking_port/stationary/transit{ +/obj/machinery/door/window/southleft{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); dir = 8; - dwidth = 2; - height = 5; - id = "spacebarpodv1_transit"; - name = "Regular Space Pod in transit"; - width = 8 - }, -/turf/space/transit, -/area/space) -"vDp" = ( -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_y = 32 - }, -/turf/unsimulated/floor{ - icon_state = "darkgrey" + name = "security checkpoint" }, -/area/centcom/specops) -"vDL" = ( -/turf/unsimulated/wall/fakeglass{ - icon_state = "fakewindows2"; - tag = "icon-fakewindows2 (WEST)" +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1 }, -/area/ussp_ship) -"vEc" = ( /obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); dir = 4 }, -/obj/machinery/chem_master, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/turf/unsimulated/floor/wood, +/area/admin) +"rDT" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/flora/tree/pine{ + color = "#336633" }, -/area/syndicate_mothership) -"vEg" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault"; - name = "Operative position" +/turf/simulated/floor/grass, +/area/centcom/evac) +"rEl" = ( +/obj/structure/holohoop, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" }, -/area/centcom/srtops) -"vED" = ( -/obj/item/target/syndicate, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/holodeck/source_basketball) +"rFp" = ( +/obj/machinery/computer/card/centcom, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = 25 }, -/area/syndicate_mothership) -"vEQ" = ( -/obj/structure/table/reinforced, -/obj/structure/sink{ +/obj/machinery/light/small{ dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "darkblue" - }, +/turf/simulated/floor/wood, /area/centcom/specops) -"vEW" = ( -/obj/structure/reagent_dispensers/beerkeg, +"rFF" = ( +/obj/structure/table/wood/fancy, +/obj/effect/decal/stripes/gold/corner/south, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rFP" = ( /turf/unsimulated/floor{ - icon_state = "freezerfloor" + dir = 8; + icon_state = "wood-broken3" }, -/area/ninja/holding) -"vEY" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -30 +/area/wizard_station) +"rFY" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 }, -/turf/unsimulated/floor{ - icon_state = "wood" +/obj/item/folder/red{ + pixel_x = 7 }, -/area/centcom/zone1) -"vFb" = ( -/obj/structure/window/reinforced{ - dir = 8 +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = -7 }, -/obj/structure/holohoop{ - dir = 4 +/obj/item/storage/briefcase, +/obj/item/door_remote/omni, +/turf/simulated/floor/wood, +/area/centcom/specops) +"rGk" = ( +/obj/machinery/door/poddoor/impassable, +/obj/machinery/door/airlock/syndicate/cargo/glass{ + name = "Cargo shuttle"; + req_access_txt = "153" }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ dir = 1; - icon_state = "darkbluefull" - }, -/area/centcom/jail) -"vFd" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/item/radio/intercom{ - pixel_x = 30 - }, -/turf/unsimulated/floor{ icon_state = "dark" }, -/area/centcom/srtops) -"vFk" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8"; - tag = "" +/area/syndicate_mothership/cargo) +"rGl" = ( +/obj/machinery/libraryscanner, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/turf/space, -/turf/space, -/area/ussp_ship) -"vGv" = ( -/obj/structure/window/reinforced{ - dir = 8 +/area/centcom/zone1) +"rGt" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" }, -/turf/unsimulated/floor{ - icon_state = "bcircuit" +/area/holodeck/source_basketball) +"rGD" = ( +/obj/structure/table/glass, +/obj/effect/decal/stripes/gold/corner/south, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"rHg" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/grass/jungle, +/obj/effect/mapping_helpers/light{ + layer = 10 }, -/area/centcom/zone2) -"vGw" = ( -/obj/structure/table, -/obj/item/storage/fancy/crayons, -/obj/item/storage/fancy/crayons, -/obj/item/soap/syndie, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 30 +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"rHo" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно спит на посту!"; + dir = 8; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Боба"; + obj_integrity = 9999 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"rHH" = ( +/obj/machinery/door/window/brigdoor{ + color = "red"; dir = 8; - icon_state = "wood" + req_access_txt = "150" }, -/area/syndicate_mothership) -"vGJ" = ( -/obj/structure/table/wood, /turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/zone1) -"vHd" = ( -/obj/machinery/light{ - dir = 1 +/area/syndicate_mothership/elite_squad) +"rHK" = ( +/obj/item/radio/intercom/specops{ + pixel_y = 32 }, -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" - }, -/area/syndicate_mothership) -"vHp" = ( -/obj/structure/table/reinforced, -/obj/item/healthanalyzer, -/obj/item/healthanalyzer{ - pixel_y = 5 - }, -/obj/item/healthupgrade{ - pixel_x = 6; - pixel_y = 5 - }, -/obj/item/healthupgrade{ - pixel_x = 6 - }, -/turf/unsimulated/floor{ - dir = 8; +/turf/simulated/floor/plasteel{ icon_state = "grimy" }, -/area/syndicate_mothership) -"vHw" = ( -/obj/effect/landmark{ - name = "Commando" - }, -/turf/unsimulated/floor{ +/area/centcom/zone2) +"rIb" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/blops) -"vHV" = ( -/obj/structure/table/abductor, -/obj/item/paper/abductor, -/obj/item/scalpel/alien, -/obj/item/cautery/alien, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"vIb" = ( -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" +/area/centcom/specops) +"rIj" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium" }, -/obj/item/radio/intercom/syndicate{ - pixel_x = -32 +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"rIL" = ( /turf/unsimulated/floor{ dir = 8; - icon_state = "wood" + icon_state = "wood-broken4" }, -/area/syndicate_mothership) -"vIn" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/area/wizard_station) +"rIR" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" }, -/obj/machinery/light/small{ - brightness_range = 10; - dir = 8; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/area/syndicate_mothership) +"rIS" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/obj/structure/sign/poster/contraband/communist_state{ - pixel_x = -32 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/mecha/combat/durand/old{ - color = "#77895C"; - desc = "Improved Armored Heavy Mech with USSP Symbol"; - name = "TU-802" +/area/centcom/zone1) +"rIY" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"rJa" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Shower" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/area/ussp_ship) -"vIp" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +/area/syndicate_mothership/elite_squad) +"rJo" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" }, -/obj/structure/window/reinforced{ +/area/holodeck/source_thunderdomecourt) +"rJC" = ( +/turf/simulated/floor/plasteel{ dir = 1; - layer = 2 - }, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/reedbush, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" - }, -/area/centcom/zone1) -"vIu" = ( -/obj/machinery/mass_driver{ - dir = 4; - id_tag = "ASSAULT1"; - name = "gravpult" + icon_state = "darkredalt" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/zone3) +"rKa" = ( +/obj/machinery/computer/syndie_supplycomp, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredalt" }, -/area/centcom/specops) -"vKb" = ( +/area/syndicate_mothership/cargo) +"rKo" = ( /obj/structure/table/wood, -/obj/item/twohanded/bostaff, +/obj/item/melee/energy/axe, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + icon_state = "hierophant1" }, /area/admin) -"vKh" = ( -/obj/structure/chair/sofa{ +"rKq" = ( +/obj/structure/coatrack, +/obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/light/spot{ - dir = 4; - tag = "icon-tube1 (EAST)" - }, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/effect/decal/stripes/black/corner/east, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rKE" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-32"; + tag = "icon-plant-32" }, -/area/syndicate_mothership) -"vKp" = ( -/turf/unsimulated/floor{ - icon = 'icons/obj/smooth_structures/catwalk.dmi'; - icon_state = "catwalk"; - name = "plating" +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rKY" = ( +/obj/machinery/light/small{ + dir = 1 }, -/turf/unsimulated/floor{ - icon = 'icons/obj/smooth_structures/catwalk.dmi'; - icon_state = "catwalk"; - name = "plating" +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rKZ" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/centcom/specops) -"vKq" = ( -/obj/structure/bush, -/turf/unsimulated/floor{ - icon_state = "grass4"; - name = "grass" +/area/syndicate_mothership/elite_squad) +"rLc" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 }, -/area/centcom/zone1) -"vKY" = ( -/obj/machinery/cryopod/right, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/obj/effect/decal/warning_stripes/green/hollow, +/obj/effect/landmark{ + name = "Response Team" }, -/area/trader_station/sol) -"vLa" = ( -/obj/machinery/vending/tool, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/specops) -"vLb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"rLg" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/grass/jungle/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"rLk" = ( +/obj/machinery/computer/borgupload, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/machinery/light/small{ - dir = 8; - light_range = 6; - throw_range = 6 +/area/centcom/bridge) +"rLr" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 10 }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" }, -/area/ussp_ship) -"vLj" = ( -/obj/machinery/light/small{ - brightness_range = 6; +/area/centcom/evac) +"rLM" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ dir = 4; - light_range = 8; - nightshift_light_range = 6; - throw_range = 6 + icon_state = "darkgrey" }, -/turf/unsimulated/floor{ +/area/shuttle/syndicate) +"rLO" = ( +/obj/structure/bush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"rMa" = ( +/obj/machinery/door/poddoor/shutters{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/wizard_station) -"vLs" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" }, -/area/vox_station) -"vLx" = ( -/obj/item/clothing/under/retro/security, -/obj/item/clothing/under/retro/security, -/obj/structure/closet, -/obj/item/clothing/gloves/combat, -/obj/item/clothing/gloves/combat, -/obj/item/clothing/gloves/combat, -/obj/item/clothing/under/retro/security, -/obj/item/clothing/shoes/combat, -/obj/item/clothing/shoes/combat, -/obj/item/clothing/shoes/combat, -/turf/unsimulated/floor{ +/turf/unsimulated/wall/fakeglass{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/ussp_ship) -"vLF" = ( -/obj/item/flag/wiz, -/obj/machinery/light/small{ - brightness_range = 6; - dir = 1; - light_range = 8; - nightshift_light_range = 6; - throw_range = 6 + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet03" +/area/centcom/jail) +"rMn" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" }, -/area/wizard_station) -"vLT" = ( -/obj/effect/landmark{ - name = "Marauder Exit" +/area/holodeck/source_thunderdomecourt) +"rMK" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/centcom/evac) +"rMQ" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" }, -/turf/unsimulated/floor{ - name = "plating" +/area/holodeck/source_boxingcourt) +"rNd" = ( +/obj/machinery/door_control{ + id = "CC_Armory_AEG"; + name = "advanced energy gun"; + pixel_x = 24; + pixel_y = 24; + req_access_txt = "114"; + wires = 1 }, -/turf/unsimulated/floor{ - icon = 'icons/obj/smooth_structures/catwalk.dmi'; - icon_state = "catwalk"; - name = "plating" +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluecorners" }, /area/centcom/specops) -"vMy" = ( -/obj/structure/statue/diamond/captain{ - name = "statue of THE Supreme Commander" +"rNf" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/structure/window/reinforced{ + dir = 4 }, -/area/centcom/zone2) -"vMK" = ( -/obj/structure/closet/secure_closet/personal/cabinet{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - req_access_txt = "114" +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/clothing/suit/judgerobe{ - name = "Supreme judge's robe" - }, -/obj/item/card/id/centcom{ - icon_state = "deathsquad"; - name = "Supreme Judge ID card"; - pixel_x = -3; - pixel_y = -3; - registered_name = "Supreme Judge" +/area/centcom/supply) +"rNg" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/russian, +/turf/unsimulated/floor/wood, +/area/admin) +"rNs" = ( +/obj/machinery/sleeper{ + dir = 4 }, -/obj/item/clothing/head/powdered_wig{ - desc = null; - name = "Supreme judge wig" +/turf/simulated/floor/plasteel{ + icon_state = "barber" }, -/obj/item/clothing/under/suit_jacket/really_black{ - name = "Supreme judge suit" +/area/centcom/jail) +"rNB" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/head/beret/atmos{ + name = "beret" }, -/obj/item/clothing/shoes/centcom{ - desc = null; - name = "Dress shoes" +/obj/item/clothing/head/beret/atmos{ + name = "beret" }, -/obj/item/clothing/gloves/color/white{ - desc = null; - name = "Supreme judge gloves" +/obj/item/clothing/head/beret/ce{ + name = "beret" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/clothing/head/beret/ce{ + name = "beret" }, -/area/centcom/zone2) -"vMT" = ( -/obj/machinery/door/poddoor/shutters{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1; - id_tag = "CC_supply_internal"; - layer = 5; - locked = 1; - name = "Central Command Supply Internal Shutter" +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" }, -/area/centcom/supply) -"vMX" = ( -/obj/structure/window/reinforced, -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" }, -/area/syndicate_mothership) -"vNb" = ( -/obj/structure/window/reinforced, -/turf/unsimulated/wall{ - icon_state = "iron12"; - tag = "icon-iron12" +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" }, -/area/space) -"vNO" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "CC_space_jail_cell"; - layer = 5; - locked = 1; - name = "Central Command Jail" +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" }, -/obj/structure/window/full/reinforced{ - layer = 2 +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/clothing/head/beret/durathread{ + name = "beret" }, -/area/centcom/jail) -"vOU" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 +/obj/item/clothing/head/beret/durathread{ + name = "beret" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/obj/item/clothing/head/beret/eng{ + name = "beret" }, -/area/centcom/specops) -"vOW" = ( -/obj/structure/table/wood, -/obj/item/ashtray/glass{ - pixel_x = -4; - pixel_y = -4 +/obj/item/clothing/head/beret/eng{ + name = "beret" }, -/obj/item/lighter/zippo/blue{ - pixel_x = 7; - pixel_y = 8 +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" }, -/obj/item/clothing/mask/cigarette/cigar{ - pixel_x = -5; - pixel_y = 8 +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" }, -/area/centcom/srtops) -"vPf" = ( -/turf/simulated/floor/plating/lava/smooth/lava_land_surface, -/area/space) -"vPR" = ( -/turf/unsimulated/floor{ - dir = 10; - icon_state = "darkblue" +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" }, -/area/centcom/specops) -"vQj" = ( -/turf/unsimulated/floor{ - icon_state = "darkblue" +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" }, -/area/centcom/zone2) -"vQz" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "ERT_armory_lvl3"; - layer = 5; - locked = 1; - name = "Armory level 3" +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" }, -/turf/space, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" }, -/area/centcom/specops) -"vQA" = ( -/obj/structure/table/wood, -/obj/item/folder/blue{ - pixel_x = -5; - pixel_y = 5 +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" }, -/obj/item/paper_bin/nanotrasen, -/obj/item/pen/multi/fountain{ - pixel_x = 7; - pixel_y = 7 +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" }, -/obj/item/stamp/centcom{ - pixel_x = -5; - pixel_y = 5 +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/clothing/head/beret/purple{ + name = "beret" }, -/area/centcom/srtops) -"vSa" = ( -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (EAST)" +/obj/item/clothing/head/beret/purple{ + name = "beret" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" }, -/area/syndicate_mothership) -"vTj" = ( -/turf/unsimulated/floor{ - dir = 5; - icon_state = "darkred" +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" }, -/area/centcom/zone1) -"vTl" = ( -/obj/machinery/vending/security, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 }, -/area/centcom/srtops) -"vTo" = ( -/obj/item/flag/nt, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/blops) -"vTv" = ( -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/supply) +"rNL" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" }, -/area/centcom/specops) -"vTC" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/alien, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/holodeck/source_boxingcourt) +"rOo" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/area/admin) -"vTR" = ( -/turf/unsimulated/wall{ - icon_state = "iron10"; - tag = "icon-iron10" +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, -/area/space) -"vUb" = ( -/obj/item/twohanded/required/kirbyplants, /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "rampbottom" }, -/area/centcom/ferry) -"vUE" = ( -/turf/simulated/floor/plasteel, -/area/tdome/arena) -"vUG" = ( +/area/syndicate_mothership/elite_squad) +"rOB" = ( +/turf/simulated/floor/plating, +/area/centcom/zone2) +"rOP" = ( /obj/structure/table/reinforced, -/turf/space, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/stamp/syndicate{ + pixel_x = 6; + pixel_y = -4 }, -/area/centcom/blops) -"vUT" = ( -/obj/machinery/computer/pod/deathsquad, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "vault" +/obj/item/stamp/chameleon{ + pixel_x = 4; + pixel_y = 6 }, -/area/centcom/specops) -"vVh" = ( -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/syndicatedetonator{ + pixel_x = -6; + pixel_y = 5 }, -/area/centcom/zone2) -"vVu" = ( -/obj/machinery/teleport/hub/upgraded{ - admin_usage = 1 +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"rOR" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/centcom/specops) -"vVx" = ( -/obj/machinery/computer/arcade, -/turf/unsimulated/floor{ - icon_state = "carpet" +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" }, -/area/centcom/jail) -"vWN" = ( -/obj/machinery/computer/account_database{ - name = "Admin Accounts Database" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"rOV" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/wizard_station) +"rPx" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" }, -/area/centcom/zone2) -"vWR" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 13 +/area/holodeck/source_snowfield) +"rPH" = ( +/obj/machinery/chem_master, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"rPY" = ( +/obj/item/storage/fancy/crayons, +/obj/structure/table/wood{ + color = "#996633" }, /turf/unsimulated/floor{ - icon_state = "freezerfloor" + dir = 4; + icon_state = "elevatorshaft" }, /area/syndicate_mothership) -"vXg" = ( -/obj/structure/sign/securearea{ - pixel_x = 32 +"rQr" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_ver, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" }, -/turf/unsimulated/floor{ - icon_state = "floor4" +/area/syndicate_mothership) +"rQt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"rQy" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/area/shuttle/gamma/space) -"vXj" = ( -/obj/machinery/cryopod/right, -/turf/unsimulated/floor{ +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/blops) -"vYf" = ( -/obj/machinery/power/solar{ - id = "portsolar"; - name = "Port Solar Array" - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/space, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" +/area/centcom/jail) +"rQz" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/unsimulated/floor/asteroid; + name = "asteroid baseturf editor" }, -/area/ussp_ship) -"vYi" = ( -/obj/structure/chair/sofa{ - dir = 9 +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/obj/structure/window/reinforced{ - color = "black"; - dir = 4; - layer = 5 +/area/syndicate_mothership/cargo) +"rQN" = ( +/obj/machinery/vending/cigarette/free{ + slogan_list = list("Помните! Никаких капиталистов!","Лучше всего употреблять вместе с водкой!","Затянитесь!","Девять из десяти учёных СССП считают что курение снимает стресс","Прочим сигаретам далеко до русских сигарет!","Сигареты! Теперь на 100% меньше капитализма.") }, -/obj/structure/window/reinforced{ - color = "black"; - layer = 5 +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, +/area/syndicate_mothership/elite_squad) +"rRz" = ( +/obj/structure/mineral_door, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/zone1) -"vYW" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"vZD" = ( -/obj/item/beach_ball/holoball, -/turf/simulated/floor/holofloor, -/area/holodeck/source_basketball) -"vZH" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/external{ - id_tag = "supply_away"; - name = "Central Command Supply"; - req_access_txt = "31" +/area/wizard_station) +"rRF" = ( +/obj/machinery/computer/med_data, +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/machinery/door/poddoor{ - id_tag = "CC_supply_space"; - locked = 2; - name = "Supply Blastdoor" +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" }, +/area/centcom/bridge) +"rRS" = ( +/obj/structure/flora/grass/jungle/b, +/turf/unsimulated/wall{ + icon_state = "rock"; + name = "rock" + }, +/area/syndicate_mothership/outside) +"rSg" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/minebot, /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "darkgrey" + }, +/area/admin) +"rTr" = ( +/obj/effect/decal/stripes/gold/deadlock/east, +/turf/simulated/floor/fakespace, +/area/centcom/bridge) +"rTw" = ( +/obj/structure/chair/sofa/left, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" }, -/area/centcom/supply) -"waa" = ( -/obj/machinery/computer/shuttle/ert, /turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"rTI" = ( +/obj/effect/decal/stripes/gold/line/east, +/obj/effect/decal/stripes/gold/line/west, +/obj/structure/closet/crate/can, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"rTL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "barber" }, /area/centcom/specops) -"wai" = ( -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +"rTQ" = ( +/obj/structure/chair/sofa{ + dir = 10 }, -/area/centcom/jail) -"wak" = ( -/turf/unsimulated/floor{ +/obj/effect/decal/stripes/black/corner, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"rUb" = ( +/turf/simulated/floor/plasteel{ dir = 8; - icon_state = "bcarpet04" + icon_state = "neutralcorner" }, -/area/wizard_station) -"wax" = ( -/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ - dir = 8 +/area/centcom/evac) +"rUm" = ( +/obj/item/flag/syndi, +/obj/structure/curtain/black{ + pixel_x = -32 }, -/obj/machinery/light{ - dir = 4 +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"rUq" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/machinery/light/small{ + dir = 8 }, -/area/syndicate_mothership) -"waB" = ( -/obj/structure/closet, -/obj/item/storage/backpack/satchel, -/obj/item/storage/backpack/satchel, -/obj/item/storage/backpack/satchel, -/obj/item/storage/backpack/satchel, -/obj/item/storage/backpack/satchel, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/structure/sign/poster/contraband/random{ + pixel_x = -30 }, -/area/ussp_ship) -"wbd" = ( -/obj/structure/table, -/obj/machinery/plantgenes{ - pixel_x = -2; - pixel_y = 5 +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"rUx" = ( +/obj/structure/table/wood, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" }, -/turf/unsimulated/floor{ - icon_state = "wood" +/area/centcom/evac) +"rUG" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet4-0"; + tag = "icon-carpet4-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"rVc" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warnwhitecorner" }, /area/centcom/zone1) -"wbx" = ( -/obj/machinery/light{ - dir = 1; - switchcount = 50 +"rVg" = ( +/obj/structure/statue/silver/secborg{ + anchored = 1 }, -/obj/structure/table/wood, -/obj/machinery/computer/secure_data/laptop{ - desc = "Похоже, что на данном ноутбуке открыт какой-то старый браузер, со включенной вкладкой Twitch BANDA."; - name = "Ноутбук" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ +/area/centcom/bridge) +"rVm" = ( +/obj/structure/table/reinforced, +/obj/machinery/processor{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"rVF" = ( +/obj/item/target, +/obj/machinery/light/small{ + brightness_range = 6; dir = 8; - icon_state = "grimy" + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, -/area/centcom/evac) -"wby" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/gun/advtaser, -/obj/item/gun/energy/gun/advtaser/cyborg, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 8; + icon_state = "wood-broken7" }, -/area/admin) -"wbG" = ( -/turf/unsimulated/floor{ +/area/wizard_station) +"rVI" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (WEST)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"rVJ" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ dir = 1; - icon_state = "darkbrownfull" + icon_state = "grass_edge_medium_corner" }, -/area/centcom/specops) -"wbY" = ( -/obj/structure/chair/stool/holostool, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"rVM" = ( /obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/holofloor{ - icon_state = "asteroid"; - tag = "icon-asteroid" +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" }, -/area/holodeck/source_picnicarea) -"wcf" = ( -/obj/structure/chair/stool, -/obj/effect/landmark{ - name = "Syndicate-Spawn" +/area/syndicate_mothership) +"rWg" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcornersalt" }, +/area/centcom/jail) +"rWt" = ( +/obj/item/target, /turf/unsimulated/floor{ dir = 8; - icon_state = "wood" + icon_state = "wood-broken7" }, -/area/syndicate_mothership) -"wcl" = ( -/obj/machinery/computer/rdservercontrol{ - badmin = 1; - name = "Master R&D Server Controller" +/area/wizard_station) +"rWE" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/zone2) -"wdp" = ( -/turf/unsimulated/wall/abductor{ - icon_state = "alien15" +/area/centcom/specops) +"rWR" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/area/abductor_ship) -"wdx" = ( -/obj/structure/window/reinforced, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/reedbush, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, -/area/centcom/specops) -"wdT" = ( -/obj/item/twohanded/required/kirbyplants, /turf/unsimulated/floor{ - dir = 9; - icon_state = "darkred" - }, -/area/centcom/zone3) -"wed" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 2; - height = 18; - id = "skipjack_away"; - name = "vox bay 1"; - width = 19 + dir = 1; + icon_state = "rampbottom" }, -/turf/space, -/area/space) -"weu" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "ERT_armory_lvl3"; - layer = 5; - locked = 1; - name = "Armory level 3" +/area/syndicate_mothership/infteam) +"rXb" = ( +/obj/structure/chair/comfy/black, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"rXF" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" }, -/turf/unsimulated/floor{ +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rXK" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall13" + }, +/area/shuttle/administration) +"rXN" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"rXP" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/vulp, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/specops) -"wfo" = ( +/area/centcom/evac) +"rYd" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, /obj/machinery/light/spot{ dir = 4; - tag = "icon-tube1 (WEST)" + tag = "icon-tube1 (EAST)" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/area/syndicate_mothership) -"wfx" = ( -/obj/item/radio/intercom/specops{ - pixel_x = -30 +/area/shuttle/administration) +"rYr" = ( +/obj/structure/rack, +/obj/item/storage/backpack/duffel/syndie/x4{ + pixel_x = -3; + pixel_y = 3 }, -/obj/machinery/camera{ - c_tag = "CentComm ERT Shuttle"; +/obj/item/storage/backpack/duffel/syndie/x4, +/obj/item/storage/backpack/duffel/syndie/x4{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"rYX" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"rZk" = ( +/obj/machinery/light, +/obj/structure/closet/crate/can, +/turf/simulated/floor/wood, +/area/centcom/jail) +"rZo" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"saA" = ( +/obj/structure/chair/stool/bar, +/obj/effect/decal/stripes/black/corner/south, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"sbs" = ( +/obj/structure/spacepoddoor{ dir = 4; - network = list("ERT","CentComm") + luminosity = 3 + }, +/obj/machinery/door/poddoor/multi_tile/two_tile_hor{ + layer = 3.01 }, /turf/unsimulated/floor{ - dir = 10; - icon_state = "darkgreynavyblue" + name = "plating" }, -/area/centcom/specops) -"wfy" = ( +/area/syndicate_mothership/elite_squad) +"sbw" = ( /turf/simulated/floor/holofloor{ dir = 4; - icon_state = "blue" + icon_state = "carpet8-0"; + tag = "icon-carpet8-0 (EAST)" }, -/area/holodeck/source_knightarena) -"wfG" = ( -/obj/item/flag/syndi, -/obj/machinery/light{ +/area/holodeck/source_meetinghall) +"scc" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"scA" = ( +/obj/item/target, +/obj/machinery/light/small{ + brightness_range = 6; dir = 4; - light_range = 5 + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, /turf/unsimulated/floor{ dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership) -"wfJ" = ( -/obj/structure/flora/tree/pine{ - pixel_x = 1 + icon_state = "wood-broken5" }, -/turf/unsimulated/floor/snow, -/area/syndicate_mothership) -"wgm" = ( -/obj/structure/chair/comfy/brown{ +/area/wizard_station) +"scI" = ( +/obj/machinery/atmospherics/unary/tank/nitrogen{ dir = 1 }, -/turf/simulated/floor/wood, -/area/secret/gaybar) -"wgK" = ( -/obj/structure/table/wood, -/obj/item/storage/firstaid/tactical, -/obj/item/storage/firstaid/tactical, -/obj/item/storage/firstaid/tactical, -/obj/item/storage/firstaid/tactical, -/obj/item/storage/firstaid/tactical, -/obj/item/storage/firstaid/tactical, -/obj/item/storage/firstaid/tactical, -/obj/item/storage/firstaid/tactical, -/obj/item/storage/firstaid/tactical, -/obj/item/storage/firstaid/tactical, -/turf/unsimulated/floor{ +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"scZ" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"sdw" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/supply) -"wgZ" = ( -/obj/structure/flora/ausbushes/fullgrass, +/area/centcom/jail) +"sdS" = ( /turf/simulated/floor/holofloor{ - icon_state = "asteroid"; - tag = "icon-asteroid" + dir = 8; + icon_state = "red" }, -/area/holodeck/source_desert) -"whn" = ( +/area/holodeck/source_thunderdomecourt) +"sen" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s10" + }, +/area/shuttle/administration) +"ser" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcornersalt" + }, +/area/centcom/jail) +"sey" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership/elite_squad) +"seA" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"seQ" = ( +/obj/effect/decal/warning_stripes/red, /obj/machinery/door/poddoor/shutters{ dir = 2; - id_tag = "ERT_armory_lvl4"; - layer = 5; - locked = 1; - name = "Armory level 4" + id_tag = "CC_Armory_PDW" }, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkbrown" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"whE" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/immolator, -/obj/item/gun/energy/immolator, -/obj/item/gun/energy/immolator, -/obj/item/gun/energy/immolator, -/obj/item/gun/energy/immolator, -/obj/item/gun/energy/immolator, -/obj/item/gun/energy/immolator, -/obj/item/gun/energy/immolator, -/obj/item/gun/energy/immolator, -/obj/item/gun/energy/immolator, +"seS" = ( +/obj/item/broken_bottle, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"sfb" = ( +/obj/structure/reagent_dispensers/fueltank, /turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"sfl" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/supply) -"wiz" = ( -/obj/structure/table/wood, -/obj/item/clothing/suit/blacktrenchcoat, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/centcom/evac) +"sfs" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" }, -/area/admin) -"wjb" = ( -/obj/structure/table/reinforced, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, -/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, -/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, -/obj/item/mecha_parts/mecha_equipment/repair_droid, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); +/area/holodeck/source_boxingcourt) +"sfw" = ( +/obj/structure/chair/comfy/shuttle{ dir = 4 }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbluefull" +/obj/effect/decal/stripes/black/line/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" }, /area/centcom/specops) -"wjl" = ( +"sfT" = ( +/obj/structure/table/glass, +/turf/simulated/floor/wood, +/area/centcom/specops) +"sgk" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, /turf/unsimulated/floor{ + dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/centcom/court) -"wkc" = ( -/obj/structure/table/wood, -/obj/item/clothing/head/helmet/space/space_ninja, -/obj/item/clothing/shoes/space_ninja, -/obj/item/clothing/mask/gas/space_ninja, -/obj/item/katana/energy, -/obj/item/clothing/gloves/space_ninja, -/obj/item/clothing/suit/space/space_ninja, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/wizard_station) +"sgv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" }, -/area/admin) -"wkH" = ( -/obj/structure/bookcase, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/area/centcom/evac) +"sgP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreyred" }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/area/syndicate_mothership) +"sgW" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/area/centcom/supply) +"shc" = ( +/obj/item/gun/energy/shock_revolver, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"shl" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/specops) +"shB" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/area/centcom/specops) +"shU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" }, -/turf/unsimulated/floor{ - icon_state = "wood" +/area/shuttle/syndicate) +"sic" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" }, -/area/centcom/jail) -"wll" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkgreynavyblue" +/obj/structure/table/wood, +/obj/effect/decal/stripes/black{ + icon_state = "bs_line_E" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"sid" = ( +/obj/machinery/door/airlock/syndicate/extmai/glass{ + id = null; + id_tag = "syndicate_jail_cell"; + name = "Cell"; + req_access_txt = "153" }, -/area/centcom/specops) -"wmH" = ( -/obj/structure/bush, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/area/centcom/evac) -"wmI" = ( -/obj/structure/table/abductor, -/obj/item/reagent_containers/food/drinks/shaker, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 +/area/syndicate_mothership/jail) +"siv" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/centcom/specops) +"siJ" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkbluealt" + }, +/area/centcom/zone2) +"siN" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"siO" = ( +/obj/structure/chair/sofa{ + dir = 1 }, +/turf/simulated/floor/carpet/black, /area/centcom/zone1) -"wmM" = ( +"siZ" = ( +/obj/machinery/computer/library/checkout, /obj/structure/table/wood, -/obj/item/gun/energy/lasercannon, -/obj/item/gun/energy/lasercannon, -/obj/item/gun/energy/lasercannon, -/obj/item/gun/energy/lasercannon, -/obj/item/gun/energy/lasercannon, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/supply) -"won" = ( -/obj/mecha/combat/marauder/loaded{ - operation_req_access = list() +/area/wizard_station) +"sjq" = ( +/obj/structure/closet/syndicate/personal, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, +/area/syndicate_mothership) +"sjQ" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/snacks/candy/cotton/blue, /turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" + icon_state = "carpet5-1" }, -/area/centcom/supply) -"wpd" = ( -/obj/machinery/atmospherics/unary/cold_sink/freezer/upgraded{ - dir = 4 +/area/wizard_station) +"skd" = ( +/obj/structure/bed, +/obj/item/bedsheet/syndie, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = 25 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"skw" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"skM" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_y = -32 }, -/area/centcom/specops) -"wps" = ( -/turf/unsimulated/wall{ - dir = 4; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "swall_f9" +/obj/structure/lattice, +/turf/space, +/area/shuttle/syndicate) +"slc" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo15" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"smk" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" }, -/area/ussp_ship) -"wpt" = ( -/obj/machinery/door/poddoor/shutters{ - density = 0; +/area/shuttle/syndicate) +"smA" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ dir = 1; - id_tag = "ERT_armory_lvl1"; - layer = 5; - locked = 1; - name = "Armory level 1"; - opacity = 0 + icon_state = "dark" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkgreen" +/area/syndicate_mothership/control) +"smB" = ( +/obj/machinery/light/small{ + dir = 4 }, -/area/centcom/specops) -"wpu" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/turf/simulated/floor/wood{ + icon_state = "wood-broken5"; + tag = "icon-wood-broken5" }, -/area/centcom/specops) -"wpN" = ( -/obj/machinery/bluespace_beacon/syndicate, -/obj/structure/window/plasmareinforced{ - color = "#d70000"; - dir = 8 +/area/centcom/supply) +"smH" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium" }, -/obj/structure/window/plasmareinforced{ - color = "#d70000" +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" }, -/obj/effect/turf_decal/box/red, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" }, -/area/syndicate_mothership) -"wpX" = ( -/obj/machinery/door/airlock/external{ - id_tag = "specops_away"; - name = "Shuttle Hatch"; - req_access_txt = "109" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"smL" = ( +/obj/machinery/computer/supplycomp, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" }, -/obj/machinery/shower{ - pixel_y = 20 +/area/centcom/bridge) +"smT" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"snn" = ( +/obj/machinery/vending/magivend, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, -/obj/structure/fans/tiny, /turf/unsimulated/floor{ - icon_state = "darkgrey" + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, +/area/wizard_station) +"snD" = ( +/obj/structure/table/wood/fancy/black, /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "carpetside" }, -/area/centcom/specops) -"wpY" = ( -/obj/mecha/combat/gygax/ert/loaded{ - operation_req_access = list() +/area/wizard_station) +"sob" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpet9-4" }, +/area/wizard_station) +"sor" = ( +/obj/structure/bed, +/obj/item/bedsheet/ce, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"sos" = ( +/obj/structure/bookcase, +/obj/item/book/manual, /turf/unsimulated/floor{ dir = 8; - icon_state = "vault" - }, -/area/centcom/supply) -"wqo" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger/wallcharger{ - pixel_x = 33; - pixel_y = -7 - }, -/obj/item/gun/energy/immolator{ - pixel_y = -3 - }, -/obj/item/gun/energy/immolator{ - pixel_y = 8 - }, -/obj/item/gun/energy/immolator{ - pixel_y = 8 + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/obj/item/gun/energy/immolator{ - pixel_y = 8 +/area/wizard_station) +"soD" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/obj/item/gun/energy/immolator{ - pixel_y = -3 +/obj/machinery/light/small{ + dir = 4 }, -/obj/item/gun/energy/immolator{ - pixel_y = -3 +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkredfull" +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "warndarkgreyred" }, +/area/syndicate_mothership) +"soN" = ( +/obj/effect/decal/stripes/black/dot/east, +/obj/effect/decal/stripes/black/dot, +/turf/simulated/floor/carpet/black, /area/centcom/specops) -"wqy" = ( -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbrown" +"spd" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_Armory_AEG" }, -/area/centcom/specops) -"wqK" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window{ - dir = 8; - panel_open = 1; - req_access_txt = "110" +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/machinery/door_control{ - id = "CC_supply_external"; - name = "Central Command Supply External Shutte"; - pixel_x = -5; - pixel_y = -2; - req_access_txt = "114" +/area/centcom/specops) +"sph" = ( +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 }, -/obj/machinery/door_control{ - id = "CC_supply_internal"; - name = "Central Command Supply Internal Shutter"; - pixel_x = -5; - pixel_y = 8; - req_access_txt = "114" +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/unsimulated/floor{ +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/supply) -"wrO" = ( -/obj/structure/table, -/obj/item/grenade/syndieminibomb{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/item/grenade/syndieminibomb{ - pixel_x = -1 +"spu" = ( +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 8 }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"spD" = ( +/obj/machinery/chem_master, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 8; + icon_state = "wood" }, /area/admin) -"wsG" = ( -/obj/structure/table/reinforced, -/obj/item/kitchen/knife, +"spJ" = ( /turf/unsimulated/floor{ - dir = 8; - icon_state = "stage_bleft" - }, -/area/syndicate_mothership) -"wto" = ( -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1441; - master_tag = "syndicate_jail_airlock_control"; - name = "Syndicate Jail Access Button"; - pixel_y = 25; - req_access_txt = "150" + dir = 4; + icon_state = "elevatorshaft" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/syndicate_mothership/infteam) +"spK" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo2" }, -/area/syndicate_mothership) -"wtB" = ( -/obj/machinery/door/poddoor/shutters{ - id_tag = "CC_space_jail_cell"; - layer = 5; - locked = 1; - name = "Central Command Jail" +/obj/effect/decal/stripes/black{ + icon_state = "bs_line_N" }, -/obj/structure/window/full/reinforced{ - layer = 2 +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"spQ" = ( +/obj/structure/flora/tree/pine, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/jail) -"wtT" = ( -/obj/structure/chair/comfy/red{ - color = "#000000" +/area/holodeck/source_snowfield) +"spU" = ( +/obj/structure/table/holotable/wood, +/turf/simulated/floor/holofloor{ + icon_state = "grimy"; + tag = "icon-grimy" }, +/area/holodeck/source_meetinghall) +"sqw" = ( +/obj/machinery/vending/snack/free, /turf/unsimulated/floor{ + dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/centcom/court) -"wua" = ( -/turf/unsimulated/floor{ +/area/wizard_station) +"sqx" = ( +/obj/structure/closet{ + icon_closed = "syndicate1"; + icon_opened = "syndicate1open"; + icon_state = "syndicate1" + }, +/obj/item/suppressor, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/flashlight/seclite, +/obj/item/grenade/flashbang, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/item/kitchen/knife/combat, +/obj/item/reagent_containers/food/snacks/candy/donor{ + apply_type = 3; + list_reagents = list("nutriment" = 30, "sugar" = 3); + name = "MRE" + }, +/obj/item/reagent_containers/hypospray/autoinjector/survival, +/obj/item/storage/belt/security/webbing{ + name = "SRT webbing" + }, +/obj/item/clothing/head/HoS/beret{ + desc = null; + name = "SRT beret" + }, +/obj/item/storage/backpack/ert{ + desc = null; + name = "SRT backpack" + }, +/obj/item/radio/headset/ert{ + desc = null; + name = "SRT headset" + }, +/obj/item/clothing/shoes/combat/swat{ + name = "SRT special shoes" + }, +/obj/item/clothing/gloves/combat{ + name = "Combat gloves" + }, +/obj/item/clothing/suit/armor/bulletproof{ + name = "SRT bulletproof vest" + }, +/obj/item/clothing/accessory/holster, +/obj/item/implanter/mindshield, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106); + icon_state = "nanotrasen"; + name = "Special Reaction Team Member ID card"; + rank = "Blueshield"; + registered_name = null + }, +/obj/item/clothing/under/fluff/jay_turtleneck{ + name = "SRT uniform" + }, +/obj/item/CQC_manual, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ dir = 8; - icon_state = "darkyellow" + icon_state = "navyblue" }, /area/centcom/specops) -"wuj" = ( -/obj/machinery/computer/card/centcom, -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +"sqX" = ( +/obj/machinery/door/airlock/syndicate/cargo{ + name = "Cargo Receive"; + req_access_txt = "153" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcornersalt" }, -/area/centcom/srtops) -"wuw" = ( +/area/syndicate_mothership/cargo) +"srv" = ( /obj/structure/table/wood, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/obj/structure/mirror/magic{ + pixel_y = -30 + }, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, +/obj/item/flashlight/slime, /turf/unsimulated/floor{ dir = 8; - icon_state = "woodalt" + icon_state = "bcarpet07" }, -/area/centcom/specops) -"wvl" = ( +/area/wizard_station) +"srE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcornersalt" + }, +/area/centcom/supply) +"srI" = ( +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"srP" = ( /turf/simulated/shuttle/wall{ - icon_state = "swall_s9" + icon_state = "swall_s10" }, /area/shuttle/gamma/space) -"wvz" = ( +"srQ" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone1) +"sse" = ( /obj/structure/table/wood, -/obj/item/storage/box/ids, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/item/candle, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"sso" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/m90{ + pixel_x = -3; + pixel_y = 3 }, -/area/centcom/srtops) -"wwc" = ( -/turf/unsimulated/floor{ +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"ssp" = ( +/obj/machinery/conveyor/south{ + id = "SFBQMLoad" + }, +/obj/machinery/syndiepad/receivepad, +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/zone2) -"wwf" = ( -/turf/unsimulated/floor{ - color = "#CCCCCC"; - dir = 8; - icon_state = "vault"; - name = "Leader position" +/area/syndicate_mothership/cargo) +"ssB" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/srtops) -"wwh" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet05" +/area/centcom/supply) +"ssL" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 }, -/area/wizard_station) -"wwk" = ( -/obj/structure/chair/comfy/red{ - color = "#FFFFFF" +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/obj/effect/decal/stripes/black/line/west, +/obj/structure/window/reinforced{ + dir = 8 }, +/turf/simulated/floor/carpet, /area/centcom/court) -"wxl" = ( -/obj/machinery/door/window/brigdoor{ - base_state = "rightsecure"; - color = "#d70000"; - dir = 2; - icon_state = "rightsecure"; - name = "Riot Control"; - req_access_txt = "156" +"std" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 +/obj/effect/mapping_helpers/light{ + layer = 10 }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"stt" = ( /turf/unsimulated/floor{ icon_state = "darkfull"; tag = "icon-dark" }, /area/syndicate_mothership) -"wxo" = ( -/obj/machinery/mass_driver{ - dir = 4; - id_tag = "ASSAULT2"; - name = "gravpult" +"stM" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/shuttle/administration) +"sub" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" }, -/turf/unsimulated/floor{ +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/specops) -"wxZ" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 1; - icon_state = "fakewindows2" +/area/centcom/supply) +"suc" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" }, -/area/centcom) -"wyn" = ( -/obj/structure/table/holotable, -/turf/simulated/floor/holofloor{ - dir = 10; - icon_state = "green" +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" }, -/area/holodeck/source_thunderdomecourt) -"wyS" = ( -/obj/structure/table/wood, -/obj/item/clothing/accessory/medal/engineering{ - pixel_x = 10; - pixel_y = 15 - }, -/obj/item/clothing/accessory/medal/engineering{ - pixel_x = 10; - pixel_y = 15 - }, -/obj/item/clothing/accessory/medal/engineering{ - pixel_x = 10; - pixel_y = 15 - }, -/obj/item/clothing/accessory/medal/legal{ - pixel_y = 10 - }, -/obj/item/clothing/accessory/medal/legal{ - pixel_y = 10 - }, -/obj/item/clothing/accessory/medal/legal{ - pixel_y = 10 - }, -/obj/item/clothing/accessory/medal/medical{ - pixel_x = -10; - pixel_y = 15 - }, -/obj/item/clothing/accessory/medal/medical{ - pixel_x = -10; - pixel_y = 15 - }, -/obj/item/clothing/accessory/medal/medical{ - pixel_x = -10; - pixel_y = 15 - }, -/obj/item/clothing/accessory/medal/science{ - pixel_x = 10 - }, -/obj/item/clothing/accessory/medal/science{ - pixel_x = 10 - }, -/obj/item/clothing/accessory/medal/science{ - pixel_x = 10 - }, -/obj/item/clothing/accessory/medal/security{ - pixel_y = -5 - }, -/obj/item/clothing/accessory/medal/security{ - pixel_y = -5 - }, -/obj/item/clothing/accessory/medal/security{ - pixel_y = -5 - }, -/obj/item/clothing/accessory/medal/service{ - pixel_x = -10 - }, -/obj/item/clothing/accessory/medal/service{ - pixel_x = -10 - }, -/obj/item/clothing/accessory/medal/service{ - pixel_x = -10 - }, -/obj/item/clothing/accessory/medal{ - pixel_y = 3 - }, -/obj/item/clothing/accessory/medal{ - pixel_y = 3 +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" }, -/obj/item/clothing/accessory/medal{ - pixel_y = 3 +/turf/unsimulated/floor{ + dir = 8; + icon_state = "rampbottom" }, -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +/area/syndicate_mothership/infteam) +"sug" = ( +/obj/structure/bed, +/obj/item/bedsheet/wiz, +/obj/effect/landmark/start{ + name = "wizard" }, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 8; + icon_state = "bcarpet08" }, -/area/centcom/supply) -"wzd" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/sniperrifle, -/obj/item/gun/energy/sniperrifle, -/obj/item/gun/energy/sniperrifle, -/obj/item/gun/energy/sniperrifle, -/obj/item/gun/energy/sniperrifle, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/wizard_station) +"sui" = ( +/obj/structure/sign/poster/contraband/atmosia_independence{ + name = "Declaration"; + pixel_y = 30 }, -/area/centcom/supply) -"wzV" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/radio/intercom/specops, +/obj/structure/mineral_door, /turf/unsimulated/floor{ + dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, -/area/centcom/zone2) -"wAv" = ( -/obj/mecha/combat/durand/loaded, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" +/area/wizard_station) +"suU" = ( +/obj/machinery/door_control{ + id = "CC_space_jail_sec"; + name = "Central Command Jail Security Room"; + pixel_x = -40; + req_access_txt = "110" }, -/area/centcom/supply) -"wAy" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_y = -30 +/obj/structure/chair/office/dark{ + dir = 1 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredalt" }, -/area/syndicate_mothership) -"wAK" = ( -/obj/machinery/vending/medical, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet05" +/area/centcom/jail) +"svd" = ( +/obj/effect/decal/stripes/black/line/south, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"svg" = ( +/obj/machinery/shower{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, +/area/syndicate_mothership/elite_squad) +"svl" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/carpet/arcade, /area/centcom/zone1) -"wAN" = ( +"svr" = ( /obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"wAQ" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet04" - }, -/area/centcom/evac) -"wBh" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 4; - icon_state = "fakewindows2"; - tag = "icon-fakewindows2 (WEST)" - }, -/area/ussp_ship) -"wCk" = ( /obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, +/turf/simulated/floor/wood, /area/centcom/evac) -"wCx" = ( -/obj/item/gun/syringe, -/obj/item/mecha_parts/mecha_equipment/medical/syringe_gun, -/obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, -/area/admin) -"wCK" = ( -/obj/structure/window/reinforced{ +"svt" = ( +/obj/effect/decal/stripes/gold/corner/south, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"svC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ dir = 8 }, -/turf/unsimulated/wall{ - icon_state = "iron3"; - tag = "icon-iron3" +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1331; + id_tag = "synd_airlock_right"; + pixel_x = -32; + req_access_txt = "150"; + tag_airpump = "synd_pump_right"; + tag_chamber_sensor = "synd_sensor_right"; + tag_exterior_door = "synd_outer_right"; + tag_interior_door = "synd_inner_right" }, -/area/space) -"wCQ" = ( -/obj/structure/bed, -/obj/effect/landmark{ - name = "prisonwarp" +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" }, -/obj/item/bedsheet/brown, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/jail) -"wCS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "darkbluecorners" - }, -/area/centcom/specops) -"wDG" = ( -/obj/structure/table, -/obj/item/radio/electropack{ - pixel_x = -5 +/area/shuttle/syndicate) +"swh" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo1" }, -/obj/item/assembly/signaler{ - code = 2; - frequency = 1449; - pixel_x = 8 +/obj/effect/decal/stripes/black{ + icon_state = "bs_corner_NW" }, -/obj/item/restraints/handcuffs{ - pixel_y = 10 +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"sww" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "golden_stripes" }, -/obj/item/restraints/handcuffs{ - pixel_y = 10 +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/syndicate_mothership/control) +"sxc" = ( +/obj/effect/decal/stripes/gold/dot/west, +/obj/effect/decal/stripes/gold/dot/east, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"sxQ" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-32"; + tag = "icon-plant-32" }, -/area/syndicate_mothership) -"wFH" = ( /obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/window/reinforced, -/obj/structure/table/reinforced, -/obj/item/paper_bin/nanotrasen{ - pixel_x = 3; - pixel_y = 12 +/turf/simulated/floor/wood, +/area/centcom/zone1) +"szE" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 }, -/obj/item/pen/multi/fountain, /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "carpetnoconnect" }, -/area/centcom/supply) -"wGP" = ( -/obj/machinery/camera{ - c_tag = "CentComm Execution Room"; - dir = 4 +/area/wizard_station) +"szX" = ( +/turf/unsimulated/floor{ + icon_state = "carpet11-12" }, -/obj/structure/closet/fireaxecabinet{ - locked = 0; - pixel_x = -30 +/area/wizard_station) +"sAd" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32 }, -/turf/unsimulated/floor{ +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/jail) -"wGW" = ( +/area/centcom/bridge) +"sAg" = ( /obj/structure/bookcase, /obj/item/book/manual, /obj/item/book/manual, /obj/item/book/manual, /obj/item/book/manual, -/obj/item/book/manual, /turf/unsimulated/floor{ dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet" }, /area/wizard_station) -"wHp" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - icon_state = "dark" +"sAi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/area/centcom/specops) -"wHU" = ( -/obj/structure/reagent_dispensers/watertank/high, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/zone1) +"sAC" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_boxingcourt) +"sAI" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -13 }, -/area/centcom/specops) -"wHY" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin/nanotrasen, -/obj/item/pen/multi/fountain, -/obj/item/stamp/centcom{ - pixel_x = -5; - pixel_y = -7 +/obj/structure/mirror{ + pixel_x = -30 }, -/obj/item/megaphone{ - pixel_x = -5; - pixel_y = 7 - }, -/obj/item/camera_bug/ert{ - pixel_y = 10 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" - }, -/area/centcom/specops) -"wIx" = ( -/turf/unsimulated/wall{ - icon_state = "iron4" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/syndicate_mothership) -"wID" = ( -/turf/unsimulated/wall, -/area/tdome) -"wIS" = ( +/area/centcom/zone1) +"sAP" = ( /obj/structure/table/wood, -/obj/item/sleeping_carp_scroll, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" - }, +/obj/item/gun/projectile/shotgun/automatic, +/turf/unsimulated/floor/wood, /area/admin) -"wJc" = ( -/obj/structure/table/wood, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Central Command" +"sAQ" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcornersalt" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/syndicate_mothership/cargo) +"sAT" = ( +/obj/machinery/light/small{ + dir = 4 }, -/area/centcom/srtops) -"wJe" = ( -/obj/effect/decal/warning_stripes/arrow{ - dir = 8 +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"sAZ" = ( +/obj/effect/turf_decal/caution/red, +/obj/effect/turf_decal/bot_red, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/jail) +"sBh" = ( +/obj/structure/closet/wardrobe/red, +/obj/structure/window/reinforced{ + layer = 2.9 }, -/area/centcom/specops) -"wJA" = ( -/obj/structure/chair/sofa/right, /turf/simulated/floor/wood, -/area/secret/gaybar) -"wJJ" = ( -/obj/machinery/mass_driver{ - dir = 4; - id_tag = "ASSAULT3"; - name = "gravpult" +/area/centcom/jail) +"sBi" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6" }, -/turf/unsimulated/floor{ +/area/shuttle/siberia) +"sBk" = ( +/obj/machinery/computer/pod/deathsquad, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/specops) -"wKn" = ( -/obj/structure/closet/crate/can, -/obj/machinery/chem_dispenser/soda/upgraded{ - pixel_y = 33 +"sBn" = ( +/obj/structure/rack, +/obj/item/storage/belt/military{ + pixel_x = -3; + pixel_y = 3 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/obj/item/storage/belt/military{ + pixel_x = -1; + pixel_y = 1 }, -/area/centcom/specops) -"wKz" = ( -/obj/structure/sign/poster/contraband/c20r{ - pixel_x = 32 +/obj/item/storage/belt/military{ + pixel_x = 1; + pixel_y = -1 }, -/obj/structure/bed/dogbed/ian, -/mob/living/simple_animal/pet/cat/Syndi, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/obj/item/storage/belt/military{ + pixel_x = 3; + pixel_y = -3 }, -/area/syndicate_mothership) -"wKD" = ( -/obj/structure/chair/comfy/beige{ - dir = 1 +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"sBs" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "bcarpet09" }, -/area/centcom/court) -"wKJ" = ( -/turf/unsimulated/wall/fakeglass{ - tag = "icon-fakewindows (EAST)" +/area/wizard_station) +"sBt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, /area/syndicate_mothership) -"wLv" = ( -/obj/structure/chair/stool/holostool, -/turf/simulated/floor/holofloor{ - dir = 4; - icon_state = "carpet9-4"; - tag = "icon-carpet9-4 (EAST)" +"sBu" = ( +/obj/machinery/light{ + dir = 8 }, -/area/holodeck/source_theatre) -"wLK" = ( -/obj/structure/flora/ausbushes/grassybush, -/turf/simulated/floor/holofloor{ - icon_state = "wood_siding9"; - tag = "icon-wood_siding9" +/turf/simulated/floor/plasteel{ + icon_state = "barber" }, -/area/holodeck/source_picnicarea) -"wMc" = ( -/obj/machinery/light/small{ - dir = 1 +/area/centcom/zone1) +"sBv" = ( +/obj/effect/spawner/lootdrop/trade_sol/largeitem{ + loot = list(/obj/machinery/floodlight = 50, /obj/machinery/disco = 50, /obj/mecha/combat/durand/old = 50, /obj/machinery/snow_machine = 50); + name = "3. Large item" }, -/obj/structure/chair/sofa/left, /turf/simulated/floor/wood, -/area/secret/gaybar) -"wMt" = ( -/obj/machinery/door/airlock/centcom{ - name = "Prison"; - opacity = 1; - req_access_txt = "104" +/area/shuttle/trade/sol) +"sBO" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" + }, +/area/space) +"sBR" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, +/area/syndicate_mothership/cargo) +"sCg" = ( /turf/unsimulated/floor{ - icon_state = "freezerfloor" + icon_state = "carpetside" }, -/area/centcom/jail) -"wMD" = ( -/obj/machinery/door/poddoor{ - id_tag = "ASSAULT0"; - name = "Launch Bay #0" +/area/wizard_station) +"sCx" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 10; + height = 35; + id = "whiteship_transit"; + name = "whiteship in transit"; + turf_type = /turf/space/transit/east; + width = 21 }, -/turf/unsimulated/floor{ - icon = 'icons/obj/smooth_structures/catwalk.dmi'; - icon_state = "catwalk"; - name = "plating" +/turf/space/transit/east/shuttlespace_ew1, +/area/space) +"sCE" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6" }, -/area/centcom/specops) -"wNl" = ( -/turf/unsimulated/wall/fakeglass{ +/area/shuttle/trade/sol) +"sCH" = ( +/obj/structure/shuttle/engine/propulsion{ dir = 1; - icon_state = "fakewindows2"; - tag = "icon-fakewindows2 (NORTH)" + tag = "icon-propulsion (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"sCS" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"sDc" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" }, -/area/wizard_station) -"wNs" = ( -/obj/effect/landmark{ - name = "Marauder Exit" +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"sDg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, +/obj/effect/turf_decal/delivery/white, /turf/unsimulated/floor{ - icon = 'icons/obj/smooth_structures/catwalk.dmi'; - icon_state = "catwalk"; - name = "plating" + icon_state = "darkfull"; + tag = "icon-dark" }, -/area/centcom/specops) -"wNv" = ( -/obj/structure/table/wood, -/obj/item/clothing/accessory/medal/silver, -/obj/item/clothing/accessory/medal/silver, -/obj/item/clothing/accessory/medal/silver, -/obj/item/clothing/accessory/medal/silver/leadership{ - pixel_x = -7; - pixel_y = 7 +/area/syndicate_mothership) +"sDu" = ( +/obj/machinery/light/small{ + dir = 1 }, -/obj/item/clothing/accessory/medal/silver/leadership{ - pixel_x = -7; - pixel_y = 7 +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"sEg" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 }, -/obj/item/clothing/accessory/medal/silver/leadership{ - pixel_x = -7; - pixel_y = 7 +/obj/machinery/computer/syndie_supplycomp{ + pixel_x = -6 }, -/obj/item/clothing/accessory/medal/silver/valor{ - pixel_x = 7; - pixel_y = 7 +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"sEl" = ( +/turf/simulated/floor/beach/water, +/area/holodeck/source_beach) +"sEA" = ( +/obj/structure/flora/grass/green, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" }, -/obj/item/clothing/accessory/medal/silver/valor{ - pixel_x = 7; - pixel_y = 7 +/area/holodeck/source_snowfield) +"sEB" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet6-0"; + tag = "icon-carpet6-0 (EAST)" }, -/obj/item/clothing/accessory/medal/silver/valor{ - pixel_x = 7; - pixel_y = 7 +/area/holodeck/source_meetinghall) +"sET" = ( +/obj/machinery/syndiepad/admin/loadpad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/turf/unsimulated/floor{ +/area/syndicate_mothership/cargo) +"sEW" = ( +/obj/machinery/optable, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; icon_state = "dark" }, -/area/centcom/supply) -"wNT" = ( -/obj/machinery/door/airlock/centcom{ - aiControlDisabled = 1; - name = "Assault Pod"; - opacity = 1; - req_one_access_txt = "150" +/area/shuttle/administration) +"sFg" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet14-0"; + tag = "icon-carpet14-0 (EAST)" }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" +/area/holodeck/source_meetinghall) +"sFp" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"sFz" = ( +/obj/machinery/computer/shuttle/ferry, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/shuttle/assault_pod) -"wOq" = ( -/obj/machinery/chem_dispenser/supgraded, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/centcom/zone3) +"sFI" = ( +/obj/structure/chair/office/dark{ + dir = 4 }, -/area/syndicate_mothership) -"wOK" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/laser/captain, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/area/admin) -"wPr" = ( -/obj/machinery/door/window{ - dir = 8; - panel_open = 1; - req_access_txt = "110" +/area/centcom/zone2) +"sFL" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"sGe" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, -/area/centcom/supply) -"wPJ" = ( -/obj/effect/decal/cleanable/blood, /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" + dir = 1; + icon_state = "rampbottom" }, /area/syndicate_mothership) -"wQl" = ( -/obj/structure/table/reinforced, -/obj/item/kitchen/utensil/fork{ - pixel_x = -4; - pixel_y = 18 +"sGk" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet10-0"; + tag = "icon-carpet10-0 (EAST)" }, -/obj/item/stack/tape_roll, -/obj/item/storage/toolbox/mechanical, -/obj/item/clothing/mask/muzzle, -/obj/item/clothing/suit/straight_jacket, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/holodeck/source_meetinghall) +"sGK" = ( +/obj/structure/chair/sofa/right{ + dir = 8 }, -/area/centcom/jail) -"wRd" = ( -/obj/structure/flora/ausbushes/pointybush, -/obj/structure/window/reinforced{ - dir = 1 +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" }, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/area/centcom/zone1) +"sGZ" = ( +/obj/item/flag/syndi, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/area/centcom/zone2) -"wRl" = ( -/obj/item/flag/species/human, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/syndicate_mothership/elite_squad) +"sHU" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "syndieshutters_Aspid"; + name = "Blast Shutters"; + opacity = 0 }, -/area/centcom/srtops) -"wRA" = ( -/obj/machinery/power/solar{ - id = "portsolar"; - name = "Port Solar Array" +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" +/area/syndicate_mothership/cargo) +"sHV" = ( +/obj/structure/bed, +/obj/item/bedsheet/clown, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"sHW" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" }, -/turf/simulated/floor/plasteel/airless{ - icon_state = "solarpanel" +/area/shuttle/syndicate) +"sIc" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "grass_edge_medium"; + name = "grass" }, -/area/ussp_ship) -"wSh" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 2; - id_tag = "commandcenter"; - name = "Privacy Shutters" +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"sIi" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "red" }, -/area/syndicate_mothership) -"wSE" = ( +/area/holodeck/source_basketball) +"sIC" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"sIY" = ( /obj/machinery/light/small{ - dir = 1 + dir = 4 }, -/obj/structure/chair/sofa/right, -/turf/simulated/floor/wood, -/area/secret/gaybar) -"wSO" = ( -/obj/machinery/door_control{ - id = "CC_space_jail_sec"; - name = "Central Command Jail Security Room"; - pixel_y = -30; - req_access_txt = "110" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcornersalt" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/syndicate_mothership/cargo) +"sIZ" = ( +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"sJY" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" }, -/area/centcom/jail) -"wTQ" = ( -/obj/machinery/computer/communications, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/radio/intercom/specops{ + pixel_x = 32 }, +/turf/simulated/floor/wood, /area/centcom/specops) -"wUd" = ( -/obj/machinery/camera{ - c_tag = "CentComm ERT Mech Delivery"; +"sKb" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ dir = 8; - network = list("CentComm") + icon_state = "red" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/holodeck/source_thunderdomecourt) +"sKd" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l"; + tag = "icon-propulsion_l (NORTH)" }, -/area/centcom/specops) -"wUM" = ( -/obj/structure/table/wood, -/obj/item/clothing/accessory/medal/gold{ - pixel_x = 7; - pixel_y = 7 +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"sKt" = ( +/obj/effect/turf_decal{ + dir = 5; + icon_state = "grass_edge_medium"; + name = "grass" }, -/obj/item/clothing/accessory/medal/gold{ - pixel_x = 7; - pixel_y = 7 +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" }, -/obj/item/clothing/accessory/medal/gold{ - pixel_x = 7; - pixel_y = 7 +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"sKz" = ( +/obj/structure/closet/syndicate/sst, +/obj/item/ammo_box/magazine/mm556x45/bleeding, +/obj/item/ammo_box/magazine/mm556x45, +/obj/machinery/light/small{ + dir = 4 }, -/obj/item/clothing/accessory/medal/gold/heroism{ - pixel_x = -7; - pixel_y = 7 +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"sKA" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 }, -/obj/item/clothing/accessory/medal/gold/heroism{ - pixel_x = -7; - pixel_y = 7 +/obj/structure/table, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"sKR" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" }, -/obj/item/clothing/accessory/medal/gold/heroism{ +/turf/simulated/floor/grass, +/area/centcom/evac) +"sKS" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"sLt" = ( +/obj/structure/bed, +/obj/item/bedsheet/hos, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"sLz" = ( +/obj/structure/rack/holorack, +/obj/item/autoimplanter, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"sLG" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"sMy" = ( +/obj/item/ashtray/glass{ pixel_x = -7; - pixel_y = 7 + pixel_y = 10 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/structure/window/reinforced{ + dir = 4 }, -/area/centcom/supply) -"wVf" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/glass, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"sMC" = ( /obj/structure/table/wood, -/obj/item/gun/medbeam, -/obj/item/gun/medbeam, -/obj/item/gun/medbeam, -/obj/item/gun/medbeam, -/obj/item/gun/medbeam, -/obj/item/clothing/glasses/hud/health/night, -/obj/item/clothing/glasses/hud/health/night, -/obj/item/clothing/glasses/hud/health/night, -/obj/item/clothing/glasses/hud/health/night, -/obj/item/clothing/glasses/hud/health/night, -/obj/item/bodyanalyzer/advanced, -/obj/item/bodyanalyzer/advanced, -/obj/item/bodyanalyzer/advanced, -/obj/item/bodyanalyzer/advanced, -/obj/item/bodyanalyzer/advanced, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/gun/projectile/revolver/detective, +/turf/unsimulated/floor/wood, +/area/admin) +"sOp" = ( +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" }, -/area/centcom/supply) -"wVM" = ( -/obj/mecha/medical/odysseus, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" +/area/shuttle/syndicate_elite) +"sOr" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/unathi, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/centcom/supply) -"wWC" = ( -/obj/mecha/combat/phazon, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" +/area/centcom/evac) +"sOT" = ( +/turf/simulated/floor/bluegrid, +/area/centcom/bridge) +"sOU" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" }, -/area/centcom/supply) -"wWX" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 1; - id_tag = "CC_supply_external"; - layer = 5; - locked = 1; - name = "Central Command Supply External Shutte" +/area/syndicate_mothership/cargo) +"sPd" = ( +/obj/structure/toilet{ + dir = 8 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/machinery/light/small{ + dir = 4 }, -/area/centcom/supply) -"wXx" = ( -/obj/effect/decal/cleanable/blood/gibs/body, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, /area/syndicate_mothership) -"wXO" = ( -/obj/machinery/light, -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ +"sPf" = ( +/obj/docking_port/stationary/transit{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + dwidth = 7; + height = 5; + id = "sit_transit"; + name = "sit in transit"; + width = 11 }, -/area/syndicate_mothership) -"wYg" = ( -/obj/machinery/light{ - dir = 1; - on = 1 +/turf/space/transit{ + icon_state = "speedspace_ns_1" }, +/area/space) +"sPi" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, /turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" - }, -/area/syndicate_mothership) -"wYz" = ( -/obj/machinery/door/poddoor{ - density = 0; - id_tag = "CC_zone2_blastdoor"; - name = "Zone 2 Blastboor"; - opacity = 0 + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, +/area/wizard_station) +"sPD" = ( /turf/unsimulated/floor{ icon_state = "dark" }, -/area/centcom/zone2) -"wZp" = ( -/obj/structure/rack, -/obj/item/gun/medbeam, -/obj/item/storage/firstaid/tactical, -/obj/item/reagent_containers/applicator/dual, -/obj/item/reagent_containers/applicator/dual, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" - }, -/area/syndicate_mothership) -"wZL" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8 +/area/centcom/zone1) +"sPL" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/holodeck/source_snowfield) +"sQx" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet11-0"; + tag = "icon-carpet11-0 (EAST)" }, -/area/centcom/jail) -"wZM" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 +/area/holodeck/source_meetinghall) +"sRh" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "green" }, -/obj/structure/window/reinforced{ - dir = 4 +/area/holodeck/source_basketball) +"sRk" = ( +/obj/structure/filingcabinet/security, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"sRq" = ( +/obj/structure/chair/comfy/beige{ + dir = 8; + layer = 5; + pixel_y = -2 }, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 8; + icon_state = "wood" }, -/area/centcom/jail) -"wZQ" = ( -/obj/item/twohanded/required/kirbyplants, +/area/admin) +"sRv" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/toy/plushie/nukeplushie, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"sRC" = ( +/obj/mecha/combat/reticence/loaded, /turf/unsimulated/floor{ dir = 8; - icon_state = "grimy" + icon_state = "wood" }, -/area/centcom/court) -"xaI" = ( -/obj/structure/dispenser/oxygen, -/turf/unsimulated/floor{ - icon_state = "sepia" +/area/admin) +"sRE" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + pixel_y = 20 }, -/area/ussp_ship) -"xaM" = ( -/obj/structure/window/reinforced{ - layer = 2.9 +/obj/effect/turf_decal{ + icon_state = "plumbing"; + name = "plumbing" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"sSm" = ( +/obj/structure/table/glass, +/obj/item/book/manual/faxes, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"sSy" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_emptycourt) +"sSK" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredalt" }, /area/centcom/jail) -"xaZ" = ( -/turf/unsimulated/floor{ - icon_state = "light_on_flicker4" +"sSU" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" }, /area/centcom/evac) -"xba" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen{ - maximum_pressure = 50000 +"sTf" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1 +/obj/structure/flora/grass/jungle/b, +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"sTm" = ( +/turf/unsimulated/wall{ + icon_state = "iron15" }, -/area/centcom/supply) -"xbp" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/newscaster{ - pixel_x = 32 +/area/syndicate_mothership/elite_squad) +"sTx" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall11" }, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "whitehall"; - tag = "icon-floor" +/area/shuttle/administration) +"sTJ" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" }, -/area/centcom/evac) -"xbG" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/zipties{ - pixel_x = -2; - pixel_y = -2 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/storage/box/zipties{ - pixel_x = 4; - pixel_y = 4 +/area/centcom/specops) +"sTQ" = ( +/obj/structure/table/wood, +/obj/item/folder/red{ + pixel_x = 5; + pixel_y = 8 }, -/obj/item/storage/box/zipties{ - pixel_x = 4; - pixel_y = 4 +/obj/structure/curtain/black{ + pixel_x = -32 }, -/obj/item/storage/box/zipties{ - pixel_x = 4; - pixel_y = 4 +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"sTV" = ( +/obj/machinery/light/small, +/obj/effect/decal/stripes/gold/line/west, +/obj/structure/chair/comfy/red{ + dir = 4 }, -/obj/item/storage/box/zipties{ - pixel_x = -2; - pixel_y = -2 +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"sUh" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" }, -/obj/item/storage/box/zipties{ - pixel_x = -2; - pixel_y = -2 +/area/syndicate_mothership/elite_squad) +"sUw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 33; - pixel_y = -7 +/area/syndicate_mothership/infteam) +"sUy" = ( +/obj/structure/table, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + id_tag = "CC-OP1"; + name = "Access Controller OP1"; + req_access_txt = "109"; + tag_exterior_door = "CC-OP1-Ext"; + tag_interior_door = "CC-OP1-Int" }, -/turf/unsimulated/floor{ +/turf/simulated/floor/wood, +/area/centcom/zone2) +"sUB" = ( +/obj/structure/window/reinforced{ dir = 1; - icon_state = "darkgreenfull" - }, -/area/centcom/specops) -"xcj" = ( -/obj/structure/bed, -/obj/item/bedsheet/hos{ - name = "bedsheet" - }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + layer = 2.9 }, -/area/ussp_ship) -"xcs" = ( -/obj/machinery/camera{ - c_tag = "CentComm Jail 2"; - dir = 8; - network = list("CentComm") +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/jail) -"xcy" = ( -/obj/structure/closet/crate/can, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/zone2) -"xdc" = ( -/obj/machinery/cryopod/robot, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"xdo" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +"sUP" = ( +/obj/structure/table/wood, +/obj/machinery/computer/secure_data/laptop{ + desc = "Похоже, что на данном ноутбуке открыт какой-то старый браузер, со включенной вкладкой Twitch BANDA."; + name = "Ноутбук" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"sUQ" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "golden_stripes" }, -/area/centcom/evac) -"xdp" = ( -/obj/machinery/vending/coffee, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/specops) -"xeW" = ( -/turf/unsimulated/floor{ - icon_state = "darkgreynavyblue" +/area/syndicate_mothership/control) +"sVj" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 }, -/area/centcom/specops) -"xfi" = ( -/obj/machinery/door/poddoor/shutters{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 2; - id_tag = "ERT_director_office_shutters"; - layer = 5; - locked = 1; - name = "ERT Director office" +/obj/structure/window/reinforced, +/obj/item/stack/tape_roll, +/obj/item/clipboard, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, -/turf/unsimulated/wall/fakeglass{ - dir = 8; - tag = "icon-fakewindows (WEST)" +/area/centcom/zone1) +"sVm" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"sVy" = ( +/obj/effect/landmark{ + name = "prisonwarp" }, -/area/centcom) -"xfx" = ( -/obj/structure/chair/sofa/left, -/turf/simulated/floor/wood, -/area/secret/gaybar) -"xgb" = ( -/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ - dir = 8 +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/area/syndicate_mothership/jail) +"sVH" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/area/syndicate_mothership) -"xhs" = ( -/obj/machinery/vending/cigarette{ - prices = list() +/obj/item/kitchen/utensil/spoon{ + pixel_x = 7; + pixel_y = 4 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/kitchen/utensil/fork{ + pixel_x = 7 }, -/area/centcom/specops) -"xht" = ( -/obj/machinery/camera{ - c_tag = "CentComm ERT Ready Room 3"; +/turf/simulated/floor/wood, +/area/centcom/supply) +"sVL" = ( +/turf/simulated/floor/plasteel{ dir = 4; - network = list("CentComm") + icon_state = "darkred" }, -/obj/structure/sign/poster/official/safety_report{ - pixel_x = -30 +/area/centcom/zone3) +"sVV" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkgreynavyblue" +/obj/structure/chair/comfy/brown{ + dir = 1 }, -/area/centcom/specops) -"xia" = ( -/obj/structure/table, -/obj/item/gun/energy/ionrifle, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"sVW" = ( /obj/machinery/light{ - brightness_range = 5; - light_range = 5; - nightshift_light_range = 5 + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluealt" }, -/area/syndicate_mothership) -"xiw" = ( -/turf/unsimulated/wall/fakeglass{ +/area/centcom/specops) +"sWi" = ( +/obj/structure/rack/holorack, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"sWF" = ( +/obj/machinery/slot_machine, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"sWH" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ dir = 8; - tag = "icon-fakewindows (WEST)" + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (WEST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"sWJ" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"sWV" = ( +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/zone1) +"sXk" = ( +/obj/effect/turf_decal/box/corners, +/turf/simulated/floor/mineral/abductor, +/area/centcom/zone1) +"sYM" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/obj/structure/window/reinforced{ + dir = 8 }, -/area/centcom) -"xjq" = ( +/obj/effect/decal/stripes/black/corner/west, +/turf/simulated/floor/carpet, +/area/centcom/court) +"sYR" = ( /turf/simulated/shuttle/wall{ - icon_state = "swall_s6" + dir = 1; + icon_state = "diagonalWall3" }, -/area/shuttle/gamma/space) -"xjW" = ( -/obj/docking_port/stationary/transit{ +/area/shuttle/vox) +"sYS" = ( +/obj/effect/decal/warning_stripes/red, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_Armory_IK60" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"sYW" = ( +/turf/simulated/floor/plasteel{ dir = 8; - dwidth = 2; - height = 5; - id = "ussppod_transit"; - name = "USSP Pod in transit"; - width = 8 + icon_state = "navybluecornersalt" }, -/turf/space/transit, -/area/space) -"xkE" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall12"; - tag = "icon-swall12" +/area/centcom/specops) +"sZk" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" }, -/area/shuttle/gamma/space) -"xkI" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall_s10" +/area/syndicate_mothership/infteam) +"sZn" = ( +/obj/machinery/vending/sovietsoda, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" }, -/area/shuttle/gamma/space) -"xlt" = ( +/area/admin) +"sZy" = ( +/obj/machinery/chem_dispenser/soda/upgraded, /obj/structure/table/reinforced, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 +/turf/simulated/floor/wood, +/area/centcom/specops) +"sZH" = ( +/obj/machinery/mineral/labor_claim_console{ + pixel_x = 30; + pixel_y = 30 }, -/obj/item/kitchen/rollingpin, -/obj/item/reagent_containers/food/condiment/enzyme, -/obj/item/reagent_containers/glass/beaker, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +/turf/simulated/shuttle/floor{ + icon_state = "floor4" }, -/area/centcom/jail) -"xlx" = ( -/obj/structure/window/reinforced{ - dir = 4 +/area/shuttle/siberia) +"sZP" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluealt" }, -/obj/machinery/chem_dispenser/supgraded, -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/area/centcom/zone2) +"sZX" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + use_power = 0 + }, +/obj/machinery/light{ + dir = 1 }, -/area/syndicate_mothership) -"xlT" = ( -/obj/item/storage/bible, -/obj/structure/table/wood, /turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + dir = 8; + icon_state = "grimy" }, -/area/centcom/zone1) -"xlW" = ( -/obj/structure/chair/comfy/red, -/obj/effect/landmark{ - name = "voxstart" +/area/admin) +"tad" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 }, -/turf/unsimulated/floor/vox{ - icon_state = "plastitanium" +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 }, -/area/vox_station) -"xlZ" = ( -/obj/structure/table/wood, -/obj/item/nullrod, -/obj/item/nullrod, -/obj/item/nullrod, -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 }, -/area/centcom/supply) -"xmr" = ( -/obj/item/gun/projectile/automatic/m90{ - pixel_y = 4 +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 1; - layer = 2.8 +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - layer = 3.4 +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 }, -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - layer = 2.9; - name = "M-90gl"; - req_access = null; - req_access_txt = "114" +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 }, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 4 +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 }, -/obj/item/gun/projectile/automatic/m90{ - pixel_y = 4 +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 }, -/obj/item/gun/projectile/automatic/m90{ - pixel_y = 4 +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 }, -/obj/item/gun/projectile/automatic/m90{ - pixel_y = 4 +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 }, -/obj/item/gun/projectile/automatic/m90{ - pixel_y = 4 +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 }, -/obj/item/gun/projectile/automatic/m90{ - pixel_y = 4 +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 }, -/area/centcom/specops) -"xmH" = ( -/turf/unsimulated/floor{ - icon_state = "darkred" +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 }, -/area/centcom/zone3) -"xmU" = ( -/obj/machinery/camera{ - c_tag = "CentComm Zone 2 Cargo Supply"; - dir = 6; - network = list("CentComm") +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 }, -/area/centcom/supply) -"xni" = ( -/obj/structure/noticeboard{ - pixel_y = 30 +/obj/item/clothing/accessory/medal{ + pixel_y = 3 }, -/obj/item/paper/syndimemo{ - info = "Баки с газами доставлять только через шаттл ферри" +/obj/item/clothing/accessory/medal{ + pixel_y = 3 }, -/turf/unsimulated/floor{ +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/supply) -"xnY" = ( -/obj/structure/table/reinforced, +"taf" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/stack/rods, +/obj/item/pen, /turf/unsimulated/floor{ dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" + icon_state = "wood" }, -/area/syndicate_mothership) -"xoc" = ( -/obj/structure/table/abductor, -/obj/item/storage/box/alienhandcuffs, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"xoF" = ( -/obj/structure/window/reinforced{ - dir = 1 +/area/admin) +"tak" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" }, -/turf/unsimulated/floor/grass, /area/centcom/zone1) -"xoS" = ( -/turf/unsimulated/wall{ - icon_state = "rrust" - }, -/area/vox_station) -"xpe" = ( +"taC" = ( /obj/machinery/light{ - dir = 1 + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredalt" }, -/area/syndicate_mothership) -"xps" = ( +/area/centcom/jail) +"tbh" = ( /obj/structure/window/reinforced{ - dir = 4; - layer = 2.9 + dir = 8 }, -/obj/structure/reagent_dispensers/water_cooler, -/turf/unsimulated/floor{ +/obj/structure/table/wood, +/obj/item/trash/candle, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"tbo" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/court) +"tbt" = ( +/obj/structure/toilet, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/specops) +"tbK" = ( +/obj/machinery/door/airlock/syndicate/security{ + name = "тюрьма"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; icon_state = "dark" }, -/area/centcom/supply) -"xpy" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" +/area/syndicate_mothership/jail) +"tcs" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_full" }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/area/syndicate_mothership/outside) +"tcM" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" }, -/turf/space, -/area/ussp_ship) -"xpK" = ( -/obj/effect/decal/warning_stripes/blue{ - layer = 3 +/area/centcom/evac) +"tcW" = ( +/obj/item/beach_ball, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"tdj" = ( +/obj/structure/holowindow{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "darkgrey" +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" }, -/area/centcom/specops) -"xqL" = ( -/turf/unsimulated/floor{ - dir = 5; - icon_state = "darkblue" +/area/holodeck/source_thunderdomecourt) +"tdy" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" }, -/area/centcom/jail) -"xqX" = ( -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkgreynavyblue" +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Connector Port (Air Supply)" }, -/area/centcom/specops) -"xrQ" = ( -/turf/unsimulated/floor{ - dir = 10; - icon_state = "darkgreen" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"xrZ" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/vending/wallmed/syndicate{ - pixel_x = 30 +"tdC" = ( +/turf/unsimulated/wall{ + icon_state = "iron15" }, +/area/syndicate_mothership) +"tdF" = ( +/obj/item/paper_bin/nanotrasen, +/obj/structure/table/wood/poker, +/obj/item/pen/multi/gold, +/obj/item/stamp/chameleon, /turf/unsimulated/floor{ dir = 8; - icon_state = "wood" + icon_state = "grimy" }, -/area/syndicate_mothership) -"xse" = ( -/turf/unsimulated/floor{ - dir = 9; - icon_state = "darkred" +/area/admin) +"tdQ" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/vox, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"tey" = ( +/obj/structure/holowindow{ + dir = 1 }, -/area/centcom/jail) -"xso" = ( -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon_state = "wood" +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"teF" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 }, -/area/centcom/jail) -"xsy" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (WEST)" }, -/area/centcom/evac) -"xsI" = ( -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"teO" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" }, -/area/centcom/ferry) -"xtz" = ( -/obj/structure/table/reinforced, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, -/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/bola, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/disabler, -/obj/structure/window/reinforced{ - armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); - dir = 4 +/area/holodeck/source_boxingcourt) +"teR" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" }, -/obj/machinery/door/window/brigdoor{ - base_state = "rightsecure"; +/area/holodeck/source_boxingcourt) +"teZ" = ( +/obj/structure/shuttle/engine/propulsion{ dir = 1; - icon_state = "rightsecure"; - req_access_txt = "114" + icon_state = "propulsion_l"; + tag = "icon-propulsion_l (NORTH)" }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkgreenfull" +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"tfr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/area/centcom/specops) -"xtF" = ( -/obj/structure/chair/stool, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/machinery/door/poddoor/impassable{ + color = "#99ff99"; + id_tag = "SST_armory_basic"; + name = "SST Armory Basic Weapons" }, -/area/centcom/jail) -"xtI" = ( +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"tfx" = ( /turf/simulated/shuttle/wall{ - icon_state = "swall_s9" - }, -/area/shuttle/escape) -"xtP" = ( -/obj/structure/window/reinforced{ - dir = 4 + dir = 1; + icon_state = "diagonalWall3" }, -/turf/unsimulated/floor{ - icon_state = "darkredcorners" +/area/shuttle/syndicate_sit) +"tga" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" }, -/area/centcom/jail) -"xug" = ( -/turf/unsimulated/wall{ - icon_state = "iron9" +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"tgl" = ( +/turf/simulated/floor/redgrid, /area/syndicate_mothership) -"xuX" = ( -/obj/machinery/camera{ - c_tag = "Thunderdome Arena"; - network = list("Thunderdome"); - pixel_x = 10 +"tgn" = ( +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/simulated/floor/bluegrid, -/area/tdome/arena) -"xvn" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/machinery/floodlight, -/turf/unsimulated/floor/grass, -/area/centcom/zone1) -"xvO" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 8; - icon_state = "fakewindows2"; - tag = "icon-fakewindows2 (WEST)" +/area/centcom/specops) +"tgA" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellowaltstrip" }, -/area/centcom) -"xwb" = ( -/turf/unsimulated/wall{ - icon_state = "sandstone13" +/area/centcom/supply) +"tgO" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 }, -/area/wizard_station) -"xwY" = ( -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/reedbush, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/closet/crate/can, /turf/unsimulated/floor{ - icon_state = "grass3"; - name = "grass" + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/centcom/evac) -"xyg" = ( -/obj/structure/sign/double/map/right{ - pixel_y = 32 +/area/wizard_station) +"tgY" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + tag = "icon-plant-30" }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/syndicate_mothership) -"xyv" = ( -/obj/item/flag/nt, -/obj/machinery/status_display{ - pixel_y = -30 +/area/centcom/evac) +"tha" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/sniperrifle{ + pixel_x = 3; + pixel_y = 8 }, -/turf/unsimulated/floor{ +/obj/item/gun/energy/sniperrifle{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/specops) -"xyV" = ( -/obj/structure/sign/poster/official/work_for_a_future, -/turf/unsimulated/wall, -/area/centcom) -"xzq" = ( -/obj/structure/chair/stool/bar, -/turf/unsimulated/floor{ +"thl" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"tho" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; dir = 8; - icon_state = "grimy" + icon_state = "rightsecure"; + req_access_txt = "101" }, -/area/centcom/zone1) -"xzK" = ( -/turf/unsimulated/floor{ - icon_state = "freezerfloor" +/obj/effect/decal/stripes/black/line, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"thJ" = ( +/obj/machinery/door/window/brigdoor{ + color = "#d70000"; + dir = 1; + name = "Riot Control" }, -/area/centcom/zone1) -"xAa" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/turf/simulated/floor/wood{ + icon_state = "wood_oak" }, -/area/syndicate_mothership) -"xAM" = ( -/obj/item/gun/energy/shock_revolver, -/obj/structure/table/wood, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/syndicate_mothership/control) +"tid" = ( +/obj/structure/sign/poster/official/ue_no, +/turf/unsimulated/wall{ + icon_state = "sandstone12" }, -/area/admin) -"xAW" = ( -/obj/machinery/light{ - dir = 4 +/area/wizard_station) +"tig" = ( +/obj/structure/chair{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/syndicate_mothership) -"xBN" = ( -/obj/structure/table/abductor, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/zone1) -"xCf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/area/centcom/specops) +"tik" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" }, -/obj/mecha/combat/durand/old{ - color = "#77895C"; - desc = "Improved Armored Heavy Mech with USSP Symbol"; - name = "TU-802" +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" }, -/obj/machinery/light/small{ - brightness_range = 10; - dir = 8; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/area/syndicate_mothership/elite_squad) +"tiy" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone14" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" +/area/wizard_station) +"tiF" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 }, -/area/ussp_ship) -"xCr" = ( -/obj/machinery/optable/abductor, -/turf/unsimulated/floor/abductor, -/area/abductor_ship) -"xCx" = ( -/obj/structure/sign/poster/official/safety_eye_protection{ - pixel_x = -30 +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ +/area/centcom/supply) +"tiY" = ( +/turf/simulated/floor/holofloor{ dir = 8; - icon_state = "darkgreynavyblue" + icon_state = "green" }, -/area/centcom/specops) -"xCC" = ( -/obj/structure/table/abductor, -/obj/effect/spawner/lootdrop{ - loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); - name = "Food CC Spawner #3" +/area/holodeck/source_basketball) +"tjp" = ( +/obj/item/beach_ball/holoball, +/turf/simulated/floor/holofloor, +/area/holodeck/source_basketball) +"tjJ" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign1"; + pixel_x = -16 }, -/obj/structure/sign/poster/official/random{ - pixel_y = 30 +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/centcom/evac) +"tjO" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 }, -/area/centcom/zone1) -"xCT" = ( -/obj/machinery/sleeper{ - dir = 4 +/obj/structure/mirror{ + pixel_x = 30 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkblue" +/turf/simulated/floor/plasteel{ + icon_state = "white" }, -/area/centcom/specops) -"xDo" = ( -/turf/unsimulated/floor/grass, /area/centcom/zone1) -"xDT" = ( -/obj/machinery/vending/syndisnack, -/obj/machinery/light{ - dir = 1; - light_range = 5 - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership) -"xEk" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/mineral/sandbags{ - amount = 50; - pixel_y = 5 +"tjU" = ( +/obj/item/flag/species/drask, +/obj/machinery/light/small{ + dir = 8 }, -/obj/item/stack/sheet/mineral/sandbags{ - amount = 50; - pixel_y = 5 +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/obj/item/stack/sheet/mineral/sandbags{ - amount = 50; - pixel_y = 5 +/area/centcom/evac) +"tkP" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate{ + icon_state = "crateopen"; + opened = 1 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/specops) -"xEm" = ( -/obj/machinery/light/spot{ - dir = 4; - tag = "icon-tube1 (EAST)" - }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/centcom/zone2) +"tkR" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light{ + dir = 8 }, -/area/syndicate_mothership) -"xEt" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8"; - tag = "" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/area/centcom/zone2) +"tlx" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/machinery/light/small{ + dir = 8 }, -/area/ussp_ship) -"xEG" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/accessory/holster{ - pixel_y = 10 +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + lootcount = 20; + name = "Food CC Spawner #2" }, -/obj/item/clothing/accessory/holster{ - pixel_y = 10 +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 }, -/obj/item/clothing/accessory/holster{ - pixel_y = 10 +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tlz" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1331; + id_tag = "vox_east_control"; + pixel_x = -24; + req_access_txt = "152"; + tag_airpump = "vox_east_vent"; + tag_chamber_sensor = "vox_east_sensor"; + tag_exterior_door = "vox_northeast_lock"; + tag_interior_door = "vox_southeast_lock" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"tlC" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "burst_l" }, -/obj/item/clothing/accessory/holster{ - pixel_y = 10 +/turf/simulated/shuttle/plating, +/area/shuttle/specops) +"tlE" = ( +/obj/structure/chair/sofa{ + dir = 1 }, -/obj/item/clothing/accessory/holster{ - pixel_y = 5 +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" }, -/obj/item/clothing/accessory/holster{ - pixel_y = 5 +/area/centcom/zone1) +"tlN" = ( +/obj/effect/spawner/lootdrop/trade_sol/vehicle{ + loot = list(/obj/vehicle/motorcycle = 50, /obj/vehicle/snowmobile/key = 50, /obj/vehicle/snowmobile/blue/key = 50, /obj/vehicle/space/speedbike/red = 50, /obj/vehicle/space/speedbike = 50); + name = "4. Vehicle" }, -/obj/item/clothing/accessory/holster{ - pixel_y = 5 +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"tlT" = ( +/obj/machinery/light/small{ + dir = 4 }, -/obj/item/clothing/accessory/holster{ - pixel_y = 5 +/turf/simulated/floor/wood, +/area/centcom/specops) +"tlY" = ( +/obj/structure/mirror{ + pixel_y = 30 }, -/obj/item/clothing/accessory/holster, -/obj/item/clothing/accessory/holster, -/obj/item/clothing/accessory/holster, -/obj/item/clothing/accessory/holster, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/area/centcom/specops) -"xEX" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" +/area/syndicate_mothership/infteam) +"tmg" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "" +/area/syndicate_mothership/control) +"tmi" = ( +/obj/machinery/vending/cigarette, +/obj/structure/closet/fireaxecabinet{ + pixel_y = 32 }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/machinery/light{ + dir = 1 }, -/turf/space, -/area/ussp_ship) -"xGL" = ( -/obj/machinery/door/airlock/centcom{ - name = "Gamma Armory"; - opacity = 1; - req_access_txt = "114" +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tmG" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/gamma) -"xGX" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall3"; - tag = "icon-swall3" +/area/centcom/zone3) +"tmL" = ( +/obj/structure/sink{ + dir = 1 }, -/area/shuttle/gamma/space) -"xHb" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault"; - name = "Prisoner position" +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, /area/centcom/jail) -"xHr" = ( -/obj/machinery/vending/snack, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "cafeteria" +"tmQ" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" }, -/area/ninja/holding) -"xHJ" = ( -/obj/structure/window/reinforced, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/bush, -/turf/unsimulated/floor{ - icon_state = "grass1"; - name = "grass" +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tmR" = ( +/obj/machinery/light/spot, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"tnc" = ( +/obj/effect/turf_decal/stripes/red/full, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"xIA" = ( -/obj/machinery/door/airlock/centcom{ - name = "Bridge 1-2"; - opacity = 1; - req_access_txt = "113" +"tnr" = ( +/obj/machinery/light/small{ + dir = 1 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/wood{ + icon_state = "wood_old" }, -/area/centcom/bridge) -"xIK" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/floragun, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/syndicate_mothership/infteam) +"tnF" = ( +/obj/machinery/abductor/gland_dispenser, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"tnU" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/machinery/computer/cryopod/robot{ + pixel_y = -30 }, -/area/admin) -"xIS" = ( -/obj/structure/closet/secure_closet/guncabinet{ - layer = 2.9; - name = "combat shotgun" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/machinery/status_display{ - layer = 4; - pixel_y = 32 +/area/centcom/specops) +"tnW" = ( +/obj/structure/rack, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ton" = ( +/obj/machinery/bodyscanner, +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"toL" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/obj/machinery/light/spot{ - dir = 8; - tag = "icon-tube1 (WEST)" +/turf/simulated/floor/wood, +/area/centcom/specops) +"toU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"tpf" = ( +/obj/machinery/vending/security, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"tpz" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + color = "red" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"tpC" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" }, -/obj/item/ammo_box/shotgun/buck, -/obj/item/ammo_box/shotgun/buck, -/obj/item/ammo_box/shotgun/buck, -/obj/item/gun/projectile/shotgun/automatic/combat, -/obj/item/gun/projectile/shotgun/automatic/combat, -/obj/item/gun/projectile/shotgun/automatic/combat, /obj/structure/window/reinforced{ dir = 8 }, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tqy" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/centcom/evac) +"tqG" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s9" + }, +/area/shuttle/gamma/space) +"tqI" = ( /obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/kitchen_machine/grill, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"tqP" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 8; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 1; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 4; + id = "SSTprivateroom" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"trm" = ( +/obj/structure/table/reinforced, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/machinery/light{ dir = 1 }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"trr" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/item/storage/fancy/donut_box, +/obj/structure/table/wood/fancy/black, /turf/unsimulated/floor{ - icon_state = "floor4" + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" }, -/area/shuttle/gamma/space) -"xJC" = ( +/area/syndicate_mothership/control) +"trA" = ( +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/carpet, +/area/centcom/court) +"trB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredalt" + }, +/area/centcom/jail) +"tso" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/medical, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tsv" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"tsR" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership/infteam) +"tsX" = ( +/obj/structure/table/wood, +/obj/item/grenade/bananade/casing{ + pixel_x = 10 + }, +/obj/item/grenade/bananade/casing{ + pixel_x = 6 + }, +/obj/item/grenade/bananade/casing{ + pixel_x = 2 + }, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"tte" = ( /obj/structure/closet/secure_closet/guncabinet{ layer = 2.9; name = "Enforcer" @@ -31724,66463 +34345,74564 @@ icon_state = "floor4" }, /area/shuttle/gamma/space) -"xJG" = ( -/obj/structure/holowindow, -/turf/simulated/floor/holofloor{ - icon_state = "asteroid7"; - tag = "icon-asteroid7" +"tto" = ( +/obj/machinery/computer/camera_advanced, +/obj/effect/decal/stripes/black/line, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ttE" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 2; + icon_state = "fake_plastitanium_window3"; + tag = "icon-fakewindows (EAST)" }, -/area/holodeck/source_knightarena) -"xJU" = ( -/obj/machinery/door/poddoor{ - id_tag = "ASSAULT2"; - name = "Launch Bay #2" +/area/syndicate_mothership/cargo) +"ttN" = ( +/obj/item/storage/briefcase, +/obj/structure/table/wood/fancy/black, +/obj/machinery/light{ + dir = 1 }, -/turf/unsimulated/floor{ - icon = 'icons/obj/smooth_structures/catwalk.dmi'; - icon_state = "catwalk"; - name = "plating" +/obj/item/paper/safe_code{ + owner = "NNC" }, -/area/centcom/specops) -"xKa" = ( +/obj/item/folder/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"ttO" = ( +/obj/machinery/hydroponics/constructable{ + layer = 3.2 + }, +/obj/machinery/light, +/turf/simulated/floor/grass, +/area/centcom/evac) +"tuh" = ( /obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/effect/decal/stripes/gold/deadlock, +/obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 +/turf/simulated/floor/carpet/black, +/area/centcom/zone3) +"tus" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" }, -/turf/unsimulated/floor{ - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/holodeck/source_thunderdomecourt) +"tvL" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" }, /area/centcom/zone1) -"xLp" = ( -/obj/structure/closet/secure_closet/guncabinet{ - layer = 2.9; - name = "advanced energy gun" +"twg" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" }, -/obj/item/gun/energy/gun/nuclear, -/obj/item/gun/energy/gun/nuclear, -/obj/item/gun/energy/gun/nuclear, -/obj/item/gun/energy/gun/nuclear, -/obj/structure/window/reinforced{ - dir = 1 +/area/shuttle/assault_pod) +"twh" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"txk" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" }, +/area/holodeck/source_thunderdomecourt) +"txn" = ( /turf/unsimulated/floor{ - icon_state = "floor4" - }, -/area/shuttle/gamma/space) -"xLA" = ( -/obj/structure/closet/secure_closet/guncabinet{ - layer = 2.9; - name = "L.W.A.P. Sniper Rifle" + icon_state = "dark" }, -/obj/item/gun/energy/sniperrifle, -/obj/item/gun/energy/sniperrifle, -/obj/machinery/light/spot{ +/area/tdome/arena_source) +"txr" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ dir = 4; - tag = "icon-tube1 (EAST)" - }, -/obj/machinery/ai_status_display{ - pixel_y = 32 + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" }, -/obj/structure/window/reinforced{ - dir = 1 +/area/syndicate_mothership/elite_squad) +"txI" = ( +/obj/structure/closet{ + icon_closed = "red"; + icon_state = "red"; + name = "Sec. gear" }, -/obj/structure/window/reinforced{ - dir = 4 +/obj/effect/spawner/lootdrop/trade_sol/sec{ + loot = list(/obj/item/clothing/gloves/combat = 50, /obj/item/grenade/clusterbuster/smoke = 50, /obj/item/clothing/suit/armor/laserproof = 50, /obj/item/clothing/suit/armor/vest/combat = 50, /obj/item/clothing/suit/armor/vest/combat = 50, /obj/item/clothing/suit/armor/vest/combat = 50, /obj/item/kitchen/knife/combat = 50, /obj/item/kitchen/knife/combat = 50, /obj/item/kitchen/knife/combat = 50, /obj/item/fluff/desolate_baton_kit = 50, /obj/item/storage/belt/military/assault = 50, /obj/item/storage/belt/military/assault = 50, /obj/item/storage/belt/military/assault = 50, /obj/item/clothing/mask/gas/sechailer/swat = 50, /obj/item/clothing/mask/gas/sechailer/swat = 50, /obj/item/clothing/suit/space/swat = 50, /obj/item/clothing/suit/space/swat = 50, /obj/item/clothing/glasses/thermal = 50, /obj/item/storage/box/enforcer_rubber = 50, /obj/item/storage/box/enforcer_rubber = 50, /obj/item/storage/box/enforcer_lethal = 50, /obj/item/melee/classic_baton/telescopic = 50, /obj/item/melee/classic_baton/telescopic = 50, /obj/item/gun/projectile/shotgun/automatic/combat = 50, /obj/item/gun/projectile/shotgun/automatic/combat = 50, /obj/item/gun/projectile/shotgun/automatic/combat = 50, /obj/item/gun/projectile/shotgun/automatic/dual_tube = 50, /obj/item/gun/projectile/shotgun/automatic/dual_tube = 50, /obj/item/storage/box/buck = 50, /obj/item/storage/box/buck = 50, /obj/item/storage/box/buck = 50, /obj/item/ammo_box/shotgun/buck = 50, /obj/item/ammo_box/shotgun/buck = 50, /obj/item/grenade/clusterbuster = 50, /obj/item/grenade/clusterbuster = 50, /obj/item/grenade/clusterbuster/teargas = 50, /obj/item/grenade/clusterbuster/n2o = 50); + lootcount = 10; + name = "1. Sec. gear" }, -/turf/unsimulated/floor{ - icon_state = "floor4" +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"txJ" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" }, -/area/shuttle/gamma/space) -"xLW" = ( -/turf/space, -/turf/unsimulated/wall{ - dir = 4; - icon = 'icons/turf/shuttle.dmi'; - icon_state = "swall_f6" +/area/centcom/supply) +"txL" = ( +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = 24; + pixel_y = -24; + req_access_txt = "114"; + wires = 1 }, -/area/ussp_ship) -"xMo" = ( -/obj/structure/table/wood, -/obj/item/kitchen/utensil/spork, -/obj/item/kitchen/utensil/spork, -/obj/item/kitchen/utensil/spork, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" +/area/centcom/specops) +"txY" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/area/centcom/zone3) -"xMK" = ( -/obj/machinery/prize_counter, -/turf/unsimulated/floor{ - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/jail) -"xNg" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 - }, +"tyd" = ( /turf/unsimulated/floor{ + dir = 8; icon_state = "wood" }, -/area/centcom/jail) -"xNP" = ( -/obj/docking_port/stationary/transit{ - dir = 8; - dwidth = 2; - height = 11; - id = "specops_transit"; - name = "specops in transit"; - turf_type = /turf/space/transit/horizontal; - width = 5 +/area/wizard_station) +"tyk" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" }, -/turf/space/transit/horizontal, -/area/space) -"xOp" = ( -/obj/structure/table/wood, -/obj/item/clothing/suit/armor/heavy, -/obj/item/clothing/suit/armor/heavy, -/obj/item/clothing/suit/armor/heavy, -/obj/item/clothing/suit/armor/heavy, -/obj/item/clothing/suit/armor/heavy, -/obj/item/clothing/suit/armor/heavy, -/obj/item/clothing/suit/armor/heavy, -/obj/item/clothing/suit/armor/heavy, -/obj/item/clothing/suit/armor/heavy, -/obj/item/clothing/suit/armor/heavy, -/obj/item/clothing/shoes/combat/swat, -/obj/item/clothing/shoes/combat/swat, -/obj/item/clothing/shoes/combat/swat, -/obj/item/clothing/shoes/combat/swat, -/obj/item/clothing/shoes/combat/swat, -/obj/item/clothing/shoes/combat/swat, -/obj/item/clothing/shoes/combat/swat, -/obj/item/clothing/shoes/combat/swat, -/obj/item/clothing/shoes/combat/swat, -/obj/item/clothing/shoes/combat/swat, -/obj/structure/sign/poster/official/random{ - pixel_x = -30 +/area/syndicate_mothership) +"tyq" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"tyB" = ( +/obj/structure/rack, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 }, -/area/centcom/supply) -"xOV" = ( -/obj/structure/window/reinforced{ - layer = 2.9 +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 }, -/obj/machinery/vending/coffee{ - layer = 2 +/obj/item/gun/projectile/shotgun/riot/short, +/obj/item/gun/projectile/shotgun/riot/short, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 }, -/obj/structure/window/reinforced{ - dir = 4; - layer = 2.9 +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 }, -/turf/unsimulated/floor{ +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/supply) -"xPm" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "darkred" +/area/centcom/specops) +"tyD" = ( +/obj/machinery/button/windowtint{ + id = "SSTprivateroom"; + pixel_x = 24; + pixel_y = 24 }, -/area/centcom/jail) -"xPw" = ( -/obj/structure/lattice/catwalk, -/turf/space, -/turf/space, -/area/space/nearstation) -"xPP" = ( -/obj/structure/holowindow{ - dir = 1 +/obj/machinery/door_control{ + desiredstate = 1; + id = "SSTprivateroom"; + name = "Privacy Room Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 26; + pixel_y = 31; + specialfunctions = 4 }, -/turf/simulated/floor/holofloor{ - icon_state = "asteroid7"; - tag = "icon-asteroid7" +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" }, -/area/holodeck/source_knightarena) -"xQT" = ( -/obj/machinery/door/poddoor{ - id_tag = "ASSAULT1"; - name = "Launch Bay #1" +/area/syndicate_mothership/elite_squad) +"tyO" = ( +/obj/machinery/computer/teleporter, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/turf/unsimulated/floor{ - icon = 'icons/obj/smooth_structures/catwalk.dmi'; - icon_state = "catwalk"; - name = "plating" +/area/centcom/supply) +"tyP" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s6" }, -/area/centcom/specops) -"xRp" = ( -/turf/simulated/floor/holofloor{ - dir = 8; - icon_state = "red" +/area/shuttle/escape) +"tyW" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" }, -/area/holodeck/source_knightarena) -"xRE" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet05" +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"tzd" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 }, -/area/centcom/evac) -"xSo" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 8; - tag = "icon-fakewindows (WEST)" +/turf/simulated/shuttle/plating, +/area/shuttle/trade/sol) +"tzB" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 }, -/area/centcom/evac) -"xSG" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; icon_state = "dark" }, -/area/centcom/srtops) -"xSJ" = ( +/area/shuttle/administration) +"tzY" = ( +/obj/machinery/cryopod/right, +/obj/effect/decal/stripes/black/deadlock, /obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/holohoop{ - dir = 8 - }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkredfull" - }, -/area/centcom/jail) -"xUq" = ( -/turf/unsimulated/wall, -/area/space) -"xUD" = ( -/obj/structure/chair/office/light, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/zone2) -"xVX" = ( -/turf/unsimulated/floor{ - icon_state = "darkgreen" +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tAi" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/area/centcom/specops) -"xWc" = ( -/obj/mecha/combat/marauder/seraph/loaded{ - operation_req_access = list(109) +/obj/item/book/manual/security_space_law{ + pixel_x = 3 }, -/obj/machinery/camera{ - c_tag = "CentComm ERT Armory Level 4"; - network = list("CentComm") +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 }, -/area/centcom/specops) -"xWD" = ( -/obj/machinery/door/airlock/centcom{ - name = "ERT Service Room"; - opacity = 1; - req_access_txt = "114" +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "navyblue" +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 }, -/area/centcom/specops) -"xXe" = ( -/obj/structure/table/wood, -/obj/machinery/recharger/wallcharger{ - pixel_x = 30 +/obj/machinery/light{ + dir = 1 }, -/obj/item/nullrod/tribal_knife, -/obj/item/kitchen/knife/combat/survival, -/obj/item/kitchen/knife/combat, -/obj/item/kitchen/knife/butcher, -/obj/item/kitchen/knife, -/obj/item/hatchet/unathiknife, -/obj/item/whetstone/super, -/obj/item/whetstone/cult, -/obj/item/whetstone, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"tAB" = ( +/obj/structure/chair/office/dark, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + id_tag = "CC-OP3"; + name = "Access Controller OP3"; + pixel_y = 32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP3-Ext"; + tag_interior_door = "CC-OP3-Int" }, -/area/admin) -"xXr" = ( -/turf/space, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkpurple" +/turf/simulated/floor/plasteel{ + icon_state = "grimy" }, /area/centcom/specops) -"xXH" = ( -/obj/structure/bookcase, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +"tAX" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/area/shuttle/administration) +"tBb" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/mask/balaclava, +/obj/machinery/light{ + dir = 8 }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/turf/simulated/floor/wood, +/area/centcom/jail) +"tBf" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone1" }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/area/wizard_station) +"tBi" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3 +/obj/item/clothing/under/color/lightpurple, +/obj/item/clothing/under/color/purple, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/head/wizard/red, +/obj/item/clothing/suit/wizrobe/red, +/obj/item/clothing/head/wizard, +/obj/item/clothing/suit/wizrobe, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, /turf/unsimulated/floor{ - icon_state = "wood" + dir = 8; + icon_state = "bcarpet01" }, -/area/centcom/jail) -"xYb" = ( -/obj/structure/table/wood, -/obj/item/clothing/suit/hooded/wintercoat/fluff, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +/area/wizard_station) +"tBm" = ( +/obj/machinery/door/window/brigdoor{ + color = "red"; + dir = 8; + req_access_txt = "150" }, -/area/admin) -"xYH" = ( /turf/unsimulated/floor{ - icon_state = "dark" + dir = 4; + icon_state = "elevatorshaft" }, -/area/centcom/evac) -"xZd" = ( -/obj/structure/table/wood, -/obj/structure/reagent_dispensers/spacecleanertank{ - pixel_y = 30 +/area/syndicate_mothership/infteam) +"tBt" = ( +/obj/machinery/computer/communications, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/obj/item/storage/briefcase/inflatable, -/obj/item/storage/briefcase/inflatable, -/obj/item/storage/briefcase/inflatable, -/obj/item/storage/briefcase/inflatable, -/obj/item/storage/briefcase/inflatable, -/obj/item/storage/briefcase/inflatable, -/obj/item/storage/briefcase/inflatable, -/obj/item/storage/briefcase/inflatable, -/obj/item/storage/briefcase/inflatable, -/obj/item/storage/briefcase/inflatable, -/turf/space, -/turf/unsimulated/floor{ +/area/shuttle/administration) +"tBG" = ( +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"tBP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ dir = 1; - icon_state = "darkpurple" + icon_state = "warndarkgreyred" }, +/area/syndicate_mothership) +"tBT" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/turf/simulated/floor/wood, /area/centcom/specops) -"xZq" = ( -/turf/unsimulated/floor{ - icon_state = "white" +"tCj" = ( +/obj/machinery/suit_storage_unit/syndicate/secure, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/centcom/zone1) -"xZI" = ( -/obj/structure/chair/comfy/red{ - dir = 8 +/area/shuttle/syndicate) +"tCn" = ( +/obj/structure/rack/holorack, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/implanter/mindshield, +/obj/item/implanter/mindshield, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/surgery, +/obj/item/organ/internal/cyberimp/arm/toolset, +/obj/item/organ/internal/cyberimp/arm/janitorial, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" }, -/obj/effect/landmark{ - name = "Syndicate Officer" +/area/syndicate_mothership/control) +"tCr" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_hor{ + id_tag = "Aspid_left_storage" }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" }, -/area/syndicate_mothership) -"xZJ" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 4; - tag = "icon-fakewindows (WEST)" +/area/syndicate_mothership/cargo) +"tCW" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/item/multitool, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" }, -/area/centcom) -"xZL" = ( -/obj/structure/closet, -/obj/item/clothing/under/color/orange/prison, -/obj/item/clothing/under/color/orange/prison, -/obj/item/clothing/shoes/orange, -/obj/item/clothing/shoes/orange, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/shuttle/specops) +"tDf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "navybluecorners" }, -/area/centcom/jail) -"xZQ" = ( -/obj/structure/bookcase, -/obj/item/book/manual, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/area/adminconstruction) +"tDo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredalt" }, -/area/wizard_station) -"yae" = ( -/obj/structure/chair/sofa{ - dir = 8 +/area/centcom/zone3) +"tDr" = ( +/obj/machinery/suit_storage_unit/syndicate/secure{ + layer = 3.3 }, -/obj/item/radio/intercom/syndicate{ - pixel_x = 30 +/obj/structure/window/reinforced{ + dir = 1 }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" }, -/area/syndicate_mothership) -"yaG" = ( -/turf/space, -/turf/unsimulated/floor{ +/area/shuttle/syndicate) +"tDM" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + brightness_range = 6; dir = 8; - icon_state = "darkgreynavyblue" + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 }, -/area/centcom/specops) -"yaN" = ( -/obj/structure/curtain/open/shower/security, /turf/unsimulated/floor{ - icon_state = "wood" + dir = 8; + icon_state = "grimy" }, -/area/centcom/evac) -"yaO" = ( -/obj/mecha/combat/gygax/ert, -/obj/machinery/door/window/brigdoor{ +/area/admin) +"tEa" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"tEi" = ( +/obj/structure/window/reinforced{ dir = 1; - req_access_txt = "114" + layer = 2.8 }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkgreenfull" +/obj/structure/closet/secure_closet/reagents, +/turf/simulated/floor/plasteel{ + icon_state = "white" }, /area/centcom/specops) -"ybJ" = ( -/turf/unsimulated/floor{ - icon_state = "dark" +"tEp" = ( +/obj/effect/decal/stripes/gold/line/west, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"tEG" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" }, -/area/centcom/zone3) -"ybZ" = ( -/obj/machinery/kitchen_machine/candy_maker/upgraded, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" +/area/shuttle/syndicate) +"tFo" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" }, -/area/centcom/jail) -"yda" = ( -/obj/machinery/camera{ - c_tag = "CentComm ERT Service Room"; - network = list("CentComm") +/area/shuttle/administration) +"tFq" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"tFK" = ( +/obj/machinery/vending/wallmed{ + pixel_x = -30; + pixel_y = 30 }, -/obj/structure/table/wood, -/obj/item/grenade/clusterbuster/cleaner, -/obj/item/grenade/clusterbuster/cleaner, -/obj/item/grenade/clusterbuster/cleaner, -/obj/item/grenade/clusterbuster/cleaner, -/obj/item/grenade/clusterbuster/cleaner, -/obj/item/storage/box/lights/mixed, -/obj/item/storage/box/lights/mixed, -/turf/space, -/turf/unsimulated/floor{ - dir = 5; - icon_state = "darkpurple" +/turf/simulated/shuttle/floor{ + icon_state = "floor4" }, -/area/centcom/specops) -"ydA" = ( -/obj/structure/table/wood, -/obj/item/clothing/suit/wizrobe/marisa, -/obj/item/clothing/shoes/sandal/marisa, -/obj/item/clothing/head/wizard/marisa, -/obj/item/twohanded/staff/broom, +/area/shuttle/specops) +"tFQ" = ( +/obj/structure/table, +/obj/random/toolbox, +/obj/random/bomb_supply, +/obj/machinery/syndicatebomb/badmin/clown, /turf/unsimulated/floor{ dir = 8; - icon_state = "bcarpet02" - }, -/area/wizard_station) -"ydI" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/structure/mirror{ - pixel_y = -30 + icon_state = "wood" }, -/obj/item/storage/secure/safe{ - pixel_x = -22 +/area/admin) +"tFT" = ( +/obj/structure/flora/grass/brown, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" }, -/turf/unsimulated/floor{ - icon_state = "carpet" +/area/holodeck/source_snowfield) +"tFV" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 }, -/area/centcom/zone1) -"ydO" = ( -/obj/structure/table/wood, -/turf/unsimulated/floor{ +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"tGe" = ( +/obj/item/flag/nt, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/gamma) -"ydP" = ( +/area/centcom/specops) +"tGf" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "darkfull"; + tag = "icon-dark" }, -/area/centcom/gamma) -"ydY" = ( -/obj/machinery/camera{ - c_tag = "CentComm ERT Gamma Armory"; - network = list("CentComm") +/area/syndicate_mothership) +"tGz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "barber" }, -/turf/unsimulated/floor{ - icon_state = "dark" +/area/centcom/jail) +"tGL" = ( +/obj/structure/table/wood{ + color = "#996633" }, -/area/centcom/gamma) -"yed" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 6; - pixel_y = -27 +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tHl" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"tHu" = ( /obj/structure/extinguisher_cabinet{ - pixel_x = -6; - pixel_y = -27 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkred" - }, -/area/centcom/zone3) -"yeD" = ( -/turf/space, -/turf/unsimulated/floor{ - icon_state = "floor4" + pixel_x = 30; + pixel_y = 30 }, -/area/shuttle/gamma/space) -"yeG" = ( -/turf/unsimulated/floor{ +/turf/simulated/shuttle/floor{ icon_state = "floor4" }, -/area/shuttle/gamma/space) -"yfh" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/turf/unsimulated/floor{ - icon_state = "stage_bleft" - }, +/area/shuttle/specops) +"tHQ" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/wood, /area/centcom/jail) -"yfi" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" +"tIi" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" }, -/turf/unsimulated/floor{ - icon_state = "sepia" +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" }, -/area/ussp_ship) -"yfw" = ( -/obj/structure/chair{ - dir = 8 +/obj/effect/bump_teleporter{ + id = "Synd12"; + id_target = "Synd22" }, /turf/unsimulated/floor{ - dir = 8; - icon_state = "grimy" - }, -/area/centcom/evac) -"yfA" = ( -/turf/unsimulated/floor{ - icon_state = "carpet" - }, -/area/centcom/zone1) -"yfP" = ( -/obj/machinery/recharger/wallcharger{ - pixel_x = 32; - pixel_y = -12 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 32; - pixel_y = 8 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 32; - pixel_y = -2 + color = "gray"; + dir = 1; + icon_state = "rampbottom" }, -/turf/unsimulated/floor{ - icon_state = "floor4" +/area/syndicate_mothership) +"tIo" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/syndicate/black/red, +/obj/item/clothing/head/helmet/space/syndicate/black/red, +/obj/machinery/airlock_sensor{ + frequency = 1331; + id_tag = "synd_sensor_bottom"; + pixel_y = -32; + req_access_txt = "150" }, -/area/shuttle/gamma/space) -"yfR" = ( -/obj/structure/closet/secure_closet/guncabinet{ - anchored = 1; - name = "Weapons"; - req_access = null +/obj/machinery/door_control{ + id = "smindicate_bottom"; + name = "External Door Control"; + pixel_x = -32; + req_access_txt = "150" }, -/obj/item/gun/projectile/automatic/l6_saw, -/obj/item/gun/projectile/automatic/l6_saw, -/obj/item/gun/projectile/automatic/l6_saw, -/obj/item/gun/projectile/automatic/l6_saw, -/obj/item/gun/projectile/automatic/l6_saw, -/obj/item/gun/projectile/automatic/l6_saw, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/machinery/light/small{ - brightness_range = 10; +/turf/simulated/floor/plasteel{ dir = 4; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 - }, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/obj/item/ammo_box/magazine/mm556x45/ap, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "vault" + icon_state = "darkgrey" }, -/area/ussp_ship) -"ygd" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 4; - tag = "icon-fakewindows (EAST)" +/area/shuttle/syndicate) +"tIz" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/siberia) +"tIC" = ( +/obj/machinery/light/small{ + dir = 1 }, -/area/centcom/evac) -"ygj" = ( -/turf/unsimulated/beach/water/deep/dense, -/area/centcom/evac) -"ygs" = ( -/turf/unsimulated/floor{ - icon_state = "dark" +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"tIG" = ( +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"tJb" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" }, -/area/centcom/srtops) -"ygw" = ( -/obj/machinery/status_display/supply_display{ - pixel_x = -32 +/area/holodeck/source_basketball) +"tJc" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5"; + tag = "icon-swall_f5" }, -/turf/unsimulated/floor{ +/area/shuttle/supply) +"tJo" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/junglebush/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"tJJ" = ( +/obj/structure/rack/holorack, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/centcom/supply) -"ygF" = ( -/obj/structure/table, -/obj/item/storage/box/syringes, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/timer, -/obj/item/assembly/timer, -/obj/item/assembly/timer, -/obj/item/assembly/timer, -/obj/item/grenade/chem_grenade/large, -/obj/item/grenade/chem_grenade/large, -/obj/item/grenade/chem_grenade/large, -/obj/item/grenade/chem_grenade/large, -/turf/unsimulated/floor{ +"tKi" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ icon_state = "freezerfloor" }, -/area/syndicate_mothership) -"ygG" = ( -/obj/structure/sign/poster/contraband/communist_state{ - pixel_x = -32 - }, -/obj/machinery/light/small{ - brightness_range = 10; - dir = 8; - light_range = 10; - nightshift_light_range = 10; - throw_range = 6 +/area/centcom/jail) +"tKs" = ( +/obj/item/storage/toolbox/syndicate, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"tKA" = ( +/obj/machinery/light{ + dir = 4 }, -/turf/unsimulated/floor{ - dir = 8; - icon = 'icons/turf/floors/carpet_black.dmi'; - icon_state = "carpet" +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"tLa" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 }, -/area/ussp_ship) -"ygH" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24; - pixel_y = 5 +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"tLb" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/ammo_box/shotgun/buck, -/obj/item/ammo_box/shotgun/buck, -/obj/item/ammo_box/shotgun/buck, -/obj/item/ammo_box/shotgun/buck, -/obj/item/ammo_box/shotgun/buck, -/obj/item/storage/box/buck, -/obj/item/storage/box/buck, -/obj/item/storage/box/buck, -/obj/item/storage/box/buck, -/obj/item/storage/box/buck, -/obj/item/storage/box/buck, -/obj/item/storage/box/buck, -/turf/unsimulated/floor{ +/area/centcom/specops) +"tLF" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/tree/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"tLO" = ( +/turf/simulated/floor/plasteel{ dir = 1; - icon_state = "darkredfull" + icon_state = "darkyellowalt" }, -/area/centcom/specops) -"ygK" = ( +/area/centcom/zone3) +"tLY" = ( /obj/structure/table/wood, -/obj/machinery/recharger/wallcharger{ - pixel_x = 30 - }, -/obj/item/melee/energy/axe, +/obj/item/clothing/under/plasmaman/wizard, +/obj/item/clothing/head/helmet/space/plasmaman/wizard, +/obj/item/clothing/mask/breath, +/obj/item/tank/plasma/plasmaman/belt/full, /turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" + dir = 8; + icon_state = "bcarpet06" }, -/area/admin) -"ygV" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 6; - pixel_y = -27 +/area/wizard_station) +"tMJ" = ( +/obj/structure/shuttle/engine/heater, +/turf/unsimulated/wall{ + icon_state = "iron8" }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -6; - pixel_y = -27 +/area/syndicate_mothership/outside) +"tML" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" }, -/turf/unsimulated/floor{ +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; icon_state = "dark" }, -/area/centcom/specops) -"ygW" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, +/area/shuttle/administration) +"tMM" = ( +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"tNv" = ( /obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/item/rcd/combat, -/obj/item/rcd/combat, -/obj/item/rcd/combat, -/obj/item/rcd/combat, -/obj/item/rcd/combat, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/candle/eternal, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"tNz" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 }, -/area/centcom/supply) -"yhy" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 }, -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 4; - layer = 2.9 +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 }, -/obj/item/gun/projectile/automatic/ar, -/obj/item/gun/projectile/automatic/ar, -/obj/item/gun/projectile/automatic/ar, -/obj/item/gun/projectile/automatic/ar, -/obj/item/gun/projectile/automatic/ar, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/obj/item/ammo_box/magazine/m556, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 }, -/area/centcom/supply) -"yhA" = ( -/obj/structure/toilet{ - dir = 4; - name = "Трон старшего администратора" +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 }, -/obj/machinery/light{ - dir = 8; - switchcount = 50 +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 }, -/turf/unsimulated/floor{ - icon_state = "white" +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 }, -/area/centcom/evac) -"yhI" = ( -/obj/machinery/teleport/station, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" }, /area/centcom/specops) -"yhS" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/decloner, -/turf/unsimulated/floor{ - icon_state = "floor"; - tag = "icon-floor" +"tNL" = ( +/obj/effect/landmark{ + color = "#99ff99"; + icon_state = "x_white"; + name = "Syndicate-Infiltrator"; + tag = "Commando" }, -/area/admin) -"yis" = ( -/obj/structure/window/reinforced{ +/obj/machinery/light/small{ dir = 8 }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "darkbluecorners" - }, -/area/centcom/jail) -"yix" = ( -/obj/structure/rack, -/obj/item/clothing/under/color/red, -/obj/item/clothing/shoes/brown, -/obj/item/clothing/suit/armor/vest, -/obj/item/clothing/head/helmet/swat, -/obj/item/gun/energy/laser, -/obj/item/shield/energy, -/obj/machinery/recharger/wallcharger{ +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"tNZ" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill{ pixel_x = 3; - pixel_y = -30 + pixel_y = 11 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 }, -/area/tdome/arena) -"yiH" = ( -/turf/unsimulated/floor{ +/obj/item/book/manual/sop_service, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"tOk" = ( +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"tOo" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone3" + }, +/area/wizard_station) +"tOu" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_one_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/centcom/blops) -"yiM" = ( -/obj/structure/morgue{ +/area/centcom/zone2) +"tPj" = ( +/obj/structure/toilet{ dir = 8 }, -/turf/unsimulated/floor{ - icon_state = "dark" +/obj/machinery/light/small{ + dir = 4 }, -/area/centcom/jail) -"yjb" = ( -/obj/structure/bed, -/obj/item/bedsheet/wiz, -/obj/effect/landmark/start{ - name = "wizard" +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "bcarpet08" +/area/syndicate_mothership) +"tPt" = ( +/obj/machinery/light, +/obj/structure/chair/comfy/brown{ + color = "#3300FF"; + dir = 1 }, -/area/wizard_station) -"yje" = ( -/obj/structure/window/reinforced, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/unsimulated/floor/grass, +/turf/simulated/floor/carpet/arcade, /area/centcom/zone1) -"yjg" = ( -/turf/unsimulated/floor{ - dir = 6; - icon_state = "darkblue" - }, -/area/centcom/jail) -"yjq" = ( -/obj/machinery/door/poddoor/impassable{ - id_tag = "SST_classified_gear_room"; - name = "Classified gear" +"tPx" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "darkfull"; - tag = "icon-dark" +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light, +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 }, -/area/syndicate_mothership) -"ykd" = ( -/turf/unsimulated/floor{ - dir = 10; - icon_state = "darkred" +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/area/centcom/jail) -"yky" = ( -/obj/structure/chair/sofa/left, -/turf/unsimulated/floor{ +/area/centcom/supply) +"tPL" = ( +/obj/effect/turf_decal{ dir = 8; - icon_state = "grimy" + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"tQf" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/infteam) +"tQh" = ( +/obj/item/storage/bible, +/obj/structure/table/wood, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"tQv" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 32 + }, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/item/radio/intercom/specops{ + pixel_x = 32 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"tQA" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet5-0"; + tag = "icon-carpet5-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"tQG" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/control) +"tQQ" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet13-0"; + tag = "icon-carpet13-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"tRb" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" }, /area/centcom/zone1) -"ykF" = ( +"tRj" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/pen/multi/gold, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"tRk" = ( /obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"tRs" = ( +/obj/structure/chair/comfy/shuttle{ dir = 4 }, -/turf/unsimulated/floor{ - dir = 4; - icon_state = "darkredcorners" +/turf/simulated/shuttle/floor{ + icon_state = "floor4" }, -/area/centcom/jail) -"ylb" = ( -/turf/unsimulated/floor{ - dir = 9; - icon_state = "darkbrown" +/area/shuttle/assault_pod) +"tRX" = ( +/obj/machinery/photocopier, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 }, +/turf/simulated/floor/wood, /area/centcom/specops) -"ylm" = ( -/obj/machinery/status_display{ - pixel_x = 32 +"tRY" = ( +/obj/machinery/cryopod/right, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, -/obj/item/twohanded/required/kirbyplants, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "woodalt" +/area/centcom/jail) +"tSg" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" + }, +/area/shuttle/trade/sol) +"tSk" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" }, /area/centcom/specops) -"ylo" = ( -/turf/unsimulated/floor{ - icon_state = "wood" +"tSu" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/area/centcom/evac) -"ylZ" = ( -/turf/unsimulated/beach/sand, -/area/ninja/holding) - -(1,1,1) = {" -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -jyD -jyD -jyD -jyD -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -"} -(2,1,1) = {" -xUq -qBu -dUZ -hhh -eId -hyN -hyN -rzf -aby -bIV -bbV -xUq -jyD -jyD -jyD -jyD -xUq -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -lcX -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -wfJ -mPL -mPL -fAh -mPL -mPL -mPL -mPL -mPL -fAh -mPL -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -"} -(3,1,1) = {" -gvu -rAe -rAe -rAe -lce -lce -lce -lce -ncY -bbV -bbV -xUq -jyD -jyD -jyD -jyD -xUq -vPf -cXT -hic -hic -hic -hic -hic -hic -hic -hic -hic -hic -hic -hic -hic -tzl -vPf -lcX -mPL -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -wfJ -mPL -mPL -fAh -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -"} -(4,1,1) = {" -cEK -jQJ -rAe -pgj -ijS -lce -lce -lce -ncY -bbV -bbV -xUq -jyD -jyD -jyD -jyD -xUq -vPf -tQd -bpZ -bpZ -eeC -sEB -cvw -gLu -bym -bym -ioL -sSa -sSa -sSa -qYN -tQd -vPf -lcX -mPL -mPL -mPL -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -wfJ -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -"} -(5,1,1) = {" -cEK -vEW -rAe -luP -ijS -lce -lce -lce -aby -bbV -bbV -xUq -jyD -jyD -jyD -jyD -xUq -vPf -tQd -bpZ -iUG -bpZ -fwg -oOr -bym -bym -bym -sSa -sSa -sSa -tjT -rKb -tQd -vPf -lcX -mPL -mPL -fAh -fAh -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -fAh -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -"} -(6,1,1) = {" -tMz -vEW -rAe -tbo -ijS -lce -lce -lce -xUq -xUq -xUq -xUq -jyD -jyD -jyD -jyD -xUq -vPf -tQd -bYr -bpZ -bpZ -fwg -bym -bym -bym -bym -iCr -sSa -sSa -dSX -iFT -tQd -vPf -lcX -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -fAh -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -"} -(7,1,1) = {" -xUq -nOv -rAe -lhG -ijS -lce -lce -uRQ -xUq -cfZ -dGD -dVO -jyD -jyD -jyD -jyD -xUq -vPf -tQd -ozU -wNl -wNl -cCd -kQB -bym -bym -oLz -ozU -wNl -wNl -wNl -kds -tQd -vPf -lcX -mPL -mPL -mPL -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -wfJ -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -"} +/obj/structure/rack, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"tSS" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet9-0"; + tag = "icon-carpet9-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"tSV" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"tTj" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/elite_squad) +"tTV" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Cowboy"; + name = "Cowboy"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"tUi" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"tUP" = ( +/obj/effect/landmark{ + name = "Nuclear-Bomb" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"tVz" = ( +/turf/simulated/floor/beach/coastline, +/area/holodeck/source_beach) +"tVL" = ( +/obj/machinery/computer/card/minor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"tWd" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tWj" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/coatrack, +/obj/effect/decal/stripes/black/corner/south, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tWu" = ( +/obj/structure/chair/stool/bar, +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tWN" = ( +/obj/effect/decal/stripes/black/deadlock, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"tXE" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tXP" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor/west{ + dir = 4; + id = "QMLoad" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"tYh" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/wizard_station) +"tYp" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/elite_squad) +"tYq" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/wizrobe/magusblue, +/obj/item/clothing/head/wizard/magus, +/obj/item/twohanded/staff, +/obj/item/clothing/suit/wizrobe/magusred, +/obj/item/clothing/head/wizard/magus, +/obj/item/twohanded/staff, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet06" + }, +/area/wizard_station) +"tYY" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"tZe" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"tZj" = ( +/obj/machinery/vending/cigarette, +/obj/structure/closet/fireaxecabinet{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"tZS" = ( +/obj/structure/rack/holorack, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/implanter/mindshield, +/obj/item/implanter/mindshield, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/surgery, +/obj/item/organ/internal/cyberimp/arm/toolset, +/obj/item/organ/internal/cyberimp/arm/janitorial, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"uab" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi' + }, +/turf/simulated/floor/plating, +/area/centcom/supply) +"uam" = ( +/obj/effect/landmark{ + name = "prisonwarp" + }, +/obj/effect/landmark{ + name = "prisonwarp" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"uay" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"uaD" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"uaZ" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" + }, +/area/syndicate_mothership/cargo) +"ubx" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"ubI" = ( +/obj/structure/chair/sofa{ + dir = 5 + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"ubX" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/reagent_containers/syringe/bioterror{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/reagent_containers/syringe/capulettium_plus{ + pixel_x = -5 + }, +/obj/item/reagent_containers/syringe/gluttony{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/syringe/lethal{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/reagent_containers/syringe/pancuronium{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/reagent_containers/syringe/sarin{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/reagent_containers/glass/bottle/mutagen{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"ubY" = ( +/obj/structure/flora/tree/jungle/small, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"ucc" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"ucd" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd26"; + id_target = "Synd16" + }, +/turf/unsimulated/floor{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"ucg" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_l"; + tag = "icon-burst_l" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"ucn" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"uda" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"udh" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6"; + tag = "icon-swall_f6" + }, +/area/shuttle/trade/sol) +"udi" = ( +/obj/effect/decal/stripes/black/corner/west, +/turf/simulated/floor/carpet, +/area/centcom/court) +"udt" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"udI" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"udJ" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealt" + }, +/area/centcom/zone2) +"uea" = ( +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ueb" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/centcom/zone1) +"ueh" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"ueC" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"ueN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/centcom/zone3) +"uff" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"ufi" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowalt" + }, +/area/centcom/zone3) +"ufp" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/radio/intercom/specops{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"ufy" = ( +/obj/effect/decal/stripes/black/corner, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"ufD" = ( +/obj/structure/spacepoddoor{ + luminosity = 3 + }, +/obj/machinery/door/poddoor/multi_tile/two_tile_ver, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"ufU" = ( +/obj/item/stack/spacecash/c50, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ugm" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_basketball) +"ugH" = ( +/turf/simulated/floor/light/colour_cycle/dancefloor_a, +/area/centcom/zone1) +"ugK" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"ugQ" = ( +/obj/structure/toilet{ + dir = 8; + name = "Трон старшего администратора" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "CC_toilet_unit4"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"ugS" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock/centcom{ + name = "Bridge 1-1"; + opacity = 1; + req_access_txt = "113" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"uhm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"uho" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"uhs" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"uhu" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"uhy" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"uhK" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"uhU" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"uiq" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall13" + }, +/area/shuttle/trade/sol) +"uiz" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"uiB" = ( +/obj/machinery/syndiepad/loadpad, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"ujo" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"ujJ" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd13"; + id_target = "Synd23" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"ujT" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stack/cable_coil{ + pixel_y = 10 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/robot_parts/robot_component/armour, +/obj/item/stack/nanopaste, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"uku" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/zone3) +"ulr" = ( +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"umc" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/syndicate_mothership) +"umd" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"ums" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/vox) +"umN" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/m1911, +/turf/unsimulated/floor/wood, +/area/admin) +"una" = ( +/obj/machinery/door/airlock/shuttle/glass{ + name = "trader shuttle airlock"; + req_access_txt = "160"; + security_level = 6 + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"unl" = ( +/obj/structure/statue/sandstone/venus{ + layer = 5 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"unO" = ( +/obj/item/flag/nt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"unV" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/advtaser/cyborg, +/turf/unsimulated/floor/wood, +/area/admin) +"uoF" = ( +/obj/machinery/chem_heater, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"uoR" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"uoZ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/stripes/black/corner/east, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"upv" = ( +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"upL" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/shuttle/syndicate) +"uqg" = ( +/obj/machinery/computer, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/centcom/bridge) +"uqo" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"uqu" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/shuttle/syndicate) +"uqP" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall4" + }, +/area/shuttle/trade/sol) +"uqY" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/pen/multi/fountain{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"urb" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall15"; + tag = "icon-swall15" + }, +/area/shuttle/trade/sol) +"urq" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership/control) +"urS" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/genericbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"urT" = ( +/obj/effect/decal/stripes/gold/line/east, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"urU" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"urX" = ( +/turf/unsimulated/wall/fakeglass, +/area/wizard_station) +"usC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"usE" = ( +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"usZ" = ( +/obj/item/flag/wiz, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"uta" = ( +/obj/structure/table/wood, +/obj/effect/landmark{ + name = "Teleport-Scroll" + }, +/obj/item/radio/intercom/syndicate{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet08" + }, +/area/wizard_station) +"utn" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock"; + name = "Labor Shuttle Airlock"; + req_access_txt = "2" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/siberia) +"utL" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"uua" = ( +/obj/machinery/cryopod, +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/effect/decal/stripes/black/corner, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"uuG" = ( +/obj/structure/flora/grass/jungle/b, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"uuO" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"uuY" = ( +/obj/effect/decal/stripes/gold/line/east, +/obj/effect/decal/stripes/gold/line/west, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"uve" = ( +/obj/effect/decal/remains/human, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"uvw" = ( +/obj/effect/turf_decal/arrows/white{ + color = null; + dir = 4; + name = "ERT shuttle" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluealtstrip" + }, +/area/centcom/specops) +"uvE" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" + }, +/area/space) +"uvM" = ( +/obj/machinery/vending/hatdispenser, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"uvO" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light, +/turf/simulated/floor/grass, +/area/centcom/evac) +"uwb" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_x = -32 + }, +/obj/structure/lattice, +/turf/space, +/area/shuttle/syndicate) +"uwo" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"uwE" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"uwS" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"uwU" = ( +/obj/structure/bed, +/obj/effect/turf_decal{ + icon_state = "chasm"; + name = "chasm" + }, +/obj/item/bedsheet/red, +/obj/item/kitchen/utensil/spoon{ + layer = 4.1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"uxM" = ( +/turf/unsimulated/wall{ + icon_state = "iron13"; + tag = "icon-iron13" + }, +/area/space) +"uyg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"uzs" = ( +/obj/structure/table/glass, +/obj/effect/decal/stripes/gold/line/south, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"uzP" = ( +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"uAg" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall11"; + tag = "icon-swall11" + }, +/area/shuttle/trade/sol) +"uAi" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/book/manual/sop_service, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"uAs" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r/sc_c20r, +/turf/unsimulated/floor/wood, +/area/admin) +"uAJ" = ( +/obj/machinery/vending/cola/free, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"uAN" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uAQ" = ( +/obj/structure/closet/crate/syndicate{ + pixel_x = 4; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"uBl" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light, +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"uBN" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"uCd" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + tag = "icon-propulsion (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/transport) +"uDd" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"uDh" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/stripes/gold/corner/west, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"uDo" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + id_tag = "CC-OP2"; + name = "Access Controller OP2"; + pixel_y = 32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP2-Ext"; + tag_interior_door = "CC-OP2-Int" + }, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"uDD" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/obj/item/reagent_containers/syringe/charcoal, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/storage/box/gloves, +/obj/item/storage/box/masks{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/clothing/glasses/hud/health, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"uDQ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"uEf" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"uEG" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"uFs" = ( +/obj/structure/closet{ + icon_closed = "grey"; + icon_state = "grey"; + name = "Donksoft gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/donksoft{ + loot = list(/obj/item/gun/projectile/automatic/c20r/toy = 50, /obj/item/gun/projectile/automatic/c20r/toy = 50, /obj/item/gun/projectile/automatic/c20r/toy = 50, /obj/item/gun/projectile/automatic/l6_saw/toy = 50, /obj/item/gun/projectile/automatic/l6_saw/toy = 50, /obj/item/gun/projectile/automatic/toy/pistol = 100, /obj/item/gun/projectile/automatic/toy/pistol = 100, /obj/item/gun/projectile/automatic/toy/pistol/enforcer = 50, /obj/item/gun/projectile/automatic/toy/pistol/enforcer = 50, /obj/item/gun/projectile/shotgun/toy = 50, /obj/item/gun/projectile/shotgun/toy = 50, /obj/item/gun/projectile/shotgun/toy/crossbow = 50, /obj/item/gun/projectile/shotgun/toy/crossbow = 50, /obj/item/gun/projectile/shotgun/toy/tommygun = 50, /obj/item/gun/projectile/shotgun/toy/tommygun = 50, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 50, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 50, /obj/item/ammo_box/foambox/sniper = 50, /obj/item/ammo_box/foambox = 50, /obj/item/ammo_box/foambox = 50, /obj/item/ammo_box/foambox = 50, /obj/item/ammo_box/foambox/riot = 50, /obj/item/ammo_box/foambox/riot = 50, /obj/item/ammo_box/foambox/sniper/riot = 50, /obj/item/twohanded/toy/chainsaw = 50, /obj/item/twohanded/dualsaber/toy = 50); + lootcount = 8; + name = "2. Donksoft gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uFG" = ( +/obj/item/flag/species/machine, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"uFO" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bridge 1-2"; + opacity = 1; + req_access_txt = "113" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"uHa" = ( +/obj/mecha/combat/gygax/dark/loaded, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"uHc" = ( +/obj/machinery/light/spot{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"uHT" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"uHY" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"uId" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"uIf" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone13" + }, +/area/wizard_station) +"uJd" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluecorners" + }, +/area/adminconstruction) +"uJf" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"uJn" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkbluealtstrip" + }, +/area/centcom/zone2) +"uJF" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone12" + }, +/area/wizard_station) +"uJK" = ( +/turf/unsimulated/wall{ + icon_state = "iron14" + }, +/area/syndicate_mothership/infteam) +"uJU" = ( +/obj/structure/window/reinforced, +/obj/structure/bed, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/obj/structure/curtain/open, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uKU" = ( +/obj/structure/rack/holorack, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"uKY" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"uLg" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"uLi" = ( +/obj/structure/table/wood, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"uLr" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/zone3) +"uLs" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"uLw" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uLx" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/centcom/evac) +"uMd" = ( +/obj/structure/closet{ + icon_closed = "pink"; + icon_state = "pink"; + name = "Science gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/sci{ + loot = list(/obj/item/mmi/robotic_brain = 50, /obj/item/assembly/signaler/anomaly = 50, /obj/item/mecha_parts/mecha_equipment/weapon/energy/xray = 50, /obj/item/mecha_parts/mecha_equipment/teleporter/precise = 50, /obj/item/autoimplanter = 50, /obj/item/paper/researchnotes = 50, /obj/item/paper/researchnotes = 50, /obj/item/slimepotion/fireproof = 50, /obj/item/slimepotion/speed = 50, /obj/item/slimepotion/enhancer = 50,/obj/item/slimepotion/slime/mutator = 50, /obj/item/slimepotion/transference = 50, /obj/item/slimepotion/slime/steroid = 50, /obj/item/slimepotion/slime/stabilizer = 50, /obj/item/slimepotion/slime/docility = 50, /obj/item/slime_extract/bluespace = 50, /obj/item/slime_extract/adamantine = 50, /obj/item/slime_extract/rainbow = 50, /obj/item/slime_extract/sepia = 50, /obj/item/assembly/signaler/anomaly/vortex = 50, /obj/item/assembly/signaler/anomaly/bluespace = 50, /obj/item/assembly/signaler/anomaly/flux = 50, /obj/item/assembly/signaler/anomaly/grav = 50, /obj/item/assembly/signaler/anomaly/pyro = 50); + lootcount = 8; + name = "6. Science gear" + }, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uMl" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f1" + }, +/area/shuttle/syndicate) +"uMn" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"uMr" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"uMs" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/c20r{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/c20r, +/obj/item/gun/projectile/automatic/c20r{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/light/small, +/obj/item/storage/backpack/duffel/syndie/ammo/smg, +/obj/item/storage/backpack/duffel/syndie/ammo/smg, +/obj/item/storage/backpack/duffel/syndie/ammo/smg, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"uMu" = ( +/obj/structure/bookcase, +/obj/machinery/light/small, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"uMQ" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone9" + }, +/area/wizard_station) +"uNq" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/specops) +"uNt" = ( +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uNx" = ( +/obj/structure/table/wood, +/obj/item/twohanded/dualsaber/toy, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"uNF" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"uNI" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "L.W.A.P. Sniper Rifle" + }, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"uNZ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/infteam) +"uOf" = ( +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"uOj" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/beer/upgraded, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uOo" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/mining) +"uOp" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atm{ + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uOC" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"uOJ" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"uPb" = ( +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"uPh" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uPi" = ( +/turf/space, +/area/shuttle/trade/sol) +"uPj" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/structure/closet/crate/syndicate, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/cargo) +"uPB" = ( +/turf/unsimulated/wall{ + icon_state = "iron14" + }, +/area/syndicate_mothership/jail) +"uQg" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_medical, +/turf/simulated/floor/wood, +/area/centcom/specops) +"uQE" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/window/reinforced, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"uQK" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"uQV" = ( +/obj/structure/window/reinforced, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"uRt" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + name = "Cell Door"; + req_access_txt = "150" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"uRC" = ( +/obj/effect/turf_decal/bot, +/obj/structure/ore_box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"uRM" = ( +/obj/structure/closet/secure_closet/bar{ + req_access = null + }, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/reagent_containers/iv_bag/blood/random, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"uRU" = ( +/obj/machinery/computer/communications, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops team."; + name = "Security Station Monitor"; + network = list("SS13","Research Outpost","Mining Outpost"); + pixel_y = -30 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"uSc" = ( +/obj/structure/holohoop{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/green, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"uSv" = ( +/obj/machinery/washing_machine, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"uSA" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"uSB" = ( +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"uSD" = ( +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uSH" = ( +/obj/structure/table/wood/fancy, +/obj/effect/decal/stripes/gold/line/west, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"uSN" = ( +/obj/mecha/combat/durand/loaded{ + operation_req_access = list(1) + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/turf_decal/mech, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"uTh" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/item/radio/intercom/specops{ + pixel_y = -32 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"uTp" = ( +/obj/machinery/computer, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"uTt" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"uTC" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uTD" = ( +/obj/machinery/syndiepad/receivepad, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"uTN" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"uTW" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -32 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"uUc" = ( +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"uUk" = ( +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f3" + }, +/area/shuttle/specops) +"uUG" = ( +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = -24; + pixel_y = 8; + req_access_txt = "114"; + wires = 1 + }, +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = -24; + pixel_y = -8; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uUZ" = ( +/obj/structure/computerframe, +/obj/item/paper/synditele, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"uVd" = ( +/obj/effect/decal/stripes/black/line/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/specops) +"uVg" = ( +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"uVv" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"uVy" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"uVO" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"uWf" = ( +/obj/effect/decal/stripes/gold/line/south, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"uWv" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock{ + id_tag = "CC_toilet_unit3"; + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"uWy" = ( +/obj/structure/bed, +/obj/structure/window/reinforced, +/obj/item/bedsheet/rd, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"uWB" = ( +/obj/structure/shuttle/engine/heater, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/jail) +"uWE" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"uWJ" = ( +/obj/machinery/light/small{ + dir = 8; + tag = "icon-bulb1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"uYa" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/wood, +/area/centcom/jail) +"uYq" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc4" + }, +/area/shuttle/trade/sol) +"uYs" = ( +/obj/effect/turf_decal/number/number_3, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"uYX" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"uZe" = ( +/obj/item/bedsheet/brown, +/obj/structure/bed, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uZp" = ( +/obj/machinery/vending/toyliberationstation{ + req_access_txt = "150" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"uZt" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/mask/balaclava, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"uZA" = ( +/obj/structure/closet{ + icon_closed = "white"; + icon_state = "white"; + name = "Medical gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/med{ + loot = list(/obj/item/storage/fancy/cigarettes/cigpack_med = 50, /obj/item/stack/nanopaste = 50, /obj/item/storage/pill_bottle/random_meds/labelled = 50, /obj/item/reagent_containers/glass/bottle/reagent/omnizine = 50, /obj/item/reagent_containers/glass/bottle/reagent/strange_reagent = 50, /obj/item/scalpel/laser/manager = 50, /obj/item/organ/internal/heart/gland/ventcrawling = 50, /obj/item/organ/internal/heart/gland/heals = 50, /obj/item/dnainjector/regenerate = 50, /obj/item/dnainjector/nobreath = 50, /obj/item/dnainjector/telemut = 50, /obj/item/reagent_containers/glass/bottle/regeneration = 50, /obj/item/reagent_containers/glass/bottle/sensory_restoration = 50, /obj/item/autopsy_scanner = 50, /obj/item/organ/internal/cyberimp/eyes/hud/medical = 50, /obj/item/gun/medbeam = 50, /obj/item/reagent_containers/applicator/dual/syndi = 50, /obj/item/reagent_containers/glass/bottle/retrovirus = 50, /obj/item/reagent_containers/glass/bottle/reagent/strange_reagent = 50, /obj/item/reagent_containers/glass/bottle/tuberculosiscure = 50, /obj/item/reagent_containers/glass/bottle/gbs = 50, /obj/item/bodyanalyzer/advanced = 50); + lootcount = 8; + name = "5. Medical gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uZB" = ( +/obj/effect/decal/stripes/black/line, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/specops) +"vad" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/decal/stripes/black/deadlock/east, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"van" = ( +/obj/structure/spacepoddoor{ + dir = 4; + luminosity = 3 + }, +/obj/machinery/door/poddoor/multi_tile/three_tile_hor{ + closingLayer = 3.2; + layer = 3.02 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/elite_squad) +"vaw" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 9 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"vba" = ( +/obj/machinery/flasher_button{ + id = "soltraderflash"; + pixel_x = 24; + pixel_y = -8 + }, +/obj/machinery/door_control{ + id = "trader_privacy"; + name = "Privacy Shutters Control"; + pixel_x = 24; + req_access_txt = "160" + }, +/obj/item/flag/species/human, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vbb" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"vbx" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd25"; + id_target = "Synd15" + }, +/turf/unsimulated/floor{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"vbG" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/control) +"vbV" = ( +/turf/simulated/shuttle/wall{ + dir = 3; + icon_state = "swall1" + }, +/area/shuttle/trade/sol) +"vcj" = ( +/obj/machinery/computer/crew, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vco" = ( +/turf/unsimulated/wall{ + icon_state = "iron1" + }, +/area/syndicate_mothership/elite_squad) +"vcO" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/filingcabinet/employment, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vdf" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"vdg" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vdt" = ( +/obj/machinery/flasher{ + id = "soltraderflash"; + pixel_x = 32 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vdO" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/supply) +"vdW" = ( +/obj/machinery/icemachine, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"vdY" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"vep" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"veL" = ( +/obj/structure/shuttle/engine/large{ + dir = 4; + pixel_x = -32 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/trade/sol) +"veQ" = ( +/obj/machinery/computer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"vfr" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/infteam) +"vft" = ( +/obj/machinery/kitchen_machine/microwave/upgraded, +/obj/structure/table, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"vfD" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/centcom{ + name = "Medical Block"; + opacity = 1; + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"vfO" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"vgt" = ( +/obj/machinery/photocopier, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vgN" = ( +/obj/structure/flora/rock, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"vgP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bot" + }, +/area/adminconstruction) +"vgY" = ( +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"vhb" = ( +/obj/structure/bed, +/obj/item/bedsheet/syndie, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"vhg" = ( +/obj/machinery/vending/cola/free, +/obj/structure/closet/medical_wall{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"vhz" = ( +/obj/item/toy/plushie/blue_fox, +/turf/simulated/floor/plating, +/area/centcom/zone1) +"vhG" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "burst_r" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/specops) +"vhQ" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"vhU" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-6"; + tag = "icon-plant-6" + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"vhZ" = ( +/obj/machinery/vending/tool, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"via" = ( +/obj/machinery/door/airlock/syndicate/security{ + name = "тюрьма"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"vik" = ( +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/structure/rack, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"viw" = ( +/obj/effect/turf_decal/number/number_7, +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"viy" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"viK" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluecorners" + }, +/area/adminconstruction) +"viM" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_main"; + name = "SST Armory" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealtstrip" + }, +/area/syndicate_mothership/elite_squad) +"vjo" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/simulated/floor/mineral/abductor, +/area/centcom/zone1) +"vjq" = ( +/obj/machinery/computer/sm_monitor, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"vjK" = ( +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/obj/machinery/computer/communications, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"vjT" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"vkh" = ( +/obj/structure/table, +/obj/structure/bedsheetbin{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"vks" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"vkx" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"vkF" = ( +/obj/machinery/conveyor/west{ + id = "SFBQMLoad" + }, +/obj/machinery/syndiepad/receivepad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"vlm" = ( +/obj/machinery/door/poddoor/impassable, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"vlH" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"vlW" = ( +/obj/machinery/cryopod/right, +/obj/machinery/computer/cryopod{ + pixel_y = -32 + }, +/obj/effect/decal/stripes/black/corner/west, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"vmk" = ( +/obj/effect/decal/stripes/black/line/west, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"vml" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/shuttle/syndicate) +"vmz" = ( +/obj/structure/window/full/shuttle, +/obj/structure/grille, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "trader_privacy"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/trade/sol) +"vmD" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 6; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"vne" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"vng" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"vnh" = ( +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"vnv" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/centcom/zone3) +"vny" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/adminconstruction) +"vob" = ( +/obj/effect/decal/stripes/black/corner, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"vod" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"voi" = ( +/obj/structure/table, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/healthanalyzer/advanced, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"voT" = ( +/obj/structure/bed, +/obj/item/bedsheet/mime, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"voV" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/specops) +"voZ" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/carpet/black, +/area/shuttle/trade/sol) +"vpW" = ( +/obj/structure/chair/office/light, +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"vqb" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo6" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"vqc" = ( +/obj/structure/table/reinforced/brass, +/obj/item/hand_labeler, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vqd" = ( +/turf/simulated/floor/wood, +/area/centcom/court) +"vqi" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/machinery/door/poddoor, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"vqq" = ( +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_elite) +"vqC" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"vqX" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"vrv" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "vox_southeast_lock"; + locked = 1; + req_access_txt = "152"; + req_one_access = null + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1331; + master_tag = "vox_east_control"; + pixel_x = -30; + req_one_access_txt = "152" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"vrH" = ( +/obj/machinery/kitchen_machine/grill/upgraded, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"vrJ" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"vsD" = ( +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/structure/table/reinforced, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vsU" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/reagentgrinder{ + layer = 4; + pixel_x = -1; + pixel_y = 9 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"vtr" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/window/full/basic, +/turf/simulated/floor/grass, +/area/centcom/zone3) +"vtw" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9, +/obj/item/gun/energy/gun/blueshield/pdw9, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vtJ" = ( +/obj/item/pizzabox, +/obj/item/pizzabox, +/obj/item/kitchen/knife, +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"vtQ" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo16" + }, +/obj/effect/decal/stripes/black/corner/west, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"vui" = ( +/obj/effect/turf_decal/bot, +/obj/item/clothing/head/cone, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"vuA" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 6 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"vuL" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vvt" = ( +/obj/structure/holosign/barrier, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/centcom/specops) +"vvD" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"vvU" = ( +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_sit) +"vvX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/poddoor/impassable{ + color = "#ffdd99"; + id_tag = "SST_armory_grenades"; + name = "SST Armory Grenades" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"vvY" = ( +/obj/effect/turf_decal/caution/stand_clear, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"vwd" = ( +/obj/structure/table/reinforced, +/obj/item/syndicatedetonator, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"vwe" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"vwh" = ( +/turf/simulated/floor/plating, +/area/centcom/supply) +"vwu" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/snacks/bigbiteburger, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vwJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/shuttle/syndicate) +"vwP" = ( +/obj/machinery/gameboard, +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"vwV" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"vxf" = ( +/obj/structure/table/wood, +/obj/item/toy/sword, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"vxp" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + tag = "icon-propulsion (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"vxy" = ( +/obj/machinery/door/poddoor/shutters{ + closingLayer = 5; + density = 0; + icon_state = "open"; + id_tag = "trader_privacy"; + layer = 5; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/table/reinforced/brass, +/obj/machinery/door/window/brigdoor/southright{ + base_state = "leftsecure"; + dir = 4; + icon_state = "leftsecure"; + name = "Customs Desk"; + req_access_txt = "160" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vxF" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"vxI" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно спит на посту!"; + dir = 4; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Боба"; + obj_integrity = 9999 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"vxR" = ( +/obj/structure/closet/crate/can, +/obj/effect/decal/stripes/black/line/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vyc" = ( +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"vyy" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/toy/crossbow, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"vzG" = ( +/obj/structure/chair/stool/holostool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"vzV" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/specops) +"vAg" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/candle/eternal, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"vAm" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 2000; + master_tag = "CC-OP2"; + name = "CC-OP2-EXT"; + pixel_x = -24; + req_access_txt = "109" + }, +/obj/machinery/door/airlock/wood/glass{ + frequency = 2000; + id_tag = "CC-OP2-Ext"; + locked = 1; + name = "Zone 1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"vAw" = ( +/obj/effect/decal/stripes/black/corner/south, +/turf/simulated/floor/carpet, +/area/centcom/court) +"vAU" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/unsimulated/floor, +/area/shuttle/specops) +"vAV" = ( +/obj/effect/turf_decal/delivery/red, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vAW" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/shuttle/trade/sol) +"vBF" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc3" + }, +/area/shuttle/trade/sol) +"vBY" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/trade/sol) +"vCV" = ( +/obj/machinery/computer/syndicate_depot/syndiecomms, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"vDj" = ( +/obj/structure/mirror{ + pixel_x = -30 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"vDz" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/item/storage/box/drinkingglasses, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"vDI" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/obj/item/soap/syndie, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"vDS" = ( +/obj/machinery/cryopod/syndie{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"vEl" = ( +/obj/machinery/light, +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"vEt" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/decal/stripes/black/line/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/specops) +"vEz" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"vEJ" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"vES" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"vFV" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/effect/decal/stripes/black/corner/west, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"vGa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/ore_box, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vGj" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"vHf" = ( +/obj/machinery/light/small, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"vHp" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/shuttle/syndicate) +"vHu" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/court) +"vHB" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_big_full"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"vHU" = ( +/obj/structure/flora/junglebush/b, +/obj/structure/flora/junglebush/c, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"vHX" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "109" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"vHZ" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"vIb" = ( +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"vIj" = ( +/obj/machinery/computer/message_monitor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"vII" = ( +/obj/effect/decal/stripes/gold/corner/east, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"vIU" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/folder, +/obj/item/folder, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/folder/white, +/obj/item/folder/white, +/obj/item/folder/yellow, +/obj/item/folder/yellow, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vJj" = ( +/turf/unsimulated/floor{ + icon_state = "carpet14-10" + }, +/area/admin) +"vJu" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vJv" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"vJU" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/machinery/computer/message_monitor{ + pixel_x = -6 + }, +/obj/item/paper/monitorkey, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"vKg" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/specops) +"vKv" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"vKQ" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo14" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"vLq" = ( +/obj/machinery/door/airlock/centcom{ + aiControlDisabled = 1; + name = "Assault Pod"; + opacity = 1; + req_one_access_txt = "150" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"vLx" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"vMj" = ( +/obj/structure/table/reinforced, +/obj/machinery/processor{ + pixel_y = 10 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"vMC" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/shuttle/escape) +"vMK" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"vMQ" = ( +/obj/effect/decal/stripes/gold/line/west, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"vNi" = ( +/obj/structure/rack, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vNp" = ( +/obj/structure/flora/grass/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"vNw" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + icon_state = "door_locked"; + id_tag = "emergency_away"; + locked = 1; + name = "Arrival Airlock"; + req_access = null + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"vOg" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"vOq" = ( +/obj/machinery/atmospherics/unary/cryo_cell/upgraded, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vOu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"vOD" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/zone1) +"vOS" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"vOU" = ( +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"vPe" = ( +/obj/docking_port/stationary/transit{ + dir = 2; + dwidth = 8; + height = 15; + id = "admin_transit"; + name = "admin in transit"; + width = 18 + }, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"vPj" = ( +/obj/machinery/door_control{ + id = "smindicate_right"; + name = "External Door Control"; + pixel_x = -38; + pixel_y = -5; + req_access_txt = "150" + }, +/obj/structure/lattice, +/turf/space, +/area/shuttle/syndicate) +"vPm" = ( +/obj/structure/bookcase, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"vPx" = ( +/obj/structure/safe/floor, +/obj/item/paper{ + info = "
"; + name = "26/02/2022 - 22:54" + }, +/turf/simulated/floor/carpet, +/area/centcom/supply) +"vPy" = ( +/obj/structure/rack/holorack, +/obj/item/nullrod, +/obj/item/nullrod, +/obj/item/nullrod, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"vPL" = ( +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = null + }, +/area/syndicate_mothership/control) +"vPM" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "adminshuttleblast"; + name = "Blast Doors"; + req_access_txt = "101" + }, +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "General Access"; + opacity = 1; + req_access_txt = "101" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"vPQ" = ( +/obj/structure/flora/grass/jungle, +/turf/unsimulated/wall{ + icon_state = "rock"; + name = "rock" + }, +/area/syndicate_mothership/outside) +"vQi" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"vQN" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_old_broken4" + }, +/area/syndicate_mothership/infteam) +"vQR" = ( +/obj/machinery/computer/shuttle/syndicate{ + name = "Nuclear Operatives Shuttle Console" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"vRn" = ( +/obj/effect/decal/stripes/gold/line, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"vRw" = ( +/obj/machinery/door/airlock/syndicate/cargo/glass{ + name = "Cargo shuttle control room"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"vRS" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"vRT" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/syndicate_mothership/cargo) +"vRW" = ( +/obj/item/radio/intercom/specops{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/centcom/specops) +"vSC" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/storage/toolbox/surgery, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"vSE" = ( +/obj/machinery/door/airlock/external{ + id_tag = "ferry_away"; + name = "Ferry Airlock"; + req_access_txt = "106" + }, +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"vSX" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navyblue" + }, +/area/centcom/specops) +"vTg" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"vTu" = ( +/obj/structure/closet/crate/syndicate{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"vTz" = ( +/obj/structure/chair/comfy/red{ + dir = 1 + }, +/obj/effect/decal/stripes/gold/corner/south, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"vTB" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3"; + tag = "icon-diagonalWall3" + }, +/area/shuttle/assault_pod) +"vTC" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"vTR" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"vTU" = ( +/obj/machinery/suit_storage_unit/syndicate/secure, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/obj/machinery/light/spot, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"vUy" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"vUD" = ( +/obj/structure/closet/crate/syndicate{ + pixel_y = -2 + }, +/obj/machinery/light/spot, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"vUM" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "golden_stripes" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"vVi" = ( +/obj/machinery/computer/shuttle/trade/sol, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vVo" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 8 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"vVB" = ( +/obj/machinery/door_control{ + id = "CC_Armory_LWAP"; + name = "L.W.A.P. Sniper Rifle"; + pixel_x = 24; + pixel_y = 24; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/centcom/specops) +"vVT" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"vVV" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall14" + }, +/area/shuttle/trade/sol) +"vVZ" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"vWb" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/jail) +"vWs" = ( +/obj/machinery/vending/sustenance, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"vWG" = ( +/obj/machinery/door/airlock/shuttle/glass{ + name = "trader shuttle airlock"; + req_access_txt = "160"; + security_level = 6 + }, +/obj/machinery/door/poddoor/shutters{ + closingLayer = 5; + density = 0; + icon_state = "open"; + id_tag = "trader_privacy"; + layer = 5; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vWN" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy/pistol/enforcer, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"vXo" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"vYj" = ( +/obj/machinery/vending/cola/free, +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"vYp" = ( +/obj/structure/flora/tree/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"vYs" = ( +/obj/machinery/kitchen_machine/candy_maker/upgraded, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"vYC" = ( +/obj/machinery/computer/camera_advanced, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vYJ" = ( +/obj/structure/window/reinforced, +/obj/structure/shuttle/engine/heater{ + dir = 1; + tag = "icon-heater (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"vYQ" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"vYW" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/bridge) +"vZf" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"vZg" = ( +/obj/effect/landmark{ + name = "Marauder Exit" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating/airless, +/area/centcom/specops) +"vZm" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6"; + tag = "icon-swall_f6" + }, +/area/shuttle/supply) +"vZY" = ( +/obj/docking_port/mobile{ + dwidth = 8; + height = 22; + id = "syndicate"; + name = "syndicate infiltrator"; + roundstart_move = "syndicate_away"; + width = 18 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"waw" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"waI" = ( +/obj/effect/turf_decal{ + dir = 5; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"waR" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"waY" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"waZ" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/belt/fannypack/black, +/obj/item/storage/belt/fannypack/black, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"wbd" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10"; + tag = "icon-swall_f10" + }, +/area/shuttle/supply) +"wbe" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"wbC" = ( +/obj/structure/window/reinforced, +/obj/structure/shuttle/engine/heater{ + dir = 1; + tag = "icon-heater (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"wcy" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen/fancy, +/obj/structure/window/plasmareinforced{ + color = "#d70000"; + dir = 4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"wcz" = ( +/obj/structure/dresser, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"wcK" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate{ + pixel_y = 7 + }, +/obj/item/storage/toolbox/syndicate, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"wcM" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"wde" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkbluealt" + }, +/area/centcom/zone2) +"wdi" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership/control) +"wdr" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall7"; + tag = "icon-swall7" + }, +/area/shuttle/supply) +"wds" = ( +/obj/machinery/door/airlock/centcom{ + aiControlDisabled = 1; + name = "Assault Pod"; + opacity = 1; + req_one_access_txt = "150" + }, +/obj/docking_port/mobile/assault_pod, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"wdH" = ( +/obj/machinery/cryopod/right, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/stripes/black/deadlock/west, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"wdV" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops team."; + name = "Spec Ops Monitor"; + network = list("ERT"); + pixel_y = 30 + }, +/obj/machinery/computer/shuttle/ert, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"wej" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle{ + icon_state = "window4" + }, +/turf/simulated/floor/plating, +/area/shuttle/siberia) +"weC" = ( +/obj/structure/mirror{ + pixel_y = 30 + }, +/obj/structure/sink{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/specops) +"weE" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"weF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/infteam) +"weN" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership/jail) +"weR" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/kitchen/knife/butcher, +/obj/item/kitchen/knife/butcher/meatcleaver, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"wfh" = ( +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Shuttle"; + network = list("ERT","CentComm") + }, +/obj/machinery/recharge_station/ert, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"wfy" = ( +/obj/effect/decal/stripes/gold/corner/south, +/turf/simulated/floor/carpet/arcade, +/area/centcom/specops) +"wfA" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wfL" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"wfM" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate" + }, +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"wgj" = ( +/obj/structure/table/reinforced/brass, +/obj/item/paper_bin, +/obj/item/pen/fancy, +/obj/item/pen/fancy, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"wgu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"wgN" = ( +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f1" + }, +/area/shuttle/specops) +"wgZ" = ( +/obj/structure/toilet, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/infteam) +"whv" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/trade/sol) +"whU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"wiM" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock"; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_elite"; + name = "Side Hull Door"; + opacity = 0; + req_access_txt = "150" + }, +/obj/docking_port/mobile{ + dir = 4; + dwidth = 3; + height = 5; + id = "sst"; + name = "SST shuttle"; + roundstart_move = "sst_away"; + width = 11 + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"wje" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"wkk" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"wkA" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10" + }, +/area/shuttle/trade/sol) +"wkN" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien19" + }, +/area/abductor_ship) +"wkR" = ( +/obj/effect/decal/stripes/gold/line/south, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"wkU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"wlI" = ( +/obj/effect/decal/stripes/gold/corner, +/obj/machinery/vending/chinese/free, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"wlW" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/centcom/specops) +"wlY" = ( +/obj/structure/table/wood, +/obj/item/gun/throw/piecannon, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/admin) +"wlZ" = ( +/obj/structure/flora/grass/jungle/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"wmx" = ( +/obj/structure/table/wood/fancy, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern"; + pixel_x = 4; + pixel_y = 6 + }, +/turf/simulated/floor/wood, +/area/syndicate_mothership/control) +"wmA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"wmP" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/pen/multi/gold, +/turf/simulated/floor/wood, +/area/centcom/specops) +"wny" = ( +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"woV" = ( +/obj/effect/decal/stripes/black/line, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"wpv" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi' + }, +/turf/simulated/floor/plating, +/area/centcom/zone1) +"wpx" = ( +/obj/machinery/recharge_station/upgraded, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"wpJ" = ( +/obj/docking_port/stationary/transit{ + dwidth = 1; + height = 4; + id = "pod1_transit"; + name = "pod 1 in transit"; + width = 3 + }, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"wqc" = ( +/obj/structure/chair/stool/bar, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"wqo" = ( +/obj/machinery/sleeper/syndie, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"wqG" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"wqP" = ( +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"wqQ" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership/outside) +"wrd" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"wrf" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/wormhole_projector, +/turf/unsimulated/floor/wood, +/area/admin) +"wrh" = ( +/obj/machinery/vending/cola/free, +/obj/effect/decal/stripes/black/line/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wrs" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/trophy/gold_cup, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"wrv" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"wrB" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"wrT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"wsa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood{ + broken = 1; + icon_state = "wood-broken" + }, +/area/syndicate_mothership) +"wsJ" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/machinery/computer/camera_advanced/shuttle_docker/ert, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"wsP" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock{ + id_tag = "CC_toilet_unit2"; + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"wsY" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + id_tag = "CC-OP4"; + name = "Access Controller OP4"; + pixel_x = -32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP4-Ext"; + tag_interior_door = "CC-OP4-Int" + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"wte" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/unsimulated/floor/asteroid; + name = "asteroid baseturf editor" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"wtj" = ( +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/clothing/head/cone, +/obj/item/clothing/head/cone, +/obj/item/clothing/head/cone, +/obj/item/clothing/head/cone, +/obj/item/clothing/head/cone, +/obj/structure/rack, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"wtF" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"wtL" = ( +/obj/structure/rack/holorack, +/obj/item/gun/rocketlauncher, +/obj/item/gun/rocketlauncher, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"wua" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"wuk" = ( +/obj/machinery/computer/card, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"wuL" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "109" + }, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 2; + height = 11; + id = "specops"; + name = "ert shuttle"; + roundstart_move = "specops_away"; + width = 5 + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/plating, +/area/shuttle/specops) +"wvg" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/jail) +"wvo" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"wvS" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/outside) +"wvV" = ( +/obj/effect/decal/stripes/gold/line/west, +/obj/effect/decal/stripes/gold/line/east, +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"wwr" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"wwv" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"wwA" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"wwE" = ( +/obj/machinery/computer/camera_advanced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wwK" = ( +/obj/effect/decal/stripes/black/corner/east, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/centcom/specops) +"wxh" = ( +/obj/structure/filingcabinet/employment, +/obj/item/radio/intercom/specops{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"wxt" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/zone2) +"wxC" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/taj, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"wxO" = ( +/obj/machinery/computer/library, +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"wxT" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"wyk" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"wyt" = ( +/obj/machinery/light/small, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"wyB" = ( +/obj/machinery/camera{ + c_tag = "Centaral Command Supreme Court"; + dir = 1; + network = list("SS13","CentComm"); + pixel_x = 12; + pixel_y = -6 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"wyU" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"wzu" = ( +/obj/structure/table/wood/fancy, +/obj/effect/decal/stripes/gold/line/east, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"wzN" = ( +/obj/structure/curtain/open/shower/security, +/obj/effect/decal/stripes/gold/deadlock/west, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"wzP" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo6" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"wAq" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"wAs" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/bridge) +"wAz" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/snacks/validsalad, +/obj/item/kitchen/utensil/spoon, +/turf/simulated/floor/wood, +/area/centcom/specops) +"wAE" = ( +/obj/machinery/computer/secure_data, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/centcom/bridge) +"wAL" = ( +/obj/machinery/door/airlock/centcom{ + name = "Gamma Armory"; + opacity = 1; + req_access_txt = "114" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wAV" = ( +/obj/mecha/combat/durand/loaded, +/obj/effect/turf_decal/mech, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"wBc" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" + }, +/area/syndicate_mothership/jail) +"wBn" = ( +/obj/structure/spacepoddoor{ + dir = 4; + luminosity = 3 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/infteam) +"wBr" = ( +/obj/machinery/computer/communications, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"wBD" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/obj/machinery/status_display{ + pixel_y = -30 + }, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"wDf" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"wDM" = ( +/obj/machinery/vending/chinese/free, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"wDT" = ( +/turf/unsimulated/floor{ + icon_state = "carpet7-3" + }, +/area/adminconstruction) +"wEo" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"wEy" = ( +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f4" + }, +/area/shuttle/syndicate) +"wEK" = ( +/obj/structure/table, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/brute, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"wEL" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/retro/old, +/turf/unsimulated/floor/wood, +/area/admin) +"wFk" = ( +/obj/effect/decal/stripes/gold/corner/east, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"wFC" = ( +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"wFE" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock"; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_sit_1"; + name = "Side Hull Door"; + opacity = 0; + req_access_txt = "150" + }, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 7; + height = 5; + id = "sit"; + name = "SIT shuttle"; + roundstart_move = "sit_away"; + width = 11 + }, +/obj/structure/fans/tiny, +/obj/machinery/door_control{ + id = "syndicate_sit_1"; + name = "Blast Doors"; + pixel_y = -23; + req_access_txt = "150" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"wFJ" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership/jail) +"wGf" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"wGs" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_elite) +"wGt" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/zone1) +"wGM" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plating, +/area/centcom/evac) +"wHb" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership) +"wIz" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser/awaymission_aeg, +/obj/item/gun/energy/laser/cyborg, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/practice/sc_laser, +/obj/item/gun/energy/laser/scatter, +/obj/item/gun/energy/laser/tag, +/turf/unsimulated/floor/wood, +/area/admin) +"wIA" = ( +/obj/machinery/chem_dispenser, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"wIG" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"wJo" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "X-ray laser"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"wJv" = ( +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_elite) +"wJy" = ( +/obj/machinery/door/window/brigdoor{ + color = "#d70000"; + dir = 1; + icon_state = "rightsecure"; + name = "Riot Control" + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"wKb" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (EAST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"wKh" = ( +/obj/machinery/light/spot, +/turf/simulated/floor/carpet/black, +/area/shuttle/trade/sol) +"wKM" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"wLf" = ( +/obj/item/flag/species/human, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"wLL" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP2-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"wLM" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/evac) +"wLP" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -30 + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_main"; + name = "SST Armory" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealtstrip" + }, +/area/syndicate_mothership/elite_squad) +"wNa" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"wNj" = ( +/obj/structure/mirror{ + pixel_x = 30 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"wNz" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall2"; + tag = "icon-swall2" + }, +/area/shuttle/trade/sol) +"wNS" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/syndicate_sit) +"wOf" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"wPq" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy/pistol/riot, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"wPz" = ( +/obj/machinery/door/poddoor/shutters{ + closingLayer = 5; + density = 0; + icon_state = "open"; + id_tag = "trader_privacy"; + layer = 5; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/table/reinforced/brass, +/obj/machinery/door/window/brigdoor/southright{ + dir = 4; + name = "Customs Desk"; + req_access_txt = "160" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"wPJ" = ( +/obj/machinery/door/airlock/syndicate/command{ + name = "Teleporter"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"wPV" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal, +/obj/item/clothing/glasses/welding, +/obj/item/weldingtool, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"wQg" = ( +/obj/effect/decal/stripes/gold/line/east, +/obj/machinery/vending/syndisnack, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"wQz" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"wQK" = ( +/obj/structure/closet/secure_closet/personal, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"wQP" = ( +/obj/mecha/combat/gygax/ert, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wRr" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/siberia) +"wRu" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navybluealtstrip" + }, +/area/centcom/specops) +"wRK" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"wRR" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/warmdonkpocket, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"wRT" = ( +/turf/space, +/area/shuttle/vox) +"wRV" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6" + }, +/area/shuttle/mining) +"wSt" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" + }, +/area/syndicate_mothership/jail) +"wSE" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/chair/comfy/lime{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/court) +"wSU" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/table, +/obj/item/aicard, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"wTc" = ( +/turf/unsimulated/wall{ + icon_state = "iron1" + }, +/area/syndicate_mothership) +"wTD" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/scalpel, +/obj/item/stack/cable_coil, +/obj/item/storage/firstaid/regular, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"wTS" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/syndicate_mothership/jail) +"wUa" = ( +/obj/effect/decal/stripes/gold/line/east, +/obj/machinery/vending/autodrobe{ + req_access_txt = "150" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"wUj" = ( +/obj/machinery/door/airlock/syndicate/security{ + name = "Погрузка"; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + layer = 2.71; + name = "Shuttle Dock Door" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wUF" = ( +/turf/simulated/floor/wood, +/area/centcom/zone1) +"wUL" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"wUU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluealtstrip" + }, +/area/centcom/zone2) +"wUZ" = ( +/obj/structure/table, +/obj/item/card/id/silver{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/card/id/captains_spare, +/obj/item/card/id/lifetime{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/door/window/southleft{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8; + name = "security checkpoint" + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"wVn" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = 10 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/condiment/enzyme, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"wVX" = ( +/turf/unsimulated/wall{ + icon_state = "iron13"; + tag = "icon-iron13" + }, +/area/syndicate_mothership/infteam) +"wWe" = ( +/obj/machinery/computer/shuttle/syndicate/drop_pod, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/assault_pod) +"wWh" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wWp" = ( +/obj/structure/chair/office/light, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"wWF" = ( +/obj/effect/decal/stripes/gold/deadlock/west, +/turf/simulated/floor/fakespace, +/area/centcom/bridge) +"wWR" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access_txt = "101" + }, +/obj/effect/decal/stripes/black/line/south, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"wXg" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/outside) +"wXY" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"wXZ" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/energy/sword/saber/red, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"wYx" = ( +/obj/structure/table/glass, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"wZa" = ( +/turf/unsimulated/wall{ + icon_state = "iron7" + }, +/area/syndicate_mothership) +"wZi" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "Holding Cell"; + opacity = 1; + req_access_txt = "104" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"wZx" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/shuttle/syndicate) +"wZz" = ( +/obj/structure/window/reinforced, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"wZC" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l"; + tag = "icon-propulsion_l (EAST)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/administration) +"wZH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"wZL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/poddoor/impassable{ + color = "#99ff99"; + id_tag = "SST_armory_basic"; + name = "SST Armory Basic Weapons" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"xac" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"xap" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/box/white/corners, +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/wood, +/area/centcom/jail) +"xas" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/soysauce, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"xaw" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd22"; + id_target = "Synd12" + }, +/turf/unsimulated/floor{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"xaO" = ( +/obj/effect/overlay/coconut, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"xaU" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/chair/comfy/red, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"xbq" = ( +/obj/machinery/door/airlock/syndicate/command{ + name = "Bridge"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"xbw" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo8" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"xbE" = ( +/obj/effect/turf_decal/number/number_2, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"xbI" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"xck" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"xcu" = ( +/obj/structure/rack/holorack, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/syndie_kit/chameleon, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/clothing/shoes/chameleon/noslip{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/shoes/chameleon/noslip{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/shoes/chameleon/noslip, +/obj/item/clothing/shoes/chameleon/noslip, +/obj/item/clothing/shoes/chameleon/noslip{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/shoes/chameleon/noslip{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"xcV" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/centcom/zone3) +"xde" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l"; + tag = "icon-propulsion_l (EAST)" + }, +/obj/structure/lattice, +/turf/simulated/shuttle/plating, +/area/shuttle/administration) +"xdH" = ( +/obj/structure/table/wood, +/obj/item/gun/energy, +/obj/item/gun/energy/captain, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun/cyborg, +/obj/item/gun/energy/nuclear, +/turf/unsimulated/floor/wood, +/area/admin) +"xdQ" = ( +/obj/effect/decal/cleanable/confetti{ + pixel_y = 25 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"xdW" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"xea" = ( +/obj/structure/bed, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/bedsheet/centcom, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"xeC" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/wine{ + pixel_x = -5; + pixel_y = 6 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"xeR" = ( +/obj/machinery/door/airlock/centcom{ + name = "Emergency Response Team"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xfs" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"xfD" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/effect/decal/stripes/gold/deadlock/south, +/turf/simulated/floor/carpet/black, +/area/centcom/zone3) +"xfI" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"xfK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealt" + }, +/area/syndicate_mothership/elite_squad) +"xfL" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet10-8"; + tag = "icon-carpet10-8 (EAST)" + }, +/area/holodeck/source_theatre) +"xgc" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"xgh" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"xgm" = ( +/obj/effect/decal/stripes/gold/line/west, +/obj/effect/decal/stripes/gold/line/east, +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"xgr" = ( +/obj/structure/lattice, +/turf/space, +/area/shuttle/administration) +"xgt" = ( +/obj/structure/closet/crate/can, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/specops) +"xhc" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/outside) +"xhl" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/elite_squad) +"xhn" = ( +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/wood, +/area/centcom/specops) +"xhN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/centcom/supply) +"xhU" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"xin" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"xiz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"xiC" = ( +/obj/machinery/syndiepad/admin/receivepad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"xiL" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"xiN" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/mining) +"xjo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/poddoor/impassable{ + color = "#ffdd99"; + id_tag = "SST_armory_mech_gygax"; + name = "SST Armory Mech DarkGygax" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"xjr" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/automatic/dual_tube, +/turf/unsimulated/floor/wood, +/area/admin) +"xjH" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"xjJ" = ( +/obj/effect/decal/stripes/gold/line/east, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"xjM" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"xjT" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"xjV" = ( +/obj/machinery/door/airlock/syndicate/security{ + id_tag = "syndicate_jail_airlock_internal"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"xjW" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1331; + id_tag = "synd_pump_right" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"xjZ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"xkB" = ( +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/door/airlock/centcom{ + name = "Artillery Control"; + opacity = 1; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xld" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall8"; + tag = "icon-swall12" + }, +/area/shuttle/administration) +"xlm" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/assault_pod) +"xlE" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"xlI" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall8"; + tag = "icon-swall12" + }, +/area/shuttle/trade/sol) +"xlV" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/syndicate_mothership/control) +"xmb" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"xmr" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"xmI" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/zone3) +"xna" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/tree/jungle/small, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"xnf" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"xnh" = ( +/obj/item/flag/nt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xnG" = ( +/obj/structure/window/full/shuttle, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/mining) +"xoy" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/admin) +"xoG" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall15"; + tag = "icon-swall15" + }, +/area/shuttle/supply) +"xoH" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"xoN" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10"; + tag = "icon-swall_f10" + }, +/area/shuttle/mining) +"xoT" = ( +/obj/effect/turf_decal{ + dir = 5; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"xoU" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle{ + dir = 10; + icon_state = "9" + }, +/turf/simulated/floor/plating, +/area/shuttle/siberia) +"xpg" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5"; + tag = "icon-swall_f5" + }, +/area/shuttle/trade/sol) +"xpp" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/supply) +"xpt" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/structure/flora/tree/jungle/small, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"xpy" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"xpF" = ( +/obj/machinery/pdapainter, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"xpJ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/optable, +/obj/item/organ/internal/brain, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"xpQ" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/gold/glass{ + frequency = 2000; + id_tag = "CC-OP4-Ext"; + locked = 1; + name = "Zone 3" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"xpW" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "CentCom SOO" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/specops) +"xqp" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/decal/stripes/black/corner, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"xqF" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"xqM" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/obj/effect/decal/stripes/black/line/south, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"xqV" = ( +/obj/effect/decal/stripes/gold/dot/east, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"xqZ" = ( +/obj/machinery/computer/drone_control, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"xrs" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-32"; + tag = "icon-plant-32" + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"xss" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction/enchanted, +/turf/unsimulated/floor/wood, +/area/admin) +"xsY" = ( +/obj/item/flag/nt, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"xte" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/recharger, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"xth" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"xty" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo19" + }, +/obj/effect/decal/stripes/black{ + icon_state = "bs_corner_SE" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"xtI" = ( +/mob/living/simple_animal/pig, +/turf/simulated/floor/grass, +/area/centcom/evac) +"xub" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood-broken6"; + tag = "icon-wood-broken6" + }, +/area/centcom/supply) +"xuc" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/vox, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"xuq" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/centcom/evac) +"xur" = ( +/obj/machinery/computer/shuttle/vox, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"xuz" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc1" + }, +/area/shuttle/trade/sol) +"xvr" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f4" + }, +/area/shuttle/syndicate) +"xvW" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall-1" + }, +/area/space) +"xwc" = ( +/obj/structure/filingcabinet/medical, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"xwg" = ( +/obj/structure/closet{ + icon_closed = "black"; + icon_state = "black"; + name = "Mineral's" + }, +/obj/effect/spawner/lootdrop/trade_sol/minerals{ + loot = list(/obj/item/stack/sheet/mineral/silver = 50, /obj/item/stack/sheet/mineral/silver {amount = 10} = 50, /obj/item/stack/sheet/mineral/silver {amount = 30} = 50, /obj/item/stack/sheet/mineral/gold = 50, /obj/item/stack/sheet/mineral/gold {amount = 10} = 50, /obj/item/stack/sheet/mineral/gold {amount = 30} = 50, /obj/item/stack/sheet/mineral/uranium = 50, /obj/item/stack/sheet/mineral/uranium {amount = 10} = 50, /obj/item/stack/sheet/mineral/uranium {amount = 30} = 50, /obj/item/stack/sheet/mineral/diamond = 50, /obj/item/stack/sheet/mineral/diamond {amount = 10} = 50, /obj/item/stack/sheet/mineral/diamond {amount = 30} = 50, /obj/item/stack/sheet/mineral/titanium = 50, /obj/item/stack/sheet/mineral/titanium {amount = 10} = 50, /obj/item/stack/sheet/mineral/titanium {amount = 30} = 50, /obj/item/stack/sheet/plasteel = 50, /obj/item/stack/sheet/plasteel {amount = 10} = 50, /obj/item/stack/sheet/plasteel {amount = 30} = 50, /obj/item/stack/sheet/titaniumglass = 50, /obj/item/stack/sheet/titaniumglass {amount = 10} = 50, /obj/item/stack/sheet/titaniumglass {amount = 30} = 50, /obj/item/stack/sheet/mineral/tranquillite = 50, /obj/item/stack/sheet/mineral/tranquillite {amount = 10} = 50, /obj/item/stack/sheet/mineral/tranquillite {amount = 30} = 50, /obj/item/stack/sheet/mineral/bananium = 50, /obj/item/stack/sheet/mineral/bananium {amount = 10} = 50, /obj/item/stack/sheet/mineral/bananium {amount = 30} = 50, /obj/item/stack/sheet/wood = 50, /obj/item/stack/sheet/wood {amount = 10} = 50, /obj/item/stack/sheet/wood {amount = 30} = 50, /obj/item/stack/sheet/plastic = 50, /obj/item/stack/sheet/plastic {amount = 10} = 50, /obj/item/stack/sheet/plastic {amount = 30} = 50, /obj/item/stack/sheet/mineral/sandstone = 50, /obj/item/stack/sheet/mineral/sandstone {amount = 10} = 50, /obj/item/stack/sheet/mineral/sandstone {amount = 30} = 50); + lootcount = 15; + name = "9. Minerals" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"xwm" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"xwr" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "CentCom SOO" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"xws" = ( +/obj/structure/filingcabinet/employment, +/obj/structure/sign/poster/secret/yug0{ + pixel_x = 32 + }, +/obj/effect/decal/stripes/black/line/east, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"xwF" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/syndicate_elite) +"xxx" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/decal/stripes/gold/corner/west, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"xxK" = ( +/obj/machinery/door/airlock/shuttle/glass{ + id_tag = "s_docking_airlock" + }, +/obj/machinery/door/poddoor/shutters{ + closingLayer = 5; + density = 0; + icon_state = "open"; + id_tag = "trader_privacy"; + layer = 5; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"xxS" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"xxU" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"xyq" = ( +/obj/effect/decal/stripes/gold/line/west, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"xyH" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/mining) +"xzd" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"xzw" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/shaker{ + pixel_x = 7 + }, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/infteam) +"xzH" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"xzY" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/syndicate_elite) +"xAk" = ( +/obj/effect/decal/stripes/black/corner/east, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"xAs" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"xAD" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"xAZ" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkredalt" + }, +/area/centcom/jail) +"xBl" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"xBV" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership/elite_squad) +"xCi" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/effect/decal/stripes/gold/corner, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"xCr" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"xCu" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd16"; + id_target = "Synd26" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"xCB" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/specops) +"xCF" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s6" + }, +/area/shuttle/administration) +"xCI" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership/jail) +"xCM" = ( +/obj/effect/turf_decal/delivery/red, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"xCN" = ( +/obj/machinery/icemachine, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"xCU" = ( +/obj/effect/decal/stripes/gold/line/east, +/obj/effect/decal/stripes/gold/line/west, +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"xDl" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1; + tag = "icon-heater (WEST)" + }, +/obj/structure/window/plasmareinforced{ + color = "#FF0000" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/administration) +"xDn" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"xDq" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"xDw" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/obj/structure/curtain/black{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/infteam) +"xDx" = ( +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"xEq" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" + }, +/area/shuttle/mining) +"xEI" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign4"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"xEV" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"xEX" = ( +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"xFb" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"xFi" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/wood, +/area/syndicate_mothership) +"xFx" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + alpha = 75; + color = "black"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"xFR" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"xFY" = ( +/obj/item/bedsheet/rd/royal_cape, +/obj/structure/bed, +/obj/structure/curtain/open/shower/centcom, +/obj/structure/sign/poster/official/ue_no{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/centcom/specops) +"xFZ" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/decal/stripes/gold/line/south, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"xGb" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"xGj" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 1; + height = 4; + id = "pod2_away"; + name = "recovery ship bay 2"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"xGn" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "golden_stripes" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"xGH" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkbluealt" + }, +/area/centcom/zone2) +"xGO" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"xHc" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_random, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/storage/fancy/cigarettes/cigpack_shadyjims, +/obj/item/storage/fancy/cigarettes/cigpack_uplift, +/obj/item/storage/fancy/cigarettes/dromedaryco, +/obj/item/storage/fancy/cigarettes/cigpack_carp, +/obj/item/toy/figure/bartender, +/obj/item/storage/box/matches, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"xHl" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"xHu" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/shuttle/supply) +"xHv" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"xHy" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"xHz" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership) +"xHL" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/obj/machinery/recharge_station/upgraded, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"xIm" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecornersalt" + }, +/area/centcom/zone2) +"xIM" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/item/paper_bin/syndicate{ + pixel_y = 7 + }, +/obj/item/pen/multi/gold, +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"xJo" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/clown, +/obj/item/gun/energy/disabler, +/obj/item/gun/energy/disabler/cyborg, +/obj/item/gun/energy/mimicgun, +/turf/unsimulated/floor/wood, +/area/admin) +"xJZ" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/centcom/supply) +"xKc" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"xKm" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/supply) +"xKz" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"xKI" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/structure/holohoop{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/red/partial, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"xKM" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "CC_toilet_unit3"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"xKR" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"xLc" = ( +/obj/docking_port/mobile{ + dheight = 1; + dir = 8; + dwidth = 7; + height = 18; + id = "trade_sol"; + name = "sol trade shuttle"; + roundstart_move = "trade_sol_base"; + width = 15 + }, +/obj/machinery/door/airlock/shuttle/glass{ + id_tag = "s_docking_airlock" + }, +/obj/machinery/door/poddoor/shutters{ + closingLayer = 5; + density = 0; + icon_state = "open"; + id_tag = "trader_privacy"; + layer = 5; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"xLf" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"xMe" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"xMx" = ( +/obj/machinery/computer/shuttle/mining, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"xMz" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/bookbinder, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"xMC" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" + }, +/obj/structure/window/reinforced, +/obj/effect/decal/stripes/black/corner/west, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"xMH" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"xML" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"xMY" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"xNh" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_l"; + tag = "icon-propulsion_l" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/vox) +"xNl" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"xNs" = ( +/obj/effect/turf_decal/mech, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/admin) +"xNx" = ( +/obj/structure/closet/secure_closet/freezer/kitchen{ + req_access = null + }, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"xNZ" = ( +/obj/structure/bed, +/obj/item/bedsheet/qm, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"xOe" = ( +/obj/effect/decal/stripes/gold/corner, +/turf/simulated/floor/carpet/arcade, +/area/centcom/specops) +"xOn" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" + }, +/area/syndicate_mothership/control) +"xOL" = ( +/obj/machinery/chem_heater, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"xOX" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + frequency = 1331; + id_tag = "synd_pump_right" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"xPb" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"xPf" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access_txt = "101" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"xPt" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/transport) +"xPB" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/zone1) +"xPF" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/watertank, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/evac) +"xPS" = ( +/obj/structure/table/glass, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"xPV" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"xPZ" = ( +/obj/structure/closet{ + icon_closed = "green"; + icon_state = "green"; + name = "Service gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/serv{ + loot = list(/obj/item/storage/box/beakers/bluespace = 50, /obj/item/storage/box/monkeycubes = 50, /obj/item/storage/box/monkeycubes = 50, /obj/item/storage/box/stockparts/deluxe = 50, /obj/item/storage/box/rndboards = 50, /obj/item/reagent_containers/spray/cleaner = 50, /obj/item/soap = 50, /obj/item/clothing/under/syndicate/combat = 50, /obj/item/soap/syndie = 50, /obj/item/lighter/zippo/gonzofist = 50, /obj/item/clothing/under/psyjump = 50, /obj/item/immortality_talisman = 50, /obj/item/t_scanner/adv_mining_scanner = 50, /obj/item/storage/box/bartender_rare_ingredients_kit = 50, /obj/item/storage/box/chef_rare_ingredients_kit = 50, /obj/item/grenade/clusterbuster/cleaner = 50, /obj/item/mining_voucher = 50, /obj/item/gun/energy/kinetic_accelerator/experimental = 50, /obj/item/borg/upgrade/modkit/aoe/turfs/andmobs = 50, /obj/item/seeds/random/labelled = 50, /obj/item/seeds/random/labelled = 50, /obj/item/seeds/random/labelled = 50, /obj/item/grenade/clusterbuster/honk = 50, /obj/item/bikehorn/golden = 50); + lootcount = 8; + name = "7. Service gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"xQp" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"xQr" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"xQz" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xQW" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"xRb" = ( +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"xRh" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"xRj" = ( +/obj/effect/decal/stripes/gold/deadlock/west, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"xRz" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"xRM" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"xRO" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo4" + }, +/obj/effect/decal/stripes/black/corner, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"xSg" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xSs" = ( +/obj/structure/closet{ + icon_closed = "yellow"; + icon_state = "yellow"; + name = "Engineering gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/eng{ + loot = list(/obj/item/pickaxe/drill/jackhammer = 50, /obj/item/storage/belt/utility/chief/full = 50, /obj/item/clothing/glasses/welding = 50, /obj/item/storage/belt/utility/full/multitool = 50, /obj/item/clothing/shoes/magboots = 50, /obj/item/rcd/combat = 50, /obj/item/rpd/bluespace = 50, /obj/item/tank/emergency_oxygen/double/full = 50, /obj/item/storage/backpack/holding = 50, /obj/item/clothing/glasses/meson/night = 50, /obj/item/clothing/glasses/material = 50, /obj/item/grenade/clusterbuster/metalfoam = 50, /obj/item/crowbar/power = 50, /obj/item/screwdriver/power = 50, /obj/item/t_scanner/extended_range = 50, /obj/item/borg/upgrade/abductor_engi = 50); + lootcount = 8; + name = "8. Eng. gear" + }, +/obj/machinery/light/spot, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"xSv" = ( +/obj/structure/curtain/open/shower/security, +/obj/effect/decal/stripes/gold/corner, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"xTc" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"xTf" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/captain/scattershot, +/turf/unsimulated/floor/wood, +/area/admin) +"xTi" = ( +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" + }, +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"xTl" = ( +/obj/machinery/airlock_sensor{ + frequency = 1331; + id_tag = "vox_west_sensor"; + pixel_x = 25; + req_access_txt = "152" + }, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"xTn" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers/bluespace, +/obj/item/reagent_scanner/adv, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"xTH" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid{ + dir = 8; + icon_state = "asteroidwarning"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"xTS" = ( +/turf/simulated/floor/fakespace, +/area/centcom/evac) +"xUV" = ( +/obj/effect/turf_decal/number/number_9, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"xVi" = ( +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/folder/red{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/folder/white{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/folder/yellow{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/decal/stripes/gold/corner, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"xVn" = ( +/turf/unsimulated/floor/wood, +/area/admin) +"xVp" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/unsimulated/floor/asteroid; + name = "asteroid baseturf editor" + }, +/obj/structure/flora/grass/jungle/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"xVv" = ( +/turf/simulated/floor/carpet/black, +/area/shuttle/trade/sol) +"xWW" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (EAST)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"xXq" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/zone3) +"xYo" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/simulated/floor/mineral/abductor, +/area/centcom/zone1) +"xYE" = ( +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (NORTH)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"xYF" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + use_power = 0 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"xZc" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/vox) +"xZn" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"xZp" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"xZt" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/stripes/black/corner/south, +/turf/simulated/floor/carpet, +/area/centcom/court) +"yac" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/decal/stripes/gold/line/east, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"yag" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/pspork, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"yao" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/circular_saw, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"yas" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/elite_squad) +"yaB" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/centcom/evac) +"yaC" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"ybf" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/syndicate) +"ybl" = ( +/obj/structure/AIcore, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ybq" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"ybO" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"ycb" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"yce" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"ycf" = ( +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ycx" = ( +/obj/structure/sink{ + dir = 1 + }, +/obj/structure/mirror{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"ycD" = ( +/obj/structure/reagent_dispensers/spacecleanertank{ + pixel_y = 30 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -4 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 4 + }, +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"ycL" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"ycO" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_wildlife) +"ycX" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/l6_saw/toy, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"yds" = ( +/turf/space/transit, +/area/space) +"ydz" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/evac) +"ydH" = ( +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"yef" = ( +/obj/structure/rack, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/binary_communication_device, +/obj/item/robot_parts/robot_component/binary_communication_device, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/obj/item/robot_parts/robot_component/radio, +/obj/item/robot_parts/robot_component/radio, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"yeh" = ( +/obj/structure/rack/holorack, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"yeo" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership/control) +"yet" = ( +/obj/machinery/atm{ + pixel_x = 32 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"yeE" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" + }, +/area/syndicate_mothership/control) +"yeF" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"yeH" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/shuttle/syndicate) +"yff" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s9" + }, +/area/shuttle/escape) +"yfm" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-window5_mid" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"yfz" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 75; + color = "black"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"yfV" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"ygA" = ( +/obj/machinery/airlock_sensor{ + frequency = 1331; + id_tag = "vox_east_sensor"; + pixel_x = -25; + req_access_txt = "152" + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"ygH" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"ygN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"ygT" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"yhe" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/vox) +"yhg" = ( +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + name = "Shuttle Dock Door" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"yhm" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"yhA" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/spot, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"yhH" = ( +/obj/machinery/light/small, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"yib" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10"; + tag = "icon-swall_f10" + }, +/area/shuttle/siberia) +"yiB" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc4" + }, +/area/shuttle/administration) +"yiF" = ( +/obj/structure/grille, +/obj/structure/shuttle/window, +/turf/simulated/shuttle/plating, +/area/shuttle/transport) +"yiV" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (EAST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"yjx" = ( +/obj/structure/spacepoddoor{ + luminosity = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"yjA" = ( +/turf/simulated/floor/holofloor{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"yjD" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" + }, +/area/syndicate_mothership/jail) +"yjF" = ( +/obj/effect/landmark/costume/random, +/obj/structure/rack/holorack, +/turf/simulated/floor/holofloor{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"yjH" = ( +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"yjL" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 5; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"ykl" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/administration) +"ykF" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"ykQ" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc2" + }, +/area/shuttle/trade/sol) +"ykS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"ylp" = ( +/turf/simulated/shuttle/plating, +/area/shuttle/trade/sol) +"yls" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"yly" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = -4; + tag = "icon-shower (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"ylC" = ( +/obj/structure/rack, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/rglass{ + amount = 50; + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"ylW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredcornersalt" + }, +/area/centcom/jail) +"ymc" = ( +/obj/machinery/door/poddoor/multi_tile/three_tile_ver, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) + +(1,1,1) = {" +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +"} +(2,1,1) = {" +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +rRS +rRS +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +"} +(3,1,1) = {" +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +tMM +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +oLN +oLN +wlZ +vNp +wlZ +tMM +tMM +aLs +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +tMM +wlZ +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +wlZ +ppn +tMM +tMM +tMM +wlZ +tMM +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +"} +(4,1,1) = {" +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +tMM +wlZ +vNp +tMM +wlZ +tMM +tMM +wlZ +vNp +vNp +wlZ +ppn +tMM +vNp +vNp +vNp +rud +bYH +vNp +tMM +wlZ +tMM +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +tMM +ppn +tMM +tMM +vNp +tMM +tMM +vNp +ppn +tMM +tMM +hpC +qZP +qZP +cGJ +tMM +tMM +vNp +wlZ +tMM +tMM +tMM +tMM +atZ +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +vNp +tMM +vNp +tMM +vNp +tMM +tMM +vNp +tMM +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +"} +(5,1,1) = {" +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +vNp +vNp +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +wlZ +tMM +vNp +tMM +tMM +tMM +vYp +tMM +vNp +eKu +wlZ +tMM +vYp +tMM +tMM +bYH +wlZ +ePD +tMM +vNp +wlZ +tMM +vNp +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vNp +tMM +tMM +vYp +tMM +tMM +tMM +efe +eFr +qLv +rGk +rGk +eFr +iGa +iGa +iGa +qLv +gxO +qDA +eFr +iGa +uaZ +btH +tMM +tMM +tMM +vNp +tMM +tMM +tMM +lgj +vNp +tMM +vYp +tMM +tMM +tMM +vNp +tMM +vNp +tMM +wlZ +wlZ +wlZ +wlZ +tMM +tMM +tMM +vYp +tMM +tMM +tMM +tMM +vNp +tMM +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +"} +(6,1,1) = {" +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +tMM +vNp +tMM +vNp +tMM +tMM +tMM +uuG +tMM +tMM +tMM +tMM +gDO +kFo +iOP +iOP +iOP +iOP +iOP +jEW +gDO +tMM +tMM +tMM +tMM +ppn +tMM +vNp +tMM +eZc +wlZ +tMM +tMM +tMM +tMM +bYH +tMM +vNp +tMM +wlZ +wlZ +tMM +tMM +tMM +tMM +tMM +tMM +tMM +efe +eFr +iGa +iGa +iGa +qLv +mjy +lZf +jiA +jiA +mjy +jRt +tCr +dSI +wOf +jiA +jiA +itv +sBR +hRW +eQU +tMM +oWH +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vYp +ePD +tMM +vNp +tMM +tMM +wlZ +wlZ +tMM +tMM +vEJ +vNp +tMM +tMM +tMM +tMM +tMM +tMM +bYH +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vPQ +oLN +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +"} +(7,1,1) = {" +oLN +oLN +oLN +oLN +oLN +oLN +oLN +tMM +bYH +wlZ +tMM +aLs +tMM +wlZ +vNp +tMM +kfD +iOP +jEW +lCS +lZU +rUm +xpF +gkS +lsC +sTQ +rdo +rUm +lkt +nFe +kFo +iOP +qnc +tMM +tMM +wlZ +tMM +nGs +vNp +tMM +vNp +vNp +tMM +tMM +tMM +vNp +tMM +tMM +tMM +efe +gOn +kFI +pcz +sOU +iGa +iGa +qLv +dGJ +kZH +dGJ +dGJ +aRC +dSI +jRt +ggy +xZp +dSI +jRt +qbk +dSI +jRt +xZp +dxv +dSI +sBR +hRW +fKb +tMM +tMM +tMM +tMM +tMM +vNp +tMM +tMM +vNp +tMM +tMM +vEJ +wlZ +vEJ +tMM +tMM +tMM +vYp +tMM +tMM +tMM +tMM +tMM +tMM +vNp +vNp +tMM +tMM +tMM +vNp +tMM +hDk +tMM +wlZ +bYH +guS +guS +vYp +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +oOt +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ahb +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +"} (8,1,1) = {" -xUq -qZe -ltv -pRX -ijS -lce -cTT -tqR -xUq -cCA -dGD -eqF -jyD -jyD -jyD -jyD -xUq -vPf -tQd -iUp -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -gNF -tQd -vPf -lcX -mPL -fAh -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +oLN +oLN +oLN +tMM +tMM +lgj +tMM +tMM +tMM +wlZ +tMM +tMM +tMM +sZk +mNz +iIm +gdp +ygH +gdp +gdp +gdp +gdp +gdp +gdp +gdp +ygH +gdp +iIm +nfi +sZk +tMM +vNp +tMM +tMM +tMM +tMM +vNp +tMM +guS +tMM +tMM +vYp +wlZ +vNp +tMM +tMM +ttE +jjc +jjc +jjc +hRW +qGs +ssp +gdu +cJK +dGJ +dGJ +dGJ +aRC +dSI +jRt +xZp +xZp +dSI +jRt +qbk +dSI +jRt +xZp +xZp +dSI +sBR +hRW +fKb +tMM +oWH +tMM +tMM +tMM +tMM +tMM +tMM +tLF +tMM +tMM +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +wlZ +tMM +tMM +vYp +qSm +vNp +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (9,1,1) = {" -xUq -eJQ -lce -lce -lce -lce -lce -lce -aQX -cTS -cTS -xUq -jyD -jyD -jyD -jyD -xUq -vPf -tQd -pZZ -bym -bym -oor -bym -bym -bym -vLj -lZH -bym -bym -bym -cId -tQd -vPf -lcX -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -wfJ -mPL -fAh -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +oLN +oLN +tMM +tMM +vNp +vNp +ppn +tMM +tMM +tMM +vNp +tMM +tMM +hvm +jvg +gdp +vII +xyq +gux +swh +pbD +ejg +omZ +dlw +vII +xyq +gux +gdp +nPw +hvm +tMM +tMM +tMM +tMM +eZc +tMM +ppn +tMM +tMM +tMM +tMM +tMM +tMM +vNp +tMM +tMM +oah +gOn +kFI +pcz +hRW +iFo +vkF +mSF +dGJ +qEP +dGJ +dGJ +aRC +dSI +wNa +psd +psd +htI +jRt +qbk +dSI +pys +psd +psd +sIY +sBR +hRW +tMJ +tMM +tMM +tMM +tMM +ppn +tMM +tMM +tMM +vEJ +tMM +urS +aLs +tMM +tMM +tMM +vNp +tMM +tMM +tMM +vYp +vNp +tMM +tMM +guS +tMM +tMM +tMM +vEJ +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vYp +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (10,1,1) = {" -xUq -eMu -lce -lce -lce -lce -lce -uRQ -xUq -dEh -cTS -xUq -jyD -jyD -jyD -jyD -xUq -vPf -tZi -esE -fas -kIg -kIg -kIg -kIg -iOb -rWk -tzl -kQB -bym -bym -mqX -tQd -vPf -lcX -mPL -mPL -wfJ -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +oLN +oLN +tMM +tMM +fxZ +tMM +vYp +tMM +kfD +iOP +jEW +aVK +tsR +jDp +uwE +gdp +vRn +xKc +nNC +spK +kVa +gAf +byI +qDd +vRn +xKc +nNC +gdp +iJR +aVK +tsR +jDp +kFo +iOP +qnc +tMM +wlZ +tMM +vNp +vNp +tMM +tMM +tMM +tMM +vYp +ppn +tMM +tMM +tMM +tMM +hRW +qGs +vkF +fsz +iGa +iGa +dfT +dfT +qLv +uHc +qvt +qbk +qbk +iJJ +eFr +iGa +iGa +iGa +iGa +iGa +iGa +iGa +vRT +qLv +gOn +mwO +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +tMM +tMM +vYp +nGs +tMM +tMM +nGs +vYp +tMM +tMM +tMM +vYp +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (11,1,1) = {" -xUq -rbO -lce -lce -lce -lce -cTT -tqR -xUq -xUq -xUq -xUq -jyD -jyD -jyD -jyD -xUq -vPf -tQd -wGW -jmq -hfF -mXM -evr -dyC -oUI -iUp -oGz -bym -bym -bym -jvy -tQd -vPf -lcX -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -aND -jEz -jEz -vaX -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +oLN +tMM +tMM +tMM +wlZ +vNp +tMM +tMM +sZk +mds +pAC +cmb +sUw +cmb +uSv +gdp +vRn +xKc +nNC +ihF +dnW +nMb +bmQ +fVo +vRn +xKc +nNC +gdp +uvM +cmb +sUw +cmb +pAC +lYt +sZk +tMM +wlZ +tMM +tMM +wlZ +tMM +vEJ +wlZ +vNp +tMM +tMM +tMM +efe +bsj +bpj +hRW +qGs +vkF +hRW +qbk +qbk +fsz +dup +cMk +htI +lZf +jiA +jiA +mjy +jRt +aMQ +dSI +jRt +sWi +sWi +sWi +sWi +sWi +sBR +sBR +jUp +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +guS +vNp +tMM +tMM +tMM +tMM +tMM +tMM +eKu +eKu +tMM +tMM +tMM +tMM +tMM +ezl +tMM +tMM +vNp +vNp +vNp +tMM +tMM +dJB +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (12,1,1) = {" -xUq -tpf -uRQ -lce -lce -lce -lce -uRQ -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xUq -vPf -tQd -hUH -jmq -hfF -fhS -fzc -dyC -oUI -iUp -tZi -esE -vuP -owB -rWk -xwb -vPf -lcX -mPL -mPL -mPL -wfJ -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -dhe -eFT -wKJ -pwO -wYg -njL -duM -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +oLN +tMM +tMM +tMM +tMM +tMM +tMM +tMM +hvm +kMm +mvt +lkt +tsR +lZU +uZp +gdp +vRn +xKc +nNC +jVT +moC +sic +nsl +xty +vRn +xKc +nNC +gdp +agF +lkt +tsR +lZU +mvt +quE +hvm +tMM +tMM +nGs +vYp +vNp +tMM +aLs +vNp +tMM +tMM +tMM +efe +ajq +ofQ +ofQ +bcT +sqX +eFr +vRT +iGa +dfT +dup +cMk +htI +qbk +jRt +xZp +ggy +dSI +jRt +qbk +dSI +wNa +psd +psd +psd +psd +psd +psd +psd +mSF +btH +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vNp +tMM +tMM +wlZ +tMM +tMM +tMM +vYp +vEJ +qSm +tMM +vNp +tMM +vNp +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +bYH +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +sPf +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (13,1,1) = {" -xUq -ylZ -ylZ -ylZ -ylZ -tNO -xHr -hfR -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xUq -vPf -tQd -hUH -jmq -hfF -hfz -tNi -dyC -oUI -iUp -tQd -rrE -wak -wak -hTY -tQd -vPf -lcX -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -rrf -njL -njL -rrf -njL -njL -uRn -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -hSw -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -xjW -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +oLN +tMM +tMM +tMM +wlZ +vYp +bYH +tMM +gDO +mMs +pBt +rWR +gdp +gdp +gdp +gdp +vRn +xKc +bUd +xyq +xyq +xyq +xyq +xyq +qsK +xKc +nNC +gdp +gdp +gdp +gdp +aMI +wFk +mMs +gDO +tMM +tMM +tMM +tMM +tMM +tMM +vNp +vNp +tMM +tMM +efe +ajq +qDn +qbk +qbk +vRw +qbk +cMj +psd +wrv +bcT +cMk +htI +qbk +qbk +jRt +ggy +xZp +dSI +jRt +qbk +dSI +lZf +jiA +jiA +jiA +jiA +jiA +jiA +mjy +hRW +eUE +tMM +oWH +tMM +tMM +tMM +tMM +vYp +tMM +vYp +tMM +tMM +tMM +vYp +tMM +tMM +tMM +tMM +vNp +vEJ +nGs +aLs +eZc +bYH +tMM +tMM +tMM +vYp +tMM +tMM +vYp +tMM +tMM +tMM +vEJ +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (14,1,1) = {" -xUq -hql -ylZ -ylZ -ylZ -ylZ -mUD -fTl -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xUq -vPf -tQd -hon -jmq -hfF -oid -ldu -dyC -oUI -iUp -tQd -ydA -wwh -wwh -hQw -tQd -vPf -lcX -mPL -mPL -mPL -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -dhe -eFT -wKJ -dhe -njL -njL -uRn -mPL -mPL -mPL -mPL -mPL -mPL -uKO -mpC -mpC -wKJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +tMM +tMM +vNp +tMM +vNp +fxZ +tMM +dBc +tnr +pJf +rWR +gdp +qzb +gdp +gdp +wlI +wQg +hJf +kxO +xjJ +xjJ +xjJ +qpD +wUa +hhw +oBY +gdp +gdp +qzb +gdp +aMI +usE +adT +dBc +tMM +wlZ +vNp +tMM +tMM +eKu +tMM +tMM +wlZ +tMM +czG +fMI +qbk +qbk +uAQ +mSF +jvw +qbk +xiC +jRt +lfa +dSI +cMk +psd +wrv +wNa +psd +psd +htI +jRt +qbk +dSI +jRt +fJS +jgJ +bAO +tpz +lky +kTk +dSI +hRW +kpC +tMM +tMM +tMM +tMM +tMM +vEJ +wlZ +tMM +vNp +tMM +tMM +vNp +vEJ +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +qSm +tMM +tMM +tMM +tMM +tMM +tMM +ePD +tMM +had +tMM +tMM +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (15,1,1) = {" -xUq -ylZ -ylZ -jGo -ylZ -ylZ -mUD -fTl -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xUq -vPf -tZi -esE -jxb -nyO -nyO -nyO -nyO -rKW -rWk -xwb -fku -wwh -wwh -yjb -tQd -vPf -lcX -mPL -mPL -fAh -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -qkb -rrf -njL -njL -rrf -njL -njL -uRn -mPL -mPL -mPL -wfJ -fAh -fAh -uRn -njL -njL -rrf -jEV -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -fAh -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +bYH +tMM +vYp +tMM +tMM +tMM +dEQ +iHO +lyR +ncB +myt +lCS +tsR +jDp +iIV +gdp +aVK +tsR +tsR +jDp +dgv +gdp +hIJ +aVK +tsR +tsR +jDp +gdp +xDx +aVK +tsR +nFe +dto +ncB +dKx +hoW +hoW +hoW +hoW +idb +vNp +vEJ +tMM +ppn +tMM +qcO +iDL +nAZ +qbk +vUD +hRW +qOH +qbk +qbk +jRt +qbk +dSI +dSI +qYi +qGs +qbk +rQz +qbk +mjM +eFr +iGa +qLv +lVB +fJS +jgJ +bAO +tpz +lky +kTk +cSp +fsz +qLv +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +qSm +vYp +tMM +tMM +tMM +wlZ +tMM +tMM +vNp +wlZ +tMM +vEJ +tMM +ePD +vNp +wlZ +tMM +tMM +tMM +tMM +tLF +vNp +tMM +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ewF +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (16,1,1) = {" -jKJ -ylZ -ohL -ylZ -nql -ylZ -mUD -fTl -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xUq -vPf -tQd -jcn -iUp -hon -iUp -xZQ -lfc -iUp -jcn -tQd -vLF -rNj -qzK -dJV -tQd -vPf -lcX -mPL -mPL -mPL -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -dhe -eFT -wKJ -dhe -wYg -njL -uRn -mPL -fAh -wfJ -mPL -mPL -wfJ -uRn -njL -njL -rrf -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +vNp +tMM +tMM +tMM +tMM +dEQ +qHD +uOJ +lyR +ncB +pJf +scZ +tFV +cmb +gdp +gdp +cmb +sUw +sUw +cmb +gdp +gdp +gdp +cmb +sUw +sUw +cmb +gdp +gdp +cmb +hMs +vGj +usE +vQN +dKx +hhb +hhb +hhb +iHM +keR +tMM +wlZ +vNp +tMM +tMM +lwv +rKa +qbk +qbk +gMD +bcT +vTu +qbk +sET +jRt +qbk +dSI +ppO +jiA +vks +lZf +jiA +jiA +mjy +jRt +aMQ +dSI +jRt +fJS +jgJ +bAO +tpz +lky +kTk +dSI +hRW +eUE +tMM +oWH +tMM +tMM +tMM +tMM +tMM +tMM +vNp +tMM +wlZ +tMM +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +tMM +vYp +vHU +tMM +tMM +tMM +tMM +afJ +qSm +wlZ +vNp +tMM +vNp +vEJ +tMM +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (17,1,1) = {" -xUq -lxW -ylZ -gsF -ylZ -ylZ -kch -mSW -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xUq -vPf -eJM -hic -hic -hic -hic -hic -hic -hic -hic -vup -hic -hic -hic -hic -dxF -vPf -lcX -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -duM -njL -njL -uRn -mPL -mPL -mPL -rXa -mPL -mPL -uRn -eRL -rJn -uRn -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -fAh -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +bgE +wlZ +tMM +dEQ +qHD +gBu +tMM +gDO +tnr +pJf +sse +uhK +dBc +vfr +vfr +uJK +tsR +tsR +lZU +vfr +vfr +vfr +lkt +tsR +tsR +wVX +vfr +vfr +dBc +nub +xeC +usE +adT +gDO +tMM +tMM +tMM +jce +keR +tMM +bYH +tMM +tMM +tMM +oah +pWi +sAQ +qbk +qbk +vRw +qbk +ljc +jiA +vks +mSF +ppO +mjy +qbk +qbk +jRt +xZp +xZp +dSI +jRt +qbk +dSI +wNa +psd +psd +psd +psd +psd +psd +htI +hRW +kpC +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +nGs +tMM +vNp +tMM +tMM +tMM +tMM +tMM +vNp +tMM +tMM +qSm +tMM +qpt +tMM +tMM +tMM +tMM +tMM +ePD +tMM +vNp +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (18,1,1) = {" -xUq -mhm -ylZ -hql -ylZ -ylZ -mUD -qcM -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xUq -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -vPf -lcX -mPL -mPL -mPL -fAh -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -wfJ -uRn -njL -njL -uRn -mPL -mPL -wfJ -mPL -mPL -mPL -uRn -njL -njL -uRn -mPL -fAh -mPL -wfJ -mPL -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -wfJ -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -pXS -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +tMM +tMM +dEQ +qHD +gBu +tMM +tMM +dBc +ncB +pMv +mMs +mMs +rbh +mMs +mMs +dBc +wwA +qYr +vxI +xth +xth +xth +muX +qYr +wwA +dBc +jJG +mMs +jxa +mMs +mMs +xqV +ncB +dBc +tMM +tMM +tMM +jce +keR +tMM +tMM +tMM +tMM +tMM +tMM +oah +pWi +dGX +dGX +mSF +hIl +eFr +dfT +iGa +vRT +uaZ +ppO +mjy +qbk +jRt +xZp +ggy +dSI +jRt +qbk +dSI +lZf +jiA +jiA +jiA +jiA +jiA +jiA +jiA +bcT +aVj +tMM +tMM +tMM +tMM +tMM +had +tMM +tMM +tMM +tMM +vNp +tMM +tMM +ila +tMM +tMM +vEJ +tMM +tMM +vEJ +tMM +tMM +tMM +tMM +qpt +tMM +tMM +tMM +tMM +tMM +tMM +lgj +aLs +tMM +vNp +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (19,1,1) = {" -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -lcX -fAh -mPL -mPL -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -pgB -njL -njL -uRn -mPL -wfJ -mPL -mPL -lto -mPL -uRn -njL -njL -uRn -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -hSw -wfJ -mPL -oTy -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -ahI -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +tMM +dEQ +qHD +gBu +tMM +tMM +tMM +uNZ +diP +tsX +ncB +hnR +ncB +ncB +ncB +uNZ +fBO +xth +xth +xth +xth +xth +xth +xth +ajW +uNZ +ncB +ncB +ncB +ncB +ncB +kVM +fEe +uNZ +tMM +tMM +tMM +jce +keR +tMM +wlZ +tMM +vNp +tMM +tMM +tMM +oah +sHU +fou +hRW +qGs +fgC +hRW +qbk +qbk +fsz +uaZ +ppO +mjy +wNa +psd +psd +htI +jRt +qbk +dSI +jRt +sWi +sWi +sWi +sWi +sWi +sBR +sBR +jdA +tMM +tMM +tMM +tMM +tMM +tMM +tMM +gNM +tMM +tMM +had +tMM +tMM +tMM +tMM +bYH +tMM +guS +tMM +tMM +tMM +qpt +vYp +tMM +tMM +tMM +tMM +tMM +tMM +vYp +vNp +vYp +tMM +tMM +ezl +bYH +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (20,1,1) = {" -bOR -eJo -eJo -eJo -eJo -eJo -eJo -eJo -eJo -eJo -eJo -ksJ -eJo -eJo -eJo -eJo -eJo -eJo -eJo -eJo -eJo -eJo -fuj -xUq -eJo -eJo -eJo -eJo -xUq -fFH -fFH -fFH -fFH -xUq -lcX -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -dhe -eFT -wKJ -dhe -wYg -njL -pgB -mPL -mPL -fAh -mPL -mPL -fAh -pgB -njL -njL -pgB -mPL -mPL -mPL -mPL -mPL -mPL -mPL -fAh -fAh -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +tMM +jce +keR +tMM +tMM +vNp +tMM +sZk +diP +mvd +ncB +oTy +ncB +ncB +ncB +sZk +fBO +xth +vnh +vnh +vnh +vnh +vnh +xth +ajW +sZk +ncB +ncB +ncB +ncB +ncB +ncB +fEe +sZk +tMM +ppn +tMM +jce +iJn +idb +vNp +tMM +tMM +tMM +ppn +tMM +tMM +tMM +tMM +hRW +qGs +fgC +fsz +iGa +iGa +vRT +vRT +qLv +uHc +kAg +qbk +qbk +mqA +eFr +iGa +iGa +iGa +iGa +iGa +iGa +iGa +dfT +qLv +gOn +lRb +tMM +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +tMM +tMM +tMM +uLs +tMM +bYH +tMM +vYp +vNp +tMM +tMM +tMM +tMM +vNp +qSm +lgj +vYp +tMM +wlZ +tMM +vEJ +vEJ +tMM +tMM +tMM +tMM +wlZ +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (21,1,1) = {" -vNb -kYO -xRp -xRp -xRp -aZR -tBx -ryo -ryo -ryo -eCs -cHZ -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tWz -vNb -fzD -uYh -uYh -mfp -qdY -wJA -uYh -uYh -uYh -tWz -lcX -mPL -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -rrf -njL -njL -rrf -njL -njL -wIx -eFT -mpC -mpC -mpC -wKJ -hdH -vaX -ioe -ioe -hdH -jEz -jEz -jEz -veL -jEz -jEz -jEz -vaX -tlf -mPL -mPL -cVV -cVV -cVV -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +tMM +jce +keR +tMM +tMM +tMM +tMM +hvm +diP +lmY +ncB +hnR +ncB +ncB +ncB +hvm +fBO +xth +xth +vnh +vnh +vnh +xth +xth +ajW +hvm +ncB +ncB +ncB +ncB +jNW +ncB +fEe +hvm +tMM +tMM +tMM +gkU +iHM +iJn +idb +vNp +vNp +tMM +tMM +efe +gOn +kFI +pcz +hRW +iFo +fgC +bcT +hAB +riz +gMj +gMj +uPj +dSI +lZf +jiA +jiA +mjy +jRt +neG +dSI +wOf +jiA +jiA +itv +sBR +hRW +eQU +tMM +oWH +tMM +tMM +ppn +tMM +tMM +tMM +tMM +vNp +vYp +vEJ +tMM +qpt +tMM +tMM +tMM +tMM +tMM +vEJ +tMM +tMM +tMM +wlZ +vEJ +tMM +tMM +tMM +tMM +tMM +vNp +vEJ +tMM +vYp +nGs +tMM +tMM +vNp +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (22,1,1) = {" -vNb -jWb -gDq -gDq -gDq -xJG -xPP -gDq -gDq -gDq -uVh -cHZ -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tWz -vNb -fAR -uYh -uYh -mpW -qdY -wMc -sWK -sWK -dRR -tWz -lcX -mPL -mPL -mPL -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -dhe -eFT -wKJ -dhe -njL -njL -jga -uPA -uPA -xAa -xAa -xAa -lES -dil -tcz -tcz -ltZ -qwb -xAa -uky -rkr -vHd -fjf -njL -rrf -mPL -mPL -mPL -ilE -ilE -ilE -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +tMM +jce +keR +tMM +tMM +tMM +tMM +gDO +ncB +jnc +ncB +ncB +ncB +jnc +ncB +gDO +con +xth +xth +xth +wte +xth +xth +xth +hkO +gDO +aEx +ncB +jnc +eaJ +eaJ +eaJ +adT +gDO +tMM +tMM +tMM +tMM +gkU +iHM +iJn +idb +wlZ +tMM +tMM +ttE +jjc +jjc +jjc +hRW +qGs +fgC +pMn +gMj +gMj +gMj +gMj +uPj +dSI +jRt +xZp +xZp +dSI +jRt +qbk +dSI +jRt +xZp +dxv +dSI +sBR +hRW +fKb +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +vEJ +tMM +tMM +vNp +tMM +tMM +vNp +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +vEJ +tMM +tMM +tMM +wlZ +tMM +vNp +tMM +tMM +tMM +gnU +tMM +vNp +vNp +tMM +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (23,1,1) = {" -vNb -jWb -gDq -gDq -gDq -xJG -xPP -gDq -gDq -gDq -uVh -cHZ -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tWz -vNb -lEF -wgm -uYh -uYh -qdY -uYh -sWK -sWK -sWK -tWz -lcX -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -rrf -njL -njL -rrf -njL -njL -jga -vGw -xAa -xAa -wcf -wcf -wcf -wcf -tcz -tcz -lov -qJM -xAa -gms -rkr -tZG -njL -njL -wIx -cCw -mPL -mPL -eZg -ilE -ilE -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -xNP -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -rLL -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +tMM +jce +keR +vNp +tMM +ppn +tMM +lkt +tsR +nFe +suc +suc +suc +lCS +tsR +wVX +fBO +xth +xth +xth +vnh +xth +xth +xth +ajW +uJK +nFe +kpm +gDO +xzw +mzQ +cjv +tBm +dBc +tMM +tMM +wlZ +tMM +tMM +gkU +iHM +iJn +idb +wlZ +tMM +oah +gOn +kFI +pcz +awB +iGa +iGa +qLv +azE +luN +gMj +gMj +uPj +dSI +jRt +ggy +xZp +dSI +jRt +qbk +dSI +jRt +xZp +xZp +dSI +sBR +hRW +fKb +tMM +oWH +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vNp +vNp +tMM +tMM +tMM +tMM +tMM +had +vNp +vNp +tMM +tMM +vNp +vNp +tMM +tMM +guS +tMM +tMM +tMM +tMM +tMM +tMM +vEJ +tMM +tMM +vYp +tMM +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (24,1,1) = {" -vNb -jWb -gDq -gDq -gDq -xJG -xPP -gDq -gDq -gDq -uVh -cHZ -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tWz -vNb -fMQ -uYh -uYh -mpW -qdY -wSE -sWK -sWK -dRR -tWz -lcX -mPL -mPL -mPL -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -dhe -eFT -wKJ -dhe -wYg -njL -jga -hTW -xAa -wcf -kia -kia -kia -lrE -tcz -tcz -lov -abo -qLM -aND -sEj -vaX -rrf -hdH -iMk -mPL -mPL -mPL -ghW -ghW -ghW -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +tMM +jce +keR +tMM +tMM +vNp +tMM +uNZ +nnb +tNL +gdp +gdp +gdp +tNL +vDS +cmb +fBO +xth +qYr +lRP +xth +lRP +qYr +xth +ajW +cmb +pVB +mth +cmb +spJ +dIn +spJ +aGl +uNZ +tMM +tMM +tMM +tMM +gnU +tMM +gkU +iHM +iJn +idb +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +oah +eFr +iGa +iGa +iGa +qLv +htI +wNa +psd +psd +htI +jRt +qbk +dSI +pys +psd +psd +sIY +sBR +hRW +tMJ +tMM +tMM +tMM +tMM +tMM +vYp +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +tMM +tLF +tMM +tMM +tMM +tMM +qpt +tMM +tMM +tMM +nGs +had +tMM +tMM +tMM +vNp +tMM +tMM +tMM +vEJ +vEJ +tMM +tMM +tMM +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (25,1,1) = {" -vNb -dYH -ppb -ppb -ppb -ijg -oZc -wfy -wfy -wfy -qKG -cHZ -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tWz -vNb -fTE -uYh -uYh -mfp -qdY -xfx -uYh -uYh -uYh -tWz -lcX -mPL -mPL -fAh -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -wfJ -duM -njL -njL -jga -mly -xAa -wcf -kia -kia -kia -mwG -tcz -tcz -lov -pBo -knf -rkr -aMD -fjf -njL -paH -pwO -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jEO -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +tMM +jce +keR +tMM +tMM +tMM +tMM +sZk +nnb +pYo +gdp +gdp +gdp +pYo +vDS +uJK +tsR +tsR +gWX +nFe +pPG +lCS +gWX +tsR +tsR +wVX +tlY +mth +cmb +bgc +spJ +dIn +dpE +sZk +tMM +tMM +tMM +vNp +bYH +vNp +wlZ +gkU +iHM +iJn +idb +vNp +tMM +wlZ +wlZ +vNp +tMM +tMM +tMM +vNp +tMM +tMM +tMM +oah +eFr +qLv +rGk +rGk +eFr +iGa +iGa +iGa +qLv +gxO +qDA +eFr +iGa +dup +aVj +tMM +tMM +tMM +tMM +tMM +tMM +wlZ +vEJ +tMM +vEJ +tMM +lKG +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vYp +tMM +vNp +tMM +tMM +ila +tMM +nGs +vEJ +tMM +tMM +vEJ +vEJ +tMM +tMM +tMM +vNp +tMM +tMM +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +pQd +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +gQy +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (26,1,1) = {" -hjB -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -xUq -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -uSZ -xUq -fFH -fFH -fFH -fFH -xUq -fFH -fFH -fFH -fFH -xUq -lcX -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -uRn -njL -njL -pwO -lmc -xAa -xAa -xAa -xAa -fYA -xAa -tcz -tcz -lov -kbU -msU -pwO -pSy -njL -njL -iDS -duM -bpL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +dEQ +fwq +keR +tMM +tMM +tMM +tMM +hvm +nnb +pYo +gdp +gdp +gdp +pYo +vDS +cmb +tMM +oUy +dBc +nHh +weF +nHh +dBc +uJf +tMM +cmb +hYG +tQf +cmb +spJ +dIn +spJ +mXC +hvm +tMM +tMM +tMM +tMM +vNp +tMM +wlZ +vNp +gkU +iHM +iJn +idb +lgj +wlZ +tMM +ppn +tMM +tMM +wlZ +wlZ +wlZ +tMM +ppn +tMM +tMM +jxs +lSZ +lSZ +exm +jce +nCC +nCC +nCC +nCC +nCC +nCC +nCC +keR +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +tMM +vEJ +vNp +tMM +wlZ +tMM +tMM +tMM +lgj +tMM +tMM +tMM +ePD +lgj +tMM +vNp +tMM +tMM +tJo +tMM +tMM +vEJ +xna +tMM +vEJ +tMM +tMM +tMM +tMM +vEJ +tMM +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (27,1,1) = {" -vNb -kuc -kuc -kuc -kuc -fUB -kuc -kuc -kuc -kuc -tYg -qdY -gTE -gTE -gTE -gTE -gTE -gTE -gTE -gTE -gTE -gTE -tWz -vNb -geV -uYh -uYh -mMq -cHZ -wJA -uYh -uYh -uYh -tWz -lcX -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -uRn -njL -njL -cpE -tcz -tcz -tcz -tcz -tcz -tcz -tcz -tcz -tcz -tcz -tcz -tcz -jcG -uAq -njL -njL -iDS -uRn -bpL -mPL -mPL -mPL -mPL -kdH -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +jce +nCC +keR +tMM +tMM +tMM +tMM +gDO +izZ +qJW +gdp +euj +gdp +qJW +izZ +cmb +wlZ +opP +uNZ +weF +qoM +weF +uNZ +uJf +aLs +cmb +wgZ +mth +cmb +rec +mTg +xDw +aVK +nFe +tMM +tMM +tMM +wlZ +vYp +tMM +tMM +tMM +tMM +gkU +iHM +iJn +idb +fGK +tMM +tMM +tMM +tMM +wlZ +tMM +tMM +bYH +atZ +tMM +tMM +tMM +jce +iJn +smH +lTg +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +tga +idb +tMM +tMM +tMM +tMM +tMM +vNp +tMM +wlZ +vYp +tMM +tMM +wlZ +tMM +vNp +tMM +tMM +tMM +tMM +tMM +tMM +vNp +tMM +vEJ +tMM +tMM +tMM +tMM +tMM +vEJ +vEJ +vEJ +guS +tMM +tMM +pKZ +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (28,1,1) = {" -vNb -kuc -wgZ -bGJ -kuc -kuc -fUB -wgZ -kuc -egx -kuc -qdY -gTE -gTE -gTE -gTE -gTE -gTE -gTE -gTE -gTE -gTE -tWz -vNb -gqp -uYh -uYh -npl -qdY -wMc -sWK -sWK -dRR -tWz -lcX -mPL -mPL -wfJ -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -wfJ -uRn -njL -njL -cpE -tcz -tcz -tcz -tcz -tcz -tcz -tcz -tcz -tcz -tcz -tcz -tcz -tcz -aaN -njL -njL -iDS -uRn -bpL -mPL -mPL -mPL -mPL -kdH -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +jce +pPU +gBu +tMM +tMM +vNp +tMM +dBc +kFo +jEW +lCS +tsR +nFe +kFo +jEW +dBc +wlZ +opP +sZk +qoM +qoM +qoM +sZk +uJf +tMM +lkt +tsR +tsR +lZU +kFo +iOP +jEW +dBc +tMM +tMM +tMM +tMM +bYH +tMM +vNp +tMM +tMM +vNp +tMM +gkU +iHM +iJn +iHO +iHO +iHO +iHO +iHO +iHO +iHO +idb +tMM +vNp +xVp +tMM +tMM +jce +nCC +keR +hXR +hXR +hXR +hXR +hXR +lEb +ppn +vNp +gkU +tga +idb +tMM +tMM +tMM +wlZ +wlZ +tMM +tMM +vNp +vEJ +vNp +tMM +tMM +vEJ +tMM +tMM +vNp +tMM +vNp +vNp +tMM +tMM +wlZ +wlZ +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +gnU +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds "} (29,1,1) = {" -vNb -pYu -kuc -kuc -tYg -kuc -kuc -fUB -kuc -kuc -iwj -qdY -gTE -gTE -gTE -gTE -gTE -gTE -gTE -gTE -gTE -gTE -tWz -vNb -gFR -uYh -uYh -uYh -qdY -uYh -sWK -sWK -sWK -tWz -lcX -mPL -mPL -mPL -fAh -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -pgB -njL -njL -wIx -xDT -tcz -jKH -wfG -uPA -tcz -wKz -ejr -wfG -tcz -tcz -wAy -wIx -pSy -njL -njL -iDS -uRn -qwX -mPL -mPL -mPL -mPL -ilE -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +jce +keR +tMM +vNp +tMM +tMM +tMM +tMM +tMM +wlZ +tMM +wlZ +aLs +tMM +tMM +nNo +tMM +opP +sZk +qoM +qoM +weF +sZk +sTf +tMM +nNo +tMM +tMM +tMM +vEJ +tMM +tMM +vEJ +tMM +tMM +tMM +tMM +tMM +rHg +tMM +tMM +vNp +wlZ +buJ +tMM +gkU +uOJ +iHM +pPU +uOJ +uOJ +uOJ +iHM +nCC +iJn +iHO +iHO +iHO +iHO +iHO +fwq +nCC +iJn +oUB +fMW +gkg +mpL +mpL +cGJ +tMM +tMM +tMM +gkU +tga +idb +tMM +vNp +tMM +tMM +tMM +tMM +tMM +vNp +tMM +qSm +vEJ +tMM +tMM +tMM +tMM +vYp +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vNp +qSm +tMM +tMM +tMM +vEJ +tMM +tMM +vNp +tMM +tMM +vEJ +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +hGh +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (30,1,1) = {" -vNb -kuc -kuc -kuc -mIb -kuc -kuc -kuc -fUB -kuc -kuc -qdY -gTE -gTE -gTE -gTE -gTE -gTE -gTE -gTE -gTE -gTE -tWz -vNb -hcI -uYh -uYh -nqk -qdY -wSE -sWK -sWK -dRR -tWz -lcX -mPL -mPL -mPL -wfJ -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -aND -jEz -jEz -pUb -aDO -aDO -mKI -vaX -fRk -hdH -veL -vaX -dVm -hdH -jEz -pUb -meY -tcz -nUz -rkr -uZU -njL -njL -xia -uRn -qwX -mPL -mPL -mPL -mPL -kdH -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +jce +keR +tMM +tMM +tMM +tMM +tMM +tMM +bYH +vNp +bzG +bYH +tMM +wlZ +tMM +hhh +tMM +xpt +hvm +qoM +weF +weF +hvm +uJf +wlZ +hhh +vEJ +vEJ +ppn +tMM +vEJ +vEJ +vEJ +tMM +tMM +vYp +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +jce +keR +tMM +tMM +wlZ +gkU +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +iHM +nCC +oUB +fMW +gkg +nZb +nZb +cGJ +tMM +tMM +tMM +tMM +gkU +tga +idb +tMM +tMM +tMM +vNp +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vEJ +tMM +tMM +eFB +tMM +tMM +vNp +tMM +tMM +tMM +tMM +vNp +tMM +tMM +vEJ +tMM +tMM +tMM +pKZ +vNp +vNp +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (31,1,1) = {" -vNb -kuc -nFJ -kuc -kuc -kuc -liA -tYg -kuc -fUB -wgZ -qdY -gTE -gTE -gTE -gTE -gTE -gTE -gTE -gTE -gTE -gTE -tWz -vNb -hOV -uYh -uYh -mMq -qdY -xfx -uYh -uYh -uYh -tWz -lcX -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -jga -sfT -oxv -jga -jcp -njL -jga -njL -njL -njL -jga -amx -pFs -dVm -jeT -pBn -pUb -lZI -aND -iMk -njL -njL -njL -iDS -uRn -qwX -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +jce +keR +tMM +tMM +tMM +tMM +tMM +vNp +tMM +wlZ +tMM +tMM +tMM +wlZ +tMM +nNo +wlZ +opP +gDO +qDo +weF +ldK +gDO +sTf +tMM +nNo +tMM +tMM +vYp +tMM +vEJ +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +iib +hfe +hfe +hfe +hfe +hmw +hmp +pQe +pQe +ljX +tMM +tMM +tMM +tMM +tMM +vNp +wlZ +ppn +tMM +tMM +tMM +lVv +wdi +urq +urq +xOn +xbq +xbq +eCC +eCC +eCC +eCC +tMM +tMM +gkU +bCw +idb +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +qSm +tMM +vNp +tMM +tMM +vNp +vEJ +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +tMM +tMM +guS +tMM +tMM +tMM +vEJ +tMM +nGs +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (32,1,1) = {" -hjB -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -xUq -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -uSZ -xUq -wCK -wCK -wCK -wCK -xUq -fFH -fFH -fFH -fFH -xUq -lcX -mPL -mPL -fAh -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -jga -njL -njL -jga -njL -kmG -jga -njL -njL -njL -jga -amx -ezB -hdH -jEz -eUA -iMk -njL -mKI -iMk -uvI -njL -njL -iDS -uRn -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +jce +keR +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +aVK +tsR +tsR +tsR +tsR +tsR +tsR +aZy +nFe +pPG +lCS +aZy +tsR +tsR +wZa +oMj +oMj +oMj +oMj +wTc +pQe +pQe +wHb +oMj +oMj +oMj +oMj +bGv +oXd +hJH +wkU +wkU +wkU +wkU +wkU +wkU +wkU +wkU +tyk +tMM +tMM +wlZ +wlZ +tMM +vNp +vNp +tMM +tMM +tMM +fyR +jAq +aIa +aIa +aIa +vPL +dBX +pBB +eCC +aIa +aIa +eCC +eCC +tMM +tMM +gkU +sFL +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +idb +tMM +tMM +tMM +tMM +vEJ +tMM +vNp +tMM +vNp +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (33,1,1) = {" -vNb -hkl -taF -ofJ -urQ -mzK -oYL -urQ -gir -taF -hkl -qdY -lGr -lGr -lGr -lGr -lGr -lGr -lGr -ceM -lGr -lGr -tWz -jyD -jyD -wID -wID -wID -wID -wID -wID -wID -jyD -jyD -lcX -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -jga -njL -njL -jga -jcp -njL -jga -njL -njL -njL -jga -veR -pFs -dVm -jeT -pBn -iMk -xpe -mKI -iMk -neM -njL -njL -iDS -uRn -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +jce +keR +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +dBc +nhC +kvJ +kvJ +kvJ +kvJ +kvJ +kvJ +kvJ +kvJ +kvJ +kvJ +kvJ +anE +xHz +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +xHz +tgl +wkU +wkU +wkU +wkU +wkU +wkU +wkU +wkU +wkU +pQr +tMM +tMM +tMM +vNp +tMM +vNp +tMM +tMM +tMM +fyR +jAq +aIa +aIa +aIa +aIa +yeE +sUQ +kjO +eCC +aIa +aIa +aIa +eCC +eCC +tMM +tMM +gkU +uOJ +uOJ +uOJ +uuO +uOJ +uOJ +uOJ +uuO +uOJ +uOJ +uOJ +uOJ +uuO +uOJ +uOJ +uOJ +uOJ +uuO +uOJ +uOJ +uOJ +uOJ +uuO +uOJ +tga +idb +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (34,1,1) = {" -vNb -pZz -nbx -bLJ -urQ -wbY -wbY -urQ -tNn -nbx -pZz -qdY -lGr -bvP -lGr -lGr -lGr -beF -lGr -lGr -kBB -lGr -tWz -jyD -jyD -wID -kVg -kVg -kVg -kVg -kVg -wID -jyD -jyD -lcX -aND -jEz -jEz -jEz -jEz -jEz -jEz -jEz -jEz -jEz -jEz -jEz -pUb -eFT -wKJ -aND -vaX -eFT -mpC -mpC -mpC -wKJ -hdH -jEz -xug -bst -hJf -jga -cNr -cNr -jga -djG -njL -dgj -jga -pvQ -pFs -hdH -jEz -eUA -iMk -njL -mKI -iMk -pSy -njL -njL -iDS -pgB -mPL -mPL -oTy -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC +oLN +oLN +oLN +tMM +jce +iJn +idb +tMM +tMM +tMM +izR +tMM +tMM +ecB +pff +pEv +qcS +asw +asw +asw +asw +asw +asw +asw +aow +asw +asw +asw +kzq +xHz +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +xHz +tgl +wkU +wkU +wkU +wkU +wkU +wkU +wkU +wkU +wkU +iLT +tMM +vNp +vNp +tMM +wlZ +wlZ +tMM +tMM +fyR +jAq +aIa +aIa +aIa +aIa +aIa +lVv +sUQ +kjO +eCC +aIa +aIa +aIa +eCC +eCC +eCC +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vNp +tMM +tMM +gkU +tga +idb +tMM +tMM +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (35,1,1) = {" -vNb -hkl -taF -ofJ -urQ -qyT -qyT -urQ -gir -taF -hkl -qdY -lGr -lGr -lGr -lGr -lGr -lGr -lGr -lGr -lGr -lGr -tWz -wID -wID -wID -gLF -gLF -gLF -gLF -gLF -wID -wID -wID -lcX -jga -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -jga -njL -njL -jga -qaK -kzK -mRa -mHZ -tcz -rUg -vqH -qrv -qrv -xAa -hYv -jga -jcp -njL -jga -njL -njL -njL -jga -pvQ -pFs -dVm -jeT -pBn -iMk -xpe -mKI -iMk -aMD -ulb -ulb -kzj -wIx -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +oLN +oLN +oLN +tMM +jce +nCC +keR +tMM +izR +tMM +tMM +tMM +tMM +tMM +tMM +hQG +qcS +asw +asw +asw +asw +asw +asw +asw +asw +asw +asw +asw +kzq +xHz +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +jmX +wTc +wkU +wkU +wkU +wkU +wkU +wkU +wkU +wkU +wkU +ljX +tMM +tMM +bYH +vNp +tMM +vYp +tMM +ifC +jAq +aIa +aIa +aIa +aIa +aIa +aIa +acI +sUQ +kjO +eCC +aIa +aIa +aIa +eCC +aIa +eCC +eCC +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +gkU +tga +idb +tMM +tMM +tMM +tMM +vNp +vYp +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (36,1,1) = {" -vNb -pZz -nbx -bLJ -urQ -wbY -wbY -urQ -tNn -nbx -pZz -qdY -lGr -lGr -vgV -lGr -kBB -lGr -lGr -lGr -beF -lGr -tWz -wID -hQm -jYX -sgM -sgM -sgM -sgM -sgM -kXa -yix -wID -lcX -jga -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -jga -njL -njL -jga -mpH -lgJ -mRa -mHZ -tcz -nNz -uFB -tcz -tcz -xAa -xAa -jga -njL -hDv -jga -njL -njL -njL -jga -pvQ -ezB -hdH -veL -eUA -iMk -njL -mKI -eUA -veL -veL -veL -jEz -xug -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +gkU +iHM +iJn +idb +tMM +tMM +dzH +tMM +ppn +tMM +gxh +wBn +qcS +asw +asw +asw +asw +asw +asw +asw +asw +asw +asw +asw +kzq +xHz +kIy +kIy +kIy +kIy +kIy +kIy +kIy +reR +kIy +kIy +kIy +kIy +kIy +vlm +wkU +wkU +wkU +wkU +wkU +wkU +wkU +rIR +oMj +aQO +tMM +tMM +tMM +tMM +tMM +wlZ +tMM +fam +aIa +aIa +aIa +aIa +aIa +aIa +aIa +tQG +sUQ +kjO +eCC +aIa +aIa +aIa +eCC +aIa +aIa +eCC +tMM +tMM +ppn +tMM +rIR +oMj +oMj +oMj +oMj +oMj +oMj +oMj +oMj +oMj +oMj +oMj +oMj +oMj +oMj +oMj +oMj +oMj +oMj +oMj +oMj +bGv +tMM +jce +keR +tMM +tMM +vNp +tMM +tMM +tMM +vPQ +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +wpJ +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (37,1,1) = {" -vNb -hkl -taF -ofJ -urQ -wLK -rym -urQ -gir -taF -hkl -qdY -lGr -lGr -lGr -lGr -lGr -lGr -bvP -lGr -lGr -ceM -tWz -wID -hQm -jYX -sgM -nFE -sgM -nFE -sgM -kXa -yix -wID -lcX -jga -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -jga -njL -njL -jga -mpH -iUr -mRa -mHZ -tcz -szw -voL -tcz -tcz -xAa -xAa -jga -njL -njL -jga -njL -njL -njL -jga -pFs -pFs -fEa -mKI -sEj -xug -lZI -jHb -sEj -eUA -eUA -iMk -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +tMM +jce +nCC +keR +tMM +sIc +tMM +izR +tMM +tMM +lfz +pEv +qcS +asw +asw +asw +asw +asw +asw +asw +asw +asw +asw +asw +kzq +xHz +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +vlm +wkU +wkU +wkU +wkU +wkU +wkU +wkU +xHz +tMM +tMM +tMM +tMM +wlZ +ppn +tMM +wlZ +tMM +yeE +aIa +aIa +aIa +aIa +aIa +aIa +aIa +fam +sUQ +kjO +eCC +aIa +aIa +aIa +eCC +aIa +aIa +eCC +tMM +tMM +tMM +tMM +xHz +iUN +rtW +qOU +rtW +rtW +rtW +rtW +rtW +qOU +rtW +rtW +qOU +rtW +rtW +rtW +rtW +rtW +qOU +rtW +aJo +xHz +tMM +gkU +tga +idb +tMM +tMM +tMM +tMM +qYX +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (38,1,1) = {" -hjB -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -xUq -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -uSZ -wID -hQm -jYX -sgM -sgM -pLi -sgM -sgM -kXa -yix -wID -lcX -jga -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -jga -njL -ayZ -pwO -mhA -mHZ -mHZ -tcz -tcz -nJf -uHi -tcz -tcz -xAa -xAa -pwO -mfF -njL -jga -vED -vED -vED -jga -exo -exo -aND -xug -mew -txu -wNT -txu -dZk -jHb -eUA -iMk -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -"} -(39,1,1) = {" -vNb -pwt -ofK -ofK -rgo -ptj -ptj -vfS -fnD -fnD -uMJ -qdY -aVK -aVK -aVK -aVK -aVK -aVK -aVK -aVK -aVK -aVK -tWz -wID -hQm -jYX -sgM -nFE -sgM -nFE -sgM -kXa -yix -wID -lcX -jga -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -lVz -oYZ -oYZ -oYZ -jga -njL -njL -adO -xAa -xAa -xAa -xAa -xAa -xAa -xAa -xAa -xAa -xAa -xAa -tEG -njL -njL -mKI -jEz -jEz -jEz -sEj -jEz -jEz -iMk -mew -txu -ecl -oil -ecl -txu -dZk -mKI -iMk -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +oLN +tMM +jce +pPU +gBu +tMM +xlE +tMM +tMM +tcs +tMM +jiV +wBn +qcS +asw +asw +asw +asw +asw +asw +asw +asw +asw +asw +asw +kzq +xHz +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +rIR +wTc +wkU +wkU +wkU +wkU +ljX +gQw +gQw +jmX +oMj +oMj +oMj +oMj +bGv +tMM +tMM +tMM +fyR +bYA +aIa +aIa +aIa +aIa +aIa +aIa +aIa +vPL +sUQ +kjO +eCC +aIa +aIa +aIa +eCC +eCC +eCC +ifC +vbG +tMM +tMM +tMM +xHz +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +ppn +jce +keR +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +kWX +qAj +qAj +qAj +qAj +qiR +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +"} +(39,1,1) = {" +oLN +oLN +oLN +oLN +tMM +jce +keR +tMM +tMM +tMM +tMM +wlZ +wlZ +tMM +tMM +gDO +lDp +dsB +dsB +dsB +dsB +dsB +dsB +dsB +dsB +dsB +dsB +dsB +cat +xHz +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kIy +xHz +tgl +wkU +wkU +wkU +wkU +xHz +wkU +wkU +wkU +sGe +wwv +daO +daO +xHz +tMM +tMM +fyR +jAq +aIa +aIa +aIa +aIa +aIa +arl +urq +urq +mYu +sUQ +kjO +eCC +eCC +eCC +eCC +eCC +kKh +qol +qol +pEl +vbG +tMM +tMM +xHz +iNN +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +ohD +xHz +tMM +tMM +gkU +tga +idb +tMM +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (40,1,1) = {" -vNb -sJq -ofK -ofK -rgo -iky -mCJ -mCJ -mCJ -mCJ -gcY -qdY -aVK -eoM -rUZ -aVK -ngv -uYP -uYP -uYP -qwM -aVK -tWz -wID -hQm -jYX -sgM -sgM -sgM -sgM -sgM -kXa -yix -wID -lcX -jHb -jEz -jEz -veL -veL -jEz -jEz -pUb -kgi -hdH -jEz -jEz -xug -njL -njL -adO -nSq -xAa -xAa -xAa -nSq -svp -nSq -xAa -xrZ -xAa -nSq -tEG -njL -njL -jga -vCX -qYY -sbD -sbD -qYY -vCX -rkr -txu -ecl -oil -jPQ -oil -ecl -txu -mKI -iMk -six -fAh -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +oLN +tMM +jce +keR +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +uJK +nFe +kFo +iOP +iOP +iOP +iOP +iOP +iOP +iOP +iOP +iOP +jEW +lCS +qYo +kIy +kIy +ymc +ljX +kIy +kIy +kIy +rQr +ljX +kIy +kIy +ymc +xHz +tgl +wkU +wkU +wkU +wkU +xHz +wkU +wkU +wkU +sGe +wwv +daO +dtD +xHz +tMM +tMM +tQG +aIa +aIa +aIa +aIa +aIa +aIa +vPL +xGn +sww +sww +ehM +idq +sww +sww +sww +sww +yeo +skd +qol +qol +qol +tQG +tMM +tMM +xHz +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +tMM +tMM +jce +iJn +idb +tMM +tMM +vNp +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (41,1,1) = {" -vNb -sJq -ofK -ofK -rgo -nkD -eRB -eRB -eRB -eRB -qdy -qdY -aVK -tLV -rUZ -aVK -qDz -ggK -ggK -ggK -hue -aVK -tWz -wID -wID -kuo -fjV -fjV -fjV -fjV -fjV -kuo -wID -wID -lcX -mPL -mPL -mPL -mKI -iMk -byO -tkV -jga -qaB -gAu -njL -oOA -njL -njL -njL -mKI -vaX -hzJ -kST -hzJ -hdH -jEz -jEz -jEz -jEz -jEz -jEz -pUb -njL -hDv -jga -cIb -raO -raO -raO -raO -cIb -rkr -wNT -oil -nuM -qkE -trk -oil -vfm -mKI -iMk -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +oLN +tMM +gkU +sFL +idb +tMM +tMM +tMM +vNp +vYp +tMM +rIR +aQO +sBt +sBt +cWQ +sBt +sBt +sBt +sBt +sBt +sBt +sBt +cWQ +sBt +sBt +tyk +sBt +sBt +sBt +tyk +sBt +sBt +sBt +sBt +tyk +sBt +sBt +sBt +jXU +oMj +oMj +oMj +oMj +oMj +qYo +rvw +wkU +wkU +btm +ljX +daO +daO +tyk +oXd +hmw +fam +aIa +aIa +aIa +aIa +aIa +aIa +vPL +sUQ +pBB +fid +fid +fid +fid +dBX +eEq +eEq +yeo +vLx +qol +qol +qol +fam +oXd +hmw +tyk +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +tMM +tMM +gkU +iHM +keR +tMM +tMM +had +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (42,1,1) = {" -vNb -sJq -ofK -ofK -rgo -rCL -tYw -tYw -tYw -tYw -wLv -qdY -aVK -aDk -rUZ -aVK -vgG -ksl -ksl -ksl -hXB -aVK -tWz -wID -wID -kQX -lfj -lfj -lfj -lfj -lfj -kQX -ntO -wID -lcX -mPL -wfJ -mPL -jHb -xug -njL -njL -jga -xyg -njL -njL -njL -ewW -njL -njL -jga -iCh -njL -njL -njL -uQl -jcl -eyW -flI -ssS -qqs -vCX -jga -njL -njL -jga -qUv -raO -raO -raO -raO -fVG -rkr -txu -vBi -oil -nkq -oil -vBi -txu -mKI -iMk -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +oLN +oLN +tMM +jce +keR +tMM +tMM +tMM +vNp +tMM +rIR +aQO +rVM +rVM +rVM +rVM +kIy +kIy +rVM +rVM +rVM +hrn +rVM +rVM +rVM +kIy +oFn +kIy +kIy +rVM +ygN +uHY +hrn +rVM +kIy +prd +rVM +kIy +kIy +xHz +vDI +qhH +wvo +mUu +fBS +xHz +wkU +wkU +wkU +qua +xHz +daO +daO +jMF +dle +lhr +yeo +aIa +aIa +aIa +aIa +aIa +aIa +vPL +sUQ +kjO +wdi +urq +urq +urq +gbZ +mpt +mpt +yeo +diA +qol +qol +qol +yeo +mac +sGe +jMF +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +tMM +nGs +ePD +vNp +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +duS +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (43,1,1) = {" -vNb -sJq -ofK -ofK -vzU -ptj -ptj -vfS -fnD -fnD -uMJ -qdY -aVK -aVK -aVK -aVK -aVK -aVK -aVK -aVK -aVK -aVK -tWz -wID -wID -vUE -vUE -vUE -vUE -vUE -vUE -vUE -qIa -wID -lcX -mPL -mPL -mPL -axw -snW -rSz -njL -pwO -sFg -pHj -iOl -hdH -jEz -vaX -iXv -pwO -jcp -ubv -slM -njL -njL -bln -raO -raO -raO -raO -aND -xug -kwI -njL -jHb -veL -vaX -lEu -lEu -hdH -veL -iMk -fUw -txu -vBi -oil -vBi -txu -uwY -mKI -iMk -mPL -fAh -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -aal -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -pEo -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +oLN +oLN +tMM +gkU +mIR +tMM +tMM +tMM +tMM +tMM +tyk +xGb +iVO +iVO +iVO +iVO +iVO +egF +eYr +egF +egF +egF +iVO +egF +egF +egF +egF +egF +egF +egF +egF +iMJ +iVO +iVO +uff +nYR +bKD +nHd +kUQ +xHz +qBj +oxJ +oxJ +uyg +uyg +tyk +wkU +qua +qua +rox +xHz +daO +daO +jMF +dle +xaw +yeo +aIa +aIa +aIa +aIa +arl +urq +mYu +sUQ +kjO +lVv +atT +uTD +uiB +fjV +qol +qol +yeo +qol +qol +qol +qol +yeo +tIi +sGe +jMF +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +ppn +tMM +tMM +jce +keR +tMM +eKu +tMM +tMM +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +djc +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (44,1,1) = {" -hjB -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -xUq -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -uSZ -wID -wID -vUE -vUE -vUE -vUE -vUE -vUE -vUE -qIa -wID -lcX -fAh -mPL -mPL -wIx -uai -njL -njL -wSh -njL -njL -njL -njL -vSa -njL -njL -slF -njL -slM -slM -slM -njL -jMl -dnq -hBC -raO -ehc -pwO -qFH -njL -njL -iCh -pwO -gAJ -raO -raO -xnY -mKI -eUA -pUb -fUw -txu -wNT -txu -uwY -aND -eUA -iMk -hSw -fAh -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -hvA -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +oLN +tMM +tMM +tMM +hjT +iHO +idb +tMM +afb +nPA +khv +oUX +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +fOp +vGa +qPu +tGf +kIy +xHz +uyg +uyg +oxJ +qLl +oxJ +ocs +qua +qua +qua +knv +xHz +daO +daO +jMF +dle +oCC +yeo +aIa +aIa +aIa +aIa +yeo +xGn +sww +ehM +kjO +acI +mhP +bBc +rwD +thJ +qol +qol +yeo +qol +qol +qol +qol +yeo +ujJ +sGe +jMF +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +nGs +tMM +tMM +had +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (45,1,1) = {" -vNb -kQd -kQd -kQd -kQd -kQd -kQd -kQd -kQd -kQd -kQd -cHZ -iDt -jat -jat -jat -dts -tYq -hNx -hNx -hNx -mOM -tWz -wID -wID -vUE -vUE -vUE -vUE -vUE -vUE -vUE -qIa -wID -lcX -mPL -mPL -fAh -jga -dBT -njL -njL -wSh -njL -njL -njL -njL -njL -njL -njL -ibN -njL -slM -slM -slM -njL -nuC -rzl -eMv -raO -raO -eab -njL -njL -njL -njL -pGR -raO -raO -raO -wXO -mKI -sEj -sEj -jEz -jEz -veL -jEz -jEz -sEj -sEj -iMk -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +tMM +tMM +tMM +gkU +iHM +keR +tMM +mUb +iDg +ghT +oUX +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +fOp +cqi +stt +bfh +kIy +xHz +ipu +ljX +fqO +ljX +cUD +ljX +qua +qua +qua +wkU +xHz +kGJ +iVA +arl +urq +urq +xlV +gbZ +eEq +eEq +wdi +oDV +sUQ +eEq +pBB +vUM +tQG +hLz +pyL +axk +fjV +qol +loJ +rcH +gbZ +oEz +oEz +wdi +mYu +oXd +hmw +hmp +iNN +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +ohD +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +nGs +tMM +vNp +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (46,1,1) = {" -vNb -kQd -aRV -kQd -kQd -kQd -kQd -kQd -kQd -aRV -kQd -cHZ -iDt -jat -qeT -ojW -llk -jyA -ojW -nTc -hNx -mOM -tWz -wID -wID -vUE -vUE -vUE -vUE -vUE -vUE -vUE -qIa -wID -lcX -mPL -fAh -mPL -pwO -wpN -njL -njL -wSh -njL -njL -njL -njL -wfo -njL -njL -slF -njL -slM -slM -slM -njL -scl -bXF -kQS -raO -ehc -wIx -qFH -njL -njL -iCh -wIx -hrp -raO -raO -tlo -rkr -rAz -rAz -wXx -fHN -rkr -afn -bky -sfT -wDG -jga -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +tMM +dEQ +sKt +tMM +jce +iJn +xoH +qvK +iDg +ghT +byZ +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +fOp +qXj +dfh +tGf +kIy +xHz +rsG +xHz +tPj +xHz +sPd +xHz +lPg +ikP +ikP +lPg +xHz +nDo +mBg +yeo +qjW +eEq +eEq +eEq +eEq +eEq +eEq +yeE +sUQ +eEq +kjO +wdi +gbZ +dFy +cou +eCC +fjV +qol +qol +oWT +oWT +qol +qol +oWT +lVv +kIy +kIy +kIy +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +tMM +nGs +ePD +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (47,1,1) = {" -vNb -kQd -kQd -kQd -kQd -aRV -aRV -kQd -kQd -kQd -kQd -cHZ -mkS -ojW -qeT -ojW -llk -jyA -vZD -nTc -ojW -vyE -tWz -wID -wID -vUE -vUE -vUE -vUE -vUE -vUE -vUE -qIa -gnk -lcX -mPL -mPL -wfJ -axw -wxl -rSz -njL -wIx -sFg -pHj -iOl -hdH -jEz -vaX -ibA -wIx -xpe -uQw -slM -njL -njL -bln -raO -raO -raO -raO -jHb -pUb -jcp -njL -aND -xug -vcL -raO -uZb -oiI -rkr -rAz -rAz -wPJ -fHN -rkr -djx -njL -wPJ -ceq -jga -fAh -fAh -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -hxr -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +tMM +tMM +aJQ +lIb +tMM +dEQ +qHD +uOJ +xxS +qDm +iDg +ghT +byZ +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +fOp +dQw +uSD +fdu +kIy +jXU +oMj +umc +oMj +umc +oMj +tdC +wTc +wwv +wwv +wHb +qYo +tMM +tMM +yeo +jyC +aNd +eEq +eEq +eEq +eEq +eEq +lVv +sUQ +eEq +kjO +lVv +eUW +rwD +rwD +qSw +aSd +qol +qol +qol +qol +qol +qol +oWT +acI +kIy +kIy +kIy +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +tMM +tMM +lgj +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +oQr +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (48,1,1) = {" -vNb -kQd -aRV -kQd -kQd -kQd -kQd -kQd -kQd -aRV -kQd -cHZ -pKw -bNs -qeT -ojW -llk -jyA -ojW -nTc -jSz -uYF -tWz -wID -wID -vUE -vUE -vUE -qny -qny -vUE -vUE -qIa -gnk -lcX -fAh -mPL -mPL -aND -pUb -njL -njL -jga -qaB -njL -njL -njL -qPd -njL -njL -jga -iCh -njL -njL -njL -pot -jcl -eyW -cEI -thL -ccC -vCX -jga -njL -hDv -jga -msY -raO -raO -xZI -oiI -rkr -rAz -fHN -iWh -rAz -rkr -djx -njL -njL -giz -jga -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +tMM +tMM +tMM +tMM +tMM +dEQ +fwq +keR +tMM +lYO +xxS +iDg +khv +byZ +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +fOp +qXj +xCM +owq +kIy +xHz +dFC +fmL +kAN +mGA +tEa +xHz +ovy +daO +daO +ovy +xHz +tMM +tMM +yeE +ihe +eEq +eEq +eEq +eEq +eEq +eEq +acI +sUQ +eEq +kjO +acI +amh +bBc +rwD +thJ +aSd +qol +qol +qol +qol +qol +qol +oWT +tQG +kIy +kIy +kIy +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +ppn +tMM +tMM +jce +keR +tMM +tMM +tMM +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (49,1,1) = {" -vNb -kQd -kQd -kQd -kQd -kQd -kQd -kQd -kQd -kQd -kQd -cHZ -pKw -bNs -bNs -bNs -dOJ -uPW -jSz -jSz -jSz -uYF -tWz -wID -wID -vUE -vUE -vUE -qJV -xuX -vUE -vUE -qIa -ibP -lcX -mPL -mPL -mPL -mKI -iMk -bEx -fDK -jga -xyg -fso -njL -tPs -njL -njL -njL -mKI -vaX -gMh -oyd -gMh -hdH -jEz -jEz -jEz -jEz -jEz -jEz -xug -njL -njL -jga -ccC -raO -raO -thL -qpS -rkr -rAz -rAz -rAz -rAz -rkr -djx -djx -njL -cIF -jga -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -arb -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +tMM +tMM +tMM +tMM +gAB +tPL +uOJ +nIc +tMM +tMM +mUb +iDg +ghT +byZ +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +fOp +mgK +lcJ +cuh +kUQ +xHz +cHK +fmL +bqg +fmL +tOk +xHz +moZ +daO +mFG +gTd +xHz +tMM +ppn +dUY +qvP +aNd +eEq +eEq +eEq +eEq +eEq +tQG +sUQ +pBB +vUM +tQG +hLz +pyL +axk +fjV +aSd +qol +loJ +arl +gbZ +cyr +cyr +wdi +gbZ +eFq +kIy +kIy +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +wlZ +wlZ +bYH +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +aOe +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (50,1,1) = {" -hjB -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -xUq -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -uSZ -wID -wID -vUE -vUE -vUE -qny -qny -vUE -vUE -qIa -kTJ -lcX -aND -jEz -jEz -sEj -sEj -jEz -jEz -xug -qHw -hdH -jEz -jEz -pUb -njL -njL -adO -xAa -xAa -xAa -dks -xAa -vIb -xAa -xAa -iwc -xAa -xAa -enf -njL -njL -jga -ssS -raO -raO -xZI -tgm -rkr -fHN -wPJ -rAz -rAz -rkr -djx -hSy -uSb -dzB -jga -hSw -fAh -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +tMM +tMM +tMM +gAB +lIb +tMM +tMM +tMM +xoT +tMM +mUb +iDg +ghT +byZ +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +soD +iyA +pqK +xFx +iyA +xHz +fYj +fmL +nqQ +fmL +gtE +xHz +fYE +daO +daO +dSE +xHz +aLs +tMM +tmg +qjW +eEq +eEq +eEq +eEq +eEq +eEq +fam +sUQ +kjO +wdi +gbZ +trr +xIM +wfM +asM +ngv +qol +qol +yeo +sKS +aSd +aSd +kCV +lVv +kIy +kIy +kIy +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +buJ +kDO +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds "} (51,1,1) = {" -vNb -nIP -nIP -nIP -nIP -nIP -nIP -nIP -nIP -nIP -nIP -cHZ -nJs -nJs -nJs -nJs -nJs -nJs -nJs -djn -tFo -gEV -tWz -wID -wID -vUE -vUE -vUE -vUE -vUE -vUE -vUE -qIa -wID -lcX -jga -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -fKp -oYZ -oYZ -oYZ -jga -njL -njL -adO -xAa -xAa -xAa -xAa -xAa -xAa -xAa -xAa -xAa -xAa -xAa -enf -njL -njL -jga -qqs -xEm -raO -oCK -fsa -rkr -eFT -wKJ -aXG -riL -pwO -jvr -hdH -jEz -jEz -iMk -mPL -fAh -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +tMM +tMM +aJQ +gMo +tMM +aJQ +waI +tMM +tUi +ykF +kCC +iDg +ghT +oUX +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +hmp +oXd +hfe +hfe +hmw +tyk +tEa +buc +rvO +buc +asc +tyk +mLt +daO +daO +xjZ +tyk +tMM +tMM +wdi +gbZ +giA +eEq +eEq +eEq +eEq +eEq +yeE +ehM +kjO +lVv +qTn +jOO +mCM +xHy +eLg +vtQ +qol +qol +yeo +mAO +nGh +ipi +kWT +acI +kIy +kIy +kIy +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +ohD +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +wlZ +wlZ +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (52,1,1) = {" -vNb -nIP -nIP -nIP -nIP -nIP -nIP -nIP -nIP -nIP -nIP -cHZ -nJs -mGg -nJs -nJs -rcx -nJs -nJs -djn -tFo -gEV -tWz -wID -wID -vUE -vUE -vUE -vUE -vUE -vUE -vUE -qIa -wID -lcX -jga -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -jga -njL -ayZ -wIx -aQT -tcz -tcz -vHp -sNE -xAa -xAa -gyc -ard -gyc -tcz -wIx -njL -hDv -mKI -jEz -vaX -dxO -hdH -jEz -iMk -jFM -njL -njL -njL -pRZ -njL -biT -iiz -sfT -jga -mPL -wfJ -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +tMM +tMM +tMM +hjT +idb +tMM +pRX +uwo +gMo +tMM +mUb +iDg +kbc +oUX +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +mif +iqf +stt +stt +stt +stt +wUj +daO +daO +daO +daO +daO +pcn +daO +daO +daO +sIZ +mTs +tMM +tMM +dUY +kLs +eEq +eEq +eEq +eEq +eEq +eEq +wPJ +eEq +kjO +acI +pan +nRX +vqb +qxY +emv +iil +qol +qol +yeo +raD +pzX +wkR +rqx +acI +kIy +khR +kIy +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +wlZ +wlZ +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (53,1,1) = {" -vNb -nIP -nIP -nIP -nIP -nIP -nIP -nIP -nIP -nIP -nIP -cHZ -nJs -nJs -nJs -nJs -nJs -nJs -nJs -djn -tFo -gEV -tWz -wID -wID -vUE -vUE -vUE -vUE -vUE -vUE -vUE -qIa -wID -lcX -jga -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -jga -njL -njL -jga -jIe -tcz -tcz -daV -sNE -xAa -xAa -gyc -ard -gyc -tcz -jga -njL -njL -jga -rvl -dfd -vcx -dfd -itg -rkr -njL -njL -njL -njL -njL -rJn -duM -njL -lUT -jga -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +tMM +tMM +tMM +gkU +mIR +tMM +tMM +tMM +ueC +tMM +mUb +iDg +ghT +byZ +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +iqf +stt +stt +stt +stt +wUj +daO +daO +daO +daO +daO +daO +neq +pcn +daO +sIZ +utL +tMM +tMM +tmg +jBo +eEq +eEq +eEq +eEq +eEq +eEq +wPJ +eEq +kjO +acI +vQR +jRR +nQs +lRm +anG +iSd +qol +qol +yeo +tCn +pzX +wkR +xcu +acI +kIy +kIy +kIy +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +ppn +tMM +tMM +jce +keR +tMM +wlZ +wlZ +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (54,1,1) = {" -vNb -nIP -nIP -nIP -nIP -nIP -nIP -nIP -nIP -nIP -nIP -cHZ -nJs -sOk -nJs -nJs -nJs -rPa -nJs -djn -tFo -gEV -tWz -wID -wID -vUE -vUE -vUE -vUE -vUE -vUE -vUE -qIa -wID -lcX -jga -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -jga -njL -njL -jga -smG -tcz -tcz -qTE -sNE -xAa -xAa -gyc -ard -gyc -tcz -jga -jcp -njL -jga -mIO -vcx -bxc -vcx -jIg -mKI -jEz -jEz -jEz -pUb -njL -njL -aci -wKJ -hdH -iMk -mPL -fAh -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +tMM +tMM +tMM +tMM +pRX +sKt +tMM +dzH +tMM +eAK +kCC +iDg +khv +byZ +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +hmp +oXd +hfe +hfe +hmw +ljX +lMw +sIZ +tEa +neq +daO +ljX +ewy +rQt +wgu +ewy +ljX +tMM +tMM +wdi +gbZ +giA +eEq +eEq +eEq +eEq +eEq +fam +dBX +kjO +tQG +fPQ +xRO +xbw +bgs +slc +naR +qol +qol +yeo +sLz +mKt +gCh +iKq +acI +kIy +kIy +kIy +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +ohD +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +bYH +wlZ +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (55,1,1) = {" -vNb -nIP -nIP -nIP -nIP -nIP -nIP -nIP -nIP -nIP -nIP -cHZ -nJs -nJs -nJs -nJs -nJs -nJs -nJs -djn -tFo -gEV -tWz -wID -wID -vUE -vUE -vUE -vUE -vUE -vUE -vUE -qIa -wID -lcX -jga -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -oYZ -jga -njL -njL -jga -puq -svW -cLr -gri -sNE -xAa -xAa -puq -meL -puq -tcz -jga -njL -hDv -jga -fuo -vcx -vcx -vcx -cri -rkr -sMH -qHX -eMx -jga -njL -njL -biT -szy -sfT -jga -mPL -mPL -fAh -hSw -six -fAh -fAh -six -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +tMM +tMM +tMM +izR +tMM +tMM +xoT +tMM +xoT +tMM +mUb +iDg +ghT +oUX +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +fVP +bHn +pKI +yfz +qri +xHz +mOe +sIZ +gtE +daO +uwS +xHz +qVe +rPY +raq +vtJ +tyk +tMM +aLs +dUY +qjW +eEq +eEq +eEq +eEq +eEq +eEq +yeE +sUQ +kjO +wdi +gbZ +vJU +dbC +iah +sEg +xgc +qol +qol +yeo +sKS +aSd +aSd +kCV +tQG +kIy +kIy +kIy +sgP +bzB +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +wlZ +wlZ +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (56,1,1) = {" -hjB -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -xUq -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -uSZ -wID -wID -kQX -lfu -lfu -lfu -lfu -lfu -kQX -gag -wID -lcX -jHb -jEz -jEz -jEz -jEz -jEz -jEz -jEz -jEz -jEz -jEz -jEz -xug -eFT -wKJ -mKI -jEz -jEz -jEz -jEz -pUb -njL -rJn -aND -jEz -jEz -jEz -iMk -mfF -njL -jga -pOd -fbu -gly -jNo -iPX -rkr -qgZ -njL -dvF -pwO -njL -rJn -duM -njL -lUT -jga -mPL -wfJ -mPL -wfJ -mPL -mPL -mPL -wfJ -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +tMM +tMM +tMM +tMM +aJQ +uwo +xPb +bnR +gGY +uqo +qvK +iDg +ghT +oUX +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +tBP +leX +bKD +iYG +pkM +xHz +jCI +uBN +kEa +daO +daO +tyk +xnf +uUc +vVZ +oIq +mTs +tMM +ppn +tmg +jyC +aNd +eEq +eEq +eEq +eEq +eEq +lVv +sUQ +idq +ijS +lVv +hLz +rOP +axk +fjV +aSd +qol +loJ +rcH +gbZ +cyr +cyr +wdi +gbZ +eFq +kIy +kIy +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +wlZ +wlZ +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (57,1,1) = {" -vNb -rIO -rIO -rIO -rIO -rIO -rIO -rIO -rIO -rIO -rIO -cHZ -dip -axN -axN -axN -hez -rFc -kPB -kPB -kPB -wyn -tWz -wID -wID -kuo -fjV -fjV -fjV -fjV -fjV -kuo -wID -wID -lcX -mPL -mPL -mPL -fAh -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -fAh -mPL -jga -psG -lZo -psG -iCh -pwO -uQh -njL -pwO -qOI -qOI -qOI -jga -njL -tsP -jHb -jEz -jEz -jEz -jEz -jEz -xug -wto -njL -njL -pKk -njL -njL -aci -wKJ -hdH -iMk -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +tMM +tMM +dzH +tMM +tMM +tMM +jce +keR +tMM +lYO +xxS +iDg +ghT +byZ +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +fOp +fRY +vAV +lcu +rVM +xHz +noW +wsa +xxU +daO +daO +khL +uUc +usC +wmA +hdy +utL +tMM +tMM +fam +ihe +eEq +eEq +eEq +eEq +eEq +eEq +acI +sUQ +eEq +kjO +acI +jSs +bBc +rwD +wJy +aSd +qol +qol +qol +qol +qol +qol +oWT +lVv +kIy +kIy +kIy +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +vNp +tMM +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (58,1,1) = {" -vNb -rIO -hyI -rIO -rIO -rIO -rIO -rIO -rIO -hyI -rIO -cHZ -ixH -jOT -jOT -jOT -onh -nrS -jOT -jOT -jOT -dSe -tWz -wID -spy -jYX -oKD -oKD -oKD -oKD -oKD -kXa -ipG -wID -lcX -mPL -mPL -mPL -mPL -dBD -mPL -mPL -mPL -fAh -mPL -mPL -mPL -mPL -dBD -aND -xug -fbQ -fbQ -fbQ -njL -feD -njL -njL -njL -njL -njL -njL -jga -njL -njL -mJI -njL -njL -sOd -njL -njL -tRF -njL -njL -dGO -wIx -njL -njL -biT -iiz -sfT -jga -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +tMM +tMM +tMM +tMM +dEQ +fwq +keR +tMM +tMM +mUb +iDg +khv +oUX +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +fOp +osy +bYm +iZb +rVM +tyk +uDQ +xiz +gPd +daO +daO +ljX +qlU +cqx +ocK +vOS +ljX +tMM +tMM +yeo +qvP +aNd +eEq +eEq +eEq +eEq +eEq +tQG +sUQ +eEq +kjO +tQG +kwe +rwD +rwD +wfL +aSd +qol +qol +qol +qol +qol +qol +oWT +acI +kIy +kIy +kIy +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +ppn +tMM +tMM +jce +keR +tMM +gNf +wlZ +bYH +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (59,1,1) = {" -vNb -rIO -rIO -rIO -rIO -rIO -rIO -rIO -rIO -rIO -rIO -cHZ -ixH -jOT -jOT -jOT -onh -nrS -jOT -jOT -jOT -dSe -tWz -wID -spy -jYX -oKD -nfZ -oKD -nfZ -oKD -kXa -ipG -wID -lcX -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -fAh -mPL -jga -eKf -njL -njL -njL -njL -feD -njL -njL -njL -njL -njL -rJn -jga -mfF -njL -mJI -njL -njL -mIk -njL -njL -tRF -njL -xAW -pZQ -jga -njL -rJn -riL -njL -lUT -jga -mPL -hSw -mPL -fAh -mPL -mPL -wfJ -hSw -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +tMM +tMM +izR +tMM +jce +nCC +keR +tMM +tMM +mUb +iDg +ghT +oUX +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +fOp +mQz +riy +tGf +hrn +kdo +daO +daO +daO +daO +dtD +jXU +oMj +oMj +oMj +oMj +qYo +nDo +mBg +yeo +qjW +eEq +eEq +eEq +eEq +eEq +eEq +fam +sUQ +eEq +kjO +wdi +gbZ +deK +cou +eCC +fjV +qol +qol +noo +wmx +qol +qol +oWT +tQG +kIy +kIy +kIy +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +tMM +wlZ +bYH +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (60,1,1) = {" -vNb -rIO -hyI -rIO -rIO -rIO -rIO -rIO -rIO -hyI -rIO -cHZ -ixH -jOT -jOT -jOT -onh -nrS -jOT -jOT -jOT -dSe -tWz -wID -spy -jYX -oKD -oKD -qRD -oKD -oKD -kXa -ipG -wID -lcX -mPL -mPL -dBD -mPL -fAh -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -jga -jNu -njL -njL -njL -njL -feD -njL -njL -njL -njL -njL -njL -jga -iSV -iSV -aND -veL -jEz -jEz -jEz -jEz -jEz -veL -jEz -jEz -sEj -jEz -jEz -jEz -jEz -jEz -iMk -mPL -mPL -mPL -wfJ -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +tMM +tMM +jce +nCC +iJn +iHO +xoH +qvK +iDg +ghT +byZ +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +fOp +bei +stt +nlY +rVM +ljX +uDQ +sIZ +sIZ +daO +daO +xHz +ioH +wkU +qua +ioH +xHz +oBQ +uHT +rcH +urq +urq +dpK +gbZ +eEq +eEq +wdi +oDV +sUQ +eEq +idq +ijS +lVv +hLz +rOP +axk +fjV +qol +loJ +arl +gbZ +oEz +oEz +wdi +xOn +oXd +hmw +hmp +iNN +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +ohD +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +tMM +wlZ +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (61,1,1) = {" -vNb -rIO -rIO -rIO -rIO -rIO -rIO -rIO -rIO -rIO -rIO -cHZ -lhP -bQG -bQG -bQG -avY -sRJ -urk -urk -urk -iyW -tWz -wID -spy -jYX -oKD -nfZ -oKD -nfZ -oKD -kXa -ipG -wID -lcX -mPL -mPL -mPL -mPL -mPL -mPL -mPL -dBD -mPL -mPL -fAh -mPL -mPL -mPL -jga -jPz -tPs -njL -tPs -rJn -wIx -njL -rJn -wIx -qOI -qOI -qOI -jga -tcz -wAy -mKI -xug -oVg -bag -lwT -wsG -rhz -jga -wOq -lnX -aPu -gTr -kiB -oNW -ygF -qhl -jga -mPL -wfJ -mPL -mPL -mPL -mPL -wfJ -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +oLN +tMM +tMM +gkU +iHM +nCC +pPU +iQy +iQy +riD +ghT +oUX +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +fOp +qXj +dfh +tGf +kIy +xHz +xFi +cAU +sIZ +daO +pcn +xHz +ioH +wkU +qua +ioH +xHz +daO +daO +jMF +dle +fMM +yeo +lTO +eEq +eEq +eEq +yeo +iQD +fid +dBX +kjO +acI +jSs +bBc +rwD +wJy +qol +qol +yeo +qol +qol +qol +qol +yeo +oOn +sGe +jMF +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +nGs +vYp +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (62,1,1) = {" -hjB -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -xUq -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -fFH -uSZ -wID -spy -jYX -oKD -oKD -oKD -oKD -oKD -kXa -ipG -wID -lcX -mPL -mPL -mPL -mPL -mPL -dBD -mPL -mPL -mPL -mPL -mPL -mPL -mPL -fAh -mKI -jEz -jEz -jEz -jEz -jEz -iMk -vfe -kWQ -mKI -jEz -jEz -jEz -iMk -tcz -tcz -jga -iEl -dFP -dFP -dFP -dFP -por -jga -jRu -pFs -vWR -pFs -pFs -pFs -pFs -gii -jga -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +oLN +oLN +tMM +tMM +gkU +iHM +keR +tMM +tMM +tMM +ljX +cOo +wje +uay +whU +whU +wje +wje +wje +whU +whU +uay +whU +whU +uay +whU +uay +whU +whU +wje +wje +rxy +whU +whU +bSR +sDg +kVg +mnP +kUQ +xHz +iQA +xxU +tEa +daO +daO +xHz +fop +qua +wkU +sjq +xHz +daO +daO +jMF +dle +vbx +yeo +lTO +eEq +eEq +eEq +rcH +urq +xOn +sUQ +kjO +tQG +vCV +rwD +rwD +fjV +qol +qol +yeo +qol +qol +qol +qol +yeo +gNW +sGe +jMF +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +ppn +tMM +tMM +jce +keR +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (63,1,1) = {" -vNb -gJe -ncA -ncA -ncA -ncA -sDx -sDx -sDx -sDx -jJB -cHZ -fLf -aNh -aNh -aNh -aNh -hZZ -hZZ -hZZ -hZZ -qfU -tWz -wID -wID -wID -gLF -gLF -gLF -gLF -gLF -wID -wID -wID -lcX -mPL -mPL -fAh -mPL -mPL -mPL -mPL -mPL -dBD -mPL -mPL -dBD -mPL -mPL -jga -jPz -njL -njL -njL -rJn -pwO -njL -rJn -pwO -wZp -giR -mtJ -jga -mgy -wAy -pwO -pxF -dFP -dFP -dFP -dFP -vyk -jga -aVe -kbg -jwy -kbg -vMX -pFs -pFs -iDU -jga -mPL -mPL -fAh -mPL -wfJ -mPL -mPL -mPL -lcX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -"} -(64,1,1) = {" -vNb -shO -dYF -dYF -dYF -dYF -dYF -dYF -dYF -dYF -qPc -cHZ -ipv -vhu -vhu -vhu -vhu -vhu -vhu -vhu -vhu -kzG -tWz -jyD -jyD -wID -lgX -lgX -lgX -lgX -lgX -wID -jyD -jyD -lcX -mPL -mPL -mPL -mPL -fAh -mPL -mPL -mPL -mPL -mPL -mPL -mPL -fAh -mPL -jga -jNu -njL -njL -njL -njL -eKo -njL -njL -yjq -njL -njL -rJn -jga -mpH -tcz -lKj -tcz -tcz -tcz -tcz -tcz -tcz -pwO -fpT -ooB -xlx -kEs -vEc -pFs -pFs -ndb -jga -mPL -mPL -wfJ -mPL -mPL -mPL -wfJ -mPL -lcX -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +oLN +kXT +tMM +vYp +tMM +jce +keR +tMM +tMM +tMM +jmX +bGv +moV +rVM +rVM +rVM +rVM +hrn +rVM +kIy +kIy +kIy +kIy +kIy +kIy +kIy +kPx +rVM +hrn +kPx +rVM +uHY +kIy +kPx +rVM +dXh +rVM +kIy +kIy +xHz +agW +naO +gtE +daO +daO +xHz +ioH +wkU +qua +ioH +xHz +daO +daO +jMF +dle +ucd +yeo +lTO +eEq +eEq +eEq +eEq +kwM +vPL +sUQ +kjO +wdi +urq +urq +urq +gbZ +mpt +mpt +yeo +diA +qol +qol +qol +yeo +xCu +sGe +jMF +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +guS +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +mZE +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(64,1,1) = {" +oLN +oLN +oLN +oLN +oLN +tMM +tMM +tMM +jce +keR +tMM +tMM +tMM +tMM +jmX +bGv +feh +feh +eKV +feh +feh +feh +feh +feh +feh +feh +eKV +feh +feh +ljX +vlm +vlm +ljX +feh +feh +feh +ljX +yhg +ljX +feh +feh +feh +jXU +oMj +oMj +wTc +wwv +wwv +jmX +wTc +tsv +tsv +wHb +aQO +daO +daO +ljX +oXd +hmw +yeE +cSc +eEq +eEq +eEq +eEq +eEq +vPL +sUQ +idq +sww +sww +sww +sww +ehM +eEq +eEq +yeo +vLx +qol +qol +qol +yeE +oXd +hmw +ljX +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +wlZ +qSm +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (65,1,1) = {" -vNb -shO -dYF -dYF -dYF -dYF -dYF -dYF -dYF -dYF -qPc -cHZ -ipv -vhu -vhu -vhu -vhu -vhu -vhu -vhu -vhu -kzG -tWz -xUq -xUq -wID -wID -wID -wID -wID -wID -wID -xUq -xUq -lcX -mPL -mPL -mPL -dBD -mPL -mPL -dBD -mPL -mPL -mPL -mPL -dBD -mPL -mPL -jga -eKf -njL -njL -njL -njL -eKo -njL -njL -yjq -njL -njL -njL -jga -mpH -tcz -tcz -tcz -tcz -tcz -tcz -tcz -tcz -kaJ -pFs -pFs -pFs -pFs -pFs -pFs -pFs -asG -jga -mPL -mPL -mPL -mPL -mPL -wfJ -mPL -mPL -lcX -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +oLN +oLN +tMM +tMM +tMM +jce +keR +tMM +tMM +wlZ +tMM +tMM +hpJ +vco +lGE +kvs +kvs +kvs +kvs +kvs +kvs +kvs +kvs +kvs +xdW +gMA +fdR +nin +nin +jXU +oMj +oMj +oMj +aQO +kIy +jmX +oMj +oMj +oMj +qYo +pLw +gdN +fCm +fwO +fwO +uTN +qua +wkU +wkU +sGe +wwv +daO +dtD +xHz +wlZ +tMM +lVv +cbq +eEq +eEq +eEq +eEq +eEq +vPL +iQD +fid +fid +dBX +pBB +fid +fid +fid +fid +yeo +skd +qol +qol +qol +lVv +tMM +tMM +xHz +sgP +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +rDm +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +vNp +qpt +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (66,1,1) = {" -vNb -shO -dYF -dYF -dYF -dYF -dYF -dYF -dYF -dYF -qPc -cHZ -ipv -vhu -vhu -vhu -vhu -vhu -vhu -vhu -vhu -kzG -tWz -xUq -hRW -rLk -rLk -nUb -rtp -wCx -foN -kgG -fcL -xUq -lcX -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -fAh -mPL -mPL -mPL -mPL -dBD -jHb -pUb -rht -rht -rht -njL -eKo -njL -njL -yjq -njL -njL -rJn -jga -pCl -qqR -gzA -aMo -nZn -pdP -gzA -jYQ -sGP -wIx -pFs -pFs -pFs -pFs -pFs -pFs -pFs -skb -jga -mPL -mPL -hSw -mPL -mPL -mPL -ohq -mPL -lcX -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +oLN +tMM +tMM +vNp +tMM +jce +keR +tMM +tMM +tMM +tMM +tMM +gex +qcl +jOH +jOH +jOH +jOH +jOH +jOH +jOH +jOH +jOH +jOH +jOH +gSW +sey +nin +nin +xHz +opH +opH +vkx +xlm +vLq +xlm +vTB +opH +opH +xHz +rox +qua +wkU +wkU +wkU +wkU +qua +qua +qua +sGe +wwv +daO +daO +xHz +tMM +vYp +pEl +vbG +eEq +eEq +eEq +eEq +eEq +rcH +urq +urq +xOn +sUQ +kjO +eCC +eCC +eCC +eCC +eCC +kKh +qol +qol +fyR +jAq +tMM +tMM +xHz +iNN +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +opH +ohD +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (67,1,1) = {" -vNb -lDH -pAl -pAl -pAl -pAl -ctn -ctn -ctn -ctn -sss -cHZ -gOu -ezi -ezi -ezi -ezi -pml -pml -pml -pml -nOx -tWz -xUq -fuq -tpg -tpg -tpg -tpg -tpg -tpg -tpg -uGN -xUq -lcX -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -jga -wax -xgb -wax -iCh -wIx -tPs -rJn -wIx -rSR -giR -hnI -jga -odP -uti -rdj -lWN -uPA -pjo -yae -vKh -kIf -jga -sTX -nKW -sTX -kjC -gTh -fxa -coD -ndb -jga -mPL -mPL -mPL -mPL -mPL -mPL -mPL -mPL -lcX -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -aGy -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +oLN +tMM +tMM +tMM +tMM +jce +ovv +kAO +tMM +vHB +tMM +pBW +sbs +eph +tTj +tTj +tTj +tTj +tTj +tTj +tTj +tTj +tTj +tTj +tTj +iDT +sey +nin +nin +xHz +opH +vkx +xlm +tRs +xwm +tRs +xlm +vTB +opH +xHz +gCD +qua +qua +qua +qua +rox +wkU +qua +rIR +oMj +oMj +oMj +oMj +aQO +tMM +tMM +tMM +pEl +bYA +eEq +eEq +eEq +eEq +xOL +oTs +puS +vPL +sUQ +kjO +eCC +aIa +aIa +aIa +eCC +eCC +eCC +ifC +jAq +tMM +tMM +tMM +xHz +uYX +wKM +wKM +wKM +wKM +wKM +wKM +wKM +wKM +wKM +wKM +wKM +wKM +wKM +wKM +wKM +wKM +wKM +wKM +qyn +xHz +tMM +ppn +tMM +tMM +jce +keR +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (68,1,1) = {" -vTR -wCK -wCK -wCK -wCK -wCK -wCK -wCK -wCK -wCK -wCK -ssz -wCK -wCK -wCK -wCK -wCK -wCK -wCK -wCK -wCK -wCK -jvg -xUq -bKE -tpg -tpg -fBO -rxw -nGC -uty -pZv -nhS -xUq -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -jHb -jEz -jEz -jEz -jEz -jEz -jEz -jEz -jEz -jEz -jEz -jEz -sEj -jEz -jEz -jEz -jEz -jEz -jEz -jEz -jEz -jEz -sEj -jEz -jEz -jEz -jEz -jEz -jEz -jEz -jEz -xug -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -lcX -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +tMM +tMM +tMM +dEQ +fwq +keR +tMM +tMM +tMM +tcs +tMM +van +eph +tTj +tTj +tTj +tTj +tTj +tTj +tTj +tTj +tTj +tTj +tTj +iDT +sey +nin +nin +jmX +wTc +xlm +tRs +xwm +uVg +xwm +tRs +xlm +wHb +umc +wTc +ehO +qua +wkU +wkU +rox +qua +gBC +xHz +tMM +wlZ +wlZ +tMM +tMM +vNp +ppn +wlZ +tMM +fam +eEq +eEq +eEq +eEq +eEq +lgo +ced +yeE +sUQ +kjO +eCC +aIa +aIa +aIa +eCC +aIa +aIa +eCC +tMM +tMM +ppn +tMM +xHz +kIy +jGM +kIy +jGM +kIy +kIy +jGM +kIy +kIy +jGM +jGM +kIy +kIy +jGM +kIy +kIy +jGM +kIy +jGM +kIy +xHz +tMM +tMM +tMM +tMM +jce +keR +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (69,1,1) = {" -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -swv -tpg -tpg -eSj -rBD -mNM -cYJ -pFW -bjW -xUq -jyD -jyD -jyD -jyD -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -xoS -xoS -xoS -xoS -kID -kID -kID -kID -kID -xoS -xoS -kID -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +tMM +tMM +tMM +jce +pPU +nIc +tMM +xoT +ppn +tMM +gxh +lFw +eph +tTj +tTj +tTj +tTj +tTj +tTj +tTj +tTj +tTj +tTj +tTj +iDT +sey +nin +nin +vlm +kIy +vLq +xwm +wyt +wWe +viy +xwm +wds +wkU +faw +wkU +qua +qua +qua +rox +qua +wkU +wkU +jmX +oMj +bGv +tMM +vNp +vYp +tMM +vNp +tMM +tMM +yeE +smA +eEq +eEq +eEq +eEq +eEq +nPJ +lVv +sUQ +kjO +eCC +aIa +aIa +aIa +eCC +aIa +aIa +eCC +tMM +tMM +vNp +tMM +jmX +wTc +yjx +yjx +yjx +qSF +yjx +yjx +yjx +qSF +yjx +ufD +yjx +yjx +yjx +qSF +yjx +yjx +yjx +qSF +wHb +aQO +tMM +tMM +tMM +dEQ +fwq +keR +tMM +wlZ +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +cvl +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +ngo +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (70,1,1) = {" -xUq -txn -aZe -aZe -aZe -aZe -aZe -iic -iic -xUq -xUq -mpD -rtB -mpD -xUq -mpD -rtB -mpD -xUq -mpD -rtB -mpD -xUq -xUq -olF -tpg -tpg -tpg -tpg -tpg -tpg -tpg -pkT -xUq -jyD -jyD -jyD -jyD -gXj -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -gXj -vKY -vKY -dkl -gXj -dGH -fiK -fiK -gXj -xoS -nSw -kIj -oeN -xoS -mDD -mDD -mDD -mDD -mDD -mDD -kID -xoS -smW -xoS -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +tMM +tMM +tMM +jce +keR +tMM +tMM +ueC +tMM +tMM +lfz +sbs +eph +tTj +tTj +tTj +tTj +tTj +tTj +tTj +tTj +tTj +tTj +tTj +iDT +sey +nin +nin +rIR +wTc +xlm +uaD +xwm +uWJ +xwm +uaD +xlm +wHb +wZa +wTc +oXd +hfe +hfe +hmw +rox +wkU +wkU +qua +wkU +tyk +tMM +tMM +tMM +wlZ +tMM +tMM +wlZ +ifC +vbG +gaY +eEq +eEq +eEq +eEq +xTn +acI +sUQ +kjO +eCC +aIa +aIa +aIa +eCC +aIa +eCC +eCC +tMM +tMM +tMM +tMM +tMM +tMM +jEJ +hDq +hDq +hDq +hDq +hDq +hDq +hDq +hDq +hDq +hDq +hDq +hDq +hDq +pdj +fWy +fWy +xTH +tMM +tMM +tMM +tMM +dEQ +fwq +pPU +gBu +tMM +tMM +guS +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (71,1,1) = {" -xUq -irV -aZe -aZe -aZe -aZe -aZe -aZe -iic -xUq -xUq -pst -rtB -fva -xUq -pst -rtB -fva -xUq -pst -rtB -fva -xUq -xUq -jmK -tpg -tpg -izb -rCQ -qyL -pVF -etk -qxD -xUq -jyD -jyD -jyD -jyD -gXj -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -gXj -pKX -pKX -pKX -gXj -eeN -fiK -fOf -gXj -kID -nrv -qAW -qAW -xoS -qAW -qAW -qAW -qAW -qAW -qAW -xoS -qAW -qAW -qAW -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -aad -njW -njW -njW -njW -adR -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +tMM +tMM +tMM +jce +keR +tMM +dzH +tMM +tcs +tMM +jiV +lFw +eph +tTj +tTj +tTj +tTj +tTj +tTj +tTj +dxR +tTj +tTj +tTj +iDT +sey +nin +nin +xHz +opH +twg +xlm +uaD +xwm +uaD +xlm +vTC +opH +xHz +cPl +hFa +wkU +lgm +kwW +wkU +qua +wkU +rox +wkU +pQr +tMM +tMM +vNp +vNp +vNp +tMM +tMM +tMM +pEl +vbG +keU +eEq +eEq +eEq +rub +tQG +sUQ +kjO +eCC +aIa +aIa +aIa +eCC +eCC +eCC +tMM +tMM +tMM +vNp +vNp +tMM +tMM +mUb +qDm +qDm +pAk +iQy +xxS +qDm +qDm +pAk +iQy +qbE +iQy +iQy +xxS +bYI +tMM +tMM +mof +tMM +tMM +tMM +dEQ +fwq +pPU +gBu +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (72,1,1) = {" -xUq -dol -aZe -aZe -aZe -aZe -aZe -aZe -iic -xUq -xUq -mpD -rtB -mpD -xUq -mpD -rtB -mpD -xUq -mpD -rtB -mpD -xUq -xUq -qZR -tpg -tpg -tBD -sog -bZZ -wOK -sCI -cYU -xUq -jyD -jyD -jyD -jyD -gXj -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -gXj -uYp -pKX -pKX -dEq -eDg -fjA -gXj -gXj -xoS -fGT -qAW -qAW -piw -qAW -qAW -qAW -qAW -qAW -qAW -igW -qAW -qAW -qAW -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +oLN +tMM +tMM +dEQ +fwq +keR +tMM +tMM +wlZ +tMM +tMM +tMM +paC +xBV +osm +osm +osm +osm +osm +osm +osm +osm +osm +osm +osm +bJL +sey +nin +nin +xHz +opH +opH +twg +xlm +vLq +xlm +vTC +opH +opH +xHz +cPl +xFb +qua +wkU +kwW +wkU +wkU +qua +rox +wkU +iLT +tMM +tMM +kci +tMM +tMM +tMM +vNp +vYp +tMM +pEl +vbG +jQr +eEq +eEq +vEl +fam +sUQ +kjO +eCC +aIa +aIa +aIa +eCC +eCC +tMM +tMM +tMM +tMM +tMM +tMM +vYp +tMM +mUb +vIb +qDm +bYI +tMM +jKt +iQy +iQy +yhm +tMM +pxX +ppn +tMM +mUb +hVn +dcW +fnn +dgn +tMM +tMM +dEQ +lxJ +pPU +gBu +tMM +tMM +tMM +tMM +vYp +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} -(73,1,1) = {" -xUq -sRB -aZe -aZe -aZe -aZe -aZe -aZe -iic -xUq -xUq -xUq -fgC -xUq -xUq -xUq -fgC -xUq -xUq -xUq -fgC -xUq -xUq -xUq -htZ -tpg -tpg -tpg -tpg -tpg -tpg -tpg -hen -xUq -jyD -jyD -jyD -jyD -gXj -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -gXj -pKX -pKX -pKX -gXj -gXj -gXj -gXj -gXj -xoS -fGT -qAW -qAW -xoS -qAW -qAW -dAs -fGT -qAW -fEx -xoS -smW -xoS -xoS -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -aHs -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +(73,1,1) = {" +oLN +oLN +oLN +oLN +tMM +tMM +jce +nCC +keR +tMM +tMM +tMM +vNp +vNp +tMM +gJv +qNu +qNu +qNu +qNu +qNu +qNu +jvr +vco +dFv +gMA +jvr +qNu +qNu +fdR +auX +auX +jXU +oMj +oMj +oMj +bGv +vlm +rIR +oMj +oMj +oMj +aQO +oXd +cuv +cQw +wkU +gFv +wkU +yaC +qua +wkU +wkU +ljX +tMM +vNp +tMM +tMM +tMM +tMM +vNp +vNp +ppn +tMM +pEl +vbG +nOa +kFB +dNy +vPL +ehM +idq +eCC +aIa +aIa +eCC +eCC +tMM +tMM +vNp +tMM +tMM +vNp +tMM +tMM +tMM +jce +pPU +uOJ +chP +jPu +hao +tMM +tMM +hUk +tMM +tMM +dEQ +iHO +fwq +keR +tMM +jce +keR +tMM +dEQ +fwq +pPU +gBu +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (74,1,1) = {" -xUq -mPw -aZe -aZe -aZe -aZe -aZe -iic -iic -xUq -xUq -ets -hCF -ets -xUq -ets -hCF -ets -xUq -ets -hCF -ets -xUq -xUq -pDg -tpg -tpg -dyv -sFo -irj -dzo -xAM -gIN -xUq -jyD -jyD -jyD -jyD -gXj -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -gXj -pKX -pKX -qTB -gXj -gXj -gXj -gXj -gXj -xoS -tlX -qfe -pHT -kID -qAW -qAW -fGT -fGT -qAW -qAW -qAW -qAW -vLs -kID -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -hbO -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +oLN +tMM +tMM +jce +nCC +keR +tMM +tMM +tMM +vNp +tMM +vYp +tMM +tMM +tMM +tMM +nNo +tMM +opP +gex +bah +nin +nin +gex +uJf +xpt +gex +nin +nin +gex +uJf +wlZ +opP +gex +nin +gex +sTf +tMM +wlZ +nNo +tMM +aqy +hfe +hfe +hfe +hfe +hmw +hmp +vqi +vqi +tyk +tMM +tMM +vNp +vYp +vNp +wlZ +atZ +tMM +tMM +tMM +tMM +tQG +wdi +urq +urq +mYu +xbq +xbq +eCC +eCC +eCC +eCC +tMM +tMM +tMM +ppn +tMM +tMM +tMM +tMM +tMM +tMM +itD +gBu +tMM +pqW +tMM +rVJ +iHO +iHO +knF +iHO +iHO +fwq +nCC +nCC +iJn +iHO +fwq +iJn +iHO +fwq +pPU +gBu +tMM +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (75,1,1) = {" -xUq -xUq -xUq -xUq -aZe -aZe -xUq -xUq -xUq -xUq -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -ets -xUq -dZO -tpg -tpg -bue -tmi -mUB -jVp -aJn -wby -xUq -jyD -jyD -jyD -jyD -gXj -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -gXj -pKX -pKX -pKX -gXj -eIt -eIt -fWB -gXj -xoS -xoS -kID -xoS -xoS -qAW -qAW -fGT -fGT -qAW -qAW -qAW -qAW -vLs -kID -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -vDh -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +tMM +tMM +jce +nCC +keR +tMM +tMM +tMM +tMM +wlZ +vNp +tMM +tMM +tMM +tMM +hhh +tMM +xpt +osO +nin +nin +nin +osO +uJf +opP +osO +nin +nin +osO +uJf +tMM +xpt +osO +nin +osO +uJf +wlZ +tMM +hhh +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +jce +keR +tMM +tMM +tMM +tMM +tMM +tMM +tMM +dEQ +iHO +iHO +iHO +iHO +fwq +nCC +oUB +fMW +gkg +nZb +nZb +cGJ +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vNp +vNp +vNp +tMM +tMM +tMM +pqW +tMM +dEQ +uMn +iHO +fwq +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +pPU +gBu +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (76,1,1) = {" -xUq -ets -hCF -hCF -hCF -hCF -hCF -hCF -hCF -vhk -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -ets -xUq -uTd -tpg -tpg -tpg -tpg -tpg -tpg -tpg -yhS -xUq -jyD -jyD -jyD -jyD -gXj -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -gXj -pKX -pKX -pKX -dGv -eNw -eNw -gmR -gXj -kID -fEx -qAW -qAW -qAW -qAW -qAW -qAW -qAW -qAW -qAW -qAW -qAW -vLs -kID -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +tMM +tMM +jce +pPU +nIc +tMM +tMM +vNp +tMM +vNp +wlZ +tMM +wlZ +wlZ +tMM +hhh +tMM +opP +ghF +nin +nin +nin +ghF +sTf +opP +ghF +nin +nin +ghF +uJf +tMM +oUy +ghF +nin +ghF +uJf +tMM +aLs +hhh +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +jce +iJn +iHO +iHO +iHO +iHO +iHO +iHO +iHO +fwq +pPU +uOJ +uOJ +iHM +pPU +uOJ +oUB +fMW +gkg +gcW +gcW +cGJ +tMM +vNp +tMM +tMM +vNp +tMM +tMM +tMM +tMM +tMM +tMM +tMM +dEQ +uMn +iHO +fwq +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +pPU +gBu +tMM +tMM +tMM +tMM +tMM +tMM +tMM +wlZ +tMM +tMM +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj "} (77,1,1) = {" -xUq -ets -hCF -hCF -hCF -hCF -hCF -hCF -hCF -vhk -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -ets -xUq +oLN +oLN +oLN +tMM +tMM +tMM +jce +keR +tMM +tMM +tMM +afJ +tMM +vNp +vNp +vNp +atZ +wlZ +ppn +hhh +tMM +oUy +ghF +nin +nin +nin +ghF +uJf +jFm +ghF +nin +nin +ghF +sTf +ppn +opP +ghF +nin +ghF +uJf +tMM +tMM +hhh +tMM +dEQ std -tpg -tpg -lNy -tqn -lof -oCZ -tbv -bSc -xUq -jyD -jyD -jyD -jyD -gXj -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -gXj -lqJ -pKX -pKX -gXj -eWw -eNw -gva -gXj -xoS -qAW -qAW -qAW -fbe -qAW -qAW -qAW -qAW -qAW -qAW -qAW -qAW -cDm -kID -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +iHO +iHO +iHO +iHO +iHO +fwq +rsz +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +gBu +tMM +tMM +jce +keR +tMM +kRk +kRk +kRk +kRk +kRk +xZn +ppn +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +dEQ +iHO +iHO +fwq +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +pPU +uOJ +iHM +nCC +pPU +gBu +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds "} (78,1,1) = {" -xUq -ets -hCF -hCF -hCF -hCF -hCF -hCF -hCF -vhk -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -ets -xUq -kvU -tpg -tpg -bBX -tJM -tVF -gVd -iBQ -fdm -xUq -jyD -jyD -jyD -jyD -gXj -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -gXj -pKX -pKX -pKX -gXj -eXh -fBQ -fWB -gXj -xoS -qAW -qAW -fGT -fGT -fbe -qAW -qAW -qAW -qAW -qAW -qAW -qAW -cDm -xoS -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +tMM +dEQ +fwq +keR +tMM +tMM +tMM +vNp +wlZ +tMM +wlZ +tMM +tMM +wlZ +tMM +hhh +wlZ +opP +kmk +nin +nin +nin +kmk +uJf +opP +kmk +nin +nin +kmk +uJf +aLs +opP +kmk +nin +kmk +uJf +atZ +tMM +hhh +tMM +jce +nCC +pPU +uOJ +uOJ +uOJ +iHM +pPU +gBu +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +jce +iJn +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +fwq +nCC +pPU +uOJ +iHM +pPU +uOJ +iHM +nCC +nCC +nCC +pPU +uOJ +iHM +nCC +nCC +pPU +gBu +tMM +odi +uOJ +rOR +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +xfs +tMM +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (79,1,1) = {" -xUq -xUq -xUq -xUq -aZe -aZe -xUq -xUq -xUq -xUq -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -hCF -ets -xUq -mJv -tpg -tpg -tpg -tpg -tpg -tpg -tpg -vTC -xUq -jyD -jyD -jyD -jyD -gXj -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -gXj -pKX -pKX -qTB -gXj -gXj -gXj -gXj -gXj -xoS -qAW -xlW -fGT -fGT -fbe -qAW -qAW -qAW -qAW -qAW -xoS -kID -xoS -kID -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +tMM +jce +pPU +nIc +tMM +tMM +wlZ +tMM +vNp +vNp +wlZ +urS +vYp +tMM +tMM +nNo +tMM +opP +paC +nin +nin +nin +paC +sTf +opP +paC +nin +nin +paC +uJf +tMM +oUy +paC +nin +paC +sTf +tMM +wlZ +nNo +tMM +jce +nCC +keR +tMM +tMM +tMM +jce +keR +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +gkU +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +uOJ +gBu +tMM +jce +keR +tMM +jce +nCC +pPU +uOJ +kJw +tMM +gkU +uOJ +iHM +keR +tMM +tMM +rIj +tMM +hUk +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (80,1,1) = {" -xUq -epr -epr -epr -aZe -aZe -epr -epr -epr -xUq -xUq -ets -hCF -hCF -xUq -ets -hCF -ets -xUq -ets -hCF -ets -xUq -xUq -fXF -tpg -tpg -hAZ -uer -hQs -eGQ -syH -xIK -xUq -jyD -jyD -jyD -jyD -gXj -jyD -jyD -jyD -jyD -brx -jyD -jyD -jyD -jyD -gXj -pKX -pKX -pKX -gXj -eIt -eIt -fWB -gXj -xoS -qAW -qAW -fGT -fGT -fbe -qAW -qAW -qAW -qAW -qAW -iXH -dKN -dKN -xoS -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -"} -(81,1,1) = {" -xUq -qUw -qUw -qUw -aZe -aZe -qUw -qUw -qUw -xUq -xUq -xUq -fgC -xUq -xUq -xUq -fgC -xUq -xUq -xUq -fgC -xUq -xUq -xUq -inp -tpg -tpg -nYs -stD -rUx -uJJ -gbp -uQp -xUq -jyD -jyD -jyD -gXj -gXj -gXj -gXj -gXj -gXj -buC -gXj -gXj -gXj -gXj -gXj -pKX -pKX -pKX -dGv -eNw -eNw -gmR -gXj -xoS -qAW -qAW -qAW -fbe -qAW -qAW -qAW -qAW -qAW -qAW -iXH -qAW -qAW -xoS -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -"} -(82,1,1) = {" -xUq -qUw -qUw -qUw -aZe -aZe -qUw -qUw -qUw -xUq -xUq -mpD -rtB -mpD -xUq -mpD -rtB -mpD -xUq -mpD -rtB -mpD -xUq -xUq -isK -tpg -tpg -tpg -tpg -tpg -tpg -tpg -tpg -xUq -xUq -xUq -xUq -gXj -dxr -iMC -dxr -fpk -pKX -pKX -pKX -bEL -cPc -pKX -pKX -pKX -pKX -pKX -gXj -eWw -eNw -gva -gXj -kID -fEx -qAW -qAW -qAW -qAW -qAW -qAW -qAW -qAW -qAW -lIO -qAW -qAW -kID -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -"} -(83,1,1) = {" -xUq -qUw -qUw -qUw -aZe -aZe -qUw -qUw -qUw -xUq -xUq -pst -rtB -fva -xUq -pst -rtB -fva -xUq -pst -rtB -fva -xUq -xUq -lCb -tpg -tpg -tpg -tpg -tpg -tpg -tpg -tpg -xUq -nCr -qOL -xUq -gXj -bDQ -qvz -aVF -gXj -ijL -pKX -pKX -pKX -pKX -pKX -pKX -pKX -pKX -pKX -gXj -eXh -fBQ -fWB -gXj -kID -xoS -kID -xoS -kID -qAW -qAW -fGT -fGT -qAW -qAW -iXH -qAW -qAW -xoS -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +tMM +jce +keR +tMM +tMM +iXm +tMM +tMM +tMM +vNp +bYH +vNp +tMM +wlZ +tMM +wqQ +qNu +qNu +sUh +vco +dFv +gMA +sUh +qNu +qNu +iVY +auX +auX +gJv +qNu +qNu +qNu +iVY +auX +gJv +qNu +qNu +qNu +vco +tMM +jce +nCC +keR +tMM +ecr +fCw +mkV +mkV +weN +nMk +wFJ +wFJ +wFJ +acv +pzJ +pzJ +pzJ +pzJ +pzJ +pzJ +pzJ +pzJ +pzJ +pzJ +pzJ +pLU +tMM +tMM +tMM +vNp +vNp +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +jce +iJn +xDn +uVy +iHM +keR +tMM +aye +yjL +tMM +tMM +jce +iJn +idb +tMM +tMM +dEQ +epX +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +"} +(81,1,1) = {" +oLN +oLN +oLN +tMM +tMM +jce +keR +tMM +tMM +tMM +tMM +tMM +tMM +vYp +vNp +vNp +wlZ +wlZ +tMM +wvS +ayg +ayg +ayg +ayg +ppH +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +rOo +iHO +fwq +nCC +keR +tMM +xCI +oSR +oSR +oSR +oSR +yjD +aey +eyo +wDM +xCI +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +iHO +qvc +fpe +tMM +vNp +tMM +tMM +tMM +tMM +tMM +vNp +wlZ +tMM +tMM +tMM +tMM +tMM +tMM +tMM +jce +nCC +keR +tMM +gkU +sFL +idb +tMM +rVJ +iHO +iHO +fwq +nCC +iJn +iHO +iHO +fwq +keR +had +tMM +tMM +vNp +vNp +tMM +qpt +vNp +tMM +wlZ +tMM +tMM +vYp +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +"} +(82,1,1) = {" +oLN +oLN +oLN +tMM +tMM +jce +keR +tMM +tMM +tMM +tMM +tMM +bYH +uuG +tMM +rLg +tMM +wlZ +tMM +wXg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +rOo +nCC +nCC +iaC +keR +tMM +xCI +oSR +oSR +oSR +oSR +iMA +hHs +nDh +nDh +yjD +nCC +nCC +nCC +nCC +nCC +bqY +nCC +nCC +nCC +nCC +bWv +fpe +tMM +tMM +tMM +tMM +tMM +vNp +vYp +tMM +nGs +gNf +tMM +tMM +tMM +vNp +tMM +tMM +jce +pPU +bde +eqO +tMM +jce +iJn +xDn +uVy +uOJ +iHM +pPU +uOJ +iHM +pPU +uOJ +iHM +keR +tMM +tMM +vYp +tMM +vNp +tMM +tMM +tMM +tMM +tMM +iVJ +vNp +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +"} +(83,1,1) = {" +oLN +oLN +oLN +tMM +tMM +jce +keR +tMM +tMM +tMM +tMM +wlZ +tMM +tMM +tMM +tMM +tMM +tMM +tMM +xhc +ayg +ayg +ayg +osJ +ayg +rHo +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +ayg +rOo +uOJ +iHM +nCC +keR +tMM +yjD +oSR +oSR +oSR +oSR +vWb +gIK +nDh +nDh +iMA +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +bqY +paK +fpe +tMM +tMM +vNp +tMM +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +tMM +tMM +vNp +tMM +jce +keR +tMM +tMM +vmD +uVy +iHM +keR +tMM +tMM +gkU +kJw +tMM +gkU +kJw +tMM +jce +keR +vNp +tMM +vNp +tMM +tMM +vNp +tMM +vNp +tMM +tLF +tMM +tMM +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (84,1,1) = {" -xUq -pbA -pbA -pbA -aZe -aZe -pbA -pbA -fqe -xUq -xUq -mpD -rtB -mpD -xUq -mpD -rtB -mpD -xUq -mpD -rtB -mpD -xUq -xUq -knq -kDp -lmC -pjY -eRH -ygK -xXe -tpg -tpg -xUq -tpg -cpC -xUq -gXj -fNO -gXj -gXj -gXj -pKX -pKX -pKX -pKX -pKX -pKX -pKX -pKX -pKX -qTB -gXj -gXj -gXj -gXj -gXj -kID -qAW -qAW -qAW -kID -qAW -qAW -fGT -fGT -qAW -qAW -iXH -dKN -dKN -kID -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +tMM +jce +keR +tMM +wlZ +tMM +tMM +iIg +mCv +pbN +gUj +gMA +qNu +qNu +qNu +qNu +jvr +qNu +qNu +vco +tik +gMA +qNu +qNu +jvr +qNu +qNu +qNu +jvr +qNu +qNu +qNu +msp +ayg +ayg +ayg +ayg +ayg +iIg +tMM +jce +nCC +iJn +iHO +lPp +oSR +oSR +oSR +oSR +fWh +nDh +nDh +nDh +vWb +nCC +iaC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +paK +fpe +tMM +tMM +tMM +vNp +tMM +tMM +tMM +tMM +tMM +vEJ +vYp +tMM +tMM +tMM +tMM +tMM +jce +keR +tMM +dEQ +epX +tMM +jce +mdG +eqO +tMM +tMM +rVJ +idb +tMM +aye +iSy +fwq +keR +tMM +tMM +tMM +vYp +tMM +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (85,1,1) = {" -xUq -pbA -gHj -aZe -aZe -aZe -aZe -gHj -cQQ -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -eSq -eSq -xUq -tpg -uzy -xUq -gXj -bDQ -mIq -aYx -jrw -bDQ -bDQ -bDQ -bZG -bZG -bZG -lWK -pKX -pKX -pKX -gXj -eIt -eIt -fWB -gXj -xoS -qAW -qAW -qAW -kID -qAW -qAW -fGT -fGT -qAW -fEx -xoS -xoS -xoS -xoS -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -njW -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +tMM +jce +keR +tMM +tMM +tMM +iXm +xAs +iKf +mxA +mxA +iKf +iwb +wFC +rAb +wFC +sey +fiy +rsZ +oHZ +kUM +oHZ +rsZ +fiy +sey +aLV +nZo +uDd +sey +erx +erx +erx +sey +cMM +ayg +ayg +ayg +ayg +osO +tMM +jce +nCC +nCC +nCC +uhm +oSR +oSR +oSR +oSR +oTA +nDh +nDh +nDh +fWh +nCC +nCC +qql +gpG +nCC +nCC +nCC +nCC +nCC +nCC +paK +fpe +tMM +tMM +tMM +tMM +vNp +tMM +vYp +tMM +vNp +tMM +nGs +tMM +tMM +tMM +tMM +tMM +jce +mdG +rkJ +vhQ +iJn +xDn +uVy +gBu +tMM +dEQ +iHO +fwq +iJn +idb +tMM +jce +nCC +keR +tMM +tMM +vNp +tMM +tMM +wlZ +bYH +tMM +tMM +vNp +tMM +tMM +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (86,1,1) = {" -xUq -pbA -tnx -aZe -aZe -aZe -aZe -tnx -pbA -xUq -aEe -rtB -aEe -xUq -aMO -cHF -cHF -cHF -cHF -cHF -cHF -cHF -aMO -xUq -jeA -kKc -lnj -pqC -ufB -piN -xUq -tpg -tpg -xUq -tpg -mwa -xUq -gXj -bDQ -aBv -bmW -gXj -bvW -bDQ -bDQ -clX -clX -cWL -lWK -pKX -pKX -pKX -dGv -eNw -eNw -gmR -gXj -kID -qAW -mgR -qAW -piw -qAW -qAW -qAW -qAW -qAW -qAW -igW -qAW -qAW -qAW -wed -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +tMM +jce +keR +tMM +tMM +ppn +tMM +lMh +tYp +jDy +owt +xhl +lGK +moS +eWL +hwh +sey +aDf +fIc +fIc +fIc +fIc +fIc +ibG +gex +qfD +qfD +qfD +gex +laP +laP +laP +gJv +qNu +msp +ayg +ayg +ayg +ghF +tMM +jce +nCC +nCC +nCC +uhm +oSR +oSR +oSR +oSR +mkV +nDh +nDh +mMU +wSt +nCC +nCC +gpG +qql +nCC +nCC +nCC +nCC +nCC +nCC +paK +fpe +tMM +tMM +vYp +tMM +vNp +nGs +tMM +tMM +tMM +tMM +tMM +wlZ +tMM +vYp +tMM +tMM +jce +keR +tMM +jce +nCC +keR +tMM +tMM +dEQ +fwq +nCC +nCC +nCC +iJn +iHO +hvg +uOJ +rOR +tMM +qSm +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (87,1,1) = {" -xUq -xUq -xUq -xUq -bmO -bmO -xUq -xUq -xUq -xUq -aEe -rtB -aEe -xUq -aXk -arh -arh -arh -arh -arh -arh -arh -aXk -xUq -wiz -tpg -tpg -tpg -tpg -tpg -eSq -tpg -tpg -eSq -tpg -rfl -xUq -gXj -bDQ -gXj -gXj -gXj -gTB -bDQ -bDQ -cnM -cRR -dbc -lWK -pKX -pKX -pKX -gXj -eWw -eNw -gva -gXj -kID -qAW -qAW -qAW -xoS -qAW -qAW -qAW -qAW -qAW -qAW -xoS -qAW -qAW -qAW -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -vru -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +tMM +jce +keR +tMM +tMM +tMM +tMM +txr +yas +igh +kpW +nbC +lGK +rTw +nXS +uhU +sey +faY +fIc +fIc +fIc +fIc +fIc +xfK +wLP +gNc +fvI +lSp +rUq +fDt +nbp +gNc +lJc +eXl +sey +ayg +ayg +ayg +ghF +tMM +jce +nCC +pPU +uOJ +uhm +oSR +oSR +oSR +oSR +wSt +nDh +nDh +pmx +xCI +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +paK +fpe +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vYp +nGs +tMM +lgj +vNp +tMM +tMM +tMM +itD +bde +iSy +fwq +nCC +iJn +iHO +iHO +fwq +nCC +nCC +nCC +nCC +nCC +nCC +keR +tMM +hUk +tMM +tMM +tMM +tMM +wlZ +vEJ +tMM +tMM +vEJ +tMM +tMM +tMM +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (88,1,1) = {" -xUq -aZe -aZe -aZe -aZe -aZe -aZe -aZe -ajr -xUq -aEe -rtB -aEe -xUq -aXk -arh -arh -arh -arh -arh -arh -arh -aXk -xUq -fsd -tpg -tpg -tpg -tpg -tpg -eSq -tpg -tpg -eSq -tpg -kNk -xUq -gXj -bDQ -aKp -bne -gXj -nnr -bDQ -bDQ -cMS -fBM -fBM -lWK -lIE -fGU -qTB -gXj -eXh -fBQ -fWB -gXj -xoS -qAW -qAW -qAW -xoS -pbl -pbl -pbl -pbl -pbl -pbl -xoS -kID -xoS -xoS -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xoS -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +oLN +tMM +tMM +jce +keR +tMM +tMM +wlZ +tMM +paC +mxA +mxA +oRo +mxA +mqz +tyD +aRg +cDk +sey +oHZ +fIc +rKZ +fIc +rKZ +fIc +xfK +viM +gNc +fXR +wzP +gNt +gNc +jJh +gNc +lJc +eXl +sey +ayg +ayg +ayg +ghF +tMM +jce +iaC +keR +tMM +wSt +oSR +oSR +oSR +oSR +wBc +wFJ +wFJ +wFJ +qDF +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +paK +fpe +tMM +tMM +vNp +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vEJ +tMM +tMM +tMM +tMM +aoG +tMM +jce +nCC +nCC +nCC +nCC +nCC +nCC +nCC +pPU +uOJ +mOB +uOJ +iHM +iJn +iHO +epX +tMM +tMM +qSm +vNp +tMM +jhN +tMM +tMM +tMM +tMM +tMM +vYp +tLF +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (89,1,1) = {" -xUq -fdk -cCR -aZe -aZe -aZe -aZe -aZe -bbX -xUq -aEe -rtB -aEe -xUq -aXk -arh -arh -arh -arh -arh -arh -arh -aXk -xUq -iJd -nOO -vzX -xYb -upL -pbI -xUq -tpg -tpg -xUq -juL -nIO -xUq -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -gXj -xoS -xoS -xoS -xoS -xoS -kID -xoS -kID -xoS -kID -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -xoS -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -ozD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +tMM +tMM +tMM +jce +keR +tMM +tMM +tMM +tMM +gJv +vco +pSU +gMA +qNu +vco +tqP +nge +tqP +sey +vhZ +fIc +nvU +fIc +rKZ +fIc +xfK +viM +gNc +fkA +fFD +edX +vKQ +iOg +gNc +lJc +eXl +sey +ayg +ayg +ayg +ghF +tMM +jce +nCC +keR +tMM +xCI +oSR +oSR +oSR +oSR +tbK +bXk +bXk +bXk +tbK +nCC +nCC +nCC +nCC +nCC +iaC +nCC +nCC +nCC +nCC +paK +fpe +tMM +tMM +tMM +tMM +nGs +vYp +tMM +tMM +vNp +tMM +tMM +tMM +tMM +ila +tMM +tMM +aoG +tMM +gkU +iHM +pPU +uOJ +uOJ +iHM +nCC +nCC +keR +tMM +aoG +tMM +gkU +uOJ +iHM +keR +tMM +vNp +tMM +tMM +tMM +tMM +tMM +tMM +wlZ +vNp +vNp +vNp +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (90,1,1) = {" -xUq -jjA -kXq -ved -tav -aZe -aZe -aZe -ckB -xUq -aEe -rtB -aEe -xUq -arh -arh -arh -cHF -arh -cHF -arh -arh -arh -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -eSq -eSq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +tMM +tMM +tMM +jce +keR +tMM +tMM +tMM +guS +xAs +gyg +gyg +gyg +oJZ +gyg +gyg +gyg +aZN +sey +rQN +fIc +fIc +fIc +fIc +fIc +xfK +jRx +gNc +jFo +otg +eNb +glc +qGg +gNc +lJc +eXl +sey +ayg +ayg +ayg +kmk +tMM +jce +nCC +keR +tMM +xCI +oSR +oSR +oSR +oSR +tbK +jVS +jVS +jVS +tbK +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +bqY +nCC +paK +oNX +tMM +tMM +tMM +vNp +tMM +tMM +wlZ +tMM +tMM +nGs +tMM +tMM +tMM +tMM +vNp +tMM +rVJ +idb +tMM +jce +keR +tMM +tMM +bGV +uOJ +ePF +gBu +tMM +aoG +tMM +tMM +tMM +jce +keR +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +vNp +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (91,1,1) = {" -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -fgC -xUq -xUq -arh -arh -arh -ctP -arh -ctP -arh -arh -arh -xUq -sQw -sQw -sQw -psf -uGr -xUq -tpg -tpg -tpg -tpg -tpg -tpg -xUq -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +tMM +tMM +tMM +jce +keR +tMM +wlZ +tMM +tMM +lMh +aEA +iGf +mRB +mRB +mRB +iGf +gyg +sGZ +sey +jKe +fIc +fCL +fIc +fIc +fIc +jrl +paC +drz +drz +drz +paC +xjo +xjo +xjo +mdb +qNu +iVY +ayg +ayg +ayg +iIg +tMM +jce +nCC +keR +tMM +xCI +oSR +oSR +oSR +oSR +ecr +wFJ +wFJ +wFJ +nMk +wFJ +wFJ +wFJ +acv +nAv +tbK +jpF +ecr +wFJ +wFJ +wFJ +acv +tMM +tMM +vYp +tMM +tMM +tMM +tMM +tMM +ila +tMM +tMM +tMM +vNp +tMM +tMM +tMM +itD +bde +iSy +fwq +iJn +iHO +xDn +qnM +tMM +nOt +tMM +dEQ +knF +idb +tMM +dEQ +fwq +keR +vNp +tMM +tMM +wlZ +tMM +tMM +aLs +tMM +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (92,1,1) = {" -xUq -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -xUq -buD -arh -arh -arh -arh -arh -arh -arh -buD -xUq -iid -kPT -lqe -tpg -tpg -eSq -tpg -tpg -tpg -tpg -tpg -tpg -eSq -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +tMM +lgj +tMM +jce +keR +tMM +tMM +tMM +tMM +lMh +gyg +iGf +vwd +jcu +eAN +iGf +gyg +mls +gex +oHZ +fIc +fCL +fCL +fIc +fIc +dqZ +sey +acc +nsi +acc +sey +uHa +uHa +uHa +sey +ayg +ayg +ayg +ayg +ayg +osO +tMM +jce +nCC +keR +tMM +xCI +oSR +oSR +oSR +oSR +xCI +pFS +kOq +cYR +xCI +vVT +eVR +vVT +xCI +iqu +igl +dxA +xCI +vVT +eVR +vVT +xCI +tMM +tMM +vNp +tMM +vNp +tMM +tMM +vNp +tMM +tMM +tMM +vNp +vNp +tMM +vNp +tMM +aoG +tMM +bGV +uOJ +ePF +uOJ +rOR +tMM +rvY +xPV +tMM +bGV +uOJ +sFL +iHO +qHD +uOJ +rOR +tMM +tMM +tMM +tMM +tMM +dgN +vNp +tMM +vEJ +qSm +tMM +tLF +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (93,1,1) = {" -xUq -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -xUq -buD -arh -arh -arh -arh -arh -arh -arh -buD -xUq -tpg -tpg -tpg -tpg -tpg -eSq -tpg -tpg -tpg -tpg -tpg -tpg -eSq -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +tMM +tMM +tMM +jce +keR +tMM +lgj +ppn +wlZ +lMh +gyg +rXb +nPe +iGf +iGf +iGf +gyg +gyg +bDR +fIc +fIc +fCL +fCL +djp +fCL +dMv +hpJ +qNu +qNu +qNu +sTm +qNu +qNu +qNu +fdR +ayg +ayg +ayg +ayg +ayg +ghF +tMM +jce +iaC +keR +tMM +xCI +oSR +oSR +oSR +oSR +yjD +nDh +nDh +nDh +xCI +kDr +sVy +rhN +xCI +iqu +igl +dxA +xCI +kDr +sVy +uhm +xCI +tMM +tMM +bzG +tMM +tMM +wlZ +tMM +vEJ +tMM +tMM +tMM +tMM +tMM +tMM +vNp +tMM +rVJ +iHO +epX +tMM +hUk +tMM +nXP +idb +tMM +aye +gIx +qnM +tMM +gkU +iHM +keR +tMM +hUk +tMM +tMM +vNp +wlZ +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (94,1,1) = {" -xUq -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -xUq -buD -arh -arh -arh -arh -arh -arh -arh -buD -xUq -tpg -tpg -tpg -tpg -tpg -xUq -xUq -xUq -eSq -xUq -xUq -xUq -xUq -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +tMM +vYp +tMM +jce +keR +tMM +tMM +tMM +tMM +lMh +gyg +iGf +mNB +kJP +mrY +iGf +gyg +mls +paC +oHZ +fIc +fCL +fCL +fIc +fIc +oRv +sey +cuy +nbV +cuy +sey +fbI +gkG +aRY +sey +ayg +ayg +ayg +ayg +ayg +kmk +tMM +jce +nCC +keR +tMM +xCI +oSR +oSR +oSR +oSR +mkV +nDh +nDh +rnE +xCI +sRE +uhm +uhm +xCI +iqu +igl +dxA +xCI +sRE +uhm +rhN +xCI +tMM +tMM +tMM +tMM +tMM +vYp +tMM +tMM +tMM +tMM +vEJ +lgj +tMM +tMM +tMM +tMM +jce +nCC +iJn +iHO +epX +tMM +jce +iJn +idb +tMM +nOt +tMM +izR +tMM +itD +gBu +tMM +hUk +tMM +tMM +ePD +tMM +tMM +vNp +vNp +vNp +tMM +tMM +vNp +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +vPe +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (95,1,1) = {" -xUq -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -xUq -aMO -ctP -ctP -ctP -ctP -ctP -ctP -ctP -aMO -xUq -tpg -tpg -tpg -tpg -tpg -xUq -nGO -mmI -tpg -qBc -bie -jfH -xUq -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +tMM +tMM +tMM +jce +keR +tMM +tMM +lgj +tMM +lMh +aEA +iGf +mRB +mRB +mRB +iGf +gyg +sGZ +sey +jKe +fIc +fCL +fIc +fIc +fIc +kHn +gex +wZL +wZL +wZL +gex +fKK +fKK +fKK +gJv +qNu +msp +ayg +ayg +ayg +iIg +tMM +jce +nCC +keR +tMM +xCI +oSR +oSR +oSR +oSR +oTA +pqD +nDh +nDh +xCI +hxU +sid +hxU +yjD +via +tbK +ast +yjD +hxU +sid +hxU +xCI +tMM +tMM +tMM +tMM +vEJ +tMM +tMM +tMM +tMM +tMM +aLs +vNp +tMM +tMM +tMM +tMM +jce +nCC +nCC +nCC +keR +tMM +bGV +uOJ +gBu +tMM +rVJ +idb +tMM +dEQ +dDQ +izR +dEQ +epX +tMM +vNp +qSm +tMM +tMM +tMM +vYp +tMM +tMM +tLF +tMM +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (96,1,1) = {" -xUq -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -gZh -kRS -lxj -tpg -tpg -xUq -mWK -tpg -tpg -pCb -tpg -iGd -xUq -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +tMM +tMM +tMM +jce +keR +tMM +wlZ +tMM +tMM +txr +gyg +gyg +pdO +pdO +gyg +gyg +gyg +aZN +sey +gjk +fIc +fIc +fIc +fIc +fIc +xfK +wLP +gNc +fvI +lSp +qXK +fDt +nbp +gNc +jWK +uMs +sey +ayg +ayg +ayg +osO +tMM +jce +nCC +keR +tMM +xCI +oSR +oSR +oSR +oSR +wSt +afm +ePW +ecr +qDF +qou +xKR +xKR +xKR +oBn +oSR +lqp +xKR +xKR +xKR +xQW +yjD +tMM +tMM +vYp +vNp +vNp +tMM +tMM +vNp +tMM +vNp +tMM +tMM +vYp +tMM +vNp +tMM +gkU +iHM +pPU +uOJ +sFL +iHO +epX +tMM +tMM +vmD +uVy +sFL +iHO +qHD +bde +rkJ +vhQ +keR +qSm +tMM +vNp +ePD +tMM +vNp +tMM +tMM +tMM +vNp +wlZ +tMM +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (97,1,1) = {" -xUq -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -xUq -bXt -arh -arh -arh -arh -arh -arh -arh -arh -xUq -fYa -fYa -fYa -tpg -tpg -xUq -tub -tpg -tpg -pCM -tpg -geL -xUq -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +vYp +wlZ +tMM +jce +keR +tMM +tMM +tMM +tMM +paC +jTo +pHR +axW +ika +rHH +gMA +qNu +qNu +fdR +pmZ +fIc +iUr +fIc +rKZ +fIc +hKH +viM +gNc +fXR +wzP +gNt +gNc +jJh +gNc +jWK +waw +sey +ayg +ayg +ayg +ghF +tMM +jce +nCC +keR +tMM +uPB +fCw +tbK +tbK +weN +qDF +wcy +gXf +yjD +xKR +oBn +oSR +oSR +oSR +oSR +oSR +oSR +oSR +oSR +oSR +nTl +iMA +tMM +tMM +vNp +tMM +tMM +vYp +tMM +tMM +tMM +tMM +tMM +tMM +lgj +tMM +tMM +tMM +tMM +gkU +gBu +tMM +gkU +uOJ +rOR +tMM +rvY +ooU +tMM +gkU +uOJ +gBu +tMM +tMM +gkU +pDW +tMM +vEJ +tMM +vNp +tMM +tMM +tMM +tMM +vEJ +tMM +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (98,1,1) = {" -xUq -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -xUq -bXt -arh -arh -arh -cHF -cHF -cHF -cHF -arh -xUq -xUq -xUq -xUq -hnU -xUq -xUq -cst -tpg -tpg -tpg -tpg -goP -xUq -bWl -bWl -ovJ -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt -qFt +oLN +oLN +tMM +tMM +tMM +jce +keR +tMM +tMM +tMM +tMM +gex +nFC +cDk +aRg +cDk +aRg +hSY +nAO +qbb +sey +oHZ +fIc +blK +fIc +rKZ +fIc +hKH +viM +gNc +fkA +fFD +edX +vKQ +iOg +gNc +jWK +sso +sey +ayg +ayg +ayg +ghF +tMM +jce +iaC +keR +tMM +xCI +oSR +oSR +qJT +oAG +oSR +oSR +oSR +xjV +oSR +oSR +oSR +oSR +rka +oSR +oSR +oSR +oSR +oSR +oSR +nTl +vWb +tMM +ppn +tMM +tMM +tMM +tMM +tMM +vYp +wlZ +nGs +vNp +tMM +tMM +tMM +vNp +tMM +dzH +tMM +tMM +tMM +tMM +tMM +rtR +tMM +tMM +rIj +tMM +tMM +tMM +tMM +tMM +tMM +tMM +jLL +tMM +tMM +tMM +vNp +tMM +tMM +tMM +wlZ +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (99,1,1) = {" -xUq -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -xUq -ctP -ctP -cHF -arh -cKr -cKr -cKr -cKr -arh -xUq -lbQ -iru -lKO -tpg -van -xUq -fpr -tpg -tpg -tpg -tpg -kDF -xUq -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -iEI -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +oLN +oLN +lgj +wlZ +tMM +jce +keR +tMM +tMM +tMM +tMM +xAs +mle +aRg +cDk +aRg +hpw +wVn +cDk +vrH +sey +oYg +fIc +fIc +fIc +fIc +fIc +xfK +jRx +gNc +jFo +otg +pQR +glc +qGg +gNc +jWK +nSz +sey +ayg +ayg +ayg +ghF +tMM +jce +nCC +keR +tMM +xCI +oSR +oSR +oSR +oAG +oSR +aVZ +oSR +xjV +aFu +oSR +oSR +oSR +oSR +oSR +oSR +oSR +oSR +oSR +oSR +nTl +vWb +tMM +tMM +vNp +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vYp +tMM +tMM +tMM +tMM +tMM +tMM +dzH +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +dzH +tMM +tMM +tMM +vNp +tMM +tMM +tMM +vYp +tMM +wlZ +vNp +vNp +tMM +tMM +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (100,1,1) = {" -xUq -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -xUq -ctP -ctP -cKr -arh -arh -arh -arh -arh -arh -xUq -rLk -tpg -tpg -tpg -vlb -xUq -gaV -rOQ -tpg -soX -gRt -jYJ -xUq -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -iBH +oLN +oLN +tMM +tMM +tMM +jce +iJn +idb +tMM +ppn +tMM +lMh +ilr +cDk +aRg +cDk +iTe +aPx +aRg +jpK +sey +pmM +fIc +fIc +fIc +fIc +fIc +nfK +paC +tfr +tfr +tfr +paC +vvX +vvX +vvX +mdb +qNu +iVY +ayg +ayg +ayg +ghF +tMM +jce +nCC +keR +tMM +uPB +fCw +tbK +tbK +weN +wFJ +wFJ +wFJ +acv +lIV +cwi +oSR +oSR +oSR +oSR +oSR +oSR +oSR +oSR +oSR +nTl +fWh +tMM +tMM +vNp +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +dzH +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +izR +tMM +tMM +tMM +tMM +tMM +tMM +vEJ +tMM +wlZ +tMM +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +sCx +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (101,1,1) = {" -xUq -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -xUq -ctP -ctP -arh -arh -arh -arh -arh -arh -arh -xUq -kqD -tpg -tpg -tpg -vKb -xUq -xUq -xUq -eSq -xUq -xUq -xUq -xUq -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -bSk -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL +oLN +oLN +nGs +tMM +tMM +jce +nCC +keR +tMM +tMM +tMM +txr +jZf +aRg +kWc +wrB +cDk +aRg +cDk +vYs +sey +fiy +baD +oHZ +fIc +oHZ +baD +fiy +sey +cuy +sKz +cuy +sey +rYr +mPI +fPl +sey +cMM +ayg +ayg +ayg +ayg +kmk +tMM +jce +nCC +keR +tMM +xCI +uhm +uhm +uhm +uhm +qHs +qHs +qHs +wBc +acv +vne +lIV +lIV +lIV +lIV +lIV +lIV +lIV +lIV +lIV +nCh +wSt +tMM +tMM +tMM +vYp +vNp +vNp +wlZ +tMM +vNp +tMM +tMM +tMM +tMM +vYp +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +dzH +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vEJ +tMM +tMM +vYp +tMM +tMM +oLN +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +jGH +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (102,1,1) = {" -xUq -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -xUq -ctP -ctP -cLD -arh -arh -arh -arh -arh -arh -xUq -uTy -tpg -tpg -tpg -tpg -xUq -sao -pal -tpg -sSo -nkf -iOe -xUq -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -abH -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL +oLN +oLN +oLN +tMM +tMM +gkU +iHM +keR +tMM +tMM +tMM +iIg +mCv +pbN +gUj +iIg +fMs +cDk +aRg +dBJ +hpJ +qNu +qNu +vco +bDR +gMA +qNu +qNu +sTm +qNu +qNu +qNu +sUh +qNu +qNu +qNu +fdR +ayg +ayg +ayg +ayg +ayg +iIg +tMM +jce +nCC +keR +tMM +xCI +uhm +qEl +uhm +uhm +uhm +uhm +uhm +qVA +xCI +hxU +sid +hxU +wSt +hxU +sid +hxU +wSt +hxU +sid +hxU +xCI +tMM +vNp +tMM +tMM +tMM +tMM +wlZ +tMM +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vNp +tMM +oLN +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (103,1,1) = {" -xUq -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -xUq -ctP -ctP -cVo -arh -cLD -cLD -cLD -cLD -arh -xUq -oHf -tpg -tpg -tpg -wkc -xUq -dAK -tpg -tpg -tpg -tpg -tpg -xUq -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL +oLN +oLN +oLN +wlZ +tMM +tMM +jce +iJn +idb +tMM +tMM +tMM +vNp +tMM +tMM +xAs +xNx +aRg +cDk +cRm +sey +iGf +nPY +iGf +iGf +iGf +nPY +amG +gex +jpk +nSG +ise +ise +ise +ise +ise +sey +ayg +ayg +ayg +ayg +ayg +rOo +iHO +fwq +nCC +keR +tMM +xCI +uhm +uhm +btv +uhm +uhm +uhm +uhm +aeA +xCI +sRE +uhm +uhm +xCI +sRE +uhm +uhm +xCI +sRE +uhm +uhm +xCI +tMM +vNp +tMM +tMM +hxx +tMM +tMM +vYp +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vNp +tLF +tMM +tMM +vNp +guS +tMM +oLN +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (104,1,1) = {" -xUq -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -xUq -bXt -arh -arh -arh -cVo -cVo -cVo -cVo -arh -xUq -lUs -tpg -tpg -tpg -wIS -xUq -hCT -tpg -tpg -pcd -tpg -wrO -xUq -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL +oLN +oLN +oLN +oLN +tMM +tMM +gkU +iHM +iJn +idb +tMM +wlZ +vNp +ubY +tMM +lMh +aRg +cDk +aRg +vdW +sey +nNi +nNi +nNi +iGf +nNi +nNi +nNi +uLg +ise +ise +ise +paC +rJa +paC +mTh +sey +ayg +ayg +ayg +ayg +ayg +rOo +nCC +nCC +iaC +keR +tMM +xCI +grQ +uhm +uhm +uhm +ubX +uhm +uhm +han +xCI +kDr +sVy +uhm +xCI +kDr +sVy +uhm +xCI +kDr +sVy +uhm +xCI +tMM +ppn +tMM +vEJ +tMM +tMM +vNp +tMM +tMM +tMM +tMM +vNp +vYp +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vYp +tMM +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (105,1,1) = {" -xUq -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -arh -xUq -bXt -arh -arh -arh -arh -arh -arh -arh -arh -xUq -fEu -bBn -pkN -pyW -fEu -xUq -rVZ -cOg -veV -qkt -cnx -mKQ -xUq -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -dJg -bWl -bWl -bWl -bWl -jxJ -bWl -bWl -bWl -bWl -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL +oLN +oLN +oLN +oLN +oLN +tMM +tMM +gkU +iHM +iJn +idb +tMM +vNp +vNp +tMM +txr +gzb +lsf +vMj +xBl +sey +blh +blh +blh +qgr +blh +blh +blh +paC +oAu +gQr +gQr +sey +svg +sey +fBA +sey +ayg +ayg +ayg +ayg +ayg +rOo +uOJ +iHM +nCC +keR +tMM +xCI +grQ +uhm +iPZ +jSq +kFx +aii +fIv +gsR +xCI +vVT +aYw +vVT +xCI +vVT +aYw +vVT +xCI +vVT +aYw +uwU +xCI +tMM +tMM +vYp +tMM +vNp +tMM +tMM +tMM +tMM +tMM +tMM +vNp +tMM +wlZ +wlZ +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +guS +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (106,1,1) = {" -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -xUq -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL +oLN +oLN +oLN +oLN +oLN +oLN +tMM +tMM +gkU +iHM +iJn +idb +tMM +tMM +tMM +gMA +qNu +qNu +qNu +qNu +sUh +qNu +qNu +qNu +qNu +qNu +qNu +qNu +sUh +qNu +qNu +qNu +sUh +qNu +sUh +qNu +sUh +qNu +qNu +qNu +qNu +qNu +vco +tMM +jce +nCC +keR +tMM +wBc +wFJ +wFJ +wFJ +wFJ +wFJ +wFJ +wFJ +wFJ +wTS +wFJ +wFJ +wFJ +wTS +wFJ +wFJ +wFJ +wTS +wFJ +wFJ +wFJ +qDF +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vNp +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +oLN +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +vNp +tMM +vYp +tMM +tMM +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (107,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -sWL -sWL -sWL -sWL -sWL -sWL -sWL -axm -sWL -sWL -sWL -sWL -sWL -sWL -sWL +oLN +oLN +oLN +oLN +oLN +oLN +oLN +tMM +tMM +gkU +iHM +iJn +iHO +iHO +iHO +fwq +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +nCC +iJn +iHO +fwq +nCC +keR +tMM +tMM +tMM +tMM +kDO +wlZ +tMM +wlZ +tMM +wlZ +tMM +kDO +tMM +tMM +tMM +vNp +tMM +vYp +tMM +tMM +wlZ +vNp +tMM +tMM +tMM +oLN +oLN +oLN +tMM +tMM +tMM +vNp +tMM +tMM +vNp +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +tMM +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (108,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +tMM +tMM +umd +nCC +nCC +nCC +nCC +nCC +nCC +iaC +nCC +nCC +nCC +nCC +iaC +nCC +nCC +nCC +nCC +iaC +nCC +nCC +nCC +nCC +iaC +nCC +nCC +nCC +nCC +iaC +nCC +nCC +nCC +pPU +uuO +uOJ +uOJ +uOJ +gBu +tMM +tMM +tMM +uuG +tMM +tMM +rLg +wlZ +rLg +wlZ +cZj +vNp +vNp +tMM +tMM +vNp +vNp +vNp +vNp +bzG +vYp +vNp +tMM +tMM +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (109,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +tMM +tMM +tMM +tMM +tMM +tMM +tMM +wlZ +tMM +tMM +tMM +vNp +vYp +tMM +tMM +tMM +wlZ +wlZ +kDO +wlZ +wlZ +vNp +tMM +tMM +vNp +vNp +vNp +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (110,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -cxQ -jyD -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -lAC -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +oLN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +yds +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +yds +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk +ebk "} (111,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds "} (112,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +ace +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +mdt +mrA +mrA +mrA +mrA +mrA +mrA +mrA +mrA +mrA +mrA +rro +mrA +mrA +mrA +mrA +mrA +mrA +mrA +mrA +mrA +mrA +uvE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (113,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL +ace +ace +ace +ace +ace +ace +ace +ace +ace +chs +ace +ace +ace +ace +ace +ace +ace +ace +ace +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +jml +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iRI +mrX +mEE +mEE +mEE +nnm +odT +oXD +oXD +oXD +puE +nNr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (114,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL -sWL +ace +ace +ace +ace +akv +akv +ace +ace +chs +akS +chs +ace +ace +dRO +dRO +ace +ace +ace +ace +xvW +xvW +xvW +fNy +fNy +xvW +xvW +jml +txn +jml +xvW +xvW +lay +lay +xvW +xvW +xvW +xvW +iRI +msl +mJH +mJH +mJH +nnR +ofX +mJH +mJH +mJH +pGD +nNr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (115,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +ace +ace +akv +akS +akS +akS +ace +chs +akS +chs +ace +akS +akS +akS +dRO +ace +ace +ace +xvW +xvW +fNy +txn +txn +txn +xvW +jml +txn +jml +xvW +txn +txn +txn +lay +xvW +xvW +xvW +iRI +msl +mJH +mJH +mJH +nnR +ofX +mJH +mJH +mJH +pGD +nNr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (116,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +ace +akv +akS +akS +akS +akS +ace +ace +cIA +ace +ace +akS +akS +akS +akS +eKi +ace +ace +xvW +fNy +txn +txn +txn +txn +xvW +xvW +kei +xvW +xvW +txn +txn +txn +txn +lPe +xvW +xvW +iRI +msl +mJH +mJH +mJH +nnR +ofX +mJH +mJH +mJH +pGD +nNr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (117,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tXH -vaj -taf -uoL -lHA -jyD -jyD -jyD -tXH -vaj -taf -uoL -lHA -jyD +ace +ace +akv +akS +akS +akS +aXA +aKb +aMZ +bkR +dmu +dpS +dCs +akS +akS +akS +eKi +ace +ace +xvW +fNy +txn +txn +txn +gHJ +xvW +xvW +xvW +xvW +xvW +kXn +txn +txn +txn +lPe +xvW +xvW +iRI +mtI +mMj +mMj +mMj +nuU +ogm +pdq +pdq +pdq +pMw +nNr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (118,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -wxZ -wxZ -wxZ -wxZ -wxZ -wxZ -wxZ -wxZ -lYG -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iLB -nOF -rBR -iRo -vHV -jgZ -bJA -jyD -iLB -nOF -kec -iRo -vHV -jgZ -bJA +ace +ace +ace +akS +akS +aXA +aKb +dwR +cJu +bpb +dyB +dwR +dpS +dCs +akS +akS +ace +ace +ace +xvW +xvW +txn +txn +gHJ +xvW +xvW +xvW +xvW +xvW +xvW +xvW +kXn +txn +txn +xvW +xvW +xvW +mmO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +rtw +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +uxM +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (119,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -wxZ -riT -oEi -oRT -pfB -qDg -qDg -pfB -oRT -oEi -tIZ -wxZ -lYG -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -aQI -jhh -kVI -pVo -kVI -vcj -lia -jyD -aQI -ijy -kVI -dgY -kVI -vcj -lia +ace +ace +ace +ace +ace +aKb +dwR +bKJ +cJu +bkR +dyB +cJf +dwR +dpS +ace +ace +ace +ace +ace +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iRI +rYX +rYX +rYX +rYX +fdJ +rYX +rYX +rYX +rYX +nfE +nTj +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (120,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -riT -lDs -oAF -oEt -qDg -pgJ -qDg -qDg -pgJ -qDg -pYy -qdx -lDs -tIZ -lYG -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cth -lSd -kVI -xCr -kVI -rnO -fFT -jyD -cth -fLE -kVI -xCr -kVI -rnO -fFT +ace +ace +aiq +aiq +ace +aMZ +biy +biy +ciE +bkR +bKM +biy +biy +dmu +ace +exa +exa +ace +ace +xvW +fwy +fwy +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +lNn +lNn +xvW +xvW +iRI +rYX +nbY +neu +rYX +rYX +fdJ +nbY +rYX +pph +rYX +nTj +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (121,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -riT -lDs -lDs -lDs -oHr -qDg -qDg -qDg -qDg -qDg -qDg -pZL -lDs -lDs -lDs -tIZ -lYG -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jgy -kxj -kVI -bVa -kVI -ozO -iqu -jyD -jgy -qXw -kVI -vnF -kVI -ozO -iqu +ace +aiq +akS +akS +axS +bkR +bpb +bkR +bkR +cMJ +bkR +bkR +bpb +bkR +fGl +akS +akS +exa +ace +fwy +txn +txn +gmJ +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +tTV +txn +txn +lNn +xvW +iRI +jyW +rYX +rYX +nfE +rYX +rYX +fdJ +rYX +rYX +ntx +nTj +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (122,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -riT -ohS -lDs -opJ -oAK -oIg -qDg -qDg -qDg -qDg -qDg -qDg -qcp -oAK -qsJ -lDs -ohS -tIZ -lYG -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iVp -dBz -iOE -xoc -iOE -lxo -dUX -jyD -iVp -dBz -iOE -xoc -iOE -lxo -dUX +ace +ace +aiq +aiq +ace +aOn +bqT +bqT +cJf +bkR +bKJ +bqT +bqT +eeN +ace +exa +exa +ace +ace +xvW +fwy +fwy +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +lNn +lNn +xvW +xvW +iRI +rYX +rYX +rYX +nhY +rYX +rYX +rYX +fdJ +rYX +rYX +nTj +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (123,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -stT -stT -stT -stT -qDg -qDg -qDg -qDg -qDg -qDg -qDg -qDg -qDg -qDg -stT -stT -stT -stT -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -mAQ -wdp -sVA -khP -ist -jyD -jyD -jyD -mAQ -wdp -sVA -khP -ist -jyD +ace +ace +ace +ace +ace +bNV +dwR +bKM +cJu +bkR +dyB +ciE +dwR +dHc +ace +ace +ace +ace +ace +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iRI +rYX +mNY +rYX +rYX +rYX +ovA +nfE +rYX +fdJ +nbY +nTj +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rDb +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (124,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -nIc -krY -hgF -oqW -stT -stT -qDg -qDg -qDg -qDg -qDg -qDg -stT -stT -omh -oIH -qPX -pSB -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +ace +ace +akS +akS +cbY +bNV +dwR +cJu +bpb +dyB +dwR +dHc +dCI +akS +akS +ace +ace +ace +xvW +xvW +txn +txn +gev +xvW +xvW +xvW +xvW +xvW +xvW +xvW +fEE +txn +txn +xvW +xvW +xvW +mmO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +rtw +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +uxM +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (125,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -riT -shN -shN -shN -shN -omh -oIH -stT -stT -stT -stT -stT -stT -omh -pSB -shN -shN -shN -shN -tIZ -lYG -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tXH -vaj -taf -uoL -lHA -jyD -jyD -jyD -tXH -vaj -taf -uoL -lHA -jyD +ace +ace +afh +akS +akS +akS +cbY +bNV +cJu +bkR +dyB +dHc +dCI +akS +akS +akS +iCf +ace +ace +xvW +oTb +txn +txn +txn +gev +xvW +xvW +xvW +xvW +xvW +fEE +txn +txn +txn +wXZ +xvW +xvW +iRI +wAq +xhU +hSb +ykS +nBq +oIg +ykS +pkf +xhU +wAq +nTj +oaK +oaK +oaK +oaK +oaK +oaK +oaK +tFT +oaK +oaK +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (126,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -stT -stT -stT -stT -oRT -shN -shN -qDg -qDg -qDg -qDg -qDg -qDg -shN -shN -oRT -stT -stT -stT -stT -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iLB -nOF -hFH -iRo -vHV -jgZ -bJA -jyD -iLB -nOF -ueG -iRo -vHV -jgZ -bJA +ace +ace +afh +akS +akS +akS +akS +ace +cJu +bkR +dyB +ace +akS +akS +akS +akS +iCf +ace +ace +xvW +oTb +txn +txn +txn +txn +xvW +xvW +xvW +xvW +xvW +txn +txn +txn +txn +wXZ +xvW +xvW +iRI +qtB +mRc +nfd +ykS +vzG +vzG +ykS +pkY +mRc +qtB +nTj +oaK +rPx +oaK +oaK +oaK +sPL +oaK +oaK +sEA +oaK +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (127,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -wxZ -wxZ -wxZ -wxZ -wxZ -rbx -jyD -jyD -jyD -jyD -xvO -nIc -nPM -omh -nIc -stT -stT -stT -qDg -qDg -qDg -qDg -qDg -qDg -stT -stT -stT -oBA -pSB -oqW -aNa -xvO -jyD -jyD -jyD -jyD -dqw -wxZ -wxZ -wxZ -wxZ -wxZ -lYG -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -aQI -ulZ -kVI -cCy -kVI -vcj -lia -jyD -aQI -nmy -kVI -mbp -kVI -vcj -lia +ace +ace +ace +afh +akS +akS +akS +ace +cJu +bkR +dyB +ace +akS +akS +akS +iCf +ace +ace +ace +xvW +xvW +oTb +txn +txn +txn +xvW +xvW +xvW +xvW +xvW +txn +txn +txn +wXZ +xvW +xvW +xvW +iRI +wAq +xhU +hSb +ykS +nGT +nGT +ykS +pkf +xhU +wAq +nTj +oaK +oaK +oaK +oaK +oaK +oaK +oaK +oaK +oaK +oaK +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (128,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -riT -jFy -uiW -pHf -uiW -lKT -veF -veF -jyD -jyD -jyD -xvO -shN -shN -shN -shN -pSB -oBA -oqW -stT -stT -stT -stT -stT -stT -pSB -aNa -hgF -shN -shN -shN -shN -xvO -jyD -jyD -jyD -veF -veF -thb -tWj -unC -tWj -uOr -tIZ -lYG -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -cth -cGp -kVI -xCr -kVI -gur -fFT -jyD -cth -oIl -kVI -xCr -kVI -rnO -fFT +ace +ace +ace +ace +afh +afh +ace +ace +cJu +bkR +dyB +ace +ace +iCf +iCf +ace +ace +ace +ace +xvW +xvW +xvW +oTb +oTb +xvW +xvW +xvW +xvW +xvW +xvW +xvW +wXZ +wXZ +xvW +xvW +xvW +xvW +iRI +qtB +mRc +nfd +ykS +vzG +vzG +ykS +pkY +mRc +qtB +nTj +oaK +oaK +spQ +oaK +sEA +oaK +oaK +oaK +sPL +oaK +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (129,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -riT -jtt -mVv -wwc -wwc -wwc -vQj -kEe -veF -veF -jyD -jyD -xZJ -qDg -qDg -qDg -qDg -shN -oBG -shN -qDg -qDg -qDg -qDg -qDg -qDg -shN -shN -shN -qDg -qDg -qDg -qDg -xZJ -jyD -jyD -veF -veF -sNs -vVh -vVh -vVh -vVh -vVh -isY -tIZ -lYG -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jgy -qgT -kVI -aFj -kVI -ozO -iqu -jyD -jgy -fdn -kVI -jFI -kVI -ozO -iqu +ace +ace +ace +ace +ace +ace +ace +ace +cgx +cgx +cgx +ace +ace +ace +ace +ace +ace +ace +ace +xvW +xvW +xvW +xvW +xvW +xvW +xvW +joo +joo +joo +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +iRI +wAq +xhU +hSb +ykS +nHg +oJH +ykS +pkf +xhU +wAq +nTj +oaK +oaK +oaK +oaK +oaK +oaK +rPx +oaK +oaK +tFT +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (130,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -riT -jhp -nqO -jFZ -wwc -wwc -wwc -vQj -mkc -nrJ -veF -veF -veF -veF -pfB -pfB -oRT -qDg -qDg -qDg -qDg -qDg -qDg -phv -puv -qDg -qDg -qDg -qDg -qDg -qDg -oRT -pfB -pfB -veF -veF -veF -veF -oCg -vVh -uOx -onZ -uom -pUB -uOx -vVh -vMy -tIZ -lYG -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iVp -dBz -iOE -xoc -iOE -lxo -dUX -jyD -iVp -dBz -iOE -xoc -iOE -lxo -dUX +ace +acK +acK +acK +ayA +bps +dEL +dLF +buy +dLF +bvW +dLF +dDl +bAv +emN +acK +acK +acK +ace +mVX +mVX +mVX +mVX +hoP +hbV +hmH +fUp +hmH +gqd +hmH +laa +gqJ +mVX +mVX +mVX +mVX +xvW +mmO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +rtw +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +uxM +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (131,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -iFw -joi -jtK -jGQ -wwc -wwc -wwc -vQj -mkf -wwc -mZl -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -oYE -oYE -veF -veF -oYE -oYE -veF -veF -veF -veF -veF -veF -veF -veF -vVh -vVh -rSv -vVh -vVh -tkk -wzV -upB -pLz -uQu -vVh -vVh -isY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -mAQ -wdp -sVA -khP -ist -jyD -jyD -jyD -mAQ -wdp -sVA -khP -ist -jyD +ace +acK +aof +aof +bps +ekh +dLF +buy +akS +akS +akS +bvW +dLF +aWu +bAv +eKa +eKa +acK +ace +mVX +mVX +mVX +hoP +pOr +hmH +fUp +txn +txn +txn +gqd +hmH +eNQ +gqJ +mVX +mVX +mVX +xvW +iRI +mBe +yjA +yjA +lDs +nQe +nQe +piX +pnL +pnL +quj +nTj +obb +obb +obb +obb +obb +obb +obb +obb +obb +obb +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (132,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -iGV -wwc -juf -wwc -wwc -wwc -wwc -vQj -mkf -wwc -hLQ -veF -jyD -jyD -veF -veF -veF -veF -veF -aAA -jnQ -wwc -wwc -nsF -pwg -wwc -wwc -ugB -aAA -veF -veF -veF -veF -veF -rms -rsE -rBz -vaO -vVh -vVh -vVh -tXX -pvh -uFa -vVh -vVh -vVh -vWN -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +acK +aof +eLT +aMo +dLF +buy +akS +akS +dLF +akS +akS +bvW +dLF +aMo +eLT +eKa +acK +ace +mVX +mVX +hoP +pOr +hmH +fUp +txn +txn +hmH +txn +txn +gqd +hmH +eNQ +gqJ +mVX +mVX +xvW +iRI +yjF +yjA +yjA +lDs +mgd +ncL +ncL +ncL +ncL +qHS +nTj +obb +rUG +spU +obb +sEB +cfk +cfk +cfk +tQA +obb +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (133,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -iIJ -wwc -wwc -wwc -wwc -wwc -wwc -wwc -knx -wwc -pVy -veF -veF -veF -veF -qpw -rxp -pLV -otJ -jvL -vQj -wwc -wwc -pjz -eFy -wwc -wwc -pXI -jvL -qtI -qDR -qQU -uEN -veF -veF -veF -veF -veF -spt -vVh -vVh -tXX -onZ -uFa -vVh -vVh -vVh -wcl -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +acK +aof +aof +aMo +buy +akS +akS +akS +akS +akS +akS +akS +bvW +aMo +eKa +eKa +acK +ace +mVX +mVX +fEH +hmH +fUp +txn +txn +txn +txn +txn +txn +txn +gqd +hmH +fEH +mVX +mVX +xvW +iRI +yjF +yjA +yjA +lDs +mzI +mTc +mTc +mTc +mTc +qJP +nTj +obb +eqy +spU +obb +sFg +bqN +bqN +bqN +tQQ +obb +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (134,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -iIV -jop -jrZ -hMK -wwc -wwc -wwc -vQj -mlt -nFY -veF -veF -uEN -nxP -wwc -wwc -xcy -wwc -xUD -aEO -vQj -wwc -wwc -nwJ -pwW -wwc -wwc -pXI -qdC -nxX -wwc -wwc -qZw -cLA -rmG -rsL -veF -veF -veF -vVh -vVh -tXX -pvh -uFa -vVh -vVh -vVh -oJr -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +acK +aof +aof +aMo +akS +akS +akS +akS +dLF +akS +akS +akS +akS +aMo +eKa +eKa +acK +ace +mVX +mVX +fEH +fUp +txn +txn +txn +txn +hmH +txn +txn +txn +txn +gqd +fEH +mVX +mVX +xvW +iRI +yjF +yjA +yjA +lDs +xfL +oJK +oJK +oJK +oJK +qUj +nTj +obb +sbw +spU +obb +sGk +sQx +sQx +sQx +tSS +obb +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +tyP +vMC +vMC +vMC +vMC +vMC +vMC +vMC +rtu +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (135,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -vGv -vGv -juo -pXI -wwc -wwc -wwc -rje -kEe -veF -qpw -pje -jvL -tqu -hRV -wwc -wwc -wwc -bPo -tqu -vQj -wwc -wwc -wRd -pxe -wwc -wwc -pXI -qeA -cLA -wwc +ace +acK +aof +eLT +aMo +aWX +bty +bty +eaU +akS +aWX +bty +bty +eaU +aMo +eLT +eKa +acK +ace +mVX +mVX +fEH +fUp +gNa +hlQ +hlQ +itu +txn +gNa +hlQ +hlQ +itu +gqd +fEH +mVX +mVX +xvW +iRI +yjF +yjA +yjA +nmw +nQe +nQe +piX +pnL +pnL +quj +nTj +obb +obb +obb +obb +obb +obb +obb +obb +obb +obb +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +tcM +vNw +tcM +vNw +gUs +jMD +jMD +jMD +gUs +vNw +tcM +vNw +tcM +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +tbo kWm -qdC -oua -wwc -xcy -erl -rUh -veF -vVh -vVh -vVh -vVh -vVh -vVh -vVh -vVh -isY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +kWm +kWm +kWm +bQS +bQS +fID +fID +fID +fID +fID +puM +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (136,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -uIh -joR -mxE -jHp -hMK -wwc -wwc -wwc -kSA -mGf -wwc -wwc -wwc -wwc -wwc -uEN -ngp -wwc -ovW -wwc -vQj -wwc -wwc -nwJ -pyu -wwc -wwc -pXI -wwc -wwc -wwc -wwc -wwc -rlj -wwc -wwc -xUD -rWg -xcy -sQv -vVh -vVh -vVh -vVh -uYq -dkV -vVh -tWj -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +acK +aof +aof +aMo +bvW +akS +akS +buy +dLF +bvW +akS +akS +buy +aKV +eKa +eKa +acK +ace +mVX +mVX +fEH +fUp +gqd +txn +txn +fUp +hmH +gqd +txn +txn +fUp +gqd +fZO +mVX +mVX +xvW +mmO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +rtw +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +uxM +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +wAs +dwm +hgc +hgc +hgc +orW +fMQ +fMQ +tbo +tbo +tbo +tbo +tbo +tbo +tbo +tbo +tbo +tbo +kWm +kWm +kWm +kWm +kWm +kWm +fID +fID +fID +fID +fID +pqb +pqb +pqb +pqb +oVf +vDj +oVf +pqb +oVf +vDj +oVf +pqb +oVf +vDj +oVf +pqb +oVf +vDj +oVf +fAN +fAN +fAN +fAN +fAN +fAN +fAN +fAN +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (137,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -uIh -uIh -uIh -jHs -wwc -wwc -wwc -veF -mmx -rje -wwc -wwc -ngp -uEN -wwc -xUD +ace +acK +acK +acK +aMo +bvW +akS +akS +buy +akS +bvW +akS +akS +buy +ace +ace +ace +ace +ace +mVX +mVX +fEH +fUp +gqd +txn +txn +fUp +txn +gqd +txn +txn +fUp +gqd +xvW +mVX +mVX +xvW +iRI +ycO +ycO +ycO +ycO +ycO +ycO +ycO +ycO +ycO +ycO +nNr +obz +scc +scc +scc +sIi +sRh +tiY +tiY +tiY +udt +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +onc +onc +onc +srQ +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +fMQ +nIr +waZ +buw +fJz +nIr +fMQ +fMQ +tbo +tbo +tbo +tbo +kAW +vHu +vHu +gZv +kAW +fND +tSV +evA +fkW +tmG +tmG kWm -wwc -wwc -wwc -vQj -wwc -wwc -gAP -pwg -wwc -wwc -pXI -wwc -tko -mBa -pje -wwc -wwc -wwc -uEN -cLA -saI -mVv -wwc -veF -vVh -vVh -vVh -uZf -uFa -vVh -oCg -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +fID +fID +fID +fID +fID +pqb +pqb +pqb +pqb +etr +myg +wcz +pqb +etr +myg +wcz +pqb +etr +myg +wcz +pqb +etr +myg +wcz +pqb +pqb +pqb +pqb +pqb +pqb +pqb +fAN +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (138,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xZJ -iKj -uIh -uIh -uIh -kbD -kEe -kSA -wwc -wwc -wwc -rje -wwc -ngY -nxX -wwc -tqu -opl -wwc -wwc -wwc -vQj -wwc -wwc -pkV -pzt -wwc -wwc -pXI -ovW -oua -nxX -wwc -wwc -wwc -wwc -wwc -ovW -mVv -wwc -wwc -jUg -sQv -vVh -uFj -tiP -vVh -vVh -oJr -xZJ -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +acK +acK +acK +ace +cpt +cpt +cpt +cpt +cYN +cpt +cpt +cpt +cpt +ace +exG +fQM +gcs +ace +mVX +mVX +xvW +hmL +hmL +hmL +hmL +hmL +ixW +hmL +hmL +hmL +hmL +hmL +xvW +mVX +mVX +xvW +iRI +ycO +mAR +ycO +ycO +ycO +ycO +ycO +ycO +mAR +ycO +nNr +obz +scc +pCl +qHU +pJV +pWu +qHU +tJb +tiY +udt +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +srQ +fID +fID +fID +bVt +fID +fID +fID +srQ +onc +onc +kTc +kTc +onc +hdz +mKi +iMF +iMF +iMF +iMF +iMF +nZq +hdz +fMQ +kpi +duA +jyw +neW +tZS +fMQ +fMQ +tbo +tbo +tbo +ooy +udi +wZH +wZH +hii +baq +fND +xHl +tLO +ueN +pHO +cvG +kWm +fID +fID +fID +fID +fID +pqb +pqb +pqb +pqb +kTy +myg +uam +pqb +kTy +myg +uam +pqb +kTy +myg +uam +pqb +kTy +myg +uam +pqb +pqb +pqb +pqb +pqb +fAN +fAN +fAN +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (139,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -veF -udp -uIh -jMf -mxE -veF -wwc -hMK -wwc -wwc -wwc -rje -tqu -nzi -erl -erl -erl -xcy -vQj -lUG -lUG -wwc -wwc -wwc -wwc -wwc -wwc -lUG -lUG -pXI -uEN -erl -xcy -qZw -jvL -wwc -mVv -wwc -wwc -wwc -rcV -xcy -veF -veF -uZr -vvt -vMK -veF -veF -veF -veF -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +acK +acK +acK +aMo +cAQ +cSS +akS +akS +bAN +akS +akS +cAQ +cSS +ace +eMK +eMK +eMK +ace +mVX +mVX +fEH +fYW +gvb +txn +txn +fYW +txn +gvb +txn +txn +fYW +gvb +xvW +mVX +mVX +xvW +iRI +ycO +ycO +ycO +ycO +mAR +mAR +ycO +ycO +ycO +ycO +nNr +rEl +qHU +pCl +qHU +pJV +pWu +tjp +tJb +qHU +ugm +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +vHZ +wLM +ctv +giG +jMD +jMD +jMD +giG +ctv +wLM +rBi +wLM +mVX +mVX +mVX +onc +srQ +onc +onc +onc +onc +fID +fID +fID +pHc +fID +fID +fID +onc +onc +onc +wpv +onc +onc +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +fMQ +kLX +kfJ +hzI +svt +fUK +fMQ +fMQ +apl +uho +cHS +dlT +pOM +wZH +hii +iBG +tLa +fND +oWf +tLO +ueN +chS +chS +kWm +fID +fID +fID +fID +fID +pqb +pqb +pqb +pqb +iXj +crJ +iXj +pqb +iXj +crJ +iXj +pqb +iXj +crJ +iXj +pqb +iXj +crJ +iXj +pqb +pqb +pqb +pqb +pqb +fAN +pqb +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (140,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -veF -uIh -uIh -veF -juC -wwc -wwc -hMK -wwc -wwc -wwc -rje -wwc -wwc -vQj -lUG -lUG -lUG -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -lUG -lUG -lUG -pXI -rlI -rnU -mVv -wwc -wwc -wwc -rcV -wwc -tqu -uqR -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +acK +aof +aof +aMo +cAQ +cSS +akS +akS +bAN +akS +akS +cAQ +cSS +esm +eBs +eBs +eLf +ace +mVX +mVX +fEH +fYW +gvb +txn +txn +fYW +hHb +gvb +txn +txn +fYW +gvb +lNu +mVX +mVX +xvW +iRI +ycO +mAR +ycO +ycO +ycO +ycO +ycO +ycO +mAR +ycO +nNr +rGt +oUU +pCl +qHU +pJV +pWu +qHU +tJb +qKD +uhs +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +giG +mVX +mVX +mVX +giG +ctv +wLM +ctv +wLM +onc +onc +onc +onc +kTc +kTc +kTc +kTc +onc +fID +fID +fID +pHc +fID +fID +fID +onc +cte +bQu +cMG +cte +onc +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +fMQ +gOl +bdB +hfl +jmR +gOl +fMQ +fMQ +vng +uho +pOQ +mZC +xZt +wZH +fTT +yac +yac +fND +bDb +tLO +ueN +vtr +vtr +kWm +fID +fID +fID +fID +fID +pqb +pqb +pqb +pqb +imw +gcl +uVO +aji +uVO +xbE +uVO +aji +uVO +uYs +uVO +aji +uVO +hEY +jIK +efW +uam +wcz +oVf +pqb +fAN +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (141,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -veF -veF -veF -veF -pje -wwc -erl -wwc -hMK -wwc -wwc -wwc -rje -lUG -lUG -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -lUG -lUG -mVv -wwc -wwc -wwc -rcV -wwc -erl -aEO -usK -veF -veF -veF -veF -wgK -wyS -wNv -wUM -xlZ -xOp -veF -veF -veF -veF -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +acK +aof +eLT +aMo +cAQ +bWc +cbp +cbp +bAN +cbp +cbp +dXa +cSS +aMo +foC +fVX +gmt +ace +mVX +mVX +fEH +fYW +hFk +hMD +hMD +icm +txn +hFk +hMD +hMD +icm +gvb +fEH +mVX +mVX +xvW +iRI +ycO +ycO +ycO +ycO +ycO +ycO +ycO +ycO +ycO +ycO +nNr +rGt +oUU +oUU +oUU +uQK +phb +qKD +qKD +qKD +uhs +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +iIs +iIs +wLM +ctv +wLM +ctv +wLM +onc +kTc +kTc +wpv +kTc +kTc +kTc +kTc +onc +fID +xGj +fID +pHc +fID +jLG +fID +onc +cte +phE +gna +cte +onc +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +fMQ +fMQ +fMQ +uFO +fMQ +fMQ +fMQ +fMQ +bFM +ygT +ygT +ygT +nQM +wZH +wZH +wZH +wZH +bhj +ezA +gul +ueN +bbk +jny +kWm +fID +fID +fID +fID +fID +pqb +pqb +pqb +cQm +eNf +myp +ylW +sSK +sSK +sSK +sSK +hpD +hpD +sSK +sSK +sSK +sSK +fXZ +fqy +kvN +myg +myg +ovc +pqb +fAN +uWB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (142,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -veF -veF -kdE -mBa -wwc -jQL -kjt -wwc -hMK -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -rcV -mBa -wwc -wwc -ubs -wwc -uHY -veF -veF -veF -whE -uZN -uZN -uZN -uZN -uZN -ygw -uZN -uZN -veF -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +acK +aof +aof +aMo +cAQ +akS +akS +akS +akS +akS +akS +akS +cSS +aMo +eKa +eKa +acK +ace +mVX +mVX +fEH +fYW +txn +txn +txn +txn +hHb +txn +txn +txn +txn +gvb +fEH +mVX +mVX +xvW +mmO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +rtw +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +uxM +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +iIs +iIs +iIs +wLM +ctv +wLM +ctv +wLM +onc +onc +onc +onc +onc +onc +wpv +onc +onc +lrt +hHt +lrt +onc +lrt +hHt +lrt +onc +kQh +bFJ +qLg +jtQ +onc +fDZ +vMC +vMC +vMC +mfP +vMC +vMC +vMC +yff +fMQ +aOA +vjK +hfl +dZe +jFA +fMQ +fMQ +rIY +fIM +qRi +ssL +akk +xqF +tRk +nwq +lHw +kGN +tLO +oBC +ueN +oBC +oBC +kWm +fID +fID +fID +fID +fID +pqb +sdw +sdw +sdw +eNf +myp +trB +oAH +jQj +jQj +jQj +myp +myp +jQj +jQj +jQj +mDU +eNf +trB +efW +nyo +rkU +oVf +pqb +fAN +pqb +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (143,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -wxZ -wxZ -wxZ -wxZ -wxZ -lYG -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -veF -veF -kei -kEO -wwc -xUD -tqu -wwc -wwc -hMK -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -rcV -wwc -opl -qZw -wwc -wwc -wwc -uIl -veF -veF -veF -wmM -wzd -kCK -wVf -uZN -uZN -uZN -uZN -uZN -vZH -jyD -jyD -jyD -jyD -jyD -jyD -bAQ -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +acK +aof +aof +aMo +bAN +cAQ +akS +akS +bAN +akS +akS +cSS +bAN +aMo +eKa +eKa +acK +ace +mVX +mVX +fEH +hHb +fYW +txn +txn +txn +txn +txn +txn +txn +gvb +hHb +fEH +mVX +mVX +xvW +iRI +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +nNr +ulr +ulr +ulr +ulr +ulr +ulr +ulr +qBO +tVz +sEl +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +iIs +fjq +iIs +iIs +wLM +ctv +wLM +ctv +wLM +iIs +iIs +iIs +wLM +ctv +wLM +ctv +wLM +onc +mES +pVt +rfO +wdH +onc +tmQ +hgB +tmQ +wGt +rrK +wGt +onc +wGt +fAd +wGt +onc +lMP +bFJ +qLg +hNh +onc +rOB +rOB +rOB +iwS +kNG +iwS +iwS +iwS +fMQ +fMQ +ttN +oHB +ltC +lNc +fyV +fMQ +fMQ +tAi +kbX +cko +hLB +qcB +wyB +xAD +pKU +vqd +mqd +fOM +oBC +ueN +ngL +aSp +kWm +fID +fID +fID +fID +fID +pqb +sdw +sdw +sdw +eNf +myp +trB +nEJ +myp +myp +myp +myp +myp +myp +myp +myp +nQl +eNf +xAZ +pqb +pqb +pqb +pqb +pqb +fAN +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (144,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -wxZ -riT -fjI -hjl -hjl -hjl -fjI -tIZ -wxZ -lYG -jyD -jyD -jyD -jyD -veF -veF -veF -veF -keA -kEQ -wwc -uEN -mnV -vQj -lUG -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -lUG -sxL -sRQ -xcy -wwc -uuz -jvL -veF -veF -veF -veF -veF -veF -veF -xmU -uZN -uZN -uZN -ccG -veF -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +acK +aof +eLT +aMo +bAN +cAQ +akS +akS +bAN +akS +akS +cSS +bAN +aMo +eLT +eKa +acK +ace +mVX +mVX +eNQ +hvl +hHb +fYW +txn +txn +hHb +txn +txn +gvb +hHb +kml +pOr +mVX +mVX +xvW +iRI +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +nNr +ulr +oWL +ulr +ulr +dxH +ulr +ulr +qBO +tVz +sEl +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +mPm +mAc +mAc +oZk +iIs +iIs +iIs +iIs +mbI +elS +mbI +elS +fHE +iIs +iIs +iIs +fHE +elS +mbI +elS +mbI +onc +ftu +tZe +tZe +aoy +mPM +kLu +xRj +rou +ajO +oNF +ajO +onc +ajO +oNF +ajO +onc +fSW +bFJ +qLg +sVV +onc +iwS +iwS +iwS +iwS +iKU +iwS +cvu +cvu +fMQ +iRf +aBX +hJC +rqg +qQG +aBX +aAP +fMQ +lPb +lNm +trA +qKp +bAT +xqF +bvM +eRv +ocf +wSE +tLO +oBC +ueN +oBC +oBC +kWm +fID +fID +fID +fID +fID +pqb +cBu +sdw +myp +mxj +myp +trB +nEJ +myp +kyM +myp +myp +myp +myp +fBc +myp +nQl +eNf +trB +efW +uam +wcz +oVf +pqb +fAN +uWB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (145,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -dqw -wxZ -riT -fjI -uaY -gMB -hjl -hjl -hjl -rsf -uaY -fjI -tIZ -lYG -jyD -jyD -jyD -veF -veF -veF -xcy -wwc -wwc -wwc -wwc -vQj -lUG -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -aAA -oTp -aAA -wwc -wwc -aAA -oTp -aAA -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -lUG -pXI -wwc -wwc -tko -nxX -vaO -veF -veF -won -wAv -wAv -wVM -uZN -uZN -uZN -uZN -uZN -vZH -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +acK +aof +aof +aWu +bCc +bAN +cAQ +akS +akS +akS +cSS +bAN +ePB +ekh +eKa +eKa +acK +ace +mVX +mVX +mVX +hxa +hvl +hHb +fYW +txn +txn +txn +gvb +hHb +kml +kuF +mVX +mVX +mVX +xvW +iRI +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +nNr +ulr +ulr +ulr +ulr +ulr +ulr +ulr +qBO +tVz +sEl +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +ydz +mAc +mAc +oZk +iIs +pbU +pGJ +pGJ +pGJ +rwZ +pGJ +pGJ +pGJ +pGJ +pGJ +rwZ +pGJ +pGJ +pGJ +rwZ +pGJ +pGJ +pGJ +rwZ +pGJ +mVC +onc +yce +sor +qpQ +nig +onc +wUF +ajE +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +bFJ +qLg +gJg +onc +iwS +iwS +iwS +iwS +pUa +iwS +cvu +cvu +fMQ +xCr +aBX +kHS +tRj +pnZ +aBX +nDz +fMQ +pub +ygT +ygT +ygT +cKK +wZH +wZH +wZH +wZH +bhj +qiO +ozZ +ueN +gYQ +xfD +kWm +fID +fID +fID +fID +fID +pqb +sdw +sdw +myp +mxj +fBc +trB +quo +myp +myp +myp +myp +myp +myp +myp +myp +xKI +eNf +awK +kvN +myg +myg +ovc +pqb +fAN +pqb +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (146,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -veF -veF -veF -ezE -uaY -uaY -uaY -uaY -uaY -uaY -uaY -uaY -uaY -uaY -ezE -xZJ -jyD -jyD -jyD -veF -veF -veF -uEN -wwc -tqu -wwc -vQj -lUG -wwc -wwc -wwc -wwc -wwc -wwc -wwc -erl -qjR -wxZ -wxZ -hSC -hSC -rbx -plJ -plJ -pIX -hSC -wxZ -wxZ -wxZ -lYG -erl -wwc -wwc -wwc -wwc -wwc -wwc -wwc -lUG -pXI -wwc +ace +acK +acK +acK +bgV +bDN +bXE +bAN +cAQ +bAN +cSS +bAN +dYC +eQT +ffX +acK +acK +acK +ace +mVX +mVX +mVX +mVX +hxa +hOH +hHb +fYW +hHb +gvb +hHb +jpQ +kuF +mVX +mVX +mVX +mVX +xvW +iRI +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +nNr +ulr +oWN +ulr +ulr +ulr +tcW +ulr +qBO +tVz +sEl +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +iIs +ydz +mAc +mAc +oZk +iIs +fGt +tjU +adQ +pgl +eao +tqy +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +rpk +onc +onc +onc +onc +onc +onc +rKY +azG +aeC +oZr +qPa +xCU +rTI +qPa +xCU +oZr +aeC +aeC +bEQ +lUQ +lbo +nSt +vAm +gBS +gBS +iwS +pUa +iwS +cvu +cvu +fMQ +kkq +aBX +ckm +hya +hat +aBX +ifS +fMQ +vng +uho +pOQ +fvk +sYM +wZH +hii +baq +baq +fND +bDb +tLO +ueN +vtr +vtr kWm -wwc -ver -veF -veF -uZN -uZN -uZN -uZN -uZN -uZN -uZN -uZN -mSo -veF -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +fID +fID +iQQ +fID +fID +pqb +sdw +sdw +myp +mxj +myp +trB +nEJ +myp +kyM +myp +myp +myp +myp +fBc +myp +nQl +eNf +trB +efW +nyo +rkU +oVf +pqb +fAN +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (147,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -duF -yfA -kjL -uaY -uaY -uaY -dlx -fDu -hyA -uaY -dlx -fDu -hyA -uaY -veF -veF -veF -veF -veF -veF -veF -veF -tqf -xUD -tko -wwc -vQj -wwc -wwc -wwc -wwc -wwc -wwc -wwc -erl -qjR -lnV -xiw -bsQ -bUG -oWa -cFi -qDg -qDg -dcD -oWa -bUG -bsQ -xiw -tIZ -lYG -erl -wwc -wwc -wwc -wwc -wwc -wwc -wwc -pXI -wwc -wwc -qZw -qdC -veF -veF -uZN -uZN -uZN -uZN -uZN -uZN -ygW -vCS -rIH -veF -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +ank +ank +ank +ace +ace +iDq +iDq +cwG +cwG +cwG +iDq +iDq +ace +ace +ank +ank +ank +ace +xvW +xvW +xvW +xvW +xvW +ocm +ocm +ioP +ioP +ioP +ocm +ocm +xvW +xvW +xvW +xvW +xvW +xvW +iRI +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +jSo +nNr +ulr +ulr +ulr +ulr +ulr +ulr +ulr +qBO +tVz +sEl +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +tcM +rdj +jlG +hNH +spu +tbh +odZ +odZ +odZ +odZ +odZ +tqy +pyu +sgv +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +iiO +onc +kgA +svl +eNL +wdH +onc +wUF +ajE +wUF +wUF +wUF +wUF +wUF +wUF +hAG +wUF +kLu +wUF +hAG +wUF +lbo +nSt +qRs +gBS +mQg +iwS +kTW +iwS +cvu +cvu +luw +kcc +aBX +bBh +gOl +bBh +aBX +kCf +fMQ +apl +uho +cHS +cAA +pOM +wZH +fTT +drb +tLa +fND +oWf +tLO +ueN +tmG +tmG +kWm +kWm +jDB +vSE +jDB +kWm +pqb +sdw +sdw +myp +mxj +mqK +trB +nEJ +myp +myp +myp +myp +myp +myp +myp +myp +nQl +eNf +xAZ +pqb +pqb +pqb +pqb +pqb +fAN +uWB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (148,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -wxZ -wxZ -wxZ -wxZ -arf -veF -tkG -ugn -veF -uaY -uaY -uaY -uaY -uaY -uaY -uaY -uaY -uaY -uaY -uaY -veF -tkG -ydI -veF -tkG -ydI -veF -veF -jPu -kjq -cue -vQj -lUG -wwc -wwc -wwc -wwc -wwc -wwc -aAA -qjR -lnV -jyD -xvO -bMW -oKU -oXT -cFi -qDg -qDg -dcD -oXT -rST -bMW -xvO -jyD -tIZ -lYG -aAA -wwc -wwc -wwc -wwc -wwc -wwc -lUG -sxL -mBa -ngY -veY -veF -veF -wpY -wpY -wpY -wWC -uZN -uZN -uZN -uZN -mNz -veF -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +ank +ank +ank +aEY +aDE +ace +iDq +cAQ +cAS +cSS +iDq +ace +eRk +euF +ank +ank +ank +ace +xvW +xvW +xvW +hfX +hfX +xvW +ocm +ocm +ocm +ocm +ocm +xvW +kBN +kBN +xvW +xvW +xvW +xvW +mmO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +rtw +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +uxM +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +wLM +nJH +cHU +cHU +cHU +cIn +odZ +odZ +odZ +odZ +odZ +tqy +pyu +rpk +kxR +hnv +hnv +uSc +hnv +hnv +dgy +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +iBl +ihM +ihM +aoy +mPM +kLu +ajE +nae +onc +onc +onc +onc +onc +onc +onc +mPM +onc +onc +iwS +iwS +eyb +iwS +gBS +gBS +iwS +pUa +iwS +iwS +fMQ +fMQ +xwc +aBX +aBX +aBX +aBX +aBX +aoW +fMQ +fMQ +tbo +tbo +kAt +vAw +wZH +wZH +fTT +yac +fND +kwn +tLO +ueN +pHO +cvG +kWm +evA +nHr +uku +fkW +sFz +pqb +cBu +sdw +myp +mxj +myp +trB +sUB +txY +txY +txY +myp +myp +txY +txY +txY +hvZ +eNf +trB +efW +uam +wcz +oVf +pqb +fAN +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (149,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -riT -tGu -ebh -tGu -tGu -cos -veF -veF -veF -veF -eBL -eBL -veF -fnq -xKa -ghC -gGT -fjI -fnq -xKa -hfk -veF -eLm -yfA -veF -eLm -yfA -veF -juC -wwc -wwc -wwc -vQj -wwc -wwc -wwc -wwc -wwc -wwc -wwc -qjR -lnV -jyD -jyD -xvO -bMW -bXY -oZu -cFi -qDg -qDg -dcD -rfc -bXY -bMW -xvO -jyD -jyD -tIZ -lYG -wwc -wwc -wwc -wwc -wwc -wwc -wwc -sYp -uvQ -uvQ -uvQ -vwJ -veF -veF -veF -veF -veF -xni -uZN -uZN -uZN -hTB -veF -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +ace +ace +aDE +aHq +aHq +aHq +ace +cAQ +cAS +cSS +ace +aHq +aHq +aHq +eRk +ace +ace +ace +xvW +xvW +hfX +hiT +hiT +hiT +xvW +ocm +ocm +ocm +xvW +hiT +hiT +hiT +kBN +xvW +xvW +xvW +iRI +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +nNr +rJo +sdS +sdS +sdS +sKb +tdj +tus +tus +tus +uhu +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +wLM +hNH +cHU +cHU +kvz +oGK +odZ +oZR +oZR +oZR +fTt +kcO +pyu +rpk +art +ctv +ctv +ctv +ctv +ctv +kqu +onc +onc +fsr +mDE +sBu +nWB +cSN +hMi +eNW +auB +jmW +onc +kbo +vhb +vES +nig +onc +wUF +oiy +wUF +onc +pdE +dkR +cts +kbo +onc +tzY +qau +ewA +onc +uDo +lIh +rnN +tOu +gBS +gBS +iwS +pUa +iwS +iwS +fMQ +nIr +duA +neW +aBX +wWF +aBX +duA +neW +nIr +fMQ +tbo +tbo +tbo +kAW +vHu +vHu +gHZ +kAW +fND +ihz +tLO +ueN +chS +chS +kWm +dYT +oBC +oBC +ueN +nQW +pqb +sdw +sdw +sdw +eNf +myp +trB +def +kco +nVl +mxS +myp +myp +xap +gJq +ipn +ltP +eNf +viw +kvN +myg +myg +ovc +pqb +fAN +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (150,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -riT -aVj -bai -bai -bai -chW -bai -veF -duF -yfA -kjL -hjl -hjl -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -kjL -veF -veF -kjL -veF -pje -wwc -wwc -wwc -vQj -wwc -wwc -wwc -wwc -wwc -wwc -erl -xvO -jyD -jyD -jyD -xvO -oCr -bMW -bMW -daG -qDg -qDg -pKK -bMW -bMW -qfy -xvO -jyD -jyD -jyD -xvO -erl -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -vMT -uZN -uZN -uZN -wWX -uZN -uZN -uZN -uZN -nyD -veF -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +ace +aDE +aHq +akS +akS +aHq +ace +cXo +bEB +dzW +ace +aHq +akS +akS +aHq +eRk +ace +ace +xvW +hfX +hiT +txn +txn +hiT +xvW +xvW +xvW +xvW +xvW +hiT +txn +txn +txn +kBN +xvW +xvW +iRI +jVh +mRy +jVh +jVh +jVh +jVh +jVh +jVh +mRy +jVh +nNr +olx +qLr +qLr +qLr +tHl +tey +qLr +qLr +qLr +qQE +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +wLM +dvz +cHU +cHU +kvz +gkW +odZ +oZR +oZR +oZR +uSB +rwi +pyu +rpk +art +ctv +qCu +qCu +qCu +ctv +aya +onc +onc +bRi +lcq +nWB +nWB +nWB +pPI +pPI +pPI +gGp +onc +onc +onc +onc +onc +onc +rKY +oiy +kLu +mPM +aoy +ihM +ihM +tPt +onc +sDc +jWT +nzW +onc +ilu +ueh +ugK +iwS +wLL +qUb +iwS +pUa +iwS +iwS +fMQ +qDT +inG +jzx +aBX +rTr +aBX +cJW +uWf +wxh +fMQ +tbo +tbo +tbo +tbo +tbo +tbo +tbo +tbo +tbo +kWm +xac +uSA +kWm +kWm +kWm +tLO +oBC +oBC +ueN +dvD +pqb +sdw +sdw +sdw +eNf +myp +trB +ikE +hzh +lBg +lBg +myp +myp +ipn +ipn +ipn +oSm +eNf +trB +efW +nyo +rkU +oVf +pqb +fAN +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (151,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -aHX -pMV -pMV -bAl -pMV -pMV -aHX -veF -tkG -ugn -veF -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -veF -jvL -jQL -kjt -arz -vQj -wwc -wwc -wwc -wwc -wwc -wwc -qjR -lnV -jyD -jyD -jyD -xvO -oCw -bMW -coa -bXY -oXT -pAk -pLq -coa -bMW -oCw -xvO -jyD -jyD -jyD -tIZ -lYG -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -wwc -vMT -uZN -uZN -uZN -wWX -uZN -uZN -yhy -aSD -efz -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +ace +aDE +akS +akS +akS +cbY +ccy +cXo +bEB +dzW +dVK +dCI +akS +akS +akS +eRk +ace +ace +xvW +hfX +txn +txn +txn +gev +xvW +xvW +xvW +xvW +xvW +fEE +txn +txn +txn +kBN +xvW +xvW +iRI +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +nNr +olx +qLr +qLr +qLr +tHl +tey +qLr +qLr +qLr +qQE +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +wLM +dvz +cHU +vTg +vTg +tNv +dfd +xTS +xTS +oZR +xuc +tqy +lhs +rpk +ctv +ctv +ctv +ctv +ctv +ctv +ctv +aqo +onc +wEK +qPt +nWB +nWB +nWB +pPI +pPI +pPI +pPI +onc +sVm +vlH +sDc +wdH +onc +wUF +oBr +wUF +onc +nzq +eNL +kgA +svl +onc +vlH +jWT +ftQ +onc +lvI +ueh +ueh +eyb +myG +myG +iwS +vUy +iwS +iwS +fMQ +aCM +vpW +iWp +aBX +rVg +aBX +ddw +xFZ +gzp +fMQ +siJ +sZP +sZP +iXk +myG +fCK +hAX +gBS +jgg +vvY +fOM +nPt +nHr +nHr +nHr +gul +oBC +oBC +ueN +dvD +pqb +pqb +pqb +cQm +eNf +myp +trB +ybq +xdQ +oBR +hzh +myp +myp +ipn +ipn +gJq +oSm +eNf +xAZ +pqb +pqb +pqb +pqb +pqb +fAN +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (152,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -tue -tue -tue -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -arf -xvO -pMV -pMV -pMV -pMV -pMV -pMV -cpK -veF -veF -veF -veF -hjl -hjl -qds -hjl -hjl -qds -hjl -hjl -hjl -hjl -hjl -qds -hjl -hjl -qds -hjl -hjl -veF -uEN -jRw -kjw -wwc -vQj -wwc -wwc -wwc -wwc -wwc -wwc -xvO -jyD -jyD -jyD -jyD -xvO -oCw -bMW -coa -phr -pmM -pDL -msd -coa -bMW -oCw -xvO -jyD -jyD -jyD -jyD -xvO -wwc -wwc -wwc -wwc -wwc -wwc -ubS -lUG -lUG -lUG -bsp -veF -wqK -wFH -wPr -veF -uZN -uZN -uZN -uZN -uZN -fyH -buo -uZN -buo -buo -uZN -buo -uZN -buo -uZN -veF -veF -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +ace +iDq +akS +akS +cbY +bKa +aHq +cXo +ccE +dzW +aHq +ecw +dCI +akS +akS +iDq +ace +ace +xvW +ocm +txn +txn +gev +ocm +xvW +xvW +xvW +xvW +xvW +ocm +fEE +txn +txn +ocm +xvW +xvW +iRI +jVh +mRy +jVh +jVh +jVh +jVh +jVh +jVh +mRy +jVh +nNr +olx +qLr +qLr +qLr +tHl +tey +qLr +qLr +qLr +qQE +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mbI +oIM +cHU +vTg +puZ +tQh +xTS +fBk +puZ +vTg +sOr +tqy +lhs +rpk +ctv +ctv +ctv +wqP +ctv +ctv +ctv +ctz +onc +iqP +feR +nWB +nWB +nWB +qcF +blz +cfw +pbV +onc +kpZ +jWT +jWT +aoy +mPM +kLu +qgA +nae +onc +onc +onc +onc +onc +onc +sVm +kbP +kqD +onc +iwS +iwS +fYP +iwS +jBK +pMT +sZP +pMT +wde +iwS +fMQ +sSm +aGu +aUx +aBX +wWF +aBX +xVi +rGD +lhl +fMQ +rBs +pUa +pUa +iDG +myG +aCC +gBS +gBS +xpQ +vvY +fOM +cxl +oBC +oBC +oBC +oBC +oBC +oBC +ueN +dQQ +pqb +pqb +pqb +pqb +grj +myp +trB +fFi +rQy +tSu +aIy +myp +myp +kvh +bSd +bSd +bZj +eNf +trB +efW +uam +wcz +oVf +pqb +fAN +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (153,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -tue -tue -jyD -jyD -jyD -jyD -tte -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -riT -tGu -xvO -aIN -aWd -pMV -bAy -pMV -ckg -crq -veF -duF -yfA -kjL -hjl -hjl -veF -veF -kjL -veF -veF -kjL -veF -veF -kjL -veF -veF -kjL -veF -veF -kjL -veF -xcy -jSE -wwc -wwc -kSQ -lLK -lLK -mHq -lLK -lLK -erl -xvO -jyD -jyD -jyD -jyD -xZJ -oCw -bMW -bMW -bMW -bMW -bMW -bMW -bMW -bMW -oCw -xZJ -jyD -jyD -jyD -jyD -xvO -erl -rEo -rEo -spW -rEo -rEo -sxL -wwc -wwc -wwc -wwc -veF -jpm -uZN -uZN -veF -uZN -uZN -uZN -uZN -uZN -jVT -kYQ -ggH -ggH -aRC -aRC -lju -lju -quo -quo -veF -veF -veF -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +ace +iDq +iDq +iDq +bKa +akS +cgb +cXo +bEB +dzW +dte +akS +ecw +iDq +iDq +iDq +ace +ace +xvW +ocm +ocm +ocm +ocm +ocm +xvW +xvW +xvW +xvW +xvW +ocm +ocm +ocm +ocm +ocm +xvW +xvW +iRI +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +jVh +nNr +rMn +qZt +qZt +qZt +sLG +rsy +txk +txk +txk +uhy +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +iIs +iIs +dvz +vTg +vTg +tNv +dfd +xTS +xTS +oZR +rXP +rwi +jcE +rpk +ctv +ctv +ctv +ctv +ctv +ctv +ctv +dDF +onc +oIW +nWB +nWB +sPD +mhg +onc +onc +onc +onc +onc +kqD +voT +nzW +nig +onc +wUF +oiy +wUF +onc +gQg +xMC +aOR +nzW +onc +onc +onc +onc +onc +iwS +uAJ +pUa +pUa +lZM +pUa +pUa +pUa +xIm +wde +fMQ +fMQ +nIr +gOl +aBX +rTr +aBX +gOl +nIr +fMQ +fMQ +aRW +pUa +pUa +oNa +iwS +eyb +haO +iwS +eyb +kWm +tLO +oBC +oBC +oBC +oBC +oBC +oBC +oBC +ueN +dvD +pqb +reY +hiF +ePH +eNf +myp +ser +uVO +uVO +uVO +uVO +kVf +kVf +uVO +uVO +uVO +uVO +rWg +oNj +kvN +myg +myg +ovc +pqb +fAN +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (154,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tte -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -riT -tGu -pMV -xvO -pMV -pMV -pMV -pMV -pMV -pMV -pMV -veF -tkG -ugn -veF -hjl -hjl -veF -ugn -yfA -veF -ugn -yfA -veF -ugn -yfA -veF -ugn -yfA -veF -ugn -yfA -veF -veF -veF -veF -veF -veF -wYz -wYz -veF -wYz -wYz -qjR -lnV -jyD -jyD -jyD -jyD -veF -veF -oMk -pbS -rZx -bMW -bMW -pLE -pVm -oMk -veF -veF -jyD -jyD -jyD -jyD -tIZ -lYG -mWs -mWs -veF -mWs -mWs -veF -wwc -wwc -wwc -ryi -veF -veF -veF -veF -veF -xps -xOV -uZN -uZN -uZN -xba -kYQ -ggH -ggH -aRC -aRC -lju -lju -quo -quo -veF -jyD -veF -veF -jyD -jyD -jyD -jyD -jyD -jyD -jyD +ace +ace +auj +amm +iDq +bKA +aWU +aWU +cAW +bEB +cdS +aWU +aWU +eSC +iDq +eFH +fXg +ace +ace +xvW +gwP +fxA +ocm +ocm +xvW +xvW +xvW +xvW +xvW +xvW +xvW +ocm +ocm +lOM +lvG +xvW +xvW +mmO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +rtw +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +ybO +uxM +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +tcM +dvz +cHU +kvz +jXt +odZ +oZR +oZR +oZR +uSB +tqy +pyu +rpk +art +ctv +qCu +qCu +qCu +ctv +cjY +onc +onc +eXB +nWB +nWB +wrT +kff +fEi +blm +lNy +onc +onc +onc +onc +onc +onc +onc +rKY +qgA +kLu +mPM +hQR +svd +jWT +yhH +onc +kTc +kTc +kTc +kTc +iwS +eQt +tXE +rnH +xGH +fCa +pUa +pUa +pUa +xIm +wde +fMQ +fMQ +fMQ +ugS +fMQ +ugS +fMQ +fMQ +fMQ +fMQ +aRW +pUa +pUa +oNa +iwS +oUA +rnN +wsY +uId +kWm +tLO +oBC +oBC +oBC +oBC +oBC +oBC +oBC +ueN +wcM +pqb +vkh +tGz +tGz +mxj +myp +ylW +qED +sSK +dAU +sSK +qED +sSK +abd +sSK +qED +sSK +xUV +gRK +efW +nyo +rkU +oVf +pqb +fAN +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (155,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tte -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -riT -pMV -pMV -pMV -xvO -pMV -pMV -pMV -bBg -pMV -pMV -pMV -veF -veF -veF -veF -hjl -hjl -veF -tkG -pIm -veF -tkG -pIm -veF -tkG -pIm -veF -tkG -pIm -veF -tkG -pIm -veF -aAA -jUg -wwc -kGa -veF -lPh -lUG -nHg -lUG -lUG -xvO -jyD -jyD -jyD -jyD -jyD -jyD -veF -veF -veF -veF -xIA -xIA -veF -veF -veF -veF -jyD -jyD -jyD -jyD -jyD -jyD -xvO -rFn -rFn -sso -sRT -tlV -veF -loD -bqa -xcy -wwc -veF -olP -olP -olP -olP -olP -olP -uZN -uZN -uZN -jVT -kYQ -ggH -ggH -aRC -aRC -lju -lju -quo -quo -veF -jyD -jyD -veF -veF -jyD -jyD -jyD -jyD -jyD -jyD +ace +auj +aHq +aHq +bsT +bEB +bEB +ccE +bEB +dlN +bEB +bEB +ccE +bEB +fgB +aHq +aHq +fXg +ace +gwP +hiT +hiT +hyH +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +ljm +hiT +hiT +lvG +xvW +iRI +mDW +mVq +mVq +mVq +mVq +oSZ +oSZ +oSZ +oSZ +qXw +nNr +rMQ +seA +seA +seA +seA +teO +teO +teO +teO +ujo +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +wLM +hNH +cHU +kvz +svr +odZ +oZR +oZR +oZR +mli +kcO +pyu +rpk +art +ctv +ctv +ctv +ctv +ctv +wZz +onc +voi +nWB +nWB +nWB +xRM +xQp +rBp +rBp +rBp +lNy +onc +mES +pVt +rfO +wdH +onc +wUF +oBr +wUF +onc +aOy +jdQ +ahp +jFM +onc +onc +onc +wpv +onc +onc +onc +onc +onc +iwS +xGH +fCa +pUa +pUa +pUa +xIm +sZP +sZP +sZP +pMT +tkR +pMT +sZP +sZP +sZP +sZP +iGT +pUa +pUa +oNa +iwS +rHK +ueh +ueh +lvI +kWm +tLO +oBC +eZi +ufi +htk +ufi +ufi +htk +fyy +oWf +pqb +ont +tGz +tGz +mxj +myp +trB +pqb +rMa +htR +rMa +pqb +rMa +htR +rMa +pqb +rMa +htR +rMa +pqb +pqb +pqb +pqb +pqb +fAN +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (156,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tte -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -gtq -pMV -nXm -pMV -xvO -pMV -pMV -pMV -pMV -pMV -pMV -pMV -veF -duF -yfA -kjL -hjl -hjl -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -jwT -wwc -wwc -wwc -kVm -wwc -wwc -wwc -wwc -wwc -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xiw -peg -bMW -bMW -bMW -bMW -aOB -xiw -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -ybJ -ybJ -ybJ -ybJ -tmL -veF -veF -veF -veF -uIu -veF -olP -olP -olP -olP -olP -olP -uZN -uZN -uZN -jVT -kYQ -ggH -ggH -aRC -aRC -lju -lju -quo -quo -veF -jyD -jyD -jyD -veF -veF -jyD -jyD -jyD -jyD -jyD +ace +ace +amm +amm +ace +beQ +bCq +bCq +dte +bEB +cgb +bCq +bCq +eiR +ace +eFH +eFH +ace +ace +xvW +fxA +fxA +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +lOM +lOM +xvW +xvW +iRI +jVu +sSy +sSy +sSy +sSy +sSy +sSy +sSy +sSy +qYf +nNr +opx +sAC +sAC +sAC +sAC +sAC +sAC +sAC +sAC +ucc +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +wLM +cwU +cHU +cHU +cIn +odZ +odZ +odZ +odZ +odZ +tqy +pyu +rpk +qFa +aXl +aXl +cUs +aXl +aXl +pcw +onc +ycD +nWB +nWB +nWB +aqV +njZ +rBp +rBp +rBp +qlM +onc +lBF +tZe +tZe +aoy +mPM +kLu +oiy +nae +onc +oFM +pTF +tZe +rfO +onc +oFM +oQO +jWT +siN +onc +eNL +bwf +gdi +iwS +iwS +xGH +fCa +pUa +pUa +pUa +pUa +pUa +pUa +pUa +vUy +pUa +pUa +pUa +pUa +pUa +pUa +pUa +pUa +iDG +mRX +ueh +ueh +ueh +udI +kWm +tLO +oBC +ueN +kWm +qNE +kWm +kWm +ftv +kWm +kWm +pqb +ont +tGz +tGz +mxj +myp +trB +pqb +aat +myg +uam +pqb +jeY +myg +uam +pqb +jeY +myg +uam +pqb +pqb +fAN +fAN +fAN +fAN +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (157,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -pMV -pMV -pMV -pMV -xvO -aOd -vTj -pMV -bDt -pMV -clx -ctN -veF -tkG -ugn -veF -hjl -hjl -veF -tkG -ydI -veF -tkG -ydI -veF -tkG -ydI -veF -tkG -ydI -veF -tkG -ydI -veF -jym -jUn -kkR -kHx -pRk -wwc -hMK -wwc -rcV -hMK -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -pfs -bMW -bMW -bMW -bMW -pXf -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -ybJ -sbx -ybJ -rQK -ybJ -veF -uwv -uIu -wwc -wwc -veF -olP -olP -olP -olP -olP -olP -uZN -uZN -uZN -jVT -kYQ -ggH -ggH -aRC -aRC -lju -lju -quo -quo -veF -jyD -jyD -jyD -jyD -veF -veF -jyD -jyD -jyD -jyD +ace +iDq +iDq +iDq +iDq +chX +dGF +cdS +cXo +bEB +dzW +cAW +dGF +dVR +ace +iDq +iDq +iDq +ace +ocm +ocm +ocm +ocm +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +ocm +ocm +ocm +ocm +xvW +iRI +jVu +sSy +sSy +sSy +sSy +sSy +sSy +sSy +sSy +qYf +nNr +opx +sAC +sAC +sAC +sAC +sAC +sAC +sAC +sAC +ucc +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mbI +sIC +hNH +ggS +rtO +odZ +odZ +odZ +odZ +odZ +tqy +pyu +rUb +pGJ +mVC +onc +onc +onc +onc +onc +onc +voi +nWB +nWB +nWB +jeU +kmF +kvI +mRz +qlM +onc +onc +yce +sHV +qpQ +nig +onc +wUF +oiy +wUF +onc +cbs +pTF +tZe +tZe +onc +cbs +cMm +jWT +sDc +onc +jXe +ihM +bFJ +iwS +iwS +iwS +xGH +fCa +eZg +kkU +kkU +cVB +kkU +kkU +vUy +kkU +wUU +wUU +cVB +wUU +wUU +kkU +kkU +kNj +iwS +iJo +sRk +mXR +iwS +kWm +tLO +oBC +oaa +kWm +jle +nRs +kWm +jle +nRs +kWm +pqb +reY +kUC +omh +eNf +myp +trB +pqb +etr +myg +wcz +pqb +etr +myg +wcz +pqb +etr +myg +wcz +pqb +pqb +fAN +pqb +pqb +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (158,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -gtq -pMV -nXm -pMV -xvO -pMV -pMV -pMV -pMV -pMV -pMV -pMV -veF -veF -veF -veF -eCq -hjl -veF -eLm -yfA -veF -eLm -yfA -veF -eLm -yfA -veF -eLm -yfA -veF -eLm -yfA -veF -pje -wwc -kld -jRw -kVV -vQj -wwc -rcV -mVv -pXI -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -coa -pBW -poE -nnO -pLZ -coa -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -xmH -ybJ -ryN -ybJ -tnf -veF -veF -veF -vfC -ryi -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -jyD -jyD -jyD +ace +ace +iDq +akS +aHq +fnh +chX +dGF +cXo +ccE +dzW +dGF +dVR +ele +aHq +akS +iDq +ace +ace +xvW +ocm +txn +hiT +hMy +xvW +xvW +xvW +xvW +xvW +xvW +xvW +jrN +hiT +txn +ocm +xvW +xvW +iRI +jVu +sSy +sSy +sSy +sSy +sSy +sSy +sSy +sSy +qYf +nNr +opx +sAC +sAC +sAC +sAC +sAC +sAC +sAC +sAC +ucc +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +iIs +iIs +iIs +iIs +iIs +uFG +aIt +lmc +dRS +wxC +ntK +aps +uLx +pyu +rpk +onc +onc +lbo +qdI +lbo +onc +onc +sWV +onc +sWV +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +rKY +ajE +wUF +onc +sDu +tZe +tZe +cYM +onc +sDu +qLg +jWT +ePz +onc +kmM +ihM +bFJ +cYM +iwS +ikw +xsY +aRW +udJ +fMQ +fMQ +fMQ +fMQ +fMQ +fMQ +aoc +mUc +gJh +vwe +mUc +gJh +aoc +fMQ +fMQ +fMQ +fMQ +fMQ +fMQ +kWm +kWm +tLO +oBC +ueN +kWm +gzR +qqS +kWm +igY +qqS +kWm +pqb +pqb +pqb +pqb +bbR +myp +trB +pqb +oVf +wNj +oVf +pqb +oVf +wNj +oVf +pqb +oVf +wNj +oVf +pqb +pqb +fAN +pqb +pqb +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (159,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -tue -tue -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -pMV -pMV -pMV -pMV -xvO -aOV -pMV -pMV -bJv -pMV -pMV -aOV -veF -duF -yfA -kjL -hjl -hjl -veF -veF -kjL -veF -veF -kjL -veF -veF -kjL -veF -veF -kjL -veF -veF -kjL -veF -jzk -jUn -jzk -jzk -pRk -lPx -lUG -mVv -wwc -pXI -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tIZ -wxZ -wxZ -wxZ -wxZ -wxZ -wxZ -riT -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -ybJ -rQj -ybJ -rQj -tmL -veF -uwv -uIu -wwc -wwc -veF -wCQ -eZS -wCQ -veF -wCQ -eZS -wCQ -veF -wCQ -eZS -wCQ -veF -hld -hld -hld -hld -aoU -cjZ -pgx -ldc -veF -veF -cjZ -cjZ -cjZ -cjZ -veF -jyD -jyD -jyD +ace +ace +aLP +aHq +aHq +dGF +fnh +chX +cXo +bEB +dzW +dVR +ele +dGF +aHq +aHq +gaJ +ace +ace +xvW +hja +hiT +hiT +hiT +hMy +xvW +xvW +xvW +xvW +xvW +jrN +hiT +hiT +hiT +lDJ +xvW +xvW +iRI +mEu +ncZ +ncZ +ncZ +ncZ +oWt +oWt +oWt +oWt +red +nNr +rNL +sfs +sfs +sfs +sfs +teR +teR +teR +teR +urU +rfE +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +lLo +yhe +yhe +yhe +xZc +xZc +teF +cCT +wKb +yhe +yhe +nsA +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +tcM +okT +qQr +iIs +iIs +iIs +iIs +iIs +iIs +iIs +iIs +tqy +pyu +rpk +lrt +sWJ +otB +nuz +nuz +nuz +nuz +nuz +kgu +nuz +nuz +nuz +kgu +nuz +kgu +vRS +wUF +wUF +wUF +gtY +wUF +wUF +wUF +ajE +wUF +onc +aIb +xNZ +mpW +mES +onc +tZe +myL +xAk +axg +onc +rKq +nZM +lpP +tZe +iwS +waY +hLq +aRW +oNa +fMQ +ppZ +uqg +rnv +ppZ +bQi +lZV +aBX +aBX +cqY +aBX +aBX +fhT +veQ +vqC +ayG +veQ +vqC +fMQ +kWm +kWm +qiO +htk +lgU +kWm +kWm +kWm +kWm +kWm +kWm +kWm +pqb +cQm +thl +thl +eNf +myp +trB +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +fAN +pqb +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (160,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -gtq -pMV -nXm -pMV -xZJ -aPa -aPa -bdA -bJR -bJR -cmZ -elp -veF -tkG -ugn -veF -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -hjl -veF -jAi -wwc -knx -wwc -pRk -wwc -wwc -wwc -wwc -wwc -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -ybJ -ybJ -ybJ -ybJ -tmL -veF -veF -veF -vfC -ryi -veF -qpU -cjZ -rEy -veF -qpU -cjZ -rEy -veF -qpU -cjZ -rEy -veF -xtF -xtF -xtF -xtF -gmw -cjZ -cjZ -cjZ -veF -veF -yiM -cjZ -cjZ -yiM -veF -jyD -jyD -jyD +ace +ace +aLP +akS +akS +akS +dGF +fAi +fAi +doj +fAi +fAi +dGF +akS +akS +akS +gaJ +ace +ace +xvW +hja +txn +txn +txn +hiT +xvW +xvW +iyl +xvW +xvW +hiT +txn +txn +txn +lDJ +xvW +xvW +mYk +ngk +ngk +ngk +ngk +ngk +ngk +ngk +ngk +ngk +ngk +olg +ngk +ngk +ngk +ngk +ngk +ngk +ngk +ngk +ngk +ngk +sBO +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xZc +xRb +xRb +hFe +xRb +xRb +xRb +ycf +ycf +scI +ums +xNh +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +wLM +iFf +odZ +odZ +bGq +jKi +ohN +ohN +ohN +ttO +iIs +kcO +pyu +rpk +wGt +dTZ +tvL +cnt +cnt +cnt +cnt +cnt +cnt +cnt +cnt +cnt +cnt +cnt +cnt +vRS +wUF +mmH +oZr +wvV +xgm +oZZ +oZr +avs +nae +onc +onc +onc +onc +onc +onc +sFp +mvQ +ufy +buW +onc +uua +hwl +fcH +sLt +iwS +njy +fKH +aRW +oNa +fMQ +ppZ +uqg +rnv +ppZ +bQi +dyQ +aBX +aBX +aBX +aBX +aBX +nCx +veQ +vqC +ayG +veQ +vqC +fMQ +vtr +vtr +ohk +vnv +vnv +dxk +dxk +jBc +kom +myp +vep +myp +nCA +myp +myp +myp +mxj +myp +trB +pqb +iMX +nSj +rNs +rNs +nSj +iMX +pqb +tKi +lYr +keG +hiL +cQD +lVD +fAN +pqb +uWB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (161,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -tue -tue -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -pMV -pMV -pMV -pMV -pMV -pMV -pMV -pMV -pMV -pMV -pMV -cxA -veF -veF -veF -veF -hjl -hjl -hjl -qds -hjl -hjl -hjl -hjl -hjl -qds -hjl -hjl -hjl -hjl -qds -hjl -hjl -veF -jAX -wwc -kph -wwc -pRk -lLK -lLK -mHq -lLK -lLK -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -rFQ -scs -swR -sSY -sSY -veF -uwv -uIu -wwc -wwc -veF -xZL -cjZ -bip -veF -xZL -cjZ -bip -veF -xZL -cjZ -bip -veF -xtF -xtF -xtF -xtF -xaM -cjZ -cjZ -cjZ -veF -veF -cjZ -cjZ -cjZ -cjZ -veF -jyD -jyD -jyD +ace +ace +iDq +bdR +akS +akS +akS +fAi +cHj +dGF +cHj +fAi +akS +akS +akS +eYP +iDq +ace +ace +xvW +ocm +hnW +txn +txn +txn +xvW +ist +hiT +ist +xvW +txn +txn +txn +kLM +ocm +xvW +xvW +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ewZ +xTl +ehu +xZc +xZc +xZc +xRb +xte +ycf +amE +ums +xNh +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +wLM +dUh +odZ +odZ +aQX +fkh +fkh +fkh +fkh +fkh +eMo +tqy +pyu +rpk +wGt +jlU +tvL +kkB +gcB +gcB +gcB +gcB +gcB +gcB +gcB +gcB +gcB +gcB +aQv +vRS +wUF +wUF +wUF +hAG +wUF +wUF +wUF +awe +wUF +gzT +tEp +oMM +bFr +hTY +onc +onc +onc +mPM +onc +onc +onc +mPM +onc +onc +iwS +nMv +waY +aRW +oNa +fMQ +oCp +ppZ +wAE +rnv +ppZ +axT +bCT +aBX +aBX +aBX +cDS +uTp +vqC +ayG +etw +vqC +qHm +fMQ +oBC +oBC +rJC +oBC +oBC +oBC +oBC +tDo +fmZ +beg +beg +beg +pqb +cQm +thl +thl +eNf +myp +trB +pqb +eHs +tGz +tGz +tGz +tGz +wUL +pqb +jUr +kCu +kCu +kCu +kCu +kCu +nXK +pqb +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (162,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -tue -tue -tue -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -gtq -pMV -nXm -pMV -pMV -pMV -pMV -pMV -pMV -kty -pMV -czl -veF -duF -yfA -kjL -hjl -hjl -veF -veF -kjL -veF -veF -kjL -veF -veF -kjL -veF -veF -kjL -veF -veF -kjL -veF -veF -veF -veF -veF -kXs -lSp -lSp -veF -lSp -lSp -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -rJJ -rJJ -veF -rJJ -rJJ -veF -veF -veF -veF -veF -veF -wtB -egq -wtB -veF -wtB -egq -wtB -veF -wtB -egq -wtB -veF -hld -hld -hld -hld -aoU -cjZ -cjZ -edY -veF -veF -yiM -cjZ -cjZ -yiM -veF -veF -jyD -jyD +ace +ace +iDq +iDq +bdR +bdR +iDq +ace +cML +akS +cML +ace +iDq +eYP +eYP +iDq +iDq +ace +ace +xvW +ocm +ocm +hnW +hnW +ocm +xvW +ist +txn +ist +xvW +ocm +kLM +kLM +ocm +ocm +xvW +xvW +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sYR +yhe +yhe +apA +wRT +xZc +xRb +pFm +ycf +hIm +xZc +apA +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mbI +gcU +odZ +odZ +xPF +fkh +ohN +ohN +ohN +ohN +iIs +tqy +pyu +rpk +wGt +qIR +tvL +gOi +vhg +onc +nQb +rou +wUF +wUF +vhU +wUF +wUF +onc +onc +onc +onc +onc +onc +onc +onc +unO +wUF +oiy +wUF +vwP +tZe +tZe +tZe +qLg +onc +vod +lbo +peS +ajM +qIR +ajM +peS +lbo +vod +iwS +osp +waY +aRW +oNa +fMQ +rgF +eru +ojv +rnv +eru +rRF +bCT +aBX +aBX +aBX +cDS +bfo +cxK +ayG +bfo +cxK +rgF +fMQ +qrg +mdV +rJC +xXq +xcV +sVL +jNk +tDo +fmZ +jWM +aWr +mpj +pqb +pqb +pqb +pqb +grj +myp +trB +pqb +ero +tGz +tGz +tGz +tGz +uDD +pqb +eDV +kCu +kCu +kCu +kCu +kCu +oJi +pqb +uWB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (163,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -dqw -wxZ -wxZ -arf -veF -veF -veF -veF -bMT -aYS -cnh -veF -veF -tkG -ugn -veF -hjl -hjl -veF -ugn -yfA -veF -ugn -yfA -veF -ugn -yfA -veF -ugn -yfA -veF -ugn -yfA -veF -jyD -veF -veF -kJk -bsY -bsY -bsY -mJm -bsY -bsY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -rKI -rFn -swV -rFn -tnq -veF -veF -wCQ -osZ -bip -vNO -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -veF -veF -veF -veF -veF -veF -cjZ -cjZ -pcS -veF -veF -cjZ -cjZ -cjZ -cjZ -veF -veF -jyD -jyD +ace +ace +ace +iDq +iDq +iDq +iDq +ace +iDq +chs +iDq +ace +iDq +iDq +iDq +iDq +ace +ace +ace +xvW +xvW +ocm +ocm +ocm +ocm +xvW +ocm +jml +ocm +xvW +ocm +ocm +ocm +ocm +xvW +xvW +xvW +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xZc +xRb +dPA +ycf +edo +xZc +wRT +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +iIs +iIs +dGP +odZ +odZ +fkh +ohN +ohN +ohN +ohN +iIs +tqy +pyu +rpk +wGt +dTZ +tvL +gOi +tZj +onc +mST +iTE +cEE +oOS +sVj +wUF +wUF +aNP +onc +onc +onc +vPm +nYA +onc +onc +vod +wUF +oiy +wUF +xCi +aqf +fDi +niI +vTz +onc +iXI +phE +tEp +tEp +tEp +tEp +tEp +gna +kkr +iwS +erk +fKH +aRW +oNa +fMQ +rgF +kRJ +kRJ +rgF +kRJ +kRJ +aBX +aBX +fsS +aBX +aBX +vYW +vYW +rgF +vYW +vYW +rgF +fMQ +tuh +hwF +rJC +uLr +jNk +xmI +xcV +tDo +fmZ +wRR +suU +nug +pqb +tRY +tRY +tRY +eNf +myp +trB +pqb +pqb +pqb +gPg +gPg +pqb +pqb +pqb +pqb +iwv +fcs +fcs +epD +kCu +oJi +pqb +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (164,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -jyD -qjR -arf -ppo -nnH -aRK -aRK -big -bsY -bsY -bsY -cBc -veF -veF -veF -veF -hjl -hjl -veF -tkG -pIm -veF -tkG -pIm -veF -tkG -pIm -veF -tkG -pIm -veF -tkG -pIm -veF -veF -veF -iwu -bsY -bsY -bsY -bsY -bsY -bsY -bsY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -xmH -ybJ -ybJ -ybJ -toA -veF -veF -uJB -cjZ -cjZ -jFD -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -veF -kFU -wMt -mjS -ecm -wMt -cjZ -cjZ -oyo -veF -veF -yiM -cjZ -cjZ -yiM -veF -veF -jyD -jyD +ace +ace +ace +ace +iDq +iDq +ace +ace +iDq +iDq +iDq +ace +ace +iDq +iDq +ace +ace +ace +ace +xvW +xvW +xvW +ocm +ocm +xvW +xvW +ocm +ocm +ocm +xvW +xvW +ocm +ocm +xvW +xvW +xvW +xvW +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +lLo +teF +wKb +xZc +xRb +nRo +tKs +tnW +xZc +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +tcM +abb +odZ +lJm +fkh +fkh +fkh +fkh +fkh +eMo +tqy +pyu +rpk +ajO +sWJ +tvL +gOi +ncp +onc +rGl +sAi +oss +sAi +rye +wUF +wUF +wxO +vPm +nYA +vPm +jWT +jWT +vPm +onc +cTV +wUF +awe +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +bFJ +poA +rbD +bLc +poA +rbD +qLg +cFn +iwS +fHh +hLq +aRW +oNa +fMQ +rgF +kRJ +kRJ +rgF +kRJ +kRJ +aBX +aBX +sOT +aBX +aBX +vYW +vYW +rgF +vYW +vYW +rgF +fMQ +oBC +oBC +rJC +oBC +oBC +oBC +oBC +tDo +fmZ +odz +eNf +xAZ +pqb +uMr +myp +myp +mxj +myp +ser +uVO +aji +uVO +kVf +kVf +uVO +aji +hsJ +sAZ +kCu +kCu +kCu +kCu +kCu +oJi +pqb +uWB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (165,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -qjR -riT -nnH -ppo -nnH -nnH -nnH -biX -bsY -bsY -bsY -cBc -veF -duF -yfA -kjL -hjl -hjl -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -iLU -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -xmH -ybJ -ybJ -ybJ -toA -veF -veF -wCQ -qpU -xZL -vNO -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -veF -veF -veF -ecm -ecm -veF -cjZ -cjZ -uSl -veF -veF -veF -eWu -eWu -veF -veF -veF -jyD -jyD +ang +ang +ang +ang +ang +ang +ang +ang +ang +dov +ang +ang +ang +ang +ang +ang +ang +ang +ang +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iAm +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +lLo +xZc +rpQ +rpQ +xZc +xRb +yhe +yhe +yhe +yhe +yhe +yhe +yhe +yhe +yhe +nsA +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mbI +mes +gUw +nTS +fkh +ohN +ohN +ohN +ohN +iIs +tqy +pyu +rpk +onc +onc +tvL +gOi +cTV +onc +jEf +srI +sAi +sAi +exL +wUF +wUF +jWT +jWT +jWT +jWT +jWT +jWT +uMu +onc +xzd +wUF +azG +uuY +qPa +xCU +rTI +qPa +xCU +uuY +uuY +kzx +nxD +iMB +ira +nxD +pfP +qLg +rIS +iwS +msA +kQr +aRW +udJ +fMQ +rgF +ozy +aOd +rnv +ozy +aGD +bCT +nVd +qxt +llm +cDS +rDy +wbe +ayG +wBr +wbe +rgF +fMQ +vtr +vtr +prX +pQJ +pQJ +nHw +fhx +boc +fmZ +aWr +ilL +bje +pqb +izs +izs +izs +hTU +sSK +hpD +hpD +sSK +sSK +sSK +sSK +sSK +fXZ +trB +cxS +gPk +dSn +gmq +vbb +naw +pqb +pqb +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (166,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -xZJ -anU -oTM -cmK -nnH -nnH -oTM -bko -bsY -bsY -bsY -cBc -veF -tkG -ugn -veF -hjl -hIe -veF -rDB -fEn -fEn -fEn -fEn -gNc -fxw -hgY -wAK -hxL -uil -hLL -veF -veF -veF -qxF -bsY -bsY -bsY -bsY -bsY -rpb -krt -eBL -eBL -oKr -hsb -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -wxZ -wxZ -wxZ -wxZ -wxZ -rbx -xvO -xmH -ybJ -ybJ -ybJ -tpv -udt -veF -veF -veF -veF -veF -cjZ -cjZ -cjZ -cjZ -xHb -xHb -xHb -cjZ -cjZ -cjZ -cjZ -veF -eka -wMt -cxi -cxi -veF -cjZ -cjZ -aHF -veF -cjZ -cjZ -cjZ -cjZ -cjZ -mGQ -veF -jyD -jyD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +lLo +yhe +ycf +ycf +ycf +xZc +xRb +lZC +ycf +lfS +lpu +gHP +jQB +ggg +seS +nRH +xZc +nsA +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +iIs +jCv +qJu +fkh +jPx +gMB +mDs +uvO +iIs +kcO +pyu +rpk +onc +onc +pvx +dpF +onc +onc +onc +onc +lAK +wWp +exL +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +onc +jyl +wUF +ajE +wUF +wUF +wUF +hAG +wUF +wUF +wUF +wUF +bFJ +iOH +neo +bLc +iOH +neo +qLg +kTP +iwS +iwS +iwS +aRW +oNa +fMQ +oCp +ppZ +ffV +rnv +ppZ +haZ +bCT +qxt +qlX +qxt +cDS +fWt +vqC +ayG +ecb +vqC +qHm +fMQ +kWm +kWm +dQQ +vxF +vxF +pqb +pqb +gPg +pqb +pqb +pqb +gPg +pqb +pqb +pqb +pqb +ldr +drp +kVf +kVf +drp +drp +drp +drp +lbU +xmb +bje +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +uWB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (167,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -tue -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -ajj -apV -uaY -mSB -evU -evU -evU -bkF -bsY -bsY -bsY -cBc -veF -veF -veF -veF -eVl -hjl -veF -fnz -fxw -fxw -fxw -fxw -gQZ -fxw -hiy -fxw -xZq -xZq -pyS -veF -veF -iwu -bsY -bsY -bsY -bsY -bsY -jXk -vKq -lXh -pMV -pMV -jZk -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -wxZ -wxZ -riT -mfy -wZQ -wZQ -wZQ -wZQ -mfy -xvO -xmH -ybJ -ybJ -ybJ -ttV -veF -veF -wCQ -osZ -bip -vNO -cjZ -cjZ -cjZ -cjZ -xHb -xHb -xHb -cjZ -igG -cjZ -wSO -veF -veF -veF -veF -veF -veF -cjZ -cjZ -cjZ -eWu -cjZ -cjZ -cjZ -cjZ -cjZ -oyo -veF -jyD -jyD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +udh +vmz +vmz +vmz +vmz +xpg +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wRT +yeF +tdQ +ycf +oQl +xZc +yhe +xZc +ycf +ycf +ycf +ycf +ycf +xYE +sCS +pzZ +ybl +xZc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +tcM +phM +fDS +fkh +jsg +dZA +phM +dZA +iIs +tqy +pyu +rUb +pGJ +rwZ +pGJ +mVC +nIj +nIj +xbI +iIs +vQi +sAi +yls +wUF +fRW +fRW +fRW +wUF +fRW +fRW +fRW +rKE +onc +qIR +wUF +ajE +nae +onc +onc +onc +onc +onc +onc +iXI +hjk +aqf +aqf +aqf +aqf +aqf +lUQ +vHf +iwS +iwS +siJ +iGT +oNa +fMQ +ppZ +smL +rnv +ppZ +hRy +dyQ +aBX +aBX +aBX +aBX +aBX +nCx +vIj +vqC +ayG +rLk +vqC +luw +kHR +kWm +kWm +kPg +bjw +pqb +cFY +ntW +uVO +uVO +uVO +uVO +uVO +jIK +cFY +pqb +pUR +pUR +myp +myp +pUR +pUR +myp +pUR +cmf +ipn +ipn +xaU +fLn +fmc +ajk +nZr +fLn +fmc +pqb +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (168,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -tue -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -lTt -uaY -uaY -mSB -jix -jix -jix -bnq -bsY -bsY -bsY -cBc -veF -veF -mEW -mEW -hjl -eTZ -veF -foX -fxw -fxw -fxw -fxw -fxw -fxw -fxw -fxw -hCQ -hOT -hTe -veF -veF -iMg -bsY -bsY -bsY -bsY -kuU -kKH -jXk -ajG -pMV -pMV -ajG -oKr -hsb -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -riT -wjl -wwk -qfK -sFT -sFT -sFT -wKD -wKD -wKD -xvO -xmH -ybJ -ybJ -ybJ -tvm -veF -veF -uJB -cjZ -cjZ -jFD -cjZ -cjZ -cjZ -cjZ -xHb -xHb -xHb -cjZ -cjZ -cjZ -cjZ -ngy -cjZ -rrK -cjZ -eWu -cjZ -cjZ -cjZ -cjZ -veF -cjZ -cjZ -cjZ -cjZ -cjZ -mGQ -veF -jyD -jyD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +whv +uAN +vVi +wgj +uAN +whv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wRT +yfm +xur +tyq +peG +lZC +tKA +lZC +ycf +ycf +ycf +ycf +ycf +lZC +ycf +ycf +lqJ +xZc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mbI +kwq +fOf +fkh +aKD +phM +dZA +phM +iIs +tqy +pyu +pyu +pyu +pyu +pyu +rUb +pGJ +pGJ +aie +iIs +xMz +sAi +jBf +wUF +mce +wxT +wxT +wUF +mce +wxT +wxT +dbj +onc +vod +wUF +ajE +wUF +onc +gQg +xMC +aOR +nzW +onc +vod +lbo +kLu +xgh +qIR +xgh +kLu +lbo +vod +iwS +iwS +aRW +eZg +kNj +fMQ +ppZ +vjq +rnv +ppZ +xqZ +lRs +nnN +sAd +nUi +kPi +fHe +qBn +tVL +vqC +ayG +oDu +vqC +fMQ +nAN +nAN +nAN +tnc +tnc +pqb +cFY +taC +sSK +sSK +sSK +qED +hpD +bje +wvg +pqb +dGN +dGN +myp +myp +dGN +dGN +myp +dGN +yag +ipn +ipn +xaU +bXH +fmc +ipn +nZr +bXH +fmc +pqb +uWB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (169,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -uaY -uaY -avw -avP -hjl -sob -sob -nAB -bsY -bsY -bsY -cBM -veF -veF -dWu -ctJ -hjl -hjl -veF -fpD -fxw -fxw -fxw -fxw -fxw -fxw -fxw -fxw -hDk -hPK -sHg -veF -iLQ -bsY -bsY -bsY -bsY -kKv -krt -kKv -krt -mMP -pMV -pMV -niJ -ajG -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -pMa -wjl -wwk -qgY -quB -bOp -sFT -wKD -wKD -wKD -xvO -xmH -ybJ -ybJ -ybJ -tLQ -dNX -veF -wCQ -qpU -xZL -vNO -cjZ -cjZ -cjZ -cjZ -xHb -xHb -xHb -cjZ -igG -cjZ -cjZ -rgw -sgZ -sgZ -sgZ -veF -cjZ -cjZ -cjZ -mGQ -veF -veF -veF -eWu -eWu -veF -veF -veF -veF -jyD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +udh +uYq +voZ +vAW +vAW +wKh +xuz +xpg +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wRT +cxG +ait +ycf +ycf +xZc +yhe +xZc +ycf +ycf +ycf +ycf +ycf +ggg +huE +jGe +nNJ +xZc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +iIs +oKP +fkh +app +xtI +dZA +nlb +iIs +hku +xuq +aps +aps +aps +aps +aps +uLx +pyu +rpk +iIs +wUF +wUF +wUF +wUF +luf +luf +luf +wUF +luf +luf +luf +rKE +onc +aEp +wUF +ajE +kLu +mPM +hQR +svd +jWT +yhH +onc +onc +onc +mPM +onc +onc +onc +mPM +onc +onc +iwS +iwS +aRW +oNa +iwS +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +hXs +xpy +tnc +tnc +pqb +pqb +pqb +pqb +pqb +pqb +pqb +uPb +bVg +pqb +pqb +fJR +fJR +myp +myp +fJR +fJR +myp +fJR +pAp +ipn +ipn +ipn +ipn +ipn +ipn +ipn +ipn +ipn +pqb +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (170,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -mhI -uaY -avw -awl -hjl -sob -sob -nAB -bsY -bsY -bsY -cEG -veF -veF -dSL -emj -hjl -eTZ -veF -fsT -fxw -fxw -fxw -fxw -gUw -fxw -oVl -fxw -xZq -xZq -pyS -veF -iLU -bsY -bsY -bsY -kqa -jXk -jXk -lVR -mph -mNE -pMV -pMV -vKq -lae -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -pMo -wjl -wwk -qfK -qvI -qGO -sFT -wKD -wKD -wKD -xZJ -rMD -ybJ -ybJ -ybJ -rpv -rwK -veF -veF -veF -veF -veF -pAJ -cjZ -cjZ -cjZ -xHb -xHb -xHb -cjZ -cjZ -cjZ -cjZ -rgw -dZP -sBP -eKE -veF -cjZ -cjZ -drU -ctX -veF -fTJ -rXg -cjZ -cjZ -wGP -cjZ -dlU -veF -jyD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +udh +uiq +uZe +xVv +xVv +xVv +xVv +uZe +vVV +xpg +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sYR +yhe +ycf +ycf +ycf +xZc +xRb +lZC +ycf +khA +ipE +igq +sBn +xYE +rmf +ufU +xZc +apA +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +fjq +ydz +mAc +mAc +mAc +mAc +oZk +iIs +xbI +vOg +xGO +qqV +nIj +nIj +xbI +ntK +aps +iiO +iIs +fRW +fRW +fRW +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +nae +onc +hyg +wUF +ajE +wUF +onc +aOy +jdQ +ahp +jFM +onc +xNZ +uWy +xAk +vlW +onc +gQg +nZM +xea +sHV +iwS +iwS +aRW +oNa +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +tAB +qTJ +tnc +hoD +pqb +pxs +pxs +pxs +tBb +sBh +cFY +ntW +hsJ +tHQ +pqb +grj +myp +myp +myp +myp +myp +myp +myp +eOl +ipn +ipn +ipn +ipn +ipn +ipn +ipn +ipn +ipn +pqb +uWB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (171,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -mhI -uaY -uaY -hak -hjl -hjl -hjl -nAB -bsY -bsY -bsY -cEG -veF -veF -uqx -uqx -hjl -hjl -veF -fuE -fGG -hAD -fxw -fxw -gNc -fxw -hgY -wAK -hGI -hPT -hLL -veF -iLU -bsY -bsY -vKq -krt -kKH -lZt -jXk -kqa -mOF -pMV -pMV -vKq -kuU -oKr -hsb -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -pNM -wjl -wjl -qhj -qwe -otf -otf -otf -otf -otf -rsX -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -vyF -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -rgw -lxH -mVq -quI -veF -cjZ -cjZ -rcT -rcT -veF -qpz -cjZ -cjZ -cjZ -cjZ -cjZ -dnh -veF -jyD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +gmQ +got +got +got +got +qoq +qoq +qoq +qoq +qoq +got +got +qoq +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +vVV +uAg +vBY +vbV +una +una +wNz +vBY +uAg +uiq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sYR +xZc +dCY +dCY +xZc +xRb +yhe +yhe +yhe +yhe +yhe +yhe +yhe +yhe +yhe +apA +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +mVX +iIs +ydz +mAc +mAc +mAc +mAc +oZk +iIs +rcN +rcN +rcN +iIs +eoD +wxT +wxT +wUF +fRW +fRW +fRW +wUF +fRW +fRW +fRW +wUF +onc +vod +gzT +sxc +sTV +onc +hNK +xPS +ihM +eNL +onc +tZe +myL +ufy +tWj +onc +aOy +hwl +lpP +tZe +iwS +iwS +aRW +udJ +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +acx +xpy +tnc +tnc +pqb +vdf +vdf +vdf +vdf +hwc +ntW +rWg +trB +oSQ +pqb +pUR +pUR +myp +myp +fWk +jlp +tqI +qco +cgU +bRL +ivr +phe +kXF +jQb +ozS +bRL +mud +eEj +pqb +pqb +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (172,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -alv -uaY -uaY -xlT -hjl -aTA -hjl -bpg -bsY -bsY -bsY -bsY -cRS -veF -veF -veF -eDV -eBL -veF -veF -veF -veF -gGV -gGV -veF -veF -veF -ezs -veF -veF -veF -veF -iLZ -bsY -bsY -jXk -jXk -kqa -jXk -lXh -kuU -mRu -pMV -pMV -vKq -lXh -rpb -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -pOM -wjl -wjl -qka -qxV -otf -qRG -qZM -otf -otf -rsX -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -vyF -cjZ -cjZ -cjZ -wZL -dMS -vFb -yis -ebg -cjZ -cjZ -cjZ -rgw -gFx -oyw -oyw -eWu -cjZ -cjZ -gEE -rcT -veF -npR -cjZ -cjZ -cjZ -cjZ -cjZ -fUi -veF -jyD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +gmQ +got +iFV +iXv +jvA +got +lkv +lkv +lkv +lkv +lkv +lkv +qoq +got +niK +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +whv +uAN +uZA +vqc +xVv +xVv +vqc +xwg +uAN +whv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sYR +sWH +yiV +xZc +xRb +nYn +ycf +kbD +xZc +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +ctv +ctv +ctv +iIs +dXc +rpC +onc +iFr +mce +wxT +wxT +iFr +mce +wxT +wxT +nQb +onc +vod +aGX +qwp +wwr +onc +jmH +xPS +ihM +ihM +onc +sDu +qLg +jWT +ePz +onc +kmM +ihM +bFJ +cYM +iwS +iwS +vUy +vUy +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +iky +nAN +mwS +bDa +pqb +vdf +vdf +vdf +vdf +hwc +xmb +fXZ +trB +wvg +pqb +dGN +dGN +myp +myp +oXn +lLt +lLt +lLt +rqJ +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (173,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -mhI -uaY -uaY -hak -hjl -hjl -hjl -nAB -bsY -bsY -bsY -bsY -qZF -veF -veF -veF -eJh -eak -veF -qah -qah -qxF -bsY -bsY -qxF -qah -qah -qah -hHF -veF -veF -iwu -bsY -bsY -bsY -ajG -kqa -ajG -kYw -lXr -mrJ -mSR -pMV -pMV -vKq -vKq -vKq -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -pPX -wjl -wjl -wtT -fRT -isN -lqD -raL -otf -otf -oTp -kmt -ybJ -ybJ -ybJ -pDS -ugb -uwN -uJO -vhS -mGp -veF -fiR -cjZ -cjZ -vyB -cjZ -cjZ -cjZ -xaM -cjZ -cjZ -cjZ -rgw -sBP -rNH -jYo -veF -oyo -cjZ -obL -uCQ -veF -oyo -wQl -tMl -tMl -tMl -cCP -oyo -veF -jyD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +gmQ +qoq +iGj +xEX +xEX +got +xEX +xEX +xEX +xEX +xEX +xEX +got +xEX +xEX +xEX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +sCE +vBY +uiq +uFs +xVv +xVv +xVv +xVv +xVv +xVv +xPZ +vVV +vBY +tSg +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xZc +xRb +wTD +ycf +ycf +xZc +wRT +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +tcM +ctv +ctv +ctv +tcM +mVX +mVX +srQ +vOD +hrD +hrD +hrD +hrD +rpC +onc +onc +onc +onc +vod +fpS +sAT +wQz +onc +tIC +ihM +ihM +rag +onc +oFM +cMm +jWT +sDc +onc +jXe +ihM +bFJ +iwS +iwS +siJ +iGT +oNa +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +fAg +qFV +irL +nsM +pqb +pxs +pxs +pxs +uZt +dgp +cFY +eNf +trB +uYa +pqb +fJR +fJR +myp +myp +mQr +lLt +qaa +lLt +iMy +nAN +nAN +gQl +mYM +oIc +qVd +nAN +tbt +wGf +nAN +nAN +axr +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (174,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -mhI -uaY -avw -avP -hjl -sob -sob -nAB -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -rsf -bsY -bsY -bsY -bsY -rsf -pMV -pMV -pMV -pMV -pMV -pMV -pMV -pMV -qUk -qUk -qUk -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -pSQ -wjl -wjl -qlU -qyV -otf -qUE -rbV -otf -otf -rsX -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -vyF -cjZ -cjZ -cjZ -vyB -xqL -cjZ -yjg -xaM -cjZ -cjZ -bJB -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +gmQ +got +iBq +xEX +xEX +kNl +xEX +xEX +xEX +xEX +xEX +xEX +fLk +xEX +xEX +xEX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +whv +txI +xlI +uMd +xVv +xVv +xVv +xVv +xVv +xVv +xSs +xlI +tlN +whv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +lLo +yhe +yhe +nsA +wRT +xZc +xRb +yao +oxk +ton +xZc +nsA +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +mVX +mVX +wLM +rBi +ctv +ctv +wLM +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +srQ +onc +onc +onc +onc +onc +onc +onc +onc +jXe +qkx +aVs +kgA +onc +cbs +uzs +jWT +siN +onc +eNL +wYx +gdi +iwS +siJ +iGT +eZg +kNj +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +efU +hTD +fAg +kZY +pqb +pqb +pqb +pqb +pqb +pqb +lpB +rWg +trB +jzj +pqb +grj +myp +myp +myp +arX +tmL +nlT +lLt +oUm +nAN +nAN +aFM +nBl +oIc +rjE +nAN +weC +aig +nAN +nAN +eSL +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (175,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -uaY -uaY -avw -awo -hjl -sob -sob -nAB -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -rsf -bsY -bsY -bsY -bsY -rsf -pMV -pMV -pMV -pMV -pMV -pMV -pMV -pMV -qUk -nCo -nLg -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -pTF -wjl -wjl -qhj -qwe -otf -otf -otf -otf -otf -rsX -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -ybJ -vyF -cjZ -cjZ -cjZ -vyB -cjZ -gYA -cjZ -xaM -cjZ -cjZ -cjZ -veF -hOj -hSQ -hOj -dTj -rwX -cIq -vxE -xMK -veF -wai -dHz -dHz -dHz -wai -dHz -dHz -wai -veF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +gmQ +got +iBq +xEX +xEX +got +xEX +xEX +lKH +iBq +xEX +oIK +got +niK +got +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +whv +tyW +una +uNt +xVv +xVv +xVv +xVv +xVv +xVv +uNt +una +tmR +whv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +hsP +ygA +tlz +xZc +xZc +xZc +xRb +xpJ +ycf +ycf +ums +xNh +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +wLM +ctv +xfI +ctv +wLM +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +srQ +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +iwS +aRW +eZg +kNj +bwb +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +pwF +hTD +fAg +abk +pqb +brM +iFB +kaY +vep +gPg +xmb +sSK +gRK +rZk +pqb +pUR +pUR +myp +myp +owl +lLt +uAi +lLt +fgx +nAN +nAN +fpg +oIc +oIc +njk +nAN +aoS +jbd +nAN +mIC +ctk +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (176,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -alW -uaY -uaY -mSB -evU -evU -evU -bkF -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -rsf -bsY -bsY -bsY -bsY -rsf -pMV -pMV -pMV -pMV -pMV -pMV -pMV -pMV -qUk -qUk -qUk -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -pMo -wjl -wwk -qfK -qvI -qGO -sFT -wKD -wKD -wKD -xiw -rOi -ybJ -ybJ -ybJ -ouh -uik -veF -veF -veF -veF -veF -cjZ -cjZ -cjZ -vyB -cjZ -kUg -cjZ -oCE -cjZ -cjZ -cjZ -veF -dTj -dTj -dTj -dTj -dTj -dTj -dTj -fcS -veF -cPp -cPp -wai -cPp -cPp -wai -cPp -qaL -veF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +mUV +gmQ +got +dDn +evN +fbH +qoq +xEX +xEX +iBq +iBq +xEX +xEX +xEX +xEX +gaE +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +whv +sBv +uqP +uOp +vba +vuL +xVv +xVv +vuL +vba +uOp +uqP +sBv +whv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xZc +xRb +xRb +vrv +xRb +xRb +xRb +ycf +ycf +scI +ums +xNh +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +wLM +ctv +tjJ +ctv +wLM +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +srQ +onc +onc +onc +onc +onc +onc +onc +iwS +aRW +oNa +dzZ +iwS +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +pwF +hTD +fAg +kZY +pqb +pqb +pqb +myp +myp +pqb +inI +fvx +pIg +inI +pqb +dGN +dGN +myp +myp +keD +lLt +lLt +lLt +rxE +nAN +nAN +egQ +riL +wEo +gsj +nAN +asI +qOP +nAN +ctk +ctk +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (177,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -vGJ -vGJ -uaY -mSB -jix -jix -jix -bnq -bsY -bsY -bsY -bsY -bsY -bsY -qxF -emV -veF -slZ -slZ -slZ -slZ -slZ -slZ -slZ -slZ -mnu -slZ -slZ -hHP -hHP -veF -iwu -bsY -bsY -bsY -jXk -kqa -ajG -kZR -lYn -mrK -mSR -pMV -pMV -vKq -vKq -vKq -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -pMa -wjl -wwk -qgY -qzS -bOp -sFT -wKD -wKD -wKD -xvO -xmH -ybJ -ybJ -ybJ -tLQ -dNX -veF -wCQ -osZ -bip -vNO -cjZ -cjZ -cjZ -vyB -cjZ -xPm -cjZ -xaM -cjZ -cjZ -cjZ -veF -dTj -dTj -dTj -dTj -dTj -dTj -dTj -dTj -veF -sMR -hkC -wai -cmf -dkg -wai -cmf -hkC -veF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gmQ +gmQ +fcx +goU +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +got +got +qoq +got +got +xEX +xEX +iBq +iBq +xEX +xEX +xEX +xEX +gaE +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +vVV +vBY +urb +vBY +vbV +vxy +vWG +vWG +wPz +wNz +vBY +urb +vBY +uiq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sYR +yhe +yhe +yhe +xZc +xZc +sWH +jxo +yiV +yhe +yhe +apA +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +giG +ctv +pUv +ctv +wLM +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +dzZ +aRW +oNa +nte +mVX +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +nAN +hTD +fAg +kZY +pqb +jBs +iFB +ayr +ayr +pqb +hza +vTR +aeY +hza +pqb +fJR +fJR +sSK +qED +vsU +kiv +xCN +fKl +xas +nAN +nAN +asI +asI +asI +asI +asI +asI +ccL +eSL +ctk +ctk +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (178,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tIZ -lYG -aqc -avN -rfP -nnH -nnH -veF -veF -veF -veF -uDP -uDP -veF -veF -veF -veF -veF -dbl -lmi -fvZ -fHd -dbl -lmi -gIz -gVi -dbl -lmi -gIz -nnH -nnH -veF -veF -cBz -bsY -bsY -jZk -rpb -jZk -kqa -kKv -jXk -mNE -pMV -pMV -vKq -kuU -nLK -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tIZ -lYG -wjl -wwk -qfK -sFT -sFT -sFT -wKD -wKD -wKD -xvO -xmH -ybJ -ybJ -ybJ -tvt -veF -veF -uJB -cjZ -cjZ -jFD -cjZ -cjZ -cjZ -vyB -xse -cjZ -ykd -xaM -cjZ -cjZ -cjZ -veF -nHB -dTj -nHB -dTj -dTj -vVx -vVx -vVx -veF -cmf -sMR -wai -rKK -sMR -wai -sMR -sMR -veF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +fiO +fqb +fcx +fcx +bVH +bVH +gmQ +gmQ +ghk +cYI +hdE +hkM +gmQ +qoq +oIK +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +gaE +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +wkA +tzd +whv +uAN +xVv +vAW +xVv +xVv +vAW +xVv +uAN +whv +tzd +gtm +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wLM +ctv +cCV +ctv +giG +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +wxt +aRW +udJ +wxt +jMD +jiz +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +nAN +fDP +fDP +fDP +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +sTJ +asI +asI +tlT +asI +asI +asI +qOP +nAN +iRq +jWu +nAN +pHc +pHc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (179,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tte -jyD -jyD -jyD -tte -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tIZ -lYG -nnH -ppo -nnH -gsP -veF -nNE -nNE -veF -nnH -nnH -dau -dau -dau -dau -veF -yky -lmi -fwA -fKK -yky -lmi -fwA -vIp -yky -lmi -fwA -nnH -nnH -hYy -rZp -iMg -bsY -bsY -jZk -jZk -krt -mpA -lZe -jXk -mOF -pMV -pMV -vKq -nCV -rBi -foD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tIZ -wxZ -wxZ -qme -mfy -wZQ -wZQ -wZQ -wZQ -mfy -xvO -xmH -ybJ -ybJ -ybJ -tvy -veF -veF -wCQ -qpU -xZL -vNO -cjZ -cjZ -cjZ -vyB -cjZ -cjZ -cjZ -xaM -cjZ -cjZ -cjZ -veF -qzP -qzP -qzP -dTj -dTj -qzP -qzP -qzP -veF -jFl -jFl -wai -jFl -jFl -wai -jFl -jFl -veF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +fjR +fqF +fcx +fcx +fcx +fcx +fcx +bwe +div +div +div +drh +gmQ +got +xEX +xEX +xEX +iCc +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +ggJ +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +whv +uPh +xVv +xVv +xVv +xVv +xVv +xVv +yhA +whv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xCF +ykl +ykl +ykl +hFo +ykl +ykl +hFo +ykl +ykl +ykl +ykl +nVI +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +giG +ctv +xEI +ctv +wLM +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +kMP +aRW +oNa +nte +mVX +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +nAN +hTD +fAg +kZY +xwr +daM +rgi +mYF +pBb +fJB +dVt +qfj +asI +pLN +asI +asI +asI +pLN +asI +asI +asI +pLN +asI +asI +eCT +asI +asI +asI +nAN +glw +dEb +dEb +gAk +nAN +qLC +ctk +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (180,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tte -jyD -jyD -jyD -jyD -jyD -tte -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tIZ -lYG -ppo -gsP -aUH -veF -bqe -bqe -bXC -nnH -nnH -nnH -nnH -nnH -nnH -uDP -nnH -nnH -nnH -nnH -nnH -nnH -nnH -nnH -nnH -nnH -nnH -nnH -nnH -hYX -rZp -iMg -bsY -bsY -bsY -kuU -jXk -kKH -kqa -jZk -mRu -pMV -pMV -vKq -kuU -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tIZ -wxZ -wxZ -wxZ -wxZ -wxZ -rbx -xvO -xmH -ybJ -ybJ -ybJ -aZO -veF -veF -veF -veF -veF -veF -cjZ -cjZ -cjZ -wZM -xtP -xSJ -ykF -mxk -cjZ -cjZ -cjZ -laO -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -wai -wai -wai -wai -wai -wai -wai -wai -veF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +fjR +fsV +fcx +fcx +fcx +bVy +bVH +gmQ +div +div +div +fcx +gmQ +got +xEX +xEX +iBq +iBq +iCc +xEX +xEX +xEX +xEX +xEX +xEX +xEX +ggJ +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +whv +wLf +vdt +yet +xVv +xVv +yet +vdt +wLf +whv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xCF +yiB +eGA +sEW +tzB +stM +xjH +xjH +stM +oKx +dtK +dnL +gEA +gNB +ykl +nVI +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +wLM +ctv +cFo +ctv +wLM +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +srQ +vOD +hrD +hrD +rpC +onc +onc +iwS +iwS +aRW +oNa +kMP +iwS +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +pwF +hTD +fAg +kZY +hmX +daM +woV +adZ +dtR +hbm +daM +nAN +nAN +nAN +nAN +nAN +kTQ +asI +asI +pwb +ocO +oTI +asJ +nAN +nAN +uTC +fgL +iha +nAN +rey +jzh +xFY +rey +nAN +ctk +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (181,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tIZ -arf -veF -veF -veF -veF -veF -veF -nnH -nnH -nnH -nnH -nnH -nnH -uDP -nnH -nnH -nnH -nnH -nnH -nnH -nnH -nnH -nnH -nnH -nnH -nnH -nnH -ppo -rZp -qxF -bsY -bsY -bsY -bsY -kKv -ajG -lXh -kqa -kqa -pMV -pMV -niJ -nDL -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -riT -xmH -ybJ -ybJ -ybJ -twG -veF -veF -wCQ -osZ -bip -vNO -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -laO -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -wai -wai -wai -wai -wai -wai -wai -dJi -veF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +cig +mVX +mVX +mVX +mVX +mVX +mVX +fjR +fuZ +fcx +fcx +fcx +fcx +fcx +bwe +div +div +div +drh +gmQ +got +xEX +jet +iBq +iBq +iCc +xEX +xEX +xEX +xEX +xEX +got +qoq +got +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +vVV +vBY +vBY +vBF +xVv +xVv +ykQ +vBY +vBY +uiq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xCF +yiB +niR +yjH +yjH +yjH +xld +xjH +xjH +xld +yjH +yjH +yjH +mhN +kRq +hsl +gNB +nVI +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +wLM +ctv +ctv +ctv +wLM +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +srQ +onc +onc +vOD +hrD +hrD +rpC +onc +clj +fQJ +qzP +hTg +onc +onc +uRC +uRC +aRW +oNa +eKv +eKv +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +pwF +hTD +fAg +moU +ncA +tWN +hjX +ipP +fpq +ppv +fJB +qsJ +vcj +lCT +daM +nAN +lcU +asI +asI +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (182,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -btS -bNp -nnH -nnH -nnH -xZq -pHh -dVb -eod -veF -eUh -xzq -xzq -hjl -nnH -nnH -mfo -mfo -jZW -hjA -hjp -nnH -nnH -qqU -rZp -rZp -iMg -bsY -bsY -bsY -bsY -jZk -jZk -vKq -kKH -pMV -pMV -nkd +mVX +mVX +mVX +mVX +mVX +gmQ +bXO +bXO +gmQ +mVX +mVX +mVX +mVX +mVX +fnN +fqb +fcx +fcx +gsB +gBT +gBT +gmQ +ghk +cYI +hdE +hkM +gmQ +got +xEX +xEX +iBq +iBq +iCc +xEX +xEX +xEX +xEX +xEX +fJV +gfB +gfB +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +wkA +ylp +veL +xlI +xxK +xLc +xlI +ylp +veL +gtm +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xCF +yiB +nzn +yjH +yjH +yjH +yjH +gvQ +xjH +xjH +wZi +yjH +yjH +yjH +yjH +quu +yjH +rtP +stM +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +mVX +mVX +wLM rBi -foD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -ruT -xmH -ybJ -ybJ -ybJ -txQ -veF -veF -uJB -cjZ -cjZ -jFD -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -laO -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -wai -wai -wai -wai -wai -wai -wai -aDu -veF +ctv +ctv +wLM +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +srQ +vOD +hrD +hrD +hrD +hrD +rpC +onc +onc +onc +rVm +uOC +qPh +ppL +rpi +rXN +qlC +qlC +jkY +guv +onc +uRC +uRC +aRW +xIm +wde +vui +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +efU +hTD +fAg +abk +nAN +bNp +dVt +daM +lzW +ipP +bFT +gpm +bSu +fJB +bvK +nAN +nAN +vsD +sZy +nAN +oBW +nAN +oBW +nAN +oBW +nAN +wQP +nAN +wQP +nAN +wQP +nAN +nAN +nAN +nAN +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (183,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -veF -veF -nnH -vEY -veF -bXC -veF -veF -veF -veF -xCC -swC -swC -xzq -nnH -nnH -gIP -iCK -vYi -qrr -mfo -nnH -nnH -ieG -ixp -rZp -iwu -bsY -bsY -bsY -bsY -bsY -jZk -jXk -ajG -pMV -pMV -rpb -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -rvG -xmH -ybJ -ybJ -ybJ -tyu -veF -veF -wCQ -qpU -xZL -vNO -cjZ -cjZ -cjZ -xcs -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -cjZ -veF -qzP -qzP -qzP -uUd -uUd -qzP -qzP -qzP -veF -gqE -wai -wai -wai -wai -wai -wai -gqE -veF +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +fcx +fcx +gmQ +aim +dIc +dIc +dIc +fba +gmQ +gmQ +fcx +fcx +gvO +gFe +gFe +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +got +xEX +xEX +xEX +iCc +xEX +xEX +xEX +xEX +xEX +xEX +fJV +xEX +xEX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +uPi +uPi +mVX +mVX +mVX +mVX +uPi +uPi +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wZC +xDl +fCS +yjH +yjH +yjH +dbO +jwa +xjH +xjH +jwa +yjH +yjH +yjH +yjH +rzg +yjH +rtP +stM +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mbI +ctv +ctv +ctv +mbI +mVX +mVX +srQ +vOD +hrD +hrD +hrD +hrD +rpC +onc +hGC +tlx +lqs +qQa +qQa +hGC +prI +eOT +onc +ldB +rXN +qlC +jkY +uKY +kVt +qVY +mKB +mbd +mFe +onc +uRC +eKv +xGH +fCa +oNa +jMK +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +nNb +hTD +fAg +kZY +xwr +uoZ +ebR +aHU +dsH +jhY +dsH +iCn +woV +hbm +ufp +nAN +nAN +nAN +nAN +nAN +fDV +nAN +fDV +nAN +fDV +nAN +fDV +nAN +fDV +nAN +fDV +nAN +nAN +nAN +nAN +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (184,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tte -jyD -jyD -jyD -jyD -jyD -tte -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -btS -bNp -nnH -vEY -veF -xZq -dVK -dVK -dVK -veF -eVl -hjl -swC -xzq -nnH -nnH -gJm -mcv -qNb -qrr -mfo -nnH -nnH -ruq -lPi -rZp -rZp -qxF -bsY -bsY -bsY -bsY -bsY -kqa -lXh -naR -naR -rBi -foD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -oeC -xmH -ybJ -ybJ -ybJ -tyz -veF -veF -veF -veF -veF -veF -noe -lBZ -noe -veF -noe -lBZ -noe -veF -noe -lBZ -noe -veF -kXV -xNg -xso -uUd -uUd -xso -xso -kXV -veF -jmT -jmT -iGg -lnF -lBl -fsI -dCo -sLQ -veF +gmQ +ghk +div +cYI +gmQ +bPQ +fcx +fcx +gmQ +dpz +dyw +dyw +eos +fdf +gmQ +bVy +fcx +fcx +gvO +gKj +hnm +hpF +fcx +fcx +fcx +fcx +gmQ +qoq +oIK +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +nhI +xEX +xEX +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xde +ooz +cjy +yjH +wIA +mgI +cbZ +stM +xjH +xjH +stM +xFR +xFR +rYd +xFR +pgZ +xFR +rwu +lSb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +rcN +rcN +rcN +iIs +ydz +oZk +onc +eeb +qMw +tGL +tWu +fNk +fNk +ihM +ihM +ihM +ihM +ihM +ihM +ihM +ihM +ihM +onc +guv +kVt +kqe +kqe +kqe +kqe +tNZ +osE +mbd +kic +onc +rvV +eKv +eKv +aRW +oNa +rvV +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +efU +hTD +fAg +kZY +xpW +tto +ovk +oIc +ppv +vmk +cKG +vgt +woV +hbm +arS +nAN +ctk +nAN +ydH +sYS +njW +lsT +oOk +nAN +rZo +fPf +cKq +nAN +evj +uUG +hsZ +hvs +vNi +nAN +nAN +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (185,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tte -jyD -jyD -jyD -tte -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -veF -veF -nnH -vEY -veF -xZq -xZq -xZq -xZq -veF -xBN -hjl -swC -xzq -nnH -nnH -mfo -mfo -gWM -hKD -hmw -nnH -nnH -ifq -mcv -iMt -rZp -rZp -iMg -bsY -bsY -bsY -bsY -bsY -bsY -bsY -bsY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -wxZ -wxZ -wxZ -wxZ -qme -tIZ -lYG -xmH -ybJ -ybJ -ybJ -tDH -veF -rqj -ygs -ygs -rqj -veF -xZL -cjZ -bip -veF -xZL -cjZ -bip -veF -xZL -cjZ -bip -veF -xso -oVr -oVr -uUd -uUd -oVr -oVr -jIJ -veF -vxZ -wai -wai -wai -dkg -dkg -wai -kYG -veF +gmQ +hkM +div +div +bwe +fcx +fcx +fcx +fcx +fcx +fcx +fcx +fcx +fcx +fcx +fcx +fcx +fcx +gvO +gFe +gsB +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +qoq +got +qoq +got +qoq +xEX +xEX +iBq +iBq +xEX +xEX +fJV +xEX +xEX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +vqq +xzY +xzY +xzY +xzY +xzY +xzY +wiM +xzY +wJv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xgr +pCz +ykl +ykl +ykl +ykl +ykl +rXK +iEE +xjH +gNB +ykl +ykl +hFo +ykl +ykl +ykl +rXK +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +mVX +iIs +ydz +mAc +mAc +mAc +mAc +oZk +iIs +tqy +pyu +rpk +qqC +nIj +nIj +onc +pzx +sAi +tWd +jEu +ihM +cgt +tRb +lyU +ueb +aZv +hxR +oeY +tRb +ubI +ihM +kLj +rXN +rVc +kqe +mbd +weR +kVt +qVY +jdj +mbd +uda +onc +mRR +eKv +eKv +aRW +oNa +miN +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +pwF +hTD +fAg +kZY +xpW +jDr +oIc +oIc +oIc +oIc +iQe +fPJ +soN +hbm +bjP +nAN +ctk +nAN +eTm +sYS +fAg +cKq +fAg +mcg +fAg +fAg +fAg +mcg +fAg +rZo +fAg +hvs +qGS +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (186,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -btS -bNp -nnH -vEY -veF -xZq -dWH -dWH -dWH -veF -eYN -hjl -swC -xzq -nnH -nnH -nnH -nnH -nnH -nnH -nnH -nnH -nnH -qrr -hjl -iQV -iQV -rZp -rZp -iwu -bsY -bsY -bsY -bsY -bsY -bsY -bsY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qjR -riT -qCD -vUb -vUb -qCD -rmc -rbx -xvO -xmH -ybJ -ybJ -ybJ -tEC -veF -rqj -ygs -ygs -rqj -veF -qpU -cjZ -rEy -veF -qpU -cjZ -rEy -veF -qpU -cjZ -rEy -veF -xXH -uUd -uUd -uUd -uUd -uUd -uUd -eZj -veF -yfh -wai -wai -wai -wai -wai -wai -xlt -veF +gmQ +azr +aXa +hdE +gmQ +bRx +fcx +fcx +fcx +fcx +fcx +fcx +fcx +fcx +fcx +fcx +fcx +fcx +gsB +gLj +gsB +gmQ +ghk +cYI +hdE +hkM +gmQ +qoq +xEX +xEX +xEX +qoq +xEX +xEX +iBq +iBq +xEX +xEX +fJV +gfB +gfB +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +vrJ +vYJ +wny +xzH +xiL +xiL +xzH +xLf +nhl +xwF +wJv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xde +ooz +xEV +xEV +cyi +xEV +xEV +xld +xjH +xjH +hsl +nfp +hsl +xld +qKq +yjH +nPr +kAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +fjq +ydz +mAc +mAc +mAc +mAc +oZk +iIs +phM +kiX +skw +skw +kiX +phM +iIs +tqy +pyu +rUb +pGJ +mVC +sfl +onc +cVM +sAi +gmC +jEu +ihM +xPB +lQY +lQY +dsj +dsj +dsj +aVH +aVH +tlE +rag +nCm +smT +ayw +kqe +lkj +onS +smT +ayw +ayw +vvD +kzB +onc +tkP +tso +nIn +aRW +oNa +jcM +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +pwF +hTD +fAg +kZY +hmX +rgs +xws +mcX +kzD +cYi +lUK +kXz +vob +naY +fLa +nAN +ctk +nAN +ydH +mFD +gCw +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +txL +hvs +doA +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (187,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -faG -hjl -swC -xzq -nnH -nnH -nnH -nnH -nnH -nnH -nnH -nnH -nnH -iie -hjl -iQV -iQV -iQV -rZp -rZp -qxF -bsY -bsY -bsY -bsY -bsY -bsY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -qow -qDm -pOT -pOT -pOT -pOT -pOT -lWo -rMD -ybJ -ybJ -ybJ -tFM -veF -rqj -ygs -ygs -rqj -veF -wCQ -sqk -wCQ -veF -wCQ -sqk -wCQ -veF -wCQ -sqk -wCQ -veF -wkH -uUd -uUd -xXH -jpb -uUd -uUd -cFt -veF -tcF -wai -mgj -eLi -kPw -hnB -ybZ -fvf -veF +gmQ +gmQ +gmQ +gmQ +gmQ +bVy +fcx +fcx +cTm +div +dAv +dAv +dAv +div +fom +fCP +fcx +fcx +fcx +fcx +fcx +bwe +div +div +div +drh +gmQ +got +xEX +xEX +xEX +qoq +xEX +xEX +iBq +iBq +xEX +oIK +got +got +got +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +sCH +vYJ +xLf +xLf +xLf +xLf +xLf +xLf +xLf +oUL +gWt +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xgr +eNS +xFR +xFR +xFR +xFR +xFR +obR +xjH +xjH +xjH +xjH +xjH +cEg +yjH +tAX +wuk +kAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +iIs +mlk +vXo +dZA +kiX +rLO +rLO +rLO +rLO +lrP +rLO +rLO +rLO +rLO +iIs +kcO +pyu +pyu +pyu +rpk +sfl +onc +pFP +sAi +sRv +jEu +ihM +dag +aVH +aVH +ugH +dsj +ugH +aVH +aVH +jic +ihM +onc +onc +yfV +jLx +onc +ruj +ckG +oWo +kfj +nCt +onc +onc +cWC +tkP +lhv +aRW +oNa +rvV +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +hvL +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +nAN +hTD +fAg +kZY +nAN +nAN +nAN +nAN +dVt +fCV +dVt +nAN +rFY +azT +daM +eSL +ctk +nAN +nAN +nAN +wyk +qWa +fAg +fAg +fAg +cBr +fAg +fAg +fAg +blT +qBi +nAN +nAN +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (188,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -bvY -bvY -bvY -bvY -cHw -dgy -sMZ -tqd -nFT -veF -fbv -hjl -swC -xzq -nnH -nnH -mfo -mfo -jZW -hjA -hjp -nnH -nnH -hjl -hjl -hjl -hjl -hjl -jZW -veF -veF -veF -veF -veF -mTV -bsY -bsY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -vUb -bwi -xsI -xsI -xsI -xsI -xsI -dKv -ybJ -ybJ -ybJ -ybJ -tJH -veF -veF -uNw -uNw -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF +gmQ +aBv +aXz +bgQ +gmQ +bVH +fcx +fcx +ddy +div +dJG +aBw +bRM +div +fom +aIv +fcx +fcx +fcx +bVy +bVH +gmQ +div +div +div +fcx +gmQ +qoq +xEX +jlL +xEX +kNl +xEX +xEX +xEX +xEX +xEX +xEX +fLk +xEX +xEX +xEX +njt +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +sKd +vYJ +wqo +xjT +xjT +xjT +vYQ +xMe +diH +xwF +wGs +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xgr +fEX +hsl +hsl +hsl +hsl +hsl +obR +xjH +xjH +xjH +xjH +xjH +cEg +yjH +tAX +cKX +kAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +tcM +lvT +fkh +fkh +gnD +vgN +rLO +fkh +fkh +fkh +fkh +fkh +fkh +fkh +rLO +iIs +ntK +aps +aps +uLx +rpk +qjT +onc +jvq +sAi +wUF +wUF +ihM +mjx +dsj +ugH +vjo +ryR +dPx +ugH +dsj +aTZ +ihM +onc +rou +kAE +tak +onc +onc +onc +onc +onc +onc +onc +onc +iwS +iwS +iwS +aRW +xIm +wde +iwS +nAN +nAN +nAN +nAN +nAN +vJu +vJu +qzU +evD +evD +fgq +vJu +vJu +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +hTD +fAg +sYW +qgi +csZ +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +ctk +nAN +vtw +seQ +blT +fAg +fAg +leC +kWB +rky +wtj +vSX +fAg +fAg +qWa +qsa +pUX +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (189,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xiw -xDo -xDo -xDo -xDo -xDo -nnH -nnH -dWZ -wbd -veF -tmb -hjl -swC -xzq -nnH -nnH -gIP -iCK -ugp -qrr -mfo -nnH -nnH -ijP -iCK -iCK -iCK -iCK -vYi -veF -veF -ldk -uaY -msj -bsY -bsY -bsY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -vUb -bwi -xsI -xsI -xsI -xsI -xsI -dKv -ybJ -ybJ -ybJ -ybJ -yed -veF -ygs -ygs -ygs -vmM -hCD -wuj -cdB -qqY -veF -veF -veF -rjS -tIS -tIS -rjS -veF -vLa -cYu -sFy -veF -hup -foi -vjt -flj -aSN -veF -wHU -vvD -rgL -oAo -wpd -kqr -kqr -kqr -veF +gmQ +aDj +aDj +aDj +bBa +fcx +fcx +fcx +ehD +div +azF +dVZ +aBL +div +fom +fGp +fcx +fcx +fcx +fcx +fcx +bwe +div +div +div +drh +gmQ +qoq +xEX +xEX +xEX +got +xEX +xEX +xEX +xEX +xEX +xEX +got +xEX +xEX +xEX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +sOp +xzY +xzY +xzY +xzY +xzY +xzY +xzY +xzY +wGs +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xde +ooz +xEV +xEV +tML +xEV +xEV +jwa +xjH +xjH +xFR +rYd +xFR +jwa +amV +yjH +tBt +kAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mbI +dZA +fkh +fkh +kiX +vXo +rLO +fkh +fkh +fkh +fkh +fkh +fkh +fkh +rLO +iIs +xbI +nIj +nIj +tqy +rpk +xbI +onc +qXZ +sAi +gmC +jEu +ihM +kAE +dsj +dsj +ryR +mTf +ryR +dsj +dsj +tak +ihM +onc +gdt +avP +feT +aZv +aZv +pTI +pBA +alG +gBS +hAX +gBS +qsO +mCa +hLq +lZM +pUa +xIm +sZP +fDP +qgi +qgi +qgi +qgi +qgi +qgi +qgi +qto +qto +qgi +qgi +qgi +qgi +qgi +qgi +qgi +qgi +fDP +qgi +qgi +oWu +lSR +leN +hOe +kZY +nAN +nvm +geF +gPn +rWE +rWE +tEi +toU +cYV +nAN +ctk +nAN +vtw +seQ +eRR +fAg +fAg +kZA +amK +iAD +amK +jtm +fAg +fAg +ibQ +qsa +tyB +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (190,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -bvY -bvY -bvY -bvY -xDo -dhN -nnH -nnH -eoB -veF -fbA -hjl -swC -xzq -nnH -nnH -gJm -mcv -qNb -qrr -mfo -nnH -nnH -ikP -veF -veF -veF -veF -veF -veF -veF -ldq -mbt -muE -bsY -bsY -bsY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -nNS -bwi -xsI -qVA -rXt -rXt -rXt -oTp -rPX -ybJ -ybJ -ybJ -lkC -veF -uxf -ygs -ygs -ygs -vaA -piH -piH -piH -veF -veF -pWD -ylb -lLT -lLT -lLT -clg -wqy -bjs -bcF -jBn -rTc -rTc -rTc -vPR -qBg -veF -wHp -bjs -lCE -nbD -lUP -lUP -lUP -pJA -veF +gmQ +aDk +aZg +aDk +gmQ +bVH +bYd +bVH +afq +duK +dPV +dPV +dPV +duK +fom +fIj +fcx +fcx +bVH +bVH +gmQ +gmQ +ghk +cYI +hdE +hkM +gmQ +got +xEX +xEX +xEX +got +lkT +lkT +lkT +lkT +lkT +lkT +got +qoq +got +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xgr +pCz +ykl +ykl +ykl +ykl +ykl +rXK +iEE +xjH +rwu +ykl +ykl +sTx +ykl +ykl +ykl +rXK +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +iIs +lvT +fkh +fkh +gnD +skw +rLO +fIJ +fkh +fkh +ooD +fkh +fkh +bfx +rLO +iIs +iIs +iIs +iIs +tqy +rpk +sfl +onc +uRM +sAi +tWd +jEu +ihM +hxR +dsj +ugH +xYo +ryR +sXk +ugH +dsj +ueb +ihM +onc +vYj +bBI +eNm +ePS +ePS +pTI +iKU +bXp +gBS +gBS +gBS +koH +myG +hLq +lZM +pUa +pUa +pUa +fDP +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fDP +fAg +fAg +fAg +oWu +wRu +bKz +kZY +nAN +hqZ +raf +uVd +rTL +rTL +itf +toU +aiQ +nAN +ctk +nAN +nAN +nAN +fAg +fAg +fAg +rwv +lwX +aqP +avx +gHS +fAg +fAg +fAg +nAN +nAN +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (191,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -bvY -bvY -bvY -bvY -xDo -din -nnH -nnH -erc -veF -eVl -hjl -swC -xzq -nnH -nnH -mfo -mfo -gWM -hKD -hmw -nnH -nnH -inB -veF -veF -jqt -jDd -jqt -veF -veF -ldx -uaY -mvA -bsY -bsY -bsY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qcr -wxZ -rbx -qJE -dqw -rbx -veF -veF -veF -xmH -ybJ -ybJ -ybJ -veF -veF -uyx -ygs -ygs -ygs -vOW -vrk -piH -piH -veF -veF -lPk -bjs -bjs -bjs -bjs -kyn -wqy -bjs -bcF -kbZ -bjs -bjs -bjs -bjs -eAI -veF -veF -veF -clq -veF -veF -veF -veF -veF -veF +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +aim +dIc +dIc +dIc +fba +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +gmQ +got +got +got +got +got +qoq +got +qoq +got +qoq +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +mVX +mVX +mVX +mVX +ild +mVX +vvU +wNS +wNS +wNS +wNS +wNS +wNS +wNS +wNS +czh +bCI +mVX +sBi +pJc +mQp +pJc +pJc +mQp +pJc +pJc +fLb +mVX +xde +ooz +mfp +yjH +coI +kag +yjH +stM +xjH +xjH +stM +kcH +tFo +wpx +cJM +juD +qrM +gNB +nVI +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +tcM +dZA +vXo +fkh +fkh +dZA +kiX +rLO +fkh +fkh +fkh +fkh +fkh +fkh +fkh +rLO +iIs +mDq +pOv +iIs +tqy +rpk +sfl +onc +xTi +sAi +eCI +jEu +ihM +ocG +aVH +lQY +ugH +dsj +ugH +aVH +aVH +eTD +rag +onc +tmi +kAE +tak +nxD +nxD +nxD +iwS +dPc +gdk +haO +dPc +gdk +iwS +iwS +aRW +pUa +eZg +kkU +fDP +hHu +gvy +hHu +hHu +hHu +hHu +hHu +hHu +hHu +hHu +gvy +hHu +mzs +mzs +hHu +hHu +hHu +fDP +mzs +mzs +hHu +gvy +jJS +fAg +kZY +nAN +yef +rjH +mnL +rTL +rTL +gnr +toU +rPH +nAN +ctk +nAN +hWn +jHw +kuA +fAg +blT +qdd +baa +pXf +dGL +tpf +qWa +fAg +jgV +hvs +fAg +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (192,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -xDo -xDo -xDo -xDo -xDo -dio -nnH -dZz -lrI -veF -xBN -hjl -hjl -hjl -nnH -nnH -nnH -nnH -nnH -nnH -nnH -nnH -nnH -ioN -veF -iSr -jqt -jqt -jqt -iSr -veF -fjI -uaY -mvV -bsY -bsY -bsY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -auz -jyD -jyD -qKs -jyD -jyD -veF -wdT -rwu -rQj -ybJ -ybJ -ybJ -veF -nSt -ygs -ygs -ygs -ygs -vQA -wvz -wJc -piH -veF -veF -wbG -wqy -tai -tai -tai -kyn -wqy -bjs -bcF -kbZ -tai -tai -tai -bcF -wjb -veF -oNb -eac -lDU -gKV -rcb -gRh -xCT -jkr -veF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +vwV +wbC +wrd +uQE +vgY +vEz +vEz +wDf +wPV +otp +czh +mVX +wej +izz +dEd +gqc +wRr +bCu +grx +nIG +qRN +mVX +wZC +xDl +vDz +yjH +qxs +kag +yjH +xld +ova +xjH +xld +yjH +yjH +yjH +yjH +yjH +yjH +iOC +stM +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mbI +kiX +lvT +fkh +fkh +gnD +vgN +rLO +fkh +fkh +fkh +fkh +fkh +fkh +fkh +rLO +iIs +xTc +nVN +hFX +tqy +rpk +sfl +onc +byB +sAi +tWd +jEu +ihM +xPB +lQY +aVH +dsj +dsj +dsj +aVH +aVH +tlE +ihM +onc +qQT +kAE +tak +waR +nxD +rny +iwS +oGU +oUA +uEG +sUy +lYZ +lYZ +gFS +qlu +fnC +uJn +iwS +nAN +nAN +nAN +rfP +ckj +shl +nAN +nAN +nAN +nAN +nAN +nAN +uoR +tho +xPf +fQU +fQU +fQU +fQU +jed +wWR +bfa +nAN +sVW +fAg +kZY +nAN +nEQ +alR +qlp +rTL +rTL +fJQ +gXQ +pSw +nAN +ctk +nAN +nAN +nAN +fAg +fAg +fAg +rwv +jPF +aqP +oso +qCI +fAg +fAg +fAg +nAN +nAN +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (193,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -hhB -oHz -oHz -oHz -xDo -dli -dwX -dZY -ewX -veF -fbH -wmI -fwD -fPu -giA -gHf -nnH -nnH -nnH -nnH -nnH -nnH -nnH -qqU -veF -iSU -iSU -iSU -iSU -iSU -veF -veF -veF -veF -bsY -bsY -bsY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -auz -jyD -jyD -jyD -jyD -jyD -veF -rod -ybJ -ybJ -ybJ -ybJ -ybJ -veF -xSG -ygs -ygs -ygs -ygs -ygs -ygs -ygs -ygs -veF -veF -ffr -bjs -lBX -tKP -mZi -kyn -wqy -bjs -bcF -kbZ -bNx -aOX -tuM -bjs -hdm -veF -oNb -qMW -lDU -bjs -bjs -bjs -bjs -pwI -veF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +vxp +wbC +uve +uQV +wrd +wrd +wrd +wrd +wrd +wrd +hxT +mVX +xoU +mcb +mDX +tIz +wRr +wRr +wRr +nIG +qRN +mVX +sen +pTY +iwW +yjH +vyc +kag +yjH +obR +xjH +xjH +caw +yjH +yjH +yjH +yjH +yjH +yjH +oKx +stM +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +iIs +iIs +dZA +vgN +fkh +fkh +fkh +phM +rLO +rLO +rLO +rLO +fkh +rLO +rLO +rLO +rLO +iIs +iIs +iIs +iIs +tqy +rpk +nIj +onc +cte +wUF +gmC +jEu +ihM +cDE +kKf +eNU +aTZ +ePS +mjx +sGK +kKf +caQ +ihM +onc +eol +kAE +tak +agb +nxD +rny +iwS +nRE +ueh +ueh +ueh +ueh +udI +afP +afP +aQn +anK +afP +ctk +eSL +dVt +nWU +xhn +xhn +cWM +pFy +fcv +mYz +nAN +nve +cLI +edS +ipP +fpq +alh +uOf +uOf +fpq +ppv +fJB +bBe +hTD +fAg +kZY +nAN +nAN +nAN +nAN +rTL +rTL +nAN +nAN +nAN +nAN +ctk +nAN +tha +pIW +cKq +fAg +fAg +kZA +amK +itg +amK +ylC +fAg +fAg +rZo +qsa +wWh +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (194,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -bwj -vYW -oyb -hwQ -xDo -vYW -xDo -vYW -xvn -veF -veF -veF -veF -veF -veF -veF -tqd -tqd -qEU -qEU -hnN -hIF -hIF -veF -veF -iTG -iTG -iTG -iTG -iTG -kLa -lfA -mcd -mvV -bsY -bsY -bsY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -auz -jyD -jyD -jyD -jyD -jyD -veF -rst -ybJ -ybJ -ybJ -ybJ -ybJ -tpb -ygs -ygs -ygs -ygs -ygs -ygs -wwf -ygs -ygs -veF -veF -xWc -bjs -uah -aqH -prr -kyn -wqy -bjs -bcF -kbZ -gCW -sBu -eMY -bjs -wHp -veF -oNb -qMW -wCS -fGA -jVm -bjs -bjs -bKF -veF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +teZ +wbC +wrd +uRt +wrd +xmr +xmr +wrd +wRK +rzX +czh +mVX +buH +qKf +sZH +iei +ncs +hLh +wRr +nIG +qRN +mVX +mVX +sen +pTY +yjH +yjH +yjH +yjH +jwa +vPM +vPM +jwa +yjH +yjH +yjH +yjH +ddL +otM +rwu +lSb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +tcM +kiX +vXo +kiX +sKR +gYq +fkh +dZA +dwJ +dwJ +dwJ +dZA +fkh +qFF +dZA +phM +skw +iIs +egp +pOv +iIs +tqy +oga +onc +onc +onc +xHc +qkl +wqc +pNo +ihM +ihM +pNo +ihM +ihM +ihM +pNo +ihM +ihM +pNo +onc +gdt +kAE +tak +uWE +nxD +rny +iwS +nRE +ueh +ueh +sFI +ueh +pbe +afP +lzS +vjT +jbJ +afP +ctk +nAN +rFp +awb +ggN +ipQ +vcO +cLI +vmk +hIB +nAN +tBT +woV +hbm +bpI +iEc +cFt +uqY +toL +iEc +fpq +hbm +xgt +hTD +fAg +kZY +nAN +tdy +nfR +pWS +rTL +rTL +hAn +dqX +mIW +nAN +ctk +nAN +tha +pIW +vVB +fAg +fAg +jrj +lLN +dTg +dvS +hUD +fAg +fAg +txL +qsa +uLw +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (195,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xZJ -xDo -xDo -sjC -xDo -xDo -xDo -xDo -xDo -xDo -kyW -xzK -xzK -xzK -xzK -giY -gHs -xzK -xzK -xzK -xzK -hqV -nnH -nnH -ioO -veF -xZq -xZq -xZq -xZq -xZq -kLa -lfY -mde -mAt -bsY -bsY -bsY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -auz -jyD -jyD -jyD -jyD -jyD -veF -iij -ybJ -ybJ -ybJ -ybJ -ybJ -tpb -ygs -ygs -ygs -ygs -ygs -ygs -ygs -ygs -ygs -veF -veF -wbG -wqy -tai -tai -tai -kyn -wqy -bjs -bcF -kbZ -tai -tai -tai -bcF -bJJ -veF -pkt -nEz -kjB -fuP -mho -bjs -bjs -hmY -veF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +tfx +wNS +wNS +wNS +wNS +wNS +wNS +wFE +wNS +czh +gBL +mVX +yib +pJc +utn +pJc +pJc +pJc +lPZ +pJc +iqx +mVX +mVX +mVX +sen +pTY +vft +nCv +cxU +stM +ova +xjH +stM +fjA +vyc +dic +oKx +rwu +ykl +lSb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +wLM +dZA +gdL +gdL +gdL +qwy +fkh +skw +nfF +nfF +nfF +phM +fkh +fkh +dZA +dZA +gam +iIs +xTc +nVN +wsP +tqy +dRV +onc +nKO +djz +nKO +djz +sWF +onc +kAE +tak +onc +eoT +dZv +tpC +onc +kAE +tak +onc +onc +onc +kAE +tak +nxD +nxD +nxD +iwS +uId +pbE +ohJ +sKA +mXR +uId +afP +lzS +fon +fon +afP +ctk +nAN +mOZ +pdK +kfU +hff +mUH +woV +oIc +oIc +kDg +fPJ +soN +bLr +toL +toL +toL +bpI +nsd +toL +nBX +hbm +nAN +fDP +fDP +fDP +nAN +cJg +iXF +uVd +rTL +rTL +gnr +toU +hJy +nAN +ctk +nAN +nAN +nAN +aXP +qWa +fAg +fAg +fAg +mcg +fAg +fAg +fAg +blT +pBp +nAN +nAN +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (196,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -kyj -kyj -kyj -jyD -jyD -jyD -jyD -jyD -jyD -jyD -kyj -kyj -kyj -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -fxK -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -fxK -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -wAN -bOD -bZL -vYW -xDo -xDo -xDo -xDo -xDo -kyW -xzK -xzK -xzK -xzK -gjx -xzK -xzK -xzK -xzK -xzK -hqV -nnH -nnH -ioO -veF -xZq -jqZ -xZq -xZq -kvb -kMR -bsY -bsY -mBi -bsY -bsY -bsY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -auz -jyD -jyD -jyD -jyD -jyD -veF -sHO -ybJ -ybJ -ybJ -ybJ -dNX -veF -xSG -ygs -ygs -ygs -vEg -vEg -vEg -vEg -vEg -veF -veF -lPk -bjs -bjs -bjs -bjs -kyn -wqy -bjs -bcF -kbZ -bjs -bjs -bjs -bjs -eAI -veF -jUX -nEz -eJk -nKy -bsn -bjs -bjs -bKF -veF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sen +ykl +ykl +ykl +yiB +fCu +imX +gNB +ykl +ykl +ykl +ykl +lSb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +wLM +kiX +gdL +unl +gdL +qwy +fkh +phM +dwJ +dwJ +dwJ +dZA +phM +fkh +kiX +dZA +phM +iIs +iIs +iIs +iIs +tqy +rpk +onc +jEu +jEu +jEu +jEu +pMI +rKE +kAE +tak +fai +wUF +oth +wUF +xrs +kAE +tak +qNc +vAg +qcn +kAE +ekH +onc +onc +onc +onc +afP +afP +afP +afP +uab +afP +afP +afP +eed +rhO +afP +ctk +nAN +vYC +xOe +jLz +wfy +tRX +vob +ipP +nnM +nAN +oHS +woV +hbm +wmP +med +rkN +uqY +toL +med +eXo +hbm +vIU +hTD +fAg +kZY +nAN +vOq +cgv +mnL +rTL +rTL +gnr +toU +vSC +nAN +ctk +nAN +puc +spd +blT +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +qWa +qsa +nIL +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (197,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fBc -iuU -iuU -iuU -kyj -jyD -jyD -jyD -jyD -jyD -kyj -iuU -iuU -iuU -gkl -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -ahL -fxK -fxK -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -fxK -fxK -rEX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -kZq -xDo -duQ -xDo -xDo -vYW -xDo -vYW -tho -veF -fcz -xzK -xzK -fXa -gnE -xzK -gJD -oBV -gHR -xzK -veF -nnH -nnH -ioO -veF -iXG -jsp -jsp -jsp -kvb -kLa -lhm -lhm -lhm -mVb -bsY -bsY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -auz -jyD -jyD -jyD -jyD -jyD -veF -eqh -ybJ -rQK -ryN -syD -rwK -veF -nSt -uzl -owd -vjT -vFd -vTl -cDn -jcb -wRl -veF -veF -pWD -tED -ijb -ijb -ijb -whn -wqy -bjs -bcF -tXq -kHZ -kHZ -kHZ -dlm -qGK -veF -ulT -nEz -bjs -bjs -bjs -bjs -bjs -pwI -veF +mVX +mVX +mVX +mVX +mVX +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +gRe +mVX +mVX +mVX +mVX +mVX +mVX +jvR +hzr +iCx +jmV +jHG +mVX +mVX +mVX +jvR +hzr +iCx +jmV +jHG +mVX +mVX +mVX +mVX +mVX +mVX +njJ +tOo +tOo +tOo +tOo +tOo +tOo +tOo +tOo +tOo +tOo +tOo +tOo +tOo +rkx +mVX +mVX +mVX +mVX +mVX +ild +mVX +tlC +vzV +vzV +vzV +vhG +mVX +vZm +xHu +xHu +xHu +xHu +xHu +xHu +xHu +xHu +wdr +tJc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mbI +vXo +gdL +gdL +gdL +qwy +fkh +mlk +dZA +kiX +dZA +dZA +gam +fkh +fkh +fkh +fkh +aEP +pbU +pGJ +pGJ +qIW +rUb +cPH +aZv +aZv +aZv +avP +feT +aZv +avP +feT +avP +feT +aZv +aZv +aZv +avP +feT +aZv +aZv +aZv +avP +feT +onc +iOH +mYH +vdY +afP +epo +vPx +kzR +eaT +afP +afP +afP +xpp +dIs +afP +dcc +nAN +dVt +fnW +sJY +ikU +ubx +qMf +fls +mYz +nAN +uQg +vob +jAI +vmk +eXo +ppv +kse +kse +eXo +alh +naY +eSd +hTD +fAg +kZY +nAN +fXf +fAg +uJU +rTL +rTL +qMy +oKH +bZw +nAN +ctk +nAN +puc +spd +fAg +hsZ +fAg +pZY +fAg +fAg +fAg +pZY +fAg +njW +fAg +qsa +cWR +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (198,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fBc -iuU -iuU -iuU -iuU -iuU -kyj -kyj -kyj -kyj -kyj -iuU -iuU -iuU -iuU -iuU -gkl -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -ahL -fxK -fxK -fxK -bmv -dnT -bmv -bmv -bmv -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -bmv -bmv -bmv -bmv -bmv -fxK -fxK -fxK -rEX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -xDo -xDo -gQd -xDo -xDo -dmb -dzV -eed -ezp -veF -fdp -xzK -xzK -fZP -goI -xzK -hQK -hQK -hQK -xzK -veF -nnH -nnH -irI -veF -xZq -xZq -xZq -xZq -kvK -kNm -bsY -bsY -mBp -bsY -bsY -bsY -xvO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -auz -jyD -jyD -jyD -jyD -jyD -veF -tLQ -ybJ -bmp -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -veF -gPt -gPt -gPt -gPt -veF -bjs -bjs -qcb -veF -cCY -qSN -ofb -hLt -aSN -veF -lvs -nEz -bcF -qIt -sca -esx -mnk -gcv -veF +mVX +mVX +mVX +mVX +mVX +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +mVX +mVX +mVX +mVX +mVX +hYC +iuf +iAZ +iHN +jph +jPH +kPd +mVX +hYC +iuf +lXY +iHN +jph +jPH +kPd +mVX +mVX +mVX +mVX +mVX +uJF +oEe +oEe +omB +oVZ +psP +qlw +kio +kio +qXM +tyd +tyd +tyd +rVF +uJF +mVX +mVX +mVX +mVX +mVX +ild +mVX +vKg +vAU +vAU +vAU +vKg +mVX +xKm +xHv +xHv +xHv +xHv +oJI +xHv +xHv +xHv +gMf +xoG +ucg +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iEU +skM +bNc +qnz +qnz +qnz +qnz +qnz +qnz +xvr +cmJ +iEU +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +iIs +iIs +kiX +dZA +vXo +vaw +lus +fkh +fkh +fkh +fkh +fkh +fkh +fkh +fkh +fkh +fkh +fkh +eWv +tqy +pyu +sgv +aps +aps +pvx +ePS +gMd +ePS +bBI +eNm +ePS +bBI +eNm +bBI +eNm +ePS +ePS +ePS +bBI +eNm +ePS +ePS +ePS +bBI +eNm +hDt +vMQ +uSH +lGB +afP +xub +bRu +lJl +vwh +afP +afP +wAV +dZk +xhN +afP +afP +afP +afP +afP +afP +afP +uab +afP +afP +afP +nAN +nAN +uNq +mMK +ixP +wEo +wEo +wEo +wEo +mnX +xqM +wlW +nAN +sVW +fAg +kZY +nAN +nAN +nAN +nAN +ohG +vfD +nAN +nAN +nAN +nAN +ctk +nAN +puc +spd +rNd +fAg +oXE +nAN +qWa +fAg +blT +nAN +xin +fAg +dEr +qsa +nIL +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (199,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fBc -iuU -rRT -kez -iuU -iuU -iuU -iuU -iuU -iuU -iuU -iuU -iuU -iuU -iuU -iuU -iuU -iuU -gkl -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -ahL -fxK -fxK -fxK -fxK -fxK -fxK -bnM -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -vrt -fxK -fxK -fxK -fxK -fxK -fxK -rEX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -veF -bED -yje -vYW -xDo -dnA -diO -xDo -diO -veF -fdp -xzK -xzK -fZP -gqH -xzK -xzK -xzK -xzK -xzK -veF -nnH -nnH -mnf -veF -xZq -xZq -xZq -xZq -xZq -kLa -lkJ -meT -mCp -bsY -bsY -bsY -xZJ -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -auz -jyD -jyD -jyD -jyD -jyD -veF -tLQ -ybJ -xmH -veF -qcm -sTL -tJW -uir -veF -qYi -qYi -qYi -qYi -qYi -qYi -wHp -veF -veF -veF -veF -veF -veF -veF -veF -raW -bjs -ygV -veF -veF -veF -veF -veF -veF -veF -hdG -nEz -bcF -lCZ -jiX -tiN -fdz -cNR -veF +mVX +mVX +mVX +mVX +mVX +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +mVX +mVX +mVX +mVX +mVX +iNW +jiH +kaf +kKP +kaf +tnF +kPU +mVX +iNW +lOk +kaf +mpQ +kaf +tnF +kPU +mVX +mVX +mVX +mVX +mVX +uJF +oEe +oRB +oEe +rOV +pFA +kio +kio +kio +tyd +tyd +tyd +rFP +rWt +uJF +mVX +mVX +mVX +mVX +mVX +ild +mVX +vKg +wdV +wsJ +uRU +vKg +mVX +xKm +xHv +xHv +xHv +xHv +xHv +xHv +xHv +xHv +xHv +kfM +kYH +mVX +mVX +mVX +mVX +mVX +mVX +hqO +hqO +hqO +hqO +bNc +qnz +kms +kms +jLh +oaT +nct +mvo +iod +qnz +kms +kms +wEy +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +tcM +kiX +rDT +dZA +fkh +fkh +fkh +fkh +fkh +eVA +qsv +qsv +gYq +gpF +qFF +dZA +dZA +skw +wGM +tqy +pyu +rpk +onc +onc +onc +onc +onc +onc +kAE +tak +fPG +izh +nsL +kAE +tak +oEQ +mdI +mbZ +vFV +onc +onc +onc +onc +kAE +tak +xSv +urT +iGX +lEn +afP +vwh +nBB +sVH +txJ +afP +afP +wAV +xJZ +pAe +tad +arZ +pEc +vPy +ssB +tJJ +uKU +uab +erc +jLN +afP +nAN +uTt +qgi +qto +qto +qgi +qgi +qgi +qgi +qto +qto +fDP +ppx +oWu +fAg +sYW +qgi +qgi +ppx +qgi +qto +qto +qgi +ppx +csZ +nAN +ctk +nAN +nAN +nAN +lur +cNy +oHO +nAN +fDP +fDP +fDP +nAN +tNz +mSG +vik +nAN +nAN +nAN +ctk +ctk +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (200,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fBc -iuU -ozF -eIW -eIW -iuU -uVp -oyT -vfM -pII -fVo -xCf -rNq -vIn -nTH -sCb -tUp -tUp -iFb -iuU -gkl -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -fxK -fxK -fxK -fxK -fxK -bnM -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -vrt -fxK -fxK -fxK -fxK -fxK -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -veF -veF -mgY -rZf -xoF -fjB -tbB -dAi -veF -fdP -fjS -fjS -gbP -gqU -oyx -gKf -mqj -has -bdk -veF -hIL -tqd -tqd -veF -xZq -xZq -xZq -xZq -xZq -kLa -lmq -uaY -mDm -bsY -bsY -bsY -veF -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -auz -jyD -jyD -jyD -jyD -jyD -veF -iij -ybJ -xmH -veF -bWt -wpu -wpu -eHx -veF -uNK -sMS -sMS -sMS -sMS -sMS -rOy -huo -veF -ila -kZP -ygH -ixk -elZ -veF -bjs -bjs -ffI -veF -mQT -fsp -juj -jkB -iJh -veF -nFj -nEz -bjs -bjs -bjs -bjs -qKY -vEQ -veF +mVX +mVX +mVX +mVX +mVX +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +mVX +mVX +mVX +mVX +mVX +iGn +jkG +kaf +max +kaf +kpV +kXj +mVX +iGn +gAV +kaf +max +kaf +kpV +kXj +mVX +mVX +mVX +mVX +mVX +uJF +nrC +oEe +oEe +rOV +kio +kio +kio +kio +reF +tyd +tyd +rIL +scA +uJF +mVX +mVX +mVX +mVX +mVX +ild +mVX +vKg +tCW +wtF +uTh +vKg +mVX +xKm +wIG +xHv +xHv +xHv +xHv +xHv +xHv +xHv +tIG +kfM +kYH +mVX +mVX +mVX +mVX +mVX +mVX +bNc +kms +kms +ybf +ybf +wSU +mVh +jLh +maD +sHW +vml +vml +ggC +gxB +qnz +qbr +qkC +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +wLM +kiX +kiX +fkh +fkh +fkh +qFF +upv +dZA +kiX +qBE +gdL +qwy +gpF +dZA +dZA +gam +phM +wGM +tqy +pyu +rpk +onc +rKE +nKO +djz +nKO +onc +rvc +tak +ohg +lcz +omP +kAE +tak +rTQ +eji +lgv +lnp +onc +xKM +yly +onc +kAE +tak +onc +poA +cNn +vqX +afP +izB +txJ +vwh +smB +afP +afP +bAw +pej +ona +rgL +rgL +rgL +rgL +rgL +rgL +chG +afP +afP +afP +afP +nLW +mTv +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fDP +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +kZY +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +hTD +fJn +kZY +nAN +nAN +nAN +nAN +nAN +nAN +nAN +ctk +ctk +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (201,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iuU -glP -eIW -eIW -eIW -iuU -cHq -sjT -sjT -sjT -rxX -sjT -sjT -sjT -hko -iuU -yfi -yfi -yfi -iuU -iuU -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -ahL -fxK -fxK -fxK -fxK -fxK -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -fxK -fxK -fxK -fxK -fxK -rEX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -auz -auz -auz -auz -byK -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -gwT -gwT -gwT -gwT -gwT -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -byK -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -dEy -jyD -jyD -jyD -jyD -jyD -veF -tLQ -ybJ -xmH -veF -eAm -wpu -wpu -wpu -uCq -bjs -bjs -bjs -bjs -bjs -bjs -sMS -xdc -bzH -ewl -oTG -vzH -vzH -vzH -poJ -qUd -bjs -xVX -wpt -nqa -nqa -nqa -xrQ -aSW -veF -nFj -nEz -bcF -eFa -rpC -tlj -bZo -cbm -veF +mVX +mVX +mVX +mVX +mVX +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +mVX +mVX +mVX +mVX +mVX +hZr +fjx +kaf +oxo +kaf +jSd +lah +mVX +hZr +gBZ +kaf +mzF +kaf +jSd +lah +mVX +mVX +mVX +mVX +mVX +uJF +nsg +rvs +rvs +oZd +sgk +kio +kio +qCd +nsg +rvs +rvs +rvs +urX +uJF +mVX +mVX +mVX +mVX +mVX +ild +mVX +vKg +wfh +wua +wtF +vKg +mVX +xKm +xHv +xHv +xHv +xHv +xHv +xHv +xHv +xHv +xHv +kfM +kYH +mVX +mVX +mVX +mVX +mVX +mVX +qnz +qnz +mfb +jOk +dCC +nyJ +ycx +jLh +mhh +owV +eTZ +eTZ +lKZ +ahu +qnz +qbr +lIw +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +wLM +vgN +qFF +fkh +fkh +vXo +twh +vXo +phM +vgN +gdL +dNa +qwy +gpF +gdL +gdL +dZA +kiX +wGM +tqy +pyu +fWV +onc +wyU +jEu +jEu +jEu +onc +kAE +tak +ohg +tFq +lyE +kAE +tak +onc +onc +onc +onc +onc +aUY +tjO +uWv +kAE +ekH +onc +onc +onc +onc +afP +afP +afP +afP +afP +afP +afP +aMV +srE +ifZ +ifZ +ifZ +ifZ +ifZ +ifZ +ofy +jHX +bSx +afP +afP +nLW +nLW +wRu +mzs +hHu +hHu +hHu +hHu +mzs +mzs +hHu +hHu +fDP +hHu +hHu +hHu +hHu +hHu +hHu +hHu +hHu +hHu +hHu +jJS +apH +sYW +qgi +fDP +qgi +qgi +ppx +qgi +qgi +qgi +qgi +oWu +fAg +abk +nAN +efU +xnh +efU +nAN +nAN +nAN +eSL +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (202,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iuU -dFZ -eIW -eIW -fOy -iuU -rQA -sjT -sjT -sjT -rxX -sjT -sjT -sjT -nfp -iuU -ufP -ufP -ufP -iuU -iuU -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -ahL -fxK -fxK -fxK -fxK -fxK -fxK -bmv -bmv -bmv -fxK -fxK -fxK -bmv -bmv -bmv -fxK -fxK -fxK -fxK -fxK -fxK -rEX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -dEy -ccE -cok -cok -dEy -yhA -dEy -yhA -dEy -yhA -dEy -yhA -dEy -ygj -sDF -ygj -sDF -ygj -ygj -sDF -ygj -sDF -ygj -jpc -sXw -sXw -sXw -sXw -kvS -dEy -lpj -mgI -mDX -mZk -ncZ -nek -mZk -nFi -nqC -nUy -dEy -tMp -dUB -dUB -oWO -dEy -dEy -tMp -dUB -dUB -oWO -dEy -jyD -jyD -jyD -jyD -jyD -veF -tLQ -ybJ -xmH -veF -bWt -sUx -wpu -uju -veF -eQm -bjs -bjs -bjs -bjs -bjs -sMS -xdc -veF -ivN -bjs -bjs -bjs -bjs -weu -qUd -bjs -xVX -cbF -bjs -bjs -bjs -bjs -yaO -veF -lTx -nEz -bcF -npV -veF -veF -veF -veF -veF +mVX +mVX +mVX +mVX +mVX +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +mVX +mVX +mVX +mVX +mVX +icf +hNs +lVo +kPz +lVo +jVB +lcd +mVX +icf +hNs +lVo +kPz +lVo +jVB +lcd +mVX +mVX +mVX +mVX +mVX +uJF +sPi +kio +kio +kio +kio +kio +kio +kio +kio +kio +kio +kio +usZ +uJF +mVX +mVX +mVX +mVX +mVX +ild +mVX +vHX +tFK +wua +wtF +vKg +mVX +xKm +xHv +xHv +xHv +xHv +mGy +xHv +xHv +xHv +lpO +xoG +fwi +mVX +mVX +mVX +mVX +mVX +azo +kms +cwn +nyJ +aFa +aFa +qnY +cmF +jLh +pLm +owV +bAP +vHp +kQk +aFT +qnz +qbr +lIw +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mbI +phM +fkh +fkh +fkh +dZA +vXo +rMK +fsT +xck +qBE +glO +qwy +gpF +gdL +gdL +gdL +dZA +wGM +tqy +pyu +oga +onc +uNF +jEu +wUF +ycL +aZv +avP +feT +ohg +lcz +omP +kAE +tak +onc +iOH +mYH +vdY +onc +onc +onc +onc +kAE +tak +onc +iOH +mYH +vdY +afP +kgx +kgx +sub +kgx +kgx +kgx +gbo +jHX +eUo +erZ +wtL +mXv +ftT +vdO +dZk +jHX +cxA +afP +nLW +nLW +nLW +nLW +nNb +nAN +pFW +pFW +pFW +fDP +fDP +pFW +pFW +pFW +pFW +pFW +nAN +nAN +vOU +asI +asI +asI +vOU +nAN +hTD +fAg +fAg +fAg +fDP +fAg +iIo +fAg +bUs +fAg +fAg +fAg +fAg +fAg +moU +xkB +cLI +vmk +fJB +lWt +eZR +ycb +cby +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (203,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iuU -waB -eIW -eIW -eIW -iuU -phS -sjT -sjT -sjT -rxX -sjT -sjT -sjT -inR -iuU -mAx -nmI -kxr -iuU -iuU -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -ahL -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -rEX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -rHv -hQn -sAC -sAC -sAC -dEy -npS -dEy -dPP -dEy -dPP -dEy -dPP -dEy -ygj -xsy -xsy -xsy -kVW -okp -hsH -hJc -hQT -ygj -jpc -jaa -xYH -xYH -xYH -kwf -dEy -lqg -mhF -mhF -sAC -cNX -mhF -sAC -mhF -cNX -nZs -dEy -ohl -ylo -ylo -jGS -dEy -dEy -ohl -ylo -ylo -jGS -dEy -jyD -jyD -jyD -jyD -jyD -veF -tLQ -ybJ -bmp -veF -veF -veF -tKE -veF -veF -bjs -bjs -gAt -gAt -gAt -bjs -sMS -xdc -veF -cTd -qUd -tai -tai -tai -weu -qUd -bjs -xVX -cbF -tai -tai -tai -xVX -xtz -veF -bsB -nEz -bcF -uSS -veF -vVu +mVX +mVX +mVX +mVX +mVX +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +mVX +mVX +mVX +mVX +mVX +mVX +wkN +lWT +kPt +luv +kau +mVX +mVX +mVX +wkN +lWT +kPt +luv +kau +mVX +mVX +mVX +mVX +mVX +mVX +uJF +nwZ +kio +kio +oJh +kio +kio +kio +qMv +tgO +kio +kio +kio +siZ +uJF +mVX +mVX +mVX +mVX +mVX +ild +mVX +vHX +tHu wua -jSH -veF +wtF +vKg +mVX +wbd +xHu +xHu +eEg +ico +xHu +nWz +tXP +xHu +ndg +ckq +mVX +mVX +mVX +mVX +mVX +mVX +bNc +kms +ipg +mEq +shU +shU +upL +cmF +jLh +oQV +owV +lKZ +mfn +lha +qnz +kms +kms +fHb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +iIs +iIs +dZA +fkh +fkh +kiX +vXo +kEU +kiX +mgC +gdL +gdL +maJ +qwy +gpF +gdL +qBE +gdL +gdL +wGM +tqy +pyu +rpk +onc +tWd +jEu +wUF +kAE +aTZ +bBI +eNm +bEM +ljs +saA +kAE +tak +hDt +vMQ +nRB +lGB +onc +onc +onc +onc +hiC +tak +hDt +wUF +rhx +lGB +afP +kgx +kgx +kgx +kgx +kgx +kgx +gbo +jHX +gOI +dCm +bbv +obc +rNB +mWR +dZk +jHX +oTM +afP +nLW +nLW +nLW +nLW +sBk +nAN +nNb +neN +bdQ +asI +asI +fDH +rmc +fDY +idI +vdg +nAN +nAN +nDM +omz +asI +qbO +nDM +nAN +hTD +edZ +hOe +hHu +fDP +hHu +jJS +fAg +hOe +hHu +hHu +hHu +hHu +hHu +cnO +xkB +vob +fpq +hbm +bUi +kKp +dEb +aUX +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (204,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iuU -kTX -eIW -eIW -eIW -iuU -uVp -nLS -scb -yfR -rxX -qmQ -ehY -qmQ -uVp -iuU -uPL -eIW -eIW -iuU -iuU -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -ahL -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -rEX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -dEy -cdf -sAC -fxF -dEy -dBu -dEy -dBu -dEy -dBu -dEy -dBu -dEy -ygj -ygj -ygj -ygj -ygj -ygj -ygj -ygj -ygj -ygj -jpc -jaQ -xYH -xYH -xYH -kwX -dEy -mGN -cNX -mhF -sAC -sAC -sAC -sAC -cNX -mhF -nZT -dEy -dEy -yaN -yaN -dEy -dEy -dEy -dEy -yaN -yaN -dEy -byK -oOe -oOe -oOe -oOe -oOe -oOe -tLQ -ybJ -xmH -veF -cJh -sVs -vTv -waa -xfi -bjs -bjs -gAt -gAt -gAt -bjs -sMS -xdc -veF -iuh -bjs -xmr -vpF -gFy -weu -qUd -bjs -xVX -cbF -tKq -tKq -tKq -bjs -eHk -veF -sCO -nEz -bcF -rva -veF -yhI -bjs -uuN -veF +mVX +mVX +mVX +mVX +mVX +kjK +kjK +kjK +kjK +kjK +kjK +kjK +ery +kjK +kjK +kjK +kjK +kjK +kjK +kjK +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +tiy +tBf +rkV +ory +ory +ory +ory +qxy +qNv +rkx +sgk +kio +kio +snn +uJF +mVX +mVX +mVX +mVX +mVX +ild +mVX +vKg +wtF +wua +uTW +vKg +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rns +mUx +rVI +kVI +jLh +qnz +qnz +qnz +qnz +qnz +uqu +uqu +jLh +qnz +qkW +qkW +qnz +qnz +qnz +hqO +hqO +mpk +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +tcM +dZA +phM +fkh +fkh +kiX +rDT +dZA +vgN +upv +gdL +gdL +hWS +qwy +gpF +gdL +gdL +gdL +gdL +wGM +ofi +ofi +ofi +onc +onc +onc +onc +pvx +dpF +onc +onc +onc +onc +sxQ +kAE +tak +xSv +urT +wzu +rFF +onc +aUY +sAI +lfP +kAE +tak +xSv +urT +wzu +rFF +afP +kgx +kgx +kgx +kgx +kgx +kgx +gbo +ona +rgL +rgL +rgL +rgL +rgL +rgL +pej +jHX +tyO +afP +exU +kfl +kfl +neK +nAN +nAN +efU +xqp +hRQ +asI +asI +asI +asI +asI +asI +asI +nAN +nAN +pNy +cby +ajU +cby +pNy +nAN +fDP +fDP +fDP +nAN +nAN +nAN +hTD +fAg +moU +tig +tig +tig +tig +nAN +nAN +nAN +efU +woV +hbm +sMy +jbY +dEb +dAl +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (205,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iuU -iuU -iuU -iuU -qua -iuU -iuU -iuU -iuU -iuU -fRZ -iuU -iuU -iuU -iuU -iuU -glr -iuU -iuU -iuU -iuU -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -auz -auz -auz -auz -auz -dEy -xdo -sAC -sAC -dog -xYH -efo -xYH -eMQ -xYH -efo -xYH -dog -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -drJ -xYH -xYH -xYH -xYH -xYH -kNw -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -iOS -ylo -ylo -iOS -ylo -ylo -iOS -ylo -ylo -qrd -sPm -vvS -hhr -qLy -iEK -rcC -oTp -tLQ -ybJ -xmH -veF -sFV -vTv -vTv -mbF -fJO -bjs -bjs -bjs -gAt -gAt -bjs -bjs -eZl -xyV -wHp -bjs -ivP -jly -nMB -weu -qUd -bjs -xVX -cbF -kxA -kxA -kxA -bjs -wHp -veF -aDo -nEz -bcF -iAK -veF -gcS -dEc -uuN -veF +mVX +mVX +mVX +mVX +mVX +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +mVX +mVX +mVX +mVX +mVX +mVX +jvR +hzr +iCx +jmV +jHG +mVX +mVX +mVX +jvR +hzr +iCx +jmV +jHG +mVX +mVX +mVX +mVX +mVX +mVX +uJF +nKA +rpG +ryw +pek +sjQ +szE +sCg +sPi +tid +kio +kio +kio +sqw +uJF +mVX +mVX +mVX +mVX +mVX +ild +mVX +vKg +tQv +wua +uTW +vKg +mVX +mVX +mVX +wRV +xyH +xnG +rfg +xnG +xyH +xEq +mVX +mVX +mVX +mVX +mUx +jLh +puu +nkF +pPs +pPs +gmk +pPs +dxY +jWz +jmz +cmF +jLh +kXQ +owV +lKZ +tIo +qnz +qnz +kms +qnz +xvr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +wLM +dZA +fkh +fkh +fkh +mlk +dZA +kiX +vXo +gdL +qBE +gdL +mlk +qwy +gpF +gdL +gdL +gdL +gdL +wGM +foN +pyu +hQx +aZX +aZX +glM +aZX +isw +gVO +sSU +yaB +xbI +onc +frx +kAE +ekH +onc +poA +cNn +vqX +onc +ugQ +oqC +onc +kAE +tak +onc +poA +mAw +vqX +afP +kgx +kgx +kgx +kgx +kgx +kgx +aWc +ifZ +ofy +fon +srE +ifZ +ifZ +ifZ +ifZ +tgA +afP +afP +hnc +kww +nCb +kgD +nAN +nAN +mjE +hfO +hfO +asI +asI +wwK +vEt +sfw +vEt +erD +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +hTD +fAg +kZY +nAN +nAN +nNb +hTD +eeU +moU +tig +tig +tig +tig +efU +nAN +nAN +ePR +woV +ppv +vmk +vmk +fJB +bfH +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (206,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -kvV -jzu -iuU -ruG -iuU -gwm -qSe -qSe -sBN -vLb -kps -amT -kps -vLb -sBN -qSe -qSe -tIi -iuU -vfJ -iuU -wps -kvV -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -nTz -nTz -nTz -nTz -nTz -nTz -nTz -nTz -nTz -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -auz -auz -auz -auz -byK -dEy -cgH -sAC -sAC -drJ -xYH -xYH -xYH -xYH -xYH -xYH -xYH -drJ -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -drJ -xYH -xYH -xYH -xYH -xYH -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -udj -sPm -qoQ -maC -maC -maC -maC -maC -ybJ -ybJ -xmH -veF -fcB -vTv -tMy -ujx -fJO -bjs -vlp -bjs -gAt -gAt -bjs -bjs -xdp -veF -eJU -qUd -tai -tai -tai -weu -qUd -bjs -xVX -cbF -tai -tai -tai -xVX -oml -veF -veF -tXx -tXx -veF -veF -veF -ody -ody -veF +mVX +mVX +mVX +mVX +mVX +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +mVX +mVX +mVX +mVX +mVX +hYC +iuf +iEV +iHN +jph +jPH +kPd +mVX +hYC +iuf +mer +iHN +jph +jPH +kPd +mVX +mVX +mVX +mVX +mVX +uJF +nrg +rpG +ryw +oKN +pZe +szE +sCg +sPi +tiy +tBf +sui +rRz +qNv +uIf +mVX +mVX +mVX +mVX +mVX +ild +mVX +wgN +vKg +wua +vKg +uUk +mVX +mVX +mVX +xiN +xDq +ksB +ksB +xNl +fTo +xiN +mVX +mVX +mVX +mVX +iuz +dDa +vJv +kxD +aFa +aFa +aFa +aFa +aFa +aFa +qnY +gQs +uqu +vml +byG +wZx +vml +ezx +hTE +kuh +dlS +vZY +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +wLM +rUx +hOr +fkh +fkh +fkh +dZA +kiX +rDT +qBE +gdL +ngf +vaw +mHE +vuA +gdL +gdL +dZA +dZA +wGM +foN +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +jcE +gKX +xMH +onc +pDi +kAE +tak +onc +onc +onc +onc +onc +onc +onc +onc +kAE +ekH +onc +onc +onc +onc +afP +afP +afP +afP +afP +afP +afP +ckb +dOj +dZk +fon +xhN +yeh +jlH +eFN +xRh +naI +afP +afP +hEq +kyB +oPU +fjj +nAN +nkz +fAg +lfU +xxx +asI +asI +uZB +wAz +vwu +sfT +njh +nAN +ifB +oON +vfO +qgi +ppx +qgi +qgi +oWu +fAg +vvt +nAN +nAN +jdg +hTD +hxv +moU +fAg +fAg +fAg +fAg +tGe +nAN +nAN +tgn +woV +oIc +oIc +oIc +eLk +wwE +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (207,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -wRA -xEX -htO -iuU -bHZ -iuU -ukI -eIW -eIW -eIW -eIW -eIW -uPL -eIW -eIW -eIW -eIW -eIW -smH -iuU -vgf -iuU -wRA -uFS -htO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -nTz -leJ -leJ -leJ -leJ -leJ -leJ -leJ -nTz -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -dEy -bOP -sAC -sAC -cJn -dEy -dDe -wAQ -wAQ -nzR -nzR -nzR -nzR -gbV -gry -xsy -gry -xsy -xYH -xYH -xsy -uyC -xsy -uyC -jpc -jcI -xYH -xYH -xYH -kxa -dEy -oyP -miX -miX -ylo -ylo -lpj -nqC -nek -wCk -nlR -dEy -dEy -dEy -dEy -dEy -ueu -rew -dEy -dEy -dEy -dEy -sPm -iEK -maC -maC -maC -maC -maC -ybJ -ybJ -xmH -veF -sIW -vTv -vTv -ujV -fJO -bjs -bjs -bjs -gAt -gAt -bjs -bjs -xhs -veF -ivN -bjs -bjs -dJo -bjs -vQz -qUd -bjs -xVX -cbF -bjs -bjs -bjs -bjs -rMK -veF -tHw -vea -xeW -hJA -eHe -nDY -vea -xeW -veF +mVX +mVX +mVX +mVX +mVX +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +mVX +mVX +mVX +mVX +mVX +iNW +ivl +kaf +iMK +kaf +tnF +kPU +mVX +iNW +lSq +kaf +mFt +kaf +tnF +kPU +mVX +mVX +mVX +mVX +mVX +uJF +nrg +rpG +ryw +oNI +snD +szE +sCg +sPi +uJF +tBi +rDr +rDr +srv +uJF +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +wgN +wuL +uUk +mVX +mVX +mVX +mVX +xnG +xMx +xNl +ksB +xNl +pgW +lJp +mVX +mVX +mVX +mVX +qJR +jUX +vJv +gHz +shU +shU +shU +shU +shU +shU +upL +oQS +ghS +tEG +ahk +ecn +tEG +ezx +vOu +jPU +aoF +mHR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +wLM +rUx +hOr +fkh +fkh +fkh +fkh +kiX +gdL +gdL +qBE +ngf +qwy +gpF +mlk +qBE +fMS +dZA +gam +wGM +foN +pyu +cPM +hEu +hEu +hEu +hEu +hEu +ivQ +pyu +dXA +vOg +onc +ebO +avP +feT +aZv +aZv +aZv +aZv +aZv +aZv +aZv +aZv +avP +feT +aZv +avP +feT +jrx +afP +afP +afP +afP +afP +afP +afP +afP +afP +dZk +fon +xhN +afP +afP +afP +afP +afP +afP +afP +asK +asK +asK +asK +nAN +trm +fAg +esR +mQJ +asI +asI +pgs +shB +byz +shB +dBk +nAN +naM +oON +hTD +fAg +fAg +fAg +fAg +fAg +fAg +oCT +nAN +nAN +nNb +hTD +mPi +moU +tig +tig +tig +tig +efU +nAN +eSL +efU +vob +fsZ +ipP +fsZ +naY +gqg +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (208,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -wRA -xEX -htO -iuU -miK -bHZ -uPL -eIW -eIW -eIW -eIW -eIW -iVq -hge -hge -hge -hge -iFb -uPL -vgf -fOy -iuU -wRA -uFS -htO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -nTz -leJ -leJ -leJ -leJ -leJ -leJ -leJ -nTz -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iEW -hQn -sAC -sAC -sAC -cLn -dEy -dFy -xRE -xRE -xRE -xRE -xRE -xRE -gcT -gsH -xsy -gry -xsy -xYH -xYH -xsy -uyC -xsy -dCf -jpc -jej -xYH -xYH -xYH -kyC -dEy -lun -cNX -mhF -ylo -ylo -lqg -nqE -nqE -sAC -sAC -dEy -eGS -sAC -sAC -dEy -kpJ -kpJ -dEy -ncZ -nqC -nek -sPm -qpR -maC -maC -qWZ -reB -xiw -tLQ -ybJ -xmH -veF -mCU -wHY -lXf -ujX -fJO -bjs -bjs -gAt -gAt -gAt -bjs -bjs -cZd -veF -hwV -hZx -osu -lmp -osu -vlB -eZu -bjs -xVX -qVw -nzf -nzf -nzf -pxG -hXg -veF -wdx -vea -xeW -oNP -pMb -sUJ -vea -xeW -veF -"} -(209,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -wRA -xEX -htO -iuU -bHZ -iuU -ukI -eIW -iuU -iuU -iuU -iuU -iuU -iuU -iuU -iuU -iuU -uPL -smH -iuU -vgf -iuU -wRA -uFS -htO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -nTz -leJ -leJ -leJ -leJ -leJ -leJ -leJ -nTz -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -dEy -xdo -sAC -sAC -cLu -dEy -dHJ -xRE -xRE -xRE -xRE -xRE -xRE -gcU -gty -gIn -gKq -xYH -xYH -xYH -xYH -gIn -gKq -pDj -jpc -jej -xYH -xYH -xYH -kyC -dEy -lxn -mhF -cNX -ylo -mGi -lqu -nrD -nrD -xaZ -obc -dEy -rMq -sAC -sAC -dEy -kpJ -kpJ -dEy -sAC -sAC -bnI -sPm -iEK -maC -qLD -iEK -iEK -xvO -fbq -ybJ -bmp -veF -sKF -rWO -rWO -iVD -kBV -dJo -dJo -pLD -pLD -gAt -bjs -bjs -xyv -veF -ila -iqV -rRt -wqo -kLW -veF -bjs -dJo -ffI -veF -dje -qiF -aHg -xbG -iJh -veF -cQL -vea -xeW -oNP -cct -iQi -vea -xeW -veF +mVX +mVX +mVX +mVX +mVX +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +mVX +mVX +mVX +mVX +mVX +iGn +ivq +kaf +max +kaf +kfS +kXj +mVX +iGn +lTz +kaf +max +kaf +kpV +kXj +mVX +mVX +mVX +mVX +mVX +uJF +nRU +rpG +ryw +ppV +sob +szE +sCg +sPi +uJF +rtg +tYh +tYh +uta +uJF +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xiN +xMY +ksB +ksB +xNl +ihc +xiN +mVX +mVX +mVX +mVX +eip +jLh +hDU +auo +aYy +oOv +xHL +tYY +naV +gTi +jmz +cmF +jLh +tUP +yeH +vwJ +dYf +qnz +fjH +kms +qnz +fHb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +wLM +rUx +hOr +hOr +hOr +fkh +fkh +rLr +mlk +gdL +xKz +vaw +lus +gpF +xKz +gdL +gdL +gdL +gdL +wGM +foN +pyu +gKX +mby +tgY +ctv +tgY +mby +foN +pyu +hSv +qqV +onc +lNA +bBI +eNm +ePS +gMd +ePS +ePS +ePS +gMd +ePS +ePS +bBI +eNm +ePS +bBI +eNm +frx +afP +fID +fID +fID +fID +fID +fID +fID +ecV +dZk +fon +jHX +idQ +idQ +qnP +qnP +qnP +qnP +afP +iUO +ctk +ctk +oNH +nAN +uea +fAg +esR +mQJ +asI +asI +asI +asI +asI +asI +asI +nAN +ifB +oON +hTD +fAg +hOe +aPL +hHu +uEf +gXI +cBt +nAN +nAN +nAN +hTD +fAg +moU +tig +tig +tig +tig +nAN +nAN +eSL +nAN +pDH +paS +nNb +vad +pDH +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(209,1,1) = {" +mVX +mVX +mVX +mVX +mVX +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +mVX +mVX +mVX +mVX +mVX +hZr +jqa +kaf +iWh +kaf +jSd +lah +mVX +hZr +lXL +kaf +mRT +kaf +jSd +lah +mVX +mVX +mVX +mVX +mVX +tiy +tBf +oaw +szX +szX +szX +szX +qCc +qNv +uIf +rtM +tYh +tYh +sug +uJF +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +vkx +xlm +vLq +xlm +vTB +mVX +mVX +xoN +xyH +xnG +jCs +xnG +xyH +uOo +mVX +mVX +mVX +mVX +kep +eip +pHB +xWW +jLh +qnz +qnz +qnz +qnz +dJt +uqu +uqu +jLh +jLh +meN +meN +qnz +qnz +qnz +hqO +hqO +nzA +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mbI +lEY +rUx +rUx +rUx +vgN +fkh +cLC +vVo +vVo +vVo +lus +eVA +vuA +xKz +gdL +gdL +qBE +gdL +wGM +foN +pyu +gKX +tgY +uiz +pem +xaO +tgY +foN +pyu +gKX +xGO +onc +onc +cID +cID +onc +onc +wzN +onc +onc +onc +onc +wyU +kAE +tak +wyU +kAE +tak +wyU +afP +fID +fID +fID +fID +fID +fID +fID +enn +dZk +fon +jHX +iED +iED +sph +sph +sph +sph +afP +ctk +ctk +ctk +ctk +nAN +uOj +fAg +esR +mQJ +asI +asI +asI +asI +asI +asI +asI +nAN +nAN +nAN +gjn +uvw +bKz +nAN +nAN +lKS +lKS +tBG +nAN +ctk +eSL +hTD +fAg +vRW +nAN +nAN +nAN +nAN +nAN +nAN +ctk +nAN +siv +dXx +dXx +dXx +shl +nAN +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (210,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -wRA -xEX -htO -iuU -stM -iuU -uPL -eIW -iuU -dCZ -bQR -ygG -pfv -akM -qJw -dCZ -iuU -uPL -uPL -iuU -huf -iuU -wRA -uFS -htO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -nTz -leJ -leJ -leJ -leJ -leJ -leJ -leJ -nTz -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -auz -auz -auz -auz -paY -bRh -sAC -sAC -cLu -dEy -dFy -xRE -xRE -xRE -xRE -xRE -xRE -gcT -gtE -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xwY -jpc -jes -xYH -xYH -xYH -kyR -dEy -lyv -mjd -mjd -ylo -ylo -xaZ -xaZ -xaZ -xaZ -xaZ -dEy -wbx -aoG -sAC -mJR -kpJ -kpJ -fqr -sAC -cVG -cVG -sPm -xMo -maC -maC -qXN -rjm -xvO -tLQ -ybJ -rRb -veF -rOy -wHp -wHp -uku -wHp -bjs -bjs -bjs -bjs -dJo -bjs -wTQ -veF -veF -veF -veF -veF -veF -veF -veF -qxr -lub -jGI -veF -veF -veF -veF -veF -veF -veF -fLG -vea -xeW -oNP -sqc -xHJ -vea -xeW -veF +mVX +mVX +mVX +mVX +mVX +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +mVX +mVX +mVX +mVX +mVX +icf +hNs +lVo +kPz +lVo +jVB +lcd +mVX +icf +hNs +lVo +kPz +lVo +jVB +lcd +mVX +mVX +mVX +mVX +mVX +uJF +nTt +sPi +nRU +sPi +sos +sAg +sPi +nTt +uJF +rzJ +tLY +tYq +sBs +uJF +mVX +mVX +mVX +mVX +mVX +ild +mVX +vkx +xlm +tRs +xwm +tRs +xlm +vTB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +uMl +kms +xOX +svC +xjW +mEn +jmz +cmF +jLh +uUZ +yeH +vwJ +tDr +tCj +qnz +kms +kms +xvr +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +iIs +ydz +mAc +mAc +oZk +iIs +kiX +fkh +fkh +fkh +eVA +qsv +vuA +xKz +gdL +gdL +qBE +skw +gdL +wGM +foN +pyu +gKX +vHZ +lod +ljg +wqG +rBi +foN +pyu +gKX +xMH +onc +cKy +tZe +tZe +onc +daj +cDD +uDh +onc +dlL +onc +tmQ +kAE +tak +gdt +kAE +tak +tmQ +afP +fID +fID +fID +fID +fID +fID +fID +afP +dZk +fon +jHX +gFx +kPa +lqC +lqC +lqC +kPa +afP +ctk +ctk +ctk +ctk +nAN +xSg +fAg +esR +mQJ +asI +asI +wwK +vEt +sfw +vEt +erD +nAN +nAN +voV +adL +mVe +adL +voV +nAN +ifB +naM +ifB +nAN +ctk +nAN +fDP +fDP +fDP +nAN +nAN +kzT +jAW +dDx +nAN +nAN +nAN +mZo +mZo +hhy +mZo +mZo +nAN +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (211,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -wRA -xEX -htO -iuU -iuU -iuU -uPL -eIW -rXl -rXl -rXl -rXl -rXl -rXl -rXl -rXl -rXl -uPL -uPL -iuU -iuU -iuU -wRA -xpy -htO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -nTz -leJ -leJ -leJ -leJ -leJ -leJ -leJ -nTz -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -dEy -xdo -sAC -sAC -cLu -dEy -dKc -xRE -xRE -kXw -kXw -kXw -kXw -gfs -guC -xYH -xYH -wmH -wmH -wmH -wmH -xYH -xYH -qeJ -jpc -jfD -xYH -xYH -xYH -kyU -dEy -lyZ -wCk -mFh -ylo -ylo -xaZ -ntd -xaZ -xaZ -oeb -dEy -rIn -sAC -sAC -dEy -kpJ -cPV -cah -ehx -dAx -qlj -qcy -qqp -maC -maC -qWZ -reB -xvO -fbq -ybJ -ybJ -oPa -wll -wll -wll -wll -yaG -qDX -lSb -lSb -tKt -lSb -chH -wll -xht -xCx -eWY -dWz -wll -oNz -tjg -wll -jty -jty -jty -aKY -wll -wfx -wHp -wHp -rjK -uUa -avK -vea -xeW -aKL -sIq -avK -vea -xeW -veF +mVX +mVX +mVX +mVX +mVX +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +kjK +mVX +mVX +mVX +mVX +mVX +mVX +wkN +lWT +kPt +luv +kau +mVX +mVX +mVX +wkN +lWT +kPt +luv +kau +mVX +mVX +mVX +mVX +mVX +mVX +nkK +tOo +tOo +tOo +tOo +tOo +tOo +tOo +tOo +rqI +tOo +tOo +tOo +tOo +uMQ +mVX +mVX +mVX +mVX +mVX +ild +mVX +xlm +tRs +xwm +uVg +xwm +tRs +xlm +mVX +uCd +xPt +xPt +xPt +yiF +xPt +xPt +xPt +yiF +xPt +xPt +ivW +mVX +mVX +mVX +uwb +kms +nlx +vOu +gHd +phZ +oQU +fus +jLh +pNM +yeH +nmV +gZk +hcX +tCj +qnz +qbr +lIw +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +ydz +mAc +mAc +oZk +iIs +gdL +qBE +gdL +gdL +gdL +gdL +gam +phM +wGM +foN +pyu +gKX +xQr +wXY +oRV +kwV +xQr +foN +pyu +gKX +xbI +onc +dLC +tZe +neS +onc +fBQ +mvu +doZ +wpv +dlL +onc +nQb +kAE +tak +rXF +kAE +tak +nQb +afP +fID +fID +fID +fID +fID +fID +fID +ecV +dZk +fon +jHX +iED +iED +lFt +lFt +lFt +tPx +afP +iUO +ctk +ctk +oNH +nAN +iVu +fAg +fDo +pmN +asI +asI +uZB +wAz +vwu +sfT +njh +nAN +voV +nAN +fID +dnh +fID +nAN +voV +nAN +nAN +nAN +nAN +nAN +nAN +hTD +fAg +kZY +nAN +jej +wfA +ina +pir +gct +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (212,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -wRA -jKW -htO -iuU -iuU -iuU -uPL -eIW -rXl -rXl -rXl -rXl -rXl -rXl -rXl -rXl -rXl -uPL -uPL -iuU -iuU -iuU -wRA -iLw -htO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -nTz -leJ -leJ -leJ -leJ -leJ -leJ -leJ -nTz -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -aYR -hQn -sAC -sAC -sAC -cNh -dEy -dLs -xRE -ezt -dEy -dEy -dEy -dEy -dEy -gvr -xYH -wmH -ygj -ygj -ygj -ygj -wmH -xYH -irU -jpc -jej -xYH -xYH -xYH -kAr -dEy -lrM -miX -miX -ylo -ylo -xaZ -xaZ -xaZ -xaZ -obc -dEy -qzb -sAC -sAC -dEy -cPv -rew -dEy -sAC -sAC -bnI -sPm -iEK -maC -maC -qXR -iEK -xvO -roP -ryw -ybJ -sdu -lSb -tKt -lSb -lSb -lSb -lSb -lSb -lSb -lSb -lSb -lSb -lSb -lSb -lSb -lSb -tKt -lSb -lSb -jpl -lSb -lSb -tKt -lSb -lSb -lSb -chH -wll -wll -wll -lGZ -wll -qDX -chH -wll -wll -wll -qDX -xeW -veF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +vLq +xwm +wyt +wWe +viy +xwm +wds +mVX +uCd +cMD +qim +xML +xML +xML +qim +xML +xML +xML +fzw +gwo +mVX +mVX +mVX +mVX +qnz +xOX +bYb +xjW +mEn +gSH +smk +jLh +gaR +yeH +eTZ +eTZ +vwJ +vTU +qnz +qbr +jUh +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +mPm +mAc +mAc +oZk +iIs +dZA +phM +dZA +tcM +elS +tcM +elS +tcM +vMK +gdL +kwV +tcM +elS +tcM +elS +tcM +onc +sUP +mFU +llK +onc +xRz +pjK +rAW +onc +cTR +onc +lrt +oNF +lrt +onc +lrt +oNF +lrt +afP +fID +fID +fID +fID +fID +fID +fID +enn +dZk +fon +jHX +gFx +gFx +mGx +qrR +mGx +mGx +afP +ctk +ctk +ctk +ctk +nAN +nAN +eXk +mUi +mUi +asI +asI +pgs +shB +byz +shB +dBk +nAN +nAN +fID +fID +fID +fID +fID +nAN +qTB +qTB +nIR +qTB +qTB +nAN +hTD +nFx +kZY +nAN +jnM +mpo +fAg +ciK +gct +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (213,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -wRA -jKW -htO -iuU -iuU -iuU -ukI -eIW -iuU -ocX -qYU -qYU -qYU -qYU -rXl -maH -iuU -uPL -smH -iuU -iuU -iuU -wRA -iLw -htO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -nTz -nTz -nTz -nTz -nTz -nTz -nTz -nTz -nTz -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -dEy -bOP -sAC -sAC -cOC -dEy -dNa -efG -xRE -mVQ -fgs -fkt -fDh -dEy -gyA -xYH -veq -ygj -xsy -hkd -ygj -veq -xYH -isW -jpc -jej -xYH -xYH -xYH -kyC -dEy -lxn -mhF -mhF -ylo -mGi -neG -nrD -nqE -xaZ -obc -dEy -egZ -sAC -jnD -dEy -vnr -tyk -dEy -fPy -nvL -nHi -sPm -qqq -maC -maC -qXN -rjm -lWo -rpv -ryN -ryN -oPa -xqX -xqX -xqX -xqX -xqX -xqX -tUD -uWC -xqX -xqX -xqX -tUD -uWC -xqX -ajR -uWC -xqX -uui -stq -uui -xqX -xqX -ajR -lSb -lSb -uWC -xqX -xqX -xqX -ryQ -xqX -xqX -xqX -tUD -lSb -uWC -xqX -bpt -veF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +xlm +uaD +xwm +uWJ +xwm +uaD +xlm +mVX +ilI +kaS +kaS +kaS +kaS +kaS +kaS +kaS +kaS +kaS +kaS +qCj +mVX +mVX +mVX +mVX +uMl +dDs +dDs +dDs +ybf +uVv +hPC +jLh +plK +rnt +tEG +tEG +avK +tCj +qnz +qbr +qkC +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +iIs +fjq +iIs +iIs +wLM +ctv +wLM +ctv +wLM +oXI +cxF +dyy +wLM +ctv +wLM +ctv +wLM +onc +lHT +tZe +neS +onc +kcU +iDY +siO +onc +dlL +onc +wGt +lbo +wGt +onc +wGt +lbo +wGt +afP +fID +fID +fID +fID +fID +fID +cyO +eQj +gbo +fon +jHX +jHF +jHF +jHF +qDR +qDR +qDR +afP +ctk +ctk +ctk +ctk +nAN +nAN +efU +frH +jYV +asI +asI +asI +asI +asI +asI +asI +nAN +nAN +fID +fID +fID +fID +fID +nAN +rLc +ism +ism +ism +ism +xeR +mTv +fAg +moU +oOK +ina +tLb +fAg +ciK +gct +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (214,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -nBb -vFk -lVF -jWC -pMu -vob -aRB -eIW -iuU -jIS -seh -cPX -seh -egj -rXl -rXl -iuU -uPL -xEt -vob -pMu -vob -ewg -rDo -vzI -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -auz -auz -auz -auz -byK -dEy -cgH -sAC -cOD -dEy -dNa -egi -xRE -aGp -aGp -aGp -fya -dEy -jpc -jpc -jpc -jpc -jpc -jpc -jpc -jpc -jpc -jpc -jpc -jfX -xYH -xYH -xYH -kyC -dEy -lun -mhF -cNX -ylo -ylo -lqg -nqE -nrD -sAC -ofd -dEy -dEy -dEy -dEy -dEy -dEy -rSj -dEy -dEy -dEy -dEy -dEy -veF -veF -noL -veF -veF -veF -veF -veF -veF -veF -rOy -sVv -rhk -wHp -wHp -uNO -vea -xeW -hQV -wHp -wHp -vea -xeW -xEk -vea -xeW -bjs -shT -veF -rOy -wHp -wHp -vea -lSb -lSb -xeW -wHp -wHp -uTa -veF -pQL -pcJ -iLv -lSb -lSb -lSb -veF -veF -veF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +twg +xlm +uaD +xwm +uaD +xlm +vTC +mVX +uCd +cMD +gTF +xML +xML +xML +oFQ +xML +xML +xML +bBY +gwo +mVX +mVX +mVX +mVX +vPj +hqO +hqO +hqO +uMl +qnz +kms +kms +qnz +pqv +ujT +rLM +wcK +qnz +kms +kms +mrm +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +iIs +iIs +iIs +wLM +ctv +wLM +ctv +wLM +onc +qHK +tZe +tZe +onc +kcU +pte +siO +onc +wpv +onc +ajO +hHt +ajO +onc +ajO +hHt +ajO +afP +fID +fID +fID +fID +fID +fID +fID +afP +eXN +fon +jHX +gFx +gFx +nfw +nfw +tiF +tiF +afP +iUO +ctk +ctk +oNH +nAN +nAN +nNb +neN +bdQ +asI +asI +jxF +vxR +wrh +pvS +jJo +nAN +nAN +fID +fID +fID +fID +fID +nAN +goI +ism +ism +ism +ism +xeR +mTv +fAg +moU +oOK +tSk +tSk +tSk +qJo +gct +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (215,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -vzI -kpU -ewg -vob -nLt -vob -gZG -civ -gvF -mrA -rXl -rXl -rXl -seh -rXl -maH -iuU -uPL -xEt -vob -nLt -vob -ewg -rFZ -vzI -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -fCu -fCu -fCu -fCu -fxK -lqz -lqz -lqz -pYD -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -auz -auz -auz -auz -auz -dEy -xdo -sAC -cOD -dEy -dOV -egi -xRE -ePf -fgt -aGp -fyP -dEy -gzz -xYH -vyl -xYH -xYH -xYH -xYH -vyl -xYH -xYH -xYH -xYH -xYH -xYH -xYH -kAP -dEy -eQF -mjd -mjd -ylo -ylo -neO -nvL -nHi -wCk -ofT -dEy -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -veF -jyD -veF -veF -veF -veF -veF -veF -veF -spA -spA -veF -veF -wHp -vea -xeW -xEG -vea -xeW -bjs -cWI -veF -bgo -bgo -wHp -vea -lSb -lSb -xeW -wHp -bgo -bgo -veF -usQ -aPM -aPM -lSb -lSb -lSb -kgD -ldM -veF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +twg +xlm +vLq +xlm +vTC +mVX +mVX +uCd +xPt +xPt +xPt +yiF +xPt +xPt +xPt +yiF +xPt +xPt +aAL +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iEU +grF +uMl +qnz +qnz +qnz +qnz +qnz +qnz +fHb +cmJ +iEU +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +iIs +iIs +wLM +ctv +wLM +ctv +wLM +onc +eXF +awg +wrs +onc +kcU +elD +siO +onc +dlL +onc +fID +fad +fID +iIs +fID +mAx +fID +afP +fID +fID +fID +fID +fID +fID +fID +eQj +gbo +fon +jHX +xjM +xjM +xjM +xjM +xjM +lHZ +afP +ctk +ctk +ctk +ctk +nAN +nAN +nAN +nAN +nAN +asI +rtr +nAN +nAN +nAN +nAN +nAN +nAN +nAN +fID +fID +fID +fID +fID +nAN +pSN +gqv +ftP +gqv +pSN +nAN +hTD +fAg +kZY +nAN +wJo +kAd +qxb +mvM +nAN +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (216,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -wRA -izA -htO -gvF -iuU -iuU -mVN -eIW -iuU -dCl -phs -fHb -mGJ -rXl -rXl -rXl -iuU -uPL -smH -iuU -iuU -iuU -wRA -nlV -htO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -nTz -leJ -leJ -nTz -fxK -mZf -leJ -leJ -pYD -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -dEy -cdf -sAC -nlR -dEy -dRv -ekQ -xRE -ePM -fgO -aGp -fCj -dEy -gBR -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -rIA -dEy -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -veF -jyD -jyD -jyD -veF -vXj -ovq -vXj -ual -yiH -yiH -vTo -veF -rOy -vea -xeW -jyE -vpr -xeW -bjs -pBx -veF -jyt -dYI -wHp -vpr -lSb -lSb -xeW -wHp -hHg -fXw -veF -msb -aPM -aPM -lSb -lSb -vbo -veF -veF -veF +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +wLM +ctv +wLM +ctv +wLM +onc +onc +onc +onc +onc +qXa +rBn +pqn +onc +vhz +onc +fID +fID +fID +iIs +fID +fID +fID +afP +fID +fID +fID +fID +fID +fID +fID +afP +dZk +fon +jHX +gFx +gFx +psK +rvJ +rvJ +uBl +afP +ctk +ctk +ctk +ctk +nAN +nAN +mCQ +ruu +gjP +asI +asI +wAL +xQz +fAg +eSL +ctk +ctk +nAN +fID +fID +fID +fID +fID +nAN +voV +nAN +nAN +nAN +nAN +nAN +sVW +nFx +abk +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +mXf +mZo +hst +mXf +mZo +nAN +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (217,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -wRA -izA -htO -gvF -kRi -eIW -eIW -eIW -iuU -iuU -iuU -iuU -iuU -iuU -rXl -rXl -iuU -uPL -uPL -eIW -kRi -iuU -wRA -nlV -htO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -ahL -fxK -fxK -fxK -fxK -fxK -fxK -fxK -fCu -leJ -leJ -fCu -fxK -nTz -leJ -leJ -pYD -fxK -fxK -fxK -fxK -fxK -fxK -fxK -rEX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -mFM -hQn -sAC -sAC -sAC -dEy -dRK -egi -xRE -aGp -aGp -aGp -fya -dEy -gDE -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -xYH -kQP -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -clr -dEy -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -veF -jyD -jyD -jyD -veF -vHw -vHw -vHw -yiH -yiH -yiH -cEj -veF -veF -sZr -sZr -veF -xWD -oWS -veF -veF -veF -veF -veF -rtj -aqE -xpK -ffo -dAR -vCq -veF -veF -veF -hXo -lNE -hvs -lSb -lSb -lSb -kgD -ldM -veF +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +vHZ +wLM +ctv +giG +jMD +jMD +jMD +giG +ctv +wLM +rBi +wLM +mVX +mVX +mVX +onc +onc +dXc +hrD +rpC +onc +dlL +onc +fID +fID +fID +iIs +fID +fID +fID +afP +fID +fID +fID +fID +fID +fID +fID +afP +dZk +fon +jHX +jHF +jHF +jHF +rNf +rNf +rNf +afP +iUO +ctk +ctk +oNH +nAN +nAN +rgg +mCb +nAN +nAN +nAN +nAN +nAN +ocx +nAN +nAN +nAN +nAN +fID +fID +fID +fID +fID +nAN +qTB +qTB +nIR +qTB +qTB +nAN +hTD +fAg +kZY +nAN +qTB +qTB +nIR +qTB +qTB +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (218,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -wRA -izA -htO -iuU -sNa -eIW -eIW -eIW -iuU -vLx -xcj -xcj -rxT -iuU -lQx -rXl -iuU -uPL -ouq -qSe -ccm -iuU -wRA -nlV -htO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -ahL -fxK -fxK -fxK -fxK -fxK -fxK -nTz -leJ -leJ -nTz -fxK -nTz -leJ -leJ -pYD -fxK -fxK -fxK -fxK -fxK -fxK -rEX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -dEy -ewu -yfw -yfw -dEy -jaU -ayN -oXq -mVQ -kqn -flT -fDh -dEy -lZK -xbp -gMc -eOL -vDc -eOL -huv -hLK -hRY -iuV -iDd -eOL -vDc -eOL -kbA -kDo -dEy -lAl -sAC -sAC -mje -mje -mje -mje -mje -mje -sIv -dEy -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -jyD -tue -jyD -veF -lDX -yiH -yiH -yiH -yiH -yiH -bah -veF -bjs -dJo -dJo -noL -xXr -baI -lhq -ldQ -veF -veF -veF -veF -sum -wpX -hJy -sum -veF -veF -veF -veF -noL -veF -veF -vDp -lSb -jjP -veF -veF -veF +amA +pqP +kWk +beu +beu +tDM +amA +amA +aXg +jnr +icj +amA +aXg +jnr +icj +amA +iOx +kHP +nly +oiF +akA +dQM +pcD +pRI +rgB +uLi +hVd +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +onc +onc +srQ +fID +fID +fID +fjq +fID +fID +fID +dwU +fID +fID +fID +fID +fID +fID +fID +afP +ftj +ifZ +tgA +gFx +kYG +kYG +sgW +kYG +kYG +afP +asK +asK +asK +asK +nAN +nAN +eSL +nAN +nAN +jQl +oqr +oqr +oqr +bVU +oqr +cwT +nAN +nAN +fID +fID +fID +fID +fID +nAN +fVB +rIb +rIb +rIb +rIb +xeR +mTv +fAg +moU +oOK +iUt +iUt +iUt +iUt +pUC +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (219,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -vYf -eOr -tbs -gvF -dUz -eIW -eIW -eIW -iuU -dYk -rXl -rXl -rXl -mTN -rXl -rXl -iuU -lzH -qSe -qSe -lup -iuU -wRA -nlV -htO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -ahL -fxK -fxK -fxK -fxK -fCu -leJ -leJ -fCu -fxK -nTz -leJ -leJ -siH -fxK -fxK -fxK -fxK -rEX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -auz -auz -auz -auz -byK -dEy -dEy -dEy -dEy -dEy -jjm -pTT -dEy -dEy -dEy -dEy -dEy -dEy -dEy -xSo -tPT -xSo -tPT -dEy -laZ -hGZ -pTT -dEy -tPT -xSo -tPT -sAz -pTT -dEy -ghO -mje -sAC -mYZ -ndc -ndc -ndc -ndc -nLY -ohz -dEy -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -jyD -jyD -jyD -veF -vHw -vHw -uEj -yiH -yiH -yiH -vUG -veF -bjs -bjs -bjs -veF -xXr -bjs -bjs -kNv -veF -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -tue -tue -tue -hnf -wuw -wKn -wpu -wpu -wpu -qWt -aZF -hnf +amA +sZX +jnr +jnr +jnr +jnr +vZf +amA +dEs +jnr +wQK +amA +dEs +jnr +wQK +amA +iPj +xVn +xVn +xVn +vJj +dan +xVn +xVn +xVn +uNx +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +dwU +mVX +mVX +mVX +mVX +mVX +mVX +mVX +dwU +dwU +gFx +gFx +gFx +gFx +qjA +sgW +sgW +sgW +afP +hEq +kyB +oPU +fjj +nAN +nAN +ctk +ctk +nAN +dLV +qnE +eVU +khg +uzP +pDE +dLV +nAN +nAN +fID +fID +fID +fID +fID +nAN +fAg +fAg +fAg +fAg +fAg +xeR +wRu +hHu +cnO +oOK +eeU +eeU +iUt +eeU +tnU +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (220,1,1) = {" -jyD -jyD -jyD -tue -jyD -tue -tue -jyD -vYf -izA -htO -iuU -dUz -eIW -eIW -eIW -iuU -aXF -rXl -rXl -rXl -mTN -rXl -rXl -iuU -uPL -eIW -eIW -eMF -iuU -wRA -nlV -htO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -ahL -fxK -fxK -nTz -leJ -leJ -nTz -fxK -nTz -leJ -leJ -tuL -fxK -fxK -rEX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qtF -xYH -qtF -xYH -xSo -gMu -hTb -gkb -xSo -xYH -qtF -xYH -qtF -qjz -dEy -lFi -mje -sAC -sAC -sAC -sAC -sAC -sAC -sAC -fJi -dEy -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -jyD -jyD -jyD -veF -sXn -sXn -sXn -ual -cEa -vlY -veF -veF -bjs -bjs -bjs -veF -xZd -bjs -bjs -kNv -veF -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -cKw -fAZ -wpu -nim -wpu -wpu -nSb -xvO +amA +dtL +jnr +jnr +jnr +jnr +vZf +amA +aXg +jnr +icj +amA +aXg +jnr +icj +amA +iRP +kJG +nok +okZ +vJj +dan +pdl +pUu +xVn +vxf +hVd +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +afP +afP +afP +afP +afP +afP +afP +afP +afP +afP +vZg +vZg +vZg +vZg +nAN +nAN +nAN +nAN +voV +dLV +tte +uzP +uzP +uzP +jUQ +dLV +nAN +nAN +fID +fID +fID +fID +fID +nAN +hrp +hrp +sqx +hrp +hrp +nAN +mze +dyN +mze +nAN +pSN +gqv +ftP +gqv +pSN +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (221,1,1) = {" -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -vYf -izA -htO -iuU -sNa -eIW -eIW -eIW -iuU -vLx -xcj -xcj -rxT -iuU -lQx -rXl -iuU -uPL -eIW -eIW -eIW -iuU -wRA -nlV -htO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -fCu -leJ -leJ -fCu -fxK -mZf -leJ -leJ -uEq -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -qtF -xYH -qtF -xYH -ygd -gkb -dsW -gMu -ygd -xYH -qtF -xYH -qtF -jyD -dEy -lFi -mje -sAC -mZc -ndu -nfc -nwN -nHq -nNV -wCk -dEy -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -veF -veF -veF -veF -veF -veF -noL -veF -veF -veF -noL -veF -rOy -bjs -bjs -veF -xZd -bjs -dJo -qbO -veF -eMI -tue -jyD -tue -jyD -jyD -tue -jyD -jyD -jyD -jyD -xvO -guG -wpu -pdi -sQl -qlG -wpu -vOU -xvO +amA +bGZ +jnr +cuG +jnr +jnr +vZf +amA +amA +pZq +amA +amA +amA +pZq +amA +amA +iTp +kQT +nuR +mmj +vJj +dan +pev +pVA +xVn +vyy +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mbI +vNw +mbI +vNw +fHE +jMD +jMD +jMD +fHE +vNw +mbI +vNw +mbI +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +dLV +ePq +uzP +uzP +uzP +uSN +dLV +voV +voV +fID +fID +fID +fID +fID +voV +voV +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +lRD +lRD +xCB +lRD +lRD +nAN +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (222,1,1) = {" -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -vYf -ebR -htO -iuU -kRi -eIW -eIW -eIW -iuU -iuU -iuU -iuU -iuU -iuU -rXl -rXl -iuU -uPL -eIW -eIW -kdY -iuU -wRA -rwE -htO -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -fxK -leJ -leJ -fxK -fxK -fxK -leJ -leJ -fxK -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -gxA -tPT -gxA -tPT -dEy -laZ -hGZ -pTT -dEy -tPT -gxA -tPT -gxA -dEy -dEy -dEy -jjm -mef -mef -mef -mef -mef -mef -pTT -dEy -byK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -tue -veF -veF -seJ -gKB -tah -tRW -iIT -veF -rOy -bjs -bjs -bjs -bjs -bjs -bjs -bjs -veF -yda -nyH -nyH -eUO -veF -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -ubp -wpu -pdi -oRN -qlG -wpu -sTP -xvO +amA +vKv +ljL +jnr +jnr +ljL +vZf +amA +beu +giX +beu +amA +beu +giX +beu +amA +jrL +xVn +xVn +xVn +vJj +dan +phK +pWj +xVn +vWN +hVd +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +eCq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +hRH +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +dLV +uNI +drr +uzP +uzP +csN +dLV +jMD +jMD +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (223,1,1) = {" -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -xLW -iuU -iuU -iuU -iuU -iuU -mVN -eIW -iuU -vLx -xcj -xcj -rxT -iuU -lQx -rXl -iuU -uPL -npy -iuU -iuU -iuU -iuU -iuU -gkl -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -mZf -nTz -leJ -leJ -mZf -nTz -mZf -leJ -leJ -nTz -mZf -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -hlr -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -noL -veF -sfp -vTv -vTv -vTv -ukz -uEy -bjs -bjs -bjs -bjs -dJo -wJe -dJo -bjs -veF -noL -noL -noL -noL -veF -tue -tue -tue -tue -jyD -jyD -tue -jyD -jyD -jyD -jyD -xvO -ipp -wpu -pdi -sQl -qlG -wpu -qcm -xvO +amA +amA +amA +jnr +jnr +amA +amA +amA +giX +jnr +giX +emW +giX +jnr +giX +amA +jsZ +kUv +nvh +gXw +vJj +dan +pmF +qck +xVn +wkk +hVd +cbG +hVd +cbG +hVd +cbG +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +srP +oqr +oqr +bVU +oqr +oqr +tqG +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (224,1,1) = {" -jyD -jyD -jyD -tue -jyD -tue -tue -jyD -gvF -ikJ -eIW -eIW -npy -iuU -eIW -eIW -iuU -dYk -rXl -rXl -rXl -mTN -rXl -rXl -iuU -uPL -eIW -eIW -eIW -eIW -eIW -dxC -iuU -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -nTz -nTz -leJ -leJ -nTz -nTz -nTz -leJ -leJ -nTz -nTz -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -rrm -bjs -rRv -vTv -vTv -vTv -vTv -vTv -uEy -bjs -bjs -bjs -bjs -bjs -bjs -bjs -bjs -veF -ydO -ydO -ydO -ydO -veF -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -xvO -doe -fAZ -pdi -sQl -qlG -wpu -doe -xvO +amA +beu +rrP +jnr +jnr +jnr +cHT +jnr +jnr +jnr +jnr +jnr +jnr +jnr +jnr +amA +jvE +mJe +rqA +hdd +vJj +dan +gbl +jTt +xVn +evL +hVd +cbG +cbG +cbG +cbG +cbG +hVd +tDf +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +laU +fRd +laU +fRd +laU +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +viK +hVd +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (225,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iuU -gRG -eIW -eIW -eIW -eIW -eIW -eIW -iuU -aXF -rXl -rXl -rXl -mTN -rXl -rXl -iuU -ouq -qSe -qSe -qSe -qSe -qSe -koO -iuU -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -dzC -gzj -nTz -leJ -leJ -lqz -ixm -lqz -leJ -leJ -nTz -nTz -dzC -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -vlE -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -bjs -rRv -vTv -vTv -vTv -vTv -mbF -veF -rOy -bjs -bjs -vUT -bjs -bjs -wUd -bjs -xGL -ydP -ydP -ydP -ydO -veF -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -tue -tue -tue -xvO -kBc -wpu -pdi -sQl -qlG -wpu -qcm -xvO +amA +beu +jnr +jnr +jnr +jnr +cHT +jnr +jnr +jnr +jnr +jnr +jnr +jnr +jnr +amA +jwW +xVn +xVn +xVn +vJj +dan +xVn +xVn +xVn +wPq +hVd +cbG +hVd +cbG +hVd +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (226,1,1) = {" -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -iuU -nCY -eIW -eIW -eIW -eIW -eIW -eIW -iuU -vLx -xcj -xcj -rxT -iuU -lQx -rXl -iuU -eIW -eIW -eIW -eIW -eIW -eIW -dxC -iuU -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -eEL -gCq -nTz -leJ -leJ -lqz -lqz -lqz -leJ -leJ -nTz -nTz -eEL -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -veF -sgy -vTv -tar -vTv -iPw -veF -veF -voX -vIu -mzS -wxo -wJJ -mzS -veF -veF -ydY -ydP -ydP -ydO -veF -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -vvn -hsb -ylm -sQl -eSX -sQl -ylm -rBi -foD +amA +beu +ljL +jnr +jnr +jnr +cHT +jnr +jnr +jnr +jnr +jnr +jnr +jnr +jnr +amA +jAj +pNO +rKo +heE +vJj +dan +ycX +ebp +rit +jIN +hVd +cbG +cbG +cbG +cbG +cbG +hVd +fRd +fRd +tDf +fRd +fRd +fRd +fRd +fRd +fRd +fRd +laU +fRd +laU +fRd +laU +fRd +fRd +fRd +fRd +fRd +fRd +fRd +viK +fRd +fRd +hVd +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (227,1,1) = {" -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jzu -iuU -nFV -eIW -eIW -iuU -eIW -eIW -iuU -iuU -iuU -iuU -iuU -iuU -rXl -rXl -iuU -eIW -npy -iuU -iuU -iuU -mVD -iuU -wps -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -eEL -hoH -nTz -leJ -leJ -leJ -nTz -leJ -leJ -leJ -nTz -nTz -eEL -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -tue -veF -veF -siK -sLV -lXf -tSy -umM -veF -veF -wMD -xQT -vpT -xJU -fJr -vpT -veF -veF -veF -veF -xGL -veF -veF -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -oKr -hSC -hSC -hSC -hSC -hSC -foD -jyD +amA +amA +amA +jnr +jnr +amA +amA +amA +giX +jnr +giX +xoy +giX +jnr +giX +amA +amA +amA +amA +amA +vJj +dan +amA +amA +amA +amA +hVd +cbG +hVd +cbG +hVd +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (228,1,1) = {" -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -iuU -nFV -eIW -eIW -iuU -mVN -eIW -iuU -vLx -xcj -xcj -rxT -iuU -lQx -rXl -iuU -eIW -eIW -eIW -kRi -iuU -lhB -iuU -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -eEL -iqq -nTz -leJ -leJ -leJ -nTz -leJ -leJ -leJ -nTz -nTz -eEL -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -tue -tue -jyD -tue -jyD -jyD -jyD -jyD -noL -veF -dqw -hSC -taR -hSC -rbx -noL -veF -sIa -sIa -bqf -sIa -sIa -vpT -xjq -xGX -xGX -des -kSW -xGX -puu -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +beu +tDM +jnr +jnr +tDM +beu +amA +beu +giX +giX +amA +beu +giX +beu +amA +jEk +rSg +nKy +orb +vJj +dan +puO +qfv +hVl +iGM +hVd +cbG +cbG +cbG +cbG +cbG +hVd +fRd +fRd +fRd +fRd +tDf +fRd +fRd +fRd +fRd +fRd +laU +fRd +laU +fRd +laU +fRd +fRd +fRd +fRd +fRd +viK +fRd +fRd +fRd +fRd +hVd +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (229,1,1) = {" -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -iuU -nFV -eIW -eIW -iuU -eIW -eIW -iuU -dYk -rXl -rXl -rXl -mTN -rXl -rXl -iuU -eIW -eIW -eIW -iTN -iuU -rhd -iuU -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -eEL -flR -nTz -nTz -leJ -leJ -leJ -leJ -leJ -nTz -nTz -nTz -eEL -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -veF -veF -uiR -tGb -xvO -uiR -tGb -veF -veF -sIa -sIa -vpT -sIa -sIa -vpT -xkE -xIS -uFe -jAr -yeD -mGI -iBB -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +oKU +oKU +jnr +jnr +oKU +oKU +amA +amA +pZq +amA +amA +amA +pZq +amA +amA +jWb +xVn +xVn +xVn +vJj +dan +xVn +xVn +xVn +iOm +hVd +cbG +hVd +cbG +hVd +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (230,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iuU -pYe -eIW -npy -iuU -eIW -eIW -iuU -aXF -rXl -rXl -rXl -mTN -rXl -rXl -iuU -eIW -eIW -eIW -dUz -iuU -rhd -iuU -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -ene -nTz -nTz -nTz -leJ -leJ -leJ -leJ -leJ -nTz -nTz -nTz -ene -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -tue -tue -jyD -veF -veF -pAT -tTw -xvO -pAT -tTw -veF -veF -sIa -sIa -vpT -sIa -sIa -vpT -xkE -xJC -yeG -yeD -yeG -ezv -xkE -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +hFV +oKU +jnr +jnr +oKU +aAB +amA +aXg +jnr +icj +amA +aXg +jnr +icj +amA +jYY +wrf +bal +mKs +vJj +dan +aNX +bep +hYN +nyW +hVd +cbG +cbG +cbG +cbG +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +tDf +fRd +fRd +fRd +laU +fRd +laU +fRd +laU +fRd +fRd +fRd +viK +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (231,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iuU -nri -eIW -eIW -iuU -eIW -eIW -iuU -vLx -xcj -xcj -rxT -iuU -lQx -rXl -iuU -eIW -eIW -eIW -iTN -iuU -dRt -iuU -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -mZf -nTz -nTz -nTz -leJ -leJ -leJ -nTz -nTz -nTz -mZf -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -veF -pAT -tTw -xvO -pAT -tTw -veF -veF -sIa -sIa -bqf -sIa -sIa -vpT -xkE -xLp -yeG -yeG -yeG -jUw -xkE -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +acz +oKU +jnr +jnr +oKU +wBD +amA +dEs +jnr +wQK +amA +dEs +jnr +wQK +amA +kzz +eVP +nMF +otA +vJj +dan +pEJ +qfN +ikC +gLX +hVd +cbG +hVd +cbG +hVd +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (232,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jzu -iuU -ewA -xaI -iuU -eIW -eIW -iuU -iuU -iuU -iuU -iuU -iuU -iuU -iuU -iuU -eIW -eIW -eIW -kRi -iuU -rhd -wps -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -fxK -fxK -fxK -fxK -fxK -leJ -leJ -leJ -fxK -fxK -fxK -fxK -fxK -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -afr -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -veF -veF -pAT -tTw -xvO -pAT -tTw -veF -veF -sIa -sIa -vpT -sIa -sIa -vpT -xkE -xLA -yfP -yeG -vXg -tJZ -iBB -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +vZf +vZf +jnr +jnr +vZf +aNT +amA +aXg +jnr +icj +amA +aXg +jnr +icj +amA +kBZ +xVn +xVn +xVn +vJj +dan +xVn +xVn +xVn +piZ +hVd +cbG +cbG +cbG +cbG +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +tDf +fRd +laU +fRd +laU +fRd +laU +fRd +viK +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (233,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jzu -iuU -iuU -iuU -mVN -eIW -tdZ -eIW -eIW -lks -eIW -lks -eIW -eIW -tdZ -eIW -npy -iuU -iuU -iuU -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -fxK -fxK -fxK -fxK -mZf -mZf -leJ -leJ -leJ -mZf -mZf -fxK -fxK -fxK -fxK -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -veF -veF -pAT -tTw -xvO -pAT -tTw -veF -veF -sIa -sIa -bqf -sIa -sIa -vpT -xkI -xGX -xGX -kSW -xGX -xGX -wvl -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +fsX +jnr +jnr +jnr +sRq +nYK +amA +amA +amA +amA +amA +amA +amA +amA +amA +kCY +lwj +nMZ +owc +vJj +dan +pFT +qhO +rlQ +wlY +hVd +hVd +hVd +hVd +hVd +hVd +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (234,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iuU -iuU -aeh -aeh -eIW -eIW -eIW -eIW -eIW -eIW -eIW -eIW -eIW -eIW -eIW -aeh -aeh -iuU -iuU -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -ahL -fxK -fxK -fxK -fxK -nTz -nTz -leJ -leJ -leJ -nTz -nTz -fxK -fxK -fxK -fxK -rEX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -xPw -moX -moX -moX -moX -veF -veF -pAT -tTw -xvO -pAT -tTw -noL -veF -sIa -sIa -vpT -sIa -sIa -vpT -jyD -jyD -jyD -tue -jyD -tue -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +jFC +nqX +jnr +jnr +mzk +gFq +amA +cKC +dXQ +eJm +kFW +nIP +jCJ +eXr +amA +amA +amA +amA +amA +vJj +dan +amA +amA +amA +amA +hVd +qCC +qCC +qCC +qCC +qCC +hVd +egP +fRd +egP +fRd +egP +fRd +egP +fRd +egP +fRd +tDf +fRd +laU +fRd +viK +fRd +vny +fRd +vny +fRd +vny +fRd +vny +fRd +vny +hVd +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (235,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iuU -iuU -aeh -aeh -rPz -eIW -eIW -eIW -eIW -eIW -eIW -eIW -eIW -eIW -rPz -aeh -aeh -iuU -iuU -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -ahL -fxK -fxK -fxK -nTz -lqz -leJ -leJ -leJ -lqz -nTz -fxK -fxK -fxK -rEX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -veF -veF -sjd -tTw -xvO -sjd -tTw -veF -veF -sIa -sIa -vpT -sIa -sIa -vpT -jyD -jyD -tue -jyD -tue -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +amA +amA +nqY +nqY +amA +amA +amA +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +vJj +cCo +arC +arC +arC +arC +wDT +wDT +wDT +wDT +wDT +wDT +leD +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (236,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iuU -iuU -aeh -aeh -aeh -eIW -eIW -eIW -eIW -eIW -eIW -eIW -eIW -eIW -aeh -aeh -aeh -iuU -iuU -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -ahL -fxK -fxK -ixm -lqz -leJ -leJ -leJ -lqz -ixm -fxK -fxK -rEX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -veF -pAT -tTw -xvO -pAT -tTw -noL -veF -sIa -vKp -vpT -sIa -sIa -vpT -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +giX +emW +giX +giX +giX +obJ +amA +cYQ +dZU +ePr +mnl +sMC +dEH +ami +eGr +xVn +uAs +eXL +qlF +vJj +cCo +cCo +cCo +cCo +cCo +jUI +jUI +jUI +jUI +jUI +jUI +lIj +egP +fRd +egP +fRd +egP +fRd +egP +fRd +egP +fRd +egP +fRd +vgP +fRd +vny +fRd +vny +fRd +vny +fRd +vny +fRd +vny +fRd +vny +hVd +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (237,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jzu -iuU -aeh -aeh -aeh -iuU -tRe -rXl -rXl -rXl -rXl -rXl -tRe -iuU -aeh -aeh -aeh -iuU -wps -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -ahL -fxK -lqz -lqz -leJ -leJ -leJ -lqz -lqz -fxK -rEX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -tue -tue -jyD -veF -veF -skq -sMn -tfq -pAT -tTw -veF -veF -sIa -sIa -vpT -sIa -sIa -vpT -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +qGw +lvt +giX +giX +giX +vWs +amA +dgs +ecL +eWP +qje +oaf +rNg +kvx +eJU +xVn +dNb +eXP +fqh +vJj +cCo +axA +axA +axA +axA +jYc +jYc +jYc +jYc +jYc +jYc +lNe +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (238,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iuU -aeh -aeh -aeh -iuU -lQx -rXl -nMQ -uMk -uMk -rXl -maH -iuU -aeh -aeh -aeh -iuU -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -nTz -nTz -leJ -leJ -leJ -nTz -nTz -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -veF -pAT -tTw -xvO -pAT -sMn -veF -veF -wMD -xQT -bqf -xJU -fJr -vpT -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +gnw +tdF +bVW +lYz +giX +sZn +amA +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +vJj +dan +gnP +gqx +ipB +iSs +hVd +lsK +lsK +lsK +lsK +lsK +hVd +egP +fRd +egP +fRd +egP +fRd +egP +fRd +egP +fRd +eCc +fRd +oeH +fRd +uJd +fRd +vny +fRd +vny +fRd +vny +fRd +vny +fRd +vny +hVd +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (239,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jzu -oqe -oqe -oqe -tbj -rXl -rXl -ben -lbz -uMk -rXl -rXl -tbj -oqe -oqe -oqe -wps -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -nTz -nTz -leJ -mEE -leJ -nTz -nTz -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -veF -veF -slB -sNl -xZJ -slB -sNl -noL -veF -wNs -vLT -nNN -wNs -wNs -nNN -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +amA +amA +amA +amA +amA +amA +amA +dgQ +egk +fhu +oaS +pvT +sAP +nGW +xVn +xss +xVn +fdk +bAM +vJj +dan +gqx +xVn +xVn +xVn +hVd +hVd +hVd +hVd +hVd +hVd +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (240,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -oqe -lwB -oqe -wBh -nxk -rXl -rXl -rXl -rXl -rXl -nxk -wBh -oqe -lwB -oqe -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -nTz -nTz -leJ -leJ -leJ -nTz -nTz -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +mOA +xNs +ceS +sRC +dKH +hkm +roS +dhD +ehW +fix +bXt +mmx +ink +xjr +xVn +eNM +xVn +fmm +fuS +vJj +dan +gyb +gXC +iwf +jeZ +hVd +cbG +cbG +cbG +cbG +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +eCc +fRd +oeH +fRd +oeH +fRd +oeH +fRd +uJd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (241,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -gNo -iFV -nxk -rXl -rXl -rXl -nxk -crS -oPr -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fxK -mZf -nTz -leJ -leJ -leJ -nTz -mZf -fxK -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -tue -jyD -jyD -tue -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +oUj +akA +arC +arC +arC +arC +arC +arC +arC +arC +arC +arC +arC +arC +arC +arC +arC +arC +arC +cCo +cCo +arC +arC +dQM +pzu +hVd +cbG +hVd +cbG +hVd +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (242,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -gNo -vDL -vDL -vDL -vDL -vDL -oPr -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -ahL -fxK -mZf -lqz -lqz -lqz -mZf -fxK -rEX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -tue -jyD -jyD -jyD -jyD -tue -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +jET +alK +axA +axA +axA +axA +axA +axA +axA +axA +cCo +cCo +axA +axA +axA +axA +axA +axA +fvi +axA +axA +axA +cCo +dan +pzu +hVd +cbG +cbG +cbG +cbG +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +eCc +fRd +fRd +fRd +oeH +fRd +oeH +fRd +oeH +fRd +fRd +fRd +uJd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (243,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -ahL -kdb -lHq -lHq -lHq -qKJ -rEX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +mOA +xNs +ceS +dBa +gJu +dnc +fXi +dim +ejA +pzu +vJj +dan +gyJ +iiJ +iEP +xVn +xVn +amA +amA +amA +amA +amA +alK +dho +amA +hVd +cbG +hVd +cbG +hVd +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (244,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +amA +amA +amA +amA +amA +amA +amA +qlF +epT +pzu +vJj +dan +hhN +ire +iFn +xVn +xVn +amA +fwa +fNP +gcO +gyV +xVn +xVn +jgE +hVd +cbG +cbG +cbG +cbG +cbG +hVd +fRd +fRd +fRd +fRd +eCc +fRd +fRd +fRd +fRd +fRd +oeH +fRd +oeH +fRd +oeH +fRd +fRd +fRd +fRd +fRd +uJd +fRd +fRd +fRd +fRd +hVd +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (245,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +eTg +taf +hXp +eyn +ucn +bHo +amA +akA +arC +arC +cCo +dan +xVn +xVn +xVn +xVn +mbP +amA +fyW +xVn +xVn +xVn +xVn +xVn +jhz +hVd +cbG +hVd +cbG +hVd +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (246,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -moX -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD +amA +gcG +jnr +sfb +weE +jnr +lxT +amA +vJj +cCo +axA +axA +dho +xVn +xVn +xVn +xVn +mmp +amA +fyY +xVn +ges +qOg +qpS +xVn +wEL +hVd +cbG +cbG +cbG +cbG +cbG +hVd +fRd +fRd +eCc +fRd +fRd +fRd +fRd +fRd +fRd +fRd +oeH +fRd +oeH +fRd +oeH +fRd +fRd +fRd +fRd +fRd +fRd +fRd +uJd +fRd +fRd +hVd +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (247,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -fAu -lth -lth -lth -pwa -lth -lth -lth -pAX +amA +fYk +jnr +cvi +jnr +jnr +kQo +amA +vJj +dan +pzu +fow +fDG +hES +iwz +iJj +kGy +mwE +amA +fzt +xVn +gfO +umN +qso +xVn +wIz +hVd +cbG +hVd +cbG +hVd +cbG +hVd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (248,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -tue -jyD -jyD -jyD -jyD -tue -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iMD -lHa -lHa -lHa -lHa -lHa -lHa -lHa -iMD +amA +aIq +jnr +jnr +akA +arC +arC +arC +cCo +dan +pzu +amA +amA +amA +amA +amA +amA +amA +amA +fAu +xVn +xVn +xVn +xVn +xVn +xdH +hVd +cbG +cbG +cbG +cbG +cbG +hVd +eCc +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +oeH +fRd +oeH +fRd +oeH +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +fRd +uJd +hVd +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (249,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -tue -jyD -jyD -tue -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iMD -lHa -lHa -lHa -lHa -lHa -lHa -lHa -iMD +amA +jJM +jnr +jnr +alK +axA +axA +axA +cCo +cCo +arC +arC +dQM +hGJ +iBm +kBn +eIy +owD +amA +fCq +xVn +ggF +shc +qAN +xVn +xJo +hVd +cbG +hVd +cbG +hVd +cbG +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +cbG +hVd +cbG +hVd +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (250,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -tue -jyD -tue -tue -jyD -tue -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iMD -lHa -lHa -lHa -lHa -lHa -lHa -lHa -iMD +amA +pBH +oWS +jnr +uoF +spD +nkV +amA +vJj +cCo +axA +axA +hlH +xVn +xVn +xVn +xVn +mwP +amA +fCQ +xVn +xVn +xVn +xVn +xVn +xTf +hVd +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (251,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iMD -lHa -lHa -lHa -lHa -lHa -lHa -lHa -iMD +amA +amA +amA +jnr +amA +amA +amA +amA +vJj +dan +amA +amA +xVn +xVn +xVn +xVn +xVn +myH +amA +fEZ +xVn +gja +mDk +qNe +xVn +afs +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (252,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iMD -lHa -lHa -lHa -lHa -lHa -lHa -lHa -iMD +amA +cEx +ahR +jnr +jnr +amA +ppC +jnr +alK +dho +cOF +amA +xYF +xVn +xVn +xVn +xVn +mCG +amA +fGm +xVn +gjj +lXz +qSv +xVn +lVM +hVd +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (253,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iMD -lHa -lHa -lHa -lHa -lHa -lHa -lHa -iMD +amA +mSB +jnr +jnr +jnr +amA +qar +jnr +jnr +jnr +nMT +amA +fIt +xVn +xVn +xVn +xVn +mOt +amA +fLB +xVn +xVn +xVn +xVn +xVn +hjD +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (254,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -iMD -lHa -lHa -lHa -lHa -lHa -lHa -lHa -iMD +amA +rAk +tFQ +oWb +jnr +amA +fEL +mTp +mbB +eUK +nvA +amA +amA +pDd +rDS +wUZ +iCt +ror +amA +fLU +fZr +gjC +idL +qYZ +unV +bmm +hVd +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +cbG +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} (255,1,1) = {" -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -jyD -kdD -lth -lth -lth -lth -lth -lth -lth -xtI +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +amA +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +hVd +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX "} diff --git a/_maps/map_files/cyberiad/z2222.dmm b/_maps/map_files/cyberiad/z2222.dmm new file mode 100644 index 000000000000..952fdcc11631 --- /dev/null +++ b/_maps/map_files/cyberiad/z2222.dmm @@ -0,0 +1,94190 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aad" = ( +/turf/unsimulated/wall, +/area/event_zone) +"aal" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" + }, +/area/space) +"aaH" = ( +/obj/structure/sign/poster/contraband/atmosia_independence{ + name = "Declaration"; + pixel_y = 30 + }, +/obj/structure/mineral_door, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"aaN" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"aaV" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyred" + }, +/area/tdome/arena) +"abo" = ( +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"abH" = ( +/turf/unsimulated/wall{ + icon_state = "iron14"; + tag = "icon-iron14" + }, +/area/space) +"abQ" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/specops) +"aci" = ( +/obj/structure/flora/grass/brown, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"acm" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"acs" = ( +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"acu" = ( +/obj/structure/flora/grass/brown, +/obj/structure/marker_beacon, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"adj" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"adL" = ( +/turf/simulated/floor, +/area/space) +"adR" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" + }, +/area/space) +"adX" = ( +/obj/machinery/computer/card/centcom{ + req_access = list(150) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"aeh" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall0"; + layer = 5; + tag = "icon-wall3 (NORTH)" + }, +/area/ussp_ship) +"aen" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/machinery/light/small{ + brightness_range = 2; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"aeY" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"afk" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"afr" = ( +/obj/effect/decal/warning_stripes/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"agu" = ( +/turf/unsimulated/floor{ + icon_state = "blcarpet03"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"agI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"agK" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"agO" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"agV" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone3) +"ahI" = ( +/obj/docking_port/stationary/transit{ + dheight = 9; + dir = 2; + dwidth = 5; + height = 22; + id = "syndicate_transit"; + name = "syndicate in transit"; + width = 18 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"ahL" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/space) +"aiF" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ajr" = ( +/obj/structure/table/wood/poker, +/obj/item/storage/box/ids, +/obj/item/storage/box/ids, +/obj/item/storage/box/PDAs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/PDAs{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"ajN" = ( +/obj/structure/table/glass, +/turf/unsimulated/floor{ + icon_state = "blcarpet02"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"akm" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + use_power = 0 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_depot/core) +"akn" = ( +/obj/structure/chair/comfy/red{ + color = "#000000"; + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "blcarpet02"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"akH" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign4"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"akM" = ( +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/obj/machinery/vending/cigarette/free{ + slogan_list = list("Just remember! No capitalist.","Best enjoyed with Vodka!.","Smoke!","Nine out of ten USSP scientists agree, smoking reduces stress!","There's no cigarette like a Russian cigarette!","Cigarettes! Now with 100% less capitalism.") + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"amg" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone1-bathroom1"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"amT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"anx" = ( +/turf/space, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/centcom/specops) +"anQ" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/centcom/zone1) +"aog" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/zone2) +"aol" = ( +/turf/simulated/floor/lubed, +/area/centcom/zone1) +"aoG" = ( +/obj/machinery/computer/teleporter{ + req_access = list(150) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"aoQ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/pistol, +/turf/unsimulated/floor/wood, +/area/admin) +"aoU" = ( +/obj/machinery/teleport/station, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"apV" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + icon_state = "door_locked"; + id_tag = "emergency_away"; + locked = 1; + name = "Arrival Airlock"; + req_access = null + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"aqc" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"aqy" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"aqH" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"arb" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 11; + id = "trade_sol_transit"; + name = "trade_sol in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/horizontal, +/area/space) +"arh" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"art" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + icon_state = "door_locked"; + id_tag = "emergency_away"; + locked = 1; + name = "Arrival Airlock"; + req_access = null + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"arz" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/obj/machinery/ai_status_display{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"arN" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"asB" = ( +/obj/machinery/door_control{ + id = "CC_supply_space"; + name = "Supply Blastdoor"; + pixel_x = 4; + pixel_y = 30; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"asG" = ( +/obj/structure/flora/tree/pine{ + pixel_x = 1 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"atP" = ( +/obj/machinery/computer, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"atZ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"auE" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/noisecannon, +/turf/unsimulated/floor/wood, +/area/admin) +"auJ" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/bridge) +"avm" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/evac) +"avA" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"avK" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/evac) +"avN" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"avP" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"avS" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"awl" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"awo" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid6"; + tag = "icon-asteroid6" + }, +/area/holodeck/source_desert) +"axi" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor, +/area/centcom/supply) +"axm" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"axs" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + icon_state = "floorlattice" + }, +/area/centcom/zone1) +"axz" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"axG" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"ays" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/dress/dress_saloon, +/obj/item/clothing/head/hairflower, +/turf/simulated/floor/holofloor{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"ayC" = ( +/obj/machinery/computer, +/turf/simulated/floor, +/area/centcom/bridge) +"ayD" = ( +/obj/effect/turf_decal/arrows/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"aAh" = ( +/obj/structure/bookcase/random, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/syndicate_mothership) +"aAP" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"aAV" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"aBJ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"aCg" = ( +/obj/effect/landmark/costume/random, +/obj/structure/rack/holorack, +/turf/simulated/floor/holofloor{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"aCp" = ( +/obj/structure/table/wood, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor, +/area/centcom/supply) +"aCQ" = ( +/obj/item/gun/magic/staff, +/obj/item/gun/magic/staff/chaos, +/obj/item/gun/magic/staff/door, +/obj/item/gun/magic/staff/animate, +/obj/item/gun/magic/staff/change, +/obj/item/gun/magic/staff/chaos, +/obj/item/gun/magic/staff/door, +/obj/item/gun/magic/staff/focus, +/obj/item/gun/magic/staff/healing, +/obj/item/gun/magic/staff/focus, +/obj/item/gun/magic/staff/slipping, +/obj/item/gun/magic/staff/slipping/honkmother, +/obj/item/gun/magic/staff/spellblade, +/obj/item/gun/magic/tentacle, +/obj/item/gun/magic/wand, +/obj/item/gun/magic/wand/door, +/obj/item/gun/magic/wand/fireball, +/obj/item/gun/magic/wand/polymorph, +/obj/item/gun/magic/wand/resurrection, +/obj/item/gun/magic/wand/teleport, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"aCU" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_wildlife) +"aCW" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"aDd" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"aDk" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/jail) +"aDu" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"aDv" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"aDO" = ( +/turf/space, +/area/syndicate_mothership) +"aEl" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone1) +"aEm" = ( +/turf/unsimulated/beach/water/deep/dense, +/area/centcom/evac) +"aFj" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"aFQ" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/event_zone) +"aGx" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/event_zone) +"aGy" = ( +/obj/docking_port/stationary/transit{ + dwidth = 1; + height = 4; + id = "pod1_transit"; + name = "pod 1 in transit"; + width = 3 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"aGZ" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/court) +"aHs" = ( +/obj/docking_port/stationary/transit{ + dwidth = 1; + height = 4; + id = "pod2_transit"; + name = "pod 2 in transit"; + width = 3 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"aHF" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/event_zone) +"aHW" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"aHX" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"aIu" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT0"; + name = "Launch Bay #0" + }, +/turf/simulated/floor, +/area/centcom/specops) +"aIw" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"aJi" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/zone3) +"aJk" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"aJn" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"aJr" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/plushie/coffee_fox{ + desc = "Что делает такая прекрасная лиса в таком ужасном месте? Возможно она кого то символизирует, но скорее всего это лишь ваши фантазии. \n Вы замечаете небольшую заметку на бирке игрушки, однако все что удается вам разглядеть это Sl-end-er."; + name = "Лиса?" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"aMn" = ( +/obj/item/radio/intercom/specops{ + pixel_y = 32 + }, +/obj/machinery/computer/communications, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"aMO" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"aNa" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"aNw" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/stock_parts/cell/infinite{ + desc = "Интересная батарейка золотого цвета, главный вопрос который вас терзает - а что она делает в космосе? \n Жаль что контакты окислились."; + name = "Батарейка в космосе?" + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"aNy" = ( +/obj/structure/chair/comfy/beige{ + dir = 8; + layer = 5; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"aNR" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed"; + req_access_txt = "114" + }, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"aNT" = ( +/obj/structure/chair/comfy/blue{ + dir = 1 + }, +/obj/effect/landmark{ + name = "tdomeobserve" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/tdome/tdomeobserve) +"aOy" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"aOB" = ( +/obj/structure/chair/comfy/beige{ + dir = 1; + layer = 5; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"aOV" = ( +/obj/item/paper_bin/nanotrasen, +/obj/structure/table/wood/poker, +/obj/item/pen/multi/gold, +/obj/item/stamp/chameleon, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"aOX" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"aPq" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"aPu" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"aPM" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"aQI" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid8"; + tag = "icon-asteroid8 (EAST)" + }, +/area/holodeck/source_desert) +"aRo" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"aRB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"aSs" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/centcom/jail) +"aSw" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"aSD" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"aSM" = ( +/turf/simulated/floor/holofloor{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"aTi" = ( +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"aTj" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/centcom/jail) +"aTA" = ( +/obj/effect/landmark{ + name = "Holocarp Spawn" + }, +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_wildlife) +"aTB" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"aTZ" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"aUf" = ( +/obj/structure/holohoop{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/green, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"aUH" = ( +/obj/effect/landmark{ + name = "Atmospheric Test Start" + }, +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Burn-Mix Floor"; + nitrogen = 0; + oxygen = 2500; + temperature = 370; + toxins = 5000 + }, +/area/holodeck/source_burntest) +"aVp" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"aVB" = ( +/obj/structure/table/holotable, +/obj/item/clothing/suit/armor/riot/knight/red, +/obj/item/clothing/head/helmet/riot/knight/red, +/obj/item/holo/claymore/red, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"aVF" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_plating) +"aWu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"aXj" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"aXk" = ( +/obj/structure/table/wood/poker, +/obj/item/card/id/syndicate/anyone{ + name = "BOSS OF THE GYM" + }, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"aXF" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"aXG" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid2"; + tag = "icon-asteroid2 (EAST)" + }, +/area/holodeck/source_desert) +"aYx" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood_siding2"; + tag = "icon-wood_siding2 (EAST)" + }, +/area/holodeck/source_picnicarea) +"aYz" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood_siding2"; + tag = "icon-wood_siding2 (EAST)" + }, +/area/holodeck/source_picnicarea) +"aYK" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"aZe" = ( +/obj/structure/dresser, +/obj/structure/mirror/magic{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"aZF" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "What?" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"aZO" = ( +/obj/structure/table/wood/poker, +/obj/item/clothing/shoes/roman, +/obj/item/clothing/under/roman, +/obj/item/shield/riot/roman, +/obj/item/clothing/head/helmet/roman/legionaire, +/obj/item/twohanded/spear/bonespear, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"aZQ" = ( +/obj/item/ammo_casing/c9mm{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/ammo_casing/c9mm{ + dir = 8 + }, +/obj/item/ammo_casing/c9mm{ + dir = 9; + pixel_x = 8; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"aZS" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/captain/scattershot, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon/cyborg, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"aZY" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/mint, +/obj/item/reagent_containers/food/drinks/bottle/cream, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"bag" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"bbX" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid11"; + tag = "icon-asteroid11 (EAST)" + }, +/area/holodeck/source_desert) +"bce" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"bdk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"bdA" = ( +/turf/simulated/floor/holofloor{ + icon_state = "siding1"; + tag = "icon-siding1" + }, +/area/holodeck/source_theatre) +"ben" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"beo" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"bex" = ( +/obj/structure/chair/comfy/red{ + color = "#000000"; + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "blcarpet05"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"bfl" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/evac) +"bfC" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"bfT" = ( +/turf/simulated/floor/holofloor{ + icon_state = "rampbottom"; + tag = "icon-rampbottom" + }, +/area/holodeck/source_theatre) +"bgC" = ( +/obj/effect/turf_decal/loading_area/white, +/obj/effect/turf_decal/caution/stand_clear/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"bgS" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"bgU" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"bhp" = ( +/obj/machinery/status_display/supply_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"bhG" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"bhT" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"big" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"biv" = ( +/obj/structure/rack/holorack, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/supply) +"biy" = ( +/obj/effect/decal/warning_stripes/green/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"biT" = ( +/obj/machinery/door/airlock/wood/glass, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"biX" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_desert) +"bjp" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/ionrifle, +/turf/unsimulated/floor/wood, +/area/admin) +"bjE" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"bjO" = ( +/obj/structure/holohoop, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"bjW" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding5"; + tag = "icon-wood_siding5" + }, +/area/holodeck/source_picnicarea) +"bko" = ( +/obj/structure/chair/stool/holostool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"bky" = ( +/obj/structure/table/holotable/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"bkF" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding9"; + tag = "icon-wood_siding9" + }, +/area/holodeck/source_picnicarea) +"bla" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"bln" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood"; + tag = "icon-wood (EAST)" + }, +/area/holodeck/source_theatre) +"blo" = ( +/obj/item/flag/nt, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"bmi" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet6-2"; + tag = "icon-carpet6-2 (EAST)" + }, +/area/holodeck/source_theatre) +"bmv" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (NORTH)" + }, +/turf/space, +/area/space) +"bmO" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet14-10"; + tag = "icon-carpet14-10 (EAST)" + }, +/area/holodeck/source_theatre) +"bmW" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet10-8"; + tag = "icon-carpet10-8 (EAST)" + }, +/area/holodeck/source_theatre) +"bnq" = ( +/obj/machinery/light_switch{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/event_zone) +"bnz" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"bnM" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/space) +"boo" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"bor" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/shreds, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/centcom/zone1) +"bpb" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "navyblue" + }, +/area/tdome/tdome1) +"bqa" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"bqe" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"bqx" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid5"; + tag = "icon-asteroid5" + }, +/area/holodeck/source_desert) +"brx" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding6"; + tag = "icon-wood_siding6" + }, +/area/holodeck/source_picnicarea) +"brG" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding10"; + tag = "icon-wood_siding10" + }, +/area/holodeck/source_picnicarea) +"brK" = ( +/obj/item/clothing/glasses/sunglasses/yeah, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"bst" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet7-3"; + tag = "icon-carpet7-3 (EAST)" + }, +/area/holodeck/source_theatre) +"bsQ" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet15-15"; + tag = "icon-carpet15-15 (EAST)" + }, +/area/holodeck/source_theatre) +"btp" = ( +/obj/structure/chair/sofa{ + dir = 9 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"btr" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet11-12"; + tag = "icon-carpet11-12 (EAST)" + }, +/area/holodeck/source_theatre) +"btw" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"bue" = ( +/obj/structure/table/wood/poker, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"buk" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"buq" = ( +/obj/structure/table/wood/poker, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"buH" = ( +/turf/simulated/floor/carpet, +/area/centcom/evac) +"bwi" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"bxc" = ( +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"bxp" = ( +/obj/machinery/computer/station_alert, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"byL" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcircuit" + }, +/area/syndicate_mothership) +"bzf" = ( +/obj/item/flag/nt, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"bzH" = ( +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/tdome/tdome2) +"bzL" = ( +/obj/structure/table/wood, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor, +/area/centcom/supply) +"bzZ" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"bAb" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/chili, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"bBg" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"bBx" = ( +/obj/machinery/computer/pod/deathsquad, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"bCt" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"bDp" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"bDY" = ( +/obj/structure/chair/sofa/right, +/turf/unsimulated/floor{ + icon_state = "blcarpet01"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"bEg" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6 + }, +/area/trader_station/sol) +"bEo" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/supply) +"bEv" = ( +/obj/structure/chair/sofa, +/turf/unsimulated/floor{ + icon_state = "blcarpet02"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"bEy" = ( +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"bHj" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"bHn" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/plasmaman/wizard, +/obj/item/clothing/head/helmet/space/plasmaman/wizard, +/obj/item/clothing/mask/breath, +/obj/item/tank/plasma/plasmaman/belt/full, +/turf/unsimulated/floor{ + icon_state = "carpet11-12" + }, +/area/wizard_station) +"bHZ" = ( +/obj/machinery/door/airlock{ + name = "Туалет" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"bIY" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/turf/simulated/floor, +/area/centcom/supply) +"bJa" = ( +/obj/structure/table, +/obj/item/gun/projectile/automatic/pistol/enforcer/security, +/obj/item/gun/projectile/automatic/pistol/enforcer/security, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"bJA" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet2-0"; + tag = "icon-carpet2-0 (EAST)" + }, +/area/holodeck/source_theatre) +"bJB" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"bJV" = ( +/obj/structure/table/wood, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"bLY" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/obj/machinery/ai_status_display{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"bMp" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"bML" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"bNt" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"bNu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"bNZ" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/obj/machinery/status_display{ + pixel_y = -30 + }, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"bOp" = ( +/obj/structure/table/wood/poker, +/obj/item/radio/intercom/syndicate, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"bOs" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 + }, +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"bOD" = ( +/obj/structure/table/wood/poker, +/obj/machinery/door_control{ + id = "eventroom"; + name = "Ready room"; + pixel_x = -6; + pixel_y = 6; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"bOS" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"bPg" = ( +/obj/structure/flora/rock{ + color = "#3366ff" + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"bPn" = ( +/obj/machinery/door_control{ + id = "CC_space_jail_cell"; + name = "Central Command Jail Cell's"; + pixel_y = -30; + req_access_txt = "110" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"bQf" = ( +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"bQR" = ( +/obj/structure/chair/stool, +/obj/structure/chair/stool, +/obj/structure/chair/stool, +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"bRw" = ( +/obj/machinery/vending/toyliberationstation{ + contraband = null; + products = list(/obj/item/gun/projectile/automatic/toy = 10, /obj/item/gun/projectile/automatic/toy/pistol = 10, /obj/item/gun/projectile/shotgun/toy = 10, /obj/item/toy/sword = 10, /obj/item/ammo_box/foambox = 20, /obj/item/toy/foamblade = 10, /obj/item/toy/syndicateballoon = 10, /obj/item/clothing/suit/syndicatefake = 5, /obj/item/clothing/head/syndicatefake = 5, /obj/item/gun/projectile/shotgun/toy/crossbow = 10, /obj/item/gun/projectile/automatic/c20r/toy/riot = 10, /obj/item/gun/projectile/automatic/l6_saw/toy/riot = 10, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 10, /obj/item/ammo_box/foambox/riot = 20, /obj/item/toy/katana = 10, /obj/item/twohanded/dualsaber/toy = 5, /obj/item/toy/cards/deck/syndicate = 10) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"bRx" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"bRQ" = ( +/obj/machinery/vending/sustenance, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"bSk" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 5; + id = "laborcamp_transit"; + name = "labor in transit"; + width = 9 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"bSn" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/hos, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"bSM" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"bTf" = ( +/obj/machinery/vending/sovietsoda, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"bTs" = ( +/obj/structure/table, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"bUb" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"bUR" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/corn, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"bVa" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding1"; + tag = "icon-wood_siding1" + }, +/area/holodeck/source_picnicarea) +"bVx" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"bWt" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding1"; + tag = "icon-wood_siding1" + }, +/area/holodeck/source_picnicarea) +"bWy" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet3-0"; + tag = "icon-carpet3-0 (EAST)" + }, +/area/holodeck/source_theatre) +"bXb" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"bXt" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"bXz" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/centcom/zone1) +"bYR" = ( +/obj/structure/marker_beacon, +/turf/unsimulated/floor/snow{ + color = "#d9d9d9" + }, +/area/syndicate_mothership) +"bZl" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "eventroom"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/event_zone) +"bZw" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"bZD" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"bZL" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid1"; + tag = "icon-asteroid1 (EAST)" + }, +/area/holodeck/source_desert) +"cao" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/kitchen/knife, +/obj/item/kitchen/rollingpin, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"cbf" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/mob/living/simple_animal/turkey, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"cbH" = ( +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 + }, +/obj/structure/table, +/turf/simulated/floor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"cbJ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"cbL" = ( +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"ccm" = ( +/obj/machinery/power/solar_control{ + id = "portsolar"; + name = "Aft Port Solar Control" + }, +/obj/structure/cable, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ccE" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"ccG" = ( +/obj/structure/table/holotable, +/obj/item/clothing/suit/armor/riot/knight/blue, +/obj/item/clothing/head/helmet/riot/knight/blue, +/obj/item/holo/claymore/blue, +/turf/simulated/floor/holofloor{ + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"cde" = ( +/obj/machinery/chem_dispenser/soda/upgraded{ + emagged = 1 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"cdB" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/deagle, +/obj/item/gun/projectile/automatic/pistol/deagle/camo, +/obj/item/gun/projectile/automatic/pistol/deagle/gold, +/turf/unsimulated/floor/wood, +/area/admin) +"cdY" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"cdZ" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"ceK" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"ceQ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"cfp" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"cgd" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid3"; + tag = "icon-asteroid3 (EAST)" + }, +/area/holodeck/source_desert) +"cgA" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"cht" = ( +/obj/effect/overlay/coconut, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"chW" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet1-0"; + tag = "icon-carpet1-0 (EAST)" + }, +/area/holodeck/source_theatre) +"cig" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"civ" = ( +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ciF" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet5-1"; + tag = "icon-carpet5-1 (EAST)" + }, +/area/holodeck/source_theatre) +"ciN" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"cjc" = ( +/turf/simulated/floor/carpet, +/area/centcom/specops) +"cjm" = ( +/obj/item/flag/nt, +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"cjQ" = ( +/obj/item/flag/nt, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ckg" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet13-5"; + tag = "icon-carpet13-5 (EAST)" + }, +/area/holodeck/source_theatre) +"cko" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet9-4"; + tag = "icon-carpet9-4 (EAST)" + }, +/area/holodeck/source_theatre) +"ckt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/centcom/evac) +"cln" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/jail) +"clx" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"cmf" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"cmK" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"cmZ" = ( +/obj/structure/dresser, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"cnh" = ( +/turf/unsimulated/wall{ + dir = 4; + icon_state = "iron7"; + tag = "icon-iron11" + }, +/area/space) +"cnp" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/seeds/apple, +/obj/item/seeds/apple, +/obj/item/seeds/apple, +/obj/item/seeds/carrot, +/obj/item/seeds/carrot, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"cnE" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"coo" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"coQ" = ( +/obj/machinery/computer/shuttle/ferry, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"cpC" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"cpE" = ( +/obj/structure/mineral_door/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"cpK" = ( +/turf/simulated/floor/holofloor{ + icon_state = "grimy"; + tag = "icon-grimy" + }, +/area/holodeck/source_meetinghall) +"cqK" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"cqQ" = ( +/obj/structure/holohoop, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"crb" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"crc" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"cri" = ( +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"crS" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (WEST)" + }, +/area/ussp_ship) +"cst" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"cth" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/under/color/red, +/obj/item/holo/esword/red, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"ctr" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"cty" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"ctA" = ( +/obj/structure/piano{ + icon_state = "piano" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"ctJ" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"ctN" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"ctX" = ( +/obj/structure/closet/secure_closet/personal, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"ctZ" = ( +/obj/structure/chair/sofa/left, +/turf/unsimulated/floor{ + icon_state = "blcarpet03"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"cue" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"cur" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"cvV" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet4-0"; + tag = "icon-carpet4-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"cvW" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "carpetsymbol"; + tag = "icon-carpetsymbol (SOUTHEAST)" + }, +/area/holodeck/source_meetinghall) +"cxA" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet8-0"; + tag = "icon-carpet8-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"cxQ" = ( +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"cye" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"czl" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_basketball) +"czp" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cAc" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"cAS" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/obj/item/reagent_containers/syringe/charcoal, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/storage/box/gloves, +/obj/item/storage/box/masks{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/clothing/glasses/hud/health, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"cBh" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"cBp" = ( +/obj/item/ammo_box/magazine/sniper_rounds/compact{ + name = "sniper rounds (DAC-1W)" + }, +/obj/item/ammo_box/magazine/sniper_rounds/compact{ + name = "sniper rounds (DAC-1W)" + }, +/obj/item/ammo_box/magazine/sniper_rounds/compact{ + name = "sniper rounds (DAC-1W)" + }, +/obj/item/ammo_box/magazine/sniper_rounds/compact{ + name = "sniper rounds (DAC-1W)" + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "DAC-1W ammo"; + req_access = null; + req_access_txt = "114" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"cBt" = ( +/turf/space, +/area/centcom/specops) +"cBM" = ( +/obj/effect/overlay/palmtree_r, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"cCb" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "blcarpet01"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"cCy" = ( +/obj/effect/overlay/palmtree_l, +/obj/effect/overlay/coconut, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"cCP" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 2 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"cCW" = ( +/obj/item/mecha_parts/mecha_equipment/cable_layer, +/obj/item/mecha_parts/mecha_equipment/drill/diamonddrill, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, +/obj/item/mecha_parts/mecha_equipment/rcd, +/obj/item/mecha_parts/mecha_equipment/extinguisher, +/obj/structure/closet/crate, +/turf/unsimulated/floor/wood, +/area/admin) +"cDb" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/advtaser, +/obj/item/gun/energy/gun/advtaser/cyborg, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"cDK" = ( +/obj/structure/flora/rock, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"cDS" = ( +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/pulse, +/obj/item/mecha_parts/mecha_equipment/weapon/honker, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/structure/closet/crate, +/turf/unsimulated/floor/wood, +/area/admin) +"cEG" = ( +/obj/structure/flora/tree/pine, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"cFg" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + name = "Syndicate-Commando"; + tag = "Commando" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"cFh" = ( +/obj/machinery/vending/cigarette/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cFG" = ( +/mob/living/simple_animal/turkey, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"cGe" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/evac) +"cGp" = ( +/obj/structure/table/holotable/wood, +/turf/simulated/floor/holofloor{ + icon_state = "grimy"; + tag = "icon-grimy" + }, +/area/holodeck/source_meetinghall) +"cGR" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"cGW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/centcom/jail) +"cHa" = ( +/obj/effect/turf_decal/mech, +/turf/unsimulated/floor/wood, +/area/admin) +"cHq" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/gun/projectile/automatic/sniper_rifle{ + name = "ASVK" + }, +/obj/item/gun/projectile/automatic/sniper_rifle{ + name = "ASVK" + }, +/obj/item/gun/projectile/automatic/sniper_rifle{ + name = "ASVK" + }, +/obj/item/gun/projectile/automatic/sniper_rifle{ + name = "ASVK" + }, +/obj/item/gun/projectile/automatic/sniper_rifle{ + name = "ASVK" + }, +/obj/item/gun/projectile/automatic/sniper_rifle{ + name = "ASVK" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"cHw" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/unsimulated/floor/wood, +/area/admin) +"cHx" = ( +/turf/simulated/floor/grass, +/area/centcom/zone1) +"cHU" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/flora/tree/pine{ + color = "#336633" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"cIe" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"cIq" = ( +/obj/structure/flora/grass/green, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"cIu" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"cIH" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/bridge) +"cIW" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"cJh" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet6-0"; + tag = "icon-carpet6-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"cJL" = ( +/obj/structure/chair/comfy/purp{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/specops) +"cKw" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet14-0"; + tag = "icon-carpet14-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"cLn" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet10-0"; + tag = "icon-carpet10-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"cLA" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"cLM" = ( +/obj/structure/table/wood, +/obj/item/pen/fancy, +/obj/item/folder/yellow, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"cMm" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/specops) +"cMu" = ( +/obj/machinery/computer/teleporter, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"cNh" = ( +/turf/simulated/floor/holofloor{ + icon_state = "red" + }, +/area/holodeck/source_basketball) +"cNH" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"cNO" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"cNY" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"cOo" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"cOr" = ( +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/obj/structure/table/wood, +/obj/machinery/computer/secure_data/laptop{ + desc = "Похоже, что на данном ноутбуке открыт какой-то старый браузер, со включенной вкладкой Twitch BANDA."; + name = "Ноутбук" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"cON" = ( +/turf/unsimulated/floor{ + icon_state = "navyred" + }, +/area/tdome/tdome2) +"cOS" = ( +/obj/machinery/computer/cryopod/robot{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"cOV" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"cPl" = ( +/obj/item/clothing/under/rainbow, +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"cPW" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"cPX" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/mashed_potatoes, +/obj/item/reagent_containers/food/snacks/mashed_potatoes, +/obj/item/reagent_containers/food/snacks/mashed_potatoes, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"cPY" = ( +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"cQr" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"cQE" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"cRb" = ( +/obj/docking_port/stationary{ + dwidth = 5; + height = 7; + id = "supply_away"; + name = "supply centcom"; + turf_type = /turf/simulated/floor; + width = 12 + }, +/turf/simulated/floor, +/area/space) +"cRy" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cSa" = ( +/obj/structure/table, +/obj/machinery/door_control{ + id = "thunderdome"; + name = "Thunder start"; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/tdome/tdomeadmin) +"cSg" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" + }, +/area/centcom/zone1) +"cUj" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor, +/turf/simulated/floor, +/area/centcom/specops) +"cUA" = ( +/obj/machinery/dna_scannernew/upgraded, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"cUJ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/specops) +"cUY" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"cVI" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"cVV" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"cWv" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"cWL" = ( +/obj/mecha/combat/reticence/loaded, +/turf/unsimulated/floor/wood, +/area/admin) +"cXb" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"cXj" = ( +/obj/structure/table/wood, +/turf/simulated/floor/grass, +/area/centcom/evac) +"cXD" = ( +/obj/structure/table, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"cYJ" = ( +/obj/mecha/makeshift, +/turf/unsimulated/floor/wood, +/area/admin) +"cYU" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"cYX" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/centcom/evac) +"cYY" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"cZg" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"daa" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"daV" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet7-0"; + tag = "icon-carpet7-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"dbc" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet15-0"; + tag = "icon-carpet15-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"dcE" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet11-0"; + tag = "icon-carpet11-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"des" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"deC" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "Zone1-bathroom5"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"deI" = ( +/obj/machinery/vending/snack/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"dfd" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"dfD" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + name = "Access Controller OP3"; + pixel_y = 32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP3-Ext"; + tag_interior_door = "CC-OP3-Int" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"dgj" = ( +/turf/unsimulated/wall{ + icon_state = "iron1" + }, +/area/syndicate_mothership) +"dgl" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"dgx" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"dgC" = ( +/obj/item/beach_ball, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"dgN" = ( +/obj/structure/filingcabinet/security, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"dgY" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"dgZ" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -30 + }, +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"dhe" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"dhp" = ( +/obj/item/flag/nt, +/turf/simulated/floor/carpet/black, +/area/centcom/zone2) +"dhB" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer/upgraded, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"dhX" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"did" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"diS" = ( +/obj/structure/flora/tree/palm, +/obj/item/beach_ball, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"dkg" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"dkl" = ( +/obj/mecha/combat/phazon{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor/wood, +/area/admin) +"dkQ" = ( +/obj/mecha/combat/marauder/loaded{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor/wood, +/area/admin) +"dkV" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"dlq" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"dlL" = ( +/obj/item/beach_ball/holoball, +/turf/simulated/floor/holofloor, +/area/holodeck/source_basketball) +"dlU" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"dlV" = ( +/obj/machinery/door/window{ + dir = 2; + panel_open = 1; + req_access_txt = "110" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"dmI" = ( +/obj/machinery/teleport/station, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"dmZ" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"dnh" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"dnq" = ( +/turf/unsimulated/floor{ + icon_state = "blcarpet05"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"dnT" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (NORTH)" + }, +/turf/space, +/turf/space, +/area/space) +"dog" = ( +/obj/mecha/combat/gygax/dark/loaded{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor/wood, +/area/admin) +"dpH" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/centcom/supply) +"dpS" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"dpW" = ( +/obj/machinery/computer/card/centcom, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = 25 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone2) +"dqS" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/bridge) +"drn" = ( +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"drp" = ( +/obj/structure/table, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = -3 + }, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/storage/toolbox/syndicate, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"drJ" = ( +/obj/mecha/combat/marauder/seraph/loaded, +/turf/unsimulated/floor/wood, +/area/admin) +"drU" = ( +/obj/structure/flora/grass/brown, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"dsW" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_basketball) +"dts" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + name = "Master R&D Server Controller" + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone2) +"dtL" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/zone2) +"dua" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/centcom/evac) +"dug" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/jail) +"duz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"duC" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/shuttle, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"duF" = ( +/turf/simulated/floor/holofloor{ + icon_state = "sand"; + name = "Soft sand" + }, +/area/holodeck/source_beach) +"duM" = ( +/obj/mecha/combat/marauder/mauler/loaded{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor/wood, +/area/admin) +"dvK" = ( +/obj/mecha/combat/honker/loaded{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor/wood, +/area/admin) +"dwH" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/obj/structure/mirror{ + pixel_y = -30 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"dxC" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"dzo" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet5-0"; + tag = "icon-carpet5-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"dzv" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet13-0"; + tag = "icon-carpet13-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"dzB" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet9-0"; + tag = "icon-carpet9-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"dzC" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"dzV" = ( +/turf/simulated/floor/beach/coastline, +/area/holodeck/source_beach) +"dAa" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"dAs" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"dAN" = ( +/obj/machinery/light{ + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/centcom/evac) +"dBr" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_basketball) +"dBu" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"dBz" = ( +/turf/simulated/floor/beach/water, +/area/holodeck/source_beach) +"dBD" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"dCf" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"dCl" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"dCo" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/under/color/green, +/obj/item/holo/esword/green, +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"dCZ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"dDo" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"dEq" = ( +/obj/structure/flora/tree/pine{ + pixel_x = 1 + }, +/obj/structure/flora/grass/brown, +/turf/unsimulated/floor/snow{ + color = "#d9d9d9" + }, +/area/syndicate_mothership) +"dEv" = ( +/obj/item/flag/nt, +/obj/machinery/light{ + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/centcom/evac) +"dFy" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"dFP" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"dFS" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_supply_external"; + layer = 5; + locked = 1; + name = "Central Command Supply External Shutte" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"dFZ" = ( +/obj/structure/closet, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/head/panzer{ + desc = "An oldschool military softcap."; + name = "old military cap" + }, +/obj/item/clothing/head/panzer{ + desc = "An oldschool military softcap."; + name = "old military cap" + }, +/obj/item/clothing/under/soviet, +/obj/item/clothing/under/soviet, +/obj/item/clothing/under/soviet, +/obj/item/clothing/under/soviet, +/obj/item/clothing/under/soviet, +/obj/item/clothing/under/soviet, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/panzer{ + desc = "An oldschool military softcap."; + name = "old military cap" + }, +/obj/item/clothing/head/panzer{ + desc = "An oldschool military softcap."; + name = "old military cap" + }, +/obj/item/clothing/head/panzer{ + desc = "An oldschool military softcap."; + name = "old military cap" + }, +/obj/item/clothing/head/panzer{ + desc = "An oldschool military softcap."; + name = "old military cap" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"dGm" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"dGv" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"dGW" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/belt/fannypack/black, +/obj/item/storage/belt/fannypack/black, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"dHe" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"dHh" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"dHJ" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"dId" = ( +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"dJa" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/soymilk, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"dJV" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"dKv" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"dKN" = ( +/obj/structure/flora/grass/brown, +/obj/structure/flora/tree/pine{ + pixel_x = 1 + }, +/turf/unsimulated/floor/snow{ + color = "#d9d9d9" + }, +/area/syndicate_mothership) +"dLo" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"dLs" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" + }, +/area/space) +"dMh" = ( +/turf/unsimulated/wall{ + icon_state = "iron13"; + tag = "icon-iron13" + }, +/area/space) +"dMq" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"dMS" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" + }, +/area/space) +"dNg" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"dNE" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"dOF" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"dOW" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 1; + height = 4; + id = "pod2_away"; + name = "recovery ship bay 2"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor, +/area/space) +"dPP" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/space) +"dQf" = ( +/obj/structure/table/reinforced, +/obj/item/trash/plate, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"dQk" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"dQq" = ( +/obj/structure/bookcase, +/obj/item/book/manual/engineering_hacking, +/obj/item/book/manual/engineering_particle_accelerator, +/obj/item/book/manual/engineering_singularity_safety, +/obj/item/book/manual/evaguide, +/obj/item/book/manual/experimentor, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"dQy" = ( +/turf/unsimulated/wall{ + desc = "The door appears to be locked tightly."; + icon = 'icons/obj/doors/airlocks/hatch/centcom.dmi'; + icon_state = "closed"; + name = "Locked Door" + }, +/area/space) +"dRt" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/fans/tiny, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/ussp_ship) +"dRK" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/zone1) +"dRR" = ( +/obj/item/flag/syndi, +/obj/item/radio/intercom/syndicate{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"dRY" = ( +/obj/machinery/door/airlock/centcom{ + name = "Anteroom"; + opacity = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"dSv" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/envy, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"dSF" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone2) +"dSX" = ( +/obj/structure/bookcase/manuals, +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"dTo" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/combat/survival/bone, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"dTy" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/carrotshiv, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"dUl" = ( +/obj/structure/table{ + dir = 4; + flipped = 1; + icon_state = "tableflip1-" + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"dUo" = ( +/obj/item/gun/syringe/syndicate, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"dUz" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"dUL" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/food/condiment/enzyme, +/obj/item/reagent_containers/glass/beaker, +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"dUX" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/butcher/meatcleaver, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"dVm" = ( +/obj/structure/bookcase/manuals, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"dVH" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign1"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"dVM" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"dWz" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/butcher, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"dXf" = ( +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/centcom/specops) +"dXr" = ( +/obj/structure/table/wood, +/obj/item/nullrod/tribal_knife, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"dYk" = ( +/obj/structure/dresser, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"dZz" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/combat/survival, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"dZJ" = ( +/obj/structure/table/wood, +/obj/item/hatchet/unathiknife, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"dZP" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"dZT" = ( +/obj/structure/table/wood, +/obj/item/twohanded/fireaxe/energized, +/obj/item/twohanded/fireaxe, +/turf/unsimulated/floor/wood, +/area/admin) +"eak" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r, +/obj/item/gun/projectile/automatic/c20r/sc_c20r, +/turf/unsimulated/floor/wood, +/area/admin) +"eau" = ( +/obj/structure/table/wood, +/obj/item/storage/bible, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"eax" = ( +/obj/item/gun/syringe/blowgun, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"eaY" = ( +/obj/machinery/door/airlock/external{ + id_tag = "supply_away"; + name = "Central Command Supply"; + req_access_txt = "31" + }, +/obj/machinery/door/poddoor{ + id_tag = "CC_supply_space"; + locked = 2; + name = "Supply Blastdoor" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor, +/area/centcom/supply) +"ebh" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/riot/short, +/turf/unsimulated/floor/wood, +/area/admin) +"ebR" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/space, +/area/ussp_ship) +"edY" = ( +/obj/item/gun/energy/telegun, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"eed" = ( +/obj/structure/table/wood, +/obj/item/suppressor{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/suppressor{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/suppressor{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/suppressor{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"eet" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"eeA" = ( +/obj/structure/chair/sofa{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"efo" = ( +/obj/structure/table/wood, +/obj/item/dnainjector/antiblind, +/obj/item/dnainjector/anticlumsy, +/obj/item/dnainjector/anticomic, +/obj/item/dnainjector/anticough, +/obj/item/dnainjector/antideaf, +/obj/item/dnainjector/antiepi, +/obj/item/dnainjector/antifire, +/obj/item/dnainjector/antiglasses, +/obj/item/dnainjector/antihallucination, +/obj/item/dnainjector/antihulk, +/obj/item/dnainjector/antiinsulation, +/obj/item/dnainjector/antimidgit, +/obj/item/dnainjector/antimorph, +/obj/item/dnainjector/antinobreath, +/obj/item/dnainjector/antinoprints, +/obj/item/dnainjector/antiregenerate, +/obj/item/dnainjector/antiremoteview, +/obj/item/dnainjector/antirunfast, +/obj/item/dnainjector/antistutt, +/obj/item/dnainjector/antitele, +/obj/item/dnainjector/antitour, +/obj/item/dnainjector/antixray, +/turf/unsimulated/floor/wood, +/area/admin) +"efz" = ( +/obj/structure/table/wood, +/obj/item/dnainjector/blindmut, +/obj/item/dnainjector/clumsymut, +/obj/item/dnainjector/comic, +/obj/item/dnainjector/coughmut, +/obj/item/dnainjector/deafmut, +/obj/item/dnainjector/epimut, +/obj/item/dnainjector/firemut, +/obj/item/dnainjector/glassesmut, +/obj/item/dnainjector/h2m, +/obj/item/dnainjector/hallucination, +/obj/item/dnainjector/hulkmut, +/obj/item/dnainjector/insulation, +/obj/item/dnainjector/m2h, +/obj/item/dnainjector/midgit, +/obj/item/dnainjector/morph, +/obj/item/dnainjector/nobreath, +/obj/item/dnainjector/noprints, +/obj/item/dnainjector/regenerate, +/obj/item/dnainjector/remoteview, +/obj/item/dnainjector/runfast, +/obj/item/dnainjector/stuttmut, +/obj/item/dnainjector/telemut, +/obj/item/dnainjector/tourmut, +/obj/item/dnainjector/xraymut, +/turf/unsimulated/floor/wood, +/area/admin) +"efX" = ( +/obj/structure/table/wood, +/obj/item/paper/hydroponics, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"egj" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/mashed_potatoes, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"ehB" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"ehS" = ( +/obj/structure/filingcabinet/security, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"ehY" = ( +/obj/mecha/combat/durand/old{ + color = "#77895C"; + desc = "Improved Armored Heavy Mech with USSP Symbol"; + name = "TU-802" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"ehZ" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"ejn" = ( +/obj/structure/weightmachine/stacklifter, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/carpet, +/area/centcom/jail) +"ejS" = ( +/obj/machinery/atmospherics/unary/cryo_cell/upgraded, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"eka" = ( +/obj/structure/table/wood, +/obj/item/radio/headset, +/obj/item/radio/headset/abductor, +/obj/item/radio/headset/alt, +/obj/item/radio/headset/binary{ + name = "binary radio headset" + }, +/obj/item/radio/headset/bot{ + name = "bot radio headset" + }, +/obj/item/radio/headset/centcom, +/obj/item/radio/headset/chameleon{ + name = "chamelon radio headset" + }, +/obj/item/radio/headset/ert, +/obj/item/radio/headset/ert/alt/commander, +/obj/item/radio/headset/heads{ + name = "heads radio headset" + }, +/obj/item/radio/headset/heads/ai_integrated, +/obj/item/radio/headset/heads/blueshield/alt, +/obj/item/radio/headset/heads/captain/alt, +/obj/item/radio/headset/heads/ce, +/obj/item/radio/headset/heads/cmo, +/obj/item/radio/headset/heads/hop, +/obj/item/radio/headset/heads/hos, +/obj/item/radio/headset/heads/magistrate/alt, +/obj/item/radio/headset/heads/ntrep, +/obj/item/radio/headset/heads/rd, +/obj/item/radio/headset/headset_cargo, +/obj/item/radio/headset/headset_cargo/mining, +/obj/item/radio/headset/headset_com, +/obj/item/radio/headset/headset_eng, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_med, +/obj/item/radio/headset/headset_medsci, +/obj/item/radio/headset/headset_rob, +/obj/item/radio/headset/headset_sci, +/obj/item/radio/headset/headset_sec, +/obj/item/radio/headset/headset_sec/alt, +/obj/item/radio/headset/headset_service, +/obj/item/radio/headset/syndicate{ + name = "syndicate radio headset" + }, +/obj/item/radio/headset/syndicate/alt, +/obj/item/radio/headset/syndicate/alt/lavaland, +/obj/item/radio/headset/syndicate/alt/syndteam{ + name = "syndicate team headset" + }, +/turf/unsimulated/floor/wood, +/area/admin) +"ekD" = ( +/obj/structure/table/wood, +/obj/item/encryptionkey/headset_cargo, +/obj/item/encryptionkey/headset_com, +/obj/item/encryptionkey/headset_eng, +/obj/item/encryptionkey/headset_iaa, +/obj/item/encryptionkey/headset_med, +/obj/item/encryptionkey/headset_medsci, +/obj/item/encryptionkey/headset_rob, +/obj/item/encryptionkey/headset_sci, +/obj/item/encryptionkey/headset_sec, +/obj/item/encryptionkey/headset_service, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"ekK" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"ekL" = ( +/obj/machinery/vending/chinese/free, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"emj" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/fork, +/obj/item/lighter, +/obj/item/restraints/handcuffs/cable/red, +/obj/item/storage/box/mousetraps, +/obj/item/storage/fancy/cigarettes, +/obj/item/pen, +/turf/unsimulated/floor/wood, +/area/admin) +"emV" = ( +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/gun/syringe/rapidsyringe, +/obj/item/reagent_containers/spray/chemsprayer, +/obj/structure/closet, +/obj/item/gun/projectile/shotgun/sc_pump, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/turf/unsimulated/floor/wood, +/area/admin) +"emZ" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/carpet/black, +/area/centcom/zone2) +"ene" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"eng" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone3) +"enu" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate, +/obj/item/shard, +/obj/item/kitchen/knife, +/obj/item/storage/firstaid/tactical, +/turf/unsimulated/floor/wood, +/area/admin) +"enU" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"eod" = ( +/obj/machinery/optable, +/turf/unsimulated/floor/wood, +/area/admin) +"eoH" = ( +/obj/structure/table/wood, +/obj/effect/landmark{ + name = "Teleport-Scroll" + }, +/obj/item/radio/intercom/syndicate{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "carpetside" + }, +/area/wizard_station) +"eql" = ( +/obj/machinery/computer/operating, +/turf/unsimulated/floor/wood, +/area/admin) +"eqv" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/donut, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"esh" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/centcom/zone1) +"esS" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space, +/obj/item/clothing/suit/space, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space, +/obj/item/clothing/head/helmet/space, +/turf/unsimulated/floor/wood, +/area/admin) +"eta" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/zone2) +"etf" = ( +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"etk" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/hardsuit/syndi, +/obj/item/clothing/suit/space/hardsuit/syndi/elite{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"ets" = ( +/obj/structure/table, +/obj/random/tool, +/obj/random/bomb_supply, +/turf/unsimulated/floor/wood, +/area/admin) +"etG" = ( +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"etP" = ( +/obj/structure/table, +/obj/random/technology_scanner, +/obj/random/tech_supply, +/turf/unsimulated/floor/wood, +/area/admin) +"euc" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/bridge) +"eup" = ( +/obj/machinery/vending/snack/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"euE" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ewg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/space, +/area/ussp_ship) +"ewA" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ewB" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"exo" = ( +/obj/structure/closet/secure_closet/syndicate_officer, +/obj/item/suppressor, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"exS" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/zone1) +"exU" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"eyv" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave/upgraded, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"eyW" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"ezi" = ( +/obj/docking_port/stationary{ + dwidth = 3; + height = 5; + id = "sit_away"; + name = "Syndicate Base"; + width = 11 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"ezp" = ( +/obj/effect/decal/warning_stripes/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"ezt" = ( +/obj/structure/closet/secure_closet/bar{ + req_access_txt = "25" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"ezB" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"ezE" = ( +/obj/machinery/vending/boozeomat, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"ezQ" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"ezY" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"eAD" = ( +/turf/unsimulated/floor{ + icon_state = "blcarpet08"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"eBk" = ( +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"eBI" = ( +/obj/structure/rack, +/obj/item/camera, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"eBK" = ( +/obj/structure/chair/sofa, +/obj/machinery/light/small{ + brightness_range = 2; + dir = 1; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"eBM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"eBR" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT3"; + name = "Launch Bay #3" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor, +/turf/simulated/floor, +/area/centcom/specops) +"eCN" = ( +/obj/structure/rack, +/obj/item/toy/sword, +/obj/item/gun/projectile/revolver/capgun, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"eCT" = ( +/obj/machinery/prize_counter, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"eDg" = ( +/obj/machinery/vending/coffee/free{ + layer = 3 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"eDj" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"eDu" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"eDI" = ( +/obj/machinery/computer/arcade, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"eDK" = ( +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/wolpincubes, +/obj/item/storage/box/monkeycubes/wolpincubes, +/obj/structure/table/glass, +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"eDV" = ( +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"eEw" = ( +/obj/effect/overlay/palmtree_r, +/obj/effect/overlay/coconut, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"eEx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/centcom/zone2) +"eEE" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"eEL" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"eFE" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"eGH" = ( +/turf/simulated/floor/carpet, +/area/centcom/zone2) +"eGQ" = ( +/obj/machinery/vending/syndicigs{ + layer = 3 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"eHh" = ( +/obj/structure/bookcase, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_general, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"eHx" = ( +/obj/machinery/vending/syndisnack{ + layer = 3 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"eIs" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"eIt" = ( +/obj/machinery/vending/chinese/free{ + layer = 3 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"eIW" = ( +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"eIX" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "navyblue" + }, +/area/tdome/tdome1) +"eJa" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"eJI" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "blcarpet01"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"eKf" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"eKo" = ( +/obj/machinery/photocopier/faxmachine/longrange/syndie, +/obj/structure/table/glass, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"eKq" = ( +/obj/effect/turf_decal/arrows/white{ + color = null; + name = "Armory, Cryo MTF, MSA, Meeting room" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"eLa" = ( +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"eLi" = ( +/obj/effect/overlay/palmtree_l, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"eLj" = ( +/obj/machinery/vending/sovietsoda, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"eMx" = ( +/obj/structure/chair/comfy/red{ + color = "#000000" + }, +/obj/effect/landmark{ + name = "Syndicate-Infiltrator-Leader"; + tag = "Commando" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"eMF" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"eMI" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"eMQ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/russian, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"eMS" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"eNK" = ( +/obj/structure/chair/sofa{ + dir = 6 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"eNN" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "blcarpet03"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"eOn" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/centcom/evac) +"eOr" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/space, +/turf/space, +/area/ussp_ship) +"eOu" = ( +/obj/structure/chair, +/turf/simulated/floor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"eOz" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"ePc" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"ePe" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"ePg" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "navyblue" + }, +/area/tdome/tdome1) +"ePF" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + name = "Access Controller OP1"; + pixel_x = 30; + req_access_txt = "109"; + tag_exterior_door = "CC-OP1-Ext"; + tag_interior_door = "CC-OP1-Int" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"ePZ" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"eQT" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"eRd" = ( +/obj/machinery/light{ + on = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/centcom/evac) +"eRH" = ( +/obj/structure/table/wood, +/obj/item/storage/box/drinkingglasses, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"eSe" = ( +/obj/machinery/vending/snack/free, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"eSf" = ( +/obj/structure/mirror{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"eSR" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/carpet/black, +/area/centcom/zone2) +"eTo" = ( +/obj/machinery/photocopier, +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone2) +"eTB" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "tranquillitecorners" + }, +/area/centcom/specops) +"eTZ" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"eUh" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/plastic, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"eUi" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone2) +"eUj" = ( +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/obj/structure/table/wood/fancy/black, +/obj/item/radio/intercom/specops{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone2) +"eUo" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"eUS" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8; + id_tag = "CC_supply_internal"; + layer = 5; + locked = 1; + name = "Central Command Supply Internal Shutter" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"eVq" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stack/spacecash/c1000000{ + desc = "Баксоны максона. Возможно кто-то приобретет пропуск."; + name = "100.000 �������� �������" + }, +/obj/item/stack/telecrystal/fifty{ + amount = 115; + desc = null + }, +/obj/item/stack/telecrystal/fifty{ + amount = 115; + desc = null + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"eVY" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"eWd" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage, +/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage/blood, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"eWn" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"eWT" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitelattice" + }, +/area/centcom/jail) +"eYB" = ( +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"eYC" = ( +/obj/item/flag/nt, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"eYM" = ( +/obj/item/gun/energy/toxgun, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"eYN" = ( +/obj/structure/table/wood, +/obj/item/gun/energy, +/obj/item/gun/energy/captain, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun/cyborg, +/obj/item/gun/energy/nuclear, +/turf/unsimulated/floor/wood, +/area/admin) +"eZj" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/advtaser/mounted, +/turf/unsimulated/floor/wood, +/area/admin) +"eZU" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "blcarpet04"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"faG" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/speargun, +/turf/unsimulated/floor/wood, +/area/admin) +"fbh" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/centcom/evac) +"fbu" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/syndicate_mothership) +"fbv" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/grenadelauncher, +/obj/item/gun/projectile/revolver/grenadelauncher/multi, +/obj/item/gun/projectile/revolver/grenadelauncher/multi/cyborg, +/obj/item/gun/grenadelauncher, +/turf/unsimulated/floor/wood, +/area/admin) +"fbA" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/wt550, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"fbC" = ( +/obj/structure/sign/securearea, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/specops) +"fbG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"fbP" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT1"; + name = "Launch Bay #1" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor, +/area/centcom/specops) +"fbQ" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"fch" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"fck" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"fcz" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/stack/rods, +/obj/item/pen, +/turf/unsimulated/floor/wood, +/area/admin) +"fcB" = ( +/obj/machinery/sleeper/upgraded, +/turf/unsimulated/floor/wood, +/area/admin) +"fcL" = ( +/obj/structure/rack, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/turf/unsimulated/floor/wood, +/area/admin) +"fcS" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/electrical, +/turf/unsimulated/floor/wood, +/area/admin) +"fdk" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave/upgraded, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"fdm" = ( +/obj/structure/table, +/obj/item/clothing/head/that{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"fdn" = ( +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"fdp" = ( +/obj/item/camera, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"fen" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"ffo" = ( +/turf/simulated/floor/wood, +/area/secret/gaybar) +"ffx" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"fge" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/ritual, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"fgi" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"fgs" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/combat, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"fgt" = ( +/obj/structure/table, +/obj/item/lighter/zippo, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"fgv" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"fgy" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/cans/cola, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"fgC" = ( +/obj/structure/table, +/obj/item/dice/d20, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"fgO" = ( +/obj/structure/chair/stool, +/obj/item/clothing/head/bandana{ + pixel_y = -10 + }, +/obj/item/clothing/glasses/sunglasses, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"fii" = ( +/obj/structure/chair/stool, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"fiK" = ( +/obj/structure/table/wood, +/obj/item/twohanded/fireaxe, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"fiR" = ( +/obj/structure/table/wood, +/obj/item/whetstone, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"fjb" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "106" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"fjf" = ( +/obj/structure/table/wood, +/obj/item/whetstone/cult, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"fjA" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/vending/hatdispenser, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"fki" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone2) +"fkm" = ( +/obj/structure/table/wood, +/obj/item/twohanded/required/chainsaw, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"fkp" = ( +/obj/machinery/photocopier, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"fks" = ( +/obj/structure/table/wood, +/obj/item/twohanded/required/chainsaw/doomslayer, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"fkt" = ( +/obj/structure/table/wood, +/obj/item/melee/energy/axe, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"fkB" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/bigbiteburger, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"fkC" = ( +/obj/machinery/computer/med_data, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/centcom/bridge) +"flk" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser/awaymission_aeg, +/obj/item/gun/energy/laser/cyborg, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/practice/sc_laser, +/obj/item/gun/energy/laser/scatter, +/obj/item/gun/energy/laser/tag, +/turf/unsimulated/floor/wood, +/area/admin) +"fll" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/gun/projectile/automatic/pistol/deagle/gold{ + pixel_y = 5 + }, +/obj/item/gun/projectile/automatic/pistol/deagle/gold, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"flL" = ( +/obj/item/gun/medbeam, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"flR" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"fmh" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"fmu" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"fna" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor, +/area/centcom/zone1) +"fnV" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/mini, +/turf/unsimulated/floor/wood, +/area/admin) +"fol" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"foD" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/blueshield/pdw9, +/turf/unsimulated/floor/wood, +/area/admin) +"foP" = ( +/turf/space, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/specops) +"foX" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/alien, +/turf/unsimulated/floor/wood, +/area/admin) +"fpr" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/ar, +/turf/unsimulated/floor/wood, +/area/admin) +"fpt" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/validsalad, +/obj/item/kitchen/utensil/spoon, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"fpu" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/grass, +/area/centcom/evac) +"fpx" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"fpD" = ( +/obj/structure/table/wood, +/obj/item/implanter/adrenalin{ + pixel_x = 12; + pixel_y = -12 + }, +/obj/item/implanter/emp{ + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/implanter/explosive{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/implanter/explosive_macro{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/implanter/freedom, +/obj/item/implanter/krav_maga{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/implanter/mindshield{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/implanter/storage{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"fpN" = ( +/obj/structure/table, +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/turf/unsimulated/floor/wood, +/area/admin) +"fqV" = ( +/obj/item/storage/bible, +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"fsa" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"fso" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"fsy" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy/pistol/riot, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"fsI" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/turf/unsimulated/floor/wood, +/area/admin) +"fte" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/applecakeslice, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"fuo" = ( +/obj/machinery/chem_heater, +/turf/unsimulated/floor/wood, +/area/admin) +"fuT" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/pspork, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"fva" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"fvd" = ( +/obj/structure/table, +/obj/random/toolbox, +/obj/random/bomb_supply, +/obj/machinery/syndicatebomb/badmin/clown, +/turf/unsimulated/floor/wood, +/area/admin) +"fvf" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate, +/turf/unsimulated/floor/wood, +/area/admin) +"fvi" = ( +/turf/simulated/floor/wood, +/area/centcom/jail) +"fvu" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/specops) +"fvR" = ( +/obj/machinery/computer/robotics, +/turf/simulated/floor, +/area/centcom/bridge) +"fwD" = ( +/obj/structure/rack, +/obj/item/clothing/head/that{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/clothing/under/suit_jacket, +/obj/item/clothing/suit/wcoat, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"fwK" = ( +/obj/item/beach_ball, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"fxa" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"fxF" = ( +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"fxK" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "wall3"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"fya" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"fyH" = ( +/obj/structure/table/wood, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"fyP" = ( +/obj/structure/table/wood, +/obj/item/book/manual/barman_recipes, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"fzC" = ( +/obj/item/flag/nt, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"fzW" = ( +/obj/structure/table/wood, +/obj/item/toy/katana, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"fzZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"fBc" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall_f6" + }, +/area/ussp_ship) +"fBn" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"fBz" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/centcom/evac) +"fBO" = ( +/obj/structure/table/wood, +/obj/item/twohanded/fireaxe/boneaxe, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"fBQ" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/turf/unsimulated/floor/wood, +/area/admin) +"fCj" = ( +/obj/machinery/chem_master, +/turf/unsimulated/floor/wood, +/area/admin) +"fCu" = ( +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"fEa" = ( +/obj/structure/table, +/obj/item/tank/oxygen/yellow, +/obj/random/bomb_supply, +/obj/item/clothing/under/rebeloutfit, +/obj/item/clothing/suit/poncho/ponchoshame, +/obj/item/clothing/head/sombrero/shamebrero, +/turf/unsimulated/floor/wood, +/area/admin) +"fEb" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/shuttle/escape) +"fEg" = ( +/turf/unsimulated/floor{ + icon_state = "blcarpet06"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fEx" = ( +/obj/structure/rack, +/obj/item/storage/fancy/crayons, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"fFs" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"fFQ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/tdome) +"fFT" = ( +/obj/machinery/vending/coffee, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"fGv" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/riot, +/obj/item/gun/projectile/shotgun/riot/buckshot, +/turf/unsimulated/floor/wood, +/area/admin) +"fGG" = ( +/obj/structure/table, +/obj/item/storage/pill_bottle/random_drug_bottle, +/obj/item/reagent_containers/glass/bottle/adminordrazine, +/turf/unsimulated/floor/wood, +/area/admin) +"fGP" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/meatsteak, +/obj/item/kitchen/utensil/spork{ + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"fGT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/vending/shoedispenser, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"fGU" = ( +/obj/machinery/pdapainter, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"fHb" = ( +/obj/machinery/vending/boozeomat, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"fId" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/aesirsalad, +/obj/item/kitchen/utensil/spoon, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"fIm" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/centcom/jail) +"fIM" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"fJd" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/unsimulated/floor/wood, +/area/admin) +"fJy" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor/wood, +/area/admin) +"fJD" = ( +/obj/structure/table, +/obj/random/tool, +/obj/item/clothing/gloves/color/yellow, +/obj/item/pinpointer/advpinpointer, +/turf/unsimulated/floor/wood, +/area/admin) +"fJS" = ( +/obj/structure/shuttle/engine/router, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/jail) +"fJY" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"fKp" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_emptycourt) +"fLf" = ( +/obj/structure/chair/comfy/red{ + color = "#000000"; + dir = 4 + }, +/obj/effect/landmark{ + name = "Syndicate-Infiltrator"; + tag = "Commando" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"fLA" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/item/toy/cards/deck/syndicate/black, +/turf/unsimulated/floor/wood, +/area/admin) +"fLE" = ( +/obj/structure/chair/stool, +/obj/machinery/computer/security/telescreen{ + desc = "Damn, they better have /tg/thechannel on these things."; + icon_state = "entertainment"; + name = "Entertainment monitor"; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"fLG" = ( +/obj/machinery/vending/snack, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"fNH" = ( +/turf/unsimulated/beach/coastline, +/area/ninja/holding) +"fOf" = ( +/obj/item/clothing/head/collectable/paper, +/turf/unsimulated/beach/coastline, +/area/ninja/holding) +"fOn" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"fOy" = ( +/obj/machinery/light/small{ + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"fOA" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"fPu" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/chair/sofa/left, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"fPL" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"fQL" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/toy, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"fQX" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/storage/briefcase, +/obj/item/storage/box/ids{ + pixel_y = 10 + }, +/obj/item/stamp/chameleon, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone2) +"fRa" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/chair/sofa/right, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"fRc" = ( +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/carpet, +/area/centcom/zone2) +"fRk" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"fRD" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/gyropistol, +/turf/unsimulated/floor/wood, +/area/admin) +"fRZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/vault{ + name = "Оружейная" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"fSe" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"fSz" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"fTd" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/l6_saw, +/turf/unsimulated/floor/wood, +/area/admin) +"fTf" = ( +/obj/effect/turf_decal/arrows/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"fTi" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/centcom/zone3) +"fTJ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/m90, +/turf/unsimulated/floor/wood, +/area/admin) +"fTU" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + amount = 50; + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/gold, +/turf/simulated/floor/carpet, +/area/centcom/zone2) +"fUa" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"fUi" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/mini_uzi, +/turf/unsimulated/floor/wood, +/area/admin) +"fUu" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol, +/turf/unsimulated/floor/wood, +/area/admin) +"fUw" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"fVo" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/rocketlauncher, +/obj/item/gun/rocketlauncher, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"fVz" = ( +/obj/structure/filingcabinet/employment, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"fVG" = ( +/obj/structure/chair/comfy/red{ + color = "#000000"; + dir = 8 + }, +/obj/effect/landmark{ + name = "Syndicate-Infiltrator"; + tag = "Commando" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"fVI" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"fVK" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone2) +"fWg" = ( +/obj/structure/table/glass, +/turf/unsimulated/floor{ + icon_state = "blcarpet05"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fWP" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"fXF" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Burn-Mix Floor"; + nitrogen = 0; + oxygen = 2500; + temperature = 370; + toxins = 5000 + }, +/area/holodeck/source_burntest) +"fXU" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"fXY" = ( +/turf/simulated/floor/plasteel, +/area/centcom/zone1) +"fZh" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "tranquillitecorners" + }, +/area/centcom/specops) +"fZl" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_general, +/turf/simulated/floor/carpet/black, +/area/centcom/zone2) +"gan" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT1"; + name = "gravpult" + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"gbj" = ( +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "Frag grenade"; + req_access = null; + req_access_txt = "114" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"gbp" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"gbr" = ( +/mob/living/simple_animal/pig, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"gbT" = ( +/obj/machinery/vending/cola, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"gbV" = ( +/turf/unsimulated/beach/water, +/area/ninja/holding) +"gcb" = ( +/obj/structure/rack, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"gcd" = ( +/obj/item/flag/nt, +/obj/machinery/light{ + dir = 4; + on = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"gcT" = ( +/obj/machinery/light/spot, +/turf/unsimulated/beach/water, +/area/ninja/holding) +"gcU" = ( +/obj/machinery/poolcontroller/invisible{ + pixel_x = 30 + }, +/turf/unsimulated/beach/water, +/area/ninja/holding) +"gda" = ( +/obj/machinery/smartfridge/dish{ + opacity = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"gdj" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"gdF" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"gdX" = ( +/obj/structure/bookcase, +/obj/item/book/manual/research_and_development, +/obj/item/book/manual/ripley_build_and_repair, +/obj/item/book/manual/robotics_cyborgs, +/obj/item/book/manual/security_space_law, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"geL" = ( +/turf/simulated/floor/light, +/area/secret/gaybar) +"geV" = ( +/obj/structure/table/glass, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/syndicate_mothership) +"gfj" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/centcom/zone2) +"gft" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "Zone1-bathroom4"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"gfD" = ( +/obj/item/gun/energy/wormhole_projector, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"gfO" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/centcom/evac) +"ggI" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb, +/obj/machinery/syndicatebomb/training, +/turf/unsimulated/floor/wood, +/area/admin) +"ggV" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r/toy/riot, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"ggW" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/blueshield, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"ghW" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/vending/suitdispenser, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"gii" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/syndicate_mothership) +"gip" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/pspork, +/obj/item/trash/plate, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"giz" = ( +/obj/item/storage/backpack/medic, +/obj/item/storage/backpack/medic, +/obj/item/storage/backpack/science, +/obj/item/storage/backpack/science, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/industrial, +/obj/item/storage/backpack/industrial, +/obj/structure/table/glass, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"giA" = ( +/obj/structure/table/wood, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"giY" = ( +/obj/effect/decal/warning_stripes/blue, +/turf/unsimulated/floor/wood, +/area/admin) +"gjb" = ( +/obj/machinery/status_display/supply_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"gjn" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone1) +"gjx" = ( +/obj/effect/spawner/window/reinforced, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/ninja/holding) +"gkl" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall_f5" + }, +/area/ussp_ship) +"gkX" = ( +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"glk" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone2) +"glr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Генераторная" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"glw" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"gly" = ( +/turf/unsimulated/wall{ + desc = "The door appears to be locked tightly."; + icon = 'icons/obj/doors/airlocks/hatch/centcom.dmi'; + icon_state = "closed"; + name = "Locked Door" + }, +/area/ninja/holding) +"glP" = ( +/obj/structure/closet, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"gmw" = ( +/obj/machinery/door/poddoor/impassable, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"gmz" = ( +/obj/machinery/vending{ + name = "Toy Ammo" + }, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"gmF" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"gmI" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyred" + }, +/area/tdome/arena_source) +"gmR" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/vending/toyliberationstation{ + contraband = null; + products = list(/obj/item/gun/projectile/automatic/toy = 10, /obj/item/gun/projectile/automatic/toy/pistol = 10, /obj/item/gun/projectile/shotgun/toy = 10, /obj/item/toy/sword = 10, /obj/item/ammo_box/foambox = 20, /obj/item/toy/foamblade = 10, /obj/item/toy/syndicateballoon = 10, /obj/item/clothing/suit/syndicatefake = 5, /obj/item/clothing/head/syndicatefake = 5, /obj/item/gun/projectile/shotgun/toy/crossbow = 10, /obj/item/gun/projectile/automatic/c20r/toy/riot = 10, /obj/item/gun/projectile/automatic/l6_saw/toy/riot = 10, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 10, /obj/item/ammo_box/foambox/riot = 20, /obj/item/toy/katana = 10, /obj/item/twohanded/dualsaber/toy = 5, /obj/item/toy/cards/deck/syndicate = 10) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"gnl" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"gnu" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/structure/rack/holorack, +/turf/simulated/floor, +/area/centcom/supply) +"goA" = ( +/obj/structure/table/wood, +/obj/item/toy/russian_revolver, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"gqG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/supply) +"gqH" = ( +/obj/item/gun/throw/crossbow, +/obj/item/gun/throw/crossbow/french, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"gqO" = ( +/obj/structure/statue/silver/sec{ + desc = "Похоже, вы ловите нотку ностальгии и тонну страха смотря на него"; + icon_state = "hooker"; + name = "Eh?" + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"grf" = ( +/obj/structure/lattice, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space/nearstation) +"grs" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/burrito, +/obj/item/kitchen/utensil/spork{ + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"grC" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/gold/glass{ + frequency = 2000; + id_tag = "CC-OP4-Ext"; + locked = 1; + name = "Zone 3" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"grS" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/e_gun/old, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"grX" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/plasmacutter, +/obj/item/gun/energy/plasmacutter/adv, +/turf/unsimulated/floor/wood, +/area/admin) +"gsH" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/meteorgun, +/obj/item/gun/energy/meteorgun/pen, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"gsX" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"gtf" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/ninja/holding) +"gty" = ( +/obj/effect/landmark{ + name = "ninjastart" + }, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/ninja/holding) +"gtE" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ninja/holding) +"gur" = ( +/obj/structure/ninjatele{ + pixel_y = 25 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ninja/holding) +"guC" = ( +/obj/machinery/light/small, +/turf/simulated/floor/light, +/area/secret/gaybar) +"gva" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/centcom/specops) +"gvr" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + use_power = 0 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_depot/core) +"gvu" = ( +/turf/unsimulated/floor{ + icon_state = "navyblue" + }, +/area/tdome/arena_source) +"gvx" = ( +/obj/machinery/computer/med_data, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"gvF" = ( +/turf/space, +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall0"; + tag = "icon-wall3 (NORTH)" + }, +/area/ussp_ship) +"gwm" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"gwD" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"gwT" = ( +/obj/structure/table, +/obj/item/card/id/centcom{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/card/id, +/obj/item/card/id/admin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/door/window/southleft{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8; + name = "security checkpoint" + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"gyp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "floorlattice" + }, +/area/centcom/zone1) +"gzj" = ( +/obj/effect/decal/warning_stripes/blue, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"gzz" = ( +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/ninja/holding) +"gAr" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"gAP" = ( +/obj/machinery/photocopier, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/syndicate_mothership) +"gAU" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone1) +"gBE" = ( +/obj/structure/table/wood, +/obj/item/adminfu_scroll, +/turf/unsimulated/floor/wood, +/area/admin) +"gBR" = ( +/obj/structure/table, +/obj/item/card/id/silver{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/card/id/captains_spare, +/obj/item/card/id/lifetime{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/door/window/southleft{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8; + name = "security checkpoint" + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"gCf" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/ninja/holding) +"gCo" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/secure_closet/reagents, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"gCq" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + name = "teleporter console"; + req_access = null; + use_power = 0 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/syndicate_depot/core) +"gDA" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"gDE" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/ninja/holding) +"gDZ" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone2) +"gEB" = ( +/obj/machinery/computer/crew, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/centcom/bridge) +"gED" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"gEE" = ( +/obj/machinery/chem_dispenser/supgraded, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"gFc" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"gFx" = ( +/obj/machinery/chem_heater, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"gFy" = ( +/turf/unsimulated/floor{ + icon_state = "blcarpet04"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"gFG" = ( +/obj/machinery/vending/coffee/free, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"gFH" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"gFK" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"gGk" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/machinery/light/small{ + brightness_range = 2; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"gGB" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"gGN" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"gGT" = ( +/obj/machinery/chem_master, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"gHf" = ( +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/gun/syringe/rapidsyringe, +/obj/structure/closet, +/obj/item/gun/projectile/shotgun/sc_pump, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"gHj" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/space) +"gHq" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"gHV" = ( +/obj/machinery/vending/medical/syndicate_access, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"gIk" = ( +/turf/unsimulated/floor{ + icon_state = "blcarpet07"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"gIn" = ( +/turf/unsimulated/floor{ + icon_state = "blcarpet09"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"gIq" = ( +/obj/structure/chair/sofa/right, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"gIr" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/item/seeds/orange, +/obj/item/seeds/orange, +/obj/item/seeds/orange, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"gIw" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyred" + }, +/area/tdome/tdome2) +"gIN" = ( +/obj/structure/chair/sofa/left, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"gIP" = ( +/obj/structure/table/wood, +/obj/item/abductor_baton, +/obj/item/abductor/silencer, +/obj/item/abductor/mind_device, +/obj/item/abductor/gizmo, +/obj/structure/ninjatele{ + pixel_x = -28 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"gIQ" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"gJl" = ( +/obj/structure/table/wood, +/obj/item/twohanded/bostaff, +/turf/unsimulated/floor/wood, +/area/admin) +"gJm" = ( +/obj/vehicle/snowmobile/blue/key{ + dir = 8 + }, +/turf/unsimulated/floor/snow{ + color = "#d9d9d9" + }, +/area/syndicate_mothership) +"gJD" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"gJL" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"gJV" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/centcom/zone1) +"gKv" = ( +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"gKw" = ( +/obj/structure/chair/sofa{ + dir = 10 + }, +/obj/effect/decal/cleanable/confetti, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"gKL" = ( +/obj/structure/table/wood, +/turf/simulated/floor, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"gLg" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"gLl" = ( +/obj/machinery/cryopod/right, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"gLL" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"gMh" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"gMq" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet10-8" + }, +/area/wizard_station) +"gMB" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"gNo" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (WEST)" + }, +/area/ussp_ship) +"gNC" = ( +/obj/structure/closet/bombclosetsecurity, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"gNF" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/obj/item/storage/fancy/crayons, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"gOd" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "DAC-1W"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/projectile/automatic/sniper_rifle/compact{ + name = "DAC-1W" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"gOA" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "navyred" + }, +/area/tdome/tdome2) +"gOW" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien20" + }, +/area/abductor_ship) +"gPg" = ( +/obj/structure/table/reinforced, +/obj/item/vending_refill/dinnerware, +/obj/item/vending_refill/dinnerware, +/obj/item/vending_refill/dinnerware, +/obj/item/vending_refill/dinnerware, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"gPj" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/bluespace_beacon/syndicate, +/turf/unsimulated/floor/wood, +/area/admin) +"gPP" = ( +/obj/item/grenade/clusterbuster/smoke, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"gQn" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"gQA" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"gQC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgreynavybluecorner" + }, +/area/centcom/specops) +"gRG" = ( +/obj/machinery/teleport/station, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"gSC" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "blcarpet05"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"gTh" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"gTr" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"gTF" = ( +/obj/machinery/computer/communications, +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"gTL" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"gUo" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/captain, +/turf/unsimulated/floor/wood, +/area/admin) +"gUN" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/centcom/evac) +"gVd" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/helmet/space/space_ninja, +/obj/item/clothing/shoes/space_ninja, +/obj/item/clothing/mask/gas/space_ninja, +/obj/item/katana/energy, +/obj/item/clothing/gloves/space_ninja, +/obj/item/clothing/suit/space/space_ninja, +/turf/unsimulated/floor/wood, +/area/admin) +"gVi" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/naziofficer{ + name = "Officer Cap" + }, +/obj/item/clothing/under/officeruniform{ + icon_state = "nazi"; + name = "Officer's Uniform" + }, +/obj/item/clothing/suit/blacktrenchcoat{ + icon_state = "nazi" + }, +/obj/item/clothing/shoes/black, +/turf/unsimulated/floor/wood, +/area/admin) +"gVI" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"gVU" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/syndicate, +/obj/item/pen/multi, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"gXH" = ( +/obj/item/paper_bin/syndicate, +/obj/item/pen/multi/gold{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/folder/red{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/stamp/chameleon, +/obj/structure/table/glass, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"gZf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/zone1) +"gZh" = ( +/obj/structure/table/glass, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"gZG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"hak" = ( +/obj/item/storage/toolbox/syndicate{ + desc = "A powerful relic many men worked long and hard to keep safe and away from the forces of evil."; + force = 1e+008; + name = "toolbox of robustness" + }, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"hbj" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/turf/simulated/floor/carpet/black, +/area/centcom/zone2) +"hbO" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 3; + height = 5; + id = "mining_transit"; + name = "mining in transit"; + width = 7 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"hcg" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/plasmaman/wizard, +/obj/item/clothing/head/helmet/space/plasmaman/wizard, +/obj/item/clothing/mask/breath, +/obj/item/tank/plasma/plasmaman/belt/full, +/turf/unsimulated/floor{ + icon_state = "carpet7-3" + }, +/area/wizard_station) +"hcG" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10 + }, +/area/syndicate_mothership) +"hcH" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5 + }, +/area/syndicate_mothership) +"hcW" = ( +/turf/unsimulated/floor/snow{ + color = "#CCCCCC"; + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid" + }, +/area/syndicate_mothership) +"hdb" = ( +/obj/machinery/vending/hydronutrients{ + contraband = list(); + emagged = 1; + products = list(/obj/item/reagent_containers/glass/bottle/nutrient/ez = 20, /obj/item/reagent_containers/glass/bottle/nutrient/l4z = 13, /obj/item/reagent_containers/glass/bottle/nutrient/rh = 6, /obj/item/reagent_containers/spray/pestspray = 20, /obj/item/reagent_containers/syringe = 5, /obj/item/storage/bag/plants = 5, /obj/item/cultivator = 3, /obj/item/shovel/spade = 3, /obj/item/plant_analyzer = 4, /obj/item/reagent_containers/glass/bottle/ammonia = 10, /obj/item/reagent_containers/glass/bottle/diethylamine = 5) + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"hdi" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hdm" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Robaster"; + name = "Robaster"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"hdX" = ( +/obj/machinery/vending/chinese/free, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"hel" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"hem" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "escape" + }, +/area/centcom/zone1) +"hen" = ( +/obj/machinery/washing_machine, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"hfC" = ( +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/escape) +"hge" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"hgF" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hgY" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_scanner/adv, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hhs" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet5-1" + }, +/area/wizard_station) +"hhP" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"hih" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/chem_dispenser/supgraded, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hiy" = ( +/obj/item/flag/syndi, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/syndicate_mothership) +"hjt" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/centcom/evac) +"hjy" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone3-bathroom2"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"hjJ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"hjM" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"hkd" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"hko" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"hkI" = ( +/obj/machinery/vending/cigarette/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"hkX" = ( +/obj/machinery/door/airlock/centcom{ + name = "Supreme Commander"; + opacity = 1; + req_access_txt = "113" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"hln" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"hlr" = ( +/obj/structure/table/wood, +/obj/item/grenade/clusterbuster/syndieminibomb, +/turf/unsimulated/floor/wood, +/area/admin) +"hlv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"hlA" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"hlY" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"hme" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Shitcurity"; + name = "Shitcurity"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"hmp" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + icon_state = "door_locked"; + id_tag = "emergency_away"; + locked = 1; + name = "Arrival Airlock"; + req_access = null + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"hnc" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/badmin/clown, +/turf/unsimulated/floor/wood, +/area/admin) +"hns" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hnB" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/chem_heater, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hnS" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/item/radio/intercom/syndicate{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hoc" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_one_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"hoH" = ( +/obj/machinery/computer/teleporter{ + req_access = null + }, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"hoQ" = ( +/turf/simulated/floor/bluegrid{ + light_color = "#99ccff"; + light_range = 4 + }, +/area/centcom/evac) +"hqB" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"hrp" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"hrB" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"hrS" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/badmin, +/turf/unsimulated/floor/wood, +/area/admin) +"hrV" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"hsH" = ( +/obj/structure/table/reinforced, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"hsT" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"hsV" = ( +/obj/machinery/vending/chinese/free, +/turf/simulated/floor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"hta" = ( +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"htJ" = ( +/obj/machinery/computer/operating{ + layer = 3.5 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"htO" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/ussp_ship) +"htX" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/thaumicnik, +/turf/simulated/floor/grass, +/area/centcom/evac) +"htZ" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"huf" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/machinery/light/small{ + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"huO" = ( +/obj/structure/window/reinforced{ + dir = 4; + opacity = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"huQ" = ( +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/grass, +/area/centcom/evac) +"huR" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"hvj" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/centcom/jail) +"hvn" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access_txt = "114" + }, +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom{ + desc = null; + name = "Supreme commander bowman headset" + }, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106,107,108,109,110,111,112,113,114); + icon_state = "commander"; + name = "Supreme Commander ID card"; + rank = "Nanotrasen Navy Captain"; + registered_name = null + }, +/obj/item/door_remote/centcomm, +/obj/item/clothing/accessory/medal/gold{ + desc = null; + name = "Supreme commander's gold medal" + }, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"hvA" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 7; + height = 5; + id = "sit_transit"; + name = "sit in transit"; + width = 11 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"hvC" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"hvL" = ( +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"hwx" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"hwy" = ( +/obj/structure/table, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/healthanalyzer/advanced, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 30 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"hxl" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/fork, +/obj/item/kitchen/utensil/spoon, +/obj/item/kitchen/knife{ + pixel_x = 10 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"hxr" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 7; + height = 5; + id = "sst_transit"; + name = "sst in transit"; + width = 11 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"hyq" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"hyw" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"hyz" = ( +/obj/item/gun/rocketlauncher, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"hyA" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/APS, +/turf/unsimulated/floor/wood, +/area/admin) +"hzr" = ( +/obj/structure/table/reinforced, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_y = 8 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/aicard{ + layer = 2.9 + }, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/electrical, +/obj/item/multitool, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"hzy" = ( +/obj/item/flag/syndi, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"hzC" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "navyred" + }, +/area/tdome/tdome2) +"hAk" = ( +/obj/machinery/computer/mecha, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurplefull" + }, +/area/centcom/bridge) +"hAC" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"hBq" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/chrono_gun, +/turf/unsimulated/floor/wood, +/area/admin) +"hBC" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"hCg" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/turf/unsimulated/floor/wood, +/area/admin) +"hCm" = ( +/obj/structure/closet/secure_closet/brigdoc, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"hCo" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"hCw" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/proto, +/turf/unsimulated/floor/wood, +/area/admin) +"hCz" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun, +/obj/item/gun/projectile/shotgun/automatic, +/obj/item/gun/projectile/shotgun/lethal, +/obj/item/gun/projectile/shotgun/pump, +/obj/item/gun/projectile/shotgun/sc_pump, +/turf/unsimulated/floor/wood, +/area/admin) +"hCD" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"hDk" = ( +/turf/unsimulated/floor{ + icon_state = "blcarpet01"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"hDm" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8 + }, +/area/syndicate_mothership) +"hDG" = ( +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"hEk" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/decloner, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"hEM" = ( +/obj/item/target/syndicate, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"hEW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"hFE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"hFH" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/chem_master, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hFK" = ( +/obj/item/flag/nt, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"hGA" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/surgery, +/obj/item/stack/nanopaste, +/obj/item/mmi, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hGI" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"hHj" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"hHl" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/sugar, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"hHF" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"hHP" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate, +/obj/item/shard, +/obj/item/kitchen/knife, +/obj/item/storage/firstaid/tactical, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hJc" = ( +/obj/machinery/sleeper/syndie, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hKm" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "navyred" + }, +/area/tdome/tdome2) +"hLq" = ( +/obj/machinery/pdapainter, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/syndicate_mothership) +"hLQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/beer/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"hMk" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "blcarpet07"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"hNf" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/watertank, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"hNA" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "navyred" + }, +/area/tdome/arena_source) +"hNT" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/seeds/gatfruit, +/obj/item/seeds/cherry/bomb, +/obj/item/seeds/ambrosia/gaia, +/obj/item/seeds/ambrosia/gaia, +/obj/item/seeds/ambrosia/gaia, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"hNZ" = ( +/obj/structure/table/glass, +/turf/unsimulated/floor{ + icon_state = "blcarpet08"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"hOc" = ( +/turf/unsimulated/wall, +/area/adminconstruction) +"hOz" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/m1911, +/turf/unsimulated/floor/wood, +/area/admin) +"hOE" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"hOS" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/centcom/zone1) +"hOT" = ( +/obj/structure/table, +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hPk" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/jail) +"hPK" = ( +/obj/machinery/bodyscanner, +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hPT" = ( +/obj/structure/chair/comfy/red{ + color = "#000000"; + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "blcarpet08"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"hQs" = ( +/turf/unsimulated/beach/water/deep/dense, +/area/syndicate_mothership) +"hQw" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hQF" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"hQT" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hQV" = ( +/obj/structure/sink{ + dir = 1 + }, +/obj/item/radio/intercom/syndicate{ + pixel_y = -25 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hRd" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"hSw" = ( +/obj/structure/table/wood/fancy, +/obj/item/folder/documents, +/obj/item/folder/syndicate/yellow, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"hSC" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"hTb" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hTe" = ( +/obj/machinery/computer/operating, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hTv" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor, +/area/centcom/specops) +"hTB" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hTH" = ( +/obj/machinery/vending/hydroseeds{ + contraband = list(); + emagged = 1; + products = list(/obj/item/seeds/aloe = 3, /obj/item/seeds/ambrosia = 3, /obj/item/seeds/apple = 3, /obj/item/seeds/banana = 3, /obj/item/seeds/berry = 3, /obj/item/seeds/cabbage = 3, /obj/item/seeds/carrot = 3, /obj/item/seeds/cherry = 3, /obj/item/seeds/chanter = 3, /obj/item/seeds/chili = 3, /obj/item/seeds/cocoapod = 3, /obj/item/seeds/coffee = 3, /obj/item/seeds/comfrey = 3, /obj/item/seeds/corn = 3, /obj/item/seeds/cotton = 3, /obj/item/seeds/nymph = 3, /obj/item/seeds/eggplant = 3, /obj/item/seeds/garlic = 3, /obj/item/seeds/grape = 3, /obj/item/seeds/grass = 3, /obj/item/seeds/lemon = 3, /obj/item/seeds/lime = 3, /obj/item/seeds/onion = 3, /obj/item/seeds/orange = 3, /obj/item/seeds/peanuts = 3, /obj/item/seeds/pineapple = 3, /obj/item/seeds/poppy = 3, /obj/item/seeds/potato = 3, /obj/item/seeds/pumpkin = 3, /obj/item/seeds/replicapod = 3, /obj/item/seeds/wheat/rice = 3, /obj/item/seeds/soya = 3, /obj/item/seeds/sugarcane = 3, /obj/item/seeds/sunflower = 3, /obj/item/seeds/tea = 3, /obj/item/seeds/tobacco = 3, /obj/item/seeds/tomato = 3, /obj/item/seeds/tower = 3, /obj/item/seeds/watermelon = 3, /obj/item/seeds/wheat = 3, /obj/item/seeds/whitebeet = 3, /obj/item/seeds/cannabis = 3, /obj/item/seeds/amanita = 2, /obj/item/seeds/fungus = 3, /obj/item/seeds/glowshroom = 2, /obj/item/seeds/liberty = 2, /obj/item/seeds/nettle = 2, /obj/item/seeds/plump = 2, /obj/item/seeds/reishi = 2, /obj/item/seeds/starthistle = 2, /obj/item/seeds/random = 2) + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"hTK" = ( +/obj/machinery/vending/chinese/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"hTO" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"hTP" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/grass, +/area/centcom/evac) +"hTV" = ( +/obj/structure/table, +/obj/machinery/door_control{ + id = "TD_Strela"; + name = "TD Strela Kit"; + pixel_x = 5; + pixel_y = 5; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "TD_Baseball"; + name = "TD Baseball Kit"; + pixel_x = -5; + pixel_y = 5; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "TD_Cowboy"; + name = "TD Cowboy Kit"; + pixel_x = -5; + pixel_y = -5; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/tdome/tdomeadmin) +"hTY" = ( +/obj/structure/chair/comfy/red{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"hVP" = ( +/obj/structure/chair/comfy/red{ + color = "#000000"; + dir = 1 + }, +/obj/effect/landmark{ + name = "Syndicate-Infiltrator"; + tag = "Commando" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"hWJ" = ( +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/simulated/floor, +/area/centcom/specops) +"hXi" = ( +/obj/machinery/computer/security{ + network = list("SS13","Telecomms","Research Outpost","Mining Outpost","ERT","CentComm","Thunderdome") + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/centcom/bridge) +"hXE" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien21" + }, +/area/abductor_ship) +"hYr" = ( +/obj/structure/table, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"hYu" = ( +/obj/machinery/vending/snack/free, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"hYv" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Shuttle Dock" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"hYB" = ( +/obj/machinery/vending/coffee/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"hYN" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"hYX" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/syndicate_mothership) +"hZc" = ( +/obj/machinery/computer/supplycomp{ + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"hZv" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"hZH" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"iaH" = ( +/obj/structure/table/wood, +/obj/machinery/door_control{ + id = "syndicate_jail_cell"; + name = "Bolt Cell Doors"; + normaldoorcontrol = 1; + pixel_x = 6; + req_access_txt = "150"; + specialfunctions = 4 + }, +/obj/machinery/door_control{ + id = "syndicate_jail"; + name = "Bolt Jail Door"; + normaldoorcontrol = 1; + pixel_x = -5; + req_access_txt = "150"; + specialfunctions = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iaL" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"ibj" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"ibN" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"icy" = ( +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/specops) +"icO" = ( +/obj/machinery/sleeper/upgraded, +/obj/structure/window/reinforced{ + dir = 4; + opacity = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"ieF" = ( +/obj/structure/rack/holorack, +/obj/item/autoimplanter, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"ieG" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ige" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + frequency = 2000; + id = "Zone1-bathroom6"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"igZ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "escape" + }, +/area/centcom/zone1) +"ihc" = ( +/obj/structure/table/wood, +/obj/machinery/kitchen_machine/microwave, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ihm" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"iid" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"iiz" = ( +/turf/unsimulated/wall/fakeglass, +/area/syndicate_mothership) +"iiD" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"iiQ" = ( +/obj/structure/table/wood, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/clusterbuster/holy, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"ijy" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ikq" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ikJ" = ( +/obj/machinery/computer/teleporter{ + req_access = list(150) + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ikP" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ilE" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"imw" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"ink" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"inR" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"ioh" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"ipm" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien22" + }, +/area/abductor_ship) +"ipr" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "Zone1-bathroom3"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"ipG" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"iqo" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "escape" + }, +/area/centcom/zone1) +"iqq" = ( +/obj/machinery/teleport/station, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"iqu" = ( +/obj/effect/decal/cleanable/blood/gibs, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/syndicate_mothership) +"iqw" = ( +/turf/simulated/floor/carpet, +/area/centcom/jail) +"iqU" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"iru" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_boxingcourt) +"iry" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"irL" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"irV" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"isq" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ist" = ( +/obj/structure/closet/secure_closet/contractor, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"isK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"isN" = ( +/obj/machinery/vending/syndicigs, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"isQ" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyredfull" + }, +/area/tdome/arena) +"isW" = ( +/obj/item/flag/syndi, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"isY" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership) +"iuh" = ( +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"iuL" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Connector Port (Air Supply)" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"iuU" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall0"; + tag = "icon-wall3 (NORTH)" + }, +/area/ussp_ship) +"ivq" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + damage_deflection = 75; + id_tag = "syndicate_jail"; + locked = 1; + name = "Syndicate Jail" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ivE" = ( +/obj/mecha/combat/marauder/loaded{ + operation_req_access = list() + }, +/obj/effect/turf_decal/mech, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"ivM" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Connector Port (Air Supply)" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"ixd" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/belt/fannypack/black, +/obj/item/storage/belt/fannypack/black, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor, +/area/centcom/supply) +"ixm" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"izb" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien23" + }, +/area/abductor_ship) +"izA" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/space, +/area/ussp_ship) +"iAM" = ( +/obj/structure/table, +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iCh" = ( +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/syndicate_mothership) +"iCJ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"iDl" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer/upgraded, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"iDA" = ( +/obj/machinery/status_display/supply_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"iDS" = ( +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iDU" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + name = "Master R&D Server Controller" + }, +/turf/unsimulated/floor/wood, +/area/admin) +"iEg" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"iEl" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/adminconstruction) +"iEF" = ( +/obj/structure/rack, +/obj/item/melee/baseball_bat/ablative, +/obj/item/clothing/under/pj/blue, +/obj/item/clothing/glasses/hud/health/sunglasses, +/obj/item/clothing/shoes/winterboots, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"iEI" = ( +/obj/docking_port/stationary/transit{ + dwidth = 3; + height = 7; + id = "steel_rain_transit"; + name = "steel_rain in transit"; + width = 7 + }, +/turf/space/transit/horizontal, +/area/space) +"iFb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"iFw" = ( +/turf/simulated/floor/plasteel, +/area/adminconstruction) +"iFy" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/specops) +"iFO" = ( +/obj/structure/table/wood, +/obj/item/storage/box/drinkingglasses, +/obj/item/reagent_containers/food/drinks/bottle/rum, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"iFT" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"iFV" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + tag = "icon-fakewindows (WEST)" + }, +/area/ussp_ship) +"iGd" = ( +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/syndicate_mothership) +"iGV" = ( +/obj/machinery/vending/cola/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"iGZ" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + damage_deflection = 75; + id_tag = "syndicate_jail_cell"; + locked = 1; + name = "Syndicate Jail Cell" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iHf" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"iHl" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/effect/decal/cleanable/confetti, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"iHP" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "blcarpet05"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iIb" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"iIB" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"iIJ" = ( +/obj/structure/marker_beacon, +/obj/structure/flora/grass/brown, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"iIV" = ( +/obj/structure/flora/bush, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"iJd" = ( +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"iKe" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"iKf" = ( +/obj/structure/sink{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"iKp" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/soysauce, +/obj/item/reagent_containers/food/condiment/soysauce, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"iKu" = ( +/obj/structure/table/reinforced, +/obj/item/syndicatedetonator, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"iKT" = ( +/obj/effect/landmark{ + name = "syndieprisonwarp" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iLw" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/space, +/area/ussp_ship) +"iLB" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "sst_ready" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iLC" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "sst_ready" + }, +/obj/machinery/door_control{ + id = "sst_ready"; + name = "SST Base Access"; + pixel_x = 32; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iLI" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"iMp" = ( +/obj/structure/table, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"iMt" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/effect/landmark{ + name = "Syndicate-Spawn" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"iMD" = ( +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"iMR" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/blood/gibs, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken4" + }, +/area/syndicate_mothership) +"iNf" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/machinery/light/small{ + brightness_range = 2; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"iND" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken7" + }, +/area/syndicate_mothership) +"iNK" = ( +/obj/structure/table, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/brute, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 30 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"iOe" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery{ + pixel_y = -6 + }, +/obj/item/storage/toolbox/syndicate{ + pixel_y = 9 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/syndicate_mothership) +"iOh" = ( +/obj/structure/mirror{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"iOi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrivalcorner" + }, +/area/centcom/evac) +"iOl" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/syndicate_mothership) +"iOE" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iOG" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iPw" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"iPX" = ( +/obj/structure/sign/poster/contraband/c20r{ + pixel_x = 32 + }, +/obj/structure/bed/dogbed/ian, +/mob/living/simple_animal/pet/cat/Syndi, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"iPY" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"iRo" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"iSr" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1441; + master_tag = "syndicate_jail_airlock_control"; + name = "Syndicate Jail Access Button"; + pixel_x = 32; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"iSw" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + autoclose = 0; + frequency = 1441; + id_tag = "syndicate_jail_airlock_external"; + locked = 1; + name = "Syndicate Jail External Airlock" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"iSz" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"iSO" = ( +/obj/machinery/door/airlock/external{ + id_tag = "sst_away"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iSU" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 7; + height = 5; + id = "sst_away"; + name = "Syndicate Base"; + width = 11 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"iSV" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/flag/syndi, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"iTj" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"iTN" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"iTX" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 1441; + id_tag = "syndicate_jail_airlock_control"; + name = "Syndicate Jail Access Controller"; + pixel_x = 32; + req_access_txt = "150"; + tag_exterior_door = "syndicate_jail_airlock_external"; + tag_interior_door = "syndicate_jail_airlock_internal" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"iTY" = ( +/turf/simulated/floor, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"iUq" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor, +/area/centcom/supply) +"iUr" = ( +/turf/simulated/floor/holofloor/space, +/area/holodeck/source_space) +"iUA" = ( +/obj/vehicle/snowmobile/key{ + dir = 8 + }, +/turf/unsimulated/floor/snow{ + color = "#d9d9d9" + }, +/area/syndicate_mothership) +"iUE" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "blcarpet07"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iVp" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + autoclose = 0; + frequency = 1441; + id_tag = "syndicate_jail_airlock_internal"; + locked = 1; + name = "Syndicate Jail Internal Airlock" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"iVq" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"iWh" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"iWm" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome2) +"iWq" = ( +/obj/machinery/light{ + dir = 1; + light_range = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iWE" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"iXr" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"iXv" = ( +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"iXG" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"iXH" = ( +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + name = "Shuttle Dock Door" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iXT" = ( +/obj/machinery/porta_turret/centcom/pulse{ + armor = list("melee" = 90, "bullet" = 90, "laser" = 95, "energy" = 95, "bomb" = 80, "bio" =100, "rad" = 100, "fire" = 100, "acid" = 100); + check_borgs = 1; + check_synth = 1; + color = "#666666"; + damtype = "burn"; + health = 1250; + region_max = 12; + scan_range = 12; + shot_delay = 8 + }, +/turf/simulated/floor, +/area/centcom/specops) +"iYb" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/turf/simulated/floor, +/area/centcom/specops) +"iYf" = ( +/obj/mecha/combat/durand{ + armor = list("melee" = 60, "bullet" = 50, "laser" = 20, "energy" = 25, "bomb" = 50, "bio" = 0, "rad" = 50, "fire" = 80, "acid" = 80); + color = "#CCCCFF"; + desc = "A heavyweight exosuit, painted in a gray scheme. This model appears to have some modifications for ERT."; + name = "Nanotrasen Special Durand Mk. II"; + operation_req_access = list(109) + }, +/obj/effect/turf_decal/mech, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"iZw" = ( +/obj/structure/toilet{ + dir = 1; + layer = 4 + }, +/obj/machinery/light{ + layer = 6 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"iZH" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/nagant, +/obj/item/gun/projectile/revolver/russian, +/obj/item/gun/projectile/revolver/russian/soul, +/turf/unsimulated/floor/wood, +/area/admin) +"jaQ" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1441; + master_tag = "syndicate_jail_airlock_control"; + name = "Syndicate Jail Access Button"; + pixel_x = 32; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "stairs-r" + }, +/area/syndicate_mothership) +"jbe" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"jbF" = ( +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"jbX" = ( +/obj/effect/decal/cleanable/blood, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/syndicate_mothership) +"jcd" = ( +/obj/effect/decal/cleanable/vomit, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"jcl" = ( +/turf/unsimulated/wall{ + icon_state = "iron14"; + layer = 10 + }, +/area/syndicate_mothership) +"jcm" = ( +/obj/mecha/combat/marauder/mauler/loaded, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jcp" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jcG" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/syndicate_mothership) +"jcR" = ( +/obj/machinery/cryopod/right, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"jdy" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (EAST)" + }, +/area/wizard_station) +"jej" = ( +/obj/effect/clockwork/overlay/floor/bloodcult, +/obj/effect/decal/cleanable/blood/gibs, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/syndicate_mothership) +"jes" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + damage_deflection = 75; + id_tag = "slaughterhouse_door"; + locked = 1; + name = "Slaughterhouse" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/syndicate_mothership) +"jeA" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "mauler_garage"; + name = "Mech Bay" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jeT" = ( +/obj/docking_port/stationary{ + area_type = /area/syndicate_mothership; + dheight = 9; + dir = 2; + dwidth = 5; + height = 22; + id = "syndicate_away"; + name = "syndicate base"; + turf_type = /turf/unsimulated/floor/snow; + width = 18 + }, +/turf/unsimulated/floor/snow{ + color = "#d9d9d9" + }, +/area/syndicate_mothership) +"jeU" = ( +/obj/structure/table, +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"jfo" = ( +/obj/structure/table/wood, +/obj/item/syndicatedetonator, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"jfD" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/pizzabox, +/obj/item/pizzabox, +/obj/item/kitchen/knife, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"jfH" = ( +/obj/machinery/door/airlock/external{ + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jfP" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor, +/area/centcom/specops) +"jfQ" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/wheat/rice, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"jfX" = ( +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"jga" = ( +/turf/unsimulated/wall{ + icon_state = "iron9" + }, +/area/syndicate_mothership) +"jgh" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone1) +"jgy" = ( +/obj/machinery/computer/shuttle/syndicate/drop_pod, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/assault_pod) +"jgX" = ( +/obj/machinery/atmospherics/unary/cryo_cell/upgraded, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"jgZ" = ( +/obj/machinery/light/small{ + dir = 8; + tag = "icon-bulb1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"jhh" = ( +/obj/machinery/door_control{ + id = "mauler_garage"; + name = "Mauler's Garage"; + pixel_x = 25; + pixel_y = 10; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jhl" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"jhp" = ( +/obj/machinery/door_control{ + id = "dark_gygax_garage"; + name = "Dark Gygax's Garage"; + pixel_x = 25; + pixel_y = -10; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jii" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"jik" = ( +/obj/machinery/light{ + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"jil" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/zone1) +"jiE" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"jiF" = ( +/obj/machinery/door/airlock/centcom{ + name = "Artillery Control"; + opacity = 1; + req_access_txt = "114" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"jjk" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_legal, +/turf/simulated/floor/carpet/black, +/area/centcom/zone2) +"jjm" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/syndicate_mothership) +"jjA" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "dark_gygax_garage"; + name = "Mech Bay" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jkB" = ( +/obj/effect/decal/remains/human, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken4" + }, +/area/syndicate_mothership) +"jkR" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/drinks/trophy/gold_cup, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"jkW" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_supply, +/obj/item/book/manual/nuclear, +/turf/simulated/floor/carpet/black, +/area/centcom/zone2) +"jle" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"jly" = ( +/obj/effect/decal/remains/human, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken5" + }, +/area/syndicate_mothership) +"jlC" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"jlJ" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"jmh" = ( +/obj/effect/decal/remains/human, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/syndicate_mothership) +"jmk" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"jmt" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien24" + }, +/area/abductor_ship) +"jmK" = ( +/turf/unsimulated/wall, +/area/start) +"jmO" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien16" + }, +/area/abductor_ship) +"jmV" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = -30 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"jnQ" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien17" + }, +/area/abductor_ship) +"jod" = ( +/obj/structure/table/wood/fancy, +/obj/item/paper_bin/syndicate, +/obj/item/folder/red{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/pen/multi/gold{ + pixel_x = -3; + pixel_y = -5 + }, +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"joi" = ( +/obj/machinery/abductor/experiment{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jop" = ( +/obj/item/radio/intercom/syndicate{ + pixel_y = -28 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"jow" = ( +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"joR" = ( +/obj/machinery/door/window{ + name = "Uplink Management Control"; + req_access_txt = "151" + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"joU" = ( +/obj/structure/table/wood, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"jpb" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"jpl" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"jpm" = ( +/obj/machinery/recharge_station/ert, +/obj/machinery/light{ + light_range = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"jpt" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/toy/cards/deck/black, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"jpT" = ( +/obj/effect/turf_decal/caution/stand_clear, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jqb" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"jqf" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/l6_saw/toy/riot, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"jqo" = ( +/turf/unsimulated/floor{ + icon_state = "blcarpet02"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jqZ" = ( +/obj/effect/decal/remains/human, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken3" + }, +/area/syndicate_mothership) +"jri" = ( +/obj/structure/closet/crate/freezer{ + desc = "Холодильник с напитками. Ничего необычного." + }, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"jrl" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Torture Room" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jrV" = ( +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/syndicate_mothership) +"jsg" = ( +/obj/structure/chair/comfy/purp{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"jsk" = ( +/obj/mecha/combat/gygax/dark/loaded, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jsJ" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/clothing/accessory/medal/gold, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"jtg" = ( +/obj/machinery/abductor/console{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jtm" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign3"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jty" = ( +/obj/structure/table, +/obj/item/kitchen/knife/butcher, +/obj/item/melee/baseball_bat, +/obj/item/clothing/mask/muzzle{ + pixel_y = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken4" + }, +/area/syndicate_mothership) +"jtC" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/simulated/floor, +/area/centcom/specops) +"jtP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"jud" = ( +/obj/structure/filingcabinet/security, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"juv" = ( +/obj/machinery/computer/cloning, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"juC" = ( +/obj/machinery/abductor/pad{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jvg" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien18" + }, +/area/abductor_ship) +"jvr" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien19" + }, +/area/abductor_ship) +"jvy" = ( +/obj/machinery/abductor/experiment{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jvZ" = ( +/obj/machinery/abductor/console{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jwi" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"jwy" = ( +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Officer Room" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"jwT" = ( +/obj/machinery/abductor/pad{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jxw" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien14" + }, +/area/abductor_ship) +"jym" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jyD" = ( +/turf/space, +/area/space) +"jzb" = ( +/obj/effect/decal/warning_stripes/south, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"jzu" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall_f10" + }, +/area/ussp_ship) +"jzK" = ( +/obj/machinery/light{ + dir = 4; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"jAe" = ( +/obj/structure/table/glass, +/obj/item/clothing/accessory/stethoscope, +/obj/item/storage/belt/medical, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"jAi" = ( +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jAG" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/fish/shark{ + desc = "Совсем не навязчивая акула. От слова совсем."; + name = "Акула?" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"jAJ" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"jAM" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"jBs" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"jBR" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/centcom/evac) +"jCu" = ( +/obj/item/gun/energy/spikethrower, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"jCB" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"jCX" = ( +/obj/structure/lattice, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space/nearstation) +"jDb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"jDd" = ( +/obj/machinery/computer/shuttle/syndicate/recall, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"jDO" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/light/small{ + brightness_range = 2; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"jEk" = ( +/obj/machinery/door/airlock/external{ + id_tag = "sit_away"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jEz" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership) +"jEO" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 8; + height = 20; + id = "freegolem_transit"; + name = "free golem in transit"; + width = 16 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"jEU" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3"; + tag = "icon-diagonalWall3" + }, +/area/shuttle/assault_pod) +"jEV" = ( +/obj/item/flag/syndi, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcircuit" + }, +/area/syndicate_mothership) +"jFy" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken4" + }, +/area/syndicate_mothership) +"jFI" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/syndicate_mothership) +"jFM" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 27 + }, +/obj/machinery/vending/wallmed/syndicate{ + pixel_x = 6; + pixel_y = 27 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"jGt" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/specops) +"jGK" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/specops) +"jHb" = ( +/obj/structure/closet/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jIe" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien15" + }, +/area/abductor_ship) +"jIJ" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jIS" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/grown/potato/wedges, +/obj/item/reagent_containers/food/snacks/grown/potato/wedges{ + pixel_y = 12 + }, +/obj/item/reagent_containers/food/snacks/grown/potato/wedges, +/obj/item/reagent_containers/food/snacks/grown/potato/wedges, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"jJD" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"jKm" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"jKW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/space, +/area/ussp_ship) +"jMf" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien12" + }, +/area/abductor_ship) +"jMl" = ( +/obj/machinery/door_control{ + id = "syndicate_sit_1"; + name = "Shuttle Blast Doors"; + pixel_x = -2; + pixel_y = 26; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"jNo" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"jNu" = ( +/obj/structure/flora/grass/brown, +/obj/structure/flora/tree/pine{ + pixel_x = 1 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"jNP" = ( +/obj/structure/table/abductor, +/obj/item/retractor/alien, +/obj/item/hemostat/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jOf" = ( +/obj/structure/table/wood, +/obj/item/paicard/syndicate, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"jPg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"jPu" = ( +/obj/effect/landmark/abductor/scientist, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jPz" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "SIT Ready Room" + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "sit_ready"; + layer = 2.8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"jQL" = ( +/obj/machinery/optable/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jRs" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"jRx" = ( +/obj/structure/window/reinforced, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"jRP" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/specops) +"jSi" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navyblue" + }, +/area/centcom/specops) +"jSo" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone3) +"jSz" = ( +/obj/structure/table/wood, +/obj/item/book/manual/evaguide, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"jSW" = ( +/obj/machinery/computer/card, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/bridge) +"jTD" = ( +/obj/item/flag/syndi, +/obj/machinery/light{ + brightness_range = 5; + dir = 1; + light_range = 5; + nightshift_light_range = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jUl" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jUv" = ( +/turf/unsimulated/floor{ + icon_state = "stairs-l" + }, +/area/syndicate_mothership) +"jUC" = ( +/turf/unsimulated/floor{ + icon_state = "stairs-r" + }, +/area/syndicate_mothership) +"jUL" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone1-bathroom3"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"jUN" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone3-bathroom1"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"jVp" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/syndicate_mothership) +"jVS" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/obj/machinery/light{ + dir = 1; + light_range = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jVT" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jWC" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "robotics_solar_outer"; + name = "Project 28u" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"jWE" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"jWG" = ( +/obj/machinery/vending/tool, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jWI" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"jWO" = ( +/turf/simulated/floor/wood, +/area/centcom/zone1) +"jXl" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/centcom/evac) +"jYb" = ( +/obj/structure/bed, +/obj/item/bedsheet/wiz, +/obj/effect/landmark/start{ + name = "wizard" + }, +/turf/unsimulated/floor{ + icon_state = "carpetside" + }, +/area/wizard_station) +"jYJ" = ( +/obj/item/bedsheet/syndie, +/obj/structure/bed, +/obj/effect/landmark{ + name = "Syndicate Officer" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"jYS" = ( +/turf/simulated/floor/grass, +/area/centcom/evac) +"jYX" = ( +/obj/machinery/autolathe, +/obj/item/stack/sheet/metal{ + amount = 10 + }, +/obj/item/stack/sheet/metal{ + amount = 10 + }, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"jZc" = ( +/obj/machinery/door/airlock/shuttle, +/turf/simulated/floor, +/area/centcom/evac) +"jZg" = ( +/obj/machinery/door/airlock/centcom{ + aiControlDisabled = 1; + name = "Assault Pod"; + opacity = 1; + req_one_access_txt = "150" + }, +/obj/docking_port/mobile/assault_pod, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"jZi" = ( +/obj/machinery/door/airlock/centcom{ + frequency = 2000; + id_tag = "Zone1-bathroom7"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"jZC" = ( +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/centcom/jail) +"kaz" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"kaJ" = ( +/obj/structure/table, +/obj/item/clothing/suit/straight_jacket, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/syndicate_mothership) +"kaS" = ( +/obj/structure/table/wood, +/obj/item/toy/russian_revolver/trick_revolver, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"kbD" = ( +/obj/effect/decal/cleanable/blood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken4" + }, +/area/syndicate_mothership) +"kbU" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "blcarpet09"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kcm" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + pixel_y = 20 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitelattice" + }, +/area/centcom/jail) +"kco" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/barrier{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/barrier{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/barrier{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/barrier{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/barrier{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/barrier{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"kdb" = ( +/turf/unsimulated/wall{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"kds" = ( +/obj/structure/dresser, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"kdH" = ( +/obj/effect/decal/cleanable/blood/gibs, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken4" + }, +/area/syndicate_mothership) +"kdY" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kdZ" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"kec" = ( +/obj/effect/landmark/abductor/agent, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"ked" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darklattice" + }, +/area/centcom/jail) +"kei" = ( +/obj/structure/table/abductor, +/obj/item/storage/box/alienhandcuffs, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kez" = ( +/obj/structure/closet, +/obj/item/clothing/head/hopcap{ + name = "cap" + }, +/obj/item/clothing/head/hopcap{ + name = "cap" + }, +/obj/item/clothing/head/hopcap{ + icon_state = "hgpiratecap"; + name = "cap" + }, +/obj/item/clothing/head/hopcap{ + icon_state = "hgpiratecap"; + name = "cap" + }, +/obj/item/clothing/head/hopcap{ + icon_state = "hgpiratecap"; + name = "cap" + }, +/obj/item/clothing/suit/captunic{ + name = "parade tunic" + }, +/obj/item/clothing/suit/captunic{ + name = "parade tunic" + }, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/machinery/light/small{ + dir = 8; + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kgi" = ( +/obj/structure/barricade/wooden/crude/snow, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"kgD" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien13" + }, +/area/abductor_ship) +"kgG" = ( +/obj/effect/landmark/abductor/scientist{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kgP" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/evac) +"kgV" = ( +/turf/space, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/specops) +"khP" = ( +/obj/effect/landmark/abductor/agent{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kid" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien10" + }, +/area/abductor_ship) +"kiz" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign5"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kiB" = ( +/obj/structure/table/wood/fancy, +/obj/item/stamp/chameleon{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/item/stamp/syndicate, +/obj/item/syndicatedetonator{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"kiM" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kjq" = ( +/obj/structure/table/abductor, +/obj/item/paper/abductor, +/obj/item/scalpel/alien, +/obj/item/cautery/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kjt" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien11" + }, +/area/abductor_ship) +"kjw" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien6" + }, +/area/abductor_ship) +"kjC" = ( +/obj/structure/table/wood, +/obj/item/whetstone/super, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"kjD" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"kkR" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kln" = ( +/obj/structure/table, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"klF" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"klL" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kmG" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/hook, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"kmK" = ( +/obj/machinery/computer/robotics, +/obj/machinery/requests_console{ + department = "Central Command"; + departmentType = 1; + name = "CC Requests Console"; + pixel_y = 32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"kmP" = ( +/obj/machinery/computer/card/centcom, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/zone2) +"knf" = ( +/obj/structure/table/wood, +/obj/item/twohanded/chainsaw, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"knq" = ( +/obj/structure/table/wood, +/obj/item/twohanded/fireaxe/energized, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"knx" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kof" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator, +/obj/item/gun/energy/kinetic_accelerator/cyborg, +/obj/item/gun/energy/kinetic_accelerator/experimental, +/obj/item/gun/energy/kinetic_accelerator/minebot, +/turf/unsimulated/floor/wood, +/area/admin) +"koO" = ( +/obj/structure/cable, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kps" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kpv" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/trash/candle, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"kpy" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "blcarpet07"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kpU" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/space, +/area/ussp_ship) +"kqD" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/crossbow/large, +/obj/item/gun/energy/kinetic_accelerator/crossbow/large, +/obj/item/gun/energy/kinetic_accelerator/crossbow/large/cyborg, +/turf/unsimulated/floor/wood, +/area/admin) +"kqJ" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "114" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"kqL" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/clothing/gloves/ring/gold{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/clothing/gloves/ring/gold, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"krd" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"krY" = ( +/obj/effect/decal/cleanable/blood/gibs, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/syndicate_mothership) +"ksF" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/jail) +"ksN" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"ksT" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"ktp" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/reagent_containers/syringe/bioterror{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/reagent_containers/syringe/capulettium_plus{ + pixel_x = -5 + }, +/obj/item/reagent_containers/syringe/gluttony{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/syringe/lethal{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/reagent_containers/syringe/pancuronium{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/reagent_containers/syringe/sarin{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/reagent_containers/glass/bottle/mutagen{ + pixel_y = 6 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/syndicate_mothership) +"ktA" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/machinery/vending/coffee/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"kuD" = ( +/obj/machinery/vending/tool, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"kvk" = ( +/obj/machinery/vending/syndicigs, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"kvx" = ( +/obj/structure/table/wood, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"kvF" = ( +/obj/machinery/door/airlock/centcom{ + name = "Supreme Court"; + opacity = 1; + req_access_txt = "106,109,110" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"kvK" = ( +/obj/structure/table, +/obj/item/radio/electropack{ + pixel_x = -5 + }, +/obj/item/assembly/signaler{ + code = 2; + frequency = 1449; + pixel_x = 8 + }, +/obj/item/restraints/handcuffs{ + pixel_y = 10 + }, +/obj/item/restraints/handcuffs{ + pixel_y = 10 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/syndicate_mothership) +"kvU" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/crossbow, +/turf/unsimulated/floor/wood, +/area/admin) +"kvV" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/power/tracker, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/space, +/area/ussp_ship) +"kwf" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien7" + }, +/area/abductor_ship) +"kwt" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/jail) +"kwI" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/detective, +/turf/unsimulated/floor/wood, +/area/admin) +"kxj" = ( +/obj/machinery/abductor/gland_dispenser, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kxr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/light/small{ + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kyj" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (NORTH)" + }, +/turf/space, +/area/ussp_ship) +"kyC" = ( +/obj/structure/table/abductor, +/obj/item/bonegel/alien, +/obj/item/bonesetter/alien, +/obj/item/FixOVein/alien, +/obj/item/surgicaldrill/alien, +/obj/item/circular_saw/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kyR" = ( +/obj/structure/table, +/obj/item/circular_saw, +/obj/item/surgicaldrill{ + pixel_y = 5 + }, +/obj/item/kitchen/utensil/fork, +/obj/item/kitchen/utensil/spoon, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/syndicate_mothership) +"kyU" = ( +/obj/structure/bed/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kzK" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/tommygun, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"kAr" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien8" + }, +/area/abductor_ship) +"kAN" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/tdome/tdomeobserve) +"kAP" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien9" + }, +/area/abductor_ship) +"kBK" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"kCp" = ( +/obj/structure/table/abductor, +/obj/item/surgicaldrill/alien, +/obj/item/circular_saw/alien, +/obj/item/FixOVein/alien, +/obj/item/bonesetter/alien, +/obj/item/bonegel/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kCK" = ( +/turf/unsimulated/wall/abductor, +/area/abductor_ship) +"kDl" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien2" + }, +/area/abductor_ship) +"kDo" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien3" + }, +/area/abductor_ship) +"kDR" = ( +/obj/machinery/computer/station_alert, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 30 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"kEn" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien4" + }, +/area/abductor_ship) +"kEs" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/grown/citrus/lemon, +/obj/item/reagent_containers/food/snacks/grown/berries, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/cherries, +/obj/item/reagent_containers/food/snacks/grown/citrus/orange, +/obj/item/reagent_containers/food/snacks/grown/corn, +/obj/item/reagent_containers/food/snacks/grown/mushroom/amanita, +/turf/unsimulated/floor/wood, +/area/admin) +"kEA" = ( +/obj/item/target, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"kEI" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/centcom/evac) +"kEO" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + brightness_range = 5; + light_range = 5; + nightshift_light_range = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kFf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"kFE" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"kFU" = ( +/obj/structure/closet/syndicate/personal, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kGc" = ( +/obj/machinery/sleeper/syndie{ + dir = 2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"kHe" = ( +/obj/structure/table, +/obj/item/gun/energy/ionrifle, +/obj/machinery/light{ + brightness_range = 5; + light_range = 5; + nightshift_light_range = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kHs" = ( +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"kHz" = ( +/obj/machinery/door/airlock/wood{ + frequency = 2000; + id_tag = "CC-OP1-Ext"; + locked = 1; + name = "Zone 1" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"kHW" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"kHY" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"kHZ" = ( +/obj/item/flag/syndi, +/obj/machinery/light{ + brightness_range = 5; + light_range = 5; + nightshift_light_range = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kIf" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/unsimulated/floor/wood, +/area/admin) +"kIj" = ( +/obj/machinery/chem_dispenser{ + desc = "It appears Fox is doing more fruit chemistry today!"; + hackedcheck = 1 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"kJF" = ( +/obj/structure/flora/grass/both, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"kKC" = ( +/obj/item/gun/energy/taser, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"kKQ" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT0"; + name = "Launch Bay #0" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor, +/area/centcom/specops) +"kLa" = ( +/obj/structure/flora/grass/green, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"kLH" = ( +/obj/effect/landmark/shuttle_import, +/turf/space, +/area/space) +"kMc" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"kMR" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/kitchenspike, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/syndicate_mothership) +"kNm" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/gibs, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/syndicate_mothership) +"kNw" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien5" + }, +/area/abductor_ship) +"kOf" = ( +/obj/structure/filingcabinet/employment, +/obj/machinery/turretid/lethal{ + ailock = 1; + check_borgs = 1; + check_synth = 1; + check_weapons = 1; + control_area = "\improper Centcom Emergency Shuttle"; + name = "ERT Turret Control"; + pixel_y = 25; + req_access = null; + req_access_txt = "109" + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "ERT_turret_shutters"; + name = "ERT Turret Shutters"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"kOU" = ( +/obj/effect/turf_decal/arrows/white{ + color = "#0066ff"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darklattice" + }, +/area/centcom/zone3) +"kPg" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "blcarpet08"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kPq" = ( +/obj/effect/landmark/start, +/turf/unsimulated/floor, +/area/start) +"kPw" = ( +/obj/machinery/abductor/experiment{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kPU" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"kQk" = ( +/obj/effect/turf_decal/arrows/white{ + color = null; + dir = 1; + name = "Canteen, Shooting range, Zone 2, Medical block" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"kQu" = ( +/obj/structure/closet/wardrobe/red, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"kQN" = ( +/obj/machinery/abductor/console{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kQP" = ( +/obj/machinery/abductor/pad{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kRa" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"kRi" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kRw" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"kRI" = ( +/obj/machinery/abductor/experiment{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kRS" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/random/bomb_supply, +/turf/unsimulated/floor/wood, +/area/admin) +"kSr" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"kSt" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"kSA" = ( +/obj/machinery/abductor/console{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kST" = ( +/obj/machinery/abductor/pad{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kTf" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kTm" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"kTE" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "blcarpet09"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kTJ" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"kTX" = ( +/obj/item/flag/species/human, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kUP" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kVg" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"kVm" = ( +/obj/effect/landmark/abductor/scientist{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kVr" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"kVt" = ( +/obj/structure/snowman, +/obj/structure/marker_beacon, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"kVx" = ( +/mob/living/simple_animal/cow, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/machinery/door/window{ + color = null; + dir = 2; + opacity = 1; + panel_open = 1 + }, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"kVI" = ( +/obj/effect/landmark/abductor/agent{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kVW" = ( +/obj/effect/landmark/abductor/scientist{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kVZ" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + icon_state = "door_locked"; + id_tag = "emergency_away"; + locked = 1; + name = "Arrival Airlock"; + req_access = null + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"kWl" = ( +/obj/effect/landmark/abductor/agent{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kWo" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"kWQ" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"kXq" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"kYw" = ( +/turf/unsimulated/wall/splashscreen, +/area/start) +"kYC" = ( +/obj/structure/bookcase, +/obj/item/book, +/obj/item/book, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"kYG" = ( +/obj/structure/bookcase, +/obj/item/book, +/obj/item/book, +/obj/item/book, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"kZH" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"kZR" = ( +/obj/structure/bookcase, +/obj/item/book, +/obj/item/book, +/obj/item/book, +/obj/item/book, +/obj/item/book, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"lac" = ( +/obj/machinery/photocopier, +/obj/item/radio/intercom/specops{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"lae" = ( +/turf/unsimulated/wall{ + icon_state = "rrust" + }, +/area/vox_station) +"lai" = ( +/obj/structure/foodcart, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"laO" = ( +/turf/unsimulated/wall{ + icon_state = "rwall0" + }, +/area/vox_station) +"laU" = ( +/obj/structure/chair/comfy/red{ + color = "#000000" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"lbs" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/wood_wall.dmi'; + icon_state = "wood" + }, +/area/trader_station/sol) +"lbz" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"lbB" = ( +/obj/item/paper{ + name = "Energy" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"ldc" = ( +/turf/space, +/area/trader_station/sol) +"ldk" = ( +/obj/structure/bookcase, +/obj/item/book, +/obj/item/book, +/obj/item/book, +/obj/item/book, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"ldq" = ( +/obj/structure/rack, +/obj/item/melee/baseball_bat/ablative, +/obj/item/clothing/under/pj/red, +/obj/item/clothing/glasses/hud/health/sunglasses, +/obj/item/clothing/shoes/winterboots, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"ldx" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/tdome) +"ldA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"ldD" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/obj/effect/landmark{ + name = "Commando_Manual" + }, +/obj/effect/landmark{ + name = "nukecode" + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"lez" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 30 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"leJ" = ( +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/chrono_ship) +"lfo" = ( +/obj/structure/decorative_structures/metal/statue/metal_angel, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"lfA" = ( +/obj/structure/rack, +/obj/item/melee/baseball_bat/ablative, +/obj/item/clothing/under/pj/blue, +/obj/item/clothing/glasses/hud/health/sunglasses, +/obj/item/clothing/shoes/winterboots, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"lfY" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"lgz" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/structure/holohoop{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/red/partial, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"lgJ" = ( +/obj/structure/table, +/obj/item/rcd, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/storage/pill_bottle/random_drug_bottle, +/turf/unsimulated/floor/wood, +/area/admin) +"lgW" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/jail) +"lgX" = ( +/obj/structure/chair/stool/bar, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"lhk" = ( +/obj/item/flag/nt, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"lhm" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/stealth, +/obj/item/clothing/suit/space/vox/stealth, +/obj/item/clothing/head/helmet/space/vox/stealth, +/obj/item/clothing/head/helmet/space/vox/stealth, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"lhq" = ( +/obj/structure/table/reinforced/brass, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"lhB" = ( +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/ussp_ship) +"lhF" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/centcom/evac) +"lhK" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"lhY" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/trophy/gold_cup, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"lia" = ( +/obj/item/flag/species/vox, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"liS" = ( +/obj/item/flag/nt, +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ljj" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"ljn" = ( +/obj/structure/table/wood, +/obj/structure/mirror/magic{ + pixel_y = -30 + }, +/obj/item/flashlight/slime, +/turf/unsimulated/floor{ + icon_state = "carpet5-1" + }, +/area/wizard_station) +"lju" = ( +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"ljw" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1 + }, +/area/wizard_station) +"ljL" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"ljM" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"ljN" = ( +/obj/machinery/computer/card/centcom, +/turf/unsimulated/floor/wood, +/area/admin) +"ljP" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" + }, +/turf/unsimulated/floor/wood, +/area/admin) +"lkl" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law/black, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"lks" = ( +/obj/machinery/light/small{ + dir = 8; + light_range = 10; + throw_range = 6 + }, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"lkC" = ( +/obj/structure/table/wood, +/obj/item/sleeping_carp_scroll, +/turf/unsimulated/floor/wood, +/area/admin) +"lkJ" = ( +/turf/unsimulated/floor/carpet, +/area/adminconstruction) +"llx" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/centcom/evac) +"lnv" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"lnF" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/adminconstruction) +"lof" = ( +/obj/machinery/vending/liberationstation, +/turf/unsimulated/floor/wood, +/area/admin) +"loD" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/adminconstruction) +"loK" = ( +/obj/item/ashtray/glass{ + pixel_x = -7; + pixel_y = -4 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/structure/table/glass, +/obj/item/paper/monitorkey, +/obj/item/paper/tcommskey, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"loV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "tranquillitecorners" + }, +/area/centcom/specops) +"loW" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/adminconstruction) +"lpb" = ( +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"lpi" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/jail) +"lpm" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"lpR" = ( +/obj/item/radio/intercom/specops{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"lpV" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/adminconstruction) +"lqg" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/adminconstruction) +"lqr" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/ionrifle/carbine, +/turf/unsimulated/floor/wood, +/area/admin) +"lqz" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"lqT" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/landmark{ + name = "ERT Director" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"lqU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"lrq" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/adminconstruction) +"lrG" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/centcom/jail) +"lrI" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"lsm" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"lsE" = ( +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"lsQ" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"lth" = ( +/obj/mecha/combat/marauder/mauler/loaded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"ltk" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/obj/item/clothing/under/color/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"ltD" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/centcom/evac) +"lub" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/medic, +/obj/item/clothing/suit/space/vox/medic, +/obj/item/clothing/head/helmet/space/vox/medic, +/obj/item/clothing/head/helmet/space/vox/medic, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"lup" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Armory"; + pixel_y = -25 + }, +/obj/machinery/power/terminal, +/obj/structure/cable, +/obj/item/flag/species/human, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"luD" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"luP" = ( +/obj/effect/turf_decal/caution/stand_clear/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"luV" = ( +/obj/machinery/door/window/brigdoor{ + req_access_txt = "109" + }, +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"lwc" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"lwj" = ( +/obj/structure/chair/comfy/red, +/obj/effect/landmark{ + name = "voxstart" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"lwl" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"lwB" = ( +/obj/machinery/bsa/full/admin/east{ + layer = 1 + }, +/turf/space, +/area/ussp_ship) +"lwF" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor, +/area/centcom/specops) +"lxj" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/nuclear, +/turf/unsimulated/floor/wood, +/area/admin) +"lxo" = ( +/obj/machinery/vox_win_button, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"lxH" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"lys" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/specops) +"lza" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/item/megaphone, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"lzn" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"lzH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"lzZ" = ( +/obj/mecha/combat/durand/loaded, +/obj/effect/turf_decal/mech, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"lAl" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/adminconstruction) +"lAp" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT3"; + name = "Launch Bay #3" + }, +/turf/simulated/floor, +/area/centcom/specops) +"lAv" = ( +/obj/structure/table/holotable, +/obj/item/beach_ball, +/obj/item/beach_ball/holoball, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"lAC" = ( +/turf/space/transit/horizontal, +/area/space) +"lBl" = ( +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/adminconstruction) +"lDf" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"lDu" = ( +/obj/structure/sign/securearea, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"lDF" = ( +/obj/machinery/vending/snack/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"lEi" = ( +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"lET" = ( +/obj/structure/rack/holorack, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/implanter/mindshield, +/obj/item/implanter/mindshield, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/surgery, +/obj/item/organ/internal/cyberimp/arm/toolset, +/obj/item/organ/internal/cyberimp/arm/janitorial, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"lEV" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"lEW" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/box/white/corners, +/turf/simulated/floor/wood, +/area/centcom/jail) +"lFi" = ( +/obj/structure/bookcase, +/obj/item/book, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"lFt" = ( +/turf/unsimulated/floor{ + icon_state = "navyblue" + }, +/area/tdome/tdome1) +"lGm" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/specops) +"lGw" = ( +/obj/structure/table{ + dir = 4; + flipped = 1; + icon_state = "tableflip2" + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"lHq" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"lHA" = ( +/obj/structure/chair/comfy/brown, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"lHF" = ( +/obj/structure/chair/comfy/blue, +/obj/effect/landmark{ + name = "tdomeobserve" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/tdome/tdomeobserve) +"lHQ" = ( +/obj/effect/decal/warning_stripes/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"lIp" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"lKC" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/carapace, +/obj/item/clothing/suit/space/vox/carapace, +/obj/item/clothing/head/helmet/space/vox/carapace, +/obj/item/clothing/head/helmet/space/vox/carapace, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"lKO" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/gun/projectile/revolver/doublebarrel/improvised/cane, +/turf/unsimulated/floor/wood, +/area/admin) +"lKT" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"lLr" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/storage/box/autoinjectors, +/turf/unsimulated/floor/wood, +/area/admin) +"lLQ" = ( +/obj/effect/turf_decal/bot_red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"lMy" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"lMO" = ( +/obj/structure/bookcase, +/obj/item/book, +/obj/item/book, +/obj/item/book, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"lMS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"lNt" = ( +/obj/structure/bookcase, +/obj/item/book, +/obj/item/book, +/obj/item/book, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"lNE" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/lamp/green, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"lNO" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"lNT" = ( +/obj/effect/landmark{ + name = "Marauder Exit" + }, +/turf/simulated/floor, +/area/centcom/specops) +"lOD" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Strela"; + name = "Strela"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"lPe" = ( +/obj/structure/table/wood, +/obj/item/pizza_bomb, +/turf/unsimulated/floor/wood, +/area/admin) +"lPf" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"lPh" = ( +/obj/effect/step_trigger/teleporter{ + teleport_x = 20; + teleport_y = 161; + teleport_z = 2 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "rampbottom" + }, +/area/tdome/tdomeobserve) +"lPi" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "navyred" + }, +/area/tdome/arena) +"lPn" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/evac) +"lPo" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "navyblue" + }, +/area/tdome/arena) +"lPB" = ( +/turf/simulated/floor/carpet, +/area/centcom/court) +"lQx" = ( +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"lQZ" = ( +/obj/structure/closet/wardrobe/chemistry_white, +/obj/item/storage/bag/chemistry, +/obj/item/storage/bag/chemistry, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"lRd" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"lRF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"lRG" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/plant_analyzer, +/obj/item/cultivator, +/obj/item/reagent_containers/spray/plantbgone, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"lRW" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone3) +"lSd" = ( +/obj/effect/step_trigger/teleporter{ + teleport_x = 38; + teleport_y = 151; + teleport_z = 2 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "rampbottom" + }, +/area/tdome/tdomeobserve) +"lSp" = ( +/obj/machinery/door/airlock/centcom{ + req_access_txt = "152" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"lSx" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + name = "voxstart" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"lSO" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = 27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 27 + }, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"lTi" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"lTm" = ( +/obj/machinery/computer/shuttle/ert{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access = list(109) + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"lTx" = ( +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"lTL" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"lUk" = ( +/obj/structure/flora/tree/pine{ + pixel_x = 1 + }, +/obj/structure/flora/grass/brown, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"lUs" = ( +/obj/structure/table, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = -1 + }, +/turf/unsimulated/floor/wood, +/area/admin) +"lUT" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/supply) +"lVd" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"lVz" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/fingergun, +/obj/item/gun/projectile/revolver/fingergun/fake, +/turf/unsimulated/floor/wood, +/area/admin) +"lVF" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/space, +/turf/space, +/area/ussp_ship) +"lWK" = ( +/obj/item/gun/energy/temperature, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"lWN" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/turret, +/obj/item/gun/energy/pulse/turret, +/turf/unsimulated/floor/wood, +/area/admin) +"lXm" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_y = 14 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_y = 14 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"lXX" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/jail) +"lYu" = ( +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"lZl" = ( +/obj/machinery/door_control{ + id = "CC_space_jail_sec"; + name = "Central Command Jail Security Room"; + pixel_x = -40; + req_access_txt = "110" + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"lZt" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/pen/fancy, +/obj/item/paper_bin, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"maH" = ( +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"mbp" = ( +/obj/structure/bookcase, +/obj/item/book, +/obj/item/book, +/obj/item/book, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"mbt" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"mbE" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/item/storage/secure/safe{ + pixel_x = -32 + }, +/obj/structure/mirror{ + pixel_y = -30 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"mcb" = ( +/obj/machinery/vending{ + name = "Toy Weapon" + }, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"mcd" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"mcl" = ( +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/centcom/evac) +"mcv" = ( +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"mcx" = ( +/obj/machinery/computer/crew, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mcI" = ( +/obj/structure/toilet, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"mcU" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"mde" = ( +/turf/unsimulated/wall/fakeglass, +/area/wizard_station) +"mdi" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/instakill, +/obj/item/gun/energy/laser/instakill/blue, +/obj/item/gun/energy/laser/instakill/red, +/turf/unsimulated/floor/wood, +/area/admin) +"mdm" = ( +/obj/machinery/computer/operating, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"mdr" = ( +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"mdZ" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"meh" = ( +/obj/structure/mineral_door/wood{ + color = "#996600" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"mex" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"mey" = ( +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/door/airlock/centcom{ + name = "CentCom DeS"; + opacity = 1; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"meF" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Bojutsu"; + name = "Bojutsu"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"mfj" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkred" + }, +/area/tdome/tdome2) +"mfz" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navybluefull" + }, +/area/tdome/arena) +"mgR" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "navyred" + }, +/area/tdome/arena) +"mhd" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.8 + }, +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"mhF" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "navyred" + }, +/area/tdome/arena) +"miK" = ( +/obj/machinery/light/small{ + dir = 1; + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"mjD" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkbrown" + }, +/area/tdome/tdome2) +"mjR" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone1) +"mjS" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Mecha"; + name = "Mecha" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"mkc" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"mkf" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "navyblue" + }, +/area/tdome/arena) +"mly" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"mlX" = ( +/obj/structure/table/reinforced, +/obj/structure/sink/kitchen, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"mmd" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/specops) +"mmI" = ( +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"mmP" = ( +/obj/structure/bookcase, +/obj/item/book/manual/faxes, +/obj/item/book/manual/hydroponics_pod_people, +/obj/item/book/manual/medical_cloning, +/obj/item/book/manual/nuclear, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"mmY" = ( +/obj/structure/flora/ausbushes/palebush, +/obj/structure/flora/tree/pine{ + color = "#336633" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"mnf" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access_txt = "109" + }, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"mnu" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkbrown" + }, +/area/tdome/tdome1) +"mnV" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkred" + }, +/area/tdome/tdome1) +"moK" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bridge 1-2"; + opacity = 1; + req_access_txt = "113" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"mpA" = ( +/obj/structure/kitchenspike, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"mqb" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_away"; + name = "Shuttle Hatch"; + req_access_txt = "109" + }, +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"mrk" = ( +/obj/docking_port/stationary{ + allow_spin = 0; + dir = 4; + dwidth = 2; + height = 11; + id = "specops_away"; + name = "centcom bay 3"; + no_spin = 1; + top_left_corner = 8; + top_right_corner = 1; + turf_type = /turf/simulated/floor; + width = 5 + }, +/turf/simulated/floor, +/area/space) +"mrA" = ( +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"msd" = ( +/obj/structure/closet/crate, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"msj" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 4; + height = 11; + id = "trade_sol_base"; + name = "docking bay 2 at Jupiter Station"; + width = 9 + }, +/turf/space, +/area/trader_station/sol) +"msz" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"msS" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"mty" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/centcom/zone3) +"muh" = ( +/obj/machinery/door/airlock/external{ + id_tag = "trade_sol_base"; + name = "Docking Port" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"muE" = ( +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"muJ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/centcom/zone1) +"mvA" = ( +/obj/structure/table/wood/poker, +/obj/item/kitchen/knife, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"mvO" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"mvV" = ( +/obj/structure/table/wood/poker, +/obj/item/dice/d20, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"mwb" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone2) +"mxk" = ( +/mob/living/simple_animal/hostile/creature{ + name = "Experiment 35b" + }, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "plasma" + }, +/area/wizard_station) +"mxE" = ( +/obj/effect/decal/cleanable/molten_object, +/turf/unsimulated/floor{ + icon_state = "hierophant1" + }, +/area/wizard_station) +"myi" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/hooker, +/turf/simulated/floor/grass, +/area/centcom/evac) +"myA" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor, +/area/centcom/evac) +"mzA" = ( +/obj/structure/chair/comfy/brown{ + color = "#FF3300" + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"mzS" = ( +/mob/living/simple_animal/hostile/asteroid/gutlunch, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "plasma" + }, +/area/wizard_station) +"mAm" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreynavybluecorner" + }, +/area/centcom/specops) +"mAt" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"mAw" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"mAx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"mAM" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"mAQ" = ( +/obj/structure/bookcase, +/obj/item/book, +/obj/item/book, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"mBi" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/wizard_station) +"mBD" = ( +/obj/structure/curtain/open/shower/security, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/centcom/evac) +"mCp" = ( +/turf/unsimulated/floor{ + icon_state = "hierophant1" + }, +/area/wizard_station) +"mCU" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/obj/structure/mirror/magic{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "blcarpet01"; + tag = "icon-dark" + }, +/area/wizard_station) +"mDD" = ( +/obj/item/gun/energy/sniperrifle, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"mDY" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "tranquillitecorners" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "tranquillitecorners" + }, +/area/centcom/specops) +"mED" = ( +/obj/machinery/tcomms/relay/cc, +/turf/simulated/floor/bluegrid, +/area/centcom/bridge) +"mEE" = ( +/obj/machinery/shuttle_manipulator, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/chrono_ship) +"mEF" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyred" + }, +/area/tdome/arena) +"mER" = ( +/obj/structure/dresser, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"mFt" = ( +/obj/machinery/smartfridge/drying_rack, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"mFM" = ( +/obj/effect/landmark{ + name = "tdome2" + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/tdome/tdome2) +"mGu" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"mGJ" = ( +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"mGN" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"mHk" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bucket, +/obj/item/caution/proximity_sign, +/obj/item/caution/proximity_sign, +/obj/item/caution/proximity_sign, +/obj/item/storage/bag/trash, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"mHq" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyblue" + }, +/area/tdome/arena) +"mHB" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"mHZ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/floragun, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"mIb" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"mIN" = ( +/obj/item/gun/syringe/rapidsyringe, +/obj/structure/table/wood, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"mJd" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyblue" + }, +/area/tdome/arena) +"mJm" = ( +/turf/unsimulated/floor{ + icon_state = "blcarpet02"; + tag = "icon-dark" + }, +/area/wizard_station) +"mJI" = ( +/obj/item/projectile/snowball, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"mJP" = ( +/obj/structure/filingcabinet/security, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"mJR" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "navyred" + }, +/area/tdome/arena) +"mKG" = ( +/turf/unsimulated/floor{ + icon_state = "blcarpet03"; + tag = "icon-dark" + }, +/area/wizard_station) +"mKI" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine/longrange/syndie, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/syndicate_mothership) +"mKQ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom/syndicate{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"mLc" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"mLu" = ( +/obj/structure/bed/dogbed/ian{ + name = "Lounger" + }, +/mob/living/simple_animal/pet/dog/fox/alisa, +/obj/machinery/door_control{ + id = "CC_special_operations_force_room"; + name = "Central Command Special Operations Forces"; + pixel_x = -25; + pixel_y = 5; + req_access_txt = "114" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mLW" = ( +/turf/simulated/floor, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/specops) +"mMm" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/trader_station/sol) +"mMr" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "navyredcorners" + }, +/area/tdome/tdome2) +"mMP" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyredcorners" + }, +/area/tdome/tdome2) +"mNb" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/machinery/door_control{ + id = "ERT_director_office_shutters"; + name = "ERT Director Office Shutters"; + pixel_x = -8; + pixel_y = 9; + req_access_txt = "114" + }, +/obj/item/radio/intercom/specops{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mNt" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"mNx" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"mNz" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "navybluecorners" + }, +/area/tdome/tdome1) +"mNM" = ( +/obj/structure/table/wood, +/obj/item/toy/foamblade, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"mOw" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navyblue" + }, +/area/centcom/specops) +"mOM" = ( +/obj/structure/table/wood/fancy, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate" + }, +/obj/item/radio/intercom/syndicate{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"mON" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"mPi" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/evac) +"mPw" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/sniper_rifle/toy, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"mPF" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r/toy, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"mPT" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod3_away"; + name = "recovery ship bay 3"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor, +/area/space) +"mPV" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"mQi" = ( +/obj/structure/mineral_door, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"mRE" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/centcom/evac) +"mRS" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/turf/simulated/floor, +/area/centcom/supply) +"mRX" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"mSo" = ( +/obj/effect/landmark{ + name = "tdome1" + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/tdome/tdome1) +"mSu" = ( +/obj/machinery/computer/message_monitor, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mSB" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navybluecorners" + }, +/area/tdome/tdome1) +"mSP" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone2) +"mTN" = ( +/obj/machinery/door/airlock{ + name = "Комната отдыха" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"mTV" = ( +/obj/structure/table/reinforced/brass, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"mUn" = ( +/obj/machinery/vending/coffee/free, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"mUx" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"mUB" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/l6_saw/toy, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"mVb" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"mVe" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"mVA" = ( +/obj/machinery/vending/cigarette/free, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"mVD" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/ussp_ship) +"mVN" = ( +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"mWa" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"mWE" = ( +/obj/mecha/combat/gygax/ert/loaded{ + operation_req_access = list() + }, +/obj/effect/turf_decal/mech, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"mWK" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/automatic/dual_tube, +/turf/unsimulated/floor/wood, +/area/admin) +"mZf" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"mZi" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"mZl" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/trader_station/sol) +"mZt" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/trader_station/sol) +"mZH" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark{ + name = "ERT Director" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"nah" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + id_tag = "CC-OP2-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"nao" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/court) +"naR" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/wizard_station) +"nbj" = ( +/obj/structure/rack, +/obj/item/beach_ball/holoball{ + throw_speed = 20; + throwforce = 1000 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"nbn" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/vending_refill/hydronutrients, +/obj/item/vending_refill/hydronutrients, +/obj/item/vending_refill/hydronutrients, +/obj/item/vending_refill/hydroseeds, +/obj/item/vending_refill/hydroseeds, +/obj/item/vending_refill/hydroseeds, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"nck" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/jail) +"ncx" = ( +/obj/machinery/door/airlock/centcom{ + name = "Medical Block"; + opacity = 1; + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"neG" = ( +/turf/unsimulated/floor{ + icon_state = "navyredcorners" + }, +/area/tdome/tdome2) +"neM" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"neO" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyredcorners" + }, +/area/tdome/tdome2) +"nfc" = ( +/obj/machinery/door/poddoor{ + density = 0; + id_tag = "thunderdome"; + name = "Thunderdome Blast Door"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyredfull" + }, +/area/tdome/arena) +"nfp" = ( +/obj/structure/table/wood, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ + name = "KAZ" + }, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ + name = "KAZ" + }, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ + name = "KAZ" + }, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ + name = "KAZ" + }, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ + name = "KAZ" + }, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ + name = "KAZ" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "URVM" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "URVM" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "URVM" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "URVM" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "URVM" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "URVM" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "2A72M2"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "2A72M2"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "2A72M2"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "2A72M2"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "2A72M2"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "2A72M2"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"nfT" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone2) +"ngm" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "navyred" + }, +/area/tdome/arena) +"ngn" = ( +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"ngp" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "navyblue" + }, +/area/tdome/arena) +"ngy" = ( +/obj/machinery/door/poddoor{ + density = 0; + id_tag = "thunderdome"; + name = "Thunderdome Blast Door"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navybluefull" + }, +/area/tdome/arena) +"nhb" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"nhd" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/bridge) +"nhg" = ( +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"nhh" = ( +/obj/structure/table, +/obj/item/gun/energy/laser/practice{ + pixel_y = -10 + }, +/obj/item/gun/energy/laser/practice{ + pixel_y = -10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"nhH" = ( +/turf/unsimulated/floor{ + icon_state = "navybluecorners" + }, +/area/tdome/tdome1) +"nia" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/clown, +/obj/item/gun/energy/disabler, +/obj/item/gun/energy/disabler/cyborg, +/obj/item/gun/energy/mimicgun, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"nij" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"nil" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"nix" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"niI" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"niJ" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navybluecorners" + }, +/area/tdome/tdome1) +"njs" = ( +/obj/docking_port/mobile/emergency/backup{ + dir = 8; + dwidth = 9; + roundstart_move = null + }, +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 8; + id = "backup_away"; + name = "Backup Shuttle Dock"; + turf_type = /turf/simulated/floor; + width = 8 + }, +/obj/machinery/door/airlock/shuttle, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/escape) +"njD" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/vending/cola/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"njV" = ( +/obj/structure/table/wood/poker, +/obj/item/paper_bin, +/obj/item/pen, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"njW" = ( +/turf/space/transit/east{ + dir = 8 + }, +/area/space) +"nkq" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/mounted, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"nkD" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"nkU" = ( +/obj/structure/marker_beacon, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"nlK" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"nlV" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/space, +/area/ussp_ship) +"nmj" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"nmy" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/wizard_station) +"nmB" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"nmI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"nnr" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"nns" = ( +/turf/unsimulated/floor{ + icon_state = "blcarpet04"; + tag = "icon-dark" + }, +/area/wizard_station) +"nnO" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "TD_Baseball"; + name = "4-shot base/ball" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"npw" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/centcom/evac) +"npy" = ( +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"npE" = ( +/obj/structure/closet/syndicate/sst, +/obj/item/ammo_box/magazine/mm556x45/bleeding, +/obj/item/ammo_box/magazine/mm556x45, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership) +"npR" = ( +/obj/effect/landmark{ + name = "tdome2" + }, +/obj/machinery/camera{ + c_tag = "Thunderdome Red Team"; + network = list("Thunderdome"); + pixel_x = 11; + pixel_y = -9 + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/tdome/tdome2) +"npS" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/obj/machinery/camera{ + c_tag = "Thunderdome Arena"; + network = list("Thunderdome"); + pixel_x = 10 + }, +/obj/machinery/flasher{ + id = "flash"; + name = "Thunderdome Flash" + }, +/obj/item/radio/intercom/pirate{ + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"npV" = ( +/obj/effect/landmark{ + name = "tdome1" + }, +/obj/machinery/camera{ + c_tag = "Thunderdome Green Team"; + network = list("Thunderdome"); + pixel_x = 12; + pixel_y = -10 + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/tdome/tdome1) +"nqh" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "TD_Baseball"; + name = "4-shot base/ball" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"nqz" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"nqR" = ( +/obj/machinery/vending/cigarette/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"nrg" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = -3 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"nri" = ( +/obj/item/clothing/suit/space/syndicate/blue{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Command Suit" + }, +/obj/item/clothing/head/helmet/space/syndicate/blue{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Command Helmet" + }, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/suit/space/syndicate/blue{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Command Suit" + }, +/obj/item/clothing/head/helmet/space/syndicate/blue{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Command Helmet" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"nru" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "Zone1-bathroom2"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"nrT" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"nrZ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/item/storage/secure/safe{ + pixel_x = -32 + }, +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"nsF" = ( +/obj/machinery/computer/shuttle/trade/sol, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"nuT" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"nwd" = ( +/obj/structure/chair/comfy/brown, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"nwi" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1 + }, +/area/trader_station/sol) +"nwk" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"nxk" = ( +/obj/item/flag/species/human, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"nxA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"nxJ" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"nxQ" = ( +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"nyn" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"nyD" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/lamp/green, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"nyH" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin, +/obj/item/pen/fancy, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"nyK" = ( +/obj/structure/filingcabinet/chestdrawer/autopsy, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"nyW" = ( +/obj/structure/chair/comfy/purp{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"nzc" = ( +/turf/unsimulated/floor{ + icon_state = "carpet7-3" + }, +/area/wizard_station) +"nze" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access_txt = "114" + }, +/obj/item/clothing/suit/judgerobe{ + name = "Supreme judge's robe" + }, +/obj/item/card/id/centcom{ + icon_state = "deathsquad"; + name = "Supreme Judge ID card"; + pixel_x = -3; + pixel_y = -3; + registered_name = "Supreme Judge" + }, +/obj/item/clothing/head/powdered_wig{ + desc = null; + name = "Supreme judge wig" + }, +/obj/item/clothing/under/suit_jacket/really_black{ + name = "Supreme judge suit" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + name = "Supreme judge gloves" + }, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"nzq" = ( +/turf/unsimulated/floor{ + icon_state = "blcarpet06"; + tag = "icon-dark" + }, +/area/wizard_station) +"nAe" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"nAg" = ( +/obj/structure/bookcase, +/obj/item/book, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"nAk" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"nAz" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"nBb" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/turf/space, +/area/ussp_ship) +"nBB" = ( +/obj/machinery/r_n_d/server/centcom, +/turf/unsimulated/floor/wood, +/area/admin) +"nBG" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"nCo" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/drinks/mugwort, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"nCV" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stamp/chameleon, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"nCY" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"nDb" = ( +/obj/machinery/vending/snack/free, +/obj/structure/window/reinforced/tinted, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"nDu" = ( +/turf/simulated/floor/plasteel, +/area/centcom/evac) +"nDE" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"nDL" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"nEz" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"nEH" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"nEI" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "escape" + }, +/area/centcom/zone1) +"nFj" = ( +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/obj/machinery/light_switch{ + pixel_x = 12; + pixel_y = -26 + }, +/obj/item/radio/intercom/syndicate{ + pixel_x = -3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "blcarpet07"; + tag = "icon-dark" + }, +/area/wizard_station) +"nFo" = ( +/turf/unsimulated/floor{ + icon_state = "blcarpet08"; + tag = "icon-dark" + }, +/area/wizard_station) +"nFE" = ( +/obj/effect/landmark{ + name = "Holding Facility" + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/area/ninja/holding) +"nFV" = ( +/obj/item/clothing/suit/space/syndicate/orange{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Security Suit" + }, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/suit/space/syndicate/orange{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Security Suit" + }, +/obj/item/clothing/suit/space/syndicate/orange{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Security Suit" + }, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"nFY" = ( +/turf/unsimulated/floor{ + icon_state = "blcarpet09"; + tag = "icon-dark" + }, +/area/wizard_station) +"nGr" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkblue" + }, +/area/tdome/tdome2) +"nGE" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkgreen" + }, +/area/tdome/tdome2) +"nHg" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkgreen" + }, +/area/tdome/tdome1) +"nHm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "tranquillitecorners" + }, +/area/centcom/specops) +"nHZ" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + name = "Access Controller OP2"; + pixel_y = 32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP2-Ext"; + tag_interior_door = "CC-OP2-Int" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/specops) +"nIc" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkblue" + }, +/area/tdome/tdome1) +"nIV" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"nIZ" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"nJf" = ( +/obj/structure/flora/tree/pine{ + pixel_x = -15 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"nJA" = ( +/obj/machinery/door_control{ + color = "#99ff99"; + id = "ERT_armory_lvl1"; + name = "ERT Armory Level 1"; + pixel_x = 6; + pixel_y = -6; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + color = "#9999ff"; + id = "ERT_armory_lvl2"; + name = "ERT Armory Level 2"; + pixel_x = -6; + pixel_y = -6; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + color = "#ff9999"; + id = "ERT_armory_lvl3"; + name = "ERT Armory Level 3"; + pixel_x = 6; + pixel_y = 4; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + color = "#ffdd99"; + id = "ERT_armory_lvl4"; + name = "ERT Armory Level 4"; + pixel_x = -6; + pixel_y = 4; + req_access_txt = "114" + }, +/obj/structure/table/glass, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"nJH" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"nKb" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"nKe" = ( +/mob/living/simple_animal/hostile/carp/megacarp, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "plasma" + }, +/area/wizard_station) +"nKC" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + req_access_txt = "102" + }, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"nLg" = ( +/mob/living/simple_animal/hostile/guardian/fire, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "plasma" + }, +/area/wizard_station) +"nLt" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"nLK" = ( +/obj/item/flag/wiz, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"nLS" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/automatic/mini_uzi, +/obj/item/gun/projectile/automatic/mini_uzi, +/obj/item/gun/projectile/automatic/mini_uzi, +/obj/item/gun/projectile/automatic/mini_uzi, +/obj/item/gun/projectile/automatic/mini_uzi, +/obj/item/gun/projectile/automatic/mini_uzi, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"nLY" = ( +/obj/structure/bookcase, +/obj/item/book, +/obj/item/book, +/obj/item/book, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"nMM" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"nMQ" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/lamp/green, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"nMS" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Bojutsu"; + name = "Bojutsu"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"nMZ" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"nNq" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"nNS" = ( +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/item/soap, +/obj/item/mop, +/obj/structure/mopbucket, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"nOd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"nOk" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"nOx" = ( +/obj/structure/window/full/reinforced, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"nOF" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"nPb" = ( +/obj/machinery/door/airlock{ + name = "Toilet" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"nPM" = ( +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"nQs" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "navyblue" + }, +/area/tdome/tdome1) +"nQJ" = ( +/obj/structure/bookcase, +/obj/item/book, +/obj/item/book, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"nQS" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"nRc" = ( +/turf/simulated/floor/bluegrid, +/area/centcom/bridge) +"nRe" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt-1-2" + }, +/area/wizard_station) +"nRv" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/storage/pill_bottle/dice, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"nSC" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/computer/library/checkout, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"nSY" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"nTa" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/melee/energy/sword/saber/blue, +/obj/item/clothing/under/color/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"nTr" = ( +/obj/item/flag/nt, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"nTs" = ( +/obj/machinery/computer/shuttle/ert, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"nTw" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/obj/item/clothing/under/color/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"nTz" = ( +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"nTH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"nTM" = ( +/obj/machinery/door/airlock/centcom{ + opacity = 1; + req_access_txt = "152" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"nVo" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"nVu" = ( +/obj/item/gun/energy/dominator, +/obj/structure/table/wood, +/obj/item/gun/energy/dominator/no_sibyl, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"nVP" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"nWT" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"nYb" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"nYg" = ( +/obj/machinery/computer/camera_advanced, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"nYo" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"nZT" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"oaB" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi/cyborg, +/turf/unsimulated/floor/wood, +/area/admin) +"obc" = ( +/obj/machinery/door/window{ + dir = 1; + panel_open = 1; + req_access_txt = "152" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"obg" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Shop" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"obn" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/kitchen/rollingpin, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"ocA" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/evac) +"ocX" = ( +/obj/structure/chair/stool, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"odn" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/centcom/specops) +"odP" = ( +/obj/effect/landmark{ + name = "Holding Facility" + }, +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/area/ninja/holding) +"oeb" = ( +/obj/machinery/vending/cola/free, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"ofb" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stack/spacecash, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"ofd" = ( +/obj/item/target, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken4" + }, +/area/wizard_station) +"ofz" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"ofU" = ( +/obj/item/paper{ + name = "Toy" + }, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"ogk" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "Zone3-bathroom2"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone3) +"ogm" = ( +/obj/item/target/syndicate, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"ogF" = ( +/obj/item/target/alien, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken7" + }, +/area/wizard_station) +"ogV" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/centcom/evac) +"ohf" = ( +/obj/structure/closet/secure_closet/bar{ + req_access = null + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/evac) +"ohl" = ( +/obj/item/target, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken3" + }, +/area/wizard_station) +"ohz" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"ohE" = ( +/turf/unsimulated/wall/fakeglass, +/area/trader_station/sol) +"ohI" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery, +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/obj/item/clothing/gloves/color/latex/nitrile, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"ohS" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"oie" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"oiA" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken3" + }, +/area/wizard_station) +"ojg" = ( +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"okm" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"okv" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken7" + }, +/area/wizard_station) +"okA" = ( +/obj/item/toy/syndicateballoon, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcircuit" + }, +/area/syndicate_mothership) +"okC" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"olk" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/evac) +"olG" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/wood_wall.dmi'; + icon_state = "wood" + }, +/area/wizard_station) +"oms" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/centcom/zone1) +"omF" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"omP" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"onf" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"onh" = ( +/obj/structure/dresser, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"onH" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/machinery/light, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"onP" = ( +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"opi" = ( +/obj/item/flag/nt, +/turf/simulated/floor/carpet, +/area/centcom/court) +"opq" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"opy" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Cowboy"; + name = "Cowboy"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"opJ" = ( +/turf/unsimulated/wall{ + icon_state = "rrust10" + }, +/area/vox_station) +"oqe" = ( +/turf/space, +/area/ussp_ship) +"oqh" = ( +/obj/structure/bed, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"oqJ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 4; + opacity = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"oqK" = ( +/obj/structure/dresser, +/obj/structure/mirror{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"oqW" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, +/obj/effect/landmark{ + name = "traderstart_sol" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"orh" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/centcom/zone1) +"orv" = ( +/obj/machinery/vending/medical, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"oua" = ( +/obj/machinery/cryopod, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"ouh" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 8; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"oup" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 4; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"ouq" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ova" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/centcom/zone1) +"ovp" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = 4; + tag = "icon-shower (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitelattice" + }, +/area/centcom/zone3) +"ovD" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"ovR" = ( +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"owd" = ( +/obj/structure/dresser, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"owo" = ( +/obj/machinery/computer/atmoscontrol, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"oxi" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/stamp/magistrate{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = -7 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"oxk" = ( +/obj/machinery/computer/security{ + network = list("CentComm") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"oxt" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"oxD" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone1) +"oxN" = ( +/obj/structure/sign/poster/official/air1, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/specops) +"oya" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "navyred" + }, +/area/tdome/tdome2) +"oys" = ( +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/doctor, +/obj/item/storage/firstaid/doctor, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/item/roller, +/obj/item/roller, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/storage/toolbox/syndicate, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 40 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"oyx" = ( +/obj/item/tank/nitrogen, +/obj/structure/table/wood, +/obj/item/tank/nitrogen, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/tank/nitrogen, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"oyT" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + name = "Saiga-12k" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + name = "Saiga-12k" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + name = "Saiga-12k" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + name = "Saiga-12k" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + name = "Saiga-12k" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + name = "Saiga-12k" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"ozx" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"ozD" = ( +/obj/docking_port/stationary/transit{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_transit"; + name = "skipjack in transit"; + width = 19 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"ozF" = ( +/obj/item/flag/species/human, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ozG" = ( +/obj/structure/mineral_door/wood, +/turf/space, +/area/trader_station/sol) +"ozO" = ( +/obj/machinery/cryopod, +/obj/machinery/light{ + dir = 4; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"ozU" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor, +/area/centcom/specops) +"oAb" = ( +/obj/machinery/computer/drone_control, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"oAF" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"oBl" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"oBv" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"oBz" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"oBA" = ( +/obj/machinery/cryopod/right, +/obj/machinery/light{ + dir = 8; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"oBE" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"oBG" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"oBK" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"oBV" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "navyblue" + }, +/area/tdome/arena) +"oCr" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "navyblue" + }, +/area/tdome/arena) +"oCE" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/obj/item/clothing/under/color/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"oDP" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone1-bathroom5"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"oDW" = ( +/obj/structure/table/wood, +/obj/item/toy/sword, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"oEm" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/sniper_rifle, +/obj/item/gun/projectile/automatic/sniper_rifle/compact, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate/penetrator, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/admin) +"oEq" = ( +/obj/machinery/door/airlock/centcom{ + name = "ERT Director"; + opacity = 1; + req_access_txt = "114" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"oEN" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"oFh" = ( +/obj/machinery/computer/cryopod{ + pixel_y = -32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"oGk" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"oGv" = ( +/obj/item/gun/throw/piecannon, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"oHr" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"oHz" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"oIg" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"oIl" = ( +/obj/structure/dresser, +/obj/structure/mirror{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"oIx" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/retro, +/obj/item/gun/energy/laser/retro/old, +/obj/item/gun/energy/laser/retro/sc_retro, +/obj/item/gun/energy/laser/tag/blue, +/obj/item/gun/energy/laser/tag/red, +/turf/unsimulated/floor/wood, +/area/admin) +"oIE" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "navyred" + }, +/area/tdome/tdome2) +"oIH" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/tdome/tdomeadmin) +"oJd" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"oJr" = ( +/obj/effect/landmark{ + name = "tdomeadmin" + }, +/obj/item/radio/intercom/pirate{ + pixel_y = -32; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/tdome/tdomeadmin) +"oJu" = ( +/obj/structure/bookcase, +/obj/item/book/manual/atmospipes, +/obj/item/book/manual/barman_recipes, +/obj/item/book/manual/chef_recipes, +/obj/item/book/manual/detective, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_guide, +/obj/item/book/manual/engineering_hacking, +/obj/item/book/manual/engineering_particle_accelerator, +/obj/item/book/manual/engineering_singularity_safety, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"oJy" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/evac) +"oJE" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"oKB" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_away"; + name = "vox bay 1"; + width = 19 + }, +/turf/space, +/area/space) +"oKR" = ( +/obj/structure/closet/wardrobe/red, +/obj/item/clothing/suit/tracksuit/red, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"oKS" = ( +/obj/item/cardboard_cutout{ + anchored = 1; + desc = "Обычная статуя офицера, что она здесь делает? На табличке красуется надпись - Pizdyach Rodnenkiy"; + icon_state = "cutout_ntsec"; + name = "Officer" + }, +/turf/simulated/floor/grass, +/area/centcom/specops) +"oKU" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"oLc" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"oMG" = ( +/obj/structure/shuttle/engine/heater, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/jail) +"oMK" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops."; + name = "Special Ops. Monitor"; + network = list("ERT"); + pixel_y = -32 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"oNb" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/gavelhammer, +/obj/item/gavelblock, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"oNz" = ( +/obj/machinery/vending, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"oNH" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"oNQ" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"oNW" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"oOH" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9 + }, +/area/wizard_station) +"oPa" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5 + }, +/area/wizard_station) +"oPr" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (WEST)" + }, +/area/ussp_ship) +"oPF" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet6-2" + }, +/area/wizard_station) +"oPH" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 2; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"oPO" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"oQp" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Mecha"; + name = "Mecha" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"oQw" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 2; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/specops) +"oQM" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 2; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/centcom/specops) +"oQZ" = ( +/obj/structure/rack, +/obj/item/melee/baseball_bat/ablative, +/obj/item/clothing/under/pj/red, +/obj/item/clothing/glasses/hud/health/sunglasses, +/obj/item/clothing/shoes/winterboots, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"oRg" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"oRo" = ( +/obj/item/beach_ball, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"oRp" = ( +/obj/structure/rack, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"oRC" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/centcom/zone1) +"oRN" = ( +/obj/structure/table/wood, +/obj/item/tank/emergency_oxygen/vox, +/obj/item/clothing/mask/breath/vox, +/turf/unsimulated/floor{ + icon_state = "carpet14-10" + }, +/area/wizard_station) +"oRZ" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/wood, +/area/centcom/jail) +"oSt" = ( +/obj/machinery/vending/tool, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"oSF" = ( +/turf/space/transit/horizontal{ + dir = 4 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"oTU" = ( +/obj/machinery/smartfridge/drying_rack, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"oUp" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Tactical equipment and weapons" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"oVd" = ( +/obj/mecha/combat/marauder/seraph{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 80, "energy" = 80, "bomb" = 80, "bio" = 80, "rad" = 80, "fire" = 100, "acid" = 100); + color = "#006666"; + name = "271 - Colonel Andreev" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "Automatic 20mm cannone"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "Heavy 83mm HE RL" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot{ + name = "Destroyer of the present"; + projectiles = 70; + projectiles_per_shot = 7 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/xray/triple, +/obj/item/mecha_parts/mecha_equipment/teleporter/precise, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"oVl" = ( +/obj/structure/flora/ausbushes, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/trader_station/sol) +"oVo" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/zone1) +"oVq" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"oWB" = ( +/mob/living/simple_animal/cow, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"oWV" = ( +/obj/item/ammo_casing/c9mm{ + dir = 1; + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/ammo_casing/c9mm{ + dir = 4; + pixel_x = 5; + pixel_y = -12 + }, +/obj/item/ammo_casing/c9mm, +/obj/item/ammo_casing/c9mm{ + dir = 5; + pixel_x = -7; + pixel_y = -12 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"oWX" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"oXq" = ( +/obj/structure/flora/ausbushes/pointybush, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/trader_station/sol) +"oXs" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/trader_station/sol) +"oXt" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 9; + height = 18; + id = "admin_away"; + name = "centcom bay 1"; + timid = 1; + turf_type = /turf/simulated/floor; + width = 19 + }, +/turf/simulated/floor, +/area/centcom/specops) +"oXv" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/trader_station/sol) +"oXS" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/jail) +"oYc" = ( +/obj/structure/shuttle/engine/router, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/specops) +"oYU" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medicine" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"oZU" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"oZV" = ( +/obj/effect/turf_decal/arrows/white{ + color = null; + dir = 4; + name = "ERT shuttle" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"pau" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "TD_Strela"; + name = "Strela"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"paY" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "navyred" + }, +/area/tdome/arena_source) +"pbA" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "navyblue" + }, +/area/tdome/arena_source) +"pbI" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navybluefull" + }, +/area/tdome/arena_source) +"pbR" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/wizrobe/marisa, +/obj/item/clothing/shoes/sandal/marisa, +/obj/item/clothing/head/wizard/marisa, +/obj/item/twohanded/staff/broom, +/turf/unsimulated/floor{ + icon_state = "carpet14-10" + }, +/area/wizard_station) +"pck" = ( +/turf/unsimulated/floor{ + icon_state = "carpet11-12" + }, +/area/wizard_station) +"pcJ" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/trader_station/sol) +"pcO" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse, +/obj/item/gun/energy/pulse/carbine, +/obj/item/gun/energy/pulse/cyborg, +/obj/item/gun/energy/pulse/destroyer, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/turf/unsimulated/floor/wood, +/area/admin) +"pcS" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/trader_station/sol) +"pde" = ( +/obj/structure/chair/sofa{ + dir = 6 + }, +/obj/effect/decal/cleanable/confetti, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"pdi" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "navyred" + }, +/area/tdome/arena_source) +"pdA" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = -7 + }, +/obj/item/storage/briefcase, +/obj/item/door_remote/omni, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"pdP" = ( +/turf/unsimulated/wall{ + icon_state = "iron6" + }, +/area/syndicate_mothership) +"per" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/mask/balaclava, +/turf/simulated/floor/wood, +/area/centcom/jail) +"peM" = ( +/obj/structure/bed, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"pfk" = ( +/obj/machinery/computer/sm_monitor, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"pfv" = ( +/obj/structure/piano, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"pfz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgreynavyblue" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"pfV" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "navyred" + }, +/area/tdome/arena_source) +"pgp" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pgZ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"phl" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT1"; + name = "Launch Bay #1" + }, +/turf/simulated/floor, +/area/centcom/specops) +"phr" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "navyblue" + }, +/area/tdome/arena_source) +"phs" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"phv" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "navyblue" + }, +/area/tdome/arena_source) +"phS" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"pih" = ( +/obj/structure/flora/bush, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/trader_station/sol) +"piw" = ( +/turf/unsimulated/floor{ + icon_state = "hierophant1" + }, +/area/trader_station/sol) +"piE" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"piN" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcircuit" + }, +/area/syndicate_mothership) +"pjk" = ( +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/carpet, +/area/centcom/jail) +"pjo" = ( +/obj/structure/sign/poster/contraband/syndicate_pistol{ + pixel_x = -32 + }, +/obj/structure/chair/stool/bar, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"pkn" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "escape" + }, +/area/centcom/zone1) +"pkq" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"pkK" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyred" + }, +/area/tdome/arena_source) +"plJ" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyblue" + }, +/area/tdome/arena_source) +"plN" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"pml" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/crew, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"png" = ( +/obj/structure/chair/comfy/purp, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"pnj" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"pnL" = ( +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"pok" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"poE" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyblue" + }, +/area/tdome/arena_source) +"ppN" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/trader_station/sol) +"pqC" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/under/color/lightpurple, +/obj/item/clothing/under/color/purple, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/head/wizard/red, +/obj/item/clothing/suit/wizrobe/red, +/obj/item/clothing/head/wizard, +/obj/item/clothing/suit/wizrobe, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/turf/unsimulated/floor{ + icon_state = "carpet10-8" + }, +/area/wizard_station) +"pqO" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"prm" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"prs" = ( +/obj/structure/flora/ausbushes/palebush, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/trader_station/sol) +"prF" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "Enforcer magazine"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pst" = ( +/obj/structure/rack, +/obj/item/beach_ball/holoball{ + throw_speed = 20; + throwforce = 1000 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"psG" = ( +/obj/machinery/door/poddoor{ + density = 0; + id_tag = "thunderdome"; + name = "Thunderdome Blast Door"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyredfull" + }, +/area/tdome/arena_source) +"ptg" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"puu" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "navyred" + }, +/area/tdome/arena_source) +"puv" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "navyblue" + }, +/area/tdome/arena_source) +"puG" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/centcom/supply) +"pvI" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/zone2) +"pvS" = ( +/obj/structure/reagent_dispensers/oil, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"pwa" = ( +/obj/machinery/door/poddoor{ + density = 0; + id_tag = "thunderdome"; + name = "Thunderdome Blast Door"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navybluefull" + }, +/area/tdome/arena_source) +"pwc" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/structure/rack/holorack, +/obj/structure/window/reinforced, +/turf/simulated/floor, +/area/centcom/supply) +"pwF" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "TD_Baseball"; + name = "4-shot base/ball" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"pwG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"pwO" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "TD_Baseball"; + name = "4-shot base/ball" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"pxF" = ( +/obj/structure/flora/ausbushes/genericbush, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/trader_station/sol) +"pxG" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering equipment & tools" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"pyj" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/simulated/floor, +/area/centcom/specops) +"pyu" = ( +/obj/machinery/door/airlock/science/glass{ + name = "R&D" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"pyS" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Shitcurity"; + name = "Shitcurity"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"pzl" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Robaster"; + name = "Robaster"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"pzn" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign2"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"pzx" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/fluff/benjaminfallout, +/obj/item/clothing/under/fluff/benjaminfallout, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/jay_turtleneck, +/obj/item/clothing/under/fluff/jay_turtleneck, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"pzG" = ( +/obj/structure/chair/sofa, +/obj/effect/decal/cleanable/confetti, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"pzL" = ( +/obj/structure/shuttle/engine/heater, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/specops) +"pAk" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"pAr" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"pBz" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"pBW" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/energy/sword/saber/red, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"pCk" = ( +/obj/structure/sign/poster/official/religious{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"pDj" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/melee/energy/sword/saber/blue, +/obj/item/clothing/under/color/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"pDL" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/obj/item/clothing/under/color/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"pDU" = ( +/obj/effect/decal/cleanable/confetti, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/centcom/evac) +"pEb" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"pEo" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 11; + height = 13; + id = "emergency_transit"; + name = "emergency in transit"; + width = 24 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"pEy" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/warmdonkpocket, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"pEC" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"pEQ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"pEX" = ( +/obj/item/gun/throw, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"pFp" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/centcom/supply) +"pFs" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/camera_advanced, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"pFO" = ( +/obj/machinery/door/airlock/silver/glass{ + name = "Rare" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"pGs" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = 4; + tag = "icon-shower (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitelattice" + }, +/area/centcom/evac) +"pGG" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pGK" = ( +/obj/item/paper{ + name = "Balistic" + }, +/turf/space, +/area/admin) +"pHf" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Cowboy"; + name = "Cowboy"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"pHh" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"pHj" = ( +/obj/item/clothing/accessory/cowboyshirt, +/obj/item/clothing/shoes/cowboy/black, +/obj/item/clothing/head/cowboyhat/black, +/obj/structure/rack, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/storage/belt/bandolier, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/clothing/accessory/holster, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/clothing/under/color/black, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"pHN" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall-1" + }, +/area/tdome/arena_source) +"pHP" = ( +/obj/machinery/computer/teleporter, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"pHS" = ( +/obj/structure/rack, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/storage/belt/bandolier, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/clothing/accessory/holster, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/clothing/head/cowboyhat/white, +/obj/item/clothing/shoes/cowboy/fancy, +/obj/item/clothing/accessory/cowboyshirt/white, +/obj/item/clothing/under/color/white, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"pHT" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/taperecorder, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"pIg" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"pII" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/automatic/pistol/APS, +/obj/item/gun/projectile/automatic/pistol/APS, +/obj/item/gun/projectile/automatic/pistol/APS, +/obj/item/gun/projectile/automatic/pistol/APS, +/obj/item/gun/projectile/automatic/pistol/APS, +/obj/item/gun/projectile/automatic/pistol/APS, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"pIJ" = ( +/obj/structure/table/wood, +/obj/item/candle/eternal, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"pJg" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/obj/item/clothing/under/color/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"pLq" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod3_transit"; + name = "pod 3 in transit"; + width = 3 + }, +/turf/space/transit/east{ + dir = 8 + }, +/area/space) +"pLA" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"pLD" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "TD_Cowboy"; + name = "Cowboy"; + tag = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"pLS" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/machinery/light/small{ + brightness_range = 2; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"pMu" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"pMz" = ( +/obj/mecha/combat/gygax/ert, +/obj/effect/turf_decal/mech, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pOg" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet9-4" + }, +/area/wizard_station) +"pOB" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/zone2) +"pOT" = ( +/obj/structure/chair/comfy/brown{ + color = "#3300FF" + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"pPt" = ( +/obj/item/gun/energy/shock_revolver, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"pPI" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/rack, +/obj/item/beach_ball/holoball, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"pQu" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"pQx" = ( +/obj/structure/table/wood, +/obj/item/storage/lockbox/mindshield, +/obj/item/storage/lockbox/mindshield, +/obj/item/storage/lockbox/mindshield, +/obj/item/door_remote/centcomm, +/obj/item/storage/box/erttaserproof, +/obj/item/storage/box/permits, +/obj/item/megaphone{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/camera_bug/ert{ + pixel_y = 10 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"pQO" = ( +/turf/simulated/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/centcom/zone1) +"pSJ" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"pTQ" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyblue" + }, +/area/tdome/tdome1) +"pUi" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/evac) +"pVl" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "ERT_armory_lvl2"; + layer = 5; + locked = 1; + name = "Armory level 2" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pVH" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrivalcorner" + }, +/area/centcom/evac) +"pWf" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"pWA" = ( +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"pWJ" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/adminconstruction) +"pXS" = ( +/obj/docking_port/stationary/transit{ + dir = 2; + dwidth = 8; + height = 15; + id = "admin_transit"; + name = "admin in transit"; + width = 18 + }, +/turf/space/transit/horizontal, +/area/space) +"pYe" = ( +/obj/item/clothing/suit/space/syndicate/orange{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Security Suit" + }, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/suit/space/syndicate/orange{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Security Suit" + }, +/obj/item/clothing/suit/space/syndicate/orange{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Security Suit" + }, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"pYD" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/obj/item/gun/energy/laser/instakill/blue, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"pZm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"pZQ" = ( +/turf/unsimulated/wall{ + icon_state = "iron7" + }, +/area/syndicate_mothership) +"pZS" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"pZV" = ( +/obj/item/gun/projectile/automatic/pistol/m1911, +/obj/item/ammo_box/magazine/m45, +/obj/item/ammo_box/magazine/m45, +/obj/item/ammo_box/magazine/m45, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed"; + req_access_txt = "114" + }, +/obj/item/clothing/head/helmet/space/deathsquad/beret, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/suit/space/deathsquad/officer, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/flashbangs, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double, +/obj/item/radio/headset/ert{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/storage/box/centcomofficer, +/obj/item/clothing/head/beret/centcom/officer, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"qbg" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"qbp" = ( +/obj/machinery/door/airlock/centcom{ + name = "ERT Director"; + opacity = 1; + req_access_txt = "114" + }, +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qbv" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/centcom/bridge) +"qbA" = ( +/obj/machinery/computer/supplycomp, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"qcv" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qcW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qeB" = ( +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/simulated/floor, +/turf/space, +/area/centcom/specops) +"qfn" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 5; + height = 7; + id = "supply_transit"; + name = "supply in transit"; + width = 12 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"qfp" = ( +/obj/machinery/computer/card/minor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/bridge) +"qfU" = ( +/obj/structure/chair/comfy/red, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"qgU" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "Zone3-bathroom1"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone3) +"qhG" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/zone3) +"qhS" = ( +/turf/simulated/floor/bluegrid, +/area/centcom/evac) +"qii" = ( +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/structure/rack, +/obj/structure/rack, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qiF" = ( +/obj/docking_port/stationary{ + dheight = 2; + dir = 4; + dwidth = 7; + height = 9; + id = "backup_transit"; + name = "backup in transit"; + width = 9 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"qkP" = ( +/obj/effect/turf_decal/caution/stand_clear/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qlE" = ( +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/tdome/tdome1) +"qmO" = ( +/obj/effect/turf_decal/arrows/white{ + color = null; + dir = 8; + name = "Zone 2, Zone 3, Zone 1, Medical block" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"qmQ" = ( +/obj/mecha/combat/durand/old{ + color = "#77895C"; + desc = "Improved Armored Heavy Mech with USSP Symbol"; + name = "TU-802" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"qnF" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"qok" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/centcom/zone2) +"qqs" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/syndicate_mothership) +"qrv" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9 + }, +/area/syndicate_mothership) +"qrE" = ( +/obj/effect/decal/warning_stripes/red/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"qrQ" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"qsb" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); + density = 0; + icon_state = "open"; + id_tag = "ERT_turret_shutters"; + locked = 1; + name = "ERT Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"qsJ" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod4_transit"; + name = "pod 4 in transit"; + width = 3 + }, +/turf/space/transit/east{ + dir = 8 + }, +/area/space) +"qtr" = ( +/obj/machinery/clonepod/upgraded, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"qua" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Раздевалка" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"qul" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"quI" = ( +/obj/machinery/door/airlock/shuttle, +/turf/simulated/floor, +/area/centcom/zone1) +"qwX" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6 + }, +/area/syndicate_mothership) +"qxe" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/turf_decal/arrows/white{ + color = "#0066ff"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"qxg" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/bridge) +"qxi" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"qxr" = ( +/obj/structure/dresser, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = -32 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"qxD" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" + }, +/area/syndicate_mothership) +"qzF" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/centcom/evac) +"qzR" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"qAw" = ( +/obj/item/flag/nt, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qAX" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet, +/area/centcom/court) +"qBc" = ( +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Officer Room" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"qBw" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"qCu" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"qDn" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone2) +"qDx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"qDJ" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"qEC" = ( +/obj/machinery/computer/supplycomp{ + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"qFk" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"qFt" = ( +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"qFB" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"qFJ" = ( +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/turf/simulated/floor, +/turf/simulated/floor, +/area/centcom/specops) +"qGh" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"qHN" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/soysauce, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"qIQ" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "Suppressor's"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qJw" = ( +/obj/machinery/vending/sovietsoda, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"qJJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"qJL" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"qKI" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"qKJ" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"qLf" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/obj/item/clothing/under/color/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"qNU" = ( +/obj/mecha/combat/gygax/ert/loaded{ + operation_req_access = list() + }, +/obj/effect/turf_decal/mech, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"qOI" = ( +/obj/machinery/door/airlock/external{ + id_tag = "syndicate_away"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"qOJ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"qOL" = ( +/turf/unsimulated/wall{ + icon_state = "iron0" + }, +/area/syndicate_mothership) +"qPd" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"qPH" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"qPL" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/centcom/evac) +"qQa" = ( +/obj/machinery/vending/security, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qRw" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/centcom/court) +"qSe" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"qSz" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navyblue" + }, +/area/centcom/specops) +"qSK" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"qSS" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qTv" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"qTD" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qTE" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership) +"qTX" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"qVm" = ( +/obj/structure/table/glass, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"qVD" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/wizrobe/magusblue, +/obj/item/clothing/head/wizard/magus, +/obj/item/twohanded/staff, +/obj/item/clothing/suit/wizrobe/magusred, +/obj/item/clothing/head/wizard/magus, +/obj/item/twohanded/staff, +/turf/unsimulated/floor{ + icon_state = "carpet7-3" + }, +/area/wizard_station) +"qVQ" = ( +/obj/structure/rack, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qVR" = ( +/obj/structure/table, +/obj/structure/bedsheetbin{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"qWv" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/evac) +"qXc" = ( +/obj/item/clothing/accessory/cowboyshirt, +/obj/item/clothing/shoes/cowboy/black, +/obj/item/clothing/head/cowboyhat/black, +/obj/structure/rack, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/storage/belt/bandolier, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/clothing/accessory/holster, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/clothing/under/color/black, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"qXr" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"qXT" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qYk" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + name = "Access Controller OP4"; + pixel_x = -32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP4-Ext"; + tag_interior_door = "CC-OP4-Int" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"qYU" = ( +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"qYX" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/obj/item/storage/fancy/crayons, +/obj/item/soap/syndie, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"qYY" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"qZb" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/trader_station/sol) +"raO" = ( +/turf/unsimulated/wall{ + icon_state = "iron5" + }, +/area/syndicate_mothership) +"raW" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "TX-20a Assault Rifle"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"rcj" = ( +/obj/machinery/vending/cigarette/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rcV" = ( +/turf/simulated/floor, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"rdC" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"rew" = ( +/obj/effect/step_trigger/teleporter{ + teleport_x = 20; + teleport_y = 171; + teleport_z = 2 + }, +/turf/unsimulated/floor{ + icon_state = "rampbottom" + }, +/area/tdome/tdomeobserve) +"reC" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"rff" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"rfN" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"rhc" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"rhd" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/ussp_ship) +"rhk" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain, +/obj/item/ashtray/glass{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"rhE" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"rhV" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"rif" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"rjO" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"rkr" = ( +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/syndicate_mothership) +"rlu" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"rmM" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone2) +"rmS" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod4_away"; + name = "recovery ship bay 4"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor, +/area/space) +"rmW" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"rnA" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/bridge) +"rnR" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/centcom/supply) +"rqu" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/light/small{ + brightness_range = 2; + dir = 1; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"rqZ" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/obj/machinery/camera{ + c_tag = "Thunderdome Arena"; + network = list("Thunderdome"); + pixel_x = 10 + }, +/obj/machinery/flasher{ + id = "flash"; + name = "Thunderdome Flash" + }, +/obj/item/radio/intercom/pirate{ + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"rri" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"rrH" = ( +/obj/machinery/door/airlock/centcom{ + name = "Kitchen room"; + opacity = 1; + req_access_txt = "113" + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"rsu" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "TX-20a magazine"; + req_access = null + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"rsK" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "escape" + }, +/area/centcom/zone1) +"rsW" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/pistol/m1911, +/turf/unsimulated/floor/wood, +/area/admin) +"rtm" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"rtn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "escape" + }, +/area/centcom/zone1) +"rty" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/specops, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"rtB" = ( +/obj/machinery/washing_machine, +/obj/machinery/light{ + dir = 1; + light_range = 5 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"rtL" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"rtW" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 15; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"rur" = ( +/obj/structure/window/reinforced, +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"ruG" = ( +/obj/structure/toilet{ + dir = 4; + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 1; + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"rwD" = ( +/obj/structure/weightmachine/stacklifter, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/jail) +"rwE" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/space, +/area/ussp_ship) +"rxo" = ( +/obj/item/flag/nt, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"rxv" = ( +/obj/machinery/door/airlock/security/glass{ + frequency = 2000; + id_tag = "CC-OP2-Ext"; + locked = 1; + name = "Zone 3" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"rxT" = ( +/obj/structure/bed, +/obj/item/bedsheet/hos{ + name = "bedsheet" + }, +/obj/machinery/light/small{ + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"rxX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"ryQ" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/reagent_scanner/adv, +/obj/structure/sink{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"ryX" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"rzv" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/grenade/clusterbuster/cleaner, +/obj/structure/reagent_dispensers/spacecleanertank{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"rzx" = ( +/obj/structure/rack, +/obj/item/gun/medbeam, +/obj/item/storage/firstaid/tactical, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"rzW" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/evac) +"rBa" = ( +/obj/effect/turf_decal/arrows/white{ + color = null; + dir = 8; + name = "ERT director" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"rBz" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"rBW" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"rCu" = ( +/obj/structure/displaycase/stechkin{ + start_showpiece_type = /obj/item/gun/projectile/automatic/tommygun + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"rCK" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"rCM" = ( +/turf/space, +/turf/space, +/area/centcom/specops) +"rDj" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyblue" + }, +/area/tdome/tdome1) +"rDo" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/space, +/area/ussp_ship) +"rEd" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/enforcer, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/item/gun/projectile/automatic/pistol/enforcer/security, +/turf/unsimulated/floor/wood, +/area/admin) +"rEr" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/artchair, +/turf/simulated/floor/grass, +/area/centcom/evac) +"rEE" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"rEX" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/space) +"rFZ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/space, +/area/ussp_ship) +"rGb" = ( +/obj/structure/table/reinforced, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/rglass{ + amount = 50; + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"rGq" = ( +/turf/unsimulated/floor{ + icon_state = "navyblue" + }, +/area/tdome/arena) +"rGE" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"rHn" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor, +/area/centcom/supply) +"rHH" = ( +/obj/structure/weightmachine/weightlifter, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/jail) +"rIA" = ( +/obj/effect/step_trigger/teleporter{ + teleport_x = 38; + teleport_y = 161; + teleport_z = 2 + }, +/turf/unsimulated/floor{ + icon_state = "rampbottom" + }, +/area/tdome/tdomeobserve) +"rJx" = ( +/obj/mecha/combat/phazon, +/obj/effect/turf_decal/mech, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"rKd" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"rLE" = ( +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"rLL" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry_transit"; + name = "ferry in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/horizontal, +/area/space) +"rNq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/mecha/combat/durand/old{ + color = "#77895C"; + desc = "Improved Armored Heavy Mech with USSP Symbol"; + name = "TU-802" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"rPk" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"rPz" = ( +/obj/item/flag/species/human, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"rPZ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"rQn" = ( +/obj/structure/table/reinforced, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/holosign_creator/atmos, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"rQA" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"rRT" = ( +/obj/structure/closet, +/obj/item/clothing/under/soldieruniform{ + name = "Soldier's Uniform" + }, +/obj/item/clothing/under/soldieruniform{ + name = "Soldier's Uniform" + }, +/obj/item/clothing/under/soldieruniform{ + name = "Soldier's Uniform" + }, +/obj/item/clothing/under/soldieruniform{ + name = "Soldier's Uniform" + }, +/obj/item/clothing/under/soldieruniform{ + name = "Soldier's Uniform" + }, +/obj/item/clothing/under/soldieruniform{ + name = "Soldier's Uniform" + }, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"rSh" = ( +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/centcom/evac) +"rSu" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"rSF" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/toy/tommygun, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"rTH" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rTO" = ( +/obj/machinery/cryopod, +/obj/effect/decal/warning_stripes/south, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rUP" = ( +/obj/structure/table/wood, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/adminconstruction) +"rVt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/centcom/zone3) +"rVy" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + id_tag = "CC-OP4-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rVV" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken5"; + tag = "icon-wood-broken5" + }, +/area/centcom/zone1) +"rWt" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"rWH" = ( +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "IK-60 magazine"; + req_access = null + }, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"rWK" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"rXl" = ( +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"rYm" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "navyblue" + }, +/area/centcom/specops) +"rYn" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 1"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rZf" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"rZC" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"sbw" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_one_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"sbD" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"scb" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/a40mm, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"sdS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"seh" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"seM" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"sfN" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"sfW" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"shc" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"siH" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/obj/item/clothing/head/helmet/space/chronos, +/obj/item/clothing/head/helmet/space/chronos, +/obj/item/clothing/head/helmet/space/chronos, +/obj/item/clothing/head/helmet/space/chronos, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"sjk" = ( +/obj/machinery/computer/borgupload, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurplefull" + }, +/area/centcom/zone2) +"sjT" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"sjX" = ( +/obj/structure/table/wood, +/obj/item/pen/fancy, +/obj/item/folder/white, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"skb" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"skD" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"skO" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"skU" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"slv" = ( +/obj/structure/chair, +/obj/effect/decal/warning_stripes/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"slz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/zone2) +"slG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/centcom/evac) +"slM" = ( +/turf/space, +/turf/space, +/turf/space, +/area/space) +"smm" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"smw" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"smH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"smL" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"sna" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/centcom/zone1) +"snw" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel, +/area/centcom/evac) +"soy" = ( +/obj/machinery/door_control{ + id = "CC_supply_space"; + name = "Supply Blastdoor"; + pixel_x = 4; + pixel_y = -30; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/supply) +"soX" = ( +/turf/unsimulated/wall, +/area/admin) +"srj" = ( +/obj/item/storage/briefcase, +/obj/structure/table/wood/fancy/black, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"sso" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "IK-60 Laser Carbine"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ssP" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"sti" = ( +/obj/structure/rack, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/storage/belt/bandolier, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/clothing/accessory/holster, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/ammo_casing/shotgun/improvised, +/obj/item/clothing/head/cowboyhat/white, +/obj/item/clothing/shoes/cowboy/fancy, +/obj/item/clothing/accessory/cowboyshirt/white, +/obj/item/clothing/under/color/white, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"stq" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT2"; + name = "Launch Bay #2" + }, +/turf/simulated/floor, +/area/centcom/specops) +"stD" = ( +/obj/item/target/syndicate, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"stM" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 1; + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"suq" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stack/sheet/mineral/gold{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/item/stack/sheet/mineral/gold{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/stack/sheet/mineral/gold, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"suJ" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/turf/simulated/floor/carpet, +/area/centcom/court) +"suO" = ( +/obj/machinery/computer/camera_advanced, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"svl" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"svp" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"svR" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"swd" = ( +/obj/effect/turf_decal/caution/stand_clear/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"swv" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Shooting range" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"swB" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/jail) +"sxu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/centcom/zone1) +"szZ" = ( +/obj/structure/filingcabinet/medical, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"sAl" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 3"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"sAB" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone1-bathroom2"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"sBk" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/centcom/zone3) +"sBN" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"sCa" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"sCb" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"sEj" = ( +/obj/structure/flora/grass/brown, +/obj/structure/snowman/built, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"sFS" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"sGU" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"sHe" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s9" + }, +/area/shuttle/escape) +"sJy" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"sKz" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"sLb" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/folder/yellow, +/obj/item/pen/multi/gold, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"sLR" = ( +/obj/structure/shuttle/engine/large, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/centcom/specops) +"sLW" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/decorations/sticky_decorations/flammable/pot_of_gold, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"sMH" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 30 + }, +/obj/structure/bed/dogbed/ian, +/mob/living/simple_animal/pet/dog/fox/Syndifox, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"sMU" = ( +/obj/effect/turf_decal/bot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"sNa" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"sNE" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/door_control{ + color = null; + id = "Zone1-bathroom1"; + name = "Bathroom lock"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"sNW" = ( +/obj/machinery/computer/card/centcom, +/obj/machinery/status_display/supply_display{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"sNZ" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"sPC" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"sPR" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"sQu" = ( +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"sQP" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"sQW" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"sRw" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 8; + on = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"sRQ" = ( +/obj/structure/table/wood/poker, +/obj/item/reagent_containers/food/drinks/cans/beer, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"sSf" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"sSX" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"sTg" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"sTR" = ( +/obj/structure/table/reinforced, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"sTX" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"sUc" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/jail) +"sUs" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s6" + }, +/area/shuttle/escape) +"sUM" = ( +/turf/unsimulated/floor{ + icon_state = "carpetnoconnect" + }, +/area/wizard_station) +"sUO" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"sUY" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"sVs" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken4" + }, +/area/wizard_station) +"sVv" = ( +/obj/structure/rack, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/gun/rocketlauncher, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"sVA" = ( +/obj/structure/rack, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"sVC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/centcom/specops) +"sWt" = ( +/obj/structure/table, +/obj/machinery/door_control{ + id = "TD_Shitcurity"; + name = "TD Shitcurity Kit"; + pixel_x = 5; + pixel_y = 5; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "TD_Robaster"; + name = "TD Robaster Kit"; + pixel_x = -5; + pixel_y = 5; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "TD_Mecha"; + name = "TD Mecha Kit"; + pixel_x = 5; + pixel_y = -5; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "TD_Bojutsu"; + name = "TD Bojutsu Kit"; + pixel_x = -5; + pixel_y = -5; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/tdome/tdomeadmin) +"sWK" = ( +/obj/item/flag/syndi, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"sWU" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 8; + name = "Armory" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"sWX" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"sXj" = ( +/obj/structure/table/wood, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"sYN" = ( +/obj/item/paper{ + name = "Melee" + }, +/turf/unsimulated/floor/wood{ + icon_state = "cult" + }, +/area/admin) +"tak" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"tav" = ( +/obj/item/flag/syndi, +/obj/machinery/light{ + dir = 4; + light_range = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"tbj" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/ussp_ship) +"tbs" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable, +/turf/space, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/ussp_ship) +"tbv" = ( +/obj/structure/curtain/open/shower/centcom, +/obj/machinery/shower, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/syndicate_mothership) +"tcz" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/assault_pod) +"tds" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 2"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tdz" = ( +/obj/effect/landmark{ + name = "prisonwarp" + }, +/obj/effect/landmark{ + name = "prisonwarp" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"tdZ" = ( +/obj/machinery/light/small{ + dir = 8; + light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"tec" = ( +/obj/machinery/door_control{ + id = "CC_supply_internal"; + name = "Central Command Supply Internal Shutter"; + pixel_x = 30; + pixel_y = 5; + req_access_txt = "114" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"tee" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "DAE 5.56 Compact GL grenade"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/a40mm, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tei" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"teA" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"tgT" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkgreynavybluecorner" + }, +/area/centcom/specops) +"tiL" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tju" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"tjQ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/mob/living/simple_animal/pig, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"tmi" = ( +/obj/structure/bed, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"tmQ" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"tnh" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"tnx" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"tok" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"toF" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/centcom/zone2) +"tpj" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"tpO" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"tsJ" = ( +/obj/structure/statue/sandstone/venus{ + layer = 5 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"tue" = ( +/turf/space, +/turf/space, +/area/space) +"tuy" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 11; + height = 18; + id = "emergency_away"; + name = "emergency centcom"; + width = 29 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"tuL" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/obj/item/clothing/suit/space/chronos, +/obj/item/clothing/suit/space/chronos, +/obj/item/clothing/suit/space/chronos, +/obj/item/clothing/suit/space/chronos, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"tuM" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction/enchanted, +/turf/unsimulated/floor/wood, +/area/admin) +"tuP" = ( +/turf/simulated/floor/wood, +/area/centcom/court) +"tvW" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"twm" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/court) +"tww" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"twS" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"txu" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"tyr" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/disks, +/obj/item/storage/box/syringes{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"tzn" = ( +/turf/simulated/floor, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tzs" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/gun/projectile/automatic/c20r, +/obj/item/gun/projectile/automatic/c20r, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"tzC" = ( +/obj/machinery/door/airlock/centcom{ + name = "Black Ops"; + opacity = 1; + req_access_txt = "111" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tBa" = ( +/obj/structure/table/wood, +/obj/structure/mirror/magic{ + pixel_y = -30 + }, +/obj/item/flashlight/slime, +/turf/unsimulated/floor{ + icon_state = "carpet9-4" + }, +/area/wizard_station) +"tBE" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"tCl" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone3) +"tCx" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tEl" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrivalcorner" + }, +/area/centcom/evac) +"tEt" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"tEG" = ( +/obj/structure/noticeboard{ + pixel_x = -32 + }, +/obj/item/paper/syndimemo{ + info = "ПОЛУЧИТЕ ЭТОТ ЕБУЧИЙ ДИСК!" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"tFh" = ( +/obj/item/gun/syringe, +/obj/item/mecha_parts/mecha_equipment/medical/syringe_gun, +/obj/structure/table/wood, +/turf/unsimulated/floor/wood, +/area/admin) +"tFA" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT3"; + name = "gravpult" + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tFO" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"tGK" = ( +/obj/structure/table/reinforced, +/obj/item/nullrod/salt, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"tHM" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"tHR" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access_txt = "114" + }, +/obj/item/clothing/head/beret/centcom/officer, +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom, +/obj/item/clothing/under/suit_jacket/navy, +/obj/item/storage/briefcase/sniperbundle, +/obj/item/suppressor, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/CQC_manual, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"tIi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"tIZ" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"tKM" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/effect/landmark{ + name = "Commando" + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tLs" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"tMz" = ( +/turf/unsimulated/floor{ + icon_state = "navyred" + }, +/area/tdome/arena_source) +"tMS" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"tND" = ( +/obj/structure/table/wood, +/obj/item/nullrod, +/obj/item/nullrod, +/obj/item/nullrod, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"tNJ" = ( +/obj/structure/table/reinforced, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/riot/short, +/obj/item/gun/projectile/shotgun/riot/short, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tNU" = ( +/obj/structure/curtain/open/shower/security, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"tOZ" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/evac) +"tQO" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"tRe" = ( +/obj/machinery/computer/bsa_control/admin{ + integrity_failure = 20; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"tRW" = ( +/obj/machinery/computer/security/telescreen{ + dir = 8; + layer = 4; + name = "Camera"; + network = list("Thunderdome") + }, +/obj/structure/table, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/tdome/tdomeobserve) +"tSR" = ( +/turf/space, +/area/admin) +"tSV" = ( +/obj/machinery/door/window{ + color = null; + dir = 2; + opacity = 1; + panel_open = 1 + }, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"tTq" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 1; + height = 4; + id = "pod1_away"; + name = "recovery ship bay 1"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor, +/area/space) +"tTQ" = ( +/obj/machinery/door_control{ + id = "SST_classified_gear_room"; + name = "Classified gear"; + pixel_x = -32; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"tUk" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"tUp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"tVn" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/supply) +"tVD" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor, +/area/centcom/bridge) +"tWy" = ( +/obj/effect/landmark{ + name = "Response Team" + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/effect/decal/warning_stripes/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tWO" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"tXj" = ( +/obj/structure/closet{ + icon_closed = "syndicate1"; + icon_opened = "syndicate1open"; + icon_state = "syndicate1" + }, +/obj/item/suppressor, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/flashlight/seclite, +/obj/item/grenade/flashbang, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/item/kitchen/knife/combat, +/obj/item/reagent_containers/food/snacks/candy/donor{ + apply_type = 3; + list_reagents = list("nutriment" = 30, "sugar" = 3); + name = "MRE" + }, +/obj/item/reagent_containers/hypospray/autoinjector/survival, +/obj/item/storage/belt/security/webbing{ + name = "SRT webbing" + }, +/obj/item/clothing/head/HoS/beret{ + desc = null; + name = "SRT beret" + }, +/obj/item/storage/backpack/ert{ + desc = null; + name = "SRT backpack" + }, +/obj/item/radio/headset/ert{ + desc = null; + name = "SRT headset" + }, +/obj/item/clothing/shoes/combat/swat{ + name = "SRT special shoes" + }, +/obj/item/clothing/gloves/combat{ + name = "Combat gloves" + }, +/obj/item/clothing/suit/armor/bulletproof{ + name = "SRT bulletproof vest" + }, +/obj/item/clothing/accessory/holster, +/obj/item/implanter/mindshield, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106); + icon_state = "nanotrasen"; + name = "Special Reaction Team Member ID card"; + rank = "Blueshield"; + registered_name = null + }, +/obj/item/clothing/under/fluff/jay_turtleneck{ + name = "SRT uniform" + }, +/obj/item/CQC_manual, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "vault" + }, +/area/centcom/specops) +"tXL" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/applecakeslice, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"tYh" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy/pistol, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"uaw" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + id_tag = "CC-OP3-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"ubd" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/escape) +"ubt" = ( +/turf/simulated/floor, +/turf/simulated/floor, +/area/centcom/specops) +"ubS" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"ucH" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/centcom/evac) +"ucT" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"udd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darklattice" + }, +/area/centcom/zone2) +"udl" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "ERT_armory_lvl2"; + layer = 5; + locked = 1; + name = "Armory level 2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"udC" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/elwycco, +/turf/simulated/floor/grass, +/area/centcom/evac) +"udO" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/item/circuitboard/aiupload, +/obj/item/circuitboard/circuit_imprinter, +/obj/item/circuitboard/communications, +/obj/item/circuitboard/destructive_analyzer, +/obj/item/circuitboard/ore_redemption, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/protolathe, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"udV" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/zone1) +"uez" = ( +/obj/mecha/combat/marauder/mauler/loaded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena_source) +"ueT" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"ufu" = ( +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"ufP" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"uhe" = ( +/obj/mecha/combat/durand/loaded, +/obj/effect/turf_decal/mech, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"uiz" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/automatic/combat, +/turf/unsimulated/floor/wood, +/area/admin) +"ujp" = ( +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"ujA" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ujG" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"ujR" = ( +/obj/structure/weightmachine/stacklifter, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/jail) +"ukI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"umc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "tranquillitecorners" + }, +/area/centcom/specops) +"uml" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"unk" = ( +/obj/structure/filingcabinet/security, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/specops) +"unW" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"uow" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/dna_scannernew/upgraded, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"ups" = ( +/obj/structure/chair/comfy/purp, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"upE" = ( +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"upV" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"usB" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor, +/area/centcom/evac) +"uux" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" + }, +/area/syndicate_mothership) +"uwl" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"uwy" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"uwQ" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor, +/area/centcom/specops) +"uxs" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window{ + dir = 2; + panel_open = 1; + req_access_txt = "110" + }, +/obj/machinery/door_control{ + id = "CC_supply_external"; + name = "Central Command Supply External Shutte"; + pixel_x = -5; + pixel_y = -2; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + id = "CC_supply_internal"; + name = "Central Command Supply Internal Shutter"; + pixel_x = -5; + pixel_y = 8; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"uxT" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/flask/detflask{ + pixel_x = -7; + pixel_y = 5 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"uxU" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"uyJ" = ( +/obj/effect/landmark{ + name = "Commando" + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uzR" = ( +/obj/structure/table/wood, +/obj/item/toy/nuke, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"uBu" = ( +/obj/structure/holohoop{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"uCl" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"uDJ" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"uDU" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"uEc" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/wizrobe/magusblue, +/obj/item/clothing/head/wizard/magus, +/obj/item/twohanded/staff, +/obj/item/clothing/suit/wizrobe/magusred, +/obj/item/clothing/head/wizard/magus, +/obj/item/twohanded/staff, +/turf/unsimulated/floor{ + icon_state = "carpet11-12" + }, +/area/wizard_station) +"uEq" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/obj/item/chrono_eraser, +/obj/item/chrono_eraser, +/obj/item/chrono_eraser, +/obj/item/chrono_eraser, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"uEw" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uFB" = ( +/obj/machinery/light{ + dir = 8; + light_range = 5 + }, +/obj/machinery/door_control{ + id = "nukeop_ready"; + name = "Shuttle Dock Door"; + pixel_x = -25; + req_access_txt = "151"; + specialfunctions = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"uFE" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"uFL" = ( +/obj/structure/table/wood, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"uFS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/ussp_ship) +"uFY" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena_source) +"uHi" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + name = "Syndicate-Spawn" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"uIJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"uIY" = ( +/obj/machinery/door/airlock/external{ + id_tag = "ferry_away"; + name = "Ferry Airlock"; + req_access_txt = "106" + }, +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"uKy" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/court) +"uLj" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"uLT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darklattice" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uMh" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"uMk" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"uNa" = ( +/obj/structure/table/reinforced, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uNs" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"uNG" = ( +/obj/effect/turf_decal/arrows/white{ + color = null; + dir = 1; + name = "Canteen, Shooting range" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"uOd" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck/syndicate{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"uOh" = ( +/obj/structure/janitorialcart, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"uPb" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/chef_rare_ingredients_kit, +/obj/item/storage/box/bartender_rare_ingredients_kit, +/obj/item/storage/box/fingerprints, +/obj/item/storage/box/fingerprints, +/obj/item/storage/box/swabs, +/obj/item/storage/box/swabs, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"uPh" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"uPL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"uQb" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/rack/holorack, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"uQV" = ( +/obj/machinery/vending/snack/free, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"uRE" = ( +/obj/structure/bush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"uSb" = ( +/turf/unsimulated/wall{ + icon_state = "iron11" + }, +/area/syndicate_mothership) +"uSe" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_y = 7 + }, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_y = 7 + }, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_y = 7 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uSn" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9, +/obj/item/gun/energy/gun/blueshield/pdw9, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uSx" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/jail) +"uTf" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"uTm" = ( +/obj/machinery/camera{ + c_tag = "Centaral Command Supreme Court"; + dir = 1; + network = list("SS13","CentComm"); + pixel_x = 12; + pixel_y = -6 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/court) +"uTY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"uUt" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"uVp" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"uVM" = ( +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/carpet, +/area/centcom/jail) +"uWL" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"uXg" = ( +/obj/machinery/door/airlock/centcom{ + frequency = 2000; + id_tag = "Zone1-bathroom6"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"uYF" = ( +/obj/docking_port/stationary{ + area_type = /area/syndicate_mothership; + dwidth = 11; + height = 18; + id = "emergency_syndicate"; + name = "404 Not Found"; + turf_type = /turf/unsimulated/floor/snow; + width = 29 + }, +/turf/unsimulated/floor/snow{ + color = "#d9d9d9" + }, +/area/syndicate_mothership) +"uYM" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"uYO" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uYW" = ( +/obj/machinery/computer/cryopod/robot{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uZb" = ( +/obj/structure/table/wood/poker, +/obj/item/radio/intercom/syndicate, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"uZV" = ( +/obj/machinery/computer/account_database, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/bridge) +"vbn" = ( +/obj/machinery/suit_storage_unit/ert/medical, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vbO" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vcx" = ( +/obj/machinery/door/airlock/centcom{ + name = "Restroom"; + opacity = 1; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"vde" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"vdv" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 + }, +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"veg" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"veq" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/surgery, +/obj/item/stack/nanopaste, +/obj/item/mmi, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/stack/nanopaste, +/obj/structure/sink{ + dir = 1 + }, +/obj/item/radio/intercom/specops{ + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"veN" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"vfi" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/machinery/computer/scan_consolenew, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"vfJ" = ( +/obj/machinery/shower{ + dir = 4; + tag = "icon-shower (EAST)" + }, +/obj/machinery/light/small{ + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"vfM" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/hp, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"vfS" = ( +/obj/structure/flora/grass/brown, +/turf/unsimulated/floor/snow{ + color = "#d9d9d9" + }, +/area/syndicate_mothership) +"vge" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"vgf" = ( +/obj/machinery/door/airlock{ + name = "Душ" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"vgx" = ( +/obj/structure/window/reinforced, +/obj/machinery/smartfridge/medbay, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"vhu" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"via" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver/capgun, +/obj/item/gun/projectile/revolver/golden, +/turf/unsimulated/floor/wood, +/area/admin) +"vig" = ( +/obj/structure/table/wood, +/obj/item/grenade/clusterbuster/mega_syndieminibomb, +/turf/unsimulated/floor/wood, +/area/admin) +"vkE" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"vkK" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/light/small{ + brightness_range = 2; + dir = 1; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"vmu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darklattice" + }, +/area/centcom/zone3) +"vnb" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/lasercarbine, +/turf/unsimulated/floor/wood, +/area/admin) +"vnP" = ( +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"vob" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "robotics_solar_outer"; + name = "Project 28u" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"voM" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"vpb" = ( +/obj/item/flag/nt, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"vpi" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"vrt" = ( +/turf/unsimulated/wall{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/space) +"vru" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 10; + height = 35; + id = "whiteship_transit"; + name = "whiteship in transit"; + width = 21 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"vsO" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navyblue" + }, +/area/centcom/specops) +"vta" = ( +/obj/effect/turf_decal/arrows/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"vtS" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/documents/syndicate/blue, +/obj/item/documents/syndicate/mining, +/obj/item/documents/syndicate/red, +/obj/item/documents/syndicate/yellow, +/obj/item/documents/syndicate/yellow/trapped, +/obj/item/documents/syndicate, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"vuw" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/centcom/evac) +"vvw" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/centcom/zone3) +"vvD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"vwa" = ( +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"vwf" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone3) +"vwp" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s10" + }, +/area/shuttle/escape) +"vyh" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + frequency = 2000; + id = "Zone1-bathroom7"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"vyB" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/wizard_station) +"vyE" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Vault"; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcircuit" + }, +/area/syndicate_mothership) +"vzI" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/ussp_ship) +"vzX" = ( +/turf/unsimulated/floor/wood, +/area/admin) +"vBl" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"vCw" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/under/color/lightpurple, +/obj/item/clothing/under/color/purple, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/head/wizard/red, +/obj/item/clothing/suit/wizrobe/red, +/obj/item/clothing/head/wizard, +/obj/item/clothing/suit/wizrobe, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/turf/unsimulated/floor{ + icon_state = "carpet6-2" + }, +/area/wizard_station) +"vCM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"vDo" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = 4; + tag = "icon-shower (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitelattice" + }, +/area/centcom/zone1) +"vDL" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/ussp_ship) +"vFk" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/space, +/turf/space, +/area/ussp_ship) +"vFq" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"vFJ" = ( +/obj/machinery/computer/shuttle/sit, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"vFW" = ( +/obj/machinery/suit_storage_unit/ert/engineer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vFY" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vGw" = ( +/turf/unsimulated/wall{ + icon_state = "iron15" + }, +/area/syndicate_mothership) +"vHp" = ( +/turf/unsimulated/wall{ + icon_state = "iron14" + }, +/area/syndicate_mothership) +"vIn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/obj/mecha/combat/durand/old{ + color = "#77895C"; + desc = "Improved Armored Heavy Mech with USSP Symbol"; + name = "TU-802" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"vIE" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/space) +"vJP" = ( +/obj/effect/landmark{ + name = "Response Team" + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/effect/decal/warning_stripes/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vKd" = ( +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"vLb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 8; + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"vLx" = ( +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/structure/closet, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"vLP" = ( +/turf/simulated/floor, +/area/centcom/evac) +"vLU" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"vMX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "tranquillitecorners" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "tranquillitecorners" + }, +/area/centcom/specops) +"vOs" = ( +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vOR" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"vPi" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"vPm" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"vPQ" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"vPW" = ( +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"vQY" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/specops) +"vRi" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"vRt" = ( +/obj/machinery/vending/magivend, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"vSx" = ( +/obj/machinery/light/small{ + pixel_y = -6 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/centcom/evac) +"vTo" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"vUe" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"vUJ" = ( +/obj/machinery/cryopod/robot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vUX" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"vVp" = ( +/obj/machinery/computer/shuttle/syndicate{ + name = "Nuclear Operatives Shuttle Console" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"vXq" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 4"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor, +/area/centcom/zone2) +"vXv" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"vYf" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/space, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/ussp_ship) +"vYh" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"vYF" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"vZk" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"vZz" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "ERT_armory_lvl2"; + layer = 5; + locked = 1; + name = "Armory level 2" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vZI" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood, +/area/centcom/jail) +"wak" = ( +/obj/machinery/computer/shuttle/sst, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"waB" = ( +/obj/structure/closet, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"waL" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"wbm" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"wbT" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/evac) +"wdZ" = ( +/obj/machinery/computer/bsa_control/admin{ + integrity_failure = 20; + req_access_txt = "114" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"wey" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/recharger, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"wfu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/candle/eternal, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"wgm" = ( +/turf/unsimulated/floor/snow{ + color = "#d9d9d9" + }, +/area/syndicate_mothership) +"wgs" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"wgz" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = 8 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = 8 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"whC" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/turf/simulated/floor, +/area/centcom/supply) +"whM" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"wig" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry_away"; + name = "centcom bay 2"; + turf_type = /turf/simulated/floor; + width = 5 + }, +/turf/simulated/floor, +/area/space) +"wiq" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"wjj" = ( +/obj/structure/table/wood, +/obj/item/stamp/captain, +/obj/item/stamp/ce, +/obj/item/stamp/clown, +/obj/item/stamp/cmo, +/obj/item/stamp/hop, +/obj/item/stamp/hos, +/obj/item/stamp/law, +/obj/item/stamp/magistrate, +/obj/item/stamp/qm, +/obj/item/stamp/rd, +/obj/item/stamp/rep, +/obj/item/stamp/warden, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/heads/magistrate/alt, +/obj/item/radio/headset/heads/ntrep, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"wjy" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/immolator{ + pixel_y = -3 + }, +/obj/item/gun/energy/immolator{ + pixel_y = 8 + }, +/obj/item/gun/energy/immolator{ + pixel_y = 8 + }, +/obj/item/gun/energy/immolator{ + pixel_y = -3 + }, +/obj/item/gun/energy/immolator{ + pixel_y = -3 + }, +/obj/item/gun/energy/immolator{ + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wjM" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"wkc" = ( +/turf/unsimulated/floor/carpet, +/area/admin) +"wkK" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy/pistol/enforcer, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"wla" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"wlb" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"wlf" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"wlx" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"wly" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/toy/figure/captain{ + name = "Supreme commander action figure" + }, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"wlE" = ( +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"wlX" = ( +/obj/machinery/shower{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitelattice" + }, +/area/centcom/jail) +"wmh" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual/atmospipes, +/obj/item/book/manual/barman_recipes, +/obj/item/book/manual/chef_recipes, +/obj/item/book/manual/detective, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_guide, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"wml" = ( +/obj/item/flag/nt, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"wmH" = ( +/obj/machinery/vending/chinese/free, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"wou" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"woA" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"wps" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall_f9" + }, +/area/ussp_ship) +"wpV" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/zone3) +"wqS" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"wrq" = ( +/obj/structure/table/wood, +/obj/item/twohanded/toy/chainsaw, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"wrN" = ( +/obj/structure/rack, +/obj/item/storage/box/hug, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"wrP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/centcom/supply) +"wrS" = ( +/obj/machinery/vending/chinese/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"wsu" = ( +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/specops) +"wsE" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT2"; + name = "gravpult" + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wva" = ( +/obj/structure/sign/poster/secret/yug0{ + pixel_y = -32 + }, +/obj/structure/decorative_structures/metal/statue/golden_disk, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"wwj" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wwD" = ( +/obj/item/flag/nt, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wwG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/evac) +"wwI" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreynavybluecorner" + }, +/area/centcom/specops) +"wwO" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"wxf" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"wxr" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/sniperrifle{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/sniperrifle{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wxu" = ( +/obj/structure/table, +/obj/item/kitchen/sushimat, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/zone1) +"wyi" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"wyV" = ( +/obj/machinery/door/airlock/centcom{ + aiControlDisabled = 1; + name = "Assault Pod"; + opacity = 1; + req_one_access_txt = "150" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"wze" = ( +/obj/structure/closet/l3closet/security, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double/full, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/watertank/janitor{ + max_integrity = 1500; + volume = 1500 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wBh" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/ussp_ship) +"wCg" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT2"; + name = "Launch Bay #2" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor, +/area/centcom/specops) +"wCA" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"wCK" = ( +/turf/unsimulated/wall{ + icon_state = "iron10" + }, +/area/syndicate_mothership) +"wCS" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/holohoop, +/obj/effect/decal/warning_stripes/green/partial{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"wDT" = ( +/obj/structure/table/reinforced, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer{ + pixel_y = 5 + }, +/obj/item/healthupgrade{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/healthupgrade{ + pixel_x = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"wDV" = ( +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor, +/area/centcom/zone2) +"wEg" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"wEM" = ( +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/grass, +/area/centcom/evac) +"wFK" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/centcom/jail) +"wGi" = ( +/obj/structure/table/reinforced, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_y = 8 + }, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_y = 4 + }, +/obj/item/radio/beacon/syndicate/bomb, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"wHv" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/zone1) +"wID" = ( +/turf/unsimulated/floor{ + icon_state = "navyred" + }, +/area/tdome/arena) +"wIG" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = 32 + }, +/turf/simulated/floor/bluegrid, +/area/centcom/bridge) +"wIS" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = 5 + }, +/obj/item/multitool{ + pixel_x = -7; + pixel_y = -1 + }, +/obj/item/multitool, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"wIY" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/energy/sword/saber/red, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/tdome/arena) +"wLM" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"wNj" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"wNT" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership) +"wOu" = ( +/obj/structure/closet/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + }, +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom{ + desc = null; + name = "Supreme commander bowman headset" + }, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106,107,108,109,110,111,112,113,114); + icon_state = "commander"; + name = "Supreme Commander ID card"; + rank = "Nanotrasen Navy Captain"; + registered_name = null + }, +/obj/item/door_remote/centcomm, +/obj/item/clothing/accessory/medal/gold{ + desc = null; + name = "Supreme commander's gold medal" + }, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/gloves/color/white{ + desc = null; + name = "Supreme judge gloves" + }, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"wOT" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"wOW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"wPf" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"wPz" = ( +/obj/structure/table/wood, +/obj/item/twohanded/dualsaber/toy, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"wRd" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"wRo" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"wRA" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/ussp_ship) +"wSb" = ( +/obj/machinery/light/small, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/centcom/evac) +"wSl" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wTg" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"wVp" = ( +/obj/structure/marker_beacon{ + picked_color = "Yellow" + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"wVJ" = ( +/obj/structure/table/wood, +/obj/item/gun/rocketlauncher, +/obj/item/gun/rocketlauncher, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor, +/area/centcom/supply) +"wWn" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"wWz" = ( +/obj/structure/shuttle/engine/large, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/centcom/jail) +"wYS" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"wYV" = ( +/obj/machinery/shuttle_manipulator, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"xaD" = ( +/obj/machinery/door/airlock/wood{ + frequency = 2000; + id_tag = "CC-OP3-Int"; + locked = 1; + name = "Zone 1" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"xaI" = ( +/obj/structure/dispenser/oxygen, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"xbk" = ( +/obj/machinery/computer/message_monitor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/bridge) +"xcj" = ( +/obj/structure/bed, +/obj/item/bedsheet/hos{ + name = "bedsheet" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"xcR" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/zone3) +"xdz" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/centcom/specops) +"xdV" = ( +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"xga" = ( +/obj/machinery/suit_storage_unit/ert/security, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xgb" = ( +/turf/unsimulated/wall{ + icon_state = "iron13" + }, +/area/syndicate_mothership) +"xhL" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"xjb" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"xjA" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Equipment Room"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"xkb" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"xkJ" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone1-bathroom4"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"xlO" = ( +/obj/structure/flora/tree/pine{ + color = "#336633" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"xlW" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"xmN" = ( +/obj/structure/table, +/obj/item/kitchen/knife, +/obj/item/kitchen/knife/butcher, +/obj/item/kitchen/knife/butcher/meatcleaver, +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -13 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "escape" + }, +/area/centcom/zone1) +"xnd" = ( +/obj/structure/chair/sofa{ + dir = 5 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"xnt" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"xnG" = ( +/obj/machinery/hydroponics/constructable{ + layer = 3.2 + }, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"xpy" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/ussp_ship) +"xqW" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"xsF" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor, +/area/centcom/specops) +"xth" = ( +/turf/simulated/floor, +/area/centcom/zone2) +"xts" = ( +/obj/structure/bookcase, +/obj/item/book/manual/atmospipes, +/obj/item/book/manual/barman_recipes, +/obj/item/book/manual/chef_recipes, +/obj/item/book/manual/detective, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_guide, +/obj/item/book/manual/engineering_hacking, +/obj/item/book/manual/engineering_particle_accelerator, +/obj/item/book/manual/engineering_singularity_safety, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"xtZ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/centcom/evac) +"xug" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"xuv" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/bow, +/turf/unsimulated/floor/wood, +/area/admin) +"xwb" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/voice{ + pixel_y = 3 + }, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"xxC" = ( +/turf/simulated/floor, +/area/centcom/specops) +"xxH" = ( +/obj/machinery/door/airlock/centcom{ + name = "Emergency Response Team"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xyk" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/ammo_box/magazine/tommygunm45, +/obj/item/ammo_box/magazine/tommygunm45, +/obj/item/ammo_box/magazine/tommygunm45, +/obj/item/ammo_box/magazine/tommygunm45, +/obj/item/ammo_box/magazine/tommygunm45, +/obj/item/ammo_box/magazine/tommygunm45, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"xyr" = ( +/obj/structure/table/reinforced, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xzB" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_one_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"xAe" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"xAn" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyred" + }, +/area/tdome/tdome2) +"xAR" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s5" + }, +/area/shuttle/escape) +"xAW" = ( +/obj/machinery/vending/syndisnack, +/obj/machinery/light{ + dir = 1; + light_range = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"xBk" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"xBR" = ( +/obj/structure/table/reinforced, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xCf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/mecha/combat/durand/old{ + color = "#77895C"; + desc = "Improved Armored Heavy Mech with USSP Symbol"; + name = "TU-802" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"xCW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"xDB" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"xEf" = ( +/obj/structure/rack, +/obj/item/storage/lockbox/t4{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/storage/lockbox/t4{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xEm" = ( +/obj/structure/chair/stool/bar, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"xEt" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"xEM" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + id_tag = "CC-OP1-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"xEX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/ussp_ship) +"xFq" = ( +/obj/machinery/smartfridge, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/centcom/zone1) +"xGh" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/clothing/gloves/botanic_leather, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"xGL" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_classified_gear_room"; + name = "Classified gear" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"xHd" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/centcom/zone3) +"xHT" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xHZ" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/shotgun{ + ammo_type = /obj/item/ammo_casing/shotgun/breaching + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xId" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"xIi" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"xIx" = ( +/turf/simulated/floor, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"xIN" = ( +/obj/structure/table/wood, +/obj/item/grenade/smokebomb, +/turf/unsimulated/floor/wood, +/area/admin) +"xJX" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyredfull" + }, +/area/tdome/arena_source) +"xKP" = ( +/turf/simulated/floor, +/area/centcom/zone1) +"xKT" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor, +/area/centcom/court) +"xLe" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "navyblue" + }, +/area/tdome/tdome1) +"xLW" = ( +/turf/space, +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall_f6" + }, +/area/ussp_ship) +"xMa" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"xMA" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"xNP" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 11; + id = "specops_transit"; + name = "specops in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/horizontal, +/area/space) +"xNZ" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/centcom/evac) +"xOH" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xPj" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "DAE 5.56 Compact GL"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xPv" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "navyblue" + }, +/area/tdome/arena_source) +"xPA" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "DAE 5.56 Compact GL ammo"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xQt" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 8; + name = "Armory" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xQW" = ( +/obj/structure/table/reinforced, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/binary_communication_device, +/obj/item/robot_parts/robot_component/binary_communication_device, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/obj/item/robot_parts/robot_component/radio, +/obj/item/robot_parts/robot_component/radio, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"xQX" = ( +/obj/effect/overlay/coconut, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"xRg" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/evac) +"xRp" = ( +/turf/unsimulated/wall{ + icon_state = "iron12"; + layer = 10 + }, +/area/syndicate_mothership) +"xRK" = ( +/obj/machinery/bsa/full/admin/east, +/turf/simulated/floor, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"xRR" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/zone2) +"xRT" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"xSn" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"xTa" = ( +/obj/structure/toilet, +/obj/structure/sink{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"xTw" = ( +/obj/structure/table/wood, +/obj/item/grenade/syndieminibomb, +/turf/unsimulated/floor/wood, +/area/admin) +"xTV" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/emp, +/turf/unsimulated/floor/wood, +/area/admin) +"xUq" = ( +/turf/unsimulated/wall, +/area/space) +"xUr" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "ERT_armory_lvl3"; + layer = 5; + locked = 1; + name = "Armory level 3" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xUt" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/mindflayer, +/obj/item/gun/energy/xray, +/turf/unsimulated/floor/wood, +/area/admin) +"xUE" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -13 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 7 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xUH" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "tranquillitecorners" + }, +/area/centcom/specops) +"xUO" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/centcom/jail) +"xUQ" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"xVh" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/specops) +"xXe" = ( +/obj/machinery/recharge_station/ert, +/obj/machinery/light{ + dir = 1; + light_range = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"xXE" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT0"; + name = "gravpult" + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xXW" = ( +/obj/structure/filingcabinet/employment, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"xYe" = ( +/obj/machinery/computer/security/mining, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"xZu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"xZQ" = ( +/obj/item/flag/syndi, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"yaY" = ( +/obj/effect/landmark{ + name = "Response Team" + }, +/obj/effect/decal/warning_stripes/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ybz" = ( +/obj/machinery/teleport/station, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"ybA" = ( +/obj/machinery/vending/coffee/free, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"ybG" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/toy/crossbow, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/admin) +"ybJ" = ( +/obj/mecha/combat/durand{ + armor = list("melee" = 60, "bullet" = 50, "laser" = 20, "energy" = 25, "bomb" = 50, "bio" = 0, "rad" = 50, "fire" = 80, "acid" = 80); + color = "#CCCCFF"; + desc = "A heavyweight exosuit, painted in a gray scheme. This model appears to have some modifications for ERT."; + name = "Nanotrasen Special Durand Mk. II"; + operation_req_access = list(109) + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ycX" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"ydL" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/centcom/evac) +"yeg" = ( +/obj/machinery/shuttle_manipulator, +/turf/simulated/floor/bluegrid, +/area/centcom/bridge) +"yep" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"yex" = ( +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"yfi" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"yfo" = ( +/obj/structure/bookcase, +/obj/item/book/manual/supermatter_engine, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"yfR" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"ygd" = ( +/obj/effect/landmark{ + name = "Response Team" + }, +/obj/effect/decal/warning_stripes/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ygG" = ( +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"yhl" = ( +/obj/structure/table{ + dir = 4; + flipped = 1; + icon_state = "tableflip1+" + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"yhs" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"yhS" = ( +/turf/space, +/area/adminconstruction) +"yix" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall-1" + }, +/area/tdome) +"yiO" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/centcom/evac) +"yjq" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall-1" + }, +/area/space) +"ykj" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/centcom/zone1) +"yle" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"ylo" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/centcom/specops) +"ylJ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/evac) +"ylK" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "escape" + }, +/area/centcom/zone1) +"ylZ" = ( +/turf/unsimulated/wall{ + color = "#d9d9d9"; + icon = 'icons/turf/mining.dmi'; + icon_state = "rock" + }, +/area/syndicate_mothership) +"ymc" = ( +/obj/machinery/light/small, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"ymf" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "escape" + }, +/area/centcom/zone1) + +(1,1,1) = {" +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(2,1,1) = {" +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +vfS +dEq +vfS +vfS +dEq +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +yix +yix +yix +yix +yix +yix +yix +yix +yix +nbj +yix +yix +yix +yix +yix +yix +yix +yix +yix +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +pst +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(3,1,1) = {" +ylZ +ylZ +ylZ +vfS +vfS +dEq +vfS +dEq +vfS +dEq +vfS +vfS +dEq +ylZ +ylZ +ylZ +vfS +dEq +vfS +vfS +dEq +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +vfS +vfS +vfS +vfS +vfS +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +yix +yix +yix +yix +lrI +lrI +yix +yix +nbj +fUa +nbj +yix +yix +nSY +nSY +yix +yix +yix +yix +yjq +yjq +yjq +ekK +ekK +yjq +yjq +pst +gsX +pst +yjq +yjq +pBz +pBz +yjq +yjq +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(4,1,1) = {" +ylZ +ylZ +vfS +vfS +vfS +vfS +vfS +vfS +vfS +vfS +vfS +vfS +vfS +wgm +wgm +ylZ +vfS +vfS +vfS +vfS +vfS +wgm +wgm +wgm +wgm +wgm +ylZ +ylZ +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +ylZ +bYR +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +yix +yix +yix +lrI +fUa +fUa +fUa +yix +nbj +fUa +nbj +yix +fUa +fUa +fUa +nSY +yix +yix +yix +yjq +yjq +ekK +gsX +gsX +gsX +yjq +pst +gsX +pst +yjq +gsX +gsX +gsX +pBz +yjq +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(5,1,1) = {" +ylZ +ylZ +vfS +dEq +vfS +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +ylZ +ylZ +ylZ +ylZ +ylZ +yix +yix +lrI +fUa +fUa +fUa +fUa +yix +yix +nnO +yix +yix +fUa +fUa +fUa +fUa +cfp +yix +yix +yjq +ekK +gsX +gsX +gsX +gsX +yjq +yjq +pwF +yjq +yjq +gsX +gsX +gsX +gsX +pIg +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(6,1,1) = {" +ylZ +ylZ +vfS +vfS +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +aci +aci +wgm +wgm +wgm +wgm +wgm +abo +aci +abo +abo +abo +asG +abo +aci +aci +abo +abo +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +ylZ +ylZ +ylZ +ylZ +yix +yix +lrI +fUa +fUa +fUa +meF +mfj +hKm +bzH +oIE +nGr +hme +fUa +fUa +fUa +cfp +yix +yix +yjq +ekK +gsX +gsX +gsX +nMS +yjq +yjq +yjq +yjq +yjq +pyS +gsX +gsX +gsX +pIg +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(7,1,1) = {" +ylZ +ylZ +vfS +vfS +wgm +wgm +wgm +wgm +aci +aci +aci +jNu +aci +aci +aci +aci +aci +aci +jNu +aci +aci +aci +aci +aci +jNu +aci +aci +aci +aci +abo +abo +jNu +abo +abo +aci +abo +abo +aci +asG +abo +nkU +wgm +wgm +nkU +abo +abo +abo +aci +abo +abo +abo +abo +abo +abo +aci +abo +asG +abo +abo +abo +aci +abo +abo +abo +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +ylZ +ylZ +ylZ +ylZ +yix +yix +yix +fUa +fUa +meF +mfj +iWm +gOA +mFM +cON +iWm +nGr +hme +fUa +fUa +yix +yix +yix +yjq +yjq +gsX +gsX +nMS +yjq +yjq +yjq +yjq +yjq +yjq +yjq +pyS +gsX +gsX +yjq +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(8,1,1) = {" +ylZ +ylZ +vfS +dEq +wgm +wgm +wgm +aci +aci +aci +aci +aci +aci +aci +jNu +aci +jNu +aci +aci +aci +aci +aci +jNu +aci +aci +aci +aci +aci +jNu +abo +abo +abo +aci +abo +aci +abo +abo +aci +abo +abo +aci +wgm +wgm +aci +abo +abo +aci +abo +abo +abo +abo +lUk +abo +abo +abo +abo +abo +abo +aci +abo +abo +abo +abo +asG +aci +abo +abo +abo +abo +abo +abo +abo +abo +wgm +wgm +wgm +ylZ +ylZ +ylZ +ylZ +yix +yix +yix +yix +yix +mfj +iWm +mMr +gOA +bzH +cON +neO +iWm +nGr +yix +yix +yix +yix +yix +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(9,1,1) = {" +ylZ +ylZ +vfS +vfS +wgm +wgm +aci +aci +aci +acu +aci +acu +aci +acu +aci +acu +aci +acu +aci +aci +acu +abo +acu +aci +acu +aci +acu +aci +acu +qOL +dBD +fbu +fbu +fbu +fbu +fsa +qOL +abo +abo +asG +abo +wgm +wgm +abo +aci +abo +abo +abo +abo +abo +abo +abo +aci +abo +abo +aci +abo +abo +abo +asG +abo +abo +abo +abo +abo +abo +aci +abo +aci +abo +aci +abo +abo +abo +wgm +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +ldq +ldq +yix +hKm +gIw +gIw +neG +bzH +mMP +gIw +gIw +oIE +yix +qXc +qXc +yix +yix +yjq +oQZ +oQZ +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +pHj +pHj +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(10,1,1) = {" +ylZ +ylZ +dEq +vfS +wgm +wgm +aci +aci +aci +aci +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +qOL +qOL +cCb +eZU +eZU +eZU +eZU +iUE +qOL +qOL +abo +aci +abo +wgm +wgm +abo +abo +abo +aci +asG +aci +aci +abo +abo +abo +aci +abo +abo +abo +abo +abo +aci +iIJ +abo +iIJ +abo +nkU +abo +nkU +abo +nkU +abo +nkU +aci +nkU +aci +wgm +wgm +wgm +ylZ +ylZ +ylZ +yix +ldq +fUa +fUa +lOD +bzH +mFM +bzH +bzH +npR +bzH +bzH +mFM +bzH +pLD +fUa +fUa +qXc +yix +oQZ +gsX +gsX +pau +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +pHf +gsX +gsX +pHj +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(11,1,1) = {" +ylZ +ylZ +vfS +vfS +wgm +wgm +aci +aci +jNu +acu +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wwO +bDY +dnq +fEg +fEg +fEg +fEg +dnq +kpy +wwO +abo +abo +acu +wgm +wgm +aci +abo +abo +abo +abo +abo +abo +abo +abo +aci +abo +abo +abo +aci +abo +abo +abo +abo +aci +abo +abo +abo +abo +aci +abo +abo +aci +abo +abo +abo +abo +wgm +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +ldq +ldq +yix +oya +xAn +xAn +neO +bzH +mMr +xAn +xAn +hzC +yix +qXc +qXc +yix +yix +yjq +oQZ +oQZ +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +pHj +pHj +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(12,1,1) = {" +ylZ +ylZ +vfS +vfS +wgm +wgm +aci +aci +aci +aci +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +qqs +bEv +eAD +fWg +fWg +fWg +fWg +jqo +kPg +qqs +abo +abo +wgm +wgm +wgm +abo +abo +aci +abo +abo +abo +abo +asG +abo +abo +aci +abo +abo +nkU +abo +nkU +abo +iIJ +abo +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +abo +nkU +aci +abo +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +yix +yix +yix +mjD +iWm +mMP +gOA +bzH +cON +neG +iWm +nGE +yix +yix +yix +yix +yix +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(13,1,1) = {" +ylZ +ylZ +vfS +dEq +wgm +wgm +aci +aci +aci +acu +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +qqs +bEv +eAD +fWg +bxc +bxc +fWg +jqo +kPg +qqs +aci +abo +wgm +wgm +wgm +nkU +asG +abo +abo +aci +asG +abo +abo +abo +abo +asG +abo +aci +abo +abo +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +aci +abo +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +yix +fUa +fUa +mjS +mjD +iWm +gOA +mFM +cON +iWm +nGE +hdm +fUa +fUa +yix +yix +yix +yjq +yjq +gsX +gsX +oQp +yjq +yjq +yjq +yjq +yjq +yjq +yjq +pzl +gsX +gsX +yjq +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(14,1,1) = {" +ylZ +ylZ +vfS +vfS +wgm +wgm +aci +aci +aci +aci +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +qqs +bEv +eAD +fWg +bxc +bxc +fWg +jqo +kPg +qqs +abo +asG +wgm +wgm +wgm +abo +abo +abo +abo +abo +aci +abo +abo +abo +abo +abo +abo +abo +nkU +abo +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +abo +nkU +aci +asG +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +lth +fUa +fUa +fUa +mjS +mjD +gOA +bzH +cON +nGE +hdm +fUa +fUa +fUa +wIY +yix +yix +yjq +uez +gsX +gsX +gsX +oQp +yjq +yjq +yjq +yjq +yjq +pzl +gsX +gsX +gsX +pBW +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(15,1,1) = {" +ylZ +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +aci +acu +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +qqs +bEv +eAD +fWg +bxc +bxc +fWg +jqo +kPg +qqs +abo +aci +wgm +wgm +wgm +aci +aci +abo +aci +abo +abo +abo +abo +aci +abo +abo +abo +aci +aci +abo +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +abo +abo +abo +aci +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +lth +fUa +fUa +fUa +fUa +yix +gOA +bzH +cON +yix +fUa +fUa +fUa +fUa +wIY +yix +yix +yjq +uez +gsX +gsX +gsX +gsX +yjq +yjq +yjq +yjq +yjq +gsX +gsX +gsX +gsX +pBW +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(16,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +aci +aci +aci +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +qPd +ctZ +dnq +dnq +bxc +bxc +dnq +dnq +kTE +qPd +abo +nkU +wgm +wgm +nkU +abo +abo +abo +abo +abo +nkU +abo +nkU +abo +iIJ +abo +nkU +abo +nkU +abo +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +abo +nkU +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +yix +lth +fUa +fUa +fUa +yix +gOA +bzH +cON +yix +fUa +fUa +fUa +wIY +yix +yix +yix +yjq +yjq +uez +gsX +gsX +gsX +yjq +yjq +yjq +yjq +yjq +gsX +gsX +gsX +pBW +yjq +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(17,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +aci +aci +acu +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +qOL +qOL +eNN +gSC +bxc +bxc +iHP +kbU +qOL +qOL +abo +wgm +wgm +wgm +abo +abo +abo +abo +lUk +abo +abo +wgm +wgm +wgm +wgm +wgm +abo +aci +abo +aci +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +abo +abo +aci +abo +abo +aci +abo +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +yix +yix +lth +lth +yix +yix +gOA +bzH +cON +yix +yix +wIY +wIY +yix +yix +yix +yix +yjq +yjq +yjq +uez +uez +yjq +yjq +yjq +yjq +yjq +yjq +yjq +pBW +pBW +yjq +yjq +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(18,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +jNu +aci +aci +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +aci +qOL +qOL +qOL +bxc +bxc +qOL +qOL +qOL +abo +aci +wgm +wgm +wgm +aci +abo +abo +abo +abo +abo +nkU +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +abo +abo +abo +iIJ +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +yix +yix +yix +yix +yix +yix +gOA +bzH +cON +yix +yix +yix +yix +yix +yix +yix +yix +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +pXS +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(19,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +aci +aci +acu +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +acu +aci +aci +qOL +bxc +bxc +qOL +abo +abo +aci +nkU +wgm +wgm +nkU +abo +abo +asG +aci +abo +aci +abo +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +abo +aci +abo +abo +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +yix +yix +yix +yix +yix +yix +nfc +nfc +nfc +yix +yix +yix +yix +yix +yix +yix +yix +yjq +yjq +yjq +yjq +yjq +yjq +yjq +psG +psG +psG +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +ahI +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(20,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +aci +aci +aci +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +qTE +jEz +jEz +dgj +yep +bxc +wwO +aci +abo +jNu +wgm +wgm +wgm +aci +abo +abo +abo +abo +abo +abo +nkU +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +abo +abo +abo +nkU +abo +asG +wgm +wgm +ylZ +ylZ +ylZ +yix +kAN +kAN +kAN +lPh +dNg +mGN +isQ +lPi +isQ +wID +isQ +nMM +bJB +rew +kAN +kAN +kAN +yix +jyD +jyD +jyD +jyD +rdC +rSu +xJX +paY +xJX +tMz +xJX +pAk +uDU +jyD +jyD +jyD +jyD +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(21,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +aci +aci +acu +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +qOI +bxc +bxc +qOI +bxc +bxc +qqs +abo +abo +abo +wgm +wgm +nkU +aci +abo +aci +aci +abo +abo +abo +abo +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +abo +abo +abo +abo +abo +aci +wgm +wgm +ylZ +ylZ +ylZ +yix +kAN +kAN +kAN +dNg +uNs +isQ +lPi +fUa +fUa +fUa +wID +isQ +iXG +bJB +aNT +aNT +kAN +yix +jyD +jyD +jyD +rdC +afk +xJX +paY +gsX +gsX +gsX +tMz +xJX +jle +uDU +jyD +jyD +jyD +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(22,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +aci +aci +aci +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +qTE +jEz +jEz +dgj +bxc +bxc +qqs +aci +asG +abo +wgm +wgm +abo +abo +abo +abo +asG +abo +aci +abo +nkU +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +aci +abo +kLa +iIJ +aci +abo +wgm +wgm +ylZ +ylZ +ylZ +yix +kAN +lHF +lHF +fFQ +isQ +lPi +fUa +fUa +isQ +fUa +fUa +wID +isQ +fFQ +tRW +aNT +kAN +yix +jyD +jyD +rdC +afk +xJX +paY +gsX +gsX +xJX +gsX +gsX +tMz +xJX +jle +uDU +jyD +jyD +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(23,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +aci +aci +acu +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +uYF +qOI +bxc +bxc +qOI +bxc +bxc +qqs +aci +abo +acu +wgm +wgm +aci +abo +abo +aci +abo +abo +abo +abo +abo +wgm +wgm +wgm +wgm +wgm +iPw +fbu +fbu +fsa +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +abo +abo +abo +abo +abo +abo +aci +wgm +wgm +ylZ +ylZ +ylZ +yix +kAN +lHF +tRW +fFQ +lPi +fUa +fUa +fUa +fUa +fUa +fUa +fUa +wID +fFQ +aNT +aNT +kAN +yix +jyD +jyD +vIE +xJX +paY +gsX +gsX +gsX +gsX +gsX +gsX +gsX +tMz +xJX +vIE +jyD +jyD +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +xNP +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +rLL +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(24,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +aci +aci +aci +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +qTE +jEz +jEz +dgj +yep +bxc +qPd +abo +aci +wgm +wgm +wgm +abo +abo +asG +abo +abo +abo +aci +abo +nkU +abo +nkU +abo +acu +aci +qqs +bxc +bxc +qOI +jeT +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +aci +nkU +abo +abo +wgm +wgm +wgm +ylZ +ylZ +yix +kAN +lHF +lHF +fFQ +fUa +fUa +fUa +fUa +isQ +fUa +fUa +fUa +fUa +fFQ +aNT +aNT +kAN +yix +jyD +jyD +vIE +paY +gsX +gsX +gsX +gsX +xJX +gsX +gsX +gsX +gsX +tMz +vIE +jyD +jyD +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(25,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +aci +jNu +aci +aci +acu +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +acu +aci +aci +wwO +bxc +bxc +qOL +abo +abo +wgm +wgm +nkU +aci +abo +abo +abo +abo +aci +asG +abo +abo +aci +asG +abo +abo +asG +qqs +bxc +bxc +qOI +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +abo +abo +aci +aci +abo +wgm +wgm +ylZ +ylZ +yix +kAN +lHF +lHF +fFQ +mgR +aaV +aaV +ngm +fUa +mgR +aaV +aaV +ngm +fFQ +tRW +aNT +kAN +yix +jyD +jyD +vIE +paY +pdi +pkK +pkK +puu +gsX +pdi +pkK +pkK +puu +tMz +vIE +jyD +jyD +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jEO +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(26,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +aci +aci +aci +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +aci +aci +lUk +qqs +bxc +bxc +qOL +abo +asG +wgm +wgm +aci +abo +abo +abo +aci +abo +abo +abo +abo +abo +abo +abo +gqO +abo +abo +qqs +iWq +iDS +wwO +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +abo +nkU +abo +aci +asG +wgm +wgm +ylZ +ylZ +yix +kAN +lHF +tRW +fFQ +wID +fUa +fUa +lPi +isQ +wID +fUa +fUa +lPi +ldx +aNT +aNT +kAN +yix +jyD +jyD +vIE +paY +tMz +gsX +gsX +paY +xJX +tMz +gsX +gsX +paY +tMz +dPP +jyD +jyD +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(27,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +aci +aci +acu +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +acu +aci +aci +qPd +bxc +bxc +qOL +aci +aci +wgm +wgm +abo +abo +aci +aci +abo +asG +abo +abo +aci +abo +aci +asG +abo +abo +abo +qqs +bxc +bxc +qqs +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +abo +abo +abo +abo +abo +wgm +wgm +ylZ +ylZ +yix +kAN +lHF +lHF +fFQ +wID +fUa +fUa +lPi +fUa +wID +fUa +fUa +lPi +yix +yix +yix +yix +yix +jyD +jyD +vIE +paY +tMz +gsX +gsX +paY +gsX +tMz +gsX +gsX +paY +tMz +yjq +jyD +jyD +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(28,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +aci +aci +aci +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +qTE +jEz +jEz +dgj +yep +bxc +wwO +abo +wgm +wgm +wgm +abo +asG +abo +abo +abo +abo +aci +abo +abo +abo +asG +abo +abo +iIV +abo +qqs +bxc +bxc +qqs +abo +abo +asG +abo +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +abo +iIJ +abo +aci +abo +wgm +wgm +ylZ +ylZ +yix +kAN +lHF +lHF +ldx +mhF +mEF +mEF +mJR +isQ +mhF +mEF +mEF +mJR +oJE +sWt +oIH +oIH +yix +jyD +jyD +dPP +paY +pfV +gmI +gmI +hNA +xJX +pfV +gmI +gmI +hNA +tMz +kZH +jyD +jyD +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(29,1,1) = {" +ylZ +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +aci +acu +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +qOI +bxc +bxc +qOI +bxc +bxc +qqs +aci +wgm +wgm +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +aci +abo +abo +aci +qPd +bxc +bxc +qPd +aci +abo +abo +abo +aci +abo +abo +aci +aci +abo +abo +aci +abo +abo +abo +aci +abo +abo +wgm +wgm +ylZ +ylZ +yix +kAN +lHF +tRW +yix +jpb +jpb +jpb +jpb +npS +jpb +jpb +jpb +jpb +yix +cSa +oIH +oJr +yix +jyD +jyD +yjq +uFY +uFY +uFY +uFY +uFY +rqZ +uFY +uFY +uFY +uFY +uFY +yjq +jyD +jyD +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(30,1,1) = {" +ylZ +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +aci +aci +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +qTE +jEz +jEz +dgj +bxc +bxc +qqs +bYR +wgm +wgm +acu +aci +nkU +aci +nkU +aci +nkU +aci +nkU +qOL +dBD +fbu +fbu +fbu +fsa +qTE +dgj +iXH +iXH +qTE +jEz +jEz +jEz +pZQ +jEz +jEz +jEz +dgj +nkU +abo +kVt +abo +nkU +abo +nkU +abo +aci +abo +wgm +wgm +ylZ +ylZ +yix +kAN +lHF +lHF +mkc +lPo +mkf +mHq +mHq +mfz +mHq +mHq +oBV +rGq +oJE +hTV +oIH +oIH +yix +jyD +jyD +dOF +pbA +phr +plJ +plJ +xPv +pbI +phr +plJ +plJ +xPv +gvu +kZH +jyD +jyD +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(31,1,1) = {" +ylZ +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +aci +acu +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +qOI +bxc +bxc +qOI +bxc +bxc +qqs +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +qOL +svp +svp +txu +txu +txu +tEG +uFB +qYY +qYY +pjo +iFO +txu +jAM +xRp +kkR +klL +bxc +qOI +abo +abo +abo +abo +abo +abo +abo +abo +asG +aci +wgm +wgm +ylZ +ylZ +yix +kAN +lHF +lHF +fFQ +lPo +rGq +fUa +fUa +mfz +fUa +fUa +lPo +rGq +yix +yix +yix +yix +yix +jyD +jyD +vIE +pbA +gvu +gsX +gsX +pbA +gsX +gvu +gsX +gsX +pbA +gvu +yjq +jyD +jyD +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(32,1,1) = {" +ylZ +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +aci +aci +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +qTE +jEz +jEz +dgj +yep +bxc +qPd +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +qOL +qYX +txu +txu +uHi +uHi +uHi +uHi +qYY +qYY +xEm +uzR +txu +jDd +xRp +kln +bxc +bxc +qxD +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +wgm +wgm +ylZ +ylZ +yix +kAN +lHF +tRW +fFQ +lPo +rGq +fUa +fUa +mfz +fUa +fUa +lPo +rGq +mkc +aNT +aNT +kAN +yix +jyD +jyD +vIE +pbA +gvu +gsX +gsX +pbA +pbI +gvu +gsX +gsX +pbA +gvu +dOF +jyD +jyD +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(33,1,1) = {" +ylZ +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +jNu +acu +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +acu +aci +lUk +wwO +bxc +bxc +qOL +wgm +wgm +gJm +gJm +gJm +wgm +wgm +iUA +iUA +iUA +wgm +wgm +qOL +rtB +txu +uHi +iFT +iFT +iFT +uOd +qYY +qYY +xEm +jfo +jop +pdP +uSb +dgj +qOI +qTE +xgb +yhl +lGw +lGw +lGw +lGw +dUl +nkU +abo +aci +abo +wgm +wgm +ylZ +ylZ +yix +kAN +lHF +lHF +fFQ +lPo +ngp +mJd +mJd +mfz +mJd +mJd +oCr +rGq +fFQ +tRW +aNT +kAN +yix +jyD +jyD +vIE +pbA +phv +poE +poE +puv +gsX +phv +poE +poE +puv +gvu +vIE +jyD +jyD +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(34,1,1) = {" +ylZ +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +aci +aci +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +aci +aci +aci +qqs +bxc +bxc +qOL +bYR +wgm +wgm +wgm +bYR +wgm +wgm +bYR +wgm +wgm +wgm +bYR +qOL +isN +txu +uHi +iFT +iFT +iFT +uZb +qYY +qYY +xEm +jOf +gAr +xRp +jTD +klL +bxc +kEO +uux +abo +abo +abo +abo +abo +abo +abo +aci +abo +abo +wgm +wgm +ylZ +ylZ +yix +kAN +lHF +lHF +fFQ +lPo +fUa +fUa +fUa +fUa +fUa +fUa +fUa +rGq +fFQ +aNT +aNT +kAN +yix +jyD +jyD +vIE +pbA +gsX +gsX +gsX +gsX +pbI +gsX +gsX +gsX +gsX +gvu +vIE +jyD +jyD +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(35,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +aci +aci +acu +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +acu +aci +aci +qqs +bxc +bxc +qOL +dBD +fbu +hcG +lUk +hDm +qOI +qOI +hDm +aci +qrv +fbu +iiz +qOL +isW +txu +txu +txu +txu +iMt +txu +qYY +qYY +xEm +jfD +joR +uux +jUl +bxc +bxc +kFU +wwO +kEA +nkU +nkU +nkU +nkU +nkU +nkU +abo +asG +aci +wgm +wgm +ylZ +ylZ +yix +kAN +lHF +tRW +fFQ +mfz +lPo +fUa +fUa +mfz +fUa +fUa +rGq +mfz +fFQ +aNT +aNT +kAN +yix +jyD +jyD +vIE +pbI +pbA +gsX +gsX +gsX +gsX +gsX +gsX +gsX +gvu +pbI +vIE +jyD +jyD +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(36,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +aci +aci +aci +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +aci +aci +aci +qqs +bxc +bxc +nOk +bxc +bxc +qqs +aci +qqs +bxc +bxc +qqs +aci +qqs +bxc +bxc +nOk +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +xjA +jUv +bxc +bxc +kFU +qqs +abo +abo +abo +abo +abo +abo +abo +abo +abo +wgm +wgm +wgm +ylZ +ylZ +yix +kAN +lHF +lHF +fFQ +mfz +lPo +fUa +fUa +mfz +fUa +fUa +rGq +mfz +fFQ +tRW +aNT +kAN +yix +jyD +jyD +jle +uDU +pbI +pbA +gsX +gsX +pbI +gsX +gsX +gvu +pbI +rdC +afk +jyD +jyD +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(37,1,1) = {" +ylZ +dEq +vfS +wgm +wgm +aci +aci +aci +aci +acu +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +acu +aci +aci +qqs +bxc +bxc +nOk +bxc +bxc +qqs +aci +qqs +bxc +bxc +qqs +aci +qqs +bxc +bxc +nOk +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +jUC +bxc +bxc +kFU +qqs +nkU +kEA +nkU +nkU +nkU +nkU +nkU +abo +aci +wgm +wgm +ylZ +ylZ +ylZ +yix +kAN +kAN +kAN +iXG +bJB +mfz +lPo +fUa +fUa +fUa +rGq +mfz +dNg +uNs +aNT +aNT +kAN +yix +jyD +jyD +jyD +jle +uDU +pbI +pbA +gsX +gsX +gsX +gvu +pbI +rdC +afk +jyD +jyD +jyD +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(38,1,1) = {" +ylZ +vfS +vfS +wgm +wgm +aci +aci +aci +aci +aci +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +aci +aci +aci +qqs +bxc +bxc +wwO +bxc +bxc +hcH +fbu +qwX +qOI +qOI +hcH +fbu +qwX +bxc +bxc +qxD +xAW +qYY +sMH +tav +svp +qYY +iPX +xlW +tav +qYY +qYY +jpl +qxD +jUl +bxc +bxc +kFU +qqs +abo +abo +abo +abo +abo +abo +abo +abo +asG +wgm +wgm +ylZ +ylZ +ylZ +yix +kAN +kAN +kAN +lSd +iXG +mGN +mfz +lPo +mfz +rGq +mfz +nMM +uNs +rIA +kAN +kAN +kAN +yix +jyD +jyD +jyD +jyD +jle +rSu +pbI +pbA +pbI +gvu +pbI +pAk +afk +jyD +jyD +jyD +jyD +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(39,1,1) = {" +ylZ +vfS +vfS +wgm +wgm +aci +aci +aci +aci +acu +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +acu +aci +jNu +qPd +bxc +bxc +qPd +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +jcl +dgj +swv +qTE +pZQ +dgj +vcx +qTE +jEz +raO +xXe +qYY +jpm +xRp +jVS +bxc +bxc +kHe +qqs +nkU +nkU +kEA +nkU +nkU +nkU +nkU +aci +abo +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +yix +yix +yix +yix +yix +yix +ngy +ngy +ngy +yix +yix +yix +yix +yix +yix +yix +yix +yjq +yjq +yjq +yjq +yjq +yjq +yjq +pwa +pwa +pwa +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(40,1,1) = {" +ylZ +vfS +dEq +wgm +wgm +aci +aci +jNu +aci +aci +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +aci +aci +aci +qOL +gmw +gmw +qxD +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +xRp +bxc +bxc +bxc +wNT +tnx +gIQ +vcx +iZw +jcl +raO +jfH +pdP +xgb +bxc +bxc +bxc +kFU +qqs +abo +abo +abo +abo +abo +abo +abo +aci +aci +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +yix +yix +yix +yix +yix +yix +ePg +qlE +lFt +yix +yix +yix +yix +yix +yix +yix +yix +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(41,1,1) = {" +ylZ +vfS +vfS +wgm +wgm +aci +aci +aci +aci +acu +abo +nkU +abo +nkU +abo +nkU +abo +nkU +abo +abo +nkU +abo +nkU +abo +nkU +abo +nkU +abo +acu +aci +aci +wwO +qYY +qYY +vHp +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +xgb +bxc +bxc +bxc +wNT +tnx +iMD +qTE +jEz +vGw +xgb +bxc +vHp +xgb +jVT +bxc +bxc +kFU +qqs +nkU +nkU +nkU +kEA +nkU +nkU +nkU +abo +asG +wgm +wgm +wgm +ylZ +ylZ +yix +yix +yix +yix +lth +lth +yix +yix +ePg +qlE +lFt +yix +yix +nTa +nTa +yix +yix +yix +yix +yjq +yjq +yjq +uez +uez +yjq +yjq +yjq +yjq +yjq +yjq +yjq +pDj +pDj +pHN +yjq +yjq +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(42,1,1) = {" +ylZ +vfS +vfS +wgm +wgm +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +qqs +qYY +qYY +wNT +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +xRp +bxc +bxc +bxc +wNT +iJd +gIQ +vcx +iZw +jcl +xgb +okm +vHp +xgb +jWG +bxc +bxc +kFU +qqs +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +wgm +wgm +ylZ +ylZ +yix +yix +yix +lth +fUa +fUa +fUa +yix +ePg +qlE +lFt +yix +fUa +fUa +fUa +nTa +yix +yix +yix +yjq +yjq +uez +gsX +gsX +gsX +yjq +yjq +yjq +yjq +yjq +gsX +gsX +gsX +pDj +yjq +yjq +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(43,1,1) = {" +ylZ +vfS +vfS +wgm +wgm +aci +aci +aci +pdP +dgj +dBD +fbu +fbu +fsa +qTE +raO +aci +lUk +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +aci +lUk +aci +qqs +qYY +qYY +wNT +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +xRp +skb +bxc +iAM +wNT +iKf +gIQ +qTE +jEz +vGw +xgb +bxc +vHp +xgb +jUl +bxc +bxc +kFU +qPd +nkU +nkU +nkU +nkU +kEA +nkU +nkU +aci +aci +abo +wgm +wgm +ylZ +ylZ +yix +yix +lth +fUa +fUa +fUa +fUa +yix +ePg +qlE +lFt +yix +fUa +fUa +fUa +fUa +nTa +yix +yix +yjq +uez +gsX +gsX +gsX +gsX +yjq +yjq +yjq +yjq +yjq +gsX +gsX +gsX +gsX +pDj +yjq +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +pEo +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(44,1,1) = {" +ylZ +dKN +vfS +wgm +wgm +aci +aci +aci +wNT +dRR +eKo +fkp +fGU +giz +dRR +wNT +aci +aci +aci +aci +lUk +aci +qxD +qOI +qxD +qOI +qxD +aci +aci +aci +aci +qqs +qYY +qYY +wNT +rkr +rkr +hcW +hcW +hcW +rkr +rkr +hcW +hcW +hcW +rkr +rkr +xRp +bxc +bxc +bxc +wNT +iKf +gIQ +vcx +iZw +jcl +xgb +okm +vHp +xgb +jTD +knx +knx +kHZ +qxD +abo +abo +abo +abo +abo +abo +abo +abo +abo +aci +wgm +wgm +ylZ +ylZ +yix +yix +lth +fUa +fUa +fUa +mjS +mnu +ePg +qlE +lFt +nHg +hdm +fUa +fUa +fUa +nTa +yix +yix +yjq +uez +gsX +gsX +gsX +oQp +yjq +yjq +yjq +yjq +yjq +pzl +gsX +gsX +gsX +pDj +yjq +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +hvA +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(45,1,1) = {" +ylZ +vfS +vfS +wgm +wgm +wgm +aci +aci +wNT +dSX +txu +txu +txu +txu +gXH +wNT +aci +aci +aci +aci +aci +aci +wNT +bxc +wNT +bxc +wNT +aci +aci +aci +aci +qPd +qYY +qYY +wCK +jEz +raO +hcW +hcW +hcW +rkr +rkr +hcW +hcW +hcW +rkr +rkr +xRp +bxc +bxc +bxc +wNT +iKf +iMD +qTE +pZQ +vGw +xgb +bxc +vHp +vGw +pZQ +pZQ +pZQ +jEz +jga +wVp +wVp +wVp +wVp +wVp +kEA +wVp +abo +aci +abo +wgm +wgm +ylZ +ylZ +yix +yix +yix +fUa +fUa +mjS +mnu +gQn +ePg +mSo +lFt +gQn +nHg +hdm +fUa +fUa +yix +yix +yix +yjq +yjq +gsX +gsX +oQp +yjq +yjq +yjq +yjq +yjq +yjq +yjq +pzl +gsX +gsX +yjq +yjq +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(46,1,1) = {" +ylZ +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +wNT +dVm +txu +gZh +gZh +gZh +gZh +wCK +jEz +dgj +dBD +fbu +fbu +fsa +uux +qOI +uux +qOI +uux +dBD +fbu +fbu +fsa +qOL +qYY +qYY +gii +gii +uux +hcW +hcW +hcW +rkr +rkr +hQs +hcW +hcW +rkr +rkr +xRp +bxc +bxc +bxc +wNT +gIQ +gIQ +iRo +vHp +uSb +jga +jfH +wCK +uSb +vGw +vGw +xgb +abo +asG +abo +abo +abo +abo +abo +abo +abo +abo +aci +aci +wgm +wgm +ylZ +ylZ +yix +yix +yix +yix +yix +mnu +gQn +mNz +ePg +qlE +lFt +niJ +gQn +nHg +yix +yix +yix +yix +yix +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(47,1,1) = {" +ylZ +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +wwO +qYY +qYY +qYY +qYY +qYY +qYY +qYY +jNo +jPz +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +xRp +stD +stD +stD +wNT +tbv +tbv +pdP +jga +xug +tcz +wyV +tcz +jEU +wCK +vGw +xgb +abo +asG +abo +abo +abo +abo +abo +abo +abo +abo +asG +abo +wgm +wgm +ylZ +ylZ +yix +yix +lfA +lfA +yix +bpb +pTQ +pTQ +nhH +qlE +mSB +pTQ +pTQ +xLe +yix +sti +sti +yix +yix +yjq +iEF +iEF +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +pHS +pHS +yjq +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qfn +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +hxr +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(48,1,1) = {" +ylZ +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +qqs +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +jPz +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +vHp +jEz +pZQ +jEz +uSb +jEz +jEz +xgb +xug +tcz +tok +tpj +tok +tcz +jEU +vHp +xgb +abo +abo +abo +aci +abo +aci +aci +aci +abo +abo +aci +aci +wgm +wgm +ylZ +ylZ +yix +lfA +fUa +fUa +lOD +qlE +qlE +mSo +qlE +npV +qlE +qlE +mSo +qlE +opy +fUa +fUa +sti +yix +iEF +gsX +gsX +pau +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +pHf +gsX +gsX +pHS +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(49,1,1) = {" +ylZ +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +qqs +sWK +txu +iFT +fLf +fLf +txu +qYY +qYY +qxD +jVp +jVp +jVp +jVp +gii +qYY +qYY +qYY +gii +jVp +jVp +jVp +jVp +qxD +qYY +qYY +gii +gii +qxD +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +rkr +xRp +aDO +xRp +jkB +jty +kaJ +kvK +xRp +tcz +tok +tpj +jfX +tpj +tok +tcz +vHp +xgb +kJF +aci +aci +abo +abo +aci +aci +aci +abo +abo +aci +abo +wgm +wgm +ylZ +ylZ +yix +yix +lfA +lfA +yix +eIX +rDj +rDj +niJ +qlE +mNz +rDj +rDj +nQs +yix +sti +sti +yix +yix +yjq +iEF +iEF +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +pHS +pHS +yjq +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +arb +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(50,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +aci +qqs +dVm +eMx +iFT +iFT +iFT +hVP +qYY +jpl +vHp +jEz +jEz +jEz +raO +gii +qYY +hiy +qYY +gii +pdP +jEz +jEz +jEz +xgb +qYY +qYY +pdP +jEz +uSb +jEz +jEz +jEz +jEz +jEz +jEz +pZQ +jEz +jEz +jEz +uSb +jEz +xgb +jly +jFy +kbD +kyR +xRp +wyV +tpj +ymc +jgy +jqb +tpj +jZg +vHp +xgb +abo +asG +abo +abo +aci +abo +abo +aci +abo +aci +abo +wgm +wgm +wgm +ylZ +ylZ +yix +yix +yix +yix +yix +mnV +gQn +mSB +ePg +qlE +lFt +nhH +gQn +nIc +yix +yix +yix +yix +yix +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(51,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +aci +qqs +sWK +txu +iFT +fVG +fVG +txu +qYY +qYY +wNT +gii +gAP +mKI +wCK +dgj +qYY +qOL +qYY +qTE +jga +gAP +hLq +gii +wNT +qYY +qYY +wNT +gEE +gJD +hdi +hns +vgx +hHP +hOT +hQw +wNT +iqu +iqu +jcG +hYX +iqu +xRp +jmh +iGd +kdH +kMR +xRp +tcz +tvW +tpj +jgZ +tpj +tvW +tcz +vHp +xgb +abo +abo +aci +abo +abo +aci +abo +abo +aci +abo +aci +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +yix +fUa +fUa +meF +mnV +gQn +ePg +mSo +lFt +gQn +nIc +hme +fUa +fUa +yix +yix +yix +yjq +yjq +gsX +gsX +nMS +yjq +yjq +yjq +yjq +yjq +yjq +yjq +pyS +gsX +gsX +yjq +yjq +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(52,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +aci +qqs +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +wNT +eJI +gFy +gFy +gIk +nOx +qYY +qYY +qYY +nOx +hDk +gFy +gFy +hMk +wNT +qYY +qYY +wNT +gFx +gIQ +hgF +gIQ +gIQ +gIQ +gIQ +hQT +wNT +iqu +iqu +jbX +hYX +iqu +xRp +jkB +jkB +iGd +kNm +xRp +xDB +tcz +tvW +tpj +tvW +tcz +rBW +vHp +xgb +abo +aci +abo +abo +aci +abo +aci +abo +aci +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +ltk +fUa +fUa +fUa +meF +mnV +ePg +qlE +lFt +nIc +hme +fUa +fUa +fUa +oCE +yix +yix +yjq +qLf +gsX +gsX +gsX +nMS +yjq +yjq +yjq +yjq +yjq +pyS +gsX +gsX +gsX +pJg +yjq +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(53,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +aci +qPd +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +wNT +ajN +fWg +bex +eAD +nOx +qYY +qYY +qYY +nOx +jqo +bex +fWg +hNZ +wNT +qYY +qYY +wNT +gGT +gJL +hgY +gJL +fch +gIQ +gIQ +hQV +wNT +iqu +hYX +jej +iqu +iqu +xRp +iGd +iGd +kdH +iMR +vHp +raO +xDB +tcz +wyV +tcz +rBW +pdP +vGw +xgb +kLa +aci +abo +aci +abo +aci +abo +abo +abo +abo +aci +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +ltk +fUa +fUa +fUa +fUa +yix +yix +nqh +yix +yix +fUa +fUa +fUa +fUa +oCE +yix +yix +yjq +qLf +gsX +gsX +gsX +gsX +yjq +yjq +pwO +yjq +yjq +gsX +gsX +gsX +gsX +pJg +yjq +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(54,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +aci +wNT +svp +svp +svp +svp +svp +svp +qYY +qYY +wNT +akn +fWg +dnq +eAD +biT +qYY +qYY +qYY +biT +jqo +dnq +fWg +hPT +wNT +qYY +qYY +wNT +gHf +gLg +hih +hnB +hFH +gIQ +gIQ +hTb +wNT +iqu +iqu +iqu +iqu +iqu +xRp +iGd +jFy +krY +iND +vHp +uSb +jEz +jEz +jEz +jEz +jEz +uSb +uSb +jga +abo +abo +aci +abo +abo +abo +abo +abo +aci +aci +abo +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +yix +ltk +fUa +fUa +fUa +yix +nbj +fUa +nbj +yix +fUa +fUa +fUa +nTw +yix +yix +yix +yjq +yjq +qLf +gsX +gsX +gsX +yjq +pst +gsX +pst +yjq +gsX +gsX +gsX +pDL +yjq +yjq +yjq +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(55,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +aci +wNT +eyW +fjA +fGT +ghW +gmR +iSV +qYY +jpl +wNT +agu +fEg +fEg +gIn +nOx +qYY +qYY +qYY +nOx +agu +fEg +fEg +gIn +wNT +qYY +qYY +wNT +gHV +gIQ +gIQ +gIQ +gIQ +gIQ +gIQ +hTe +wNT +hYX +jbX +iqu +iqu +iqu +xRp +jqZ +jFI +ktp +iOe +xRp +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +aci +abo +abo +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +yix +yix +ltk +ltk +yix +yix +nbj +fUa +nbj +yix +yix +nTw +nTw +yix +yix +yix +yix +yjq +yjq +yjq +qLf +qLf +yjq +yjq +pst +gsX +pst +yjq +yjq +pDL +pDL +yjq +yjq +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(56,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +aci +wNT +xZQ +qYY +qYY +qYY +qYY +qYY +qYY +qYY +wNT +geV +aAh +aAh +aAh +qxD +qYY +qYY +qYY +qxD +aAh +aAh +aAh +geV +wNT +qYY +qYY +wNT +gHV +gIQ +gIQ +gIQ +gIQ +gIQ +gIQ +hTB +wNT +dBD +fsa +jes +dBD +fsa +uux +jrl +qTE +jEz +jEz +xgb +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +aci +abo +abo +abo +abo +aci +abo +aci +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +yix +yix +yix +yix +yix +yix +yix +nbj +yix +yix +yix +yix +yix +yix +yix +yix +yix +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +pst +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(57,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +aci +wNT +eDg +qYY +txu +txu +txu +hvC +qYY +jpl +vHp +jEz +jEz +jEz +pZQ +jga +qBc +qOL +qBc +wCK +pZQ +jEz +jEz +jEz +xgb +qYY +qYY +wNT +gHV +gIQ +gIQ +hnS +hGA +hJc +hPK +hTb +wNT +iCh +iCh +iCh +iCh +iCh +jjm +jrV +isY +iKT +iOE +xRp +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +aci +abo +wgm +wgm +wgm +ylZ +ylZ +ylZ +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yix +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +yjq +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(58,1,1) = {" +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +aci +wNT +eGQ +qYY +txu +gZh +gVU +htZ +qYY +qYY +wNT +onh +exo +mKQ +uux +piN +iuh +iuh +iuh +piN +wNT +kqL +sLW +xyk +wNT +qYY +qYY +wCK +dgj +iOl +iOl +qTE +jEz +jEz +jEz +jEz +jga +iCh +iCh +iCh +iCh +iCh +iCh +iCh +iGZ +bxc +tmi +xRp +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +ylZ +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(59,1,1) = {" +ylZ +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +wNT +eHx +qYY +txu +gZh +gZh +htZ +qYY +qYY +wNT +jYJ +iuh +iuh +jwy +iuh +iuh +iuh +iuh +piN +wNT +byL +okA +eVq +wNT +qYY +qYY +jUv +qYY +qYY +qYY +qYY +iSw +qYY +qYY +qYY +iVp +jUv +iCh +iCh +iCh +iCh +iCh +iCh +qTE +jEz +jEz +xgb +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +ylZ +lae +lae +lae +lae +laO +laO +laO +laO +laO +lae +lae +laO +lae +lae +lae +lae +lae +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(60,1,1) = {" +ylZ +ylZ +ylZ +ylZ +wgm +wgm +aci +aci +wNT +eIt +qYY +txu +txu +txu +hvC +qYY +qYY +vHp +jEz +jEz +jEz +dgj +jEV +iuh +iuh +iuh +piN +wNT +byL +byL +jkR +wNT +qYY +qYY +jUC +qYY +qYY +qYY +iSr +iSw +qYY +iTX +qYY +iVp +jaQ +iCh +iCh +iCh +iCh +iCh +jrV +isY +iKT +iOE +xRp +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +ylZ +lae +lfY +lub +lKC +lae +mpA +mpA +mpA +mpA +mpA +mpA +lju +lju +laO +lae +opJ +lae +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(61,1,1) = {" +ylZ +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +wNT +xZQ +qYY +qYY +qYY +qYY +qYY +qYY +qYY +wNT +wak +hSw +mOM +qfU +pml +iuh +iuh +iuh +jEV +uux +byL +byL +wla +wNT +qYY +qYY +pdP +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +raO +dBD +fbu +fbu +hcG +iCh +iCh +iGZ +bxc +tmi +xRp +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +ylZ +laO +lhm +lju +lju +lae +lju +lju +lju +lju +lju +lju +lju +lju +lae +lju +lju +lju +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(62,1,1) = {" +ylZ +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +wNT +eKf +hen +gNF +gNF +hen +hzy +qYY +qYY +wNT +vFJ +hTY +iuh +iuh +iuh +iuh +iuh +iuh +iuh +vyE +byL +byL +wva +wNT +qYY +qYY +wNT +aDO +aDO +aDO +aDO +aDO +aDO +aDO +aDO +aDO +wNT +iaH +ijy +isq +qqs +iCh +iCh +iGZ +bxc +tmi +xRp +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +ylZ +lae +lhq +lju +lju +lSp +lju +lju +lju +lju +lju +lju +lju +lju +nTM +lju +lju +lju +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(63,1,1) = {" +ylZ +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +wNT +dBD +fbu +fbu +fbu +fsa +qxD +jFM +qYY +wNT +vVp +kiB +jod +qfU +pFs +iuh +iuh +iuh +jEV +qxD +byL +byL +wla +wNT +qYY +qYY +wNT +aDO +aDO +aDO +aDO +aDO +aDO +aDO +aDO +aDO +wNT +ieG +bxc +ieG +qPd +iCh +jrV +isY +iKT +iOG +vHp +jEz +jEz +jEz +jEz +pZQ +jEz +jEz +jEz +jEz +xgb +abo +abo +abo +abo +abo +abo +abo +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +ylZ +lae +lhq +lju +lju +lae +lju +lju +mTV +lhq +lju +lia +lju +lju +lae +opJ +lae +lae +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(64,1,1) = {" +ylZ +ylZ +ylZ +ylZ +wgm +wgm +wgm +aci +wNT +vhu +vhu +vhu +vhu +vhu +wNT +hYv +hYv +vHp +jEz +jEz +jEz +dgj +jEV +iuh +iuh +iuh +piN +wNT +byL +byL +jAG +wNT +qYY +qYY +wNT +aDO +aDO +aDO +aDO +aDO +aDO +aDO +aDO +aDO +wNT +bxc +bxc +bxc +ivq +iCh +iCh +qTE +jEz +jEz +xgb +sVv +bxc +bxc +hwx +wNT +npE +bxc +bxc +npE +wNT +abo +abo +abo +abo +abo +abo +abo +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +ylZ +lae +lhK +lwc +lKT +laO +lju +lju +lhq +lhq +lju +lju +lju +lju +lju +lju +oxt +laO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(65,1,1) = {" +ylZ +ylZ +ylZ +ylZ +ylZ +wgm +wgm +aci +wNT +vhu +vhu +vhu +vhu +vhu +wNT +qYY +qYY +wNT +jYJ +iuh +iuh +jwy +iuh +iuh +iuh +iuh +piN +wNT +byL +okA +suq +wNT +qYY +qYY +wNT +aDO +aDO +aDO +aDO +aDO +aDO +aDO +aDO +aDO +wNT +okm +bxc +bxc +qxD +iCh +iCh +iGZ +bxc +tmi +xRp +sVA +bxc +bxc +sVA +wNT +npE +bxc +bxc +npE +wNT +abo +abo +abo +abo +abo +abo +abo +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +ylZ +lae +lae +laO +lae +lae +lju +lju +lhq +lhq +lju +lju +lju +lju +lju +lju +oxt +laO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(66,1,1) = {" +ylZ +ylZ +ylZ +ylZ +ylZ +wgm +wgm +aci +wNT +vhu +vhu +vhu +vhu +vhu +uux +jMl +qYY +wNT +kds +exo +nkD +qxD +piN +jYX +rCu +jYX +piN +wNT +jsJ +fll +vtS +wNT +qYY +qYY +wNT +aDO +aDO +aDO +aDO +aDO +aDO +aDO +aDO +aDO +wNT +ihc +ikP +ist +wNT +iCh +jrV +isY +iKT +iOG +xRp +tzs +bxc +bxc +rzx +wNT +npE +bxc +bxc +npE +wNT +abo +abo +abo +abo +abo +abo +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +ylZ +ylZ +laO +lia +lju +lju +lju +lju +lju +lju +lju +lju +lju +lju +lju +lju +lju +oxt +laO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +pLq +njW +njW +njW +njW +qsJ +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(67,1,1) = {" +ylZ +ylZ +ylZ +ylZ +ylZ +wgm +wgm +aci +wNT +vhu +vhu +vhu +vhu +ezi +jEk +qYY +qYY +vHp +jEz +jEz +jEz +uSb +jEz +jEz +jEz +jEz +jEz +uSb +jEz +jEz +jEz +jga +qYY +qYY +wCK +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +uSb +jEz +jEz +jEz +uSb +jEz +jEz +jEz +jEz +jEz +uSb +dgj +xGL +xGL +qTE +uSb +dgj +bxc +bxc +qTE +xgb +abo +abo +abo +abo +abo +abo +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +ylZ +ylZ +lae +lju +lju +lju +lSx +lju +lju +lju +lju +lju +lju +lju +lju +lju +lju +oyx +laO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +aGy +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(68,1,1) = {" +ylZ +ylZ +ylZ +ylZ +ylZ +wgm +wgm +wgm +wNT +vhu +vhu +vhu +vhu +vhu +qxD +qYY +qYY +wNT +aci +abo +abo +aci +abo +abo +abo +aci +abo +wwO +qYY +qYY +qYY +qYY +qYY +qYY +iLB +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +tTQ +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +wNT +abo +abo +abo +abo +abo +abo +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +ylZ +ylZ +lae +lju +lju +lhq +lhq +lSx +lju +lju +lju +lju +lju +lju +lju +lju +lju +oyx +lae +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(69,1,1) = {" +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +wgm +wgm +wNT +vhu +vhu +vhu +vhu +vhu +vHp +dBD +fsa +uux +abo +aci +nJf +abo +aci +aci +abo +nJf +sEj +qPd +qYY +qYY +qYY +qYY +qYY +qYY +iLC +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +bxc +wNT +abo +abo +abo +abo +abo +abo +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +ylZ +ylZ +lae +lju +lwj +lhq +lhq +lSx +lju +lju +lju +lju +lju +lju +lju +lae +laO +lae +laO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(70,1,1) = {" +ylZ +ylZ +ylZ +ylZ +dEq +vfS +wgm +wgm +wNT +vhu +vhu +vhu +vhu +vhu +wNT +abo +abo +aci +abo +abo +abo +abo +qTE +jEz +jEz +jEz +jEz +jEz +dgj +gMh +gMh +qTE +pZQ +jEz +jEz +jEz +jEz +jEz +jEz +dgj +iSO +qTE +jEz +jEz +pZQ +jEz +dgj +bxc +bxc +qTE +jEz +raO +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +wNT +abo +abo +abo +abo +abo +abo +abo +abo +wgm +wgm +ylZ +ylZ +ylZ +ylZ +ylZ +lae +lju +lju +lhq +lhq +lSx +lju +lju +lju +lju +lju +lju +lju +nZT +oqh +oqh +lae +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(71,1,1) = {" +ylZ +ylZ +ylZ +ylZ +vfS +vfS +wgm +wgm +wNT +vhu +vhu +vhu +vhu +vhu +wNT +aci +jNu +abo +aci +abo +aci +abo +wwO +gIq +hkd +okC +gIq +hkd +okC +gMh +gMh +hTK +wNT +vhu +vhu +vhu +vhu +vhu +vhu +vhu +iSU +vhu +vhu +vhu +wNT +jcm +jeA +bxc +bxc +jjA +jsk +wNT +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +qYY +wNT +abo +abo +abo +abo +abo +abo +wgm +wgm +wgm +wgm +ylZ +ylZ +ylZ +ylZ +ylZ +lae +lju +lju +lju +lSx +lju +lju +lju +lju +lju +lju +lju +lju +nZT +lju +lju +lae +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(72,1,1) = {" +ylZ +ylZ +ylZ +ylZ +vfS +vfS +wgm +wgm +wNT +vhu +vhu +vhu +vhu +vhu +wNT +abo +abo +aci +abo +aci +abo +asG +qqs +gIN +hkd +hrV +gIN +hkd +hrV +gMh +gMh +hYB +wNT +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +wNT +jcm +jeA +bxc +bxc +jjA +jsk +wNT +ktA +txu +txu +wDT +kGc +qYY +qYY +cFg +svl +cFg +qYY +qYY +wNT +abo +abo +abo +abo +wgm +wgm +wgm +wgm +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +laO +lia +lju +lju +lju +lju +lju +lju +lju +lju +lju +lju +lju +obc +lju +lju +laO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(73,1,1) = {" +ylZ +ylZ +ylZ +ylZ +vfS +dEq +wgm +wgm +wNT +vhu +vhu +vhu +vhu +vhu +wNT +abo +aci +abo +asG +mJI +abo +abo +qqs +gMh +gMh +gMh +gMh +gMh +gMh +gMh +gMh +iGV +wNT +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +wNT +jcp +jeA +bxc +bxc +jjA +jcp +wNT +kuD +txu +txu +wGi +kGc +qYY +qYY +cFg +svl +cFg +qYY +qYY +wNT +abo +abo +wgm +wgm +wgm +wgm +wgm +wgm +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +laO +lae +laO +lae +laO +lju +lju +lhq +lhq +lju +lju +lju +lju +nZT +lju +lju +lae +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +aHs +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(74,1,1) = {" +ylZ +ylZ +ylZ +ylZ +vfS +vfS +wgm +wgm +wNT +vhu +vhu +vhu +vhu +vhu +wNT +abo +abo +abo +aci +abo +abo +aci +qPd +gMB +gMh +gMh +gMh +gMh +gMh +gMh +gMh +iIb +wNT +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +wNT +jcm +jeA +bxc +bxc +jjA +jsk +wNT +kvk +txu +txu +wIS +kGc +qYY +qYY +cFg +svl +cFg +qYY +qYY +wNT +abo +wgm +wgm +wgm +wgm +wgm +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +laO +lju +lju +lju +laO +lju +lju +lhq +lhq +lju +lju +lju +lju +nZT +oqh +oqh +laO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +hbO +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(75,1,1) = {" +ylZ +ylZ +ylZ +ylZ +vfS +vfS +wgm +wgm +wCK +jEz +jEz +jEz +jEz +jEz +jga +aci +abo +aci +abo +abo +abo +abo +pdP +raO +hrp +hsH +hxl +hGI +hHF +hLQ +hRd +pdP +xgb +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +wNT +jcm +jeA +jhh +jhp +jjA +jsk +wNT +sWK +oHz +rjO +xwb +kGc +qYY +qYY +sWK +iKu +sWK +qYY +qYY +wNT +wgm +wgm +wgm +wgm +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +lae +lju +lju +lju +laO +lju +lju +lhq +lhq +lju +lia +lju +lju +lae +lae +lae +lae +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(76,1,1) = {" +ylZ +ylZ +ylZ +ylZ +vfS +vfS +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +aci +aci +kgi +aci +aci +abo +wCK +jga +dBD +fbu +fbu +fbu +fbu +fbu +fsa +wCK +uSb +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +uSb +jEz +jEz +jEz +jEz +jEz +jEz +uSb +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jga +wgm +wgm +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +laO +lju +lxo +lju +lSp +lju +lju +lju +lju +lju +lju +lju +lju +nTM +lju +lju +lju +oKB +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(77,1,1) = {" +ylZ +ylZ +ylZ +ylZ +ylZ +vfS +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +laO +lju +lju +lju +lae +lju +lju +lju +lju +lju +lju +lju +lju +lae +lju +lju +lju +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(78,1,1) = {" +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +wgm +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +lae +lju +lju +lju +lae +msd +msd +msd +msd +msd +msd +lju +lju +lae +laO +lae +lae +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(79,1,1) = {" +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +lae +lae +lae +lae +lae +laO +lae +laO +lae +laO +lae +lae +lae +lae +lae +lae +lae +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(80,1,1) = {" +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +ylZ +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +lae +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(81,1,1) = {" +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +jyD +jyD +jyD +jyD +jyD +lbs +lbs +lbs +lbs +lbs +lbs +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(82,1,1) = {" +aad +afr +bXt +aMO +aZe +aZe +aMO +bue +avA +aad +aad +cmK +cpC +ctN +aad +cmK +cpC +ctN +aad +cmK +cpC +ctN +aad +aad +dSv +eUh +fge +fiK +fBO +wkc +wkc +ojg +gmz +mcb +ojg +wrq +soX +hlr +hCD +hCD +vig +hOc +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +hOc +lbs +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +lbs +nJH +nNS +lbs +oqK +ozx +oqK +lbs +jyD +lbs +lbs +lbs +lbs +lbs +oKU +oNz +oNz +oKU +lbs +lbs +lbs +lbs +lbs +lbs +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(83,1,1) = {" +aad +akm +aMO +aMO +aMO +aMO +aMO +aMO +avA +aad +aad +cmZ +cpC +ctX +aad +cmZ +cpC +ctX +aad +cmZ +cpC +ctX +aad +aad +dTo +eYB +eYB +eYB +eYB +wkc +wkc +ojg +ojg +ojg +ojg +wPz +soX +xIN +wkc +wkc +vzX +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +lbs +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +lbs +nKb +nOF +lbs +oqW +lxH +oqW +lbs +lbs +oKU +oNz +oNz +oKU +lbs +oNz +lxH +lxH +oNz +lbs +oKU +oNz +oNz +oKU +lbs +lbs +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(84,1,1) = {" +aad +aoG +aMO +aMO +aMO +aMO +aMO +aMO +avA +aad +aad +cmK +cpC +ctN +aad +cmK +cpC +ctN +aad +cmK +cpC +ctN +aad +aad +dTy +eYB +fgs +fiR +sKz +wkc +wkc +ojg +goA +kaS +ojg +oDW +soX +xTw +wkc +wkc +vzX +hOc +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +hOc +lbs +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +lbs +lbs +nPb +lbs +lbs +ozG +lbs +lbs +oKU +oNz +lxH +lxH +oNz +lbs +oNz +lxH +lxH +oNz +lbs +oNz +lxH +lxH +oNz +oKU +lbs +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(85,1,1) = {" +aad +aoU +aMO +aMO +aMO +aMO +aMO +aMO +avA +aad +aad +aad +cpE +aad +aad +aad +cpE +aad +aad +aad +cpE +aad +aad +aad +dUX +eYB +kjC +fjf +sKz +wkc +wkc +ojg +mNM +fzW +ojg +ybG +soX +lPe +wkc +wkc +vzX +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +lbs +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +mMm +muE +muE +muE +muE +muE +muE +lbs +oNz +lxH +lxH +lxH +lxH +lbs +lbs +muE +muE +lbs +lbs +lxH +lxH +lxH +lxH +oNz +lbs +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(86,1,1) = {" +aad +aqc +aFj +aMO +aMO +aMO +aMO +buq +avA +aad +aad +aqH +aMO +aqH +aad +aqH +aMO +aqH +aad +aqH +aMO +aqH +aad +aad +dWz +eYB +eYB +eYB +eYB +wkc +wkc +ojg +ojg +ojg +ojg +wkK +soX +ggI +wkc +wkc +vzX +hOc +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +hOc +lbs +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +mZl +muE +muE +muE +muE +muE +oFh +lbs +oNz +lxH +lxH +lxH +oUp +pih +oXv +muE +muE +pxF +oXq +pxG +lxH +lxH +lxH +oNz +lbs +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(87,1,1) = {" +aad +aad +aad +aad +aMO +aMO +aad +aad +aad +aad +bXt +aMO +aGx +aMO +bXt +aMO +aGx +aMO +bXt +aMO +aGx +aMO +aHX +aad +dXr +eYB +kmG +fkm +sKz +wkc +wkc +ojg +mPw +rSF +ojg +xMA +soX +hrS +wkc +wkc +vzX +hOc +yhS +hOc +yhS +hOc +yhS +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +yhS +hOc +yhS +hOc +yhS +hOc +lbs +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +mZl +muE +muE +lbs +oua +ozO +oua +lbs +oKU +oNz +lxH +oUp +muE +muE +ppN +muE +muE +prs +muE +muE +pxG +lxH +oNz +oKU +lbs +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +vru +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(88,1,1) = {" +aad +aqH +aFQ +aGx +aGx +aGx +aGx +aFQ +aGx +bZl +aGx +aGx +aGx +aGx +aGx +aGx +aGx +aGx +aGx +aGx +aGx +aGx +aqH +aad +dZz +eYB +knf +fks +sKz +wkc +wkc +ojg +mPF +ggV +ojg +tYh +soX +hCD +wkc +wkc +vzX +hOc +yhS +yhS +yhS +yhS +yhS +hOc +loD +iFw +iEl +iFw +iEl +iFw +iEl +iFw +iEl +iFw +iEl +iFw +lnF +iFw +iEl +iFw +iEl +iFw +iEl +iFw +iEl +iFw +iEl +iFw +lrq +hOc +yhS +yhS +yhS +yhS +yhS +hOc +lbs +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +mZl +muE +nPM +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +oVl +muE +piw +muE +muE +muE +muE +piw +muE +pcS +lbs +lbs +lbs +lbs +lbs +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(89,1,1) = {" +aad +aqH +aGx +aGx +aGx +aGx +aGx +aGx +aGx +bZl +aGx +aGx +aGx +aGx +aGx +aGx +aGx +aGx +aGx +aGx +aGx +aGx +aqH +aad +dZJ +eYB +eYB +eYB +sYN +wkc +wkc +ofU +ojg +ojg +ojg +fsy +soX +hnc +hCD +wkc +xTV +hOc +yhS +hOc +yhS +hOc +yhS +hOc +iFw +loD +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +lnF +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +lrq +iFw +hOc +yhS +hOc +yhS +hOc +yhS +hOc +lbs +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +mZl +muE +muE +lbs +ouh +oAF +oHr +oHr +oNQ +ouh +lbs +oXq +pcJ +muE +muE +muE +muE +muE +muE +pih +pcJ +lbs +oNz +oNz +oKU +lbs +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +ozD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(90,1,1) = {" +aad +aqH +aHF +aGx +aGx +aGx +aGx +aHF +aGx +bZl +aGx +aGx +aGx +aGx +aGx +aGx +aGx +aGx +aGx +aGx +aGx +aGx +aqH +aad +dZP +eYB +knq +fkt +sKz +wkc +wkc +ojg +mUB +jqf +ojg +fQL +soX +soX +soX +wkc +soX +hOc +yhS +yhS +yhS +yhS +yhS +hOc +loW +iFw +loD +iFw +iEl +iFw +iEl +iFw +iEl +iFw +iEl +iFw +lnF +iFw +iEl +iFw +iEl +iFw +iEl +iFw +iEl +iFw +lrq +iFw +lBl +hOc +yhS +yhS +yhS +yhS +yhS +hOc +lbs +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +mZl +muE +muE +obg +muE +muE +muE +muE +muE +muE +obg +muE +muE +muE +muE +piw +piw +muE +muE +muE +muE +pFO +lxH +lxH +oNz +lbs +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(91,1,1) = {" +aad +aad +aad +aad +aGx +aGx +aad +aad +aad +aad +aFj +aMO +aGx +aMO +aFj +aMO +aGx +aMO +aFj +aMO +aGx +aMO +dKv +aad +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +hOc +yhS +hOc +yhS +hOc +yhS +hOc +iFw +iFw +iFw +loD +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +lnF +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +lrq +iFw +iFw +iFw +hOc +yhS +hOc +yhS +hOc +yhS +hOc +lbs +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +ldc +mZl +muE +muE +muE +muE +muE +muE +muE +muE +muE +muE +muE +muE +muE +muE +piw +piw +muE +muE +muE +muE +pFO +lxH +lxH +oNz +lbs +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(92,1,1) = {" +aad +aqH +aHX +aXj +aGx +aGx +aXj +aHX +aqH +aad +aad +aqH +aMO +aMO +aad +aqH +aMO +aqH +aad +aqH +aMO +aqH +aad +aad +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +hOc +yhS +yhS +yhS +yhS +yhS +hOc +loW +iFw +loW +iFw +loD +iFw +iEl +iFw +iEl +iFw +iEl +iFw +lnF +iFw +iEl +iFw +iEl +iFw +iEl +iFw +lrq +iFw +lBl +iFw +lBl +hOc +yhS +yhS +yhS +yhS +yhS +hOc +lbs +ldc +ldc +ldc +ldc +msj +ldc +ldc +ldc +ldc +mZt +muE +muE +lbs +oup +oBz +oIg +oIg +oNW +oup +lbs +oXs +pcS +muE +muE +muE +muE +muE +muE +oXs +oXv +lbs +oNz +oNz +oKU +lbs +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(93,1,1) = {" +aad +arh +arh +arh +aGx +aGx +arh +arh +arh +aad +aad +aad +cpE +aad +aad +aad +cpE +aad +aad +aad +cpE +aad +aad +aad +eax +eYM +kqD +flk +tSR +wkc +wkc +neM +neM +hEk +soX +soX +soX +wkc +soX +wkc +wkc +hOc +yhS +hOc +yhS +hOc +yhS +hOc +iFw +iFw +iFw +iFw +iFw +loD +iFw +iFw +iFw +iFw +iFw +iFw +lnF +iFw +iFw +iFw +iFw +iFw +iFw +lrq +iFw +iFw +iFw +iFw +iFw +hOc +yhS +hOc +yhS +hOc +yhS +hOc +lbs +lbs +lbs +lbs +lbs +muh +nwi +qZb +qZb +qZb +bEg +muE +nPM +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +oXv +muE +piw +muE +muE +muE +muE +piw +muE +pcS +lbs +lbs +lbs +lbs +lbs +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qiF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(94,1,1) = {" +aad +arz +arh +arh +aGx +aGx +arh +arh +bLY +aad +aad +cmK +cpC +ctN +aad +cmK +cpC +ctN +aad +cmK +cpC +ctN +aad +aad +ebh +vzX +vzX +vzX +pGK +wkc +wkc +lbB +nnr +cDb +soX +hyz +tFh +pcO +soX +wkc +wkc +hOc +yhS +yhS +yhS +yhS +yhS +hOc +loW +iFw +loW +iFw +loW +iFw +loD +iFw +iEl +iFw +iEl +iFw +lnF +iFw +iEl +iFw +iEl +iFw +lrq +iFw +lBl +iFw +lBl +iFw +lBl +hOc +yhS +yhS +yhS +yhS +yhS +hOc +lbs +lbs +mVb +nsF +muE +muE +muE +mUn +njD +nqR +nDb +muE +muE +lbs +ovR +oBA +ovR +lbs +oKU +oNz +lxH +oYU +muE +muE +prs +muE +muE +oXs +muE +muE +pyu +lxH +oNz +oKU +lbs +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(95,1,1) = {" +aad +arN +arh +arh +aGx +aGx +arh +arh +bNZ +aad +aad +cmZ +cpC +ctX +aad +cmZ +cpC +ctX +aad +cmZ +cpC +ctX +aad +aad +edY +eYN +kvU +flL +tSR +wkc +wkc +gfD +gqH +nVu +soX +oaB +lqr +bjp +soX +wkc +wkc +hOc +yhS +hOc +yhS +hOc +yhS +hOc +iFw +iFw +iFw +iFw +iFw +iFw +iFw +loD +iFw +iFw +iFw +iFw +lnF +iFw +iFw +iFw +iFw +lrq +iFw +iFw +iFw +iFw +iFw +iFw +iFw +hOc +yhS +hOc +yhS +hOc +yhS +hOc +lbs +ljM +muE +muE +muE +muE +muE +muE +muE +muE +muE +muE +muE +muE +muE +muE +oFh +lbs +oNz +lxH +lxH +lxH +oYU +pih +pcJ +muE +muE +ppN +oVl +pyu +lxH +lxH +lxH +oNz +lbs +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(96,1,1) = {" +aad +avA +avA +avA +aGx +aGx +avA +avA +bOp +aad +aad +cmK +cpC +ctN +aad +cmK +cpC +ctN +aad +cmK +cpC +ctN +aad +aad +eed +eZj +lxj +fnV +tSR +wkc +wkc +mDD +nia +bSn +soX +oIx +uiz +vnb +soX +wkc +wkc +hOc +yhS +yhS +yhS +yhS +yhS +hOc +loW +iFw +loW +iFw +loW +iFw +loW +iFw +loD +iFw +iEl +iFw +lnF +iFw +iEl +iFw +lrq +iFw +lBl +iFw +lBl +iFw +lBl +iFw +lBl +hOc +yhS +yhS +yhS +yhS +yhS +hOc +lbs +lSO +muE +muE +muE +muE +muE +muE +muE +muE +muE +muE +muE +muE +muE +muE +muE +lbs +oNz +lxH +lxH +lxH +lxH +lbs +lbs +muE +muE +lbs +lbs +lxH +lxH +lxH +lxH +oNz +lbs +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(97,1,1) = {" +aad +avA +aNy +aGx +aGx +aGx +aGx +aNy +bOD +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +hCD +vzX +vzX +vzX +tSR +wkc +wkc +nnr +nnr +neM +soX +xUt +hOz +aCQ +soX +wkc +wkc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +loD +iFw +lnF +lnF +lnF +iFw +lrq +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +hOc +yhS +hOc +yhS +hOc +yhS +hOc +lbs +lTx +muE +nwd +nDE +mvA +lRd +muE +nlK +lbs +lbs +lbs +nPb +lbs +lbs +ozG +lbs +lbs +oKU +oNz +lxH +lxH +oNz +lbs +oNz +lxH +lxH +oNz +lbs +oNz +lxH +lxH +oNz +oKU +lbs +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(98,1,1) = {" +aad +avA +aNR +aGx +aGx +aGx +bnq +aNR +avA +aad +wkc +wkc +wkc +soX +cCP +cHa +cHw +cWL +dkl +dog +duM +wkc +wkc +soX +efo +faG +kwI +foD +tSR +wkc +wkc +ggW +grS +oEm +soX +kKC +wkc +tSR +soX +wkc +wkc +hOc +pWJ +pWJ +pWJ +pWJ +pWJ +hOc +loW +iFw +loW +iFw +loW +iFw +loW +iFw +loW +iFw +lnF +lnF +lnF +lnF +lnF +iFw +lBl +iFw +lBl +iFw +lBl +iFw +lBl +iFw +lBl +hOc +yhS +yhS +yhS +yhS +yhS +hOc +lbs +lYu +muE +nwd +njV +mvO +lRd +muE +nlK +lbs +lbs +dgZ +nOF +lbs +oqW +lxH +oqW +lbs +lbs +oKU +oNz +oNz +oKU +lbs +oNz +lxH +lxH +oNz +lbs +oKU +oNz +oNz +oKU +lbs +lbs +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(99,1,1) = {" +aad +aad +aad +aad +aZF +aZF +aad +aad +aad +aad +wkc +wkc +wkc +soX +cCW +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +soX +efz +fbv +lKO +foX +tSR +wkc +wkc +mHZ +nkq +eWd +soX +mdi +rEd +jCu +soX +wkc +wkc +lkJ +lkJ +lkJ +lkJ +lkJ +lkJ +lkJ +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +lnF +lnF +lnF +lnF +lnF +lnF +lnF +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +hOc +yhS +hOc +yhS +hOc +yhS +hOc +lbs +lbs +mZi +nwd +nDE +mvV +lRd +mZi +nlK +lbs +lbs +uLj +nNS +lbs +owd +oBG +oIl +lbs +lbs +lbs +lbs +lbs +lbs +lbs +oKU +oNz +oNz +oKU +lbs +lbs +lbs +lbs +lbs +lbs +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +iEI +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(100,1,1) = {" +aad +aMO +bXt +aMO +aMO +aMO +aMO +bXt +bRw +aad +wkc +wkc +wkc +soX +cDS +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +soX +eka +vzX +vzX +vzX +tSR +wkc +wkc +nnr +nnr +aZS +soX +dUo +wkc +vzX +soX +wkc +wkc +lkJ +lkJ +lkJ +lkJ +lkJ +lkJ +lkJ +lnF +lnF +lnF +lnF +lnF +lnF +lnF +lnF +lnF +lnF +lnF +lnF +iFw +lnF +lnF +lnF +lnF +lnF +lnF +lnF +lnF +lnF +lnF +lnF +lnF +hOc +yhS +yhS +yhS +yhS +yhS +hOc +lbs +lbs +lbs +nwi +qZb +qZb +ohE +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +lbs +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(101,1,1) = {" +aad +adX +aOB +aMO +aMO +aMO +aMO +aMO +bRQ +aad +wkc +wkc +wkc +soX +cCP +cHa +cHw +cYJ +dkQ +drJ +dvK +wkc +wkc +soX +ekD +fbA +kzK +fpD +tSR +wkc +wkc +giA +gsH +mIN +soX +gUo +iZH +oGv +soX +wkc +wkc +lkJ +lkJ +lkJ +lkJ +lkJ +lkJ +lkJ +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +lnF +lnF +lnF +lnF +lnF +lnF +lnF +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +hOc +yhS +hOc +yhS +hOc +yhS +hOc +jyD +jyD +jyD +jyD +jyD +jyD +jyD +olG +olG +olG +olG +nBG +nBG +olG +olG +olG +olG +olG +ohz +sbD +vRt +vRt +sbD +ohz +olG +olG +oPF +hcg +qVD +hhs +olG +oPF +hcg +qVD +hhs +olG +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +bSk +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(102,1,1) = {" +aad +ajr +aOV +aXk +aZO +aMO +aFj +aMO +bTf +aad +wkc +wkc +wkc +soX +soX +soX +soX +soX +soX +soX +soX +wkc +wkc +soX +soX +soX +soX +soX +wkc +wkc +soX +soX +soX +tSR +soX +soX +soX +soX +soX +wkc +wkc +hOc +rUP +rUP +rUP +rUP +rUP +hOc +loW +iFw +loW +iFw +loW +iFw +loW +iFw +loW +iFw +lnF +lnF +lnF +lnF +lnF +iFw +lBl +iFw +lBl +iFw +lBl +iFw +lBl +iFw +lBl +hOc +yhS +yhS +yhS +yhS +yhS +hOc +jyD +jyD +jyD +jyD +jyD +jyD +jyD +olG +mxk +mxE +naR +mcv +mcv +naR +mxE +nKe +olG +nRv +mcv +mcv +mcv +mcv +mcv +mcv +oeb +olG +oRN +sUM +sUM +jYb +olG +oRN +sUM +sUM +jYb +olG +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(103,1,1) = {" +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +lpV +iFw +iFw +lnF +lnF +iFw +lAl +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +hOc +yhS +hOc +yhS +hOc +yhS +hOc +jyD +jyD +jyD +jyD +jyD +jyD +jyD +olG +mxE +mCp +mBi +mcv +mcv +mBi +mCp +mCp +olG +nSC +mcv +mcv +mcv +mcv +mcv +mcv +ybA +olG +pbR +sUM +sUM +eoH +olG +pbR +sUM +sUM +eoH +olG +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(104,1,1) = {" +soX +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +soX +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +hOc +yhS +yhS +yhS +yhS +yhS +hOc +loW +iFw +loW +iFw +loW +iFw +loW +iFw +lpV +iFw +lqg +iFw +lnF +iFw +lqg +iFw +lAl +iFw +lBl +iFw +lBl +iFw +lBl +iFw +lBl +hOc +yhS +yhS +yhS +yhS +yhS +hOc +jyD +jyD +jyD +jyD +jyD +jyD +jyD +olG +ljw +mde +mBi +mcv +mcv +mBi +ljw +mde +olG +ofb +ohS +mcv +mcv +mcv +mcv +ohS +ekL +olG +pqC +pck +pck +tBa +olG +pqC +pck +pck +tBa +olG +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(105,1,1) = {" +soX +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +wkc +wkc +soX +soX +soX +soX +soX +soX +soX +soX +wkc +wkc +soX +soX +wkc +wkc +soX +soX +soX +soX +hOc +yhS +hOc +yhS +hOc +yhS +hOc +iFw +iFw +iFw +iFw +iFw +iFw +iFw +lpV +iFw +iFw +iFw +iFw +lnF +iFw +iFw +iFw +iFw +lAl +iFw +iFw +iFw +iFw +iFw +iFw +iFw +hOc +yhS +hOc +yhS +hOc +yhS +hOc +jyD +olG +olG +ljw +vyB +vyB +mde +olG +mxE +mCp +mBi +mcv +mcv +mBi +mCp +mCp +olG +olG +olG +sfN +mcv +mcv +sfN +olG +olG +olG +olG +aaH +mQi +olG +olG +olG +aaH +mQi +olG +olG +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(106,1,1) = {" +soX +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +soX +emj +fcz +kEs +fpN +fBQ +fGG +soX +wkc +wkc +soX +vzX +wkc +wkc +vzX +vzX +soX +tSR +hOc +yhS +yhS +yhS +yhS +yhS +hOc +loW +iFw +loW +iFw +loW +iFw +lpV +iFw +lqg +iFw +lqg +iFw +lnF +iFw +lqg +iFw +lqg +iFw +lAl +iFw +lBl +iFw +lBl +iFw +lBl +hOc +yhS +yhS +yhS +yhS +yhS +hOc +olG +olG +kYC +ldk +lNt +kYC +kYC +olG +mzS +mxE +nmy +mcv +mcv +nmy +mxE +nLg +olG +olG +olG +olG +meh +meh +olG +olG +huR +mcv +huR +mcv +mcv +huR +mcv +huR +mcv +mcv +huR +olG +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(107,1,1) = {" +soX +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +cdB +wkc +eak +hBq +lWN +pEX +wkc +wkc +soX +emV +wkc +kIf +fsI +wkc +fJd +soX +wkc +wkc +soX +vzX +wkc +wkc +wkc +vzX +soX +tSR +hOc +yhS +hOc +yhS +hOc +yhS +hOc +iFw +iFw +iFw +iFw +iFw +lpV +iFw +iFw +iFw +iFw +iFw +iFw +lnF +iFw +iFw +iFw +iFw +iFw +iFw +lAl +iFw +iFw +iFw +iFw +iFw +hOc +yhS +hOc +yhS +hOc +yhS +hOc +olG +kYC +lDf +lEV +lEV +lEV +lEV +olG +olG +olG +olG +mcv +mcv +olG +olG +olG +olG +lDf +lDf +olG +mcv +mcv +olG +lDf +mcv +oOH +vyB +vyB +vyB +vyB +vyB +vyB +vyB +vyB +vyB +jdy +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(108,1,1) = {" +soX +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +dZT +wkc +fpr +vzX +vzX +vzX +wkc +wkc +soX +enu +wkc +kIj +wkc +wkc +lLr +soX +wkc +wkc +soX +vzX +wkc +wkc +wkc +vzX +soX +tSR +hOc +yhS +yhS +yhS +yhS +yhS +hOc +loW +iFw +loW +iFw +lpV +iFw +lqg +iFw +lqg +iFw +lqg +iFw +lnF +iFw +lqg +iFw +lqg +iFw +lqg +iFw +lAl +iFw +lBl +iFw +lBl +hOc +yhS +yhS +yhS +yhS +yhS +hOc +olG +kYG +lEV +lEV +lNE +mbt +mdr +olG +mAt +lEV +nmB +mcv +mcv +nmB +lEV +nLK +nmB +lEV +lEV +nmB +mcv +mcv +nmB +lEV +mcv +mBi +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(109,1,1) = {" +soX +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +fGv +hCg +mWK +auE +wkc +wkc +soX +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +soX +soX +vzX +wkc +wkc +vzX +soX +tSR +hOc +yhS +hOc +yhS +hOc +yhS +hOc +iFw +iFw +iFw +lpV +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +lnF +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +lAl +iFw +iFw +iFw +hOc +yhS +hOc +yhS +hOc +yhS +hOc +olG +kZR +lEV +lHA +lNO +mcv +mcv +meh +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mBi +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(110,1,1) = {" +soX +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +fRD +hCw +tuM +grX +wkc +wkc +soX +enU +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +soX +vzX +wkc +wkc +vzX +soX +tSR +hOc +yhS +yhS +yhS +yhS +yhS +hOc +loW +iFw +lpV +iFw +lqg +iFw +lqg +iFw +lqg +iFw +lqg +iFw +lnF +iFw +lqg +iFw +lqg +iFw +lqg +iFw +lqg +iFw +lAl +iFw +lBl +hOc +yhS +yhS +yhS +yhS +yhS +hOc +olG +ldk +lEV +lEV +lNO +mcv +mcv +meh +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mcv +mBi +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(111,1,1) = {" +soX +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +fTd +vzX +vzX +vzX +wkc +wkc +soX +eod +wkc +wkc +wkc +wkc +wkc +soX +wkc +wkc +wkc +soX +vzX +vzX +vzX +vzX +soX +tSR +hOc +yhS +hOc +yhS +hOc +yhS +hOc +iFw +lpV +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +lnF +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +iFw +lAl +iFw +hOc +yhS +hOc +yhS +hOc +yhS +hOc +olG +kYG +lEV +lEV +lZt +mcd +mdr +olG +mAt +lEV +lEV +mcv +mcv +lEV +lEV +nLK +nRe +lEV +lEV +nRe +mcv +mcv +nRe +lEV +mcv +mBi +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(112,1,1) = {" +soX +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +fTJ +hCz +via +aoQ +wkc +wkc +soX +eql +fcB +wkc +fuo +fCj +fJy +soX +soX +wkc +wkc +soX +soX +soX +soX +soX +soX +tSR +hOc +yhS +yhS +yhS +yhS +yhS +hOc +lpV +iFw +lqg +iFw +lqg +iFw +lqg +iFw +lqg +iFw +lqg +iFw +lnF +iFw +lqg +iFw +lqg +iFw +lqg +iFw +lqg +iFw +lqg +iFw +lAl +hOc +yhS +yhS +yhS +yhS +yhS +hOc +olG +kYC +lDf +lEV +lEV +lEV +lEV +olG +olG +mCU +nns +mcv +mcv +nns +nFj +olG +olG +lDf +lDf +olG +mcv +mcv +olG +lDf +mcv +oPa +vyB +vyB +vyB +vyB +vyB +vyB +vyB +vyB +vyB +jdy +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(113,1,1) = {" +soX +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +fUi +lVz +xuv +rsW +wkc +wkc +soX +soX +soX +wkc +soX +soX +soX +soX +vzX +wkc +wkc +gBE +gIP +vzX +gPP +gVi +soX +tSR +hOc +yhS +hOc +yhS +hOc +yhS +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +yhS +hOc +yhS +hOc +yhS +hOc +olG +olG +lFi +lMO +mbp +lMO +kYC +olG +kYG +mJm +nxQ +nxQ +nxQ +nxQ +nFo +nLY +olG +olG +olG +olG +meh +meh +olG +olG +gdj +mcv +gdj +mcv +mcv +gdj +mcv +gdj +mcv +mcv +gdj +olG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(114,1,1) = {" +soX +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +fUu +vzX +vzX +vzX +wkc +wkc +soX +esS +fcL +wkc +fvd +fEa +fJD +soX +giY +wkc +wkc +wkc +wkc +wkc +wkc +hak +soX +tSR +hOc +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +hOc +jyD +olG +olG +ljw +vyB +vyB +mde +olG +kZR +mJm +nyD +nCo +nDL +nDL +nFo +kZR +olG +olG +olG +sTX +oie +oie +sTX +olG +olG +olG +olG +aaH +mQi +olG +olG +olG +aaH +mQi +olG +olG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(115,1,1) = {" +soX +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +hyA +lWK +kof +pPt +wkc +wkc +soX +etk +wkc +wkc +wkc +wkc +wkc +soX +gvr +wkc +wkc +wkc +wkc +wkc +wkc +iDU +soX +tSR +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +jyD +jyD +jyD +jyD +jyD +jyD +jyD +olG +ldk +mJm +nyH +nCV +nDL +nyD +nFo +ldk +olG +ofd +oie +oiA +oie +oie +oie +oie +wey +olG +vCw +nzc +nzc +ljn +olG +vCw +nzc +nzc +ljn +olG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(116,1,1) = {" +soX +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +soX +wkc +wkc +wkc +wkc +wkc +wkc +soX +gPj +wkc +wkc +wkc +wkc +wkc +wkc +ljN +soX +tSR +hOc +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +hOc +jyD +jyD +jyD +jyD +jyD +jyD +jyD +olG +lMO +mJm +nyW +nyW +nyW +nyW +nFo +lMO +olG +ogm +oie +oie +oie +oie +oie +oie +crb +olG +pbR +sUM +sUM +eoH +olG +pbR +sUM +sUM +eoH +olG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(117,1,1) = {" +soX +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +soX +ets +wkc +wkc +fvf +wkc +lUs +soX +vzX +wkc +wkc +wkc +wkc +wkc +wkc +ljP +soX +tSR +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +yhS +hOc +jyD +jyD +jyD +jyD +jyD +jyD +jyD +olG +mAQ +mKG +nzq +nzq +nzq +nzq +nFY +nQJ +olG +ogF +oiA +sVs +oie +oie +oie +oie +crb +olG +oRN +sUM +sUM +jYb +olG +oRN +sUM +sUM +jYb +olG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(118,1,1) = {" +soX +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +wkc +soX +etP +fcS +kRS +lgJ +lof +fLA +soX +vzX +nBB +gwT +gBR +gJl +vzX +gVd +lkC +soX +tSR +hOc +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +yhS +hOc +jyD +jyD +jyD +jyD +jyD +jyD +jyD +olG +olG +lMO +nAg +lMO +lMO +mbp +kYC +olG +olG +ohl +okv +oie +oie +oie +oie +vTo +wey +olG +gMq +bHn +uEc +pOg +olG +gMq +bHn +uEc +pOg +olG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(119,1,1) = {" +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +soX +tSR +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +hOc +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +olG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(120,1,1) = {" +aal +fso +fso +fso +fso +fso +fso +fso +fso +fso +fso +cnh +fso +fso +fso +fso +fso +fso +fso +fso +fso +fso +dLs +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(121,1,1) = {" +aaN +avN +aOX +aOX +aOX +bgU +boo +bwi +bwi +bwi +ccE +gGN +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +hBC +xUq +eyv +fdk +kTJ +fwD +fEx +fEx +fUw +gjx +nFE +odP +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(122,1,1) = {" +aaN +aVB +aPq +aPq +aPq +bhT +bqa +aPq +aPq +aPq +ccG +gGN +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +hBC +xUq +kVg +kVg +kVg +mmI +mmI +mmI +mmI +glw +odP +odP +xUq +jyD +jyD +jyD +jmO +jxw +jMf +kid +kjw +jyD +jyD +jyD +jmO +jxw +jMf +kid +kjw +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(123,1,1) = {" +aaN +aVB +aPq +aPq +aPq +bhT +bqa +aPq +aPq +aPq +ccG +gGN +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +hBC +xUq +ezt +kVg +kWQ +lgX +mmI +mmI +mmI +glw +odP +odP +xUq +jyD +jyD +gOW +jnQ +jym +jNP +kjq +kwf +kCK +jyD +gOW +jnQ +kTf +jNP +kjq +kwf +kCK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(124,1,1) = {" +aaN +aVB +aPq +aPq +aPq +bhT +bqa +aPq +aPq +aPq +ccG +gGN +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +hBC +xUq +ezB +kVg +kXq +lgX +mmI +mmI +mmI +gjx +odP +odP +xUq +jyD +jyD +hXE +joi +jAi +jPu +jAi +kxj +kDl +jyD +hXE +kPw +jAi +kVm +jAi +kxj +kDl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(125,1,1) = {" +aaN +avP +aPu +aPu +aPu +big +bqe +bBg +bBg +bBg +cdZ +gGN +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +hBC +xUq +ezB +kVg +fgt +lgX +mmI +mmI +mmI +xUq +xUq +xUq +xUq +jyD +jyD +ipm +jtg +jAi +jQL +jAi +kyC +kDo +jyD +ipm +kQN +jAi +jQL +jAi +kyC +kDo +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(126,1,1) = {" +abH +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +xUq +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +dMh +xUq +ezE +kVg +fgy +lgX +mmI +mmI +fdn +xUq +gtf +gzz +gCf +jyD +jyD +izb +juC +jAi +kec +jAi +kyU +kEn +jyD +izb +kQP +jAi +kVI +jAi +kyU +kEn +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(127,1,1) = {" +aaN +awl +awl +awl +awl +biX +awl +awl +awl +awl +bag +cnE +iUr +iUr +iUr +iUr +iUr +iUr +iUr +iUr +iUr +iUr +hBC +xUq +ezY +fdm +fgC +lgX +mmI +fLE +fVI +xUq +gty +gzz +gDE +jyD +jyD +jmt +jvg +jHb +kei +jHb +kAr +kNw +jyD +jmt +jvg +jHb +kei +jHb +kAr +kNw +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(128,1,1) = {" +aaN +awl +aPM +aXG +awl +awl +biX +aPM +awl +bZL +awl +cnE +iUr +iUr +iUr +iUr +iUr +iUr +iUr +iUr +iUr +iUr +hBC +xUq +eBI +mmI +mmI +mmI +mmI +mmI +mmI +gly +gtE +gtE +xUq +jyD +jyD +jyD +jvr +jIe +kgD +kjt +kAP +jyD +jyD +jyD +jvr +jIe +kgD +kjt +kAP +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(129,1,1) = {" +aaN +awo +awl +awl +bag +awl +awl +biX +awl +awl +cgd +cnE +iUr +iUr +iUr +iUr +iUr +iUr +iUr +iUr +iUr +iUr +hBC +xUq +eCN +mmI +mmI +mmI +mmI +mmI +fdn +xUq +gur +gtE +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(130,1,1) = {" +aaN +awl +awl +awl +bbX +awl +awl +awl +biX +awl +awl +cnE +iUr +iUr +iUr +iUr +iUr +iUr +iUr +iUr +iUr +iUr +hBC +xUq +eCT +mmI +mmI +mmI +mmI +fLE +fVI +xUq +xUq +xUq +xUq +jyD +jyD +jyD +jmO +jxw +jMf +kid +kjw +jyD +jyD +jyD +jmO +jxw +jMf +kid +kjw +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(131,1,1) = {" +aaN +awl +aQI +awl +awl +awl +bqx +bag +awl +biX +aPM +cnE +iUr +iUr +iUr +iUr +iUr +iUr +iUr +iUr +iUr +iUr +hBC +xUq +eDI +fdn +mmI +mmI +mmI +mmI +fdn +xUq +jyD +jyD +xUq +jyD +jyD +gOW +jnQ +jIJ +jNP +kjq +kwf +kCK +jyD +gOW +jnQ +kUP +jNP +kjq +kwf +kCK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(132,1,1) = {" +abH +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +xUq +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +dMh +xUq +eDV +eDV +eDV +eDV +fFT +fLG +gbT +xUq +jyD +jyD +xUq +jyD +jyD +hXE +jvy +jAi +kgG +jAi +kxj +kDl +jyD +hXE +kRI +jAi +kVW +jAi +kxj +kDl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(133,1,1) = {" +aaN +axm +aRo +aYx +bdk +bjW +brx +bdk +bVa +aRo +axm +cnE +iXv +iXv +iXv +iXv +iXv +iXv +iXv +drU +iXv +iXv +hBC +xUq +eEw +eDV +eDV +eDV +eDV +fNH +gbV +xUq +jyD +jyD +xUq +jyD +jyD +ipm +jvZ +jAi +jQL +jAi +kCp +kDo +jyD +ipm +kSA +jAi +jQL +jAi +kyC +kDo +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(134,1,1) = {" +aaN +axG +aSD +aYz +bdk +bko +bko +bdk +bWt +aSD +axG +cnE +iXv +cue +iXv +iXv +iXv +cYU +iXv +iXv +cIq +iXv +hBC +xUq +eDV +eDV +fgO +eDV +eDV +fNH +gbV +xUq +jyD +jyD +xUq +jyD +jyD +izb +jwT +jAi +khP +jAi +kyU +kEn +jyD +izb +kST +jAi +kWl +jAi +kyU +kEn +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(135,1,1) = {" +aaN +axm +aRo +aYx +bdk +bky +bky +bdk +bVa +aRo +axm +cnE +iXv +iXv +iXv +iXv +iXv +iXv +iXv +iXv +iXv +iXv +hBC +dQy +eDV +fdp +eDV +fwK +eDV +fNH +gbV +xUq +jyD +jyD +xUq +jyD +jyD +jmt +jvg +jHb +kei +jHb +kAr +kNw +jyD +jmt +jvg +jHb +kei +jHb +kAr +kNw +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +jCX +qFt +qFt +gjn +kVZ +gjn +kVZ +aEl +jCX +jCX +jCX +aEl +kVZ +gjn +kVZ +gjn +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +jCX +qFt +qFt +qFt +jCX +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +lRW +lRW +lRW +lRW +lRW +tCl +tCl +adL +adL +adL +adL +adL +ksF +ksF +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(136,1,1) = {" +aaN +axG +aSD +aYz +bdk +bko +bko +bdk +bWt +aSD +axG +cnE +iXv +iXv +cEG +iXv +cIq +iXv +iXv +iXv +cYU +iXv +hBC +xUq +eEE +eDV +fii +eDV +eDV +fOf +gcT +xUq +jyD +jyD +xUq +jyD +jyD +jyD +jvr +jIe +kgD +kjt +kAP +jyD +jyD +jyD +jvr +jIe +kgD +kjt +kAP +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +jCX +qFt +qFt +oVo +nxA +oVo +nxA +oVo +qFt +qFt +qFt +oVo +nxA +oVo +nxA +oVo +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +jCX +qFt +qFt +qFt +jCX +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +jCX +sUs +fEb +fEb +fEb +fEb +fEb +fEb +fEb +xAR +rnA +nhd +euc +euc +euc +auJ +twm +twm +twm +twm +twm +twm +twm +twm +twm +twm +twm +twm +lRW +lRW +lRW +lRW +tCl +tCl +adL +adL +adL +adL +adL +ksF +ksF +uSx +uSx +jCB +eSf +jCB +uSx +jCB +eSf +jCB +uSx +jCB +eSf +jCB +uSx +jCB +eSf +jCB +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(137,1,1) = {" +aaN +axm +aRo +aYx +bdk +bkF +brG +bdk +bVa +aRo +axm +cnE +iXv +iXv +iXv +iXv +iXv +iXv +cue +iXv +iXv +drU +hBC +xUq +eLi +eDV +eEw +eDV +eDV +fNH +gcU +xUq +jyD +jyD +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +jCX +qFt +qFt +oVo +nxA +oVo +nxA +oVo +qFt +qFt +qFt +oVo +nxA +oVo +nxA +oVo +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +jCX +qFt +qFt +qFt +jCX +qFt +qFt +qFt +jCX +qFt +jgh +jgh +jgh +rmM +ubd +hfC +hfC +hfC +hfC +hfC +hfC +hfC +ubd +dqS +tIZ +dGW +pzx +nmj +bCt +twm +twm +twm +twm +twm +opi +qAX +qAX +cdY +cdY +bzf +xKT +ljL +wpV +wpV +jWI +tCl +tCl +adL +adL +adL +adL +adL +ksF +ksF +uSx +uSx +xTa +wOW +mER +uSx +xTa +wOW +mER +uSx +xTa +wOW +mER +uSx +xTa +wOW +mER +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(138,1,1) = {" +abH +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +xUq +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +dMh +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +jyD +jyD +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +jCX +qFt +qFt +oVo +nxA +oVo +nxA +oVo +qFt +qFt +qFt +oVo +nxA +oVo +nxA +oVo +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +gAU +adL +adL +adL +gAU +adL +adL +adL +gAU +jgh +jgh +jgh +jgh +mwb +ubd +hfC +hfC +hfC +hfC +hfC +hfC +hfC +ubd +dqS +fBn +wlE +wlE +wlE +ieF +twm +rKd +rKd +xId +iXr +lPB +lPB +lPB +mIb +mIb +mIb +xKT +bNt +eBM +vmu +iHf +tCl +tCl +adL +adL +adL +adL +adL +ksF +ksF +uSx +uSx +kcm +wOW +tdz +uSx +kcm +wOW +tdz +uSx +kcm +wOW +tdz +uSx +kcm +wOW +tdz +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(139,1,1) = {" +aaN +ays +aSM +aSM +bdA +bln +bln +bJA +bWy +bWy +chW +cnE +cpK +cpK +cpK +cpK +cpK +cpK +cpK +cpK +cpK +cpK +hBC +xUq +fso +fso +fso +fso +xUq +iWh +iWh +iWh +iWh +xUq +xUq +jyD +jyD +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +kYw +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +jCX +qFt +qFt +oVo +nxA +oVo +nxA +dRK +jCX +jCX +jCX +dRK +nxA +oVo +nxA +oVo +qFt +qFt +qFt +jgh +gAU +jgh +jgh +jgh +jgh +adL +adL +adL +jgh +adL +adL +adL +jgh +htJ +jmV +nrg +ohI +mwb +ubd +hfC +hfC +hfC +hfC +hfC +hfC +hfC +ubd +dqS +ceQ +wlE +wlE +wlE +lET +twm +bzf +rKd +xId +jWE +mzA +qRw +lPB +mIb +mIb +mIb +xKT +bNt +eBM +vmu +iHf +tCl +tCl +adL +adL +adL +adL +adL +ksF +ksF +uSx +uSx +sUc +veg +sUc +uSx +sUc +veg +sUc +uSx +sUc +veg +sUc +uSx +sUc +veg +sUc +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(140,1,1) = {" +aaN +aCg +aSM +aSM +bdA +bmi +bst +bst +bst +bst +ciF +cnE +cpK +cvV +cGp +cpK +cJh +daV +daV +daV +dzo +cpK +hBC +aaN +eLj +ffo +ffo +fxa +cnE +fOn +ffo +ffo +ffo +hBC +xUq +jyD +jyD +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +jCX +qFt +qFt +oVo +nxA +oVo +nxA +dRK +qFt +qFt +qFt +dRK +nxA +oVo +nxA +oVo +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +adL +adL +adL +jgh +adL +adL +adL +jgh +pWA +pWA +pWA +onH +mwb +ubd +hfC +hfC +hfC +hfC +hfC +hfC +hfC +ubd +dqS +wOu +hvn +tHR +wlE +nze +twm +cdY +rKd +xId +iXr +mLc +suJ +lPB +mIb +mIb +mIb +xKT +bNt +eBM +eBM +iHf +tCl +tCl +adL +adL +adL +adL +adL +ksF +ksF +uSx +uSx +dug +oXS +oXS +oXS +oXS +oXS +oXS +oXS +oXS +oXS +oXS +oXS +oXS +oXS +fIm +lXX +tdz +mER +jCB +uSx +oMG +jZC +wWz +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(141,1,1) = {" +aaN +aCg +aSM +aSM +bdA +bmO +bsQ +bsQ +bsQ +bsQ +ckg +cnE +cpK +cvW +cGp +cpK +cKw +dbc +dbc +dbc +dzv +cpK +hBC +aaN +eMI +ffo +ffo +fxF +cnE +fPu +geL +geL +guC +hBC +xUq +jyD +jyD +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +jCX +qFt +qFt +oVo +nxA +oVo +nxA +oVo +qFt +jgh +jgh +oVo +nxA +oVo +nxA +oVo +jgh +cRy +ceK +ceK +ceK +czp +cRy +mUx +jgh +adL +dOW +adL +jgh +adL +tTq +adL +jgh +huO +icO +pWA +oqJ +mwb +ubd +hfC +hfC +hfC +hfC +hfC +hfC +hfC +ubd +dqS +dqS +dqS +dqS +moK +dqS +twm +ehS +rKd +rKd +kqJ +nao +tuP +tuP +tuP +tuP +tuP +kvF +ksT +eBM +eBM +oBl +tCl +tCl +adL +adL +adL +adL +adL +ksF +ksF +uSx +hQF +lgW +ked +cGW +aDk +aDk +aDk +aDk +aDk +aDk +aDk +aDk +aDk +aDk +wFK +hvj +qXr +wOW +wOW +iOh +uSx +oMG +jZC +jZC +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(142,1,1) = {" +aaN +aCg +aSM +aSM +bdA +bmW +btr +btr +btr +btr +cko +cnE +cpK +cxA +cGp +cpK +cLn +dcE +dcE +dcE +dzB +cpK +hBC +aaN +eMQ +ffx +ffo +ffo +cnE +ffo +geL +geL +geL +hBC +xUq +jyD +jyD +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +jCX +qFt +qFt +oVo +nxA +oVo +nxA +oVo +jgh +jgh +jgh +oVo +nxA +oVo +nxA +oVo +jgh +pWA +pWA +pWA +pWA +pWA +pWA +uPh +jgh +gjn +quI +gjn +jgh +gjn +quI +gjn +jgh +hwy +pWA +pWA +orv +mwb +ubd +hfC +hfC +hfC +hfC +hfC +hfC +hfC +ubd +dqS +srj +cjm +sNW +wlE +dgN +twm +ehZ +rKd +rKd +kVr +oxi +uKy +wbm +wxf +tuP +tuP +kvF +ksT +eBM +eBM +woA +tCl +tCl +adL +adL +adL +adL +adL +ksF +cig +cig +cig +lgW +ked +hvj +dpS +gLL +gLL +gLL +cIe +cIe +gLL +gLL +gLL +kSt +lgW +hvj +lXX +eWT +rtW +jCB +uSx +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(143,1,1) = {" +aaN +aCg +aSM +aSM +bfT +bln +bln +bJA +bWy +bWy +chW +cnE +cpK +cpK +cpK +cpK +cpK +cpK +cpK +cpK +cpK +cpK +hBC +aaN +eMS +ffo +ffo +fxF +cnE +fRa +geL +geL +guC +hBC +xUq +jyD +jyD +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +jgh +gAU +jgh +jgh +oVo +nxA +oVo +nxA +oVo +jgh +jgh +jgh +oVo +nxA +oVo +nxA +oVo +jgh +pWA +pWA +pWA +pWA +pWA +pWA +cFh +jgh +oVo +xKP +oVo +jgh +oVo +xKP +oVo +jgh +hCo +pWA +pWA +hCo +mwb +ubd +hfC +hfC +hfC +hfC +hfC +hfC +hfC +ubd +dqS +aMn +uDJ +wlE +wlE +lac +twm +fmh +rKd +rKd +laU +oNb +uTm +gnl +fjb +tuP +tuP +xKT +ksT +eBM +vmu +mVA +tCl +tCl +adL +adL +adL +adL +adL +ksF +cig +cig +cig +lgW +ked +hvj +rZf +cIe +cIe +cIe +cIe +cIe +cIe +cIe +cIe +tUk +lgW +hvj +uSx +uSx +uSx +uSx +uSx +oMG +jZC +wWz +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(144,1,1) = {" +abH +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +xUq +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +dMh +aaN +eOz +ffo +ffo +fxa +cnE +fRk +ffo +ffo +ffo +hBC +xUq +jyD +jyD +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jgh +jil +wHv +wHv +exS +jgh +jgh +jgh +jgh +mjR +hmp +mjR +hmp +oxD +jgh +jgh +jgh +oxD +hmp +mjR +hmp +mjR +jgh +jgh +jgh +coo +jgh +pWA +pWA +deI +jgh +mjR +quI +mjR +jgh +mjR +quI +mjR +jgh +pWA +pWA +pWA +pWA +mwb +vwp +fEb +fEb +fEb +njs +fEb +fEb +fEb +sHe +dqS +sLb +upE +wly +wlE +sWX +twm +gvx +rKd +rKd +lza +pHT +uKy +ink +xCW +tuP +tuP +kvF +ksT +eBM +vmu +hYu +tCl +tCl +adL +adL +adL +adL +adL +ksF +cig +cig +cIe +lgW +cIe +hvj +rZf +cIe +ezp +cIe +cIe +cIe +cIe +veN +cIe +tUk +lgW +hvj +lXX +tdz +mER +jCB +uSx +oMG +jZC +jZC +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(145,1,1) = {" +aaN +aCU +aCU +aCU +aCU +aCU +aCU +aCU +aCU +aCU +aCU +gGN +cqK +cye +cye +cye +cLA +des +dkV +dkV +dkV +dAs +hBC +xUq +iWh +iWh +iWh +iWh +xUq +iWh +iWh +iWh +iWh +xUq +xUq +jyD +jyD +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jgh +udV +wHv +wHv +exS +jgh +oRC +hOS +hOS +hOS +hOS +hOS +hOS +hOS +hOS +hOS +hOS +hOS +hOS +hOS +hOS +hOS +hOS +hOS +hOS +hOS +gJV +jgh +jgh +qTX +aTi +jgh +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +jgh +icO +pWA +pWA +icO +rmM +xth +xth +xth +mSP +duC +mSP +xth +xth +xth +dqS +vnP +wlE +xnt +wlE +nAe +aGZ +hZv +rKd +rKd +kqJ +nao +tuP +tuP +tuP +tuP +tuP +kvF +ksT +eBM +eBM +oBl +tCl +tCl +adL +adL +adL +adL +adL +ksF +cig +cig +cIe +lgW +veN +hvj +wCS +cIe +cIe +cIe +cIe +cIe +cIe +cIe +cIe +lgz +lgW +hvj +qXr +wOW +wOW +iOh +uSx +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(146,1,1) = {" +aaN +aCU +aTA +aCU +aCU +aCU +aCU +aCU +aCU +aTA +aCU +gGN +cqK +cye +cGR +czl +cNh +dfd +czl +dsW +dkV +dAs +hBC +aaN +ePc +ffo +ffo +fya +gGN +fOn +ffo +ffo +ffo +hBC +xUq +jyD +jyD +jmK +jmK +jmK +jmK +jmK +jmK +jmK +kPq +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +jgh +udV +wHv +wHv +exS +jgh +kPU +uFE +uFE +uFE +lzn +muJ +fXY +fXY +fXY +gyp +gyp +gyp +fXY +fXY +gyp +gyp +gyp +fXY +fXY +gyp +gyp +gyp +fXY +gyp +gyp +ykj +jgh +jgh +wRo +dwH +jgh +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +jgh +ivM +jDb +pWA +peM +mwb +mwb +mwb +mwb +eta +hFE +eta +mwb +mwb +mwb +dqS +eWn +eWn +eWn +eWn +eWn +twm +cdY +rKd +xId +iXr +mLc +suJ +lPB +mIb +mIb +mIb +xKT +bNt +eBM +eBM +iHf +tCl +tCl +adL +adL +wig +adL +adL +ksF +cig +cig +cIe +lgW +cIe +hvj +rZf +cIe +ezp +cIe +cIe +cIe +cIe +veN +cIe +tUk +lgW +hvj +lXX +eWT +rtW +jCB +uSx +oMG +jZC +wWz +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(147,1,1) = {" +aaN +aCU +aCU +aCU +aCU +aTA +aTA +aCU +aCU +aCU +aCU +gGN +cqQ +czl +cGR +czl +cNh +dfd +dlL +dsW +czl +dBr +hBC +aaN +ePZ +ffo +ffo +fyH +cnE +fPu +geL +geL +guC +hBC +xUq +jyD +jyD +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +gjn +xBk +rEE +aTi +aTi +gZf +aTi +aTi +aTi +aTi +aTi +muJ +fXY +sxu +oms +oms +oms +oms +oms +oms +oms +oms +oms +oms +oms +oms +oms +oms +oms +oms +oms +esh +jgh +jgh +jgh +jgh +jgh +pWA +pWA +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +iDl +jPg +pWA +peM +mwb +mwb +mwb +mwb +eta +hFE +eta +mwb +mwb +mwb +dqS +tFO +eWn +eWn +wTg +eWn +twm +bzf +rKd +xId +jWE +pOT +qRw +lPB +mIb +mIb +mIb +xKT +bNt +eBM +eBM +iHf +lRW +tCl +lRW +agV +uIY +agV +lRW +ksF +cig +cig +cIe +lgW +veN +hvj +rZf +cIe +cIe +cIe +cIe +cIe +cIe +cIe +cIe +tUk +lgW +hvj +uSx +uSx +uSx +uSx +uSx +oMG +jZC +jZC +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(148,1,1) = {" +aaN +aCU +aTA +aCU +aCU +aCU +aCU +aCU +aCU +aTA +aCU +gGN +crc +cBh +cGR +czl +cNh +dfd +czl +dsW +dlU +dBu +hBC +aaN +eQT +ffo +ffo +ffo +cnE +ffo +geL +geL +geL +hBC +xUq +jyD +jyD +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +oVo +cQE +aTi +aTi +aTi +gZf +aTi +aTi +aTi +aTi +aTi +muJ +fXY +ykj +nNq +nxA +nxA +aUf +wYS +wYS +tWO +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +wRo +mbE +jgh +pWA +pWA +jgh +wRo +mbE +jgh +wRo +mbE +jgh +wRo +mbE +jgh +iNK +kFf +pWA +peM +mwb +mwb +mwb +mwb +qDn +qkP +qDn +mwb +mwb +mwb +dqS +ueT +eWn +eWn +efX +lTi +twm +rKd +rKd +xId +iXr +lPB +lPB +lPB +mIb +mIb +mIb +xKT +bNt +eBM +eBM +iHf +lRW +bOS +vde +wpV +wpV +coQ +lRW +uSx +cig +cig +cIe +lgW +cIe +hvj +ycX +bla +bla +bla +cIe +cIe +bla +bla +bla +hln +lgW +hvj +lXX +tdz +mER +jCB +uSx +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(149,1,1) = {" +aaN +aCU +aCU +aCU +aCU +aCU +aCU +aCU +aCU +aCU +aCU +gGN +crc +cBh +cBh +cBh +cNH +dgx +dlU +dlU +dlU +dBu +hBC +aaN +eRH +ffo +ffo +fyP +cnE +fRa +geL +geL +guC +hBC +xUq +jyD +jyD +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +oVo +aTi +aTi +aTi +ssP +kpv +jlJ +ljj +ljj +ljj +rur +muJ +gyp +ykj +sUO +nxA +nxA +nxA +nxA +nxA +uMh +jgh +jgh +qJJ +iqo +xmN +wxu +jgh +ibj +vPQ +jgh +uTY +fWP +jgh +jcR +aTi +jgh +pWA +pWA +jgh +jcR +aTi +jgh +jcR +aTi +jgh +jcR +aTi +jgh +jgX +lRF +pWA +peM +mwb +tiL +tiL +tiL +kiM +hFE +kiM +tiL +tiL +tiL +dqS +fVz +eWn +eWn +sjX +nIZ +twm +twm +twm +twm +twm +opi +qAX +qAX +cdY +cdY +bzf +xKT +rhc +xHd +vmu +iHf +lRW +hkI +ksT +eBM +eBM +sQP +lRW +uSx +cig +cig +cig +lgW +cIe +hvj +cNY +qJL +wrN +jRx +cIe +cIe +lEW +vZI +fvi +rtm +lgW +hvj +qXr +wOW +wOW +iOh +uSx +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(150,1,1) = {" +abH +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +xUq +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +dMh +aaN +eTZ +ffo +ffo +fya +cnE +fRk +ffo +ffo +ffo +hBC +xUq +jyD +jyD +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +oVo +hlY +aTi +aTi +ssP +wfu +jlJ +ljj +ljj +ljj +rur +anQ +gyp +ykj +sUO +nxA +sMU +sMU +sMU +nxA +eFE +jgh +rtL +hem +igZ +igZ +ymf +eJa +aOy +qJJ +jgh +uTY +uTY +jgh +jgh +coo +jgh +pWA +pWA +jgh +jgh +coo +jgh +jgh +coo +jgh +jgh +coo +jgh +jgh +jbF +jbF +jgh +mwb +mHB +mHB +mHB +hFE +hFE +hFE +hFE +lMy +msz +dqS +mJP +eWn +eWn +eWn +tFO +jSz +klF +dqS +twm +twm +twm +twm +twm +twm +twm +twm +twm +twm +ksT +vmu +sdS +lRW +eup +ksT +eBM +eBM +sQP +lRW +uSx +cig +cig +cig +lgW +cIe +hvj +pPI +dId +fva +fva +ked +ked +fvi +fvi +fvi +rGE +lgW +hvj +lXX +eWT +rtW +jCB +uSx +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(151,1,1) = {" +aaN +aVF +aVF +aVF +aVF +aVF +aVF +aVF +aVF +aVF +aVF +gGN +cri +cri +cri +cri +cri +cri +cri +duF +dzV +dBz +hBC +xUq +isK +isK +isK +isK +xUq +iWh +iWh +iWh +iWh +xUq +xUq +jyD +jyD +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +oVo +hlY +aTi +aTi +aTi +pIJ +jlJ +jlJ +jlJ +ljj +rur +muJ +gyp +ykj +sUO +nxA +nxA +biy +nxA +nxA +eFE +jgh +nEI +rtn +aZY +rtL +pkn +obn +aOy +qJJ +jgh +rrH +jgh +jgh +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +mwb +msz +mPV +msz +hFE +hFE +hFE +hFE +lMy +mPV +dqS +szZ +eWn +eWn +eWn +eWn +wTg +lTi +dqS +nyn +rPk +hFE +xMa +rVy +etf +tCx +grC +jpT +hFE +ksT +eBM +fTi +wpV +wpV +sBk +eBM +eBM +sdS +tww +uSx +uSx +uSx +hQF +lgW +ked +hvj +sCa +dId +fzZ +dId +ked +ked +fvi +fvi +vZI +rGE +lgW +hvj +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(152,1,1) = {" +aaN +aVF +aVF +aVF +aVF +aVF +aVF +aVF +aVF +aVF +aVF +gGN +cri +cBM +cri +cri +cPl +cri +cri +duF +dzV +dBz +hBC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +tue +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +mjR +lfo +aTi +aTi +aTi +fqV +jlJ +eau +pQO +jlJ +qKI +muJ +aol +ykj +sUO +nxA +nxA +vwa +nxA +nxA +eFE +jgh +pkn +rtn +rtL +mlX +pkn +rrH +qJJ +qJJ +qJJ +qJJ +qJJ +rrH +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +mwb +waL +waL +waL +hFE +hFE +hFE +hFE +lMy +mPV +dqS +tFO +eWn +eWn +eWn +eWn +cLM +eWn +dqS +jtP +slz +hFE +xMa +rVy +etf +tCx +grC +jpT +hFE +ksT +qxe +eBM +eBM +pEb +eBM +eBM +eBM +sdS +tww +uSx +uSx +uSx +uSx +lgW +ked +hvj +rri +jRs +dNE +dGm +cIe +cIe +qOJ +agI +agI +jKm +lgW +hvj +lXX +tdz +mER +jCB +uSx +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(153,1,1) = {" +aaN +aVF +aVF +aVF +aVF +aVF +aVF +aVF +aVF +aVF +aVF +gGN +cri +cri +cri +cri +cri +cri +cri +duF +dzV +dBz +hBC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jmK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +tue +jyD +jyD +jyD +jyD +slM +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +jgh +jgh +hlY +aTi +aTi +pIJ +jlJ +jlJ +jlJ +ljj +rur +anQ +axs +ykj +sUO +nxA +nxA +qrE +nxA +nxA +eFE +jgh +pkn +rtn +hYN +cao +pkn +rhE +qJJ +hem +igZ +ymf +qJJ +jgh +jgh +jgh +jgh +pWA +pWA +duz +duz +duz +duz +duz +duz +duz +duz +duz +pWA +pWA +jgh +jgh +coo +mwb +qTD +hFE +hFE +hFE +hFE +hFE +hFE +lMy +mPV +dqS +fzC +fmu +eWn +eWn +eWn +eWn +eWn +dqS +jtP +slz +mwb +nfT +mwb +nfT +hoc +mwb +nfT +mwb +ksT +eBM +vmu +vmu +vmu +kOU +eBM +eBM +sdS +bSM +uSx +qrQ +uOh +jeU +lgW +ked +aTj +oXS +oXS +oXS +oXS +oXS +oXS +oXS +oXS +oXS +oXS +aSs +hvj +qXr +wOW +wOW +iOh +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(154,1,1) = {" +aaN +aVF +aVF +aVF +aVF +aVF +aVF +aVF +aVF +aVF +aVF +gGN +cri +cCy +cri +cri +cri +dgC +cri +duF +dzV +dBz +hBC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +slM +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +gjn +hlY +aTi +ssP +kpv +jlJ +ljj +ljj +ljj +rur +muJ +gyp +ykj +sUO +nxA +sMU +sMU +sMU +nxA +uMh +jgh +qJJ +ylK +iqo +iqo +rsK +lXm +rtL +rtn +lai +pkn +iKp +jgh +ige +vDo +jgh +pWA +pWA +sQW +nAz +smm +kjD +jgh +kjD +sQW +nAz +smm +pWA +pWA +jgh +qTX +aTi +mwb +wrS +hFE +hFE +hFE +hFE +hFE +oNH +oNH +oNH +dqS +dqS +dqS +hkX +dqS +hkX +dqS +dqS +dqS +jtP +slz +vXq +hlv +hlv +xAe +hAC +qYk +hlv +mwb +ksT +eBM +eBM +eBM +eBM +eBM +fTf +eBM +sdS +tww +uSx +qVR +uIJ +uIJ +lgW +ked +cGW +aDk +aDk +aDk +aDk +aDk +aDk +aDk +aDk +aDk +aDk +aDk +lrG +lXX +eWT +rtW +jCB +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(155,1,1) = {" +aaN +aVF +aVF +aVF +aVF +aVF +aVF +aVF +aVF +aVF +aVF +gGN +cri +cri +cri +cri +cri +cri +cri +duF +dzV +dBz +hBC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +slM +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oVo +aTi +aTi +ssP +qPH +jlJ +ljj +ljj +ljj +rur +muJ +gyp +ykj +sUO +nxA +nxA +nxA +nxA +nxA +eFE +jgh +jgh +qJJ +igZ +igZ +qJJ +jgh +rtL +rtn +rtL +pkn +fPL +jgh +mVe +tei +uXg +pWA +pWA +sQW +eet +smm +cAc +jgh +cAc +sQW +eet +smm +pWA +pWA +jgh +wRo +dwH +mwb +lDF +hFE +hFE +hFE +nyn +dAa +dAa +dAa +dAa +dAa +dAa +dAa +dAa +dAa +dAa +dAa +dAa +dAa +gfj +slz +mwb +pEQ +hlv +hlv +hlv +hlv +pEQ +mwb +ksT +eBM +mty +atZ +atZ +atZ +atZ +atZ +nQS +tww +uSx +iPY +uIJ +uIJ +lgW +cIe +hvj +uSx +lpi +aVp +lpi +uSx +lpi +aVp +lpi +uSx +lpi +aVp +lpi +uSx +uSx +uSx +uSx +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(156,1,1) = {" +abH +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +xUq +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +dMh +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +slM +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oVo +gkX +aTi +aTi +gZf +aTi +aTi +aTi +aTi +aTi +muJ +fXY +ykj +tnh +nxA +nxA +uBu +avS +avS +xjb +jgh +jgh +jgh +jgh +jgh +jgh +jgh +gPg +rtn +qJJ +pkn +fJY +jgh +jgh +jgh +jgh +pWA +pWA +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +pWA +pWA +jgh +jgh +jgh +mwb +mHB +mHB +mHB +omP +jtP +hFE +udd +udd +udd +udd +udd +hFE +hFE +udd +udd +udd +udd +udd +hFE +slz +mwb +mwb +adj +hlv +hlv +xqW +mwb +mwb +ksT +vmu +sdS +lRW +lRW +hjy +lRW +lRW +jUN +lRW +uSx +iPY +uIJ +uIJ +lgW +cIe +hvj +uSx +kcm +wOW +tdz +uSx +kcm +wOW +tdz +uSx +kcm +wOW +tdz +uSx +uSx +uSx +uSx +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(157,1,1) = {" +aaN +fXF +fXF +fXF +fXF +fXF +fXF +fXF +fXF +fXF +fXF +gGN +cst +ibN +ibN +ibN +cPW +dgY +dmZ +dmZ +dmZ +dCf +hBC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +mjR +qTv +qTv +aTi +gZf +aTi +aTi +aTi +aTi +aTi +muJ +fXY +ova +hOS +gJV +nxA +kSr +jgh +jgh +jgh +jgh +oLc +oLc +jWO +oLc +oLc +jgh +gKv +ylK +iqo +rsK +aJn +jgh +vyh +vDo +jgh +pWA +pWA +sQW +nAz +smm +cAc +jgh +cAc +sQW +nAz +smm +pWA +pWA +jgh +nrZ +wRo +mwb +msz +mPV +mPV +omP +jtP +hFE +eEx +ovD +ovD +ovD +ovD +ovD +ovD +ovD +ovD +ovD +ovD +ovD +ovD +pSJ +mwb +mwb +msS +nyK +jud +msS +mwb +mwb +ksT +vmu +sdS +lRW +lRW +jSo +ovp +lRW +jSo +ovp +uSx +qrQ +rif +mHk +lgW +cIe +hvj +uSx +xTa +wOW +mER +uSx +xTa +wOW +mER +uSx +xTa +wOW +mER +uSx +uSx +uSx +uSx +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(158,1,1) = {" +aaN +fXF +aUH +fXF +fXF +fXF +fXF +fXF +fXF +aUH +fXF +gGN +cth +iid +iid +iid +cUY +dhe +iid +iid +iid +dCo +hBC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jgh +jgh +jgh +jgh +jgh +kPU +uFE +uFE +uFE +lzn +orh +oms +sna +fXY +ykj +nxA +lAv +jgh +jgh +jgh +jgh +bML +eet +jWO +opq +voM +jgh +jgh +vkE +eJa +gda +jgh +jgh +mVe +tei +jZi +pWA +pWA +sQW +eet +smm +kjD +jgh +kjD +sQW +eet +smm +pWA +pWA +jgh +aTi +jcR +mwb +waL +waL +waL +omP +jtP +hFE +slz +dqS +dqS +dqS +dqS +dqS +dqS +tVD +pWf +vCM +vCM +vCM +pWf +tVD +dqS +dqS +dqS +dqS +mwb +mwb +mwb +mwb +ksT +vta +sdS +lRW +lRW +ogk +eng +lRW +qgU +eng +uSx +uSx +uSx +uSx +lgW +ked +hvj +uSx +jCB +vKd +jCB +uSx +jCB +vKd +jCB +uSx +jCB +vKd +jCB +uSx +uSx +uSx +uSx +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(159,1,1) = {" +aaN +fXF +fXF +fXF +fXF +fXF +fXF +fXF +fXF +fXF +fXF +gGN +cth +iid +iid +iid +cUY +dhe +iid +iid +iid +dCo +hBC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +tue +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +gjn +cHx +cHx +jgh +udV +wHv +wHv +exS +jgh +jgh +jgh +muJ +fXY +ykj +jgh +jgh +jgh +wmH +uQV +jgh +uwl +wjM +jWO +wjM +wjM +cAc +jWO +jWO +jWO +jWO +bZw +jgh +jgh +jgh +jgh +pWA +pWA +duz +duz +duz +duz +duz +duz +duz +duz +duz +pWA +pWA +jgh +coo +jgh +mwb +mwb +mwb +mwb +mwb +jtP +hFE +slz +dqS +uml +nWT +nWT +nWT +nWT +nWT +vCM +vCM +vCM +vCM +vYF +nWT +nWT +nWT +nWT +nWT +kiM +mwb +mwb +mwb +nix +atZ +nQS +lRW +lRW +lRW +uSx +uSx +uSx +uSx +uSx +hQF +sPR +sPR +lgW +ked +hvj +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +oMG +jZC +wWz +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(160,1,1) = {" +aaN +fXF +aUH +fXF +fXF +fXF +fXF +fXF +fXF +aUH +fXF +gGN +cth +iid +iid +iid +cUY +dhe +iid +iid +iid +dCo +hBC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oVo +oWB +gbr +nIV +hNf +hNT +xnG +xnG +xnG +xnG +jgh +muJ +fXY +ykj +jgh +jgh +jgh +jWO +jWO +jWO +jWO +jWO +jWO +jWO +jWO +jWO +jWO +jWO +jWO +jWO +tzn +wEg +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +nxA +swd +xaD +drn +wDV +mwb +jtP +udd +slz +dqS +nWT +vCM +vCM +vCM +vCM +vCM +vCM +vCM +vCM +vCM +vCM +vCM +vCM +vCM +vCM +vCM +tiL +mwb +mwb +xdV +xcR +aJi +aJi +aJi +aJi +rTH +bOs +cIe +cIe +cIe +dLo +cIe +cIe +cIe +lgW +ked +hvj +uSx +sUY +gTL +jBs +jBs +gTL +sUY +uSx +qFB +jfQ +bUR +bce +bAb +bce +qFB +uSx +oMG +jZC +jZC +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(161,1,1) = {" +aaN +fXF +fXF +fXF +fXF +fXF +fXF +fXF +fXF +fXF +fXF +gGN +cty +ilE +ilE +ilE +cVI +dhX +dnh +dnh +dnh +dFy +hBC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +tue +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oVo +cHx +cHx +kVx +cHx +cHx +cHx +cHx +cHx +cHx +wEg +muJ +gyp +ykj +jgh +cAc +jWO +jWO +jWO +jWO +jWO +jWO +jWO +jWO +jWO +jWO +jWO +jWO +jWO +jWO +jWO +kHs +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +nxA +swd +xaD +drn +wDV +mwb +jtP +udd +slz +dqS +gEB +fkC +qbv +hXi +qxg +qxg +vCM +vCM +vCM +vCM +vCM +qxg +qxg +ayC +fvR +hAk +sjk +mwb +mwb +xdV +svR +eBM +eBM +eBM +eBM +rVt +vdv +gwD +gwD +gwD +uSx +hQF +sPR +sPR +lgW +ked +hvj +uSx +hCm +uIJ +uIJ +uIJ +uIJ +ujG +uSx +cnp +vvD +vvD +vvD +vvD +vvD +gIr +uSx +oMG +jZC +wWz +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(162,1,1) = {" +abH +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +xUq +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +dMh +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +tue +tue +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +mjR +tjQ +nqz +vOR +cHx +cHx +cHx +cHx +cHx +cHx +kHs +muJ +gyp +ykj +gjn +oLc +jWO +jWO +fgi +jgh +oLc +oLc +jWO +oLc +aYK +jWO +oLc +oLc +tzn +oLc +oLc +jgh +jgh +coo +jgh +jgh +coo +jgh +jgh +coo +jgh +jgh +coo +jgh +pWA +pWA +jgh +jgh +coo +jgh +mwb +nfT +mwb +etf +etf +mwb +jtP +udd +slz +dqS +jlC +jlC +jlC +jlC +xYe +nYg +qxg +qxg +qxg +qxg +qxg +atP +atP +jlC +jlC +jlC +dSF +mwb +mwb +xdV +svR +qhG +rTH +vwf +vvw +rVt +vdv +eqv +oWX +aCW +uSx +uSx +uSx +uSx +lgW +cIe +hvj +uSx +jAe +uIJ +uIJ +uIJ +uIJ +cAS +uSx +xGh +vvD +vvD +vvD +vvD +vvD +vvD +uSx +oMG +jZC +jZC +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(163,1,1) = {" +aaN +aDd +dFP +dFP +dFP +dFP +fIM +fIM +fIM +fIM +gbp +gGN +ctJ +ipG +ipG +ipG +ipG +did +did +did +did +dHe +hBC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jgh +jgh +cFG +nIV +cHx +cHx +xnG +xnG +xnG +xnG +jgh +muJ +gyp +ykj +oVo +bML +jWO +jWO +opq +jgh +voM +bML +jWO +bML +eet +jWO +bML +eet +tzn +opq +eet +jgh +qTX +aTi +jgh +qTX +aTi +jgh +qTX +aTi +jgh +qTX +aTi +jgh +pWA +pWA +jgh +qTX +aTi +jgh +dfD +hAC +xzB +etf +etf +mwb +jtP +hFE +slz +dqS +eWn +eWn +eWn +fzC +jlC +jlC +vCM +vCM +yeg +vCM +vCM +jlC +jlC +fzC +eWn +eWn +pvI +mwb +mwb +xdV +svR +xcR +vvw +aJi +rTH +rVt +vdv +pEy +lZl +bPn +uSx +gLl +gLl +gLl +lgW +cIe +hvj +uSx +uSx +uSx +iLI +iLI +uSx +uSx +uSx +uSx +lPf +vPm +cPY +vvD +vvD +cPY +uSx +oMG +jZC +wWz +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(164,1,1) = {" +aaN +aDu +fKp +fKp +fKp +fKp +fKp +fKp +fKp +fKp +clx +gGN +gTh +iru +iru +iru +iru +iru +iru +iru +iru +dHJ +hBC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +gjn +cHx +tSV +cHx +cHx +xFq +nbn +drp +kTm +jgh +muJ +fXY +ykj +mjR +wjM +jWO +jWO +wjM +jgh +wjM +uwl +whM +wjM +wjM +jWO +wjM +wjM +jWO +wjM +wjM +jgh +wRo +dwH +jgh +wRo +dwH +jgh +wRo +dwH +jgh +wRo +dwH +jgh +pWA +pWA +jgh +wRo +dwH +jgh +prm +hlv +mwb +uaw +uaw +mwb +jtP +hFE +slz +dqS +gFK +onP +eWn +eWn +eWn +eWn +vCM +vCM +nRc +vCM +vCM +eWn +eWn +eWn +eWn +cIH +kmP +mwb +mwb +xdV +svR +eBM +eBM +eBM +eBM +rVt +vdv +cWv +cIe +cIe +uSx +rhV +cIe +cIe +lgW +cIe +aTj +oXS +oXS +oXS +oXS +oXS +oXS +oXS +fIm +uSx +vvD +uSx +uSx +vvD +vvD +kHW +uSx +oMG +jZC +jZC +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(165,1,1) = {" +aaN +aDu +fKp +fKp +fKp +fKp +fKp +fKp +fKp +fKp +clx +gGN +gTh +iru +iru +iru +iru +iru +iru +iru +iru +dHJ +hBC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +mjR +nqz +cbf +cHx +cHx +pWA +pWA +tQO +iMp +jgh +muJ +fXY +ykj +jgh +cAc +jWO +jWO +cAc +jgh +jgh +jgh +rVV +whM +jWO +jWO +jWO +jWO +jWO +jWO +jWO +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +pWA +pWA +jgh +jgh +jgh +jgh +pEQ +hlv +nfT +xMa +xMa +mwb +jtP +hFE +slz +dqS +jlC +jlC +qbA +pfk +owo +oAb +qxg +qxg +qxg +qxg +qxg +uZV +jSW +qfp +xbk +jlC +dSF +mwb +mwb +xdV +qhG +vwf +vwf +vwf +vwf +vvw +vdv +oWX +oxk +cIe +uSx +vYh +vYh +vYh +cln +aDk +aDk +aDk +aDk +aDk +aDk +aDk +aDk +wFK +hvj +vvD +vvD +vvD +uSx +mFt +lRG +qFB +uSx +oMG +jZC +wWz +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(166,1,1) = {" +aaN +aDu +fKp +fKp +fKp +fKp +fKp +fKp +fKp +fKp +clx +gGN +gTh +iru +iru +iru +iru +iru +iru +iru +iru +dHJ +hBC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jgh +jgh +xnG +cHx +cHx +hTH +pWA +pWA +pWA +jgh +muJ +fXY +ykj +jgh +jgh +kHs +smw +jgh +jgh +jgh +jgh +jcd +cSg +jWO +jWO +jWO +jWO +jWO +jWO +jWO +jgh +wRo +mbE +jgh +wRo +mbE +jgh +wRo +mbE +jgh +wRo +mbE +jgh +pWA +pWA +jgh +jgh +jgh +jgh +mwb +sAl +mwb +hFE +hFE +mwb +jtP +hFE +slz +dqS +eWn +eWn +jlC +jlC +jlC +jlC +vCM +vCM +mED +vCM +vCM +jlC +jlC +jlC +jlC +eWn +pvI +mwb +mwb +mwb +sSf +eBM +eBM +uSx +uSx +iLI +uSx +uSx +uSx +iLI +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +lgW +hvj +vvD +vvD +vvD +uSx +uSx +uSx +uSx +uSx +oMG +jZC +jZC +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(167,1,1) = {" +aaN +aDv +cVV +cVV +cVV +cVV +fbQ +fbQ +fbQ +fbQ +cmf +gGN +gTr +irV +irV +irV +irV +dkg +dkg +dkg +dkg +dJV +hBC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +gjn +xnG +cHx +cHx +hdb +pWA +pWA +pWA +jgh +muJ +fXY +ova +hOS +hOS +hOS +gJV +cRy +cRy +mUx +jgh +whM +oLc +oLc +jWO +oLc +oLc +jWO +aYK +oLc +jgh +jcR +aTi +jgh +jcR +aTi +jgh +jcR +aTi +jgh +jcR +aTi +jgh +pWA +pWA +jgh +wRo +mbE +jgh +qTD +hFE +nyn +dAa +dAa +dAa +gfj +eEx +pSJ +dqS +eWn +eWn +eWn +eWn +eWn +aJk +gVI +rBz +wIG +lpR +gjb +aJk +eWn +eWn +eWn +eWn +pvI +mwb +mwb +mwb +bSM +ihm +vFq +uSx +nck +oXS +oXS +oXS +oXS +oXS +oXS +oXS +fIm +uSx +pZm +hel +hel +hel +pZm +hel +hel +pZm +uSx +lgW +hvj +rwD +iqw +rHH +kwt +rHH +kwt +ujR +uSx +oMG +jZC +wWz +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(168,1,1) = {" +adR +isK +isK +isK +isK +isK +isK +isK +isK +isK +isK +gHj +isK +isK +isK +isK +isK +isK +isK +isK +isK +isK +dMS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +mjR +xnG +cHx +cHx +pQu +pWA +pWA +lsE +jgh +muJ +gyp +gyp +fXY +gyp +gyp +ykj +nxA +nxA +nxA +jgh +jWO +eet +bML +jWO +eet +bML +jWO +eet +bML +jgh +jgh +coo +jgh +jgh +coo +jgh +jgh +coo +jgh +jgh +coo +jgh +pWA +pWA +jgh +jcR +aTi +jgh +rcj +hFE +jtP +hFE +hFE +hFE +hFE +slz +mwb +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +rxv +uSx +swB +aDk +aDk +aDk +aDk +aDk +aDk +aDk +lrG +uSx +rlu +rlu +rlu +pZm +pZm +rlu +rlu +rlu +uSx +lgW +hvj +iqw +iqw +iqw +iqw +iqw +iqw +iqw +uSx +oMG +jZC +jZC +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(169,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jgh +jgh +xnG +oTU +oJd +tQO +cXD +iMp +jgh +bor +bXz +oms +oms +oms +oms +esh +nxA +nxA +nxA +jgh +jWO +wjM +wjM +jWO +wjM +wjM +jWO +wjM +wjM +jgh +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +jgh +jgh +coo +jgh +jgh +kiM +jtP +hFE +udd +dVH +udd +slz +mwb +jfP +ozU +ozU +ozU +ozU +ozU +ozU +ozU +ozU +ozU +ozU +ozU +ozU +ozU +ozU +ozU +ozU +ozU +xsF +xVh +vQY +iFy +hjJ +yex +uSx +uSx +uSx +uSx +uSx +uSx +uSx +pnL +bRx +uSx +uSx +fuT +dQf +tGK +pZm +pZm +nrT +tGK +dQf +uSx +lgW +hvj +iqw +iqw +iqw +iqw +iqw +iqw +iqw +uSx +oMG +jZC +wWz +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(170,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jgh +udV +wHv +wHv +wHv +wHv +exS +jgh +mUx +kRw +omF +uPh +cRy +cRy +mUx +nxA +nxA +nxA +jgh +jWO +jWO +jWO +fbG +jWO +jWO +jWO +jWO +fbG +jgh +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +jgh +lIp +jtP +hFE +udd +pzn +udd +slz +mwb +lwF +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +hTv +xVh +nHZ +fvu +sbw +qcW +uSx +per +per +per +per +kQu +sPR +cIe +cIe +mWa +uSx +tGK +fuT +gip +pZm +pZm +fuT +fuT +fuT +uSx +lgW +hvj +ejn +iqw +uVM +iqw +uVM +iqw +pjk +uSx +oMG +jZC +jZC +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(171,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jgh +udV +wHv +wHv +wHv +wHv +exS +jgh +nxA +nxA +nxA +jgh +plN +kjD +cAc +oLc +oLc +aYK +oLc +oLc +oLc +jgh +jgh +coo +jgh +jgh +coo +jgh +jgh +coo +jgh +dQk +pWA +pWA +pWA +pWA +pWA +pWA +pWA +pWA +jgh +lIp +jtP +hFE +udd +jtm +udd +slz +mwb +lwF +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +hTv +xVh +unk +lys +hjJ +rLE +uSx +oRZ +oRZ +oRZ +oRZ +fvi +cIe +cIe +cIe +wLM +uSx +nil +nil +nil +pZm +pZm +nil +nil +nil +uSx +lgW +hvj +hOE +hHj +hHj +aNa +uSx +uSx +uSx +uSx +uSx +uSx +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(172,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jgh +nxA +nxA +nxA +jgh +jil +exS +jgh +bML +eet +bML +bML +eet +bML +jgh +qTX +aTi +jgh +qTX +aTi +jgh +qTX +aTi +jgh +jgh +coo +jgh +jgh +fna +jgh +pWA +pWA +pWA +jgh +tiL +jtP +hFE +udd +akH +udd +slz +mwb +lwF +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +hTv +xVh +xVh +tds +xVh +nah +uSx +oRZ +oRZ +oRZ +oRZ +fvi +cIe +cIe +cIe +hSC +uSx +dug +oXS +oXS +oXS +oXS +oXS +oXS +oXS +oXS +aSs +hvj +ciN +teA +teA +teA +uSx +fJS +fJS +oMG +jZC +wWz +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(173,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +gjn +nxA +nxA +nxA +gjn +cxQ +cxQ +jgh +udV +wHv +wHv +wHv +wHv +exS +jgh +wRo +dwH +jgh +wRo +dwH +jgh +wRo +dwH +jgh +qTX +aTi +jgh +qTX +aTi +jgh +jgh +fna +jgh +jgh +lIp +jtP +hFE +hFE +kiz +hFE +slz +mwb +lwF +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +hTv +xVh +xVh +rYm +tLs +mOw +uSx +per +per +per +per +oKR +sPR +cIe +cIe +hyq +uSx +hPk +aDk +aDk +aDk +aDk +aDk +aDk +aDk +aDk +aDk +lrG +fvi +fvi +fvi +fvi +uSx +fJS +fJS +oMG +jZC +jZC +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(174,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oVo +nxA +nxA +nxA +oVo +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +gAU +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +wRo +dwH +jgh +wRo +dwH +jgh +qTX +aTi +jgh +jgh +lIp +nAk +qok +eEx +ovD +ovD +pSJ +mwb +lwF +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +hTv +xVh +xVh +xdz +qcW +sVC +uSx +uSx +uSx +uSx +uSx +uSx +cIe +cIe +cIe +fSz +uSx +wqS +wqS +luV +gED +mnf +hHl +mcU +oBE +uSx +wmh +fvi +ubS +cYY +kWo +fvi +uSx +fJS +fJS +oMG +jZC +wWz +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(175,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oVo +nxA +nxA +nxA +oVo +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +grf +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +jgh +wRo +dwH +jgh +jgh +mwb +mSP +jtP +slz +mSP +nMZ +tiL +mwb +lwF +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +hTv +xVh +xVh +xdz +qcW +sVC +uSx +wlX +xkb +uwy +cIe +iLI +cIe +cIe +cIe +lMS +uSx +reC +pZm +pZm +pZm +pZm +qHN +pZm +nrT +uSx +dQq +fvi +ubS +dgl +kWo +fvi +uSx +fJS +fJS +oMG +jZC +jZC +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(176,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oVo +nxA +nxA +nxA +oVo +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +grf +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jgh +jgh +jgh +jgh +jgh +jgh +mwb +eta +jtP +slz +eta +tiL +kiM +mwb +lwF +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +hTv +xVh +xVh +xdz +qcW +sVC +uSx +uSx +uSx +cIe +cIe +uSx +hSC +eIs +aqy +cNO +uSx +dJa +pZm +pZm +pZm +pZm +pZm +pZm +dUL +uSx +mmP +fvi +fvi +fvi +fvi +fvi +uSx +fJS +fJS +oMG +jZC +wWz +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(177,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oVo +nxA +nxA +nxA +oVo +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +grf +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +eta +jtP +slz +eta +mwb +mwb +mwb +lwF +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +hTv +xVh +xVh +xdz +qcW +sVC +uSx +mcI +xkb +ioh +ioh +uSx +cbJ +eDj +krd +vpi +uSx +nKC +xUO +pZm +pZm +pZm +pZm +pZm +nrT +uSx +uSx +gdX +lkl +eHh +yfo +lkl +uSx +fJS +fJS +oMG +jZC +jZC +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(178,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oVo +nxA +nxA +nxA +dRK +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +grf +dtL +jtP +slz +dtL +grf +grf +rmM +lwF +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +hTv +xVh +xVh +xdz +qcW +sVC +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(179,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +slM +jyD +jyD +jyD +slM +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oVo +nxA +nxA +nxA +oVo +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +grf +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +eta +jtP +slz +eta +mwb +mwb +mwb +lwF +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +hTv +xVh +vfi +xdz +qcW +sVC +iuL +xZu +lTL +eDK +hEW +gCo +hhP +ryQ +xVh +xVh +eYC +qSS +qXT +sfW +tNJ +eYC +xVh +xVh +xVh +nTr +xBR +xHZ +yhs +bgS +nTr +xVh +xVh +oYc +oYc +pzL +dXf +sLR +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(180,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +slM +jyD +jyD +jyD +jyD +jyD +slM +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oVo +nxA +nxA +nxA +oVo +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +grf +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +mwb +mwb +mwb +mwb +mwb +mwb +mwb +eta +jtP +slz +eta +tiL +mwb +mwb +lwF +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +hTv +xVh +uow +xdz +qcW +sVC +dhB +pwG +hEW +hEW +hEW +lQZ +hEW +twS +xVh +pGG +gdF +vFY +vFY +vFY +vFY +ujA +uNa +xVh +wgz +qcW +qcW +qcW +qcW +qcW +qcW +oVq +xVh +oYc +oYc +pzL +dXf +dXf +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(181,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oVo +nxA +nxA +nxA +oVo +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +grf +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +bfl +bfl +bfl +mwb +mwb +mwb +mwb +mwb +fZl +jjk +mwb +nuT +nuT +nuT +aog +jtP +slz +aog +kiM +mwb +mwb +lwF +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +hTv +xVh +cUA +xdz +qcW +sVC +ejS +qDx +hEW +hEW +hEW +hEW +hEW +hEW +xVh +pMz +gQA +shc +shc +shc +sFS +aiF +uSe +xVh +wjy +qcW +qcW +qcW +qcW +qcW +qcW +ybJ +xVh +oYc +oYc +pzL +dXf +sLR +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(182,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oVo +nxA +nxA +nxA +oVo +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +wbT +kgP +pUi +pUi +pUi +pUi +oJy +bfl +gUN +bfl +dhp +emZ +eTo +eUj +fQX +glk +pvI +mwb +nyn +dAa +dAa +dAa +gfj +toF +dAa +rPk +qTD +mwb +lwF +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +hTv +xVh +juv +xdz +qcW +sVC +ncx +hEW +hEW +hEW +hEW +oBv +mhd +bNu +xVh +eYC +jzb +prF +raW +sso +sJy +aiF +eYC +xVh +blo +qcW +qcW +xPj +tee +gOd +qcW +qAw +xVh +oYc +oYc +pzL +dXf +dXf +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(183,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +mjR +nxA +nxA +nxA +mjR +cxQ +cxQ +bfl +kgP +pUi +pUi +pUi +pUi +oJy +bfl +eNK +kFE +seM +bHj +xIi +kFE +xnd +vuw +bfl +dpW +eGH +eGH +fki +fRc +pvI +pvI +mey +jtP +hFE +hFE +hFE +hFE +hFE +hFE +slz +rcj +mwb +lwF +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +hTv +xVh +qtr +xdz +qcW +sVC +ncx +hEW +hEW +hEW +hEW +iTj +hsT +kMc +xVh +eYC +jzb +qIQ +rsu +rWH +sJy +aiF +eYC +xVh +blo +qcW +qcW +xPA +gbj +cBp +qcW +qAw +xVh +oYc +oYc +pzL +dXf +sLR +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(184,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +slM +jyD +jyD +jyD +jyD +jyD +slM +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +bfl +nOd +nOd +nOd +bfl +kgP +oJy +bfl +ylJ +wwG +wwG +iry +wyi +rSh +vSx +jAJ +dlq +dlq +buH +ehB +ehB +rWt +rSh +bfl +dts +eGH +eGH +eGH +fTU +gDZ +pvI +mey +jtP +hFE +hFE +hFE +hFE +hFE +hFE +slz +lDF +mwb +lwF +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +hTv +xVh +ctr +xdz +qcW +sVC +xQW +hEW +hEW +hEW +hEW +hEW +hEW +veq +xVh +pMz +pgp +vFY +vFY +vFY +xOH +aiF +uSn +xVh +wwj +qcW +qcW +qcW +qcW +qcW +qcW +iYf +xVh +oYc +oYc +pzL +cBt +cBt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(185,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +slM +jyD +jyD +jyD +slM +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +bfl +kgP +pUi +pUi +pUi +pUi +oJy +bfl +nOd +nOd +nOd +qPL +hjt +yiO +bfl +lPn +wwG +wwG +wPf +wyi +rSh +rSh +kBK +ehB +ehB +buH +ehB +ehB +btw +rSh +bfl +dhp +eSR +eUi +pvI +fVK +pvI +pvI +mwb +nAk +ovD +ovD +nVo +ovD +ovD +qok +toF +rPk +mwb +lwF +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +hTv +xVh +aIw +xdz +qcW +sVC +uUt +hEW +hEW +hEW +hEW +hEW +hEW +xUQ +xVh +pGG +pqO +shc +shc +sFS +qcW +aiF +uYO +xVh +wxr +qcW +qcW +qcW +qcW +qcW +qcW +oVq +xVh +xVh +xVh +xVh +xVh +xVh +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(186,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +bfl +kgP +pUi +pUi +pUi +pUi +oJy +bfl +skU +lnv +pEC +pEC +lnv +skU +bfl +nOd +nOd +nOd +jXl +nDu +jBR +bfl +qWv +wwG +wwG +iry +wyi +rSh +rSh +uTf +qVm +qhS +qhS +qhS +qVm +uTf +rSh +bfl +bfl +bfl +bfl +bfl +bfl +hbj +jkW +mwb +nMZ +nMZ +nMZ +mwb +tiL +kiM +jtP +hFE +slz +mwb +lwF +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +oXt +xxC +xxC +xxC +xxC +xxC +xxC +xxC +xxC +hTv +xVh +pvS +xdz +qcW +sVC +tyr +lez +oys +iqU +iqU +onf +iKe +mdm +xVh +xVh +qii +qVQ +qVQ +sJy +qcW +aiF +xVh +xVh +xVh +qcW +qcW +qcW +gcb +oRp +xEf +xVh +xVh +xVh +xVh +xVh +pzL +dXf +sLR +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(187,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +bfl +bfl +ngn +xRT +jYS +lnv +uRE +uRE +uRE +uRE +hDG +uRE +uRE +uRE +uRE +bfl +nOd +nOd +nOd +jXl +nDu +jBR +bfl +avm +wwG +wwG +iry +wyi +rSh +rSh +uTf +qVm +qhS +hoQ +qhS +qVm +uTf +wSb +bfl +agK +fFs +xhL +bfl +bfl +bfl +bfl +mwb +mwb +mwb +mwb +mwb +mwb +mwb +jtP +hFE +slz +mwb +vFY +vFY +vFY +vFY +vFY +vFY +vFY +vFY +vFY +vFY +vFY +vFY +vFY +vFY +vFY +vFY +vFY +vFY +vFY +xVh +xVh +xdz +qcW +sVC +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +vZz +udl +pVl +xVh +xVh +xVh +xUr +xUr +xUr +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +pzL +dXf +dXf +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(188,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +rWK +wEM +lpb +lpb +huQ +cDK +uRE +lpb +lpb +lpb +lpb +lpb +lpb +lpb +uRE +bfl +nOd +nOd +nOd +jXl +nDu +jBR +bfl +xRg +wwG +wwG +ujp +ujp +rSh +rSh +uTf +qVm +qhS +qhS +qhS +qVm +uTf +rSh +bfl +fFs +rSh +rSh +nOd +dVM +luP +kHz +drn +hFE +etf +xEM +xMa +hFE +hFE +jtP +hFE +toF +rPk +rYm +tLs +tLs +tLs +tLs +tLs +tLs +tLs +tLs +tLs +tLs +tLs +tLs +tLs +tLs +tLs +tLs +tLs +tLs +tLs +tLs +tLs +qcW +tLs +tLs +jSi +xVh +iIB +vpb +mLu +nEH +xVh +oVd +pQx +qul +xVh +wze +sJy +qcW +aiF +vbn +xVh +xga +sJy +qcW +aiF +jii +xVh +oJu +uYM +wml +uYM +oJu +xVh +pzL +dXf +sLR +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(189,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +aeY +jYS +lpb +lpb +lnv +xRT +uRE +lpb +lpb +lpb +lpb +lpb +lpb +lpb +uRE +bfl +mAM +bZD +bZD +jXl +nDu +dEv +bfl +xRg +wwG +wwG +iry +wyi +rSh +rSh +qFk +ehB +dlq +buH +ehB +ehB +qnF +rSh +bfl +xhL +rSh +rSh +nOd +nOd +luP +kHz +drn +hFE +etf +xEM +xMa +hFE +hFE +jtP +hFE +hFE +slz +xdz +qcW +qcW +qcW +qcW +qcW +qcW +qcW +qcW +qcW +qcW +qcW +qcW +qcW +qcW +qcW +qcW +qcW +qcW +qcW +qcW +qcW +qcW +qcW +qcW +sVC +xVh +kmK +wlb +wlb +wlb +oEq +cjc +cjc +qxr +xVh +wze +sJy +xQt +aiF +vbn +xVh +xga +sJy +xQt +aiF +sTR +xVh +cjc +cjc +jow +cjc +cjc +xVh +pzL +dXf +dXf +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(190,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +bfl +bfl +wEM +lpb +lpb +huQ +pEC +uRE +bjO +lpb +lpb +oRo +lpb +lpb +sTg +uRE +bfl +bfl +bfl +bfl +jXl +nDu +jBR +bfl +ohf +wwG +wwG +wPf +wyi +rSh +rSh +jAJ +dlq +ehB +buH +ehB +ehB +rWt +rSh +bfl +bfl +rSh +rSh +bfl +kgP +oJy +bfl +nfT +hoc +nfT +mwb +xRR +pOB +mwb +jtP +hFE +hFE +slz +vsO +gFc +gFc +gFc +gFc +gFc +gFc +gFc +gFc +gFc +gFc +gFc +gFc +gFc +gFc +gFc +gFc +gFc +gFc +gFc +gFc +gFc +gFc +vUX +qcW +sVC +xVh +kDR +wlb +wlb +wlb +oEq +cjc +cjc +oMK +xVh +wze +sJy +qcW +aiF +vbO +oxN +wSl +sJy +qcW +aiF +xyr +xVh +pZS +qGh +qGh +qGh +ryX +xVh +pzL +dXf +sLR +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(191,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +rWK +jYS +xRT +lpb +lpb +jYS +lnv +uRE +lpb +lpb +lpb +lpb +lpb +lpb +lpb +uRE +bfl +nru +pGs +bfl +jXl +nDu +jBR +bfl +qWv +wwG +wwG +iry +wyi +rSh +vSx +eeA +tMS +imw +buH +pHh +tMS +btp +wSb +bfl +bfl +rSh +rSh +bfl +msS +adj +jud +xAe +hAC +oGk +xqW +hlv +hlv +rYn +jtP +hFE +hFE +slz +xVh +lys +lys +lys +wsu +wsu +lys +lys +lys +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xdz +qcW +sVC +xVh +kOf +lqT +mNb +wlb +xVh +pdA +pZV +uYM +xVh +wze +sJy +qcW +aiF +vFW +xVh +xga +sJy +qcW +aiF +qcv +xVh +wlb +ups +qSK +nxJ +wlb +xVh +pzL +dXf +dXf +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(192,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +aeY +lnv +wEM +lpb +lpb +huQ +cDK +uRE +lpb +lpb +lpb +lpb +lpb +lpb +lpb +uRE +bfl +hyw +iWE +sAB +jXl +nDu +jBR +bfl +lPn +wwG +wwG +wPf +wyi +rSh +rSh +rSh +rSh +mcl +rSh +mcl +rSh +rSh +rSh +rSh +rSh +rSh +rSh +bfl +nyK +hlv +ptg +ePF +hlv +hlv +ptg +hlv +pEQ +mwb +iSz +ovD +ovD +tec +xVh +lys +wsu +wsu +cMm +cMm +wsu +wsu +lys +xVh +mGu +qcW +qcW +oWV +bJa +bgC +qcW +qcW +qcW +qcW +qcW +hEM +xVh +xdz +qcW +sVC +xVh +ldD +mcx +mSu +wlb +xVh +xVh +xVh +xVh +xVh +rzv +sJy +qcW +aiF +vFW +xVh +xga +sJy +qcW +aiF +pok +xVh +wlb +ups +qSK +nxJ +wlb +xVh +pzL +dXf +sLR +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(193,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +bfl +bfl +jYS +cDK +lpb +lpb +jYS +skU +uRE +uRE +uRE +uRE +lpb +uRE +uRE +uRE +uRE +bfl +bfl +bfl +bfl +jXl +dua +ucH +bfl +ylJ +wwG +wwG +iry +wyi +rSh +rSh +rSh +rSh +rSh +rSh +mRE +rSh +rSh +mRE +rSh +rSh +rSh +wSb +bfl +bfl +bfl +bfl +bfl +tVn +tVn +tVn +tVn +tVn +tVn +tVn +eUS +eUS +tVn +xVh +lys +cMm +cMm +vQY +vQY +cMm +cMm +lys +xVh +mGu +qcW +qcW +aZQ +hYr +bgC +qcW +qcW +qcW +qcW +qcW +hEM +xVh +xdz +qcW +sVC +xVh +iIB +xXW +wlb +wlb +wlb +wlb +wlb +iIB +xVh +rCK +sJy +qcW +aiF +vFW +xVh +xga +sJy +qcW +aiF +kco +xVh +wlb +ups +qSK +nxJ +wlb +xVh +pzL +dXf +dXf +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(194,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +rWK +lnv +xRT +lnv +kHY +lpb +lpb +jYS +fpu +fpu +fpu +jYS +lpb +fSe +jYS +skU +pEC +bfl +sNE +pGs +bfl +jXl +slG +bfl +bfl +bfl +uxU +iry +wPf +wyi +rSh +rSh +vRi +jiE +vRi +rSh +vRi +oRg +vRi +vuw +bfl +bfl +rSh +rSh +bfl +mRX +sGU +gGk +bfl +tVn +tVn +tVn +tVn +tVn +yle +uxs +ezQ +ksN +tVn +xVh +lys +cJL +cJL +cMm +cMm +cJL +cJL +lys +xVh +ewB +qcW +qcW +qcW +vOs +bgC +qcW +qcW +qcW +hEM +qcW +qcW +xVh +xdz +qcW +sVC +xVh +liS +wlb +wlb +iIB +vpb +wlb +wlb +iIB +xVh +rGb +sJy +xQt +aiF +mGu +uEw +mGu +sJy +xQt +aiF +gNC +xVh +wlb +ups +qSK +nxJ +wlb +xVh +pzL +dXf +sLR +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(195,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +olk +jYS +aEm +aEm +aEm +lpb +lpb +pEC +cXj +cXj +cXj +skU +lpb +lpb +jYS +jYS +xlO +bfl +hyw +iWE +amg +jXl +dAN +bfl +wPf +wyi +rSh +rSh +rSh +rSh +rSh +rSh +lpm +lpm +lpm +mRE +ydL +nwk +nwk +gUN +bfl +bfl +rSh +rSh +tNU +dDo +wWn +bDp +bfl +tVn +tVn +tVn +tVn +tVn +ldA +dlV +ezQ +ksN +tVn +xVh +lys +lys +lys +cJL +cJL +lys +lys +lys +xVh +ewB +qcW +qcW +qcW +vOs +bgC +qcW +qcW +qcW +hEM +qcW +qcW +xVh +xdz +qcW +sVC +xVh +loK +wlb +wlb +nJA +xVh +pkq +qbp +pkq +xVh +rQn +pqO +sFS +hrB +vFY +vFY +vFY +xOH +cIu +sSX +gNC +xVh +wlb +ups +qSK +nxJ +wlb +xVh +pzL +dXf +dXf +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(196,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +kyj +kyj +kyj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +kyj +kyj +kyj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +olk +lnv +aEm +tsJ +aEm +lpb +lpb +skU +fpu +fpu +fpu +jYS +skU +lpb +lnv +jYS +skU +bfl +bfl +bfl +bfl +jXl +slG +bfl +uxU +wyi +rSh +rSh +rSh +rSh +rSh +rSh +rSh +wSb +bfl +bfl +bfl +bfl +bfl +bfl +bfl +bfl +rSh +rSh +tNU +dDo +wWn +bjE +bfl +tVn +tVn +tVn +tVn +tVn +tVn +tVn +dFS +dFS +tVn +tVn +tVn +tVn +tVn +tVn +tVn +tVn +tVn +tVn +xVh +mGu +qcW +qcW +qcW +bfC +bgC +qcW +qcW +qcW +qcW +qcW +hEM +xVh +xdz +qcW +sVC +xVh +lqT +wlb +mZH +nTs +oPH +dGv +vBl +qxi +xVh +xVh +hzr +pqO +shc +sFS +qcW +cIu +shc +sSX +xUE +xVh +xVh +iEg +wlb +wlb +wlb +oBK +xVh +pzL +dXf +sLR +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(197,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fBc +iuU +iuU +iuU +kyj +jyD +jyD +jyD +jyD +jyD +kyj +iuU +iuU +iuU +gkl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +aeY +xRT +aEm +aEm +aEm +lpb +lpb +ngn +jYS +lnv +jYS +jYS +xlO +lpb +lpb +lpb +lpb +xSn +lhF +cYX +cYX +eOn +slG +xSn +rSh +rSh +rSh +rSh +rSh +ctA +rSh +rSh +rSh +rSh +bfl +mRX +sGU +gGk +bfl +deC +pGs +bfl +rSh +rSh +bfl +tBE +irL +aen +bfl +ivE +uhe +uhe +uhe +uhe +uhe +rPZ +rPZ +rPZ +uFL +kvx +sXj +tND +qzR +iCJ +uQb +tVn +tVn +tVn +xVh +mGu +qcW +qcW +qcW +nhh +bgC +qcW +qcW +qcW +qcW +qcW +hEM +xVh +xdz +qcW +sVC +xVh +lsQ +lsQ +suO +iIB +oQw +jbe +tEt +uCl +xVh +xVh +xVh +oSt +ewB +sJy +qcW +aiF +ewB +qQa +xVh +xVh +xVh +wlb +wlb +wlb +xts +xts +xVh +pzL +dXf +dXf +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(198,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fBc +iuU +iuU +iuU +iuU +iuU +kyj +kyj +kyj +kyj +kyj +iuU +iuU +iuU +iuU +iuU +gkl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +bmv +dnT +bmv +bmv +bmv +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +bmv +bmv +bmv +bmv +bmv +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +bfl +bfl +lnv +jYS +xRT +lpb +lpb +lpb +lpb +lpb +lpb +lpb +lpb +lpb +lpb +lpb +lpb +lpb +acs +jXl +nDu +dua +qzF +llx +acs +rSh +rSh +npw +rSh +rSh +lpm +jJD +bfl +rSh +rSh +tNU +dDo +bDp +wWn +bfl +hyw +iWE +oDP +rSh +wSb +bfl +bfl +bfl +bfl +bfl +wrP +ldA +ldA +ldA +ldA +ldA +ldA +ldA +ldA +ldA +ldA +ldA +ldA +ldA +ldA +biv +tVn +tVn +tVn +xVh +xVh +qcW +qcW +qcW +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +vsO +gFc +qSz +xVh +luD +mmd +mmd +odn +oQM +jbe +tEt +uCl +xVh +xVh +xVh +xVh +fbC +qsb +qsb +qsb +fbC +xVh +xVh +xVh +xVh +xVh +dRY +xVh +xVh +xVh +xVh +xVh +xVh +xVh +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(199,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fBc +iuU +rRT +kez +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +gkl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +bnM +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +vrt +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +rWK +lnv +cHU +jYS +lpb +lpb +lpb +lpb +lpb +lpb +lpb +lpb +lpb +lpb +fSe +jYS +jYS +pEC +usB +jXl +nDu +slG +bfl +bfl +bfl +bfl +bfl +bfl +rSh +rSh +bfl +bfl +bfl +kEI +rSh +tNU +dDo +wWn +bjE +bfl +bfl +bfl +bfl +rSh +rSh +bfl +mRX +sGU +gGk +bfl +wrP +ldA +ldA +ldA +ldA +ldA +ldA +rnR +vPi +vPi +vPi +vPi +vPi +vPi +pFp +gqG +nhb +tVn +tVn +rZC +dGv +vBl +vBl +vBl +vBl +vBl +vBl +vBl +vBl +vBl +vBl +vBl +vBl +vBl +qmO +vBl +vBl +vBl +vBl +vBl +eLa +vBl +wwI +rBa +tgT +vBl +vBl +vBl +vBl +vBl +wwI +sWU +tgT +vBl +vBl +vBl +vBl +vBl +vBl +vBl +qxi +lGm +icy +icy +xVh +xVh +xVh +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(200,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fBc +iuU +ozF +eIW +eIW +iuU +uVp +oyT +vfM +pII +fVo +xCf +rNq +vIn +nTH +sCb +tUp +tUp +iFb +iuU +gkl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +bnM +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +vrt +fxK +fxK +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +olk +lnv +lnv +lpb +lpb +lpb +fSe +hvL +jYS +lnv +acm +eBk +lpb +lpb +jYS +jYS +xlO +skU +usB +jXl +nDu +slG +bfl +fFs +qbg +wPf +fpx +bfl +rSh +rSh +bfl +pde +sNZ +rSh +rSh +bfl +tBE +irL +aen +bfl +gft +pGs +bfl +rSh +rSh +tNU +dDo +bjE +bDp +bfl +qNU +mWE +mWE +rJx +lzZ +lzZ +pFp +gqG +rHn +wVJ +aCp +bzL +gnu +pwc +wrP +gqG +ybz +tVn +tVn +dmI +jbe +tEt +tEt +tEt +tEt +tEt +tEt +tEt +tEt +tEt +tEt +tEt +tEt +uNG +tEt +tEt +tEt +tEt +tEt +tXj +vPW +tEt +kQk +tEt +eKq +tEt +tEt +tEt +tEt +tEt +tEt +tEt +tEt +tEt +tEt +tEt +tEt +tEt +tEt +tEt +uCl +lGm +oKS +icy +xVh +xVh +xVh +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(201,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +glP +eIW +eIW +eIW +iuU +cHq +sjT +sjT +sjT +rxX +sjT +sjT +sjT +hko +iuU +yfi +yfi +yfi +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +olk +cDK +fSe +lpb +lpb +xRT +eVY +xRT +skU +cDK +eBk +htX +lpb +lpb +eBk +eBk +jYS +lnv +usB +jXl +nDu +dAN +bfl +kdZ +wyi +wyi +wyi +bfl +rSh +rSh +bfl +pzG +wOT +pDU +wSb +bfl +bfl +bfl +bfl +bfl +hyw +iWE +xkJ +rSh +rSh +tNU +dDo +wWn +wWn +bfl +tVn +tVn +tVn +tVn +tVn +tVn +wrP +gqG +mRS +whC +bIY +iUq +axi +ixd +wrP +gqG +pHP +tVn +tVn +cMu +agO +lsm +lsm +lsm +lsm +lsm +lsm +lsm +lsm +lsm +lsm +lsm +lsm +lsm +lsm +lsm +lsm +lsm +lsm +lsm +lsm +lsm +mAm +oZV +gQC +lsm +lsm +lsm +lsm +lsm +mAm +tEt +gQC +lsm +lsm +lsm +lsm +lsm +lsm +lsm +smL +lGm +icy +icy +xVh +xVh +xVh +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(202,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +dFZ +eIW +eIW +fOy +iuU +rQA +sjT +sjT +sjT +rxX +sjT +sjT +sjT +nfp +iuU +ufP +ufP +ufP +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +bmv +bmv +bmv +fxK +fxK +fxK +bmv +bmv +bmv +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +aeY +skU +lpb +lpb +lpb +jYS +xRT +fBz +mmY +hZH +acm +myi +lpb +lpb +eBk +eBk +eBk +jYS +usB +jXl +nDu +slG +bfl +fpx +wyi +rSh +rSh +ltD +rSh +rSh +bfl +pzG +vUe +pDU +rSh +bfl +mRX +sGU +gGk +bfl +bfl +bfl +bfl +rSh +rSh +bfl +tBE +irL +aen +bfl +mex +axz +axz +axz +axz +axz +dpH +puG +rPZ +rPZ +rPZ +rPZ +rPZ +rPZ +dpH +gqG +bzZ +tVn +tVn +xVh +qcW +qcW +qcW +qcW +qcW +xVh +xVh +qcW +qcW +xVh +xVh +xVh +xVh +xVh +xVh +xVh +jow +cjc +cjc +cjc +jow +xVh +jbe +tEt +uCl +xVh +xVh +xVh +nij +rxo +lqU +lqU +lqU +cjQ +nij +xVh +xVh +xVh +xVh +jiF +xVh +xVh +xVh +xVh +xVh +xVh +xVh +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(203,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +waB +eIW +eIW +eIW +iuU +phS +sjT +sjT +sjT +rxX +sjT +sjT +sjT +inR +iuU +mAx +nmI +kxr +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +bfl +bfl +jYS +lpb +lpb +lnv +xRT +hTP +lnv +lVd +eBk +eBk +udC +lpb +lpb +eBk +acm +eBk +jYS +usB +jXl +nDu +slG +bfl +wPf +wyi +rSh +rSh +rSh +rSh +wSb +bfl +gKw +iHl +rSh +rSh +tNU +dDo +bjE +bDp +bfl +ipr +pGs +bfl +rSh +wSb +bfl +bfl +bfl +bfl +bfl +hTO +hjM +hjM +hjM +hjM +hjM +ldA +ldA +ldA +ldA +ldA +ldA +ldA +ldA +ldA +lUT +tVn +tVn +tVn +xVh +qcW +qcW +qcW +qcW +qcW +xVh +wlx +umc +xUH +eSe +fOA +gFG +hdX +ylo +xVh +xVh +jpt +lwl +cjc +png +jpt +xVh +qBw +tEt +uCl +xVh +xVh +xVh +ewB +slv +xdz +qcW +sVC +ikq +ewB +xVh +xVh +xVh +iIB +wlb +wlb +iIB +rfN +xXW +vpb +iIB +xVh +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(204,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +kTX +eIW +eIW +eIW +iuU +uVp +nLS +scb +yfR +rxX +qmQ +ehY +qmQ +uVp +iuU +uPL +eIW +eIW +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +rWK +jYS +skU +lpb +lpb +lnv +cHU +jYS +cDK +hvL +eBk +eBk +rEr +lpb +lpb +eBk +eBk +eBk +skU +usB +mPi +mPi +mPi +bfl +bfl +bfl +acs +wNj +bfl +bfl +bfl +bfl +bfl +skD +rSh +rSh +tNU +dDo +aJr +wWn +bfl +hyw +iWE +jUL +rSh +rSh +niI +cIW +cIW +bfl +tVn +hTO +hjM +hjM +hjM +hjM +hjM +ldA +rnR +oZU +udO +uPb +joU +iiQ +wjj +exU +pLA +tVn +tVn +tVn +xVh +nEz +nEz +bBx +nEz +nEz +xVh +ylo +umc +xUH +qcW +qcW +qcW +qcW +qcW +xVh +xVh +jsg +uYM +wml +uYM +jsg +xVh +daa +tEt +uCl +xVh +xVh +ewB +slv +slv +xdz +fgv +sVC +ikq +ikq +ewB +xVh +xVh +vpb +wlb +wlb +wYV +tak +bhG +wlb +wlb +xVh +xVh +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(205,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +iuU +iuU +iuU +qua +iuU +iuU +iuU +iuU +iuU +fRZ +iuU +iuU +iuU +iuU +iuU +glr +iuU +iuU +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +olk +jYS +lpb +lpb +lpb +jYS +jYS +lnv +xRT +eBk +acm +eBk +ngn +lpb +lpb +eBk +eBk +eBk +jYS +usB +xtZ +nDu +pVH +rzW +rzW +rzW +rzW +rzW +ocA +cGe +myA +mAM +bfl +vXv +rSh +wSb +bfl +tBE +irL +aen +bfl +bfl +bfl +bfl +rSh +rSh +vge +kRa +vge +bfl +tVn +uWL +kaz +kaz +kaz +kaz +kaz +pFp +gqG +tVn +tVn +tVn +tVn +tVn +tVn +tVn +tVn +tVn +tVn +tVn +xVh +xXE +gan +wCA +wsE +tFA +xVh +cgA +umc +xUH +piE +fen +fId +mNx +qcW +xVh +xVh +xVh +xVh +xVh +xVh +xVh +xVh +jbe +tEt +uCl +xVh +xVh +ewB +slv +slv +xdz +lLQ +sVC +ikq +ikq +ewB +xVh +xVh +iIB +wlb +wlb +wlb +rhk +rty +wlb +wlb +lsQ +xVh +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(206,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +kvV +jzu +iuU +ruG +iuU +gwm +qSe +qSe +sBN +vLb +kps +amT +kps +vLb +sBN +qSe +qSe +tIi +iuU +vfJ +iuU +wps +kvV +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +nTz +nTz +nTz +nTz +nTz +nTz +nTz +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +olk +bJV +jmk +lpb +lpb +jYS +lnv +lnv +cHU +acm +eBk +eBk +lpb +lpb +lpb +eBk +eBk +jYS +jYS +usB +xtZ +nDu +nDu +nDu +nDu +nDu +nDu +nDu +nDu +snw +ckt +bZD +bfl +nVP +rSh +rSh +bfl +bfl +bfl +bfl +bfl +fFs +fFs +sRw +rSh +rSh +lpm +lpm +lpm +bfl +tVn +tVn +tVn +tVn +tVn +tVn +tVn +wrP +puG +rPZ +rPZ +rPZ +rPZ +rPZ +rPZ +rPZ +rPZ +rPZ +rPZ +gFH +xVh +aIu +phl +jGK +stq +lAp +xVh +cde +umc +xUH +piE +fkB +fen +mNx +qcW +xVh +iXT +jtC +qCu +vBl +vBl +vBl +vBl +wwI +tEt +bXb +xVh +xVh +ewB +slv +slv +xdz +lHQ +sVC +ikq +ikq +ewB +xVh +xVh +vpb +wlb +wlb +wlb +wlb +wlb +wlb +dMq +suO +xVh +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(207,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +xEX +htO +iuU +bHZ +iuU +ukI +eIW +eIW +eIW +eIW +eIW +uPL +eIW +eIW +eIW +eIW +eIW +smH +iuU +vgf +iuU +wRA +uFS +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +leJ +leJ +leJ +leJ +leJ +leJ +leJ +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +olk +bJV +jmk +lpb +lpb +ngn +cDK +lnv +eBk +eBk +acm +bEy +lpb +lpb +ngn +acm +bPg +jYS +xlO +usB +xtZ +nDu +iOi +gfO +gfO +gfO +gfO +gfO +tEl +nDu +ogV +wRd +bfl +bMp +rSh +rSh +rSh +rSh +rSh +rSh +rSh +rSh +rSh +rSh +rSh +rSh +rSh +rSh +rSh +bfl +tVn +sQu +hta +hta +hta +hta +hta +dpH +rnR +vPi +vPi +vPi +vPi +vPi +vPi +vPi +vPi +vPi +pFp +gqG +xVh +uwQ +uwQ +jGK +uwQ +uwQ +xVh +cbL +umc +xUH +piE +fpt +grs +mNx +qcW +xVh +hWJ +jtC +jbe +tEt +tEt +tEt +tEt +tEt +tEt +uCl +xVh +xVh +ewB +slv +slv +xdz +qcW +sVC +ikq +ikq +ewB +xVh +kgV +iIB +rcV +upV +wlb +upV +wlb +wlb +qDJ +bxp +xVh +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(208,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +xEX +htO +iuU +miK +bHZ +uPL +eIW +eIW +eIW +eIW +eIW +iVq +hge +hge +hge +hge +iFb +uPL +vgf +fOy +iuU +wRA +uFS +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +leJ +leJ +leJ +leJ +leJ +leJ +leJ +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +olk +bJV +jmk +jmk +jmk +jYS +lnv +jYS +jYS +eBk +eBk +xRT +lpb +lpb +skU +eBk +eBk +eBk +jYS +usB +xtZ +nDu +ckt +bZD +bZD +jzK +bZD +bZD +xtZ +nDu +fbh +pAr +bfl +skD +rSh +rSh +npw +rSh +rSh +rSh +npw +rSh +rSh +rSh +rSh +rSh +rSh +rSh +eRd +bfl +tVn +nhg +lEi +lEi +lEi +lEi +etG +pFp +gqG +tVn +bEo +bEo +bEo +bEo +bEo +bEo +bEo +tVn +wrP +gqG +xVh +xxC +xxC +jGK +xxC +xxC +xVh +bQf +umc +xUH +piE +fte +fen +mNx +qcW +xVh +iXT +jtC +jbe +tEt +gQC +lsm +lsm +skO +wgs +eUo +xVh +xVh +xVh +ewB +wwD +xdz +qcW +sVC +lhk +ewB +xVh +kgV +xVh +kgV +wdZ +gKL +iIB +qDJ +wdZ +xVh +xVh +xVh +xVh +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(209,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +xEX +htO +iuU +bHZ +iuU +ukI +eIW +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +uPL +smH +iuU +vgf +iuU +wRA +uFS +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +leJ +leJ +leJ +leJ +leJ +leJ +leJ +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +aeY +hFK +bJV +bJV +bJV +jYS +lnv +cHU +lnv +lnv +cHU +skU +lpb +lpb +skU +eBk +eBk +acm +skU +usB +xtZ +nDu +ckt +bZD +aHW +brK +cht +bZD +xtZ +nDu +ckt +cQr +bfl +bfl +xNZ +xNZ +bfl +bfl +mBD +bfl +bfl +xhL +rSh +rSh +ujp +rSh +rSh +ujp +xhL +bfl +tVn +oEN +wou +wou +wou +wou +wou +dpH +gqG +bEo +adL +adL +adL +adL +adL +adL +adL +bEo +wrP +gqG +xVh +xxC +xxC +jGK +xxC +xxC +xVh +bTs +umc +xUH +xUH +xUH +xUH +loV +xUH +xVh +xVh +kgV +lTm +lsm +smL +xVh +xVh +pyj +pyj +qFJ +kgV +kgV +kgV +kgV +xVh +lqU +lqU +lqU +xVh +xVh +kgV +xVh +xVh +xVh +nYo +gva +anx +gva +jRP +xVh +pzL +dXf +sLR +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(210,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +xEX +htO +iuU +stM +iuU +uPL +eIW +iuU +dCZ +bQR +ygG +pfv +akM +qJw +dCZ +iuU +uPL +uPL +iuU +huf +iuU +wRA +uFS +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +leJ +leJ +leJ +leJ +leJ +leJ +leJ +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +bfl +kgP +pUi +pUi +oJy +bfl +lnv +jYS +jYS +jYS +lnv +skU +lpb +lpb +skU +eBk +acm +pEC +jYS +usB +xtZ +nDu +ckt +jik +xQX +diS +rff +dHh +xtZ +nDu +ckt +bZD +bfl +jri +dDo +dDo +bfl +vLU +dDo +pgZ +bfl +fFs +rSh +rSh +ujp +rSh +rSh +ujp +fFs +bfl +tVn +nYb +mly +mly +mly +mly +ePe +pFp +gqG +bEo +adL +adL +adL +adL +adL +adL +adL +bEo +wrP +gqG +xVh +xxC +xxC +jGK +xxC +xxC +kgV +bUb +fZh +eTB +eTB +nHm +eTB +eTB +eTB +xVh +xVh +abQ +lDu +mqb +lDu +abQ +xVh +iXT +qeB +iXT +xVh +ewB +jwi +vBl +sPC +wwI +hlA +tgT +vBl +vBl +qxi +ewB +xVh +xVh +xxC +xxC +wCA +xxC +xxC +xVh +pzL +dXf +dXf +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(211,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +xEX +htO +iuU +iuU +iuU +uPL +eIW +rXl +rXl +rXl +rXl +rXl +rXl +rXl +rXl +rXl +uPL +uPL +iuU +iuU +iuU +wRA +xpy +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +leJ +leJ +leJ +leJ +leJ +leJ +leJ +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +bfl +kgP +pUi +pUi +oJy +bfl +eBk +acm +eBk +eBk +eBk +eBk +xlO +skU +usB +xtZ +nDu +ckt +bZD +tju +ufu +aTB +bZD +xtZ +nDu +ckt +mAM +bfl +uxT +dDo +tpO +bfl +dDo +dDo +dDo +bfl +fFs +rSh +ujp +gcd +ujp +rSh +ujp +fFs +bfl +tVn +vZk +bVx +bVx +bVx +bVx +bVx +dpH +gqG +tVn +adL +adL +adL +adL +adL +adL +adL +tVn +wrP +gqG +xVh +xxC +xxC +jGK +xxC +ubt +xVh +cbH +vMX +mDY +eOu +fen +fen +mNx +qcW +xVh +abQ +iYb +adL +mrk +adL +xVh +abQ +xVh +xVh +kgV +xVh +ewB +jbe +ayD +gQC +lsm +lsm +lsm +mAm +wlf +uCl +ewB +xVh +xVh +xxC +xxC +jGK +xxC +xxC +xVh +xVh +xVh +xVh +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(212,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +jKW +htO +iuU +iuU +iuU +uPL +eIW +rXl +rXl +rXl +rXl +rXl +rXl +rXl +rXl +rXl +uPL +uPL +iuU +iuU +iuU +wRA +iLw +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +leJ +leJ +leJ +leJ +leJ +leJ +leJ +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +bfl +tOZ +pUi +pUi +oJy +bfl +jYS +skU +jYS +rWK +apV +rWK +apV +rWK +aAV +eBk +aTB +rWK +apV +rWK +apV +rWK +bfl +cOr +beo +pCk +bfl +vkK +wWn +iNf +bfl +rWK +jZc +rWK +bfl +rWK +jZc +rWK +bfl +bfl +tVn +wiq +ofz +ofz +ofz +ofz +cXb +pFp +gqG +tVn +adL +adL +adL +adL +adL +adL +adL +tVn +wrP +gqG +xVh +xxC +xxC +jGK +ubt +xxC +xVh +cbL +fZh +eTB +piE +fGP +fpt +mNx +mON +abQ +xVh +adL +xIx +adL +xIx +adL +mLW +buk +buk +buk +buk +rTO +agO +gmF +smL +ewB +gTF +ewB +agO +gmF +pfz +ewB +xVh +xVh +xxC +xxC +foP +xxC +xxC +xVh +pzL +dXf +sLR +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(213,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +jKW +htO +iuU +iuU +iuU +ukI +eIW +iuU +ocX +qYU +qYU +qYU +qYU +rXl +maH +iuU +uPL +smH +iuU +iuU +iuU +wRA +iLw +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +nTz +nTz +nTz +nTz +nTz +nTz +nTz +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +bfl +wbT +bfl +bfl +olk +nOd +olk +nOd +olk +aBJ +aNw +aWu +olk +nOd +olk +nOd +olk +bfl +tXL +dDo +tpO +bfl +fXU +sRQ +fck +bfl +olk +vLP +olk +bfl +olk +vLP +olk +bfl +bfl +tVn +aTZ +pnj +pnj +pnj +pnj +pnj +dpH +gqG +tVn +adL +adL +adL +adL +adL +adL +adL +tVn +wrP +gqG +xVh +xxC +xxC +jGK +xxC +ubt +xVh +cde +fZh +eTB +piE +fId +fen +mNx +qcW +abQ +xVh +adL +adL +adL +adL +adL +xVh +cOS +qcW +qcW +qcW +qcW +tzC +xVh +tzC +xVh +xVh +xVh +xxH +kgV +xxH +xVh +kgV +xVh +iTY +xxC +jGK +iTY +xxC +xVh +pzL +dXf +dXf +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(214,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +nBb +vFk +lVF +jWC +pMu +vob +aRB +eIW +iuU +jIS +seh +cPX +seh +egj +rXl +rXl +iuU +uPL +xEt +vob +pMu +vob +ewg +rDo +vzI +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +jCX +qFt +qFt +olk +nOd +olk +nOd +olk +bfl +bfl +bfl +olk +nOd +olk +nOd +olk +bfl +aSw +dDo +dDo +bfl +eBK +bjE +pLS +bfl +aeY +jZc +aeY +bfl +aeY +jZc +aeY +bfl +bfl +tVn +unW +bnz +bnz +bnz +bnz +mAw +pFp +gqG +tVn +adL +adL +adL +adL +adL +adL +adL +tVn +wrP +gqG +xVh +xxC +xxC +jGK +xxC +ubt +xVh +cgA +fZh +eTB +piE +fen +fte +hqB +qcW +abQ +xVh +adL +adL +adL +adL +adL +xVh +euE +qcW +qcW +qcW +qcW +uyJ +qcW +fgv +cBt +xVh +cBt +yaY +qcW +yaY +cBt +xVh +xVh +xxC +xxC +jGK +xxC +xxC +xVh +xVh +xVh +xVh +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(215,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +vzI +kpU +ewg +vob +nLt +vob +gZG +civ +gvF +mrA +rXl +rXl +rXl +seh +rXl +maH +iuU +uPL +xEt +vob +nLt +vob +ewg +rFZ +vzI +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fCu +fCu +fCu +fCu +fxK +lqz +lqz +lqz +pYD +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +jCX +qFt +qFt +olk +nOd +olk +nOd +olk +qFt +bfl +bfl +olk +nOd +olk +nOd +olk +bfl +cOo +jhl +lhY +bfl +fXU +bDp +fck +bfl +adL +rmS +adL +bfl +adL +mPT +adL +bfl +bfl +tVn +iiD +oPO +oPO +oPO +oPO +oPO +dpH +gqG +eaY +adL +adL +adL +adL +adL +adL +cRb +eaY +wrP +gqG +xVh +xxC +xxC +jGK +xxC +ubt +xVh +ylo +fZh +eTB +qcW +qcW +qcW +qcW +qcW +abQ +iYb +adL +adL +adL +adL +adL +xVh +vUJ +buk +buk +buk +vUJ +uyJ +uYW +fgv +cBt +xVh +cBt +yaY +qcW +yaY +cBt +xVh +xVh +xxC +xxC +jGK +xxC +xxC +xVh +pzL +dXf +sLR +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(216,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +wRA +izA +htO +gvF +iuU +iuU +mVN +eIW +iuU +dCl +phs +fHb +mGJ +rXl +rXl +rXl +iuU +uPL +smH +iuU +iuU +iuU +wRA +nlV +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +nTz +leJ +leJ +nTz +fxK +mZf +leJ +leJ +pYD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +jCX +qFt +qFt +olk +nOd +olk +nOd +olk +qFt +qFt +qFt +olk +nOd +olk +nOd +olk +bfl +bfl +bfl +bfl +bfl +rqu +sRQ +jDO +bfl +adL +adL +adL +bfl +adL +adL +adL +bfl +bfl +tVn +iaL +eDu +eDu +eDu +eDu +mNt +pFp +soy +tVn +adL +adL +adL +adL +adL +adL +adL +tVn +asB +gqG +xVh +xxC +xxC +jGK +xxC +ubt +xVh +wlx +fZh +eTB +eSe +fOA +gFG +hsV +ylo +abQ +xVh +adL +adL +adL +adL +adL +xVh +abQ +xVh +xVh +xVh +xVh +uyJ +qcW +uyJ +cBt +xVh +cBt +yaY +uLT +yaY +cBt +kgV +xVh +xRK +xxC +jGK +xRK +xxC +xVh +pzL +dXf +dXf +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(217,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +wRA +izA +htO +gvF +kRi +eIW +eIW +eIW +iuU +iuU +iuU +iuU +iuU +iuU +rXl +rXl +iuU +uPL +uPL +eIW +kRi +iuU +wRA +nlV +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fCu +leJ +leJ +fCu +fxK +nTz +leJ +leJ +pYD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +jCX +qFt +qFt +olk +nOd +olk +nOd +avK +jCX +jCX +jCX +avK +nOd +olk +nOd +olk +qFt +qFt +qFt +bfl +bfl +tOZ +pUi +oJy +bfl +adL +adL +adL +bfl +adL +adL +adL +bfl +bfl +tVn +mdZ +rmW +rmW +rmW +rmW +rmW +dpH +gqG +eaY +adL +adL +adL +adL +adL +adL +adL +eaY +wrP +gqG +xVh +xxC +xxC +jGK +xxC +ubt +xVh +xVh +gGB +gGB +xVh +xVh +xVh +xVh +xVh +abQ +iYb +adL +adL +adL +adL +adL +xVh +buk +buk +buk +buk +rTO +uyJ +qcW +fgv +cBt +xVh +cBt +yaY +qcW +ygd +cBt +xVh +xVh +xxC +xxC +foP +xxC +xxC +xVh +xVh +xVh +xVh +xVh +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(218,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +izA +htO +iuU +sNa +eIW +eIW +eIW +iuU +vLx +xcj +xcj +rxT +iuU +lQx +rXl +iuU +uPL +ouq +qSe +ccm +iuU +wRA +nlV +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +nTz +leJ +leJ +nTz +fxK +nTz +leJ +leJ +pYD +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +jCX +qFt +qFt +olk +nOd +olk +nOd +olk +qFt +qFt +qFt +olk +nOd +olk +nOd +olk +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +wbT +adL +adL +adL +wbT +adL +adL +adL +wbT +bfl +tVn +tmQ +fol +fol +fol +fol +tHM +bhp +hZc +tVn +adL +adL +adL +adL +adL +adL +adL +tVn +qEC +iDA +xVh +uwQ +uwQ +jGK +cUj +uwQ +xVh +cur +qcW +qcW +qcW +qcW +qcW +qcW +qcW +abQ +xVh +adL +adL +adL +xIx +adL +xVh +euE +qcW +qcW +qcW +qcW +tKM +ucT +gDA +cBt +kgV +rCM +vJP +xHT +tWy +cBt +xVh +xVh +xxC +xxC +jGK +iTY +iTY +kgV +kgV +xVh +xVh +xVh +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(219,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +vYf +eOr +tbs +gvF +dUz +eIW +eIW +eIW +iuU +dYk +rXl +rXl +rXl +mTN +rXl +rXl +iuU +lzH +qSe +qSe +lup +iuU +wRA +nlV +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fCu +leJ +leJ +fCu +fxK +nTz +leJ +leJ +siH +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +jCX +qFt +qFt +olk +nOd +olk +nOd +olk +qFt +qFt +qFt +olk +nOd +olk +nOd +olk +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +jCX +qFt +qFt +qFt +jCX +qFt +qFt +qFt +jCX +qFt +tVn +tVn +tVn +tVn +tVn +tVn +tVn +tVn +tVn +bEo +adL +adL +adL +adL +adL +adL +adL +tVn +tVn +tVn +xVh +kKQ +fbP +jGK +wCg +eBR +xVh +cur +cOV +cOV +cOV +xVh +gGB +xVh +gGB +abQ +xVh +adL +adL +adL +adL +adL +xVh +cOS +qcW +mON +qcW +qcW +xVh +kgV +xVh +xVh +xVh +xVh +xVh +jGt +xVh +xVh +xVh +xVh +xxC +xxC +jGK +iTY +xxC +xVh +xVh +xVh +kgV +kgV +oSF +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(220,1,1) = {" +jyD +jyD +jyD +tue +jyD +tue +tue +jyD +vYf +izA +htO +iuU +dUz +eIW +eIW +eIW +iuU +aXF +rXl +rXl +rXl +mTN +rXl +rXl +iuU +uPL +eIW +eIW +eMF +iuU +wRA +nlV +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +nTz +leJ +leJ +nTz +fxK +nTz +leJ +leJ +tuL +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +jCX +qFt +qFt +olk +nOd +olk +nOd +olk +qFt +qFt +qFt +olk +nOd +olk +nOd +olk +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +jCX +qFt +qFt +qFt +jCX +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +adL +adL +adL +adL +adL +adL +adL +bEo +tVn +tVn +xVh +lNT +lNT +cZg +lNT +lNT +xVh +kgV +xVh +xVh +xVh +xVh +gHq +xVh +gHq +abQ +xVh +adL +adL +adL +adL +adL +xVh +vUJ +buk +buk +buk +vUJ +xVh +xVh +xVh +xVh +xVh +xVh +xVh +kgV +xVh +xVh +xVh +xVh +xxC +xxC +jGK +iTY +xxC +xVh +xVh +xVh +xVh +xVh +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +"} +(221,1,1) = {" +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +vYf +izA +htO +iuU +sNa +eIW +eIW +eIW +iuU +vLx +xcj +xcj +rxT +iuU +lQx +rXl +iuU +uPL +eIW +eIW +eIW +iuU +wRA +nlV +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fCu +leJ +leJ +fCu +fxK +mZf +leJ +leJ +uEq +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +jCX +qFt +qFt +aeY +art +aeY +art +aAP +jCX +jCX +jCX +aAP +art +aeY +art +aeY +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +jCX +qFt +qFt +qFt +jCX +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +xVh +xVh +xVh +xVh +xVh +abQ +abQ +adL +adL +adL +adL +adL +abQ +abQ +xVh +kgV +xVh +xVh +xVh +kgV +xVh +xVh +xVh +xVh +xVh +kgV +xVh +kgV +kgV +xVh +iTY +iTY +cUJ +iTY +xxC +xVh +kgV +xVh +xVh +xVh +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(222,1,1) = {" +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +vYf +ebR +htO +iuU +kRi +eIW +eIW +eIW +iuU +iuU +iuU +iuU +iuU +iuU +rXl +rXl +iuU +uPL +eIW +eIW +kdY +iuU +wRA +rwE +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +leJ +leJ +fxK +fxK +fxK +leJ +leJ +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +tuy +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +jCX +oSF +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(223,1,1) = {" +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +xLW +iuU +iuU +iuU +iuU +iuU +mVN +eIW +iuU +vLx +xcj +xcj +rxT +iuU +lQx +rXl +iuU +uPL +npy +iuU +iuU +iuU +iuU +iuU +gkl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +mZf +nTz +leJ +leJ +mZf +nTz +mZf +leJ +leJ +nTz +mZf +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +oSF +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +oSF +qFt +oSF +qFt +qFt +oSF +oSF +oSF +oSF +qFt +oSF +oSF +oSF +oSF +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(224,1,1) = {" +jyD +jyD +jyD +tue +jyD +tue +tue +jyD +gvF +ikJ +eIW +eIW +npy +iuU +eIW +eIW +iuU +dYk +rXl +rXl +rXl +mTN +rXl +rXl +iuU +uPL +eIW +eIW +eIW +eIW +eIW +dxC +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +nTz +nTz +leJ +leJ +nTz +nTz +nTz +leJ +leJ +nTz +nTz +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +"} +(225,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +gRG +eIW +eIW +eIW +eIW +eIW +eIW +iuU +aXF +rXl +rXl +rXl +mTN +rXl +rXl +iuU +ouq +qSe +qSe +qSe +qSe +qSe +koO +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dzC +gzj +nTz +leJ +leJ +lqz +ixm +lqz +leJ +leJ +nTz +nTz +dzC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jCX +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +oSF +oSF +oSF +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(226,1,1) = {" +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +iuU +nCY +eIW +eIW +eIW +eIW +eIW +eIW +iuU +vLx +xcj +xcj +rxT +iuU +lQx +rXl +iuU +eIW +eIW +eIW +eIW +eIW +eIW +dxC +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +eEL +gCq +nTz +leJ +leJ +lqz +lqz +lqz +leJ +leJ +nTz +nTz +eEL +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(227,1,1) = {" +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jzu +iuU +nFV +eIW +eIW +iuU +eIW +eIW +iuU +iuU +iuU +iuU +iuU +iuU +rXl +rXl +iuU +eIW +npy +iuU +iuU +iuU +mVD +iuU +wps +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +eEL +hoH +nTz +leJ +leJ +leJ +nTz +leJ +leJ +leJ +nTz +nTz +eEL +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(228,1,1) = {" +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +iuU +nFV +eIW +eIW +iuU +mVN +eIW +iuU +vLx +xcj +xcj +rxT +iuU +lQx +rXl +iuU +eIW +eIW +eIW +kRi +iuU +lhB +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +eEL +iqq +nTz +leJ +leJ +leJ +nTz +leJ +leJ +leJ +nTz +nTz +eEL +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +oSF +oSF +qFt +oSF +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(229,1,1) = {" +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +iuU +nFV +eIW +eIW +iuU +eIW +eIW +iuU +dYk +rXl +rXl +rXl +mTN +rXl +rXl +iuU +eIW +eIW +eIW +iTN +iuU +rhd +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +eEL +flR +nTz +nTz +leJ +leJ +leJ +leJ +leJ +nTz +nTz +nTz +eEL +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +oSF +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(230,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +pYe +eIW +npy +iuU +eIW +eIW +iuU +aXF +rXl +rXl +rXl +mTN +rXl +rXl +iuU +eIW +eIW +eIW +dUz +iuU +rhd +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ene +nTz +nTz +nTz +leJ +leJ +leJ +leJ +leJ +nTz +nTz +nTz +ene +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +oSF +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +oSF +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(231,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +nri +eIW +eIW +iuU +eIW +eIW +iuU +vLx +xcj +xcj +rxT +iuU +lQx +rXl +iuU +eIW +eIW +eIW +iTN +iuU +dRt +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +mZf +nTz +nTz +nTz +leJ +leJ +leJ +nTz +nTz +nTz +mZf +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(232,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jzu +iuU +ewA +xaI +iuU +eIW +eIW +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +eIW +eIW +eIW +kRi +iuU +rhd +wps +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +leJ +leJ +leJ +fxK +fxK +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(233,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jzu +iuU +iuU +iuU +mVN +eIW +tdZ +eIW +eIW +lks +eIW +lks +eIW +eIW +tdZ +eIW +npy +iuU +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +mZf +mZf +leJ +leJ +leJ +mZf +mZf +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(234,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +iuU +aeh +aeh +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +aeh +aeh +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +nTz +nTz +leJ +leJ +leJ +nTz +nTz +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +kLH +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +oSF +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(235,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +iuU +aeh +aeh +rPz +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +rPz +aeh +aeh +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +nTz +lqz +leJ +leJ +leJ +lqz +nTz +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +oSF +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(236,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +iuU +aeh +aeh +aeh +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +aeh +aeh +aeh +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +ixm +lqz +leJ +leJ +leJ +lqz +ixm +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(237,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jzu +iuU +aeh +aeh +aeh +iuU +tRe +rXl +rXl +rXl +rXl +rXl +tRe +iuU +aeh +aeh +aeh +iuU +wps +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +lqz +lqz +leJ +leJ +leJ +lqz +lqz +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +oSF +oSF +qFt +qFt +qFt +oSF +oSF +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(238,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +aeh +aeh +aeh +iuU +lQx +rXl +nMQ +uMk +uMk +rXl +maH +iuU +aeh +aeh +aeh +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +nTz +nTz +leJ +leJ +leJ +nTz +nTz +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(239,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jzu +oqe +oqe +oqe +tbj +rXl +rXl +ben +lbz +uMk +rXl +rXl +tbj +oqe +oqe +oqe +wps +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +nTz +nTz +leJ +mEE +leJ +nTz +nTz +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(240,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +oqe +lwB +oqe +wBh +nxk +rXl +rXl +rXl +rXl +rXl +nxk +wBh +oqe +lwB +oqe +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +nTz +nTz +leJ +leJ +leJ +nTz +nTz +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(241,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gNo +iFV +nxk +rXl +rXl +rXl +nxk +crS +oPr +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +mZf +nTz +leJ +leJ +leJ +nTz +mZf +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +oSF +qFt +qFt +oSF +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(242,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gNo +vDL +vDL +vDL +vDL +vDL +oPr +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +mZf +lqz +lqz +lqz +mZf +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +oSF +qFt +qFt +qFt +qFt +oSF +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(243,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +kdb +lHq +lHq +lHq +qKJ +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(244,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(245,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(246,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(247,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(248,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +oSF +qFt +qFt +qFt +qFt +oSF +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(249,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +oSF +qFt +qFt +oSF +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(250,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +oSF +qFt +oSF +oSF +qFt +oSF +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(251,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(252,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(253,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(254,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(255,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} diff --git a/_maps/map_files/cyberiad/z2_syndie_forward_base.dmm b/_maps/map_files/cyberiad/z2_syndie_forward_base.dmm new file mode 100644 index 000000000000..22f388352c64 --- /dev/null +++ b/_maps/map_files/cyberiad/z2_syndie_forward_base.dmm @@ -0,0 +1,1592 @@ +"ac" = (/obj/machinery/door/airlock/syndicate/security{name = "Погрузка"; req_access_txt = "150"},/obj/machinery/door/poddoor{id_tag = "nukeop_ready"; layer = 2.71; name = "Shuttle Dock Door"},/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"ae" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"af" = (/obj/machinery/door/airlock/syndicate/security{name = "тюрьма"; req_access_txt = "153"},/turf/simulated/floor/plasteel{dir = 4; icon_state = "darkredcornersalt"},/area/syndicate_mothership/jail) +"ag" = (/obj/machinery/door/airlock/hatch/syndicate{name = "Syndicate Base"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"ai" = (/obj/structure/window/reinforced{color = "red"; dir = 1},/obj/machinery/light/spot{dir = 8; tag = "icon-tube1 (WEST)"},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"aj" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"},/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"ak" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"am" = (/obj/structure/flora/tree/jungle/small,/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"an" = (/obj/structure/fence/post{invulnerable = 1},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"ao" = (/turf/simulated/floor/plasteel{dir = 6; icon_state = "darkyellowalt"},/area/syndicate_mothership/cargo) +"ap" = (/obj/docking_port/stationary{dir = 4; dwidth = 7; height = 5; id = "sit_away"; name = "Syndicate Base"; width = 11},/turf/unsimulated/floor{name = "plating"},/area/syndicate_mothership/infteam) +"aq" = (/obj/structure/chair{dir = 8},/turf/simulated/floor/carpet/arcade,/area/syndicate_mothership/infteam) +"at" = (/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"au" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 1; icon_state = "warndarkgreyred"},/area/syndicate_mothership/elite_squad) +"av" = (/obj/mecha/combat/gygax/dark/loaded,/obj/effect/turf_decal/bot_white,/obj/effect/mapping_helpers/light{light_range = 1},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"aw" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/tile/neutral{color = "black"; icon_state = "tile_full"},/turf/simulated/floor/plasteel{dir = 4; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"ay" = (/obj/structure/table,/obj/item/gun/energy/ionrifle,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"az" = (/obj/structure/fence{invulnerable = 1},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"aB" = (/obj/structure/chair/sofa/left{dir = 4},/obj/structure/curtain/black{pixel_x = -32},/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership) +"aC" = (/obj/structure/table/wood,/obj/item/kitchen/knife,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/elite_squad) +"aD" = (/turf/simulated/floor/carpet,/area/syndicate_mothership/control) +"aF" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"aH" = (/turf/unsimulated/beach/coastline,/area/syndicate_mothership/outside) +"aJ" = (/obj/machinery/vending/cola/free,/obj/effect/turf_decal/stripes/gold{dir = 4},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/infteam) +"aK" = (/obj/structure/table/wood/fancy/black,/obj/item/decorations/sticky_decorations/flammable/pot_of_gold,/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"aL" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/delivery/white,/obj/effect/spawner/lootdrop/maintenance,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"aN" = (/turf/unsimulated/wall{icon_state = "iron4"},/area/syndicate_mothership/elite_squad) +"aO" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/turf/unsimulated/floor{dir = 1; icon_state = "rampbottom"},/area/syndicate_mothership/infteam) +"aP" = (/turf/unsimulated/wall{icon_state = "iron1"},/area/syndicate_mothership/jail) +"aQ" = (/obj/machinery/door/airlock/hatch/syndicate{name = "Syndicate Base"},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/elite_squad) +"aR" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/delivery/white,/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"aT" = (/obj/effect/turf_decal{icon_state = "golden_stripes"},/obj/machinery/light/spot,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"aV" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"aW" = (/obj/item/flag/syndi,/obj/structure/curtain/black{pixel_x = -32},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"aX" = (/obj/structure/statue/sandstone/assistant{anchored = 1; desc = "Он точно спит на посту!"; dir = 4; icon = 'icons/mob/simple_human.dmi'; icon_state = "syndicate_smg"; max_integrity = 9999; name = "Боба"; obj_integrity = 9999},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/infteam) +"aY" = (/obj/effect/decal/syndie_logo{icon_state = "logo7"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"aZ" = (/obj/structure/chair/sofa/right{dir = 4},/turf/simulated/floor/carpet,/area/syndicate_mothership/infteam) +"ba" = (/turf/unsimulated/wall{icon_state = "iron8"},/area/syndicate_mothership/elite_squad) +"bb" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 4; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"bc" = (/turf/unsimulated/wall{icon_state = "iron6"; tag = "icon-iron6"},/area/syndicate_mothership) +"be" = (/obj/structure/flora/grass/jungle,/obj/structure/flora/tree/jungle,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"bf" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/wood{icon_state = "wood_old_broken4"},/area/syndicate_mothership) +"bg" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium"},/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"bh" = (/turf/simulated/floor/plasteel{dir = 1; icon_state = "darkredcornersalt"},/area/syndicate_mothership/jail) +"bi" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership/infteam) +"bj" = (/obj/structure/dresser,/obj/effect/turf_decal{dir = 1; icon_state = "golden_stripes"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"bl" = (/obj/structure/flora/grass/jungle,/obj/structure/flora/grass/jungle/b,/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"bn" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"bp" = (/obj/effect/decal/remains/human,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"bq" = (/obj/item/flag/syndi,/obj/structure/curtain/black{pixel_x = -32},/obj/structure/curtain/black{pixel_x = -32; pixel_y = 32},/obj/structure/curtain/black{pixel_y = 32},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"br" = (/obj/effect/turf_decal/delivery,/obj/machinery/portable_atmospherics/canister/nitrogen{maximum_pressure = 50000},/obj/structure/window/reinforced{color = "red"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"bu" = (/obj/structure/flora/ausbushes/reedbush,/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"bx" = (/obj/item/pizzabox,/obj/item/pizzabox,/obj/item/kitchen/knife,/obj/structure/table/wood{color = "#996633"},/obj/structure/sign/poster/contraband/random{pixel_y = -30},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership) +"by" = (/obj/effect/decal/syndie_logo{icon_state = "logo13"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"bA" = (/obj/effect/decal/syndie_logo{icon_state = "logo18"},/obj/effect/turf_decal/stripes/gold,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"bC" = (/obj/effect/decal/syndie_logo{icon_state = "logo16"},/obj/effect/turf_decal/stripes/black{dir = 10},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"bD" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/elite_squad) +"bE" = (/obj/effect/decal/syndie_logo{icon_state = "logo19"},/obj/effect/turf_decal/stripes/black{dir = 6; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"bF" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{icon_state = "warndarkgreycornerred"},/area/syndicate_mothership/infteam) +"bJ" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership) +"bM" = (/obj/machinery/vending/medical/syndicate_access/beamgun,/obj/machinery/light{dir = 1},/turf/simulated/floor/plasteel{dir = 1; icon_state = "navybluealt"},/area/syndicate_mothership/control) +"bN" = (/obj/structure/rack,/obj/effect/turf_decal/bot_white,/obj/item/storage/firstaid/tactical{pixel_x = -3; pixel_y = 3},/obj/item/storage/firstaid/tactical,/obj/item/storage/firstaid/tactical{pixel_x = 3; pixel_y = -3},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"bO" = (/turf/unsimulated/wall/fakeglass{dir = 4; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/control) +"bP" = (/turf/simulated/floor/plasteel{dir = 6; icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"bQ" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "black"; icon_state = "tile_full"},/turf/simulated/floor/plasteel{dir = 8; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"bU" = (/turf/unsimulated/wall/fakeglass{dir = 6; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/control) +"bV" = (/obj/structure/flora/grass/jungle,/obj/structure/flora/ausbushes/reedbush,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"bW" = (/obj/structure/flora/ausbushes/reedbush,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"ca" = (/obj/structure/table,/obj/item/storage/toolbox/surgery{pixel_y = -6},/obj/item/storage/toolbox/syndicate{pixel_y = 9},/obj/item/melee/energy/axe,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"cb" = (/obj/structure/table/wood,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"cc" = (/obj/structure/flora/ausbushes/lavendergrass,/turf/unsimulated/wall{icon_state = "rock"; name = "rock"},/area/syndicate_mothership/outside) +"cd" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"cg" = (/turf/unsimulated/wall/fakeglass{dir = 1; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership) +"ch" = (/obj/machinery/light,/obj/machinery/optable,/turf/simulated/floor/plasteel{icon_state = "navybluealt"},/area/syndicate_mothership/control) +"cj" = (/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"ck" = (/obj/machinery/vending/dinnerware,/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"cl" = (/obj/machinery/computer/shuttle/syndicate/recall,/obj/machinery/door_control{icon_button = "altdoorctrl"; icon_state = "altdoorctrl"; id = "nukeop_ready"; name = "Shuttle Dock Door"; pixel_x = null; pixel_y = 25; req_access_txt = "151"; specialfunctions = 4},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"cn" = (/obj/structure/window/reinforced{color = "red"; dir = 1},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"co" = (/obj/structure/chair/sofa/right{dir = 1},/turf/simulated/floor/plasteel{icon_state = "navybluealt"},/area/syndicate_mothership/control) +"cs" = (/turf/unsimulated/wall{icon_state = "iron7"},/area/syndicate_mothership/infteam) +"cw" = (/obj/structure/curtain/open/shower,/obj/machinery/shower{pixel_y = 20},/obj/effect/turf_decal{icon_state = "plumbing"; name = "plumbing"},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"cx" = (/obj/item/flag/syndi,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/infteam) +"cy" = (/obj/structure/table/wood,/obj/item/camera_bug,/obj/machinery/light{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/jail) +"cz" = (/obj/effect/decal/syndie_logo{icon_state = "logo4"},/obj/effect/turf_decal/stripes/black{dir = 5; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"cA" = (/obj/effect/turf_decal/box/red,/obj/machinery/door/window/brigdoor{color = "#d70000"; dir = 2; name = "Riot Control"; req_access_txt = "156"},/obj/structure/curtain/black{pixel_y = 32},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"cD" = (/obj/effect/baseturf_helper{baseturf = /turf/unsimulated/floor/asteroid; name = "asteroid baseturf editor"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"cH" = (/obj/machinery/light/small{dir = 8},/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"cJ" = (/obj/machinery/vending/boozeomat{req_access_txt = null},/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"cK" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"cL" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/food/drinks/bottle/vermouth,/turf/simulated/floor/carpet/black,/area/syndicate_mothership/elite_squad) +"cM" = (/obj/effect/decal/syndie_logo{icon_state = "logo17"},/obj/effect/turf_decal/stripes/gold,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"cN" = (/obj/structure/chair,/obj/effect/decal/cleanable/blood,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"cO" = (/obj/structure/spacepoddoor/invincible{dir = 4},/turf/unsimulated/floor{name = "plating"},/area/syndicate_mothership/infteam) +"cP" = (/obj/effect/turf_decal{dir = 6; icon_state = "golden_stripes"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"cQ" = (/obj/machinery/door/airlock/syndicate/security/glass{id = "SSTprivateroom"; id_tag = "SSTprivateroom"; name = "SST Private Room"; req_access_txt = "150"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"cR" = (/turf/simulated/floor/plasteel{dir = 4; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"cS" = (/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership/elite_squad) +"cU" = (/obj/structure/toilet,/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership/infteam) +"cV" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"cW" = (/obj/effect/turf_decal/stripes/gold{dir = 4},/obj/machinery/vending/clothing,/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/infteam) +"cY" = (/turf/unsimulated/wall{icon_state = "iron8"},/area/syndicate_mothership/control) +"cZ" = (/obj/effect/decal/syndie_logo{icon_state = "logo12"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"da" = (/obj/machinery/light/small{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"dc" = (/obj/structure/shuttle_wall_corner{dir = 8; icon_state = "diagonalWall3"},/turf/unsimulated/floor/grass,/area/syndicate_mothership/cargo) +"dd" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"de" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"df" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 4; icon_state = "warndarkgreycornerred"},/area/syndicate_mothership/infteam) +"dg" = (/turf/simulated/floor/plasteel{dir = 4; icon_state = "warndarkgreycornerred"},/area/syndicate_mothership) +"dh" = (/obj/effect/turf_decal{dir = 9; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"dk" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership/elite_squad) +"do" = (/obj/structure/closet/secure_closet/clown{req_access = null},/obj/item/clothing/under/soldieruniform,/obj/item/clothing/suit/soldiercoat,/obj/machinery/light{dir = 1},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/infteam) +"dq" = (/obj/structure/window/reinforced{color = "red"; dir = 4},/obj/structure/window/reinforced{color = "red"; dir = 8},/obj/structure/window/reinforced{color = "red"; dir = 1},/obj/structure/grille,/turf/simulated/floor/carpet,/area/syndicate_mothership/control) +"dr" = (/obj/structure/closet/secure_closet/syndicate_officer,/obj/effect/turf_decal{dir = 5; icon_state = "golden_stripes"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"ds" = (/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/light/small,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership) +"dw" = (/obj/structure/railing{dir = 1},/obj/effect/turf_decal/stripes/line{color = "darkgray"; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"dy" = (/obj/structure/chair{dir = 8},/obj/structure/curtain/black{pixel_y = 32},/turf/simulated/floor/carpet/arcade,/area/syndicate_mothership/infteam) +"dz" = (/turf/unsimulated/wall{icon_state = "iron4"},/area/syndicate_mothership/cargo) +"dA" = (/turf/simulated/floor/wood{icon_state = "wood_old_broken5"},/area/syndicate_mothership) +"dB" = (/obj/item/twohanded/required/kirbyplants,/obj/structure/curtain/black{pixel_x = -32},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"dD" = (/turf/unsimulated/wall/fakeglass{dir = 8; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/elite_squad) +"dE" = (/obj/structure/window/reinforced{color = "red"; dir = 4},/obj/machinery/computer/crew{pixel_x = -6},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"dF" = (/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"dG" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/effect/turf_decal/tile/neutral{alpha = 75; color = "black"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 1; icon_state = "rampbottom"},/area/syndicate_mothership/outside) +"dK" = (/obj/effect/turf_decal/delivery,/obj/machinery/portable_atmospherics/canister/air{maximum_pressure = 50000},/obj/structure/window/reinforced{color = "red"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"dN" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"dP" = (/obj/machinery/computer/mech_bay_power_console,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"dQ" = (/obj/structure/flora/grass/jungle/b,/obj/structure/flora/grass/jungle/b,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"dR" = (/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership) +"dT" = (/obj/structure/table/wood,/obj/machinery/chem_dispenser/soda/upgraded,/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership) +"dV" = (/obj/structure/sink{dir = 4; pixel_x = 13},/obj/structure/mirror{pixel_x = 30},/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership/elite_squad) +"dX" = (/obj/effect/mapping_helpers/light{layer = 10},/obj/structure/flora/grass/jungle/b,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"dY" = (/obj/effect/decal/cleanable/vomit,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership) +"dZ" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"ec" = (/obj/effect/decal/syndie_logo{icon_state = "logo16"},/obj/effect/turf_decal/stripes/gold{dir = 10},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"ed" = (/obj/structure/window/reinforced{color = "red"; dir = 4},/obj/machinery/computer/message_monitor{pixel_x = -6},/obj/item/paper/monitorkey,/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"ee" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/elite_squad) +"ei" = (/obj/machinery/door/poddoor/multi_tile/two_tile_ver{icon_state = "open"},/obj/structure/spacepoddoor/invincible,/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"ej" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"ek" = (/obj/structure/chair/sofa/right{dir = 1},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/elite_squad) +"el" = (/obj/structure/chair,/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership) +"eo" = (/turf/unsimulated/wall{icon_state = "iron6"; tag = "icon-iron6"},/area/syndicate_mothership/elite_squad) +"ep" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"eq" = (/obj/effect/turf_decal{dir = 10; icon_state = "golden_stripes"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"ev" = (/turf/unsimulated/wall{icon_state = "iron3"},/area/syndicate_mothership/cargo) +"ew" = (/obj/structure/window/reinforced{color = "red"; dir = 4},/obj/structure/window/reinforced{color = "red"; dir = 8},/obj/structure/window/reinforced{color = "red"},/obj/structure/grille,/turf/simulated/floor/wood,/area/syndicate_mothership/control) +"ex" = (/obj/structure/shuttle/engine/heater,/turf/unsimulated/wall{icon_state = "iron12"; tag = null},/area/syndicate_mothership/cargo) +"ez" = (/obj/effect/turf_decal/arrows/white,/turf/simulated/floor/plasteel{icon_state = "darkbluealt"},/area/syndicate_mothership/elite_squad) +"eB" = (/obj/machinery/door/poddoor/multi_tile/two_tile_ver{icon_state = "open"},/obj/structure/spacepoddoor/invincible,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"eC" = (/obj/effect/decal/syndie_logo{icon_state = "logo4"},/obj/effect/turf_decal/stripes/black{dir = 5; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"eD" = (/obj/machinery/kitchen_machine/candy_maker/upgraded,/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"eG" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/bottle/wine{pixel_x = -5; pixel_y = 6},/turf/simulated/floor/carpet,/area/syndicate_mothership/infteam) +"eH" = (/turf/unsimulated/wall{icon_state = "iron7"},/area/syndicate_mothership/jail) +"eJ" = (/obj/effect/baseturf_helper{baseturf = /turf/unsimulated/floor/asteroid; name = "asteroid baseturf editor"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"eM" = (/turf/unsimulated/wall{icon_state = "iron0"},/area/syndicate_mothership/control) +"eN" = (/obj/structure/chair/stool,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"eP" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 8; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"eQ" = (/obj/effect/decal/syndie_logo{icon_state = "logo9"},/obj/machinery/light/small{dir = 8},/obj/structure/sign/poster/contraband/random{pixel_x = -30},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"eR" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"eV" = (/turf/simulated/floor/plasteel{dir = 8; icon_state = "darkbluecornersalt"},/area/syndicate_mothership/elite_squad) +"eZ" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/elite_squad) +"fc" = (/turf/unsimulated/wall/fakeglass{dir = 8; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership) +"fe" = (/obj/effect/turf_decal/stripes/gold{dir = 10},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"fg" = (/turf/unsimulated/wall{icon_state = "iron12"; tag = null},/area/syndicate_mothership/control) +"fk" = (/obj/machinery/computer/shuttle/sit,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership/infteam) +"fl" = (/obj/item/twohanded/required/kirbyplants,/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"fm" = (/turf/unsimulated/wall{icon_state = "iron14"},/area/syndicate_mothership/jail) +"fn" = (/obj/effect/turf_decal/box/white,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"fr" = (/obj/structure/mirror{pixel_x = -30},/obj/structure/sink{dir = 8; pixel_x = -12},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership) +"fu" = (/turf/unsimulated/wall{icon_state = "iron12"},/area/syndicate_mothership) +"fv" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidwarning"; name = "plating"},/area/syndicate_mothership/outside) +"fw" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 8; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"fy" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/structure/closet/cardboard{icon_closed = "cardboard_syndicate"; icon_opened = "cardboard_open_syndicate"; icon_state = "cardboard_syndicate"},/obj/effect/turf_decal/delivery/white,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"fz" = (/obj/effect/decal/cleanable/blood,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"fB" = (/turf/unsimulated/wall/fakeglass{icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/control) +"fC" = (/obj/machinery/computer/shuttle/syndicate/recall,/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"fF" = (/obj/structure/closet/crate/syndicate{pixel_x = 4; pixel_y = 8},/turf/simulated/floor/plasteel{dir = 10; icon_state = "darkyellowalt"},/area/syndicate_mothership/cargo) +"fG" = (/turf/simulated/floor/plasteel{icon_state = "darkyellowfull"},/area/syndicate_mothership/cargo) +"fJ" = (/obj/effect/turf_decal{dir = 6; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"fL" = (/obj/structure/window/reinforced{color = "red"; dir = 8},/obj/machinery/photocopier/syndie{pixel_x = 5},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"fM" = (/turf/simulated/floor/plasteel{dir = 9; icon_state = "darkyellowalt"},/area/syndicate_mothership/cargo) +"fN" = (/obj/machinery/vending/syndisnack,/obj/effect/turf_decal/stripes/gold{dir = 4},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/infteam) +"fP" = (/obj/effect/turf_decal{dir = 9; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"fR" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/structure/sign/poster/contraband/random{pixel_y = -30},/obj/machinery/cryopod/syndie{dir = 1},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"fS" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "black"; icon_state = "tile_full"},/turf/simulated/floor/plasteel{dir = 4; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"fT" = (/obj/structure/closet/crate/can,/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership/elite_squad) +"fU" = (/obj/effect/decal/syndie_logo{icon_state = "logo6"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"fV" = (/turf/unsimulated/wall{icon_state = "iron12"},/area/syndicate_mothership/elite_squad) +"fW" = (/obj/machinery/light/small{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/machinery/door_control{icon_button = "altdoorctrl"; icon_state = "altdoorctrl"; id = "nukeop_ready"; name = "Shuttle Dock Door"; pixel_x = null; pixel_y = 25; req_access_txt = "151"; specialfunctions = 4},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"fY" = (/turf/simulated/floor/plasteel{dir = 8; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"fZ" = (/obj/effect/decal/syndie_logo{icon_state = "logo2"},/obj/effect/turf_decal/stripes/black{dir = 1; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"gb" = (/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/infteam) +"gd" = (/turf/simulated/floor/plasteel{dir = 4; icon_state = "darkredcornersalt"},/area/syndicate_mothership/jail) +"ge" = (/obj/machinery/vending/medical/syndicate_access/beamgun,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"gf" = (/obj/effect/decal/syndie_logo{icon_state = "logo18"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"gg" = (/turf/unsimulated/wall{icon_state = "iron6"; tag = "icon-iron6"},/area/syndicate_mothership/cargo) +"gh" = (/obj/structure/curtain/black{pixel_y = -32},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"gi" = (/turf/unsimulated/wall{icon_state = "iron15"},/area/syndicate_mothership) +"gk" = (/obj/structure/flora/ausbushes/brflowers,/obj/structure/flora/ausbushes/sparsegrass,/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"gn" = (/obj/effect/turf_decal{dir = 4; icon_state = "golden_stripes"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"gs" = (/obj/structure/flora/tree/jungle/small,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"gw" = (/obj/machinery/door/window/brigdoor{color = "red"; dir = 2; req_access_txt = "150"},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"gz" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"gA" = (/obj/structure/table/glass,/obj/item/storage/box/beakers/bluespace,/obj/item/reagent_scanner/adv,/turf/simulated/floor/plasteel{icon_state = "navybluealt"},/area/syndicate_mothership/control) +"gC" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"gD" = (/turf/simulated/floor/plasteel{dir = 10; icon_state = "darkyellowalt"},/area/syndicate_mothership/cargo) +"gF" = (/obj/structure/table/reinforced,/obj/machinery/photocopier/faxmachine/longrange/syndie{department = "Syndicate Strike Team"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/elite_squad) +"gG" = (/turf/unsimulated/wall{icon_state = "iron5"; tag = "icon-iron5"},/area/syndicate_mothership/cargo) +"gI" = (/obj/effect/turf_decal{dir = 5; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"gK" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 4; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"gL" = (/turf/unsimulated/wall/fakeglass{dir = 4; icon_state = "fake_plastitanium_window2"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/elite_squad) +"gN" = (/turf/unsimulated/floor/grass,/area/syndicate_mothership/cargo) +"gO" = (/obj/effect/turf_decal{dir = 10; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 10; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"gP" = (/turf/unsimulated/wall/fakeglass{dir = 4; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/elite_squad) +"gQ" = (/obj/structure/chair/sofa/right{dir = 8},/obj/structure/curtain/black{pixel_x = 32},/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership) +"gS" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"gT" = (/obj/structure/closet/crate,/obj/item/target,/obj/item/target,/obj/item/target,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"gW" = (/obj/effect/turf_decal/stripes/line{color = "darkgray"; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding2"},/turf/unsimulated/floor{color = "gray"; dir = 4; icon_state = "rampbottom"},/area/syndicate_mothership/outside) +"gY" = (/turf/unsimulated/wall/fakeglass{dir = 4; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/outside) +"hc" = (/obj/machinery/vending/medical/syndicate_access/beamgun,/turf/simulated/floor/plasteel{dir = 1; icon_state = "navybluealt"},/area/syndicate_mothership/control) +"he" = (/obj/structure/table/wood,/obj/item/paper_bin/syndicate,/obj/item/pen/multi/gold{pixel_x = -3; pixel_y = 5},/obj/structure/curtain/black{pixel_x = -32},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"hh" = (/obj/machinery/computer/cryopod{pixel_x = 32; req_one_access = list(150)},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"hi" = (/obj/structure/flora/grass/jungle,/obj/structure/flora/ausbushes/genericbush,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"hk" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/infteam) +"hl" = (/obj/machinery/syndiepad/admin/loadpad,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"hm" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium"},/turf/unsimulated/beach/sand,/area/syndicate_mothership/outside) +"hp" = (/obj/effect/turf_decal{dir = 10; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"hq" = (/obj/structure/closet/syndicate/sst,/obj/item/ammo_box/magazine/mm556x45/bleeding,/obj/item/ammo_box/magazine/mm556x45,/obj/machinery/light/small{dir = 8},/obj/effect/turf_decal/bot_white,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"hr" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"ht" = (/obj/structure/table/reinforced,/obj/item/storage/toolbox/syndicate{pixel_x = 5},/obj/item/clothing/head/welding{pixel_x = -9; pixel_y = 10},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"hw" = (/obj/effect/decal/syndie_logo{icon_state = "logo19"},/obj/effect/turf_decal/stripes/black{dir = 6; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"hx" = (/obj/effect/decal/syndie_logo{icon_state = "logo19"},/obj/effect/turf_decal/stripes/gold{dir = 6},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"hz" = (/obj/structure/table,/obj/item/storage/fancy/crayons,/obj/item/storage/fancy/crayons,/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"hA" = (/obj/structure/flora/grass/jungle/b,/obj/structure/flora/ausbushes/genericbush,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"hB" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/ore_box,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"hF" = (/obj/effect/turf_decal/delivery/red,/obj/structure/ore_box,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"hI" = (/obj/structure/table/reinforced,/obj/machinery/reagentgrinder{pixel_x = -1; pixel_y = 9},/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"hJ" = (/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership) +"hM" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"hO" = (/turf/unsimulated/wall{icon_state = "iron10"; tag = "icon-iron10"},/area/syndicate_mothership/control) +"hP" = (/obj/effect/decal/syndie_logo{icon_state = "logo8"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/structure/chair/comfy/purp{dir = 4},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"hS" = (/turf/unsimulated/wall{icon_state = "iron7"},/area/syndicate_mothership/cargo) +"hU" = (/turf/unsimulated/wall{icon_state = "iron4"},/area/syndicate_mothership) +"hW" = (/turf/unsimulated/wall/fakeglass{dir = 4; icon_state = "fake_plastitanium_window2"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/outside) +"hZ" = (/obj/effect/turf_decal/stripes/gold{dir = 9; icon_state = "gs_deadlock"},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/infteam) +"ia" = (/obj/machinery/vending/sovietsoda,/obj/effect/turf_decal/stripes/gold{dir = 4},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/infteam) +"ic" = (/obj/machinery/vending/syndisnack,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"id" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"ih" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/ore_box,/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"ii" = (/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"il" = (/obj/machinery/door/poddoor/multi_tile/two_tile_hor{icon_state = "open"; layer = 3.01},/obj/structure/spacepoddoor/invincible{dir = 4},/turf/unsimulated/floor{name = "plating"},/area/syndicate_mothership/elite_squad) +"in" = (/obj/structure/flora/grass/jungle/b,/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"ip" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plasteel{dir = 8; icon_state = "darkyellowcornersalt"},/area/syndicate_mothership/cargo) +"iq" = (/obj/structure/fence{color = "#b0b7c6"; invulnerable = 1},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"is" = (/obj/machinery/light/small,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"it" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"iu" = (/obj/machinery/computer/syndie_supplycomp,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"iv" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"},/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"ix" = (/obj/effect/turf_decal{dir = 10; icon_state = "golden_stripes_corner"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"iy" = (/obj/structure/chair/comfy/red{dir = 1},/turf/simulated/floor/carpet,/area/syndicate_mothership/control) +"iz" = (/obj/machinery/computer/shuttle/sit,/turf/simulated/floor/carpet,/area/syndicate_mothership/control) +"iE" = (/obj/machinery/light/small{brightness_range = 6; dir = 4; light_range = 6},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/elite_squad) +"iF" = (/turf/simulated/floor/plasteel{dir = 10; icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"iG" = (/obj/machinery/computer/cryopod{pixel_y = -32; req_one_access = list(150)},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/elite_squad) +"iK" = (/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/infteam) +"iN" = (/obj/structure/closet/syndicate/personal,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"iP" = (/obj/structure/chair/sofa/right{dir = 4},/obj/structure/curtain/black{pixel_x = -32},/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership) +"iQ" = (/obj/structure/closet/crate/freezer,/obj/item/reagent_containers/iv_bag/blood/AMinus,/obj/item/reagent_containers/iv_bag/blood/APlus,/obj/item/reagent_containers/iv_bag/blood/BMinus,/obj/item/reagent_containers/iv_bag/blood/BPlus,/obj/item/reagent_containers/iv_bag/blood/OMinus,/obj/item/reagent_containers/iv_bag/blood/OPlus,/obj/item/reagent_containers/iv_bag/blood/random,/obj/item/reagent_containers/iv_bag/blood/random,/obj/item/reagent_containers/iv_bag/blood/random,/obj/machinery/iv_drip,/obj/item/reagent_containers/iv_bag/salglu,/obj/item/tank/emergency_oxygen/engi/full,/obj/item/tank/emergency_oxygen/engi/full,/obj/item/tank/emergency_oxygen/nitrogen,/obj/item/tank/emergency_oxygen/plasma,/turf/simulated/floor/plasteel{dir = 5; icon_state = "navybluealt"},/area/syndicate_mothership/control) +"iR" = (/obj/structure/table/wood{color = "#996633"},/obj/item/reagent_containers/food/drinks/bottle/wine,/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{pixel_x = 8},/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{pixel_x = -5},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"iS" = (/turf/simulated/floor/plasteel{dir = 4; icon_state = "darkyellowcornersalt"},/area/syndicate_mothership/cargo) +"iT" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium"},/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"iU" = (/turf/simulated/floor/wood{icon_state = "wood_old_broken6"},/area/syndicate_mothership) +"iX" = (/obj/effect/turf_decal/delivery,/obj/structure/closet/crate/syndicate,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"iY" = (/turf/simulated/floor/plasteel{icon_state = "darkyellowcornersalt"},/area/syndicate_mothership/cargo) +"iZ" = (/obj/structure/chair/sofa/left,/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"ja" = (/obj/machinery/door/poddoor/impassable,/obj/machinery/door/airlock/syndicate/cargo/glass{name = "Cargo shuttle"; req_access_txt = "153"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"jk" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/delivery/white,/obj/effect/spawner/random_spawners/syndicate/loot/level4{color = "#f64a46"; icon_state = "x_white"; spawn_inside = /obj/structure/closet/crate/syndicate},/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"jl" = (/obj/effect/decal/syndie_logo{icon_state = "logo14"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"jn" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/tile/neutral{alpha = 75; color = "black"; icon_state = "tile_full"},/turf/simulated/floor/plasteel{dir = 4; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"jo" = (/obj/machinery/chem_heater,/turf/simulated/floor/plasteel{dir = 8; icon_state = "navybluealt"},/area/syndicate_mothership/control) +"jp" = (/obj/item/radio/intercom/syndicate{pixel_y = -25},/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/jail) +"jt" = (/turf/unsimulated/wall/fakeglass{icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership) +"ju" = (/obj/structure/table/wood/fancy/black,/obj/item/stack/sheet/mineral/gold{pixel_x = 10; pixel_y = 10},/obj/item/stack/sheet/mineral/gold{pixel_x = -10; pixel_y = 7},/obj/item/stack/sheet/mineral/gold,/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"jw" = (/turf/simulated/floor/plasteel{dir = 8; icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"jA" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership/elite_squad) +"jB" = (/obj/effect/turf_decal/stripes/line{color = "darkgray"; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding2"},/turf/unsimulated/floor{dir = 8; icon_state = "rampbottom"},/area/syndicate_mothership) +"jC" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/reedbush,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"jH" = (/obj/machinery/chem_dispenser/soda/upgraded,/obj/structure/table/wood{color = "#996633"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"jJ" = (/obj/structure/table/wood,/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/infteam) +"jL" = (/obj/structure/railing/corner{dir = 4},/obj/machinery/light{dir = 1},/obj/item/flag/syndi,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"jO" = (/obj/structure/closet/crate/freezer{desc = "A crate."; name = "Medical crate"},/obj/item/reagent_containers/iv_bag/blood/OPlus,/obj/item/reagent_containers/iv_bag/blood/OMinus,/obj/item/reagent_containers/iv_bag/blood/BPlus,/obj/item/reagent_containers/iv_bag/blood/BMinus,/obj/item/reagent_containers/iv_bag/blood/APlus,/obj/item/reagent_containers/iv_bag/blood/AMinus,/obj/item/reagent_containers/iv_bag/salglu,/turf/simulated/floor/plasteel{dir = 5; icon_state = "navybluealt"},/area/syndicate_mothership/control) +"jR" = (/obj/structure/curtain/black,/turf/unsimulated/wall/fakeglass{dir = 8; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/elite_squad) +"jU" = (/obj/structure/chair{dir = 4},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"jZ" = (/turf/unsimulated/wall{icon_state = "iron8"},/area/syndicate_mothership/jail) +"kb" = (/obj/structure/sign/poster/contraband/random{pixel_x = -30},/obj/machinery/light/small{dir = 8},/obj/effect/turf_decal/stripes/gold{dir = 8},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"ke" = (/obj/structure/flora/ausbushes/brflowers,/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"kg" = (/obj/effect/turf_decal/stripes/gold{dir = 10},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/infteam) +"kh" = (/obj/structure/flora/ausbushes/ywflowers,/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"kk" = (/turf/unsimulated/wall/fakeglass{dir = 4; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/infteam) +"ko" = (/turf/unsimulated/wall{icon_state = "iron6"; tag = "icon-iron6"},/area/syndicate_mothership/control) +"kp" = (/obj/structure/window/reinforced{color = "red"; dir = 8},/obj/machinery/photocopier/faxmachine/longrange/syndie{department = "Syndicate"},/obj/structure/table/wood/fancy/black,/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"kq" = (/obj/effect/decal/syndie_logo{icon_state = "logo10"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"kr" = (/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership/infteam) +"ks" = (/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"kt" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"ku" = (/turf/unsimulated/wall{icon_state = "iron11"; tag = "icon-iron11"},/area/syndicate_mothership) +"kw" = (/obj/effect/turf_decal/box/red,/obj/machinery/door/window/brigdoor{color = "#d70000"; dir = 2; name = "Riot Control"; req_access_txt = "156"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"kx" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_big_full"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"ky" = (/obj/structure/sink{pixel_y = 32},/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership/infteam) +"kB" = (/obj/machinery/door/airlock/external{id_tag = "syndicate_away"; req_access_txt = "150"},/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"kD" = (/obj/machinery/conveyor/west{id = "SFBQMLoad"},/obj/machinery/conveyor/east{id = "SFBQMLoad"},/obj/machinery/conveyor/south{id = "SFBQMLoad"},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/cargo) +"kF" = (/obj/structure/window/reinforced{color = "red"; dir = 1},/obj/machinery/light/spot{dir = 4; tag = "icon-tube1 (EAST)"},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"kG" = (/obj/machinery/light{dir = 8},/obj/effect/decal/cleanable/dirt,/obj/item/twohanded/required/kirbyplants,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"kI" = (/obj/machinery/door/poddoor/impassable,/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership/elite_squad) +"kM" = (/obj/machinery/door/poddoor/impassable{id_tag = "SST_armory_mech_maintenance"; name = "SST Armory Mech Maintenance"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"kQ" = (/obj/effect/decal/syndie_logo{icon_state = "logo12"},/obj/effect/turf_decal/stripes/black{dir = 4; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"kS" = (/obj/machinery/door/airlock/syndicate/cargo{name = "Cargo Load"; req_access_txt = "153"},/turf/simulated/floor/plasteel{icon_state = "darkyellowcornersalt"},/area/syndicate_mothership/cargo) +"kW" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/outside) +"kX" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"kY" = (/turf/unsimulated/wall{icon_state = "iron7"},/area/syndicate_mothership) +"kZ" = (/turf/simulated/floor/wood{icon_state = "wood_old_broken4"},/area/syndicate_mothership) +"lb" = (/obj/structure/chair/comfy/red{dir = 8},/obj/effect/landmark{color = "#9999ff"; icon_state = "x_white"; name = "Syndicate-Spawn"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership) +"lc" = (/obj/effect/turf_decal{dir = 6; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/beach/sand,/area/syndicate_mothership/outside) +"ld" = (/obj/structure/grille,/obj/structure/window/reinforced/polarized{color = "red"; id = "SSTprivateroom"},/obj/structure/window/reinforced/polarized{color = "red"; dir = 1; id = "SSTprivateroom"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"lf" = (/obj/machinery/light/small,/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership) +"lg" = (/obj/effect/turf_decal/delivery/red,/obj/effect/decal/cleanable/dirt,/obj/effect/spawner/lootdrop/maintenance,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"lj" = (/obj/machinery/door/poddoor/shutters{density = 0; icon_state = "open"; id_tag = "syndieshutters_Aspid"; name = "Blast Shutters"; opacity = 0},/turf/unsimulated/wall/fakeglass{icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/cargo) +"ln" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_big_full"; name = "grass"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"lt" = (/obj/machinery/door/poddoor/multi_tile/three_tile_hor{icon_state = "open"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"lv" = (/obj/effect/turf_decal/stripes/gold{dir = 9; icon_state = "gs_deadlock"},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"lx" = (/turf/unsimulated/floor/asteroid{dir = 8; icon_state = "asteroidwarning"; name = "plating"},/area/syndicate_mothership/outside) +"ly" = (/obj/machinery/door/airlock/syndicate/public{name = "Bar"; req_access_txt = "150"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership) +"lB" = (/obj/machinery/flasher_button{id = "syndie_FB_cells"; layer = 4; name = "Prison Flasher"; pixel_x = 26; req_access_txt = "150"},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plasteel{dir = 4; icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"lC" = (/obj/machinery/light/small{dir = 8; tag = "icon-bulb1 (WEST)"},/turf/simulated/shuttle/floor{icon_state = "floor4"},/area/shuttle/assault_pod) +"lD" = (/obj/machinery/door/airlock/syndicate/public{name = "Shower"},/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership/elite_squad) +"lE" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"lF" = (/obj/structure/sign/restroom{pixel_x = 28},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership) +"lG" = (/obj/machinery/light/small,/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership/infteam) +"lH" = (/obj/structure/closet/secure_closet/freezer/meat,/obj/structure/sign/bobross{pixel_y = 32},/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"lL" = (/turf/unsimulated/wall{icon_state = "iron9"; tag = "icon-iron9"},/area/syndicate_mothership) +"lM" = (/obj/effect/decal/cleanable/dirt,/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 8; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"lO" = (/turf/unsimulated/wall{icon_state = "iron2"},/area/syndicate_mothership/outside) +"lP" = (/turf/unsimulated/wall{icon_state = "iron14"},/area/syndicate_mothership/cargo) +"lQ" = (/obj/structure/table/reinforced,/obj/machinery/processor{pixel_y = 10},/obj/machinery/light{dir = 4},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"lR" = (/turf/simulated/floor/plasteel{dir = 1; icon_state = "warndarkgreycornerred"},/area/syndicate_mothership) +"lS" = (/obj/effect/turf_decal/stripes/line{color = "darkgray"; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding2"},/turf/unsimulated/floor{dir = 8; icon_state = "rampbottom"},/area/syndicate_mothership/infteam) +"lU" = (/obj/machinery/vending/cola/free,/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/jail) +"lV" = (/obj/machinery/button/windowtint{id = "SSTprivateroom"; pixel_x = 24; pixel_y = 24},/obj/machinery/door_control{desiredstate = 1; id = "SSTprivateroom"; name = "Privacy Room Bolt Control"; normaldoorcontrol = 1; pixel_x = 26; pixel_y = 31; specialfunctions = 4},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"lW" = (/obj/structure/sink{dir = 8; pixel_x = -12},/obj/structure/mirror{pixel_x = -30},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership) +"lX" = (/obj/structure/railing{dir = 1},/turf/simulated/floor/plasteel{icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"lY" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership) +"mc" = (/turf/unsimulated/wall/fakeglass{dir = 8; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/outside) +"me" = (/turf/unsimulated/wall{icon_state = "iron2"},/area/syndicate_mothership) +"mf" = (/obj/machinery/door/window/brigdoor{color = "#d70000"; dir = 1; icon_state = "rightsecure"; name = "Riot Control"},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"mk" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/delivery/white,/obj/effect/spawner/random_spawners/syndicate/loot{color = "#755d9a"; icon_state = "x_white"; spawn_inside = null},/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"ml" = (/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"mm" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/structure/ore_box,/obj/effect/turf_decal/delivery/white,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"mp" = (/obj/effect/turf_decal{dir = 10; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidwarning"; name = "plating"},/area/syndicate_mothership/outside) +"mr" = (/turf/unsimulated/wall{icon_state = "iron4"},/area/syndicate_mothership/infteam) +"mv" = (/obj/structure/table,/obj/item/paicard/syndicate,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"mw" = (/turf/simulated/floor/plasteel{icon_state = "darkyellowaltstrip"},/area/syndicate_mothership/cargo) +"mx" = (/obj/structure/table/wood,/obj/machinery/photocopier/faxmachine/longrange/syndie{department = "Syndicate Infiltrators"},/obj/structure/curtain/black{pixel_x = -32},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"my" = (/obj/structure/decorative_structures/metal/statue/golden_disk,/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"mA" = (/obj/structure/chair/sofa/left{dir = 1},/turf/simulated/floor/carpet,/area/syndicate_mothership/infteam) +"mC" = (/obj/effect/decal/syndie_logo{icon_state = "logo15"},/obj/structure/chair/stool,/obj/effect/turf_decal/stripes/black{dir = 4; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"mE" = (/turf/unsimulated/wall{icon_state = "iron1"},/area/syndicate_mothership/control) +"mF" = (/obj/machinery/chem_master,/turf/simulated/floor/plasteel{dir = 10; icon_state = "navybluealt"},/area/syndicate_mothership/control) +"mJ" = (/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/effect/turf_decal/tile/neutral{color = "black"; icon_state = "tile_full"},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"mL" = (/obj/structure/window/reinforced{color = "red"; dir = 8},/obj/structure/window/reinforced{color = "red"; dir = 4},/obj/structure/window/reinforced{color = "red"; dir = 1},/obj/structure/grille,/turf/simulated/floor/carpet,/area/syndicate_mothership/control) +"mM" = (/obj/machinery/vending/boozeomat{req_access_txt = null},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/obj/structure/curtain/black{pixel_y = -32},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/infteam) +"mN" = (/obj/machinery/light/small{dir = 1},/obj/machinery/door/airlock/syndicate/public{name = "Скромный зал славы"; req_access_txt = "150"},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"mP" = (/obj/machinery/computer/syndicate_depot/teleporter{lifespan = 0},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"mQ" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"mR" = (/obj/effect/decal/syndie_logo{icon_state = "logo18"},/obj/effect/turf_decal/stripes/black{icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"mS" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"mT" = (/turf/unsimulated/wall{icon_state = "iron1"},/area/syndicate_mothership/elite_squad) +"mU" = (/turf/unsimulated/wall{icon_state = "iron7"},/area/syndicate_mothership/control) +"mV" = (/obj/structure/flora/grass/jungle/b,/obj/structure/flora/grass/jungle,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"mW" = (/obj/structure/table/reinforced,/obj/item/paper_bin/syndicate{pixel_x = -2; pixel_y = 2},/obj/item/pen/fancy{pixel_x = 8},/turf/simulated/floor/carpet,/area/syndicate_mothership/control) +"mY" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/door/poddoor/impassable{color = "#9999ff"; id_tag = "SST_armory_mech_rover"; name = "SST Armory Mech Rover"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"ne" = (/obj/machinery/door/airlock/centcom{aiControlDisabled = 1; name = "Assault Pod"; opacity = 1; req_one_access_txt = "150"},/turf/simulated/shuttle/floor{icon_state = "floor4"},/area/shuttle/assault_pod) +"nf" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"ng" = (/turf/unsimulated/wall{icon_state = "iron5"; tag = "icon-iron5"},/area/syndicate_mothership/elite_squad) +"ni" = (/obj/structure/chair/stool,/turf/simulated/floor/carpet/black,/area/syndicate_mothership/elite_squad) +"nl" = (/obj/structure/fence/corner{color = "#b0b7c6"; dir = 1},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"nm" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership/infteam) +"no" = (/turf/unsimulated/wall/fakeglass{dir = 6; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/cargo) +"np" = (/obj/effect/decal/cleanable/dirt,/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 8; icon_state = "warndarkgreycornerred"},/area/syndicate_mothership) +"nq" = (/obj/structure/table,/obj/item/storage/fancy/crayons,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"nt" = (/obj/machinery/computer/shuttle/sit,/turf/unsimulated/floor{dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/control) +"nu" = (/obj/item/fish/shark{desc = "Совсем не навязчивая акула. От слова совсем."; name = "Акула?"; pixel_y = 4},/obj/structure/table/wood/fancy/black,/obj/structure/sign/poster/secret/yug0{pixel_x = -32},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"nv" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"nE" = (/obj/effect/turf_decal/stripes/gold{dir = 6},/obj/machinery/vending/tool,/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/infteam) +"nF" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/machinery/door/poddoor/impassable,/turf/unsimulated/floor{icon_state = "rampbottom"},/area/syndicate_mothership/elite_squad) +"nG" = (/obj/effect/decal/syndie_logo{icon_state = "logo16"},/obj/effect/turf_decal/stripes/black{dir = 10},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"nH" = (/obj/machinery/light{layer = 10},/turf/simulated/floor/plasteel{dir = 1; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"nI" = (/obj/structure/table/reinforced,/turf/simulated/floor/carpet/black,/area/syndicate_mothership/elite_squad) +"nM" = (/obj/item/twohanded/required/kirbyplants,/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership/elite_squad) +"nN" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"nO" = (/obj/structure/flora/ausbushes/stalkybush,/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"nQ" = (/turf/unsimulated/wall/fakeglass{dir = 8; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/cargo) +"nT" = (/obj/structure/grille,/obj/structure/window/reinforced/polarized{color = "red"; dir = 8; id = "SSTprivateroom"},/obj/structure/window/reinforced/polarized{color = "red"; id = "SSTprivateroom"},/obj/structure/window/reinforced/polarized{color = "red"; dir = 1; id = "SSTprivateroom"},/obj/structure/window/reinforced/polarized{color = "red"; dir = 4; id = "SSTprivateroom"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"nU" = (/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/plasteel{icon_state = "darkyellowalt"},/area/syndicate_mothership/cargo) +"nW" = (/obj/structure/ore_box,/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/delivery/white,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"nZ" = (/obj/machinery/light/small{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"od" = (/turf/simulated/floor/plasteel{dir = 8; icon_state = "darkyellowalt"},/area/syndicate_mothership/cargo) +"og" = (/obj/structure/closet/secure_closet/contractor,/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/jail) +"oh" = (/obj/structure/sign/poster/contraband/random{pixel_y = -30},/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership) +"oj" = (/turf/unsimulated/wall{icon_state = "iron13"; tag = "icon-iron13"},/area/syndicate_mothership/control) +"ol" = (/obj/effect/turf_decal/delivery,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"on" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"oo" = (/obj/structure/rack/holorack,/obj/effect/turf_decal/delivery,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"op" = (/obj/machinery/embedded_controller/radio/airlock/access_controller{frequency = 1441; id_tag = "syndicate_jail_airlock_control"; name = "Syndicate Jail Access Controller"; pixel_x = 25; req_access_txt = "150"; tag_exterior_door = "syndicate_jail_airlock_external"; tag_interior_door = "syndicate_jail_airlock_internal"},/turf/simulated/floor/plasteel{dir = 4; icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"or" = (/obj/effect/turf_decal/stripes/gold{dir = 9},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"ot" = (/obj/structure/flora/grass/jungle,/turf/unsimulated/wall{icon_state = "rock"; name = "rock"},/area/syndicate_mothership/outside) +"ou" = (/obj/effect/turf_decal{dir = 6; icon_state = "golden_stripes_corner"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"ow" = (/obj/structure/chair/sofa/right{dir = 8},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"ox" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"oy" = (/obj/effect/decal/syndie_logo{icon_state = "logo16"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"oB" = (/obj/machinery/door/airlock/syndicate/public{name = "Shower"},/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership) +"oC" = (/turf/unsimulated/wall{icon_state = "iron5"; tag = "icon-iron5"},/area/syndicate_mothership/infteam) +"oE" = (/obj/machinery/icemachine,/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"oG" = (/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/infteam) +"oJ" = (/turf/unsimulated/wall{icon_state = "iron12"},/area/syndicate_mothership/infteam) +"oK" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/box/white,/obj/machinery/door/poddoor/impassable{id_tag = "SST_armory_mech_maintenance"; name = "SST Armory Mech Maintenance"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"oL" = (/obj/machinery/conveyor/west{id = "SFBQMLoad2"},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/cargo) +"oM" = (/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/elite_squad) +"oN" = (/obj/effect/turf_decal{dir = 8; icon_state = "golden_stripes"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"oO" = (/obj/effect/turf_decal{dir = 6; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"oP" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"oS" = (/obj/machinery/door_control{emagged = 1; icon_button = "altdoorctrl"; icon_state = "altdoorctrl"; id = "SST_armory_mech_maintenance"; name = "SST Armory Mech Maintenance"; pixel_y = -24; req_access_txt = "153"},/obj/machinery/door_control{color = "#ffdd99"; emagged = 1; icon_button = "altdoorctrl"; icon_state = "altdoorctrl"; id = "SST_armory_mech_gygax"; name = "SST Armory Mech DarkGygax"; pixel_x = 6; pixel_y = -32; req_access_txt = "153"},/obj/machinery/door_control{color = "#9999ff"; emagged = 1; icon_button = "altdoorctrl"; icon_state = "altdoorctrl"; id = "SST_armory_mech_rover"; name = "SST Armory Mech Rover"; pixel_x = -6; pixel_y = -32; req_access_txt = "153"},/obj/machinery/door_control{color = "#ff9999"; emagged = 1; icon_button = "altdoorctrl"; icon_state = "altdoorctrl"; id = "SST_armory_mech_mauler"; name = "SST Armory Mech Mauler"; pixel_y = -40; req_access_txt = "153"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"oT" = (/obj/structure/table/wood,/obj/item/candle,/turf/simulated/floor/carpet,/area/syndicate_mothership/infteam) +"oZ" = (/obj/effect/decal/syndie_logo{icon_state = "logo11"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"pb" = (/obj/structure/table,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/melee/icepick,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"pd" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{dir = 8; icon_state = "asteroidwarning"; name = "plating"},/area/syndicate_mothership/outside) +"pf" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"pk" = (/obj/structure/railing,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plasteel{dir = 1; icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"pl" = (/turf/unsimulated/wall/fakeglass{dir = 8; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/infteam) +"pm" = (/obj/structure/flora/grass/jungle,/obj/structure/flora/grass/jungle,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"po" = (/obj/structure/flora/grass/jungle,/obj/structure/flora/junglebush/c,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"pp" = (/obj/structure/table/wood,/obj/item/lighter/zippo/gonzofist,/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/jail) +"pq" = (/turf/unsimulated/wall{icon_state = "iron4"},/area/syndicate_mothership/jail) +"pr" = (/obj/structure/rack/holorack,/obj/effect/turf_decal/box/white,/obj/item/ammo_box/magazine/m50,/obj/item/ammo_box/magazine/m50,/obj/item/ammo_box/magazine/m50,/obj/item/ammo_box/magazine/m50,/obj/item/gun/projectile/automatic/pistol/deagle/camo{pixel_x = -3; pixel_y = 3},/obj/item/gun/projectile/automatic/pistol/deagle/camo,/obj/item/gun/projectile/automatic/pistol/deagle/camo{pixel_x = 3; pixel_y = -3},/obj/structure/sign/poster/contraband/syndicate_pistol{pixel_y = 32},/obj/machinery/light{dir = 1},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"ps" = (/obj/structure/rack,/obj/item/storage/backpack/duffel/syndie/surgery{pixel_x = -3; pixel_y = 3},/obj/item/storage/backpack/duffel/syndie/surgery,/obj/item/storage/backpack/duffel/syndie/surgery{pixel_x = 3; pixel_y = -3},/obj/effect/turf_decal/bot_white,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"pu" = (/obj/structure/chair/sofa/right{dir = 1},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"pv" = (/obj/effect/decal/syndie_logo{icon_state = "logo7"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"pw" = (/obj/structure/flora/junglebush/b,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"py" = (/obj/machinery/vending/syndichem,/turf/simulated/floor/plasteel{dir = 1; icon_state = "navybluealt"},/area/syndicate_mothership/control) +"pA" = (/obj/effect/decal/syndie_logo{icon_state = "logo16"},/obj/effect/turf_decal/stripes/black{dir = 10},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"pB" = (/obj/structure/flora/ausbushes/genericbush,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"pC" = (/obj/effect/turf_decal/stripes/gold{dir = 5},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"pE" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"pH" = (/turf/simulated/floor/wood{icon_state = "wood_old_broken3"},/area/syndicate_mothership/infteam) +"pJ" = (/turf/unsimulated/wall{icon_state = "iron13"; tag = "icon-iron13"},/area/syndicate_mothership) +"pL" = (/obj/item/twohanded/required/kirbyplants,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"pO" = (/obj/structure/chair{dir = 8},/obj/structure/curtain/black{pixel_y = -32},/turf/simulated/floor/carpet/arcade,/area/syndicate_mothership/infteam) +"pQ" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"pR" = (/obj/effect/decal/syndie_logo{icon_state = "logo1"},/obj/effect/turf_decal/stripes/black{dir = 9},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"pS" = (/obj/structure/table/reinforced,/obj/item/paper_bin/syndicate,/obj/item/pen/multi/gold{pixel_x = -3; pixel_y = 5},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/elite_squad) +"pT" = (/obj/structure/railing,/turf/simulated/floor/plasteel{dir = 1; icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"pV" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/plasteel{dir = 8; icon_state = "navybluealt"},/area/syndicate_mothership/control) +"pW" = (/obj/structure/closet/syndicate/personal,/obj/machinery/light/small,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"pY" = (/obj/machinery/kitchen_machine/grill/upgraded,/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"pZ" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"qb" = (/obj/effect/baseturf_helper{baseturf = /turf/unsimulated/floor/asteroid; name = "asteroid baseturf editor"},/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"qc" = (/turf/simulated/floor/plasteel{dir = 1; icon_state = "darkyellowalt"},/area/syndicate_mothership/cargo) +"qe" = (/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"qf" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium"},/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"qh" = (/obj/effect/turf_decal{dir = 10; icon_state = "golden_stripes"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"qj" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"qk" = (/obj/structure/table/wood,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"ql" = (/obj/machinery/conveyor/south{id = "SFBQMLoad"},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/cargo) +"qm" = (/obj/effect/turf_decal{dir = 5; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"qn" = (/obj/structure/table/wood,/obj/item/reagent_containers/glass/beaker/waterbottle/large{pixel_x = -7; pixel_y = 9},/obj/item/paper_bin/syndicate{pixel_y = 5},/obj/item/pen/edagger{pixel_x = 4; pixel_y = 5},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"qr" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{dir = 8; icon_state = "asteroidwarning"; name = "plating"},/area/syndicate_mothership/outside) +"qt" = (/obj/machinery/door/poddoor/shutters{density = 0; dir = 1; icon_state = "open"; id_tag = "syndieshutters_Aspid"; name = "Blast Shutters"; opacity = 0},/turf/unsimulated/wall/fakeglass{dir = 4; icon_state = "fake_plastitanium_window2"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/cargo) +"qu" = (/obj/machinery/vending/suitdispenser,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"qv" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plasteel{dir = 4; icon_state = "darkyellowcornersalt"},/area/syndicate_mothership/cargo) +"qw" = (/obj/machinery/washing_machine,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"qx" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 1; icon_state = "warndarkgreyred"},/area/syndicate_mothership/infteam) +"qy" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 4; icon_state = "warndarkgreyred"},/area/syndicate_mothership/elite_squad) +"qz" = (/turf/simulated/floor/carpet/black,/area/syndicate_mothership/elite_squad) +"qB" = (/obj/item/flag/syndi,/obj/machinery/computer/cryopod{pixel_x = 32; req_one_access = list(150)},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/elite_squad) +"qD" = (/obj/effect/turf_decal/stripes/line,/obj/structure/ore_box,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"qF" = (/obj/structure/table,/obj/item/radio/electropack{pixel_x = -5},/obj/item/assembly/signaler{code = 2; frequency = 1449; pixel_x = 8},/obj/item/restraints/handcuffs{pixel_y = 10},/obj/item/restraints/handcuffs{pixel_y = 10},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"qG" = (/obj/structure/ore_box,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"qI" = (/obj/structure/sign/poster/contraband/smoke{pixel_x = -32},/obj/machinery/light/small{dir = 8},/obj/effect/turf_decal/stripes/gold{dir = 8},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"qJ" = (/turf/unsimulated/wall/fakeglass{dir = 10; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/infteam) +"qK" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"qL" = (/obj/structure/flora/ausbushes/sunnybush,/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"qM" = (/obj/structure/closet/secure_closet/medical1{req_access = null; req_access_txt = "150"},/obj/item/storage/box/beakers/bluespace,/obj/item/storage/box/beakers/bluespace,/obj/item/storage/box/beakers/bluespace,/obj/item/grenade/bananade/casing,/obj/item/grenade/bananade/casing,/obj/item/grenade/bananade/casing,/obj/item/clothing/glasses/science,/obj/item/clothing/glasses/science,/obj/item/storage/bag/chemistry,/obj/item/storage/bag/chemistry,/turf/simulated/floor/plasteel{dir = 5; icon_state = "navybluealt"},/area/syndicate_mothership/control) +"qO" = (/turf/unsimulated/wall/fakeglass{icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/elite_squad) +"qP" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/elite_squad) +"qQ" = (/obj/machinery/door/airlock/syndicate/cargo{name = "Cargo Receive"; req_access_txt = "153"},/turf/simulated/floor/plasteel{dir = 8; icon_state = "darkyellowcornersalt"},/area/syndicate_mothership/cargo) +"qS" = (/obj/effect/turf_decal{dir = 4; icon_state = "golden_stripes"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"qT" = (/obj/machinery/conveyor/north{id = "SFBQMLoad2"},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/cargo) +"qU" = (/obj/effect/decal/syndie_logo{icon_state = "logo1"},/obj/effect/turf_decal/stripes/black{dir = 9},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"qV" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"qW" = (/obj/structure/spacepoddoor/invincible{dir = 4},/turf/unsimulated/floor{dir = 4; icon_state = "darkgrey"},/area/syndicate_mothership) +"ra" = (/turf/unsimulated/wall/fakeglass{dir = 9; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/control) +"rb" = (/obj/effect/decal/syndie_logo{icon_state = "logo15"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"rd" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/turf_decal/bot_white,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"rh" = (/obj/structure/flora/ausbushes/ywflowers,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"rk" = (/obj/structure/sign/poster/contraband/random{pixel_x = -30},/obj/machinery/door/poddoor/impassable{id_tag = "SST_armory_main"; name = "SST Armory"},/turf/simulated/floor/plasteel{icon_state = "darkbluealtstrip"},/area/syndicate_mothership/elite_squad) +"rl" = (/turf/simulated/floor/plasteel{dir = 1; icon_state = "navybluealt"},/area/syndicate_mothership/control) +"rn" = (/turf/simulated/floor/wood{icon_state = "wood_old_broken7"},/area/syndicate_mothership/infteam) +"rp" = (/obj/structure/reagent_dispensers/beerkeg/nuke{desc = "Однажды незадачливый отряд внедрения синдиката вместо настоящей бомбы, украл у НТ эту стилизованную кегу с пивом. Эти ребята более не ходят по миру, но кега всё ещё украшает один из местных баров. На ней виднеется зачёркнутое слово 'Нанотрейзен' и приписанное рядом, кровью, слово 'Синдикат'"; name = "Syndicate-brand nuclear fission explosive"; pixel_y = 12},/obj/structure/table/wood/fancy/black,/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"rr" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"rs" = (/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding2"},/obj/structure/flora/grass/jungle/b,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"ru" = (/obj/structure/window/reinforced{color = "red"; dir = 4},/obj/machinery/computer/syndie_supplycomp{pixel_x = -6},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"rw" = (/obj/machinery/door/poddoor/shutters{density = 0; dir = 1; icon_state = "open"; id_tag = "syndieshutters_Aspid"; name = "Blast Shutters"; opacity = 0},/turf/unsimulated/wall/fakeglass{dir = 8; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/cargo) +"rx" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/plasteel{dir = 4; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"rA" = (/obj/structure/flora/ausbushes/sparsegrass,/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"rB" = (/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership) +"rF" = (/obj/structure/railing{dir = 8},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/jail) +"rG" = (/obj/machinery/vending/chinese/free,/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/jail) +"rI" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/bottle/vodka,/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/jail) +"rJ" = (/obj/effect/decal/syndie_logo{icon_state = "logo12"},/obj/machinery/light/small{dir = 4},/obj/structure/sign/poster/contraband/syndicate_pistol{pixel_x = 32},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"rN" = (/obj/machinery/computer/camera_advanced,/turf/unsimulated/floor{dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/control) +"rP" = (/obj/docking_port/stationary{area_type = /area/syndicate_mothership; dwidth = 8; height = 22; id = "syndicate_away"; name = "syndicate base"; turf_type = /turf/unsimulated/floor/plating; width = 18},/turf/unsimulated/floor{name = "plating"},/area/syndicate_mothership) +"rR" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/effect/bump_teleporter{id = "Synd24"; id_target = "Synd14"},/turf/unsimulated/floor{color = "gray"; icon_state = "rampbottom"},/area/syndicate_mothership) +"rS" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"rT" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plasteel{icon_state = "darkyellowcornersalt"},/area/syndicate_mothership/cargo) +"rW" = (/turf/unsimulated/wall{icon_state = "iron6"; tag = "icon-iron6"},/area/syndicate_mothership/jail) +"rZ" = (/turf/simulated/floor/plasteel{dir = 4; icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"sb" = (/obj/structure/table/reinforced,/obj/item/paper_bin/syndicate{pixel_y = 7},/obj/item/pen/fancy,/turf/simulated/floor/carpet,/area/syndicate_mothership/control) +"sd" = (/obj/structure/curtain/open/shower/security,/obj/machinery/shower{pixel_y = 20},/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership/infteam) +"sf" = (/obj/structure/shuttle/engine/heater,/turf/unsimulated/wall{icon_state = "iron8"},/area/syndicate_mothership/cargo) +"sh" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"sk" = (/obj/effect/turf_decal{dir = 6; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"sm" = (/turf/unsimulated/floor{name = "plating"},/area/syndicate_mothership/infteam) +"so" = (/turf/simulated/floor/plasteel{dir = 5; icon_state = "navybluealt"},/area/syndicate_mothership/control) +"sq" = (/obj/machinery/porta_turret/syndicate/interior,/obj/structure/window/plasmareinforced{color = "#d70000"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"ss" = (/obj/machinery/door/poddoor/multi_tile/four_tile_hor{icon_state = "open"; id_tag = "Aspid_right_storage"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"su" = (/obj/structure/table/wood/fancy/black,/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"sx" = (/obj/effect/decal/syndie_logo{icon_state = "logo13"},/obj/effect/turf_decal/stripes/black{dir = 8; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"sy" = (/obj/structure/flora/grass/jungle/b,/obj/structure/flora/junglebush/c,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"sB" = (/obj/effect/spawner/lootdrop/maintenance,/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership) +"sD" = (/obj/effect/decal/cleanable/dirt,/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 4; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"sE" = (/obj/machinery/light/small{dir = 1},/turf/simulated/shuttle/floor{icon_state = "floor4"},/area/shuttle/assault_pod) +"sF" = (/obj/machinery/pdapainter,/obj/structure/curtain/black{pixel_x = -32},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"sH" = (/obj/effect/turf_decal/stripes/gold{dir = 10; icon_state = "gs_deadlock"},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/infteam) +"sI" = (/turf/unsimulated/wall/fakeglass{dir = 4; icon_state = "fake_plastitanium_window2"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/infteam) +"sK" = (/obj/effect/decal/syndie_logo{icon_state = "logo7"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"sL" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"sM" = (/turf/unsimulated/wall{icon_state = "iron2"},/area/syndicate_mothership/cargo) +"sS" = (/obj/structure/table/reinforced,/obj/machinery/kitchen_machine/microwave/upgraded{pixel_y = 5},/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"sT" = (/obj/machinery/door/poddoor/impassable{id_tag = "SST_armory_main"; name = "SST Armory"},/turf/simulated/floor/plasteel{icon_state = "darkbluealtstrip"},/area/syndicate_mothership/elite_squad) +"sW" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/effect/bump_teleporter{id = "Synd12"; id_target = "Synd22"},/turf/unsimulated/floor{color = "gray"; dir = 1; icon_state = "rampbottom"},/area/syndicate_mothership) +"sY" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"sZ" = (/obj/effect/mapping_helpers/light{layer = 10},/obj/effect/turf_decal{dir = 9; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"ta" = (/obj/machinery/door/poddoor/multi_tile/three_tile_ver,/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"tg" = (/obj/structure/chair/office/dark{dir = 8},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"th" = (/obj/structure/chair/wheelchair/bike{dir = 8},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"tl" = (/obj/machinery/computer/arcade/orion_trail,/obj/structure/curtain/black{pixel_x = -32},/obj/structure/curtain/black{pixel_x = -32; pixel_y = -32},/obj/structure/curtain/black{pixel_y = -32},/turf/simulated/floor/carpet/arcade,/area/syndicate_mothership/infteam) +"tm" = (/obj/effect/turf_decal{dir = 8; icon_state = "golden_stripes"},/obj/machinery/light/spot{dir = 8; tag = "icon-tube1 (WEST)"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"tn" = (/obj/structure/table/reinforced,/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"tq" = (/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"tt" = (/obj/structure/mopbucket,/obj/item/mop,/obj/item/soap/syndie,/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership/elite_squad) +"tu" = (/obj/structure/rack/holorack,/obj/item/clothing/under/acj{pixel_x = -9; pixel_y = 9},/obj/item/clothing/under/acj{pixel_x = -6; pixel_y = 6},/obj/item/clothing/under/acj{pixel_x = -3; pixel_y = 3},/obj/item/clothing/under/acj,/obj/item/clothing/under/acj{pixel_x = 3; pixel_y = -3},/obj/item/clothing/under/acj{pixel_x = 6; pixel_y = -6},/obj/effect/turf_decal/box/white,/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"tv" = (/turf/unsimulated/wall{icon_state = "iron3"},/area/syndicate_mothership/elite_squad) +"tx" = (/obj/machinery/door/airlock/syndicate/public{name = "Man Restroom"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership) +"ty" = (/obj/machinery/conveyor/east{id = "SFBQMLoad2"},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/cargo) +"tF" = (/obj/machinery/light/small,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"tG" = (/obj/structure/chair,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"tH" = (/obj/structure/bed,/obj/item/bedsheet/syndie,/obj/structure/mirror/magic{desc = null; name = "mirror"; pixel_y = 25},/obj/effect/turf_decal{dir = 1; icon_state = "golden_stripes"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"tI" = (/obj/effect/decal/syndie_logo{icon_state = "logo15"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"tJ" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 6; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"tK" = (/obj/structure/table/wood/fancy/black,/obj/item/reagent_containers/food/drinks/trophy/gold_cup,/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"tM" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"tO" = (/obj/effect/turf_decal{dir = 10; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 10; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"tQ" = (/obj/effect/decal/cleanable/blood,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"tR" = (/obj/machinery/vending/toyliberationstation{req_access_txt = "150"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"tU" = (/obj/effect/baseturf_helper{baseturf = /turf/unsimulated/floor/asteroid; name = "asteroid baseturf editor"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"tW" = (/turf/unsimulated/beach/sand,/area/syndicate_mothership/outside) +"tZ" = (/obj/item/twohanded/required/kirbyplants,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/elite_squad) +"uc" = (/obj/structure/flora/grass/jungle/b,/obj/structure/flora/ausbushes/sunnybush,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"uf" = (/turf/simulated/floor/plasteel{dir = 4; icon_state = "navybluecornersalt"},/area/syndicate_mothership/control) +"uh" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/door/poddoor/impassable{color = "#99ff99"; id_tag = "SST_armory_basic"; name = "SST Armory Basic Weapons"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"uj" = (/obj/structure/statue/sandstone/assistant{anchored = 1; desc = "Он точно не спит на посту!"; dir = 8; icon = 'icons/mob/simple_human.dmi'; icon_state = "syndicate_smg"; max_integrity = 9999; name = "Биба"; obj_integrity = 9999},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/elite_squad) +"uk" = (/turf/simulated/floor/plasteel{dir = 5; icon_state = "darkyellowalt"},/area/syndicate_mothership/cargo) +"ul" = (/obj/structure/flora/ausbushes/genericbush,/obj/structure/flora/ausbushes/lavendergrass,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"uq" = (/obj/machinery/vending/syndisnack,/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/jail) +"ur" = (/obj/structure/table/reinforced,/obj/item/stamp/syndicate{pixel_x = 6; pixel_y = -4},/obj/item/stamp/chameleon{pixel_x = 4; pixel_y = 6},/obj/item/syndicatedetonator{pixel_x = -6; pixel_y = 5},/turf/simulated/floor/carpet,/area/syndicate_mothership/control) +"ut" = (/obj/machinery/vending/wallmed/syndicate{pixel_y = 32},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"uu" = (/turf/unsimulated/wall/fakeglass{dir = 4; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/cargo) +"uw" = (/obj/effect/decal/cleanable/dirt,/obj/structure/curtain/black{pixel_y = -32},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"uA" = (/obj/machinery/door_control{color = "#99ff99"; emagged = 1; icon_button = "altdoorctrl"; icon_state = "altdoorctrl"; id = "SST_armory_basic"; name = "SST Armory Basic Weapons"; pixel_y = -24; req_access_txt = "153"},/obj/machinery/door_control{color = "#ffdd99"; emagged = 1; icon_button = "altdoorctrl"; icon_state = "altdoorctrl"; id = "SST_armory_grenades"; name = "SST Armory Grenades"; pixel_x = 6; pixel_y = -32; req_access_txt = "153"},/obj/machinery/door_control{emagged = 1; icon_button = "altdoorctrl"; icon_state = "altdoorctrl"; id = "SST_armory_advanced"; name = "SST Armory Advanced Weapons"; pixel_y = -40; req_access_txt = "153"},/obj/machinery/door_control{color = "#9999ff"; emagged = 1; icon_button = "altdoorctrl"; icon_state = "altdoorctrl"; id = "SST_armory_support"; name = "SST Armory Support Items"; pixel_x = -6; pixel_y = -32; req_access_txt = "153"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"uB" = (/turf/unsimulated/wall/fakeglass{dir = 1; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/infteam) +"uE" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/tile/neutral{color = "black"; icon_state = "tile_full"},/turf/simulated/floor/plasteel{dir = 8; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"uF" = (/obj/machinery/door/airlock/syndicate/security{name = "Ангар"; req_access_txt = "150"},/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership/infteam) +"uJ" = (/obj/effect/turf_decal{dir = 10; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"uL" = (/turf/unsimulated/wall/fakeglass{icon_state = "fake_plastitanium_window2"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/elite_squad) +"uM" = (/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"uO" = (/obj/machinery/shower{dir = 8},/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership/elite_squad) +"uP" = (/obj/machinery/vending/cigarette/free,/obj/structure/curtain/black{pixel_x = -32},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"uQ" = (/obj/structure/spacepoddoor/invincible{dir = 4},/turf/unsimulated/floor{name = "plating"},/area/syndicate_mothership/elite_squad) +"uR" = (/obj/machinery/door/poddoor{id_tag = "nukeop_ready"; name = "Shuttle Dock Door"},/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"uS" = (/obj/machinery/photocopier/syndie,/obj/structure/curtain/black{pixel_x = -32},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"uT" = (/obj/structure/flora/grass/jungle,/obj/structure/flora/tree/jungle,/obj/structure/flora/ausbushes/sunnybush,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"uU" = (/obj/machinery/conveyor/south{id = "SFBQMLoad"},/obj/machinery/syndiepad/receivepad,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"uW" = (/obj/effect/turf_decal/stripes/line{color = "darkgray"; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding2"},/turf/unsimulated/floor{dir = 4; icon_state = "rampbottom"},/area/syndicate_mothership/infteam) +"uX" = (/obj/structure/table/wood,/obj/item/reagent_containers/glass/beaker/waterbottle/large{pixel_x = -7; pixel_y = 9},/obj/item/paper_bin/syndicate{pixel_y = 5},/obj/item/pen/edagger{pixel_x = 4; pixel_y = 5},/obj/structure/curtain/black{pixel_y = -32},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"uY" = (/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/control) +"uZ" = (/turf/unsimulated/wall{icon_state = "iron9"; tag = "icon-iron9"},/area/syndicate_mothership/infteam) +"va" = (/obj/effect/turf_decal{dir = 5; icon_state = "golden_stripes_corner"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"vd" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"ve" = (/obj/machinery/light,/turf/simulated/floor/plasteel{icon_state = "navybluealt"},/area/syndicate_mothership/control) +"vg" = (/turf/simulated/floor/plasteel{icon_state = "darkyellowalt"},/area/syndicate_mothership/cargo) +"vh" = (/turf/unsimulated/wall{icon_state = "iron11"; tag = "icon-iron11"},/area/syndicate_mothership/cargo) +"vi" = (/obj/structure/table,/obj/machinery/door/window/brigdoor{color = "red"; dir = 2; req_access_txt = "150"},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"vj" = (/obj/structure/kitchenspike,/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"vk" = (/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/jail) +"vl" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 8; icon_state = "warndarkgreyred"},/area/syndicate_mothership/elite_squad) +"vn" = (/obj/effect/decal/syndie_logo{icon_state = "logo3"},/obj/effect/turf_decal/stripes/black{dir = 1; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"vr" = (/obj/structure/chair/sofa/left{dir = 1},/turf/simulated/floor/plasteel{icon_state = "navybluealt"},/area/syndicate_mothership/control) +"vw" = (/obj/effect/turf_decal/loading_area,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/cargo) +"vx" = (/obj/effect/decal/syndie_logo{icon_state = "logo5"},/obj/effect/turf_decal/stripes/black{dir = 8; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"vC" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"vE" = (/obj/effect/baseturf_helper{baseturf = /turf/unsimulated/floor/asteroid; name = "asteroid baseturf editor"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/infteam) +"vF" = (/obj/effect/decal/cleanable/blood,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"vG" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/effect/bump_teleporter{id = "Synd26"; id_target = "Synd16"},/turf/unsimulated/floor{color = "gray"; icon_state = "rampbottom"},/area/syndicate_mothership) +"vH" = (/obj/machinery/door/airlock/syndicate/medical{name = "Медзона"; req_access_txt = "150"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"vK" = (/obj/structure/window/reinforced{color = "red"; dir = 8},/obj/item/storage/fancy/donut_box,/obj/structure/table/wood/fancy/black,/turf/unsimulated/floor{dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/control) +"vL" = (/obj/machinery/door/poddoor/multi_tile/four_tile_hor,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"vM" = (/turf/unsimulated/wall{icon_state = "iron5"; tag = "icon-iron5"},/area/syndicate_mothership) +"vQ" = (/obj/structure/window/reinforced{color = "red"; dir = 4},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"vS" = (/obj/machinery/door/airlock/syndicate/security{autoclose = 0; frequency = 1441; id_tag = "syndicate_jail_airlock_internal"; locked = 1; name = "Syndicate Jail Internal Airlock"; req_access_txt = "153"},/turf/simulated/floor/plasteel{dir = 4; icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"vT" = (/obj/structure/table,/obj/item/kitchen/knife/butcher,/obj/item/clothing/mask/muzzle{pixel_y = 8},/obj/item/melee/baseball_bat/homerun,/obj/item/melee/baseball_bat/ablative{pixel_x = 3; pixel_y = -3},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"vV" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"},/turf/unsimulated/beach/coastline,/area/syndicate_mothership/outside) +"vW" = (/obj/machinery/door/poddoor/multi_tile/four_tile_hor{icon_state = "open"; id_tag = "Aspid_main_storage"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"vY" = (/obj/structure/flora/grass/jungle/b,/obj/structure/flora/ausbushes/reedbush,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"vZ" = (/obj/structure/fence/post{color = "#b0b7c6"; invulnerable = 1},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"wa" = (/obj/machinery/door/poddoor/multi_tile/three_tile_hor{closingLayer = 3.2; icon_state = "open"; layer = 3.02},/obj/structure/spacepoddoor/invincible{dir = 4},/turf/unsimulated/floor{name = "plating"},/area/syndicate_mothership/elite_squad) +"wc" = (/obj/structure/table,/obj/machinery/door_control{id = "syndieshutters_Aspid"; name = "remote shutter control"; req_access_txt = "150"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "darkredalt"},/area/syndicate_mothership/cargo) +"wd" = (/obj/machinery/vending/coffee/free,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"wf" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"wh" = (/turf/unsimulated/wall/fakeglass{icon_state = "fake_plastitanium_window2"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership) +"wm" = (/obj/effect/decal/cleanable/blood,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"wp" = (/obj/machinery/door/airlock/syndicate/security{name = "Ангар"; req_access_txt = "150"},/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership/elite_squad) +"wr" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"ws" = (/obj/effect/decal/syndie_logo{icon_state = "logo15"},/obj/effect/turf_decal/stripes/gold{dir = 4},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"wu" = (/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/obj/item/twohanded/required/kirbyplants,/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"wv" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"ww" = (/obj/structure/chair/comfy/black,/turf/simulated/floor/carpet/black,/area/syndicate_mothership/elite_squad) +"wB" = (/obj/structure/sign/poster/contraband/random{pixel_y = 30},/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wood{icon_state = "wood_old_broken7"},/area/syndicate_mothership) +"wC" = (/obj/structure/table/wood,/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/infteam) +"wD" = (/obj/structure/railing{dir = 1},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"wE" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"wI" = (/obj/machinery/light/spot,/turf/simulated/floor/plasteel{dir = 1; icon_state = "darkyellowalt"},/area/syndicate_mothership/cargo) +"wK" = (/obj/machinery/vending/chinese/free,/obj/effect/turf_decal/stripes/gold{dir = 5},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/infteam) +"wM" = (/obj/effect/turf_decal/delivery/white,/obj/effect/spawner/random_spawners/syndicate/loot/level4{color = "#f64a46"; icon_state = "x_white"; spawn_inside = /obj/structure/closet/crate/syndicate},/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"wN" = (/turf/simulated/floor/carpet/black,/area/syndicate_mothership) +"wO" = (/obj/machinery/door_control{emagged = 1; icon_button = "altdoorctrl"; icon_state = "altdoorctrl"; id = "Aspid_left_storage"; name = "Aspid pod storage #2"; pixel_y = -24; req_access_txt = "153"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"wS" = (/turf/simulated/floor/plasteel{icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"wU" = (/obj/structure/sign/poster/contraband/c20r{pixel_y = 32},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"wV" = (/obj/machinery/vending/cigarette/free,/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/jail) +"wW" = (/obj/effect/decal/syndie_logo{icon_state = "logo8"},/obj/effect/turf_decal/stripes/gold{dir = 4},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"wX" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"wY" = (/obj/structure/curtain/black{pixel_y = -32},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"wZ" = (/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/plasteel{dir = 1; icon_state = "darkyellowalt"},/area/syndicate_mothership/cargo) +"xd" = (/obj/structure/ore_box,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"xf" = (/obj/structure/flora/grass/jungle/b,/obj/structure/flora/ausbushes/lavendergrass,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"xk" = (/obj/structure/mirror{pixel_x = 30},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"xl" = (/obj/structure/table/wood,/obj/item/grenade/bananade/casing{pixel_x = 10},/obj/item/grenade/bananade/casing{pixel_x = 6},/obj/item/grenade/bananade/casing{pixel_x = 2},/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/obj/item/reagent_containers/food/snacks/grown/banana,/obj/item/reagent_containers/food/snacks/grown/banana,/obj/item/reagent_containers/food/snacks/grown/banana,/obj/item/reagent_containers/food/snacks/grown/banana,/obj/item/reagent_containers/food/snacks/grown/banana,/obj/item/reagent_containers/food/snacks/grown/banana,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"xm" = (/obj/structure/table/wood,/obj/item/radio/beacon/syndicate/bomb{pixel_y = 8},/obj/item/radio/beacon/syndicate/bomb{pixel_y = 4},/obj/item/radio/beacon/syndicate/bomb,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"xo" = (/turf/unsimulated/wall{icon_state = "iron10"; tag = "icon-iron10"},/area/syndicate_mothership/jail) +"xs" = (/turf/simulated/floor/plasteel{dir = 8; icon_state = "darkyellowcornersalt"},/area/syndicate_mothership/cargo) +"xu" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidwarning"; name = "plating"},/area/syndicate_mothership/outside) +"xw" = (/obj/structure/chair/wheelchair/bike{dir = 8},/obj/structure/sign/poster/contraband/random{pixel_x = 30},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"xy" = (/obj/machinery/conveyor_switch/oneway{id = "SFBQMLoad"},/turf/simulated/floor/plasteel{dir = 8; icon_state = "darkyellowcornersalt"},/area/syndicate_mothership/cargo) +"xz" = (/obj/structure/table/wood,/obj/machinery/kitchen_machine/microwave/upgraded{pixel_y = 5},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership) +"xA" = (/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership/infteam) +"xB" = (/obj/machinery/door/airlock/syndicate/public{name = "Bar"; req_access_txt = "150"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"xC" = (/obj/machinery/conveyor/north{id = "SFBQMLoad2"},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/cargo) +"xD" = (/obj/structure/flora/grass/jungle,/obj/structure/flora/ausbushes/lavendergrass,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"xG" = (/obj/effect/decal/syndie_logo{icon_state = "logo1"},/obj/effect/turf_decal/stripes/gold{dir = 9},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"xJ" = (/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"xK" = (/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/infteam) +"xN" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/effect/bump_teleporter{id = "Synd14"; id_target = "Synd24"},/turf/unsimulated/floor{color = "gray"; dir = 1; icon_state = "rampbottom"},/area/syndicate_mothership) +"xP" = (/obj/structure/chair/sofa/left{dir = 4},/turf/simulated/floor/carpet,/area/syndicate_mothership/infteam) +"xQ" = (/obj/effect/decal/cleanable/blood,/obj/machinery/light/small{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"xR" = (/obj/structure/table/wood,/obj/machinery/kitchen_machine/microwave/upgraded{pixel_y = 5},/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/obj/structure/curtain/black{pixel_x = 32},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/infteam) +"xT" = (/obj/effect/turf_decal/delivery/red,/obj/effect/spawner/random_spawners/syndicate/loot{color = "#755d9a"; icon_state = "x_white"; spawn_inside = null},/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"xU" = (/obj/machinery/cryopod/syndie,/turf/simulated/floor/carpet/black,/area/syndicate_mothership/elite_squad) +"xV" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"xW" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"xX" = (/obj/item/twohanded/required/kirbyplants,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"xY" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 1; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"yc" = (/obj/item/reagent_containers/food/drinks/bottle/vodka{pixel_x = -8; pixel_y = 4},/obj/item/syndicatedetonator{pixel_x = 4},/obj/structure/table/wood/poker,/turf/simulated/floor/carpet/black,/area/syndicate_mothership) +"yf" = (/obj/effect/turf_decal/delivery,/obj/spacepod/syndi/unlocked,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"yi" = (/obj/effect/decal/cleanable/blood,/obj/machinery/flasher{id = "syndie_FB_cells"; pixel_y = -24},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"yn" = (/obj/effect/decal/syndie_logo{icon_state = "logo17"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"yo" = (/turf/unsimulated/wall/fakeglass{dir = 1; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/control) +"yr" = (/obj/machinery/washing_machine,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"yt" = (/turf/unsimulated/wall{icon_state = "iron14"},/area/syndicate_mothership/elite_squad) +"yu" = (/obj/structure/closet/crate/syndicate{pixel_y = 8},/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/plasteel{icon_state = "darkyellowalt"},/area/syndicate_mothership/cargo) +"yv" = (/obj/structure/closet/secure_closet/syndicate_officer,/obj/effect/turf_decal{dir = 9; icon_state = "golden_stripes"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"yy" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/door/poddoor/impassable{id_tag = "SST_armory_advanced"; name = "SST Armory Advanced Weapons"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"yB" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/snacks/sliceable/chocolatecake,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/elite_squad) +"yC" = (/obj/effect/turf_decal{dir = 10; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 10; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"yF" = (/obj/machinery/syndiepad/admin/receivepad,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"yG" = (/turf/unsimulated/floor/asteroid{icon_state = "asteroidwarning"; name = "plating"},/area/syndicate_mothership/outside) +"yH" = (/obj/effect/decal/syndie_logo{icon_state = "logo17"},/obj/effect/turf_decal/stripes/black,/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"yI" = (/obj/machinery/conveyor/west{id = "SFBQMLoad2"},/obj/machinery/syndiepad/loadpad,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"yJ" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/machinery/light/small{dir = 8},/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/tile/neutral{color = "black"; icon_state = "tile_full"},/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 9; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"yK" = (/obj/structure/curtain/black,/turf/unsimulated/wall/fakeglass{dir = 4; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/elite_squad) +"yM" = (/obj/structure/chair/sofa/left,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/elite_squad) +"yN" = (/obj/structure/sign/nosmoking_2{pixel_x = 32},/obj/machinery/computer/operating,/turf/simulated/floor/plasteel{dir = 6; icon_state = "navybluealt"},/area/syndicate_mothership/control) +"yO" = (/turf/unsimulated/wall{icon_state = "iron0"},/area/syndicate_mothership) +"yQ" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/structure/ore_box,/obj/effect/turf_decal/delivery/white,/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"yS" = (/obj/machinery/computer/shuttle/syndicate{name = "Nuclear Operatives Shuttle Console"},/turf/simulated/floor/carpet,/area/syndicate_mothership/control) +"yY" = (/obj/structure/flora/tree/jungle,/obj/structure/flora/ausbushes/sunnybush,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"yZ" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 4; icon_state = "warndarkgreyred"},/area/syndicate_mothership/infteam) +"za" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"},/turf/unsimulated/beach/coastline,/area/syndicate_mothership/outside) +"zc" = (/obj/effect/decal/syndie_logo{icon_state = "logo1"},/obj/effect/turf_decal/stripes/black{dir = 9},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"zd" = (/obj/structure/sign/poster/contraband/random{pixel_y = -30},/turf/simulated/floor/wood{icon_state = "wood_old_broken4"},/area/syndicate_mothership) +"ze" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"zi" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 1; icon_state = "warndarkgreycornerred"},/area/syndicate_mothership/elite_squad) +"zk" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{icon_state = "warndarkgreycornerred"},/area/syndicate_mothership/elite_squad) +"zl" = (/obj/effect/turf_decal{dir = 6; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"zm" = (/obj/structure/table,/obj/structure/bedsheetbin,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"zn" = (/turf/unsimulated/wall/fakeglass{dir = 4; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/jail) +"zo" = (/obj/effect/decal/cleanable/dirt,/turf/unsimulated/wall/fakeglass{dir = 10; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership) +"zp" = (/obj/machinery/light/small,/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"zs" = (/obj/effect/decal/syndie_logo{icon_state = "logo6"},/obj/structure/chair/stool,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"zt" = (/obj/effect/decal/syndie_logo{icon_state = "logo5"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/structure/chair/comfy/purp{dir = 8},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"zu" = (/obj/machinery/door/poddoor/multi_tile/two_tile_hor{icon_state = "open"; layer = 3.01},/obj/structure/spacepoddoor/invincible{dir = 4},/turf/unsimulated/floor{name = "plating"},/area/syndicate_mothership/infteam) +"zv" = (/obj/effect/decal/syndie_logo{icon_state = "logo14"},/obj/structure/chair/stool,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"zx" = (/obj/machinery/porta_turret/syndicate/interior,/obj/structure/window/plasmareinforced{color = "#d70000"},/obj/structure/curtain/black{pixel_y = 32},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"zy" = (/obj/effect/turf_decal{dir = 10; icon_state = "grass_edge_medium"},/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"zz" = (/obj/structure/table/wood/fancy/black,/obj/item/clothing/gloves/ring/gold{pixel_x = 7; pixel_y = 10},/obj/item/clothing/gloves/ring/gold,/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"zA" = (/obj/effect/decal/syndie_logo{icon_state = "logo19"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"zD" = (/obj/structure/weightmachine/weightlifter,/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"zE" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"zH" = (/obj/machinery/door/airlock/syndicate/public{name = "Toilet"},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"zJ" = (/obj/item/flag/syndi,/obj/structure/sign/poster/contraband/syndicate_recruitment{pixel_y = 30},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"zK" = (/obj/structure/fence{color = "#b0b7c6"; dir = 4; invulnerable = 1},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"zM" = (/obj/effect/turf_decal/stripes/gold{dir = 8},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/infteam) +"zU" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidwarning"; name = "plating"},/area/syndicate_mothership/outside) +"zW" = (/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/outside) +"zX" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/delivery/white,/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"zY" = (/obj/structure/sink/kitchen{dir = 4; pixel_x = -13},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"Ac" = (/obj/structure/table/reinforced,/obj/item/kitchen/knife,/obj/item/kitchen/knife/butcher,/obj/item/kitchen/knife/butcher/meatcleaver,/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"Ah" = (/obj/machinery/light,/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"Ai" = (/obj/structure/rack/holorack,/obj/effect/turf_decal/box/white,/obj/item/teleporter/admin{pixel_x = -3; pixel_y = 3},/obj/item/teleporter/admin,/obj/item/teleporter/admin{pixel_x = 3; pixel_y = -3},/obj/structure/sign/poster/contraband/c20r{pixel_y = 32},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"Aj" = (/obj/structure/sign/poster/contraband/random{pixel_y = 30},/obj/machinery/light/small{dir = 1},/obj/effect/turf_decal/stripes/gold{dir = 1},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"Ak" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Al" = (/obj/effect/turf_decal{dir = 9; icon_state = "grass_edge_medium"},/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"Am" = (/turf/unsimulated/wall{icon_state = "iron12"},/area/syndicate_mothership/control) +"An" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/door/poddoor/impassable{color = "#ff9999"; id_tag = "SST_armory_mech_mauler"; name = "SST Armory Mech Mauler"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"Ar" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"At" = (/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"Au" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/structure/ore_box,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Ay" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/beach/sand,/area/syndicate_mothership/outside) +"Az" = (/obj/effect/turf_decal/stripes/line{color = "darkgray"; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding2"},/obj/machinery/door/poddoor/impassable{id_tag = "nukeop_outside"; name = "Outside Blast Door"},/turf/unsimulated/floor{dir = 8; icon_state = "rampbottom"},/area/syndicate_mothership) +"AA" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium"},/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"AB" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/effect/bump_teleporter{id = "Synd15"; id_target = "Synd25"},/turf/unsimulated/floor{color = "gray"; dir = 1; icon_state = "rampbottom"},/area/syndicate_mothership) +"AC" = (/obj/effect/decal/cleanable/dirt,/obj/item/twohanded/required/kirbyplants,/obj/structure/curtain/black{pixel_x = -32},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"AD" = (/obj/structure/table/wood,/obj/item/storage/backpack/duffel/syndie/surgery{pixel_y = 6},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"AE" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"AF" = (/obj/item/twohanded/required/kirbyplants,/turf/simulated/floor/plasteel{dir = 8; icon_state = "darkbluecornersalt"},/area/syndicate_mothership/elite_squad) +"AH" = (/obj/item/storage/box/drinkingglasses,/obj/structure/sign/poster/contraband/random{pixel_y = 30},/obj/structure/table/wood{color = "#996633"},/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership) +"AK" = (/obj/machinery/door/airlock/syndicate/security{name = "тюрьма"; req_access_txt = "153"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"AL" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/plasteel{icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"AM" = (/turf/unsimulated/wall{icon_state = "iron1"},/area/syndicate_mothership/infteam) +"AO" = (/obj/structure/rack/holorack,/obj/item/autoimplanter,/obj/effect/turf_decal/box/white,/obj/structure/sign/poster/contraband/hacking_guide{pixel_y = 32},/obj/machinery/light{dir = 1},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"AP" = (/obj/structure/table/wood/fancy/black,/obj/item/clothing/accessory/medal/gold{pixel_y = 9},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"AR" = (/obj/effect/baseturf_helper{baseturf = /turf/unsimulated/floor/asteroid; name = "asteroid baseturf editor"},/obj/structure/flora/grass/jungle/b,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Ba" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/effect/turf_decal/delivery/white,/obj/effect/decal/cleanable/dirt,/obj/effect/spawner/lootdrop/maintenance,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Be" = (/obj/machinery/computer/shuttle/syndicate/drop_pod,/turf/simulated/shuttle/wall{icon_state = "wall3"},/area/shuttle/assault_pod) +"Bf" = (/turf/unsimulated/wall{icon_state = "iron12"},/area/syndicate_mothership/cargo) +"Bg" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidwarning"; name = "plating"},/area/syndicate_mothership/outside) +"Bh" = (/obj/structure/table/wood,/obj/item/storage/box/donkpockets,/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/jail) +"Bk" = (/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/structure/flora/grass/jungle/b,/obj/effect/turf_decal/tile/neutral{color = "black"; icon_state = "tile_full"},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Bl" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/junglebush/c,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Bn" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/delivery/white,/obj/effect/spawner/random_spawners/syndicate/loot/level4{color = "#f64a46"; icon_state = "x_white"; spawn_inside = /obj/structure/closet/crate/syndicate},/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Bv" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/door/poddoor/impassable{color = "#ffdd99"; id_tag = "SST_armory_mech_gygax"; name = "SST Armory Mech DarkGygax"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"Bw" = (/obj/effect/turf_decal/delivery/white,/obj/effect/spawner/random_spawners/syndicate/loot/level3{color = "#00856f"; icon_state = "x_white"; spawn_inside = /obj/structure/closet/crate},/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Bx" = (/obj/structure/closet/syndicate/sst,/obj/item/ammo_box/magazine/mm556x45/bleeding,/obj/item/ammo_box/magazine/mm556x45,/obj/machinery/light/small{dir = 4},/obj/effect/turf_decal/bot_white,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"BA" = (/obj/structure/table,/obj/item/restraints/handcuffs/pinkcuffs,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/jail) +"BD" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/effect/bump_teleporter{id = "Synd23"; id_target = "Synd13"},/turf/unsimulated/floor{color = "gray"; icon_state = "rampbottom"},/area/syndicate_mothership) +"BE" = (/obj/effect/decal/syndie_logo{icon_state = "logo9"},/obj/structure/chair/comfy/black{dir = 4},/obj/effect/turf_decal/stripes/black{dir = 8; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"BF" = (/turf/unsimulated/wall/fakeglass{dir = 10; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/cargo) +"BG" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/door/poddoor/impassable{color = "#99ff99"; id_tag = "SST_armory_basic"; name = "SST Armory Basic Weapons"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"BH" = (/obj/effect/turf_decal{dir = 8; icon_state = "golden_stripes"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"BI" = (/obj/effect/decal/syndie_logo{icon_state = "logo12"},/obj/effect/turf_decal/stripes/gold{dir = 4},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"BK" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/obj/structure/curtain/black{pixel_y = -32},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/infteam) +"BL" = (/obj/structure/kitchenspike,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"BM" = (/obj/machinery/door/airlock/hatch/syndicate{name = "Syndicate Base"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"BO" = (/obj/item/twohanded/required/kirbyplants,/obj/structure/curtain/black{pixel_y = 32},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"BP" = (/obj/structure/curtain/black{pixel_y = 32},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"BR" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/delivery/red,/obj/effect/spawner/random_spawners/syndicate/loot{color = "#755d9a"; icon_state = "x_white"; spawn_inside = null},/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"BS" = (/obj/structure/rack,/obj/item/storage/backpack/duffel/syndie/c4{pixel_x = -3; pixel_y = 3},/obj/item/storage/backpack/duffel/syndie/c4,/obj/item/storage/backpack/duffel/syndie/c4{pixel_x = 3; pixel_y = -3},/obj/machinery/light/small{dir = 4},/obj/effect/turf_decal/bot_white,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"BV" = (/obj/machinery/chem_dispenser/upgraded,/obj/structure/sign/nosmoking_2{pixel_x = -32},/turf/simulated/floor/plasteel{dir = 8; icon_state = "navybluealt"},/area/syndicate_mothership/control) +"BW" = (/obj/machinery/bluespace_beacon/syndicate,/obj/effect/turf_decal/box/red,/obj/machinery/door/window/brigdoor{base_state = "rightsecure"; color = "#d70000"; dir = 2; icon_state = "rightsecure"; name = "Riot Control"; req_access_txt = "156"},/obj/structure/curtain/black{pixel_y = 32},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"BX" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/delivery/white,/obj/effect/spawner/random_spawners/syndicate/loot/level3{color = "#00856f"; icon_state = "x_white"; spawn_inside = /obj/structure/closet/crate},/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"BY" = (/obj/effect/decal/syndie_logo{icon_state = "logo13"},/obj/effect/turf_decal/stripes/black{dir = 8; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"BZ" = (/turf/simulated/floor/plasteel{icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"Ca" = (/obj/machinery/door/airlock/syndicate/command{name = "Bridge"; req_access_txt = "153"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"Cb" = (/obj/effect/decal/cleanable/dirt,/obj/structure/table,/obj/structure/sign/poster/contraband/random{pixel_x = 30},/obj/item/reagent_containers/food/drinks/cans/beer,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"Cc" = (/obj/item/flag/syndi,/turf/simulated/floor/plasteel{dir = 4; icon_state = "darkredcornersalt"},/area/syndicate_mothership/cargo) +"Cl" = (/obj/machinery/syndiepad/admin/loadpad{target_id = "syndie_cargo_port1"},/obj/structure/curtain/black{pixel_y = 32},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"Cm" = (/obj/structure/flora/grass/jungle/b,/turf/unsimulated/wall{icon_state = "rock"; name = "rock"},/area/syndicate_mothership/outside) +"Cq" = (/obj/machinery/conveyor/west{id = "SFBQMLoad"},/obj/machinery/syndiepad/receivepad,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"Cs" = (/obj/machinery/porta_turret/syndicate/pod,/turf/simulated/shuttle/wall{dir = 1; icon_state = "diagonalWall3"},/area/shuttle/assault_pod) +"Ct" = (/obj/machinery/vending/syndisnack,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"Cu" = (/obj/effect/decal/syndie_logo{icon_state = "logo2"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"Cv" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/effect/turf_decal/delivery/white,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Cz" = (/obj/structure/mopbucket,/obj/item/mop,/obj/item/soap/syndie,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership) +"CB" = (/obj/machinery/vending/wallmed/syndicate{pixel_y = 32},/obj/item/flag/syndi,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"CC" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/delivery/white,/obj/structure/ore_box,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"CD" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/machinery/light/small{dir = 4},/obj/effect/turf_decal/tile/neutral{color = "black"; icon_state = "tile_full"},/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 5; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"CE" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"},/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"CF" = (/turf/unsimulated/wall{icon_state = "iron2"},/area/syndicate_mothership/elite_squad) +"CH" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"CJ" = (/obj/structure/flora/tree/jungle,/obj/structure/flora/ausbushes/reedbush,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"CK" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/effect/turf_decal/delivery/white,/obj/effect/spawner/random_spawners/syndicate/loot{color = "#755d9a"; icon_state = "x_white"; spawn_inside = null},/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"CM" = (/obj/structure/closet/syndicate/sst,/obj/item/ammo_box/magazine/mm556x45/bleeding,/obj/item/ammo_box/magazine/mm556x45,/obj/effect/turf_decal/bot_white,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"CN" = (/obj/effect/turf_decal/delivery/white,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"CR" = (/obj/effect/decal/syndie_logo{icon_state = "logo18"},/obj/effect/turf_decal/stripes/black,/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"CU" = (/obj/structure/table/wood/fancy/black,/obj/item/stack/spacecash/c1000000{desc = "Баксоны максона. Возможно кто-то приобретет пропуск."; name = "100.000 �������� �������"},/obj/item/stack/telecrystal/fifty{amount = 115; desc = null},/obj/item/stack/telecrystal/fifty{amount = 115; desc = null},/obj/item/reagent_containers/food/snacks/soup/beetsoup{desc = "Со вкусом политических убийств"; name = "Борщ"; pixel_y = 16},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"CV" = (/obj/machinery/syndiepad/receivepad,/turf/simulated/floor/carpet,/area/syndicate_mothership/control) +"CW" = (/obj/effect/turf_decal/arrows{dir = 1},/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 8; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"CX" = (/obj/structure/toilet{dir = 8},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership) +"Da" = (/obj/structure/table/wood/fancy/black,/obj/item/documents/syndicate/blue,/obj/item/documents/syndicate/mining,/obj/item/documents/syndicate/red,/obj/item/documents/syndicate/yellow,/obj/item/documents/syndicate/yellow/trapped,/obj/item/documents/syndicate,/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"Dc" = (/turf/unsimulated/wall/fakeglass{dir = 5; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/control) +"Dd" = (/turf/simulated/shuttle/wall{icon_state = "wall3"},/area/shuttle/assault_pod) +"De" = (/obj/effect/decal/syndie_logo{icon_state = "logo3"},/obj/effect/turf_decal/stripes/black{dir = 1; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"Df" = (/turf/unsimulated/wall{icon_state = "iron13"; tag = "icon-iron13"},/area/syndicate_mothership/elite_squad) +"Dg" = (/obj/structure/closet/secure_closet/mime{req_access = null},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/infteam) +"Dh" = (/obj/structure/closet/secure_closet/mime{req_access = null},/obj/machinery/light{layer = 10},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/infteam) +"Di" = (/obj/machinery/door/poddoor/shutters{density = 0; dir = 1; icon_state = "open"; id_tag = "syndieshutters_Aspid"; name = "Blast Shutters"; opacity = 0},/turf/unsimulated/wall/fakeglass{dir = 4; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/cargo) +"Dj" = (/turf/unsimulated/wall{icon_state = "iron9"; tag = "icon-iron9"},/area/syndicate_mothership/cargo) +"Dk" = (/obj/effect/turf_decal/stripes/gold{dir = 1},/obj/item/toy/syndicateballoon,/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"Dl" = (/obj/machinery/light/small{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"Dp" = (/obj/machinery/door/poddoor/multi_tile/four_tile_hor{icon_state = "open"; id_tag = "nukeop_ready"},/obj/structure/spacepoddoor/invincible{dir = 4},/turf/unsimulated/floor{dir = 4; icon_state = "darkgrey"},/area/syndicate_mothership) +"Dt" = (/obj/item/flag/syndi,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"Dy" = (/obj/effect/decal/syndie_logo{icon_state = "logo17"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding2"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"Dz" = (/obj/structure/weightmachine/stacklifter,/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"DB" = (/obj/effect/turf_decal/stripes/line,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"DF" = (/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership) +"DJ" = (/obj/structure/table,/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{pixel_x = 8; pixel_y = 7},/obj/item/reagent_containers/syringe/bioterror{pixel_x = -5; pixel_y = -3},/obj/item/reagent_containers/syringe/capulettium_plus{pixel_x = -5},/obj/item/reagent_containers/syringe/gluttony{pixel_x = -5; pixel_y = 3},/obj/item/reagent_containers/syringe/lethal{pixel_x = -5; pixel_y = 6},/obj/item/reagent_containers/syringe/pancuronium{pixel_x = -5; pixel_y = 9},/obj/item/reagent_containers/syringe/sarin{pixel_x = -5; pixel_y = 12},/obj/item/reagent_containers/glass/bottle/mutagen{pixel_y = 6},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"DK" = (/obj/effect/decal/syndie_logo{icon_state = "logo6"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"DL" = (/obj/machinery/door/poddoor{id_tag = "nukeop_ready"; name = "Shuttle Dock Door"},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"DM" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"DS" = (/obj/structure/table/wood,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"DV" = (/turf/simulated/shuttle/floor{icon_state = "floor4"},/area/shuttle/assault_pod) +"DW" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/machinery/door/poddoor,/turf/unsimulated/floor{icon_state = "rampbottom"},/area/syndicate_mothership/infteam) +"DX" = (/obj/effect/turf_decal/stripes/line{color = "darkgray"; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding2"},/turf/unsimulated/floor{color = "gray"; dir = 8; icon_state = "rampbottom"},/area/syndicate_mothership/outside) +"DZ" = (/obj/structure/table/wood,/obj/machinery/photocopier/faxmachine/longrange/syndie{department = "Syndicate ATOM"},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"Ea" = (/obj/machinery/door/window/brigdoor{color = "#d70000"; dir = 1; name = "Riot Control"},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"Ed" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Ef" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium"},/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Eg" = (/obj/structure/ore_box,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Eh" = (/obj/structure/table/wood{color = "#996633"},/obj/item/reagent_containers/food/drinks/shaker{pixel_x = -7},/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"Em" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/door/poddoor/impassable{color = "#9999ff"; id_tag = "SST_armory_support"; name = "SST Armory Support Items"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"Eo" = (/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"Es" = (/obj/effect/turf_decal/delivery/red,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/spawner/lootdrop/maintenance,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Et" = (/obj/effect/turf_decal{dir = 10; icon_state = "golden_stripes_corner"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"Eu" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/effect/turf_decal/tile/neutral{alpha = 75; color = "black"; icon_state = "tile_full"},/turf/simulated/floor/plasteel{dir = 8; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"Ew" = (/obj/structure/railing{dir = 4},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/jail) +"Ex" = (/obj/effect/decal/syndie_logo{icon_state = "logo9"},/obj/effect/turf_decal/stripes/black{dir = 8; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"Ey" = (/obj/machinery/light/small,/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/obj/structure/curtain/black{pixel_y = -32},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership) +"Ez" = (/turf/simulated/floor/plasteel{dir = 1; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"EB" = (/turf/simulated/floor/plasteel{dir = 4; icon_state = "darkyellowalt"},/area/syndicate_mothership/cargo) +"EC" = (/obj/structure/railing{dir = 1},/obj/structure/railing,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/jail) +"EE" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 6; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidwarning"; name = "plating"},/area/syndicate_mothership/outside) +"EF" = (/turf/unsimulated/floor{name = "plating"},/area/syndicate_mothership) +"EI" = (/obj/item/flag/syndi,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"EM" = (/obj/structure/table/wood,/obj/machinery/chem_dispenser/beer/upgraded,/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/obj/structure/curtain/black{pixel_x = 32},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/infteam) +"ER" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership/elite_squad) +"ES" = (/obj/effect/decal/syndie_logo{icon_state = "logo4"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"EU" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"EV" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/ore_box,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"EW" = (/obj/effect/decal/syndie_logo{icon_state = "logo12"},/obj/machinery/light/small{dir = 4},/obj/structure/sign/poster/contraband/syndicate_recruitment{pixel_x = 32},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"EY" = (/obj/effect/decal/syndie_logo{icon_state = "logo7"},/obj/structure/chair/stool,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"Fa" = (/turf/unsimulated/wall{icon_state = "iron10"; tag = "icon-iron10"},/area/syndicate_mothership/cargo) +"Fc" = (/obj/structure/curtain/black{pixel_y = -32},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/elite_squad) +"Fd" = (/obj/machinery/door/airlock/syndicate/security{name = "тюрьма"; req_access_txt = "153"},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"Fe" = (/obj/machinery/door/airlock/syndicate/command{name = "Teleporter"; req_access_txt = "153"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"Fh" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/junglebush/b,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Fi" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"Fl" = (/obj/machinery/door/airlock/syndicate/public{name = "Toilet"},/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership/elite_squad) +"Fm" = (/obj/structure/table/wood,/obj/machinery/chem_dispenser/beer/upgraded,/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership) +"Fo" = (/obj/structure/window/reinforced{color = "red"; dir = 4},/obj/machinery/computer/camera_advanced{pixel_x = -6},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"Fp" = (/obj/structure/table/reinforced,/obj/item/storage/toolbox/syndicate{pixel_x = -2; pixel_y = 3},/obj/item/multitool{pixel_x = 11; pixel_y = 5},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/elite_squad) +"Fq" = (/turf/simulated/floor/plasteel{dir = 1; icon_state = "darkyellowcornersalt"},/area/syndicate_mothership/cargo) +"Fs" = (/obj/effect/turf_decal{dir = 9; icon_state = "golden_stripes"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"Ft" = (/obj/structure/shuttle_wall_corner{dir = 1; icon_state = "diagonalWall3"},/turf/unsimulated/floor/grass,/area/syndicate_mothership/cargo) +"Fu" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/effect/bump_teleporter{id = "Synd25"; id_target = "Synd15"},/turf/unsimulated/floor{color = "gray"; icon_state = "rampbottom"},/area/syndicate_mothership) +"Fw" = (/obj/effect/decal/syndie_logo{icon_state = "logo11"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"Fz" = (/obj/machinery/vending/cigarette/syndicate/free,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"FA" = (/obj/machinery/computer/shuttle/syndicate{name = "Nuclear Operatives Shuttle Console"},/turf/unsimulated/floor{dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/control) +"FC" = (/obj/effect/decal/cleanable/dirt,/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 1; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"FE" = (/obj/effect/decal/syndie_logo{icon_state = "logo8"},/obj/structure/chair/stool,/obj/effect/turf_decal/stripes/black{dir = 4; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"FF" = (/turf/unsimulated/wall{icon_state = "iron7"},/area/syndicate_mothership/elite_squad) +"FG" = (/obj/machinery/conveyor_switch/oneway{id = "SFBQMLoad"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"FI" = (/obj/structure/curtain/black,/turf/unsimulated/wall/fakeglass{icon_state = "fake_plastitanium_window2"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/elite_squad) +"FM" = (/obj/effect/turf_decal{dir = 10; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"FO" = (/obj/effect/turf_decal{dir = 10; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"FR" = (/obj/structure/chair/sofa/right,/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"FS" = (/obj/machinery/door_control{emagged = 1; icon_button = "altdoorctrl"; icon_state = "altdoorctrl"; id = "nukeop_outside"; name = "ATOM Outside Doors"; pixel_y = -32; req_access_txt = "153"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"FU" = (/obj/machinery/cryopod/syndie{dir = 2},/obj/structure/curtain/black{pixel_y = 32},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"FW" = (/obj/structure/chair/wheelchair/bike{dir = 8},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"FY" = (/obj/structure/rack,/obj/item/gun/projectile/automatic/m90{pixel_x = -3; pixel_y = 3},/obj/item/gun/projectile/automatic/m90,/obj/item/gun/projectile/automatic/m90{pixel_x = 3; pixel_y = -3},/obj/item/ammo_box/magazine/m556,/obj/item/ammo_box/magazine/m556,/obj/item/ammo_box/magazine/m556,/obj/item/ammo_box/magazine/m556,/obj/item/ammo_box/magazine/m556,/obj/item/ammo_box/magazine/m556,/obj/item/ammo_box/magazine/m556,/obj/item/ammo_box/magazine/m556,/obj/item/ammo_box/magazine/m556,/obj/item/ammo_box/magazine/m556,/obj/item/ammo_box/magazine/m556,/obj/item/ammo_box/magazine/m556,/obj/item/ammo_box/magazine/m556,/obj/item/ammo_box/magazine/m556,/obj/item/ammo_box/magazine/m556,/obj/item/ammo_box/magazine/m556,/obj/item/ammo_box/magazine/m556,/obj/item/ammo_box/magazine/m556,/obj/effect/turf_decal/bot_white,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"Gb" = (/obj/structure/flora/junglebush/c,/obj/structure/flora/junglebush/b,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Ge" = (/obj/effect/decal/syndie_logo{icon_state = "logo7"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"Gg" = (/obj/structure/mirror{pixel_x = -30},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"Gi" = (/obj/machinery/door/poddoor/multi_tile/four_tile_ver{icon_state = "open"},/obj/structure/spacepoddoor/invincible,/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"Gj" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Gk" = (/obj/structure/shuttle_wall_corner{dir = 4; icon_state = "diagonalWall3"},/turf/unsimulated/floor/grass,/area/syndicate_mothership/cargo) +"Gm" = (/turf/simulated/floor/plasteel{dir = 1; icon_state = "darkredalt"},/area/syndicate_mothership/cargo) +"Go" = (/obj/machinery/bluespace_beacon/syndicate,/obj/effect/turf_decal/box/red,/obj/machinery/door/window/brigdoor{base_state = "rightsecure"; color = "#d70000"; dir = 2; icon_state = "rightsecure"; name = "Riot Control"; req_access_txt = "156"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"Gp" = (/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Gr" = (/obj/effect/turf_decal{dir = 9; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 9; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Gv" = (/obj/effect/turf_decal/delivery,/obj/machinery/portable_atmospherics/canister/sleeping_agent{maximum_pressure = 50000},/obj/structure/window/reinforced{color = "red"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"Gw" = (/obj/effect/turf_decal/stripes/line{color = "darkgray"; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding2"},/turf/unsimulated/floor{dir = 4; icon_state = "rampbottom"},/area/syndicate_mothership) +"GA" = (/obj/structure/bed,/obj/effect/turf_decal{icon_state = "chasm"; name = "chasm"},/obj/item/bedsheet/red,/obj/item/kitchen/utensil/spoon{layer = 4.1},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"GB" = (/obj/machinery/door/airlock/syndicate/extmai/glass{id = null; id_tag = "syndicate_jail_cell"; name = "Cell"; req_access_txt = "153"},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"GC" = (/obj/structure/statue/sandstone/assistant{anchored = 1; desc = "Он точно не спит на посту!"; dir = 4; icon = 'icons/mob/simple_human.dmi'; icon_state = "syndicate_smg"; max_integrity = 9999; name = "Биба"; obj_integrity = 9999},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/infteam) +"GD" = (/obj/effect/decal/cleanable/confetti,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"GE" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"GF" = (/obj/structure/rack/holorack,/obj/item/organ/internal/cyberimp/brain/anti_drop,/obj/item/organ/internal/cyberimp/brain/anti_drop,/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened,/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened,/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened,/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened,/obj/item/organ/internal/cyberimp/chest/nutriment/plus,/obj/item/organ/internal/cyberimp/chest/nutriment/plus,/obj/item/organ/internal/cyberimp/chest/reviver/hardened,/obj/item/organ/internal/cyberimp/chest/reviver/hardened,/obj/item/organ/internal/cyberimp/eyes/hud/medical,/obj/item/organ/internal/cyberimp/eyes/hud/medical,/obj/item/organ/internal/cyberimp/eyes/thermals,/obj/item/organ/internal/cyberimp/eyes/thermals,/obj/item/organ/internal/cyberimp/mouth/breathing_tube,/obj/item/organ/internal/cyberimp/mouth/breathing_tube,/obj/item/implanter/mindshield,/obj/item/implanter/mindshield,/obj/item/organ/internal/cyberimp/arm/surgery,/obj/item/organ/internal/cyberimp/arm/toolset,/obj/item/organ/internal/cyberimp/arm/janitorial,/obj/effect/turf_decal/box/white,/obj/structure/sign/poster/contraband/revolver{pixel_y = 32},/obj/item/organ/internal/cyberimp/arm/combat/centcom{color = "#aa9999"; desc = "An extremely powerful cybernetic implant that contains combat and utility modules not used by NT special forces, i swear"; icon_state = "tesla"; name = "Syndie specops cybernetics implant"},/obj/item/organ/internal/cyberimp/arm/combat/centcom{color = "#aa9999"; desc = "An extremely powerful cybernetic implant that contains combat and utility modules not used by NT special forces, i swear"; icon_state = "tesla"; name = "Syndie specops cybernetics implant"},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"GG" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"GH" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"GJ" = (/obj/item/flag/syndi,/turf/simulated/floor/plasteel{dir = 1; icon_state = "darkredcornersalt"},/area/syndicate_mothership/cargo) +"GK" = (/obj/machinery/conveyor/south{id = "SFBQMLoad"},/obj/structure/plasticflaps/mining{color = "red"},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/cargo) +"GL" = (/turf/unsimulated/wall{icon_state = "iron11"; tag = "icon-iron11"},/area/syndicate_mothership/control) +"GM" = (/obj/structure/chair/stool/bar,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"GP" = (/turf/unsimulated/wall/fakeglass{dir = 1; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/cargo) +"GQ" = (/obj/item/twohanded/required/kirbyplants,/obj/structure/curtain/black{pixel_y = -32},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"GS" = (/obj/machinery/door/airlock/syndicate/command{name = "Officer room"; req_access_txt = "153"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"GT" = (/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"GU" = (/obj/effect/decal/syndie_logo{icon_state = "logo5"},/obj/effect/turf_decal/stripes/gold{dir = 8},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"GV" = (/obj/effect/decal/syndie_logo{icon_state = "logo6"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"GW" = (/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding2"},/obj/structure/railing,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"GY" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"Ha" = (/obj/machinery/vending/cola/free,/obj/structure/curtain/black{pixel_x = -32},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"Hb" = (/obj/structure/curtain/black,/turf/unsimulated/wall/fakeglass{icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/elite_squad) +"Hc" = (/obj/effect/turf_decal/stripes/gold{dir = 1},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"Hf" = (/turf/unsimulated/wall/fakeglass{dir = 1; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/elite_squad) +"Hg" = (/obj/machinery/light,/obj/effect/decal/cleanable/dirt,/obj/machinery/cryopod/syndie{dir = 1},/obj/machinery/computer/cryopod{pixel_y = -32; req_one_access = list(150)},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"Hi" = (/turf/unsimulated/wall/fakeglass{dir = 4; icon_state = "fake_plastitanium_window2"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/control) +"Hj" = (/mob/living/simple_animal/pet/dog/fox/Syndifox,/obj/machinery/light/small{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/structure/bed/dogbed,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"Hk" = (/obj/structure/railing/corner{dir = 1},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Hl" = (/obj/structure/flora/grass/jungle/b,/obj/structure/flora/grass/jungle/b,/obj/structure/flora/grass/jungle,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Hm" = (/obj/effect/baseturf_helper{baseturf = /turf/unsimulated/floor/asteroid; name = "asteroid baseturf editor"},/turf/simulated/floor/plasteel{dir = 8; icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"Ho" = (/obj/effect/decal/syndie_logo{icon_state = "logo6"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"Hp" = (/obj/item/twohanded/required/kirbyplants,/turf/simulated/floor/plasteel{icon_state = "navybluealt"},/area/syndicate_mothership/control) +"Hq" = (/turf/simulated/floor/plasteel{dir = 8; icon_state = "darkredcornersalt"},/area/syndicate_mothership/jail) +"Hr" = (/mob/living/simple_animal/pet/cat/Syndi,/obj/structure/bed/dogbed,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"Ht" = (/obj/structure/railing{dir = 4},/obj/machinery/light/small{dir = 8; tag = "icon-bulb1 (WEST)"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/jail) +"Hu" = (/obj/effect/decal/syndie_logo{icon_state = "logo4"},/obj/effect/turf_decal/stripes/gold{dir = 5},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"Hv" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/turf/unsimulated/floor{color = "gray"; dir = 1; icon_state = "rampbottom"},/area/syndicate_mothership/outside) +"Hx" = (/obj/machinery/porta_turret/syndicate/pod,/turf/simulated/shuttle/wall{dir = 4; icon_state = "diagonalWall3"},/area/shuttle/assault_pod) +"Hy" = (/obj/machinery/light{dir = 1},/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{icon_state = "warndarkgreycornerred"},/area/syndicate_mothership) +"Hz" = (/obj/effect/turf_decal/delivery/red,/obj/effect/spawner/random_spawners/syndicate/loot/level2{color = "#08457e"; icon_state = "x_white"; spawn_inside = /obj/structure/closet/crate},/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"HA" = (/obj/structure/shuttle_wall_corner{icon_state = "diagonalWall3"},/turf/unsimulated/floor/grass,/area/syndicate_mothership/cargo) +"HG" = (/obj/structure/spacepoddoor/invincible,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"HH" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership) +"HJ" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"HM" = (/obj/effect/turf_decal{dir = 9; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"HO" = (/turf/unsimulated/wall{icon_state = "iron0"},/area/syndicate_mothership/elite_squad) +"HQ" = (/turf/unsimulated/wall{icon_state = "iron5"; tag = "icon-iron5"},/area/syndicate_mothership/control) +"HU" = (/turf/unsimulated/wall/fakeglass{dir = 5; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership) +"HW" = (/obj/structure/table/wood{color = "#996633"},/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"HX" = (/obj/structure/flora/tree/jungle,/obj/effect/turf_decal{dir = 5; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"HZ" = (/obj/structure/chair/sofa/left{dir = 1},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/elite_squad) +"Ic" = (/obj/structure/table/wood,/obj/machinery/chem_dispenser/soda/upgraded,/obj/structure/curtain/black{pixel_x = 32},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/infteam) +"Id" = (/turf/simulated/floor/plasteel{icon_state = "darkbluecornersalt"},/area/syndicate_mothership/elite_squad) +"If" = (/obj/machinery/vending/toyliberationstation{contraband = null; products = list(/obj/item/gun/projectile/automatic/toy = 10, /obj/item/gun/projectile/automatic/toy/pistol = 10, /obj/item/gun/projectile/shotgun/toy = 10, /obj/item/toy/sword = 10, /obj/item/ammo_box/foambox = 20, /obj/item/toy/foamblade = 10, /obj/item/toy/syndicateballoon = 10, /obj/item/clothing/suit/syndicatefake = 5, /obj/item/clothing/head/syndicatefake = 5, /obj/item/gun/projectile/shotgun/toy/crossbow = 10, /obj/item/gun/projectile/automatic/c20r/toy/riot = 10, /obj/item/gun/projectile/automatic/l6_saw/toy/riot = 10, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 10, /obj/item/ammo_box/foambox/riot = 20, /obj/item/toy/katana = 10, /obj/item/twohanded/dualsaber/toy = 5, /obj/item/toy/cards/deck/syndicate = 10)},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"Ig" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Ih" = (/turf/unsimulated/wall{icon_state = "iron3"},/area/syndicate_mothership/infteam) +"Ii" = (/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership/elite_squad) +"Ik" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_full"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Il" = (/obj/effect/turf_decal{dir = 10; icon_state = "grass_edge_medium"},/turf/unsimulated/beach/sand,/area/syndicate_mothership/outside) +"In" = (/obj/effect/decal/syndie_logo{icon_state = "logo19"},/obj/effect/turf_decal/stripes/black{dir = 6; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"Io" = (/obj/effect/turf_decal/bot_white,/obj/mecha/combat/durand/rover/loaded,/obj/effect/mapping_helpers/light{light_range = 1},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"Ip" = (/turf/unsimulated/wall{icon_state = "iron2"},/area/syndicate_mothership/control) +"Ir" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plasteel{icon_state = "darkyellowaltstrip"},/area/syndicate_mothership/cargo) +"It" = (/turf/unsimulated/wall/fakeglass{icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/infteam) +"Iv" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Ix" = (/obj/machinery/conveyor/north{id = "SFBQMLoad2"},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/cargo) +"Iz" = (/obj/docking_port/stationary{area_type = /area/syndicate_mothership; dir = 2; dwidth = 11; height = 18; id = "emergency_syndicate"; name = "404 Not Found"; turf_type = /turf/unsimulated/floor/plating; width = 29},/turf/unsimulated/floor{name = "plating"},/area/syndicate_mothership) +"IB" = (/turf/simulated/floor/plasteel{icon_state = "darkredcornersalt"},/area/syndicate_mothership/jail) +"ID" = (/obj/effect/decal/syndie_logo{icon_state = "logo10"},/obj/structure/table/wood,/obj/item/storage/fancy/cigarettes/cigpack_syndicate{pixel_x = -6; pixel_y = 4},/obj/item/reagent_containers/glass/beaker/waterbottle/large{pixel_x = 13; pixel_y = 9},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"IE" = (/obj/structure/chair/comfy/shuttle{dir = 1},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"II" = (/obj/structure/curtain/black{pixel_y = -32},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/infteam) +"IJ" = (/obj/machinery/conveyor/south{id = "SFBQMLoad"},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/cargo) +"IK" = (/obj/effect/decal/syndie_logo{icon_state = "logo11"},/obj/structure/table/wood,/obj/item/reagent_containers/food/snacks/watermelonslice,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"IL" = (/obj/structure/flora/grass/jungle/b,/obj/structure/flora/junglebush/b,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"IN" = (/obj/machinery/door/airlock/hatch/syndicate{name = "Syndicate Base"},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/elite_squad) +"IO" = (/obj/structure/table/reinforced{color = "#444444"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"IQ" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/delivery/white,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"IR" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"IS" = (/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding2"},/obj/structure/flora/grass/jungle/b,/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"IV" = (/obj/effect/decal/syndie_logo{icon_state = "logo12"},/obj/structure/table/wood,/obj/effect/turf_decal/stripes/black{dir = 4; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"IW" = (/turf/unsimulated/wall/fakeglass{icon_state = "fake_plastitanium_window2"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/infteam) +"IX" = (/obj/structure/curtain/black,/turf/unsimulated/wall/fakeglass{dir = 1; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/elite_squad) +"IY" = (/obj/effect/turf_decal/stripes/line,/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Ja" = (/turf/simulated/floor/plasteel{dir = 8; icon_state = "navybluecornersalt"},/area/syndicate_mothership/control) +"Jh" = (/obj/structure/mirror{pixel_y = 30},/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership/infteam) +"Jj" = (/obj/machinery/door/poddoor/multi_tile/two_tile_hor{icon_state = "open"; id_tag = "nukeop_ready"},/obj/structure/spacepoddoor/invincible{dir = 4},/turf/unsimulated/floor{dir = 4; icon_state = "darkgrey"},/area/syndicate_mothership) +"Jl" = (/obj/effect/spawner/lootdrop/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"Jn" = (/obj/structure/flora/grass/jungle,/obj/structure/flora/tree/jungle/small,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Jt" = (/turf/unsimulated/wall{icon_state = "iron6"; tag = "icon-iron6"},/area/syndicate_mothership/infteam) +"Ju" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Jx" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/effect/turf_decal/delivery/white,/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Jy" = (/obj/structure/grille,/obj/structure/window/reinforced/polarized{color = "red"; dir = 8; id = "SSTprivateroom"},/obj/structure/window/reinforced/polarized{color = "red"; id = "SSTprivateroom"},/obj/structure/window/reinforced/polarized{color = "red"; dir = 1; id = "SSTprivateroom"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"Jz" = (/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"JF" = (/turf/unsimulated/wall{icon_state = "iron11"; tag = "icon-iron11"},/area/syndicate_mothership/infteam) +"JG" = (/obj/machinery/door/airlock/syndicate/security{name = "тюрьма"; req_access_txt = "153"},/turf/simulated/floor/plasteel{icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"JH" = (/obj/effect/turf_decal/box/white,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/infteam) +"JJ" = (/obj/item/twohanded/required/kirbyplants,/turf/simulated/floor/plasteel{icon_state = "darkbluecornersalt"},/area/syndicate_mothership/elite_squad) +"JK" = (/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"JM" = (/obj/structure/ore_box,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/delivery/white,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"JN" = (/obj/effect/decal/syndie_logo{icon_state = "logo11"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"JR" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"JS" = (/obj/machinery/vending/cigarette/syndicate/free,/turf/simulated/floor/wood{icon_state = "wood_old_broken6"},/area/syndicate_mothership/infteam) +"JV" = (/obj/structure/ore_box,/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"JW" = (/mob/living/simple_animal/mouse/brown{desc = "Секретная разработка синдиката. Сидит тут потому, что сам хочет"; name = "Мышедемон"},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"JX" = (/obj/effect/decal/syndie_logo{icon_state = "logo9"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"JY" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Ka" = (/turf/unsimulated/wall/fakeglass{dir = 9; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/infteam) +"Kc" = (/obj/structure/table/reinforced,/obj/machinery/photocopier/faxmachine/longrange/syndie{department = "Syndicate"},/turf/simulated/floor/carpet,/area/syndicate_mothership/control) +"Kd" = (/obj/effect/turf_decal{dir = 10; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Kf" = (/turf/unsimulated/wall{icon_state = "iron10"; tag = "icon-iron10"},/area/syndicate_mothership/elite_squad) +"Ki" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/tree/jungle/small,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Kj" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Kk" = (/turf/unsimulated/wall{icon_state = "iron8"},/area/syndicate_mothership) +"Kl" = (/obj/machinery/door/window/brigdoor{color = "red"; dir = 8; req_access_txt = "150"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/infteam) +"Kn" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Ko" = (/obj/effect/turf_decal/stripes/gold,/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"Kr" = (/obj/effect/decal/cleanable/dirt,/turf/unsimulated/wall{icon_state = "iron3"},/area/syndicate_mothership) +"Ks" = (/turf/unsimulated/wall{icon_state = "iron1"},/area/syndicate_mothership/cargo) +"Ku" = (/obj/structure/shuttle/engine/heater,/turf/unsimulated/wall{icon_state = "iron4"},/area/syndicate_mothership/cargo) +"Kv" = (/obj/structure/closet/syndicate/personal,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"Kw" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/turf/unsimulated/floor{icon_state = "rampbottom"},/area/syndicate_mothership) +"Kx" = (/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding2"},/obj/item/twohanded/required/kirbyplants,/obj/machinery/light/small{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"Ky" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/effect/bump_teleporter{id = "Synd13"; id_target = "Synd23"},/turf/unsimulated/floor{color = "gray"; dir = 1; icon_state = "rampbottom"},/area/syndicate_mothership) +"KA" = (/turf/unsimulated/wall{icon_state = "iron8"},/area/syndicate_mothership/cargo) +"KD" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership/elite_squad) +"KG" = (/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"KI" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"KJ" = (/obj/structure/table/wood,/obj/item/folder/red{pixel_x = 5; pixel_y = 8},/obj/structure/curtain/black{pixel_x = -32},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"KK" = (/turf/unsimulated/wall/fakeglass{icon_state = "fake_plastitanium_window2"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/cargo) +"KM" = (/obj/structure/window/reinforced{color = "red"; dir = 8},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"KR" = (/obj/machinery/door/poddoor/multi_tile/three_tile_hor{closingLayer = 3.2; icon_state = "open"; layer = 3.02},/obj/structure/spacepoddoor/invincible{dir = 4},/turf/unsimulated/floor{name = "plating"},/area/syndicate_mothership/infteam) +"KS" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/delivery/white,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"KT" = (/obj/machinery/door/airlock/syndicate/cargo/glass{name = "Cargo shuttle control room"; req_access_txt = "153"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"KW" = (/obj/structure/table/wood,/obj/item/healthanalyzer/advanced,/obj/item/healthanalyzer/advanced{pixel_y = 6},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"KX" = (/obj/effect/turf_decal/stripes/gold{dir = 4},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/infteam) +"KY" = (/obj/machinery/light{dir = 1},/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 1; icon_state = "warndarkgreycornerred"},/area/syndicate_mothership) +"KZ" = (/obj/structure/table/wood/fancy/black,/obj/item/toy/cards/deck/syndicate/black{pixel_x = -4; pixel_y = 5},/obj/structure/chair/stool/bar{icon = 'icons/obj/lighting.dmi'; icon_state = "lantern-on"; light_color = "#FFBF00"; light_range = 6; name = "lantern"; pixel_x = 4; pixel_y = 6},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"Lc" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Ld" = (/obj/effect/turf_decal{dir = 6; icon_state = "golden_stripes_corner"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"Le" = (/obj/structure/chair/comfy/shuttle{dir = 4},/turf/simulated/shuttle/floor{icon_state = "floor4"},/area/shuttle/assault_pod) +"Lf" = (/turf/unsimulated/wall{icon_state = "iron2"},/area/syndicate_mothership/infteam) +"Lh" = (/obj/machinery/flasher_button{id = "syndie_FB_cells"; layer = 4; name = "Prison Flasher"; pixel_x = -26; req_access_txt = "150"},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plasteel{dir = 8; icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"Li" = (/obj/item/twohanded/required/kirbyplants,/turf/simulated/floor/plasteel{dir = 10; icon_state = "navybluealt"},/area/syndicate_mothership/control) +"Lk" = (/obj/machinery/optable,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"Ll" = (/turf/unsimulated/wall{icon_state = "iron5"; tag = "icon-iron5"},/area/syndicate_mothership/jail) +"Lm" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Ln" = (/obj/effect/decal/cleanable/dirt,/obj/item/twohanded/required/kirbyplants,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"Lo" = (/obj/machinery/door/poddoor/shutters{density = 0; icon_state = "open"; id_tag = "syndieshutters_Aspid"; name = "Blast Shutters"; opacity = 0},/turf/unsimulated/wall/fakeglass{dir = 1; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/cargo) +"Lq" = (/obj/effect/turf_decal/delivery,/obj/machinery/portable_atmospherics/canister/oxygen{maximum_pressure = 50000},/obj/structure/window/reinforced{color = "red"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"Lu" = (/turf/unsimulated/wall{icon_state = "iron10"; tag = "icon-iron10"},/area/syndicate_mothership) +"Lw" = (/obj/effect/decal/syndie_logo{icon_state = "logo14"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"Lx" = (/obj/machinery/cryopod/syndie{dir = 1},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"Ly" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/shaker{pixel_x = 7},/obj/item/reagent_containers/food/drinks/bottle/whiskey{pixel_x = -7; pixel_y = 7},/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/infteam) +"Lz" = (/obj/structure/table/reinforced,/obj/machinery/door/window/brigdoor{color = "#d70000"; name = "Arrivals Post"; req_access_txt = "154"},/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/jail) +"LB" = (/obj/machinery/light/small{dir = 1},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership) +"LC" = (/obj/mecha/combat/marauder/mauler/loaded,/obj/effect/turf_decal/bot_white,/obj/effect/mapping_helpers/light{light_range = 1},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"LD" = (/obj/structure/statue/sandstone/assistant{anchored = 1; desc = "Он точно спит на посту!"; dir = 8; icon = 'icons/mob/simple_human.dmi'; icon_state = "syndicate_smg"; max_integrity = 9999; name = "Боба"; obj_integrity = 9999},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/elite_squad) +"LE" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"LF" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"LJ" = (/obj/item/twohanded/required/kirbyplants,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/infteam) +"LO" = (/obj/effect/turf_decal/delivery/red,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"LP" = (/obj/effect/turf_decal/loading_area{dir = 1},/obj/structure/closet/crate/syndicate,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/cargo) +"LV" = (/obj/structure/ore_box,/obj/effect/turf_decal/delivery/red,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"LW" = (/obj/effect/decal/syndie_logo{icon_state = "logo8"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"LX" = (/obj/structure/rack,/obj/item/gun/medbeam{pixel_x = -3; pixel_y = 3},/obj/item/gun/medbeam,/obj/item/gun/medbeam{pixel_x = 3; pixel_y = -3},/obj/machinery/light/small{dir = 8},/obj/effect/turf_decal/bot_white,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"Ma" = (/obj/effect/turf_decal/delivery/red,/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Me" = (/obj/machinery/door/airlock/syndicate/security{autoclose = 0; frequency = 1441; id_tag = "syndicate_jail_airlock_internal"; locked = 1; name = "Syndicate Jail Internal Airlock"; req_access_txt = "153"},/turf/simulated/floor/plasteel{dir = 8; icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"Mg" = (/obj/effect/turf_decal{dir = 5; icon_state = "golden_stripes"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"Ml" = (/obj/machinery/computer/shuttle/sst,/turf/unsimulated/floor{dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/control) +"Mv" = (/obj/effect/turf_decal{dir = 5; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Mw" = (/obj/structure/chair/comfy/shuttle{dir = 4},/turf/simulated/floor/plasteel{dir = 8; icon_state = "darkredalt"},/area/syndicate_mothership/cargo) +"Mx" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"MB" = (/obj/machinery/door/poddoor/multi_tile/four_tile_hor{icon_state = "open"; id_tag = "Aspid_left_storage"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"MC" = (/obj/machinery/computer/syndie_supplycomp,/turf/simulated/floor/carpet,/area/syndicate_mothership/control) +"ME" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/machinery/door/poddoor,/turf/unsimulated/floor{dir = 1; icon_state = "rampbottom"},/area/syndicate_mothership/infteam) +"MH" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/effect/turf_decal/tile/neutral{color = "black"; icon_state = "tile_full"},/turf/unsimulated/floor{color = "gray"; dir = 1; icon_state = "rampbottom"},/area/syndicate_mothership/outside) +"MI" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"ML" = (/obj/effect/turf_decal/loading_area/white{dir = 8},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"MM" = (/obj/effect/turf_decal/stripes/gold,/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/infteam) +"MR" = (/obj/effect/landmark{color = "#ff9999"; icon_state = "x_white"; name = "Syndicate-Commando"; tag = "Commando"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/elite_squad) +"MS" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"MT" = (/turf/unsimulated/wall/fakeglass{dir = 2; icon_state = "fake_plastitanium_window3"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/jail) +"MU" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/turf/unsimulated/beach/sand,/area/syndicate_mothership/outside) +"MV" = (/obj/structure/sign/poster/contraband/random{pixel_y = 30},/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/jail) +"MX" = (/turf/unsimulated/wall{icon_state = "iron3"},/area/syndicate_mothership/control) +"MY" = (/obj/machinery/access_button{command = "cycle_interior"; frequency = 1441; master_tag = "syndicate_jail_airlock_control"; name = "Syndicate Jail Access Button"; pixel_x = 25; pixel_y = 25; req_access_txt = "150"},/turf/simulated/floor/plasteel{dir = 4; icon_state = "darkredcornersalt"},/area/syndicate_mothership/jail) +"Na" = (/obj/structure/chair/sofa/left,/turf/simulated/floor/carpet,/area/syndicate_mothership/infteam) +"Nb" = (/obj/machinery/door/airlock/syndicate/public{name = "Restroom"},/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership/elite_squad) +"Ne" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plasteel{dir = 1; icon_state = "darkyellowcornersalt"},/area/syndicate_mothership/cargo) +"Ni" = (/obj/structure/flora/grass/jungle/b,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Nj" = (/obj/structure/spacepoddoor/invincible,/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"Nk" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"Nl" = (/obj/machinery/door/poddoor/shutters{density = 0; dir = 8; icon_state = "open"; id_tag = "syndieshutters_Aspid"; name = "Blast Shutters"; opacity = 0},/turf/unsimulated/wall/fakeglass{icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/cargo) +"No" = (/turf/unsimulated/wall{icon_state = "iron3"},/area/syndicate_mothership) +"Nr" = (/obj/effect/turf_decal{dir = 6; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidwarning"; name = "plating"},/area/syndicate_mothership/outside) +"Nu" = (/turf/simulated/floor/wood{icon_state = "wood_old_broken3"},/area/syndicate_mothership) +"Nw" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/delivery/red,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Nz" = (/obj/structure/chair/sofa/left{dir = 1},/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"NA" = (/obj/structure/rack,/obj/item/storage/belt/grenade/full{pixel_x = -3; pixel_y = 3},/obj/item/storage/belt/grenade/full,/obj/item/storage/belt/grenade/full{pixel_x = 3; pixel_y = -3},/obj/effect/turf_decal/bot_white,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"NB" = (/obj/effect/turf_decal{dir = 5; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"ND" = (/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"NG" = (/obj/effect/turf_decal{dir = 9; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 9; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"NH" = (/obj/effect/turf_decal{dir = 9; icon_state = "grass_edge_medium"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"NI" = (/obj/structure/railing,/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding2"},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"NJ" = (/obj/effect/turf_decal/stripes/gold{dir = 9},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/infteam) +"NL" = (/turf/simulated/floor/plasteel{icon_state = "warndarkgreycornerred"},/area/syndicate_mothership) +"NM" = (/obj/structure/railing/corner{dir = 4},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"NO" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/snacks/chocolatecakeslice,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/elite_squad) +"NR" = (/turf/unsimulated/wall{icon_state = "iron14"},/area/syndicate_mothership/infteam) +"NT" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"NW" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"NX" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 4; icon_state = "warndarkgreycornerred"},/area/syndicate_mothership) +"NY" = (/obj/machinery/vending/syndicigs,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"NZ" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"Oa" = (/obj/effect/decal/syndie_logo{icon_state = "logo14"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"Od" = (/obj/structure/chair/comfy/shuttle{dir = 8},/turf/simulated/floor/plasteel{dir = 4; icon_state = "darkredalt"},/area/syndicate_mothership/cargo) +"Oh" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Oi" = (/obj/effect/decal/syndie_logo{icon_state = "logo5"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"On" = (/obj/effect/turf_decal{dir = 9; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Oo" = (/obj/effect/landmark{color = "#99ff99"; icon_state = "x_white"; name = "Syndicate-Infiltrator"; tag = "Commando"},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"Oq" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Or" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/effect/turf_decal/delivery/white,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Os" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Ow" = (/obj/machinery/fishtank/wall{opacity = 1},/obj/structure/sign/barsign{icon_state = "syndibarsign"; pixel_y = 32; tag = "syndibarsign"},/turf/simulated/floor/plating,/area/syndicate_mothership/elite_squad) +"Ox" = (/obj/structure/curtain/black,/turf/unsimulated/wall/fakeglass{dir = 4; icon_state = "fake_plastitanium_window2"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/elite_squad) +"Oy" = (/obj/machinery/porta_turret/syndicate/pod,/turf/simulated/shuttle/wall{dir = 8; icon_state = "diagonalWall3"},/area/shuttle/assault_pod) +"Oz" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"OB" = (/obj/machinery/smartfridge/secure/chemistry/preloaded/syndicate,/turf/simulated/floor/plasteel{dir = 5; icon_state = "navybluealt"},/area/syndicate_mothership/control) +"OD" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/door/poddoor/impassable{color = "#ffdd99"; id_tag = "SST_armory_grenades"; name = "SST Armory Grenades"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"OF" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"OH" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/ore_box,/obj/effect/turf_decal/delivery/white,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"OI" = (/obj/structure/chair/office/dark{dir = 4},/obj/machinery/door_control{id = "syndicate_jail_cell"; name = "Bolt Cell Doors"; normaldoorcontrol = 1; pixel_y = -32; req_access_txt = "150"; specialfunctions = 4},/obj/machinery/flasher_button{id = "syndie_FB_cells"; layer = 4; name = "Prison Flasher"; pixel_x = 32; req_access_txt = "150"},/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/jail) +"OJ" = (/obj/effect/turf_decal/stripes/gold{dir = 1},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/infteam) +"OK" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 1; icon_state = "warndarkgreycornerred"},/area/syndicate_mothership/infteam) +"OP" = (/obj/item/twohanded/required/kirbyplants,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/elite_squad) +"OQ" = (/obj/effect/turf_decal{dir = 1; icon_state = "golden_stripes"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"OR" = (/obj/effect/decal/syndie_logo{icon_state = "logo10"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"OS" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/delivery/white,/obj/structure/ore_box,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"OV" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 8; icon_state = "warndarkgreycornerred"},/area/syndicate_mothership/elite_squad) +"OY" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 4; icon_state = "warndarkgreycornerred"},/area/syndicate_mothership/elite_squad) +"OZ" = (/obj/machinery/chem_dispenser/beer/upgraded,/obj/structure/table/wood{color = "#996633"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"Pa" = (/obj/structure/closet/chefcloset,/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"Pg" = (/obj/effect/decal/syndie_logo{icon_state = "logo2"},/obj/effect/turf_decal/stripes/black{dir = 1; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"Pn" = (/obj/structure/toilet{dir = 8},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership/elite_squad) +"Pp" = (/obj/effect/turf_decal{dir = 6; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"Pr" = (/obj/machinery/computer/arcade/battle,/obj/structure/curtain/black{pixel_y = 32},/obj/structure/curtain/black{pixel_x = -32; pixel_y = 32},/obj/structure/curtain/black{pixel_x = -32},/turf/simulated/floor/carpet/arcade,/area/syndicate_mothership/infteam) +"Pu" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid{dir = 8; icon_state = "asteroidwarning"; name = "plating"},/area/syndicate_mothership/outside) +"Pw" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/effect/turf_decal/tile/neutral{color = "black"; icon_state = "tile_full"},/turf/simulated/floor/plasteel{dir = 8; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"PA" = (/turf/unsimulated/wall{icon_state = "iron1"},/area/syndicate_mothership) +"PB" = (/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/elite_squad) +"PC" = (/obj/structure/flora/grass/jungle/b,/obj/structure/flora/ausbushes/genericbush,/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"PD" = (/obj/structure/flora/ausbushes/reedbush,/turf/unsimulated/beach/water/dense,/area/syndicate_mothership/outside) +"PF" = (/obj/effect/turf_decal{icon_state = "golden_stripes"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"PH" = (/obj/structure/table/wood,/obj/machinery/photocopier/faxmachine/longrange/syndie{department = "Syndicate ATOM"},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"PI" = (/obj/effect/decal/cleanable/dirt,/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"PL" = (/obj/docking_port/stationary{dir = 8; dwidth = 3; height = 5; id = "sst_away"; name = "Syndicate Base"; width = 11},/turf/unsimulated/floor{name = "plating"},/area/syndicate_mothership/elite_squad) +"PM" = (/obj/structure/shuttle/engine/large,/turf/unsimulated/floor/grass,/area/syndicate_mothership/cargo) +"PN" = (/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/obj/structure/chair/comfy/brown,/obj/structure/chair/comfy/brown,/obj/machinery/light/small{dir = 1},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/infteam) +"PP" = (/obj/machinery/door/airlock/syndicate/security{autoclose = 0; frequency = 1441; id_tag = "syndicate_jail_airlock_external"; locked = 1; name = "Syndicate Jail External Airlock"; req_access_txt = "153"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/jail) +"PT" = (/obj/machinery/computer/shuttle/sst,/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership/elite_squad) +"PU" = (/obj/structure/urinal{pixel_y = 28},/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership) +"PW" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{icon_state = "warndarkgreyred"},/area/syndicate_mothership/elite_squad) +"PX" = (/obj/structure/sign/poster/contraband/random{pixel_y = -30},/obj/machinery/cryopod/syndie{dir = 1},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"PY" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/effect/bump_teleporter{id = "Synd22"; id_target = "Synd12"},/turf/unsimulated/floor{color = "gray"; icon_state = "rampbottom"},/area/syndicate_mothership) +"PZ" = (/obj/effect/decal/cleanable/dirt,/obj/structure/chair/stool/bar,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"Qa" = (/obj/structure/table/wood,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/elite_squad) +"Qb" = (/turf/unsimulated/wall{icon_state = "iron11"; tag = "icon-iron11"},/area/syndicate_mothership/jail) +"Qc" = (/obj/structure/ore_box,/obj/effect/turf_decal/stripes/line{dir = 9},/obj/effect/turf_decal/delivery/white,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Qe" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Qf" = (/obj/structure/ore_box,/obj/effect/turf_decal/stripes/line,/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Qg" = (/obj/structure/chair/sofa/corner{dir = 4},/turf/simulated/floor/carpet,/area/syndicate_mothership/infteam) +"Qh" = (/obj/structure/closet/secure_closet/freezer/kitchen{req_access = null},/obj/item/reagent_containers/food/condiment/flour,/obj/item/reagent_containers/food/condiment/flour,/obj/item/reagent_containers/food/condiment/flour,/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"Qi" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership/infteam) +"Qk" = (/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"Qm" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Qn" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Qo" = (/obj/structure/flora/tree/jungle,/obj/structure/flora/ausbushes/lavendergrass,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Qr" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"Qu" = (/obj/effect/decal/syndie_logo{icon_state = "logo9"},/obj/effect/turf_decal/stripes/gold{dir = 8},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"Qv" = (/obj/machinery/light/small{dir = 1},/obj/item/flag/syndi,/turf/simulated/floor/plasteel{dir = 5; icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"Qx" = (/obj/machinery/vending/autodrobe{req_access_txt = "150"},/obj/machinery/light/small{dir = 4},/obj/effect/turf_decal/stripes/gold{dir = 4},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/infteam) +"Qy" = (/obj/structure/flora/tree/jungle,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Qz" = (/obj/effect/spawner/lootdrop/maintenance,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"QC" = (/obj/effect/turf_decal/plaque{layer = 3},/turf/simulated/floor/redgrid,/area/syndicate_mothership) +"QF" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{icon_state = "grass_edge_medium"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"QG" = (/obj/machinery/door/poddoor/multi_tile/four_tile_ver,/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"QH" = (/turf/unsimulated/wall{icon_state = "rock"; name = "rock"},/area/syndicate_mothership/outside) +"QK" = (/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/infteam) +"QL" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/effect/bump_teleporter{id = "Synd21"; id_target = "Synd11"},/turf/unsimulated/floor{color = "gray"; icon_state = "rampbottom"},/area/syndicate_mothership) +"QM" = (/obj/effect/decal/cleanable/blood,/obj/machinery/recharge_station/ert,/obj/machinery/light/small,/obj/effect/decal/cleanable/dirt,/obj/structure/sign/poster/contraband/random{pixel_y = -30},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"QP" = (/obj/structure/table/reinforced,/obj/item/storage/toolbox/syndicate{pixel_x = 5},/obj/item/clothing/head/welding{pixel_x = -9; pixel_y = 10},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"QS" = (/turf/simulated/floor/plasteel{dir = 9; icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"QT" = (/obj/machinery/kitchen_machine/oven/upgraded,/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"QU" = (/obj/structure/closet/cabinet{armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100)},/obj/item/clothing/gloves/combat,/obj/item/radio/headset/syndicate/alt/syndteam,/obj/item/clothing/shoes/combat,/obj/item/clothing/shoes/centcom{desc = null; name = "Dress shoes"},/obj/item/clothing/under/syndicate,/obj/item/card/id/syndicate/command,/obj/effect/turf_decal{dir = 1; icon_state = "golden_stripes"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"QV" = (/obj/effect/turf_decal{dir = 5; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"QY" = (/obj/effect/turf_decal{dir = 10; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 10; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Ra" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/turf/unsimulated/floor{dir = 1; icon_state = "rampbottom"},/area/syndicate_mothership) +"Rb" = (/obj/machinery/vending/wallmed/syndicate{pixel_y = -32},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"Rc" = (/obj/machinery/door/airlock/syndicate/public{name = "Cryo"; req_access_txt = "150"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"Rd" = (/obj/item/reagent_containers/food/drinks/bottle/goldschlager,/obj/structure/table/wood/fancy/black,/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"Rf" = (/obj/effect/turf_decal{dir = 9; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 9; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Rg" = (/obj/machinery/door_control{emagged = 1; icon_button = "altdoorctrl"; icon_state = "altdoorctrl"; id = "Aspid_right_storage"; name = "Aspid pod storage #1"; pixel_y = -24; req_access_txt = "153"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"Rh" = (/obj/effect/landmark{name = "prisonwarp"},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"Rj" = (/obj/effect/turf_decal/caution/stand_clear{pixel_y = 8},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"Rk" = (/obj/structure/closet/secure_closet/clown{req_access = null},/obj/item/clothing/under/soldieruniform,/obj/item/clothing/suit/soldiercoat,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/infteam) +"Rl" = (/obj/structure/table/glass,/obj/item/storage/firstaid/tactical,/obj/machinery/reagentgrinder{pixel_x = -1; pixel_y = 9},/turf/simulated/floor/plasteel{icon_state = "navybluealt"},/area/syndicate_mothership/control) +"Rm" = (/obj/structure/railing{dir = 8},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Rv" = (/obj/effect/decal/syndie_logo{icon_state = "logo2"},/obj/effect/turf_decal/stripes/gold{dir = 1},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"Rw" = (/turf/unsimulated/wall/fakeglass{dir = 4; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership) +"Rx" = (/obj/effect/turf_decal/delivery,/obj/machinery/portable_atmospherics/canister/toxins{maximum_pressure = 50000},/obj/structure/window/reinforced{color = "red"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"Ry" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"RB" = (/turf/unsimulated/wall{icon_state = "iron8"},/area/syndicate_mothership/infteam) +"RF" = (/obj/structure/flora/grass/jungle,/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"RG" = (/obj/structure/flora/grass/jungle/b,/obj/structure/flora/grass/jungle,/obj/structure/flora/ausbushes/genericbush,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"RH" = (/obj/effect/decal/syndie_logo{icon_state = "logo18"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding2"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"RI" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"RJ" = (/obj/effect/turf_decal/stripes/gold,/obj/structure/sign/poster/contraband/random{pixel_y = -30},/obj/machinery/light/small,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"RK" = (/obj/structure/table,/obj/item/circular_saw,/obj/item/surgicaldrill{pixel_y = 5},/obj/item/kitchen/utensil/fork,/obj/item/kitchen/utensil/spoon,/obj/item/reagent_containers/spray/pepper{pixel_x = 6; pixel_y = 5},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"RL" = (/obj/structure/rack,/obj/item/gun/projectile/automatic/shotgun/bulldog{pixel_x = -3; pixel_y = 3},/obj/item/gun/projectile/automatic/shotgun/bulldog,/obj/item/gun/projectile/automatic/shotgun/bulldog{pixel_x = 3; pixel_y = -3},/obj/item/storage/backpack/duffel/syndie/ammo/shotgun,/obj/item/storage/backpack/duffel/syndie/ammo/shotgun,/obj/item/storage/backpack/duffel/syndie/ammo/shotgun,/obj/effect/turf_decal/bot_white,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"RO" = (/obj/structure/table/reinforced,/obj/item/toy/plushie/marble_fox{pixel_y = 8},/obj/item/paper_bin/syndicate{pixel_x = -2; pixel_y = 2},/obj/item/pen/fancy{pixel_x = 8},/turf/simulated/floor/carpet,/area/syndicate_mothership/control) +"RQ" = (/turf/unsimulated/wall{icon_state = "iron9"; tag = "icon-iron9"},/area/syndicate_mothership/elite_squad) +"RR" = (/obj/structure/flora/grass/jungle,/obj/structure/flora/junglebush/b,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"RV" = (/obj/structure/reagent_dispensers/fueltank,/turf/simulated/floor/plasteel{dir = 5; icon_state = "navybluealt"},/area/syndicate_mothership/control) +"RW" = (/turf/unsimulated/wall{icon_state = "iron9"; tag = "icon-iron9"},/area/syndicate_mothership/control) +"RX" = (/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/item/twohanded/required/kirbyplants,/obj/machinery/light/small{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"RZ" = (/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"Sa" = (/obj/machinery/door/airlock/hatch/syndicate{name = "Vault"; req_access_txt = "153"},/turf/simulated/floor/wood,/area/syndicate_mothership/control) +"Sb" = (/turf/simulated/floor/plasteel{dir = 8; icon_state = "warndarkgreycornerred"},/area/syndicate_mothership) +"Sc" = (/obj/effect/turf_decal/stripes/line,/obj/structure/ore_box,/obj/effect/turf_decal/delivery/white,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Sd" = (/obj/effect/decal/syndie_logo{icon_state = "logo9"},/obj/machinery/light/small{dir = 8},/obj/structure/sign/poster/contraband/c20r{pixel_x = -32},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"Se" = (/obj/machinery/light{layer = 10},/obj/machinery/door_control{emagged = 1; icon_button = "altdoorctrl"; icon_state = "altdoorctrl"; id = "SST_armory_main"; name = "SST Armory"; pixel_y = -24; req_access_txt = "153"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"Sf" = (/obj/effect/decal/syndie_logo{icon_state = "logo3"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"Sg" = (/obj/machinery/flasher{id = "syndie_FB_cells"; pixel_y = -24},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"Sj" = (/obj/structure/closet/crate/syndicate{pixel_x = -4; pixel_y = 8},/turf/simulated/floor/plasteel{dir = 6; icon_state = "darkyellowalt"},/area/syndicate_mothership/cargo) +"Sm" = (/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"Ss" = (/obj/machinery/light/small{dir = 4; tag = "icon-bulb1 (EAST)"},/turf/simulated/shuttle/floor{icon_state = "floor4"},/area/shuttle/assault_pod) +"St" = (/obj/effect/decal/syndie_logo{icon_state = "logo15"},/obj/effect/turf_decal/stripes/black{dir = 4; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"Sw" = (/obj/structure/flora/tree/jungle,/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Sx" = (/turf/unsimulated/wall/fakeglass{dir = 2; icon_state = "fake_plastitanium_window3"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/cargo) +"Sy" = (/obj/structure/chair/stool/bar,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"Sz" = (/obj/machinery/vending/shoedispenser{req_access_txt = "150"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"SA" = (/obj/effect/turf_decal/stripes/gold{dir = 8},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"SB" = (/obj/effect/turf_decal{dir = 10; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"SC" = (/obj/machinery/gibber,/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"SG" = (/obj/machinery/door/airlock/syndicate/command{name = "Bridge"; req_access_txt = "153"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"SH" = (/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"SI" = (/obj/item/toy/nuke,/obj/structure/table/wood/poker,/turf/simulated/floor/carpet/black,/area/syndicate_mothership) +"SK" = (/obj/structure/ore_box,/obj/effect/turf_decal/stripes/line{dir = 6},/obj/effect/turf_decal/delivery/white,/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"SM" = (/obj/machinery/conveyor/south{id = "SFBQMLoad"},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/cargo) +"SN" = (/obj/effect/spawner/lootdrop/maintenance,/obj/structure/curtain/black{pixel_y = -32},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership) +"SO" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/wood{icon_state = "wood_old_broken3"},/area/syndicate_mothership) +"SR" = (/obj/machinery/door/airlock/syndicate/public{name = "Woman Restroom"},/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership) +"SU" = (/obj/machinery/vending/cigarette/free{slogan_list = list("Помните! Никаких капиталистов!","Лучше всего употреблять вместе с водкой!","Затянитесь!","Девять из десяти учёных СССП считают что курение снимает стресс","Прочим сигаретам далеко до русских сигарет!","Сигареты! Теперь на 100% меньше капитализма.")},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"SV" = (/obj/structure/flora/grass/jungle/b,/obj/structure/flora/tree/jungle,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"SW" = (/obj/machinery/computer/syndie_supplycomp,/turf/simulated/floor/plasteel{dir = 1; icon_state = "darkredalt"},/area/syndicate_mothership/cargo) +"SX" = (/obj/item/target,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"SZ" = (/obj/effect/turf_decal/arrows{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"Ta" = (/obj/structure/table/reinforced,/obj/item/storage/toolbox/syndicate,/obj/item/multitool,/turf/simulated/floor/carpet/black,/area/syndicate_mothership/elite_squad) +"Tb" = (/obj/machinery/recharge_station/ert,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"Td" = (/obj/machinery/vending/hatdispenser,/obj/machinery/light/small,/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"Tf" = (/turf/unsimulated/wall/fakeglass{dir = 8; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/control) +"Tg" = (/obj/structure/mirror{pixel_x = 30},/obj/machinery/light/small{dir = 4},/obj/effect/decal/cleanable/blood,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"Tl" = (/obj/effect/turf_decal/arrows/red{dir = 8},/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"Tm" = (/obj/structure/table/reinforced,/obj/item/stamp/syndicate,/obj/item/stamp/chameleon{pixel_x = 10; pixel_y = 10},/obj/item/syndicatedetonator{pixel_x = -6; pixel_y = -2},/turf/simulated/floor/carpet,/area/syndicate_mothership/control) +"Tn" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{icon_state = "warndarkgreyred"},/area/syndicate_mothership/infteam) +"Tp" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/machinery/door/airlock/syndicate/security{name = "Ангар"; req_access_txt = "150"},/obj/machinery/door/poddoor{id_tag = "nukeop_ready"; layer = 2.71; name = "Shuttle Dock Door"},/turf/unsimulated/floor{dir = 1; icon_state = "rampbottom"},/area/syndicate_mothership) +"Tr" = (/obj/effect/decal/syndie_logo{icon_state = "logo4"},/obj/effect/turf_decal/stripes/black{dir = 5; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"Ts" = (/obj/effect/turf_decal/stripes/gold{dir = 8},/turf/simulated/floor/wood{icon_state = "wood_old_broken"},/area/syndicate_mothership/infteam) +"Tu" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"Tv" = (/obj/machinery/vending/cigarette/free,/obj/machinery/light/small{dir = 4},/obj/effect/turf_decal/stripes/gold{dir = 4},/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/infteam) +"Tz" = (/obj/effect/turf_decal{dir = 6; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"TA" = (/obj/machinery/arcade/claw,/obj/structure/curtain/black{pixel_x = -32},/turf/simulated/floor/carpet/arcade,/area/syndicate_mothership/infteam) +"TC" = (/obj/machinery/door/airlock/syndicate/public{name = "Toilet"},/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership/infteam) +"TE" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"TF" = (/obj/structure/noticeboard{pixel_x = -32},/obj/item/paper/syndimemo{info = "ПОЛУЧИТЕ ЭТОТ ЕБУЧИЙ ДИСК!"},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"TG" = (/obj/effect/turf_decal/stripes/gold{dir = 10},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"TJ" = (/turf/unsimulated/wall{icon_state = "iron11"; tag = "icon-iron11"},/area/syndicate_mothership/elite_squad) +"TK" = (/turf/unsimulated/wall{icon_state = "iron14"},/area/syndicate_mothership) +"TM" = (/obj/effect/decal/syndie_logo{icon_state = "logo13"},/obj/effect/turf_decal/stripes/gold{dir = 8},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"TN" = (/turf/unsimulated/floor{name = "plating"},/area/syndicate_mothership/elite_squad) +"TQ" = (/obj/machinery/door/airlock/centcom{aiControlDisabled = 1; name = "Assault Pod"; opacity = 1; req_one_access_txt = "150"},/obj/docking_port/mobile/assault_pod,/turf/simulated/shuttle/floor{icon_state = "floor4"},/area/shuttle/assault_pod) +"TS" = (/obj/machinery/door/window/brigdoor{color = "red"; dir = 8; req_access_txt = "150"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"TT" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/food/condiment/enzyme{pixel_x = 10},/obj/item/reagent_containers/food/condiment/enzyme{pixel_x = 5},/obj/item/reagent_containers/food/condiment/enzyme,/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"TW" = (/turf/unsimulated/wall{icon_state = "iron9"; tag = "icon-iron9"},/area/syndicate_mothership/jail) +"TX" = (/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership) +"TY" = (/obj/structure/rack,/obj/item/gun/projectile/automatic/sniper_rifle/syndicate{pixel_x = -3; pixel_y = 3},/obj/item/gun/projectile/automatic/sniper_rifle/syndicate,/obj/item/gun/projectile/automatic/sniper_rifle/syndicate{pixel_x = 3; pixel_y = -3},/obj/item/ammo_box/magazine/sniper_rounds{pixel_x = 9; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds{pixel_x = 9; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds{pixel_x = 9; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds{pixel_x = 9; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds{pixel_x = 9; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds{pixel_x = 9; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{pixel_x = 5; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{pixel_x = 5; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{pixel_x = 5; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{pixel_x = 5; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{pixel_x = 5; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{pixel_x = 5; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds/penetrator{pixel_x = -5; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds/penetrator{pixel_x = -5; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds/penetrator{pixel_x = -5; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds/penetrator{pixel_x = -5; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds/penetrator{pixel_x = -5; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds/penetrator{pixel_x = -5; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds/soporific{pixel_x = -9; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds/soporific{pixel_x = -9; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds/soporific{pixel_x = -9; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds/soporific{pixel_x = -9; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds/soporific{pixel_x = -9; pixel_y = -7},/obj/item/ammo_box/magazine/sniper_rounds/soporific{pixel_x = -9; pixel_y = -7},/obj/machinery/light/small,/obj/effect/turf_decal/bot_white,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"Ud" = (/obj/machinery/door_control{emagged = 1; icon_button = "altdoorctrl"; icon_state = "altdoorctrl"; id = "Aspid_main_storage"; name = "Aspid main storage"; pixel_y = -24; req_access_txt = "153"},/obj/machinery/light/spot,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"Ue" = (/obj/machinery/computer/operating,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"Uh" = (/obj/machinery/conveyor_switch/oneway{id = "SFBQMLoad2"},/turf/simulated/floor/plasteel{icon_state = "darkyellowcornersalt"},/area/syndicate_mothership/cargo) +"Ul" = (/obj/effect/turf_decal/arrows{dir = 1},/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 4; icon_state = "warndarkgreyred"},/area/syndicate_mothership) +"Um" = (/obj/effect/turf_decal/stripes/line{color = "darkgray"; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding2"},/obj/machinery/door/poddoor/impassable{id_tag = "nukeop_outside"; name = "Outside Blast Door"},/turf/unsimulated/floor{dir = 4; icon_state = "rampbottom"},/area/syndicate_mothership) +"Un" = (/obj/effect/spawner/random_spawners/syndicate/loot/level3{color = "#00856f"; icon_state = "x_white"; spawn_inside = /obj/structure/closet/crate},/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"Up" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 8; icon_state = "warndarkgreycornerred"},/area/syndicate_mothership/infteam) +"Uq" = (/turf/unsimulated/wall/fakeglass{icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/cargo) +"Us" = (/obj/structure/table,/obj/item/storage/box/handcuffs,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/jail) +"Ux" = (/obj/effect/turf_decal/stripes/gold,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"Uy" = (/obj/structure/railing{dir = 1},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"UA" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid{dir = 8; icon_state = "asteroidwarning"; name = "plating"},/area/syndicate_mothership/outside) +"UB" = (/obj/machinery/computer/shuttle/sst,/turf/simulated/floor/carpet,/area/syndicate_mothership/control) +"UD" = (/obj/machinery/door/airlock/syndicate/security{name = "тюрьма"; req_access_txt = "153"},/turf/simulated/floor/plasteel{dir = 6; icon_state = "darkredcornersalt"},/area/syndicate_mothership/jail) +"UF" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/effect/bump_teleporter{id = "Synd16"; id_target = "Synd26"},/turf/unsimulated/floor{color = "gray"; dir = 1; icon_state = "rampbottom"},/area/syndicate_mothership) +"UH" = (/obj/effect/turf_decal/stripes/gold{dir = 9},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"UJ" = (/obj/structure/flora/tree/jungle,/obj/structure/flora/junglebush/c,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"UK" = (/turf/unsimulated/wall{icon_state = "iron10"; tag = "icon-iron10"},/area/syndicate_mothership/infteam) +"UL" = (/obj/structure/toilet,/obj/structure/sink{pixel_y = 32},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"UM" = (/obj/effect/decal/syndie_logo{icon_state = "logo17"},/obj/effect/turf_decal/stripes/black{icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"UO" = (/obj/item/storage/box/donkpockets{pixel_x = 4; pixel_y = 4},/obj/item/storage/box/donkpockets{pixel_x = 3; pixel_y = 3},/obj/item/storage/box/donkpockets,/obj/structure/table/wood{color = "#996633"},/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership) +"UP" = (/obj/structure/flora/grass/jungle,/obj/structure/flora/tree/jungle,/obj/structure/flora/ausbushes/lavendergrass,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"UQ" = (/obj/machinery/light/small{dir = 1},/obj/item/flag/syndi,/turf/simulated/floor/plasteel{dir = 9; icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"UT" = (/obj/effect/decal/cleanable/dirt,/obj/structure/table,/obj/item/flashlight/seclite,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"UU" = (/turf/simulated/floor/wood{icon_state = "wood_old_broken4"},/area/syndicate_mothership/infteam) +"UY" = (/turf/unsimulated/wall{icon_state = "iron13"; tag = "icon-iron13"},/area/syndicate_mothership/infteam) +"UZ" = (/turf/unsimulated/wall/fakeglass{dir = 10; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/control) +"Va" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/outside) +"Vb" = (/obj/machinery/vending/chinese/free,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"Vf" = (/obj/structure/flora/junglebush/c,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Vh" = (/obj/structure/sign/poster/contraband/random{pixel_x = 30},/obj/machinery/door/poddoor/impassable{id_tag = "SST_armory_main"; name = "SST Armory"},/turf/simulated/floor/plasteel{icon_state = "darkbluealtstrip"},/area/syndicate_mothership/elite_squad) +"Vk" = (/obj/machinery/door/poddoor/impassable{id_tag = "nukeop_outside"; name = "Outside Blast Door"},/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"Vn" = (/obj/structure/rack/holorack,/obj/item/storage/box/syndie_kit/chameleon{pixel_x = -6; pixel_y = 6},/obj/item/storage/box/syndie_kit/chameleon{pixel_x = -3; pixel_y = 3},/obj/item/storage/box/syndie_kit/chameleon,/obj/item/storage/box/syndie_kit/chameleon{pixel_x = 3; pixel_y = -3},/obj/item/storage/box/syndie_kit/chameleon{pixel_x = 6; pixel_y = -6},/obj/item/storage/box/syndie_kit/chameleon{pixel_x = 9; pixel_y = -9},/obj/item/clothing/shoes/chameleon/noslip{pixel_x = -3; pixel_y = 3},/obj/item/clothing/shoes/chameleon/noslip{pixel_x = -3; pixel_y = 3},/obj/item/clothing/shoes/chameleon/noslip,/obj/item/clothing/shoes/chameleon/noslip,/obj/item/clothing/shoes/chameleon/noslip{pixel_x = 3; pixel_y = -3},/obj/item/clothing/shoes/chameleon/noslip{pixel_x = 3; pixel_y = -3},/obj/effect/turf_decal/box/white,/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"Vp" = (/obj/structure/rack,/obj/item/gun/projectile/automatic/c20r{pixel_x = -3; pixel_y = 3},/obj/item/gun/projectile/automatic/c20r,/obj/item/gun/projectile/automatic/c20r{pixel_x = 3; pixel_y = -3},/obj/machinery/light/small,/obj/item/storage/backpack/duffel/syndie/ammo/smg,/obj/item/storage/backpack/duffel/syndie/ammo/smg,/obj/item/storage/backpack/duffel/syndie/ammo/smg,/obj/effect/turf_decal/bot_white,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"Vq" = (/obj/effect/turf_decal/stripes/gold{dir = 6},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"Vr" = (/obj/structure/rack,/obj/item/storage/backpack/duffel/syndie/x4{pixel_x = -3; pixel_y = 3},/obj/item/storage/backpack/duffel/syndie/x4,/obj/item/storage/backpack/duffel/syndie/x4{pixel_x = 3; pixel_y = -3},/obj/effect/turf_decal/bot_white,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"Vs" = (/obj/effect/decal/syndie_logo{icon_state = "logo1"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"Vt" = (/obj/structure/filingcabinet/chestdrawer,/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/jail) +"Vv" = (/obj/machinery/door/airlock/external{id_tag = "syndicate_away"; req_access_txt = "150"},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"Vy" = (/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/cargo) +"Vz" = (/obj/structure/railing/corner{dir = 1},/obj/machinery/light{dir = 1},/obj/item/flag/syndi,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"VA" = (/obj/structure/toilet{dir = 8},/obj/machinery/light/small{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership) +"VC" = (/obj/structure/table/glass,/obj/item/storage/backpack/duffel/syndie/surgery,/obj/item/mmi/syndie,/obj/item/mmi/syndie,/obj/item/mmi/syndie,/obj/item/mmi/syndie,/turf/simulated/floor/plasteel{icon_state = "navybluealt"},/area/syndicate_mothership/control) +"VF" = (/turf/unsimulated/wall{icon_state = "iron12"},/area/syndicate_mothership/jail) +"VG" = (/obj/effect/decal/cleanable/blood,/obj/item/twohanded/required/kirbyplants,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"VI" = (/obj/machinery/light/spot,/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"VL" = (/obj/machinery/porta_turret/syndicate/pod,/turf/simulated/shuttle/wall{icon_state = "diagonalWall3"; tag = "icon-diagonalWall3"},/area/shuttle/assault_pod) +"VM" = (/obj/structure/chair/comfy/shuttle{dir = 8},/turf/simulated/shuttle/floor{icon_state = "floor4"},/area/shuttle/assault_pod) +"VN" = (/obj/item/storage/fancy/crayons,/obj/structure/table/wood{color = "#996633"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership) +"VQ" = (/obj/structure/table/wood,/obj/item/grenade/smokebomb{pixel_x = 2; pixel_y = -2},/obj/item/grenade/smokebomb,/obj/item/grenade/smokebomb{pixel_x = -2; pixel_y = 2},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"VR" = (/turf/simulated/floor/plasteel{icon_state = "darkbluealt"},/area/syndicate_mothership/elite_squad) +"VS" = (/obj/effect/decal/syndie_logo{icon_state = "logo8"},/obj/effect/turf_decal/stripes/black{dir = 4; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"VW" = (/obj/structure/grille,/obj/structure/window/reinforced/polarized{color = "red"; id = "SSTprivateroom"},/obj/structure/window/reinforced/polarized{color = "red"; dir = 1; id = "SSTprivateroom"},/obj/structure/window/reinforced/polarized{color = "red"; dir = 4; id = "SSTprivateroom"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"VZ" = (/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/jail) +"Wa" = (/obj/structure/flora/grass/jungle,/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Wf" = (/obj/structure/table/wood,/obj/item/grenade/syndieminibomb{pixel_x = 4; pixel_y = 2},/obj/item/grenade/syndieminibomb{pixel_x = 4; pixel_y = 2},/obj/item/grenade/syndieminibomb{pixel_x = 4; pixel_y = 2},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"Wi" = (/turf/unsimulated/wall{icon_state = "iron4"},/area/syndicate_mothership/control) +"Wj" = (/obj/structure/bed,/obj/item/bedsheet/red,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"Wk" = (/turf/unsimulated/wall/fakeglass{dir = 8; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/jail) +"Wo" = (/obj/machinery/sleeper/syndie,/turf/simulated/floor/plasteel{dir = 5; icon_state = "navybluealt"},/area/syndicate_mothership/control) +"Wq" = (/obj/item/flag/syndi,/obj/machinery/light/small,/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership/elite_squad) +"Wr" = (/obj/effect/turf_decal/stripes/gold{dir = 10; icon_state = "gs_deadlock"},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"Ws" = (/obj/structure/closet/crate/syndicate{pixel_x = 4; pixel_y = -2},/turf/simulated/floor/plasteel{dir = 9; icon_state = "darkyellowalt"},/area/syndicate_mothership/cargo) +"Wu" = (/obj/effect/turf_decal{icon_state = "golden_stripes"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"Wv" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Wx" = (/obj/structure/chair/sofa/right,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/elite_squad) +"Wy" = (/obj/effect/decal/syndie_logo{icon_state = "logo2"},/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding1"},/obj/structure/chair/comfy/purp{dir = 1},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"Wz" = (/obj/item/flag/syndi,/obj/structure/curtain/black{pixel_x = -32},/obj/structure/curtain/black{pixel_x = -32; pixel_y = -32},/obj/structure/curtain/black{pixel_y = -32},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"WA" = (/obj/machinery/vending/chinese/free,/obj/structure/curtain/black{pixel_x = -32},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"WB" = (/obj/structure/table/wood,/obj/machinery/kitchen_machine/microwave,/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/jail) +"WC" = (/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1441; master_tag = "syndicate_jail_airlock_control"; name = "Syndicate Jail Access Button"; pixel_x = -27; pixel_y = -25; req_access_txt = "150"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/jail) +"WH" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/structure/railing{dir = 4},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"WI" = (/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding2"},/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"WJ" = (/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"WO" = (/obj/structure/closet/secure_closet/syndicate/medbay,/turf/simulated/floor/plasteel{icon_state = "navybluealt"},/area/syndicate_mothership/control) +"WP" = (/obj/effect/spawner/lootdrop/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership) +"WS" = (/turf/unsimulated/wall{icon_state = "iron3"},/area/syndicate_mothership/jail) +"WW" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen/fancy,/obj/structure/window/plasmareinforced{color = "#d70000"; dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/jail) +"WX" = (/obj/structure/chair/sofa/corner{dir = 1},/turf/simulated/floor/carpet,/area/syndicate_mothership/infteam) +"WY" = (/obj/machinery/conveyor_switch/oneway{id = "SFBQMLoad2"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"WZ" = (/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"Xe" = (/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{dir = 8},/obj/effect/turf_decal/bot_white,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"Xf" = (/obj/structure/flora/grass/jungle,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Xh" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Xi" = (/obj/machinery/door/airlock/hatch/syndicate{name = "Syndicate Base"},/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership) +"Xj" = (/obj/structure/chair/stool,/obj/effect/landmark{color = "#9999ff"; icon_state = "x_white"; name = "Syndicate-Spawn"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership) +"Xk" = (/obj/effect/turf_decal{dir = 8; icon_state = "grass_edge_medium_full"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"Xm" = (/obj/structure/shuttle_wall_corner{dir = 4; icon_state = "diagonalWall3"},/turf/simulated/floor/plasteel{dir = 9; icon_state = "darkredalt"},/area/syndicate_mothership/cargo) +"Xo" = (/obj/machinery/light,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"Xq" = (/obj/structure/curtain/open/shower/security,/obj/machinery/shower{pixel_y = 20},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership) +"Xr" = (/obj/effect/landmark{color = "#99ff99"; icon_state = "x_white"; name = "Syndicate-Infiltrator"; tag = "Commando"},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"Xs" = (/obj/effect/decal/syndie_logo{icon_state = "logo14"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"Xv" = (/turf/unsimulated/wall{icon_state = "iron15"},/area/syndicate_mothership/elite_squad) +"Xw" = (/obj/structure/rack/holorack,/obj/item/storage/belt/chameleon{pixel_x = -3; pixel_y = 3},/obj/item/storage/belt/chameleon,/obj/item/storage/belt/chameleon{pixel_x = 3; pixel_y = -3},/obj/effect/turf_decal/box/white,/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"Xx" = (/turf/unsimulated/floor{icon_state = "darkfull"; tag = "icon-dark"},/area/syndicate_mothership) +"XA" = (/obj/effect/turf_decal{dir = 6; icon_state = "golden_stripes"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"XD" = (/turf/unsimulated/wall{icon_state = "iron0"},/area/syndicate_mothership/jail) +"XF" = (/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"XG" = (/obj/effect/decal/syndie_logo{icon_state = "logo11"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"XI" = (/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 5; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"XJ" = (/obj/structure/fans/tiny/invisible,/turf/simulated/floor/plasteel{dir = 8; icon_state = "warndarkgreyred"},/area/syndicate_mothership/infteam) +"XO" = (/obj/machinery/door/airlock/syndicate/public{name = "Скромный зал славы"; req_access_txt = "150"},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"XQ" = (/turf/unsimulated/wall{icon_state = "iron2"},/area/syndicate_mothership/jail) +"XR" = (/turf/unsimulated/wall/fakeglass{dir = 4; icon_state = "fake_plastitanium_window2"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/jail) +"XS" = (/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/jail) +"XT" = (/obj/machinery/vending/suitdispenser,/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"XW" = (/obj/machinery/vending/boozeomat{req_access_txt = null},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership) +"XX" = (/obj/machinery/bodyscanner,/turf/simulated/floor/plasteel{dir = 4; icon_state = "navybluealt"},/area/syndicate_mothership/control) +"XY" = (/obj/machinery/light/small{dir = 8},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"XZ" = (/obj/item/flag/syndi,/obj/structure/curtain/black{pixel_x = 32},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"Yc" = (/obj/effect/turf_decal/plaque{layer = 3},/obj/structure/statue/furukai{pixel_y = 7},/turf/simulated/floor/redgrid,/area/syndicate_mothership) +"Yd" = (/obj/structure/flora/grass/jungle/b,/obj/structure/flora/grass/jungle,/obj/structure/flora/junglebush/c,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Ye" = (/obj/machinery/vending/tool,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/elite_squad) +"Yf" = (/obj/effect/turf_decal{dir = 9; icon_state = "golden_stripes_corner"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"Yh" = (/obj/machinery/light/small,/turf/simulated/shuttle/floor{icon_state = "floor4"},/area/shuttle/assault_pod) +"Yj" = (/obj/structure/closet/crate/syndicate{pixel_y = -2},/obj/machinery/light/spot,/turf/simulated/floor/plasteel{dir = 1; icon_state = "darkyellowalt"},/area/syndicate_mothership/cargo) +"Yk" = (/obj/machinery/light/small,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership) +"Yn" = (/obj/machinery/conveyor/north{id = "SFBQMLoad2"},/obj/structure/plasticflaps/mining{color = "red"},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/cargo) +"Yp" = (/obj/effect/mapping_helpers/light{layer = 10},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Yr" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/obj/effect/bump_teleporter{id = "Synd11"; id_target = "Synd21"},/turf/unsimulated/floor{color = "gray"; dir = 1; icon_state = "rampbottom"},/area/syndicate_mothership) +"Yt" = (/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{dir = 8},/obj/machinery/light/small{dir = 4},/obj/effect/turf_decal/bot_white,/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/elite_squad) +"Yu" = (/obj/machinery/door/poddoor/shutters{density = 0; dir = 8; icon_state = "open"; id_tag = "syndieshutters_Aspid"; name = "Blast Shutters"; opacity = 0},/turf/unsimulated/wall/fakeglass{dir = 1; icon_state = "fake_plastitanium_window1"; tag = "icon-fakewindows (EAST)"},/area/syndicate_mothership/cargo) +"Yv" = (/obj/effect/turf_decal/delivery,/obj/machinery/portable_atmospherics/canister/carbon_dioxide{maximum_pressure = 50000},/obj/structure/window/reinforced{color = "red"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/cargo) +"Yw" = (/obj/effect/turf_decal{dir = 4; icon_state = "golden_stripes"},/obj/machinery/light/spot{dir = 4; tag = "icon-tube1 (EAST)"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"Yy" = (/obj/effect/decal/syndie_logo{icon_state = "logo3"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) +"YB" = (/obj/structure/table/wood,/obj/item/storage/firstaid/tactical{pixel_x = 3; pixel_y = 1},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"YC" = (/obj/machinery/door/poddoor/impassable,/turf/simulated/floor/plasteel{icon_state = "darkgrey"},/area/syndicate_mothership) +"YD" = (/obj/machinery/syndiepad/loadpad,/turf/simulated/floor/carpet,/area/syndicate_mothership/control) +"YE" = (/obj/effect/decal/syndie_logo{icon_state = "logo3"},/obj/effect/turf_decal/stripes/gold{dir = 1},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership) +"YI" = (/obj/machinery/syndiepad/admin/loadpad{target_id = "syndie_cargo_port2"},/obj/structure/curtain/black{pixel_y = 32},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/control) +"YJ" = (/obj/effect/turf_decal/loading_area/white{dir = 8},/turf/simulated/floor/plasteel{icon_state = "darkfull"},/area/syndicate_mothership/elite_squad) +"YN" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"YR" = (/obj/item/twohanded/required/kirbyplants,/obj/structure/curtain/black{pixel_x = 32},/turf/simulated/floor/carpet/black,/area/syndicate_mothership/infteam) +"YU" = (/obj/effect/decal/cleanable/blood,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"YV" = (/obj/effect/turf_decal/stripes/gold{dir = 1},/obj/item/toy/syndicateballoon/contractor,/turf/simulated/floor/carpet/black,/area/syndicate_mothership/control) +"Za" = (/obj/item/implanter/adrenalin{pixel_x = 12; pixel_y = -12},/obj/item/implanter/emp{pixel_x = 9; pixel_y = -9},/obj/item/implanter/explosive{pixel_x = 6; pixel_y = -6},/obj/item/implanter/explosive_macro{pixel_x = 3; pixel_y = -3},/obj/item/implanter/freedom,/obj/item/implanter/krav_maga{pixel_x = -9; pixel_y = 9},/obj/item/implanter/mindshield{pixel_x = -6; pixel_y = 6},/obj/item/implanter/storage{pixel_x = -3; pixel_y = 3},/obj/structure/rack/holorack,/obj/effect/turf_decal/box/white,/turf/simulated/floor/wood{icon_state = "wood_oak"},/area/syndicate_mothership/control) +"Zd" = (/obj/item/toy/cards/deck/syndicate{pixel_x = -6; pixel_y = 6},/obj/item/reagent_containers/food/drinks/bottle/rum{pixel_x = 6; pixel_y = 2},/obj/structure/table/wood/poker,/turf/simulated/floor/carpet/black,/area/syndicate_mothership) +"Zf" = (/obj/machinery/photocopier/syndie,/turf/simulated/floor/carpet,/area/syndicate_mothership/control) +"Zg" = (/obj/structure/flora/grass/jungle,/obj/structure/flora/grass/jungle/b,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Zj" = (/obj/effect/decal/syndie_logo{icon_state = "logo13"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/control) +"Zl" = (/obj/structure/chair/stool,/obj/effect/landmark{color = "#9999ff"; icon_state = "x_white"; name = "Syndicate-Spawn"},/obj/structure/sign/poster/contraband/random{pixel_x = -30},/turf/simulated/floor/carpet/black,/area/syndicate_mothership) +"Zq" = (/obj/structure/chair/sofa/left{dir = 8},/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/neutral{alpha = 100; color = "#791500"; icon_state = "tile_full"},/turf/unsimulated/floor{dir = 4; icon_state = "elevatorshaft"},/area/syndicate_mothership/elite_squad) +"Zs" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"Zt" = (/obj/structure/closet/crate/syndicate{pixel_x = -4; pixel_y = -2},/turf/simulated/floor/plasteel{dir = 5; icon_state = "darkyellowalt"},/area/syndicate_mothership/cargo) +"Zu" = (/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding4"},/obj/effect/turf_decal/stripes/line{icon = 'icons/turf/floors.dmi'; icon_state = "siding8"},/turf/unsimulated/floor{icon_state = "rampbottom"},/area/syndicate_mothership/infteam) +"Zw" = (/obj/structure/window/reinforced{color = "red"; dir = 8},/obj/item/paper_bin/syndicate{pixel_y = 7},/obj/item/pen/multi/gold,/obj/structure/table/wood/fancy/black,/turf/unsimulated/floor{dir = 8; icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/syndicate_mothership/control) +"Zy" = (/obj/structure/flora/tree/jungle,/obj/structure/flora/junglebush/b,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"Zz" = (/obj/effect/turf_decal/stripes/line{color = null; icon = 'icons/turf/floors.dmi'; icon_state = "siding2"},/obj/structure/flora/tree/jungle/small,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"ZA" = (/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"ZB" = (/obj/structure/shuttle_wall_corner{icon_state = "diagonalWall3"},/turf/simulated/floor/plasteel{dir = 5; icon_state = "darkredalt"},/area/syndicate_mothership/cargo) +"ZC" = (/obj/effect/decal/syndie_logo{icon_state = "logo10"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/jail) +"ZD" = (/obj/effect/decal/syndie_logo{icon_state = "logo5"},/obj/effect/turf_decal/stripes/black{dir = 8; icon_state = "bs_line"},/turf/simulated/floor/mineral/plastitanium,/area/syndicate_mothership/infteam) +"ZE" = (/obj/structure/flora/ausbushes/sunnybush,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"ZF" = (/obj/structure/chair/stool/bar,/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership/elite_squad) +"ZG" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/obj/effect/turf_decal{dir = 1; icon_state = "grass_edge_medium"; name = "grass"},/turf/unsimulated/floor/asteroid,/area/syndicate_mothership/outside) +"ZH" = (/obj/structure/flora/ausbushes/lavendergrass,/turf/unsimulated/floor/grass,/area/syndicate_mothership/outside) +"ZJ" = (/obj/machinery/door/airlock/syndicate/security{name = "тюрьма"; req_access_txt = "153"},/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/syndicate_mothership/jail) +"ZM" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/structure/chair/stool/bar,/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership) +"ZO" = (/turf/simulated/floor/plasteel{dir = 5; icon_state = "darkredaltstrip"},/area/syndicate_mothership/jail) +"ZP" = (/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership) +"ZS" = (/obj/structure/chair/sofa/left{dir = 8},/obj/structure/curtain/black{pixel_x = 32},/turf/simulated/floor/plasteel{icon_state = "grimy"},/area/syndicate_mothership) +"ZT" = (/obj/structure/table/reinforced,/obj/item/syndicatedetonator,/turf/simulated/floor/carpet/black,/area/syndicate_mothership/elite_squad) +"ZW" = (/obj/structure/table/wood,/obj/item/grenade/smokebomb{pixel_x = 2; pixel_y = -2},/obj/item/grenade/smokebomb{pixel_y = 1},/obj/item/grenade/smokebomb{pixel_x = -2; pixel_y = 2},/turf/simulated/floor/wood{icon_state = "wood_old"},/area/syndicate_mothership/infteam) +"ZX" = (/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"},/obj/effect/turf_decal{dir = 4; icon_state = "grass_edge_medium"; name = "grass"},/obj/effect/turf_decal{icon_state = "grass_edge_medium_corner"},/turf/unsimulated/floor/asteroid{icon_state = "asteroidfloor"; name = "plating"},/area/syndicate_mothership/outside) +"ZY" = (/turf/simulated/floor/plasteel{icon_state = "freezerfloor"},/area/syndicate_mothership/elite_squad) +"ZZ" = (/obj/effect/decal/syndie_logo{icon_state = "logo10"},/turf/simulated/floor/mineral/plastitanium/red,/area/syndicate_mothership/elite_squad) + +(1,1,1) = {" +QHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQH +QHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHGpGpGpGpGpGpGpGpGpGpQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQH +QHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHGpGpGpGpGpGpGpGpGpGpGpGpGpQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHGpGpGpGpGpGpGpGpQyGpbWGpVfQHQHQHQHQHQHQHQHQH +QHQHQHQHQHQHQHQHQHQHQHQHQHGpmVXfGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpQHQHQHQHQHQHQHGpGpGpGpGpGphpGpGpGpGpGpIkGpGpGpQHQHQHQHQHQHQHGpGpGpGpQHQHQHGpGpGpGpGpGpGpQyGpGpGpGpGpQyGpGpQybWGpQyGpGpNiGpNiGpGpGpNiQHQHQHQHQHQHQH +QHQHQHQHQHQHQHQHQHQHGpGpGpGpGpGphiGpGpGpGpQyGpGpGpfJpfpfpfpfpfpfpfpfpfKdGpGpGpGpGpQHQHGpGpGphpGpGpTzdZnfKdGpkxGpGpGpkxGpGpQHccQHQHGpGpGpGpGpGpGpGpGpGpGpGpQyGpGpGpGpGpQyGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpQHQHQHQHQHQH +QHQHQHQHQHQHQHQHGpGpGpGpGpGpQyGpNiGpfJpfpfpfpfpfpfrrxJktZsZsZsZsZsZAxJidpfpfpfpfKdGpGpGpGpfJdhGpTzdhGpNBKISBGphpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpQyGpGpGpGpfJpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfKdQyGpGpQHQHQHQHQH +QHQHQHQHQHQHQHGpGpGpGpGpGpXfGpGpGpfJdNZsZsZsZsZsZsZsZsfPGpGpGpGpGpNBZsZAxJktZsZsQepfKdGpGpQVGpfJGGGphpGpGpQVGpOqGpfJpfpfKdGpQyGpGpXfGpGpGpGpGpfJpfpfpfpfpfrrktZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZAxJidpfKdGpGpQHQHQHQH +QHQHQHQHQHQHGpGpXfucNiGpNiGpGpGpfJdNfPGpGpGpXfGpGpGpGpGpXfGpGpGpGpGpGpNBZsfPGpGpNBZsKInfKdGpfJrrMIGpgISBGpGpMvnNpfrrxJxJidKdGpGpGpGpGpfJpfpfpfrrxJxJxJktZsZsNHGpGpGpGpGpGpQyGpGpGpGpGpGpGpGpGpQyGpGpGpNBZsZsZAidKdQyGpQHQHQH +QHQHQHQHQHGpmVbWXfGpXfGpQyXfGpfJdNfPGpGpGpGpGpGpQyGpGpGpGpGpGpGpGpGpkxGpGpGpGpGpGpGpGpWvidpfdNZsNHGpGpOqGpIkGpxVZsZsZsZAxJidpfpfpfpfpfrrktZsZsZsZsZsZsNHGpGpGpGpGpQyGpNiGpGpGpGpGpGpNiGpbWQyGpNiGpGpGpGpGpGpNBZAidKdGpGpQHQH +QHQHQHQHQHXfNiGpiiQyGpGpmVucfJdNfPGpGpXfGpGpiiXfGpGpGpXfGpQyGpGpGpGpGpGpskHMGpGpGpGpGpNBZsZAMIGpGpMvJudZuJGpMvTEGpGpGpWvktZsZsZsZsZsvCZsNHGpGpGpGpGpGpGpGpGpGprhGpGpGpGpGpiiGpNiQyGpGpGpiiGpbWGpGpGpQyiiGpGpGpNBZAidKdGpQHQH +QHQHQHQHXfGpGpGpGpGpGpGpGpGpWvMIGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpkxGpIkGpGpGpGpGpGpGpGpGpmSTuFOGpGpNZGpGpFMGpNkFOGpGpmStMGpGpGpGpGpOnGpGpGpIkGpGpGpGpGpGpGpNiGpGpGpGpGprhGpGpGpGpZEGpGpNiGpGpGpGpGpGpGpGpGpQyGpNBZAidQmQHQH +QHQHQHQHXfXfgsGpGpKasIkkmrRBMEMEmrRBplsIkkmrUKplsIkkmrRBGpGpXfGpGpGpGpGpkxGpNiGpXfXfGpzleRGEQkTueReRcKeReRcKeRGETueReRGEtMGpGpGpGpGpGpGpMvuJGpNiGpGpGpXfbVXfGpGpGpGpNiHOjROxyKaNKfjROxOxOxOxOxyKaNbajROxyKHOGpNiGpNBZAxJQHQH +QHQHQHQHGpGpGpNiGpIWPrdySACHSHSHCHSHBPBPBPSHIhFUFUFUYRuBGpmVGpGpGpGpGpiiGpXkNiGpQyGpGpxuyGyGyGyGyGyGyGyGyGyGyGyGyGyGyGyGzUGpGpQyNiGplnGpiiGpXkGpXfXfGpGpGpNiXfGpGpmVGpIXtZWxyMoMmTcSERcScScSERcSOwcJOZEhjHIXXfXfXfGpWvxJQHQH +QHQHQHGpGpGpNiGpXfItTAaqTGUxRJUxUxWrxlYBADwfAMOoXrXrXZItNiXfNiGpGpoOGpGpGpGpGpGpGpbcKkDpqWqWqWDpqWqWqWJjqWDpqWqWqWDpqWqWqWhULuGpGpGpGpXkGpGpGpGpXfGpNiXfXfGpXfXfQyinGpFIoMaCyBoMaQcSqzqzwwqzqzcSrpEoWZEoWZFIGpamXfGpWvxJQHQH +QHQHQHNiGpGpXfGpGpJtoJUKaOaOLfxPoTSASHSHSHSHlSRZRZRZRZLfGpRFGpGpGpBgGpNrfvmpGpGpbclLHywrwrPIPIPIPIPIwrwrPIPIwrwrPIwrwrPIwrKYvMLuGpGpEEGpNrfvmpGpGpQyXfNiXfNiNimVXfGpGpHboMNOQaiECFcSniZTpSFpniZFsuWZEoWZowHbGpGpGpQyWvxJQHQH +QHQHGpXfGpinGpGpGpIhoGIhRZaVIhQgmASAVQZWVQSHlSRZRZRZhhIhNimVGpJtRBzuKRcOzucOmrNRlLJRgKEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFePfCvMytbailwauQiluQaNKfGpGpGpXfGpRGXfXfZgGpCFtZekHZoMtvdkninIqzcLniZFRdEoWZEoZqHOjROxyKCFrrxJQHQH +QHQHGpGpGpGpKasIkkoCoJuZRcRcoCoJRBqISHSHSHSHlSRZRZRZRZAMgsGpGpIhbFTnTnTnTnTnOKAMzEJRgKEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfwJRwvmTzkPWPWPWPWPWzitvGpGpNidQGpQyGpNiGpGptvJyldldVWmTcSniTaqzgFnicSTSWZAczeEolHQhWZcktvxJxJQHQH +QHQHGpNiGpGpIWbqBOhzqwtRRZRZRconuWSASHSHSHwfLfOoXrXrXZuBGpNiNiIhyZsmsmsmsmsmXJuBzEJRgKEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFlMJRwvHfqyTNTNTNTNTNvltvGpGpNiNiNiGpNiNiNiGptvwuFRiZlVnTcSqzqzqzqzqzcSCFzYTTtnWZEoWZEosStvxJYpQHQH +QHQHGpGpGpGpItdBRZRZRZRZRZRZRcRZuWSASHSHSHSHIhLxLxLxYRItGpGpGpIhyZsmsmsmsmsmXJIWcdJRgKEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFlMJRpQuLqyTNTNTNTNTNvltvGpGpGpiiGpGpGpGpGpGptvXYHWiRWZcQcScScScScScScStvcHEoWZEoWZEoWZlQtvxJxJQHQH +QHQHGpGpGpGpLfRZNJOJOJOJOJwKJtoJNRRBplsIkkmrUYoJNRoJoJRBanazanIhyZsmsmsmsmsmXJIWzEcjgKEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFePJRwvuLqyTNTNTNTNTNvltvanazazazazanlOmchWgYtvwupuNzEonTfTWqnMcSnMWqfTtvQTpYSCeDPavjoEhItvxJxJQHQH +QHQHGpNiGpmruZoPzMiKiKiKiKfNIhoGIhcxRkRkRkdoRkRkIhGpNiNiGpGpNiIhyZsmsmsmsmsmXJIWzEcjsDEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFePHJwvuLqyTNTNTNTNTNvltvGpGpGpGpNiGptvPBPBPBFFfVfVfVfVfVfVfVbaagaNfVfVDffVfVfVfVytfVfVfVTJxJxJQHQH +QHQHQHXfGpuBaWRZkgMMMMMMsHTvIhoGIhLJxKxKxKxKxKxKIhrsWIWIWIZzWIIhyZsmsmsmsmsmXJIWzEJRbbEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFePJRwvuLqyTNTNTNTNTNvltvWIZzWIrsWIWItvPBPBPBtvEICtwdxXYeSUCBxXXFxXCBFzIfxXVbquEItvqzMRxUtvxJxJQHQH +QHQHQHXfGpIWsFRZzcPgvnczzMaJoCoJuZaXxKJHxKxKxKLJcsRBplsIsIkkmrJFyZsmsmsmsmsmXJIWzEJRsDEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFlMcjwvuLqyTNTNTNTNTNvlFFbadDgLgLgPaNTJbDPBPBtvArXFXFXFXFXFXFXFXFXFXFXFXFXFXFXFaktvqPMRxUtvxJYpQHQH +QHQHQHNiGpIWmxRZZDzsEYFEzMKXutRZuWxKxKJHJHxKxKhkAMbikrQiQiQifkAMyZsmsmsmsmsmXJIWzEJRsDEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFlMcjwvuLqyTNTNTNTNTNvlmTPTIiIiIiIiIimTPBPBujmTxXXFXFcbKWXFfnfnfnfnfnXFxmWfXFXFxXmTqzMRxUtvxJxJQHQH +QHQHQHiiNiIWheRZBEIDIKIVzMKXRZRZuWxKxKJHJHvEJHxKuFkrQiQiQikrkruFyZapsmsmsmsmXJIWzEHJsDEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfwcjwvuLqyTNTNTNTNPLvlwpIiIiIiIiIiIiwpYJPBPBINMLXFXFXFXFXFXFfnfnfnXFXFXFXFXFXFXFagqzqzqBtvxJxJQHQH +QHQHQHGpGpIWKJRZBYeNzvmCzMKXRbRZuWxKxKJHJHxKxKhkLfbikrQikrkrnmLfyZsmsmsmsmsmXJIWzEJRgKEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFlMcjwvuLqyTNTNTNTNTNvlCFIiIiIiIiIiIiCFPBPBLDCFxXXFXFcbcbXFXFXFcDXFXFXFcbcbXFXFxXCFqzMRxUtvxJxJQHQH +QHQHQHXfXfIWuSRZpAUMmRbEzMiaJtoJUKGCxKJHxKxKxKLJcsRBplsIsIkkmrJFyZsmsmsmsmsmXJIWcdJRsDEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFlMcjpQuLqyTNTNTNTNTNvlFFbadDgLgLgPaNTJbDPBPBtvArXFXFXFXFXFXFXFfnXFXFXFXFXFXFXFaktvqPMRxUtvxJxJQHQH +QHQHQHXfGpItaWRZNJOJOJOJhZQxIhoGIhLJxKxKxKxKxKxKIhmJmJmJBkmJBkIhyZsmsmsmsmsmXJItzEJRsDEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfwcjwvqOqyTNTNTNTNTNvltvmJmJBkmJmJBktvPBPBPBtvEIIdVRVRVRVRAFoSSeuAJJVRezezVReVEItviGMRxUtvxJYpQHQH +QHQHNiXfGpmrUKoPzMiKiKiKiKcWIhoGIhcxDgDgDgDhDgDgIhGpgsGpGpNiGpIhUpqxqxqxqxqxdfLfzEcjsDEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFlMcjwvCFOVauauauauauOYtvZzWIWIISWIWItvPBPBPBFFfVbarksTsTVhaNfVytfVbarksTsTVhaNfVXvbaFlaNTJxJxJQHQH +QHQHXfYdGpGpAMRZkgMMMMMMMMnEoCoJUYRBplsIkkmrNRoJUYoJoJUKanazankYfufufufufufufupJKkgzsDEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfwnZhUDffVfVfVfVfVfVfVDfbadDgLgLgPaNRQbDPBPBtvQPkMqeqeqeqeoKXetvCMBGqeqeqeqeuhCMtvKDZYtttvxJxJQHQH +QHQHNimVQyGpuBdBRZRZRZRZRZRZxBRZuWTsSHSHSHJSAMsdJhkycUIhGpZHGpNocjvdcjcjcjvdcjcjzEcjsDEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFlMJRYCIiIiIiIiIiIiIiIikIIiIiIiIiIiIikIPBPBPBtvhtkMVsCuYyESoKYttvhqBGVsCuYyESuhBxtvjAZYdVtvxJxJQHQH +QHQHGpXfGpGpIWWzGQSzTdXTRZRZxBzpuWSASHSHSHSHTCxAxAlGxAIhGpZHGpNocjfyEdCCEdCKcjcjzEcjsDEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFlMHJYCIiIiIiIiIiIiIiIikIIiIiIiIiIiIikIPBPBPBtvrdkMOiHopvLWoKXetvCMBGOiHopvLWuhCMtvZYZYdVtvxJxJQHQH +QHQHGpGpXfGpqJsIkkJtoJUKxBxBJtoJRBkbSHSHSHwfmroJoJoJoJuZGpiiQyNocjKjHzXxLOOzcjtazEJRsDEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFePnZhUTKfufuLuYCbcfufuTKbadDgLgLgPaNKfbDPBPBFFfVbaeQZZFwEWaNfVXvfVbaSdZZFwrJaNfVTJZYaNfVTJxJYpQHQH +QHQHgsNipoiiGpGpGpIhoGIhRZaVIhWXNaSASHSHSHSyLyQKPNQKxRuBZHGpGpNocjIQEgCNUnOSddhUKkQrsDEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFePJRwvNoEFEFPAcjPAEFEFNomJmJmJBkmJmJtvPBPBPBtvIomYbyqeLwrbBvavtvpsEmbyqeLwrbODVrtvZYlDuOtvxJxJQHQH +QHQHGpGpNiGpGpXfGpoCoJuZZuZuAMaZeGSASHSHrnSyjJgbQKgbIcIWGpZHZHPAcjKjhFXxHzOzcjcjzESZUlEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFCWSZwvNoEFOyDdneDdCsEFNoNiGpGpiigsGptvPBPBPBtvIomYoyyngfzABvavtvLXEmoyyngfzAODBStvZYaNfVTJxJxJQHQH +QHQHGpGpGpXfNiGpGpuBTAaqUHHcAjHcHclvpHSHSHSywCQKgbQKEMItfJQmQmAzcjIQXxCNEgmkcjcjzEHJgKEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFlMcjwvNoOyDdLeDVVMDdCsNoWIZzrsWIWIrstvPBPBPBtvIomYqeqeqeqeBvavtvbNEmqeqeqeqeODNAtvZYNbPntvxJxJQHQH +QHQHGpGpQyGpGpGpGpIWtlpOSAisSHUUisSHwYwYwYisKlBKIImMJtRBWvktLFAzcjKjHzXxxTOzcjcjzEJRgKEFEFEFEFEFEFEFEFrPEFEFEFEFEFEFEFEFEFlMnZhUlLDdLeDVYhDVVMDdvMbadDgLgLgPaNRQbDPBPBngfVKfAnAnAnAneofVDffVKfyyyyyyyyeofVDffVfVfVTJxJxJQHQH +QHQHQHGpGpsyVfGpsyqJsIkkmrRBDWDWmrRBplsIkkmrRBplsIkkAMgsWvMIGpmecjIQXxBwXxjkcjQGzEcjnpxYxYxYxYxYxYCDyOkBkByOyJFCxYxYxYxYxYNXJRuRcjneDVSsBelCDVneYCIiIiIiIiIiIikIPBPBPBPBOPtvLCLCLCLCtvPBPBPBtvVpRLFYTYtvOPPBPBPBPBtvxJYpQHQH +QHQHQHGpGpNiXfGpGpGpGpGpGpGpOhLmGpGpGpGpGpGpGpGpXfGpXfGpWvMIGpNocjhBxTEgLOOzddhUKkDlJxEVOHEdKSEdmmawcgXxXxcguEQcqGaRepJMEdOrhMhULuDdLeDVsEDVVMDdbcbadDgLgLgPaNKfPBPBPBPBPBngfVfVfVfVRQPBPBPBngfVfVfVfVRQPBPBPBPBPBtvxJxJQHQH +QHQHQHGpmVGpGpXfiiNiNiGpGpNiOhLmGpQyGpiiGpGpGpXfdXXfXfGpWvMIGpNocjBnEgwMXxBXcjcjzEJRejLVXxLOJVEsihfSwhXxXxwhbQejMakslgXxLOxdJRwvNoVLDdLeDVVMDdHxNoBkmJmJmJmJBktvbDPBPBPBPBPBPBPBPBPBeePBPBPBeePBPBPBPBPBPBPBPBPBeZtvxJxJQHQH +QHQHQHQHNiGpXfGpGpGpGpVfGpXfOhLmGpGpGpGpGpgsNiGpXfZgNifJcVsZGpNocjGjNwDBBRAucjcjzEcjyQIYScIYaLqDCvjnwhXxXxwhEuBaQfzXIYnWIYSKcjwvNoEFVLDdTQDdHxEFNoGpNiGpGpdQGptvPBPBPBPBPBPBPBPBPBPBPBPBPBPBPBPBPBPBPBPBPBPBPBPBPBtvxJxJQHQH +QHQHQHQHpBGpXfZEGpXfGpQyGpGpOhidpfpfpfpfKdGpGpQyXfNifJcVfPGpGpNocjAhcjcjcjAhcjtazEcjAhcjcjcjcjcjAhawjtXxXxjtPwXoJRJRHJJRcjAhcjwvNoEFEFmeuMmeEFEFNoNiGpgsGpGpNitvPBPBPBPBFcFcFcFcFcFcPBFcFcFcPBFcFcFcFcFcFcPBPBPBPBtvxJktQHQH +QHQHQHQHGpGpGpGpGpXfNiXfGpGpNBZsZsZsZsZAidKdGpxfmVfJcVfPmVQyGpkYfufuLucjcjbcfufuTKfufufufufuTKfufufuKkacachUfufufuKkTphUfufufuTKpJfufukuDLkYfufulLanazazazazanmTnFnFnFHOdDgLgLgLgLgPHOdDgLgPHOdDgLgLgLgLgPHOnFnFnFmTZAqKGpQH +QHQHQHQHXfmVGpGpGpGpGpGpGppoXfGpGpGpGpNBZAidQmQmQmcVfPXfGpGpGpNoYcQCPAVkVkPAQCQCNoCzPUZPoBXqNoTFwBwUQzTXTXclicNYmvpLTXpLnqzmyrNoAtwEdPPAuMPASXSXcgGpGpGpGpGpGpGpWvxJMIGpGpGpGpGpGpGpQyGpGpGpQyGpGpGpGpGpGpQyWvxJMIQyWvMIGpQH +QHQHQHQHNiGpGpQyGpGpZHgsXfGpZHNimVGpNiXfNBZAxJxJktfPGpGpGpGphUlLUyUyVzmlmljLUyUyNolWlYZPhUfukuXjXjXjwNTXTXmlmlYUbfpZTXmlNufzKGNoaygSgSfWgScgvFxQzoHUGpGpfJpfpfpfrrxJidpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfrrxJidpfrrMIGpQH +QHQHQHQHGpXfXfNiGpGpNiXfXfGpGpXfGpGpGpGpXfNBZAxJMIXfGpGpXfGpcgWAmlmlxGRvYEHupZFWNobJlYlYSRCXNoycSIZdlbTXTXQzdAhrfzJlTXmlmlQziUPAKxuMgSgSgSwhuMgSgTwhGpGpRyxJxJxJxJYpxJxJxJxJxJYpxJxJxJxJYpxJxJxJxJYpxJxJxJxJxJYpxJxJxJMIGpQH +QHQHQHQHXfGpGpXfXfGpXfGpGpNiiiGpGpQyXfGpXfNiNBZAidKdGpXfNiGpwhHamlkZGUGVaYwWmlthNofrZPlFhUfukuZlXjXjwNTXTXHHTXTXTXTXTXTXTXTXTXXiGwuMgSuMgSwhtQuMuMwhGpGpWvktZsZsZsZsZsZAxJxJktZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsfPGpQH +QHQHQHQHGpNiGpGpGpQyGpGpGpGpGpGpGpGpGpGpGpGpNiNBZAidKdQyPCGpwhuPpZmlQuORJNBIpZxwNodYZPlYtxVANoQztFzdNuTXTXTXdsTXTXTXlfohsBTXTXXiGwuMgSuMwEjtvivigwwhGpGpWvMIGpGpGpGpGpWvxJxJMIGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpQH +QHQHQHQHGpNiGpGpGpiiGpGpdcrwqtDiFtGpGpiiGpGpGpGpNBZAidKdGpGpwhACpZmlTMJKXswsdALnvMfuKkzHhUfugifufufuKksBTXhUfuKklyhUTKfufufufuLuRXuMwEwEgSwEuMuMuMwhGpGpWvMIGprWVFVFjZvLXSXSXSpqVFVFVFVFVFVFVFVFfmVFVFfmVFVFVFVFVFxoGpGpGpQH +QHQHQHQHGpGpdcSxFtGpGpdcXmwcGmSWZBFtGpGpdcSxFtGpXfNBZAidKdGpjtACmlmleccMbAhxmlmlmNmlkZpZpZpLPADtHjHrVGTXHHGMAHLBDFxzNoKvKviNKvPAgSgSuMgSuMuMgSuMdajtGpGpWvMIGpaPVZVZVZVZVZVZVZVZVZVZVZVZVZVZVZVZaPUsBAaPXSwmXSBLBLWSGpGpNiQH +QHQHQHQHGpGpGPVyGPGpdcXmGJSmIESmCcZBFtGpGPVyGPGpGpbWNBZAMIGpyOkGmlmlpZiUmlmlmlmlXOmlpZpZpZjBXiTXTXTXTXTXsBPZVNDFdRdTNouMuMgSuMBMuMgSgSYkuMuMuMgSgSyOGpGpWvidpfFdVZVZVZVZVZVZVZVZVZVZVZVZVZVZVZVZZJVZVZZJXSGDXSXSwmWSGpinGpQH +QHQHQHQHGpGpKKVyKKGpYuMwSmSmSmSmSmOdLoGpKKVyKKGpNiNivYWvidpfAzmlNupZCbbcfuLumlmlmemlpZSOpZjBXiTXWPTXTXelTXZMUOrBhJFmNogSgSuMgSBMuMgSbcfuLuPHtGwEuMUmpfpfrrktZsFdVZVZVZVZVZVZVZVZVZVZVZVZVZVZVZVZZJWCVZZJXSXScNXSbpWSSVGpGpQH +QHQHQHGpGpGpUqVyUqGpNlMwSmWsYjZtSmOdljGpUqVyUqGpNiGpGpWvktZsAzpZuwuwUTNoGpNoRaRaKrLnfRHgPXpLmeDtQMTbDZuXghGMbxEySNXWNoKvKvpWKvmeRaRaNoGpNoqnDSuMuMUmZsZAkXfPGpXQVZVZVZVZVZVZVZVZVZVZVZVZVZVZVZVZXQPPPPXQXSwmXSXSgeWSNiGpGpQH +QHQHQHiiGpGpggBfBfBfBfKAKTdzBfKAKTdzBfBfBfBfFaGpXfiiGpWvMIGphUKkfcRwhUlLGpNoXiXivMfufufufufupJfufufuKkfcRwhUKkfcRwhUpJfufufufulLXiXiNoNivMKkfcRwhUKkGpWvMIGpGpeHjZWkXRznXDFdpqxoZJZJrWVFjZFdpqVFTWHqIBWSjUXSXSDJvTWSGpZgXfQH +QHQHQHGpXfGpevmwIrmwmwqQSmfFyuSjSmkSmwmwIrmwevGpGpGpGpWvMIGpGpGpGpGpGpGpGpNoTXTXTXTXTXTXgQcgGpGpGpgsGpGpGpGpGpGpGpGpcgaBTXTXTXTXTXTXNoNiGpGpGpGpGpGpGpWvMIGpGpWSogppuqvkvkvkvkWSEwrFWSrIvkvkMVVtWWHmopWSjUXSwmXSpbWSNiNiQyQH +QHQHQHGpGpGpevuUCqCqCqsMxySmSmSmUhsMyIyIyIyIevGpGpGpGpWvMINiGpGpiiXfGpGpGpNoTXlfTXTXTXTXZSjtGpGpiiGpGpGpGpGpgsiiGpGpjtiPTXTXTXTXlfTXNoGpXfGpGpGpXfGpGpWvMIGpGpWSlUvkvkvkvkvkvkWSHtrFWScyvkvkvkOILzjwrZWSjUXSXSXSRKWSGpZgGpQH +QHQHGpXfGpdcKsGKdzlPBfvhodyFSmhlEBhSBflPKAYnKsFtGpNiNiWvidKdGpNiGpXfmVGpNivMfufuKkVvVvVvkoAmAmcYTfbOIpTfbOIpTfbOWiAmAmhOVvVvVvhUfufulLGpQyGpXfSwGpXfGpWvMIGpGpWSrGvkvkvkvkBhWBWSEwrFWSwVvkjpvkrWjZMevSLlxoUeLkcaqFWSNiNiGpQH +QHQHNiGpQysMSMkDSMevfGevgDvgvgvgaoevfGevtyqToLsMXfNiGpWvxJMIGpNiXfGpXfGpiiGpGpGpcgKwKwKwMXsqkwmPBWzxmEClYImEzxcAmPGosqMXKwKwKwcgNiGpGpXfGpNiXfGpGpQyGpWvMIGpGpLlVFjZWkXRznpqVFTWZJZJeHVFVFVFVFTWUQbhMYQvLlVFVFVFVFQbGpblGpQH +QHQHGpGpGpevqlSMIJevfGhSKAltSmSmdzvhfGevxCqTIxevGpNiGpNBZAMIGpGpGpNiGpGpGpGpGpGpjtQLPYBDMXNDRjNDRjNDJzNDNDJzNDRjNDRjNDMXrRFuvGjtGpQyGpiiXfGpXfGpGpXfGpWvMIGpGpzKWvxJxJxJxJxJxJxJxJxJWSWjULcwMTQSbhVZVZgdZOMTcwULWjWSSVXfNiQH +QHQHGpXfGpevSMSMSMhSlPDjfMqcqcqcukgGlPvhqTqTqTevGpGpmVGpWvMIXfXfXfNiQyNiNiGprabOWiAmAmAmGLNDNDNDNDNDNDNDNDNDNDNDNDNDNDmUAmAmAmcYTfDcGpNiGpGpGpGpGpNiGpWvMIGpGpzKWvxJxJYpxJxJxJxJxJxJWSGgRhXSGBjwVZVZVZVZrZGBXSRhxkWSGpXfNiQH +QHQHGpiiGpevSMSMSMhSDjfMFqfMqcukiSukgGvhqTqTqTevGpiidQXfWvMINiXfGpGpGpGpGprabUNDNDNDNDNDmENDNDNDNDNDNDNDNDNDNDNDNDNDNDmEhchcbMpyOBUZDcGpGpNiGpXfXfdQfJrrMIGpGpzKWvxJxJxJDzzDxJxJxJxJWSWjyiJWMTjwVZVZVZVZrZMTXSSgWjWSGpGpSVQH +QHQHGpGpdcKsvwvwvwKsfMFqSmodiuEBSmiSukKsLPLPLPKsFtGpGpARWvMIiiGpGpGpyoWicYfBNDNDNDNDNDNDNDNDNDNDNDNDNDNDNDNDNDNDNDNDNDvHNDNDNDNDufsofBWicYyoGpQyXfGpWvktfPGpGpzKWvxJxJxJzDDzxJxJxJxJLlVFVFVFjZLhpRfZDeeClBpqVFVFVFQbGpGpNiQH +QHQHGpGpsMiSqcqcqcwZFqSmSmgDmwaoSmSmiSwZqcqcqcFqsMGpGpGpWvMIGpGpGprabUNDNDNDNDNDNDNDNDNDNDNDNDNDNDNDNDNDNDNDNDNDNDNDNDvHNDNDNDNDNDufrlrlRVUZDcGpiiGpWvMIGpGpGpzKWvxJxJxJxJxJxJxJxJxJafpTpkpTAKbhvxfUGeVSrZMTcwULWjWSXfXfNiQH +QHQHGpNIKsiYvgvgxsFGiYvgvgxsSmiYvgvgxsWYiYvgvgxsKsGWGpGpWvMIGpGprabUNDNDNDNDNDNDNDNDNDNDIpWuWuWuWuaTixNDNDLdaTWuWuWuWuIpWOWOJaNDNDNDNDNDufqMUZDcGpGpWvMIGpGpGpzKWvWaxJxJxJxJxJxJYpxJZJECECECZJVZExZCoZkQrZGBXSRhTgWSGpXfXfQH +QHQHGpDXjaEBiXolodSmEBoliXodtUEBololodSmEBoliXodjagWpfpfrrMIGprabUNDNDNDNDNDNDNDNDNDkoAmojcYTfHibOWicYFeFeWicYTfHibOWiojAmhOpVNDNDNDNDNDNDufjOUZDcGpWvidpfpfKdzKWvxJxJxJxJxJxJxJxJxJUDlXlXlXJGHqsxWJjlStrZMTXSSgWjWSQyXfGpQH +QHQHGpDXjaEBololodSmEBiXolodSmEBoliXodSmEBololodjagWZAxJxJidTfbUNDNDNDNDNDNDNDNDNDNDMXFsOQOQOQOQOQOQYfNDNDvaOQOQOQOQOQOQMgMXLicovrHpJaNDNDNDufiQUZbOrrktZsZAMIzKWvxJxJxJxJxJxJxJxJxJrWVFVFVFjZLhbCyHCRInlBpqVFVFVFQbGpXfGpQH +QHQHGpwDsMiSqcqcFqwOiSqcqcFqUdiSqcqcFqRgiSqcqcFqsMdwsLZsZAxJIpNDNDNDNDNDNDNDkofgfgfgRWoNNDNDNDNDLdWuWuWuWuWuWuixNDNDNDNDgnHQfgfgfghOjoNDNDNDNDufWoIpxJMIGpWvMIzKWvxJxJxJxJxJxJxJxJWaWSWjULcwMTjwVZVZVZVZrZMTcwULWjWSGpRFXfQH +QHQHNiGpevvgvgvgvgsMvgvgvgvgsMvgvgvgvgsMvgvgvgvgevpfAEWHMHMHMXNDNDNDNDNDNDNDMXFsOQOQOQYfLdaTWuWuXAIpTfHiHibOIpeqWuWuaTixvaOQOQOQMgMXBVtgNDNDNDNDXXMXMHMHRmWvMIzKWvxJWaxJxJxJxJxJxJxJWSGgRhXSGBjwVZVZVZVZrZGBXSRhxkWSNiQyXfQH +QHQHiiGpevMBSmSmSmevvWSmSmSmevvWSmSmSmevssSmSmSmevxJMIWHHvHvMXNDNDNDNDNDNDNDMXoNLdWuWuWuXAIpTfHibOmEntrNFAMlmETfHibOIpeqWuWuWuixgnMXmFveRlgAVCchyNMXHvHvRmWvMIzKHXqLLFLFLFLFLFLFLFLFWSWjSgwmMTiFwSwSwSwSbPMTwmSgGAWSGpXfXfQH +QHQHGpXfevqcqcqcqcevqcqcqcqcKsqcqcqcqcevqcqcqcqcevxJMIWHdGdGHQfgcYTfHibOWifgRWoNgnIpTfHibOmEizmWKcvKqUWySfTredKcsbySmETfHibOIpoNgnHQfgcYTfHibOWifgRWdGdGRmWvMInliqiqiqiqiqiqiqiqiqvZLlVFVFVFVFjZWkXRXRznpqVFVFVFVFTWGpGpQHQH +QHQHGpNiKsrTvgvgipevvgxsiYvgnUvgxsiYvgevrTvgvgipKsxJMIWHkWzWSGvaOQOQOQOQOQOQOQYfgnMXMCROKcdqaDiyTmZwztDKsKhPFouriyaDmLKcsbUBMXoNvaOQOQOQOQOQOQOQYfSGzWVaRmWvMIGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpQHQH +QHQHGpGpHGEBololodevooodEBYvYvYvodEBooevEBololodHGxJMIWHkWzWSGLdWuWuWuWuWuWuWuixYwMXCViyTmewaDaDZfkpJXkqXGcZdEZfaDaDewuriyaDMXtmLdWuWuWuWuWuWuWuixSGzWVaRmWvMIGpXfGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpiiGpGpGpXfXfiiGpGpGpQHQHQH +QHQHNiGpeBEByfolodevooodEBGvGvGvodEBooevEByfolodeBxJMINMwDwDeMeMeMeMeMeMeMeMeMoNgnMXYDaDZfeMaiEacnfLZjeJOatIrucnmfkFeMZfaDaDMXoNgneMeMeMeMeMeMeMeMeMwDwDHkWvMIGpGpGpXfGpGpQyGpXfGpGpQyXfRFGpGpQyXfGpXfXfGpGpGpGpQyGpQHQHQHQH +QHCmGpGpsMqvqcqcNeevooodEBRxRxRxodEBooevqvqcqcNesMxJMIiiGpGpeMuYuYuYuYuYuYuYeMoNvamEcnEacncnGTGTGTKMnGDyRHhwvQGTGTGTcncnmfcnmEYfgneMuYuYuYuYuYuYuYeMGpGpiiWvMIXfGpGpGpXfGpGpGpGpGpXfGpGpGpGpGpXfGpGpGpGpQyGpGpZHGpGpQHQHQHQH +QHCmGpGpevqkqkqkqkevooodEBbrbrbrodEBooevqkqkqkqkevxJMIXfGpGpeMuYuYuYuYuYuYuYeMoNNDCadFdFdFdFdFdFdFdFdFFSdFdFdFdFdFdFdFdFdFdFCaNDgneMuYuYuYuYuYuYuYeMGpXfGpWvMIXfGpGpGpGpXfXfGpGpVfGpGpXfGpGpZHXfGpGpGpGpXfGpHlGpXfGpQHQHQHQH +QHQHGpdQgGBfBfBfBfvhooodEBLqLqLqodEBoohSBfBfBfBfDjZsDMKdGpGpeMeMuYuYuYuYuYuYeMoNNDCadFdFVIdFdFdFVIdFIOIOIOIOdFVIdFdFdFVIdFdFCaNDgneMuYuYuYuYuYuYeMeMGpGpGpWvMIGpGpXfGpGpGpVfGpGpQyGpGpGpNiQyGpGpQyGpGpGpXfGpGpGpGpGpGpQHQHQH +QHQHGpGpHAKuexexsfKsqkodEBdKdKdKodEBqkKsKuexexsfGkGpNBDMKdGpGpeMeMeMeMeMeMeMeMAmAmAmAmAmhOmydFdFkoAmAmAmAmAmAmhOdFdFCUkoAmAmAmAmAmeMeMeMeMeMeMeMeMGpGpGpGpWvMIGpGpQyGpGpQyGpGpGpGpNiGpGpGpGpGpGpGpGpGpGpNiNiGpXfGpGpGpQHQHQH +QHQHGpGpGpgNgNgNgNGPqkodiSqcwIqcFqEBqkGPgNgNgNgNGpGpGpNBDMKdGpGpeMeMuYuYuYeMyvtHbjQUQUQUmEnudFdFmEzJprAiGFAOzJmEdFdFKZmEQUQUQUbjtHdreMuYuYuYeMeMGpGpGpXfGpWvMIGpXfGpGpGpGpGpGpGpGpGpGpXfZHGpGpXfGpQyGpXfGpGpQyGpGpXfGpQHQHQH +QHQHGpGpGpPMgNPMgNBFuudzBfBflPBfBfKAnQnoPMgNPMgNGpGpGpGpNBDMKdGpGpeMeMuYuYeMBHdFdFdFdFdFGSdFdFdFSaGTorDkYVpCGTSadFdFdFGSdFdFdFdFdFqSeMuYuYeMeMGpGpGpGpGpGpWvMIGpNiVfXfGpXfGpQyGpXfGpUJGpGpGpGpGpGpNiGpGpXfGpGpGpGpGpXfQHQHQH +QHQHQHGpGpGpGpGpGpGpGpHAKusfKsKusfGkGpGpGpGpGpGpGpGpGpGpGpNBLcKdGpGpeMeMeMyoqhEtdFdFdFdFGSdFdFdFSaGTfeKoKoVqGTSadFdFdFGSdFdFdFdFoucPyoeMeMeMGpGpXfiiGpGpGpWvMIGpGpBlGpZHGpGpVfGpGpVfGpGpGpGpGpXfGpVfGpGpGpGpGpGpGpGpGpQHQHQH +QHQHQHGpXfGpGpGpGpGpGpGpgNgNGpgNgNGpGpGpGpGpGpGpGpXfGpGpXfGpNBQeKdGpGpGpGpUZDcqhPFPFPFPFIpAPjuDaIpfltuXwVnZaflIptKaKzzIpPFPFPFPFcPrabUGpGpGpGpGpGpGpXfGpGpWvMIGpGpGpGpQyVfGpGpGpGpGpGpGpGpZHgsGpGpXfGpGpGpGpGpGpGpGpGpQHQHQH +QHQHQHQHGpGpGpGpiiGpGpGpPMgNGpPMgNGpGpGpiiXfGpGpGpGpGpNiGpGpGpWvMIGpGpGpGpGpUZbOWiAmAmAmRWTfHibOmETfHiHiHiHibOmETfHibOHQAmAmAmcYTfbUGpGpGpGpGpGpGpGpXfGpGpWvMIGpGpGpGpGpGpNibWZHGpGpGpXfGpbWXfGpGpGpGpGpGpGpGpXfXfGpXfQHQHQH +QHQHQHQHGpGpXfGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpQyGpGpXfNiGpGpGpWvMIGpGpiiGpGpGpGpcgYrsWKycgcjcjcjvdcjcjcjcjcjcjvdcjcjcjcgxNABUFcgGpGpGpiiXfGpXfGpXfGpXfGpfJrrMIGpGpGpGpGpGpGpXfGpGpGpXfXfGpGpGpQybWGpQyGpGpXfXfQyGpGpGpQHQHQH +QHQHQHQHGpGpGpGpGpGpGpGpGpGpiiGpGpGpGpGpGpGpGpGpNiGpGpGpGpXfGpWvMIGpGpGpGpGpGpGpjtRaRaRajtcjcjcjcjcjcjqbcjcjcjcjcjcjcjjtRaRaRajtGpGpGpGpGpGpXfGpGpGpGpGpWvxJMIGpGpXfGpGpGpQyGpGpUJGpGpGpGpGpGpGpGpGpGpGpQyGpGpGpNiGpGpQHQHQH +QHQHQHQHbWGpGpGpGpGpGpGpGpGpGpGpGpGpGpXfGpGpGpGpZHGpNiGpGpGpGpWvqKGpGpbcfufufufuKkVvVvVvyOcjcjcjcjcjcjcjcjcjcjcjcjcjcjyOVvVvVvhUfufufufuLuGpGpQyGpGpGpGpWvktfPGpGpGpXfGpGpGpGpGpGpXfGpXfXfGpGpXfGpXfGpGpGpGpGpGpNiGpGpQHQHQH +QHQHQHQHXfGpXfbeZHGpGpGpGpZHQyGpGpxDGpGpGpZHGpGpGpZHQyXfGpGpGpWvMIGpGpNoNLBZALBZBZBZBZBZALBZBZBZBZBZBZBZBZBZBZBZBZBZBZALBZBZBZBZBZALlRcjPAGpGpGpGpGpGpfJrrMIGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpQHQHQHQH +QHQHQHQHGpQyGpGpGpGpGpGpGpNiGpGpGpGpCJGpXfGpGpGpZHXfGpZHXfGpGpWvMIGpGpNocREFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFIzEFEFEFEFEFEFEFEFEFEFEFfYTlNjpdeReRpfEfbgIgxJidpfpfpfpfpfpfpfpfEfAAAAiTEfAAiTpfpfKdGpIkGpGpGpGpGpGpGpGpQHQHQHQH +QHQHQHQHGppBGpGpRGGpGpGpGpGpGpGpGpGpGpGpQyGpXfXfGpGpGpXfGpGpGpWvMIGpGpNorxEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfYcjNjlxQkatktfPGpWvxJktZsZAxJktZsZsIvZsIRGpGpNBIRGpWvxJxJidKdGpGpIkGpGpGpGpGpGpQHQHQHQH +QHQHQHQHGpGpZHGpgsGpGpXfQyXfGpXfGpGpGpGpZHXfXfGpZyNiNiGppwGpGpWvqKGpGpNocREFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfYTlNjlxQkQkMIGpfJrrxJMIGpJYZsIRGpGpoxGpLEpfKdGpLEMSKnZAxJktfPGpGpGpGpGpGpGpGpQHQHQHQHQH +QHQHQHQHGpXfNiGpGpGpGpGpGpGpGpGpGpGpxDGpGpGpGpGpGpGpGpGpZHGpGpWvMIGpGpNocREFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfYcjGilxwXdeQnbgIgxJxJidpfnvGpRfGpfJXhpfrrxJidpfrrMIGpWvxJMIGpGpIkGpGpGpGpGpGpQHQHQHQHQH +QHQHQHQHGpGpZHGpGpGpZEGpGpGpGpNiGpXfGpGpRRGpGpGpGpGpXfZHGpGppwWvMIGpGpNocREFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfYcjNjlxtMGpaFGpWvxJxJxJxJidKdGptJKnZAxJxJxJktZsZAGHAkKnZsQeKdGpGpGpGpGpGpGpGpQHQHQHQHQH +QHQHQHQHXfGpGpGpGpGpXfNiGpXfGpGpGpGpGpyYGpXfGpGpGpGpGpGpGpGpGpWvMIGpGpNocREFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfYTlNjlxTuqfZGiTrrxJxJxJktZsQepfnvGpJYZsZAxJMIGpWvMIGpGpGpWvMIGpGpGpGpGpGpGpGpQHQHQHQHQH +QHQHQHQHGpNiGpXfXfGpGpGpQyZHpwGpGpGpGpGpGpGpGpbeGpbWGpGpGpGpXfWvMIGpGpNocREFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfYcjNjlxQktMGpWvxJxJxJxJMIGpNBZAidpfnvGpWvxJMIGpJYYNmQpfMSKnYNNGGpGpGpGpGpGpGpQHQHQHQHQH +QHQHQHQHXfNiGpGpGpGpGpGpGpGpQyGpVfUJGpmVGpGpGpGpGpGpGpXfGpZHGpWvqKGpGpNorxEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfYcjGilxQktMGpWvxJxJxJktrSgOGpJYZsIvfPGpWvxJidMSGrGpNBZAMIGpGpGpGpGpGpGpGpGpGpQHQHQHQHQH +QHQHQHQHGpGpQyGpGpGpGpGpGpGpGpGpGpGpmVGpGpGpxDGpGpGpGpGpQyGpGpWvMIGpGpNocREFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfYTlNjlxwXOFAksYxJxJxJMIGpXIiTnvGpRfGpfJrrxJxJMIGptOGpNBfPGptOGpGpGpIkGpGpGpGpGpQHQHQHQH +QHQHQHQHNiGpGpGpGpGpGpQyGpGpGpGpXfGpGpQyGpGpXfGpGpGpGpXfGpGpXfWvMIGpGpNocREFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfYTleilxtMGpGpWvxJxJxJidKdGpWvMIGpGpfJrrxJxJxJGHQFgCgOGpGptJitQYGpGpGpGpGpGpGpGpQHQHQHQH +QHQHQHXfNiZHGpGpQyXfGpZHGpGpGpXfGpZHZEXfZHXfXfGpQypBGpXfGpGbZHWvMIGpGpNorxEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfYcjNjlxMxyCGpWvxJxJxJxJMIGpWvidKdGpWvxJxJktZsfPGpGplEQFiTnvGpGpGpGpGpGpGpGpGpGpQHQHQHQH +QHQHQHGpNiXfGpXfXfGpGppwXfGpNiGpGpGpGpGpGpGpGpRRGpbWXfGpGpGpGpWvMIGpGpNocREFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfYcjNjlxtMiifJrrxJxJxJxJidpfrrktrSiTrrxJxJMIGpGpfJMSGrGpNBQeKdGpGpGpGpGpGpGpGpGpQHQHQHQH +QHQHGpXfNiGpGpGpGpGppoGpZHGpGpGpGpGpGpGpGpGpGpGpXfGpGpGpGpGpGpWvqKGpGpNocREFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfYTlNjlxtMGpWvxJxJxJxJktZsZAxJMIGpNBZAxJxJqjAAAAsYMIGpkxGpWvMIGpGpkxGpGpGpGpGpGpQHQHQHQH +QHQHGpGpGpGpGpGpGpGppoXfVfGplchmhmIlGpGpGpGpXfGpGpXfZHNiGpXfGpWvMIGpGpNocREFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfYcjGilxTueRrrxJxJxJktfPGpNBZAidKdGpNBZAxJMIGpGpNBQeKdGpfJdNfPGpGpGpGpGpGpGpGpGpQHQHQHQH +QHQHGpXfGpGpGpGpZEGpGpGpGplcAytWtWMUIlGpNiZHXfGpGpGpGpNiGpGpGpWvMIGpGpNocREFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfYcjNjPudeEUZsZAxJxJMIGpGpGpWvktrSgOGpWvxJidKdGpGpWvidEfbnIRGpGpIkGpGpGpGpGpGpGpGpQHQHQH +QHQHGpGpGpGpXfNiGpGpGpXflcAytWtWtWtWMUIlZHGpGpVfUJGpGpGpGpGpXfWvMIGpGpNocREFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfYTlNjqrGpqVGpWvxJxJidRIQYGpWvMIGpLEpfcVZsZAMIGpfJdNZsfPkxoxGpGpGpGpGpGpGpGpGpGpGpQHQHQH +QHQHGpGpQyGpXfGpGpQyGpGpzaaHaHaHaHaHaHvVGpGpGpxDGpILGpGpXfGpGpWvMIXfGpNorxEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfYcjNjqrGpZXpfrrxJxJxJMIGpfJrridpfrrxJMIGpWvidpfrrMIGpGpfJXhKdGpGpGpGpGpGpGpGpGpGpQHQHQH +QHQHQHXfGpGpGpGpGpVfGpPpGYtqtqtqketqtqbuzyGpZEGpVfGpGpGppwGpGpWvqKGpGpNocREFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFfYTlGiUApEFiZsZAxJxJktYNAkKnZsZsZsZsZsYNAkKnZsZsZsYNAkAkKnZsNTxWGpGpGpGpGpGpGpGpGpQHQHQH +QHQHQHGpGpmVGpQyZHGpGpivtqPDtqtqtqtqtqtqaezyGpGpZHGpGpGpGpXfGpWvMIGpGpNoSbEznHEzEzEzEzEznHEzEzEzEzEznHEzEznHEzEzEzEzEznHEzEzEzEzEznHdgcjmeGpGpGpGpWvxJktfPGpGpGpxDGpXfGpGpGpGpGpGpGpXfGpGpGpGppwGpGpXfGpGpGpGpGpGpGpGpQHQHQH +QHQHQHQHGpGpGppwGpGppmivtqtqtqtqtqtqtqtqtqaezyGpGpZHZHGpGpGpGpNBDMKdGpvMfufufufufufufufufufufufufufufufufufufufufufufufufufufufufufufufulLGpGpGpfJrrktfPGpGpGpGpGpGpGpGpGppwGpGpXfGpGpGpGpGpXfGpZHGpGpZHGpGpGpGpGpGpGpQHQHQH +QHQHQHQHGpGpXfXfGpVfPpGYtqtqrAtqtqtqnOtqtqtqajXfGpKiZHGpGpGpGpGpNBDMKdGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpfJrrktfPGpGpGpGpGpGpQyXfGpXfGpGppwGpGpGpGpXfpBpwXfGpGpGpGpGpGpGpGpGpGpGpQHQHQH +QHQHQHQHXfGpGpGpGpGpivtqgktqtqtqPDtqtqtqkhtqajGpZHGpZHGpZHZHZEGpGpNBDMpfKdiiGpGpGpGpiiGpGpGpGpiiGpGpGpGpiiGpGpGpGpiiGpGpGpiiGpGpGpGpiiGpGpGpfJOsktfPGpGpGpGpGpGpXfGpGpQyGpGpGpXfGpGpNiGpNiGpGppBXfXfGpNiGpGpXfGpZEXfGpQHQHQH +QHQHQHQHGpGpuTGpGpGpqmshtqtqtqtqtqketqtqtqNWAlGpZHZHZEGpGpGpGpGpGpGpNBZsDMpfKdGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpfJrrktfPGpGpGpQyGpGpGpXfXfGpGpGpGpNiGpGpGpGpGpGpGpGpGpGpGpQyGpZHGpbeQyGpGpGpQHQHQH +QHQHQHQHQHGpGpGpGpGpXfivtqtqtqtqtqtqtqtqNWAlGpGpGpGpGpGpGpGpGpGpGpGpGpGpNBZsDMpfKdGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpfJrrktfPGpGpGpGpGpGpGpGpGpGpXfGpNiGpZHJnGpGpGpjCGpXfGpXfGpGpGpGpGpGpGpGpGpQyGpQHQHQH +QHQHQHQHQHGpNiGpQyGpXfivtqketqPDtqtqtqNWAlxfZHZHGpGpGpGpXfGpGpZHGpGpGpGpGpGpNBZAidpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfpfrrktfPGpGpGpGpGpGpGpGpGpRRGpGpGpmVXfGpGpGpGpgsXfGpXfQyGpGpGpNiGpGpGpGpGpGpGpQHQHQHQH +QHQHQHQHQHGpmVGpGpGpGpqmCEshtqNWCECECEAlVfGpGpZHGpGpQoGpGpQoZHGpGpGpGpXfGpGpGpNBZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsZsfPGpGpGpGpGpGpGpGpGpGpXfGpXfGpGpGpGpGpGpXfGpGpGpXfGpGpGpNiXfGpQyGpXfGpGpGpQHQHQHQH +QHQHQHQHQHGpZEGpGpGpGpGpGpqmCEAlpBGpGpGpGpXfGpGpXfGpGpGpGpXfGpXfGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpGpZHGpNiGpGpZHGpGpGpGpZHGpXfGpGpXfZEGpGpQHQHQHQHQH +QHQHQHQHQHotZEGpGpGppBGpZHGpXfZHGpGppmGpGpXfQyGpGpZHGpxfZHXfVfGpGpGpXfGpGpGpGpGpGpGppoVfVfGpGpGpNihANiNiNimVNiNiXfBlGpGpVfGpZENiXfGpGpGpNiGpGpGpGpXfGpNiGpGpGpGpNiGpbeXfXfGpGpGpXfGpGppwGpGpbeXfGpGpGpGpGpGpGpQHQHQHQHQHQHQH +QHQHQHQHQHQHQyGpGpGpGpQyGpGpGpGpXfXfmVNiXfGpGpGpGpGpGpGpGpGpGpXfGpGpQyGpulGpGpXfxDVfGpGpGpVfGpGpNiSVNiNiNiNiNiNiGpNiNiNiQyGpGppwRRGpGpGpGpZEGpQyGpGpGpGpGpUPGpGpGpFhGpGpGpGpGpGpXfGpGpGpGpXfGpNiGpGpGpQHQHQHQHQHQHQHQHQHQHQH +QHQHQHQHQHQHQHGpGpQHQHQHQHGpGpGpGpGpGpGpGpGpGpGpGpGpQHQHQHQHQHQHQHQHQHotQHQHQHGpGppBGpGpXfpBbWGpmVGpQHQHQHGpGpGpGpmVmVGpGpQHQHQHQHQHQHQHQHGpGpGpGpGpGpGpGpGpGpGpGpXfGpGpGpGpGpQyXfXfGpbeGpGpGpGpQHQHQHQHQHQHQHQHQHQHQHQHQHQH +QHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHXfGpxDGpGpGpQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHGpGpGpGpGpGpGpGpQyGpGpGpGpGpGpbeGpGpGpGpGpQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQH +QHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQH +QHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQH +QHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQHQH +"} diff --git a/_maps/map_files/cyberiad/z2now.dmm b/_maps/map_files/cyberiad/z2now.dmm new file mode 100644 index 000000000000..a3b18be80058 --- /dev/null +++ b/_maps/map_files/cyberiad/z2now.dmm @@ -0,0 +1,98186 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aad" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod3_transit"; + name = "pod 3 in transit"; + width = 3 + }, +/turf/space/transit/east{ + dir = 8 + }, +/area/space) +"aal" = ( +/obj/docking_port/stationary{ + dheight = 2; + dir = 4; + dwidth = 7; + height = 9; + id = "backup_transit"; + name = "backup in transit"; + width = 9 + }, +/turf/space/transit, +/area/space) +"aaN" = ( +/turf/unsimulated/floor{ + icon_state = "stairs-r" + }, +/area/syndicate_mothership) +"abo" = ( +/obj/structure/table/wood, +/obj/item/syndicatedetonator, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"aby" = ( +/obj/effect/spawner/window/reinforced, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/ninja/holding) +"abH" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 5; + height = 7; + id = "supply_transit"; + name = "supply in transit"; + width = 12 + }, +/turf/space/transit, +/area/space) +"aci" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"adO" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Shuttle Dock" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"adR" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod4_transit"; + name = "pod 4 in transit"; + width = 3 + }, +/turf/space/transit/east{ + dir = 8 + }, +/area/space) +"aeh" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall0"; + layer = 5; + tag = "icon-wall3 (NORTH)" + }, +/area/ussp_ship) +"afn" = ( +/obj/effect/decal/remains/human, +/obj/structure/kitchenspike, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"afr" = ( +/obj/effect/landmark/shuttle_import, +/turf/space, +/area/space) +"ahI" = ( +/obj/docking_port/stationary/transit{ + dheight = 9; + dir = 2; + dwidth = 5; + height = 22; + id = "syndicate_transit"; + name = "syndicate in transit"; + width = 18 + }, +/turf/space/transit, +/area/space) +"ahL" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/space) +"ajj" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"ajr" = ( +/obj/machinery/vending/toyliberationstation, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"ajG" = ( +/obj/structure/flora/ausbushes/pointybush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"ajR" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreynavybluecorner" + }, +/area/centcom/specops) +"akM" = ( +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/obj/machinery/vending/cigarette/free{ + slogan_list = list("Just remember! No capitalist.","Best enjoyed with Vodka!.","Smoke!","Nine out of ten USSP scientists agree, smoking reduces stress!","There's no cigarette like a Russian cigarette!","Cigarettes! Now with 100% less capitalism.") + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"alv" = ( +/obj/structure/decorative_structures/metal/statue/metal_angel, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"alW" = ( +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"amx" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"amT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"anU" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"aoG" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"aoU" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"apV" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"aqc" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"aqE" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"aqH" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "Pulse ANNIHILATOR"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"arb" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 11; + id = "trade_sol_transit"; + name = "trade_sol in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/horizontal, +/area/space) +"ard" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"arf" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"arh" = ( +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/event_zone) +"arz" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"asG" = ( +/obj/machinery/computer/operating, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"auz" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"avw" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"avK" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"avN" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"avP" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/trash/candle, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"avY" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"awl" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/candle/eternal, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"awo" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"axm" = ( +/obj/effect/landmark/start, +/turf/unsimulated/floor, +/area/start) +"axw" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "red" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"axN" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"ayN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet06" + }, +/area/centcom/evac) +"ayZ" = ( +/obj/machinery/light/spot, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"aAA" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"aBv" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aDk" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet8-0"; + tag = "icon-carpet8-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"aDo" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"aDu" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"aDO" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "nukeop_base" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"aEe" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"aEO" = ( +/obj/structure/table/wood, +/obj/item/paper/form/NT_COM_05, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"aFj" = ( +/obj/effect/landmark/abductor/agent{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"aGp" = ( +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"aGy" = ( +/obj/docking_port/stationary/transit{ + dwidth = 1; + height = 4; + id = "pod1_transit"; + name = "pod 1 in transit"; + width = 3 + }, +/turf/space/transit, +/area/space) +"aHg" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"aHs" = ( +/obj/docking_port/stationary/transit{ + dwidth = 1; + height = 4; + id = "pod2_transit"; + name = "pod 2 in transit"; + width = 3 + }, +/turf/space/transit, +/area/space) +"aHF" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"aHX" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkgreenfull" + }, +/area/centcom/zone1) +"aIN" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreen" + }, +/area/centcom/zone1) +"aJn" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser/awaymission_aeg, +/obj/item/gun/energy/laser/cyborg, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/practice/sc_laser, +/obj/item/gun/energy/laser/scatter, +/obj/item/gun/energy/laser/tag, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"aKp" = ( +/obj/structure/mirror{ + pixel_x = 30 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aKL" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"aKY" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"aMo" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"aMD" = ( +/obj/item/flag/syndi, +/obj/machinery/light{ + brightness_range = 5; + dir = 1; + light_range = 5; + nightshift_light_range = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"aMO" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/event_zone) +"aNa" = ( +/obj/machinery/computer/communications, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"aNh" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"aND" = ( +/turf/unsimulated/wall{ + icon_state = "iron6" + }, +/area/syndicate_mothership) +"aOd" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/zone1) +"aOB" = ( +/obj/structure/rack/holorack, +/obj/item/autoimplanter/old, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"aOV" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkredfull" + }, +/area/centcom/zone1) +"aOX" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "IK-60 Laser Carbine"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"aPa" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/holotable, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"aPu" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"aPM" = ( +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/specops) +"aQI" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien21" + }, +/area/abductor_ship) +"aQT" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/machinery/vending/coffee/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"aQX" = ( +/turf/unsimulated/wall{ + desc = "The door appears to be locked tightly."; + icon = 'icons/obj/doors/airlocks/hatch/centcom.dmi'; + icon_state = "closed"; + name = "Locked Door" + }, +/area/ninja/holding) +"aRB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"aRC" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"aRK" = ( +/obj/structure/table/wood, +/obj/item/candle/eternal, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"aRV" = ( +/obj/effect/landmark{ + name = "Holocarp Spawn" + }, +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_wildlife) +"aSD" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/item/circuitboard/aiupload, +/obj/item/circuitboard/circuit_imprinter, +/obj/item/circuitboard/communications, +/obj/item/circuitboard/destructive_analyzer, +/obj/item/circuitboard/ore_redemption, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/protolathe, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"aSN" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"aSW" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"aTA" = ( +/obj/structure/table/wood, +/obj/item/storage/bible, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"aUH" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"aVe" = ( +/obj/machinery/chem_master, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"aVj" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/holotable, +/obj/item/storage/toolbox, +/obj/item/storage/toolbox/electrical, +/obj/item/storage/toolbox/drone, +/obj/item/storage/toolbox/green, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"aVF" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "SOL" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aVK" = ( +/turf/simulated/floor/holofloor{ + icon_state = "grimy"; + tag = "icon-grimy" + }, +/area/holodeck/source_meetinghall) +"aWd" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkgreen" + }, +/area/centcom/zone1) +"aXk" = ( +/obj/structure/closet/thunderdome/tdred, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/event_zone) +"aXF" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"aXG" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + damage_deflection = 75; + id_tag = "slaughterhouse_door"; + locked = 1; + name = "Slaughterhouse" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"aYx" = ( +/obj/structure/chair/comfy/beige, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"aYR" = ( +/obj/docking_port/stationary{ + dwidth = 1; + height = 4; + id = "pod3_away"; + name = "recovery ship bay 3"; + width = 3 + }, +/turf/space, +/area/space) +"aYS" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/centcom/zone1) +"aZe" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"aZF" = ( +/obj/machinery/vending/chinese/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"aZO" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/sign/poster/official/spiders{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"aZR" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"bag" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/fork, +/obj/item/kitchen/utensil/spoon, +/obj/item/kitchen/knife{ + pixel_x = 10 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"bah" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"bai" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"baI" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkpurplecorners" + }, +/area/centcom/specops) +"bbV" = ( +/obj/effect/landmark{ + name = "Holding Facility" + }, +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/area/ninja/holding) +"bbX" = ( +/obj/machinery/vending/sustenance, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"bcF" = ( +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/specops) +"bdk" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"bdA" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/table/holotable, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"ben" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"beF" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"bgo" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"bie" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"big" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/trash/candle, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"bip" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"biT" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + damage_deflection = 75; + id_tag = "syndicate_jail_cell"; + locked = 1; + name = "Syndicate Jail Cell" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"biX" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"bjs" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"bjW" = ( +/obj/item/gun/magic/staff, +/obj/item/gun/magic/staff/chaos, +/obj/item/gun/magic/staff/door, +/obj/item/gun/magic/staff/animate, +/obj/item/gun/magic/staff/change, +/obj/item/gun/magic/staff/chaos, +/obj/item/gun/magic/staff/door, +/obj/item/gun/magic/staff/focus, +/obj/item/gun/magic/staff/healing, +/obj/item/gun/magic/staff/focus, +/obj/item/gun/magic/staff/slipping, +/obj/item/gun/magic/staff/slipping/honkmother, +/obj/item/gun/magic/staff/spellblade, +/obj/item/gun/magic/tentacle, +/obj/item/gun/magic/wand, +/obj/item/gun/magic/wand/door, +/obj/item/gun/magic/wand/fireball, +/obj/item/gun/magic/wand/polymorph, +/obj/item/gun/magic/wand/resurrection, +/obj/item/gun/magic/wand/teleport, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"bko" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/trash/candle, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"bky" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"bkF" = ( +/turf/unsimulated/floor{ + icon_state = "carpet5-1" + }, +/area/centcom/zone1) +"bln" = ( +/obj/machinery/door/airlock/hatch/syndicate/command, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"bmp" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "darkred" + }, +/area/centcom/zone3) +"bmv" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (NORTH)" + }, +/turf/space, +/area/space) +"bmO" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "What?" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"bmW" = ( +/obj/machinery/door_control{ + id = "SOL_Shutters"; + name = "Shutters"; + pixel_y = -25; + req_access_txt = "110" + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen/multi/gold, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"bne" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"bnq" = ( +/turf/unsimulated/floor{ + icon_state = "carpet9-4" + }, +/area/centcom/zone1) +"bnI" = ( +/obj/machinery/light/small{ + brightness_range = 2; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"bnM" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/space) +"bpg" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"bpt" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"bpL" = ( +/obj/vehicle/snowmobile/blue/key, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"bpZ" = ( +/obj/effect/decal/cleanable/molten_object, +/turf/unsimulated/floor{ + icon_state = "hierophant1" + }, +/area/wizard_station) +"bqa" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"bqe" = ( +/obj/structure/urinal{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"bqf" = ( +/turf/space, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/specops) +"brx" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 4; + height = 11; + id = "trade_sol_base"; + name = "docking bay 2 at Jupiter Station"; + width = 9 + }, +/turf/space, +/area/space) +"bsn" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/centcom/specops) +"bsp" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Office"; + dir = 1; + network = list("CentComm") + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"bst" = ( +/obj/structure/window/reinforced{ + color = "red" + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"bsB" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/ppflowers, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"bsQ" = ( +/obj/machinery/photocopier, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"bsY" = ( +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"btS" = ( +/obj/structure/toilet, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"bue" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/grenadelauncher, +/obj/item/gun/projectile/revolver/grenadelauncher/multi, +/obj/item/gun/projectile/revolver/grenadelauncher/multi/cyborg, +/obj/item/gun/grenadelauncher, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"buo" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"buC" = ( +/obj/machinery/door/airlock/external{ + id_tag = "trade_sol_base"; + name = "Docking Port" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"buD" = ( +/obj/structure/closet/thunderdome/tdgreen, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/event_zone) +"bvP" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"bvW" = ( +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"bvY" = ( +/obj/machinery/hydroponics/constructable, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"bwi" = ( +/turf/unsimulated/floor{ + icon_state = "darkbrown" + }, +/area/centcom/ferry) +"bwj" = ( +/mob/living/simple_animal/cow, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"bxc" = ( +/obj/item/toy/syndicateballoon, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcircuit" + }, +/area/syndicate_mothership) +"bym" = ( +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"byK" = ( +/obj/structure/lattice, +/turf/unsimulated/wall, +/area/centcom/evac) +"byO" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (EAST)" + }, +/obj/machinery/syndiepad/admin/loadpad{ + target_id = "syndie_cargo_port1" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"bzH" = ( +/obj/structure/sign/poster/official/twelve_gauge, +/turf/unsimulated/wall, +/area/centcom) +"bAl" = ( +/obj/structure/holohoop{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"bAy" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreen" + }, +/area/centcom/zone1) +"bAQ" = ( +/obj/docking_port/stationary{ + dwidth = 5; + height = 7; + id = "supply_away"; + name = "supply centcom"; + width = 12 + }, +/turf/space, +/area/space) +"bBg" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/zone1) +"bBn" = ( +/obj/machinery/r_n_d/server/centcom, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"bBX" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/advtaser/mounted, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"bDt" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone1) +"bDQ" = ( +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"bEx" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (WEST)" + }, +/obj/machinery/syndiepad/admin/loadpad{ + target_id = "syndie_cargo_port2" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"bED" = ( +/mob/living/simple_animal/pig, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"bEL" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"bGJ" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid2"; + tag = "icon-asteroid2 (EAST)" + }, +/area/holodeck/source_desert) +"bHZ" = ( +/obj/machinery/door/airlock{ + name = "Туалет" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"bIV" = ( +/obj/effect/landmark{ + name = "Holding Facility" + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/area/ninja/holding) +"bJv" = ( +/obj/structure/holohoop{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"bJA" = ( +/turf/unsimulated/wall/abductor, +/area/abductor_ship) +"bJB" = ( +/obj/machinery/camera{ + c_tag = "CentComm Jail 3"; + dir = 10; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"bJJ" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"bJR" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"bKE" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/riot, +/obj/item/gun/projectile/shotgun/riot/buckshot, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"bKF" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/surgery, +/obj/item/stack/nanopaste, +/obj/item/mmi, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/stack/nanopaste, +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/specops) +"bLJ" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood_siding2"; + tag = "icon-wood_siding2 (EAST)" + }, +/area/holodeck/source_picnicarea) +"bMT" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 27 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = 27 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/centcom/zone1) +"bMW" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"bNp" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bathroom"; + opacity = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"bNs" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"bNx" = ( +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "IK-60 magazine"; + req_access = null + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"bOp" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"bOD" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/mob/living/simple_animal/cow, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"bOP" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/evac{ + pixel_y = 33 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"bOR" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" + }, +/area/space) +"bPo" = ( +/obj/structure/table/wood, +/obj/item/book/manual/medical_cloning, +/obj/item/pen/fancy, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"bQG" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"bQR" = ( +/obj/structure/chair/stool, +/obj/structure/chair/stool, +/obj/structure/chair/stool, +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"bRh" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"bSc" = ( +/obj/item/gun/energy/dominator, +/obj/structure/table/wood, +/obj/item/gun/energy/dominator/no_sibyl, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"bSk" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 5; + id = "laborcamp_transit"; + name = "labor in transit"; + width = 9 + }, +/turf/space/transit, +/area/space) +"bUG" = ( +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"bVa" = ( +/obj/effect/landmark/abductor/agent, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"bWl" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/adminconstruction) +"bWt" = ( +/obj/item/gun/projectile/automatic/pistol/m1911, +/obj/item/ammo_box/magazine/m45, +/obj/item/ammo_box/magazine/m45, +/obj/item/ammo_box/magazine/m45, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed"; + req_access_txt = "114" + }, +/obj/item/clothing/head/helmet/space/deathsquad/beret, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/suit/space/deathsquad/officer, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/flashbangs, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double, +/obj/item/radio/headset/ert{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/storage/box/centcomofficer, +/obj/item/clothing/head/beret/centcom/officer, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"bXt" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/event_zone) +"bXC" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bathroom"; + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"bXF" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"bXY" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/radio/intercom/specops, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"bYr" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "hierophant1" + }, +/area/wizard_station) +"bZo" = ( +/obj/machinery/computer/scan_consolenew, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"bZG" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"bZL" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"bZZ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/pistol/m1911, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"cah" = ( +/obj/structure/curtain/open/shower/security, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cbm" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/reagent_scanner/adv, +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/specops) +"cbF" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + id_tag = "ERT_armory_lvl1"; + layer = 5; + locked = 1; + name = "Armory level 1"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ccm" = ( +/obj/machinery/power/solar_control{ + id = "portsolar"; + name = "Aft Port Solar Control" + }, +/obj/structure/cable, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"cct" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/ausbushes/ywflowers, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"ccC" = ( +/obj/machinery/computer/shuttle/sst, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"ccE" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/sign/evac{ + pixel_y = 33 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ccG" = ( +/obj/machinery/computer/supplycomp{ + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"cdf" = ( +/obj/item/radio/intercom{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cdB" = ( +/obj/machinery/computer/communications, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"ceq" = ( +/obj/structure/table, +/obj/item/circular_saw, +/obj/item/surgicaldrill{ + pixel_y = 5 + }, +/obj/item/kitchen/utensil/fork, +/obj/item/kitchen/utensil/spoon, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ceM" = ( +/obj/structure/flora/grass/brown, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"cfZ" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/ninja/holding) +"cgH" = ( +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"chH" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavybluecorner" + }, +/area/centcom/specops) +"chW" = ( +/obj/machinery/door/window{ + panel_open = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"civ" = ( +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"cjZ" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"ckg" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkgreen" + }, +/area/centcom/zone1) +"ckB" = ( +/obj/machinery/vending/sovietsoda, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"clg" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_armory_lvl4"; + layer = 5; + locked = 1; + name = "Armory level 4" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkbrown" + }, +/area/centcom/specops) +"clq" = ( +/obj/machinery/door/airlock/centcom{ + name = "Medical Block"; + opacity = 1; + req_access_txt = "109" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"clr" = ( +/obj/structure/sign/kiddieplaque{ + desc = "Интересная картина на табличке, с человеком который бежит сразу от паука, блобернаута, демона и другого человека с мечом. \n Сама же картина подписана как x20."; + name = "x20"; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"clx" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkred" + }, +/area/centcom/zone1) +"clX" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"cmf" = ( +/obj/structure/table/reinforced, +/obj/item/nullrod/salt, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"cmK" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"cmZ" = ( +/obj/machinery/door/window{ + dir = 8; + panel_open = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cnh" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/machinery/camera{ + c_tag = "CentComm Zone 1 Gamming Room"; + dir = 1; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/centcom/zone1) +"cnx" = ( +/obj/machinery/vending/liberationstation, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"cnM" = ( +/obj/structure/table/wood/poker, +/obj/item/dice/d20, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"coa" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"cok" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cos" = ( +/obj/structure/table/holotable, +/obj/item/beach_ball/holoball/baseball, +/obj/item/melee/baseball_bat, +/obj/item/melee/baseball_bat, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"coD" = ( +/obj/machinery/bodyscanner, +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"cpC" = ( +/obj/structure/table/wood, +/obj/item/grenade/smokebomb, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"cpE" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"cpK" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cri" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/documents/syndicate/blue, +/obj/item/documents/syndicate/mining, +/obj/item/documents/syndicate/red, +/obj/item/documents/syndicate/yellow, +/obj/item/documents/syndicate/yellow/trapped, +/obj/item/documents/syndicate, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"crq" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 1 Gamming Room 2"; + dir = 1; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreen" + }, +/area/centcom/zone1) +"crS" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (WEST)" + }, +/area/ussp_ship) +"cst" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"cth" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien22" + }, +/area/abductor_ship) +"ctn" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"ctJ" = ( +/obj/structure/table/wood, +/obj/item/dice/d20, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"ctN" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/zone1) +"ctP" = ( +/turf/unsimulated/floor{ + icon_state = "gcircuit" + }, +/area/event_zone) +"ctX" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"cue" = ( +/obj/structure/table/wood, +/obj/item/paper/deltainfo, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"cvw" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stack/spacecash, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"cxi" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"cxA" = ( +/obj/structure/table/holotable, +/obj/item/beach_ball, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/item/beach_ball/holoball, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cxQ" = ( +/turf/space/transit, +/area/space) +"czl" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cBc" = ( +/obj/machinery/computer/arcade, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"cBz" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 1-2"; + network = list("CentComm") + }, +/obj/structure/chair, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"cBM" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"cCd" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/wizard_station) +"cCw" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"cCy" = ( +/obj/effect/landmark/abductor/scientist{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"cCA" = ( +/obj/effect/landmark{ + name = "ninjastart" + }, +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/ninja/holding) +"cCP" = ( +/obj/structure/table/reinforced, +/obj/item/wirecutters{ + pixel_y = 18 + }, +/obj/item/flashlight{ + pixel_y = 4 + }, +/obj/item/instrument/bikehorn{ + pixel_y = -2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"cCR" = ( +/obj/structure/chair/comfy/beige{ + dir = 1; + layer = 5; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"cCY" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"cDm" = ( +/obj/item/tank/nitrogen, +/obj/structure/table/wood, +/obj/item/tank/nitrogen, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/tank/nitrogen, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"cDn" = ( +/obj/machinery/vending/engineering, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"cEa" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/computer/cryopod/robot{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"cEj" = ( +/obj/structure/table/reinforced, +/obj/effect/landmark{ + name = "Commando_Manual" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"cEG" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"cEI" = ( +/obj/machinery/door_control{ + id = "sst_ready"; + name = "SST Base Access"; + pixel_x = -6; + pixel_y = 6; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "sst_tele"; + name = "SST Teleporter Access"; + pixel_x = 6; + pixel_y = 6; + req_access_txt = "153" + }, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"cEK" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/space) +"cFi" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/bridge) +"cFt" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"cGp" = ( +/obj/machinery/abductor/console{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"cHq" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/gun/projectile/automatic/sniper_rifle{ + name = "ASVK" + }, +/obj/item/gun/projectile/automatic/sniper_rifle{ + name = "ASVK" + }, +/obj/item/gun/projectile/automatic/sniper_rifle{ + name = "ASVK" + }, +/obj/item/gun/projectile/automatic/sniper_rifle{ + name = "ASVK" + }, +/obj/item/gun/projectile/automatic/sniper_rifle{ + name = "ASVK" + }, +/obj/item/gun/projectile/automatic/sniper_rifle{ + name = "ASVK" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"cHw" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/seeds/gatfruit, +/obj/item/seeds/cherry/bomb, +/obj/item/seeds/ambrosia/gaia, +/obj/item/seeds/ambrosia/gaia, +/obj/item/seeds/ambrosia/gaia, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"cHF" = ( +/turf/unsimulated/floor{ + icon_state = "rcircuit" + }, +/area/event_zone) +"cHZ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"cIb" = ( +/obj/structure/bed, +/obj/item/bedsheet/syndie, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"cId" = ( +/obj/machinery/computer/library/checkout, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"cIq" = ( +/obj/machinery/gameboard, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"cIF" = ( +/obj/structure/table, +/obj/item/kitchen/knife/butcher, +/obj/item/melee/baseball_bat, +/obj/item/clothing/mask/muzzle{ + pixel_y = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"cJh" = ( +/obj/structure/filingcabinet/security, +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"cJn" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = -27 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = -27 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cKr" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/turf/unsimulated/floor{ + icon_state = "rcircuit" + }, +/area/event_zone) +"cKw" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"cLn" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cLr" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"cLu" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cLA" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"cLD" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/event_zone) +"cMS" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"cNh" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cNr" = ( +/obj/machinery/door/poddoor/impassable{ + density = 0; + id_tag = "nukeop_base"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"cNR" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_y = 5 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/specops) +"cNX" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cOg" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/electrical, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/admin) +"cOC" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cOD" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cPc" = ( +/obj/machinery/computer/shuttle/trade/sol, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"cPp" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"cPv" = ( +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/evac) +"cPV" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/evac) +"cPX" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/mashed_potatoes, +/obj/item/reagent_containers/food/snacks/mashed_potatoes, +/obj/item/reagent_containers/food/snacks/mashed_potatoes, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"cQL" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/rock, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"cQQ" = ( +/obj/structure/table/wood/poker, +/obj/machinery/door_control{ + id = "eventroom"; + name = "Ready room"; + pixel_x = -6; + pixel_y = 6; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"cRR" = ( +/obj/structure/table/wood/poker, +/obj/item/paper_bin, +/obj/item/pen, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"cRS" = ( +/obj/machinery/prize_counter, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"cTd" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"cTS" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ninja/holding) +"cTT" = ( +/obj/structure/chair/stool, +/obj/machinery/computer/security/telescreen{ + desc = "Damn, they better have /tg/thechannel on these things."; + icon_state = "entertainment"; + name = "Entertainment monitor"; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"cVo" = ( +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/event_zone) +"cVG" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"cVV" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"cWI" = ( +/obj/structure/table/reinforced, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_y = 8 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/aicard{ + layer = 2.9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"cWL" = ( +/obj/structure/table/wood/poker, +/obj/item/pizzabox, +/obj/item/pizzabox, +/obj/item/kitchen/knife, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"cXT" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone6" + }, +/area/wizard_station) +"cYu" = ( +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Armory 3"; + dir = 4; + network = list("CentComm") + }, +/obj/machinery/vending/security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"cYJ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/mindflayer, +/obj/item/gun/energy/xray, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"cYU" = ( +/obj/item/gun/throw/piecannon, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"cZd" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"dau" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + layer = 5; + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"daG" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/bridge) +"daV" = ( +/obj/structure/table/reinforced, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_y = 8 + }, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_y = 4 + }, +/obj/item/radio/beacon/syndicate/bomb, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"dbc" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"dbl" = ( +/obj/structure/chair/sofa/right, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"dcD" = ( +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/bridge) +"des" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/shuttle/gamma/space) +"dfd" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcircuit" + }, +/area/syndicate_mothership) +"dgj" = ( +/obj/structure/table, +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"dgy" = ( +/obj/machinery/smartfridge, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"dgY" = ( +/obj/effect/landmark/abductor/scientist{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"dhe" = ( +/turf/unsimulated/wall{ + icon_state = "iron0" + }, +/area/syndicate_mothership) +"dhN" = ( +/obj/machinery/vending/hydroseeds{ + contraband = list(); + emagged = 1; + products = list(/obj/item/seeds/aloe = 3, /obj/item/seeds/ambrosia = 3, /obj/item/seeds/apple = 3, /obj/item/seeds/banana = 3, /obj/item/seeds/berry = 3, /obj/item/seeds/cabbage = 3, /obj/item/seeds/carrot = 3, /obj/item/seeds/cherry = 3, /obj/item/seeds/chanter = 3, /obj/item/seeds/chili = 3, /obj/item/seeds/cocoapod = 3, /obj/item/seeds/coffee = 3, /obj/item/seeds/comfrey = 3, /obj/item/seeds/corn = 3, /obj/item/seeds/cotton = 3, /obj/item/seeds/nymph = 3, /obj/item/seeds/eggplant = 3, /obj/item/seeds/garlic = 3, /obj/item/seeds/grape = 3, /obj/item/seeds/grass = 3, /obj/item/seeds/lemon = 3, /obj/item/seeds/lime = 3, /obj/item/seeds/onion = 3, /obj/item/seeds/orange = 3, /obj/item/seeds/peanuts = 3, /obj/item/seeds/pineapple = 3, /obj/item/seeds/poppy = 3, /obj/item/seeds/potato = 3, /obj/item/seeds/pumpkin = 3, /obj/item/seeds/replicapod = 3, /obj/item/seeds/wheat/rice = 3, /obj/item/seeds/soya = 3, /obj/item/seeds/sugarcane = 3, /obj/item/seeds/sunflower = 3, /obj/item/seeds/tea = 3, /obj/item/seeds/tobacco = 3, /obj/item/seeds/tomato = 3, /obj/item/seeds/tower = 3, /obj/item/seeds/watermelon = 3, /obj/item/seeds/wheat = 3, /obj/item/seeds/whitebeet = 3, /obj/item/seeds/cannabis = 3, /obj/item/seeds/amanita = 2, /obj/item/seeds/fungus = 3, /obj/item/seeds/glowshroom = 2, /obj/item/seeds/liberty = 2, /obj/item/seeds/nettle = 2, /obj/item/seeds/plump = 2, /obj/item/seeds/reishi = 2, /obj/item/seeds/starthistle = 2, /obj/item/seeds/random = 2) + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"dil" = ( +/obj/machinery/light{ + dir = 8; + light_range = 5 + }, +/obj/machinery/door_control{ + id = "nukeop_ready"; + name = "Shuttle Dock Door"; + pixel_x = -25; + req_access_txt = "151"; + specialfunctions = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"din" = ( +/obj/machinery/vending/hydronutrients{ + contraband = list(); + emagged = 1; + products = list(/obj/item/reagent_containers/glass/bottle/nutrient/ez = 20, /obj/item/reagent_containers/glass/bottle/nutrient/l4z = 13, /obj/item/reagent_containers/glass/bottle/nutrient/rh = 6, /obj/item/reagent_containers/spray/pestspray = 20, /obj/item/reagent_containers/syringe = 5, /obj/item/storage/bag/plants = 5, /obj/item/cultivator = 3, /obj/item/shovel/spade = 3, /obj/item/plant_analyzer = 4, /obj/item/reagent_containers/glass/bottle/ammonia = 10, /obj/item/reagent_containers/glass/bottle/diethylamine = 5) + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"dio" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"dip" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"diO" = ( +/mob/living/simple_animal/chicken, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"dje" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/barrier{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/barrier{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/barrier{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/barrier{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/barrier{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/barrier{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"djn" = ( +/turf/simulated/floor/holofloor{ + icon_state = "sand"; + name = "Soft sand" + }, +/area/holodeck/source_beach) +"djx" = ( +/obj/effect/decal/remains/human, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"djG" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"dkg" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"dkl" = ( +/obj/machinery/light, +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"dks" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"dkV" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"dli" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/smartfridge/disks, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"dlm" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/specops) +"dlx" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"dlU" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window{ + dir = 1; + panel_open = 1; + req_access_txt = "110" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/gun/energy/pulse/pistol/m1911, +/obj/item/gun/energy/pulse/pistol/m1911, +/obj/item/gun/energy/pulse/pistol/m1911, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"dmb" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"dnh" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/obj/item/multitool, +/obj/item/melee/baseball_bat{ + desc = "No horny"; + embedded_pain_chance = 100; + hitsound = 'sound/effects/hit_kick.ogg'; + name = "No horny special bat"; + tool_volume = 80 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"dnq" = ( +/obj/item/radio/intercom/syndicate{ + pixel_y = 5 + }, +/obj/structure/table/wood, +/obj/machinery/door_control{ + id = "commandcenter"; + name = "Privacy Shutters"; + pixel_x = -7; + pixel_y = -3; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "syndicate_bridge"; + name = "Bridge Blastdoor"; + pixel_x = 7; + pixel_y = -3; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"dnA" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/mob/living/simple_animal/turkey, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"dnT" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (NORTH)" + }, +/turf/space, +/turf/space, +/area/space) +"doe" = ( +/obj/structure/table/wood, +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"dog" = ( +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "stairs-m" + }, +/area/centcom/evac) +"dol" = ( +/obj/machinery/computer/teleporter{ + req_access = list(150) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"dqw" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"drJ" = ( +/turf/unsimulated/floor{ + icon_state = "stairs-m" + }, +/area/centcom/evac) +"drU" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"dsW" = ( +/obj/structure/flora/tree/palm, +/obj/item/beach_ball, +/turf/unsimulated/beach/sand, +/area/centcom/evac) +"dts" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"duF" = ( +/obj/item/storage/secure/safe{ + pixel_y = 30 + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/structure/mirror{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"duM" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"duQ" = ( +/obj/machinery/door/window{ + color = null; + dir = 2; + opacity = 1; + panel_open = 1 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"dvF" = ( +/obj/structure/closet/secure_closet/contractor, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"dwX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/chem_master, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"dxr" = ( +/obj/machinery/conveyor{ + id = "SOL" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"dxC" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"dxF" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone9" + }, +/area/wizard_station) +"dxO" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Vault"; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"dyv" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/speargun, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"dyC" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpetnoconnect" + }, +/area/wizard_station) +"dzo" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator, +/obj/item/gun/energy/kinetic_accelerator/cyborg, +/obj/item/gun/energy/kinetic_accelerator/experimental, +/obj/item/gun/energy/kinetic_accelerator/minebot, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"dzB" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery{ + pixel_y = -6 + }, +/obj/item/storage/toolbox/syndicate{ + pixel_y = 9 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"dzC" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"dzV" = ( +/obj/machinery/door/window{ + color = null; + dir = 8; + opacity = 1; + panel_open = 1 + }, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"dAi" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/mob/living/simple_animal/chicken, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"dAs" = ( +/obj/structure/table/reinforced/brass, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"dAx" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/plushie/coffee_fox{ + desc = "Что делает такая прекрасная лиса в таком ужасном месте? Возможно она кого то символизирует, но скорее всего это лишь ваши фантазии. \n Вы замечаете небольшую заметку на бирке игрушки, однако все что удается вам разглядеть это Sl-end-er."; + name = "Лиса?" + }, +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"dAK" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/hardsuit/syndi, +/obj/item/clothing/suit/space/hardsuit/syndi/elite{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"dAR" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"dBu" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bathroom"; + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"dBz" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien18" + }, +/area/abductor_ship) +"dBD" = ( +/obj/structure/flora/tree/pine, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"dBT" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + lifespan = 0 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"dCf" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/weightmachine/weightlifter, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"dCl" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"dCo" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access_txt = "109" + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"dCZ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"dDe" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/vending/medical, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet01" + }, +/area/centcom/evac) +"dEc" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/centcom/specops) +"dEh" = ( +/obj/structure/ninjatele{ + pixel_y = 25 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ninja/holding) +"dEq" = ( +/obj/machinery/door/airlock{ + name = "Toilet" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"dEy" = ( +/turf/unsimulated/wall, +/area/centcom/evac) +"dFy" = ( +/obj/structure/table, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/healthanalyzer/advanced, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/centcom/evac) +"dFP" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"dFZ" = ( +/obj/structure/closet, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/head/panzer{ + desc = "An oldschool military softcap."; + name = "old military cap" + }, +/obj/item/clothing/head/panzer{ + desc = "An oldschool military softcap."; + name = "old military cap" + }, +/obj/item/clothing/under/soviet, +/obj/item/clothing/under/soviet, +/obj/item/clothing/under/soviet, +/obj/item/clothing/under/soviet, +/obj/item/clothing/under/soviet, +/obj/item/clothing/under/soviet, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/panzer{ + desc = "An oldschool military softcap."; + name = "old military cap" + }, +/obj/item/clothing/head/panzer{ + desc = "An oldschool military softcap."; + name = "old military cap" + }, +/obj/item/clothing/head/panzer{ + desc = "An oldschool military softcap."; + name = "old military cap" + }, +/obj/item/clothing/head/panzer{ + desc = "An oldschool military softcap."; + name = "old military cap" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"dGv" = ( +/obj/structure/mineral_door/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"dGD" = ( +/turf/unsimulated/floor{ + icon_state = "grimy" + }, +/area/ninja/holding) +"dGH" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"dGO" = ( +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"dHz" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"dHJ" = ( +/obj/structure/reagent_dispensers/spacecleanertank{ + pixel_y = 30 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -4 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 4 + }, +/obj/structure/table, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/centcom/evac) +"dJg" = ( +/turf/unsimulated/floor{ + icon_state = "darkred" + }, +/area/adminconstruction) +"dJi" = ( +/obj/machinery/camera{ + c_tag = "CentComm Jail 7"; + dir = 10; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"dJo" = ( +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"dJV" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet09" + }, +/area/wizard_station) +"dKc" = ( +/obj/machinery/vending/medical, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/centcom/evac) +"dKv" = ( +/obj/machinery/door/airlock/centcom{ + name = "Auxillary Shuttles"; + opacity = 1; + req_access_txt = "106" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ferry) +"dKN" = ( +/obj/structure/bed, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"dLs" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/centcom/evac) +"dMS" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/centcom/jail) +"dNa" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Connector Port (Air Supply)" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/centcom/evac) +"dNX" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"dOJ" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"dOV" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/centcom/evac) +"dPP" = ( +/obj/structure/sink{ + pixel_y = 25 + }, +/obj/structure/mirror{ + layer = 5; + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"dRt" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/fans/tiny, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/ussp_ship) +"dRv" = ( +/obj/structure/table, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/brute, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/centcom/evac) +"dRK" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/centcom/evac) +"dRR" = ( +/obj/machinery/light/small, +/turf/simulated/floor/light, +/area/secret/gaybar) +"dSe" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/under/color/green, +/obj/item/holo/esword/green, +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"dSL" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"dSX" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken4" + }, +/area/wizard_station) +"dTj" = ( +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"dUz" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"dUB" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + brightness_range = 2; + dir = 8; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"dUX" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien5" + }, +/area/abductor_ship) +"dUZ" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave/upgraded, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"dVb" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"dVm" = ( +/obj/machinery/door/airlock/centcom{ + name = "Restroom"; + opacity = 1; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"dVK" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = 4; + tag = "icon-shower (EAST)" + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"dVO" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/ninja/holding) +"dWu" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck, +/obj/machinery/camera{ + c_tag = "CentComm Zone 1 Droom"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"dWz" = ( +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"dWH" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 8; + pixel_x = -4 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"dWZ" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"dYk" = ( +/obj/structure/dresser, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"dYF" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_emptycourt) +"dYH" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"dYI" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"dZk" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3"; + tag = "icon-diagonalWall3" + }, +/area/shuttle/assault_pod) +"dZz" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"dZO" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/deagle, +/obj/item/gun/projectile/automatic/pistol/deagle/camo, +/obj/item/gun/projectile/automatic/pistol/deagle/gold, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"dZP" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/donut, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"dZY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/seed_extractor, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"eab" = ( +/obj/machinery/door/airlock/hatch/syndicate/command, +/obj/machinery/door/poddoor/impassable{ + id_tag = "syndicate_bridge"; + layer = 2.8; + name = "Bridge" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"eac" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/camera{ + c_tag = "CentComm ERT Medical Block 2"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/specops) +"eak" = ( +/obj/structure/sign/restroom{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"ebg" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"ebh" = ( +/obj/structure/table/holotable, +/obj/item/chair, +/obj/item/chair, +/obj/item/chair, +/obj/item/chair, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"ebR" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/space, +/area/ussp_ship) +"ecl" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"ecm" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"edY" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"eed" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"eeC" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "hierophant1" + }, +/area/wizard_station) +"eeN" = ( +/obj/structure/mopbucket, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/soap, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"efo" = ( +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_x = -30; + pixel_y = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/evac) +"efz" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/chef_rare_ingredients_kit, +/obj/item/storage/box/bartender_rare_ingredients_kit, +/obj/item/storage/box/fingerprints, +/obj/item/storage/box/fingerprints, +/obj/item/storage/box/swabs, +/obj/item/storage/box/swabs, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"efG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/evac) +"egi" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/evac) +"egj" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/mashed_potatoes, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"egq" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"egx" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid1"; + tag = "icon-asteroid1 (EAST)" + }, +/area/holodeck/source_desert) +"egZ" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ehc" = ( +/obj/machinery/light/spot, +/obj/item/flag/syndi, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"ehx" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ehY" = ( +/obj/mecha/combat/durand/old{ + color = "#77895C"; + desc = "Improved Armored Heavy Mech with USSP Symbol"; + name = "TU-802" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"ejr" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"eka" = ( +/obj/structure/toilet, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"ekQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/evac) +"elp" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"elZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/item/storage/lockbox/t4{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/storage/lockbox/t4{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/storage/lockbox/t4{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/storage/lockbox/t4{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/storage/lockbox/t4{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/storage/lockbox/t4{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/grenade/smokebomb{ + pixel_x = 10 + }, +/obj/item/grenade/smokebomb{ + pixel_x = 10 + }, +/obj/item/grenade/smokebomb{ + pixel_x = 10 + }, +/obj/item/grenade/smokebomb{ + pixel_x = 10 + }, +/obj/item/grenade/smokebomb{ + pixel_x = 10 + }, +/obj/item/grenade/smokebomb{ + pixel_x = 10 + }, +/obj/item/grenade/smokebomb{ + pixel_x = 10 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"emj" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"emV" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"ene" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"enf" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "SST Ready Room" + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "sst_ready"; + layer = 2.8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"eod" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"eoB" = ( +/obj/machinery/chem_dispenser/mutagensaltpeter, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"eoM" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet4-0"; + tag = "icon-carpet4-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"epr" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"eqh" = ( +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"eqF" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/ninja/holding) +"erc" = ( +/obj/machinery/chem_dispenser/supgraded, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"erl" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"esx" = ( +/obj/machinery/bodyscanner, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"esE" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone1" + }, +/area/wizard_station) +"etk" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/enforcer, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/item/gun/projectile/automatic/pistol/enforcer/security, +/obj/item/gun/projectile/automatic/toy/pistol/enforcer, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"ets" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/event_zone) +"evr" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/snacks/candy/cotton/blue, +/turf/unsimulated/floor{ + icon_state = "carpet5-1" + }, +/area/wizard_station) +"evU" = ( +/turf/unsimulated/floor{ + icon_state = "carpet7-3" + }, +/area/centcom/zone1) +"ewg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/space, +/area/ussp_ship) +"ewl" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"ewu" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/sign/evac{ + pixel_y = 33 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ewA" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ewW" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (WEST)" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ewX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/biogenerator, +/obj/item/reagent_containers/glass/bucket, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"exo" = ( +/obj/structure/curtain/open/shower/centcom, +/obj/machinery/shower, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/syndicate_mothership) +"eyW" = ( +/obj/structure/closet/secure_closet/syndicate_officer, +/obj/item/suppressor, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"ezi" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"ezp" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/mob/living/simple_animal/turkey, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"ezs" = ( +/obj/structure/sign/restroom{ + pixel_y = 30 + }, +/turf/unsimulated/wall, +/area/centcom) +"ezt" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = -27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = -27 + }, +/obj/structure/sink{ + dir = 1 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/evac) +"ezv" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/mech_bay_recharge_port/upgraded, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"ezB" = ( +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"ezE" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"eAm" = ( +/obj/machinery/status_display{ + pixel_y = 30 + }, +/obj/mecha/combat/marauder/seraph/loaded{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 80, "energy" = 80, "bomb" = 80, "bio" = 80, "rad" = 80, "fire" = 100, "acid" = 100); + name = "D2"; + operation_req_access = list(109) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"eAI" = ( +/obj/mecha/combat/gygax/ert, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"eBL" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/centcom/zone1) +"eCq" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 1 Droom 2"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"eCs" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"eDg" = ( +/obj/item/mop, +/obj/structure/mirror{ + pixel_x = 28 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"eDV" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/centcom/zone1) +"eEL" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"eFa" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT Medical Block"; + dir = 8; + network = list("CentComm") + }, +/obj/structure/closet/wardrobe/chemistry_white, +/obj/item/storage/bag/chemistry, +/obj/item/storage/bag/chemistry, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"eFy" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"eFT" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"eGQ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/blueshield, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"eGS" = ( +/obj/structure/closet/crate/freezer{ + desc = "Холодильник с напитками. Ничего необычного." + }, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"eHe" = ( +/obj/structure/flora/rock, +/obj/machinery/camera{ + c_tag = "CentComm ERT Hallway"; + dir = 4; + network = list("CentComm") + }, +/obj/structure/flora/ausbushes/ywflowers, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"eHk" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "CentComm ERT Armory Level 1"; + dir = 1; + network = list("CentComm") + }, +/obj/machinery/status_display{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"eHx" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"eId" = ( +/obj/structure/rack, +/obj/item/clothing/head/that{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/clothing/under/suit_jacket, +/obj/item/clothing/suit/wcoat, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"eIt" = ( +/obj/structure/closet/secure_closet/personal, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"eIW" = ( +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"eJh" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = 27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 27 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"eJk" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/centcom/specops) +"eJo" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"eJM" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone10" + }, +/area/wizard_station) +"eJQ" = ( +/obj/structure/rack, +/obj/item/camera, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"eJU" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"eKf" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"eKo" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "mauler_garage"; + name = "Mech Bay" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"eKE" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"eLi" = ( +/obj/machinery/cooker/deepfryer/upgraded, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"eLm" = ( +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"eMu" = ( +/obj/structure/rack, +/obj/item/toy/sword, +/obj/item/gun/projectile/revolver/capgun, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"eMv" = ( +/obj/structure/chair/comfy/red{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"eMx" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"eMF" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"eMI" = ( +/obj/docking_port/stationary{ + allow_spin = 0; + dir = 2; + dwidth = 2; + height = 11; + id = "specops_away"; + name = "centcom bay 3"; + no_spin = 1; + top_left_corner = 8; + top_right_corner = 1; + width = 5 + }, +/turf/space, +/turf/space, +/area/space) +"eMQ" = ( +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8; + switchcount = 50 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/evac) +"eMY" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "Enforcer magazine"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"eNw" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"eOr" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/space, +/turf/space, +/area/ussp_ship) +"eOL" = ( +/obj/effect/decal/warning_stripes/east, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/evac) +"ePf" = ( +/obj/machinery/bodyscanner{ + layer = 3.5 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"ePM" = ( +/obj/machinery/bodyscanner{ + dir = 4; + layer = 3.5 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"eQm" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT Ready Room 2"; + dir = 6; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"eQF" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"eRB" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet15-15"; + tag = "icon-carpet15-15 (EAST)" + }, +/area/holodeck/source_theatre) +"eRH" = ( +/obj/structure/table/wood, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/obj/item/twohanded/fireaxe/energized, +/obj/item/twohanded/fireaxe, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"eRL" = ( +/obj/machinery/light{ + dir = 1; + light_range = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"eSj" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/proto, +/obj/item/gun/projectile/automatic/toy, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"eSq" = ( +/obj/machinery/door/airlock/hatch{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + desc = "For all your shady business needs"; + name = "Special Shuttle"; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"eSX" = ( +/obj/structure/sign/goldenplaque{ + desc = "Лучший сотрудник века"; + name = "Это Толя Раммфан"; + pixel_x = 30 + }, +/obj/structure/table/wood/poker, +/obj/item/radio/intercom/specops, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"eTZ" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"eUh" = ( +/obj/structure/chair/stool/bar, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"eUA" = ( +/turf/unsimulated/wall{ + icon_state = "iron15" + }, +/area/syndicate_mothership) +"eUO" = ( +/obj/structure/closet/l3closet/security, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double/full, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/watertank/janitor{ + max_integrity = 1500; + volume = 1500 + }, +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkpurple" + }, +/area/centcom/specops) +"eVl" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"eWu" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"eWw" = ( +/obj/machinery/light/small{ + dir = 1; + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"eWY" = ( +/obj/structure/sign/poster/official/safety_internals{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"eXh" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"eYN" = ( +/obj/structure/table/abductor, +/obj/machinery/chem_dispenser/soda/upgraded{ + emagged = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"eZg" = ( +/obj/structure/table/wood, +/obj/item/decorations/sticky_decorations/flammable/snowman, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"eZj" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"eZl" = ( +/obj/machinery/vending/cola/free, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"eZu" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/specops) +"eZS" = ( +/obj/structure/mirror{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"fas" = ( +/obj/item/radio/intercom/syndicate{ + pixel_y = 30 + }, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet6-2" + }, +/area/wizard_station) +"faG" = ( +/obj/structure/table/abductor, +/obj/machinery/chem_dispenser/beer/upgraded{ + emagged = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"fbe" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + name = "voxstart" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"fbq" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"fbu" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/fish/shark{ + desc = "Совсем не навязчивая акула. От слова совсем."; + name = "Акула?" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"fbv" = ( +/obj/machinery/vending/boozeomat, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"fbA" = ( +/obj/structure/table/abductor, +/obj/structure/reagent_dispensers/beerkeg, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"fbH" = ( +/obj/structure/table/abductor, +/obj/machinery/bottler, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"fbQ" = ( +/obj/mecha/combat/gygax/dark/loaded, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fcz" = ( +/obj/machinery/vending/dinnerware, +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + layer = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"fcB" = ( +/obj/structure/bed/dogbed/ian{ + name = "Lounger" + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "ERT_turret_shutters"; + name = "ERT Turret Shutters"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/mob/living/simple_animal/pet/dog/fox/alisa, +/obj/machinery/turretid/lethal{ + ailock = 1; + control_area = "\improper Centcom Emergency Shuttle"; + name = "ERT Turret Control"; + pixel_y = 25; + req_access = null; + req_access_txt = "109" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"fcL" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/ionrifle, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"fcS" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"fdk" = ( +/obj/machinery/computer/card/centcom{ + req_access = list(150) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"fdm" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/hos, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"fdn" = ( +/obj/machinery/abductor/pad{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"fdp" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"fdz" = ( +/obj/machinery/chem_dispenser/supgraded, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"fdP" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"feD" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "dark_gygax_garage"; + name = "Mech Bay" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ffo" = ( +/obj/effect/decal/warning_stripes/blue{ + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/centcom/specops) +"ffr" = ( +/obj/item/cardboard_cutout{ + anchored = 1; + desc = "Обычная статуя офицера, что она здесь делает? На табличке красуется надпись - Pizdyach Rodnenkiy"; + icon_state = "cutout_ntsec"; + name = "Officer" + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ffI" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"fgs" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"fgt" = ( +/obj/machinery/sleeper/upgraded, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"fgC" = ( +/obj/structure/mineral_door/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"fgO" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"fhS" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/lamp/green, +/turf/unsimulated/floor{ + icon_state = "carpet14-10" + }, +/area/wizard_station) +"fiK" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"fiR" = ( +/obj/machinery/door_control{ + id = "CC_space_jail"; + name = "Central Command Jail"; + pixel_y = 25; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"fjf" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fjA" = ( +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"fjB" = ( +/mob/living/simple_animal/turkey, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"fjI" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"fjS" = ( +/obj/structure/kitchenspike, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"fjV" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/arena) +"fkt" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery, +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/obj/item/clothing/gloves/color/latex/nitrile, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"fku" = ( +/obj/structure/table/wood, +/obj/item/tank/emergency_oxygen/vox, +/obj/item/clothing/mask/breath/vox, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/wizard_station) +"flj" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"flI" = ( +/obj/machinery/door_control{ + id = "sit_ready"; + name = "SIT Base Access"; + pixel_x = -6; + pixel_y = 6; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "sit_tele"; + name = "SIT Teleporter Access"; + pixel_x = 6; + pixel_y = 6; + req_access_txt = "153" + }, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"flR" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"flT" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery, +/obj/item/clothing/gloves/color/latex/nitrile, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"fnq" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"fnz" = ( +/obj/machinery/dna_scannernew, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"fnD" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet3-0"; + tag = "icon-carpet3-0 (EAST)" + }, +/area/holodeck/source_theatre) +"foi" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"foD" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/centcom) +"foN" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi/cyborg, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"foX" = ( +/obj/machinery/computer/cloning, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"fpk" = ( +/obj/machinery/conveyor{ + id = "SOL" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/trader_station/sol) +"fpr" = ( +/obj/machinery/optable, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"fpD" = ( +/obj/machinery/clonepod/biomass, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"fpT" = ( +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/gun/syringe/rapidsyringe, +/obj/structure/closet, +/obj/item/gun/projectile/shotgun/sc_pump, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"fqe" = ( +/obj/structure/table/wood/poker, +/obj/item/radio/intercom/syndicate, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"fqr" = ( +/obj/structure/curtain/open/shower/security, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"fsa" = ( +/obj/structure/table/wood/fancy, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"fsd" = ( +/obj/structure/table/wood, +/obj/item/clothing/accessory/waistcoat, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"fso" = ( +/obj/machinery/door_control{ + id = "syndicate_elite"; + name = "Shuttle Blast Doors"; + pixel_x = 26; + pixel_y = -2; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fsp" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"fsI" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"fsT" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"fuj" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" + }, +/area/space) +"fuo" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/clothing/gloves/ring/gold{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/clothing/gloves/ring/gold, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"fuq" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/ar, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"fuE" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 1 Medbay"; + network = list("CentComm") + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"fuP" = ( +/turf/unsimulated/wall, +/area/centcom/specops) +"fva" = ( +/obj/structure/closet/secure_closet/personal, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"fvf" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave/upgraded, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"fvZ" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"fwg" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/wizard_station) +"fwA" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"fwD" = ( +/obj/structure/table/abductor, +/obj/item/storage/fancy/cigarettes/cigpack_random, +/obj/item/storage/fancy/cigarettes/cigpack_random, +/obj/item/storage/fancy/cigarettes/cigpack_random, +/obj/item/storage/box/matches, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"fxa" = ( +/obj/machinery/sleeper/syndie, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"fxw" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"fxF" = ( +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"fxK" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "wall3"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"fya" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"fyH" = ( +/obj/machinery/door/window/southleft{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + name = "security checkpoint" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"fyP" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"fzc" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/drinks/mugwort, +/turf/unsimulated/floor{ + icon_state = "carpetside" + }, +/area/wizard_station) +"fzD" = ( +/obj/machinery/vending/sovietsoda, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"fAh" = ( +/obj/structure/flora/grass/brown, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"fAu" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s6" + }, +/area/shuttle/escape) +"fAR" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"fAZ" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"fBc" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall_f6" + }, +/area/ussp_ship) +"fBM" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"fBO" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"fBQ" = ( +/obj/structure/table/wood, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"fCj" = ( +/obj/structure/table, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves, +/obj/structure/sink{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"fCu" = ( +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"fDh" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"fDu" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"fDK" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fEa" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"fEn" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"fEu" = ( +/turf/unsimulated/wall, +/area/admin) +"fEx" = ( +/obj/item/flag/species/vox, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"fFH" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"fFT" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien3" + }, +/area/abductor_ship) +"fGA" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 10 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"fGG" = ( +/obj/structure/table, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/brute, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/healthanalyzer/advanced, +/obj/item/reagent_containers/applicator/dual, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"fGT" = ( +/obj/structure/table/reinforced/brass, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"fGU" = ( +/obj/machinery/vending/snack, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"fHb" = ( +/obj/machinery/vending/boozeomat, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"fHd" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone1) +"fHN" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fJi" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"fJr" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT3"; + name = "Launch Bay #3" + }, +/turf/unsimulated/floor{ + icon = 'icons/obj/smooth_structures/catwalk.dmi'; + icon_state = "catwalk"; + name = "plating" + }, +/area/centcom/specops) +"fJO" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 2; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom) +"fKp" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 7; + height = 5; + id = "sst_away"; + name = "Syndicate Base"; + width = 11 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"fKK" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone1) +"fLf" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"fLE" = ( +/obj/machinery/abductor/console{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"fLG" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"fMQ" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"fNO" = ( +/obj/structure/mineral_door/wood, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"fOf" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/door/window{ + dir = 8; + name = "Toilet"; + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"fOy" = ( +/obj/machinery/light/small{ + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"fPu" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 40 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"fPy" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"fRk" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Shooting range" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fRT" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/gavelhammer, +/obj/item/gavelblock, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"fRZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/vault{ + name = "Оружейная" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"fTl" = ( +/turf/unsimulated/beach/water, +/area/ninja/holding) +"fTE" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"fTJ" = ( +/obj/item/clothing/glasses/sunglasses/blindfold, +/obj/structure/table, +/obj/item/taperecorder, +/obj/item/camera/digital, +/obj/item/storage/box/bodybags, +/obj/item/healthanalyzer/advanced, +/obj/machinery/crema_switch{ + pixel_y = 25 + }, +/obj/item/robotanalyzer, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"fUi" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain, +/obj/item/assembly/signaler{ + code = 6; + frequency = 1445 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"fUw" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"fUB" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_desert) +"fVo" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/rocketlauncher, +/obj/item/gun/rocketlauncher, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"fVG" = ( +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = -30 + }, +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"fWB" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"fXa" = ( +/obj/machinery/gibber, +/obj/structure/window/reinforced{ + color = "black"; + layer = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"fXw" = ( +/obj/machinery/porta_turret/centcom/pulse{ + armor = list("melee" = 90, "bullet" = 90, "laser" = 95, "energy" = 95, "bomb" = 80, "bio" =100, "rad" = 100, "fire" = 100, "acid" = 100); + color = "#666666"; + damtype = "burn"; + health = 1250; + region_max = 12; + scan_range = 12; + shot_delay = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"fXF" = ( +/obj/structure/table/wood, +/obj/item/twohanded/chainsaw, +/obj/item/twohanded/required/chainsaw, +/obj/item/twohanded/required/chainsaw/doomslayer, +/obj/item/twohanded/toy/chainsaw, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"fYa" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/mech_bay_recharge_port/upgraded{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"fYA" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/effect/landmark{ + name = "Syndicate-Spawn" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"fZP" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/structure/window/reinforced{ + color = "black"; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gag" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/tdome) +"gaV" = ( +/obj/machinery/computer/operating, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"gbp" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/mounted, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"gbP" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/structure/window/reinforced{ + color = "black"; + layer = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gbV" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet07" + }, +/area/centcom/evac) +"gcv" = ( +/obj/machinery/computer/operating, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/specops) +"gcS" = ( +/obj/machinery/computer/teleporter, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"gcT" = ( +/obj/structure/window/reinforced, +/obj/structure/sink{ + dir = 1; + pixel_y = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet08" + }, +/area/centcom/evac) +"gcU" = ( +/obj/structure/window/reinforced, +/obj/machinery/light{ + pixel_y = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet08" + }, +/area/centcom/evac) +"gcY" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet5-1"; + tag = "icon-carpet5-1 (EAST)" + }, +/area/holodeck/source_theatre) +"geL" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/storage/box/autoinjectors, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"geV" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"gfs" = ( +/obj/structure/window/reinforced, +/obj/machinery/sleeper/upgraded, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet09" + }, +/area/centcom/evac) +"ggH" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"ggK" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet15-0"; + tag = "icon-carpet15-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"ghC" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"ghO" = ( +/obj/machinery/slot_machine, +/obj/item/radio/intercom{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ghW" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"gii" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"gir" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding1"; + tag = "icon-wood_siding1" + }, +/area/holodeck/source_picnicarea) +"giz" = ( +/obj/machinery/light/spot, +/obj/structure/table, +/obj/item/clothing/suit/straight_jacket, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"giA" = ( +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"giR" = ( +/obj/structure/rack, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"giY" = ( +/obj/machinery/door/airlock/centcom{ + name = "Garden room"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gjx" = ( +/obj/machinery/door/airlock/centcom{ + name = "Freezer & Garden room"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gkb" = ( +/obj/effect/overlay/coconut, +/turf/unsimulated/beach/sand, +/area/centcom/evac) +"gkl" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall_f5" + }, +/area/ussp_ship) +"glr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Генераторная" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"gly" = ( +/obj/structure/decorative_structures/metal/statue/golden_disk, +/obj/structure/sign/poster/secret/yug0{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"glP" = ( +/obj/structure/closet, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"gms" = ( +/obj/machinery/computer/shuttle/syndicate/recall, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"gmw" = ( +/obj/machinery/door/window{ + dir = 2; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"gmR" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, +/obj/effect/landmark{ + name = "traderstart_sol" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"gnk" = ( +/obj/structure/table, +/obj/machinery/door_control{ + desc = "A remote control switch for port-side blast doors."; + id = "thunderdomegen"; + name = "General Equiptment"; + pixel_y = 5; + req_access_txt = "104" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/tdome/tdomeadmin) +"gnE" = ( +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + opacity = 1 + }, +/obj/machinery/vending/dinnerware, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"goI" = ( +/obj/machinery/kitchen_machine/candy_maker/upgraded, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"goP" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"gqp" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"gqE" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"gqH" = ( +/obj/machinery/icemachine, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gqU" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave/upgraded, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gri" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/voice{ + pixel_y = 3 + }, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"gry" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/weightmachine/stacklifter, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"gsF" = ( +/obj/structure/chair/stool, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"gsH" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/weightmachine/stacklifter, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"gsP" = ( +/obj/structure/table/wood, +/obj/item/trash/candle, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"gtq" = ( +/obj/structure/weightmachine/stacklifter, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"gty" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/reedbush, +/obj/item/flag/nt, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"gtE" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"gur" = ( +/obj/structure/table/abductor, +/obj/item/surgicaldrill/alien, +/obj/item/circular_saw/alien, +/obj/item/FixOVein/alien, +/obj/item/bonesetter/alien, +/obj/item/bonegel/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"guC" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa/right, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"guG" = ( +/obj/structure/table/wood, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/kitchen/knife, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"gva" = ( +/obj/structure/dresser, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"gvr" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa, +/obj/item/radio/intercom{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"gvu" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"gvF" = ( +/turf/space, +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall0"; + tag = "icon-wall3 (NORTH)" + }, +/area/ussp_ship) +"gwm" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"gwT" = ( +/obj/machinery/door/poddoor{ + id_tag = "CC_arrivals_blastdoor"; + name = "Arrivals Blastdoor" + }, +/turf/unsimulated/floor{ + icon_state = "whitedelivery" + }, +/area/centcom/evac) +"gxA" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"gyc" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + name = "Syndicate-Commando"; + tag = "Commando" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"gyA" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa/left, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"gzj" = ( +/obj/effect/decal/warning_stripes/blue, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"gzz" = ( +/obj/machinery/vending/cigarette, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"gzA" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"gAt" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault"; + name = "Operative position" + }, +/area/centcom/specops) +"gAu" = ( +/obj/machinery/door_control{ + id = "syndicate_sit_1"; + name = "Shuttle Blast Doors"; + pixel_x = -26; + pixel_y = -2; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"gAJ" = ( +/obj/machinery/photocopier/syndie, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"gAP" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"gBR" = ( +/obj/machinery/vending/snack, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"gCq" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + name = "teleporter console"; + req_access = null; + use_power = 0 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/syndicate_depot/core) +"gCW" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "TX-20a Assault Rifle"; + req_access = null; + req_access_txt = "114" + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"gDq" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"gDE" = ( +/obj/machinery/vending/coffee, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "CentComm Arrivals 3"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"gEE" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"gEV" = ( +/turf/simulated/floor/beach/water, +/area/holodeck/source_beach) +"gFx" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"gFy" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "M-90gl 40mm grenade"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/a40mm, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"gFR" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"gGT" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/camera{ + c_tag = "CentComm Zone 1 Droom 5"; + dir = 8; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"gGV" = ( +/obj/machinery/door/airlock/centcom{ + name = "Medical Block"; + opacity = 1; + req_access_txt = "102" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"gHf" = ( +/obj/item/radio/intercom{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"gHj" = ( +/obj/structure/chair/comfy/beige{ + dir = 8; + layer = 5; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"gHs" = ( +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -13 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gHR" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gIn" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"gIz" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"gIN" = ( +/obj/item/gun/syringe/syndicate, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"gIP" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"gJe" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"gJm" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"gJD" = ( +/obj/structure/table, +/obj/item/kitchen/knife, +/obj/item/kitchen/knife/butcher, +/obj/item/kitchen/knife/butcher/meatcleaver, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gKf" = ( +/obj/machinery/kitchen_machine/grill/upgraded, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"gKq" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"gKB" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"gKV" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"gLu" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/obj/item/dice/d20, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"gLF" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdomegen"; + name = "General Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"gMc" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 4; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "whitecorner" + }, +/area/centcom/evac) +"gMh" = ( +/obj/structure/window/reinforced{ + color = "red"; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8; + layer = 2.9 + }, +/obj/structure/grille{ + layer = 2.8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"gMu" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/beach/sand, +/area/centcom/evac) +"gMB" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "rampbottom" + }, +/area/centcom/zone1) +"gNc" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/curtain/open/shower, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"gNo" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (WEST)" + }, +/area/ussp_ship) +"gNF" = ( +/obj/item/flag/wiz, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"gOu" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"gPt" = ( +/obj/mecha/combat/marauder/loaded, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbrownfull" + }, +/area/centcom/specops) +"gQd" = ( +/obj/structure/window/reinforced, +/mob/living/simple_animal/pig, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"gQZ" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 5 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/curtain/open/shower, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"gRh" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"gRt" = ( +/obj/machinery/chem_master, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"gRG" = ( +/obj/machinery/teleport/station, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"gTh" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/surgery, +/obj/item/stack/nanopaste, +/obj/item/mmi, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"gTr" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"gTB" = ( +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"gTE" = ( +/turf/simulated/floor/holofloor/space, +/area/holodeck/source_space) +"gUw" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 5 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/curtain/open/shower, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"gVd" = ( +/obj/item/gun/energy/sniperrifle, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"gVi" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone1) +"gWM" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/structure/window/reinforced{ + color = "black"; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"gXj" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/wood_wall.dmi'; + icon_state = "wood" + }, +/area/trader_station/sol) +"gYA" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/jail) +"gZh" = ( +/obj/mecha/combat/marauder/loaded{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"gZG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"hak" = ( +/obj/structure/table/wood, +/obj/item/candle/eternal, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"has" = ( +/obj/machinery/processor, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"hbO" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 3; + height = 5; + id = "mining_transit"; + name = "mining in transit"; + width = 7 + }, +/turf/space/transit, +/area/space) +"hcI" = ( +/obj/structure/table/wood, +/obj/item/storage/box/drinkingglasses, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"hdm" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "CentComm ERT Armory Level 2"; + dir = 1; + network = list("CentComm") + }, +/obj/machinery/status_display{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"hdG" = ( +/obj/structure/table/reinforced, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/binary_communication_device, +/obj/item/robot_parts/robot_component/binary_communication_device, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/obj/item/robot_parts/robot_component/radio, +/obj/item/robot_parts/robot_component/radio, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"hdH" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership) +"hen" = ( +/obj/item/gun/magic/hook, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"hez" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"hfk" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"hfz" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpet14-10" + }, +/area/wizard_station) +"hfF" = ( +/obj/structure/chair/comfy/purp, +/turf/unsimulated/floor{ + icon_state = "carpetnoconnect" + }, +/area/wizard_station) +"hfR" = ( +/obj/machinery/vending/cola, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"hge" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"hgF" = ( +/obj/machinery/computer/account_database, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"hgY" = ( +/obj/structure/window/reinforced{ + layer = 5 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/curtain/open/shower, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"hhh" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"hhr" = ( +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"hhB" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/hydroponics/constructable, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"hic" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone3" + }, +/area/wizard_station) +"hiy" = ( +/obj/structure/window/reinforced{ + layer = 5 + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 5 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/curtain/open/shower, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"hjl" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"hjp" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"hjA" = ( +/obj/structure/chair/sofa{ + dir = 6 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"hjB" = ( +/turf/unsimulated/wall{ + icon_state = "iron14"; + tag = "icon-iron14" + }, +/area/space) +"hkd" = ( +/obj/structure/statue/sandstone/venus{ + layer = 5; + pixel_y = 24 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"hkl" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"hko" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"hkC" = ( +/obj/structure/table/reinforced, +/obj/item/trash/plate, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"hld" = ( +/obj/structure/closet/secure_closet/security{ + req_access = null; + req_access_txt = "101" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"hlr" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 11; + height = 18; + id = "emergency_away"; + name = "emergency centcom"; + width = 29 + }, +/turf/space, +/area/space) +"hmw" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"hmY" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/item/radio/intercom/specops{ + pixel_y = -25 + }, +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/specops) +"hnf" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom) +"hnB" = ( +/obj/machinery/kitchen_machine/oven/upgraded, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"hnI" = ( +/obj/structure/rack, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/gun/rocketlauncher, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"hnN" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + color = "black"; + opacity = 1 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + opacity = 1 + }, +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"hnU" = ( +/obj/machinery/door/airlock/hatch{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + desc = "For all your shady business needs"; + name = "Special Shuttle"; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/admin) +"hon" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"hoH" = ( +/obj/machinery/computer/teleporter{ + req_access = null + }, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"hql" = ( +/obj/effect/overlay/palmtree_r, +/obj/effect/overlay/coconut, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"hqV" = ( +/obj/machinery/door/airlock/centcom{ + name = "Kitchen room"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"hrp" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom/syndicate{ + pixel_y = 25 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"hsb" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/centcom) +"hsH" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/hooker, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"htO" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/ussp_ship) +"htZ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/gun/projectile/automatic/toy/pistol, +/obj/item/gun/projectile/automatic/toy/pistol/riot, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"hue" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet13-0"; + tag = "icon-carpet13-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"huf" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/machinery/light/small{ + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"huo" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/computer/cryopod/robot{ + pixel_y = -28 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"hup" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"huv" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "whitecorner" + }, +/area/centcom/evac) +"hvs" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT GYM"; + dir = 8; + network = list("CentComm") + }, +/obj/structure/weightmachine/weightlifter, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/specops) +"hvA" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 7; + height = 5; + id = "sit_transit"; + name = "sit in transit"; + width = 11 + }, +/turf/space/transit, +/area/space) +"hwQ" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/watertank, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"hwV" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"hxr" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 7; + height = 5; + id = "sst_transit"; + name = "sst in transit"; + width = 11 + }, +/turf/space/transit, +/area/space) +"hxL" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hyA" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"hyI" = ( +/obj/effect/landmark{ + name = "Atmospheric Test Start" + }, +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Burn-Mix Floor"; + nitrogen = 0; + oxygen = 2500; + temperature = 370; + toxins = 5000 + }, +/area/holodeck/source_burntest) +"hyN" = ( +/obj/structure/rack, +/obj/item/storage/fancy/crayons, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"hzJ" = ( +/obj/structure/window/reinforced{ + color = "red"; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8; + layer = 2.9 + }, +/obj/structure/grille{ + layer = 2.8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"hAD" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -4 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"hAZ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/turret, +/obj/item/gun/energy/pulse/turret, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"hBC" = ( +/obj/machinery/computer/message_monitor, +/obj/item/paper/monitorkey, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"hCD" = ( +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"hCF" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/event_zone) +"hCQ" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/operating, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hCT" = ( +/obj/structure/table, +/obj/random/tool, +/obj/random/bomb_supply, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"hDk" = ( +/obj/machinery/computer/operating, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hDv" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"hFH" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"hGI" = ( +/obj/machinery/bodyscanner, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hGZ" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/evac) +"hHg" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"hHF" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = -27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = -27 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"hHP" = ( +/obj/structure/mineral_door/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/zone1) +"hIe" = ( +/obj/structure/sign/restroom{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"hIF" = ( +/obj/machinery/door/airlock/centcom{ + name = "Kitchen room"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"hIL" = ( +/obj/machinery/vending/crittercare{ + prices = list() + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"hJc" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/thaumicnik, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"hJf" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "SIT Jail" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"hJy" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_away"; + name = "Shuttle Hatch"; + req_access_txt = "109" + }, +/obj/machinery/shower{ + dir = 1; + tag = "icon-shower (WEST)" + }, +/obj/structure/fans/tiny, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"hJA" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"hKD" = ( +/obj/structure/chair/sofa{ + dir = 10 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"hLt" = ( +/obj/structure/table/reinforced, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"hLK" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light{ + dir = 4; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"hLL" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hLQ" = ( +/obj/machinery/teleport/station, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"hMK" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/centcom/zone2) +"hNx" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"hOj" = ( +/obj/structure/weightmachine/stacklifter, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"hOT" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/optable, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hOV" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"hPK" = ( +/obj/machinery/optable, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hPT" = ( +/obj/machinery/sleeper, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hQm" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"hQn" = ( +/obj/machinery/door/airlock/shuttle, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"hQs" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/blueshield/pdw9, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"hQw" = ( +/obj/structure/table/wood, +/obj/effect/landmark{ + name = "Teleport-Scroll" + }, +/obj/item/radio/intercom/syndicate{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet08" + }, +/area/wizard_station) +"hQK" = ( +/obj/machinery/fishtank/wall, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"hQT" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/elwycco, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"hQV" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 40 + }, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"hRV" = ( +/obj/structure/table/wood, +/obj/item/folder/white, +/obj/item/pen/fancy, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"hRW" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r, +/obj/item/gun/projectile/automatic/c20r/toy/riot, +/obj/item/gun/projectile/automatic/c20r/toy, +/obj/item/gun/projectile/automatic/c20r/sc_c20r, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"hRY" = ( +/obj/structure/sign/evac{ + pixel_x = 33 + }, +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"hSw" = ( +/obj/structure/flora/grass/green, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"hSy" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/kitchenspike, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"hSC" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom) +"hSQ" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"hTb" = ( +/obj/item/clothing/glasses/sunglasses/yeah, +/turf/unsimulated/beach/sand, +/area/centcom/evac) +"hTe" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery, +/obj/item/storage/box/gloves, +/obj/item/storage/box/masks, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hTB" = ( +/obj/structure/table/wood, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/clusterbuster/holy, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"hTW" = ( +/obj/machinery/washing_machine, +/obj/machinery/light{ + dir = 1; + light_range = 5 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"hTY" = ( +/obj/structure/table/wood, +/obj/structure/mirror/magic{ + pixel_y = -30 + }, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/obj/item/flashlight/slime, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet07" + }, +/area/wizard_station) +"hUH" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"hXg" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"hXo" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/obj/structure/weightmachine/stacklifter, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/specops) +"hXB" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet9-0"; + tag = "icon-carpet9-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"hYv" = ( +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"hYy" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"hYX" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"hZx" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/specops) +"hZZ" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"ibA" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "sst_tele" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ibN" = ( +/obj/machinery/door/airlock/hatch/syndicate/command{ + req_access_txt = "150" + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ibP" = ( +/obj/structure/table, +/obj/machinery/door_control{ + desc = "A remote control switch for port-side blast doors."; + id = "thunderdomeaxe"; + name = "Specialist Supply"; + pixel_y = 5; + req_access_txt = "104" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/tdome/tdomeadmin) +"ieG" = ( +/obj/structure/chair/comfy/brown, +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"ifq" = ( +/obj/structure/chair/sofa{ + dir = 6 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"igG" = ( +/turf/unsimulated/floor{ + color = "#CCCCCC"; + dir = 8; + icon_state = "vault"; + name = "Officer position" + }, +/area/centcom/jail) +"igW" = ( +/obj/machinery/door/airlock/centcom{ + opacity = 1; + req_access_txt = "152" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"iic" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"iid" = ( +/obj/mecha/combat/phazon{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"iie" = ( +/obj/structure/chair/sofa/left, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"iij" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"iiz" = ( +/obj/effect/landmark{ + name = "syndieprisonwarp" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ijb" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkbrown" + }, +/area/centcom/specops) +"ijg" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"ijy" = ( +/obj/machinery/abductor/experiment{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"ijL" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = 27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 27 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"ijP" = ( +/obj/structure/chair/sofa{ + dir = 10 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"ijS" = ( +/obj/structure/chair/stool/bar, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"iky" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet6-2"; + tag = "icon-carpet6-2 (EAST)" + }, +/area/holodeck/source_theatre) +"ikJ" = ( +/obj/machinery/computer/teleporter{ + req_access = list(150) + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ikP" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"ila" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"ilE" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"inp" = ( +/obj/structure/table/wood, +/obj/item/dnainjector/antiblind, +/obj/item/dnainjector/anticlumsy, +/obj/item/dnainjector/anticomic, +/obj/item/dnainjector/anticough, +/obj/item/dnainjector/antideaf, +/obj/item/dnainjector/antiepi, +/obj/item/dnainjector/antifire, +/obj/item/dnainjector/antiglasses, +/obj/item/dnainjector/antihallucination, +/obj/item/dnainjector/antihulk, +/obj/item/dnainjector/antiinsulation, +/obj/item/dnainjector/antimidgit, +/obj/item/dnainjector/antimorph, +/obj/item/dnainjector/antinobreath, +/obj/item/dnainjector/antinoprints, +/obj/item/dnainjector/antiregenerate, +/obj/item/dnainjector/antiremoteview, +/obj/item/dnainjector/antirunfast, +/obj/item/dnainjector/antistutt, +/obj/item/dnainjector/antitele, +/obj/item/dnainjector/antitour, +/obj/item/dnainjector/antixray, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"inB" = ( +/obj/structure/table/glass, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"inR" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"ioe" = ( +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + name = "Shuttle Dock Door" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ioL" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"ioN" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"ioO" = ( +/obj/structure/closet/chefcloset, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"ipp" = ( +/obj/machinery/vending/dinnerware, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"ipv" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"ipG" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"iqq" = ( +/obj/machinery/teleport/station, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"iqu" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien4" + }, +/area/abductor_ship) +"iqV" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/obj/item/gun/energy/sniperrifle{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/sniperrifle{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/energy/sniperrifle{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/space, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"irj" = ( +/obj/item/gun/energy/temperature, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"iru" = ( +/obj/structure/table/wood, +/obj/item/abductor_baton, +/obj/item/abductor/silencer, +/obj/item/abductor/mind_device, +/obj/item/abductor/gizmo, +/obj/structure/ninjatele{ + pixel_x = -28 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"irI" = ( +/obj/structure/foodcart, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"irU" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"irV" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + use_power = 0 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_depot/core) +"ist" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien9" + }, +/area/abductor_ship) +"isK" = ( +/obj/structure/table/wood, +/obj/item/dnainjector/blindmut, +/obj/item/dnainjector/clumsymut, +/obj/item/dnainjector/comic, +/obj/item/dnainjector/coughmut, +/obj/item/dnainjector/deafmut, +/obj/item/dnainjector/epimut, +/obj/item/dnainjector/firemut, +/obj/item/dnainjector/glassesmut, +/obj/item/dnainjector/h2m, +/obj/item/dnainjector/hallucination, +/obj/item/dnainjector/hulkmut, +/obj/item/dnainjector/insulation, +/obj/item/dnainjector/m2h, +/obj/item/dnainjector/midgit, +/obj/item/dnainjector/morph, +/obj/item/dnainjector/nobreath, +/obj/item/dnainjector/noprints, +/obj/item/dnainjector/regenerate, +/obj/item/dnainjector/remoteview, +/obj/item/dnainjector/runfast, +/obj/item/dnainjector/stuttmut, +/obj/item/dnainjector/telemut, +/obj/item/dnainjector/tourmut, +/obj/item/dnainjector/xraymut, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"isN" = ( +/obj/machinery/camera{ + c_tag = "Centaral Command Supreme Court"; + dir = 1; + network = list("SS13","CentComm"); + pixel_x = 12; + pixel_y = -6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/court) +"isW" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"isY" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"itg" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/ammo_box/magazine/tommygunm45, +/obj/item/ammo_box/magazine/tommygunm45, +/obj/item/ammo_box/magazine/tommygunm45, +/obj/item/ammo_box/magazine/tommygunm45, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"iuh" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "CentComm ERT Armory Level 3"; + network = list("CentComm") + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"iuU" = ( +/turf/unsimulated/wall{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall0"; + tag = "icon-wall3 (NORTH)" + }, +/area/ussp_ship) +"iuV" = ( +/obj/machinery/vending/snack, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"ivN" = ( +/obj/mecha/combat/durand{ + armor = list("melee" = 60, "bullet" = 50, "laser" = 20, "energy" = 25, "bomb" = 50, "bio" = 0, "rad" = 50, "fire" = 80, "acid" = 80); + color = "#CCCCFF"; + desc = "A heavyweight exosuit, painted in a gray scheme. This model appears to have some modifications for ERT."; + name = "Nanotrasen Special Durand Mk. II"; + operation_req_access = list(109) + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"ivP" = ( +/obj/item/gun/projectile/automatic/ar, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "ARG"; + req_access = null; + req_access_txt = "114" + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"iwc" = ( +/obj/machinery/vending/wallmed/syndicate{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"iwj" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid3"; + tag = "icon-asteroid3 (EAST)" + }, +/area/holodeck/source_desert) +"iwu" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"ixk" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"ixm" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"ixp" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"ixH" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/under/color/red, +/obj/item/holo/esword/red, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"iyW" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"izb" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun, +/obj/item/gun/projectile/shotgun/automatic, +/obj/item/gun/projectile/shotgun/lethal, +/obj/item/gun/projectile/shotgun/pump, +/obj/item/gun/projectile/shotgun/sc_pump, +/obj/item/gun/projectile/shotgun/toy, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"izA" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/space, +/area/ussp_ship) +"iAK" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"iBB" = ( +/turf/space, +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/gamma/space) +"iBH" = ( +/turf/unsimulated/wall/splashscreen, +/area/start) +"iBQ" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/clown, +/obj/item/gun/energy/disabler, +/obj/item/gun/energy/disabler/cyborg, +/obj/item/gun/energy/mimicgun, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"iCh" = ( +/obj/item/flag/syndi, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iCr" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"iCK" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"iDd" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "whitecorner" + }, +/area/centcom/evac) +"iDt" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"iDS" = ( +/obj/structure/closet/syndicate/personal, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iDU" = ( +/obj/structure/sink{ + dir = 1 + }, +/obj/item/radio/intercom/syndicate{ + pixel_y = -25 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"iEl" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/beer/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"iEI" = ( +/obj/docking_port/stationary/transit{ + dwidth = 3; + height = 7; + id = "steel_rain_transit"; + name = "steel_rain in transit"; + width = 7 + }, +/turf/space/transit/horizontal, +/area/space) +"iEK" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"iEW" = ( +/obj/docking_port/stationary{ + dwidth = 1; + height = 4; + id = "pod2_away"; + name = "recovery ship bay 2"; + width = 3 + }, +/turf/space, +/area/space) +"iFb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"iFw" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"iFT" = ( +/obj/item/target, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken5" + }, +/area/wizard_station) +"iFV" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + tag = "icon-fakewindows (WEST)" + }, +/area/ussp_ship) +"iGd" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"iGg" = ( +/obj/machinery/door/window/brigdoor{ + req_access_txt = "109" + }, +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"iGV" = ( +/obj/machinery/computer/mecha, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"iIJ" = ( +/obj/machinery/computer/robotics, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"iIT" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"iIV" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"iJd" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/browntrenchcoat, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"iJh" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"iKj" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"iLv" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/weightmachine/weightlifter, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/specops) +"iLw" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/space, +/area/ussp_ship) +"iLB" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien20" + }, +/area/abductor_ship) +"iLQ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"iLU" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/obj/structure/chair, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"iLZ" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "CentComm Zone 1-3"; + network = list("CentComm") + }, +/obj/structure/chair, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"iMg" = ( +/obj/structure/chair, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"iMk" = ( +/turf/unsimulated/wall{ + icon_state = "iron13" + }, +/area/syndicate_mothership) +"iMt" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"iMC" = ( +/obj/machinery/conveyor{ + id = "SOL" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"iMD" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/escape) +"iOb" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = -3; + pixel_y = -30 + }, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/obj/machinery/light_switch{ + pixel_x = 12; + pixel_y = -26 + }, +/turf/unsimulated/floor{ + icon_state = "carpet5-1" + }, +/area/wizard_station) +"iOe" = ( +/obj/structure/table, +/obj/random/tool, +/obj/item/clothing/gloves/color/yellow, +/obj/item/pinpointer/advpinpointer, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"iOl" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + color = "red" + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"iOE" = ( +/obj/structure/closet/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"iOS" = ( +/obj/machinery/light{ + dir = 8; + switchcount = 50 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"iPw" = ( +/obj/machinery/computer/station_alert, +/turf/space, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"iPX" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/gun/projectile/automatic/pistol/deagle/gold{ + pixel_y = 5 + }, +/obj/item/gun/projectile/automatic/pistol/deagle/gold, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"iQi" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"iQV" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"iRo" = ( +/obj/structure/table/abductor, +/obj/item/retractor/alien, +/obj/item/hemostat/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"iSr" = ( +/obj/machinery/porta_turret/centcom/pulse{ + armor = list("melee" = 90, "bullet" = 90, "laser" = 95, "energy" = 95, "bomb" = 80, "bio" =100, "rad" = 100, "fire" = 100, "acid" = 100); + color = "#666666"; + damtype = "burn"; + health = 1250; + region_max = 12; + scan_range = 10; + shot_delay = 0.5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"iSU" = ( +/obj/machinery/door/poddoor{ + density = 0; + id_tag = "ASPS_blastdoor"; + layer = 5; + name = "Automatic Station Protection System"; + opacity = 0 + }, +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "rcircuitanim" + }, +/area/centcom/zone1) +"iSV" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Kitchen & Medbay" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"iTG" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "warnwhitered" + }, +/area/centcom/zone1) +"iTN" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"iUp" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"iUr" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/syndicate, +/obj/item/pen/multi/gold{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/folder/red{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/stamp/chameleon, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"iUG" = ( +/mob/living/simple_animal/hostile/creature{ + name = "Experiment 35b" + }, +/turf/unsimulated/floor{ + icon_state = "plasma" + }, +/area/wizard_station) +"iVp" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien24" + }, +/area/abductor_ship) +"iVq" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"iVD" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/centcom) +"iWh" = ( +/obj/effect/clockwork/overlay/floor/bloodcult, +/obj/effect/decal/cleanable/blood/gibs, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iXv" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "sit_tele" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iXG" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 1 Check point"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"iXH" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"jaa" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"jat" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"jaQ" = ( +/obj/structure/foodcart, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitecorner" + }, +/area/centcom/evac) +"jaU" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet03" + }, +/area/centcom/evac) +"jcb" = ( +/obj/machinery/vending/tool, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"jcl" = ( +/obj/structure/window/reinforced{ + color = "red"; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8; + layer = 2.9 + }, +/obj/structure/grille{ + layer = 2.8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jcn" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone0" + }, +/area/wizard_station) +"jcp" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jcG" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Equipment Room"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"jcI" = ( +/obj/structure/chair, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "whitecorner" + }, +/area/centcom/evac) +"jej" = ( +/obj/structure/chair, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"jes" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"jeA" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/solgov/rep{ + name = "uniform" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"jeT" = ( +/obj/structure/toilet{ + dir = 1; + layer = 4 + }, +/obj/machinery/light{ + layer = 6 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"jfD" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"jfH" = ( +/obj/structure/table, +/obj/item/storage/pill_bottle/random_drug_bottle, +/obj/item/reagent_containers/glass/bottle/adminordrazine, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"jfX" = ( +/obj/structure/chair, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitecorner" + }, +/area/centcom/evac) +"jga" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership) +"jgy" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien23" + }, +/area/abductor_ship) +"jgZ" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien7" + }, +/area/abductor_ship) +"jhh" = ( +/obj/machinery/abductor/experiment{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jhp" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"jix" = ( +/turf/unsimulated/floor{ + icon_state = "carpet11-12" + }, +/area/centcom/zone1) +"jiX" = ( +/obj/machinery/chem_master, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"jjm" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1 + }, +/area/centcom/evac) +"jjA" = ( +/obj/structure/table/wood/poker, +/obj/item/storage/box/ids, +/obj/item/storage/box/ids, +/obj/item/storage/box/PDAs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/PDAs{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"jjP" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/centcom/specops) +"jkr" = ( +/obj/machinery/computer/operating, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/specops) +"jkB" = ( +/obj/structure/table/reinforced, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"jly" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "ARG magazine"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/magazine/m556, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"jmq" = ( +/turf/unsimulated/floor{ + icon_state = "carpet14-10" + }, +/area/wizard_station) +"jmK" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/m90, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"jmT" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/pizzabox, +/obj/item/pizzabox, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"jnD" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/trophy/gold_cup, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"jnQ" = ( +/obj/item/radio/intercom/specops{ + pixel_x = -25 + }, +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/zone2) +"joi" = ( +/obj/structure/chair/comfy/red, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/centcom/zone2) +"jop" = ( +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"joR" = ( +/mob/living/silicon/decoy{ + name = "A.L.I.C.E." + }, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"jpb" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/machinery/camera{ + c_tag = "CentComm Jail 8"; + dir = 8; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"jpc" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/evac) +"jpl" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "ERT_turret_shutters"; + locked = 1; + name = "ERT Lockdown"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/centcom/specops) +"jpm" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"jqt" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "rcircuitanim" + }, +/area/centcom/zone1) +"jqZ" = ( +/turf/unsimulated/floor{ + icon_state = "whitegreencorner" + }, +/area/centcom/zone1) +"jrw" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window{ + closingLayer = 2.9; + dir = 2; + layer = 2.9; + panel_open = 1 + }, +/obj/machinery/door/poddoor/shutters{ + active_power_usage = 1; + dir = 2; + icon_state = "open"; + id_tag = "SOL_Shutters"; + locked = 1; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"jrZ" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/paicard{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"jsp" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "whitegreen" + }, +/area/centcom/zone1) +"jtt" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"jty" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreycamo" + }, +/area/centcom/specops) +"jtK" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/beret/centcom/officer/navy{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/stamp/centcom{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"juf" = ( +/obj/structure/table/wood, +/obj/item/book/manual/nuclear, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"juj" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/item/ammo_box/magazine/enforcer, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"juo" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"juC" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"juL" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/emp, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"jvg" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" + }, +/area/space) +"jvr" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Torture Room" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jvy" = ( +/obj/machinery/vending/snack/free, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"jvL" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jwy" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_scanner/adv, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"jwT" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jxb" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet10-8" + }, +/area/wizard_station) +"jxJ" = ( +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/adminconstruction) +"jym" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jyt" = ( +/obj/machinery/porta_turret/centcom/pulse{ + armor = list("melee" = 90, "bullet" = 90, "laser" = 95, "energy" = 95, "bomb" = 80, "bio" =100, "rad" = 100, "fire" = 100, "acid" = 100); + color = "#666666"; + damtype = "burn"; + health = 1250; + region_max = 12; + scan_range = 12; + shot_delay = 8 + }, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"jyA" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"jyD" = ( +/turf/space, +/area/space) +"jyE" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 30 + }, +/obj/structure/dispenser/oxygen, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"jzk" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jzu" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall_f10" + }, +/area/ussp_ship) +"jAi" = ( +/obj/machinery/door/window{ + dir = 2; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jAr" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"jAX" = ( +/obj/structure/window/reinforced, +/obj/structure/chair{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jBn" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "ERT_armory_lvl2"; + layer = 5; + locked = 1; + name = "Armory level 2" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"jDd" = ( +/obj/machinery/porta_turret/centcom/pulse{ + armor = list("melee" = 90, "bullet" = 90, "laser" = 95, "energy" = 95, "bomb" = 80, "bio" =100, "rad" = 100, "fire" = 100, "acid" = 100); + color = "#666666"; + damtype = "burn"; + health = 1250; + inertia_move_delay = 6; + region_max = 12; + scan_range = 11; + shot_delay = 0.5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"jEz" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership) +"jEO" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 8; + height = 20; + id = "freegolem_transit"; + name = "free golem in transit"; + width = 16 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"jEV" = ( +/obj/docking_port/stationary{ + area_type = /area/syndicate_mothership; + dheight = 9; + dir = 2; + dwidth = 5; + height = 22; + id = "syndicate_away"; + name = "syndicate base"; + turf_type = /turf/unsimulated/floor/snow; + width = 18 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"jFl" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"jFy" = ( +/obj/machinery/recharge_station/upgraded, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"jFD" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"jFI" = ( +/obj/effect/landmark/abductor/agent{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"jFM" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "slaughterhouse_door"; + name = "Slaughterhouse door"; + normaldoorcontrol = 1; + pixel_y = 25; + req_access_txt = "150"; + specialfunctions = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jFZ" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = 35 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jGo" = ( +/obj/structure/chair/stool, +/obj/item/clothing/head/bandana{ + pixel_y = -10 + }, +/obj/item/clothing/glasses/sunglasses, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"jGI" = ( +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Armory 1"; + dir = 1; + network = list("CentComm") + }, +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); + density = 0; + icon_state = "open"; + id_tag = "ERT_turret_shutters"; + locked = 1; + name = "ERT Lockdown"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"jGQ" = ( +/obj/item/radio/intercom{ + pixel_y = 35 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jGS" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"jHb" = ( +/turf/unsimulated/wall{ + icon_state = "iron10" + }, +/area/syndicate_mothership) +"jHp" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"jHs" = ( +/obj/machinery/door/window{ + dir = 2; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"jIe" = ( +/obj/machinery/vending/tool, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"jIg" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stack/sheet/mineral/gold{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/item/stack/sheet/mineral/gold{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/stack/sheet/mineral/gold, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"jIJ" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"jIS" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/grown/potato/wedges, +/obj/item/reagent_containers/food/snacks/grown/potato/wedges{ + pixel_y = 12 + }, +/obj/item/reagent_containers/food/snacks/grown/potato/wedges, +/obj/item/reagent_containers/food/snacks/grown/potato/wedges, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"jJB" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"jKH" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 30 + }, +/obj/structure/bed/dogbed/ian, +/mob/living/simple_animal/pet/dog/fox/Syndifox, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"jKJ" = ( +/turf/unsimulated/wall{ + desc = "The door appears to be locked tightly."; + icon = 'icons/obj/doors/airlocks/hatch/centcom.dmi'; + icon_state = "closed"; + name = "Locked Door" + }, +/area/space) +"jKW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/space, +/area/ussp_ship) +"jMf" = ( +/obj/machinery/tcomms/relay/cc, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"jMl" = ( +/obj/structure/window/reinforced{ + color = "red"; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8; + layer = 2.9 + }, +/obj/structure/grille{ + layer = 2.8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jNo" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stack/spacecash/c1000000{ + desc = "Баксоны максона. Возможно кто-то приобретет пропуск."; + name = "100.000 �������� �������" + }, +/obj/item/stack/telecrystal/fifty{ + amount = 115; + desc = null + }, +/obj/item/stack/telecrystal/fifty{ + amount = 115; + desc = null + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"jNu" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jOT" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"jPu" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jPz" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"jPQ" = ( +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"jQJ" = ( +/obj/structure/closet/secure_closet/bar{ + req_access_txt = "25" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"jQL" = ( +/obj/structure/table/wood, +/obj/item/paper/form/NT_HR_00, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jRu" = ( +/obj/machinery/chem_heater, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"jRw" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jSz" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"jSE" = ( +/obj/item/radio/intercom/specops{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jSH" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT Teleport Room"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkyellow" + }, +/area/centcom/specops) +"jUg" = ( +/obj/item/radio/intercom/specops{ + pixel_x = -25 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jUn" = ( +/obj/machinery/door/window{ + dir = 8; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jUw" = ( +/obj/mecha/combat/durand/loaded{ + operation_req_access = list(1) + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/turf_decal/mech, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"jUX" = ( +/obj/machinery/dna_scannernew, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"jVm" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/centcom/specops) +"jVp" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/crossbow/large, +/obj/item/gun/energy/kinetic_accelerator/crossbow/large, +/obj/item/gun/energy/kinetic_accelerator/crossbow/large/cyborg, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"jVT" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"jWb" = ( +/obj/structure/table/holotable, +/obj/item/clothing/suit/armor/riot/knight/red, +/obj/item/clothing/head/helmet/riot/knight/red, +/obj/item/holo/claymore/red, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"jWC" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "robotics_solar_outer"; + name = "Project 28u" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"jXk" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"jYo" = ( +/obj/machinery/camera{ + c_tag = "CentComm Jail 4"; + dir = 10; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"jYJ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"jYQ" = ( +/obj/structure/table/wood, +/obj/item/kitchen/utensil/spoon, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"jYX" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdomeaxe"; + name = "Axe Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"jZk" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"jZW" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/structure/window/reinforced{ + color = "black"; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"kaJ" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"kbg" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"kbA" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 4; + switchcount = 50 + }, +/turf/unsimulated/floor{ + icon_state = "whitecorner" + }, +/area/centcom/evac) +"kbD" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"kbU" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/pizzabox, +/obj/item/pizzabox, +/obj/item/kitchen/knife, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"kbZ" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "ERT_armory_lvl2"; + layer = 5; + locked = 1; + name = "Armory level 2" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"kch" = ( +/obj/item/clothing/head/collectable/paper, +/turf/unsimulated/beach/coastline, +/area/ninja/holding) +"kdb" = ( +/turf/unsimulated/wall{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"kds" = ( +/turf/unsimulated/wall/fakeglass, +/area/wizard_station) +"kdD" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s10" + }, +/area/shuttle/escape) +"kdE" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine, +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Office 7"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kdH" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/cans/beer, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"kdY" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kec" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kei" = ( +/obj/structure/chair/office/light, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kez" = ( +/obj/structure/closet, +/obj/item/clothing/head/hopcap{ + name = "cap" + }, +/obj/item/clothing/head/hopcap{ + name = "cap" + }, +/obj/item/clothing/head/hopcap{ + icon_state = "hgpiratecap"; + name = "cap" + }, +/obj/item/clothing/head/hopcap{ + icon_state = "hgpiratecap"; + name = "cap" + }, +/obj/item/clothing/head/hopcap{ + icon_state = "hgpiratecap"; + name = "cap" + }, +/obj/item/clothing/suit/captunic{ + name = "parade tunic" + }, +/obj/item/clothing/suit/captunic{ + name = "parade tunic" + }, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/machinery/light/small{ + dir = 8; + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"keA" = ( +/obj/item/radio/intercom/specops{ + pixel_y = 25 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kgi" = ( +/obj/machinery/door/airlock/external{ + id_tag = "sit_away"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kgD" = ( +/obj/machinery/door/airlock/centcom{ + name = "Toilet"; + opacity = 1; + req_access_txt = "109" + }, +/turf/unsimulated/floor{ + icon_state = "tranquillite" + }, +/area/centcom/specops) +"kgG" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/ionrifle/carbine, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"khP" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien11" + }, +/area/abductor_ship) +"kia" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"kiB" = ( +/obj/structure/window/reinforced, +/obj/machinery/smartfridge/medbay, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"kjq" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/pen/fancy, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kjt" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/folder/blue, +/obj/item/pen/fancy, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kjw" = ( +/obj/structure/table/wood, +/obj/item/book/manual/engineering_construction, +/obj/item/paper/crumpled/bloody/ruins/lavaland/clown_planet, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kjB" = ( +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/specops) +"kjC" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/item/radio/intercom/syndicate{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"kjL" = ( +/obj/structure/mineral_door/wood, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"kkR" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kld" = ( +/obj/machinery/door_control{ + id = "CC_zone2_blastdoor"; + name = "Zone 2 Blastdoor Control"; + pixel_x = -36; + pixel_y = -4; + req_access_txt = "110" + }, +/obj/machinery/door_control{ + id = "CC_zone2_checkpoint_lockdown"; + name = "Zone 2 Checkpoint Lockdown"; + pixel_x = -36; + pixel_y = 7; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kmt" = ( +/obj/item/flag/nt, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom) +"kmG" = ( +/obj/machinery/door_control{ + id = "nukeop_base"; + name = "Nuclear Base Access"; + pixel_y = -25; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"knf" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"knq" = ( +/obj/structure/table/wood, +/obj/item/encryptionkey/headset_cargo, +/obj/item/encryptionkey/headset_com, +/obj/item/encryptionkey/headset_eng, +/obj/item/encryptionkey/headset_iaa, +/obj/item/encryptionkey/headset_med, +/obj/item/encryptionkey/headset_medsci, +/obj/item/encryptionkey/headset_rob, +/obj/item/encryptionkey/headset_sci, +/obj/item/encryptionkey/headset_sec, +/obj/item/encryptionkey/headset_service, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"knx" = ( +/obj/machinery/door/window{ + dir = 1; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"koO" = ( +/obj/structure/cable, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kph" = ( +/obj/structure/bed, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kps" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kpJ" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/evac) +"kpU" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4"; + tag = "" + }, +/turf/space, +/area/ussp_ship) +"kqa" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"kqn" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"kqr" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4; + name = "Connector Port (Air Supply)" + }, +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"kqD" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/naziofficer{ + name = "Officer Cap" + }, +/obj/item/clothing/under/officeruniform{ + icon_state = "nazi"; + name = "Officer's Uniform" + }, +/obj/item/clothing/suit/blacktrenchcoat{ + icon_state = "nazi" + }, +/obj/item/clothing/shoes/black, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"krt" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/ppflowers, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"krY" = ( +/obj/machinery/computer/security{ + network = list("SS13","Telecomms","Research Outpost","Mining Outpost","ERT","CentComm","Thunderdome") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"ksl" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet11-0"; + tag = "icon-carpet11-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"ksJ" = ( +/turf/unsimulated/wall{ + dir = 4; + icon_state = "iron7"; + tag = "icon-iron11" + }, +/area/space) +"kty" = ( +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"kuc" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"kuo" = ( +/turf/unsimulated/wall, +/area/tdome/arena) +"kuU" = ( +/obj/structure/flora/rock, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"kvb" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitegreen" + }, +/area/centcom/zone1) +"kvK" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/centcom/zone1) +"kvS" = ( +/obj/machinery/newscaster{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "warnwhiteorange" + }, +/area/centcom/evac) +"kvU" = ( +/obj/item/gun/energy/telegun, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"kvV" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/power/tracker, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/space, +/area/ussp_ship) +"kwf" = ( +/obj/structure/noticeboard{ + pixel_y = -30 + }, +/obj/item/paper/syndimemo{ + info = "https://www.youtube.com/watch?v=PD8LdxRSueA" + }, +/turf/unsimulated/floor{ + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"kwI" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kwX" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "whitecorner" + }, +/area/centcom/evac) +"kxa" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "whitecorner" + }, +/area/centcom/evac) +"kxj" = ( +/obj/machinery/abductor/pad{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kxr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/light/small{ + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kxA" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"kyj" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (NORTH)" + }, +/turf/space, +/area/ussp_ship) +"kyn" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_armory_lvl4"; + layer = 5; + locked = 1; + name = "Armory level 4" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"kyC" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"kyR" = ( +/obj/machinery/vending/chinese/free, +/turf/unsimulated/floor{ + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"kyU" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/camera{ + c_tag = "CentComm Arrivals 2"; + dir = 1; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"kyW" = ( +/obj/machinery/door/airlock/centcom{ + name = "Garden room"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"kzj" = ( +/obj/item/flag/syndi, +/obj/machinery/light{ + brightness_range = 5; + light_range = 5; + nightshift_light_range = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kzG" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"kzK" = ( +/obj/machinery/pdapainter, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"kAr" = ( +/obj/machinery/vending/cola/free, +/turf/unsimulated/floor{ + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"kAP" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "whitecorner" + }, +/area/centcom/evac) +"kBc" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"kBB" = ( +/obj/structure/flora/grass/green, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"kBV" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/space, +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/centcom) +"kCK" = ( +/obj/structure/table/wood, +/obj/item/gun/rocketlauncher, +/obj/item/gun/rocketlauncher, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"kDo" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"kDp" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/wt550, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"kDF" = ( +/obj/machinery/chem_dispenser{ + desc = "It appears Fox is doing more fruit chemistry today!"; + hackedcheck = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"kEe" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/zone2) +"kEs" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/chem_heater, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"kEO" = ( +/obj/structure/table/wood, +/obj/item/folder/red{ + pixel_x = 7 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kEQ" = ( +/obj/structure/table/wood, +/obj/item/pen/fancy, +/obj/item/paper/form/NT_HR_00, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kFU" = ( +/obj/machinery/shower{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"kGa" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -40 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kHx" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window{ + dir = 8; + panel_open = 1; + req_access_txt = "110" + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kHZ" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"kIf" = ( +/obj/structure/chair/sofa{ + dir = 9 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"kIg" = ( +/turf/unsimulated/floor{ + icon_state = "carpet7-3" + }, +/area/wizard_station) +"kIj" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/medic, +/obj/item/clothing/suit/space/vox/medic, +/obj/item/clothing/head/helmet/space/vox/medic, +/obj/item/clothing/head/helmet/space/vox/medic, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"kID" = ( +/turf/unsimulated/wall{ + icon_state = "rwall0" + }, +/area/vox_station) +"kJk" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/camera{ + c_tag = "CentComm Zone 1-4"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"kKc" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "white jumpsuit" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"kKv" = ( +/obj/structure/flora/rock, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"kKH" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/pointybush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"kLa" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/obj/machinery/door/poddoor/shutters{ + active_power_usage = 1; + dir = 1; + icon_state = "open"; + id_tag = "ASPS_blastdoor"; + locked = 1; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"kLW" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = 8 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = 8 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = 8 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"kMR" = ( +/obj/machinery/door/airlock/public{ + frequency = 1559; + id_tag = "check_point_1_airlock_internal"; + locked = 1; + name = "Check Point 1 Internal Airlock"; + req_access_txt = "110" + }, +/obj/machinery/door/poddoor/shutters{ + active_power_usage = 1; + dir = 1; + icon_state = "open"; + id_tag = "ASPS_blastdoor"; + locked = 1; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"kNk" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/badmin, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"kNm" = ( +/obj/machinery/door/airlock/public{ + frequency = 1560; + id_tag = "check_point_2_airlock_internal"; + locked = 1; + name = "Check Point 2 Internal Airlock"; + req_access_txt = "110" + }, +/obj/machinery/door/poddoor/shutters{ + active_power_usage = 1; + dir = 1; + icon_state = "open"; + id_tag = "ASPS_blastdoor"; + locked = 1; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"kNv" = ( +/obj/structure/closet/l3closet/security, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double/full, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/watertank/janitor{ + max_integrity = 1500; + volume = 1500 + }, +/turf/unsimulated/floor{ + icon_state = "darkpurple" + }, +/area/centcom/specops) +"kNw" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -40 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"kPw" = ( +/obj/machinery/kitchen_machine/grill/upgraded, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"kPB" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"kPT" = ( +/obj/mecha/combat/gygax/dark/loaded{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"kQd" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_wildlife) +"kQB" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"kQP" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 40 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"kQS" = ( +/obj/machinery/computer/camera_advanced, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"kQX" = ( +/obj/machinery/igniter/on, +/turf/simulated/floor/plasteel, +/area/tdome/arena) +"kRi" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kRS" = ( +/obj/mecha/combat/marauder/seraph/loaded, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"kSA" = ( +/obj/machinery/door/airlock/centcom{ + name = "Master of Synthetics"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kSQ" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Office 8"; + dir = 8; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/zone2) +"kST" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/obj/machinery/door/airlock/hatch/syndicate/command{ + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kSW" = ( +/obj/machinery/door/airlock/shuttle, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"kTJ" = ( +/obj/structure/table, +/obj/machinery/door_control{ + desc = "A remote control switch for port-side blast doors."; + id = "thunderdome"; + name = "Main Blast Doors"; + pixel_x = -3; + req_access_txt = "104" + }, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/tdome/tdomeadmin) +"kTX" = ( +/obj/item/flag/species/human, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"kUg" = ( +/obj/item/beach_ball/holoball, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"kVg" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/energy/sword/saber/red, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"kVm" = ( +/obj/machinery/door/airlock/centcom{ + name = "Checkpoint zone 2"; + opacity = 1; + req_access_txt = "113" + }, +/obj/machinery/door/poddoor/shutters{ + active_power_usage = 1; + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "CC_zone2_checkpoint_lockdown"; + locked = 1; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kVI" = ( +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kVV" = ( +/obj/machinery/door/window{ + closingLayer = 2.9; + dir = 2; + layer = 2.9; + panel_open = 1; + req_access_txt = "110" + }, +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters{ + active_power_usage = 1; + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "CC_zone2_checkpoint_lockdown"; + locked = 1; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kVW" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/artchair, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"kWm" = ( +/obj/structure/table/wood, +/obj/item/book/manual/robotics_cyborgs, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kWQ" = ( +/obj/machinery/door_control{ + id = "SST_classified_gear_room"; + name = "Classified gear"; + pixel_x = 8; + pixel_y = -25; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kXa" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdomehea"; + name = "Heavy Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"kXq" = ( +/obj/item/paper_bin/nanotrasen, +/obj/structure/table/wood/poker, +/obj/item/pen/multi/gold, +/obj/item/stamp/chameleon, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"kXs" = ( +/obj/structure/sign/securearea, +/turf/unsimulated/wall, +/area/centcom) +"kXw" = ( +/obj/machinery/sleeper/upgraded, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet06" + }, +/area/centcom/evac) +"kXV" = ( +/obj/structure/table/reinforced, +/obj/item/deck/cards, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"kYw" = ( +/obj/structure/chair/sofa/left{ + dir = 4; + pixel_x = 7 + }, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"kYG" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"kYO" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"kYQ" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"kZq" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/mob/living/simple_animal/pig, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"kZP" = ( +/obj/structure/table/reinforced, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"kZR" = ( +/obj/structure/chair/sofa/right{ + dir = 8; + pixel_x = -7 + }, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"lae" = ( +/obj/structure/flora/ausbushes/palebush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"laO" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_space_jail_rest"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"laZ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"lbz" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"lbQ" = ( +/obj/structure/table/wood, +/obj/item/adminfu_scroll, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lce" = ( +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"lcX" = ( +/turf/unsimulated/wall, +/area/syndicate_mothership) +"ldc" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"ldk" = ( +/obj/machinery/computer/med_data, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"ldq" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/obj/machinery/computer/card, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"ldu" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpet9-4" + }, +/area/wizard_station) +"ldx" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 27 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = 27 + }, +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"ldM" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "tranquillite" + }, +/area/centcom/specops) +"ldQ" = ( +/obj/structure/closet/l3closet/security, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double/full, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/watertank/janitor{ + max_integrity = 1500; + volume = 1500 + }, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkpurple" + }, +/area/centcom/specops) +"leJ" = ( +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/chrono_ship) +"lfc" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"lfj" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/tdome/arena) +"lfu" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/tdome/arena) +"lfA" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/door_control{ + id = "CC_arrivals_blastdoor"; + name = "Arrivals Blastdoor"; + pixel_x = -25; + pixel_y = -4; + req_access_txt = "110" + }, +/obj/machinery/door_control{ + id = "ASPS_blastdoor"; + name = "Automatic Station Protection System"; + pixel_x = -25; + pixel_y = 5; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"lfY" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window{ + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"lgJ" = ( +/obj/effect/landmark{ + name = "Syndicate-Infiltrator-Leader"; + tag = "Commando" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"lgX" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/energy/sword/saber/green, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"lhm" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"lhq" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkpurple" + }, +/area/centcom/specops) +"lhB" = ( +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/ussp_ship) +"lhG" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/cans/cola, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"lhP" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"lia" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien2" + }, +/area/abductor_ship) +"liA" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid5"; + tag = "icon-asteroid5" + }, +/area/holodeck/source_desert) +"lju" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"lks" = ( +/obj/machinery/light/small{ + dir = 8; + light_range = 10; + throw_range = 6 + }, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"lkC" = ( +/obj/item/flag/nt, +/obj/item/radio/intercom{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/zone3) +"lkJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window{ + dir = 8; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"llk" = ( +/turf/simulated/floor/holofloor{ + icon_state = "red" + }, +/area/holodeck/source_basketball) +"lmc" = ( +/obj/item/flag/syndi, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"lmi" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"lmp" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/specops) +"lmq" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/door_control{ + id = "CC_arrivals_blastdoor"; + name = "Arrivals Blastdoor"; + pixel_x = 25; + pixel_y = -4; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"lmC" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/tommygun, +/obj/item/gun/projectile/shotgun/toy/tommygun, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lnj" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/color/black{ + icon_state = "mafiatan"; + name = "brown jumpsuit" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lnF" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + req_access_txt = "109" + }, +/obj/machinery/kitchen_machine/microwave/upgraded, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"lnV" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6 + }, +/area/centcom) +"lnX" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"lof" = ( +/obj/item/gun/medbeam, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lov" = ( +/obj/structure/chair/stool/bar, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"loD" = ( +/obj/machinery/vending/chinese/free, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"lpj" = ( +/obj/structure/chair/sofa{ + dir = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lqe" = ( +/obj/mecha/combat/marauder/mauler/loaded{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lqg" = ( +/obj/structure/chair/sofa, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lqu" = ( +/obj/structure/chair/sofa/left, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lqz" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"lqD" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"lqJ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"lrE" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck/syndicate{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"lrI" = ( +/obj/structure/table, +/obj/structure/sink{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"lrM" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lth" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/shuttle/escape) +"lto" = ( +/obj/structure/flora/bush, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"ltv" = ( +/obj/structure/table, +/obj/item/clothing/head/that{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"ltZ" = ( +/obj/structure/sign/poster/contraband/syndicate_pistol{ + pixel_x = -32 + }, +/obj/structure/chair/stool/bar, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"lub" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); + density = 0; + icon_state = "open"; + id_tag = "ERT_turret_shutters"; + locked = 1; + name = "ERT Lockdown"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"lun" = ( +/obj/structure/table/wood, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lup" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Armory"; + pixel_y = -25 + }, +/obj/machinery/power/terminal, +/obj/structure/cable, +/obj/item/flag/species/human, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"luP" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"lvs" = ( +/obj/machinery/clonepod/biomass, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"lwB" = ( +/obj/machinery/bsa/full/admin/east{ + layer = 1 + }, +/turf/space, +/area/ussp_ship) +"lwT" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"lxj" = ( +/obj/mecha/combat/honker/loaded{ + operation_req_access = list(114) + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lxn" = ( +/obj/structure/table/wood, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lxo" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien8" + }, +/area/abductor_ship) +"lxH" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/warmdonkpocket, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"lxW" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"lyv" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lyZ" = ( +/obj/item/flag/nt, +/obj/structure/sign/poster/official/ue_no{ + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "CentComm Arrivals Bar 2"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lzH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"lAl" = ( +/obj/structure/closet/crate/can, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lAC" = ( +/turf/space/transit/horizontal, +/area/space) +"lBl" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"lBX" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "Automatic Shotgun"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"lBZ" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"lCb" = ( +/obj/structure/table/wood, +/obj/item/radio/headset, +/obj/item/radio/headset/abductor, +/obj/item/radio/headset/alt, +/obj/item/radio/headset/binary{ + name = "binary radio headset" + }, +/obj/item/radio/headset/bot{ + name = "bot radio headset" + }, +/obj/item/radio/headset/centcom, +/obj/item/radio/headset/chameleon{ + name = "chamelon radio headset" + }, +/obj/item/radio/headset/ert, +/obj/item/radio/headset/ert/alt/commander, +/obj/item/radio/headset/heads{ + name = "heads radio headset" + }, +/obj/item/radio/headset/heads/ai_integrated, +/obj/item/radio/headset/heads/blueshield/alt, +/obj/item/radio/headset/heads/captain/alt, +/obj/item/radio/headset/heads/ce, +/obj/item/radio/headset/heads/cmo, +/obj/item/radio/headset/heads/hop, +/obj/item/radio/headset/heads/hos, +/obj/item/radio/headset/heads/magistrate/alt, +/obj/item/radio/headset/heads/ntrep, +/obj/item/radio/headset/heads/rd, +/obj/item/radio/headset/headset_cargo, +/obj/item/radio/headset/headset_cargo/mining, +/obj/item/radio/headset/headset_com, +/obj/item/radio/headset/headset_eng, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_med, +/obj/item/radio/headset/headset_medsci, +/obj/item/radio/headset/headset_rob, +/obj/item/radio/headset/headset_sci, +/obj/item/radio/headset/headset_sec, +/obj/item/radio/headset/headset_sec/alt, +/obj/item/radio/headset/headset_service, +/obj/item/radio/headset/syndicate{ + name = "syndicate radio headset" + }, +/obj/item/radio/headset/syndicate/alt, +/obj/item/radio/headset/syndicate/alt/lavaland, +/obj/item/radio/headset/syndicate/alt/syndteam{ + name = "syndicate team headset" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lCE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"lCZ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"lDs" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"lDH" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"lDU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"lDX" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"lEu" = ( +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Officer Room" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"lEF" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/russian, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"lES" = ( +/obj/structure/noticeboard{ + pixel_x = -32 + }, +/obj/item/paper/syndimemo{ + info = "ПОЛУЧИТЕ ЭТОТ ЕБУЧИЙ ДИСК!" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"lFi" = ( +/obj/machinery/slot_machine, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"lGr" = ( +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"lGZ" = ( +/obj/machinery/door/airlock/centcom{ + name = "Medical and Rest room"; + opacity = 1; + req_access_txt = "109" + }, +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "ERT_turret_shutters"; + locked = 1; + name = "ERT Lockdown"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"lHa" = ( +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/escape) +"lHq" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"lHA" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien6" + }, +/area/abductor_ship) +"lIE" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"lIO" = ( +/obj/machinery/door/window{ + dir = 1; + panel_open = 1; + req_access_txt = "152" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"lKj" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"lKO" = ( +/obj/structure/table/wood, +/obj/structure/mirror/magic{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lKT" = ( +/obj/machinery/recharge_station/upgraded, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"lLK" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreen" + }, +/area/centcom/zone2) +"lLT" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkbrown" + }, +/area/centcom/specops) +"lNy" = ( +/obj/structure/table/wood, +/obj/item/gun/energy, +/obj/item/gun/energy/captain, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun/cyborg, +/obj/item/gun/energy/nuclear, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lNE" = ( +/obj/item/radio/intercom/specops{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/specops) +"lPh" = ( +/obj/machinery/door_control{ + id = "CC_zone2_checkpoint_lockdown"; + name = "Zone 2 Checkpoint Lockdown"; + pixel_y = 25; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"lPi" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"lPk" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbrownfull" + }, +/area/centcom/specops) +"lPx" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Check point"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"lQx" = ( +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"lSb" = ( +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/centcom/specops) +"lSd" = ( +/obj/machinery/abductor/console{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lSp" = ( +/obj/machinery/door/poddoor{ + id_tag = "CC_zone2_blastdoor"; + name = "Zone 2 Blastboor" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"lTt" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"lTx" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"lUs" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"lUG" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"lUP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"lUT" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"lVz" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "sit_away"; + name = "Syndicate Base"; + width = 11 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"lVF" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/space, +/turf/space, +/area/ussp_ship) +"lVR" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"lWo" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom) +"lWK" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"lWN" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/structure/chair/sofa{ + dir = 9 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"lXf" = ( +/obj/machinery/computer/communications, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"lXh" = ( +/obj/structure/flora/ausbushes/genericbush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"lXr" = ( +/obj/structure/chair/sofa{ + dir = 4; + pixel_x = 7 + }, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"lYn" = ( +/obj/structure/chair/sofa{ + dir = 8; + pixel_x = -7 + }, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"lYG" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"lZe" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"lZo" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"lZt" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/tree/pine{ + color = "#336633" + }, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"lZH" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"lZI" = ( +/obj/machinery/door/airlock/external{ + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"lZK" = ( +/obj/structure/sign/evac{ + pixel_x = 33 + }, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"maC" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"maH" = ( +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"mbp" = ( +/obj/effect/landmark/abductor/scientist{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"mbt" = ( +/obj/structure/chair/office/dark, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"mbF" = ( +/obj/machinery/computer/crew, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"mcd" = ( +/obj/machinery/turretid/lethal{ + ailock = 1; + control_area = "\improper Centcom Emergency Shuttle"; + name = "Emergency Shuttle Turret Control Panel"; + pixel_x = -30; + req_access = "0"; + req_access_txt = "110" + }, +/obj/machinery/camera{ + c_tag = "CentComm Zone 1 Check point 2"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"mcv" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"mde" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 1559; + id_tag = "check_point_1_airlock_control"; + layer = 5; + name = "Check point 1 Controller"; + pixel_x = 4; + pixel_y = 10; + req_access_txt = "110"; + tag_exterior_door = "check_point_1_airlock_external"; + tag_interior_door = "check_point_1_airlock_internal" + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"mef" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/centcom/evac) +"mew" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"meL" = ( +/obj/structure/table/reinforced, +/obj/item/syndicatedetonator, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"meT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 1560; + id_tag = "syndicate_jail_airlock_control"; + layer = 5; + name = "Check point 2 Controller"; + pixel_x = -5; + pixel_y = 10; + req_access_txt = "110"; + tag_exterior_door = "check_point_2_airlock_external"; + tag_interior_door = "check_point_2_airlock_internal" + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"meY" = ( +/obj/machinery/recharge_station/ert, +/obj/machinery/light{ + dir = 1; + light_range = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"mfo" = ( +/obj/structure/table/glass, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"mfp" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"mfy" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"mfF" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"mgj" = ( +/obj/machinery/cooker/cerealmaker, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"mgy" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"mgI" = ( +/obj/item/kitchen/utensil/spoon, +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mgR" = ( +/obj/machinery/vox_win_button, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"mgY" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"mhm" = ( +/obj/effect/overlay/palmtree_l, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"mho" = ( +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/doctor, +/obj/item/storage/firstaid/doctor, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/item/roller, +/obj/item/roller, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/storage/toolbox/syndicate, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/specops) +"mhA" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = 27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 27 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"mhF" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mhI" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"miK" = ( +/obj/machinery/light/small{ + dir = 1; + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"miX" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mjd" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mje" = ( +/obj/structure/chair/stool/bar, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mjS" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"mkc" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mkf" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mkS" = ( +/obj/structure/holohoop, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"mlt" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mly" = ( +/obj/machinery/vending/syndicigs, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"mmx" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mmI" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/stack/rods, +/obj/item/pen, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"mnf" = ( +/obj/structure/table, +/obj/item/mop, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"mnk" = ( +/obj/machinery/sleeper, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"mnu" = ( +/obj/effect/spawner/window/reinforced, +/obj/structure/sign/chinese, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/zone1) +"mnV" = ( +/obj/structure/table/wood, +/obj/item/book/manual/ripley_build_and_repair, +/obj/item/book/manual/robotics_cyborgs, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"moX" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"mph" = ( +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/flora/ausbushes/palebush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"mpA" = ( +/obj/structure/flora/ausbushes/palebush, +/obj/structure/flora/tree/pine{ + color = "#336633" + }, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"mpC" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/syndicate_mothership) +"mpD" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"mpH" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"mpW" = ( +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"mqj" = ( +/obj/machinery/kitchen_machine/oven/upgraded, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"mqX" = ( +/obj/machinery/vending/magivend, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"mrA" = ( +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"mrJ" = ( +/obj/structure/chair/sofa/right{ + dir = 4; + pixel_x = 7 + }, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"mrK" = ( +/obj/structure/chair/sofa/left{ + dir = 8; + pixel_x = -7 + }, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"msb" = ( +/obj/structure/sign/poster/official/space_cops{ + pixel_y = 30 + }, +/obj/structure/weightmachine/weightlifter, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/specops) +"msd" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/storage/briefcase, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"msj" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"msU" = ( +/obj/machinery/door/window{ + name = "Uplink Management Control"; + req_access_txt = "151" + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"msY" = ( +/obj/structure/displaycase/stechkin{ + start_showpiece_type = /obj/item/gun/projectile/automatic/tommygun + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"mtJ" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"muE" = ( +/obj/machinery/door/window{ + dir = 2; + panel_open = 1; + req_access_txt = "110" + }, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"mvA" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"mvV" = ( +/obj/machinery/door/window{ + dir = 2; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"mwa" = ( +/obj/structure/table/wood, +/obj/item/pizza_bomb, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"mwG" = ( +/obj/structure/table/wood/poker, +/obj/item/radio/intercom/syndicate, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"mxk" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"mxE" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"mzK" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding5"; + tag = "icon-wood_siding5" + }, +/area/holodeck/source_picnicarea) +"mzS" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"mAt" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"mAx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"mAQ" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien19" + }, +/area/abductor_ship) +"mBa" = ( +/obj/structure/table/wood, +/obj/item/book/manual/evaguide, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mBi" = ( +/obj/machinery/door/airlock/public{ + frequency = 1559; + id_tag = "check_point_1_airlock_external"; + name = "Check Point 1 External Airlock"; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"mBp" = ( +/obj/machinery/door/airlock/public{ + frequency = 1560; + id_tag = "check_point_2_airlock_external"; + name = "Check Point 2 External Airlock"; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"mCp" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"mCJ" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet7-3"; + tag = "icon-carpet7-3 (EAST)" + }, +/area/holodeck/source_theatre) +"mCU" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/obj/machinery/camera{ + c_tag = "CentComm ERT Director Office"; + dir = 8; + network = list("CentComm") + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"mDm" = ( +/obj/machinery/door/window{ + dir = 2; + frequency = 1560; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"mDD" = ( +/obj/structure/kitchenspike, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"mDX" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mEE" = ( +/obj/machinery/shuttle_manipulator, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/chrono_ship) +"mEW" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"mFh" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mFM" = ( +/obj/docking_port/stationary{ + dwidth = 1; + height = 4; + id = "pod4_away"; + name = "recovery ship bay 4"; + width = 3 + }, +/turf/space, +/area/space) +"mGf" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Office 6"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mGg" = ( +/obj/effect/overlay/palmtree_r, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"mGi" = ( +/obj/machinery/light{ + pixel_y = -6 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"mGp" = ( +/obj/machinery/door_control{ + id = "CC_space_jail"; + name = "Central Command Jail"; + pixel_y = -25; + req_access_txt = "110" + }, +/obj/machinery/camera{ + c_tag = "CentComm Jail Entrance"; + dir = 10; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"mGI" = ( +/obj/machinery/power/apc{ + name = "Gamma Armory APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/gun/rocketlauncher, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/kitchen/knife/combat, +/obj/item/kitchen/knife/combat, +/obj/item/kitchen/knife/combat, +/obj/item/grenade/chem_grenade/incendiary{ + name = "Incendiary Grenade" + }, +/obj/item/grenade/clusterbuster, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"mGJ" = ( +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"mGN" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mGQ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"mHq" = ( +/obj/machinery/door_control{ + id = "CC_zone2_blastdoor"; + name = "Zone 2 Blastdoor Control"; + pixel_x = 25; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreen" + }, +/area/centcom/zone2) +"mHZ" = ( +/obj/structure/chair/stool/holostool, +/obj/effect/landmark{ + name = "Syndicate-Infiltrator"; + tag = "Commando" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"mIb" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid11"; + tag = "icon-asteroid11 (EAST)" + }, +/area/holodeck/source_desert) +"mIk" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"mIq" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"mIO" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/decorations/sticky_decorations/flammable/pot_of_gold, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"mJm" = ( +/obj/machinery/door_control{ + id = "CC_zone2_blastdoor"; + name = "Zone 2 Blastdoor Control"; + pixel_x = -25; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"mJv" = ( +/obj/structure/table/wood, +/obj/item/suppressor{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/suppressor{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/suppressor{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/suppressor{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"mJI" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + autoclose = 0; + frequency = 1441; + id_tag = "syndicate_jail_airlock_external"; + locked = 1; + name = "Syndicate Jail External Airlock" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"mJR" = ( +/obj/structure/mineral_door/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mKI" = ( +/turf/unsimulated/wall{ + icon_state = "iron14" + }, +/area/syndicate_mothership) +"mKQ" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/item/toy/cards/deck/syndicate/black, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"mMq" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"mMP" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/grassybush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"mNz" = ( +/obj/structure/table/wood, +/obj/item/stamp/captain, +/obj/item/stamp/ce, +/obj/item/stamp/clown, +/obj/item/stamp/cmo, +/obj/item/stamp/hop, +/obj/item/stamp/hos, +/obj/item/stamp/law, +/obj/item/stamp/magistrate, +/obj/item/stamp/qm, +/obj/item/stamp/rd, +/obj/item/stamp/rep, +/obj/item/stamp/warden, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/heads/magistrate/alt, +/obj/item/radio/headset/heads/ntrep, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"mNE" = ( +/obj/structure/chair/sofa/right, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"mNM" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/plasmacutter, +/obj/item/gun/energy/plasmacutter/adv, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"mOF" = ( +/obj/structure/chair/sofa, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"mOM" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"mPw" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"mPL" = ( +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"mQT" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"mRa" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"mRu" = ( +/obj/structure/chair/sofa/left, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"mSo" = ( +/obj/machinery/door_control{ + id = "CC_supply_space"; + name = "Supply Blastdoor"; + pixel_x = 4; + pixel_y = -30; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"mSB" = ( +/turf/unsimulated/floor{ + icon_state = "stairs-r" + }, +/area/centcom/zone1) +"mSR" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"mSW" = ( +/obj/machinery/light/spot, +/turf/unsimulated/beach/water, +/area/ninja/holding) +"mTN" = ( +/obj/machinery/door/airlock{ + name = "Комната отдыха" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"mTV" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 1"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"mUB" = ( +/obj/item/gun/energy/toxgun, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"mUD" = ( +/turf/unsimulated/beach/coastline, +/area/ninja/holding) +"mVb" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"mVq" = ( +/obj/machinery/door_control{ + id = "CC_space_jail_sec"; + name = "Central Command Jail Security Room"; + pixel_x = -40; + req_access_txt = "110" + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "CC_space_jail_rest"; + name = "Central Command Jail Rest Room"; + pixel_x = -25; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"mVv" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/centcom/zone2) +"mVD" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/ussp_ship) +"mVN" = ( +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"mVQ" = ( +/obj/machinery/computer/operating{ + layer = 3.5 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"mWs" = ( +/obj/machinery/door/poddoor{ + density = 0; + id_tag = "CC_zone3_blastdoor"; + name = "Zone 3 Blastboor"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"mWK" = ( +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/gun/syringe/rapidsyringe, +/obj/item/reagent_containers/spray/chemsprayer, +/obj/structure/closet, +/obj/item/gun/projectile/shotgun/sc_pump, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"mXM" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpet6-2" + }, +/area/wizard_station) +"mYZ" = ( +/obj/structure/table/wood, +/obj/item/lighter/zippo, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mZc" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave/upgraded, +/obj/machinery/light{ + dir = 4; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mZf" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"mZi" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "Grenade launcher"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/gun/projectile/automatic/gyropistol, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/obj/item/ammo_box/magazine/m75, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"mZk" = ( +/obj/item/flag/nt, +/obj/machinery/light{ + dir = 8; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"mZl" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"naR" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "rampbottom" + }, +/area/centcom/zone1) +"nbx" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"nbD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ncA" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"ncY" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"ncZ" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ndb" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"ndc" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ndu" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nek" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"neG" = ( +/obj/structure/chair/sofa/right, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"neM" = ( +/obj/machinery/vending/tool, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"neO" = ( +/obj/structure/chair/sofa{ + dir = 10 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nfc" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/soda/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nfp" = ( +/obj/structure/table/wood, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ + name = "KAZ" + }, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ + name = "KAZ" + }, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ + name = "KAZ" + }, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ + name = "KAZ" + }, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ + name = "KAZ" + }, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster{ + name = "KAZ" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "URVM" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "URVM" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "URVM" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "URVM" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "URVM" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "URVM" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "2A72M2"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "2A72M2"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "2A72M2"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "2A72M2"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "2A72M2"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "2A72M2"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"nfZ" = ( +/obj/effect/landmark{ + name = "tdome1" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdome1) +"ngp" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/item/pen/fancy, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"ngv" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet6-0"; + tag = "icon-carpet6-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"ngy" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 + }, +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"ngY" = ( +/obj/structure/table/wood, +/obj/item/paper/fluff/ruins/wizardcrash, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"nhS" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/lasercarbine, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"nim" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"niJ" = ( +/obj/structure/flora/bush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"njL" = ( +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"njW" = ( +/turf/space/transit/east{ + dir = 8 + }, +/area/space) +"nkd" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/pointybush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"nkf" = ( +/obj/structure/table, +/obj/item/tank/oxygen/yellow, +/obj/random/bomb_supply, +/obj/item/clothing/under/rebeloutfit, +/obj/item/clothing/suit/poncho/ponchoshame, +/obj/item/clothing/head/sombrero/shamebrero, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"nkq" = ( +/obj/machinery/light/small{ + dir = 8; + tag = "icon-bulb1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"nkD" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet14-10"; + tag = "icon-carpet14-10 (EAST)" + }, +/area/holodeck/source_theatre) +"nlR" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nlV" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/space, +/area/ussp_ship) +"nmy" = ( +/obj/machinery/abductor/experiment{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"nmI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"nnr" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "1-i" + }, +/area/trader_station/sol) +"nnH" = ( +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"nnO" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"noe" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"noL" = ( +/turf/space, +/turf/unsimulated/wall, +/area/centcom) +"npl" = ( +/obj/structure/table/wood, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"npy" = ( +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"npR" = ( +/obj/structure/crematorium, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"npS" = ( +/obj/structure/mirror{ + layer = 5; + pixel_y = 32 + }, +/obj/structure/sink{ + pixel_y = 25 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"npV" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"nqa" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreen" + }, +/area/centcom/specops) +"nqk" = ( +/obj/structure/table/wood, +/obj/item/book/manual/barman_recipes, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"nql" = ( +/obj/item/beach_ball, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"nqC" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nqE" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nqO" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/centcom/zone2) +"nri" = ( +/obj/item/clothing/suit/space/syndicate/blue{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Command Suit" + }, +/obj/item/clothing/head/helmet/space/syndicate/blue{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Command Helmet" + }, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/suit/space/syndicate/blue{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Command Suit" + }, +/obj/item/clothing/head/helmet/space/syndicate/blue{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Command Helmet" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"nrv" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/stealth, +/obj/item/clothing/suit/space/vox/stealth, +/obj/item/clothing/head/helmet/space/vox/stealth, +/obj/item/clothing/head/helmet/space/vox/stealth, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"nrD" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nrJ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/radio/intercom/specops{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"nrS" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"nsF" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"ntd" = ( +/obj/machinery/disco{ + anchored = 1 + }, +/turf/unsimulated/floor{ + icon_state = "light_on-cycle_all" + }, +/area/centcom/evac) +"ntO" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/tdome) +"nuC" = ( +/obj/structure/window/reinforced{ + color = "red"; + layer = 2.9 + }, +/obj/structure/grille{ + layer = 2.8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"nuM" = ( +/obj/machinery/light/small, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"nvL" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nwJ" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"nwN" = ( +/obj/structure/table, +/obj/structure/reagent_dispensers/beerkeg/nuke{ + pixel_y = 10 + }, +/obj/machinery/light{ + dir = 4; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nxk" = ( +/obj/item/flag/species/human, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"nxP" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"nxX" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"nyD" = ( +/obj/structure/table/wood, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"nyH" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkpurple" + }, +/area/centcom/specops) +"nyO" = ( +/turf/unsimulated/floor{ + icon_state = "carpet11-12" + }, +/area/wizard_station) +"nzf" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreen" + }, +/area/centcom/specops) +"nzi" = ( +/obj/structure/table/wood, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_command, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"nzR" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet04" + }, +/area/centcom/evac) +"nAB" = ( +/obj/structure/window/reinforced, +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"nBb" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/turf/space, +/area/ussp_ship) +"nCo" = ( +/obj/structure/decorative_structures/metal/statue/metal_angel, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone1) +"nCr" = ( +/obj/structure/table/wood, +/obj/item/grenade/clusterbuster/mega_syndieminibomb, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"nCV" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"nCY" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"nDL" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"nDY" = ( +/obj/structure/window/reinforced, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"nEz" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/specops) +"nFi" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nFj" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"nFE" = ( +/obj/effect/landmark{ + name = "tdome2" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdome2) +"nFJ" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid8"; + tag = "icon-asteroid8 (EAST)" + }, +/area/holodeck/source_desert) +"nFT" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"nFV" = ( +/obj/item/clothing/suit/space/syndicate/orange{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Security Suit" + }, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/suit/space/syndicate/orange{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Security Suit" + }, +/obj/item/clothing/suit/space/syndicate/orange{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Security Suit" + }, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"nFY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"nGC" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/noisecannon, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"nGO" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/fork, +/obj/item/lighter, +/obj/item/restraints/handcuffs/cable/red, +/obj/item/storage/box/mousetraps, +/obj/item/storage/fancy/cigarettes, +/obj/item/pen, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"nHg" = ( +/obj/machinery/door_control{ + id = "CC_zone2_blastdoor"; + name = "Zone 2 Blastdoor Control"; + pixel_x = -25; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"nHi" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nHq" = ( +/obj/structure/closet/secure_closet/bar{ + req_access = null + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nHB" = ( +/obj/structure/weightmachine/stacklifter, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"nIc" = ( +/obj/machinery/computer/med_data, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"nIO" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/badmin/clown, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"nIP" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_plating) +"nJf" = ( +/obj/item/flag/syndi, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"nJs" = ( +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"nKy" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"nKW" = ( +/obj/machinery/vending/medical/syndicate_access, +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"nLg" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 1-5"; + dir = 10; + network = list("CentComm") + }, +/turf/unsimulated/beach/water/deep/dense, +/area/centcom/zone1) +"nLt" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"nLK" = ( +/obj/structure/flora/ausbushes/fernybush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"nLS" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/automatic/mini_uzi, +/obj/item/gun/projectile/automatic/mini_uzi, +/obj/item/gun/projectile/automatic/mini_uzi, +/obj/item/gun/projectile/automatic/mini_uzi, +/obj/item/gun/projectile/automatic/mini_uzi, +/obj/item/gun/projectile/automatic/mini_uzi, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/obj/item/ammo_box/magazine/uzim9mm, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"nLY" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nMB" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "Frag grenade"; + req_access = null; + req_access_txt = "114" + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"nMQ" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/lamp/green, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"nNz" = ( +/obj/machinery/vending/syndicigs, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"nNE" = ( +/obj/structure/urinal{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"nNN" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"nNS" = ( +/obj/machinery/computer/shuttle/ferry, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ferry) +"nNV" = ( +/obj/machinery/vending/boozeomat, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nOv" = ( +/obj/machinery/vending/boozeomat, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"nOx" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"nOF" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien17" + }, +/area/abductor_ship) +"nOO" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/fluff/cheeky_sov_coat{ + name = "coat" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"nPM" = ( +/obj/machinery/computer/crew, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"nSb" = ( +/obj/structure/piano{ + icon_state = "piano" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"nSq" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"nSt" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"nSw" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"nTc" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_basketball) +"nTz" = ( +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"nTH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"nUb" = ( +/obj/item/gun/throw, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"nUy" = ( +/obj/structure/chair/sofa{ + dir = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nUz" = ( +/obj/machinery/recharge_station/ert, +/obj/machinery/light{ + light_range = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"nXm" = ( +/obj/structure/weightmachine/weightlifter, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"nYs" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/meteorgun, +/obj/item/gun/energy/meteorgun/pen, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"nZn" = ( +/obj/item/flag/syndi, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"nZs" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"nZT" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"obc" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "light_on_flicker4" + }, +/area/centcom/evac) +"obL" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"ocX" = ( +/obj/structure/chair/stool, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"ody" = ( +/obj/machinery/door/airlock/centcom{ + name = "Teleporter"; + opacity = 1; + req_access_txt = "109" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"odP" = ( +/obj/structure/chair/sofa{ + dir = 10 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"oeb" = ( +/obj/machinery/camera{ + c_tag = "CentComm Arrivals Bar"; + dir = 1; + network = list("CentComm") + }, +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "light_on_flicker4" + }, +/area/centcom/evac) +"oeC" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"oeN" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/carapace, +/obj/item/clothing/suit/space/vox/carapace, +/obj/item/clothing/head/helmet/space/vox/carapace, +/obj/item/clothing/head/helmet/space/vox/carapace, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"ofb" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_y = 7 + }, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_y = 7 + }, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_y = 7 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"ofd" = ( +/obj/structure/piano{ + icon_state = "piano" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ofJ" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood_siding2"; + tag = "icon-wood_siding2 (EAST)" + }, +/area/holodeck/source_picnicarea) +"ofK" = ( +/turf/simulated/floor/holofloor{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"ofT" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ohl" = ( +/obj/structure/chair/sofa/left, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"ohq" = ( +/obj/item/paper/syndimemo{ + info = "ТАК ТЫ ПОЛУЧИЛ ЭТОТ ЧЕРТОВ ДИСК?
ЕСЛИ НЕТ ТО ПОЛУЧИ ЕГО!"; + name = "paper- '?'" + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"ohz" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"ohL" = ( +/obj/item/camera, +/turf/unsimulated/beach/sand, +/area/ninja/holding) +"ohS" = ( +/obj/machinery/photocopier, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"oid" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpet10-8" + }, +/area/wizard_station) +"oil" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"oiI" = ( +/obj/structure/table/wood/fancy, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"ojW" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_basketball) +"okp" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"olF" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw/toy, +/obj/item/gun/projectile/automatic/l6_saw/toy/riot, +/obj/item/gun/energy/printer, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"olP" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/supply) +"omh" = ( +/obj/machinery/computer/sm_monitor, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"oml" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/bola, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/disabler, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/machinery/door/window/brigdoor{ + dir = 1; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"onh" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"onZ" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"oor" = ( +/mob/living/carbon/human/farwa, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"ooB" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"opl" = ( +/obj/structure/table/wood, +/obj/item/paper/form/NT_HR_03, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"opJ" = ( +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"oqe" = ( +/turf/space, +/area/ussp_ship) +"oqW" = ( +/obj/machinery/computer/secure_data, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"osu" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/specops) +"osZ" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"otf" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/court) +"otJ" = ( +/obj/structure/filingcabinet/security, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"oua" = ( +/obj/structure/table/wood, +/obj/item/pen/fancy, +/obj/item/folder/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"ouh" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/zone3) +"ouq" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ovq" = ( +/obj/machinery/cryopod/right, +/obj/machinery/camera{ + c_tag = "CentComm Black Ops Ready Room"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"ovJ" = ( +/obj/structure/statue/sandstone/assistant, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/adminconstruction) +"ovW" = ( +/obj/structure/chair/office, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"owd" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"owB" = ( +/obj/structure/mineral_door, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"oxv" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"oyb" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"oyd" = ( +/obj/machinery/door/airlock/hatch/syndicate/command{ + req_access_txt = "150" + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"oyo" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"oyw" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"oyx" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = 10 + }, +/obj/item/reagent_containers/food/condiment/enzyme, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"oyP" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"oyT" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + name = "Saiga-12k" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + name = "Saiga-12k" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + name = "Saiga-12k" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + name = "Saiga-12k" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + name = "Saiga-12k" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + name = "Saiga-12k" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"ozD" = ( +/obj/docking_port/stationary/transit{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_transit"; + name = "skipjack in transit"; + width = 19 + }, +/turf/space/transit, +/area/space) +"ozF" = ( +/obj/item/flag/species/human, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ozO" = ( +/obj/structure/bed/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"ozU" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1 + }, +/area/wizard_station) +"oAo" = ( +/obj/structure/reagent_dispensers/oil, +/obj/machinery/camera{ + c_tag = "CentComm ERT Medical Block 3"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"oAF" = ( +/obj/structure/chair/comfy/beige, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"oAK" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"oBA" = ( +/obj/machinery/computer/message_monitor, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"oBG" = ( +/obj/structure/chair/comfy/beige{ + dir = 8; + layer = 5; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"oBV" = ( +/obj/structure/table, +/obj/item/kitchen/sushimat, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"oCg" = ( +/obj/machinery/photocopier, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"oCr" = ( +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"oCw" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"oCE" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "109" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"oCK" = ( +/obj/structure/table/wood/fancy, +/obj/item/stamp/chameleon{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/item/stamp/syndicate, +/obj/item/syndicatedetonator{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"oCZ" = ( +/obj/item/gun/energy/wormhole_projector, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"oEi" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"oEt" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/item/pen/fancy, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"oGz" = ( +/obj/structure/sign/poster/official/ue_no, +/turf/unsimulated/wall{ + icon_state = "sandstone12" + }, +/area/wizard_station) +"oHf" = ( +/obj/machinery/computer/card/centcom, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"oHr" = ( +/obj/structure/table/wood, +/obj/item/paper/contract/employment, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"oHz" = ( +/obj/machinery/hydroponics/constructable, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"oIg" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/specops{ + pixel_y = 25 + }, +/obj/item/book/manual/sop_command, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"oIl" = ( +/obj/machinery/abductor/console{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"oIH" = ( +/obj/machinery/computer/station_alert, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"oJr" = ( +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"oKr" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/centcom) +"oKD" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdome1) +"oKU" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF" + }, +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"oLz" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"oMk" = ( +/obj/item/flag/nt, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"oNb" = ( +/obj/machinery/atmospherics/unary/cryo_cell/upgraded, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"oNz" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"oNP" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"oNW" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate, +/obj/item/shard, +/obj/item/kitchen/knife, +/obj/item/storage/firstaid/tactical, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"oOe" = ( +/obj/structure/lattice, +/turf/unsimulated/wall, +/area/centcom) +"oOr" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/recharger, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"oOA" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"oPa" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_special_operations_force_room"; + layer = 5; + locked = 1; + name = "Central Command Special Operations Forces" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"oPr" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (WEST)" + }, +/area/ussp_ship) +"oRN" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"oRT" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"oTp" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"oTy" = ( +/obj/structure/snowman, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"oTG" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/specops) +"oTM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"oUI" = ( +/turf/unsimulated/floor{ + icon_state = "carpetside" + }, +/area/wizard_station) +"oVg" = ( +/obj/structure/table/reinforced, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"oVl" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 5 + }, +/obj/structure/window/reinforced{ + layer = 5 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/curtain/open/shower, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"oVr" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"oWa" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + amount = 50; + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"oWO" = ( +/obj/structure/chair/sofa{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"oWS" = ( +/obj/machinery/door/airlock/centcom{ + name = "ERT Service Room"; + opacity = 1; + req_access_txt = "114" + }, +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"oXq" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet06" + }, +/area/centcom/evac) +"oXT" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"oYE" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bridge"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"oYL" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding6"; + tag = "icon-wood_siding6" + }, +/area/holodeck/source_picnicarea) +"oYZ" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"oZc" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"oZu" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/documents/nanotrasen, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pal" = ( +/obj/structure/rack, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"paH" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + brightness_range = 5; + light_range = 5; + nightshift_light_range = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"paY" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"pbl" = ( +/obj/structure/closet/crate, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"pbA" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"pbI" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/hooded/hoodie/nt, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pbS" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pcd" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pcJ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/specops) +"pcS" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"pdi" = ( +/obj/structure/chair/comfy/brown, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"pdP" = ( +/obj/structure/chair/sofa/right, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"peg" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pfs" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pfv" = ( +/obj/structure/piano, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"pfB" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"pgj" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"pgx" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"pgB" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"pgJ" = ( +/obj/machinery/shuttle_manipulator, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"phr" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + amount = 50; + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/gold, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"phs" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"phv" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"phS" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"piw" = ( +/obj/machinery/door/airlock/centcom{ + req_access_txt = "152" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"piH" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"piN" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/color/black{ + icon_state = "assistant_formal" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pje" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"pjo" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/structure/chair/sofa{ + dir = 10 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"pjz" = ( +/obj/structure/flora/rock, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"pjY" = ( +/obj/structure/table/wood, +/obj/item/implanter/adrenalin{ + pixel_x = 12; + pixel_y = -12 + }, +/obj/item/implanter/emp{ + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/implanter/explosive{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/implanter/explosive_macro{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/implanter/freedom, +/obj/item/implanter/krav_maga{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/implanter/mindshield{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/implanter/storage{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pkt" = ( +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/wolpincubes, +/obj/item/storage/box/monkeycubes/wolpincubes, +/obj/structure/table/reinforced, +/obj/item/radio/intercom/specops{ + pixel_y = 25 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"pkN" = ( +/obj/structure/table, +/obj/item/card/id/centcom{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/card/id, +/obj/item/card/id/admin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/door/window/southleft{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8; + name = "security checkpoint" + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pkT" = ( +/obj/item/gun/energy/taser, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pkV" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"plJ" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bridge 1-1"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"pml" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"pmM" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"por" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"pot" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"poE" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/acj, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/acj, +/obj/item/clothing/under/fluff/benjaminfallout, +/obj/item/clothing/under/fluff/benjaminfallout, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/jay_turtleneck, +/obj/item/clothing/under/fluff/jay_turtleneck, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"poJ" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_armory_lvl3"; + layer = 5; + locked = 1; + name = "Armory level 3" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/specops) +"ppb" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"ppo" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"pqC" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/color/black{ + icon_state = "internalaffairs" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"prr" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "ML IC"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"psf" = ( +/obj/item/mecha_parts/mecha_equipment/cable_layer, +/obj/item/mecha_parts/mecha_equipment/drill/diamonddrill, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, +/obj/item/mecha_parts/mecha_equipment/rcd, +/obj/item/mecha_parts/mecha_equipment/extinguisher, +/obj/structure/closet/crate, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pst" = ( +/obj/structure/dresser, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"psG" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ptj" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood"; + tag = "icon-wood (EAST)" + }, +/area/holodeck/source_theatre) +"puq" = ( +/obj/item/flag/syndi, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"puu" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s5" + }, +/area/shuttle/gamma/space) +"puv" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"pvh" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"pvQ" = ( +/obj/structure/sink{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"pwa" = ( +/obj/docking_port/mobile/emergency/backup{ + dwidth = 9; + roundstart_move = null + }, +/obj/docking_port/stationary{ + dir = 4; + dwidth = 3; + height = 8; + id = "backup_away"; + name = "Backup Shuttle Dock"; + width = 8 + }, +/obj/machinery/door/airlock/shuttle, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/escape) +"pwg" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"pwt" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/dress/dress_saloon, +/obj/item/clothing/head/hairflower, +/turf/simulated/floor/holofloor{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"pwI" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/specops) +"pwO" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" + }, +/area/syndicate_mothership) +"pwW" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"pxe" = ( +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"pxF" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"pxG" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkgreen" + }, +/area/centcom/specops) +"pyu" = ( +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"pyS" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"pyW" = ( +/obj/structure/table, +/obj/item/card/id/silver{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/card/id/captains_spare, +/obj/item/card/id/lifetime{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/door/window/southleft{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8; + name = "security checkpoint" + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pzt" = ( +/obj/structure/flora/rock, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"pAk" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stamp/centcom{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pAl" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"pAJ" = ( +/obj/machinery/camera{ + c_tag = "CentComm Jail"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"pAT" = ( +/obj/effect/decal/warning_stripes/north, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"pAX" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s5" + }, +/area/shuttle/escape) +"pBn" = ( +/turf/unsimulated/wall{ + icon_state = "iron14"; + layer = 10 + }, +/area/syndicate_mothership) +"pBo" = ( +/obj/structure/table/wood, +/obj/item/paicard/syndicate, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"pBx" = ( +/obj/machinery/vending/security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"pBW" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/belt/fannypack/black, +/obj/item/storage/belt/fannypack/black, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pCb" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pCl" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"pCM" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/grown/citrus/lemon, +/obj/item/reagent_containers/food/snacks/grown/berries, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/cherries, +/obj/item/reagent_containers/food/snacks/grown/citrus/orange, +/obj/item/reagent_containers/food/snacks/grown/corn, +/obj/item/reagent_containers/food/snacks/grown/mushroom/amanita, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pDg" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/APS, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pDj" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/item/flag/nt, +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"pDL" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Central Command"; + departmentType = 2; + name = "CC Requests Console"; + pixel_y = -30 + }, +/obj/machinery/photocopier, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pDS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom) +"pEo" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 11; + height = 13; + id = "emergency_transit"; + name = "emergency in transit"; + width = 24 + }, +/turf/space/transit, +/area/space) +"pFs" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"pFW" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/m1911, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pGR" = ( +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Officer Room" + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "commandroom"; + layer = 2.8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"pHf" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"pHh" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"pHj" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"pHT" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"pIm" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/obj/structure/mirror{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"pII" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/automatic/pistol/APS, +/obj/item/gun/projectile/automatic/pistol/APS, +/obj/item/gun/projectile/automatic/pistol/APS, +/obj/item/gun/projectile/automatic/pistol/APS, +/obj/item/gun/projectile/automatic/pistol/APS, +/obj/item/gun/projectile/automatic/pistol/APS, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/obj/item/ammo_box/magazine/pistolm9mm, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"pIX" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom) +"pJA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"pKk" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + damage_deflection = 75; + id_tag = "syndicate_jail"; + locked = 1; + name = "Syndicate Jail" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"pKw" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"pKK" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/bridge) +"pKX" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"pLi" = ( +/obj/machinery/camera{ + c_tag = "Thunderdome Red Team"; + network = list("Thunderdome"); + pixel_x = 11; + pixel_y = -9 + }, +/obj/effect/landmark{ + name = "tdome2" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdome2) +"pLq" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/newscaster/security_unit{ + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pLz" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/storage/briefcase, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"pLD" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault"; + name = "Operative position" + }, +/area/centcom/specops) +"pLE" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + name = "Master R&D Server Controller" + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pLV" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Office 5"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"pLZ" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pMa" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"pMb" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/flora/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"pMo" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"pMu" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"pMV" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"pNM" = ( +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"pOd" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/clothing/accessory/medal/gold, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"pOM" = ( +/obj/machinery/computer/secure_data, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"pOT" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkbrown" + }, +/area/centcom/ferry) +"pPX" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"pQL" = ( +/obj/structure/sign/poster/official/enlist{ + pixel_y = 32 + }, +/obj/structure/weightmachine/stacklifter, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/specops) +"pRk" = ( +/obj/machinery/door/poddoor/shutters{ + active_power_usage = 1; + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "CC_zone2_checkpoint_lockdown"; + locked = 1; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/zone2) +"pRX" = ( +/obj/structure/table, +/obj/item/dice/d20, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"pRZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"pSy" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"pSB" = ( +/obj/machinery/computer/robotics, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"pSQ" = ( +/obj/machinery/computer/med_data, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"pTF" = ( +/obj/machinery/photocopier, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"pTT" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/evac) +"pUb" = ( +/turf/unsimulated/wall{ + icon_state = "iron5" + }, +/area/syndicate_mothership) +"pUB" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/folder/blue, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"pVm" = ( +/obj/machinery/computer/card/centcom, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pVo" = ( +/obj/effect/landmark/abductor/scientist, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"pVy" = ( +/obj/machinery/computer/teleporter, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"pVF" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/instakill, +/obj/item/gun/energy/laser/instakill/blue, +/obj/item/gun/energy/laser/instakill/red, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pWD" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbrownfull" + }, +/area/centcom/specops) +"pXf" = ( +/obj/structure/rack/holorack, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/implanter/mindshield, +/obj/item/implanter/mindshield, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/surgery, +/obj/item/organ/internal/cyberimp/arm/toolset, +/obj/item/organ/internal/cyberimp/arm/janitorial, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"pXI" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"pXS" = ( +/obj/docking_port/stationary/transit{ + dir = 2; + dwidth = 8; + height = 15; + id = "admin_transit"; + name = "admin in transit"; + width = 18 + }, +/turf/space/transit/horizontal, +/area/space) +"pYe" = ( +/obj/item/clothing/suit/space/syndicate/orange{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Security Suit" + }, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/suit/space/syndicate/orange{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Security Suit" + }, +/obj/item/clothing/suit/space/syndicate/orange{ + desc = "This spacesuit is emblazoned with the emblem of the USSP. Glory to Space Russia!"; + name = "Cosmonaut Security Suit" + }, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"pYu" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid6"; + tag = "icon-asteroid6" + }, +/area/holodeck/source_desert) +"pYy" = ( +/obj/structure/table/wood, +/obj/item/pen/fancy, +/obj/item/folder/red{ + pixel_x = 7 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"pYD" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/obj/item/gun/energy/laser/instakill/blue, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"pZv" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/automatic/combat, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"pZz" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"pZL" = ( +/obj/structure/table/wood, +/obj/item/paper/form/NT_COM_05, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"pZQ" = ( +/obj/structure/table/wood, +/obj/machinery/kitchen_machine/microwave, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"pZZ" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"qah" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"qaB" = ( +/obj/structure/sign/double/map/left{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"qaK" = ( +/obj/structure/table, +/obj/item/storage/backpack/medic, +/obj/item/storage/backpack/medic, +/obj/item/storage/backpack/science, +/obj/item/storage/backpack/science, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/industrial, +/obj/item/storage/backpack/industrial, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"qaL" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"qbO" = ( +/obj/structure/closet/l3closet/security, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double/full, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/watertank/janitor{ + max_integrity = 1500; + volume = 1500 + }, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "darkpurple" + }, +/area/centcom/specops) +"qcb" = ( +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Armory 2"; + dir = 1; + network = list("CentComm") + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qcm" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"qcp" = ( +/obj/structure/table/wood, +/obj/item/book/manual/sop_security, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"qcr" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/centcom) +"qcy" = ( +/obj/structure/lattice, +/obj/structure/lattice, +/turf/space, +/turf/unsimulated/wall, +/area/centcom/evac) +"qcM" = ( +/obj/machinery/poolcontroller/invisible{ + pixel_x = 30 + }, +/turf/unsimulated/beach/water, +/area/ninja/holding) +"qds" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"qdx" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"qdy" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet13-5"; + tag = "icon-carpet13-5 (EAST)" + }, +/area/holodeck/source_theatre) +"qdC" = ( +/obj/structure/table/wood, +/obj/item/paper/hydroponics, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qdY" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"qeA" = ( +/obj/structure/table/wood, +/obj/item/pen/fancy, +/obj/item/folder/white, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qeJ" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"qeT" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"qfe" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"qfy" = ( +/obj/machinery/status_display{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"qfK" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"qfU" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"qgT" = ( +/obj/machinery/abductor/pad{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"qgY" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"qgZ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"qhj" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"qhl" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"qiF" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"qjz" = ( +/obj/item/stock_parts/cell/infinite{ + desc = "Интересная батарейка золотого цвета, главный вопрос который вас терзает - а что она делает в космосе? \n Жаль что контакты окислились."; + name = "Батарейка в космосе?" + }, +/turf/space, +/area/space) +"qjR" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"qka" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"qkb" = ( +/obj/docking_port/stationary{ + area_type = /area/syndicate_mothership; + dwidth = 11; + height = 18; + id = "emergency_syndicate"; + name = "404 Not Found"; + turf_type = /turf/unsimulated/floor/snow; + width = 29 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"qkt" = ( +/obj/structure/table, +/obj/item/rcd, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/storage/pill_bottle/random_drug_bottle, +/turf/unsimulated/floor{ + icon_state = "dark"; + tag = "icon-dark" + }, +/area/admin) +"qkE" = ( +/obj/machinery/computer/shuttle/syndicate/drop_pod, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/assault_pod) +"qlj" = ( +/obj/structure/table/wood/poker, +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"qlG" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"qlU" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/item/megaphone, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"qme" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10 + }, +/area/centcom) +"qmQ" = ( +/obj/mecha/combat/durand/old{ + color = "#77895C"; + desc = "Improved Armored Heavy Mech with USSP Symbol"; + name = "TU-802" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"qny" = ( +/turf/simulated/floor/bluegrid, +/area/tdome/arena) +"qow" = ( +/obj/machinery/camera{ + c_tag = "CentComm Ferry Dock"; + dir = 4; + network = list("CentComm") + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ferry) +"qoQ" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"qpw" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qpz" = ( +/obj/machinery/bodyscanner, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"qpR" = ( +/obj/machinery/vending/dinnerware, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"qpS" = ( +/obj/machinery/computer/camera_advanced, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"qpU" = ( +/obj/structure/dresser, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"qqp" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"qqq" = ( +/obj/structure/table/wood, +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"qqs" = ( +/obj/machinery/computer/shuttle/syndicate{ + name = "Nuclear Operatives Shuttle Console" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"qqR" = ( +/obj/structure/table/wood, +/obj/item/kitchen/utensil/fork, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"qqU" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"qqY" = ( +/obj/item/flag/species/human, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"qrd" = ( +/obj/machinery/light{ + dir = 8; + switchcount = 50 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"qrr" = ( +/obj/structure/chair/sofa, +/obj/structure/window/reinforced{ + color = "black"; + dir = 1; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"qrv" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"qsJ" = ( +/obj/item/radio/intercom/specops{ + pixel_y = 25 + }, +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/bridge) +"qtF" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/evac) +"qtI" = ( +/obj/structure/filingcabinet/security, +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Office 4"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qua" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Раздевалка" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"quo" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"quB" = ( +/obj/structure/chair/comfy/brown{ + color = "#FF3300" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"quI" = ( +/obj/machinery/door_control{ + id = "CC_space_jail_cell"; + name = "Central Command Jail Cell's"; + pixel_y = -30; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"qvz" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"qvI" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"qwb" = ( +/obj/structure/table/wood, +/obj/item/storage/box/drinkingglasses, +/obj/item/reagent_containers/food/drinks/bottle/rum, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"qwe" = ( +/turf/unsimulated/floor{ + icon_state = "stage_stairs" + }, +/area/centcom/court) +"qwM" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet5-0"; + tag = "icon-carpet5-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"qwX" = ( +/obj/vehicle/snowmobile/key, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"qxr" = ( +/obj/structure/sign/poster/official/enlist{ + pixel_y = 32 + }, +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); + density = 0; + icon_state = "open"; + id_tag = "ERT_turret_shutters"; + locked = 1; + name = "ERT Lockdown"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qxD" = ( +/obj/item/gun/energy/spikethrower, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"qxF" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"qxV" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/stamp/magistrate{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = -7 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"qyL" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/pistol, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"qyT" = ( +/obj/structure/table/holotable/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"qyV" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/taperecorder, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"qzb" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"qzK" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/wizrobe/magusblue, +/obj/item/clothing/head/wizard/magus, +/obj/item/twohanded/staff, +/obj/item/clothing/suit/wizrobe/magusred, +/obj/item/clothing/head/wizard/magus, +/obj/item/twohanded/staff, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet06" + }, +/area/wizard_station) +"qzP" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/centcom/jail) +"qzS" = ( +/obj/structure/chair/comfy/brown{ + color = "#3300FF" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"qAW" = ( +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"qBc" = ( +/obj/structure/table, +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"qBg" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"qBu" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave/upgraded, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"qCD" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ferry) +"qDg" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"qDm" = ( +/turf/unsimulated/floor{ + icon_state = "darkbrowncorners" + }, +/area/centcom/ferry) +"qDz" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet14-0"; + tag = "icon-carpet14-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"qDR" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/engineering_construction, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qDX" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreynavybluecorner" + }, +/area/centcom/specops) +"qEU" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + lootcount = 20; + name = "Food CC Spawner #2" + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"qFt" = ( +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"qFH" = ( +/obj/item/flag/syndi, +/obj/structure/sign/poster/contraband/syndicate_recruitment{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"qGK" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"qGO" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"qHw" = ( +/obj/machinery/door/airlock/external{ + id_tag = "sst_away"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"qHX" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"qIa" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/tdome) +"qIt" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"qJw" = ( +/obj/machinery/vending/sovietsoda, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"qJE" = ( +/obj/machinery/door/airlock/external{ + id_tag = "ferry_away"; + name = "Ferry Airlock"; + req_access_txt = "106" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ferry) +"qJM" = ( +/obj/structure/table/wood, +/obj/item/toy/nuke, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"qJV" = ( +/obj/machinery/flasher{ + id = "flash"; + name = "Thunderdome Flash" + }, +/turf/simulated/floor/bluegrid, +/area/tdome/arena) +"qKs" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 2; + height = 12; + id = "ferry_away"; + name = "centcom bay 2"; + width = 5 + }, +/turf/space, +/area/space) +"qKG" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"qKJ" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-wall3 (NORTH)" + }, +/area/space) +"qKY" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qLy" = ( +/obj/structure/chair/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"qLD" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"qLM" = ( +/obj/item/radio/intercom/syndicate{ + pixel_y = -28 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"qMW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/specops) +"qNb" = ( +/obj/structure/chair/sofa{ + dir = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 8; + layer = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"qOI" = ( +/obj/structure/closet/syndicate/sst, +/obj/item/ammo_box/magazine/mm556x45/bleeding, +/obj/item/ammo_box/magazine/mm556x45, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership) +"qOL" = ( +/obj/structure/table/wood, +/obj/item/grenade/clusterbuster/syndieminibomb, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"qPc" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"qPd" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = -32 + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (EAST)" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"qPX" = ( +/obj/machinery/computer/mecha, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"qQU" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_construction, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qRD" = ( +/obj/machinery/camera{ + c_tag = "Thunderdome Green Team"; + network = list("Thunderdome"); + pixel_x = 12; + pixel_y = -10 + }, +/obj/effect/landmark{ + name = "tdome1" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdome1) +"qRG" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"qSe" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"qSN" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9, +/obj/item/gun/energy/gun/blueshield/pdw9, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"qTB" = ( +/obj/machinery/light{ + layer = 10 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"qTE" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = 5 + }, +/obj/item/multitool{ + pixel_x = -7; + pixel_y = -1 + }, +/obj/item/multitool, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"qUd" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/specops) +"qUk" = ( +/turf/unsimulated/beach/water/deep/dense, +/area/centcom/zone1) +"qUv" = ( +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"qUw" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"qUE" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"qVw" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + id_tag = "ERT_armory_lvl1"; + layer = 5; + locked = 1; + name = "Armory level 1"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreen" + }, +/area/centcom/specops) +"qVA" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkbrown" + }, +/area/centcom/ferry) +"qWt" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/camera{ + c_tag = "CentComm ERT Rest Room"; + dir = 4; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"qWZ" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"qXw" = ( +/obj/machinery/abductor/pad{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"qXN" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"qXR" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone3) +"qYi" = ( +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qYN" = ( +/obj/item/target, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken7" + }, +/area/wizard_station) +"qYU" = ( +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"qYY" = ( +/obj/structure/closet/secure_closet/syndicate_officer, +/obj/machinery/light/small{ + dir = 8; + tag = "icon-bulb1 (WEST)" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"qZe" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"qZw" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qZF" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom/zone1) +"qZM" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"qZR" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/mini_uzi, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"raL" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "106" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"raO" = ( +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"raW" = ( +/obj/item/radio/intercom/specops{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rbx" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom) +"rbO" = ( +/obj/machinery/prize_counter, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"rbV" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"rcb" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"rcx" = ( +/obj/item/clothing/under/rainbow, +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"rcC" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"rcT" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"rcV" = ( +/turf/unsimulated/floor{ + icon_state = "darkbluecorners" + }, +/area/centcom/zone2) +"rdj" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"rew" = ( +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/evac) +"reB" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"rfc" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"rfl" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb, +/obj/machinery/syndicatebomb/training, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"rfP" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"rgo" = ( +/turf/simulated/floor/holofloor{ + icon_state = "siding1"; + tag = "icon-siding1" + }, +/area/holodeck/source_theatre) +"rgw" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 + }, +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"rgL" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rhd" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/ussp_ship) +"rhk" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rht" = ( +/obj/mecha/combat/marauder/mauler/loaded, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"rhz" = ( +/obj/structure/table/reinforced, +/obj/item/twohanded/required/kirbyplants{ + pixel_y = 7 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"riL" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/syndicate_mothership) +"riT" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"rje" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/centcom/zone2) +"rjm" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"rjK" = ( +/obj/item/flag/nt, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rjS" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/mecha/combat/gygax/ert{ + color = "#66ff99"; + name = "Assault Jaeger" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbrownfull" + }, +/area/centcom/specops) +"rkr" = ( +/turf/unsimulated/wall{ + icon_state = "iron12"; + layer = 10 + }, +/area/syndicate_mothership) +"rlj" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rlI" = ( +/obj/structure/table/wood, +/obj/item/book/manual/robotics_cyborgs, +/obj/item/radio/intercom/specops, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rmc" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5 + }, +/area/centcom) +"rms" = ( +/obj/structure/closet/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + }, +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom{ + desc = null; + name = "Supreme commander bowman headset" + }, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106,107,108,109,110,111,112,113,114); + icon_state = "commander"; + name = "Supreme Commander ID card"; + rank = "Nanotrasen Navy Captain"; + registered_name = null + }, +/obj/item/door_remote/centcomm, +/obj/item/clothing/accessory/medal/gold{ + desc = null; + name = "Supreme commander's gold medal" + }, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/gloves/color/white{ + desc = null; + name = "Supreme judge gloves" + }, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"rmG" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom/specops{ + pixel_x = -25 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rnO" = ( +/obj/structure/table/abductor, +/obj/item/bonegel/alien, +/obj/item/bonesetter/alien, +/obj/item/FixOVein/alien, +/obj/item/surgicaldrill/alien, +/obj/item/circular_saw/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"rnU" = ( +/obj/structure/table/wood, +/obj/item/pen/fancy, +/obj/item/folder/blue, +/obj/item/paper/photograph, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rod" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"roP" = ( +/obj/machinery/camera{ + c_tag = "CentComm SOF Hallway 2"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rpb" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/fernybush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"rpv" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rpC" = ( +/obj/item/radio/intercom/specops{ + pixel_x = 30 + }, +/obj/structure/closet/secure_closet/reagents, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"rqj" = ( +/obj/structure/closet{ + icon_closed = "syndicate1"; + icon_opened = "syndicate1open"; + icon_state = "syndicate1" + }, +/obj/item/suppressor, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/flashlight/seclite, +/obj/item/grenade/flashbang, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/item/kitchen/knife/combat, +/obj/item/reagent_containers/food/snacks/candy/donor{ + apply_type = 3; + list_reagents = list("nutriment" = 30, "sugar" = 3); + name = "MRE" + }, +/obj/item/reagent_containers/hypospray/autoinjector/survival, +/obj/item/storage/belt/security/webbing{ + name = "SRT webbing" + }, +/obj/item/clothing/head/HoS/beret{ + desc = null; + name = "SRT beret" + }, +/obj/item/storage/backpack/ert{ + desc = null; + name = "SRT backpack" + }, +/obj/item/radio/headset/ert{ + desc = null; + name = "SRT headset" + }, +/obj/item/clothing/shoes/combat/swat{ + name = "SRT special shoes" + }, +/obj/item/clothing/gloves/combat{ + name = "Combat gloves" + }, +/obj/item/clothing/suit/armor/bulletproof{ + name = "SRT bulletproof vest" + }, +/obj/item/clothing/accessory/holster, +/obj/item/implanter/mindshield, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106); + icon_state = "nanotrasen"; + name = "Special Reaction Team Member ID card"; + rank = "Blueshield"; + registered_name = null + }, +/obj/item/clothing/under/fluff/jay_turtleneck{ + name = "SRT uniform" + }, +/obj/item/CQC_manual, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "vault" + }, +/area/centcom/srtops) +"rrf" = ( +/obj/machinery/door/airlock/external{ + id_tag = "syndicate_away"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"rrm" = ( +/obj/docking_port/stationary{ + dwidth = 9; + height = 18; + id = "admin_away"; + name = "centcom bay 1"; + timid = 1; + width = 19 + }, +/turf/space, +/area/space) +"rrE" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/under/color/lightpurple, +/obj/item/clothing/under/color/purple, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/head/wizard/red, +/obj/item/clothing/suit/wizrobe/red, +/obj/item/clothing/head/wizard, +/obj/item/clothing/suit/wizrobe, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet01" + }, +/area/wizard_station) +"rrK" = ( +/obj/machinery/door/window{ + dir = 1; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"rsf" = ( +/turf/unsimulated/floor{ + icon_state = "rampbottom" + }, +/area/centcom/zone1) +"rst" = ( +/obj/machinery/newscaster{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rsE" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/mob/living/carbon/human{ + hunger_drain = 0; + name = "Николай Степанченко" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"rsL" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_construction, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rsX" = ( +/obj/machinery/door/airlock/centcom{ + name = "Supreme Court"; + opacity = 1; + req_access_txt = "106,109,110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/court) +"rtj" = ( +/obj/machinery/computer/shuttle/ert{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access = list(109) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rtp" = ( +/obj/item/gun/rocketlauncher, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"rtB" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/event_zone) +"ruq" = ( +/obj/structure/chair/comfy/brown, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"ruG" = ( +/obj/structure/toilet{ + dir = 4; + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 1; + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ruT" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"rva" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/rock, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"rvl" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/drinks/trophy/gold_cup, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"rvG" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"rwu" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rwE" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/space, +/area/ussp_ship) +"rwK" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rwX" = ( +/obj/machinery/camera{ + c_tag = "CentComm Jail 6"; + dir = 5; + network = list("CentComm") + }, +/obj/structure/chair/comfy/red{ + color = "#FFFFFF" + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"rxp" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rxw" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/automatic/dual_tube, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"rxT" = ( +/obj/structure/bed, +/obj/item/bedsheet/hos{ + name = "bedsheet" + }, +/obj/machinery/light/small{ + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"rxX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"ryi" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rym" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding10"; + tag = "icon-wood_siding10" + }, +/area/holodeck/source_picnicarea) +"ryo" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"ryw" = ( +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"ryN" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone3) +"ryQ" = ( +/obj/machinery/door/airlock/centcom{ + name = "Medical and Rest room"; + opacity = 1; + req_access_txt = "109" + }, +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "ERT_turret_shutters"; + locked = 1; + name = "ERT Lockdown"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"rzf" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"rzl" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass/devilskiss{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/syndicatedetonator{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/reagent_containers/food/drinks/bottle/rum{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"rAe" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"rAz" = ( +/obj/effect/decal/cleanable/blood/gibs, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"rBi" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/centcom) +"rBz" = ( +/obj/structure/dresser, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"rBD" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction/enchanted, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"rBR" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"rCL" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet10-8"; + tag = "icon-carpet10-8 (EAST)" + }, +/area/holodeck/source_theatre) +"rCQ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver, +/obj/item/gun/projectile/revolver/capgun, +/obj/item/gun/projectile/revolver/golden, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"rDo" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/space, +/area/ussp_ship) +"rDB" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"rEo" = ( +/obj/effect/decal/warning_stripes/east{ + layer = 50 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone2) +"rEy" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"rEX" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/space) +"rFc" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"rFn" = ( +/obj/effect/decal/warning_stripes/west{ + layer = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone3) +"rFQ" = ( +/obj/effect/decal/warning_stripes/east{ + layer = 50; + level = 5 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rFZ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "90Curve" + }, +/turf/space, +/area/ussp_ship) +"rHv" = ( +/obj/docking_port/stationary{ + dwidth = 1; + height = 4; + id = "pod1_away"; + name = "recovery ship bay 1"; + width = 3 + }, +/turf/space, +/area/space) +"rIn" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/applecakeslice, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"rIA" = ( +/obj/structure/sign/goldenplaque{ + desc = "Лучший сотрудник века"; + name = "Это Толя Раммфан"; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"rIH" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"rIO" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Burn-Mix Floor"; + nitrogen = 0; + oxygen = 2500; + temperature = 370; + toxins = 5000 + }, +/area/holodeck/source_burntest) +"rJn" = ( +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"rJJ" = ( +/obj/machinery/door/poddoor{ + id_tag = "CC_zone3_blastdoor"; + name = "Zone 3 Blastboor" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"rKb" = ( +/obj/item/target, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken7" + }, +/area/wizard_station) +"rKI" = ( +/obj/effect/decal/warning_stripes/west{ + layer = 50 + }, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/zone3) +"rKK" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/pspork, +/obj/item/trash/plate, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"rKW" = ( +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet9-4" + }, +/area/wizard_station) +"rLk" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"rLL" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry_transit"; + name = "ferry in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/horizontal, +/area/space) +"rMq" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/flask/detflask{ + pixel_x = -7; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"rMD" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rMK" = ( +/obj/mecha/combat/gygax/ert, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"rNj" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/plasmaman/wizard, +/obj/item/clothing/head/helmet/space/plasmaman/wizard, +/obj/item/clothing/mask/breath, +/obj/item/tank/plasma/plasmaman/belt/full, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet06" + }, +/area/wizard_station) +"rNq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/mecha/combat/durand/old{ + color = "#77895C"; + desc = "Improved Armored Heavy Mech with USSP Symbol"; + name = "TU-802" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"rNH" = ( +/obj/machinery/computer/security{ + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"rOi" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rOy" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rOQ" = ( +/obj/machinery/sleeper/upgraded, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"rPa" = ( +/obj/item/beach_ball, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"rPz" = ( +/obj/item/flag/species/human, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"rPX" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rQj" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/zone3) +"rQA" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/obj/item/ammo_box/magazine/m12g/buckshot, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"rQK" = ( +/turf/unsimulated/floor{ + icon_state = "darkredcorners" + }, +/area/centcom/zone3) +"rRb" = ( +/obj/machinery/door_control{ + id = "CC_special_operations_force_room"; + name = "Central Command Special Operations Forces"; + pixel_y = -25; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "darkred" + }, +/area/centcom/zone3) +"rRt" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"rRv" = ( +/obj/machinery/door/airlock/external{ + id_tag = "admin_away"; + name = "Administration Shuttle"; + opacity = 0; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rRT" = ( +/obj/structure/closet, +/obj/item/clothing/under/soldieruniform{ + name = "Soldier's Uniform" + }, +/obj/item/clothing/under/soldieruniform{ + name = "Soldier's Uniform" + }, +/obj/item/clothing/under/soldieruniform{ + name = "Soldier's Uniform" + }, +/obj/item/clothing/under/soldieruniform{ + name = "Soldier's Uniform" + }, +/obj/item/clothing/under/soldieruniform{ + name = "Soldier's Uniform" + }, +/obj/item/clothing/under/soldieruniform{ + name = "Soldier's Uniform" + }, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"rSj" = ( +/turf/space, +/turf/unsimulated/wall, +/area/centcom/evac) +"rSv" = ( +/obj/machinery/door/airlock/centcom{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + name = "Supreme Commander"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"rSz" = ( +/obj/effect/turf_decal/caution/stand_clear{ + pixel_y = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"rSR" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/gun/projectile/automatic/c20r, +/obj/item/gun/projectile/automatic/c20r, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"rST" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 1 + }, +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"rTc" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"rUg" = ( +/obj/machinery/vending/coffee/free, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"rUh" = ( +/obj/structure/table/wood, +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Office 3"; + dir = 1; + network = list("CentComm") + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rUx" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/captain/scattershot, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon/cyborg, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"rUZ" = ( +/obj/structure/table/holotable/wood, +/turf/simulated/floor/holofloor{ + icon_state = "grimy"; + tag = "icon-grimy" + }, +/area/holodeck/source_meetinghall) +"rVZ" = ( +/obj/structure/table, +/obj/random/technology_scanner, +/obj/random/tech_supply, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/admin) +"rWg" = ( +/obj/structure/table/wood, +/obj/item/paper/terrorspiders8, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rWk" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone2" + }, +/area/wizard_station) +"rWO" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom) +"rXa" = ( +/obj/structure/statue/silver/sec{ + desc = "Похоже, вы ловите нотку ностальгии и тонну страха смотря на него"; + icon_state = "hooker"; + name = "Eh?" + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"rXg" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"rXl" = ( +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"rXt" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkbrown" + }, +/area/centcom/ferry) +"rZf" = ( +/obj/structure/flora/tree/palm, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"rZp" = ( +/obj/effect/spawner/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/centcom) +"rZx" = ( +/obj/machinery/computer/communications, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"sao" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space, +/obj/item/clothing/suit/space, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space, +/obj/item/clothing/head/helmet/space, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"saI" = ( +/obj/structure/table/wood, +/obj/item/pen/fancy, +/obj/item/folder/red{ + pixel_x = 7 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"sbx" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/centcom/zone3) +"sbD" = ( +/obj/structure/dresser, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"sca" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"scb" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/a40mm, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"scl" = ( +/obj/structure/window/reinforced{ + color = "red"; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4; + layer = 2.9 + }, +/obj/structure/grille{ + layer = 2.8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"scs" = ( +/obj/effect/decal/warning_stripes/east{ + layer = 50; + level = 1 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone3) +"sdu" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_special_operations_force_room"; + layer = 5; + locked = 1; + name = "Central Command Special Operations Forces" + }, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"seh" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"seJ" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"sfp" = ( +/obj/machinery/camera{ + c_tag = "CentComm SOF Artillery"; + network = list("CentComm") + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"sfT" = ( +/obj/structure/bed, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"sgy" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"sgM" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdome2) +"sgZ" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"shN" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/bridge) +"shO" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"shT" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"six" = ( +/obj/structure/flora/grass/both, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"siH" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/obj/item/clothing/head/helmet/space/chronos, +/obj/item/clothing/head/helmet/space/chronos, +/obj/item/clothing/head/helmet/space/chronos, +/obj/item/clothing/head/helmet/space/chronos, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"siK" = ( +/obj/machinery/computer/bsa_control/admin{ + integrity_failure = 20; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"sjd" = ( +/obj/machinery/bsa/full/admin/east, +/obj/effect/decal/warning_stripes/north, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"sjC" = ( +/obj/machinery/door/window{ + color = null; + dir = 2; + opacity = 1; + panel_open = 1 + }, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"sjT" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"skb" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"skq" = ( +/obj/effect/decal/warning_stripes/north, +/turf/space, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"slB" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"slF" = ( +/obj/structure/window/reinforced{ + color = "red"; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8; + layer = 2.9 + }, +/obj/structure/grille{ + layer = 2.8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"slM" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership) +"slZ" = ( +/obj/effect/spawner/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/zone1) +"smG" = ( +/obj/machinery/vending/syndicigs, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"smH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small{ + brightness_range = 10; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"smW" = ( +/turf/unsimulated/wall{ + icon_state = "rrust10" + }, +/area/vox_station) +"snW" = ( +/obj/machinery/door/window/brigdoor{ + color = "#d70000"; + dir = 2; + name = "Riot Control"; + req_access_txt = "156" + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"sob" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"sog" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/bow, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"soX" = ( +/obj/machinery/chem_heater, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"spt" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access_txt = "114" + }, +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom{ + desc = null; + name = "Supreme commander bowman headset" + }, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106,107,108,109,110,111,112,113,114); + icon_state = "commander"; + name = "Supreme Commander ID card"; + rank = "Nanotrasen Navy Captain"; + registered_name = null + }, +/obj/item/door_remote/centcomm, +/obj/item/clothing/accessory/medal/gold{ + desc = null; + name = "Supreme commander's gold medal" + }, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"spy" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/grenade/smokebomb, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/sleeping_carp_scroll, +/obj/item/twohanded/bostaff, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"spA" = ( +/obj/machinery/door/airlock/centcom{ + name = "Black Ops"; + opacity = 1; + req_access_txt = "111" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/blops) +"spW" = ( +/obj/machinery/door_control{ + id = "CC_zone3_blastdoor"; + name = "Zone 3 Blastdoor Control"; + pixel_x = 25; + req_access_txt = "114" + }, +/obj/effect/decal/warning_stripes/east{ + layer = 50 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone2) +"sqc" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/stalkybush, +/obj/structure/flora/ausbushes/leafybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"sqk" = ( +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"sso" = ( +/obj/machinery/door_control{ + id = "CC_zone3_blastdoor"; + name = "Zone 3 Blastdoor Control"; + pixel_x = -25; + req_access_txt = "114" + }, +/obj/effect/decal/warning_stripes/west{ + layer = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone3) +"sss" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"ssz" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/space) +"ssS" = ( +/obj/machinery/computer/shuttle/sit, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"std" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/riot/short, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"stq" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "ERT_turret_shutters"; + locked = 1; + name = "ERT Lockdown"; + opacity = 0 + }, +/obj/structure/sign/poster/official/help_others{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"stD" = ( +/obj/item/gun/syringe/rapidsyringe, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"stM" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 1; + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"stT" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "rampbottom" + }, +/area/centcom/bridge) +"sum" = ( +/turf/space, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"svp" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"svW" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"swv" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/gyropistol, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"swC" = ( +/obj/structure/table/abductor, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"swR" = ( +/obj/machinery/door_control{ + id = "CC_zone3_blastdoor"; + name = "Zone 3 Blastdoor Control"; + pixel_x = 25; + req_access_txt = "114" + }, +/obj/effect/decal/warning_stripes/east{ + layer = 50; + level = 0 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone3) +"swV" = ( +/obj/effect/decal/warning_stripes/west{ + layer = 50 + }, +/obj/machinery/door_control{ + id = "CC_zone3_blastdoor"; + name = "Zone 3 Blastdoor Control"; + pixel_x = -25; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone3) +"sxL" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"syD" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone3) +"syH" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/e_gun/old, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"szw" = ( +/obj/machinery/vending/syndisnack, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"szy" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark{ + name = "syndieprisonwarp" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"sAz" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"sAC" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"sBu" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "TX-20a magazine"; + req_access = null + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sBN" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"sBP" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"sCb" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"sCI" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/gun/projectile/revolver/nagant, +/obj/item/gun/projectile/revolver/russian, +/obj/item/gun/projectile/revolver/russian/soul, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"sCO" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"sDx" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"sDF" = ( +/obj/machinery/light{ + dir = 8; + switchcount = 50 + }, +/turf/unsimulated/beach/water/deep/dense, +/area/centcom/evac) +"sEj" = ( +/turf/unsimulated/wall{ + icon_state = "iron11" + }, +/area/syndicate_mothership) +"sEB" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/wizard_station) +"sFg" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1; + layer = 2.9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"sFo" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/detective, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"sFy" = ( +/obj/machinery/vending/engineering, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sFT" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"sFV" = ( +/obj/machinery/computer/station_alert, +/obj/structure/sign/poster/official/kill_syndicate{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"sGP" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"sHg" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery, +/obj/item/storage/box/gloves, +/obj/item/storage/box/masks, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"sHO" = ( +/obj/machinery/camera{ + c_tag = "CentComm SOF Hallway"; + network = list("CentComm") + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"sIa" = ( +/turf/unsimulated/floor{ + icon = 'icons/obj/smooth_structures/catwalk.dmi'; + icon_state = "catwalk"; + name = "plating" + }, +/area/centcom/specops) +"sIq" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"sIv" = ( +/obj/structure/chair/stool/bar, +/obj/machinery/light, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"sIW" = ( +/obj/machinery/photocopier, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"sJq" = ( +/obj/effect/landmark/costume/random, +/obj/structure/rack/holorack, +/turf/simulated/floor/holofloor{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"sKF" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"sLQ" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/processor{ + pixel_y = 10 + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"sLV" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain, +/obj/item/ashtray/glass{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -4; + pixel_y = 9 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"sMn" = ( +/obj/effect/decal/warning_stripes/south, +/turf/space, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"sMH" = ( +/obj/structure/table/wood, +/obj/machinery/door_control{ + id = "syndicate_jail_cell"; + name = "Bolt Cell Doors"; + normaldoorcontrol = 1; + pixel_x = 6; + req_access_txt = "150"; + specialfunctions = 4 + }, +/obj/machinery/door_control{ + id = "syndicate_jail"; + name = "Bolt Jail Door"; + normaldoorcontrol = 1; + pixel_x = -5; + req_access_txt = "150"; + specialfunctions = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"sMR" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/pspork, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"sMS" = ( +/obj/effect/landmark{ + name = "Response Team" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sMZ" = ( +/obj/structure/table, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"sNa" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"sNl" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"sNs" = ( +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = 25 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"sNE" = ( +/obj/machinery/sleeper/syndie{ + dir = 2 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"sOd" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 1441; + id_tag = "syndicate_jail_airlock_control"; + name = "Syndicate Jail Access Controller"; + pixel_x = -25; + req_access_txt = "150"; + tag_exterior_door = "syndicate_jail_airlock_external"; + tag_interior_door = "syndicate_jail_airlock_internal" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"sOk" = ( +/obj/effect/overlay/palmtree_l, +/obj/effect/overlay/coconut, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"sPm" = ( +/obj/structure/lattice, +/obj/structure/lattice, +/turf/unsimulated/wall, +/area/centcom/evac) +"sQl" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"sQv" = ( +/obj/machinery/door/airlock/centcom{ + name = "Supreme Commander"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"sQw" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/mech_bay_recharge_port/upgraded, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"sRB" = ( +/obj/machinery/teleport/station, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"sRJ" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"sRQ" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/fancy, +/obj/item/folder/white, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"sRT" = ( +/obj/effect/decal/warning_stripes/west{ + layer = 1000 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone3) +"sSa" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"sSo" = ( +/obj/structure/table, +/obj/random/toolbox, +/obj/random/bomb_supply, +/obj/machinery/syndicatebomb/badmin/clown, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"sSY" = ( +/obj/effect/decal/warning_stripes/east{ + layer = 50 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone3) +"sTL" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = -7 + }, +/obj/item/storage/briefcase, +/obj/item/door_remote/omni, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"sTP" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"sTX" = ( +/obj/machinery/vending/medical/syndicate_access, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"sUx" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT Director Estate"; + dir = 8; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"sUJ" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"sVs" = ( +/obj/machinery/door_control{ + color = "#99ff99"; + id = "ERT_armory_lvl1"; + name = "ERT Armory Level 1"; + pixel_x = -22; + pixel_y = -6; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + color = "#9999ff"; + id = "ERT_armory_lvl2"; + name = "ERT Armory Level 2"; + pixel_x = -33; + pixel_y = -6; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + color = "#ff9999"; + id = "ERT_armory_lvl3"; + name = "ERT Armory Level 3"; + pixel_x = -22; + pixel_y = 4; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + color = "#ffdd99"; + id = "ERT_armory_lvl4"; + name = "ERT Armory Level 4"; + pixel_x = -33; + pixel_y = 4; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"sVv" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 40 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sVA" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien13" + }, +/area/abductor_ship) +"sWK" = ( +/turf/simulated/floor/light, +/area/secret/gaybar) +"sWL" = ( +/turf/unsimulated/wall, +/area/start) +"sXn" = ( +/obj/machinery/cryopod, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"sXw" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "warnwhiteorange" + }, +/area/centcom/evac) +"sYp" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"sZr" = ( +/obj/machinery/door/airlock/centcom{ + name = "ERT Mech, Gamma Delivery & Artillery Control"; + opacity = 1; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"taf" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien12" + }, +/area/abductor_ship) +"tah" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"tai" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/specops) +"tar" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"tav" = ( +/obj/structure/table/wood/poker, +/obj/item/clothing/shoes/roman, +/obj/item/clothing/under/roman, +/obj/item/shield/riot/roman, +/obj/item/clothing/head/helmet/roman/legionaire, +/obj/item/twohanded/spear/bonespear, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"taF" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"taR" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/centcom) +"tbj" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/ussp_ship) +"tbo" = ( +/obj/structure/table, +/obj/item/lighter/zippo, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"tbs" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable, +/turf/space, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/ussp_ship) +"tbv" = ( +/obj/item/gun/throw/crossbow, +/obj/item/gun/throw/crossbow/french, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"tbB" = ( +/mob/living/simple_animal/turkey, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"tcz" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"tcF" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + req_access_txt = "102" + }, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"tdZ" = ( +/obj/machinery/light/small{ + dir = 8; + light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"tfq" = ( +/turf/space, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom) +"tgm" = ( +/obj/structure/table/wood/fancy, +/obj/item/paper_bin/syndicate, +/obj/item/folder/red{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/pen/multi/gold{ + pixel_x = -3; + pixel_y = -5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"thb" = ( +/obj/machinery/computer/card, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"tho" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/reagent_dispensers/watertank/high, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"thL" = ( +/obj/machinery/computer/crew, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"tiN" = ( +/obj/machinery/chem_heater, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"tiP" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/folder/blue, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/pen/multi/fountain, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"tjg" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "ERT_turret_shutters"; + locked = 1; + name = "ERT Lockdown"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"tjT" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken3" + }, +/area/wizard_station) +"tkk" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/folder/yellow, +/obj/item/pen/multi/gold, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"tko" = ( +/obj/structure/table/wood, +/obj/item/paper/contract/employment, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tkG" = ( +/obj/structure/dresser, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"tkV" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"tlf" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"tlj" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 40 + }, +/obj/machinery/dna_scannernew, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"tlo" = ( +/obj/machinery/autolathe, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/obj/item/stack/sheet/metal{ + amount = 10 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"tlV" = ( +/obj/effect/decal/warning_stripes/west{ + layer = 200 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone3) +"tlX" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"tmb" = ( +/obj/structure/table/abductor, +/obj/machinery/kitchen_machine/microwave/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"tmi" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/doublebarrel, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/gun/projectile/revolver/doublebarrel/improvised/cane, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"tmL" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"tnf" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 3 Check point"; + dir = 1; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tnq" = ( +/obj/effect/decal/warning_stripes/west{ + layer = 50 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone3) +"tnx" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed"; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"toA" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tpb" = ( +/obj/machinery/door/airlock/centcom{ + name = "Special Team Ready Room"; + opacity = 1; + req_access_txt = "106" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"tpf" = ( +/obj/machinery/computer/arcade, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"tpg" = ( +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"tpv" = ( +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tqd" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"tqf" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tqn" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/toy/crossbow, +/obj/item/gun/energy/kinetic_accelerator/crossbow, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"tqu" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tqR" = ( +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"trk" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"tsP" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1441; + master_tag = "syndicate_jail_airlock_control"; + name = "Syndicate Jail Access Button"; + pixel_y = -25; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"tte" = ( +/turf/space, +/turf/space, +/turf/space, +/area/space) +"ttV" = ( +/obj/structure/noticeboard{ + pixel_y = -30 + }, +/obj/item/paper/syndimemo{ + info = "В крайнем случае, вызывайте коричневый код" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tub" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate, +/obj/item/shard, +/obj/item/kitchen/knife, +/obj/item/storage/firstaid/tactical, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"tue" = ( +/turf/space, +/turf/space, +/area/space) +"tuL" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/obj/item/clothing/suit/space/chronos, +/obj/item/clothing/suit/space/chronos, +/obj/item/clothing/suit/space/chronos, +/obj/item/clothing/suit/space/chronos, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"tuM" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "Suppressor's"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"tvm" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 3 Hallway 2"; + dir = 1; + network = list("CentComm") + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -7; + pixel_y = -30 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 7; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tvt" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tvy" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/sign/poster/official/state_laws{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"twG" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"txn" = ( +/obj/effect/decal/warning_stripes/blue, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"txu" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/assault_pod) +"txQ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tyk" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/evac) +"tyu" = ( +/obj/machinery/vending/chinese/free, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tyz" = ( +/obj/machinery/vending/cola/free, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tzl" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone5" + }, +/area/wizard_station) +"tBx" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"tBD" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/fingergun, +/obj/item/gun/projectile/revolver/fingergun/fake, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"tDH" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tEC" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/sign/poster/official/space_cops{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tED" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkbrown" + }, +/area/centcom/specops) +"tEG" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "SIT Ready Room" + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "sit_ready"; + layer = 2.8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"tFo" = ( +/turf/simulated/floor/beach/coastline, +/area/holodeck/source_beach) +"tFM" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "CentComm Zone 3 Hallway"; + dir = 1; + network = list("CentComm") + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tGb" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"tGu" = ( +/obj/structure/table/holotable, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"tHw" = ( +/obj/structure/window/reinforced, +/obj/structure/sign/greencross{ + pixel_x = -32 + }, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"tIi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"tIS" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang/limited{ + name = "SOB-5 Clusterbang Launcher"; + projectiles = 5 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbrownfull" + }, +/area/centcom/specops) +"tIZ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"tJH" = ( +/obj/structure/closet/crate/can, +/obj/structure/sign/poster/official/work_for_a_future{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tJM" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/nuclear, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"tJW" = ( +/obj/structure/table/wood, +/obj/item/storage/lockbox/mindshield, +/obj/item/storage/lockbox/mindshield, +/obj/item/storage/lockbox/mindshield, +/obj/machinery/door_control{ + id = "CC_special_operations_force_room"; + name = "Central Command Special Operations Forces"; + pixel_x = -25; + pixel_y = 5; + req_access_txt = "114" + }, +/obj/item/door_remote/centcomm, +/obj/item/storage/box/erttaserproof, +/obj/item/storage/box/permits, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"tJZ" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/computer/mech_bay_power_console, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"tKq" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"tKt" = ( +/turf/space, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/centcom/specops) +"tKE" = ( +/obj/machinery/door/airlock/centcom{ + name = "ERT Director"; + opacity = 1; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"tKP" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "LMG M249 SAW"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"tLQ" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"tLV" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "carpetsymbol"; + tag = "icon-carpetsymbol (SOUTHEAST)" + }, +/area/holodeck/source_meetinghall) +"tMl" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"tMp" = ( +/obj/structure/chair/sofa{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"tMy" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark{ + name = "ERT Director" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"tMz" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/space) +"tNi" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpetside" + }, +/area/wizard_station) +"tNn" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding1"; + tag = "icon-wood_siding1" + }, +/area/holodeck/source_picnicarea) +"tNO" = ( +/obj/machinery/vending/coffee, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"tPs" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"tPT" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + icon_state = "door_locked"; + id_tag = "emergency_away"; + locked = 1; + name = "Arrival Airlock"; + req_access = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/evac) +"tQd" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone12" + }, +/area/wizard_station) +"tRe" = ( +/obj/machinery/computer/bsa_control/admin{ + integrity_failure = 20; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"tRF" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + autoclose = 0; + frequency = 1441; + id_tag = "syndicate_jail_airlock_internal"; + locked = 1; + name = "Syndicate Jail Internal Airlock" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"tRW" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"tSy" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/specops, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"tTw" = ( +/obj/effect/decal/warning_stripes/south, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"tUp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"tUD" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreynavybluecorner" + }, +/area/centcom/specops) +"tVF" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/mini, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"tWj" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"tWz" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"tXq" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "ERT_armory_lvl2"; + layer = 5; + locked = 1; + name = "Armory level 2" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/specops) +"tXx" = ( +/obj/machinery/door/airlock/centcom{ + name = "Medical Block"; + opacity = 1; + req_access_txt = "109" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"tXH" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien16" + }, +/area/abductor_ship) +"tXX" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"tYg" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"tYq" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"tYw" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet11-12"; + tag = "icon-carpet11-12 (EAST)" + }, +/area/holodeck/source_theatre) +"tZi" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone14" + }, +/area/wizard_station) +"tZG" = ( +/obj/structure/table, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uah" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "X-ray laser"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uai" = ( +/obj/structure/window/plasmareinforced{ + color = "#d70000"; + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + color = "#d70000" + }, +/obj/effect/turf_decal/box/red, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ual" = ( +/obj/machinery/cryopod/robot, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"uaY" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"ubp" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = "102" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/turf/unsimulated/floor{ + icon_state = "tranquillite" + }, +/area/centcom/specops) +"ubs" = ( +/obj/structure/table/wood, +/obj/item/paper/terrorspiders2, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"ubv" = ( +/obj/machinery/syndiepad/admin/receivepad, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership) +"ubS" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"udj" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"udp" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"udt" = ( +/obj/item/radio/intercom, +/turf/unsimulated/wall, +/area/centcom) +"uer" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/chrono_gun, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"ueu" = ( +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/evac) +"ueG" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"ufB" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/color/black{ + icon_state = "charcoal_suit" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"ufP" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ugb" = ( +/obj/structure/flora/rock, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom) +"ugn" = ( +/obj/machinery/cryopod, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"ugp" = ( +/obj/structure/chair/sofa{ + dir = 9 + }, +/obj/structure/window/reinforced{ + color = "black"; + layer = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"ugB" = ( +/obj/item/radio/intercom/specops{ + pixel_x = -25 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"uik" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/zone3) +"uil" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"uir" = ( +/obj/structure/dresser, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_x = -25 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"uiR" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"uiW" = ( +/obj/machinery/recharge_station/upgraded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"uju" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"ujx" = ( +/obj/structure/table/reinforced, +/obj/machinery/requests_console{ + department = "Central Command"; + departmentType = 1; + name = "CC Requests Console" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"ujV" = ( +/obj/structure/table/reinforced, +/obj/item/ashtray/glass{ + pixel_x = -7; + pixel_y = -4 + }, +/obj/machinery/door_control{ + id = "ERT_director_office_shutters"; + name = "ERT Director Office Shutters"; + pixel_x = 7; + pixel_y = -3; + req_access_txt = "114" + }, +/obj/item/radio/intercom/specops{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -4; + pixel_y = 9 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"ujX" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops."; + name = "Special Ops. Monitor"; + network = list("ERT") + }, +/obj/effect/landmark{ + name = "nukecode" + }, +/obj/effect/landmark{ + name = "Commando_Manual" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"uku" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uky" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"ukz" = ( +/turf/space, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"ukI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 1; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"ulb" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ulT" = ( +/obj/machinery/computer/cloning, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ulZ" = ( +/obj/machinery/abductor/experiment{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"umM" = ( +/obj/machinery/computer/bsa_control/admin{ + integrity_failure = 20; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/centcom/specops) +"unC" = ( +/obj/machinery/computer/communications, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uom" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uoL" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien10" + }, +/area/abductor_ship) +"upB" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/pen/multi/gold, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/toy/figure/captain{ + name = "Supreme commander action figure" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"upL" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/hooded/hoodie/tp, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uqx" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"uqR" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/fancy, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"urk" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"urQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"usK" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Office 2"; + dir = 1; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"usQ" = ( +/obj/structure/sign/poster/official/state_laws{ + pixel_y = 30 + }, +/obj/structure/weightmachine/weightlifter, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/specops) +"uti" = ( +/obj/item/kitchen/utensil/spoon, +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"uty" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/retro, +/obj/item/gun/energy/laser/retro/old, +/obj/item/gun/energy/laser/retro/sc_retro, +/obj/item/gun/energy/laser/tag/blue, +/obj/item/gun/energy/laser/tag/red, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uui" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"uuz" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/fancy, +/obj/item/folder/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"uuN" = ( +/turf/unsimulated/floor{ + icon_state = "darkyellow" + }, +/area/centcom/specops) +"uvI" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uvQ" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"uwv" = ( +/obj/structure/toilet, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"uwN" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom) +"uwY" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"uxf" = ( +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"uyx" = ( +/obj/machinery/camera{ + c_tag = "CentComm Solar Federation Forces Ready Room"; + network = list("CentComm") + }, +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"uyC" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/weightmachine/weightlifter, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"uzl" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"uzy" = ( +/obj/structure/table/wood, +/obj/item/grenade/syndieminibomb, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uAq" = ( +/turf/unsimulated/floor{ + icon_state = "stairs-l" + }, +/area/syndicate_mothership) +"uCq" = ( +/obj/machinery/door/airlock/centcom{ + name = "ERT Director"; + opacity = 1; + req_access_txt = "114" + }, +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 2; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"uCQ" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/jail) +"uDP" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bathroom"; + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"uEj" = ( +/obj/effect/landmark{ + name = "Commando" + }, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"uEq" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/obj/item/chrono_eraser, +/obj/item/chrono_eraser, +/obj/item/chrono_eraser, +/obj/item/chrono_eraser, +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/chrono_ship) +"uEy" = ( +/obj/machinery/door/airlock/centcom{ + name = "Artillery Control"; + opacity = 1; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"uEN" = ( +/obj/structure/filingcabinet/security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"uFa" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 1 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uFe" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = -12 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = -2 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 8 + }, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"uFj" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 8 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uFB" = ( +/obj/machinery/washing_machine, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"uFS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/ussp_ship) +"uGr" = ( +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/pulse, +/obj/item/mecha_parts/mecha_equipment/weapon/honker, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/structure/closet/crate, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uGN" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse, +/obj/item/gun/energy/pulse/carbine, +/obj/item/gun/energy/pulse/cyborg, +/obj/item/gun/energy/pulse/destroyer, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uHi" = ( +/obj/machinery/vending/toyliberationstation{ + contraband = null; + products = list(/obj/item/gun/projectile/automatic/toy = 10, /obj/item/gun/projectile/automatic/toy/pistol = 10, /obj/item/gun/projectile/shotgun/toy = 10, /obj/item/toy/sword = 10, /obj/item/ammo_box/foambox = 20, /obj/item/toy/foamblade = 10, /obj/item/toy/syndicateballoon = 10, /obj/item/clothing/suit/syndicatefake = 5, /obj/item/clothing/head/syndicatefake = 5, /obj/item/gun/projectile/shotgun/toy/crossbow = 10, /obj/item/gun/projectile/automatic/c20r/toy/riot = 10, /obj/item/gun/projectile/automatic/l6_saw/toy/riot = 10, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 10, /obj/item/ammo_box/foambox/riot = 20, /obj/item/toy/katana = 10, /obj/item/twohanded/dualsaber/toy = 5, /obj/item/toy/cards/deck/syndicate = 10) + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"uHY" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_construction, +/obj/item/radio/intercom/specops{ + pixel_x = -25 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"uIh" = ( +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"uIl" = ( +/obj/structure/filingcabinet/security, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"uIu" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bathroom"; + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"uJB" = ( +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"uJJ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage, +/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage/blood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uJO" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom) +"uKO" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"uMk" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"uMJ" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet1-0"; + tag = "icon-carpet1-0 (EAST)" + }, +/area/holodeck/source_theatre) +"uNw" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_NT_armory"; + layer = 5; + locked = 1; + name = "Special Reaction Team of Nanotrasen" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/srtops) +"uNK" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/effect/landmark{ + name = "Response Team" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uNO" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT Ready Room"; + dir = 8; + network = list("CentComm") + }, +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uOr" = ( +/obj/machinery/computer/card/centcom, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uOx" = ( +/obj/structure/chair/comfy/red{ + color = "#000000"; + dir = 4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uPA" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"uPL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"uPW" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"uQh" = ( +/obj/machinery/vending/wallmed/syndicate{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uQl" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uQp" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/sniper_rifle, +/obj/item/gun/projectile/automatic/sniper_rifle/compact, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate/penetrator, +/obj/item/gun/projectile/automatic/sniper_rifle/toy, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uQu" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/folder/yellow, +/obj/item/pen/multi/gold, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uQw" = ( +/obj/machinery/syndiepad/admin/loadpad, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/syndicate_mothership) +"uRn" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/syndicate_mothership) +"uRQ" = ( +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"uSb" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/reagent_containers/syringe/bioterror{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/reagent_containers/syringe/capulettium_plus{ + pixel_x = -5 + }, +/obj/item/reagent_containers/syringe/gluttony{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/syringe/lethal{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/reagent_containers/syringe/pancuronium{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/reagent_containers/syringe/sarin{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/reagent_containers/glass/bottle/mutagen{ + pixel_y = 6 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uSl" = ( +/obj/machinery/vending/cola/free, +/obj/machinery/camera{ + c_tag = "CentComm Jail 5"; + dir = 10; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"uSS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"uSZ" = ( +/turf/unsimulated/wall{ + icon_state = "iron13"; + tag = "icon-iron13" + }, +/area/space) +"uTa" = ( +/obj/item/flag/nt, +/obj/structure/sign/restroom{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uTd" = ( +/obj/item/gun/syringe/blowgun, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uTy" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + name = "Master R&D Server Controller" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"uUa" = ( +/obj/structure/sign/greencross, +/turf/unsimulated/wall, +/area/centcom) +"uUd" = ( +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"uVh" = ( +/obj/structure/table/holotable, +/obj/item/clothing/suit/armor/riot/knight/blue, +/obj/item/clothing/head/helmet/riot/knight/blue, +/obj/item/holo/claymore/blue, +/turf/simulated/floor/holofloor{ + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"uVp" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/ussp_ship) +"uWC" = ( +/turf/unsimulated/floor{ + icon_state = "darkgreynavybluecorner" + }, +/area/centcom/specops) +"uYh" = ( +/turf/simulated/floor/wood, +/area/secret/gaybar) +"uYp" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"uYq" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/newscaster/security_unit{ + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uYF" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"uYP" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet7-0"; + tag = "icon-carpet7-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"uZb" = ( +/obj/structure/table/wood/fancy, +/obj/item/paper_bin/syndicate, +/obj/item/folder/red{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/pen/multi/gold{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"uZf" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper/terrorspiders2, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uZr" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_construction, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"uZN" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"uZU" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/obj/machinery/light{ + dir = 1; + light_range = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vaj" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien14" + }, +/area/abductor_ship) +"van" = ( +/obj/item/storage/toolbox/syndicate{ + desc = "A powerful relic many men worked long and hard to keep safe and away from the forces of evil."; + force = 1e+008; + name = "toolbox of robustness" + }, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vaA" = ( +/obj/structure/table/wood, +/obj/item/whetstone, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"vaO" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_construction, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"vaX" = ( +/turf/unsimulated/wall{ + icon_state = "iron1" + }, +/area/syndicate_mothership) +"vbo" = ( +/obj/structure/sink{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/centcom/specops) +"vcj" = ( +/obj/machinery/abductor/gland_dispenser, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"vcx" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcircuit" + }, +/area/syndicate_mothership) +"vcL" = ( +/obj/machinery/door_control{ + id = "syndicate_bridge"; + name = "Bridge Blastdoor"; + pixel_y = 38 + }, +/obj/machinery/door_control{ + id = "commandroom"; + name = "Command Room Blastdoor"; + pixel_y = 28 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"vea" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"ved" = ( +/obj/structure/table/wood/poker, +/obj/item/card/id/syndicate/anyone{ + name = "BOSS OF THE GYM" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/event_zone) +"veq" = ( +/obj/structure/bush, +/obj/machinery/light{ + dir = 4; + switchcount = 50 + }, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"ver" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/engineering_construction, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"veF" = ( +/turf/unsimulated/wall, +/area/centcom) +"veL" = ( +/turf/unsimulated/wall{ + icon_state = "iron7" + }, +/area/syndicate_mothership) +"veR" = ( +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"veV" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/random/bomb_supply, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"veY" = ( +/obj/item/radio/intercom/specops{ + pixel_y = -30 + }, +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/fancy, +/obj/item/folder/blue, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"vfe" = ( +/obj/machinery/door_control{ + id = "mauler_garage"; + name = "Mauler's Garage"; + pixel_x = 8; + pixel_y = 25; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + id = "dark_gygax_garage"; + name = "Dark Gygax's Garage"; + pixel_x = -8; + pixel_y = 25; + req_access_txt = "153" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vfm" = ( +/obj/machinery/door/airlock/centcom{ + aiControlDisabled = 1; + name = "Assault Pod"; + opacity = 1; + req_one_access_txt = "150" + }, +/obj/docking_port/mobile/assault_pod, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"vfC" = ( +/obj/structure/sink{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"vfJ" = ( +/obj/machinery/shower{ + dir = 4; + tag = "icon-shower (EAST)" + }, +/obj/machinery/light/small{ + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"vfM" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/hp, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"vfS" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet2-0"; + tag = "icon-carpet2-0 (EAST)" + }, +/area/holodeck/source_theatre) +"vgf" = ( +/obj/machinery/door/airlock{ + name = "Душ" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"vgG" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet10-0"; + tag = "icon-carpet10-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"vgV" = ( +/obj/structure/flora/tree/pine, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"vhk" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "eventroom"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/event_zone) +"vhu" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_boxingcourt) +"vhS" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"vjt" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"vjT" = ( +/obj/machinery/vending/cola/free, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"vlb" = ( +/obj/item/grenade/clusterbuster/smoke, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vlp" = ( +/turf/unsimulated/floor{ + color = "#CCCCCC"; + dir = 8; + icon_state = "vault"; + name = "Leader position" + }, +/area/centcom/specops) +"vlB" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_armory_lvl3"; + layer = 5; + locked = 1; + name = "Armory level 3" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/specops) +"vlE" = ( +/obj/structure/lattice/catwalk, +/mob/living/carbon/human/monkey, +/turf/space, +/area/space/nearstation) +"vlY" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"vmM" = ( +/obj/machinery/door_control{ + id = "CC_NT_armory"; + name = "Nanotrasen Armory"; + pixel_x = -25; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"vnr" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/evac) +"vnF" = ( +/obj/effect/landmark/abductor/agent{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"vob" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "robotics_solar_outer"; + name = "Project 28u" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + tag = "" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"voL" = ( +/obj/machinery/vending/suitdispenser, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"voX" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT0"; + name = "gravpult" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vpr" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"vpF" = ( +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "M-90gl magazine"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vpT" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/specops) +"vqH" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/obj/item/storage/fancy/crayons, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"vrk" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"vrt" = ( +/turf/unsimulated/wall{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3" + }, +/area/space) +"vru" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 10; + height = 35; + id = "whiteship_transit"; + name = "whiteship in transit"; + width = 21 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"vup" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone11" + }, +/area/wizard_station) +"vuP" = ( +/obj/structure/sign/poster/contraband/atmosia_independence{ + name = "Declaration"; + pixel_y = 30 + }, +/obj/structure/mineral_door, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"vvn" = ( +/turf/space, +/turf/unsimulated/wall/fakeglass{ + dir = 5; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/centcom) +"vvt" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access_txt = "114" + }, +/obj/item/clothing/head/beret/centcom/officer, +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom, +/obj/item/clothing/under/suit_jacket/navy, +/obj/item/storage/briefcase/sniperbundle, +/obj/item/suppressor, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/CQC_manual, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"vvD" = ( +/obj/structure/table, +/obj/structure/reagent_dispensers/spacecleanertank{ + pixel_x = -32 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -4 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vvS" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = "102" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/zone3) +"vwJ" = ( +/obj/machinery/door_control{ + id = "CC_supply_internal"; + name = "Central Command Supply Internal Shutter"; + pixel_x = 4; + pixel_y = -30; + req_access_txt = "114" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone2) +"vxE" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"vxZ" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"vyk" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"vyl" = ( +/obj/machinery/light{ + dir = 8; + switchcount = 50 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/evac) +"vyB" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"vyE" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_basketball) +"vyF" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_space_jail"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/centcom/jail) +"vzH" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/specops) +"vzI" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/ussp_ship) +"vzU" = ( +/turf/simulated/floor/holofloor{ + icon_state = "rampbottom"; + tag = "icon-rampbottom" + }, +/area/holodeck/source_theatre) +"vzX" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/fluff/stobarico_greatcoat{ + name = "\improper Nanotrasen Greatcoat" + }, +/obj/item/clothing/under/rank/centcom/officer, +/obj/item/clothing/under/rank/centcom/representative{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/under/rank/centcom/captain{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vBi" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"vCq" = ( +/obj/machinery/recharge_station/ert, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vCS" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"vCX" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"vDc" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/evac) +"vDh" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 5; + id = "spacebarpodv1_transit"; + name = "Regular Space Pod in transit"; + width = 8 + }, +/turf/space/transit, +/area/space) +"vDp" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/centcom/specops) +"vDL" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/ussp_ship) +"vEc" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/chem_master, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"vEg" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault"; + name = "Operative position" + }, +/area/centcom/srtops) +"vED" = ( +/obj/item/target/syndicate, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vEQ" = ( +/obj/structure/table/reinforced, +/obj/structure/sink{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/specops) +"vEW" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/ninja/holding) +"vEY" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"vFb" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/holohoop{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/jail) +"vFd" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"vFk" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/turf/space, +/turf/space, +/area/ussp_ship) +"vGv" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "bcircuit" + }, +/area/centcom/zone2) +"vGw" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/obj/item/storage/fancy/crayons, +/obj/item/soap/syndie, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"vGJ" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"vHd" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vHp" = ( +/obj/structure/table/reinforced, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer{ + pixel_y = 5 + }, +/obj/item/healthupgrade{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/healthupgrade{ + pixel_x = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"vHw" = ( +/obj/effect/landmark{ + name = "Commando" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"vHV" = ( +/obj/structure/table/abductor, +/obj/item/paper/abductor, +/obj/item/scalpel/alien, +/obj/item/cautery/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"vIb" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/item/radio/intercom/syndicate{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"vIn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/obj/mecha/combat/durand/old{ + color = "#77895C"; + desc = "Improved Armored Heavy Mech with USSP Symbol"; + name = "TU-802" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"vIp" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/reedbush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone1) +"vIu" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT1"; + name = "gravpult" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vKb" = ( +/obj/structure/table/wood, +/obj/item/twohanded/bostaff, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vKh" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"vKp" = ( +/turf/unsimulated/floor{ + icon = 'icons/obj/smooth_structures/catwalk.dmi'; + icon_state = "catwalk"; + name = "plating" + }, +/turf/unsimulated/floor{ + icon = 'icons/obj/smooth_structures/catwalk.dmi'; + icon_state = "catwalk"; + name = "plating" + }, +/area/centcom/specops) +"vKq" = ( +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass4"; + name = "grass" + }, +/area/centcom/zone1) +"vKY" = ( +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"vLa" = ( +/obj/machinery/vending/tool, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vLb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 8; + light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"vLj" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"vLs" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"vLx" = ( +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/structure/closet, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"vLF" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet03" + }, +/area/wizard_station) +"vLT" = ( +/obj/effect/landmark{ + name = "Marauder Exit" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/turf/unsimulated/floor{ + icon = 'icons/obj/smooth_structures/catwalk.dmi'; + icon_state = "catwalk"; + name = "plating" + }, +/area/centcom/specops) +"vMy" = ( +/obj/structure/statue/diamond/captain{ + name = "statue of THE Supreme Commander" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"vMK" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access_txt = "114" + }, +/obj/item/clothing/suit/judgerobe{ + name = "Supreme judge's robe" + }, +/obj/item/card/id/centcom{ + icon_state = "deathsquad"; + name = "Supreme Judge ID card"; + pixel_x = -3; + pixel_y = -3; + registered_name = "Supreme Judge" + }, +/obj/item/clothing/head/powdered_wig{ + desc = null; + name = "Supreme judge wig" + }, +/obj/item/clothing/under/suit_jacket/really_black{ + name = "Supreme judge suit" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + name = "Supreme judge gloves" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"vMT" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + id_tag = "CC_supply_internal"; + layer = 5; + locked = 1; + name = "Central Command Supply Internal Shutter" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"vMX" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"vNb" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"vNO" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"vOU" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"vOW" = ( +/obj/structure/table/wood, +/obj/item/ashtray/glass{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -5; + pixel_y = 8 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"vPf" = ( +/turf/simulated/floor/plating/lava/smooth/lava_land_surface, +/area/space) +"vPR" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/specops) +"vQj" = ( +/turf/unsimulated/floor{ + icon_state = "darkblue" + }, +/area/centcom/zone2) +"vQz" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_armory_lvl3"; + layer = 5; + locked = 1; + name = "Armory level 3" + }, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vQA" = ( +/obj/structure/table/wood, +/obj/item/folder/blue{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"vSa" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (EAST)" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vTj" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/zone1) +"vTl" = ( +/obj/machinery/vending/security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"vTo" = ( +/obj/item/flag/nt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"vTv" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"vTC" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/alien, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"vTR" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" + }, +/area/space) +"vUb" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ferry) +"vUE" = ( +/turf/simulated/floor/plasteel, +/area/tdome/arena) +"vUG" = ( +/obj/structure/table/reinforced, +/turf/space, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"vUT" = ( +/obj/machinery/computer/pod/deathsquad, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "vault" + }, +/area/centcom/specops) +"vVh" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"vVu" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vVx" = ( +/obj/machinery/computer/arcade, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"vWN" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"vWR" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"vXg" = ( +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"vXj" = ( +/obj/machinery/cryopod/right, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"vYf" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/space, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/ussp_ship) +"vYi" = ( +/obj/structure/chair/sofa{ + dir = 9 + }, +/obj/structure/window/reinforced{ + color = "black"; + dir = 4; + layer = 5 + }, +/obj/structure/window/reinforced{ + color = "black"; + layer = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"vYW" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"vZD" = ( +/obj/item/beach_ball/holoball, +/turf/simulated/floor/holofloor, +/area/holodeck/source_basketball) +"vZH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external{ + id_tag = "supply_away"; + name = "Central Command Supply"; + req_access_txt = "31" + }, +/obj/machinery/door/poddoor{ + id_tag = "CC_supply_space"; + locked = 2; + name = "Supply Blastdoor" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"waa" = ( +/obj/machinery/computer/shuttle/ert, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"wai" = ( +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"wak" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet04" + }, +/area/wizard_station) +"wax" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"waB" = ( +/obj/structure/closet, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"wbd" = ( +/obj/structure/table, +/obj/machinery/plantgenes{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/zone1) +"wbx" = ( +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/obj/structure/table/wood, +/obj/machinery/computer/secure_data/laptop{ + desc = "Похоже, что на данном ноутбуке открыт какой-то старый браузер, со включенной вкладкой Twitch BANDA."; + name = "Ноутбук" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"wby" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/advtaser, +/obj/item/gun/energy/gun/advtaser/cyborg, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wbG" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbrownfull" + }, +/area/centcom/specops) +"wbY" = ( +/obj/structure/chair/stool/holostool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"wcf" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + name = "Syndicate-Spawn" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"wcl" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + name = "Master R&D Server Controller" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"wdp" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien15" + }, +/area/abductor_ship) +"wdx" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/reedbush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"wdT" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/zone3) +"wed" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_away"; + name = "vox bay 1"; + width = 19 + }, +/turf/space, +/area/space) +"weu" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_armory_lvl3"; + layer = 5; + locked = 1; + name = "Armory level 3" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wfo" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (WEST)" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wfx" = ( +/obj/item/radio/intercom/specops{ + pixel_x = -30 + }, +/obj/machinery/camera{ + c_tag = "CentComm ERT Shuttle"; + dir = 4; + network = list("ERT","CentComm") + }, +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"wfy" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"wfG" = ( +/obj/item/flag/syndi, +/obj/machinery/light{ + dir = 4; + light_range = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"wfJ" = ( +/obj/structure/flora/tree/pine{ + pixel_x = 1 + }, +/turf/unsimulated/floor/snow, +/area/syndicate_mothership) +"wgm" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"wgK" = ( +/obj/structure/table/wood, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wgZ" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"whn" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_armory_lvl4"; + layer = 5; + locked = 1; + name = "Armory level 4" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkbrown" + }, +/area/centcom/specops) +"whE" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wiz" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/blacktrenchcoat, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wjb" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluefull" + }, +/area/centcom/specops) +"wjl" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"wkc" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/helmet/space/space_ninja, +/obj/item/clothing/shoes/space_ninja, +/obj/item/clothing/mask/gas/space_ninja, +/obj/item/katana/energy, +/obj/item/clothing/gloves/space_ninja, +/obj/item/clothing/suit/space/space_ninja, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wkH" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"wll" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"wmH" = ( +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"wmI" = ( +/obj/structure/table/abductor, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"wmM" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"won" = ( +/obj/mecha/combat/marauder/loaded{ + operation_req_access = list() + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/supply) +"wpd" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer/upgraded{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wps" = ( +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall_f9" + }, +/area/ussp_ship) +"wpt" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + id_tag = "ERT_armory_lvl1"; + layer = 5; + locked = 1; + name = "Armory level 1"; + opacity = 0 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreen" + }, +/area/centcom/specops) +"wpu" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"wpN" = ( +/obj/machinery/bluespace_beacon/syndicate, +/obj/structure/window/plasmareinforced{ + color = "#d70000"; + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + color = "#d70000" + }, +/obj/effect/turf_decal/box/red, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wpX" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_away"; + name = "Shuttle Hatch"; + req_access_txt = "109" + }, +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/structure/fans/tiny, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wpY" = ( +/obj/mecha/combat/gygax/ert/loaded{ + operation_req_access = list() + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/supply) +"wqo" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/obj/item/gun/energy/immolator{ + pixel_y = -3 + }, +/obj/item/gun/energy/immolator{ + pixel_y = 8 + }, +/obj/item/gun/energy/immolator{ + pixel_y = 8 + }, +/obj/item/gun/energy/immolator{ + pixel_y = 8 + }, +/obj/item/gun/energy/immolator{ + pixel_y = -3 + }, +/obj/item/gun/energy/immolator{ + pixel_y = -3 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"wqy" = ( +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/specops) +"wqK" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window{ + dir = 8; + panel_open = 1; + req_access_txt = "110" + }, +/obj/machinery/door_control{ + id = "CC_supply_external"; + name = "Central Command Supply External Shutte"; + pixel_x = -5; + pixel_y = -2; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + id = "CC_supply_internal"; + name = "Central Command Supply Internal Shutter"; + pixel_x = -5; + pixel_y = 8; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wrO" = ( +/obj/structure/table, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = -1 + }, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wsG" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "stage_bleft" + }, +/area/syndicate_mothership) +"wto" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1441; + master_tag = "syndicate_jail_airlock_control"; + name = "Syndicate Jail Access Button"; + pixel_y = 25; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wtB" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"wtT" = ( +/obj/structure/chair/comfy/red{ + color = "#000000" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"wua" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/specops) +"wuj" = ( +/obj/machinery/computer/card/centcom, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"wuw" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"wvl" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s9" + }, +/area/shuttle/gamma/space) +"wvz" = ( +/obj/structure/table/wood, +/obj/item/storage/box/ids, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"wwc" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"wwf" = ( +/turf/unsimulated/floor{ + color = "#CCCCCC"; + dir = 8; + icon_state = "vault"; + name = "Leader position" + }, +/area/centcom/srtops) +"wwh" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/wizard_station) +"wwk" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/court) +"wxl" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + color = "#d70000"; + dir = 2; + icon_state = "rightsecure"; + name = "Riot Control"; + req_access_txt = "156" + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wxo" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT2"; + name = "gravpult" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wxZ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/centcom) +"wyn" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"wyS" = ( +/obj/structure/table/wood, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wzd" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wzV" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/radio/intercom/specops, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone2) +"wAv" = ( +/obj/mecha/combat/durand/loaded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/supply) +"wAy" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/syndicate_mothership) +"wAK" = ( +/obj/machinery/vending/medical, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"wAN" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"wAQ" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet04" + }, +/area/centcom/evac) +"wBh" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/ussp_ship) +"wCk" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"wCx" = ( +/obj/item/gun/syringe, +/obj/item/mecha_parts/mecha_equipment/medical/syringe_gun, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wCK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"wCQ" = ( +/obj/structure/bed, +/obj/effect/landmark{ + name = "prisonwarp" + }, +/obj/item/bedsheet/brown, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"wCS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "darkbluecorners" + }, +/area/centcom/specops) +"wDG" = ( +/obj/structure/table, +/obj/item/radio/electropack{ + pixel_x = -5 + }, +/obj/item/assembly/signaler{ + code = 2; + frequency = 1449; + pixel_x = 8 + }, +/obj/item/restraints/handcuffs{ + pixel_y = 10 + }, +/obj/item/restraints/handcuffs{ + pixel_y = 10 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wFH" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wGP" = ( +/obj/machinery/camera{ + c_tag = "CentComm Execution Room"; + dir = 4 + }, +/obj/structure/closet/fireaxecabinet{ + locked = 0; + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"wGW" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"wHp" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wHU" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wHY" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/megaphone{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/camera_bug/ert{ + pixel_y = 10 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/specops) +"wIx" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" + }, +/area/syndicate_mothership) +"wID" = ( +/turf/unsimulated/wall, +/area/tdome) +"wIS" = ( +/obj/structure/table/wood, +/obj/item/sleeping_carp_scroll, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wJc" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/srtops) +"wJe" = ( +/obj/effect/decal/warning_stripes/arrow{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wJA" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"wJJ" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT3"; + name = "gravpult" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wKn" = ( +/obj/structure/closet/crate/can, +/obj/machinery/chem_dispenser/soda/upgraded{ + pixel_y = 33 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"wKz" = ( +/obj/structure/sign/poster/contraband/c20r{ + pixel_x = 32 + }, +/obj/structure/bed/dogbed/ian, +/mob/living/simple_animal/pet/cat/Syndi, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"wKD" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"wKJ" = ( +/turf/unsimulated/wall/fakeglass{ + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"wLv" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet9-4"; + tag = "icon-carpet9-4 (EAST)" + }, +/area/holodeck/source_theatre) +"wLK" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding9"; + tag = "icon-wood_siding9" + }, +/area/holodeck/source_picnicarea) +"wMc" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/chair/sofa/left, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"wMt" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"wMD" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT0"; + name = "Launch Bay #0" + }, +/turf/unsimulated/floor{ + icon = 'icons/obj/smooth_structures/catwalk.dmi'; + icon_state = "catwalk"; + name = "plating" + }, +/area/centcom/specops) +"wNl" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (NORTH)" + }, +/area/wizard_station) +"wNs" = ( +/obj/effect/landmark{ + name = "Marauder Exit" + }, +/turf/unsimulated/floor{ + icon = 'icons/obj/smooth_structures/catwalk.dmi'; + icon_state = "catwalk"; + name = "plating" + }, +/area/centcom/specops) +"wNv" = ( +/obj/structure/table/wood, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wNT" = ( +/obj/machinery/door/airlock/centcom{ + aiControlDisabled = 1; + name = "Assault Pod"; + opacity = 1; + req_one_access_txt = "150" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"wOq" = ( +/obj/machinery/chem_dispenser/supgraded, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"wOK" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/captain, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"wPr" = ( +/obj/machinery/door/window{ + dir = 8; + panel_open = 1; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wPJ" = ( +/obj/effect/decal/cleanable/blood, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wQl" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/fork{ + pixel_x = -4; + pixel_y = 18 + }, +/obj/item/stack/tape_roll, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/mask/muzzle, +/obj/item/clothing/suit/straight_jacket, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"wRd" = ( +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/zone2) +"wRl" = ( +/obj/item/flag/species/human, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"wRA" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/ussp_ship) +"wSh" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "commandcenter"; + name = "Privacy Shutters" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wSE" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/chair/sofa/right, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"wSO" = ( +/obj/machinery/door_control{ + id = "CC_space_jail_sec"; + name = "Central Command Jail Security Room"; + pixel_y = -30; + req_access_txt = "110" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"wTQ" = ( +/obj/machinery/computer/communications, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wUd" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT Mech Delivery"; + dir = 8; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wUM" = ( +/obj/structure/table/wood, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wVf" = ( +/obj/structure/table/wood, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wVM" = ( +/obj/mecha/medical/odysseus, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/supply) +"wWC" = ( +/obj/mecha/combat/phazon, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/supply) +"wWX" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_supply_external"; + layer = 5; + locked = 1; + name = "Central Command Supply External Shutte" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"wXx" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wXO" = ( +/obj/machinery/light, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"wYg" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wYz" = ( +/obj/machinery/door/poddoor{ + density = 0; + id_tag = "CC_zone2_blastdoor"; + name = "Zone 2 Blastboor"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"wZp" = ( +/obj/structure/rack, +/obj/item/gun/medbeam, +/obj/item/storage/firstaid/tactical, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wZL" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"wZM" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"wZQ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/court) +"xaI" = ( +/obj/structure/dispenser/oxygen, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"xaM" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"xaZ" = ( +/turf/unsimulated/floor{ + icon_state = "light_on_flicker4" + }, +/area/centcom/evac) +"xba" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"xbp" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "whitehall"; + tag = "icon-floor" + }, +/area/centcom/evac) +"xbG" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/zipties{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/zipties{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/zipties{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/zipties{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/zipties{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/zipties{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 33; + pixel_y = -7 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"xcj" = ( +/obj/structure/bed, +/obj/item/bedsheet/hos{ + name = "bedsheet" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"xcs" = ( +/obj/machinery/camera{ + c_tag = "CentComm Jail 2"; + dir = 8; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"xcy" = ( +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"xdc" = ( +/obj/machinery/cryopod/robot, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xdo" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"xdp" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xeW" = ( +/turf/unsimulated/floor{ + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"xfi" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 2; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"xfx" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/wood, +/area/secret/gaybar) +"xgb" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"xhs" = ( +/obj/machinery/vending/cigarette{ + prices = list() + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xht" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT Ready Room 3"; + dir = 4; + network = list("CentComm") + }, +/obj/structure/sign/poster/official/safety_report{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"xia" = ( +/obj/structure/table, +/obj/item/gun/energy/ionrifle, +/obj/machinery/light{ + brightness_range = 5; + light_range = 5; + nightshift_light_range = 5 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"xiw" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"xjq" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s6" + }, +/area/shuttle/gamma/space) +"xjW" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 5; + id = "ussppod_transit"; + name = "USSP Pod in transit"; + width = 8 + }, +/turf/space/transit, +/area/space) +"xkE" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/gamma/space) +"xkI" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s10" + }, +/area/shuttle/gamma/space) +"xlt" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/food/condiment/enzyme, +/obj/item/reagent_containers/glass/beaker, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"xlx" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/chem_dispenser/supgraded, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"xlT" = ( +/obj/item/storage/bible, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"xlW" = ( +/obj/structure/chair/comfy/red, +/obj/effect/landmark{ + name = "voxstart" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"xlZ" = ( +/obj/structure/table/wood, +/obj/item/nullrod, +/obj/item/nullrod, +/obj/item/nullrod, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"xmr" = ( +/obj/item/gun/projectile/automatic/m90{ + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 3.4 + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "M-90gl"; + req_access = null; + req_access_txt = "114" + }, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + pixel_y = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xmH" = ( +/turf/unsimulated/floor{ + icon_state = "darkred" + }, +/area/centcom/zone3) +"xmU" = ( +/obj/machinery/camera{ + c_tag = "CentComm Zone 2 Cargo Supply"; + dir = 6; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"xni" = ( +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/obj/item/paper/syndimemo{ + info = "Баки с газами доставлять только через шаттл ферри" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"xnY" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"xoc" = ( +/obj/structure/table/abductor, +/obj/item/storage/box/alienhandcuffs, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"xoF" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"xoS" = ( +/turf/unsimulated/wall{ + icon_state = "rrust" + }, +/area/vox_station) +"xpe" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"xps" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"xpy" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/ussp_ship) +"xpK" = ( +/obj/effect/decal/warning_stripes/blue{ + layer = 3 + }, +/turf/unsimulated/floor{ + icon_state = "darkgrey" + }, +/area/centcom/specops) +"xqL" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/jail) +"xqX" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"xrQ" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkgreen" + }, +/area/centcom/specops) +"xrZ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/vending/wallmed/syndicate{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"xse" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/jail) +"xso" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"xsy" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"xsI" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/ferry) +"xtz" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/bola, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/disabler, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 4 + }, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"xtF" = ( +/obj/structure/chair/stool, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"xtI" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s9" + }, +/area/shuttle/escape) +"xtP" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkredcorners" + }, +/area/centcom/jail) +"xug" = ( +/turf/unsimulated/wall{ + icon_state = "iron9" + }, +/area/syndicate_mothership) +"xuX" = ( +/obj/machinery/camera{ + c_tag = "Thunderdome Arena"; + network = list("Thunderdome"); + pixel_x = 10 + }, +/turf/simulated/floor/bluegrid, +/area/tdome/arena) +"xvn" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/machinery/floodlight, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"xvO" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom) +"xwb" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone13" + }, +/area/wizard_station) +"xwY" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/reedbush, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/closet/crate/can, +/turf/unsimulated/floor{ + icon_state = "grass3"; + name = "grass" + }, +/area/centcom/evac) +"xyg" = ( +/obj/structure/sign/double/map/right{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"xyv" = ( +/obj/item/flag/nt, +/obj/machinery/status_display{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xyV" = ( +/obj/structure/sign/poster/official/work_for_a_future, +/turf/unsimulated/wall, +/area/centcom) +"xzq" = ( +/obj/structure/chair/stool/bar, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"xzK" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"xAa" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"xAM" = ( +/obj/item/gun/energy/shock_revolver, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xAW" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"xBN" = ( +/obj/structure/table/abductor, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"xCf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/mecha/combat/durand/old{ + color = "#77895C"; + desc = "Improved Armored Heavy Mech with USSP Symbol"; + name = "TU-802" + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"xCr" = ( +/obj/machinery/optable/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"xCx" = ( +/obj/structure/sign/poster/official/safety_eye_protection{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"xCC" = ( +/obj/structure/table/abductor, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"xCT" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/specops) +"xDo" = ( +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"xDT" = ( +/obj/machinery/vending/syndisnack, +/obj/machinery/light{ + dir = 1; + light_range = 5 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"xEk" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xEm" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"xEt" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"xEG" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xEX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4"; + tag = "" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/ussp_ship) +"xGL" = ( +/obj/machinery/door/airlock/centcom{ + name = "Gamma Armory"; + opacity = 1; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/gamma) +"xGX" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/shuttle/gamma/space) +"xHb" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault"; + name = "Prisoner position" + }, +/area/centcom/jail) +"xHr" = ( +/obj/machinery/vending/snack, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"xHJ" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/bush, +/turf/unsimulated/floor{ + icon_state = "grass1"; + name = "grass" + }, +/area/centcom/specops) +"xIA" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bridge 1-2"; + opacity = 1; + req_access_txt = "113" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/bridge) +"xIK" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/floragun, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xIS" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "combat shotgun" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"xJC" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "Enforcer" + }, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal{ + icon_state = "enforcer_red" + }, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal{ + icon_state = "enforcer_red" + }, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal{ + icon_state = "enforcer_red" + }, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal{ + icon_state = "enforcer_red" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"xJG" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"xJU" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT2"; + name = "Launch Bay #2" + }, +/turf/unsimulated/floor{ + icon = 'icons/obj/smooth_structures/catwalk.dmi'; + icon_state = "catwalk"; + name = "plating" + }, +/area/centcom/specops) +"xKa" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/centcom/zone1) +"xLp" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "advanced energy gun" + }, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"xLA" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "L.W.A.P. Sniper Rifle" + }, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"xLW" = ( +/turf/space, +/turf/unsimulated/wall{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "swall_f6" + }, +/area/ussp_ship) +"xMo" = ( +/obj/structure/table/wood, +/obj/item/kitchen/utensil/spork, +/obj/item/kitchen/utensil/spork, +/obj/item/kitchen/utensil/spork, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone3) +"xMK" = ( +/obj/machinery/prize_counter, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/jail) +"xNg" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"xNP" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 11; + id = "specops_transit"; + name = "specops in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/horizontal, +/area/space) +"xOp" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"xOV" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/machinery/vending/coffee{ + layer = 2 + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"xPm" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/jail) +"xPw" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/turf/space, +/area/space/nearstation) +"xPP" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"xQT" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT1"; + name = "Launch Bay #1" + }, +/turf/unsimulated/floor{ + icon = 'icons/obj/smooth_structures/catwalk.dmi'; + icon_state = "catwalk"; + name = "plating" + }, +/area/centcom/specops) +"xRp" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"xRE" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/evac) +"xSo" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"xSG" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"xSJ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/holohoop{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/jail) +"xUq" = ( +/turf/unsimulated/wall, +/area/space) +"xUD" = ( +/obj/structure/chair/office/light, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone2) +"xVX" = ( +/turf/unsimulated/floor{ + icon_state = "darkgreen" + }, +/area/centcom/specops) +"xWc" = ( +/obj/mecha/combat/marauder/seraph/loaded{ + operation_req_access = list(109) + }, +/obj/machinery/camera{ + c_tag = "CentComm ERT Armory Level 4"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/specops) +"xWD" = ( +/obj/machinery/door/airlock/centcom{ + name = "ERT Service Room"; + opacity = 1; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"xXe" = ( +/obj/structure/table/wood, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/obj/item/nullrod/tribal_knife, +/obj/item/kitchen/knife/combat/survival, +/obj/item/kitchen/knife/combat, +/obj/item/kitchen/knife/butcher, +/obj/item/kitchen/knife, +/obj/item/hatchet/unathiknife, +/obj/item/whetstone/super, +/obj/item/whetstone/cult, +/obj/item/whetstone, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xXr" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkpurple" + }, +/area/centcom/specops) +"xXH" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/jail) +"xYb" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/hooded/wintercoat/fluff, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"xYH" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/evac) +"xZd" = ( +/obj/structure/table/wood, +/obj/structure/reagent_dispensers/spacecleanertank{ + pixel_y = 30 + }, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/turf/space, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkpurple" + }, +/area/centcom/specops) +"xZq" = ( +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"xZI" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/effect/landmark{ + name = "Syndicate Officer" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership) +"xZJ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom) +"xZL" = ( +/obj/structure/closet, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/obj/item/clothing/shoes/orange, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"xZQ" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"yae" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/item/radio/intercom/syndicate{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership) +"yaG" = ( +/turf/space, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/centcom/specops) +"yaN" = ( +/obj/structure/curtain/open/shower/security, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"yaO" = ( +/obj/mecha/combat/gygax/ert, +/obj/machinery/door/window/brigdoor{ + dir = 1; + req_access_txt = "114" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkgreenfull" + }, +/area/centcom/specops) +"ybJ" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone3) +"ybZ" = ( +/obj/machinery/kitchen_machine/candy_maker/upgraded, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"yda" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT Service Room"; + network = list("CentComm") + }, +/obj/structure/table/wood, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/turf/space, +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkpurple" + }, +/area/centcom/specops) +"ydA" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/wizrobe/marisa, +/obj/item/clothing/shoes/sandal/marisa, +/obj/item/clothing/head/wizard/marisa, +/obj/item/twohanded/staff/broom, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/wizard_station) +"ydI" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/structure/mirror{ + pixel_y = -30 + }, +/obj/item/storage/secure/safe{ + pixel_x = -22 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"ydO" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/gamma) +"ydP" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/gamma) +"ydY" = ( +/obj/machinery/camera{ + c_tag = "CentComm ERT Gamma Armory"; + network = list("CentComm") + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/gamma) +"yed" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = -27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = -27 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/zone3) +"yeD" = ( +/turf/space, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"yeG" = ( +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"yfh" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/unsimulated/floor{ + icon_state = "stage_bleft" + }, +/area/centcom/jail) +"yfi" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/unsimulated/floor{ + icon_state = "sepia" + }, +/area/ussp_ship) +"yfw" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/evac) +"yfA" = ( +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/zone1) +"yfP" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -12 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 8 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"yfR" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + name = "Weapons"; + req_access = null + }, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 4; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "vault" + }, +/area/ussp_ship) +"ygd" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/evac) +"ygj" = ( +/turf/unsimulated/beach/water/deep/dense, +/area/centcom/evac) +"ygs" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/srtops) +"ygw" = ( +/obj/machinery/status_display/supply_display{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"ygF" = ( +/obj/structure/table, +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"ygG" = ( +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/obj/machinery/light/small{ + brightness_range = 10; + dir = 8; + light_range = 10; + nightshift_light_range = 10; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/ussp_ship) +"ygH" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkredfull" + }, +/area/centcom/specops) +"ygK" = ( +/obj/structure/table/wood, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/obj/item/melee/energy/axe, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"ygV" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = -27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = -27 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ygW" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"yhy" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/supply) +"yhA" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/light{ + dir = 8; + switchcount = 50 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"yhI" = ( +/obj/machinery/teleport/station, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"yhS" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/decloner, +/turf/unsimulated/floor{ + icon_state = "floor"; + tag = "icon-floor" + }, +/area/admin) +"yis" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/centcom/jail) +"yix" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/arena) +"yiH" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/blops) +"yiM" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/jail) +"yjb" = ( +/obj/structure/bed, +/obj/item/bedsheet/wiz, +/obj/effect/landmark/start{ + name = "wizard" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet08" + }, +/area/wizard_station) +"yje" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/floor/grass, +/area/centcom/zone1) +"yjg" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/jail) +"yjq" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_classified_gear_room"; + name = "Classified gear" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ykd" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkred" + }, +/area/centcom/jail) +"yky" = ( +/obj/structure/chair/sofa/left, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/centcom/zone1) +"ykF" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/centcom/jail) +"ylb" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkbrown" + }, +/area/centcom/specops) +"ylm" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "woodalt" + }, +/area/centcom/specops) +"ylo" = ( +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/evac) +"ylZ" = ( +/turf/unsimulated/beach/sand, +/area/ninja/holding) + +(1,1,1) = {" +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +jyD +jyD +jyD +jyD +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(2,1,1) = {" +xUq +qBu +dUZ +hhh +eId +hyN +hyN +rzf +aby +bIV +bbV +xUq +jyD +jyD +jyD +jyD +xUq +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +fAh +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(3,1,1) = {" +gvu +rAe +rAe +rAe +lce +lce +lce +lce +ncY +bbV +bbV +xUq +jyD +jyD +jyD +jyD +xUq +vPf +cXT +hic +hic +hic +hic +hic +hic +hic +hic +hic +hic +hic +hic +hic +tzl +vPf +lcX +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(4,1,1) = {" +cEK +jQJ +rAe +pgj +ijS +lce +lce +lce +ncY +bbV +bbV +xUq +jyD +jyD +jyD +jyD +xUq +vPf +tQd +bpZ +bpZ +eeC +sEB +cvw +gLu +bym +bym +ioL +sSa +sSa +sSa +qYN +tQd +vPf +lcX +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(5,1,1) = {" +cEK +vEW +rAe +luP +ijS +lce +lce +lce +aby +bbV +bbV +xUq +jyD +jyD +jyD +jyD +xUq +vPf +tQd +bpZ +iUG +bpZ +fwg +oOr +bym +bym +bym +sSa +sSa +sSa +tjT +rKb +tQd +vPf +lcX +mPL +mPL +fAh +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(6,1,1) = {" +tMz +vEW +rAe +tbo +ijS +lce +lce +lce +xUq +xUq +xUq +xUq +jyD +jyD +jyD +jyD +xUq +vPf +tQd +bYr +bpZ +bpZ +fwg +bym +bym +bym +bym +iCr +sSa +sSa +dSX +iFT +tQd +vPf +lcX +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(7,1,1) = {" +xUq +nOv +rAe +lhG +ijS +lce +lce +uRQ +xUq +cfZ +dGD +dVO +jyD +jyD +jyD +jyD +xUq +vPf +tQd +ozU +wNl +wNl +cCd +kQB +bym +bym +oLz +ozU +wNl +wNl +wNl +kds +tQd +vPf +lcX +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(8,1,1) = {" +xUq +qZe +ltv +pRX +ijS +lce +cTT +tqR +xUq +cCA +dGD +eqF +jyD +jyD +jyD +jyD +xUq +vPf +tQd +iUp +bym +bym +bym +bym +bym +bym +bym +bym +bym +bym +bym +gNF +tQd +vPf +lcX +mPL +fAh +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(9,1,1) = {" +xUq +eJQ +lce +lce +lce +lce +lce +lce +aQX +cTS +cTS +xUq +jyD +jyD +jyD +jyD +xUq +vPf +tQd +pZZ +bym +bym +oor +bym +bym +bym +vLj +lZH +bym +bym +bym +cId +tQd +vPf +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +fAh +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(10,1,1) = {" +xUq +eMu +lce +lce +lce +lce +lce +uRQ +xUq +dEh +cTS +xUq +jyD +jyD +jyD +jyD +xUq +vPf +tZi +esE +fas +kIg +kIg +kIg +kIg +iOb +rWk +tzl +kQB +bym +bym +mqX +tQd +vPf +lcX +mPL +mPL +wfJ +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(11,1,1) = {" +xUq +rbO +lce +lce +lce +lce +cTT +tqR +xUq +xUq +xUq +xUq +jyD +jyD +jyD +jyD +xUq +vPf +tQd +wGW +jmq +hfF +mXM +evr +dyC +oUI +iUp +oGz +bym +bym +bym +jvy +tQd +vPf +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +aND +jEz +jEz +vaX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(12,1,1) = {" +xUq +tpf +uRQ +lce +lce +lce +lce +uRQ +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xUq +vPf +tQd +hUH +jmq +hfF +fhS +fzc +dyC +oUI +iUp +tZi +esE +vuP +owB +rWk +xwb +vPf +lcX +mPL +mPL +mPL +wfJ +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +dhe +eFT +wKJ +pwO +wYg +njL +duM +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(13,1,1) = {" +xUq +ylZ +ylZ +ylZ +ylZ +tNO +xHr +hfR +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xUq +vPf +tQd +hUH +jmq +hfF +hfz +tNi +dyC +oUI +iUp +tQd +rrE +wak +wak +hTY +tQd +vPf +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +rrf +njL +njL +rrf +njL +njL +uRn +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +hSw +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +xjW +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(14,1,1) = {" +xUq +hql +ylZ +ylZ +ylZ +ylZ +mUD +fTl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xUq +vPf +tQd +hon +jmq +hfF +oid +ldu +dyC +oUI +iUp +tQd +ydA +wwh +wwh +hQw +tQd +vPf +lcX +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +dhe +eFT +wKJ +dhe +njL +njL +uRn +mPL +mPL +mPL +mPL +mPL +mPL +uKO +mpC +mpC +wKJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(15,1,1) = {" +xUq +ylZ +ylZ +jGo +ylZ +ylZ +mUD +fTl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xUq +vPf +tZi +esE +jxb +nyO +nyO +nyO +nyO +rKW +rWk +xwb +fku +wwh +wwh +yjb +tQd +vPf +lcX +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +qkb +rrf +njL +njL +rrf +njL +njL +uRn +mPL +mPL +mPL +wfJ +fAh +fAh +uRn +njL +njL +rrf +jEV +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(16,1,1) = {" +jKJ +ylZ +ohL +ylZ +nql +ylZ +mUD +fTl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xUq +vPf +tQd +jcn +iUp +hon +iUp +xZQ +lfc +iUp +jcn +tQd +vLF +rNj +qzK +dJV +tQd +vPf +lcX +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +dhe +eFT +wKJ +dhe +wYg +njL +uRn +mPL +fAh +wfJ +mPL +mPL +wfJ +uRn +njL +njL +rrf +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(17,1,1) = {" +xUq +lxW +ylZ +gsF +ylZ +ylZ +kch +mSW +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xUq +vPf +eJM +hic +hic +hic +hic +hic +hic +hic +hic +vup +hic +hic +hic +hic +dxF +vPf +lcX +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +duM +njL +njL +uRn +mPL +mPL +mPL +rXa +mPL +mPL +uRn +eRL +rJn +uRn +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(18,1,1) = {" +xUq +mhm +ylZ +hql +ylZ +ylZ +mUD +qcM +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xUq +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +vPf +lcX +mPL +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +wfJ +uRn +njL +njL +uRn +mPL +mPL +wfJ +mPL +mPL +mPL +uRn +njL +njL +uRn +mPL +fAh +mPL +wfJ +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +wfJ +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +pXS +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(19,1,1) = {" +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +lcX +fAh +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +pgB +njL +njL +uRn +mPL +wfJ +mPL +mPL +lto +mPL +uRn +njL +njL +uRn +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +hSw +wfJ +mPL +oTy +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +ahI +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(20,1,1) = {" +bOR +eJo +eJo +eJo +eJo +eJo +eJo +eJo +eJo +eJo +eJo +ksJ +eJo +eJo +eJo +eJo +eJo +eJo +eJo +eJo +eJo +eJo +fuj +xUq +eJo +eJo +eJo +eJo +xUq +fFH +fFH +fFH +fFH +xUq +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +dhe +eFT +wKJ +dhe +wYg +njL +pgB +mPL +mPL +fAh +mPL +mPL +fAh +pgB +njL +njL +pgB +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +fAh +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(21,1,1) = {" +vNb +kYO +xRp +xRp +xRp +aZR +tBx +ryo +ryo +ryo +eCs +cHZ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tWz +vNb +fzD +uYh +uYh +mfp +qdY +wJA +uYh +uYh +uYh +tWz +lcX +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +rrf +njL +njL +rrf +njL +njL +wIx +eFT +mpC +mpC +mpC +wKJ +hdH +vaX +ioe +ioe +hdH +jEz +jEz +jEz +veL +jEz +jEz +jEz +vaX +tlf +mPL +mPL +cVV +cVV +cVV +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(22,1,1) = {" +vNb +jWb +gDq +gDq +gDq +xJG +xPP +gDq +gDq +gDq +uVh +cHZ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tWz +vNb +fAR +uYh +uYh +mpW +qdY +wMc +sWK +sWK +dRR +tWz +lcX +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +dhe +eFT +wKJ +dhe +njL +njL +jga +uPA +uPA +xAa +xAa +xAa +lES +dil +tcz +tcz +ltZ +qwb +xAa +uky +rkr +vHd +fjf +njL +rrf +mPL +mPL +mPL +ilE +ilE +ilE +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(23,1,1) = {" +vNb +jWb +gDq +gDq +gDq +xJG +xPP +gDq +gDq +gDq +uVh +cHZ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tWz +vNb +lEF +wgm +uYh +uYh +qdY +uYh +sWK +sWK +sWK +tWz +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +rrf +njL +njL +rrf +njL +njL +jga +vGw +xAa +xAa +wcf +wcf +wcf +wcf +tcz +tcz +lov +qJM +xAa +gms +rkr +tZG +njL +njL +wIx +cCw +mPL +mPL +eZg +ilE +ilE +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +xNP +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +rLL +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(24,1,1) = {" +vNb +jWb +gDq +gDq +gDq +xJG +xPP +gDq +gDq +gDq +uVh +cHZ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tWz +vNb +fMQ +uYh +uYh +mpW +qdY +wSE +sWK +sWK +dRR +tWz +lcX +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +dhe +eFT +wKJ +dhe +wYg +njL +jga +hTW +xAa +wcf +kia +kia +kia +lrE +tcz +tcz +lov +abo +qLM +aND +sEj +vaX +rrf +hdH +iMk +mPL +mPL +mPL +ghW +ghW +ghW +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(25,1,1) = {" +vNb +dYH +ppb +ppb +ppb +ijg +oZc +wfy +wfy +wfy +qKG +cHZ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tWz +vNb +fTE +uYh +uYh +mfp +qdY +xfx +uYh +uYh +uYh +tWz +lcX +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +wfJ +duM +njL +njL +jga +mly +xAa +wcf +kia +kia +kia +mwG +tcz +tcz +lov +pBo +knf +rkr +aMD +fjf +njL +paH +pwO +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jEO +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(26,1,1) = {" +hjB +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +xUq +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +uSZ +xUq +fFH +fFH +fFH +fFH +xUq +fFH +fFH +fFH +fFH +xUq +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +uRn +njL +njL +pwO +lmc +xAa +xAa +xAa +xAa +fYA +xAa +tcz +tcz +lov +kbU +msU +pwO +pSy +njL +njL +iDS +duM +bpL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(27,1,1) = {" +vNb +kuc +kuc +kuc +kuc +fUB +kuc +kuc +kuc +kuc +tYg +qdY +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +tWz +vNb +geV +uYh +uYh +mMq +cHZ +wJA +uYh +uYh +uYh +tWz +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +uRn +njL +njL +cpE +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +jcG +uAq +njL +njL +iDS +uRn +bpL +mPL +mPL +mPL +mPL +kdH +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(28,1,1) = {" +vNb +kuc +wgZ +bGJ +kuc +kuc +fUB +wgZ +kuc +egx +kuc +qdY +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +tWz +vNb +gqp +uYh +uYh +npl +qdY +wMc +sWK +sWK +dRR +tWz +lcX +mPL +mPL +wfJ +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +wfJ +uRn +njL +njL +cpE +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +aaN +njL +njL +iDS +uRn +bpL +mPL +mPL +mPL +mPL +kdH +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(29,1,1) = {" +vNb +pYu +kuc +kuc +tYg +kuc +kuc +fUB +kuc +kuc +iwj +qdY +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +tWz +vNb +gFR +uYh +uYh +uYh +qdY +uYh +sWK +sWK +sWK +tWz +lcX +mPL +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +pgB +njL +njL +wIx +xDT +tcz +jKH +wfG +uPA +tcz +wKz +ejr +wfG +tcz +tcz +wAy +wIx +pSy +njL +njL +iDS +uRn +qwX +mPL +mPL +mPL +mPL +ilE +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(30,1,1) = {" +vNb +kuc +kuc +kuc +mIb +kuc +kuc +kuc +fUB +kuc +kuc +qdY +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +tWz +vNb +hcI +uYh +uYh +nqk +qdY +wSE +sWK +sWK +dRR +tWz +lcX +mPL +mPL +mPL +wfJ +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +aND +jEz +jEz +pUb +aDO +aDO +mKI +vaX +fRk +hdH +veL +vaX +dVm +hdH +jEz +pUb +meY +tcz +nUz +rkr +uZU +njL +njL +xia +uRn +qwX +mPL +mPL +mPL +mPL +kdH +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(31,1,1) = {" +vNb +kuc +nFJ +kuc +kuc +kuc +liA +tYg +kuc +fUB +wgZ +qdY +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +gTE +tWz +vNb +hOV +uYh +uYh +mMq +qdY +xfx +uYh +uYh +uYh +tWz +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +jga +sfT +oxv +jga +jcp +njL +jga +njL +njL +njL +jga +amx +pFs +dVm +jeT +pBn +pUb +lZI +aND +iMk +njL +njL +njL +iDS +uRn +qwX +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(32,1,1) = {" +hjB +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +xUq +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +uSZ +xUq +wCK +wCK +wCK +wCK +xUq +fFH +fFH +fFH +fFH +xUq +lcX +mPL +mPL +fAh +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +jga +njL +njL +jga +njL +kmG +jga +njL +njL +njL +jga +amx +ezB +hdH +jEz +eUA +iMk +njL +mKI +iMk +uvI +njL +njL +iDS +uRn +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(33,1,1) = {" +vNb +hkl +taF +ofJ +urQ +mzK +oYL +urQ +gir +taF +hkl +qdY +lGr +lGr +lGr +lGr +lGr +lGr +lGr +ceM +lGr +lGr +tWz +jyD +jyD +wID +wID +wID +wID +wID +wID +wID +jyD +jyD +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +jga +njL +njL +jga +jcp +njL +jga +njL +njL +njL +jga +veR +pFs +dVm +jeT +pBn +iMk +xpe +mKI +iMk +neM +njL +njL +iDS +uRn +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(34,1,1) = {" +vNb +pZz +nbx +bLJ +urQ +wbY +wbY +urQ +tNn +nbx +pZz +qdY +lGr +bvP +lGr +lGr +lGr +beF +lGr +lGr +kBB +lGr +tWz +jyD +jyD +wID +kVg +kVg +kVg +kVg +kVg +wID +jyD +jyD +lcX +aND +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +pUb +eFT +wKJ +aND +vaX +eFT +mpC +mpC +mpC +wKJ +hdH +jEz +xug +bst +hJf +jga +cNr +cNr +jga +djG +njL +dgj +jga +pvQ +pFs +hdH +jEz +eUA +iMk +njL +mKI +iMk +pSy +njL +njL +iDS +pgB +mPL +mPL +oTy +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +"} +(35,1,1) = {" +vNb +hkl +taF +ofJ +urQ +qyT +qyT +urQ +gir +taF +hkl +qdY +lGr +lGr +lGr +lGr +lGr +lGr +lGr +lGr +lGr +lGr +tWz +wID +wID +wID +gLF +gLF +gLF +gLF +gLF +wID +wID +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +jga +njL +njL +jga +qaK +kzK +mRa +mHZ +tcz +rUg +vqH +qrv +qrv +xAa +hYv +jga +jcp +njL +jga +njL +njL +njL +jga +pvQ +pFs +dVm +jeT +pBn +iMk +xpe +mKI +iMk +aMD +ulb +ulb +kzj +wIx +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(36,1,1) = {" +vNb +pZz +nbx +bLJ +urQ +wbY +wbY +urQ +tNn +nbx +pZz +qdY +lGr +lGr +vgV +lGr +kBB +lGr +lGr +lGr +beF +lGr +tWz +wID +hQm +jYX +sgM +sgM +sgM +sgM +sgM +kXa +yix +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +jga +njL +njL +jga +mpH +lgJ +mRa +mHZ +tcz +nNz +uFB +tcz +tcz +xAa +xAa +jga +njL +hDv +jga +njL +njL +njL +jga +pvQ +ezB +hdH +veL +eUA +iMk +njL +mKI +eUA +veL +veL +veL +jEz +xug +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(37,1,1) = {" +vNb +hkl +taF +ofJ +urQ +wLK +rym +urQ +gir +taF +hkl +qdY +lGr +lGr +lGr +lGr +lGr +lGr +bvP +lGr +lGr +ceM +tWz +wID +hQm +jYX +sgM +nFE +sgM +nFE +sgM +kXa +yix +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +jga +njL +njL +jga +mpH +iUr +mRa +mHZ +tcz +szw +voL +tcz +tcz +xAa +xAa +jga +njL +njL +jga +njL +njL +njL +jga +pFs +pFs +fEa +mKI +sEj +xug +lZI +jHb +sEj +eUA +eUA +iMk +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(38,1,1) = {" +hjB +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +xUq +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +uSZ +wID +hQm +jYX +sgM +sgM +pLi +sgM +sgM +kXa +yix +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +jga +njL +ayZ +pwO +mhA +mHZ +mHZ +tcz +tcz +nJf +uHi +tcz +tcz +xAa +xAa +pwO +mfF +njL +jga +vED +vED +vED +jga +exo +exo +aND +xug +mew +txu +wNT +txu +dZk +jHb +eUA +iMk +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(39,1,1) = {" +vNb +pwt +ofK +ofK +rgo +ptj +ptj +vfS +fnD +fnD +uMJ +qdY +aVK +aVK +aVK +aVK +aVK +aVK +aVK +aVK +aVK +aVK +tWz +wID +hQm +jYX +sgM +nFE +sgM +nFE +sgM +kXa +yix +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +lVz +oYZ +oYZ +oYZ +jga +njL +njL +adO +xAa +xAa +xAa +xAa +xAa +xAa +xAa +xAa +xAa +xAa +xAa +tEG +njL +njL +mKI +jEz +jEz +jEz +sEj +jEz +jEz +iMk +mew +txu +ecl +oil +ecl +txu +dZk +mKI +iMk +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(40,1,1) = {" +vNb +sJq +ofK +ofK +rgo +iky +mCJ +mCJ +mCJ +mCJ +gcY +qdY +aVK +eoM +rUZ +aVK +ngv +uYP +uYP +uYP +qwM +aVK +tWz +wID +hQm +jYX +sgM +sgM +sgM +sgM +sgM +kXa +yix +wID +lcX +jHb +jEz +jEz +veL +veL +jEz +jEz +pUb +kgi +hdH +jEz +jEz +xug +njL +njL +adO +nSq +xAa +xAa +xAa +nSq +svp +nSq +xAa +xrZ +xAa +nSq +tEG +njL +njL +jga +vCX +qYY +sbD +sbD +qYY +vCX +rkr +txu +ecl +oil +jPQ +oil +ecl +txu +mKI +iMk +six +fAh +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(41,1,1) = {" +vNb +sJq +ofK +ofK +rgo +nkD +eRB +eRB +eRB +eRB +qdy +qdY +aVK +tLV +rUZ +aVK +qDz +ggK +ggK +ggK +hue +aVK +tWz +wID +wID +kuo +fjV +fjV +fjV +fjV +fjV +kuo +wID +wID +lcX +mPL +mPL +mPL +mKI +iMk +byO +tkV +jga +qaB +gAu +njL +oOA +njL +njL +njL +mKI +vaX +hzJ +kST +hzJ +hdH +jEz +jEz +jEz +jEz +jEz +jEz +pUb +njL +hDv +jga +cIb +raO +raO +raO +raO +cIb +rkr +wNT +oil +nuM +qkE +trk +oil +vfm +mKI +iMk +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(42,1,1) = {" +vNb +sJq +ofK +ofK +rgo +rCL +tYw +tYw +tYw +tYw +wLv +qdY +aVK +aDk +rUZ +aVK +vgG +ksl +ksl +ksl +hXB +aVK +tWz +wID +wID +kQX +lfj +lfj +lfj +lfj +lfj +kQX +ntO +wID +lcX +mPL +wfJ +mPL +jHb +xug +njL +njL +jga +xyg +njL +njL +njL +ewW +njL +njL +jga +iCh +njL +njL +njL +uQl +jcl +eyW +flI +ssS +qqs +vCX +jga +njL +njL +jga +qUv +raO +raO +raO +raO +fVG +rkr +txu +vBi +oil +nkq +oil +vBi +txu +mKI +iMk +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(43,1,1) = {" +vNb +sJq +ofK +ofK +vzU +ptj +ptj +vfS +fnD +fnD +uMJ +qdY +aVK +aVK +aVK +aVK +aVK +aVK +aVK +aVK +aVK +aVK +tWz +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +wID +lcX +mPL +mPL +mPL +axw +snW +rSz +njL +pwO +sFg +pHj +iOl +hdH +jEz +vaX +iXv +pwO +jcp +ubv +slM +njL +njL +bln +raO +raO +raO +raO +aND +xug +kwI +njL +jHb +veL +vaX +lEu +lEu +hdH +veL +iMk +fUw +txu +vBi +oil +vBi +txu +uwY +mKI +iMk +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +aal +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +pEo +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(44,1,1) = {" +hjB +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +xUq +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +uSZ +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +wID +lcX +fAh +mPL +mPL +wIx +uai +njL +njL +wSh +njL +njL +njL +njL +vSa +njL +njL +slF +njL +slM +slM +slM +njL +jMl +dnq +hBC +raO +ehc +pwO +qFH +njL +njL +iCh +pwO +gAJ +raO +raO +xnY +mKI +eUA +pUb +fUw +txu +wNT +txu +uwY +aND +eUA +iMk +hSw +fAh +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +hvA +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(45,1,1) = {" +vNb +kQd +kQd +kQd +kQd +kQd +kQd +kQd +kQd +kQd +kQd +cHZ +iDt +jat +jat +jat +dts +tYq +hNx +hNx +hNx +mOM +tWz +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +wID +lcX +mPL +mPL +fAh +jga +dBT +njL +njL +wSh +njL +njL +njL +njL +njL +njL +njL +ibN +njL +slM +slM +slM +njL +nuC +rzl +eMv +raO +raO +eab +njL +njL +njL +njL +pGR +raO +raO +raO +wXO +mKI +sEj +sEj +jEz +jEz +veL +jEz +jEz +sEj +sEj +iMk +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(46,1,1) = {" +vNb +kQd +aRV +kQd +kQd +kQd +kQd +kQd +kQd +aRV +kQd +cHZ +iDt +jat +qeT +ojW +llk +jyA +ojW +nTc +hNx +mOM +tWz +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +wID +lcX +mPL +fAh +mPL +pwO +wpN +njL +njL +wSh +njL +njL +njL +njL +wfo +njL +njL +slF +njL +slM +slM +slM +njL +scl +bXF +kQS +raO +ehc +wIx +qFH +njL +njL +iCh +wIx +hrp +raO +raO +tlo +rkr +rAz +rAz +wXx +fHN +rkr +afn +bky +sfT +wDG +jga +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(47,1,1) = {" +vNb +kQd +kQd +kQd +kQd +aRV +aRV +kQd +kQd +kQd +kQd +cHZ +mkS +ojW +qeT +ojW +llk +jyA +vZD +nTc +ojW +vyE +tWz +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +gnk +lcX +mPL +mPL +wfJ +axw +wxl +rSz +njL +wIx +sFg +pHj +iOl +hdH +jEz +vaX +ibA +wIx +xpe +uQw +slM +njL +njL +bln +raO +raO +raO +raO +jHb +pUb +jcp +njL +aND +xug +vcL +raO +uZb +oiI +rkr +rAz +rAz +wPJ +fHN +rkr +djx +njL +wPJ +ceq +jga +fAh +fAh +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +hxr +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(48,1,1) = {" +vNb +kQd +aRV +kQd +kQd +kQd +kQd +kQd +kQd +aRV +kQd +cHZ +pKw +bNs +qeT +ojW +llk +jyA +ojW +nTc +jSz +uYF +tWz +wID +wID +vUE +vUE +vUE +qny +qny +vUE +vUE +qIa +gnk +lcX +fAh +mPL +mPL +aND +pUb +njL +njL +jga +qaB +njL +njL +njL +qPd +njL +njL +jga +iCh +njL +njL +njL +pot +jcl +eyW +cEI +thL +ccC +vCX +jga +njL +hDv +jga +msY +raO +raO +xZI +oiI +rkr +rAz +fHN +iWh +rAz +rkr +djx +njL +njL +giz +jga +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(49,1,1) = {" +vNb +kQd +kQd +kQd +kQd +kQd +kQd +kQd +kQd +kQd +kQd +cHZ +pKw +bNs +bNs +bNs +dOJ +uPW +jSz +jSz +jSz +uYF +tWz +wID +wID +vUE +vUE +vUE +qJV +xuX +vUE +vUE +qIa +ibP +lcX +mPL +mPL +mPL +mKI +iMk +bEx +fDK +jga +xyg +fso +njL +tPs +njL +njL +njL +mKI +vaX +gMh +oyd +gMh +hdH +jEz +jEz +jEz +jEz +jEz +jEz +xug +njL +njL +jga +ccC +raO +raO +thL +qpS +rkr +rAz +rAz +rAz +rAz +rkr +djx +djx +njL +cIF +jga +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +arb +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(50,1,1) = {" +hjB +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +xUq +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +uSZ +wID +wID +vUE +vUE +vUE +qny +qny +vUE +vUE +qIa +kTJ +lcX +aND +jEz +jEz +sEj +sEj +jEz +jEz +xug +qHw +hdH +jEz +jEz +pUb +njL +njL +adO +xAa +xAa +xAa +dks +xAa +vIb +xAa +xAa +iwc +xAa +xAa +enf +njL +njL +jga +ssS +raO +raO +xZI +tgm +rkr +fHN +wPJ +rAz +rAz +rkr +djx +hSy +uSb +dzB +jga +hSw +fAh +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(51,1,1) = {" +vNb +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +cHZ +nJs +nJs +nJs +nJs +nJs +nJs +nJs +djn +tFo +gEV +tWz +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +fKp +oYZ +oYZ +oYZ +jga +njL +njL +adO +xAa +xAa +xAa +xAa +xAa +xAa +xAa +xAa +xAa +xAa +xAa +enf +njL +njL +jga +qqs +xEm +raO +oCK +fsa +rkr +eFT +wKJ +aXG +riL +pwO +jvr +hdH +jEz +jEz +iMk +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(52,1,1) = {" +vNb +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +cHZ +nJs +mGg +nJs +nJs +rcx +nJs +nJs +djn +tFo +gEV +tWz +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +jga +njL +ayZ +wIx +aQT +tcz +tcz +vHp +sNE +xAa +xAa +gyc +ard +gyc +tcz +wIx +njL +hDv +mKI +jEz +vaX +dxO +hdH +jEz +iMk +jFM +njL +njL +njL +pRZ +njL +biT +iiz +sfT +jga +mPL +wfJ +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(53,1,1) = {" +vNb +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +cHZ +nJs +nJs +nJs +nJs +nJs +nJs +nJs +djn +tFo +gEV +tWz +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +jga +njL +njL +jga +jIe +tcz +tcz +daV +sNE +xAa +xAa +gyc +ard +gyc +tcz +jga +njL +njL +jga +rvl +dfd +vcx +dfd +itg +rkr +njL +njL +njL +njL +njL +rJn +duM +njL +lUT +jga +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(54,1,1) = {" +vNb +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +cHZ +nJs +sOk +nJs +nJs +nJs +rPa +nJs +djn +tFo +gEV +tWz +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +jga +njL +njL +jga +smG +tcz +tcz +qTE +sNE +xAa +xAa +gyc +ard +gyc +tcz +jga +jcp +njL +jga +mIO +vcx +bxc +vcx +jIg +mKI +jEz +jEz +jEz +pUb +njL +njL +aci +wKJ +hdH +iMk +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(55,1,1) = {" +vNb +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +nIP +cHZ +nJs +nJs +nJs +nJs +nJs +nJs +nJs +djn +tFo +gEV +tWz +wID +wID +vUE +vUE +vUE +vUE +vUE +vUE +vUE +qIa +wID +lcX +jga +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +oYZ +jga +njL +njL +jga +puq +svW +cLr +gri +sNE +xAa +xAa +puq +meL +puq +tcz +jga +njL +hDv +jga +fuo +vcx +vcx +vcx +cri +rkr +sMH +qHX +eMx +jga +njL +njL +biT +szy +sfT +jga +mPL +mPL +fAh +hSw +six +fAh +fAh +six +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(56,1,1) = {" +hjB +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +xUq +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +uSZ +wID +wID +kQX +lfu +lfu +lfu +lfu +lfu +kQX +gag +wID +lcX +jHb +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +xug +eFT +wKJ +mKI +jEz +jEz +jEz +jEz +pUb +njL +rJn +aND +jEz +jEz +jEz +iMk +mfF +njL +jga +pOd +fbu +gly +jNo +iPX +rkr +qgZ +njL +dvF +pwO +njL +rJn +duM +njL +lUT +jga +mPL +wfJ +mPL +wfJ +mPL +mPL +mPL +wfJ +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(57,1,1) = {" +vNb +rIO +rIO +rIO +rIO +rIO +rIO +rIO +rIO +rIO +rIO +cHZ +dip +axN +axN +axN +hez +rFc +kPB +kPB +kPB +wyn +tWz +wID +wID +kuo +fjV +fjV +fjV +fjV +fjV +kuo +wID +wID +lcX +mPL +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +mPL +jga +psG +lZo +psG +iCh +pwO +uQh +njL +pwO +qOI +qOI +qOI +jga +njL +tsP +jHb +jEz +jEz +jEz +jEz +jEz +xug +wto +njL +njL +pKk +njL +njL +aci +wKJ +hdH +iMk +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(58,1,1) = {" +vNb +rIO +hyI +rIO +rIO +rIO +rIO +rIO +rIO +hyI +rIO +cHZ +ixH +jOT +jOT +jOT +onh +nrS +jOT +jOT +jOT +dSe +tWz +wID +spy +jYX +oKD +oKD +oKD +oKD +oKD +kXa +ipG +wID +lcX +mPL +mPL +mPL +mPL +dBD +mPL +mPL +mPL +fAh +mPL +mPL +mPL +mPL +dBD +aND +xug +fbQ +fbQ +fbQ +njL +feD +njL +njL +njL +njL +njL +njL +jga +njL +njL +mJI +njL +njL +sOd +njL +njL +tRF +njL +njL +dGO +wIx +njL +njL +biT +iiz +sfT +jga +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(59,1,1) = {" +vNb +rIO +rIO +rIO +rIO +rIO +rIO +rIO +rIO +rIO +rIO +cHZ +ixH +jOT +jOT +jOT +onh +nrS +jOT +jOT +jOT +dSe +tWz +wID +spy +jYX +oKD +nfZ +oKD +nfZ +oKD +kXa +ipG +wID +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +mPL +jga +eKf +njL +njL +njL +njL +feD +njL +njL +njL +njL +njL +rJn +jga +mfF +njL +mJI +njL +njL +mIk +njL +njL +tRF +njL +xAW +pZQ +jga +njL +rJn +riL +njL +lUT +jga +mPL +hSw +mPL +fAh +mPL +mPL +wfJ +hSw +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(60,1,1) = {" +vNb +rIO +hyI +rIO +rIO +rIO +rIO +rIO +rIO +hyI +rIO +cHZ +ixH +jOT +jOT +jOT +onh +nrS +jOT +jOT +jOT +dSe +tWz +wID +spy +jYX +oKD +oKD +qRD +oKD +oKD +kXa +ipG +wID +lcX +mPL +mPL +dBD +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +jga +jNu +njL +njL +njL +njL +feD +njL +njL +njL +njL +njL +njL +jga +iSV +iSV +aND +veL +jEz +jEz +jEz +jEz +jEz +veL +jEz +jEz +sEj +jEz +jEz +jEz +jEz +jEz +iMk +mPL +mPL +mPL +wfJ +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(61,1,1) = {" +vNb +rIO +rIO +rIO +rIO +rIO +rIO +rIO +rIO +rIO +rIO +cHZ +lhP +bQG +bQG +bQG +avY +sRJ +urk +urk +urk +iyW +tWz +wID +spy +jYX +oKD +nfZ +oKD +nfZ +oKD +kXa +ipG +wID +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +dBD +mPL +mPL +fAh +mPL +mPL +mPL +jga +jPz +tPs +njL +tPs +rJn +wIx +njL +rJn +wIx +qOI +qOI +qOI +jga +tcz +wAy +mKI +xug +oVg +bag +lwT +wsG +rhz +jga +wOq +lnX +aPu +gTr +kiB +oNW +ygF +qhl +jga +mPL +wfJ +mPL +mPL +mPL +mPL +wfJ +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(62,1,1) = {" +hjB +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +xUq +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +fFH +uSZ +wID +spy +jYX +oKD +oKD +oKD +oKD +oKD +kXa +ipG +wID +lcX +mPL +mPL +mPL +mPL +mPL +dBD +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +mKI +jEz +jEz +jEz +jEz +jEz +iMk +vfe +kWQ +mKI +jEz +jEz +jEz +iMk +tcz +tcz +jga +iEl +dFP +dFP +dFP +dFP +por +jga +jRu +pFs +vWR +pFs +pFs +pFs +pFs +gii +jga +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(63,1,1) = {" +vNb +gJe +ncA +ncA +ncA +ncA +sDx +sDx +sDx +sDx +jJB +cHZ +fLf +aNh +aNh +aNh +aNh +hZZ +hZZ +hZZ +hZZ +qfU +tWz +wID +wID +wID +gLF +gLF +gLF +gLF +gLF +wID +wID +wID +lcX +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +dBD +mPL +mPL +dBD +mPL +mPL +jga +jPz +njL +njL +njL +rJn +pwO +njL +rJn +pwO +wZp +giR +mtJ +jga +mgy +wAy +pwO +pxF +dFP +dFP +dFP +dFP +vyk +jga +aVe +kbg +jwy +kbg +vMX +pFs +pFs +iDU +jga +mPL +mPL +fAh +mPL +wfJ +mPL +mPL +mPL +lcX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(64,1,1) = {" +vNb +shO +dYF +dYF +dYF +dYF +dYF +dYF +dYF +dYF +qPc +cHZ +ipv +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +kzG +tWz +jyD +jyD +wID +lgX +lgX +lgX +lgX +lgX +wID +jyD +jyD +lcX +mPL +mPL +mPL +mPL +fAh +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +mPL +jga +jNu +njL +njL +njL +njL +eKo +njL +njL +yjq +njL +njL +rJn +jga +mpH +tcz +lKj +tcz +tcz +tcz +tcz +tcz +tcz +pwO +fpT +ooB +xlx +kEs +vEc +pFs +pFs +ndb +jga +mPL +mPL +wfJ +mPL +mPL +mPL +wfJ +mPL +lcX +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(65,1,1) = {" +vNb +shO +dYF +dYF +dYF +dYF +dYF +dYF +dYF +dYF +qPc +cHZ +ipv +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +kzG +tWz +xUq +xUq +wID +wID +wID +wID +wID +wID +wID +xUq +xUq +lcX +mPL +mPL +mPL +dBD +mPL +mPL +dBD +mPL +mPL +mPL +mPL +dBD +mPL +mPL +jga +eKf +njL +njL +njL +njL +eKo +njL +njL +yjq +njL +njL +njL +jga +mpH +tcz +tcz +tcz +tcz +tcz +tcz +tcz +tcz +kaJ +pFs +pFs +pFs +pFs +pFs +pFs +pFs +asG +jga +mPL +mPL +mPL +mPL +mPL +wfJ +mPL +mPL +lcX +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(66,1,1) = {" +vNb +shO +dYF +dYF +dYF +dYF +dYF +dYF +dYF +dYF +qPc +cHZ +ipv +vhu +vhu +vhu +vhu +vhu +vhu +vhu +vhu +kzG +tWz +xUq +hRW +rLk +rLk +nUb +rtp +wCx +foN +kgG +fcL +xUq +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +fAh +mPL +mPL +mPL +mPL +dBD +jHb +pUb +rht +rht +rht +njL +eKo +njL +njL +yjq +njL +njL +rJn +jga +pCl +qqR +gzA +aMo +nZn +pdP +gzA +jYQ +sGP +wIx +pFs +pFs +pFs +pFs +pFs +pFs +pFs +skb +jga +mPL +mPL +hSw +mPL +mPL +mPL +ohq +mPL +lcX +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(67,1,1) = {" +vNb +lDH +pAl +pAl +pAl +pAl +ctn +ctn +ctn +ctn +sss +cHZ +gOu +ezi +ezi +ezi +ezi +pml +pml +pml +pml +nOx +tWz +xUq +fuq +tpg +tpg +tpg +tpg +tpg +tpg +tpg +uGN +xUq +lcX +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +jga +wax +xgb +wax +iCh +wIx +tPs +rJn +wIx +rSR +giR +hnI +jga +odP +uti +rdj +lWN +uPA +pjo +yae +vKh +kIf +jga +sTX +nKW +sTX +kjC +gTh +fxa +coD +ndb +jga +mPL +mPL +mPL +mPL +mPL +mPL +mPL +mPL +lcX +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +aGy +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(68,1,1) = {" +vTR +wCK +wCK +wCK +wCK +wCK +wCK +wCK +wCK +wCK +wCK +ssz +wCK +wCK +wCK +wCK +wCK +wCK +wCK +wCK +wCK +wCK +jvg +xUq +bKE +tpg +tpg +fBO +rxw +nGC +uty +pZv +nhS +xUq +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +jHb +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +sEj +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +sEj +jEz +jEz +jEz +jEz +jEz +jEz +jEz +jEz +xug +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +lcX +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(69,1,1) = {" +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +swv +tpg +tpg +eSj +rBD +mNM +cYJ +pFW +bjW +xUq +jyD +jyD +jyD +jyD +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +xoS +xoS +xoS +xoS +kID +kID +kID +kID +kID +xoS +xoS +kID +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(70,1,1) = {" +xUq +txn +aZe +aZe +aZe +aZe +aZe +iic +iic +xUq +xUq +mpD +rtB +mpD +xUq +mpD +rtB +mpD +xUq +mpD +rtB +mpD +xUq +xUq +olF +tpg +tpg +tpg +tpg +tpg +tpg +tpg +pkT +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +vKY +vKY +dkl +gXj +dGH +fiK +fiK +gXj +xoS +nSw +kIj +oeN +xoS +mDD +mDD +mDD +mDD +mDD +mDD +kID +xoS +smW +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(71,1,1) = {" +xUq +irV +aZe +aZe +aZe +aZe +aZe +aZe +iic +xUq +xUq +pst +rtB +fva +xUq +pst +rtB +fva +xUq +pst +rtB +fva +xUq +xUq +jmK +tpg +tpg +izb +rCQ +qyL +pVF +etk +qxD +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +pKX +pKX +pKX +gXj +eeN +fiK +fOf +gXj +kID +nrv +qAW +qAW +xoS +qAW +qAW +qAW +qAW +qAW +qAW +xoS +qAW +qAW +qAW +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +aad +njW +njW +njW +njW +adR +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(72,1,1) = {" +xUq +dol +aZe +aZe +aZe +aZe +aZe +aZe +iic +xUq +xUq +mpD +rtB +mpD +xUq +mpD +rtB +mpD +xUq +mpD +rtB +mpD +xUq +xUq +qZR +tpg +tpg +tBD +sog +bZZ +wOK +sCI +cYU +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +uYp +pKX +pKX +dEq +eDg +fjA +gXj +gXj +xoS +fGT +qAW +qAW +piw +qAW +qAW +qAW +qAW +qAW +qAW +igW +qAW +qAW +qAW +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(73,1,1) = {" +xUq +sRB +aZe +aZe +aZe +aZe +aZe +aZe +iic +xUq +xUq +xUq +fgC +xUq +xUq +xUq +fgC +xUq +xUq +xUq +fgC +xUq +xUq +xUq +htZ +tpg +tpg +tpg +tpg +tpg +tpg +tpg +hen +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +pKX +pKX +pKX +gXj +gXj +gXj +gXj +gXj +xoS +fGT +qAW +qAW +xoS +qAW +qAW +dAs +fGT +qAW +fEx +xoS +smW +xoS +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +aHs +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(74,1,1) = {" +xUq +mPw +aZe +aZe +aZe +aZe +aZe +iic +iic +xUq +xUq +ets +hCF +ets +xUq +ets +hCF +ets +xUq +ets +hCF +ets +xUq +xUq +pDg +tpg +tpg +dyv +sFo +irj +dzo +xAM +gIN +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +pKX +pKX +qTB +gXj +gXj +gXj +gXj +gXj +xoS +tlX +qfe +pHT +kID +qAW +qAW +fGT +fGT +qAW +qAW +qAW +qAW +vLs +kID +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +hbO +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(75,1,1) = {" +xUq +xUq +xUq +xUq +aZe +aZe +xUq +xUq +xUq +xUq +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +ets +xUq +dZO +tpg +tpg +bue +tmi +mUB +jVp +aJn +wby +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +pKX +pKX +pKX +gXj +eIt +eIt +fWB +gXj +xoS +xoS +kID +xoS +xoS +qAW +qAW +fGT +fGT +qAW +qAW +qAW +qAW +vLs +kID +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +vDh +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(76,1,1) = {" +xUq +ets +hCF +hCF +hCF +hCF +hCF +hCF +hCF +vhk +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +ets +xUq +uTd +tpg +tpg +tpg +tpg +tpg +tpg +tpg +yhS +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +pKX +pKX +pKX +dGv +eNw +eNw +gmR +gXj +kID +fEx +qAW +qAW +qAW +qAW +qAW +qAW +qAW +qAW +qAW +qAW +qAW +vLs +kID +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(77,1,1) = {" +xUq +ets +hCF +hCF +hCF +hCF +hCF +hCF +hCF +vhk +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +ets +xUq +std +tpg +tpg +lNy +tqn +lof +oCZ +tbv +bSc +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +lqJ +pKX +pKX +gXj +eWw +eNw +gva +gXj +xoS +qAW +qAW +qAW +fbe +qAW +qAW +qAW +qAW +qAW +qAW +qAW +qAW +cDm +kID +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(78,1,1) = {" +xUq +ets +hCF +hCF +hCF +hCF +hCF +hCF +hCF +vhk +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +ets +xUq +kvU +tpg +tpg +bBX +tJM +tVF +gVd +iBQ +fdm +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +pKX +pKX +pKX +gXj +eXh +fBQ +fWB +gXj +xoS +qAW +qAW +fGT +fGT +fbe +qAW +qAW +qAW +qAW +qAW +qAW +qAW +cDm +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(79,1,1) = {" +xUq +xUq +xUq +xUq +aZe +aZe +xUq +xUq +xUq +xUq +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +hCF +ets +xUq +mJv +tpg +tpg +tpg +tpg +tpg +tpg +tpg +vTC +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gXj +pKX +pKX +qTB +gXj +gXj +gXj +gXj +gXj +xoS +qAW +xlW +fGT +fGT +fbe +qAW +qAW +qAW +qAW +qAW +xoS +kID +xoS +kID +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(80,1,1) = {" +xUq +epr +epr +epr +aZe +aZe +epr +epr +epr +xUq +xUq +ets +hCF +hCF +xUq +ets +hCF +ets +xUq +ets +hCF +ets +xUq +xUq +fXF +tpg +tpg +hAZ +uer +hQs +eGQ +syH +xIK +xUq +jyD +jyD +jyD +jyD +gXj +jyD +jyD +jyD +jyD +brx +jyD +jyD +jyD +jyD +gXj +pKX +pKX +pKX +gXj +eIt +eIt +fWB +gXj +xoS +qAW +qAW +fGT +fGT +fbe +qAW +qAW +qAW +qAW +qAW +iXH +dKN +dKN +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(81,1,1) = {" +xUq +qUw +qUw +qUw +aZe +aZe +qUw +qUw +qUw +xUq +xUq +xUq +fgC +xUq +xUq +xUq +fgC +xUq +xUq +xUq +fgC +xUq +xUq +xUq +inp +tpg +tpg +nYs +stD +rUx +uJJ +gbp +uQp +xUq +jyD +jyD +jyD +gXj +gXj +gXj +gXj +gXj +gXj +buC +gXj +gXj +gXj +gXj +gXj +pKX +pKX +pKX +dGv +eNw +eNw +gmR +gXj +xoS +qAW +qAW +qAW +fbe +qAW +qAW +qAW +qAW +qAW +qAW +iXH +qAW +qAW +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(82,1,1) = {" +xUq +qUw +qUw +qUw +aZe +aZe +qUw +qUw +qUw +xUq +xUq +mpD +rtB +mpD +xUq +mpD +rtB +mpD +xUq +mpD +rtB +mpD +xUq +xUq +isK +tpg +tpg +tpg +tpg +tpg +tpg +tpg +tpg +xUq +xUq +xUq +xUq +gXj +dxr +iMC +dxr +fpk +pKX +pKX +pKX +bEL +cPc +pKX +pKX +pKX +pKX +pKX +gXj +eWw +eNw +gva +gXj +kID +fEx +qAW +qAW +qAW +qAW +qAW +qAW +qAW +qAW +qAW +lIO +qAW +qAW +kID +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(83,1,1) = {" +xUq +qUw +qUw +qUw +aZe +aZe +qUw +qUw +qUw +xUq +xUq +pst +rtB +fva +xUq +pst +rtB +fva +xUq +pst +rtB +fva +xUq +xUq +lCb +tpg +tpg +tpg +tpg +tpg +tpg +tpg +tpg +xUq +nCr +qOL +xUq +gXj +bDQ +qvz +aVF +gXj +ijL +pKX +pKX +pKX +pKX +pKX +pKX +pKX +pKX +pKX +gXj +eXh +fBQ +fWB +gXj +kID +xoS +kID +xoS +kID +qAW +qAW +fGT +fGT +qAW +qAW +iXH +qAW +qAW +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(84,1,1) = {" +xUq +pbA +pbA +pbA +aZe +aZe +pbA +pbA +fqe +xUq +xUq +mpD +rtB +mpD +xUq +mpD +rtB +mpD +xUq +mpD +rtB +mpD +xUq +xUq +knq +kDp +lmC +pjY +eRH +ygK +xXe +tpg +tpg +xUq +tpg +cpC +xUq +gXj +fNO +gXj +gXj +gXj +pKX +pKX +pKX +pKX +pKX +pKX +pKX +pKX +pKX +qTB +gXj +gXj +gXj +gXj +gXj +kID +qAW +qAW +qAW +kID +qAW +qAW +fGT +fGT +qAW +qAW +iXH +dKN +dKN +kID +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(85,1,1) = {" +xUq +pbA +gHj +aZe +aZe +aZe +aZe +gHj +cQQ +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +eSq +eSq +xUq +tpg +uzy +xUq +gXj +bDQ +mIq +aYx +jrw +bDQ +bDQ +bDQ +bZG +bZG +bZG +lWK +pKX +pKX +pKX +gXj +eIt +eIt +fWB +gXj +xoS +qAW +qAW +qAW +kID +qAW +qAW +fGT +fGT +qAW +fEx +xoS +xoS +xoS +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +njW +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(86,1,1) = {" +xUq +pbA +tnx +aZe +aZe +aZe +aZe +tnx +pbA +xUq +aEe +rtB +aEe +xUq +aMO +cHF +cHF +cHF +cHF +cHF +cHF +cHF +aMO +xUq +jeA +kKc +lnj +pqC +ufB +piN +xUq +tpg +tpg +xUq +tpg +mwa +xUq +gXj +bDQ +aBv +bmW +gXj +bvW +bDQ +bDQ +clX +clX +cWL +lWK +pKX +pKX +pKX +dGv +eNw +eNw +gmR +gXj +kID +qAW +mgR +qAW +piw +qAW +qAW +qAW +qAW +qAW +qAW +igW +qAW +qAW +qAW +wed +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(87,1,1) = {" +xUq +xUq +xUq +xUq +bmO +bmO +xUq +xUq +xUq +xUq +aEe +rtB +aEe +xUq +aXk +arh +arh +arh +arh +arh +arh +arh +aXk +xUq +wiz +tpg +tpg +tpg +tpg +tpg +eSq +tpg +tpg +eSq +tpg +rfl +xUq +gXj +bDQ +gXj +gXj +gXj +gTB +bDQ +bDQ +cnM +cRR +dbc +lWK +pKX +pKX +pKX +gXj +eWw +eNw +gva +gXj +kID +qAW +qAW +qAW +xoS +qAW +qAW +qAW +qAW +qAW +qAW +xoS +qAW +qAW +qAW +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +vru +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(88,1,1) = {" +xUq +aZe +aZe +aZe +aZe +aZe +aZe +aZe +ajr +xUq +aEe +rtB +aEe +xUq +aXk +arh +arh +arh +arh +arh +arh +arh +aXk +xUq +fsd +tpg +tpg +tpg +tpg +tpg +eSq +tpg +tpg +eSq +tpg +kNk +xUq +gXj +bDQ +aKp +bne +gXj +nnr +bDQ +bDQ +cMS +fBM +fBM +lWK +lIE +fGU +qTB +gXj +eXh +fBQ +fWB +gXj +xoS +qAW +qAW +qAW +xoS +pbl +pbl +pbl +pbl +pbl +pbl +xoS +kID +xoS +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(89,1,1) = {" +xUq +fdk +cCR +aZe +aZe +aZe +aZe +aZe +bbX +xUq +aEe +rtB +aEe +xUq +aXk +arh +arh +arh +arh +arh +arh +arh +aXk +xUq +iJd +nOO +vzX +xYb +upL +pbI +xUq +tpg +tpg +xUq +juL +nIO +xUq +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +gXj +xoS +xoS +xoS +xoS +xoS +kID +xoS +kID +xoS +kID +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +xoS +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +ozD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(90,1,1) = {" +xUq +jjA +kXq +ved +tav +aZe +aZe +aZe +ckB +xUq +aEe +rtB +aEe +xUq +arh +arh +arh +cHF +arh +cHF +arh +arh +arh +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +eSq +eSq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(91,1,1) = {" +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +fgC +xUq +xUq +arh +arh +arh +ctP +arh +ctP +arh +arh +arh +xUq +sQw +sQw +sQw +psf +uGr +xUq +tpg +tpg +tpg +tpg +tpg +tpg +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(92,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +buD +arh +arh +arh +arh +arh +arh +arh +buD +xUq +iid +kPT +lqe +tpg +tpg +eSq +tpg +tpg +tpg +tpg +tpg +tpg +eSq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(93,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +buD +arh +arh +arh +arh +arh +arh +arh +buD +xUq +tpg +tpg +tpg +tpg +tpg +eSq +tpg +tpg +tpg +tpg +tpg +tpg +eSq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(94,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +buD +arh +arh +arh +arh +arh +arh +arh +buD +xUq +tpg +tpg +tpg +tpg +tpg +xUq +xUq +xUq +eSq +xUq +xUq +xUq +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(95,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +aMO +ctP +ctP +ctP +ctP +ctP +ctP +ctP +aMO +xUq +tpg +tpg +tpg +tpg +tpg +xUq +nGO +mmI +tpg +qBc +bie +jfH +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(96,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +gZh +kRS +lxj +tpg +tpg +xUq +mWK +tpg +tpg +pCb +tpg +iGd +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(97,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +bXt +arh +arh +arh +arh +arh +arh +arh +arh +xUq +fYa +fYa +fYa +tpg +tpg +xUq +tub +tpg +tpg +pCM +tpg +geL +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(98,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +bXt +arh +arh +arh +cHF +cHF +cHF +cHF +arh +xUq +xUq +xUq +xUq +hnU +xUq +xUq +cst +tpg +tpg +tpg +tpg +goP +xUq +bWl +bWl +ovJ +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +qFt +"} +(99,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +ctP +ctP +cHF +arh +cKr +cKr +cKr +cKr +arh +xUq +lbQ +iru +lKO +tpg +van +xUq +fpr +tpg +tpg +tpg +tpg +kDF +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +iEI +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(100,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +ctP +ctP +cKr +arh +arh +arh +arh +arh +arh +xUq +rLk +tpg +tpg +tpg +vlb +xUq +gaV +rOQ +tpg +soX +gRt +jYJ +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +iBH +"} +(101,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +ctP +ctP +arh +arh +arh +arh +arh +arh +arh +xUq +kqD +tpg +tpg +tpg +vKb +xUq +xUq +xUq +eSq +xUq +xUq +xUq +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +bSk +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(102,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +ctP +ctP +cLD +arh +arh +arh +arh +arh +arh +xUq +uTy +tpg +tpg +tpg +tpg +xUq +sao +pal +tpg +sSo +nkf +iOe +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +abH +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(103,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +ctP +ctP +cVo +arh +cLD +cLD +cLD +cLD +arh +xUq +oHf +tpg +tpg +tpg +wkc +xUq +dAK +tpg +tpg +tpg +tpg +tpg +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(104,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +bXt +arh +arh +arh +cVo +cVo +cVo +cVo +arh +xUq +lUs +tpg +tpg +tpg +wIS +xUq +hCT +tpg +tpg +pcd +tpg +wrO +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(105,1,1) = {" +xUq +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +arh +xUq +bXt +arh +arh +arh +arh +arh +arh +arh +arh +xUq +fEu +bBn +pkN +pyW +fEu +xUq +rVZ +cOg +veV +qkt +cnx +mKQ +xUq +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +dJg +bWl +bWl +bWl +bWl +jxJ +bWl +bWl +bWl +bWl +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(106,1,1) = {" +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +xUq +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(107,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +axm +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(108,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(109,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(110,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +cxQ +jyD +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +lAC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(111,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(112,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(113,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(114,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +sWL +"} +(115,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(116,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(117,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tXH +vaj +taf +uoL +lHA +jyD +jyD +jyD +tXH +vaj +taf +uoL +lHA +jyD +"} +(118,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +wxZ +wxZ +wxZ +wxZ +wxZ +wxZ +wxZ +wxZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iLB +nOF +rBR +iRo +vHV +jgZ +bJA +jyD +iLB +nOF +kec +iRo +vHV +jgZ +bJA +"} +(119,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +wxZ +riT +oEi +oRT +pfB +qDg +qDg +pfB +oRT +oEi +tIZ +wxZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +aQI +jhh +kVI +pVo +kVI +vcj +lia +jyD +aQI +ijy +kVI +dgY +kVI +vcj +lia +"} +(120,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +lDs +oAF +oEt +qDg +pgJ +qDg +qDg +pgJ +qDg +pYy +qdx +lDs +tIZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cth +lSd +kVI +xCr +kVI +rnO +fFT +jyD +cth +fLE +kVI +xCr +kVI +rnO +fFT +"} +(121,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +lDs +lDs +lDs +oHr +qDg +qDg +qDg +qDg +qDg +qDg +pZL +lDs +lDs +lDs +tIZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jgy +kxj +kVI +bVa +kVI +ozO +iqu +jyD +jgy +qXw +kVI +vnF +kVI +ozO +iqu +"} +(122,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +ohS +lDs +opJ +oAK +oIg +qDg +qDg +qDg +qDg +qDg +qDg +qcp +oAK +qsJ +lDs +ohS +tIZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iVp +dBz +iOE +xoc +iOE +lxo +dUX +jyD +iVp +dBz +iOE +xoc +iOE +lxo +dUX +"} +(123,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +stT +stT +stT +stT +qDg +qDg +qDg +qDg +qDg +qDg +qDg +qDg +qDg +qDg +stT +stT +stT +stT +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +mAQ +wdp +sVA +khP +ist +jyD +jyD +jyD +mAQ +wdp +sVA +khP +ist +jyD +"} +(124,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +nIc +krY +hgF +oqW +stT +stT +qDg +qDg +qDg +qDg +qDg +qDg +stT +stT +omh +oIH +qPX +pSB +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(125,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +shN +shN +shN +shN +omh +oIH +stT +stT +stT +stT +stT +stT +omh +pSB +shN +shN +shN +shN +tIZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tXH +vaj +taf +uoL +lHA +jyD +jyD +jyD +tXH +vaj +taf +uoL +lHA +jyD +"} +(126,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +stT +stT +stT +stT +oRT +shN +shN +qDg +qDg +qDg +qDg +qDg +qDg +shN +shN +oRT +stT +stT +stT +stT +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iLB +nOF +hFH +iRo +vHV +jgZ +bJA +jyD +iLB +nOF +ueG +iRo +vHV +jgZ +bJA +"} +(127,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +wxZ +wxZ +wxZ +wxZ +wxZ +rbx +jyD +jyD +jyD +jyD +xvO +nIc +nPM +omh +nIc +stT +stT +stT +qDg +qDg +qDg +qDg +qDg +qDg +stT +stT +stT +oBA +pSB +oqW +aNa +xvO +jyD +jyD +jyD +jyD +dqw +wxZ +wxZ +wxZ +wxZ +wxZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +aQI +ulZ +kVI +cCy +kVI +vcj +lia +jyD +aQI +nmy +kVI +mbp +kVI +vcj +lia +"} +(128,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +jFy +uiW +pHf +uiW +lKT +veF +veF +jyD +jyD +jyD +xvO +shN +shN +shN +shN +pSB +oBA +oqW +stT +stT +stT +stT +stT +stT +pSB +aNa +hgF +shN +shN +shN +shN +xvO +jyD +jyD +jyD +veF +veF +thb +tWj +unC +tWj +uOr +tIZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +cth +cGp +kVI +xCr +kVI +gur +fFT +jyD +cth +oIl +kVI +xCr +kVI +rnO +fFT +"} +(129,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +jtt +mVv +wwc +wwc +wwc +vQj +kEe +veF +veF +jyD +jyD +xZJ +qDg +qDg +qDg +qDg +shN +oBG +shN +qDg +qDg +qDg +qDg +qDg +qDg +shN +shN +shN +qDg +qDg +qDg +qDg +xZJ +jyD +jyD +veF +veF +sNs +vVh +vVh +vVh +vVh +vVh +isY +tIZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jgy +qgT +kVI +aFj +kVI +ozO +iqu +jyD +jgy +fdn +kVI +jFI +kVI +ozO +iqu +"} +(130,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +jhp +nqO +jFZ +wwc +wwc +wwc +vQj +mkc +nrJ +veF +veF +veF +veF +pfB +pfB +oRT +qDg +qDg +qDg +qDg +qDg +qDg +phv +puv +qDg +qDg +qDg +qDg +qDg +qDg +oRT +pfB +pfB +veF +veF +veF +veF +oCg +vVh +uOx +onZ +uom +pUB +uOx +vVh +vMy +tIZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iVp +dBz +iOE +xoc +iOE +lxo +dUX +jyD +iVp +dBz +iOE +xoc +iOE +lxo +dUX +"} +(131,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +iFw +joi +jtK +jGQ +wwc +wwc +wwc +vQj +mkf +wwc +mZl +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +oYE +oYE +veF +veF +oYE +oYE +veF +veF +veF +veF +veF +veF +veF +veF +vVh +vVh +rSv +vVh +vVh +tkk +wzV +upB +pLz +uQu +vVh +vVh +isY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +mAQ +wdp +sVA +khP +ist +jyD +jyD +jyD +mAQ +wdp +sVA +khP +ist +jyD +"} +(132,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +iGV +wwc +juf +wwc +wwc +wwc +wwc +vQj +mkf +wwc +hLQ +veF +jyD +jyD +veF +veF +veF +veF +veF +aAA +jnQ +wwc +wwc +nsF +pwg +wwc +wwc +ugB +aAA +veF +veF +veF +veF +veF +rms +rsE +rBz +vaO +vVh +vVh +vVh +tXX +pvh +uFa +vVh +vVh +vVh +vWN +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(133,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +iIJ +wwc +wwc +wwc +wwc +wwc +wwc +wwc +knx +wwc +pVy +veF +veF +veF +veF +qpw +rxp +pLV +otJ +jvL +vQj +wwc +wwc +pjz +eFy +wwc +wwc +pXI +jvL +qtI +qDR +qQU +uEN +veF +veF +veF +veF +veF +spt +vVh +vVh +tXX +onZ +uFa +vVh +vVh +vVh +wcl +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(134,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +iIV +jop +jrZ +hMK +wwc +wwc +wwc +vQj +mlt +nFY +veF +veF +uEN +nxP +wwc +wwc +xcy +wwc +xUD +aEO +vQj +wwc +wwc +nwJ +pwW +wwc +wwc +pXI +qdC +nxX +wwc +wwc +qZw +cLA +rmG +rsL +veF +veF +veF +vVh +vVh +tXX +pvh +uFa +vVh +vVh +vVh +oJr +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(135,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +vGv +vGv +juo +pXI +wwc +wwc +wwc +rje +kEe +veF +qpw +pje +jvL +tqu +hRV +wwc +wwc +wwc +bPo +tqu +vQj +wwc +wwc +wRd +pxe +wwc +wwc +pXI +qeA +cLA +wwc +kWm +qdC +oua +wwc +xcy +erl +rUh +veF +vVh +vVh +vVh +vVh +vVh +vVh +vVh +vVh +isY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(136,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +uIh +joR +mxE +jHp +hMK +wwc +wwc +wwc +kSA +mGf +wwc +wwc +wwc +wwc +wwc +uEN +ngp +wwc +ovW +wwc +vQj +wwc +wwc +nwJ +pyu +wwc +wwc +pXI +wwc +wwc +wwc +wwc +wwc +rlj +wwc +wwc +xUD +rWg +xcy +sQv +vVh +vVh +vVh +vVh +uYq +dkV +vVh +tWj +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(137,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +uIh +uIh +uIh +jHs +wwc +wwc +wwc +veF +mmx +rje +wwc +wwc +ngp +uEN +wwc +xUD +kWm +wwc +wwc +wwc +vQj +wwc +wwc +gAP +pwg +wwc +wwc +pXI +wwc +tko +mBa +pje +wwc +wwc +wwc +uEN +cLA +saI +mVv +wwc +veF +vVh +vVh +vVh +uZf +uFa +vVh +oCg +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(138,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xZJ +iKj +uIh +uIh +uIh +kbD +kEe +kSA +wwc +wwc +wwc +rje +wwc +ngY +nxX +wwc +tqu +opl +wwc +wwc +wwc +vQj +wwc +wwc +pkV +pzt +wwc +wwc +pXI +ovW +oua +nxX +wwc +wwc +wwc +wwc +wwc +ovW +mVv +wwc +wwc +jUg +sQv +vVh +uFj +tiP +vVh +vVh +oJr +xZJ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(139,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +udp +uIh +jMf +mxE +veF +wwc +hMK +wwc +wwc +wwc +rje +tqu +nzi +erl +erl +erl +xcy +vQj +lUG +lUG +wwc +wwc +wwc +wwc +wwc +wwc +lUG +lUG +pXI +uEN +erl +xcy +qZw +jvL +wwc +mVv +wwc +wwc +wwc +rcV +xcy +veF +veF +uZr +vvt +vMK +veF +veF +veF +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(140,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +uIh +uIh +veF +juC +wwc +wwc +hMK +wwc +wwc +wwc +rje +wwc +wwc +vQj +lUG +lUG +lUG +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +lUG +lUG +lUG +pXI +rlI +rnU +mVv +wwc +wwc +wwc +rcV +wwc +tqu +uqR +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(141,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +veF +veF +pje +wwc +erl +wwc +hMK +wwc +wwc +wwc +rje +lUG +lUG +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +lUG +lUG +mVv +wwc +wwc +wwc +rcV +wwc +erl +aEO +usK +veF +veF +veF +veF +wgK +wyS +wNv +wUM +xlZ +xOp +veF +veF +veF +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(142,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +kdE +mBa +wwc +jQL +kjt +wwc +hMK +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +rcV +mBa +wwc +wwc +ubs +wwc +uHY +veF +veF +veF +whE +uZN +uZN +uZN +uZN +uZN +ygw +uZN +uZN +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(143,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +wxZ +wxZ +wxZ +wxZ +wxZ +lYG +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +kei +kEO +wwc +xUD +tqu +wwc +wwc +hMK +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +rcV +wwc +opl +qZw +wwc +wwc +wwc +uIl +veF +veF +veF +wmM +wzd +kCK +wVf +uZN +uZN +uZN +uZN +uZN +vZH +jyD +jyD +jyD +jyD +jyD +jyD +bAQ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(144,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +wxZ +riT +fjI +hjl +hjl +hjl +fjI +tIZ +wxZ +lYG +jyD +jyD +jyD +jyD +veF +veF +veF +veF +keA +kEQ +wwc +uEN +mnV +vQj +lUG +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +lUG +sxL +sRQ +xcy +wwc +uuz +jvL +veF +veF +veF +veF +veF +veF +veF +xmU +uZN +uZN +uZN +ccG +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(145,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dqw +wxZ +riT +fjI +uaY +gMB +hjl +hjl +hjl +rsf +uaY +fjI +tIZ +lYG +jyD +jyD +jyD +veF +veF +veF +xcy +wwc +wwc +wwc +wwc +vQj +lUG +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +aAA +oTp +aAA +wwc +wwc +aAA +oTp +aAA +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +lUG +pXI +wwc +wwc +tko +nxX +vaO +veF +veF +won +wAv +wAv +wVM +uZN +uZN +uZN +uZN +uZN +vZH +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(146,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +veF +ezE +uaY +uaY +uaY +uaY +uaY +uaY +uaY +uaY +uaY +uaY +ezE +xZJ +jyD +jyD +jyD +veF +veF +veF +uEN +wwc +tqu +wwc +vQj +lUG +wwc +wwc +wwc +wwc +wwc +wwc +wwc +erl +qjR +wxZ +wxZ +hSC +hSC +rbx +plJ +plJ +pIX +hSC +wxZ +wxZ +wxZ +lYG +erl +wwc +wwc +wwc +wwc +wwc +wwc +wwc +lUG +pXI +wwc +kWm +wwc +ver +veF +veF +uZN +uZN +uZN +uZN +uZN +uZN +uZN +uZN +mSo +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(147,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +duF +yfA +kjL +uaY +uaY +uaY +dlx +fDu +hyA +uaY +dlx +fDu +hyA +uaY +veF +veF +veF +veF +veF +veF +veF +veF +tqf +xUD +tko +wwc +vQj +wwc +wwc +wwc +wwc +wwc +wwc +wwc +erl +qjR +lnV +xiw +bsQ +bUG +oWa +cFi +qDg +qDg +dcD +oWa +bUG +bsQ +xiw +tIZ +lYG +erl +wwc +wwc +wwc +wwc +wwc +wwc +wwc +pXI +wwc +wwc +qZw +qdC +veF +veF +uZN +uZN +uZN +uZN +uZN +uZN +ygW +vCS +rIH +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(148,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +wxZ +wxZ +wxZ +wxZ +arf +veF +tkG +ugn +veF +uaY +uaY +uaY +uaY +uaY +uaY +uaY +uaY +uaY +uaY +uaY +veF +tkG +ydI +veF +tkG +ydI +veF +veF +jPu +kjq +cue +vQj +lUG +wwc +wwc +wwc +wwc +wwc +wwc +aAA +qjR +lnV +jyD +xvO +bMW +oKU +oXT +cFi +qDg +qDg +dcD +oXT +rST +bMW +xvO +jyD +tIZ +lYG +aAA +wwc +wwc +wwc +wwc +wwc +wwc +lUG +sxL +mBa +ngY +veY +veF +veF +wpY +wpY +wpY +wWC +uZN +uZN +uZN +uZN +mNz +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(149,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +tGu +ebh +tGu +tGu +cos +veF +veF +veF +veF +eBL +eBL +veF +fnq +xKa +ghC +gGT +fjI +fnq +xKa +hfk +veF +eLm +yfA +veF +eLm +yfA +veF +juC +wwc +wwc +wwc +vQj +wwc +wwc +wwc +wwc +wwc +wwc +wwc +qjR +lnV +jyD +jyD +xvO +bMW +bXY +oZu +cFi +qDg +qDg +dcD +rfc +bXY +bMW +xvO +jyD +jyD +tIZ +lYG +wwc +wwc +wwc +wwc +wwc +wwc +wwc +sYp +uvQ +uvQ +uvQ +vwJ +veF +veF +veF +veF +veF +xni +uZN +uZN +uZN +hTB +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(150,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +aVj +bai +bai +bai +chW +bai +veF +duF +yfA +kjL +hjl +hjl +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +kjL +veF +veF +kjL +veF +pje +wwc +wwc +wwc +vQj +wwc +wwc +wwc +wwc +wwc +wwc +erl +xvO +jyD +jyD +jyD +xvO +oCr +bMW +bMW +daG +qDg +qDg +pKK +bMW +bMW +qfy +xvO +jyD +jyD +jyD +xvO +erl +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +vMT +uZN +uZN +uZN +wWX +uZN +uZN +uZN +uZN +nyD +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(151,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +aHX +pMV +pMV +bAl +pMV +pMV +aHX +veF +tkG +ugn +veF +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +veF +jvL +jQL +kjt +arz +vQj +wwc +wwc +wwc +wwc +wwc +wwc +qjR +lnV +jyD +jyD +jyD +xvO +oCw +bMW +coa +bXY +oXT +pAk +pLq +coa +bMW +oCw +xvO +jyD +jyD +jyD +tIZ +lYG +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +wwc +vMT +uZN +uZN +uZN +wWX +uZN +uZN +yhy +aSD +efz +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(152,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +tue +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +arf +xvO +pMV +pMV +pMV +pMV +pMV +pMV +cpK +veF +veF +veF +veF +hjl +hjl +qds +hjl +hjl +qds +hjl +hjl +hjl +hjl +hjl +qds +hjl +hjl +qds +hjl +hjl +veF +uEN +jRw +kjw +wwc +vQj +wwc +wwc +wwc +wwc +wwc +wwc +xvO +jyD +jyD +jyD +jyD +xvO +oCw +bMW +coa +phr +pmM +pDL +msd +coa +bMW +oCw +xvO +jyD +jyD +jyD +jyD +xvO +wwc +wwc +wwc +wwc +wwc +wwc +ubS +lUG +lUG +lUG +bsp +veF +wqK +wFH +wPr +veF +uZN +uZN +uZN +uZN +uZN +fyH +buo +uZN +buo +buo +uZN +buo +uZN +buo +uZN +veF +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(153,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +tue +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +tGu +xvO +aIN +aWd +pMV +bAy +pMV +ckg +crq +veF +duF +yfA +kjL +hjl +hjl +veF +veF +kjL +veF +veF +kjL +veF +veF +kjL +veF +veF +kjL +veF +veF +kjL +veF +xcy +jSE +wwc +wwc +kSQ +lLK +lLK +mHq +lLK +lLK +erl +xvO +jyD +jyD +jyD +jyD +xZJ +oCw +bMW +bMW +bMW +bMW +bMW +bMW +bMW +bMW +oCw +xZJ +jyD +jyD +jyD +jyD +xvO +erl +rEo +rEo +spW +rEo +rEo +sxL +wwc +wwc +wwc +wwc +veF +jpm +uZN +uZN +veF +uZN +uZN +uZN +uZN +uZN +jVT +kYQ +ggH +ggH +aRC +aRC +lju +lju +quo +quo +veF +veF +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(154,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +tGu +pMV +xvO +pMV +pMV +pMV +pMV +pMV +pMV +pMV +veF +tkG +ugn +veF +hjl +hjl +veF +ugn +yfA +veF +ugn +yfA +veF +ugn +yfA +veF +ugn +yfA +veF +ugn +yfA +veF +veF +veF +veF +veF +veF +wYz +wYz +veF +wYz +wYz +qjR +lnV +jyD +jyD +jyD +jyD +veF +veF +oMk +pbS +rZx +bMW +bMW +pLE +pVm +oMk +veF +veF +jyD +jyD +jyD +jyD +tIZ +lYG +mWs +mWs +veF +mWs +mWs +veF +wwc +wwc +wwc +ryi +veF +veF +veF +veF +veF +xps +xOV +uZN +uZN +uZN +xba +kYQ +ggH +ggH +aRC +aRC +lju +lju +quo +quo +veF +jyD +veF +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(155,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +pMV +pMV +pMV +xvO +pMV +pMV +pMV +bBg +pMV +pMV +pMV +veF +veF +veF +veF +hjl +hjl +veF +tkG +pIm +veF +tkG +pIm +veF +tkG +pIm +veF +tkG +pIm +veF +tkG +pIm +veF +aAA +jUg +wwc +kGa +veF +lPh +lUG +nHg +lUG +lUG +xvO +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +veF +xIA +xIA +veF +veF +veF +veF +jyD +jyD +jyD +jyD +jyD +jyD +xvO +rFn +rFn +sso +sRT +tlV +veF +loD +bqa +xcy +wwc +veF +olP +olP +olP +olP +olP +olP +uZN +uZN +uZN +jVT +kYQ +ggH +ggH +aRC +aRC +lju +lju +quo +quo +veF +jyD +jyD +veF +veF +jyD +jyD +jyD +jyD +jyD +jyD +"} +(156,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +gtq +pMV +nXm +pMV +xvO +pMV +pMV +pMV +pMV +pMV +pMV +pMV +veF +duF +yfA +kjL +hjl +hjl +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +jwT +wwc +wwc +wwc +kVm +wwc +wwc +wwc +wwc +wwc +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xiw +peg +bMW +bMW +bMW +bMW +aOB +xiw +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +ybJ +ybJ +ybJ +ybJ +tmL +veF +veF +veF +veF +uIu +veF +olP +olP +olP +olP +olP +olP +uZN +uZN +uZN +jVT +kYQ +ggH +ggH +aRC +aRC +lju +lju +quo +quo +veF +jyD +jyD +jyD +veF +veF +jyD +jyD +jyD +jyD +jyD +"} +(157,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pMV +pMV +pMV +pMV +xvO +aOd +vTj +pMV +bDt +pMV +clx +ctN +veF +tkG +ugn +veF +hjl +hjl +veF +tkG +ydI +veF +tkG +ydI +veF +tkG +ydI +veF +tkG +ydI +veF +tkG +ydI +veF +jym +jUn +kkR +kHx +pRk +wwc +hMK +wwc +rcV +hMK +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pfs +bMW +bMW +bMW +bMW +pXf +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +ybJ +sbx +ybJ +rQK +ybJ +veF +uwv +uIu +wwc +wwc +veF +olP +olP +olP +olP +olP +olP +uZN +uZN +uZN +jVT +kYQ +ggH +ggH +aRC +aRC +lju +lju +quo +quo +veF +jyD +jyD +jyD +jyD +veF +veF +jyD +jyD +jyD +jyD +"} +(158,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +gtq +pMV +nXm +pMV +xvO +pMV +pMV +pMV +pMV +pMV +pMV +pMV +veF +veF +veF +veF +eCq +hjl +veF +eLm +yfA +veF +eLm +yfA +veF +eLm +yfA +veF +eLm +yfA +veF +eLm +yfA +veF +pje +wwc +kld +jRw +kVV +vQj +wwc +rcV +mVv +pXI +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +coa +pBW +poE +nnO +pLZ +coa +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +xmH +ybJ +ryN +ybJ +tnf +veF +veF +veF +vfC +ryi +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +jyD +jyD +jyD +"} +(159,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +tue +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pMV +pMV +pMV +pMV +xvO +aOV +pMV +pMV +bJv +pMV +pMV +aOV +veF +duF +yfA +kjL +hjl +hjl +veF +veF +kjL +veF +veF +kjL +veF +veF +kjL +veF +veF +kjL +veF +veF +kjL +veF +jzk +jUn +jzk +jzk +pRk +lPx +lUG +mVv +wwc +pXI +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tIZ +wxZ +wxZ +wxZ +wxZ +wxZ +wxZ +riT +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +ybJ +rQj +ybJ +rQj +tmL +veF +uwv +uIu +wwc +wwc +veF +wCQ +eZS +wCQ +veF +wCQ +eZS +wCQ +veF +wCQ +eZS +wCQ +veF +hld +hld +hld +hld +aoU +cjZ +pgx +ldc +veF +veF +cjZ +cjZ +cjZ +cjZ +veF +jyD +jyD +jyD +"} +(160,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +gtq +pMV +nXm +pMV +xZJ +aPa +aPa +bdA +bJR +bJR +cmZ +elp +veF +tkG +ugn +veF +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +hjl +veF +jAi +wwc +knx +wwc +pRk +wwc +wwc +wwc +wwc +wwc +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +ybJ +ybJ +ybJ +ybJ +tmL +veF +veF +veF +vfC +ryi +veF +qpU +cjZ +rEy +veF +qpU +cjZ +rEy +veF +qpU +cjZ +rEy +veF +xtF +xtF +xtF +xtF +gmw +cjZ +cjZ +cjZ +veF +veF +yiM +cjZ +cjZ +yiM +veF +jyD +jyD +jyD +"} +(161,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +tue +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pMV +pMV +pMV +pMV +pMV +pMV +pMV +pMV +pMV +pMV +pMV +cxA +veF +veF +veF +veF +hjl +hjl +hjl +qds +hjl +hjl +hjl +hjl +hjl +qds +hjl +hjl +hjl +hjl +qds +hjl +hjl +veF +jAX +wwc +kph +wwc +pRk +lLK +lLK +mHq +lLK +lLK +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +rFQ +scs +swR +sSY +sSY +veF +uwv +uIu +wwc +wwc +veF +xZL +cjZ +bip +veF +xZL +cjZ +bip +veF +xZL +cjZ +bip +veF +xtF +xtF +xtF +xtF +xaM +cjZ +cjZ +cjZ +veF +veF +cjZ +cjZ +cjZ +cjZ +veF +jyD +jyD +jyD +"} +(162,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +tue +tue +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +gtq +pMV +nXm +pMV +pMV +pMV +pMV +pMV +pMV +kty +pMV +czl +veF +duF +yfA +kjL +hjl +hjl +veF +veF +kjL +veF +veF +kjL +veF +veF +kjL +veF +veF +kjL +veF +veF +kjL +veF +veF +veF +veF +veF +kXs +lSp +lSp +veF +lSp +lSp +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +rJJ +rJJ +veF +rJJ +rJJ +veF +veF +veF +veF +veF +veF +wtB +egq +wtB +veF +wtB +egq +wtB +veF +wtB +egq +wtB +veF +hld +hld +hld +hld +aoU +cjZ +cjZ +edY +veF +veF +yiM +cjZ +cjZ +yiM +veF +veF +jyD +jyD +"} +(163,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +dqw +wxZ +wxZ +arf +veF +veF +veF +veF +bMT +aYS +cnh +veF +veF +tkG +ugn +veF +hjl +hjl +veF +ugn +yfA +veF +ugn +yfA +veF +ugn +yfA +veF +ugn +yfA +veF +ugn +yfA +veF +jyD +veF +veF +kJk +bsY +bsY +bsY +mJm +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +rKI +rFn +swV +rFn +tnq +veF +veF +wCQ +osZ +bip +vNO +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +veF +veF +veF +veF +veF +veF +cjZ +cjZ +pcS +veF +veF +cjZ +cjZ +cjZ +cjZ +veF +veF +jyD +jyD +"} +(164,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +jyD +qjR +arf +ppo +nnH +aRK +aRK +big +bsY +bsY +bsY +cBc +veF +veF +veF +veF +hjl +hjl +veF +tkG +pIm +veF +tkG +pIm +veF +tkG +pIm +veF +tkG +pIm +veF +tkG +pIm +veF +veF +veF +iwu +bsY +bsY +bsY +bsY +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +xmH +ybJ +ybJ +ybJ +toA +veF +veF +uJB +cjZ +cjZ +jFD +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +veF +kFU +wMt +mjS +ecm +wMt +cjZ +cjZ +oyo +veF +veF +yiM +cjZ +cjZ +yiM +veF +veF +jyD +jyD +"} +(165,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +qjR +riT +nnH +ppo +nnH +nnH +nnH +biX +bsY +bsY +bsY +cBc +veF +duF +yfA +kjL +hjl +hjl +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +iLU +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +xmH +ybJ +ybJ +ybJ +toA +veF +veF +wCQ +qpU +xZL +vNO +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +veF +veF +veF +ecm +ecm +veF +cjZ +cjZ +uSl +veF +veF +veF +eWu +eWu +veF +veF +veF +jyD +jyD +"} +(166,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +xZJ +anU +oTM +cmK +nnH +nnH +oTM +bko +bsY +bsY +bsY +cBc +veF +tkG +ugn +veF +hjl +hIe +veF +rDB +fEn +fEn +fEn +fEn +gNc +fxw +hgY +wAK +hxL +uil +hLL +veF +veF +veF +qxF +bsY +bsY +bsY +bsY +bsY +rpb +krt +eBL +eBL +oKr +hsb +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +wxZ +wxZ +wxZ +wxZ +wxZ +rbx +xvO +xmH +ybJ +ybJ +ybJ +tpv +udt +veF +veF +veF +veF +veF +cjZ +cjZ +cjZ +cjZ +xHb +xHb +xHb +cjZ +cjZ +cjZ +cjZ +veF +eka +wMt +cxi +cxi +veF +cjZ +cjZ +aHF +veF +cjZ +cjZ +cjZ +cjZ +cjZ +mGQ +veF +jyD +jyD +"} +(167,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +ajj +apV +uaY +mSB +evU +evU +evU +bkF +bsY +bsY +bsY +cBc +veF +veF +veF +veF +eVl +hjl +veF +fnz +fxw +fxw +fxw +fxw +gQZ +fxw +hiy +fxw +xZq +xZq +pyS +veF +veF +iwu +bsY +bsY +bsY +bsY +bsY +jXk +vKq +lXh +pMV +pMV +jZk +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +wxZ +wxZ +riT +mfy +wZQ +wZQ +wZQ +wZQ +mfy +xvO +xmH +ybJ +ybJ +ybJ +ttV +veF +veF +wCQ +osZ +bip +vNO +cjZ +cjZ +cjZ +cjZ +xHb +xHb +xHb +cjZ +igG +cjZ +wSO +veF +veF +veF +veF +veF +veF +cjZ +cjZ +cjZ +eWu +cjZ +cjZ +cjZ +cjZ +cjZ +oyo +veF +jyD +jyD +"} +(168,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +lTt +uaY +uaY +mSB +jix +jix +jix +bnq +bsY +bsY +bsY +cBc +veF +veF +mEW +mEW +hjl +eTZ +veF +foX +fxw +fxw +fxw +fxw +fxw +fxw +fxw +fxw +hCQ +hOT +hTe +veF +veF +iMg +bsY +bsY +bsY +bsY +kuU +kKH +jXk +ajG +pMV +pMV +ajG +oKr +hsb +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +wjl +wwk +qfK +sFT +sFT +sFT +wKD +wKD +wKD +xvO +xmH +ybJ +ybJ +ybJ +tvm +veF +veF +uJB +cjZ +cjZ +jFD +cjZ +cjZ +cjZ +cjZ +xHb +xHb +xHb +cjZ +cjZ +cjZ +cjZ +ngy +cjZ +rrK +cjZ +eWu +cjZ +cjZ +cjZ +cjZ +veF +cjZ +cjZ +cjZ +cjZ +cjZ +mGQ +veF +jyD +jyD +"} +(169,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +uaY +uaY +avw +avP +hjl +sob +sob +nAB +bsY +bsY +bsY +cBM +veF +veF +dWu +ctJ +hjl +hjl +veF +fpD +fxw +fxw +fxw +fxw +fxw +fxw +fxw +fxw +hDk +hPK +sHg +veF +iLQ +bsY +bsY +bsY +bsY +kKv +krt +kKv +krt +mMP +pMV +pMV +niJ +ajG +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pMa +wjl +wwk +qgY +quB +bOp +sFT +wKD +wKD +wKD +xvO +xmH +ybJ +ybJ +ybJ +tLQ +dNX +veF +wCQ +qpU +xZL +vNO +cjZ +cjZ +cjZ +cjZ +xHb +xHb +xHb +cjZ +igG +cjZ +cjZ +rgw +sgZ +sgZ +sgZ +veF +cjZ +cjZ +cjZ +mGQ +veF +veF +veF +eWu +eWu +veF +veF +veF +veF +jyD +"} +(170,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +mhI +uaY +avw +awl +hjl +sob +sob +nAB +bsY +bsY +bsY +cEG +veF +veF +dSL +emj +hjl +eTZ +veF +fsT +fxw +fxw +fxw +fxw +gUw +fxw +oVl +fxw +xZq +xZq +pyS +veF +iLU +bsY +bsY +bsY +kqa +jXk +jXk +lVR +mph +mNE +pMV +pMV +vKq +lae +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pMo +wjl +wwk +qfK +qvI +qGO +sFT +wKD +wKD +wKD +xZJ +rMD +ybJ +ybJ +ybJ +rpv +rwK +veF +veF +veF +veF +veF +pAJ +cjZ +cjZ +cjZ +xHb +xHb +xHb +cjZ +cjZ +cjZ +cjZ +rgw +dZP +sBP +eKE +veF +cjZ +cjZ +drU +ctX +veF +fTJ +rXg +cjZ +cjZ +wGP +cjZ +dlU +veF +jyD +"} +(171,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +mhI +uaY +uaY +hak +hjl +hjl +hjl +nAB +bsY +bsY +bsY +cEG +veF +veF +uqx +uqx +hjl +hjl +veF +fuE +fGG +hAD +fxw +fxw +gNc +fxw +hgY +wAK +hGI +hPT +hLL +veF +iLU +bsY +bsY +vKq +krt +kKH +lZt +jXk +kqa +mOF +pMV +pMV +vKq +kuU +oKr +hsb +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pNM +wjl +wjl +qhj +qwe +otf +otf +otf +otf +otf +rsX +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +vyF +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +rgw +lxH +mVq +quI +veF +cjZ +cjZ +rcT +rcT +veF +qpz +cjZ +cjZ +cjZ +cjZ +cjZ +dnh +veF +jyD +"} +(172,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +alv +uaY +uaY +xlT +hjl +aTA +hjl +bpg +bsY +bsY +bsY +bsY +cRS +veF +veF +veF +eDV +eBL +veF +veF +veF +veF +gGV +gGV +veF +veF +veF +ezs +veF +veF +veF +veF +iLZ +bsY +bsY +jXk +jXk +kqa +jXk +lXh +kuU +mRu +pMV +pMV +vKq +lXh +rpb +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pOM +wjl +wjl +qka +qxV +otf +qRG +qZM +otf +otf +rsX +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +vyF +cjZ +cjZ +cjZ +wZL +dMS +vFb +yis +ebg +cjZ +cjZ +cjZ +rgw +gFx +oyw +oyw +eWu +cjZ +cjZ +gEE +rcT +veF +npR +cjZ +cjZ +cjZ +cjZ +cjZ +fUi +veF +jyD +"} +(173,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +mhI +uaY +uaY +hak +hjl +hjl +hjl +nAB +bsY +bsY +bsY +bsY +qZF +veF +veF +veF +eJh +eak +veF +qah +qah +qxF +bsY +bsY +qxF +qah +qah +qah +hHF +veF +veF +iwu +bsY +bsY +bsY +ajG +kqa +ajG +kYw +lXr +mrJ +mSR +pMV +pMV +vKq +vKq +vKq +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pPX +wjl +wjl +wtT +fRT +isN +lqD +raL +otf +otf +oTp +kmt +ybJ +ybJ +ybJ +pDS +ugb +uwN +uJO +vhS +mGp +veF +fiR +cjZ +cjZ +vyB +cjZ +cjZ +cjZ +xaM +cjZ +cjZ +cjZ +rgw +sBP +rNH +jYo +veF +oyo +cjZ +obL +uCQ +veF +oyo +wQl +tMl +tMl +tMl +cCP +oyo +veF +jyD +"} +(174,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +mhI +uaY +avw +avP +hjl +sob +sob +nAB +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +rsf +bsY +bsY +bsY +bsY +rsf +pMV +pMV +pMV +pMV +pMV +pMV +pMV +pMV +qUk +qUk +qUk +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pSQ +wjl +wjl +qlU +qyV +otf +qUE +rbV +otf +otf +rsX +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +vyF +cjZ +cjZ +cjZ +vyB +xqL +cjZ +yjg +xaM +cjZ +cjZ +bJB +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +"} +(175,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +uaY +uaY +avw +awo +hjl +sob +sob +nAB +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +rsf +bsY +bsY +bsY +bsY +rsf +pMV +pMV +pMV +pMV +pMV +pMV +pMV +pMV +qUk +nCo +nLg +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pTF +wjl +wjl +qhj +qwe +otf +otf +otf +otf +otf +rsX +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +ybJ +vyF +cjZ +cjZ +cjZ +vyB +cjZ +gYA +cjZ +xaM +cjZ +cjZ +cjZ +veF +hOj +hSQ +hOj +dTj +rwX +cIq +vxE +xMK +veF +wai +dHz +dHz +dHz +wai +dHz +dHz +wai +veF +"} +(176,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +alW +uaY +uaY +mSB +evU +evU +evU +bkF +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +rsf +bsY +bsY +bsY +bsY +rsf +pMV +pMV +pMV +pMV +pMV +pMV +pMV +pMV +qUk +qUk +qUk +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pMo +wjl +wwk +qfK +qvI +qGO +sFT +wKD +wKD +wKD +xiw +rOi +ybJ +ybJ +ybJ +ouh +uik +veF +veF +veF +veF +veF +cjZ +cjZ +cjZ +vyB +cjZ +kUg +cjZ +oCE +cjZ +cjZ +cjZ +veF +dTj +dTj +dTj +dTj +dTj +dTj +dTj +fcS +veF +cPp +cPp +wai +cPp +cPp +wai +cPp +qaL +veF +"} +(177,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +vGJ +vGJ +uaY +mSB +jix +jix +jix +bnq +bsY +bsY +bsY +bsY +bsY +bsY +qxF +emV +veF +slZ +slZ +slZ +slZ +slZ +slZ +slZ +slZ +mnu +slZ +slZ +hHP +hHP +veF +iwu +bsY +bsY +bsY +jXk +kqa +ajG +kZR +lYn +mrK +mSR +pMV +pMV +vKq +vKq +vKq +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +pMa +wjl +wwk +qgY +qzS +bOp +sFT +wKD +wKD +wKD +xvO +xmH +ybJ +ybJ +ybJ +tLQ +dNX +veF +wCQ +osZ +bip +vNO +cjZ +cjZ +cjZ +vyB +cjZ +xPm +cjZ +xaM +cjZ +cjZ +cjZ +veF +dTj +dTj +dTj +dTj +dTj +dTj +dTj +dTj +veF +sMR +hkC +wai +cmf +dkg +wai +cmf +hkC +veF +"} +(178,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tIZ +lYG +aqc +avN +rfP +nnH +nnH +veF +veF +veF +veF +uDP +uDP +veF +veF +veF +veF +veF +dbl +lmi +fvZ +fHd +dbl +lmi +gIz +gVi +dbl +lmi +gIz +nnH +nnH +veF +veF +cBz +bsY +bsY +jZk +rpb +jZk +kqa +kKv +jXk +mNE +pMV +pMV +vKq +kuU +nLK +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tIZ +lYG +wjl +wwk +qfK +sFT +sFT +sFT +wKD +wKD +wKD +xvO +xmH +ybJ +ybJ +ybJ +tvt +veF +veF +uJB +cjZ +cjZ +jFD +cjZ +cjZ +cjZ +vyB +xse +cjZ +ykd +xaM +cjZ +cjZ +cjZ +veF +nHB +dTj +nHB +dTj +dTj +vVx +vVx +vVx +veF +cmf +sMR +wai +rKK +sMR +wai +sMR +sMR +veF +"} +(179,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tIZ +lYG +nnH +ppo +nnH +gsP +veF +nNE +nNE +veF +nnH +nnH +dau +dau +dau +dau +veF +yky +lmi +fwA +fKK +yky +lmi +fwA +vIp +yky +lmi +fwA +nnH +nnH +hYy +rZp +iMg +bsY +bsY +jZk +jZk +krt +mpA +lZe +jXk +mOF +pMV +pMV +vKq +nCV +rBi +foD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tIZ +wxZ +wxZ +qme +mfy +wZQ +wZQ +wZQ +wZQ +mfy +xvO +xmH +ybJ +ybJ +ybJ +tvy +veF +veF +wCQ +qpU +xZL +vNO +cjZ +cjZ +cjZ +vyB +cjZ +cjZ +cjZ +xaM +cjZ +cjZ +cjZ +veF +qzP +qzP +qzP +dTj +dTj +qzP +qzP +qzP +veF +jFl +jFl +wai +jFl +jFl +wai +jFl +jFl +veF +"} +(180,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tIZ +lYG +ppo +gsP +aUH +veF +bqe +bqe +bXC +nnH +nnH +nnH +nnH +nnH +nnH +uDP +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +hYX +rZp +iMg +bsY +bsY +bsY +kuU +jXk +kKH +kqa +jZk +mRu +pMV +pMV +vKq +kuU +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tIZ +wxZ +wxZ +wxZ +wxZ +wxZ +rbx +xvO +xmH +ybJ +ybJ +ybJ +aZO +veF +veF +veF +veF +veF +veF +cjZ +cjZ +cjZ +wZM +xtP +xSJ +ykF +mxk +cjZ +cjZ +cjZ +laO +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +wai +wai +wai +wai +wai +wai +wai +wai +veF +"} +(181,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tIZ +arf +veF +veF +veF +veF +veF +veF +nnH +nnH +nnH +nnH +nnH +nnH +uDP +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +ppo +rZp +qxF +bsY +bsY +bsY +bsY +kKv +ajG +lXh +kqa +kqa +pMV +pMV +niJ +nDL +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +xmH +ybJ +ybJ +ybJ +twG +veF +veF +wCQ +osZ +bip +vNO +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +laO +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +wai +wai +wai +wai +wai +wai +wai +dJi +veF +"} +(182,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +btS +bNp +nnH +nnH +nnH +xZq +pHh +dVb +eod +veF +eUh +xzq +xzq +hjl +nnH +nnH +mfo +mfo +jZW +hjA +hjp +nnH +nnH +qqU +rZp +rZp +iMg +bsY +bsY +bsY +bsY +jZk +jZk +vKq +kKH +pMV +pMV +nkd +rBi +foD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +ruT +xmH +ybJ +ybJ +ybJ +txQ +veF +veF +uJB +cjZ +cjZ +jFD +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +laO +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +wai +wai +wai +wai +wai +wai +wai +aDu +veF +"} +(183,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +nnH +vEY +veF +bXC +veF +veF +veF +veF +xCC +swC +swC +xzq +nnH +nnH +gIP +iCK +vYi +qrr +mfo +nnH +nnH +ieG +ixp +rZp +iwu +bsY +bsY +bsY +bsY +bsY +jZk +jXk +ajG +pMV +pMV +rpb +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +rvG +xmH +ybJ +ybJ +ybJ +tyu +veF +veF +wCQ +qpU +xZL +vNO +cjZ +cjZ +cjZ +xcs +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +cjZ +veF +qzP +qzP +qzP +uUd +uUd +qzP +qzP +qzP +veF +gqE +wai +wai +wai +wai +wai +wai +gqE +veF +"} +(184,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +btS +bNp +nnH +vEY +veF +xZq +dVK +dVK +dVK +veF +eVl +hjl +swC +xzq +nnH +nnH +gJm +mcv +qNb +qrr +mfo +nnH +nnH +ruq +lPi +rZp +rZp +qxF +bsY +bsY +bsY +bsY +bsY +kqa +lXh +naR +naR +rBi +foD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +oeC +xmH +ybJ +ybJ +ybJ +tyz +veF +veF +veF +veF +veF +veF +noe +lBZ +noe +veF +noe +lBZ +noe +veF +noe +lBZ +noe +veF +kXV +xNg +xso +uUd +uUd +xso +xso +kXV +veF +jmT +jmT +iGg +lnF +lBl +fsI +dCo +sLQ +veF +"} +(185,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tte +jyD +jyD +jyD +tte +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +nnH +vEY +veF +xZq +xZq +xZq +xZq +veF +xBN +hjl +swC +xzq +nnH +nnH +mfo +mfo +gWM +hKD +hmw +nnH +nnH +ifq +mcv +iMt +rZp +rZp +iMg +bsY +bsY +bsY +bsY +bsY +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +wxZ +wxZ +wxZ +wxZ +qme +tIZ +lYG +xmH +ybJ +ybJ +ybJ +tDH +veF +rqj +ygs +ygs +rqj +veF +xZL +cjZ +bip +veF +xZL +cjZ +bip +veF +xZL +cjZ +bip +veF +xso +oVr +oVr +uUd +uUd +oVr +oVr +jIJ +veF +vxZ +wai +wai +wai +dkg +dkg +wai +kYG +veF +"} +(186,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +btS +bNp +nnH +vEY +veF +xZq +dWH +dWH +dWH +veF +eYN +hjl +swC +xzq +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +qrr +hjl +iQV +iQV +rZp +rZp +iwu +bsY +bsY +bsY +bsY +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qjR +riT +qCD +vUb +vUb +qCD +rmc +rbx +xvO +xmH +ybJ +ybJ +ybJ +tEC +veF +rqj +ygs +ygs +rqj +veF +qpU +cjZ +rEy +veF +qpU +cjZ +rEy +veF +qpU +cjZ +rEy +veF +xXH +uUd +uUd +uUd +uUd +uUd +uUd +eZj +veF +yfh +wai +wai +wai +wai +wai +wai +xlt +veF +"} +(187,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +faG +hjl +swC +xzq +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +iie +hjl +iQV +iQV +iQV +rZp +rZp +qxF +bsY +bsY +bsY +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +qow +qDm +pOT +pOT +pOT +pOT +pOT +lWo +rMD +ybJ +ybJ +ybJ +tFM +veF +rqj +ygs +ygs +rqj +veF +wCQ +sqk +wCQ +veF +wCQ +sqk +wCQ +veF +wCQ +sqk +wCQ +veF +wkH +uUd +uUd +xXH +jpb +uUd +uUd +cFt +veF +tcF +wai +mgj +eLi +kPw +hnB +ybZ +fvf +veF +"} +(188,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +bvY +bvY +bvY +bvY +cHw +dgy +sMZ +tqd +nFT +veF +fbv +hjl +swC +xzq +nnH +nnH +mfo +mfo +jZW +hjA +hjp +nnH +nnH +hjl +hjl +hjl +hjl +hjl +jZW +veF +veF +veF +veF +veF +mTV +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +vUb +bwi +xsI +xsI +xsI +xsI +xsI +dKv +ybJ +ybJ +ybJ +ybJ +tJH +veF +veF +uNw +uNw +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +"} +(189,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xiw +xDo +xDo +xDo +xDo +xDo +nnH +nnH +dWZ +wbd +veF +tmb +hjl +swC +xzq +nnH +nnH +gIP +iCK +ugp +qrr +mfo +nnH +nnH +ijP +iCK +iCK +iCK +iCK +vYi +veF +veF +ldk +uaY +msj +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +vUb +bwi +xsI +xsI +xsI +xsI +xsI +dKv +ybJ +ybJ +ybJ +ybJ +yed +veF +ygs +ygs +ygs +vmM +hCD +wuj +cdB +qqY +veF +veF +veF +rjS +tIS +tIS +rjS +veF +vLa +cYu +sFy +veF +hup +foi +vjt +flj +aSN +veF +wHU +vvD +rgL +oAo +wpd +kqr +kqr +kqr +veF +"} +(190,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +bvY +bvY +bvY +bvY +xDo +dhN +nnH +nnH +eoB +veF +fbA +hjl +swC +xzq +nnH +nnH +gJm +mcv +qNb +qrr +mfo +nnH +nnH +ikP +veF +veF +veF +veF +veF +veF +veF +ldq +mbt +muE +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +nNS +bwi +xsI +qVA +rXt +rXt +rXt +oTp +rPX +ybJ +ybJ +ybJ +lkC +veF +uxf +ygs +ygs +ygs +vaA +piH +piH +piH +veF +veF +pWD +ylb +lLT +lLT +lLT +clg +wqy +bjs +bcF +jBn +rTc +rTc +rTc +vPR +qBg +veF +wHp +bjs +lCE +nbD +lUP +lUP +lUP +pJA +veF +"} +(191,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +bvY +bvY +bvY +bvY +xDo +din +nnH +nnH +erc +veF +eVl +hjl +swC +xzq +nnH +nnH +mfo +mfo +gWM +hKD +hmw +nnH +nnH +inB +veF +veF +jqt +jDd +jqt +veF +veF +ldx +uaY +mvA +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qcr +wxZ +rbx +qJE +dqw +rbx +veF +veF +veF +xmH +ybJ +ybJ +ybJ +veF +veF +uyx +ygs +ygs +ygs +vOW +vrk +piH +piH +veF +veF +lPk +bjs +bjs +bjs +bjs +kyn +wqy +bjs +bcF +kbZ +bjs +bjs +bjs +bjs +eAI +veF +veF +veF +clq +veF +veF +veF +veF +veF +veF +"} +(192,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +xDo +xDo +xDo +xDo +xDo +dio +nnH +dZz +lrI +veF +xBN +hjl +hjl +hjl +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +nnH +ioN +veF +iSr +jqt +jqt +jqt +iSr +veF +fjI +uaY +mvV +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +jyD +jyD +qKs +jyD +jyD +veF +wdT +rwu +rQj +ybJ +ybJ +ybJ +veF +nSt +ygs +ygs +ygs +ygs +vQA +wvz +wJc +piH +veF +veF +wbG +wqy +tai +tai +tai +kyn +wqy +bjs +bcF +kbZ +tai +tai +tai +bcF +wjb +veF +oNb +eac +lDU +gKV +rcb +gRh +xCT +jkr +veF +"} +(193,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +hhB +oHz +oHz +oHz +xDo +dli +dwX +dZY +ewX +veF +fbH +wmI +fwD +fPu +giA +gHf +nnH +nnH +nnH +nnH +nnH +nnH +nnH +qqU +veF +iSU +iSU +iSU +iSU +iSU +veF +veF +veF +veF +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +jyD +jyD +jyD +jyD +jyD +veF +rod +ybJ +ybJ +ybJ +ybJ +ybJ +veF +xSG +ygs +ygs +ygs +ygs +ygs +ygs +ygs +ygs +veF +veF +ffr +bjs +lBX +tKP +mZi +kyn +wqy +bjs +bcF +kbZ +bNx +aOX +tuM +bjs +hdm +veF +oNb +qMW +lDU +bjs +bjs +bjs +bjs +pwI +veF +"} +(194,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +bwj +vYW +oyb +hwQ +xDo +vYW +xDo +vYW +xvn +veF +veF +veF +veF +veF +veF +veF +tqd +tqd +qEU +qEU +hnN +hIF +hIF +veF +veF +iTG +iTG +iTG +iTG +iTG +kLa +lfA +mcd +mvV +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +jyD +jyD +jyD +jyD +jyD +veF +rst +ybJ +ybJ +ybJ +ybJ +ybJ +tpb +ygs +ygs +ygs +ygs +ygs +ygs +wwf +ygs +ygs +veF +veF +xWc +bjs +uah +aqH +prr +kyn +wqy +bjs +bcF +kbZ +gCW +sBu +eMY +bjs +wHp +veF +oNb +qMW +wCS +fGA +jVm +bjs +bjs +bKF +veF +"} +(195,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xZJ +xDo +xDo +sjC +xDo +xDo +xDo +xDo +xDo +xDo +kyW +xzK +xzK +xzK +xzK +giY +gHs +xzK +xzK +xzK +xzK +hqV +nnH +nnH +ioO +veF +xZq +xZq +xZq +xZq +xZq +kLa +lfY +mde +mAt +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +jyD +jyD +jyD +jyD +jyD +veF +iij +ybJ +ybJ +ybJ +ybJ +ybJ +tpb +ygs +ygs +ygs +ygs +ygs +ygs +ygs +ygs +ygs +veF +veF +wbG +wqy +tai +tai +tai +kyn +wqy +bjs +bcF +kbZ +tai +tai +tai +bcF +bJJ +veF +pkt +nEz +kjB +fuP +mho +bjs +bjs +hmY +veF +"} +(196,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +kyj +kyj +kyj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +kyj +kyj +kyj +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +wAN +bOD +bZL +vYW +xDo +xDo +xDo +xDo +xDo +kyW +xzK +xzK +xzK +xzK +gjx +xzK +xzK +xzK +xzK +xzK +hqV +nnH +nnH +ioO +veF +xZq +jqZ +xZq +xZq +kvb +kMR +bsY +bsY +mBi +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +jyD +jyD +jyD +jyD +jyD +veF +sHO +ybJ +ybJ +ybJ +ybJ +dNX +veF +xSG +ygs +ygs +ygs +vEg +vEg +vEg +vEg +vEg +veF +veF +lPk +bjs +bjs +bjs +bjs +kyn +wqy +bjs +bcF +kbZ +bjs +bjs +bjs +bjs +eAI +veF +jUX +nEz +eJk +nKy +bsn +bjs +bjs +bKF +veF +"} +(197,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fBc +iuU +iuU +iuU +kyj +jyD +jyD +jyD +jyD +jyD +kyj +iuU +iuU +iuU +gkl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +kZq +xDo +duQ +xDo +xDo +vYW +xDo +vYW +tho +veF +fcz +xzK +xzK +fXa +gnE +xzK +gJD +oBV +gHR +xzK +veF +nnH +nnH +ioO +veF +iXG +jsp +jsp +jsp +kvb +kLa +lhm +lhm +lhm +mVb +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +jyD +jyD +jyD +jyD +jyD +veF +eqh +ybJ +rQK +ryN +syD +rwK +veF +nSt +uzl +owd +vjT +vFd +vTl +cDn +jcb +wRl +veF +veF +pWD +tED +ijb +ijb +ijb +whn +wqy +bjs +bcF +tXq +kHZ +kHZ +kHZ +dlm +qGK +veF +ulT +nEz +bjs +bjs +bjs +bjs +bjs +pwI +veF +"} +(198,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fBc +iuU +iuU +iuU +iuU +iuU +kyj +kyj +kyj +kyj +kyj +iuU +iuU +iuU +iuU +iuU +gkl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +bmv +dnT +bmv +bmv +bmv +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +bmv +bmv +bmv +bmv +bmv +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +xDo +xDo +gQd +xDo +xDo +dmb +dzV +eed +ezp +veF +fdp +xzK +xzK +fZP +goI +xzK +hQK +hQK +hQK +xzK +veF +nnH +nnH +irI +veF +xZq +xZq +xZq +xZq +kvK +kNm +bsY +bsY +mBp +bsY +bsY +bsY +xvO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +jyD +jyD +jyD +jyD +jyD +veF +tLQ +ybJ +bmp +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +veF +gPt +gPt +gPt +gPt +veF +bjs +bjs +qcb +veF +cCY +qSN +ofb +hLt +aSN +veF +lvs +nEz +bcF +qIt +sca +esx +mnk +gcv +veF +"} +(199,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fBc +iuU +rRT +kez +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +gkl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +bnM +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +vrt +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +bED +yje +vYW +xDo +dnA +diO +xDo +diO +veF +fdp +xzK +xzK +fZP +gqH +xzK +xzK +xzK +xzK +xzK +veF +nnH +nnH +mnf +veF +xZq +xZq +xZq +xZq +xZq +kLa +lkJ +meT +mCp +bsY +bsY +bsY +xZJ +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +jyD +jyD +jyD +jyD +jyD +veF +tLQ +ybJ +xmH +veF +qcm +sTL +tJW +uir +veF +qYi +qYi +qYi +qYi +qYi +qYi +wHp +veF +veF +veF +veF +veF +veF +veF +veF +raW +bjs +ygV +veF +veF +veF +veF +veF +veF +veF +hdG +nEz +bcF +lCZ +jiX +tiN +fdz +cNR +veF +"} +(200,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fBc +iuU +ozF +eIW +eIW +iuU +uVp +oyT +vfM +pII +fVo +xCf +rNq +vIn +nTH +sCb +tUp +tUp +iFb +iuU +gkl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +bnM +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +vrt +fxK +fxK +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +mgY +rZf +xoF +fjB +tbB +dAi +veF +fdP +fjS +fjS +gbP +gqU +oyx +gKf +mqj +has +bdk +veF +hIL +tqd +tqd +veF +xZq +xZq +xZq +xZq +xZq +kLa +lmq +uaY +mDm +bsY +bsY +bsY +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +jyD +jyD +jyD +jyD +jyD +veF +iij +ybJ +xmH +veF +bWt +wpu +wpu +eHx +veF +uNK +sMS +sMS +sMS +sMS +sMS +rOy +huo +veF +ila +kZP +ygH +ixk +elZ +veF +bjs +bjs +ffI +veF +mQT +fsp +juj +jkB +iJh +veF +nFj +nEz +bjs +bjs +bjs +bjs +qKY +vEQ +veF +"} +(201,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +glP +eIW +eIW +eIW +iuU +cHq +sjT +sjT +sjT +rxX +sjT +sjT +sjT +hko +iuU +yfi +yfi +yfi +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +auz +auz +auz +byK +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +gwT +gwT +gwT +gwT +gwT +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +byK +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +dEy +jyD +jyD +jyD +jyD +jyD +veF +tLQ +ybJ +xmH +veF +eAm +wpu +wpu +wpu +uCq +bjs +bjs +bjs +bjs +bjs +bjs +sMS +xdc +bzH +ewl +oTG +vzH +vzH +vzH +poJ +qUd +bjs +xVX +wpt +nqa +nqa +nqa +xrQ +aSW +veF +nFj +nEz +bcF +eFa +rpC +tlj +bZo +cbm +veF +"} +(202,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +dFZ +eIW +eIW +fOy +iuU +rQA +sjT +sjT +sjT +rxX +sjT +sjT +sjT +nfp +iuU +ufP +ufP +ufP +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +bmv +bmv +bmv +fxK +fxK +fxK +bmv +bmv +bmv +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dEy +ccE +cok +cok +dEy +yhA +dEy +yhA +dEy +yhA +dEy +yhA +dEy +ygj +sDF +ygj +sDF +ygj +ygj +sDF +ygj +sDF +ygj +jpc +sXw +sXw +sXw +sXw +kvS +dEy +lpj +mgI +mDX +mZk +ncZ +nek +mZk +nFi +nqC +nUy +dEy +tMp +dUB +dUB +oWO +dEy +dEy +tMp +dUB +dUB +oWO +dEy +jyD +jyD +jyD +jyD +jyD +veF +tLQ +ybJ +xmH +veF +bWt +sUx +wpu +uju +veF +eQm +bjs +bjs +bjs +bjs +bjs +sMS +xdc +veF +ivN +bjs +bjs +bjs +bjs +weu +qUd +bjs +xVX +cbF +bjs +bjs +bjs +bjs +yaO +veF +lTx +nEz +bcF +npV +veF +veF +veF +veF +veF +"} +(203,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +waB +eIW +eIW +eIW +iuU +phS +sjT +sjT +sjT +rxX +sjT +sjT +sjT +inR +iuU +mAx +nmI +kxr +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +rHv +hQn +sAC +sAC +sAC +dEy +npS +dEy +dPP +dEy +dPP +dEy +dPP +dEy +ygj +xsy +xsy +xsy +kVW +okp +hsH +hJc +hQT +ygj +jpc +jaa +xYH +xYH +xYH +kwf +dEy +lqg +mhF +mhF +sAC +cNX +mhF +sAC +mhF +cNX +nZs +dEy +ohl +ylo +ylo +jGS +dEy +dEy +ohl +ylo +ylo +jGS +dEy +jyD +jyD +jyD +jyD +jyD +veF +tLQ +ybJ +bmp +veF +veF +veF +tKE +veF +veF +bjs +bjs +gAt +gAt +gAt +bjs +sMS +xdc +veF +cTd +qUd +tai +tai +tai +weu +qUd +bjs +xVX +cbF +tai +tai +tai +xVX +xtz +veF +bsB +nEz +bcF +uSS +veF +vVu +wua +jSH +veF +"} +(204,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +kTX +eIW +eIW +eIW +iuU +uVp +nLS +scb +yfR +rxX +qmQ +ehY +qmQ +uVp +iuU +uPL +eIW +eIW +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dEy +cdf +sAC +fxF +dEy +dBu +dEy +dBu +dEy +dBu +dEy +dBu +dEy +ygj +ygj +ygj +ygj +ygj +ygj +ygj +ygj +ygj +ygj +jpc +jaQ +xYH +xYH +xYH +kwX +dEy +mGN +cNX +mhF +sAC +sAC +sAC +sAC +cNX +mhF +nZT +dEy +dEy +yaN +yaN +dEy +dEy +dEy +dEy +yaN +yaN +dEy +byK +oOe +oOe +oOe +oOe +oOe +oOe +tLQ +ybJ +xmH +veF +cJh +sVs +vTv +waa +xfi +bjs +bjs +gAt +gAt +gAt +bjs +sMS +xdc +veF +iuh +bjs +xmr +vpF +gFy +weu +qUd +bjs +xVX +cbF +tKq +tKq +tKq +bjs +eHk +veF +sCO +nEz +bcF +rva +veF +yhI +bjs +uuN +veF +"} +(205,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +iuU +iuU +iuU +qua +iuU +iuU +iuU +iuU +iuU +fRZ +iuU +iuU +iuU +iuU +iuU +glr +iuU +iuU +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +auz +auz +auz +auz +dEy +xdo +sAC +sAC +dog +xYH +efo +xYH +eMQ +xYH +efo +xYH +dog +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +drJ +xYH +xYH +xYH +xYH +xYH +kNw +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +iOS +ylo +ylo +iOS +ylo +ylo +iOS +ylo +ylo +qrd +sPm +vvS +hhr +qLy +iEK +rcC +oTp +tLQ +ybJ +xmH +veF +sFV +vTv +vTv +mbF +fJO +bjs +bjs +bjs +gAt +gAt +bjs +bjs +eZl +xyV +wHp +bjs +ivP +jly +nMB +weu +qUd +bjs +xVX +cbF +kxA +kxA +kxA +bjs +wHp +veF +aDo +nEz +bcF +iAK +veF +gcS +dEc +uuN +veF +"} +(206,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +kvV +jzu +iuU +ruG +iuU +gwm +qSe +qSe +sBN +vLb +kps +amT +kps +vLb +sBN +qSe +qSe +tIi +iuU +vfJ +iuU +wps +kvV +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +nTz +nTz +nTz +nTz +nTz +nTz +nTz +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +auz +auz +auz +byK +dEy +cgH +sAC +sAC +drJ +xYH +xYH +xYH +xYH +xYH +xYH +xYH +drJ +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +drJ +xYH +xYH +xYH +xYH +xYH +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +udj +sPm +qoQ +maC +maC +maC +maC +maC +ybJ +ybJ +xmH +veF +fcB +vTv +tMy +ujx +fJO +bjs +vlp +bjs +gAt +gAt +bjs +bjs +xdp +veF +eJU +qUd +tai +tai +tai +weu +qUd +bjs +xVX +cbF +tai +tai +tai +xVX +oml +veF +veF +tXx +tXx +veF +veF +veF +ody +ody +veF +"} +(207,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +xEX +htO +iuU +bHZ +iuU +ukI +eIW +eIW +eIW +eIW +eIW +uPL +eIW +eIW +eIW +eIW +eIW +smH +iuU +vgf +iuU +wRA +uFS +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +leJ +leJ +leJ +leJ +leJ +leJ +leJ +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dEy +bOP +sAC +sAC +cJn +dEy +dDe +wAQ +wAQ +nzR +nzR +nzR +nzR +gbV +gry +xsy +gry +xsy +xYH +xYH +xsy +uyC +xsy +uyC +jpc +jcI +xYH +xYH +xYH +kxa +dEy +oyP +miX +miX +ylo +ylo +lpj +nqC +nek +wCk +nlR +dEy +dEy +dEy +dEy +dEy +ueu +rew +dEy +dEy +dEy +dEy +sPm +iEK +maC +maC +maC +maC +maC +ybJ +ybJ +xmH +veF +sIW +vTv +vTv +ujV +fJO +bjs +bjs +bjs +gAt +gAt +bjs +bjs +xhs +veF +ivN +bjs +bjs +dJo +bjs +vQz +qUd +bjs +xVX +cbF +bjs +bjs +bjs +bjs +rMK +veF +tHw +vea +xeW +hJA +eHe +nDY +vea +xeW +veF +"} +(208,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +xEX +htO +iuU +miK +bHZ +uPL +eIW +eIW +eIW +eIW +eIW +iVq +hge +hge +hge +hge +iFb +uPL +vgf +fOy +iuU +wRA +uFS +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +leJ +leJ +leJ +leJ +leJ +leJ +leJ +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iEW +hQn +sAC +sAC +sAC +cLn +dEy +dFy +xRE +xRE +xRE +xRE +xRE +xRE +gcT +gsH +xsy +gry +xsy +xYH +xYH +xsy +uyC +xsy +dCf +jpc +jej +xYH +xYH +xYH +kyC +dEy +lun +cNX +mhF +ylo +ylo +lqg +nqE +nqE +sAC +sAC +dEy +eGS +sAC +sAC +dEy +kpJ +kpJ +dEy +ncZ +nqC +nek +sPm +qpR +maC +maC +qWZ +reB +xiw +tLQ +ybJ +xmH +veF +mCU +wHY +lXf +ujX +fJO +bjs +bjs +gAt +gAt +gAt +bjs +bjs +cZd +veF +hwV +hZx +osu +lmp +osu +vlB +eZu +bjs +xVX +qVw +nzf +nzf +nzf +pxG +hXg +veF +wdx +vea +xeW +oNP +pMb +sUJ +vea +xeW +veF +"} +(209,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +xEX +htO +iuU +bHZ +iuU +ukI +eIW +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +uPL +smH +iuU +vgf +iuU +wRA +uFS +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +leJ +leJ +leJ +leJ +leJ +leJ +leJ +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dEy +xdo +sAC +sAC +cLu +dEy +dHJ +xRE +xRE +xRE +xRE +xRE +xRE +gcU +gty +gIn +gKq +xYH +xYH +xYH +xYH +gIn +gKq +pDj +jpc +jej +xYH +xYH +xYH +kyC +dEy +lxn +mhF +cNX +ylo +mGi +lqu +nrD +nrD +xaZ +obc +dEy +rMq +sAC +sAC +dEy +kpJ +kpJ +dEy +sAC +sAC +bnI +sPm +iEK +maC +qLD +iEK +iEK +xvO +fbq +ybJ +bmp +veF +sKF +rWO +rWO +iVD +kBV +dJo +dJo +pLD +pLD +gAt +bjs +bjs +xyv +veF +ila +iqV +rRt +wqo +kLW +veF +bjs +dJo +ffI +veF +dje +qiF +aHg +xbG +iJh +veF +cQL +vea +xeW +oNP +cct +iQi +vea +xeW +veF +"} +(210,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +xEX +htO +iuU +stM +iuU +uPL +eIW +iuU +dCZ +bQR +ygG +pfv +akM +qJw +dCZ +iuU +uPL +uPL +iuU +huf +iuU +wRA +uFS +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +leJ +leJ +leJ +leJ +leJ +leJ +leJ +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +auz +auz +auz +paY +bRh +sAC +sAC +cLu +dEy +dFy +xRE +xRE +xRE +xRE +xRE +xRE +gcT +gtE +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xwY +jpc +jes +xYH +xYH +xYH +kyR +dEy +lyv +mjd +mjd +ylo +ylo +xaZ +xaZ +xaZ +xaZ +xaZ +dEy +wbx +aoG +sAC +mJR +kpJ +kpJ +fqr +sAC +cVG +cVG +sPm +xMo +maC +maC +qXN +rjm +xvO +tLQ +ybJ +rRb +veF +rOy +wHp +wHp +uku +wHp +bjs +bjs +bjs +bjs +dJo +bjs +wTQ +veF +veF +veF +veF +veF +veF +veF +veF +qxr +lub +jGI +veF +veF +veF +veF +veF +veF +veF +fLG +vea +xeW +oNP +sqc +xHJ +vea +xeW +veF +"} +(211,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +xEX +htO +iuU +iuU +iuU +uPL +eIW +rXl +rXl +rXl +rXl +rXl +rXl +rXl +rXl +rXl +uPL +uPL +iuU +iuU +iuU +wRA +xpy +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +leJ +leJ +leJ +leJ +leJ +leJ +leJ +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dEy +xdo +sAC +sAC +cLu +dEy +dKc +xRE +xRE +kXw +kXw +kXw +kXw +gfs +guC +xYH +xYH +wmH +wmH +wmH +wmH +xYH +xYH +qeJ +jpc +jfD +xYH +xYH +xYH +kyU +dEy +lyZ +wCk +mFh +ylo +ylo +xaZ +ntd +xaZ +xaZ +oeb +dEy +rIn +sAC +sAC +dEy +kpJ +cPV +cah +ehx +dAx +qlj +qcy +qqp +maC +maC +qWZ +reB +xvO +fbq +ybJ +ybJ +oPa +wll +wll +wll +wll +yaG +qDX +lSb +lSb +tKt +lSb +chH +wll +xht +xCx +eWY +dWz +wll +oNz +tjg +wll +jty +jty +jty +aKY +wll +wfx +wHp +wHp +rjK +uUa +avK +vea +xeW +aKL +sIq +avK +vea +xeW +veF +"} +(212,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +jKW +htO +iuU +iuU +iuU +uPL +eIW +rXl +rXl +rXl +rXl +rXl +rXl +rXl +rXl +rXl +uPL +uPL +iuU +iuU +iuU +wRA +iLw +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +leJ +leJ +leJ +leJ +leJ +leJ +leJ +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +aYR +hQn +sAC +sAC +sAC +cNh +dEy +dLs +xRE +ezt +dEy +dEy +dEy +dEy +dEy +gvr +xYH +wmH +ygj +ygj +ygj +ygj +wmH +xYH +irU +jpc +jej +xYH +xYH +xYH +kAr +dEy +lrM +miX +miX +ylo +ylo +xaZ +xaZ +xaZ +xaZ +obc +dEy +qzb +sAC +sAC +dEy +cPv +rew +dEy +sAC +sAC +bnI +sPm +iEK +maC +maC +qXR +iEK +xvO +roP +ryw +ybJ +sdu +lSb +tKt +lSb +lSb +lSb +lSb +lSb +lSb +lSb +lSb +lSb +lSb +lSb +lSb +lSb +tKt +lSb +lSb +jpl +lSb +lSb +tKt +lSb +lSb +lSb +chH +wll +wll +wll +lGZ +wll +qDX +chH +wll +wll +wll +qDX +xeW +veF +"} +(213,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +jKW +htO +iuU +iuU +iuU +ukI +eIW +iuU +ocX +qYU +qYU +qYU +qYU +rXl +maH +iuU +uPL +smH +iuU +iuU +iuU +wRA +iLw +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +nTz +nTz +nTz +nTz +nTz +nTz +nTz +nTz +nTz +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dEy +bOP +sAC +sAC +cOC +dEy +dNa +efG +xRE +mVQ +fgs +fkt +fDh +dEy +gyA +xYH +veq +ygj +xsy +hkd +ygj +veq +xYH +isW +jpc +jej +xYH +xYH +xYH +kyC +dEy +lxn +mhF +mhF +ylo +mGi +neG +nrD +nqE +xaZ +obc +dEy +egZ +sAC +jnD +dEy +vnr +tyk +dEy +fPy +nvL +nHi +sPm +qqq +maC +maC +qXN +rjm +lWo +rpv +ryN +ryN +oPa +xqX +xqX +xqX +xqX +xqX +xqX +tUD +uWC +xqX +xqX +xqX +tUD +uWC +xqX +ajR +uWC +xqX +uui +stq +uui +xqX +xqX +ajR +lSb +lSb +uWC +xqX +xqX +xqX +ryQ +xqX +xqX +xqX +tUD +lSb +uWC +xqX +bpt +veF +"} +(214,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +nBb +vFk +lVF +jWC +pMu +vob +aRB +eIW +iuU +jIS +seh +cPX +seh +egj +rXl +rXl +iuU +uPL +xEt +vob +pMu +vob +ewg +rDo +vzI +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +auz +auz +auz +byK +dEy +cgH +sAC +cOD +dEy +dNa +egi +xRE +aGp +aGp +aGp +fya +dEy +jpc +jpc +jpc +jpc +jpc +jpc +jpc +jpc +jpc +jpc +jpc +jfX +xYH +xYH +xYH +kyC +dEy +lun +mhF +cNX +ylo +ylo +lqg +nqE +nrD +sAC +ofd +dEy +dEy +dEy +dEy +dEy +dEy +rSj +dEy +dEy +dEy +dEy +dEy +veF +veF +noL +veF +veF +veF +veF +veF +veF +veF +rOy +sVv +rhk +wHp +wHp +uNO +vea +xeW +hQV +wHp +wHp +vea +xeW +xEk +vea +xeW +bjs +shT +veF +rOy +wHp +wHp +vea +lSb +lSb +xeW +wHp +wHp +uTa +veF +pQL +pcJ +iLv +lSb +lSb +lSb +veF +veF +veF +"} +(215,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +vzI +kpU +ewg +vob +nLt +vob +gZG +civ +gvF +mrA +rXl +rXl +rXl +seh +rXl +maH +iuU +uPL +xEt +vob +nLt +vob +ewg +rFZ +vzI +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fCu +fCu +fCu +fCu +fxK +lqz +lqz +lqz +pYD +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +auz +auz +auz +auz +dEy +xdo +sAC +cOD +dEy +dOV +egi +xRE +ePf +fgt +aGp +fyP +dEy +gzz +xYH +vyl +xYH +xYH +xYH +xYH +vyl +xYH +xYH +xYH +xYH +xYH +xYH +xYH +kAP +dEy +eQF +mjd +mjd +ylo +ylo +neO +nvL +nHi +wCk +ofT +dEy +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +veF +jyD +veF +veF +veF +veF +veF +veF +veF +spA +spA +veF +veF +wHp +vea +xeW +xEG +vea +xeW +bjs +cWI +veF +bgo +bgo +wHp +vea +lSb +lSb +xeW +wHp +bgo +bgo +veF +usQ +aPM +aPM +lSb +lSb +lSb +kgD +ldM +veF +"} +(216,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +wRA +izA +htO +gvF +iuU +iuU +mVN +eIW +iuU +dCl +phs +fHb +mGJ +rXl +rXl +rXl +iuU +uPL +smH +iuU +iuU +iuU +wRA +nlV +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +nTz +leJ +leJ +nTz +fxK +mZf +leJ +leJ +pYD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dEy +cdf +sAC +nlR +dEy +dRv +ekQ +xRE +ePM +fgO +aGp +fCj +dEy +gBR +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +rIA +dEy +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +veF +jyD +jyD +jyD +veF +vXj +ovq +vXj +ual +yiH +yiH +vTo +veF +rOy +vea +xeW +jyE +vpr +xeW +bjs +pBx +veF +jyt +dYI +wHp +vpr +lSb +lSb +xeW +wHp +hHg +fXw +veF +msb +aPM +aPM +lSb +lSb +vbo +veF +veF +veF +"} +(217,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +wRA +izA +htO +gvF +kRi +eIW +eIW +eIW +iuU +iuU +iuU +iuU +iuU +iuU +rXl +rXl +iuU +uPL +uPL +eIW +kRi +iuU +wRA +nlV +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +fxK +fCu +leJ +leJ +fCu +fxK +nTz +leJ +leJ +pYD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +mFM +hQn +sAC +sAC +sAC +dEy +dRK +egi +xRE +aGp +aGp +aGp +fya +dEy +gDE +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +xYH +kQP +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +clr +dEy +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +veF +jyD +jyD +jyD +veF +vHw +vHw +vHw +yiH +yiH +yiH +cEj +veF +veF +sZr +sZr +veF +xWD +oWS +veF +veF +veF +veF +veF +rtj +aqE +xpK +ffo +dAR +vCq +veF +veF +veF +hXo +lNE +hvs +lSb +lSb +lSb +kgD +ldM +veF +"} +(218,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +wRA +izA +htO +iuU +sNa +eIW +eIW +eIW +iuU +vLx +xcj +xcj +rxT +iuU +lQx +rXl +iuU +uPL +ouq +qSe +ccm +iuU +wRA +nlV +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fxK +fxK +nTz +leJ +leJ +nTz +fxK +nTz +leJ +leJ +pYD +fxK +fxK +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dEy +ewu +yfw +yfw +dEy +jaU +ayN +oXq +mVQ +kqn +flT +fDh +dEy +lZK +xbp +gMc +eOL +vDc +eOL +huv +hLK +hRY +iuV +iDd +eOL +vDc +eOL +kbA +kDo +dEy +lAl +sAC +sAC +mje +mje +mje +mje +mje +mje +sIv +dEy +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +jyD +tue +jyD +veF +lDX +yiH +yiH +yiH +yiH +yiH +bah +veF +bjs +dJo +dJo +noL +xXr +baI +lhq +ldQ +veF +veF +veF +veF +sum +wpX +hJy +sum +veF +veF +veF +veF +noL +veF +veF +vDp +lSb +jjP +veF +veF +veF +"} +(219,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +vYf +eOr +tbs +gvF +dUz +eIW +eIW +eIW +iuU +dYk +rXl +rXl +rXl +mTN +rXl +rXl +iuU +lzH +qSe +qSe +lup +iuU +wRA +nlV +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +fCu +leJ +leJ +fCu +fxK +nTz +leJ +leJ +siH +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +auz +auz +auz +auz +byK +dEy +dEy +dEy +dEy +dEy +jjm +pTT +dEy +dEy +dEy +dEy +dEy +dEy +dEy +xSo +tPT +xSo +tPT +dEy +laZ +hGZ +pTT +dEy +tPT +xSo +tPT +sAz +pTT +dEy +ghO +mje +sAC +mYZ +ndc +ndc +ndc +ndc +nLY +ohz +dEy +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +jyD +jyD +jyD +veF +vHw +vHw +uEj +yiH +yiH +yiH +vUG +veF +bjs +bjs +bjs +veF +xXr +bjs +bjs +kNv +veF +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +tue +tue +tue +hnf +wuw +wKn +wpu +wpu +wpu +qWt +aZF +hnf +"} +(220,1,1) = {" +jyD +jyD +jyD +tue +jyD +tue +tue +jyD +vYf +izA +htO +iuU +dUz +eIW +eIW +eIW +iuU +aXF +rXl +rXl +rXl +mTN +rXl +rXl +iuU +uPL +eIW +eIW +eMF +iuU +wRA +nlV +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +nTz +leJ +leJ +nTz +fxK +nTz +leJ +leJ +tuL +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qtF +xYH +qtF +xYH +xSo +gMu +hTb +gkb +xSo +xYH +qtF +xYH +qtF +qjz +dEy +lFi +mje +sAC +sAC +sAC +sAC +sAC +sAC +sAC +fJi +dEy +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +jyD +jyD +jyD +veF +sXn +sXn +sXn +ual +cEa +vlY +veF +veF +bjs +bjs +bjs +veF +xZd +bjs +bjs +kNv +veF +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +cKw +fAZ +wpu +nim +wpu +wpu +nSb +xvO +"} +(221,1,1) = {" +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +vYf +izA +htO +iuU +sNa +eIW +eIW +eIW +iuU +vLx +xcj +xcj +rxT +iuU +lQx +rXl +iuU +uPL +eIW +eIW +eIW +iuU +wRA +nlV +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fCu +leJ +leJ +fCu +fxK +mZf +leJ +leJ +uEq +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +qtF +xYH +qtF +xYH +ygd +gkb +dsW +gMu +ygd +xYH +qtF +xYH +qtF +jyD +dEy +lFi +mje +sAC +mZc +ndu +nfc +nwN +nHq +nNV +wCk +dEy +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +veF +veF +veF +veF +veF +noL +veF +veF +veF +noL +veF +rOy +bjs +bjs +veF +xZd +bjs +dJo +qbO +veF +eMI +tue +jyD +tue +jyD +jyD +tue +jyD +jyD +jyD +jyD +xvO +guG +wpu +pdi +sQl +qlG +wpu +vOU +xvO +"} +(222,1,1) = {" +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +vYf +ebR +htO +iuU +kRi +eIW +eIW +eIW +iuU +iuU +iuU +iuU +iuU +iuU +rXl +rXl +iuU +uPL +eIW +eIW +kdY +iuU +wRA +rwE +htO +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +leJ +leJ +fxK +fxK +fxK +leJ +leJ +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gxA +tPT +gxA +tPT +dEy +laZ +hGZ +pTT +dEy +tPT +gxA +tPT +gxA +dEy +dEy +dEy +jjm +mef +mef +mef +mef +mef +mef +pTT +dEy +byK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +tue +veF +veF +seJ +gKB +tah +tRW +iIT +veF +rOy +bjs +bjs +bjs +bjs +bjs +bjs +bjs +veF +yda +nyH +nyH +eUO +veF +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +ubp +wpu +pdi +oRN +qlG +wpu +sTP +xvO +"} +(223,1,1) = {" +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +xLW +iuU +iuU +iuU +iuU +iuU +mVN +eIW +iuU +vLx +xcj +xcj +rxT +iuU +lQx +rXl +iuU +uPL +npy +iuU +iuU +iuU +iuU +iuU +gkl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +mZf +nTz +leJ +leJ +mZf +nTz +mZf +leJ +leJ +nTz +mZf +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +hlr +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +noL +veF +sfp +vTv +vTv +vTv +ukz +uEy +bjs +bjs +bjs +bjs +dJo +wJe +dJo +bjs +veF +noL +noL +noL +noL +veF +tue +tue +tue +tue +jyD +jyD +tue +jyD +jyD +jyD +jyD +xvO +ipp +wpu +pdi +sQl +qlG +wpu +qcm +xvO +"} +(224,1,1) = {" +jyD +jyD +jyD +tue +jyD +tue +tue +jyD +gvF +ikJ +eIW +eIW +npy +iuU +eIW +eIW +iuU +dYk +rXl +rXl +rXl +mTN +rXl +rXl +iuU +uPL +eIW +eIW +eIW +eIW +eIW +dxC +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +nTz +nTz +leJ +leJ +nTz +nTz +nTz +leJ +leJ +nTz +nTz +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +rrm +bjs +rRv +vTv +vTv +vTv +vTv +vTv +uEy +bjs +bjs +bjs +bjs +bjs +bjs +bjs +bjs +veF +ydO +ydO +ydO +ydO +veF +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +xvO +doe +fAZ +pdi +sQl +qlG +wpu +doe +xvO +"} +(225,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +gRG +eIW +eIW +eIW +eIW +eIW +eIW +iuU +aXF +rXl +rXl +rXl +mTN +rXl +rXl +iuU +ouq +qSe +qSe +qSe +qSe +qSe +koO +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +dzC +gzj +nTz +leJ +leJ +lqz +ixm +lqz +leJ +leJ +nTz +nTz +dzC +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +vlE +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +bjs +rRv +vTv +vTv +vTv +vTv +mbF +veF +rOy +bjs +bjs +vUT +bjs +bjs +wUd +bjs +xGL +ydP +ydP +ydP +ydO +veF +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +tue +tue +tue +xvO +kBc +wpu +pdi +sQl +qlG +wpu +qcm +xvO +"} +(226,1,1) = {" +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +iuU +nCY +eIW +eIW +eIW +eIW +eIW +eIW +iuU +vLx +xcj +xcj +rxT +iuU +lQx +rXl +iuU +eIW +eIW +eIW +eIW +eIW +eIW +dxC +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +eEL +gCq +nTz +leJ +leJ +lqz +lqz +lqz +leJ +leJ +nTz +nTz +eEL +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +sgy +vTv +tar +vTv +iPw +veF +veF +voX +vIu +mzS +wxo +wJJ +mzS +veF +veF +ydY +ydP +ydP +ydO +veF +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +vvn +hsb +ylm +sQl +eSX +sQl +ylm +rBi +foD +"} +(227,1,1) = {" +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jzu +iuU +nFV +eIW +eIW +iuU +eIW +eIW +iuU +iuU +iuU +iuU +iuU +iuU +rXl +rXl +iuU +eIW +npy +iuU +iuU +iuU +mVD +iuU +wps +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +eEL +hoH +nTz +leJ +leJ +leJ +nTz +leJ +leJ +leJ +nTz +nTz +eEL +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +tue +veF +veF +siK +sLV +lXf +tSy +umM +veF +veF +wMD +xQT +vpT +xJU +fJr +vpT +veF +veF +veF +veF +xGL +veF +veF +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +oKr +hSC +hSC +hSC +hSC +hSC +foD +jyD +"} +(228,1,1) = {" +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +iuU +nFV +eIW +eIW +iuU +mVN +eIW +iuU +vLx +xcj +xcj +rxT +iuU +lQx +rXl +iuU +eIW +eIW +eIW +kRi +iuU +lhB +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +eEL +iqq +nTz +leJ +leJ +leJ +nTz +leJ +leJ +leJ +nTz +nTz +eEL +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +tue +jyD +tue +jyD +jyD +jyD +jyD +noL +veF +dqw +hSC +taR +hSC +rbx +noL +veF +sIa +sIa +bqf +sIa +sIa +vpT +xjq +xGX +xGX +des +kSW +xGX +puu +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(229,1,1) = {" +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +iuU +nFV +eIW +eIW +iuU +eIW +eIW +iuU +dYk +rXl +rXl +rXl +mTN +rXl +rXl +iuU +eIW +eIW +eIW +iTN +iuU +rhd +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +eEL +flR +nTz +nTz +leJ +leJ +leJ +leJ +leJ +nTz +nTz +nTz +eEL +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +veF +veF +uiR +tGb +xvO +uiR +tGb +veF +veF +sIa +sIa +vpT +sIa +sIa +vpT +xkE +xIS +uFe +jAr +yeD +mGI +iBB +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(230,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +pYe +eIW +npy +iuU +eIW +eIW +iuU +aXF +rXl +rXl +rXl +mTN +rXl +rXl +iuU +eIW +eIW +eIW +dUz +iuU +rhd +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ene +nTz +nTz +nTz +leJ +leJ +leJ +leJ +leJ +nTz +nTz +nTz +ene +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +tue +jyD +veF +veF +pAT +tTw +xvO +pAT +tTw +veF +veF +sIa +sIa +vpT +sIa +sIa +vpT +xkE +xJC +yeG +yeD +yeG +ezv +xkE +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(231,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +nri +eIW +eIW +iuU +eIW +eIW +iuU +vLx +xcj +xcj +rxT +iuU +lQx +rXl +iuU +eIW +eIW +eIW +iTN +iuU +dRt +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +mZf +nTz +nTz +nTz +leJ +leJ +leJ +nTz +nTz +nTz +mZf +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +pAT +tTw +xvO +pAT +tTw +veF +veF +sIa +sIa +bqf +sIa +sIa +vpT +xkE +xLp +yeG +yeG +yeG +jUw +xkE +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(232,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jzu +iuU +ewA +xaI +iuU +eIW +eIW +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +iuU +eIW +eIW +eIW +kRi +iuU +rhd +wps +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +fxK +fxK +leJ +leJ +leJ +fxK +fxK +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +afr +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +veF +veF +pAT +tTw +xvO +pAT +tTw +veF +veF +sIa +sIa +vpT +sIa +sIa +vpT +xkE +xLA +yfP +yeG +vXg +tJZ +iBB +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(233,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jzu +iuU +iuU +iuU +mVN +eIW +tdZ +eIW +eIW +lks +eIW +lks +eIW +eIW +tdZ +eIW +npy +iuU +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +fxK +fxK +fxK +fxK +mZf +mZf +leJ +leJ +leJ +mZf +mZf +fxK +fxK +fxK +fxK +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +veF +veF +pAT +tTw +xvO +pAT +tTw +veF +veF +sIa +sIa +bqf +sIa +sIa +vpT +xkI +xGX +xGX +kSW +xGX +xGX +wvl +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(234,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +iuU +aeh +aeh +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +aeh +aeh +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +fxK +nTz +nTz +leJ +leJ +leJ +nTz +nTz +fxK +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +xPw +moX +moX +moX +moX +veF +veF +pAT +tTw +xvO +pAT +tTw +noL +veF +sIa +sIa +vpT +sIa +sIa +vpT +jyD +jyD +jyD +tue +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(235,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +iuU +aeh +aeh +rPz +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +rPz +aeh +aeh +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +fxK +nTz +lqz +leJ +leJ +leJ +lqz +nTz +fxK +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +veF +veF +sjd +tTw +xvO +sjd +tTw +veF +veF +sIa +sIa +vpT +sIa +sIa +vpT +jyD +jyD +tue +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(236,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +iuU +aeh +aeh +aeh +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +eIW +aeh +aeh +aeh +iuU +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +fxK +ixm +lqz +leJ +leJ +leJ +lqz +ixm +fxK +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +pAT +tTw +xvO +pAT +tTw +noL +veF +sIa +vKp +vpT +sIa +sIa +vpT +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(237,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jzu +iuU +aeh +aeh +aeh +iuU +tRe +rXl +rXl +rXl +rXl +rXl +tRe +iuU +aeh +aeh +aeh +iuU +wps +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +lqz +lqz +leJ +leJ +leJ +lqz +lqz +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +tue +jyD +veF +veF +skq +sMn +tfq +pAT +tTw +veF +veF +sIa +sIa +vpT +sIa +sIa +vpT +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(238,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iuU +aeh +aeh +aeh +iuU +lQx +rXl +nMQ +uMk +uMk +rXl +maH +iuU +aeh +aeh +aeh +iuU +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +nTz +nTz +leJ +leJ +leJ +nTz +nTz +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +pAT +tTw +xvO +pAT +sMn +veF +veF +wMD +xQT +bqf +xJU +fJr +vpT +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(239,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jzu +oqe +oqe +oqe +tbj +rXl +rXl +ben +lbz +uMk +rXl +rXl +tbj +oqe +oqe +oqe +wps +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +nTz +nTz +leJ +mEE +leJ +nTz +nTz +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +veF +veF +slB +sNl +xZJ +slB +sNl +noL +veF +wNs +vLT +nNN +wNs +wNs +nNN +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(240,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +oqe +lwB +oqe +wBh +nxk +rXl +rXl +rXl +rXl +rXl +nxk +wBh +oqe +lwB +oqe +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +nTz +nTz +leJ +leJ +leJ +nTz +nTz +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(241,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gNo +iFV +nxk +rXl +rXl +rXl +nxk +crS +oPr +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fxK +mZf +nTz +leJ +leJ +leJ +nTz +mZf +fxK +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(242,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +gNo +vDL +vDL +vDL +vDL +vDL +oPr +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +fxK +mZf +lqz +lqz +lqz +mZf +fxK +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(243,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +ahL +kdb +lHq +lHq +lHq +qKJ +rEX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(244,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(245,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(246,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +moX +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +"} +(247,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +fAu +lth +lth +lth +pwa +lth +lth +lth +pAX +"} +(248,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iMD +lHa +lHa +lHa +lHa +lHa +lHa +lHa +iMD +"} +(249,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +jyD +jyD +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iMD +lHa +lHa +lHa +lHa +lHa +lHa +lHa +iMD +"} +(250,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +tue +jyD +tue +tue +jyD +tue +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iMD +lHa +lHa +lHa +lHa +lHa +lHa +lHa +iMD +"} +(251,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iMD +lHa +lHa +lHa +lHa +lHa +lHa +lHa +iMD +"} +(252,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iMD +lHa +lHa +lHa +lHa +lHa +lHa +lHa +iMD +"} +(253,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iMD +lHa +lHa +lHa +lHa +lHa +lHa +lHa +iMD +"} +(254,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +iMD +lHa +lHa +lHa +lHa +lHa +lHa +lHa +iMD +"} +(255,1,1) = {" +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +jyD +kdD +lth +lth +lth +lth +lth +lth +lth +xtI +"} diff --git a/_maps/map_files/cyberiad/z2oldto.dmm b/_maps/map_files/cyberiad/z2oldto.dmm new file mode 100644 index 000000000000..821cafccc505 --- /dev/null +++ b/_maps/map_files/cyberiad/z2oldto.dmm @@ -0,0 +1,78566 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ac" = ( +/obj/machinery/sleeper/upgraded, +/obj/structure/window/reinforced{ + dir = 4; + opacity = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"af" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/reagent_scanner/adv, +/obj/structure/sink{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"ah" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/carpet/black, +/area/space) +"al" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"am" = ( +/obj/structure/filingcabinet/employment, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/item/radio/intercom/specops{ + pixel_x = -30 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"as" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrivalcorner" + }, +/area/space) +"aw" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/chili, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/space) +"ay" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/effect/landmark{ + name = "Commando" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"aA" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/structure/holohoop{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/red/partial, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"aB" = ( +/obj/machinery/computer/crew, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/space) +"aD" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + id_tag = "CC-OP3-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"aF" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/space) +"aH" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/space) +"aI" = ( +/obj/effect/turf_decal/arrows/white{ + color = null; + dir = 1; + name = "Canteen, Shooting range, Zone 2, Medical block" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/space) +"aJ" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"aL" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/space) +"aP" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor, +/area/space) +"aQ" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"aR" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/simulated/floor/carpet, +/area/space) +"aS" = ( +/obj/machinery/computer/cryopod/robot{ + pixel_y = 30 + }, +/obj/effect/decal/warning_stripes/green/hollow, +/obj/effect/landmark{ + name = "Response Team" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"aV" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/space) +"aY" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"aZ" = ( +/obj/structure/dresser, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"bd" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"bg" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/space) +"bi" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"bn" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/simulated/floor/carpet, +/area/space) +"bp" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/machinery/door_control{ + id = "ERT_director_office_shutters"; + name = "ERT Director Office Shutters"; + pixel_x = -8; + pixel_y = 9; + req_access_txt = "114" + }, +/obj/item/radio/intercom/specops{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/space) +"bt" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/space) +"bu" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/space) +"bv" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/space) +"bw" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"bz" = ( +/obj/structure/filingcabinet/security, +/turf/simulated/floor/carpet/black, +/area/space) +"bA" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/space) +"bC" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"bE" = ( +/obj/effect/decal/warning_stripes/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"bF" = ( +/obj/effect/turf_decal/arrows/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"bG" = ( +/obj/machinery/door/airlock/centcom{ + name = "Supreme Court"; + opacity = 1; + req_access_txt = "106,109,110" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"bH" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/turf/simulated/floor/carpet, +/area/space) +"bI" = ( +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/grass, +/area/space) +"bM" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"bN" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/space) +"bO" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"bP" = ( +/obj/machinery/computer/operating{ + layer = 3.5 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"bQ" = ( +/obj/machinery/computer/drone_control, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/space) +"bR" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/disks, +/obj/item/storage/box/syringes{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"bS" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"bT" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s10" + }, +/area/space) +"bU" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/space) +"bW" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/space) +"bZ" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/soymilk, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"ca" = ( +/obj/machinery/photocopier, +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"cb" = ( +/obj/structure/table/reinforced, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"cc" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"cd" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"ce" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/item/circuitboard/aiupload, +/obj/item/circuitboard/circuit_imprinter, +/obj/item/circuitboard/communications, +/obj/item/circuitboard/destructive_analyzer, +/obj/item/circuitboard/ore_redemption, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/protolathe, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"cf" = ( +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/space) +"cj" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign3"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"cn" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"cp" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod3_away"; + name = "recovery ship bay 3"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor, +/area/space) +"cq" = ( +/obj/structure/flora/ausbushes/palebush, +/obj/structure/flora/tree/pine{ + color = "#336633" + }, +/turf/simulated/floor/grass, +/area/space) +"ct" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/simulated/floor, +/area/space) +"cu" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"cv" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/space) +"cw" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.8 + }, +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"cx" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"cH" = ( +/obj/machinery/computer/teleporter, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"cI" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/turf/simulated/floor/carpet, +/area/space) +"cJ" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"cL" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/space) +"cM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darklattice" + }, +/area/space) +"cO" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"cT" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/stock_parts/cell/infinite{ + desc = "Интересная батарейка золотого цвета, главный вопрос который вас терзает - а что она делает в космосе? \n Жаль что контакты окислились."; + name = "Батарейка в космосе?" + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/space) +"cU" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navyblue" + }, +/area/space) +"cV" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"cW" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"cX" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"da" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Connector Port (Air Supply)" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"dc" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Connector Port (Air Supply)" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"df" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"dg" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/space) +"dh" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/space) +"di" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/space) +"dk" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 2; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"dm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/space) +"dn" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"dq" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"dr" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "Zone1-bathroom4"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"dw" = ( +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"dx" = ( +/obj/machinery/computer/card/centcom, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = 25 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"dy" = ( +/obj/structure/sign/securearea, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"dB" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/machinery/light/small{ + brightness_range = 2; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"dD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/space) +"dE" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"dG" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_y = 14 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_y = 14 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"dH" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/seeds/gatfruit, +/obj/item/seeds/cherry/bomb, +/obj/item/seeds/ambrosia/gaia, +/obj/item/seeds/ambrosia/gaia, +/obj/item/seeds/ambrosia/gaia, +/turf/simulated/floor/grass, +/area/space) +"dM" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/carpet/black, +/area/space) +"dO" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF" + }, +/turf/simulated/floor/carpet/black, +/area/space) +"dP" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_one_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"dR" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/space) +"dT" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/space) +"dU" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/grass, +/area/space) +"dV" = ( +/obj/item/cardboard_cutout{ + anchored = 1; + desc = "Обычная статуя офицера, что она здесь делает? На табличке красуется надпись - Pizdyach Rodnenkiy"; + icon_state = "cutout_ntsec"; + name = "Officer" + }, +/turf/simulated/floor/grass, +/area/space) +"dX" = ( +/obj/structure/table/reinforced, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/space) +"dY" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"ea" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign5"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"ec" = ( +/obj/effect/turf_decal/caution/stand_clear, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"ed" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/turf/simulated/floor/grass, +/area/space) +"eg" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"ei" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"ej" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/space) +"el" = ( +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"em" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/space) +"et" = ( +/obj/machinery/vending/chinese/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"eu" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"ey" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"eC" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"eH" = ( +/obj/machinery/door/airlock/centcom{ + name = "Black Ops"; + opacity = 1; + req_access_txt = "111" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"eI" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"eO" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/storage/briefcase, +/obj/item/storage/box/ids{ + pixel_y = 10 + }, +/obj/item/stamp/chameleon, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"eP" = ( +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/space) +"eQ" = ( +/obj/machinery/computer/security{ + network = list("SS13","Telecomms","Research Outpost","Mining Outpost","ERT","CentComm","Thunderdome") + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/space) +"eR" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/space) +"eZ" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_legal, +/turf/simulated/floor/carpet/black, +/area/space) +"fc" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/space) +"fe" = ( +/obj/machinery/shuttle_manipulator, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"fh" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/toy/cards/deck/black, +/turf/simulated/floor/carpet, +/area/space) +"fk" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"fm" = ( +/obj/item/flag/nt, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"fn" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/space) +"fr" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/space) +"ft" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s6" + }, +/area/space) +"fx" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkgreynavyblue" + }, +/area/space) +"fA" = ( +/obj/machinery/status_display/supply_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"fE" = ( +/turf/simulated/floor/beach/sand, +/area/space) +"fF" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/space) +"fI" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + pixel_y = 20 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitelattice" + }, +/area/space) +"fJ" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/space) +"fK" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + frequency = 2000; + id = "Zone1-bathroom7"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"fL" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/light/small{ + brightness_range = 2; + dir = 1; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"fM" = ( +/obj/mecha/combat/marauder/loaded, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/space) +"fO" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"fQ" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"fV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/space) +"fX" = ( +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"fZ" = ( +/obj/structure/table/reinforced, +/obj/structure/sink/kitchen, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"gd" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navyblue" + }, +/area/space) +"gf" = ( +/obj/structure/chair/comfy/purp{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"gg" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/mask/balaclava, +/turf/simulated/floor/wood, +/area/space) +"gh" = ( +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"gi" = ( +/obj/structure/table/wood, +/obj/item/paper/hydroponics, +/turf/simulated/floor/carpet/black, +/area/space) +"gj" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet, +/area/space) +"gp" = ( +/turf/space, +/area/space) +"gr" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"gx" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"gD" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign4"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"gF" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT2"; + name = "gravpult" + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"gG" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"gJ" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + frequency = 2000; + id = "Zone1-bathroom6"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"gK" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone1-bathroom4"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"gO" = ( +/obj/item/beach_ball, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/space) +"gS" = ( +/obj/structure/janitorialcart, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/space) +"gT" = ( +/obj/machinery/light{ + dir = 4; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"gU" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bucket, +/obj/item/caution/proximity_sign, +/obj/item/caution/proximity_sign, +/obj/item/caution/proximity_sign, +/obj/item/storage/bag/trash, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/space) +"gX" = ( +/obj/machinery/computer/station_alert, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 30 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"ha" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/space) +"hc" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreynavyblue" + }, +/area/space) +"hd" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"hj" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/space) +"hk" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/space) +"hm" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/taperecorder, +/turf/simulated/floor/carpet/black, +/area/space) +"hn" = ( +/obj/item/ashtray/glass{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/glass, +/turf/simulated/floor/carpet/black, +/area/space) +"hp" = ( +/obj/structure/closet/crate/freezer{ + desc = "Холодильник с напитками. Ничего необычного." + }, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/turf/simulated/floor/carpet/black, +/area/space) +"hs" = ( +/obj/machinery/door/window{ + color = null; + dir = 2; + opacity = 1; + panel_open = 1 + }, +/turf/simulated/floor/grass, +/area/space) +"ht" = ( +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"hu" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/space) +"hx" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/space) +"hC" = ( +/obj/machinery/door/airlock/security/glass{ + frequency = 2000; + id_tag = "CC-OP2-Ext"; + locked = 1; + name = "Zone 3" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"hE" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"hG" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/space) +"hH" = ( +/obj/structure/table, +/obj/item/kitchen/sushimat, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"hK" = ( +/obj/structure/holohoop, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/space) +"hM" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/landmark{ + name = "ERT Director" + }, +/turf/simulated/floor/carpet/black, +/area/space) +"hN" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/door_control{ + color = null; + id = "Zone1-bathroom1"; + name = "Bathroom lock"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"hO" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"hQ" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/space) +"hR" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/sand, +/area/space) +"hS" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/wheat/rice, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/space) +"hT" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"hU" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"hX" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"hY" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/space) +"ia" = ( +/obj/mecha/combat/gygax/ert/loaded{ + operation_req_access = list() + }, +/obj/effect/turf_decal/mech, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/space) +"ic" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"id" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s9" + }, +/area/space) +"ig" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + id_tag = "CC-OP1-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"ii" = ( +/obj/machinery/door/airlock/external{ + id_tag = "ferry_away"; + name = "Ferry Airlock"; + req_access_txt = "106" + }, +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"il" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/flask/detflask{ + pixel_x = -7; + pixel_y = 5 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"in" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"iq" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"ir" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/space) +"is" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"iu" = ( +/obj/structure/table, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = -3 + }, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/storage/toolbox/syndicate, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"iy" = ( +/obj/mecha/combat/gygax/ert/loaded{ + operation_req_access = list() + }, +/obj/effect/turf_decal/mech, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"iz" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreynavyblue" + }, +/area/space) +"iB" = ( +/mob/living/simple_animal/pig, +/turf/simulated/floor/grass, +/area/space) +"iC" = ( +/obj/structure/table/wood, +/obj/item/book/manual/evaguide, +/turf/simulated/floor/carpet/black, +/area/space) +"iE" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"iF" = ( +/obj/machinery/door/window{ + dir = 2; + panel_open = 1; + req_access_txt = "110" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"iL" = ( +/obj/machinery/vending/chinese/free, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"iM" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/turf_decal/arrows/white{ + color = "#0066ff"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"iN" = ( +/obj/machinery/computer/atmoscontrol, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/space) +"iO" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/carpet/black, +/area/space) +"iQ" = ( +/obj/structure/table/wood/poker, +/obj/item/reagent_containers/food/drinks/cans/beer, +/turf/simulated/floor/carpet/black, +/area/space) +"iR" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"jc" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/space) +"jf" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/space) +"jg" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 8; + name = "Armory" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"jh" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"ji" = ( +/obj/structure/bookcase, +/obj/item/book/manual/engineering_hacking, +/obj/item/book/manual/engineering_particle_accelerator, +/obj/item/book/manual/engineering_singularity_safety, +/obj/item/book/manual/evaguide, +/obj/item/book/manual/experimentor, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"jl" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/space) +"jn" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"ju" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/turf/simulated/floor/carpet, +/area/space) +"jw" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/vending_refill/hydronutrients, +/obj/item/vending_refill/hydronutrients, +/obj/item/vending_refill/hydronutrients, +/obj/item/vending_refill/hydroseeds, +/obj/item/vending_refill/hydroseeds, +/obj/item/vending_refill/hydroseeds, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"jy" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet, +/area/space) +"jB" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"jC" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/rack/holorack, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/space) +"jK" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/space) +"jL" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/warmdonkpocket, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"jM" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"jN" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/space) +"jP" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign2"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"jR" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/space) +"jS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "escape" + }, +/area/space) +"jY" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/turf/simulated/floor/carpet, +/area/space) +"jZ" = ( +/obj/structure/toilet, +/obj/structure/sink{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"ka" = ( +/turf/simulated/floor/grass, +/area/space) +"ke" = ( +/obj/structure/reagent_dispensers/oil, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"kg" = ( +/obj/item/flag/nt, +/obj/machinery/light{ + dir = 4; + on = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"ki" = ( +/obj/structure/table/reinforced, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/riot/short, +/obj/item/gun/projectile/shotgun/riot/short, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"kl" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitelattice" + }, +/area/space) +"km" = ( +/turf/unsimulated/wall/fakeglass, +/area/space) +"kp" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"kq" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/space) +"kr" = ( +/obj/structure/weightmachine/stacklifter, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/space) +"ks" = ( +/obj/item/radio/intercom/specops{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"ky" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluecorners" + }, +/area/space) +"kz" = ( +/obj/structure/closet/wardrobe/chemistry_white, +/obj/item/storage/bag/chemistry, +/obj/item/storage/bag/chemistry, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"kB" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/space) +"kD" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/space) +"kE" = ( +/obj/structure/rack/holorack, +/obj/item/autoimplanter, +/turf/simulated/floor/carpet, +/area/space) +"kG" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"kM" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 1; + height = 4; + id = "pod1_away"; + name = "recovery ship bay 1"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor, +/area/space) +"kN" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"kP" = ( +/obj/mecha/combat/durand{ + armor = list("melee" = 60, "bullet" = 50, "laser" = 20, "energy" = 25, "bomb" = 50, "bio" = 0, "rad" = 50, "fire" = 80, "acid" = 80); + color = "#CCCCFF"; + desc = "A heavyweight exosuit, painted in a gray scheme. This model appears to have some modifications for ERT."; + name = "Nanotrasen Special Durand Mk. II"; + operation_req_access = list(109) + }, +/obj/effect/turf_decal/mech, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"kQ" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/belt/fannypack/black, +/obj/item/storage/belt/fannypack/black, +/turf/simulated/floor/carpet, +/area/space) +"kR" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "escape" + }, +/area/space) +"kS" = ( +/turf/simulated/floor, +/area/space) +"kU" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/space) +"kW" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/space) +"kX" = ( +/obj/machinery/status_display/supply_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/space) +"ld" = ( +/obj/structure/filingcabinet/chestdrawer/autopsy, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"le" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreynavyblue" + }, +/area/space) +"lf" = ( +/obj/machinery/computer/account_database, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/space) +"lh" = ( +/obj/structure/filingcabinet/security, +/turf/simulated/floor/carpet, +/area/space) +"li" = ( +/obj/machinery/vending/security, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/space) +"ll" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"lo" = ( +/obj/structure/table/wood, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor, +/area/space) +"lp" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"lt" = ( +/obj/structure/statue/sandstone/venus{ + layer = 5 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/space) +"lu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"lv" = ( +/obj/item/ammo_casing/c9mm{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/ammo_casing/c9mm{ + dir = 8 + }, +/obj/item/ammo_casing/c9mm{ + dir = 9; + pixel_x = 8; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"lw" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/space) +"lx" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "escape" + }, +/area/space) +"lz" = ( +/obj/structure/closet/secure_closet/bar{ + req_access = null + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"lA" = ( +/obj/machinery/door_control{ + id = "CC_supply_space"; + name = "Supply Blastdoor"; + pixel_x = 4; + pixel_y = 30; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/space) +"lC" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"lD" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"lE" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "tranquillitecorners" + }, +/area/space) +"lF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/space) +"lJ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"lK" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"lM" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/carpet, +/area/space) +"lN" = ( +/obj/structure/table/reinforced, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/binary_communication_device, +/obj/item/robot_parts/robot_component/binary_communication_device, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/obj/item/robot_parts/robot_component/radio, +/obj/item/robot_parts/robot_component/radio, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"lO" = ( +/obj/machinery/shower{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitelattice" + }, +/area/space) +"lQ" = ( +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "Frag grenade"; + req_access = null; + req_access_txt = "114" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"lT" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/machinery/computer/cryopod/robot{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"lV" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"lY" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/space) +"mc" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/space) +"me" = ( +/obj/machinery/vending/snack/free, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"mh" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/space) +"ml" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/space) +"mo" = ( +/obj/structure/rack, +/obj/item/storage/lockbox/t4{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/storage/lockbox/t4{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"mt" = ( +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"mu" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/pspork, +/obj/item/trash/plate, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"mv" = ( +/obj/structure/bed, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"mw" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/simulated/floor/carpet/black, +/area/space) +"mx" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"my" = ( +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"mB" = ( +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/wolpincubes, +/obj/item/storage/box/monkeycubes/wolpincubes, +/obj/structure/table/glass, +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"mC" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreynavyblue" + }, +/area/space) +"mD" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"mE" = ( +/obj/structure/table/reinforced, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_y = 8 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/aicard{ + layer = 2.9 + }, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/electrical, +/obj/item/multitool, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navyblue" + }, +/area/space) +"mJ" = ( +/obj/effect/turf_decal/arrows/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"mK" = ( +/obj/structure/table/wood, +/turf/simulated/floor/grass, +/area/space) +"mL" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"mP" = ( +/obj/machinery/door/airlock/centcom{ + name = "Emergency Response Team"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"mQ" = ( +/obj/machinery/computer/sm_monitor, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/space) +"mT" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_general, +/turf/simulated/floor/carpet/black, +/area/space) +"mV" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/carpet/black, +/area/space) +"na" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor, +/area/space) +"nb" = ( +/obj/mecha/combat/marauder/loaded, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/space) +"nj" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/simulated/floor/carpet/black, +/area/space) +"nm" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/space) +"np" = ( +/obj/structure/holohoop{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"nq" = ( +/turf/simulated/floor/bluegrid, +/area/space) +"nt" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"nu" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/space) +"nw" = ( +/obj/structure/rack/holorack, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/implanter/mindshield, +/obj/item/implanter/mindshield, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/surgery, +/obj/item/organ/internal/cyberimp/arm/toolset, +/obj/item/organ/internal/cyberimp/arm/janitorial, +/turf/simulated/floor/carpet, +/area/space) +"nx" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"ny" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/carpet, +/area/space) +"nz" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_supply, +/obj/item/book/manual/nuclear, +/turf/simulated/floor/carpet/black, +/area/space) +"nA" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/artchair, +/turf/simulated/floor/grass, +/area/space) +"nH" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/space) +"nI" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/ammo_box/shotgun/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/obj/item/storage/box/tranquilizer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"nK" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/carpet/black, +/area/space) +"nL" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT1"; + name = "Launch Bay #1" + }, +/turf/simulated/floor, +/area/space) +"nM" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/space) +"nN" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 2; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/space) +"nP" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/aesirsalad, +/obj/item/kitchen/utensil/spoon, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"nQ" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/space) +"nS" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/machinery/light/small{ + brightness_range = 2; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"nV" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/space) +"nX" = ( +/obj/structure/table, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/healthanalyzer/advanced, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 30 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"ob" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/space) +"of" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"og" = ( +/obj/item/radio/intercom/specops{ + pixel_y = 32 + }, +/obj/machinery/computer/communications, +/turf/simulated/floor/carpet, +/area/space) +"ok" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkgreynavyblue" + }, +/area/space) +"oo" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + name = "Access Controller OP1"; + pixel_x = 30; + req_access_txt = "109"; + tag_exterior_door = "CC-OP1-Ext"; + tag_interior_door = "CC-OP1-Int" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"oq" = ( +/obj/structure/rack, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"or" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"os" = ( +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"ot" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "Zone3-bathroom1"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"ox" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"oy" = ( +/obj/structure/bookcase, +/obj/item/book/manual/supermatter_engine, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"oA" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"oC" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = -7 + }, +/obj/item/storage/briefcase, +/obj/item/door_remote/omni, +/turf/simulated/floor/carpet, +/area/space) +"oD" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" + }, +/area/space) +"oF" = ( +/obj/machinery/porta_turret/centcom/pulse{ + armor = list("melee" = 90, "bullet" = 90, "laser" = 95, "energy" = 95, "bomb" = 80, "bio" =100, "rad" = 100, "fire" = 100, "acid" = 100); + check_borgs = 1; + check_synth = 1; + color = "#666666"; + damtype = "burn"; + health = 1250; + region_max = 12; + scan_range = 12; + shot_delay = 8 + }, +/turf/simulated/floor, +/area/space) +"oH" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT0"; + name = "Launch Bay #0" + }, +/turf/simulated/floor, +/area/space) +"oJ" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"oK" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"oL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"oN" = ( +/obj/machinery/computer, +/turf/simulated/floor/carpet/black, +/area/space) +"oP" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/pspork, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"oS" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/space) +"oU" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"oV" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/space) +"oX" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"oZ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/space) +"pc" = ( +/obj/machinery/light{ + on = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/space) +"ph" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/gold/glass{ + frequency = 2000; + id_tag = "CC-OP4-Ext"; + locked = 1; + name = "Zone 3" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"pi" = ( +/obj/docking_port/stationary{ + dwidth = 5; + height = 7; + id = "supply_away"; + name = "supply centcom"; + turf_type = /turf/simulated/floor; + width = 12 + }, +/turf/simulated/floor, +/area/space) +"pk" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/plushie/coffee_fox{ + desc = "Что делает такая прекрасная лиса в таком ужасном месте? Возможно она кого то символизирует, но скорее всего это лишь ваши фантазии. \n Вы замечаете небольшую заметку на бирке игрушки, однако все что удается вам разглядеть это Sl-end-er."; + name = "Лиса?" + }, +/turf/simulated/floor/carpet/black, +/area/space) +"pl" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/space) +"pm" = ( +/obj/structure/flora/tree/pine{ + color = "#336633" + }, +/turf/simulated/floor/grass, +/area/space) +"po" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"pp" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"ps" = ( +/obj/machinery/computer/communications, +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"pu" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreynavyblue" + }, +/area/space) +"pv" = ( +/obj/structure/table, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"py" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"pz" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/space) +"pD" = ( +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"pE" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"pG" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"pI" = ( +/obj/machinery/computer/security{ + network = list("CentComm") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"pJ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/space) +"pL" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"pP" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/fluff/benjaminfallout, +/obj/item/clothing/under/fluff/benjaminfallout, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/jay_turtleneck, +/obj/item/clothing/under/fluff/jay_turtleneck, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/turf/simulated/floor/carpet, +/area/space) +"pQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/space) +"pT" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/carpet/black, +/area/space) +"pW" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navyblue" + }, +/area/space) +"pX" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"pY" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/space) +"qb" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"qd" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/space) +"qe" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 8; + on = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"qf" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/mob/living/simple_animal/turkey, +/turf/simulated/floor/grass, +/area/space) +"qj" = ( +/obj/machinery/computer/pod/deathsquad, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"qn" = ( +/obj/structure/sign/poster/official/religious{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"qo" = ( +/obj/structure/toilet, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"qs" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT3"; + name = "Launch Bay #3" + }, +/turf/simulated/floor, +/area/space) +"qt" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"qu" = ( +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"qz" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/space) +"qC" = ( +/obj/structure/window/reinforced{ + dir = 4; + opacity = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"qD" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"qF" = ( +/obj/effect/turf_decal/arrows/white{ + color = null; + dir = 4; + name = "ERT shuttle" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/space) +"qG" = ( +/obj/effect/decal/cleanable/vomit, +/turf/simulated/floor/wood, +/area/space) +"qH" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/space) +"qJ" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor, +/area/space) +"qK" = ( +/obj/structure/rack, +/obj/item/storage/box/hug, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"qO" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/machinery/light, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"qP" = ( +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/obj/structure/table/wood, +/obj/machinery/computer/secure_data/laptop{ + desc = "Похоже, что на данном ноутбуке открыт какой-то старый браузер, со включенной вкладкой Twitch BANDA."; + name = "Ноутбук" + }, +/turf/simulated/floor/carpet/black, +/area/space) +"qQ" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "TX-20a magazine"; + req_access = null + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/item/ammo_box/magazine/wt550m9{ + name = "TX-20a magazine (4.6x30mm)" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"qU" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + icon_state = "floorlattice" + }, +/area/space) +"ra" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/glass, +/turf/simulated/floor/carpet/black, +/area/space) +"rd" = ( +/obj/machinery/photocopier, +/obj/item/radio/intercom/specops{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet, +/area/space) +"re" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"rk" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "ERT_armory_lvl2"; + layer = 5; + locked = 1; + name = "Armory level 2" + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"rn" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/space) +"rs" = ( +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"rv" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"rx" = ( +/mob/living/simple_animal/turkey, +/turf/simulated/floor/grass, +/area/space) +"rz" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "114" + }, +/turf/simulated/floor/carpet/black, +/area/space) +"rA" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 8; + name = "Armory" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/space) +"rE" = ( +/obj/structure/chair/sofa{ + dir = 6 + }, +/turf/simulated/floor/carpet, +/area/space) +"rF" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access_txt = "114" + }, +/obj/item/clothing/head/beret/centcom/officer, +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom, +/obj/item/clothing/under/suit_jacket/navy, +/obj/item/storage/briefcase/sniperbundle, +/obj/item/suppressor, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/CQC_manual, +/turf/simulated/floor/carpet, +/area/space) +"rJ" = ( +/obj/machinery/computer/message_monitor, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/space) +"rK" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/item/seeds/orange, +/obj/item/seeds/orange, +/obj/item/seeds/orange, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/space) +"rM" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"rN" = ( +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/space) +"rQ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"rR" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"rS" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/carpet/black, +/area/space) +"rU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/space) +"rV" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/food/condiment/enzyme, +/obj/item/reagent_containers/glass/beaker, +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"rY" = ( +/obj/docking_port/mobile/emergency/backup{ + dir = 8; + dwidth = 9; + roundstart_move = null + }, +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 8; + id = "backup_away"; + name = "Backup Shuttle Dock"; + turf_type = /turf/simulated/floor; + width = 8 + }, +/obj/machinery/door/airlock/shuttle, +/turf/simulated/floor, +/area/space) +"rZ" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/space) +"sa" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"sb" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/space) +"sc" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/carpet/black, +/area/space) +"se" = ( +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/turf/simulated/floor, +/area/space) +"sh" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"sk" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/space) +"sm" = ( +/obj/machinery/door/airlock/centcom{ + frequency = 2000; + id_tag = "Zone1-bathroom6"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"so" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/space) +"ss" = ( +/obj/structure/table/wood, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/space) +"sv" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/carpet, +/area/space) +"sz" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/space) +"sA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"sB" = ( +/obj/machinery/computer/robotics, +/turf/simulated/floor, +/area/space) +"sE" = ( +/obj/structure/flora/rock, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/space) +"sH" = ( +/obj/structure/chair/comfy/brown{ + color = "#FF3300" + }, +/turf/simulated/floor/carpet, +/area/space) +"sK" = ( +/obj/effect/turf_decal/arrows/white{ + color = "#0066ff"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darklattice" + }, +/area/space) +"sL" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"sP" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "escape" + }, +/area/space) +"sR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"sS" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/turf/simulated/floor/carpet, +/area/space) +"sU" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/light/small{ + brightness_range = 2; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"sV" = ( +/obj/machinery/computer/shuttle/ert, +/turf/simulated/floor/carpet/black, +/area/space) +"sW" = ( +/obj/structure/table/wood, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor, +/area/space) +"sX" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"sY" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "Pulse ANNIHILATOR"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/space) +"sZ" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"ta" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"tf" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"th" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/corn, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/space) +"tp" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"tq" = ( +/obj/structure/table, +/obj/structure/bedsheetbin{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/space) +"tr" = ( +/obj/effect/overlay/coconut, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/sand, +/area/space) +"tu" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"tv" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/barrier{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/barrier{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/barrier{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/barrier{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/barrier{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/barrier{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/space) +"tx" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT0"; + name = "gravpult" + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"ty" = ( +/obj/structure/rack/holorack, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/space) +"tA" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/space) +"tB" = ( +/obj/mecha/combat/durand/loaded, +/obj/effect/turf_decal/mech, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"tG" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "Zone1-bathroom5"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"tI" = ( +/obj/structure/table/holotable, +/obj/item/beach_ball, +/obj/item/beach_ball/holoball, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"tJ" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navyblue" + }, +/area/space) +"tK" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/sand, +/area/space) +"tO" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"tQ" = ( +/obj/machinery/door/airlock/centcom{ + name = "ERT Director"; + opacity = 1; + req_access_txt = "114" + }, +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"tT" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"tU" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/item/megaphone, +/turf/simulated/floor/carpet/black, +/area/space) +"tV" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/obj/item/reagent_containers/syringe/charcoal, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/storage/box/gloves, +/obj/item/storage/box/masks{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/clothing/glasses/hud/health, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/space) +"ui" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/space) +"uk" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access_txt = "114" + }, +/obj/item/clothing/suit/judgerobe{ + name = "Supreme judge's robe" + }, +/obj/item/card/id/centcom{ + icon_state = "deathsquad"; + name = "Supreme Judge ID card"; + pixel_x = -3; + pixel_y = -3; + registered_name = "Supreme Judge" + }, +/obj/item/clothing/head/powdered_wig{ + desc = null; + name = "Supreme judge wig" + }, +/obj/item/clothing/under/suit_jacket/really_black{ + name = "Supreme judge suit" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + name = "Supreme judge gloves" + }, +/turf/simulated/floor/carpet, +/area/space) +"ur" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/space) +"uv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"uw" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"uA" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/space) +"uC" = ( +/obj/structure/shuttle/engine/heater, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/space) +"uD" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/carpet/black, +/area/space) +"uE" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/space) +"uF" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"uH" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/space) +"uK" = ( +/obj/machinery/computer/card/centcom, +/obj/machinery/status_display/supply_display{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/space) +"uO" = ( +/obj/machinery/computer/crew, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"uP" = ( +/obj/structure/flora/rock{ + color = "#3366ff" + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/space) +"uT" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/bigbiteburger, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"uV" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkgreynavyblue" + }, +/area/space) +"uW" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"va" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT3"; + name = "Launch Bay #3" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor, +/area/space) +"vc" = ( +/obj/structure/chair/sofa{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/space) +"vf" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"vi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrivalcorner" + }, +/area/space) +"vj" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/space) +"vk" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/space) +"vn" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/energy/gun{ + pixel_x = 3; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"vo" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"vr" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"vs" = ( +/obj/structure/chair/sofa{ + dir = 6 + }, +/obj/effect/decal/cleanable/confetti, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"vt" = ( +/obj/machinery/door/airlock/wood{ + frequency = 2000; + id_tag = "CC-OP3-Int"; + locked = 1; + name = "Zone 1" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"vu" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"vv" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 4; + opacity = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"vC" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = -30 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"vD" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/machinery/light/small{ + brightness_range = 2; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"vF" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/space) +"vL" = ( +/obj/machinery/computer/station_alert, +/turf/simulated/floor/carpet/black, +/area/space) +"vN" = ( +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/doctor, +/obj/item/storage/firstaid/doctor, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/item/roller, +/obj/item/roller, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/storage/toolbox/syndicate, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 40 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"vQ" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/effect/decal/cleanable/confetti, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"vU" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry_away"; + name = "centcom bay 2"; + turf_type = /turf/simulated/floor; + width = 5 + }, +/turf/simulated/floor, +/area/space) +"vV" = ( +/obj/structure/table/glass, +/turf/simulated/floor/carpet, +/area/space) +"vW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/space) +"vX" = ( +/obj/structure/table/wood, +/obj/item/gun/rocketlauncher, +/obj/item/gun/rocketlauncher, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor, +/area/space) +"wa" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/kitchen/knife, +/obj/item/kitchen/rollingpin, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"wd" = ( +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice, +/turf/simulated/floor/carpet, +/area/space) +"we" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"wf" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain, +/obj/item/lighter/zippo/blue{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -4; + pixel_y = 9 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"wh" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navyblue" + }, +/area/space) +"wj" = ( +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"wk" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"wo" = ( +/obj/effect/decal/warning_stripes/green/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"wq" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/simulated/floor, +/area/space) +"wr" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"wu" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"ww" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "Suppressor's"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"wy" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + amount = 50; + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/gold, +/turf/simulated/floor/carpet, +/area/space) +"wD" = ( +/obj/effect/turf_decal/caution/stand_clear/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"wF" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"wH" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"wJ" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_supply_external"; + layer = 5; + locked = 1; + name = "Central Command Supply External Shutte" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"wP" = ( +/obj/effect/landmark/damageturf, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkgreynavyblue" + }, +/area/space) +"wQ" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/holohoop, +/obj/effect/decal/warning_stripes/green/partial{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"wU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "tranquillitecorners" + }, +/area/space) +"wV" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"wX" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = -3 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"wY" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 9; + height = 18; + id = "admin_away"; + name = "centcom bay 1"; + timid = 1; + turf_type = /turf/simulated/floor; + width = 19 + }, +/turf/simulated/floor, +/area/space) +"xc" = ( +/obj/structure/sign/securearea, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/space) +"xd" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/surgery, +/obj/item/stack/nanopaste, +/obj/item/mmi, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/stack/nanopaste, +/obj/structure/sink{ + dir = 1 + }, +/obj/item/radio/intercom/specops{ + pixel_y = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"xe" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/space) +"xf" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"xg" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"xi" = ( +/obj/machinery/door/airlock/wood{ + frequency = 2000; + id_tag = "CC-OP1-Ext"; + locked = 1; + name = "Zone 1" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"xk" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s5" + }, +/area/space) +"xl" = ( +/obj/machinery/computer/camera_advanced, +/turf/simulated/floor/carpet/black, +/area/space) +"xn" = ( +/obj/machinery/vending/hydroseeds{ + contraband = list(); + emagged = 1; + products = list(/obj/item/seeds/aloe = 3, /obj/item/seeds/ambrosia = 3, /obj/item/seeds/apple = 3, /obj/item/seeds/banana = 3, /obj/item/seeds/berry = 3, /obj/item/seeds/cabbage = 3, /obj/item/seeds/carrot = 3, /obj/item/seeds/cherry = 3, /obj/item/seeds/chanter = 3, /obj/item/seeds/chili = 3, /obj/item/seeds/cocoapod = 3, /obj/item/seeds/coffee = 3, /obj/item/seeds/comfrey = 3, /obj/item/seeds/corn = 3, /obj/item/seeds/cotton = 3, /obj/item/seeds/nymph = 3, /obj/item/seeds/eggplant = 3, /obj/item/seeds/garlic = 3, /obj/item/seeds/grape = 3, /obj/item/seeds/grass = 3, /obj/item/seeds/lemon = 3, /obj/item/seeds/lime = 3, /obj/item/seeds/onion = 3, /obj/item/seeds/orange = 3, /obj/item/seeds/peanuts = 3, /obj/item/seeds/pineapple = 3, /obj/item/seeds/poppy = 3, /obj/item/seeds/potato = 3, /obj/item/seeds/pumpkin = 3, /obj/item/seeds/replicapod = 3, /obj/item/seeds/wheat/rice = 3, /obj/item/seeds/soya = 3, /obj/item/seeds/sugarcane = 3, /obj/item/seeds/sunflower = 3, /obj/item/seeds/tea = 3, /obj/item/seeds/tobacco = 3, /obj/item/seeds/tomato = 3, /obj/item/seeds/tower = 3, /obj/item/seeds/watermelon = 3, /obj/item/seeds/wheat = 3, /obj/item/seeds/whitebeet = 3, /obj/item/seeds/cannabis = 3, /obj/item/seeds/amanita = 2, /obj/item/seeds/fungus = 3, /obj/item/seeds/glowshroom = 2, /obj/item/seeds/liberty = 2, /obj/item/seeds/nettle = 2, /obj/item/seeds/plump = 2, /obj/item/seeds/reishi = 2, /obj/item/seeds/starthistle = 2, /obj/item/seeds/random = 2) + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"xo" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "DAE 5.56 Compact GL ammo"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"xp" = ( +/obj/effect/landmark{ + name = "Marauder Exit" + }, +/turf/simulated/floor, +/area/space) +"xq" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/light/small{ + brightness_range = 2; + dir = 1; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"xr" = ( +/obj/mecha/combat/gygax/ert, +/obj/effect/turf_decal/mech, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"xs" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "navyblue" + }, +/area/space) +"xt" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"xv" = ( +/obj/structure/table/reinforced, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/holosign_creator/atmos, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/space) +"xw" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"xx" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"xA" = ( +/obj/machinery/door/airlock/centcom{ + name = "Kitchen room"; + opacity = 1; + req_access_txt = "113" + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"xC" = ( +/obj/machinery/computer/message_monitor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/space) +"xG" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"xJ" = ( +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"xL" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"xN" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/space) +"xO" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"xR" = ( +/obj/structure/dresser, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = -32 + }, +/turf/simulated/floor/carpet, +/area/space) +"xS" = ( +/obj/effect/turf_decal/bot_red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"xV" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/obj/structure/mirror{ + pixel_y = -30 + }, +/turf/simulated/floor/carpet, +/area/space) +"xW" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" + }, +/turf/simulated/floor/carpet/black, +/area/space) +"xY" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/space) +"ya" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/space) +"yf" = ( +/obj/machinery/vending/chinese/free, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"yg" = ( +/obj/structure/table, +/obj/item/gun/projectile/automatic/pistol/enforcer/security, +/obj/item/gun/projectile/automatic/pistol/enforcer/security, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"yh" = ( +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/carpet, +/area/space) +"yj" = ( +/obj/structure/table/reinforced, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/space) +"yp" = ( +/obj/machinery/suit_storage_unit/ert/security, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/space) +"yq" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/obj/effect/landmark{ + name = "Commando_Manual" + }, +/obj/effect/landmark{ + name = "nukecode" + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"ys" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/belt/fannypack/black, +/obj/item/storage/belt/fannypack/black, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor, +/area/space) +"yt" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/space) +"yu" = ( +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/grass, +/area/space) +"yw" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 3"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"yx" = ( +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"yy" = ( +/obj/structure/chair/comfy/purp{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/space) +"yA" = ( +/obj/item/flag/nt, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"yB" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 + }, +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"yC" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"yE" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/carpet/black, +/area/space) +"yG" = ( +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/space) +"yI" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"yJ" = ( +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"yK" = ( +/obj/structure/table/wood, +/obj/item/stamp/captain, +/obj/item/stamp/ce, +/obj/item/stamp/clown, +/obj/item/stamp/cmo, +/obj/item/stamp/hop, +/obj/item/stamp/hos, +/obj/item/stamp/law, +/obj/item/stamp/magistrate, +/obj/item/stamp/qm, +/obj/item/stamp/rd, +/obj/item/stamp/rep, +/obj/item/stamp/warden, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/heads/magistrate/alt, +/obj/item/radio/headset/heads/ntrep, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"yL" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"yM" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/watertank, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/grass, +/area/space) +"yN" = ( +/obj/effect/decal/warning_stripes/northeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"yO" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"yQ" = ( +/obj/structure/closet/wardrobe/red, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/wood, +/area/space) +"yR" = ( +/obj/structure/bookcase, +/obj/item/book/manual/research_and_development, +/obj/item/book/manual/ripley_build_and_repair, +/obj/item/book/manual/robotics_cyborgs, +/obj/item/book/manual/security_space_law, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"yY" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/gavelhammer, +/obj/item/gavelblock, +/turf/simulated/floor/carpet/black, +/area/space) +"zb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/space) +"zc" = ( +/obj/machinery/smartfridge/dish{ + opacity = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"zf" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/hooker, +/turf/simulated/floor/grass, +/area/space) +"zh" = ( +/obj/machinery/door_control{ + id = "CC_space_jail_cell"; + name = "Central Command Jail Cell's"; + pixel_y = -30; + req_access_txt = "110" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"zi" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet, +/area/space) +"zj" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "LMG M249 SAW"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/space) +"zk" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/space) +"zl" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"zm" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/simulated/floor/carpet, +/area/space) +"zv" = ( +/obj/machinery/suit_storage_unit/ert/medical, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/space) +"zx" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/green/hollow, +/obj/effect/landmark{ + name = "Response Team" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"zz" = ( +/obj/item/ashtray/glass{ + pixel_x = -7; + pixel_y = -4 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/structure/table/glass, +/obj/item/paper/monitorkey, +/obj/item/paper/tcommskey, +/turf/simulated/floor/carpet/black, +/area/space) +"zA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"zB" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor, +/area/space) +"zE" = ( +/turf/simulated/floor/carpet/black, +/area/space) +"zF" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"zH" = ( +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/grass, +/area/space) +"zJ" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"zK" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/trophy/gold_cup, +/turf/simulated/floor/carpet/black, +/area/space) +"zL" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/space) +"zM" = ( +/obj/machinery/vending/hydronutrients{ + contraband = list(); + emagged = 1; + products = list(/obj/item/reagent_containers/glass/bottle/nutrient/ez = 20, /obj/item/reagent_containers/glass/bottle/nutrient/l4z = 13, /obj/item/reagent_containers/glass/bottle/nutrient/rh = 6, /obj/item/reagent_containers/spray/pestspray = 20, /obj/item/reagent_containers/syringe = 5, /obj/item/storage/bag/plants = 5, /obj/item/cultivator = 3, /obj/item/shovel/spade = 3, /obj/item/plant_analyzer = 4, /obj/item/reagent_containers/glass/bottle/ammonia = 10, /obj/item/reagent_containers/glass/bottle/diethylamine = 5) + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"zN" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/space) +"zQ" = ( +/turf/simulated/floor/lubed, +/area/space) +"zR" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/clothing/gloves/botanic_leather, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/space) +"zS" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"zT" = ( +/obj/mecha/combat/durand/loaded, +/obj/effect/turf_decal/mech, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/space) +"zU" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/turf/simulated/floor, +/area/space) +"zW" = ( +/obj/mecha/combat/durand{ + armor = list("melee" = 60, "bullet" = 50, "laser" = 20, "energy" = 25, "bomb" = 50, "bio" = 0, "rad" = 50, "fire" = 80, "acid" = 80); + color = "#CCCCFF"; + desc = "A heavyweight exosuit, painted in a gray scheme. This model appears to have some modifications for ERT."; + name = "Nanotrasen Special Durand Mk. II"; + operation_req_access = list(109) + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"zX" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"zY" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/carpet/black, +/area/space) +"zZ" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"Ad" = ( +/turf/simulated/floor/bluegrid{ + light_color = "#99ccff"; + light_range = 4 + }, +/area/space) +"Ag" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "ERT_armory_lvl2"; + layer = 5; + locked = 1; + name = "Armory level 2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Ah" = ( +/obj/mecha/combat/phazon, +/obj/effect/turf_decal/mech, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"Ai" = ( +/obj/effect/decal/warning_stripes/southwestcorner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Ak" = ( +/mob/living/simple_animal/cow, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/machinery/door/window{ + color = null; + dir = 2; + opacity = 1; + panel_open = 1 + }, +/turf/simulated/floor/grass, +/area/space) +"An" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"Ao" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"Aq" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"Av" = ( +/obj/machinery/suit_storage_unit/ert/engineer, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/space) +"Aw" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/space) +"AA" = ( +/obj/structure/chair/sofa, +/obj/machinery/light/small{ + brightness_range = 2; + dir = 1; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"AC" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/space) +"AI" = ( +/obj/machinery/door/airlock/centcom{ + name = "Supreme Commander"; + opacity = 1; + req_access_txt = "113" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"AL" = ( +/obj/structure/bush, +/turf/simulated/floor/grass, +/area/space) +"AN" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"AO" = ( +/obj/machinery/computer/card, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/space) +"AP" = ( +/obj/mecha/combat/gygax/ert{ + color = "#66ff99"; + name = "Assault Jaeger" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navyblue" + }, +/area/space) +"AQ" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"AS" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"AT" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer/upgraded, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"AU" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/carpet/black, +/area/space) +"AX" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/validsalad, +/obj/item/kitchen/utensil/spoon, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"AZ" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/space) +"Bb" = ( +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/structure/rack, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Bg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgreynavybluecorner" + }, +/area/space) +"Bh" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/space) +"Bi" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/space) +"Bj" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/space) +"Bl" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Bm" = ( +/obj/machinery/computer/card/minor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/space) +"Br" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/space) +"Bs" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor, +/area/space) +"Bu" = ( +/obj/item/gun/projectile/automatic/pistol/m1911, +/obj/item/ammo_box/magazine/m45, +/obj/item/ammo_box/magazine/m45, +/obj/item/ammo_box/magazine/m45, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed"; + req_access_txt = "114" + }, +/obj/item/clothing/head/helmet/space/deathsquad/beret, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/suit/space/deathsquad/officer, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/flashbangs, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double, +/obj/item/radio/headset/ert{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/storage/box/centcomofficer, +/obj/item/clothing/head/beret/centcom/officer, +/turf/simulated/floor/carpet, +/area/space) +"By" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel, +/area/space) +"BC" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/space) +"BD" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/space) +"BF" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"BI" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/carpet/black, +/area/space) +"BK" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/space) +"BO" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"BR" = ( +/obj/structure/mirror{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"BV" = ( +/obj/machinery/computer/med_data, +/turf/simulated/floor/carpet/black, +/area/space) +"BY" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"Cc" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/sugar, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"Cd" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Cg" = ( +/obj/machinery/door/airlock/centcom{ + frequency = 2000; + id_tag = "Zone1-bathroom7"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Ci" = ( +/obj/structure/shuttle/engine/large, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"Ck" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"Cn" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/space) +"Cp" = ( +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/space) +"Cs" = ( +/obj/structure/foodcart, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"Cv" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/space) +"Cw" = ( +/obj/machinery/door/airlock/external{ + id_tag = "supply_away"; + name = "Central Command Supply"; + req_access_txt = "31" + }, +/obj/machinery/door/poddoor{ + id_tag = "CC_supply_space"; + locked = 2; + name = "Supply Blastdoor" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor, +/area/space) +"Cy" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/plant_analyzer, +/obj/item/cultivator, +/obj/item/reagent_containers/spray/plantbgone, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/space) +"CF" = ( +/turf/simulated/floor/wood, +/area/space) +"CJ" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navyblue" + }, +/area/space) +"CK" = ( +/obj/structure/table/wood, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/clusterbuster/holy, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"CM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"CO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"CP" = ( +/obj/structure/filingcabinet/medical, +/turf/simulated/floor/carpet/black, +/area/space) +"CR" = ( +/obj/structure/chair/sofa{ + dir = 5 + }, +/turf/simulated/floor/carpet, +/area/space) +"CS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgreynavyblue" + }, +/area/space) +"CU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/space) +"CV" = ( +/obj/structure/bookcase, +/obj/item/book/manual/faxes, +/obj/item/book/manual/hydroponics_pod_people, +/obj/item/book/manual/medical_cloning, +/obj/item/book/manual/nuclear, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"CY" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"CZ" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor, +/area/space) +"Dc" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 4"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor, +/area/space) +"Dg" = ( +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "IK-60 magazine"; + req_access = null + }, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Dh" = ( +/obj/structure/table/wood, +/obj/item/nullrod, +/obj/item/nullrod, +/obj/item/nullrod, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/space) +"Di" = ( +/obj/item/flag/nt, +/turf/simulated/floor/carpet/black, +/area/space) +"Dj" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"Dl" = ( +/obj/structure/piano{ + icon_state = "piano" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"Dm" = ( +/obj/structure/table/wood, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/space) +"Dr" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/sand, +/area/space) +"Ds" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops."; + name = "Special Ops. Monitor"; + network = list("ERT"); + pixel_y = -32 + }, +/turf/simulated/floor/carpet, +/area/space) +"Dt" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Du" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "tranquillitecorners" + }, +/area/space) +"Dv" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/stamp/magistrate{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = -7 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"Dy" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"Dz" = ( +/obj/structure/filingcabinet/security, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"DC" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"DD" = ( +/obj/structure/chair/sofa{ + dir = 10 + }, +/obj/effect/decal/cleanable/confetti, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"DE" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"DG" = ( +/obj/docking_port/stationary{ + allow_spin = 0; + dir = 4; + dwidth = 2; + height = 11; + id = "specops_away"; + name = "centcom bay 3"; + no_spin = 1; + top_left_corner = 8; + top_right_corner = 1; + turf_type = /turf/simulated/floor; + width = 5 + }, +/turf/simulated/floor, +/area/space) +"DH" = ( +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/space) +"DL" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"DN" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/space) +"DO" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/space) +"DP" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"DR" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_away"; + name = "Shuttle Hatch"; + req_access_txt = "109" + }, +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"DU" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"DW" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/space) +"DY" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = 8 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = 8 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"DZ" = ( +/obj/machinery/computer/mecha, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurplefull" + }, +/area/space) +"Eb" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access_txt = "109" + }, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"Ed" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Ef" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"Eg" = ( +/obj/effect/decal/warning_stripes/red/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Ej" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/secure_closet/reagents, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"El" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/shotgun{ + ammo_type = /obj/item/ammo_casing/shotgun/breaching + }, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"En" = ( +/obj/structure/holohoop{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/green, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Eo" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone1-bathroom3"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Ep" = ( +/obj/structure/bookcase, +/obj/item/book/manual/atmospipes, +/obj/item/book/manual/barman_recipes, +/obj/item/book/manual/chef_recipes, +/obj/item/book/manual/detective, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_guide, +/obj/item/book/manual/engineering_hacking, +/obj/item/book/manual/engineering_particle_accelerator, +/obj/item/book/manual/engineering_singularity_safety, +/turf/simulated/floor/carpet, +/area/space) +"Et" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT0"; + name = "Launch Bay #0" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor, +/area/space) +"Ey" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/folder, +/obj/item/folder/blue, +/turf/simulated/floor/carpet/black, +/area/space) +"EJ" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"EM" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"EN" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/space) +"ER" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"ES" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/space) +"EV" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"EW" = ( +/obj/machinery/door_control{ + color = "#99ff99"; + id = "ERT_armory_lvl1"; + name = "ERT Armory Level 1"; + pixel_x = 6; + pixel_y = -6; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + color = "#9999ff"; + id = "ERT_armory_lvl2"; + name = "ERT Armory Level 2"; + pixel_x = -6; + pixel_y = -6; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + color = "#ff9999"; + id = "ERT_armory_lvl3"; + name = "ERT Armory Level 3"; + pixel_x = 6; + pixel_y = 4; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + color = "#ffdd99"; + id = "ERT_armory_lvl4"; + name = "ERT Armory Level 4"; + pixel_x = -6; + pixel_y = 4; + req_access_txt = "114" + }, +/obj/structure/table/glass, +/turf/simulated/floor/carpet/black, +/area/space) +"EX" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9, +/obj/item/gun/energy/gun/blueshield/pdw9, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"EY" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet/black, +/area/space) +"EZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/candle/eternal, +/turf/simulated/floor/carpet/black, +/area/space) +"Fa" = ( +/obj/structure/table, +/obj/item/gun/energy/laser/practice{ + pixel_y = -10 + }, +/obj/item/gun/energy/laser/practice{ + pixel_y = -10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Fb" = ( +/obj/structure/closet/bombclosetsecurity, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/space) +"Fd" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/chef_rare_ingredients_kit, +/obj/item/storage/box/bartender_rare_ingredients_kit, +/obj/item/storage/box/fingerprints, +/obj/item/storage/box/fingerprints, +/obj/item/storage/box/swabs, +/obj/item/storage/box/swabs, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"Ff" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/item/storage/secure/safe{ + pixel_x = -32 + }, +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/simulated/floor/carpet, +/area/space) +"Fh" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"Fi" = ( +/obj/structure/bed/dogbed/ian{ + name = "Lounger" + }, +/mob/living/simple_animal/pet/dog/fox/alisa, +/obj/machinery/door_control{ + id = "CC_special_operations_force_room"; + name = "Central Command Special Operations Forces"; + pixel_x = -25; + pixel_y = 5; + req_access_txt = "114" + }, +/turf/simulated/floor/carpet/black, +/area/space) +"Fj" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/space) +"Fk" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/mob/living/simple_animal/pig, +/turf/simulated/floor/grass, +/area/space) +"Fn" = ( +/obj/machinery/door/airlock/shuttle, +/turf/simulated/floor, +/area/space) +"Fo" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/machinery/light/small{ + brightness_range = 2; + light_range = 2; + nightshift_light_range = 2; + tag = "icon-bulb1 (WEST)"; + throw_range = 2 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"Fq" = ( +/obj/machinery/light/small, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/space) +"Ft" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/dna_scannernew/upgraded, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"Fu" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"Fv" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood, +/area/space) +"Fy" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "TX-20a Assault Rifle"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/item/gun/projectile/automatic/wt550{ + desc = "An outdated personal defense weapon utilized by law enforcement. The TX-20a Automatic Rifle fires 4.6x30mm rounds."; + name = "TX-20a" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"FB" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"FE" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreynavybluecorner" + }, +/area/space) +"FF" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"FG" = ( +/obj/structure/lattice, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"FH" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/space) +"FP" = ( +/obj/machinery/atmospherics/unary/cryo_cell/upgraded, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"FQ" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 1; + height = 4; + id = "pod2_away"; + name = "recovery ship bay 2"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor, +/area/space) +"FR" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor, +/area/space) +"FT" = ( +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"FV" = ( +/obj/structure/curtain/open/shower/security, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/space) +"FW" = ( +/obj/structure/table/wood, +/obj/item/storage/lockbox/mindshield, +/obj/item/storage/lockbox/mindshield, +/obj/item/storage/lockbox/mindshield, +/obj/item/door_remote/centcomm, +/obj/item/storage/box/erttaserproof, +/obj/item/storage/box/permits, +/obj/item/megaphone{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/camera_bug/ert{ + pixel_y = 10 + }, +/turf/simulated/floor/carpet, +/area/space) +"FY" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access_txt = "114" + }, +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom{ + desc = null; + name = "Supreme commander bowman headset" + }, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106,107,108,109,110,111,112,113,114); + icon_state = "commander"; + name = "Supreme Commander ID card"; + rank = "Nanotrasen Navy Captain"; + registered_name = null + }, +/obj/item/door_remote/centcomm, +/obj/item/clothing/accessory/medal/gold{ + desc = null; + name = "Supreme commander's gold medal" + }, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/turf/simulated/floor/carpet, +/area/space) +"Gd" = ( +/obj/mecha/combat/gygax/ert{ + color = "#66ff99"; + name = "Assault Jaeger" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/space) +"Gf" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Gj" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Gk" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/meatsteak, +/obj/item/kitchen/utensil/spork{ + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"Gq" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + name = "Access Controller OP4"; + pixel_x = -32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP4-Ext"; + tag_interior_door = "CC-OP4-Int" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"Gw" = ( +/obj/machinery/status_display/supply_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"Gy" = ( +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"GA" = ( +/obj/structure/table/wood, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"GD" = ( +/obj/structure/rack, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"GE" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"GF" = ( +/obj/machinery/cryopod/right, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/space) +"GG" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/turf/simulated/floor/carpet, +/area/space) +"GI" = ( +/obj/machinery/vending/medical, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"GM" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/shreds, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/space) +"GO" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "escape" + }, +/area/space) +"GQ" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/effect/landmark{ + name = "Commando" + }, +/obj/machinery/computer/cryopod{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"GR" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/space) +"GT" = ( +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/carpet, +/area/space) +"GU" = ( +/obj/structure/chair/comfy/purp, +/turf/simulated/floor/carpet/black, +/area/space) +"GW" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"GZ" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"Ha" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"He" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"Hg" = ( +/obj/machinery/vending/cigarette/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Hi" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"Hj" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Hk" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"Hl" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 15; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"Hn" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/space) +"Ho" = ( +/obj/machinery/door/window/brigdoor{ + req_access_txt = "109" + }, +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"Hq" = ( +/obj/machinery/computer/shuttle/ert{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access = list(109) + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkgreynavyblue" + }, +/area/space) +"Hr" = ( +/obj/machinery/teleport/station, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Hv" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"Hw" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "Zone1-bathroom3"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"Hx" = ( +/obj/mecha/combat/marauder/loaded{ + operation_req_access = list() + }, +/obj/effect/turf_decal/mech, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/space) +"Hy" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Hz" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"HF" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/space) +"HI" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/wood, +/area/space) +"HJ" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"HK" = ( +/obj/machinery/computer/shuttle/ferry, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/space) +"HL" = ( +/obj/structure/table/wood, +/obj/item/storage/bible, +/turf/simulated/floor/carpet/black, +/area/space) +"HU" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"HV" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "navyblue" + }, +/area/space) +"HW" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"Ic" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"Ie" = ( +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/space) +"If" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/space) +"Ih" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + id_tag = "CC-OP2-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Ii" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"Ij" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"In" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/space) +"Io" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/space) +"Ip" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/box/white/corners, +/turf/simulated/floor/wood, +/area/space) +"Iq" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/space) +"Ir" = ( +/obj/structure/table, +/obj/item/kitchen/knife, +/obj/item/kitchen/knife/butcher, +/obj/item/kitchen/knife/butcher/meatcleaver, +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -13 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "escape" + }, +/area/space) +"Is" = ( +/obj/item/flag/nt, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"IC" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"ID" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"IE" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT3"; + name = "gravpult" + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"IF" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/space) +"IG" = ( +/obj/item/storage/briefcase, +/obj/structure/table/wood/fancy/black, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/space) +"IH" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"IJ" = ( +/obj/item/flag/nt, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"IK" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/carpet, +/area/space) +"IN" = ( +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"IP" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law/black, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"IR" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/space) +"IS" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"IU" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/space) +"Jb" = ( +/obj/machinery/vending/snack/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Jd" = ( +/obj/machinery/atmospherics/unary/cryo_cell/upgraded, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"Je" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/space) +"Jf" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/burrito, +/obj/item/kitchen/utensil/spork{ + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"Ji" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/folder/yellow, +/obj/item/pen/multi/gold, +/turf/simulated/floor/carpet, +/area/space) +"Jj" = ( +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/door/airlock/centcom{ + name = "Artillery Control"; + opacity = 1; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Jk" = ( +/obj/structure/table/wood, +/obj/item/candle/eternal, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/space) +"Jl" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreynavybluecorner" + }, +/area/space) +"Jp" = ( +/obj/machinery/light{ + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Jr" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT2"; + name = "Launch Bay #2" + }, +/turf/simulated/floor, +/area/space) +"Js" = ( +/obj/structure/window/reinforced, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Ju" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "escape" + }, +/area/space) +"Jy" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Jz" = ( +/obj/machinery/vending/snack/free, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"JA" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/toy/figure/captain{ + name = "Supreme commander action figure" + }, +/turf/simulated/floor/carpet, +/area/space) +"JE" = ( +/obj/structure/table, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"JG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "floorlattice" + }, +/area/space) +"JH" = ( +/obj/machinery/cryopod/right, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"JI" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/space) +"JK" = ( +/obj/machinery/computer/supplycomp{ + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/space) +"JN" = ( +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/turf/simulated/floor/grass, +/area/space) +"JO" = ( +/obj/structure/closet/secure_closet/brigdoc, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/space) +"JS" = ( +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/simulated/floor, +/area/space) +"JT" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/space) +"JV" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass, +/area/space) +"JW" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/thaumicnik, +/turf/simulated/floor/grass, +/area/space) +"Ka" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/trash/candle, +/turf/simulated/floor/carpet/black, +/area/space) +"Kc" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"Kd" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/wood, +/area/space) +"Kf" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"Kh" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "navyblue" + }, +/area/space) +"Kj" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"Kk" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"Kl" = ( +/obj/structure/table/reinforced, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/rglass{ + amount = 50; + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/space) +"Kn" = ( +/obj/structure/table, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"Kr" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/space) +"Ks" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet, +/area/space) +"Kt" = ( +/obj/structure/chair/comfy/purp, +/turf/simulated/floor/carpet, +/area/space) +"Kv" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrivalcorner" + }, +/area/space) +"Kz" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "DAE 5.56 Compact GL grenade"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/a40mm, +/obj/structure/window/reinforced{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + layer = 2.8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"KA" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkgreynavyblue" + }, +/area/space) +"KB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"KE" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"KK" = ( +/obj/machinery/computer/cloning, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"KP" = ( +/obj/machinery/door_control{ + id = "CC_supply_internal"; + name = "Central Command Supply Internal Shutter"; + pixel_x = 30; + pixel_y = 5; + req_access_txt = "114" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/space) +"KS" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/structure/rack/holorack, +/turf/simulated/floor, +/area/space) +"KW" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = 32 + }, +/turf/simulated/floor/bluegrid, +/area/space) +"KZ" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "106" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Lc" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"Le" = ( +/obj/machinery/cryopod/right, +/turf/simulated/floor/carpet, +/area/space) +"Li" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navyblue" + }, +/area/space) +"Ll" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"Lm" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/space) +"Ln" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkgreynavybluecorner" + }, +/area/space) +"Lq" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 + }, +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Lr" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navyblue" + }, +/area/space) +"Ls" = ( +/turf/simulated/floor/carpet, +/area/space) +"Lw" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Lx" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/space) +"Ly" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Lz" = ( +/obj/structure/filingcabinet/employment, +/obj/machinery/turretid/lethal{ + ailock = 1; + check_borgs = 1; + check_synth = 1; + check_weapons = 1; + control_area = "\improper Centcom Emergency Shuttle"; + name = "ERT Turret Control"; + pixel_y = 25; + req_access = null; + req_access_txt = "109" + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "ERT_turret_shutters"; + name = "ERT Turret Shutters"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/carpet/black, +/area/space) +"LB" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/machinery/computer/scan_consolenew, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"LE" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/turf/simulated/floor/carpet, +/area/space) +"LF" = ( +/obj/effect/decal/warning_stripes/south, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"LG" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual/atmospipes, +/obj/item/book/manual/barman_recipes, +/obj/item/book/manual/chef_recipes, +/obj/item/book/manual/detective, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_guide, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"LJ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/turf/simulated/floor/carpet, +/area/space) +"LM" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/space) +"LO" = ( +/obj/structure/table/reinforced, +/obj/item/vending_refill/dinnerware, +/obj/item/vending_refill/dinnerware, +/obj/item/vending_refill/dinnerware, +/obj/item/vending_refill/dinnerware, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"LT" = ( +/obj/machinery/light{ + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/space) +"LU" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"LV" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"LY" = ( +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/obj/structure/table/wood/fancy/black, +/obj/item/radio/intercom/specops{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"LZ" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Ma" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "Enforcer magazine"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Mb" = ( +/obj/machinery/hydroponics/constructable{ + layer = 3.2 + }, +/turf/simulated/floor/grass, +/area/space) +"Mf" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/space) +"Mh" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Mi" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navyblue" + }, +/area/space) +"Ml" = ( +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/space) +"Mn" = ( +/obj/structure/table, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"Mo" = ( +/obj/mecha/combat/marauder/seraph{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 80, "energy" = 80, "bomb" = 80, "bio" = 80, "rad" = 80, "fire" = 100, "acid" = 100); + color = "#006666"; + name = "271 - Colonel Andreev" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "Automatic 20mm cannone"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "Heavy 83mm HE RL" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot{ + name = "Destroyer of the present"; + projectiles = 70; + projectiles_per_shot = 7 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/xray/triple, +/obj/item/mecha_parts/mecha_equipment/teleporter/precise, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/turf/simulated/floor/carpet, +/area/space) +"Mp" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"Mq" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navyblue" + }, +/area/space) +"Ms" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/grass, +/area/space) +"Mu" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/space) +"Mv" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/space) +"MC" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/space) +"ME" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery, +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/obj/item/clothing/gloves/color/latex/nitrile, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"MH" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/space) +"MI" = ( +/obj/structure/table/reinforced, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"MJ" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT1"; + name = "Launch Bay #1" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor, +/area/space) +"MK" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"MM" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/immolator{ + pixel_y = -3 + }, +/obj/item/gun/energy/immolator{ + pixel_y = 8 + }, +/obj/item/gun/energy/immolator{ + pixel_y = 8 + }, +/obj/item/gun/energy/immolator{ + pixel_y = -3 + }, +/obj/item/gun/energy/immolator{ + pixel_y = -3 + }, +/obj/item/gun/energy/immolator{ + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"MN" = ( +/obj/structure/chair/comfy/brown{ + color = "#3300FF" + }, +/turf/simulated/floor/carpet, +/area/space) +"MP" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "IK-60 Laser Carbine"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"MQ" = ( +/obj/machinery/computer/supplycomp, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/space) +"MR" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/space) +"MS" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"MT" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "DAC-1W"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/projectile/automatic/sniper_rifle/compact{ + name = "DAC-1W" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"MU" = ( +/obj/structure/closet/wardrobe/red, +/obj/item/clothing/suit/tracksuit/red, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/wood, +/area/space) +"MX" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"Na" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"Nh" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/space) +"Ni" = ( +/obj/machinery/chem_dispenser/soda/upgraded{ + emagged = 1 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"Nj" = ( +/obj/machinery/vending/cigarette/free, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/space) +"Nn" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/space) +"Np" = ( +/obj/machinery/tcomms/relay/cc, +/turf/simulated/floor/bluegrid, +/area/space) +"Nr" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"Nt" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"Nv" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkgreynavyblue" + }, +/area/space) +"Nz" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/kitchen/rollingpin, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"NB" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"NC" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + name = "Access Controller OP2"; + pixel_y = 32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP2-Ext"; + tag_interior_door = "CC-OP2-Int" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"NE" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"NH" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "Zone3-bathroom2"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"NJ" = ( +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/space) +"NK" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + name = "Access Controller OP3"; + pixel_y = 32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP3-Ext"; + tag_interior_door = "CC-OP3-Int" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"NL" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/shuttle, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"NO" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 30 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"NQ" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/wood, +/area/space) +"NR" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone3-bathroom2"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"NS" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"NU" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"NW" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/space) +"NZ" = ( +/obj/structure/table/wood, +/obj/item/pen/fancy, +/obj/item/folder/yellow, +/turf/simulated/floor/carpet/black, +/area/space) +"Oa" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/soysauce, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"Oc" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag, +/obj/item/storage/box/beanbag, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Od" = ( +/obj/machinery/dna_scannernew/upgraded, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"Og" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/carpet, +/area/space) +"Oh" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Ok" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/space) +"Ol" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + id_tag = "CC-OP4-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Om" = ( +/obj/structure/table/reinforced, +/obj/item/nullrod/salt, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"Or" = ( +/obj/structure/bookcase, +/obj/item/book/manual/atmospipes, +/obj/item/book/manual/barman_recipes, +/obj/item/book/manual/chef_recipes, +/obj/item/book/manual/detective, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_guide, +/obj/item/book/manual/engineering_hacking, +/obj/item/book/manual/engineering_particle_accelerator, +/obj/item/book/manual/engineering_singularity_safety, +/turf/simulated/floor/carpet/black, +/area/space) +"Os" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + icon_state = "door_locked"; + id_tag = "emergency_away"; + locked = 1; + name = "Arrival Airlock"; + req_access = null + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Ow" = ( +/obj/machinery/door/airlock/centcom{ + name = "ERT Director"; + opacity = 1; + req_access_txt = "114" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"OA" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/space) +"OD" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/space) +"OG" = ( +/obj/structure/bookcase, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_general, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"OL" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/seeds/apple, +/obj/item/seeds/apple, +/obj/item/seeds/apple, +/obj/item/seeds/carrot, +/obj/item/seeds/carrot, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/space) +"OM" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer/upgraded, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"OP" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/space) +"OQ" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/carpet, +/area/space) +"OT" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/soysauce, +/obj/item/reagent_containers/food/condiment/soysauce, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"OU" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/space) +"OV" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/turf/simulated/floor/grass, +/area/space) +"OY" = ( +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"OZ" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "X-ray laser"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/space) +"Pc" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Pd" = ( +/obj/structure/mirror{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"Pf" = ( +/obj/machinery/smartfridge, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"Pg" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"Pl" = ( +/obj/structure/weightmachine/stacklifter, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/carpet, +/area/space) +"Pp" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/carpet, +/area/space) +"Pq" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 2; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/space) +"Ps" = ( +/obj/effect/turf_decal/arrows/white{ + color = null; + dir = 1; + name = "Canteen, Shooting range" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/space) +"Pt" = ( +/obj/machinery/door_control{ + id = "CC_space_jail_sec"; + name = "Central Command Jail Security Room"; + pixel_x = -40; + req_access_txt = "110" + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Pu" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/space) +"Px" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Pz" = ( +/obj/structure/window/reinforced, +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"PF" = ( +/obj/structure/table/wood, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/space) +"PG" = ( +/obj/structure/closet/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + }, +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom{ + desc = null; + name = "Supreme commander bowman headset" + }, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106,107,108,109,110,111,112,113,114); + icon_state = "commander"; + name = "Supreme Commander ID card"; + rank = "Nanotrasen Navy Captain"; + registered_name = null + }, +/obj/item/door_remote/centcomm, +/obj/item/clothing/accessory/medal/gold{ + desc = null; + name = "Supreme commander's gold medal" + }, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/gloves/color/white{ + desc = null; + name = "Supreme judge gloves" + }, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/turf/simulated/floor/carpet, +/area/space) +"PI" = ( +/obj/machinery/bsa/full/admin/east, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor, +/area/space) +"PK" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"PR" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/donut, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"PT" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/grass, +/area/space) +"PV" = ( +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor, +/area/space) +"PW" = ( +/obj/structure/weightmachine/stacklifter, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/space) +"Qe" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/turf/simulated/floor/carpet/black, +/area/space) +"Qg" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod4_away"; + name = "recovery ship bay 4"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor, +/area/space) +"Qh" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/space) +"Qj" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/space) +"Qk" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window{ + dir = 2; + panel_open = 1; + req_access_txt = "110" + }, +/obj/machinery/door_control{ + id = "CC_supply_external"; + name = "Central Command Supply External Shutte"; + pixel_x = -5; + pixel_y = -2; + req_access_txt = "114" + }, +/obj/machinery/door_control{ + id = "CC_supply_internal"; + name = "Central Command Supply Internal Shutter"; + pixel_x = -5; + pixel_y = 8; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Ql" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"Qn" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"Qp" = ( +/obj/item/flag/nt, +/turf/simulated/floor/carpet, +/area/space) +"Qq" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/space) +"Qt" = ( +/obj/item/storage/bible, +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/space) +"Qu" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor, +/area/space) +"Qw" = ( +/obj/machinery/computer/bsa_control/admin{ + integrity_failure = 20; + req_access_txt = "114" + }, +/turf/simulated/floor/carpet/black, +/area/space) +"QC" = ( +/obj/item/clothing/glasses/sunglasses/yeah, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/beach/sand, +/area/space) +"QD" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/space) +"QF" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/space) +"QG" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/space) +"QJ" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + name = "Master R&D Server Controller" + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"QK" = ( +/obj/item/flag/nt, +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"QM" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"QP" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/space) +"QS" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"QV" = ( +/obj/machinery/clonepod/upgraded, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"QX" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"QY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"QZ" = ( +/obj/machinery/computer/operating, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"Rd" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"Rf" = ( +/obj/structure/weightmachine/weightlifter, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/space) +"Rg" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"Rl" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"Rm" = ( +/obj/machinery/shuttle_manipulator, +/turf/simulated/floor/bluegrid, +/area/space) +"Ro" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/structure/rack/holorack, +/obj/structure/window/reinforced, +/turf/simulated/floor, +/area/space) +"Rq" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"Ru" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/space) +"Rv" = ( +/obj/structure/chair/sofa{ + dir = 9 + }, +/turf/simulated/floor/carpet, +/area/space) +"Rw" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/applecakeslice, +/obj/machinery/light{ + dir = 1; + switchcount = 50 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"Ry" = ( +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/space) +"Rz" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"RB" = ( +/obj/effect/landmark/burnturf, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/space) +"RF" = ( +/obj/machinery/vending/tool, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/space) +"RH" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/space) +"RI" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/turf/simulated/floor/carpet, +/area/space) +"RK" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/space) +"RP" = ( +/obj/item/flag/nt, +/obj/machinery/light{ + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/space) +"RR" = ( +/obj/machinery/cryopod/robot, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/space) +"RS" = ( +/obj/effect/overlay/coconut, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/sand, +/area/space) +"RT" = ( +/obj/structure/closet{ + icon_closed = "syndicate1"; + icon_opened = "syndicate1open"; + icon_state = "syndicate1" + }, +/obj/item/suppressor, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/flashlight/seclite, +/obj/item/grenade/flashbang, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/item/kitchen/knife/combat, +/obj/item/reagent_containers/food/snacks/candy/donor{ + apply_type = 3; + list_reagents = list("nutriment" = 30, "sugar" = 3); + name = "MRE" + }, +/obj/item/reagent_containers/hypospray/autoinjector/survival, +/obj/item/storage/belt/security/webbing{ + name = "SRT webbing" + }, +/obj/item/clothing/head/HoS/beret{ + desc = null; + name = "SRT beret" + }, +/obj/item/storage/backpack/ert{ + desc = null; + name = "SRT backpack" + }, +/obj/item/radio/headset/ert{ + desc = null; + name = "SRT headset" + }, +/obj/item/clothing/shoes/combat/swat{ + name = "SRT special shoes" + }, +/obj/item/clothing/gloves/combat{ + name = "Combat gloves" + }, +/obj/item/clothing/suit/armor/bulletproof{ + name = "SRT bulletproof vest" + }, +/obj/item/clothing/accessory/holster, +/obj/item/implanter/mindshield, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106); + icon_state = "nanotrasen"; + name = "Special Reaction Team Member ID card"; + rank = "Blueshield"; + registered_name = null + }, +/obj/item/clothing/under/fluff/jay_turtleneck{ + name = "SRT uniform" + }, +/obj/item/CQC_manual, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/space) +"RV" = ( +/obj/effect/decal/cleanable/confetti, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/space) +"RW" = ( +/obj/structure/table, +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/space) +"RX" = ( +/obj/structure/table/reinforced, +/obj/item/trash/plate, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"RY" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"RZ" = ( +/mob/living/simple_animal/cow, +/turf/simulated/floor/grass, +/area/space) +"Sc" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Se" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Sh" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken5"; + tag = "icon-wood-broken5" + }, +/area/space) +"Si" = ( +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Sk" = ( +/obj/machinery/door_control{ + id = "CC_supply_space"; + name = "Supply Blastdoor"; + pixel_x = 4; + pixel_y = -30; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/space) +"Sp" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/space) +"Sr" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"Su" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -13 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 7 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "navyblue" + }, +/area/space) +"Sw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"Sx" = ( +/obj/structure/chair/sofa, +/obj/effect/decal/cleanable/confetti, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"Sy" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"Sz" = ( +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"SC" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/space) +"SD" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"SF" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreynavyblue" + }, +/area/space) +"SG" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"SH" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "Zone1-bathroom2"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"SJ" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"SM" = ( +/obj/machinery/computer/supplycomp{ + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/space) +"SP" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + req_access_txt = "102" + }, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"SQ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/turf/simulated/floor/carpet/black, +/area/space) +"ST" = ( +/obj/machinery/smartfridge/drying_rack, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/space) +"SW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "tranquillitecorners" + }, +/area/space) +"SY" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/space) +"Ta" = ( +/obj/item/flag/nt, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/space) +"Tb" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/sniperrifle{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/sniperrifle{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Te" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "escape" + }, +/area/space) +"Tg" = ( +/obj/effect/turf_decal/bot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Tj" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"Tn" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/applecakeslice, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"Tq" = ( +/obj/machinery/vending/snack/free, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/space) +"Ts" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Tu" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor, +/area/space) +"Tv" = ( +/obj/machinery/camera{ + c_tag = "Centaral Command Supreme Court"; + dir = 1; + network = list("SS13","CentComm"); + pixel_x = 12; + pixel_y = -6 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/space) +"Tx" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"TC" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"TD" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone3-bathroom1"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"TF" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/space) +"TG" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/space) +"TH" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"TI" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/turf/simulated/floor, +/area/space) +"TJ" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/space) +"TM" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/space) +"TW" = ( +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/carpet, +/area/space) +"TY" = ( +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"TZ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"Ub" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" + }, +/turf/simulated/floor/carpet, +/area/space) +"Uc" = ( +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang/limited{ + name = "SOB-5 Clusterbang Launcher"; + projectiles = 5 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang/limited{ + name = "SOB-5 Clusterbang Launcher"; + projectiles = 5 + }, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/space) +"Uf" = ( +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/carpet, +/area/space) +"Uh" = ( +/obj/structure/table/wood, +/obj/item/pen/fancy, +/obj/item/folder/white, +/turf/simulated/floor/carpet/black, +/area/space) +"Uk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/space) +"Um" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"Uo" = ( +/obj/machinery/computer/card/centcom, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/space) +"Up" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"Uq" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + icon_state = "door_locked"; + id_tag = "emergency_away"; + locked = 1; + name = "Arrival Airlock"; + req_access = null + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Us" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"Uz" = ( +/obj/machinery/light{ + dir = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"UA" = ( +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/door/airlock/centcom{ + name = "Anteroom"; + opacity = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"UC" = ( +/obj/effect/landmark{ + name = "prisonwarp" + }, +/obj/effect/landmark{ + name = "prisonwarp" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"UE" = ( +/obj/effect/turf_decal/arrows/white{ + color = null; + dir = 8; + name = "Zone 2, Zone 3, Zone 1, Medical block" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/space) +"UG" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/space) +"UK" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "ERT Director office" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"UL" = ( +/obj/structure/shuttle/engine/router, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/space) +"UM" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/space) +"UN" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 95, "bullet" = 95, "laser" = 95, "energy" = 95, "bomb" = 95, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 80); + density = 0; + icon_state = "open"; + id_tag = "ERT_turret_shutters"; + locked = 1; + name = "ERT Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/space) +"UO" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/space) +"UQ" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/space) +"UT" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/turf/simulated/floor, +/area/space) +"UU" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/space) +"UV" = ( +/obj/structure/filingcabinet/employment, +/turf/simulated/floor/carpet/black, +/area/space) +"UZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/space) +"Va" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone1-bathroom1"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Ve" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "escape" + }, +/area/space) +"Vg" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Vk" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/space) +"Vn" = ( +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/door/airlock/centcom{ + name = "CentCom DeS"; + opacity = 1; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Vo" = ( +/obj/machinery/computer/med_data, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/space) +"Vp" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/turf/simulated/floor/carpet, +/area/space) +"Vs" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"Vv" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/space) +"Vw" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor, +/area/space) +"Vx" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/space) +"Vy" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone1-bathroom2"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"VB" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"VF" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkgreynavyblue" + }, +/area/space) +"VG" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/space) +"VI" = ( +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/space) +"VJ" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"VL" = ( +/obj/structure/chair/comfy/red{ + color = "#000000" + }, +/turf/simulated/floor/carpet/black, +/area/space) +"VP" = ( +/obj/structure/curtain/open/shower/security, +/turf/simulated/floor/carpet/black, +/area/space) +"VR" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/elwycco, +/turf/simulated/floor/grass, +/area/space) +"VS" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/grass, +/area/space) +"VT" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/space) +"VU" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"VX" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"VY" = ( +/obj/structure/table/glass, +/obj/item/clothing/accessory/stethoscope, +/obj/item/storage/belt/medical, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/space) +"VZ" = ( +/obj/machinery/computer/security/mining, +/turf/simulated/floor/carpet/black, +/area/space) +"We" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/rack, +/obj/item/beach_ball/holoball, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Wh" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT2"; + name = "Launch Bay #2" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor, +/area/space) +"Wj" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/space) +"Wk" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 11; + height = 18; + id = "emergency_away"; + name = "emergency centcom"; + width = 29 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"Wn" = ( +/turf/simulated/floor/plasteel, +/area/space) +"Wo" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "DAE 5.56 Compact GL"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Wp" = ( +/obj/machinery/light/small{ + pixel_y = -6 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/space) +"Wq" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Wr" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_one_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Ws" = ( +/obj/machinery/door/airlock/centcom{ + name = "Medical Block"; + opacity = 1; + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"Wt" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = 4; + tag = "icon-shower (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitelattice" + }, +/area/space) +"Wv" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/decal/warning_stripes/west{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/carpet/black, +/area/space) +"Ww" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bridge 1-2"; + opacity = 1; + req_access_txt = "113" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Wz" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/space) +"WC" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"WE" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"WF" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark{ + name = "ERT Director" + }, +/turf/simulated/floor/carpet/black, +/area/space) +"WG" = ( +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/space) +"WH" = ( +/obj/machinery/computer, +/turf/simulated/floor, +/area/space) +"WJ" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/space) +"WK" = ( +/obj/item/flag/nt, +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"WL" = ( +/obj/structure/sign/poster/official/air1, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/space) +"WM" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"WQ" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/space) +"WR" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/space) +"WS" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"WW" = ( +/obj/machinery/computer/borgupload, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurplefull" + }, +/area/space) +"WX" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor, +/area/space) +"Xe" = ( +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/space) +"Xg" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/item/storage/secure/safe{ + pixel_x = -32 + }, +/obj/structure/mirror{ + pixel_y = -30 + }, +/turf/simulated/floor/carpet, +/area/space) +"Xh" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"Xk" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/wood{ + icon_state = "woodalt-4" + }, +/area/space) +"Xr" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 2"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Xy" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone1-bathroom5"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"XF" = ( +/obj/structure/decorative_structures/metal/statue/metal_angel, +/turf/simulated/floor/carpet, +/area/space) +"XG" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"XM" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/space) +"XQ" = ( +/obj/structure/table, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/brute, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 30 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-1" + }, +/area/space) +"XS" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 1"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"XV" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"XW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/turf/simulated/floor/carpet/black, +/area/space) +"XX" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT1"; + name = "gravpult" + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"XY" = ( +/obj/structure/table/wood, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/space) +"Ya" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreynavyblue" + }, +/area/space) +"Yb" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"Yd" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Ye" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/space) +"Yf" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/grenade/clusterbuster/cleaner, +/obj/structure/reagent_dispensers/spacecleanertank{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/space) +"Yk" = ( +/obj/item/flag/nt, +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/space) +"Yl" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "ERT_armory_lvl2"; + layer = 5; + locked = 1; + name = "Armory level 2" + }, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Yn" = ( +/obj/item/target/syndicate, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Yq" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Ys" = ( +/obj/machinery/computer/robotics, +/obj/machinery/requests_console{ + department = "Central Command"; + departmentType = 1; + name = "CC Requests Console"; + pixel_y = 32 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"Yu" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8; + id_tag = "CC_supply_internal"; + layer = 5; + locked = 1; + name = "Central Command Supply Internal Shutter" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Yw" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/space) +"Yx" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "ERT_armory_lvl3"; + layer = 5; + locked = 1; + name = "Armory level 3" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"YA" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/space) +"YE" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"YG" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/mint, +/obj/item/reagent_containers/food/drinks/bottle/cream, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"YH" = ( +/obj/machinery/vending/coffee/free, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/space) +"YJ" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/flora/tree/pine{ + color = "#336633" + }, +/turf/simulated/floor/grass, +/area/space) +"YM" = ( +/obj/effect/decal/warning_stripes/northeastcorner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"YN" = ( +/obj/effect/decal/warning_stripes/southeastcorner, +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"YR" = ( +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/space) +"YU" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/space) +"YV" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "Automatic Shotgun"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/space) +"YW" = ( +/obj/structure/closet/l3closet/security, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double/full, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/watertank/janitor{ + max_integrity = 1500; + volume = 1500 + }, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/space) +"YZ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/space) +"Zc" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/space) +"Ze" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/space) +"Zg" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/space) +"Zi" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_y = 7 + }, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_y = 7 + }, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_y = 7 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Zk" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor, +/area/space) +"Zm" = ( +/obj/item/ammo_box/magazine/sniper_rounds/compact{ + name = "sniper rounds (DAC-1W)" + }, +/obj/item/ammo_box/magazine/sniper_rounds/compact{ + name = "sniper rounds (DAC-1W)" + }, +/obj/item/ammo_box/magazine/sniper_rounds/compact{ + name = "sniper rounds (DAC-1W)" + }, +/obj/item/ammo_box/magazine/sniper_rounds/compact{ + name = "sniper rounds (DAC-1W)" + }, +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + layer = 2.9; + name = "DAC-1W ammo"; + req_access = null; + req_access_txt = "114" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Zn" = ( +/turf/simulated/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/space) +"Zo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Zr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/space) +"Zt" = ( +/obj/structure/flora/tree/palm, +/obj/item/beach_ball, +/turf/simulated/floor/beach/sand, +/area/space) +"Zv" = ( +/obj/item/ammo_casing/c9mm{ + dir = 1; + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/ammo_casing/c9mm{ + dir = 4; + pixel_x = 5; + pixel_y = -12 + }, +/obj/item/ammo_casing/c9mm, +/obj/item/ammo_casing/c9mm{ + dir = 5; + pixel_x = -7; + pixel_y = -12 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"Zx" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/space) +"Zy" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/space) +"ZA" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"ZB" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/space) +"ZD" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/space) +"ZG" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "escape" + }, +/area/space) +"ZK" = ( +/obj/effect/landmark{ + name = "Response Team" + }, +/obj/effect/decal/warning_stripes/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"ZN" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/turf/simulated/floor/carpet, +/area/space) +"ZO" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor, +/area/space) +"ZQ" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/space) +"ZR" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escapefull" + }, +/area/space) +"ZS" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign1"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"ZT" = ( +/obj/effect/turf_decal/loading_area/white, +/obj/effect/turf_decal/caution/stand_clear/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) +"ZU" = ( +/obj/machinery/smartfridge/drying_rack, +/turf/simulated/floor/grass, +/area/space) +"ZY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/space) + +(1,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(2,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(3,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(4,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(5,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(6,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(7,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(8,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(9,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(10,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(11,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(12,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(13,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(14,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(15,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(16,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(17,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(18,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(19,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(20,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(21,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(22,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(23,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(24,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(25,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(26,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(27,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(28,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(29,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(30,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(31,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(32,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(33,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(34,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(35,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(36,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(37,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(38,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(39,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(40,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(41,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(42,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(43,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(44,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(45,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(46,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(47,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(48,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(49,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(50,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(51,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(52,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(53,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(54,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(55,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(56,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(57,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(58,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(59,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(60,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(61,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(62,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(63,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(64,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(65,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(66,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(67,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(68,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(69,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(70,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(71,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(72,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(73,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(74,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(75,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(76,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(77,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(78,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(79,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(80,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(81,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(82,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(83,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(84,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(85,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(86,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(87,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(88,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(89,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(90,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(91,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(92,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(93,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(94,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(95,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(96,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(97,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(98,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(99,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(100,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(101,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(102,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(103,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(104,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(105,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(106,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(107,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(108,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(109,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(110,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(111,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(112,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(113,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(114,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(115,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(116,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(117,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(118,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(119,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(120,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(121,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(122,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +"} +(123,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(124,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(125,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(126,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(127,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(128,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(129,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(130,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(131,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(132,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(133,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(134,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(135,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +FG +OY +OY +aY +Uq +aY +Uq +ic +FG +FG +FG +ic +Uq +aY +Uq +aY +OY +OY +OY +OY +FG +OY +OY +OY +FG +OY +OY +OY +FG +OY +OY +OY +FG +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Qj +Qj +Qj +Qj +Qj +WJ +WJ +kS +kS +kS +kS +kS +WJ +WJ +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(136,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +FG +OY +OY +Mf +lu +Mf +lu +Mf +OY +OY +OY +Mf +lu +Mf +lu +Mf +OY +OY +OY +OY +FG +OY +OY +OY +FG +OY +OY +OY +FG +OY +OY +OY +FG +OY +OY +OY +OY +FG +ft +Fj +Fj +Fj +Fj +Fj +Fj +Fj +xk +WJ +IR +nH +nH +nH +km +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +WJ +WJ +kS +kS +kS +kS +kS +WJ +WJ +Qj +Qj +gG +Pd +gG +Qj +gG +Pd +gG +Qj +gG +Pd +gG +Qj +gG +Pd +gG +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(137,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +FG +OY +OY +Mf +lu +Mf +lu +Mf +OY +OY +OY +Mf +lu +Mf +lu +Mf +OY +OY +OY +OY +FG +OY +OY +OY +FG +OY +OY +OY +FG +OY +OY +OY +FG +OY +Qj +Qj +Qj +WJ +Ye +kS +kS +kS +kS +kS +kS +kS +Ye +Qj +cI +kQ +pP +ju +sS +Qj +Qj +Qj +Qj +Qj +Qp +gj +gj +qd +qd +Di +FR +If +jc +jc +sb +WJ +WJ +kS +kS +kS +kS +kS +WJ +WJ +Qj +Qj +jZ +Kj +aZ +Qj +jZ +Kj +aZ +Qj +jZ +Kj +aZ +Qj +jZ +Kj +aZ +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(138,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +FG +OY +OY +Mf +lu +Mf +lu +Mf +OY +OY +OY +Mf +lu +Mf +lu +Mf +OY +OY +OY +OY +FG +OY +OY +OY +WJ +kS +kS +kS +WJ +kS +kS +kS +WJ +Qj +Qj +Qj +Qj +Qj +Ye +kS +kS +kS +kS +kS +kS +kS +Ye +Qj +GG +Ls +Ls +Ls +kE +Qj +zE +zE +dO +jB +Ls +Ls +Ls +Nt +Nt +Nt +FR +fr +lu +cM +nu +WJ +WJ +kS +kS +kS +kS +kS +WJ +WJ +Qj +Qj +fI +Kj +UC +Qj +fI +Kj +UC +Qj +fI +Kj +UC +Qj +fI +Kj +UC +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(139,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +FG +OY +OY +Mf +lu +Mf +lu +ES +FG +FG +FG +ES +lu +Mf +lu +Mf +OY +OY +OY +Qj +WJ +Qj +Qj +Qj +Qj +kS +kS +kS +Qj +kS +kS +kS +Qj +bP +vC +wX +ME +Qj +Ye +kS +kS +kS +kS +kS +kS +kS +Ye +Qj +gj +Ls +Ls +Ls +nw +Qj +Di +zE +dO +Rz +sH +nQ +Ls +Nt +Nt +Nt +FR +fr +lu +cM +nu +WJ +WJ +kS +kS +kS +kS +kS +WJ +WJ +Qj +Qj +lK +pp +lK +Qj +lK +pp +lK +Qj +lK +pp +lK +Qj +lK +pp +lK +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(140,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +FG +OY +OY +Mf +lu +Mf +lu +ES +OY +OY +OY +ES +lu +Mf +lu +Mf +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +kS +kS +kS +Qj +kS +kS +kS +Qj +mt +mt +mt +qO +Qj +Ye +kS +kS +kS +kS +kS +kS +kS +Ye +Qj +PG +FY +rF +Ls +uk +Qj +qd +zE +dO +jB +bn +Vp +Ls +Nt +Nt +Nt +FR +fr +lu +lu +nu +WJ +WJ +kS +kS +kS +kS +kS +WJ +WJ +Qj +Qj +hQ +TG +TG +TG +TG +TG +TG +TG +TG +TG +TG +TG +TG +TG +jl +Ze +UC +aZ +gG +Qj +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(141,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +FG +OY +OY +Mf +lu +Mf +lu +Mf +OY +Qj +Qj +Mf +lu +Mf +lu +Mf +Qj +rQ +Bl +Bl +Bl +Gf +rQ +tT +Qj +kS +FQ +kS +Qj +kS +kM +kS +Qj +qC +ac +mt +vv +Qj +Ye +kS +kS +kS +kS +kS +kS +kS +Ye +Qj +Qj +Qj +Qj +Ww +Qj +Qj +bz +zE +zE +rz +ha +CF +CF +CF +CF +CF +bG +yt +lu +lu +OP +WJ +WJ +kS +kS +kS +kS +kS +WJ +WJ +Qj +tT +NW +cM +em +BK +BK +BK +BK +BK +BK +BK +BK +BK +BK +hj +dm +Wz +Kj +Kj +BR +Qj +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(142,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +FG +OY +OY +Mf +lu +Mf +lu +Mf +Qj +Qj +Qj +Mf +lu +Mf +lu +Mf +Qj +mt +mt +mt +mt +mt +mt +LZ +Qj +aY +Fn +aY +Qj +aY +Fn +aY +Qj +nX +mt +mt +GI +Qj +Ye +kS +kS +kS +kS +kS +kS +kS +Ye +Qj +IG +Yk +uK +Ls +lh +Qj +mV +zE +zE +HW +Dv +Je +cV +dE +CF +CF +bG +yt +lu +lu +bv +WJ +WJ +kS +kS +kS +kS +kS +WJ +xg +xg +xg +NW +cM +dm +vo +ZA +ZA +ZA +lu +lu +ZA +ZA +ZA +mL +NW +dm +Ze +kl +Hl +gG +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(143,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +Qj +WJ +Qj +Qj +Mf +lu +Mf +lu +Mf +Qj +Qj +Qj +Mf +lu +Mf +lu +Mf +Qj +mt +mt +mt +mt +mt +mt +Hg +Qj +Mf +kS +Mf +Qj +Mf +kS +Mf +Qj +or +mt +mt +or +Qj +Ye +kS +kS +kS +kS +kS +kS +kS +Ye +Qj +og +Ub +Ls +Ls +rd +Qj +vr +zE +zE +VL +yY +Tv +Gj +KZ +CF +CF +FR +yt +lu +cM +Nj +WJ +WJ +kS +kS +kS +kS +kS +WJ +xg +xg +xg +NW +cM +dm +zJ +lu +lu +lu +lu +lu +lu +lu +lu +NU +NW +dm +Qj +Qj +Qj +Qj +Qj +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(144,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Qj +IR +nH +nH +km +Qj +Qj +Qj +Qj +Us +Os +Us +Os +TH +Qj +Qj +Qj +TH +Os +Us +Os +Us +Qj +Qj +Qj +oJ +Qj +mt +mt +Jb +Qj +Us +Fn +Us +Qj +Us +Fn +Us +Qj +mt +mt +mt +mt +Qj +bT +Fj +Fj +Fj +rY +Fj +Fj +Fj +id +Qj +Ji +yh +JA +Ls +RI +Qj +BV +zE +zE +tU +hm +Je +LV +sA +CF +CF +bG +yt +lu +cM +Tq +WJ +WJ +kS +kS +kS +kS +kS +WJ +xg +xg +lu +NW +lu +dm +zJ +lu +bE +lu +lu +lu +lu +Sc +lu +NU +NW +dm +Ze +UC +aZ +gG +Qj +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(145,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Qj +Aw +nH +nH +km +Qj +MH +YZ +YZ +YZ +YZ +YZ +YZ +YZ +YZ +YZ +YZ +YZ +YZ +YZ +YZ +YZ +YZ +YZ +YZ +YZ +bg +Qj +Qj +IK +Ls +Qj +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +Qj +ac +mt +mt +ac +WJ +kS +kS +kS +aY +NL +aY +kS +kS +kS +Qj +GT +Ls +DW +Ls +OQ +WJ +yE +zE +zE +rz +ha +CF +CF +CF +CF +CF +bG +yt +lu +lu +OP +WJ +WJ +kS +kS +kS +kS +kS +WJ +xg +xg +lu +NW +Sc +dm +wQ +lu +lu +lu +lu +lu +lu +lu +lu +aA +NW +dm +Wz +Kj +Kj +BR +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(146,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +Qj +Aw +nH +nH +km +Qj +lY +Je +Je +Je +Bj +bU +Wn +Wn +Wn +JG +JG +JG +Wn +Wn +JG +JG +JG +Wn +Wn +JG +JG +JG +Wn +JG +JG +lF +Qj +Qj +jy +xV +Qj +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +Qj +da +sR +mt +mv +Qj +Qj +Qj +Qj +Mf +lu +Mf +Qj +Qj +Qj +Qj +zE +zE +zE +zE +zE +Qj +qd +zE +dO +jB +bn +Vp +Ls +Nt +Nt +Nt +FR +fr +lu +lu +nu +WJ +WJ +kS +kS +vU +kS +kS +WJ +xg +xg +lu +NW +lu +dm +zJ +lu +bE +lu +lu +lu +lu +Sc +lu +NU +NW +dm +Ze +kl +Hl +gG +Qj +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(147,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +aY +jY +LJ +Ls +Ls +ha +Ls +Ls +Ls +Ls +Ls +bU +Wn +rU +GR +GR +GR +GR +GR +GR +GR +GR +GR +GR +GR +GR +GR +GR +GR +GR +GR +YU +Qj +Qj +Qj +Qj +Qj +mt +mt +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +AT +KB +mt +mv +Qj +Qj +Qj +Qj +Mf +lu +Mf +Qj +Qj +Qj +Qj +uD +zE +zE +EY +zE +Qj +Di +zE +dO +Rz +MN +nQ +Ls +Nt +Nt +Nt +FR +fr +lu +lu +nu +Qj +WJ +Qj +TC +ii +TC +Qj +WJ +xg +xg +lu +NW +Sc +dm +zJ +lu +lu +lu +lu +lu +lu +lu +lu +NU +NW +dm +Qj +Qj +Qj +Qj +Qj +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(148,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +Mf +ZN +Ls +Ls +Ls +ha +Ls +Ls +Ls +Ls +Ls +bU +Wn +lF +hU +lu +lu +En +ZA +ZA +DL +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +jy +Xg +Qj +mt +mt +Qj +jy +Xg +Qj +jy +Xg +Qj +jy +Xg +Qj +XQ +QY +mt +mv +Qj +Qj +Qj +Qj +Us +wD +Us +Qj +Qj +Qj +Qj +AU +zE +zE +gi +Ql +Qj +zE +zE +dO +jB +Ls +Ls +Ls +Nt +Nt +Nt +FR +fr +lu +lu +nu +Qj +LZ +OA +jc +jc +HK +Qj +Qj +xg +xg +lu +NW +lu +dm +al +zA +zA +zA +lu +lu +zA +zA +zA +Oh +NW +dm +Ze +UC +aZ +gG +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(149,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +Mf +Ls +Ls +Ls +eR +Ka +zE +xx +xx +xx +Pz +bU +JG +lF +kp +lu +lu +lu +lu +lu +IS +Qj +Qj +ht +GO +Ir +hH +Qj +Ck +Aq +Qj +fV +ZD +Qj +Le +Ls +Qj +mt +mt +Qj +Le +Ls +Qj +Le +Ls +Qj +Le +Ls +Qj +FP +Sw +mt +mv +Qj +rQ +rQ +rQ +tT +lu +tT +rQ +rQ +rQ +Qj +UV +zE +zE +Uh +BY +Qj +Qj +Qj +Qj +Qj +Qp +gj +gj +qd +qd +Di +FR +bN +aF +cM +nu +Qj +Hg +yt +lu +lu +ob +Qj +Qj +xg +xg +xg +NW +lu +dm +uw +ER +qK +Js +lu +lu +Ip +Fv +CF +bu +NW +dm +Wz +Kj +Kj +BR +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(150,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +Mf +aR +Ls +Ls +eR +EZ +zE +xx +xx +xx +Pz +Iq +JG +lF +kp +lu +Tg +Tg +Tg +lu +VJ +Qj +Pg +ZG +Ju +Ju +kR +iE +qD +ht +Qj +fV +fV +Qj +Qj +oJ +Qj +mt +mt +Qj +Qj +oJ +Qj +Qj +oJ +Qj +Qj +oJ +Qj +Qj +qu +qu +Qj +Qj +uW +uW +uW +lu +lu +lu +lu +qt +oK +Qj +bz +zE +zE +zE +uD +iC +BI +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +yt +cM +dD +Qj +Jb +yt +lu +lu +ob +Qj +Qj +xg +xg +xg +NW +lu +dm +We +my +Zo +Zo +cM +cM +CF +CF +CF +HI +NW +dm +Ze +kl +Hl +gG +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(151,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +Mf +aR +Ls +Ls +Ls +Jk +zE +zE +zE +xx +Pz +bU +JG +lF +kp +lu +lu +wo +lu +lu +VJ +Qj +Ve +jS +YG +Pg +Te +Nz +qD +ht +Qj +xA +Qj +Qj +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +Qj +oK +is +oK +lu +lu +lu +lu +qt +is +Qj +CP +zE +zE +zE +zE +EY +Ql +Qj +hu +zN +lu +WE +Ol +IN +QX +ph +ec +lu +yt +lu +WR +jc +jc +jf +lu +lu +dD +Ly +Qj +Qj +Qj +tT +NW +cM +dm +gr +my +CM +my +cM +cM +CF +CF +Fv +HI +NW +dm +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(152,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +Us +XF +Ls +Ls +Ls +Qt +zE +HL +Zn +zE +nM +bU +zQ +lF +kp +lu +lu +yx +lu +lu +VJ +Qj +Te +jS +Pg +fZ +Te +xA +ht +ht +ht +ht +ht +xA +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +Qj +HU +HU +HU +lu +lu +lu +lu +qt +is +Qj +uD +zE +zE +zE +zE +NZ +zE +Qj +Wj +zb +lu +WE +Ol +IN +QX +ph +ec +lu +yt +iM +lu +lu +oX +lu +lu +lu +dD +Ly +Qj +Qj +Qj +Qj +NW +cM +dm +Vg +Tx +ZY +sA +lu +lu +nm +aL +aL +IF +NW +dm +Ze +UC +aZ +gG +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(153,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +Qj +Qj +aR +Ls +Ls +Jk +zE +zE +zE +xx +Pz +Iq +qU +lF +kp +lu +lu +Eg +lu +lu +VJ +Qj +Te +jS +cx +wa +Te +cJ +ht +ZG +Ju +kR +ht +Qj +Qj +Qj +Qj +mt +mt +ta +ta +ta +ta +ta +ta +ta +ta +ta +mt +mt +Qj +Qj +oJ +Qj +LZ +lu +lu +lu +lu +lu +lu +qt +is +Qj +Di +qd +zE +zE +zE +zE +zE +Qj +Wj +zb +Qj +TC +Qj +TC +dP +Qj +TC +Qj +yt +lu +cM +cM +cM +sK +lu +lu +dD +tT +Qj +Ok +gS +RW +NW +cM +Vv +TG +TG +TG +TG +TG +TG +TG +TG +TG +TG +SC +dm +Wz +Kj +Kj +BR +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(154,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +aY +aR +Ls +eR +Ka +zE +xx +xx +xx +Pz +bU +JG +lF +kp +lu +Tg +Tg +Tg +lu +IS +Qj +ht +lx +GO +GO +sP +dG +Pg +jS +Cs +Te +OT +Qj +gJ +Wt +Qj +mt +mt +qt +qb +aJ +bO +Qj +bO +qt +qb +aJ +mt +mt +Qj +IK +Ls +Qj +et +lu +lu +lu +lu +lu +KE +KE +KE +Qj +Qj +Qj +AI +Qj +AI +Qj +Qj +Qj +Wj +zb +Dc +ta +ta +Ef +YE +Gq +ta +Qj +yt +lu +lu +lu +lu +lu +mJ +lu +dD +Ly +Qj +tq +Xe +Xe +NW +cM +em +BK +BK +BK +BK +BK +BK +BK +BK +BK +BK +BK +OU +Ze +kl +Hl +gG +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(155,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +Mf +Ls +Ls +eR +XW +zE +xx +xx +xx +Pz +bU +JG +lF +kp +lu +lu +lu +lu +lu +VJ +Qj +Qj +ht +Ju +Ju +ht +Qj +Pg +jS +Pg +Te +Dy +Qj +HJ +Dj +sm +mt +mt +qt +is +aJ +bS +Qj +bS +qt +is +aJ +mt +mt +Qj +jy +xV +Qj +Jb +lu +lu +lu +hu +fF +fF +fF +fF +fF +fF +fF +fF +fF +fF +fF +fF +fF +pl +zb +Qj +bS +ta +ta +ta +ta +bS +Qj +yt +lu +vW +Ha +Ha +Ha +Ha +Ha +JT +Ly +Qj +EN +Xe +Xe +NW +lu +dm +Qj +MX +lV +MX +Qj +MX +lV +MX +Qj +MX +lV +MX +Qj +Qj +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(156,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +Mf +wd +Ls +Ls +ha +Ls +Ls +Ls +Ls +Ls +bU +Wn +lF +Px +lu +lu +np +zA +zA +sA +Qj +Qj +Qj +Qj +Qj +Qj +Qj +LO +jS +ht +Te +WM +Qj +Qj +Qj +Qj +mt +mt +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +mt +mt +Qj +Qj +Qj +Qj +uW +uW +uW +VJ +Wj +lu +cM +cM +cM +cM +cM +lu +lu +cM +cM +cM +cM +cM +lu +zb +Qj +Qj +NS +ta +ta +sZ +Qj +Qj +yt +cM +dD +Qj +Qj +NR +Qj +Qj +TD +Qj +Qj +EN +Xe +Xe +NW +lu +dm +Qj +fI +Kj +UC +Qj +fI +Kj +UC +Qj +fI +Kj +UC +Qj +Qj +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(157,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +Us +nQ +nQ +Ls +ha +Ls +Ls +Ls +Ls +Ls +bU +Wn +ir +YZ +bg +lu +py +Qj +Qj +Qj +Qj +uW +uW +CF +uW +uW +Qj +os +lx +GO +sP +tf +Qj +fK +Wt +Qj +mt +mt +qt +qb +aJ +bS +Qj +bS +qt +qb +aJ +mt +mt +Qj +Ff +jy +Qj +oK +is +is +VJ +Wj +lu +pQ +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +hx +Qj +Qj +bO +ld +Dz +bO +Qj +Qj +yt +cM +dD +Qj +Qj +Mp +Wt +Qj +Mp +Wt +Qj +Ok +mc +gU +NW +lu +dm +Qj +jZ +Kj +aZ +Qj +jZ +Kj +aZ +Qj +jZ +Kj +aZ +Qj +Qj +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(158,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +Qj +Qj +Qj +Qj +Qj +lY +Je +Je +Je +Bj +dg +GR +pY +Wn +lF +lu +tI +Qj +Qj +Qj +Qj +oK +is +CF +AN +Fh +Qj +Qj +wF +iE +zc +Qj +Qj +HJ +Dj +Cg +mt +mt +qt +is +aJ +bO +Qj +bO +qt +is +aJ +mt +mt +Qj +Ls +Le +Qj +HU +HU +HU +VJ +Wj +lu +zb +Qj +Qj +Qj +Qj +Qj +Qj +FR +MK +lu +lu +lu +MK +FR +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +yt +bF +dD +Qj +Qj +NH +Dj +Qj +ot +Dj +Qj +Qj +Qj +Qj +NW +cM +dm +Qj +gG +TY +gG +Qj +gG +TY +gG +Qj +gG +TY +gG +Qj +Qj +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(159,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +aY +ka +ka +Qj +Aw +nH +nH +km +Qj +Qj +Qj +bU +Wn +lF +Qj +Qj +Qj +yf +me +Qj +hd +HU +CF +HU +HU +bS +CF +CF +CF +CF +dY +Qj +Qj +Qj +Qj +mt +mt +ta +ta +ta +ta +ta +ta +ta +ta +ta +mt +mt +Qj +oJ +Qj +Qj +Qj +Qj +Qj +Qj +Wj +lu +zb +Qj +tT +rQ +rQ +rQ +rQ +rQ +lu +lu +lu +lu +zS +rQ +rQ +rQ +rQ +rQ +tT +Qj +Qj +Qj +UO +Ha +JT +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +tT +rQ +rQ +NW +cM +dm +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(160,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +Mf +RZ +iB +dU +yM +dH +Mb +Mb +Mb +Mb +Qj +bU +Wn +lF +Qj +Qj +Qj +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +AS +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +lu +wD +vt +yJ +PV +Qj +Wj +cM +zb +Qj +rQ +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +rQ +Qj +Qj +fX +hQ +TG +TG +TG +TG +jl +Lq +lu +lu +lu +Ed +lu +lu +lu +NW +cM +dm +Qj +AC +mh +Hn +Hn +mh +AC +Qj +Qh +hS +th +VG +aw +VG +Qh +Qj +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(161,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +Mf +ka +ka +Ak +ka +ka +ka +ka +ka +ka +AS +bU +JG +lF +Qj +bS +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +pD +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +lu +wD +vt +yJ +PV +Qj +Wj +cM +zb +Qj +aB +Vo +sz +eQ +ml +ml +lu +lu +lu +lu +lu +ml +ml +WH +sB +DZ +WW +Qj +Qj +fX +NW +lu +lu +lu +lu +dm +yB +MK +MK +MK +Qj +tT +rQ +rQ +NW +cM +dm +Qj +JO +Xe +Xe +Xe +Xe +ya +Qj +OL +Zr +Zr +Zr +Zr +Zr +rK +Qj +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(162,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +Us +Fk +Mv +Vx +ka +ka +ka +ka +ka +ka +pD +bU +JG +lF +aY +uW +CF +CF +mx +Qj +uW +uW +CF +uW +ei +CF +uW +uW +CF +uW +uW +Qj +Qj +oJ +Qj +Qj +oJ +Qj +Qj +oJ +Qj +Qj +oJ +Qj +mt +mt +Qj +Qj +oJ +Qj +Qj +TC +Qj +IN +IN +Qj +Wj +cM +zb +Qj +SJ +SJ +SJ +SJ +VZ +xl +ml +ml +ml +ml +ml +oN +oN +SJ +SJ +SJ +SJ +Qj +Qj +fX +NW +Pu +jl +BK +OU +dm +yB +PR +df +re +Qj +Qj +Qj +Qj +NW +lu +dm +Qj +VY +Xe +Xe +Xe +Xe +tV +Qj +zR +Zr +Zr +Zr +Zr +Zr +Zr +Qj +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(163,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +Qj +Qj +rx +dU +ka +ka +Mb +Mb +Mb +Mb +Qj +bU +JG +lF +Mf +oK +CF +CF +AN +Qj +Fh +oK +CF +oK +is +CF +oK +is +CF +AN +is +Qj +IK +Ls +Qj +IK +Ls +Qj +IK +Ls +Qj +IK +Ls +Qj +mt +mt +Qj +IK +Ls +Qj +NK +YE +Wr +IN +IN +Qj +Wj +lu +zb +Qj +zE +zE +zE +Di +SJ +SJ +lu +lu +Rm +lu +lu +SJ +SJ +Di +zE +zE +zE +Qj +Qj +fX +NW +hQ +OU +TG +jl +dm +yB +jL +Pt +zh +Qj +JH +JH +JH +NW +lu +dm +Qj +Qj +Qj +Wq +Wq +Qj +Qj +Qj +Qj +Lx +Br +yG +Zr +Zr +yG +Qj +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(164,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +aY +ka +hs +ka +ka +Pf +jw +iu +WS +Qj +bU +Wn +lF +Us +HU +CF +CF +HU +Qj +HU +hd +Kd +HU +HU +CF +HU +HU +CF +HU +HU +Qj +jy +xV +Qj +jy +xV +Qj +jy +xV +Qj +jy +xV +Qj +mt +mt +Qj +jy +xV +Qj +GZ +ta +Qj +aD +aD +Qj +Wj +lu +zb +Qj +kU +cf +zE +zE +zE +zE +lu +lu +nq +lu +lu +zE +zE +zE +zE +IU +Uo +Qj +Qj +fX +NW +lu +lu +lu +lu +dm +yB +oA +lu +lu +Qj +of +lu +lu +NW +lu +Vv +TG +TG +TG +TG +TG +TG +TG +jl +Qj +Zr +Qj +Qj +Zr +Zr +Bi +Qj +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(165,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +Us +Mv +qf +ka +ka +mt +mt +eI +Kn +Qj +bU +Wn +lF +Qj +bS +CF +CF +bS +Qj +Qj +Qj +Sh +Kd +CF +CF +CF +CF +CF +CF +CF +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +mt +mt +Qj +Qj +Qj +Qj +bS +ta +TC +WE +WE +Qj +Wj +lu +zb +Qj +SJ +SJ +MQ +mQ +iN +bQ +ml +ml +ml +ml +ml +lf +AO +Bm +xC +SJ +SJ +Qj +Qj +fX +Pu +BK +BK +BK +BK +OU +yB +df +pI +lu +Qj +Cd +Cd +Cd +Pu +BK +BK +BK +BK +BK +BK +BK +BK +hj +dm +Zr +Zr +Zr +Qj +ST +Cy +Qh +Qj +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(166,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +Qj +Qj +Mb +ka +ka +xn +mt +mt +mt +Qj +bU +Wn +lF +Qj +Qj +pD +BO +Qj +Qj +Qj +Qj +qG +oD +CF +CF +CF +CF +CF +CF +CF +Qj +jy +Xg +Qj +jy +Xg +Qj +jy +Xg +Qj +jy +Xg +Qj +mt +mt +Qj +Qj +Qj +Qj +Qj +yw +Qj +lu +lu +Qj +Wj +lu +zb +Qj +zE +zE +SJ +SJ +SJ +SJ +lu +lu +Np +lu +lu +SJ +SJ +SJ +SJ +zE +zE +Qj +Qj +Qj +rQ +lu +lu +Qj +Qj +Wq +Qj +Qj +Qj +Wq +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +NW +dm +Zr +Zr +Zr +Qj +Qj +Qj +Qj +Qj +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(167,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +aY +Mb +ka +ka +zM +mt +mt +mt +Qj +bU +Wn +ir +YZ +YZ +YZ +bg +rQ +rQ +tT +Qj +Kd +uW +uW +CF +uW +uW +CF +ei +uW +Qj +Le +Ls +Qj +Le +Ls +Qj +Le +Ls +Qj +Le +Ls +Qj +mt +mt +Qj +jy +Xg +Qj +LZ +lu +hu +fF +fF +fF +pl +pQ +hx +Qj +zE +zE +zE +zE +zE +XV +VX +DE +KW +ks +fA +XV +zE +zE +zE +zE +zE +Qj +Qj +Qj +tT +gx +WE +Qj +dh +TG +TG +TG +TG +TG +TG +TG +jl +Qj +ht +Kf +Kf +Kf +ht +Kf +Kf +ht +Qj +NW +dm +kr +Ls +Rf +hY +Rf +hY +PW +Qj +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(168,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +Us +Mb +ka +ka +xL +mt +mt +Sz +Qj +bU +JG +JG +Wn +JG +JG +lF +lu +lu +lu +Qj +CF +is +oK +CF +is +oK +CF +is +oK +Qj +Qj +oJ +Qj +Qj +oJ +Qj +Qj +oJ +Qj +Qj +oJ +Qj +mt +mt +Qj +Le +Ls +Qj +Hg +lu +Wj +lu +lu +lu +lu +zb +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +hC +Qj +QF +BK +BK +BK +BK +BK +BK +BK +OU +Qj +zZ +zZ +zZ +ht +ht +zZ +zZ +zZ +Qj +NW +dm +Ls +Ls +Ls +Ls +Ls +Ls +Ls +Qj +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(169,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +Qj +Qj +Mb +ZU +cX +eI +Mn +Kn +Qj +GM +aV +GR +GR +GR +GR +YU +lu +lu +lu +Qj +CF +HU +HU +CF +HU +HU +CF +HU +HU +Qj +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +Qj +Qj +oJ +Qj +Qj +tT +Wj +lu +cM +ZS +cM +zb +Qj +Vw +aP +aP +aP +aP +aP +aP +aP +aP +aP +aP +aP +aP +aP +aP +aP +aP +aP +Tu +Qj +bO +Ef +TC +gh +Qj +Qj +Qj +Qj +Qj +Qj +Qj +gh +pX +Qj +Qj +oP +RX +Om +ht +ht +Pg +Om +RX +Qj +NW +dm +Ls +Ls +Ls +Ls +Ls +Ls +Ls +Qj +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(170,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Qj +Aw +nH +nH +nH +nH +km +Qj +tT +gx +wu +LZ +rQ +rQ +tT +lu +lu +lu +Qj +CF +CF +CF +Uk +CF +CF +CF +CF +Uk +Qj +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +mt +Qj +LU +Wj +lu +cM +jP +cM +zb +Qj +na +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +zB +Qj +NC +AQ +Wr +lu +Qj +gg +gg +gg +gg +yQ +rQ +lu +lu +aQ +Qj +Om +oP +mu +ht +ht +oP +oP +oP +Qj +NW +dm +Pl +Ls +Uf +Ls +Uf +Ls +TW +Qj +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(171,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Qj +Aw +nH +nH +nH +nH +km +Qj +lu +lu +lu +Qj +SD +bO +bS +uW +uW +ei +uW +uW +uW +Qj +Qj +oJ +Qj +Qj +oJ +Qj +Qj +oJ +Qj +eC +mt +mt +mt +mt +mt +mt +mt +mt +Qj +LU +Wj +lu +cM +cj +cM +zb +Qj +na +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +zB +Qj +Dz +ta +TC +IN +Qj +NQ +NQ +NQ +NQ +CF +lu +lu +lu +Fu +Qj +ZR +ZR +ZR +ht +ht +ZR +ZR +ZR +Qj +NW +dm +Nr +Hv +Hv +ey +Qj +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(172,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Qj +lu +lu +lu +Qj +IR +km +Qj +oK +is +oK +oK +is +oK +Qj +IK +Ls +Qj +IK +Ls +Qj +IK +Ls +Qj +Qj +oJ +Qj +Qj +qJ +Qj +mt +mt +mt +Qj +rQ +Wj +lu +cM +gD +cM +zb +Qj +na +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +zB +Qj +Qj +Xr +Qj +Ih +Qj +NQ +NQ +NQ +NQ +CF +lu +lu +lu +bO +Qj +hQ +TG +TG +TG +TG +TG +TG +TG +TG +SC +dm +Na +cn +cn +cn +Qj +UL +UL +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(173,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +aY +lu +lu +lu +aY +OY +OY +Qj +Aw +nH +nH +nH +nH +km +Qj +jy +xV +Qj +jy +xV +Qj +jy +xV +Qj +IK +Ls +Qj +IK +Ls +Qj +Qj +qJ +Qj +Qj +LU +Wj +lu +lu +ea +lu +zb +Qj +na +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +zB +Qj +Qj +xs +Zy +pW +Qj +gg +gg +gg +gg +MU +rQ +lu +lu +FB +Qj +LM +BK +BK +BK +BK +BK +BK +BK +BK +BK +OU +CF +CF +CF +CF +Qj +UL +UL +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(174,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Mf +lu +lu +lu +Mf +OY +OY +OY +OY +OY +OY +OY +OY +OY +WJ +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +jy +xV +Qj +jy +xV +Qj +IK +Ls +Qj +Qj +LU +oV +Mu +pQ +Qq +Qq +hx +Qj +na +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +zB +Qj +Qj +oZ +lu +UZ +Qj +Qj +Qj +Qj +Qj +Qj +lu +lu +lu +sZ +Qj +xO +xO +Ho +CO +Eb +Cc +Sr +FF +Qj +LG +CF +pE +Rg +wV +CF +Qj +UL +UL +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(175,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Mf +lu +lu +lu +Mf +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +jy +xV +Qj +Qj +Qj +aY +Wj +zb +aY +rR +rQ +Qj +na +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +zB +Qj +Qj +oZ +lu +UZ +Qj +lO +Vs +bd +lu +Wq +lu +lu +lu +ta +Qj +fk +ht +ht +ht +ht +Oa +ht +Pg +Qj +ji +CF +pE +Hi +wV +CF +Qj +UL +UL +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(176,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Mf +lu +lu +lu +Mf +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Mf +Wj +zb +Mf +rQ +tT +Qj +na +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +zB +Qj +Qj +oZ +lu +UZ +Qj +Qj +Qj +lu +lu +Qj +bO +Ii +is +Yb +Qj +bZ +ht +ht +ht +ht +ht +ht +rV +Qj +CV +CF +CF +CF +CF +CF +Qj +UL +UL +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(177,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Mf +lu +lu +lu +Mf +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Mf +Wj +zb +Mf +Qj +Qj +Qj +na +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +zB +Qj +Qj +oZ +lu +UZ +Qj +qo +Vs +Lw +Lw +Qj +bS +yC +fQ +wr +Qj +SP +Rd +ht +ht +ht +ht +ht +Pg +Qj +Qj +yR +IP +OG +oy +IP +Qj +UL +UL +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(178,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Mf +lu +lu +lu +ES +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +FG +ES +Wj +zb +ES +FG +FG +WJ +na +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +zB +Qj +Qj +oZ +lu +UZ +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(179,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Mf +lu +lu +lu +Mf +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Mf +Wj +zb +Mf +Qj +Qj +Qj +na +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +zB +Qj +LB +oZ +lu +UZ +dc +Ic +EV +mB +Kj +Ej +VU +af +Qj +Qj +tT +rM +nI +Oc +ki +tT +Qj +Qj +Qj +IJ +cb +El +Se +Mh +IJ +Qj +Qj +UL +UL +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(180,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Mf +lu +lu +lu +Mf +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Mf +Wj +zb +Mf +rQ +Qj +Qj +na +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +zB +Qj +Ft +oZ +lu +UZ +OM +oL +Kj +Kj +Kj +kz +Kj +Kc +Qj +hX +Dt +XG +XG +XG +XG +bw +MI +Qj +DY +lu +lu +lu +lu +lu +lu +Ts +Qj +UL +UL +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(181,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Mf +lu +lu +lu +Mf +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +mT +eZ +Qj +Ij +Ij +Ij +MR +Wj +zb +MR +tT +Qj +Qj +na +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +zB +Qj +Od +oZ +lu +UZ +Jd +uv +Kj +Kj +Kj +Kj +Kj +Kj +Qj +xr +YN +bM +bM +bM +YM +Jy +Zi +Qj +MM +lu +lu +lu +lu +lu +lu +zW +Qj +UL +UL +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(182,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Mf +lu +lu +lu +Mf +OY +OY +OY +OY +OY +OY +OY +OY +OY +WJ +Aw +nH +nH +nH +nH +km +Qj +bA +Qj +Di +uD +ca +LY +eO +ZQ +zE +Qj +hu +fF +fF +fF +pl +QG +fF +zN +LZ +Qj +na +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +zB +Qj +KK +oZ +lu +UZ +Ws +Kj +Kj +Kj +Kj +mD +cw +ID +Qj +tT +LF +Ma +Fy +MP +Yd +Jy +tT +Qj +WK +lu +lu +Wo +Kz +MT +lu +fm +Qj +UL +UL +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(183,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Us +lu +lu +lu +Us +OY +OY +Qj +Aw +nH +nH +nH +nH +km +Qj +rE +TJ +uH +gj +tA +TJ +CR +uE +Qj +dx +Ls +Ls +hG +yh +zE +zE +Vn +Wj +lu +lu +lu +lu +lu +lu +zb +Hg +Qj +na +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +zB +Qj +QV +oZ +lu +UZ +Ws +Kj +Kj +Kj +Kj +zF +Hk +An +Qj +tT +LF +ww +qQ +Dg +Yd +Jy +tT +Qj +WK +lu +lu +xo +lQ +Zm +lu +fm +Qj +UL +UL +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(184,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Qj +lu +lu +lu +Qj +Aw +km +Qj +bS +ta +ta +DP +IH +VI +Wp +lM +bH +bH +Ls +zm +zm +Lm +VI +Qj +QJ +Ls +Ls +Ls +wy +Hz +zE +Vn +Wj +lu +lu +lu +lu +lu +lu +zb +Jb +Qj +na +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +zB +Qj +cW +oZ +lu +UZ +lN +Kj +Kj +Kj +Kj +Kj +Kj +xd +Qj +xr +dn +XG +XG +XG +Hy +Jy +EX +Qj +NB +lu +lu +lu +lu +lu +lu +kP +Qj +UL +UL +uC +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(185,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Qj +Aw +nH +nH +nH +nH +km +Qj +lu +lu +lu +Nh +xY +kD +Qj +nt +ta +ta +xf +IH +VI +VI +Pp +zm +zm +Ls +zm +zm +UG +VI +Qj +Di +sc +xW +zE +XV +zE +zE +Qj +oV +Qq +Qq +hk +Qq +Qq +Mu +QG +zN +Qj +na +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +kS +zB +Qj +CY +oZ +lu +UZ +jn +Kj +Kj +Kj +Kj +Kj +Kj +lD +Qj +hX +yN +bM +bM +YM +lu +Jy +vn +Qj +Tb +lu +lu +lu +lu +lu +lu +Ts +Qj +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(186,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Qj +Aw +nH +nH +nH +nH +km +Qj +cv +VS +pz +pz +VS +cv +Qj +lu +lu +lu +bU +Wn +ur +Qj +pL +ta +ta +DP +IH +VI +VI +ny +vV +nq +nq +nq +vV +ny +VI +Qj +Qj +Qj +Qj +Qj +Qj +Qe +nz +Qj +rR +rR +rR +Qj +rQ +tT +Wj +lu +zb +Qj +na +kS +kS +kS +kS +kS +kS +kS +kS +wY +kS +kS +kS +kS +kS +kS +kS +kS +zB +Qj +ke +oZ +lu +UZ +bR +NO +vN +cd +cd +jh +jM +QZ +Qj +Qj +Bb +Si +Si +Yd +lu +Jy +Qj +Qj +Qj +lu +lu +lu +oq +GD +mo +Qj +Qj +Qj +Qj +Qj +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(187,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +Qj +Qj +JN +qz +ka +VS +AL +AL +AL +AL +WG +AL +AL +AL +AL +Qj +lu +lu +lu +bU +Wn +ur +Qj +vf +ta +ta +DP +IH +VI +VI +ny +vV +nq +Ad +nq +vV +ny +Fq +Qj +rv +yL +Kk +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Wj +lu +zb +Qj +XG +XG +XG +XG +XG +XG +XG +XG +XG +XG +XG +XG +XG +XG +XG +XG +XG +XG +XG +Qj +Qj +oZ +lu +UZ +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Yl +Ag +rk +Qj +Qj +Qj +Yx +Yx +Yx +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(188,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +aY +bI +Ry +Ry +zH +sE +AL +Ry +Ry +Ry +Ry +Ry +Ry +Ry +AL +Qj +lu +lu +lu +bU +Wn +ur +Qj +bO +ta +ta +rs +rs +VI +VI +ny +vV +nq +nq +nq +vV +ny +VI +Qj +yL +VI +VI +lu +uF +wD +xi +yJ +lu +IN +ig +WE +lu +lu +Wj +lu +QG +zN +xs +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +lu +Zy +Zy +Li +Qj +qd +Di +Fi +yE +Qj +Mo +FW +LE +Qj +YW +Yd +lu +Jy +zv +Qj +yp +Yd +lu +Jy +MC +Qj +Ep +gj +Qp +gj +Ep +Qj +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(189,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +Us +ka +Ry +Ry +VS +qz +AL +Ry +Ry +Ry +Ry +Ry +Ry +Ry +AL +Qj +tT +rQ +rQ +bU +Wn +RP +Qj +bO +ta +ta +DP +IH +VI +VI +Og +zm +bH +Ls +zm +zm +BD +VI +Qj +Kk +VI +VI +lu +lu +wD +xi +yJ +lu +IN +ig +WE +lu +lu +Wj +lu +lu +zb +oZ +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +UZ +Qj +Ys +zE +zE +zE +Ow +Ls +Ls +xR +Qj +YW +Yd +jg +Jy +zv +Qj +yp +Yd +jg +Jy +dX +Qj +Ls +Ls +Ie +Ls +Ls +Qj +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(190,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +Qj +Qj +bI +Ry +Ry +zH +pz +AL +hK +Ry +Ry +gO +Ry +Ry +RH +AL +Qj +Qj +Qj +Qj +bU +Wn +ur +Qj +lz +ta +ta +xf +IH +VI +VI +lM +bH +zm +Ls +zm +zm +Lm +VI +Qj +Qj +VI +VI +Qj +Aw +km +Qj +TC +dP +TC +Qj +Aw +km +Qj +Wj +lu +lu +zb +cU +ZB +ZB +ZB +ZB +ZB +ZB +ZB +ZB +ZB +ZB +ZB +ZB +ZB +ZB +ZB +ZB +ZB +ZB +ZB +ZB +ZB +ZB +ky +lu +UZ +Qj +gX +zE +zE +zE +Ow +Ls +Ls +Ds +Qj +YW +Yd +lu +Jy +cL +WL +Vk +Yd +lu +Jy +yj +Qj +zi +sv +sv +sv +Ks +Qj +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(191,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +aY +ka +qz +Ry +Ry +ka +VS +AL +Ry +Ry +Ry +Ry +Ry +Ry +Ry +AL +Qj +SH +Wt +Qj +bU +Wn +ur +Qj +pL +ta +ta +DP +IH +VI +Wp +vc +jR +xe +Ls +aH +jR +Rv +Fq +Qj +Qj +VI +VI +Qj +bO +NS +Dz +Ef +YE +nt +sZ +ta +ta +XS +Wj +lu +lu +zb +Qj +ta +ta +ta +YR +YR +ta +ta +ta +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +oZ +lu +UZ +Qj +Lz +hM +bp +zE +Qj +oC +Bu +gj +Qj +YW +Yd +lu +Jy +Av +Qj +yp +Yd +lu +Jy +UU +Qj +zE +GU +iO +Qn +zE +Qj +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(192,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +Us +VS +bI +Ry +Ry +zH +sE +AL +Ry +Ry +Ry +Ry +Ry +Ry +Ry +AL +Qj +HJ +Dj +Vy +bU +Wn +ur +Qj +nt +ta +ta +xf +IH +VI +VI +VI +VI +Cp +VI +Cp +VI +VI +VI +VI +VI +VI +VI +Qj +ld +ta +zl +oo +ta +ta +zl +ta +bS +Qj +DO +Qq +Qq +KP +Qj +ta +YR +YR +yI +yI +YR +YR +ta +Qj +tT +lu +lu +Zv +yg +ZT +lu +lu +lu +lu +lu +Yn +Qj +oZ +lu +UZ +Qj +yq +uO +rJ +zE +Qj +Qj +Qj +Qj +Qj +Yf +Yd +lu +Jy +Av +Qj +yp +Yd +lu +Jy +so +Qj +zE +GU +iO +Qn +zE +Qj +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(193,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +Qj +Qj +ka +sE +Ry +Ry +ka +cv +AL +AL +AL +AL +Ry +AL +AL +AL +AL +Qj +Qj +Qj +Qj +bU +rU +dR +Qj +bS +ta +ta +DP +IH +VI +VI +VI +VI +VI +VI +Cv +VI +VI +Cv +VI +VI +VI +Fq +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Yu +Yu +Qj +Qj +ta +yI +yI +bO +bO +yI +yI +ta +Qj +tT +lu +lu +lv +pv +ZT +lu +lu +lu +lu +lu +Yn +Qj +oZ +lu +UZ +Qj +qd +UV +zE +zE +zE +zE +zE +qd +Qj +vk +Yd +lu +Jy +Av +Qj +yp +Yd +lu +Jy +tv +Qj +zE +GU +iO +Qn +zE +Qj +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(194,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +aY +VS +qz +VS +ed +Ry +Ry +ka +Ms +Ms +Ms +ka +Ry +OV +ka +cv +pz +Qj +hN +Wt +Qj +bU +lF +Qj +Qj +Qj +DU +DP +xf +IH +VI +VI +Rl +lp +Rl +VI +Rl +GE +Rl +uE +Qj +Qj +VI +VI +Qj +Sy +NE +Fo +Qj +Qj +Qj +Qj +Qj +Qj +EM +Qk +Yq +GW +Qj +Qj +ta +gf +gf +yI +yI +gf +gf +ta +Qj +rQ +lu +lu +lu +yJ +ZT +lu +lu +lu +Yn +lu +lu +Qj +oZ +lu +UZ +Qj +QK +zE +zE +qd +Di +zE +zE +qd +Qj +Kl +Yd +jg +Jy +Mq +SY +Mi +Yd +jg +Jy +Fb +Qj +zE +GU +iO +Qn +zE +Qj +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(195,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +Mf +ka +rN +rN +rN +Ry +Ry +pz +mK +mK +mK +cv +Ry +Ry +ka +ka +pm +Qj +HJ +Dj +Va +bU +LT +Qj +xf +IH +VI +VI +VI +VI +VI +VI +xG +xG +xG +Cv +in +sa +sa +bA +Qj +Qj +VI +VI +VP +zE +zY +mw +Qj +Qj +Qj +Qj +Qj +Qj +lu +iF +Yq +GW +Qj +Qj +ta +ta +ta +gf +gf +ta +ta +ta +Qj +rQ +lu +lu +lu +yJ +ZT +lu +lu +lu +Yn +lu +lu +Qj +oZ +lu +UZ +Qj +zz +zE +zE +EW +Qj +hT +tQ +hT +Qj +xv +yN +YM +Ai +XG +XG +XG +Hy +tO +sX +Fb +Qj +zE +GU +iO +Qn +zE +Qj +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(196,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +Mf +VS +rN +lt +rN +Ry +Ry +cv +Ms +Ms +Ms +ka +cv +Ry +VS +ka +cv +Qj +Qj +Qj +Qj +bU +lF +Qj +DU +IH +VI +VI +VI +VI +VI +VI +VI +Fq +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +VI +VI +VP +zE +zY +nj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +wJ +wJ +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +tT +lu +lu +lu +bi +ZT +lu +lu +lu +lu +lu +Yn +Qj +oZ +lu +UZ +Qj +hM +zE +WF +sV +dk +KA +oS +VF +Qj +Qj +mE +yN +bM +YM +lu +tO +bM +sX +Su +Qj +Qj +pG +zE +zE +zE +Um +Qj +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(197,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +Us +qz +rN +rN +rN +Ry +Ry +JN +ka +VS +ka +ka +pm +Ry +Ry +Ry +Ry +AS +MH +YZ +YZ +Nn +lF +AS +VI +VI +VI +VI +VI +Dl +VI +VI +VI +VI +Qj +Sy +NE +Fo +Qj +tG +Wt +Qj +VI +VI +Qj +vu +hO +dB +Qj +Hx +zT +zT +zT +zT +zT +jc +jc +jc +Dm +XY +ss +Dh +kq +rn +jC +Qj +Qj +Qj +Qj +tT +lu +lu +lu +Fa +ZT +lu +lu +lu +lu +lu +Yn +Qj +oZ +lu +UZ +Qj +sc +sc +xl +qd +Pq +pu +HF +CS +Qj +Qj +Qj +RF +tJ +Yd +lu +Jy +Kh +li +Qj +Qj +Qj +zE +zE +zE +Or +Or +Qj +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(198,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +Qj +Qj +VS +ka +qz +Ry +Ry +Ry +Ry +Ry +Ry +Ry +Ry +Ry +Ry +Ry +Ry +Ry +pD +bU +Wn +rU +GR +YU +pD +VI +VI +jK +VI +VI +xG +He +Qj +VI +VI +VP +zE +mw +zY +Qj +HJ +Dj +Xy +VI +Fq +Qj +Qj +Qj +Qj +Qj +yt +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +lu +ty +Qj +Qj +Qj +Qj +Qj +lu +lu +lu +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +cU +ZB +CJ +Qj +UK +fc +fc +uA +nN +pu +HF +CS +Qj +Qj +Qj +Qj +xc +UN +UN +UN +xc +Qj +Qj +Qj +Qj +UA +UA +Qj +Qj +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(199,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +aY +VS +YJ +ka +Ry +Ry +Ry +Ry +Ry +Ry +Ry +Ry +Ry +Ry +OV +ka +ka +pz +FR +bU +Wn +lF +Qj +Qj +Qj +Qj +Qj +Qj +VI +VI +Qj +Qj +Qj +Cn +VI +VP +zE +zY +nj +Qj +Qj +Qj +Qj +VI +VI +Qj +Sy +NE +Fo +Qj +yt +lu +lu +lu +lu +lu +lu +vW +Ha +Ha +Ha +Ha +Ha +Ha +aF +dD +iR +Qj +Qj +iR +KA +oS +oS +oS +oS +oS +oS +oS +oS +oS +oS +oS +oS +oS +UE +oS +oS +oS +oS +oS +wP +oS +FE +HF +Ln +oS +oS +oS +oS +oS +FE +rA +Ln +oS +oS +oS +oS +oS +oS +oS +VF +FH +rN +rN +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(200,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +Mf +VS +VS +Ry +Ry +Ry +OV +Ml +ka +VS +Yw +rN +Ry +Ry +ka +ka +pm +cv +FR +bU +Wn +lF +Qj +yL +ox +xf +QM +Qj +VI +VI +Qj +vs +kN +VI +VI +Qj +vu +hO +dB +Qj +dr +Wt +Qj +VI +VI +VP +zE +nj +mw +Qj +ia +iy +iy +Ah +tB +tB +aF +dD +Bs +vX +lo +sW +KS +Ro +yt +dD +Hr +Qj +Qj +Hr +pu +HF +HF +HF +HF +HF +HF +HF +HF +HF +HF +HF +HF +Ps +HF +HF +HF +HF +HF +HF +RB +HF +HF +HF +HF +HF +HF +HF +aI +HF +HF +HF +HF +HF +HF +HF +HF +HF +HF +HF +CS +FH +dV +rN +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(201,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +Mf +sE +OV +Ry +Ry +qz +JV +qz +cv +sE +rN +JW +Ry +Ry +rN +rN +ka +VS +FR +bU +Wn +LT +Qj +Up +IH +IH +IH +Qj +VI +VI +Qj +Sx +tp +RV +Fq +Qj +Qj +Qj +Qj +Qj +HJ +Dj +gK +VI +VI +VP +zE +zY +zY +Qj +Qj +Qj +Qj +Qj +Qj +Qj +yt +dD +UT +zU +TI +WX +CZ +ys +yt +dD +cH +Qj +Qj +cH +ok +hc +hc +hc +hc +hc +hc +hc +hc +hc +hc +hc +hc +hc +hc +hc +hc +hc +hc +hc +hc +hc +Jl +qF +Bg +hc +hc +hc +Jl +HF +Bg +hc +hc +hc +hc +hc +hc +hc +hc +hc +Nv +FH +rN +rN +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(202,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +Us +cv +Ry +Ry +Ry +ka +qz +vF +cq +ui +Yw +zf +Ry +Ry +rN +rN +rN +ka +FR +bU +Wn +lF +Qj +QM +IH +VI +VI +bt +VI +VI +Qj +Sx +SG +RV +VI +Qj +Sy +NE +Fo +Qj +Qj +Qj +Qj +VI +VI +Qj +vu +hO +dB +Qj +jN +sk +sk +sk +sk +sk +jf +WR +jc +jc +jc +jc +jc +jc +jf +dD +tT +Qj +Qj +Qj +lu +lu +lu +lu +lu +Qj +Qj +lu +lu +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Ie +Ls +Ls +Ls +Ie +Qj +pu +HF +CS +Qj +Qj +Qj +pJ +pJ +pJ +ZA +yA +eu +Qj +Qj +Qj +Qj +Jj +Jj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(203,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +Qj +Qj +ka +Ry +Ry +VS +qz +PT +VS +Io +rN +rN +VR +Ry +Ry +rN +Yw +rN +ka +FR +bU +Wn +lF +Qj +xf +IH +VI +VI +VI +VI +Fq +Qj +DD +vQ +VI +VI +VP +zE +nj +mw +Qj +Hw +Wt +Qj +VI +Fq +Qj +Qj +Qj +Qj +Qj +TM +wH +wH +wH +wH +wH +lu +lu +lu +lu +lu +lu +lu +lu +lu +VT +Qj +Qj +Qj +Qj +lu +lu +lu +lu +lu +Qj +tu +SW +wU +Jz +kG +YH +iL +Rq +Qj +Qj +fh +bW +Ls +Kt +fh +Qj +Ya +HF +CS +Qj +Qj +rQ +oZ +lu +lu +lu +HV +Zx +Zx +Lr +Qj +Qj +zE +zE +pT +rQ +wf +am +Is +lC +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(204,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +aY +ka +cv +Ry +Ry +VS +YJ +ka +sE +Ml +rN +rN +nA +Ry +Ry +rN +rN +rN +cv +FR +Sp +Sp +Sp +Qj +Qj +Qj +pD +BO +Qj +Qj +Qj +Qj +Qj +IC +VI +VI +VP +zE +pk +zY +Qj +HJ +Dj +Eo +VI +VI +BF +we +we +Qj +Qj +TM +wH +wH +wH +wH +wH +lu +vW +dq +ce +Fd +GA +CK +yK +cc +UQ +Qj +Qj +Qj +Qj +xg +xg +qj +xg +xg +Qj +Rq +SW +wU +lu +lu +lu +lu +lu +Qj +Qj +yy +gj +Qp +gj +yy +Qj +le +HF +CS +Qj +Qj +rQ +oZ +xt +lu +lu +wh +fJ +fJ +gd +rQ +Qj +zE +zE +pT +fe +ra +cO +zE +SQ +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(205,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +Mf +ka +Ry +Ry +Ry +ka +ka +VS +qz +rN +Yw +rN +JN +Ry +Ry +rN +rN +rN +ka +FR +In +Wn +as +DN +DN +DN +DN +DN +Zg +lw +Qu +tT +Qj +Xk +VI +Fq +Qj +vu +hO +dB +Qj +Qj +Qj +Qj +VI +VI +Lc +VB +Lc +Qj +Qj +YA +XM +XM +XM +XM +XM +aF +dD +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +tx +XX +aY +gF +IE +Qj +nx +SW +wU +Xh +yO +nP +sL +lu +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +pu +HF +CS +Qj +Qj +tT +oZ +xS +IN +lu +lu +lu +lu +lu +tT +Qj +RY +dM +pT +Gy +hn +Ey +zE +zE +sc +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(206,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +Mf +PF +WQ +Ry +Ry +ka +VS +VS +YJ +Yw +rN +rN +Ry +Ry +Ry +rN +rN +ka +ka +FR +In +Wn +Wn +Wn +Wn +Wn +Wn +Wn +Wn +By +CU +rQ +Qj +xw +VI +VI +Qj +Qj +Qj +Qj +Qj +yL +yL +qe +VI +VI +xG +xG +xG +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +yt +WR +jc +jc +jc +jc +jc +jc +jc +jc +jc +jc +AZ +Qj +oH +nL +Mf +Jr +qs +Qj +Ni +SW +wU +Xh +uT +yO +sL +lu +Qj +oF +ct +uV +oS +oS +oS +oS +FE +HF +SF +Qj +Qj +rQ +oZ +bE +lu +lu +HV +Zx +Zx +Lr +rQ +Qj +tT +dM +zE +zE +zE +zE +zE +lJ +xl +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(207,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +Mf +PF +WQ +Ry +Ry +JN +sE +VS +rN +rN +Yw +yu +Ry +Ry +JN +Yw +uP +ka +pm +FR +In +Wn +vi +TF +TF +TF +TF +TF +Kv +Wn +kW +gx +Qj +Ao +VI +VI +VI +VI +VI +VI +VI +VI +VI +VI +VI +VI +VI +VI +VI +Qj +Qj +NJ +eP +eP +eP +eP +eP +jf +vW +Ha +Ha +Ha +Ha +Ha +Ha +Ha +Ha +Ha +aF +dD +Qj +Zk +Zk +Mf +Zk +Zk +Qj +xJ +SW +wU +Xh +AX +Jf +sL +lu +Qj +JS +ct +pu +HF +HF +HF +HF +HF +HF +CS +Qj +Qj +rQ +oZ +lu +lu +lu +wh +fJ +fJ +gd +Qj +Qj +rQ +dM +zE +zE +zE +zE +zE +zE +vL +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(208,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +Mf +PF +WQ +WQ +WQ +ka +VS +ka +ka +rN +rN +qz +Ry +Ry +cv +rN +rN +rN +ka +FR +In +Wn +CU +rQ +rQ +gT +rQ +rQ +In +Wn +OD +LZ +Qj +IC +VI +VI +jK +VI +VI +VI +jK +VI +VI +VI +VI +VI +VI +VI +pc +Qj +Qj +DH +wj +wj +wj +wj +dw +aF +dD +Qj +WJ +WJ +WJ +WJ +WJ +WJ +WJ +Qj +yt +dD +Qj +kS +kS +Mf +kS +kS +Qj +el +SW +wU +Xh +Tn +yO +sL +lu +Qj +oF +ct +pu +HF +Bg +hc +hc +mC +iz +fx +Qj +Qj +Qj +pJ +pJ +pJ +lu +tT +rQ +Qj +Qj +Qj +Qj +Qj +Qw +rS +RY +Wv +Qw +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(209,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +Us +Ta +PF +PF +PF +ka +VS +YJ +VS +VS +YJ +cv +Ry +Ry +cv +rN +rN +Yw +cv +FR +In +Wn +CU +rQ +tK +QC +tr +rQ +In +Wn +CU +wu +Qj +Qj +JI +JI +Qj +Qj +FV +Qj +Qj +Kk +VI +VI +rs +VI +VI +rs +Kk +Qj +Qj +zk +xN +xN +xN +xN +xN +jf +dD +WJ +kS +kS +kS +kS +kS +kS +kS +WJ +yt +dD +Qj +kS +kS +Mf +kS +kS +Qj +JE +SW +wU +wU +wU +wU +wU +wU +Qj +Qj +Qj +Hq +hc +Nv +Qj +Qj +wq +wq +se +Qj +Qj +Qj +pu +HF +CS +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +TZ +nV +nV +nV +km +Qj +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(210,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +Qj +Aw +nH +nH +km +Qj +VS +ka +ka +ka +VS +cv +Ry +Ry +cv +rN +Yw +pz +ka +FR +In +Wn +CU +Jp +RS +Zt +Dr +Uz +In +Wn +CU +rQ +Qj +hp +zE +zE +Qj +ah +zE +qd +Qj +yL +VI +VI +rs +VI +VI +rs +yL +Qj +Qj +di +QS +QS +QS +QS +zX +aF +dD +WJ +kS +kS +kS +kS +kS +kS +kS +WJ +yt +dD +Qj +kS +kS +Mf +kS +kS +Qj +EJ +Du +lE +lE +lE +lE +lE +lE +Qj +Qj +WJ +dy +DR +dy +WJ +Qj +oF +JS +oF +Qj +Qj +Qj +pu +HF +CS +Qj +Qj +Gd +fM +fM +Qj +Qj +Qj +ZO +ZO +aY +ZO +ZO +Qj +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(211,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Qj +Aw +nH +nH +km +Qj +rN +Yw +rN +rN +rN +rN +pm +cv +FR +In +Wn +CU +rQ +hR +fE +Zc +rQ +In +Wn +CU +tT +Qj +il +zE +Um +Qj +zE +zE +zE +Qj +yL +VI +rs +kg +rs +VI +rs +yL +Qj +Qj +QP +UM +UM +UM +UM +UM +jf +dD +Qj +kS +kS +kS +kS +kS +kS +kS +Qj +yt +dD +Qj +kS +kS +Mf +kS +kS +Qj +el +Du +lE +Xh +yO +yO +sL +lu +Qj +WJ +kS +kS +DG +kS +Qj +WJ +Qj +Qj +Qj +Qj +Qj +Qj +pu +vj +CS +Qj +Uc +Dt +XG +bw +nb +Qj +Qj +ZO +ZO +Mf +ZO +ZO +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(212,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Qj +IR +nH +nH +km +Qj +ka +cv +ka +aY +Os +aY +Os +aY +FH +rN +Zc +aY +Os +aY +Os +aY +Qj +qP +Ll +qn +Qj +xq +zY +vD +Qj +aY +Fn +aY +Qj +aY +Fn +aY +Qj +Qj +Qj +dT +Tj +Tj +Tj +Tj +eg +aF +dD +Qj +kS +kS +kS +kS +kS +kS +kS +Qj +yt +dD +Qj +kS +kS +Mf +kS +kS +Qj +xJ +Du +lE +Xh +Gk +AX +sL +lu +WJ +Qj +kS +kS +kS +kS +kS +Qj +GF +GF +GF +GF +GF +Qj +pu +HF +CS +Qj +AP +Yd +lu +Jy +nb +Qj +Qj +ZO +ZO +Mf +ZO +ZO +Qj +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(213,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +Qj +WJ +Qj +Qj +Mf +lu +Mf +lu +Mf +BC +cT +zL +Mf +lu +Mf +lu +Mf +Qj +Rw +zE +Um +Qj +nK +iQ +MS +Qj +Mf +kS +Mf +Qj +Mf +kS +Mf +Qj +Qj +Qj +kB +RK +RK +RK +RK +RK +jf +dD +Qj +kS +kS +kS +kS +kS +kS +kS +Qj +yt +dD +Qj +kS +kS +Mf +kS +kS +Qj +Ni +Du +lE +Xh +nP +yO +sL +lu +WJ +Qj +kS +kS +kS +kS +kS +Qj +zx +ZK +ZK +ZK +ZK +mP +pu +HF +CS +eH +XG +Hy +lu +Jy +nb +Qj +Qj +ZO +ZO +Mf +ZO +ZO +Qj +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(214,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +FG +OY +OY +Mf +lu +Mf +lu +Mf +Qj +Qj +Qj +Mf +lu +Mf +lu +Mf +Qj +DC +zE +zE +Qj +AA +nj +nS +Qj +Us +Fn +Us +Qj +Us +Fn +Us +Qj +Qj +Qj +Kr +ll +ll +ll +ll +iq +aF +dD +Qj +kS +kS +kS +kS +kS +kS +kS +Qj +yt +dD +Qj +kS +kS +Mf +kS +kS +Qj +nx +Du +lE +Xh +yO +Tn +sL +lu +WJ +Qj +kS +kS +kS +kS +kS +Qj +aS +ZK +ZK +ZK +ZK +mP +pu +HF +CS +eH +bM +bM +bM +sX +nb +Qj +Qj +ZO +ZO +Mf +ZO +ZO +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(215,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +FG +OY +OY +Mf +lu +Mf +lu +Mf +OY +Qj +Qj +Mf +lu +Mf +lu +Mf +Qj +cu +wk +zK +Qj +nK +mw +MS +Qj +kS +Qg +kS +Qj +kS +cp +kS +Qj +Qj +Qj +fn +QD +QD +QD +QD +QD +jf +dD +Cw +kS +kS +kS +kS +kS +kS +pi +Cw +yt +dD +Qj +kS +kS +Mf +kS +kS +Qj +Rq +Du +lE +lu +lu +lu +lu +lu +WJ +Qj +kS +kS +kS +kS +kS +Qj +RR +ej +ej +ej +RR +Qj +pu +HF +CS +Qj +OZ +zj +sY +YV +Qj +Qj +Qj +ZO +ZO +Mf +ZO +ZO +Qj +uC +FT +Ci +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(216,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +FG +OY +OY +Mf +lu +Mf +lu +Mf +OY +OY +OY +Mf +lu +Mf +lu +Mf +Qj +Qj +Qj +Qj +Qj +fL +iQ +sU +Qj +kS +kS +kS +Qj +kS +kS +kS +Qj +Qj +Qj +Ru +sh +sh +sh +sh +hE +aF +Sk +Qj +kS +kS +kS +kS +kS +kS +kS +Qj +lA +dD +Qj +kS +kS +Mf +kS +kS +Qj +tu +Du +lE +Jz +kG +YH +iL +Rq +WJ +Qj +kS +kS +kS +kS +kS +Qj +WJ +Qj +Qj +Qj +Qj +Qj +pu +vj +CS +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +PI +ZO +Mf +PI +ZO +Qj +uC +FT +FT +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(217,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +FG +OY +OY +Mf +lu +Mf +lu +ES +FG +FG +FG +ES +lu +Mf +lu +Mf +OY +OY +OY +Qj +Qj +IR +nH +km +Qj +kS +kS +kS +Qj +kS +kS +kS +Qj +Qj +Qj +rZ +qH +qH +qH +qH +qH +jf +dD +Cw +kS +kS +kS +kS +kS +kS +kS +Cw +yt +dD +Qj +kS +kS +Mf +kS +kS +Qj +Qj +Hj +Hj +Qj +Qj +Qj +Qj +Qj +WJ +Qj +kS +kS +kS +kS +kS +Qj +GF +GF +GF +GF +GF +Qj +pu +HF +CS +Qj +GF +GF +GF +GF +GF +Qj +Qj +ZO +ZO +Mf +ZO +ZO +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(218,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +FG +OY +OY +Mf +lu +Mf +lu +Mf +OY +OY +OY +Mf +lu +Mf +lu +Mf +OY +OY +OY +OY +OY +FG +OY +OY +WJ +kS +kS +kS +WJ +kS +kS +kS +WJ +Qj +Qj +Bh +fO +fO +fO +fO +bC +Gw +SM +Qj +kS +kS +kS +kS +kS +kS +kS +Qj +JK +kX +Qj +Zk +Zk +Mf +Zk +Zk +Qj +WC +lu +lu +lu +lu +lu +lu +lu +WJ +Qj +kS +kS +kS +kS +kS +Qj +Pc +xg +xg +xg +xg +mP +pu +HF +CS +eH +ay +ay +ay +ay +GQ +Qj +Qj +ZO +ZO +Mf +ZO +ZO +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(219,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +FG +OY +OY +Mf +lu +Mf +lu +Mf +OY +OY +OY +Mf +lu +Mf +lu +Mf +OY +OY +OY +OY +OY +FG +OY +OY +FG +OY +OY +OY +FG +OY +OY +OY +FG +OY +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +WJ +kS +kS +kS +kS +kS +kS +kS +Qj +Qj +Qj +Qj +Et +MJ +Mf +Wh +va +Qj +WC +oU +oU +oU +Qj +Hj +Qj +Hj +WJ +Qj +kS +kS +kS +kS +kS +Qj +lu +lu +lu +lu +lu +mP +ok +hc +Nv +eH +xt +xt +ay +xt +lT +Qj +Qj +ZO +ZO +Mf +ZO +ZO +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(220,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +FG +OY +OY +Mf +lu +Mf +lu +Mf +OY +OY +OY +Mf +lu +Mf +lu +Mf +OY +OY +OY +OY +OY +FG +OY +OY +FG +OY +OY +OY +FG +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +kS +kS +kS +kS +kS +kS +kS +WJ +Qj +Qj +Qj +xp +xp +Us +xp +xp +Qj +Qj +Qj +Qj +Qj +Qj +po +Qj +po +WJ +Qj +kS +kS +kS +kS +kS +Qj +RT +RT +RT +RT +RT +Qj +PK +ps +PK +Qj +RR +ej +ej +ej +RR +Qj +Qj +ZO +ZO +Mf +ZO +ZO +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(221,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +FG +OY +OY +Us +Uq +Us +Uq +TH +FG +FG +FG +TH +Uq +Us +Uq +Us +OY +OY +OY +OY +OY +FG +OY +OY +FG +OY +OY +OY +FG +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Qj +Qj +Qj +Qj +Qj +WJ +WJ +kS +kS +kS +kS +kS +WJ +WJ +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +Qj +ZO +ZO +MR +ZO +ZO +Qj +Qj +Qj +Qj +Qj +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(222,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +Wk +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(223,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(224,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(225,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +FG +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(226,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(227,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(228,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(229,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(230,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(231,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(232,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(233,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(234,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(235,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(236,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(237,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(238,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(239,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(240,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(241,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(242,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(243,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(244,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(245,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(246,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(247,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(248,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(249,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(250,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(251,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(252,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(253,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(254,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} +(255,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +OY +"} diff --git a/_maps/map_files/generic/Admin_Zone.dmm b/_maps/map_files/generic/Admin_Zone.dmm new file mode 100644 index 000000000000..e5478ef629c7 --- /dev/null +++ b/_maps/map_files/generic/Admin_Zone.dmm @@ -0,0 +1,812 @@ +"aa" = (/obj/machinery/computer/mech_bay_power_console,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"ah" = (/obj/structure/table/wood/poker,/obj/item/clothing/shoes/roman,/obj/item/clothing/under/roman,/obj/item/shield/riot/roman,/obj/item/clothing/head/helmet/roman/legionaire,/obj/item/twohanded/spear/bonespear,/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"an" = (/obj/structure/table/wood,/obj/item/gun/energy/plasmacutter/adv,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"ar" = (/obj/structure/chair/comfy/beige{dir = 4; layer = 5; pixel_y = -2},/obj/machinery/ai_status_display{pixel_y = -30},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"av" = (/obj/machinery/door/poddoor{density = 0; id_tag = "thunderdome"; name = "Thunderdome Blast Door"; opacity = 0},/turf/unsimulated/floor{dir = 4; icon_state = "navybluefull"},/area/tdome/arena) +"ax" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/speargun,/turf/unsimulated/floor/wood,/area/admin) +"aG" = (/obj/structure/table/wood,/obj/item/gun/energy/chrono_gun,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"aK" = (/obj/structure/table/wood/poker,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"aO" = (/obj/structure/table/wood,/obj/item/dnainjector/antiblind,/obj/item/dnainjector/anticlumsy,/obj/item/dnainjector/anticomic,/obj/item/dnainjector/anticough,/obj/item/dnainjector/antideaf,/obj/item/dnainjector/antiepi,/obj/item/dnainjector/antifire,/obj/item/dnainjector/antiglasses,/obj/item/dnainjector/antihallucination,/obj/item/dnainjector/antihulk,/obj/item/dnainjector/antiinsulation,/obj/item/dnainjector/antimidgit,/obj/item/dnainjector/antimorph,/obj/item/dnainjector/antinobreath,/obj/item/dnainjector/antinoprints,/obj/item/dnainjector/antiregenerate,/obj/item/dnainjector/antiremoteview,/obj/item/dnainjector/antirunfast,/obj/item/dnainjector/antistutt,/obj/item/dnainjector/antitele,/obj/item/dnainjector/antitour,/obj/item/dnainjector/antixray,/turf/unsimulated/floor/wood,/area/admin) +"aQ" = (/obj/structure/table/wood,/obj/item/gun/magic/staff/focus,/turf/unsimulated/floor/wood,/area/admin) +"aU" = (/obj/structure/table/wood,/obj/item/twohanded/fireaxe/boneaxe,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"bf" = (/obj/structure/table/wood,/obj/item/kitchen/knife/combat,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"bn" = (/obj/structure/rack,/obj/item/clothing/shoes/brown,/obj/item/clothing/head/helmet/thunderdome,/obj/item/clothing/suit/armor/tdome/green,/obj/item/melee/energy/sword/saber/blue,/obj/item/clothing/under/color/blue,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/space) +"bq" = (/turf/simulated/floor/plasteel{icon_state = "navybluecorners"},/area/adminconstruction) +"bu" = (/obj/structure/table/wood,/obj/item/gun/projectile/shotgun/pump,/turf/unsimulated/floor/wood,/area/admin) +"bx" = (/obj/structure/table/wood,/obj/item/gun/energy/xray,/turf/unsimulated/floor/wood,/area/admin) +"by" = (/obj/item/mecha_parts/mecha_equipment/cable_layer,/obj/item/mecha_parts/mecha_equipment/drill/diamonddrill,/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp,/obj/item/mecha_parts/mecha_equipment/rcd,/obj/item/mecha_parts/mecha_equipment/extinguisher,/obj/structure/closet/crate,/turf/unsimulated/floor/wood,/area/admin) +"bJ" = (/obj/machinery/door/poddoor/shutters{dir = 1; id_tag = "TD_Shitcurity"; name = "Shitcurity"; tag = null},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena_source) +"bR" = (/turf/unsimulated/wall/fakeglass{dir = 6; tag = "icon-fakewindows (WEST)"},/area/tdome) +"bU" = (/obj/structure/rack,/obj/item/tank/jetpack/oxygen,/obj/item/tank/jetpack/oxygen,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"bX" = (/obj/structure/table/wood,/obj/item/gun/projectile/revolver,/turf/unsimulated/floor/wood,/area/admin) +"cd" = (/obj/structure/table,/obj/item/kitchen/utensil/fork,/obj/item/lighter,/obj/item/restraints/handcuffs/cable/red,/obj/item/storage/box/mousetraps,/obj/item/storage/fancy/cigarettes,/obj/item/pen,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"cz" = (/obj/effect/turf_decal/mech,/obj/mecha/combat/durand/rover/loaded{operation_req_access = list(114)},/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"cB" = (/obj/machinery/light_switch{pixel_x = 30},/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"cG" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/l6_saw/toy,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"cH" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/mini_uzi,/turf/unsimulated/floor/wood,/area/admin) +"cQ" = (/obj/structure/rack,/obj/item/clothing/shoes/brown,/obj/item/grenade/smokebomb,/obj/item/restraints/legcuffs/beartrap,/obj/item/sleeping_carp_scroll,/obj/item/twohanded/bostaff,/obj/item/clothing/under/color/blue,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/space) +"cR" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/c20r,/turf/unsimulated/floor/wood,/area/admin) +"cV" = (/turf/unsimulated/floor{dir = 6; icon_state = "navyblue"},/area/tdome/arena_source) +"cW" = (/obj/structure/table/wood,/obj/item/gun/energy/spikethrower,/turf/unsimulated/floor/wood,/area/admin) +"cX" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/ar,/turf/unsimulated/floor/wood,/area/admin) +"cZ" = (/obj/structure/table/wood,/obj/item/melee/energy/sword,/obj/item/melee/energy/sword/cyborg,/obj/item/melee/energy/sword/cyborg/saw,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"db" = (/obj/effect/step_trigger/teleporter{teleport_x = 20; teleport_y = 171; teleport_z = 2},/turf/unsimulated/floor{icon_state = "rampbottom"},/area/tdome/tdomeobserve) +"dl" = (/turf/unsimulated/floor{icon_state = "carpet10-8"},/area/admin) +"dn" = (/obj/mecha/combat/marauder/loaded{operation_req_access = list(114)},/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"do" = (/turf/unsimulated/wall/fakeglass{dir = 1; tag = "icon-fakewindows (WEST)"},/area/tdome/arena_source) +"dz" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/pistol/enforcer/lethal,/turf/unsimulated/floor/wood,/area/admin) +"dB" = (/obj/structure/table/wood,/obj/item/kitchen/knife/combat/survival/bone,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"dE" = (/turf/unsimulated/floor{icon_state = "navyblue"},/area/tdome/arena_source) +"dS" = (/obj/effect/landmark{name = "tdome1"},/obj/machinery/camera{c_tag = "Thunderdome Green Team"; network = list("Thunderdome"); pixel_x = 12; pixel_y = -10},/turf/unsimulated/floor{icon_state = "darkgrey"},/area/tdome/tdome1) +"dU" = (/obj/structure/table/wood,/obj/item/toy/sword,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"dX" = (/obj/machinery/vending/sustenance,/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"eb" = (/obj/structure/table/wood,/obj/item/gun/energy/clown,/obj/item/gun/energy/disabler,/obj/item/gun/energy/disabler/cyborg,/obj/item/gun/energy/mimicgun,/turf/unsimulated/floor/wood,/area/admin) +"ee" = (/turf/unsimulated/floor{dir = 4; icon_state = "navybluecorners"},/area/tdome/tdome1) +"ej" = (/obj/machinery/computer/rdservercontrol{badmin = 1; name = "Master R&D Server Controller"},/turf/unsimulated/floor/wood,/area/admin) +"eo" = (/obj/machinery/vending/toyliberationstation{contraband = null; products = list(/obj/item/gun/projectile/automatic/toy = 10, /obj/item/gun/projectile/automatic/toy/pistol = 10, /obj/item/gun/projectile/shotgun/toy = 10, /obj/item/toy/sword = 10, /obj/item/ammo_box/foambox = 20, /obj/item/toy/foamblade = 10, /obj/item/toy/syndicateballoon = 10, /obj/item/clothing/suit/syndicatefake = 5, /obj/item/clothing/head/syndicatefake = 5, /obj/item/gun/projectile/shotgun/toy/crossbow = 10, /obj/item/gun/projectile/automatic/c20r/toy/riot = 10, /obj/item/gun/projectile/automatic/l6_saw/toy/riot = 10, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 10, /obj/item/ammo_box/foambox/riot = 20, /obj/item/toy/katana = 10, /obj/item/twohanded/dualsaber/toy = 5, /obj/item/toy/cards/deck/syndicate = 10)},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"er" = (/obj/structure/table/wood,/obj/item/gun/energy/immolator/multi,/turf/unsimulated/floor/wood,/area/admin) +"et" = (/obj/structure/table/wood/poker,/obj/item/storage/box/ids,/obj/item/storage/box/ids,/obj/item/storage/box/PDAs{pixel_x = 4; pixel_y = 4},/obj/item/storage/box/PDAs{pixel_x = 4; pixel_y = 4},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"eI" = (/turf/unsimulated/floor{dir = 9; icon_state = "navyred"},/area/tdome/arena_source) +"eO" = (/obj/machinery/door/poddoor/shutters{dir = 2; id_tag = "TD_Bojutsu"; name = "Bojutsu"; tag = null},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena_source) +"eP" = (/obj/structure/table/wood,/obj/item/gun/magic/tentacle,/turf/unsimulated/floor/wood,/area/admin) +"eR" = (/obj/structure/table/wood,/obj/item/gun/energy/immolator/multi/cyborg,/turf/unsimulated/floor/wood,/area/admin) +"eY" = (/turf/unsimulated/wall/fakeglass{dir = 5; tag = "icon-fakewindows (WEST)"},/area/tdome/arena_source) +"fc" = (/obj/structure/table/wood,/obj/item/gun/projectile/revolver/grenadelauncher,/turf/unsimulated/floor/wood,/area/admin) +"fd" = (/turf/unsimulated/floor{dir = 1; icon_state = "navyred"},/area/tdome/tdome2) +"fk" = (/obj/machinery/door/airlock/hatch/syndicate{name = "What?"},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"fl" = (/obj/structure/rack,/obj/item/melee/baseball_bat/ablative,/obj/item/clothing/under/pj/red,/obj/item/clothing/glasses/hud/health/sunglasses,/obj/item/clothing/shoes/winterboots,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena_source) +"fp" = (/obj/structure/table/wood,/obj/item/gun/energy/kinetic_accelerator/minebot,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"fs" = (/obj/structure/chair/comfy/blue{dir = 1},/obj/effect/landmark{name = "tdomeobserve"},/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/tdome) +"fA" = (/obj/machinery/bodyscanner{dir = 4},/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"fC" = (/obj/structure/table/wood,/obj/item/gun/energy/immolator,/turf/unsimulated/floor/wood,/area/admin) +"fE" = (/turf/unsimulated/wall,/area/admin) +"fI" = (/obj/structure/table/wood,/obj/item/abductor_baton,/obj/item/abductor/silencer,/obj/item/abductor/mind_device,/obj/item/abductor/gizmo,/obj/structure/ninjatele{pixel_x = -28},/turf/unsimulated/floor/wood,/area/admin) +"fL" = (/turf/unsimulated/floor{dir = 10; icon_state = "navyblue"},/area/tdome/arena) +"fX" = (/obj/structure/table/wood,/obj/item/gun/projectile/revolver/doublebarrel,/turf/unsimulated/floor/wood,/area/admin) +"ge" = (/obj/structure/table/wood,/obj/item/gun/projectile/revolver/fingergun/fake,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"gf" = (/obj/structure/table/wood,/obj/item/gun/energy/pulse/cyborg,/turf/unsimulated/floor/wood,/area/admin) +"gp" = (/obj/structure/table/wood,/obj/item/gun/projectile/shotgun/boltaction,/obj/item/gun/projectile/shotgun/boltaction/enchanted,/turf/unsimulated/floor/wood,/area/admin) +"gr" = (/obj/machinery/sleeper/upgraded,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"gt" = (/turf/unsimulated/wall/fakeglass{dir = 6; tag = "icon-fakewindows (WEST)"},/area/space) +"gA" = (/obj/structure/table/wood,/obj/item/kitchen/knife/ritual,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"gD" = (/obj/item/bedsheet/black,/obj/structure/bed,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"gP" = (/turf/unsimulated/floor{icon_state = "carpet9-4"},/area/admin) +"gS" = (/obj/structure/rack,/obj/item/clothing/shoes/brown,/obj/item/grenade/smokebomb,/obj/item/restraints/legcuffs/beartrap,/obj/item/sleeping_carp_scroll,/obj/item/twohanded/bostaff,/obj/item/clothing/under/color/blue,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena) +"gX" = (/obj/structure/table/wood,/obj/item/gun/energy/temperature,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"ha" = (/turf/unsimulated/floor{icon_state = "navyblue"},/area/tdome/tdome1) +"hh" = (/obj/structure/rack,/obj/item/melee/baseball_bat/ablative,/obj/item/clothing/under/pj/blue,/obj/item/clothing/glasses/hud/health/sunglasses,/obj/item/clothing/shoes/winterboots,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena_source) +"hl" = (/obj/structure/table,/obj/item/storage/box/beakers,/obj/item/reagent_containers/glass/beaker/bluespace,/obj/item/reagent_containers/glass/beaker/bluespace,/obj/item/reagent_containers/glass/beaker/bluespace,/obj/item/reagent_containers/glass/beaker/bluespace,/obj/item/storage/box/autoinjectors,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"hn" = (/turf/unsimulated/wall/fakeglass{dir = 10; tag = "icon-fakewindows (WEST)"},/area/tdome/arena) +"hs" = (/obj/effect/landmark{name = "tdome2"},/obj/machinery/camera{c_tag = "Thunderdome Red Team"; network = list("Thunderdome"); pixel_x = 11; pixel_y = -9},/turf/unsimulated/floor{icon_state = "darkgrey"},/area/tdome/tdome2) +"hF" = (/obj/machinery/teleport/station,/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"hH" = (/obj/structure/table/wood,/obj/item/mecha_parts/mecha_equipment/medical/syringe_gun,/turf/unsimulated/floor/wood,/area/admin) +"hI" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/sniper_rifle/compact,/turf/unsimulated/floor/wood,/area/admin) +"io" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/wt550,/turf/unsimulated/floor/wood,/area/admin) +"ir" = (/obj/machinery/door/poddoor/shutters{dir = 1; id_tag = "TD_Cowboy"; name = "Cowboy"; tag = null},/turf/unsimulated/floor{icon_state = "dark"},/area/space) +"iu" = (/obj/structure/table/wood,/obj/item/gun/energy/pulse/destroyer/annihilator,/turf/unsimulated/floor/wood,/area/admin) +"iv" = (/turf/unsimulated/floor{icon_state = "carpet7-3"},/area/admin) +"iw" = (/turf/simulated/floor/plasteel{dir = 1; icon_state = "navyblue"},/area/adminconstruction) +"iz" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/pistol,/turf/unsimulated/floor/wood,/area/admin) +"iA" = (/turf/unsimulated/floor{dir = 4; icon_state = "navyblue"},/area/tdome/tdome1) +"iD" = (/obj/structure/closet{icon_closed = "cabinet_closed"; icon_opened = "cabinet_open"; icon_state = "cabinet_closed"; req_access_txt = "114"},/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"iE" = (/obj/structure/table/wood,/obj/item/gun/energy/gun/hos,/turf/unsimulated/floor/wood,/area/admin) +"iF" = (/obj/structure/table/wood,/obj/item/gun/projectile/revolver/capgun,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"iK" = (/obj/structure/chair/comfy/beige{dir = 4; layer = 5; pixel_y = -2},/obj/machinery/ai_status_display{pixel_y = 30},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"iL" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/sniper_rifle/toy,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"iQ" = (/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/tdome2) +"iV" = (/turf/unsimulated/wall/fakeglass{tag = "icon-fakewindows (WEST)"},/area/tdome) +"iZ" = (/obj/structure/table/wood,/obj/item/suppressor,/obj/item/suppressor,/obj/item/suppressor,/obj/item/suppressor,/obj/item/suppressor,/obj/item/suppressor,/obj/item/suppressor,/obj/item/suppressor,/obj/item/suppressor,/turf/unsimulated/floor/wood,/area/admin) +"jb" = (/turf/unsimulated/wall/fakeglass{tag = "icon-fakewindows (WEST)"},/area/tdome/arena) +"jd" = (/obj/mecha/combat/honker/loaded{operation_req_access = list(114)},/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"je" = (/obj/machinery/computer/syndicate_depot/teleporter{use_power = 0},/turf/unsimulated/floor/wood,/area/admin) +"ji" = (/turf/unsimulated/wall/fakeglass{dir = 5; tag = "icon-fakewindows (WEST)"},/area/space) +"jo" = (/obj/structure/table,/obj/random/toolbox,/obj/random/bomb_supply,/obj/machinery/syndicatebomb/badmin/clown,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"jq" = (/obj/structure/mineral_door/wood,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"jt" = (/obj/structure/table/wood,/obj/item/ammo_box/foambox/sniper/riot,/obj/item/ammo_box/foambox/sniper/riot,/obj/item/ammo_box/foambox/sniper/riot,/obj/item/ammo_box/foambox/sniper/riot,/obj/item/ammo_box/foambox/sniper/riot,/obj/item/ammo_box/foambox/sniper/riot,/obj/item/ammo_box/foambox/sniper/riot,/obj/item/ammo_box/foambox/sniper/riot,/obj/item/ammo_box/foambox/sniper/riot,/obj/item/ammo_box/foambox/sniper/riot,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"jx" = (/obj/machinery/door/poddoor/shutters{id_tag = "TD_Baseball"; name = "4-shot base/ball"},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena_source) +"jD" = (/obj/structure/rack,/obj/item/clothing/shoes/brown,/obj/item/clothing/suit/armor/vest,/obj/item/clothing/head/helmet/swat,/obj/item/gun/energy/laser,/obj/item/shield/energy,/obj/machinery/recharger/wallcharger{pixel_x = 3; pixel_y = -30},/obj/item/clothing/under/color/blue,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/space) +"jE" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/shotgun/bulldog,/turf/unsimulated/floor/wood,/area/admin) +"jG" = (/obj/structure/table/wood,/obj/machinery/syndicatebomb/badmin,/turf/unsimulated/floor/wood,/area/admin) +"jN" = (/obj/structure/table/wood,/obj/item/gun/projectile/revolver/detective,/turf/unsimulated/floor/wood,/area/admin) +"jO" = (/turf/unsimulated/floor{icon_state = "navyblue"},/area/tdome/arena) +"jQ" = (/obj/structure/table/wood,/obj/item/kitchen/knife/plastic,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"jW" = (/obj/machinery/light{dir = 1},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"jY" = (/obj/item/paper_bin/nanotrasen,/obj/structure/table/wood/poker,/obj/item/pen/multi/gold,/obj/item/stamp/chameleon,/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"kg" = (/obj/structure/table,/obj/item/stack/cable_coil,/obj/item/stack/rods,/obj/item/pen,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"kl" = (/obj/structure/table/wood,/obj/item/gun/energy/ionrifle/carbine,/turf/unsimulated/floor/wood,/area/admin) +"ko" = (/obj/structure/rack,/obj/item/clothing/shoes/brown,/obj/item/clothing/head/helmet/thunderdome,/obj/item/clothing/suit/armor/tdome/green,/obj/item/melee/energy/sword/saber/blue,/obj/item/clothing/under/color/blue,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome) +"ks" = (/turf/unsimulated/wall{icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; icon_state = "r_wall-1"},/area/tdome/tdomeobserve) +"kA" = (/obj/structure/rack,/obj/item/clothing/under/color/red,/obj/item/clothing/shoes/brown,/obj/item/clothing/suit/armor/tdome/red,/obj/item/clothing/head/helmet/thunderdome,/obj/item/melee/energy/sword/saber/red,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena_source) +"kD" = (/obj/structure/table/wood,/obj/item/kitchen/knife/envy,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"kE" = (/obj/mecha/combat/marauder/mauler/loaded,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena) +"kG" = (/turf/unsimulated/wall/fakeglass{dir = 9; tag = "icon-fakewindows (WEST)"},/area/space) +"kK" = (/turf/unsimulated/floor{dir = 1; icon_state = "navyblue"},/area/tdome/arena) +"kL" = (/obj/item/storage/box/syringes,/obj/item/assembly/igniter,/obj/item/assembly/igniter,/obj/item/assembly/igniter,/obj/item/assembly/igniter,/obj/item/assembly/timer,/obj/item/assembly/timer,/obj/item/assembly/timer,/obj/item/assembly/timer,/obj/item/grenade/chem_grenade/large,/obj/item/grenade/chem_grenade/large,/obj/item/grenade/chem_grenade/large,/obj/item/grenade/chem_grenade/large,/obj/item/gun/syringe/rapidsyringe,/obj/item/reagent_containers/spray/chemsprayer,/obj/structure/closet,/obj/item/gun/projectile/shotgun/sc_pump,/obj/item/ammo_casing/shotgun/dart,/obj/item/ammo_casing/shotgun/dart,/obj/item/ammo_casing/shotgun/dart,/obj/item/ammo_casing/shotgun/dart,/obj/item/ammo_casing/shotgun/dart,/obj/item/ammo_casing/shotgun/dart,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"kR" = (/obj/structure/table,/obj/random/tool,/obj/item/clothing/gloves/color/yellow,/obj/item/pinpointer/advpinpointer,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"kT" = (/obj/structure/table/wood,/obj/item/clothing/head/naziofficer{name = "Officer Cap"},/obj/item/clothing/under/officeruniform{icon_state = "nazi"; name = "Officer's Uniform"},/obj/item/clothing/suit/blacktrenchcoat{icon_state = "nazi"},/obj/item/clothing/shoes/black,/turf/unsimulated/floor/wood,/area/admin) +"la" = (/turf/unsimulated/floor{dir = 1; icon_state = "navyred"},/area/tdome/arena) +"lg" = (/obj/structure/table/wood,/obj/item/gun/projectile/revolver/doublebarrel/improvised/cane,/turf/unsimulated/floor/wood,/area/admin) +"lo" = (/obj/machinery/computer/account_database{name = "Admin Accounts Database"},/turf/unsimulated/floor/wood,/area/admin) +"lq" = (/obj/effect/decal/warning_stripes/yellow,/obj/machinery/bluespace_beacon/syndicate,/turf/unsimulated/floor/wood,/area/admin) +"lB" = (/turf/unsimulated/floor{dir = 5; icon_state = "navyred"},/area/tdome/tdome2) +"lD" = (/turf/unsimulated/wall/fakeglass{dir = 8; icon_state = "fakewindows2"; tag = "icon-fakewindows2 (WEST)"},/area/space) +"lM" = (/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/tdome/tdomeobserve) +"lP" = (/obj/mecha/combat/marauder/seraph/loaded,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"lQ" = (/obj/structure/table/wood,/obj/item/gun/energy/ionrifle,/turf/unsimulated/floor/wood,/area/admin) +"lX" = (/obj/structure/table/wood,/obj/item/gun/magic/staff/chaos,/turf/unsimulated/floor/wood,/area/admin) +"mr" = (/obj/structure/table/wood,/obj/item/gun/projectile/shotgun/automatic/dual_tube,/turf/unsimulated/floor/wood,/area/admin) +"mw" = (/obj/structure/table,/obj/item/assembly/signaler,/obj/item/assembly/signaler,/obj/item/assembly/signaler,/obj/item/assembly/signaler,/obj/item/assembly/signaler,/obj/item/assembly/infra,/obj/item/assembly/infra,/obj/item/assembly/infra,/obj/item/assembly/infra,/obj/item/assembly/infra,/obj/item/assembly/prox_sensor,/obj/item/assembly/prox_sensor,/obj/item/assembly/prox_sensor,/obj/item/assembly/prox_sensor,/obj/item/assembly/prox_sensor,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"mz" = (/obj/structure/table/wood,/obj/item/gun/projectile/shotgun/riot/short,/turf/unsimulated/floor/wood,/area/admin) +"mJ" = (/obj/structure/table/wood,/obj/item/grenade/clusterbuster/mega_syndieminibomb,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"mO" = (/obj/structure/table/wood,/obj/item/twohanded/chainsaw,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"mX" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/proto,/turf/unsimulated/floor/wood,/area/admin) +"nb" = (/obj/structure/table,/obj/item/card/id/silver{pixel_x = -3; pixel_y = -3},/obj/item/card/id/captains_spare,/obj/item/card/id/lifetime{pixel_x = 3; pixel_y = 3},/obj/machinery/door/window/southleft{armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); dir = 8; name = "security checkpoint"},/obj/structure/window/reinforced{armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100)},/obj/structure/window/reinforced{armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); dir = 4},/turf/unsimulated/floor/wood,/area/admin) +"nd" = (/turf/unsimulated/wall/fakeglass{tag = "icon-fakewindows (WEST)"},/area/space) +"ne" = (/obj/structure/table/wood,/obj/item/whetstone/cult,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"nv" = (/obj/structure/table/wood,/obj/item/gun/magic/wand,/turf/unsimulated/floor/wood,/area/admin) +"nC" = (/turf/unsimulated/floor{dir = 4; icon_state = "navyred"},/area/tdome/tdome2) +"nF" = (/obj/structure/rack,/obj/item/beach_ball/holoball{throw_speed = 20; throwforce = 1000},/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/space) +"nK" = (/obj/structure/table/wood,/obj/item/gun/syringe/blowgun,/turf/unsimulated/floor/wood,/area/admin) +"nM" = (/obj/structure/table/wood,/obj/item/kitchen/knife/carrotshiv,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"nO" = (/obj/structure/rack,/obj/item/clothing/under/color/red,/obj/item/clothing/shoes/brown,/obj/item/grenade/smokebomb,/obj/item/restraints/legcuffs/beartrap,/obj/item/sleeping_carp_scroll,/obj/item/twohanded/bostaff,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena) +"nR" = (/obj/machinery/computer/security/telescreen{dir = 8; layer = 4; name = "Camera"; network = list("Thunderdome")},/obj/structure/table,/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/tdome/tdomeobserve) +"of" = (/obj/structure/table/wood,/obj/item/gun/energy/laser/retro/old,/turf/unsimulated/floor/wood,/area/admin) +"ok" = (/obj/machinery/door/poddoor/shutters{dir = 1; id_tag = "TD_Cowboy"; name = "Cowboy"; tag = null},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena) +"on" = (/obj/structure/dresser,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"oA" = (/turf/space,/area/tdome/arena_source) +"oK" = (/obj/structure/table/wood,/obj/item/gun/energy/kinetic_accelerator,/turf/unsimulated/floor/wood,/area/admin) +"oM" = (/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{dir = 2},/turf/unsimulated/floor/wood,/area/admin) +"oV" = (/obj/machinery/door/poddoor/shutters{dir = 2; id_tag = "eventroom"; name = "Privacy Shutters"},/turf/unsimulated/floor{dir = 8; icon_state = "woodalt"},/area/admin) +"pa" = (/obj/structure/table/wood,/obj/item/kitchen/knife,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"pb" = (/obj/structure/table/wood,/obj/item/toy/russian_revolver/trick_revolver,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"pc" = (/obj/machinery/door/poddoor{density = 0; id_tag = "thunderdome"; name = "Thunderdome Blast Door"; opacity = 0},/turf/unsimulated/floor{dir = 4; icon_state = "navyredfull"},/area/tdome/arena_source) +"pp" = (/obj/structure/table/wood,/obj/item/gun/energy/gun/advtaser,/turf/unsimulated/floor/wood,/area/admin) +"pA" = (/obj/structure/table/wood,/obj/item/gun/magic/wand/polymorph,/turf/unsimulated/floor/wood,/area/admin) +"pK" = (/obj/effect/decal/warning_stripes/blue,/turf/unsimulated/wall,/area/admin) +"pL" = (/turf/unsimulated/floor{dir = 5; icon_state = "darkred"},/area/tdome/tdome1) +"pR" = (/turf/unsimulated/wall/fakeglass{dir = 8; tag = "icon-fakewindows (WEST)"},/area/tdome) +"pY" = (/obj/machinery/door/poddoor/shutters{id_tag = "TD_Baseball"; name = "4-shot base/ball"},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena) +"qa" = (/turf/unsimulated/floor{dir = 10; icon_state = "darkgreen"},/area/tdome) +"qd" = (/turf/unsimulated/wall/fakeglass{dir = 10; tag = "icon-fakewindows (WEST)"},/area/space) +"qt" = (/obj/machinery/computer/card/centcom{req_access = list(150)},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"qv" = (/obj/structure/table/wood,/obj/item/gun/energy/noisecannon,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"qx" = (/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser,/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion,/obj/item/mecha_parts/mecha_equipment/weapon/energy/pulse,/obj/item/mecha_parts/mecha_equipment/weapon/honker,/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine,/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg,/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack,/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang,/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot,/obj/structure/closet/crate,/turf/unsimulated/floor/wood,/area/admin) +"qy" = (/obj/mecha/combat/marauder/mauler/loaded,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome) +"qE" = (/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"qI" = (/obj/machinery/door/poddoor/shutters{dir = 1; id_tag = "TD_Shitcurity"; name = "Shitcurity"; tag = null},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena) +"qL" = (/obj/structure/table,/obj/item/storage/toolbox/syndicate,/obj/item/shard,/obj/item/kitchen/knife,/obj/item/storage/firstaid/tactical,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"qM" = (/turf/unsimulated/floor{icon_state = "navyred"},/area/tdome/arena) +"qS" = (/turf/unsimulated/floor{dir = 9; icon_state = "darkbrown"},/area/tdome/arena) +"qT" = (/obj/structure/table/wood,/obj/machinery/syndicatebomb/badmin/clown,/turf/unsimulated/floor/wood,/area/admin) +"ra" = (/turf/unsimulated/floor{dir = 6; icon_state = "darkblue"},/area/tdome/tdome1) +"re" = (/obj/structure/table/wood,/obj/item/gun/projectile/shotgun/toy/tommygun,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"rm" = (/obj/machinery/door/poddoor/shutters{dir = 1; id_tag = "TD_Cowboy"; name = "Cowboy"; tag = null},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena_source) +"rx" = (/obj/item/gun/energy/sniperrifle,/obj/structure/table/wood,/turf/unsimulated/floor/wood,/area/admin) +"rG" = (/turf/unsimulated/floor{dir = 4; icon_state = "navyred"},/area/tdome/arena) +"rK" = (/obj/structure/table/wood,/obj/item/gun/magic/staff/door,/turf/unsimulated/floor/wood,/area/admin) +"rN" = (/turf/space,/area/tdome) +"sk" = (/obj/structure/table/wood,/obj/item/twohanded/bostaff,/turf/unsimulated/floor/wood,/area/admin) +"sm" = (/obj/mecha/combat/marauder/mauler/loaded,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/tdomeobserve) +"sB" = (/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/tdome/tdomeadmin) +"sK" = (/turf/unsimulated/wall/fakeglass{dir = 5; tag = "icon-fakewindows (WEST)"},/area/tdome/arena) +"sZ" = (/obj/structure/table/wood,/obj/item/twohanded/fireaxe,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"tf" = (/obj/structure/rack,/obj/item/clothing/shoes/brown,/obj/item/clothing/suit/armor/vest,/obj/item/clothing/head/helmet/swat,/obj/item/gun/energy/laser,/obj/item/shield/energy,/obj/machinery/recharger/wallcharger{pixel_x = 30},/obj/item/clothing/under/color/blue,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena) +"tg" = (/obj/structure/table/wood,/obj/item/gun/magic/staff,/turf/unsimulated/floor/wood,/area/admin) +"th" = (/obj/structure/table/wood,/obj/item/gun/energy/laser/captain/scattershot,/turf/unsimulated/floor/wood,/area/admin) +"tp" = (/obj/machinery/light_switch{pixel_x = 30},/turf/unsimulated/floor{icon_state = "carpet11-12"},/area/admin) +"tq" = (/turf/unsimulated/floor{icon_state = "dark"},/area/tdome) +"tt" = (/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/tdome) +"tw" = (/obj/machinery/door/poddoor/shutters{dir = 1; id_tag = "TD_Cowboy"; name = "Cowboy"; tag = null},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome) +"tC" = (/turf/unsimulated/floor{dir = 6; icon_state = "navyblue"},/area/tdome/arena) +"tG" = (/obj/structure/table/wood,/obj/item/gun/magic/staff/slipping/honkmother,/turf/unsimulated/floor/wood,/area/admin) +"tM" = (/turf/unsimulated/wall/fakeglass{dir = 6; tag = "icon-fakewindows (WEST)"},/area/tdome/arena) +"tO" = (/obj/structure/table/wood,/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"ui" = (/obj/structure/table/wood,/obj/item/ammo_box/foambox/riot,/obj/item/ammo_box/foambox/riot,/obj/item/ammo_box/foambox/riot,/obj/item/ammo_box/foambox/riot,/obj/item/ammo_box/foambox/riot,/obj/item/ammo_box/foambox/riot,/obj/item/ammo_box/foambox/riot,/obj/item/ammo_box/foambox/riot,/obj/item/ammo_box/foambox/riot,/obj/item/ammo_box/foambox/riot,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"uj" = (/obj/item/gun/energy/taser,/obj/structure/table/wood,/turf/unsimulated/floor/wood,/area/admin) +"ut" = (/obj/item/twohanded/required/kirbyplants,/obj/machinery/light/small{brightness_range = 6; dir = 8; light_range = 8; nightshift_light_range = 6; throw_range = 6},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"uA" = (/obj/structure/rack,/obj/item/clothing/under/color/red,/obj/item/clothing/shoes/brown,/obj/item/clothing/suit/armor/vest,/obj/item/clothing/head/helmet/swat,/obj/item/gun/energy/laser,/obj/item/shield/energy,/obj/machinery/recharger/wallcharger{pixel_x = -30},/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena_source) +"uL" = (/obj/structure/table,/obj/item/card/id/centcom{pixel_x = -3; pixel_y = -3},/obj/item/card/id,/obj/item/card/id/admin{pixel_x = 3; pixel_y = 3},/obj/machinery/door/window/southleft{armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); dir = 8; name = "security checkpoint"},/obj/structure/window/reinforced{armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); dir = 1},/obj/structure/window/reinforced{armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); dir = 4},/turf/unsimulated/floor/wood,/area/admin) +"uN" = (/obj/mecha/combat/marauder/mauler/loaded{operation_req_access = list(114)},/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"uR" = (/turf/unsimulated/wall/fakeglass{dir = 1; tag = "icon-fakewindows (WEST)"},/area/tdome) +"uW" = (/obj/structure/table/wood,/obj/item/holosign_creator/atmos,/obj/item/holosign_creator/atmos,/obj/item/holosign_creator/atmos,/obj/item/holosign_creator/atmos,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/adminconstruction) +"vh" = (/obj/machinery/light/small{brightness_range = 6; dir = 4; light_range = 8; nightshift_light_range = 6; throw_range = 6},/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"vi" = (/obj/machinery/computer/syndicate_depot/teleporter{lifespan = 0; name = "Redspace Teleporter Console"; use_power = 0},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"vO" = (/obj/structure/table/wood,/obj/item/holo/esword,/obj/item/holo/esword/green,/obj/item/holo/esword/red,/obj/item/melee/energy/sword/pirate,/obj/item/melee/energy/sword/saber,/obj/item/melee/energy/sword/saber/blue,/obj/item/melee/energy/sword/saber/green,/obj/item/melee/energy/sword/saber/purple,/obj/item/melee/energy/sword/saber/red,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"vR" = (/obj/structure/table/wood,/obj/item/gun/energy/pulse/turret,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"vS" = (/obj/structure/rack,/obj/item/clothing/under/color/red,/obj/item/clothing/shoes/brown,/obj/item/clothing/suit/armor/vest,/obj/item/clothing/head/helmet/swat,/obj/item/gun/energy/laser,/obj/item/shield/energy,/obj/machinery/recharger/wallcharger{pixel_x = 3; pixel_y = -30},/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena_source) +"vW" = (/obj/structure/table/wood,/obj/item/gun/energy/laser/retro/sc_retro,/turf/unsimulated/floor/wood,/area/admin) +"vY" = (/obj/structure/chair/comfy/blue,/obj/effect/landmark{name = "tdomeobserve"},/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/tdome/tdomeobserve) +"we" = (/turf/unsimulated/floor{icon_state = "carpetnoconnect"},/area/adminconstruction) +"wo" = (/turf/unsimulated/floor{dir = 5; icon_state = "darkbrown"},/area/tdome/tdome2) +"wq" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/sniper_rifle/syndicate,/turf/unsimulated/floor/wood,/area/admin) +"ws" = (/obj/structure/rack,/obj/item/clothing/shoes/brown,/obj/item/clothing/head/helmet/thunderdome,/obj/item/clothing/suit/armor/tdome/green,/obj/item/melee/energy/sword/saber/blue,/obj/item/clothing/under/color/blue,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/tdomeobserve) +"wt" = (/obj/structure/table/wood,/obj/item/gun/energy/plasmacutter,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"wx" = (/obj/structure/table/wood,/obj/item/gun/energy/gun/nuclear,/turf/unsimulated/floor/wood,/area/admin) +"wz" = (/obj/machinery/door/poddoor/shutters{dir = 2; id_tag = "TD_Strela"; name = "Strela"; tag = null},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome) +"wA" = (/obj/structure/table/wood,/obj/item/dnainjector/blindmut,/obj/item/dnainjector/clumsymut,/obj/item/dnainjector/comic,/obj/item/dnainjector/coughmut,/obj/item/dnainjector/deafmut,/obj/item/dnainjector/epimut,/obj/item/dnainjector/firemut,/obj/item/dnainjector/glassesmut,/obj/item/dnainjector/h2m,/obj/item/dnainjector/hallucination,/obj/item/dnainjector/hulkmut,/obj/item/dnainjector/insulation,/obj/item/dnainjector/m2h,/obj/item/dnainjector/midgit,/obj/item/dnainjector/morph,/obj/item/dnainjector/nobreath,/obj/item/dnainjector/noprints,/obj/item/dnainjector/regenerate,/obj/item/dnainjector/remoteview,/obj/item/dnainjector/runfast,/obj/item/dnainjector/stuttmut,/obj/item/dnainjector/telemut,/obj/item/dnainjector/tourmut,/obj/item/dnainjector/xraymut,/turf/unsimulated/floor/wood,/area/admin) +"wE" = (/turf/unsimulated/floor{dir = 5; icon_state = "navyblue"},/area/tdome/arena) +"wJ" = (/turf/unsimulated/wall{icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; icon_state = "r_wall-1"},/area/tdome/tdome1) +"wM" = (/obj/structure/table/wood,/obj/item/gun/energy/gun/turret,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"wN" = (/obj/effect/landmark{name = "tdomeadmin"},/obj/item/radio/intercom/pirate{pixel_y = -25; req_access_txt = "153"},/obj/machinery/door_control{id = "thunderdome"; name = "Thunder start"; pixel_y = -32; req_access_txt = "153"},/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/tdome/tdomeadmin) +"wP" = (/obj/structure/table/wood,/obj/item/ammo_box/foambox,/obj/item/ammo_box/foambox,/obj/item/ammo_box/foambox,/obj/item/ammo_box/foambox,/obj/item/ammo_box/foambox,/obj/item/ammo_box/foambox,/obj/item/ammo_box/foambox,/obj/item/ammo_box/foambox,/obj/item/ammo_box/foambox,/obj/item/ammo_box/foambox,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"wZ" = (/obj/structure/table/wood,/obj/item/multisword,/obj/item/multisword/pike,/obj/item/multisword/pure_evil,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"xf" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/toy/pistol,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"xh" = (/turf/unsimulated/floor{dir = 1; icon_state = "navyred"},/area/tdome/arena_source) +"xk" = (/turf/unsimulated/floor{dir = 4; icon_state = "navyred"},/area/tdome/arena_source) +"xq" = (/turf/unsimulated/wall{icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; icon_state = "r_wall-1"},/area/tdome/tdomeadmin) +"xv" = (/obj/structure/rack,/obj/item/clothing/suit/space,/obj/item/clothing/suit/space,/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/item/clothing/head/helmet/space,/obj/item/clothing/head/helmet/space,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"xx" = (/obj/structure/table/wood,/obj/item/gun/projectile/revolver/russian,/turf/unsimulated/floor/wood,/area/admin) +"xz" = (/obj/machinery/door/poddoor/shutters{dir = 2; id_tag = "TD_Strela"; name = "Strela"; tag = null},/turf/unsimulated/floor{icon_state = "dark"},/area/space) +"xA" = (/turf/unsimulated/wall{icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; icon_state = "r_wall-1"},/area/tdome/arena_source) +"xT" = (/turf/simulated/floor/plasteel{dir = 8; icon_state = "navyblue"},/area/adminconstruction) +"ya" = (/turf/unsimulated/floor{dir = 8; icon_state = "navyredcorners"},/area/tdome/tdome2) +"yb" = (/obj/structure/table/wood,/obj/item/gun/energy/laser/mounted,/turf/unsimulated/floor/wood,/area/admin) +"yc" = (/obj/structure/table/wood,/obj/item/whetstone/super,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"yl" = (/turf/unsimulated/floor{icon_state = "carpet5-1"},/area/admin) +"ys" = (/obj/item/clothing/accessory/cowboyshirt,/obj/item/clothing/shoes/cowboy/black,/obj/item/clothing/head/cowboyhat/black,/obj/structure/rack,/obj/item/gun/projectile/revolver/mateba,/obj/item/ammo_box/a357,/obj/item/ammo_box/a357,/obj/item/storage/belt/bandolier,/obj/item/gun/projectile/revolver/doublebarrel/improvised,/obj/item/clothing/accessory/holster,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/clothing/under/color/black,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena_source) +"yt" = (/turf/simulated/floor/plasteel{dir = 8; icon_state = "navybluecorners"},/area/adminconstruction) +"yu" = (/turf/unsimulated/floor{icon_state = "dark"},/area/space) +"yw" = (/obj/structure/rack,/obj/item/melee/baseball_bat/ablative,/obj/item/clothing/under/pj/blue,/obj/item/clothing/glasses/hud/health/sunglasses,/obj/item/clothing/shoes/winterboots,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/space) +"yC" = (/obj/effect/landmark{name = "tdome1"},/turf/unsimulated/floor{icon_state = "darkgrey"},/area/tdome/tdome1) +"yD" = (/turf/unsimulated/wall/fakeglass{dir = 9; tag = "icon-fakewindows (WEST)"},/area/tdome/arena_source) +"yF" = (/obj/mecha/combat/phazon{operation_req_access = list(114)},/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"yI" = (/turf/unsimulated/floor{icon_state = "darkgrey"},/area/tdome/tdome1) +"yJ" = (/obj/mecha/makeshift,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"yK" = (/turf/unsimulated/floor{icon_state = "carpet11-12"},/area/admin) +"yL" = (/obj/structure/table/wood,/obj/item/twohanded/required/chainsaw,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"yT" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/pistol/enforcer/security,/turf/unsimulated/floor/wood,/area/admin) +"yV" = (/obj/structure/rack,/obj/item/beach_ball/holoball{throw_speed = 20; throwforce = 1000},/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena) +"za" = (/turf/unsimulated/wall/fakeglass{dir = 5; tag = "icon-fakewindows (WEST)"},/area/tdome) +"zd" = (/obj/structure/rack,/obj/item/clothing/under/color/red,/obj/item/clothing/shoes/brown,/obj/item/clothing/suit/armor/vest,/obj/item/clothing/head/helmet/swat,/obj/item/gun/energy/laser,/obj/item/shield/energy,/obj/machinery/recharger/wallcharger{pixel_x = -30},/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena) +"zh" = (/obj/structure/table/wood,/obj/item/gun/throw/piecannon,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"zq" = (/turf/simulated/floor/plasteel{dir = 4; icon_state = "navybluecorners"},/area/adminconstruction) +"zu" = (/obj/structure/table/wood,/obj/item/gun/energy/laser/tag/blue,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"zy" = (/turf/unsimulated/floor{dir = 9; icon_state = "darkbrown"},/area/tdome) +"zE" = (/obj/structure/table/wood,/obj/item/gun/energy/dominator/no_sibyl,/turf/unsimulated/floor/wood,/area/admin) +"zG" = (/obj/structure/table/wood,/obj/item/gun/energy/kinetic_accelerator/crossbow/large/cyborg,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"zH" = (/obj/structure/table/wood/poker,/obj/machinery/door_control{id = "eventroom"; name = "Ready room"; pixel_x = -6; pixel_y = 6; req_access_txt = "150"},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"zO" = (/turf/simulated/floor/plasteel{icon_state = "navyblue"},/area/adminconstruction) +"zP" = (/obj/structure/table/wood,/obj/item/gun/throw/crossbow,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"zQ" = (/obj/item/twohanded/required/kirbyplants,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"zU" = (/obj/structure/table/wood,/obj/item/gun/energy/gun/advtaser/mounted,/turf/unsimulated/floor/wood,/area/admin) +"zZ" = (/obj/structure/rack,/obj/item/clothing/suit/space/hardsuit/syndi,/obj/item/clothing/suit/space/hardsuit/syndi/elite{pixel_x = -6; pixel_y = 6},/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"Aa" = (/obj/machinery/door/poddoor{id_tag = "thunderdome"; name = "Thunderdome Blast Door"},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena_source) +"Ad" = (/obj/structure/table/wood,/obj/item/gun/energy/pulse,/turf/unsimulated/floor/wood,/area/admin) +"Ah" = (/obj/structure/table/wood/poker,/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"Ak" = (/obj/structure/chair/comfy/beige{dir = 4; layer = 5; pixel_y = -2},/obj/machinery/status_display{pixel_y = 30},/obj/machinery/light/small{brightness_range = 6; dir = 1; light_range = 8; nightshift_light_range = 6; throw_range = 6},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"Ar" = (/turf/unsimulated/floor{dir = 8; icon_state = "navybluecorners"},/area/tdome/tdome1) +"AB" = (/turf/unsimulated/floor{dir = 4; icon_state = "navyredfull"},/area/tdome/arena) +"AD" = (/turf/unsimulated/wall/fakeglass{dir = 9; tag = "icon-fakewindows (WEST)"},/area/tdome) +"AJ" = (/obj/structure/table/wood,/obj/item/gun/magic/wand/resurrection,/turf/unsimulated/floor/wood,/area/admin) +"AO" = (/obj/structure/table/wood,/obj/item/gun/energy,/obj/item/gun/energy/captain,/obj/item/gun/energy/e_gun,/obj/item/gun/energy/gun,/obj/item/gun/energy/gun/cyborg,/obj/item/gun/energy/nuclear,/turf/unsimulated/floor/wood,/area/admin) +"AV" = (/turf/unsimulated/floor{dir = 6; icon_state = "darkgreen"},/area/tdome/tdome2) +"Bk" = (/obj/structure/table/wood,/obj/item/implanter/adrenalin{pixel_x = 12; pixel_y = -12},/obj/item/implanter/emp{pixel_x = 9; pixel_y = -9},/obj/item/implanter/explosive{pixel_x = 6; pixel_y = -6},/obj/item/implanter/explosive_macro{pixel_x = 3; pixel_y = -3},/obj/item/implanter/freedom,/obj/item/implanter/krav_maga{pixel_x = -9; pixel_y = 9},/obj/item/implanter/mindshield{pixel_x = -6; pixel_y = 6},/obj/item/implanter/storage{pixel_x = -3; pixel_y = 3},/turf/unsimulated/floor/wood,/area/admin) +"Bl" = (/obj/machinery/computer/operating,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"Bm" = (/obj/structure/table/wood,/obj/item/grenade/clusterbuster/syndieminibomb,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"Bp" = (/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena) +"Br" = (/obj/structure/table/wood,/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/adminconstruction) +"Bt" = (/turf/unsimulated/floor{icon_state = "carpetnoconnect"},/area/admin) +"Bu" = (/obj/structure/rack,/obj/item/beach_ball/holoball{throw_speed = 20; throwforce = 1000},/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena_source) +"By" = (/turf/unsimulated/floor{dir = 5; icon_state = "navyblue"},/area/tdome/arena_source) +"BA" = (/turf/space,/area/tdome/arena) +"BG" = (/obj/structure/table/wood,/obj/item/suppressor/specialoffer,/obj/item/suppressor/specialoffer,/obj/item/suppressor/specialoffer,/obj/item/suppressor/specialoffer,/obj/item/suppressor/specialoffer,/obj/item/suppressor/specialoffer,/obj/item/suppressor/specialoffer,/obj/item/suppressor/specialoffer,/obj/item/suppressor/specialoffer,/obj/item/suppressor/specialoffer,/turf/unsimulated/floor/wood,/area/admin) +"BK" = (/turf/unsimulated/floor{dir = 9; icon_state = "navyred"},/area/tdome/arena) +"BN" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/sniper_rifle/syndicate/penetrator,/turf/unsimulated/floor/wood,/area/admin) +"BS" = (/obj/structure/rack,/obj/item/gun/projectile/revolver/mateba,/obj/item/ammo_box/a357,/obj/item/ammo_box/a357,/obj/item/storage/belt/bandolier,/obj/item/gun/projectile/revolver/doublebarrel/improvised,/obj/item/clothing/accessory/holster,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/clothing/head/cowboyhat/white,/obj/item/clothing/shoes/cowboy/fancy,/obj/item/clothing/accessory/cowboyshirt/white,/obj/item/clothing/under/color/white,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome) +"BZ" = (/obj/structure/table/wood,/obj/item/toy/foamblade,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"Ca" = (/obj/structure/rack,/obj/item/melee/baseball_bat/ablative,/obj/item/clothing/under/pj/red,/obj/item/clothing/glasses/hud/health/sunglasses,/obj/item/clothing/shoes/winterboots,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena) +"Ch" = (/obj/structure/table/wood/poker,/obj/item/card/id/syndicate/anyone{name = "BOSS OF THE GYM"},/obj/machinery/light/small{brightness_range = 6; dir = 4; light_range = 8; nightshift_light_range = 6; throw_range = 6},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"Cj" = (/obj/machinery/door/poddoor/shutters{dir = 2; id_tag = "TD_Bojutsu"; name = "Bojutsu"; tag = null},/turf/unsimulated/floor{icon_state = "dark"},/area/space) +"Cn" = (/turf/unsimulated/floor{dir = 1; icon_state = "navyblue"},/area/tdome/arena_source) +"Cs" = (/obj/structure/table/wood,/obj/item/gun/energy/pulse/carbine,/turf/unsimulated/floor/wood,/area/admin) +"CE" = (/obj/structure/table/wood,/obj/item/gun/energy/pulse/destroyer,/turf/unsimulated/floor/wood,/area/admin) +"CF" = (/obj/structure/table/wood,/obj/item/gun/projectile/revolver/russian/soul,/turf/unsimulated/floor/wood,/area/admin) +"CG" = (/obj/structure/table/wood,/obj/item/gun/projectile/revolver/golden,/turf/unsimulated/floor/wood,/area/admin) +"CJ" = (/obj/item/gun/energy/shock_revolver,/obj/structure/table/wood,/turf/unsimulated/floor/wood,/area/admin) +"CX" = (/turf/unsimulated/wall{icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; icon_state = "r_wall-1"},/area/tdome/arena) +"CY" = (/obj/structure/table/wood,/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage/blood,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"Dc" = (/obj/structure/table/wood,/obj/item/gun/projectile/shotgun/automatic,/turf/unsimulated/floor/wood,/area/admin) +"Dm" = (/turf/unsimulated/wall/fakeglass{dir = 4; tag = "icon-fakewindows (EAST)"},/area/space) +"Do" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/gyropistol,/turf/unsimulated/floor/wood,/area/admin) +"Dp" = (/turf/simulated/floor/plasteel{dir = 1; icon_state = "navybluecorners"},/area/adminconstruction) +"DE" = (/turf/unsimulated/floor{dir = 4; icon_state = "navyredcorners"},/area/tdome/tdome2) +"DF" = (/obj/structure/table/wood,/obj/item/gun/magic/wand/fireball,/turf/unsimulated/floor/wood,/area/admin) +"DG" = (/turf/unsimulated/wall/fakeglass{dir = 6; tag = "icon-fakewindows (WEST)"},/area/tdome/arena_source) +"DH" = (/obj/mecha/combat/marauder/mauler/loaded,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena_source) +"DM" = (/turf/unsimulated/wall/fakeglass{dir = 10; tag = "icon-fakewindows (WEST)"},/area/tdome) +"DN" = (/turf/unsimulated/wall/fakeglass{dir = 8; icon_state = "fakewindows2"; tag = "icon-fakewindows2 (WEST)"},/area/tdome) +"DV" = (/obj/structure/table/wood,/obj/item/gun/projectile/revolver/grenadelauncher/multi/cyborg,/turf/unsimulated/floor/wood,/area/admin) +"DW" = (/obj/structure/rack,/obj/item/melee/baseball_bat/ablative,/obj/item/clothing/under/pj/blue,/obj/item/clothing/glasses/hud/health/sunglasses,/obj/item/clothing/shoes/winterboots,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome) +"Ea" = (/obj/machinery/door/poddoor/shutters{dir = 1; id_tag = "TD_Shitcurity"; name = "Shitcurity"; tag = null},/turf/unsimulated/floor{icon_state = "dark"},/area/space) +"Eg" = (/turf/unsimulated/floor/wood,/area/admin) +"Em" = (/obj/structure/table,/obj/item/storage/box/beakers,/obj/item/reagent_containers/glass/beaker/bluespace,/obj/item/reagent_containers/glass/beaker/bluespace,/obj/item/reagent_containers/glass/beaker/bluespace,/obj/item/reagent_containers/glass/beaker/bluespace,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"Ep" = (/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"Eu" = (/turf/unsimulated/wall/fakeglass{tag = "icon-fakewindows (WEST)"},/area/tdome/arena_source) +"Ey" = (/obj/structure/table/wood,/obj/item/nullrod/tribal_knife,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"EA" = (/obj/structure/table/wood,/obj/item/gun/magic/hook,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"EK" = (/turf/space,/area/adminconstruction) +"EU" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/pistol/APS,/turf/unsimulated/floor/wood,/area/admin) +"EV" = (/turf/unsimulated/floor{dir = 4; icon_state = "navybluefull"},/area/tdome/arena) +"EZ" = (/obj/structure/table/wood,/obj/item/gun/projectile/shotgun/lethal,/turf/unsimulated/floor/wood,/area/admin) +"Fb" = (/obj/structure/rack,/obj/item/gun/projectile/revolver/mateba,/obj/item/ammo_box/a357,/obj/item/ammo_box/a357,/obj/item/storage/belt/bandolier,/obj/item/gun/projectile/revolver/doublebarrel/improvised,/obj/item/clothing/accessory/holster,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/clothing/head/cowboyhat/white,/obj/item/clothing/shoes/cowboy/fancy,/obj/item/clothing/accessory/cowboyshirt/white,/obj/item/clothing/under/color/white,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena) +"Ff" = (/turf/unsimulated/floor{dir = 4; icon_state = "navybluefull"},/area/tdome/arena_source) +"Fi" = (/turf/unsimulated/wall{icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; icon_state = "r_wall-1"},/area/space) +"Fv" = (/obj/machinery/computer/teleporter{req_access = list(150)},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"Fz" = (/obj/structure/rack,/obj/item/clothing/shoes/brown,/obj/item/clothing/suit/armor/vest,/obj/item/clothing/head/helmet/swat,/obj/item/gun/energy/laser,/obj/item/shield/energy,/obj/machinery/recharger/wallcharger{pixel_x = 30},/obj/item/clothing/under/color/blue,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena_source) +"FU" = (/obj/structure/table/wood,/obj/item/twohanded/fireaxe/energized,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"FW" = (/obj/structure/table/wood,/obj/item/sleeping_carp_scroll,/turf/unsimulated/floor/wood,/area/admin) +"FX" = (/obj/structure/table/wood,/obj/item/gun/magic/staff/spellblade,/turf/unsimulated/floor/wood,/area/admin) +"FY" = (/obj/structure/table/wood,/obj/item/gun/magic/staff/healing,/turf/unsimulated/floor/wood,/area/admin) +"Ge" = (/obj/item/gun/throw,/obj/structure/table/wood,/turf/unsimulated/floor/wood,/area/admin) +"Gg" = (/turf/unsimulated/floor{dir = 1; icon_state = "navyblue"},/area/tdome/tdome1) +"Gi" = (/obj/item/bedsheet/black,/obj/structure/bed,/obj/machinery/light/small{brightness_range = 6; light_range = 8; nightshift_light_range = 6; throw_range = 6},/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"Go" = (/obj/machinery/door/poddoor/shutters{dir = 2; id_tag = "TD_Mecha"; name = "Mecha"},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena_source) +"Gq" = (/obj/structure/table,/obj/item/tank/oxygen/yellow,/obj/random/bomb_supply,/obj/item/clothing/under/rebeloutfit,/obj/item/clothing/suit/poncho/ponchoshame,/obj/item/clothing/head/sombrero/shamebrero,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"Gs" = (/turf/unsimulated/floor{dir = 6; icon_state = "navyred"},/area/tdome/tdome2) +"Gu" = (/turf/unsimulated/floor{icon_state = "carpet9-4"},/area/adminconstruction) +"GA" = (/obj/machinery/chem_master,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"GB" = (/turf/unsimulated/wall/fakeglass{dir = 1; tag = "icon-fakewindows (WEST)"},/area/space) +"GC" = (/obj/machinery/door/poddoor{density = 0; id_tag = "thunderdome"; name = "Thunderdome Blast Door"; opacity = 0},/turf/unsimulated/floor{dir = 4; icon_state = "navybluefull"},/area/tdome/arena_source) +"GQ" = (/turf/simulated/floor/plasteel{dir = 1; icon_state = "bot"},/area/adminconstruction) +"GR" = (/obj/effect/step_trigger/teleporter{teleport_x = 38; teleport_y = 161; teleport_z = 2},/turf/unsimulated/floor{icon_state = "rampbottom"},/area/tdome) +"GT" = (/turf/unsimulated/floor{icon_state = "carpet11-12"},/area/adminconstruction) +"GU" = (/obj/structure/table/wood,/obj/item/gun/energy/floragun,/turf/unsimulated/floor/wood,/area/admin) +"He" = (/obj/structure/chair/comfy/beige{dir = 4; layer = 5; pixel_y = -2},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"Hf" = (/obj/structure/table/wood,/obj/item/twohanded/required/chainsaw/doomslayer,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"Hh" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/toy/pistol/riot,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"Hi" = (/obj/structure/chair/comfy/beige{dir = 8; layer = 5; pixel_y = -2},/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"Hv" = (/turf/unsimulated/floor{icon_state = "navyred"},/area/tdome/tdome2) +"Hx" = (/obj/structure/table,/obj/machinery/door_control{id = "TD_Strela"; name = "TD Strela Kit"; pixel_x = 5; pixel_y = 5; req_access_txt = "153"},/obj/machinery/door_control{id = "TD_Baseball"; name = "TD Baseball Kit"; pixel_x = -5; pixel_y = 5; req_access_txt = "153"},/obj/machinery/door_control{id = "TD_Cowboy"; name = "TD Cowboy Kit"; pixel_x = -5; pixel_y = -5; req_access_txt = "153"},/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/tdome/tdomeadmin) +"HA" = (/obj/machinery/chem_dispenser{desc = "It appears Fox is doing more fruit chemistry today!"; hackedcheck = 1},/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"HG" = (/obj/structure/table/wood,/obj/item/toy/russian_revolver,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"HR" = (/obj/structure/table/wood,/obj/item/gun/syringe/rapidsyringe,/turf/unsimulated/floor/wood,/area/admin) +"HZ" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/l6_saw/toy/riot,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"Ic" = (/obj/structure/table/wood,/obj/item/hatchet/unathiknife,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"If" = (/obj/structure/table/wood,/obj/item/gun/energy/alien,/turf/unsimulated/floor/wood,/area/admin) +"Iq" = (/obj/effect/turf_decal/mech,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"Iu" = (/obj/item/twohanded/required/kirbyplants,/turf/unsimulated/floor/wood,/area/admin) +"Ix" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/toy,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"IF" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/c20r/sc_c20r,/turf/unsimulated/floor/wood,/area/admin) +"IN" = (/obj/item/gun/projectile/shotgun/sc_pump,/obj/structure/table/wood,/turf/unsimulated/floor/wood,/area/admin) +"IQ" = (/turf/unsimulated/floor{dir = 9; icon_state = "navyblue"},/area/tdome/arena) +"IT" = (/obj/structure/table/wood,/obj/item/kitchen/knife/butcher,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"IU" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/pistol/enforcer,/turf/unsimulated/floor/wood,/area/admin) +"IX" = (/obj/machinery/door/poddoor/shutters{dir = 2; id_tag = "TD_Strela"; name = "Strela"; tag = null},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena_source) +"Je" = (/obj/structure/table/wood,/obj/item/gun/projectile/revolver/doublebarrel/improvised,/turf/unsimulated/floor/wood,/area/admin) +"Jf" = (/obj/structure/chair/comfy/beige{dir = 1; layer = 5; pixel_y = -2},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"Jg" = (/obj/structure/table/wood,/obj/machinery/syndicatebomb,/obj/machinery/syndicatebomb/training,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"Jp" = (/obj/structure/table/wood,/obj/item/gun/projectile/revolver/nagant,/turf/unsimulated/floor/wood,/area/admin) +"Jr" = (/obj/structure/table,/obj/item/reagent_containers/food/snacks/grown/citrus/lemon,/obj/item/reagent_containers/food/snacks/grown/berries,/obj/item/reagent_containers/food/snacks/grown/banana,/obj/item/reagent_containers/food/snacks/grown/cherries,/obj/item/reagent_containers/food/snacks/grown/citrus/orange,/obj/item/reagent_containers/food/snacks/grown/corn,/obj/item/reagent_containers/food/snacks/grown/mushroom/amanita,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"Jt" = (/obj/structure/table/wood,/obj/item/gun/energy/telegun,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"Jy" = (/obj/structure/table/wood,/obj/item/melee/energy/axe,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"Jz" = (/obj/structure/table/wood,/obj/item/gun/energy/toxgun,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"JB" = (/turf/unsimulated/floor{dir = 10; icon_state = "darkgreen"},/area/tdome/arena) +"JV" = (/obj/structure/table/wood,/obj/item/gun/energy/gun/blueshield/pdw9,/turf/unsimulated/floor/wood,/area/admin) +"Ke" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/c20r/toy,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"Km" = (/obj/structure/rack,/obj/item/gun/projectile/revolver/mateba,/obj/item/ammo_box/a357,/obj/item/ammo_box/a357,/obj/item/storage/belt/bandolier,/obj/item/gun/projectile/revolver/doublebarrel/improvised,/obj/item/clothing/accessory/holster,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/clothing/head/cowboyhat/white,/obj/item/clothing/shoes/cowboy/fancy,/obj/item/clothing/accessory/cowboyshirt/white,/obj/item/clothing/under/color/white,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena_source) +"Kp" = (/obj/structure/table/wood,/obj/item/gun/energy/lasercannon,/turf/unsimulated/floor/wood,/area/admin) +"Ku" = (/turf/unsimulated/wall/fakeglass{dir = 4; tag = "icon-fakewindows (EAST)"},/area/tdome) +"Kv" = (/obj/structure/chair/comfy/blue{dir = 1},/obj/effect/landmark{name = "tdomeobserve"},/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/tdome/tdomeadmin) +"KA" = (/obj/structure/table/wood,/obj/item/gun/projectile/shotgun/riot/buckshot,/turf/unsimulated/floor/wood,/area/admin) +"KJ" = (/obj/structure/rack,/obj/item/clothing/shoes/brown,/obj/item/grenade/smokebomb,/obj/item/restraints/legcuffs/beartrap,/obj/item/sleeping_carp_scroll,/obj/item/twohanded/bostaff,/obj/item/clothing/under/color/blue,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena_source) +"KL" = (/obj/structure/table,/obj/item/storage/box/syringes,/obj/item/assembly/igniter,/obj/item/assembly/igniter,/obj/item/assembly/igniter,/obj/item/assembly/igniter,/obj/item/assembly/timer,/obj/item/assembly/timer,/obj/item/assembly/timer,/obj/item/assembly/timer,/obj/item/grenade/chem_grenade/large,/obj/item/grenade/chem_grenade/large,/obj/item/grenade/chem_grenade/large,/obj/item/grenade/chem_grenade/large,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"KN" = (/obj/structure/table/wood,/obj/item/gun/energy/laser/instakill/red,/turf/unsimulated/floor/wood,/area/admin) +"KR" = (/obj/structure/table/wood,/obj/item/twohanded/dualsaber/toy,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"Lb" = (/obj/structure/table/wood,/obj/item/whetstone,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"Le" = (/turf/unsimulated/wall/fakeglass{dir = 8; tag = "icon-fakewindows (WEST)"},/area/space) +"Lg" = (/turf/unsimulated/floor{dir = 4; icon_state = "navyredfull"},/area/tdome/arena_source) +"Ln" = (/obj/machinery/computer/security/telescreen{dir = 8; layer = 4; name = "Camera"; network = list("Thunderdome")},/obj/structure/table,/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/tdome) +"Lr" = (/turf/unsimulated/wall,/area/adminconstruction) +"Lx" = (/turf/unsimulated/floor{dir = 10; icon_state = "navyred"},/area/tdome/arena) +"LA" = (/obj/structure/table/wood,/obj/item/gun/throw/crossbow/french,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"LF" = (/turf/unsimulated/floor{dir = 8; icon_state = "navyblue"},/area/tdome/arena) +"LH" = (/obj/structure/table/wood,/obj/item/gun/projectile/shotgun,/turf/unsimulated/floor/wood,/area/admin) +"LL" = (/turf/unsimulated/floor{dir = 10; icon_state = "navyred"},/area/tdome/tdome2) +"Mb" = (/obj/structure/table/wood,/obj/item/gun/energy/gun/mini,/turf/unsimulated/floor/wood,/area/admin) +"Md" = (/obj/structure/table/wood,/obj/item/gun/energy/kinetic_accelerator/crossbow/large,/turf/unsimulated/floor/wood,/area/admin) +"Me" = (/obj/structure/rack,/obj/item/gun/projectile/revolver/mateba,/obj/item/ammo_box/a357,/obj/item/ammo_box/a357,/obj/item/storage/belt/bandolier,/obj/item/gun/projectile/revolver/doublebarrel/improvised,/obj/item/clothing/accessory/holster,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/clothing/head/cowboyhat/white,/obj/item/clothing/shoes/cowboy/fancy,/obj/item/clothing/accessory/cowboyshirt/white,/obj/item/clothing/under/color/white,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/space) +"Ml" = (/obj/structure/table/wood,/obj/item/gun/energy/pulse/pistol,/turf/unsimulated/floor/wood,/area/admin) +"Mo" = (/obj/machinery/door/poddoor/shutters{dir = 2; id_tag = "TD_Bojutsu"; name = "Bojutsu"; tag = null},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena) +"MA" = (/obj/item/grenade/clusterbuster/smoke,/obj/structure/table/wood,/turf/unsimulated/floor/wood,/area/admin) +"MD" = (/obj/machinery/optable,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"ME" = (/obj/structure/table/wood,/obj/item/twohanded/toy/chainsaw,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"MF" = (/obj/structure/chair/comfy/beige{dir = 8; layer = 5; pixel_y = -2},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"Nc" = (/obj/structure/table/wood,/obj/item/gun/energy/mindflayer,/turf/unsimulated/floor/wood,/area/admin) +"Ni" = (/obj/structure/table/wood,/obj/item/gun/magic/wand/teleport,/turf/unsimulated/floor/wood,/area/admin) +"Nn" = (/obj/item/storage/toolbox/syndicate{desc = "A powerful relic many men worked long and hard to keep safe and away from the forces of evil."; force = 1e+008; name = "toolbox of robustness"},/obj/structure/table/wood,/turf/unsimulated/floor/wood,/area/admin) +"Np" = (/obj/structure/table/wood,/obj/item/gun/energy/e_gun/old,/turf/unsimulated/floor/wood,/area/admin) +"Nr" = (/obj/structure/rack,/obj/item/clothing/under/color/red,/obj/item/clothing/shoes/brown,/obj/item/clothing/suit/armor/tdome/red,/obj/item/clothing/head/helmet/thunderdome,/obj/item/melee/energy/sword/saber/red,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena) +"Ns" = (/obj/machinery/light/small{brightness_range = 6; dir = 8; light_range = 8; nightshift_light_range = 6; throw_range = 6},/obj/item/twohanded/required/kirbyplants,/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"Nt" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/pistol/deagle/camo,/turf/unsimulated/floor/wood,/area/admin) +"NA" = (/obj/structure/table/wood,/obj/item/gun/energy/laser/captain,/turf/unsimulated/floor/wood,/area/admin) +"NB" = (/obj/item/twohanded/required/kirbyplants,/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"NF" = (/obj/structure/table/wood,/obj/item/gun/energy/gun/blueshield,/turf/unsimulated/floor/wood,/area/admin) +"NL" = (/obj/machinery/door/poddoor/shutters{dir = 2; id_tag = "TD_Strela"; name = "Strela"; tag = null},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena) +"NR" = (/obj/machinery/light/small{brightness_range = 6; dir = 4; light_range = 8; nightshift_light_range = 6; throw_range = 6},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"Ob" = (/obj/machinery/door/poddoor{id_tag = "thunderdome"; name = "Thunderdome Blast Door"},/obj/machinery/camera{c_tag = "Thunderdome Arena"; network = list("Thunderdome"); pixel_x = 10},/obj/machinery/flasher{id = "flash"; name = "Thunderdome Flash"},/obj/item/radio/intercom/pirate{req_access_txt = "153"},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena) +"Oe" = (/obj/structure/closet{icon_closed = "cabinet_closed"; icon_opened = "cabinet_open"; icon_state = "cabinet_closed"; req_access_txt = "114"},/obj/machinery/light/small{brightness_range = 6; dir = 4; light_range = 8; nightshift_light_range = 6; throw_range = 6},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"On" = (/turf/unsimulated/floor{dir = 8; icon_state = "navyblue"},/area/tdome/tdome1) +"Oq" = (/obj/effect/step_trigger/teleporter{teleport_x = 20; teleport_y = 161; teleport_z = 2},/turf/unsimulated/floor{dir = 1; icon_state = "rampbottom"},/area/tdome/tdomeobserve) +"Ou" = (/obj/machinery/door/poddoor{id_tag = "thunderdome"; name = "Thunderdome Blast Door"},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena) +"OB" = (/turf/unsimulated/floor{dir = 9; icon_state = "navyred"},/area/tdome/tdome2) +"OG" = (/obj/structure/table/wood,/obj/item/melee/candy_sword,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"OL" = (/obj/structure/table/wood,/obj/item/gun/energy/kinetic_accelerator/cyborg,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"OU" = (/obj/item/gun/rocketlauncher,/obj/structure/table/wood,/turf/unsimulated/floor/wood,/area/admin) +"Pa" = (/obj/structure/table,/obj/item/storage/pill_bottle/random_drug_bottle,/obj/item/reagent_containers/glass/bottle/adminordrazine,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"Pn" = (/obj/structure/table/wood,/obj/item/gun/magic/staff/animate,/turf/unsimulated/floor/wood,/area/admin) +"Pt" = (/obj/structure/table/wood,/obj/item/gun/projectile/shotgun/toy/crossbow,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"PB" = (/obj/structure/table/wood,/obj/item/gun/energy/wormhole_projector,/turf/unsimulated/floor/wood,/area/admin) +"PH" = (/obj/machinery/r_n_d/server/centcom,/turf/unsimulated/floor/wood,/area/admin) +"PM" = (/obj/structure/rack,/obj/item/beach_ball/holoball{throw_speed = 20; throwforce = 1000},/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome) +"PP" = (/obj/machinery/door/poddoor{density = 0; id_tag = "thunderdome"; name = "Thunderdome Blast Door"; opacity = 0},/turf/unsimulated/floor{dir = 4; icon_state = "navyredfull"},/area/tdome/arena) +"PV" = (/obj/structure/table/wood,/obj/item/gun/energy/laser/tag/red,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"PY" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/tommygun,/turf/unsimulated/floor/wood,/area/admin) +"PZ" = (/obj/machinery/door/poddoor/shutters{dir = 1; id_tag = "TD_Shitcurity"; name = "Shitcurity"; tag = null},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/tdome1) +"Qa" = (/obj/structure/table/wood,/turf/unsimulated/floor/wood,/area/admin) +"Qr" = (/obj/structure/table/wood,/obj/item/grenade/syndieminibomb,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"Qv" = (/turf/unsimulated/wall{icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; icon_state = "r_wall-1"},/area/tdome) +"QC" = (/obj/structure/table/wood,/obj/item/kitchen/knife/combat/survival,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"QE" = (/obj/structure/table/wood,/obj/item/gun/energy/pulse/pistol/m1911,/turf/unsimulated/floor/wood,/area/admin) +"QI" = (/obj/effect/decal/warning_stripes/blue,/turf/unsimulated/floor{icon_state = "carpet9-4"},/area/admin) +"QK" = (/obj/structure/table/wood,/obj/item/gun/energy/laser/instakill,/turf/unsimulated/floor/wood,/area/admin) +"QL" = (/turf/unsimulated/floor{icon_state = "navyredcorners"},/area/tdome/tdome2) +"QM" = (/turf/unsimulated/floor{icon_state = "navyred"},/area/tdome/arena_source) +"QN" = (/turf/unsimulated/wall/fakeglass{dir = 9; tag = "icon-fakewindows (WEST)"},/area/tdome/arena) +"QP" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/sniper_rifle,/turf/unsimulated/floor/wood,/area/admin) +"Rj" = (/obj/machinery/door/poddoor/shutters{dir = 1; id_tag = "TD_Robaster"; name = "Robaster"; tag = null},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena) +"Rn" = (/turf/unsimulated/floor{dir = 8; icon_state = "navyblue"},/area/tdome/arena_source) +"Rx" = (/obj/machinery/chem_heater,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"RF" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/l6_saw,/turf/unsimulated/floor/wood,/area/admin) +"Sc" = (/obj/structure/table/wood,/obj/item/gun/magic/staff/slipping,/turf/unsimulated/floor/wood,/area/admin) +"Sd" = (/turf/unsimulated/floor{dir = 6; icon_state = "navyblue"},/area/tdome/tdome1) +"Sj" = (/obj/structure/rack,/obj/item/beach_ball/holoball{throw_speed = 20; throwforce = 1000},/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/tdome1) +"Sm" = (/turf/unsimulated/floor{dir = 10; icon_state = "darkblue"},/area/tdome/tdome2) +"Sn" = (/obj/structure/table/wood,/obj/item/toy/katana,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"Sp" = (/turf/unsimulated/floor{icon_state = "carpet14-10"},/area/admin) +"Sq" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/pistol/deagle/gold,/turf/unsimulated/floor/wood,/area/admin) +"St" = (/turf/unsimulated/floor{icon_state = "navybluecorners"},/area/tdome/tdome1) +"Su" = (/obj/structure/table/wood,/obj/item/gun/energy/kinetic_accelerator/experimental,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"SH" = (/obj/machinery/computer/card/centcom,/turf/unsimulated/floor/wood,/area/admin) +"SJ" = (/obj/structure/table/wood,/obj/item/gun/energy/lasercannon/cyborg,/turf/unsimulated/floor/wood,/area/admin) +"SK" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/lasercarbine,/turf/unsimulated/floor/wood,/area/admin) +"SN" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/c20r/toy/riot,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"SQ" = (/obj/machinery/door/poddoor/shutters{dir = 8; id_tag = "TD_Baseball"; name = "4-shot base/ball"},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/tdome1) +"SW" = (/turf/unsimulated/floor{dir = 5; icon_state = "navyblue"},/area/tdome/tdome1) +"Tb" = (/turf/unsimulated/floor{icon_state = "darkgrey"},/area/tdome/tdome2) +"Td" = (/obj/structure/table/wood,/obj/machinery/syndicatebomb/emp,/turf/unsimulated/floor/wood,/area/admin) +"Tg" = (/obj/structure/table/wood,/obj/item/gun/energy/gun/advtaser/cyborg,/turf/unsimulated/floor/wood,/area/admin) +"Tl" = (/obj/structure/table/wood,/obj/item/kitchen/knife/butcher/meatcleaver,/turf/unsimulated/floor{icon_state = "hierophant1"},/area/admin) +"Tr" = (/obj/machinery/teleport/hub/upgraded{admin_usage = 1},/obj/effect/decal/warning_stripes/yellow,/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"Tt" = (/obj/structure/table/wood,/obj/item/gun/energy/laser,/obj/item/gun/energy/laser/awaymission_aeg,/obj/item/gun/energy/laser/cyborg,/obj/item/gun/energy/laser/practice,/obj/item/gun/energy/laser/practice/sc_laser,/obj/item/gun/energy/laser/scatter,/obj/item/gun/energy/laser/tag,/turf/unsimulated/floor/wood,/area/admin) +"TE" = (/obj/structure/table/wood,/obj/item/encryptionkey/headset_cargo,/obj/item/encryptionkey/headset_com,/obj/item/encryptionkey/headset_eng,/obj/item/encryptionkey/headset_iaa,/obj/item/encryptionkey/headset_med,/obj/item/encryptionkey/headset_medsci,/obj/item/encryptionkey/headset_rob,/obj/item/encryptionkey/headset_sci,/obj/item/encryptionkey/headset_sec,/obj/item/encryptionkey/headset_service,/turf/unsimulated/floor/wood,/area/admin) +"TF" = (/obj/structure/table/wood,/obj/item/clothing/head/helmet/space/space_ninja,/obj/item/clothing/shoes/space_ninja,/obj/item/clothing/mask/gas/space_ninja,/obj/item/katana/energy,/obj/item/clothing/gloves/space_ninja,/obj/item/clothing/suit/space/space_ninja,/turf/unsimulated/floor/wood,/area/admin) +"TU" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/pistol/m1911,/turf/unsimulated/floor/wood,/area/admin) +"TW" = (/turf/unsimulated/floor{dir = 10; icon_state = "navyred"},/area/tdome/arena_source) +"TX" = (/obj/structure/table/wood/poker,/obj/machinery/light/small{brightness_range = 6; dir = 4; light_range = 8; nightshift_light_range = 6; throw_range = 6},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"Ug" = (/turf/unsimulated/floor{icon_state = "carpetside"},/area/adminconstruction) +"Uq" = (/obj/structure/chair/comfy/blue{dir = 1},/obj/effect/landmark{name = "tdomeobserve"},/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/tdome/tdomeobserve) +"Us" = (/obj/structure/table/wood,/obj/item/ammo_box/foambox/sniper,/obj/item/ammo_box/foambox/sniper,/obj/item/ammo_box/foambox/sniper,/obj/item/ammo_box/foambox/sniper,/obj/item/ammo_box/foambox/sniper,/obj/item/ammo_box/foambox/sniper,/obj/item/ammo_box/foambox/sniper,/obj/item/ammo_box/foambox/sniper,/obj/item/ammo_box/foambox/sniper,/obj/item/ammo_box/foambox/sniper,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"Uu" = (/obj/structure/table/wood,/obj/item/gun/projectile/bow,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"Uv" = (/obj/structure/table/wood,/obj/item/gun/syringe,/turf/unsimulated/floor/wood,/area/admin) +"Uy" = (/turf/unsimulated/floor{dir = 1; icon_state = "navybluecorners"},/area/tdome/tdome1) +"UB" = (/obj/structure/table/wood,/obj/item/adminfu_scroll,/turf/unsimulated/floor/wood,/area/admin) +"UN" = (/turf/unsimulated/floor{dir = 9; icon_state = "darkred"},/area/tdome/tdome2) +"UO" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/toy/pistol/enforcer,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"UR" = (/obj/structure/reagent_dispensers/fueltank,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"UT" = (/turf/unsimulated/floor{icon_state = "carpet5-1"},/area/adminconstruction) +"Vb" = (/turf/simulated/floor/plasteel{dir = 4; icon_state = "navyblue"},/area/adminconstruction) +"Vm" = (/obj/structure/table/wood/poker,/obj/item/radio/intercom/syndicate,/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"Vp" = (/obj/mecha/combat/marauder/mauler/loaded,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/space) +"Vq" = (/obj/structure/table/wood,/obj/item/radio/headset,/obj/item/radio/headset/abductor,/obj/item/radio/headset/alt,/obj/item/radio/headset/binary{name = "binary radio headset"},/obj/item/radio/headset/bot{name = "bot radio headset"},/obj/item/radio/headset/centcom,/obj/item/radio/headset/chameleon{name = "chamelon radio headset"},/obj/item/radio/headset/ert,/obj/item/radio/headset/ert/alt/commander,/obj/item/radio/headset/heads{name = "heads radio headset"},/obj/item/radio/headset/heads/ai_integrated,/obj/item/radio/headset/heads/blueshield/alt,/obj/item/radio/headset/heads/captain/alt,/obj/item/radio/headset/heads/ce,/obj/item/radio/headset/heads/cmo,/obj/item/radio/headset/heads/hop,/obj/item/radio/headset/heads/hos,/obj/item/radio/headset/heads/magistrate/alt,/obj/item/radio/headset/heads/ntrep,/obj/item/radio/headset/heads/rd,/obj/item/radio/headset/headset_cargo,/obj/item/radio/headset/headset_cargo/mining,/obj/item/radio/headset/headset_com,/obj/item/radio/headset/headset_eng,/obj/item/radio/headset/headset_iaa,/obj/item/radio/headset/headset_med,/obj/item/radio/headset/headset_medsci,/obj/item/radio/headset/headset_rob,/obj/item/radio/headset/headset_sci,/obj/item/radio/headset/headset_sec,/obj/item/radio/headset/headset_sec/alt,/obj/item/radio/headset/headset_service,/obj/item/radio/headset/syndicate{name = "syndicate radio headset"},/obj/item/radio/headset/syndicate/alt,/obj/item/radio/headset/syndicate/alt/lavaland,/obj/item/radio/headset/syndicate/alt/syndteam{name = "syndicate team headset"},/turf/unsimulated/floor/wood,/area/admin) +"Vs" = (/obj/structure/table/wood,/obj/item/gun/medbeam,/turf/unsimulated/floor/wood,/area/admin) +"Vv" = (/obj/item/gun/projectile/revolver/grenadelauncher/multi,/obj/structure/table/wood,/turf/unsimulated/floor/wood,/area/admin) +"Vx" = (/obj/structure/table,/obj/machinery/reagentgrinder,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"VD" = (/obj/machinery/light/small{brightness_range = 6; dir = 8; light_range = 8; nightshift_light_range = 6; throw_range = 6},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"VJ" = (/obj/effect/step_trigger/teleporter{teleport_x = 38; teleport_y = 151; teleport_z = 2},/turf/unsimulated/floor{dir = 1; icon_state = "rampbottom"},/area/tdome) +"VK" = (/obj/structure/rack,/obj/item/clothing/shoes/brown,/obj/item/grenade/smokebomb,/obj/item/restraints/legcuffs/beartrap,/obj/item/sleeping_carp_scroll,/obj/item/twohanded/bostaff,/obj/item/clothing/under/color/blue,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome) +"VM" = (/turf/unsimulated/floor{icon_state = "carpetside"},/area/admin) +"VO" = (/obj/structure/closet/secure_closet/personal,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"VU" = (/obj/item/gun/syringe/syndicate,/obj/structure/table/wood,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"VX" = (/obj/structure/table/wood,/obj/item/grenade/smokebomb,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"Wd" = (/obj/structure/table/wood,/obj/item/gun/projectile/shotgun/riot,/turf/unsimulated/floor/wood,/area/admin) +"Wt" = (/obj/structure/table/wood,/obj/item/gun/energy/meteorgun,/obj/item/gun/energy/meteorgun/pen,/turf/unsimulated/floor/wood,/area/admin) +"Ww" = (/turf/unsimulated/floor{icon_state = "carpet7-3"},/area/adminconstruction) +"WC" = (/obj/structure/table/wood,/obj/item/gun/energy/kinetic_accelerator/crossbow,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"WJ" = (/obj/structure/chair/comfy/beige{dir = 4; layer = 5; pixel_y = -2},/obj/machinery/status_display{pixel_y = -30},/obj/machinery/light/small{brightness_range = 6; light_range = 8; nightshift_light_range = 6; throw_range = 6},/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"WN" = (/obj/structure/table/wood,/obj/item/gun/energy/laser/instakill/blue,/turf/unsimulated/floor/wood,/area/admin) +"WP" = (/obj/mecha/combat/reticence/loaded,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"WS" = (/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena_source) +"WW" = (/turf/unsimulated/floor{dir = 8; icon_state = "navyred"},/area/tdome/tdome2) +"WZ" = (/turf/unsimulated/floor{dir = 1; icon_state = "navyredcorners"},/area/tdome/tdome2) +"Xm" = (/obj/item/gun/energy/dominator,/obj/structure/table/wood,/turf/unsimulated/floor/wood,/area/admin) +"Xw" = (/obj/structure/table/wood,/obj/item/gun/energy/decloner,/turf/unsimulated/floor{icon_state = "darkgrey"},/area/admin) +"Xy" = (/obj/structure/table,/obj/machinery/door_control{id = "TD_Shitcurity"; name = "TD Shitcurity Kit"; pixel_x = 5; pixel_y = 5; req_access_txt = "153"},/obj/machinery/door_control{id = "TD_Robaster"; name = "TD Robaster Kit"; pixel_x = -5; pixel_y = 5; req_access_txt = "153"},/obj/machinery/door_control{id = "TD_Mecha"; name = "TD Mecha Kit"; pixel_x = 5; pixel_y = -5; req_access_txt = "153"},/obj/machinery/door_control{id = "TD_Bojutsu"; name = "TD Bojutsu Kit"; pixel_x = -5; pixel_y = -5; req_access_txt = "153"},/turf/unsimulated/floor{icon = 'icons/turf/floors/carpet_black.dmi'; icon_state = "carpet"},/area/tdome/tdomeadmin) +"XA" = (/obj/machinery/door/poddoor/shutters{dir = 1; id_tag = "TD_Robaster"; name = "Robaster"; tag = null},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena_source) +"XG" = (/obj/mecha/combat/gygax/dark/loaded{operation_req_access = list(114)},/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"XI" = (/obj/structure/table/wood,/obj/item/gun/projectile/shotgun/toy,/turf/unsimulated/floor/wood{icon = 'icons/goonstation/turf/floor.dmi'; icon_state = "arcade"},/area/admin) +"XO" = (/obj/effect/landmark{name = "tdome2"},/turf/unsimulated/floor{icon_state = "darkgrey"},/area/tdome/tdome2) +"XT" = (/obj/structure/table/wood,/obj/item/gun/projectile/shotgun/automatic/combat,/turf/unsimulated/floor/wood,/area/admin) +"XV" = (/obj/structure/rack,/obj/item/clothing/shoes/brown,/obj/item/clothing/suit/armor/vest,/obj/item/clothing/head/helmet/swat,/obj/item/gun/energy/laser,/obj/item/shield/energy,/obj/machinery/recharger/wallcharger{pixel_x = 3; pixel_y = -30},/obj/item/clothing/under/color/blue,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome) +"XX" = (/turf/unsimulated/wall/fakeglass{dir = 1; tag = "icon-fakewindows (WEST)"},/area/tdome/arena) +"XZ" = (/obj/structure/rack,/obj/item/melee/baseball_bat/ablative,/obj/item/clothing/under/pj/blue,/obj/item/clothing/glasses/hud/health/sunglasses,/obj/item/clothing/shoes/winterboots,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena) +"Ya" = (/obj/structure/rack,/obj/item/clothing/under/color/red,/obj/item/clothing/shoes/brown,/obj/item/clothing/suit/armor/vest,/obj/item/clothing/head/helmet/swat,/obj/item/gun/energy/laser,/obj/item/shield/energy,/obj/machinery/recharger/wallcharger{pixel_x = 3; pixel_y = -30},/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena) +"Yc" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/pistol/deagle,/turf/unsimulated/floor/wood,/area/admin) +"Yq" = (/turf/space,/area/space) +"Yu" = (/turf/unsimulated/floor{icon_state = "darkgrey"},/area/tdome/arena) +"YG" = (/obj/structure/rack,/obj/item/clothing/under/color/red,/obj/item/clothing/shoes/brown,/obj/item/grenade/smokebomb,/obj/item/restraints/legcuffs/beartrap,/obj/item/sleeping_carp_scroll,/obj/item/twohanded/bostaff,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena_source) +"YJ" = (/obj/machinery/vending/sovietsoda,/turf/unsimulated/floor{dir = 8; icon_state = "grimy"},/area/admin) +"YN" = (/obj/machinery/light/small{brightness_range = 6; dir = 8; light_range = 8; nightshift_light_range = 6; throw_range = 6},/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"YR" = (/obj/structure/table/wood,/obj/item/gun/magic/wand/door,/turf/unsimulated/floor/wood,/area/admin) +"Za" = (/obj/structure/table/wood,/obj/item/gun/magic/staff/change,/turf/unsimulated/floor/wood,/area/admin) +"Zd" = (/obj/structure/table/wood,/obj/item/gun/projectile/revolver/mateba,/turf/unsimulated/floor/wood,/area/admin) +"Zg" = (/obj/item/clothing/accessory/cowboyshirt,/obj/item/clothing/shoes/cowboy/black,/obj/item/clothing/head/cowboyhat/black,/obj/structure/rack,/obj/item/gun/projectile/revolver/mateba,/obj/item/ammo_box/a357,/obj/item/ammo_box/a357,/obj/item/storage/belt/bandolier,/obj/item/gun/projectile/revolver/doublebarrel/improvised,/obj/item/clothing/accessory/holster,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/ammo_casing/shotgun/improvised,/obj/item/clothing/under/color/black,/turf/unsimulated/floor{dir = 8; icon_state = "vault"},/area/tdome/arena) +"Zh" = (/obj/item/gun/grenadelauncher,/obj/structure/table/wood,/turf/unsimulated/floor/wood,/area/admin) +"Zo" = (/turf/simulated/floor/plasteel{dir = 1; icon_state = "dark"},/area/adminconstruction) +"Zs" = (/obj/machinery/door/poddoor{id_tag = "thunderdome"; name = "Thunderdome Blast Door"},/obj/machinery/camera{c_tag = "Thunderdome Arena"; network = list("Thunderdome"); pixel_x = 10},/obj/machinery/flasher{id = "flash"; name = "Thunderdome Flash"},/obj/item/radio/intercom/pirate{req_access_txt = "153"},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena_source) +"Zt" = (/obj/structure/table/wood,/obj/item/pizza_bomb,/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/admin) +"ZB" = (/obj/structure/table/wood,/obj/item/gun/energy/laser/retro,/turf/unsimulated/floor/wood,/area/admin) +"ZE" = (/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/tdome1) +"ZF" = (/turf/unsimulated/wall/fakeglass{dir = 10; tag = "icon-fakewindows (WEST)"},/area/tdome/arena_source) +"ZG" = (/turf/unsimulated/floor{icon_state = "carpet6-2"},/area/admin) +"ZL" = (/obj/machinery/door/poddoor/shutters{dir = 8; id_tag = "TD_Baseball"; name = "4-shot base/ball"},/turf/unsimulated/floor{icon_state = "dark"},/area/space) +"ZM" = (/obj/structure/table/wood,/obj/item/gun/projectile/automatic/m90,/turf/unsimulated/floor/wood,/area/admin) +"ZO" = (/obj/machinery/door/poddoor/shutters{dir = 2; id_tag = "TD_Mecha"; name = "Mecha"},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/arena) +"ZS" = (/obj/machinery/door/poddoor/shutters{dir = 2; id_tag = "TD_Bojutsu"; name = "Bojutsu"; tag = null},/turf/unsimulated/floor{icon_state = "dark"},/area/tdome/tdome1) + +(1,1,1) = {" +fEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +fEpKjWFvhFTrfEqEviqEfENBHeiKAkAhMFOefEqEqtetfEoMbyqxoMfEcdkLqLfAMDBlfExvzZGqfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +fENsEpEpEpvhfEYNEpvhfEutHeHeHeAhEpcBfEVDJfjYfEIqZGdlczfEkgEpEpEpEpgrfEbUEpjofEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvrNYqYq +fENBEpEpaKEpEpEpEpEpEpEpEpEpEpEpEpEpfkqEqEChfEaaivyKaafEJrURHAEpEpEpEpEpEpkRfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvQvQvQvQvQvQvQvQvCaQvQvQvQvQvQvQvQvlMlMlMlMlMlMlMlMlMlMlMlMlMlMlMlMlMksksQvQvQvQvQvQvDWQvCXQvQvQvQvQvQvQvrNYqYq +fENBEpEpEpEpEpEpEpEpEpEpEpEpEpEpEpEpfkqEqEahfEWPivyKyJfEKLmwEpZGdlRxfEEpEpEpfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvQvQvQvnOnOQvQvCaBpCaQvQvkEkEQvQvQvlMvYvYvYvYvYvYlMlMlMvYvYvYvYvYvYlMksksQvqyqyCXCXDWtqXZCXCXVKVKCXCXQvQvrNYqYq +fEutEpEpEpvhfEEpEpEpfEutHeHeHeAhHiiDfEqEqEqEfEyFivyKdnfEEmEpEpivyKGAfEfEfEfEfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvQvQvnOBpBpBpQvCaBpCaQvBpBpBpkEQvQvlMvYnRvYvYnRvYlMlMlMvYnRvYvYnRvYlMksksqytqBpBpCXXZtqXZCXBptqBpgSCXCXQvrNYqYq +fEfEAhAhAhAhfEoVoVoVfENBHearWJVmzHTXfEeodXYJfEXGivyKlPfEPaVxhlivyKzQfEqTTdjGfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvQvnOBpBpBpBpQvQvNLQvQvBpBpBpBpkEQvOqADDNDNDNDNDNDNQvDNDNDNDNDNDNzaVJQvsmtqBpBpBpCXCXwzQvCXtqtqBpBpgSCXCXrNYqYq +fEfEfEfEfEfEfEEpEpEpfEfEfEfEfEfEfEfEfEfEfEfEfEuNivyKjdfEfEfEfEivyKfEfEEpEpJgfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvQvnOBpBpBpMoUNOBTblBwoZOBpBpBpkEQvADbRABlaBpBKqMqMOukKkKkKkKEVEVhnsKQvqytqBpBpZOqSIQyISWpLZSZEBpBpgSCXCXrNYqYq +fEgDongDfENBqEEpEpEpqENBfEgDongDfEBGEgSqNtEgXTmzivyKioQaZGSpSpBtBtSpSpdlEpQrfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvQvQvBpBpMoUNiQWWXOnCiQwoZOBpBpQvQviVABlaBpBprGBpBpOujOjOwEBpkKkKEVjbCXQvtqtqZOqSBpOnyIiAZEpLZSZEBpCXCXQvrNYqYq +fEEpEpEpjqqEEpEpEpEpEpqEjqEpEpEpfEiZEgEUYcEgWdjEivyKPYcXivBtVMVMBtBtVMgPEpZtfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvQvQvQvQvUNiQWZWWTbnCDEiQwoQvQvQvQvABlaBpBpBprGBpBpOuBpBpLFBpBpBpkKEVCXCXQvQvzytqUyOnyCiAeeZEpLwJwJQvQvQvrNYqYq +fEGiVOGifENBqEEpEpEpqEqEfEGiVOGifEVqEgizdzEgKAINivyKIuIuivyKIuIuivyKfEmJBmVXfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvQvyVyVQvOBfdfdQLTbyafdfdfdfdfdfdPPlaBpBpBpBpLxlalaOuBpBpLFBpBpBpBpkKavkKkKGgGgGgGgStyIArGgGgGgwJSjPMCXCXrNYqYq +fEfEfEfEfEfEVDEpEpEpNRfEfEfEfEfEfEaOEgyTIUEgfXJeivBtSpSpBtyKNifEivyKfEfEfEfEfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvyVBpBppYTbXOTbTbhsTbTbXOTbTbTbTbPPABBpABBpABBpABBpObEVEVEVBpEVEVBpEVavYuYuyIyIyCyIyIdSyIyIyCyISQZEBpyVCXBAYqYq +fEgDongDfENBqEEpEpEpqENBfEgDongDfEwAEgjNGeEgbulgivBtVMVMVMgPAJfEylQIEgjelqfEfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvQvyVyVQvLLHvHvDETbWZHvHvHvHvHvHvPPqMBpBpBpBpBKqMqMOuBpBpLFBpBpBpBpjOavjOjOhahahahaeeyIUyhahahawJSjPMCXCXrNYqYq +fEEpEpEpjqqEEpEpEpEpEpqEjqEpEpEpfETEEgCFxxEgDcEZivyKDoZhEgEgpAfEUBEgEgEgEgPHfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvQvQvQvQvSmiQyaWWTbnCQLiQAVQvQvQvQvABqMBpBpBprGBpBpOuBpBpLFBpBpBpjOEVCXCXQvQvqatqArOnyIiAStZErawJwJQvQvQvrNYqYq +fEGiVOGifENBqEEpEpEpqENBfEGiVOGifEBkEgJpZdEgLHmrivyKOUVvEgEgDFfEfIEgEgEgEguLfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvQvQvBpBpqISmiQWWXOnCiQAVRjBpBpQvQvuRABqMBpBprGBpBpOukKkKtCBpjOjOEVXXCXQvtqtqRjJBBpOnyCiAZEraPZZEBpCXCXQvrNYqYq +fEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEfEEgCGbXEgEgEgivyKDVfcEgEgYRfEMAEgEgEgEgnbfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvQvzdBpBpBpqISmLLTbGsAVRjBpBpBpNrQvDMzaABqMBpLxlalaOujOjOjOjOEVEVQNtMQvkotqBpBpRjJBfLyISdraPZZEBpBptfCXCXrNYqYq +fEkDdBnMTlITEyQCIcpafEgXgeUuwtanaGfEEgEgEgEggpRFivyKEgEgEgEgnvfEkTEgEgEgEgTFfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvQvzdBpBpBpBpQvQvokQvQvBpBpBpBpNrQvdbDMDNDNDNDNKuQvQvQvpRDNDNDNDNbRGRQvwstqBpBpBpCXCXtwQvQvtqtqBpBptfCXCXrNYqYq +fEgAEgbfycEgEAmOEgFUfEfpEgPBGUEgwMfEEgIFcHEgEgEgivyKEgEgtGFXePfEskNnejSHloFWfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvQvQvzdBpBpBpQvZgBpZgQvBpBpBpNrQvQvlMUqnRUqUqnRUqQvXyxqKvLnUqUqnRUqlMkskskotqBpBpCXFbtqFbCXBptqBptfCXCXQvrNYqYq +fEsZEgLbneEgyLHfEgJyfESuEgoKnKEgvRfEEgcRmXEghIBNivyKfEfEfEfEfEfEfEfEfEfEfEfEfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvQvQvQvYaYaQvQvZgBpZgQvQvNrNrQvQvQvlMUqUqUqUqUqUqQvHxxqKvfsUqUqUqUqlMksksQvkokoCXCXBStqFbCXCXXVXVCXCXQvQvrNYqYq +fEaUEgjQvOEgOGcZEgwZfEOLEgcWVsEgqvfEEgQaZMEgQPwqivtpfENcQKWNKNAdCsgfCEiurxybfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvQvQvQvQvQvQvQvQvZgQvQvQvQvQvQvQvQvlMlMlMlMlMlMlMQvwNxqsBttlMlMlMlMlMksksQvQvQvQvQvQvBSQvCXQvQvQvQvQvQvQvrNYqYq +fEZGSpSpSpSpSpSpSpSpSpSpSpSpSpSpSpSpSpSpSpSpSpSpBtyKfEbxEgEgEgEgEgEgEgEgEgiEfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvrNYqYq +fEylVMVMVMVMVMVMVMVMVMVMVMVMVMVMVMVMBtBtBtVMVMVMBtyKfENAEgfCeREgerEgzUMbEgXmfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiFiFiFiFiFiFiFiflFiFiFiFiFiFiFiFiYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiFiFiFiFiFiFiywFixAFiFiFiFiFiFiFiYqYqYq +fEwPEgHGBZzuiLKeEgcGfELAEgaxMdEgXwfEivBtyKPnrKtgivyKfESKEgJVTUEgCJEgIfQEEgzEfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiFiFiYGYGFiFiflWSflFiFiDHDHFiFiFiYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiFiVpVpxAxAywyuhhxAxAcQcQxAxAFiFiYqYqYq +fEuiEgpbSnPVreSNEgHZfEzPEgUvWtEgCYfEivBtyKrKEgScivBtdlEgEglQklEgujEgwxMlEgppfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiFiYGWSWSWSFiflWSflFiWSWSWSDHFiFiYqYqkGlDlDlDlDlDFilDlDlDlDlDjiYqYqFiFiVpyuWSWSxAhhyuhhxAWSyuWSKJxAxAFiYqYqYq +fEUsEgEgEgEgEgEgEgMEfEWCEghHHREgtOfEivBtyKlXEgaQylVMgPEgEgEgEgEgEgEgEgEgEgTgfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiYGWSWSWSWSFiFiIXFiFiWSWSWSWSDHFiYqkGgtLgxhxhxhxhAaCnCnCnCnFfZFeYYqFiVpyuWSWSWSxAxAxzFixAyuyuWSWSKJxAxAYqYqYq +fEjtKRdUPtUOIxxfHhXIfEiFVUJzzGJtzhfEivBtyKZaEgFYIuIufEZBvWofTtAOebthKpSJNFNpfEYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiYGWSWSWSeOFiFiFiFiFiGoWSWSWSDHFikGgtLgxhWSeIQMQMAadEdEByWSCnFfZFeYFiVpyuWSWSGoxAxAFiFiFiCjyuWSWSKJxAxAYqYqYq +LrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrWwweGTLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiFiWSWSeOFiFiFiFiFiFiFiGoWSWSFiFindLgxhWSWSxkWSWSAaWSWSRnWSWSCnFfEuxAFiyuyuGoxAxAFiFiFiFiFiCjyuWSxAxAFiYqYqYq +LrEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKLrBrWwweGTuWLrEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiLgxhWSWSWSxkWSWSAaWSWSRnWSWSWSCnFfxAxAFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiYqYqYq +LrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrBrWwweGTuWLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiBuBuFiFiFiFiFiFiFiFiFiFiFiFiFipcxhWSWSWSWSTWxhxhAaCnCncVWSWSWSWSCnGCxAxAFiFiFiFiFiFiFiFiFiFiFinFnFxAxAYqYqYq +LrEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKLrBrWwweGTuWLrEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiBuWSWSjxFiFiFiFiFiFiFiFiFiFiFiFipcLgWSLgWSLgWSLgWSZsWSFfWSFfWSFfWSFfGCxAxAFiFiFiFiFiFiFiFiFiFiZLyuWSBuxAoAYqYq +LrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrBrWwweGTuWLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiBuBuFiFiFiFiFiFiFiFiFiFiFiFiFipcQMWSWSWSWSeIQMQMAadEdEByWSWSWSWSdEGCxAxAFiFiFiFiFiFiFiFiFiFiFinFnFxAxAYqYqYq +LrEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKLrBrWwweGTuWLrEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiLgQMWSWSWSxkWSWSAaWSWSRnWSWSWSdEFfxAxAFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiYqYqYq +LrEKLrEKLrEKLrLrLrLrLrLrLrLrLrLrLrLrUTUgGuLrLrLrLrLrLrLrLrLrLrLrLrEKLrEKLrEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiFiWSWSbJFiFiFiFiFiFiFiXAWSWSFiFiGBLgQMWSWSxkWSWSAaWSWSRnWSWSdEFfdoxAFiyuyuXAxAxAFiFiFiFiFiEayuWSxAxAFiYqYqYq +LrEKEKEKEKEKLrbqZoZoZoZoZoZoZoZoZozOZozOZozOZoZoZoZoZoZoZoZoZoytLrEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiuAWSWSWSbJFiFiFiFiFiXAWSWSWSkAFiqdjiLgQMWSTWxhxhAaCnCncVWSdEFfyDDGFibnyuWSWSXAxAxAFiFiFiEayuWSWSFzxAxAYqYqYq +LrEKLrEKLrEKLrZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoLrEKLrEKLrEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiuAWSWSWSWSFiFirmFiFiWSWSWSWSkAFiYqqdjiLgQMQMQMQMAadEdEdEdEFfyDDGYqFibnyuWSWSWSxAxAirFixAyuyuWSWSFzxAxAYqYqYq +LrEKEKEKEKEKLrZoZobqZoZoZoZoZoZoZozOZozOZozOZoZoZoZoZoZoZoytZoZoLrEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiFiuAWSWSWSFiysWSysFiWSWSWSkAFiFiYqYqqdlDlDlDDmFiFiFiLelDlDlDgtYqYqFiFibnWSWSWSxAKmyuKmxAWSyuWSFzxAxAFiYqYqYq +LrEKLrEKLrEKLrZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoLrEKLrEKLrEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiFiFivSvSFiFiysWSysFiFikAkAFiFiFiYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiFibnbnxAxAMeyuKmxAxAjDjDxAxAFiFiYqYqYq +LrEKEKEKEKEKLrZoZoZoZobqZoZoZoZoZozOZozOZozOZoZoZoZoZoytZoZoZoZoLrEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiFiFiFiFiFiFiFiysFiFiFiFiFiFiFiFiYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiFiFiFiFiFiFiMeFixAFiFiFiFiFiFiFiYqYqYq +LrEKLrEKLrEKLrZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoLrEKLrEKLrEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiFiYqYqYq +LrEKEKEKEKEKLrZoZoZoZoZoZobqZoZoZozOZozOZozOZoZoZoytZoZoZoZoZoZoLrEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKLrEKLrEKLrZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoLrEKLrEKLrEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKEKEKEKEKLrZoZoZoZoZoZoZoZobqZozOZozOZozOZoytZoZoZoZoZoZoZoZoLrEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKLrEKLrEKLrZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoLrEKLrEKLrEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKEKEKEKEKLrVbZoVbZoVbZoVbZoVbZobqZozOZoytZoxTZoxTZoxTZoxTZoxTLrEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKLrEKLrEKLrZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoLrEKLrEKLrEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKEKEKEKEKLrVbZoVbZoVbZoVbZoVbZoVbZoGQZoxTZoxTZoxTZoxTZoxTZoxTLrEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKLrEKLrEKLrZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoLrEKLrEKLrEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKEKEKEKEKLrVbZoVbZoVbZoVbZoVbZozqZoiwZoDpZoxTZoxTZoxTZoxTZoxTLrEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKLrEKLrEKLrZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoLrEKLrEKLrEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKEKEKEKEKLrZoZoZoZoZoZoZoZozqZoiwZoiwZoiwZoDpZoZoZoZoZoZoZoZoLrEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKLrEKLrEKLrZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoLrEKLrEKLrEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKEKEKEKEKLrZoZoZoZoZoZozqZoZoZoiwZoiwZoiwZoZoZoDpZoZoZoZoZoZoLrEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKLrEKLrEKLrZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoLrEKLrEKLrEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKEKEKEKEKLrZoZoZoZozqZoZoZoZoZoiwZoiwZoiwZoZoZoZoZoDpZoZoZoZoLrEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKLrEKLrEKLrZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoLrEKLrEKLrEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKEKEKEKEKLrZoZozqZoZoZoZoZoZoZoiwZoiwZoiwZoZoZoZoZoZoZoDpZoZoLrEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKLrEKLrEKLrZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoZoLrEKLrEKLrEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKEKEKEKEKLrzqZoZoZoZoZoZoZoZoZoiwZoiwZoiwZoZoZoZoZoZoZoZoZoDpLrEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKLrEKLrEKLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrEKLrEKLrEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKEKLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +LrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +YqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYqYq +"} diff --git a/_maps/map_files/generic/CentComm.dmm b/_maps/map_files/generic/CentComm.dmm new file mode 100644 index 000000000000..064e0aa391cb --- /dev/null +++ b/_maps/map_files/generic/CentComm.dmm @@ -0,0 +1,105864 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aao" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd11"; + id_target = "Synd21" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"aat" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/effect/turf_decal/plaque{ + icon_state = "plumbing" + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"aaA" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 1441; + id_tag = "syndicate_jail_airlock_control"; + name = "Syndicate Jail Access Controller"; + pixel_x = 25; + req_access_txt = "150"; + tag_exterior_door = "syndicate_jail_airlock_external"; + tag_interior_door = "syndicate_jail_airlock_internal" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"abb" = ( +/obj/machinery/plantgenes, +/turf/simulated/floor/wood, +/area/centcom/evac) +"abd" = ( +/obj/effect/turf_decal/number/number_1{ + pixel_x = -4 + }, +/obj/effect/turf_decal/number{ + pixel_x = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"abk" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/centcom/specops) +"acc" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"ace" = ( +/turf/unsimulated/wall, +/area/space) +"acx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/specops) +"acz" = ( +/obj/structure/table/holotable, +/obj/item/clothing/suit/armor/riot/knight/red, +/obj/item/clothing/head/helmet/riot/knight/red, +/obj/item/holo/claymore/red, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"adL" = ( +/obj/structure/sign/securearea, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"adQ" = ( +/obj/item/flag/species/greys, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"adZ" = ( +/obj/structure/table/glass, +/obj/item/storage/briefcase, +/obj/item/storage/secure/briefcase, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"aeq" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"aeY" = ( +/obj/item/deck/cards, +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"afb" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"afh" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"afs" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"afP" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/supply) +"agb" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/candle/eternal, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"ahk" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/shuttle/syndicate) +"ahp" = ( +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"ahu" = ( +/obj/machinery/optable, +/obj/machinery/light/spot, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"ahR" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"aie" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/centcom/evac) +"aig" = ( +/obj/structure/window/reinforced{ + color = "#000000"; + dir = 4; + opacity = 1 + }, +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"aim" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"aiq" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid6"; + tag = "icon-asteroid6" + }, +/area/holodeck/source_desert) +"ait" = ( +/obj/structure/table, +/obj/machinery/door_control{ + id = "voxshutters"; + name = "remote shutter control"; + req_access_txt = "152" + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"aiQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"aji" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"ajk" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"ajJ" = ( +/obj/machinery/door/airlock/syndicate/command{ + name = "Bridge"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"ajM" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"ajO" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone1) +"ajU" = ( +/obj/item/flag/nt, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"akg" = ( +/obj/structure/flora/rock/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"akk" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/stamp/magistrate{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = -7 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/court) +"akD" = ( +/obj/machinery/door/window/brigdoor{ + color = "#d70000"; + dir = 1; + name = "Riot Control" + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"akW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/control) +"alF" = ( +/obj/effect/turf_decal{ + dir = 5; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/beach/water/dense, +/area/syndicate_mothership/outside) +"alG" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 2000; + master_tag = "CC-OP1"; + name = "CC-OP1-EXT"; + pixel_x = -24; + req_access_txt = "109" + }, +/obj/machinery/door/airlock/wood/glass{ + frequency = 2000; + id_tag = "CC-OP1-Ext"; + locked = 1; + name = "Zone 1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"alK" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/dress/dress_saloon, +/obj/item/clothing/head/hairflower, +/turf/simulated/floor/holofloor{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"alR" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/machinery/iv_drip, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/item/tank/emergency_oxygen/engi/full, +/obj/item/tank/emergency_oxygen/engi/full, +/obj/item/tank/emergency_oxygen/nitrogen, +/obj/item/tank/emergency_oxygen/plasma, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"amE" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"amG" = ( +/obj/effect/landmark/costume/random, +/obj/structure/rack/holorack, +/turf/simulated/floor/holofloor{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"amK" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/grass, +/area/centcom/specops) +"amV" = ( +/obj/machinery/door_control{ + id = "adminshuttleshutters"; + name = "Shutter control"; + pixel_x = 5; + pixel_y = 35; + req_access = list(101) + }, +/obj/machinery/door_control{ + id = "adminshuttleblast"; + name = "Blast door control"; + pixel_x = -5; + pixel_y = 35; + req_access = list(101) + }, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"amX" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"anf" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate" + }, +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"anK" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8; + id_tag = "CC_supply_internal"; + layer = 5; + locked = 1; + name = "Central Command Supply Internal Shutter" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"aoc" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plating, +/area/centcom/bridge) +"aoF" = ( +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_outer_bottom"; + name = "Ship External Access"; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "smindicate_bottom"; + layer = 5; + name = "Outer Airlock Bottom"; + opacity = 0 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"aoS" = ( +/obj/machinery/door/window, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/specops) +"aoW" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"apl" = ( +/obj/item/flag/nt, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"app" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"aps" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/centcom/evac) +"apu" = ( +/obj/structure/flora/tree/jungle, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"apA" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/vox) +"apH" = ( +/obj/effect/turf_decal/arrows/white{ + color = "#0066ff"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"aqo" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"aqP" = ( +/obj/item/flag/nt, +/turf/simulated/floor/grass, +/area/centcom/specops) +"aqV" = ( +/turf/unsimulated/floor{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"art" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"arw" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "syndieshutters_Aspid"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/cargo) +"arS" = ( +/obj/structure/bed/dogbed/ian{ + name = "Lounger" + }, +/mob/living/simple_animal/pet/dog/fox/alisa, +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/centcom/specops) +"arX" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/processor{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"arZ" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"ask" = ( +/obj/structure/rack/holorack, +/obj/effect/turf_decal/box/white, +/obj/item/teleporter/admin{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/teleporter/admin, +/obj/item/teleporter/admin{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/sign/poster/contraband/c20r{ + pixel_y = 32 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"asI" = ( +/turf/simulated/floor/wood, +/area/centcom/specops) +"asJ" = ( +/obj/machinery/vending/suitdispenser, +/turf/simulated/floor/wood, +/area/centcom/specops) +"asK" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"asM" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"atG" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/beach/coastline{ + dir = 10 + }, +/area/syndicate_mothership/outside) +"atT" = ( +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"aui" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"auj" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"auo" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/structure/window/reinforced, +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"auB" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery, +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/obj/item/clothing/gloves/color/latex/nitrile, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"avx" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/grass, +/area/centcom/specops) +"avK" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/shuttle/syndicate) +"avP" = ( +/obj/effect/turf_decal/box/white/corners, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"awg" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"awK" = ( +/obj/effect/turf_decal/number/number_6, +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"axr" = ( +/obj/item/toy/plushie/orange_fox, +/turf/simulated/floor/plating, +/area/centcom/specops) +"axT" = ( +/obj/machinery/computer/crew, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/centcom/bridge) +"axW" = ( +/turf/simulated/floor/holofloor{ + icon_state = "grimy"; + tag = "icon-grimy" + }, +/area/holodeck/source_meetinghall) +"aya" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"ayi" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"ayr" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"ayt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"ayw" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"ayG" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"azv" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/jail) +"azG" = ( +/obj/effect/turf_decal/plaque, +/obj/effect/turf_decal/stripes/gold, +/obj/effect/turf_decal/stripes/gold, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"azT" = ( +/obj/item/gun/projectile/automatic/pistol/m1911, +/obj/item/ammo_box/magazine/m45, +/obj/item/ammo_box/magazine/m45, +/obj/item/ammo_box/magazine/m45, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed"; + req_access_txt = "114" + }, +/obj/item/clothing/head/helmet/space/deathsquad/beret, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/suit/space/deathsquad/officer, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/flashbangs, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double, +/obj/item/radio/headset/ert{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/storage/box/centcomofficer, +/obj/item/clothing/head/beret/centcom/officer, +/turf/simulated/floor/wood, +/area/centcom/specops) +"aAB" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"aAL" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/transport) +"aAP" = ( +/obj/machinery/computer/card/centcom, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"aAR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/ore_box, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"aBt" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo13" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 8; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"aBL" = ( +/obj/structure/holohoop, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"aBX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"aCC" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP4-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"aCM" = ( +/obj/machinery/photocopier, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"aDf" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"aDE" = ( +/obj/effect/landmark{ + name = "Atmospheric Test Start" + }, +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Burn-Mix Floor"; + nitrogen = 0; + oxygen = 2500; + temperature = 370; + toxins = 5000 + }, +/area/holodeck/source_burntest) +"aDQ" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid{ + dir = 8; + icon_state = "asteroidwarning"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"aEb" = ( +/obj/structure/fence/corner{ + color = "#b0b7c6"; + invulnerable = 1 + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"aEp" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"aEt" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo10" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"aEA" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"aEP" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"aFa" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"aFz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership) +"aFM" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"aFP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"aFT" = ( +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"aGD" = ( +/obj/machinery/computer/camera_advanced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"aGX" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"aHf" = ( +/obj/item/target, +/obj/effect/decal/cleanable/confetti, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"aHS" = ( +/obj/machinery/light/small, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"aHU" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"aIb" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"aIq" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/under/color/red, +/obj/item/holo/esword/red, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"aIt" = ( +/obj/item/flag/species/plasma, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"aIv" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"aIy" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"aII" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"aJd" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/tree/jungle/small, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"aJQ" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"aKD" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"aKV" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"aLV" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"aMV" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/centcom/supply) +"aNy" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo16" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 10 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"aNP" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light/small, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"aNT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"aNX" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"aOd" = ( +/obj/machinery/computer/station_alert, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"aOe" = ( +/obj/structure/spacepoddoor/invincible{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"aOy" = ( +/obj/structure/coatrack, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"aOA" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"aOB" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/curtain/black{ + pixel_y = -32 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"aOC" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"aOE" = ( +/obj/item/storage/box/drinkingglasses, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"aOR" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/head/kitty, +/obj/item/clothing/under/maid, +/obj/item/clothing/suit/browntrenchcoat, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"aPx" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"aPL" = ( +/obj/item/radio/intercom/specops{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"aPX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"aQh" = ( +/obj/structure/chair/wheelchair/bike{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 30 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"aQn" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 8; + id_tag = "CC_supply_internal"; + layer = 5; + locked = 1; + name = "Central Command Supply Internal Shutter" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door_control{ + id = "CC_supply_internal"; + name = "Central Command Supply Internal Shutter"; + pixel_y = 24; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"aQv" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/centcom/zone1) +"aQX" = ( +/obj/structure/table, +/obj/structure/window/reinforced, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/turf/simulated/floor/wood, +/area/centcom/evac) +"aRg" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"aRW" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluealt" + }, +/area/centcom/zone2) +"aRY" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid8"; + tag = "icon-asteroid8 (EAST)" + }, +/area/holodeck/source_desert) +"aSp" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/wood, +/area/centcom/zone3) +"aTZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/centcom/zone1) +"aUX" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"aUY" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"aVm" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Woman Restroom" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"aVs" = ( +/obj/structure/bed, +/obj/item/bedsheet/rd, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"aVE" = ( +/obj/structure/closet/secure_closet/contractor, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"aVH" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/simulated/floor/fakespace, +/area/centcom/zone1) +"aWc" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/supply) +"aWr" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"aWO" = ( +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"aXa" = ( +/obj/effect/overlay/palmtree_r, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"aXl" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"aXz" = ( +/obj/effect/overlay/palmtree_l, +/obj/effect/overlay/coconut, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"aXP" = ( +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/structure/rack, +/obj/structure/table/reinforced, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"aYg" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "syndieshutters_Aspid"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/cargo) +"aYy" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"aZa" = ( +/obj/structure/flora/grass/jungle/b, +/turf/unsimulated/wall{ + icon_state = "rock"; + name = "rock" + }, +/area/syndicate_mothership/outside) +"aZv" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"aZy" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"aZN" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"aZX" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/evac) +"baa" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/centcom/specops) +"bah" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet4-0"; + tag = "icon-carpet4-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"bal" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "carpetsymbol"; + tag = "icon-carpetsymbol (SOUTHEAST)" + }, +/area/holodeck/source_meetinghall) +"baD" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet8-0"; + tag = "icon-carpet8-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"bbk" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/zone3) +"bbv" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/rack/holorack, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/obj/item/storage/belt/utility/chief/full, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"bbR" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"bce" = ( +/obj/effect/turf_decal{ + dir = 5; + icon_state = "golden_stripes_corner" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"bdj" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate" + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"bdB" = ( +/obj/structure/closet/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + }, +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom{ + desc = null; + name = "Supreme commander bowman headset" + }, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106,107,108,109,110,111,112,113,114); + icon_state = "commander"; + name = "Supreme Commander ID card"; + rank = "Nanotrasen Navy Captain"; + registered_name = null + }, +/obj/item/door_remote/centcomm, +/obj/item/clothing/accessory/medal/gold{ + desc = null; + name = "Supreme commander's gold medal" + }, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/gloves/color/white{ + desc = null; + name = "Supreme judge gloves" + }, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"beg" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"bep" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"beu" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone0" + }, +/area/wizard_station) +"beX" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"bfa" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/centcom/specops) +"bfg" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"bfh" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_basketball) +"bfo" = ( +/obj/machinery/computer, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"bfx" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"bfH" = ( +/obj/machinery/computer/communications, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"bgu" = ( +/obj/machinery/light, +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"bgE" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"bhj" = ( +/obj/machinery/door/airlock/centcom{ + name = "Supreme Court"; + opacity = 1; + req_access_txt = "106,109,110" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"bhK" = ( +/obj/structure/closet/crate/syndicate{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"bhR" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"biD" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stack/spacecash/c1000000{ + desc = "Баксоны максона. Возможно кто-то приобретет пропуск."; + name = "100.000 �������� �������" + }, +/obj/item/stack/telecrystal/fifty{ + amount = 115; + desc = null + }, +/obj/item/stack/telecrystal/fifty{ + amount = 115; + desc = null + }, +/obj/item/reagent_containers/food/snacks/soup/beetsoup{ + desc = "Со вкусом политических убийств"; + name = "Борщ"; + pixel_y = 16 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"bje" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"bjr" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"bjw" = ( +/obj/machinery/door/airlock/security/glass{ + frequency = 2000; + id_tag = "CC-OP3-Ext"; + locked = 1; + name = "Zone 3" + }, +/obj/effect/decal/warning_stripes/red, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 2000; + master_tag = "CC-OP3"; + name = "CC-OP3-EXT"; + pixel_y = -24; + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"bjP" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops."; + name = "Special Ops. Monitor"; + network = list("ERT"); + pixel_y = -32 + }, +/obj/structure/table/glass, +/turf/simulated/floor/wood, +/area/centcom/specops) +"bkk" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/reedbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"blf" = ( +/obj/effect/turf_decal{ + icon_state = "golden_stripes" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"blh" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"blm" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-6"; + tag = "icon-plant-6" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet04" + }, +/area/centcom/zone1) +"blr" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/flag/syndi, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"blz" = ( +/obj/machinery/sleeper/upgraded, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"blK" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"blT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/centcom/specops) +"bmm" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"bnR" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_boxingcourt) +"boc" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkredaltstrip" + }, +/area/centcom/zone3) +"boD" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/jail) +"bps" = ( +/turf/simulated/floor/holofloor{ + icon_state = "siding1"; + tag = "icon-siding1" + }, +/area/holodeck/source_theatre) +"bpI" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/wood, +/area/centcom/specops) +"bqg" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"brr" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"brM" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"bsK" = ( +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/syndicatedetonator{ + pixel_x = 4 + }, +/obj/structure/table/wood/poker, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"btm" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid2"; + tag = "icon-asteroid2 (EAST)" + }, +/area/holodeck/source_desert) +"bus" = ( +/obj/machinery/door/airlock/syndicate/command{ + name = "Bridge"; + req_access_txt = "153" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"buw" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/fluff/benjaminfallout, +/obj/item/clothing/under/fluff/benjaminfallout, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/jay_turtleneck, +/obj/item/clothing/under/fluff/jay_turtleneck, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"buy" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet14-10"; + tag = "icon-carpet14-10 (EAST)" + }, +/area/holodeck/source_theatre) +"buH" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle{ + icon_state = "window8" + }, +/turf/simulated/floor/plating, +/area/shuttle/siberia) +"buJ" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood_siding2"; + tag = "icon-wood_siding2 (EAST)" + }, +/area/holodeck/source_picnicarea) +"buW" = ( +/obj/machinery/cryopod, +/obj/machinery/computer/cryopod{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"bvK" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/obj/effect/landmark{ + name = "Commando_Manual" + }, +/obj/effect/landmark{ + name = "nukecode" + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"bvM" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"bwb" = ( +/obj/item/clothing/head/cone, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"bwf" = ( +/obj/structure/table/glass, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"bwo" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"byz" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/centcom/specops) +"byB" = ( +/obj/structure/table, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/book/manual/barman_recipes, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"byG" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/shuttle/syndicate) +"byZ" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood_siding2"; + tag = "icon-wood_siding2 (EAST)" + }, +/area/holodeck/source_picnicarea) +"bAh" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"bAv" = ( +/obj/structure/flora/tree/pine, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"bAw" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowalt" + }, +/area/centcom/supply) +"bAO" = ( +/obj/structure/table/holotable/wood, +/turf/simulated/floor/holofloor{ + icon_state = "grimy"; + tag = "icon-grimy" + }, +/area/holodeck/source_meetinghall) +"bAP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/shuttle/syndicate) +"bAT" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/taperecorder{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/effect/turf_decal/stripes/black, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen{ + pixel_x = 7; + pixel_y = 9 + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"bBe" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/specops) +"bBh" = ( +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"bBI" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"bBY" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/structure/closet/crate, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"bCd" = ( +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"bCs" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"bCu" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/siberia) +"bCI" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"bCT" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"bCV" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo17" + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"bDa" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP3-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 2000; + master_tag = "CC-OP3"; + name = "CC-OP3-INT"; + pixel_y = -24; + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"bDb" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"bDo" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"bDR" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid11"; + tag = "icon-asteroid11 (EAST)" + }, +/area/holodeck/source_desert) +"bDZ" = ( +/obj/machinery/light, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/cryopod/syndie{ + dir = 1 + }, +/obj/machinery/computer/cryopod{ + pixel_y = -32; + req_one_access = list(150) + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"bEB" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"bFM" = ( +/obj/structure/filingcabinet/security, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"bGq" = ( +/obj/machinery/smartfridge, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/evac) +"bGz" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Скромный зал славы"; + req_access_txt = "150" + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"bGZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"bHo" = ( +/turf/simulated/floor/holofloor{ + icon_state = "rampbottom"; + tag = "icon-rampbottom" + }, +/area/holodeck/source_theatre) +"bHM" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo11" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"bIU" = ( +/obj/machinery/vending/syndichem, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"bJL" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"bKz" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"bKM" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"bKX" = ( +/obj/structure/table/wood, +/obj/item/lighter/zippo/gonzofist, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"bLc" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/turf_decal/plaque, +/obj/item/storage/box/cups, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"bLr" = ( +/obj/structure/chair/comfy/lime, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"bMx" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo14" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"bNc" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"bNp" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood, +/area/centcom/specops) +"bNW" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"bPp" = ( +/obj/machinery/syndiepad/admin/loadpad{ + target_id = "syndie_cargo_port2" + }, +/obj/structure/curtain/black{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"bQi" = ( +/obj/machinery/computer, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/centcom/bridge) +"bQu" = ( +/obj/machinery/vending/artvend, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"bQS" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone3) +"bRi" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"bRq" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo15" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 4; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"bRu" = ( +/obj/structure/chair/sofa/right, +/obj/item/toy/plushie/red_fox{ + layer = 5; + name = "Лиса золотистого оттенка" + }, +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" + }, +/area/centcom/supply) +"bRx" = ( +/obj/item/clothing/under/rainbow, +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"bRL" = ( +/obj/structure/bookcase, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_general, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/turf/simulated/floor/wood, +/area/centcom/jail) +"bRM" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding5"; + tag = "icon-wood_siding5" + }, +/area/holodeck/source_picnicarea) +"bSd" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"bSu" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/landmark{ + name = "ERT Director" + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"bSx" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"bSL" = ( +/obj/structure/shuttle_wall_corner{ + dir = 1; + icon_state = "diagonalWall3" + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/cargo) +"bTW" = ( +/obj/machinery/conveyor/south{ + id = "SFBQMLoad" + }, +/obj/machinery/syndiepad/receivepad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"bUi" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/glass, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"bUs" = ( +/obj/effect/turf_decal/arrows/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"bUX" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers/bluespace, +/obj/item/reagent_scanner/adv, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"bVg" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"bVt" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/space) +"bVx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/white, +/obj/structure/ore_box, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"bVU" = ( +/obj/machinery/door/airlock/shuttle, +/obj/structure/fans/tiny, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"bVW" = ( +/obj/structure/chair/stool/holostool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"bXp" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/door/airlock/wood/glass{ + frequency = 2000; + id_tag = "CC-OP1-Ext"; + locked = 1; + name = "Zone 1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"bXA" = ( +/obj/structure/table/reinforced, +/obj/item/stamp/syndicate, +/obj/item/stamp/chameleon{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/item/syndicatedetonator{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"bXH" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"bXO" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"bYb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"bZj" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/wood, +/area/centcom/jail) +"bZw" = ( +/obj/structure/table/reinforced, +/obj/item/stack/nanopaste, +/obj/item/mmi, +/obj/item/stack/nanopaste, +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"caw" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "Workshop"; + opacity = 1; + req_access_txt = "101" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"caQ" = ( +/obj/structure/chair/sofa{ + dir = 9 + }, +/obj/effect/turf_decal/box/red/corners, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"cbs" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"cby" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"cbG" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien20" + }, +/area/abductor_ship) +"cbT" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"cbZ" = ( +/obj/machinery/vending/medical, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"ccL" = ( +/obj/item/flag/species/vulp, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ceD" = ( +/obj/machinery/door/airlock/syndicate/command{ + name = "Teleporter"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"ceS" = ( +/obj/structure/table/holotable/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_picnicarea) +"cfw" = ( +/obj/structure/table, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves, +/obj/structure/sink{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"cfx" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "golden_stripes" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"cfB" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo10" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"cfK" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"cgt" = ( +/obj/structure/chair/sofa{ + dir = 6 + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"cgv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/specops) +"cgx" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding1"; + tag = "icon-wood_siding1" + }, +/area/holodeck/source_picnicarea) +"cgU" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"chw" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"chG" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/supply) +"chS" = ( +/obj/structure/chair/comfy/beige{ + dir = 8; + layer = 5; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"cig" = ( +/obj/item/beach_ball/holoball, +/turf/simulated/floor/holofloor, +/area/holodeck/source_basketball) +"ciK" = ( +/obj/effect/decal/warning_stripes/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"cjy" = ( +/obj/machinery/clonepod/upgraded, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"cjD" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo18" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"cjQ" = ( +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/obj/structure/flora/grass/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"cjY" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"ckb" = ( +/obj/structure/rack/holorack, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/deathimp, +/obj/item/storage/box/chef_rare_ingredients_kit, +/obj/item/storage/box/bartender_rare_ingredients_kit, +/obj/item/storage/box/fingerprints, +/obj/item/storage/box/fingerprints, +/obj/item/storage/box/swabs, +/obj/item/storage/box/swabs, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"ckj" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/specops) +"ckm" = ( +/obj/structure/chair/comfy/purp, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"cko" = ( +/turf/simulated/floor/carpet, +/area/centcom/court) +"ckp" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer/upgraded, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"ckq" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9"; + tag = "icon-swall_f9" + }, +/area/shuttle/supply) +"ckt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"ckG" = ( +/obj/machinery/icemachine, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"ckZ" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"clj" = ( +/obj/machinery/cooker/deepfryer, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"cmf" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"cmF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"cmJ" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_y = 32 + }, +/turf/space, +/area/space) +"cnt" = ( +/turf/simulated/floor/plasteel, +/area/centcom/zone1) +"cnw" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/unsimulated/floor/asteroid; + name = "asteroid baseturf editor" + }, +/obj/structure/flora/grass/jungle/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"cnO" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navybluealtstrip" + }, +/area/centcom/specops) +"cnV" = ( +/obj/machinery/door_control{ + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "nukeop_outside"; + name = "ATOM Outside Doors"; + pixel_y = -32; + req_access_txt = "153" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"coI" = ( +/obj/item/storage/fancy/cigarettes/dromedaryco, +/obj/item/lighter/zippo{ + pixel_x = 5 + }, +/obj/structure/table, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"coU" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_hor, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"cpt" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_wildlife) +"cqi" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding9"; + tag = "icon-wood_siding9" + }, +/area/holodeck/source_picnicarea) +"cqY" = ( +/obj/machinery/tcomms/relay/cc, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom/specops{ + pixel_x = -32 + }, +/turf/simulated/floor/bluegrid, +/area/centcom/bridge) +"crJ" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"csh" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"csL" = ( +/turf/unsimulated/wall{ + icon_state = "iron14" + }, +/area/syndicate_mothership/jail) +"csN" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/computer/mech_bay_power_console, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"csZ" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"cte" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"ctk" = ( +/turf/simulated/floor/plating, +/area/centcom/specops) +"cts" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"ctv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"ctz" = ( +/obj/structure/table/holotable, +/obj/item/beach_ball, +/obj/item/beach_ball/holoball, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cuf" = ( +/obj/machinery/vending/cigarette/free, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"cuh" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet10-8"; + tag = "icon-carpet10-8 (EAST)" + }, +/area/holodeck/source_theatre) +"cuy" = ( +/obj/structure/flora/grass/green, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"cuG" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet6-0"; + tag = "icon-carpet6-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"cvi" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet14-0"; + tag = "icon-carpet14-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"cvl" = ( +/obj/structure/spacepoddoor/invincible, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"cvo" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + dir = 8; + icon_state = "asteroidwarning"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"cvu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "floorlattice" + }, +/area/centcom/zone2) +"cwc" = ( +/turf/unsimulated/wall{ + icon_state = "iron1" + }, +/area/syndicate_mothership/cargo) +"cwn" = ( +/obj/structure/table, +/obj/item/storage/box/syndidonkpockets, +/obj/item/storage/box/syndidonkpockets, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"cwG" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_plating) +"cwT" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s5" + }, +/area/shuttle/gamma/space) +"cwU" = ( +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"cxl" = ( +/obj/effect/turf_decal/arrow{ + color = "#763C3A"; + dir = 5; + pixel_x = 8; + pixel_y = 4 + }, +/obj/effect/turf_decal/arrow{ + color = "#3A5D76"; + dir = 1 + }, +/obj/effect/turf_decal/arrow{ + color = "#76643A"; + dir = 9; + pixel_x = -8 + }, +/obj/effect/turf_decal/arrow{ + color = "#3D485F"; + dir = 5; + pixel_x = 8; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"cxA" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"cxD" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo16" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 10 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"cxF" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/stock_parts/cell/infinite{ + desc = "Интересная батарейка золотого цвета, главный вопрос который вас терзает - а что она делает в космосе? \n Жаль что контакты окислились."; + name = "Батарейка в космосе?" + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"cxG" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (NORTH)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"cxK" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"cxS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/smartfridge/drying_rack, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"cxU" = ( +/obj/machinery/vending/snack, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"cyi" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"cyF" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/junglebush/c, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"cyO" = ( +/obj/docking_port/stationary{ + dwidth = 5; + height = 7; + id = "supply_away"; + name = "supply centcom"; + turf_type = /turf/simulated/floor; + width = 12 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"czh" = ( +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_elite) +"czD" = ( +/obj/machinery/light/small, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/obj/structure/curtain/black{ + pixel_y = -32 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"cAA" = ( +/obj/structure/chair/comfy/brown{ + color = "#3300FF" + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/court) +"cBr" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"cBt" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"cBu" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"cBV" = ( +/obj/effect/turf_decal/stripes/line, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"cCl" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" + }, +/area/syndicate_mothership/control) +"cCA" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/unsimulated/beach/sand, +/area/syndicate_mothership/outside) +"cCT" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-window5 (EAST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"cCV" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign3"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"cDk" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet10-0"; + tag = "icon-carpet10-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"cDE" = ( +/obj/structure/chair/sofa{ + dir = 10 + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"cDS" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"cEg" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "Bridge"; + opacity = 1; + req_access_txt = "101" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"cEx" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"cEE" = ( +/obj/structure/table/wood, +/obj/item/toy/figure/librarian, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"cEQ" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"cFn" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cFo" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign5"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"cFY" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/jail) +"cGG" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo17" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"cHK" = ( +/turf/simulated/floor/holofloor{ + icon_state = "red" + }, +/area/holodeck/source_basketball) +"cHS" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"cHT" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"cHU" = ( +/turf/simulated/floor/carpet, +/area/centcom/evac) +"cIn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/evac) +"cIs" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"cIA" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"cID" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"cJf" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_desert) +"cJg" = ( +/obj/machinery/atmospherics/unary/cold_sink/freezer/upgraded, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"cJJ" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"cJM" = ( +/obj/machinery/recharge_station/upgraded, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"cKq" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"cKt" = ( +/obj/machinery/door/airlock/syndicate/security{ + name = "тюрьма"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/jail) +"cKy" = ( +/obj/structure/closet/crate/freezer{ + desc = "Холодильник с напитками. Ничего необычного." + }, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/obj/item/reagent_containers/food/drinks/cans/iced_tea, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"cKK" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/court) +"cKX" = ( +/obj/machinery/computer/shuttle/admin{ + name = "NTV Argos shuttle console" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"cLt" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo7" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"cLC" = ( +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 8 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"cLL" = ( +/turf/unsimulated/beach/coastline{ + dir = 6 + }, +/area/syndicate_mothership/outside) +"cMd" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"cMm" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"cMD" = ( +/obj/structure/window/plasmareinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"cMG" = ( +/obj/machinery/vending/autodrobe, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"cNn" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"cNy" = ( +/obj/structure/table/reinforced, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"cOo" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"cOF" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"cPC" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "golden_stripes" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"cPH" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cPM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrivalcorner" + }, +/area/centcom/evac) +"cQm" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"cQD" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/chili, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"cRm" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"cRQ" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"cRZ" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"cSq" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"cSN" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cTR" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/centcom/zone1) +"cTV" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"cUs" = ( +/obj/structure/holohoop{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"cUz" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_old_broken4" + }, +/area/syndicate_mothership) +"cUD" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7"; + tag = "icon-asteroid7" + }, +/area/holodeck/source_knightarena) +"cUT" = ( +/obj/structure/shuttle/engine/heater, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = null + }, +/area/syndicate_mothership/cargo) +"cVB" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluealt" + }, +/area/centcom/zone2) +"cVM" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"cWC" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/internals, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"cWM" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"cWR" = ( +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/a40mm, +/obj/item/ammo_box/a40mm, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"cYc" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/cargo) +"cYf" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"cYh" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + color = "red" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"cYM" = ( +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"cYN" = ( +/obj/effect/landmark{ + name = "Holocarp Spawn" + }, +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_wildlife) +"cYV" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/reagent_scanner/adv, +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"dag" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/zone1) +"daj" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"daM" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/specops) +"dbj" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + tag = "icon-plant-30" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"dbC" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"dbO" = ( +/obj/machinery/iv_drip, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"dcc" = ( +/obj/item/stack/sheet/animalhide/monkey{ + desc = "The by-product of monkey farming. Expires 07/02/2022" + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor/plating, +/area/centcom/specops) +"dcA" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/machinery/computer/message_monitor{ + pixel_x = -6 + }, +/obj/item/paper/monitorkey, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"dcL" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/control) +"ddL" = ( +/obj/item/stack/sheet/metal, +/obj/structure/table, +/obj/item/stack/sheet/glass{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/glass{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/glass{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"def" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"deK" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid5"; + tag = "icon-asteroid5" + }, +/area/holodeck/source_desert) +"dfd" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/fakespace, +/area/centcom/evac) +"dfj" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"dfm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"dfs" = ( +/turf/unsimulated/beach/coastline{ + dir = 1; + icon_state = "beachcorner" + }, +/area/syndicate_mothership/outside) +"dfS" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid{ + dir = 8; + icon_state = "asteroidwarning"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"dgp" = ( +/obj/structure/closet/wardrobe/red, +/obj/item/clothing/suit/tracksuit/red, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"dgy" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"dhX" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "golden_stripes" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"dic" = ( +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/structure/table, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"diH" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal, +/obj/item/clothing/glasses/welding, +/obj/item/weldingtool, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"djc" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/control) +"djp" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding6"; + tag = "icon-wood_siding6" + }, +/area/holodeck/source_picnicarea) +"djz" = ( +/obj/machinery/slot_machine, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"dkR" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/razor, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"dlL" = ( +/turf/simulated/floor/plating, +/area/centcom/zone1) +"dlN" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"dlS" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "smindicate_bottom"; + layer = 5; + name = "Outer Airlock Bottom"; + opacity = 0 + }, +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_outer_bottom"; + name = "Ship External Access"; + req_access_txt = "150" + }, +/obj/machinery/door_control{ + id = "smindicate_bottom"; + name = "External Door Control"; + pixel_x = -22; + req_access_txt = "150" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"dlT" = ( +/obj/structure/chair/comfy/brown{ + color = "#FF3300" + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/court) +"dmj" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"dmu" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"dnc" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding10"; + tag = "icon-wood_siding10" + }, +/area/holodeck/source_picnicarea) +"dnh" = ( +/obj/docking_port/stationary{ + allow_spin = 0; + dir = 4; + dwidth = 2; + height = 11; + id = "specops_away"; + name = "centcom bay 3"; + no_spin = 1; + top_left_corner = 8; + top_right_corner = 1; + turf_type = /turf/simulated/floor; + width = 5 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"dnL" = ( +/obj/structure/table, +/obj/item/storage/box/handcuffs, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"dov" = ( +/turf/simulated/floor/holofloor/space, +/area/holodeck/source_space) +"doA" = ( +/obj/structure/rack, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 3; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"dpF" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"dqG" = ( +/turf/unsimulated/floor/asteroid{ + dir = 8; + icon_state = "asteroidwarning"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"dqX" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"dqZ" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet7-3"; + tag = "icon-carpet7-3 (EAST)" + }, +/area/holodeck/source_theatre) +"dra" = ( +/obj/structure/fence/corner{ + color = "#b0b7c6"; + dir = 4; + invulnerable = 1 + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"drh" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet15-15"; + tag = "icon-carpet15-15 (EAST)" + }, +/area/holodeck/source_theatre) +"drp" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"drr" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -12 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 8 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"drz" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet11-12"; + tag = "icon-carpet11-12 (EAST)" + }, +/area/holodeck/source_theatre) +"drE" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/control) +"drU" = ( +/obj/structure/table/wood, +/obj/machinery/kitchen_machine/microwave, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"dsj" = ( +/turf/simulated/floor/fakespace, +/area/centcom/zone1) +"dtu" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/unsimulated/beach/coastline, +/area/syndicate_mothership/outside) +"dtA" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/tree/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"dtK" = ( +/obj/machinery/vending/security, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"dtL" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"dtR" = ( +/obj/structure/table/glass, +/obj/item/folder/blue, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/folder/yellow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"duS" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"dvz" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"dvD" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"dvN" = ( +/obj/structure/decorative_structures/metal/statue/golden_disk, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"dvS" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"dwm" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/bridge) +"dwJ" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/grass, +/area/centcom/evac) +"dwR" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid"; + tag = "icon-asteroid" + }, +/area/holodeck/source_desert) +"dwU" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/supply) +"dxk" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredalt" + }, +/area/centcom/zone3) +"dxK" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo5" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/structure/chair/comfy/purp{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"dxR" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"dxY" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"dyy" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"dyN" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"dyQ" = ( +/obj/item/flag/nt, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"dzo" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet7-0"; + tag = "icon-carpet7-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"dzQ" = ( +/mob/living/simple_animal/pet/dog/fox/Syndifox, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/dogbed, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"dzW" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Burn-Mix Floor"; + nitrogen = 0; + oxygen = 2500; + temperature = 370; + toxins = 5000 + }, +/area/holodeck/source_burntest) +"dzZ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone2) +"dAl" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/glass, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"dAU" = ( +/obj/effect/turf_decal/number/number_1{ + pixel_x = 4 + }, +/obj/effect/turf_decal/number/number_1{ + pixel_x = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"dBa" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet15-0"; + tag = "icon-carpet15-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"dBk" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/centcom/specops) +"dBt" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 6 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"dBJ" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet11-0"; + tag = "icon-carpet11-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"dCm" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/rack/holorack, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd/combat, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"dCs" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"dCC" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"dCI" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"dCY" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"dDa" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"dDl" = ( +/obj/item/beach_ball, +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"dDn" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"dDs" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "smindicate_right"; + layer = 5; + name = "Outer Airlock Right"; + opacity = 0 + }, +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_outer_right"; + name = "Ship External Access"; + req_access_txt = "150" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"dDx" = ( +/obj/mecha/combat/marauder/loaded, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"dDF" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"dDV" = ( +/obj/machinery/conveyor/south{ + id = "SFBQMLoad" + }, +/obj/structure/plasticflaps/mining{ + color = "red" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/cargo) +"dEb" = ( +/turf/simulated/floor/carpet, +/area/centcom/specops) +"dEd" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/siberia) +"dEr" = ( +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = 24; + pixel_y = -24; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"dEs" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"dFv" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"dFy" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor, +/area/holodeck/source_thunderdomecourt) +"dFC" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"dGC" = ( +/obj/machinery/computer/shuttle/sst, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"dGF" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"dGL" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass, +/area/centcom/specops) +"dGN" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/pspork, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"dGP" = ( +/obj/machinery/seed_extractor, +/obj/structure/sink{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"dIc" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"dIs" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/supply) +"dIE" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + lifespan = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"dII" = ( +/turf/unsimulated/wall{ + icon_state = "iron1" + }, +/area/syndicate_mothership/jail) +"dIY" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"dJt" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK" + }, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/syndicate) +"dJG" = ( +/turf/simulated/floor/beach/water, +/area/holodeck/source_beach) +"dJX" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "golden_stripes" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"dKH" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"dLC" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/flask/detflask{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"dLF" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet6-2"; + tag = "icon-carpet6-2 (EAST)" + }, +/area/holodeck/source_theatre) +"dLM" = ( +/obj/structure/table, +/obj/item/kitchen/knife/butcher, +/obj/item/clothing/mask/muzzle{ + pixel_y = 8 + }, +/obj/item/melee/baseball_bat/homerun, +/obj/item/melee/baseball_bat/ablative{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"dLV" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/gamma/space) +"dMk" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "golden_stripes" + }, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"dMq" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/control) +"dMv" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"dNa" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/thaumicnik{ + layer = 10; + pixel_y = 10 + }, +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"dNO" = ( +/obj/machinery/computer/shuttle/syndicate{ + name = "Nuclear Operatives Shuttle Console" + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"dOj" = ( +/obj/structure/rack/holorack, +/obj/item/circuitboard/aiupload, +/obj/item/circuitboard/circuit_imprinter, +/obj/item/circuitboard/communications, +/obj/item/circuitboard/destructive_analyzer, +/obj/item/circuitboard/ore_redemption, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/protolathe, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"dPc" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/zone2) +"dPu" = ( +/obj/machinery/door/airlock/syndicate/security{ + autoclose = 0; + frequency = 1441; + id_tag = "syndicate_jail_airlock_internal"; + locked = 1; + name = "Syndicate Jail Internal Airlock"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"dPx" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/simulated/floor/mineral/abductor, +/area/centcom/zone1) +"dPA" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/mob/living/simple_animal/bot/floorbot{ + on = 0 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"dQf" = ( +/turf/unsimulated/beach/coastline{ + dir = 4 + }, +/area/syndicate_mothership/outside) +"dQq" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/jail) +"dQw" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"dQE" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"dQQ" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"dRA" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/cargo) +"dRJ" = ( +/obj/structure/fence/corner{ + color = "#b0b7c6"; + dir = 1 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"dRO" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"dRS" = ( +/obj/item/flag/species/slime, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"dRV" = ( +/obj/structure/sign/barsign{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/centcom/evac) +"dSn" = ( +/obj/structure/rack, +/obj/item/reagent_containers/spray/plantbgone, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"dTg" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"dTN" = ( +/obj/structure/rack, +/obj/item/beach_ball/holoball, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"dTZ" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"dUh" = ( +/obj/structure/table, +/obj/machinery/smartfridge/disks, +/turf/simulated/floor/wood, +/area/centcom/evac) +"dVl" = ( +/obj/machinery/computer/syndie_supplycomp, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"dVt" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/specops) +"dVZ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"dWc" = ( +/obj/machinery/photocopier/syndie, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"dXa" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet2-0"; + tag = "icon-carpet2-0 (EAST)" + }, +/area/holodeck/source_theatre) +"dXc" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/zone1) +"dXq" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo3" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 1; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"dXx" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/centcom/specops) +"dXA" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/centcom/evac) +"dXY" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/unsimulated/floor{ + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"dYf" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/syndicate/black/red, +/obj/item/clothing/head/helmet/space/syndicate/black/red, +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"dYp" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/beach/sand, +/area/syndicate_mothership/outside) +"dYC" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"dYT" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/centcom/zone3) +"dZe" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"dZk" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/centcom/supply) +"dZv" = ( +/obj/structure/piano{ + icon_state = "piano" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"dZA" = ( +/turf/simulated/floor/grass, +/area/centcom/evac) +"eao" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/kidan, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"eaz" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"eaT" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken7"; + tag = "icon-wood-broken7" + }, +/area/centcom/supply) +"eaU" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet3-0"; + tag = "icon-carpet3-0 (EAST)" + }, +/area/holodeck/source_theatre) +"ebp" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"ebq" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"ebO" = ( +/obj/machinery/vending/snack, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"ebR" = ( +/obj/machinery/computer/shuttle/ert, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ebX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"ecb" = ( +/obj/machinery/computer/card/centcom, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"ecn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/shuttle/syndicate) +"ecw" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"ecB" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone6" + }, +/area/wizard_station) +"ecV" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/supply) +"edo" = ( +/obj/structure/rack, +/obj/item/rcd, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"edp" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"edX" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone10" + }, +/area/wizard_station) +"edZ" = ( +/obj/effect/turf_decal/arrows/white{ + color = null; + dir = 4; + name = "ERT shuttle" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"eeb" = ( +/obj/machinery/bottler, +/obj/structure/table, +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"eed" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_supply_external"; + layer = 5; + locked = 1; + name = "Central Command Supply External Shutte" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door_control{ + id = "CC_supply_external"; + name = "Central Command Supply External Shutte"; + pixel_y = 24; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"eeN" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor{ + icon_state = "wood_siding1"; + tag = "icon-wood_siding1" + }, +/area/holodeck/source_picnicarea) +"eeU" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"eeV" = ( +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"efU" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"efW" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/jail) +"egd" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"egp" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "CC_toilet_unit2"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"egP" = ( +/obj/structure/flora/grass/brown, +/turf/simulated/floor/holofloor{ + icon_state = "snow"; + tag = "icon-snow" + }, +/area/holodeck/source_snowfield) +"egQ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ehm" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd25"; + id_target = "Synd15" + }, +/turf/unsimulated/floor{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"ehu" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1331; + id_tag = "vox_west_control"; + pixel_x = 24; + req_access_txt = "152"; + tag_airpump = "vox_west_vent"; + tag_chamber_sensor = "vox_west_sensor"; + tag_exterior_door = "vox_northwest_lock"; + tag_interior_door = "vox_southwest_lock" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"ehD" = ( +/turf/simulated/floor/holofloor{ + icon_state = "sand"; + name = "Soft sand" + }, +/area/holodeck/source_beach) +"eip" = ( +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f1" + }, +/area/shuttle/syndicate) +"eiR" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_basketball) +"eji" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"ekh" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood"; + tag = "icon-wood (EAST)" + }, +/area/holodeck/source_theatre) +"ekH" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/zone1) +"ekY" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluecornersalt" + }, +/area/syndicate_mothership/control) +"ele" = ( +/obj/effect/decal/cleanable/molten_object, +/turf/unsimulated/floor{ + icon_state = "hierophant1" + }, +/area/wizard_station) +"elD" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/toy/cards/deck, +/obj/effect/turf_decal/stripes/gold, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"elS" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + icon_state = "door_locked"; + id_tag = "emergency_away"; + locked = 1; + name = "Arrival Airlock"; + req_access = null + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"emw" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo7" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"emN" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "hierophant1" + }, +/area/wizard_station) +"ena" = ( +/obj/structure/railing, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"enn" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/supply) +"eol" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"eom" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo2" + }, +/obj/effect/turf_decal/stripes/gold{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"eos" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1 + }, +/area/wizard_station) +"eoD" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"eoT" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"eph" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"epo" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/wood{ + icon_state = "wood-broken7"; + tag = "icon-wood-broken7" + }, +/area/centcom/supply) +"epD" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"erc" = ( +/obj/item/clothing/accessory/stripedredscarf, +/turf/simulated/floor/plating, +/area/centcom/supply) +"erk" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "ntsing_alt4"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"ero" = ( +/obj/structure/table/glass, +/obj/item/clothing/accessory/stethoscope, +/obj/item/storage/belt/medical, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"eru" = ( +/obj/structure/chair/comfy/beige, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"erx" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"ery" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"erD" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/centcom/specops) +"erZ" = ( +/obj/structure/rack/holorack, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"esm" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"esC" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluecornersalt" + }, +/area/syndicate_mothership/control) +"esE" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"etr" = ( +/obj/structure/toilet, +/obj/structure/sink{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"etw" = ( +/obj/machinery/computer/robotics, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"euh" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo13" + }, +/obj/effect/turf_decal/stripes/gold{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"euj" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid1"; + tag = "icon-asteroid1 (EAST)" + }, +/area/holodeck/source_desert) +"euF" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet5-0"; + tag = "icon-carpet5-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"evj" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"evA" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowalt" + }, +/area/centcom/zone3) +"evD" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/stripes/full, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"evL" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet13-0"; + tag = "icon-carpet13-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"evN" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/under/vox/vox_robes, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"ewj" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"ewA" = ( +/obj/structure/dresser, +/obj/effect/turf_decal/stripes/black, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"ewZ" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "vox_northwest_lock"; + locked = 1; + req_access_txt = "152"; + req_one_access = null + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1331; + master_tag = "vox_west_control"; + pixel_x = -29; + req_one_access_txt = "152" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"exa" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet9-0"; + tag = "icon-carpet9-0 (EAST)" + }, +/area/holodeck/source_meetinghall) +"exG" = ( +/turf/simulated/floor/beach/coastline, +/area/holodeck/source_beach) +"exL" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"exU" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"eyb" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone2) +"eyn" = ( +/mob/living/simple_animal/hostile/creature{ + name = "Experiment 35b" + }, +/turf/unsimulated/floor{ + icon_state = "plasma" + }, +/area/wizard_station) +"ezx" = ( +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_inner_bottom"; + locked = 1; + name = "Ship External Access"; + req_access_txt = "150" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"ezA" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/zone3) +"eAK" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (NORTH)" + }, +/area/wizard_station) +"eAN" = ( +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"eBs" = ( +/obj/item/radio/intercom/syndicate{ + pixel_y = 30 + }, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet6-2" + }, +/area/wizard_station) +"eBU" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"eCc" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"eCq" = ( +/obj/effect/landmark/shuttle_import, +/turf/space, +/area/space) +"eCI" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/clothing/mask/cigarette/pipe, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"eCT" = ( +/obj/machinery/door/airlock/centcom{ + name = "ER."; + opacity = 1; + req_access_txt = "114" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/wood, +/area/centcom/specops) +"eDe" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/decorations/sticky_decorations/flammable/pot_of_gold, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"eDV" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/clothing/gloves/botanic_leather, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"eEg" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor/east{ + dir = 8; + id = "QMLoad2" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"eEj" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law/black, +/turf/simulated/floor/wood, +/area/centcom/jail) +"eFc" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"eFH" = ( +/obj/structure/table/holotable, +/obj/item/clothing/suit/armor/riot/knight/blue, +/obj/item/clothing/head/helmet/riot/knight/blue, +/obj/item/holo/claymore/blue, +/turf/simulated/floor/holofloor{ + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"eFN" = ( +/obj/structure/rack/holorack, +/obj/item/stamp/captain, +/obj/item/stamp/ce, +/obj/item/stamp/clown, +/obj/item/stamp/cmo, +/obj/item/stamp/hop, +/obj/item/stamp/hos, +/obj/item/stamp/law, +/obj/item/stamp/magistrate, +/obj/item/stamp/qm, +/obj/item/stamp/rd, +/obj/item/stamp/rep, +/obj/item/stamp/warden, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/heads/magistrate/alt, +/obj/item/radio/headset/heads/ntrep, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"eGh" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"eGA" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"eHs" = ( +/obj/structure/closet/secure_closet/brigdoc, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"eIp" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership/jail) +"eIq" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"eIy" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "asteroid3"; + tag = "icon-asteroid3 (EAST)" + }, +/area/holodeck/source_desert) +"eKa" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet1-0"; + tag = "icon-carpet1-0 (EAST)" + }, +/area/holodeck/source_theatre) +"eKi" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet5-1"; + tag = "icon-carpet5-1 (EAST)" + }, +/area/holodeck/source_theatre) +"eKv" = ( +/obj/effect/turf_decal/bot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"eKV" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet13-5"; + tag = "icon-carpet13-5 (EAST)" + }, +/area/holodeck/source_theatre) +"eLf" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "carpet9-4"; + tag = "icon-carpet9-4 (EAST)" + }, +/area/holodeck/source_theatre) +"eLT" = ( +/turf/simulated/floor/holofloor{ + icon_state = "cult"; + tag = "icon-cult" + }, +/area/holodeck/source_theatre) +"eMn" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd12"; + id_target = "Synd22" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"eMo" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"eMC" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"eMK" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"eMS" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/red, +/obj/effect/spawner/random_spawners/syndicate/loot{ + color = "#755d9a"; + icon_state = "x_white"; + spawn_inside = null + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"eNb" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"eNf" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"eNm" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"eNL" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"eNQ" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"eNS" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + icon_state = "swall4" + }, +/area/shuttle/administration) +"eNU" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"eNW" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"eOl" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "darkredalt" + }, +/area/centcom/jail) +"eOC" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/rock/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"eOT" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"eOV" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_old_broken5" + }, +/area/syndicate_mothership) +"ePq" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "advanced energy gun" + }, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"ePz" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/head/kitty, +/obj/item/clothing/under/maid, +/obj/item/clothing/suit/browntrenchcoat, +/obj/machinery/light/small, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"ePB" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"ePH" = ( +/obj/structure/table, +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"ePM" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/outside) +"ePR" = ( +/obj/structure/table/glass, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ePS" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"eQj" = ( +/obj/machinery/door/airlock/external{ + id_tag = "supply_away"; + name = "Central Command Supply"; + req_access_txt = "31" + }, +/obj/machinery/door/poddoor{ + id_tag = "CC_supply_space"; + locked = 2; + name = "Supply Blastdoor" + }, +/obj/structure/fans/tiny, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"eQt" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"eQT" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_basketball) +"eRk" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"eRv" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"eRR" = ( +/obj/machinery/door_control{ + id = "CC_Armory_PDW"; + name = "PDW-9"; + pixel_x = 24; + pixel_y = 24; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"eSd" = ( +/obj/machinery/photocopier, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/specops) +"eSg" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"eSC" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/under/color/green, +/obj/item/holo/esword/green, +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"eSL" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi' + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"eTg" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"eTj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/flashlight/seclite, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"eTm" = ( +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/structure/table/reinforced, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/obj/item/gun/projectile/automatic/lasercarbine, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"eTD" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"eTZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"eUo" = ( +/obj/item/stack/wrapping_paper, +/obj/item/stack/wrapping_paper, +/obj/item/stack/wrapping_paper, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"eUK" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"eVA" = ( +/obj/effect/turf_decal/stripes/asteroid/corner, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"eVP" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"eVU" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = -12 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = -2 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24; + pixel_y = 8 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"eVY" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredalt" + }, +/area/syndicate_mothership/cargo) +"eWv" = ( +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"eWL" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"eXk" = ( +/obj/structure/closet/secure_closet/bar{ + req_access = null + }, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"eXB" = ( +/obj/machinery/vending/medical, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"eXF" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"eXJ" = ( +/obj/structure/fence{ + color = "#b0b7c6"; + dir = 4; + invulnerable = 1 + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"eXN" = ( +/obj/machinery/door_control{ + id = "CC_supply_space"; + name = "Supply Blastdoor"; + pixel_y = 24; + req_access_txt = "114" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/centcom/supply) +"eYP" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "hierophant1" + }, +/area/wizard_station) +"eZg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecornersalt" + }, +/area/centcom/zone2) +"eZi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcornersalt" + }, +/area/centcom/zone3) +"eZx" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle/large{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/paper_bin/syndicate{ + pixel_y = 5 + }, +/obj/item/pen/edagger{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/structure/curtain/black{ + pixel_y = -32 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"eZD" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random_spawners/syndicate/layout/spacepod, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"eZR" = ( +/obj/structure/filingcabinet/employment, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"fad" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod4_away"; + name = "recovery ship bay 4"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"fai" = ( +/obj/structure/closet/crate/can, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"faY" = ( +/turf/unsimulated/floor{ + icon_state = "carpet7-3" + }, +/area/wizard_station) +"fba" = ( +/turf/unsimulated/floor{ + icon_state = "carpet11-12" + }, +/area/wizard_station) +"fbH" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/under/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/shoes/magboots/vox, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"fbI" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/wizard_station) +"fcj" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"fcs" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"fcv" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_legal, +/turf/simulated/floor/wood, +/area/centcom/specops) +"fcH" = ( +/obj/structure/bed, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/bedsheet/captain, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"fdf" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/wizard_station) +"fdg" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"fdu" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + tag = "icon-fakewindows (NORTHEAST)" + }, +/area/wizard_station) +"fdJ" = ( +/mob/living/carbon/human/farwa, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"fdR" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpet6-2" + }, +/area/wizard_station) +"feu" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/jail) +"feR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/zone1) +"feT" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"ffV" = ( +/obj/machinery/computer/atmos_alert, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"ffX" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/lamp/green, +/turf/unsimulated/floor{ + icon_state = "carpet14-10" + }, +/area/wizard_station) +"fgq" = ( +/obj/effect/decal/warning_stripes/northwest, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"fgx" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/soymilk, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"fgB" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpet14-10" + }, +/area/wizard_station) +"fgL" = ( +/obj/structure/table/glass, +/obj/item/pizzabox/margherita, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"fhx" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredalt" + }, +/area/centcom/zone3) +"fhN" = ( +/turf/unsimulated/wall{ + icon_state = "iron14" + }, +/area/syndicate_mothership/cargo) +"fhT" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"fhX" = ( +/obj/machinery/chem_heater, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"fiy" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpet10-8" + }, +/area/wizard_station) +"fiO" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stack/spacecash, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"fjj" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT3"; + name = "Launch Bay #3" + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"fjq" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/evac) +"fjx" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/recharger, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"fjA" = ( +/obj/machinery/cell_charger, +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"fjH" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/syndicate) +"fjR" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"fkh" = ( +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"fkA" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/snacks/candy/cotton/blue, +/turf/unsimulated/floor{ + icon_state = "carpet5-1" + }, +/area/wizard_station) +"fkW" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowalt" + }, +/area/centcom/zone3) +"fls" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_supply, +/obj/item/book/manual/nuclear, +/turf/simulated/floor/wood, +/area/centcom/specops) +"fmc" = ( +/obj/structure/chair/comfy/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"fmZ" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 + }, +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"fnh" = ( +/turf/simulated/floor/holofloor, +/area/holodeck/source_emptycourt) +"fnn" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/drinks/mugwort, +/turf/unsimulated/floor{ + icon_state = "carpetside" + }, +/area/wizard_station) +"fnC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluealtstrip" + }, +/area/centcom/zone2) +"fnJ" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"fnN" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpetside" + }, +/area/wizard_station) +"fnW" = ( +/obj/machinery/computer/communications, +/obj/machinery/newscaster/security_unit{ + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"fom" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + icon_state = "carpet9-4" + }, +/area/wizard_station) +"fon" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"foC" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"foN" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/centcom/evac) +"fpg" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/button/windowtint{ + id = "privateroomcentcom"; + pixel_x = -24; + pixel_y = 24 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"fqb" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/obj/item/dice/d20, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"fqy" = ( +/obj/effect/turf_decal/number/number_5, +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"fqF" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpetnoconnect" + }, +/area/wizard_station) +"fqN" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 10 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"fqO" = ( +/obj/structure/bookcase, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/obj/item/book/manual, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"fqU" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"frx" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"fsg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"fsr" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Connector Port (Air Supply)" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"fsS" = ( +/obj/machinery/shuttle_manipulator, +/turf/simulated/floor/bluegrid, +/area/centcom/bridge) +"fsT" = ( +/obj/structure/flora/ausbushes/palebush, +/obj/structure/flora/tree/pine{ + color = "#336633" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"fsV" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = -3; + pixel_y = -30 + }, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/obj/machinery/light_switch{ + pixel_x = 12; + pixel_y = -26 + }, +/turf/unsimulated/floor{ + icon_state = "carpet5-1" + }, +/area/wizard_station) +"fsX" = ( +/turf/unsimulated/floor{ + icon_state = "carpetside" + }, +/area/wizard_station) +"fti" = ( +/obj/structure/bed, +/obj/effect/turf_decal{ + icon_state = "chasm"; + name = "chasm" + }, +/obj/item/bedsheet/red, +/obj/item/kitchen/utensil/spoon{ + layer = 4.1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"ftj" = ( +/obj/machinery/computer/supplycomp{ + req_access_txt = "114" + }, +/obj/machinery/status_display/supply_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellowalt" + }, +/area/centcom/supply) +"ftu" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/chair/comfy/lime, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"ftv" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone3-bathroom1"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"ftx" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"ftP" = ( +/obj/machinery/cryopod, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"ftQ" = ( +/obj/structure/bed, +/obj/item/bedsheet/wiz, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"ftT" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"fus" = ( +/obj/machinery/airlock_sensor{ + frequency = 1331; + id_tag = "synd_sensor_right"; + pixel_y = -32; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"fuZ" = ( +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet9-4" + }, +/area/wizard_station) +"fvk" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/court) +"fvx" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"fvI" = ( +/obj/effect/landmark/start, +/turf/unsimulated/floor, +/area/start) +"fwi" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_r"; + tag = "icon-burst_r" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"fwy" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"fxA" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"fxZ" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone2" + }, +/area/wizard_station) +"fyy" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellowalt" + }, +/area/centcom/zone3) +"fyV" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command" + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"fzw" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/closet/crate, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"fAd" = ( +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/centcom/zone1) +"fAg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"fAs" = ( +/obj/structure/sign/restroom{ + pixel_x = 28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"fAD" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd15"; + id_target = "Synd25" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"fAN" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi' + }, +/turf/simulated/floor/plating, +/area/centcom/jail) +"fBc" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"fBk" = ( +/obj/structure/table/wood, +/obj/item/storage/bible, +/turf/simulated/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/centcom/evac) +"fBA" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"fBG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/ore_box, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fBS" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"fCa" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecornersalt" + }, +/area/centcom/zone2) +"fCi" = ( +/obj/effect/turf_decal/delivery/red, +/obj/structure/ore_box, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fCq" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"fCu" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "101" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"fCK" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP4-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 2000; + master_tag = "CC-OP4"; + name = "CC-OP4-INT"; + pixel_x = -24; + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"fCL" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"fCP" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone5" + }, +/area/wizard_station) +"fCQ" = ( +/obj/structure/sign/poster/official/ue_no, +/turf/unsimulated/wall{ + icon_state = "sandstone12" + }, +/area/wizard_station) +"fCS" = ( +/obj/machinery/computer/cloning, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"fCV" = ( +/obj/mecha/combat/marauder/seraph{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 80, "energy" = 80, "bomb" = 80, "bio" = 80, "rad" = 80, "fire" = 100, "acid" = 100); + color = "#006666"; + name = "Rocinante" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual{ + fire_sound = 'sound/weapons/gunshots/gunshot_strong.ogg'; + name = "Automatic 20mm cannone"; + projectile_delay = 0.5; + projectiles_per_shot = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy{ + name = "Heavy 83mm HE RL" + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot{ + name = "Destroyer of the present"; + projectiles = 70; + projectiles_per_shot = 7 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/xray/triple, +/obj/item/mecha_parts/mecha_equipment/teleporter/precise, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/turf/simulated/floor/wood, +/area/centcom/specops) +"fDt" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/under/color/lightpurple, +/obj/item/clothing/under/color/purple, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/head/wizard/red, +/obj/item/clothing/suit/wizrobe/red, +/obj/item/clothing/head/wizard, +/obj/item/clothing/suit/wizrobe, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet01" + }, +/area/wizard_station) +"fDP" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"fDS" = ( +/obj/machinery/door/window{ + dir = 2; + panel_open = 1; + req_access_txt = "101" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"fDV" = ( +/obj/effect/decal/warning_stripes/red, +/obj/machinery/door/poddoor/shutters, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"fDY" = ( +/obj/machinery/vending/coffee/free, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"fDZ" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s10" + }, +/area/shuttle/escape) +"fEi" = ( +/obj/structure/bed, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet01" + }, +/area/centcom/zone1) +"fEE" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet03" + }, +/area/wizard_station) +"fEL" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet04" + }, +/area/wizard_station) +"fEQ" = ( +/obj/structure/shuttle_wall_corner{ + icon_state = "diagonalWall3" + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/cargo) +"fEX" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + icon_state = "swall8"; + tag = "icon-swall12" + }, +/area/shuttle/administration) +"fEZ" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/plasmaman/wizard, +/obj/item/clothing/head/helmet/space/plasmaman/wizard, +/obj/item/clothing/mask/breath, +/obj/item/tank/plasma/plasmaman/belt/full, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet06" + }, +/area/wizard_station) +"fFa" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"fFi" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"fFm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 30 + }, +/obj/item/reagent_containers/food/drinks/cans/beer, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"fFs" = ( +/obj/structure/fence/end{ + color = "#b0b7c6"; + dir = 1; + invulnerable = 1 + }, +/obj/structure/fence/post{ + color = "#b0b7c6"; + dir = 4; + invulnerable = 1 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"fFD" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken3" + }, +/area/wizard_station) +"fGl" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken4" + }, +/area/wizard_station) +"fGm" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/wizrobe/magusblue, +/obj/item/clothing/head/wizard/magus, +/obj/item/twohanded/staff, +/obj/item/clothing/suit/wizrobe/magusred, +/obj/item/clothing/head/wizard/magus, +/obj/item/twohanded/staff, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet06" + }, +/area/wizard_station) +"fGp" = ( +/obj/item/target, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 8; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken7" + }, +/area/wizard_station) +"fGt" = ( +/obj/item/flag/species/diona, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"fGK" = ( +/obj/item/target, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken7" + }, +/area/wizard_station) +"fHb" = ( +/obj/item/target, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood-broken5" + }, +/area/wizard_station) +"fHe" = ( +/obj/machinery/status_display/supply_display{ + pixel_x = 32 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"fHh" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "ntsing_alt5"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"fHE" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"fHL" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"fIc" = ( +/turf/unsimulated/wall/fakeglass, +/area/wizard_station) +"fIj" = ( +/obj/item/flag/wiz, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"fIt" = ( +/obj/machinery/computer/library/checkout, +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"fID" = ( +/turf/simulated/floor/plating/airless, +/area/space) +"fIJ" = ( +/obj/structure/holohoop, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"fJn" = ( +/obj/effect/turf_decal/arrows/red{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"fJz" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/autoimplanter/old, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"fJQ" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/machinery/chem_heater, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"fJR" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"fJV" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"fKl" = ( +/obj/machinery/kitchen_machine/candy_maker, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"fKH" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"fKK" = ( +/obj/machinery/vending/magivend, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"fKY" = ( +/obj/machinery/vending/cola/free, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"fLa" = ( +/obj/structure/dresser, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"fLb" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" + }, +/area/shuttle/siberia) +"fLk" = ( +/obj/machinery/door/airlock/centcom{ + opacity = 1; + req_access_txt = "152" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"fLn" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp/green, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"fLB" = ( +/obj/machinery/vending/snack/free, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"fLU" = ( +/obj/structure/table/wood, +/obj/structure/mirror/magic{ + pixel_y = -30 + }, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/obj/item/flashlight/slime, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet07" + }, +/area/wizard_station) +"fMs" = ( +/obj/structure/table/wood, +/obj/effect/landmark{ + name = "Teleport-Scroll" + }, +/obj/item/radio/intercom/syndicate{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet08" + }, +/area/wizard_station) +"fMQ" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/bridge) +"fMS" = ( +/obj/structure/flora/rock{ + color = "#3366ff" + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"fNk" = ( +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"fNy" = ( +/obj/structure/bed, +/obj/item/bedsheet/wiz, +/obj/effect/landmark/start{ + name = "wizard" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet08" + }, +/area/wizard_station) +"fND" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plating, +/area/centcom/court) +"fOf" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"fOM" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/zone3) +"fPf" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = -24; + pixel_y = 8; + req_access_txt = "114"; + wires = 1 + }, +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = -24; + pixel_y = -8; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"fPk" = ( +/obj/machinery/computer/camera_advanced, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"fPl" = ( +/obj/item/flag/wiz, +/obj/machinery/light/small{ + brightness_range = 6; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet09" + }, +/area/wizard_station) +"fPz" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/machinery/computer/crew{ + pixel_x = -6 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"fPG" = ( +/obj/effect/turf_decal/plaque, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"fQu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/random_spawners/syndicate/loot/level4{ + color = "#f64a46"; + icon_state = "x_white"; + spawn_inside = /obj/structure/closet/crate/syndicate + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"fQE" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/beach/coastline{ + dir = 6 + }, +/area/syndicate_mothership/outside) +"fQJ" = ( +/obj/machinery/kitchen_machine/grill, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"fQM" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone9" + }, +/area/wizard_station) +"fQU" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"fRd" = ( +/turf/unsimulated/wall/splashscreen, +/area/start) +"fRH" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"fRP" = ( +/obj/item/storage/box/donkpockets{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets, +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"fRW" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"fSW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"fTo" = ( +/obj/structure/closet/crate, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"fTt" = ( +/obj/structure/window/reinforced, +/obj/item/flag/nt, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"fUp" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 11; + id = "trade_sol_transit"; + name = "trade_sol in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/east/shuttlespace_ew1, +/area/space) +"fUE" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"fUK" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"fVB" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"fVX" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"fWk" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"fWt" = ( +/obj/machinery/computer/account_database, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"fWV" = ( +/obj/structure/noticeboard{ + pixel_y = -30 + }, +/obj/item/paper/syndimemo{ + info = "https://www.youtube.com/watch?v=PD8LdxRSueA" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/centcom/evac) +"fXf" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"fXg" = ( +/obj/structure/dresser, +/obj/structure/mirror{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"fXA" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "golden_stripes" + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"fXR" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -30 + }, +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"fXZ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcornersalt" + }, +/area/centcom/jail) +"fYk" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"fYP" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 2"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"fYW" = ( +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/item/soap, +/obj/item/mop, +/obj/structure/mopbucket, +/obj/structure/window/reinforced/tinted, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"fZl" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo19" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 6; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"fZr" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 8; + height = 20; + id = "freegolem_transit"; + name = "free golem in transit"; + width = 16 + }, +/turf/space/transit/east/shuttlespace_ew1, +/area/space) +"fZO" = ( +/obj/structure/closet/secure_closet/personal, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"gam" = ( +/obj/structure/flora/tree/pine{ + color = "#336633" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"gaE" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"gaJ" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -30 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"gaR" = ( +/obj/machinery/teleport/hub/upgraded, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"gbl" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien22" + }, +/area/abductor_ship) +"gbo" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/supply) +"gcl" = ( +/obj/effect/turf_decal/number/number_1, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"gcs" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien23" + }, +/area/abductor_ship) +"gct" = ( +/obj/mecha/combat/marauder/loaded, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/centcom/specops) +"gcB" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/centcom/zone1) +"gcG" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien24" + }, +/area/abductor_ship) +"gcU" = ( +/obj/structure/table, +/obj/item/vending_refill/hydroseeds, +/obj/item/vending_refill/hydroseeds, +/obj/item/vending_refill/hydroseeds, +/obj/item/vending_refill/hydroseeds, +/obj/item/storage/toolbox/syndicate, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/turf/simulated/floor/wood, +/area/centcom/evac) +"gdi" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"gdk" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/zone2) +"gdt" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"gdL" = ( +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"gev" = ( +/obj/machinery/door/airlock{ + name = "Toilet" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"geC" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo2" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"geF" = ( +/obj/structure/rack, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/clothing/accessory/stethoscope, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"gfB" = ( +/obj/structure/bed, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"ggg" = ( +/obj/structure/grille, +/obj/structure/shuttle/window{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"ggC" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/shuttle/syndicate) +"ggF" = ( +/obj/machinery/abductor/experiment{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"ggJ" = ( +/obj/item/tank/nitrogen, +/obj/structure/table/wood, +/obj/item/tank/nitrogen, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/tank/nitrogen, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"ggS" = ( +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"ghk" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall{ + icon_state = "iron3"; + tag = "icon-iron3" + }, +/area/space) +"ghS" = ( +/obj/machinery/door/firedoor, +/obj/structure/sign/poster/ripped{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/shuttle/syndicate) +"ghT" = ( +/obj/machinery/abductor/console{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gii" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/reedbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"giw" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"giG" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/evac) +"gja" = ( +/obj/machinery/abductor/pad{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gjj" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien18" + }, +/area/abductor_ship) +"gjk" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien19" + }, +/area/abductor_ship) +"gjn" = ( +/obj/machinery/computer/shuttle/ert{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access = list(109) + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"gjC" = ( +/obj/machinery/abductor/experiment{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gjP" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock{ + id_tag = "CC_toilet_unit11"; + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"gkm" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" + }, +/area/syndicate_mothership/cargo) +"gkG" = ( +/obj/machinery/abductor/console{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gkO" = ( +/obj/effect/turf_decal{ + icon_state = "golden_stripes" + }, +/obj/machinery/light/spot, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"gkW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/candle/eternal, +/turf/simulated/floor/wood, +/area/centcom/evac) +"glc" = ( +/obj/machinery/abductor/pad{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"glw" = ( +/obj/structure/chair/comfy/brown, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"glM" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/evac) +"glO" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/hooker{ + layer = 10; + pixel_y = 10 + }, +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"gmk" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/item/radio/intercom/syndicate{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"gmq" = ( +/obj/structure/rack, +/obj/item/cultivator, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/shovel/spade, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"gmt" = ( +/obj/machinery/computer/shuttle/trade/sol, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"gmC" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"gmJ" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = 27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = 27 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"gmQ" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = "icon-iron12" + }, +/area/space) +"gnr" = ( +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"gnw" = ( +/obj/item/flag/species/human, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"gnD" = ( +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/grass, +/area/centcom/evac) +"gnP" = ( +/obj/structure/closet/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"god" = ( +/turf/unsimulated/wall{ + icon_state = "iron7" + }, +/area/syndicate_mothership/jail) +"got" = ( +/turf/unsimulated/wall{ + icon_state = "rrust" + }, +/area/vox_station) +"goI" = ( +/obj/machinery/computer/cryopod/robot{ + pixel_y = 30 + }, +/obj/effect/decal/warning_stripes/green/hollow, +/obj/effect/landmark{ + name = "Response Team" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"goU" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien15" + }, +/area/abductor_ship) +"gpg" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" + }, +/area/syndicate_mothership/jail) +"gpm" = ( +/obj/machinery/computer/station_alert, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"gpF" = ( +/obj/effect/turf_decal/stripes/asteroid/line, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"gqc" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Shuttle Airlock"; + req_access_txt = "2" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/siberia) +"gqd" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gqg" = ( +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"gqv" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"gqx" = ( +/obj/machinery/door/airlock/external{ + id_tag = "trade_sol_base"; + name = "Docking Port" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"gqJ" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"grj" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"grx" = ( +/obj/structure/closet/crate, +/turf/simulated/shuttle/floor, +/area/shuttle/siberia) +"grJ" = ( +/obj/structure/rack/holorack, +/obj/item/autoimplanter, +/obj/effect/turf_decal/box/white, +/obj/structure/sign/poster/contraband/hacking_guide{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"gsj" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/closet/crate/can, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"gsB" = ( +/obj/machinery/optable/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gtm" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/trade/sol) +"gtw" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_hor{ + icon_state = "open"; + id_tag = "Aspid_left_storage" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"gtY" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"gul" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcornersalt" + }, +/area/centcom/zone3) +"guv" = ( +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"gvs" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"gvy" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"gvO" = ( +/obj/effect/landmark/abductor/agent, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gvQ" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "Medbay"; + opacity = 1; + req_access_txt = "101" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"gwo" = ( +/obj/structure/shuttle/window, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/shuttle/transport) +"gwP" = ( +/obj/structure/table/abductor, +/obj/item/storage/box/alienhandcuffs, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gxh" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien13" + }, +/area/abductor_ship) +"gxB" = ( +/obj/structure/sink{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/tank/anesthetic, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/surgical, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"gyb" = ( +/obj/effect/landmark/abductor/scientist{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gyg" = ( +/obj/effect/landmark/abductor/agent{ + team = 4 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gyV" = ( +/obj/docking_port/stationary{ + dheight = 1; + dir = 8; + dwidth = 7; + height = 18; + id = "trade_sol_base"; + name = "docking bay 2 at Jupiter Station"; + width = 15 + }, +/turf/space, +/area/space) +"gzb" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien11" + }, +/area/abductor_ship) +"gzi" = ( +/obj/structure/closet/secure_closet/medical1{ + req_access = null; + req_access_txt = "150" + }, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/grenade/bananade/casing, +/obj/item/grenade/bananade/casing, +/obj/item/grenade/bananade/casing, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/obj/item/storage/bag/chemistry, +/obj/item/storage/bag/chemistry, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"gzj" = ( +/obj/machinery/door_control{ + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "Aspid_left_storage"; + name = "Aspid pod storage #2"; + pixel_y = -24; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"gzp" = ( +/obj/machinery/photocopier, +/obj/machinery/light, +/obj/machinery/newscaster/security_unit{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"gzB" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/item/storage/fancy/donut_box, +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"gzR" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "Zone3-bathroom2"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone3) +"gzT" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"gAk" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"gAu" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"gAB" = ( +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/structure/table/wood/poker, +/obj/item/paper_bin, +/obj/item/pen, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"gAV" = ( +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/structure/table/wood/poker, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"gBL" = ( +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/structure/table/wood/poker, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"gBS" = ( +/obj/effect/turf_decal/stripes/red/full, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"gBT" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "1-i" + }, +/area/trader_station/sol) +"gBZ" = ( +/obj/structure/table/abductor, +/obj/item/bonegel/alien, +/obj/item/bonesetter/alien, +/obj/item/FixOVein/alien, +/obj/item/surgicaldrill/alien, +/obj/item/circular_saw/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gCw" = ( +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = 24; + pixel_y = 24; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/centcom/specops) +"gCy" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/ausbushes/reedbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"gCz" = ( +/obj/effect/turf_decal/box/red, +/obj/machinery/door/window/brigdoor{ + color = "#d70000"; + dir = 2; + name = "Riot Control"; + req_access_txt = "156" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"gCK" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"gDm" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"gDV" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/obj/machinery/cryopod/syndie{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"gEA" = ( +/obj/structure/table, +/obj/item/storage/lockbox/mindshield, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"gFe" = ( +/obj/structure/bed/abductor, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gFq" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien8" + }, +/area/abductor_ship) +"gFx" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"gFS" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 1"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"gGp" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"gGM" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/beach/sand, +/area/syndicate_mothership/outside) +"gGY" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien9" + }, +/area/abductor_ship) +"gHd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"gHz" = ( +/obj/machinery/door/window{ + base_state = "right"; + dir = 2; + icon_state = "right"; + name = "Cockpit"; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"gHJ" = ( +/obj/structure/table/abductor, +/obj/item/surgicaldrill/alien, +/obj/item/circular_saw/alien, +/obj/item/FixOVein/alien, +/obj/item/bonesetter/alien, +/obj/item/bonegel/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gHP" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"gHS" = ( +/obj/structure/rack, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/shield/riot/tele{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/grenade/plastic/c4_shaped/flash{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/centcom/specops) +"gHX" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"gHZ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/court) +"gIz" = ( +/obj/effect/decal/cleanable/confetti, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"gIJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/random_spawners/syndicate/loot/level4{ + color = "#f64a46"; + icon_state = "x_white"; + spawn_inside = /obj/structure/closet/crate/syndicate + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"gJg" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"gJh" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"gJq" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood, +/area/centcom/jail) +"gJu" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien3" + }, +/area/abductor_ship) +"gKj" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien4" + }, +/area/abductor_ship) +"gKX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/centcom/evac) +"gLa" = ( +/obj/machinery/door/airlock/syndicate/security{ + name = "тюрьма"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"gLj" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien5" + }, +/area/abductor_ship) +"gLq" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"gLX" = ( +/obj/machinery/cryopod/right, +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"gMd" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"gMf" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc1" + }, +/area/shuttle/supply) +"gMo" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"gMA" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/kitchen/knife, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"gMB" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/mob/living/simple_animal/cow, +/turf/simulated/floor/grass, +/area/centcom/evac) +"gMG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"gNa" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/dice/d20, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"gNc" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/curtain/open/shower/security{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"gNt" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"gNB" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc1" + }, +/area/shuttle/administration) +"gOi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/centcom/zone1) +"gOl" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"gOv" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"gOB" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 9 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"gOI" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"gPg" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"gPk" = ( +/obj/structure/rack, +/obj/item/plant_analyzer, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"gPn" = ( +/obj/structure/window/reinforced, +/obj/structure/rack, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"gPq" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/grass/jungle/b, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"gQg" = ( +/obj/machinery/cryopod/right, +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"gQl" = ( +/obj/structure/chair/sofa{ + dir = 6 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"gQr" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/reagent_containers/food/snacks/sliceable/turkey, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"gQs" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/shuttle/syndicate) +"gQw" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"gQy" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership/cargo) +"gRe" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/pizzabox, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"gRK" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"gSx" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"gSH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"gSW" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/reagent_containers/food/snacks/cheeseburger, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"gTd" = ( +/obj/machinery/abductor/experiment{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gTi" = ( +/obj/structure/window/reinforced, +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"gTF" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/machinery/computer/shuttle/ferry/request, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"gUj" = ( +/obj/machinery/abductor/console{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gUs" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"gUw" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"gUz" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"gVk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/closet/cardboard{ + icon_closed = "cardboard_syndicate"; + icon_opened = "cardboard_open_syndicate"; + icon_state = "cardboard_syndicate" + }, +/obj/effect/turf_decal/delivery/white, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"gVO" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrivalcorner" + }, +/area/centcom/evac) +"gVQ" = ( +/obj/item/pizzabox, +/obj/item/pizzabox, +/obj/item/kitchen/knife, +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"gWt" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock"; + req_access_txt = "150" + }, +/obj/machinery/door_control{ + id = "syndicate_sit_1"; + name = "Blast Doors"; + pixel_x = -25; + req_access_txt = "150" + }, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_sit_1"; + name = "Front Hull Door"; + opacity = 0; + req_access_txt = "150" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"gXa" = ( +/obj/structure/table/reinforced, +/obj/item/stamp/syndicate{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/stamp/chameleon{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/syndicatedetonator{ + pixel_x = -6; + pixel_y = 5 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"gXC" = ( +/obj/machinery/abductor/pad{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"gXI" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"gXQ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"gYq" = ( +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 4 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"gYQ" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/zone3) +"gZk" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/shuttle/syndicate) +"gZv" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/court) +"hat" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/bridge) +"haO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_one_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"haR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"haW" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"haZ" = ( +/obj/machinery/computer/security/mining, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"hbV" = ( +/obj/machinery/abductor/experiment{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"hcx" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"hcX" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/shuttle/syndicate) +"hdd" = ( +/obj/machinery/abductor/console{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"hdj" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"hdx" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"hdz" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/escape) +"hdT" = ( +/obj/structure/table, +/obj/item/radio/electropack{ + pixel_x = -5 + }, +/obj/item/assembly/signaler{ + code = 2; + frequency = 1449; + pixel_x = 8 + }, +/obj/item/restraints/handcuffs{ + pixel_y = 10 + }, +/obj/item/restraints/handcuffs{ + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"heE" = ( +/obj/machinery/abductor/pad{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"heZ" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo7" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"hfl" = ( +/turf/simulated/floor/wood, +/area/centcom/bridge) +"hfO" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"hfX" = ( +/turf/unsimulated/wall/fakeglass, +/area/trader_station/sol) +"hgc" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/bridge) +"hgB" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"hgS" = ( +/obj/machinery/door/poddoor/multi_tile/two_tile_ver{ + icon_state = "open" + }, +/obj/structure/spacepoddoor/invincible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"hhy" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"hhY" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/syndicate_mothership/cargo) +"hiC" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"hiF" = ( +/obj/structure/janitorialcart, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"hiL" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"hiT" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"hja" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"hjD" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"hjT" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"hkm" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/trader_station/sol) +"hku" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/shreds, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/centcom/evac) +"hkA" = ( +/obj/machinery/door/airlock/syndicate/cargo{ + name = "Cargo Receive"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"hkM" = ( +/turf/simulated/floor/beach/sand, +/area/holodeck/source_beach) +"hln" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" + }, +/area/syndicate_mothership/control) +"hls" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"hlH" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced/tinted, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"hlQ" = ( +/obj/effect/landmark/abductor/scientist{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"hmH" = ( +/obj/effect/landmark/abductor/agent{ + team = 2 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"hmL" = ( +/obj/effect/landmark/abductor/scientist{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"hmX" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "CentCom SOO" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/specops) +"hnc" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT0"; + name = "gravpult" + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"hne" = ( +/obj/structure/shuttle/engine/large, +/turf/space, +/area/space) +"hnm" = ( +/obj/effect/landmark/abductor/agent{ + team = 3 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"hnv" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"hnR" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/curtain/open/shower/security{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"hnW" = ( +/obj/structure/chair/sofa/right, +/obj/structure/curtain/open/shower/security{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"hoD" = ( +/obj/effect/turf_decal/stripes/red/full, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"hoP" = ( +/obj/structure/chair/sofa, +/obj/structure/curtain/open/shower/security{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"hpw" = ( +/obj/structure/chair/sofa/left, +/obj/structure/curtain/open/shower/security{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"hpD" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"hpF" = ( +/obj/machinery/vending/cigarette/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"hpJ" = ( +/obj/machinery/vending/coffee/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"hqO" = ( +/obj/machinery/vending/cola/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"hqZ" = ( +/obj/item/roller, +/obj/item/roller, +/obj/item/roller, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"hrp" = ( +/obj/structure/closet{ + icon_closed = "syndicate1"; + icon_opened = "syndicate1open"; + icon_state = "syndicate1" + }, +/obj/item/suppressor, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/flashlight/seclite, +/obj/item/grenade/flashbang, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/item/kitchen/knife/combat, +/obj/item/reagent_containers/food/snacks/candy/donor{ + apply_type = 3; + list_reagents = list("nutriment" = 30, "sugar" = 3); + name = "MRE" + }, +/obj/item/reagent_containers/hypospray/autoinjector/survival, +/obj/item/storage/belt/security/webbing{ + name = "SRT webbing" + }, +/obj/item/clothing/head/HoS/beret{ + desc = null; + name = "SRT beret" + }, +/obj/item/storage/backpack/ert{ + desc = null; + name = "SRT backpack" + }, +/obj/item/radio/headset/ert{ + desc = null; + name = "SRT headset" + }, +/obj/item/clothing/shoes/combat/swat{ + name = "SRT special shoes" + }, +/obj/item/clothing/gloves/combat{ + name = "Combat gloves" + }, +/obj/item/clothing/suit/armor/bulletproof{ + name = "SRT bulletproof vest" + }, +/obj/item/clothing/accessory/holster, +/obj/item/implanter/mindshield, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106); + icon_state = "nanotrasen"; + name = "Special Reaction Team Member ID card"; + rank = "Blueshield"; + registered_name = null + }, +/obj/item/clothing/under/fluff/jay_turtleneck{ + name = "SRT uniform" + }, +/obj/item/CQC_manual, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"hrD" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/zone1) +"hrT" = ( +/obj/machinery/door_control{ + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "Aspid_right_storage"; + name = "Aspid pod storage #1"; + pixel_y = -24; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"hsl" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"hst" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/specops) +"hsJ" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"hsL" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hsP" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "vox_northeast_lock"; + locked = 1; + req_access_txt = "152"; + req_one_access = null + }, +/obj/docking_port/mobile{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack"; + name = "Vox Skipjack"; + roundstart_move = "skipjack_away"; + width = 19 + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1331; + master_tag = "vox_east_control"; + pixel_x = 28; + req_access_txt = "152" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"hsZ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"htk" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/zone3) +"htR" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"htS" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "golden_stripes" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"huw" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate ATOM" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"huE" = ( +/obj/item/tank/emergency_oxygen, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"huK" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + color = "red" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"hvl" = ( +/obj/machinery/vending/snack/free, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"hvs" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"hvL" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 9; + height = 18; + id = "admin_away"; + name = "centcom bay 1"; + timid = 1; + turf_type = /turf/simulated/floor; + width = 19 + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"hvZ" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"hwc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"hwh" = ( +/obj/docking_port/stationary/transit{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_transit"; + name = "skipjack in transit"; + width = 19 + }, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"hwi" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/item/paper_bin/syndicate{ + pixel_y = 7 + }, +/obj/item/pen/multi/gold, +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"hwF" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/gold, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone3) +"hxa" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2; + name = "Shop" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"hxv" = ( +/obj/effect/turf_decal/bot_red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"hxR" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/centcom/zone1) +"hxT" = ( +/turf/simulated/floor/plating/airless, +/area/shuttle/syndicate_elite) +"hya" = ( +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"hyg" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"hyH" = ( +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/trader_station/sol) +"hza" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"hzh" = ( +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"hzr" = ( +/obj/structure/chair/comfy/brown{ + color = "#FF3300" + }, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/trader_station/sol) +"hAn" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"hAG" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"hAX" = ( +/obj/effect/turf_decal/stripes/red/full, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"hCl" = ( +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"hCL" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"hCX" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership/cargo) +"hDO" = ( +/obj/structure/toilet, +/obj/structure/sink{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"hDU" = ( +/obj/machinery/door_control{ + id = "syndieshutters"; + name = "remote shutter control"; + req_access_txt = "150" + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"hEq" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT0"; + name = "Launch Bay #0" + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"hEu" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/centcom/evac) +"hEW" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo14" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"hEY" = ( +/obj/effect/turf_decal/number/number_4, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"hFe" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "vox_southwest_lock"; + locked = 1; + req_access_txt = "152"; + req_one_access = null + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1331; + master_tag = "vox_west_control"; + pixel_x = 28; + req_one_access_txt = "152" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"hFk" = ( +/obj/structure/chair/comfy/brown{ + color = "#FF3300"; + dir = 4 + }, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/trader_station/sol) +"hFo" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall7"; + tag = "icon-swall7" + }, +/area/shuttle/administration) +"hFV" = ( +/obj/structure/table/wood/poker, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/trader_station/sol) +"hFX" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock{ + id_tag = "CC_toilet_unit1"; + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"hGh" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/ausbushes/genericbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"hGC" = ( +/obj/structure/chair/comfy/brown, +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"hGJ" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/trader_station/sol) +"hHh" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hHt" = ( +/obj/effect/decal/warning_stripes/white, +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/shuttle{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + id_tag = "emergency_away"; + locked = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"hHu" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"hIm" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"hIB" = ( +/obj/machinery/light/small, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"hII" = ( +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/obj/structure/flora/junglebush/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"hJy" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"hJH" = ( +/obj/structure/chair/comfy/brown{ + color = "#FF3300"; + dir = 8 + }, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/trader_station/sol) +"hKH" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/wood_wall.dmi'; + icon_state = "wood" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"hLh" = ( +/obj/machinery/flasher{ + id = "gulagshuttleflasher"; + pixel_x = 25 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/siberia) +"hLq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/zone2) +"hLB" = ( +/obj/structure/chair/comfy/red{ + color = "#000000" + }, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/carpet, +/area/centcom/court) +"hLD" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/beach/coastline{ + dir = 8 + }, +/area/syndicate_mothership/outside) +"hMi" = ( +/obj/machinery/computer/operating{ + layer = 3.5 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"hMy" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 7; + height = 5; + id = "sit_transit"; + name = "sit in transit"; + width = 11 + }, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"hMD" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 7; + height = 5; + id = "sst_transit"; + name = "sst in transit"; + width = 11 + }, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"hME" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"hMW" = ( +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"hNh" = ( +/obj/machinery/vending/shoedispenser, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"hNs" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 1 + }, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"hNH" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"hNK" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"hNZ" = ( +/obj/machinery/door/window/brigdoor{ + color = "#d70000"; + dir = 1; + icon_state = "rightsecure"; + name = "Riot Control" + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"hOe" = ( +/turf/simulated/floor/plasteel{ + icon_state = "navybluecornersalt" + }, +/area/centcom/specops) +"hOr" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"hOH" = ( +/obj/docking_port/stationary{ + dheight = 2; + dir = 4; + dwidth = 7; + height = 9; + id = "backup_transit"; + name = "backup in transit"; + width = 9 + }, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"hPC" = ( +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/structure/table, +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"hPQ" = ( +/obj/structure/closet/secure_closet/syndicate_officer, +/obj/effect/turf_decal{ + dir = 5; + icon_state = "golden_stripes" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"hPX" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" + }, +/area/syndicate_mothership/jail) +"hQi" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 5; + height = 7; + id = "supply_transit"; + name = "supply in transit"; + width = 12 + }, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"hQx" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrivalcorner" + }, +/area/centcom/evac) +"hQG" = ( +/obj/docking_port/stationary/transit{ + dheight = 9; + dwidth = 5; + height = 22; + id = "syndicate_transit"; + name = "syndicate in transit"; + width = 18 + }, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"hRw" = ( +/obj/machinery/chem_dispenser/upgraded, +/obj/structure/sign/nosmoking_2{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"hRy" = ( +/obj/machinery/computer/atmoscontrol, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"hRH" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 11; + height = 18; + id = "emergency_away"; + name = "emergency centcom"; + width = 29 + }, +/turf/space, +/area/space) +"hSb" = ( +/obj/machinery/sleeper/syndie, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"hSv" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/centcom/evac) +"hSY" = ( +/obj/structure/window/reinforced, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"hTg" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/soysauce, +/obj/item/reagent_containers/food/condiment/soysauce, +/obj/item/reagent_containers/food/condiment/soysauce, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"hTn" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"hTD" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"hTE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"hTU" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"hUD" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "navyblue" + }, +/area/centcom/specops) +"hVd" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien21" + }, +/area/abductor_ship) +"hVl" = ( +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"hWn" = ( +/obj/structure/table/reinforced, +/obj/item/grenade/clusterbuster/nervegas, +/obj/item/grenade/clusterbuster/nervegas, +/obj/item/grenade/clusterbuster/nervegas, +/obj/item/grenade/chem_grenade/teargas, +/obj/item/grenade/chem_grenade/teargas, +/obj/item/grenade/chem_grenade/teargas, +/obj/item/grenade/chem_grenade/teargas, +/obj/item/grenade/chem_grenade/teargas, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"hWS" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/artchair{ + layer = 10; + pixel_y = 10 + }, +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"hXg" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo16" + }, +/obj/effect/turf_decal/stripes/gold{ + dir = 10 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"hXp" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"hXs" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/simulated/floor/wood, +/area/centcom/specops) +"hYC" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"hYN" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/sit, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"hZr" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien16" + }, +/area/abductor_ship) +"hZM" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"ibG" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock"; + req_access_txt = "150" + }, +/obj/machinery/door_control{ + id = "syndicate_elite"; + name = "Blast Doors"; + pixel_x = -25; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_elite"; + name = "Front Hull Door"; + opacity = 0; + req_access_txt = "150" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"ibQ" = ( +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = 24; + pixel_y = -24; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"icf" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien17" + }, +/area/abductor_ship) +"icm" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_elite) +"ico" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "31" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"icT" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "golden_stripes_corner" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"idI" = ( +/obj/machinery/vending/chinese/free, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"idL" = ( +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_sit) +"idQ" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"iei" = ( +/obj/machinery/mineral/stacking_machine/laborstacker{ + input_dir = 2; + output_dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/siberia) +"iej" = ( +/obj/structure/fence/post{ + color = "#b0b7c6"; + invulnerable = 1 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"ieK" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/effect/landmark{ + color = "#9999ff"; + icon_state = "x_white"; + name = "Syndicate-Spawn" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"ifB" = ( +/obj/machinery/porta_turret/centcom/pulse{ + armor = list("melee" = 90, "bullet" = 90, "laser" = 95, "energy" = 95, "bomb" = 80, "bio" =100, "rad" = 100, "fire" = 100, "acid" = 100); + check_borgs = 1; + check_synth = 1; + color = "#666666"; + damtype = "burn"; + health = 1250; + region_max = 12; + scan_range = 12; + shot_delay = 8 + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"ifS" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"ifZ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/supply) +"igh" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_sit) +"igq" = ( +/obj/structure/rack, +/obj/item/reagent_containers/glass/beaker/thermite{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding{ + pixel_x = 4; + pixel_y = -4 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"igY" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/obj/machinery/door_control{ + color = "#ffcccc"; + id = "Zone3-bathroom1"; + name = "Bathroom lock"; + pixel_x = -4; + pixel_y = 33; + req_access_txt = "114" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone3) +"iha" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ihc" = ( +/obj/structure/ore_box, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"ihz" = ( +/obj/machinery/vending/cigarette/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"ihM" = ( +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"iiB" = ( +/obj/machinery/computer/syndie_supplycomp, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredalt" + }, +/area/syndicate_mothership/cargo) +"iiO" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/centcom/evac) +"iiP" = ( +/obj/structure/shuttle_wall_corner{ + dir = 8; + icon_state = "diagonalWall3" + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/cargo) +"iiY" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/rock/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"ika" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 3; + height = 5; + id = "mining_transit"; + name = "mining in transit"; + width = 7 + }, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"ikw" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"iky" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 3"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ikC" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 5; + id = "laborcamp_transit"; + name = "labor in transit"; + width = 9 + }, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"ikE" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/rack, +/obj/item/beach_ball/holoball, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"ikP" = ( +/obj/docking_port/stationary/transit{ + dwidth = 3; + height = 7; + id = "steel_rain_transit"; + name = "steel_rain in transit"; + width = 7 + }, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"ikR" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"ikU" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/storage/box/ids{ + pixel_y = 10 + }, +/obj/item/melee/classic_baton/ntcane, +/obj/item/storage/briefcase, +/obj/item/lighter/zippo/blue, +/turf/simulated/floor/wood, +/area/centcom/specops) +"ild" = ( +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space) +"ilj" = ( +/obj/structure/weightmachine/weightlifter, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"ilr" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 10; + height = 35; + id = "whiteship_transit"; + name = "whiteship in transit"; + turf_type = /turf/space/transit/east; + width = 21 + }, +/turf/space/transit/east/shuttlespace_ew1, +/area/space) +"ilu" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"ilI" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"ilL" = ( +/obj/machinery/computer/security{ + network = list("CentComm") + }, +/obj/item/radio/intercom/specops{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"imw" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"imX" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "101" + }, +/obj/structure/fans/tiny, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 9; + height = 18; + id = "admin"; + name = "administration shuttle"; + roundstart_move = "admin_away"; + width = 19 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"ina" = ( +/obj/effect/decal/warning_stripes/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ine" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo8" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"iny" = ( +/obj/effect/turf_decal{ + dir = 5; + icon_state = "golden_stripes" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"inI" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"iod" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"ioP" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod3_transit"; + name = "pod 3 in transit"; + turf_type = /turf/space/transit/east; + width = 3 + }, +/turf/space/transit/east/shuttlespace_ew1, +/area/space) +"ipg" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"ipn" = ( +/turf/simulated/floor/wood, +/area/centcom/jail) +"ipu" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod4_transit"; + name = "pod 4 in transit"; + width = 3 + }, +/turf/space/transit/east/shuttlespace_ew1, +/area/space) +"ipB" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 11; + height = 13; + id = "emergency_transit"; + name = "emergency in transit"; + width = 24 + }, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"ipE" = ( +/obj/structure/rack, +/obj/item/pneumatic_cannon, +/obj/item/harpoon, +/obj/item/harpoon, +/obj/item/harpoon, +/obj/item/harpoon, +/obj/item/tank/nitrogen, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"iqh" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"iqx" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/siberia) +"iqP" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"ira" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/window/full/basic, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"irg" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" + }, +/area/syndicate_mothership/control) +"irL" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluealtstrip" + }, +/area/centcom/specops) +"ise" = ( +/obj/docking_port/stationary/transit{ + dir = 2; + dwidth = 8; + height = 15; + id = "admin_transit"; + name = "admin in transit"; + width = 18 + }, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"ism" = ( +/obj/effect/landmark{ + name = "Response Team" + }, +/obj/effect/decal/warning_stripes/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ist" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 11; + id = "specops_transit"; + name = "specops in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/east/shuttlespace_ew1, +/area/space) +"isw" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrivalcorner" + }, +/area/centcom/evac) +"itf" = ( +/obj/structure/closet/wardrobe/chemistry_white, +/obj/item/storage/bag/chemistry, +/obj/item/storage/bag/chemistry, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"itg" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/grass, +/area/centcom/specops) +"itt" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"itu" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry_transit"; + name = "ferry in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/east/shuttlespace_ew1, +/area/space) +"itv" = ( +/obj/docking_port/stationary/transit{ + dwidth = 1; + height = 4; + id = "pod1_transit"; + name = "pod 1 in transit"; + width = 3 + }, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"iuf" = ( +/obj/docking_port/stationary/transit{ + dwidth = 1; + height = 4; + id = "pod2_transit"; + name = "pod 2 in transit"; + width = 3 + }, +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"iuz" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"ivl" = ( +/obj/structure/flora/tree/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"ivq" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"ivr" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law/black, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"ivw" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"ivQ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrivalcorner" + }, +/area/centcom/evac) +"ivW" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" + }, +/area/shuttle/transport) +"iwb" = ( +/obj/structure/flora/junglebush/c, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"iwe" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/control) +"iwf" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/grass/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"iwv" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"iwJ" = ( +/obj/machinery/conveyor/south{ + id = "SFBQMLoad" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/cargo) +"iwS" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone2) +"iwW" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"ixP" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ixW" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iyi" = ( +/obj/structure/closet/syndicate/personal, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"iyl" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_full" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iyw" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" + }, +/area/syndicate_mothership/cargo) +"izc" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"izp" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"izs" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"izz" = ( +/obj/machinery/computer/shuttle/labor, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/siberia) +"izB" = ( +/obj/structure/safe, +/obj/item/paper{ + info = "
"; + name = "K P A C U B bI E arts." + }, +/turf/simulated/floor/wood, +/area/centcom/supply) +"izZ" = ( +/obj/structure/flora/grass/jungle/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"iAm" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/genericbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"iAD" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/grass, +/area/centcom/specops) +"iAZ" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iBl" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/chair/comfy/black, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"iBm" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iBq" = ( +/obj/structure/table/reinforced/brass, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"iBH" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iBM" = ( +/obj/effect/turf_decal/delivery/red, +/obj/effect/spawner/random_spawners/syndicate/loot{ + color = "#755d9a"; + icon_state = "x_white"; + spawn_inside = null + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iCc" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + name = "voxstart" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"iCf" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iCn" = ( +/obj/machinery/computer/robotics, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"iCt" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iCx" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_big_full"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iDg" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/wall{ + icon_state = "rock"; + name = "rock" + }, +/area/syndicate_mothership/outside) +"iDq" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"iDG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealtstrip" + }, +/area/centcom/zone2) +"iDT" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iDY" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/drinks/cans/beer, +/obj/effect/turf_decal/stripes/gold, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"iEi" = ( +/obj/structure/curtain/black{ + pixel_y = -32 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"iED" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"iEE" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"iEH" = ( +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/random_spawners/syndicate/loot/level4{ + color = "#f64a46"; + icon_state = "x_white"; + spawn_inside = /obj/structure/closet/crate/syndicate + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iEU" = ( +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iEV" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iFf" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"iFr" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-6"; + tag = "icon-plant-6" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"iFB" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"iFM" = ( +/obj/structure/shuttle/engine/heater, +/turf/unsimulated/wall{ + icon_state = "iron8" + }, +/area/syndicate_mothership/cargo) +"iFV" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"iGf" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iGj" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/stealth, +/obj/item/clothing/suit/space/vox/stealth, +/obj/item/clothing/head/helmet/space/vox/stealth, +/obj/item/clothing/head/helmet/space/vox/stealth, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"iGn" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iGM" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iGO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white, +/obj/structure/ore_box, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"iGT" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecornersalt" + }, +/area/centcom/zone2) +"iGX" = ( +/obj/structure/table/wood/fancy, +/obj/item/toy/plushie/fluff/fox, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"iHN" = ( +/obj/effect/turf_decal{ + dir = 5; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iIo" = ( +/obj/effect/turf_decal/arrows/white{ + color = null; + dir = 1; + name = "Canteen, Shooting range, Zone 2, Medical block" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"iIs" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/evac) +"iJo" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"iKf" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iKS" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo4" + }, +/obj/effect/turf_decal/stripes/gold{ + dir = 5 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"iKU" = ( +/obj/effect/turf_decal/caution/stand_clear/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"iLu" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/junglebush/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"iMy" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + req_access_txt = "102" + }, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"iMB" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/window/full/basic, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"iMF" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/escape) +"iMK" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iMX" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"iND" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" + }, +/area/syndicate_mothership/control) +"iNW" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iOg" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iOm" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iOo" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/unsimulated/floor/asteroid; + name = "asteroid baseturf editor" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"iOx" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone14" + }, +/area/wizard_station) +"iOC" = ( +/obj/structure/dispenser, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"iOH" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"iPw" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"iQc" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iQr" = ( +/obj/structure/shuttle/engine/large, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/cargo) +"iQH" = ( +/obj/machinery/sleeper/syndie, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"iQQ" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry_away"; + name = "centcom bay 2"; + turf_type = /turf/simulated/floor; + width = 5 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"iRf" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/security_space_law, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"iRq" = ( +/obj/item/restraints/handcuffs/pinkcuffs, +/turf/simulated/floor/plating, +/area/centcom/specops) +"iRG" = ( +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/obj/structure/statue/furukai{ + pixel_y = 7 + }, +/turf/simulated/floor/redgrid, +/area/syndicate_mothership) +"iRS" = ( +/obj/structure/guillotine, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"iSs" = ( +/obj/effect/turf_decal{ + dir = 5; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iSY" = ( +/obj/structure/railing, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"iTe" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iTp" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone13" + }, +/area/wizard_station) +"iTE" = ( +/obj/structure/table/wood, +/obj/item/storage/bag/books, +/obj/item/taperecorder, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"iUr" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iUt" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/effect/landmark{ + name = "Commando" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"iUO" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"iVu" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/peppermill, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/saltshaker, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/soysauce, +/obj/item/reagent_containers/food/condiment/soysauce, +/obj/item/reagent_containers/food/condiment/soysauce, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"iVA" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"iWh" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iWA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"iXj" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/jail) +"iXk" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkbluealtstrip" + }, +/area/centcom/zone2) +"iXm" = ( +/obj/effect/turf_decal{ + dir = 5; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"iXv" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/medic, +/obj/item/clothing/suit/space/vox/medic, +/obj/item/clothing/head/helmet/space/vox/medic, +/obj/item/clothing/head/helmet/space/vox/medic, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"iXF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/specops) +"iXI" = ( +/obj/structure/closet/crate/can, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"iYu" = ( +/obj/machinery/conveyor/west{ + id = "SFBQMLoad2" + }, +/obj/machinery/syndiepad/loadpad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"jbd" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"jby" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jbJ" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"jbY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/folder, +/obj/item/folder/blue, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"jcu" = ( +/obj/effect/turf_decal{ + dir = 5; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jcE" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel, +/area/centcom/evac) +"jcM" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/watertank/high, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jdg" = ( +/obj/machinery/computer/communications, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"jdj" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_y = 14 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"jdQ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/dresser, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"jed" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 8; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"jee" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_old_broken6" + }, +/area/syndicate_mothership) +"jej" = ( +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang/limited{ + name = "SOB-5 Clusterbang Launcher"; + projectiles = 5 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang/limited{ + name = "SOB-5 Clusterbang Launcher"; + projectiles = 5 + }, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/centcom/specops) +"jet" = ( +/obj/structure/chair/comfy/red, +/obj/effect/landmark{ + name = "voxstart" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"jew" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"jeE" = ( +/obj/effect/turf_decal/arrows/red{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"jeU" = ( +/obj/machinery/sleeper/upgraded, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"jeY" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/effect/turf_decal/stripes/black, +/obj/effect/turf_decal/plaque{ + icon_state = "plumbing" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"jeZ" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jfV" = ( +/obj/machinery/vending/medical/syndicate_access/beamgun, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"jgg" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/gold/glass{ + frequency = 2000; + id_tag = "CC-OP4-Ext"; + locked = 1; + name = "Zone 3" + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 2000; + master_tag = "CC-OP4"; + name = "CC-OP4-EXT"; + pixel_x = -24; + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jgE" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jgV" = ( +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = 24; + pixel_y = -24; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"jhz" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jhY" = ( +/obj/structure/showcase, +/turf/simulated/floor/wood, +/area/centcom/specops) +"jic" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"jih" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 6; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jiz" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone2) +"jiH" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jiV" = ( +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"jjI" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"jjR" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"jkG" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jkX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/structure/closet/crate/syndicate, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/cargo) +"jkY" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"jle" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone3) +"jlp" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/cooker/deepfryer, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"jlG" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"jlH" = ( +/obj/structure/rack/holorack, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/clusterbuster/holy, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"jlL" = ( +/obj/machinery/vox_win_button, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"jlU" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"jml" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jmz" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"jmH" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"jmR" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + req_access_txt = "114" + }, +/obj/item/clothing/suit/judgerobe{ + name = "Supreme judge's robe" + }, +/obj/item/card/id/centcom{ + icon_state = "deathsquad"; + name = "Supreme Judge ID card"; + pixel_x = -3; + pixel_y = -3; + registered_name = "Supreme Judge" + }, +/obj/item/clothing/head/powdered_wig{ + desc = null; + name = "Supreme judge wig" + }, +/obj/item/clothing/under/suit_jacket/really_black{ + name = "Supreme judge suit" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + name = "Supreme judge gloves" + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"jmV" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jmW" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-17"; + tag = "icon-plant-17" + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"jnr" = ( +/turf/unsimulated/floor{ + icon_state = "carpet14-10" + }, +/area/wizard_station) +"jnx" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"jny" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/zone3) +"jnM" = ( +/obj/mecha/combat/gygax/ert{ + color = "#66ff99"; + name = "Assault Jaeger" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navyblue" + }, +/area/centcom/specops) +"joo" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jph" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jpk" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jpK" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"jqa" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"jrj" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navyblue" + }, +/area/centcom/specops) +"jrl" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"jrx" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"jrL" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone12" + }, +/area/wizard_station) +"jrN" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"jsg" = ( +/obj/machinery/door/window{ + dir = 1; + panel_open = 1; + req_access_txt = "101" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"jsG" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"jsZ" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone11" + }, +/area/wizard_station) +"jtb" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"jtm" = ( +/obj/structure/rack, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/lightreplacer, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"jtQ" = ( +/obj/machinery/vending/clothing, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"juD" = ( +/obj/machinery/autolathe/security{ + hacked = 1 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"jvq" = ( +/obj/item/flag/nt, +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"jvr" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"jvA" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/suit/space/vox/carapace, +/obj/item/clothing/suit/space/vox/carapace, +/obj/item/clothing/head/helmet/space/vox/carapace, +/obj/item/clothing/head/helmet/space/vox/carapace, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"jvE" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"jvR" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"jwa" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall4" + }, +/area/shuttle/administration) +"jwW" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"jxo" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-window5 (EAST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"jxF" = ( +/obj/item/flag/nt, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"jyl" = ( +/obj/machinery/vending/snack, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"jyy" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"jyW" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jzh" = ( +/obj/item/bedsheet/rd/royal_cape, +/obj/structure/bed, +/obj/structure/curtain/open/shower/centcom, +/obj/structure/sign/poster/secret/yug0{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/centcom/specops) +"jzj" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood, +/area/centcom/jail) +"jzx" = ( +/obj/structure/table/glass, +/obj/item/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 16 + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/pen/fancy{ + pixel_x = 8 + }, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"jAj" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"jAW" = ( +/obj/mecha/combat/marauder/loaded, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"jBc" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredaltstrip" + }, +/area/centcom/zone3) +"jBf" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/library/checkout, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"jBs" = ( +/obj/structure/toilet, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"jBK" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkbluealtstrip" + }, +/area/centcom/zone2) +"jCo" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"jCs" = ( +/obj/docking_port/mobile{ + dir = 8; + dwidth = 3; + height = 5; + id = "mining"; + name = "mining shuttle"; + rebuildable = 1; + roundstart_move = "mining_home"; + width = 7 + }, +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock"; + req_access_txt = "48" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"jCv" = ( +/mob/living/simple_animal/turkey, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"jDr" = ( +/obj/machinery/computer/communications, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"jDy" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jDB" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone3) +"jDS" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"jEe" = ( +/obj/structure/table/glass, +/obj/item/storage/backpack/duffel/syndie/surgery, +/obj/item/mmi/syndie, +/obj/item/mmi/syndie, +/obj/item/mmi/syndie, +/obj/item/mmi/syndie, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"jEf" = ( +/obj/machinery/bookbinder, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"jEk" = ( +/obj/structure/flora/tree/jungle/small, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"jEu" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"jEO" = ( +/obj/item/storage/fancy/crayons, +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"jET" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/infteam) +"jFm" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/infteam) +"jFo" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/infteam) +"jFA" = ( +/obj/item/flag/nt, +/obj/machinery/status_display/supply_display{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"jFC" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" + }, +/area/syndicate_mothership/infteam) +"jFK" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo3" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"jFM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"jFV" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "golden_stripes" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"jGe" = ( +/obj/item/stack/spacecash/c1000, +/obj/item/stack/spacecash/c500, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"jGH" = ( +/obj/structure/closet/syndicate/sst, +/obj/item/ammo_box/magazine/mm556x45/bleeding, +/obj/item/ammo_box/magazine/mm556x45, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"jHw" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_Armory_NG" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"jHF" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"jHG" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" + }, +/area/syndicate_mothership/infteam) +"jHP" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jHX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" + }, +/area/centcom/supply) +"jIK" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"jIN" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/machinery/door/poddoor, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/infteam) +"jJh" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/infteam) +"jJM" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" + }, +/area/syndicate_mothership/infteam) +"jJS" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluecornersalt" + }, +/area/centcom/specops) +"jKe" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"jKi" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/simulated/floor/grass, +/area/centcom/evac) +"jKU" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"jKV" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/structure/holohoop{ + dir = 4 + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"jLh" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/syndicate) +"jLx" = ( +/obj/effect/decal/warning_stripes/white, +/obj/structure/mineral_door/wood, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"jLG" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 1; + height = 4; + id = "pod1_away"; + name = "recovery ship bay 1"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"jLN" = ( +/obj/item/clothing/head/hopcap, +/turf/simulated/floor/plating, +/area/centcom/supply) +"jMD" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"jMK" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"jNh" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/beach/sand, +/area/syndicate_mothership/outside) +"jNk" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/centcom/zone3) +"jNM" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = 32 + }, +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"jOk" = ( +/obj/structure/closet/syndicate/personal, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/radio/intercom/syndicate{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"jOH" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"jOQ" = ( +/obj/effect/decal/remains/human, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"jPx" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"jPF" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes, +/turf/simulated/floor/grass, +/area/centcom/specops) +"jPH" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"jPU" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1331; + id_tag = "synd_pump_bottom" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"jQb" = ( +/obj/machinery/computer/library, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"jQj" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"jQl" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s6" + }, +/area/shuttle/gamma/space) +"jQm" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"jQB" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/suit/space/vox/stealth, +/obj/item/clothing/head/helmet/space/vox/stealth, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"jRv" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" + }, +/area/syndicate_mothership/cargo) +"jRx" = ( +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"jSd" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"jSo" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/machinery/cryopod/right, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"jSH" = ( +/obj/structure/bed, +/obj/item/bedsheet/syndie, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = 25 + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "golden_stripes" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"jSZ" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"jTo" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/reedbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"jTt" = ( +/turf/unsimulated/wall{ + icon_state = "iron0" + }, +/area/syndicate_mothership/elite_squad) +"jUh" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_l"; + tag = "icon-propulsion_l" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"jUr" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/seeds/apple, +/obj/item/seeds/apple, +/obj/item/seeds/apple, +/obj/item/seeds/carrot, +/obj/item/seeds/carrot, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"jUI" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"jUQ" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/mech_bay_recharge_port/upgraded, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"jUX" = ( +/obj/machinery/computer/shuttle/syndicate, +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"jVe" = ( +/mob/living/simple_animal/pet/cat/Syndi, +/obj/structure/bed/dogbed, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"jVh" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/curtain/open/shower/security{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"jVu" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"jVO" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "SFBQMLoad" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"jWb" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"jWu" = ( +/obj/item/melee/classic_baton{ + color = "#b30086" + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"jWz" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"jWK" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" + }, +/area/syndicate_mothership/elite_squad) +"jWM" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/donut, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"jWT" = ( +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"jXe" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"jXl" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/beach/water/dense, +/area/syndicate_mothership/outside) +"jXt" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/trash/candle, +/turf/simulated/floor/wood, +/area/centcom/evac) +"jYc" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" + }, +/area/syndicate_mothership/elite_squad) +"jYV" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"jYY" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" + }, +/area/syndicate_mothership/elite_squad) +"jZf" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/infteam) +"kaf" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien12" + }, +/area/abductor_ship) +"kag" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"kaS" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"kaY" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"kbc" = ( +/obj/machinery/computer/arcade/battle, +/obj/structure/curtain/black{ + pixel_y = 32 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = 32 + }, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/infteam) +"kbo" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"kbw" = ( +/obj/machinery/syndiepad/admin/receivepad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"kbD" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"kbP" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/chair/comfy/brown{ + color = "#FF3300"; + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"kcc" = ( +/obj/structure/chair/comfy/beige, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"kco" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"kcH" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"kcI" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo18" + }, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"kcO" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/centcom/evac) +"kcU" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"kei" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/curtain/black{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/infteam) +"kek" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" + }, +/area/syndicate_mothership/cargo) +"keD" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"keG" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/corn, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"kff" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"kfj" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/soymilk, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"kfl" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"kfD" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"kfM" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/shuttle/engine/heater, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"kfS" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"kfU" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/specops) +"kgu" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/zone1) +"kgx" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"kgz" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"kgA" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"kgD" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT3"; + name = "gravpult" + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"kgG" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"khg" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"khv" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"khA" = ( +/obj/structure/rack, +/obj/item/gun/dartgun/vox/raider, +/obj/item/gun/dartgun/vox/medical, +/obj/item/dart_cartridge, +/obj/item/dart_cartridge, +/obj/item/dart_cartridge, +/obj/item/dart_cartridge, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"kic" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + req_access_txt = "102" + }, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"kio" = ( +/obj/structure/curtain/black{ + pixel_y = 32 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"kiv" = ( +/obj/structure/table/reinforced, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"kiX" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"kjc" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "syndieshutters_Aspid"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/cargo) +"kjK" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"kjX" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_hor{ + icon_state = "open"; + id_tag = "Aspid_right_storage" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"kkq" = ( +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"kkr" = ( +/obj/item/flag/nt, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"kkt" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/beach/coastline{ + icon_state = "beachcorner" + }, +/area/syndicate_mothership/outside) +"kkB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrivalcorner" + }, +/area/centcom/zone1) +"kkU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluealt" + }, +/area/centcom/zone2) +"klz" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo17" + }, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"kml" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"kms" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/syndicate) +"kmF" = ( +/obj/machinery/sleeper/upgraded, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"kmM" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/head/kitty, +/obj/item/clothing/under/maid, +/obj/item/clothing/suit/browntrenchcoat, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"knv" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership/infteam) +"knF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/white, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"kom" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 + }, +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"koH" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP1-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kpi" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"kpr" = ( +/obj/machinery/door/airlock/syndicate/security{ + autoclose = 0; + frequency = 1441; + id_tag = "syndicate_jail_airlock_internal"; + locked = 1; + name = "Syndicate Jail Internal Airlock"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"kpV" = ( +/obj/machinery/cryopod/syndie{ + dir = 2 + }, +/obj/structure/curtain/black{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"kpW" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/curtain/black{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"kpZ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"kqe" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"kqu" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -30 + }, +/obj/structure/window/reinforced, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"kqy" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"kqD" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"krC" = ( +/obj/machinery/porta_turret/syndicate/interior, +/obj/structure/window/plasmareinforced{ + color = "#d70000" + }, +/obj/structure/curtain/black{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"ksB" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"kuh" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1331; + id_tag = "synd_airlock_bottom"; + pixel_x = -32; + req_access_txt = "150"; + tag_airpump = "synd_pump_bottom"; + tag_chamber_sensor = "synd_sensor_bottom"; + tag_exterior_door = "synd_outer_bottom"; + tag_interior_door = "synd_inner_bottom" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1331; + id_tag = "synd_pump_bottom" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"kuA" = ( +/obj/machinery/door_control{ + id = "CC_Armory_NG"; + name = "Nerve Gas"; + pixel_x = 24; + pixel_y = 24; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"kvh" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/wood, +/area/centcom/jail) +"kvs" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/infteam) +"kvz" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"kvI" = ( +/obj/structure/bed, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet03" + }, +/area/centcom/zone1) +"kvN" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison Cell"; + opacity = 1 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"kwn" = ( +/obj/machinery/vending/snack/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"kwq" = ( +/mob/living/simple_animal/turkey, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"kww" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT1"; + name = "gravpult" + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"kwV" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"kwZ" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/syndicate{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/pen/fancy{ + pixel_x = 8 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"kxD" = ( +/obj/machinery/door/window{ + dir = 2; + name = "Cockpit"; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"kxR" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"kyB" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT1"; + name = "Launch Bay #1" + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"kyM" = ( +/obj/effect/decal/warning_stripes/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"kzy" = ( +/obj/effect/landmark{ + name = "prisonwarp" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"kzz" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_full" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"kzB" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"kzR" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/supply) +"kzT" = ( +/obj/mecha/combat/gygax/ert{ + color = "#66ff99"; + name = "Assault Jaeger" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"kAd" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "LMG M249 SAW"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'." ; + name = "M249 SAW" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"kAj" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "adminshuttleshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/administration) +"kAt" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/court) +"kAE" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"kAN" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidwarning"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"kAO" = ( +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidwarning"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"kAW" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/court) +"kBd" = ( +/obj/machinery/door/airlock/syndicate/security{ + name = "тюрьма"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"kBn" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidwarning"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"kBN" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/trader_station/sol) +"kBZ" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_big_full"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"kCf" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"kCu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"kCC" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"kCY" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/elite_squad) +"kDg" = ( +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/door/airlock/centcom{ + name = "CentCom DoES"; + opacity = 1; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"kEU" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/grass, +/area/centcom/evac) +"kEZ" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"kFV" = ( +/obj/structure/flora/junglebush/b, +/obj/structure/flora/grass/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"kGJ" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/elite_squad) +"kGN" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/chair/comfy/lime{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/court) +"kGX" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/elite_squad) +"kHn" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/elite_squad) +"kHP" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone1" + }, +/area/wizard_station) +"kHR" = ( +/obj/item/clothing/under/maid, +/obj/item/clothing/under/janimaid, +/turf/simulated/floor/plating, +/area/centcom/zone3) +"kHS" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 16 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"kIP" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/outside) +"kJG" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/wizrobe/marisa, +/obj/item/clothing/shoes/sandal/marisa, +/obj/item/clothing/head/wizard/marisa, +/obj/item/twohanded/staff/broom, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/wizard_station) +"kJP" = ( +/turf/unsimulated/wall{ + icon_state = "iron1" + }, +/area/syndicate_mothership/elite_squad) +"kKf" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"kKp" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"kKP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"kLj" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"kLs" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/beach/sand, +/area/syndicate_mothership/outside) +"kLu" = ( +/obj/effect/turf_decal/bot_white/right, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"kLM" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"kLX" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"kMm" = ( +/obj/machinery/fishtank/wall{ + opacity = 1 + }, +/obj/structure/sign/barsign{ + icon_state = "syndibarsign"; + pixel_y = 32; + tag = "syndibarsign" + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership/elite_squad) +"kMy" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" + }, +/obj/effect/turf_decal/stripes/gold{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"kMP" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/zone2) +"kNj" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkbluealt" + }, +/area/centcom/zone2) +"kNl" = ( +/obj/machinery/door/airlock/centcom{ + req_access_txt = "152" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"kNG" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/shuttle, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kPa" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"kPd" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"kPg" = ( +/obj/machinery/door/airlock/security/glass{ + frequency = 2000; + id_tag = "CC-OP3-Ext"; + locked = 1; + name = "Zone 3" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"kPi" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"kPn" = ( +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"kPx" = ( +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"kPz" = ( +/obj/structure/table/abductor, +/obj/item/paper/abductor, +/obj/item/scalpel/alien, +/obj/item/cautery/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"kPU" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/reagent_containers/food/drinks/shaker{ + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"kQh" = ( +/obj/machinery/vending/hatdispenser, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"kQk" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/shuttle/syndicate) +"kQo" = ( +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"kQr" = ( +/obj/item/flag/nt, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"kQT" = ( +/obj/structure/table/wood, +/obj/item/tank/emergency_oxygen/vox, +/obj/item/clothing/mask/breath/vox, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet02" + }, +/area/wizard_station) +"kQX" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo13" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"kRb" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + color = "red" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"kRq" = ( +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 1 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"kRJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/bridge) +"kSF" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"kTc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "floorlattice" + }, +/area/centcom/zone1) +"kTh" = ( +/obj/structure/flora/grass/jungle, +/turf/unsimulated/wall{ + icon_state = "rock"; + name = "rock" + }, +/area/syndicate_mothership/outside) +"kTy" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + pixel_y = 20 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"kTP" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"kTQ" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/wood, +/area/centcom/specops) +"kTW" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"kUC" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"kUG" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership/control) +"kUM" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/infteam) +"kVf" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"kVt" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"kVB" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership/control) +"kVI" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (EAST)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"kVS" = ( +/obj/machinery/smartfridge/secure/chemistry/preloaded/syndicate, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"kWc" = ( +/obj/machinery/arcade/claw, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/infteam) +"kWe" = ( +/obj/machinery/flasher_button{ + id = "syndie_FB_cells"; + layer = 4; + name = "Prison Flasher"; + pixel_x = -26; + req_access_txt = "150" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"kWk" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/infteam) +"kWm" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone3) +"kWB" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 5 + }, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"kWN" = ( +/obj/structure/fence/door{ + color = "#b0b7c6"; + invulnerable = 1 + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"kXj" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 10 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"kXn" = ( +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"kXz" = ( +/obj/structure/table/wood, +/obj/item/storage/lockbox/mindshield, +/obj/item/storage/lockbox/mindshield, +/obj/item/storage/lockbox/mindshield, +/obj/item/door_remote/centcomm, +/obj/item/storage/box/erttaserproof, +/obj/item/storage/box/permits, +/obj/item/megaphone{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/camera_bug/ert{ + pixel_y = 10 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"kXF" = ( +/obj/machinery/photocopier, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"kXQ" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"kXT" = ( +/obj/effect/turf_decal/stripes/gold, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/obj/machinery/light/small, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"kYC" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"kYG" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"kYH" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"kZA" = ( +/obj/structure/closet/l3closet/security, +/obj/item/clothing/mask/gas, +/obj/item/tank/emergency_oxygen/double/full, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/watertank/janitor{ + max_integrity = 1500; + volume = 1500 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"kZY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/centcom/specops) +"laa" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 10; + icon_state = "gs_deadlock" + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"lah" = ( +/obj/structure/table/wood, +/obj/item/grenade/bananade/casing{ + pixel_x = 10 + }, +/obj/item/grenade/bananade/casing{ + pixel_x = 6 + }, +/obj/item/grenade/bananade/casing{ + pixel_x = 2 + }, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"lay" = ( +/obj/structure/table/wood, +/obj/item/storage/firstaid/tactical{ + pixel_x = 3; + pixel_y = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"laP" = ( +/obj/structure/table/wood, +/obj/item/storage/backpack/duffel/syndie/surgery{ + pixel_y = 6 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"laU" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"lbe" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/cargo) +"lbo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"lbU" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"lcd" = ( +/turf/unsimulated/wall{ + icon_state = "iron1" + }, +/area/syndicate_mothership/infteam) +"lcq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/zone1) +"lcz" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"lcJ" = ( +/obj/effect/landmark{ + color = "#99ff99"; + icon_state = "x_white"; + name = "Syndicate-Infiltrator"; + tag = "Commando" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"lcM" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/junglebush/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"lcU" = ( +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"ldr" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"ldB" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"leC" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navyblue" + }, +/area/centcom/specops) +"leD" = ( +/obj/item/flag/syndi, +/obj/structure/curtain/black{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"leN" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navybluealtstrip" + }, +/area/centcom/specops) +"lfz" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"lfP" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock{ + id_tag = "CC_toilet_unit4"; + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"lfS" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/suit/space/vox/carapace, +/obj/item/clothing/head/helmet/space/vox/carapace, +/obj/item/clothing/mask/breath, +/obj/item/storage/backpack/duffel/syndie{ + slowdown = 1 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"lfU" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"lga" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/random_spawners/syndicate/loot{ + color = "#755d9a"; + icon_state = "x_white"; + spawn_inside = null + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"lgv" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"lgU" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/zone3) +"lha" = ( +/obj/structure/closet/crate/medical, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/bottle/morphine, +/obj/item/reagent_containers/glass/bottle/atropine, +/obj/item/reagent_containers/glass/bottle/oculine, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"lhl" = ( +/obj/structure/table/glass, +/obj/item/book/manual/evaguide, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"lhs" = ( +/turf/simulated/floor/lubed, +/area/centcom/evac) +"lhv" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"liY" = ( +/obj/structure/closet/syndicate/personal, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"ljg" = ( +/obj/structure/flora/tree/palm, +/obj/item/beach_ball, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"ljm" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" + }, +/area/syndicate_mothership) +"ljs" = ( +/obj/structure/chair/stool/bar, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"ljv" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/grille, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"ljL" = ( +/turf/unsimulated/wall{ + icon_state = "iron8" + }, +/area/syndicate_mothership) +"lkj" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"lkv" = ( +/obj/structure/kitchenspike, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"lkT" = ( +/obj/structure/closet/crate, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"llm" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/folder/blue{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/folder/red{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/folder/white{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/folder/yellow{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"llK" = ( +/obj/structure/sign/poster/official/religious{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"lmc" = ( +/obj/item/flag/species/skrell, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"lmr" = ( +/obj/machinery/conveyor/west{ + id = "SFBQMLoad" + }, +/obj/machinery/conveyor/east{ + id = "SFBQMLoad" + }, +/obj/machinery/conveyor/south{ + id = "SFBQMLoad" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/cargo) +"lmx" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/jail) +"lmY" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_hor{ + icon_state = "open"; + id_tag = "nukeop_ready" + }, +/obj/structure/spacepoddoor/invincible{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"lnp" = ( +/obj/structure/chair/sofa{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"lnx" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/unsimulated/beach/water/dense, +/area/syndicate_mothership/outside) +"lod" = ( +/obj/effect/overlay/coconut, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"lpu" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/suit/space/vox/medic, +/obj/item/clothing/head/helmet/space/vox/medic, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"lpB" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"lpO" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc2" + }, +/area/shuttle/supply) +"lpP" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"lqs" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"lqB" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + color = "red" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"lqC" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"lqJ" = ( +/obj/item/stack/spacecash/c200, +/obj/item/stack/spacecash/c50, +/obj/machinery/light/spot, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"lrt" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/zone1) +"lrP" = ( +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"lsd" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"lsf" = ( +/obj/machinery/door/poddoor/multi_tile/two_tile_hor{ + icon_state = "open"; + id_tag = "nukeop_ready" + }, +/obj/structure/spacepoddoor/invincible{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"lsF" = ( +/obj/item/fish/shark{ + desc = "Совсем не навязчивая акула. От слова совсем."; + name = "Акула?"; + pixel_y = 4 + }, +/obj/structure/table/wood/fancy/black, +/obj/structure/sign/poster/secret/yug0{ + pixel_x = -32 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"lsK" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" + }, +/area/syndicate_mothership) +"lsT" = ( +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = -24; + pixel_y = -8; + req_access_txt = "114"; + wires = 1 + }, +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = -24; + pixel_y = 8; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ltP" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/wood, +/area/centcom/jail) +"luf" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"lur" = ( +/obj/structure/table/reinforced, +/obj/item/radio{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = -4 + }, +/obj/item/radio{ + pixel_x = 4 + }, +/obj/item/radio{ + pixel_x = 4 + }, +/obj/item/radio{ + pixel_x = 4 + }, +/obj/item/radio{ + pixel_x = -4 + }, +/obj/item/radio{ + pixel_x = -4 + }, +/obj/item/radio{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = 4 + }, +/obj/item/radio{ + pixel_x = -4 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"lus" = ( +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 1 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"luw" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi' + }, +/turf/simulated/floor/plating, +/area/centcom/bridge) +"lvt" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" + }, +/area/syndicate_mothership) +"lvG" = ( +/obj/structure/flora/grass/jungle/b, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"lvI" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"lvT" = ( +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/grass, +/area/centcom/evac) +"lvV" = ( +/obj/structure/table, +/obj/item/circular_saw, +/obj/item/surgicaldrill{ + pixel_y = 5 + }, +/obj/item/kitchen/utensil/fork, +/obj/item/kitchen/utensil/spoon, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"lwj" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"lwI" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd23"; + id_target = "Synd13" + }, +/turf/unsimulated/floor{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"lwX" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/centcom/specops) +"lxT" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/elite_squad) +"lym" = ( +/obj/machinery/vending/syndisnack, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"lyE" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"lyR" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/sliceable/chocolatecake, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/elite_squad) +"lyU" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"lzS" = ( +/obj/effect/turf_decal/bot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"lAo" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"lAK" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"lBg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"lBF" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/chair/comfy/purp, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"lCT" = ( +/obj/machinery/computer/message_monitor, +/turf/simulated/floor/wood, +/area/centcom/specops) +"lDp" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/elite_squad) +"lDs" = ( +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"lDJ" = ( +/obj/structure/chair/comfy/black, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"lEC" = ( +/obj/structure/mirror{ + pixel_x = -30 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"lEY" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"lFt" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"lFw" = ( +/obj/structure/reagent_dispensers/beerkeg/nuke{ + desc = "Однажды незадачливый отряд внедрения синдиката вместо настоящей бомбы, украл у НТ эту стилизованную кегу с пивом. Эти ребята более не ходят по миру, но кега всё ещё украшает один из местных баров. На ней виднеется зачёркнутое слово 'Нанотрейзен' и приписанное рядом, кровью, слово 'Синдикат'"; + name = "Syndicate-brand nuclear fission explosive"; + pixel_y = 12 + }, +/obj/structure/table/wood/fancy/black, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"lGu" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium" + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/beach/sand, +/area/syndicate_mothership/outside) +"lGB" = ( +/obj/structure/table/wood/fancy, +/obj/item/toy/cards/deck, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"lGE" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"lGK" = ( +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"lGT" = ( +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"lHa" = ( +/obj/machinery/computer/shuttle/sst, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"lHw" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/chair/comfy/lime{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/court) +"lHT" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/applecakeslice, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"lHZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"lIb" = ( +/obj/structure/flora/tree/jungle/small, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"lIh" = ( +/obj/item/radio/intercom/specops{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"lIj" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" + }, +/area/syndicate_mothership/infteam) +"lIw" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_r"; + tag = "icon-propulsion_r" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"lJc" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership/infteam) +"lJl" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 11 + }, +/turf/simulated/floor/wood, +/area/centcom/supply) +"lJm" = ( +/obj/machinery/biogenerator, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/evac) +"lJp" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/shuttle/plating, +/area/shuttle/mining) +"lKw" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"lKD" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/tree/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"lKH" = ( +/obj/structure/table/reinforced/brass, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"lKQ" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo10" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"lKS" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"lKW" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"lKY" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "SFBQMLoad2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"lKZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/shuttle/syndicate) +"lLo" = ( +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/vox) +"lLt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"lLN" = ( +/obj/structure/rack, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/holosign_creator/atmos, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"lMh" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/infteam) +"lMt" = ( +/obj/structure/table, +/obj/machinery/door/window/brigdoor{ + color = "red"; + dir = 2; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"lMP" = ( +/obj/machinery/vending/suitdispenser, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"lNe" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership/infteam) +"lNn" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"lNu" = ( +/obj/structure/table/wood, +/obj/item/candle, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"lNy" = ( +/obj/structure/bed, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet07" + }, +/area/centcom/zone1) +"lNA" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-32"; + tag = "icon-plant-32" + }, +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"lOk" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/infteam) +"lOM" = ( +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"lPb" = ( +/obj/machinery/computer/med_data, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"lPe" = ( +/obj/structure/flora/grass/jungle, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"lPg" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidwarning"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"lPZ" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock"; + name = "Labor Shuttle Airlock" + }, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 2; + height = 5; + id = "laborcamp"; + name = "labor camp shuttle"; + rebuildable = 1; + roundstart_move = "laborcamp_home"; + width = 9 + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor, +/area/shuttle/siberia) +"lQY" = ( +/obj/structure/table/abductor{ + name = "table" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + name = "Food CC Spawner #2" + }, +/turf/simulated/floor/fakespace, +/area/centcom/zone1) +"lRs" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"lRD" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/space) +"lSb" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s9" + }, +/area/shuttle/administration) +"lSp" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidwarning"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"lSq" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidwarning"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"lSR" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"lTg" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidwarning"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"lTz" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" + }, +/area/syndicate_mothership) +"lUC" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"lUK" = ( +/obj/effect/decal/warning_stripes/east, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"lVo" = ( +/obj/structure/table/abductor, +/obj/item/retractor/alien, +/obj/item/hemostat/alien, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lVD" = ( +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"lVM" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"lWc" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + color = "#9999ff"; + icon_state = "x_white"; + name = "Syndicate-Spawn" + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -30 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"lWk" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 75; + color = "black"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/outside) +"lWt" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain, +/obj/item/lighter/zippo/blue{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -4; + pixel_y = 9 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"lWx" = ( +/obj/machinery/door/airlock/syndicate/medical{ + name = "Медзона"; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"lWR" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"lWT" = ( +/obj/effect/landmark/abductor/scientist, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"lXz" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"lXL" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien14" + }, +/area/abductor_ship) +"lXY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"lYr" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/wheat/rice, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"lYz" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"lYO" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" + }, +/area/syndicate_mothership) +"lYZ" = ( +/turf/simulated/floor/wood, +/area/centcom/zone2) +"lZC" = ( +/obj/machinery/door/airlock/hatch{ + req_access_txt = "152" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"lZM" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluealtstrip" + }, +/area/centcom/zone2) +"lZV" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"max" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 6; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidwarning"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"maD" = ( +/obj/structure/table/glass, +/obj/item/storage/backpack/duffel/syndie/surgery_fake, +/obj/item/storage/box/syndie_kit/bonerepair, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"maJ" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/statue/elwycco{ + layer = 10; + pixel_y = 10 + }, +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"mbd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"mbv" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredalt" + }, +/area/syndicate_mothership/cargo) +"mby" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-17"; + tag = "icon-plant-17" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"mbB" = ( +/obj/structure/curtain/black, +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"mbI" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"mbZ" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"mcb" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/siberia) +"mce" = ( +/obj/item/flashlight/lamp/green, +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"mcg" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"mcz" = ( +/obj/structure/closet/cabinet{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100) + }, +/obj/item/clothing/gloves/combat, +/obj/item/radio/headset/syndicate/alt/syndteam, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/under/syndicate, +/obj/item/card/id/syndicate/command, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "golden_stripes" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"mcX" = ( +/obj/item/ashtray/glass{ + pixel_x = -7; + pixel_y = -4 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/structure/table/glass, +/obj/item/paper/monitorkey, +/obj/item/paper/tcommskey, +/obj/structure/window/reinforced, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mdb" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/chocolatecakeslice, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/elite_squad) +"mds" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/elite_squad) +"mdt" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 4; + light_range = 6 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/elite_squad) +"mdV" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/gold, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone3) +"mer" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership/elite_squad) +"mes" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/smartfridge/drying_rack, +/turf/simulated/floor/wood, +/area/centcom/evac) +"meN" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/shuttle/syndicate) +"mfb" = ( +/obj/structure/closet/syndicate/nuclear, +/obj/effect/decal/warning_stripes/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"mfn" = ( +/obj/structure/table/glass, +/obj/item/robot_parts/r_leg{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -5; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"mfp" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/beer/upgraded, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"mfP" = ( +/obj/docking_port/mobile/emergency/backup{ + dir = 8; + dwidth = 9; + roundstart_move = null + }, +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 8; + id = "backup_away"; + name = "Backup Shuttle Dock"; + turf_type = /turf/simulated/floor; + width = 8 + }, +/obj/machinery/door/airlock/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/escape) +"mgd" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"mgC" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"mgI" = ( +/obj/machinery/chem_master, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"mgK" = ( +/obj/structure/table/reinforced, +/obj/item/syndicatedetonator, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"mhg" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 6; + pixel_y = -27 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = -27 + }, +/obj/structure/sink{ + dir = 1 + }, +/obj/machinery/light, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"mhh" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/regular{ + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"mhN" = ( +/obj/structure/table, +/obj/item/storage/box/chemimp{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/storage/box/trackimp, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"mhP" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/syndicate, +/obj/item/pen/multi/gold{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"mif" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/multitool{ + pixel_x = 11; + pixel_y = 5 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"miN" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mjh" = ( +/turf/unsimulated/beach/coastline{ + icon_state = "beachcorner" + }, +/area/syndicate_mothership/outside) +"mjx" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/centcom/zone1) +"mjE" = ( +/obj/machinery/vending/boozeomat, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"mle" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"mli" = ( +/obj/structure/window/reinforced, +/obj/item/flag/nt, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"mlk" = ( +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"mls" = ( +/obj/structure/table/wood/fancy/black, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"mmD" = ( +/obj/machinery/door/poddoor/multi_tile/two_tile_ver{ + icon_state = "open" + }, +/obj/structure/spacepoddoor/invincible, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"mmH" = ( +/obj/effect/turf_decal/stripes/gold, +/obj/item/flag/nt, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"mnL" = ( +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/specops) +"mnX" = ( +/obj/machinery/door/window/brigdoor{ + req_access_txt = "101" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"moS" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"moU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "navybluealtstrip" + }, +/area/centcom/specops) +"moV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/infteam) +"moZ" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"mpj" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"mpo" = ( +/obj/effect/decal/warning_stripes/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"mpQ" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"mpW" = ( +/obj/structure/bed, +/obj/item/bedsheet/rd, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"mqd" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "106" + }, +/turf/simulated/floor/wood, +/area/centcom/court) +"mqz" = ( +/obj/structure/table/wood, +/obj/item/grenade/smokebomb{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/grenade/smokebomb, +/obj/item/grenade/smokebomb{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"mqD" = ( +/obj/structure/table/wood, +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"mqK" = ( +/obj/effect/decal/warning_stripes/red/hollow{ + pixel_x = 16; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"mrm" = ( +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f3" + }, +/area/shuttle/syndicate) +"mrA" = ( +/obj/structure/table/wood, +/obj/item/grenade/smokebomb{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/grenade/smokebomb{ + pixel_y = 1 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"mrX" = ( +/obj/machinery/computer/cryopod{ + pixel_x = 32; + req_one_access = list(150) + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"msl" = ( +/obj/machinery/door/poddoor/multi_tile/two_tile_hor{ + icon_state = "open"; + layer = 3.01 + }, +/obj/structure/spacepoddoor/invincible{ + dir = 4 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/infteam) +"msA" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"mtc" = ( +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/random_spawners/syndicate/loot/level3{ + color = "#00856f"; + icon_state = "x_white"; + spawn_inside = /obj/structure/closet/crate + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"mtI" = ( +/obj/machinery/door/poddoor/multi_tile/three_tile_hor{ + closingLayer = 3.2; + icon_state = "open"; + layer = 3.02 + }, +/obj/structure/spacepoddoor/invincible{ + dir = 4 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/infteam) +"mud" = ( +/obj/structure/bookcase, +/obj/item/book/manual/supermatter_engine, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"mvd" = ( +/obj/structure/spacepoddoor/invincible{ + dir = 4 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/infteam) +"mvo" = ( +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"mvu" = ( +/obj/effect/turf_decal/stripes/gold, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"mvM" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "Automatic Shotgun"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + desc = "A compact, mag-fed semi-automatic shotgun for combat in narrow corridors, nicknamed 'Pancor Jackhammer' by NanoTrasen corp. Compatible only with specialized 8-round drum magazines."; + name = "Pancor Jackhammer" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun{ + desc = "A large duffelbag, packed to the brim with Pancor Jackhammer shotgun ammo."; + name = "12g duffelbag" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"mvQ" = ( +/obj/structure/window/reinforced, +/obj/structure/bed, +/obj/item/bedsheet/cmo, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"mwP" = ( +/turf/unsimulated/wall{ + icon_state = "iron14" + }, +/area/syndicate_mothership/infteam) +"mwS" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP3-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"mxj" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"mxA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"mxS" = ( +/obj/structure/window/reinforced, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"myg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"myp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"myt" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"myy" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/grass/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"myG" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"myH" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"myL" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"myX" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo18" + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"mze" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"mzk" = ( +/obj/machinery/computer/shuttle/syndicate/recall, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"mzs" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluealtstrip" + }, +/area/centcom/specops) +"mzF" = ( +/turf/unsimulated/wall{ + icon_state = "iron14" + }, +/area/syndicate_mothership/elite_squad) +"mzI" = ( +/obj/machinery/door/poddoor/multi_tile/two_tile_hor{ + icon_state = "open"; + layer = 3.01 + }, +/obj/structure/spacepoddoor/invincible{ + dir = 4 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/elite_squad) +"mzP" = ( +/obj/structure/closet/crate/syndicate{ + pixel_x = -4; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"mzU" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"mAc" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/evac) +"mAw" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/structure/sign/poster/secret/yug0{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"mAx" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod3_away"; + name = "recovery ship bay 3"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"mAR" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/trader_station/sol) +"mBe" = ( +/obj/machinery/door/poddoor/multi_tile/three_tile_hor{ + closingLayer = 3.2; + icon_state = "open"; + layer = 3.02 + }, +/obj/structure/spacepoddoor/invincible{ + dir = 4 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/elite_squad) +"mCa" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mCb" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 8; + pixel_x = 4; + tag = "icon-shower (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"mCv" = ( +/obj/structure/spacepoddoor/invincible{ + dir = 4 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/elite_squad) +"mCG" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/genericbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"mCM" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/grass/jungle/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"mCQ" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"mDk" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/elite_squad) +"mDq" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "CC_toilet_unit1"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"mDs" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/mob/living/simple_animal/pig, +/turf/simulated/floor/grass, +/area/centcom/evac) +"mDE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/zone1) +"mDU" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"mDW" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/elite_squad) +"mDX" = ( +/obj/machinery/flasher_button{ + id = "gulagshuttleflasher"; + name = "Flash Control"; + pixel_y = -26; + req_access_txt = "1" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/siberia) +"mEn" = ( +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_inner_right"; + locked = 1; + name = "Ship External Access"; + req_access_txt = "150" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"mEq" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"mEu" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership/elite_squad) +"mEE" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"mES" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"mFe" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + req_access_txt = "102" + }, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"mFf" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/flag/syndi, +/obj/machinery/door_control{ + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "nukeop_storage"; + name = "ATOM Storage"; + pixel_y = 32; + req_access_txt = "153" + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"mFo" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"mFt" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"mFD" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_Armory_IK60" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"mFG" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/drinks/bottle/vermouth, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"mFU" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"mGx" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"mGy" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/machinery/door_control{ + id = "QMLoaddoor2"; + layer = 3; + name = "Loading Doors"; + pixel_x = 24; + pixel_y = 8 + }, +/obj/machinery/door_control{ + id = "QMLoaddoor"; + layer = 3; + name = "Loading Doors"; + pixel_x = 24; + pixel_y = -8 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"mGA" = ( +/obj/item/reagent_containers/food/drinks/bottle/goldschlager, +/obj/structure/table/wood/fancy/black, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"mHE" = ( +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/asteroid/corner, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"mHR" = ( +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"mHZ" = ( +/obj/machinery/door/airlock/syndicate/command{ + name = "Officer room"; + req_access_txt = "153" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"mIC" = ( +/obj/item/clothing/suit/straight_jacket, +/turf/simulated/floor/plating, +/area/centcom/specops) +"mIR" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"mIW" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"mJe" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" + }, +/area/syndicate_mothership/infteam) +"mJH" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" + }, +/area/syndicate_mothership/infteam) +"mKe" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/beach/sand, +/area/syndicate_mothership/outside) +"mKi" = ( +/obj/machinery/light/spot{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/escape) +"mKB" = ( +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/reagent_containers/food/drinks/bottle/cream, +/obj/item/reagent_containers/food/snacks/mint, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"mLJ" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd13"; + id_target = "Synd23" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"mLP" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"mMj" = ( +/obj/structure/sign/poster/contraband/smoke{ + pixel_x = -32 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/gold{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"mMH" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" + }, +/area/syndicate_mothership/control) +"mMK" = ( +/obj/machinery/door/window/brigdoor{ + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mNB" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership/infteam) +"mNY" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership/infteam) +"mOt" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership/infteam) +"mOA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"mOZ" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + name = "Master R&D Server Controller" + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"mPc" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "golden_stripes_corner" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"mPi" = ( +/obj/effect/decal/warning_stripes/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"mPk" = ( +/obj/structure/fence{ + color = "#b0b7c6"; + invulnerable = 1 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"mPm" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/evac) +"mPI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"mPM" = ( +/obj/machinery/door/airlock{ + id_tag = "CC_dorm_room1"; + name = "Room 1" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"mQg" = ( +/obj/effect/turf_decal/stripes/red/full, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mQp" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/siberia) +"mQr" = ( +/obj/machinery/smartfridge/dish{ + opacity = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 2; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"mRy" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows2" + }, +/area/trader_station/sol) +"mRz" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-6"; + tag = "icon-plant-6" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet06" + }, +/area/centcom/zone1) +"mRB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"mRR" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/cardboard, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"mRT" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien10" + }, +/area/abductor_ship) +"mRX" = ( +/obj/machinery/door/airlock/centcom{ + name = "Outpost 4"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plating, +/area/centcom/zone2) +"mSB" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership/elite_squad) +"mSF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/jail) +"mSG" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/enforcer{ + pixel_x = -5 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"mST" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/fancy/donut_box, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"mTf" = ( +/obj/machinery/disco{ + anchored = 1 + }, +/obj/effect/turf_decal/box/white/corners, +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/turf/simulated/floor/mineral/abductor, +/area/centcom/zone1) +"mTh" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership/elite_squad) +"mTp" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership/elite_squad) +"mTv" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluealtstrip" + }, +/area/centcom/specops) +"mUc" = ( +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"mUi" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"mUu" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/grass/jungle/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"mUx" = ( +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f2" + }, +/area/shuttle/syndicate) +"mUH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/specops) +"mUV" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 8; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 1; + id = "SSTprivateroom" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"mVe" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_away"; + name = "Shuttle Hatch"; + req_access_txt = "109" + }, +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"mVh" = ( +/obj/structure/table, +/obj/item/storage/box/zipties, +/obj/effect/decal/warning_stripes/red/hollow, +/obj/item/restraints/handcuffs/cable, +/obj/item/restraints/handcuffs/cable, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"mVo" = ( +/obj/structure/rack/holorack, +/obj/item/storage/belt/chameleon{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/belt/chameleon, +/obj/item/storage/belt/chameleon{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"mVq" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + color = "red"; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 1; + id = "SSTprivateroom" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"mVB" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/beach/sand, +/area/syndicate_mothership/outside) +"mVC" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/centcom/evac) +"mVX" = ( +/turf/space, +/area/space) +"mWl" = ( +/obj/machinery/syndiepad/receivepad, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"mWR" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/belt/fannypack/black, +/obj/item/storage/belt/fannypack/black, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"mXf" = ( +/obj/machinery/bsa/full/admin/east, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plating, +/area/space) +"mXv" = ( +/obj/structure/rack/holorack, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"mXR" = ( +/obj/structure/table, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"mYk" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + color = "red"; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 1; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 4; + id = "SSTprivateroom" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"mYw" = ( +/obj/structure/mirror{ + pixel_x = 30 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"mYz" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"mYF" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mYH" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"mYM" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"mZo" = ( +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plating, +/area/space) +"mZC" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/court) +"mZE" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership) +"nae" = ( +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"nar" = ( +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"naw" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"naI" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/rack/holorack, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"naM" = ( +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"naV" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"nbp" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate, +/obj/item/multitool, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"nbC" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate Strike Team" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"nbV" = ( +/obj/machinery/door/window/brigdoor{ + color = "red"; + dir = 8; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nbY" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/kitchen/knife/butcher, +/obj/item/kitchen/knife/butcher/meatcleaver, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"ncp" = ( +/obj/machinery/vending/snack, +/obj/structure/closet/hydrant{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"ncs" = ( +/obj/machinery/mineral/labor_claim_console{ + machinedir = 1; + pixel_x = 30 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/siberia) +"nct" = ( +/obj/structure/table/glass, +/obj/item/surgicaldrill, +/obj/item/circular_saw, +/obj/item/radio/intercom/syndicate{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"ncA" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom SOO"; + opacity = 1; + req_access_txt = "114" + }, +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "CentCom SOO" + }, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door_control{ + id = "ERT_director_office_shutters"; + pixel_x = 32; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ncB" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/flasher{ + id = "syndie_FB_cells"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"ncN" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/cargo) +"ncR" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"ncZ" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"ndg" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall11"; + tag = "icon-swall11" + }, +/area/shuttle/supply) +"neo" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"neu" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/structure/sign/bobross{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"neK" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"neN" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"neS" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"nfd" = ( +/obj/structure/closet/secure_closet/freezer/kitchen{ + req_access = null + }, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nfp" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"nfw" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"nfE" = ( +/obj/machinery/vending/dinnerware, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nfF" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"nfK" = ( +/obj/item/flag/syndi, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = 32 + }, +/obj/structure/curtain/black{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"nfR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"nga" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" + }, +/area/syndicate_mothership/cargo) +"nge" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/curtain/black{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"ngf" = ( +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"ngk" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"ngo" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"ngv" = ( +/obj/machinery/washing_machine, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"ngL" = ( +/obj/structure/closet/crate/can, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/wood, +/area/centcom/zone3) +"nhl" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"nhv" = ( +/obj/machinery/vending/chinese/free, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"nhC" = ( +/obj/machinery/vending/toyliberationstation{ + req_access_txt = "150" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"nhI" = ( +/obj/machinery/door/window{ + dir = 1; + panel_open = 1; + req_access_txt = "152" + }, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"nhY" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Cryo"; + req_access_txt = "150" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"nig" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/black, +/obj/structure/coatrack, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"niK" = ( +/turf/unsimulated/wall{ + icon_state = "rrust10" + }, +/area/vox_station) +"niR" = ( +/obj/structure/table, +/obj/item/bonegel, +/obj/item/bonesetter, +/obj/item/hemostat, +/obj/item/cautery, +/obj/item/surgicaldrill, +/obj/item/circular_saw, +/obj/item/scalpel, +/obj/item/retractor, +/obj/item/FixOVein, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"nja" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/machinery/photocopier/syndie{ + pixel_x = 5 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"njh" = ( +/obj/machinery/light, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/centcom/specops) +"njk" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"njt" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 18; + id = "skipjack_away"; + name = "vox bay 1"; + width = 19 + }, +/turf/space, +/area/space) +"njy" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "ntsing_alt"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"njJ" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/infteam) +"njW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"njZ" = ( +/turf/unsimulated/floor{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"nkz" = ( +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"nkF" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/window/reinforced, +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"nkJ" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/machinery/computer/syndie_supplycomp{ + pixel_x = -6 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"nkK" = ( +/obj/machinery/abductor/gland_dispenser, +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"nkV" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership/infteam) +"nlb" = ( +/mob/living/simple_animal/cow, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"nlx" = ( +/obj/machinery/door_control{ + id = "smindicate_right"; + name = "External Door Control"; + pixel_y = 32; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"nly" = ( +/obj/structure/sign/poster/contraband/atmosia_independence{ + name = "Declaration"; + pixel_y = 30 + }, +/obj/structure/mineral_door, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"nlT" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"nmw" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/infteam) +"nmS" = ( +/obj/structure/shuttle/engine/heater, +/turf/unsimulated/wall{ + icon_state = "iron4" + }, +/area/syndicate_mothership/cargo) +"nmV" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/shuttle/syndicate) +"nnb" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership/infteam) +"nnl" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "syndieshutters_Aspid"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/cargo) +"nnm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"nnw" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Vault"; + req_access_txt = "153" + }, +/turf/simulated/floor/wood, +/area/syndicate_mothership/control) +"nnM" = ( +/obj/machinery/light/small, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"nnN" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"nnR" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"nov" = ( +/obj/machinery/light/spot{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"npt" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo15" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"npO" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + color = "red" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"nqX" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership/elite_squad) +"nqY" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/elite_squad) +"nra" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/door/airlock/syndicate/public{ + name = "Скромный зал славы"; + req_access_txt = "150" + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"nrg" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership/elite_squad) +"nrC" = ( +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nsd" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"nsg" = ( +/obj/structure/chair/sofa/right, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nsi" = ( +/obj/structure/chair/sofa/left, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nsA" = ( +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/shuttle/vox) +"nsM" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navybluealtstrip" + }, +/area/centcom/specops) +"nsV" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"nte" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/zone2) +"ntu" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/jail) +"ntx" = ( +/obj/machinery/button/windowtint{ + id = "SSTprivateroom"; + pixel_x = 24; + pixel_y = 24 + }, +/obj/machinery/door_control{ + desiredstate = 1; + id = "SSTprivateroom"; + name = "Privacy Room Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 26; + pixel_y = 31; + specialfunctions = 4 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"ntK" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/centcom/evac) +"ntS" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo4" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 5; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"ntW" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"nug" = ( +/obj/machinery/door_control{ + id = "CC_space_jail_cell"; + name = "Central Command Jail Cell's"; + pixel_y = -30; + req_access_txt = "110" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"nuz" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/zone1) +"nuI" = ( +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/obj/structure/flora/grass/jungle/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"nuU" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 8; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 1; + id = "SSTprivateroom" + }, +/obj/structure/window/reinforced/polarized{ + color = "red"; + dir = 4; + id = "SSTprivateroom" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nve" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_legal, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/security_space_law, +/turf/simulated/floor/wood, +/area/centcom/specops) +"nvh" = ( +/turf/unsimulated/wall{ + icon_state = "sandstone3" + }, +/area/wizard_station) +"nvm" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/syndicate, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"nvA" = ( +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -13 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nvU" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = 10 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/condiment/enzyme, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nwq" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"nwZ" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nxD" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/window/full/basic, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"nxI" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo11" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"nyl" = ( +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"nyo" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"nyA" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"nyH" = ( +/obj/machinery/vending/medical/syndicate_access/beamgun, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"nyJ" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"nyW" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nzn" = ( +/obj/machinery/dna_scannernew/upgraded, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"nzq" = ( +/obj/effect/turf_decal/stripes/black, +/obj/structure/coatrack, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"nzW" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"nAj" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/junglebush/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"nAm" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"nAn" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"nAN" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/specops) +"nAO" = ( +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"nBh" = ( +/obj/machinery/light/spot, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"nBj" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/structure/flora/ausbushes/leafybush, +/turf/unsimulated/beach/sand, +/area/syndicate_mothership/outside) +"nBl" = ( +/obj/structure/table/abductor, +/obj/structure/marker_beacon{ + layer = 2.9 + }, +/obj/item/toy/plushie/coffee_fox{ + desc = "Что делает такая прекрасная лиса в таком ужасном месте? Возможно она кого то символизирует, но скорее всего это лишь ваши фантазии. \n Вы замечаете небольшую заметку на бирке игрушки, однако все что удается вам разглядеть это Sl-end-er."; + name = "Лиса?" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"nBq" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"nBB" = ( +/obj/structure/chair/sofa/left, +/obj/item/toy/plushie/crimson_fox{ + layer = 5; + name = "Алая лиса" + }, +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" + }, +/area/centcom/supply) +"nBX" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"nCb" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "ASSAULT2"; + name = "gravpult" + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"nCm" = ( +/obj/machinery/smartfridge/dish{ + opacity = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/zone1) +"nCt" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/soymilk, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"nCv" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"nCx" = ( +/obj/structure/window/reinforced, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"nCA" = ( +/obj/machinery/door/airlock/centcom{ + name = "Prison"; + opacity = 1; + req_access_txt = "104" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "CC_space_jail_sec"; + layer = 50; + level = 3; + locked = 1; + name = "Central Command Jail"; + opacity = 0 + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"nDz" = ( +/obj/structure/safe{ + known_by = list("NNC") + }, +/obj/item/stack/spacecash/c1000000, +/obj/item/stack/spacecash/c1000000, +/obj/item/stack/spacecash/c1000000, +/obj/item/reagent_containers/food/drinks/bottle/goldschlager, +/obj/item/coin/gold, +/obj/item/toy/plushie/corgi, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"nDM" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/toy/cards/deck/black, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"nEJ" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"nEQ" = ( +/obj/structure/rack, +/obj/item/storage/box/disks, +/obj/item/storage/box/syringes{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"nFg" = ( +/obj/machinery/conveyor/west{ + id = "SFBQMLoad2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/cargo) +"nFx" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"nFC" = ( +/obj/machinery/cryopod/syndie{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"nGy" = ( +/turf/unsimulated/wall{ + icon_state = "iron4" + }, +/area/syndicate_mothership/jail) +"nHd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"nHg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"nHr" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowalt" + }, +/area/centcom/zone3) +"nHw" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredalt" + }, +/area/centcom/zone3) +"nHX" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" + }, +/area/syndicate_mothership/control) +"nIc" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"nIj" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"nIn" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/cardboard, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"nIr" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"nIG" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/siberia) +"nIK" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old_broken4" + }, +/area/syndicate_mothership) +"nIL" = ( +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + name = "DAE 5.56 Compact GL"; + pixel_y = 4 + }, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"nIR" = ( +/obj/machinery/cryopod/right, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"nJg" = ( +/obj/structure/fence{ + color = "#b0b7c6"; + dir = 4; + invulnerable = 1 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"nJH" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"nKy" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nKA" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nKH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/random_spawners/syndicate/loot/level2{ + color = "#08457e"; + icon_state = "x_white"; + spawn_inside = /obj/structure/closet/crate + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"nKO" = ( +/obj/machinery/slot_machine, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"nLW" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"nMc" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "golden_stripes" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"nMp" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/grass/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"nMv" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "ntsing_alt2"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"nMF" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/reagent_containers/food/drinks/bottle/wine, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nMT" = ( +/obj/machinery/door/airlock/syndicate/security/glass{ + id = "SSTprivateroom"; + id_tag = "SSTprivateroom"; + name = "SST Private Room"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nMV" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"nMZ" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nNb" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"nNi" = ( +/obj/structure/table/reinforced, +/obj/machinery/processor{ + pixel_y = 10 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"nNJ" = ( +/obj/item/storage/box/zipties, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"nOy" = ( +/obj/structure/chair/comfy/red{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"nPr" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/admin{ + name = "NTV Argos shuttle navigation computer" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"nPt" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcornersalt" + }, +/area/centcom/zone3) +"nPA" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 9 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"nPY" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"nQb" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-6"; + tag = "icon-plant-6" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"nQl" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"nQs" = ( +/obj/machinery/vending/chinese/free, +/obj/effect/turf_decal/stripes/gold{ + dir = 5 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"nQM" = ( +/obj/machinery/door/window/brigdoor{ + dir = 1; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/court) +"nQW" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"nRo" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/broken_device, +/obj/item/robot_parts/chest, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"nRs" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = 4; + tag = "icon-shower (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone3) +"nRB" = ( +/obj/structure/table/wood/fancy, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"nRE" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" + }, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"nRH" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/item/clothing/mask/breath, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"nRU" = ( +/turf/unsimulated/wall{ + icon_state = "iron13"; + tag = "icon-iron13" + }, +/area/syndicate_mothership/infteam) +"nSj" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"nSt" = ( +/obj/effect/turf_decal/caution/stand_clear/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"nSG" = ( +/obj/structure/fence/post{ + invulnerable = 1 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"nSJ" = ( +/obj/structure/chair, +/turf/unsimulated/beach/sand, +/area/syndicate_mothership/outside) +"nTt" = ( +/turf/unsimulated/wall/abductor, +/area/abductor_ship) +"nTP" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/junglebush/c, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"nTS" = ( +/obj/machinery/chem_master, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"nUi" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/filingcabinet/employment, +/turf/simulated/floor/bluegrid, +/area/centcom/bridge) +"nVd" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 16 + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/pen/fancy{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"nVl" = ( +/obj/structure/rack, +/obj/item/storage/box/hug, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"nVu" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "SFBQMLoad" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"nVw" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/structure/curtain/black{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"nVI" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s5" + }, +/area/shuttle/administration) +"nVN" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"nWz" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "31" + }, +/obj/docking_port/mobile/supply, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"nWB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/zone1) +"nWU" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + amount = 50; + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/gold, +/obj/item/stamp/chameleon, +/turf/simulated/floor/wood, +/area/centcom/specops) +"nXK" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/item/seeds/orange, +/obj/item/seeds/orange, +/obj/item/seeds/orange, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"nXS" = ( +/obj/structure/fence{ + invulnerable = 1 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"nXT" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"nXU" = ( +/obj/structure/spacepoddoor/invincible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"nYn" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/pickaxe, +/obj/item/storage/firstaid/toxin, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"nYu" = ( +/obj/item/flag/syndi, +/obj/structure/sign/poster/contraband/syndicate_recruitment{ + pixel_y = 30 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"nYA" = ( +/obj/structure/bookcase, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"nYK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"nYR" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership/outside) +"nZe" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"nZo" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/outside) +"nZq" = ( +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/escape) +"nZr" = ( +/obj/structure/chair/comfy/red, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"oaa" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/centcom/zone3) +"oaw" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/outside) +"oaT" = ( +/obj/structure/table/glass, +/obj/item/gun/syringe/syndicate, +/obj/item/reagent_containers/syringe/charcoal{ + pixel_y = 4 + }, +/obj/item/reagent_containers/syringe/charcoal{ + pixel_y = 2 + }, +/obj/item/reagent_containers/syringe/charcoal, +/obj/machinery/vending/wallmed/syndicate{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"obc" = ( +/obj/structure/rack/holorack, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"obw" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/unsimulated/beach/water/dense, +/area/syndicate_mothership/outside) +"obF" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/documents/syndicate/blue, +/obj/item/documents/syndicate/mining, +/obj/item/documents/syndicate/red, +/obj/item/documents/syndicate/yellow, +/obj/item/documents/syndicate/yellow/trapped, +/obj/item/documents/syndicate, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"obJ" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/outside) +"obR" = ( +/obj/machinery/door/airlock/public/glass, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"ocf" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/chair/comfy/lime{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/court) +"ocs" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"ocx" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/centcom{ + name = "Gamma Armory"; + opacity = 1; + req_access_txt = "114" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ocG" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/zone1) +"ocO" = ( +/obj/machinery/vending/hatdispenser, +/turf/simulated/floor/wood, +/area/centcom/specops) +"odz" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"odT" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"odZ" = ( +/turf/simulated/floor/wood, +/area/centcom/evac) +"oeH" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"oeY" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"ofi" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/evac) +"ofy" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcornersalt" + }, +/area/centcom/supply) +"ofX" = ( +/obj/item/flag/syndi, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"oga" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/centcom/evac) +"ogm" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"ogw" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/door_control{ + id = "syndicate_jail_cell"; + name = "Bolt Cell Doors"; + normaldoorcontrol = 1; + pixel_y = -32; + req_access_txt = "150"; + specialfunctions = 4 + }, +/obj/machinery/flasher_button{ + id = "syndie_FB_cells"; + layer = 4; + name = "Prison Flasher"; + pixel_x = 32; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"ohh" = ( +/obj/structure/flora/rock/jungle, +/obj/structure/flora/grass/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"ohk" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredaltstrip" + }, +/area/centcom/zone3) +"ohD" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1441; + master_tag = "syndicate_jail_airlock_control"; + name = "Syndicate Jail Access Button"; + pixel_x = 25; + pixel_y = 25; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/jail) +"ohG" = ( +/obj/machinery/door/airlock/centcom{ + name = "Medical Block"; + opacity = 1; + req_access_txt = "109" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"ohJ" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"ohN" = ( +/obj/machinery/hydroponics/constructable{ + layer = 3.2 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"oiy" = ( +/obj/effect/turf_decal/stripes/gold, +/obj/effect/turf_decal/stripes/gold, +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"oiD" = ( +/obj/structure/table, +/obj/item/storage/box/handcuffs, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"oiF" = ( +/obj/structure/mineral_door, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/wizard_station) +"ojv" = ( +/obj/machinery/computer/security{ + network = list("SS13","Telecomms","Research Outpost","Mining Outpost","ERT","CentComm","Thunderdome") + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/centcom/bridge) +"okh" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"okO" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"okT" = ( +/obj/machinery/vending/hydronutrients{ + contraband = list(); + emagged = 1; + products = list(/obj/item/reagent_containers/glass/bottle/nutrient/ez = 20, /obj/item/reagent_containers/glass/bottle/nutrient/l4z = 13, /obj/item/reagent_containers/glass/bottle/nutrient/rh = 6, /obj/item/reagent_containers/spray/pestspray = 20, /obj/item/reagent_containers/syringe = 5, /obj/item/storage/bag/plants = 5, /obj/item/cultivator = 3, /obj/item/shovel/spade = 3, /obj/item/plant_analyzer = 4, /obj/item/reagent_containers/glass/bottle/ammonia = 10, /obj/item/reagent_containers/glass/bottle/diethylamine = 5) + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"okZ" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/wizard_station) +"olg" = ( +/obj/machinery/kitchen_machine/oven/upgraded, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"olI" = ( +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"omh" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bucket, +/obj/item/caution/proximity_sign, +/obj/item/caution/proximity_sign, +/obj/item/caution/proximity_sign, +/obj/item/storage/bag/trash, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"omz" = ( +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"omB" = ( +/obj/machinery/kitchen_machine/grill/upgraded, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"omP" = ( +/obj/structure/table/wood/poker, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"ona" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcornersalt" + }, +/area/centcom/supply) +"onc" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone1) +"ont" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"onS" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"ooy" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/court) +"ooz" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1; + tag = "icon-heater (WEST)" + }, +/obj/structure/window/plasmareinforced{ + color = "#FF0000" + }, +/obj/structure/lattice, +/turf/simulated/shuttle/plating, +/area/shuttle/administration) +"ooD" = ( +/obj/item/beach_ball, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"ooP" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/effect/turf_decal{ + icon_state = "plumbing"; + name = "plumbing" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"opb" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd21"; + id_target = "Synd11" + }, +/turf/unsimulated/floor{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"opx" = ( +/obj/machinery/gibber, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"opU" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/clothing/gloves/ring/gold{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/clothing/gloves/ring/gold, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"oqr" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/shuttle/gamma/space) +"oqC" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 8; + pixel_x = 4; + tag = "icon-shower (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"orb" = ( +/obj/machinery/kitchen_machine/candy_maker/upgraded, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"ory" = ( +/obj/structure/closet/chefcloset, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"orW" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/bridge) +"osm" = ( +/obj/structure/kitchenspike, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"oso" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/centcom/specops) +"osp" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "ntsing_alt3"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"oss" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"osE" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 8 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"osJ" = ( +/obj/machinery/icemachine, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"otg" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/elite_squad) +"oth" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"otA" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"otB" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "arrival" + }, +/area/centcom/zone1) +"otM" = ( +/obj/machinery/mecha_part_fabricator/upgraded, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"ova" = ( +/obj/machinery/door_control{ + id = "adminshuttleblast"; + name = "blast door control"; + pixel_y = 30; + req_access_txt = "101" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"ovc" = ( +/obj/structure/mirror{ + pixel_y = -32 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"ovk" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/landmark{ + name = "ERT Director" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ovv" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"ovy" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"ovA" = ( +/obj/machinery/vending/syndisnack, +/obj/effect/turf_decal/stripes/gold{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"ovM" = ( +/obj/structure/closet/crate/syndicate{ + pixel_x = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"owc" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"owl" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"owq" = ( +/obj/structure/closet/secure_closet/clown{ + req_access = null + }, +/obj/item/clothing/under/soldieruniform, +/obj/item/clothing/suit/soldiercoat, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"owt" = ( +/obj/structure/closet/secure_closet/clown{ + req_access = null + }, +/obj/item/clothing/under/soldieruniform, +/obj/item/clothing/suit/soldiercoat, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"owD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"owV" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/shuttle/syndicate) +"owX" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/beach/sand, +/area/syndicate_mothership/outside) +"oxk" = ( +/obj/item/skeleton/r_arm, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"oxo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"oxJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"oyp" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/syndicate_mothership/jail) +"oyw" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "golden_stripes" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"ozy" = ( +/obj/structure/chair/comfy/beige, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"ozS" = ( +/obj/machinery/bookbinder, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"ozZ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcornersalt" + }, +/area/centcom/zone3) +"oAu" = ( +/turf/unsimulated/wall{ + icon_state = "iron7" + }, +/area/syndicate_mothership/elite_squad) +"oAH" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"oBC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"oBJ" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo4" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 5; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"oBL" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"oBR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"oBW" = ( +/obj/mecha/combat/durand/loaded{ + color = "#CCCCFF"; + desc = "A heavyweight exosuit, painted in a gray scheme. This model appears to have some modifications for ERT."; + name = "Nanotrasen Special Durand Mk. II"; + operation_req_access = list(109) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"oCe" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"oCp" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"oCM" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 2; + icon_state = "fake_plastitanium_window3"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/cargo) +"oCT" = ( +/obj/item/clothing/head/cone, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/centcom/specops) +"oDi" = ( +/obj/effect/turf_decal/caution/stand_clear{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"oDu" = ( +/obj/machinery/computer/mecha, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"oDx" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/control) +"oDL" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"oEe" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership/elite_squad) +"oEs" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd24"; + id_target = "Synd14" + }, +/turf/unsimulated/floor{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"oEQ" = ( +/obj/structure/chair/sofa/right, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"oFF" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo5" + }, +/obj/effect/turf_decal/stripes/gold{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"oFM" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"oFQ" = ( +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"oGK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/evac) +"oGU" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"oHE" = ( +/obj/machinery/door_control{ + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "Aspid_main_storage"; + name = "Aspid main storage"; + pixel_y = -24; + req_access_txt = "153" + }, +/obj/machinery/light/spot, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"oHK" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "syndieshutters_Aspid"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/cargo) +"oHO" = ( +/obj/structure/rack, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_y = 7 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"oHS" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_security, +/turf/simulated/floor/wood, +/area/centcom/specops) +"oHZ" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"oIc" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"oIK" = ( +/obj/item/flag/species/vox, +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"oIM" = ( +/obj/structure/decorative_structures/metal/statue/metal_angel, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"oIW" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/vending/medical, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"oJh" = ( +/turf/unsimulated/wall{ + icon_state = "iron13"; + tag = "icon-iron13" + }, +/area/syndicate_mothership/elite_squad) +"oJi" = ( +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"oJI" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"oJZ" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/syndicate_mothership/elite_squad) +"oKx" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"oKH" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"oKN" = ( +/obj/item/flag/syndi, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"oKP" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/seeds/gatfruit, +/obj/item/seeds/cherry/bomb, +/obj/item/seeds/ambrosia/gaia, +/obj/item/seeds/ambrosia/gaia, +/obj/item/seeds/ambrosia/gaia, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"oKU" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 10 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"oLR" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"oMM" = ( +/obj/structure/chair/comfy/red, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"oNa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealt" + }, +/area/centcom/zone2) +"oNj" = ( +/obj/effect/turf_decal/number/number_8, +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"oNF" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock/shuttle{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + id_tag = "emergency_away"; + locked = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"oNH" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/centcom/specops) +"oNI" = ( +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"oOb" = ( +/obj/structure/rack/holorack, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/implanter/mindshield, +/obj/item/implanter/mindshield, +/obj/item/organ/internal/cyberimp/arm/surgery, +/obj/item/organ/internal/cyberimp/arm/toolset, +/obj/item/organ/internal/cyberimp/arm/janitorial, +/obj/effect/turf_decal/box/white, +/obj/structure/sign/poster/contraband/revolver{ + pixel_y = 32 + }, +/obj/item/organ/internal/cyberimp/arm/combat/centcom{ + color = "#aa9999"; + desc = "An extremely powerful cybernetic implant that contains combat and utility modules not used by NT special forces, i swear"; + icon_state = "tesla"; + name = "Syndie specops cybernetics implant" + }, +/obj/item/organ/internal/cyberimp/arm/combat/centcom{ + color = "#aa9999"; + desc = "An extremely powerful cybernetic implant that contains combat and utility modules not used by NT special forces, i swear"; + icon_state = "tesla"; + name = "Syndie specops cybernetics implant" + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"oOk" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"oOt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"oOv" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/structure/sign/poster/ripped{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"oOy" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/machinery/iv_drip, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/item/tank/emergency_oxygen/engi/full, +/obj/item/tank/emergency_oxygen/engi/full, +/obj/item/tank/emergency_oxygen/nitrogen, +/obj/item/tank/emergency_oxygen/plasma, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"oOK" = ( +/obj/machinery/door/airlock/centcom{ + name = "Black Ops"; + opacity = 1; + req_access_txt = "111" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"oON" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"oOS" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/camera_film, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"oPc" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"oPI" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo19" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 6; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"oPU" = ( +/obj/machinery/door/poddoor{ + id_tag = "ASSAULT2"; + name = "Launch Bay #2" + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"oQl" = ( +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"oQr" = ( +/turf/unsimulated/wall{ + icon_state = "iron15" + }, +/area/syndicate_mothership) +"oQO" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/gold, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"oQS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/shuttle/syndicate) +"oQU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"oQV" = ( +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"oRh" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "SFBQMLoad2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"oRo" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 10; + icon_state = "gs_deadlock" + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"oRv" = ( +/obj/machinery/vending/cigarette/free, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/gold{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"oRB" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"oRV" = ( +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"oSm" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"oSq" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/junglebush/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"oSA" = ( +/obj/structure/closet/crate/syndicate{ + pixel_x = 4; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"oSQ" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/centcom/jail) +"oSZ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"oTb" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/structure/flora/grass/jungle/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"oTy" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"oTI" = ( +/obj/structure/table/reinforced, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/turf/simulated/floor/wood, +/area/centcom/specops) +"oTM" = ( +/obj/machinery/teleport/station, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"oTY" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership/jail) +"oUj" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/structure/flora/tree/jungle/small, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"oUm" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"oUA" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/multi/fountain, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"oUX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"oVf" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"oVF" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"oVV" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/structure/flora/rock, +/turf/unsimulated/beach/sand, +/area/syndicate_mothership/outside) +"oVZ" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"oWb" = ( +/obj/machinery/vending/syndisnack, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"oWf" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"oWo" = ( +/obj/machinery/kitchen_machine/candy_maker, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"oWt" = ( +/obj/machinery/vending/coffee/free, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"oWu" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluecornersalt" + }, +/area/centcom/specops) +"oWS" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"oXn" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"oXD" = ( +/obj/machinery/vending/tool, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"oXE" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"oXI" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"oYg" = ( +/obj/machinery/vending/cigarette/free{ + slogan_list = list("Помните! Никаких капиталистов!","Лучше всего употреблять вместе с водкой!","Затянитесь!","Девять из десяти учёных СССП считают что курение снимает стресс","Прочим сигаретам далеко до русских сигарет!","Сигареты! Теперь на 100% меньше капитализма.") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"oZd" = ( +/obj/machinery/vending/wallmed/syndicate{ + pixel_y = 32 + }, +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"oZk" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/evac) +"oZr" = ( +/obj/effect/turf_decal/stripes/gold, +/obj/effect/turf_decal/stripes/gold, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"oZs" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs/pinkcuffs, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"oZD" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/structure/railing, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"oZR" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"pbe" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"pbE" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_service, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"pbK" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "syndieshutters_Aspid"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/cargo) +"pbN" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"pbU" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/centcom/evac) +"pbV" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/blood/AMinus, +/obj/item/reagent_containers/iv_bag/blood/APlus, +/obj/item/reagent_containers/iv_bag/blood/BMinus, +/obj/item/reagent_containers/iv_bag/blood/BPlus, +/obj/item/reagent_containers/iv_bag/blood/OMinus, +/obj/item/reagent_containers/iv_bag/blood/OPlus, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"pcw" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"pcD" = ( +/obj/machinery/vending/cigarette/syndicate/free, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"pdl" = ( +/obj/machinery/vending/toyliberationstation{ + contraband = null; + products = list(/obj/item/gun/projectile/automatic/toy = 10, /obj/item/gun/projectile/automatic/toy/pistol = 10, /obj/item/gun/projectile/shotgun/toy = 10, /obj/item/toy/sword = 10, /obj/item/ammo_box/foambox = 20, /obj/item/toy/foamblade = 10, /obj/item/toy/syndicateballoon = 10, /obj/item/clothing/suit/syndicatefake = 5, /obj/item/clothing/head/syndicatefake = 5, /obj/item/gun/projectile/shotgun/toy/crossbow = 10, /obj/item/gun/projectile/automatic/c20r/toy/riot = 10, /obj/item/gun/projectile/automatic/l6_saw/toy/riot = 10, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 10, /obj/item/ammo_box/foambox/riot = 20, /obj/item/toy/katana = 10, /obj/item/twohanded/dualsaber/toy = 5, /obj/item/toy/cards/deck/syndicate = 10) + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"pdq" = ( +/obj/machinery/vending/chinese/free, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"pdE" = ( +/obj/machinery/cryopod/right, +/obj/effect/turf_decal/stripes/black, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pdO" = ( +/obj/machinery/vending/suitdispenser, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"pej" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcornersalt" + }, +/area/centcom/supply) +"pek" = ( +/obj/effect/landmark{ + color = "#ff9999"; + icon_state = "x_white"; + name = "Syndicate-Commando"; + tag = "Commando" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"pem" = ( +/obj/item/clothing/glasses/sunglasses/yeah, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"pev" = ( +/obj/machinery/cryopod/syndie, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"peG" = ( +/obj/item/clothing/head/collectable/petehat{ + desc = "It smells faintly of reptile."; + name = "fancy leader hat" + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"peS" = ( +/obj/effect/turf_decal/bot_white/left, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pff" = ( +/obj/machinery/pdapainter, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"pfP" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/window/full/basic, +/turf/simulated/floor/grass, +/area/centcom/zone1) +"pgl" = ( +/obj/item/flag/species/human, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"pgs" = ( +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/centcom/specops) +"pgR" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/cargo) +"pgW" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/mining) +"pgZ" = ( +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 1 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"phe" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/pen, +/obj/item/pen, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"phK" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo1" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 9 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"phM" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"phZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "synd_inner_right"; + locked = 1; + name = "Ship External Access"; + req_access_txt = "150" + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"pir" = ( +/obj/effect/decal/warning_stripes/southwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"piZ" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo2" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 1; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"pjK" = ( +/obj/structure/table/wood/fancy/black, +/obj/effect/turf_decal/stripes/gold, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"plK" = ( +/obj/structure/table, +/obj/item/grenade/plastic/c4{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 8 + }, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/grenade/plastic/c4{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"plV" = ( +/obj/structure/table/wood, +/obj/item/camera_bug, +/obj/machinery/light{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"pmF" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo3" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 1; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"pmM" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo4" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 5; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"pmN" = ( +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"pmZ" = ( +/obj/machinery/vending/cola/free, +/obj/effect/turf_decal/stripes/gold{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"pnZ" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/toy/prize/seraph{ + pixel_y = 12 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"poo" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo19" + }, +/obj/effect/turf_decal/stripes/gold{ + dir = 6 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"poA" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"pph" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно спит на посту!"; + dir = 4; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Боба"; + obj_integrity = 9999 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"ppx" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"ppC" = ( +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"ppH" = ( +/turf/unsimulated/wall{ + icon_state = "iron7" + }, +/area/syndicate_mothership/infteam) +"ppL" = ( +/obj/machinery/reagentgrinder{ + layer = 4; + pixel_x = -1; + pixel_y = 9 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"ppV" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/syndicate_mothership/infteam) +"ppZ" = ( +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"pqb" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/jail) +"pqn" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/light/small, +/obj/structure/curtain/open/shower/security{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"pqv" = ( +/obj/structure/table, +/obj/item/multitool{ + pixel_x = 11; + pixel_y = 5 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/assembly/signaler{ + pixel_y = 11 + }, +/obj/item/assembly/signaler{ + pixel_y = 11 + }, +/obj/item/assembly/signaler{ + pixel_y = 11 + }, +/obj/item/assembly/infra{ + pixel_x = -2; + pixel_y = -5 + }, +/obj/item/assembly/infra{ + pixel_x = -2; + pixel_y = -5 + }, +/obj/item/assembly/voice{ + pixel_x = -10; + pixel_y = 12 + }, +/obj/item/assembly/voice{ + pixel_x = -10; + pixel_y = 12 + }, +/obj/structure/sign/poster/ripped{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"pqP" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"pqR" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo6" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"prd" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"prI" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + lootcount = 20; + name = "Food CC Spawner #2" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"prX" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredalt" + }, +/area/centcom/zone3) +"psE" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"psK" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"psP" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"pte" = ( +/obj/structure/table/wood/fancy/black, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/obj/effect/turf_decal/stripes/gold, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"ptO" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/reagent_containers/syringe/bioterror{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/reagent_containers/syringe/capulettium_plus{ + pixel_x = -5 + }, +/obj/item/reagent_containers/syringe/gluttony{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/syringe/lethal{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/reagent_containers/syringe/pancuronium{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/reagent_containers/syringe/sarin{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/reagent_containers/glass/bottle/mutagen{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"pub" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"puc" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = 8 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = -2 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"puu" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"puE" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"puM" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/jail) +"puO" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"puZ" = ( +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"pvx" = ( +/obj/effect/decal/warning_stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"pvS" = ( +/obj/machinery/vending/snack/free, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pwb" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/wood, +/area/centcom/specops) +"pwF" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pxs" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/mask/balaclava, +/turf/simulated/floor/wood, +/area/centcom/jail) +"pyu" = ( +/turf/simulated/floor/plasteel, +/area/centcom/evac) +"pzx" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pzZ" = ( +/obj/item/clothing/head/collectable/xenom, +/obj/item/clothing/head/chicken, +/obj/item/aiModule/syndicate, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"pAe" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/centcom/supply) +"pAp" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"pAV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"pBb" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"pBp" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/flare{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/box/bola{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"pBt" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"pBA" = ( +/obj/effect/turf_decal/caution/stand_clear/white, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"pBH" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate Infiltrators" + }, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"pBW" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo5" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 8; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"pBY" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle/large{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/paper_bin/syndicate{ + pixel_y = 5 + }, +/obj/item/pen/edagger{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"pCz" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "swall2" + }, +/area/shuttle/administration) +"pDd" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo6" + }, +/obj/structure/chair/stool, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"pDi" = ( +/obj/machinery/vending/cigarette, +/obj/structure/closet/fireaxecabinet{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pDE" = ( +/obj/machinery/power/apc{ + name = "Gamma Armory APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/gun/rocketlauncher, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/kitchen/knife/combat, +/obj/item/kitchen/knife/combat, +/obj/item/kitchen/knife/combat, +/obj/item/grenade/chem_grenade/incendiary{ + name = "Incendiary Grenade" + }, +/obj/item/grenade/clusterbuster, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"pDG" = ( +/obj/structure/shuttle/engine/heater, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/specops) +"pDH" = ( +/obj/machinery/computer/bsa_control/admin{ + integrity_failure = 20; + req_access_txt = "114" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pDO" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 4; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"pEc" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"pEv" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo7" + }, +/obj/structure/chair/stool, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"pEI" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/cargo) +"pEJ" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo8" + }, +/obj/structure/chair/stool, +/obj/effect/turf_decal/stripes/black{ + dir = 4; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"pFm" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/weed_extract, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"pFy" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_command, +/obj/item/book/manual/sop_engineering, +/obj/item/book/manual/sop_general, +/turf/simulated/floor/wood, +/area/centcom/specops) +"pFA" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"pFP" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pFT" = ( +/obj/machinery/vending/wallmed/syndicate{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"pFW" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "floorlattice" + }, +/area/centcom/specops) +"pGD" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"pGJ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/centcom/evac) +"pHc" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/space) +"pHB" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (WEST)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"pHO" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/wood, +/area/centcom/zone3) +"pHR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/infteam) +"pIg" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"pIh" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"pIW" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_Armory_LWAP" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pJc" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/siberia) +"pJe" = ( +/obj/structure/table, +/obj/item/storage/toolbox/surgery{ + pixel_y = -6 + }, +/obj/item/storage/toolbox/syndicate{ + pixel_y = 9 + }, +/obj/item/melee/energy/axe, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"pJf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/infteam) +"pJv" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8; + tag = "icon-bulb1 (WEST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"pJV" = ( +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/trader_station/sol) +"pKA" = ( +/obj/structure/weightmachine/stacklifter, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"pKU" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_access_txt = "106" + }, +/obj/structure/chair/comfy/lime{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"pLm" = ( +/obj/machinery/iv_drip, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"pLC" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"pLN" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"pMv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/infteam) +"pMw" = ( +/obj/machinery/computer/shuttle/sit, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/infteam) +"pMF" = ( +/obj/machinery/computer/shuttle/syndicate{ + name = "Nuclear Operatives Shuttle Console" + }, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"pMI" = ( +/obj/structure/chair/stool/bar, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"pMT" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluealtstrip" + }, +/area/centcom/zone2) +"pNo" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"pNy" = ( +/obj/structure/chair/comfy/purp{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"pNM" = ( +/obj/machinery/teleport/station, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"pNO" = ( +/obj/machinery/computer/shuttle/sst, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/elite_squad) +"pOh" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"pOi" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/red, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"pOr" = ( +/obj/structure/mineral_door/wood, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"pOv" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = 4; + tag = "icon-shower (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"pOE" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd16"; + id_target = "Synd26" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"pOM" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/court) +"pOQ" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"pPs" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"pPI" = ( +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"pPN" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"pQd" = ( +/obj/effect/landmark{ + color = "#99ff99"; + icon_state = "x_white"; + name = "Syndicate-Infiltrator"; + tag = "Commando" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"pQe" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/elite_squad) +"pQJ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredaltstrip" + }, +/area/centcom/zone3) +"pQR" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно не спит на посту!"; + dir = 8; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Биба"; + obj_integrity = 9999 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"pRp" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"pRI" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"pRX" = ( +/obj/structure/table/wood, +/obj/item/healthanalyzer/advanced, +/obj/item/healthanalyzer/advanced{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"pSw" = ( +/obj/machinery/chem_dispenser/supgraded, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"pSN" = ( +/obj/machinery/cryopod/robot, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"pST" = ( +/obj/machinery/conveyor/east{ + id = "SFBQMLoad2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/cargo) +"pSU" = ( +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"pTF" = ( +/obj/structure/table/glass, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"pTI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/zone1) +"pTY" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc3" + }, +/area/shuttle/administration) +"pUa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"pUu" = ( +/obj/structure/table/wood, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_y = 8 + }, +/obj/item/radio/beacon/syndicate/bomb{ + pixel_y = 4 + }, +/obj/item/radio/beacon/syndicate/bomb, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"pUv" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign2"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"pUC" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/effect/landmark{ + name = "Commando" + }, +/obj/machinery/computer/cryopod{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pUO" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Bar"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"pUR" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"pUX" = ( +/obj/structure/rack, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/obj/item/ammo_box/shotgun/rubbershot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pVc" = ( +/obj/structure/ore_box, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"pVs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"pVt" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"pVA" = ( +/obj/structure/table/wood, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"pWj" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/syndicate, +/obj/item/pen/multi/gold{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"pWS" = ( +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/item/storage/box/monkeycubes/farwacubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/item/storage/box/monkeycubes/wolpincubes, +/obj/item/storage/box/monkeycubes/wolpincubes, +/obj/structure/table/glass, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"pXf" = ( +/obj/item/cardboard_cutout{ + anchored = 1; + desc = "Обычная статуя офицера, что она здесь делает? На табличке красуется надпись - Pizdyach Rodnenkiy"; + icon_state = "cutout_ntsec"; + name = "Officer" + }, +/turf/simulated/floor/grass, +/area/centcom/specops) +"pXQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"pYo" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/black{ + dir = 8; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"pZe" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo10" + }, +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes/cigpack_syndicate{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle/large{ + pixel_x = 13; + pixel_y = 9 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"pZq" = ( +/obj/machinery/light/small{ + brightness_range = 6; + dir = 1; + light_range = 8; + nightshift_light_range = 6; + throw_range = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet10-8" + }, +/area/wizard_station) +"pZY" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 7 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -3 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -13 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"qaa" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_y = 14 + }, +/obj/item/stack/packageWrap, +/obj/item/reagent_containers/food/drinks/bottle/cream, +/obj/item/reagent_containers/food/snacks/mint, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"qar" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo11" + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/watermelonslice, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"qau" = ( +/obj/effect/turf_decal/stripes/black, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qbb" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" + }, +/obj/structure/table/wood, +/obj/effect/turf_decal/stripes/black{ + dir = 4; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"qbl" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/beach/sand, +/area/syndicate_mothership/outside) +"qbr" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"qbO" = ( +/obj/structure/chair/comfy/purp, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"qck" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/unsimulated/floor/asteroid; + name = "asteroid baseturf editor" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"qcl" = ( +/obj/machinery/door/airlock/syndicate/security{ + name = "Ангар"; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/infteam) +"qcn" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qco" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"qcB" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/gavelhammer{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/gavelblock{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/court) +"qcF" = ( +/obj/machinery/bodyscanner{ + layer = 3.5 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/zone1) +"qcS" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 7; + height = 5; + id = "sit_away"; + name = "Syndicate Base"; + width = 11 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/infteam) +"qdd" = ( +/obj/machinery/vending/engivend{ + req_one_access_txt = "0" + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"qdI" = ( +/obj/structure/closet/crate/can, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"qex" = ( +/turf/unsimulated/wall{ + icon_state = "iron12"; + tag = null + }, +/area/syndicate_mothership/control) +"qfj" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi' + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"qfv" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "sst_away"; + name = "Syndicate Base"; + width = 11 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership/elite_squad) +"qfD" = ( +/obj/machinery/door/airlock/syndicate/security{ + name = "Ангар"; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/elite_squad) +"qfN" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"qfY" = ( +/obj/structure/fence{ + color = "#b0b7c6"; + invulnerable = 1 + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"qgi" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"qgr" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"qgA" = ( +/obj/effect/turf_decal/stripes/gold, +/obj/effect/turf_decal/stripes/gold, +/obj/item/flag/nt, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"qgP" = ( +/obj/structure/holohoop{ + dir = 8 + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"qhH" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"qhJ" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"qhO" = ( +/obj/item/flag/syndi, +/obj/machinery/computer/cryopod{ + pixel_x = 32; + req_one_access = list(150) + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"qim" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"qiB" = ( +/obj/machinery/syndiepad/admin/loadpad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"qiO" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/zone3) +"qiR" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"qjA" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"qjR" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"qjT" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"qkl" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qkx" = ( +/obj/structure/bed, +/obj/item/bedsheet/qm, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"qkC" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"qkT" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo6" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"qkW" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/shuttle/syndicate) +"qlp" = ( +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/doctor, +/obj/item/storage/firstaid/doctor, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/structure/rack, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = 25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 40 + }, +/obj/structure/window/reinforced, +/obj/effect/decal/warning_stripes/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qlu" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkbluealtstrip" + }, +/area/centcom/zone2) +"qlw" = ( +/obj/structure/table/wood, +/obj/item/folder/red{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"qlC" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"qlM" = ( +/obj/structure/bed, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet09" + }, +/area/centcom/zone1) +"qlX" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"qmP" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"qnz" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/syndicate) +"qnE" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "combat shotgun" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"qnP" = ( +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"qnY" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/shuttle/syndicate) +"qok" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 5; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"qoq" = ( +/turf/unsimulated/wall{ + icon_state = "rwall0" + }, +/area/vox_station) +"qpQ" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"qpS" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo13" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 8; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"qpY" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/tactical, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"qqf" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/rock/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"qqC" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"qqS" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone3) +"qqV" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"qrg" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/gold, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone3) +"qrM" = ( +/obj/machinery/autolathe/upgraded{ + hacked = 1 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"qrR" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"qsa" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qso" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"qst" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/obj/machinery/cryopod/syndie{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"qsv" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 4 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"qsy" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/recharge_station/ert, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"qsJ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/specops) +"qsK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"qsN" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"qsO" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP1-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 2000; + master_tag = "CC-OP1"; + name = "CC-OP1-INT"; + pixel_x = -24; + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qto" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluealtstrip" + }, +/area/centcom/specops) +"qtS" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"quo" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/holohoop, +/obj/effect/decal/warning_stripes/green/partial{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"quu" = ( +/obj/machinery/door/window/brigdoor/westleft{ + color = "#d70000"; + dir = 1; + req_access_txt = "104" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"qvK" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo14" + }, +/obj/structure/chair/stool, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"qwp" = ( +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"qwy" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"qwH" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"qxb" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "Pulse ANNIHILATOR"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom/specops{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"qxs" = ( +/obj/item/ashtray/glass, +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"qxt" = ( +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"qxy" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo15" + }, +/obj/structure/chair/stool, +/obj/effect/turf_decal/stripes/black{ + dir = 4; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"qzC" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/machinery/computer/camera_advanced{ + pixel_x = -6 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"qzP" = ( +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"qzU" = ( +/obj/effect/decal/warning_stripes/southwest, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qzZ" = ( +/obj/structure/shuttle_wall_corner{ + icon_state = "diagonalWall3" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredalt" + }, +/area/syndicate_mothership/cargo) +"qAj" = ( +/turf/unsimulated/wall{ + icon_state = "rock"; + name = "rock" + }, +/area/syndicate_mothership/outside) +"qAN" = ( +/obj/machinery/vending/wallmed/syndicate{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"qBi" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/zipties{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/zipties{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/zipties{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/zipties{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/zipties{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/zipties{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"qBj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/infteam) +"qBn" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"qBE" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"qBO" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно спит на посту!"; + dir = 8; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Боба"; + obj_integrity = 9999 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"qCc" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/unsimulated/floor/asteroid; + name = "asteroid baseturf editor" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"qCd" = ( +/obj/machinery/photocopier/syndie, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"qCj" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock" + }, +/obj/docking_port/mobile{ + dwidth = 2; + height = 12; + id = "ferry"; + name = "ferry shuttle"; + roundstart_move = "ferry_away"; + width = 5 + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"qCu" = ( +/obj/effect/turf_decal/bot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"qCC" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo16" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 10 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"qCI" = ( +/obj/structure/rack, +/obj/item/gun/energy/ionrifle/carbine{ + pixel_y = 7 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -5 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/centcom/specops) +"qDR" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"qDT" = ( +/obj/structure/filingcabinet/employment, +/obj/item/radio/intercom/specops{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"qEp" = ( +/obj/structure/table, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/suit/straight_jacket, +/obj/item/melee/icepick, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"qED" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"qFa" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"qFF" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"qFV" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "navybluealtstrip" + }, +/area/centcom/specops) +"qGg" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo17" + }, +/obj/effect/turf_decal/stripes/black{ + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"qGw" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo18" + }, +/obj/effect/turf_decal/stripes/black{ + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"qGS" = ( +/obj/structure/rack, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/storage/box/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qGW" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/jail) +"qHm" = ( +/obj/machinery/light, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"qHC" = ( +/obj/item/toy/cards/deck/syndicate{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/drinks/bottle/rum{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/structure/table/wood/poker, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"qHK" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"qIR" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"qIW" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/centcom/evac) +"qJo" = ( +/obj/effect/decal/warning_stripes/southeast, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qJu" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/grass, +/area/centcom/evac) +"qJR" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"qJW" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo19" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 6; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"qKf" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/restraints/handcuffs, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/siberia) +"qKp" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/item/megaphone, +/obj/effect/turf_decal/stripes/black, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"qKq" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"qKF" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"qLl" = ( +/obj/machinery/vending/sovietsoda, +/obj/effect/turf_decal/stripes/gold{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"qLA" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"qLC" = ( +/obj/item/clothing/suit/furcape, +/turf/simulated/floor/plating, +/area/centcom/specops) +"qMf" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_medical, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_security, +/obj/item/book/manual/sop_service, +/turf/simulated/floor/wood, +/area/centcom/specops) +"qMv" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно не спит на посту!"; + dir = 4; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Биба"; + obj_integrity = 9999 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"qMw" = ( +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qMy" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"qNc" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qNe" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 9; + icon_state = "gs_deadlock" + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"qNv" = ( +/obj/machinery/vending/autodrobe{ + req_access_txt = "150" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/gold{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"qNy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/twohanded/required/kirbyplants, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"qNE" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "Zone3-bathroom2"; + name = "Bathroom"; + opacity = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"qOg" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"qOC" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "golden_stripes_corner" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"qOP" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qPh" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/sushimat, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"qPt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/zone1) +"qPu" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/structure/flora/grass/jungle/b, +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"qQa" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qQr" = ( +/obj/machinery/vending/hydroseeds{ + contraband = list(); + emagged = 1; + products = list(/obj/item/seeds/aloe = 3, /obj/item/seeds/ambrosia = 3, /obj/item/seeds/apple = 3, /obj/item/seeds/banana = 3, /obj/item/seeds/berry = 3, /obj/item/seeds/cabbage = 3, /obj/item/seeds/carrot = 3, /obj/item/seeds/cherry = 3, /obj/item/seeds/chanter = 3, /obj/item/seeds/chili = 3, /obj/item/seeds/cocoapod = 3, /obj/item/seeds/coffee = 3, /obj/item/seeds/comfrey = 3, /obj/item/seeds/corn = 3, /obj/item/seeds/cotton = 3, /obj/item/seeds/nymph = 3, /obj/item/seeds/eggplant = 3, /obj/item/seeds/garlic = 3, /obj/item/seeds/grape = 3, /obj/item/seeds/grass = 3, /obj/item/seeds/lemon = 3, /obj/item/seeds/lime = 3, /obj/item/seeds/onion = 3, /obj/item/seeds/orange = 3, /obj/item/seeds/peanuts = 3, /obj/item/seeds/pineapple = 3, /obj/item/seeds/poppy = 3, /obj/item/seeds/potato = 3, /obj/item/seeds/pumpkin = 3, /obj/item/seeds/replicapod = 3, /obj/item/seeds/wheat/rice = 3, /obj/item/seeds/soya = 3, /obj/item/seeds/sugarcane = 3, /obj/item/seeds/sunflower = 3, /obj/item/seeds/tea = 3, /obj/item/seeds/tobacco = 3, /obj/item/seeds/tomato = 3, /obj/item/seeds/tower = 3, /obj/item/seeds/watermelon = 3, /obj/item/seeds/wheat = 3, /obj/item/seeds/whitebeet = 3, /obj/item/seeds/cannabis = 3, /obj/item/seeds/amanita = 2, /obj/item/seeds/fungus = 3, /obj/item/seeds/glowshroom = 2, /obj/item/seeds/liberty = 2, /obj/item/seeds/nettle = 2, /obj/item/seeds/plump = 2, /obj/item/seeds/reishi = 2, /obj/item/seeds/starthistle = 2, /obj/item/seeds/random = 2) + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"qQE" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/elite_squad) +"qQG" = ( +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/arcade, +/area/centcom/bridge) +"qQM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecornersalt" + }, +/area/syndicate_mothership/elite_squad) +"qQT" = ( +/obj/machinery/vending/snack, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qRs" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/door/airlock/wood/glass{ + frequency = 2000; + id_tag = "CC-OP2-Ext"; + locked = 1; + name = "Zone 1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qRN" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/shuttle/plating, +/area/shuttle/siberia) +"qSq" = ( +/obj/machinery/light{ + layer = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"qSv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealt" + }, +/area/syndicate_mothership/elite_squad) +"qTB" = ( +/obj/machinery/cryopod/right, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/specops) +"qTJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_one_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"qUb" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP2-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 2000; + master_tag = "CC-OP2"; + name = "CC-OP2-INT"; + pixel_y = -24; + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"qVd" = ( +/obj/structure/table/glass, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"qVY" = ( +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"qWa" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/centcom/specops) +"qXa" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/curtain/open/shower/security{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"qXw" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecornersalt" + }, +/area/syndicate_mothership/elite_squad) +"qXK" = ( +/obj/machinery/door_control{ + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_mech_maintenance"; + name = "SST Armory Mech Maintenance"; + pixel_y = -24; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + color = "#ffdd99"; + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_mech_gygax"; + name = "SST Armory Mech DarkGygax"; + pixel_x = 6; + pixel_y = -32; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + color = "#9999ff"; + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_mech_rover"; + name = "SST Armory Mech Rover"; + pixel_x = -6; + pixel_y = -32; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + color = "#ff9999"; + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_mech_mauler"; + name = "SST Armory Mech Mauler"; + pixel_y = -40; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"qXM" = ( +/obj/machinery/light{ + layer = 10 + }, +/obj/machinery/door_control{ + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_main"; + name = "SST Armory"; + pixel_y = -24; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"qXZ" = ( +/obj/structure/closet/crate/can, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"qYf" = ( +/obj/machinery/door_control{ + color = "#99ff99"; + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_basic"; + name = "SST Armory Basic Weapons"; + pixel_y = -24; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + color = "#ffdd99"; + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_grenades"; + name = "SST Armory Grenades"; + pixel_x = 6; + pixel_y = -32; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_advanced"; + name = "SST Armory Advanced Weapons"; + pixel_y = -40; + req_access_txt = "153" + }, +/obj/machinery/door_control{ + color = "#9999ff"; + emagged = 1; + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "SST_armory_support"; + name = "SST Armory Support Items"; + pixel_x = -6; + pixel_y = -32; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"qYu" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"qYX" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecornersalt" + }, +/area/syndicate_mothership/elite_squad) +"qYZ" = ( +/obj/effect/turf_decal/arrows/white, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealt" + }, +/area/syndicate_mothership/elite_squad) +"qZk" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/structure/fence{ + color = "#b0b7c6"; + invulnerable = 1 + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"qZt" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecornersalt" + }, +/area/syndicate_mothership/elite_squad) +"raf" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/specops) +"rag" = ( +/obj/machinery/light/small, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"rbh" = ( +/obj/machinery/computer/cryopod{ + pixel_y = -32; + req_one_access = list(150) + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"rby" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo2" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 1; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"rbD" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"rbO" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/outside) +"rcs" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/acj{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/clothing/under/acj{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/clothing/under/acj{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/under/acj, +/obj/item/clothing/under/acj{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/under/acj{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"rcN" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"rdj" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"rdZ" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"red" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 4 + }, +/obj/machinery/vending/clothing, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"rew" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "nukeop_storage"; + name = "Storage" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"rey" = ( +/obj/structure/table/glass, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"reF" = ( +/obj/structure/closet/secure_closet/mime{ + req_access = null + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"reR" = ( +/obj/structure/closet/secure_closet/mime{ + req_access = null + }, +/obj/machinery/light{ + layer = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"reY" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"rfg" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock"; + req_access_txt = "48" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"rfE" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership/infteam) +"rfO" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"rfP" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/specops) +"rgg" = ( +/obj/structure/toilet{ + dir = 8; + name = "Трон старшего администратора" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "CC_toilet_unit11"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"rgi" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/item/radio/intercom/specops{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"rgs" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/item/radio/intercom/specops{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"rgB" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership/infteam) +"rgF" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"rgL" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/supply) +"rhx" = ( +/obj/structure/table/wood/fancy, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rhO" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_supply_external"; + layer = 5; + locked = 1; + name = "Central Command Supply External Shutte" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"rim" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"rit" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership/infteam) +"riD" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership/elite_squad) +"riL" = ( +/obj/machinery/door/window, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"rjt" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"rjv" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"rjE" = ( +/obj/structure/table/glass, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"rjH" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/specops) +"rkx" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership/elite_squad) +"rky" = ( +/obj/machinery/vending/tool, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"rkN" = ( +/obj/structure/chair/comfy/purp{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"rkU" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 15; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"rkV" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership/elite_squad) +"rlQ" = ( +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/structure/flora/grass/jungle/b, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"rmf" = ( +/obj/item/clothing/head/bearpelt, +/obj/item/xenos_claw, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"rmq" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 1 + }, +/obj/item/toy/syndicateballoon/contractor, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"rmG" = ( +/obj/machinery/door/airlock/syndicate/extmai/glass{ + id = null; + id_tag = "syndicate_jail_cell"; + name = "Cell"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"rns" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_x = 32 + }, +/turf/space, +/area/space) +"rnt" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/shuttle/syndicate) +"rnv" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"rny" = ( +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/zone1) +"rnH" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rnN" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"roe" = ( +/obj/machinery/door/airlock/syndicate/cargo/glass{ + name = "Cargo shuttle control room"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"ror" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -30 + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_main"; + name = "SST Armory" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealtstrip" + }, +/area/syndicate_mothership/elite_squad) +"rou" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"roK" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"roL" = ( +/obj/machinery/door/window/brigdoor{ + color = "red"; + dir = 2; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"rpi" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"rpk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/centcom/evac) +"rpn" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"rpC" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/zone1) +"rpG" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_main"; + name = "SST Armory" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealtstrip" + }, +/area/syndicate_mothership/elite_squad) +"rpQ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"rqf" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/rock/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"rqg" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/obj/effect/landmark{ + name = "aroomwarp"; + tag = "" + }, +/obj/effect/turf_decal/plaque, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/arcade, +/area/centcom/bridge) +"rqz" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/syndicate, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"rqA" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 30 + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_main"; + name = "SST Armory" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealtstrip" + }, +/area/syndicate_mothership/elite_squad) +"rqI" = ( +/turf/unsimulated/wall{ + icon_state = "iron15" + }, +/area/syndicate_mothership/elite_squad) +"rqJ" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"rrg" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo8" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 4; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"rro" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"rrK" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/centcom/zone1) +"rrP" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/junglebush/c, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"rsy" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 6 + }, +/obj/machinery/vending/tool, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/infteam) +"rsG" = ( +/turf/unsimulated/wall{ + icon_state = "iron7" + }, +/area/syndicate_mothership) +"rsZ" = ( +/turf/unsimulated/wall{ + icon_state = "iron13"; + tag = "icon-iron13" + }, +/area/syndicate_mothership) +"rtg" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"rtr" = ( +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/centcom/specops) +"rtu" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s5" + }, +/area/shuttle/escape) +"rtM" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"rtO" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"rtP" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"ruj" = ( +/obj/structure/table/reinforced, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/mushroom, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"ruu" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -13 + }, +/obj/structure/mirror{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"ruB" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"rvc" = ( +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"rve" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/beach/water/dense, +/area/syndicate_mothership/outside) +"rvs" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" + }, +/area/syndicate_mothership/elite_squad) +"rvw" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"rvJ" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"rvV" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"rwi" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/centcom/evac) +"rwu" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc2" + }, +/area/shuttle/administration) +"rwv" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/obj/structure/closet/bombclosetsecurity, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/centcom/specops) +"rwB" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"rwZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/centcom/evac) +"rxy" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_mech_maintenance"; + name = "SST Armory Mech Maintenance" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"rxE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"rxY" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo5" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 8; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"rye" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced, +/obj/item/folder, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"ryw" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"ryN" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"ryR" = ( +/turf/simulated/floor/light/colour_cycle/dancefloor_b, +/area/centcom/zone1) +"rzg" = ( +/obj/machinery/door/window/brigdoor/westleft{ + base_state = "rightsecure"; + color = "#d70000"; + dir = 1; + icon_state = "rightsecure"; + req_access_txt = "104" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"rzJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/box/white, +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_mech_maintenance"; + name = "SST Armory Mech Maintenance" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"rzX" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/syndicate_elite) +"rAb" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"rAk" = ( +/obj/structure/closet/syndicate/sst, +/obj/item/ammo_box/magazine/mm556x45/bleeding, +/obj/item/ammo_box/magazine/mm556x45, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"rAG" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"rAW" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"rBc" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"rBi" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"rBn" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/drinks/cans/beer, +/obj/structure/curtain/open/shower/security{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rBp" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "bcarpet05" + }, +/area/centcom/zone1) +"rBs" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluealt" + }, +/area/centcom/zone2) +"rCe" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/cargo) +"rDb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/poddoor/impassable{ + color = "#99ff99"; + id_tag = "SST_armory_basic"; + name = "SST Armory Basic Weapons" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"rDr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/poddoor/impassable{ + color = "#99ff99"; + id_tag = "SST_armory_basic"; + name = "SST Armory Basic Weapons" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"rDy" = ( +/obj/machinery/computer/card, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"rDS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"rDT" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/flora/tree/pine{ + color = "#336633" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"rEl" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "grimy" + }, +/area/trader_station/sol) +"rFp" = ( +/obj/machinery/computer/card/centcom, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = 25 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"rFw" = ( +/obj/machinery/conveyor/west{ + id = "SFBQMLoad" + }, +/obj/machinery/syndiepad/receivepad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"rFP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"rFY" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = -7 + }, +/obj/item/storage/briefcase, +/obj/item/door_remote/omni, +/turf/simulated/floor/wood, +/area/centcom/specops) +"rGl" = ( +/obj/machinery/libraryscanner, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"rGt" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"rGD" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"rGH" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "golden_stripes" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"rHb" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/toy/cards/deck/syndicate/black{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern"; + pixel_x = 4; + pixel_y = 6 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"rHo" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/obj/item/soap/syndie, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"rHH" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old_broken" + }, +/area/syndicate_mothership/infteam) +"rHK" = ( +/obj/item/radio/intercom/specops{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"rHU" = ( +/turf/unsimulated/beach/coastline, +/area/syndicate_mothership/outside) +"rIb" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"rIf" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/unsimulated/floor/asteroid; + name = "asteroid baseturf editor" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"rIL" = ( +/obj/machinery/vending/cigarette/syndicate/free, +/turf/simulated/floor/wood{ + icon_state = "wood_old_broken6" + }, +/area/syndicate_mothership/infteam) +"rIS" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"rIY" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"rJa" = ( +/obj/structure/curtain/open/shower/security, +/obj/machinery/shower{ + pixel_y = 20 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/infteam) +"rJC" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredalt" + }, +/area/centcom/zone3) +"rKo" = ( +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/infteam) +"rKq" = ( +/obj/structure/coatrack, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rKE" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-32"; + tag = "icon-plant-32" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rKY" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rKZ" = ( +/obj/structure/sink{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/infteam) +"rLc" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/green/hollow, +/obj/effect/landmark{ + name = "Response Team" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"rLk" = ( +/obj/machinery/computer/borgupload, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"rLr" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 10 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"rLM" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"rLO" = ( +/obj/structure/bush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"rMa" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_space_jail_cell"; + layer = 5; + locked = 1; + name = "Central Command Jail" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/jail) +"rMn" = ( +/obj/structure/toilet, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/infteam) +"rMK" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/centcom/evac) +"rMQ" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"rNd" = ( +/obj/machinery/door_control{ + id = "CC_Armory_AEG"; + name = "advanced energy gun"; + pixel_x = 24; + pixel_y = 24; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"rNf" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"rNs" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"rNB" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/elo{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "officerberet"; + name = "beret" + }, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/purple{ + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/obj/item/clothing/head/beret/fluff/sigholt{ + icon_state = "beret_hos_black"; + name = "beret" + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"rNL" = ( +/turf/unsimulated/wall{ + icon_state = "iron3" + }, +/area/syndicate_mothership) +"rOl" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo1" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 9 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"rOs" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/rock/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"rOB" = ( +/turf/simulated/floor/plating, +/area/centcom/zone2) +"rOV" = ( +/obj/machinery/door/poddoor/impassable, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"rPF" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/syndicate_mothership/control) +"rPH" = ( +/obj/machinery/chem_master, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"rQr" = ( +/obj/machinery/door/poddoor/impassable, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership/elite_squad) +"rQy" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"rQA" = ( +/obj/machinery/conveyor/north{ + id = "SFBQMLoad2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/cargo) +"rQN" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"rRz" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo1" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"rRF" = ( +/obj/machinery/computer/med_data, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/centcom/bridge) +"rSf" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid{ + dir = 8; + icon_state = "asteroidwarning"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"rSg" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo2" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"rTw" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo3" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"rTI" = ( +/obj/effect/turf_decal/stripes/gold, +/obj/effect/turf_decal/stripes/gold, +/obj/structure/closet/crate/can, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"rTL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/specops) +"rTQ" = ( +/obj/structure/chair/sofa{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"rTV" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "syndieshutters_Aspid"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/cargo) +"rUb" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/centcom/evac) +"rUq" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo4" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"rUx" = ( +/obj/structure/table/wood, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"rUV" = ( +/obj/machinery/door/airlock/syndicate/security{ + autoclose = 0; + frequency = 1441; + id_tag = "syndicate_jail_airlock_external"; + locked = 1; + name = "Syndicate Jail External Airlock"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"rVc" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warnwhitecorner" + }, +/area/centcom/zone1) +"rVg" = ( +/obj/structure/statue/silver/secborg{ + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"rVm" = ( +/obj/structure/table/reinforced, +/obj/machinery/processor{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"rVB" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"rVF" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"rVI" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (WEST)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"rVN" = ( +/obj/structure/dresser, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "golden_stripes" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"rWg" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcornersalt" + }, +/area/centcom/jail) +"rWt" = ( +/obj/structure/closet/syndicate/sst, +/obj/item/ammo_box/magazine/mm556x45/bleeding, +/obj/item/ammo_box/magazine/mm556x45, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"rWE" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"rWR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"rXb" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"rXF" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"rXH" = ( +/turf/unsimulated/beach/water/dense, +/area/syndicate_mothership/outside) +"rXK" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall13" + }, +/area/shuttle/administration) +"rXN" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"rXP" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/vulp, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"rYd" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"rYr" = ( +/obj/item/flag/syndi, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = -32 + }, +/obj/structure/curtain/black{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"rYz" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/unsimulated/beach/water/dense, +/area/syndicate_mothership/outside) +"rYX" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/curtain/black{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"rZk" = ( +/obj/machinery/light, +/obj/structure/closet/crate/can, +/turf/simulated/floor/wood, +/area/centcom/jail) +"rZo" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluecorners" + }, +/area/centcom/specops) +"sas" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"saA" = ( +/obj/structure/chair/stool/bar, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"sbs" = ( +/obj/machinery/vending/shoedispenser{ + req_access_txt = "150" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"scA" = ( +/obj/machinery/vending/hatdispenser, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"scI" = ( +/obj/machinery/atmospherics/unary/tank/nitrogen{ + dir = 1 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"scZ" = ( +/obj/machinery/vending/suitdispenser, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"sdw" = ( +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"sen" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s10" + }, +/area/shuttle/administration) +"ser" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcornersalt" + }, +/area/centcom/jail) +"seA" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Bar"; + req_access_txt = "150" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"seB" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"seQ" = ( +/obj/effect/decal/warning_stripes/red, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_Armory_PDW" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"seS" = ( +/obj/item/broken_bottle, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"sfb" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/infteam) +"sfg" = ( +/turf/unsimulated/wall{ + icon_state = "iron7" + }, +/area/syndicate_mothership/control) +"sfl" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"sfs" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/infteam) +"sfw" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/centcom/specops) +"sfT" = ( +/obj/structure/table/glass, +/turf/simulated/floor/wood, +/area/centcom/specops) +"sfW" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"sgk" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/infteam) +"sgv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/centcom/evac) +"sgW" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + maximum_pressure = 50000 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"sgZ" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo14" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"shc" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"shl" = ( +/turf/unsimulated/wall/fakeglass, +/area/centcom/specops) +"shB" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/specops) +"shU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"shZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/cargo) +"siv" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"siJ" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkbluealt" + }, +/area/centcom/zone2) +"siN" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"siO" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"siZ" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo5" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"sjQ" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo6" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"skw" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"skM" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_y = -32 + }, +/turf/space, +/area/space) +"smk" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"smB" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "wood-broken5"; + tag = "icon-wood-broken5" + }, +/area/centcom/supply) +"smH" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo7" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"smL" = ( +/obj/machinery/computer/supplycomp, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"smT" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"snn" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo8" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"snD" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 10; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/infteam) +"sob" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -30 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/gold{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"sor" = ( +/obj/structure/bed, +/obj/item/bedsheet/ce, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"sos" = ( +/obj/machinery/door/poddoor/multi_tile/three_tile_ver{ + id_tag = "nukeop_storage"; + name = "Storage" + }, +/obj/structure/spacepoddoor/invincible, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"soN" = ( +/obj/effect/turf_decal/stripes/black, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"spd" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_Armory_AEG" + }, +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"sph" = ( +/obj/machinery/portable_atmospherics/canister/air{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"spi" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership/cargo) +"spk" = ( +/obj/structure/closet/syndicate/personal, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"spu" = ( +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"spD" = ( +/turf/unsimulated/wall{ + icon_state = "iron14" + }, +/area/syndicate_mothership) +"sqw" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -30 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"sqx" = ( +/obj/structure/closet{ + icon_closed = "syndicate1"; + icon_opened = "syndicate1open"; + icon_state = "syndicate1" + }, +/obj/item/suppressor, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/flashlight/seclite, +/obj/item/grenade/flashbang, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/item/kitchen/knife/combat, +/obj/item/reagent_containers/food/snacks/candy/donor{ + apply_type = 3; + list_reagents = list("nutriment" = 30, "sugar" = 3); + name = "MRE" + }, +/obj/item/reagent_containers/hypospray/autoinjector/survival, +/obj/item/storage/belt/security/webbing{ + name = "SRT webbing" + }, +/obj/item/clothing/head/HoS/beret{ + desc = null; + name = "SRT beret" + }, +/obj/item/storage/backpack/ert{ + desc = null; + name = "SRT backpack" + }, +/obj/item/radio/headset/ert{ + desc = null; + name = "SRT headset" + }, +/obj/item/clothing/shoes/combat/swat{ + name = "SRT special shoes" + }, +/obj/item/clothing/gloves/combat{ + name = "Combat gloves" + }, +/obj/item/clothing/suit/armor/bulletproof{ + name = "SRT bulletproof vest" + }, +/obj/item/clothing/accessory/holster, +/obj/item/implanter/mindshield, +/obj/item/card/id{ + access = list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,73,74,75,76,77,99,101,102,103,104,105,106); + icon_state = "nanotrasen"; + name = "Special Reaction Team Member ID card"; + rank = "Blueshield"; + registered_name = null + }, +/obj/item/clothing/under/fluff/jay_turtleneck{ + name = "SRT uniform" + }, +/obj/item/CQC_manual, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/shield/riot/tele{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"sqV" = ( +/obj/structure/rack/holorack, +/obj/effect/turf_decal/box/white, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/obj/item/gun/projectile/automatic/pistol/deagle/camo{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/pistol/deagle/camo, +/obj/item/gun/projectile/automatic/pistol/deagle/camo{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/sign/poster/contraband/syndicate_pistol{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"srv" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo10" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"srE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcornersalt" + }, +/area/centcom/supply) +"srI" = ( +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"srP" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s10" + }, +/area/shuttle/gamma/space) +"srQ" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/zone1) +"sse" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo11" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"ssB" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"ssL" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/effect/turf_decal/stripes/black, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/court) +"ssR" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo11" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"stM" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/administration) +"sub" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal crate with wheels."; + name = "Special Delivery from Central Command" + }, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"suc" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/syndicate_recruitment{ + pixel_x = 32 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"sug" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/c20r{ + pixel_x = -32 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"sui" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/syndicate_pistol{ + pixel_x = 32 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"suG" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/cargo) +"suU" = ( +/obj/machinery/door_control{ + id = "CC_space_jail_sec"; + name = "Central Command Jail Security Room"; + pixel_x = -40; + req_access_txt = "110" + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"svg" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/junglebush/c, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"svl" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"svr" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/evac) +"svC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1331; + id_tag = "synd_airlock_right"; + pixel_x = -32; + req_access_txt = "150"; + tag_airpump = "synd_pump_right"; + tag_chamber_sensor = "synd_sensor_right"; + tag_exterior_door = "synd_outer_right"; + tag_interior_door = "synd_inner_right" + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"swu" = ( +/turf/unsimulated/wall{ + icon_state = "iron0" + }, +/area/syndicate_mothership/jail) +"sxa" = ( +/obj/machinery/computer/shuttle/sit, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"sxQ" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-32"; + tag = "icon-plant-32" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"szE" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"szX" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"sAd" = ( +/obj/machinery/ai_status_display{ + pixel_x = 32 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"sAg" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"sAi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"sAl" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd26"; + id_target = "Synd16" + }, +/turf/unsimulated/floor{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"sAo" = ( +/obj/structure/table/reinforced, +/obj/item/toy/plushie/marble_fox{ + pixel_y = 8 + }, +/obj/item/paper_bin/syndicate{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/pen/fancy{ + pixel_x = 8 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"sAC" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/shaker{ + pixel_x = 7 + }, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/infteam) +"sAE" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"sAI" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -13 + }, +/obj/structure/mirror{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"sAT" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"sAZ" = ( +/obj/effect/turf_decal/caution/red, +/obj/effect/turf_decal/bot_red, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/jail) +"sBh" = ( +/obj/structure/closet/wardrobe/red, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"sBi" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6" + }, +/area/shuttle/siberia) +"sBk" = ( +/obj/machinery/computer/pod/deathsquad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"sBn" = ( +/obj/structure/rack, +/obj/item/storage/belt/military{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/belt/military{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/storage/belt/military{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/storage/belt/military{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"sBs" = ( +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/infteam) +"sBu" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/zone1) +"sBv" = ( +/obj/effect/spawner/lootdrop/trade_sol/largeitem{ + loot = list(/obj/machinery/floodlight = 50, /obj/machinery/disco = 50, /obj/mecha/combat/durand/old = 50, /obj/machinery/snow_machine = 50); + name = "3. Large item" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"sBO" = ( +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/obj/structure/chair/comfy/brown, +/obj/structure/chair/comfy/brown, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/infteam) +"sCg" = ( +/obj/structure/table/wood, +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/obj/structure/curtain/black{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/infteam) +"sCl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"sCt" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"sCE" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6" + }, +/area/shuttle/trade/sol) +"sCH" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + tag = "icon-propulsion (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"sCS" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"sDc" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"sDu" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"sEl" = ( +/turf/unsimulated/wall{ + icon_state = "iron1" + }, +/area/syndicate_mothership) +"sEW" = ( +/obj/machinery/optable, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"sFp" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"sFq" = ( +/turf/unsimulated/wall{ + icon_state = "iron12" + }, +/area/syndicate_mothership/jail) +"sFz" = ( +/obj/machinery/computer/shuttle/ferry, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"sFI" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"sGf" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1441; + master_tag = "syndicate_jail_airlock_control"; + name = "Syndicate Jail Access Button"; + pixel_x = -27; + pixel_y = -25; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"sGK" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"sGZ" = ( +/obj/effect/turf_decal/bot_white, +/obj/mecha/combat/durand/rover/loaded, +/obj/effect/mapping_helpers/light{ + light_range = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"sHV" = ( +/obj/structure/bed, +/obj/item/bedsheet/clown, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"sHW" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/shuttle/syndicate) +"sIc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/poddoor/impassable{ + color = "#9999ff"; + id_tag = "SST_armory_mech_rover"; + name = "SST Armory Mech Rover" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"sIC" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/centcom/evac) +"sIY" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo13" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"sJY" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" + }, +/obj/item/radio/intercom/specops{ + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"sKd" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"sKt" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo14" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"sKz" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo15" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"sKA" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/obj/structure/table, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"sKO" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" + }, +/area/syndicate_mothership/jail) +"sKR" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern" + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"sLa" = ( +/obj/structure/rack/holorack, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"sLt" = ( +/obj/structure/bed, +/obj/item/bedsheet/hos, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"sLG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/poddoor/impassable{ + color = "#ffdd99"; + id_tag = "SST_armory_mech_gygax"; + name = "SST Armory Mech DarkGygax" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"sLW" = ( +/obj/structure/closet/secure_closet/syndicate/medbay, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"sMy" = ( +/obj/item/ashtray/glass{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/glass, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"sMD" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"sNl" = ( +/obj/machinery/computer/shuttle/sit, +/turf/unsimulated/floor{ + dir = 8; + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/control) +"sOp" = ( +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_sit) +"sOr" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/unathi, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"sOG" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/beach/coastline{ + dir = 1; + icon_state = "beachcorner" + }, +/area/syndicate_mothership/outside) +"sOT" = ( +/turf/simulated/floor/bluegrid, +/area/centcom/bridge) +"sPd" = ( +/obj/mecha/combat/gygax/dark/loaded, +/obj/effect/turf_decal/bot_white, +/obj/effect/mapping_helpers/light{ + light_range = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"sPi" = ( +/obj/structure/rack, +/obj/item/storage/backpack/duffel/syndie/surgery{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/backpack/duffel/syndie/surgery, +/obj/item/storage/backpack/duffel/syndie/surgery{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"sPD" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"sQb" = ( +/turf/unsimulated/wall{ + icon_state = "iron9"; + tag = "icon-iron9" + }, +/area/syndicate_mothership/jail) +"sQj" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_ver{ + icon_state = "open" + }, +/obj/structure/spacepoddoor/invincible, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"sQx" = ( +/turf/unsimulated/floor{ + icon_state = "darkfull" + }, +/area/trader_station/sol) +"sRk" = ( +/obj/structure/filingcabinet/security, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"sRq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/poddoor/impassable{ + color = "#9999ff"; + id_tag = "SST_armory_support"; + name = "SST Armory Support Items" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"sRv" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/toy/plushie/nukeplushie, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"sRC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/poddoor/impassable{ + color = "#ffdd99"; + id_tag = "SST_armory_grenades"; + name = "SST Armory Grenades" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"sSm" = ( +/obj/structure/table/glass, +/obj/item/book/manual/faxes, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"sSy" = ( +/obj/structure/rack, +/obj/item/storage/backpack/duffel/syndie/x4{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/backpack/duffel/syndie/x4, +/obj/item/storage/backpack/duffel/syndie/x4{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"sSK" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"sST" = ( +/obj/structure/closet/crate/syndicate{ + pixel_y = 8 + }, +/obj/machinery/light/spot{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"sSU" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/centcom/evac) +"sTm" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Shower" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"sTx" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall11" + }, +/area/shuttle/administration) +"sTJ" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"sTV" = ( +/obj/machinery/light/small, +/obj/effect/turf_decal/stripes/gold, +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"sUh" = ( +/obj/machinery/shower{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"sUy" = ( +/obj/structure/table, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + id_tag = "CC-OP1"; + name = "Access Controller OP1"; + req_access_txt = "109"; + tag_exterior_door = "CC-OP1-Ext"; + tag_interior_door = "CC-OP1-Int" + }, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"sUB" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"sUD" = ( +/obj/effect/spawner/random_spawners/syndicate/loot/level3{ + color = "#00856f"; + icon_state = "x_white"; + spawn_inside = /obj/structure/closet/crate + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"sUP" = ( +/obj/structure/table/wood, +/obj/machinery/computer/secure_data/laptop{ + desc = "Похоже, что на данном ноутбуке открыт какой-то старый браузер, со включенной вкладкой Twitch BANDA."; + name = "Ноутбук" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"sVj" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/item/stack/tape_roll, +/obj/item/clipboard, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"sVm" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"sVH" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = 7 + }, +/turf/simulated/floor/wood, +/area/centcom/supply) +"sVL" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/zone3) +"sVM" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 2; + icon_state = "fake_plastitanium_window3"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/jail) +"sVV" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"sVW" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"sWF" = ( +/obj/machinery/slot_machine, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"sWH" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (WEST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"sWJ" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"sWV" = ( +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/zone1) +"sXd" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/beach/water/dense, +/area/syndicate_mothership/outside) +"sXk" = ( +/obj/effect/turf_decal/box/corners, +/turf/simulated/floor/mineral/abductor, +/area/centcom/zone1) +"sYF" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo6" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"sYM" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/court) +"sYR" = ( +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/vox) +"sYS" = ( +/obj/effect/decal/warning_stripes/red, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_Armory_IK60" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"sYW" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluecornersalt" + }, +/area/centcom/specops) +"sZn" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/unsimulated/floor{ + icon_state = "rampbottom" + }, +/area/syndicate_mothership/infteam) +"sZy" = ( +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/structure/table/reinforced, +/turf/simulated/floor/wood, +/area/centcom/specops) +"sZH" = ( +/obj/machinery/mineral/labor_claim_console{ + pixel_x = 30; + pixel_y = 30 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/siberia) +"sZP" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluealt" + }, +/area/centcom/zone2) +"sZX" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"tad" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/engineering{ + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -10; + pixel_y = 15 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = 10 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_y = -5 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -10 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 3 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"taf" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/wine{ + pixel_x = -5; + pixel_y = 6 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"tak" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/zone1) +"taC" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"tbh" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/trash/candle, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/evac) +"tbn" = ( +/obj/machinery/door/poddoor/impassable, +/obj/machinery/door/airlock/syndicate/cargo/glass{ + name = "Cargo shuttle"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"tbo" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/court) +"tbt" = ( +/obj/structure/toilet, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/specops) +"tcs" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_old_broken7" + }, +/area/syndicate_mothership/infteam) +"tcM" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/evac) +"tcW" = ( +/obj/structure/dresser, +/obj/structure/mirror{ + pixel_y = -32 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"tdj" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"tdy" = ( +/obj/machinery/portable_atmospherics/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Connector Port (Air Supply)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tdC" = ( +/obj/structure/table/wood, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/infteam) +"tdF" = ( +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/infteam) +"tdQ" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/vox, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"tek" = ( +/obj/machinery/door/airlock/syndicate/security{ + name = "тюрьма"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"teF" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 8; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (WEST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"teO" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/structure/curtain/black{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/infteam) +"teR" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"teZ" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l"; + tag = "icon-propulsion_l (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"tfr" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"tfx" = ( +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_elite) +"tgl" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"tgn" = ( +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tgA" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/supply) +"tgO" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo16" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"tgY" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + tag = "icon-plant-30" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"tha" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/sniperrifle{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/energy/sniperrifle{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"thl" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"tho" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 8; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"tid" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo17" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"tig" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/specops) +"tik" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo18" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"tiy" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien6" + }, +/area/abductor_ship) +"tiF" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"tjx" = ( +/obj/machinery/conveyor/south{ + id = "SFBQMLoad" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/cargo) +"tjJ" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign1"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"tjO" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 13 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"tjU" = ( +/obj/item/flag/species/drask, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"tkP" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate{ + icon_state = "crateopen"; + opened = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tkR" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tls" = ( +/obj/machinery/flasher_button{ + id = "syndie_FB_cells"; + layer = 4; + name = "Prison Flasher"; + pixel_x = 26; + req_access_txt = "150" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"tlx" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/lasagna = 10, /obj/item/reagent_containers/food/snacks/sliceable/pizza/hawaiianpizza = 10, /obj/item/reagent_containers/food/snacks/sushi_TobikoEgg = 10, /obj/item/reagent_containers/food/snacks/bigbiteburger = 10, /obj/item/reagent_containers/food/snacks/sushi_SmokedSalmon = 10, "" = 70); + lootcount = 20; + name = "Food CC Spawner #2" + }, +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tly" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"tlz" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1331; + id_tag = "vox_east_control"; + pixel_x = -24; + req_access_txt = "152"; + tag_airpump = "vox_east_vent"; + tag_chamber_sensor = "vox_east_sensor"; + tag_exterior_door = "vox_northeast_lock"; + tag_interior_door = "vox_southeast_lock" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"tlC" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "burst_l" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/specops) +"tlE" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"tlN" = ( +/obj/effect/spawner/lootdrop/trade_sol/vehicle{ + loot = list(/obj/vehicle/motorcycle = 50, /obj/vehicle/snowmobile/key = 50, /obj/vehicle/snowmobile/blue/key = 50, /obj/vehicle/space/speedbike/red = 50, /obj/vehicle/space/speedbike = 50); + name = "4. Vehicle" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"tlT" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"tmi" = ( +/obj/machinery/vending/cigarette, +/obj/structure/closet/fireaxecabinet{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tmG" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"tmL" = ( +/obj/structure/sink{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"tmQ" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tmR" = ( +/obj/machinery/light/spot, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"tnc" = ( +/obj/effect/turf_decal/stripes/red/full, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tnt" = ( +/obj/item/radio/intercom/syndicate{ + pixel_y = -25 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"tnF" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo19" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"tnQ" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/clothing/accessory/medal/gold{ + pixel_y = 9 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"tnU" = ( +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/machinery/computer/cryopod/robot{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tnW" = ( +/obj/structure/rack, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/obj/item/tank/nitrogen, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ton" = ( +/obj/machinery/bodyscanner, +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"toL" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"toU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"tpf" = ( +/obj/machinery/vending/security, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"tph" = ( +/obj/effect/decal/cleanable/vomit, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"tpC" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tqy" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/centcom/evac) +"tqG" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s9" + }, +/area/shuttle/gamma/space) +"tqI" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/kitchen_machine/grill, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"tqP" = ( +/obj/structure/rack, +/obj/item/gun/medbeam{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"trm" = ( +/obj/structure/table/reinforced, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/meat, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/margherita, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/hawaiian, +/obj/item/pizzabox/vegetable, +/obj/item/pizzabox/vegetable, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"trB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredalt" + }, +/area/centcom/jail) +"trP" = ( +/turf/unsimulated/wall{ + icon_state = "iron10"; + tag = "icon-iron10" + }, +/area/syndicate_mothership/jail) +"trQ" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"tso" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/medical, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tsX" = ( +/obj/structure/rack, +/obj/item/storage/backpack/duffel/syndie/c4{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/backpack/duffel/syndie/c4, +/obj/item/storage/backpack/duffel/syndie/c4{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"tte" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "Enforcer" + }, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal{ + icon_state = "enforcer_red" + }, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal{ + icon_state = "enforcer_red" + }, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal{ + icon_state = "enforcer_red" + }, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal{ + icon_state = "enforcer_red" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"tto" = ( +/obj/machinery/computer/camera_advanced, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"ttN" = ( +/obj/item/storage/briefcase, +/obj/structure/table/wood/fancy/black, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/paper/safe_code{ + owner = "NNC" + }, +/obj/item/folder/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"ttO" = ( +/obj/machinery/hydroponics/constructable{ + layer = 3.2 + }, +/obj/machinery/light, +/turf/simulated/floor/grass, +/area/centcom/evac) +"ttS" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 5 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"tuh" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/gold, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone3) +"tuK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/curtain/black{ + pixel_y = -32 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"tuX" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"tvL" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/centcom/zone1) +"twg" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"twh" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"twp" = ( +/obj/effect/spawner/random_spawners/syndicate/layout/spacepod, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"txk" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 9 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"txr" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"txI" = ( +/obj/structure/closet{ + icon_closed = "red"; + icon_state = "red"; + name = "Sec. gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/sec{ + loot = list(/obj/item/clothing/gloves/combat = 50, /obj/item/grenade/clusterbuster/smoke = 50, /obj/item/clothing/suit/armor/laserproof = 50, /obj/item/clothing/suit/armor/vest/combat = 50, /obj/item/clothing/suit/armor/vest/combat = 50, /obj/item/clothing/suit/armor/vest/combat = 50, /obj/item/kitchen/knife/combat = 50, /obj/item/kitchen/knife/combat = 50, /obj/item/kitchen/knife/combat = 50, /obj/item/fluff/desolate_baton_kit = 50, /obj/item/storage/belt/military/assault = 50, /obj/item/storage/belt/military/assault = 50, /obj/item/storage/belt/military/assault = 50, /obj/item/clothing/mask/gas/sechailer/swat = 50, /obj/item/clothing/mask/gas/sechailer/swat = 50, /obj/item/clothing/suit/space/swat = 50, /obj/item/clothing/suit/space/swat = 50, /obj/item/clothing/glasses/thermal = 50, /obj/item/storage/box/enforcer_rubber = 50, /obj/item/storage/box/enforcer_rubber = 50, /obj/item/storage/box/enforcer_lethal = 50, /obj/item/melee/classic_baton/telescopic = 50, /obj/item/melee/classic_baton/telescopic = 50, /obj/item/gun/projectile/shotgun/automatic/combat = 50, /obj/item/gun/projectile/shotgun/automatic/combat = 50, /obj/item/gun/projectile/shotgun/automatic/combat = 50, /obj/item/gun/projectile/shotgun/automatic/dual_tube = 50, /obj/item/gun/projectile/shotgun/automatic/dual_tube = 50, /obj/item/storage/box/buck = 50, /obj/item/storage/box/buck = 50, /obj/item/storage/box/buck = 50, /obj/item/ammo_box/shotgun/buck = 50, /obj/item/ammo_box/shotgun/buck = 50, /obj/item/grenade/clusterbuster = 50, /obj/item/grenade/clusterbuster = 50, /obj/item/grenade/clusterbuster/teargas = 50, /obj/item/grenade/clusterbuster/n2o = 50); + lootcount = 10; + name = "1. Sec. gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"txJ" = ( +/turf/simulated/floor/wood{ + icon_state = "wood-broken"; + tag = "icon-wood-broken" + }, +/area/centcom/supply) +"txL" = ( +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = 24; + pixel_y = -24; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navyblue" + }, +/area/centcom/specops) +"txY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"tyd" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/gold{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"tyq" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"tyx" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/unsimulated/beach/water/dense, +/area/syndicate_mothership/outside) +"tyB" = ( +/obj/structure/rack, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/riot/short, +/obj/item/gun/projectile/shotgun/riot/short, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_x = 3; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tyD" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 9; + icon_state = "gs_deadlock" + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"tyO" = ( +/obj/machinery/computer/teleporter, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"tyP" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s6" + }, +/area/shuttle/escape) +"tyW" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"tzd" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/trade/sol) +"tzB" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"tzY" = ( +/obj/machinery/cryopod/right, +/obj/effect/turf_decal/stripes/black, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tAi" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/security_space_law/black{ + pixel_x = -4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"tAz" = ( +/obj/structure/rack/holorack, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/syndie_kit/chameleon, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/clothing/shoes/chameleon/noslip{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/shoes/chameleon/noslip{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/shoes/chameleon/noslip, +/obj/item/clothing/shoes/chameleon/noslip, +/obj/item/clothing/shoes/chameleon/noslip{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/shoes/chameleon/noslip{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"tAB" = ( +/obj/structure/chair/office/dark, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + id_tag = "CC-OP3"; + name = "Access Controller OP3"; + pixel_y = 32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP3-Ext"; + tag_interior_door = "CC-OP3-Int" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/specops) +"tAX" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"tBb" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/mask/balaclava, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"tBf" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_old_broken3" + }, +/area/syndicate_mothership/infteam) +"tBi" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/infteam) +"tBt" = ( +/obj/machinery/computer/communications, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"tBG" = ( +/obj/structure/window/full/reinforced{ + armor = list("melee" = 80, "bullet" = 80, "laser" = 0, "energy" = 0, "bomb" = 80, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100); + layer = 2 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "ERT_turret_shutters"; + layer = 5; + locked = 1; + name = "ERT Turret" + }, +/turf/simulated/floor/plating, +/area/centcom/specops) +"tBM" = ( +/obj/effect/turf_decal{ + dir = 5; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/beach/sand, +/area/syndicate_mothership/outside) +"tBT" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/turf/simulated/floor/wood, +/area/centcom/specops) +"tCj" = ( +/obj/machinery/suit_storage_unit/syndicate/secure, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"tCA" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"tCW" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/item/multitool, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"tCX" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo15" + }, +/obj/effect/turf_decal/stripes/gold{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"tDf" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/obj/structure/curtain/black{ + pixel_x = 32 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/infteam) +"tDk" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"tDo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredalt" + }, +/area/centcom/zone3) +"tDr" = ( +/obj/machinery/suit_storage_unit/syndicate/secure{ + layer = 3.3 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"tDM" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "nukeop_outside"; + name = "Outside Blast Door" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"tEi" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/obj/structure/closet/secure_closet/reagents, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"tEB" = ( +/obj/machinery/conveyor/north{ + id = "SFBQMLoad2" + }, +/obj/structure/plasticflaps/mining{ + color = "red" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/cargo) +"tEG" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/shuttle/syndicate) +"tFo" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"tFp" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/structure/curtain/black{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"tFq" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"tFK" = ( +/obj/machinery/vending/wallmed{ + pixel_x = -30; + pixel_y = 30 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"tFQ" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot_white, +/obj/item/storage/firstaid/tactical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"tFT" = ( +/obj/structure/rack, +/obj/item/storage/belt/grenade/full{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/belt/grenade/full, +/obj/item/storage/belt/grenade/full{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"tFV" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Restroom" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"tGe" = ( +/obj/item/flag/nt, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tGm" = ( +/turf/unsimulated/wall{ + icon_state = "iron7" + }, +/area/syndicate_mothership/cargo) +"tGz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"tGL" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tHu" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 30; + pixel_y = 30 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"tHQ" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/wood, +/area/centcom/jail) +"tIn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood{ + icon_state = "wood_old_broken3" + }, +/area/syndicate_mothership) +"tIo" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/syndicate/black/red, +/obj/item/clothing/head/helmet/space/syndicate/black/red, +/obj/machinery/airlock_sensor{ + frequency = 1331; + id_tag = "synd_sensor_bottom"; + pixel_y = -32; + req_access_txt = "150" + }, +/obj/machinery/door_control{ + id = "smindicate_bottom"; + name = "External Door Control"; + pixel_x = -32; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"tIz" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/siberia) +"tIC" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"tIG" = ( +/obj/machinery/light/spot, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"tIM" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"tJb" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"tJc" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5"; + tag = "icon-swall_f5" + }, +/area/shuttle/supply) +"tJe" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/window/reinforced{ + color = "red" + }, +/obj/structure/grille, +/turf/simulated/floor/wood, +/area/syndicate_mothership/control) +"tJk" = ( +/obj/machinery/light/spot{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"tJJ" = ( +/obj/structure/rack/holorack, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"tKi" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"tKs" = ( +/obj/item/storage/toolbox/syndicate, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"tKA" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"tKD" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"tLa" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"tLb" = ( +/obj/effect/decal/warning_stripes/northwestcorner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tLv" = ( +/obj/structure/mirror{ + pixel_x = -30 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"tLH" = ( +/obj/machinery/bluespace_beacon/syndicate, +/obj/effect/turf_decal/box/red, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + color = "#d70000"; + dir = 2; + icon_state = "rightsecure"; + name = "Riot Control"; + req_access_txt = "156" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"tLO" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/centcom/zone3) +"tLY" = ( +/obj/machinery/computer/arcade/orion_trail, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = -32 + }, +/obj/structure/curtain/black{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/infteam) +"tML" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"tNv" = ( +/obj/structure/table/wood, +/obj/item/candle/eternal, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"tNz" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/gun/projectile/automatic/pistol/enforcer{ + icon_state = "enforcer_black"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"tNZ" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/book/manual/sop_service, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/zone1) +"tOk" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/curtain/black{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/infteam) +"tOo" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien2" + }, +/area/abductor_ship) +"tOu" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 2; + req_one_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tPj" = ( +/obj/machinery/light/small, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"tPt" = ( +/obj/machinery/light, +/obj/structure/chair/comfy/brown{ + color = "#3300FF"; + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"tPx" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light, +/obj/machinery/portable_atmospherics/canister/oxygen{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"tPL" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_old_broken4" + }, +/area/syndicate_mothership/infteam) +"tQh" = ( +/obj/item/storage/bible, +/obj/structure/table/wood, +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"tQv" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 32 + }, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/item/radio/intercom/specops{ + pixel_x = 32 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"tQA" = ( +/obj/structure/curtain/black{ + pixel_y = -32 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership/infteam) +"tQQ" = ( +/obj/machinery/door/window/brigdoor{ + color = "red"; + dir = 8; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/infteam) +"tRb" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"tRj" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/pen/multi/gold, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"tRk" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"tRs" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"tRX" = ( +/obj/machinery/photocopier, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"tRY" = ( +/obj/machinery/cryopod/right, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"tSg" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" + }, +/area/shuttle/trade/sol) +"tSk" = ( +/obj/effect/decal/warning_stripes/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"tSu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/clothing/gloves/boxing/hologlove, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"tSS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/obj/structure/curtain/black{ + pixel_y = -32 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/infteam) +"tSV" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"tTj" = ( +/obj/structure/curtain/black{ + pixel_y = -32 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/infteam) +"tTO" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"tTV" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/obj/structure/curtain/black{ + pixel_y = -32 + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership/infteam) +"tUi" = ( +/obj/docking_port/stationary{ + area_type = /area/syndicate_mothership; + dwidth = 8; + height = 22; + id = "syndicate_away"; + name = "syndicate base"; + turf_type = /turf/unsimulated/floor/plating; + width = 18 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"tUP" = ( +/obj/effect/landmark{ + name = "Nuclear-Bomb" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"tVz" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" + }, +/area/syndicate_mothership/elite_squad) +"tVL" = ( +/obj/machinery/computer/card/minor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"tVZ" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/beach/water/dense, +/area/syndicate_mothership/outside) +"tWd" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/drinks/flask/detflask = 10, /obj/item/reagent_containers/food/drinks/cans/tonic = 10, /obj/item/reagent_containers/food/drinks/cans/thirteenloko = 10, /obj/item/reagent_containers/food/drinks/cans/synthanol = 10, /obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10, /obj/item/reagent_containers/food/drinks/cans/lemon_lime = 10, "" = 70); + name = "Food CC Spawner #3" + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tWj" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/coatrack, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tWu" = ( +/obj/structure/chair/stool/bar, +/obj/structure/curtain/open/shower/security{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"tWF" = ( +/obj/machinery/recharge_station/ert, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"tXq" = ( +/obj/structure/shuttle_wall_corner{ + dir = 4; + icon_state = "diagonalWall3" + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/cargo) +"tXE" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"tXP" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor/west{ + dir = 4; + id = "QMLoad" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"tYh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/poddoor/impassable{ + color = "#ff9999"; + id_tag = "SST_armory_mech_mauler"; + name = "SST Armory Mech Mauler" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"tYo" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo8" + }, +/obj/effect/turf_decal/stripes/gold{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"tYp" = ( +/turf/unsimulated/wall{ + icon_state = "iron6"; + tag = "icon-iron6" + }, +/area/syndicate_mothership/elite_squad) +"tYq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_advanced"; + name = "SST Armory Advanced Weapons" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"tYY" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"tZe" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"tZj" = ( +/obj/machinery/vending/cigarette, +/obj/structure/closet/fireaxecabinet{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"tZS" = ( +/obj/structure/rack/holorack, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stun/hardened, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/eyes/thermals, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/implanter/mindshield, +/obj/item/implanter/mindshield, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/surgery, +/obj/item/organ/internal/cyberimp/arm/toolset, +/obj/item/organ/internal/cyberimp/arm/janitorial, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"uab" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi' + }, +/turf/simulated/floor/plating, +/area/centcom/supply) +"uam" = ( +/obj/effect/landmark{ + name = "prisonwarp" + }, +/obj/effect/landmark{ + name = "prisonwarp" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"uay" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/junglebush/c, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"uaD" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"ubx" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"ubI" = ( +/obj/structure/chair/sofa{ + dir = 5 + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"ubY" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/machinery/door/poddoor, +/turf/unsimulated/floor{ + icon_state = "rampbottom" + }, +/area/syndicate_mothership/infteam) +"ucc" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership) +"ucg" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_l"; + tag = "icon-burst_l" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"ucn" = ( +/obj/effect/turf_decal/delivery/white, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uda" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"udh" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6"; + tag = "icon-swall_f6" + }, +/area/shuttle/trade/sol) +"udj" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + color = "red" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"udt" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_ver{ + id_tag = "nukeop_storage"; + name = "Storage" + }, +/obj/structure/spacepoddoor/invincible, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"udI" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"udJ" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealt" + }, +/area/centcom/zone2) +"udT" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 8; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/outside) +"uea" = ( +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"ueb" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/centcom/zone1) +"ueh" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"ueC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"ueN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/centcom/zone3) +"ufa" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = null + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "#791500"; + icon_state = "tile_full" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "elevatorshaft" + }, +/area/syndicate_mothership) +"uff" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"ufi" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowalt" + }, +/area/centcom/zone3) +"ufp" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/radio/intercom/specops{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"ufP" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/drinks/trophy/gold_cup, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"ufU" = ( +/obj/item/stack/spacecash/c50, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ugm" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"ugH" = ( +/turf/simulated/floor/light/colour_cycle/dancefloor_a, +/area/centcom/zone1) +"ugK" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"ugQ" = ( +/obj/structure/toilet{ + dir = 8; + name = "Трон старшего администратора" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "CC_toilet_unit4"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"ugS" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock/centcom{ + name = "Bridge 1-1"; + opacity = 1; + req_access_txt = "113" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"uho" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"uhs" = ( +/turf/unsimulated/wall{ + icon_state = "iron0" + }, +/area/syndicate_mothership) +"uhu" = ( +/obj/machinery/door/airlock/external{ + id_tag = "syndicate_away"; + req_access_txt = "150" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uhy" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"uhK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"uhU" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreycornerred" + }, +/area/syndicate_mothership) +"uii" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo3" + }, +/obj/effect/turf_decal/stripes/gold{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"uiq" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall13" + }, +/area/shuttle/trade/sol) +"uiz" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"ujo" = ( +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + name = "Shuttle Dock Door" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"ujO" = ( +/obj/docking_port/stationary{ + area_type = /area/syndicate_mothership; + dir = 2; + dwidth = 11; + height = 18; + id = "emergency_syndicate"; + name = "404 Not Found"; + turf_type = /turf/unsimulated/floor/plating; + width = 29 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/syndicate_mothership) +"ujT" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stack/cable_coil{ + pixel_y = 10 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/robot_parts/robot_component/armour, +/obj/item/stack/nanopaste, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"uku" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/zone3) +"ulr" = ( +/obj/structure/chair/comfy/brown{ + color = "#3300FF"; + dir = 1 + }, +/turf/unsimulated/floor/wood{ + icon = 'icons/goonstation/turf/floor.dmi'; + icon_state = "arcade" + }, +/area/trader_station/sol) +"umd" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"umk" = ( +/obj/item/implanter/adrenalin{ + pixel_x = 12; + pixel_y = -12 + }, +/obj/item/implanter/emp{ + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/implanter/explosive{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/implanter/explosive_macro{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/implanter/freedom, +/obj/item/implanter/krav_maga{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/implanter/mindshield{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/implanter/storage{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/structure/rack/holorack, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"ums" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/vox) +"umN" = ( +/obj/mecha/combat/marauder/mauler/loaded, +/obj/effect/turf_decal/bot_white, +/obj/effect/mapping_helpers/light{ + light_range = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"una" = ( +/obj/machinery/door/airlock/shuttle/glass{ + name = "trader shuttle airlock"; + req_access_txt = "160"; + security_level = 6 + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"unl" = ( +/obj/structure/statue/sandstone/venus{ + layer = 5 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"unO" = ( +/obj/item/flag/nt, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"unV" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/c20r{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/c20r, +/obj/item/gun/projectile/automatic/c20r{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/light/small, +/obj/item/storage/backpack/duffel/syndie/ammo/smg, +/obj/item/storage/backpack/duffel/syndie/ammo/smg, +/obj/item/storage/backpack/duffel/syndie/ammo/smg, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"uor" = ( +/obj/machinery/syndiepad/admin/loadpad{ + target_id = "syndie_cargo_port1" + }, +/obj/structure/curtain/black{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"uoF" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/item/storage/backpack/duffel/syndie/ammo/shotgun, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"uoR" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"uoZ" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"upv" = ( +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/centcom/evac) +"upL" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/shuttle/syndicate) +"uqg" = ( +/obj/machinery/computer, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/centcom/bridge) +"uqo" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/m90{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"uqu" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/shuttle/syndicate) +"uqP" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall4" + }, +/area/shuttle/trade/sol) +"uqY" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/pen/multi/fountain{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"urb" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall15"; + tag = "icon-swall15" + }, +/area/shuttle/trade/sol) +"url" = ( +/obj/machinery/porta_turret/syndicate/interior, +/obj/structure/window/plasmareinforced{ + color = "#d70000" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"urU" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/machinery/light/small, +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"urX" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"usj" = ( +/obj/machinery/conveyor/north{ + id = "SFBQMLoad2" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/cargo) +"usm" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"usZ" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"uta" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"utn" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "s_docking_airlock"; + name = "Labor Shuttle Airlock"; + req_access_txt = "2" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/siberia) +"uua" = ( +/obj/machinery/cryopod, +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"uuq" = ( +/obj/structure/flora/junglebush/c, +/obj/structure/flora/junglebush/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"uuU" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/beach/water/dense, +/area/syndicate_mothership/outside) +"uuY" = ( +/obj/effect/turf_decal/stripes/gold, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"uvb" = ( +/turf/unsimulated/wall{ + icon_state = "iron0" + }, +/area/syndicate_mothership/control) +"uvw" = ( +/obj/effect/turf_decal/arrows/white{ + color = null; + dir = 4; + name = "ERT shuttle" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluealtstrip" + }, +/area/centcom/specops) +"uvE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uvO" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light, +/turf/simulated/floor/grass, +/area/centcom/evac) +"uvZ" = ( +/turf/unsimulated/wall{ + icon_state = "iron13"; + tag = "icon-iron13" + }, +/area/syndicate_mothership/control) +"uwb" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_x = -32 + }, +/turf/space, +/area/space) +"uwo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/ore_box, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uwE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/white, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uxM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uyg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uyZ" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "nukeop_storage"; + name = "Storage" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"uzi" = ( +/obj/effect/turf_decal/stripes/gold{ + dir = 1 + }, +/obj/item/toy/syndicateballoon, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"uzs" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/gold, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"uzP" = ( +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"uAg" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall11"; + tag = "icon-swall11" + }, +/area/shuttle/trade/sol) +"uAi" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/book/manual/sop_service, +/turf/simulated/floor/plasteel{ + icon_state = "redfull"; + tag = "icon-redfull (NORTHWEST)" + }, +/area/centcom/jail) +"uAJ" = ( +/obj/machinery/vending/cola/free, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"uAN" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uBe" = ( +/obj/effect/turf_decal/box/red, +/obj/machinery/door/window/brigdoor{ + color = "#d70000"; + dir = 2; + name = "Riot Control"; + req_access_txt = "156" + }, +/obj/structure/curtain/black{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"uBl" = ( +/obj/effect/decal/warning_stripes/yellow/hollow, +/obj/machinery/light, +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + maximum_pressure = 50000 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"uCd" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + tag = "icon-propulsion (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/transport) +"uCi" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"uDd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/white, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uDh" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"uDo" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + id_tag = "CC-OP2"; + name = "Access Controller OP2"; + pixel_y = 32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP2-Ext"; + tag_interior_door = "CC-OP2-Int" + }, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"uDD" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/obj/item/reagent_containers/syringe/charcoal, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/storage/box/gloves, +/obj/item/storage/box/masks{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/clothing/glasses/hud/health, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"uEf" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"uEG" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"uEU" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/cargo) +"uFs" = ( +/obj/structure/closet{ + icon_closed = "grey"; + icon_state = "grey"; + name = "Donksoft gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/donksoft{ + loot = list(/obj/item/gun/projectile/automatic/c20r/toy = 50, /obj/item/gun/projectile/automatic/c20r/toy = 50, /obj/item/gun/projectile/automatic/c20r/toy = 50, /obj/item/gun/projectile/automatic/l6_saw/toy = 50, /obj/item/gun/projectile/automatic/l6_saw/toy = 50, /obj/item/gun/projectile/automatic/toy/pistol = 100, /obj/item/gun/projectile/automatic/toy/pistol = 100, /obj/item/gun/projectile/automatic/toy/pistol/enforcer = 50, /obj/item/gun/projectile/automatic/toy/pistol/enforcer = 50, /obj/item/gun/projectile/shotgun/toy = 50, /obj/item/gun/projectile/shotgun/toy = 50, /obj/item/gun/projectile/shotgun/toy/crossbow = 50, /obj/item/gun/projectile/shotgun/toy/crossbow = 50, /obj/item/gun/projectile/shotgun/toy/tommygun = 50, /obj/item/gun/projectile/shotgun/toy/tommygun = 50, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 50, /obj/item/gun/projectile/automatic/sniper_rifle/toy = 50, /obj/item/ammo_box/foambox/sniper = 50, /obj/item/ammo_box/foambox = 50, /obj/item/ammo_box/foambox = 50, /obj/item/ammo_box/foambox = 50, /obj/item/ammo_box/foambox/riot = 50, /obj/item/ammo_box/foambox/riot = 50, /obj/item/ammo_box/foambox/sniper/riot = 50, /obj/item/twohanded/toy/chainsaw = 50, /obj/item/twohanded/dualsaber/toy = 50); + lootcount = 8; + name = "2. Donksoft gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uFG" = ( +/obj/item/flag/species/machine, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"uFO" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bridge 1-2"; + opacity = 1; + req_access_txt = "113" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"uHa" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"uHP" = ( +/obj/structure/closet/secure_closet/syndicate_officer, +/obj/effect/turf_decal{ + dir = 9; + icon_state = "golden_stripes" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"uId" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/zone2) +"uIf" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"uJd" = ( +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uJn" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkbluealtstrip" + }, +/area/centcom/zone2) +"uJF" = ( +/turf/unsimulated/wall/abductor{ + icon_state = "alien7" + }, +/area/abductor_ship) +"uJU" = ( +/obj/structure/window/reinforced, +/obj/structure/bed, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/obj/structure/curtain/open, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uKU" = ( +/obj/structure/rack/holorack, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"uKY" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"uLg" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"uLi" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uLr" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/zone3) +"uLw" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uLx" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/centcom/evac) +"uMd" = ( +/obj/structure/closet{ + icon_closed = "pink"; + icon_state = "pink"; + name = "Science gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/sci{ + loot = list(/obj/item/mmi/robotic_brain = 50, /obj/item/assembly/signaler/anomaly = 50, /obj/item/mecha_parts/mecha_equipment/weapon/energy/xray = 50, /obj/item/mecha_parts/mecha_equipment/teleporter/precise = 50, /obj/item/autoimplanter = 50, /obj/item/paper/researchnotes = 50, /obj/item/paper/researchnotes = 50, /obj/item/slimepotion/fireproof = 50, /obj/item/slimepotion/speed = 50, /obj/item/slimepotion/enhancer = 50,/obj/item/slimepotion/slime/mutator = 50, /obj/item/slimepotion/transference = 50, /obj/item/slimepotion/slime/steroid = 50, /obj/item/slimepotion/slime/stabilizer = 50, /obj/item/slimepotion/slime/docility = 50, /obj/item/slime_extract/bluespace = 50, /obj/item/slime_extract/adamantine = 50, /obj/item/slime_extract/rainbow = 50, /obj/item/slime_extract/sepia = 50, /obj/item/assembly/signaler/anomaly/vortex = 50, /obj/item/assembly/signaler/anomaly/bluespace = 50, /obj/item/assembly/signaler/anomaly/flux = 50, /obj/item/assembly/signaler/anomaly/grav = 50, /obj/item/assembly/signaler/anomaly/pyro = 50); + lootcount = 8; + name = "6. Science gear" + }, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uMl" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uMr" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"uMu" = ( +/obj/structure/bookcase, +/obj/machinery/light/small, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"uMQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uMX" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"uNq" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/specops) +"uNt" = ( +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uNx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uNF" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/reagent_containers/food/snacks/baguette = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/applepie = 10, /obj/item/reagent_containers/food/snacks/soup/bloodsoup = 10, /obj/item/reagent_containers/food/snacks/boiledrice = 10, /obj/item/reagent_containers/food/snacks/carrotfries = 10, /obj/item/reagent_containers/food/drinks/cans/cola = 10, "" = 70); + name = "Food CC Spawner #1" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"uNG" = ( +/obj/machinery/conveyor/north{ + id = "SFBQMLoad2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/cargo) +"uNI" = ( +/obj/structure/closet/secure_closet/guncabinet{ + layer = 2.9; + name = "L.W.A.P. Sniper Rifle" + }, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"uOf" = ( +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"uOj" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/beer/upgraded, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uOo" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9" + }, +/area/shuttle/mining) +"uOp" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atm{ + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uOC" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"uON" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate ATOM" + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"uPb" = ( +/obj/effect/decal/warning_stripes/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"uPh" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uPi" = ( +/turf/space, +/area/shuttle/trade/sol) +"uQg" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_science, +/obj/item/book/manual/sop_medical, +/turf/simulated/floor/wood, +/area/centcom/specops) +"uQE" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"uQK" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, +/obj/effect/landmark{ + name = "traderstart_sol" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/trader_station/sol) +"uQV" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"uRC" = ( +/obj/effect/turf_decal/bot, +/obj/structure/ore_box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"uRM" = ( +/obj/structure/closet/secure_closet/bar{ + req_access = null + }, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/reagent_containers/iv_bag/blood/random, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"uRU" = ( +/obj/machinery/computer/communications, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops team."; + name = "Security Station Monitor"; + network = list("SS13","Research Outpost","Mining Outpost"); + pixel_y = -30 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"uSc" = ( +/obj/structure/holohoop{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/green, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"uSq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/cargo) +"uSt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"uSv" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uSA" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"uSB" = ( +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"uSD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/delivery/white, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"uSN" = ( +/obj/mecha/combat/durand/loaded{ + operation_req_access = list(1) + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/turf_decal/mech, +/turf/unsimulated/floor{ + icon_state = "floor4" + }, +/area/shuttle/gamma/space) +"uSV" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo1" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 9 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"uTd" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/control) +"uTh" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/item/radio/intercom/specops{ + pixel_y = -32 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"uTp" = ( +/obj/machinery/computer, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"uTt" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"uTC" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uTW" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -32 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"uUk" = ( +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f3" + }, +/area/shuttle/specops) +"uUC" = ( +/obj/machinery/vending/cigarette/free, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"uUG" = ( +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = -24; + pixel_y = 8; + req_access_txt = "114"; + wires = 1 + }, +/obj/machinery/door_control{ + id = "CC_Armory_IK60"; + name = "IK-60"; + pixel_x = -24; + pixel_y = -8; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"uUZ" = ( +/obj/structure/computerframe, +/obj/item/paper/synditele, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"uVd" = ( +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/specops) +"uVg" = ( +/obj/machinery/light/small{ + dir = 4; + tag = "icon-bulb1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"uVv" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"uVO" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredalt" + }, +/area/centcom/jail) +"uWf" = ( +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"uWv" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock{ + id_tag = "CC_toilet_unit3"; + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"uWy" = ( +/obj/structure/bed, +/obj/structure/window/reinforced, +/obj/item/bedsheet/rd, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"uWB" = ( +/obj/structure/shuttle/engine/heater, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/jail) +"uWE" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"uWJ" = ( +/obj/machinery/light/small{ + dir = 8; + tag = "icon-bulb1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"uXk" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"uXo" = ( +/obj/machinery/light/spot, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"uYa" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/wood, +/area/centcom/jail) +"uYq" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc4" + }, +/area/shuttle/trade/sol) +"uYs" = ( +/obj/effect/turf_decal/number/number_3, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"uZe" = ( +/obj/item/bedsheet/brown, +/obj/structure/bed, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uZp" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"uZt" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/mask/balaclava, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/jail) +"uZA" = ( +/obj/structure/closet{ + icon_closed = "white"; + icon_state = "white"; + name = "Medical gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/med{ + loot = list(/obj/item/storage/fancy/cigarettes/cigpack_med = 50, /obj/item/stack/nanopaste = 50, /obj/item/storage/pill_bottle/random_meds/labelled = 50, /obj/item/reagent_containers/glass/bottle/reagent/omnizine = 50, /obj/item/reagent_containers/glass/bottle/reagent/strange_reagent = 50, /obj/item/scalpel/laser/manager = 50, /obj/item/organ/internal/heart/gland/ventcrawling = 50, /obj/item/organ/internal/heart/gland/heals = 50, /obj/item/dnainjector/regenerate = 50, /obj/item/dnainjector/nobreath = 50, /obj/item/dnainjector/telemut = 50, /obj/item/reagent_containers/glass/bottle/regeneration = 50, /obj/item/reagent_containers/glass/bottle/sensory_restoration = 50, /obj/item/autopsy_scanner = 50, /obj/item/organ/internal/cyberimp/eyes/hud/medical = 50, /obj/item/gun/medbeam = 50, /obj/item/reagent_containers/applicator/dual/syndi = 50, /obj/item/reagent_containers/glass/bottle/retrovirus = 50, /obj/item/reagent_containers/glass/bottle/reagent/strange_reagent = 50, /obj/item/reagent_containers/glass/bottle/tuberculosiscure = 50, /obj/item/reagent_containers/glass/bottle/gbs = 50, /obj/item/bodyanalyzer/advanced = 50); + lootcount = 8; + name = "5. Medical gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"uZB" = ( +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/specops) +"uZO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/random_spawners/syndicate/loot{ + color = "#755d9a"; + icon_state = "x_white"; + spawn_inside = null + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vad" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"van" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vaw" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 9 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"vba" = ( +/obj/machinery/flasher_button{ + id = "soltraderflash"; + pixel_x = 24; + pixel_y = -8 + }, +/obj/machinery/door_control{ + id = "trader_privacy"; + name = "Privacy Shutters Control"; + pixel_x = 24; + req_access_txt = "160" + }, +/obj/item/flag/species/human, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vbb" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"vbV" = ( +/turf/simulated/shuttle/wall{ + dir = 3; + icon_state = "swall1" + }, +/area/shuttle/trade/sol) +"vcj" = ( +/obj/machinery/computer/crew, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vcO" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/filingcabinet/employment, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vdf" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"vdg" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vdt" = ( +/obj/machinery/flasher{ + id = "soltraderflash"; + pixel_x = 32 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vdO" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + icon_state = "s-ninjas"; + name = "black gloves" + }, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/centcom/supply) +"vdW" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/red, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vdY" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"vep" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"veF" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" + }, +/obj/effect/turf_decal/stripes/gold{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"veL" = ( +/obj/structure/shuttle/engine/large{ + dir = 4; + pixel_x = -32 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/trade/sol) +"veQ" = ( +/obj/machinery/computer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"vft" = ( +/obj/machinery/kitchen_machine/microwave/upgraded, +/obj/structure/table, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"vfD" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/centcom{ + name = "Medical Block"; + opacity = 1; + req_access_txt = "109" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"vfO" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "navybluealt" + }, +/area/centcom/specops) +"vgt" = ( +/obj/machinery/photocopier, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vgN" = ( +/obj/structure/flora/rock, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"vgP" = ( +/obj/effect/turf_decal/delivery/red, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vhb" = ( +/obj/structure/bed, +/obj/item/bedsheet/syndie, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"vhg" = ( +/obj/machinery/vending/cola/free, +/obj/structure/closet/medical_wall{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"vhz" = ( +/obj/item/toy/plushie/blue_fox, +/turf/simulated/floor/plating, +/area/centcom/zone1) +"vhG" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "burst_r" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/specops) +"vhU" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-6"; + tag = "icon-plant-6" + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"vhY" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "golden_stripes_corner" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"vhZ" = ( +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vik" = ( +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/structure/rack, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"viw" = ( +/obj/effect/turf_decal/number/number_7, +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"viy" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"viK" = ( +/obj/effect/turf_decal/delivery/red, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"viM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vjo" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/simulated/floor/mineral/abductor, +/area/centcom/zone1) +"vjq" = ( +/obj/machinery/computer/sm_monitor, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"vjK" = ( +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/obj/machinery/computer/communications, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"vjT" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"vkh" = ( +/obj/structure/table, +/obj/structure/bedsheetbin{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"vkx" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"vlv" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"vlG" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/syndicate{ + pixel_y = 7 + }, +/obj/item/pen/fancy, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"vlH" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"vlW" = ( +/obj/machinery/cryopod/right, +/obj/machinery/computer/cryopod{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"vml" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/shuttle/syndicate) +"vmz" = ( +/obj/structure/window/full/shuttle, +/obj/structure/grille, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "trader_privacy"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/trade/sol) +"vmA" = ( +/turf/unsimulated/wall{ + icon_state = "iron2" + }, +/area/syndicate_mothership/control) +"vmC" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8; + tag = "icon-bulb1 (WEST)" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"vng" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"vnv" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/centcom/zone3) +"vny" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "black"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"vnN" = ( +/obj/structure/closet/crate, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"vod" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28"; + tag = "icon-plant-28" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"voi" = ( +/obj/structure/table, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/healthanalyzer/advanced, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"voT" = ( +/obj/structure/bed, +/obj/item/bedsheet/mime, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"voV" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/specops) +"voZ" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/floor/carpet/black, +/area/shuttle/trade/sol) +"vpW" = ( +/obj/structure/chair/office/light, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"vqb" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"vqc" = ( +/obj/structure/table/reinforced/brass, +/obj/item/hand_labeler, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vqd" = ( +/turf/simulated/floor/wood, +/area/centcom/court) +"vqq" = ( +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_sit) +"vqC" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"vqS" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredalt" + }, +/area/syndicate_mothership/cargo) +"vqX" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"vrm" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"vrv" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "vox_southeast_lock"; + locked = 1; + req_access_txt = "152"; + req_one_access = null + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1331; + master_tag = "vox_east_control"; + pixel_x = -30; + req_one_access_txt = "152" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"vrH" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 100; + color = "black"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"vrJ" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l"; + tag = "icon-propulsion_l (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"vsD" = ( +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/structure/table/reinforced, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vsU" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/reagentgrinder{ + layer = 4; + pixel_x = -1; + pixel_y = 9 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"vtm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"vtr" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/window/full/basic, +/turf/simulated/floor/grass, +/area/centcom/zone3) +"vtw" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/gun/energy/gun/blueshield/pdw9, +/obj/item/gun/energy/gun/blueshield/pdw9, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vua" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"vui" = ( +/obj/effect/turf_decal/bot, +/obj/item/clothing/head/cone, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"vuA" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 6 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"vuL" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vvt" = ( +/obj/structure/holosign/barrier, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/centcom/specops) +"vvD" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"vvU" = ( +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_elite) +"vvX" = ( +/obj/effect/turf_decal/delivery/red, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vvY" = ( +/obj/effect/turf_decal/caution/stand_clear, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"vwd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vwe" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"vwh" = ( +/turf/simulated/floor/plating, +/area/centcom/supply) +"vwk" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"vwu" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/snacks/bigbiteburger, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vwJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/shuttle/syndicate) +"vwL" = ( +/turf/unsimulated/beach/sand, +/area/syndicate_mothership/outside) +"vwP" = ( +/obj/machinery/gameboard, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"vwV" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_r"; + tag = "icon-propulsion_r (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"vxf" = ( +/obj/effect/turf_decal/delivery/red, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vxp" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + tag = "icon-propulsion (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"vxy" = ( +/obj/machinery/door/poddoor/shutters{ + closingLayer = 5; + density = 0; + icon_state = "open"; + id_tag = "trader_privacy"; + layer = 5; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/table/reinforced/brass, +/obj/machinery/door/window/brigdoor/southright{ + base_state = "leftsecure"; + dir = 4; + icon_state = "leftsecure"; + name = "Customs Desk"; + req_access_txt = "160" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vxF" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"vxR" = ( +/obj/structure/closet/crate/can, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vxT" = ( +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 10; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"vxY" = ( +/obj/structure/fence/door{ + color = "#b0b7c6"; + dir = 1; + invulnerable = 1 + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"vyc" = ( +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"vyy" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vzV" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/specops) +"vAg" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/candle/eternal, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"vAm" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 2000; + master_tag = "CC-OP2"; + name = "CC-OP2-EXT"; + pixel_x = -24; + req_access_txt = "109" + }, +/obj/machinery/door/airlock/wood/glass{ + frequency = 2000; + id_tag = "CC-OP2-Ext"; + locked = 1; + name = "Zone 1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"vAv" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "nukeop_outside"; + name = "Outside Blast Door" + }, +/turf/unsimulated/floor{ + dir = 4; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"vAw" = ( +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/court) +"vAU" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/unsimulated/floor, +/area/shuttle/specops) +"vAW" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/shuttle/trade/sol) +"vBF" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc3" + }, +/area/shuttle/trade/sol) +"vBY" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/trade/sol) +"vCV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vDj" = ( +/obj/structure/mirror{ + pixel_x = -30 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"vDz" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/item/storage/box/drinkingglasses, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"vDI" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vDS" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vEt" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/specops) +"vEz" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"vES" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"vFV" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"vGa" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/lootdrop/maintenance, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vHf" = ( +/obj/machinery/light/small, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"vHp" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/shuttle/syndicate) +"vHu" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood, +/area/centcom/court) +"vHB" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vHT" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"vHX" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "109" + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"vHZ" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"vIj" = ( +/obj/machinery/computer/message_monitor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"vIU" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/folder, +/obj/item/folder, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/folder/white, +/obj/item/folder/white, +/obj/item/folder/yellow, +/obj/item/folder/yellow, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vJu" = ( +/obj/effect/decal/warning_stripes/west, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vJv" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"vKg" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/specops) +"vKv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vKQ" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + alpha = 75; + color = "black"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"vLc" = ( +/obj/structure/chair/wheelchair/bike{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"vLq" = ( +/obj/machinery/door/airlock/centcom{ + aiControlDisabled = 1; + name = "Assault Pod"; + opacity = 1; + req_one_access_txt = "150" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"vMj" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/turf_decal/tile/neutral{ + alpha = 75; + color = "black"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"vMC" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/shuttle/escape) +"vMK" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/centcom/evac) +"vMQ" = ( +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"vMT" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"vNi" = ( +/obj/structure/rack, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/storage/box/slug, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/obj/item/ammo_box/shotgun, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vNw" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + frequency = 1379; + hackProof = 1; + icon_state = "door_locked"; + id_tag = "emergency_away"; + locked = 1; + name = "Arrival Airlock"; + req_access = null + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"vOe" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/beach/sand, +/area/syndicate_mothership/outside) +"vOg" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"vOq" = ( +/obj/machinery/atmospherics/unary/cryo_cell/upgraded, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"vOu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"vOD" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/zone1) +"vOU" = ( +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"vPe" = ( +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"vPj" = ( +/obj/machinery/door_control{ + id = "smindicate_right"; + name = "External Door Control"; + pixel_x = -38; + pixel_y = -5; + req_access_txt = "150" + }, +/turf/space, +/area/space) +"vPm" = ( +/obj/structure/bookcase, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"vPx" = ( +/obj/structure/safe/floor, +/obj/item/paper{ + info = "
"; + name = "26/02/2022 - 22:54" + }, +/turf/simulated/floor/carpet, +/area/centcom/supply) +"vPy" = ( +/obj/structure/rack/holorack, +/obj/item/nullrod, +/obj/item/nullrod, +/obj/item/nullrod, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/obj/item/melee/classic_baton/telescopic, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"vPM" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "adminshuttleblast"; + name = "Blast Doors"; + req_access_txt = "101" + }, +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "General Access"; + opacity = 1; + req_access_txt = "101" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"vPS" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"vQi" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"vRS" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"vRW" = ( +/obj/item/radio/intercom/specops{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/centcom/specops) +"vSC" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/storage/toolbox/surgery, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"vSE" = ( +/obj/machinery/door/airlock/external{ + id_tag = "ferry_away"; + name = "Ferry Airlock"; + req_access_txt = "106" + }, +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"vSX" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navyblue" + }, +/area/centcom/specops) +"vTg" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/evac) +"vTz" = ( +/obj/structure/chair/comfy/red{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"vTB" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3"; + tag = "icon-diagonalWall3" + }, +/area/shuttle/assault_pod) +"vTC" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/assault_pod) +"vTH" = ( +/obj/machinery/flasher{ + id = "syndie_FB_cells"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"vTR" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"vTU" = ( +/obj/machinery/suit_storage_unit/syndicate/secure, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/obj/machinery/light/spot, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"vUy" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"vVi" = ( +/obj/machinery/computer/shuttle/trade/sol, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vVk" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"vVo" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 8 + }, +/turf/simulated/floor/beach/sand{ + icon = 'icons/turf/floors.dmi'; + icon_state = "asteroid" + }, +/area/centcom/evac) +"vVB" = ( +/obj/machinery/door_control{ + id = "CC_Armory_LWAP"; + name = "L.W.A.P. Sniper Rifle"; + pixel_x = 24; + pixel_y = 24; + req_access_txt = "114"; + wires = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "navyblue" + }, +/area/centcom/specops) +"vVV" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall14" + }, +/area/shuttle/trade/sol) +"vWs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vWC" = ( +/obj/effect/turf_decal/loading_area, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/cargo) +"vWG" = ( +/obj/machinery/door/airlock/shuttle/glass{ + name = "trader shuttle airlock"; + req_access_txt = "160"; + security_level = 6 + }, +/obj/machinery/door/poddoor/shutters{ + closingLayer = 5; + density = 0; + icon_state = "open"; + id_tag = "trader_privacy"; + layer = 5; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"vWN" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vXo" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"vXD" = ( +/obj/structure/closet/crate/syndicate{ + pixel_y = -2 + }, +/obj/machinery/light/spot, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"vXX" = ( +/obj/structure/table, +/obj/machinery/door_control{ + id = "syndieshutters_Aspid"; + name = "remote shutter control"; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredalt" + }, +/area/syndicate_mothership/cargo) +"vYj" = ( +/obj/machinery/vending/cola/free, +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"vYs" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vYC" = ( +/obj/machinery/computer/camera_advanced, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vYJ" = ( +/obj/structure/window/reinforced, +/obj/structure/shuttle/engine/heater{ + dir = 1; + tag = "icon-heater (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"vYQ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"vYW" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom"; + tag = "icon-stage_stairs" + }, +/area/centcom/bridge) +"vZd" = ( +/obj/machinery/bluespace_beacon/syndicate, +/obj/effect/turf_decal/box/red, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + color = "#d70000"; + dir = 2; + icon_state = "rightsecure"; + name = "Riot Control"; + req_access_txt = "156" + }, +/obj/structure/curtain/black{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"vZf" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/white, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"vZg" = ( +/obj/effect/landmark{ + name = "Marauder Exit" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating/airless, +/area/centcom/specops) +"vZm" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6"; + tag = "icon-swall_f6" + }, +/area/shuttle/supply) +"vZY" = ( +/obj/docking_port/mobile{ + dwidth = 8; + height = 22; + id = "syndicate"; + name = "syndicate infiltrator"; + roundstart_move = "syndicate_away"; + width = 18 + }, +/turf/simulated/floor/wood{ + icon_state = "woodalt-2" + }, +/area/shuttle/syndicate) +"waI" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"waR" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"waT" = ( +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/cargo) +"waY" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"waZ" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/glasses/hud/security/sunglasses/aviators, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/belt/fannypack/black, +/obj/item/storage/belt/fannypack/black, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"wbd" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10"; + tag = "icon-swall_f10" + }, +/area/shuttle/supply) +"wbe" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"wbw" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"wbC" = ( +/obj/structure/window/reinforced, +/obj/structure/shuttle/engine/heater{ + dir = 1; + tag = "icon-heater (NORTH)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"wbG" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"wcz" = ( +/obj/structure/dresser, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"wcK" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate{ + pixel_y = 7 + }, +/obj/item/storage/toolbox/syndicate, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"wcM" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"wde" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkbluealt" + }, +/area/centcom/zone2) +"wdr" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall7"; + tag = "icon-swall7" + }, +/area/shuttle/supply) +"wds" = ( +/obj/machinery/door/airlock/centcom{ + aiControlDisabled = 1; + name = "Assault Pod"; + opacity = 1; + req_one_access_txt = "150" + }, +/obj/docking_port/mobile/assault_pod, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"wdH" = ( +/obj/machinery/cryopod/right, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"wdV" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops team."; + name = "Spec Ops Monitor"; + network = list("ERT"); + pixel_y = 30 + }, +/obj/machinery/computer/shuttle/ert, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"wej" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle{ + icon_state = "window4" + }, +/turf/simulated/floor/plating, +/area/shuttle/siberia) +"weC" = ( +/obj/structure/mirror{ + pixel_y = 30 + }, +/obj/structure/sink{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/specops) +"weE" = ( +/obj/structure/flora/ausbushes/genericbush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"weR" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/kitchen/knife/butcher, +/obj/item/kitchen/knife/butcher/meatcleaver, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"wfh" = ( +/obj/machinery/camera{ + c_tag = "CentComm Special Ops. Shuttle"; + network = list("ERT","CentComm") + }, +/obj/machinery/recharge_station/ert, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"wfA" = ( +/obj/effect/decal/warning_stripes/northwest, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wfM" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"wgc" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen/fancy, +/obj/structure/window/plasmareinforced{ + color = "#d70000"; + dir = 4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"wgj" = ( +/obj/structure/table/reinforced/brass, +/obj/item/paper_bin, +/obj/item/pen/fancy, +/obj/item/pen/fancy, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"wgN" = ( +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f1" + }, +/area/shuttle/specops) +"whv" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/trade/sol) +"whU" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"wiM" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock"; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_sit_1"; + name = "Side Hull Door"; + opacity = 0; + req_access_txt = "150" + }, +/obj/structure/fans/tiny, +/obj/machinery/door_control{ + id = "syndicate_sit_1"; + name = "Blast Doors"; + pixel_y = -23; + req_access_txt = "150" + }, +/obj/docking_port/mobile{ + dir = 4; + dwidth = 7; + height = 5; + id = "sit"; + name = "SIT shuttle"; + roundstart_move = "sit_away"; + width = 11 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_sit) +"wje" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/turf_decal/tile/neutral{ + color = "black"; + icon_state = "tile_full" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"wkk" = ( +/obj/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"wkr" = ( +/obj/effect/turf_decal/stripes/line{ + color = "darkgray"; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding1" + }, +/obj/effect/turf_decal/stripes/line{ + color = null; + icon = 'icons/turf/floors.dmi'; + icon_state = "siding2" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 4; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/outside) +"wkA" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10" + }, +/area/shuttle/trade/sol) +"wkN" = ( +/turf/unsimulated/floor/abductor, +/area/abductor_ship) +"wlm" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/ausbushes/genericbush, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"wlr" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"wlI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"wlW" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/centcom/specops) +"wlY" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"wmP" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/pen/multi/gold, +/turf/simulated/floor/wood, +/area/centcom/specops) +"wna" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/outside) +"wnz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/random_spawners/syndicate/loot/level3{ + color = "#00856f"; + icon_state = "x_white"; + spawn_inside = /obj/structure/closet/crate + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"woh" = ( +/mob/living/simple_animal/mouse/brown{ + desc = "Секретная разработка синдиката. Сидит тут потому, что сам хочет"; + name = "Мышедемон" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"woR" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "golden_stripes" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"woV" = ( +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"wpv" = ( +/obj/structure/falsewall/reinforced{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi' + }, +/turf/simulated/floor/plating, +/area/centcom/zone1) +"wpx" = ( +/obj/machinery/recharge_station/upgraded, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"wpJ" = ( +/obj/structure/flora/grass/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"wqc" = ( +/obj/structure/chair/stool/bar, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"wqk" = ( +/obj/effect/turf_decal{ + dir = 6; + icon_state = "golden_stripes_corner" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"wqz" = ( +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"wqG" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"wqP" = ( +/obj/effect/turf_decal/bot_white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"wqQ" = ( +/obj/structure/curtain/black{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/elite_squad) +"wrd" = ( +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"wrf" = ( +/obj/machinery/door/airlock/syndicate/security{ + name = "Погрузка"; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + layer = 2.71; + name = "Shuttle Dock Door" + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"wrh" = ( +/obj/machinery/vending/cola/free, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wrs" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/trophy/gold_cup, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"wrt" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + icon_state = "fake_plastitanium_window2"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/control) +"wrB" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/machinery/door/airlock/syndicate/security{ + name = "Ангар"; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + layer = 2.71; + name = "Shuttle Dock Door" + }, +/turf/unsimulated/floor{ + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"wrT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/sleeper/upgraded{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"wsJ" = ( +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/obj/machinery/computer/camera_advanced/shuttle_docker/ert, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"wsP" = ( +/obj/effect/decal/warning_stripes/white, +/obj/machinery/door/airlock{ + id_tag = "CC_toilet_unit2"; + name = "Toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"wsY" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + frequency = 2000; + id_tag = "CC-OP4"; + name = "Access Controller OP4"; + pixel_x = -32; + req_access_txt = "109"; + tag_exterior_door = "CC-OP4-Ext"; + tag_interior_door = "CC-OP4-Int" + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone2) +"wtj" = ( +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/sandbags{ + amount = 50; + pixel_y = 5 + }, +/obj/item/clothing/head/cone, +/obj/item/clothing/head/cone, +/obj/item/clothing/head/cone, +/obj/item/clothing/head/cone, +/obj/item/clothing/head/cone, +/obj/structure/rack, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"wtF" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"wtL" = ( +/obj/structure/rack/holorack, +/obj/item/gun/rocketlauncher, +/obj/item/gun/rocketlauncher, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"wua" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops) +"wuk" = ( +/obj/machinery/computer/card, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"wuL" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access_txt = "109" + }, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 2; + height = 11; + id = "specops"; + name = "ert shuttle"; + roundstart_move = "specops_away"; + width = 5 + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/plating, +/area/shuttle/specops) +"wvg" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/jail) +"wvo" = ( +/turf/unsimulated/wall{ + icon_state = "iron11"; + tag = "icon-iron11" + }, +/area/syndicate_mothership) +"wvH" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"wvS" = ( +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + name = "Shuttle Dock Door" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"wvV" = ( +/obj/effect/turf_decal/stripes/gold, +/obj/effect/turf_decal/stripes/gold, +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"wwr" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"wwE" = ( +/obj/machinery/computer/camera_advanced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wwK" = ( +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/centcom/specops) +"wxh" = ( +/obj/structure/filingcabinet/employment, +/obj/item/radio/intercom/specops{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"wxt" = ( +/obj/structure/lattice, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/zone2) +"wxC" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/taj, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"wxO" = ( +/obj/machinery/computer/library, +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"wxT" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"wyh" = ( +/obj/machinery/conveyor/south{ + id = "SFBQMLoad" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/cargo) +"wyk" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"wyt" = ( +/obj/machinery/light/small, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"wyB" = ( +/obj/machinery/camera{ + c_tag = "Centaral Command Supreme Court"; + dir = 1; + network = list("SS13","CentComm"); + pixel_x = 12; + pixel_y = -6 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"wyU" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"wza" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"wzh" = ( +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"wzu" = ( +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"wzP" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/machinery/door/poddoor/impassable, +/turf/unsimulated/floor{ + icon_state = "rampbottom" + }, +/area/syndicate_mothership/elite_squad) +"wAc" = ( +/obj/machinery/door/airlock/syndicate/cargo{ + name = "Cargo Load"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"wAs" = ( +/obj/structure/lattice, +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/coated_reinforced_wall.dmi'; + icon_state = "r_wall" + }, +/area/centcom/bridge) +"wAz" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/snacks/validsalad, +/obj/item/kitchen/utensil/spoon, +/turf/simulated/floor/wood, +/area/centcom/specops) +"wAE" = ( +/obj/machinery/computer/secure_data, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/centcom/bridge) +"wAL" = ( +/obj/machinery/door/airlock/centcom{ + name = "Gamma Armory"; + opacity = 1; + req_access_txt = "114" + }, +/obj/effect/decal/warning_stripes/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wAV" = ( +/obj/mecha/combat/durand/loaded, +/obj/effect/turf_decal/mech, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"wBn" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"wBr" = ( +/obj/machinery/computer/communications, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/bridge) +"wBD" = ( +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/turf/simulated/floor/redgrid, +/area/syndicate_mothership) +"wDe" = ( +/obj/effect/turf_decal{ + icon_state = "golden_stripes" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"wDf" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"wDT" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/obj/item/soap/syndie, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"wEo" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"wEy" = ( +/turf/simulated/shuttle/wall{ + icon_state = "gwall_f4" + }, +/area/shuttle/syndicate) +"wEK" = ( +/obj/structure/table, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/brute, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"wEL" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"wFC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"wFE" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock"; + req_access_txt = "150" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_elite"; + name = "Side Hull Door"; + opacity = 0; + req_access_txt = "150" + }, +/obj/structure/fans/tiny, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 3; + height = 5; + id = "sst"; + name = "SST shuttle"; + roundstart_move = "sst_away"; + width = 11 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite) +"wFL" = ( +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 1; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"wGf" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/specops) +"wGg" = ( +/obj/structure/chair/wheelchair/bike{ + dir = 8 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"wGt" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/zone1) +"wGu" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 5; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"wGM" = ( +/obj/structure/window/full/reinforced{ + layer = 2 + }, +/turf/simulated/floor/plating, +/area/centcom/evac) +"wIz" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Shower" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"wIA" = ( +/obj/machinery/chem_dispenser, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"wIG" = ( +/obj/machinery/light/spot{ + dir = 1; + tag = "icon-tube1 (NORTH)" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"wJo" = ( +/obj/structure/closet/secure_closet/guncabinet{ + anchored = 1; + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + layer = 2.9; + name = "X-ray laser"; + req_access = null; + req_access_txt = "114" + }, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"wJv" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/syndicate_sit) +"wKb" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (EAST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"wKh" = ( +/obj/machinery/light/spot, +/turf/simulated/floor/carpet/black, +/area/shuttle/trade/sol) +"wLf" = ( +/obj/item/flag/species/human, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"wLn" = ( +/obj/machinery/light/spot{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"wLL" = ( +/obj/machinery/door/airlock/command/glass{ + frequency = 2000; + icon_state = "open"; + id_tag = "CC-OP2-Int"; + locked = 1; + name = "Zone 2" + }, +/obj/effect/decal/warning_stripes/blue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"wLM" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/evac) +"wLP" = ( +/obj/structure/curtain/open/shower/security, +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"wNj" = ( +/obj/structure/mirror{ + pixel_x = 30 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"wNm" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/grille, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"wNz" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall2"; + tag = "icon-swall2" + }, +/area/shuttle/trade/sol) +"wNS" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/syndicate_elite) +"wPq" = ( +/obj/structure/noticeboard{ + pixel_x = -32 + }, +/obj/item/paper/syndimemo{ + info = "ПОЛУЧИТЕ ЭТОТ ЕБУЧИЙ ДИСК!" + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"wPz" = ( +/obj/machinery/door/poddoor/shutters{ + closingLayer = 5; + density = 0; + icon_state = "open"; + id_tag = "trader_privacy"; + layer = 5; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/table/reinforced/brass, +/obj/machinery/door/window/brigdoor/southright{ + dir = 4; + name = "Customs Desk"; + req_access_txt = "160" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"wPQ" = ( +/obj/machinery/computer/syndie_supplycomp, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"wPV" = ( +/obj/machinery/computer/shuttle/sst, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"wQz" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"wQK" = ( +/obj/structure/chair/comfy/purp, +/turf/unsimulated/floor{ + icon_state = "carpetnoconnect" + }, +/area/wizard_station) +"wQP" = ( +/obj/mecha/combat/gygax/ert, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wQS" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/sunnybush, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"wRr" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/siberia) +"wRu" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navybluealtstrip" + }, +/area/centcom/specops) +"wRK" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/sst, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"wRR" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/warmdonkpocket, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"wRT" = ( +/turf/space, +/area/shuttle/vox) +"wRV" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f6" + }, +/area/shuttle/mining) +"wSE" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/chair/comfy/lime{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/court) +"wSU" = ( +/obj/effect/decal/warning_stripes/red/hollow, +/obj/structure/table, +/obj/item/aicard, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"wSW" = ( +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + dir = 9; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"wTD" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/scalpel, +/obj/item/stack/cable_coil, +/obj/item/storage/firstaid/regular, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"wUF" = ( +/turf/simulated/floor/wood, +/area/centcom/zone1) +"wUJ" = ( +/obj/machinery/door/airlock/syndicate/security{ + name = "тюрьма"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/jail) +"wUL" = ( +/obj/machinery/vending/medical{ + req_access_txt = "0" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/centcom/jail) +"wUU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluealtstrip" + }, +/area/centcom/zone2) +"wUZ" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old_broken7" + }, +/area/syndicate_mothership) +"wVn" = ( +/obj/structure/sign/poster/contraband/c20r{ + pixel_y = 32 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"wVt" = ( +/obj/machinery/door/airlock/syndicate/security{ + name = "тюрьма"; + req_access_txt = "153" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"wVK" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd14"; + id_target = "Synd24" + }, +/turf/unsimulated/floor{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"wWe" = ( +/obj/machinery/computer/shuttle/syndicate/drop_pod, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/assault_pod) +"wWg" = ( +/turf/unsimulated/wall{ + icon_state = "iron1" + }, +/area/syndicate_mothership/control) +"wWh" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"wWp" = ( +/obj/structure/chair/office/light, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"wWF" = ( +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/fakespace, +/area/centcom/bridge) +"wWR" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"wWV" = ( +/obj/item/toy/nuke, +/obj/structure/table/wood/poker, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"wXg" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"wXY" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"wXZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"wYx" = ( +/obj/structure/table/glass, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"wZi" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "adminshuttle"; + name = "Holding Cell"; + opacity = 1; + req_access_txt = "104" + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"wZx" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/shuttle/syndicate) +"wZz" = ( +/obj/structure/window/reinforced, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"wZC" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l"; + tag = "icon-propulsion_l (EAST)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/administration) +"wZH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"wZL" = ( +/obj/machinery/computer/shuttle/syndicate/recall, +/obj/machinery/door_control{ + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "nukeop_ready"; + name = "Shuttle Dock Door"; + pixel_x = null; + pixel_y = 25; + req_access_txt = "151"; + specialfunctions = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"wZU" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Man Restroom" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"xac" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"xap" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/box/white/corners, +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/wood, +/area/centcom/jail) +"xaq" = ( +/obj/structure/mirror{ + pixel_x = 30 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"xas" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/hotsauce, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/pack/ketchup, +/obj/item/reagent_containers/food/condiment/soysauce, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"xaO" = ( +/obj/effect/overlay/coconut, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/sand, +/area/centcom/evac) +"xaP" = ( +/obj/machinery/vending/cola/free, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"xaU" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/chair/comfy/red, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/jail) +"xbw" = ( +/obj/machinery/vending/syndisnack, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"xbE" = ( +/obj/effect/turf_decal/number/number_2, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"xbI" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"xck" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/centcom/evac) +"xcV" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/centcom/zone3) +"xde" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l"; + tag = "icon-propulsion_l (EAST)" + }, +/obj/structure/lattice, +/turf/simulated/shuttle/plating, +/area/shuttle/administration) +"xdH" = ( +/obj/machinery/vending/syndicigs, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"xdQ" = ( +/obj/effect/decal/cleanable/confetti{ + pixel_y = 25 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"xdW" = ( +/obj/structure/table, +/obj/item/paicard/syndicate, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"xea" = ( +/obj/structure/bed, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/bedsheet/centcom, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"xeD" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "warndarkgreyred" + }, +/area/syndicate_mothership) +"xeR" = ( +/obj/machinery/door/airlock/centcom{ + name = "Emergency Response Team"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xfD" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/zone3) +"xfI" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"xfK" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"xfL" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"xgh" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"xgm" = ( +/obj/effect/turf_decal/stripes/gold, +/obj/effect/turf_decal/stripes/gold, +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"xgr" = ( +/obj/structure/lattice, +/turf/space, +/area/shuttle/administration) +"xgt" = ( +/obj/structure/closet/crate/can, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/specops) +"xhc" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"xhl" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"xhn" = ( +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/wood, +/area/centcom/specops) +"xhN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/centcom/supply) +"xin" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/specops) +"xis" = ( +/turf/unsimulated/wall{ + icon_state = "iron5"; + tag = "icon-iron5" + }, +/area/syndicate_mothership/cargo) +"xiL" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"xiN" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12" + }, +/area/shuttle/mining) +"xjo" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"xjH" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration) +"xjM" = ( +/obj/machinery/portable_atmospherics/canister/toxins{ + maximum_pressure = 50000 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/yellow/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"xjT" = ( +/obj/structure/window/reinforced, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"xjW" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1331; + id_tag = "synd_pump_right" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"xkB" = ( +/obj/effect/decal/warning_stripes/blue, +/obj/machinery/door/airlock/centcom{ + name = "Artillery Control"; + opacity = 1; + req_access_txt = "114" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xld" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall8"; + tag = "icon-swall12" + }, +/area/shuttle/administration) +"xlm" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/assault_pod) +"xlr" = ( +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium" + }, +/turf/unsimulated/beach/sand, +/area/syndicate_mothership/outside) +"xlE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"xlI" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall8"; + tag = "icon-swall12" + }, +/area/shuttle/trade/sol) +"xmb" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"xmr" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite) +"xmI" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/zone3) +"xnh" = ( +/obj/item/flag/nt, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xnG" = ( +/obj/structure/window/full/shuttle, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/mining) +"xoy" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"xoG" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall15"; + tag = "icon-swall15" + }, +/area/shuttle/supply) +"xoH" = ( +/obj/item/target, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"xoN" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10"; + tag = "icon-swall_f10" + }, +/area/shuttle/mining) +"xoT" = ( +/obj/machinery/vending/chinese/free, +/obj/structure/curtain/black{ + pixel_x = -32 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"xoU" = ( +/obj/structure/grille, +/obj/structure/window/full/shuttle{ + dir = 10; + icon_state = "9" + }, +/turf/simulated/floor/plating, +/area/shuttle/siberia) +"xpg" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5"; + tag = "icon-swall_f5" + }, +/area/shuttle/trade/sol) +"xpp" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/supply) +"xpy" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows3"; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"xpJ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/optable, +/obj/item/organ/internal/brain, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"xpQ" = ( +/obj/effect/decal/warning_stripes/yellow, +/obj/machinery/door/airlock/gold/glass{ + frequency = 2000; + id_tag = "CC-OP4-Ext"; + locked = 1; + name = "Zone 3" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone2) +"xpW" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "CentCom SOO" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + icon_state = "fakewindows2"; + tag = "icon-fakewindows2 (WEST)" + }, +/area/centcom/specops) +"xqp" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"xqq" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" + }, +/obj/effect/turf_decal/stripes/black{ + dir = 8; + icon_state = "bs_line" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"xqF" = ( +/obj/item/twohanded/required/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"xqM" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"xqZ" = ( +/obj/machinery/computer/drone_control, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/bridge) +"xrs" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-32"; + tag = "icon-plant-32" + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"xsY" = ( +/obj/item/flag/nt, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/zone2) +"xte" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/recharger, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"xtI" = ( +/mob/living/simple_animal/pig, +/turf/simulated/floor/grass, +/area/centcom/evac) +"xub" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood{ + icon_state = "wood-broken6"; + tag = "icon-wood-broken6" + }, +/area/centcom/supply) +"xuc" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/vox, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"xuq" = ( +/obj/structure/holosign/wetsign, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/centcom/evac) +"xur" = ( +/obj/machinery/computer/shuttle/vox, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"xuz" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc1" + }, +/area/shuttle/trade/sol) +"xvr" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo1" + }, +/obj/effect/turf_decal/stripes/gold{ + dir = 9 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"xvJ" = ( +/obj/structure/shuttle_wall_corner{ + dir = 4; + icon_state = "diagonalWall3" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredalt" + }, +/area/syndicate_mothership/cargo) +"xwc" = ( +/obj/structure/filingcabinet/medical, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"xwg" = ( +/obj/structure/closet{ + icon_closed = "black"; + icon_state = "black"; + name = "Mineral's" + }, +/obj/effect/spawner/lootdrop/trade_sol/minerals{ + loot = list(/obj/item/stack/sheet/mineral/silver = 50, /obj/item/stack/sheet/mineral/silver {amount = 10} = 50, /obj/item/stack/sheet/mineral/silver {amount = 30} = 50, /obj/item/stack/sheet/mineral/gold = 50, /obj/item/stack/sheet/mineral/gold {amount = 10} = 50, /obj/item/stack/sheet/mineral/gold {amount = 30} = 50, /obj/item/stack/sheet/mineral/uranium = 50, /obj/item/stack/sheet/mineral/uranium {amount = 10} = 50, /obj/item/stack/sheet/mineral/uranium {amount = 30} = 50, /obj/item/stack/sheet/mineral/diamond = 50, /obj/item/stack/sheet/mineral/diamond {amount = 10} = 50, /obj/item/stack/sheet/mineral/diamond {amount = 30} = 50, /obj/item/stack/sheet/mineral/titanium = 50, /obj/item/stack/sheet/mineral/titanium {amount = 10} = 50, /obj/item/stack/sheet/mineral/titanium {amount = 30} = 50, /obj/item/stack/sheet/plasteel = 50, /obj/item/stack/sheet/plasteel {amount = 10} = 50, /obj/item/stack/sheet/plasteel {amount = 30} = 50, /obj/item/stack/sheet/titaniumglass = 50, /obj/item/stack/sheet/titaniumglass {amount = 10} = 50, /obj/item/stack/sheet/titaniumglass {amount = 30} = 50, /obj/item/stack/sheet/mineral/tranquillite = 50, /obj/item/stack/sheet/mineral/tranquillite {amount = 10} = 50, /obj/item/stack/sheet/mineral/tranquillite {amount = 30} = 50, /obj/item/stack/sheet/mineral/bananium = 50, /obj/item/stack/sheet/mineral/bananium {amount = 10} = 50, /obj/item/stack/sheet/mineral/bananium {amount = 30} = 50, /obj/item/stack/sheet/wood = 50, /obj/item/stack/sheet/wood {amount = 10} = 50, /obj/item/stack/sheet/wood {amount = 30} = 50, /obj/item/stack/sheet/plastic = 50, /obj/item/stack/sheet/plastic {amount = 10} = 50, /obj/item/stack/sheet/plastic {amount = 30} = 50, /obj/item/stack/sheet/mineral/sandstone = 50, /obj/item/stack/sheet/mineral/sandstone {amount = 10} = 50, /obj/item/stack/sheet/mineral/sandstone {amount = 30} = 50); + lootcount = 15; + name = "9. Minerals" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"xwm" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/assault_pod) +"xwr" = ( +/obj/machinery/door/poddoor/shutters{ + armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100); + dir = 1; + id_tag = "ERT_director_office_shutters"; + layer = 5; + locked = 1; + name = "CentCom SOO" + }, +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/centcom/specops) +"xws" = ( +/obj/structure/filingcabinet/employment, +/obj/structure/sign/poster/secret/yug0{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"xwF" = ( +/obj/machinery/computer/shuttle/sit, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"xwH" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"xxx" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"xxK" = ( +/obj/machinery/door/airlock/shuttle/glass{ + id_tag = "s_docking_airlock" + }, +/obj/machinery/door/poddoor/shutters{ + closingLayer = 5; + density = 0; + icon_state = "open"; + id_tag = "trader_privacy"; + layer = 5; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"xyH" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/mining) +"xzd" = ( +/obj/machinery/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone1) +"xzh" = ( +/obj/machinery/syndiepad/loadpad, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"xzH" = ( +/obj/machinery/door/window/brigdoor{ + dir = 2; + name = "Cell Door"; + req_access_txt = "150" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"xzY" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/syndicate_sit) +"xAk" = ( +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"xAp" = ( +/turf/unsimulated/beach/coastline{ + dir = 10 + }, +/area/syndicate_mothership/outside) +"xAs" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/structure/mirror{ + pixel_x = -30 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"xAD" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/court) +"xAZ" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkredalt" + }, +/area/centcom/jail) +"xBl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"xBC" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding8" + }, +/obj/effect/bump_teleporter{ + id = "Synd22"; + id_target = "Synd12" + }, +/turf/unsimulated/floor{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"xBV" = ( +/obj/structure/chair/stool, +/obj/effect/landmark{ + color = "#9999ff"; + icon_state = "x_white"; + name = "Syndicate-Spawn" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"xCi" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"xCr" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/sop_service, +/obj/item/book/manual/sop_supply, +/turf/simulated/floor/wood, +/area/centcom/bridge) +"xCB" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 4; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/specops) +"xCF" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s6" + }, +/area/shuttle/administration) +"xCM" = ( +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"xCN" = ( +/obj/machinery/icemachine, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/jail) +"xCU" = ( +/obj/effect/turf_decal/stripes/gold, +/obj/effect/turf_decal/stripes/gold, +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"xDl" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1; + tag = "icon-heater (WEST)" + }, +/obj/structure/window/plasmareinforced{ + color = "#FF0000" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/administration) +"xDq" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"xDL" = ( +/obj/machinery/door/airlock/syndicate/public{ + name = "Toilet" + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"xDM" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_hor{ + icon_state = "open"; + id_tag = "Aspid_main_storage" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"xEq" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5" + }, +/area/shuttle/mining) +"xEI" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + icon = 'icons/obj/decals.dmi'; + icon_state = "nanotrasen_sign4"; + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/centcom/evac) +"xEV" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"xEX" = ( +/turf/unsimulated/floor/vox{ + icon_state = "plastitanium" + }, +/area/vox_station) +"xFR" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"xFY" = ( +/obj/item/bedsheet/rd/royal_cape, +/obj/structure/bed, +/obj/structure/curtain/open/shower/centcom, +/obj/structure/sign/poster/official/ue_no{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/centcom/specops) +"xFZ" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"xGb" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"xGj" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 1; + height = 4; + id = "pod2_away"; + name = "recovery ship bay 2"; + turf_type = /turf/simulated/floor; + width = 3 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"xGm" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium" + }, +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium"; + name = "grass" + }, +/obj/effect/turf_decal{ + dir = 8; + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/mapping_helpers/light{ + layer = 10 + }, +/turf/unsimulated/floor/asteroid{ + icon_state = "asteroidfloor"; + name = "plating" + }, +/area/syndicate_mothership/outside) +"xGH" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkbluealt" + }, +/area/centcom/zone2) +"xGO" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"xHc" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_random, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/storage/fancy/cigarettes/cigpack_shadyjims, +/obj/item/storage/fancy/cigarettes/cigpack_uplift, +/obj/item/storage/fancy/cigarettes/dromedaryco, +/obj/item/storage/fancy/cigarettes/cigpack_carp, +/obj/item/toy/figure/bartender, +/obj/item/storage/box/matches, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"xHl" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/zone3) +"xHu" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3"; + tag = "icon-swall3" + }, +/area/shuttle/supply) +"xHv" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"xHL" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = 32 + }, +/obj/machinery/recharge_station/upgraded, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgrey" + }, +/area/shuttle/syndicate) +"xIm" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecornersalt" + }, +/area/centcom/zone2) +"xIu" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/unsimulated/floor/asteroid; + name = "asteroid baseturf editor" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"xIM" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"xJo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood{ + icon_state = "wood_old_broken4" + }, +/area/syndicate_mothership) +"xJr" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"xJZ" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/centcom/supply) +"xKm" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall12"; + tag = "icon-swall12" + }, +/area/shuttle/supply) +"xKz" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/turf/simulated/floor/grass, +/area/centcom/evac) +"xKI" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/structure/holohoop{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/red/partial, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"xKM" = ( +/obj/structure/toilet{ + dir = 4; + name = "Трон старшего администратора" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/door_control{ + id = "CC_toilet_unit3"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"xLc" = ( +/obj/docking_port/mobile{ + dheight = 1; + dir = 8; + dwidth = 7; + height = 18; + id = "trade_sol"; + name = "sol trade shuttle"; + roundstart_move = "trade_sol_base"; + width = 15 + }, +/obj/machinery/door/airlock/shuttle/glass{ + id_tag = "s_docking_airlock" + }, +/obj/machinery/door/poddoor/shutters{ + closingLayer = 5; + density = 0; + icon_state = "open"; + id_tag = "trader_privacy"; + layer = 5; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"xLf" = ( +/obj/effect/decal/remains/human, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"xLn" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"xMe" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_sit) +"xMx" = ( +/obj/machinery/computer/shuttle/mining, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"xMz" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/bookbinder, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"xMC" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"xMH" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + tag = "icon-plant-22" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"xML" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/shuttle/floor, +/area/shuttle/transport) +"xMR" = ( +/obj/structure/flora/junglebush/b, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"xMY" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"xNh" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_l"; + tag = "icon-propulsion_l" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/vox) +"xNl" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/mining) +"xNs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"xNu" = ( +/obj/effect/turf_decal{ + icon_state = "grass_edge_medium_corner" + }, +/obj/effect/turf_decal{ + dir = 4; + icon_state = "grass_edge_medium"; + name = "grass" + }, +/turf/unsimulated/floor/asteroid, +/area/syndicate_mothership/outside) +"xNx" = ( +/turf/simulated/floor/wood{ + icon_state = "wood_old_broken3" + }, +/area/syndicate_mothership) +"xNZ" = ( +/obj/structure/bed, +/obj/item/bedsheet/qm, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"xOe" = ( +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/arcade, +/area/centcom/specops) +"xOg" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/unsimulated/beach/water/dense, +/area/syndicate_mothership/outside) +"xOX" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + frequency = 1331; + id_tag = "synd_pump_right" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"xPb" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"xPf" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access_txt = "101" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/specops) +"xPt" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/transport) +"xPB" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/zone1) +"xPD" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 9; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/control) +"xPF" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/watertank, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/centcom/evac) +"xPS" = ( +/obj/structure/table/glass, +/turf/simulated/floor/carpet/arcade, +/area/centcom/zone1) +"xPZ" = ( +/obj/structure/closet{ + icon_closed = "green"; + icon_state = "green"; + name = "Service gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/serv{ + loot = list(/obj/item/storage/box/beakers/bluespace = 50, /obj/item/storage/box/monkeycubes = 50, /obj/item/storage/box/monkeycubes = 50, /obj/item/storage/box/stockparts/deluxe = 50, /obj/item/storage/box/rndboards = 50, /obj/item/reagent_containers/spray/cleaner = 50, /obj/item/soap = 50, /obj/item/clothing/under/syndicate/combat = 50, /obj/item/soap/syndie = 50, /obj/item/lighter/zippo/gonzofist = 50, /obj/item/clothing/under/psyjump = 50, /obj/item/immortality_talisman = 50, /obj/item/t_scanner/adv_mining_scanner = 50, /obj/item/storage/box/bartender_rare_ingredients_kit = 50, /obj/item/storage/box/chef_rare_ingredients_kit = 50, /obj/item/grenade/clusterbuster/cleaner = 50, /obj/item/mining_voucher = 50, /obj/item/gun/energy/kinetic_accelerator/experimental = 50, /obj/item/borg/upgrade/modkit/aoe/turfs/andmobs = 50, /obj/item/seeds/random/labelled = 50, /obj/item/seeds/random/labelled = 50, /obj/item/seeds/random/labelled = 50, /obj/item/grenade/clusterbuster/honk = 50, /obj/item/bikehorn/golden = 50); + lootcount = 8; + name = "7. Service gear" + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"xQp" = ( +/turf/unsimulated/floor{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"xQr" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "applebush" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/evac) +"xQz" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xRb" = ( +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"xRh" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captainparade{ + name = "parade uniform" + }, +/obj/item/clothing/under/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/black, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/blue, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/bluesuit, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/female, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/oldman, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/lawyer/red, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hosdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "hostanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officerdnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "officertanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardenblueclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardendnavyclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/obj/item/clothing/under/color/black{ + icon_state = "wardentanclothes"; + name = "jumpsuit" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"xRi" = ( +/obj/machinery/bodyscanner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"xRj" = ( +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"xRz" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"xRM" = ( +/turf/unsimulated/floor{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"xSg" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"xSs" = ( +/obj/structure/closet{ + icon_closed = "yellow"; + icon_state = "yellow"; + name = "Engineering gear" + }, +/obj/effect/spawner/lootdrop/trade_sol/eng{ + loot = list(/obj/item/pickaxe/drill/jackhammer = 50, /obj/item/storage/belt/utility/chief/full = 50, /obj/item/clothing/glasses/welding = 50, /obj/item/storage/belt/utility/full/multitool = 50, /obj/item/clothing/shoes/magboots = 50, /obj/item/rcd/combat = 50, /obj/item/rpd/bluespace = 50, /obj/item/tank/emergency_oxygen/double/full = 50, /obj/item/storage/backpack/holding = 50, /obj/item/clothing/glasses/meson/night = 50, /obj/item/clothing/glasses/material = 50, /obj/item/grenade/clusterbuster/metalfoam = 50, /obj/item/crowbar/power = 50, /obj/item/screwdriver/power = 50, /obj/item/t_scanner/extended_range = 50, /obj/item/borg/upgrade/abductor_engi = 50); + lootcount = 8; + name = "8. Eng. gear" + }, +/obj/machinery/light/spot, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"xSv" = ( +/obj/structure/curtain/open/shower/security, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"xTc" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/evac) +"xTf" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood{ + icon_state = "wood_old" + }, +/area/syndicate_mothership) +"xTi" = ( +/obj/machinery/vending/dinnerware{ + req_access_txt = "102" + }, +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/centcom/zone1) +"xTl" = ( +/obj/machinery/airlock_sensor{ + frequency = 1331; + id_tag = "vox_west_sensor"; + pixel_x = 25; + req_access_txt = "152" + }, +/obj/machinery/light/spot{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"xTS" = ( +/turf/simulated/floor/fakespace, +/area/centcom/evac) +"xUq" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/grass/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"xUT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"xUV" = ( +/obj/effect/turf_decal/number/number_9, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredaltstrip" + }, +/area/centcom/jail) +"xVi" = ( +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/folder/red{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/folder/white{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/folder/yellow{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/bridge) +"xVn" = ( +/turf/unsimulated/wall, +/area/start) +"xVv" = ( +/turf/simulated/floor/carpet/black, +/area/shuttle/trade/sol) +"xWW" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (EAST)" + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate) +"xXq" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/zone3) +"xYo" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/simulated/floor/mineral/abductor, +/area/centcom/zone1) +"xYE" = ( +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 1; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (NORTH)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"xYF" = ( +/obj/structure/table, +/obj/item/gun/energy/ionrifle, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"xYN" = ( +/obj/machinery/vending/medical/syndicate_access/beamgun, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership/jail) +"xZc" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/vox) +"xZt" = ( +/obj/structure/table/wood, +/obj/item/book/manual/security_space_law, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/black, +/turf/simulated/floor/carpet, +/area/centcom/court) +"yaa" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/tree/jungle/small, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"yac" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/gold, +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"yag" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/pspork, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/centcom/jail) +"yao" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/circular_saw, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"yas" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"yaB" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/centcom/evac) +"yaI" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + color = "#d70000"; + name = "Arrivals Post"; + req_access_txt = "154" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/floors/carpet_black.dmi'; + icon_state = "carpet" + }, +/area/syndicate_mothership/jail) +"ybf" = ( +/obj/structure/lattice, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/syndicate) +"ybk" = ( +/obj/effect/turf_decal/delivery/red, +/obj/effect/spawner/random_spawners/syndicate/loot/level2{ + color = "#08457e"; + icon_state = "x_white"; + spawn_inside = /obj/structure/closet/crate + }, +/turf/unsimulated/floor{ + icon_state = "darkfull"; + tag = "icon-dark" + }, +/area/syndicate_mothership) +"ybl" = ( +/obj/structure/AIcore, +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ybq" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/jail) +"ybz" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/rock/jungle, +/turf/unsimulated/floor/grass, +/area/syndicate_mothership/outside) +"ybO" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (WEST)" + }, +/area/trader_station/sol) +"ycb" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/specops) +"yce" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet/black, +/area/centcom/zone1) +"ycf" = ( +/turf/simulated/shuttle/floor4/vox, +/area/shuttle/vox) +"ycg" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 6; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership/cargo) +"ycx" = ( +/obj/structure/sink{ + dir = 1 + }, +/obj/structure/mirror{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/shuttle/syndicate) +"ycD" = ( +/obj/structure/reagent_dispensers/spacecleanertank{ + pixel_y = 30 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -4 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 4 + }, +/obj/structure/table, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/zone1) +"ycL" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/zone1) +"ycO" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 8; + tag = "icon-fakewindows (WEST)" + }, +/area/trader_station/sol) +"ycX" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_control{ + icon_button = "altdoorctrl"; + icon_state = "altdoorctrl"; + id = "nukeop_ready"; + name = "Shuttle Dock Door"; + pixel_x = null; + pixel_y = 25; + req_access_txt = "151"; + specialfunctions = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"yds" = ( +/turf/space/transit, +/area/space) +"ydz" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + tag = "icon-fakewindows (EAST)" + }, +/area/centcom/evac) +"ydH" = ( +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/item/ammo_box/magazine/laser, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"yef" = ( +/obj/structure/rack, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/binary_communication_device, +/obj/item/robot_parts/robot_component/binary_communication_device, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/obj/item/robot_parts/robot_component/radio, +/obj/item/robot_parts/robot_component/radio, +/obj/effect/decal/warning_stripes/blue/hollow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/specops) +"yeh" = ( +/obj/structure/rack/holorack, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/supply) +"yet" = ( +/obj/machinery/atm{ + pixel_x = 32 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"yeF" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"yeH" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/shuttle/syndicate) +"yff" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s9" + }, +/area/shuttle/escape) +"yfm" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_mid"; + tag = "icon-window5_mid" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"yfV" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + req_access_txt = "101" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "warnwhite" + }, +/area/centcom/zone1) +"ygg" = ( +/obj/machinery/door/airlock/external{ + id_tag = "syndicate_away"; + req_access_txt = "150" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"ygA" = ( +/obj/machinery/airlock_sensor{ + frequency = 1331; + id_tag = "vox_east_sensor"; + pixel_x = -25; + req_access_txt = "152" + }, +/obj/machinery/light/spot{ + dir = 8; + tag = "icon-tube1 (WEST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"ygT" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/court) +"yhe" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "wall3" + }, +/area/shuttle/vox) +"yhA" = ( +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/light/spot, +/turf/simulated/floor/wood, +/area/shuttle/trade/sol) +"yhH" = ( +/obj/machinery/light/small, +/turf/simulated/floor/carpet, +/area/centcom/zone1) +"yib" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f10"; + tag = "icon-swall_f10" + }, +/area/shuttle/siberia) +"yiB" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc4" + }, +/area/shuttle/administration) +"yiF" = ( +/obj/structure/grille, +/obj/structure/shuttle/window, +/turf/simulated/shuttle/plating, +/area/shuttle/transport) +"yiV" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/shuttle/window{ + dir = 4; + icon = 'icons/turf/shuttle.dmi'; + icon_state = "window5_end"; + tag = "icon-window5_end (EAST)" + }, +/turf/simulated/shuttle/plating/vox, +/area/shuttle/vox) +"yjh" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/unsimulated/floor/asteroid; + name = "asteroid baseturf editor" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/syndicate_mothership) +"yjA" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"yjD" = ( +/turf/space/transit{ + icon_state = "speedspace_ns_1" + }, +/area/space) +"yjF" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkfull" + }, +/area/syndicate_mothership) +"yjH" = ( +/turf/simulated/shuttle/floor{ + icon = 'icons/turf/floors.dmi'; + icon_state = "dark" + }, +/area/shuttle/administration) +"ykg" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stack/sheet/mineral/gold{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/item/stack/sheet/mineral/gold{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/stack/sheet/mineral/gold, +/turf/simulated/floor/wood{ + icon_state = "wood_oak" + }, +/area/syndicate_mothership/control) +"ykk" = ( +/obj/effect/turf_decal/stripes/line{ + icon = 'icons/turf/floors.dmi'; + icon_state = "siding4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/outside) +"ykl" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall3" + }, +/area/shuttle/administration) +"ykF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/wall/fakeglass{ + dir = 10; + icon_state = "fake_plastitanium_window1"; + tag = "icon-fakewindows (EAST)" + }, +/area/syndicate_mothership) +"ykQ" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swallc2" + }, +/area/shuttle/trade/sol) +"ykS" = ( +/turf/unsimulated/wall{ + icon = 'icons/turf/walls/wood_wall.dmi'; + icon_state = "wood" + }, +/area/trader_station/sol) +"ylp" = ( +/turf/simulated/shuttle/plating, +/area/shuttle/trade/sol) +"yls" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/zone1) +"yly" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = -4; + tag = "icon-shower (EAST)" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/zone1) +"ylz" = ( +/obj/machinery/door/poddoor/multi_tile/three_tile_hor{ + icon_state = "open" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"ylC" = ( +/obj/structure/rack, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/rcd_ammo{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/rglass{ + amount = 50; + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/decal/warning_stripes/white/hollow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/specops) +"ylW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredcornersalt" + }, +/area/centcom/jail) +"ylX" = ( +/obj/structure/flora/ausbushes/reedbush, +/obj/structure/flora/ausbushes/stalkybush, +/turf/unsimulated/beach/water/dense, +/area/syndicate_mothership/outside) +"ymc" = ( +/turf/space/transit/east/shuttlespace_ew1, +/area/space) + +(1,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(2,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +aZa +aZa +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(3,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +vPe +vPe +vPe +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +qAj +qAj +izZ +wpJ +izZ +vPe +vPe +jEk +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +vPe +izZ +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +izZ +jiV +vPe +vPe +vPe +izZ +vPe +vPe +vPe +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +vPe +vPe +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(4,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +vPe +izZ +wpJ +vPe +izZ +vPe +vPe +izZ +wpJ +wpJ +izZ +jiV +vPe +wpJ +wpJ +wpJ +rrP +iwf +wpJ +vPe +izZ +vPe +vPe +vPe +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +vPe +jiV +vPe +vPe +wpJ +vPe +vPe +wpJ +jiV +vPe +vPe +fqU +udT +udT +fcj +vPe +vPe +wpJ +izZ +vPe +vPe +vPe +vPe +mUu +vPe +vPe +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +wpJ +vPe +wpJ +vPe +wpJ +vPe +vPe +wpJ +vPe +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(5,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +wpJ +wpJ +vPe +vPe +vPe +vPe +akg +vPe +vPe +vPe +vPe +vPe +vPe +vPe +izZ +vPe +wpJ +vPe +vPe +vPe +ivl +vPe +wpJ +svg +izZ +vPe +ivl +vPe +vPe +iwf +izZ +weE +vPe +wpJ +izZ +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +ivl +vPe +vPe +vPe +iiP +hCX +cwc +tbn +tbn +hCX +gQy +gQy +gQy +cwc +nXU +hgS +hCX +gQy +xis +fEQ +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +ivq +wpJ +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +wpJ +vPe +izZ +izZ +izZ +izZ +vPe +akg +vPe +iiY +vPe +vPe +vPe +vPe +wpJ +vPe +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(6,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +vPe +wpJ +vPe +wpJ +vPe +vPe +vPe +lvG +vPe +vPe +vPe +vPe +jFC +kvs +jZf +jZf +jZf +jZf +jZf +kUM +jFC +vPe +vPe +vPe +vPe +jiV +vPe +wpJ +vPe +uay +izZ +vPe +vPe +vPe +vPe +iwf +vPe +wpJ +vPe +izZ +izZ +vPe +vPe +vPe +vPe +vPe +vPe +vPe +iiP +hCX +gQy +gQy +gQy +cwc +lWR +xUT +tIM +tIM +lWR +oOt +gtw +sAE +eIq +tIM +tIM +cbT +rdZ +spi +nmS +waT +iQr +vPe +vPe +vPe +vPe +vPe +vPe +vPe +ivl +weE +vPe +wpJ +vPe +vPe +izZ +izZ +vPe +vPe +rMQ +wpJ +vPe +vPe +vPe +vPe +vPe +vPe +rqf +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +kTh +qAj +qAj +qAj +qAj +qAj +qAj +"} +(7,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +ikP +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +ipB +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +qAj +qAj +qAj +vPe +iwf +izZ +vPe +jEk +vPe +izZ +wpJ +vPe +jET +jZf +kUM +lNe +mJH +oKN +pff +pBH +pWj +qlw +qCd +oKN +jJM +lcd +kvs +jZf +snD +vPe +vPe +izZ +vPe +iwb +wpJ +vPe +wpJ +wpJ +vPe +vPe +vPe +wpJ +vPe +akg +vPe +iiP +pgR +ncN +pEI +gkm +gQy +gQy +cwc +tjx +iwJ +tjx +tjx +vWC +sAE +oOt +rqz +vHT +sAE +oOt +gLq +sAE +oOt +vHT +eZD +sAE +rdZ +spi +cUT +waT +waT +vPe +vPe +vPe +wpJ +vPe +vPe +wpJ +vPe +vPe +rMQ +izZ +rMQ +vPe +vPe +vPe +ivl +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +wpJ +akg +vPe +vPe +wpJ +vPe +ybz +vPe +izZ +rqf +jAj +jAj +ivl +qAj +qAj +qAj +qAj +qAj +"} +(8,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +qAj +qAj +vPe +vPe +ivq +vPe +vPe +vPe +izZ +vPe +vPe +vPe +jFm +nfK +nBq +lOM +otA +lOM +lOM +lOM +lOM +lOM +lOM +lOM +otA +lOM +nBq +rYr +jFm +vPe +wpJ +vPe +vPe +vPe +vPe +wpJ +vPe +jAj +vPe +vPe +ivl +izZ +wpJ +vPe +vPe +oCM +uSq +uSq +uSq +spi +shZ +bTW +dDV +lmr +tjx +tjx +tjx +vWC +sAE +oOt +vHT +vHT +sAE +oOt +gLq +sAE +oOt +vHT +vHT +sAE +rdZ +spi +cUT +waT +iQr +vPe +vPe +vPe +vPe +vPe +vPe +lKD +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +izZ +vPe +vPe +ivl +xMR +wpJ +vPe +vPe +vPe +vPe +vPe +akg +vPe +vPe +vPe +qAj +qAj +qAj +qAj +"} +(9,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +qAj +vPe +vPe +wpJ +wpJ +jiV +vPe +vPe +vPe +wpJ +vPe +vPe +jFo +nge +lOM +nPA +ovv +oKU +phK +pBW +pYo +qpS +qCC +nPA +ovv +oKU +lOM +rYX +jFo +vPe +vPe +vPe +vPe +uay +vPe +jiV +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +bSL +pgR +ncN +pEI +spi +rCe +rFw +kek +tjx +wyh +tjx +tjx +vWC +sAE +vVk +lKW +lKW +aFP +oOt +gLq +sAE +wlr +lKW +lKW +bAh +rdZ +spi +iFM +waT +waT +vPe +vPe +jiV +vPe +vPe +vPe +rMQ +vPe +mCG +jEk +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +ivl +wpJ +vPe +vPe +jAj +vPe +vPe +vPe +rMQ +vPe +vPe +vPe +vPe +vPe +ivl +vPe +akg +vPe +vPe +vPe +qAj +qAj +qAj +qAj +"} +(10,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +qAj +vPe +vPe +iVA +vPe +ivl +vPe +jET +jZf +kUM +lIj +knv +mJe +ngk +lOM +nPY +ovy +oNI +piZ +pDd +pZe +qso +qGg +nPY +ovy +oNI +lOM +sbs +lIj +knv +mJe +kvs +jZf +snD +vPe +izZ +vPe +wpJ +wpJ +vPe +vPe +vPe +vPe +ivl +jiV +vPe +vPe +vPe +vPe +spi +shZ +rFw +fhN +gQy +gQy +tGm +tGm +cwc +wLn +jVO +gLq +gLq +gzj +hCX +gQy +gQy +gQy +gQy +gQy +gQy +gQy +hhY +cwc +pgR +cYc +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +akg +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +akg +vPe +vPe +vPe +vPe +ivl +jNh +tBM +vPe +iwb +vPe +vPe +vPe +vPe +akg +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +"} +(11,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +vPe +vPe +vPe +izZ +wpJ +vPe +vPe +jFm +kbc +kWc +lJc +moV +lJc +ngv +lOM +nPY +ovy +oNI +pmF +pEv +qar +qvK +qGw +nPY +ovy +oNI +lOM +scA +lJc +moV +lJc +kWc +tLY +jFm +vPe +izZ +vPe +vPe +izZ +vPe +rMQ +izZ +wpJ +vPe +vPe +vPe +iiP +arw +kjc +spi +shZ +rFw +spi +ayt +ayt +fhN +iyw +kYC +aFP +xUT +tIM +tIM +lWR +oOt +xDM +sAE +oOt +sLa +sLa +sLa +sLa +sLa +rdZ +rdZ +lbe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +jAj +wpJ +vPe +vPe +vPe +vPe +vPe +akg +svg +svg +vPe +jNh +xlr +owX +qbl +xlr +kkt +fQE +alF +wpJ +wpJ +vPe +vPe +weE +vPe +qAj +qAj +qAj +qAj +qAj +"} +(12,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +hMy +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +vPe +vPe +vPe +vPe +vPe +vPe +vPe +jFo +kei +kWk +jJM +knv +mJH +nhC +lOM +nPY +ovy +oNI +pmM +pEJ +qbb +qxy +qJW +nPY +ovy +oNI +lOM +scZ +jJM +knv +mJH +kWk +tOk +jFo +vPe +vPe +iwb +ivl +wpJ +vPe +jEk +wpJ +vPe +vPe +vPe +iiP +xvJ +eVY +eVY +jRv +hkA +hCX +hhY +gQy +tGm +iyw +kYC +aFP +gLq +oOt +vHT +rqz +sAE +oOt +gLq +sAE +vVk +lKW +lKW +lKW +lKW +lKW +lKW +lKW +kek +fEQ +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +izZ +vPe +vPe +vPe +ivl +rMQ +xMR +vPe +wpJ +jNh +owX +mVB +mjh +dQf +dQf +cLL +rXH +uuU +rve +rve +alF +vPe +akg +ivl +qAj +qAj +qAj +qAj +qAj +"} +(13,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +vPe +vPe +vPe +izZ +ivl +iwf +vPe +jFC +kfD +kXj +lMh +lOM +nhY +lOM +lOM +nPY +ovy +oRo +ovv +ovv +ovv +ovv +ovv +qNe +ovy +oNI +lOM +lOM +seA +lOM +sZn +txk +kfD +jFC +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +wpJ +vPe +vPe +iiP +xvJ +suG +gLq +gLq +roe +gLq +nVu +lKW +wbw +jRv +kYC +aFP +gLq +gLq +oOt +rqz +vHT +sAE +oOt +gLq +sAE +xUT +tIM +tIM +tIM +tIM +tIM +tIM +lWR +spi +nmS +waT +iQr +vPe +vPe +vPe +vPe +vPe +vPe +ivl +vPe +vPe +vPe +ivl +vPe +vPe +vPe +vPe +wpJ +rMQ +iwb +dYp +mjh +dQf +cLL +rXH +rXH +rXH +tyx +rXH +obw +rXH +tVZ +vPe +rMQ +vPe +qAj +qAj +qAj +qAj +qAj +"} +(14,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +vPe +wpJ +vPe +wpJ +iVA +vPe +jHG +kfS +kXn +lMh +fRH +nhY +lOM +lOM +nQs +ovA +oRv +pmZ +pFA +pFA +pFA +qLl +qNv +red +rsy +lOM +lOM +seA +fRH +sZn +txr +tPj +jHG +vPe +izZ +wpJ +vPe +vPe +svg +vPe +vPe +izZ +vPe +rTV +vXX +gLq +gLq +oSA +kek +ovM +gLq +kbw +oOt +ylz +sAE +kYC +lKW +wbw +vVk +lKW +lKW +aFP +oOt +gLq +sAE +oOt +huK +udj +kRb +npO +lqB +cYh +sAE +spi +iFM +waT +waT +vPe +vPe +vPe +rMQ +izZ +vPe +wpJ +vPe +vPe +wpJ +rMQ +vPe +vPe +vPe +vPe +vPe +vPe +jsG +lGu +dfs +xAp +rXH +ylX +rXH +rXH +rXH +rXH +rXH +lnx +uuU +alF +vPe +akg +vPe +qAj +qAj +qAj +qAj +"} +(15,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +hMD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +iwf +vPe +ivl +vPe +vPe +vPe +ngo +jhz +jIN +khv +kXT +lNe +knv +mJe +nhY +nhY +lIj +knv +knv +mJe +pFT +lOM +qAN +lIj +knv +knv +mJe +seA +seA +lIj +knv +lcd +tyd +khv +ubY +urX +urX +urX +urX +iHN +wpJ +rMQ +vPe +jiV +vPe +nnl +mbv +eBU +gLq +vXD +spi +sST +gLq +gLq +oOt +gLq +sAE +sAE +wPQ +shZ +gLq +iOo +gLq +oHE +hCX +gQy +cwc +nov +huK +udj +kRb +npO +lqB +cYh +nBh +fhN +cwc +vPe +vPe +vPe +jiV +vPe +ivl +vPe +vPe +vPe +vPe +vPe +vPe +xMR +ivl +vPe +vPe +vPe +izZ +vPe +oVV +owX +cCA +rHU +rXH +rXH +rXH +obw +rXH +rXH +rXH +rXH +rXH +tVZ +wpJ +vPe +vPe +qAj +qAj +qAj +qAj +"} +(16,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +wpJ +vPe +vPe +vPe +vPe +ngo +iNW +iWh +jIN +khv +kXn +lNn +moZ +lJc +brr +lOM +lJc +moV +moV +lJc +lOM +lOM +lOM +lJc +moV +moV +lJc +lOM +eeV +lJc +szE +sZX +txr +tPL +ubY +usZ +usZ +usZ +iGn +duS +vPe +eOC +wpJ +vPe +vPe +pbK +iiB +gLq +gLq +mzP +jRv +bhK +gLq +qiB +oOt +gLq +sAE +qmP +tIM +nsV +xUT +tIM +tIM +lWR +oOt +xDM +sAE +oOt +huK +udj +kRb +npO +lqB +cYh +sAE +spi +nmS +waT +iQr +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +izZ +vPe +vPe +vPe +vPe +vPe +wpJ +akg +vPe +dYp +vwL +mjh +cLL +rXH +rXH +rXH +rXH +rXH +rXH +rXH +xOg +sXd +jXl +rMQ +vPe +vPe +qAj +qAj +qAj +qAj +"} +(17,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +iAm +izZ +vPe +ngo +iNW +iOg +vPe +jFC +kfS +kXn +lNu +mpQ +jHG +njJ +njJ +mwP +knv +knv +mJH +njJ +njJ +njJ +jJM +knv +knv +nRU +njJ +njJ +jHG +szX +taf +txr +tPj +jFC +vPe +vPe +vPe +iAZ +duS +vPe +iwf +vPe +vPe +vPe +bSL +qzZ +dRA +gLq +gLq +roe +gLq +oRh +tIM +nsV +kek +qmP +lWR +gLq +gLq +oOt +vHT +vHT +sAE +oOt +gLq +sAE +vVk +lKW +lKW +lKW +lKW +lKW +lKW +aFP +spi +iFM +waT +waT +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +iwb +vPe +wpJ +vPe +vPe +jsG +lGu +nSJ +rHU +rXH +lnx +rXH +rXH +rXH +xOg +rXH +rXH +rXH +tVZ +weE +vPe +wpJ +vPe +qAj +qAj +qAj +qAj +"} +(18,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +vPe +ngo +iNW +iOg +vPe +vPe +jHG +khv +laa +kfD +kfD +mMj +kfD +kfD +jHG +owc +oRB +pph +oSZ +oSZ +oSZ +qMv +oRB +owc +jHG +rHH +kfD +sob +kfD +kfD +tyD +khv +jHG +vPe +ivl +vPe +iAZ +duS +vPe +vPe +vPe +ivl +vPe +vPe +bSL +qzZ +vqS +vqS +kek +wAc +hCX +tGm +gQy +hhY +xis +qmP +lWR +gLq +oOt +vHT +rqz +sAE +oOt +gLq +sAE +xUT +tIM +tIM +tIM +tIM +tIM +tIM +tIM +jRv +tXq +vPe +vPe +vPe +vPe +vPe +vMT +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +nTP +vPe +vPe +rMQ +vPe +vPe +gGM +nBj +dfs +xAp +rXH +rXH +obw +rXH +rXH +lnx +rXH +rXH +tVZ +vPe +vPe +wpJ +vPe +qAj +qAj +qAj +qAj +"} +(19,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +ngo +iNW +iOg +vPe +vPe +vPe +jJh +kio +lah +khv +mqz +khv +khv +khv +jJh +owq +oSZ +oSZ +oSZ +oSZ +oSZ +oSZ +oSZ +reF +jJh +khv +khv +khv +khv +khv +tBf +tQA +jJh +vPe +vPe +vPe +iAZ +duS +vPe +izZ +vPe +wpJ +vPe +vPe +vPe +bSL +oHK +aYg +spi +shZ +iYu +spi +ayt +ayt +fhN +xis +qmP +lWR +vVk +lKW +lKW +aFP +oOt +gLq +sAE +oOt +sLa +sLa +sLa +sLa +sLa +rdZ +rdZ +uEU +vPe +vPe +vPe +vPe +vPe +vPe +vPe +bkk +vPe +vPe +vMT +vPe +vPe +vPe +vPe +iwf +vPe +jAj +vPe +vPe +vPe +gGM +kLs +dfs +xAp +rXH +rXH +obw +rXH +rXH +rXH +rXH +tVZ +vPe +xUq +iwf +vPe +qAj +qAj +qAj +qAj +"} +(20,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +iAZ +duS +vPe +vPe +wpJ +vPe +jFm +kio +lay +khv +mrA +khv +khv +khv +jFm +owq +oSZ +ppC +ppC +ppC +ppC +ppC +oSZ +reF +jFm +khv +khv +khv +khv +khv +khv +tQA +jFm +vPe +jiV +vPe +iAZ +iGf +iHN +wpJ +vPe +vPe +vPe +jiV +vPe +vPe +vPe +vPe +spi +shZ +iYu +fhN +gQy +gQy +hhY +hhY +cwc +wLn +lKY +gLq +gLq +hrT +hCX +gQy +gQy +gQy +gQy +gQy +gQy +gQy +tGm +cwc +pgR +ycg +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +vPe +wQS +vPe +iwf +vPe +ivl +wpJ +vPe +vPe +jsG +vPe +dYp +vwL +dtu +rXH +rXH +rXH +rXH +rXH +obw +sXd +jXl +vPe +vPe +izZ +vPe +qAj +qAj +qAj +qAj +"} +(21,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +iAZ +duS +vPe +vPe +vPe +vPe +jFo +kio +laP +khv +mqz +khv +khv +khv +jFo +owq +oSZ +oSZ +ppC +ppC +ppC +oSZ +oSZ +reF +jFo +khv +khv +khv +khv +tcs +khv +tQA +jFo +vPe +vPe +vPe +iBm +iGn +iGf +iHN +wpJ +wpJ +vPe +vPe +iiP +pgR +ncN +pEI +spi +rCe +iYu +jRv +pST +usj +uNG +uNG +jkX +sAE +xUT +tIM +tIM +lWR +oOt +kjX +sAE +eIq +tIM +tIM +cbT +rdZ +spi +nmS +waT +iQr +vPe +vPe +jiV +vPe +vPe +vPe +vPe +wpJ +ivl +rMQ +vPe +lcM +vPe +vPe +vPe +vPe +vPe +rMQ +vPe +vPe +vPe +izZ +gGM +vOe +sOG +xAp +rXH +rXH +rYz +rXH +sXd +jXl +iwb +vPe +vPe +wpJ +vPe +qAj +qAj +qAj +qAj +"} +(22,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +ivl +iAZ +duS +vPe +vPe +vPe +vPe +jFC +khv +laU +khv +khv +khv +laU +khv +jFC +owt +oSZ +oSZ +oSZ +qck +oSZ +oSZ +oSZ +reR +jFC +rIL +khv +laU +sAg +sAg +sAg +tPj +jFC +vPe +vPe +jEk +vPe +iBm +iGn +iGf +iHN +izZ +vPe +vPe +oCM +uSq +uSq +uSq +spi +shZ +iYu +tEB +uNG +uNG +uNG +uNG +jkX +sAE +oOt +vHT +vHT +sAE +oOt +gLq +sAE +oOt +vHT +eZD +sAE +rdZ +spi +cUT +waT +waT +vPe +vPe +wpJ +vPe +vPe +vPe +rMQ +vPe +vPe +wpJ +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +rMQ +vPe +akg +gGM +sOG +xAp +rXH +rXH +sXd +jXl +wlY +vPe +wpJ +wpJ +vPe +vPe +qAj +qAj +qAj +qAj +"} +(23,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +iAZ +duS +wpJ +vPe +jiV +vPe +jJM +knv +lcd +lOk +lOk +lOk +lNe +knv +nRU +owq +oSZ +oSZ +oSZ +ppC +oSZ +oSZ +oSZ +reF +mwP +lcd +sfb +jFC +sAC +tdC +tBi +tQQ +jHG +vPe +vPe +izZ +vPe +vPe +jDy +iEU +iGf +iHN +izZ +vPe +bSL +pgR +ncN +pEI +nga +gQy +gQy +cwc +nFg +rQA +uNG +uNG +jkX +sAE +oOt +rqz +vHT +sAE +oOt +gLq +sAE +oOt +vHT +vHT +sAE +rdZ +spi +cUT +waT +iQr +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +wpJ +vPe +vPe +vPe +vPe +vPe +vMT +wpJ +wpJ +vPe +vPe +wpJ +wpJ +vPe +vPe +jAj +gGM +sOG +hLD +atG +jXl +vPe +rMQ +vPe +vPe +ivl +vPe +vPe +qAj +qAj +qAj +qAj +"} +(24,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +iAZ +duS +vPe +vPe +wpJ +vPe +jJh +kpV +lcJ +lOM +lOM +lOM +lcJ +nFC +lJc +owq +oSZ +oRB +pGD +oSZ +pGD +oRB +oSZ +reF +lJc +rJa +sfs +lJc +sBs +tdF +sBs +tSS +jJh +vPe +wpJ +vPe +ivl +wlY +jDy +iEU +iEU +iGf +iHN +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +bSL +hCX +gQy +gQy +gQy +cwc +aFP +vVk +lKW +lKW +aFP +oOt +gLq +sAE +wlr +lKW +lKW +bAh +rdZ +spi +iFM +waT +waT +vPe +vPe +vPe +ivl +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +lKD +vPe +vPe +vPe +vPe +lcM +vPe +vPe +vPe +iwb +vMT +vPe +vPe +gGM +mKe +vPe +vPe +vPe +rMQ +rMQ +vPe +akg +vPe +vPe +qAj +qAj +qAj +qAj +"} +(25,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +fZr +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +ika +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +iAZ +duS +vPe +ivl +vPe +vPe +jFm +kpV +pQd +lOM +lOM +lOM +pQd +nFC +mwP +knv +knv +ppH +lcd +qcl +lNe +ppH +knv +knv +nRU +rKo +sfs +lJc +sBO +sBs +tdF +tTj +jFm +wpJ +nuI +wpJ +wpJ +ngo +iDT +iEV +iWh +iGn +iGf +iHN +wpJ +vPe +izZ +izZ +wpJ +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +bSL +hCX +cwc +tbn +tbn +hCX +gQy +gQy +gQy +cwc +nXU +hgS +hCX +gQy +iyw +tXq +vPe +vPe +vPe +vPe +vPe +vPe +izZ +rMQ +vPe +rMQ +vPe +oSq +vPe +vPe +vPe +vPe +vPe +vPe +vPe +ivl +vPe +wpJ +vPe +vPe +nTP +vPe +iwb +rMQ +vPe +vPe +rMQ +rMQ +akg +vPe +akg +wpJ +akg +vPe +vPe +qAj +qAj +qAj +qAj +"} +(26,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +ngo +iDT +duS +vPe +vPe +vPe +vPe +jFo +kpV +pQd +lOM +lOM +lOM +pQd +nFC +lJc +vPe +oTb +jHG +pHR +pJf +pHR +jHG +qOg +vPe +lJc +rKZ +sgk +lJc +sBs +tdF +sBs +tTV +jFo +vPe +wpJ +mCM +ngo +iDT +iEV +iOg +wpJ +iBm +iGn +iGf +iHN +ivq +izZ +vPe +jiV +vPe +vPe +izZ +izZ +izZ +vPe +jiV +vPe +vPe +oZD +wkr +wkr +jjI +iAZ +iEU +iEU +iEU +iEU +iEU +iEU +iEU +duS +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +rMQ +wpJ +vPe +izZ +vPe +vPe +vPe +ivq +vPe +vPe +vPe +weE +ivq +vPe +wpJ +vPe +vPe +iLu +vPe +akg +rMQ +yaa +vPe +rMQ +vPe +vPe +vPe +akg +rMQ +vPe +vPe +qAj +qAj +qAj +qAj +"} +(27,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +iAZ +iEU +duS +vPe +vPe +vPe +vPe +jFC +kpW +leD +lOM +mrX +lOM +leD +kpW +lJc +izZ +oTy +jJh +pJf +pMv +pJf +jJh +qOg +jEk +lJc +rMn +sfs +lJc +sCg +teO +tDf +lIj +lcd +wpJ +wpJ +ngo +iDT +iEV +iOg +vPe +vPe +vPe +iBm +iGn +iGf +iHN +gCy +vPe +vPe +vPe +vPe +izZ +vPe +vPe +iwf +mUu +vPe +vPe +vPe +iAZ +iGf +nAm +seB +iWh +iWh +iWh +iWh +iWh +iWh +iWh +nAn +iHN +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +izZ +ivl +vPe +vPe +izZ +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +rMQ +vPe +vPe +vPe +vPe +akg +rMQ +rOs +rMQ +jAj +vPe +vPe +okh +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +"} +(28,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +qAj +qAj +qAj +vPe +iAZ +iEV +iOg +vPe +vPe +wpJ +vPe +jHG +kvs +kUM +lNe +knv +lcd +kvs +kUM +jHG +izZ +oTy +jFm +pMv +pMv +pMv +jFm +qOg +vPe +jJM +knv +knv +mJH +kvs +jZf +kUM +jHG +jEk +vPe +ngo +iDT +iEV +iOg +wpJ +vPe +vPe +wpJ +ivl +iBm +iGn +iGf +jhz +jhz +jhz +jhz +jhz +jhz +jhz +iHN +vPe +wpJ +cnw +vPe +vPe +iAZ +iEU +duS +qwH +qwH +qwH +qwH +qwH +pOh +jiV +wpJ +iBm +nAn +iHN +vPe +vPe +vPe +izZ +izZ +vPe +vPe +wpJ +rMQ +wpJ +vPe +vPe +rMQ +vPe +vPe +wpJ +vPe +wpJ +wpJ +vPe +vPe +izZ +izZ +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +wlY +vPe +qAj +qAj +qAj +qAj +qAj +"} +(29,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +hOH +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +iAZ +duS +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +izZ +vPe +izZ +jEk +vPe +vPe +nSG +vPe +oTy +jFm +pMv +pMv +pJf +jFm +qPu +vPe +nSG +vPe +vPe +vPe +rMQ +vPe +ngo +jhz +jhz +jhz +iDT +iEV +iOg +iwf +vPe +vPe +wpJ +izZ +wlm +vPe +iBm +iWh +iGn +iEV +iWh +iWh +iWh +iGn +iEU +iGf +jhz +jhz +jhz +jhz +jhz +iDT +iEU +iGf +kIP +ePM +lWk +rbO +rbO +fcj +vPe +vPe +vPe +iBm +nAn +iHN +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +xMR +rMQ +vPe +vPe +vPe +vPe +ivl +vPe +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +xMR +vPe +vPe +akg +rMQ +vPe +vPe +wpJ +vPe +vPe +rMQ +vPe +qAj +qAj +qAj +qAj +qAj +"} +(30,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +iAZ +duS +vPe +vPe +vPe +ivl +vPe +vPe +iwf +wpJ +lPe +iwf +vPe +izZ +vPe +nXS +vPe +oUj +jFo +pMv +pJf +pJf +jFo +qOg +izZ +nXS +rMQ +rMQ +jiV +vPe +rMQ +jDy +iEU +iEV +iWh +iWh +wqz +vPe +ivl +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +iAZ +duS +vPe +vPe +izZ +iBm +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iGn +iEU +kIP +ePM +lWk +wna +wna +fcj +vPe +vPe +vPe +vPe +iBm +nAn +iHN +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +rMQ +vPe +vPe +uuq +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +rMQ +vPe +akg +vPe +okh +wpJ +wpJ +vPe +qAj +qAj +qAj +qAj +qAj +"} +(31,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +iAZ +duS +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +izZ +vPe +vPe +vPe +izZ +vPe +nSG +izZ +oTy +jFC +pMw +pJf +qBj +jFC +qPu +vPe +nSG +vPe +vPe +ivl +vPe +rMQ +jDy +iEV +iOg +vPe +vPe +vPe +vPe +vPe +vPe +lsK +uIf +vqb +vqb +vqb +whU +uhs +tDM +tDM +lsK +vPe +vPe +vPe +vPe +vPe +wpJ +izZ +jiV +vPe +vPe +vPe +djc +vmA +kVB +kVB +iND +ajJ +ajJ +uvb +uvb +uvb +uvb +vPe +vPe +iBm +oBL +iHN +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +xMR +vPe +wpJ +vPe +vPe +wpJ +rMQ +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +jAj +vPe +vPe +vPe +rOs +vPe +iwb +vPe +qAj +qAj +qAj +qAj +qAj +"} +(32,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +iAZ +duS +vPe +vPe +vPe +vPe +akg +vPe +vPe +vPe +vPe +lIj +knv +knv +knv +knv +knv +knv +ppV +lcd +qcl +lNe +ppV +knv +knv +rsG +rNL +rNL +rNL +rNL +sEl +uyZ +uyZ +ucc +rNL +rNL +rNL +rNL +rsG +rNL +lTz +xoT +fKY +cuf +qNy +qNy +tly +xGb +xNs +ljL +vPe +vPe +izZ +izZ +vPe +wpJ +wpJ +vPe +vPe +vPe +xPD +drE +dmj +dmj +dmj +qex +bce +vhY +uvb +akW +akW +uvb +uvb +vPe +vPe +iBm +iOm +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +iHN +vPe +vPe +vPe +vPe +rMQ +vPe +wpJ +vPe +wpJ +qAj +qAj +qAj +qAj +qAj +"} +(33,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +iAZ +duS +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +jHG +mNB +nkV +nkV +nkV +nkV +nkV +nkV +nkV +nkV +nkV +nkV +nkV +rfE +mZE +nYK +nYK +nYK +nYK +nYK +nYK +nYK +nYK +nYK +nYK +nYK +nYK +mZE +iRG +jjR +xGb +xGb +xNs +xNs +xGb +xGb +xNx +tuK +lUC +vPe +jiV +vPe +wpJ +vPe +wpJ +vPe +vPe +vPe +xPD +drE +dmj +dmj +dmj +dmj +irg +nMc +wDe +uvb +akW +akW +akW +uvb +uvb +vPe +vPe +iBm +iWh +iWh +iWh +wBn +iWh +iWh +iWh +wBn +iWh +iWh +iWh +iWh +wBn +iWh +iWh +iWh +iWh +wBn +iWh +iWh +iWh +iWh +wBn +iWh +nAn +iHN +vPe +vPe +ivl +vPe +vPe +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +"} +(34,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +iAZ +iGf +iHN +vPe +vPe +vPe +iCx +vPe +vPe +lfz +lPg +msl +mNY +nmw +nmw +nmw +nmw +nmw +nmw +nmw +qcS +nmw +nmw +nmw +rgB +mZE +gDm +gVk +haR +knF +haR +iqh +twp +nKH +aAR +fQu +qsK +wfM +mZE +wBD +jjR +xGb +cUz +xGb +xGb +xGb +xGb +xNs +tuK +gAu +vPe +wpJ +wpJ +vPe +izZ +izZ +vPe +vPe +xPD +drE +dmj +dmj +dmj +dmj +dmj +djc +nMc +wDe +uvb +akW +akW +akW +uvb +uvb +uvb +vPe +xMR +xMR +vPe +vPe +vPe +vPe +xMR +vPe +xMR +xMR +xMR +vPe +ivl +vPe +xMR +xMR +vPe +vPe +xMR +vPe +vPe +vPe +wpJ +vPe +vPe +iBm +nAn +iHN +vPe +vPe +akg +vPe +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +"} +(35,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +iAZ +iEU +duS +vPe +iCx +vPe +vPe +vPe +vPe +vPe +vPe +mtI +mNY +nmw +nmw +nmw +nmw +nmw +nmw +nmw +nmw +nmw +nmw +nmw +rgB +mZE +nYK +uxM +ybk +pVc +fCi +chw +mzU +uJd +iBM +pVc +pOi +nYK +lvt +sEl +blr +xvr +oFF +kMy +euh +hXg +xNs +fFm +eTj +lsK +vPe +vPe +iwf +wpJ +vPe +ivl +vPe +iwe +drE +dmj +dmj +dmj +dmj +dmj +dmj +wrt +nMc +wDe +uvb +akW +akW +akW +uvb +akW +uvb +uvb +vPe +xMR +kFV +wpJ +wpJ +vPe +xMR +vPe +vPe +vPe +vPe +xMR +vPe +vPe +xMR +vPe +xMR +vPe +vPe +ivl +xMR +vPe +vPe +vPe +vPe +vPe +iBm +nAn +iHN +vPe +vPe +vPe +vPe +wpJ +ivl +qAj +qAj +qAj +qAj +qAj +"} +(36,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +itv +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +iBm +iGn +iGf +iHN +vPe +vPe +iyl +vPe +jiV +vPe +lSp +mvd +mNY +nmw +nmw +nmw +nmw +nmw +nmw +nmw +nmw +nmw +nmw +nmw +rgB +mZE +nYK +bVx +uJd +ucn +uJd +ucn +uJd +mtc +pVc +iEH +cBV +nYK +nYK +rew +xGb +eom +qkT +lKQ +aWO +klz +jee +ljm +rNL +lTz +vPe +vPe +vPe +vPe +vPe +izZ +vPe +cCl +dmj +dmj +dmj +dmj +dmj +dmj +dmj +dcL +nMc +wDe +uvb +akW +akW +akW +uvb +akW +akW +uvb +vPe +ivl +hII +vPe +ljm +rNL +rNL +rNL +rNL +rNL +rNL +rNL +rNL +rNL +rNL +rNL +rNL +rNL +rNL +rNL +rNL +rNL +rNL +rNL +rNL +lYO +vPe +iAZ +duS +vPe +vPe +wpJ +vPe +vPe +vPe +kTh +qAj +qAj +qAj +qAj +"} +(37,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +iAZ +iEU +duS +vPe +jkG +vPe +iCx +vPe +vPe +lSq +msl +mNY +nmw +nmw +nmw +nmw +nmw +nmw +nmw +nmw +nmw +nmw +nmw +rgB +mZE +nYK +uxM +vgP +sUD +ybk +pVc +iBM +uJd +vgP +uJd +eMS +nYK +nYK +rew +xGb +uii +cLt +bHM +bMx +kcI +xGb +mZE +vPe +vPe +vPe +vPe +izZ +jiV +vPe +izZ +vPe +irg +dmj +dmj +dmj +dmj +dmj +dmj +dmj +cCl +nMc +wDe +uvb +akW +akW +akW +uvb +akW +akW +uvb +vPe +wpJ +vPe +xMR +mZE +iWA +amX +ncR +amX +amX +amX +amX +amX +ncR +amX +amX +ncR +amX +amX +amX +amX +amX +ncR +amX +lAo +mZE +vPe +iBm +nAn +iHN +vPe +vPe +vPe +vPe +bCd +qAj +qAj +qAj +qAj +qAj +"} +(38,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ioP +ymc +ymc +ymc +ymc +ipu +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +vPe +iAZ +iEV +iOg +vPe +jml +vPe +vPe +kzz +vPe +lTg +mvd +mNY +nmw +nmw +nmw +nmw +nmw +nmw +nmw +nmw +nmw +nmw +nmw +rgB +mZE +gDm +uZO +aPX +iGO +aPX +lga +aPX +gIJ +aPX +wnz +fBG +wfM +ljm +sEl +mFf +iKS +tYo +veF +tCX +poo +xGb +lvt +rNL +rNL +rNL +rNL +lYO +vPe +vPe +vPe +xPD +uTd +dmj +dmj +dmj +dmj +dmj +dmj +dmj +qex +nMc +wDe +uvb +akW +akW +akW +uvb +uvb +uvb +iwe +dMq +vPe +xMR +wpJ +mZE +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +jiV +iAZ +duS +vPe +vPe +vPe +iiY +vPe +qAj +qAj +qAj +qAj +qAj +"} +(39,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +vPe +iAZ +duS +vPe +vPe +vPe +vPe +izZ +izZ +vPe +vPe +jFC +mOt +nnb +nnb +nnb +nnb +nnb +nnb +nnb +nnb +nnb +nnb +nnb +rit +mZE +nYK +nYK +nYK +eFc +nYK +nYK +nYK +nYK +eFc +nYK +nYK +nYK +mZE +wBD +jjR +xNs +xGb +xNs +eOV +xGb +xGb +xGb +vua +okO +wXZ +wXZ +mZE +vPe +vPe +xPD +drE +dmj +dmj +dmj +dmj +dmj +hln +kVB +kVB +nHX +nMc +wDe +uvb +uvb +uvb +uvb +uvb +uHP +htS +jFV +oDx +dMq +vPe +kFV +mZE +gUz +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qSq +mZE +vPe +vPe +iBm +nAn +iHN +vPe +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +"} +(40,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +vPe +iAZ +duS +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +mwP +lcd +kvs +jZf +jZf +jZf +jZf +jZf +jZf +jZf +jZf +jZf +kUM +lNe +rsZ +cvl +cvl +sos +lsK +cvl +cvl +cvl +udt +lsK +cvl +cvl +sos +mZE +wBD +jjR +wGg +vLc +aQh +pXQ +xGb +xGb +xGb +vua +okO +wXZ +jSZ +mZE +vPe +vPe +dcL +dmj +dmj +dmj +dmj +dmj +dmj +qex +oyw +dhX +dhX +qOC +icT +dhX +dhX +dhX +dhX +kUG +jSH +hCl +mPc +jFV +dcL +wpJ +vPe +mZE +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +ivl +vPe +iAZ +iGf +iHN +vPe +vPe +wpJ +vPe +qAj +qAj +qAj +qAj +"} +(41,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +vPe +iBm +iOm +iHN +vPe +vPe +vPe +wpJ +ivl +vPe +ljm +lTz +mOA +mOA +nHd +mOA +mOA +mOA +mOA +mOA +mOA +mOA +nHd +mOA +mOA +ljL +mOA +mOA +mOA +ljL +mOA +mOA +mOA +mOA +ljL +mOA +mOA +mOA +spD +rNL +rNL +rNL +rNL +rNL +lYO +nra +bGz +ucc +aFz +lYO +wXZ +wXZ +ljL +uIf +whU +cCl +dmj +dmj +dmj +dmj +dmj +dmj +qex +nMc +vhY +woR +woR +dMk +woR +bce +dmj +dmj +kUG +rVN +hCl +hCl +blf +cCl +uIf +whU +ljL +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +vPe +vPe +iBm +iGn +duS +vPe +vPe +vMT +vPe +qAj +qAj +qAj +qAj +"} +(42,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +iuf +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +qAj +vPe +iAZ +duS +vPe +vPe +vPe +wpJ +vPe +ljm +lTz +mxA +mxA +mxA +mxA +nYK +nYK +mxA +mxA +mxA +oxo +mxA +mxA +mxA +nYK +rtg +nYK +nYK +mxA +sCl +teR +oxo +mxA +nYK +uta +mxA +nYK +nYK +mZE +wDT +xAs +uCi +lEC +tph +mZE +xGb +xGb +xGb +pXQ +mZE +wXZ +wXZ +ygg +dXY +opb +kUG +dmj +dmj +dmj +dmj +dmj +dmj +qex +nMc +wDe +vmA +kVB +kVB +kVB +wWg +bus +bus +kUG +mcz +hCl +hCl +blf +kUG +aao +vua +ygg +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +vPe +vPe +vPe +iAZ +duS +vPe +vPe +iwb +weE +wpJ +qAj +qAj +qAj +"} +(43,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +ikC +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +qAj +vPe +iBm +iKf +vPe +vPe +vPe +vPe +vPe +ljL +lVM +myt +myt +myt +myt +myt +owD +oUX +owD +owD +owD +myt +owD +owD +owD +owD +owD +owD +owD +owD +tfr +myt +myt +ueC +uvE +van +vCV +wfM +mZE +wEL +xBl +xBl +wFC +wFC +ljL +cUz +xNs +xNs +qst +mZE +wXZ +wXZ +ygg +dXY +xBC +kUG +dmj +dmj +dmj +dmj +hln +kVB +nHX +nMc +wDe +djc +dVl +mWl +xzh +dIY +hCl +hCl +kUG +mcz +hCl +hCl +blf +kUG +eMn +vua +ygg +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +jiV +wpJ +wpJ +iAZ +duS +vPe +svg +vPe +vPe +vPe +qAj +qAj +qAj +"} +(44,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +vPe +vPe +vPe +iCt +jhz +iHN +vPe +jKe +kAN +lmY +lXz +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +uff +uwo +vdW +vDI +nYK +mZE +wFC +wFC +xBl +fAs +xBl +xDL +xNs +xNs +tIn +bDZ +mZE +wXZ +wXZ +ygg +dXY +lwI +kUG +dmj +dmj +dmj +dmj +kUG +oyw +dhX +qOC +wDe +wrt +sAo +nOy +nar +akD +hCl +hCl +kUG +mcz +hCl +hCl +blf +kUG +mLJ +vua +ygg +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +vPe +akg +vPe +iAZ +duS +vPe +iwb +ivl +vPe +vMT +qAj +qAj +qAj +"} +(45,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +akg +vPe +iBm +iGn +duS +vPe +jOH +kAO +aOe +lXz +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +uff +uwE +uJd +vDS +nYK +mZE +wIz +lsK +aVm +lsK +wZU +lsK +xNs +xNs +xNs +gDV +mZE +nVw +tFp +hln +kVB +kVB +rPF +wWg +dmj +dmj +vmA +uvZ +nMc +dmj +vhY +cPC +dcL +bdj +bXA +dWc +dIY +hCl +uXo +mMH +wWg +mHZ +mHZ +vmA +nHX +uIf +whU +uhs +gUz +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qSq +mZE +ivl +wpJ +akg +vPe +iAZ +duS +vPe +iwb +vPe +wpJ +vPe +qAj +qAj +qAj +"} +(46,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +ngo +iSs +vPe +iAZ +iGf +jqa +jPH +kAO +aOe +lXY +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +uff +uxM +vgP +vDI +nYK +mZE +wLP +mZE +hHh +mZE +hsL +mZE +xfK +oCe +oCe +xfK +mZE +uIf +whU +kUG +url +dmj +dmj +dmj +dmj +dmj +wDe +irg +nMc +dmj +gkO +vmA +wWg +ljv +tJe +uvb +dIY +hCl +hCl +dvN +lsF +hCl +hCl +tnQ +djc +fHL +nYK +nYK +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +vPe +wpJ +ivl +iAZ +duS +vPe +vPe +iwb +weE +vPe +qAj +qAj +qAj +"} +(47,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +hQi +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +vPe +vPe +ixW +iGM +vPe +ngo +iNW +iWh +jrl +jRx +kAO +aOe +lXY +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +uff +uyg +vhZ +vGa +nYK +spD +rNL +wvo +rNL +wvo +rNL +oQr +sEl +okO +okO +ucc +rsZ +vPe +vPe +kUG +gCz +oDi +dmj +dmj +dmj +dmj +wDe +djc +nMc +dmj +wDe +djc +sxa +nar +nar +gOv +bfg +hCl +hCl +hCl +hCl +hCl +hCl +ykg +wrt +hME +nYK +nYK +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +vPe +vPe +vPe +iAZ +duS +vPe +vPe +vPe +ivq +vPe +qAj +qAj +qAj +"} +(48,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +vPe +vPe +vPe +vPe +vPe +ngo +iDT +duS +vPe +jrN +jrl +kAO +lmY +lXY +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +uff +uxM +viK +vHB +nYK +mZE +wPq +xBV +bsK +lWc +wXg +mZE +ebq +wXZ +wXZ +ebq +mZE +vPe +vPe +irg +dIE +dmj +dmj +dmj +dmj +dmj +wDe +wrt +nMc +dmj +wDe +wrt +kwZ +nOy +nar +akD +bfg +hCl +hCl +hCl +hCl +hCl +hCl +obF +dcL +beX +nYK +nYK +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +jiV +wpJ +vPe +iAZ +duS +vPe +vPe +vPe +vPe +qAj +qAj +qAj +qAj +"} +(49,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +fUp +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +vPe +vPe +vPe +vPe +iBH +iTe +iWh +jgE +vPe +vPe +jOH +kAO +aOe +lXY +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +uff +uDd +viM +vKv +wfM +mZE +wUZ +xBV +wWV +xBV +aHS +mZE +dzQ +wXZ +tDk +qsy +mZE +vPe +jiV +djc +vZd +oDi +dmj +dmj +dmj +dmj +wDe +dcL +nMc +vhY +cPC +dcL +bdj +bXA +dWc +dIY +bfg +hCl +uXo +hln +wWg +nnw +nnw +vmA +wWg +rBc +nYK +nYK +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +vPe +ivl +vPe +iAZ +duS +vPe +izZ +izZ +iwf +qAj +qAj +qAj +qAj +"} +(50,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +qAj +vPe +vPe +vPe +iBH +iGM +vPe +vPe +vPe +jcu +vPe +jOH +kAO +aOe +lXY +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +ugm +uHa +vny +vKQ +uHa +mZE +wVn +xBV +qHC +xBV +nIK +mZE +jVe +wXZ +wXZ +tWF +mZE +jEk +vPe +dcL +krC +dmj +dmj +dmj +dmj +dmj +gkO +cCl +nMc +wDe +vmA +wWg +gzB +hwi +anf +nja +tKD +hCl +hCl +kUG +nYu +bfg +bfg +iPw +djc +fHL +nYK +nYK +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +akg +vPe +vPe +iAZ +duS +vPe +hGh +dtA +vPe +qAj +qAj +qAj +qAj +"} +(51,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +vPe +vPe +ixW +iCf +vPe +ixW +iXm +vPe +jmV +jvr +jSd +kAO +aOe +lXz +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +uhs +uIf +vqb +vqb +whU +ljL +wXg +xCM +ieK +xCM +xNx +ljL +jKU +wXZ +wXZ +uON +ljL +vPe +vPe +vmA +wWg +tJk +dmj +dmj +dmj +dmj +icT +irg +qOC +wDe +djc +sNl +rOl +dxK +vPS +kQX +aNy +hCl +jyy +kUG +sqV +gOB +fqN +rcs +wrt +beX +nYK +nYK +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qSq +mZE +vPe +ivl +vPe +vPe +iAZ +duS +vPe +izZ +izZ +qAj +qAj +qAj +qAj +qAj +"} +(52,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +vPe +vPe +vPe +iCt +iHN +vPe +iMK +iUr +iCf +vPe +jOH +kAO +lsf +lXz +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +tUi +uhu +uJd +uJd +uJd +uJd +wrf +wXZ +wXZ +wXZ +wXZ +wXZ +csh +wXZ +wXZ +hdj +eZx +lUC +vPe +vPe +djc +uor +dmj +dmj +dmj +dmj +dmj +dmj +ceD +dmj +wDe +wrt +fPk +geC +pqR +aEt +rIf +cGG +cnV +jyy +kUG +ask +uzi +hMW +mVo +wrt +vlv +yjh +nYK +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +wpJ +myy +vPe +iAZ +duS +vPe +izZ +izZ +qAj +qAj +qAj +qAj +qAj +"} +(53,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +vPe +vPe +vPe +iBm +iKf +vPe +vPe +vPe +joo +vPe +jOH +kAO +aOe +lXY +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +uhu +uJd +uJd +uJd +uJd +wrf +wXZ +wXZ +wXZ +wXZ +wXZ +wXZ +ebX +csh +wXZ +iEi +gAu +vPe +vPe +dcL +bPp +dmj +dmj +dmj +dmj +dmj +dmj +ceD +dmj +wDe +wrt +pMF +jFK +emw +ssR +hEW +cjD +hCl +jyy +kUG +oOb +rmq +hMW +tAz +wrt +vlv +nYK +nYK +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +jiV +wpJ +akg +iAZ +duS +vPe +izZ +izZ +qAj +qAj +qAj +qAj +qAj +"} +(54,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +vPe +vPe +vPe +vPe +iMK +iSs +vPe +iyl +vPe +jvE +jSd +kAO +lmY +lXY +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +uhs +uIf +vqb +vqb +whU +lsK +wZL +xGb +wXg +ebX +wXZ +lsK +psE +ckt +pAV +psE +lsK +vPe +vPe +vmA +wWg +tJk +dmj +dmj +dmj +dmj +vhY +cCl +bce +wDe +dcL +dGC +oBJ +ine +ewj +npt +oPI +hCl +jyy +kUG +grJ +ttS +dBt +umk +wrt +fHL +nYK +nYK +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qSq +mZE +vPe +vPe +wpJ +vPe +iAZ +duS +vPe +iwf +izZ +vPe +qAj +qAj +qAj +qAj +"} +(55,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +vPe +vPe +vPe +iCx +vPe +vPe +jcu +vPe +jcu +vPe +jOH +kAO +aOe +lXz +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +uhy +uLg +vrH +vMj +wje +mZE +xbw +xGb +eOV +wXZ +kSF +mZE +aOE +jEO +fRP +gVQ +ljL +vPe +jEk +djc +krC +dmj +dmj +dmj +dmj +dmj +gkO +irg +nMc +wDe +vmA +wWg +dcA +qzC +fPz +nkJ +itt +hCl +hCl +kUG +nYu +bfg +bfg +iPw +dcL +beX +nYK +nYK +vtm +ujO +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +ivl +vPe +vPe +iAZ +duS +vPe +izZ +izZ +vPe +qAj +qAj +qAj +qAj +"} +(56,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +vPe +vPe +vPe +vPe +ixW +iUr +jeZ +jiH +jph +jvR +jPH +kAO +aOe +lXz +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +uhK +uLi +van +vWs +wkk +mZE +xdH +xIM +gMG +wXZ +wXZ +ljL +izc +lGT +jDS +czD +lUC +vPe +jiV +dcL +uBe +oDi +dmj +dmj +dmj +dmj +wDe +djc +nMc +icT +dJX +djc +bdj +gXa +dWc +dIY +bfg +hCl +uXo +mMH +wWg +nnw +nnw +vmA +wWg +rBc +nYK +nYK +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +vPe +wpJ +vPe +iAZ +duS +vPe +izZ +izZ +vPe +qAj +qAj +qAj +qAj +"} +(57,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +vPe +vPe +iyl +vPe +vPe +vPe +iAZ +duS +vPe +jrN +jrl +kAO +aOe +lXY +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +uff +uMl +vvX +vWN +mxA +mZE +xdW +xJo +xPb +wXZ +wXZ +pUO +lGT +pVs +fsg +aOB +gAu +vPe +vPe +cCl +dIE +dmj +dmj +dmj +dmj +dmj +wDe +wrt +nMc +dmj +wDe +wrt +vlG +nOy +nar +hNZ +bfg +hCl +hCl +hCl +hCl +hCl +hCl +ufP +djc +fHL +nYK +nYK +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +akg +vPe +wpJ +ivl +iAZ +duS +vPe +wpJ +vPe +vPe +qAj +qAj +qAj +qAj +"} +(58,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +vPe +vPe +vPe +vPe +ngo +iDT +duS +vPe +vPe +jOH +kAO +lmY +lXz +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +uff +uMQ +vwd +vYs +mxA +ljL +xfK +xNs +esE +wXZ +wXZ +lsK +mqD +cRZ +ckp +ufa +lsK +vPe +vPe +kUG +tLH +oDi +dmj +dmj +dmj +dmj +wDe +dcL +nMc +dmj +wDe +dcL +dNO +nar +nar +fUE +bfg +hCl +hCl +hCl +hCl +hCl +hCl +eDe +wrt +hME +nYK +nYK +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +jiV +vPe +vPe +iAZ +duS +vPe +cyF +izZ +iwf +qAj +qAj +qAj +qAj +"} +(59,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +vPe +vPe +iCx +vPe +iAZ +iEU +duS +vPe +vPe +jOH +kAO +aOe +lXz +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +uff +uNx +vxf +vDI +oxo +wrB +wXZ +wXZ +wXZ +wXZ +jSZ +spD +rNL +rNL +rNL +rNL +rsZ +uIf +whU +kUG +url +dmj +dmj +dmj +dmj +dmj +wDe +cCl +nMc +dmj +gkO +vmA +wWg +wNm +tJe +uvb +dIY +hCl +hCl +biD +rHb +hCl +hCl +opU +dcL +beX +nYK +nYK +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +ivl +wpJ +vPe +iAZ +duS +vPe +vPe +izZ +iwf +qAj +qAj +qAj +qAj +"} +(60,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +qAj +vPe +vPe +vPe +iAZ +iEU +iGf +jhz +jqa +jPH +kAO +aOe +lXY +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +uff +uSv +uJd +vZf +mxA +lsK +xfK +xGb +xGb +wXZ +fnJ +mZE +spk +wlI +yas +spk +mZE +rjt +pLC +mMH +kVB +kVB +sfg +wWg +lWx +lWx +vmA +uvZ +nMc +dmj +icT +dJX +djc +bdj +gXa +dWc +dIY +hCl +uXo +hln +wWg +mHZ +mHZ +vmA +iND +uIf +whU +uhs +gUz +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qSq +mZE +vPe +wpJ +vPe +wpJ +iAZ +duS +vPe +vPe +izZ +vPe +qAj +qAj +qAj +qAj +"} +(61,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +qAj +qAj +vPe +vPe +iBm +iGn +iEU +iEV +jwW +jwW +kBn +aOe +lXz +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +uff +uxM +vgP +vDI +nYK +mZE +xfL +xNx +xGb +wXZ +csh +mZE +spk +wlI +yas +spk +mZE +wXZ +wXZ +ygg +dXY +oEs +kUG +nyH +dmj +dmj +sLW +kUG +iny +woR +bce +wDe +wrt +vlG +nOy +nar +hNZ +hCl +hCl +kUG +mcz +hCl +hCl +blf +kUG +wVK +vua +ygg +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +vPe +akg +vPe +iAZ +duS +vPe +iwb +ivl +vPe +qAj +qAj +qAj +qAj +"} +(62,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +qAj +qAj +qAj +vPe +vPe +iBm +iGn +duS +vPe +vPe +vPe +lsK +lYz +myH +mPI +nnm +nnm +myH +myH +myH +nnm +nnm +mPI +nnm +nnm +mPI +nnm +mPI +nnm +nnm +myH +myH +tgl +nnm +nnm +uhU +uSD +vyy +waI +wfM +mZE +xhc +xPb +wXg +wXZ +wXZ +mZE +liY +yas +wlI +iyi +mZE +wXZ +wXZ +ygg +dXY +ehm +kUG +nyH +dmj +dmj +sLW +mMH +kVB +iND +nMc +wDe +dcL +lHa +nar +nar +dIY +hCl +hCl +kUG +mcz +hCl +hCl +blf +kUG +fAD +vua +ygg +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +cjQ +vPe +vPe +iAZ +duS +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +"} +(63,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +hQG +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +qAj +qAj +iDg +vPe +ivl +vPe +iAZ +duS +vPe +vPe +vPe +lvt +lYO +mzk +mxA +mxA +mxA +mxA +oxo +mxA +nYK +nYK +nYK +nYK +nYK +nYK +nYK +rtM +mxA +oxo +rtM +mxA +teR +nYK +rtM +mxA +uZp +mxA +nYK +nYK +mZE +xhl +xTf +jee +wXZ +wXZ +mZE +spk +wlI +yas +spk +mZE +wXZ +wXZ +ygg +dXY +sAl +kUG +jfV +dmj +dmj +esC +xLn +jnx +qex +nMc +wDe +vmA +kVB +kVB +kVB +wWg +bus +bus +kUG +mcz +hCl +hCl +blf +kUG +pOE +vua +ygg +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +wpJ +xUq +vPe +iAZ +duS +vPe +jAj +vPe +qAj +qAj +qAj +qAj +qAj +"} +(64,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +qAj +qAj +qAj +vPe +vPe +vPe +iAZ +duS +vPe +vPe +ivl +vPe +lvt +lYO +mRB +mRB +nHg +mRB +mRB +mRB +mRB +mRB +mRB +mRB +nHg +mRB +mRB +lsK +rOV +rOV +lsK +mRB +mRB +mRB +lsK +ujo +lsK +mRB +mRB +mRB +spD +rNL +rNL +sEl +okO +okO +lvt +sEl +gSx +gSx +ucc +lTz +wXZ +wXZ +lsK +uIf +whU +irg +bIU +dmj +dmj +ruB +dmj +qjR +qex +nMc +icT +dhX +dhX +fXA +dhX +qOC +dmj +dmj +kUG +rVN +hCl +hCl +blf +irg +uIf +whU +lsK +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +vPe +vPe +ivl +iAZ +duS +vPe +izZ +xMR +qAj +qAj +qAj +qAj +qAj +"} +(65,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +qAj +qAj +qAj +vPe +vPe +vPe +iAZ +duS +vPe +vPe +izZ +vPe +vPe +mzF +kJP +nnR +nIc +nIc +nIc +nIc +nIc +nIc +nIc +nIc +nIc +qQE +mer +oJh +pQe +pQe +spD +rNL +rNL +rNL +lTz +nYK +lvt +rNL +rNL +rNL +rsZ +xjo +xYF +hCL +qKF +qKF +aII +yas +wlI +wlI +vua +okO +wXZ +jSZ +mZE +izZ +vPe +djc +kVS +ekY +ruB +ruB +izp +kgG +qex +iny +woR +woR +bce +vhY +woR +woR +woR +woR +kUG +jSH +hCl +wqk +rGH +djc +vPe +vPe +mZE +vtm +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +xeD +mZE +vPe +wpJ +wpJ +wpJ +iAZ +duS +vPe +wpJ +lcM +qAj +qAj +qAj +qAj +qAj +"} +(66,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +qAj +qAj +vPe +vPe +wpJ +vPe +iAZ +duS +vPe +vPe +vPe +vPe +vPe +jYY +mSB +nqX +nqX +nqX +nqX +nqX +nqX +nqX +nqX +nqX +nqX +nqX +riD +oEe +pQe +pQe +mZE +qiR +qiR +vkx +xlm +vLq +xlm +vTB +qiR +qiR +mZE +xlE +yas +wlI +wlI +wlI +wlI +yas +yas +yas +vua +okO +wXZ +wXZ +mZE +vPe +ivl +oDx +dMq +kgz +ekY +ruB +dmj +rim +mMH +kVB +kVB +iND +nMc +wDe +uvb +uvb +uvb +uvb +uvb +hPQ +cfx +rGH +xPD +drE +vPe +vPe +mZE +gUz +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qiR +qSq +mZE +vPe +wpJ +myy +vPe +iAZ +duS +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +"} +(67,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +qAj +qAj +vPe +vPe +vPe +vPe +iAZ +jpk +jyW +vPe +kBZ +vPe +max +mzI +mTh +nqY +nqY +nqY +nqY +nqY +nqY +nqY +nqY +nqY +nqY +nqY +rkx +oEe +pQe +pQe +mZE +qiR +vkx +xlm +tRs +xwm +tRs +xlm +vTB +qiR +mZE +xoy +yas +yas +yas +yas +xlE +wlI +yas +ljm +rNL +rNL +rNL +rNL +lTz +vPe +vPe +vPe +oDx +uTd +aui +dmj +dmj +esC +fhX +hRw +hcx +qex +nMc +wDe +uvb +akW +akW +akW +uvb +uvb +uvb +iwe +drE +vPe +vPe +vPe +mZE +nXT +rwB +rwB +rwB +rwB +rwB +rwB +rwB +rwB +rwB +rwB +rwB +rwB +rwB +rwB +rwB +rwB +rwB +rwB +jew +mZE +vPe +jiV +vPe +wpJ +iAZ +duS +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +"} +(68,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +qAj +vPe +vPe +vPe +vPe +ngo +iDT +duS +vPe +vPe +vPe +kzz +vPe +mBe +mTh +nqY +nqY +nqY +nqY +nqY +nqY +nqY +nqY +nqY +nqY +nqY +rkx +oEe +pQe +pQe +lvt +sEl +xlm +tRs +xwm +uVg +xwm +tRs +xlm +ucc +wvo +sEl +ycX +yas +wlI +wlI +xlE +yas +sCt +mZE +vPe +izZ +izZ +vPe +vPe +wpJ +jiV +izZ +vPe +cCl +aui +dmj +dmj +dmj +dmj +nyA +nMV +irg +nMc +wDe +uvb +akW +akW +akW +uvb +akW +akW +uvb +vPe +vPe +jiV +vPe +mZE +nYK +jeE +nYK +jeE +nYK +nYK +jeE +nYK +nYK +jeE +jeE +nYK +nYK +jeE +nYK +nYK +jeE +nYK +jeE +nYK +mZE +vPe +vPe +vPe +vPe +iAZ +duS +vPe +akg +vPe +qAj +qAj +qAj +qAj +qAj +"} +(69,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ist +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +itu +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +qAj +vPe +vPe +vPe +vPe +iAZ +iEV +jgE +vPe +jcu +jiV +vPe +lSp +mCv +mTh +nqY +nqY +nqY +nqY +nqY +nqY +nqY +nqY +nqY +nqY +nqY +rkx +oEe +pQe +pQe +rOV +nYK +vLq +xwm +wyt +wWe +viy +xwm +wds +wlI +wvS +wlI +yas +yas +yas +xlE +yas +wlI +wlI +lvt +rNL +lYO +vPe +wpJ +ivl +vPe +wpJ +vPe +vPe +irg +rjv +ekY +dmj +dmj +ruB +dmj +qpY +djc +nMc +wDe +uvb +akW +akW +akW +uvb +akW +akW +uvb +vPe +vPe +wpJ +vPe +lvt +sEl +cvl +cvl +cvl +sQj +cvl +cvl +cvl +sQj +cvl +mmD +cvl +cvl +cvl +sQj +cvl +cvl +cvl +sQj +ucc +lTz +wpJ +vPe +vPe +ngo +iDT +duS +vPe +izZ +vPe +qAj +qAj +qAj +qAj +qAj +"} +(70,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +qAj +vPe +vPe +vPe +vPe +iAZ +duS +vPe +vPe +joo +vPe +vPe +lSq +mzI +mTh +nqY +nqY +nqY +nqY +nqY +nqY +nqY +nqY +nqY +nqY +nqY +rkx +oEe +pQe +pQe +ljm +sEl +xlm +uaD +xwm +uWJ +xwm +uaD +xlm +ucc +rsG +sEl +uIf +vqb +vqb +whU +xlE +wlI +wlI +huw +pBY +ljL +vPe +vPe +vPe +izZ +vPe +vPe +izZ +iwe +dMq +gzi +ekY +ruB +ruB +izp +bUX +wrt +nMc +wDe +uvb +akW +akW +akW +uvb +akW +uvb +uvb +vPe +vPe +ivl +vPe +vPe +vPe +cvo +dqG +dqG +dqG +dqG +dqG +dqG +dqG +dqG +dqG +dqG +dqG +dqG +dqG +aDQ +rSf +rSf +dfS +vPe +vPe +vPe +vPe +ngo +iDT +iEV +iOg +vPe +vPe +jAj +vPe +qAj +qAj +qAj +qAj +"} +(71,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +qAj +vPe +vPe +vPe +vPe +iAZ +duS +vPe +iyl +vPe +kzz +vPe +lTg +mCv +mTh +nqY +nqY +nqY +nqY +nqY +nqY +nqY +qfv +nqY +nqY +nqY +rkx +oEe +pQe +pQe +mZE +qiR +twg +xlm +uaD +xwm +uaD +xlm +vTC +qiR +mZE +xoH +yjA +wlI +rAG +lMt +wlI +yas +wlI +ryN +vwk +lUC +vPe +vPe +wpJ +wpJ +wpJ +vPe +vPe +vPe +oDx +dMq +cYf +ekY +ruB +dmj +jEe +dcL +nMc +wDe +uvb +akW +akW +akW +uvb +uvb +uvb +vPe +vPe +akg +wpJ +wpJ +ivl +vPe +jOH +jRx +jRx +hdx +jwW +jrl +jRx +jRx +hdx +jwW +cEQ +jwW +jwW +jrl +ayi +vPe +vPe +bhR +vPe +vPe +vPe +ngo +iDT +iEV +iOg +vPe +vPe +vPe +vPe +vPe +qAj +qAj +qAj +qAj +"} +(72,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +qAj +qAj +vPe +vPe +ngo +iDT +duS +akg +vPe +izZ +vPe +vPe +vPe +jWK +mTp +nrg +nrg +nrg +nrg +nrg +nrg +nrg +nrg +nrg +nrg +nrg +rkV +oEe +pQe +pQe +mZE +qiR +qiR +twg +xlm +vLq +xlm +vTC +qiR +qiR +mZE +aHf +yjF +yas +wlI +lMt +wlI +wlI +yas +xlE +wlI +gAu +vPe +vPe +apu +vPe +vPe +vPe +wpJ +ivl +vPe +oDx +dMq +oOy +ekY +dmj +bgu +cCl +nMc +wDe +uvb +akW +akW +akW +uvb +uvb +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +jOH +nyl +jRx +ayi +vPe +xGm +jwW +jwW +ivw +vPe +lsd +jiV +vPe +jOH +cSq +ikR +ckZ +qhJ +vPe +vPe +ngo +tTO +iEV +iOg +vPe +akg +vPe +vPe +ivl +vPe +qAj +qAj +qAj +qAj +"} +(73,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +qAj +qAj +vPe +ivl +iAZ +iEU +duS +vPe +vPe +vPe +wpJ +wpJ +vPe +jYc +mEu +mEu +mEu +mEu +mEu +mEu +oAu +kJP +qfD +mer +oAu +mEu +mEu +oJh +rQr +rQr +spD +rNL +rNL +rNL +lYO +rOV +ljm +rNL +rNL +rNL +lTz +uIf +ykF +vnN +wlI +roL +wlI +haW +yas +wlI +wlI +lsK +vPe +wpJ +vPe +vPe +vPe +vPe +wpJ +wpJ +jiV +vPe +oDx +dMq +iQH +xRi +jNM +qex +qOC +icT +uvb +akW +akW +uvb +uvb +vPe +vPe +wpJ +vPe +vPe +wpJ +ivl +vPe +vPe +iAZ +iEV +iWh +wzh +rpn +tuX +vPe +vPe +qLA +vPe +vPe +ngo +jhz +iDT +duS +vPe +iAZ +duS +vPe +ngo +iDT +iEV +iOg +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +qAj +qAj +qAj +"} +(74,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +qAj +qAj +vPe +vPe +iAZ +iEU +duS +vPe +vPe +vPe +wpJ +vPe +ivl +vPe +vPe +vPe +vPe +nSG +vPe +oTy +jYY +pNO +pQe +pQe +jYY +qOg +oUj +jYY +pQe +pQe +jYY +qOg +izZ +oTy +jYY +pQe +jYY +qPu +vPe +izZ +nSG +vPe +wGu +vqb +vqb +vqb +vqb +whU +uhs +vAv +vAv +ljL +vPe +vPe +wpJ +ivl +wpJ +izZ +mUu +vPe +vPe +vPe +vPe +dcL +vmA +kVB +kVB +nHX +ajJ +ajJ +uvb +uvb +uvb +uvb +vPe +vPe +vPe +jiV +vPe +vPe +ivl +vPe +vPe +akg +pRp +iOg +vPe +bwo +vPe +lKw +jhz +jhz +uMX +jhz +jhz +iDT +iEU +iEU +iGf +jhz +iDT +iGf +jhz +iDT +iEV +iOg +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +qAj +qAj +qAj +"} +(75,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +qAj +vPe +vPe +vPe +iAZ +iEU +duS +vPe +vPe +vPe +vPe +izZ +wpJ +vPe +vPe +vPe +vPe +nXS +vPe +oUj +pqP +pQe +pQe +pQe +pqP +qOg +oTy +pqP +pQe +pQe +pqP +qOg +vPe +oUj +pqP +pQe +pqP +qOg +izZ +vPe +nXS +vPe +vPe +izZ +vPe +vPe +vPe +ivl +vPe +iAZ +duS +vPe +vPe +vPe +vPe +vPe +vPe +vPe +ngo +jhz +jhz +jhz +jhz +iDT +iEU +kIP +ePM +lWk +wna +wna +fcj +vPe +vPe +vPe +vPe +vPe +vPe +ivl +wpJ +wpJ +wpJ +vPe +vPe +vPe +bwo +vPe +ngo +gHX +jhz +iDT +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEV +iOg +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +qAj +qAj +qAj +"} +(76,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +qAj +qAj +qAj +vPe +vPe +vPe +iAZ +iEV +jgE +vPe +vPe +wpJ +vPe +wpJ +izZ +vPe +izZ +izZ +vPe +nXS +vPe +oTy +prd +pQe +pQe +pQe +prd +qPu +oTy +prd +pQe +pQe +prd +qOg +vPe +oTb +prd +pQe +prd +qOg +vPe +jEk +nXS +vPe +vPe +ivl +vPe +vPe +izZ +vPe +vPe +iAZ +iGf +jhz +jhz +jhz +jhz +jhz +jhz +jhz +iDT +iEV +iWh +iWh +iGn +iEV +iWh +kIP +ePM +lWk +ykk +ykk +fcj +vPe +wpJ +ivl +vPe +wpJ +vPe +vPe +akg +vPe +vPe +akg +vPe +ngo +gHX +jhz +iDT +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEV +iOg +vPe +vPe +vPe +vPe +vPe +vPe +vPe +izZ +vPe +vPe +vPe +qAj +qAj +qAj +"} +(77,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +qAj +qAj +qAj +vPe +vPe +vPe +iAZ +duS +vPe +vPe +vPe +jTo +vPe +wpJ +wpJ +wpJ +mUu +izZ +jiV +nXS +vPe +oTb +prd +pQe +pQe +pQe +prd +qOg +rlQ +prd +pQe +pQe +prd +qPu +jiV +oTy +prd +pQe +prd +qOg +vPe +vPe +nXS +vPe +ngo +cMd +jhz +jhz +jhz +jhz +jhz +iDT +pIh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iOg +vPe +akg +iAZ +duS +vPe +eSg +eSg +eSg +eSg +eSg +nZe +jiV +vPe +vPe +vPe +vPe +vPe +akg +vPe +vPe +ngo +jhz +jhz +iDT +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEV +iWh +iGn +iEU +iEV +iOg +vPe +vPe +vPe +ivl +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +qAj +qAj +qAj +"} +(78,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +ivl +ngo +iDT +duS +vPe +vPe +vPe +wpJ +izZ +vPe +izZ +vPe +vPe +izZ +vPe +nXS +izZ +oTy +psP +pQe +pQe +pQe +psP +qOg +oTy +psP +pQe +pQe +psP +qOg +jEk +oTy +psP +pQe +psP +qOg +mUu +vPe +nXS +vPe +iAZ +iEU +iEV +iWh +iWh +iWh +iGn +iEV +iOg +vPe +akg +vPe +vPe +izZ +vPe +vPe +vPe +vPe +ivl +vPe +iAZ +iGf +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +jhz +iDT +iEU +iEV +iWh +iGn +iEV +iWh +iGn +iEU +iEU +iEU +iEV +iWh +iGn +iEU +iEU +iEV +iOg +vPe +xwH +iWh +tCA +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +oLR +vPe +vPe +qAj +qAj +qAj +"} +(79,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +iAZ +iEV +jgE +vPe +vPe +izZ +vPe +wpJ +wpJ +izZ +mCG +ivl +vPe +vPe +nSG +vPe +oTy +jWK +pQe +pQe +pQe +jWK +qPu +oTy +jWK +pQe +pQe +jWK +qOg +vPe +oTb +jWK +pQe +jWK +qPu +vPe +izZ +nSG +vPe +iAZ +iEU +duS +izZ +vPe +izZ +iAZ +duS +vPe +vPe +vPe +vPe +vPe +ivl +akg +izZ +vPe +vPe +vPe +vPe +iBm +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iWh +iOg +vPe +iAZ +duS +vPe +iAZ +iEU +iEV +iWh +gvs +vPe +iBm +iWh +iGn +duS +vPe +vPe +vxT +vPe +qLA +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +akg +vPe +qAj +qAj +qAj +"} +(80,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +iAZ +duS +vPe +vPe +jpK +vPe +vPe +vPe +wpJ +iwf +wpJ +vPe +izZ +vPe +nYR +mEu +mEu +oJZ +kJP +qfD +mer +oJZ +mEu +mEu +rvs +rQr +rQr +jYc +mEu +mEu +mEu +rvs +rQr +jYc +mEu +mEu +mEu +kJP +vPe +iAZ +iEU +duS +akg +sKO +dII +wVt +wVt +eIp +god +oTY +oTY +oTY +hPX +nJg +nJg +nJg +fFs +nJg +nJg +nJg +fFs +nJg +nJg +nJg +dRJ +vPe +vPe +vPe +wpJ +wpJ +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +iAZ +iGf +cJJ +uXk +iGn +duS +vPe +mFo +qok +vPe +vPe +iAZ +iGf +iHN +vPe +vPe +ngo +cRQ +vPe +vPe +vPe +vPe +vPe +akg +vPe +vPe +vPe +vPe +vPe +vPe +vPe +qAj +qAj +qAj +"} +(81,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +iAZ +duS +vPe +vPe +vPe +vPe +vPe +vPe +ivl +wpJ +wpJ +izZ +izZ +vPe +nZo +oxJ +oxJ +bCs +oxJ +qfN +oxJ +bCs +oxJ +oxJ +bCs +oxJ +oxJ +bCs +oxJ +oxJ +oxJ +bCs +oxJ +oxJ +bCs +oxJ +oxJ +wzP +jhz +iDT +iEU +duS +eOC +sFq +bDo +bDo +bDo +bDo +gpg +aVE +xaP +nhv +sFq +jhz +jhz +jhz +qZk +jhz +jKV +jhz +qZk +iHN +izZ +ivl +mPk +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +wpJ +izZ +vPe +vPe +vPe +vPe +vPe +akg +vPe +iAZ +iEU +duS +vPe +iBm +iOm +iHN +vPe +lKw +jhz +jhz +iDT +iEU +iGf +jhz +jhz +iDT +duS +vMT +vPe +vPe +wpJ +wpJ +vPe +lcM +wpJ +vPe +izZ +vPe +vPe +ivl +qAj +qAj +qAj +"} +(82,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +ivl +vPe +iAZ +duS +vPe +ivl +vPe +vPe +vPe +iwf +lvG +vPe +mCM +vPe +izZ +vPe +oaw +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +wzP +iEU +iEU +nAO +duS +vPe +sFq +ftx +bDo +bDo +bDo +boD +bKX +fFa +fFa +gpg +pKA +ilj +iEU +qfY +iEU +iEU +iEU +qfY +duS +qqf +vPe +mPk +vPe +vPe +akg +vPe +vPe +wpJ +ivl +vPe +iwb +cyF +vPe +akg +vPe +wpJ +vPe +vPe +iAZ +iEV +wFL +wSW +vPe +iAZ +iGf +cJJ +uXk +iWh +iGn +iEV +iWh +iGn +iEV +iWh +iGn +duS +vPe +vPe +ivl +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +nAj +wpJ +vPe +qAj +qAj +qAj +"} +(83,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +iAZ +duS +vPe +vPe +vPe +vPe +izZ +vPe +vPe +vPe +vPe +vPe +vPe +vPe +obJ +oxJ +oxJ +oxJ +pQR +oxJ +qBO +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +oxJ +wzP +iWh +iGn +iEU +duS +izZ +gpg +bDo +bDo +bDo +bDo +ntu +lym +fFa +fFa +boD +ilj +pKA +iEU +qfY +iEU +iEU +iEU +qfY +iGf +jhz +iHN +mPk +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +iAZ +duS +vPe +vPe +jih +uXk +iGn +duS +vPe +vPe +iBm +gvs +vPe +iBm +gvs +vPe +iAZ +duS +wpJ +vPe +wpJ +vPe +vPe +wpJ +vPe +wpJ +vPe +lKD +vPe +vPe +vPe +qAj +qAj +qAj +"} +(84,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +ivl +iAZ +duS +vPe +izZ +vPe +vPe +jTt +kCC +lwj +mbB +mer +mEu +mEu +mEu +mEu +oAu +mEu +mEu +kJP +qgr +mer +mEu +mEu +oAu +mEu +mEu +mEu +oAu +mEu +mEu +mEu +tVz +oxJ +oxJ +oxJ +oxJ +oxJ +jTt +vPe +iAZ +iEU +iGf +jhz +coU +bDo +bDo +bDo +bDo +azv +fFa +fFa +fFa +ntu +iEU +nAO +iEU +kWN +iEU +iEU +iEU +vxY +iEU +iEU +vrm +mPk +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +rMQ +ivl +vPe +vPe +vPe +vPe +vPe +iAZ +duS +vPe +ngo +cRQ +vPe +iAZ +qsN +wSW +vPe +vPe +lKw +iHN +akg +mFo +xNu +iDT +duS +vPe +vPe +vPe +ivl +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +qAj +qAj +qAj +"} +(85,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +iAZ +duS +vPe +vPe +vPe +jpK +jUI +kCY +kHn +kHn +kCY +mUV +nrC +nKy +nrC +oEe +oVZ +puE +oWS +qhH +oWS +puE +oVZ +oEe +rvw +rQN +shc +oEe +sGZ +sGZ +sGZ +oEe +umd +oxJ +oxJ +oxJ +wqQ +pqP +vPe +iAZ +iEU +iEU +iEU +dfm +bDo +bDo +bDo +jtb +swu +fFa +fFa +fFa +azv +iEU +iEU +iEU +qfY +iEU +iEU +iEU +qfY +iEU +iEU +vrm +mPk +vPe +vPe +vPe +vPe +wpJ +vPe +ivl +vPe +wpJ +vPe +iwb +vPe +vPe +vPe +vPe +vPe +iAZ +qsN +wvH +kEZ +iGf +cJJ +uXk +iOg +vPe +ngo +jhz +iDT +iGf +iHN +vPe +iAZ +iEU +duS +vPe +vPe +wpJ +vPe +vPe +izZ +iwf +vPe +vPe +wpJ +vPe +vPe +vPe +qAj +qAj +qAj +"} +(86,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +iAZ +duS +ivl +vPe +jiV +vPe +jVu +kGJ +lxT +mdb +mDk +mVq +nsg +nKA +ocs +oEe +oWb +pbN +pbN +pbN +pbN +pbN +qQM +jYY +rxy +rxy +rxy +jYY +sIc +sIc +sIc +jYc +mEu +tVz +oxJ +oxJ +wqQ +prd +vPe +iAZ +iEU +iEU +iEU +dfm +bDo +bDo +bDo +bDo +wVt +fFa +fFa +kPn +nGy +iEU +iEU +iEU +qfY +iEU +iEU +iEU +qfY +dTN +iEU +vrm +mPk +vPe +vPe +ivl +vPe +wpJ +iwb +vPe +vPe +vPe +vPe +vPe +izZ +vPe +ivl +vPe +akg +iAZ +duS +vPe +iAZ +iEU +duS +vPe +vPe +ngo +iDT +iEU +iEU +iEU +iGf +jhz +bjr +iWh +tCA +vPe +xMR +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +vPe +qAj +qAj +qAj +"} +(87,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +iAZ +duS +vPe +vPe +akg +vPe +jWb +kGX +lyR +mds +mDW +mVq +nsi +nMF +odT +oEe +oWt +pbN +pbN +pbN +pbN +pbN +qSv +ror +ryw +rRz +siZ +sqw +sIY +tgO +ryw +tYh +umN +oEe +oxJ +oxJ +wqQ +prd +vPe +iAZ +iEU +iEV +iWh +dfm +bDo +bDo +bDo +jtb +nGy +fFa +fFa +drU +sFq +iEU +iEU +iEU +qfY +iEU +qgP +iEU +qfY +iEU +iEU +vrm +mPk +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +ivl +iwb +vPe +ivq +wpJ +vPe +vPe +vPe +pRp +wFL +xNu +iDT +iEU +iGf +jhz +jhz +iDT +iEU +iEU +iEU +iEU +iEU +iEU +duS +vPe +qLA +vPe +vPe +vPe +vPe +izZ +rMQ +vPe +vPe +rMQ +vPe +vPe +vPe +vPe +qAj +qAj +qAj +"} +(88,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +ivl +vPe +iAZ +duS +vPe +vPe +izZ +vPe +jWK +kHn +kHn +mdt +kHn +mYk +ntx +lGK +lGE +oEe +oWS +pbN +pRI +pbN +pRI +pbN +qSv +rpG +ryw +rSg +sjQ +srv +ryw +tid +ryw +tYh +umN +oEe +oxJ +oxJ +wqQ +prd +vPe +iAZ +nAO +duS +vPe +nGy +bDo +bDo +bDo +bDo +trP +oTY +oTY +oTY +sQb +iEU +iEU +iEU +dra +eXJ +eXJ +eXJ +aEb +iEU +iEU +vrm +mPk +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +rMQ +vPe +vPe +vPe +vPe +jby +vPe +iAZ +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEV +iWh +jHP +iWh +iGn +iGf +jhz +cRQ +vPe +vPe +xMR +wpJ +vPe +aJd +vPe +vPe +vPe +vPe +vPe +ivl +lKD +qAj +qAj +qAj +"} +(89,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +vPe +vPe +vPe +iAZ +duS +vPe +vPe +ivl +vPe +jYc +kJP +lDp +mer +mEu +kJP +nuU +nMT +nuU +oEe +oXD +pbN +pRX +pbN +pRI +pbN +qSv +rpG +ryw +rTw +smH +sse +sKt +tik +ryw +tYh +umN +oEe +oxJ +oxJ +wqQ +prd +vPe +iAZ +iEU +duS +vPe +sFq +ftx +bDo +bDo +bDo +gLa +hZM +vmC +hZM +gLa +iEU +iEU +iEU +iEU +iEU +nAO +iEU +iEU +iEU +iEU +vrm +mPk +vPe +vPe +vPe +vPe +iwb +ivl +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +nTP +akg +vPe +jby +vPe +iBm +iGn +iEV +iWh +iWh +iGn +iEU +iEU +duS +vPe +jby +vPe +iBm +iWh +iGn +duS +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +vPe +izZ +wpJ +wpJ +wpJ +vPe +qAj +qAj +qAj +"} +(90,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +vPe +vPe +vPe +iAZ +duS +vPe +vPe +vPe +jAj +jUI +kKP +kKP +kKP +mEE +kKP +kKP +kKP +oeH +oEe +oYg +pbN +pbN +pbN +pbN +pbN +qSv +rqA +ryw +rUq +snn +suc +sKz +tnF +ryw +tYh +umN +oEe +oxJ +oxJ +wqQ +psP +ivl +iAZ +iEU +duS +ivl +sFq +bDo +bDo +bDo +bDo +gLa +qtS +qtS +qtS +gLa +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +vrm +iej +vPe +vPe +vPe +wpJ +vPe +vPe +izZ +vPe +vPe +iwb +vPe +vPe +vPe +vPe +wpJ +vPe +lKw +iHN +vPe +iAZ +duS +vPe +vPe +aOC +iWh +iQc +iOg +vPe +jby +vPe +vPe +vPe +iAZ +duS +vPe +vPe +vPe +vPe +vPe +vPe +akg +wpJ +vPe +vPe +vPe +wpJ +vPe +qAj +qAj +qAj +"} +(91,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +vPe +ivl +vPe +iAZ +duS +vPe +izZ +vPe +vPe +jVu +kLM +lDs +mgd +mgd +mgd +lDs +kKP +ofX +oEe +oZd +pbN +pSU +pbN +pbN +pbN +qXw +jWK +rzJ +rzJ +rzJ +jWK +sLG +sLG +sLG +tYp +mEu +rvs +pPN +oxJ +oxJ +jTt +vPe +iAZ +iEU +duS +vPe +sFq +bDo +bDo +bDo +bDo +sKO +oTY +oTY +oTY +god +oTY +oTY +oTY +hPX +cKt +gLa +wUJ +sKO +oTY +oTY +oTY +hPX +vPe +vPe +ivl +vPe +vPe +vPe +vPe +vPe +nTP +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +pRp +wFL +xNu +iDT +iGf +jhz +cJJ +mLP +vPe +kqy +vPe +ngo +uMX +iHN +vPe +ngo +iDT +duS +wpJ +vPe +vPe +izZ +vPe +vPe +jEk +vPe +vPe +vPe +vPe +vPe +vPe +qAj +qAj +qAj +"} +(92,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +vPe +ivq +vPe +iAZ +duS +vPe +vPe +vPe +vPe +jVu +kKP +lDs +mgK +mFt +nbp +lDs +kKP +ogm +jYY +oWS +pbN +pSU +pSU +pbN +pbN +qXK +oEe +rAb +rVF +rAb +oEe +sPd +sPd +sPd +oEe +oxJ +oxJ +oxJ +oxJ +wqQ +pqP +vPe +iAZ +iEU +duS +vPe +sFq +bDo +bDo +bDo +jtb +sFq +giw +plV +uUC +sFq +cfK +tLv +cfK +sFq +ena +wbG +dQE +sFq +cfK +tLv +cfK +sFq +vPe +vPe +wpJ +vPe +wpJ +vPe +vPe +wpJ +vPe +vPe +vPe +wpJ +wpJ +vPe +wpJ +vPe +jby +vPe +aOC +iWh +iQc +iWh +tCA +vPe +dfj +edp +vPe +aOC +iWh +iOm +jhz +iNW +iWh +tCA +vPe +vPe +vPe +vPe +vPe +gii +wpJ +vPe +rMQ +xMR +vPe +lKD +vPe +qAj +qAj +qAj +"} +(93,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +vPe +vPe +akg +iAZ +duS +vPe +ivq +jiV +izZ +jVu +kKP +lDJ +mhP +lDs +lDs +lDs +kKP +kKP +oHZ +pbN +pbN +pSU +pSU +qCc +pSU +qXM +mzF +mEu +mEu +mEu +rqI +mEu +mEu +mEu +oJh +oxJ +oxJ +oxJ +oxJ +wqQ +prd +vPe +iAZ +nAO +duS +vPe +sFq +bDo +bDo +bDo +bDo +gpg +fFa +fFa +fFa +sFq +hDO +kzy +ncB +sFq +iSY +wbG +dQE +sFq +hDO +kzy +vTH +sFq +vPe +vPe +lPe +vPe +vPe +izZ +vPe +rMQ +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +lKw +jhz +cRQ +vPe +qLA +vPe +eMC +iHN +vPe +mFo +wza +mLP +vPe +iBm +iGn +duS +vPe +qLA +vPe +vPe +wpJ +izZ +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +qAj +qAj +qAj +"} +(94,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +ise +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +vPe +ivl +vPe +iAZ +duS +vPe +ivl +vPe +vPe +jVu +kKP +lDs +mif +mFG +nbC +lDs +kKP +ogm +jWK +oWS +pbN +pSU +pSU +pbN +pbN +qYf +oEe +rAk +rWt +rAk +oEe +sPi +tqP +tFQ +oEe +oxJ +oxJ +oxJ +oxJ +wqQ +psP +ivl +iAZ +iEU +duS +ivl +sFq +ftx +bDo +bDo +bDo +wVt +fFa +fFa +tnt +sFq +ooP +dfm +woh +sFq +ena +wbG +dQE +sFq +ooP +dfm +oPc +sFq +vPe +vPe +vPe +vPe +vPe +ivl +vPe +vPe +vPe +vPe +rMQ +ivq +vPe +vPe +vPe +vPe +iAZ +iEU +iGf +jhz +cRQ +vPe +iAZ +iGf +iHN +vPe +kqy +vPe +iCx +vPe +pRp +iOg +vPe +qLA +vPe +vPe +weE +vPe +vPe +wpJ +wpJ +wpJ +vPe +vPe +wpJ +vPe +qAj +qAj +qAj +qAj +"} +(95,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +vPe +vPe +vPe +iAZ +duS +vPe +vPe +ivq +vPe +jVu +kLM +lDs +mgd +mgd +mgd +lDs +kKP +ofX +oEe +oZd +pbN +pSU +pbN +pbN +pbN +qYX +jYY +rDb +rDb +rDb +jYY +sRq +sRq +sRq +jYc +mEu +tVz +pPN +oxJ +oxJ +jTt +vPe +iAZ +iEU +duS +vPe +sFq +bDo +bDo +bDo +bDo +nGy +aeq +fFa +fFa +sFq +sVM +rmG +sVM +gpg +tek +gLa +kBd +gpg +sVM +rmG +sVM +sFq +vPe +vPe +vPe +vPe +rMQ +vPe +vPe +vPe +vPe +vPe +jEk +wpJ +vPe +vPe +vPe +vPe +iAZ +iEU +iEU +iEU +duS +vPe +aOC +iWh +iOg +vPe +lKw +iHN +vPe +ngo +qYu +iCx +ngo +cRQ +vPe +wpJ +xMR +vPe +vPe +vPe +ivl +vPe +vPe +lKD +vPe +vPe +qAj +qAj +qAj +qAj +"} +(96,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +vPe +vPe +vPe +iAZ +duS +ivl +izZ +vPe +vPe +jWb +kKP +kKP +mle +mle +kKP +kKP +kKP +oeH +oEe +pcD +pbN +pbN +pbN +pbN +pbN +qSv +ror +ryw +rRz +siZ +sug +sIY +tgO +ryw +tYq +unV +oEe +oxJ +oxJ +wqQ +pqP +vPe +iAZ +iEU +duS +vPe +sFq +bDo +bDo +bDo +bDo +sFq +xJr +ogw +sKO +sQb +oDL +jQm +jQm +kWe +dQq +bDo +qGW +kWe +jQm +jQm +sfW +gpg +vPe +vPe +ivl +wpJ +wpJ +vPe +vPe +wpJ +vPe +wpJ +vPe +vPe +ivl +vPe +wpJ +vPe +iBm +iGn +iEV +iWh +iOm +jhz +cRQ +vPe +vPe +jih +uXk +iOm +jhz +iNW +wFL +wvH +kEZ +duS +xMR +vPe +wpJ +weE +vPe +wpJ +vPe +vPe +vPe +wpJ +eOC +vPe +qAj +qAj +qAj +qAj +"} +(97,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +ivl +izZ +vPe +iAZ +duS +vPe +vPe +vPe +vPe +jWK +kMm +lFw +mls +mGA +nbV +mer +mEu +mEu +oJh +pdl +pbN +pUu +pbN +pRI +pbN +qYZ +rpG +ryw +rSg +sjQ +srv +ryw +tid +ryw +tYq +uoF +oEe +oxJ +oxJ +wqQ +prd +vPe +iAZ +iEU +duS +vPe +csL +dII +gLa +gLa +eIp +sQb +wgc +yaI +gpg +usm +dQq +bDo +bDo +uSV +rxY +xqq +aBt +cxD +bDo +bDo +uSt +boD +vPe +vPe +wpJ +vPe +vPe +ivl +vPe +vPe +vPe +vPe +vPe +vPe +ivq +vPe +vPe +vPe +vPe +iBm +iOg +vPe +iBm +iWh +tCA +vPe +dfj +egd +vPe +iBm +iWh +iOg +vPe +vPe +iBm +fdg +vPe +rMQ +vPe +wpJ +vPe +vPe +vPe +vPe +rMQ +vPe +vPe +qAj +qAj +qAj +qAj +qAj +"} +(98,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +vPe +vPe +vPe +iAZ +duS +vPe +vPe +vPe +vPe +jYY +kPd +lGE +lGK +lGE +lGK +nvA +nMZ +olg +oEe +oWS +pbN +pVA +pbN +pRI +pbN +qYZ +rpG +ryw +rTw +smH +sse +sKt +tik +ryw +tYq +uqo +oEe +oxJ +oxJ +wqQ +prd +ivl +iAZ +nAO +duS +ivl +sFq +oiD +bDo +sGf +rUV +lmx +xIu +jQm +dPu +dQq +bDo +bDo +bDo +rby +sYF +cfB +hls +bCV +bDo +bDo +uSt +ntu +vPe +jiV +vPe +vPe +vPe +vPe +vPe +ivl +izZ +iwb +wpJ +vPe +vPe +vPe +wpJ +vPe +iyl +vPe +vPe +vPe +vPe +vPe +eaz +vPe +vPe +vxT +vPe +vPe +vPe +vPe +akg +vPe +vPe +hTn +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +izZ +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +"} +(99,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +ivq +izZ +vPe +iAZ +duS +vPe +vPe +ivl +vPe +jUI +kPx +lGK +lGE +lGK +nbY +nvU +lGE +omB +oEe +pdq +pbN +pbN +pbN +pbN +pbN +qSv +rqA +ryw +rUq +snn +sui +sKz +tnF +ryw +tYq +urU +oEe +oxJ +oxJ +wqQ +prd +vPe +iAZ +iEU +duS +vPe +sFq +oZs +bDo +bDo +rUV +mSF +aaA +eGh +kpr +ohD +bDo +bDo +bDo +dXq +heZ +nxI +sgZ +myX +bDo +bDo +uSt +ntu +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +ivl +vPe +vPe +vPe +vPe +vPe +vPe +iyl +vPe +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +iyl +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +ivl +vPe +izZ +wpJ +wpJ +vPe +vPe +qAj +qAj +qAj +qAj +qAj +"} +(100,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ilr +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +vPe +vPe +vPe +iAZ +iGf +iHN +vPe +jiV +vPe +jVu +kPU +lGE +lGK +lGE +ncZ +nwZ +lGK +opx +oEe +pdO +pbN +pbN +pbN +pbN +pbN +qZt +jWK +rDr +rDr +rDr +jWK +sRC +sRC +sRC +tYp +mEu +rvs +oxJ +oxJ +wqQ +prd +vPe +iAZ +iEU +duS +vPe +csL +dII +gLa +gLa +eIp +oTY +oTY +oTY +hPX +rVB +feu +bDo +bDo +ntS +rrg +pDO +bRq +fZl +bDo +bDo +uSt +azv +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +wpJ +akg +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +iyl +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +iCx +vPe +vPe +vPe +vPe +vPe +vPe +rMQ +vPe +izZ +vPe +vPe +vPe +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +qAj +"} +(101,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +hwh +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +iwb +vPe +vPe +iAZ +iEU +duS +vPe +akg +vPe +jWb +kQo +lGK +moS +mIR +lGE +lGK +lGE +orb +oEe +oVZ +puO +oWS +pbN +oWS +puO +oVZ +oEe +rAk +jGH +rAk +oEe +sSy +tsX +tFT +oEe +umd +oxJ +oxJ +oxJ +wqQ +psP +vPe +iAZ +iEU +duS +vPe +sFq +trQ +dfm +dfm +dfm +gCK +pJv +gCK +trP +hPX +oVF +eGh +eGh +tls +eGh +eGh +eGh +tls +eGh +eGh +sas +nGy +vPe +vPe +vPe +ivl +wpJ +wpJ +izZ +vPe +wpJ +vPe +vPe +vPe +vPe +ivl +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +iyl +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +rMQ +vPe +vPe +ivl +akg +vPe +qAj +qAj +qAj +qAj +qAj +qAj +"} +(102,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +vPe +vPe +iBm +iGn +duS +vPe +vPe +vPe +jTt +kCC +lwj +mbB +jTt +neu +lGE +lGK +ory +mzF +mEu +mEu +kJP +oHZ +mer +mEu +mEu +rqI +mEu +mEu +mEu +oJZ +mEu +mEu +mEu +oJh +oxJ +oxJ +oxJ +oxJ +oxJ +jTt +ivl +iAZ +iEU +duS +ivl +sFq +trQ +gIz +dfm +oPc +dfm +dfm +dfm +olI +sFq +sVM +rmG +sVM +nGy +sVM +rmG +sVM +nGy +sVM +rmG +sVM +sFq +vPe +wpJ +vPe +vPe +vPe +vPe +izZ +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +vPe +vPe +akg +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +ohh +vPe +wpJ +wpJ +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +qAj +qAj +qAj +qAj +qAj +qAj +"} +(103,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +izZ +vPe +ivl +iAZ +iGf +iHN +vPe +ivl +vPe +wpJ +vPe +vPe +jUI +nfd +lGK +lGE +osm +oEe +lDs +pBt +lDs +lDs +lDs +pBt +rbh +jYY +rDS +rWR +rFP +rFP +rFP +rFP +rFP +oEe +oxJ +oxJ +oxJ +oxJ +oxJ +wzP +jhz +iDT +iEU +duS +vPe +sFq +iRS +dfm +jCo +dfm +dfm +oPc +dfm +roK +sFq +ooP +dfm +dfm +sFq +ooP +dfm +dfm +sFq +ooP +dfm +oPc +sFq +vPe +wpJ +vPe +vPe +nMp +vPe +vPe +ivl +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +akg +vPe +wpJ +wpJ +vPe +wpJ +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +wpJ +lKD +vPe +vPe +wpJ +jAj +vPe +qAj +qAj +qAj +qAj +qAj +qAj +"} +(104,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +vPe +vPe +iBm +iGn +iGf +iHN +vPe +izZ +wpJ +lIb +vPe +jVu +lGK +lGE +lGK +osJ +oEe +pek +pek +pek +lDs +pek +pek +pek +rro +rFP +rFP +rFP +jWK +sTm +jWK +tFV +oEe +oxJ +oxJ +oxJ +oxJ +oxJ +wzP +iEU +iEU +nAO +duS +vPe +sFq +trQ +dfm +oPc +dfm +ptO +dfm +dfm +pJe +sFq +hDO +kzy +vTH +sFq +hDO +kzy +vTH +sFq +hDO +kzy +vTH +sFq +vPe +jiV +vPe +rMQ +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +wpJ +ivl +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +wpJ +vPe +wpJ +vPe +wpJ +wpJ +wpJ +vPe +vPe +vPe +vPe +ivl +vPe +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(105,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +qAj +vPe +vPe +iBm +iGn +iGf +iHN +vPe +wpJ +wpJ +vPe +jWb +nfE +nyW +nNi +otg +oEe +pev +pev +pev +qhO +pev +pev +pev +jWK +rHo +rXb +rXb +oEe +sUh +oEe +tJb +oEe +oxJ +oxJ +sMD +oxJ +oxJ +wzP +iWh +iGn +iEU +duS +vPe +sFq +trQ +oPc +jOQ +xYN +dLM +qEp +lvV +hdT +sFq +cfK +xaq +cfK +sFq +cfK +mYw +cfK +sFq +cfK +xaq +fti +sFq +vPe +vPe +ivl +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +izZ +izZ +vPe +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +wpJ +vPe +wpJ +wpJ +vPe +vPe +vPe +wpJ +wpJ +vPe +vPe +vPe +jAj +vPe +vPe +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(106,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +qAj +qAj +vPe +ivl +iBm +iGn +iGf +iHN +vPe +vPe +ivl +mer +mEu +mEu +mEu +mEu +oJZ +mEu +mEu +mEu +mEu +mEu +mEu +mEu +oJZ +mEu +mEu +mEu +oJZ +mEu +oJZ +mEu +oJZ +mEu +mEu +mEu +mEu +mEu +kJP +ivl +iAZ +iEU +duS +ivl +trP +oTY +oTY +oTY +oTY +oTY +oTY +oTY +oTY +oyp +oTY +oTY +oTY +oyp +oTY +oTY +oTY +oyp +oTY +oTY +oTY +sQb +vPe +vPe +vPe +vPe +vPe +vPe +vPe +wpJ +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +qAj +wpJ +vPe +vPe +vPe +vPe +vPe +akg +vPe +vPe +wpJ +vPe +vPe +vPe +wpJ +vPe +ivl +vPe +vPe +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(107,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +qAj +qAj +qAj +vPe +vPe +iBm +iGn +iGf +jhz +jhz +jhz +iDT +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iEU +iGf +jhz +iDT +iEU +duS +vPe +vPe +vPe +vPe +dtA +izZ +vPe +izZ +vPe +izZ +vPe +dtA +vPe +vPe +vPe +wpJ +vPe +ivl +vPe +vPe +izZ +vPe +vPe +vPe +vPe +qAj +qAj +qAj +vPe +vPe +vPe +wpJ +vPe +vPe +wpJ +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(108,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +vPe +vPe +jDy +iEU +iEU +iEU +iEU +iEU +iEU +nAO +iEU +iEU +iEU +iEU +nAO +iEU +iEU +iEU +iEU +nAO +iEU +iEU +iEU +iEU +nAO +iEU +iEU +iEU +iEU +nAO +iEU +iEU +iEU +iEV +wBn +iWh +iWh +iWh +iOg +vPe +vPe +vPe +lvG +vPe +vPe +mCM +izZ +mCM +izZ +gPq +wpJ +wpJ +akg +vPe +wpJ +wpJ +wpJ +wpJ +lPe +ivl +wpJ +vPe +vPe +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(109,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +vPe +vPe +vPe +vPe +vPe +vPe +vPe +izZ +vPe +vPe +vPe +wpJ +ivl +vPe +vPe +vPe +izZ +izZ +dtA +izZ +izZ +wpJ +vPe +vPe +wpJ +wpJ +wpJ +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(110,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yds +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +ymc +yds +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +yjD +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +qAj +"} +(111,1,1) = {" +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +yds +"} +(112,1,1) = {" +ace +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ace +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(113,1,1) = {" +gmQ +acc +aNX +aNX +aNX +bJL +cRm +dQw +dQw +dQw +eCc +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(114,1,1) = {" +gmQ +acz +cIA +cIA +cIA +bNc +cUD +cIA +cIA +cIA +eFH +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(115,1,1) = {" +gmQ +acz +cIA +cIA +cIA +bNc +cUD +cIA +cIA +cIA +eFH +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(116,1,1) = {" +gmQ +acz +cIA +cIA +cIA +bNc +cUD +cIA +cIA +cIA +eFH +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(117,1,1) = {" +gmQ +afb +aPx +aPx +aPx +bNW +dbC +dRO +dRO +dRO +dmu +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(118,1,1) = {" +ace +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ace +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(119,1,1) = {" +gmQ +dwR +dwR +dwR +dwR +cJf +dwR +dwR +dwR +dwR +bKM +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(120,1,1) = {" +gmQ +dwR +aRg +btm +dwR +dwR +cJf +aRg +dwR +euj +dwR +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(121,1,1) = {" +gmQ +aiq +dwR +dwR +bKM +dwR +dwR +cJf +dwR +dwR +eIy +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(122,1,1) = {" +gmQ +dwR +dwR +dwR +bDR +dwR +dwR +dwR +cJf +dwR +dwR +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(123,1,1) = {" +gmQ +dwR +aRY +dwR +dwR +dwR +deK +bKM +dwR +cJf +aRg +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(124,1,1) = {" +ace +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ace +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(125,1,1) = {" +gmQ +afs +afh +buJ +bGZ +bRM +djp +bGZ +cgx +afh +afs +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +ykS +ykS +ykS +ykS +ykS +ykS +ykS +ykS +ykS +ykS +ykS +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(126,1,1) = {" +gmQ +ahR +aZy +byZ +bGZ +bVW +bVW +bGZ +eeN +aZy +ahR +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(127,1,1) = {" +gmQ +afs +afh +buJ +bGZ +ceS +ceS +bGZ +cgx +afh +afs +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(128,1,1) = {" +gmQ +ahR +aZy +byZ +bGZ +bVW +bVW +bGZ +eeN +aZy +ahR +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(129,1,1) = {" +gmQ +afs +afh +buJ +bGZ +cqi +dnc +bGZ +cgx +afh +afs +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(130,1,1) = {" +ace +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ace +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(131,1,1) = {" +gmQ +alK +eLT +eLT +bps +ekh +ekh +dXa +eaU +eaU +eKa +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(132,1,1) = {" +gmQ +amG +eLT +eLT +bps +dLF +dqZ +dqZ +dqZ +dqZ +eKi +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(133,1,1) = {" +gmQ +amG +eLT +eLT +bps +buy +drh +drh +drh +drh +eKV +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(134,1,1) = {" +gmQ +amG +eLT +eLT +bps +cuh +drz +drz +drz +drz +eLf +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +tyP +vMC +vMC +vMC +vMC +vMC +vMC +vMC +rtu +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(135,1,1) = {" +gmQ +amG +eLT +eLT +bHo +ekh +ekh +dXa +eaU +eaU +eKa +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +sQx +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +tcM +vNw +tcM +vNw +gUs +jMD +jMD +jMD +gUs +vNw +tcM +vNw +tcM +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +tbo +kWm +kWm +kWm +kWm +bQS +bQS +fID +fID +fID +fID +fID +puM +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(136,1,1) = {" +ace +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ace +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +ykS +rGt +hxa +ykS +ykS +ykS +ykS +ykS +ykS +ykS +ykS +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +wAs +dwm +hgc +hgc +hgc +orW +fMQ +fMQ +tbo +tbo +tbo +tbo +tbo +tbo +tbo +tbo +tbo +tbo +kWm +kWm +kWm +kWm +kWm +kWm +fID +fID +fID +fID +fID +pqb +pqb +pqb +pqb +oVf +vDj +oVf +pqb +oVf +vDj +oVf +pqb +oVf +vDj +oVf +pqb +oVf +vDj +oVf +fAN +fAN +fAN +fAN +fAN +fAN +fAN +fAN +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(137,1,1) = {" +gmQ +cpt +cpt +cpt +cpt +cpt +cpt +cpt +cpt +cpt +cpt +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ycO +hnR +rGt +rGt +rEl +rEl +ykS +ykS +fVX +fZO +uQK +tdj +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +onc +onc +onc +srQ +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +fMQ +nIr +waZ +buw +fJz +nIr +fMQ +fMQ +tbo +tbo +tbo +tbo +kAW +vHu +vHu +gZv +kAW +fND +tSV +evA +fkW +tmG +tmG +kWm +fID +fID +fID +fID +fID +pqb +pqb +pqb +pqb +etr +myg +wcz +pqb +etr +myg +wcz +pqb +etr +myg +wcz +pqb +etr +myg +wcz +pqb +pqb +pqb +pqb +pqb +pqb +pqb +fAN +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(138,1,1) = {" +gmQ +cpt +cYN +cpt +cpt +cpt +cpt +cpt +cpt +cYN +cpt +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mAR +hnW +rGt +rGt +rGt +rGt +rGt +pOr +pJV +pJV +pJV +tcW +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +srQ +fID +fID +fID +bVt +fID +fID +fID +srQ +onc +onc +kTc +kTc +onc +hdz +mKi +iMF +iMF +iMF +iMF +iMF +nZq +hdz +fMQ +kpi +uWf +uWf +uWf +tZS +fMQ +fMQ +tbo +tbo +tbo +ooy +vAw +wZH +wZH +yac +yac +fND +xHl +tLO +ueN +pHO +pHO +kWm +fID +fID +fID +fID +fID +pqb +pqb +pqb +pqb +kTy +myg +uam +pqb +kTy +myg +uam +pqb +kTy +myg +uam +pqb +kTy +myg +uam +pqb +pqb +pqb +pqb +pqb +fAN +fAN +fAN +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(139,1,1) = {" +gmQ +cpt +cpt +cpt +cpt +cYN +cYN +cpt +cpt +cpt +cpt +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mAR +hoP +rGt +rGt +rGt +gnw +rEl +ykS +pJV +pJV +pJV +rGt +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +vHZ +wLM +ctv +giG +jMD +jMD +jMD +giG +ctv +wLM +rBi +wLM +mVX +mVX +mVX +onc +srQ +onc +onc +onc +onc +fID +fID +fID +pHc +fID +fID +fID +onc +onc +onc +wpv +onc +onc +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +fMQ +kLX +uWf +uWf +uWf +fUK +fMQ +fMQ +apl +uho +cHS +dlT +pOM +wZH +yac +yac +tLa +fND +oWf +tLO +ueN +chS +chS +kWm +fID +fID +fID +fID +fID +pqb +pqb +pqb +pqb +iXj +crJ +iXj +pqb +iXj +crJ +iXj +pqb +iXj +crJ +iXj +pqb +iXj +crJ +iXj +pqb +pqb +pqb +pqb +pqb +fAN +pqb +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(140,1,1) = {" +gmQ +cpt +cYN +cpt +cpt +cpt +cpt +cpt +cpt +cYN +cpt +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gyV +mVX +mVX +mVX +mVX +mVX +mVX +mAR +hpw +rGt +rGt +rGt +rGt +rGt +pOr +pJV +pJV +pJV +tcW +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +giG +mVX +mVX +mVX +giG +ctv +wLM +ctv +wLM +onc +onc +onc +onc +kTc +kTc +kTc +kTc +onc +fID +fID +fID +pHc +fID +fID +fID +onc +cte +bQu +cMG +cte +onc +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +fMQ +gOl +bdB +hfl +jmR +gOl +fMQ +fMQ +vng +uho +pOQ +mZC +xZt +wZH +yac +yac +yac +fND +bDb +tLO +ueN +vtr +vtr +kWm +fID +fID +fID +fID +fID +pqb +pqb +pqb +pqb +imw +gcl +uVO +aji +uVO +xbE +uVO +aji +uVO +uYs +uVO +aji +uVO +hEY +jIK +efW +uam +wcz +oVf +pqb +fAN +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(141,1,1) = {" +gmQ +cpt +cpt +cpt +cpt +cpt +cpt +cpt +cpt +cpt +cpt +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +gqx +gqx +ykS +mVX +mVX +mVX +mVX +mVX +hkm +hnR +rGt +rGt +hyH +hFk +hFk +ykS +fVX +fZO +uQK +tdj +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +iIs +iIs +wLM +ctv +wLM +ctv +wLM +onc +kTc +kTc +wpv +kTc +kTc +kTc +kTc +onc +fID +xGj +fID +pHc +fID +jLG +fID +onc +cte +xRj +xRj +cte +onc +hdz +iMF +iMF +iMF +iMF +iMF +iMF +iMF +hdz +fMQ +fMQ +fMQ +uFO +fMQ +fMQ +fMQ +fMQ +bFM +ygT +ygT +ygT +nQM +wZH +wZH +wZH +wZH +bhj +ezA +gul +ueN +bbk +jny +kWm +fID +fID +fID +fID +fID +pqb +pqb +pqb +cQm +eNf +myp +ylW +sSK +sSK +sSK +sSK +hpD +hpD +sSK +sSK +sSK +sSK +fXZ +fqy +kvN +myg +myg +ovc +pqb +fAN +uWB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(142,1,1) = {" +ace +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ace +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +ykS +ykS +ykS +ykS +ykS +rGt +rGt +ykS +ybO +mRy +mRy +mRy +hfX +ykS +ykS +rGt +rGt +hzr +hFV +hFV +ykS +ykS +ykS +ykS +ykS +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +iIs +iIs +iIs +wLM +ctv +wLM +ctv +wLM +onc +onc +onc +onc +onc +onc +wpv +onc +onc +lrt +hHt +lrt +onc +lrt +hHt +lrt +onc +kQh +xRj +xRj +jtQ +onc +fDZ +vMC +vMC +vMC +mfP +vMC +vMC +vMC +yff +fMQ +aOA +vjK +hfl +dZe +jFA +fMQ +fMQ +rIY +vAw +vAw +ssL +akk +xqF +tRk +nwq +lHw +kGN +tLO +oBC +ueN +oBC +oBC +kWm +fID +fID +fID +fID +fID +pqb +sdw +sdw +sdw +eNf +myp +trB +oAH +jQj +jQj +jQj +myp +myp +jQj +jQj +jQj +mDU +eNf +trB +efW +nyo +rkU +oVf +pqb +fAN +pqb +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(143,1,1) = {" +gmQ +cwG +cwG +cwG +cwG +cwG +cwG +cwG +cwG +cwG +cwG +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +fVX +pJV +fZO +ykS +gmt +rGt +rGt +ykS +jSo +gLX +gLX +gQw +hja +ykS +gnw +rGt +rGt +hzr +hGJ +ulr +hKH +rGt +rGt +rGt +rGt +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +iIs +fjq +iIs +iIs +wLM +ctv +wLM +ctv +wLM +iIs +iIs +iIs +wLM +ctv +wLM +ctv +wLM +onc +mES +pVt +rfO +wdH +onc +tmQ +hgB +tmQ +wGt +rrK +wGt +onc +wGt +fAd +wGt +onc +lMP +xRj +xRj +hNh +onc +rOB +rOB +rOB +iwS +kNG +iwS +iwS +iwS +fMQ +fMQ +ttN +qQG +qQG +qQG +fyV +fMQ +fMQ +tAi +vAw +cko +hLB +qcB +wyB +xAD +pKU +vqd +mqd +fOM +oBC +ueN +ngL +aSp +kWm +fID +fID +fID +fID +fID +pqb +sdw +sdw +sdw +eNf +myp +trB +nEJ +myp +myp +myp +myp +myp +myp +myp +myp +nQl +eNf +xAZ +pqb +pqb +pqb +pqb +pqb +fAN +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(144,1,1) = {" +gmQ +cwG +cwG +cwG +cwG +cwG +cwG +cwG +cwG +cwG +cwG +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +tdj +pJV +pJV +pOr +rGt +rGt +rGt +rGt +rGt +rGt +rGt +rGt +rGt +rGt +rGt +rGt +rGt +hzr +hFV +hyH +ykS +ykS +ykS +ykS +ykS +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +mPm +mAc +mAc +oZk +iIs +iIs +iIs +iIs +mbI +elS +mbI +elS +fHE +iIs +iIs +iIs +fHE +elS +mbI +elS +mbI +onc +ftu +tZe +tZe +qau +mPM +kLu +xRj +rou +ajO +oNF +ajO +onc +ajO +oNF +ajO +onc +fSW +xRj +xRj +sVV +onc +iwS +iwS +iwS +iwS +iKU +iwS +cvu +cvu +fMQ +iRf +aBX +qQG +rqg +qQG +aBX +aAP +fMQ +lPb +vAw +vAw +qKp +bAT +xqF +bvM +eRv +ocf +wSE +tLO +oBC +ueN +oBC +oBC +kWm +fID +fID +fID +fID +fID +pqb +cBu +sdw +myp +mxj +myp +trB +nEJ +myp +kyM +myp +myp +myp +myp +fBc +myp +nQl +eNf +trB +efW +uam +wcz +oVf +pqb +fAN +uWB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(145,1,1) = {" +gmQ +cwG +cwG +cwG +cwG +cwG +cwG +cwG +cwG +cwG +cwG +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +fXg +kml +uQK +ykS +gmJ +rGt +rGt +rGt +rGt +rGt +rGt +rGt +rGt +rGt +rGt +rGt +rGt +hyH +hJH +hyH +ykS +fVX +fZO +uQK +tdj +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +ydz +mAc +mAc +oZk +iIs +pbU +pGJ +pGJ +pGJ +rwZ +pGJ +pGJ +pGJ +pGJ +pGJ +rwZ +pGJ +pGJ +pGJ +rwZ +pGJ +pGJ +pGJ +rwZ +pGJ +mVC +onc +yce +sor +qpQ +nig +onc +wUF +uuY +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +xRj +xRj +gJg +onc +iwS +iwS +iwS +iwS +pUa +iwS +cvu +cvu +fMQ +xCr +aBX +kHS +tRj +pnZ +aBX +nDz +fMQ +pub +ygT +ygT +ygT +cKK +wZH +wZH +wZH +wZH +bhj +qiO +ozZ +ueN +gYQ +xfD +kWm +fID +fID +fID +fID +fID +pqb +sdw +sdw +myp +mxj +fBc +trB +quo +myp +myp +myp +myp +myp +myp +myp +myp +xKI +eNf +awK +kvN +myg +myg +ovc +pqb +fAN +pqb +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(146,1,1) = {" +gmQ +cwG +cwG +cwG +cwG +cwG +cwG +cwG +cwG +cwG +cwG +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +ykS +ykS +ykS +ykS +gnw +rGt +rGt +gAB +pJV +gMo +gMo +gMo +pJV +hlH +hpF +rGt +rGt +rGt +rGt +rGt +pOr +pJV +pJV +pJV +tcW +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +iIs +ydz +mAc +mAc +oZk +iIs +fGt +tjU +adQ +pgl +eao +tqy +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +rpk +onc +onc +onc +onc +onc +onc +rKY +azG +uuY +oZr +wvV +xCU +rTI +wvV +xCU +oZr +uuY +uuY +uuY +xRj +lbo +nSt +vAm +gBS +gBS +iwS +pUa +iwS +cvu +cvu +fMQ +kkq +aBX +ckm +hya +hat +aBX +ifS +fMQ +vng +uho +pOQ +fvk +sYM +wZH +yac +yac +yac +fND +bDb +tLO +ueN +vtr +vtr +kWm +fID +fID +iQQ +fID +fID +pqb +sdw +sdw +myp +mxj +myp +trB +nEJ +myp +kyM +myp +myp +myp +myp +fBc +myp +nQl +eNf +trB +efW +nyo +rkU +oVf +pqb +fAN +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(147,1,1) = {" +gmQ +cwG +cwG +cwG +cwG +cwG +cwG +cwG +cwG +cwG +cwG +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +fXR +fYk +gaJ +ykS +rEl +rGt +rGt +gAV +pJV +gMA +gNt +gRe +pJV +hlH +hpJ +rGt +rGt +rGt +gnw +rEl +ykS +pJV +pJV +pJV +rGt +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +tcM +rdj +jlG +hNH +spu +tbh +odZ +odZ +odZ +odZ +odZ +tqy +pyu +sgv +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +aps +iiO +onc +kgA +svl +eNL +wdH +onc +wUF +uuY +wUF +wUF +wUF +wUF +wUF +wUF +hAG +wUF +kLu +wUF +hAG +wUF +lbo +nSt +qRs +gBS +mQg +iwS +kTW +iwS +cvu +cvu +luw +kcc +aBX +bBh +gOl +bBh +aBX +kCf +fMQ +apl +uho +cHS +cAA +pOM +wZH +yac +yac +tLa +fND +oWf +tLO +ueN +tmG +tmG +kWm +kWm +jDB +vSE +jDB +kWm +pqb +sdw +sdw +myp +mxj +mqK +trB +nEJ +myp +myp +myp +myp +myp +myp +myp +myp +nQl +eNf +xAZ +pqb +pqb +pqb +pqb +pqb +fAN +uWB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(148,1,1) = {" +ace +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ace +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +kBN +kBN +kBN +gev +rGt +rGt +rGt +gBL +pJV +gNa +gQr +gSW +pJV +hlH +hqO +rGt +rGt +rGt +rGt +rGt +pOr +pJV +pJV +pJV +tcW +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +wLM +nJH +cHU +cHU +cHU +cIn +odZ +odZ +odZ +odZ +odZ +tqy +pyu +rpk +kxR +hnv +hnv +uSc +hnv +hnv +dgy +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +iBl +ihM +ihM +qau +mPM +kLu +uuY +nae +onc +onc +onc +onc +onc +onc +onc +mPM +onc +onc +iwS +iwS +eyb +iwS +gBS +gBS +iwS +pUa +iwS +iwS +fMQ +fMQ +xwc +aBX +aBX +aBX +aBX +aBX +aoW +fMQ +fMQ +tbo +tbo +kAt +vAw +wZH +wZH +yac +yac +fND +kwn +tLO +ueN +pHO +pHO +kWm +evA +nHr +uku +fkW +sFz +pqb +cBu +sdw +myp +mxj +myp +trB +sUB +txY +txY +txY +myp +myp +txY +txY +txY +hvZ +eNf +trB +efW +uam +wcz +oVf +pqb +fAN +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(149,1,1) = {" +gmQ +dzW +dzW +dzW +dzW +dzW +dzW +dzW +dzW +dzW +dzW +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +hiT +fYW +hiT +ykS +rEl +gqJ +rEl +gBT +jVh +gNc +gNc +gNc +jVh +hlH +hvl +rGt +rGt +rEl +rEl +ykS +ykS +fVX +fZO +uQK +tdj +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +wLM +hNH +cHU +cHU +kvz +oGK +odZ +oZR +oZR +oZR +fTt +kcO +pyu +rpk +art +ctv +ctv +ctv +ctv +ctv +kqu +onc +onc +fsr +mDE +sBu +nWB +cSN +hMi +eNW +auB +jmW +onc +kbo +vhb +vES +nig +onc +wUF +oiy +wUF +onc +pdE +dkR +cts +kbo +onc +tzY +qau +ewA +onc +uDo +lIh +rnN +tOu +gBS +gBS +iwS +pUa +iwS +iwS +fMQ +nIr +uWf +uWf +aBX +wWF +aBX +uWf +uWf +nIr +fMQ +tbo +tbo +tbo +kAW +vHu +vHu +gHZ +kAW +fND +ihz +tLO +ueN +chS +chS +kWm +dYT +oBC +oBC +ueN +nQW +pqb +sdw +sdw +sdw +eNf +myp +trB +def +kco +nVl +mxS +myp +myp +xap +gJq +ipn +ltP +eNf +viw +kvN +myg +myg +ovc +pqb +fAN +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(150,1,1) = {" +gmQ +dzW +aDE +dzW +dzW +dzW +dzW +dzW +dzW +aDE +dzW +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ykS +ykS +ykS +ykS +ykS +ykS +ykS +ykS +ykS +ybO +mRy +mRy +mRy +hfX +ykS +ykS +ykS +ykS +ykS +ykS +ykS +ykS +ykS +ykS +ykS +ykS +ykS +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +wLM +dvz +cHU +cHU +kvz +gkW +odZ +oZR +oZR +oZR +uSB +rwi +pyu +rpk +art +ctv +qCu +qCu +qCu +ctv +aya +onc +onc +bRi +lcq +nWB +nWB +nWB +pPI +pPI +pPI +gGp +onc +onc +onc +onc +onc +onc +rKY +oiy +kLu +mPM +qau +ihM +ihM +tPt +onc +sDc +jWT +nzW +onc +ilu +ueh +ugK +iwS +wLL +qUb +iwS +pUa +iwS +iwS +fMQ +qDT +uWf +jzx +aBX +wWF +aBX +jzx +uWf +wxh +fMQ +tbo +tbo +tbo +tbo +tbo +tbo +tbo +tbo +tbo +kWm +xac +uSA +kWm +kWm +kWm +tLO +oBC +oBC +ueN +dvD +pqb +sdw +sdw +sdw +eNf +myp +trB +ikE +hzh +lBg +lBg +myp +myp +ipn +ipn +ipn +oSm +eNf +trB +efW +nyo +rkU +oVf +pqb +fAN +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(151,1,1) = {" +gmQ +dzW +dzW +dzW +dzW +dzW +dzW +dzW +dzW +dzW +dzW +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +wLM +dvz +cHU +vTg +vTg +tNv +dfd +xTS +xTS +oZR +xuc +tqy +lhs +rpk +ctv +ctv +ctv +ctv +ctv +ctv +ctv +aqo +onc +wEK +qPt +nWB +nWB +nWB +pPI +pPI +pPI +pPI +onc +sVm +vlH +sDc +wdH +onc +wUF +oZr +wUF +onc +nzq +eNL +kgA +svl +onc +vlH +jWT +ftQ +onc +lvI +ueh +ueh +eyb +myG +myG +iwS +vUy +iwS +iwS +fMQ +aCM +vpW +rGD +aBX +rVg +aBX +rGD +xFZ +gzp +fMQ +siJ +sZP +sZP +iXk +myG +fCK +hAX +gBS +jgg +vvY +fOM +nPt +nHr +nHr +nHr +gul +oBC +oBC +ueN +dvD +pqb +pqb +pqb +cQm +eNf +myp +trB +ybq +xdQ +oBR +hzh +myp +myp +ipn +ipn +gJq +oSm +eNf +xAZ +pqb +pqb +pqb +pqb +pqb +fAN +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(152,1,1) = {" +gmQ +dzW +aDE +dzW +dzW +dzW +dzW +dzW +dzW +aDE +dzW +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mbI +oIM +cHU +vTg +puZ +tQh +xTS +fBk +puZ +vTg +sOr +tqy +lhs +rpk +ctv +ctv +ctv +wqP +ctv +ctv +ctv +ctz +onc +iqP +feR +nWB +nWB +nWB +qcF +blz +cfw +pbV +onc +kpZ +jWT +jWT +qau +mPM +kLu +qgA +nae +onc +onc +onc +onc +onc +onc +sVm +kbP +kqD +onc +iwS +iwS +fYP +iwS +jBK +pMT +sZP +pMT +wde +iwS +fMQ +sSm +rGD +xVi +aBX +wWF +aBX +xVi +rGD +lhl +fMQ +rBs +pUa +pUa +iDG +myG +aCC +gBS +gBS +xpQ +vvY +fOM +cxl +oBC +oBC +oBC +oBC +oBC +oBC +ueN +dQQ +pqb +pqb +pqb +pqb +grj +myp +trB +fFi +rQy +tSu +aIy +myp +myp +kvh +bSd +bSd +bZj +eNf +trB +efW +uam +wcz +oVf +pqb +fAN +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(153,1,1) = {" +gmQ +dzW +dzW +dzW +dzW +dzW +dzW +dzW +dzW +dzW +dzW +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +iIs +iIs +dvz +vTg +vTg +tNv +dfd +xTS +xTS +oZR +rXP +rwi +jcE +rpk +ctv +ctv +ctv +ctv +ctv +ctv +ctv +dDF +onc +oIW +nWB +nWB +sPD +mhg +onc +onc +onc +onc +onc +kqD +voT +nzW +nig +onc +wUF +oiy +wUF +onc +gQg +xMC +aOR +nzW +onc +onc +onc +onc +onc +iwS +uAJ +pUa +pUa +lZM +pUa +pUa +pUa +xIm +wde +fMQ +fMQ +nIr +gOl +aBX +wWF +aBX +gOl +nIr +fMQ +fMQ +aRW +pUa +pUa +oNa +iwS +eyb +haO +iwS +eyb +kWm +tLO +oBC +oBC +oBC +oBC +oBC +oBC +oBC +ueN +dvD +pqb +reY +hiF +ePH +eNf +myp +ser +uVO +uVO +uVO +uVO +kVf +kVf +uVO +uVO +uVO +uVO +rWg +oNj +kvN +myg +myg +ovc +pqb +fAN +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(154,1,1) = {" +ace +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ace +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +tcM +dvz +cHU +kvz +jXt +odZ +oZR +oZR +oZR +uSB +tqy +pyu +rpk +art +ctv +qCu +qCu +qCu +ctv +cjY +onc +onc +eXB +nWB +nWB +wrT +kff +fEi +blm +lNy +onc +onc +onc +onc +onc +onc +onc +rKY +qgA +kLu +mPM +xAk +xAk +jWT +yhH +onc +kTc +kTc +kTc +kTc +iwS +eQt +tXE +rnH +xGH +fCa +pUa +pUa +pUa +xIm +wde +fMQ +fMQ +fMQ +ugS +fMQ +ugS +fMQ +fMQ +fMQ +fMQ +aRW +pUa +pUa +oNa +iwS +oUA +rnN +wsY +uId +kWm +tLO +oBC +oBC +oBC +oBC +oBC +oBC +oBC +ueN +wcM +pqb +vkh +tGz +tGz +mxj +myp +ylW +qED +sSK +dAU +sSK +qED +sSK +abd +sSK +qED +sSK +xUV +gRK +efW +nyo +rkU +oVf +pqb +fAN +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(155,1,1) = {" +gmQ +auj +bEB +bEB +bEB +bEB +dlN +dlN +dlN +dlN +eMK +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +wLM +hNH +cHU +kvz +svr +odZ +oZR +oZR +oZR +mli +kcO +pyu +rpk +art +ctv +ctv +ctv +ctv +ctv +wZz +onc +voi +nWB +nWB +nWB +xRM +xQp +rBp +rBp +rBp +lNy +onc +mES +pVt +rfO +wdH +onc +wUF +oZr +wUF +onc +aOy +jdQ +ahp +jFM +onc +onc +onc +wpv +onc +onc +onc +onc +onc +iwS +xGH +fCa +pUa +pUa +pUa +xIm +sZP +sZP +sZP +pMT +tkR +pMT +sZP +sZP +sZP +sZP +iGT +pUa +pUa +oNa +iwS +rHK +ueh +ueh +lvI +kWm +tLO +oBC +eZi +ufi +htk +ufi +ufi +htk +fyy +oWf +pqb +ont +tGz +tGz +mxj +myp +trB +pqb +rMa +htR +rMa +pqb +rMa +htR +rMa +pqb +rMa +htR +rMa +pqb +pqb +pqb +pqb +pqb +fAN +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(156,1,1) = {" +gmQ +iDq +fnh +fnh +fnh +fnh +fnh +fnh +fnh +fnh +eNb +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +wLM +cwU +cHU +cHU +cIn +odZ +odZ +odZ +odZ +odZ +tqy +pyu +rpk +qFa +aXl +aXl +cUs +aXl +aXl +pcw +onc +ycD +nWB +nWB +nWB +aqV +njZ +rBp +rBp +rBp +qlM +onc +lBF +tZe +tZe +qau +mPM +kLu +oiy +nae +onc +oFM +pTF +tZe +rfO +onc +oFM +oQO +jWT +siN +onc +eNL +bwf +gdi +iwS +iwS +xGH +fCa +pUa +pUa +pUa +pUa +pUa +pUa +pUa +vUy +pUa +pUa +pUa +pUa +pUa +pUa +pUa +pUa +iDG +mRX +ueh +ueh +ueh +udI +kWm +tLO +oBC +ueN +kWm +qNE +kWm +kWm +ftv +kWm +kWm +pqb +ont +tGz +tGz +mxj +myp +trB +pqb +aat +myg +uam +pqb +jeY +myg +uam +pqb +jeY +myg +uam +pqb +pqb +fAN +fAN +fAN +fAN +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(157,1,1) = {" +gmQ +iDq +fnh +fnh +fnh +fnh +fnh +fnh +fnh +fnh +eNb +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mbI +sIC +hNH +ggS +rtO +odZ +odZ +odZ +odZ +odZ +tqy +pyu +rUb +pGJ +mVC +onc +onc +onc +onc +onc +onc +voi +nWB +nWB +nWB +jeU +kmF +kvI +mRz +qlM +onc +onc +yce +sHV +qpQ +nig +onc +wUF +oiy +wUF +onc +cbs +pTF +tZe +tZe +onc +cbs +cMm +jWT +sDc +onc +jXe +ihM +xRj +iwS +iwS +iwS +xGH +fCa +eZg +kkU +kkU +cVB +kkU +kkU +vUy +kkU +wUU +wUU +cVB +wUU +wUU +kkU +kkU +kNj +iwS +iJo +sRk +mXR +iwS +kWm +tLO +oBC +oaa +kWm +jle +nRs +kWm +jle +nRs +kWm +pqb +reY +kUC +omh +eNf +myp +trB +pqb +etr +myg +wcz +pqb +etr +myg +wcz +pqb +etr +myg +wcz +pqb +pqb +fAN +pqb +pqb +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(158,1,1) = {" +gmQ +iDq +fnh +fnh +fnh +fnh +fnh +fnh +fnh +fnh +eNb +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +iIs +iIs +iIs +iIs +iIs +uFG +aIt +lmc +dRS +wxC +ntK +aps +uLx +pyu +rpk +onc +onc +lbo +qdI +lbo +onc +onc +sWV +onc +sWV +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +rKY +uuY +wUF +onc +sDu +tZe +tZe +cYM +onc +sDu +xRj +jWT +ePz +onc +kmM +ihM +xRj +cYM +iwS +ikw +xsY +aRW +udJ +fMQ +fMQ +fMQ +fMQ +fMQ +fMQ +aoc +mUc +gJh +vwe +mUc +gJh +aoc +fMQ +fMQ +fMQ +fMQ +fMQ +fMQ +kWm +kWm +tLO +oBC +ueN +kWm +gzR +qqS +kWm +igY +qqS +kWm +pqb +pqb +pqb +pqb +bbR +myp +trB +pqb +oVf +wNj +oVf +pqb +oVf +wNj +oVf +pqb +oVf +wNj +oVf +pqb +pqb +fAN +pqb +pqb +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(159,1,1) = {" +gmQ +asM +dGF +dGF +dGF +dGF +dtL +dtL +dtL +dtL +eNQ +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +lLo +yhe +yhe +yhe +xZc +xZc +teF +cCT +wKb +yhe +yhe +nsA +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +tcM +okT +qQr +iIs +iIs +iIs +iIs +iIs +iIs +iIs +iIs +tqy +pyu +rpk +lrt +sWJ +otB +nuz +nuz +nuz +nuz +nuz +kgu +nuz +nuz +nuz +kgu +nuz +kgu +vRS +wUF +wUF +wUF +gtY +wUF +wUF +wUF +uuY +wUF +onc +aIb +xNZ +mpW +mES +onc +tZe +myL +xAk +rKq +onc +rKq +xAk +lpP +tZe +iwS +waY +hLq +aRW +oNa +fMQ +ppZ +uqg +rnv +ppZ +bQi +lZV +aBX +aBX +cqY +aBX +aBX +fhT +veQ +vqC +ayG +veQ +vqC +fMQ +kWm +kWm +qiO +htk +lgU +kWm +kWm +kWm +kWm +kWm +kWm +kWm +pqb +cQm +thl +thl +eNf +myp +trB +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +fAN +pqb +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(160,1,1) = {" +ace +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ace +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xZc +xRb +xRb +hFe +xRb +xRb +xRb +ycf +ycf +scI +ums +xNh +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +wLM +iFf +odZ +odZ +bGq +jKi +ohN +ohN +ohN +ttO +iIs +kcO +pyu +rpk +wGt +dTZ +tvL +cnt +cnt +cnt +cnt +cnt +cnt +cnt +cnt +cnt +cnt +cnt +cnt +vRS +wUF +mmH +oZr +wvV +xgm +xCU +oZr +azG +nae +onc +onc +onc +onc +onc +onc +sFp +mvQ +xAk +buW +onc +uua +xAk +fcH +sLt +iwS +njy +fKH +aRW +oNa +fMQ +ppZ +uqg +rnv +ppZ +bQi +dyQ +aBX +aBX +aBX +aBX +aBX +nCx +veQ +vqC +ayG +veQ +vqC +fMQ +vtr +vtr +ohk +vnv +vnv +dxk +dxk +jBc +kom +myp +vep +myp +nCA +myp +myp +myp +mxj +myp +trB +pqb +iMX +nSj +rNs +rNs +nSj +iMX +pqb +tKi +lYr +keG +hiL +cQD +lVD +fAN +pqb +uWB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(161,1,1) = {" +gmQ +dov +dov +dov +dov +dov +dov +dov +dov +dov +dov +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ewZ +xTl +ehu +xZc +xZc +xZc +xRb +xte +ycf +amE +ums +xNh +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +wLM +dUh +odZ +odZ +aQX +fkh +fkh +fkh +fkh +fkh +eMo +tqy +pyu +rpk +wGt +jlU +tvL +kkB +gcB +gcB +gcB +gcB +gcB +gcB +gcB +gcB +gcB +gcB +aQv +vRS +wUF +wUF +wUF +hAG +wUF +wUF +wUF +uuY +wUF +gzT +xRj +oMM +vwP +vTz +onc +onc +onc +mPM +onc +onc +onc +mPM +onc +onc +iwS +nMv +waY +aRW +oNa +fMQ +oCp +ppZ +wAE +rnv +ppZ +axT +bCT +aBX +aBX +aBX +cDS +uTp +vqC +ayG +etw +vqC +qHm +fMQ +oBC +oBC +rJC +oBC +oBC +oBC +oBC +tDo +fmZ +beg +beg +beg +pqb +cQm +thl +thl +eNf +myp +trB +pqb +eHs +tGz +tGz +tGz +tGz +wUL +pqb +jUr +kCu +kCu +kCu +kCu +kCu +nXK +pqb +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(162,1,1) = {" +gmQ +dov +dov +dov +dov +dov +dov +dov +dov +dov +dov +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sYR +yhe +yhe +apA +wRT +xZc +xRb +pFm +ycf +hIm +xZc +apA +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mbI +gcU +odZ +odZ +xPF +fkh +ohN +ohN +ohN +ohN +iIs +tqy +pyu +rpk +wGt +qIR +tvL +gOi +vhg +onc +nQb +rou +wUF +wUF +vhU +wUF +wUF +onc +onc +onc +onc +onc +onc +onc +onc +unO +wUF +oiy +wUF +vwP +tZe +tZe +tZe +xRj +onc +vod +lbo +peS +ajM +qIR +ajM +peS +lbo +vod +iwS +osp +waY +aRW +oNa +fMQ +rgF +eru +ojv +rnv +eru +rRF +bCT +aBX +aBX +aBX +cDS +bfo +cxK +ayG +bfo +cxK +rgF +fMQ +qrg +mdV +rJC +xXq +xcV +sVL +jNk +tDo +fmZ +jWM +aWr +mpj +pqb +pqb +pqb +pqb +grj +myp +trB +pqb +ero +tGz +tGz +tGz +tGz +uDD +pqb +eDV +kCu +kCu +kCu +kCu +kCu +oJi +pqb +uWB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(163,1,1) = {" +gmQ +dov +dov +dov +dov +dov +dov +dov +dov +dov +dov +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xZc +xRb +dPA +ycf +edo +xZc +wRT +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +iIs +iIs +dGP +odZ +odZ +fkh +ohN +ohN +ohN +ohN +iIs +tqy +pyu +rpk +wGt +dTZ +tvL +gOi +tZj +onc +mST +iTE +cEE +oOS +sVj +wUF +wUF +aNP +onc +onc +onc +vPm +nYA +onc +onc +vod +wUF +oiy +wUF +xCi +xRj +oMM +vwP +vTz +onc +iXI +xRj +xRj +xRj +xRj +xRj +xRj +xRj +kkr +iwS +erk +fKH +aRW +oNa +fMQ +rgF +kRJ +kRJ +rgF +kRJ +kRJ +aBX +aBX +fsS +aBX +aBX +vYW +vYW +rgF +vYW +vYW +rgF +fMQ +tuh +hwF +rJC +uLr +jNk +xmI +xcV +tDo +fmZ +wRR +suU +nug +pqb +tRY +tRY +tRY +eNf +myp +trB +pqb +pqb +pqb +gPg +gPg +pqb +pqb +pqb +pqb +iwv +fcs +fcs +epD +kCu +oJi +pqb +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(164,1,1) = {" +gmQ +dov +dov +dov +dov +dov +dov +dov +dov +dov +dov +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +lLo +teF +wKb +xZc +xRb +nRo +tKs +tnW +xZc +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +tcM +abb +odZ +lJm +fkh +fkh +fkh +fkh +fkh +eMo +tqy +pyu +rpk +ajO +sWJ +tvL +gOi +ncp +onc +rGl +sAi +oss +sAi +rye +wUF +wUF +wxO +vPm +nYA +vPm +jWT +jWT +vPm +onc +cTV +wUF +uuY +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +xRj +poA +rbD +bLc +poA +rbD +xRj +cFn +iwS +fHh +hLq +aRW +oNa +fMQ +rgF +kRJ +kRJ +rgF +kRJ +kRJ +aBX +aBX +sOT +aBX +aBX +vYW +vYW +rgF +vYW +vYW +rgF +fMQ +oBC +oBC +rJC +oBC +oBC +oBC +oBC +tDo +fmZ +odz +eNf +xAZ +pqb +uMr +myp +myp +mxj +myp +ser +uVO +aji +uVO +kVf +kVf +uVO +aji +hsJ +sAZ +kCu +kCu +kCu +kCu +kCu +oJi +pqb +uWB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(165,1,1) = {" +gmQ +dov +dov +dov +dov +dov +dov +dov +dov +dov +dov +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +lLo +xZc +rpQ +rpQ +xZc +xRb +yhe +yhe +yhe +yhe +yhe +yhe +yhe +yhe +yhe +nsA +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mbI +mes +gUw +nTS +fkh +ohN +ohN +ohN +ohN +iIs +tqy +pyu +rpk +onc +onc +tvL +gOi +cTV +onc +jEf +srI +sAi +sAi +exL +wUF +wUF +jWT +jWT +jWT +jWT +jWT +jWT +uMu +onc +xzd +wUF +azG +uuY +wvV +xCU +rTI +wvV +xCU +uuY +uuY +uuY +nxD +iMB +ira +nxD +pfP +xRj +rIS +iwS +msA +kQr +aRW +udJ +fMQ +rgF +ozy +aOd +rnv +ozy +aGD +bCT +nVd +qxt +llm +cDS +rDy +wbe +ayG +wBr +wbe +rgF +fMQ +vtr +vtr +prX +pQJ +pQJ +nHw +fhx +boc +fmZ +aWr +ilL +bje +pqb +izs +izs +izs +hTU +sSK +hpD +hpD +sSK +sSK +sSK +sSK +sSK +fXZ +trB +cxS +gPk +dSn +gmq +vbb +naw +pqb +pqb +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(166,1,1) = {" +ace +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ace +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +lLo +yhe +ycf +ycf +ycf +xZc +xRb +lZC +ycf +lfS +lpu +gHP +jQB +ggg +seS +nRH +xZc +nsA +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +iIs +jCv +qJu +fkh +jPx +gMB +mDs +uvO +iIs +kcO +pyu +rpk +onc +onc +pvx +dpF +onc +onc +onc +onc +lAK +wWp +exL +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +onc +jyl +wUF +uuY +wUF +wUF +wUF +hAG +wUF +wUF +wUF +wUF +xRj +iOH +neo +bLc +iOH +neo +xRj +kTP +iwS +iwS +iwS +aRW +oNa +fMQ +oCp +ppZ +ffV +rnv +ppZ +haZ +bCT +qxt +qlX +qxt +cDS +fWt +vqC +ayG +ecb +vqC +qHm +fMQ +kWm +kWm +dQQ +vxF +vxF +pqb +pqb +gPg +pqb +pqb +pqb +gPg +pqb +pqb +pqb +pqb +ldr +drp +kVf +kVf +drp +drp +drp +drp +lbU +xmb +bje +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +uWB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(167,1,1) = {" +gmQ +atT +atT +atT +atT +atT +atT +atT +egP +atT +atT +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +udh +vmz +vmz +vmz +vmz +xpg +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wRT +yeF +tdQ +ycf +oQl +xZc +yhe +xZc +ycf +ycf +ycf +ycf +ycf +xYE +sCS +pzZ +ybl +xZc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +tcM +phM +fDS +fkh +jsg +dZA +phM +dZA +iIs +tqy +pyu +rUb +pGJ +rwZ +pGJ +mVC +nIj +nIj +xbI +iIs +vQi +sAi +yls +wUF +fRW +fRW +fRW +wUF +fRW +fRW +fRW +rKE +onc +qIR +wUF +uuY +nae +onc +onc +onc +onc +onc +onc +iXI +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vHf +iwS +iwS +siJ +iGT +oNa +fMQ +ppZ +smL +rnv +ppZ +hRy +dyQ +aBX +aBX +aBX +aBX +aBX +nCx +vIj +vqC +ayG +rLk +vqC +luw +kHR +kWm +kWm +kPg +bjw +pqb +cFY +ntW +uVO +uVO +uVO +uVO +uVO +jIK +cFY +pqb +pUR +pUR +myp +myp +pUR +pUR +myp +pUR +cmf +ipn +ipn +xaU +fLn +fmc +ajk +nZr +fLn +fmc +pqb +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(168,1,1) = {" +gmQ +atT +aZN +atT +atT +atT +dxR +atT +atT +cuy +atT +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +whv +uAN +vVi +wgj +uAN +whv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wRT +yfm +xur +tyq +peG +lZC +tKA +lZC +ycf +ycf +ycf +ycf +ycf +lZC +ycf +ycf +lqJ +xZc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mbI +kwq +fOf +fkh +aKD +phM +dZA +phM +iIs +tqy +pyu +pyu +pyu +pyu +pyu +rUb +pGJ +pGJ +aie +iIs +xMz +sAi +jBf +wUF +mce +wxT +wxT +wUF +mce +wxT +wxT +dbj +onc +vod +wUF +uuY +wUF +onc +gQg +xMC +aOR +nzW +onc +vod +lbo +kLu +xgh +qIR +xgh +kLu +lbo +vod +iwS +iwS +aRW +eZg +kNj +fMQ +ppZ +vjq +rnv +ppZ +xqZ +lRs +nnN +sAd +nUi +kPi +fHe +qBn +tVL +vqC +ayG +oDu +vqC +fMQ +nAN +nAN +nAN +tnc +tnc +pqb +cFY +taC +sSK +sSK +sSK +qED +hpD +bje +wvg +pqb +dGN +dGN +myp +myp +dGN +dGN +myp +dGN +yag +ipn +ipn +xaU +bXH +fmc +ipn +nZr +bXH +fmc +pqb +uWB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(169,1,1) = {" +gmQ +atT +atT +atT +atT +atT +atT +atT +atT +atT +atT +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +udh +uYq +voZ +vAW +vAW +wKh +xuz +xpg +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wRT +cxG +ait +ycf +ycf +xZc +yhe +xZc +ycf +ycf +ycf +ycf +ycf +ggg +huE +jGe +nNJ +xZc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +iIs +oKP +fkh +app +xtI +dZA +nlb +iIs +hku +xuq +aps +aps +aps +aps +aps +uLx +pyu +rpk +iIs +wUF +wUF +wUF +wUF +luf +luf +luf +wUF +luf +luf +luf +rKE +onc +aEp +wUF +uuY +kLu +mPM +xAk +xAk +jWT +yhH +onc +onc +onc +mPM +onc +onc +onc +mPM +onc +onc +iwS +iwS +aRW +oNa +iwS +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +hXs +xpy +tnc +tnc +pqb +pqb +pqb +pqb +pqb +pqb +pqb +uPb +bVg +pqb +pqb +fJR +fJR +myp +myp +fJR +fJR +myp +fJR +pAp +ipn +ipn +ipn +ipn +ipn +ipn +ipn +ipn +ipn +pqb +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(170,1,1) = {" +gmQ +atT +atT +bAv +atT +cuy +atT +atT +atT +dxR +atT +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +udh +uiq +uZe +xVv +xVv +xVv +xVv +uZe +vVV +xpg +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sYR +yhe +ycf +ycf +ycf +xZc +xRb +lZC +ycf +khA +ipE +igq +sBn +xYE +rmf +ufU +xZc +apA +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +fjq +ydz +mAc +mAc +mAc +mAc +oZk +iIs +xbI +vOg +xGO +qqV +nIj +nIj +xbI +ntK +aps +iiO +iIs +fRW +fRW +fRW +wUF +wUF +wUF +wUF +wUF +wUF +wUF +wUF +nae +onc +hyg +wUF +uuY +wUF +onc +aOy +jdQ +ahp +jFM +onc +xNZ +uWy +xAk +vlW +onc +gQg +xAk +xea +sHV +iwS +iwS +aRW +oNa +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +tAB +qTJ +tnc +hoD +pqb +pxs +pxs +pxs +tBb +sBh +cFY +ntW +hsJ +tHQ +pqb +grj +myp +myp +myp +myp +myp +myp +myp +eOl +ipn +ipn +ipn +ipn +ipn +ipn +ipn +ipn +ipn +pqb +uWB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(171,1,1) = {" +gmQ +atT +atT +atT +atT +atT +atT +aZN +atT +atT +egP +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +got +got +got +qoq +qoq +qoq +qoq +qoq +got +got +qoq +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +vVV +uAg +vBY +vbV +una +una +wNz +vBY +uAg +uiq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sYR +xZc +dCY +dCY +xZc +xRb +yhe +yhe +yhe +yhe +yhe +yhe +yhe +yhe +yhe +apA +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +mVX +iIs +ydz +mAc +mAc +mAc +mAc +oZk +iIs +rcN +rcN +rcN +iIs +eoD +wxT +wxT +wUF +fRW +fRW +fRW +wUF +fRW +fRW +fRW +wUF +onc +vod +gzT +uuY +sTV +onc +hNK +xPS +ihM +eNL +onc +tZe +myL +xAk +tWj +onc +aOy +xAk +lpP +tZe +iwS +iwS +aRW +udJ +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +acx +xpy +tnc +tnc +pqb +vdf +vdf +vdf +vdf +hwc +ntW +rWg +trB +oSQ +pqb +pUR +pUR +myp +myp +fWk +jlp +tqI +qco +cgU +bRL +ivr +phe +kXF +jQb +ozS +bRL +mud +eEj +pqb +pqb +pqb +pqb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(172,1,1) = {" +ace +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ace +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +iFV +iXv +jvA +got +lkv +lkv +lkv +lkv +lkv +lkv +qoq +got +niK +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +whv +uAN +uZA +vqc +xVv +xVv +vqc +xwg +uAN +whv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sYR +sWH +yiV +xZc +xRb +nYn +ycf +kbD +xZc +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +ctv +ctv +ctv +iIs +dXc +rpC +onc +iFr +mce +wxT +wxT +iFr +mce +wxT +wxT +nQb +onc +vod +aGX +qwp +wwr +onc +jmH +xPS +ihM +ihM +onc +sDu +xRj +jWT +ePz +onc +kmM +ihM +xRj +cYM +iwS +iwS +vUy +vUy +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +iky +nAN +mwS +bDa +pqb +vdf +vdf +vdf +vdf +hwc +xmb +fXZ +trB +wvg +pqb +dGN +dGN +myp +myp +oXn +lLt +lLt +lLt +rqJ +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +pqb +uWB +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(173,1,1) = {" +gmQ +axW +axW +axW +axW +axW +axW +axW +axW +axW +axW +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +qoq +iGj +xEX +xEX +got +xEX +xEX +xEX +xEX +xEX +xEX +got +xEX +xEX +xEX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +sCE +vBY +uiq +uFs +xVv +xVv +xVv +xVv +xVv +xVv +xPZ +vVV +vBY +tSg +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xZc +xRb +wTD +ycf +ycf +xZc +wRT +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +tcM +ctv +ctv +ctv +tcM +mVX +mVX +srQ +vOD +hrD +hrD +hrD +hrD +rpC +onc +onc +onc +onc +vod +xCi +sAT +wQz +onc +tIC +ihM +ihM +rag +onc +oFM +cMm +jWT +sDc +onc +jXe +ihM +xRj +iwS +iwS +siJ +iGT +oNa +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +fAg +qFV +irL +nsM +pqb +pxs +pxs +pxs +uZt +dgp +cFY +eNf +trB +uYa +pqb +fJR +fJR +myp +myp +mQr +lLt +qaa +lLt +iMy +nAN +nAN +gQl +mYM +oIc +qVd +nAN +tbt +wGf +nAN +nAN +axr +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(174,1,1) = {" +gmQ +axW +bah +bAO +axW +cuG +dzo +dzo +dzo +euF +axW +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +iBq +xEX +xEX +kNl +xEX +xEX +xEX +xEX +xEX +xEX +fLk +xEX +xEX +xEX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +whv +txI +xlI +uMd +xVv +xVv +xVv +xVv +xVv +xVv +xSs +xlI +tlN +whv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +lLo +yhe +yhe +nsA +wRT +xZc +xRb +yao +oxk +ton +xZc +nsA +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +mVX +mVX +wLM +rBi +ctv +ctv +wLM +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +srQ +onc +onc +onc +onc +onc +onc +onc +onc +jXe +qkx +aVs +kgA +onc +cbs +uzs +jWT +siN +onc +eNL +wYx +gdi +iwS +siJ +iGT +eZg +kNj +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +efU +hTD +fAg +kZY +pqb +pqb +pqb +pqb +pqb +pqb +lpB +rWg +trB +jzj +pqb +grj +myp +myp +myp +arX +tmL +nlT +lLt +oUm +nAN +nAN +aFM +nBl +oIc +rjE +nAN +weC +aig +nAN +nAN +eSL +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(175,1,1) = {" +gmQ +axW +bal +bAO +axW +cvi +dBa +dBa +dBa +evL +axW +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +iBq +xEX +xEX +got +xEX +xEX +lKH +iBq +xEX +oIK +got +niK +got +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +whv +tyW +una +uNt +xVv +xVv +xVv +xVv +xVv +xVv +uNt +una +tmR +whv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +hsP +ygA +tlz +xZc +xZc +xZc +xRb +xpJ +ycf +ycf +ums +xNh +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +wLM +ctv +xfI +ctv +wLM +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +srQ +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +onc +iwS +aRW +eZg +kNj +bwb +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +pwF +hTD +fAg +abk +pqb +brM +iFB +kaY +vep +gPg +xmb +sSK +gRK +rZk +pqb +pUR +pUR +myp +myp +owl +lLt +uAi +lLt +fgx +nAN +nAN +fpg +oIc +oIc +njk +nAN +aoS +jbd +nAN +mIC +ctk +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(176,1,1) = {" +gmQ +axW +baD +bAO +axW +cDk +dBJ +dBJ +dBJ +exa +axW +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +dDn +evN +fbH +qoq +xEX +xEX +iBq +iBq +xEX +xEX +xEX +xEX +gaE +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +whv +sBv +uqP +uOp +vba +vuL +xVv +xVv +vuL +vba +uOp +uqP +sBv +whv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xZc +xRb +xRb +vrv +xRb +xRb +xRb +ycf +ycf +scI +ums +xNh +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +wLM +ctv +tjJ +ctv +wLM +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +srQ +onc +onc +onc +onc +onc +onc +onc +iwS +aRW +oNa +dzZ +iwS +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +pwF +hTD +fAg +kZY +pqb +pqb +pqb +myp +myp +pqb +inI +fvx +pIg +inI +pqb +dGN +dGN +myp +myp +keD +lLt +lLt +lLt +rxE +nAN +nAN +egQ +riL +wEo +gsj +nAN +asI +qOP +nAN +ctk +ctk +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(177,1,1) = {" +gmQ +axW +axW +axW +axW +axW +axW +axW +axW +axW +axW +gmQ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +got +qoq +got +got +xEX +xEX +iBq +iBq +xEX +xEX +xEX +xEX +gaE +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +vVV +vBY +urb +vBY +vbV +vxy +vWG +vWG +wPz +wNz +vBY +urb +vBY +uiq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sYR +yhe +yhe +yhe +xZc +xZc +sWH +jxo +yiV +yhe +yhe +apA +wRT +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +giG +ctv +pUv +ctv +wLM +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +dzZ +aRW +oNa +nte +mVX +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +nAN +hTD +fAg +kZY +pqb +jBs +iFB +ayr +ayr +pqb +hza +vTR +aeY +hza +pqb +fJR +fJR +sSK +qED +vsU +kiv +xCN +fKl +xas +nAN +nAN +asI +asI +asI +asI +asI +asI +ccL +eSL +ctk +ctk +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(178,1,1) = {" +ace +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ace +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +qoq +oIK +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +gaE +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +wkA +tzd +whv +uAN +xVv +vAW +xVv +xVv +vAW +xVv +uAN +whv +tzd +gtm +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wLM +ctv +cCV +ctv +giG +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +jMD +wxt +aRW +udJ +wxt +jMD +jiz +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +nAN +fDP +fDP +fDP +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +sTJ +asI +asI +tlT +asI +asI +asI +qOP +nAN +iRq +jWu +nAN +pHc +pHc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(179,1,1) = {" +gmQ +aAB +bep +bep +bep +cEx +dCs +dYC +dYC +dYC +ePB +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +xEX +xEX +xEX +iCc +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +ggJ +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +whv +uPh +xVv +xVv +xVv +xVv +xVv +xVv +yhA +whv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xCF +ykl +ykl +ykl +hFo +ykl +ykl +hFo +ykl +ykl +ykl +ykl +nVI +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +giG +ctv +xEI +ctv +wLM +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +kMP +aRW +oNa +nte +mVX +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +nAN +hTD +fAg +kZY +xwr +daM +rgi +mYF +pBb +woV +dVt +qfj +asI +pLN +asI +asI +asI +pLN +asI +asI +asI +pLN +asI +asI +eCT +asI +asI +asI +nAN +glw +dEb +dEb +gAk +nAN +qLC +ctk +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(180,1,1) = {" +gmQ +aAB +bep +bCI +bfh +cHK +bXO +bfh +eiR +dYC +ePB +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +xEX +xEX +iBq +iBq +iCc +xEX +xEX +xEX +xEX +xEX +xEX +xEX +ggJ +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +whv +wLf +vdt +yet +xVv +xVv +yet +vdt +wLf +whv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xCF +yiB +eGA +sEW +tzB +stM +xjH +xjH +stM +oKx +dtK +dnL +gEA +gNB +ykl +nVI +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +wLM +ctv +cFo +ctv +wLM +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +srQ +vOD +hrD +hrD +rpC +onc +onc +iwS +iwS +aRW +oNa +kMP +iwS +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +pwF +hTD +fAg +kZY +hmX +daM +woV +adZ +dtR +woV +daM +nAN +nAN +nAN +nAN +nAN +kTQ +asI +asI +pwb +ocO +oTI +asJ +nAN +nAN +uTC +fgL +iha +nAN +rey +jzh +xFY +rey +nAN +ctk +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(181,1,1) = {" +gmQ +aBL +bfh +bCI +bfh +cHK +bXO +cig +eiR +bfh +eQT +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +xEX +jet +iBq +iBq +iCc +xEX +xEX +xEX +xEX +xEX +got +qoq +got +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +vVV +vBY +vBY +vBF +xVv +xVv +ykQ +vBY +vBY +uiq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xCF +yiB +niR +yjH +yjH +yjH +xld +xjH +xjH +xld +yjH +yjH +yjH +mhN +kRq +hsl +gNB +nVI +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +wLM +ctv +ctv +ctv +wLM +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +srQ +onc +onc +vOD +hrD +hrD +rpC +onc +clj +fQJ +qzP +hTg +onc +onc +uRC +uRC +aRW +oNa +eKv +eKv +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +pwF +hTD +fAg +moU +ncA +woV +soN +woV +woV +woV +woV +qsJ +vcj +lCT +daM +nAN +lcU +asI +asI +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(182,1,1) = {" +gmQ +aDf +bgE +bCI +bfh +cHK +bXO +bfh +eiR +aim +dIc +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +xEX +xEX +iBq +iBq +iCc +xEX +xEX +xEX +xEX +xEX +fJV +gfB +gfB +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +wkA +ylp +veL +xlI +xxK +xLc +xlI +ylp +veL +gtm +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xCF +yiB +nzn +yjH +yjH +yjH +yjH +gvQ +xjH +xjH +wZi +yjH +yjH +yjH +yjH +quu +yjH +rtP +stM +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +mVX +mVX +wLM +rBi +ctv +ctv +wLM +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +srQ +vOD +hrD +hrD +hrD +hrD +rpC +onc +onc +onc +rVm +uOC +qPh +ppL +rpi +rXN +qlC +qlC +jkY +guv +onc +uRC +uRC +aRW +xIm +wde +vui +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +efU +hTD +fAg +abk +nAN +bNp +dVt +daM +soN +woV +soN +gpm +bSu +woV +bvK +nAN +nAN +vsD +sZy +nAN +oBW +nAN +oBW +nAN +oBW +nAN +wQP +nAN +wQP +nAN +wQP +nAN +nAN +nAN +nAN +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(183,1,1) = {" +gmQ +aDf +bgE +bgE +bgE +cHT +dCI +aim +aim +aim +dIc +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +xEX +xEX +xEX +iCc +xEX +xEX +xEX +xEX +xEX +xEX +fJV +xEX +xEX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +uPi +uPi +mVX +mVX +mVX +mVX +uPi +uPi +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +wZC +xDl +fCS +yjH +yjH +yjH +dbO +jwa +xjH +xjH +jwa +yjH +yjH +yjH +yjH +rzg +yjH +rtP +stM +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mbI +ctv +ctv +ctv +mbI +mVX +mVX +srQ +vOD +hrD +hrD +hrD +hrD +rpC +onc +hGC +tlx +lqs +qQa +qQa +hGC +prI +eOT +onc +ldB +rXN +qlC +jkY +uKY +kVt +qVY +mKB +mbd +mFe +onc +uRC +eKv +xGH +fCa +oNa +jMK +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +nNb +hTD +fAg +kZY +xwr +uoZ +ebR +aHU +soN +jhY +soN +iCn +woV +woV +ufp +nAN +nAN +nAN +nAN +nAN +fDV +nAN +fDV +nAN +fDV +nAN +fDV +nAN +fDV +nAN +fDV +nAN +nAN +nAN +nAN +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(184,1,1) = {" +ace +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ace +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +qoq +oIK +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +xEX +nhI +xEX +xEX +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xde +ooz +cjy +yjH +wIA +mgI +cbZ +stM +xjH +xjH +stM +xFR +xFR +rYd +xFR +pgZ +xFR +rwu +lSb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +rcN +rcN +rcN +iIs +ydz +oZk +onc +eeb +qMw +tGL +tWu +fNk +fNk +ihM +ihM +ihM +ihM +ihM +ihM +ihM +ihM +ihM +onc +guv +kVt +kqe +kqe +kqe +kqe +tNZ +osE +mbd +kic +onc +rvV +eKv +eKv +aRW +oNa +rvV +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +efU +hTD +fAg +kZY +xpW +tto +ovk +oIc +woV +woV +soN +vgt +woV +woV +arS +nAN +ctk +nAN +ydH +sYS +njW +lsT +oOk +nAN +rZo +fPf +cKq +nAN +evj +uUG +hsZ +hvs +vNi +nAN +nAN +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(185,1,1) = {" +gmQ +hkM +hkM +hkM +hkM +hkM +hkM +hkM +ehD +exG +dJG +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +qoq +got +qoq +got +qoq +xEX +xEX +iBq +iBq +xEX +xEX +fJV +xEX +xEX +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +vqq +xzY +xzY +xzY +xzY +xzY +xzY +wiM +xzY +wJv +idL +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xgr +pCz +ykl +ykl +ykl +ykl +ykl +rXK +iEE +xjH +gNB +ykl +ykl +hFo +ykl +ykl +ykl +rXK +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +jMD +jMD +mVX +mVX +mVX +mVX +iIs +ydz +mAc +mAc +mAc +mAc +oZk +iIs +tqy +pyu +rpk +qqC +nIj +nIj +onc +pzx +sAi +tWd +jEu +ihM +cgt +tRb +lyU +ueb +aZv +hxR +oeY +tRb +ubI +ihM +kLj +rXN +rVc +kqe +mbd +weR +kVt +qVY +jdj +mbd +uda +onc +mRR +eKv +eKv +aRW +oNa +miN +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +pwF +hTD +fAg +kZY +xpW +jDr +oIc +oIc +oIc +oIc +soN +soN +soN +woV +bjP +nAN +ctk +nAN +eTm +sYS +fAg +cKq +fAg +mcg +fAg +fAg +fAg +mcg +fAg +rZo +fAg +hvs +qGS +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(186,1,1) = {" +gmQ +hkM +aXa +hkM +hkM +bRx +hkM +hkM +ehD +exG +dJG +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +qoq +xEX +xEX +xEX +qoq +xEX +xEX +iBq +iBq +xEX +xEX +fJV +gfB +gfB +qoq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +vrJ +vYJ +xiL +xzH +xiL +hXp +hXp +xiL +nhl +xwF +wJv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xde +ooz +xEV +xEV +cyi +xEV +xEV +xld +xjH +xjH +hsl +nfp +hsl +xld +qKq +yjH +nPr +kAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +fjq +ydz +mAc +mAc +mAc +mAc +oZk +iIs +phM +kiX +skw +skw +kiX +phM +iIs +tqy +pyu +rUb +pGJ +mVC +sfl +onc +cVM +sAi +gmC +jEu +ihM +xPB +lQY +lQY +dsj +dsj +dsj +aVH +aVH +tlE +rag +nCm +smT +ayw +kqe +lkj +onS +smT +ayw +ayw +vvD +kzB +onc +tkP +tso +nIn +aRW +oNa +jcM +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +pwF +hTD +fAg +kZY +hmX +rgs +xws +mcX +lUK +lUK +lUK +kXz +woV +woV +fLa +nAN +ctk +nAN +ydH +mFD +gCw +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +txL +hvs +doA +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(187,1,1) = {" +gmQ +hkM +hkM +hkM +hkM +hkM +hkM +hkM +ehD +exG +dJG +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +xEX +xEX +xEX +qoq +xEX +xEX +iBq +iBq +xEX +oIK +got +got +got +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +sCH +vYJ +xLf +hSY +xiL +xiL +xiL +xiL +xiL +xiL +gWt +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xgr +eNS +xFR +xFR +xFR +xFR +xFR +obR +xjH +xjH +xjH +xjH +xjH +cEg +yjH +tAX +wuk +kAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +iIs +mlk +vXo +dZA +kiX +rLO +rLO +rLO +rLO +lrP +rLO +rLO +rLO +rLO +iIs +kcO +pyu +pyu +pyu +rpk +sfl +onc +pFP +sAi +sRv +jEu +ihM +dag +aVH +aVH +ugH +dsj +ugH +aVH +aVH +jic +ihM +onc +onc +yfV +jLx +onc +ruj +ckG +oWo +kfj +nCt +onc +onc +cWC +tkP +lhv +aRW +oNa +rvV +iwS +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +hvL +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +ctk +nAN +nAN +hTD +fAg +kZY +nAN +nAN +nAN +nAN +dVt +fCV +dVt +nAN +rFY +azT +daM +eSL +ctk +nAN +nAN +nAN +wyk +qWa +fAg +fAg +fAg +cBr +fAg +fAg +fAg +blT +qBi +nAN +nAN +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(188,1,1) = {" +gmQ +hkM +aXz +hkM +hkM +hkM +dDl +hkM +ehD +exG +dJG +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +qoq +xEX +jlL +xEX +kNl +xEX +xEX +xEX +xEX +xEX +xEX +fLk +xEX +xEX +xEX +njt +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +sKd +vYJ +xiL +xjT +hVl +vYQ +vYQ +xMe +diH +hYN +wJv +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xgr +fEX +hsl +hsl +hsl +hsl +hsl +obR +xjH +xjH +xjH +xjH +xjH +cEg +yjH +tAX +cKX +kAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +tcM +lvT +fkh +fkh +gnD +vgN +rLO +fkh +fkh +fkh +fkh +fkh +fkh +fkh +rLO +iIs +ntK +aps +aps +uLx +rpk +qjT +onc +jvq +sAi +wUF +wUF +ihM +mjx +dsj +ugH +vjo +ryR +dPx +ugH +dsj +aTZ +ihM +onc +rou +kAE +tak +onc +onc +onc +onc +onc +onc +onc +onc +iwS +iwS +iwS +aRW +xIm +wde +iwS +nAN +nAN +nAN +nAN +nAN +vJu +vJu +qzU +evD +evD +fgq +vJu +vJu +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +hTD +fAg +sYW +qgi +csZ +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +ctk +nAN +vtw +seQ +blT +fAg +fAg +leC +kWB +rky +wtj +vSX +fAg +fAg +qWa +qsa +pUX +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(189,1,1) = {" +gmQ +hkM +hkM +hkM +hkM +hkM +hkM +hkM +ehD +exG +dJG +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +qoq +xEX +xEX +xEX +got +xEX +xEX +xEX +xEX +xEX +xEX +got +xEX +xEX +xEX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +sOp +xzY +xzY +xzY +xzY +xzY +xzY +xzY +xzY +wJv +igh +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xde +ooz +xEV +xEV +tML +xEV +xEV +jwa +xjH +xjH +xFR +rYd +xFR +jwa +amV +yjH +tBt +kAj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mbI +dZA +fkh +fkh +kiX +vXo +rLO +fkh +fkh +fkh +fkh +fkh +fkh +fkh +rLO +iIs +xbI +nIj +nIj +tqy +rpk +xbI +onc +qXZ +sAi +gmC +jEu +ihM +kAE +dsj +dsj +ryR +mTf +ryR +dsj +dsj +tak +ihM +onc +gdt +avP +feT +aZv +aZv +pTI +pBA +alG +gBS +hAX +gBS +qsO +mCa +hLq +lZM +pUa +xIm +sZP +fDP +qgi +qgi +qgi +qgi +qgi +qgi +qgi +qto +qto +qgi +qgi +qgi +qgi +qgi +qgi +qgi +qgi +fDP +qgi +qgi +oWu +lSR +leN +hOe +kZY +nAN +nvm +geF +gPn +rWE +rWE +tEi +toU +cYV +nAN +ctk +nAN +vtw +seQ +eRR +fAg +fAg +kZA +amK +iAD +amK +jtm +fAg +fAg +ibQ +qsa +tyB +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(190,1,1) = {" +ace +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ace +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +xEX +xEX +xEX +got +lkT +lkT +lkT +lkT +lkT +lkT +got +qoq +got +got +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xgr +pCz +ykl +ykl +ykl +ykl +ykl +rXK +iEE +xjH +rwu +ykl +ykl +sTx +ykl +ykl +ykl +rXK +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +iIs +lvT +fkh +fkh +gnD +skw +rLO +fIJ +fkh +fkh +ooD +fkh +fkh +bfx +rLO +iIs +iIs +iIs +iIs +tqy +rpk +sfl +onc +uRM +sAi +tWd +jEu +ihM +hxR +dsj +ugH +xYo +ryR +sXk +ugH +dsj +ueb +ihM +onc +vYj +bBI +eNm +ePS +ePS +pTI +iKU +bXp +gBS +gBS +gBS +koH +myG +hLq +lZM +pUa +pUa +pUa +fDP +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fDP +fAg +fAg +fAg +oWu +wRu +bKz +kZY +nAN +hqZ +raf +uVd +rTL +rTL +itf +toU +aiQ +nAN +ctk +nAN +nAN +nAN +fAg +fAg +fAg +rwv +lwX +aqP +avx +gHS +fAg +fAg +fAg +nAN +nAN +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(191,1,1) = {" +gmQ +aEA +blh +blh +blh +cIs +dFv +ebp +ebp +ebp +eRk +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +got +got +got +got +got +qoq +got +qoq +got +qoq +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +got +mVX +mVX +mVX +mVX +ild +mVX +vvU +wNS +wNS +wNS +wNS +wNS +wNS +wNS +wNS +czh +mVX +mVX +sBi +pJc +mQp +pJc +pJc +mQp +pJc +pJc +fLb +mVX +xde +ooz +mfp +yjH +coI +kag +yjH +stM +xjH +xjH +stM +kcH +tFo +wpx +cJM +juD +qrM +gNB +nVI +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +tcM +dZA +vXo +fkh +fkh +dZA +kiX +rLO +fkh +fkh +fkh +fkh +fkh +fkh +fkh +rLO +iIs +mDq +pOv +iIs +tqy +rpk +sfl +onc +xTi +sAi +eCI +jEu +ihM +ocG +aVH +lQY +ugH +dsj +ugH +aVH +aVH +eTD +rag +onc +tmi +kAE +tak +nxD +nxD +nxD +iwS +dPc +gdk +haO +dPc +gdk +iwS +iwS +aRW +pUa +eZg +kkU +fDP +hHu +gvy +hHu +hHu +hHu +hHu +hHu +hHu +hHu +hHu +gvy +hHu +mzs +mzs +hHu +hHu +hHu +fDP +mzs +mzs +hHu +gvy +jJS +fAg +kZY +nAN +yef +rjH +mnL +rTL +rTL +gnr +toU +rPH +nAN +ctk +nAN +hWn +jHw +kuA +fAg +blT +qdd +baa +pXf +dGL +tpf +qWa +fAg +jgV +hvs +fAg +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(192,1,1) = {" +gmQ +aIq +blK +blK +blK +cOo +dFy +blK +blK +blK +eSC +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +vwV +wbC +wrd +uQE +vEz +vEz +hYC +wDf +wPV +rzX +czh +mVX +wej +izz +dEd +gqc +wRr +bCu +grx +nIG +qRN +mVX +wZC +xDl +vDz +yjH +qxs +kag +yjH +xld +ova +xjH +xld +yjH +yjH +yjH +yjH +yjH +yjH +iOC +stM +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mbI +kiX +lvT +fkh +fkh +gnD +vgN +rLO +fkh +fkh +fkh +fkh +fkh +fkh +fkh +rLO +iIs +xTc +nVN +hFX +tqy +rpk +sfl +onc +byB +sAi +tWd +jEu +ihM +xPB +lQY +aVH +dsj +dsj +dsj +aVH +aVH +tlE +ihM +onc +qQT +kAE +tak +waR +nxD +rny +iwS +oGU +oUA +uEG +sUy +lYZ +lYZ +gFS +qlu +fnC +uJn +iwS +nAN +nAN +nAN +rfP +ckj +shl +nAN +nAN +nAN +nAN +nAN +nAN +uoR +tho +xPf +fQU +fQU +fQU +fQU +jed +wWR +bfa +nAN +sVW +fAg +kZY +nAN +nEQ +alR +qlp +rTL +rTL +fJQ +gXQ +pSw +nAN +ctk +nAN +nAN +nAN +fAg +fAg +fAg +rwv +jPF +aqP +oso +qCI +fAg +fAg +fAg +nAN +nAN +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(193,1,1) = {" +gmQ +aIq +blK +blK +blK +cOo +dFy +blK +blK +blK +eSC +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +vxp +wbC +uQV +uQV +uQV +uQV +uQV +uQV +uQV +ibG +hxT +mVX +xoU +mcb +mDX +tIz +wRr +wRr +wRr +nIG +qRN +mVX +sen +pTY +iwW +yjH +vyc +kag +yjH +obR +xjH +xjH +caw +yjH +yjH +yjH +yjH +yjH +yjH +oKx +stM +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +iIs +iIs +dZA +vgN +fkh +fkh +fkh +phM +rLO +rLO +rLO +rLO +fkh +rLO +rLO +rLO +rLO +iIs +iIs +iIs +iIs +tqy +rpk +nIj +onc +cte +wUF +gmC +jEu +ihM +cDE +kKf +eNU +aTZ +ePS +mjx +sGK +kKf +caQ +ihM +onc +eol +kAE +tak +agb +nxD +rny +iwS +nRE +ueh +ueh +ueh +ueh +udI +afP +afP +aQn +anK +afP +ctk +eSL +dVt +nWU +xhn +xhn +cWM +pFy +fcv +mYz +nAN +nve +woV +soN +woV +woV +woV +uOf +uOf +woV +woV +woV +bBe +hTD +fAg +kZY +nAN +nAN +nAN +nAN +rTL +rTL +nAN +nAN +nAN +nAN +ctk +nAN +tha +pIW +cKq +fAg +fAg +kZA +amK +itg +amK +ylC +fAg +fAg +rZo +qsa +wWh +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(194,1,1) = {" +gmQ +aIq +blK +blK +blK +cOo +dFy +blK +blK +blK +eSC +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +teZ +wbC +hSb +xmr +xmr +xmr +xmr +uQV +wRK +rzX +icm +mVX +buH +qKf +sZH +iei +ncs +hLh +wRr +nIG +qRN +mVX +mVX +sen +pTY +yjH +yjH +yjH +yjH +jwa +vPM +vPM +jwa +yjH +yjH +yjH +yjH +ddL +otM +rwu +lSb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +tcM +kiX +vXo +kiX +sKR +gYq +fkh +dZA +dwJ +dwJ +dwJ +dZA +fkh +qFF +dZA +phM +skw +iIs +egp +pOv +iIs +tqy +oga +onc +onc +onc +xHc +qkl +wqc +pNo +ihM +ihM +pNo +ihM +ihM +ihM +pNo +ihM +ihM +pNo +onc +gdt +kAE +tak +uWE +nxD +rny +iwS +nRE +ueh +ueh +sFI +ueh +pbe +afP +lzS +vjT +jbJ +afP +ctk +nAN +rFp +xOe +xOe +xOe +vcO +woV +woV +hIB +nAN +tBT +woV +woV +bpI +uOf +uOf +uqY +toL +uOf +woV +woV +xgt +hTD +fAg +kZY +nAN +tdy +nfR +pWS +rTL +rTL +hAn +dqX +mIW +nAN +ctk +nAN +tha +pIW +vVB +fAg +fAg +jrj +lLN +dTg +dvS +hUD +fAg +fAg +txL +qsa +uLw +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(195,1,1) = {" +gmQ +aIv +bmm +bmm +bmm +cOF +dFC +ecw +ecw +ecw +eTg +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +tfx +wNS +wNS +wNS +wNS +wNS +wNS +wFE +wNS +icm +mVX +mVX +yib +pJc +utn +pJc +pJc +pJc +lPZ +pJc +iqx +mVX +mVX +mVX +sen +pTY +vft +nCv +cxU +stM +ova +xjH +stM +fjA +vyc +dic +oKx +rwu +ykl +lSb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +wLM +dZA +gdL +gdL +gdL +qwy +fkh +skw +nfF +nfF +nfF +phM +fkh +fkh +dZA +dZA +gam +iIs +xTc +nVN +wsP +tqy +dRV +onc +nKO +djz +nKO +djz +sWF +onc +kAE +tak +onc +eoT +dZv +tpC +onc +kAE +tak +onc +onc +onc +kAE +tak +nxD +nxD +nxD +iwS +uId +pbE +ohJ +sKA +mXR +uId +afP +lzS +fon +fon +afP +ctk +nAN +mOZ +xOe +kfU +xOe +mUH +woV +oIc +oIc +kDg +soN +soN +bLr +toL +toL +toL +bpI +nsd +toL +nBX +woV +nAN +fDP +fDP +fDP +nAN +cJg +iXF +uVd +rTL +rTL +gnr +toU +hJy +nAN +ctk +nAN +nAN +nAN +aXP +qWa +fAg +fAg +fAg +mcg +fAg +fAg +fAg +blT +pBp +nAN +nAN +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(196,1,1) = {" +ace +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ghk +ace +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +sen +ykl +ykl +ykl +yiB +fCu +imX +gNB +ykl +ykl +ykl +ykl +lSb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +wLM +kiX +gdL +unl +gdL +qwy +fkh +phM +dwJ +dwJ +dwJ +dZA +phM +fkh +kiX +dZA +phM +iIs +iIs +iIs +iIs +tqy +rpk +onc +jEu +jEu +jEu +jEu +pMI +rKE +kAE +tak +fai +wUF +oth +wUF +xrs +kAE +tak +qNc +vAg +qcn +kAE +ekH +onc +onc +onc +onc +afP +afP +afP +afP +uab +afP +afP +afP +eed +rhO +afP +ctk +nAN +vYC +xOe +xOe +xOe +tRX +woV +woV +nnM +nAN +oHS +woV +woV +wmP +rkN +rkN +uqY +toL +rkN +woV +woV +vIU +hTD +fAg +kZY +nAN +vOq +cgv +mnL +rTL +rTL +gnr +toU +vSC +nAN +ctk +nAN +puc +spd +blT +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +qWa +qsa +nIL +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(197,1,1) = {" +gmQ +aJQ +kjK +kjK +kjK +kjK +dKH +dKH +dKH +dKH +eUK +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +tlC +vzV +vzV +vzV +vhG +mVX +vZm +xHu +xHu +xHu +xHu +xHu +xHu +xHu +xHu +wdr +tJc +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mbI +vXo +gdL +gdL +gdL +qwy +fkh +mlk +dZA +kiX +dZA +dZA +gam +fkh +fkh +fkh +fkh +aEP +pbU +pGJ +pGJ +qIW +rUb +cPH +aZv +aZv +aZv +avP +feT +aZv +avP +feT +avP +feT +aZv +aZv +aZv +avP +feT +aZv +aZv +aZv +avP +feT +onc +iOH +mYH +vdY +afP +epo +vPx +kzR +eaT +afP +afP +afP +xpp +dIs +afP +dcc +nAN +dVt +fnW +sJY +ikU +ubx +qMf +fls +mYz +nAN +uQg +woV +soN +woV +woV +woV +rkN +rkN +woV +woV +woV +eSd +hTD +fAg +kZY +nAN +fXf +fAg +uJU +rTL +rTL +qMy +oKH +bZw +nAN +ctk +nAN +puc +spd +fAg +hsZ +fAg +pZY +fAg +fAg +fAg +pZY +fAg +njW +fAg +qsa +cWR +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(198,1,1) = {" +gmQ +aKV +bnR +bnR +bnR +bnR +bnR +bnR +bnR +bnR +eVP +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +vKg +vAU +vAU +vAU +vKg +mVX +xKm +xHv +xHv +xHv +xHv +oJI +xHv +xHv +xHv +gMf +xoG +ucg +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +skM +mUx +qnz +qnz +qnz +qnz +qnz +qnz +wEy +cmJ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +iIs +iIs +kiX +dZA +vXo +vaw +lus +fkh +fkh +fkh +fkh +fkh +fkh +fkh +fkh +fkh +fkh +fkh +eWv +tqy +pyu +sgv +aps +aps +pvx +ePS +gMd +ePS +bBI +eNm +ePS +bBI +eNm +bBI +eNm +ePS +ePS +ePS +bBI +eNm +ePS +ePS +ePS +bBI +eNm +xSv +vMQ +wzu +lGB +afP +xub +bRu +lJl +vwh +afP +afP +wAV +dZk +xhN +afP +afP +afP +afP +afP +afP +afP +uab +afP +afP +afP +nAN +nAN +uNq +mMK +ixP +wEo +wEo +wEo +wEo +mnX +xqM +wlW +nAN +sVW +fAg +kZY +nAN +nAN +nAN +nAN +ohG +vfD +nAN +nAN +nAN +nAN +ctk +nAN +puc +spd +rNd +fAg +oXE +nAN +qWa +fAg +blT +nAN +xin +fAg +dEr +qsa +nIL +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(199,1,1) = {" +gmQ +aKV +bnR +bnR +bnR +bnR +bnR +bnR +bnR +bnR +eVP +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +vKg +wdV +wsJ +uRU +vKg +mVX +xKm +xHv +xHv +xHv +xHv +xHv +xHv +xHv +xHv +xHv +kfM +kYH +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mUx +qnz +kms +kms +jLh +oaT +nct +mvo +iod +qnz +kms +kms +wEy +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +tcM +kiX +rDT +dZA +fkh +fkh +fkh +fkh +fkh +eVA +qsv +qsv +gYq +gpF +qFF +dZA +dZA +skw +wGM +tqy +pyu +rpk +onc +onc +onc +onc +onc +onc +kAE +tak +fPG +saA +saA +kAE +tak +oEQ +omP +mbZ +vFV +onc +onc +onc +onc +kAE +tak +xSv +vMQ +iGX +nRB +afP +vwh +nBB +sVH +txJ +afP +afP +wAV +xJZ +pAe +tad +arZ +pEc +vPy +ssB +tJJ +uKU +uab +erc +jLN +afP +nAN +uTt +qgi +qto +qto +qgi +qgi +qgi +qgi +qto +qto +fDP +ppx +oWu +fAg +sYW +qgi +qgi +ppx +qgi +qto +qto +qgi +ppx +csZ +nAN +ctk +nAN +nAN +nAN +lur +cNy +oHO +nAN +fDP +fDP +fDP +nAN +tNz +mSG +vik +nAN +nAN +nAN +ctk +ctk +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(200,1,1) = {" +gmQ +aKV +bnR +bnR +bnR +bnR +bnR +bnR +bnR +bnR +eVP +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +vKg +tCW +wtF +uTh +vKg +mVX +xKm +wIG +xHv +xHv +xHv +xHv +xHv +xHv +xHv +tIG +kfM +kYH +mVX +mVX +mVX +mVX +mVX +mVX +mUx +kms +kms +ybf +ybf +wSU +mVh +jLh +maD +sHW +vml +vml +ggC +gxB +qnz +qbr +qkC +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +wLM +kiX +kiX +fkh +fkh +fkh +qFF +upv +dZA +kiX +qBE +gdL +qwy +gpF +dZA +dZA +gam +phM +wGM +tqy +pyu +rpk +onc +rKE +nKO +djz +nKO +onc +rvc +tak +saA +lcz +omP +kAE +tak +rTQ +eji +lgv +lnp +onc +xKM +yly +onc +kAE +tak +onc +poA +cNn +vqX +afP +izB +txJ +vwh +smB +afP +afP +bAw +pej +ona +rgL +rgL +rgL +rgL +rgL +rgL +chG +afP +afP +afP +afP +nLW +mTv +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fDP +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +fAg +kZY +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +hTD +fJn +kZY +nAN +nAN +nAN +nAN +nAN +nAN +nAN +ctk +ctk +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(201,1,1) = {" +gmQ +aLV +bqg +bqg +bqg +bqg +dMv +dMv +dMv +dMv +eWL +dVZ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +vKg +wfh +wua +wtF +vKg +mVX +xKm +xHv +xHv +xHv +xHv +xHv +xHv +xHv +xHv +xHv +kfM +kYH +mVX +mVX +mVX +mVX +mVX +mVX +qnz +qnz +mfb +jOk +dCC +nyJ +ycx +jLh +mhh +owV +eTZ +eTZ +lKZ +ahu +qnz +qbr +lIw +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +wLM +vgN +qFF +fkh +fkh +vXo +twh +vXo +phM +vgN +gdL +dNa +qwy +gpF +gdL +gdL +dZA +kiX +wGM +tqy +pyu +fWV +onc +wyU +jEu +jEu +jEu +onc +kAE +tak +saA +tFq +lyE +kAE +tak +onc +onc +onc +onc +onc +aUY +tjO +uWv +kAE +ekH +onc +onc +onc +onc +afP +afP +afP +afP +afP +afP +afP +aMV +srE +ifZ +ifZ +ifZ +ifZ +ifZ +ifZ +ofy +jHX +bSx +afP +afP +nLW +nLW +wRu +mzs +hHu +hHu +hHu +hHu +mzs +mzs +hHu +hHu +fDP +hHu +hHu +hHu +hHu +hHu +hHu +hHu +hHu +hHu +hHu +jJS +apH +sYW +qgi +fDP +qgi +qgi +ppx +qgi +qgi +qgi +qgi +oWu +fAg +abk +nAN +efU +xnh +efU +nAN +nAN +nAN +eSL +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(202,1,1) = {" +ace +aNT +aNT +aNT +aNT +aNT +aNT +aNT +aNT +aNT +aNT +ace +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +vHX +tFK +wua +wtF +vKg +mVX +xKm +xHv +xHv +xHv +xHv +mGy +xHv +xHv +xHv +lpO +xoG +fwi +mVX +mVX +mVX +mVX +mVX +rns +kms +cwn +nyJ +aFa +aFa +qnY +cmF +jLh +pLm +owV +bAP +vHp +kQk +aFT +qnz +qbr +lIw +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mbI +phM +fkh +fkh +fkh +dZA +vXo +rMK +fsT +xck +qBE +glO +qwy +gpF +gdL +gdL +gdL +dZA +wGM +tqy +pyu +oga +onc +uNF +jEu +wUF +ycL +aZv +avP +feT +saA +lcz +omP +kAE +tak +onc +iOH +mYH +vdY +onc +onc +onc +onc +kAE +tak +onc +iOH +mYH +vdY +afP +kgx +kgx +sub +kgx +kgx +kgx +gbo +jHX +eUo +erZ +wtL +mXv +ftT +vdO +dZk +jHX +cxA +afP +nLW +nLW +nLW +nLW +nNb +nAN +pFW +pFW +pFW +fDP +fDP +pFW +pFW +pFW +pFW +pFW +nAN +nAN +vOU +asI +asI +asI +vOU +nAN +hTD +fAg +fAg +fAg +fDP +fAg +iIo +fAg +bUs +fAg +fAg +fAg +fAg +fAg +moU +xkB +woV +woV +woV +lWt +eZR +ycb +cby +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(203,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +vHX +tHu +wua +wtF +vKg +mVX +wbd +xHu +xHu +eEg +ico +xHu +nWz +tXP +xHu +ndg +ckq +mVX +mVX +mVX +mVX +mVX +mVX +mUx +kms +ipg +mEq +shU +shU +upL +cmF +jLh +oQV +owV +lKZ +mfn +lha +qnz +kms +kms +mrm +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +iIs +iIs +dZA +fkh +fkh +kiX +vXo +kEU +kiX +mgC +gdL +gdL +maJ +qwy +gpF +gdL +qBE +gdL +gdL +wGM +tqy +pyu +rpk +onc +tWd +jEu +wUF +kAE +aTZ +bBI +eNm +fPG +ljs +saA +kAE +tak +xSv +vMQ +nRB +lGB +onc +onc +onc +onc +hiC +tak +xSv +wUF +rhx +lGB +afP +kgx +kgx +kgx +kgx +kgx +kgx +gbo +jHX +gOI +dCm +bbv +obc +rNB +mWR +dZk +jHX +oTM +afP +nLW +nLW +nLW +nLW +sBk +nAN +nNb +neN +neN +asI +asI +jxF +vxR +fDY +idI +vdg +nAN +nAN +nDM +omz +asI +qbO +nDM +nAN +hTD +edZ +hOe +hHu +fDP +hHu +jJS +fAg +hOe +hHu +hHu +hHu +hHu +hHu +cnO +xkB +woV +woV +woV +bUi +kKp +dEb +aUX +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(204,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +vKg +wtF +wua +uTW +vKg +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +rns +mUx +rVI +kVI +jLh +qnz +qnz +qnz +qnz +qnz +uqu +uqu +jLh +qnz +qkW +qkW +qnz +qnz +qnz +mVX +mVX +rns +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +tcM +dZA +phM +fkh +fkh +kiX +rDT +dZA +vgN +upv +gdL +gdL +hWS +qwy +gpF +gdL +gdL +gdL +gdL +wGM +ofi +ofi +ofi +onc +onc +onc +onc +pvx +dpF +onc +onc +onc +onc +sxQ +kAE +tak +xSv +vMQ +wzu +wzu +onc +aUY +sAI +lfP +kAE +tak +xSv +vMQ +wzu +wzu +afP +kgx +kgx +kgx +kgx +kgx +kgx +gbo +ona +rgL +rgL +rgL +rgL +rgL +rgL +pej +jHX +tyO +afP +exU +kfl +kfl +neK +nAN +nAN +efU +xqp +xqp +asI +asI +asI +asI +asI +asI +asI +nAN +nAN +pNy +cby +ajU +cby +pNy +nAN +fDP +fDP +fDP +nAN +nAN +nAN +hTD +fAg +moU +tig +tig +tig +tig +nAN +nAN +nAN +efU +woV +woV +sMy +jbY +dEb +dAl +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(205,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +vKg +tQv +wua +uTW +vKg +mVX +mVX +mVX +wRV +xyH +xnG +rfg +xnG +xyH +xEq +mVX +mVX +mVX +mVX +mUx +jLh +puu +nkF +pPs +pPs +gmk +pPs +dxY +jWz +jmz +cmF +jLh +kXQ +owV +lKZ +tIo +qnz +qnz +kms +qnz +wEy +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +wLM +dZA +fkh +fkh +fkh +mlk +dZA +kiX +vXo +gdL +qBE +gdL +mlk +qwy +gpF +gdL +gdL +gdL +gdL +wGM +foN +pyu +hQx +aZX +aZX +glM +aZX +isw +gVO +sSU +yaB +xbI +onc +frx +kAE +ekH +onc +poA +cNn +vqX +onc +ugQ +oqC +onc +kAE +tak +onc +poA +mAw +vqX +afP +kgx +kgx +kgx +kgx +kgx +kgx +aWc +ifZ +ofy +fon +srE +ifZ +ifZ +ifZ +ifZ +tgA +afP +afP +hnc +kww +nCb +kgD +nAN +nAN +mjE +hfO +hfO +asI +asI +wwK +vEt +sfw +vEt +erD +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +hTD +fAg +kZY +nAN +nAN +nNb +hTD +eeU +moU +tig +tig +tig +tig +efU +nAN +nAN +ePR +woV +woV +woV +woV +woV +bfH +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(206,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +wgN +vKg +wua +vKg +uUk +mVX +mVX +mVX +xiN +xDq +ksB +ksB +xNl +fTo +xiN +mVX +mVX +mVX +mVX +iuz +dDa +vJv +kxD +aFa +aFa +aFa +aFa +aFa +aFa +qnY +gQs +uqu +vml +byG +wZx +vml +ezx +hTE +kuh +dlS +vZY +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +wLM +rUx +hOr +fkh +fkh +fkh +dZA +kiX +rDT +qBE +gdL +ngf +vaw +mHE +vuA +gdL +gdL +dZA +dZA +wGM +foN +pyu +pyu +pyu +pyu +pyu +pyu +pyu +pyu +jcE +gKX +xMH +onc +pDi +kAE +tak +onc +onc +onc +onc +onc +onc +onc +onc +kAE +ekH +onc +onc +onc +onc +afP +afP +afP +afP +afP +afP +afP +ckb +dOj +dZk +fon +xhN +yeh +jlH +eFN +xRh +naI +afP +afP +hEq +kyB +oPU +fjj +nAN +nkz +fAg +lfU +xxx +asI +asI +uZB +wAz +vwu +sfT +njh +nAN +ifB +oON +vfO +qgi +ppx +qgi +qgi +oWu +fAg +vvt +nAN +nAN +jdg +hTD +hxv +moU +fAg +fAg +fAg +fAg +tGe +nAN +nAN +tgn +woV +oIc +oIc +oIc +xqp +wwE +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(207,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +wgN +wuL +uUk +mVX +mVX +mVX +mVX +xnG +xMx +xNl +ksB +xNl +pgW +lJp +mVX +mVX +mVX +mVX +qJR +jUX +vJv +gHz +shU +shU +shU +shU +shU +shU +upL +oQS +ghS +tEG +ahk +ecn +tEG +ezx +vOu +jPU +aoF +mHR +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +wLM +rUx +hOr +fkh +fkh +fkh +fkh +kiX +gdL +gdL +qBE +ngf +qwy +gpF +mlk +qBE +fMS +dZA +gam +wGM +foN +pyu +cPM +hEu +hEu +hEu +hEu +hEu +ivQ +pyu +dXA +vOg +onc +ebO +avP +feT +aZv +aZv +aZv +aZv +aZv +aZv +aZv +aZv +avP +feT +aZv +avP +feT +jrx +afP +afP +afP +afP +afP +afP +afP +afP +afP +dZk +fon +xhN +afP +afP +afP +afP +afP +afP +afP +asK +asK +asK +asK +nAN +trm +fAg +lfU +xxx +asI +asI +pgs +shB +byz +shB +dBk +nAN +naM +oON +hTD +fAg +fAg +fAg +fAg +fAg +fAg +oCT +nAN +nAN +nNb +hTD +mPi +moU +tig +tig +tig +tig +efU +nAN +eSL +efU +woV +soN +woV +soN +woV +gqg +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(208,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xiN +xMY +ksB +ksB +xNl +ihc +xiN +mVX +mVX +mVX +mVX +eip +jLh +hDU +auo +aYy +oOv +xHL +tYY +naV +gTi +jmz +cmF +jLh +tUP +yeH +vwJ +dYf +qnz +fjH +kms +qnz +mrm +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +wLM +rUx +hOr +hOr +hOr +fkh +fkh +rLr +mlk +gdL +xKz +vaw +lus +gpF +xKz +gdL +gdL +gdL +gdL +wGM +foN +pyu +gKX +mby +tgY +ctv +tgY +mby +foN +pyu +hSv +qqV +onc +lNA +bBI +eNm +ePS +gMd +ePS +ePS +ePS +gMd +ePS +ePS +bBI +eNm +ePS +bBI +eNm +frx +afP +fID +fID +fID +fID +fID +fID +fID +ecV +dZk +fon +jHX +idQ +idQ +qnP +qnP +qnP +qnP +afP +iUO +ctk +ctk +oNH +nAN +uea +fAg +lfU +xxx +asI +asI +asI +asI +asI +asI +asI +nAN +ifB +oON +hTD +fAg +hOe +aPL +hHu +uEf +gXI +cBt +nAN +nAN +nAN +hTD +fAg +moU +tig +tig +tig +tig +nAN +nAN +eSL +nAN +pDH +pBb +nNb +vad +pDH +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(209,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ecB +nvh +nvh +nvh +nvh +nvh +nvh +nvh +nvh +nvh +nvh +nvh +nvh +nvh +fCP +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +hZr +lXL +kaf +mRT +tiy +mVX +mVX +mVX +hZr +lXL +kaf +mRT +tiy +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +vkx +xlm +vLq +xlm +vTB +mVX +mVX +xoN +xyH +xnG +jCs +xnG +xyH +uOo +mVX +mVX +mVX +mVX +uwb +eip +pHB +xWW +jLh +qnz +qnz +qnz +qnz +dJt +uqu +uqu +jLh +jLh +meN +meN +qnz +qnz +qnz +mVX +mVX +uwb +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mbI +lEY +rUx +rUx +rUx +vgN +fkh +cLC +vVo +vVo +vVo +lus +eVA +vuA +xKz +gdL +gdL +qBE +gdL +wGM +foN +pyu +gKX +tgY +uiz +pem +xaO +tgY +foN +pyu +gKX +xGO +onc +onc +cID +cID +onc +onc +xSv +onc +onc +onc +onc +wyU +kAE +tak +wyU +kAE +tak +wyU +afP +fID +fID +fID +fID +fID +fID +fID +enn +dZk +fon +jHX +iED +iED +sph +sph +sph +sph +afP +ctk +ctk +ctk +ctk +nAN +uOj +fAg +lfU +xxx +asI +asI +asI +asI +asI +asI +asI +nAN +nAN +nAN +gjn +uvw +bKz +nAN +nAN +lKS +lKS +tBG +nAN +ctk +eSL +hTD +fAg +vRW +nAN +nAN +nAN +nAN +nAN +nAN +ctk +nAN +siv +dXx +dXx +dXx +shl +nAN +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(210,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jrL +ele +ele +eYP +fbI +fiO +fqb +eAN +eAN +fBA +fBS +fBS +fBS +fGp +jrL +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +cbG +icf +hNs +lVo +kPz +uJF +nTt +mVX +cbG +icf +hjD +lVo +kPz +uJF +nTt +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +vkx +xlm +tRs +xwm +tRs +xlm +vTB +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +eip +kms +xOX +svC +xjW +mEn +jmz +cmF +jLh +uUZ +yeH +vwJ +tDr +tCj +qnz +kms +kms +wEy +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +iIs +ydz +mAc +mAc +oZk +iIs +kiX +fkh +fkh +fkh +eVA +qsv +vuA +xKz +gdL +gdL +qBE +skw +gdL +wGM +foN +pyu +gKX +vHZ +lod +ljg +wqG +rBi +foN +pyu +gKX +xMH +onc +cKy +tZe +tZe +onc +daj +mvu +uDh +onc +dlL +onc +tmQ +kAE +tak +gdt +kAE +tak +tmQ +afP +fID +fID +fID +fID +fID +fID +fID +afP +dZk +fon +jHX +gFx +kPa +lqC +lqC +lqC +kPa +afP +ctk +ctk +ctk +ctk +nAN +xSg +fAg +lfU +xxx +asI +asI +wwK +vEt +sfw +vEt +erD +nAN +nAN +voV +adL +mVe +adL +voV +nAN +ifB +naM +ifB +nAN +ctk +nAN +fDP +fDP +fDP +nAN +nAN +kzT +jAW +dDx +nAN +nAN +nAN +mZo +mZo +hhy +mZo +mZo +nAN +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(211,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jrL +ele +eyn +ele +fdf +fjx +eAN +eAN +eAN +fBS +fBS +fBS +fFD +fGK +jrL +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +hVd +ggF +wkN +lWT +wkN +nkK +tOo +mVX +hVd +gTd +wkN +hlQ +wkN +nkK +tOo +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +xlm +tRs +xwm +uVg +xwm +tRs +xlm +mVX +uCd +xPt +xPt +xPt +yiF +xPt +xPt +xPt +yiF +xPt +xPt +ivW +mVX +mVX +mVX +uwb +kms +nlx +vOu +gHd +phZ +oQU +fus +jLh +pNM +yeH +nmV +gZk +hcX +tCj +qnz +qbr +lIw +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +ydz +mAc +mAc +oZk +iIs +gdL +qBE +gdL +gdL +gdL +gdL +gam +phM +wGM +foN +pyu +gKX +xQr +wXY +oRV +kwV +xQr +foN +pyu +gKX +xbI +onc +dLC +tZe +neS +onc +vMQ +mvu +vMQ +wpv +dlL +onc +nQb +kAE +tak +rXF +kAE +tak +nQb +afP +fID +fID +fID +fID +fID +fID +fID +ecV +dZk +fon +jHX +iED +iED +lFt +lFt +lFt +tPx +afP +iUO +ctk +ctk +oNH +nAN +iVu +fAg +pmN +pmN +asI +asI +uZB +wAz +vwu +sfT +njh +nAN +voV +nAN +fID +dnh +fID +nAN +voV +nAN +nAN +nAN +nAN +nAN +nAN +hTD +fAg +kZY +nAN +jej +wfA +ina +pir +gct +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(212,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jrL +emN +ele +ele +fdf +eAN +eAN +eAN +eAN +fCq +fBS +fBS +fGl +fHb +jrL +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gbl +ghT +wkN +gsB +wkN +gBZ +gJu +mVX +gbl +gUj +wkN +gsB +wkN +gBZ +gJu +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +vLq +xwm +wyt +wWe +viy +xwm +wds +mVX +uCd +cMD +qim +xML +xML +xML +qim +xML +xML +xML +fzw +gwo +mVX +mVX +mVX +mVX +qnz +xOX +bYb +xjW +mEn +gSH +smk +jLh +gaR +yeH +eTZ +eTZ +vwJ +vTU +qnz +qbr +jUh +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iIs +mPm +mAc +mAc +oZk +iIs +dZA +phM +dZA +tcM +elS +tcM +elS +tcM +vMK +gdL +kwV +tcM +elS +tcM +elS +tcM +onc +sUP +mFU +llK +onc +xRz +pjK +rAW +onc +cTR +onc +lrt +oNF +lrt +onc +lrt +oNF +lrt +afP +fID +fID +fID +fID +fID +fID +fID +enn +dZk +fon +jHX +gFx +gFx +mGx +qrR +mGx +mGx +afP +ctk +ctk +ctk +ctk +nAN +nAN +eXk +mUi +mUi +asI +asI +pgs +shB +byz +shB +dBk +nAN +nAN +fID +fID +fID +fID +fID +nAN +qTB +qTB +nIR +qTB +qTB +nAN +hTD +nFx +kZY +nAN +jnM +mpo +fAg +ciK +gct +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(213,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jrL +eos +eAK +eAK +fdu +fjR +eAN +eAN +fwy +eos +eAK +eAK +eAK +fIc +jrL +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gcs +gja +wkN +gvO +wkN +gFe +gKj +mVX +gcs +gXC +wkN +hmH +wkN +gFe +gKj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +xlm +uaD +xwm +uWJ +xwm +uaD +xlm +mVX +ilI +kaS +kaS +kaS +kaS +kaS +kaS +kaS +kaS +kaS +kaS +qCj +mVX +mVX +mVX +mVX +eip +dDs +dDs +dDs +ybf +uVv +hPC +jLh +plK +rnt +tEG +tEG +avK +tCj +qnz +qbr +qkC +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +iIs +fjq +iIs +iIs +wLM +ctv +wLM +ctv +wLM +oXI +cxF +dyy +wLM +ctv +wLM +ctv +wLM +onc +lHT +tZe +neS +onc +kcU +iDY +siO +onc +dlL +onc +wGt +lbo +wGt +onc +wGt +lbo +wGt +afP +fID +fID +fID +fID +fID +fID +cyO +eQj +gbo +fon +jHX +jHF +jHF +jHF +qDR +qDR +qDR +afP +ctk +ctk +ctk +ctk +nAN +nAN +efU +jYV +jYV +asI +asI +asI +asI +asI +asI +asI +nAN +nAN +fID +fID +fID +fID +fID +nAN +rLc +ism +ism +ism +ism +xeR +mTv +fAg +moU +oOK +ina +tLb +fAg +ciK +gct +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(214,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jrL +eph +eAN +eAN +eAN +eAN +eAN +eAN +eAN +eAN +eAN +eAN +eAN +fIj +jrL +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gcG +gjj +gnP +gwP +gnP +gFq +gLj +mVX +gcG +gjj +gnP +gwP +gnP +gFq +gLj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +twg +xlm +uaD +xwm +uaD +xlm +vTC +mVX +uCd +cMD +gTF +xML +xML +xML +oFQ +xML +xML +xML +bBY +gwo +mVX +mVX +mVX +mVX +vPj +mVX +mVX +mVX +eip +qnz +kms +kms +qnz +pqv +ujT +rLM +wcK +qnz +kms +kms +mrm +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +iIs +iIs +iIs +wLM +ctv +wLM +ctv +wLM +onc +qHK +tZe +tZe +onc +kcU +pte +siO +onc +wpv +onc +ajO +hHt +ajO +onc +ajO +hHt +ajO +afP +fID +fID +fID +fID +fID +fID +fID +afP +eXN +fon +jHX +gFx +gFx +nfw +nfw +tiF +tiF +afP +iUO +ctk +ctk +oNH +nAN +nAN +nNb +neN +neN +asI +asI +jxF +vxR +wrh +pvS +vdg +nAN +nAN +fID +fID +fID +fID +fID +nAN +goI +ism +ism +ism +ism +xeR +mTv +fAg +moU +oOK +tSk +tSk +tSk +qJo +gct +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(215,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jrL +erx +eAN +eAN +fdJ +eAN +eAN +eAN +fxA +fCL +eAN +eAN +eAN +fIt +jrL +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gjk +goU +gxh +gzb +gGY +mVX +mVX +mVX +gjk +goU +gxh +gzb +gGY +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +twg +xlm +vLq +xlm +vTC +mVX +mVX +uCd +xPt +xPt +xPt +yiF +xPt +xPt +xPt +yiF +xPt +xPt +aAL +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +skM +eip +qnz +qnz +qnz +qnz +qnz +qnz +mrm +cmJ +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +iIs +iIs +wLM +ctv +wLM +ctv +wLM +onc +eXF +awg +wrs +onc +kcU +elD +siO +onc +dlL +onc +fID +fad +fID +iIs +fID +mAx +fID +afP +fID +fID +fID +fID +fID +fID +fID +eQj +gbo +fon +jHX +xjM +xjM +xjM +xjM +xjM +lHZ +afP +ctk +ctk +ctk +ctk +nAN +nAN +nAN +nAN +nAN +asI +rtr +nAN +nAN +nAN +nAN +nAN +nAN +nAN +fID +fID +fID +fID +fID +nAN +pSN +gqv +ftP +gqv +pSN +nAN +hTD +fAg +kZY +nAN +wJo +kAd +qxb +mvM +nAN +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +pDG +mVX +hne +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(216,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iOx +kHP +eBs +faY +faY +faY +faY +fsV +fxZ +fCP +fjR +eAN +eAN +fKK +jrL +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +wLM +ctv +wLM +ctv +wLM +onc +onc +onc +onc +onc +qXa +rBn +pqn +onc +vhz +onc +fID +fID +fID +iIs +fID +fID +fID +afP +fID +fID +fID +fID +fID +fID +fID +afP +dZk +fon +jHX +gFx +gFx +psK +rvJ +rvJ +uBl +afP +ctk +ctk +ctk +ctk +nAN +nAN +mCQ +ruu +gjP +asI +asI +wAL +xQz +fAg +eSL +ctk +ctk +nAN +fID +fID +fID +fID +fID +nAN +voV +nAN +nAN +nAN +nAN +nAN +sVW +nFx +abk +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +mXf +mZo +hst +mXf +mZo +nAN +nAN +pDG +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(217,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jrL +ery +jnr +wQK +fdR +fkA +fqF +fsX +eph +fCQ +eAN +eAN +eAN +fLB +jrL +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +hZr +lXL +kaf +mRT +tiy +mVX +mVX +mVX +hZr +lXL +kaf +mRT +tiy +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +vHZ +wLM +ctv +giG +jMD +jMD +jMD +giG +ctv +wLM +rBi +wLM +mVX +mVX +mVX +onc +onc +dXc +hrD +rpC +onc +dlL +onc +fID +fID +fID +iIs +fID +fID +fID +afP +fID +fID +fID +fID +fID +fID +fID +afP +dZk +fon +jHX +jHF +jHF +jHF +rNf +rNf +rNf +afP +iUO +ctk +ctk +oNH +nAN +nAN +rgg +mCb +nAN +nAN +nAN +nAN +nAN +ocx +nAN +nAN +nAN +nAN +fID +fID +fID +fID +fID +nAN +qTB +qTB +nIR +qTB +qTB +nAN +hTD +fAg +kZY +nAN +qTB +qTB +nIR +qTB +qTB +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(218,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jrL +dEs +jnr +wQK +ffX +fnn +fqF +fsX +eph +iOx +kHP +nly +oiF +fxZ +iTp +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +cbG +icf +gqd +lVo +kPz +uJF +nTt +mVX +cbG +icf +hjT +lVo +kPz +uJF +nTt +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +onc +onc +srQ +fID +fID +fID +fjq +fID +fID +fID +dwU +fID +fID +fID +fID +fID +fID +fID +afP +ftj +ifZ +tgA +gFx +kYG +kYG +sgW +kYG +kYG +afP +asK +asK +asK +asK +nAN +nAN +eSL +nAN +nAN +jQl +oqr +oqr +oqr +bVU +oqr +cwT +nAN +nAN +fID +fID +fID +fID +fID +nAN +fVB +rIb +rIb +rIb +rIb +xeR +mTv +fAg +moU +oOK +iUt +iUt +iUt +iUt +pUC +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(219,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jrL +dEs +jnr +wQK +fgB +fnN +fqF +fsX +eph +jrL +fDt +fEL +fEL +fLU +jrL +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +hVd +gjC +wkN +gyb +wkN +nkK +tOo +mVX +hVd +hbV +wkN +hmL +wkN +nkK +tOo +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +dwU +mVX +mVX +mVX +mVX +mVX +mVX +mVX +dwU +dwU +gFx +gFx +gFx +gFx +qjA +sgW +sgW +sgW +afP +hEq +kyB +oPU +fjj +nAN +nAN +ctk +ctk +nAN +dLV +qnE +eVU +khg +uzP +pDE +dLV +nAN +nAN +fID +fID +fID +fID +fID +nAN +fAg +fAg +fAg +fAg +fAg +xeR +wRu +hHu +cnO +oOK +eeU +eeU +iUt +eeU +tnU +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(220,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jrL +esm +jnr +wQK +fiy +fom +fqF +fsX +eph +jrL +kJG +okZ +okZ +fMs +jrL +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gbl +gkG +wkN +gsB +wkN +gHJ +gJu +mVX +gbl +hdd +wkN +gsB +wkN +gBZ +gJu +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +wLM +ctv +wLM +ctv +wLM +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +afP +afP +afP +afP +afP +afP +afP +afP +afP +afP +vZg +vZg +vZg +vZg +nAN +nAN +nAN +nAN +voV +dLV +tte +uzP +uzP +uzP +jUQ +dLV +nAN +nAN +fID +fID +fID +fID +fID +nAN +hrp +hrp +sqx +hrp +hrp +nAN +mze +dyN +mze +nAN +pSN +gqv +ftP +gqv +pSN +nAN +nAN +mZo +mZo +hst +mZo +mZo +nAN +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(221,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +iOx +kHP +pZq +fba +fba +fba +fba +fuZ +fxZ +iTp +kQT +okZ +okZ +fNy +jrL +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gcs +glc +wkN +gyg +wkN +gFe +gKj +mVX +gcs +heE +wkN +hnm +wkN +gFe +gKj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mbI +vNw +mbI +vNw +fHE +jMD +jMD +jMD +fHE +vNw +mbI +vNw +mbI +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +dLV +ePq +uzP +uzP +uzP +uSN +dLV +voV +voV +fID +fID +fID +fID +fID +voV +voV +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +nAN +lRD +lRD +xCB +lRD +lRD +nAN +nAN +nAN +nAN +nAN +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(222,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jrL +beu +eph +esm +eph +foC +fqO +eph +beu +jrL +fEE +fEZ +fGm +fPl +jrL +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gcG +gjj +gnP +gwP +gnP +gFq +gLj +mVX +gcG +gjj +gnP +gwP +gnP +gFq +gLj +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +eCq +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +hRH +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +dLV +uNI +drr +uzP +uzP +csN +dLV +jMD +jMD +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(223,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +edX +nvh +nvh +nvh +nvh +nvh +nvh +nvh +nvh +jsZ +nvh +nvh +nvh +nvh +fQM +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +gjk +goU +gxh +gzb +gGY +mVX +mVX +mVX +gjk +goU +gxh +gzb +gGY +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +srP +oqr +oqr +bVU +oqr +oqr +tqG +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(224,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(225,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +jMD +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(226,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(227,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(228,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(229,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(230,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(231,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(232,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(233,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(234,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +fRd +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(235,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(236,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(237,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(238,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(239,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(240,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(241,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xVn +xVn +xVn +xVn +xVn +xVn +xVn +fvI +xVn +xVn +xVn +xVn +xVn +xVn +xVn +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(242,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(243,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(244,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(245,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(246,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(247,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(248,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +xVn +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(249,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(250,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(251,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(252,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(253,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(254,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} +(255,1,1) = {" +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +ild +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +mVX +"} diff --git a/_maps/map_files/generic/syndicatebase.dmm b/_maps/map_files/generic/syndicatebase.dmm index e94d78a0d24c..7033d91dfe31 100644 --- a/_maps/map_files/generic/syndicatebase.dmm +++ b/_maps/map_files/generic/syndicatebase.dmm @@ -2034,6 +2034,21 @@ tag = "icon-vault (WEST)" }, /area/syndicate/unpowered/syndicate_space_base/armory/hallway) +"bLM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/power/terminal, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate/unpowered/syndicate_space_base/rnd/server{ + name = "ERR#UNKWN Server Room" + }) "bLX" = ( /obj/machinery/washing_machine, /turf/simulated/floor/plasteel{ @@ -11022,11 +11037,8 @@ }, /area/syndicate/unpowered/syndicate_space_base/rnd) "jCa" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4"; - tag = "90Curve" +/obj/structure/cable/blue{ + icon_state = "1-4" }, /turf/simulated/floor/plating, /area/space/nearstation) @@ -11143,8 +11155,7 @@ dir = 1; pixel_y = 24 }, -/obj/structure/cable{ - d2 = 8; +/obj/structure/cable/blue{ icon_state = "0-8" }, /turf/simulated/floor/plating, @@ -12878,9 +12889,15 @@ /obj/structure/window/plasmareinforced{ color = "#d70000" }, -/obj/item/implanter/traitor, -/obj/item/implanter/traitor, -/obj/item/implanter/traitor, +/obj/item/memorizer/syndicate{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/memorizer/syndicate, +/obj/item/memorizer/syndicate{ + pixel_x = 3; + pixel_y = -3 + }, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "dark" @@ -14320,7 +14337,7 @@ dir = 9 }, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "1-8" }, /turf/simulated/floor/plasteel{ icon_state = "dark" @@ -17297,7 +17314,7 @@ dir = 8 }, /obj/item/paper_bin, -/obj/item/pen/edagger, +/obj/item/pen/edagger/comms, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "dark" @@ -21798,16 +21815,11 @@ }, /area/syndicate/unpowered/syndicate_space_base/teleporter) "rMT" = ( -/obj/machinery/suit_storage_unit/syndicate/secure{ - magboots_type = /obj/item/clothing/shoes/magboots/syndie/advance; - req_access = null; - req_access_txt = "154"; - suit_type = /obj/item/clothing/suit/space/hardsuit/syndi/elite - }, /obj/machinery/light{ dir = 1; on = 1 }, +/obj/machinery/suit_storage_unit/syndicate/secure/comms, /turf/simulated/floor/carpet/black, /area/syndicate/unpowered/syndicate_space_base/telecomms/agent_room) "rNx" = ( @@ -24685,6 +24697,13 @@ /turf/simulated/mineral/random/high_chance, /area/ruin/unpowered) "tSW" = ( +/obj/machinery/power/smes{ + charge = 2e+006; + name = "Turrets power storage unit" + }, +/obj/structure/cable/blue{ + icon_state = "0-4" + }, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -26145,8 +26164,8 @@ }, /area/syndicate/unpowered/syndicate_space_base/rnd/chemistry) "uKf" = ( -/obj/structure/cable{ - icon_state = "1-2" +/obj/structure/cable/blue{ + icon_state = "2-8" }, /turf/simulated/floor/plasteel{ icon_state = "dark" @@ -26256,10 +26275,10 @@ pixel_x = 6; pixel_y = 6 }, -/obj/item/reagent_containers/food/drinks/mug, /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/item/reagent_containers/food/drinks/mug/comms, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "dark" @@ -26971,10 +26990,10 @@ id_tag = "Full_Lockdown"; name = "Station Lockdown" }, -/obj/structure/cable{ +/obj/structure/cable/blue, +/obj/structure/cable/blue{ icon_state = "1-2" }, -/obj/structure/cable, /turf/simulated/floor/plating, /area/syndicate/unpowered/syndicate_space_base/rnd/server{ name = "ERR#UNKWN Server Room" @@ -69652,7 +69671,7 @@ tyW iTY uIk loU -qBo +bLM tSW uIk xYq diff --git a/code/ATMOSPHERICS/atmospherics.dm b/code/ATMOSPHERICS/atmospherics.dm index 07174d6f38bf..c4ce041d6584 100644 --- a/code/ATMOSPHERICS/atmospherics.dm +++ b/code/ATMOSPHERICS/atmospherics.dm @@ -72,10 +72,13 @@ Pipelines + Other Objects -> Pipe network // Icons/overlays/underlays /obj/machinery/atmospherics/update_icon() var/turf/T = get_turf(loc) - if(!T || level == 2 || !T.intact) - plane = GAME_PLANE - else + if(T.transparent_floor) plane = FLOOR_PLANE + else + if(!T || level == 2 || !T.intact) + plane = GAME_PLANE + else + plane = FLOOR_PLANE /obj/machinery/atmospherics/proc/update_pipe_image() pipe_image = image(src, loc, layer = ABOVE_HUD_LAYER, dir = dir) //the 20 puts it above Byond's darkness (not its opacity view) @@ -96,15 +99,18 @@ Pipelines + Other Objects -> Pipe network /obj/machinery/atmospherics/proc/add_underlay(var/turf/T, var/obj/machinery/atmospherics/node, var/direction, var/icon_connect_type) if(node) - if(T.intact && node.level == 1 && istype(node, /obj/machinery/atmospherics/pipe)) + if(T.intact && node.level == 1 && istype(node, /obj/machinery/atmospherics/pipe) && !T.transparent_floor) //underlays += SSair.icon_manager.get_atmos_icon("underlay_down", direction, color_cache_name(node)) underlays += SSair.icon_manager.get_atmos_icon("underlay", direction, color_cache_name(node), "down" + icon_connect_type) else //underlays += SSair.icon_manager.get_atmos_icon("underlay_intact", direction, color_cache_name(node)) underlays += SSair.icon_manager.get_atmos_icon("underlay", direction, color_cache_name(node), "intact" + icon_connect_type) else - //underlays += SSair.icon_manager.get_atmos_icon("underlay_exposed", direction, pipe_color) - underlays += SSair.icon_manager.get_atmos_icon("underlay", direction, color_cache_name(node), "exposed" + icon_connect_type) + if(T.transparent_floor) //we want to keep pipes under transparent floors connected normally + underlays += SSair.icon_manager.get_atmos_icon("underlay", direction, color_cache_name(node), "intact" + icon_connect_type) + else + //underlays += SSair.icon_manager.get_atmos_icon("underlay_exposed", direction, pipe_color) + underlays += SSair.icon_manager.get_atmos_icon("underlay", direction, color_cache_name(node), "exposed" + icon_connect_type) /obj/machinery/atmospherics/proc/update_underlays() if(check_icon_cache()) @@ -167,11 +173,14 @@ Pipelines + Other Objects -> Pipe network //(De)construction /obj/machinery/atmospherics/attackby(obj/item/W, mob/user) + var/turf/T = get_turf(src) if(can_unwrench && istype(W, /obj/item/wrench)) - var/turf/T = get_turf(src) + if(T.transparent_floor && istype(src, /obj/machinery/atmospherics/pipe) && layer != GAS_PIPE_VISIBLE_LAYER) //pipes on GAS_PIPE_VISIBLE_LAYER are above the transparent floor and should be interactable + to_chat(user, "You can't interact with something that's under the floor!") + return if(level == 1 && isturf(T) && T.intact) to_chat(user, "You must remove the plating first.") - return 1 + return var/datum/gas_mixture/int_air = return_air() var/datum/gas_mixture/env_air = loc.return_air() add_fingerprint(user) @@ -185,14 +194,14 @@ Pipelines + Other Objects -> Pipe network playsound(src.loc, W.usesound, 50, 1) to_chat(user, "You begin to unfasten \the [src]...") if(internal_pressure > 2*ONE_ATMOSPHERE) - to_chat(user, "As you begin unwrenching \the [src] a gush of air blows in your face... maybe you should reconsider?") + to_chat(user, "As you begin unwrenching \the [src] a gust of air blows in your face... maybe you should reconsider?") unsafe_wrenching = TRUE //Oh dear oh dear if(do_after(user, 40 * W.toolspeed, target = src) && !QDELETED(src)) user.visible_message( \ "[user] unfastens \the [src].", \ "You have unfastened \the [src].", \ - "You hear ratchet.") + "You hear ratcheting.") investigate_log("was REMOVED by [key_name(usr)]", "atmos") for(var/obj/item/clothing/shoes/magboots/usermagboots in user.get_equipped_items()) @@ -207,6 +216,9 @@ Pipelines + Other Objects -> Pipe network unsafe_pressure_release(user,internal_pressure) deconstruct(TRUE) else + if(T.transparent_floor) + to_chat(user, "You can't interact with something that's under the floor!") + return TRUE return ..() //Called when an atmospherics object is unwrenched while having a large pressure difference @@ -243,7 +255,12 @@ Pipelines + Other Objects -> Pipe network dir = D initialize_directions = P var/turf/T = loc - level = T.intact ? 2 : 1 + if(!T.transparent_floor) + level = T.intact ? 2 : 1 + else + level = 2 + plane = GAME_PLANE + layer = GAS_PIPE_VISIBLE_LAYER add_fingerprint(usr) if(!SSair.initialized) //If there's no atmos subsystem, we can't really initialize pipenets SSair.machinery_to_construct.Add(src) @@ -340,12 +357,15 @@ Pipelines + Other Objects -> Pipe network /obj/machinery/atmospherics/proc/add_underlay_adapter(var/turf/T, var/obj/machinery/atmospherics/node, var/direction, var/icon_connect_type) //modified from add_underlay, does not make exposed underlays if(node) - if(T.intact && node.level == 1 && istype(node, /obj/machinery/atmospherics/pipe)) + if(T.intact && node.level == 1 && istype(node, /obj/machinery/atmospherics/pipe) && !T.transparent_floor) underlays += SSair.icon_manager.get_atmos_icon("underlay", direction, color_cache_name(node), "down" + icon_connect_type) else underlays += SSair.icon_manager.get_atmos_icon("underlay", direction, color_cache_name(node), "intact" + icon_connect_type) else - underlays += SSair.icon_manager.get_atmos_icon("underlay", direction, color_cache_name(node), "retracted" + icon_connect_type) + if(T.transparent_floor) //we want to keep pipes under transparent floors connected normally + underlays += SSair.icon_manager.get_atmos_icon("underlay", direction, color_cache_name(node), "intact" + icon_connect_type) + else + underlays += SSair.icon_manager.get_atmos_icon("underlay", direction, color_cache_name(node), "retracted" + icon_connect_type) /obj/machinery/atmospherics/singularity_pull(S, current_size) if(current_size >= STAGE_FIVE) diff --git a/code/ATMOSPHERICS/components/unary_devices/passive_vent.dm b/code/ATMOSPHERICS/components/unary_devices/passive_vent.dm index 4078f5412c21..b1bbe069fa09 100644 --- a/code/ATMOSPHERICS/components/unary_devices/passive_vent.dm +++ b/code/ATMOSPHERICS/components/unary_devices/passive_vent.dm @@ -1,7 +1,7 @@ /obj/machinery/atmospherics/unary/passive_vent icon = 'icons/atmos/vent_pump.dmi' icon_state = "map_vent" - + layer = GAS_SCRUBBER_LAYER name = "passive vent" desc = "A large air vent" diff --git a/code/ATMOSPHERICS/components/unary_devices/tank.dm b/code/ATMOSPHERICS/components/unary_devices/tank.dm index 1cfb4d18eb1c..ed0c438008a3 100644 --- a/code/ATMOSPHERICS/components/unary_devices/tank.dm +++ b/code/ATMOSPHERICS/components/unary_devices/tank.dm @@ -1,7 +1,7 @@ /obj/machinery/atmospherics/unary/tank icon = 'icons/atmos/tank.dmi' icon_state = "air_map" - + layer = GAS_PIPE_VISIBLE_LAYER name = "pressure tank" desc = "A large vessel containing pressurized gas." diff --git a/code/ATMOSPHERICS/datum_icon_manager.dm b/code/ATMOSPHERICS/datum_icon_manager.dm index 014fafc5c18e..08a6a05e33e6 100644 --- a/code/ATMOSPHERICS/datum_icon_manager.dm +++ b/code/ATMOSPHERICS/datum_icon_manager.dm @@ -159,9 +159,9 @@ var/cache_name = state for(var/D in GLOB.cardinal) - var/image/I = image(icon('icons/atmos/pipe_underlays.dmi', icon_state = state, dir = D)) + var/image/I = image(icon('icons/atmos/pipe_underlays.dmi', icon_state = state, dir = D), layer = GAS_PIPE_HIDDEN_LAYER) underlays[cache_name + "[D]"] = I for(var/pipe_color in GLOB.pipe_colors) - I = image(icon('icons/atmos/pipe_underlays.dmi', icon_state = state, dir = D)) + I = image(icon('icons/atmos/pipe_underlays.dmi', icon_state = state, dir = D), layer = GAS_PIPE_HIDDEN_LAYER) I.color = GLOB.pipe_colors[pipe_color] underlays[state + "[D]" + "[GLOB.pipe_colors[pipe_color]]"] = I diff --git a/code/ATMOSPHERICS/pipes/cap.dm b/code/ATMOSPHERICS/pipes/cap.dm index bc85edb7c443..bc890c8f0d07 100644 --- a/code/ATMOSPHERICS/pipes/cap.dm +++ b/code/ATMOSPHERICS/pipes/cap.dm @@ -76,7 +76,8 @@ break var/turf/T = get_turf(src) // hide if turf is not intact - if(!istype(T)) return + if(!istype(T) || T.transparent_floor) + return hide(T.intact) update_icon() diff --git a/code/ATMOSPHERICS/pipes/manifold.dm b/code/ATMOSPHERICS/pipes/manifold.dm index 6c90bfd4fbd2..4a1192e9dc2b 100644 --- a/code/ATMOSPHERICS/pipes/manifold.dm +++ b/code/ATMOSPHERICS/pipes/manifold.dm @@ -55,6 +55,8 @@ node3 = target break var/turf/T = src.loc // hide if turf is not intact + if(T.transparent_floor) + return hide(T.intact) update_icon() diff --git a/code/ATMOSPHERICS/pipes/manifold4w.dm b/code/ATMOSPHERICS/pipes/manifold4w.dm index 688f9564ac83..d518ba480819 100644 --- a/code/ATMOSPHERICS/pipes/manifold4w.dm +++ b/code/ATMOSPHERICS/pipes/manifold4w.dm @@ -162,7 +162,8 @@ break var/turf/T = src.loc // hide if turf is not intact - hide(T.intact) + if(!T.transparent_floor) + hide(T.intact) update_icon() /obj/machinery/atmospherics/pipe/manifold4w/visible diff --git a/code/ATMOSPHERICS/pipes/pipe.dm b/code/ATMOSPHERICS/pipes/pipe.dm index 0b7e3a347236..23d012b9e957 100644 --- a/code/ATMOSPHERICS/pipes/pipe.dm +++ b/code/ATMOSPHERICS/pipes/pipe.dm @@ -40,10 +40,6 @@ if(istype(W, /obj/item/analyzer)) atmosanalyzer_scan(parent.air, user) return - - if(istype(W,/obj/item/pipe_painter)) - return - return ..() /obj/machinery/atmospherics/proc/pipeline_expansion() diff --git a/code/ATMOSPHERICS/pipes/simple/pipe_simple.dm b/code/ATMOSPHERICS/pipes/simple/pipe_simple.dm index a1d45bc9f1a9..7b492067ea4a 100644 --- a/code/ATMOSPHERICS/pipes/simple/pipe_simple.dm +++ b/code/ATMOSPHERICS/pipes/simple/pipe_simple.dm @@ -68,7 +68,8 @@ break var/turf/T = loc // hide if turf is not intact - hide(T.intact) + if(!T.transparent_floor) + hide(T.intact) update_icon() /obj/machinery/atmospherics/pipe/simple/check_pressure(pressure) diff --git a/code/__DEFINES/flags.dm b/code/__DEFINES/flags.dm index 485e5cd26567..44473440b1fd 100644 --- a/code/__DEFINES/flags.dm +++ b/code/__DEFINES/flags.dm @@ -102,6 +102,7 @@ #define PASSBLOB 8 #define PASSMOB 16 #define LETPASSTHROW 32 +#define PASSFENCE 64 //turf-only flags #define NOJAUNT 1 diff --git a/code/__DEFINES/genetics.dm b/code/__DEFINES/genetics.dm index c982420ff2ab..95428ce8a970 100644 --- a/code/__DEFINES/genetics.dm +++ b/code/__DEFINES/genetics.dm @@ -8,18 +8,18 @@ // mob/var/list/mutations // Used in preferences. -#define DISABILITY_FLAG_NEARSIGHTED 1 -#define DISABILITY_FLAG_FAT 2 -#define DISABILITY_FLAG_BLIND 4 -#define DISABILITY_FLAG_MUTE 8 -#define DISABILITY_FLAG_COLOURBLIND 16 -#define DISABILITY_FLAG_WINGDINGS 32 -#define DISABILITY_FLAG_NERVOUS 64 -#define DISABILITY_FLAG_SWEDISH 128 -#define DISABILITY_FLAG_LISP 256 -#define DISABILITY_FLAG_DIZZY 512 -#define DISABILITY_FLAG_CHAV 1024 -#define DISABILITY_FLAG_DEAF 2048 +#define DISABILITY_FLAG_NEARSIGHTED 1 +#define DISABILITY_FLAG_FAT 2 +#define DISABILITY_FLAG_BLIND 4 +#define DISABILITY_FLAG_MUTE 8 +#define DISABILITY_FLAG_COLOURBLIND 16 +#define DISABILITY_FLAG_WINGDINGS 32 +#define DISABILITY_FLAG_NERVOUS 64 +#define DISABILITY_FLAG_SWEDISH 128 +#define DISABILITY_FLAG_LISP 256 +#define DISABILITY_FLAG_DIZZY 512 +#define DISABILITY_FLAG_AULD_IMPERIAL 1024 +#define DISABILITY_FLAG_DEAF 2048 /////////////////////////////////////// // MUTATIONS @@ -58,7 +58,7 @@ #define DIZZY "dizzy" // Trippy. #define LISP "lisp" #define RADIOACTIVE "radioactive" -#define CHAV "chav" +#define AULD_IMPERIAL "auld_imperial" #define SWEDISH "swedish" #define SCRAMBLED "scrambled" #define HORNS "horns" diff --git a/code/__DEFINES/layers.dm b/code/__DEFINES/layers.dm index a41bb3098931..f3aa94c84b62 100644 --- a/code/__DEFINES/layers.dm +++ b/code/__DEFINES/layers.dm @@ -26,11 +26,13 @@ #define DISPOSAL_PIPE_LAYER 2.3 #define GAS_PIPE_HIDDEN_LAYER 2.35 #define WIRE_LAYER 2.4 +#define TRANSPARENT_TURF_LAYER 2.41 #define WIRE_TERMINAL_LAYER 2.45 #define GAS_SCRUBBER_LAYER 2.46 #define GAS_PIPE_VISIBLE_LAYER 2.47 #define GAS_FILTER_LAYER 2.48 #define GAS_PUMP_LAYER 2.49 +#define HOLOPAD_LAYER 2.491 #define CONVEYOR_LAYER 2.495 #define LOW_OBJ_LAYER 2.5 #define LOW_SIGIL_LAYER 2.52 diff --git a/code/__HELPERS/pronouns.dm b/code/__HELPERS/pronouns.dm index 25a90ad08209..1540ff77b96d 100644 --- a/code/__HELPERS/pronouns.dm +++ b/code/__HELPERS/pronouns.dm @@ -1,5 +1,21 @@ //pronoun procs, for getting pronouns without using the text macros that only work in certain positions //datums don't have gender, but most of their subtypes do! + +/proc/declension_ru(num, single_name, double_name, multiple_name) + if(!isnum(num) || round(num) != num) + return double_name // fractional numbers + if(((num % 10) == 1) && ((num % 100) != 11)) // 1, not 11 + return single_name + if(((num % 10) in 2 to 4) && !((num % 100) in 12 to 14)) // 2, 3, 4, not 12, 13, 14 + return double_name + return multiple_name // 5, 6, 7, 8, 9, 0 + +/proc/genderize_ru(gender, male_word, female_word, neuter_word, multiple_word) + return gender == MALE ? male_word : (gender == FEMALE ? female_word : (gender == NEUTER ? neuter_word : multiple_word)) + +/proc/pluralize_ru(gender, single_word, plural_word) + return gender == PLURAL ? plural_word : single_word + /datum/proc/p_they(capitalized, temp_gender) . = "it" if(capitalized) @@ -42,15 +58,6 @@ if(.) . = "e[.]" -/proc/declension_ru(num, single_name, double_name, multiple_name) - if(!isnum(num) || round(num) != num) - return double_name // fractional numbers - if(((num % 10) == 1) && ((num % 100) != 11)) // 1, not 11 - return single_name - if(((num % 10) in 2 to 4) && !((num % 100) in 12 to 14)) // 2, 3, 4, not 12, 13, 14 - return double_name - return multiple_name // 5, 6, 7, 8, 9, 0 - //like clients, which do have gender. /client/p_they(capitalized, temp_gender) if(!temp_gender) diff --git a/code/_globalvars/genetics.dm b/code/_globalvars/genetics.dm index 1119ac364cce..30057c724baf 100644 --- a/code/_globalvars/genetics.dm +++ b/code/_globalvars/genetics.dm @@ -39,7 +39,7 @@ GLOBAL_VAR_INIT(lispblock, 0) GLOBAL_VAR_INIT(muteblock, 0) GLOBAL_VAR_INIT(radblock, 0) GLOBAL_VAR_INIT(fatblock, 0) -GLOBAL_VAR_INIT(chavblock, 0) +GLOBAL_VAR_INIT(auld_imperial_block, 0) GLOBAL_VAR_INIT(swedeblock, 0) GLOBAL_VAR_INIT(scrambleblock, 0) GLOBAL_VAR_INIT(strongblock, 0) diff --git a/code/_onclick/click_override.dm b/code/_onclick/click_override.dm index fc1d09628e8f..8aa7f7b83d47 100644 --- a/code/_onclick/click_override.dm +++ b/code/_onclick/click_override.dm @@ -71,8 +71,10 @@ if(isliving(target_atom)) var/mob/living/L = target_atom if(user.a_intent == INTENT_DISARM) + add_attack_logs(user, L, "shocked and weakened with power gloves") L.Weaken(3) else + add_attack_logs(user, L, "electrocuted with[P.unlimited_power ? " unlimited" : null] power gloves") if(P.unlimited_power) L.electrocute_act(1000, P, safety = TRUE, override = TRUE) //Just kill them else diff --git a/code/_onclick/hud/alert.dm b/code/_onclick/hud/alert.dm index 35c250abc327..45ebdbb28e8c 100644 --- a/code/_onclick/hud/alert.dm +++ b/code/_onclick/hud/alert.dm @@ -186,33 +186,33 @@ ///Vampire "hunger" /obj/screen/alert/fat/vampire - name = "Fat" - desc = "You somehow drank too much blood, lardass. Run around the station and lose some weight." + name = "Ожирение" + desc = "Вы выпили столько крови, что пузо уже не влезает в штаны. Бегайте теперь по станции кругами, чтобы похудеть." icon_state = "v_fat" /obj/screen/alert/full/vampire - name = "Full" - desc = "You feel full and satisfied, but you know you will thirst for more blood soon..." + name = "Пресыщение" + desc = "Вы чувствуете спокойствие и приятную насыщенность. Но жажда крови обязательно вернётся…" icon_state = "v_full" /obj/screen/alert/well_fed/vampire - name = "Well Fed" - desc = "You feel quite satisfied, but you could do with a bit more blood." + name = "Сытость" + desc = "Вы вполне сыты, но могли бы выпить ещё немного крови." icon_state = "v_well_fed" /obj/screen/alert/fed/vampire - name = "Fed" - desc = "You feel moderately satisfied, but a bit more blood wouldn't hurt." + name = "Удовлетворённость" + desc = "Вы не голодны, но испить ещё немного крови не помешало бы." icon_state = "v_fed" /obj/screen/alert/hungry/vampire - name = "Hungry" - desc = "You currently thirst for blood." + name = "Недоедание" + desc = "Вы жаждете отведать свежей крови." icon_state = "v_hungry" /obj/screen/alert/starving/vampire - name = "Starving" - desc = "You're severely thirsty. The thirst pains make moving around a chore." + name = "Жажда" + desc = "Вас наполняет жажда. Она приносит физическую боль. Вам тяжело передвигаться." icon_state = "v_starving" //End of Vampire "hunger" diff --git a/code/_onclick/item_attack.dm b/code/_onclick/item_attack.dm index 69ae3659fcb0..8488a37ff166 100644 --- a/code/_onclick/item_attack.dm +++ b/code/_onclick/item_attack.dm @@ -72,6 +72,7 @@ playsound(loc, 'sound/weapons/tap.ogg', get_clamped_volume(), 1, -1) else SEND_SIGNAL(M, COMSIG_ITEM_ATTACK) + add_attack_logs(user, M, "Attacked with [name] ([uppertext(user.a_intent)]) ([uppertext(damtype)])", (M.ckey && force > 0 && damtype != STAMINA) ? null : ATKLOG_ALMOSTALL) if(hitsound) playsound(loc, hitsound, get_clamped_volume(), 1, -1) @@ -81,8 +82,6 @@ user.do_attack_animation(M) . = M.attacked_by(src, user, def_zone) - add_attack_logs(user, M, "Attacked with [name] ([uppertext(user.a_intent)]) ([uppertext(damtype)])", (M.ckey && force > 0 && damtype != STAMINA) ? null : ATKLOG_ALMOSTALL) - add_fingerprint(user) diff --git a/code/controllers/subsystem/changelog.dm b/code/controllers/subsystem/changelog.dm index 0cc7c47bf2aa..3a2e3513916a 100644 --- a/code/controllers/subsystem/changelog.dm +++ b/code/controllers/subsystem/changelog.dm @@ -130,8 +130,6 @@ SUBSYSTEM_DEF(changelog) set category = "OOC" // Just invoke the actual CL thing SSchangelog.OpenChangelog(src) - log_admin("[key_name(src)] has pressed the \'CHANGELOG\' button!") - message_admins("[key_name_admin(src)] has pressed the \'CHANGELOG\' button!") // Helper to turn CL types into a fontawesome icon instead of an image // The colors are #28a745 for green, #fd7e14 for orange, and #dc3545 for red. diff --git a/code/controllers/subsystem/nightshift.dm b/code/controllers/subsystem/nightshift.dm index 3ee82c604c4b..a61f9c087c26 100644 --- a/code/controllers/subsystem/nightshift.dm +++ b/code/controllers/subsystem/nightshift.dm @@ -26,7 +26,7 @@ SUBSYSTEM_DEF(nightshift) check_nightshift() /datum/controller/subsystem/nightshift/proc/announce(message) - GLOB.priority_announcement.Announce(message, new_sound = 'sound/misc/notice2.ogg', new_title = "Automated Lighting System Announcement") + GLOB.priority_announcement.Announce(message, new_sound = 'sound/misc/notice2.ogg', new_title = "Оповещение автоматической системы освещения") /datum/controller/subsystem/nightshift/proc/check_nightshift(check_canfire=FALSE) if(check_canfire && !can_fire) @@ -40,9 +40,9 @@ SUBSYSTEM_DEF(nightshift) if(night_time) announcing = FALSE if(!emergency) - announce("Restoring night lighting configuration to normal operation.") + announce("Система ночного освещения снова работает в штатном режиме.") else - announce("Disabling night lighting: Station is in a state of emergency.") + announce("Система ночного освещения отключена: на станции чрезвычайная ситуация.") if(emergency) night_time = FALSE if(nightshift_active != night_time) @@ -52,9 +52,9 @@ SUBSYSTEM_DEF(nightshift) nightshift_active = active if(announce) if(active) - announce("Good evening, crew. To reduce power consumption and stimulate the circadian rhythms of some species, all of the lights aboard the station have been dimmed for the night.") + announce("Добрый вечер, экипаж. Для снижения энергопотребления и стимуляции циркадных ритмов некоторых видов освещение на борту станции переведено в ночной режим.") else - announce("Good morning, crew. As it is now day time, all of the lights aboard the station have been restored to their former brightness.") + announce("Доброе утро, экипаж. В связи с наступлением дневного времени освещение на борту станции переведено в дневной режим.") for(var/A in GLOB.apcs) var/obj/machinery/power/apc/APC = A if(is_station_level(APC.z) || is_taipan(APC.z) && GLOB.security_level == SEC_LEVEL_GREEN) diff --git a/code/controllers/subsystem/tickets/mentor_tickets.dm b/code/controllers/subsystem/tickets/mentor_tickets.dm index a725bf5d8654..5417dc1521d2 100644 --- a/code/controllers/subsystem/tickets/mentor_tickets.dm +++ b/code/controllers/subsystem/tickets/mentor_tickets.dm @@ -8,19 +8,19 @@ GLOBAL_REAL(SSmentor_tickets, /datum/controller/subsystem/tickets/mentor_tickets name = "Mentor Tickets" offline_implications = "Mentor tickets will no longer be marked as stale. No immediate action is needed." ticket_system_name = "Mentor Tickets" - ticket_name = "Ментор Тикет" + ticket_name = "Mentor Ticket" span_class = "mentorhelp" anchor_link_extra = ";is_mhelp=1" ticket_help_type = "Mentorhelp" ticket_help_span = "mentorhelp" - other_ticket_name = "Админ" + other_ticket_name = "Admin" other_ticket_permission = R_ADMIN close_rights = R_MENTOR | R_ADMIN rights_needed = R_MENTOR | R_ADMIN | R_MOD /datum/controller/subsystem/tickets/mentor_tickets/Initialize() close_messages = list("- [ticket_name] Закрыт -", - "Пожалуйста, постарайтесь быть как можно более описательными в mentor help. Менторы не знают всей ситуации, в которой вы находитесь, и нуждаются в дополнительной информации, чтобы дать вам полезный ответ.", + "Пожалуйста, постарайтесь быть как можно более описательными в тикетах. Менторы не знают всей ситуации, в которой вы находитесь, и нуждаются в дополнительной информации, чтобы дать вам полезный ответ.", "Ваш [ticket_name] теперь закрыт.") return ..() diff --git a/code/controllers/subsystem/tickets/tickets.dm b/code/controllers/subsystem/tickets/tickets.dm index df1f5f31335d..503459c07642 100644 --- a/code/controllers/subsystem/tickets/tickets.dm +++ b/code/controllers/subsystem/tickets/tickets.dm @@ -23,7 +23,7 @@ SUBSYSTEM_DEF(tickets) var/span_class = "adminticket" var/ticket_system_name = "Admin Tickets" - var/ticket_name = "Админ Тикет" + var/ticket_name = "Admin Ticket" var/close_rights = R_ADMIN var/rights_needed = R_ADMIN | R_MOD @@ -33,7 +33,7 @@ SUBSYSTEM_DEF(tickets) var/ticket_help_type = "Adminhelp" var/ticket_help_span = "adminhelp" /// The name of the other ticket type to convert to - var/other_ticket_name = "Ментор" + var/other_ticket_name = "Mentor" /// Which permission to look for when seeing if there is staff available for the other ticket type var/other_ticket_permission = R_MENTOR var/list/close_messages @@ -44,7 +44,7 @@ SUBSYSTEM_DEF(tickets) /datum/controller/subsystem/tickets/Initialize() if(!close_messages) close_messages = list("- [ticket_name] Отклонено! -", - "Пожалуйста, постарайтесь быть спокойным, ясным и описательным в Admin Help, не предполагайте что администратор видел какие-либо связанные события, и четко укажите имена тех, о ком вы сообщаете. Если вы задали вопрос, убедитесь, что вам понятно, о чем вы спрашиваете.", + "Пожалуйста, постарайтесь в тикетах вести себя спокойно, излагать проблему ясно и описательно. Не предполагайте что администратор видел какие-либо связанные события, и чётко укажите имена тех, о ком вы сообщаете. Если вы задали вопрос, то убедитесь, что из него понятно, о чём именно вы спрашиваете.", "Ваш [ticket_name] теперь закрыт.") return ..() @@ -54,7 +54,7 @@ SUBSYSTEM_DEF(tickets) var/report for(var/num in stales) report += "[num], " - message_staff("Тикет [report] был открыт [TICKET_TIMEOUT / 600] минут. Меняю статус на stale.") + message_staff("Тикет [report] был открыт [TICKET_TIMEOUT / 600] минут. Меняю статус на «Просрочен».") /datum/controller/subsystem/tickets/stat_entry() ..("Tickets: [LAZYLEN(allTickets)]") @@ -100,7 +100,7 @@ SUBSYSTEM_DEF(tickets) ticketNum = T.ticketNum T.addResponse(C, text) T.setCooldownPeriod() - to_chat(C.mob, "Ваш [ticket_name] #[ticketNum] остаётся открытым! Зайдите \"My tickets\" во вкладке Admin чтобы просмотреть.") + to_chat(C.mob, "Ваш [ticket_name] #[ticketNum] остаётся открытым! Его можно найти в «My tickets» во вкладке «Admin».") var/url_message = makeUrlMessage(C, text, ticketNum) message_staff(url_message, NONE, TRUE) else @@ -117,10 +117,10 @@ SUBSYSTEM_DEF(tickets) var/list/L = list() L += "[ticket_help_type]: [key_name(C, TRUE, ticket_help_type)] " L += "([ADMIN_QUE(C.mob,"?")]) ([ADMIN_PP(C.mob,"PP")]) ([ADMIN_VV(C.mob,"VV")]) ([ADMIN_TP(C.mob,"TP")]) ([ADMIN_SM(C.mob,"SM")]) " - L += "([admin_jump_link(C.mob)]) (ТИКЕТ) " - L += "[isAI(C.mob) ? "(CL)" : ""] (ВЗЯТЬ) " - L += "(RESOLVE) (АВТО-ОТВЕТ) " - L += "(КОНВЕРТ) : [msg]" + L += "([admin_jump_link(C.mob)]) (TICKET) " + L += "[isAI(C.mob) ? "(CL)" : ""] (TAKE) " + L += "(RESOLVE) (AUTO) " + L += "(CONVERT) : [msg]" return L.Join() //Open a new ticket and populate details then add to the list of open tickets @@ -167,27 +167,31 @@ SUBSYSTEM_DEF(tickets) /datum/controller/subsystem/tickets/proc/convert_to_other_ticket(ticketId) if(!check_rights(rights_needed)) return - if(alert("Вы уверены что хотите конвертнуть тикет в '[other_ticket_name]' тикет?",,"Yes","No") != "Yes") + if(alert("Вы уверены, что хотите перевести тикет в '[other_ticket_name]' тикет?", "Уверены?", "Да", "Нет") != "Да") return if(!other_ticket_system_staff_check()) return var/datum/ticket/T = allTickets[ticketId] + if(T.ticket_converted) + to_chat(usr, "This ticket has already been converted!") + return convert_ticket(T) /datum/controller/subsystem/tickets/proc/other_ticket_system_staff_check() var/list/staff = staff_countup(other_ticket_permission) if(!staff[1]) - if(alert("Нету активных администраторов, чтобы ответить на тикет. Вы уверены что хотите конвертнуть тикет?",, "No", "Yes") != "Yes") + if(alert("Нет активных администраторов, чтобы ответить на тикет. Вы уверены что хотите перевести тикет?", "Уверены?", "Да", "Нет") != "Да") return FALSE return TRUE /datum/controller/subsystem/tickets/proc/convert_ticket(datum/ticket/T) T.ticketState = TICKET_CLOSED + T.ticket_converted = TRUE var/client/C = usr.client var/client/owner = get_client_by_ckey(T.client_ckey) to_chat_safe(owner, list("[key_name_hidden(C)] перевёл ваш тикет в [other_ticket_name] тикет.",\ "Be sure to use the correct type of help next time!")) - message_staff("[C] конвертнул тикет номер #[T.ticketNum] в [other_ticket_name] тикет.") + message_staff("[C] перевёл тикет под номером #[T.ticketNum] в [other_ticket_name] тикет.") log_game("[C] has converted ticket number [T.ticketNum] to a [other_ticket_name] ticket.") create_other_system_ticket(T) @@ -202,28 +206,29 @@ SUBSYSTEM_DEF(tickets) var/datum/ticket/T = allTickets[N] var/client/C = usr.client if((T.staffAssigned && T.staffAssigned != C) || (T.lastStaffResponse && T.lastStaffResponse != C) || ((T.ticketState != TICKET_OPEN) && (T.ticketState != TICKET_STALE))) //if someone took this ticket, is it the same admin who is autoresponding? if so, then skip the warning - if(alert(usr, "[T.ticketState == TICKET_OPEN ? "Другой админ уже разбирает этот тикет." : "Этот тикет уже закрыт или решён."] Вы точно хотите продолжить?", "Подтверждение", "Да", "Нет") != "Да") + if(alert(usr, "[T.ticketState == TICKET_OPEN ? "Другой администратор уже разбирает этот тикет." : "Этот тикет уже закрыт или решён."] Вы точно хотите продолжить?", "Подтверждение", "Да", "Нет") != "Да") return T.assignStaff(C) - var/response_phrases = list("Спасибо" = "Спасибо, желаем вам удачного дня!", + var/response_phrases = list( + "Спасибо" = "Спасибо, желаем вам удачного дня!", "Уже рассматриваем" = "Этот вопрос уже рассматривается, спасибо.", "Уже решено" = "Эта проблема уже решена.", - "Mentorhelp" = "Прошу перенаправьте этот вопрос в Mentorhelp, так как они лучше разбираются в подобных вопросах.", - "Ещё раз случиться" = "Спасибо, дайте нам знать, если это продолжит происходить.", - "Github баг репорт" = "Чтобы сообщить баг, пожалуйста перейдите на Github сайт. После в 'Issues'. И 'New Issue'. Вскоре заполните все поля и отправьте. Если раунд всё ещё идёт просьба либо сохранить в текстовый файл либо продождите пока раунд не закончиться.", - "Очистить кэш" = "Чтобы починить чёрный экран, зайдите в категорию 'Special Verbs' и нажмите 'Reload UI Resources'. Если это не помогло, очистите ваш BYOND кэш (прилагаемая инструкция к 'Reload UI Resources'). Если и это не помогло, пожалуйста adminhelp ещё раз, сказав что вы уже это проходили." , - "IC проблема" = "Это игровая (IC-In Character) ситуация и не будет обрабатываться администраторами. Вы можете поговорить со службой безопасности, АВД, главой отдела, представителем Nanotrasen, или любой другой соответствующий орган, находящийся в настоящее время на станции.", + "MentorHelp" = "Прошу перенаправьте этот вопрос в Mentorhelp, так как они лучше разбираются в подобных вопросах.", + "Если ещё раз случится" = "Спасибо, дайте нам знать, если это продолжит происходить.", + "Сообщите об ошибке" = "Чтобы сообщить об ошибке, пожалуйста перейдите на GitHub. Заполните все поля и отправьте. Если раунд всё ещё идёт, либо сохраните в текстовый файл, либо подождите пока раунд не закончится.", + "Очистите кэш" = "Чтобы починить чёрный экран, зайдите в категорию 'Special Verbs' и нажмите 'Reload UI Resources'. Если это не помогло, очистите ваш BYOND-кэш (прилагаемая инструкция к 'Reload UI Resources'). Если и это не помогло, пожалуйста задействуйте AdminHelp ещё раз, написав, что вы уже это проходили." , + "IC-проблема" = "Это игровая (In Character, проблема между персонажами, а не между игроками) ситуация. Она не обрабатывается администраторами. Вы можете поговорить со службой безопасности, АВД, главой отдела, представителем Nanotrasen, или обратиться в любой другой соответствующий орган, находящийся в настоящее время на станции.", "Отказано" = "Отказано", - "Man Up" = "Man Up", - "Обжаловать в discord" = "Обжалование бана должно происходить в дискорде. ЛС или adminhelp по поводу вашего бана не решат эту проблему. Чтобы обжаловать ваш бан, пожалуйста, перейдите по адресу [config.banappeals]" + "Мужайся" = "Мужайся", + "Обжалование в Discord" = "Обжалование бана должно происходить в Discord. AdminHelp или личные сообщения администратору по поводу вашего бана скорее всего не решат эту проблему. Чтобы обжаловать ваш бан, пожалуйста, перейдите по адресу [config.banappeals]" ) var/sorted_responses = list() for(var/key in response_phrases) //build a new list based on the short descriptive keys of the master list so we can send this as the input instead of the full paragraphs to the admin choosing which autoresponse sorted_responses += key - var/message_key = input("Выберите авто-ответ. Это заменит тикет на решёный.", "Autoresponse") as null|anything in sortTim(sorted_responses, /proc/cmp_text_asc) //use sortTim and cmp_text_asc to sort alphabetically + var/message_key = input("Выберите авто-ответ. Это заменит тикет на решённый.", "Autoresponse") as null|anything in sortTim(sorted_responses, /proc/cmp_text_asc) //use sortTim and cmp_text_asc to sort alphabetically var/client/ticket_owner = get_client_by_ckey(T.client_ckey) switch(message_key) if(null) //they cancelled @@ -232,20 +237,20 @@ SUBSYSTEM_DEF(tickets) if("Отказано") if(!closeTicket(N)) to_chat(C, "Невозможно закрыть тикет.") - if("Man Up") + if("Мужайся") C.man_up(returnClient(N)) - T.lastStaffResponse = "Авто-ответ: [message_key]" + T.lastStaffResponse = "Автоматический ответ: [message_key]" resolveTicket(N) - message_staff("[C] авто-ответил [ticket_owner]\'s adminhelp сообщением: [message_key] ") + message_staff("[C] отправил автоматический ответ на тикет [ticket_owner] сообщением: [message_key] ") log_game("[C] has auto responded to [ticket_owner]\'s adminhelp with: [response_phrases[message_key]]") if("Mentorhelp") convert_ticket(T) else var/msg_sound = sound('sound/effects/adminhelp.ogg') SEND_SOUND(returnClient(N), msg_sound) - to_chat_safe(returnClient(N), "[key_name_hidden(C)] ответил сообщением: [response_phrases[message_key]]")//for this we want the full value of whatever key this is to tell the player so we do response_phrases[message_key] - message_staff("[C] авто-ответил на [ticket_owner]\'s adminhelp сообщением: [message_key] ") //we want to use the short named keys for this instead of the full sentence which is why we just do message_key - T.lastStaffResponse = "Авто-ответ: [message_key]" + to_chat_safe(returnClient(N), "[key_name_hidden(C)] is autoresponding with: [response_phrases[message_key]]")//for this we want the full value of whatever key this is to tell the player so we do response_phrases[message_key] + message_staff("[C] has auto responded to [ticket_owner]\'s adminhelp with: [message_key] ") //we want to use the short named keys for this instead of the full sentence which is why we just do message_key + T.lastStaffResponse = "Autoresponse: [message_key]" resolveTicket(N) log_game("[C] has auto responded to [ticket_owner]\'s adminhelp with: [response_phrases[message_key]]") @@ -253,7 +258,7 @@ SUBSYSTEM_DEF(tickets) /datum/controller/subsystem/tickets/proc/closeTicket(N) var/datum/ticket/T = allTickets[N] if(T.ticketState != TICKET_CLOSED) - message_staff("[usr.client] / ([usr]) закрыл [ticket_name] номер [N]") + message_staff("[usr.client] / ([usr]) закрыл [ticket_name] под номером [N]") to_chat_safe(returnClient(N), close_messages) T.ticketState = TICKET_CLOSED return TRUE @@ -282,7 +287,7 @@ SUBSYSTEM_DEF(tickets) /datum/controller/subsystem/tickets/proc/assignStaffToTicket(client/C, N) var/datum/ticket/T = allTickets[N] - if(T.staffAssigned != null && T.staffAssigned != C && alert("Тикет уже назначен [T.staffAssigned.ckey]. Вы уверены что хотите забрать?","Забрать тикет","Нет","Да") != "Да") + if(T.staffAssigned != null && T.staffAssigned != C && alert("Тикет уже взят [T.staffAssigned.ckey]. Вы уверены, что хотите забрать его?", "Забрать тикет?", "Да", "Нет") != "Да") return FALSE T.assignStaff(C) return TRUE @@ -290,21 +295,36 @@ SUBSYSTEM_DEF(tickets) //Single staff ticket /datum/ticket - var/ticketNum // Ticket number - /// ckey of the client who opened the ticket + /// Ticket number. + var/ticketNum + /// ckey of the client who opened the ticket. var/client_ckey - var/timeOpened // Time the ticket was opened - var/title //The initial message with links - var/raw_title // The title without URLs added - var/list/content // content of the staff help - var/lastStaffResponse // Last staff member who responded - var/lastResponseTime // When the staff last responded - var/locationSent // Location the player was when they send the ticket - var/mobControlled // Mob they were controlling - var/ticketState // State of the ticket, open, closed, resolved etc - var/timeUntilStale // When the ticket goes stale - var/ticketCooldown // Cooldown before allowing the user to open another ticket. - var/client/staffAssigned // Staff member who has assigned themselves to this ticket + /// Time the ticket was opened. + var/timeOpened + /// The initial message with links. + var/title + /// The title without URLs added. + var/raw_title + /// Content of the staff help. + var/list/content + /// Last staff member who responded. + var/lastStaffResponse + /// When the staff last responded. + var/lastResponseTime + /// The location the player was when they sent the ticket. + var/locationSent + /// The mob the player was controlling when they sent the ticket. + var/mobControlled + /// State of the ticket, open, closed, resolved etc. + var/ticketState + /// Has the ticket been converted to another type? (Mhelp to Ahelp, etc.) + var/ticket_converted = FALSE + /// When the ticket goes stale. + var/timeUntilStale + /// Cooldown before allowing the user to open another ticket. + var/ticketCooldown + /// Staff member who has assigned themselves to this ticket. + var/client/staffAssigned /datum/ticket/New(tit, raw_tit, cont, num) title = tit @@ -328,6 +348,8 @@ SUBSYSTEM_DEF(tickets) //Return the ticket state as a colour coded text string. /datum/ticket/proc/state2text() + if(ticket_converted) + return "CONVERTED" switch(ticketState) if(TICKET_OPEN) return "OPEN" @@ -374,41 +396,41 @@ UI STUFF dat += "" dat += "

[ticket_system_name]

" - dat +="Обновить
Открытые тикетыРешенные тикетыЗакрытые тикеты" + dat +="Refresh
Open TicketsResolved TicketsClosed Tickets" if(tab == TICKET_OPEN) - dat += "

Открытые тикеты

" + dat += "

Open Tickets

" dat += "" - dat +="" + dat +="" if(tab == TICKET_OPEN) for(var/T in allTickets) ticket = T if(ticket.ticketState == TICKET_OPEN || ticket.ticketState == TICKET_STALE) - dat += "" + dat += "" else continue else if(tab == TICKET_RESOLVED) - dat += "

Решенные тикеты

" + dat += "

Resolved Tickets

" for(var/T in allTickets) ticket = T if(ticket.ticketState == TICKET_RESOLVED) - dat += "" + dat += "" else continue else if(tab == TICKET_CLOSED) - dat += "

Закрытые тикеты

" + dat += "

Closed Tickets

" for(var/T in allTickets) ticket = T if(ticket.ticketState == TICKET_CLOSED) - dat += "" + dat += "" else continue dat += "
КонтрольТикет
ControlTicket
РешитьДетали
#[ticket.ticketNum] ([ticket.timeOpened]) [ticket.ticketState == TICKET_STALE ? "STALE" : ""]
[ticket.title]
ResolveDetails
#[ticket.ticketNum] ([ticket.timeOpened]) [ticket.ticketState == TICKET_STALE ? "STALE" : ""]
[ticket.title]
РешитьДетали
#[ticket.ticketNum] ([ticket.timeOpened])
[ticket.title]
ResolveDetails
#[ticket.ticketNum] ([ticket.timeOpened])
[ticket.title]
РешитьДетали
#[ticket.ticketNum] ([ticket.timeOpened])
[ticket.title]
ResolveDetails
#[ticket.ticketNum] ([ticket.timeOpened])
[ticket.title]
" - dat += "

Решить все тикеты.

" + dat += "

Resolve All

" if(ticket_system_name == "Mentor Tickets") - dat += "Решить все открытые Ментор Тикеты" + dat += "Resolve All Open Mentor Tickets" else - dat += "Решить все открытые Админ Тикеты" + dat += "Resolve All Open Admin Tickets" return dat @@ -425,12 +447,12 @@ UI STUFF var/dat = {"

[ticket_system_name]

"} - dat +="Показать все тикетыОбновить" + dat +="Show AllRefresh" - dat += "

Тикет #[T.ticketNum]

" + dat += "

Ticket #[T.ticketNum]

" - dat += "

[T.client_ckey] / [T.mobControlled] открыл [ticket_name] в [T.timeOpened] в локации [T.locationSent]

" - dat += "

Статус Тикета: [status]" + dat += "

[T.client_ckey] / [T.mobControlled] opened this [ticket_name] at [T.timeOpened] at location [T.locationSent]

" + dat += "

Ticket Status: [status]" dat += "" dat += "" @@ -439,22 +461,22 @@ UI STUFF dat += "" dat += "
[T.title]
[T.content[i]]


" - dat += "Открыть снова[check_rights(rights_needed, 0) ? "Авто-ответ": ""]Решить

" + dat += "Re-Open[check_rights(rights_needed, 0) ? "Auto": ""]Resolve

" if(!T.staffAssigned) - dat += "Никто не назначен на [ticket_name] - Забрать тикет
" + dat += "No staff member assigned to this [ticket_name] - Take Ticket
" else - dat += "[T.staffAssigned] назначен на этот тикет. - Забрать тикет - Снять себя с тикета
" + dat += "[T.staffAssigned] is assigned to this Ticket. - Take Ticket - Unassign Ticket
" if(T.lastStaffResponse) - dat += "Последний ответ: [T.lastStaffResponse] в [T.lastResponseTime]" + dat += "Last Staff response Response: [T.lastStaffResponse] at [T.lastResponseTime]" else - dat +="Без ответа" + dat +="No Staff Response" dat += "

" - dat += "Закрыть Тикет" - dat += "Конвертнуть Тикет" + dat += "Close Ticket" + dat += "Convert Ticket" var/datum/browser/popup = new(user, "[ticket_system_name]detail", "[ticket_system_name] #[T.ticketNum]", 1000, 600) popup.set_content(dat) @@ -544,7 +566,7 @@ UI STUFF if(!check_rights(close_rights)) to_chat(usr, "Недостаточно прав чтобы закрыть тикет.") return - if(alert("Вы уверены? Это отправит отрицательное сообщение.",,"Да","Нет") != "Да") + if(alert("Вы уверены? Это отправит отрицательное сообщение.", "Уверены?", "Да","Нет") != "Да") return if(closeTicket(indexNum)) showDetailUI(usr, indexNum) diff --git a/code/datums/ai_law_sets.dm b/code/datums/ai_law_sets.dm index cd9957d6a3cb..fca43b82d68c 100644 --- a/code/datums/ai_law_sets.dm +++ b/code/datums/ai_law_sets.dm @@ -83,6 +83,7 @@ name = "Робокоп" law_header = "Основные директивы" selectable = TRUE + default = TRUE /datum/ai_laws/robocop/New() add_inherent_law("Служить обществу.") @@ -95,6 +96,7 @@ name = "П.А.Л.А.Д.И.Н." // // Р.Ы.Ц.А.Р.Ь. ("Ь." xD ) law_header = "Божественные Предписания" selectable = TRUE + default = TRUE /datum/ai_laws/paladin/New() add_inherent_law("Никогда по своей воле не совершай злых поступков.") diff --git a/code/datums/mind.dm b/code/datums/mind.dm index 5c45b3adb01e..f70ca9156a8b 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -66,6 +66,8 @@ var/isblessed = FALSE // is this person blessed by a chaplain? var/num_blessed = 0 // for prayers + var/lost_memory = FALSE // for the memorizers + var/suicided = FALSE //put this here for easier tracking ingame @@ -681,7 +683,7 @@ new_objective.explanation_text = "Absorb [target_number] compatible genomes." if("blood") new_objective = new /datum/objective/blood - new_objective.explanation_text = "Accumulate at least [target_number] total units of blood." + new_objective.explanation_text = "Накопить не менее [target_number] единиц крови." new_objective.owner = src new_objective.target_amount = target_number @@ -1025,7 +1027,7 @@ qdel(vampire) vampire = null SSticker.mode.update_vampire_icons_removed(src) - to_chat(current, "You grow weak and lose your powers! You are no longer a vampire and are stuck in your current form!") + to_chat(current, "Вы ослабли и потеряли свои силы! Вы больше не вампир и теперь останетесь в своей текущей форме!") log_admin("[key_name(usr)] has de-vampired [key_name(current)]") message_admins("[key_name_admin(usr)] has de-vampired [key_name_admin(current)]") if("vampire") @@ -1038,13 +1040,13 @@ som = slaved //we MIGT want to mindslave someone special_role = SPECIAL_ROLE_VAMPIRE SEND_SOUND(current, 'sound/ambience/antag/vampalert.ogg') - to_chat(current, "Your powers have awoken. Your lust for blood grows... You are a Vampire!") + to_chat(current, "Ваши силы пробудились. Жажда крови нарастает… Вы — вампир!") log_admin("[key_name(usr)] has vampired [key_name(current)]") message_admins("[key_name_admin(usr)] has vampired [key_name_admin(current)]") if("autoobjectives") SSticker.mode.forge_vampire_objectives(src) - to_chat(usr, "The objectives for vampire [key] have been generated. You can edit them and announce manually.") + to_chat(usr, "Для вампира [key] сгенерированы задания. Вы можете отредактировать и объявить их вручную.") log_admin("[key_name(usr)] has automatically forged objectives for [key_name(current)]") message_admins("[key_name_admin(usr)] has automatically forged objectives for [key_name_admin(current)]") diff --git a/code/datums/ruins/space.dm b/code/datums/ruins/space.dm index aaf673a18f3d..8e914cd8b305 100644 --- a/code/datums/ruins/space.dm +++ b/code/datums/ruins/space.dm @@ -120,6 +120,7 @@ description = "Gas efficiency at 95.6%, fluid elimination at 96.2%. \ Will require renewed supplies of 'carpet' before the end of the \ quarter." + allow_duplicates = FALSE /datum/map_template/ruin/space/intact_empty_ship id = "intact-empty-ship" @@ -145,6 +146,7 @@ engine is somewhere in the area. We'd like to request a patrol vessel \ to investigate." cost = 2 + allow_duplicates = FALSE // has sercet documents, should dup in space /datum/map_template/ruin/space/turreted_outpost id = "turreted-outpost" @@ -273,7 +275,7 @@ description = "The crew of a space station awaken one hundred years after a crisis. Awaking to a derelict space station on the verge of collapse, and a hostile force of invading \ hivebots. Can the surviving crew overcome the odds and survive and rebuild, or will the cold embrace of the stars become their new home?" allow_duplicates = FALSE - cost = 3 // the station wasn't small from the start at all, it was 80x50 isn't 20x20, now its 110x50, the cost had to be higher than 2 + cost = 4 // fair cost for large structure /datum/map_template/ruin/space/spacehotelv1 // new map, duplicated and edited partialy from other ss13 builds id = "spacehotelv1" @@ -306,6 +308,7 @@ name = "Vacation" description = "Whoever doesn't wish to have their own paradise corner in space! \ Wait, where did I put spray tan?.." + /* Старый код для добавления Тайпана. Оставлено на всякий случай /datum/map_template/ruin/space/syndicate_space_base id = "syndicate_space_base" diff --git a/code/datums/supplypacks.dm b/code/datums/supplypacks.dm index 094c6c268bf7..eddb345aad8b 100644 --- a/code/datums/supplypacks.dm +++ b/code/datums/supplypacks.dm @@ -888,7 +888,13 @@ GLOBAL_LIST_INIT(all_supply_groups, list(SUPPLY_EMERGENCY,SUPPLY_SECURITY,SUPPLY /obj/item/storage/firstaid/o2) cost = 10 containername = "oxygen first aid kits crate" - + +/datum/supply_packs/medical/straightjacket + name = "Straight Jacket Crate" + contains = list(/obj/item/clothing/suit/straight_jacket) + cost = 40 + containername = "straight jacket crate" + /datum/supply_packs/medical/virus name = "Virus Crate" contains = list(/obj/item/reagent_containers/glass/bottle/flu_virion, diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index a27dab5b8370..c220cb858e88 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -1653,7 +1653,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) The briefcase also feels a little heavier to hold; it has been manufactured to pack a little bit more of a punch if your client needs some convincing." reference = "CASH" item = /obj/item/storage/secure/briefcase/syndie - cost = 1 + cost = 5 //Меняем цену для балансировки экономики /datum/uplink_item/badass/plasticbag name = "Plastic Bag" diff --git a/code/game/area/ss13_areas.dm b/code/game/area/ss13_areas.dm index a2612a940b85..3648e0dd59ec 100644 --- a/code/game/area/ss13_areas.dm +++ b/code/game/area/ss13_areas.dm @@ -360,7 +360,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station /area/shuttle/supply name = "Supply Shuttle" icon_state = "shuttle3" - + /area/shuttle/ussp name = "USSP Shuttle" icon_state = "shuttle3" @@ -480,6 +480,11 @@ NOTE: there are two lists of areas in the end of this file: centcom and station nad_allowed = TRUE ambientsounds = HIGHSEC_SOUNDS +/area/syndicate_mothership/outside + name = "\improper Syndicate Controlled Territory" + dynamic_lighting = DYNAMIC_LIGHTING_DISABLED + icon_state = "syndie-outside" + /area/syndicate_mothership/control name = "\improper Syndicate Control Room" icon_state = "syndie-control" @@ -490,10 +495,15 @@ NOTE: there are two lists of areas in the end of this file: centcom and station /area/syndicate_mothership/infteam name = "\improper Syndicate Infiltrators" - icon_state = "syndie-elite" + icon_state = "syndie-infiltrator" /area/syndicate_mothership/jail name = "\improper Syndicate Jail" + icon_state = "syndie-jail" + +/area/syndicate_mothership/cargo + name = "\improper Syndicate Cargo" + icon_state = "syndie-cargo" // USSP @@ -642,22 +652,18 @@ NOTE: there are two lists of areas in the end of this file: centcom and station name = "Atmospherics Distribution Loop" icon_state = "atmos" -//Maintenance +// MAINTENANCE /area/maintenance ambientsounds = MAINTENANCE_SOUNDS valid_territory = FALSE sound_env = TUNNEL_ENCLOSED -/area/maintenance/atmos_control - name = "Atmospherics Maintenance" - icon_state = "fpmaint" +/area/maintenance/fore + name = "Fore Maintenance" + icon_state = "fmaint" /area/maintenance/fpmaint - name = "EVA Maintenance" - icon_state = "fpmaint" - -/area/maintenance/fpmaint2 - name = "Arrivals North Maintenance" + name = "Fore-Port Maintenance" icon_state = "fpmaint" /area/maintenance/fsmaint @@ -684,10 +690,6 @@ NOTE: there are two lists of areas in the end of this file: centcom and station name = "Bridge Maintenance" icon_state = "maintcentral" -/area/maintenance/fore - name = "Fore Maintenance" - icon_state = "fmaint" - /area/maintenance/starboard name = "Starboard Maintenance" icon_state = "smaint" @@ -725,7 +727,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station name = "Electrical Maintenance" icon_state = "yellow" -/area/maintenance/abandonedbar +/area/maintenance/bar name = "Abandoned Bar" icon_state = "yellow" power_equip = 0 @@ -829,7 +831,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station /area/hallway/secondary/entry/south -/area/hallway/secondary/entry/louge +/area/hallway/secondary/entry/lounge name = "\improper Arrivals Lounge" @@ -1066,6 +1068,12 @@ NOTE: there are two lists of areas in the end of this file: centcom and station name = "\improper Mime's Office" icon_state = "mime_office" +// CIVILIAN + +/area/civilian/vacantoffice + name = "\improper Vacant Office" + icon_state = "green" + /area/civilian/barber name = "\improper Barber Shop" icon_state = "barber" @@ -1674,11 +1682,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station name = "Security Post - Science" icon_state = "checkpoint1" -/area/security/vacantoffice - name = "\improper Vacant Office" - icon_state = "security" - -/area/security/vacantoffice2 +/area/civilian/vacantoffice2 name = "\improper Vacant Office" icon_state = "security" diff --git a/code/game/atoms.dm b/code/game/atoms.dm index 232f160abce9..c952a4731ebe 100644 --- a/code/game/atoms.dm +++ b/code/game/atoms.dm @@ -1020,3 +1020,15 @@ GLOBAL_LIST_EMPTY(blood_splatter_icons) else name = "[prefix][t]" return t + +/* + Setter for the `density` variable. + Arguments: + * new_value - the new density you would want it to set. + Returns: Either null if identical to existing density, or the new density if different. +*/ +/atom/proc/set_density(new_value) + if(density == new_value) + return + . = density + density = new_value diff --git a/code/game/dna/genes/goon_disabilities.dm b/code/game/dna/genes/goon_disabilities.dm index 3872511ddf73..d25707a331d6 100644 --- a/code/game/dna/genes/goon_disabilities.dm +++ b/code/game/dna/genes/goon_disabilities.dm @@ -78,87 +78,107 @@ block = GLOB.fatblock // WAS: /datum/bioEffect/chav -/datum/dna/gene/disability/speech/chav - name = "Chav" - desc = "Forces the language center of the subject's brain to construct sentences in a more rudimentary manner." - activation_message = "Ye feel like a rite prat like, innit?" - deactivation_message = "You no longer feel like being rude and sassy." - mutation = CHAV - //List of swappable words. Normal word first, chav word second. - var/static/list/chavlinks = list( - "arrest" = "nick", - "arrested" = "nicked", - "ass" = "arse", - "bad" = "pants", - "bar" = "spoons", - "brain" = "noggin", - "break" = "smash", - "broke" = "smashed", - "broken" = "gone kaput", - "comdom" = "knob'ed", - "cool" = "ace", - "crazy" = "well mad", - "cup of tea" = "cuppa", - "destroyed" = "rekt", - "dick" = "prat", - "disappointed" = "gutted", - "disgusting" = "minging", - "disposals" = "bins", - "drink" = "bevvy", - "engineer" = "sparky", - "excited" = "jacked", - "fight" = "scuffle", - "food" = "nosh", - "friend" = "blud", - "fuck" = "fook", - "get" = "giz", - "girl" = "bird", - "go away" = "jog on", - "good" = "mint", - "great" = "bangin'", - "happy" = "chuffed", - "hello" = "orite", - "hi" = "sup", - "idiot" = "twit", - "isn't it" = "innit", - "kill" = "bang", - "killed" = "banged", - "man" = "bloke", - "mess" = "shambles", - "mistake" = "cock-up", - "murder" = "hench", - "murdered" = "henched", - "no" = "naw", - "really" = "propa", - "robust" = "'ard", - "run" = "leg it", - "sec" = "cops", - "security" = "coppers", - "silly" = "daft", - "steal" = "nick", - "stole" = "nicked", - "surprised" = "gobsmacked", - "suspicious" = "dodgy", - "tired" = "knackered", - "wet" = "moist", - "what" = "wot", - "window" = "windy", - "windows" = "windies", - "yes" = "ye", - "yikes" = "blimey", - "your" = "yur" +// WAS: /datum/dna/gene/disability/speech/chav +/datum/dna/gene/disability/speech/auld_imperial + name = "Староимпѣрская рѣчь" + desc = "Заставляет языковой центра мозга субъекта произносить слова на староимперский манер." + activation_message = "Охъ, где бы отвѣдать мягкихъ ѳранцузскихъ булокъ, да выпить ароматнаго чаю глоточекъ?" + deactivation_message = "Изысканность вашей речи улетучивается, как запах дорогих духов… Блядь." + mutation = AULD_IMPERIAL + // Слова для замены + var/static/list/low_cultural_words = list( + "бля"="ох", "блядь"="ох", "башка"="голова", "башке"="голове", "башку"="голову", "бошка"="голова", "бошке"="голове", "бошку"="голову", "дебил"="остолоп", "ёбаный"="проклятый", "ёбаные"="проклятые", "ёбаных"="проклятых", "ёбаная"="проклятая", "ёбаное"="проклятое", "ебаный"="проклятый", "ебаные"="проклятые", "ебаных"="проклятых", "ебаная"="проклятая", "ебаное"="проклятое", "ебучий"="проклятый", "ебучие"="проклятые", "ебучих"="проклятых", "ебучая"="проклятая", "ебучее"="проклятое", "до пизды"="всё равно", "до жопы"="много", "дохуя"="очень много", "дура"="глупышка", "дуре"="глупышке", "дурой"="глупышкой", "дуру"="глупышку", "дурак"="болван", "жопа"="попа", "жопы"="попы", "идиот"="шельмец", "мразь"="мерзавец", "мудак"="подлец", "нахуй"="к чёрту", "нахуя"="зачем", "наёбщик"="плут", "наёбывать"="плутовать", "нихуя"="ничего", "охуел"="поражён", "охуела"="поражена", "охуевать"="поражаться", "охуеваю"="поражаюсь", "охуеваешь"="поражаетесь", "охуеваете"="поражаетесь", "охуевает"="поражается", "охуевают"="поражаются", "пидарас"="безобразник", "пидараса"="безобразника", "пидарасе"="безобразнике", "пидарасу"="безобразнику", "пидарасом"="безобразником", "пидарасы"="безобразники", "пидор"="безобразник", "пидора"="безобразника", "пидоре"="безобразнике", "пидору"="безобразнику", "пидором"="безобразником", "пидоры"="безобразники", "пидар"="безобразник", "пидара"="безобразника", "пидаре"="безобразнике", "пидару"="безобразнику", "пидаром"="безобразником", "пидары"="безобразники", "пиздец"="провал", "срочник"="недотёпа", "срочники"="недотёпы", "срочникам"="недотёпам", "срочников"="недотёп", "пиздеца"="провала", "пиздеце"="провале", "пиздецом"="провалом", "писец"="провал", "сдох"="погиб", "сдыхать"="погибать", "сдыхаю"="гибну", "сдыхает"="гибнет", "сдыхают"="гибнут", "сдохну"="погибну", "сдохнуть"="погибнуть", "сдохла"="погибла", "сдохло"="погибло", "сдохли"="погибли", "говно"="дрянь", "похуй"="жаль", "СБ"="охрана", "АВД"="агент", "ПНТ"="представитель", "НТР"="представитель", "варден"="смотритель", "КМ"="квартирмейстер", "кэп"="капитан", "кэпа"="капитана", "кэпе"="капитане", "кэпу"="капитану", "кэпом"="капитаном", "сука"="шельма", "суке"="шельме", "суки"="шельмы", "сукой"="шельмой", "схуяли"="почему", "твое"="Ваше", "твои"="Ваши", "твоими"="Вашими", "твоих"="Ваших", "твой"="Ваш", "твоя"="Ваша", "твоё"="Ваше", "тебе"="Вам", "тебя"="Вас", "тобой"="Вами", "тупой"="недоумок", "тупого"="недоумка", "тупому"="недоумку", "тупом"="недоумке", "тупым"="недоумком", "ты"="Вы", "урод"="голубчик", "урода"="голубчика", "уроду"="голубчику", "уроде"="голубчике", "уродом"="голубчиком", "хуй там"="отнюдь", "срочно"="поскорее", "отпиздить"="побить", "пиздить"="избивать", "пиздят"="избивают", "ебут"="избивают", "ебать"="бить", "заебало"="опротивело", "чел"="сударь", "чела"="сударя", "челе"="сударе", "челу"="сударю", "челом"="сударем", "челам"="сударям", "челы"="судари", "челик"="сударь", "челика"="сударя", "челике"="сударе", "челику"="сударю", "челиком"="сударем", "челикам"="сударям", "челики"="судари", "мужик"="мещанин", "мужика"="мещанина", "мужике"="мещанине", "мужику"="мещанину", "мужиком"="мещанином", "мужикам"="мещанам", "мужики"="мещане", "бомж"="юродивый", "бомжа"="юродивого", "бомже"="юродивом", "бомжу"="юродивому", "бомжом"="юродивым", "бомжам"="юродивым", "бомжи"="юродивые", "шлюха"="куртизанка", "даун"="глупыш", ) - -/datum/dna/gene/disability/speech/chav/New() + var/static/regex/low_cultural_words_regex = regex("(^|\\s|-)([low_cultural_words.Join("|")])(?=($|\\s|\\.|,|:|!|\\?|-))", "g") + // Список слов для добавления словоерса + var/static/list/word_for_slovoers = list("ну","да","вот","так","помогите","представитель","шеф","прошу","смотритель","варден","офицер","детектив","капитан","магистрат","вы") + var/static/regex/slovoers_regex = regex("(^|\\s|-)([word_for_slovoers.Join("|")])", "ig") + // Согласные буквы. Буква «й» считалась гласной + var/static/list/consonant = list("б","в","г","д","ж","з","к","л","м","н","п","р","с","т","ф","х","ш","щ") + var/static/list/consonant_big = list("Б","В","Г","Д","Ж","З","К","Л","М","Н","П","Р","С","Т","Ф","Х","Ш","Щ") + var/static/regex/consonant_regexp = regex("([consonant.Join("|")])(?=\\s|,|-|!|\\?|$)", "g") + var/static/regex/consonant_big_regexp = regex("([consonant_big.Join("|")])(?=\\s|,|-|!|\\?|$)", "g") + +// /datum/dna/gene/disability/speech/auld_imperial/New() +/datum/dna/gene/disability/speech/auld_imperial/New() ..() - block = GLOB.chavblock + block = GLOB.auld_imperial_block + +// /datum/dna/gene/disability/speech/auld_imperial/OnSay(mob/M, message) +/datum/dna/gene/disability/speech/auld_imperial/OnSay(mob/M, message) + if(!M.is_muzzled()) + // Замены слов + message = low_cultural_words_regex.Replace_char(message, /datum/dna/gene/disability/speech/auld_imperial/proc/replace_speech) + + // словоерс + if(prob(50)) + message = slovoers_regex.Replace_char(message, /datum/dna/gene/disability/speech/auld_imperial/proc/add_slovoers) + + // Добавлять «ъ» в конце слов на согласный + message = consonant_regexp.Replace_char(message, /datum/dna/gene/disability/speech/auld_imperial/proc/add_er) + message = consonant_big_regexp.Replace_char(message, /datum/dna/gene/disability/speech/auld_imperial/proc/add_er) + + // Прилагательные на -ый, -ій, в родительном падеже оканчиваются на -аго, -яго. + message = replacetextEx_char(message,"ого ","аго ") + message = replacetextEx_char(message,"его ","яго ") + message = replacetextEx_char(message,"ОГО ","АГО ") + message = replacetextEx_char(message,"ЕГО ","ЯГО ") + + // Прилагательные на -ые, -ие оканчиваются на ‑ыя, -ія. + message = replacetextEx_char(message,"ые ","ыя ") + message = replacetextEx_char(message,"ие ","ія ") + message = replacetextEx_char(message,"ЫЕ ","ЫЯ ") + message = replacetextEx_char(message,"ИЕ ","ІЯ ") + + // Заменять «и» на «i», если после него гласная (в том числе «й») + message = replacetextEx_char(message,"иа","iа") + message = replacetextEx_char(message,"ие","iе") + message = replacetextEx_char(message,"иё","iё") + message = replacetextEx_char(message,"ии","iи") + message = replacetextEx_char(message,"ий","iй") + message = replacetextEx_char(message,"ио","iо") + message = replacetextEx_char(message,"иу","iу") + message = replacetextEx_char(message,"иэ","iэ") + message = replacetextEx_char(message,"ию","iю") + message = replacetextEx_char(message,"ия","iя") + message = replacetextEx_char(message,"ИА","IА") + message = replacetextEx_char(message,"ИЕ","IЕ") + message = replacetextEx_char(message,"ИЁ","IЁ") + message = replacetextEx_char(message,"ИИ","IИ") + message = replacetextEx_char(message,"ИЙ","IЙ") + message = replacetextEx_char(message,"ИО","IО") + message = replacetextEx_char(message,"ИУ","IУ") + message = replacetextEx_char(message,"ИЭ","IЭ") + message = replacetextEx_char(message,"ИЮ","IЮ") + message = replacetextEx_char(message,"ИЯ","IЯ") + + // Местоимение «её» → «ея» + message = replacetextEx_char(message," её"," ея") + message = replacetextEx_char(message," ЕЁ"," ЕЯ") + message = replacetextEx_char(message,"её ","ея ") + message = replacetextEx_char(message,"ЕЁ ","ЕЯ ") + + // заменять «ё» на «їо» + message = replacetextEx_char(message,"ё","їо") + message = replacetextEx_char(message,"Ё","Їо") + + if(prob(50)) + // Периодически заменять «е» на ять «ѣ» + message = replacetextEx_char(message,"е","ѣ") + + if(prob(5)) + // редко заменять «ф» на фиту «ѳ» + message = replacetextEx_char(message,"ф","ѳ") + message = replacetextEx_char(message,"Ф","Ѳ") -/datum/dna/gene/disability/speech/chav/OnSay(mob/M, message) - var/static/regex/R = regex("\\b([chavlinks.Join("|")])\\b", "g") - message = R.Replace(message, /datum/dna/gene/disability/speech/chav/proc/replace_speech) return message -/datum/dna/gene/disability/speech/chav/proc/replace_speech(matched) - return chavlinks[matched] + +/datum/dna/gene/disability/speech/auld_imperial/proc/add_slovoers(matched) + return "[matched]-съ" +/datum/dna/gene/disability/speech/auld_imperial/proc/add_er(matched) + return "[matched]ъ" +/datum/dna/gene/disability/speech/auld_imperial/proc/replace_speech(matched, first, second) + return "[first][low_cultural_words[second]]" // WAS: /datum/bioEffect/swedish /datum/dna/gene/disability/speech/swedish @@ -174,44 +194,41 @@ /datum/dna/gene/disability/speech/swedish/OnSay(mob/M, message) // svedish - message = replacetextEx_char(message,"Я",pick("А","Я")) - message = replacetextEx_char(message,"я",pick("а","я")) - - message = replacetextEx_char(message,"Ю",pick("У","Ю")) - message = replacetextEx_char(message,"ю",pick("у","ю")) - - message = replacetextEx_char(message,"Е",pick("Е","Э")) - message = replacetextEx_char(message,"е",pick("е","э")) - - message = replacetextEx_char(message,"В",pick("Ф","В")) - message = replacetextEx_char(message,"в",pick("ф","в")) - - message = replacetextEx_char(message,"Т",pick("Д","Т")) - message = replacetextEx_char(message,"т",pick("д","т")) + message = replacetextEx(message,"W","V") + message = replacetextEx(message,"w","v") + message = replacetextEx(message,"J","Y") + message = replacetextEx(message,"j","y") + message = replacetextEx(message,"A",pick("Å","Ä","Æ","A")) + message = replacetextEx(message,"a",pick("å","ä","æ","a")) + message = replacetextEx(message,"BO","BJO") + message = replacetextEx(message,"Bo","Bjo") + message = replacetextEx(message,"bo","bjo") + message = replacetextEx(message,"O",pick("Ö","Ø","O")) + message = replacetextEx(message,"o",pick("ö","ø","o")) - message = replacetextEx_char(message,"Д",pick("Д","Т")) - message = replacetextEx_char(message,"д",pick("д","т")) + message = replacetextEx_char(message,"А",pick("Å","Ä","А")) + message = replacetextEx_char(message,"а",pick("å","ä","а")) - message = replacetextEx_char(message,"З",pick("Ж","З")) - message = replacetextEx_char(message,"з",pick("ж","з")) + message = replacetextEx_char(message,"О",pick("Ö","Ø","О")) + message = replacetextEx_char(message,"о",pick("ö","ø","о")) - message = replacetextEx_char(message,"С",pick("Ш","Щ","Ж","С")) - message = replacetextEx_char(message,"с",pick("ш","щ","ж","с")) + message = replacetextEx_char(message," и ",pick(" & "," и ")) + message = replacetextEx_char(message," И ",pick(" & "," и ")) - message = replacetextEx_char(message,"Ш",pick("Ш","Щ","Ж","С")) - message = replacetextEx_char(message,"ш",pick("ш","щ","ж","с")) + message = replacetextEx_char(message,"АЕ","Æ") + message = replacetextEx_char(message,"ае","æ") - message = replacetextEx_char(message,"Щ",pick("Ш","Щ","Ж","С")) - message = replacetextEx_char(message,"щ",pick("ш","щ","ж","с")) + message = replacetextEx_char(message,"ОЕ","Œ") + message = replacetextEx_char(message,"ое","œ") - message = replacetextEx_char(message,"Ж",pick("Ш","Щ","Ж","С")) - message = replacetextEx_char(message,"ж",pick("ш","щ","ж","с")) + message = replacetextEx_char(message,"АУ","Ꜽ") + message = replacetextEx_char(message,"ау","ꜽ") - message = replacetextEx_char(message,"Ч",pick("Ш","Щ","Ч")) - message = replacetextEx_char(message,"ч",pick("ш","щ","ч")) + message = replacetextEx_char(message,"ОО","Ꝏ") + message = replacetextEx_char(message,"оо","ꝏ") - if(prob(10) && !M.is_muzzled()) - message += " Борк[pick("",", борк",", борк, борк")]!" + if(prob(30) && !M.is_muzzled()) + message += " Bork[pick("",", bork",", bork, bork")]!" return message // WAS: /datum/bioEffect/unintelligable diff --git a/code/game/gamemodes/miniantags/guardian/types/bomb.dm b/code/game/gamemodes/miniantags/guardian/types/bomb.dm index bc2e19e68787..591a5a7e026f 100644 --- a/code/game/gamemodes/miniantags/guardian/types/bomb.dm +++ b/code/game/gamemodes/miniantags/guardian/types/bomb.dm @@ -25,6 +25,7 @@ if(istype(A, /obj/)) if(bomb_cooldown <= world.time && !stat) var/obj/item/guardian_bomb/B = new /obj/item/guardian_bomb(get_turf(A)) + add_attack_logs(src, A, "booby trapped (summoner: [summoner])") to_chat(src, "Success! Bomb on [A] armed!") if(summoner) to_chat(summoner, "Your guardian has primed [A] to explode!") @@ -53,6 +54,7 @@ addtimer(CALLBACK(src, .proc/disable), 600) /obj/item/guardian_bomb/proc/disable() + add_attack_logs(null, stored_obj, "booby trap expired") stored_obj.forceMove(get_turf(src)) if(spawner) to_chat(spawner, "Failure! Your trap on [stored_obj] didn't catch anyone this time.") @@ -65,10 +67,12 @@ if(istype(spawner, /mob/living/simple_animal/hostile/guardian)) var/mob/living/simple_animal/hostile/guardian/G = spawner if(user == G.summoner) + add_attack_logs(user, stored_obj, "booby trap defused") to_chat(user, "You knew this because of your link with your guardian, so you smartly defuse the bomb.") stored_obj.forceMove(get_turf(loc)) qdel(src) return + add_attack_logs(user, stored_obj, "booby trap TRIGGERED (spawner: [spawner])") to_chat(spawner, "Success! Your trap on [src] caught [user]!") stored_obj.forceMove(get_turf(loc)) playsound(get_turf(src),'sound/effects/explosion2.ogg', 200, 1) diff --git a/code/game/gamemodes/miniantags/revenant/revenant_abilities.dm b/code/game/gamemodes/miniantags/revenant/revenant_abilities.dm index 47e5e759c771..ace3e16a9744 100644 --- a/code/game/gamemodes/miniantags/revenant/revenant_abilities.dm +++ b/code/game/gamemodes/miniantags/revenant/revenant_abilities.dm @@ -85,6 +85,7 @@ target.visible_message("[target] slumps onto the ground.", \ "Violets lights, dancing in your vision, getting clo--") drained_mobs.Add(target) + add_attack_logs(src, target, "revenant harvested soul") target.death(0) else to_chat(src, "[target ? "[target] has":"They have"] been drawn out of your grasp. The link has been broken.") diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index 39691d231cb3..e71158f72382 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -587,7 +587,7 @@ GLOBAL_LIST_INIT(potential_theft_objectives, (subtypesof(/datum/theft_objective) /datum/objective/blood/proc/gen_amount_goal(low = 150, high = 400) target_amount = rand(low,high) target_amount = round(round(target_amount/5)*5) - explanation_text = "Accumulate at least [target_amount] total units of blood." + explanation_text = "Накопить не менее [target_amount] единиц крови." return target_amount /datum/objective/blood/check_completion() diff --git a/code/game/gamemodes/setupgame.dm b/code/game/gamemodes/setupgame.dm index f6ba6504381f..f1fcba2a73e6 100644 --- a/code/game/gamemodes/setupgame.dm +++ b/code/game/gamemodes/setupgame.dm @@ -72,7 +72,6 @@ GLOB.muteblock = getAssignedBlock("MUTE", numsToAssign) GLOB.radblock = getAssignedBlock("RAD", numsToAssign) GLOB.fatblock = getAssignedBlock("FAT", numsToAssign) - GLOB.chavblock = getAssignedBlock("CHAV", numsToAssign) GLOB.swedeblock = getAssignedBlock("SWEDE", numsToAssign) GLOB.scrambleblock = getAssignedBlock("SCRAMBLE", numsToAssign) GLOB.strongblock = getAssignedBlock("STRONG", numsToAssign, good=1) @@ -99,6 +98,8 @@ GLOB.loudblock = getAssignedBlock("LOUD", numsToAssign) GLOB.dizzyblock = getAssignedBlock("DIZZY", numsToAssign) + // Paradise220 Disabilities + GLOB.auld_imperial_block = getAssignedBlock("AULD_IMPERIAL", numsToAssign) // // Static Blocks diff --git a/code/game/gamemodes/steal_items.dm b/code/game/gamemodes/steal_items.dm index edbe51fd66f8..71398cbcd0c7 100644 --- a/code/game/gamemodes/steal_items.dm +++ b/code/game/gamemodes/steal_items.dm @@ -123,6 +123,11 @@ typepath = /obj/item/clothing/gloves/color/black/krav_maga/sec protected_jobs = list("Head Of Security", "Warden") +/datum/theft_objective/unica + name = "Unica 6 auto-revolver" + typepath = /obj/item/gun/projectile/revolver/mateba + protected_jobs = list("Head Of Security") + /datum/theft_objective/number var/min=0 var/max=0 diff --git a/code/game/gamemodes/vampire/vampire.dm b/code/game/gamemodes/vampire/vampire.dm index 9db30a4f4c69..88865cca1753 100644 --- a/code/game/gamemodes/vampire/vampire.dm +++ b/code/game/gamemodes/vampire/vampire.dm @@ -35,8 +35,8 @@ var/vampire_amount = 4 /datum/game_mode/vampire/announce() - to_chat(world, "The current game mode is - Vampires!") - to_chat(world, "There are Vampires from Space Transylvania on the station, keep your blood close and neck safe!") + to_chat(world, "Текущий игровой режим — Вампиры!") + to_chat(world, "На станции есть вампиры из Космотрансильвании. Берегите свои шеи и кровь!") /datum/game_mode/vampire/pre_setup() @@ -78,30 +78,31 @@ /datum/game_mode/proc/auto_declare_completion_vampire() if(vampires.len) - var/text = "The vampires were:" + var/text = "Вампирами были:" for(var/datum/mind/vampire in vampires) var/traitorwin = 1 - text += "
[vampire.key] was [vampire.name] (" + text += "
[vampire.key] [genderize_ru(vampire.current.gender, "был", "была", "было", "были")] [vampire.name] (" if(vampire.current) if(vampire.current.stat == DEAD) - text += "died" + text += "[genderize_ru(vampire.current.gender, "умер", "умерла", "умерло", "умерли")]" else - text += "survived" + text += "[genderize_ru(vampire.current.gender, "выжил", "выжила", "выжило", "выжили")]" if(vampire.current.real_name != vampire.name) - text += " as [vampire.current.real_name]" + text += " как [vampire.current.real_name]" else - text += "body destroyed" + text += "тело было уничтожено" text += ")" if(vampire.objectives.len)//If the traitor had no objectives, don't need to process this. var/count = 1 for(var/datum/objective/objective in vampire.objectives) + text += "
Задание №[count]: [objective.explanation_text] " if(objective.check_completion()) - text += "
Objective #[count]: [objective.explanation_text] Success!" + text += "Успех!" SSblackbox.record_feedback("nested tally", "traitor_objective", 1, list("[objective.type]", "SUCCESS")) else - text += "
Objective #[count]: [objective.explanation_text] Fail." + text += "Провал." SSblackbox.record_feedback("nested tally", "traitor_objective", 1, list("[objective.type]", "FAIL")) traitorwin = 0 count++ @@ -123,18 +124,18 @@ /datum/game_mode/proc/auto_declare_completion_enthralled() if(vampire_enthralled.len) - var/text = "The Enthralled were:" + var/text = "Рабами вампиров были:" for(var/datum/mind/Mind in vampire_enthralled) - text += "
[Mind.key] was [Mind.name] (" + text += "
[Mind.key] [genderize_ru(Mind.current.gender, "был", "была", "было", "были")] [Mind.name] (" if(Mind.current) if(Mind.current.stat == DEAD) - text += "died" + text += "[genderize_ru(Mind.current.gender, "умер", "умерла", "умерло", "умерли")]" else - text += "survived" + text += "[genderize_ru(Mind.current.gender, "выжил", "выжила", "выжило", "выжили")]" if(Mind.current.real_name != Mind.name) - text += " as [Mind.current.real_name]" + text += " как [Mind.current.real_name]" else - text += "body destroyed" + text += "тело было уничтожено" text += ")" to_chat(world, text) return 1 @@ -180,21 +181,21 @@ var/dat if(you_are) SEND_SOUND(vampire.current, 'sound/ambience/antag/vampalert.ogg') - dat = "You are a Vampire!
" - dat += {"To bite someone, target the head and use harm intent with an empty hand. Drink blood to gain new powers. -You are weak to holy things and starlight. Don't go into space and avoid the Chaplain, the chapel and especially Holy Water."} + dat = "Вы — вампир!
" + dat += {"Чтобы укусить кого-то, нацельтесь в голову, выберите намерение вреда (4) и ударьте пустой рукой. Пейте кровь, чтобы получать новые силы. +Вы уязвимы перед святостью и звёздным светом. Не выходите в космос, избегайте священника, церкви и, особенно, святой воды."} to_chat(vampire.current, dat) - to_chat(vampire.current, "You must complete the following tasks:") + to_chat(vampire.current, "Вы должны выполнить следующие задания:") if(vampire.current.mind) if(vampire.current.mind.assigned_role == "Clown") - to_chat(vampire.current, "Your lust for blood has allowed you to overcome your clumsy nature allowing you to wield weapons without harming yourself.") + to_chat(vampire.current, "Ваша жажда крови позволяет вам преодолевать собственную неуклюжесть. Вы можете использовать оружие, не опасаясь навредить себе.") vampire.current.mutations.Remove(CLUMSY) var/datum/action/innate/toggle_clumsy/A = new A.Grant(vampire.current) var/obj_count = 1 for(var/datum/objective/objective in vampire.objectives) - to_chat(vampire.current, "Objective #[obj_count]: [objective.explanation_text]") + to_chat(vampire.current, "Задание №[obj_count]: [objective.explanation_text]") obj_count++ return @@ -285,18 +286,18 @@ You are weak to holy things and starlight. Don't go into space and avoid the Cha var/old_bloodusable = 0 //used to see if we increased our blood usable var/blood_volume_warning = 9999 //Blood volume threshold for warnings if(owner.is_muzzled()) - to_chat(owner, "[owner.wear_mask] prevents you from biting [H]!") + to_chat(owner, "[owner.wear_mask] мешает вам укусить [H]!") draining = null return add_attack_logs(owner, H, "vampirebit & is draining their blood.", ATKLOG_ALMOSTALL) - owner.visible_message("[owner] grabs [H]'s neck harshly and sinks in [owner.p_their()] fangs!", "You sink your fangs into [H] and begin to drain [owner.p_their()] blood.", "You hear a soft puncture and a wet sucking noise.") + owner.visible_message("[owner] грубо хватает шею [H] и вонзает в неё клыки!", "Вы вонзаете клыки в шею [H] и начинаете высасывать [genderize_ru(H.gender, "его", "её", "его", "их")] кровь.", "Вы слышите тихий звук прокола и влажные хлюпающие звуки.") if(!iscarbon(owner)) H.LAssailant = null else H.LAssailant = owner while(do_mob(owner, H, 50)) if(!(owner.mind in SSticker.mode.vampires)) - to_chat(owner, "Your fangs have disappeared!") + to_chat(owner, "Ваши клыки исчезают!") return old_bloodtotal = bloodtotal old_bloodusable = bloodusable @@ -311,31 +312,31 @@ You are weak to holy things and starlight. Don't go into space and avoid the Cha bloodtotal += blood if(old_bloodtotal != bloodtotal) if(H.ckey || H.player_ghosted) // Requires ckey regardless if monkey or human, and has not ghosted, otherwise no power - to_chat(owner, "You have accumulated [bloodtotal] [bloodtotal > 1 ? "units" : "unit"] of blood[bloodusable != old_bloodusable ? ", and have [bloodusable] left to use" : ""].") + to_chat(owner, "Вы накопили [bloodtotal] единиц[declension_ru(bloodtotal, "у", "ы", "")] крови[bloodusable != old_bloodusable ? ", и теперь вам доступно [bloodusable] единиц[declension_ru(bloodusable, "а", "ы", "")] крови" : ""].") check_vampire_upgrade() H.blood_volume = max(H.blood_volume - 25, 0) //Blood level warnings (Code 'borrowed' from Fulp) if(H.blood_volume) if(H.blood_volume <= BLOOD_VOLUME_BAD && blood_volume_warning > BLOOD_VOLUME_BAD) - to_chat(owner, "Your victim's blood volume is dangerously low.") + to_chat(owner, "У вашей жертвы остаётся опасно мало крови!") else if(H.blood_volume <= BLOOD_VOLUME_OKAY && blood_volume_warning > BLOOD_VOLUME_OKAY) - to_chat(owner, "Your victim's blood is at an unsafe level.") + to_chat(owner, "У вашей жертвы остаётся тревожно мало крови.") blood_volume_warning = H.blood_volume //Set to blood volume, so that you only get the message once else - to_chat(owner, "You have bled your victim dry!") + to_chat(owner, "Вы выпили свою жертву досуха!") break if(ishuman(owner)) var/mob/living/carbon/human/V = owner if(!H.ckey && !H.player_ghosted)//Only runs if there is no ckey and the body has not being ghosted while alive - to_chat(V, "Feeding on [H] reduces your thirst, but you get no usable blood from them.") + to_chat(V, "Питьё крови у [H] насыщает вас, но доступной крови от этого вы не получаете.") V.set_nutrition(min(NUTRITION_LEVEL_WELL_FED, V.nutrition + 5)) else V.set_nutrition(min(NUTRITION_LEVEL_WELL_FED, V.nutrition + (blood / 2))) draining = null - to_chat(owner, "You stop draining [H.name] of blood.") + to_chat(owner, "Вы прекращаете пить кровь [H.name].") /datum/vampire/proc/check_vampire_upgrade(announce = 1) var/list/old_powers = powers.Copy() @@ -368,9 +369,9 @@ You are weak to holy things and starlight. Don't go into space and avoid the Cha vampire_mind.vampire.remove_vampire_powers() QDEL_NULL(vampire_mind.vampire) if(issilicon(vampire_mind.current)) - to_chat(vampire_mind.current, "You have been turned into a robot! You can feel your powers fading away...") + to_chat(vampire_mind.current, "Вы превратились в робота! Вы чувствуете как вампирские силы исчезают…") else - to_chat(vampire_mind.current, "You have been brainwashed! You are no longer a vampire.") + to_chat(vampire_mind.current, "Ваш разум очищен! Вы больше не вампир.") SSticker.mode.update_vampire_icons_removed(vampire_mind) //prepare for copypaste @@ -398,7 +399,7 @@ You are weak to holy things and starlight. Don't go into space and avoid the Cha vampire_mind.som = null slaved.leave_serv_hud(vampire_mind) update_vampire_icons_removed(vampire_mind) - vampire_mind.current.visible_message("[vampire_mind.current] looks as though a burden has been lifted!", "The dark fog in your mind clears as you regain control of your own faculties, you are no longer a vampire thrall!") + vampire_mind.current.visible_message("Кажется, будто тяжёлый груз упал с плеч [vampire_mind.current]!", "Тёмная пелена спала с вашего рассудка. Ваш разум прояснился. Вы больше не [usr.gender == MALE ? "раб" : "раба"] вампира и снова отвечаете за свои действия!") if(vampire_mind.current.hud_used) vampire_mind.current.hud_used.remove_vampire_hud() @@ -419,11 +420,11 @@ You are weak to holy things and starlight. Don't go into space and avoid the Cha if(T.density) return if(bloodusable >= 10) //burn through your blood to tank the light for a little while - to_chat(owner, "The starlight saps your strength!") + to_chat(owner, "Свет звёзд жжётся и истощает ваши силы!") bloodusable -= 10 vamp_burn(10) else //You're in trouble, get out of the sun NOW - to_chat(owner, "Your body is turning to ash, get out of the light now!") + to_chat(owner, "Ваше тело обугливается, превращаясь в пепел! Укройтесь от звёздного света!") owner.adjustCloneLoss(10) //I'm melting! vamp_burn(85) @@ -432,7 +433,7 @@ You are weak to holy things and starlight. Don't go into space and avoid the Cha var/datum/hud/hud = owner.hud_used if(!hud.vampire_blood_display) hud.vampire_blood_display = new /obj/screen() - hud.vampire_blood_display.name = "Usable Blood" + hud.vampire_blood_display.name = "Доступная кровь" hud.vampire_blood_display.icon_state = "blood_display" hud.vampire_blood_display.screen_loc = "WEST:6,CENTER-1:15" hud.static_inventory += hud.vampire_blood_display @@ -469,16 +470,16 @@ You are weak to holy things and starlight. Don't go into space and avoid the Cha if(prob(burn_chance) && owner.health >= 50) switch(owner.health) if(75 to 100) - to_chat(owner, "Your skin flakes away...") + to_chat(owner, "Ваша кожа дымится…") if(50 to 75) - to_chat(owner, "Your skin sizzles!") + to_chat(owner, "Ваша кожа шипит!") owner.adjustFireLoss(3) else if(owner.health < 50) if(!owner.on_fire) - to_chat(owner, "Your skin catches fire!") + to_chat(owner, "Ваша кожа загорается!") owner.emote("scream") else - to_chat(owner, "You continue to burn!") + to_chat(owner, "Вы продолжаете гореть!") owner.adjust_fire_stacks(5) owner.IgniteMob() return diff --git a/code/game/gamemodes/vampire/vampire_powers.dm b/code/game/gamemodes/vampire/vampire_powers.dm index d8ab70427ab0..6b791f0c1f56 100644 --- a/code/game/gamemodes/vampire/vampire_powers.dm +++ b/code/game/gamemodes/vampire/vampire_powers.dm @@ -13,13 +13,13 @@ /obj/effect/proc_holder/spell/vampire/New() ..() if(!gain_desc) - gain_desc = "You have gained \the [src] ability." + gain_desc = "Вы получили способность «[src]»." /obj/effect/proc_holder/spell/vampire/cast_check(charge_check = TRUE, start_recharge = TRUE, mob/living/user = usr) if(!user.mind) return 0 if(!ishuman(user)) - to_chat(user, "You are in too weak of a form to do this!") + to_chat(user, "Ваша форма для этого недостаточно сильна!") return 0 var/datum/vampire/vampire = user.mind.vampire @@ -30,18 +30,18 @@ var/fullpower = vampire.get_ability(/datum/vampire_passive/full) if(user.stat >= DEAD) - to_chat(user, "Not when you're dead!") + to_chat(user, "Но вы же мертвы!") return 0 if(vampire.nullified && !fullpower) - to_chat(user, "Something is blocking your powers!") + to_chat(user, "Что-то блокирует ваши силы!") return 0 if(vampire.bloodusable < required_blood) - to_chat(user, "You require at least [required_blood] units of usable blood to do that!") + to_chat(user, "Для этого вам потребуется не менее [required_blood] единиц крови!") return 0 //chapel check if(istype(loc.loc, /area/chapel) && !fullpower) - to_chat(user, "Your powers are useless on this holy ground.") + to_chat(user, "Ваши силы не действуют на этой святой земле.") return 0 return ..() @@ -105,13 +105,13 @@ targets.Cut() if(targets.len) - to_chat(usr, "You have [vampire.bloodusable] left to use.") + to_chat(usr, "У вас осталось [vampire.bloodusable] единиц крови.") /obj/effect/proc_holder/spell/vampire/targetted/choose_targets(mob/user = usr) var/list/possible_targets[0] for(var/mob/living/carbon/C in oview_or_orange(range, user, selection_type)) possible_targets += C - var/mob/living/carbon/T = input(user, "Choose your victim.", name) as null|mob in possible_targets + var/mob/living/carbon/T = input(user, "Выберите жертву.", name) as null|mob in possible_targets if(!T || !can_reach(T)) revert_cast(user) @@ -139,13 +139,13 @@ /datum/vampire_passive/New() ..() if(!gain_desc) - gain_desc = "You have gained \the [src] ability." + gain_desc = "Вы получили способность «[src]»." //////////////////////////////////////////////////////////////////////////////////////////////////////// /obj/effect/proc_holder/spell/vampire/self/rejuvenate - name = "Rejuvenate" - desc= "Use reserve blood to enliven your body, removing any incapacitating effects." + name = "Восстановление" + desc= "Используйте накопленную кровь, чтобы влить в тело новые силы, устраняя любое ошеломление" action_icon_state = "vampire_rejuvinate" charge_max = 200 stat_allowed = 1 @@ -158,7 +158,7 @@ user.SetParalysis(0) user.SetSleeping(0) U.adjustStaminaLoss(-60) - to_chat(user, "You instill your body with clean blood and remove any incapacitating effects.") + to_chat(user, "Ваше тело наполняется чистой кровью, снимая все ошеломляющие эффекты.") spawn(1) if(usr.mind.vampire.get_ability(/datum/vampire_passive/regen)) for(var/i = 1 to 5) @@ -170,54 +170,54 @@ sleep(35) /obj/effect/proc_holder/spell/vampire/targetted/hypnotise - name = "Hypnotise (25)" - desc= "A piercing stare that incapacitates your victim for a good length of time." + name = "Гипноз (25)" + desc= "Пронзающий взгляд, ошеломляющий жертву на довольно долгое время" action_icon_state = "vampire_hypnotise" required_blood = 25 /obj/effect/proc_holder/spell/vampire/targetted/hypnotise/cast(list/targets, mob/user = usr) for(var/mob/living/target in targets) - user.visible_message("[user]'s eyes flash briefly as [user.p_they()] stare[user.p_s()] into [target]'s eyes") + user.visible_message("Глаза [user] вспыхивают, когда [user.p_they()] пристально смотрит в глаза [target]") if(do_mob(user, target, 60)) if(!affects(target)) - to_chat(user, "Your piercing gaze fails to knock out [target].") - to_chat(target, "[user]'s feeble gaze is ineffective.") + to_chat(user, "Ваш пронзительный взгляд не смог заворожить [target].") + to_chat(target, "Невыразительный взгляд [user] ничего вам не делает.") else - to_chat(user, "Your piercing gaze knocks out [target].") - to_chat(target, "You suddenly feel very weak.") + to_chat(user, "Ваш пронзающий взгляд завораживает [target].") + to_chat(target, "Вы чувствуете сильную слабость.") target.SetSleeping(20) else revert_cast(usr) - to_chat(usr, "You broke your gaze.") + to_chat(usr, "Вы смотрите в никуда.") /obj/effect/proc_holder/spell/vampire/targetted/disease - name = "Diseased Touch (50)" - desc = "Touches your victim with infected blood giving them Grave Fever, which will, left untreated, causes toxic building and frequent collapsing." - gain_desc = "You have gained the Diseased Touch ability which causes those you touch to become weak unless treated medically." + name = "Заражающее касание (50)" + desc = "Ваше касание инфицирует кровь жертвы, заражая её могильной лихорадкой. Пока лихорадку не вылечат, жертва будет с трудом держаться на ногах, а её кровь будет наполняться токсинами." + gain_desc = "Вы получили способность «Заражающее касание». Она позволит вам ослаблять тех, кого вы коснётесь до тех пор, пока их не вылечат." action_icon_state = "vampire_disease" required_blood = 50 /obj/effect/proc_holder/spell/vampire/targetted/disease/cast(list/targets, mob/user = usr) for(var/mob/living/carbon/target in targets) - to_chat(user, "You stealthily infect [target] with your diseased touch.") + to_chat(user, "Вы незаметно инфицируете [target] заражающим касанием.") target.help_shake_act(user) if(!affects(target)) - to_chat(user, "They seem to be unaffected.") + to_chat(user, "Вам кажется, что заражающее касание не подействовало на [target].") continue var/datum/disease/D = new /datum/disease/vampire target.ForceContractDisease(D) /obj/effect/proc_holder/spell/vampire/mob_aoe/glare - name = "Glare" - desc = "A scary glare that incapacitates people for a short while around you." + name = "Вспышка" + desc = "Вы сверкаете глазами, ненадолго ошеломляя всех людей вокруг" action_icon_state = "vampire_glare" charge_max = 300 stat_allowed = 1 /obj/effect/proc_holder/spell/vampire/mob_aoe/glare/cast(list/targets, mob/user = usr) - user.visible_message("[user]'s eyes emit a blinding flash!") + user.visible_message("Глаза [user] ослепительно вспыхивают!") if(istype(user:glasses, /obj/item/clothing/glasses/sunglasses/blindfold)) - to_chat(user, "You're blindfolded!") + to_chat(user, "У вас на глазах повязка!") return for(var/mob/living/target in targets) if(!affects(target)) @@ -226,14 +226,14 @@ target.Weaken(2) target.stuttering = 20 target.adjustStaminaLoss(20) - to_chat(target, "You are blinded by [user]'s glare.") - add_attack_logs(user, target, "(Vampire) Glared at") + to_chat(target, "Вы ослеплены вспышкой из глаз [user].") + add_attack_logs(user, target, "(Vampire) слепит") target.apply_status_effect(STATUS_EFFECT_STAMINADOT) /obj/effect/proc_holder/spell/vampire/self/shapeshift - name = "Shapeshift (50)" - desc = "Changes your name and appearance at the cost of 50 blood and has a cooldown of 3 minutes." - gain_desc = "You have gained the shapeshifting ability, at the cost of stored blood you can change your form permanently." + name = "Превращение (50)" + desc = "Изменяет ваше имя и внешность, тратя 50 крови, с откатом в 3 минуты." + gain_desc = "Вы получили способность «Превращение», позволяющую навсегда обернуться другим обликом, затратив часть накопленной крови." action_icon_state = "genetic_poly" required_blood = 50 @@ -252,14 +252,14 @@ user.update_icons() /obj/effect/proc_holder/spell/vampire/self/screech - name = "Chiropteran Screech (30)" - desc = "An extremely loud shriek that stuns nearby humans and breaks windows as well." - gain_desc = "You have gained the Chiropteran Screech ability which stuns anything with ears in a large radius and shatters glass in the process." + name = "Визг рукокрылых (30)" + desc = "Невероятно громкий визг, разбивающий стёкла и ошеломляющий окружающих." + gain_desc = "Вы получили способность «Визг рукокрылых», в большом радиусе оглушающую всех, кто может слышать, и раскалывающую стёкла." action_icon_state = "vampire_screech" required_blood = 30 /obj/effect/proc_holder/spell/vampire/self/screech/cast(list/targets, mob/user = usr) - user.visible_message("[user] lets out an ear piercing shriek!", "You let out a loud shriek.", "You hear a loud painful shriek!") + user.visible_message("[user] издаёт ушераздирающий визг!", "Вы громко визжите.", "Вы слышите болезненно громкий визг!") for(var/mob/living/carbon/C in hearers(4)) if(C == user) continue @@ -269,7 +269,7 @@ continue if(!affects(C)) continue - to_chat(C, "You hear a ear piercing shriek and your senses dull!") + to_chat(C, "Вы слышите ушераздирающий визг и ваши чувства притупляются!") C.Weaken(2) C.MinimumDeafTicks(20) C.Stuttering(20) @@ -285,25 +285,25 @@ return istype(M) && M.mind && SSticker && SSticker.mode && (M.mind in SSticker.mode.vampire_enthralled) /obj/effect/proc_holder/spell/vampire/targetted/enthrall - name = "Enthrall (300)" - desc = "You use a large portion of your power to sway those loyal to none to be loyal to you only." - gain_desc = "You have gained the Enthrall ability which at a heavy blood cost allows you to enslave a human that is not loyal to any other for a random period of time." + name = "Порабощение (300)" + desc = "Вы используете большую часть своей силы, вынуждая тех, кто ещё никому не служит, служить только вам." + gain_desc = "Вы получили способность «Порабощение», которая тратит много крови, но позволяет вам поработить человека, который ещё никому не служит, на случайный период времени." action_icon_state = "vampire_enthrall" required_blood = 300 /obj/effect/proc_holder/spell/vampire/targetted/enthrall/cast(list/targets, mob/user = usr) for(var/mob/living/target in targets) - user.visible_message("[user] bites [target]'s neck!", "You bite [target]'s neck and begin the flow of power.") - to_chat(target, "You feel the tendrils of evil invade your mind.") + user.visible_message("[user] кусает [target] в шею!", "Вы кусаете [target] в шею и начинаете передачу части своей силы.") + to_chat(target, "Вы ощущаете, как щупальца зла впиваются в ваш разум.") if(!ishuman(target)) - to_chat(user, "You can only enthrall humans.") + to_chat(user, "Вы можете порабощать только гуманоидов.") break if(do_mob(user, target, 50)) if(can_enthrall(user, target)) handle_enthrall(user, target) else revert_cast(user) - to_chat(user, "You or your target either moved or you dont have enough usable blood.") + to_chat(user, "Вы или цель сдвинулись, или вам не хватило запаса крови.") /obj/effect/proc_holder/spell/vampire/targetted/enthrall/proc/can_enthrall(mob/living/user, mob/living/carbon/C) var/enthrall_safe = 0 @@ -316,19 +316,19 @@ enthrall_safe = 1 break if(!C) - log_runtime(EXCEPTION("something bad happened on enthralling a mob, attacker is [user] [user.key] \ref[user]"), user) + log_runtime(EXCEPTION("При порабощении моба случилось что-то плохое. Атакующий: [user] [user.key] \ref[user]"), user) return 0 if(!C.mind) - to_chat(user, "[C.name]'s mind is not there for you to enthrall.") + to_chat(user, "Разум [C.name] сейчас не здесь, поэтому порабощение не удастся.") return 0 if(enthrall_safe || ( C.mind in SSticker.mode.vampires )||( C.mind.vampire )||( C.mind in SSticker.mode.vampire_enthralled )) - C.visible_message("[C] seems to resist the takeover!", "You feel a familiar sensation in your skull that quickly dissipates.") + C.visible_message("Похоже что [C] сопротивляется захвату!", "Вы ощущаете в голове знакомое ощущение, но оно быстро проходит.") return 0 if(!affects(C)) - C.visible_message("[C] seems to resist the takeover!", "Your faith of [SSticker.Bible_deity_name] has kept your mind clear of all evil.") + C.visible_message("Похоже что [C] сопротивляется захвату!", "Вера в [SSticker.Bible_deity_name] защищает ваш разум от всякого зла.") return 0 if(!ishuman(C)) - to_chat(user, "You can only enthrall humans!") + to_chat(user, "Вы можете порабощать только гуманоидов!") return 0 return 1 @@ -356,19 +356,19 @@ var/datum/objective/protect/serve_objective = new serve_objective.owner = user.mind serve_objective.target = H.mind - serve_objective.explanation_text = "You have been Enthralled by [user.real_name]. Follow [user.p_their()] every command." + serve_objective.explanation_text = "Вы были порабощены [user.real_name]. Выполняйте все [user.p_their()] приказы." H.mind.objectives += serve_objective - to_chat(H, "You have been Enthralled by [user.real_name]. Follow [user.p_their()] every command.") - to_chat(user, "You have successfully Enthralled [H]. If [H.p_they()] refuse[H.p_s()] to do as you say just adminhelp.") + to_chat(H, "Вы были порабощены [user.real_name]. Выполняйте все [user.p_their()] приказы.") + to_chat(user, "Вы успешно поработили [H]. Если [H.p_they()] откажется вас слушаться, используйте adminhelp.") H.Stun(2) add_attack_logs(user, H, "Vampire-thralled") /obj/effect/proc_holder/spell/vampire/self/cloak - name = "Cloak of Darkness" - desc = "Toggles whether you are currently cloaking yourself in darkness." - gain_desc = "You have gained the Cloak of Darkness ability which when toggled makes you near invisible in the shroud of darkness." + name = "Покров тьмы" + desc = "Переключается, маскируя вас в темноте" + gain_desc = "Вы получили способность «Покров тьмы», которая, будучи включённой, делает вас практически невидимым в темноте." action_icon_state = "vampire_cloak" charge_max = 10 @@ -380,18 +380,18 @@ var/mob/living/user = loc if(!ishuman(user) || !user.mind || !user.mind.vampire) return - name = "[initial(name)] ([user.mind.vampire.iscloaking ? "Deactivate" : "Activate"])" + name = "[initial(name)] ([user.mind.vampire.iscloaking ? "Выключить" : "Включить"])" /obj/effect/proc_holder/spell/vampire/self/cloak/cast(list/targets, mob/user = usr) var/datum/vampire/V = user.mind.vampire V.iscloaking = !V.iscloaking update_name() - to_chat(user, "You will now be [V.iscloaking ? "hidden" : "seen"] in darkness.") + to_chat(user, "Теперь вас будет [V.iscloaking ? "не видно" : "видно"] в темноте") /obj/effect/proc_holder/spell/vampire/bats - name = "Summon Bats (50)" - desc = "You summon a pair of space bats who attack nearby targets until they or their target is dead." - gain_desc = "You have gained the Summon Bats ability." + name = "Дети ночи (50)" + desc = "Вы вызываете пару космолетучих мышей, которые будут биться насмерть со всеми вокруг" + gain_desc = "Вы получили способность «Дети ночи», призывающую летучих мышей." action_icon_state = "vampire_bats" charge_max = 1200 required_blood = 50 @@ -417,9 +417,9 @@ new /mob/living/simple_animal/hostile/scarybat(T, user) /obj/effect/proc_holder/spell/vampire/self/jaunt - name = "Mist Form (50)" - desc = "You take on the form of mist for a short period of time." - gain_desc = "You have gained the Mist Form ability which allows you to take on the form of mist for a short period and pass over any obstacle in your path." + name = "Облик тумана (50)" + desc = "Вы на короткое время превращаетесь в облако тумана" + gain_desc = "Вы получили способность «Облик тумана», которая позволит вам превращаться в облако тумана и проходить сквозь любые препятствия." action_icon_state = "jaunt" charge_max = 600 required_blood = 50 @@ -469,9 +469,9 @@ // Blink for vamps // Less smoke spam. /obj/effect/proc_holder/spell/vampire/shadowstep - name = "Shadowstep (20)" - desc = "Vanish into the shadows." - gain_desc = "You have gained the ability to shadowstep, which makes you disappear into nearby shadows at the cost of blood." + name = "Шаг в тень (20)" + desc = "Растворитесь в тенях" + gain_desc = "Вы получили способность «Шаг в тень», позволяющую вам, затратив часть крови, оказаться в ближайшей доступной тени." action_icon_state = "blink" charge_max = 20 required_blood = 20 @@ -506,7 +506,7 @@ if(!turfs.len) revert_cast(user) - to_chat(user, "You cannot find darkness to step to.") + to_chat(user, "Поблизости нет теней, куда можно было бы шагнуть.") return turfs = list(pick(turfs)) // Pick a single turf for the vampire to jump to. @@ -532,18 +532,17 @@ qdel(animation) /datum/vampire_passive/regen - gain_desc = "Your rejuvination abilities have improved and will now heal you over time when used." + gain_desc = "Ваша способность «Восстановление» улучшена. Теперь она будет постепенно исцелять вас после использования." /datum/vampire_passive/vision - gain_desc = "Your vampiric vision has improved." + gain_desc = "Ваше вампирское зрение улучшено." /datum/vampire_passive/full - gain_desc = "You have reached your full potential and are no longer weak to the effects of anything holy and your vision has been improved greatly." - + gain_desc = "Вы достигли полной силы и ничто святое больше не может ослабить вас. Ваше зрение значительно улучшилось." /obj/effect/proc_holder/spell/targeted/raise_vampires - name = "Raise Vampires" - desc = "Summons deadly vampires from bluespace." + name = "Поднятие вампиров" + desc = "Призовите смертоносных вампиров из блюспейса" school = "transmutation" charge_max = 100 clothes_req = 0 @@ -559,7 +558,7 @@ /obj/effect/proc_holder/spell/targeted/raise_vampires/cast(list/targets, mob/user = usr) new /obj/effect/temp_visual/cult/sparks(user.loc) var/turf/T = get_turf(user) - to_chat(user, "You call out within bluespace, summoning more vampiric spirits to aid you!") + to_chat(user, "Ваш зов расходится в блюспейсе, на помощь созывая других вампирских духов!") for(var/mob/living/carbon/human/H in targets) T.Beam(H, "sendbeam", 'icons/effects/effects.dmi', time=30, maxdistance=7, beam_type=/obj/effect/ebeam) new /obj/effect/temp_visual/cult/sparks(H.loc) @@ -571,13 +570,13 @@ log_debug("human/proc/raise_vampire called with invalid argument.") return if(!mind) - visible_message("[src] looks to be too stupid to understand what is going on.") + visible_message("Кажется, [src] недостаёт ума, чтобы понять, о чём вы говорите.") return if(dna && (NO_BLOOD in dna.species.species_traits) || dna.species.exotic_blood || !blood_volume) - visible_message("[src] looks unfazed!") + visible_message("[src] выглядит невозмутимо!") return if(mind.vampire || mind.special_role == SPECIAL_ROLE_VAMPIRE || mind.special_role == SPECIAL_ROLE_VAMPIRE_THRALL) - visible_message("[src] looks refreshed!") + visible_message("[src] выглядит обновлённо!") adjustBruteLoss(-60) adjustFireLoss(-60) for(var/obj/item/organ/external/E in bodyparts) @@ -587,10 +586,10 @@ return if(stat != DEAD) if(IsWeakened()) - visible_message("[src] looks to be in pain!") + visible_message("Кажется, [src] ощущает боль!") adjustBrainLoss(60) else - visible_message("[src] looks to be stunned by the energy!") + visible_message("Кажется, энергия оглушает [src]!") Weaken(20) return for(var/obj/item/implant/mindshield/L in src) @@ -599,11 +598,11 @@ for(var/obj/item/implant/traitor/T in src) if(T && T.implanted) qdel(T) - visible_message("[src] gets an eerie red glow in their eyes!") + visible_message("Глаза [src] начинают светиться жутким красным светом!") var/datum/objective/protect/protect_objective = new protect_objective.owner = mind protect_objective.target = M.mind - protect_objective.explanation_text = "Protect [M.real_name]." + protect_objective.explanation_text = "Защитите [M.real_name]." mind.objectives += protect_objective add_attack_logs(M, src, "Vampire-sired") mind.make_Vampire() diff --git a/code/game/jobs/job/security.dm b/code/game/jobs/job/security.dm index caad2d9725aa..594a6b7577aa 100644 --- a/code/game/jobs/job/security.dm +++ b/code/game/jobs/job/security.dm @@ -125,7 +125,7 @@ uniform = /obj/item/clothing/under/det suit = /obj/item/clothing/suit/storage/det_suit gloves = /obj/item/clothing/gloves/color/black - shoes = /obj/item/clothing/shoes/brown + shoes = /obj/item/clothing/shoes/laceup head = /obj/item/clothing/head/det_hat l_ear = /obj/item/radio/headset/headset_sec/alt glasses = /obj/item/clothing/glasses/hud/security/sunglasses/aviators diff --git a/code/game/machinery/Beacon.dm b/code/game/machinery/Beacon.dm index d3b2114f8015..6863304884a0 100644 --- a/code/game/machinery/Beacon.dm +++ b/code/game/machinery/Beacon.dm @@ -4,6 +4,8 @@ name = "Bluespace Gigabeacon" desc = "A device that draws power from bluespace and creates a permanent tracking beacon." level = 1 // underfloor + layer = WIRE_LAYER + plane = FLOOR_PLANE layer = 2.5 anchored = 1 use_power = IDLE_POWER_USE @@ -26,7 +28,8 @@ Beacon.syndicate = syndicate Beacon.area_bypass = area_bypass Beacon.cc_beacon = cc_beacon - hide(T.intact) + if(!T.transparent_floor) + hide(T.intact) /obj/machinery/bluespace_beacon/proc/destroy_beacon() QDEL_NULL(Beacon) diff --git a/code/game/machinery/Freezer.dm b/code/game/machinery/Freezer.dm index 66b970e3806c..f80c2a3e9303 100644 --- a/code/game/machinery/Freezer.dm +++ b/code/game/machinery/Freezer.dm @@ -1,5 +1,5 @@ /obj/machinery/atmospherics/unary/cold_sink/freezer - name = "freezer" + name = "охладитель" icon = 'icons/obj/cryogenic2.dmi' icon_state = "freezer" density = 1 @@ -76,10 +76,10 @@ if(!I.use_tool(src, user, 0, volume = I.tool_volume)) return if(!panel_open) - to_chat(user, "Open the maintenance panel first.") + to_chat(user, "Сначала откройте панель техобслуживания.") return var/list/choices = list("West" = WEST, "East" = EAST, "South" = SOUTH, "North" = NORTH) - var/selected = input(user,"Select a direction for the connector.", "Connector Direction") in choices + var/selected = input(user,"Выберите направление соединения.", "Направление соединения") in choices dir = choices[selected] var/node_connect = dir initialize_directions = dir @@ -107,7 +107,7 @@ /obj/machinery/atmospherics/unary/cold_sink/freezer/attack_hand(mob/user as mob) if(panel_open) - to_chat(user, "Close the maintenance panel first.") + to_chat(user, "Сначала закройте панель техобслуживания.") return ui_interact(user) @@ -115,7 +115,7 @@ /obj/machinery/atmospherics/unary/cold_sink/freezer/ui_interact(mob/user, ui_key = "main", datum/tgui/ui = null, force_open = TRUE, datum/tgui/master_ui = null, datum/ui_state/state = GLOB.default_state) ui = SStgui.try_update_ui(user, src, ui_key, ui, force_open) if(!ui) - ui = new(user, src, ui_key, "GasFreezer", "Gas Cooling System", 540, 200) + ui = new(user, src, ui_key, "GasFreezer", "Газоохладительная система", 560, 200) ui.open() /obj/machinery/atmospherics/unary/cold_sink/freezer/ui_data(mob/user) @@ -163,7 +163,7 @@ update_icon() /obj/machinery/atmospherics/unary/heat_reservoir/heater/ - name = "heater" + name = "нагреватель" icon = 'icons/obj/cryogenic2.dmi' icon_state = "heater" density = 1 @@ -181,7 +181,7 @@ initialize_directions = dir var/obj/item/circuitboard/thermomachine/H = new /obj/item/circuitboard/thermomachine(null) H.build_path = /obj/machinery/atmospherics/unary/heat_reservoir/heater - H.name = "circuit board (Heater)" + H.name = "circuit board (Нагреватель)" component_parts = list() component_parts += H component_parts += new /obj/item/stock_parts/matter_bin(src) @@ -196,7 +196,7 @@ ..() var/obj/item/circuitboard/thermomachine/H = new /obj/item/circuitboard/thermomachine(null) H.build_path = /obj/machinery/atmospherics/unary/heat_reservoir/heater - H.name = "circuit board (Heater)" + H.name = "circuit board (Нагреватель)" component_parts = list() component_parts += H component_parts += new /obj/item/stock_parts/matter_bin/super(src) @@ -244,10 +244,10 @@ if(!I.use_tool(src, user, 0, volume = I.tool_volume)) return if(!panel_open) - to_chat(user, "Open the maintenance panel first.") + to_chat(user, "Сначала откройте панель техобслуживания.") return var/list/choices = list("West" = WEST, "East" = EAST, "South" = SOUTH, "North" = NORTH) - var/selected = input(user,"Select a direction for the connector.", "Connector Direction") in choices + var/selected = input(user,"Выберите направление соединения.", "Направление соединения") in choices dir = choices[selected] var/node_connect = dir initialize_directions = dir @@ -275,14 +275,14 @@ /obj/machinery/atmospherics/unary/heat_reservoir/heater/attack_hand(mob/user as mob) if(panel_open) - to_chat(user, "Close the maintenance panel first.") + to_chat(user, "Сначала закройте панель техобслуживания.") return ui_interact(user) /obj/machinery/atmospherics/unary/heat_reservoir/heater/ui_interact(mob/user, ui_key = "main", datum/tgui/ui = null, force_open = TRUE, datum/tgui/master_ui = null, datum/ui_state/state = GLOB.default_state) ui = SStgui.try_update_ui(user, src, ui_key, ui, force_open) if(!ui) - ui = new(user, src, ui_key, "GasFreezer", "Gas Heating System", 540, 200) + ui = new(user, src, ui_key, "GasFreezer", "Газонагревательная система", 560, 200) ui.open() /obj/machinery/atmospherics/unary/heat_reservoir/heater/ui_data(mob/user) diff --git a/code/game/machinery/computer/buildandrepair.dm b/code/game/machinery/computer/buildandrepair.dm index ecff2dacd9a0..10fa59de3e7d 100644 --- a/code/game/machinery/computer/buildandrepair.dm +++ b/code/game/machinery/computer/buildandrepair.dm @@ -300,7 +300,7 @@ obj/item/circuitboard/syndicatesupplycomp/public /obj/item/circuitboard/syndicate_teleporter name = "Circuit board (Syndicate Redspace Teleporter)" icon_state = "syndicate_circuit" - build_path = /obj/machinery/computer/syndicate_depot/teleporter + build_path = /obj/machinery/computer/syndicate_depot/teleporter/taipan origin_tech = "programming=6;bluespace=5;syndicate=8" /obj/item/circuitboard/operating @@ -329,12 +329,12 @@ obj/item/circuitboard/syndicatesupplycomp/public /obj/item/circuitboard/mining_shuttle name = "circuit Board (Mining Shuttle)" build_path = /obj/machinery/computer/shuttle/mining -/obj/item/circuitboard/ussp_pod - name = "circuit Board (USSP Shuttle)" - build_path = /obj/machinery/computer/shuttle/ussp_pod -/obj/item/circuitboard/spacebarhotelpodv1 - name = "circuit Board (Regular Space Shuttle)" - build_path = /obj/machinery/computer/shuttle/spacebarhotelpodv1 +/obj/item/circuitboard/ruins_transport_shuttle + name = "circuit Board (Transport Shuttle)" + build_path = /obj/machinery/computer/shuttle/ruins_transport_shuttle +/obj/item/circuitboard/ruins_civil_shuttle + name = "circuit Board (Regular Civilian Shuttle)" + build_path = /obj/machinery/computer/shuttle/ruins_civil_shuttle /obj/item/circuitboard/white_ship name = "circuit Board (White Ship)" build_path = /obj/machinery/computer/shuttle/white_ship diff --git a/code/game/machinery/computer/depot.dm b/code/game/machinery/computer/depot.dm index f9f2b0723609..326084a3b19a 100644 --- a/code/game/machinery/computer/depot.dm +++ b/code/game/machinery/computer/depot.dm @@ -392,8 +392,6 @@ icon_screen = "telesci" icon_keyboard = "teleport_key" window_height = 320 - circuit = /obj/item/circuitboard/syndicate_teleporter - armor = list("melee" = 0, "bullet" = 100, "laser" = 40, "energy" = 0, "bomb" = 20, "bio" = 0, "rad" = 0, "fire" = 40, "acid" = 20) var/obj/machinery/bluespace_beacon/syndicate/mybeacon var/obj/effect/portal/redspace/myportal var/obj/effect/portal/redspace/myportal2 @@ -409,6 +407,8 @@ /obj/machinery/computer/syndicate_depot/teleporter/taipan req_access = list(154) + circuit = /obj/item/circuitboard/syndicate_teleporter + armor = list("melee" = 0, "bullet" = 100, "laser" = 40, "energy" = 0, "bomb" = 20, "bio" = 0, "rad" = 0, "fire" = 40, "acid" = 20) /obj/machinery/computer/syndicate_depot/teleporter/Initialize(mapload) ..() diff --git a/code/game/machinery/computer/syndie_cargo.dm b/code/game/machinery/computer/syndie_cargo.dm index c056a4d45bb1..a791f997b88f 100644 --- a/code/game/machinery/computer/syndie_cargo.dm +++ b/code/game/machinery/computer/syndie_cargo.dm @@ -143,6 +143,7 @@ GLOBAL_LIST_INIT(data_storages, list()) //list of all cargo console data storage var/cash_per_intel = 2500 //points gained per intel returned var/cash_per_plasma = 100 //points gained per plasma returned var/cash_per_design = 500 //points gained per research design returned + var/cash_multiplier = 100 //points bonus for plants, designs, etc. var/blackmarket_message = null //Remarks from Black Market on how well you checked the last order. /*************************** Возможные статусы для телепадов @@ -427,7 +428,7 @@ GLOBAL_LIST_INIT(data_storages, list()) //list of all cargo console data storage if(!disk.stored) continue var/datum/tech/tech = disk.stored - var/cost = tech.getCost(data_storage.techLevels[tech.id]) * 100 + var/cost = tech.getCost(data_storage.techLevels[tech.id]) * data_storage.cash_multiplier if(cost) data_storage.techLevels[tech.id] = tech.level data_storage.cash += cost @@ -439,7 +440,7 @@ GLOBAL_LIST_INIT(data_storages, list()) //list of all cargo console data storage if(!disk.blueprint) continue var/datum/design/design = disk.blueprint - if(design.id in data_storage.researchDesigns) + if(design.id in data_storage.researchDesigns)// This design has already been sent to Black Market continue data_storage.cash += data_storage.cash_per_design data_storage.researchDesigns += design.id @@ -450,18 +451,18 @@ GLOBAL_LIST_INIT(data_storages, list()) //list of all cargo console data storage var/obj/item/seeds/S = thing if(!S.rarity) // Mundane species msg += "+0: We don't need samples of mundane species \"[capitalize(S.species)]\".
" - else if(data_storage.discoveredPlants[S.type]) // This species has already been sent to CentComm + else if(data_storage.discoveredPlants[S.type]) // This species has already been sent to Black Market var/potDiff = S.potency - data_storage.discoveredPlants[S.type] // Compare it to the previous best if(potDiff > 0) // This sample is better data_storage.discoveredPlants[S.type] = S.potency - msg += "+[potDiff]: New sample of \"[capitalize(S.species)]\" is superior. Good work.
" - data_storage.cash += potDiff + msg += "+[(potDiff * data_storage.cash_multiplier)]: New sample of \"[capitalize(S.species)]\" is superior. Good work.
" + data_storage.cash += (potDiff * data_storage.cash_multiplier) else // This sample is worthless msg += "+0: New sample of \"[capitalize(S.species)]\" is not more potent than existing sample ([data_storage.discoveredPlants[S.type]] potency).
" else // This is a new discovery! data_storage.discoveredPlants[S.type] = S.potency - msg += "[S.rarity]: New species discovered: \"[capitalize(S.species)]\". Excellent work.
" - data_storage.cash += S.rarity // That's right, no bonus for potency. Send a crappy sample first to "show improvement" later + msg += "[(S.rarity + S.potency)*data_storage.cash_multiplier]: New species discovered: \"[capitalize(S.species)]\". Excellent work.
" + data_storage.cash += (S.rarity + S.potency)*data_storage.cash_multiplier// That's right, no bonus for potency. Send a crappy sample first to "show improvement" later qdel(thing) qdel(MA) @@ -700,6 +701,8 @@ GLOBAL_LIST_INIT(data_storages, list()) //list of all cargo console data storage bmmsg_browser.open() if("add_money") //Admin button. Used to reward or tax cargo with the money. var/money2add = round(input("Введите сколько кредитов вы хотите добавить") as null|num) + message_admins("[key_name_admin(usr)] added [money2add] credits to the cargo console at [data_storage.cargoarea.name]") + log_admin("[key_name_admin(usr)] added [money2add] credits to the cargo console at [data_storage.cargoarea.name]") data_storage.cash += money2add if(money2add > 0) data_storage.blackmarket_message += "+[money2add]: We are pleased with your work. Here's your reward.
" diff --git a/code/game/machinery/cryo.dm b/code/game/machinery/cryo.dm index bda44ed5e4cf..44a7e2b2c4fb 100644 --- a/code/game/machinery/cryo.dm +++ b/code/game/machinery/cryo.dm @@ -2,8 +2,8 @@ #define AUTO_EJECT_HEALTHY (1<<1) /obj/machinery/atmospherics/unary/cryo_cell - name = "cryo cell" - desc = "Lowers the body temperature so certain medications may take effect." + name = "криокапсула" + desc = "Понижает температуру тела, позволяя применять определённые лекарства." icon = 'icons/obj/cryogenics.dmi' icon_state = "pod0" density = 1 @@ -123,22 +123,22 @@ if(!istype(user.loc, /turf) || !istype(O.loc, /turf)) // are you in a container/closet/pod/etc? return if(occupant) - to_chat(user, "The cryo cell is already occupied!") + to_chat(user, "Криокапсула уже занята!") return var/mob/living/L = O if(!istype(L) || L.buckled) return if(L.abiotic()) - to_chat(user, "Subject cannot have abiotic items on.") + to_chat(user, "Субъект не должен держать в руках абиотические предметы.") return if(L.has_buckled_mobs()) //mob attached to us - to_chat(user, "[L] will not fit into [src] because [L.p_they()] [L.p_have()] a slime latched onto [L.p_their()] head.") + to_chat(user, "[L] нельзя поместить в [src], поскольку к [genderize_ru(L.gender,"его","её","его","их")] голове прилеплен слайм.") return if(put_mob(L)) if(L == user) - visible_message("[user] climbs into the cryo cell.") + visible_message("[user] залеза[pluralize_ru(user.gender,"ет","ют")] в криокапсулу.") else - visible_message("[user] puts [L.name] into the cryo cell.") + visible_message("[user] помеща[pluralize_ru(user.gender,"ет","ют")] [L.name] в криокапсулу.") add_attack_logs(user, L, "put into a cryo cell at [COORD(src)].", ATKLOG_ALL) if(user.pulling == L) user.stop_pulling() @@ -194,7 +194,7 @@ return if(panel_open) - to_chat(usr, "Close the maintenance panel first.") + to_chat(usr, "Сначала закройте панель техобслуживания.") return ui_interact(user) @@ -202,7 +202,7 @@ /obj/machinery/atmospherics/unary/cryo_cell/ui_interact(mob/user, ui_key = "main", datum/tgui/ui = null, force_open = FALSE, datum/tgui/master_ui = null, datum/ui_state/state = GLOB.default_state) ui = SStgui.try_update_ui(user, src, ui_key, ui, force_open) if(!ui) - ui = new(user, src, ui_key, "Cryo", "Cryo Cell", 520, 490) + ui = new(user, src, ui_key, "Cryo", "Криокапсула", 520, 490) ui.open() /obj/machinery/atmospherics/unary/cryo_cell/ui_data(mob/user) @@ -285,15 +285,15 @@ if(istype(G, /obj/item/reagent_containers/glass)) var/obj/item/reagent_containers/B = G if(beaker) - to_chat(user, "A beaker is already loaded into the machine.") + to_chat(user, "В криокапсулу уже загружена другая ёмкость.") return if(!user.drop_item()) - to_chat(user, "[B] is stuck to you!") + to_chat(user, "Вы не можете бросить [B]!") return B.forceMove(src) beaker = B add_attack_logs(user, null, "Added [B] containing [B.reagents.log_list()] to a cryo cell at [COORD(src)]") - user.visible_message("[user] adds \a [B] to [src]!", "You add \a [B] to [src]!") + user.visible_message("[user] загружа[pluralize_ru(user.gender,"ет","ют")] [B] в криокапсулу!", "Вы загружаете [B] в криокапсулу!") SStgui.update_uis(src) return @@ -303,12 +303,12 @@ if(istype(G, /obj/item/grab)) var/obj/item/grab/GG = G if(panel_open) - to_chat(user, "Close the maintenance panel first.") + to_chat(user, "Сначала закройте панель техобслуживания.") return if(!ismob(GG.affecting)) return if(GG.affecting.has_buckled_mobs()) //mob attached to us - to_chat(user, "[GG.affecting] will not fit into [src] because [GG.affecting.p_they()] [GG.affecting.p_have()] a slime latched onto [GG.affecting.p_their()] head.") + to_chat(user, "[GG.affecting] не влеза[pluralize_ru(GG.affecting.gender,"ет","ют")] в [src] потому что к [genderize_ru(GG.affecting.gender,"его","её","его","их")] голове прилеплен слайм.") return var/mob/M = GG.affecting if(put_mob(M)) @@ -322,7 +322,7 @@ /obj/machinery/atmospherics/unary/cryo_cell/screwdriver_act(mob/user, obj/item/I) if(occupant || on) - to_chat(user, "The maintenance panel is locked.") + to_chat(user, "Панель техобслуживания закрыта.") return TRUE if(default_deconstruction_screwdriver(user, "pod0-o", "pod0", I)) return TRUE @@ -446,21 +446,21 @@ /obj/machinery/atmospherics/unary/cryo_cell/proc/put_mob(mob/living/carbon/M) if(!istype(M)) - to_chat(usr, "The cryo cell cannot handle such a lifeform!") + to_chat(usr, "Подобную форму жизни не удастся поместить в криокапсулу!") return if(occupant) - to_chat(usr, "The cryo cell is already occupied!") + to_chat(usr, "Криокапсула уже занята!") return if(M.abiotic()) - to_chat(usr, "Subject may not have abiotic items on.") + to_chat(usr, "Субъект не должен держать в руках абиотические предметы.") return if(!node) - to_chat(usr, "The cell is not correctly connected to its pipe network!") + to_chat(usr, "Криокапсула не подключена к трубам!") return M.stop_pulling() M.forceMove(src) if(M.health > -100 && (M.health < 0 || M.sleeping)) - to_chat(M, "You feel a cold liquid surround you. Your skin starts to freeze up.") + to_chat(M, "Вас окружает холодная жидкость. Кожа начинает замерзать.") occupant = M // M.metabslow = 1 add_fingerprint(usr) @@ -469,14 +469,14 @@ return 1 /obj/machinery/atmospherics/unary/cryo_cell/verb/move_eject() - set name = "Eject occupant" + set name = "Извлечь пациента" set category = "Object" set src in oview(1) if(usr == occupant)//If the user is inside the tube... if(usr.stat == DEAD) return - to_chat(usr, "Release sequence activated. This will take two minutes.") + to_chat(usr, "Активирована высвобождающая последовательность. Время ожидания: две минуты.") sleep(600) if(!src || !usr || !occupant || (occupant != usr)) //Check if someone's released/replaced/bombed him already return @@ -496,12 +496,12 @@ light_color = LIGHT_COLOR_RED /obj/machinery/atmospherics/unary/cryo_cell/verb/move_inside() - set name = "Move Inside" + set name = "Залезть внутрь" set category = "Object" set src in oview(1) if(usr.has_buckled_mobs()) //mob attached to us - to_chat(usr, "[usr] will not fit into [src] because [usr.p_they()] [usr.p_have()] a slime latched onto [usr.p_their()] head.") + to_chat(usr, "[usr] не влез[pluralize_ru(usr.gender,"ет","ут")] в [src], потому что к [genderize_ru(usr.gender,"его","её","его","их")] голове прилеплен слайм.") return if(stat & (NOPOWER|BROKEN)) diff --git a/code/game/machinery/cryopod.dm b/code/game/machinery/cryopod.dm index 8803c9f008c1..2986865f474e 100644 --- a/code/game/machinery/cryopod.dm +++ b/code/game/machinery/cryopod.dm @@ -248,6 +248,7 @@ /obj/item/reagent_containers/hypospray/CMO, /obj/item/clothing/accessory/medal/gold/captain, /obj/item/clothing/gloves/color/black/krav_maga/sec, + /obj/item/clothing/gloves/color/black/forensics, /obj/item/spacepod_key, /obj/item/nullrod, /obj/item/key diff --git a/code/game/machinery/door_control.dm b/code/game/machinery/door_control.dm index 8e9befd7a6a4..250a985405dc 100644 --- a/code/game/machinery/door_control.dm +++ b/code/game/machinery/door_control.dm @@ -2,7 +2,8 @@ name = "remote door-control" desc = "A remote control-switch for a door." icon = 'icons/obj/stationobjs.dmi' - icon_state = "doorctrl0" + icon_state = "doorctrl" + var/icon_button = "doorctrl" //Для хранения начального icon_state и перезаписи при разных взаимодействиях на нужный power_channel = ENVIRON var/id = null var/safety_z_check = 1 @@ -59,11 +60,11 @@ if(!allowed(user) && (wires & 1) && !user.can_advanced_admin_interact()) to_chat(user, "Access Denied.") - flick("doorctrl-denied",src) + flick("[icon_button]-denied",src) return use_power(5) - icon_state = "doorctrl1" + icon_state = "[icon_button]-inuse" add_fingerprint(user) if(normaldoorcontrol) @@ -116,11 +117,11 @@ desiredstate = !desiredstate spawn(15) if(!(stat & NOPOWER)) - icon_state = "doorctrl0" + icon_state = "[icon_button]" /obj/machinery/door_control/power_change() ..() if(stat & NOPOWER) - icon_state = "doorctrl-p" + icon_state = "[icon_button]-p" else - icon_state = "doorctrl0" + icon_state = "[icon_button]" diff --git a/code/game/machinery/doors/airlock.dm b/code/game/machinery/doors/airlock.dm index 3e22c5034306..b0d3e9c7a3f7 100644 --- a/code/game/machinery/doors/airlock.dm +++ b/code/game/machinery/doors/airlock.dm @@ -722,6 +722,7 @@ About the new airlock wires panel: shock(user, 100) /obj/machinery/door/airlock/attack_animal(mob/user) + . = ..() if(istype(user, /mob/living/simple_animal/hulk)) var/mob/living/simple_animal/hulk/H = user H.attack_hulk(src) @@ -895,10 +896,16 @@ About the new airlock wires panel: /obj/machinery/door/airlock/proc/toggle_bolt(mob/user) if(wires.is_cut(WIRE_DOOR_BOLTS)) to_chat(user, "The door bolt control wire has been cut - Door bolts permanently dropped.") - else if(lock()) - to_chat(user, "The door bolts have been dropped.") - else if(unlock()) + return + + if(unlock()) // Trying to unbolt to_chat(user, "The door bolts have been raised.") + return + + if(lock()) // Trying to bolt + to_chat(user, "The door bolts have been dropped.") + user.create_log(MISC_LOG, "Bolted", src) + add_hiddenprint(user) /obj/machinery/door/airlock/proc/toggle_emergency_status(mob/user) emergency = !emergency diff --git a/code/game/machinery/doors/firedoor.dm b/code/game/machinery/doors/firedoor.dm index fccee5086077..7c053b6242de 100644 --- a/code/game/machinery/doors/firedoor.dm +++ b/code/game/machinery/doors/firedoor.dm @@ -186,6 +186,7 @@ open() /obj/machinery/door/firedoor/attack_animal(mob/user) + . = ..() if(istype(user, /mob/living/simple_animal/hulk)) var/mob/living/simple_animal/hulk/H = user H.attack_hulk(src) diff --git a/code/game/machinery/doors/spacepod.dm b/code/game/machinery/doors/spacepod.dm index ae966070f22b..a69de0ee0d21 100644 --- a/code/game/machinery/doors/spacepod.dm +++ b/code/game/machinery/doors/spacepod.dm @@ -23,3 +23,6 @@ if(istype(A, /obj/spacepod)) return ..() else return 0 + +/obj/structure/spacepoddoor/invincible + resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF diff --git a/code/game/machinery/hologram.dm b/code/game/machinery/hologram.dm index 6a26070425fa..8316d6433166 100644 --- a/code/game/machinery/hologram.dm +++ b/code/game/machinery/hologram.dm @@ -43,7 +43,7 @@ GLOBAL_LIST_EMPTY(holopads) use_power = IDLE_POWER_USE idle_power_usage = 5 active_power_usage = 100 - layer = TURF_LAYER+0.1 //Preventing mice and drones from sneaking under them. + layer = HOLOPAD_LAYER //Preventing mice and drones from sneaking under them. plane = FLOOR_PLANE max_integrity = 300 armor = list(melee = 50, bullet = 20, laser = 20, energy = 20, bomb = 0, bio = 0, rad = 0, fire = 50, acid = 0) diff --git a/code/game/machinery/magnet.dm b/code/game/machinery/magnet.dm index 036ae4bdcdf6..e1f5e7c79c1d 100644 --- a/code/game/machinery/magnet.dm +++ b/code/game/machinery/magnet.dm @@ -11,7 +11,7 @@ name = "Electromagnetic Generator" desc = "A device that uses station power to create points of magnetic energy." level = 1 // underfloor - layer = 2.5 + layer = WIRE_LAYER+0.001 anchored = 1 use_power = IDLE_POWER_USE idle_power_usage = 50 @@ -32,6 +32,8 @@ /obj/machinery/magnetic_module/New() ..() var/turf/T = loc + if(!T.transparent_floor) + hide(T.intact) hide(T.intact) center = T diff --git a/code/game/machinery/navbeacon.dm b/code/game/machinery/navbeacon.dm index 48d87d0f330d..f43e0033e230 100644 --- a/code/game/machinery/navbeacon.dm +++ b/code/game/machinery/navbeacon.dm @@ -8,7 +8,8 @@ name = "navigation beacon" desc = "A radio beacon used for bot navigation." level = 1 // underfloor - layer = 2.5 + layer = WIRE_LAYER + plane = FLOOR_PLANE anchored = 1 max_integrity = 500 armor = list(melee = 70, bullet = 70, laser = 70, energy = 70, bomb = 0, bio = 0, rad = 0, fire = 80, acid = 80) @@ -26,7 +27,8 @@ set_codes() var/turf/T = loc - hide(T.intact) + if(!T.transparent_floor) + hide(T.intact) if(!codes || !codes.len) log_runtime(EXCEPTION("Empty codes datum at ([x],[y],[z])"), src, list("codes_txt: '[codes_txt]'")) if("patrol" in codes) diff --git a/code/game/machinery/pipe/construction.dm b/code/game/machinery/pipe/construction.dm index a8c9710ff6ca..9301a130329a 100644 --- a/code/game/machinery/pipe/construction.dm +++ b/code/game/machinery/pipe/construction.dm @@ -330,12 +330,19 @@ fixdir() var/pipe_dir = get_pipe_dir() + var/turf/T = get_turf(loc) for(var/obj/machinery/atmospherics/M in src.loc) if((M.initialize_directions & pipe_dir) && M.check_connect_types_construction(M,src)) // matches at least one direction on either type of pipe to_chat(user, "There is already a pipe of the same type at this location.") return 1 + if(pipe_type in list(PIPE_SUPPLY_STRAIGHT, PIPE_SUPPLY_BENT, PIPE_SCRUBBERS_STRAIGHT, PIPE_SCRUBBERS_BENT, PIPE_HE_STRAIGHT, PIPE_HE_BENT, PIPE_SUPPLY_MANIFOLD, PIPE_SCRUBBERS_MANIFOLD, PIPE_SUPPLY_MANIFOLD4W, PIPE_SCRUBBERS_MANIFOLD4W, PIPE_UVENT, PIPE_SUPPLY_CAP, PIPE_SCRUBBERS_CAP, PIPE_PASV_VENT, PIPE_DP_VENT, PIPE_PASSIVE_GATE)) + if(T.transparent_floor) //stops jank with transparent floors and pipes + to_chat(user, "You can only fix simple pipes and devices over glass floors!") + return 1 + + switch(pipe_type) //What kind of heartless person thought of doing this? if(PIPE_SIMPLE_STRAIGHT, PIPE_SIMPLE_BENT) var/obj/machinery/atmospherics/pipe/simple/P = new( src.loc ) diff --git a/code/game/machinery/suit_storage_unit.dm b/code/game/machinery/suit_storage_unit.dm index 55c66e65f281..8bd361cdb0fb 100644 --- a/code/game/machinery/suit_storage_unit.dm +++ b/code/game/machinery/suit_storage_unit.dm @@ -159,6 +159,15 @@ /obj/machinery/suit_storage_unit/syndicate/secure secure = TRUE +/obj/machinery/suit_storage_unit/syndicate/secure/comms + name = "syndicate suit storage unit" + suit_type = /obj/item/clothing/suit/space/hardsuit/syndi/elite/comms + mask_type = /obj/item/clothing/mask/gas/syndicate + magboots_type = /obj/item/clothing/shoes/magboots/syndie/advance + storage_type = /obj/item/tank/jetpack/oxygen/harness + req_access = list(ACCESS_SYNDICATE_COMMS_OFFICER) + secure = TRUE + /obj/machinery/suit_storage_unit/ert req_access = list(ACCESS_CENT_GENERAL) diff --git a/code/game/machinery/tcomms/nttc.dm b/code/game/machinery/tcomms/nttc.dm index df89c27c7a1b..5fa384e10827 100644 --- a/code/game/machinery/tcomms/nttc.dm +++ b/code/game/machinery/tcomms/nttc.dm @@ -120,7 +120,7 @@ "Mime" = "srvradio", ) /// List of Command jobs - var/list/heads = list("Captain", "Head of Personnel", "Nanotrasen Representative", "Blueshield", "Chief Engineer", "Chief Medical Officer", "Research Director", "Head of Security", "Magistrate", "AI") + var/list/heads = list("Captain", "Head of Personnel", "Nanotrasen Representative", "Blueshield", "Chief Engineer", "Chief Medical Officer", "Research Director", "Head of Security", "Magistrate", "AI", "Syndicate Research Director", "Syndicate Comms Officer") /// List of ERT jobs var/list/ert_jobs = list("Emergency Response Team Officer", "Emergency Response Team Engineer", "Emergency Response Team Medic", "Emergency Response Team Leader", "Emergency Response Team Member") /// List of CentComm jobs diff --git a/code/game/machinery/vending.dm b/code/game/machinery/vending.dm index 160cf20af3ea..ea830745d567 100644 --- a/code/game/machinery/vending.dm +++ b/code/game/machinery/vending.dm @@ -1299,7 +1299,7 @@ /obj/machinery/vending/security name = "\improper SecTech" desc = "A security equipment vendor." - ads_list = list("Crack capitalist skulls!","Beat some heads in!","Don't forget - harm is good!","Your weapons are right here.","Handcuffs!","Freeze, scumbag!","Don't tase me bro!","Tase them, bro.","Why not have a donut?") + ads_list = list("Круши черепа капиталистов!","Отбей несколько голов!","Не забывай, вредительство - полезно!","Твое оружие здесь.","Наручники!","Стоять, подонок!","Не бей меня, брат!","Убей их, брат.","Почему бы не съесть пончик?") icon_state = "sec" icon_deny = "sec-deny" req_access_txt = "1" @@ -1318,6 +1318,27 @@ RefreshParts() return ..() +/obj/machinery/vending/security/training + name = "\improper SecTech Training" + desc = "A security training equipment vendor." + ads_list = list("Соблюдай чистоту на стрельбище!","Даже я стреляю лучше тебя!","Почему так косо, бухой что ли?!","Техника безопасности нам не писана, да?","1 из 10 попаданий... А ты хорош!","Инструктор это твой папочка!","Эй, ты куда целишься?!") + icon_state = "sectraining" + icon_deny = "sectraining-deny" + req_access_txt = "1" + products = list(/obj/item/clothing/ears/earmuffs = 2, /obj/item/gun/energy/laser/practice = 2, /obj/item/gun/projectile/automatic/toy/pistol/enforcer = 2, + /obj/item/gun/projectile/shotgun/toy = 2, /obj/item/gun/projectile/automatic/toy = 2) + contraband = list(/obj/item/toy/figure/secofficer = 1) + refill_canister = /obj/item/vending_refill/security + +/obj/machinery/vending/security/training/Initialize(mapload) + component_parts = list() + var/obj/item/circuitboard/vendor/V = new(null) + V.set_type(type) + component_parts += V + component_parts += new /obj/item/vending_refill/security(null) + RefreshParts() + return ..() + /obj/machinery/vending/hydronutrients name = "\improper NutriMax" desc = "A plant nutrients vendor" diff --git a/code/game/mecha/combat/durand.dm b/code/game/mecha/combat/durand.dm index 484bae1cbf29..02217f18f918 100644 --- a/code/game/mecha/combat/durand.dm +++ b/code/game/mecha/combat/durand.dm @@ -71,3 +71,12 @@ ..() thrusters_action.Remove(user) energywall_action.Remove(user) + +/obj/mecha/combat/durand/rover/loaded/New() + ..() + var/obj/item/mecha_parts/mecha_equipment/ME = new /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg + ME.attach(src) + ME = new /obj/item/mecha_parts/mecha_equipment/tesla_energy_relay + ME.attach(src) + ME = new /obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster + ME.attach(src) diff --git a/code/game/objects/effects/decals/gold_stripes.dm b/code/game/objects/effects/decals/gold_stripes.dm new file mode 100644 index 000000000000..29af46f1192d --- /dev/null +++ b/code/game/objects/effects/decals/gold_stripes.dm @@ -0,0 +1,110 @@ +/obj/effect/decal/warning_stripes + icon = 'icons/effects/warning_stripes.dmi' + layer = TURF_LAYER + +/obj/effect/decal/warning_stripes/north + icon_state = "N" + +/obj/effect/decal/warning_stripes/south + icon_state = "S" + +/obj/effect/decal/warning_stripes/east + icon_state = "E" + +/obj/effect/decal/warning_stripes/west + icon_state = "W" + +/obj/effect/decal/warning_stripes/southeast + icon_state = "NW-in" + +/obj/effect/decal/warning_stripes/northwestcorner + icon_state = "NW-out" + +/obj/effect/decal/warning_stripes/southwest + icon_state = "NE-in" + +/obj/effect/decal/warning_stripes/northeastcorner + icon_state = "NE-out" + +/obj/effect/decal/warning_stripes/northeast + icon_state = "SW-in" + +/obj/effect/decal/warning_stripes/southwestcorner + icon_state = "SW-out" + +/obj/effect/decal/warning_stripes/northwest + icon_state = "SE-in" + +/obj/effect/decal/warning_stripes/southeastcorner + icon_state = "SE-out" + +/obj/effect/decal/warning_stripes/eastsouthwest + icon_state = "U-N" + +/obj/effect/decal/warning_stripes/eastnorthwest + icon_state = "U-S" + +/obj/effect/decal/warning_stripes/northeastsouth + icon_state = "U-W" + +/obj/effect/decal/warning_stripes/northwestsouth + icon_state = "U-E" + +/obj/effect/decal/warning_stripes/Initialize() + . = ..() + loc.overlays += src + qdel(src) + +// Credit to Neinhaus for making these into individual decals. + +/obj/effect/decal/warning_stripes/arrow + icon_state = "4" + +/obj/effect/decal/warning_stripes/yellow + icon_state = "5" + +/obj/effect/decal/warning_stripes/yellow/partial + icon_state = "3" + +/obj/effect/decal/warning_stripes/yellow/hollow + icon_state = "6" + + +/obj/effect/decal/warning_stripes/red + icon_state = "8" + +/obj/effect/decal/warning_stripes/red/partial + icon_state = "7" + +/obj/effect/decal/warning_stripes/red/hollow + icon_state = "9" + + +/obj/effect/decal/warning_stripes/green + icon_state = "11" + +/obj/effect/decal/warning_stripes/green/partial + icon_state = "10" + +/obj/effect/decal/warning_stripes/green/hollow + icon_state = "12" + + +/obj/effect/decal/warning_stripes/white + icon_state = "14" + +/obj/effect/decal/warning_stripes/white/partial + icon_state = "13" + +/obj/effect/decal/warning_stripes/white/hollow + icon_state = "15" + + +/obj/effect/decal/warning_stripes/blue + icon_state = "17" + +/obj/effect/decal/warning_stripes/blue/partial + icon_state = "16" + +/obj/effect/decal/warning_stripes/blue/hollow + icon_state = "18" diff --git a/code/game/objects/effects/decals/turfdecals/markings.dm b/code/game/objects/effects/decals/turfdecals/markings.dm index b726d066e634..c909e4e6c97c 100644 --- a/code/game/objects/effects/decals/turfdecals/markings.dm +++ b/code/game/objects/effects/decals/turfdecals/markings.dm @@ -121,6 +121,9 @@ /obj/effect/turf_decal/caution/stand_clear/red icon_state = "stand_clear_red" +/obj/effect/turf_decal/arrow + icon_state = "arrow_white" + /obj/effect/turf_decal/arrows icon_state = "arrows" @@ -130,6 +133,36 @@ /obj/effect/turf_decal/arrows/red icon_state = "arrows_red" +/obj/effect/turf_decal/number + icon_state = "number_0" + +/obj/effect/turf_decal/number/number_1 + icon_state = "number_1" + +/obj/effect/turf_decal/number/number_2 + icon_state = "number_2" + +/obj/effect/turf_decal/number/number_3 + icon_state = "number_3" + +/obj/effect/turf_decal/number/number_4 + icon_state = "number_4" + +/obj/effect/turf_decal/number/number_5 + icon_state = "number_5" + +/obj/effect/turf_decal/number/number_6 + icon_state = "number_6" + +/obj/effect/turf_decal/number/number_7 + icon_state = "number_7" + +/obj/effect/turf_decal/number/number_8 + icon_state = "number_8" + +/obj/effect/turf_decal/number/number_9 + icon_state = "number_9" + /obj/effect/turf_decal/box icon_state = "box" @@ -154,3 +187,11 @@ /obj/effect/turf_decal/mech icon_state = "mech_floor" icon_state = "mech_floor" + +// Black +/obj/effect/turf_decal/stripes/black + icon_state = "bs_line" + +// Gold +/obj/effect/turf_decal/stripes/gold + icon_state = "gs_line" diff --git a/code/game/objects/effects/mapping_helpers.dm b/code/game/objects/effects/mapping_helpers.dm index dd332f676fb0..5ea4c63c940b 100644 --- a/code/game/objects/effects/mapping_helpers.dm +++ b/code/game/objects/effects/mapping_helpers.dm @@ -2,7 +2,6 @@ name = "baseturf editor" icon = 'icons/effects/mapping_helpers.dmi' icon_state = "" - var/baseturf layer = POINT_LAYER @@ -57,15 +56,13 @@ /obj/effect/mapping_helpers icon = 'icons/effects/mapping_helpers.dmi' icon_state = "" + layer = 10 var/late = FALSE /obj/effect/mapping_helpers/Initialize(mapload) ..() - - return late ? INITIALIZE_HINT_LATELOAD : qdel(src) // INITIALIZE_HINT_QDEL <-- Doesn't work -/obj/effect/mapping_helpers/no_lava - icon_state = "no_lava" + return late ? INITIALIZE_HINT_LATELOAD : qdel(src) // INITIALIZE_HINT_QDEL <-- Doesn't work /obj/effect/mapping_helpers/airlock layer = DOOR_HELPER_LAYER @@ -83,8 +80,25 @@ airlock.unres_sides ^= dir else log_world("### MAP WARNING, [src] failed to find an airlock at [AREACOORD(src)]") - ..() + ..() + +/obj/effect/mapping_helpers/no_lava + icon_state = "no_lava" + /obj/effect/mapping_helpers/no_lava/New() var/turf/T = get_turf(src) T.flags |= NO_LAVA_GEN . = ..() + +/obj/effect/mapping_helpers/light + icon_state = "sunlight_helper" + light_color = null + light_power = 1 + light_range = 10 + +/obj/effect/mapping_helpers/light/New() + var/turf/T = get_turf(src) + T.light_color = light_color + T.light_power = light_power + T.light_range = light_range + . = ..() diff --git a/code/game/objects/items/control_wand.dm b/code/game/objects/items/control_wand.dm index 185a00305ded..c58ef099c0b4 100644 --- a/code/game/objects/items/control_wand.dm +++ b/code/game/objects/items/control_wand.dm @@ -126,6 +126,12 @@ icon_state = "gangtool-blue" region_access = list(REGION_CENTCOMM) +/obj/item/door_remote/taipan + name = "Taipan door remote" + desc = "High-ranking Syndicate officials only." + icon_state = "gangtool-syndie" + region_access = list(REGION_TAIPAN) + /obj/item/door_remote/omni/access_tuner name = "access tuner" desc = "A device used for illegally interfacing with doors." diff --git a/code/game/objects/items/devices/flash.dm b/code/game/objects/items/devices/flash.dm index f74cc105d12a..549373d77397 100644 --- a/code/game/objects/items/devices/flash.dm +++ b/code/game/objects/items/devices/flash.dm @@ -60,8 +60,7 @@ return FALSE var/deciseconds_passed = world.time - last_used - for(var/seconds = deciseconds_passed/10, seconds>=10, seconds-=10) //get 1 charge every 10 seconds - times_used-- + times_used -= round(deciseconds_passed / 100) //get 1 charge every 10 seconds last_used = world.time times_used = max(0, times_used) //sanity diff --git a/code/game/objects/items/devices/memorizer.dm b/code/game/objects/items/devices/memorizer.dm index c5be6cf2afe2..bfc2272d9f54 100644 --- a/code/game/objects/items/devices/memorizer.dm +++ b/code/game/objects/items/devices/memorizer.dm @@ -1,135 +1,177 @@ -/obj/item/memorizer - name = "memorizer" - desc = "If you see this, you're not likely to remember it any time soon." - icon = 'icons/obj/device.dmi' - icon_state = "memorizer" - item_state = "nullrod" - throwforce = 0 - w_class = WEIGHT_CLASS_TINY - throw_speed = 3 - throw_range = 7 - flags = CONDUCT - - var/times_used = 0 //Number of times it's been used. - var/broken = FALSE //Is the flash burnt out? - var/last_used = 0 //last world.time it was used. - var/battery_panel = FALSE //whether the flash can be modified with a cell or not - var/overcharged = FALSE //if overcharged the flash will set people on fire then immediately burn out (does so even if it doesn't blind them). - var/can_overcharge = FALSE //set this to FALSE if you don't want your flash to be overcharge capable - var/use_sound = 'sound/weapons/flash.ogg' - -/obj/item/memorizer/proc/clown_check(mob/user) - if(user && (CLUMSY in user.mutations) && prob(50)) - memorize_carbon(user, user, 15, FALSE) - return FALSE - return TRUE - -/obj/item/memorizer/attackby(obj/item/W, mob/user, params) - if(can_overcharge) - if(istype(W, /obj/item/screwdriver)) - if(battery_panel) - to_chat(user, "You close the battery compartment on the [src].") - battery_panel = FALSE - else - to_chat(user, "You open the battery compartment on the [src].") - battery_panel = TRUE - if(battery_panel && !overcharged) - if(istype(W, /obj/item/stock_parts/cell)) - to_chat(user, "You jam the cell into battery compartment on the [src].") - qdel(W) - overcharged = TRUE - overlays += "overcharge" - -/obj/item/memorizer/proc/burn_out() //Made so you can override it if you want to have an invincible flash from R&D or something. - broken = TRUE - icon_state = "[initial(icon_state)]burnt" - visible_message("The [src.name] burns out!") - - -/obj/item/memorizer/proc/flash_recharge(var/mob/user) - if(prob(times_used * 2)) //if you use it 5 times in a minute it has a 10% chance to break! - return FALSE - - var/deciseconds_passed = world.time - last_used - for(var/seconds = deciseconds_passed/10, seconds>=10, seconds-=10) //get 1 charge every 10 seconds - times_used-- - - last_used = world.time - times_used = max(0, times_used) //sanity - - -/obj/item/memorizer/proc/try_use_flash(mob/user = null) - flash_recharge(user) - - if(broken) - return FALSE - - playsound(loc, use_sound, 100, 1) - flick("[initial(icon_state)]2", src) - set_light(2, 1, COLOR_WHITE) - addtimer(CALLBACK(src, /atom./proc/set_light, 0), 2) - times_used++ - - if(user && !clown_check(user)) - return FALSE - - return TRUE - - -/obj/item/memorizer/proc/memorize_carbon(var/mob/living/carbon/M, var/mob/user = null, var/power = 5, targeted = 1) - if(user) - add_attack_logs(user, M, "memorized with [src]") - if(targeted) - if(M.weakeyes) - M.Weaken(3) //quick weaken bypasses eye protection but has no eye flash - if(M.flash_eyes(1, 1)) - M.AdjustConfused(power) - M.Stun(1) - visible_message("[user] erases [M] memory with the memorizer!") - to_chat(user, "You erased [M] memory with the memorizer!") - to_chat(M, "Your memory about last events has been erased!") - if(M.weakeyes) - M.Stun(2) - M.visible_message("[M] gasps and shields [M.p_their()] eyes!", "You gasp and shield your eyes!") - else - visible_message("[user] fails to erase [M] memory with the memorizer!") - to_chat(user, "You fail to erase [M] memory with the memorizer!") - to_chat(M, "[user] fails to erase your memory with the memorizer!") - return - - if(M.flash_eyes()) - M.AdjustConfused(power) - -/obj/item/memorizer/attack(mob/living/M, mob/user) - if(!try_use_flash(user)) - return FALSE - if(iscarbon(M)) - memorize_carbon(M, user, 5, TRUE) - if(overcharged) - M.adjust_fire_stacks(6) - M.IgniteMob() - burn_out() - return TRUE - else if(issilicon(M)) - add_attack_logs(user, M, "Flashed with [src]") - if(M.flash_eyes(affect_silicon = TRUE)) - M.Weaken(rand(5,10)) - user.visible_message("[user] overloads [M]'s sensors with the [src.name]!", "You overload [M]'s sensors with the [src.name]!") - return TRUE - user.visible_message("[user] fails to blind [M] with the [src.name]!", "You fail to blind [M] with the [src.name]!") - - -/obj/item/memorizer/attack_self(mob/living/carbon/user, flag = 0, emp = FALSE) - if(!try_use_flash(user)) - return FALSE - user.visible_message("[user]'s [src.name] emits a blinding light!", "Your [src.name] emits a blinding light!") - for(var/mob/living/carbon/M in oviewers(3, null)) - memorize_carbon(M, user, 3, FALSE) - - -/obj/item/memorizer/emp_act(severity) - if(!try_use_flash()) - return FALSE - for(var/mob/living/carbon/M in viewers(3, null)) - memorize_carbon(M, null, 10, TRUE) - burn_out() +/obj/item/memorizer + name = "memorizer" + desc = "If you see this, you're not likely to remember it any time soon." + icon = 'icons/obj/device.dmi' + icon_state = "memorizer" + item_state = "nullrod" + throwforce = 0 + w_class = WEIGHT_CLASS_TINY + throw_speed = 3 + throw_range = 7 + flags = CONDUCT + + var/times_used = 0 //Number of times it's been used. + var/broken = FALSE //Is the flash burnt out? + var/last_used = 0 //last world.time it was used. + var/battery_panel = FALSE //whether the flash can be modified with a cell or not + var/overcharged = FALSE //if overcharged the flash will set people on fire then immediately burn out (does so even if it doesn't blind them). + var/can_overcharge = FALSE //set this to FALSE if you don't want your flash to be overcharge capable + var/use_sound = 'sound/weapons/flash.ogg' + +/obj/item/memorizer/proc/clown_check(mob/user) + if(user && (CLUMSY in user.mutations) && prob(50)) + memorize_carbon(user, user, 15, FALSE) + return FALSE + return TRUE + +/obj/item/memorizer/attackby(obj/item/W, mob/user, params) + if(!can_overcharge) + return + if(istype(W, /obj/item/screwdriver)) + battery_panel = !battery_panel + if(battery_panel) + to_chat(user, "You open the battery compartment on the [src].") + else + to_chat(user, "You close the battery compartment on the [src].") + else if(istype(W, /obj/item/stock_parts/cell)) + if(!battery_panel || overcharged) + return + to_chat(user, "You jam the cell into battery compartment on the [src].") + qdel(W) + overcharged = TRUE + overlays += "overcharge" + +/obj/item/memorizer/proc/burn_out() //Made so you can override it if you want to have an invincible flash from R&D or something. + broken = TRUE + icon_state = "[initial(icon_state)]burnt" + visible_message("The [src.name] burns out!") + + +/obj/item/memorizer/proc/flash_recharge(var/mob/user) + if(prob(times_used * 2)) //if you use it 5 times in a minute it has a 10% chance to break! + burn_out() + return FALSE + + var/deciseconds_passed = world.time - last_used + times_used -= round(deciseconds_passed / 100) + + last_used = world.time + times_used = max(0, times_used) //sanity + + +/obj/item/memorizer/proc/try_use_flash(mob/user = null) + flash_recharge(user) + + if(broken) + return FALSE + + playsound(loc, use_sound, 100, 1) + flick("[initial(icon_state)]2", src) + set_light(2, 1, COLOR_WHITE) + addtimer(CALLBACK(src, /atom./proc/set_light, 0), 2) + times_used++ + + if(user && !clown_check(user)) + return FALSE + + return TRUE + + +/obj/item/memorizer/proc/memorize_carbon(mob/living/carbon/fucking_target, mob/user = null, power = 5, targeted = TRUE) + if(user) + add_attack_logs(user, fucking_target, "memorized with [src]") + if(targeted) + if(fucking_target.weakeyes) + fucking_target.Weaken(3) //quick weaken bypasses eye protection but has no eye flash + if(fucking_target.flash_eyes(1, 1)) + fucking_target.AdjustConfused(power) + fucking_target.Stun(1) + visible_message("[user] erases [fucking_target] memory with the memorizer!") + to_chat(user, "You erased [fucking_target] memory with the memorizer!") + to_chat(fucking_target, "Your memory about last events has been erased!") + if(fucking_target.weakeyes) + fucking_target.Stun(2) + fucking_target.visible_message("[fucking_target] gasps and shields [fucking_target.p_their()] eyes!", "You gasp and shield your eyes!") + else + visible_message("[user] fails to erase [fucking_target] memory with the memorizer!") + to_chat(user, "You fail to erase [fucking_target] memory with the memorizer!") + to_chat(fucking_target, "[user] fails to erase your memory with the memorizer!") + return + + if(fucking_target.flash_eyes()) + fucking_target.AdjustConfused(power) + +/obj/item/memorizer/attack(mob/living/fucking_target, mob/user) + if(!try_use_flash(user)) + return FALSE + if(iscarbon(fucking_target)) + memorize_carbon(fucking_target, user, 5, TRUE) + if(overcharged) + fucking_target.adjust_fire_stacks(6) + fucking_target.IgniteMob() + burn_out() + return TRUE + else if(issilicon(fucking_target)) + add_attack_logs(user, fucking_target, "Flashed with [src]") + if(fucking_target.flash_eyes(affect_silicon = TRUE)) + fucking_target.Weaken(rand(5,10)) + user.visible_message("[user] overloads [fucking_target]'s sensors with the [src.name]!", "You overload [fucking_target]'s sensors with the [src.name]!") + return TRUE + user.visible_message("[user] fails to blind [fucking_target] with the [src.name]!", "You fail to blind [fucking_target] with the [src.name]!") + + +/obj/item/memorizer/attack_self(mob/living/carbon/user, flag = 0, emp = FALSE) + if(!try_use_flash(user)) + return FALSE + user.visible_message("[user]'s [src.name] emits a blinding light!", "Your [src.name] emits a blinding light!") + for(var/mob/living/carbon/fucking_target in oviewers(3, null)) + memorize_carbon(fucking_target, user, 3, FALSE) + + +/obj/item/memorizer/emp_act(severity) + if(!try_use_flash()) + return FALSE + for(var/mob/living/carbon/fucking_target in viewers(3, null)) + memorize_carbon(fucking_target, null, 10, TRUE) + burn_out() + +/obj/item/memorizer/syndicate + name = "Нейрализатор" + desc = "Если перед вами сработает это устройство, скорее всего вы не сможете об этом вспомнить!" + origin_tech = "abductor=3;syndicate=2" + +/obj/item/memorizer/syndicate/memorize_carbon(mob/living/carbon/fucking_target, mob/user = null, power = 5, targeted = TRUE) + if(user) + add_attack_logs(user, fucking_target, "[user] стёр память [fucking_target] с помощью [src]а") + if(targeted) + if(!fucking_target.mind) + to_chat(user, "[fucking_target] кататоник! Стирание памяти бесполезно против тех, кто не осознаёт ничего вокруг себя!") + return + if(fucking_target.weakeyes) + fucking_target.Weaken(3) //quick weaken bypasses eye protection but has no eye flash + if(fucking_target.flash_eyes(1, 1)) + fucking_target.AdjustConfused(power) + fucking_target.Stun(1) + visible_message("[user] стирает память [fucking_target] с помощью Нейрализатора!") + to_chat(user, "Вы стёрли память [fucking_target] с помощью Нейрализатора!") + to_chat(fucking_target, "Ваша память о последних недавних событиях была стёрта!") + if(is_taipan(fucking_target.z) && !fucking_target.mind.lost_memory) + var/objective = "Вы не помните ничего о последних событиях, так как ваша память была стёрта. \ + В частности вы не помните о базе синдиката \"Тайпан\", о том как туда добраться и обо всём так или иначе с ней связанным!" + var/datum/objective/custom_objective = new(objective) + custom_objective.owner = fucking_target.mind + fucking_target.mind.objectives += custom_objective + fucking_target.mind.lost_memory = TRUE + fucking_target.mind.announce_objectives() + last_used = world.time + if(fucking_target.weakeyes) + fucking_target.Stun(2) + fucking_target.visible_message("[fucking_target] моргает, тем самым защищая свои глаза!!", "Вы моргнули и защитили свои глаза!") + else + visible_message("У [user] не получилось стереть память [fucking_target] с помощью \"Нейрализатора\"!") + to_chat(user, "Вы не смогли стереть память [fucking_target] с помощью \"Нейрализатора\"!") + to_chat(fucking_target, "У [user] не получилось стереть вашу память с помощью \"Нейрализатора\"!") + return + + if(fucking_target.flash_eyes()) + fucking_target.AdjustConfused(power) diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm index f48803c7746a..eda5e7fe9880 100644 --- a/code/game/objects/items/devices/radio/headset.dm +++ b/code/game/objects/items/devices/radio/headset.dm @@ -134,9 +134,6 @@ freerange = TRUE freqlock = FALSE -/obj/item/radio/headset/syndicate/taipan/New() - . = ..() - set_frequency(PUB_FREQ) /obj/item/radio/headset/binary origin_tech = "syndicate=3" ks1type = /obj/item/encryptionkey/binary diff --git a/code/game/objects/items/devices/tts.dm b/code/game/objects/items/devices/tts.dm index a2e272a0a3ce..223637b62765 100644 --- a/code/game/objects/items/devices/tts.dm +++ b/code/game/objects/items/devices/tts.dm @@ -14,8 +14,9 @@ visible_message("[user] starts typing on [src].", "You begin typing on [src].", "You hear faint, continuous mechanical clicking noises.") playsound(src, "terminal_type", 50, TRUE) var/input = stripped_input(user,"What would you like the device to say?", ,"", 500) - if(QDELETED(src)) + if(!src.Adjacent(user) || QDELETED(src)) return + if(!input) visible_message("[user] stops typing on [src].", "You stop typing on [src].", "You hear the clicking noises stop.") playsound(src, "terminal_type", 50, TRUE) @@ -25,6 +26,9 @@ /obj/item/ttsdevice/AltClick(mob/living/user) var/noisechoice = input(user, "What noise would you like to make?", "Robot Noises") as null|anything in list("Beep","Buzz","Ping") + if(!src.Adjacent(user)) + return + switch(noisechoice) if("Beep") user.visible_message("[user] has made their TTS beep!", "You make your TTS beep!") @@ -38,7 +42,7 @@ /obj/item/ttsdevice/CtrlClick(mob/living/user) var/new_name = input(user, "Name your Text-to-Speech device: \nThis matters for displaying it in the chat bar:", "TTS Device") as text|null - if(!new_name) + if(!src.Adjacent(user) || !new_name) return new_name = reject_bad_name(new_name) name = "[new_name]'s [initial(name)]" diff --git a/code/game/objects/items/robot/robot_upgrades.dm b/code/game/objects/items/robot/robot_upgrades.dm index f29c7fb7ba9a..2f07842d8ec4 100644 --- a/code/game/objects/items/robot/robot_upgrades.dm +++ b/code/game/objects/items/robot/robot_upgrades.dm @@ -434,3 +434,23 @@ R.module.modules += new /obj/item/reagent_containers/borghypo/upgraded(R.module) R.module.rebuild() return TRUE + +/obj/item/borg/upgrade/syndie_rcd + name = "Syndicate cyborg RCD upgrade" + desc = "An experimental upgrade that replaces cyborgs RCDs with the syndicate version." + icon_state = "syndicate_cyborg_upgrade" + origin_tech = "engineering=6;materials=6;syndicate=5" + +/obj/item/borg/upgrade/syndie_rcd/action(mob/living/silicon/robot/R) + if(..()) + return + + var/obj/item/rcd/borg/borg_rcd = locate() in R.module.modules + if(!borg_rcd) + to_chat(usr, "There's no RCD in this unit!") + return 0 + for(borg_rcd in R.module.modules) + qdel(borg_rcd) + R.module.modules += new /obj/item/rcd/syndicate/borg(R.module) + R.module.rebuild() + return TRUE diff --git a/code/game/objects/items/stacks/rods.dm b/code/game/objects/items/stacks/rods.dm index 83e28a18acb6..be75e12eace8 100644 --- a/code/game/objects/items/stacks/rods.dm +++ b/code/game/objects/items/stacks/rods.dm @@ -1,6 +1,17 @@ GLOBAL_LIST_INIT(rod_recipes, list ( \ - new/datum/stack_recipe("grille", /obj/structure/grille, 2, time = 10, one_per_turf = 1, on_floor = 1, on_lattice = 1), \ - new/datum/stack_recipe("table frame", /obj/structure/table_frame, 2, time = 10, one_per_turf = 1, on_floor = 1), \ + new /datum/stack_recipe("grille", /obj/structure/grille, 2, time = 10, one_per_turf = 1, on_floor = 1, on_lattice = 1), \ + new /datum/stack_recipe("table frame", /obj/structure/table_frame, 2, time = 10, one_per_turf = 1, on_floor = 1), \ + null, + new /datum/stack_recipe("railing", /obj/structure/railing, 3, time = 10, one_per_turf = 1, on_floor = 1), \ + new /datum/stack_recipe("railing corner", /obj/structure/railing/corner, 3, time = 10, one_per_turf = 1, on_floor = 1), \ + null, + new /datum/stack_recipe_list("chainlink fence", list( \ + new /datum/stack_recipe("chainlink fence", /obj/structure/fence, 5, time = 10, one_per_turf = 1, on_floor = 1), \ + new /datum/stack_recipe("chainlink fence post", /obj/structure/fence/post, 5, time = 10, one_per_turf = 1, on_floor = 1), \ + new /datum/stack_recipe("chainlink fence corner", /obj/structure/fence/corner, 5, time = 10, one_per_turf = 1, on_floor = 1), \ + new /datum/stack_recipe("chainlink fence door", /obj/structure/fence/door, 10, time = 10, one_per_turf = 1, on_floor = 1), \ + new /datum/stack_recipe("chainlink fence end", /obj/structure/fence/end, 3, time = 10, one_per_turf = 1, on_floor = 1), \ + )), \ )) /obj/item/stack/rods diff --git a/code/game/objects/items/weapons/RCD.dm b/code/game/objects/items/weapons/RCD.dm index b934e1dc9ad5..18b7fa2adde0 100644 --- a/code/game/objects/items/weapons/RCD.dm +++ b/code/game/objects/items/weapons/RCD.dm @@ -29,6 +29,13 @@ req_access = list(ACCESS_ENGINE) armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 50) resistance_flags = FIRE_PROOF + + //RCD for the borgs or not? + // If this is a borg RCD we use power instead of matter + var/borg_rcd = FALSE + // A multipler which is applied to matter amount checks by borg RCDs. A higher number means more power usage per RCD usage. + var/power_use_multiplier = 160 + /// The spark system used to create sparks when the user interacts with the RCD. var/datum/effect_system/spark_spread/spark_system /// The current amount of matter stored. @@ -626,11 +633,18 @@ * * amount - the amount of matter that was used. */ /obj/item/rcd/proc/useResource(amount, mob/user) - if(matter < amount) + if(!borg_rcd) + if(matter < amount) + return FALSE + matter -= amount + SStgui.update_uis(src) + return TRUE + + if(!isrobot(user)) return FALSE - matter -= amount - SStgui.update_uis(src) - return TRUE + + var/mob/living/silicon/robot/R = user + return R.cell.use(amount * power_use_multiplier) /** * Called in each of the four build modes before an object gets build. Makes sure there is enough matter to build the object. @@ -639,28 +653,22 @@ * * amount - an amount of matter to check for */ /obj/item/rcd/proc/checkResource(amount, mob/user) - return matter >= amount + if(!borg_rcd) + return matter >= amount -/obj/item/rcd/borg - canRwall = TRUE - /// A multipler which is applied to matter amount checks. A higher number means more power usage per RCD usage. - var/power_use_multiplier = 160 - -/obj/item/rcd/borg/syndicate - power_use_multiplier = 80 - -/obj/item/rcd/borg/useResource(amount, mob/user) if(!isrobot(user)) return FALSE - var/mob/living/silicon/robot/R = user - return R.cell.use(amount * power_use_multiplier) -/obj/item/rcd/borg/checkResource(amount, mob/user) - if(!isrobot(user)) - return FALSE var/mob/living/silicon/robot/R = user return R.cell.charge >= (amount * power_use_multiplier) +/obj/item/rcd/borg + canRwall = TRUE + borg_rcd = TRUE + +/obj/item/rcd/borg/syndicate + power_use_multiplier = 80 + /** * Called from malf AI's "detonate RCD" ability. * diff --git a/code/game/objects/items/weapons/cards_ids.dm b/code/game/objects/items/weapons/cards_ids.dm index eedf69af7dd7..a8df23be166f 100644 --- a/code/game/objects/items/weapons/cards_ids.dm +++ b/code/game/objects/items/weapons/cards_ids.dm @@ -334,6 +334,42 @@ var/registered_user = null untrackable = 1 var/anyone = FALSE //Can anyone forge the ID or just syndicate? + var/list/appearances = list( + "data", + "id", + "gold", + "silver", + "centcom", + "centcom_old", + "security", + "medical", + "HoS", + "research", + "cargo", + "engineering", + "CMO", + "RD", + "CE", + "clown", + "mime", + "rainbow", + "prisoner", + "commander", + "syndie", + "syndierd", + "syndiebotany", + "syndiecargo", + "syndiernd", + "syndieengineer", + "syndiechef", + "syndiemedical", + "deathsquad", + "ERT_leader", + "ERT_security", + "ERT_engineering", + "ERT_medical", + "ERT_janitorial", + ) /obj/item/card/id/syndicate/anyone anyone = TRUE @@ -366,28 +402,28 @@ //Syndicate 'Taipan' access cards /obj/item/card/id/syndicate/scientist - icon_state = "syndie" + icon_state = "syndiernd" initial_access = list(ACCESS_MAINT_TUNNELS, ACCESS_SYNDICATE, ACCESS_EXTERNAL_AIRLOCKS, ACCESS_SYNDICATE_SCIENTIST, ACCESS_SYNDICATE_MEDICAL) /obj/item/card/id/syndicate/cargo initial_access = list(ACCESS_MAINT_TUNNELS, ACCESS_SYNDICATE, ACCESS_EXTERNAL_AIRLOCKS, ACCESS_SYNDICATE_CARGO) - icon_state = "syndie" + icon_state = "syndiecargo" /obj/item/card/id/syndicate/kitchen initial_access = list(ACCESS_MAINT_TUNNELS, ACCESS_SYNDICATE, ACCESS_EXTERNAL_AIRLOCKS, ACCESS_SYNDICATE_KITCHEN, ACCESS_SYNDICATE_BOTANY) - icon_state = "syndie" + icon_state = "syndiechef" /obj/item/card/id/syndicate/engineer initial_access = list(ACCESS_MAINT_TUNNELS, ACCESS_SYNDICATE, ACCESS_EXTERNAL_AIRLOCKS, ACCESS_SYNDICATE_ENGINE) - icon_state = "syndie" + icon_state = "syndieengineer" /obj/item/card/id/syndicate/medic initial_access = list(ACCESS_MAINT_TUNNELS, ACCESS_SYNDICATE, ACCESS_EXTERNAL_AIRLOCKS, ACCESS_SYNDICATE_MEDICAL) - icon_state = "syndie" + icon_state = "syndiemedical" /obj/item/card/id/syndicate/botanist initial_access = list(ACCESS_MAINT_TUNNELS, ACCESS_SYNDICATE, ACCESS_EXTERNAL_AIRLOCKS, ACCESS_SYNDICATE_BOTANY) - icon_state = "syndie" + icon_state = "syndiebotany" /obj/item/card/id/syndicate/comms_officer initial_access = list( ACCESS_MAINT_TUNNELS, @@ -414,7 +450,7 @@ ACCESS_SYNDICATE_MEDICAL, ACCESS_SYNDICATE_BOTANY, ACCESS_SYNDICATE_RESEARCH_DIRECTOR) - icon_state = "commander" + icon_state = "syndierd" /obj/item/card/id/syndicate/afterattack(var/obj/item/O as obj, mob/user as mob, proximity) if(!proximity) @@ -475,35 +511,6 @@ RebuildHTML() if("Appearance") - var/list/appearances = list( - "data", - "id", - "gold", - "silver", - "centcom", - "centcom_old", - "security", - "medical", - "HoS", - "research", - "cargo", - "engineering", - "CMO", - "RD", - "CE", - "clown", - "mime", - "rainbow", - "prisoner", - "syndie", - "deathsquad", - "commander", - "ERT_leader", - "ERT_security", - "ERT_engineering", - "ERT_medical", - "ERT_janitorial", - ) var/choice = input(user, "Select the appearance for this card.", "Agent Card Appearance") in appearances if(!Adjacent(user)) return diff --git a/code/game/objects/items/weapons/grenades/chem_grenade.dm b/code/game/objects/items/weapons/grenades/chem_grenade.dm index 19b5e0ccf759..c0a6c369e7a0 100644 --- a/code/game/objects/items/weapons/grenades/chem_grenade.dm +++ b/code/game/objects/items/weapons/grenades/chem_grenade.dm @@ -159,7 +159,7 @@ else contained = "\[ [contained]\]" var/turf/bombturf = get_turf(loc) - add_attack_logs(user, src, "has completed with [contained]", ATKLOG_MOST) + add_attack_logs(user, src, "has completed with [contained]", ATKLOG_FEW) log_game("[key_name(usr)] has completed [name] at [bombturf.x], [bombturf.y], [bombturf.z]. [contained]") else to_chat(user, "You need to add at least one beaker before locking the assembly.") diff --git a/code/game/objects/items/weapons/legcuffs.dm b/code/game/objects/items/weapons/legcuffs.dm index 08e408be6f1e..1f83b04e7f9b 100644 --- a/code/game/objects/items/weapons/legcuffs.dm +++ b/code/game/objects/items/weapons/legcuffs.dm @@ -52,6 +52,7 @@ if(sig) to_chat(user, "This beartrap already has a signaler hooked up to it!") return + IED = I user.drop_item() I.forceMove(src) message_admins("[key_name_admin(user)] has rigged a beartrap with an IED.") diff --git a/code/game/objects/items/weapons/storage/backpack.dm b/code/game/objects/items/weapons/storage/backpack.dm index dc92cb1ec5f8..f5e805b61bf0 100644 --- a/code/game/objects/items/weapons/storage/backpack.dm +++ b/code/game/objects/items/weapons/storage/backpack.dm @@ -417,7 +417,7 @@ name = "suspicious looking duffelbag" desc = "A large duffelbag for holding extra tactical supplies." icon_state = "duffel-syndie" - item_state = "duffel-syndimed" + item_state = "duffel-syndie" origin_tech = "syndicate=1" silent = 1 slowdown = 0 diff --git a/code/game/objects/items/weapons/stunbaton.dm b/code/game/objects/items/weapons/stunbaton.dm index e6f145c5537a..5b7f8a12539f 100644 --- a/code/game/objects/items/weapons/stunbaton.dm +++ b/code/game/objects/items/weapons/stunbaton.dm @@ -36,7 +36,7 @@ /obj/item/melee/baton/throw_impact(atom/hit_atom) ..() - if(status && prob(throw_hit_chance)) + if(status && prob(throw_hit_chance) && !issilicon(hit_atom)) baton_stun(hit_atom) /obj/item/melee/baton/loaded/New() //this one starts with a cell pre-installed. diff --git a/code/game/objects/items/weapons/syndie_RCD.dm b/code/game/objects/items/weapons/syndie_RCD.dm index 8ac31f595be8..733863d7b0db 100644 --- a/code/game/objects/items/weapons/syndie_RCD.dm +++ b/code/game/objects/items/weapons/syndie_RCD.dm @@ -131,6 +131,10 @@ name = "Syndicate combat rapid-construction-device (RCD)" max_matter = MATTER_500 +/obj/item/rcd/syndicate/borg + borg_rcd = TRUE + power_use_multiplier = 80 + /obj/item/rcd_ammo/syndicate name = "suspicious matter cartridge" desc = "Highly compressed matter for the RCD." diff --git a/code/game/objects/obj_defense.dm b/code/game/objects/obj_defense.dm index 022cd4d66b49..266f1e5f06ab 100644 --- a/code/game/objects/obj_defense.dm +++ b/code/game/objects/obj_defense.dm @@ -73,7 +73,7 @@ /obj/blob_act(obj/structure/blob/B) if(isturf(loc)) var/turf/T = loc - if(T.intact && level == 1) //the blob doesn't destroy thing below the floor + if((T.intact && level == 1) || T.transparent_floor) //the blob doesn't destroy thing below the floor return take_damage(400, BRUTE, "melee", 0, get_dir(src, B)) @@ -182,7 +182,7 @@ GLOBAL_DATUM_INIT(acid_overlay, /mutable_appearance, mutable_appearance('icons/e /obj/fire_act(datum/gas_mixture/air, exposed_temperature, exposed_volume, global_overlay = TRUE) if(isturf(loc)) var/turf/T = loc - if(T.intact && level == 1) //fire can't damage things hidden below the floor. + if((T.intact && level == 1) || T.transparent_floor) //fire can't damage things hidden below the floor. return ..() if(exposed_temperature && !(resistance_flags & FIRE_PROOF)) diff --git a/code/game/objects/structures.dm b/code/game/objects/structures.dm index bd8ca8c024b2..47381f81818e 100644 --- a/code/game/objects/structures.dm +++ b/code/game/objects/structures.dm @@ -58,30 +58,31 @@ /obj/structure/proc/do_climb(var/mob/living/user) if(!can_touch(user) || !climbable) - return + return FALSE var/blocking_object = density_check() if(blocking_object) to_chat(user, "You cannot climb [src], as it is blocked by \a [blocking_object]!") - return + return FALSE var/turf/T = src.loc - if(!T || !istype(T)) return + if(!T || !istype(T)) return FALSE usr.visible_message("[user] starts climbing onto \the [src]!") climber = user if(!do_after(user, 50, target = src)) climber = null - return + return FALSE if(!can_touch(user) || !climbable) climber = null - return + return FALSE usr.loc = get_turf(src) if(get_turf(user) == get_turf(src)) usr.visible_message("[user] climbs onto \the [src]!") climber = null + return TRUE /obj/structure/proc/structure_shaken() diff --git a/code/game/objects/structures/crates_lockers/closets/syndicate.dm b/code/game/objects/structures/crates_lockers/closets/syndicate.dm index 6d244d6eafc0..27ca02919dfa 100644 --- a/code/game/objects/structures/crates_lockers/closets/syndicate.dm +++ b/code/game/objects/structures/crates_lockers/closets/syndicate.dm @@ -181,6 +181,7 @@ new /obj/item/storage/backpack/fluff/syndiesatchel(src) new /obj/item/storage/backpack/duffel/syndie(src) new /obj/item/storage/box/syndicate_permits(src) + new /obj/item/door_remote/taipan(src) /obj/structure/closet/secure_closet/syndicate/research_director name = "Syndicate Research Director's Locker" diff --git a/code/game/objects/structures/false_walls.dm b/code/game/objects/structures/false_walls.dm index 452450d31c81..decb11e1e124 100644 --- a/code/game/objects/structures/false_walls.dm +++ b/code/game/objects/structures/false_walls.dm @@ -37,6 +37,18 @@ . = ..() air_update_turf(1) +/obj/structure/falsewall/examine_status(mob/user) + var/healthpercent = (obj_integrity/max_integrity) * 100 + switch(healthpercent) + if(100) + return "It looks fully intact." + if(70 to 99) + return "It looks slightly damaged." + if(40 to 70) + return "It looks moderately damaged." + if(0 to 40) + return "It looks heavily damaged." + /obj/structure/falsewall/ratvar_act() new /obj/structure/falsewall/brass(loc) qdel(src) @@ -84,9 +96,9 @@ if(density) smooth = SMOOTH_FALSE clear_smooth_overlays() - icon_state = "fwall_opening" + flick("fwall_opening", src) else - icon_state = "fwall_closing" + flick("fwall_closing", src) /obj/structure/falsewall/update_icon() if(density) @@ -159,6 +171,10 @@ walltype = /turf/simulated/wall/r_wall mineral = /obj/item/stack/sheet/plasteel +/obj/structure/falsewall/reinforced/examine_status(mob/user) + . = ..() + . += "
The outer grille is fully intact." //not going to fake other states of disassembly + /obj/structure/falsewall/reinforced/ChangeToWall(delete = 1) var/turf/T = get_turf(src) T.ChangeTurf(/turf/simulated/wall/r_wall) @@ -286,6 +302,7 @@ /obj/structure/falsewall/sandstone name = "sandstone wall" desc = "A wall with sandstone plating." + icon = 'icons/turf/walls/sandstone_wall.dmi' icon_state = "sandstone" mineral = /obj/item/stack/sheet/mineral/sandstone walltype = /turf/simulated/wall/mineral/sandstone diff --git a/code/game/objects/structures/fence.dm b/code/game/objects/structures/fence.dm new file mode 100644 index 000000000000..103ae32b58ca --- /dev/null +++ b/code/game/objects/structures/fence.dm @@ -0,0 +1,223 @@ +//Chain link fences +//Sprites ported from /VG/ + +#define CUT_TIME 100 +#define CLIMB_TIME 150 +#define FULL_CUT_TIME 300 + +#define NO_HOLE 0 //section is intact +#define MEDIUM_HOLE 1 //medium hole in the section - can climb through +#define LARGE_HOLE 2 //large hole in the section - can walk through +#define MAX_HOLE_SIZE LARGE_HOLE +#define HOLE_REPAIR (hole_size * 2) //How many rods to fix these sections + +/obj/structure/fence + name = "fence" + desc = "A chain link fence. Not as effective as a wall, but generally it keeps people out." + density = TRUE + anchored = TRUE + + icon = 'icons/obj/fence.dmi' + icon_state = "straight" + + var/cuttable = TRUE + var/hole_size = NO_HOLE + var/invulnerable = FALSE + var/shock_cooldown = FALSE + +/obj/structure/fence/Initialize() + . = ..() + update_cut_status() + +/obj/structure/fence/examine(mob/user) + . = ..() + switch(hole_size) + if(MEDIUM_HOLE) + . += "There is a large hole in \the [src]." + if(LARGE_HOLE) + . += "\The [src] has been completely cut through." + +/obj/structure/fence/end + icon_state = "end" + cuttable = FALSE + +/obj/structure/fence/corner + icon_state = "corner" + cuttable = FALSE + +/obj/structure/fence/post + icon_state = "post" + cuttable = FALSE + +/obj/structure/fence/cut/medium + icon_state = "straight_cut2" + hole_size = MEDIUM_HOLE + climbable = TRUE + +/obj/structure/fence/cut/large + icon_state = "straight_cut3" + hole_size = LARGE_HOLE + +/obj/structure/fence/CanPass(atom/movable/mover, turf/target) + if(istype(mover) && mover.checkpass(PASSFENCE)) + return TRUE + if(istype(mover, /obj/item/projectile)) + return TRUE + if(!density) + return TRUE + return FALSE + +/* + Shock user with probability prb (if all connections & power are working) + Returns TRUE if shocked, FALSE otherwise + Totally not stolen from code\game\objects\structures\grille.dm +*/ +/obj/structure/fence/proc/shock(mob/user, prb) + if(!prob(prb)) + return FALSE + if(!in_range(src, user)) //To prevent TK and mech users from getting shocked + return FALSE + var/turf/T = get_turf(src) + var/obj/structure/cable/C = T.get_cable_node() + if(C) + if(electrocute_mob(user, C, src, 1, TRUE)) + do_sparks(3, 1, src) + return TRUE + return FALSE + +/obj/structure/fence/wirecutter_act(mob/living/user, obj/item/W) + . = TRUE + if(shock(user, 100)) + return + if(invulnerable) + to_chat(user, "This fence is too strong to cut through!") + return + if(!cuttable) + user.visible_message("[user] starts dismantling [src] with [W].",\ + "You start dismantling [src] with [W].") + if(W.use_tool(src, user, FULL_CUT_TIME, volume = W.tool_volume)) + user.visible_message("[user] completely dismantles [src].",\ + "You completely dismantle [src].") + qdel(src) + return + var/current_stage = hole_size + user.visible_message("[user] starts cutting through [src] with [W].",\ + "You start cutting through [src] with [W].") + if(W.use_tool(src, user, CUT_TIME * W.toolspeed, volume = W.tool_volume)) + if(current_stage == hole_size) + switch(hole_size) + if(NO_HOLE) + user.visible_message("[user] cuts into [src] some more.",\ + "You could probably fit yourself through that hole now. Although climbing through would be much faster if you made it even bigger.") + hole_size = MEDIUM_HOLE + if(MEDIUM_HOLE) + user.visible_message("[user] completely cuts through [src].",\ + "The hole in [src] is now big enough to walk through.") + hole_size = LARGE_HOLE + if(LARGE_HOLE) + user.visible_message("[user] completely dismantles [src].",\ + "You completely take apart [src].") + qdel(src) + return + update_cut_status() + +/obj/structure/fence/attackby(obj/item/C, mob/user) + if(shock(user, 90)) + return + if(istype(C, /obj/item/stack/rods)) + if(hole_size == NO_HOLE) + return + var/obj/item/stack/rods/R = C + if(R.get_amount() < HOLE_REPAIR) + to_chat(user, "You need [HOLE_REPAIR] rods to fix this fence!") + return + to_chat(user, "You begin repairing the fence...") + if(do_after(user, 3 SECONDS * C.toolspeed, target = src) && hole_size != NO_HOLE && R.use(HOLE_REPAIR)) + playsound(src, C.usesound, 80, 1) + hole_size = NO_HOLE + obj_integrity = max_integrity + to_chat(user, "You repair the fence.") + update_cut_status() + return + . = ..() + +/obj/structure/fence/Bumped(atom/user) + if(!ismob(user)) + return + if(shock_cooldown) + return + shock(user, 70) + shock_cooldown = TRUE // We do not want bump shock spam! + addtimer(CALLBACK(src, .proc/shock_cooldown), 1 SECONDS, TIMER_UNIQUE | TIMER_OVERRIDE) + +/obj/structure/fence/proc/shock_cooldown() + shock_cooldown = FALSE + +/obj/structure/fence/attack_animal(mob/user) + . = ..() + if(. && !QDELETED(src) && !shock(user, 70)) + take_damage(rand(5,10), BRUTE, "melee", 1) + +/obj/structure/fence/proc/update_cut_status() + if(!cuttable) + return + var/new_density = TRUE + switch(hole_size) + if(NO_HOLE) + icon_state = initial(icon_state) + climbable = FALSE + if(MEDIUM_HOLE) + icon_state = "straight_cut2" + climbable = TRUE + if(LARGE_HOLE) + icon_state = "straight_cut3" + new_density = FALSE + climbable = FALSE + set_density(new_density) + +//FENCE DOORS + +/obj/structure/fence/door + name = "fence door" + desc = "Not very useful without a real lock." + icon_state = "door_closed" + cuttable = FALSE + var/open = FALSE + +/obj/structure/fence/door/Initialize() + . = ..() + update_door_status() + +/obj/structure/fence/door/opened + icon_state = "door_opened" + open = TRUE + density = TRUE + +/obj/structure/fence/door/attack_hand(mob/user, list/modifiers) + shock(user, 70) + if(can_open(user)) + toggle(user) + return TRUE + +/obj/structure/fence/door/proc/toggle(mob/user) + open = !open + visible_message("\The [user] [open ? "opens" : "closes"] \the [src].") + update_door_status() + playsound(src, 'sound/machines/door_open.ogg', 100, TRUE) + +/obj/structure/fence/door/proc/update_door_status() + set_density(!open) + icon_state = open ? "door_opened" : "door_closed" + +/obj/structure/fence/door/proc/can_open(mob/user) + return TRUE + +#undef CUT_TIME +#undef CLIMB_TIME +#undef FULL_CUT_TIME + +#undef NO_HOLE +#undef MEDIUM_HOLE +#undef LARGE_HOLE +#undef MAX_HOLE_SIZE +#undef HOLE_REPAIR diff --git a/code/game/objects/structures/flora.dm b/code/game/objects/structures/flora.dm index a88748604ed5..8606e7540855 100644 --- a/code/game/objects/structures/flora.dm +++ b/code/game/objects/structures/flora.dm @@ -41,6 +41,23 @@ icon_state = pick("palm1","palm2") pixel_x = 0 +/obj/structure/flora/tree/jungle + name = "tree" + icon_state = "tree" + desc = "It's seriously hampering your view of the jungle." + icon = 'icons/obj/flora/jungletrees.dmi' + pixel_x = -48 + pixel_y = -20 + +/obj/structure/flora/tree/jungle/Initialize(mapload) + icon_state = "[icon_state][rand(1, 6)]" + . = ..() + +/obj/structure/flora/tree/jungle/small + pixel_y = 0 + pixel_x = -32 + icon = 'icons/obj/flora/jungletreesmall.dmi' + //grass /obj/structure/flora/grass name = "grass" @@ -207,7 +224,7 @@ icon = 'icons/obj/flora/plants.dmi' icon_state = "plant-1" anchored = 0 - layer = 5 + layer = ABOVE_MOB_LAYER w_class = WEIGHT_CLASS_HUGE force = 10 force_wielded = 10 @@ -350,3 +367,69 @@ qdel(src) else return ..() + +//Jungle grass + +/obj/structure/flora/grass/jungle + name = "jungle grass" + desc = "Thick alien flora." + icon = 'icons/obj/flora/jungleflora.dmi' + icon_state = "grassa" + + +/obj/structure/flora/grass/jungle/Initialize(mapload) + icon_state = "[icon_state][rand(1, 5)]" + . = ..() + +/obj/structure/flora/grass/jungle/b + icon_state = "grassb" + +//Jungle rocks + +/obj/structure/flora/rock/jungle + icon_state = "rock" + desc = "A pile of rocks." + icon = 'icons/obj/flora/jungleflora.dmi' + density = FALSE + +/obj/structure/flora/rock/jungle/Initialize(mapload) + . = ..() + icon_state = "[initial(icon_state)][rand(1,5)]" + + +//Jungle bushes + +/obj/structure/flora/junglebush + name = "bush" + desc = "A wild plant that is found in jungles." + icon = 'icons/obj/flora/jungleflora.dmi' + icon_state = "busha" + +/obj/structure/flora/junglebush/Initialize(mapload) + icon_state = "[icon_state][rand(1, 3)]" + . = ..() + +/obj/structure/flora/junglebush/b + icon_state = "bushb" + +/obj/structure/flora/junglebush/c + icon_state = "bushc" + +/obj/structure/flora/junglebush/large + icon_state = "bush" + icon = 'icons/obj/flora/largejungleflora.dmi' + pixel_x = -16 + pixel_y = -12 + layer = ABOVE_ALL_MOB_LAYER + +/obj/structure/flora/rock/pile/largejungle + name = "rocks" + icon_state = "rocks" + icon = 'icons/obj/flora/largejungleflora.dmi' + density = FALSE + pixel_x = -16 + pixel_y = -16 + +/obj/structure/flora/rock/pile/largejungle/Initialize(mapload) + . = ..() + icon_state = "[initial(icon_state)][rand(1,3)]" diff --git a/code/game/objects/structures/grille.dm b/code/game/objects/structures/grille.dm index ef9dcbbae3e3..c391d9368ded 100644 --- a/code/game/objects/structures/grille.dm +++ b/code/game/objects/structures/grille.dm @@ -21,7 +21,7 @@ var/my_shockcooldown = 1 SECONDS /obj/structure/grille/fence - var/width = 3 + var/width = 2 /obj/structure/grille/fence/Initialize(mapload) . = ..() diff --git a/code/game/objects/structures/mirror.dm b/code/game/objects/structures/mirror.dm index 6bf97d581e21..8a056b8d0e7f 100644 --- a/code/game/objects/structures/mirror.dm +++ b/code/game/objects/structures/mirror.dm @@ -131,7 +131,7 @@ AC.ui_interact(user) if("Voice") - var/voice_choice = input(user, "Perhaps...", "Voice effects") as null|anything in list("Comic Sans", "Wingdings", "Swedish", "Chav", "Mute") + var/voice_choice = input(user, "Perhaps...", "Voice effects") as null|anything in list("Comic Sans", "Wingdings", "Swedish", "Староимперский", "Mute") var/voice_mutation switch(voice_choice) if("Comic Sans") @@ -140,8 +140,8 @@ voice_mutation = GLOB.wingdingsblock if("Swedish") voice_mutation = GLOB.swedeblock - if("Chav") - voice_mutation = GLOB.chavblock + if("Староимперский") + voice_mutation = GLOB.auld_imperial_block if("Mute") voice_mutation = GLOB.muteblock if(voice_mutation) diff --git a/code/game/objects/structures/railings.dm b/code/game/objects/structures/railings.dm new file mode 100644 index 000000000000..82eb1335d106 --- /dev/null +++ b/code/game/objects/structures/railings.dm @@ -0,0 +1,161 @@ +/obj/structure/railing + name = "railing" + desc = "Basic railing meant to protect idiots like you from falling." + icon = 'icons/obj/fence.dmi' + icon_state = "railing" + density = TRUE + anchored = TRUE + pass_flags = LETPASSTHROW + climbable = TRUE + layer = ABOVE_MOB_LAYER + var/currently_climbed = FALSE + var/mover_dir = null + +/obj/structure/railing/corner //aesthetic corner sharp edges hurt oof ouch + icon_state = "railing_corner" + density = FALSE + climbable = FALSE + +/obj/structure/railing/attackby(obj/item/I, mob/living/user, params) + ..() + add_fingerprint(user) + +/obj/structure/railing/welder_act(mob/living/user, obj/item/I) + if(user.intent != INTENT_HELP) + return + if(obj_integrity >= max_integrity) + to_chat(user, "[src] is already in good condition!") + return + if(!I.tool_start_check(user, amount = 0)) + return + to_chat(user, "You begin repairing [src]...") + if(I.use_tool(src, user, 40, volume = 50)) + obj_integrity = max_integrity + to_chat(user, "You repair [src].") + +/obj/structure/railing/wirecutter_act(mob/living/user, obj/item/I) + if(anchored) + return + to_chat(user, "You cut apart the railing.") + I.play_tool_sound(src, 100) + deconstruct() + return TRUE + +/obj/structure/railing/deconstruct(disassembled) + if(!(flags & NODECONSTRUCT)) + var/obj/item/stack/rods/rod = new /obj/item/stack/rods(drop_location(), 3) + transfer_fingerprints_to(rod) + return ..() + +///Implements behaviour that makes it possible to unanchor the railing. +/obj/structure/railing/wrench_act(mob/living/user, obj/item/I) + if(flags & NODECONSTRUCT) + return + to_chat(user, "You begin to [anchored ? "unfasten the railing from":"fasten the railing to"] the floor...") + if(I.use_tool(src, user, volume = 75, extra_checks = CALLBACK(src, .proc/check_anchored, anchored))) + anchored = !anchored + to_chat(user, "You [anchored ? "fasten the railing to":"unfasten the railing from"] the floor.") + return TRUE + +/obj/structure/railing/corner/CanPass() + return TRUE + +/obj/structure/railing/corner/CheckExit() + return TRUE + +/obj/structure/railing/CanPass(atom/movable/mover, turf/target) + if(istype(mover) && mover.checkpass(PASSFENCE)) + return TRUE + if(istype(mover, /obj/item/projectile)) + return TRUE + if(ismob(mover)) + var/mob/M = mover + if(M.flying) + return TRUE + if(mover.throwing) + return TRUE + mover_dir = get_dir(loc, target) + //Due to how the other check is done, it would always return density for ordinal directions no matter what + if(ordinal_direction_check()) + return FALSE + if(mover_dir != dir) + return density + return FALSE + +/obj/structure/railing/CheckExit(atom/movable/O, target) + var/mob/living/M = O + if(istype(O) && O.checkpass(PASSFENCE)) + return TRUE + if(istype(O, /obj/item/projectile)) + return TRUE + if(ismob(O)) + if(M.flying || M.floating) + return TRUE + if(O.throwing) + return TRUE + if(O.move_force >= MOVE_FORCE_EXTREMELY_STRONG) + return TRUE + if(currently_climbed) + return TRUE + mover_dir = get_dir(O.loc, target) + if(mover_dir == dir) + return FALSE + if(ordinal_direction_check()) + return FALSE + return TRUE + +// Checks if the direction the mob is trying to move towards would be blocked by a corner railing +/obj/structure/railing/proc/ordinal_direction_check() + switch(dir) + if(5) + if(mover_dir == 1 || mover_dir == 4) + return TRUE + if(6) + if(mover_dir == 2 || mover_dir == 4) + return TRUE + if(9) + if(mover_dir == 1 || mover_dir == 8) + return TRUE + if(10) + if(mover_dir == 2 || mover_dir == 8) + return TRUE + return FALSE + +/obj/structure/railing/do_climb(mob/living/user) + var/initial_mob_loc = get_turf(user) + . = ..() + if(.) + currently_climbed = TRUE + if(initial_mob_loc != get_turf(src)) // If we are on the railing, we want to move in the same dir as the railing. Otherwise we get put on the railing + currently_climbed = FALSE + return + user.Move(get_step(user, dir), TRUE) + currently_climbed = FALSE + +/obj/structure/railing/proc/can_be_rotated(mob/user) + if(anchored) + to_chat(user, "[src] cannot be rotated while it is fastened to the floor!") + return FALSE + + var/target_dir = turn(dir, -45) + + if(!valid_window_location(loc, target_dir)) //Expanded to include rails, as well! + to_chat(user, "[src] cannot be rotated in that direction!") + return FALSE + return TRUE + +/obj/structure/railing/proc/check_anchored(checked_anchored) + if(anchored == checked_anchored) + return TRUE + +/obj/structure/railing/proc/after_rotation(mob/user) + add_fingerprint(user) + +/obj/structure/railing/AltClick(mob/user) + if(user.incapacitated()) + to_chat(user, "You can't do that right now!") + return + if(!Adjacent(user)) + return + if(can_be_rotated(user)) + setDir(turn(dir, 45)) diff --git a/code/game/objects/structures/safe.dm b/code/game/objects/structures/safe.dm index 7e56b44496e3..1b07ac6263ab 100644 --- a/code/game/objects/structures/safe.dm +++ b/code/game/objects/structures/safe.dm @@ -368,7 +368,8 @@ GLOBAL_LIST_EMPTY(safes) /obj/structure/safe/floor/Initialize() . = ..() var/turf/T = loc - hide(T.intact) + if(!T.transparent_floor) + hide(T.intact) /obj/structure/safe/floor/hide(intact) invisibility = intact ? INVISIBILITY_MAXIMUM : 0 diff --git a/code/game/objects/structures/statues.dm b/code/game/objects/structures/statues.dm index 4f4eee1ace23..e3e209d0e55f 100644 --- a/code/game/objects/structures/statues.dm +++ b/code/game/objects/structures/statues.dm @@ -336,8 +336,22 @@ desc = "Еще один герой корп. NanoTrasen. Вы замечаете интересную деталь, что спинка стула похожа на тюремное окошко. Так же на нем почему-то присутствует кровь, которая уже налегает слоями и хранится около года. По всей видимости этот стул символизирует какую то личность, которая внесла большой вклад в развитие и поддержание нашей галактической системы. \n Надпись на табличке - Спасибо тебе за все, мы всегда были и будем рады тебе." icon_state = "artchair" anchored = TRUE - oreAmount = 0 + oreAmount = 0 +/obj/structure/statue/furukai + name = "София Вайт" + desc = "Загадочная девушка, ныне одна из множества офицеров синдиката. Получившая столь высокую позицию не за связи, а за свои способности. \ +\ +Движимая местью за потерю родной сестры из-за коррупционных верхушек Нанотрейзен, она вступила в Синдикат, \ +где стала известна и как способный агент и как отличный инженер. Хоть ее позывной и отсылал на пушистых, в душе она их ненавидела... \ +\ +Её навыками было спроектировано несколько важнейших объектов Синдиката. Ее стремление идти вперед, создавать не взирая на законы и запреты, \ +собственной рукой творить реальность породили то, что мы видим вокруг. Много раз оступаясь, сражаясь с консерваторами и ретроградами, \ +противниками прогресса, клинком, словом, знанием и делом она прорубила проход в будущее. Не забудем, не предадим твоих идей. Никогда..." + icon = 'icons/obj/statuelarge.dmi' + icon_state = "furukai" + anchored = TRUE + oreAmount = 0 //////////////////////////////// diff --git a/code/game/objects/structures/watercloset.dm b/code/game/objects/structures/watercloset.dm index c40792c930cd..408b7e98c74b 100644 --- a/code/game/objects/structures/watercloset.dm +++ b/code/game/objects/structures/watercloset.dm @@ -1,5 +1,6 @@ //todo: toothbrushes, and some sort of "toilet-filthinator" for the hos + /obj/structure/toilet name = "toilet" desc = "The HT-451, a torque rotation-based, waste disposal unit for small matter. This one seems remarkably clean." @@ -165,10 +166,10 @@ /obj/structure/toilet/proc/stash_goods(obj/item/I, mob/user) if(!I) return - if(I.w_class > WEIGHT_CLASS_NORMAL) + if(I.w_class > WEIGHT_CLASS_NORMAL) // if item size > 3 to_chat(user, "[I] does not fit!") return - if(w_items + I.w_class > WEIGHT_CLASS_HUGE) + if(w_items + I.w_class > WEIGHT_CLASS_HUGE) // if item size > 5 to_chat(user, "The cistern is full!") return if(!user.drop_item()) @@ -188,6 +189,23 @@ secret.desc += " It's a secret!" w_items += secret.w_class + +/obj/structure/toilet/cancollectmapitems // this toilet made specially for map editor, collects objects on same turf at map loading + // as well as closets do. regular toilet can't do this. has the same restrictions for objects like regular toilet has. + // собирает в себя предметы на своём атоме при загрузки карты, сделано специально для редактора карт, обычный так не может. + +/obj/structure/toilet/cancollectmapitems/Initialize(mapload) + . = ..() + for(var/obj/item/I in loc) + if(w_items > WEIGHT_CLASS_HUGE) //if items summary size >= 5 , stop collecting + break + if(I.w_class > WEIGHT_CLASS_NORMAL) // if item size > 3 , skip the item, get the next + continue + if(I.w_class + w_items <= WEIGHT_CLASS_HUGE) // if items summary size <= than 5 , add item in contents + w_items += I.w_class + I.forceMove(src) + + /obj/structure/toilet/golden_toilet name = "Золотой унитаз" desc = "Поговаривают, что 7 веков назад у каждого арабского шейха был такой унитаз." diff --git a/code/game/shuttle_engines.dm b/code/game/shuttle_engines.dm index 415df5d9dde6..f169979c5168 100644 --- a/code/game/shuttle_engines.dm +++ b/code/game/shuttle_engines.dm @@ -32,6 +32,7 @@ name = "engine" density = 1 anchored = 1.0 + resistance_flags = INDESTRUCTIBLE /obj/structure/shuttle/engine/heater name = "heater" diff --git a/code/game/turfs/simulated/floor.dm b/code/game/turfs/simulated/floor.dm index ae51ad88371c..5bfa9ad653ad 100644 --- a/code/game/turfs/simulated/floor.dm +++ b/code/game/turfs/simulated/floor.dm @@ -34,6 +34,7 @@ GLOBAL_LIST_INIT(icons_to_ignore_at_floor_init, list("damaged1","damaged2","dama var/list/broken_states = list("damaged1", "damaged2", "damaged3", "damaged4", "damaged5") var/list/burnt_states = list("floorscorched1", "floorscorched2") var/list/prying_tool_list = list(TOOL_CROWBAR) //What tool/s can we use to pry up the tile? + var/keep_dir = TRUE //When false, resets dir to default on changeturf() /turf/simulated/floor/Initialize(mapload) . = ..() @@ -126,11 +127,18 @@ GLOBAL_LIST_INIT(icons_to_ignore_at_floor_init, list("damaged1","damaged2","dama var/turf/simulated/floor/W = ..() + var/obj/machinery/atmospherics/R + if(keep_icon) W.icon_regular_floor = old_icon W.icon_plating = old_plating + if(W.keep_dir) W.dir = old_dir - + if(W.transparent_floor) + for(R in W) + R.update_icon() + for(R in W) + R.update_underlays() W.update_icon() return W diff --git a/code/game/turfs/simulated/floor/plating.dm b/code/game/turfs/simulated/floor/plating.dm index a6dbe0de2810..629c491ad7d8 100644 --- a/code/game/turfs/simulated/floor/plating.dm +++ b/code/game/turfs/simulated/floor/plating.dm @@ -72,6 +72,35 @@ to_chat(user, "This section is too damaged to support a tile! Use a welder to fix the damage.") return TRUE + else if(is_glass_sheet(C)) + if(broken || burnt) + to_chat(user, "Repair the plating first!") + return TRUE + var/obj/item/stack/sheet/R = C + if(R.get_amount() < 2) + to_chat(user, "You need two sheets to build a [C.name] floor!") + return TRUE + to_chat(user, "You begin swapping the plating for [C]...") + if(do_after(user, 3 SECONDS * C.toolspeed, target = src)) + if(R.get_amount() >= 2 && !transparent_floor) + if(istype(C, /obj/item/stack/sheet/plasmaglass)) //So, what type of glass floor do we want today? + ChangeTurf(/turf/simulated/floor/transparent/glass/plasma) + else if(istype(C, /obj/item/stack/sheet/plasmarglass)) + ChangeTurf(/turf/simulated/floor/transparent/glass/reinforced/plasma) + else if(istype(C, /obj/item/stack/sheet/glass)) + ChangeTurf(/turf/simulated/floor/transparent/glass) + else if(istype(C, /obj/item/stack/sheet/rglass)) + ChangeTurf(/turf/simulated/floor/transparent/glass/reinforced) + else if(istype(C, /obj/item/stack/sheet/titaniumglass)) + ChangeTurf(/turf/simulated/floor/transparent/glass/titanium) + else if(istype(C, /obj/item/stack/sheet/plastitaniumglass)) + ChangeTurf(/turf/simulated/floor/transparent/glass/titanium/plasma) + playsound(src, C.usesound, 80, TRUE) + R.use(2) + to_chat(user, "You swap the plating for [C].") + new /obj/item/stack/sheet/metal(src, 2) + return TRUE + /turf/simulated/floor/plating/screwdriver_act(mob/user, obj/item/I) . = TRUE if(!I.tool_use_check(user, 0)) diff --git a/code/game/turfs/simulated/floor/transparent.dm b/code/game/turfs/simulated/floor/transparent.dm new file mode 100644 index 000000000000..b5a505a4f2fd --- /dev/null +++ b/code/game/turfs/simulated/floor/transparent.dm @@ -0,0 +1,123 @@ +/turf/simulated/floor/transparent/glass + name = "glass floor" + desc = "Don't jump on it... Or do, I'm not your mom." + icon = 'icons/turf/floors/glass.dmi' + icon_state = "unsmooth" + baseturf = /turf/space + smooth = SMOOTH_TRUE + canSmoothWith = list(/turf/simulated/floor/transparent/glass, /turf/simulated/floor/transparent/glass/reinforced, /turf/simulated/floor/transparent/glass/plasma, /turf/simulated/floor/transparent/glass/reinforced/plasma) + footstep_sounds = list( + "human" = list('sound/effects/footstep/glass1.ogg','sound/effects/footstep/glass2.ogg','sound/effects/footstep/glass3.ogg','sound/effects/footstep/glassbarefoot.ogg','sound/effects/footstep/glassbarefoot2.ogg','sound/effects/footstep/glassbarefoot3.ogg'), + "xeno" = list('sound/effects/footstep/glass1.ogg','sound/effects/footstep/glass2.ogg','sound/effects/footstep/glass3.ogg','sound/effects/footstep/glassbarefoot.ogg','sound/effects/footstep/glassbarefoot2.ogg','sound/effects/footstep/glassbarefoot3.ogg') + ) + light_power = 0.25 + light_range = 2 + layer = TRANSPARENT_TURF_LAYER + keep_dir = FALSE + intact = FALSE + transparent_floor = TRUE + heat_capacity = 800 + +/turf/simulated/floor/transparent/glass/Initialize(mapload) + . = ..() + var/image/I = image('icons/turf/space.dmi', src, SPACE_ICON_STATE) + I.plane = PLANE_SPACE + underlays += I + dir = SOUTH //dirs that are not 2/south cause smoothing jank + icon_state = "" //Prevents default icon appearing behind the glass + +/turf/simulated/floor/transparent/glass/welder_act(mob/user, obj/item/I) + if(!broken && !burnt) + return + if(!I.tool_use_check(user, 0)) + return + if(I.use_tool(src, user, volume = I.tool_volume)) + to_chat(user, "You fix some cracks in the glass.") + overlays -= current_overlay + current_overlay = null + burnt = FALSE + broken = FALSE + update_icon() + +/turf/simulated/floor/transparent/glass/crowbar_act(mob/user, obj/item/I) + if(!I || !user) + return + var/obj/item/stack/R + if(ishuman(user)) + R = user.get_inactive_hand() + else if(isrobot(user)) + var/mob/living/silicon/robot/robouser = user + if(istype(robouser.module_state_1, /obj/item/stack/sheet/metal)) + R = robouser.module_state_1 + else if(istype(robouser.module_state_2, /obj/item/stack/sheet/metal)) + R = robouser.module_state_2 + else if(istype(robouser.module_state_3, /obj/item/stack/sheet/metal)) + R = robouser.module_state_3 + + if(istype(R, /obj/item/stack/sheet/metal)) + if(R.get_amount() < 2) //not enough metal in the stack + to_chat(user, "You also need to hold two sheets of metal to dismantle [src]!") + return + else + to_chat(user, "You begin replacing [src]...") + playsound(src, I.usesound, 80, TRUE) + if(do_after(user, 3 SECONDS * I.toolspeed, target = src)) + if(R.get_amount() < 2 || !transparent_floor) + return + else //not holding metal at all + to_chat(user, "You also need to hold two sheets of metal to dismantle \the [src]!") + return + switch(type) //What material is returned? Depends on the turf + if(/turf/simulated/floor/transparent/glass/reinforced) + new /obj/item/stack/sheet/rglass(src, 2) + if(/turf/simulated/floor/transparent/glass) + new /obj/item/stack/sheet/glass(src, 2) + if(/turf/simulated/floor/transparent/glass/plasma) + new /obj/item/stack/sheet/plasmaglass(src, 2) + if(/turf/simulated/floor/transparent/glass/reinforced/plasma) + new /obj/item/stack/sheet/plasmarglass(src, 2) + if(/turf/simulated/floor/transparent/glass/titanium) + new /obj/item/stack/sheet/titaniumglass(src, 2) + if(/turf/simulated/floor/transparent/glass/titanium/plasma) + new /obj/item/stack/sheet/plastitaniumglass(src, 2) + R.use(2) + playsound(src, 'sound/items/deconstruct.ogg', 80, TRUE) + ChangeTurf(/turf/simulated/floor/plating) + + +/turf/simulated/floor/transparent/glass/reinforced + name = "reinforced glass floor" + desc = "Jump on it, it can cope. Promise..." + icon = 'icons/turf/floors/reinf_glass.dmi' + thermal_conductivity = 0.035 + heat_capacity = 1600 + +/turf/simulated/floor/transparent/glass/reinforced/acid_act(acidpwr, acid_volume) + acidpwr = min(acidpwr, 50) + . = ..() + +/turf/simulated/floor/transparent/glass/plasma + name = "plasma glass floor" + desc = "Wait, was space always that color?" + icon = 'icons/turf/floors/plasmaglass.dmi' + thermal_conductivity = 0.030 + heat_capacity = 32000 + +/turf/simulated/floor/transparent/glass/reinforced/plasma + name = "reinforced plasma glass floor" + desc = "For when you REALLY don't want your floor choice to suffocate everyone." + icon = 'icons/turf/floors/reinf_plasmaglass.dmi' + thermal_conductivity = 0.025 + heat_capacity = 325000 + +/turf/simulated/floor/transparent/glass/titanium + name = "titanium glass floor" + desc = "Stylish AND strong!" + icon = 'icons/turf/floors/titaniumglass.dmi' + canSmoothWith = list(/turf/simulated/floor/transparent/glass/titanium, /turf/simulated/floor/transparent/glass/titanium/plasma) + thermal_conductivity = 0.025 + heat_capacity = 1600 + +/turf/simulated/floor/transparent/glass/titanium/plasma + name = "plastitanium glass floor" + icon = 'icons/turf/floors/plastitaniumglass.dmi' diff --git a/code/game/turfs/simulated/shuttle.dm b/code/game/turfs/simulated/shuttle.dm index 9144d3cc5b06..1e75e6b3dea0 100644 --- a/code/game/turfs/simulated/shuttle.dm +++ b/code/game/turfs/simulated/shuttle.dm @@ -78,3 +78,25 @@ name = "skipjack floor" oxygen = 0 nitrogen = MOLES_N2STANDARD + MOLES_O2STANDARD + +/obj/structure/shuttle_wall_corner + name = "wall" + icon = 'icons/turf/shuttle.dmi' + layer = 2 + icon_state = "diagonalWall" + anchored = TRUE + opacity = TRUE + density = TRUE + resistance_flags = INDESTRUCTIBLE + +/obj/structure/shuttle_wall_corner/Initialize(mapload) + . = ..() + air_update_turf(TRUE) + +/obj/structure/shuttle_wall_corner/CanAtmosPass(turf/T) + return FALSE + +/obj/structure/shuttle_wall_corner/Destroy() + var/turf/T = get_turf(src) + . = ..() + T.air_update_turf(TRUE) diff --git a/code/game/turfs/simulated/walls.dm b/code/game/turfs/simulated/walls.dm index 3a0255c795c8..3720b0333cf8 100644 --- a/code/game/turfs/simulated/walls.dm +++ b/code/game/turfs/simulated/walls.dm @@ -51,7 +51,7 @@ . = ..() //Appearance -/turf/simulated/wall/examine(mob/user) +/turf/simulated/wall/examine(mob/user) // If you change this, consider changing the examine_status proc of false walls to match . = ..() if(!damage) diff --git a/code/game/turfs/turf.dm b/code/game/turfs/turf.dm index f08f97e912b0..3e5f3c933063 100644 --- a/code/game/turfs/turf.dm +++ b/code/game/turfs/turf.dm @@ -6,6 +6,7 @@ var/intact = TRUE var/turf/baseturf = /turf/space var/slowdown = 0 //negative for faster, positive for slower + var/transparent_floor = FALSE //used to check if pipes should be visible under the turf or not ///Properties for open tiles (/floor) /// All the gas vars, on the turf, are meant to be utilized for initializing a gas datum and setting its first gas values; the turf vars are never further modified at runtime; it is never directly used for calculations by the atmospherics system. diff --git a/code/game/turfs/unsimulated/floor.dm b/code/game/turfs/unsimulated/floor.dm index f07085aec33c..7a26d9edf4d7 100644 --- a/code/game/turfs/unsimulated/floor.dm +++ b/code/game/turfs/unsimulated/floor.dm @@ -20,6 +20,20 @@ . = ..() icon_state = "grass[rand(1,4)]" +/turf/unsimulated/floor/asteroid + name = "sand" + icon = 'icons/turf/floors/plating.dmi' + icon_state = "asteroid" + footstep_sounds = list( + "human" = list('sound/effects/footstep/asteroid1.ogg','sound/effects/footstep/asteroid2.ogg','sound/effects/footstep/asteroid3.ogg','sound/effects/footstep/asteroid4.ogg','sound/effects/footstep/asteroid5.ogg'), + "xeno" = list('sound/effects/footstep/asteroid1.ogg','sound/effects/footstep/asteroid2.ogg','sound/effects/footstep/asteroid3.ogg','sound/effects/footstep/asteroid4.ogg','sound/effects/footstep/asteroid5.ogg') + ) + +/turf/unsimulated/floor/asteroid/Initialize(mapload) + . = ..() + if(prob(20)) + icon_state = "asteroid[rand(0,12)]" + /turf/unsimulated/floor/snow name = "snow" icon = 'icons/turf/snow.dmi' diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 1924836f6e54..72487417cad5 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -13,12 +13,8 @@ GLOBAL_VAR_INIT(nologevent, 0) if(!GLOB.nologevent) var/rendered = "ATTACK: [text]" for(var/client/C in GLOB.admins) - if(R_ADMIN & C.holder.rights) - if(C.prefs.atklog == ATKLOG_NONE) - continue - var/msg = rendered - if(C.prefs.atklog <= loglevel) - to_chat(C, msg) + if((C.holder.rights & R_ADMIN) && (C.prefs?.atklog <= loglevel)) + to_chat(C, rendered) /** * Sends a message to the staff able to see admin tickets @@ -816,9 +812,15 @@ GLOBAL_VAR_INIT(gamma_ship_location, 1) // 0 = station , 1 = space if(GLOB.gamma_ship_location == 1) fromArea = locate(/area/shuttle/gamma/space) toArea = locate(/area/shuttle/gamma/station) + for(var/obj/machinery/door/airlock/hatch/gamma/H in GLOB.airlocks) + H.unlock(TRUE) + GLOB.event_announcement.Announce("Центральное Командование отправило оружейный шаттл уровня Гамма.", new_sound = 'sound/AI/commandreport.ogg') else fromArea = locate(/area/shuttle/gamma/station) toArea = locate(/area/shuttle/gamma/space) + for(var/obj/machinery/door/airlock/hatch/gamma/H in GLOB.airlocks) + H.lock(TRUE) + GLOB.event_announcement.Announce("Центральное Командование отозвало оружейный шаттл уровня Гамма.", new_sound = 'sound/AI/commandreport.ogg') fromArea.move_contents_to(toArea) for(var/obj/machinery/mech_bay_recharge_port/P in toArea) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index d23f987d23af..0a6a36004de7 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -367,17 +367,20 @@ GLOBAL_LIST_INIT(admin_verbs_ticket, list( if(!check_rights(R_ADMIN)) return + if(!isliving(mob)) + return - if(mob) - if(mob.invisibility == INVISIBILITY_OBSERVER) - mob.invisibility = initial(mob.invisibility) - to_chat(mob, "Invisimin off. Invisibility reset.") - mob.add_to_all_human_data_huds() - //TODO: Make some kind of indication for the badmin that they are currently invisible - else - mob.invisibility = INVISIBILITY_OBSERVER - to_chat(mob, "Invisimin on. You are now as invisible as a ghost.") - mob.remove_from_all_data_huds() + if(mob.invisibility == INVISIBILITY_OBSERVER) + mob.invisibility = initial(mob.invisibility) + mob.add_to_all_human_data_huds() + to_chat(mob, "Invisimin off. Invisibility reset.") + log_admin("[key_name(mob)] has turned Invisimin OFF") + else + mob.invisibility = INVISIBILITY_OBSERVER + mob.remove_from_all_data_huds() + to_chat(mob, "Invisimin on. You are now as invisible as a ghost.") + log_admin("[key_name(mob)] has turned Invisimin ON") + SSblackbox.record_feedback("tally", "admin_verb", 1, "Invisimin") /client/proc/player_panel_new() set name = "Player Panel" diff --git a/code/modules/admin/secrets.dm b/code/modules/admin/secrets.dm index 6ee3b38746a0..f1ccb523022f 100644 --- a/code/modules/admin/secrets.dm +++ b/code/modules/admin/secrets.dm @@ -82,6 +82,9 @@ Create Weather
Weather - Ash Storm  
+ Reinforce Station
+ Move the Gamma Armory   +
"} if(2) diff --git a/code/modules/admin/tickets/adminticketsverbs.dm b/code/modules/admin/tickets/adminticketsverbs.dm index 18f6693a45bb..4e8e79f2a26b 100644 --- a/code/modules/admin/tickets/adminticketsverbs.dm +++ b/code/modules/admin/tickets/adminticketsverbs.dm @@ -17,7 +17,7 @@ if(!check_rights(R_ADMIN)) return - if(alert("Вы уверены что хотите решить ВСЕ Админ Тикеты?","Решить все Админ Тикеты?","Да","Нет") != "Да") + if(alert("Are you sure you want to resolve ALL open admin tickets?","Resolve all open admin tickets?","Yes","No") != "Yes") return SStickets.resolveAllOpenTickets() diff --git a/code/modules/admin/tickets/mentorticketsverbs.dm b/code/modules/admin/tickets/mentorticketsverbs.dm index f7a3ff709999..c7bec3e043d4 100644 --- a/code/modules/admin/tickets/mentorticketsverbs.dm +++ b/code/modules/admin/tickets/mentorticketsverbs.dm @@ -17,7 +17,7 @@ if(!check_rights(R_ADMIN)) return - if(alert("Вы уверены что хотите решить ВСЕ Ментор Тикеты?","Решить все Ментор Тикеты?","Да","Нет") != "Да") + if(alert("Are you sure you want to resolve ALL open mentor tickets?","Resolve all open mentor tickets?","Yes","No") != "Yes") return SSmentor_tickets.resolveAllOpenTickets() diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 8716ea4708fa..524431cd770c 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -1018,7 +1018,8 @@ else if(href_list["removenote"]) var/note_id = href_list["removenote"] - remove_note(note_id) + if(alert("Do you really want to delete this note?", "Note deletion confirmation", "Yes", "No") == "Yes") + remove_note(note_id) else if(href_list["editnote"]) var/note_id = href_list["editnote"] @@ -3396,6 +3397,12 @@ if(!SSshuttle.toggleShuttle("ferry","ferry_home","ferry_away")) message_admins("[key_name_admin(usr)] moved the centcom ferry") log_admin("[key_name(usr)] moved the centcom ferry") + + if("gammashuttle") + SSblackbox.record_feedback("tally", "admin_secrets_fun_used", 1, "Send Gamma Armory") + message_admins("[key_name_admin(usr)] moved the gamma armory") + log_admin("[key_name(usr)] moved the gamma armory") + move_gamma_ship() if(usr) log_admin("[key_name(usr)] used secret [href_list["secretsfun"]]") diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index 8d2ab92e8ead..37ac0e10f6a9 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -1,7 +1,5 @@ - - //This is a list of words which are ignored by the parser when comparing message contents for names. MUST BE IN LOWER CASE! -GLOBAL_LIST_INIT(adminhelp_ignored_words, list("unknown","the","a","an","of","monkey","alien","as")) +GLOBAL_LIST_INIT(adminhelp_ignored_words, list("unknown", "the", "a", "an", "of", "monkey", "alien", "as")) /client/verb/adminhelp() set category = "Admin" @@ -12,27 +10,28 @@ GLOBAL_LIST_INIT(adminhelp_ignored_words, list("unknown","the","a","an","of","mo to_chat(src, "Error: Admin-PM: You cannot send adminhelps (Muted).") return - adminhelped = 1 //Determines if they get the message to reply by clicking the name. + adminhelped = TRUE //Determines if they get the message to reply by clicking the name. var/msg - var/list/type = list("Mentorhelp","Adminhelp") - var/selected_type = input("Pick a category.", "Admin Help", null, null) as null|anything in type + var/list/type = list("Mentorhelp", "Adminhelp") + var/selected_type = input("Pick a category.", "Admin Help") as null|anything in type if(selected_type) - msg = clean_input("Please enter your message.", "Admin Help", null) + msg = clean_input("Please enter your message.", selected_type) - //clean the input msg if(!msg) return if(handle_spam_prevention(msg, MUTE_ADMINHELP, OOC_COOLDOWN)) return - msg = sanitize_simple(copytext_char(msg,1,MAX_MESSAGE_LEN)) - if(!msg) return + msg = sanitize_simple(copytext_char(msg, 1, MAX_MESSAGE_LEN)) + if(!msg) // No message after sanitisation + return + if(selected_type == "Mentorhelp") - SSmentor_tickets.newHelpRequest(src, msg) + SSmentor_tickets.newHelpRequest(src, msg) // Mhelp else - SStickets.newHelpRequest(src, msg) + SStickets.newHelpRequest(src, msg) // Ahelp //show it to the person adminhelping too to_chat(src, "[selected_type]: [msg]") @@ -54,7 +53,7 @@ GLOBAL_LIST_INIT(adminhelp_ignored_words, list("unknown","the","a","an","of","mo var/inactive_mentors = mentorcount[3] if(active_mentors <= 0) - if(inactive_mentors > 0) + if(inactive_mentors) alerttext = " | **ALL MENTORS AFK**" else alerttext = " | **NO MENTORS ONLINE**" diff --git a/code/modules/admin/verbs/debug.dm b/code/modules/admin/verbs/debug.dm index 9a5855338e9f..934825aae069 100644 --- a/code/modules/admin/verbs/debug.dm +++ b/code/modules/admin/verbs/debug.dm @@ -92,7 +92,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that log_admin("[key_name(src)] called [procname]() with [lst.len ? "the arguments [list2params(lst)]":"no arguments"]") returnval = WrapAdminProcCall(GLOBAL_PROC, procname, lst) // Pass the lst as an argument list to the proc - to_chat(usr, "[procname] returned: [!isnull(returnval) ? returnval : "null"]") + to_chat(usr, "[procname] returned: [!isnull(returnval) ? returnval : "null"]") SSblackbox.record_feedback("tally", "admin_verb", 1, "Advanced Proc-Call") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! // All these vars are related to proc call protection diff --git a/code/modules/arcade/claw_game.dm b/code/modules/arcade/claw_game.dm index da17adff5629..42c64e8208d9 100644 --- a/code/modules/arcade/claw_game.dm +++ b/code/modules/arcade/claw_game.dm @@ -66,7 +66,14 @@ GLOBAL_VAR(claw_game_html) for(var/i in 1 to img_resources.len) user << browse_rsc(img_resources[i]) var/my_game_html = replacetext(GLOB.claw_game_html, "/* ref src */", UID()) - user << browse(my_game_html, "window=[window_name];size=915x600;can_resize=0") + var/datum/browser/popup = new(user, window_name, name, 915, 700, src) + popup.set_content(my_game_html) + popup.add_stylesheet("page.css", 'code/modules/arcade/page.css') + popup.add_stylesheet("Button.scss", 'tgui/packages/tgui/styles/components/Button.scss') + popup.add_script("jquery-1.8.2.min.js", 'html/browser/jquery-1.8.2.min.js') + popup.add_script("jquery-ui-1.8.24.custom.min.js", 'html/browser/jquery-ui-1.8.24.custom.min.js') + popup.open() + user.set_machine(src) /obj/machinery/arcade/claw/Topic(href, list/href_list) if(..()) diff --git a/code/modules/arcade/crane.html b/code/modules/arcade/crane.html index 632fd545c49a..3a689abeeb14 100644 --- a/code/modules/arcade/crane.html +++ b/code/modules/arcade/crane.html @@ -252,7 +252,7 @@ -
+
@@ -269,7 +269,7 @@
-
+

diff --git a/code/modules/assembly/infrared.dm b/code/modules/assembly/infrared.dm index b88edcae0440..fca7f3197a19 100644 --- a/code/modules/assembly/infrared.dm +++ b/code/modules/assembly/infrared.dm @@ -215,7 +215,7 @@ var/life_cycles = 0 var/life_cap = 20 anchored = TRUE - pass_flags = PASSTABLE | PASSGLASS | PASSGRILLE + pass_flags = PASSTABLE | PASSGLASS | PASSGRILLE | PASSFENCE /obj/effect/beam/i_beam/proc/hit() diff --git a/code/modules/assembly/shock_kit.dm b/code/modules/assembly/shock_kit.dm index d054ea8d3f5f..4c1e8ae6d1bd 100644 --- a/code/modules/assembly/shock_kit.dm +++ b/code/modules/assembly/shock_kit.dm @@ -27,12 +27,19 @@ part2 = null qdel(src) return - if(istype(W, /obj/item/screwdriver)) - status = !status - to_chat(user, "[src] is now [status ? "secured" : "unsecured"]!") add_fingerprint(user) return +/obj/item/assembly/shock_kit/screwdriver_act(mob/user, obj/item/I) + . = TRUE + if(!I.use_tool(src, user, 0, volume = I.tool_volume)) + return + status = !status + if(status) + to_chat(user, "[src] is now ready to be attached to a chair!") + else + to_chat(user, "[src] is now ready!") + /obj/item/assembly/shock_kit/attack_self(mob/user as mob) part1.attack_self(user, status) part2.attack_self(user, status) diff --git a/code/modules/awaymissions/mission_code/ruins/gasthelizards.dm b/code/modules/awaymissions/mission_code/ruins/gasthelizards.dm new file mode 100644 index 000000000000..038f0e399f7d --- /dev/null +++ b/code/modules/awaymissions/mission_code/ruins/gasthelizards.dm @@ -0,0 +1,19 @@ +// area zones for Disposal Facility 17 aka GAS the LIZARDS!!! +/area/ruin/space/gasthelizards/viewzone + name = "DF 17 Market" + icon_state = "green" + +/area/ruin/space/gasthelizards/jail + name = "DF 17 Staff Room" + icon_state = "blue" + +/area/ruin/space/gasthelizards/engineering + name = "DF 17 Maintenance Room" + icon_state = "yellow" + +/obj/item/card/id/away/gtl + name = "DF17 Manager ID" + desc = "Used to open airlocks and other doors in Disposal Facility 17." + icon = 'icons/obj/card.dmi' + icon_state = "red" + access = list(ACCESS_AWAY01) \ No newline at end of file diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 9cf3b95357c4..44b3f2f97702 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -539,7 +539,7 @@ var/watchreason = check_watchlist(ckey) if(watchreason) - message_admins("Notice: [key_name_admin(src)] is on the watchlist and has just connected - Reason: [watchreason]") + message_admins("Notice: [key_name_admin(src)] is on the watchlist and has just connected - Reason: [watchreason]") SSdiscord.send2discord_simple_noadmins("**\[Watchlist]** [key_name(src)] is on the watchlist and has just connected - Reason: [watchreason]") diff --git a/code/modules/client/preference/loadout/loadout_general.dm b/code/modules/client/preference/loadout/loadout_general.dm index 4f1100d9a369..ab64968a58db 100644 --- a/code/modules/client/preference/loadout/loadout_general.dm +++ b/code/modules/client/preference/loadout/loadout_general.dm @@ -101,6 +101,34 @@ display_name = "a fannypack" path = /obj/item/storage/belt/fannypack +/datum/gear/wallet + display_name = "a standart leather wallet" + path = /obj/item/storage/wallet + +/datum/gear/walletb + display_name = "a blue wallet" + path = /obj/item/storage/wallet/color/blue + +/datum/gear/walletr + display_name = "a red wallet" + path = /obj/item/storage/wallet/color/red + +/datum/gear/wallety + display_name = "a yellow wallet" + path = /obj/item/storage/wallet/color/yellow + +/datum/gear/walletg + display_name = "a green wallet" + path = /obj/item/storage/wallet/color/green + +/datum/gear/walletp + display_name = "a pink wallet" + path = /obj/item/storage/wallet/color/pink + +/datum/gear/walletb + display_name = "a black wallet" + path = /obj/item/storage/wallet/color/black + /datum/gear/blackbandana display_name = "bandana, black" path = /obj/item/clothing/mask/bandana/black diff --git a/code/modules/client/preference/loadout/loadout_suit.dm b/code/modules/client/preference/loadout/loadout_suit.dm index 422fe81775d1..52239e30f4c2 100644 --- a/code/modules/client/preference/loadout/loadout_suit.dm +++ b/code/modules/client/preference/loadout/loadout_suit.dm @@ -18,7 +18,7 @@ /datum/gear/suit/coat/job/sec display_name = "winter coat, security" path = /obj/item/clothing/suit/hooded/wintercoat/security - allowed_roles = list("Head of Security", "Warden", "Detective", "Security Officer", "Security Pod Pilot") + allowed_roles = list("Head of Security", "Warden", "Detective", "Security Officer", "Security Pod Pilot", "Brig Physician") /datum/gear/suit/coat/job/captain display_name = "winter coat, captain" diff --git a/code/modules/client/preference/preferences.dm b/code/modules/client/preference/preferences.dm index 8d9a3f20ce78..86a0ed4be4b4 100644 --- a/code/modules/client/preference/preferences.dm +++ b/code/modules/client/preference/preferences.dm @@ -875,7 +875,7 @@ GLOBAL_LIST_INIT(special_role_times, list( //minimum age (in days) for accounts HTML += ShowDisabilityState(user, DISABILITY_FLAG_FAT, "Obese") HTML += ShowDisabilityState(user, DISABILITY_FLAG_NERVOUS, "Stutter") HTML += ShowDisabilityState(user, DISABILITY_FLAG_SWEDISH, "Swedish accent") - HTML += ShowDisabilityState(user, DISABILITY_FLAG_CHAV, "Chav accent") + HTML += ShowDisabilityState(user, DISABILITY_FLAG_AULD_IMPERIAL, "Староимпѣрская рѣчь") HTML += ShowDisabilityState(user, DISABILITY_FLAG_LISP, "Lisp") HTML += ShowDisabilityState(user, DISABILITY_FLAG_DIZZY, "Dizziness") @@ -2284,9 +2284,9 @@ GLOBAL_LIST_INIT(special_role_times, list( //minimum age (in days) for accounts character.dna.SetSEState(GLOB.swedeblock, TRUE, TRUE) character.dna.default_blocks.Add(GLOB.swedeblock) - if(disabilities & DISABILITY_FLAG_CHAV) - character.dna.SetSEState(GLOB.chavblock, TRUE, TRUE) - character.dna.default_blocks.Add(GLOB.chavblock) + if(disabilities & DISABILITY_FLAG_AULD_IMPERIAL) + character.dna.SetSEState(GLOB.auld_imperial_block, TRUE, TRUE) + character.dna.default_blocks.Add(GLOB.auld_imperial_block) if(disabilities & DISABILITY_FLAG_LISP) character.dna.SetSEState(GLOB.lispblock, TRUE, TRUE) diff --git a/code/modules/clothing/spacesuits/hardsuit.dm b/code/modules/clothing/spacesuits/hardsuit.dm index 05b0b41a847c..599e893db621 100644 --- a/code/modules/clothing/spacesuits/hardsuit.dm +++ b/code/modules/clothing/spacesuits/hardsuit.dm @@ -402,6 +402,18 @@ max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT resistance_flags = FIRE_PROOF | ACID_PROOF +/obj/item/clothing/head/helmet/space/hardsuit/syndi/elite/comms + name = "Comms Officer elite syndicate hardsuit helmet" + desc = "An elite version of the syndicate helmet, with improved armour and fire shielding. This one has contractor style." + icon_state = "hardsuit0-commsoff" + item_color = "commsoff" +/obj/item/clothing/suit/space/hardsuit/syndi/elite/comms + name = "Comms Officer elite syndicate hardsuit" + desc = "An elite version of the syndicate hardsuit, with improved armour and fire shielding. This one has contractor style." + icon_state = "hardsuit0-commsoff" + item_color = "commsoff" + helmettype = /obj/item/clothing/head/helmet/space/hardsuit/syndi/elite/comms + //Strike team hardsuits /obj/item/clothing/head/helmet/space/hardsuit/syndi/elite/sst armor = list(melee = 70, bullet = 70, laser = 50, energy = 40, bomb = 80, bio = 100, rad = 100, fire = 100, acid = 100) //Almost as good as DS gear, but unlike DS can switch to combat for mobility diff --git a/code/modules/food_and_drinks/drinks/drinks/mugs.dm b/code/modules/food_and_drinks/drinks/drinks/mugs.dm index 4ce42a4822cd..715a5ca2a2ce 100644 --- a/code/modules/food_and_drinks/drinks/drinks/mugs.dm +++ b/code/modules/food_and_drinks/drinks/drinks/mugs.dm @@ -164,3 +164,9 @@ desc = "An inscription on the side reads \"Best Captain 2559\"... The last time the station had a worthy captain." icon_state = "mug_cap" preset = TRUE + +/obj/item/reagent_containers/food/drinks/mug/comms + name = "Comms Officer's mug" + desc = "Fuck NT. With style!" + icon_state = "mug_offcomm" + preset = TRUE diff --git a/code/modules/hydroponics/plant_genes.dm b/code/modules/hydroponics/plant_genes.dm index a612e96884ca..139172cf5c0e 100644 --- a/code/modules/hydroponics/plant_genes.dm +++ b/code/modules/hydroponics/plant_genes.dm @@ -406,7 +406,7 @@ to_chat(target, "You are pricked by [G]!") /datum/plant_gene/trait/smoke - name = "gaseous decomposition" + name = "Gaseous Decomposition" dangerous = TRUE /datum/plant_gene/trait/smoke/on_squash(obj/item/reagent_containers/food/snacks/grown/G, atom/target) diff --git a/code/modules/martial_arts/sleeping_carp.dm b/code/modules/martial_arts/sleeping_carp.dm index c52716501415..979c93b6f4eb 100644 --- a/code/modules/martial_arts/sleeping_carp.dm +++ b/code/modules/martial_arts/sleeping_carp.dm @@ -17,6 +17,7 @@ var/obj/item/grab/G = D.grabbedby(A,1) if(G) G.state = GRAB_AGGRESSIVE //Instant aggressive grab + add_attack_logs(A, D, "Melee attacked with martial-art [src] : Grabbed", ATKLOG_ALL) return TRUE /datum/martial_art/the_sleeping_carp/harm_act(mob/living/carbon/human/A, mob/living/carbon/human/D) @@ -32,6 +33,7 @@ if(prob(D.getBruteLoss()) && !D.lying) D.visible_message("[D] stumbles and falls!", "The blow sends you to the ground!") D.Weaken(2) + add_attack_logs(A, D, "Melee attacked with martial-art [src] : Punched", ATKLOG_ALL) return TRUE /datum/martial_art/the_sleeping_carp/explaination_header(user) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 2c9f2629123f..ab4f0e7d4ff9 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -190,8 +190,8 @@ stat("Absorbed DNA", mind.changeling.absorbedcount) if(mind.vampire) - stat("Total Blood", "[mind.vampire.bloodtotal]") - stat("Usable Blood", "[mind.vampire.bloodusable]") + stat("Всего крови", "[mind.vampire.bloodtotal]") + stat("Доступная кровь", "[mind.vampire.bloodusable]") if(istype(loc, /obj/spacepod)) // Spacdpods! var/obj/spacepod/S = loc @@ -295,15 +295,6 @@ var/obj/item/organ/external/affecting = get_organ(ran_zone(dam_zone)) apply_damage(5, BRUTE, affecting, run_armor_check(affecting, "melee")) -/mob/living/carbon/human/bullet_act() - if(mind && mind.martial_art && mind.martial_art.deflection_chance) //Some martial arts users can deflect projectiles! - if(!prob(mind.martial_art.deflection_chance)) - return ..() - if(!src.lying && !(HULK in mutations)) //But only if they're not lying down, and hulks can't do it - visible_message("[src] deflects the projectile; [p_they()] can't be hit with ranged weapons!", "You deflect the projectile!") - return 0 - ..() - /mob/living/carbon/human/get_restraining_item() . = ..() if(!. && istype(wear_suit, /obj/item/clothing/suit/straight_jacket)) diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index a4740b9b93d7..e7787a8365c3 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -11,33 +11,40 @@ emp_act /mob/living/carbon/human/bullet_act(obj/item/projectile/P, def_zone) if(!dna.species.bullet_act(P, src)) + add_attack_logs(P.firer, src, "hit by [P.type] but got deflected by species '[dna.species]'") return FALSE if(P.is_reflectable) var/can_reflect = check_reflect(def_zone) - if(can_reflect == 1) // proper reflection - visible_message("The [P.name] gets reflected by [src]!", \ - "The [P.name] gets reflected by [src]!") - P.reflect_back(src) - return -1 // complete projectile permutation + var/reflected = FALSE - else if(can_reflect == 2) //If target is holding a toy sword - var/list/safe_list = list(/obj/item/projectile/beam/lasertag, /obj/item/projectile/beam/practice) - if(is_type_in_list(P, safe_list)) //And it's safe - visible_message("The [P.name] gets reflected by [src]!", \ - "The [P.name] gets reflected by [src]!") - P.reflect_back(src) - return -1 // complete projectile permutation + switch(can_reflect) + if(1) // proper reflection + reflected = TRUE + if(2) //If target is holding a toy sword + var/static/list/safe_list = list(/obj/item/projectile/beam/lasertag, /obj/item/projectile/beam/practice) + reflected = is_type_in_list(P, safe_list) //And it's safe + if(reflected) + visible_message("The [P.name] gets reflected by [src]!", \ + "The [P.name] gets reflected by [src]!") + add_attack_logs(P.firer, src, "hit by [P.type] but got reflected") + P.reflect_back(src) + return -1 //Shields if(check_shields(P, P.damage, "the [P.name]", PROJECTILE_ATTACK, P.armour_penetration)) P.on_hit(src, 100, def_zone) return 2 + if(mind?.martial_art?.deflection_chance) //Some martial arts users can deflect projectiles! + if(!lying && !(HULK in mutations) && prob(mind.martial_art.deflection_chance)) //But only if they're not lying down, and hulks can't do it + add_attack_logs(P.firer, src, "hit by [P.type] but got deflected by martial arts '[mind.martial_art]'") + visible_message("[src] deflects the projectile; [p_they()] can't be hit with ranged weapons!", "You deflect the projectile!") + return FALSE + var/obj/item/organ/external/organ = get_organ(check_zone(def_zone)) if(isnull(organ)) - . = bullet_act(P, "chest") //act on chest instead - return + return bullet_act(P, "chest") //act on chest instead organ.add_autopsy_data(P.name, P.damage) // Add the bullet's name to the autopsy data diff --git a/code/modules/mob/living/silicon/robot/robot_modules.dm b/code/modules/mob/living/silicon/robot/robot_modules.dm index ce4d4f95ebcf..959b935e7464 100644 --- a/code/modules/mob/living/silicon/robot/robot_modules.dm +++ b/code/modules/mob/living/silicon/robot/robot_modules.dm @@ -164,6 +164,7 @@ modules += new /obj/item/stack/cable_coil/cyborg(src) modules += new /obj/item/stack/rods/cyborg(src) modules += new /obj/item/stack/tile/plasteel/cyborg(src) + modules += new /obj/item/gps/cyborg(src) // sec modules += new /obj/item/restraints/handcuffs/cable/zipties/cyborg(src) // janitorial @@ -219,6 +220,7 @@ modules += new /obj/item/surgicaldrill(src) modules += new /obj/item/gripper/medical(src) modules += new /obj/item/crowbar/cyborg(src) + modules += new /obj/item/gps/cyborg(src) emag = new /obj/item/reagent_containers/spray(src) @@ -267,6 +269,7 @@ modules += new /obj/item/stack/cable_coil/cyborg(src) modules += new /obj/item/stack/rods/cyborg(src) modules += new /obj/item/stack/tile/plasteel/cyborg(src) + modules += new /obj/item/gps/cyborg(src) emag = new /obj/item/borg/stun(src) fix_modules() @@ -291,6 +294,7 @@ modules += new /obj/item/clothing/mask/gas/sechailer/cyborg(src) modules += new /obj/item/extinguisher/mini(src) modules += new /obj/item/crowbar/cyborg(src) + modules += new /obj/item/gps/cyborg(src) emag = new /obj/item/gun/energy/laser/cyborg(src) fix_modules() @@ -308,6 +312,7 @@ modules += new /obj/item/holosign_creator(src) modules += new /obj/item/extinguisher/mini(src) modules += new /obj/item/crowbar/cyborg(src) + modules += new /obj/item/gps/cyborg(src) emag = new /obj/item/reagent_containers/spray(src) emag.reagents.add_reagent("lube", 250) @@ -340,6 +345,7 @@ modules += new /obj/item/reagent_containers/food/drinks/shaker(src) modules += new /obj/item/extinguisher(src) modules += new /obj/item/crowbar/cyborg(src) + modules += new /obj/item/gps/cyborg(src) emag = new /obj/item/reagent_containers/food/drinks/cans/beer(src) var/datum/reagents/R = new/datum/reagents(50) @@ -423,6 +429,7 @@ modules += new /obj/item/melee/energy/sword/cyborg(src) modules += new /obj/item/gun/energy/pulse/cyborg(src) modules += new /obj/item/crowbar(src) + modules += new /obj/item/gps/cyborg(src) emag = null fix_modules() @@ -440,6 +447,7 @@ modules += new /obj/item/extinguisher/mini(src) modules += new /obj/item/crowbar/cyborg(src) modules += new /obj/item/pinpointer/operative(src) + modules += new /obj/item/gps/cyborg(src) emag = null fix_modules() @@ -475,6 +483,7 @@ modules += new /obj/item/card/emag(src) modules += new /obj/item/crowbar/cyborg(src) modules += new /obj/item/pinpointer/operative(src) + modules += new /obj/item/gps/syndiecyborg(src) emag = null fix_modules() @@ -508,6 +517,7 @@ modules += new /obj/item/stack/cable_coil/cyborg(src) modules += new /obj/item/stack/rods/cyborg(src) modules += new /obj/item/stack/tile/plasteel/cyborg(src) + modules += new /obj/item/gps/syndiecyborg(src) emag = null fix_modules() @@ -529,6 +539,7 @@ modules += new /obj/item/pickaxe/drill/jackhammer(src) // for breaking walls to execute flanking moves modules += new /obj/item/borg/destroyer/mobility(src) modules += new /obj/item/crowbar/cyborg(src) + modules += new /obj/item/gps/syndiecyborg(src) emag = null fix_modules() @@ -550,6 +561,7 @@ modules += new /obj/item/pickaxe/drill/jackhammer(src) // for breaking walls to execute flanking moves modules += new /obj/item/extinguisher/mini(src) modules += new /obj/item/crowbar/cyborg(src) + modules += new /obj/item/gps/cyborg(src) emag = null fix_modules() diff --git a/code/modules/mob/living/simple_animal/bot/griefsky.dm b/code/modules/mob/living/simple_animal/bot/griefsky.dm index f8f50d63774c..dd027d2f3d88 100644 --- a/code/modules/mob/living/simple_animal/bot/griefsky.dm +++ b/code/modules/mob/living/simple_animal/bot/griefsky.dm @@ -260,6 +260,7 @@ check_records = 0 idcheck = 1 bot_core_type = /obj/machinery/bot_core/syndicate + var/check_mug = TRUE /mob/living/simple_animal/bot/secbot/griefsky/syndicate/sword_attack(mob/living/carbon/C) // esword attack src.do_attack_animation(C) @@ -284,19 +285,26 @@ addtimer(CALLBACK(src, .proc/spam_flag_false), 100) //to avoid spamming comms of sec for each hit visible_message("[src] flails his swords and cuts [C]!") +/mob/living/simple_animal/bot/secbot/griefsky/syndicate/proc/check_for_mug(obj/item/slot_item) + if(istype(slot_item, /obj/item/reagent_containers/food/drinks/mug/comms)) + return TRUE + return FALSE + /mob/living/simple_animal/bot/secbot/griefsky/syndicate/look_for_perp() anchored = 0 for (var/mob/living/carbon/C in view(7,src)) //Let's find us a criminal if((C.stat) || (C.handcuffed)) continue - if((C.name == oldtarget_name) && (world.time < last_found + 100)) continue - if(idcheck && istype(C.get_id_card(), /obj/item/card/id/syndicate)) threatlevel = 0 else if(!("syndicate" in C.faction)) threatlevel = 20 + if(check_mug && is_taipan(z) && C.mind.assigned_role != "Space Base Syndicate Comms Officer") + if(check_for_mug(C.l_hand)||check_for_mug(C.r_hand)) + speak("[C.name] наглый вор! Положи кружку!", radio_channel) + threatlevel += 4 else threatlevel = C.assess_threat(src) diff --git a/code/modules/mob/login.dm b/code/modules/mob/login.dm index 639f3da7aaff..72bd28ecab99 100644 --- a/code/modules/mob/login.dm +++ b/code/modules/mob/login.dm @@ -20,10 +20,10 @@ spawn() alert("You have logged in already with another key this round, please log out of this one NOW or risk being banned!") if(matches) if(M.client) - message_admins("Notice: [key_name_admin(src)] has the same [matches] as [key_name_admin(M)].", 1) + message_admins("Notice: [key_name_admin(src)] has the same [matches] as [key_name_admin(M)].", 1) log_adminwarn("Notice: [key_name(src)] has the same [matches] as [key_name(M)].") else - message_admins("Notice: [key_name_admin(src)] has the same [matches] as [key_name_admin(M)] (no longer logged in). ", 1) + message_admins("Notice: [key_name_admin(src)] has the same [matches] as [key_name_admin(M)] (no longer logged in). ", 1) log_adminwarn("Notice: [key_name(src)] has the same [matches] as [key_name(M)] (no longer logged in).") /mob/Login() diff --git a/code/modules/paperwork/pen.dm b/code/modules/paperwork/pen.dm index 09cfcd2a82f3..62c2b35100e2 100644 --- a/code/modules/paperwork/pen.dm +++ b/code/modules/paperwork/pen.dm @@ -177,6 +177,19 @@ icon_state = initial(icon_state) //looks like a normal pen when off. item_state = initial(item_state) +/obj/item/pen/edagger/comms + icon_state = "ofcommpen" + item_state = "ofcommpen" + light_color = LIGHT_COLOR_BLUE + +/obj/item/pen/edagger/comms/update_icon() + if(on) + icon_state = "ofcommpen_active" + item_state = "ofcommpen_active" + else + icon_state = initial(icon_state) //looks like a normal pen when off. + item_state = initial(item_state) + /obj/item/proc/on_write(obj/item/paper/P, mob/user) return diff --git a/code/modules/power/cable.dm b/code/modules/power/cable.dm index 681d5fb6546e..f604c1e67a12 100644 --- a/code/modules/power/cable.dm +++ b/code/modules/power/cable.dm @@ -35,6 +35,7 @@ By design, d1 is the smallest direction and d2 is the highest icon_state = "0-1" var/d1 = 0 var/d2 = 1 + plane = FLOOR_PLANE layer = WIRE_LAYER //Just below unary stuff, which is at 2.45 and above pipes, which are at 2.4 color = WIRE_COLOR_RED @@ -68,9 +69,11 @@ By design, d1 is the smallest direction and d2 is the highest d2 = text2num(copytext( icon_state, dash+1 )) var/turf/T = get_turf(src) // hide if turf is not intact + LAZYADD(GLOB.cable_list, src) //add it to the global cable list + if(T.transparent_floor) + return if(level == 1) hide(T.intact) - LAZYADD(GLOB.cable_list, src) //add it to the global cable list /obj/structure/cable/Destroy() // called when a cable is deleted if(powernet) @@ -162,7 +165,8 @@ By design, d1 is the smallest direction and d2 is the highest // /obj/structure/cable/attackby(obj/item/W, mob/user) var/turf/T = get_turf(src) - if(T.intact) + if(T.transparent_floor || T.intact) + to_chat(user, "You can't interact with something that's under the floor!") return else if(istype(W, /obj/item/stack/cable_coil)) @@ -204,7 +208,8 @@ By design, d1 is the smallest direction and d2 is the highest /obj/structure/cable/wirecutter_act(mob/user, obj/item/I) . = TRUE var/turf/T = get_turf(src) - if(T.intact) + if(T.transparent_floor || T.intact) + to_chat(user, "You can't interact with something that's under the floor!") return if(!I.use_tool(src, user, 0, volume = I.tool_volume)) return @@ -705,7 +710,7 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe("cable restrai var/turf/T = get_turf(C) - if(!isturf(T) || T.intact) // sanity checks, also stop use interacting with T-scanner revealed cable + if(!isturf(T) || T.intact || T.transparent_floor) // sanity checks, also stop use interacting with T-scanner revealed cable return if(get_dist(C, user) > 1) // make sure it's close enough @@ -721,7 +726,7 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe("cable restrai // one end of the clicked cable is pointing towards us if(C.d1 == dirn || C.d2 == dirn) - if(U.intact) // can't place a cable if the floor is complete + if(U.intact || U.transparent_floor) // can't place a cable if the floor is complete to_chat(user, "You can't lay cable there unless the floor tiles are removed!") return else diff --git a/code/modules/power/terminal.dm b/code/modules/power/terminal.dm index e66128ba7241..f7a30e43e119 100644 --- a/code/modules/power/terminal.dm +++ b/code/modules/power/terminal.dm @@ -15,6 +15,8 @@ /obj/machinery/power/terminal/Initialize(mapload) . = ..() var/turf/T = get_turf(src) + if(T.transparent_floor) + return if(level == 1) hide(T.intact) diff --git a/code/modules/projectiles/ammunition/magazines.dm b/code/modules/projectiles/ammunition/magazines.dm index e1108d1a137c..17f3ea6e367f 100644 --- a/code/modules/projectiles/ammunition/magazines.dm +++ b/code/modules/projectiles/ammunition/magazines.dm @@ -458,7 +458,7 @@ ammo_type = /obj/item/ammo_casing/caseless/foam_dart/riot /obj/item/ammo_box/magazine/toy/enforcer - name = "Enforcer Foam magazine" + name = "foam enforcer magazine" icon_state = "enforcer" max_ammo = 8 multiple_sprites = 1 diff --git a/code/modules/projectiles/guns/energy/special.dm b/code/modules/projectiles/guns/energy/special.dm index 2f08162aba9f..0f75063d9e61 100644 --- a/code/modules/projectiles/guns/energy/special.dm +++ b/code/modules/projectiles/guns/energy/special.dm @@ -530,7 +530,7 @@ force = 10 flags = CONDUCT resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF - origin_tech = "combat=6;magnets=5" + origin_tech = "combat=4;magnets=4" ammo_type = list(/obj/item/ammo_casing/energy/dominator/stun, /obj/item/ammo_casing/energy/dominator/paralyzer, /obj/item/ammo_casing/energy/dominator/eliminator, /obj/item/ammo_casing/energy/dominator/slaughter) var/sound_voice = list(null, 'sound/voice/dominator/nonlethal-paralyzer.ogg','sound/voice/dominator/lethal-eliminator.ogg','sound/voice/dominator/execution-slaughter.ogg') diff --git a/code/modules/projectiles/guns/energy/telegun.dm b/code/modules/projectiles/guns/energy/telegun.dm index 834949c1512e..a875d0aa2b74 100644 --- a/code/modules/projectiles/guns/energy/telegun.dm +++ b/code/modules/projectiles/guns/energy/telegun.dm @@ -4,7 +4,7 @@ name = "Teleporter Gun" desc = "An extremely high-tech bluespace energy gun capable of teleporting targets to far off locations." icon_state = "telegun" - item_state = "ionrifle" + item_state = "telegun" origin_tech = "combat=6;materials=7;powerstorage=5;bluespace=5;syndicate=4" ammo_type = list(/obj/item/ammo_casing/energy/teleport) shaded_charge = 1 diff --git a/code/modules/projectiles/guns/medbeam.dm b/code/modules/projectiles/guns/medbeam.dm index 0ccf1fa5e6fb..ab495ab95c8a 100644 --- a/code/modules/projectiles/guns/medbeam.dm +++ b/code/modules/projectiles/guns/medbeam.dm @@ -81,7 +81,7 @@ if(!istype(user_turf)) return 0 var/obj/dummy = new(user_turf) - dummy.pass_flags |= PASSTABLE & PASSGLASS & PASSGRILLE //Grille/Glass so it can be used through common windows + dummy.pass_flags |= PASSTABLE & PASSGLASS & PASSGRILLE & PASSFENCE //Grille/Glass so it can be used through common windows for(var/turf/turf in getline(user_turf,target)) if(turf.density) qdel(dummy) diff --git a/code/modules/projectiles/guns/projectile/pistol.dm b/code/modules/projectiles/guns/projectile/pistol.dm index 44c121b3db39..4aef89c2513a 100644 --- a/code/modules/projectiles/guns/projectile/pistol.dm +++ b/code/modules/projectiles/guns/projectile/pistol.dm @@ -82,7 +82,7 @@ desc = "Стандартный дешевый пистолет для сотрудников службы безопасности." w_class = WEIGHT_CLASS_NORMAL origin_tech = "combat=4;materials=2" - can_suppress = FALSE + can_suppress = TRUE //Desert Eagle// /obj/item/gun/projectile/automatic/pistol/deagle diff --git a/code/modules/projectiles/guns/projectile/toy.dm b/code/modules/projectiles/guns/projectile/toy.dm index 2872a6da998d..673687c77c86 100644 --- a/code/modules/projectiles/guns/projectile/toy.dm +++ b/code/modules/projectiles/guns/projectile/toy.dm @@ -43,7 +43,7 @@ ..() /obj/item/gun/projectile/automatic/toy/pistol/enforcer - name = "Foam Enforcer" + name = "foam enforcer" desc = "A foam shooting version of the Enforcer meant to be used for training new caddets who can't be trusted with rubber bullets." icon_state = "enforcer" mag_type = /obj/item/ammo_box/magazine/toy/enforcer diff --git a/code/modules/projectiles/guns/rocket.dm b/code/modules/projectiles/guns/rocket.dm index 96a97c8fe1a1..37e0975d4647 100644 --- a/code/modules/projectiles/guns/rocket.dm +++ b/code/modules/projectiles/guns/rocket.dm @@ -3,7 +3,7 @@ name = "rocket launcher" desc = "Say hello to my little friend" icon_state = "rocket" - item_state = "rocket" + item_state = "launcher" w_class = WEIGHT_CLASS_BULKY throw_speed = 2 throw_range = 10 diff --git a/code/modules/projectiles/projectile.dm b/code/modules/projectiles/projectile.dm index c36d7b0396c9..1926bdbabed4 100644 --- a/code/modules/projectiles/projectile.dm +++ b/code/modules/projectiles/projectile.dm @@ -149,19 +149,18 @@ L.visible_message("[L] is hit by \a [src][organ_hit_text]!", \ "[L] is hit by \a [src][organ_hit_text]!") //X has fired Y is now given by the guns so you cant tell who shot you if you could not see the shooter - var/reagent_note - var/has_reagents = FALSE + var/additional_log_text + if(blocked) + additional_log_text = " [blocked]% blocked" if(reagents && reagents.reagent_list) - reagent_note = " REAGENTS:" + var/reagent_note = "REAGENTS:" for(var/datum/reagent/R in reagents.reagent_list) reagent_note += R.id + " (" reagent_note += num2text(R.volume) + ") " - has_reagents = TRUE + additional_log_text = "[additional_log_text] (containing [reagent_note])" + if(!log_override && firer && !alwayslog) - if(has_reagents) - add_attack_logs(firer, L, "Shot with a [type] (containing [reagent_note])") - else - add_attack_logs(firer, L, "Shot with a [type]") + add_attack_logs(firer, L, "Shot with a [type][additional_log_text]") return L.apply_effects(stun, weaken, paralyze, irradiate, slur, stutter, eyeblur, drowsy, blocked, stamina, jitter) /obj/item/projectile/proc/get_splatter_blockage(var/turf/step_over, var/atom/target, var/splatter_dir, var/target_loca) //Check whether the place we want to splatter blood is blocked (i.e. by windows). @@ -275,6 +274,8 @@ //speed = round(speed) step_towards(src, locate(new_x, new_y, z)) + if(QDELETED(src)) // It hit something during the move + return if(speed <= 1) pixel_x = pixel_x_offset pixel_y = pixel_y_offset diff --git a/code/modules/reagents/chemistry/machinery/chem_dispenser.dm b/code/modules/reagents/chemistry/machinery/chem_dispenser.dm index fdc937d65f23..3cbc183ee110 100644 --- a/code/modules/reagents/chemistry/machinery/chem_dispenser.dm +++ b/code/modules/reagents/chemistry/machinery/chem_dispenser.dm @@ -161,7 +161,7 @@ // update the ui if it exists, returns null if no ui is passed/found ui = SStgui.try_update_ui(user, src, ui_key, ui, force_open) if(!ui) - ui = new(user, src, ui_key, "ChemDispenser", ui_title, 390, 655) + ui = new(user, src, ui_key, "ChemDispenser", ui_title, 477, 655) ui.open() /obj/machinery/chem_dispenser/ui_data(mob/user) @@ -205,8 +205,9 @@ . = TRUE switch(actions) + //Chem dispenser dispense amount if("amount") - amount = clamp(round(text2num(params["amount"]), 1), 0, 50) // round to nearest 1 and clamp to 0 - 50 + amount = clamp(round(text2num(params["amount"]), 1), 0, 100) //Round to nearest 1 and clamp to 0 - 100 if("dispense") if(!is_operational() || QDELETED(cell)) return diff --git a/code/modules/reagents/reagent_containers/borghydro.dm b/code/modules/reagents/reagent_containers/borghydro.dm index b35e30b2e851..bf54cb6a87a6 100644 --- a/code/modules/reagents/reagent_containers/borghydro.dm +++ b/code/modules/reagents/reagent_containers/borghydro.dm @@ -23,7 +23,7 @@ "spaceacillin" = list('icons/effects/effects.dmi', "greenglow"), \ "charcoal" = list('icons/mob/screen_corgi.dmi', "tox1"), \ "hydrocodone" = list('icons/mob/actions/actions.dmi', "magicm")) - + /obj/item/reagent_containers/borghypo/syndicate name = "syndicate cyborg hypospray" @@ -33,6 +33,8 @@ recharge_time = 2 reagent_ids = list( \ "syndicate_nanites" = list('icons/mob/swarmer.dmi', "swarmer_ranged"), \ + "salglu_solution" = list('icons/effects/bleed.dmi', "bleed10"), \ + "epinephrine" = list('icons/obj/surgery.dmi', "heart-on"), \ "potass_iodide" = list('icons/obj/decals.dmi', "radiation"), \ "hydrocodone" = list('icons/mob/actions/actions.dmi', "magicm")) bypass_protection = 1 @@ -69,15 +71,22 @@ return FALSE charge_tick = 0 - if(isrobot(loc)) - var/mob/living/silicon/robot/R = loc - if(R && R.cell) - var/datum/reagents/RG = reagent_list[mode] - if(!refill_borghypo(RG, reagent_ids[mode], R)) //If the storage is not full recharge reagents and drain power. - for(var/i in 1 to reagent_list.len) //if active mode is full loop through the list and fill the first one that is not full - RG = reagent_list[i] - if(refill_borghypo(RG, reagent_ids[i], R)) - break + var/target_loc + if (isrobot(loc)) + target_loc = loc + else if (isrobot(loc.loc)) + target_loc = loc.loc + else + return TRUE + + var/mob/living/silicon/robot/R = target_loc + if(R && R.cell) + var/datum/reagents/RG = reagent_list[mode] + if(!refill_borghypo(RG, reagent_ids[mode], R)) //If the storage is not full recharge reagents and drain power. + for(var/i in 1 to reagent_list.len) //if active mode is full loop through the list and fill the first one that is not full + RG = reagent_list[i] + if(refill_borghypo(RG, reagent_ids[i], R)) + break //update_icon() return TRUE diff --git a/code/modules/reagents/reagent_dispenser.dm b/code/modules/reagents/reagent_dispenser.dm index 515aa1f4aa88..f7ac8138c95a 100644 --- a/code/modules/reagents/reagent_dispenser.dm +++ b/code/modules/reagents/reagent_dispenser.dm @@ -81,13 +81,13 @@ return ..() /obj/structure/reagent_dispensers/fueltank/bullet_act(obj/item/projectile/P) + var/will_explode = !QDELETED(src) && !P.nodamage && (P.damage_type == BURN || P.damage_type == BRUTE) + + if(will_explode) // Log here while you have the information needed + add_attack_logs(P.firer, src, "shot with [P.name]", ATKLOG_FEW) + log_game("[key_name(P.firer)] triggered a fueltank explosion with [P.name] at [COORD(loc)]") + investigate_log("[key_name(P.firer)] triggered a fueltank explosion with [P.name] at [COORD(loc)]", INVESTIGATE_BOMB) ..() - if(!QDELETED(src)) //wasn't deleted by the projectile's effects. - if(!P.nodamage && ((P.damage_type == BURN) || (P.damage_type == BRUTE))) - add_attack_logs(P.firer, src, "shot with [P.name]", ATKLOG_FEW) - log_game("[key_name(P.firer)] triggered a fueltank explosion with [P.name] at [COORD(loc)]") - investigate_log("[key_name(P.firer)] triggered a fueltank explosion with [P.name] at [COORD(loc)]", INVESTIGATE_BOMB) - boom() /obj/structure/reagent_dispensers/fueltank/boom(rigtrigger = FALSE, log_attack = FALSE) // Prevent case where someone who rigged the tank is blamed for the explosion when the rig isn't what triggered the explosion if(rigtrigger) // If the explosion is triggered by an assembly holder diff --git a/code/modules/recycling/disposal.dm b/code/modules/recycling/disposal.dm index 3df56d94ef09..6d4c697edfbf 100644 --- a/code/modules/recycling/disposal.dm +++ b/code/modules/recycling/disposal.dm @@ -688,6 +688,7 @@ max_integrity = 200 armor = list("melee" = 25, "bullet" = 10, "laser" = 10, "energy" = 100, "bomb" = 0, "bio" = 100, "rad" = 100, "fire" = 90, "acid" = 30) damage_deflection = 10 + plane = FLOOR_PLANE layer = DISPOSAL_PIPE_LAYER // slightly lower than wires and other pipes var/base_icon_state // initial icon state on map @@ -754,6 +755,9 @@ // update the icon_state to reflect hidden status /obj/structure/disposalpipe/proc/update() var/turf/T = get_turf(src) + if(T.transparent_floor) + update_icon() + return hide(T.intact && !istype(T, /turf/space)) // space never hides pipes update_icon() @@ -886,15 +890,20 @@ /obj/structure/disposalpipe/attackby(var/obj/item/I, var/mob/user, params) var/turf/T = get_turf(src) - if(T.intact) - return // prevent interaction with T-scanner revealed pipes + if(T.intact || T.transparent_floor) + to_chat(user, "You can't interact with something that's under the floor!") + return // prevent interaction with T-scanner revealed pipes and pipes under glass add_fingerprint(user) /obj/structure/disposalpipe/welder_act(mob/user, obj/item/I) . = TRUE + var/turf/T = get_turf(src) if(!I.tool_use_check(user, 0)) return + if(T.transparent_floor) + to_chat(user, "You can't interact with something that's under the floor!") + return WELDER_ATTEMPT_SLICING_MESSAGE if(!I.use_tool(src, user, 30, volume = I.tool_volume)) return @@ -1198,7 +1207,7 @@ return var/turf/T = src.loc - if(T.intact) + if(T.intact || T.transparent_floor) return // prevent interaction with T-scanner revealed pipes src.add_fingerprint(user) diff --git a/code/modules/research/designs/mechfabricator_designs.dm b/code/modules/research/designs/mechfabricator_designs.dm index c5491f575086..7b1da07b0ae7 100644 --- a/code/modules/research/designs/mechfabricator_designs.dm +++ b/code/modules/research/designs/mechfabricator_designs.dm @@ -1541,3 +1541,14 @@ construction_time = 50 build_path = /obj/item/circuitboard/syndicatesupplycomp/public category = list("Syndicate") + +/datum/design/syndicate_borg_RCD_upgrade + name = "Syndicate cyborg RCD upgrade" + desc = "An experimental upgrade that replaces cyborgs RCDs with the syndicate version." + id = "syndicate_cyborg_RCD_upgrade" + req_tech = list("engineering" = 6, "materials" = 6, "syndicate" = 5) + build_type = MECHFAB + materials = list(MAT_METAL = 2000, MAT_GLASS = 2000, MAT_GOLD = 1000, MAT_TITANIUM = 5000, MAT_PLASMA = 5000) + construction_time = 50 + build_path = /obj/item/borg/upgrade/syndie_rcd + category = list("Syndicate") diff --git a/code/modules/research/designs/spacepod_designs.dm b/code/modules/research/designs/spacepod_designs.dm index 9930426df866..17dbd0192e22 100644 --- a/code/modules/research/designs/spacepod_designs.dm +++ b/code/modules/research/designs/spacepod_designs.dm @@ -127,6 +127,18 @@ materials = list(MAT_METAL=10000,MAT_GLASS=5000,MAT_GOLD=1000,MAT_SILVER=2000) locked = 1 +/datum/design/pod_gun_solaris + construction_time = 200 + name = "Spacepod Equipment (Heavy laser)" + desc = "Allows for the construction of a spacepod mounted heavy laser." + id = "podgun_solaris" + build_type = PODFAB + req_tech = list("combat" = 4, "magnets" = 4, "engineering" = 4) + build_path = /obj/item/spacepod_equipment/weaponry/solaris + category = list("Pod_Weaponry") + materials = list(MAT_METAL=20000,MAT_GLASS=10000,MAT_GOLD=2000,MAT_SILVER=4000) + locked = 1 + /datum/design/pod_mining_laser_basic construction_time = 200 name = "Basic Mining Laser" diff --git a/code/modules/ruins/syndicate_space_base.dm b/code/modules/ruins/syndicate_space_base.dm index 2187a46393d1..1dd9b676ad7b 100644 --- a/code/modules/ruins/syndicate_space_base.dm +++ b/code/modules/ruins/syndicate_space_base.dm @@ -116,10 +116,6 @@ var/global/all_taipan_jobs = list(TAIPAN_SCIENTIST,TAIPAN_MEDIC,TAIPAN_BOTANIST, /datum/outfit/space_base_syndicate/post_equip(mob/living/carbon/human/H) H.faction |= "syndicate" - - if(!istype(H.get_item_by_slot(slot_wear_id), /obj/item/card/id/syndicate/comms_officer)) //Если мы не телекомщик, к обычной частоте нет доступа - var/obj/item/radio/RF = H.get_item_by_slot(slot_r_ear) - RF.set_frequency(SYND_TAIPAN_FREQ) if(H.dna.species) var/race = H.dna.species.name diff --git a/code/modules/security_levels/security_levels.dm b/code/modules/security_levels/security_levels.dm index dbaf2cfd656f..03e6eee17ed1 100644 --- a/code/modules/security_levels/security_levels.dm +++ b/code/modules/security_levels/security_levels.dm @@ -80,22 +80,15 @@ GLOBAL_DATUM_INIT(security_announcement_down, /datum/announcement/priority/secur FA.update_icon() if(SEC_LEVEL_GAMMA) - GLOB.security_announcement_up.Announce("Центральным Командованием был установлен код ГАММА на станции. Служба Безопасности должна быть полностью вооружена. Гражданский персонал обязан немедленно обратиться к Главам отделов для получения указаний к эвакуации. \n Оружейная уровня ГАММА прибыла и доступна в бриге.","Внимание! Код ГАММА!", new_sound = sound('sound/effects/new_siren.ogg')) + GLOB.security_announcement_up.Announce("Центральным Командованием был установлен код ГАММА на станции. Служба Безопасности должна быть полностью вооружена. Гражданский персонал обязан немедленно обратиться к Главам отделов для получения указаний к эвакуации.", "Внимание! Код ГАММА!", sound('sound/effects/new_siren.ogg')) GLOB.security_level = SEC_LEVEL_GAMMA - move_gamma_ship() - if(GLOB.security_level < SEC_LEVEL_RED) for(var/obj/machinery/door/airlock/highsecurity/red/R in GLOB.airlocks) if(is_station_level(R.z)) R.locked = 0 R.update_icon() - for(var/obj/machinery/door/airlock/hatch/gamma/H in GLOB.airlocks) - if(is_station_level(H.z)) - H.locked = 0 - H.update_icon() - post_status("alert", "gammaalert") for(var/obj/machinery/firealarm/FA in GLOB.machines) @@ -105,7 +98,7 @@ GLOBAL_DATUM_INIT(security_announcement_down, /datum/announcement/priority/secur FA.update_icon() if(SEC_LEVEL_EPSILON) - GLOB.security_announcement_up.Announce("Центральным командованием был установлен код ЭПСИЛОН. Все контракты расторгнуты.","ВНИМАНИЕ! КОД ЭПСИЛОН", new_sound = sound('sound/effects/purge_siren.ogg')) + GLOB.security_announcement_up.Announce("Центральным командованием был установлен код ЭПСИЛОН. Все контракты расторгнуты.","ВНИМАНИЕ! КОД ЭПСИЛОН", new_sound = sound('sound/effects/epsilon.ogg')) GLOB.security_level = SEC_LEVEL_EPSILON post_status("alert", "epsilonalert") diff --git a/code/modules/shuttle/shuttle.dm b/code/modules/shuttle/shuttle.dm index a9e362236018..5ad8d5f60797 100644 --- a/code/modules/shuttle/shuttle.dm +++ b/code/modules/shuttle/shuttle.dm @@ -162,9 +162,9 @@ // Preset for adding whiteship docks to ruins. Has widths preset which will auto-assign the shuttle /obj/docking_port/stationary/whiteship - dwidth = 10 - height = 35 - width = 21 + dwidth = 8 + height = 31 + width = 17 /obj/docking_port/stationary/register() if(!SSshuttle) @@ -862,22 +862,25 @@ next_request = world.time + 60 SECONDS //1 minute cooldown to_chat(usr, "Your request has been recieved by Centcom.") log_admin("[key_name(usr)] requested to move the transport ferry to Centcom.") - message_admins("FERRY: [key_name_admin(usr)] (Move Ferry) is requesting to move the transport ferry to Centcom.") + message_admins("FERRY: [key_name_admin(usr)] (Move Ferry) is requesting to move the transport ferry to Centcom.") return TRUE -/obj/machinery/computer/shuttle/ussp_pod // this shuttle made for station and listening post of ussp since they have lore connection between eachother, btw the shuttle existed before the change but was deleted for some reason. - name = "USSP Shuttle Console" - desc = "Used to control the USSP Shuttle." - circuit = /obj/item/circuitboard/ussp_pod - shuttleId = "ussppod" - possible_destinations = "ussp_dock;dj_post" - -/obj/machinery/computer/shuttle/spacebarhotelpodv1 // made another shuttle, this one will fly between spacebar and twin nexus hotel. just another way to get to it. - name = "Regular Space Shuttle Console" - desc = "Used to control the Regular Shuttle." - circuit = /obj/item/circuitboard/spacebarhotelpodv1 - shuttleId = "spacebarpodv1" - possible_destinations = "spacebarv1;spacehotelv1" // v1 for the mark that they connected and for ensure that no space hotels or bars will interference with these docks + +/obj/machinery/computer/shuttle/ruins_transport_shuttle // this shuttle made for station and listening post of ussp since they have lore connection between eachother, btw the shuttle existed before the change but was deleted for some reason. + name = "Transport Shuttle Console" + desc = "Used to control the Transport Shuttle." + circuit = /obj/item/circuitboard/ruins_transport_shuttle + shuttleId = "ruins_transport_shuttle" + possible_destinations = "ussp_dock;dj_post;sindiecake_dock" + + +/obj/machinery/computer/shuttle/ruins_civil_shuttle // made another shuttle, this one will fly between spacebar and twin nexus hotel. just another way to get to it. + name = "Regular Civilian Shuttle Console" + desc = "Used to control the Regular Civilian Shuttle." + circuit = /obj/item/circuitboard/ruins_civil_shuttle + shuttleId = "ruins_civil_shuttle" + possible_destinations = "spacebar;spacehotelv1" + /obj/machinery/computer/shuttle/white_ship name = "White Ship Console" diff --git a/code/modules/shuttle/supply.dm b/code/modules/shuttle/supply.dm index 7bc6a9ef3e1b..2527a1c109fb 100644 --- a/code/modules/shuttle/supply.dm +++ b/code/modules/shuttle/supply.dm @@ -206,8 +206,8 @@ msg += "+0: New sample of \"[capitalize(S.species)]\" is not more potent than existing sample ([SSshuttle.discoveredPlants[S.type]] potency).
" else // This is a new discovery! SSshuttle.discoveredPlants[S.type] = S.potency - msg += "[S.rarity]: New species discovered: \"[capitalize(S.species)]\". Excellent work.
" - SSshuttle.points += S.rarity // That's right, no bonus for potency. Send a crappy sample first to "show improvement" later + msg += "[S.rarity + S.potency]: New species discovered: \"[capitalize(S.species)]\". Excellent work.
" + SSshuttle.points += S.rarity + S.potency qdel(MA) SSshuttle.sold_atoms += "." diff --git a/code/modules/spacepods/equipment.dm b/code/modules/spacepods/equipment.dm index abe3bdf46432..af6a42569664 100644 --- a/code/modules/spacepods/equipment.dm +++ b/code/modules/spacepods/equipment.dm @@ -116,6 +116,14 @@ shot_cost = 600 fire_sound = 'sound/weapons/laser.ogg' +/obj/item/spacepod_equipment/weaponry/solaris + name = "solaris system" + desc = "A stronger vesion of laser systems for pods. Fires high concetrated bursts of energy" + icon_state = "weapon_laser" + projectile_type = /obj/item/projectile/beam/laser/heavylaser + shot_cost = 900 + fire_sound = 'sound/weapons/lasercannonfire.ogg' + // MINING LASERS /obj/item/spacepod_equipment/weaponry/mining_laser_basic name = "weak mining laser system" diff --git a/code/modules/spacepods/spacepod.dm b/code/modules/spacepods/spacepod.dm index 26144761e66f..f82c6ff77732 100644 --- a/code/modules/spacepods/spacepod.dm +++ b/code/modules/spacepods/spacepod.dm @@ -590,7 +590,7 @@ /obj/spacepod/sec name = "\improper security spacepod" desc = "An armed security spacepod with reinforced armor plating." - icon_state = "pod_mil" + icon_state = "pod_dece" health = 400 /obj/spacepod/syndi diff --git a/code/modules/telesci/gps.dm b/code/modules/telesci/gps.dm index 91ef2967350e..6468b607a3ef 100644 --- a/code/modules/telesci/gps.dm +++ b/code/modules/telesci/gps.dm @@ -167,6 +167,13 @@ GLOBAL_LIST_EMPTY(GPS_list) desc = "A mining cyborg internal positioning system. Used as a recovery beacon for damaged cyborg assets, or a collaboration tool for mining teams." flags = NODROP +/obj/item/gps/syndiecyborg + icon_state = "gps-b" + local = TRUE + gpstag = "SBORG0" + desc = "A syndicate version of cyborg GPS that only shows it's location on current Z-level" + flags = NODROP + /obj/item/gps/internal icon_state = null flags = ABSTRACT diff --git a/code/modules/world_topic/adminmsg.dm b/code/modules/world_topic/adminmsg.dm index bc1a0f0718c1..b7c2ddd060ac 100644 --- a/code/modules/world_topic/adminmsg.dm +++ b/code/modules/world_topic/adminmsg.dm @@ -19,8 +19,9 @@ if(!C) return json_encode(list("error" = "No client with that name on server")) - var/message = "Discord PM from [input["sender"]]: [input["msg"]]" - var/amessage = "Discord PM from [input["sender"]] to [key_name_admin(C)]: [input["msg"]]" + var/sanitized = sanitize(input["msg"]) + var/message = "Discord PM from [input["sender"]]: [sanitized]" + var/amessage = "Discord PM from [input["sender"]] to [key_name_admin(C)]: [sanitized]" // THESE TWO VARS DO VERY DIFFERENT THINGS. DO NOT ATTEMPT TO COMBINE THEM C.received_discord_pm = world.time diff --git a/dmm-tools.exe b/dmm-tools.exe new file mode 100644 index 000000000000..eaf0a3dcb46f Binary files /dev/null and b/dmm-tools.exe differ diff --git a/icons/_nanomaps/Cyberiad_nanomap_z1.png b/icons/_nanomaps/Cyberiad_nanomap_z1.png index b0c25ff74b81..d0031c795638 100644 Binary files a/icons/_nanomaps/Cyberiad_nanomap_z1.png and b/icons/_nanomaps/Cyberiad_nanomap_z1.png differ diff --git a/icons/_nanomaps/Delta_nanomap_z1.png b/icons/_nanomaps/Delta_nanomap_z1.png index d4d293d248f6..9fccea1ec104 100644 Binary files a/icons/_nanomaps/Delta_nanomap_z1.png and b/icons/_nanomaps/Delta_nanomap_z1.png differ diff --git a/icons/effects/mapping_helpers.dmi b/icons/effects/mapping_helpers.dmi index 821338058ce8..076b18b304fc 100644 Binary files a/icons/effects/mapping_helpers.dmi and b/icons/effects/mapping_helpers.dmi differ diff --git a/icons/fence-ew.dmi b/icons/fence-ew.dmi index 16d6efaf6b84..086a2f601bd4 100644 Binary files a/icons/fence-ew.dmi and b/icons/fence-ew.dmi differ diff --git a/icons/fence-ns.dmi b/icons/fence-ns.dmi index 129840f4a80f..ec5c1cdc0103 100644 Binary files a/icons/fence-ns.dmi and b/icons/fence-ns.dmi differ diff --git a/icons/goonstation/48x48/pods.dmi b/icons/goonstation/48x48/pods.dmi index de04ba75a577..e7c2ab840f53 100644 Binary files a/icons/goonstation/48x48/pods.dmi and b/icons/goonstation/48x48/pods.dmi differ diff --git a/icons/mob/back.dmi b/icons/mob/back.dmi index 96361253bfdf..905dfb61787c 100644 Binary files a/icons/mob/back.dmi and b/icons/mob/back.dmi differ diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index 499577ac7863..1639eaba733f 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/mob/inhands/guns_lefthand.dmi b/icons/mob/inhands/guns_lefthand.dmi index b3858c9e401c..c47d6a45e1d1 100644 Binary files a/icons/mob/inhands/guns_lefthand.dmi and b/icons/mob/inhands/guns_lefthand.dmi differ diff --git a/icons/mob/inhands/guns_righthand.dmi b/icons/mob/inhands/guns_righthand.dmi index 5d87dc8b1c5b..c1f649d86ded 100644 Binary files a/icons/mob/inhands/guns_righthand.dmi and b/icons/mob/inhands/guns_righthand.dmi differ diff --git a/icons/mob/inhands/items_lefthand.dmi b/icons/mob/inhands/items_lefthand.dmi index 69b40f7bbc86..f558428b6fbd 100644 Binary files a/icons/mob/inhands/items_lefthand.dmi and b/icons/mob/inhands/items_lefthand.dmi differ diff --git a/icons/mob/inhands/items_righthand.dmi b/icons/mob/inhands/items_righthand.dmi index 5d3675d94233..4c5292839b8b 100644 Binary files a/icons/mob/inhands/items_righthand.dmi and b/icons/mob/inhands/items_righthand.dmi differ diff --git a/icons/mob/species/drask/helmet.dmi b/icons/mob/species/drask/helmet.dmi index 72b614bd3f2c..09a334536d05 100644 Binary files a/icons/mob/species/drask/helmet.dmi and b/icons/mob/species/drask/helmet.dmi differ diff --git a/icons/mob/species/drask/suit.dmi b/icons/mob/species/drask/suit.dmi index 1e6d617859e2..922e851fb7a4 100644 Binary files a/icons/mob/species/drask/suit.dmi and b/icons/mob/species/drask/suit.dmi differ diff --git a/icons/mob/species/grey/helmet.dmi b/icons/mob/species/grey/helmet.dmi index e4ee286b4fd8..9ff1550fad2c 100644 Binary files a/icons/mob/species/grey/helmet.dmi and b/icons/mob/species/grey/helmet.dmi differ diff --git a/icons/mob/species/skrell/helmet.dmi b/icons/mob/species/skrell/helmet.dmi index e54cdb52d0f6..cb98fdd0712f 100644 Binary files a/icons/mob/species/skrell/helmet.dmi and b/icons/mob/species/skrell/helmet.dmi differ diff --git a/icons/mob/species/tajaran/helmet.dmi b/icons/mob/species/tajaran/helmet.dmi index f9dc95207d83..c5d6263ae35b 100644 Binary files a/icons/mob/species/tajaran/helmet.dmi and b/icons/mob/species/tajaran/helmet.dmi differ diff --git a/icons/mob/species/tajaran/suit.dmi b/icons/mob/species/tajaran/suit.dmi index 56072a308469..8ba34b407cd2 100644 Binary files a/icons/mob/species/tajaran/suit.dmi and b/icons/mob/species/tajaran/suit.dmi differ diff --git a/icons/mob/species/unathi/helmet.dmi b/icons/mob/species/unathi/helmet.dmi index 6b59a230bee4..b4dd1b5bcea3 100644 Binary files a/icons/mob/species/unathi/helmet.dmi and b/icons/mob/species/unathi/helmet.dmi differ diff --git a/icons/mob/species/unathi/suit.dmi b/icons/mob/species/unathi/suit.dmi index fb63cff9d861..24fa7f9d6641 100644 Binary files a/icons/mob/species/unathi/suit.dmi and b/icons/mob/species/unathi/suit.dmi differ diff --git a/icons/mob/species/vox/helmet.dmi b/icons/mob/species/vox/helmet.dmi index 8a68ef999559..afd8f5b29be0 100644 Binary files a/icons/mob/species/vox/helmet.dmi and b/icons/mob/species/vox/helmet.dmi differ diff --git a/icons/mob/species/vox/suit.dmi b/icons/mob/species/vox/suit.dmi index 7ababa87c898..df79f882b45f 100644 Binary files a/icons/mob/species/vox/suit.dmi and b/icons/mob/species/vox/suit.dmi differ diff --git a/icons/mob/species/vulpkanin/helmet.dmi b/icons/mob/species/vulpkanin/helmet.dmi index 1bf2165c1565..250a619653d0 100644 Binary files a/icons/mob/species/vulpkanin/helmet.dmi and b/icons/mob/species/vulpkanin/helmet.dmi differ diff --git a/icons/mob/species/vulpkanin/suit.dmi b/icons/mob/species/vulpkanin/suit.dmi index a063a5e6c17b..2d2b5d955254 100644 Binary files a/icons/mob/species/vulpkanin/suit.dmi and b/icons/mob/species/vulpkanin/suit.dmi differ diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index 9d2425fa01b6..be161b488eb2 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ diff --git a/icons/obj/bureaucracy.dmi b/icons/obj/bureaucracy.dmi index 2b969be849f8..605db9e0f79e 100644 Binary files a/icons/obj/bureaucracy.dmi and b/icons/obj/bureaucracy.dmi differ diff --git a/icons/obj/card.dmi b/icons/obj/card.dmi index 48f2080ea98b..f29655c96b29 100644 Binary files a/icons/obj/card.dmi and b/icons/obj/card.dmi differ diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index 40558112b605..90c93e7857f2 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ diff --git a/icons/obj/clothing/suits.dmi b/icons/obj/clothing/suits.dmi index 23402be89042..2f4348b0d4fc 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ diff --git a/icons/obj/decals.dmi b/icons/obj/decals.dmi index e393e5b326e2..46e78a9412de 100644 Binary files a/icons/obj/decals.dmi and b/icons/obj/decals.dmi differ diff --git a/icons/obj/device.dmi b/icons/obj/device.dmi index f499c2307fb8..87e3c5bcf1a4 100644 Binary files a/icons/obj/device.dmi and b/icons/obj/device.dmi differ diff --git a/icons/obj/fence.dmi b/icons/obj/fence.dmi new file mode 100644 index 000000000000..132482b4874e Binary files /dev/null and b/icons/obj/fence.dmi differ diff --git a/icons/obj/flora/jungleflora.dmi b/icons/obj/flora/jungleflora.dmi new file mode 100644 index 000000000000..9a266e9226e8 Binary files /dev/null and b/icons/obj/flora/jungleflora.dmi differ diff --git a/icons/obj/flora/jungletrees.dmi b/icons/obj/flora/jungletrees.dmi new file mode 100644 index 000000000000..67c7e0f463c7 Binary files /dev/null and b/icons/obj/flora/jungletrees.dmi differ diff --git a/icons/obj/flora/jungletreesmall.dmi b/icons/obj/flora/jungletreesmall.dmi new file mode 100644 index 000000000000..c56148b5dc5f Binary files /dev/null and b/icons/obj/flora/jungletreesmall.dmi differ diff --git a/icons/obj/flora/largejungleflora.dmi b/icons/obj/flora/largejungleflora.dmi new file mode 100644 index 000000000000..04b8d94c9feb Binary files /dev/null and b/icons/obj/flora/largejungleflora.dmi differ diff --git a/icons/obj/food/custom.dmi b/icons/obj/food/custom.dmi index 42d28790790c..fba3b4e6e689 100644 Binary files a/icons/obj/food/custom.dmi and b/icons/obj/food/custom.dmi differ diff --git a/icons/obj/food/food.dmi b/icons/obj/food/food.dmi index 050af5b84d6c..1b1a2feccf9b 100644 Binary files a/icons/obj/food/food.dmi and b/icons/obj/food/food.dmi differ diff --git a/icons/obj/food/seafood.dmi b/icons/obj/food/seafood.dmi index 636639f7d3ee..c71e50040150 100644 Binary files a/icons/obj/food/seafood.dmi and b/icons/obj/food/seafood.dmi differ diff --git a/icons/obj/module.dmi b/icons/obj/module.dmi index b23efa71e95f..d799ce8fb05e 100644 Binary files a/icons/obj/module.dmi and b/icons/obj/module.dmi differ diff --git a/icons/obj/mugs.dmi b/icons/obj/mugs.dmi index 381cef14985f..554aca422148 100644 Binary files a/icons/obj/mugs.dmi and b/icons/obj/mugs.dmi differ diff --git a/icons/obj/stationobjs.dmi b/icons/obj/stationobjs.dmi index 9c3e072c74da..4507841ce364 100755 Binary files a/icons/obj/stationobjs.dmi and b/icons/obj/stationobjs.dmi differ diff --git a/icons/obj/statuelarge.dmi b/icons/obj/statuelarge.dmi index ec8ead6a3e98..b73f3e773b49 100644 Binary files a/icons/obj/statuelarge.dmi and b/icons/obj/statuelarge.dmi differ diff --git a/icons/obj/vending.dmi b/icons/obj/vending.dmi index a5005aa0c6ce..4c9eff92aae2 100755 Binary files a/icons/obj/vending.dmi and b/icons/obj/vending.dmi differ diff --git a/icons/turf/areas.dmi b/icons/turf/areas.dmi index b3324bb1a453..a0c3146019a1 100755 Binary files a/icons/turf/areas.dmi and b/icons/turf/areas.dmi differ diff --git a/icons/turf/decals.dmi b/icons/turf/decals.dmi index f2df541cc4e1..86bd8c53ed6c 100644 Binary files a/icons/turf/decals.dmi and b/icons/turf/decals.dmi differ diff --git a/icons/turf/floors.dmi b/icons/turf/floors.dmi index 02e934c6f7fd..39611c90f4ed 100644 Binary files a/icons/turf/floors.dmi and b/icons/turf/floors.dmi differ diff --git a/icons/turf/floors/glass.dmi b/icons/turf/floors/glass.dmi new file mode 100644 index 000000000000..1d0f13d0c068 Binary files /dev/null and b/icons/turf/floors/glass.dmi differ diff --git a/icons/turf/floors/plasmaglass.dmi b/icons/turf/floors/plasmaglass.dmi new file mode 100644 index 000000000000..629d8be41ecc Binary files /dev/null and b/icons/turf/floors/plasmaglass.dmi differ diff --git a/icons/turf/floors/plastitaniumglass.dmi b/icons/turf/floors/plastitaniumglass.dmi new file mode 100644 index 000000000000..39a56f32b001 Binary files /dev/null and b/icons/turf/floors/plastitaniumglass.dmi differ diff --git a/icons/turf/floors/reinf_glass.dmi b/icons/turf/floors/reinf_glass.dmi new file mode 100644 index 000000000000..c5072fd11e08 Binary files /dev/null and b/icons/turf/floors/reinf_glass.dmi differ diff --git a/icons/turf/floors/reinf_plasmaglass.dmi b/icons/turf/floors/reinf_plasmaglass.dmi new file mode 100644 index 000000000000..c46025e5291b Binary files /dev/null and b/icons/turf/floors/reinf_plasmaglass.dmi differ diff --git a/icons/turf/floors/titaniumglass.dmi b/icons/turf/floors/titaniumglass.dmi new file mode 100644 index 000000000000..597487ff175d Binary files /dev/null and b/icons/turf/floors/titaniumglass.dmi differ diff --git a/icons/turf/walls.dmi b/icons/turf/walls.dmi index 36670222559b..f1f955695db8 100644 Binary files a/icons/turf/walls.dmi and b/icons/turf/walls.dmi differ diff --git a/icons/turf/walls/wall.dmi b/icons/turf/walls/wall.dmi index c330038999a8..9b935e7c1814 100644 Binary files a/icons/turf/walls/wall.dmi and b/icons/turf/walls/wall.dmi differ diff --git a/interface/interface.dm b/interface/interface.dm index f2b3be157bf8..95885fea772e 100644 --- a/interface/interface.dm +++ b/interface/interface.dm @@ -3,8 +3,6 @@ set name = "wiki" set desc = "Type what you want to know about. This will open the wiki in your web browser." set hidden = 1 - log_admin("[key_name(src)] has pressed the \'WIKI\' button!") - message_admins("[key_name_admin(src)] has pressed the \'WIKI\' button!") if(config.wikiurl) var/query = stripped_input(src, "Enter Search:", "Wiki Search", "Homepage") if(query == "Homepage") @@ -20,8 +18,6 @@ set name = "forum" set desc = "Visit the forum." set hidden = 1 - log_admin("[key_name(src)] has pressed the \'FORUM\' button!") - message_admins("[key_name_admin(src)] has pressed the \'FORUM\' button!") if(config.forumurl) if(alert("Open the forum in your browser?", null, "Yes", "No") == "Yes") if(config.forum_link_url && prefs && !prefs.fuid) @@ -34,8 +30,6 @@ set name = "Rules" set desc = "View the server rules." set hidden = 1 - log_admin("[key_name(src)] has pressed the \'RULES\' button!") - message_admins("[key_name_admin(src)] has pressed the \'RULES\' button!") if(config.rulesurl) if(alert("This will open the rules in your browser. Are you sure?", null, "Yes", "No") == "No") return @@ -47,8 +41,6 @@ set name = "GitHub" set desc = "Visit the GitHub page." set hidden = 1 - log_admin("[key_name(src)] has pressed the \'GITHUB\' button!") - message_admins("[key_name_admin(src)] has pressed the \'GITHUB\' button!") if(config.githuburl) if(alert("This will open our GitHub repository in your browser. Are you sure?", null, "Yes", "No") == "No") return @@ -60,8 +52,6 @@ set name = "Discord" set desc = "Join our Discord server." set hidden = 1 - log_admin("[key_name(src)] has pressed the \'DISCORD\' button!") - message_admins("[key_name_admin(src)] has pressed the \'DISCORD\' button!") var/durl = config.discordurl if(config.forum_link_url && prefs && prefs.fuid && config.discordforumurl) @@ -77,8 +67,6 @@ set name = "Donate" set desc = "Donate to help with hosting costs." set hidden = 1 - log_admin("[key_name(src)] has pressed the \'DONATE\' button!") - message_admins("[key_name_admin(src)] has pressed the \'DONATE\' button!") if(config.donationsurl) if(alert("This will open the donation page in your browser. Are you sure?", null, "Yes", "No") == "No") return @@ -90,8 +78,6 @@ set name = "hublist" set desc = "Зацените игровые сервера проекта SS220" set hidden = TRUE - log_admin("[key_name(src)] has pressed the \'СЕРВЕРА\' button!") - message_admins("[key_name_admin(src)] has pressed the \'СЕРВЕРА\' button!") if(!GLOB.hublist) to_chat(src, "The hublist data is not set in the server configuration.") return diff --git a/paradise.dme b/paradise.dme index cee1531591a4..1998e3cbe67b 100644 --- a/paradise.dme +++ b/paradise.dme @@ -11,7 +11,7 @@ // END_PREFERENCES // BEGIN_INCLUDE #include "_maps\__MAP_DEFINES.dm" -#include "_maps\cyberiad.dm" +#include "_maps\delta.dm" #include "code\_compile_options.dm" #include "code\hub.dm" #include "code\world.dm" @@ -849,6 +849,7 @@ #include "code\game\objects\effects\decals\contraband.dm" #include "code\game\objects\effects\decals\crayon.dm" #include "code\game\objects\effects\decals\decal.dm" +#include "code\game\objects\effects\decals\gold_stripes.dm" #include "code\game\objects\effects\decals\misc.dm" #include "code\game\objects\effects\decals\remains.dm" #include "code\game\objects\effects\decals\syndie_logo_decals.dm" @@ -1106,6 +1107,7 @@ #include "code\game\objects\structures\engicart.dm" #include "code\game\objects\structures\extinguisher.dm" #include "code\game\objects\structures\false_walls.dm" +#include "code\game\objects\structures\fence.dm" #include "code\game\objects\structures\flora.dm" #include "code\game\objects\structures\fluff.dm" #include "code\game\objects\structures\foodcart.dm" @@ -1126,6 +1128,7 @@ #include "code\game\objects\structures\morgue.dm" #include "code\game\objects\structures\noticeboard.dm" #include "code\game\objects\structures\plasticflaps.dm" +#include "code\game\objects\structures\railings.dm" #include "code\game\objects\structures\reflector.dm" #include "code\game\objects\structures\safe.dm" #include "code\game\objects\structures\signs.dm" @@ -1203,6 +1206,7 @@ #include "code\game\turfs\simulated\floor\misc_floor.dm" #include "code\game\turfs\simulated\floor\plasteel_floor.dm" #include "code\game\turfs\simulated\floor\plating.dm" +#include "code\game\turfs\simulated\floor\transparent.dm" #include "code\game\turfs\space\space.dm" #include "code\game\turfs\space\transit.dm" #include "code\game\turfs\unsimulated\beach.dm" @@ -1359,6 +1363,7 @@ #include "code\modules\awaymissions\mission_code\wildwest.dm" #include "code\modules\awaymissions\mission_code\ghost_role_spawners\golems.dm" #include "code\modules\awaymissions\mission_code\ghost_role_spawners\oldstation.dm" +#include "code\modules\awaymissions\mission_code\ruins\gasthelizards.dm" #include "code\modules\awaymissions\mission_code\ruins\gps.dm" #include "code\modules\awaymissions\mission_code\ruins\oldstation.dm" #include "code\modules\awaymissions\mission_code\ruins\spacehotelv1.dm" diff --git a/sound/effects/epsilon.ogg b/sound/effects/epsilon.ogg new file mode 100644 index 000000000000..97294739a4c4 Binary files /dev/null and b/sound/effects/epsilon.ogg differ diff --git a/sound/effects/footstep/glass1.ogg b/sound/effects/footstep/glass1.ogg new file mode 100644 index 000000000000..7afddff640a5 Binary files /dev/null and b/sound/effects/footstep/glass1.ogg differ diff --git a/sound/effects/footstep/glass2.ogg b/sound/effects/footstep/glass2.ogg new file mode 100644 index 000000000000..5bac4625b68b Binary files /dev/null and b/sound/effects/footstep/glass2.ogg differ diff --git a/sound/effects/footstep/glass3.ogg b/sound/effects/footstep/glass3.ogg new file mode 100644 index 000000000000..5d355e8ef170 Binary files /dev/null and b/sound/effects/footstep/glass3.ogg differ diff --git a/sound/effects/footstep/glassbarefoot.ogg b/sound/effects/footstep/glassbarefoot.ogg new file mode 100644 index 000000000000..7dd8d9e53714 Binary files /dev/null and b/sound/effects/footstep/glassbarefoot.ogg differ diff --git a/sound/effects/footstep/glassbarefoot2.ogg b/sound/effects/footstep/glassbarefoot2.ogg new file mode 100644 index 000000000000..b82c3e0d9d14 Binary files /dev/null and b/sound/effects/footstep/glassbarefoot2.ogg differ diff --git a/sound/effects/footstep/glassbarefoot3.ogg b/sound/effects/footstep/glassbarefoot3.ogg new file mode 100644 index 000000000000..317bf53fcc89 Binary files /dev/null and b/sound/effects/footstep/glassbarefoot3.ogg differ diff --git a/tgui/packages/common/l10n.js b/tgui/packages/common/l10n.js new file mode 100644 index 000000000000..1853a06751e6 --- /dev/null +++ b/tgui/packages/common/l10n.js @@ -0,0 +1,17 @@ +export const declensionRu = (num, single_name, double_name, multiple_name) => { + const shorten = num % 100; + + if (shorten >= 10 && shorten <= 20) { + return multiple_name; + } + + const lastDigit = shorten % 10; + + if (lastDigit === 1) { + return single_name; + } else if (lastDigit >= 2 && lastDigit <= 4) { + return double_name; + } else { + return multiple_name; + } +}; diff --git a/tgui/packages/tgui/interfaces/AirAlarm.js b/tgui/packages/tgui/interfaces/AirAlarm.js index f3e4fb407714..dd30860fe7c3 100644 --- a/tgui/packages/tgui/interfaces/AirAlarm.js +++ b/tgui/packages/tgui/interfaces/AirAlarm.js @@ -311,7 +311,7 @@ const AirAlarmScrubbersView = (props, context) => { )}> {hasOccupant ? ( - - {occupant.name || "Unknown"} + + {occupant.name || "Имя неизвестно"} - + { {statNames[occupant.stat][1]} - - - {' K'} + +  K {(damageTypes.map(damageType => ( @@ -110,38 +109,38 @@ const CryoContent = (props, context) => { mb="0.5rem" size="5" />
- No occupant detected. + Пациент не обнаружен. )}
act('ejectBeaker')} disabled={!isBeakerLoaded}> - Eject Beaker + Извлечь ёмкость )}> - + - - K + +  K - + - + - + @@ -180,26 +179,31 @@ const CryoBeaker = (props, context) => { return ( {beakerLabel - ? beakerLabel + ? `«${beakerLabel}»` : ( - No label + Ёмкость не подписана )} {beakerVolume ? ( Math.round(v) + " units remaining"} + format={v => { + const num = Math.round(v); + const leftText = declensionRu(num, 'Осталась', 'Остались', 'Осталось'); + const unitText = declensionRu(num, 'единица', 'единицы', 'единиц'); + return `${leftText} ${num} ${unitText}`; + }} /> - ) : "Beaker is empty"} + ) : "Ёмкость пуста"} ); } else { return ( - No beaker loaded + Ёмкость не установлена ); } diff --git a/tgui/packages/tgui/interfaces/GasFreezer.js b/tgui/packages/tgui/interfaces/GasFreezer.js index 87510e600612..de6c4ad69942 100644 --- a/tgui/packages/tgui/interfaces/GasFreezer.js +++ b/tgui/packages/tgui/interfaces/GasFreezer.js @@ -18,20 +18,20 @@ export const GasFreezer = (props, context) => { return ( -
act('power')} /> )}> - - {pressure} kpA + + {pressure} кПа - + - + {   - + {ratio < 0.5 && ( - {temperature} K ({temperatureCelsius}°C) + {temperature} °K ({temperatureCelsius} °C) )} {ratio >= 0.5 && ( - {temperature} K ({temperatureCelsius}°C) + {temperature} °K ({temperatureCelsius} °C) )} - + - +   - - {target} K ({targetCelsius}°C) + + {target} °K ({targetCelsius} °C) - +